/** Shopify CDN: Minification failed

Line 738:0 Unexpected "}"

**/


body {
    
    overflow-x: hidden;
    
}

h1,h2,h3,h4,h5,h6,a,p,.h4,span{
   margin: 0;
   padding: 0;
}
p{
    font-weight: 200 !important;
}
.clear::after{
    content: "" !important;
    height: 0 !important;
    display: block !important;
    clear: both !important;
}
.center-90{
    width: 90%;
    margin: 0 auto;
}
.center-80{
    width: 80%;
    margin: 0 auto;
}
.fix-width{
    width: 1000px;
    margin: 0 auto;
}
h1{
   
}
@media screen and (max-width: 768px) {
    
    h1{
        
    }
}
@media screen and (max-width: 480px) {
    
    h1{
        
    }
}
/* *****************define classes********************* */
.mt-50{
    margin-top: 50px !important;
}
.mb-50{
    margin-bottom: 50px !important;
}
.mt-30{
    margin-top: 30px !important;
}
.mb-30{
    margin-bottom: 30px !important;
}
.my-100{
    margin-top: 100px !important;
    margin-bottom: 100px !important;
}
.my-50{
    margin-top: 50px !important;
    margin-bottom: 50px !important;
}
.my-30{
    margin-top: 30px !important;
    margin-bottom: 30px !important;
}
.my-150{
    margin-top: 150px !important;
    margin-bottom: 150px !important;
}
.my-200{
    margin-top: 200px !important;
    margin-bottom: 200px !important;
}
.my-120{
    margin-top: 120px !important;
    margin-bottom: 120px !important;
}
.mt-100{
    margin-top: 100px !important;
}
.mt-150{
    margin-top: 150px !important;
}
.mb-100{
    margin-bottom: 100px !important;
}
.mb-150{
    margin-bottom: 150px !important;
}

.pt-50{
    padding-top: 50px !important;
}
.pb-50{
    padding-bottom: 50px !important;
}
.py-100{
    padding-top: 100px !important;
    padding-bottom: 100px !important;
}
.py-150{
    padding-top: 150px !important;
    padding-bottom: 150px !important;
}
.py-120{
    padding-top: 120px !important;
    padding-bottom: 120px !important;
}
.pt-100{
    padding-top: 100px !important;
}
.pt-150{
    padding-top: 150px !important;
}
.pb-100{
    padding-bottom: 100px !important;
}
.pb-150{
    padding-bottom: 150px !important;
}

/* ***************** Banner style start ********************* */

.banner{
    
    background: url("/cdn/shop/files/Slider02c.jpg?25270") no-repeat;
    background-position: center;
    background-size: cover;
    width: 100% !important;
    /* height: 800px; */
/*     padding: 50px 0;    */
    position: relative;
}
.banner .banner-over{
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
/*     background-image: linear-gradient(to right, rgba(255, 255, 255, .8) 20%, rgba(255, 255, 255, 0.7), rgba(255, 255, 255, 0.4) , transparent); */
  	background-image: linear-gradient(to right, rgba(255, 255, 255, .8) 33%, rgba(144, 144, 144, 0.18), rgba(255, 255, 255, 0.4) , transparent);
}

.banner .icon1 img{
    width: 400px;
  	margin-top:25px;
}
.banner .side-content{
    margin-top: 50px;
    border-radius: 8px;
    width: 540px;
    background: rgba(0, 0, 0, .7);
    margin-right: 200px;
    padding: 25px 25px 50px 25px;
    color: #fff;
    position: relative;
}
.banner .side-content2{
    display: none;
    border-radius: 8px;
    width: 340px;
    background: rgba(0, 0, 0, .7);
    margin-right: 200px;
    padding: 25px 25px 50px 25px;
    color: #fff;
    position: relative;
  	
}

