:focus{
    outline: none;
}
.hidden{
    display: none !important;
}
.product-page b{
    display: inline !important;
}
.product-page h1, h2{
    margin: 0;
    padding: 0;
    line-height: 1.2;
}
.product-page h1{
    font-size: 20px;
}
.product-page h2{
    font-size: 18px;
    font-weight: 600;
}
.product-page{
    /*font-family: "Roboto", sans-serif;*/
    font-size: 14px;
    font-weight: 100;
    line-height: 1.5;
    color: #343434;
    padding-bottom: 20px;
}
b{font-weight: bold;}
.mob-header__wrapper{
    display: flex;
    justify-content: space-between;
    align-items: flex-end;
    margin-bottom: 5px;
}
@media screen and (min-width: 769px){
    .product-mob-header{
        display: none;
    }
}
.product-page__top{
    padding: 15px 0 30px;
}
.product-gallery{
    display: flex;
}
@media screen and (min-width: 769px){
    .product-gallery{
        padding-right: 0 !important
    }
}
.product-gallery .img-gallery{
    flex: 0 0 22%;
}
.img-gallery{
    display: none;
}
@media screen and (min-width: 769px){
    .img-gallery{
        position: relative;
        display: block;
        padding-top: 75%;
        height: 0;
        border: 1px solid #DCE7EC;
        border-radius: 7px 0px 0px 7px;
    }
}
.slider-wrapper{
    position: absolute;
    top: 0;
    left: 0;
    display: flex;
    flex-direction: column;
    height: 100%;
    width: 100%;
}
.slick-up,.slick-down{
    flex-grow: 1;
    flex-shrink: 1;
    width: 100%;
    background-color: #FFFFFF;
    display: flex !important;
    align-items: center;
    justify-content: center;
    cursor: pointer;
}
.slick-up img,.slick-down img {
    width: 15px;
}
.slick-up{
    border-bottom: 1px solid #DCE7EC;
    border-top-left-radius: 7px;
}
.slick-down{
    border-top: 1px solid #DCE7EC;
    border-bottom-left-radius: 7px;
}
.slick-disabled{
    display: none !important;
}
div.slick-slide:not(.slick-active){
    border-bottom: 0px;
}
.img-slider{
    width: 100% !important;
    overflow: hidden;
}
.img-wrapper{
    position: absolute;
    top: 0px;
    left: 0;
    height: 100%;
    width: 100% !important;
    display: flex;
    flex-direction: column;
}
.slick-vertical div.slick-slide:not(.slick-active){
    border-bottom-color: transparent !important;
}
.slick-slider .img-gallery__item.slick-slide {
    border: 1px solid transparent;
    border-bottom: 1px solid #DCE7EC;
    width: 100% !important;
    box-sizing: content-box;
    display: flex;
    align-items: center;
    justify-content: center;
    float: none;
}
.slick-slider .img-gallery__item.slick-slide.slick-current:first-child {
    border-top-left-radius: 7px;
}
.slick-slider .img-gallery__item.slick-slide:hover, .slick-slider .img-gallery__item.slick-slide:focus {
    width: auto !important;
    height: auto !important;
    border: 1px solid #3CA2E4 !important;
}
.slick-vertical .img-gallery__item.slick-slide:last-child {
    border-bottom-color: transparent;
    border-bottom-left-radius: 7px;
}
.slick-vertical .slick-list{
    margin-bottom: -1px;
}
.img-wrapper .img-gallery__item {
    text-align: center;
    padding: 2%;
    border-bottom: 1px solid #DCE7EC;
    display: flex !important;
    align-items: center;
    justify-content: center;
    width: 100% !important;
    min-width: 0;
    height: 50%;
}
.img-wrapper .img-gallery__item:first-child{
    border-top-left-radius: 7px;
}
.img-wrapper .img-gallery__item:last-child{
    border-bottom: none;
}
.img-wrapper .img-gallery__item:hover{
    border: 1px solid #3CA2E4;
    z-index: 10;
}
.slick-slide.img-gallery__item:focus{
    border: 1px solid #3CA2E4;
    border-bottom: 0;
    z-index: 500;
    outline: none;
    transform: translate3d(0,0,0);
}
.product-gallery .dots{
    position: absolute;
    top: 0;
    height: 100%;
    display: flex;
    align-items: center;
    padding: 3%;
}
.product-gallery .slick-dots{
    margin: 0;
    padding: 0;
}
.product-gallery .slick-dots li{
    margin-bottom: 5px;
    list-style: none;
}
.product-gallery .slick-dots li button{
    border-radius: 50%;
    width: 9px;
    height: 9px;
    display: block;
    padding: 0;
    font-size: 0;
    border: transparent;
    background-color: #DCE7EC;
}
.product-gallery .slick-dots li.slick-active button{
    background-color: #3CA2E4;
}
.img-slider .img-gallery__item{
   padding: 25% 0;
}
.img-gallery__item picture{
    max-width: 100%;
    max-height: 100%;
    text-align: center;
}
.img-gallery__item img, .img-gallery__item picture{
    width: 94px;
    max-width: 96%;
    max-height: 96%;
}
.product-gallery .product-img{
    flex: 0 0 100%;
    border: 1px solid #DCE7EC;
    border-radius: 7px;
}
@media screen and (min-width: 769px){
    .product-gallery .product-img{
        flex: 0 0 75%;
        border: 1px solid #DCE7EC;
        border-left: 0;
        border-radius: 0px 7px 7px 0px;
    }
}
.product-img{
    position: relative;
    height: 0;
    padding-top: 100%;
}
@media screen and (min-width: 769px){
    .product-img{
        padding-top: 75%;
    }
}
.product-img .product-action-btns{
    position: absolute;
    top: 0;
    right: 5px;
}
@media screen and (min-width: 769px){
    .product-img .product-action-btns {
        display: none;
    }
}
.product-img>img {
    position: absolute;
    max-width: 84%;
    max-height: 90%;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}
