.slideshow-container.home-top{
    display:none;
}


.life-better{
    min-height:60vh;
    /*height:85vh;
    min-height:700px;*/
    border-bottom:1px solid #e9e9e9;
    margin-bottom: 40px;
}
.life-better .img{
    width:50%;
    float:left;
    cursor:pointer;
}
.life-better .img img{
    width:100%;
    height:100%;
    object-fit:cover;
}
.life-better .text-container{
    width:50%;
    background:#f9f9f9;
    flex-flow:column wrap;
    justify-content:center;
    float:left;
}
.life-better .text-container .container{
    /* text-align:center; */
    padding:2rem 3rem;
}
.life-better .text-container .title{
    line-height:60px;
    text-transform:capitalize;
    margin-bottom:20px;
}
.life-better .text-container .small-title{
    font-size:27px;
    margin-bottom:15px;
}
.life-better .text-container .content{
    font-size:20px;
    margin-bottom:15px;
    text-align: center;
}
.life-better .text-container a{
    color:#FFF;
    font-size: 22px;
    text-transform:uppercase;
    background:#000;
    padding:.5rem 2.36859rem;
    display:inline-block;
    margin-top: 30px;
}


.bannerBox{
    font-weight: 500;
    font-family:"OpenSansRegular";
    text-align: center;
    margin-bottom: 20px;
}
.bannerBox img{width: 100%;}
.bannerBox .left,
.bannerBox .right{float: left;}
.bannerBox .left{width: 44.01%;}
.bannerBox .right{
    width: 55.99%;
    position: relative;
}
.bannerBox .container{
    min-width: 600px;
    position: absolute;
    top: 47%; left: 50%;
    transform: translate(-50%, -50%);
}
.bannerBox .container .sTitle{
    color: #eaa833;
    font-size: 23px;
    text-transform: capitalize;
}
.bannerBox .container .title{
    color: #3e3332;
    font-size: 35px;
    font-family:"Mesmerizesb";
    text-transform: uppercase;
    line-height: 1.2;
    margin-bottom: 50px;
}
.bannerBox .container .timeSlot{
    font-size: 20px;
    height: 30px;
    line-height: 28px;
    border: 1px solid #7f7a7c;
    border-radius: 15px;
    padding: 0 15px;
    margin: 3px 0 40px;
    display: inline-block;
}
.bannerBox .container .btnTitle{
    color: #473f3e;
    font-size: 28px;
    width: 400px;
    text-transform: uppercase;
    border: 1px solid #eaa833;
    border-radius: 15px 15px 0 0;
    padding: 2px;
    margin: auto;
}
.bannerBox .container .btnObj{
    color: #fff;
    font-size: 26px;
    font-weight: 300;
    width: 400px;
    text-transform: capitalize;
    background: #eaa833;
    padding: 4px 22px;
    margin-bottom: 90px;
    display: inline-block;
}
.bannerBox .container .interval{
    width: 140px;
    border: 1px solid #72b42e;
    margin: 0 auto 6px;
    display: block;
}
.bannerBox .container .one{
    font-size: 18px;
    word-spacing: 3px;
    text-transform: uppercase;
}
.bannerBox .container .two{
    font-size: 15px;
    line-height: 1.3;
    text-transform: capitalize;
}
@media screen and (min-width: 1500px){
    .bannerBox .container{min-width: 800px;}
    .bannerBox .container .sTitle{
        font-size: 31px;
        line-height: 1.3;
    }
    .bannerBox .container .title{
        font-size: 42px;
        line-height: 1;
        margin-bottom: 60px;
    }
    .bannerBox .container .timeSlot{
        font-size: 22px;
        height: 34px;
        line-height: 30px;
        border-radius: 17px;
        padding: 0 25px;
        margin: 12px 0 50px;
    }
    .bannerBox .container .btnTitle{
        font-size: 30px;
        width: 430px;
    }
    .bannerBox .container .btnObj{
        font-size: 28px;
        width: 430px;
        padding: 4px 30px;
        margin-bottom: 100px;
    }
    .bannerBox .container .interval{
        width: 210px;
        border: 2px solid #72b42e;
        border-top-width: 1px;
        margin: 0 auto 20px;
    }
    .bannerBox .container .one{
        font-size: 20px;
        width: 600px;
        word-spacing: 3px;
        letter-spacing: 0.8px;
        line-height: 1;
        margin: auto;
    }
    .bannerBox .container .two{
        font-size: 17px;
        letter-spacing: 1px;
    }
}
.bannerBox.blackFriday{position: relative;}
.bannerBox.blackFriday a{
    height: 100%;
    position: absolute;
    top: 0;
}
.bannerBox.blackFriday a.left{
    width: 45.5%;
    left: 0;
}
.bannerBox.blackFriday a.right{
    color: #fff;
    width: 54.5%;
    right: 0;
}
.bannerBox.blackFriday .textBox{
    color: #fff;
    font-weight: 900;
}
.bannerBox.blackFriday .stroke > span{
    color: #464646;
    position: relative;
    text-shadow: 1px 1px #fb0909;
}
.bannerBox.blackFriday .stroke span:after{
    content: attr(data-title);
    color: #fff;
    position: absolute;
    text-shadow: none;
}
.bannerBox.blackFriday .one{position: relative;}
.bannerBox.blackFriday .one:before,
.bannerBox.blackFriday .one:after{
    content: "";
    background: #fff;
    position: absolute;
    top: 45%;
    transform: translateY(-50%);
}
.bannerBox.blackFriday .one:before{
    width: 20px;
    height: 20px;
    border-radius: 50%;
    right: 0;
}
.bannerBox.blackFriday .one:after{
    height: 2px;
    right: 20px;
}
@media screen and (min-width: 1801px){
    .bannerBox.blackFriday .textBox{padding-bottom: 0;}
    .bannerBox.blackFriday .one{font-size: 86px; line-height: 90px;}
    .bannerBox.blackFriday .one:after{width: 670px;}
    .bannerBox.blackFriday .one span:after{top: -8px; left: -5px;}
    .bannerBox.blackFriday .two{font-size: 48px;}
    .bannerBox.blackFriday .two span:after{top: -14px; left: -2px;}
    .bannerBox.blackFriday .three{font-size: 35px; margin-top: 10px;}
    .bannerBox.blackFriday .three span:after{top: -9px; left: -2px;}
    .bannerBox.blackFriday .four{font-size: 72px;}
    .bannerBox.blackFriday .four span:after{top: -7px; left: -3px;}
    .bannerBox.blackFriday .five,
    .bannerBox.blackFriday .six{font-size: 26px; padding-left: 95px; margin-top: 12px;}
}
@media screen and (min-width: 1701px) and (max-width: 1800px){
    .bannerBox.blackFriday .textBox{padding-bottom: 0;}
    .bannerBox.blackFriday .one{font-size: 90px; line-height: 90px;}
    .bannerBox.blackFriday .one:after{width: 600px;}
    .bannerBox.blackFriday .one span:after{top: -6px; left: -5px;}
    .bannerBox.blackFriday .two{font-size: 45px;}
    .bannerBox.blackFriday .two span:after{top: -13px; left: -3px;}
    .bannerBox.blackFriday .three{font-size: 33px; margin-top: 10px;}
    .bannerBox.blackFriday .three span:after{top: -9px; left: -2px;}
    .bannerBox.blackFriday .four{font-size: 68px;}
    .bannerBox.blackFriday .four span:after{top: -6px; left: -3px;}
    .bannerBox.blackFriday .five,
    .bannerBox.blackFriday .six{font-size: 25px; padding-left: 86px; margin-top: 12px;}
}
@media screen and (min-width: 1601px) and (max-width: 1700px){
    .bannerBox.blackFriday .textBox{padding-bottom: 0;}
    .bannerBox.blackFriday .one{font-size: 90px; line-height: 90px;}
    .bannerBox.blackFriday .one:after{width: 560px;}
    .bannerBox.blackFriday .one span:after{top: -6px; left: -5px;}
    .bannerBox.blackFriday .two{font-size: 42px;}
    .bannerBox.blackFriday .two span:after{top: -12px; left: -2px;}
    .bannerBox.blackFriday .three{font-size: 31px; margin-top: 10px;}
    .bannerBox.blackFriday .three span:after{top: -8px; left: -1px;}
    .bannerBox.blackFriday .four{font-size: 64px;}
    .bannerBox.blackFriday .four span:after{top: -6px; left: -3px;}
    .bannerBox.blackFriday .five,
    .bannerBox.blackFriday .six{font-size: 23px; padding-left: 72px; margin-top: 12px;}
}
@media screen and (min-width: 1501px) and (max-width: 1600px){
    .bannerBox.blackFriday .textBox{padding-bottom: 0;}
    .bannerBox.blackFriday .one{font-size: 82px; line-height: 90px;}
    .bannerBox.blackFriday .one:after{width: 500px;}
    .bannerBox.blackFriday .one span:after{top: -10px; left: -5px;}
    .bannerBox.blackFriday .two{font-size: 39px;}
    .bannerBox.blackFriday .two span:after{top: -10px; left: -2px;}
    .bannerBox.blackFriday .three{font-size: 29px; margin-top: 6px;}
    .bannerBox.blackFriday .three span:after{top: -8px; left: -1px;}
    .bannerBox.blackFriday .four{font-size: 60px;}
    .bannerBox.blackFriday .four span:after{top: -6px; left: -2px;}
    .bannerBox.blackFriday .five,
    .bannerBox.blackFriday .six{font-size: 22px; padding-left: 66px; margin-top: 10px;}
}
@media screen and (min-width: 1401px) and (max-width: 1500px){
    .bannerBox.blackFriday .textBox{padding-bottom: 20px;}
    .bannerBox.blackFriday .one{font-size: 80px; line-height: 90px;}
    .bannerBox.blackFriday .one:after{width: 490px;}
    .bannerBox.blackFriday .one span:after{top: -10px; left: -5px;}
    .bannerBox.blackFriday .two{font-size: 37px;}
    .bannerBox.blackFriday .two span:after{top: -10px; left: -2px;}
    .bannerBox.blackFriday .three{font-size: 27px; margin-top: 10px;}
    .bannerBox.blackFriday .three span:after{top: -7px; left: -1px;}
    .bannerBox.blackFriday .four{font-size: 56px;}
    .bannerBox.blackFriday .four span:after{top: -6px; left: -2px;}
    .bannerBox.blackFriday .five,
    .bannerBox.blackFriday .six{font-size: 20px; padding-left: 70px; margin-top: 10px;}
}
@media screen and (min-width: 1301px) and (max-width: 1400px){
    .bannerBox.blackFriday .textBox{padding-bottom: 10px;}
    .bannerBox.blackFriday .one{font-size: 76px; line-height: 90px;}
    .bannerBox.blackFriday .one:after{width: 430px;}
    .bannerBox.blackFriday .one span:after{top: -14px; left: -5px;}
    .bannerBox.blackFriday .two{font-size: 34px;}
    .bannerBox.blackFriday .two span:after{top: -10px; left: -2px;}
    .bannerBox.blackFriday .three{font-size: 24px; margin-top: 8px;}
    .bannerBox.blackFriday .three span:after{top: -7px; left: -1px;}
    .bannerBox.blackFriday .four{font-size: 50px;}
    .bannerBox.blackFriday .four span:after{top: -5px; left: -2px;}
    .bannerBox.blackFriday .five,
    .bannerBox.blackFriday .six{font-size: 18px; padding-left: 80px; margin-top: 8px;}
}
@media screen and (max-width: 1300px){
    .bannerBox.blackFriday .textBox{padding-bottom: 20px;}
    .bannerBox.blackFriday .one{font-size: 66px; line-height: 90px;}
    .bannerBox.blackFriday .one:after{width: 410px;}
    .bannerBox.blackFriday .one span:after{top: -17px; left: -3px;}
    .bannerBox.blackFriday .two{font-size: 31px;}
    .bannerBox.blackFriday .two span:after{top: -8px; left: -1px;}
    .bannerBox.blackFriday .three{font-size: 22px; margin-top: 6px;}
    .bannerBox.blackFriday .three span:after{top: -6px; left: -1px;}
    .bannerBox.blackFriday .four{font-size: 46px;}
    .bannerBox.blackFriday .four span:after{top: -4px; left: -1px;}
    .bannerBox.blackFriday .five,
    .bannerBox.blackFriday .six{font-size: 16px; padding-left: 70px; margin-top: 8px;}
}