.banner .icon2{
	
    margin-top: 0px;
    margin-bottom: 25px;  
}
.banner .icon2 img + img{
    margin-left: 110px;
  	margin-top: 40px;
}
.banner .span{
    background: #d33737;
    padding: 2px 3px;
    border: 1px dashed #fff;
}
 .banner h2{
    font-size: 74px;
    font-family: Montana;
}
.product-sec h4{
    font-size: 30px;
    font-family: Streamster;
}

.banner h3{
    font-size: 26px;
    margin: 10px 0;
}
.banner h4{
    font-size: 26px;
} 
.banner p{
    margin: 20px 0;
    line-height: 24px;
    font-size: 17px;
}
.banner .left-content{
    text-align: right ;
}
.banner .bottom-content{
    display: none;
}
.side-content .banner-btn{
    text-decoration: none;
    color: #fff;
    display: block;
    background: #d33737;
    width: 200px;
    text-align: center;
    font-size: 12px;
    border-radius: 5px;
    padding: 12px 0;
    position: absolute;
    bottom: -15px;
}
.side-content2 .banner-btn{
    text-decoration: none;
    color: #fff;
    display: block;
    background: #d33737;
    width: 200px;
    text-align: center;
    font-size: 12px;
    border-radius: 5px;
    padding: 12px 0;
    position: absolute;
    bottom: -15px;
}
.banner .fa-arrow-right{
    font-size: 1.2em;
}
 .banner .circle{
    width: 70px;
    height: 70px;
    background: #fff;
    border-radius: 50px;
    text-decoration: none;
    display: block;
    position: absolute;
    top: 68%;
    left: 22%;
    transform: translate(-22%, -60%);
}
.banner .fa-plus{
    color: #000;
    font-size: 2.5em;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
} 
.banner .circle2{
    display: none;
}
@media only screen and (max-width: 1300px) {
    .banner .side-content{
        margin-top: 50px;
        border-radius: 8px;
        width: 440px;
        background: rgba(0, 0, 0, .7);
        margin-right: 200px;
        padding: 25px 25px 50px 25px;
        color: #fff;
        position: relative;
    }
    .banner h2{
        font-size: 60px;
        font-family: Montana;
    }
}
@media only screen and (max-width: 992px) {
    .banner{
        padding: 60px 0;
        
    }
    .banner .banner-over{
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        background-image: linear-gradient(to top, rgba(255, 255, 255, .8) 20%, rgba(255, 255, 255, 0.7), rgba(255, 255, 255, 0.4) , transparent);
    }
    .banner .side-content{
        display: none;
        border-radius: 8px;
        width: 340px;
        background: rgba(0, 0, 0, .7);
        margin-right: 200px;
        padding: 25px 25px 50px 25px;
        color: #fff;
        position: relative;
    }
    .banner .side-content2{
        display: block;
        border-radius: 8px;
        width: 340px;
        background: rgba(0, 0, 0, .7);
        margin-right: 200px;
        padding: 25px 25px 50px 25px;
        color: #fff;
        position: relative;
    }
    .banner .left-content{
        text-align: right ;
        display: none;
    }
    .banner .bottom-content{
        display: block;
    }
    .banner .icon2{
        margin-top: 70px;
    }
    .banner .col-lg-6{
        margin-bottom: 40px;
    }
    .banner .circle{
        display: none !important;
    }
    .banner .circle2{
        width: 60px;
        height: 60px;
        background: #fff;
        border-radius: 50px;
        text-decoration: none;
        display: block;
        position: absolute;
        bottom: 31% !important;
        left: 50%;
        transform: translate(-50%, -31%);
    }
    .banner h2{
        font-size: 30px;
        font-family: Montana;
    }
    .banner .circle2 .fa-plus{
        color: #000;
        font-size: 2em;
        position: absolute;
        top: 50%;
        left: 50%;
        transform: translate(-50%, -50%);
    }
  	.banner .icon2 img + img {
      margin-left: 45px;
      margin-top: 45px;
	}
}
@media only screen and (max-width: 400px) {
    .banner .circle2{
        width: 60px;
        height: 60px;
        background: #fff;
        border-radius: 50px;
        text-decoration: none;
        display: block;
        position: absolute;
        bottom: 37% !important;
        left: 50%;
        transform: translate(-50%, -37%);
    }
    .banner h2{
        font-size: 30px;
    }
    .banner h3{
        font-size: 18px;
        margin: 4px 0;
    }
    .banner h4{
        font-size: 15px;
    } 
}

