
.mob_soc {
    margin-left: 15px;
    margin-right: 15px;
}

.mob_soc{
font-size: 30px;
    padding: 0 12px 0px 0px;
    margin-top: 11px;
}

.mob_soc i.fa.fa-instagram{

}

.mob_soc i.fa.fa-facebook{
    color: #3b5998;
}

.mob_soc img{
    width: 32px;
        border-radius: 7px;
}

.heading_title_cat{
    text-transform: lowercase;
}

.subcategory .sc-image{
    margin-bottom: 0px;
}

.multi-presence {
    color: rgb(255 0 0 / 55%) !important;
}

.subcategory img {
    margin: 0 auto;
    color: transparent;
    width: 90px;
}

.product-title-with-seller{display:flex;align-items:center;gap:12px;flex-wrap:wrap}
.seller-badge{font-size:14px;display:inline-flex;align-items:center;gap:6px;margin-bottom: 24px;}
.seller-i{position:relative;display:inline-flex;align-items:center;justify-content:center;width:18px;height:18px;border-radius:50%;    border: 1px solid #3296d9;
    font-size: 12px;
    cursor: help;
    line-height: 1;
    background: #3296d9;
    color: #fff;}
.seller-tooltip{display:none;position:absolute;z-index:99;top:24px;left:50%;transform:translateX(-50%);min-width:220px;max-width:320px;background:#222;color:#fff; line-height: 20px; padding:10px 12px;border-radius:8px;font-size:12px}
.seller-i:hover .seller-tooltip{display:block}

.subcategory .sc-name{
        font-size: 13px;
}

.type_arrow_bg_item .swiper-sub-category__arrow_prev, .type_arrow_bg_item .swiper-sub-category__arrow_next {
    top: 45%;
    transform: translateY(-45%);
}

.swiper-sub-category__arrow_next {
    right: 2px;
    top: 40%;
}

.swiper-sub-category__arrow {
    position: absolute;
    background: #ccc;
    color: #000000;
    border-radius: 40px;
    font-size: 0;
    height: 40px;
    width: 40px;
    min-width: 40px;
    line-height: 40px;
    padding: 0;
    text-align: center;
    -webkit-transition: all 0.1s linear 0s;
    -moz-transition: all 0.1s linear 0s;
    -ms-transition: all 0.1s linear 0s;
    -o-transition: all 0.1s linear 0s;
    transition: all 0.1s linear 0s;
    cursor: pointer;
    display: flex;
    align-items: center;
    justify-content: center;
    z-index: 2;
}

.swiper-sub-category__item {
    padding: 5px;
}

.swiper-sub-category__arrow.swiper-button-disabled {
    opacity: .5;
    cursor: inherit;
}

.swiper-sub-category__arrow_prev {
        left: 2px;
    top: 40%;
}



i.fas.fa-arrow-left{
        font-size: 16px;
    color: #fff;
}

i.fas.fa-arrow-right{
        font-size: 16px;
    color: #fff;
}
.nsmenu-parent-img {
  display: block;
  width: 128px;          /* как было у img */
  height: 128px;
  border-radius: 10px;
  margin-bottom: 10px;

  background-image: var(--menu-img);
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
}

.container-module.category-reviews-swiper-block .swiper-initialized .swiper-slide:not(.swiper-slide-visible){
    opacity: 1 !important;
}

.multi-theme-compact .multi-layout{

    border-radius: 20px !important;
    box-shadow: 0 1px 40px rgba(0, 0, 0, .35) !important;
}

#product .product-discounts .product-discount-price{
    color: #ffffff;
}

.product-discounts-cat{
    margin-bottom: 0px;
}
.product-anchor-block {
    border: 2px dashed #3296d9;
    padding: 10px 15px 10px 15px;
    border-radius: 8px;
    margin-bottom: 25px;
}



.block-reviews {
    box-shadow: 0px 0px 0px 1px #F7F8FB;
    border-radius: 10px;
    background: #fff;
}
@media (min-width: 992px) {
    .rating-info-box {
        display: -webkit-flex;
        display: -moz-flex;
        display: -ms-flex;
        display: -o-flex;
        display: flex;
    }
}
.review-store-box {
    margin-bottom: 10px;
}
.rating-info-box .col-xs-12 {
    margin-bottom: 10px;
    margin-top: 10px;
}
#column-right .rating-info-box,
#column-left .rating-info-box {display: block;}

#column-right .block-reviews.f-box,
#column-right .block-reviews.s-box,
#column-left .block-reviews.s-box,
#column-left .block-reviews.f-box {padding: 20px;}

#column-right .rating-info-box .col-xs-12,
#column-left .rating-info-box .col-xs-12 {width:100%;}

#column-right .review-store-box .no-slider,
#column-left .review-store-box .no-slider {width:100%;}

.block-reviews.f-box {
    align-items: center;
    padding: 30px 40px;
    height: 100%;
}

.block-reviews.s-box {
    padding: 30px 40px;
    height: 100%;
}
.average-reviews {
    width: 40%;
    text-align: center;
}
@media (max-width: 768px) {
    .block-reviews.f-box {
        padding: 20px 15px;
    }
    .average-reviews {
        width: 45%;
    }
    .block-reviews.s-box {
        padding: 20px 15px;
    }
}

.average-reviews .average-rating-number {
    color: #000;
    font-weight: 600;
    font-size: 38px;
    height: 128px;
    width: 128px;
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 0 auto;
}

.average-reviews .average-rating-number:before {
    background: url("../../image/r-store/r-store.svg") no-repeat;
    content: "";
    width: 128px;
    height: 128px;
    display: block;
    position: absolute;
}


.star-rating-desc {
    width: 60%;
    padding:0px 10px;
}
.star-rating-desc .line-info {
    margin-bottom: 10px;
}
.star-rating-desc .line-info:last-child {
    margin-bottom: 0px;
}
.percent_rating_line {
    height: 10px;
    border-radius: 8px;
    background: #f8f9fa;
}

.star-rating-desc .line-info {
    margin-bottom: 15px;
    display: flex;
    align-items: center;
}
.star-before-line {
    line-height: 17px;
    height: 20px;
}

.percent_rating_line {
    height: 8px;
    border-radius: 12px;
    background: #f8f9fa;
    width: 100%;
    margin-left: 15px;
    margin-right: 15px;
    max-width: 200px;
}
.percent_rating {
    border-radius: 12px;
    height: 8px;
}
.percent_rating.star5 {
    background: #6AB956;
}
.percent_rating.star4 {
    background: #B4E681;
}
.percent_rating.star3 {
    background: #F2D456;
}
.percent_rating.star2 {
    background: #F6B44F;
}
.percent_rating.star1 {
    background: #EC7852;
}
.percent_rating_text {
    font-size: 13px;
}

.rsinfo-item {
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: flex;
    justify-content: space-between;
    position: relative;
    margin-bottom: 15px;
}
.rsinfo-item .rs-theme-text {
    z-index: 2;
    background: #fff;
    padding-right: 20px;
}
.avg-rating-stars {
    width: 103px;
    background: url("../image/r-store/stars-g-icon.svg") no-repeat;
    height: 20px;
}
.avg-rating-stars .avg-realrating {
    width: 103px;
    background: url("../image/r-store/stars-y-icon.svg") no-repeat;
    height: 20px;
}
.rs-theme-stars {
    padding-left: 20px;
    background: #fff;
}
.rsinfo-item:before {
    position: absolute;
    left: 55px;
    right: 120px;
    top: 10px;
    content: '';
    border-bottom: 1.5px dashed #d9d9d9;
}
.btn-block-rs {
    text-align: right;
}
.review-store-box .no-slider .item-rs {
    box-shadow: 0px 0px 0px 1px #F7F8FB;
    border-radius: 10px;
    background: #fff;
    padding: 30px;
    margin-top: 10px;
    margin-bottom: 10px;
    flex:1;
}

.item-rs .d-flex {
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: flex;
    align-items: center;
}
.item-rs .rs-top {
    margin-bottom: 22px;
}
.item-rs .rs-author-rating {
    width: 40px;
    height: 44px;
    justify-content: center;
    position: relative;
    margin-right: 15px;
    color:#000;
    font-size: 14px;
    font-weight: 500;
}
.item-rs .rs-author-rating:before {
    background: url("../image/sprite.svg#icon-rating") no-repeat;
    width: 40px;
    height: 40px;
    content: "";
    position: absolute;
}
.item-rs .rs-author-info {
    flex:1;
    line-height: 22px;
}
.item-rs .rs-author {
    color:#000;
    font-weight: 500;
}
.item-rs .rs-date-added {
    color:#8F9AA2;
}
.item-rs .rs-description {
    display: -webkit-box;
    overflow: hidden;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 5;
    line-height: 22px;
    word-break: break-word;
}

.all-review-box .item-rs {
    border: 1px solid #e9ecef;
    padding: 25px;
    margin-bottom: 20px;
    border-radius: 12px;
    background:#fff;
}
.admin-response {
    padding: 25px;
    border: 1px solid #e9ecef;
    border-radius: 12px;
    margin-bottom: 20px;
    margin-left: 60px;
    position: relative;
    background:#fff;
}
.admin-response:before{
    position: absolute;
    content:"";
    left:100px;
    top:-21px;
    height: 21px;
    border-left:1px solid #e9ecef;
}
.all-review-box .rs-desc-reviews{
    height: 100%;
    font-size: 14px;
    margin-right: auto;
}
@media (min-width: 768px) {
}
.like-dislike-box {
    min-width: 180px;
    text-align: left;
    margin-top: 15px;
}
.btn-dislike {
    margin-left: 20px;
}
.btn-dislike,
.btn-like {
    border:0px;
    background: transparent;
    display: inline-block;
}

.btn-dislike span,
.btn-like span {
    margin-left: 10px;
    display: inline-block;
    vertical-align: middle;
}
.btn-dislike svg,
.btn-like svg {
    display: inline-block;
    vertical-align: middle;
}


#popup-reviews-store .popup-block-reviews {
    border: 1px solid #f4f4f4;
    border-radius: 12px;
    padding: 20px;
}
#popup-reviews-store .help-block {
    padding-top: 10px;
    margin-bottom: 0px;
    margin-top: 10px;
}

