.thumbnail-swiper .swiper-slide:has(.swiper-lazy-preloader) {
    background: #fff;
    border: none;
}
.homecategoryproducts_wrap {
    position: relative;
}
.homecategoryproducts_wrap .swiper-button-prev,
.homecategoryproducts_wrap .swiper-button-next {
    --swiper-theme-color: var(--light-text-color);
    font-size: 30px;
    top: 6px;
    margin-top: 0;
}
.homecategoryproducts_wrap .swiper-button-prev:after,
.homecategoryproducts_wrap .swiper-button-next:after {
    display: none;
}
.home-product-swiper {
    margin-top: -60px;
}
.home-product-swiper.loading {
    pointer-events: none;
}
.home-product-swiper.loading .swiper-wrapper {
    display: grid;
    grid-template-columns: repeat(5, calc(20% - 24px));
    grid-auto-flow: column;
    gap: var(--gap-xl);
    overflow: hidden;
}
.home-product-swiper.loading .skeleton-card {
    display: flex;
}
.home-product-swiper.loading .product-container {
    display: none;
}
.home-product-swiper .swiper-button-prev {
    left: auto;
    right: 30px;
}
.home-product-swiper .swiper-button-next {
    left: auto;
    right: 0;
}
.home-product-swiper .swiper-wrapper {
    padding-top: 60px;
}

@media (max-width:1920px) { /* Display <= 1920px */
    .home-product-swiper.loading .swiper-wrapper {
        grid-template-columns: repeat(4, calc(25% - 23px));
    }
}

@media (min-width:1601px) {  /* Display > 1601px */
    .product_list {
        grid-template-columns: repeat(5, minmax(0, 1fr));
    }
}

@media (max-width:1600px) { /* Display <= 1600px */
    .product_list {
        grid-template-columns: repeat(4, minmax(0, 1fr));
    }
}

@media (max-width:1520px) { /* Display <= 1520px */
    .home-product-swiper.loading .swiper-wrapper {
        grid-template-columns: repeat(3, calc(33.333% - 10px));
    }
    .home-product-swiper.loading .swiper-wrapper {
        gap: 15px;
    }
}

@media (max-width:1280px) { /* Display <= 1280px */
    .product_list {
        grid-template-columns: repeat(3, minmax(0, 1fr));
    }
}

@media (max-width:1100px) { /* Display <= 1100px */
    .product_list {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }
    .home-product-swiper.loading .swiper-wrapper {
        grid-template-columns: repeat(2, calc(50% - 7.5px));
    }
}

@media (max-width:560px) { /* Display <= 560px */
    .product_list {
        grid-template-columns: repeat(1, minmax(0, 1fr));
    }
    .home-product-swiper.loading .swiper-wrapper {
        grid-template-columns: repeat(1, 100%);
    }
}

.product_list {
    position: relative;
    width: 100%;
    padding: 0;
    margin: 0;
}

.product_list .product-name {
    display: inline-block;
    width: 100%;
    overflow: hidden
}

.product_list .availability span {
    display: inline-block;
    color: #fff;
    font-weight: 700;
    padding: 3px 8px 4px;
    margin-bottom: 20px
}

.product_list .color-list-container {
    margin-bottom: 12px
}

.product_list .color-list-container ul li {
    display: inline-block;
    border: 1px solid #d6d4d4;
    width: 26px;
    height: 26px
}

.product_list .color-list-container ul li a {
    display: block;
    width: 22px;
    height: 22px;
    margin: 1px
}

.product_list .color-list-container ul li a img {
    display: block;
    width: 22px;
    height: 22px
}

.product_list .product-image-container {
    position: relative;
    min-height: 180px;
    padding: 15px;
    text-align: center;
    overflow: hidden;
}

.product_list .product-image-container img {
    margin: 0 auto;
    max-height: 240px;
    transition: transform 0.25s;
}

.product_list .product-image-container .quick-view-wrapper-mobile,
.product_list .product-image-container .quick-view-wrapper-mobile .quick-view-mobile {
    display: none
}