.miniBanner, .mostPopularBanner{
    max-width: 1200px;
    margin: 0 auto 35px;
}
.miniBanner{display: none;}
.miniBanner img, .mostPopularBanner img{
    width: 100%;
}
.mostPopularBanner .title{
    font-size: 44px;
    width: 1200px;
    line-height: 1.5;
    text-align: center;
    text-transform: capitalize;
    margin: 0 auto 15px;
}
.mostPopularBanner a{position: relative;display: block;}
.mostPopularBanner .bg{
    width: 750px;
    height: 88px;
    background: #f3a0be;
    position: absolute;
    top: 44%; left: 0;
}
.mostPopularBanner .textBox{
    width: 600px;
    position: absolute;
    top: 12%; left: 10%;
}
.mostPopularBanner .top{
    color: #fff;
    background: #000;
    padding: 1px 10px;
    display: inline-block;
}
.mostPopularBanner .top .b{font-size: 24px;}
.mostPopularBanner .top .s{font-size: 16px; vertical-align: text-top; margin-left: 5px;}
.mostPopularBanner .sTitle{
    color: #d9195e;
    font-size: 36px;
    margin-bottom: 20px;
}
.mostPopularBanner .mid1{
    color: #fff;
    font-size: 22px;
    line-height: 1.4;
}
.mostPopularBanner .mid2{
    color: #fff;
    font-size: 40px;
    line-height: 1;
    margin-bottom: 20px;
}
.mostPopularBanner .coupon{
    color: #fff;
    font-size: 17px;
    line-height: 30px;
    background: #d91a5d;
    border-radius: 15px;
    padding: 0 20px;
    display: inline-block;
}
.why{
    max-width: 1200px;
    justify-content: space-between;
    align-items: center;
    margin: 0 auto 40px;
    display: flex;
}
.why > div{
    width: calc((100% - 30px) / 2);
}
.why img{
    max-width:100%;
}
.why .right{font-family: Arial;}
.why .right p{
    color: #4b4b4b;
    font-size: 18px;
    font-weight: normal;
}
.why .right h1{
    color: #000;
    font-size: 26px;
    text-transform: capitalize;
}
.why .right > *:not(:last-child){margin-bottom:16px;}
.why .right p a{text-decoration: underline;}
.mustHave, .newFlash, .business, .flashSale{
    max-width: 1200px;
    margin: 0 auto 35px;
}
.mustHave{
    margin-bottom: 0px;
}
.business{
    margin-top: 30px;
    margin-bottom: 40px;
}
.business img{width: 100%;}
.mustHave .title,
.newFlash .title,
.business .title,
.flashSale .title{
    font-size: 44px;
    line-height: 1.5;
    text-align: center;
    text-transform: capitalize;
    margin-bottom:10px;
}
.business .aBox{
    position: relative;
    display: block;
}
.business .aBox .textBox{
    width: 52%;
    position: absolute;
    top: 8%; right: 4.5%;
}
.business .aBox .one,
.business .aBox .two{color: #000;}
.business .aBox .one{
    font-size: 41px;
    -webkit-text-stroke: 0.1px #fff;
    text-shadow: 0 3px;
    margin-bottom: 15px;
}
.business .aBox .two{
    font-size: 25px;
    text-shadow: 0 -1px 0 #fff, 1px 0 0 #fff, 0 1px 0 #fff, -1px 0 0 #fff;
}

.mustHave .itemList, .flashSale .itemList{
    justify-content: space-between;
    align-items: center;
    display: block;
}
.flashSale .itemList{
    display: flex;
}
.mustHave .item{
    width: calc((100% - 60px) / 3);
    float: left;
    margin-bottom: 20px;
}
.mustHave .item .price-box{margin-bottom: 0;}
.mustHave .item:nth-child(4),
.mustHave .item:nth-child(5),
.mustHave .item:nth-child(6){margin-bottom: 0;}
.flashSale .item{
    width: calc((100% - 20px) / 4);
}
.mustHave .item img, .flashSale .item img{
    width: 100%;
}
.mustHave > a, .flashSale > a{
    width: 33%;
    height: 80%;
}
.flashSale .imgTitle{
    font-size: 22px;
    padding: 0 10px;
    margin-top: 10px;
}

.newLaunch{
    max-width: 1200px;
    margin: 0 auto;
    position: relative;
}
.newLaunch img{
    width: 50%;
    float: left;
}
.newLaunch > a{
    position: absolute;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -moz-align-items: flex-end;
    -webkit-align-items: flex-end;
    align-items: flex-end;
}
.newLaunch > a > *{
    color: #F6F6F6;
    font:normal 600 20px/1.5 Arial;
    width: 100%;
    text-align: center;
    text-transform: uppercase;
    line-height: 70px;
}
.newLaunch .left{
    width: 43.33%;
    left: 5.67%;
}
.newLaunch .right{
    width: 43.33%;
    right: 5.83%;
}
.newLaunch .left.one{
    height: 22.07%;
    top: 1.32%;
}
.newLaunch .left.two{
    height: 28.86%;
    top: 24.15%;
}
.newLaunch .left.three{
    height: 22.50%;
    bottom: 23.60%;
}
.newLaunch .left.four{
    height: 21.10%;
    bottom: 1.57%;
}

.newLaunch .right.one{
    height: 10.74%;
    top: 0;
}
.newLaunch .right.two{
    height: 25%;
    top: 10.78%;
}
.newLaunch .right.three{
    height: 17.70%;
    top: 36.67%;
}
.newLaunch .right.four{
    height: 21.10%;
    bottom: 23.60%;
}
.newLaunch .right.five{
    height: 21.10%;
    bottom: 1.57%;
}


.as-seen{
    display: none;
    color:#A6A6A6;
    text-align:center;
    padding:30px;
    margin-bottom:50px;
}
.as-seen .title{
    font-size:20px;
    line-height:40px;
    text-transform:uppercase;
    margin-bottom:20px;
}
.as-seen .icon-box{}
.as-seen .icon-box .icon{
    margin:0 10px;
    display:inline-block;
}
.as-seen .icon img{
    width:120px;
}


.shop-collection{
    max-width:1200px;
    text-align:center;
    padding:70px 0 25px;
    margin:auto;
}
.shop-collection .container{
    margin-top: 40px;
}
.shop-collection .item{
    width:calc(( 98% - 120px ) / 3 );
    margin-left:60px;
    display:inline-block;
}
.shop-collection .item:first-child{
    margin:0;
}
.shop-collection img{
    max-width:100%;
    margin:0 auto 10px;
}
.shop-collection .title{
    font-size:22px;
    text-transform:capitalize;
    line-height:40px;
    margin-bottom:8px;
}
.shop-collection .link{
    font-size:15px;
    text-transform:capitalize;
    border-bottom:2px solid #000;
    display:inline-block;
}
#countDown{
    font-size: 26px;
    text-align: center;
    line-height: 36px;
}
#countDown span{
    color: #FFF;
    font-size: 18px;
    width: 50px;
    height:36px;
    background-color: #000;
    display: inline-block;
}