#popup-reviews-store textarea.form-control {
    height: 66px;
}
#popup-reviews-store .rating-store {
    font-size: 0px;
    height: 21px;
}
#popup-reviews-store .rating-store .star-rating {
    position: relative;
    width: 21px;
    height: 21px;
}
#popup-reviews-store .rating-store .star-rating:before {
    position: absolute;
    content: url("../image/star-icon/b-star-g-icon.svg");
    width: 21px;
    height: 21px;
}
#popup-reviews-store .rating-store .star-rating.checked:before,
#popup-reviews-store .rating-store .star-rating.active:before {
    position: absolute;
    content: url("../image/star-icon/b-star-y-icon.svg");
    width: 21px;
    height: 21px;
}

.seller-eu {
    padding-bottom: 25px;
    border-bottom: 1px solid #EAEDF7;
    margin-bottom: 25px;
}

.seller-eu strong{
    background: green;
    color: #fff;
    padding: 5px 10px 5px 10px;
    border-radius: 8px;
}

#product .list-unstyled.product-discounts{
        border-bottom: 0px solid #EAEDF7;
    padding-bottom: 0px;
    margin-bottom: 25px;
    display: inline-flex;
    appearance: none;
    -webkit-box-align: center;
    align-items: center;
    -webkit-box-pack: center;
    justify-content: center;
    user-select: none;
    position: relative;
    white-space: nowrap;
    vertical-align: middle;
    outline: transparent solid 2px;
    outline-offset: 2px;
    line-height: unset;
    border-radius: 8px;
    font-weight: 800;
    height: 5rem;
    min-width: 2rem;
    padding-inline-start: 0.75rem;
    padding-inline-end: 0.75rem;
    background: #3296d9;
    color: #ffffff;
    font-size: 0.875rem;
    cursor: pointer;
}

