﻿
.c-general-location__bar {
    background-color: #929292;
    color: #fff;
    padding: 8px 12px 8px 40px;
    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;
    position: relative;
    width: 100%;
    font-size: 12px;
    font-size: .857rem;
    line-height: 1.833;
    font-weight: 700;
    cursor: pointer
}

    .c-general-location__bar:after {
        content: "\F0B5\00FE0E";
        position: absolute;
        left: 12px;
        font-size: 15px;
        top: 50%;
        font-weight: 700;
        -webkit-transform: translateY(-50%);
        -ms-transform: translateY(-50%);
        transform: translateY(-50%)
    }

.c-general-location__bar-icon {
    margin-left: 8px;
    position: relative;
    -webkit-flex-shrink: 0;
    -ms-flex-negative: 0;
    flex-shrink: 0
}

    .c-general-location__bar-icon:before {
        content: "\F110\00FE0E";
        font-size: 25px;
        color: #fff;
        vertical-align: middle
    }

.c-general-location__bar-icon--has-notif:after {
    content: "";
    position: absolute;
    width: 10px;
    height: 10px;
    -webkit-border-radius: 50%;
    border-radius: 50%;
    background-color: #ffc74a;
    border: 2px solid #929292;
    top: 0;
    right: 0
}

.c-general-location__bar-text {
    -webkit-box-flex: 1;
    -webkit-flex-grow: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
    overflow: hidden;
    white-space: nowrap;
    -o-text-overflow: ellipsis;
    text-overflow: ellipsis
}

.c-general-location__bar {
    background-color: #929292;
    color: #fff;
    padding: 8px 12px 8px 40px;
    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;
    position: relative;
    width: 100%;
    font-size: 12px;
    font-size: .857rem;
    line-height: 1.833;
    font-weight: 700;
    cursor: pointer
}

    .c-general-location__bar:after {
        content: "\F0B5\00FE0E";
        position: absolute;
        left: 12px;
        font-size: 15px;
        top: 50%;
        font-weight: 700;
        -webkit-transform: translateY(-50%);
        -ms-transform: translateY(-50%);
        transform: translateY(-50%)
    }

.c-general-location__bar-icon {
    margin-left: 8px;
    position: relative;
    -webkit-flex-shrink: 0;
    -ms-flex-negative: 0;
    flex-shrink: 0
}

    .c-general-location__bar-icon:before {
        content: "\F110\00FE0E";
        font-size: 25px;
        color: #fff;
        vertical-align: middle
    }

.c-general-location__bar-icon--has-notif:after {
    content: "";
    position: absolute;
    width: 10px;
    height: 10px;
    -webkit-border-radius: 50%;
    border-radius: 50%;
    background-color: #ffc74a;
    border: 2px solid #929292;
    top: 0;
    right: 0
}

.c-general-location__bar-text {
    -webkit-box-flex: 1;
    -webkit-flex-grow: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
    overflow: hidden;
    white-space: nowrap;
    -o-text-overflow: ellipsis;
    text-overflow: ellipsis
}

.c-general-location__bar-icon--has-notif:after {
    content: "";
    position: absolute;
    width: 10px;
    height: 10px;
    -webkit-border-radius: 50%;
    border-radius: 50%;
    background-color: #ffc74a;
    border: 2px solid #929292;
    top: 0;
    right: 0
}

.o-container {
    padding-left: 8px;
    padding-right: 8px
}

.c-product-item {
    position: relative;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    overflow: hidden;
    width: 100%;
    background-color: #fff
}

.c-product-item, .c-product-item__stock-info {
    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;
 }

.c-product-item__stock-info {
    font-size: 11px;
    font-size: .786rem;
    line-height: 19px;
    margin-top: 4px;
    color: #e34a5d;
    -webkit-align-self: flex-start;
    -ms-flex-item-align: start;
    align-self: flex-start
}

.c-product-item__stock-info--bold {
    font-weight: 700
}

.c-product-item__stock-info:before {
    content: "\F054\00FE0E";
    font-size: 16px;
    color: #ef394e;
    vertical-align: top;
    margin-left: 2px
}

.c-product-item__variant-color {
    width: 8px;
    height: 8px;
    -webkit-border-radius: 50%;
    border-radius: 50%;
    background: #ccc;
    list-style: none;
    margin-left: 3px
}

.c-product-item__box-variant-color {
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-justify-content: space-around;
    -ms-flex-pack: distribute;
    justify-content: space-around
}

.c-product-item--image_title, .c-product-item__box-variant-color {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex
}

.c-product-item--image_title {
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
    padding: 10px 0;
    width: 100%
}

.c-product-item.out-of-stock .c-product-item__img img {
    -webkit-filter: grayscale(1);
    filter: grayscale(1)
}

.c-product-item--yalda:first-of-type .c-badge {
    -webkit-border-top-right-radius: 9px;
    border-top-right-radius: 9px
}

.c-product-item--content {
    margin-left: 10px;
    width: 100%;
    height: 173px;
}

.c-product-item__img {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 140px;
    -ms-flex: 0 0 160px;
    flex: 0 0 160px;
    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-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -webkit-justify-content: flex-start;
    -ms-flex-pack: center;
    justify-content: flex-start;
    margin: 0;
    overflow: hidden;
    padding: 7px 10px;
    max-height: 150px;
    position: relative
}

    .c-product-item__img img:not(.c-product-box__fmcg-symbol) {
        -webkit-box-flex: 0;
        -webkit-flex: 0 0 auto;
        -ms-flex: 0 0 auto;
        flex: 0 0 auto;
        max-width: 100%;
        max-height: 100%;
        margin: auto;
        -o-object-fit: fill;
        object-fit: fill;
        position: relative;
        overflow: hidden
    }

        .c-product-item__img img:not(.c-product-box__fmcg-symbol)[alt]:after {
            position: absolute;
            top: 0;
            left: 50%;
            -webkit-transform: translateX(-50%);
            -ms-transform: translateX(-50%);
            transform: translateX(-50%);
            width: 101%;
            height: 101%;
            font-weight: 300;
            color: transparent;
            text-align: center;
            content: attr(alt);
            min-height: 60px;
            min-width: 128px;
            background-color: #fff;

            -webkit-background-size: cover;
            background-size: cover;
            background-position: 50%;
            background-repeat: no-repeat
        }

.c-product-item__title {
    color: #2a2a2a;
    font-size: 12px;
    font-size: .857rem;
    line-height: 1.75;
    margin-bottom: 3px
}

.c-product-item__title-advertising-badge {
    display: inline-block;
    height: 21px;
    color: #8b572a;
    -webkit-border-radius: 100px;
    border-radius: 100px;
    opacity: 1;
    background-color: rgba(253,216,53,.24);
    padding: 0 10px;
    vertical-align: middle;
    line-height: 21px
}

.c-product-item__data {
    padding: 7px 0;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: end;
    -webkit-align-items: flex-end;
    -ms-flex-align: end;
    align-items: flex-end;
    font-size: 12px;
    font-size: .857rem;
    line-height: 1.833;
    font-weight: 300;
    bottom: 10px;
    color: #424242;
    position: absolute;
    left: 5px;
     width: 53%;
}

