.cms-head.light .head-back-gradient{
    background: linear-gradient(to right, rgba(255,255,255,1) 0%,rgba(255,255,255,1) 25%,rgba(255,255,255,0) 75%);
}

.cms-head.light h1{
    color: #25282a!important;
}

@media (max-width: 767px){
    .cms-head .head-back{
        display: none;
    }

    .cms-head.light h1{
        text-align: center;
    }
}



.shop{
    padding-top: 30px;
    padding-bottom: 30px;
    background-color: #f5f5f5;
}

.shop a{
    display: block;
    padding: 20px 25px 15px 25px;
    background-color: white;
    border-radius: 4px;
    border: 1px solid #d8d8d8;
    box-shadow: 0 1px 2.94px 0.06px rgba(0, 0, 0, 0.12);
}

.shop a img{
    margin: auto;
}

.shop a:hover,
.shop a:active{
    border-color: #00c2df;
    background-color: #aff5ff;
    box-shadow: 0 4px 17.6px 2.4px rgba(0, 0, 0, 0.12);
}

.shop a h2{
    display: block;
    text-align: center;
    color: #25282a;
    margin: 0 0 20px 0;
    font-size: 24px;
}

.shop a p{
    text-align: center;
    color: #4d4e56;
    margin-top: 15px;
    font-size: 14px;
}

@media (max-width: 1200px) {
}

@media (max-width: 991px) {

    .shop .row div a{
        margin-top: 30px;
        padding: 15px 50px 0 50px;
        background-image: url('/resources/images/cms/blank-sheet-labels/01.png');
        background-repeat: no-repeat;
        background-position:  right center;
    }

    .shop .row div:first-child a{
        margin-top: 0;
    }

    .shop a h2{
        margin-bottom: 0;
    }

    .shop a p{
        margin-top: 5px;
    }

    .shop .row div a img{
        display: block;
        margin: 15px auto 0 auto;
    }
}



.popular{
    background-color: #f5f5f5;
    padding-bottom: 40px;
}

.popular .header{
    font-size: 14px;
}

.popular .jc1-wrapper{
    padding: 0 30px;
}

.popular .jc1-wrapper .jc1 li{
    width: 215px;
}

.popular .jc1-control-next,
.popular .jc1-control-prev{
    height: 100%;
    text-decoration: none;
}

.popular .it-wr{
    margin: 0 8px;
}

.popular .it-img-wrap{
    height: 200px;
    overflow: hidden;
    margin-bottom: 10px;
}

.popular .it-img-wrap img{
    margin-bottom: 0;
}

.popular .header h2{
    display: inline-block;
    color: #25282a;
    font-size: 24px;
    margin-right: 14px;
    line-height: 80px;
}

.popular.materials .it-img-wrap img{
    box-shadow: 0 0 2.94px 0.06px rgba(0, 0, 0, 0.5);
}

.popular.materials span{
    display: block;
    padding: 0 5px;
    text-align: center;
    color: #143255;
    font-weight: bold;
    font-size: 16px;
}

.popular.markets{
    background-color: white;
}

.popular.markets .ma-wr{
    display: block;
    text-align: center;
    color: #464646;
    font-size: 18px;
}

.popular.markets .ma-wr img{
    margin: auto;
}

.popular.markets .ma-wr:hover{
    color: #00c2df;
}

@media (max-width: 1200px) {

    .popular .col-md-3:nth-child(5),
    .popular .col-lg-3:last-child{
        display: none;
    }

    .popular .jc1-wrapper .jc1 li{
        width: 220px;
    }

}

@media (max-width: 991px) {
    .popular{
        display: none;
    }
}