
* {
box-sizing: border-box
}
html{
-webkit-tap-highlight-color: transparent;
-khtml-user-select: none;
-moz-user-select: none;
-ms-user-select: none;
}

div.mobiletab {
display:none;
font-size:40px;
background:#fff;
cursor:pointer;
} 

.logo{
background: #fff;
margin: 10px 0;
}

.logo img{
display:block;
max-width:70%;
height:auto;
margin-left:auto;
margin-right:auto;
margin-top: 20px;
background-color:#fff;

}

.close{
cursor:pointer;
font-size: 30px;
font-weight:bold;
float:right;
display:block;
padding: 16px;
margin-top: 8%;
}

.slidenavmenu{
width:0%;
overflow:hidden;
background:#fff;
position:fixed;
top:0;
left:0;
height:100%;
overflow-y:auto;
scrollbar-width: none;
transition: width 1s;
z-index:1;
}

.slidemenu{
clear:both;
}

.slidemenu ul, .submenu ul{
margin-top:0;
padding:0;
}

.slidemenu li{
list-style-type:none;
font-family: "century gothic", sans-serif;
font-size: 16px;
padding:25px;
border-bottom:1px solid #d0d0d0;
}


.slidemenu li a::after{
color:#585858;
content: ' \003E';
float:right;
cursor:pointer;
font-size:20px;
}

.submenu li a::after{
content: "";
}

.submenu a:hover{
font-weight:bold; 
}

.slidemenu li a{
text-decoration:none;
color:#000;
text-transform:uppercase;
}

.submenu li, .submenu li a{
text-decoration:none;
color:#000;
text-transform:capitalize;
font-family: "century gothic", sans-serif;
font-size: 14px;
padding:20px;
margin-top: 20px;
border-bottom:none;
}

.submenu{
display:none;
border-right: 1px solid #e0e0e0;
}

#bagsub.swapplusminus::after, #jewellsub.swapplusminus::after, #designersub.swapplusminus::after{
content: ' \002D';
color:#585858;
font-size:20px;
}

.displayinnermenu{
display:none;
}


#outercontainer{
width:100%;
position:fixed;
top:0px;
z-index:20;
background:#fff;
}

.topnav {
margin:0px; 
width:100%; 
background-color:#fff; 
border-bottom:1px solid #e8e8e8;
border-top:1px solid #e8e8e8;
}

.topnav a{
padding:10px;
text-transform:uppercase;
text-decoration:none; 
color:black; 
display:inline-block;
width:16.2%; 
text-align:center;
font:13px arial;
}

.categoryA, .categoryB, .categoryC, .categoryD, .categoryF {
margin: 0px;
text-align:left; 
width:100%;
display:none;
background:#fff;
overflow:hidden;
white-space:nowrap;
}


.flexcategoryA, .flexcategoryB, .flexcategoryC, .flexcategoryD, .flexcategoryF {
display:flex;

}

.column{
margin:0% 2%;
text-align:left;
}

.column p{
text-transform:uppercase;
font-family: "calibri light", sans-serif;
font-size: 13px;
color:#000;
text-align:left;
font-weight:bold;
}
.columnimg img{
max-width:100%;
height:auto;
}

.columnimg .jresize{
max-width:60%;
}

.columnimg .cresize{
max-width:50%;
}

.categoryA a, .categoryB a, .categoryC a, .categoryD a, .categoryF a{
display:block;
font:13px arial;
text-transform:capitalize; 
text-decoration:none;
padding: 14px 0px; 
color:#808080;
}

.topcategoryname {
margin-top:15%;
text-align:center;
}

.topcategoryname p{
font-family: "century gothic", sans-serif;
font-weight:bold;
font-size: 40px;
text-transform:uppercase;
}

.categorysection{
text-align:center;
}


.termscontainer{
margin: 13% 6% 3% 6%;
}

.termscontainer h4{
text-align:center;
font: 20px calibri;
}

.termscontainer h2{
text-align:center;
font-family:"century gothic", sans-serif;
}

.termscontainer h3{
margin:3% 0% 1% 0%;
text-align:left;
font-family:"century gothic", sans-serif;
}

li.tos{
margin:2% 0%;
font:15px calibri;
}

.tos a{
color:#383838;
text-decoration:none;

}