.c-product-item__data--margined {
    width: calc(100% - 16px)
}

.c-product-item__data--fake-badge {
    color: #d5901f;
    background-color: #f9a8251c;
    font-size: 11px;
    font-size: .786rem;
    line-height: 2;
    font-weight: 700;
    padding: 0 6px;
    -webkit-border-radius: 5px;
    border-radius: 5px;
    position: absolute
}

.c-product-item__label-special-offer {
    display: none;
    position: absolute;
    right: 0;
    top: 0;
    padding: 6px 10px;
    -webkit-border-radius: 0 0 0 9px;
    border-radius: 0 0 0 9px;
    background-color: #fb3449;
    font-size: 12px;
    font-size: .857rem;
    line-height: 1;
    color: #fff
}

.is-special-offer .c-product-item__label-special-offer {
    display: block
}

li:first-child .c-product-item__label-special-offer {
    -webkit-border-radius: 0 9px 0 9px;
    border-radius: 0 9px 0 9px
}

.c-product-item .c-ui-select {
    padding: 4px 10px;
    margin-left: 10px;
    width: 100%;
    height: 100%;
    border: 1px solid #979797
}

.c-product-item__fast-quantity {
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    width: 60px;
    height: 40px;
    display: none
}

    .c-product-item__fast-quantity:after {
        content: "\F0B2\00FE0E";
        margin-right: -30px;
        pointer-events: none
    }

.c-product-item__fast-button {
    width: 15vw;
    max-width: 60px;
    height: 40px;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    background-color: #00bfd5;
    -webkit-border-radius: 5px;
    border-radius: 5px;
    outline: none;
    border: none;
    background-color: #ef394e
}

    .c-product-item__fast-button:before {
        content: "\F129\00FE0E";
        color: #fff;
        font-size: 14px;
        font-size: 1rem;
        line-height: 1.571
    }

.c-product-item__fast-button--more:before {
    content: "\F117\00FE0E"
}

.c-product-item__data-summary {
    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;
    font-weight: 500;
    position: absolute;
}

.c-product-item__data--plus {
    padding: 0
}

.c-product-item__sellers {
    border-top: 1px solid #e3e3e3;
    padding: 10px 0;
    display: -webkit-inline-box;
    display: -webkit-inline-flex;
    display: -ms-inline-flexbox;
    display: inline-flex;
    width: 100%;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center
}

.c-product-item__seller-title {
    font-size: 12px;
    font-size: .857rem;
    line-height: 1.833;
    color: #515151
}

.c-product-item__seller-warranty {
    font-size: 12px;
    font-size: .857rem;
    line-height: 1.833;
    color: #81858b
}

.c-product-item__seller-details {
    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: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
    position: relative;
    padding-right: 35px;
    padding-left: 10px
}

    .c-product-item__seller-details:before {
        content: "\F13B\00FE0E";
        font-size: 24px;
        font-size: 1.714rem;
        line-height: 1.833;
        position: absolute;
        top: 50%;
        -webkit-transform: translateY(-50%);
        -ms-transform: translateY(-50%);
        transform: translateY(-50%);
        right: 0;
        color: #ababab
    }

.c-product-item__details-link {
    display: -webkit-inline-box;
    display: -webkit-inline-flex;
    display: -ms-inline-flexbox;
    display: inline-flex;
    width: 100%;
    -webkit-box-pack: end;
    -webkit-justify-content: flex-end;
    -ms-flex-pack: end;
    justify-content: flex-end;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    padding: 10px 0;
    border-top: 1px solid #e3e3e3
}

    .c-product-item__details-link a {
        display: block;
        color: #626262;
        text-decoration: none;
        font-size: 13px;
        font-size: .929rem;
        line-height: 1.692;
        padding-left: 15px;
        position: relative
    }

        .c-product-item__details-link a:after {
            content: "\F0B5\00FE0E";
            position: absolute;
            top: 50%;
            -webkit-transform: translateY(-50%);
            -ms-transform: translateY(-50%);
            transform: translateY(-50%);
            left: 0;
            font-size: 10px;
            font-size: .714rem;
            line-height: 2.2
        }

.c-product-item__seller-count {
    padding-left: 15px;
    position: relative;
    font-size: 13px;
    font-size: .929rem;
    line-height: 1.692
}

    .c-product-item__seller-count:after {
        content: "\F0B5\00FE0E";
        position: absolute;
        top: 50%;
        left: 0;
        -webkit-transform: translateY(-50%);
        -ms-transform: translateY(-50%);
        transform: translateY(-50%);
        color: #626262;
        font-size: 10px;
        font-size: .714rem;
        line-height: 2.2
    }

.c-product-item__seller-count-value {
    font-weight: 700
}

.c-product-item__seller-count-text {
    margin-right: 5px
}

.c-product-item__data-details {
    display: none;
    padding: 10px 0;
    border-top: 1px solid #e3e3e3;
    border-bottom: 1px solid #e3e3e3;
    max-width: 100%
}

.c-product-item__title {
    display: block;
    max-height: 70%;
    overflow: hidden;
}

.c-product-item__inline-title {
    display: none;
    padding: 10px 0
}

.c-product-item__close-details {
    position: absolute;
    top: -16px;
    width: 32px;
    height: 32px;
    left: 50%;
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    transform: translateX(-50%);
    -webkit-border-radius: 100%;
    border-radius: 100%;
    background-color: #d0d1d3
}

    .c-product-item__close-details:before {
        content: "\F0D0\00FE0E";
        font-size: 16px;
        font-size: 1.143rem;
        line-height: 1.375;
        position: absolute;
        top: 50%;
        left: 50%;
        -webkit-transform: translate(-50%,-50%);
        -ms-transform: translate(-50%,-50%);
        transform: translate(-50%,-50%);
        color: #424750
    }

.c-product-item.has-more .c-product-item__fast-button {
    display: none
}

.c-product-item.has-more .c-product-item__fast-button--more {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex
}


.c-product-item.in-cart .c-product-item__fast-quantity {
    display: -webkit-inline-box;
    display: -webkit-inline-flex;
    display: -ms-inline-flexbox;
    display: inline-flex
}

.c-product-item .c-product-item__fast-button {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex
}

.c-product-item .c-product-item__close-details, .c-product-item .c-product-item__details-link, .c-product-item .c-product-item__fast-button--more, .c-product-item .c-product-item__seller-count, .c-product-item .c-product-item__sellers {
    display: none
}

