/* Slider
--------------------------------------*/
.sliders{
    height: 500px;
    padding: 20px 0;
    background: #e8eff9;
}

.slider-main{
    float: left;
    width: 67%;
    height: 460px;
    overflow: hidden;
    margin-right: 20px;
}

.slider-main__item{
    width: 780px;
    height: 460px;
    background: #eee;
}

.slider-main .owl-wrapper-outer{
}

.slider-main .owl-pagination{
    position: absolute;
    top: 50%;
    left: 20px;
    -webkit-transform: translate(-50%, -50%);
    -moz-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    -o-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
}

.slider-main .owl-page{
}

.slider-main .owl-page span{
    width: 10px;
    height: 10px;
    margin: 14px 7px;
    background: #D6D6D6;
    display: block;
    -webkit-backface-visibility: visible;
    transition: opacity .2s ease;
    border-radius: 30px;
}

.slider-main .owl-page.active span{
    background: #a9cf44;
}

.slider-additional{
    float: left;
    width: 31%;
}

.slider-additional__item{
    width: 360px;
    height: 220px;
    margin-bottom: 20px;
    background: #eee;
}

.slider-additional__item:last-child{
    margin-bottom: 0;
}

.linear-banner{
    background: #fff;
    padding-top: 20px;
}

/* Catalog List
--------------------------------------*/
.catalog-list{
    margin-bottom: 50px;
}

.catalog-list__title{
    font-size: 24px;
    font-weight: 600;
    margin: 20px 0;
}

.catalog-list__body{
    padding: 30px;
    min-height: 200px;
}

/* Offers
--------------------------------------*/
.offers-list{
}

.offers-list__item{
    padding: 0 6px;
}

.offers-list__img{
}

.offers-list .owl-controls{
    position: absolute;
    top: -48px;
    right: 0;
}

.offers-list .owl-prev{
    background: #f3f3f3;
    display: inline-block;
    font-size: 22px;
    padding: 5px 10px;
    margin-right: 1px;
}

.offers-list .owl-next{
    background: #f3f3f3;
    display: inline-block;
    font-size: 22px;
    padding: 5px 10px
}

.offers-list .owl-prev:hover{
    background: #eee;
}

.offers-list .owl-next:hover{
    background: #eee;
}

.offers-list .owl-prev:before{
    font-family: 'icomoon', sans-serif !important;
    speak: none;
    font-style: normal;
    font-weight: normal;
    font-variant: normal;
    text-transform: none;
    line-height: 1;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    content: "\e90a";
}

.offers-list .owl-next:before{
    font-family: 'icomoon', sans-serif !important;
    speak: none;
    font-style: normal;
    font-weight: normal;
    font-variant: normal;
    text-transform: none;
    line-height: 1;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    content: "\e909";
}

.popular-products{
    background: #e8eff9;
    padding: 40px 0;
    min-width: 1190px;
}

.popular-products__head{
    position: relative;
    margin-bottom: 20px;
}

.popular-products__body{
    display: flex;
}

.popular-products__title{
    font-size: 24px;
    font-weight: bold;
}

.popular-products__desc{
    color: #979daa;
}

.popular-products__all{
    position: absolute;
    right: 0;
    top: 50%;
}

.popular-products__list{
    width: 70%;
    display: grid;
    grid-gap: 10px;
    grid-template-columns: repeat(2, 1fr);
    padding-right: 10px;
}

.popular-product__item{
    display: flex;
    height: 160px;
    position: relative;
    padding: 20px;
    background-color: #fff;
    border-radius: 4px;
}

.popular-product__img_wrp{
    width: 30%;
    max-width: 100%;
    height: 80px;
    padding: 15px 15px 0;
    text-align: center;
}

.popular-product__img{
    height: 100%;
    object-fit: contain;
}

.popular-product__tags{
    position: absolute;
    top: 9px;
    left: 9px;
}
.popular-product__tag_percent{
    background: #f1665e;
    color: #fff;
    padding: 2px 4px;
    font-size: 12px;
    font-weight: bold;
}

.popular-product__tag_special{
    background: #a9cf44;
    color: #fff;
    padding: 2px 4px;
    font-size: 12px;
    font-weight: bold;
}

.popular-product__detail{
    width: 70%;
}

.popular-product__title{
    height: 34px;
    overflow: hidden;
    margin-bottom: 10px;
}

.popular-product__link{
    color: #979daa;
    font-size: 15px;
}

.popular-product__link:hover{
    color: #3c3c3c;
}

.popular-product__prices{
    margin-bottom: 10px;
    display: flex;
    align-items: center;
}

.popular-product__price{
    font-size: 22px;
    font-weight: 600;
}

.popular-product__currency{
    position: relative;
    font-size: 15px;
    top: -4px;
}

.popular-product__original_price{
    font-size: 16px;
    color: #b8bcc5;
    margin-left: 10px;
    text-decoration: line-through;
}

.popular-product__original_currency{
    position: relative;
    font-size: 12px;
    top: -4px;
    color: #979daa;
}

.popular-product__actions{
}