.ocf-btn.ocf-btn-default{
        background-color: #01aef5 !important;
        color: #fff;
}

a.hpm-button, span.hpm-button{
    text-align: center;
}

.btn-general .icon-cart-add{
        background: #ffffff;
}


.product-thumb .btn-general{
        background-color: #3296d9;
    color: #fff;
}

.column-attr_308 span{
        width: 106px;
}

.column-attr_308 a{
        width: 106px;
}
.column-attr_308 .price_hpmmr{

margin-top: 10px;
}

.knopka_google{
    width: 280px;
    background: #F2F2F2;
    height: 54px;
    text-align: center;
    border-radius: 8px;
    padding-top: 14px;
}

.knopka_google img{
        width: 27px;
}

.mySwiper img{
    border-radius: 20px;
}

.mySwiper .swiper-slide {
  width: 515px !important;
  height: 515px;
  margin-right: 20px;
        padding: 5px;
}



.h1, h1 {
    font-weight: bold;
    font-size: 30px;
    color: #333;
    margin-bottom: 16px;
}
#top{
        background-color: #3296d9;
}

#top .container{
    background-color: #3296d9;
}

#top .btn-link{
    color: #fff;
}

.shop-cart .table-striped > tbody > tr > td:nth-child(3) {
    width: 104px !important;
}

.image-additional .thumbnail {
    margin: 0px;
    padding: 3px;
    border: 1px solid #e9e9e9;
    border-radius: 6px;
    display: inline-block;
}

.thumbnails .general-image img {
    display: block;
    margin-left: auto;
    margin-right: auto;
    color: transparent
}

.image-additional .thumbnail img {
    border-radius: 5px;
    width: 60px;
}

.image-additional .thumbnail img {
    margin: 0px;
    color: transparent;
}

.thumbnails .image-additional .btn-slick-prev-v,.thumbnails .image-additional .btn-slick-next-v {
    cursor: pointer
}

.thumbnails .image-additional .btn-slick-prev-v:hover svg, .thumbnails .image-additional .btn-slick-next-v:hover svg {
    fill: #3296d9
}