.product_list .product-name {
    display: -webkit-box;
    overflow: hidden;
    text-overflow: ellipsis;
    line-clamp: 3;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;

    width: 100%;
    line-height: 22px;
    font-weight: 500;
    font-size: 16px;
    font-family: var(--base-font-family);
    text-align: left;
    white-space: normal;
    color: #2d3b51;
    text-decoration: none;
}

span.diskunt {
    display: none;
}

@media (max-width:1199px) {
    .product_list .product-image-container .quick-view-wrapper-mobile .quick-view-mobile,
    .product_list .product-image-container .quick-views {
        display: none;
        position: relative;
        background-color: rgba(208, 208, 211, .57);
        height: 130px;
        width: 85px;
        top: 80px;
        right: -162px;
        -webkit-transform: rotate(45deg);
        -ms-transform: rotate(45deg);
        transform: rotate(45deg);
        zoom: 1;
        pointer-events: all
    }
    .product_list .product-image-container .quick-view-wrapper-mobile .quick-view-mobile i {
        position: relative;
        top: 48px;
        left: -20px;
        font-size: x-large;
        color: #000
    }
    .product_list .product-image-container .quick-view-wrapper-mobile .quick-view-mobile i:before {
        -webkit-transform: rotate(315deg);
        -ms-transform: rotate(315deg);
        transform: rotate(315deg)
    }
    .product_list .product-image-container .quick-view-wrapper-mobile .quick-view-mobile:hover {
        background-color: rgba(167, 167, 167, .57)
    }
    .product_list .product-image-container .quick-view-wrapper-mobile {
        display: block;
        background-color: transparent;
        height: 155px;
        width: 215px;
        position: absolute;
        overflow: hidden;
        pointer-events: none;
        bottom: 0;
        right: 0
    }
    .product_list .product-image-container .quick-view {
        display: none
    }
}

.product_list .product-image-container .quick-view,
.product_list .product-image-container .quick-views {
    font: 700 13px/16px Arial, Helvetica, sans-serif;
    color: #006eb0;
    position: absolute;
    left: 50%;
    top: 50%;
    margin: -21px 0 0 -53px;
    padding: 6px 0 0;
    background: rgba(255, 255, 255, .82);
    width: 107px;
    height: 43px;
    text-align: center;
    -webkit-box-shadow: rgba(0, 0, 0, .16) 0 2px 8px;
    box-shadow: rgba(0, 0, 0, .16) 0 2px 8px;
}

.product_list .product-image-container .quick-views {
    font: 700 13px/16px Arial, Helvetica, sans-serif;
    color: #006eb0;
    position: absolute;
    left: 50%;
    top: 73%;
    margin: -21px 0 0 -53px;
    padding: 6px 0 0;
    background: rgba(255, 255, 255, .82);
    width: 107px;
    height: 28px;
    text-align: center;
    -webkit-box-shadow: rgba(0, 0, 0, .16) 0 2px 8px;
    box-shadow: rgba(0, 0, 0, .16) 0 2px 8px;
}

@media (min-width:1200px) {
    .product_list .product-image-container .quick-view,
    .product_list .product-image-container .quick-views {
        display: none
    }
}

@media (max-width:767px) {
    .product_list .product-image-container .quick-view,
    .product_list .product-image-container .quick-views {
        display: none !important
    }
}

.product_list .comments_note {
    overflow: hidden
}

.product_list .comments_note .star_content {
    display: inline-block
}

.product_list .comments_note .nb-comments {
    overflow: hidden;
    font-style: italic
}

.product_list .functional-buttons div a,
.product_list .functional-buttons div label {
    font-weight: 700;
    color: #777676;
    cursor: pointer
}

.product_list .functional-buttons div a:hover,
.product_list .functional-buttons div label:hover {
    color: #000
}

@media (min-width:992px) and (max-width:1199px) {
    .product_list .functional-buttons div.wishlist {
        border-right: 0
    }
    .product_list .functional-buttons div.wishlist a:before {
        display: none
    }
}

@media (min-width:480px) and (max-width:767px) {
    .product_list .functional-buttons div.wishlist {
        border-right: 0
    }
    .product_list .functional-buttons div.wishlist a:before {
        display: none
    }
}

.product_list .functional-buttons div.compare a:before {
    content: "\f067";
    display: inline-block;
    font-family: FontAwesome;
    margin-right: 3px
}