.zoomWindow {
    border: 1px solid rgb(136, 136, 136) !important;
}
.product-order-info{
    font-weight: 100;
}
.product-order-info__header{
    display: none;
}
@media screen and (min-width: 769px){
    .product-order-info__header{
        display: flex;
        justify-content: space-between;
        align-items: center;
    }
}
.product-order-info label{
    color: #6F6F6F;
}
.info-wrapper{
    display: flex;
    align-items: center;
}
.info-wrapper>*{
    margin-right: 25px;
    display: inline-block;
    color: #6F6F6F;
}
.product-grade{
    display: inline-flex;
    align-items: center;
}
.product-grade-level{
    text-decoration: underline;
    color: #6F6F6F;
    margin-right: 3px;
    line-height: 1;
}
.product-grade-stars{
    vertical-align: -1px;
}
.product-grade-stars span{
    color: #C4C4C4;
    font-size: 17px;
    letter-spacing: -1px;
}
.product-grade-stars span.active{
    color: #FFD02B;
}
.product-action-btns{
    font-size: 18px;
}
.product-action-btns ul{
    padding: 0;
    margin: 0 -5px;
    list-style: none;
}
.product-action-btns ul li{
    display: inline-block;
    padding-right: 5px;
    padding-left: 5px;
}
.p-favorite-btn, .p-comparison-btn {
    cursor: pointer;
}
.product-order-info .p-favorite-btn{
    display: flex;
    justify-content: center;
    align-items: center;
    background-color: #D6EFFD;
    width: 44px;
    height: 44px;
    border-radius: 0px 0px 5px 5px;
}
.product-order-info .p-favorite-btn:hover{
    background-color: #C9E3F2;
}
.product-order-info .p-favorite-btn.add-to-wl{
    position: relative;
}
.product-order-info .p-favorite-btn.add-to-wl img{
    display: none;
}
.product-order-info .p-favorite-btn.add-to-wl:before{
    content: url("/img/product_img/heart-active.svg");
    width: 20px;
    height: 20px;
}
.product-order-info .p-favorite-btn img{
    width: 20px;
}
.product-order-info .p-comparison-btn{
    display: flex;
    justify-content: center;
    align-items: center;
    background-color: #F6F8FA;
    width: 44px;
    height: 44px;
    border-radius: 0px 0px 5px 5px;
}
.product-order-info .p-comparison-btn:hover{
    background-color: #E7EBEF;
}
.product-order-info .p-comparison-btn img{
    width: 24px;
}
h1.product-name-mob{
    font-size: 16px;
    font-weight: 600;
    color: #343434;
    padding: 0;
    margin: 0;
    margin-bottom: 15px;
}
.product-order-info .product-name{
    display: none;
}
@media screen and (min-width: 769px) {
    .product-order-info .product-name{
        font-size: 22px;
        font-weight: 100;
        color: #057BAC;
        max-width: 75%;
        padding: 0;
        margin: 0;
        margin-bottom: 20px;
        display: block;
    }
}
.product-order-info__purchase{
    background: #F6F8FA;
    border-radius: 5px;
    padding: 20px 25px;
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    position: relative;
}
.product-order-mob{
    background: #E6F6FF;
    width: 100%;
    padding: 15px 15px;
    display: flex;
    align-items: center;
    position: fixed;
    left: 0;
    bottom: 0;
    z-index: 21;
    max-width: 500px;
    justify-content: space-around;
    box-shadow: 0 -4px 6px rgba(0,0,0,.075);
}
.product-order-mob #add-to-basket{
    padding: 6px;
    width: 60px;
    border-width: 0;
    border-radius: 5px;
    background: #00BE63;
    color: #FFFFFF;
    margin-right: 0;
    margin-left: 5px;
    margin-top: 0;
}
.product-order-mob > * {
    margin: 0px;
}
.product-order-mob .p-no-available{color: #f00; padding: 10px 0;height: 45px;font-size: 16px;}

@media screen and (min-width: 769px) {
    .product-order-info__purchase{
        display: flex;
        align-items: center;
    }
}
.product-order-info__purchase .qty-setter{
    line-height: 2;
    flex-grow: 1;
}
@media screen and (min-width: 769px) {
    .product-order-info__purchase .qty-setter{
        flex-grow: 0;
    }
}
@media screen and (min-width: 769px) {
    .product-order-info__purchase > * {
        margin-right: 25px;
    }
}
.product-purchase-price{
    display: flex;
    align-items: center;
    justify-content: center;
    padding-top: 2em;
}
.product-purchase-price>*{
    margin-left: 5px;
}
.product-price-old{
    font-size: 14px;
    color: #343434;
    position: relative;
    white-space: nowrap;
    padding-left: 4px;
}
@media screen and (max-width: 768px) {
    .product-price-old {position: absolute;top: -20px;left: 0;opacity: 1;}
    .product-purchase-price{position: relative;}
    .product-order-mob .product-purchase-price{padding-top: 0;}
    /*.price-for-unit, .price-for-pack{height: 100%;}*/
    .breadcrumb{display: none}
    .product-pack-price a {text-decoration: none;display: flex;flex-direction: column;align-items: center;}
}
@media screen and (min-width: 769px) {
    .product-price-old {
        font-size: 16px;
    }
}
.price_font-xs .product-price-old{
    font-size: 12px;
}
.product-price{
    font-size: 20px;
    font-weight: 100;
    color: #343434;
    white-space: nowrap;
}
@media screen and (min-width: 769px) {
    .product-price {
        font-size: 22px;
    }
}
@media screen and (max-width: 600px) {
    /*.product-price-old ~ .product-price {*/
    /*    font-size: 18px;position: relative;*/
    /*    top: 12px;*/
    /*}*/
    .price_font-xs .product-price-old ~ .product-price {
        font-size: 16px;
    }
}
.product-purchase-price sup{
    font-size: 55%;
    vertical-align: super;
}
.product-qty{
    display: flex;
    justify-content: space-between;
    border: 1px solid #DCE7EC;
    border-radius: 5px;
    width: 110px;
    background-color: #FFFFFF;
}
.qty-reduce,.qty-increase{
    flex: 0 0 30px;
    padding: 7px;
    border-width: 0;
    background-color: transparent;
    line-height: 1;
    font-weight: 400;
    color: #6F6F6F;
    cursor: pointer;
}
.qty-reduce{
    font-size: 12px;
}
.qty-increase{
    font-size: 16px;
}
.qty-reduce:hover,.qty-increase:hover{
    background-color: #EBF2F5;
}
.qnty{
    flex-grow: 1;
    border: 1px solid #DCE7EC;
    border-width: 0 1px;
    color: #208FD7;
    padding: 7px 0;
    width: 0;
    text-align: center;
    font-weight: 600;
}
#add-to-basket{
    padding: 14px 30px;
    border-width: 0;
    border-radius: 5px;
    background: #00BE63;
    color: #FFFFFF;
    margin-right: auto;
    margin-left: auto;
    margin-top: 2em;
    cursor: pointer;
    position: relative;
}
#add-to-basket .count_in_cart{position: absolute;top: -10px;background: #00a1e4;display: flex;right: -10px;width: 20px;height: 20px;align-items: center;justify-content: center;border-radius: 50%;border: 1px solid #fff;}
@media screen and (min-width: 769px){
    #add-to-basket{
        padding: 14px 30px;
        border-width: 0;
        border-radius: 5px;
        background: #00BE63;
        color: #FFFFFF;
        width: auto;
        margin-right: 25px;
        margin-left: 0;
    }
}
#add-to-basket img{
    display: inline-block;
    margin-right: 5px;
    position: relative;
    top: -2px;
    width: 22px;
    height: 20px;
}
.product-pack-price a{
    text-decoration: none;
}
.product-pack-price{
    display: flex;
    justify-content: space-between;
}
@media screen and (min-width: 769px){
    .product-pack-price{
        margin-left: -10px;
        margin-right: -10px;
        display: flex;
        justify-content: flex-start;
    }
}
.product-pack-price>*{
    flex: 0 0 45%;
}
@media screen and (min-width: 769px){
    .product-pack-price>*{
        margin: 10px;
        flex: 0 0 auto;
    }
}
.pack-img{
    display: flex;
    align-items: center;
    justify-content: center;
    align-self: stretch;
    border-radius: 5px 5px 0 0;
    padding: 5px 0px;
    border-right: 0;
    border-bottom: 1px solid;
    border-color: inherit;
}
.pack-img>img{
    max-width: 100%;
    max-height: 100%;
    min-width: 52px;
    min-height: 50px;
}
@media screen and (min-width: 769px){
    .pack-img{
        display: flex;
        align-items: center;
        justify-content: center;
        width: 62px;
        align-self: stretch;
        border-radius: 5px 0 0 5px;
        border-right: 1px solid;
        border-bottom: 0;
        border-color: inherit;
        padding: 1px;
    }
}
.price-for-unit,.price-for-pack{
    border: 1px solid #DCE7EC;
    border-radius: 5px;
    display: flex;
    flex-direction: column;
    align-items: center;
}
@media screen and (min-width: 769px){
    .price-for-unit,.price-for-pack{
        flex-direction: row;
        border: 1px solid #DCE7EC;
        border-radius: 5px;
        align-items: center;
    }
}
.product-pack-price.unit-active .price-for-unit{
    border: 1px solid #3CA2E4;
}
.product-pack-price.pack-active .price-for-unit{
    border: 1px solid #DCE7EC;
}
.product-pack-price.unit-active .price-for-pack{
    border: 1px solid #DCE7EC;
}
.product-pack-price.pack-active .price-for-pack{
    border: 1px solid #3CA2E4;
}
.pack-price{color: #343434;text-align: center;display: flex;flex-direction: column;min-width: 120px;}
@media screen and (min-width: 769px){
}
.clr-red {color: red;}
.pack-price > * {padding: 5px 5px;}
.pack-price__body{border-top: 1px solid #DCE7EC;padding: 0;display: flex;justify-content: center;}
.product-pack-price.unit-active .price-for-unit .pack-price__body,
.product-pack-price.pack-active .price-for-pack .pack-price__body{border-top: 1px solid #3CA2E4;}
.pack-price__body > * {padding: 4px;}
.product-pack-price .pack-old-price {border-left: 1px solid #DCE7EC;}
.product-pack-price.unit-active .price-for-unit .pack-old-price,
.product-pack-price.pack-active .price-for-pack .pack-old-price{border-left: 1px solid #3CA2E4;}
.pack-price__number{}
.pack-price__number sup, .pack-old-price sup{font-size: 65%;line-height: 1;vertical-align: text-top;}
.product-page__middle {border-top: 1px solid #EBF2F5;padding: 20px 0;}
.product-info-tabs__links{display: flex;}
.product-info-tabs__title{
    font-size: 14px;
    color: #343434;
    padding: 6px 10px;
    flex: 0 0 auto;
    cursor: pointer;
}
@media screen and (min-width: 769px){
    .product-info-tabs__title{
        margin-right: 15px;
        font-size: 16px;
        padding: 6px 20px;
    }
}
.product-info-tabs__title.active{
    background-color: #F6F8FA;
    border-radius: 3px;
}
.product-info-tabs__title a{
    color: #343434;
    text-decoration: none;
    font-weight: 100;
}
.product-info-tabs__title a:hover{
    color: #3CA2E4;
}
.product-info-tabs__title.active a{
    color: #208FD7;
}
.product-info-tabs__wrapper {
    margin-top: 15px;
}
.product-info-tabs__content.active{
    display: block;
}
.product-info-tabs__content{
    display: none;
}
.price-clarification{
    color: #FF0000;
}
.age-limit{
    border: 1px solid #DCE7EC;
    border-bottom: 0;
    border-radius: 5px;
    padding: 15px;
    margin: 10px 0;
    display: inline-block;
}
.age-limit span:first-of-type{
    display: inline-block;
    vertical-align: middle;
    margin-left: 10px;
    width: calc(100% - 60px);
}
#product-discounts-table{
    color: #777;
}
.table{
    width: 100%;
    max-width: 100%;
    border: 1px solid #ddd;
    border-spacing: 0;
    border-collapse: collapse;
}
.table-bordered>tbody>tr>td, .table-bordered>tbody>tr>th, .table-bordered>tfoot>tr>td,
.table-bordered>tfoot>tr>th, .table-bordered>thead>tr>td, .table-bordered>thead>tr>th {
    border: 1px solid #ddd;
}
.table>tbody>tr>td, .table>tbody>tr>th, .table>tfoot>tr>td,
.table>tfoot>tr>th, .table>thead>tr>td, .table>thead>tr>th {
    padding: 8px;
    line-height: 1.42857143;
    vertical-align: top;
    border-top: 1px solid #ddd;
}
#features{
    min-width: 60%;
    max-width: 95%;
    width: 500px;
}
#features table {
    padding: 25px;
    border: 1px solid #DCE7EC;
    border-radius: 5px 10px;
}
#features table th,td {
    padding: 5px;
    text-align: left;
}
#features table tr :first-of-type {
    color: #6F6F6F;
}

.pay-and-delivery{
    display: none;
}
@media screen and (min-width: 769px){
    .pay-and-delivery{
        display: block;
        background-color: #F6F8FA;
        color: #343434;
        min-height: 100%;
        width: 85%;
        float: right;
        padding: 0px 35px 15px;
        border-radius: 5px;
    }
}
.pay-and-delivery *{
    margin-top: 15px;
    display: block;
}
.pay-and-delivery__header{
    display: flex;
    align-items: center;
    font-size: 16px;
    font-weight: 100;
}
.pay-and-delivery__header img{
    margin-right: 10px;
}
.pay-and-delivery__link{
    margin: 30px 0;
    cursor: pointer;
}
.pay-and-delivery__link a{
    text-decoration: none;
}
.product-comments {
    border-top: 1px solid #EBF2F5;
}
.product-comments>div:first-child{
    border-right: 1px solid #EBF2F5;
}
.product-comments .reviews{
    padding: 20px 0;
}
.reviews__header{
    font-size: 16px;
    font-weight: 600;
    color: #343434;
    margin: 0px;
    margin-bottom: 20px;
}
.comment{
    padding: 0 15px;
    border-left: 1px solid #E9F1F5;
    margin-bottom: 15px;
}
.comment-info{
    margin-left: -15px;
    line-height: 17px;
    margin-bottom: 5px;
}
.comment-info>*{
    margin-left: 15px;
    vertical-align: middle;
}
.comment-info .author{
    float: left;
    color: #000000;
}
.comment-info .product-grade-stars{
    float: left;
}
.comment-info .date{
    float: right;
    color: #6F6F6F;
}
.comment-text{
    color: #000000;
    clear: both;
}
.comment-text p{
    margin: 0;
}
.comment-answer {
    border-left: 2px solid #00be63;
    padding: 1px 10px;margin: 5px 0;
}
.comment-at{color: #00be63;}
.comment-answer p {margin: 3px 0;}
.wrap-separation-line.wrapped ~ .comment{
    display: none;
}
.wrap-separation-line.transparent ~ .comment{
    opacity: 0;
}
.wrap-separation-line ~ .comment{
    transition: opacity 2s ease;
}
.comments-wrap-control{
    text-align: center;
}
.unwrap,.wrap {
    color: #208FD7;
    cursor: pointer;
}
.new-comment{
    margin: auto;
    width: 90%;
    padding: 20px 0;
}
.form-active{
    box-shadow: 0px 0px 20px #f5f5f0;
    border-radius: 5px;
}
.new-comment>*{
    padding-right: 30px;
    padding-left: 30px;
}
.new-comment__header{
    /*display: flex;*/
    /*flex-direction: column;*/
    /*align-items: center;*/
    color: #000000;
    border-radius: 5px;
    padding-top: 40px;
    padding-bottom: 30px;text-align: center;
}
.new-comment__header > img{width: 63px;height: 25px;}
.new-comment__header>*{
    text-align: center;
    margin-bottom: 5px;
}
button#add-new-comment{
    display: inline-block;
    padding: 15px;
    color: #FFFFFF;
    background-color: #3CA2E4;
    border-radius: 5px;
    border: none;
    margin-top: 5px;
    cursor: pointer;
}
button#add-new-comment:hover{
    background-color: #00BE63;
}
.comment-confirm{
    display: flex;
    flex-direction: column;
    align-items: center;
    color: #FFFFFF;
    background-color: #3CA2E4;
    border-radius: 5px;
    padding: 40px 30px;
}
.comment-confirm>*{
    text-align: center;
    margin-bottom: 5px;
}
.form-hidden #product-comment-form{
    /*box-shadow: 0px 4px 50px rgba(0, 0, 0, 0.08);
    /*border-radius: 5px;*/
    display: none;
    text-align: left;
}
.comment-form__elem {
    margin-bottom: 10px;
}
.comment-form__elem label{
    font-weight: normal;
    font-size: 13px;
    line-height: 24px;
    color: #6F6F6F;
    cursor: pointer;
}
.comment-form__elem input, .comment-form__elem textarea{
    width: 250px;
    height: 45px;
    border: 1px solid #DCE7EC;
    border-radius: 5px;
    display: block;
}
.comment-form__elem textarea{
    width: 250px;
    height: 70px;
    border: 1px solid #DCE7EC;
    border-radius: 5px;
    resize: none;
}
.rating-elem__header{
    font-weight: normal;
    font-size: 13px;
    line-height: 24px;
    color: #6F6F6F;
}
.rating-elem__body{
    display: block;
}
.rating-elem input[type = "radio"]{
    display: none;
}
.comment-form__elem.rating-elem label{
    color: #FFD02B;
    font-size: 25px;
}
.comment-form__elem.rating-elem input:checked ~ label{
    color: #C4C4C4;
}
.comment-form__submit{
    text-align: center;
    margin-top: 20px;
}
.comment-form__submit button{
    padding: 15px 30px;
    background: #3CA2E4;
    border-radius: 5px;
    border: 1px solid #FFFFFF;
    color: #FFFFFF;
    cursor: pointer;
}
.comment-form__submit button:hover{
    background-color: #00BE63;
}
/*related products*/
.wrapper_product {
    background: #f6fbff;
}
.percent-discount {
    position: absolute;
    top: 5px;
    background: #B92500;
    color: #fff;
    width: 78px;
    height: 33px;
    text-align: center;
    line-height: 35px;
    font-size: 18px;
    border-radius: 0 10px 10px 0;
}
.product_footer {
    position: relative;
    flex-direction: column;
    bottom: 0;
    padding: 0 10px;
    min-height: 40px;
}
.custom-hr {
    width: 100%;
    border-top: 1px solid #eee;
}
.product_footer .product-data {
    padding: 10px 0;
    width: 100%;
    display: flex;
}
.product_footer .product-data .star_content.clearfix {
    order: 1;
    margin-left: auto;
}
.product_footer ul {
    margin-top: 0;
}
.product_footer ul li {
    height: 12px;
}
.product_footer ul li:last-child {
    line-height: 14px;
}
body .product .wrapper_product .wrapper_product_footer .wrapper_prace{
    height: auto;
}
.product:hover .product_footer {
    bottom: 0px;
}
@media (max-width: 768px){
    .product_footer {display: none;}
    .pack-price{width: 100%;line-height: 1;height: 100%;}
    .pack-price__body{height: 100%;align-items: center;}
    .relation-products{
        line-height: 1;max-height: 350px;overflow-y: hidden;
    }
}
/*style for slick*/
.relation-products{
    line-height: 1;
}
.relation-products__top{
    display: flex;
    justify-content: space-between;
    align-items: center;
    flex-wrap: wrap;
    width: 100%;
}
.relation-products__header{
    font-size: 16px;
    font-weight: 600;
    color: #343434;
    margin: 20px 0px;
    flex-grow: 0;
}
.relation-products__buttons{
    flex-grow: 0;
}
.relation-products #product-prev, .relation-products #product-next{
    background: #FFFFFF;
    border: 1px solid #DCE7EC;
    padding: 10px 16px;
    margin: 0;
    display: inline-block;
    cursor: pointer;
}
#product-prev:hover, #product-next:hover{
    background-color: #EBF2F5;
}
.relation-products__buttons{
    display: inline-flex;
}
.relation-products #product-prev{
    border-radius: 5px 0 0 5px;
}
.relation-products #product-prev img{transform:rotate(270deg);width: 15px;height: 9px;}
.relation-products #product-next img{transform:rotate(90deg);width: 15px;height: 9px;}
.relation-products #product-next{
    border-radius: 0 5px 5px 0;
    border-left: none;
}
.relation-products .slick-arrow{
    display: none !important;
}
.slick-slider {
    position: relative;
    display: block;
    box-sizing: border-box;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    -webkit-touch-callout: none;
    -khtml-user-select: none;
    -ms-touch-action: pan-y;
    touch-action: pan-y;
    -webkit-tap-highlight-color: transparent;
}
.slick-list {
    position: relative;
    display: block;
    overflow: hidden;
    margin: 0;
    padding: 0;
}
.slick-track {
    position: relative;
    top: 0;
    left: 0;
    display: block;
}
.slick-slide {
    float: left;
    min-height: 1px;
}
.mob-header__wrapper{
    color: #6F6F6F;
    display: flex;
    align-items: center;
}
.product-gallery-mob{
    position: relative;
}
.gallery-mob__item{
    position: relative;
}
.gallery-mob__item > img{
    min-width: 300px;
    min-height: 300px;
}
.gallery-mob__item img{
    width: 100%;
    height: 100%;
    max-width: 458px;
    margin: auto;
    display: block;
}
.gallery-mob__item .product-action-btns{
    position: absolute;
    top: 24%;
    left: 5%;
}
.gallery-mob__item .product-action-btns ul li{
    display: block;
    margin-bottom: 5px;
}
.gallery-mob__item .product-action-btns ul li span{
    border-radius: 5px;
}
.gallery-mob__item .p-favorite-btn{
    display: flex;
    justify-content: center;
    align-items: center;
    background-color: #D6EFFD;
    width: 44px;
    height: 44px;
    border-radius: 0px 0px 5px 5px;
}
.gallery-mob__item .p-favorite-btn:hover{
    background-color: #C9E3F2;
}
.gallery-mob__item .p-favorite-btn.add-to-wl{
    position: relative;
}
.gallery-mob__item .p-favorite-btn.add-to-wl img{
    display: none;
}
.gallery-mob__item .p-favorite-btn.add-to-wl:before{
    content: url("/img/product_img/heart-active.svg");
    width: 20px;
    height: 20px;
}
.gallery-mob__item .p-favorite-btn img{
    width: 20px;
}
.gallery-mob__item .p-comparison-btn{
    display: flex;
    justify-content: center;
    align-items: center;
    background-color: #F6F8FA;
    width: 44px;
    height: 44px;
    border-radius: 0px 0px 5px 5px;
}
.gallery-mob__item .p-comparison-btn:hover{
    background-color: #E7EBEF;
}
.gallery-mob__item .p-comparison-btn img{
    width: 24px;
}
.product-gallery-mob .dots{
    display: flex;
    justify-content: center;
    padding: 3%;
}
.product-gallery-mob .slick-dots{
    margin: 0;
    padding: 0;
}
.product-gallery-mob .slick-dots li{
    display: inline-block;
    list-style: none;
    margin-right: 10px;
}
.product-gallery-mob .slick-dots li button{
    border-radius: 50%;
    width: 20px;
    height: 20px;
    display: inline-block;
    padding: 0;
    font-size: 0;
    border: transparent;
    background-color: #DCE7EC;
}
.product-gallery-mob .slick-dots li.slick-active button{
    background-color: #3CA2E4;
}
.tabs-mob{
    padding-top: 20px;
    margin-top: 30px;
    border-top: 1px solid #DCE7EC;min-height: 200px;
}
.reviews-mob{
    padding-top: 20px;
    margin-top: 30px;
    border-top: 1px solid #DCE7EC;
}
.reviews-mob .reviews__wrapper{max-height: 35px; overflow: hidden;}
.new-comment-mob{
    width: 100%;
    padding: 10px;
    margin: 0 auto;
    border-top: 1px solid #DCE7EC;
}
.relation-products{
    padding-top: 20px;
    margin-top: 30px;
    border-top: 1px solid #DCE7EC;
}
.product-info-tabs.tabs-mob .product-info-tabs__wrapper{
    max-height: 200px;
    overflow: hidden;
}
.tabs-view-more{
    margin: 15px;
    color: #3CA2E4;
    cursor: pointer;
}
.tabs-view-more:after{
    content: url("/img/product_img/arrow-blue.svg");
    display: inline-block;
    margin-left: 5px;
}
.tabs-view-more.to-hide:after{
    transform: rotate(180deg);
}
.full-content{
    max-height: none !important;
}
.reviews-mob. reviews__wrapper{
    max-height: 60vh;
    overflow: hidden;
}
.reviews-mob .reviews__header {
    display: flex;
    align-items: center;
}
.reviews-mob .reviews__header span:first-child{
    flex-grow: 1;
}
.reviews-mob .stars{
    flex-grow: 0;
    color: #FFD02B;
    margin-right: 5px;
}
.reviews-mob .grade{
    flex-grow: 0;
    text-decoration: underline;
    font-weight: normal;
    color: #6F6F6F;
}
.comments-view-more{
    margin: 15px;
    color: #3CA2E4;
    cursor: pointer;
}
.comments-view-more:after{
    content: url("/img/product_img/arrow-blue.svg");
    display: inline-block;
    margin-left: 5px;
}
.comments-view-more.to-hide:after{
    transform: rotate(180deg);
}
.new-comment-mob .new-comment__header{
    padding: 0;
}





