.thumbnails .image-additional .btn-slick-prev-v {
    text-align: center
}

.thumbnails .image-additional .btn-slick-prev-v svg {
    transform: rotate(-90deg)
}

.thumbnails .image-additional .btn-slick-next-v {
    text-align: center
}

.thumbnails .image-additional .btn-slick-next-v svg {
    transform: rotate(90deg)
}

.image-additional {
    text-align: center
}

.thumbnails .image-additional .btn-slick-prev-h,.thumbnails .image-additional .btn-slick-next-h {
    cursor: pointer
}

.thumbnails .image-additional .btn-slick-prev-h:hover svg, .thumbnails .image-additional .btn-slick-next-h:hover svg {
    fill: ##3296d9
}

.thumbnails .image-additional .btn-slick-prev-h {
    left: 0px
}

.thumbnails .image-additional .btn-slick-next-h {
    right: 0px
}

.thumbnails .image-additional .btn-slick-prev-h, .thumbnails .image-additional .btn-slick-next-h {
    position: absolute;
    top: calc(50% - 12px);
    display: block;
    width: 16px;
    cursor: pointer;
    text-align: center;
    z-index: 1
}

.thumbnails .image-additional .btn-slick-prev-h svg {
    transform: rotate(180deg)
}

.thumbnails .image-additional .btn-slick-next-h svg {
    transform: rotate(0deg)
}


.thumbnails .image-additional .thumbnail:hover {
    border-color: #3296d9;
}

.thumbnails .image-additional .slick-current .thumbnail {
    border: 1px solid #3296d9;
    -webkit-box-shadow: 0px 2px 10px var(--secondary-color-glow);
    box-shadow: 0px 2px 10px var(--secondary-color-glow);
}


.qty-reward{
    font-weight: 500;
    color: #FF671F;
    margin-right: 5px;
}

.reward_cat{
    padding: 12px 0px 0px 0px;
}
.reward_cat_item{
    font-size: 12px;
    font-weight: 400;
    justify-content: left;

}


#product .kit-item .price{
    font-size:22px;
}

.reward-icon-item{
    width: 19px !important;
    height: 19px !important;
    margin-right: 4px !important;
}

.ns-dd.dropdown-menu-full-image.nsmenu-type-category-full-image.box-col-3{
    border-radius: 8px !important;
}
#menu-vertical #menu-vertical-list > li .dropdown-menu-full-image .row-masonry {
  gap: 0px;
    margin: 0 0 15px 0;
    display: flex;
        flex-wrap: wrap;
}

#menu-vertical #menu-vertical-list > li .dropdown-menu-full-image .nsmenu-haschild{
            padding: 15px 20px;
}

#menu-vertical #menu-vertical-list > li .dropdown-menu-full-image .nsmenu-parent-img {
    padding: 6px 10px 0 10px;
}
#menu-vertical #menu-vertical-list > li .dropdown-menu-full-image .nsmenu-parent-block {
 padding: 0;
    background: #fff;
    border-radius: 20px;
    overflow: hidden;
    width: calc(20% - 12px);
    box-shadow: 0 0 15px rgba(15, 57, 79, 0.1);
    display: flex
;
    flex-direction: column;
    align-items: center;
    justify-content: flex-start;
    text-align: left;
    opacity: 0.94;
    margin: 6px;
    height: 215px;
}

#menu-vertical #menu-vertical-list > li .dropdown-menu-full-image .nsmenu-parent-title {
    padding: 7px 20px 12px 20px;
    font-weight: normal;
    text-align: left;
    width: 100%;
    display: block;
}

#menu-vertical #menu-vertical-list > li .dropdown-menu-full-image .nsmenu-parent-img {
    padding: 6px 10px 0 10px;
}

#menu-vertical #menu-vertical-list > li .dropdown-menu-full-image .nsmenu-parent-block img {
    transition: 0.3s;
    width: 100%;
    height: auto;
    max-width: 128px;
    border-radius: 10px;
}


#popup-quickorder .latest .item {
    width: 156px !important;
}

#popup-quickorder .latest .item .product-thumb{
    border-radius: 8px;
}

#popup-quickorder .container-module .item.swiper-slide {
        padding-left: 5px;
    padding-right: 5px;
}


#popup-quickorder .latest .item .product-name {
  min-height: 36px;
    white-space: pre-line;
    line-height: 11px;
    display: block;
    height: 33px;
    overflow: hidden;
    margin: 6px 0;
}

#popup-quickorder .latest .item .product-name a{
 font-size: 11px;
    line-height: 12px;
    color: #444;
    white-space: pre-line;
    word-break: break-word;
}