@media (min-width:992px) and (max-width:1199px) {
    .product_list .functional-buttons div.compare a:before {
        display: none
    }
}

@media (min-width:480px) and (max-width:767px) {
    .product_list .functional-buttons div.compare a:before {
        display: none
    }
}

.product_list .functional-buttons div.compare a.checked:before {
    content: "\f068"
}
.product_list .left-block .top_icons {
    margin-bottom: 0;
    margin-top: 10px
}
.product_list .left-block .top_icons li a {
    display: block;
    cursor: pointer;
}
.product_list .left-block .top_icons_item {
    margin: 0;
    float: right;
    padding: 0;
}
.left_col_inner .product_list .ajax_block_product {
    padding-bottom: 10px;
    border: none
}

.product_list .swiper-slide {
    height: auto;
    border-radius: var(--rounded-md);
    overflow: hidden;
}
.wishlist .btn-link {
    font-weight: 400;
}
.wishlist .btn-link:hover,
.wishlist .btn-link:focus {
    text-decoration: none;
}

.product_list:not([class*="swiper-wrapper"]) {
    margin: 0;
    display: grid;
    grid-gap: 30px;
}

.product_list .left-block {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: justify;
    -webkit-justify-content: flex-start;
    -ms-flex-pack: justify;
    justify-content: flex-start;
    height: 100%
}

.product_list .left-block .left_block_second {
    display: flex;
    flex-direction: column;
    height: 100%;
    padding-bottom: 15px;
}
.product_list .left-block .left_block_second > * {
    padding: 0 15px;
}

.product_list .left-block .left_block_second > .prices {
    display: flex;
    justify-content: space-between;
    margin-bottom: 10px;
}

.product_list .left-block .left_block_second > .displayProductDeliveryTime {
    flex: 1 0 auto;
}

.product_list span.price.product-price {
    line-height: 18px;
    font-size: 33px;
    width: 100%;
    padding: 0;
    color: rgb(45, 59, 81);
    font-weight: 900;
    font-style: italic;
    text-shadow: 1px 1px #fff, -1px 1px #fff, -1px -1px #fff, 1px -1px #fff, 0 5px 5px #b3b3b3;
}
.product_list .diskunt + span.price.product-price {
    color: var(--warn-color);
}

.product_list .ajax_block_product:hover .product-container {
    z-index: 8;
    position: relative;
    border-color: transparent
}

.product_list .ajax_block_product:hover .product-container .product-image-container .content_price,
.product_list .ajax_block_product:hover .product-container .product-image-container .quick-view,
.product_list .ajax_block_product:hover .product-container .product-image-container .quick-views {
    display: block
}

@media (min-width:1200px) {
    .product_list .ajax_block_product:hover .product-container .button-container,
    .product_list .ajax_block_product:hover .product-container .comments_note,
    .product_list .ajax_block_product:hover .product-container .grid_buttons {
        display: block
    }
}

.product_list .ajax_block_product:hover .show_product {
    background: #000;
    color: #fff
}

.product_list .product-container,
div#productscategory_list .product-container {
    background: #fff;
    position: relative;
    height: 100%;
    border-radius: 6px;
    overflow: hidden;
    -webkit-transition: all ease .1s;
    -o-transition: all ease .1s;
    transition: all ease .1s
}

div#productscategory_list li.product-box.item {
    min-width: 304px;
}

section.page-product-box.blockproductscategory {
    margin-top: 20px;
    padding-top: 25px;
    border-radius: 4px;
}

section.page-product-box.blockproductscategory h3.productscategory_h3.page-product-heading {
    line-height: 20px;
    padding: 14px 20px 17px;
    margin: 0 0 20px;
    position: relative;
    border: 0px solid #d6d4d4;
    border-bottom: none;
    background: no-repeat;
    font-family: var(--base-font-family);
    font-size: 24px;
}

@media (max-width:767px) {
    .product_list .ajax_block_product:hover .product-container {
        -webkit-box-shadow: none;
        box-shadow: none
    }
    .product_list .ajax_block_product:hover .product-container .grid_buttons {
        display: none
    }
    .product_list .ajax_block_product .product-container .product-image-container {
        margin-left: auto;
        margin-right: auto
    }
}