.c-product-item.is-detailed {
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-shadow: 0 0 5px 0 rgba(0,0,0,.22);
    box-shadow: 0 0 5px 0 rgba(0,0,0,.22);
    margin: 10px 0;
    overflow: unset
}

    .c-product-item.is-detailed .c-product-item__close-details, .c-product-item.is-detailed .c-product-item__details-link, .c-product-item.is-detailed .c-product-item__seller-count, .c-product-item.is-detailed .c-product-item__sellers {
        display: -webkit-box;
        display: -webkit-flex;
        display: -ms-flexbox;
        display: flex
    }

    .c-product-item.is-detailed .c-product-item__img {
        width: 100%;
        display: -webkit-inline-box;
        display: -webkit-inline-flex;
        display: -ms-inline-flexbox;
        display: inline-flex;
        -webkit-flex-wrap: nowrap;
        -ms-flex-wrap: nowrap;
        flex-wrap: nowrap;
        -webkit-box-flex: 1;
        -webkit-flex: 1 1 100%;
        -ms-flex: 1 1 100%;
        flex: 1 1 100%;
        -webkit-box-orient: horizontal;
        -webkit-box-direction: normal;
        -webkit-flex-direction: row;
        -ms-flex-direction: row;
        flex-direction: row;
        -webkit-box-align: start;
        -webkit-align-items: flex-start;
        -ms-flex-align: start;
        align-items: flex-start;
        padding: 0
    }

        .c-product-item.is-detailed .c-product-item__img img {
            width: 128px;
            padding: 10px
        }

        .c-product-item.is-detailed .c-product-item__img span {
            display: -webkit-box;
            display: -webkit-flex;
            display: -ms-flexbox;
            display: flex;
            -webkit-box-flex: 1;
            -webkit-flex-grow: 1;
            -ms-flex-positive: 1;
            flex-grow: 1
        }

    .c-product-item.is-detailed .c-product-item__data-summary {
        display: none
    }

    .c-product-item.is-detailed .c-product-item__data-details {
        display: block
    }

    .c-product-item.is-detailed .c-product-item__title {
        display: none
    }

    .c-product-item.is-detailed .c-product-item__inline-title {
        display: block
    }

    .c-product-item.is-detailed .c-product-item__content {
        width: 100%;
        padding: 10px
    }

    .c-product-item.is-detailed:not(.in-cart) .c-product-item__fast-button {
        display: -webkit-box;
        display: -webkit-flex;
        display: -ms-flexbox;
        display: flex
    }

    .c-product-item.is-detailed .c-product-item__fast-button--more, .c-product-item.is-detailed:not(.in-cart) .c-product-item__fast-button--more {
        display: none
    }

.c-product-item__quick-title {
    font-size: 12px;
    font-size: .857rem;
    line-height: 1.833;
    text-align: right;
    direction: rtl;
    color: #ababab
}

.c-product-item__quick-row {
    display: -webkit-inline-box;
    display: -webkit-inline-flex;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -webkit-flex-wrap: nowrap;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    overflow: auto;
    max-width: 100%
}

    .c-product-item__quick-row .c-b-filters-color__item, .c-product-item__quick-row .c-b-filters-size__item {
        margin-right: 0;
        margin-left: 10px;
        white-space: nowrap
    }

.c-product-item__fast-shopping-container.is-added .c-product-item__fast-quantity {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex
}

.c-product-item__fast-shopping-container.is-added .js-product-add-to-card {
    display: none
}

.c-product-item__digiplus {
    color: #62666d;
    font-size: 12px;
    font-size: .857rem;
    line-height: 1.833
}

.c-product-item__digiplus-data {
    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
}

    .c-product-item__digiplus-data:before {
        content: "";
        background: url(../files/3854bc8d.svg) no-repeat 50% 50%;
        -webkit-background-size: cover;
        background-size: cover;
        width: 18px;
        height: 18px;
        margin-left: 4px
    }

.c-product-item__engagement-rating {
    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-orient: horizontal;
    -webkit-box-direction: reverse;
    -webkit-flex-direction: row-reverse;
    -ms-flex-direction: row-reverse;
    flex-direction: row-reverse;
    color: #424750;
    font-weight: 700;
    position: relative;
    padding-left: 18px;
    font-size: 12px;
    font-size: .857rem;
    line-height: 21px
}

    .c-product-item__engagement-rating:before {
        content: "\F045\00FE0E";
        margin-right: 4px;
        color: #fac74b;
        font-size: 14px;
        position: absolute;
        left: 0;
        top: 2px
    }

.c-product-item__engagement-rating-num {
    margin-left: 2px;
    color: #a2a2a2;
    font-size: 12px;
    font-size: .857rem;
    line-height: 21px;
    font-weight: 400
}

.c-product-item__status {
    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;
    margin-left: auto;
    color: #62666d;
    font-size: 10px;
    font-size: .714rem;
    line-height: 2.2
}

    .c-product-item__status:before {
        content: "\F073\00FE0E";
        margin-left: 8px;
        color: #0fabc6;
        font-size: 18px
    }

.c-product-item__status--few {
    color: #ef394e
}

    .c-product-item__status--few:before {
        content: unset
    }

.c-product-item__status--recommend:before {
    content: "\F12F\00FE0E";
    font-size: 14px;
    font-size: 1rem;
    line-height: 14px;
    margin-left: 4px;
    color: #ef394e
}

.c-product-item__status--jet:before {
    content: "\F063\00FE0E";
    color: #d8117d
}

.c-product-item__status--fast:before {
    content: "\F061\00FE0E";
    color: #6bb927
}

.c-listing {
     -webkit-box-shadow: 0 2px 4px 0 rgba(0,0,0,.09);
    box-shadow: 0 2px 4px 0 rgba(0,0,0,.09)
}

.c-listing__list {
    padding: 0;
    list-style: none;
    margin-bottom: 30px;
    background-color: #fff;
    display: table;
    width: 100%;
}

    .c-listing__list li {
        border-bottom: 1px solid #e3e3e3;
        margin-bottom: 0px;
        border-left: 1px solid #e3e3e3;
        min-height: 220px;
    }

        .c-listing__list li:first-child .c-product-item {
            -webkit-border-radius: 9px 9px 0 0;
            border-radius: 9px 9px 0 0
        }

        .c-listing__list li:last-child .c-product-item {
            -webkit-border-radius: 0 0 9px 9px;
            border-radius: 0 0 9px 9px
        }

        .c-listing__list li.is-detailed, .c-listing__list li:first-child {
            border-top: none
        }


.c-product-item__fast-button {
    width: 15vw;
    max-width: 40px;
    height: 40px;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    background-color: #00bfd5;
    -webkit-border-radius: 5px;
    border-radius: 5px;
    outline: none;
    border: none;
    background-color: #d670ac
}

    .c-product-item__fast-button:before {
        content: "+";
        color: #fff;
        font-size: 14px;
        font-size: 1rem;
        line-height: 1.571
    }

.c-product-item__fast-button--more:before {
    content: "\F117\00FE0E"
}

.c-price__value--plp {
    color: #2980bb;
    font-size: 16px;
    font-size: 1.043rem;
    line-height: 1.375;
    font-weight: 700;
    letter-spacing: normal;
    width: 100%;
    text-align: left;
}


.c-price del {
    color: #ababab;
    text-decoration: line-through;
    font-size: 13px;
    font-size: .929rem;
    line-height: 1.692;
    width: 100%;
    display: block
}

.c-price__discount {
    font-size: 12px;
    font-size: .857rem;
    line-height: 1.833;
    display: inline;
    padding: 1px 5px 0;
    margin-right: 5px;
    -webkit-border-radius: 20px;
    border-radius: 20px;
    background-color: #35bb9b;
    color: #fff;
    font-weight: 500;
    text-align: center;
    width: 100%;
    min-width: 35px
}

.c-price__discount-osm {
    background-color: #f0fafc;
    -webkit-border-radius: 9px;
    border-radius: 9px;
    color: #26c0d5;
    text-align: right;
    font-weight: 700;
    padding: 10px 20px
}

