@import url('https://fonts.googleapis.com/css2?family=Goldman:wght@400;700&family=Spinnaker&family=Oswald:wght@300;500;600;700&family=Permanent+Marker&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Cinzel:wght@400;500;700&family=Cormorant+Garamond:wght@500&display=swap');
body {
    margin: 0;
    padding: 0;
}
ul {
    list-style: none;
    padding: 0;
}
.mobile-display ul {
    margin-bottom: 0;
}
.search-box {
    position: fixed;
    top: 20px;
    left: 20%;
    z-index: 9999;
    display: none !important;
    transition: all 1s ease-in-out;
}
@media screen and (max-width:950px){
    .search-box{
        display: block !important;  
        cursor: pointer;
        transition: all 1s ease-in-out;
    }
    .search-box p i {
        font-size: 20px;     
    }
}
 .viewmore-btn {
    margin-top: 20px;
}
.box.right .la-shopping-bag {
    justify-content: center;
    display: flex;
    content: none;
    font-size: 45px;
    position: relative;
    color: #eb0000;
    top: 7px;
 }
 .box.right .la-shopping-bag .badge {
    font-size: 12px;
    text-align: center;
    color: #eb0000;
    font-family: 'Oswald', sans-serif;
    position: absolute;
    transform: translate(-50%, -20%);
    top: 50%;
    left: 50%;
    font-weight: 900;
    letter-spacing: .5px;
 }
     .box.left ul li input {
    /* width: 180px; */
    border: none;
    border-bottom: 1px solid #000;
    border-radius: 0;
  }
  .box.left ul li input::placeholder{
      font-family: 'Oswald', sans-serif;
      text-transform: uppercase;
      font-weight: 300;
      color: #000;
      font-size: 15px;
    }
       .whatsapp {
                        background: #25D366;
                        /* position: relative; */
                        width: 40px;
                        height: 40px;
                        text-align: center;
                        padding-top: 7px;
                        border-radius: 50%;
                        box-shadow: 0px 5px 5px 0px rgba(0,0,0,.3);
                    }
                    .whatsapp a i {
                  color: #fff;
                    }
       .whatsapp-btn {
        position: fixed;
        bottom: 10px;
        left: 20px;
        z-index: 99999;
        width: 40px;
        height:40px;
        background: #25D366;
        text-align: center;
        border-radius: 50%;
        padding-top: 7px;
        box-shadow: 0px 5px 8px 0px rgba(0,0,0,.3);
        display: none;
    }
 .whatsapp-btn a {
        text-decoration: none;
        color: #fff !important;
    }
    .page-container {
        margin-top: 80px;
    }
 .mobile-display .la-shopping-bag {
    justify-content: center;
    display: flex;
    content: none;
    font-size: 35px;
    position: relative;
    color: #eb0000;
    top: 0px;
 }
 .mobile-display .la-shopping-bag .badge {
    font-size: 10px;
    text-align: center;
    font-weight: 300;
    color: #eb0000;
    font-family: 'Oswald', sans-serif;
    position: absolute;
    transform: translate(-50%, -20%);
    top: 50%;
    left: 50%;
    font-weight: 900;
    letter-spacing: .5px;
 }
 .viewmore-btn a {
    font-size: 20px;
    color: #000;
    font-family: 'Oswald', sans-serif;
    transition: all .5s ease-in-out;
    background: transparent;
    /* border: 2px solid #000; */
    border-radius: 0;
    padding: 7px 25px;
    -moz-box-shadow:
		0px -1px 3px rgba(190,255,255,0.5), /*top external highlight*/
		2px 3px 3px rgba(0,0,0,0.2), /*bottom external shadow*/
		inset 0 -1px 1px rgba(0,0,0,0.5), /*bottom internal shadow*/
		inset 0 1px 1px rgba(255,255,255,1)!important; /*top internal highlight*/
		-webkit-box-shadow:
		0px -1px 3px rgba(190,255,255,0.5), /*top external highlight*/
		2px 3px 3px rgba(0,0,0,0.2), /*bottom external shadow*/
		inset 0 -1px 1px rgba(0,0,0,0.5), /*bottom internal shadow*/
		inset 0 1px 1px rgba(255,255,255,1)!important; /*top internal highlight*/
		box-shadow:
		0px -1px 3px rgba(190,255,255,0.5), /*top external highlight*/
		2px 3px 3px rgba(0,0,0,0.2), /*bottom external shadow*/
		inset 0 -1px 1px rgba(0,0,0,0.5), /*bottom internal shadow*/
		inset 0 1px 1px rgba(255,255,255,1)!important; /*top internal highlight*/

}
 .viewmore-btn a:hover {
   color: #fff;
   background: #000;

}
 .viewmore-btn i {
   padding: 0 0px 0 5px;
   display: inline-block;
  position: relative;
  -moz-animation: upDown 1s infinite ;
  -o-animation: upDown 1s  infinite;
  -webkit-animation: upDown 1s  infinite;
  animation: upDown 1s  infinite ;
  font-size: 15px;
}
@keyframes upDown {
    0% { top: 0; }
    50% { top: -0.15em; }
    70% { top: -0.2em; }
    100% { top: 0; }
}
@media screen and (max-width:950px){
    .divider {
    padding-top: 0 !important;
}
.page-container {
    margin-top: 60px;
}
       .whatsapp-btn {
            bottom: auto;
            left: auto;
            top: 20px;
            right: 17%;
            width: 25px;
            height: 25px;
            padding-top: 0px;
            display: block;
        }
       .box.left {
        position: fixed;
        left: 0;
        width: 100%;
        height: 40px;
        padding-top: 6px !important;
        z-index: 999999;
        padding: 0px 10px;
        background: #fff;
        display: none;
        text-align: center;
    }
    .box.left input {
        width: 100% !important;
        height: 25px;
    }
        .whatsapp-btn a i {
            font-size: 17px;
        }
    .viewmore-btn a {
        font-size: 20px;
        padding: 7px 15px;   
    }
}
.skin-hero {
    background: url('../img/skin/10i.jpg');
    /* width: 100%; */
    height: 95vh;
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;  
    position: relative;
}
.skin-hero .text-box {
    position: absolute;
    bottom: 50px;
    left: 0%;
    padding: 10px 25px;
    background: rgb(192, 164, 143, .7);
}
.skin-hero .text-box h1 {
    font-size: 6em;
    font-weight: 900;
    color: #000;
    font-family: 'Oswald', sans-serif;
    margin-bottom: 0;
    text-transform: uppercase;
}
.skin-hero .text-box p {
    font-size: 11px;
    color: #fff;
    margin-bottom: 0;
    font-family: 'Oswald', sans-serif;
    text-transform: uppercase;
    padding: 0 10px;
}
@media screen and (max-width:950px){
    .skin-hero {
        background: url('../img/skin/10.jpg');
        /* width: 100%; */
        height: 90vh;
        background-size: cover;
        background-position: center;
        background-repeat: no-repeat;  
        position: relative;
    }
    .skin-hero .text-box {
        position: absolute;
        bottom: 0%;
        left: 0%;
        width: 95%;
        text-align: center;
        background: rgb(192, 164, 143, .7);
        padding: 15px 5px;
}
.skin-hero .text-box h1 {
    font-size: 3.3em;
    color: #000;
    margin-bottom: 0;
    line-height: 30px;
    display: inline-block;
}
.skin-hero .text-box p {
    font-size: 11px;
    color: #fff;
    margin-bottom: 0;
    font-family: 'Oswald', sans-serif;
    text-transform: uppercase;
    padding: 0 15px;
}
}
.hair-box.box h1 {
    font-family: 'Oswald', sans-serif;
    color: #000;
    font-size: 2em;
    text-transform: capitalize;
    font-weight: 700;
}
.hair-box.box {
    /* padding: 40px 0 20px 0; */
}
.hair-hero {
    /* background: url('../img/hair1.jpg'); */
    width: 100%;
    height: 90vh;
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    position: relative;
   
}
.hair-hero .text-box {
    display: none;
}
@media screen and (max-width:950px){
    .hair-box.box h1 {
    font-size: 1.2em;

}

.hair-hero {
    background: url('../img/hair5.jpg');
    width: 100%;
    height: 90vh;
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
   
}
.hair-hero .text-box {
    display: inline-block;
    position: absolute;
    bottom: 0%;
    left: 5%;
    transform: translate(-10%, -0%);
    text-align: left;
    padding: 20px 20px;
    /* width: 95%; */
    background: rgb(255, 206, 192, .7);
}
.hair-hero .text-box h1 {
    font-size: 2.5em;
    color: #000;
    font-family: 'Oswald', sans-serif;
    text-transform: uppercase;
    font-weight: 700;
}
}
.hair-item-prev {
    padding: 30px 50px;
}
.hair-item-prev .heading h2 {
    font-family: 'Cormorant Garamond', serif;
    color: #000;
    font-size: 2.5em;
    text-transform: capitalize;
    font-weight: 900;
}
.hair-item-prev .text-box {
    padding: 10px 0;
    /* text-align: center; */
}
.hair-item-prev .img-box  {
    padding: 10px;
    border: 1px solid rgba(0,0,0,.1);
}
.hair-item-prev .text-box .cart-btn {
    font-size: 13px;
    font-weight: 400;
    color: #000;
    font-family: 'Goldman', cursive;
    background: transparent;
    border: 2px solid #000;
    border-radius: 0px;
}
.hair-item-prev .text-box h4 {
    font-size: 20px;
    font-weight: 400;
    color: #000;
    font-family: 'Goldman', cursive;
}
.hair-item-prev .text-box h3 {
    font-size: 20px;
    font-weight: 400;
    color: #000;
    font-family: 'Goldman', cursive;
}
.hair-item-prev .text-box p {
    font-size: 10px;
    font-weight: 400;
    color: #555;
    font-family: 'Goldman', cursive;
    margin-bottom: 0;
}
ul li {
    display: inline-block;
    font-size: 13px;
    color: #333;
    font-family: 'Oswald', sans-serif;
    padding: 0 10px;
    text-transform: uppercase;
    font-weight: 900;
    color: #000;
}
.box.right ul li a {
    font-size: 13px;
    color: #111;
    text-decoration: none;
    font-family: 'Oswald', sans-serif;
    text-transform: uppercase;
    font-weight: 900;
    letter-spacing: 1px;
}
.box.right ul li input {
  /* width: 180px; */
  border: none;
  border-bottom: 1px solid #000;
  border-radius: 0;
}
.box.right ul li input::placeholder{
    font-family: 'Oswald', sans-serif;
    text-transform: uppercase;
    font-weight: 300;
    color: #000;
    font-size: 15px;
  }