.tos a:hover{
text-decoration:underline;
color:#000;
}

a.back_to_top{
color:#000;
font:bold 15px calibri;

}

.termscontainer p{
font: 16px calibri;
text-align:justify;
line-height: 170%;
color:#484848;
}
.cookiecontainer{
margin: 11% 3% 0% 3%;
}

.testimonials p{
text-align:justify;
line-height:250%;
}


.cookiecontainer h2{
text-align:center;
}

.cookiecontainer .text{
font: 15px calibri;
text-align:justify;
line-height: 170%;
color:#484848;
}

.cookiecontainer .top_header{
font: 16px calibri;
text-align:left;
color:#484848;
font-weight:bold;
}

.categorysection{
text-align:center;
}

.topcategoryname {
margin-top:15%;
text-align:center;
}

.topcategoryname p{
font-family: "century gothic", sans-serif;
font-weight:bold;
font-size: 40px;
text-transform:uppercase;
}

.topimagebanner{
justify-content:center;
position:relative;
display:flex;

}

.topimagebanner img{
max-width:100%;
height:auto;
}

.topimagebanner .topimagesection{
margin:1%;
}

.topimagesection .text{
font: 16px calibri;
font-weight:normal;
text-transform:capitalize;
}


div.mobiletab {
font-size:40px;
background:#fff;
cursor:pointer;
} 

.button {
 width:100%; 
 border:none;
 outline:none;
 padding:20px;
 font:16px arial;
 cursor:pointer;
 margin:0px;
text-transform:uppercase;
color:#000;
background-color:#fff;
text-align:left;
border-bottom: 1px solid #e8e8e8;;
}

 .button::after{
content: '\002B';
float:right;
cursor:pointer;
color:#444;
font-size:18px;
 }

.button:hover{
  background-color: #fff;
  color:black;
}
.active::after {
  content: "\2212";
}

 .panel{
max-height:0px;
   font:14px arial;
   overflow:hidden;
transition: max-height 0.8s;
 }

.panel p{
line-height: 170%;
margin:3%;

}

.bmenu ul{
margin: 0;
padding: 0;
}

.bmenu li{
list-style-type:none;
font:16px calibri;
text-transform:capitalize;
padding:16px;
}

.bmenu a {
padding: 16px;
color: #585858;
text-decoration:none;

}
.imagegallery{
margin: 5% 2%;
display:flex;
flex-wrap:wrap;
}

.pcontainer{
width:20%;
margin:2% 2.5%;
}

.pcontainerimg{
position:relative;
}

.pcontainerimg img{
max-width:100%;
}

.displayimg{
display:flex;
justify-content:space-around;
}

.displayimginner{
display:flex;
margin:0% 1%;
}

.displayimginner img{
max-width:100%;
height:auto;
}



.customeroptions{
display:none;
}

.contactbanner{
margin-top:15%;
display:flex;
justify-content:space-around;
}

.contactbanner img{
width:30%;
}


.csection{
display:flex;
margin:3% 2%;
}

.esection{
display:flex;
width:50%;
align-items:flex-start;

}

.esection img{
max-width:100%;
margin: 0% 2%;
}

.esection p{
font-family: verdana, arial, sans-serif;
font-size: 14px;
line-height: 200%;
}


.pagenavigation{
display:flex;
margin: 2%;
justify-content:flex-end;
}

.pagenavigation a{
padding: 16px;
font: 16px arial;
color:#696969;
text-decoration:none;
}

.pagenavigation a:hover{
color:#000;
}


.boundary{
margin:3% 3%;
border-bottom: 1px solid #696969;
}

.adbanners{
display:flex;
flex-direction:column;
}


.topadbanners{
display:flex;
justify-content:space-around;
margin-top: 5%;
}

.topadbanners > div{
text-align:center;
width: 40%;
height: 100px;
background: #ADD8E6;
align-items:center;
}

.topadbanners p, .bottomadbanners > div p{
line-height: 200%;
text-align:center;
color:#000;
text-transform:uppercase;
}

.bottomadbanners{
display:flex;
justify-content:center;
}

.middlesection{
margin: 3% 0;
}

.middlesection img{
margin-left:auto;
margin-right:auto;
display:block;
max-width:100%;
}