.c-badge {
    margin-top: 6px;
    width: calc(100% - 20px);
    height: 20px;
    top: 0;
    right: 0;
    border-bottom: 1px solid;
    z-index: 2;
    vertical-align: middle;
    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: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: center
}

    .c-badge:before {
        right: 8px;
        font-size: 15px;
        font-size: 1.071rem;
        line-height: 1.467
    }

    .c-badge:after, .c-badge:before {
        color: #fff;
        vertical-align: middle
    }

    .c-badge:after, .c-badge__text {
        white-space: nowrap;
        font-size: 11px;
        font-size: .786rem;
        line-height: 21px;
        font-weight: 500
    }

.c-badge__text, .c-product-item--yalda .c-badge:after, .c-product-item--yalda .c-badge:before {
    color: #fb3449
}

.c-badge--recommendation {
    border-bottom-color: #fb3449;
    color: #fb3449;
    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;
    font-size: 11px;
    font-size: .786rem;
    line-height: 2;
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    padding: 4px;
    font-weight: 700
}

    .c-badge--recommendation:before {
        content: "\F12F\00FE0E";
        font-size: 16px;
        font-size: 1.143rem;
        line-height: 16px;
        margin-left: 4px;
        color: #fb3449
    }

.c-badge--badge-area {
    height: 13px
}

.c-badge--incredible {
    border-bottom-color: #fb3449;
    color: #fb3449;
    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: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between
}

.c-badge--special-sale {
    color: #eb563f;
    border-bottom-color: #eb563f;
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
}

    .c-badge--special-sale:after {
        content: attr(data-title);
        color: #fb3449
    }

.c-product-item--yalda .c-badge--special-sale {
    background-color: #fff;
    border: 1px solid #fb3449
}


.c-breadcrumb__container {
    height: 45px
}


.c-btn-filter {
    -webkit-border-radius: 4px;
    border-radius: 4px;
    background-color: #e0e0e0;
    color: #424242;
    font-size: 12px;
    font-size: .857rem;
    line-height: 1.833;
    padding: 5px 11px;
    margin-left: 5px
}

.c-btn-filter--advanced {
    padding-left: 35px
}

    .c-btn-filter--advanced:before {
        content: "+";
        position: absolute;
        left: 10px;
        top: 7px;
        font-size: 17px
    }

.c-btn-filter--direction {
    padding-left: 35px
}

    .c-btn-filter--direction:before {
        content: "\F0DC\00FE0E";
        position: absolute;
        left: 9px;
        top: 7px;
        font-size: 17px
    }


.c-header__filters {
    padding: 8px 0;
    border-top: 1px solid #e5e5ea
}

    .c-header__filters:after {
        content: "" !important;
        display: block !important;
        clear: both !important
    }

    .c-header__filters .c-btn-filter {
        float: right
    }

        .c-header__filters .c-btn-filter + .c-btn-filer {
            margin-right: 12px
        }

.t-search .c-header__filters {
    display: block
}

.c-btn-filter--advanced {
    padding-left: 35px
}

    .c-btn-filter--advanced:before {
        content: "\F0AF\00FE0E";
        position: absolute;
        left: 10px;
        top: 7px;
        font-size: 17px
    }

.right-left {
    text-align: right;
}
.dirleft-right {
    direction: ltr;
    font-family: calibri;
}
.dirright-left{
    direction: rtl;

}

.left-right {
    text-align: left;
}

.product-url-title {
    line-height: 1px;
    color: #3b383a;
    font-weight: 700;
}
.c-product-item__title a:hover {
    color: var(--main-color);
} 
.c-product-item__title a:link {
    text-decoration: none !important;
}
.c-product-item__data-publisher {
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    font-weight: 500;
    position: absolute;
    bottom: 25px;
    right: 16px;
    overflow: hidden;
    right: 16px;
    text-overflow: ellipsis;
    text-overflow: ellipsis;
    max-width: 40%;
    max-height: 24px;
    white-space: nowrap;
    font-weight: 700;
}

.c-product-item__data-edition {
    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;
    font-weight: 500;
    position: absolute;
    bottom: 5px;
    right: 16px;
}


.c-product__nav-container {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between
}

    .c-product__nav-container nav {
        overflow: hidden
    }

.c-product__nav-container-alignment {
    margin-bottom: 0
}

    .c-product__nav-container-alignment, .c-product__nav-container-alignment ul, .c-product__nav-container-alignment ul li {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center
    }
     
.o-page .c-breadcrumb {
    margin-top: 0;
    margin-bottom: 8px
}

.c-breadcrumb {
    font-size: 10px;
    font-size: 1.014rem;
    line-height: 2.2;
    max-width: 100%;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    list-style: none
}

.c-breadcrumb__in-main {
    margin-top: 12px
}

.c-breadcrumb li {
    display: inline-block
}

    .c-breadcrumb li:before {
        content: "\F0B5\00FE0E";
        color: #cfcfcf;
        font-size: 15px;
        vertical-align: super;
        margin-left: 1px;
        padding-right: 5px;
        font-weight: 400 !important;
    }

    .c-breadcrumb li:first-child:before {
        content: "";
        padding: 0;
        display: none
    }

    .c-breadcrumb li a {
        color: #6a6a6a
    }

    .c-breadcrumb li:not(:last-child):hover, .c-breadcrumb li:not(:last-child):hover * {
        color:#06abc1
    }

    .c-breadcrumb li:last-child {
        display: none;
        font-size: 12px;
        font-size: .857rem;
        line-height: 1.833;
        font-weight: 700;
        color: #6a6a6a
    }

        .c-breadcrumb li:last-child:before {
            content: unset
        }

.c-product-page .c-breadcrumb li:last-child {
    font-weight: 300
}
.c-product__info {
    -webkit-box-flex: 2;
    -ms-flex: 2;
    flex: 2;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column
}

    .c-product__info .c-stars {
        width: -webkit-fit-content;
        width: -moz-fit-content;
        width: fit-content
    }

    .c-product__info .c-stars, .c-product__info .c-stars__selected {
        -webkit-box-pack: end;
        -ms-flex-pack: end;
        justify-content: flex-end
    }

    .c-product__info .c-stars__selected {
        right: 0;
        left: unset
    }
    
.c-product__info-box-row {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    padding: 13px 16px;
    position: relative
}

    .c-product__info-box-row + .c-product__info-box-row:before {
        content: "";
        width: calc(100% - 32px);
        right: 16px;
        height: 1px;
        top: 0;
        background-color: #e4e4e4;
        position: absolute
    }

.c-product__info-box-image {
    width: 36px;
    height: 36px;
    margin-left: 16px;
    border-radius: 5px;
    background: #fff
}

    .c-product__info-box-image img {
        border-radius: 5px;
        width: 100%;
        height: 100%;
        -o-object-fit: cover;
        object-fit: cover
    }

.c-product__info-box-title {
    font-size: 12px;
    font-size: .857rem;
    line-height: 1.833;
    color: #979797
}

.c-product__info-box-desc {
    font-size: 12px;
    font-size: .857rem;
    line-height: 1.833;
    color: #4a4a4a
}