.product_list .ajax_block_product .product-container .product-image-container .content_price {
    position: absolute;
    left: 0;
    bottom: -1px;
    width: 100%;
    background: url(../img/price-container-bg.png);
    padding: 9px 0;
    display: none
}

.product_list .ajax_block_product .product-container .product-image-container .content_price span {
    color: #fff
}

.product_list .ajax_block_product .product-container .product-image-container .content_price span.old-price {
    color: #b1b0b0
}

span.diskunt {
    font-size: 13px;
    line-height: 19px;
    font-style: normal;
    background: #f3e500;
    padding: 0 6px;
    text-align: center;
    border-radius: 4px;
    -ms-flex-item-align: start;
    align-self: flex-start;
    white-space: nowrap;
    text-transform: lowercase;
}

.product_list .ajax_block_product .product-container .product-title {
    margin: 5px 0;
    text-align: left;
    min-height: 67px;
}

.left_col_inner .product_list .ajax_block_product:hover .product-container .button-container,
.left_col_inner .product_list .ajax_block_product:hover .product-container .grid_buttons,
.product_list .ajax_block_product .product-container .product-flags,
.product_list.list .grid_buttons {
    display: none
}

.product_list .product-container .old-price {
    text-decoration: line-through;
    width: auto;
    margin: 0 10px 0 0;
    color: #2d3c51;
    font-size: 12px;
    line-height: 24px;
}

span.price.product-price sup {
    font-size: 45%;
    top: -0.9em;
}

.card__code {
    display: block;
    padding: 0;
    text-align: left;
    white-space: nowrap;
    position: relative;
    z-index: 1;
}
.card__code p {
    margin: 0;
}
.card__code .badge {
    border-radius: 4px;
    padding: 0 5px;
}
.product-image-container .card__code {
    margin: -20px 0 0;
}

.product_code {
    display: inline-block;
}

.product_code_line {
    margin-bottom: 3px!important;
}

.product_code_line .badge {
    margin-left: 5px;
}

.product_mpn {
    display: inline-block;
    text-align: left;
    padding-left:5px;
}

.product_info_label {
   color: #6bb42a;
}

.product_code .badge {
    padding-top: 0;
    background-color: var(--warn-color);
}

.label-wrap {
    display: none;
}

.content_price {
    float: left;
}

.ajax_add_to_cart_button {
    min-width: 44px;
    padding: 12px;
    border: none;
}
@media (max-width: 991px) {
    .ajax_add_to_cart_button {
        padding: 15px;
    }
    .ajax_add_to_cart_button i {
        font-size: 18px;
    }
}

a.buy_btn.ajax_add_to_cart_button.disabled {
    background-color: #eeeeee;
}

a.ask_btn {
    color: #fff;
    float: right;
    line-height: 18px;
    font-weight: 400;
    font-size: 13px;
    font-family: var(--base-font-family);
    padding: 10px;
    position: relative;
    width: 46px;
    z-index: 1;
    border-radius: 4px;
    background-color: #6bb42a;
    height: 46px;
}

span.old-price.product-price {
    height: 24px;
    width: 33px !important;
    display: block;
}

.accessories-swiper .swiper-slide {
    transition: box-shadow .25s ease;
}
.accessories-swiper .swiper-slide:hover,
.product_list .ajax_block_product .product-container:hover {
    z-index: 1;
    border-color: rgb(241, 255, 229);
    box-shadow: 0 0 23px 0 rgb(0 45 72 / 16%);
}
#accessories {
    flex-direction: row;
    padding-left: 0;
    padding-right: 0;
    padding-bottom: 0;
}
.accessories-swiper .swiper-button-prev,
.accessories-swiper .swiper-button-next {
    --swiper-theme-color: var(--light-text-color);
    top: 0;
    font-size: 30px;
    margin-top: 0;
}
.accessories-swiper .swiper-button-prev {
    left: auto;
    right: 50px;
}
.accessories-swiper .swiper-button-next {
    right: 20px;
}
.accessories-swiper .swiper-button-prev:after,
.accessories-swiper .swiper-button-next:after {
    display: none;
}