#popup-quickorder .latest .item .image img {
    width: 100px;
    height: auto;
    border-radius: 8px;
}
#popup-quickorder .latest .item .image {
   margin-bottom: 0px;
    min-height: 0em;
        width: 80px;
    max-width: 80px;
    vertical-align: middle;
    text-align: center;
    padding: 0;
}


#popup-quickorder .latest .item .price {
    margin: 0 10px 6px 0;
    font-size: 1.0em;
    line-height: 1.0em;
    color: #444;
    font-weight: normal;
    min-height: 0px;
}
#popup-quickorder .latest .item .cart fa {
      font-size: 17px;
}
#popup-quickorder .latest .item .cart .is-active fa{
    color: #fff;
}


#popup-quickorder .latest .item .cart {
      margin-left: 0;
}
    

#popup-quickorder .latest .item .price-actions-box {
    margin-top: 0px !important;
    min-height: 11px;
}



#popup-quickorder .latest .item .text-cart-add{
    display: none;
}


#popup-quickorder .latest .item .cart button {
    line-height: 0px;
    margin: -1px 0 0;
    padding: 3px 14px 4px;
    border-radius: 5px;
    height: 25px;
    color: #fff;
    background-color: #2C90D2 !important;
}

.box-sub-cat {
    background: #f3f7f9;
    padding: 20px 15px 10px 15px;
    border-radius: 20px;
    margin: 0 10px 15px 10px;
}
.links_mob{
    display: none;
}

.shipping-info p{
        margin: 0 0 0px;
}

.price-new .special_value{
    color: #f84147;
}


.price-new .autocalc-product-special{
    color: #f84147;
}

.hpm-button b{
    font-size: 11px;
    text-align: center;
    color: #878787;
    display: block;
}

.hpm-block-prd{
    margin-bottom: 30px;
}

#button-ukrcredits {
    width: 100%;
    text-align: left;
    display: block;
    color: #444;
    background: none;
    font-size: 16px;
    padding: 0px;
    margin-top: 0px;
    margin-bottom: 13px;
    font-weight: bold;
    order: 4;
    border: none;
    margin-top: 15px;
    margin-bottom: 0;
}

#button-ukrcredits{
        text-align: left;
    margin-bottom: 17px;
    width: 225px;
}

.features_dopopys {
    display: flex;
    flex-wrap: wrap;
    margin: -5px -15px 15px -15px
}

.links-mob ul li:last-child{
    display: none;
}

.features_dopopys .product-feature_dopopys {
    border-radius: 15px;
    width: calc(1/2*100% - 30px);
    margin: 15px;
    background-color: #fff;
    display: block
}

.product-feature_dopopys {
    border-radius: 15px;
    width: calc(1/2*100% - 60px);
    margin: 20px 29px;
    background-color: #fff;
    display: inline-flex;
    flex-direction: column;
    position: relative
}

.features_dopopys .product-feature_dopopys:after {
    content: '';
    position: absolute;
    top: 0px;
    left: 0px;
    height: 100%;
    width: 100%;
    border-radius: 15px;
       background-color: rgb(50 150 217 / 5%);
}

.product-feature_dopopys:nth-of-type(odd) {
}

.product-feature_dopopys:nth-of-type(even) {
}

.features_dopopys .product-feature_dopopys:nth-of-type(odd) {
    margin-left: 15px
}

.features_dopopys .product-feature_dopopys:nth-of-type(even) {
    margin-right: 15px
}



.features_dopopys .product-feature_dopopys img, .features_dopopys .product-feature_dopopys video {
    width: 100%;
    height: auto!important;
        max-height: 700px;
    object-fit: cover;
    margin: 0!important;
    border-radius: 15px 15px 0 0!important
}

.product-feature_dopopys img, .product-feature_dopopys video {
    width: 100%;
    height: auto!important;
    margin: 0!important;
    border-radius: 15px!important
}

.product-feature_dopopys img[src$=".jpg"] {
}

.product-feature_dopopys video {
    border-radius: 15px
}

.product-feature_dopopys .product-feature-name_dopopys {
    font-size: 20px;
    line-height: 24px;
    font-weight: bold;
    margin-top: 15px;
    margin-bottom: 9px;
    display: block;
    padding: 0 19px
}

.product-feature_dopopys .product-feature-text_dopopys {
    font-size: 15px;
    display: block;
    margin-bottom: 18px;
    padding: 0 19px
}


.shipping-info {
    border: 2px dashed #3296d9;
    padding: 10px 15px 10px 15px;
    border-radius: 8px;
    margin-bottom: 25px;
}


.awords p{
    margin: 0px;
        width: 240px;
        margin-left: 10px;
}

.awords{
        display: flex;
    align-items: center;
}

#mm-mobile span{
    font-size: 16px;
    color: #000;
}

#mm-mobile a {
    color: #000;
}
.hpm-button {
    width: calc(20% - 7px);
}