.c-product__gallery, .p-l-md {
    padding-left: 1rem
}

.c-product__gallery {
    border-left: 1px solid #f4f4f4;
    -webkit-box-flex: 1;
    -ms-flex: 1;
    flex: 1;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column
}
.c-product__headline, .c-product__headline--gallery {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center
}

.c-product__headline--gallery {
    font-size: 16px;
    font-size: 1.143rem;
    line-height: 24px;
    border-bottom: 1px solid #fb3449;
    color: #fb3449;
    padding: 18px 0
}
.c-gallery {
    height: 100%;
    display: block
}

.c-gallery__item {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    height: calc(100% - 100px);
    padding: 17px 0;
    height: calc(287px + 4rem);
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-flex: 1;
    -ms-flex: 1;
    flex: 1
}

    .c-gallery__item img {
        max-width: 85%;
        vertical-align: top
    }

.c-gallery__img {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-flex: 1;
    -ms-flex: 1;
    flex: 1;
    position: relative
}

    .c-gallery__img img {
        overflow: visible;
        min-height: 100px;
        min-width: 101px
    }

        .c-gallery__img img[alt]:after {
            min-width: 101px !important;
            min-height: 100px !important
        }

    .c-gallery__img img {
        overflow: hidden
    }

        .c-gallery__img img[alt]:after {
            position: absolute;
            top: 0;
            left: 0;
            right: 0;
            bottom: 0;
            font-weight: 300;
            color: transparent;
            text-align: center;
            content: attr(alt);

            background-size: contain;
            width: 100%
        }

    .c-gallery__img img {
        max-height: 100%;
        -o-object-fit: contain;
        object-fit: contain;
        -o-object-position: center;
        object-position: center
    }

    .c-gallery__img.is-video:before {
        content: "\E086\00FE0E";
        font-size: 48px;
        font-size: 3.429rem;
        line-height: 48px;
        color: #fff;
        width: 60px;
        height: 60px;
        border-radius: 50%;
        background-color: rgba(3,15,22,.5);
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
        position: absolute;
        top: 50%;
        left: 50%;
        -webkit-transform: translate(-50%,-50%);
        transform: translate(-50%,-50%);
        z-index: 1
    }

    .c-gallery__img.is-video:before, .c-gallery__options {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex
    }

.c-gallery__options {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 51px;
    flex: 0 0 51px;
    list-style: none;
    padding: 0;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    z-index: 2;
    -ms-flex: 0 0 24px;
    flex: 0 0 24px;
    margin-right: 0
}

    .c-gallery__options li {
        display: block;
        margin-top: 20px;
        position: relative
    }

        .c-gallery__options li:hover .c-tooltip {
            display: block
        }

        .c-gallery__options li:first-child {
            margin-top: 0
        }

        .c-gallery__options li.is-diviter {
            margin-top: auto
        }

    .c-gallery__options .btn-option {
        vertical-align: top;
        z-index: 6;
        border: none;
        width: 24px;
        height: 24px;
        padding: 3px
    }

.c-gallery__option-result {
    position: absolute;
    right: 100%;
    -webkit-transform: translateX(10px);
    transform: translateX(10px);
    height: 100%;
    padding: 12px 27px 12px 23px;
    background-color: #f5f5f5;
    font-size: 12px;
    font-size: .857rem;
    line-height: 21px;
    color: #565656;
    white-space: nowrap;
    border-radius: 8px 0 0 8px;
    z-index: 5;
    display: none;
    -webkit-animation: dk-gallery-option-animation .3s ease-in-out;
    animation: dk-gallery-option-animation .3s ease-in-out
}
.c-gallery__items {
    list-style: none;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    border-top: none;
    padding: 0
}

    .c-gallery__items li {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 25%;
        flex: 0 0 25%;
        max-width: 25%;
        height: 68px;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
        display: none;
        position: relative;
        -ms-flex: 0 0 22%;
        flex: 0 0 22%;
        padding: 22% 0 0;
        border: 1px solid #ccc;
        border-radius: 5px;
        overflow: hidden;
        cursor: pointer
    }

        .c-gallery__items li img {
            overflow: visible;
            min-height: 30px;
            min-width: 30px
        }

            .c-gallery__items li img[alt]:after {
                min-width: 30px !important;
                min-height: 30px !important
            }

        .c-gallery__items li img {
            overflow: hidden
        }

            .c-gallery__items li img[alt]:after {
                position: absolute;
                top: 0;
                left: 0;
                right: 0;
                bottom: 0;
                font-weight: 300;
                color: transparent;
                text-align: center;
                content: attr(alt);

                background-size: contain;
                width: 100%
            }

        .c-gallery__items li:not(:first-of-type) {
            margin-right: 4%
        }

        .c-gallery__items li:nth-of-type(4) img {
            -webkit-filter: blur(3px);
            filter: blur(3px)
        }

        .c-gallery__items li .thumb-wrapper, .c-gallery__items li:nth-of-type(4) .c-gallery__images-count {
            display: -webkit-box;
            display: -ms-flexbox;
            display: flex
        }

        .c-gallery__items li .thumb-wrapper {
            position: absolute;
            top: 0;
            right: 0;
            bottom: 0;
            left: 0;
            -webkit-box-align: center;
            -ms-flex-align: center;
            align-items: center;
            -webkit-box-pack: center;
            -ms-flex-pack: center;
            justify-content: center;
            padding: 4px
        }

        .c-gallery__items li .thumb-wrapper--blur img {
            -webkit-filter: blur(3px);
            filter: blur(3px)
        }

        .c-gallery__items li img {
            max-width: 100%;
            max-height: 100%;
            vertical-align: top;
            opacity: .7;
            position: relative
        }

        .c-gallery__items li.is-active img, .c-gallery__items li:hover img {
            opacity: 1
        }

        .c-gallery__items li:nth-child(-n+3), .c-gallery__items li:nth-child(-n+4) {
            display: -webkit-box;
            display: -ms-flexbox;
            display: flex
        }

        .c-gallery__items li.has-more-items {
            display: -webkit-box;
            display: -ms-flexbox;
            display: flex;
            display: none
        }

        .c-gallery__items li.is-video:after {
            content: "\E183\00FE0E";
            position: absolute;
            font-size: 48px;
            color: #878787;
            top: 50%;
            left: 50%;
            -webkit-transform: translate(-50%,-50%);
            transform: translate(-50%,-50%)
        }

.c-gallery__img.is-video:before, .c-gallery__options {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex
}

.c-gallery__options {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 51px;
    flex: 0 0 51px;
    list-style: none;
    padding: 0;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    z-index: 2;
    -ms-flex: 0 0 24px;
    flex: 0 0 24px;
    margin-right: 0
}

    .c-gallery__options li {
        display: block;
        margin-top: 20px;
        position: relative
    }

        .c-gallery__options li:hover .c-tooltip {
            display: block
        }

        .c-gallery__options li:first-child {
            margin-top: 0
        }

        .c-gallery__options li.is-diviter {
            margin-top: auto
        }

    .c-gallery__options .btn-option {
        vertical-align: top;
        z-index: 6;
        border: none;
        width: 24px;
        height: 24px;
        padding: 3px
    }