@media only screen and (max-width: 600px) {
    .banner{
        background: url("http://sscodigital.com/admin/page/main-banner.jpg") no-repeat;
        background-position: center;
        background-size: cover;
        width: 100% !important;
        /* height: 800px; */
        padding: 0px 0;
    }
    .banner .side-content2{
        width: 290px;
        background: rgba(0, 0, 0, .7);
        margin: 0 auto;
        padding: 25px 25px 50px 25px;
        color: #fff;
        position: relative;
    }

    .banner .fa-plus{
        color: #000;
        font-size: 2em;
    } 
    .banner h2{
        font-size: 30px;
    }
    .banner h3{
        font-size: 18px;
        margin: 4px 0;
    }
    .banner h4{
        font-size: 15px;
    } 
    .banner p{
        margin: 20px 0;
        line-height: 24px;
        font-size: 14px;
    }
    .banner .span{
        background: #d33737;
        padding: 4px 0;
        border: 1px dashed #fff;
    }
    .banner .icon1 img{
        width: 70%;
    }
  }
/* ***************** Box-row style start ********************* */

.box-row{
    width: 100%;
}
.box-row .box1{
    float: left;
    width: calc(33.33% - 40px);
    height: 560px;
    background: #fff;
    margin: 0 20px;
    position: relative;
    box-shadow: 0 0 15px 0 rgba(0, 0, 0, .1);
}
.box-row .box-text{
    padding: 10px 20px;
    margin-top: 100px;
}
.box-row img{
    width: 100%;
}
.box-row .float-img{
    width: 240px;
    position: absolute;
    top: 25%;
    left: 50%;
    transform: translate(-50%, -30%);
    box-shadow: 0 0 10px 0 rgba(0, 0, 0, .2);
}
.box-row h5{
    font-size: 16px;
    margin-bottom: 15px;
}
.box-row p{
    font-size: 14px;
    line-height: 24px;
      font-weight: 400!important;

}
@media only screen and (max-width: 1000px) {
    .box-row .box1{
        float: none;
        width: 300px;
        height: 560px;
        background: #fff;
        margin-left: auto;
        margin-right: auto;
        margin-bottom: 30px;
        position: relative;
        box-shadow: 0 0 15px 0 rgba(0, 0, 0, .1);
    }
    .box-row .fix-width{
        width: 80%;
        margin: 0 auto;
    }
  }
  @media only screen and (max-width: 320px) {

    .box-row .fix-width{
        width: 90%;
        margin: 0 auto;
    }
  }
/* ***************** Product-sec style start ********************* */
.product-sec{
    width: 100%;
    /* background: url(/product-bg.jpg) no-repeat; */
    background-size: cover;
    background-position: center;
    position: relative;
    padding: 40px 0;
}
.product-sec .product-overlay{
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, .04);
    z-index: 400;
}
.product-sec .product-box-row1{
    width: 100%;
}
.product-sec .product-box-row1 .box2{
    width: 270px;
    float: left;
    position: relative;
    z-index: 500;
    background: #e9e9e9;
}
.product-sec .product-box-row1 .box2 + .box2{
    margin-left: 90px;
}
.product-sec .product-box-row2{
    width: 70%;
    padding: 0 25px;
    margin-left: auto;
    margin-right: auto;
}
.product-sec .product-box-row2 .box3{
    width: 270px;
    float: left;
    margin: 0 25px;
    position: relative;
    z-index: 500;
    background: #e9e9e9;
}
.product-sec .img-box{
    width: 100%;
    height: 180px;
    overflow: hidden;
    padding: 20px 20px;
    background: #fff;
}
.product-sec .img-box img{
    width: 210px;
    margin-left: auto;
    margin-right: auto;
    text-align: center;
}
.product-sec h5{
    font-size: 12px;
    margin: 20px 0;
    font-weight: bold;

}
.product-sec .product-detail{
    padding: 0 20px 20px 20px;
}
.product-sec a{
    text-decoration: none;
    display: block;
    color: #fff;
    background: #343434;
    width: 110px;
    font-size: 14px;
    text-align: center;
    padding: 6px 5px;
    border-radius: 5px;
    margin-top: 20px;
}
.product-sec span{
    /* display: block; */
    color: #3373ab;
      font-weight: bold;

}
.product-sec del{
    font-size: 14px;
      font-weight: 500;
    color: #8f8f8f;
}
.product-sec h4{
    color: #27c3e5;
    position: relative;
    z-index: 500;
    text-align: center;
}