#random-links ul li {
    background: #3296d9;
    padding: 5px;
    border-radius: 8px;
}

#random-links ul li a{
  color: #fff;
}


.product-links-tovar{
    margin-bottom: 30px;
    display: flex;
    flex-wrap: wrap;
        
}

.title_product_links_tovar{
        padding-left: 6px;
    font-size: 16px;
    margin-bottom: 15px;
}

.all_product_links_tovar{
    border: 1px solid #EAEDF7;
        padding: 30px 30px 0px 30px;
            margin-top: 30px;
                border-radius: 8px;
}
.product-links-tovar a{
    background-color: #3296d9;
    color: #fff;
    padding: 10px;
    border-radius: 8px;
        margin: 5px;
}

.video_iframe iframe{
    border-radius: 8px;
    height: 335px;
    margin-top: 10px;
}

.video_iframe img{
     border-radius: 8px;
    height: 335px;
    margin-top: 10px;
}

.table_tovar img{
    width: 100% !important;
}


.d-flex {
    display: -webkit-box !important;
    display: -ms-flexbox !important;
    display: flex !important;
}

.align-items-center {
    -webkit-box-align: center !important;
    -ms-flex-align: center !important;
    align-items: center !important;
}


.ds-module-rating-star {
    background-image: url(/catalog/view/theme/chameleon/image/module-star-icon.svg);
    background-repeat: no-repeat;
    background-size: cover;
        width: 1.2rem;
    height: 1.2rem;
    position: relative;
    margin-right: 4px;
}

.ds-module-rating-star-inner {
    position: absolute;
    top: 0;
    left: 0;
    width: 0;
    height: 100%;
    background-image: url(/catalog/view/theme/chameleon/image/module-star-icon-is.svg);
    background-repeat: no-repeat;
    background-size: cover
}

.ds-module-rating-star+.ds-module-rating-star {
    margin-left: .125rem
}

.ds-module-rating-star-is {
    background-image: url(/catalog/view/theme/chameleon/image/module-star-icon-is.svg)
}

.ds-module-reviews svg {
    margin-right: .125rem
}


.price_hpmmr{
        font-size: 12px;
    text-align: center;
    color: #878787;
}

#random-links{
border: 1px solid #eaedf7;
    padding: 14px;
    border-radius: 8px;
}
#random-links ul {
    list-style-type: none;
    padding: 0;
}

.title_cat_link {
    font-size: 19px;
    margin-bottom: 13px;
}

#random-links ul li {
    margin-bottom: 9px;
}



.read_more_per {
    width: 186px;
    margin: 0 auto;
    border: 0;
    color: #fff;
        background: #00aff5;
    border-radius: 8px;
    padding: 8px;
}
.box-sub-cat{
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}
.feedback_widget_button{
    background-color: #00aff5 !important;
}

.wall-category-box .box-item {
    margin-bottom: 5px;
    padding-top: 5px;
    transition: 0.3s;
}

.wall-category-box .col-lg-3 {
    padding-right: 5px;
    padding-left: 5px;
}

#link_deliv .custom-block-desc{
        color: #3296d9;
    font-weight: bold;
}

.product-gifts .item-gift label:hover > .image-gift,
.product-gifts .item-gift input:checked + .image-gift{
    box-shadow: 0px 0px 0px 3px #3296d9 !important;
}


.wall-category-box .box-item .item-category {
    padding-top: 10px;
    border: none;
    box-shadow: 0 0 20px rgb(0 0 0 / 7%);
    border-radius: 15px;
}

.wall-category-box .wall-cat-image img {
    max-width: 150px;
    width: 80%;
    height: auto !important;
    transition: 0.3s;
}


.kjseries-category-item{
    padding: 1px 1px !important;
}

#tab-description iframe{
    width: 100%;
}

button.kjseries-category-item{
    margin: 0 3px 3px 0 !important;

    display: inline-block;
    text-align: center;
    vertical-align: top;
    cursor: pointer;
    margin: 2px !important;
    padding: 1px !important;
    box-shadow: none !important;
    width: calc(25% - 4px) !important;
    min-width: calc(25% - 4px) !important;
    border-radius: 6px;
}


.kit-cat{
    margin: 0 -2px;
    width: 100%;
    display: flex;
    flex-wrap: nowrap;
    flex-direction: row;
    overflow: hidden;
}

#product .price, #popup-quickview .price{
        font-size: 32px;
}

div.kj-item.currentProduct, .kjseries-category-item.selected, .kj-item-ajax.selected{
    box-shadow: 0 0 15px rgb(21 168 225 / 39%) !important;
    border: 1px solid rgb(16 182 246) !important;
    background-color: #ffffff !important;
}