.popular-product__item:hover .card-product__actions{
}

.popular-product__btn{
    padding: 0 20px;
    height: 34px;
    color: #3c3c3c;
    font-size: 14px;
    border-radius: 4px;
    background: #fff;
    border: 1px solid rgb(238, 238, 238);
}

.popular-product__btn:hover{
    color: #fff;
    background: rgb(169, 207, 68);
}

.hit-products__list{
    display: flex;
    flex: 2;
    background: #fff;
    border: 1px solid #eee;
    height: 330px;
    overflow: hidden;
    border-radius: 4px;
}

.hit-product__item{
    padding: 35px 30px 25px 30px;
    text-align: center;
    position: relative;
}

.hit-product__img{
    max-width: 100%;
    height: 140px;
    margin-bottom: 10px;
}

.hit-product__tags{
    position: absolute;
    top: 9px;
    left: 9px;
}

.hit-product__tag_percent{
    background: #f1665e;
    color: #fff;
    padding: 2px 4px;
    font-size: 12px;
    font-weight: bold;
}

.hit-product__tag_special{
    background: #a9cf44;
    color: #fff;
    padding: 2px 4px;
    font-size: 12px;
    font-weight: bold;
}

.hit-product__title{
    height: 33px;
    overflow: hidden;
    margin-bottom: 10px;
}

.hit-product__link{
    color: #979daa;
    font-size: 15px;
}

.hit-product__link:hover{
    color: #3c3c3c;
}

.hit-product__prices{
    margin-bottom: 10px;
}

.hit-product__price{
    font-size: 22px;
    font-weight: 600;
}

.hit-product__currency{
    position: relative;
    font-size: 15px;
    top: -4px;
}

.hit-product__original_price{
    font-size: 16px;
    color: #b8bcc5;
    margin-left: 10px;
    text-decoration: line-through;
}

.hit-product__original_currency{
    position: relative;
    font-size: 12px;
    top: -4px;
    color: #979daa;
}

.hit-product__btn{
    padding: 0 20px;
    height: 34px;
    color: #3c3c3c;
    font-size: 14px;
    border-radius: 4px;
    background: #fff;
    border: 1px solid rgb(238, 238, 238);
}

.hit-product__btn:hover{
    color: #fff;
    background: rgb(169, 207, 68);
}

/* Popular category
----------------------------------------*/
.popular-category{
    background: #fff;
    padding: 40px 0;
}

.popular-category__head{
    position: relative;
    margin-bottom: 20px;
}

.popular-category__title{
    font-size: 24px;
    font-weight: bold;
}

.popular-category__desc{
    color: #979daa;
}

.popular-category__list{
    grid-gap: 10px;
    grid-template-columns: repeat(3, 1fr);
    display: grid;
}

.popular-category__item{
    position: relative;
    height: 150px;
}

.popular-category__item img{
    width: 380px;
    height: 150px;
    vertical-align: top;
}

/* Popular post
----------------------------------------*/
.popular-post{
    background: #f1f1f1;
    padding: 40px 0;
}

.popular-post__head{
    position: relative;
    margin-bottom: 20px;
}

.popular-post__title{
    font-size: 24px;
    font-weight: bold;
}

.popular-post__list{
    grid-gap: 20px;
    grid-template-columns: repeat(4, 1fr);
    display: grid;
}

.popular-post__top{
    display: block;
    position: relative;
    margin-bottom: 8px;
}

.popular-post__image{
    display: block;
    -webkit-border-radius: 8px;
    -moz-border-radius: 8px;
    border-radius: 8px;
    height: 160px;
    background: no-repeat center center / cover;
}

.popular-post__category{
    position: absolute;
    bottom: 0;
    left: 0;
    background-color: #EB5757;
    font-size: 10px;
    color: #fff;
    padding: 5px 8px;
    display: block;
    -webkit-border-radius: 0 0 0 8px;
    -moz-border-radius: 0 0 0 8px;
    border-radius: 0 0 0 8px;
    text-transform: uppercase;
    font-weight: 700;
}

.popular-post__name{
    font-weight: 700;
    color: inherit;
    font-size: 15px;
    line-height: 1.4;
}

.popular-post__item:hover .popular-post__name{
    color: #a9cf44;
}

/* Special products
--------------------------------------*/
.special-preview{
    margin-bottom: 20px;
    display: grid;
    grid-gap: 10px;
    grid-template-columns: repeat(6, 1fr);
}
.special-preview__item{
    height: 287px;
    cursor: pointer;
    padding: 27px 15px 15px 15px;
    background: #fff;
    position: relative;
    border-radius: 4px;
    text-align: center;
}
.special-preview__img{
    width: 100px;
    height: 100px;
    background: rgba(0, 0, 0, .03);
    margin: 15px auto;
}
.special-preview__title{
    background: rgba(0, 0, 0, .05);
    display: inline-block;
    height: 10px;
    margin-bottom: 7px;
    width: 100%;
    float: left;
    clear: both;
}
.special-preview__title_short{
    width: 80%;
    float: none;
}
.special-preview__btn{
    margin-top: 25px;
    background: rgba(0, 0, 0, .05);
    display: inline-block;
    height: 34px;
    width: 100px;
}