.c-product__headline {
    position: relative;
    padding: 7px 0;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    border-bottom: 0 solid #f2f2f2
}

.c-product__headline, .c-product__headline--gallery {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center
}

.c-product__headline--gallery {
    font-size: 16px;
    font-size: 1.143rem;
    line-height: 24px;
    border-bottom: 1px solid #fb3449;
    color: #fb3449;
    padding: 18px 0
}

.c-product__headline-promotion-icon {
    margin-left: 8px;
    width: 24px;
    height: 24px
}
 

    .c-product__config .btn-add-to-cart, .c-product__config .btn-notify-me {
        text-align: center;
        width: 100%
    }

.c-product__config--quick-view {
    padding-top: 0;
    border-top: none
}

    .c-product__config--quick-view .c-product__variants:first-child {
        margin-top: 0
    }

.c-product__config:not(.c-product__config--quick-view) .btn-add-to-cart, .c-product__config:not(.c-product__config--quick-view) .btn-notify-me, .c-product__config:not(.c-product__config--quick-view) .c-price {
    max-width: 380px
}

.c-product__config .c-price__discount-osm {
    max-width: unset
}

.c-product__engagement {
    margin-bottom: 16px;
    font-size: 12px;
    font-size: .857rem;
    line-height: 1.833
}

.c-product__engagement, .c-product__engagement-item {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex
}

.c-product__engagement-item {
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    margin-right: 8px
}

    .c-product__engagement-item:before {
        content: "";
        height: 4px;
        width: 4px;
        margin-left: 8px;
        background-color: #dfdfdf;
        border-radius: 999px
    }

    .c-product__engagement-item:first-of-type {
        margin-right: unset
    }

        .c-product__engagement-item:first-of-type:before {
            content: unset
        }

.c-product__engagement-rating {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    color: #81858b
}

    .c-product__engagement-rating:before {
        content: "\E045\00FE0E";
        margin-left: 4px;
        color: #fac74b;
        font-size: 16px
    }

.c-product__engagement-rating-num {
    margin-right: 2px;
    color: #c0c2c5;
    font-size: 10px;
    font-size: .714rem;
    line-height: 2.2
}

.c-product__engagement-link {
    color: #0fabc6;
    cursor: pointer
}

.c-product__directory {
    margin: 0 0 15px;
    font-size: 11px;
    font-size: .786rem;
    line-height: 2
}

    .c-product__directory h5 {
        font-size: inherit;
        color: inherit;
        padding-left: 22px;
        min-width: 90px;
        display: inline-block
    }

    .c-product__directory ul {
        margin-right: -28px;
        list-style: none;
        padding: 0;
        display: inline-block
    }

    .c-product__directory li {
        margin-right: 28px;
        display: inline-block
    }

/*
.c-product__attributes, .c-product__params {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex
}*/

.c-product__params {
    padding: 12px 0 0;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column
}

    .c-product__params ul {
        list-style: none;
        padding: 0;
        color: #55565a;
        margin: 20px 0;
        font-size: 12px;
        font-size: .857rem;
        line-height: 1.833
    }

        .c-product__params ul:before {
            content: attr(data-title);
            font-size: 13px;
            font-size: .929rem;
            line-height: 1.692;
            display: list-item;
            font-weight: 700
        }

        .c-product__params ul li {
            margin: 5px 0;
            display: -webkit-inline-box;
            display: -ms-inline-flexbox;
            display: inline-flex;
            -ms-flex-wrap: wrap;
            flex-wrap: wrap;
            -webkit-box-align: baseline;
            -ms-flex-align: baseline;
            align-items: baseline;
            width: 100%
        }

.fctext ul li {
    margin: 0
}

            .c-product__params ul li span {
                margin-left: 5px;
                white-space: normal
            }

                .c-product__params ul li span:last-of-type {
                    -webkit-box-flex: 1;
                    -ms-flex: 1;
                    flex: 1
                }

            .c-product__params ul li:before {
                content: "";
                width: 5px;
                height: 5px;
                background: #ccc;
                vertical-align: middle;
                margin-left: 5px;
                border-radius: 50%
            }

            .c-product__params ul li.c-product__params-more-handler:before {
                content: attr(data-sign);
                color: #1ca2bd;
                background: none;
                width: unset;
                height: unset
            }

.c-product__params-more {
    display: none !important
}

    .c-product__params-more.is-active {
        display: -webkit-inline-box !important;
        display: -ms-inline-flexbox !important;
        display: inline-flex !important
    }

.c-product__params .btn-link-spoiler--tag {
    -ms-flex-item-align: start;
    align-self: flex-start;
    margin-top: auto;
    margin-bottom: 25px
}

.c-product__summary {
    -webkit-box-flex: 1;
    -ms-flex: 1;
    flex: 1;
    max-width: 300px
}
.c-box {
    background-color: #fff;
    position: relative
}

    .c-box .swiper-container {
        position: unset;
        padding-top: 3px
    }

        .c-box .swiper-container .swiper-button-next {
            margin-left: -10px
        }

        .c-box .swiper-container .swiper-button-prev {
            margin-right: -43px
        }

    .c-box:first-child {
        margin-top: 0
    }

.c-box--promo-single {
    border-radius: 5px
}

.c-box--brands-filter .c-ui-input--quick-search .c-ui-input__field, .c-box--brands-filter .c-ui-input--quick-search .dk-selectric-input {
    background: #fff
}

.c-box--radius, .c-box--radius .swiper-container {
    border-radius: 8px
}

.c-box--tabs {
    padding: 35px 53px 35px 61px;
    margin-bottom: 58px;
    border-top: none
}

.c-box--incentive {
    margin: 28px 0 36px;
    padding: 33px 65px 37px 33px
}

    .c-box--incentive .c-box__content {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center
    }

        .c-box--incentive .c-box__content h3 {
            font-size: 21px;
            font-size: 1.5rem;
            line-height: 1.048;
            margin-left: auto
        }

        .c-box--incentive .c-box__content .btn-default {
            margin-right: 12px
        }

.c-box__header {
    position: relative;
    color: #535353;
    letter-spacing: .2px;
    font-weight: 700;
    font-size: 14px;
    font-size: 14px;
    line-height: 1.571;
    padding: 8px 16px 10px 15px;
    border-bottom: 1px solid #f2f2f2;
    margin-right: 6px;
    margin-left: 6px
}

.c-box__header--toggleable {
    cursor: pointer
}

    .c-box__header--toggleable:before {
        content: "\E0BB\00FE0E";
        position: absolute;
        left: 16px;
        top: 50%;
        -webkit-transform: rotate(180deg) translateY(60%);
        transform: rotate(180deg) translateY(60%);
        -webkit-transition: all .3s ease-in-out;
        transition: all .3s ease-in-out
    }

    .c-box__header--toggleable .c-listing-options__clear--left {
        padding-left: 25px
    }

.c-box__header.is-hidden {
    border-bottom-color: transparent
}

    .c-box__header.is-hidden:before {
        -webkit-transform: translateY(-50%);
        transform: translateY(-50%)
    }

.c-box__divider {
    padding: 0 6px
}

    .c-box__divider div {
        height: 1px;
        width: 100%;
        background: #f2f2f2
    }

.c-box__content {
 }