.kjseries_type_images .kj-item{

        margin: 3px !important;
    cursor: pointer !important;
    position: relative !important;
    border-radius: 10px !important;
    padding: 2px 2px 2px 2px !important;
    border: none !important;
    float: none !important;
    display: block !important;
    background: #fff !important;
    text-align: center !important;
    color: #666 !important;
    box-shadow: 0 0 15px rgb(0 0 0 / 10%) !important;
    border: 1px solid #fff !important;
    width: calc(20% - 6px) !important;
    max-width: 100% !important;
}

.kjseries_type_images {
    display: flex;
    flex-wrap: wrap;
}

.kjseries .price_special span{
    font-size: 11px !important;
}

.wall-category-box .item-category img {
    border-radius: 3px;
}

.wall-category-box .wall-cat-image img {
    color: transparent;
    display: block;
    margin-right: auto;
    margin-left: auto;
    max-width: 100%;
    border: 0;
    padding-top: 5px;
    padding-bottom: 5px;
}

.wall-category-box .wall-cat-name {
    text-align: center;
    height: 40px;
}

.display-table {
    display: table;
    height: 100%;
    width: 100%;
    overflow: hidden;
}

.wall-category-box .wall-cat-name .display-table-cell {
    position: relative;
        font-weight: bold;
}

.display-table-cell {
    display: table-cell;
    height: 100%;
    vertical-align: middle;
    width: 100%;
}

.wall-category-box .wall-cat-name {
    text-align: center;
    height: 40px;
}

span.brand_title {
    font-size: 26px;
    line-height: 1.1;
    font-weight: bold;
    color: #4d7082;
    display: block;
    position: relative;
    bottom: -45px;
    padding: 5px 0;
    width: calc(100% - 30px);
    margin: 0 15px;
    border-bottom: 1px dashed #4d708261;
    margin-top: -30px;
}


.title-module {
    color: #00aff5;
    border-bottom: 1px dashed #00aff5;

}

.container-module.latest {
    background: #f0f7fa;
        margin: 10px 0px 10px;
    border-radius: 20px;
    padding: 20px;
}

.z_cum_tov_kup .container-module.latest {
  
}

.my-opc-block {
        display: grid;
}
.opc_block_cart {
    order: 1;
}

.opc_block_customer {
    order: 4;
}

.z_cum_tov_kup {
    order: 2;
}

.my-opc-block .social_auto {
    order: 8;
}

.my-opc-block .my-soc-block {
    order: 3;
    margin-bottom: 32px !important;
}

.my-opc-block .col-xs-12.col-sm-12.col-md-12.two-column {
    order: 4;
}

.opc_block_shipping_address {
    order: 5;
}

.opc_block_comment {
    order: 6;
}

.z_cum_tov_kup .container-module{
    display: grid;
}

.container-module.product_viewed {
    background: #f0f7fa;
        margin: 10px 0px 10px;
    border-radius: 20px;
    padding: 20px;
}


.container-module.categorywall-0{
	 margin: 10px 0px 10px;
    border-radius: 20px;

}

.container-module.articles-mod{
	   background: #f0f7fa;
	 margin: 10px 0px 10px;
    border-radius: 20px;
    padding: 20px;
}



.container-module .title-module span {
    color: #00aff5;
    font-size: 26px;
    line-height: 1.1;
    font-weight: bold;
    padding: 0 0px 0px 0px;
}

.swiper-mod-arrow.next-prod{
	right: 7px;
}


.html_text {
	margin-top: 40px;
	padding: 0 20px;

}

.text-info-pm{
        border: 2px dashed #3296d9 !important;
}


footer .two-c-pc{
    column-count: 1;
}

.btn_reward {
    border: 0px;
    background-color: #fff;
}

.title_price_one h2 {
    margin-top: 20px;
    margin-bottom: 10px;
}

.table_price_two {
    width: 100%;
    margin-top: 35px;
}


.table_price_two tr {
    border-bottom: 1px solid #d5d5d5;
}

.table_price_two td {
    padding: 10px 5px;
}



@media (min-width: 1200px) {
    .wall-category-box .col-lg-3 {
        width: 16.666666%;
    }

}

@media (min-width: 992px) {
       .image-additional {
        max-width: 90px;
        align-self: start;
    }
        .thumbnails {
        flex-direction: row-reverse;
        display: -webkit-box;
        display: -moz-box;
        display: -ms-flexbox;
        display: -webkit-flex;
        display: flex;
        justify-content: start;
        align-items: start;
    }

}