.transformations{
    text-align:center;
    padding-top:20px;
    margin-bottom:70px;
}
.transformations .title{
    font-size:26px;
    text-transform:uppercase;
    line-height:50px;
    margin-bottom:40px;
}
.transformations .link{
    color:#FFF;
    text-transform:uppercase;
    background:#000;
    line-height:50px;
    padding:0 50px;
    display:inline-block;
}
.transformations .main-carousel{
    max-width: 1200px;
    margin: 0 auto 30px;
}
.transformations .main-carousel .carousel-cell{
    width:100%;
    text-align:center;
}
.transformations .main-carousel .item{
    width:48%;
    float:left;
}
.transformations .main-carousel .item:last-child{
    margin-left:4%;
}
.transformations .main-carousel .item img{
    max-width: 100%;
    margin: 0 auto 20px;
}
.transformations .main-carousel .item .name{
    font-size:17px;
    line-height:30px;
    text-transform:uppercase;
    display: none;
}
.transformations .main-carousel .item .intro a{
    color:#5D5D5D;
}
.flickity-page-num{
    font-size:80px;
    letter-spacing:6px;
    position:absolute;
    top:44%;
    left:50%;
    transform:translate(-50%,-50%);
    display: none;
}


.look-pictures{
    text-align:center;
    background:#F5F3F4;
    padding:60px 0;
    margin-bottom:60px;
}
.look-pictures .container{
    max-width:1000px;
    margin:auto;
}
.look-pictures .text-content .title{
    font-size:40px;
    text-transform:capitalize;
    margin-bottom:20px;
}
.look-pictures .text-content .content{
    font-size:16px;
    margin-bottom:40px;
}
.look-pictures .text-content .link{
    font-size:20px;
    border-bottom:1px solid #000;
    padding-bottom:3px;
    display:inline-block;
}
.look-pictures .img-box{
    max-width:100%;
    margin:auto;
}
.look-pictures .img-box img{
    max-width:100%;
    margin:auto;
}
.look-pictures .img-box .name-box{
    font-size:20px;
    line-height:56px;
    text-transform:capitalize;
}
.look-pictures .img-box .name-box span{
    width:23.5%;
    margin-right:2%;
    float:left;
    display:block;
}
.look-pictures .img-box .name-box span:last-child{
    margin-right:0;
}