.testimonial h4{
    z-index: 9000;
    font-size: 30px;
    font-family:Streamster;
    text-align: center;
    color: #27c3e5;
}
.product-sec h3{
    color: #2B2B2B;
    text-align: center;
    position: relative;
    z-index: 500;
    margin-top: 10px;
}
@media only screen and (max-width: 1030px){
    .product-sec .fix-width{
        width: 900px;
        margin-left: auto;
        margin-right: auto;
    }
    .product-sec .product-box-row1 .box2 + .box2{
        margin-left: 40px;
    }
    .product-sec .product-box-row2{
        width: 80%;
        margin-left: auto;
        margin-right: auto;
    }

}
@media only screen and (max-width: 950px){
    .product-sec .fix-width{
        width: 80%;
        margin-left: auto;
        margin-right: auto;
    }
    .product-sec .product-box-row1 .box2{
        width: 300px;
        float: none;
        margin-left: auto;
        margin-right: auto;
        position: relative;
        z-index: 500;
        background: #e9e9e9;
        margin-bottom: 30px;
    }
    .product-sec .product-box-row1 .box2 + .box2{
        margin-left: auto;
    }
    .product-sec .product-box-row2{
        width: 100%;
        margin-left: auto;
        margin-right: auto;
          padding: 0px;
    }
    .product-sec .product-box-row2 .box3{
        width: 300px;
        float: none;
        margin-left: auto;
        margin-right: auto;
        margin-bottom: 30px;
        position: relative;
        z-index: 500;
        background: #e9e9e9;
    }
}
@media only screen and (max-width: 768px){
    .product-sec h3{
        font-size: 22px;
    }
    .product-sec h4{
        font-size: 14px;
    }
}
@media only screen and (max-width: 576px){
    .product-sec h3{
        font-size: 18px;
    }
    .product-sec h4{
        font-size: 30px;
        width: 80%;
        margin-left: auto;
        margin-right: auto;
    }
}
@media only screen and (max-width: 320px) {

    .product-sec .fix-width{
        width: 100%;
        margin: 0 auto;
    }
  }
/* ***************** testimonial style start ********************* */

.testimonial{
    /* width: 100%;
    background: url(/product-bg.jpg) no-repeat;
    background-size: cover;
    background-position: center;
    position: relative;
    padding: 50px 0; */
    padding: 100px 0;
}
.testimonial .test-overlay{
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, .7);
    z-index: 400;
}
.testimonial .group_img{
    width: 143px !important;
    position: relative;
    border-radius: 50%;
    padding: 7px;
}
.testimonial .group_img img{
    width: 129px !important;
    border-radius: 50%;
    position: relative;
    width: 100%;
}
/* .testimonial .group_img::before{
    position: absolute;
    /* background-image: url(/cdn/shop/t/23/assets/bg_circle.png?25158); */
    /* background: url(/images/bg_circle.png);
    background-size: 100%;
    background-repeat: no-repeat;
    background-position: center;
    background-color: transparent;
    content: '';
    top: 0px;
    bottom: 0px;
    left: 0px;
    right: 0px; */
} */
.testimonial .testimonials-caption-group{
    padding: 10px;
}
.testimonial .testimonials-name{
    color: #fff;
}
span.testimonials-position {
  color: #178de5;
}