.box {
    padding: 10px 10px 0px 10px;
    /* border: 1px solid #f00; */
}
.box h1 {
    font-size: 2em;
    font-weight: 700;
    color: #000;
    font-family: 'Oswald', sans-serif;
    margin-bottom: 0;
    text-transform: uppercase;
    /* line-height:24px; */
}
.box.kid-box h1 {
    font-size: 1.5em;
    font-weight: 700;
    color: #000;
    font-family: 'Oswald', sans-serif;
    margin-bottom: 0;
    text-transform: uppercase;
}
i{
    font-size: 25px;
}
input[type="text"] {
    /* width: 200px; */
    border: none;
    /* border-bottom: 2px solid #000; */
    border-radius: 0;
}
input::placeholder {
    font-size: 12px;
    color: #555;
    font-family: 'Spinnaker', sans-serif; 
}
.search-container {      
 border-bottom: 1px solid #000;
 width: 250px;
}
.hero {
    background: linear-gradient(to left, rgba(0,0,0,.2), rgba(0,0,0,.2)), url('../img/cl/hero.jpg');
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    width: 100%;
    height: 95vh;
    position: relative;
}
.hero .text-box {
    position: absolute;
    bottom: 50px;
    left: 0%;
    background: rgba(0, 0, 0, .5);
    padding: 10px 15px;
}
.hero .text-box h1 {
    font-size: 4em;
    font-weight: 700;
    color: #fff;
    font-family: 'Oswald', sans-serif;
    margin-bottom: 0;
    text-transform: uppercase;
    text-shadow: 0px 5px 5px 0px rgba(0,0,0,.3);
}
.hero .text-box a {
    font-size: 1em;
    font-weight: 300;
    color: #fff;
    background: transparent;
    border: 2px solid #fff;
    font-family: 'Oswald', sans-serif;
    margin-bottom: 0;
    text-transform: uppercase;
    border-radius: 0;
    padding: 10px 30px;
    margin: 15px 0;
}
.store-view-more {
    font-size: 2em;
    font-family: 'Oswald', sans-serif;
    color: #000;
    background: #fff;
    border: 2px solid #000 !important;
    text-decoration: none ;
    border-radius: 0 !important;
}
.hero-bby {
    position: relative;
    width: 100%;
    height: 100vh;
    background: rgba(178, 247, 239,.1);
    background-image: url('../img/kiddies/hero.jpg');
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
      margin-top: 75px;
}
.hero-bby .text-box {
    position: absolute;
    bottom: 50px;
    left: 0%;
    padding: 10px 15px;
    background: rgba(0, 0, 0, .5);
}
.hero-bby .text-box h1 {
    font-size: 6em;
    font-weight: 700;
    color: #fff;
    font-family: 'Oswald', sans-serif;
    margin-bottom: 0;
    text-transform: uppercase;
    text-shadow: 0px 5px 5px 0px rgba(0,0,0,.3);
    margin-bottom: 0;
    /* line-height: 90px; */
}
.hero-bby .text-box span {
    font-size: 2em;
    font-weight: 700;
    color: #fff;
    font-family: 'Oswald', sans-serif;
    text-transform: uppercase;
    text-align: left;
    padding-left: 5px;
    letter-spacing: 10px;
    margin-bottom: 0;
}
.hero-bby .text-box a {
    font-size: 1em;
    font-weight: 300;
    color: #fff;
    background: transparent;
    border: 2px solid #fff;
    font-family: 'Oswald', sans-serif;
    margin-bottom: 0;
    text-transform: uppercase;
    border-radius: 0px;
    padding: 10px 30px;
    margin: 15px 0;
    text-decoration: none;
}
.hero-bby .text-box p {
    font-size: 20px;
    color: #fff;
    font-family: 'Oswald', sans-serif;
    font-weight: 300;
}
.hero-bby .img {
    background: #ebebeb;
}
body {
    position: relative;
}
.item-cat {
    padding: 30px 40px !important;
}
.item-cat .line-detail {
    height: 1.3px;
    width: 100%;
    margin-right: 0rem;
    margin-top: .6rem;
    float: left;
    transition: all 1s ease-in-out;
}
.item-cat .line {
 background: rgba(0,0,0,.2);
}
.top-sales .line-detail {
    height: 1.3px;
    width: 100%;
    margin-right: 0rem;
    margin-top: .6rem;
    float: left;
    transition: all 1s ease-in-out;
}
.top-sales .line {
 background: rgba(0,0,0,.2);
}
.item-cat .cat-heading h2 {
    font-family: 'Spinnaker', sans-serif;
    font-weight: 300;
    text-transform: uppercase;
    font-size: 15px;
    color: #000;
}
.top-sales .cat-heading h2 {
    font-family: 'Spinnaker', sans-serif;
    font-weight: 300;
    text-transform: uppercase;
    font-size: 12px;
    color: #000;
}
.item-cat .item-box .text-box {
    padding: 10px 0;
}
.item-cat .item-box .text-box h3 {
    font-family: 'Oswald', sans-serif;
    font-weight: 600;
    color: #333;
    font-size: 15px;
    text-transform: uppercase;
    /* letter-spacing: .8px; */
}
.item-cat .item-box .text-box p{
    font-family: 'Oswald', sans-serif;
    font-weight: 350;
    color: #000;
    font-size: 13px;
    margin-bottom: 5px;
    letter-spacing: .5px;
}
/* .item-cat .item-box .text-box a{
  
} */
.add-to-cart {
    font-family: 'Oswald', sans-serif;
    color: #000;
    font-size: 13px;
    text-decoration: none;
    border: 2px solid #000 !important;
    border-radius: 0 !important;
    padding: 4px 10px !important;
}
.item-vid {
    /* width: 100%; */
    /* height: 50vh;
    min-height: 50vh; */
    position: relative;
}
.item-vid  video{
    /* width: 100%;
    height: 100%;
    object-fit: cover; */
    /* background: #333; */
}
.item-vid .vid-text {
position: absolute;
top: 50%;
left: 50%;
transform: translate(-50%, -20%);
text-align: center;
}
.item-vid .vid-text h1 {
    font-size: 4em;
    font-weight: 700;
    color: #fff;
    font-family: 'Oswald', sans-serif;
    margin-bottom: 0;
    text-transform: uppercase;
    text-shadow: 0px 5px 5px 0px rgba(0,0,0,.3);
}