@media (min-width:480px) and (max-width:991px) {
    .product_list .ajax_block_product.first-item-of-tablet-line {
        clear: left
    }
}

@media (min-width:1200px) {
    #blockpack ul>li.last-line {
        border: none;
        padding-bottom: 0;
        margin-bottom: 0
    }
}

@media (min-width:480px) and (max-width:767px) {
    #blockpack ul>li.first-item-of-tablet-line {
        clear: none
    }
    #blockpack ul>li.first-item-of-mobile-line {
        clear: left
    }
}

.product_list.list {
    background: #fff
}

.product_list.list .list_buttons {
    margin-top: 20px;
    padding-right: 15px
}

.product_list.list .content_price {
    margin-top: 15px
}

.product_list.list .label-wrap {
    top: 0
}

.product_list.list .left-block {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex
}

.product_list.list .left-block .left_block_first {
    -webkit-box-flex: 1;
    -webkit-flex: 1;
    -ms-flex: 1;
    flex: 1;
    position: relative
}

.product_list.list .left-block .left_block_second {
    padding-left: 45px;
    -webkit-box-flex: 3;
    -webkit-flex: 3;
    -ms-flex: 3;
    flex: 3
}

.product_list.list .left-block .left_block_second h5 {
    margin-top: 0;
    margin-bottom: 12px
}

.product_list.list .left-block .top_icons {
    display: inline-block
}

.product_list.list .left-block .top_icons .swiper-slide {
    float: left
}

.product_list.list .swiper-slide {
    width: 100%;
    -webkit-flex-basis: 100%;
    -ms-flex-preferred-size: 100%;
    flex-basis: 100%;
    max-width: 100%
}

.product_list.list .ajax_block_product {
    border-top: none;
    padding-top: 0;
    padding-bottom: 10px
}

.product_list.list .ajax_block_product .product-container {
    -webkit-transition: all ease .3s;
    -o-transition: all ease .3s;
    transition: all ease .3s
}

.product_list.list .ajax_block_product .product-container:hover {
    -webkit-box-shadow: 0 7px 16px rgba(0, 0, 0, .21);
    box-shadow: 0 7px 16px rgba(0, 0, 0, .21)
}

.product_list.list .swiper-slide .product-container {
    padding: 30px 0;
    border-bottom: 1px solid #d6d4d4
}

@media (max-width:479px) {
    .product_list.list .swiper-slide .left-block {
        width: 100%
    }
    .product_list.list .swiper-slide .product-image-container {
        max-width: 290px;
        margin: 0 auto
    }
    .product_list.list .swiper-slide .center-block {
        width: 100%
    }
}

.product_list.list .swiper-slide .product-image-container .content_price {
    display: none!important
}

.product_list.list .swiper-slide .product-flags {
    color: #333;
    margin: -5px 0 10px
}

.product_list.list .swiper-slide .product-flags .discount {
    color: #f13340
}

.product_list.list .swiper-slide .center-block .comments_note {
    margin-bottom: 12px
}

@media (min-width:992px) {
    .product_list.list .swiper-slide .right-block .right-block-content {
        margin: 0;
        border-left: 1px solid #d6d4d4;
        padding-left: 15px;
        padding-bottom: 16px
    }
    .product_list.list .swiper-slide .right-block .right-block-content .button-container .btn {
        float: left;
        clear: both
    }
}

@media (max-width:991px) {
    .product_list.list .swiper-slide .right-block .right-block-content {
        padding-top: 20px
    }
}

@media (max-width:479px) {
    .product_list.list .product_list .right-block .right-block-content {
        padding-top: 5px
    }
}

.product_list.list .swiper-slide .right-block .right-block-content .content_price {
    padding-bottom: 10px
}

@media (max-width:991px) {
    .product_list.list .swiper-slide .right-block .right-block-content .content_price {
        padding-top: 13px;
        padding-bottom: 0
    }
}

.product_list.list .swiper-slide .right-block .right-block-content .content_price .price {
    display: inline-block;
    margin-top: -4px;
    margin-bottom: 14px
}

.product_list.list .swiper-slide .right-block .right-block-content .content_price .price.old-price {
    margin-right: 8px
}