.testimonial .testimonials-caption{
    font-size: 14px !important;
}
.testimonial .row .col_6{
    margin-top: 50px;
}

.testimonial .testimonial-row{
    width: 100%;
}
.testimonial .box4{
    float: left;
    width: 50%;
    margin-top: 30px;
}
.testimonial .star ,p{
    position: relative;
    z-index: 500;
}
.testimonial p{
color: #fff;
margin-top: 10px;
}
.testimonial h3{
    color: #fff;
    text-align: center;
    position: relative;
    z-index: 500;
}
.testimonial h6{
    color: #fff;
    text-align: center;
    position: relative;
    z-index: 500;
    margin: 10px auto;
    width: 40%;
}

.banner .small{
    font-size:12px;
    line-height: 12px;

    
}
.testimonial .img-sec{
    width: 70px;
    height: 70px;
    background: #fff;
    border-radius: 50px;
    position: relative;
    z-index: 500;
}

.content .rightc{
    text-align: right;
    
}
.content .leftc{
    
    text-align: left;
}



@media only screen and (max-width: 1000px){
.testimonial .fix-width{
    width: 80%;
    margin-left: auto;
    margin-right: auto;
}
.testimonial .box4{
    float: none;
    width: 50%;
    margin-left: auto;
    margin-right: auto;
    margin-top: 30px;
}

}
@media only screen and (max-width: 768px){
    .testimonial h3{
        color: #fff;
        text-align: center;
        position: relative;
        z-index: 500;
        font-size: 22px;
    }
    .testimonial h6{
        color: #fff;
        text-align: center;
        position: relative;
        z-index: 500;
        margin: 10px 0;
        font-size: 14px;
        width: 90%;
        margin-left: auto;
        margin-right: auto;
    }
  	span.testimonials-position {
    	display: block;
	}
    
   }

@media only screen and (max-width: 576px){
    .testimonial p{
        color: #fff;
        margin-top: 10px;
        text-align: center;
        }
        .testimonial .star{
            text-align: center;
            margin-left: auto;
            margin-right: auto;
        }
        .testimonial h3{
            color: #fff;
            text-align: center;
            position: relative;
            z-index: 500;
            font-size: 18px;
        }
        .testimonial .box4{
            float: none;
            width: 100%;
            margin-left: auto;
            margin-right: auto;
            margin-top: 30px;
        }
    
    }
/* ***************** Quality style start ********************* */
.quality-sec{
    width: 100%;
    padding: 50px 0;
}