.item-vid .vid-text a {
    font-size: 1em;
    font-weight: 300;
    color: #000;
    background: #fff;
    border: 2px solid #fff;
    font-family: 'Oswald', sans-serif;
    margin-bottom: 0;
    text-transform: uppercase;
    border-radius: 0;
    padding: 10px 30px;
    margin: 15px 0;
}
.item-details {
    position: relative;
    padding: 40px 20px;
}
.item-details h1 {
    font-size: 2em;
    font-weight: 300;
    color: #000;
    font-family: 'Oswald', sans-serif;
    margin-bottom: 30px;
    text-transform: uppercase;
    text-align: center;
}
.item-details h1 span {
    font-size: 1.2em;
    font-weight: 700;
    color: #000;
    font-family: 'Oswald', sans-serif;
    margin-bottom: 30px;
    text-transform: uppercase;
    text-align: center;
}
.item-details h3 {
    font-size: 15px;
color: #333;
font-weight: 900;
font-family: 'Oswald', sans-serif; 
margin-bottom: 0;
text-transform: uppercase;
}
.item-details p {
    font-size: 12px;
color: #444;
font-family: 'Spinnaker', sans-serif; 
}
.item-details a {
    font-size: 12px;
color: #000;
font-family: 'Spinnaker', sans-serif; 
text-decoration: none;
border: 2px solid #000;
border-radius: 0;
}
.item-details i {
    font-size: 30px;
}
.item-details .img-box {
    padding: 20px;
    border: 7px solid #dfdddd;
    box-shadow: 0px 5px 10px 0px rgba(0, 0, 0, .2);
}
.item-details .text-box {
    padding: 10px 0;
}
.item-details .left-pane {
    padding: 20px 20px;
    position: fixed;
    top: 0;
    left: 0;
    background: #fff;
    border: 1px solid rgba(0,0,0,.1);
    box-shadow: 0px 10px 30px 0px rgba(0,0,0,.2);
    width: 230px;
    height: 100vh;
    display: none;
}
.item-details .left-pane .line1 {
    width: 20px;
    height: 1px;
    background: #000;
    position: absolute;
    transform: rotate(-45deg);
}
.item-details .left-pane .line2 {
    width: 20px;
    height: 1px;
    background: #000;
    position: absolute;
    margin-top: 0px;
    transform: rotate(45deg);
}
.item-details .left-pane .item-box {
    margin-top: 80px;
}
.item-details .left-pane .item-box p {
   font-size: 1.7em;
   font-weight: 900;
   font-family: 'Oswald', sans-serif;
   color: #222;
   border-bottom: 1px solid rgba(0,0,0,.1);
   padding: 7px 0;
}