.c-box__footer {
    text-align: center;
    padding-bottom: 8px;
    cursor: pointer;
    font-size: 12px;
    font-size: .857rem;
    line-height: 1.833;
    font-weight: 400;
    margin: 0 6px;
    border-top: 1px solid #f2f2f2;
    padding-top: 8px
}

.c-box__scroll-shadows {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    pointer-events: none
}

    .c-box__scroll-shadows:after, .c-box__scroll-shadows:before {
        content: "";
        position: absolute;
        z-index: 1
    }

    .c-box__scroll-shadows:before {
        top: 0;
        Background: radial-gradient(farthest-side at 50% 0,rgba(0,0,0,.3),transparent) 100% 0
    }

    .c-box__scroll-shadows:after, .c-box__scroll-shadows:before {
        left: 0;
        background-repeat: no-repeat;
        background-size: 100% 3px;
        width: inherit;
        height: 5px
    }

    .c-box__scroll-shadows:after {
        bottom: 0;
        Background: radial-gradient(farthest-side at 50% 100%,rgba(0,0,0,.3),transparent) 0 100%
    }

.c-box__scroll-container {
    position: relative
}
 

.c-box__scroll {
    height: 100%;
    max-height: 200px
}

    .c-box__scroll:after, .c-box__scroll:before {
        content: "";
        position: relative;
        z-index: 2;
        height: 5px;
        width: 100%;
        display: block;
        background: #fff
    }

.c-box__scroll {
    max-height: 333px;
    overflow: auto
}

.c-box__scroll--size-guide {
    max-height: 630px
}

.c-box--categories-selector {
    margin-top: -18px;
    border-top: 1px solid #ebe9e9;
    margin-bottom: 0
}

.c-box-togglable {
    padding: 6px 0;
    color: #2a2a2a;
    background: #fff;
    border-radius: 9px;
    -webkit-box-shadow: 0 2px 4px 0 rgba(0,0,0,.09);
    box-shadow: 0 2px 4px 0 rgba(0,0,0,.09);
    overflow: hidden
}

.c-box-togglable__header {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    min-height: 48px;
    margin: 0 16px;
    border-bottom: 1px solid #e3e3e3
}

.c-box-togglable__header--togglable-chevron:after {
    content: "\E0B9\00FE0E";
    font-size: 8px;
    -webkit-transform: rotate(180deg);
    transform: rotate(180deg);
    -webkit-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out
}

.c-box-togglable__header--togglable-chevron.is-hidden {
    border-bottom: unset
}

    .c-box-togglable__header--togglable-chevron.is-hidden:after {
        -webkit-transform: unset;
        transform: unset
    }

.c-box-togglable__content {
    padding: 8px 16px
}

.c-box-togglable__content--togglable {
    display: none
}

.c-box-togglable__header-text-container {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center
} 
 
.c-product__seller-row {
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    font-size: .9rem;
    color: #000
}

    .c-product__seller-row:before {
        font-size: 1.7rem;
        color: #9b9b9b
    }

        

    .c-product__seller-row:last-of-type .c-product__seller-row:after {
        content: unset
    }

.c-product__seller-row--add-to-cart {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    height: calc(98px + 1rem);
    height: auto
}

.c-product__seller-row--seller:before {
    content: "\E1CD\00FE0E"
}

.c-product__seller-row--dk {
    font-size: 1rem
}

    .c-product__seller-row--dk:before {
        content: "\E10A\00FE0E";
        font-size: 1.4rem;
        color: #ff2f56
    }

.c-product__seller-row--guarantee:before {
    content: "\E137\00FE0E"
}

.c-product__seller-row--gift:before {
    content: "\E131\00FE0E"
}

.c-product__seller-row--price {
    padding-bottom: 0
}

    .c-product__seller-row--price:after {
        content: unset
    }

.c-product__seller-row--price {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: stretch;
    -ms-flex-pack: stretch;
    justify-content: stretch;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    color: #fb3449
}

.c-product__seller-row--clickable {
    cursor: pointer
}

    .c-product__seller-row--clickable:hover {
        background: #ececec;
        border-bottom: 1px solid #e4e4e4;
        border-top: 1px solid #e4e4e4;
        padding-bottom: calc(1rem - 1px);
        padding-top: calc(1rem - 1px)
    }

.c-product__seller-row--cheapest {
    font-size: 12px;
    font-size: .857rem;
    line-height: 1.833;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-flex: 1;
    -ms-flex-positive: 1;
    flex-grow: 1
}

.c-product__seller-row--column {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start
}

.c-product__seller-row-main {
    -webkit-box-flex: 1;
    -ms-flex: 1;
    flex: 1;
    width: 100%;
    font-size: 14px;
    font-size: 1rem;
    line-height: 24px
}

.c-product__seller-row-main--plus {
    color: #424750;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column
}

.c-product__seller-row-main--arrow-left {
    position: relative;
    padding-left: 28px
}

    .c-product__seller-row-main--arrow-left:before {
        content: "\E14F\00FE0E";
        position: absolute;
        left: 0;
        top: 50%;
        -webkit-transform: translateY(-50%);
        transform: translateY(-50%);
        font-size: 24px;
        color: #9b9b9b
    }

.c-product__seller-row-title--plus {
    color: #424750;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    font-weight: 500
}

    .c-product__seller-row-title--plus:before {
        content: "";
        background: url(../files/3854bc8d.svg) no-repeat 50% 50%;
        background-size: cover;
        width: 24px;
        height: 24px;
        margin-left: 14px
    }

.c-product__seller-row-subtitle--plus {
    font-size: 12px;
    font-size: .857rem;
    line-height: 1.833;
    color: #81858b;
    padding-right: 38px
}

.c-product__seller-row-info {
    color: #00bfd6;
    font-weight: 700
}

.c-product__seller-first-line {
    font-size: 1rem;
    line-height: 17px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center
}

.c-product__seller-second-line {
    font-size: .9rem;
    color: #00bfd6
}

.c-product__seller-name {
    font-weight: 700
}

.c-product__seller-extra {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center
}

    .c-product__seller-extra:before {
        content: "\E14F\00FE0E";
        font-size: 1.7rem;
        color: #9b9b9b
    }

.c-product__seller-price-info {
    width: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    color: #b4b4b4;
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end
}

.c-product__seller-price-label {
    -webkit-box-flex: 1;
    -ms-flex: 1;
    flex: 1
}

.c-product__seller-price-prev {
    text-decoration: line-through;
    font-size: 1.3rem
}

.c-product__seller-price-off {
    padding: 3px .7rem 1px;
    font-weight: 700;
    background: #fb3449;
    border-radius: 1rem;
    color: #fff;
    font-size: 1.1rem
}

.c-product__seller-price-real {
    -ms-flex-item-align: end;
    align-self: flex-end;
    margin: 0
}

.c-product__seller-price-raw {
    display: inline;
    font-size: 31px;
    font-size: 2.214rem;
    line-height: 1.419
}

.c-product__seller-add-to-basket {
    width: 100%;
    font-size: 1.1rem;
    font-weight: 700;
    background: #00bfd6;
    color: #fff;
    border-radius: 8px;
    text-align: center;
    cursor: pointer;
    border: 1px solid #41a7b4
}

    .c-product__seller-add-to-basket:hover {
        background: #35ccde
    }