.ad .title{
    color: #000;
    font-size:44px;
    line-height: 1.5;
    text-align: center;
    margin-bottom:10px;
}
.people-saying{
    text-align:center;
    margin-top: 20px;
    margin-bottom:35px;
}
.people-saying .title{
    font-size:44px;
    line-height: 1.5;
    margin-bottom:10px;
}
.people-saying .item-box{
    max-width:1205px;
    margin:0 auto 40px;
}
.people-saying .item{
    width:calc(( 98% - 60px ) / 3 );
    margin-right:30px;
    display:inline-block;
    vertical-align:top;
}
.people-saying .item:last-child{
    margin:0;
}
.people-saying .item .img{
    margin-bottom:25px;
}
.people-saying .item img{
    max-width:50%;
    margin:auto;
}
.people-saying .item .rating{
    width:90px;
    height:18px;
    background-image:url(../images/svg-box/rating.svg);
    margin-bottom:5px;
    display:inline-block;
}
.people-saying .item .saying{
    text-align:left;
}
.people-saying .item .name{
    line-height:40px;
    text-transform:uppercase;
    display: none;
}
.people-saying .link{
    font-size:20px;
    text-transform:capitalize;
    border-bottom:1px solid #000;
    display:inline-block;
}


.more-reasons{
    text-align:center;
    background:#F0F0F1;
    margin-top: 40px;
}
.more-reasons .title{
    color:#343434;
    font-size:20px;
    text-transform:uppercase;
    margin-bottom:50px;
}
.more-reasons .item-box{
    max-width:800px;
    margin:0 auto 40px;
}
.more-reasons .item{
    width:calc((98% - 120px) / 4);
    vertical-align:top;
    margin-right:30px;
    display:inline-block;
}
.more-reasons .item:last-child{
    margin:0;
}
.more-reasons .item img{
    max-width: 45px;
    margin:0 auto 10px;
}
.more-reasons .item .intro{
    color:#979797;
    line-height:16px;
}
.more-reasons img{
    max-width: 100%;
    margin:auto;
}