.item-preview .img-box {   
padding: 20px;
border: 7px solid #dfdddd;
box-shadow: 0px 5px 10px 0px rgba(0, 0, 0, .2);
}
.item-preview .text-box {
padding: 20px 30px;
}
.item-preview h2 {
color: #000;
font-weight: 900;
font-family: 'Gilroy', sans-serif;
font-size: 2em;
}
.item-preview .cat {
color: #333;
font-family: 'Spinnaker', sans-serif;
font-size: 13px;
}
.item-preview .id {
color: #888;
font-family: 'Spinnaker', sans-serif;
font-size: 13px;
}
.item-preview .price {
color: #000;
font-weight: 900;
font-family: 'Gilroy', sans-serif;
font-size: 1.5em;
}
.item-preview ul li span {
border: 1px solid rgba(0,0,0,.1);
padding: 10px 25px;
}
.item-preview ul li div {
width: 25px;
height: 25px;
border: 1px solid rgba(0,0,0,.1);
display: inline-block;
margin: 20px 10px;
}
.item-preview ul li div.col-1 {
background: #000;
}
.item-preview ul li div.col-2 {
background: gray;
}
.item-preview ul li div.col-3 {
background: saddlebrown;
}
.item-preview button {
background: #000;
color: #fff;
font-size: 15px;
border-radius: 0;
}
.top-sales {
    padding: 20px 50px !important;
}
.item-box .img-box {
    border: 7px solid #dfdddd;
    box-shadow: 0px 5px 10px 0px rgba(0, 0, 0, .2);
    background: #fff;
    padding: 25px;
    width: 100%;
    height: 330px;
}
.item-box .img-box img {
    width: 100%;
    height: 100%;
}
.hair-item-prev .item-box .img-box {
    border: 7px solid #fff !important;
}
.skin-care-items .item-box .img-box {
    border: 7px solid #dfdddd;
    box-shadow: 0px 5px 10px 0px rgba(0, 0, 0, .2);
}
.top-sales .heading {
    text-align: center;
    padding: 50px 0;
}
.top-sales .heading h1 {
    font-size: 2.5em;
font-weight: 700;
color: #000;
font-family: 'Oswald', sans-serif;
margin-bottom: 0;
text-transform: uppercase;
}
.top-sales  .item-box .text-box h3 {
    font-size: 14px;
font-weight: 400;
color: #333;
font-family: 'Oswald', sans-serif;
margin-bottom: 0 !important;
text-transform: uppercase;
}
.top-sales  .item-box .text-box .scrubs-item-name {
   text-decoration: none;
   color: #333;
   margin-bottom: 5px;
}
.top-sales  .item-box .text-box  {
   padding: 15px 0 0 0;
}
.top-sales  .item-box .text-box p {
    font-size: 13px;
font-weight: 300;
color: #000;
font-family: 'Oswald', sans-serif;
margin-bottom: 0;
}
.top-sales  .item-box .cart-btn a {
    font-size: 13px;
font-weight: 400;
color: #000;
font-family: 'Oswald', sans-serif;
background: transparent;
border: 2px solid #000;
border-radius: 0px;
}
.divider {
    border-bottom: 1px solid rgba(0,0,0,.2);
}
.cat-btn {
    margin-top: 20px;
    cursor: pointer;
}
.cat-btn .category {
    font-family: 'Oswald', sans-serif;
    font-size: 13px;
    text-transform: uppercase;
    color: #111;
    font-weight: 500;
}
.toggle-btn {
    width: 30px;
    height: 30px;
    position: relative;
    cursor: pointer;
    /* border: 1px solid #ccc; */
    padding-top: 5px;
    /* top: 15px; */
}
 .toggle-btn  span.one {
    position: absolute;
    width: 25px;
    height: 1.2px;
    background: #000;
    transition: all cubic-bezier(0.26,0.1,0.27,1.55) .6s;
}
.toggle-btn span.two {
    position: absolute;
    width: 20px;
    height: 1.2px;
    background: #000;
    margin-top: 7px;
    transition: all cubic-bezier(0.26,0.1,0.27,1.55) .6s;
}
.toggle-btn span.three {
    position: absolute;
    width: 25px;
    height: 1.2px;
    background: #000;
    margin-top: 15px;
    transition: all cubic-bezier(0.26,0.1,0.27,1.55) 0.55s;
}
/****Store left pane *********/
.left-paneActive {
    left: 0% !important;
    width: 20% ;
    height: 100%;
    }
    .store-left-pane {
    width: 20%;
    height: 100%;
    left: -100%;
    position: fixed;
    top: 0px;
    transition: all .8s ease-in-out;
    background: #fff;
    z-index: 99999;
    padding: 30px 30px  ;
    overflow: auto;
    box-shadow: 0px 10px 15px 0 rgba(0,0,0,.2);
    }
    .icon.closeIcon .one {
    transform:rotate(-45deg);
    top:12px;
    }
    .icon.closeIcon .two {
    transform:rotate(45deg);
    width: 25px !important;
    }
    .icon.closeIcon .three {
    display: none;
    }
    .store-left-pane ul {
    list-style: none;
    padding: 0;
    }
    .store-left-pane ul li {
        padding: 5px 0;
    }
    .store-left-pane ul li a {
    font-size: 1.5em;
    font-weight: 900;
    font-family: 'Oswald', sans-serif;
    color: #333;
    text-decoration: none;
    }
    .store-left-pane .close-btn {
    width: 30px;
    height: 30px;
    position: relative;
    cursor: pointer;
    }
    .store-left-pane .close-btn  span.one {
    position: absolute;
    width: 25px;
    height: 1.4px;
    background: #000;
    transform: rotate(45deg);

    }
    .store-left-pane .close-btn   span.two {
    position: absolute;
    width: 25px;
    height: 1.4px;
    background: #000;
    transform: rotate(-45deg);
    }