.product_list.list .swiper-slide .right-block .right-block-content .button-container {
    overflow: hidden;
    padding-bottom: 20px
}

@media (max-width:479px) {
    .product_list.list .swiper-slide .right-block .right-block-content .content_price {
        padding-top: 0;
        width: 100%
    }
    .product_list.list .swiper-slide .right-block .right-block-content .button-container {
        width: 100%
    }
}

.product_list.list .swiper-slide .right-block .right-block-content .button-container .btn {
    margin-bottom: 10px
}

@media (min-width:992px) {
    .product_list.list .swiper-slide .right-block .right-block-content .functional-buttons {
        overflow: hidden
    }
}

@media (max-width:991px) {
    .product_list.list .swiper-slide .right-block .right-block-content .functional-buttons {
        clear: both
    }
    .product_list.list .swiper-slide .right-block .right-block-content .functional-buttons>div {
        float: left;
        padding-top: 0!important;
        padding-right: 20px
    }
}

.product_list.list .swiper-slide .right-block .right-block-content .functional-buttons a {
    cursor: pointer
}

.product_list.list .swiper-slide .right-block .right-block-content .functional-buttons .wishlist {
    border: none
}

.product_list.list .swiper-slide .right-block .right-block-content .functional-buttons .compare {
    padding-top: 10px
}

.product_list.list .swiper-slide .right-block .right-block-content .functional-buttons .compare a:before {
    margin-right: 10px
}

@media (max-width:479px) {
    .product_list.list .swiper-slide .right-block .right-block-content .functional-buttons {
        float: none;
        display: inline-block
    }
    .product_list.list .swiper-slide .right-block .right-block-content .functional-buttons a i,
    .product_list.list .swiper-slide .right-block .right-block-content .functional-buttons a:before,
    .product_list.list .swiper-slide .right-block .right-block-content .functional-buttons label i,
    .product_list.list .swiper-slide .right-block .right-block-content .functional-buttons label:before {
        display: none!important
    }
    .product_list.list .swiper-slide {
        text-align: center
    }
}

.left_col_inner .product_list.tab-pane {
    margin-left: 0;
    margin-right: 0
}

.left_col_inner .product_list.tab-pane>li {
    padding-bottom: 10px;
    margin-bottom: 10px
}

@media (min-width:1200px) {
    .product_list.list .swiper-slide:hover .product-image-container .quick-view {
        display: block
    }
    .left_col_inner .product_list.tab-pane .swiper-slide {
        padding-bottom: 85px;
        margin-bottom: 0
    }
    .left_col_inner .product_list.tab-pane .swiper-slide.last-line {
        border: none;
        padding-bottom: 0;
        margin-bottom: 0
    }
}

.left_col_inner .product_list.tab-pane .swiper-slide .availability {
    display: none
}

@media (min-width:480px) and (max-width:767px) {
    .left_col_inner .product_list.tab-pane .swiper-slide.first-item-of-tablet-line {
        clear: none
    }
    .left_col_inner .product_list.tab-pane .swiper-slide.first-item-of-mobile-line {
        clear: left
    }
}

.ie8 .quick-view {
    background: #fff;
    border: 1px solid #d6d4d4
}

.labels {
    position: absolute;
    top: 10px;
    right: 10px;
    z-index: 1;
}
.labels span + span {
    margin-top: -14px;
}

.new-label,
.sale-label {
    font-size: .75em;
    line-height: .75em;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    width: 48px;
    height: 48px;
    text-align: center;
    color: #fff;
    border-radius: 4px;
	margin-bottom: 5px;
    border: 2px solid #fff;
}

.new-label,
.sale-label {
	border-radius: 50%;
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 14px;
    font-weight: 500;
    width: 48px;
    height: 48px;
    line-height: 48px;
    text-transform: lowercase;
    border: 2px solid #fff;
    letter-spacing: -1px;
}

.new-label {
    background-color: #6bb42a;
}

.sale-label {
    background-color: #e6c100;
}