.c-product-info-box {
    display: none;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    line-height: 1;
    background-color: #f5f5f5;
    border: 1px solid #e4e4e4;
    border-radius: 5px
}

.c-product-info-box__header {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    cursor: pointer;
    color: #9b9b9b;
    background-color: #ececec;
    border-bottom: 1px solid #e4e4e4;
    font-weight: 700
}

    .c-product-info-box__header:before {
        content: "\E0BF\00FE0E";
        font-size: 1.3rem
    }

.c-product-info-box__body-wrapper {
    -webkit-box-flex: 1;
    -ms-flex: 1;
    flex: 1;
    overflow-y: auto;
    position: relative
}

    .c-product-info-box__body-wrapper::-webkit-scrollbar {
        width: 15px;
        height: 18px;
        background: transparent
    }

    .c-product-info-box__body-wrapper::-webkit-scrollbar-thumb {
        height: 6px;
        border: 5px solid transparent;
        background-clip: padding-box;
        -webkit-border-radius: 7px;
        background-color: rgba(0,0,0,.15);
        -webkit-transition: all .3s ease-in-out;
        transition: all .3s ease-in-out;
        cursor: pointer
    }

        .c-product-info-box__body-wrapper::-webkit-scrollbar-thumb:hover {
            background-color: rgba(0,0,0,.35)
        }

    .c-product-info-box__body-wrapper::-webkit-scrollbar-button {
        width: 0;
        height: 0;
        display: none
    }

    .c-product-info-box__body-wrapper::-webkit-scrollbar-corner {
        background-color: transparent
    }

.c-product-info-box__row {
    position: relative;
    font-size: 1rem;
    border-bottom: 1px solid #e4e4e4
}

    .c-product-info-box__row:last-of-type {
        border-bottom-width: 0
    }

.c-product-info-box__row--shadowed:before {
    content: "";
    position: absolute;
    left: -1rem;
    right: -1rem;
    bottom: 100%;
    height: 3rem;
    background-image: -webkit-gradient(linear,left top,left bottom,from(hsla(0,0%,96.1%,0)),to(#ececec));
    background-image: linear-gradient(180deg,hsla(0,0%,96.1%,0),#ececec)
}

.c-product-info-box__row-info {
    display: inline-block;
    float: left;
    color: #00bfd6;
    font-weight: 700
}

.c-product-info-box__feedbacks {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: distribute;
    justify-content: space-around
}

.c-product-info-box__footer {
    border-top: 1px solid #e4e4e4
}

.c-product-info-box__btn {
    text-align: center;
    color: #fff;
    background-color: #00bfd6;
    border-radius: 8px;
    font-size: 1.1rem
}

.c-product-info-box__dk-title-logo {
    position: relative;
    padding-right: 28px
}

    .c-product-info-box__dk-title-logo:before {
        content: "";
        position: absolute;
        top: 50%;
        right: 0;
        width: 20px;
        height: 20px;
        -webkit-transform: translateY(-50%);
        transform: translateY(-50%);
        background: url(../files/1fb9a3a5.svg) no-repeat 50% 50%;
        background-size: contain
    }

.c-product-info-box__final-score-row {
    position: relative;
    padding-left: 24px
}

.c-product-info-box__final-score-info {
    position: absolute;
    left: 0;
    top: 0;
    cursor: pointer
}

    .c-product-info-box__final-score-info:before {
        content: "\E052\00FE0E";
        font-size: 20px;
        color: #a1a3a8
    }

        
    .btn-add-to-cart:not(.disabled):not(.is-inactive):not([disabled]) {
        overflow: hidden
    }

        .btn-add-to-cart:not(.disabled):not(.is-inactive):not([disabled]):before {
            -webkit-transition: all .3s ease-in-out;
            transition: all .3s ease-in-out
        }

        .btn-add-to-cart:not(.disabled):not(.is-inactive):not([disabled]):hover:before {
            width: 900px;
            height: 900px;
            right: -450px;
            top: -450px;
            -webkit-transform: unset;
            transform: unset
        }

.btn-add-to-cart__txt {
    display: inline-block
}

    .btn-add-to-cart__txt:before {
        position: absolute;
        right: 32px;
        top: 12px;
        font-size: 27px
    }

    .btn-add-to-cart__txt:after {
        position: absolute;
        right: 14px;
        top: 20px;
        font-size: 12px
    }

.btn-add-to-cart--full-width {
    width: 100%
}

.btn-add-to-cart--outline {
    color: #ef394e;
    background: transparent;
    border: 1px solid #ef394e;
    margin: 8px auto 12px;
    position: relative;
    padding: 16px 18px 20px
}

.btn-add-to-cart--cta-icon {
    font-size: 14px;
    font-size: 1rem;
    line-height: normal;
    font-weight: 700;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center
}

    .btn-add-to-cart--cta-icon:after {
        content: "\E095\00FE0E";
        font-size: 24px;
        font-size: 1.714rem;
        line-height: 24px
    }

.btn-add-to-cart--plus-register {
    min-height: 48px;
    padding: 6px 18px 10px;
    border-radius: 5px
}

.btn-add-to-cart-mini {
    font-size: 18px;
    font-size: 1.286rem;
    line-height: 1.222;
    width: 60px;
    height: 40px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    border-radius: 4px;
    background-color: #00bfd6;
    color: #fff;
    background-color: #ef394e;
    border: none
}

    .btn-add-to-cart-mini:before {
        content: "\E185\00FE0E";
        font-size: 14px
    }

.btn-add-to-cart-mini--shipping {
    width: 100%;
    height: 30px;
    border-radius: 4px;
    border: 1px solid #00bfd6;
    background-color: #fff;
    margin-top: 10px
}

    .btn-add-to-cart-mini--shipping:hover {
        background-color: #00bfd6
    }

        .btn-add-to-cart-mini--shipping:hover:before {
            color: #fff
        }

    .btn-add-to-cart-mini--shipping:before {
        color: #00bfd6;
        padding-top: 2px
    }

.btn-add-to-cart-mini--has-config:before {
    content: "\E10C\00FE0E";
    font-size: 4px
}

.btn-add-to-cart-mini--centered {
    margin: auto
}

.btn-add-to-cart-mini:not(.disabled):not(.is-inactive):not([disabled]) {
    overflow: hidden
}

    .btn-add-to-cart-mini:not(.disabled):not(.is-inactive):not([disabled]):after {
        -webkit-transition: all .3s ease-in-out;
        transition: all .3s ease-in-out;
        width: 200%;
        height: 200%;
        position: absolute;
        right: -50%;
        top: -50%;
        background: hsla(0,0%,100%,.21);
        content: "";
        opacity: 0
    }

    .btn-add-to-cart-mini:not(.disabled):not(.is-inactive):not([disabled]):hover:after {
        opacity: 1
    }
.header-search-content-outer {
    background-color: white;
    -webkit-box-shadow: 0px 0px 6px 1px rgba(0,0,0,0.21);
    -moz-box-shadow: 0px 0px 6px 1px rgba(0,0,0,0.21);
    box-shadow: 0px 0px 6px 1px rgba(0,0,0,0.21);
}