/*********Computer & accessories*********/
.hero-vid {
    width: 100%;
    height: 95vh;
    background: url('../img/comp/6.jpg');
    background-size: cover;
    background-position: bottom;
    background-repeat: no-repeat; 
    position: relative;
}
.hero-vid .text-box {
    position: absolute;
    bottom: 50px;
    left: 0%;
    background: rgba(253, 201, 143,.7);
    padding: 10px 15px;
}
.hero-vid .text-box h1 {
    font-size: 6em;
font-weight: 700;
color: #000;
font-family: 'Oswald', sans-serif;
text-transform: uppercase;
}
@media screen and (max-width:950px){
    .add-to-cart {
        font-family: 'Oswald', sans-serif;
        color: #000;
        font-size: 10px !important;
        text-decoration: none;
        border: 2px solid #000 !important;
        border-radius: 0 !important;
        padding: 2px 5px !important;
    }
    .hero-vid {
        width: 100%;
        height: 90vh;
        background: url('../img/comp/6.jpg');
        background-size: cover;
        background-position: center;
        background-repeat: no-repeat; 
        position: relative;
    }
    .hero-vid .text-box {
        position: absolute;
        bottom: 0%;
        left: 0%;
        /* transform: translate(-0%, -0%);
        width: 98.5%;    */
        background: rgba(253, 202, 145,.7);
        padding: 10px 10px;
    }
    .hero-vid .text-box h1 {
        font-size: 3em;
    font-weight: 700;
    color: #000;
    font-family: 'Oswald', sans-serif;
    text-transform: uppercase;
    }
}
.item-prev {
 padding: 50px 10px;
}
.item-prev .heading {
 padding: 30px 0px;
}
.item-prev .heading h1 {
font-size: 2em;
font-weight: 700;
color: #000;
font-family: 'Oswald', sans-serif;
text-transform: uppercase;
}
.item-prev .item-view .img-box {
    border: 7px solid #dfdddd;
    box-shadow: 0px 5px 10px 0px rgba(0, 0, 0, .2);
 background: #f2f2f2;
 padding: 15px;
}
.item-prev .item-view .img-box img {
 background: #fff;      
}
.item-prev .item-view .text-box h2 {
font-size: 15px;
font-weight: 700;
color: #333;
font-family: 'Oswald', sans-serif;   
text-transform: uppercase;  
letter-spacing: .8px;
}
.item-prev .item-view .text-box h4 {
font-size: .7em;
font-weight: 300;
color: #000;
font-family: 'Oswald', sans-serif;     
}
.item-prev .item-view .text-box  {
padding: 10px 0;
}
.item-prev .item-view .text-box .cart-btn  {
font-size: 13px;
font-weight: 400;
color: #000;
font-family: 'Oswald', sans-serif;
background: transparent;
border: 2px solid #000;
border-radius: 0px;
}
.mobile-display {
    display: none;
}
/*********Hair Vendors***********/
@media screen and (max-width:950px) {
    .item-cat .item-box .text-box a{
        /* padding: 5px 10px;
        font-size: 11px;    */
    }
    .item-prev .item-view .text-box .cart-btn  {
        padding: 5px 7px;
        font-size: 11px;    
        }
    .item-prev .item-view .img-box {     
       padding: 5px;
       }
    .item-box .img-box {
        padding: 0px;
        width: 100%;
        height: 170px;
    }
     .collect-search.top-sales .img-box {
        padding: 0px;
        width: 100%;
        height: 150px;
    }
      .item-box .img-box img {
        width: 100%;
        height: 100%;
    }
    .top-sales  .item-box .text-box h3 {
        font-size: 13px;
        font-weight: 700;
    }
    .item-cat .item-box .text-box h3 {
        font-family: 'Oswald', sans-serif;
        font-weight: 700;
        color: #333;
        margin-bottom: 0;
        font-size: 13px;
    }
    .item-prev .item-view .text-box h2 {
        font-size: 12px;
        font-weight: 700; 
        }
    .top-sales  .item-box .cart-btn a {
        font-size: 11px;
    font-weight: 400;
    padding: 1px 5px;
    }
    .mobile-display {
        display: inline-block;
    }
    .cat-btn .category {
        display: none;
    }
    .box h1 {
        font-size: 1.2em;
        margin-top: 10px;
    }
    .box.right {
        display: none;
    }
    .mobile-display ul li {
        margin-top: 15px;
    }
    .mobile-display ul li a {
        color: #000;
        text-decoration: none;
    }
    .left-paneActive {
        left: 0% !important;
        width: 70 !important% ;
        height: 100%;
        }
        .store-left-pane {
        width: 70% !important;
        padding: 30px 20px  ;
        }
        .store-left-pane ul li a {
            font-size: 1.5em;
            }
    .mobile-display ul li input {
        border: none;
        border-bottom: 1px solid #000;
        border-radius: 0;
        padding: 5px 7px;
    }
    .mobile-display ul li input::placeholder {
       font-family: 'Oswald', sans-serif;
       font-size: #333;
       text-transform: uppercase;
    }
    .item-prev .heading h2 {
        font-size: 12px;
    }
    .item-prev {
        padding: 15px 15px;
    }
    .item-prev .heading {
        padding: 0;
    }
    .item-cat {
        padding: 20px 15px !important;
    }
    .item-cat .cat-heading h2 {
font-size: 10px;
color: #000;
    }
    .top-sales {
        padding: 15px 20px !important;
    }
    .top-sales .item-box {
        margin: 10px 0;
    }
    .item-cat .line-detail {
        margin-right: 0rem;
        margin-top: .3rem;
    }
    .top-sales .line-detail {
        margin-right: 0rem;
        margin-top: .5rem;
    }
    .item-prev .line-detail {
        margin-right: 0rem;
        margin-top: .1rem;
    }
    .hero {
        background:  url('../img/cl/6.jpg');
        background-size: cover;
        background-position: top;
        background-repeat: no-repeat;
        width: 100% !important;
        height: 90vh;
        position: relative;
        /* margin: 10px 0 ; */
    }
    .hero .text-box h1 {
        font-size: 2.5em;
    }
    .hero .text-box {
        position: absolute;
        bottom: 0%;
        left: 0%; 
        background: rgb(0, 0, 0, .7);
        padding: 10px 10px;
    }
    .hero-bby {
        position: relative;
        width: 100%;
        height: 90vh;
        background: rgba(178, 247, 239,.1);
        background-image:  url('../img/hero-kiddies1.jpg');
        background-size: cover;
        background-position: left center;
        background-repeat: no-repeat;
      
    }
    .hero-bby .text-box {
        position: absolute;
        bottom: 0%;
        left: 0%;  
        background: rgb(0, 0, 0, .7);
        padding: 10px 10px;
    }
    .hero-bby .text-box h1 {
        font-size: 3em;
        font-weight: 700;
        color: #fff;
        font-family: 'Oswald', sans-serif;
        margin-bottom: 0;
        text-transform: uppercase;
        text-shadow: 0px 5px 5px 0px rgba(0,0,0,.3);
        margin-bottom: 0;
        line-height: 40px;
        text-align: left;
        letter-spacing: -2px;
    }
    .hero-bby .text-box span {
        font-size: 1.4em;
        font-weight: 700;
        color: #fff;
        font-family: 'Oswald', sans-serif;
        text-transform: uppercase;
        text-align: left;
        padding-left: 5px;
        letter-spacing: 7px;
        margin-bottom: 0;
    }
    .hero-bby .text-box a {
        font-size: 15px;
        font-weight: 700;
        color: #fff;
        font-family: 'Oswald', sans-serif;
        border-radius: 0;
        border: 2px solid #fff;
        background: transparent;
        text-transform: uppercase;
        letter-spacing: 2px;
    }
    .hero-bby .text-box p {
        font-size: 11px;
        color: #fff;
        margin-bottom: 0;
        font-family: 'Oswald', sans-serif;
        text-transform: uppercase;
        padding: 0 25px;
    
    }
    .box.kid-box h1 {
        font-size: 1.2em;
    }
    .item-details h1 span {
        font-size: .6em;
        line-height: 10px;
    }
}
/********Footer********/
.footer {
    padding: 20px 15px;
    background: #000;
    color: #fff;
}
.footer .call a {
    text-decoration: none;
    color: #fff;
    font-size: 13px;
    font-family: 'Spinnaker', sans-serif;
}
.footer .connect a {
    text-decoration: none;
    color: #fff;
    padding: 0 5px;
    /* font-size: 13px; */
}
.footer .inner-col {
    float: right;
}
.footer .inner-col p {
   margin-bottom: 0;
} 
.footer .inner-col p a {
    text-decoration: none;
    color: #fff;
    font-size: 13px;
    font-family: 'Spinnaker', sans-serif;
} 
.footer .inner-col .comp {
     font-family: 'Oswald', sans-serif;
    font-size: 20px;
   text-transform: uppercase;
}
@media screen and (max-width:950px){
    .footer {
        text-align: center;
        justify-content: center;
    }
    .footer .inner-col {
        float: none;
    }
    .footer .inner-col .comp {
     font-family: 'Oswald', sans-serif;
    font-size: 15px;
   text-transform: uppercase;
}
}