.tutorials-blog{
    display: none;
    text-align:center;
    padding-top:40px;
    margin-bottom:80px;
}
.tutorials-blog .title{
    font-size:18px;
    line-height:70px;
    text-transform:uppercase;
    margin-bottom:20px;
}
.tutorials-blog .container{
    max-width:900px;
    border: 1px solid #DADADA;
    margin:auto;
    cursor:pointer;
}
.tutorials-blog .container img{
    max-width:100%;
    margin:auto;
}
.pop-ups{
    position:fixed;
    z-index:1000000000;
}


.img-container{
    max-width:1000px;
    text-align:center;
    margin:0 auto 70px;
    display: none;
}
.img-container div.new-arrival{
    width:calc((96% - 60px) / 3);
    margin-right:40px;
    display:inline-block;
    vertical-align:top;
}
.img-container div.new-arrival a{
    display: block;
    width: 100%;
    color: #333;
}
.img-container div.new-arrival a:first-child{
    margin-bottom: 10px;
}
.img-container div.new-arrival img{
    width: 100%;
}
.img-container div.new-arrival:last-child{
    margin:0;
}

.factory{
    display: none;
    max-width:1000px;
    border-top:1px solid #D5D5D5;
    border-bottom:1px solid #D5D5D5;
    padding:70px 0;
    margin:auto;
    /*display:flex;*/
}
.factory .img{
    width:50%;
    height:280px;
    background-size:cover;
    float:left;
}
.factory .text-content{
    width:50%;
    padding:1rem 0 0 3rem;
    float:right;
}
.factory .title{
    font-size:30px;
    line-height:40px;
    margin-bottom:20px;
}
.factory .content{
    margin-bottom:30px;
}
.factory .link{
    text-transform:uppercase;
    line-height:56px;
    border:1px solid #000;
    padding:0 25px;
    display:inline-block;
}