.bottomadbanners > div{
width: 80%;
text-align:center;
height: 100px;
background: #FFB6C1;

}




.bottomverticaltab{
display:none;
}

.bottommenu{
margin: 0% 5%;
display:flex;
justify-content:space-between;
}
.subscribe{
display:none;
}

.menusection p{
text-transform:capitalize;
font-family:calibri, verdana;
font-size:16px;
color:#303030;
font-weight:bold;
}

.menusection ul{
margin:0;
padding:0;
}

.menusection li{
list-style-type:none;
text-transform:capitalize;
font:14px calibri light;
padding:10px 0px;
}

.menusection li a{
color:#484848;
text-decoration:none;
}

#email{
padding:8px;
}

#button{
background:#000;
color:#fff;
font:14px arial;
margin-top:10px;
padding:10px;
border:none;
cursor:pointer;
}

#subscribebutton{
padding: 5px 7px;
background:#000;
color:#fff;
font: 12px arial;
border:none;
outline:none;
margin-top: 2%;
}

.social_icons{
text-align:left;
margin:10% 0%;
}
.social_icons a{
border: none;
}

.social_icons img{
margin-right: 5%;
height:auto;
}
.payment{
margin: 2%;
display:flex;

align-items:center;
}

.payment p{
width:15%;
font: bold 14px calibri, sans-serif;
text-transform:uppercase;
color:#808080;
}

.payment div{
width: 60%;
}

.payment ul{
width: 35%;
}
.payment img{
max-width:80%;
height:auto;
display:block;
margin-left:auto;
margin-right:auto;
}

.payment ul{
margin:0;
padding:0;
}
.payment li{
font: 14px calibri, sans-serif;
color:#000; 
padding:1%;
margin:0% 1%;
}


.outershowcase{
margin-top:5%;
}

.outershowcase, .innershowcase {
display:flex;
justify-content:center;
}

.showcasegallery{
margin:0% 2%;
}
.showcasegallery img{
max-width: 100%;
height:auto;
}

.showcasegallery p{
text-align:center;
font-family: century gothic, serif;
font-size: 16px;
}

.graduatecontainer{
display:flex;
justify-content:space-between;
align-items:center;

}

.topcategoryname h3{
font-family: century gothic;
text-transform:uppercase;
color:#000;
font-size:22px;
}



.largeimage img{
max-width:100%;
height:auto;
display:block;
margin-left:auto;
margin-right:auto;
}


.thumbnail{
display:flex;
margin-top: 5%;
}

.thumbnailsection{
align-items:center;
display:flex;
justify-content:space-around;
}

.thumbnailsection img{
width: 100%;
height:auto;
}

.bio p{
text-align:justify;
}

.bio, .largeimage{
width:33%;
}

.name_style{
color:#000;
margin: 0% 1%;
font-weight:bold;
}

.copyright{
font-family: century gothic, sans-serif;
margin: 5%;
color: #696969;
font-size: 14px;
}

/*media query screen widths*/

@media screen and (min-width: 1001px) and (max-width:1200px){
.termscontainer{
margin: 15% 6% 3% 6%;
}

.cookiecontainer {
margin-top: 15%;
}

div.topcategoryname{
margin-top: 20%;
}
}

@media screen and (min-width: 1201px) and (max-width:1400px){

.termscontainer{
margin: 14% 6% 3% 6%;
}

div.topcategoryname{
margin-top: 17%;
}

.cookiecontainer {
margin-top: 13%;
}

}

@media screen and (min-width: 1401px) and (max-width:1700px){
.termscontainer{
margin: 12% 6% 3% 6%;
}

div.topcategoryname{
margin-top: 15%;
}
}


@media screen and (min-width:1701px){
.termscontainer{
margin: 10% 6% 3% 6%;
}

.cookiecontainer h2{
margin: 5% 6% 3% 6%;
}

}

@media screen and (max-width: 1000px) and (min-width: 700px){


.termscontainer{
margin: 16% 6% 3% 6%;
}


.mobiletab img{
margin: 4% 1%;
max-width:95%;
height:auto;
}

.mobiletab span{
margin: 4% 1%;
}


.pcontainer {
width:27%;
}

.close{
font-sixe:30px;
}
}