span.hot-label {
    background-color: var(--warn-color);
    border-radius: 50%;
    display: flex;
    justify-content: center;
    align-items: center;
    color: #fff;
    font-size: 14px;
    font-weight: 500;
    width: 48px;
    height: 48px;
    line-height: 48px;
    text-transform: lowercase;
    border: 2px solid #fff;
}
[lang="et-ee"] span.hot-label,
[lang="ru-ru"] .new-label {
    font-size: 12px;
}

@media (max-width:1199px) {
    .functional-buttons {
        display: none
    }
}

@media (max-width:991px) {
    .functional-buttons.grid_buttons {
        position: relative;
        -webkit-box-shadow: none;
        box-shadow: none
    }
}

.functional-buttons .top_icons {
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center
}

.functional-buttons .top_icons li {
    padding-bottom: 0!important
}

.attributes_product {
    margin-top: 4px;
    margin-bottom: 6px;
    color: #333;
    font-size: .875em;
    line-height: 1.0625em
}

.product_list.special_list .top_icons,
.product_list.special_list .top_icons .ajax_block_product .product-container h5 {
    margin-top: 0
}

.attributes_product:last-child {
    margin-bottom: 0;
    margin-top: 0
}

.attributes_product a {
    text-decoration: underline
}

.addToWishlist,
.add_to_compare {
    position: relative;
    display: inline-block
}

.addToWishlist.checked:before,
.add_to_compare.checked:before {
    content: '\f058';
    font-family: FontAwesome;
    font-size: 16px;
    position: absolute;
    top: 0;
    right: 0;
    color: #000;	opacity: 0
}
a.add_to_compare.checked, a.add_to_compare.checked i:before {    color: #6bb42a;}
.custom-block-gradient {
    border: none;
    height: 11px;
    min-height: 0;
    padding: 0;
    position: relative;
    top: -10px;
    background: -webkit-linear-gradient(bottom, #fff, rgba(255, 255, 255, .2));
    background: -webkit-gradient(linear, left bottom, left top, from(white), to(rgba(255, 255, 255, .2)));
    background: -o-linear-gradient(bottom, #fff, rgba(255, 255, 255, .2));
    background: linear-gradient(to top, #fff, rgba(255, 255, 255, .2))
}

#moreProducts,
.product_list.special_list .top_icons li {
    background: 0 0
}

#moreProducts {
    color: #009fff;
    font-size: 1.5em;
    font-weight: 700;
    border: none
}

#moreProducts i {
    color: #8e3095;
    font-size: 2.625em;
    font-weight: 400;
    margin-left: 25px
}

#product_list.list+.content_sortPagiBar.bottom {
    border-top: none;
    padding-top: 0;
    margin-bottom: 30px
}

.product_list.special_list {
    margin-left: 0;
    margin-right: 0
}

.product_list.special_list .left-block {
    flex-wrap: nowrap;
    flex-direction: row
}

.product_list.special_list .ajax_block_product {
    padding-top: 10px
}

.product_list.special_list .ajax_block_product:hover img {
    transform: none
}

.product_list.special_list .ajax_block_product .product-container {
    padding-bottom: 0
}

.product_list.special_list .ajax_block_product .product-container .comments_note,
.product_list.special_list .ajax_block_product .product-container .content_price,
.product_list.special_list .ajax_block_product .product-container .top_icons,
.product_list.special_list .ajax_block_product .product-container h5 {
    padding: 0 5px
}

.product_list.special_list .top_icons.row {
    flex-wrap: nowrap
}

.product_list.special_list .top_icons li a {
    text-align: left
}

.product_list.special_list .top_icons li i {
    color: #009fff
}

.product_list.special_list .top_icons li:first-child i {
    color: #8e3095
}

.product_list.special_list .addToWishlist.checked:before,
.product_list.special_list .add_to_compare.checked:before {
    left: 20px
}

.product_list.list .swiper-slide:last-child .product-container {
    border-bottom: none
}

ul#blockspecials_left li.col-md-3 {
    max-width: unset;
    flex-basis: unset
}

div#layered_block_left {
    margin-bottom: 20px
}

.features {
    margin-top: 13px;
    line-height: 1.4;
    font-size: 14px;
}

.features div {
    font-size: smaller;
    color: #6bb42a;
    text-align: left;
    text-overflow: ellipsis;
    white-space: nowrap !important;
    overflow: hidden;
}