.click-shop{
    text-align:center;
    margin-top: 40px;
    margin-bottom:35px;
}
.click-shop .title{
    font-size:44px;
    font-family: Arial;
    line-height: 1.5;
    margin-bottom:10px;
}
.click-shop .img-box{}
.click-shop .img{
    width:calc((100% - 80px) / 5);
    margin-right:20px;
    float:left;
    position:relative;
    cursor:pointer;
}
.click-shop .img:last-child{
    margin:0;
}
.click-shop .img img{
    max-width:100%;
    margin:auto;
}
.click-shop .container{
    width:100%;
    height:100%;
    background:rgba(249,249,249,.9);
    position:absolute;
    top:0;
    left:0;
    opacity:0;
    transition:opacity .5s;
}
.click-shop .img:hover .container{
    opacity:1;
}
.click-shop .container .buttons{
    color:#FFF;
    line-height:50px;
    text-transform:uppercase;
    background:#000;
    margin-top:50%;
    transform:translateY(-30%);
}
.click-shop .container .buttons a{
    color:#FFF;
}
.vendor-des{
    text-align:center;
    margin-bottom:80px;
}
.vendor-des a{
    display:inline-block;
}
.vendor-des a:first-child{
    margin-right:30px;
}
.vendor-des img{
    max-width:575px;
    margin:auto;
}
.slideshow-container .slideshow > li{
    position: static;
    width: 100%;
    margin-bottom: 20px;
}
.home-category .item:hover{
    border-color: #DEDEDE;
}
.home-category .bottom{
    text-align: center;
}
.home-category .bottom a{
    color: #fff;
    text-transform: uppercase;
    background: #000;
    padding: 1rem 2.36859rem;
    display: inline-block;
    margin-top: 40px;
}
.home-category h1{
    border-bottom: none;
    margin-bottom: 15px;
}
.home-category h1 .title{
    font-size: 22px;
    text-transform: capitalize;
    line-height: 40px;
    margin-bottom: 8px;
}
body.cms-home .slideshow-container{
    margin-bottom: 25px;
}