@media screen and (max-width: 699px) and (min-width: 500px){


.termscontainer{
margin: 25% 6% 3% 6%;
}


.mobiletab img{
margin: 5% 0;
max-width:95%;
height:auto;
}

.mobiletab span{
margin: 5% 1%;
}

div.topcategoryname p{
font-size: 30px;
}
.pcontainer {
width:45%;
}

.close{
font-sixe:30px;
}
}

@media screen and (max-width: 499px) {

.mobiletab img{
margin: 7% 0;
max-width:90%;
height:auto;
}

.termscontainer{
margin: 28% 6% 3% 6%;
}


.mobiletab span{
margin: 7% 1%;
}


.pcontainer {
width:45%;
}

.close{
font-sixe:30px;
}


div.topcategoryname p{
font-size: 20px;
}
}



@media screen and (max-width: 1000px) {

.slidenavmenu{
z-index:150;
}

.outercontainer{
display:none;
}
  .topnav{
display:none;
}


div.mobiletab{
position:fixed;
top:0;
left:0;
display:flex;
width:100%;
z-index:100;
background:#fff;
}



div.topimagebanner{
width:200%;

}
div.slidemenu li{
font-size: 12px;
}

.submenu li a, submenu li{
padding:1%;
margin:0%;
}



.termscontainer h3{
margin-top: 5%;
}

li.tos{
margin:4% 0%;

}
.topimagesection{
width:50%;
}

.categorysection {
margin-top:0%;
overflow-x:scroll;
scrollbar-width:none;
scrollbar-color:#fff;
}

.topcategoryname{
margin-top: 17%;
}

.topcategoryname p{
font-size: 40px;
}

.categorysection .topimagesection .text{
font:12px arial;
text-transform:capitalize;
}

.customeroptions{
display:block;
}

.paymentsecurity, .deliverymonvatoo, .deliverylatelita, .generaldelivery{
text-align:center;
background: #f2f2f2;
padding: 10px;
margin: 3%;
}

.customeroptions .heading{
text-transform:uppercase;
font: 16px century gothic;
color:#000;
}

.customeroptions p{
font: 13px arial;
color:#000;
line-height: 170%;
}


.contactbanner{
margin-top:15%;
display:flex;
justify-content:space-around;
}

.imagegallery{
justify-content:center;
}

.closebtn{
color:#fff;
font-weight:bold;
position: absolute;
padding:8px 20px;
background:#000;
top: 2%;
right: 2%;
}

.pcontainer{
width:45%;
margin: 4% 1%;

}

.pcontainer .pbrand, .pcontainer .ptitle, .pcontainer .pprice{
margin:  0%;
font-size:13px;
}



.displayimg{
flex-direction:column;
width:100%;
margin-top:5%;
}

.displayimginner{
justify-content:center;
margin: 2% 0%;
}

.csection{
flex-direction:column;
}

.csection .esection{
width:100%;
}

.bottommenu{
display:none;
}


.bottomverticaltab{
display:block;
}

.subscribe{
margin:5% 0%;
display:block;
}

.subscribe p{
text-align:center;
font:16px arial;
}

.social_icons{
text-align:center;
margin-top: 5%;
}
.payment{
flex-direction:column;
}

.payment div, .payment p, .payment ul{
width:100%;
margin: 3% 0%;
text-align:center;
}

.payment img{
max-width: 80%;
}


.subscribe{
margin-top: 10%;
display:block;
text-align:center;
}



#subscribebutton{
padding: 10px;
background:#000;
color:#fff;
font: 14px arial;
border:none;
outline:none;
width:25%
}

#enteremail{

padding:8px;
width:60%;
}


.email {
margin: 0% 3%;
display:flex;
align-items:center;
}


.email .e-label{

font:13px arial;
width: 15%;
font:14px arial;
}

.signupcontainer{
text-align:center;
}
.signupcontainer #button{
margin-top: 2%;
}

.socialicons img{
margin: 5%;
}






.thumbnail, .graduatecontainer{
flex-direction:column;
}

.graduatecontainer .bio, .graduatecontainer .largeimage{
width:100%;
}
.pagenavigation a{
font: 13px arial;
}

}

span.slash{
padding:0px 10px;
font-size:18px;
}