.features div span {
    color: #2d3b51;
    font-weight: bold;
}

.product-desc {
    display: -webkit-box;
    overflow: hidden;
    text-overflow: ellipsis;
    line-clamp: 3;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;

    text-align: left;
    font-size: smaller;
    font-weight: 500;
    color: #2d3b51;
    margin: 10px 0 0;
}

ul.top_icons.row.text-center.row_margin.obut {
    position: relative;
    height: 40px;
	margin: 0 15px;
    margin-top: 10px;
    align-items: center;
}


.addinfo span.avail-for-order {
    display: inline-block;
    vertical-align: middle;
    text-align: center;
}

section#viewed-products_block_left .addinfo span.avail-for-order,section.page-product-box.margin_top_30 .addinfo span.avail-for-order {
    width: 49%;
}

.addinfo span.avail-for-order span {
    border-radius: 4px;
    background: none;
    border: 1px solid #6bb42a;
    display: block;
    font-size: 12px;
    font-weight: 700;
    color: #6bb42a;
    padding: 2px 5px;
}

.addinfo span.avail-for-order span.backorder {
    border: 1px solid #2D3B51;
    color: #2D3B51;
    opacity: 70%;
}

.addinfo span.infoship {
    display: inline-block;
    vertical-align: middle;
    font-size: 11px;
    color: rgb(107, 180, 42);
    line-height: 15px;
    letter-spacing: 0;
    text-align: right;
    padding-left: 10px;
}
section#viewed-products_block_left .addinfo span.infoship,
section.page-product-box.margin_top_30 .addinfo span.infoship {
    width: 49%;
}
.product-container:hover ul.top_icons.row.text-center.row_margin.obut a i {
    color: #6bb42a;
    font-weight: 700;
    -webkit-transition: color .25s ease-in-out;
    -moz-transition:    color .25s ease-in-out;
    -o-transition:      color .25s ease-in-out;
    -ms-transition:     color .25s ease-in-out;
    transition:         color .25s ease-in-out;
}
.product-container:hover .product_img_link img {
    transform: scale(1.1);
}
.product-container:hover a.product-name {
    color: #6bb42a;
    transition-duration: 0.1s;
}
ul.top_icons.row.text-center.row_margin.obut a,
ul.top_icons.row.text-center.row_margin.obut a i{
    color: #ccc;
}
ul.top_icons.row.text-center.row_margin.obut .fa-thin.fa-arrows-retweet:before {
    font-size: 16px;
    display: inline-block;
    margin-right: 4px;
    line-height: 35px;
}

ul.top_icons.row.text-center.row_margin.obut li.top_icons_item.col-xs.no_padding {
    right: 0;
    background: none;
}

ul.top_icons.row.text-center.row_margin.obut li {
    position: absolute;
}

li.wishlist .popover-content table {
    margin: 0;
}

li.wishlist .popover-content table td {
    white-space: nowrap;
    padding: 5px 0;
    cursor: pointer;
}

ul.top_icons.row.text-center.row_margin.obut li.wishlist.col-xs.no_padding {
    background: none;
    left: 0;
}

ul.top_icons.row.text-center.row_margin.obut .fa-thin.fa-heart:before {
    font-size: 16px;
    display: inline-block;
    line-height: 35px;
}
@media (min-width: 1200px) and (max-width: 1500px) {
    li.col-xs  a span:not(.material-icons){
        display: none;
    }
}
@media (min-width: 991px) and (max-width: 1500px) {
    body#search li.col-xs-12 ul.top_icons li a span:not(.material-icons){
        display: none;
    }
}

@media (min-width: 991px) and (max-width: 1210px){
    body#search li:not(.col-xs-12) .addinfo span.avail-for-order,
    body#search li:not(.col-xs-12) .addinfo span.infoship,
    body#search li.col-lg-3 .addinfo span.avail-for-order,
    body#search li.col-lg-3 .addinfo span.infoship {
        width: 100%;
        text-align: center;
        min-height: 45px;
    }
}

.product_list.special_list .ajax_block_product .product-container .content_price {
    padding-bottom: 9px;
}