.price-box .discount{
    background-image:url(../images/new_icon/discount.png?v=1);
    top: 268px;
    right: 0px;
    display: none;
}
.ad{
    width: 100%;
    margin-top: 10px;
}
.ad .ad-content{
    max-width: 1200px;
    margin: auto;
}
.ad img{
    max-width: 100%;
}
.price-box, .ratings{
    text-align: center;
}
.price-box .special-price .price{
    font-size: 30px;
    font-family: "AvantGardelTCTT";
    font-weight: normal;
}
.price-box .special-price{
    float: none;
}
.price-box .old-price{
    display: none;
}
.item .product-name{
    font-size: 16px;
    line-height: 25px;
    height: 75px;
    color: #333;
    margin-top: 15px;
    text-overflow: ellipsis;
    display: -webkit-box;
    overflow: hidden;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    width: 360px;
    margin-bottom: 10px;
}

.hair-video-title{
    width: 1200px;
    text-align: center;
    margin: 0 auto 15px;
}
.hair-video-title h2{
    color: #000;
    line-height: 1.4;
    text-transform: capitalize;
}
.hair-video-title .b{font-size: 44px;}
.hair-video-title .s{font-size: 25px;}
.hair-video{
    font-family: Arial;
    width: 1200px;
    margin: 0 auto 40px;
    position: relative;
}
.hair-video img{width: 100%;}
.hair-video > *:not(img){
    text-transform: uppercase;
    position: absolute;
}
.hair-video > a{
    width: 65%;
    height: 100%;
    top: 0; right: 0;
    z-index: 1;
}
.hair-video .first{
    color: #fff;
    font-weight: 600;
    text-shadow: 3px 4px 2px #000;
    width: 33.75%;
    top: 48px;
    left: 442px;
}
.hair-video .first .one{
    font-size: 24px;
    line-height: 40px;
    margin-bottom: 6px;
}
.hair-video .first .two{
    font-size: 14px;
    line-height: 23px;
}
.hair-video .first .two p{
    padding-left: 16px;
    position: relative;
}
.hair-video .first .two p:before{
    content: "";
    width: 8px;
    height: 9px;
    background-image: url(../images/home/hair-video/menu-white.png);
    background-size: cover;
    position: absolute;
    left: 0; top: 6px;
    display: block;
}
.hair-video .first p{margin: 0;}
.hair-video .second{
    color: #fff;
    width: 22.83%;
    text-shadow: 3px 4px 2px #000;
    left: 442px;
    bottom: 15px;
}
.hair-video .second .top{
    font-weight: 600;
}
.hair-video .second .title{
    font-size: 19px;
    line-height: 1.4;
}
.hair-video .second .btnDiv{
    color: #962a28;
    font-size: 14px;
    font-weight: 600;
    width: 250px;
    text-shadow: none;
    line-height: 26px;
    text-align: center;
    text-transform: capitalize;
    background: #fff;
    border-radius: 18px;
    margin: 6px 0 14px -4px;
}
.hair-video .second .p{
    font-size: 14px;
    font-weight: 600;
}
.hair-video iframe{
  width: 33.7%;
  height: 420px;
  top: 16px;
  left: 52px;
}
.hair-video.halloween{}
.hair-video.halloween .first .two p:before{
    background-image: url(../images/home/hair-video/menu-black.png);
}
.hair-video.halloween .second .btnDiv{
    color: #942a2c;
}

.hd-box-title{
    font-size: 44px;
    width: 1200px;
    text-transform: unset;
    margin: 0 auto 10px;
}
.hd-box{
    width: 1200px;
    padding-top: 10px;
    margin: 0 auto 15px;
}
.hd-box .left{
    color: #4b4b4b;
    font-size: 18px;
    font-weight: 500;
    font-family: Arial;
    width: 60%;
}
.hd-box .left > *:not(:last-child){margin-bottom: 15px;}
.hd-box .left a{text-decoration: underline;}
.hd-box ul{
    list-style-image: url(../images/hd/diamond.png);
    padding-left: 20px;
}
.hd-box li{padding-left: 10px;}
.shop-look .item{
    width: calc((100% - 60px) / 5);
}