* {
padding: 0;
margin: 0;
outline: none;
border: none;
list-style: none;
box-sizing: border-box;
font-family: 'Montserrat', sans-serif;
}
p {
font-size: 14px;
font-weight: 300;
line-height: 26px;
color: #4b4b4b;
}
img {
max-width: 100%;
}
.wrapper {
margin: 0 auto;
width: 90%;
max-width: 1200px;
}
.clear {
clear: both;
}
main,
header,
section,
.store_faetures ul,
.footer_features ul,
footer {
width: 100%;
float: left;
}
header {
padding: 20px 0;
text-align: center;
}
header a {
display: inline-block;
}
.store_features {
background: #323b47;
}
.store_features li {
width: 25%;
display: table;
float: left;
}
.store_features li div {
padding-right: 5%;
width: 30%;
height: 100px;
display: table-cell;
vertical-align: middle;
text-align: right;
}
.store_features li h3 {
display: table-cell;
vertical-align: middle;
font-size: 15px;
font-weight: 400;
color: #FFF;
}
.store_features li h3 span {
font-size: 13px;
font-weight: 300;
}
.gif_img {
display: none;
}
.title {
padding: 20px;
border: 1px solid #e9e9e9;
border-top: none;
text-align: center;
}
.title h2 {
font-size: 24px;
font-weight: 400;
color: #323b47;
}
.image_gallery {
margin-bottom: 20px;
padding: 20px;
text-align: center;
}
/*GALLERY CSS*/
.container {
width: 100%;
position: relative;
margin:0 auto;
}
.thumbnails {
text-align: center;
list-style: none;
font-size: 0;
}
.thumbnails li {
margin: 15px 8px 0 8px;
width: 90px;
height: 90px;
background: #fff;
display: inline-block;
text-align: center;
vertical-align: middle;
}
.thumbnails input[name="select"] {
display: none;
}
.thumbnails .item-hugger {
padding: 5px;
width: 100%;
height: 100%;
position: relative;
display: flex;
flex-direction: column;
justify-content: center;
align-items: center;
border: 1px solid #e3e3e3;
transition: all 150ms ease-in-out;
}
.thumbnails label {
position: absolute;
top: 0;
left: 0;
right: 0;
bottom: 0;
cursor: pointer;
}
.thumbnails .gallery_content {
max-width: 540px;
width: 100%;
height: 500px;
background: #fff;
transition: all 150ms linear;
display: flex;
flex-direction: column;
justify-content: center;
align-items: center;
overflow: hidden;
opacity: 0;
position: absolute;
top: 0;
left: 50%;
transform: translateX(-50%);
}
.thumbnails input[name="select"]:checked + .item-hugger {
border-color: #a2a2a2;
}
.thumbnails input[name="select"]:checked ~ .gallery_content {
opacity: 1;
}
.white-box {
height: 500px;
overflow: hidden;
}
.temp_content {
margin-bottom: 40px;
}
.temp_content h2 {
padding: 12px 20px;
background: #323b47;
font-size: 24px;
font-weight: 400;
color: #FFF;
}
.description {
padding: 20px;
border: 1px solid #e9e9e9;
border-top: none;
}
.description ul {
margin-bottom: 20px;
}
.description ul li,
.tab-content ul li {
padding: 5px 10px 5px 20px;
background: url(https://wearephoenixteam.com/ebay/free-templates/images/temp6/bullet.png) left 10px no-repeat;
font-weight: 300;
font-size: 14px;
color: #4b4b4b;
}
.vertabs {
margin-bottom: 40px;
}
/*CSS VRETICAL TABS*/
.css_tab {
width: 100%;
float: left;
position: relative;
}
.css-tab {
display: none;
}
.css_tab li {
display: inline-block;
float: left;
width: 100%;
}
.css_tab li label {
padding: 15px;
width: 250px;
background: #323b47;
font-family: 'Montserrat', sans-serif;
text-align: left;
font-size: 16px;
font-weight: 400;
color: #FFF;
position: absolute;
left: 1px;
top: 1px;
float: left;
cursor: pointer;
}
.css_tab li:nth-child(2) label {
top: 52px;
}
.css_tab li:nth-child(3) label {
top: 103px;
}
.css_tab li:nth-child(4) label {
top: 154px;
}
.css_tab li:nth-child(5) label {
top: 205px;
}
.css_tab li:nth-child(6) label {
top: 256px;
}
.css_tab li:nth-child(7) label {
top: 307px;
}
.css-tab:checked + .tab-label {
background: #FFF;
color: #323b47;
}
.tab-label:hover {
background: #F2F2F2;
color: #323b47;
}
#tab1:checked ~ #tab-content1,
#tab2:checked ~ #tab-content2,
#tab3:checked ~ #tab-content3,
#tab4:checked ~ #tab-content4,
#tab5:checked ~ #tab-content5,
#tab6:checked ~ #tab-content6,
#tab7:checked ~ #tab-content7 {
display: block;
}
.tab-content {
padding: 30px 20px 30px 270px;
width: 100%;
border: solid 1px #e9e9e9;
display: none;
text-align: left;
float: left;
min-height: 410px;
}
.tab-content h2{
margin-bottom: 20px;
text-align: center;
font-size: 24px;
letter-spacing: 1px;
font-weight: 400;
color: #323b47;
}
.footer_features {
margin-bottom: 20px;
}
.footer_features ul li {
margin: 0 2.66% 20px 0;
width: 23%;
float: left;
}
.footer_features ul li:nth-child(4) {
margin-right: 0;
}
.footer_features ul li div {
width: 100%;
height: 120px;
display: flex;
flex-direction: column;
justify-content: center;
align-items: center;
background: #323b47;
text-align: center;
vertical-align: middle;
}
.footer_features ul li h2 {
padding: 10px;
text-align: center;
font-size: 24px;
font-weight: 400;
letter-spacing: 1px;
line-height: 24px;
color: #323b47;
border: 1px solid #323b47;
}
.footer_features ul li h2 span {
font-size: 13px;
}
footer {
padding: 30px 20px;
text-align: center;
border-top: 1px solid #e9e9e9;
}
@media only screen and (max-width: 840px) {
.store_features {
text-align: center;
}
.store_features ul {
display: none;
}
.gif_img {
display: inline-block;
}
/*tab-css*/
.css_tab li label {
padding: 15px;
width: 100% !important;
position: static;
background: #323b47 url(https://wearephoenixteam.com/ebay/free-templates/images/temp6/plus.png) right center no-repeat;
text-align: left;
border: none;
}
.css_tab li{
margin-bottom: 1px;
}
.tab-content {
padding: 15px 20px;
}
.css_tab li label:hover{
background: #d8d8d8 url(https://wearephoenixteam.com/ebay/free-templates/images/temp6/plus.png) right center no-repeat;
border: none;
}
.css-tab:checked + .tab-label{
border-bottom: 1px solid #ddd;
background: #d8d8d8 url(https://wearephoenixteam.com/ebay/free-templates/images/temp6/images/minus.png) right center no-repeat;
}
.footer_features ul li {
margin-right: 4%;
width: 48%;
}
.footer_features ul li:nth-child(2n) {
margin-right: 0;
}
}
@media only screen and (max-width: 640px) {
.footer_features ul li {
margin-right: 0 !important;
width: 100%;
}
.thumbnails .gallery_content,
.white-box {
height: 400px;
}
}