/* Special products
----------------------------------------*/
.special-products:not(:empty){
    padding: 40px 0;
    background-color: #fff;
}
.special-products__head{
    text-align: center;
    margin-bottom: 30px;
}
.special-products__title{
    font-size: 24px;
    font-weight: bold;
    text-transform: uppercase;
    margin-bottom: 10px;
}
.special-product__list{
    margin-bottom: 20px;
    display: grid;
    grid-gap: 10px;
    grid-template-columns: repeat(6, 1fr);
}
.special-product__item{
    cursor: pointer;
    width: 183px;
    padding: 27px 15px 15px 15px;
    position: relative;
    border-radius: 4px;
    text-align: center;
    border: 1px solid #eee;
}
.special-product{
    text-align: center;
}
.special-product__tags{
    position: absolute;
    top: 9px;
    left: 9px;
}
.special-product__tag_percent{
    background: #f1665e;
    color: #fff;
    padding: 2px 4px;
    font-size: 12px;
    font-weight: bold;
}
.special-product__tag_special{
    background: #a9cf44;
    color: #fff;
    padding: 2px 4px;
    font-size: 12px;
    font-weight: bold;
}
.special-product__img_wrp{
    width: 100px;
    max-width: 100%;
    height: 100px;
    margin: 15px auto 10px;
    text-align: center;
}
.special-product__img{
    height: 100%;
    object-fit: contain;
}
.special-product__title{
    height: 50px;
    overflow: hidden;
    margin-bottom: 10px;
}
.special-product__prices{
    margin-bottom: 10px;
    display: flex;
    align-items: center;
    justify-content: center;
    min-height: 33px;
}
.special-product__price{
    font-size: 16px;
    font-weight: bold;
}
.special-product__currency{
    position: relative;
    font-size: 12px;
    left: -3px;
    top: -3px;
}
.special-product__original_price{
    font-size: 14px;
    color: #b8bcc5;
    margin-left: 10px;
    text-decoration: line-through;
}
.special-product__original_currency{
    position: relative;
    font-size: 12px;
    top: -1px;
    color: #979daa;
}
.special-product__link{
    color: #979daa;
    font-size: 15px;
}
.special-product__btn{
    padding: 0 20px;
    height: 34px;
    color: #3c3c3c;
    font-size: 14px;
    border-radius: 4px;
    background: #fff;
    border: 1px solid rgb(238, 238, 238);
}
.special-product__btn:hover{
    background: rgb(169, 207, 68);
    color: #fff;
}
.special-product__footer{
    text-align: center;
}
.special-product__all{
    display: inline-block;
    padding: 9px 20px 11px 20px;
    line-height: 20px;
    color: #fff;
    font-size: 16px;
    border-radius: 25px;
    background: #a9cf44;
}
.special-product__sl:not(:empty) {
    font-size: 12px;
    background-color: #C5E319;
    padding: 5px 7px;
    display: inline-block;
    margin-bottom: 10px;
}

/* Markdown products
----------------------------------------*/
.markdown-products {
    background-color: #FFFDE7 !important;
}
.markdown-products .special-product__item {
    background-color: #fff;
}

/* Company about
----------------------------------------*/
.company-about{
    padding: 50px 0 50px 0;
    background: #fff;
}

.company-about__title{
    font-size: 24px;
    font-weight: bold;
    margin-bottom: 20px;
}

.company-about__content{
    max-height: 250px;
    overflow: hidden;
    position: relative;
    margin-bottom: 20px;
}

.company-about__content:after{
    display: block;
    content: "";
    width: 100%;
    height: 50px;
    background: linear-gradient(180deg, hsla(0, 0%, 100%, 0) 0, #fff);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#00000000", endColorstr="#ffffff", GradientType=0);
    position: absolute;
    left: 0;
    bottom: 0;
    z-index: 0;
    opacity: 1;
    visibility: visible;
    transition: all .1s ease;
}

.company-about__content--expanded{
    max-height: 100%;
    height: 100%;
}

.company-about__content--expanded:after{
    background: none;
    position: relative;
    height: inherit;
}

.company-about__more{
    text-align: center;
    padding-top: 8px;
}

.company-about__more-text{
    cursor: pointer;
    border-bottom: 1px dashed #adadad;
}

.company-about h2{
    font-size: 20px;
    margin: 30px 0 10px;
}

.company-about p{
    font-size: 14px;
    line-height: 20px;
    margin-bottom: 15px;
}

.company-about__mobile-meta{
    display: none;
}

/* Manufacturer slider main page */
.manufacturer-slider{
    margin: 20px 0;
}

.manufacturer-slider__item{
    text-align: center;
}

.manufacturer-slider__item-img{
    -webkit-filter: grayscale(100%); /* Safari 6.0 - 9.0 */
    filter: grayscale(100%);
    transition: all 0.5s ease;
    width: 120px;
}

.manufacturer-slider__item-img:hover{
    filter: none;
    -webkit-filter: grayscale(0%);
}