.quality-sec .banner-image{
    width: 100%;
    margin: 0 auto;
}
.quality-sec h4{
    text-align: center;
    color: #178de5;
  font-family:Streamster;
}
.quality-sec h3{
    text-align: center;
    margin-bottom: 20px;
}
.quality-sec .h5{
    text-align: center;
    font-size: 16px;
    width: 50%;
    margin: 0 auto;
}
.quality-sec .content{
    margin-top: 40px;
    padding: 0 20px;
}
.quality-sec .icon-right p{
    text-align: right;
}
.quality-sec .icon-right h5{
    text-align: right;
}
.quality-sec .icon-left p{
    text-align: left;
}
.quality-sec .icon-left h5{
    text-align: left;
}
.quality-sec .arrow-icon1{
    position: relative;
}
.quality-sec .arrow-icon1 .icon-item-img1{
    position: absolute;
    top: 50px;
    right: -30px;
    z-index: 1000;
}
.quality-sec .arrow-icon1 .icon-item-img2{
    position: absolute;
    bottom: 50px;
    right: -30px;
    z-index: 1000;
}
.quality-sec .arrow-icon2 .icon-item-img3{
    position: absolute;
    top: 50px;
    left: -30px;
    z-index: 1000;
}
.quality-sec .arrow-icon2 .icon-item-img4{
    position: absolute;
    bottom: 50px;
    left: -35px;
    z-index: 1000;
}
.quality-sec .icon-item-img{
    transition: .5s;
}
.quality-sec .icon-item-img:hover{
    transform: scale(1.2);
}
.quality-sec .icon-item-group{
    margin-top: 60px;
    padding: 0 20px;
}
.quality-sec .sub-row{
    display: none;
}
@media only screen and (max-width: 1000px){
    .quality-sec .fix-width{
        width: 100%;
        margin-left: auto;
        margin-right: auto;
    }

}
@media only screen and (max-width: 980px){
    .quality-sec .icon-item-group{
        margin-top: 40px;
        padding: 0 20px;
    }
  .carousel-inner{
  	text-align: center!important;
  }

}
@media only screen and (max-width: 850px){
    .quality-sec .icon-item-group{
        margin-top: 40px;
        padding: 0 20px;
    }
    .quality-sec .icon-item h5{
        font-size: 17px;
    }
    .quality-sec .icon-item p{
        font-size: 14px;
    }

}
@media only screen and (max-width: 768px){
    .quality-sec .main-row{
        display: none;
    }
    .quality-sec .sub-row .img-box{
        width: 40%;
        float: left;
    }
    .quality-sec .sub-row{
        display: block;
    }
    .quality-sec .sub-row .col-2{
        width: 40px !important;
    }
    .quality-sec .sub-row .content-box{
        width: 60%;
        float: right;
    }
    .quality-sec h3{
        text-align: center;
        margin-bottom: 20px;
        font-size: 22px;
    }
    .quality-sec .icon-item-group{
        margin-top: 0px;
        padding: 0 10px;
    }
    .quality-sec .icon-item h5{
        font-size: 15px;
        text-align: left;
        margin: 0;
    }
    .quality-sec .icon-item p{
        font-size: 12px;
        text-align: left;
    }
    .quality-sec h5{
        text-align: center;
        font-size: 14px;
        width: 90%;
        margin-left: auto;
        margin-right: auto;
    }
    .quality-sec .sub-row .icon-item-img{
        transition: .5s;
        transform: scale(.8);
    }
    .quality-sec .sub-row .icon-item-img:hover{
        transform: scale(1);
    }
    .quality-sec .row{
        margin-top: 40px;
    }

}
@media only screen and (max-width: 576px){
    .quality-sec h3{
        text-align: center;
        margin-bottom: 20px;
        font-size: 18px;
    }

}
@media only screen and (max-width: 400px){
    .quality-sec .fix-width{
        width: 100%;
        margin-left: auto;
        margin-right: auto;
    }
    .quality-sec .icon-item h5{
        font-size: 12px;
        text-align: left;
        margin: 0;
    }
    .quality-sec .icon-item p{
        font-size: 10px;
        text-align: left;
    }
    .quality-sec .icon-inner{
        padding: 0 20px;
    }
    .quality-sec .h5{
        text-align: center;
        font-size: 16px;
        width: 80%;
        margin: 0 auto;
    }
}

.box1,  .box3, .box2{
	transition: 0.5s;
  	box-shadow: none;
}

.box1:hover, .box2:hover, .box3:hover {
    box-shadow: #767676 1px 2px 7px;
}

.group_img:before {
    position: absolute;
    background-image: url(/cdn/shop/t/23/assets/bg_circle.png?25465);
    background-size: 100%;
    background-repeat: no-repeat;
    background-color: transparent;
    border-radius: 50%;
    content: '';
    top: -50px;
    bottom: 0px;
    left: 0px;
    right: 0px;
  	height: 155px;
}
.row {
/*     margin-right: 0px!important; */
}

body.atc-layout-b .purchase-section{
	display: flex !important;
    flex-direction: column;
    width: 300px;
}

body.atc-layout-b .purchase-section .comWish-content + div{
	margin-top: 1.5rem;
}

body.atc-layout-b .purchase-section #add-to-cart{
	
}

body.atc-layout-b .product-detail-layout .product-detail-content #product-information .comWish-content>a{
	position: relative;
    top: 40px;
}