FAST SHIPPINGOn All Items

30 DAYS MONEYBACKHassle Free Returns

CUSTOMER SUPPORTExcellent Service

100% SATISFACTIONSatisfaction Guarenteed

Product Description

Black Leather, Carbon Fiber Texture design Jewelry Case with Drawer
The case includes 8 Ring Slots, 7 compartments for Jewelry Storage
Rich Soft Black Velvet Interior
Size: 11 3/4" L X 8" W X 6" H
Glass see thru Top with Lock & Key

SHIPPING

SHIPPING POLICY
Items sent within the continental United States ship free. Applicable carrier charges are applied on orders to Alaska, Hawaii, all international orders, and items shipped to APO addresses. Please use eBay's shipping calculator to estimate your cost, and contact us with any questions you may have.
We maintain a large inventory of all products and are therefore able to ship most orders from stock within 24-48 hours. However, when an order requires custom work or imprinting, you must allow four to six weeks for shipping.

FEEDBACK

FEEDBACK
Your feedback is greatly appreciated. If, for any reason, you are unable to leave a five star review, please contact us and describe the nature of your dissatisfaction. We will make every attempt to resolve your issue.
If satisfied with our services, please leave feedback and give us a rating. We appreciate your business!

PAYMENT

PAYMENT POLICY
PayPal is the accepted form of payment.

RETURN

RETURNS POLICY
Customers have 30 days to return an item, unused, in its original packaging. A 20% restocking fee may apply.
If the error is on our end, no restocking fee will be assessed, and we will issue an RMA *return merchandise authorization* to the customer.

CONTACT US

CONTACT US

Write to us:
Novel Box Company, Ltd.
659 Berriman Street
Brooklyn, NY 11208

Free ShippingWithin the continental United States

Money back30 days money back guarantee

Best QualityCustomer Satisfaction

We AcceptPayPal only

Copyright © 2018 Novel Box Ltd. | All Rights Reserved