@media (max-width: 991px) {
   #popup-quickorder .text-left.name a {
        font-size: 13px !important;
    }

    .mySwiper .swiper-slide{
        margin-right: 0px;
        margin-left: 0px;
        width: 100% !important;
        height: auto;
    left: 0px;
    margin-top: 10px;
    }

        #popup-quickorder .text-left.price {
        width: 55px;
        padding: 3px;
        font-size: 13px;
        line-height: 1.1;
        text-align: center;
        color: #444;
        font-weight: normal;
    }


    #popup-quickorder .table-striped > tbody > tr > td:nth-child(3) {
    width: 90px;
    font-size: 12px;
}

#popup-quickorder .table.products > tbody > tr > td {
    line-height: 20px;
    height: 60px;
    padding-top: 10px;
    padding-bottom: 10px;
}
}



@media (min-width: 768px) {
    .modal-dialog {
        width: 800px;
        margin: 30px auto;
    }


}





@media (max-width: 992px) {
    .wall-category-box {
        padding: 15px 10px;
    }

    .my-breadcrumb-prod{
                margin-top: 60px;
    }



    .thumbnails {
        background: #fff none repeat scroll 0 0;
        margin-bottom: 10px !important;
        position: relative;
        flex-direction: row-reverse;
        display: -webkit-box;
        display: -moz-box;
        display: -ms-flexbox;
        display: -webkit-flex;
        display: flex !important;
        justify-content: start;
        align-items: start;
    }

    .thumbnails .general-image {
        width: calc(100% - 50px) !important;
        padding-left: 5px !important;
        margin-bottom: 5px;
    }

    .image-additional {
        padding: 0px 0px !important;
        max-width: 55px !important;
    }
.slick-vertical .slick-slide {
        display:block;
        height: auto;
        width: 45px!important;
    }

    .image-additional .slick-slide {
        margin-left: 10px;
    }

    .thumbnails .image-additional .btn-slick-prev-h, .thumbnails .image-additional .btn-slick-next-h {
        display: none !important;
    }

    #button-ukrcredits {
        font-size: 14px;
        margin-top: 0;
    }



.awords {
    display: flex;
    align-items: center;
    flex-direction: column;
}

.awords p{
    text-align: center;
    margin-left: 0px;
}
        .wall-category-box .box-item {
        width: 33.3333%;
        opacity: 1;
    }

        .wall-category-box .box-item .item-category {
        border: none;
        padding: 2px;
    }

        .wall-category-box .wall-cat-image img {
        width: 80%;
    }

        .wall-category-box .wall-cat-name {
       height: 32px;
        padding: 2px 2px;
        margin-bottom: 0;
        font-size: 13px;
        line-height: 13px;
        color: #242222;
        word-wrap: break-word;
        word-break: break-word;
        font-weight: bold;
    }

    .item-category .wall-cat-name a, .imgcategory .product-thumb .wall-cat-name a{
        color: #646464;
    }

     .wall-category-box .item-category{
            margin-bottom: 0px;
     }

        .wall-category-box .display-table-cell {
        font-size: 13px;
    }

    .links_mob{
    display: block;
}

.pos_one_two {
    display: flex;
    flex-direction: column;
}

.order_pos_two{
        order: 1;
    display: block;
}

.order_pos_one {
    order: 2;
    display: block;
}


}
@media (max-width: 767px) {
      .ocf-btn-mobile-static {
        display: block !important;
        text-align: right;
        margin-bottom: 0px !important;
        border-bottom: 0px solid #eee !important;
        padding-bottom: 0px !important;
                padding-top: 3px;
    }
    .count_cat{
display: none;
    }

     .subcategory{

    }

    .subcategory img{
        width: 90px;
    }
    .subcategory .sc-image{
            margin-bottom: 5px;
    }
}
@media (max-width: 768px) {
    .price_hpmmr {
       font-size: 9px;
    }

  
#product.row-flex{
        margin-bottom: 0px;
}

.shipping-info{
    margin-bottom: 20px;
}

.price-action-group{
    padding-bottom: 0px;
    margin-bottom: 12px;
}

    .box-sub-cat {
        flex-wrap: wrap;
        padding: 12px 8px 4px 8px;
    }

    .box-sub-cat .item-subc {
        flex: auto;
        max-width: 33.3333%;
        width: 33.3333%;
        margin-bottom: 8px;
        padding-right: 4px;
        padding-left: 4px;
    }

    .subcategory .sc-name {
        padding: 0 2px !important;
        line-height: 14px;
        font-size: 12px;
    }

        .features_dopopys .product-feature_dopopys {
        border-radius: 15px;
        width: calc(1* 100% - 20px);
        margin: 10px;
        display: block;
    }

@media (max-width: 530px) {
    .container-module .title-module span {
       font-size: 18px;
    }
}

    @media (max-width: 400px) {
    .container-module .title-module span {
       font-size: 15px;
    }

    .reward_cat_item {
    font-size: 10px;
    font-weight: 400;
    justify-content: left;
}
}
