@keyframes megashop_fade_down {
    0% {
        transform: translateY(-10px);
        opacity: 0;
        visibility: hidden
    }

    to {
        transform: translateY(0);
        opacity: 1;
        visibility: inherit
    }
}

@keyframes megashop_fade_up {
    0% {
        transform: translateY(10px);
        opacity: 0;
        visibility: hidden
    }

    to {
        transform: translateY(0);
        opacity: 1;
        visibility: inherit
    }
}

@keyframes megashop_fadein_up {
    0% {
        transform: translateY(10px);
        opacity: 0
    }

    to {
        transform: translateY(0);
        opacity: 1
    }
}

@keyframes megashop_fadeout_up {
    0% {
        transform: translateY(0);
        opacity: 1
    }

    to {
        transform: translateY(10px);
        opacity: 0
    }
}

@keyframes megashop_rotate {
    0% {
        transform: rotate(0deg)
    }

    to {
        transform: rotate(180deg)
    }
}

@keyframes megashop_appear {
    0%,to {
        transform: translateZ(0)
    }
}

@keyframes megashop_catalog_extend_fadeout_up {
    0% {
        height: auto;
        min-height: 100%;
        overflow: visible;
        transform: translateY(0);
        opacity: 1
    }

    to {
        height: auto;
        min-height: 100%;
        overflow: visible;
        transform: translateY(10px);
        opacity: 0
    }
}

@keyframes sidebar_catalog_z_index_animation {
    0%,99% {
        z-index: 4
    }

    to {
        z-index: auto
    }
}

.l-advantages {
    margin-right: -30px
}

.l-advantages::after {
    content: '';
    display: table;
    margin-top: -30px
}

.l-advantages__item {
    width: 350px;
    display: inline-block;
    vertical-align: top;
    margin-right: 30px;
    margin-bottom: 30px;
    outline: 0
}

.l-advantages_size_s .l-advantages__item {
    width: 255px
}

.c-advantage {
    display: table;
    table-layout: fixed
}

.c-advantage__content,.c-advantage__icon-box {
    display: table-cell;
    vertical-align: middle
}

.c-advantage__icon-box {
    padding-right: 20px;
    width: 93px;
    max-width: 93px;
    font-size: 73px;
    line-height: 1;
    color: var(--primary-color)
}

.c-advantage__image-box {
    width: 73px;
    height: 73px
}

.c-advantage__title {
    margin-bottom: 5px
}

.c-advantage__body {
    color: #828282
}

.c-advantage_size_s {
    display: block;
    text-align: center
}

.c-advantage_size_s .c-advantage__content,.c-advantage_size_s .c-advantage__icon-box {
    display: block
}

.c-advantage_size_s .c-advantage__icon-box {
    position: relative;
    width: auto;
    max-width: none;
    padding-bottom: 10px;
    padding-right: 0;
    font-size: 63px;
    text-align: center
}

.c-advantage_size_s .c-advantage__image-box {
    width: 63px;
    height: 63px;
    margin: 0 auto
}

.c-brands-thumbs {
    margin-left: -15px;
    margin-right: -15px
}

.c-brands-thumbs::before {
    content: '';
    display: table;
    margin-bottom: -30px
}

.c-brands-thumbs::after {
    content: '';
    display: table
}

.c-brands-thumbs__item {
    display: inline-block;
    vertical-align: top;
    margin-left: 15px;
    margin-right: 15px;
    margin-top: 30px;
    width: 255px
}

.c-brands-thumbs_size_l .c-brands-thumbs__item {
    width: 350px
}

.c-brands-thumbs-slider {
    padding: 30px 30px 60px;
    margin: -30px -30px -60px;
    overflow: hidden
}

.c-brands-thumbs-slider__wrapper {
    margin-right: -30px;
    white-space: nowrap
}

.c-brands-thumbs-slider__item {
    display: inline-block;
    vertical-align: top;
    margin-right: 30px;
    white-space: normal;
    width: 255px
}

.c-brands-thumbs-slider_swiper .c-brands-thumbs-slider__item {
    margin-right: 0
}

@media (max-width:1199px) {
    .c-brands-thumbs-slider {
        padding: 30px 15px 60px;
        margin: -30px -15px -60px
    }

    .c-brands-thumbs-slider__wrapper {
        max-width: 100vw;
        margin-right: 0
    }
    
}

.c-brand-thumb {
    background: #fff;
    position: relative;
    display: block;
    border: 1px solid transparent;
    transition: box-shadow .2s ease-in-out,border-color .2s ease-in-out;
    border-radius: 5px;
    padding: 19px;
    color: inherit;
    text-decoration: none;
    text-align: center
}

.c-brand-thumb:hover {
    border-color: #f4f4f4;
    box-shadow: 0 10px 50px rgba(0,0,0,.07)
}

.c-brand-thumb__image-container {
    display: block
}

.c-brand-thumb__image-box {
    height: 60px
}

.c-brand-thumb__name-container {
    display: none;
    margin-top: 20px;
    font-size: 18px;
    transition: color .2s ease-in-out;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis
}

.c-brand-thumb:hover .c-brand-thumb__name-container {
    color: var(--primary-color)
}

@media (min-width:1200px) {
    .c-brand-thumb_size_l {
        border-color: #f2f2f2
    }

    .c-brand-thumb_size_l .c-brand-thumb__image-container {
        padding: 20px
    }

    .c-brand-thumb_size_l .c-brand-thumb__image-box {
        height: 80px
    }

    .c-brand-thumb_size_l .c-brand-thumb__name-container {
        display: block
    }
}

@media (max-width:1199px) {
    .c-brand-thumb__image-box {
        height: 100px
    }
}

.l-categories-compact__list {
    margin-right: -30px
}

.l-categories-compact__list::after,.l-categories-extend__list::after,.l-categories-mini__list::after,.l-categories-thumbs__list::after,.l-products-compact::after {
    content: '';
    display: table;
    margin-top: -30px
}

.l-categories-compact__item {
    display: inline-block;
    vertical-align: top;
    width: 255px;
    margin-right: 30px;
    margin-bottom: 30px
}

.l-categories-compact__item_hidden {
    display: none
}

.l-categories-compact__footer {
    margin-top: 40px;
    text-align: center
}

.l-categories-compact.c-toggle-block_active .l-categories-compact__hide-button,.l-categories-compact.c-toggle-block_active .l-categories-compact__item_hidden {
    display: inline-block
}

.l-categories-compact.c-toggle-block_active .l-categories-compact__show-button,.l-categories-compact__hide-button {
    display: none
}

.l-categories-compact_size_s .l-categories-compact__item,.l-categories-extend_size_s .l-categories-extend__item {
    width: 255px
}

.c-category-compact {
    color: currentColor;
    text-decoration: none;
    display: table;
    table-layout: fixed;
    width: 100%;
    min-height: 60px
}

.c-category-compact__content,.c-category-compact__image-box {
    display: table-cell;
    vertical-align: middle
}

.c-category-compact__image-box {
    width: 70px;
    padding-right: 10px;
    text-align: center
}

.c-category-compact__image_dummy {
    width: 50px;
    height: auto
}

.c-category-compact__name {
    margin-top: 20px;
    transition: color .2s ease-in-out;
    font-size: 16px;
    font-weight: 500
}

.c-category-compact__products-count {
    position: relative;
    font-size: 9px;
    font-weight: 500;
    margin-left: 5px;
    vertical-align: super;
    color: #a0a0a0
}

.c-category-compact:hover .c-category-compact__name {
    color: var(--primary-color)
}

.l-categories-extend__list {
    margin-right: -30px
}

.l-categories-extend__item {
    display: inline-block;
    vertical-align: top;
    width: 350px;
    margin-right: 30px;
    margin-bottom: 30px
}

.l-categories-extend__item_hidden {
    display: none
}

.l-categories-extend__footer {
    margin-top: 40px;
    text-align: center
}

.l-categories-extend.c-toggle-block_active .l-categories-extend__hide-button,.l-categories-extend.c-toggle-block_active .l-categories-extend__item_hidden {
    display: inline-block
}

.l-categories-extend.c-toggle-block_active .l-categories-extend__show-button,.l-categories-extend__hide-button {
    display: none
}

.c-category-extend {
    display: table;
    table-layout: fixed;
    width: 100%
}

.c-category-extend__content,.c-category-extend__image-container {
    display: table-cell;
    vertical-align: top
}

.c-category-extend__image-container {
    width: 93px;
    padding-right: 20px;
    position: relative
}

.c-category-extend__image-box {
    width: 73px;
    height: 73px
}

.c-category-extend__name {
    font-size: 16px;
    font-weight: 500
}

.c-category-extend__products-count {
    position: relative;
    font-size: 9px;
    font-weight: 500;
    margin-left: 5px;
    vertical-align: super;
    color: #a0a0a0
}

.c-category-extend__subcategories {
    margin-top: 10px;
    margin-right: -10px;
    color: #606060
}

.c-category-extend__subcategory {
    display: inline-block;
    margin-right: 10px;
    white-space: nowrap;
    text-overflow: ellipsis;
    max-width: 100%;
    overflow: hidden
}

.c-category-extend__subcategory_hidden {
    display: none
}

.c-category-extend__footer {
    margin-top: 10px;
    line-height: 1.2
}

.c-category-extend.c-toggle-block_active .c-category-extend__hide-button {
    display: inline
}

.c-category-extend.c-toggle-block_active .c-category-extend__show-button,.c-category-extend__hide-button {
    display: none
}

.c-category-extend.c-toggle-block_active .c-category-extend__subcategory_hidden,.l-categories-mini.c-toggle-block_active .l-categories-mini__hide-button,.l-categories-mini.c-toggle-block_active .l-categories-mini__item_hidden {
    display: inline-block
}

.c-category-extend_size_s {
    text-align: center
}

.c-category-extend_size_s .c-category-extend__content,.c-category-extend_size_s .c-category-extend__image-container {
    display: block
}

.c-category-extend_size_s .c-category-extend__image-container {
    width: auto;
    padding-right: 0;
    margin-bottom: 10px
}

.c-category-extend_size_s .c-category-extend__image-box {
    height: 63px;
    width: auto
}

.c-category-extend_size_s .c-category-extend__image_dummy {
    margin-top: 5px
}

.l-categories-mini__list {
    margin-right: -30px
}

.l-categories-mini__item {
    display: inline-block;
    vertical-align: top;
    width: 141px;
    margin-right: 30px;
    margin-bottom: 30px
}

.l-categories-mini__item_hidden {
    display: none
}

.l-categories-mini__footer {
    margin-top: 40px;
    text-align: center
}

.l-categories-mini.c-toggle-block_active .l-categories-mini__show-button,.l-categories-mini__hide-button {
    display: none
}

.l-categories-mini_size_s .l-categories-mini__item {
    width: 255px
}

.c-category-mini {
    background: #fff;
    color: inherit;
    text-decoration: none;
    display: block;
    padding: 9px;
    transition: box-shadow .2s ease-in-out,border-color .2s ease-in-out;
    text-align: center;
    border: 1px solid #f2f2f2;
    border-radius: 5px
}

.c-category-mini:hover {
    border-color: #f4f4f4;
    box-shadow: 0 10px 50px rgba(0,0,0,.07)
}

.c-category-mini__name-container {
    display: table;
    table-layout: fixed;
    width: 100%
}

.c-category-mini__name-container-inner {
    display: table-cell;
    vertical-align: middle;
    height: 51px
}

.c-category-mini__name {
    display: block;
    max-height: 51px;
    overflow: hidden;
    transition: color .2s ease-in-out;
    font-size: 14px;
    line-height: 1.2;
    font-weight: 500
}

.c-category-mini__products-count {
    display: block;
    margin-top: 10px;
    color: #a0a0a0;
    font-size: 11px;
    line-height: 1.2
}

.c-category-mini:hover .c-category-mini__name {
    color: var(--primary-color)
}

.l-categories-thumbs__list {
    margin-right: -30px
}

.l-categories-thumbs__item {
    display: inline-block;
    vertical-align: top;
    width: 255px;
    margin-right: 30px;
    margin-bottom: 30px
}

.l-categories-thumbs__item_hidden {
    display: none
}

.l-categories-thumbs__footer {
    margin-top: 40px;
    text-align: center
}

.l-categories-thumbs.c-toggle-block_active .l-categories-thumbs__hide-button,.l-categories-thumbs.c-toggle-block_active .l-categories-thumbs__item_hidden {
    display: inline-block
}

.l-categories-thumbs.c-toggle-block_active .l-categories-thumbs__show-button,.l-categories-thumbs__hide-button {
    display: none
}

.l-categories-thumbs_size_s .l-categories-thumbs__item {
    width: 255px
}

.c-category-thumb {
    background: #fff;
    color: inherit;
    text-decoration: none;
    display: block;
    padding: 19px;
    transition: box-shadow .2s ease-in-out,border-color .2s ease-in-out;
    text-align: center;
    border: 1px solid #f2f2f2;
    border-radius: 5px
}

.c-category-thumb:hover {
    border-color: #f4f4f4
}

.c-category-thumb__image-box,.c-category-thumb__name,.c-category-thumb__products-count {
    display: block
}

.c-category-thumb__image-box {
    position: relative;
    width: 125px;
    height: 125px;
    margin: 0 auto
}

.c-category-thumb__image_dummy {
    width: 100px;
    height: auto
}

.c-category-thumb__name {
    overflow: hidden;
    height: 50px;
    margin-top: 20px;
    transition: color .2s ease-in-out;
    font-size: 18px;
    font-weight: 500
}

.c-category-thumb__products-count {
    margin-top: 10px;
    color: #a0a0a0;
    font-size: 16px
}

.c-category-thumb:hover .c-category-thumb__name {
    color: var(--primary-color)
}

.l-products-compact__item {
    margin-bottom: 30px
}

.c-product-compact {
    position: relative;
    padding: 19px;
    border: 1px solid #f2f2f2;
    border-radius: 5px;
    transition: box-shadow .2s ease-in-out
}

.c-category-thumb:hover,.c-product-compact:hover {
    box-shadow: 0 10px 50px rgba(0,0,0,.07)
}

.c-product-compact__container {
    display: flex
}

.c-product-compact__add-to-cart-container,.c-product-compact__image-container,.c-product-compact__prices-quantity-container {
    flex: none
}

.c-product-compact__image-container {
    position: relative;
    width: 100px;
    padding-right: 20px
}

.c-product-compact__video {
    position: absolute;
    right: 10px;
    top: -9px;
    z-index: 1
}

.c-product-compact__badges {
    position: absolute;
    left: -10px;
    top: -10px;
    z-index: 1
}

.c-product-compact__badges::after {
    content: '';
    display: table;
    margin-top: -5px
}

.c-product-compact__badge {
    margin-bottom: 5px;
    line-height: 0
}

.c-product-compact__image-box {
    position: relative;
    width: 80px;
    height: 80px
}

.c-product-compact__image_dummy {
    width: 60px;
    height: auto
}

.c-product-compact__info-container {
    padding-right: 15px;
    flex: auto;
    width: 1px
}

.c-product-compact__name {
    font-weight: 500;
    line-height: 1.2
}

.c-product-compact__summary {
    margin-top: 10px;
    font-size: 13px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis
}

.c-product-compact__info {
    display: table;
    table-layout: fixed;
    margin-top: 10px;
    white-space: nowrap
}

.c-product-compact__rating,.c-product-compact__sku {
    display: table-cell;
    vertical-align: middle
}

.c-product-compact__sku {
    position: relative;
    padding-left: 20px;
    font-size: 13px
}

.c-product-compact__sku::before {
    content: '';
    display: inline-block;
    width: 1px;
    position: absolute;
    top: 0;
    bottom: 0;
    left: 10px;
    background-color: #dadada
}

.c-product-compact__prices-quantity-container {
    padding-right: 20px;
    text-align: right
}

.c-product-compact__prices-quantity {
    display: table;
    table-layout: fixed
}

.c-product-compact__prices {
    display: table-cell;
    vertical-align: middle
}

.c-product-compact__quantity {
    display: table-cell
}

.c-product-compact__prices {
    padding-right: 20px;
    white-space: nowrap
}

.c-product-compact__price {
    font-size: 18px;
    font-weight: 500
}

.c-product-compact__compare-price {
    margin-top: 5px;
    font-size: 13px;
    color: #828282;
    text-decoration: line-through;
    font-weight: 500
}

.c-product-compact__quantity {
    vertical-align: top;
    min-width: 80px
}

.c-product-compact__buttons {
    display: table;
    width: 100%
}

.c-product-compact__buttons-additional,.c-product-compact__buttons-main {
    display: table-cell;
    vertical-align: middle
}

.c-product-compact__buttons-main {
    min-width: 140px;
    white-space: nowrap
}

.c-product-compact__buttons-additional {
    padding-left: 20px;
    white-space: nowrap
}

.c-product-compact__additional-buttons {
    margin-right: -20px;
    line-height: 0
}

.c-product-compact__arrived .plugin_arrived-button {
    display: none
}

.c-product-compact__arrived-button {
    border-bottom-style: solid!important
}

.c-product-compact__additional-button {
    display: inline-block;
    margin-right: 20px;
    color: #e0e0e0;
    cursor: pointer;
    transition: color .2s ease-in-out
}

.c-product-compact__additional-button:hover {
    color: #bdbdbd
}

.c-product-compact__additional-button.c-product-compare_active {
    color: var(--primary-color)
}

.c-product-compact__additional-button.c-product-favorite_active {
    color: #ff3131
}

.c-product-compact__available {
    margin-top: 13px;
    line-height: 0
}

.l-products-extend::after {
    content: '';
    display: table;
    margin-top: -30px
}

.l-products-extend__item {
    margin-bottom: 30px
}

.c-product-extend {
    position: relative;
    padding: 19px;
    border: 1px solid #f2f2f2;
    border-radius: 5px;
    transition: box-shadow .2s ease-in-out
}

.c-product-extend:hover {
    box-shadow: 0 10px 50px rgba(0,0,0,.07)
}

@media (min-width:1200px) {
    .c-product-extend__container {
        display: table;
        width: 100%;
        table-layout: fixed
    }

    .c-product-extend__image-container,.c-product-extend__info-container,.c-product-extend__offer-container {
        display: table-cell;
        vertical-align: top
    }
}

.c-product-extend__image-container {
    position: relative;
    width: 235px;
    padding-right: 20px
}

.c-product-extend__video {
    position: absolute;
    right: 16px;
    top: -4px;
    z-index: 1
}

.c-product-extend__badges {
    position: absolute;
    left: -4px;
    top: -4px;
    z-index: 1
}

.c-product-extend__badges::after {
    content: '';
    display: table;
    margin-top: -5px
}

.c-product-extend__badge {
    margin-bottom: 5px
}

.c-product-extend__image-box {
    position: relative;
    width: 215px;
    height: 215px
}

.c-product-extend__image_dummy {
    width: 100px;
    height: auto
}

.c-product-extend__image-buttons {
    height: 31px;
    position: absolute;
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
    margin: auto -5px;
    text-align: center;
    opacity: 0;
    transform: scale(1.1) translateZ(0);
    transition: opacity .2s ease-in-out,transform .2s ease-in-out
}

.c-product-extend__image-button {
    display: inline-block;
    width: 31px;
    height: 31px;
    margin-left: 5px;
    margin-right: 5px;
    background: #fff;
    border-radius: 15px;
    color: #828282;
    cursor: pointer;
    transition: color .2s ease-in-out;
    box-shadow: 0 0 15px rgba(0,0,0,.15)
}

.c-product-extend__image-button:hover {
    color: #333
}

@supports (-webkit-backdrop-filter:blur(5px)) or (backdrop-filter:blur(5px)) {
    .c-product-extend__image-button {
        -webkit-backdrop-filter: blur(5px);
        backdrop-filter: blur(5px);
        background: rgba(255,255,255,.8)
    }
}

.c-product-extend__info-container {
    padding-right: 20px
}

.c-product-extend__name {
    font-weight: 500;
    font-size: 16px;
    line-height: 1.2
}

.c-product-extend__info {
    display: table;
    table-layout: fixed;
    margin-top: 15px
}

.c-product-extend__rating,.c-product-extend__sku {
    display: table-cell;
    vertical-align: middle
}

.c-product-extend__sku {
    padding-left: 20px;
    font-size: 13px
}

.c-product-extend__features,.c-product-extend__summary {
    margin-top: 15px;
    font-size: 13px
}

.c-product-extend__additional-buttons {
    margin-top: 20px;
    line-height: 0;
    margin-right: -20px
}

.c-product-extend__additional-button-container {
    display: inline-block;
    margin-right: 20px
}

.c-product-extend__additional-button {
    color: #e0e0e0;
    cursor: pointer;
    font-size: 13px;
    transition: color .2s ease-in-out
}

.c-product-extend__additional-button:hover {
    color: #bdbdbd
}

.c-product-extend__additional-button.c-product-compare_active {
    color: var(--primary-color)
}

.c-product-extend__additional-button.c-product-favorite_active {
    color: #ff3131
}

.c-product-extend:hover .c-product-extend__image-buttons,.c-product-thumb:hover .c-product-thumb__image-buttons {
    opacity: 1;
    transform: scale(1) translateZ(0)
}

@media (min-width:1200px) {
    .c-product-extend__offer-container {
        width: 150px;
        text-align: right
    }
}

.c-product-extend__price {
    font-size: 22px;
    font-weight: 500
}

.c-product-extend__compare-price {
    font-size: 16px;
    color: #828282;
    font-weight: 500;
    text-decoration: line-through;
    margin-top: 5px
}

.c-product-extend__available {
    margin-top: 15px;
    line-height: 0
}

.c-product-extend__add-to-cart,.c-product-extend__arrived {
    margin-top: 20px
}

.c-product-extend__arrived .plugin_arrived-button {
    display: none
}

.c-product-extend__arrived-button {
    border-bottom-style: solid!important
}

.c-product-extend__buy-one-click {
    margin-top: 10px
}

@media (max-width:1199px) {
    .l-products-extend__item {
        margin-bottom: 15px;
        box-shadow: 0 10px 30px rgba(0,0,0,.05)
    }

    .l-products-extend:after {
        margin-top: -15px
    }

    .r-product-extend__name {
        font-weight: 500;
        margin-bottom: 15px
    }

    .r-product-extend__info {
        display: flex
    }

    .r-product-extend__image {
        width: 100px;
        min-width: 100px;
        max-width: 100px;
        padding-right: 0;
        margin-right: 15px
    }

    .r-product-extend__info-col_right {
        flex-grow: 1
    }

    .c-product-extend__image-box {
        width: 100px;
        height: 100px
    }

    .c-product-extend__image_dummy {
        max-width: 80%
    }

    .c-product-extend__video {
        right: 0;
        top: 0
    }

    .c-product-extend__badges {
        top: 0;
        left: 0
    }

    .c-product-extend__rating {
        display: block;
        margin-bottom: 12px
    }

    .r-product-extend__prices {
        display: flex;
        flex-wrap: wrap;
        align-items: flex-end
    }

    .c-product-extend__price {
        margin-right: 10px
    }

    .c-product-extend__available {
        margin-top: 12px
    }

    .c-product-extend__features {
        line-height: 17px
    }

    .c-product-features-overview__item {
        margin-top: 5px
    }

    .c-product-features-overview__item:first-child {
        margin-top: 0
    }

    .c-product-features-overview__item .c-value__value-text {
        font-weight: 500
    }

    .r-product-extend__responsive-bottom {
        margin-top: 20px
    }

    .c-product-extend__additional-buttons,.r-product-extend__controls {
        display: flex;
        align-items: center;
        justify-content: space-between;
        margin: 0
    }

    .c-product-extend__additional-button-container {
        margin: 0 7px;
        flex-grow: 1;
        flex-basis: 50%
    }

    .c-product-extend__additional-button-container:first-child {
        margin-left: 0
    }

    .c-product-extend__additional-button-container:last-child {
        margin-right: 0
    }

    .r-product-extend__controls {
        margin-top: 20px;
        display: block
    }

    .r-product-extend__control {
        display: inline-block;
        vertical-align: middle;
        width: 50%;
        margin: 0;
        padding-left: 7px;
        padding-right: 7px
    }

    .r-product-extend__control:first-child {
        padding-left: 0
    }

    .r-product-extend__control:last-child {
        padding-right: 0
    }

    .r-product-extend__control .c-button {
        white-space: nowrap;
        text-overflow: ellipsis;
        overflow: hidden;
        max-width: 100%
    }
}

.l-products-mini::after {
    content: '';
    display: table;
    margin-top: -30px
}

.l-products-mini__item {
    margin-bottom: 30px
}

.c-product-mini {
    color: inherit;
    text-decoration: none;
    display: table;
    width: 100%;
    table-layout: fixed
}

.c-product-mini__image-box {
    display: table-cell
}

.c-product-mini__content {
    display: table-cell;
    vertical-align: top
}

.c-product-mini__image-box {
    vertical-align: middle;
    width: 80px;
    height: 70px;
    padding-right: 10px;
    text-align: center
}

.c-product-mini__name {
    display: block;
    overflow: hidden;
    height: 42px;
    transition: color .2s ease-in-out;
    font-weight: 500
}

.c-product-mini__prices {
    display: block;
    margin-top: 10px
}

.c-product-mini__compare-price,.c-product-mini__price {
    display: inline-block;
    font-weight: 500;
    white-space: nowrap
}

.c-product-mini__price {
    margin-right: 10px;
    font-size: 16px
}

.c-product-mini__compare-price {
    text-decoration: line-through;
    color: #bdbdbd;
    font-size: 12px
}

.c-products-thumbs {
    margin-left: -15px;
    margin-right: -15px
}

.c-products-thumbs::before {
    content: '';
    display: table;
    margin-bottom: -30px
}

.c-products-thumbs::after {
    content: '';
    display: table
}

.c-products-thumbs__item {
    width: 273px;
    display: inline-block;
    vertical-align: top;
    margin-left: 5px;
    margin-right: 5px;
    margin-top: 10px
}

@media (max-width:1199px) {
    .c-products-thumbs {
        margin-left: -.66667%;
        margin-right: -.66667%
    }

    .c-products-thumbs__item {
        width: 32%;
        margin-left: .66667%;
        margin-right: .66667%
    }
}

@media (max-width:767px) {
    .c-products-thumbs {
        margin-right: -1%;
        margin-left: -1%
    }

    .c-products-thumbs__item {
        width: 48%;
        margin-left: 1%;
        margin-right: 1%
    }
}

@media all and (max-width:560px) {
    .c-products-thumbs,.c-products-thumbs__item {
        margin-right: 0;
        margin-left: 0
    }

    .c-products-thumbs__item {
        /* width: 100% */
		width: 48%;
        margin-left: 1%;
        margin-right: 1%
    }
}

.c-product-thumb {
    position: relative;
    padding: 7px;
    margin: 3px;
    border: 1px solid #f2f2f2;
    border-radius: 5px;
    transition: box-shadow .2s ease-in-out
}

.c-product-thumb:hover {
    box-shadow: 0 10px 50px rgba(0,0,0,.07)
}

.c-product-thumb__delete-button-container,.c-product-thumb__recovery-button-container {
    position: absolute;
    top: 14px;
    right: 14px;
    z-index: 2;
    opacity: 0;
    transform: scale(1.1) translateZ(0);
    transition: opacity .2s ease-in-out,transform .2s ease-in-out;
    pointer-events: none
}

.c-product-thumb__video {
    position: absolute;
    right: 15px;
    top: 15px;
    z-index: 1
}

.c-product-thumb__badges {
    position: absolute;
    left: 15px;
    top: 15px;
    z-index: 1
}

.c-product-thumb__badges::after {
    content: '';
    display: table;
    margin-top: -5px
}

.c-product-thumb__badge {
    margin-bottom: 5px
}

.c-product-thumb__image-box {
    position: relative;
    width: 215px;
    height: 215px;
    margin-bottom: 5px;
    transition: opacity .2s ease-in-out
}

.c-product-thumb__image_dummy {
    width: 100px;
    height: auto
}

.c-product-thumb__image-buttons {
    height: 31px;
    position: absolute;
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
    margin: auto -5px;
    text-align: center;
    opacity: 0;
    transform: scale(1.1) translateZ(0);
    transition: opacity .2s ease-in-out,transform .2s ease-in-out
}

.c-product-thumb__image-button {
    display: inline-block;
    width: 31px;
    height: 31px;
    margin-left: 5px;
    margin-right: 5px;
    background: #fff;
    border-radius: 15px;
    color: #828282;
    cursor: pointer;
    transition: color .2s ease-in-out;
    box-shadow: 0 0 15px rgba(0,0,0,.15)
}

.c-product-thumb__image-button:hover {
    color: #333
}

.c-product-thumb__image-button.c-product-compare_active {
    color: var(--primary-color)
}

.c-product-thumb__image-button.c-product-favorite_active {
    color: #ff3131
}

@supports (-webkit-backdrop-filter:blur(5px)) or (backdrop-filter:blur(5px)) {
    .c-product-thumb__image-button {
        -webkit-backdrop-filter: blur(5px);
        backdrop-filter: blur(5px);
        background: rgba(255,255,255,.8)
    }
}

.c-product-thumb__name {
    overflow: hidden;
    height: 42px;
    font-weight: 500
}

.c-product-thumb__sku {
    margin-top: 15px;
    font-size: 13px;
    height: 19px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap
}

.c-product-thumb__sku-label {
    color: #828282;
    margin-right: 5px
}

.c-product-thumb__features,.c-product-thumb__summary {
    margin-top: 0px;
    font-size: 13px;
    
    overflow: hidden
}

.c-product-thumb__features {
    height: 91px
}

.c-product-thumb__rating {
    margin-top: 20px
}


.c-product-thumb__prices {
    margin-top: 20px;
    white-space: nowrap;
    overflow: hidden;
    
}

.c-product-thumb__price {
    margin-right: 10px;
    font-size: 18px;
    font-weight: 500
}

.c-product-thumb__compare-price {
    color: #828282;
    font-size: 13px;
    font-weight: 500;
    text-decoration: line-through
}

.c-product-thumb__available {
    margin-top: 20px;
    line-height: 0
}


.c-product-thumb__buttons {
    margin-top: 10px;
    display: table;
    width: 100%
}

.c-product-thumb__buttons-additional,.c-product-thumb__buttons-main {
    display: table-cell;
    vertical-align: middle
}

.c-product-thumb__buttons-main {
    width: 100%
}

.c-product-thumb__buttons-additional {
    padding-left: 20px;
    white-space: nowrap
}

.c-product-thumb__additional-buttons {
    margin-right: -20px;
    line-height: 0
}

.c-product-thumb__additional-button {
    display: inline-block;
    margin-right: 20px;
    color: #e0e0e0;
    cursor: pointer;
    transition: color .2s ease-in-out
}

.c-product-thumb__additional-button:hover {
    color: #bdbdbd
}

.c-product-thumb__additional-button.c-product-compare_active {
    color: var(--primary-color)
}

.c-product-thumb__additional-button.c-product-favorite_active {
    color: #ff3131
}

.c-product-thumb__buy-one-click {
    border-top: 1px solid #f2f2f2;
    margin-top: 20px;
    margin-bottom: -19px;
    text-align: center;
    padding: 6px 0
}

.c-product-thumb__arrived .plugin_arrived-button {
    display: none
}

.c-product-thumb__arrived-button {
    border-bottom-style: solid!important
}

.c-product-thumb:hover .c-product-thumb__delete-button-container {
    opacity: 1;
    transform: scale(1) translateZ(0);
    pointer-events: inherit
}

.c-product-thumb.c-product_delete .c-product-thumb__image-box {
    opacity: .3
}

.c-product-thumb.c-product_delete:hover .c-product-thumb__delete-button-container {
    opacity: 0;
    transform: scale(1.1) translateZ(0);
    pointer-events: none
}

.c-product-thumb.c-product_delete:hover .c-product-thumb__recovery-button-container {
    opacity: 1;
    transform: scale(1) translateZ(0);
    pointer-events: inherit
}

@media (max-width:1199px) {
    .c-product-thumb {
        box-shadow: 0 10px 30px rgba(0,0,0,.05)
    }

    .c-product-thumb__image-box {
        width: auto;
        height: 225px
    }

    .c-product-thumb__badges,.c-product-thumb__video {
        top: 20px;
        right: 20px
    }

    .c-product-thumb__name {
        margin-bottom: 0px
    }

    .c-product-thumb__price {
        font-size: 22px
    }

    .c-product-thumb__compare-price {
        font-size: 14px;
        display: block;
    }

    .c-product-thumb__delete-button-container {
        opacity: 1;
        pointer-events: inherit;
        transform: none
    }

    .c-product-thumb__recovery-button-container {
        transform: none
    }

    .c-product-thumb.c-product_delete .c-product-thumb__delete-button-container {
        opacity: 0;
        pointer-events: none
    }

    .c-product-thumb.c-product_delete .c-product-thumb__recovery-button-container {
        opacity: 1;
        pointer-events: inherit
    }
}

@media (min-width:1200px) {
    .l-products-thumbs-mini {
        display: inline-flex;
        align-items: center;
        vertical-align: top;
        margin-left: -15px;
        margin-right: -15px
    }

    .l-products-thumbs-mini__item {
        flex: none;
        margin-left: 15px;
        margin-right: 15px;
        width: 176px
    }
}

@media (max-width:1199px) {
    .l-products-thumbs-mini::before {
        content: '';
        display: table;
        margin-bottom: -30px
    }

    .l-products-thumbs-mini::after {
        content: '';
        display: block
    }

    .l-products-thumbs-mini__item {
        display: block;
        margin-top: 30px
    }
}

.c-product-thumb-mini__image-container {
    margin-bottom: 10px
}

.c-product-thumb-mini__image-box {
    width: 70px;
    height: 70px;
    position: relative
}

.c-product-thumb-mini__name-container {
    height: 42px;
    overflow: hidden;
    font-weight: 500
}

.c-product-thumb-mini__prices-container {
    margin-top: 10px;
    line-height: 1.2;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis
}

.c-product-thumb-mini__price {
    font-size: 16px;
    font-weight: 500
}

.c-product-thumb-mini__compare-price {
    font-size: 11px;
    font-weight: 500;
    color: #828282;
    margin-left: 8px;
    text-decoration: line-through
}

.c-product-thumb-mini__button-container {
    margin-top: 10px
}

@media (max-width:1199px) {
    .c-product-thumb-mini {
        display: flex
    }

    .c-product-thumb-mini__image-container {
        flex: none;
        margin-bottom: 0;
        margin-right: 10px
    }

    .c-product-thumb-mini__main-container {
        flex: auto
    }
}

.c-products-thumbs-slider {
    padding: 30px 30px 60px;
    margin: -30px -30px -60px;
    pointer-events: none
}

.c-products-thumbs-slider__wrapper {
    pointer-events: auto
}

.c-products-thumbs-slider__item {
    width: 50%;
    /* margin-right: 30px; */
	float: left;
    transform: translateZ(0)
}

.c-products-thumbs-slider_swiper .c-products-thumbs-slider__item,.c-products-thumbs-slider_swiper .c-products-thumbs-slider__wrapper {
    margin-right: 0
}

@media (max-width:1199px) {
    .c-products-thumbs-slider {
        padding: 30px 15px 60px;
        margin: -30px -15px -60px
    }

    .c-products-thumbs-slider__wrapper {
        max-width: 100vw
    }
}

.l-reviews-mini::after {
    content: '';
    display: table;
    margin-top: -30px
}

.l-reviews-mini__item {
    margin-bottom: 30px
}

.c-review-mini__product {
    display: table;
    table-layout: fixed;
    width: 100%;
    height: 60px
}

.c-review-mini__product-content,.c-review-mini__product-image-box {
    display: table-cell;
    vertical-align: middle
}

.c-review-mini__product-image-box {
    width: 70px;
    padding-right: 10px;
    text-align: center
}

.c-review-mini__product-name {
    font-weight: 500;
    line-height: 1.2;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis
}

.c-review-mini__product-rating {
    margin-top: 6px
}

.c-review-mini__author {
    margin-top: 20px;
    line-height: 1.2
}

.c-review-mini__text {
    margin-top: 10px;
    color: #828282;
    max-height: 80px;
    overflow: hidden
}

.c-review-mini__date {
    margin-top: 10px;
    font-size: 13px;
    line-height: 1.2
}

.c-reviews-thumbs {
    margin-left: -15px;
    margin-right: -15px
}

.c-reviews-thumbs::before {
    content: '';
    display: table;
    margin-bottom: -30px
}

.c-reviews-thumbs::after,.l-tags__list::after {
    content: '';
    display: table
}

.c-reviews-thumbs__item {
    display: inline-block;
    vertical-align: top;
    margin-left: 15px;
    margin-right: 15px;
    margin-top: 30px;
    width: 350px
}

.c-reviews-thumbs-slider_size_s .c-reviews-thumbs-slider__item,.c-reviews-thumbs_size_s .c-reviews-thumbs__item {
    width: 255px
}

@media (max-width:1199px) {
    .c-reviews-thumbs__wrapper {
        max-width: 100vw
    }

    .c-reviews-thumbs {
        padding-bottom: 30px
    }
}

.c-reviews-thumbs-slider {
    overflow: hidden;
    padding: 30px 30px 60px;
    margin: -30px -30px -60px
}

.c-reviews-thumbs-slider__wrapper {
    margin-right: -30px;
    white-space: nowrap
}

.c-reviews-thumbs-slider__item {
    display: inline-block;
    vertical-align: top;
    margin-right: 30px;
    white-space: normal;
    width: 350px
}

.c-reviews-thumbs-slider_swiper .c-reviews-thumbs-slider__item {
    margin-right: 0
}

@media (max-width:1199px) {
    .c-reviews-thumbs-slider {
        padding: 30px 15px 60px;
        margin: -30px -15px -60px
    }

    .c-reviews-thumbs-slider_wrapper {
        max-width: 100vw;
        margin-right: 0
    }
}

.c-review-thumb {
    padding: 20px;
    background-color: #fff;
    border: 1px solid #f2f2f2;
    border-radius: 5px;
    transition: box-shadow .2s ease-in-out
}

.c-review-thumb:hover {
    box-shadow: 0 10px 50px rgba(0,0,0,.07)
}

.c-review-thumb__product {
    display: table;
    table-layout: fixed;
    width: 100%
}

.c-review-thumb__product-content,.c-review-thumb__product-image-box {
    display: table-cell;
    vertical-align: middle
}

.c-review-thumb__product-image-box {
    width: 70px;
    height: 60px;
    padding-right: 10px;
    text-align: center
}

.c-review-thumb__product-name {
    font-weight: 500;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis
}

.c-review-thumb__product-rating {
    margin-top: 6px;
    line-height: 0
}

.c-review-thumb__author {
    margin-top: 20px
}

.c-review-thumb__text {
    margin-top: 10px;
    color: #828282;
    height: 63px;
    overflow: hidden
}

.c-review-thumb__date {
    margin-top: 10px;
    font-size: 13px;
    line-height: 1.2
}

.l-tags__list {
    margin-right: -5px
}

.l-tags__list::after {
    margin-top: -5px
}

.l-tags__item {
    display: inline-block;
    vertical-align: top;
    margin-right: 5px;
    margin-bottom: 5px
}

.l-tags__item_hidden {
    display: none
}

.l-tags__footer {
    margin-top: 15px;
    line-height: 1.2
}

.l-tags.c-toggle-block_active .l-tags__item_hidden {
    display: inline-block
}

.l-tags.c-toggle-block_active .l-tags__show-button,.l-tags__hide-button {
    display: none
}

.l-tags.c-toggle-block_active .l-tags__hide-button {
    display: inline
}

.c-tag {
    text-decoration: none;
    display: block;
    padding: 7px 10px 8px;
    background: #fafafa;
    color: #828282;
    transition: color .2s ease-in-out,background-color .2s ease-in-out;
    border-radius: 3px;
    font-size: 13px;
    line-height: 1.2
}

.c-tag:hover {
    background: var(--light-color);
    color: var(--primary-color)
}

.r-orders-blocks__item+.r-orders-blocks__item {
    border-top: 1px solid #f2f2f2
}

@media (min-width:1200px) {
    .r-orders-blocks {
        display: none
    }
}

.r-order-block {
    color: #333;
    text-decoration: none;
    display: flex;
    align-items: center;
    padding: 14px 0;
    line-height: 1.2
}

.r-order-block__additional-info-container,.r-order-block__arrow-container,.r-order-block__icon-container {
    flex: none
}

.r-order-block__icon-container {
    width: 32px
}

.r-order-block__main-info-container {
    flex: auto
}

.r-order-block__id-container {
    margin-bottom: 5px
}

.r-order-block__additional-info-container {
    text-align: right
}

.r-order-block__total-container {
    margin-bottom: 5px
}

.r-order-block__arrow-container {
    width: 21px;
    text-align: right
}

.r-order-block__icon {
    display: inline-block;
    vertical-align: top;
    background: currentColor;
    border-radius: 2px;
    width: 10px;
    height: 10px
}

.r-order-block__id {
    font-weight: 500
}

.r-order-block__status {
    font-size: 13px;
    font-weight: 500
}

.r-order-block__total {
    font-weight: 500
}

.r-order-block__date {
    font-size: 13px;
    color: #828282
}

.l-social-widgets {
    margin-left: -15px;
    margin-right: -15px
}

.l-social-widgets::before {
    content: '';
    display: table;
    margin-bottom: -30px
}

.l-social-widgets::after {
    content: '';
    display: table
}

.l-social-widgets__item {
    display: inline-block;
    vertical-align: top;
    margin-left: 15px;
    margin-right: 15px;
    margin-top: 30px;
    width: 255px
}

.c-home-block_style_gray {
    background: #fafafa;
    padding: 50px 0 60px
}

@media (max-width:1199px) {
    .c-home-description {
        padding-bottom: 30px
    }

    .c-home-description.c-content-decorator *+h1,.c-home-description.c-content-decorator *+h2,.c-home-description.c-content-decorator *+h3,.c-home-description.c-content-decorator *+h4,.c-home-description.c-content-decorator *+h5 {
        margin-top: 25px
    }

    .c-home-description.c-content-decorator h2 {
        font-size: 18px;
        line-height: 21px
    }

    .c-home-description.c-content-decorator h3,.c-home-description.c-content-decorator h4,.c-home-description.c-content-decorator h5 {
        font-size: 16px;
        line-height: 21px
    }

    .c-home-description.c-content-decorator p {
        margin-bottom: 25px
    }

    .c-home-description.c-content-decorator p:last-child {
        margin-bottom: 0
    }
}

.c-category-page__description,.c-category-page__subcategories {
    margin-bottom: 60px
}

.c-category-page__description_after-products {
    margin-top: 60px;
    margin-bottom: 0
}

.c-category-page__additional-description {
    margin-top: 60px
}

@media (max-width:1199px) {
    .c-category-page .r-subcategories,.c-category-page__description {
        margin-bottom: 30px
    }

    .r-filters__selected-list {
        margin-top: 15px
    }

    .c-category-page__additional-description {
        margin-top: 30px
    }
}

.c-product-page {
    padding-top: 15px
}

.c-product-page__footer {
    margin-top: 30px;
    display: table;
    width: 100%
}

.c-product-page__footer-content,.c-product-page__footer-social {
    display: table-cell;
    vertical-align: top
}

.c-product-page__footer-content {
    width: 100%
}

.c-product-page__footer-content::after {
    content: '';
    display: table;
    margin-top: -10px
}

.c-product-page__categories,.c-product-page__tags {
    margin-bottom: 10px
}

.c-product-page__footer-social {
    white-space: nowrap
}

.c-product-page__social-header {
    font-size: 16px;
    font-weight: 500
}

.c-product-page__social-content {
    margin-top: 10px
}

@media (min-width:1200px) {
    .c-product-page__responsive-content {
        display: none
    }
}

@media (max-width:1199px) {
    .c-product-page {
        padding-top: 0
    }

    .c-product-page__advantages,.c-product-page__content,.c-product-page__footer-social {
        display: none
    }
}

.c-product-cart-form__container {
    display: flex
}

.c-product-cart-form__container-content {
    flex: auto
}

.c-product-cart-form__container-image {
    position: relative;
    flex: none;
    width: 470px;
    padding-right: 30px
}

.c-product-cart-form__badges {
    position: absolute;
    left: 0;
    top: 0;
    z-index: 1
}

.c-product-cart-form__badges::after {
    content: '';
    display: table;
    margin-top: -5px
}

.c-product-cart-form__badge {
    margin-bottom: 5px
}

.c-product-cart-form__top-blocks {
    display: table;
    width: 100%
}

.c-product-cart-form__top-blocks_size_s {
    table-layout: fixed
}

.c-product-cart-form__top-blocks_size_s .c-product-cart-form__top-block_values {
    width: 470px
}

.c-product-cart-form__top-block {
    display: table-cell;
    vertical-align: middle
}

.c-product-cart-form__top-block_values {
    width: 100%;
    padding-right: 30px
}

.c-product-cart-form__top-block_additional-buttons {
    white-space: nowrap
}

.c-product-cart-form__top-values {
    margin-right: -20px
}

.c-product-cart-form__top-values::after {
    content: '';
    display: table;
    margin-top: -20px
}

.c-product-cart-form__top-value {
    display: inline-block;
    vertical-align: top;
    margin-right: 20px;
    margin-bottom: 20px;
    font-size: 13px
}

.c-product-cart-form__top-value_sku {
    display: none
}

.c-product-cart-form__additional-buttons {
    margin-right: -20px
}

.c-product-cart-form__additional-button-container {
    display: inline-block;
    margin-right: 20px
}

.c-product-cart-form__additional-button {
    color: #e0e0e0;
    cursor: pointer;
    font-size: 13px;
    transition: color .2s ease-in-out
}

.c-product-cart-form__additional-button:hover {
    color: #bdbdbd
}

.c-product-cart-form__additional-button.c-product-compare_active {
    color: var(--primary-color)
}

.c-product-cart-form__additional-button.c-product-favorite_active {
    color: #ff3131
}

.c-product-cart-form__columns {
    display: table;
    table-layout: fixed;
    width: 100%
}

.c-product-cart-form__columns-additional,.c-product-cart-form__columns-main {
    display: table-cell;
    vertical-align: top
}

.c-product-cart-form__columns-main {
    width: 335px;
    padding-right: 30px
}

.c-product-cart-form__blocks::after {
    content: '';
    display: table;
    margin-top: -30px
}

.c-product-cart-form__block {
    margin-bottom: 30px
}

.c-product-cart-form__sub-blocks::after {
    content: '';
    display: table;
    margin-top: -20px
}

.c-product-cart-form__features,.c-product-cart-form__reviews,.c-product-cart-form__services,.c-product-cart-form__skus,.c-product-cart-form__sub-block {
    margin-bottom: 20px
}

.c-product-cart-form__features-all {
    margin-top: 10px;
    font-size: 13px
}

.c-product-cart-form__detail-button {
    margin: 0 20px
}

.c-product-cart-form__responsive-header {
    margin-bottom: 30px
}

.c-product-cart-form__responsive-sub-header {
    margin-top: -20px;
    margin-bottom: 30px;
    overflow: hidden
}

.c-product-cart-form_has-sku .c-product-cart-form__top-value_sku {
    display: inline-block
}

.c-product-cart-form_modal,.c-product-cart-form_modal-extend {
    margin: 0 auto
}

.c-product-cart-form_modal {
    width: 855px
}

.c-product-cart-form_modal .c-product-cart-form__columns-main {
    padding-right: 0;
    width: 305px
}

.c-product-cart-form_modal .c-product-cart-form__columns-additional {
    display: none
}

.c-product-cart-form_modal-extend {
    width: 1190px
}

.c-product-cart-form__dp-container {
    transition: opacity .2s ease-in-out;
    position: relative
}

.c-product-cart-form__dp-container .dp-product {
    border: 1px solid #f2f2f2;
    border-radius: 5px;
    transition: box-shadow .2s ease-in-out
}

.c-product-cart-form__dp-container .dp-product:hover {
    box-shadow: 0 10px 50px rgba(0,0,0,.07)
}

.c-product-cart-form__dp-spinner {
    pointer-events: none;
    position: absolute;
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
    margin: auto;
    opacity: 0
}

.c-product-cart-form__dp-container_loading {
    opacity: .2;
    pointer-events: none
}

.c-product-cart-form__dp-container_loading .c-product-cart-form__dp-spinner {
    opacity: 1;
    width: 64px;
    height: 64px;
    color: var(--primary-color)
}

@media (min-width:1200px) {
    .c-product-cart-form__r-additional-buttons,.c-product-cart-form__responsive-header,.c-product-cart-form__responsive-sub-header {
        display: none
    }
}

@media (max-width:1199px) {
    .c-product-cart-form__container,.c-product-cart-form__container-content,.c-product-cart-form__container-image {
        display: block
    }

    .c-product-cart-form__container-image {
        width: auto;
        padding-right: 0;
        margin-bottom: 30px
    }

    .c-product-cart-form__columns {
        display: block
    }

    .c-product-cart-form__columns::before {
        content: '';
        display: table;
        margin-bottom: -30px
    }

    .c-product-cart-form__columns::after {
        content: '';
        display: block
    }

    .c-product-cart-form__columns-additional,.c-product-cart-form__columns-main {
        width: auto;
        padding-right: 0;
        display: block;
        margin-top: 30px
    }

    .c-product-cart-form__additional-buttons {
        margin-right: 0
    }

    .c-product-cart-form__header,.c-product-cart-form__top-blocks-container {
        display: none
    }

    .c-product-cart-form__dp-container .dp-product {
        box-shadow: 0 10px 30px rgba(0,0,0,.05)
    }

    .c-product-cart-form__r-additional-buttons {
        position: absolute;
        top: 0;
        right: 0;
        z-index: 1
    }

    .c-product-cart-form__r-additional-button {
        margin-bottom: 20px;
        transition: color .2s ease-in-out;
        color: #e0e0e0
    }

    .c-product-cart-form__r-additional-button:hover {
        color: #bdbdbd
    }

    .c-product-cart-form__r-additional-button.c-product-compare_active {
        color: var(--primary-color)
    }

    .c-product-cart-form__r-additional-button.c-product-favorite_active {
        color: #ff3131
    }
}

.l-product-features-selects::after {
    content: '';
    display: table;
    margin-top: -20px
}

.l-product-features-selects__item {
    margin-bottom: 20px
}

.c-product-feature-select {
    margin-right: -15px
}

.c-product-feature-select::after {
    content: '';
    display: table;
    margin-top: -15px
}

.c-product-feature-select__value {
    display: inline-block;
    vertical-align: top;
    padding: 8px 12px;
    border-radius: 5px;
    border: 1px solid #e0e0e0;
    font-size: 14px;
    font-weight: 500;
    color: #828282;
    cursor: pointer;
    margin-right: 15px;
    margin-bottom: 15px;
    transition: color ease-in-out .2s,border-color ease-in-out .2s
}

.c-product-feature-select__value:hover {
    border-color: #828282
}

.c-product-feature-select__value_selected,.c-product-feature-select__value_selected:hover {
    color: var(--primary-color);
    border-color: var(--primary-color)
}

.c-product-feature-select__color {
    display: inline-block;
    vertical-align: top;
    width: 31px;
    height: 31px;
    border-radius: 15px;
    border: 1px solid rgba(0,0,0,.1);
    cursor: pointer;
    margin-right: 15px;
    margin-bottom: 15px;
    position: relative;
    overflow: hidden
}

.c-product-feature-select__color::before {
    content: '';
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    margin: auto;
    display: inline-block;
    transition: opacity .2s ease-in-out,transform .2s ease-in-out;
    opacity: 0;
    background-image: url("data:image/svg+xml;charset=utf8,%3Csvg width='12' height='9' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M12 .946L3.771 9 0 5.309l.967-.947L3.77 7.101 11.033 0 12 .946z' fill='%23333'/%3E%3C/svg%3E");
    width: 12px;
    height: 9px;
    transform: scale(1.2) translateZ(0)
}

.c-product-feature-select__color::after {
    content: '';
    position: absolute;
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
    transition: background-color .2s ease-in-out
}

.c-product-feature-select__color:hover::after {
    background-color: rgba(0,0,0,.1)
}

.c-product-feature-select__color_dark::before {
    background-image: url("data:image/svg+xml;charset=utf8,%3Csvg width='12' height='9' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M12 .946L3.771 9 0 5.309l.967-.947L3.77 7.101 11.033 0 12 .946z' fill='%23fff'/%3E%3C/svg%3E");
    width: 12px;
    height: 9px;
    transform: scale(1.2) translateZ(0)
}

.c-product-feature-select__color_selected::before {
    opacity: 1;
    transform: scale(1) translateZ(0)
}

.c-product-stocks-info {
    display: none
}

.c-product-stocks-info__stock+.c-product-stocks-info__stock {
    margin-top: 10px
}

.c-product-stocks-info_selected {
    display: block
}

.c-product-tabs__content {
    display: none
}

.c-product-tabs__content_selected {
    display: block
}

.c-product-features::before {
    content: '';
    display: table;
    margin-bottom: -30px
}

.c-product-features::after {
    content: '';
    display: block
}

.c-product-features__group {
    display: block;
    margin-top: 30px
}

.c-product-features__group-name {
    margin-bottom: 25px;
    font-size: 18px;
    font-weight: 500
}

.c-product-features__group-features::before {
    content: '';
    display: table;
    margin-bottom: -20px
}

.c-product-features__group-features::after {
    content: '';
    display: block
}

.c-product-features__group-feature {
    display: block;
    margin-top: 20px
}

@media (max-width:1199px) {
    .c-product-features::before {
        content: '';
        display: table;
        margin-bottom: -15px
    }

    .c-product-features::after {
        content: '';
        display: block
    }

    .c-product-features__group,.c-product-features__group-feature {
        display: block;
        margin-top: 15px
    }

    .c-product-features__group-features::before {
        content: '';
        display: table;
        margin-bottom: -15px
    }

    .c-product-features__group-features::after {
        content: '';
        display: block
    }

    .c-product-features__group-name {
        font-size: 16px;
        margin-bottom: 15px
    }
}

.c-product-feature {
    display: table;
    width: 100%;
    table-layout: fixed;
    font-size: 16px;
    color: #828282
}

.c-product-feature__name-box,.c-product-feature__value {
    display: table-cell;
    vertical-align: bottom
}

.c-product-feature__name-box {
    position: relative
}

.c-product-feature__name-box::before {
    content: '';
    position: absolute;
    left: 0;
    right: 10px;
    bottom: 0;
    border-bottom: 3px dotted #e0e0e0
}

.c-product-feature__name {
    background: #fff;
    padding-right: 10px;
    padding-bottom: 3px;
    position: relative
}

.c-product-feature__value {
    width: 495px
}

@media (max-width:1199px) {
    .c-product-feature {
        font-size: 14px
    }

    .c-product-feature__value {
        width: auto
    }

    .c-product-feature__name-box {
        content: none;
        vertical-align: top
    }

    .c-product-feature__value {
        vertical-align: top
    }
}

.c-product-main-images {
    padding: 0;
    margin: 0;
    list-style: none
}

.c-product-main-images__image {
    height: 720px;
    text-align: center;
    outline: 0;
    cursor: pointer
}

.c-product-main-images__video-wrapper {
    position: relative;
    height: 100%
}

.c-product-main-images__video {
    position: absolute;
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
    margin: auto
}

.c-product-main-images_modal .c-product-main-images__image {
    height: 460px
}

.c-product-images {
    position: relative
}

.c-product-images__responsive-additional-buttons {
    position: absolute;
    right: 0;
    top: 0;
    z-index: 1
}

.c-product-images__responsive-additional-buttons::before {
    content: '';
    display: table;
    margin-bottom: -21px
}

.c-product-images__responsive-additional-buttons::after {
    content: '';
    display: block
}

.c-product-images__responsive-additional-button {
    display: block;
    margin-top: 21px;
    line-height: 1;
    font-size: 16px;
    color: #e0e0e0;
    cursor: pointer;
    transition: color .2s ease-in-out
}

.c-product-images__responsive-additional-button:hover {
    color: #bdbdbd
}

.c-product-images__responsive-additional-button.c-product-compare_active {
    color: var(--primary-color)
}

.c-product-images__responsive-additional-button.c-product-favorite_active {
    color: #ff3131
}

.c-product-images__images-container {
    position: relative
}

.c-product-images__zoom-container {
    position: absolute;
    left: 100%;
    margin-left: 30px;
    top: 0;
    bottom: 0;
    width: 640px;
    pointer-events: none;
    z-index: 10
}

.c-product-images__images {
    position: relative;
    overflow: hidden
}

.c-product-images__images-wrapper {
    white-space: nowrap
}

.c-product-images__image {
    position: relative;
    display: inline-block;
    vertical-align: top;
    width: 100%;
    height: 440px
}

.c-product-images__image .c-zoom {
    position: absolute
}

.c-product-images__thumb {
    width: 50px;
    height: 50px;
    position: relative;
    border: 1px solid transparent;
    transition: border-color .2s ease-in-out;
    border-radius: 5px;
    cursor: pointer;
    overflow: hidden
}

.c-product-images__thumb:hover {
    border-color: #828282
}

.c-product-images__thumb.swiper-slide-thumb-active {
    border-color: var(--primary-color)
}

.c-product-images__thumb_video::after,.c-product-images__thumb_video::before {
    content: '';
    position: absolute;
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
    z-index: 1;
    pointer-events: none
}

.c-product-images__thumb_video::before {
    background: rgba(0,0,0,.5)
}

.c-product-images__thumb_video::after {
    margin: auto;
    background-image: url("data:image/svg+xml;charset=utf8,%3Csvg width='30' height='30' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M9.375 6.563L24 15 9.375 23.438V6.563z' fill='%23fff'/%3E%3C/svg%3E");
    width: 30px;
    height: 30px;
    fill: #fff
}

.c-product-images__video-thumb {
    max-width: 36px;
    max-height: 36px
}

.c-product-images__arrow {
    cursor: pointer;
    transition: opacity .2s ease-in-out
}

.c-product-images__arrow:hover .c-product-images__arrow-icon {
    fill: #828282
}

.c-product-images__arrow_disabled {
    opacity: 0;
    pointer-events: none
}

.c-product-images__arrow-icon {
    width: 7px;
    height: 12px;
    fill: #bdbdbd;
    transition: fill .2s ease-in-out;
    position: absolute;
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
    margin: auto
}

.c-product-images_thumbs-position_bottom .c-product-images__arrow {
    position: absolute;
    top: 0;
    bottom: 0;
    width: 17px
}

.c-product-images_thumbs-position_bottom .c-product-images__arrow_prev {
    right: 100%;
    margin-right: 5px
}

.c-product-images_thumbs-position_bottom .c-product-images__arrow_next {
    left: 100%;
    margin-left: 5px
}

.c-product-images_thumbs-position_bottom .c-product-images__thumbs-container {
    width: 230px;
    margin: 20px auto 0;
    position: relative
}

.c-product-images_thumbs-position_bottom .c-product-images__thumbs {
    white-space: nowrap;
    overflow: hidden;
    margin-left: -5px;
    margin-right: -5px
}

.c-product-images_thumbs-position_bottom .c-product-images__thumbs_swiper-init,.c-product-images_thumbs-position_bottom .c-product-images__thumbs_swiper-init .c-product-images__thumb {
    margin-left: 0;
    margin-right: 0
}

.c-product-images_thumbs-position_bottom .c-product-images__thumb {
    display: inline-block;
    vertical-align: top;
    margin-left: 5px;
    margin-right: 5px
}

.c-product-images_thumbs-position_left {
    display: table;
    width: 100%;
    table-layout: fixed;
    direction: rtl
}

.c-product-images_thumbs-position_left .c-product-images__arrow {
    position: absolute;
    left: 0;
    right: 0;
    height: 17px
}

.c-product-images_thumbs-position_left .c-product-images__arrow_prev {
    bottom: 100%;
    margin-bottom: 5px
}

.c-product-images_thumbs-position_left .c-product-images__arrow_next {
    top: 100%;
    margin-top: 5px
}

.c-product-images_thumbs-position_left .c-product-images__arrow-icon {
    transform: rotate(90deg)
}

.c-product-images_thumbs-position_left .c-product-images__images-container,.c-product-images_thumbs-position_left .c-product-images__thumbs-container {
    display: table-cell;
    vertical-align: middle;
    direction: ltr
}

.c-product-images_thumbs-position_left .c-product-images__images-container {
    position: relative
}

.c-product-images_thumbs-position_left .c-product-images__thumbs-container {
    width: 70px;
    position: relative;
    padding-right: 20px
}

.c-product-images_thumbs-position_left .c-product-images__thumbs-container-wrapper {
    height: 230px;
    position: relative
}

.c-product-images_thumbs-position_left .c-product-images__thumbs {
    height: 100%;
    overflow: hidden
}

.c-product-images_thumbs-position_left .c-product-images__thumbs::before {
    content: '';
    display: table;
    margin-bottom: -10px
}

.c-product-images_thumbs-position_left .c-product-images__thumbs::after {
    content: '';
    display: block
}

.c-product-images_thumbs-position_left .c-product-images__thumb {
    display: block;
    margin-top: 10px
}

@media (min-width:1200px) {
    .c-product-images__responsive-additional-buttons {
        display: none
    }
}

@media (max-width:1199px) {
    .c-product-images__zoom-container {
        display: none
    }

    .c-product-images__image {
        height: 315px
    }
}

.l-product-skus::after,.l-services::after {
    content: '';
    display: table;
    margin-top: -10px
}

.l-product-skus__item {
    margin-bottom: 10px
}

.l-services::after {
    margin-top: -15px
}

.l-services__item {
    margin-bottom: 15px
}

.c-service__control {
    line-height: 0
}

.c-service__variants {
    margin-top: 10px
}

.c-quantity {
    display: inline-table;
    vertical-align: top;
    table-layout: fixed;
    border: 1px solid #e0e0e0;
    background-color: #fff;
    border-radius: 5px;
    overflow: hidden
}

.c-quantity__button,.c-quantity__input-box {
    display: table-cell;
    vertical-align: middle
}

.c-quantity__button {
    line-height: 0;
    width: 19px;
    text-align: center;
    color: #828282;
    cursor: pointer;
    transition: background-color .2s ease-in-out;
    user-select: none
}

.c-quantity__button:hover {
    background-color: #f2f2f2
}

.c-quantity__input {
    width: 40px;
    padding-left: 5px;
    padding-right: 5px;
    text-align: center;
    vertical-align: top;
    border: 1px solid #e0e0e0;
    border-radius: 0;
    margin-top: -1px;
    margin-bottom: -1px
}

.c-quantity__input:focus {
    border-color: #e0e0e0
}

.c-quantity_size_l .c-quantity__button {
    width: 24px
}

.c-quantity_size_l .c-quantity__input {
    width: 50px;
    padding-top: 9px;
    padding-bottom: 10px;
    font-size: 16px
}

.c-quantity_size_s .c-quantity__button {
    width: 19px
}

.c-quantity_size_s .c-quantity__input {
    width: 40px;
    padding-top: 5px;
    padding-bottom: 6px
}

.c-product-rating-overview {
    display: table;
    line-height: 1.2
}

.c-product-rating-overview__count-reviews,.c-product-rating-overview__rating {
    display: table-cell;
    vertical-align: middle
}

.c-product-rating-overview__count-reviews {
    padding-left: 10px;
    font-size: 13px
}

.c-product-badge {
    display: inline-block;
    vertical-align: top;
    padding: 2px 10px 3px;
    border-radius: 3px;
    font-size: 13px;
    line-height: 1.5;
    font-weight: 500;
    color: #fff;
    text-transform: lowercase
}

.c-product-badge_bestseller {
    background-color: #9b51e0
}

.c-product-badge_new {
    background-color: #27ae60
}

.c-product-badge_lowprice {
    background-color: #ff3131
}

.c-product-badge_custom {
    padding: 0
}

.c-product-badge_custom>.badge {
    padding: 4px 10px;
    border-radius: 3px
}

.c-product-badge_size_s {
    border-radius: 3px;
    padding: 1px 5px 2px;
    font-size: 10px
}

.c-product-add-to-cart {
    border: 1px solid #f2f2f2;
    border-radius: 5px;
    padding: 19px;
    transition: box-shadow .2s ease-in-out
}

.c-product-add-to-cart:hover {
    box-shadow: 0 10px 50px rgba(0,0,0,.07)
}

.c-product-add-to-cart__skus-stocks {
    margin-bottom: 15px
}

.c-product-add-to-cart__prices {
    margin-bottom: 10px
}

.c-product-add-to-cart__price {
    font-size: 24px;
    font-weight: 500
}

.c-product-add-to-cart__compare-price {
    display: none;
    color: #bdbdbd;
    font-size: 18px;
    font-weight: 500;
    text-decoration: line-through;
    margin-left: 10px
}

.c-product-add-to-cart__controls {
    display: table;
    table-layout: fixed;
    width: 100%
}

.c-product-add-to-cart__controls-button,.c-product-add-to-cart__controls-quantity {
    display: inline-block;
    vertical-align: top;
    width: 144px;
}

.c-product-add-to-cart__controls-quantity {
    width: 115px;
    padding-right: 15px;
    display: none;
}

.c-product-add-to-cart__buy-one-click {
    margin-top: 10px
}

.c-product-add-to-cart__arrived,.c-product-add-to-cart__arrived .plugin_arrived-button,.c-product-add-to-cart_disabled.c-product-add-to-cart_has-arrived .c-product-add-to-cart__buy-one-click,.c-product-add-to-cart_disabled.c-product-add-to-cart_has-arrived .c-product-add-to-cart__controls {
    display: none
}

.c-product-add-to-cart__arrived-button {
    border-bottom-style: solid!important
}

.c-product-add-to-cart_has-compare-price .c-product-add-to-cart__compare-price {
    display: inline
}

.c-product-add-to-cart_disabled.c-product-add-to-cart_has-arrived .c-product-add-to-cart__arrived {
    display: block
}

@media (max-width:1199px) {
    .c-product-add-to-cart {
        box-shadow: 0 10px 30px rgba(0,0,0,.05)
    }
}

.c-product-available {
    display: inline-block;
    vertical-align: top
}

.c-product-available_in-stock {
    color: #27ae60
}

.c-product-available_low {
    color: #f39c12
}

.c-product-available_critical,.c-product-available_out-of-stock {
    color: #ff3131
}

.c-product-available_size_s {
    font-size: 13px
}

.c-product-skus-stocks__sku-stocks {
    display: none
}

.c-product-skus-stocks__sku-stocks::after {
    content: '';
    display: table;
    margin-top: -20px
}

.c-product-skus-stocks__sku-stocks_selected {
    display: block
}

.c-product-skus-stocks__sku-stocks_no-sku {
    font-size: 11px;
    color: #ff3131
}

.c-product-skus-stocks__sku-stocks_no-sku::after {
    content: none
}

.c-product-skus-stocks__sku-stock {
    margin-bottom: 20px
}

.c-product-skus-stocks__sku-stock-name {
    font-weight: 500;
    margin-bottom: 10px
}

.c-product-gallery {
    max-width: 100%;
    width: 1300px
}

.c-product-gallery__header {
    display: table;
    width: 100%;
    margin-top: -10px
}

.c-product-gallery__header-product-name,.c-product-gallery__header-product-offer {
    display: table-cell;
    vertical-align: middle
}

.c-product-gallery__header-product-name {
    width: 100%
}

.c-product-gallery__header-product-offer {
    white-space: nowrap;
    padding-right: 30px
}

.c-product-gallery__offer {
    display: table;
    table-layout: fixed
}

.c-product-gallery__offer-button,.c-product-gallery__offer-prices {
    display: table-cell;
    vertical-align: middle
}

.c-product-gallery__offer-prices {
    padding-right: 20px
}

.c-product-gallery__price {
    font-size: 24px;
    font-weight: 500
}

.c-product-gallery__compare-price {
    font-size: 18px;
    color: #bdbdbd;
    margin-left: 10px;
    text-decoration: line-through
}

.c-product-gallery__images-container {
    position: relative
}

.c-product-gallery__images {
    position: relative;
    overflow: hidden
}

.c-product-gallery__images-wrapper {
    white-space: nowrap
}

.c-product-gallery__image {
    position: relative;
    display: inline-block;
    vertical-align: top;
    width: 100%;
    height: 600px
}

.c-product-gallery__thumbs-container {
    width: 230px;
    margin: 20px auto 0;
    position: relative
}

.c-product-gallery__thumbs {
    white-space: nowrap;
    overflow: hidden;
    margin-left: -5px;
    margin-right: -5px
}

.c-product-gallery__thumbs_swiper-init,.c-product-gallery__thumbs_swiper-init .c-product-gallery__thumb {
    margin-left: 0;
    margin-right: 0
}

.c-product-gallery__thumb {
    display: inline-block;
    vertical-align: top;
    margin-left: 5px;
    margin-right: 5px;
    width: 50px;
    height: 50px;
    position: relative;
    border: 1px solid transparent;
    transition: border-color .2s ease-in-out;
    border-radius: 5px;
    cursor: pointer;
    overflow: hidden
}

.c-product-gallery__thumb:hover {
    border-color: #828282
}

.c-product-gallery__thumb.swiper-slide-thumb-active {
    border-color: var(--primary-color)
}

.c-product-gallery__thumb_video::after,.c-product-gallery__thumb_video::before {
    content: '';
    position: absolute;
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
    z-index: 1;
    pointer-events: none
}

.c-product-gallery__thumb_video::before {
    background: rgba(0,0,0,.5)
}

.c-product-gallery__thumb_video::after {
    margin: auto;
    background-image: url("data:image/svg+xml;charset=utf8,%3Csvg width='30' height='30' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M9.375 6.563L24 15 9.375 23.438V6.563z' fill='%23fff'/%3E%3C/svg%3E");
    width: 30px;
    height: 30px;
    fill: #fff
}

.c-product-gallery__video-thumb {
    max-width: 36px;
    max-height: 36px
}

.c-product-gallery__arrow {
    position: absolute;
    top: 0;
    bottom: 0;
    width: 46px;
    cursor: pointer;
    transition: opacity .2s ease-in-out;
    outline: 0
}

.c-product-gallery__arrow:hover .c-product-gallery__arrow-icon {
    fill: rgba(51,51,51,.4)
}

.c-product-gallery__arrow_prev {
    left: 0;
    margin-left: -10px
}

.c-product-gallery__arrow_next {
    right: 0;
    margin-right: -10px
}

.c-product-gallery__arrow_disabled {
    opacity: 0;
    pointer-events: none
}

.c-product-gallery__arrow-icon {
    width: 16px;
    height: 26px;
    fill: rgba(51,51,51,.2);
    transition: fill .2s ease-in-out;
    position: absolute;
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
    margin: auto
}

.c-product-gallery__thumb-arrow {
    position: absolute;
    top: 0;
    bottom: 0;
    width: 17px;
    cursor: pointer;
    transition: opacity .2s ease-in-out
}

.c-product-gallery__thumb-arrow:hover .c-product-gallery__thumb-arrow-icon {
    fill: #828282
}

.c-product-gallery__thumb-arrow_prev {
    right: 100%;
    margin-right: 5px
}

.c-product-gallery__thumb-arrow_next {
    left: 100%;
    margin-left: 5px
}

.c-product-gallery__thumb-arrow_disabled {
    opacity: 0;
    pointer-events: none
}

.c-product-gallery__thumb-arrow-icon {
    width: 7px;
    height: 12px;
    fill: #bdbdbd;
    transition: fill .2s ease-in-out;
    position: absolute;
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
    margin: auto
}

.c-product-reviews {
    display: table;
    table-layout: fixed;
    width: 100%
}

.c-product-reviews__reviews-container,.c-product-reviews__summary-container {
    display: table-cell;
    vertical-align: top
}

.c-product-reviews__summary-container {
    width: 335px;
    padding-left: 30px
}

.c-product-reviews__empty-container {
    display: none
}

.c-product-reviews__reviews::after {
    content: '';
    display: table;
    margin-top: -30px
}

.c-product-reviews__review {
    margin-bottom: 30px
}

.c-product-reviews__review_filtered,.c-product-reviews__review_hidden,.c-product-reviews_empty .c-product-reviews__reviews-container,.c-product-reviews_empty .c-product-reviews__summary-container {
    display: none
}

.c-product-reviews__more {
    margin-top: 40px;
    text-align: center;
    display: none
}

.c-product-reviews_empty .c-product-reviews__empty-container {
    display: table-cell
}

.c-product-reviews.c-toggle-block_active .c-product-reviews__review_hidden,.c-product-reviews_has-hidden .c-product-reviews__more {
    display: block
}

.c-product-reviews.c-toggle-block_active .c-product-reviews__more,.c-product-reviews.c-toggle-block_active .c-product-reviews__review_filtered {
    display: none
}

.c-product-reviews__responsive-header-text-container {
    margin-bottom: 15px
}

.c-product-reviews__responsive-header-bottom-container {
    display: table;
    width: 100%
}

.c-product-reviews__responsive-header-button-container,.c-product-reviews__responsive-header-rating-container {
    display: table-cell;
    vertical-align: middle
}

.c-product-reviews__responsive-header-rating-container {
    width: 100%
}

.c-product-reviews__responsive-header-button-container {
    white-space: nowrap
}

.c-product-reviews__responsive-header-rating-text {
    color: #828282;
    margin-top: 5px;
    font-size: 12px
}

@media (min-width:1200px) {
    .c-product-reviews__responsive-header-container {
        display: none
    }
}

@media (max-width:1199px) {
    .c-product-reviews,.c-product-reviews__reviews-container,.c-product-reviews_empty .c-product-reviews__empty-container {
        display: block
    }

    .c-product-reviews__summary-container {
        display: none
    }

    .c-product-reviews__reviews::after {
        content: none
    }

    .c-product-reviews__review {
        margin: -1px -15px 0;
        border-top: 1px solid #f2f2f2;
        border-bottom: 1px solid #f2f2f2
    }

    .c-product-reviews__more {
        padding: 25px 0 15px;
        margin: 0
    }

    .c-product-reviews__header-container {
        display: none
    }
}

.c-product-reviews-summary::after {
    content: '';
    display: table;
    margin-top: -30px
}

.c-product-reviews-summary__block {
    margin-bottom: 30px
}

.c-product-reviews-summary__rating {
    text-align: center;
    padding-top: 8px
}

.c-product-reviews-summary__rating-text {
    font-size: 12px;
    text-align: center;
    color: #828282;
    margin-top: 5px
}

.c-product-reviews-summary__button-container {
    margin-top: 14px;
    text-align: center
}

.c-product-reviews-overview {
    border: 1px solid #f2f2f2;
    border-radius: 5px;
    transition: box-shadow .2s ease-in-out;
    padding: 19px
}

.c-product-reviews-overview:hover {
    box-shadow: 0 10px 50px rgba(0,0,0,.07)
}

.c-product-reviews-overview__header {
    font-size: 16px;
    font-weight: 500;
    margin-bottom: 20px
}

.c-product-reviews-overview__rates::after {
    display: table;
    content: '';
    margin-top: -15px
}

.c-product-reviews-overview__rate {
    margin-bottom: 15px;
    display: table;
    table-layout: fixed;
    width: 100%
}

.c-product-reviews-overview__rate-count,.c-product-reviews-overview__rate-percent,.c-product-reviews-overview__rate-rating {
    display: table-cell;
    vertical-align: middle
}

.c-product-reviews-overview__rate-rating {
    width: 113px;
    padding-right: 20px
}

.c-product-reviews-overview__rate-percent {
    width: 51px;
    padding-right: 20px;
    color: #828282
}

.c-product-reviews-overview__reset-container {
    margin-top: 20px;
    display: none
}

.c-product-reviews-overview_has-filter .c-product-reviews-overview__reset-container {
    display: block
}

.c-product-review {
    border: 1px solid #f2f2f2;
    border-radius: 5px;
    padding: 19px;
    transition: box-shadow .2s ease-in-out
}

.c-product-review:hover {
    box-shadow: 0 10px 50px rgba(0,0,0,.07)
}

.c-product-review__author {
    margin-bottom: 15px
}

.c-product-review__rating {
    margin-bottom: 15px;
    line-height: 0
}

.c-product-review__title {
    margin-bottom: 15px
}

.c-product-review__footer {
    margin-top: 15px;
    line-height: 1.2;
    display: table
}

.c-product-review__footer-date,.c-product-review__footer-reply {
    display: table-cell;
    vertical-align: middle
}

.c-product-review__footer-date {
    padding-right: 20px
}

.c-product-review__replies {
    display: none;
    margin-top: 20px;
    padding-left: 20px;
    border-left: 2px solid var(--primary-color)
}

.c-product-review__replies::after {
    content: '';
    display: table;
    margin-top: -20px
}

.c-product-review__reply {
    margin-bottom: 20px
}

.c-product-review_reply {
    border: 0;
    border-radius: 0;
    padding: 0
}

.c-product-review_reply:hover {
    box-shadow: none
}

.c-product-review_has-replies .c-product-review__replies {
    display: block
}

@media (max-width:1199px) {
    .c-product-review {
        border: 0
    }

    .c-product-review:hover {
        box-shadow: none
    }

    .c-product-review_depth_3 .c-product-review__footer-reply,.c-product-review_depth_3 .c-product-review__replies {
        display: none
    }
}

.c-product-review-reply-form {
    position: relative
}

.c-product-review-reply-form__close-button {
    position: absolute;
    top: 0;
    right: 0;
    color: #bdbdbd;
    cursor: pointer;
    transition: color .2s ease-in-out;
    line-height: 0;
    z-index: 1
}

.c-product-review-reply-form__close-button:hover {
    color: #828282
}

@media (min-width:1200px) {
    .c-product-review-reply-form__responsive-close-button {
        display: none
    }
}

@media (max-width:1199px) {
    .c-product-review-reply-form__close-button {
        display: none
    }
}

.c-product-review-form {
    width: 500px;
    margin: 0 auto
}

@media (max-width:1199px) {
    .c-product-review-form {
        width: 100%
    }
}

.c-cart-page__clear-button-box {
    float: right;
    margin-top: 12px
}

@media (min-width:1200px) {
    .c-cart-page__container {
        display: table;
        table-layout: fixed;
        width: 100%
    }

    .c-cart-page__container-items,.c-cart-page__container-summary {
        display: table-cell;
        vertical-align: top
    }

    .c-cart-page__container-summary {
        width: 410px;
        padding-left: 60px
    }
}

@media (max-width:1199px) {
    .c-cart-page__container-items {
        margin-bottom: 30px
    }
}

@media (min-width:1200px) {
    .c-cart-item-modal {
        width: 864px;
        margin: 0 auto
    }

    .c-cart-item-modal__cart-container {
        margin-top: 30px;
        border-top: 1px solid #f2f2f2;
        padding-top: 30px;
        color: #828282
    }

    .c-cart-item-modal__cart {
        display: table;
        width: 100%
    }

    .c-cart-item-modal__cart-buttons-container,.c-cart-item-modal__cart-info {
        display: table-cell;
        vertical-align: middle
    }

    .c-cart-item-modal__cart-info {
        width: 100%;
        font-size: 13px
    }

    .c-cart-item-modal__cart-buttons {
        margin: 0 -10px;
        white-space: nowrap
    }

    .c-cart-item-modal__cart-button {
        display: inline-block;
        vertical-align: top;
        margin: 0 10px
    }

    .c-cart-item-modal__products-container {
        margin-top: 30px;
        border-top: 1px solid #f2f2f2;
        padding-top: 30px
    }
}

@media (max-width:1199px) {
    .c-cart-item-modal__item-container {
        margin-bottom: 25px
    }

    .c-cart-item-modal__cart-buttons::before {
        content: '';
        display: table;
        margin-bottom: -15px
    }

    .c-cart-item-modal__cart-buttons::after {
        content: '';
        display: block
    }

    .c-cart-item-modal__cart-button {
        display: block;
        margin-top: 15px
    }

    .c-cart-item-modal__products-container {
        margin-top: 25px;
        border-top: 1px solid #f2f2f2;
        padding-top: 25px
    }

    .c-cart-item-modal__cart-info {
        display: none
    }

    .c-cart-item-modal__button {
        width: 100%
    }
}

@media (min-width:1200px) {
    .c-cart-items::before {
        content: '';
        display: table;
        margin-bottom: -30px
    }

    .c-cart-items::after {
        content: '';
        display: block
    }

    .c-cart-items__item {
        display: block;
        margin-top: 30px
    }

    .c-cart-items_size_s::before {
        content: '';
        display: table;
        margin-bottom: -20px
    }

    .c-cart-items_size_s::after {
        content: '';
        display: block
    }

    .c-cart-items_size_s .c-cart-items__item {
        display: block;
        margin-top: 20px;
        border-bottom: 1px solid #f2f2f2;
        padding-bottom: 20px
    }
}

@media (max-width:1199px) {
    .c-cart-items::before {
        content: '';
        display: table;
        margin-bottom: -15px
    }

    .c-cart-items::after {
        content: '';
        display: block
    }

    .c-cart-items__item {
        display: block;
        margin-top: 15px
    }
}

.c-cart-items-header {
    padding: 0 20px 10px;
    font-size: 13px;
    line-height: 1.2;
    color: #828282
}

.c-cart-items-header__container {
    display: table;
    table-layout: fixed;
    width: 100%
}

.c-cart-items-header__container-info,.c-cart-items-header__container-quantity,.c-cart-items-header__container-total {
    display: table-cell;
    vertical-align: middle
}

.c-cart-items-header__container-quantity {
    width: 98px;
    padding-left: 20px
}

.c-cart-items-header__container-total {
    width: 168px;
    padding-left: 20px;
    text-align: right
}

@media (max-width:1199px) {
    .c-cart-items-header {
        display: none
    }
}

.c-cart-item {
    background-color: #fff;
    line-height: 1.2;
    padding: 19px;
    border: 1px solid #f2f2f2;
    border-radius: 5px;
    transition: box-shadow .2s ease-in-out
}

.c-cart-item:hover {
    box-shadow: 0 10px 50px rgba(0,0,0,.07)
}

.c-cart-item__container {
    display: table;
    table-layout: fixed;
    width: 100%
}

.c-cart-item__container-image,.c-cart-item__container-info,.c-cart-item__container-quantity,.c-cart-item__container-total {
    display: table-cell;
    vertical-align: top
}

.c-cart-item__container-image {
    width: 100px;
    padding-right: 20px
}

.c-cart-item__image-box {
    width: 80px;
    height: 80px
}

.c-cart-item__name-container {
    line-height: 1.5;
    min-height: 42px;
    font-weight: 500
}

.c-cart-item__services-container {
    margin-top: 20px
}

.c-cart-item__services-toggle-icon {
    color: var(--primary-color);
    transform: rotate(0deg);
    transition: transform .2s ease-in-out
}

.c-cart-item__services-container.c-accordion-block_open .c-cart-item__services-toggle-icon {
    transform: rotate(180deg)
}

.c-cart-item__services-container.c-accordion-block_in-process-close .c-cart-item__services-toggle-icon {
    transform: rotate(0deg)
}

.c-cart-item__services-toggle-container {
    font-size: 13px;
    line-height: 1.2
}

.c-cart-item__services-content-container {
    padding-bottom: 19px;
    margin-bottom: -19px;
    position: relative
}

.c-cart-item__services-content {
    margin-top: 20px
}

.c-cart-item__services-content::after {
    content: '';
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    height: 19px;
    background-image: linear-gradient(to bottom,rgba(255,255,255,0),#fff)
}

.c-cart-item__container-quantity {
    width: 98px;
    padding-left: 20px
}

.c-cart-item__container-total {
    width: 168px;
    padding-left: 20px;
    text-align: right
}

.c-cart-item__total {
    font-size: 18px;
    font-weight: 500
}

.c-cart-item__sub-total {
    font-size: 13px;
    color: #828282;
    margin-top: 5px
}

.c-cart-item__delete-button-container {
    margin-top: 20px;
    font-size: 13px
}

.c-cart-item_static {
    padding: 0;
    border: 0;
    box-shadow: none
}

.c-cart-item_size_s:hover,.c-cart-item_static:hover {
    box-shadow: none
}

.c-cart-item_size_s {
    padding: 0;
    border: 0
}

.c-cart-item_size_s .c-cart-item__container-image {
    width: 60px;
    padding-right: 10px
}

.c-cart-item_size_s .c-cart-item__container-quantity {
    padding-left: 10px;
    width: 88px
}

.c-cart-item_size_s .c-cart-item__container-total {
    width: 130px;
    padding-left: 10px
}

.c-cart-item_size_s .c-cart-item__image-box {
    width: 50px;
    height: 50px
}

@media (min-width:1200px) {
    .c-cart-item__responsive-container {
        display: none
    }
}

@media (max-width:1199px) {
    .c-cart-item,.c-cart-item:hover {
        box-shadow: 0 10px 30px rgba(0,0,0,.05)
    }

    .c-cart-item__container-quantity,.c-cart-item__container-total {
        display: none
    }

    .c-cart-item__responsive-container {
        margin-top: 15px
    }

    .c-cart-item__responsive-controls-container {
        display: table;
        table-layout: fixed;
        width: 100%
    }

    .c-cart-item__responsive-delete-container,.c-cart-item__responsive-quantity-container {
        display: table-cell;
        vertical-align: middle
    }

    .c-cart-item__responsive-quantity-container {
        width: 80px
    }

    .c-cart-item__responsive-delete-container {
        text-align: right
    }

    .c-cart-item__responsive-total-container {
        margin-top: 15px
    }

    .c-cart-item_size_s,.c-cart-item_size_s:hover,.c-cart-item_static,.c-cart-item_static:hover {
        box-shadow: none
    }
}

.c-cart-summary {
    background-color: #fff;
    border: 1px solid #f2f2f2;
    border-radius: 5px;
    transition: box-shadow .2s ease-in-out;
    padding: 29px 19px 19px;
    line-height: 1.2;
    position: sticky;
    top: 30px
}

.c-cart-summary:hover {
    box-shadow: 0 10px 50px rgba(0,0,0,.07)
}

.c-cart-summary__sub-totals {
    margin-bottom: 20px
}

.c-cart-summary__sub-totals::before {
    content: '';
    display: table;
    margin-bottom: -20px
}

.c-cart-summary__sub-totals::after {
    content: '';
    display: block
}

.c-cart-summary__sub-total {
    display: block;
    margin-top: 20px
}

.c-cart-summary__total-container {
    text-align: center;
    padding-top: 30px;
    border-top: 1px solid #f2f2f2;
    margin-top: 30px
}

.c-cart-summary__total-label {
    font-size: 16px
}

.c-cart-summary__total {
    display: block;
    font-size: 36px;
    font-weight: 500;
    margin-top: 10px
}

.c-cart-summary__add-affiliate-bonus-container {
    margin-top: 20px
}

.c-cart-summary__use-affiliate-container {
    margin-top: 30px
}

.c-cart-summary__affiliate-bonus {
    font-weight: 500
}

.c-cart-summary__buttons-container {
    margin-top: 20px
}

.c-cart-summary__buy1click-container {
    margin-top: 15px
}

.c-cart-summary_buy1step .c-cart-summary__button-container {
    display: none
}

@media (max-width:1199px) {
    .c-cart-summary,.c-cart-summary:hover {
        box-shadow: 0 10px 30px rgba(0,0,0,.05)
    }
}

.c-cart-coupon__field-box {
    display: none;
    margin-top: 15px
}

.c-cart-coupon.c-toggle-block_active .c-cart-coupon__field-box {
    display: block
}

.c-cart-popup {
    border: 1px solid #f2f2f2;
    border-radius: 5px;
    padding: 29px 39px;
    width: 500px;
    line-height: 1.2;
    position: absolute;
    right: -50px;
    top: 15px;
    background-color: #fff;
    box-shadow: 0 10px 50px rgba(0,0,0,.07);
    color: #333
}

.c-cart-popup::after,.c-cart-popup::before {
    content: '';
    border: 15px solid transparent;
    border-top: 0;
    border-bottom-color: #f2f2f2;
    position: absolute;
    right: 44px;
    bottom: 100%
}

.c-cart-popup::after {
    border: 14px solid transparent;
    border-bottom-color: #fff;
    right: 45px
}

.c-cart-popup__close {
    position: absolute;
    right: 15px;
    top: 15px;
    color: #bdbdbd;
    transition: color .2s ease-in-out;
    cursor: pointer;
    line-height: 0;
    padding: 5px
}

.c-cart-popup__header {
    margin-bottom: 30px
}

.c-cart-popup__items-container {
    margin-bottom: 30px;
    overflow: hidden;
    max-height: 242px;
    margin-right: -35px;
    padding-right: 35px;
    position: relative
}

.c-cart-popup__items {
    overflow: hidden
}

.c-cart-popup__items::before {
    content: '';
    display: table;
    margin-bottom: -15px
}

.c-cart-popup__items::after {
    content: '';
    display: block
}

.c-cart-popup__item {
    display: block;
    margin-top: 15px
}

.c-cart-popup__item+.c-cart-popup__item {
    border-top: 1px solid #f2f2f2;
    padding-top: 15px
}

.c-cart-popup__total-container {
    display: table;
    width: 100%;
    margin-bottom: 30px
}

.c-cart-popup__total,.c-cart-popup__total-label {
    display: table-cell
}

.c-cart-popup__total-label {
    width: 100%;
    font-size: 16px
}

.c-cart-popup__total {
    white-space: nowrap;
    font-weight: 500;
    font-size: 36px
}

.c-cart-popup__buttons {
    display: inline-flex;
    align-items: center;
    vertical-align: top;
    margin-left: -10px;
    margin-right: -10px
}

.c-cart-popup__button {
    flex: none;
    margin-left: 10px;
    margin-right: 10px;
    width: 200px
}

.c-cart-popup-item {
    display: table;
    table-layout: fixed;
    width: 100%
}

.c-cart-popup-item__delete-container,.c-cart-popup-item__image-container,.c-cart-popup-item__info-container,.c-cart-popup-item__total-container {
    display: table-cell;
    vertical-align: middle
}

.c-cart-popup-item__image-container {
    width: 80px;
    padding-right: 20px
}

.c-cart-popup-item__image-box {
    width: 60px;
    height: 60px
}

.c-cart-popup-item__name-container {
    font-weight: 500;
    line-height: 1.5;
    height: 42px;
    overflow: hidden;
    margin-bottom: 4px
}

.c-cart-popup-item__quantity-container {
    font-size: 11px;
    color: #828282
}

.c-cart-popup-item__total-container {
    font-size: 18px;
    font-weight: 500;
    text-align: right
}

.c-cart-popup-item__delete-container {
    width: 40px;
    text-align: right
}

.c-cart-popup-container__popup {
    position: relative;
    z-index: 2;
    visibility: hidden;
    pointer-events: none
}

.c-cart-popup-container_open .c-cart-popup-container__popup {
    visibility: visible;
    pointer-events: inherit;
    animation: megashop_fade_up .2s ease-in-out
}

.c-cart-popup-container_close .c-cart-popup-container__popup {
    animation: megashop_fade_up .2s ease-in-out reverse
}

.c-catalog-extend {
    position: relative
}

.c-catalog-extend__list-container {
    margin-bottom: -1px;
    border-bottom: 1px solid var(--light-color)
}

.c-catalog-extend__columns-container {
    display: none;
    position: absolute;
    left: 100%;
    top: 0;
    width: 855px;
    background-color: #fff;
    border-left: 1px solid var(--light-color);
    transform: translateZ(0);
    min-height: 100%;
    animation: megashop_fadeout_up .2s ease-in-out;
    animation-play-state: paused
}

.c-catalog-extend__columns {
    display: none
}

.c-catalog-extend__columns_active {
    display: block
}

.c-catalog-extend_open .c-catalog-extend__columns-container {
    display: block;
    animation: megashop_fadein_up .2s ease-in-out;
    animation-play-state: paused
}

.c-catalog-extend_animated .c-catalog-extend__columns-container {
    display: block;
    animation-play-state: running
}

.c-catalog-extend_fixed-width,.c-catalog-tree_fixed-width {
    width: 255px
}

.c-catalog-list {
    background-color: #fff;
    margin-bottom: -1px;
    padding-top: 1px
}

.c-catalog-list__item {
    transform: translateZ(0);
    position: relative;
    border-bottom: 1px solid var(--light-color)
}

.c-catalog-list__item-container {
    display: table;
    table-layout: fixed;
    width: 100%
}

.c-catalog-list__item-content-container,.c-catalog-list__item-image-container {
    display: table-cell;
    vertical-align: middle
}

.c-catalog-list__item-image-container {
    width: 44px;
    text-align: center;
    padding-right: 20px
}

.c-catalog-list__item-image {
    max-width: 24px;
    max-height: 24px;
    vertical-align: top
}

.c-catalog-list__link {
    display: block;
    padding: 15px 20px;
    color: var(--primary-color);
    text-decoration: none;
    transition: color .2s ease-in-out
}

.c-catalog-list__arrow-icon {
    position: absolute;
    top: 0;
    right: 20px;
    bottom: 0;
    margin: auto 0
}

.c-catalog-list__children-container {
    display: none;
    position: absolute;
    margin-top: -1px;
    border-left: 1px solid var(--light-color);
    border-bottom: 1px solid var(--light-color);
    left: 100%;
    top: 0;
    width: 255px;
    transform: translateZ(0)
}

.c-catalog-list__count {
    position: relative;
    font-size: 9px;
    font-weight: 500;
    margin-left: 5px;
    vertical-align: super;
    color: #a0a0a0
}

.c-catalog-list__badge {
    display: inline-block;
    color: #fff;
    font-size: 10px;
    padding: 2px 4px;
    border-radius: 3px;
    margin-left: 10px;
    line-height: 1.2
}

.c-catalog-list__item_has-children>.c-catalog-list__link {
    padding-right: 46px
}

.c-catalog-list__item_active>.c-catalog-list__link {
    color: var(--primary-active-dark-color)
}

.c-catalog-list__children-container_animated,.c-catalog-list__item_active>.c-catalog-list__children-container {
    display: block
}

.c-catalog-list__children-container_open-animation {
    animation: megashop_fadein_up .2s ease-in-out
}

.c-catalog-list__children-container_close-animation {
    animation: megashop_fadeout_up .2s ease-in-out forwards
}

.c-catalog-list_depth_1>.c-catalog-list__item,.c-catalog-list_depth_2>.c-catalog-list__item {
    border-bottom-color: transparent
}

.c-catalog-list_depth_1>.c-catalog-list__item>.c-catalog-list__link {
    color: #333;
    font-weight: 500
}

.c-catalog-list_depth_1>.c-catalog-list__item_active>.c-catalog-list__link {
    color: var(--primary-color)
}

.c-catalog-list_depth_2>.c-catalog-list__item>.c-catalog-list__link {
    color: #606060
}

.c-catalog-list_depth_2>.c-catalog-list__item_active>.c-catalog-list__link {
    color: var(--primary-color)
}

.c-catalog-list_side_right .c-catalog-list__children-container {
    border-left: 0;
    left: auto;
    border-right: 1px solid var(--light-color);
    right: 100%
}

.c-catalog-columns {
    display: table;
    table-layout: fixed;
    width: 100%;
    line-height: 1.2
}

.c-catalog-columns__column {
    display: table-cell;
    vertical-align: top;
    padding: 30px
}

.c-catalog-columns__column::before {
    content: '';
    display: table;
    margin-bottom: -30px
}

.c-catalog-columns__column::after {
    content: '';
    display: block
}

.c-catalog-columns__category-container {
    display: block;
    margin-top: 30px
}

.c-catalog-columns__link {
    font-size: 16px;
    font-weight: 500;
    transition: color .2s ease-in-out
}

.c-catalog-columns__count {
    position: relative;
    font-size: 9px;
    font-weight: 500;
    margin-left: 5px;
    vertical-align: super;
    color: #a0a0a0
}

.c-catalog-columns__subcategories {
    margin-top: 15px;
    margin-left: 20px
}

.c-catalog-columns__subcategories::before {
    content: '';
    display: table;
    margin-bottom: -15px
}

.c-catalog-columns__subcategories::after {
    content: '';
    display: block
}

.c-catalog-columns__subcategory {
    display: block;
    margin-top: 15px
}

.c-catalog-columns__subcategory-link {
    color: #606060;
    transition: color .2s ease-in-out
}

.c-catalog-columns__category-badge {
    display: inline-block;
    color: #fff;
    font-size: 10px;
    padding: 2px 4px;
    border-radius: 3px;
    margin-left: 10px;
    line-height: 1.2
}

.c-catalog-dropdown {
    position: absolute;
    transform: translateZ(0);
    animation: megashop_fadeout_up .2s ease-in-out;
    animation-play-state: paused;
    display: none
}

.c-catalog-dropdown_open {
    display: block;
    animation: megashop_fadein_up .2s ease-in-out;
    animation-play-state: paused
}

.c-catalog-dropdown_animated {
    display: block;
    animation-play-state: running
}

.c-horizontal-catalog {
    visibility: hidden;
    pointer-events: none;
    position: absolute;
    background-color: #fff;
    width: 1110px
}

.c-horizontal-catalog__category {
    display: none
}

.c-horizontal-catalog__category_active {
    display: block
}

.c-horizontal-catalog_open {
    visibility: inherit;
    pointer-events: inherit;
    animation: megashop_fade_up .2s ease-in-out
}

.c-horizontal-catalog_close {
    animation: megashop_fade_up .2s ease-in-out reverse
}

.c-compare-control__type-container {
    margin-bottom: 36px
}

.c-compare-control__type-count {
    position: relative;
    font-size: 9px;
    font-weight: 500;
    margin-left: 5px;
    vertical-align: super;
    color: #a0a0a0
}

.c-compare-control__delete-list-container {
    margin-top: 36px;
    font-size: 13px
}

.c-compare-page {
    position: relative;
    z-index: 1;
    background: #fff
}

.c-compare-page__header {
    position: sticky;
    top: 0;
    z-index: 2;
    transition: box-shadow .2s ease-in-out;
    box-shadow: 0 0 15px transparent;
    background: #fff
}

.c-compare-page__header-top {
    border-bottom: 1px solid #eee;
    padding-top: 30px;
    padding-bottom: 30px
}

.c-compare-page__columns {
    display: table;
    table-layout: fixed;
    width: 100%
}

.c-compare-page__column-features,.c-compare-page__column-products {
    display: table-cell;
    vertical-align: top
}

.c-compare-page__column-features {
    width: 258px;
    border-right: 1px solid #eee;
    position: relative;
    z-index: 1
}

.c-compare-page__column-products {
    transition: opacity .2s ease-in-out
}

.c-compare-page__products {
    margin-right: 0;
    white-space: nowrap;
    margin-left: -1px;
    overflow: hidden
}

.c-compare-page__product {
    display: inline-block;
    vertical-align: top;
    margin-right: 0;
    white-space: normal;
    width: 213px;
    border-left: 1px solid #eee
}

.c-compare-page__product_features {
    padding-bottom: 100px
}

.c-compare-page__row_control {
    padding: 20px 20px 20px 0
}

.c-compare-page__row_product {
    padding: 20px
}

.c-compare-page__row_feature {
    padding: 10px 20px 10px 0;
    color: #828282;
    font-size: 16px
}

.c-compare-page__row_divider {
    padding: 20px 20px 15px 0
}

.c-compare-page__row_feature-value {
    padding: 10px 20px;
    color: #828282;
    font-size: 16px
}

.c-compare-page_fixed .c-compare-page__header {
    box-shadow: 0 0 15px rgba(0,0,0,.1)
}

.c-compare-page_hide-same .c-compare-page__row_same {
    display: none
}

.c-compare-page_loading .c-compare-page__column-products {
    opacity: .2
}

@media (max-width:1199px) {
    .c-compare-page {
        display: none
    }
}

.c-compare-product {
    position: relative
}

.c-compare-product__image-container {
    margin-bottom: 10px
}

.c-compare-product__image-box {
    width: 80px;
    height: 80px
}

.c-compare-product__name-container {
    height: 63px;
    overflow: hidden;
    margin-bottom: 6px;
    font-weight: 500
}

.c-compare-product__name-link {
    color: #333;
    text-decoration: none;
    font-weight: 500;
    transition: color .2s ease-in-out
}

.c-compare-product__name-link:hover {
    color: var(--primary-color)
}

.c-compare-product__delete-button {
    position: absolute;
    top: -5px;
    right: -5px;
    cursor: pointer;
    z-index: 1
}

.c-compare-product__price-container {
    line-height: 1.2;
    font-weight: 500;
    font-size: 16px
}

@media (min-width:1200px) {
    .r-compare-page {
        display: none
    }
}

.r-compare-page__mode-container,.r-compare-page__products-container,.r-compare-page__type-container {
    border-bottom: 1px solid #f2f2f2;
    margin-left: -15px;
    margin-right: -15px;
    padding: 15px
}

.r-compare-page__products-container {
    position: sticky;
    top: 60px;
    background-color: #fff;
    display: flex;
    z-index: 1;
    justify-content: space-between;
    transition: box-shadow .2s ease-in-out
}

.r-compare-page__product-container {
    width: calc(50% - 10px);
    flex: none
}

.r-compare-page__mode-container {
    display: flex;
    align-items: center;
    cursor: pointer
}

.r-compare-page__mode-text {
    flex: auto;
    width: 1px
}

.r-compare-page__mode-checkbox {
    flex: none;
    margin-left: 10px
}

.r-compare-page__features-container {
    padding-top: 30px
}

.r-compare-page__features-container::before {
    content: '';
    display: table;
    margin-bottom: -30px
}

.r-compare-page__features-container::after {
    content: '';
    display: block
}

.r-compare-page__divider-container,.r-compare-page__feature-container {
    display: block;
    margin-top: 30px
}

.r-compare-page__feature-container {
    text-align: center
}

.r-compare-page__feature-name {
    color: #828282
}

.r-compare-page__feature-values {
    display: flex;
    justify-content: space-between;
    margin-top: 15px
}

.r-compare-page__slider-index {
    margin-top: 10px;
    font-size: 13px;
    text-align: center;
    color: #828282
}

.r-compare-page__feature-value {
    width: calc(50% - 10px);
    flex: none
}

.r-compare-page__products-slider-container {
    overflow: hidden
}

.r-compare-page__products-slider {
    display: flex
}

.r-compare-page__product {
    text-align: center;
    width: 100%;
    flex: none;
    position: relative
}

.r-compare-page__product-delete-button-container {
    position: absolute;
    right: 0;
    top: 0;
    z-index: 1
}

.r-compare-page__product-image-container {
    margin-bottom: 10px;
    height: 80px
}

.r-compare-page__image {
    vertical-align: top
}

.r-compare-page__product-name-container {
    font-weight: 500;
    height: 63px;
    overflow: hidden
}

.r-compare-page__product-price-container {
    margin-top: 10px;
    font-size: 18px;
    font-weight: 500
}

.r-compare-page__not-found-container {
    margin-top: 15px
}

.r-compare-page_fixed .r-compare-page__products-container {
    box-shadow: 0 0 15px rgba(0,0,0,.1)
}

.r-compare-page_fixed .r-compare-page__product-image-container {
    height: 55px
}

.r-compare-page_fixed .r-compare-page__product-name-container,.r-compare-page_fixed .r-compare-page__product-price-container,.r-compare-page_same .r-compare-page__feature-container_same {
    display: none
}

@media (max-width:1199px) {
    .c-compare-info-panel .c-info-panel-content__image-container,.c-compare-info-panel .c-info-panel-content__info-container {
        display: none
    }

    .c-compare-info-panel .c-info-panel-content__button-container {
        padding: 0
    }
}

.c-checkout-page__header-container {
    display: flex;
    align-items: center
}

.c-checkout-page__cart-link-container,.c-checkout-page__header-text-container {
    margin-left: 30px;
    white-space: nowrap
}

.c-checkout-page__cart-link-container:first-child,.c-checkout-page__header-text-container:first-child {
    width: 100%;
    margin-left: 0;
    white-space: normal
}

.c-checkout-page__steps-container {
    margin-bottom: 30px;
    padding-right: 13px
}

.c-checkout-page__button-container {
    margin-top: 40px
}

.c-checkout-page__cart-info {
    color: #828282;
    font-size: 13px
}

.c-checkout-page__cart-total {
    font-size: 14px;
    font-weight: 500
}

.c-checkout-page__back-button {
    float: right;
    margin-top: 7px
}

.c-checkout-page__back-button-icon {
    transform: rotate(180deg)
}

.c-checkout-page__container {
    display: table;
    table-layout: fixed;
    width: 100%
}

.c-checkout-page__container-content,.c-checkout-page__container-summary {
    display: table-cell;
    vertical-align: top
}

.c-checkout-page__container-summary {
    width: 410px;
    padding-left: 60px
}

@media (min-width:1200px) {
    .c-checkout-page__responsive-step {
        display: none
    }
}

@media (max-width:1199px) {
    .c-checkout-page {
        margin-bottom: -50px
    }

    .c-checkout-page__cart-link-container,.c-checkout-page__container-summary,.c-checkout-page__steps-container {
        display: none
    }

    .c-checkout-page__button {
        width: 100%
    }

    .c-checkout-page__back-button {
        display: none
    }

    .c-checkout-page__responsive-step {
        line-height: 1.2;
        padding: 22px 15px;
        margin: 0 -15px;
        font-weight: 500;
        background-color: #fafafa;
        color: #e0e0e0;
        position: relative;
        pointer-events: none;
        cursor: pointer
    }

    .c-checkout-page__responsive-step::after {
        content: '';
        position: absolute;
        left: 15px;
        right: 15px;
        bottom: 0;
        height: 1px;
        background-color: #f2f2f2
    }

    .c-checkout-page__responsive-step:last-child::after {
        content: none
    }

    .c-checkout-page__responsive-step_current::after {
        content: none
    }

    .c-checkout-page__responsive-step_current,.c-checkout-page__responsive-step_done {
        color: #333
    }

    .c-checkout-page__responsive-step_done {
        pointer-events: auto
    }

    .c-checkout-page__step-container {
        padding: 15px 0 25px
    }

    .c-checkout-page__responsive-step-arrow-container {
        position: absolute;
        top: 0;
        right: 15px;
        bottom: 0;
        width: 6px;
        height: 10px;
        margin: auto 0
    }

    .c-checkout-page__responsive-step_current .c-checkout-page__responsive-step-arrow {
        transform: rotate(90deg)
    }

    .c-checkout-page__button-container {
        margin-top: 25px
    }
}

.c-checkout-steps {
    display: table;
    width: 100%;
    table-layout: fixed;
    border-left: 1px solid #eee
}

.c-checkout-steps__step {
    display: table-cell;
    vertical-align: middle;
    position: relative;
    border-top: 1px solid #eee;
    border-bottom: 1px solid #eee;
    background: #fff;
    padding: 14px;
    text-align: center;
    color: #e0e0e0;
    font-weight: 500;
    pointer-events: none;
    cursor: pointer;
    transition: background-color .2s ease-in-out
}

.c-checkout-steps__step+.c-checkout-steps__step {
    padding-left: 27px
}

.c-checkout-steps__step:hover {
    background: #f2f2f2
}

.c-checkout-steps__step_empty {
    width: 0;
    padding: 0;
    border-color: transparent
}

.c-checkout-steps__step_done {
    pointer-events: all;
    color: #828282;
    background: #fafafa
}

.c-checkout-steps__step_done .c-checkout-steps__triangle {
    fill: #fafafa
}

.c-checkout-steps__step_current {
    color: #333
}

.c-checkout-steps__triangle {
    position: absolute;
    top: 0;
    left: 100%;
    bottom: 0;
    width: 13px;
    height: 100%;
    z-index: 1;
    fill: #fff;
    transition: fill .2s ease-in-out
}

.c-checkout-steps__step:hover .c-checkout-steps__triangle {
    fill: #f2f2f2
}

.c-checkout-step {
    display: block
}

@media (min-width:1200px) {
    .c-checkout-auth {
        width: 420px
    }

    .c-checkout-auth__text {
        font-size: 13px;
        color: #828282;
        margin-bottom: 20px
    }

    .c-checkout-auth__controls {
        display: table
    }

    .c-checkout-auth__auth,.c-checkout-auth__auth-adapters {
        display: table-cell;
        vertical-align: middle
    }

    .c-checkout-auth__auth-adapters {
        padding-left: 30px
    }
}

@media (max-width:1199px) {
    .c-checkout-auth__text {
        font-size: 13px;
        color: #828282;
        margin-bottom: 20px
    }

    .c-checkout-auth__auth-adapters {
        margin-top: 15px
    }
}

.c-checkout-signup__affiliate-text {
    color: #828282;
    font-size: 13px;
    margin-top: 10px;
    width: 420px
}

.c-checkout-signup__add-affiliate-bonus {
    color: #333;
    font-weight: 500
}

.c-checkout-signup__form {
    display: none
}

.c-checkout-signup_active .c-checkout-signup__form {
    display: block;
    margin-top: 15px
}

@media (max-width:1199px) {
    .c-checkout-signup__affiliate-text {
        width: auto
    }
}

.c-checkout-contactinfo__auth-box {
    margin-bottom: 30px
}

.c-checkout-contactinfo__billing-matches-shipping,.c-checkout-contactinfo__service-agreement,.c-checkout-contactinfo__signup {
    margin-top: 30px
}

.c-checkout-contactinfo__billing-matches-shipping-text {
    margin-bottom: 10px
}

.c-checkout-contactinfo__billing-matches-shipping,.c-checkout-contactinfo_billing-matches-shipping .wa-field-address-billing {
    display: none
}

.c-checkout-contactinfo__error {
    margin-top: 15px
}

.c-checkout-contactinfo_billing-matches-shipping .c-checkout-contactinfo__billing-matches-shipping {
    display: block
}

@media (min-width:1200px) {
    .c-checkout-shipping__methods::before {
        content: '';
        display: table;
        margin-bottom: -20px
    }

    .c-checkout-shipping__methods::after {
        content: '';
        display: block
    }

    .c-checkout-shipping__method {
        display: block;
        margin-top: 20px
    }

    .c-checkout-shipping__error-container {
        margin-top: 40px
    }
}

@media (max-width:1199px) {
    .c-checkout-shipping__methods::before {
        content: '';
        display: table;
        margin-bottom: -15px
    }

    .c-checkout-shipping__methods::after {
        content: '';
        display: block
    }

    .c-checkout-shipping__method {
        display: block;
        margin-top: 15px
    }

    .c-checkout-shipping__error-container {
        margin-top: 25px
    }
}

.c-checkout-shipping-method {
    border: 1px solid #e0e0e0;
    border-radius: 5px;
    padding: 14px;
    transition: border-color .2s ease-in-out;
    cursor: pointer
}

.c-checkout-shipping-method:hover {
    border-color: #828282
}

.c-checkout-shipping-method__label {
    display: table;
    width: 100%;
    cursor: pointer
}

.c-checkout-shipping-method__loading-container,.c-checkout-shipping-method__logo-container,.c-checkout-shipping-method__name-container,.c-checkout-shipping-method__price-container,.c-checkout-shipping-method__state-container {
    display: table-cell;
    vertical-align: middle
}

.c-checkout-shipping-method__loading-container {
    display: none
}

.c-checkout-shipping-method__state-container {
    width: 31px;
    padding-right: 15px
}

.c-checkout-shipping-method__logo-container {
    padding-right: 15px
}

.c-checkout-shipping-method__name-container {
    width: 100%
}

.c-checkout-shipping-method__price-container,.c-checkout-shipping-method__responsive-price-container {
    white-space: nowrap;
    font-size: 20px;
    font-weight: 500
}

.c-checkout-shipping-method__description-container {
    margin-top: 10px
}

.c-checkout-shipping-method__rates-container {
    margin-top: 15px;
    display: none
}

.c-checkout-shipping-method__rates-container_multi {
    display: block
}

.c-checkout-shipping-method__rates-container_multi+* {
    margin-top: 15px
}

.c-checkout-shipping-method__est-delivery-container {
    font-size: 13px;
    color: #828282;
    margin-top: 15px
}

.c-checkout-shipping-method__est-delivery-container_empty {
    display: none
}

.c-checkout-shipping-method__comment-container {
    color: #ff3131;
    margin-top: 10px
}

.c-checkout-shipping-method__comment-container_empty {
    display: none
}

.c-checkout-shipping-method__error-container {
    color: #ff3131;
    margin-top: 10px
}

.c-checkout-shipping-method__error-container_empty {
    display: none
}

.c-checkout-shipping-method__content-container {
    display: none;
    cursor: default
}

.c-checkout-shipping-method__custom-container,.c-checkout-shipping-method__form-container,.c-checkout-shipping-method__service-agreement-hint-container {
    margin-top: 10px
}

.c-checkout-shipping-method__control {
    position: absolute;
    opacity: 0;
    pointer-events: none
}

.c-checkout-shipping-method__state {
    width: 16px;
    height: 16px
}

.c-checkout-payment-method__state::before,.c-checkout-shipping-method__state::before {
    content: '';
    position: absolute;
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
    border-radius: 8px;
    border: 1px solid #e0e0e0
}

.c-checkout-shipping-method__state-icon {
    opacity: 0;
    color: var(--primary-color);
    transition: opacity .2s ease-in-out
}

.c-checkout-shipping-method_checked,.c-checkout-shipping-method_checked:hover {
    border-color: var(--primary-color)
}

.c-checkout-shipping-method_checked .c-checkout-shipping-method__state-icon {
    opacity: 1
}

.c-checkout-shipping-method_checked .c-checkout-shipping-method__content-container {
    display: block
}

.c-checkout-shipping-method_loading .c-checkout-shipping-method__price-container {
    display: none
}

.c-checkout-shipping-method_loading .c-checkout-shipping-method__loading-container {
    display: table-cell
}

@media (min-width:1200px) {
    .c-checkout-shipping-method__responsive-price-container {
        display: none
    }
}

@media (max-width:1199px) {
    .c-checkout-shipping-method__responsive-price-container {
        margin-top: 15px
    }

    .c-checkout-shipping-method__price-container {
        display: none
    }
}

.c-checkout-payment-method {
    border: 1px solid #e0e0e0;
    border-radius: 5px;
    padding: 14px;
    transition: border-color .2s ease-in-out;
    cursor: pointer
}

.c-checkout-payment-method:hover {
    border-color: #828282
}

.c-checkout-payment-method__label {
    display: table;
    width: 100%;
    cursor: pointer
}

.c-checkout-payment-method__logo-container,.c-checkout-payment-method__name-container,.c-checkout-payment-method__state-container {
    display: table-cell;
    vertical-align: middle
}

.c-checkout-payment-method__state-container {
    width: 31px;
    padding-right: 15px
}

.c-checkout-payment-method__logo-container {
    padding-right: 15px
}

.c-checkout-payment-method__name-container {
    width: 100%
}

.c-checkout-payment-method__description-container {
    margin-top: 10px
}

.c-checkout-payment-method__error-container {
    color: #ff3131;
    margin-top: 10px
}

.c-checkout-payment-method__content-container {
    margin-top: 10px;
    display: none;
    cursor: default
}

.c-checkout-payment-method__control {
    position: absolute;
    opacity: 0;
    pointer-events: none
}

.c-checkout-payment-method__state {
    width: 16px;
    height: 16px
}

.c-checkout-payment-method__state-icon {
    opacity: 0;
    color: var(--primary-color);
    transition: opacity .2s ease-in-out
}

.c-checkout-payment-method_checked,.c-checkout-payment-method_checked:hover {
    border-color: var(--primary-color)
}

.c-checkout-payment-method_checked .c-checkout-payment-method__state-icon {
    opacity: 1
}

.c-checkout-payment-method_checked .c-checkout-payment-method__content-container {
    display: block
}

.c-checkout-payment-method_disabled {
    color: #828282;
    pointer-events: none
}

.c-checkout-items__cell_quantity {
    text-align: right
}

.c-checkout-items__cell_tax,.c-checkout-items__cell_total {
    text-align: right;
    width: 173px
}

.c-checkout-items__cell_quantity {
    width: 153px
}

.c-checkout-items__row_has-services .c-checkout-items__cell {
    border-bottom: 0
}

.c-checkout-items__row_service .c-checkout-items__cell {
    padding-top: 0;
    border-top: 0;
    border-bottom: 0;
    color: #828282
}

.c-checkout-items .c-checkout-items__cell {
    border-bottom: 0
}

.c-checkout-confirmation__address-container {
    margin-top: 30px;
    margin-bottom: 30px
}

.c-checkout-confirmation__addresses {
    display: inline-flex;
    align-items: center;
    vertical-align: top;
    margin-left: -15px;
    margin-right: -15px
}

.c-checkout-confirmation__address {
    flex: none;
    margin-left: 15px;
    margin-right: 15px
}

.c-checkout-confirmation__address-content {
    color: #828282
}

.c-checkout-confirmation__shipping-container {
    margin-top: 30px;
    font-size: 16px
}

.c-checkout-confirmation__shipping {
    font-weight: 500
}

.c-checkout-confirmation__payment-container {
    font-size: 16px;
    margin-top: 15px
}

.c-checkout-confirmation__payment,td.c-checkout-list-item__cell_quantity,td.c-checkout-list-item__cell_total {
    font-weight: 500
}

.c-checkout-confirmation__comment-container,.c-checkout-confirmation__items-container {
    margin-top: 60px
}

.c-checkout-confirmation__policy-container,.c-checkout-confirmation__terms-error-container {
    margin-top: 30px
}

@media (max-width:1199px) {
    .c-checkout-confirmation__items-table {
        display: none
    }
}

.c-checkout-info {
    display: inline-block;
    vertical-align: top;
    background: #fafafa;
    border: 1px solid #eee;
    width: 350px;
    text-align: left
}

.c-checkout-info__list {
    background: #fff;
    padding: 20px;
    border-bottom: 1px solid #eee
}

.c-checkout-info__list_empty {
    display: none
}

.c-checkout-info__lines {
    margin-top: -10px
}

.c-checkout-info__line {
    display: table;
    width: 100%;
    margin-top: 10px
}

.c-checkout-info__line_empty {
    display: none
}

.c-checkout-info__line-label,.c-checkout-info__line-value {
    display: table-cell;
    vertical-align: middle;
    white-space: nowrap
}

.c-checkout-info__line-label {
    width: 100%
}

.c-checkout-info__line-value {
    text-align: right;
    font-weight: 500
}

.c-checkout-info__content {
    padding: 20px
}

.c-checkout-info__total {
    display: table;
    width: 100%;
    font-size: 24px;
    color: #333
}

.c-checkout-info__total-label,.c-checkout-info__total-value {
    display: table-cell;
    vertical-align: middle;
    white-space: nowrap
}

.c-checkout-info__total-label {
    width: 100%
}

.c-checkout-info__total-value {
    text-align: right;
    font-weight: 500
}

.c-checkout-info__button-box,.c-order-dialog-decorator .wa-shipping-pickup-dialog .wa-variant-details-section .wa-variant-wrapper .wa-table,.c-order-dialog-decorator .wa-shipping-pickup-dialog .wa-variant-details-section .wa-variant-wrapper .wa-variant-actions,.c-order-dialog-decorator .wa-shipping-pickup-dialog .wa-variant-details-section .wa-variant-wrapper .wa-variant-title {
    margin-top: 20px
}

.c-checkout-info__shipping-name {
    display: block;
    font-weight: 500;
    white-space: normal;
    margin-top: 5px
}

.c-checkout-info__terms {
    margin-top: 15px
}

.c-checkout-info__terms-error {
    margin-top: 10px
}

.c-checkout-success-block {
    border: 1px solid #eee;
    border-radius: 5px;
    padding: 60px;
    text-align: center
}

.c-checkout-success-block__header {
    font-size: 24px;
    margin-bottom: 10px
}

.c-checkout-success-block__sub-header {
    color: #828282;
    margin-bottom: 30px
}

.c-checkout-success-block__order-id,.c-order-form-decorator .wa-type-wrapper .wa-name a {
    color: #333;
    font-weight: 500
}

@media (max-width:1199px) {
    .c-checkout-success-block {
        padding: 29px 19px
    }

    .c-checkout-success-block__header {
        font-size: 18px
    }

    .c-checkout-success-block__sub-header {
        font-size: 12px
    }
}

.c-checkout-summary {
    border: 1px solid #f2f2f2;
    border-radius: 5px;
    transition: box-shadow .2s ease-in-out;
    padding: 29px 19px 19px;
    line-height: 1.2;
    position: sticky;
    top: 30px
}

.c-checkout-summary:hover {
    box-shadow: 0 10px 50px rgba(0,0,0,.07)
}

.c-checkout-summary__sub-totals {
    margin-bottom: 20px
}

.c-checkout-summary__sub-totals::before {
    content: '';
    display: table;
    margin-bottom: -20px
}

.c-checkout-summary__sub-totals::after {
    content: '';
    display: block
}

.c-checkout-summary__sub-total {
    display: block;
    margin-top: 20px
}

.c-checkout-summary__sub-total_shipping {
    display: none
}

.c-checkout-summary__total-container {
    text-align: center;
    padding-top: 30px;
    border-top: 1px solid #f2f2f2;
    margin-top: 30px;
    padding-bottom: 10px
}

.c-checkout-summary__total-label {
    font-size: 16px
}

.c-checkout-summary__total {
    display: block;
    font-size: 36px;
    font-weight: 500;
    margin-top: 10px
}

.c-checkout-summary_has-shipping .c-checkout-summary__sub-total_shipping {
    display: block
}

.c-checkout-user__image {
    border-radius: 25px
}

.c-checkout-user__additional-container {
    color: #828282;
    margin-top: 10px
}

@media (min-width:1200px) {
    .c-checkout-user__image-box {
        width: 50px;
        height: 50px
    }

    .c-checkout-user__container {
        display: table;
        table-layout: fixed;
        width: 100%
    }

    .c-checkout-user__container-content,.c-checkout-user__container-image {
        display: table-cell;
        vertical-align: top
    }

    .c-checkout-user__container-image {
        width: 70px;
        padding-right: 20px
    }
}

@media (max-width:1199px) {
    .c-checkout-user__image-box {
        width: 40px;
        height: 40px
    }

    .c-checkout-user__container-image {
        margin-bottom: 10px
    }
}

@media (min-width:1200px) {
    .c-checkout-payment__methods {
        margin-left: -10px;
        margin-right: -10px
    }

    .c-checkout-payment__methods::before {
        content: '';
        display: table;
        margin-bottom: -20px
    }

    .c-checkout-payment__methods::after {
        content: '';
        display: table
    }

    .c-checkout-payment__method {
        display: inline-block;
        vertical-align: top;
        margin-left: 10px;
        margin-right: 10px;
        margin-top: 20px;
        width: 340px
    }

    .c-checkout-payment__error-container {
        margin-top: 40px
    }
}

@media (max-width:1199px) {
    .c-checkout-payment__methods::before {
        content: '';
        display: table;
        margin-bottom: -15px
    }

    .c-checkout-payment__methods::after {
        content: '';
        display: block
    }

    .c-checkout-payment__method {
        display: block;
        margin-top: 15px
    }

    .c-checkout-payment__error-container {
        margin-top: 25px
    }
}

.c-checkout-list-item__cell_sku {
    width: 100px
}

.c-checkout-list-item__cell_quantity,.c-checkout-list-item__cell_total,th.c-checkout-list-item__cell_quantity,th.c-checkout-list-item__cell_total {
    width: 120px;
    white-space: nowrap;
    text-align: right
}

.c-checkout-list-item__price,.c-checkout-list-item__total {
    font-weight: 500
}

.c-checkout-list-item__service {
    color: #828282;
    margin-top: 5px
}

.c-my-affiliate__balance-text {
    font-size: 16px
}

.c-my-affiliate__balance {
    color: #ff3131;
    font-weight: 500
}

.c-my-affiliate__balance_positive {
    color: #27ae60
}

.c-my-affiliate__column-amount,.c-my-affiliate__column-balance,.c-my-affiliate__column-date,th.c-my-affiliate__column-amount,th.c-my-affiliate__column-balance,th.c-my-affiliate__column-date {
    text-align: center
}

.c-my-affiliate__column-date {
    width: 159px
}

td.c-my-affiliate__column-amount,td.c-my-affiliate__column-balance {
    font-weight: 500;
    width: 129px
}

.c-my-affiliate__amount,.c-my-affiliate__history-balance,td.c-order-list-item__cell_quantity,td.c-order-list-item__cell_total {
    font-weight: 500
}

@media (max-width:1199px) {
    .c-my-affiliate .c-block__sub-header {
        margin-top: 0;
        margin-bottom: 15px
    }

    .c-my-affiliate__balance-text {
        font-size: 14px;
        font-weight: 500
    }

    .c-my-affiliate__table {
        display: none
    }
}

.c-order-item__quantity {
    color: #828282;
    font-weight: 500;
    margin-left: 5px;
    white-space: nowrap
}

.c-order-items__item+.c-order-items__item {
    margin-top: 5px
}

.c-order-list-item__cell_sku {
    width: 200px
}

.c-order-list-item__cell_quantity,.c-order-list-item__cell_total,th.c-order-list-item__cell_quantity,th.c-order-list-item__cell_total {
    width: 120px;
    white-space: nowrap;
    text-align: right
}

.c-order-list-item__price,.c-order-list-item__total {
    font-weight: 500
}

.c-order-list-item__service {
    color: #828282;
    margin-top: 5px
}

.c-my-order-page__status-container {
    font-size: 16px
}

.c-my-order-page__status {
    font-weight: 500
}

.c-my-order-page__date-container {
    font-size: 16px;
    margin-top: 15px
}

.c-my-order-page__date {
    font-weight: 500
}

.c-my-order-page__contact-container {
    margin-top: 30px
}

.c-my-order-page__address-container {
    margin-top: 30px;
    margin-bottom: 30px
}

.c-my-order-page__addresses {
    display: inline-flex;
    align-items: center;
    vertical-align: top;
    margin-left: -15px;
    margin-right: -15px
}

.c-my-order-page__address {
    flex: none;
    margin-left: 15px;
    margin-right: 15px
}

.c-my-order-page__address-content {
    color: #828282
}

.c-my-order-page__shipping-container {
    margin-top: 30px;
    font-size: 16px
}

.c-my-order-page__shipping {
    font-weight: 500
}

.c-my-order-page__tracking-number-container {
    margin-top: 15px
}

.c-my-order-page__tracking-number {
    font-weight: 500
}

.c-my-order-page__tracking-container {
    margin-top: 15px
}

.c-my-order-page__payment-container {
    font-size: 16px;
    margin-top: 15px
}

.c-my-order-page__payment {
    font-weight: 500
}

.c-my-order-page__payment-plugin-container {
    margin-top: 15px
}

.c-my-order-page__items-container {
    margin-top: 60px
}

@media (min-width:1200px) {
    .c-my-order-page__summary-container {
        width: 350px;
        margin-left: auto;
        margin-top: 60px
    }
}

@media (max-width:1199px) {
    .c-my-order-page__date-container,.c-my-order-page__status-container {
        font-size: 14px
    }

    .c-my-order-page__date-container {
        margin-top: 10px
    }

    .c-my-order-page__contact-container .c-contact__photo {
        width: 40px;
        height: 40px
    }

    .c-my-order-page .c-contact__name-box {
        padding-left: 10px;
        font-size: 14px
    }

    .c-my-order-page__addresses {
        display: flex;
        flex-direction: column;
        align-items: flex-start
    }

    .c-my-order-page__addresses .c-block__header {
        margin-bottom: 10px
    }

    .c-my-order-page__address {
        margin-bottom: 20px
    }

    .c-my-order-page__address:last-child {
        margin-bottom: 0
    }

    .c-my-order-page__payment-container,.c-my-order-page__shipping-container {
        font-size: 14px
    }

    .c-my-order-page__payment-container {
        margin-top: 10px
    }

    .c-my-order-page__items-container,.c-my-order-page__summary-container {
        margin-top: 30px
    }

    .c-my-order-page__summary-container .c-order-summary {
        box-shadow: 0 10px 30px rgba(0,0,0,.05)
    }

    .c-my-order-page__items-table {
        display: none
    }
}

.c-orders-table__cell_date,.c-orders-table__cell_total,th.c-orders-table__cell_date,th.c-orders-table__cell_total {
    text-align: right
}

.c-orders-table__cell_id {
    white-space: nowrap;
    width: 100px
}

.c-orders-table__cell_date,.c-orders-table__cell_status,.c-orders-table__cell_total {
    width: 120px
}

.c-orders-table__cell_total {
    font-weight: 500;
    white-space: nowrap
}

@media (max-width:1199px) {
    .c-orders-table {
        display: none
    }
}

.c-order-summary {
    border: 1px solid #f2f2f2;
    border-radius: 5px;
    transition: box-shadow .2s ease-in-out;
    padding: 29px 19px;
    line-height: 1.2
}

.c-order-summary:hover {
    box-shadow: 0 10px 50px rgba(0,0,0,.07)
}

.c-order-summary__sub-totals {
    margin-bottom: 20px
}

.c-order-summary__sub-totals::before {
    content: '';
    display: table;
    margin-bottom: -20px
}

.c-order-summary__sub-totals::after {
    content: '';
    display: block
}

.c-order-summary__sub-total {
    display: block;
    margin-top: 20px
}

.c-order-summary__total-container {
    text-align: center;
    padding-top: 30px;
    border-top: 1px solid #f2f2f2;
    margin-top: 30px
}

.c-order-summary__total-label {
    font-size: 16px
}

.c-order-summary__total {
    display: block;
    font-size: 36px;
    font-weight: 500;
    margin-top: 10px
}

@media (max-width:1199px) {
    .c-order-summary__total-container {
        margin-top: 40px;
        padding-top: 30px
    }
}

.c-favorite-page__categories {
    border: 1px solid var(--light-color)
}

.c-favorite-page__categories::after {
    content: '';
    display: table;
    margin-top: -1px
}

.c-favorite-page__category {
    color: var(--primary-color);
    border-top: 1px solid var(--light-color);
    border-bottom: 1px solid var(--light-color);
    margin-top: -1px;
    transition: color .2s ease-in-out
}

.c-favorite-page__category:hover {
    color: var(--primary-active-dark-color)
}

.c-favorite-page__category_active {
    background-color: var(--light-color)
}

.c-favorite-page__category-link {
    display: block;
    padding: 13px 19px 14px;
    color: currentColor;
    text-decoration: none
}

.c-favorite-page__products-count {
    position: relative;
    font-size: 9px;
    font-weight: 500;
    margin-left: 5px;
    vertical-align: super;
    color: #a0a0a0
}

@media (min-width:1200px) {
    .c-favorite-page__r-categories-container,.c-favorite-page__r-clear-button,.c-favorite-page__r-recovery-button {
        display: none
    }
}

@media (max-width:1199px) {
    .c-favorite-page__r-categories-container {
        margin-bottom: 15px
    }

    .c-favorite-page__r-categories-container .c-select__content {
        padding-top: 11px;
        padding-bottom: 11px
    }

    .c-favorite-page__r-categories-container .c-select__arrow {
        padding-right: 14px
    }

    .c-favorite-page__r-recovery-button,.c-favorite-page_delete .c-favorite-page__r-clear-button {
        display: none
    }

    .c-favorite-page_delete .c-favorite-page__r-recovery-button {
        display: inline-block
    }

    .c-favorite-info-panel .c-info-panel-content__image-container,.c-favorite-info-panel .c-info-panel-content__info-container {
        display: none
    }

    .c-favorite-info-panel .c-info-panel-content__button-container {
        padding: 0
    }
}

.c-products {
    position: relative
}

.c-products__filters {
    margin-bottom: 30px;
    margin-right: -10px;
    line-height: 1.2
}

.c-products__filters::after {
    content: '';
    display: table;
    margin-top: -10px
}

.c-products__filters-label {
    display: inline-block;
    vertical-align: top;
    padding: 7px 0;
    margin-right: 10px;
    margin-bottom: 10px;
    color: #828282
}

.c-products__filters-button,.c-products__filters-reset {
    display: inline-block;
    vertical-align: top;
    margin-right: 10px;
    margin-bottom: 10px;
    border-radius: 3px;
    cursor: pointer
}

.c-products__filters-button {
    color: var(--primary-color);
    border: 1px solid var(--primary-color);
    padding: 6px 9px
}

.c-products__filters-button:hover .c-products__filters-button-text {
    text-decoration: line-through
}

.c-products__filters-reset {
    padding: 7px 10px;
    color: #828282;
    background-color: #f2f2f2;
    transition: background-color .2s ease-in-out
}

.c-products__filters-reset:hover {
    background-color: #eaeaea
}

.c-products__bar {
    margin-bottom: 30px
}

.c-products__recovery-list-button {
    display: none
}

.c-products__spinner {
    color: var(--primary-color);
    position: absolute;
    margin-top: 60px;
    width: 100%;
    text-align: center;
    z-index: 1;
    opacity: 0;
    pointer-events: none
}

.c-products__content {
    margin-top: 30px;
    transition: opacity .2s ease-in-out
}

.c-products__pagination {
    margin-top: 30px;
    text-align: center
}

.c-products__lazy-load {
    margin-top: 40px;
    text-align: center
}

.c-products__lazy-load-loading {
    display: none;
    color: var(--primary-color)
}

.c-products__top-banner-container {
    margin-bottom: 30px
}

.c-products__bottom-banner-container {
    margin-top: 30px
}

.c-products_loading .c-products__spinner {
    opacity: 1
}

.c-products_loading .c-products__content {
    opacity: .3;
    pointer-events: none
}

.c-products_lazy-load_process .c-products__lazy-load-button,.c-products_lazy-load_process .c-products__pagination {
    display: none
}

.c-products_lazy-load_process .c-products__lazy-load-loading {
    display: block
}

.c-products_lazy-load_done .c-products__lazy-load {
    display: none
}

.c-products_delete .c-products__recovery-list-button {
    display: inline-block
}

.c-products_delete .c-products__delete-list-button {
    display: none
}

@media (max-width:1199px) {
    .c-products__lazy-load,.c-products__pagination {
        margin-top: 25px
    }

    .c-products__bar {
        margin-bottom: 15px
    }

    .c-products__content {
        margin-top: 15px
    }

    .c-products__delete-list-button,.c-products__recovery-list-button {
        display: none
    }
}

@media (min-width:1200px) {
    .c-products-bar {
        background: #fafafa;
        border: 1px solid #eee;
        padding: 10px 20px;
        color: #828282
    }
}

.c-products-bar__content {
    display: table;
    width: 100%
}

.c-products-bar__controls,.c-products-bar__sorting {
    display: table-cell;
    vertical-align: middle
}

.c-products-bar__controls {
    white-space: nowrap;
    font-size: 13px;
    line-height: 0
}

.c-products-bar__sorting {
    width: 100%
}

@media (max-width:1199px) {
    .c-products-bar__sorting .c-inline-field__label {
        display: none
    }

    .c-products-bar__content {
        display: flex;
        justify-content: space-between;
        align-items: center
    }

    .c-products-bar__sorting {
        flex-grow: 1
    }

    .c-products-bar__sorting .c-inline-field,.c-products-bar__sorting .c-select {
        width: 100%
    }

    .c-products-bar__sorting .c-select__content {
        padding-top: 11px;
        padding-bottom: 11px
    }

    .c-products-bar__sorting .c-select__arrow {
        padding-right: 14px
    }
}

.c-products-view-types {
    white-space: nowrap
}

.c-products-view-types__item {
    display: inline-block;
    vertical-align: top;
    margin-left: 20px
}

@media (max-width:1199px) {
    .c-products-view-types__item {
        width: 40px;
        height: 40px;
        display: flex;
        align-items: center;
        justify-content: center;
        border-radius: 4px;
        background: #f2f2f2
    }

    .c-products-view-types__item_hidden {
        display: none
    }
}

.c-products-view-type {
    cursor: pointer
}

.c-order-cart-decorator .wa-quantity-box .wa-button .wa-tooltip .wa-icon svg,.c-products-view-type:hover .c-products-view-type__icon,.c-products-view-type_active .c-products-view-type__icon {
    fill: #828282
}

.c-products-view-type__icon {
    transition: fill .2s ease-in-out
}

.c-tag-page__description {
    margin-bottom: 60px
}

.c-filters {
    position: relative
}

.c-filters__filter {
    border-top: 1px solid var(--light-color);
    border-bottom: 1px solid var(--light-color);
    margin-top: -1px
}

.c-filters__footer {
    padding: 20px
}

.c-filters__footer .c-button {
    margin-bottom: 15px
}

.c-filters__footer .c-button:last-child {
    margin-bottom: 0
}

.c-filters__footer .c-filters__submit-button_counted:after {
    content: " (" attr(data-products-count) ")"
}

.c-filters__hint {
    position: absolute;
    left: 100%;
    background-color: #fff;
    border: 1px solid #f2f2f2;
    border-radius: 3px;
    margin-top: -21px;
    margin-left: -9px;
    padding: 12px 10px;
    font-size: 12px;
    pointer-events: none;
    opacity: 0;
    transform: translateX(-10px);
    transition: opacity .2s ease-in-out,transform .2s ease-in-out;
    white-space: nowrap;
    box-shadow: 0 0 15px rgba(0,0,0,.05);
    z-index: 2
}

.c-filters__hint::after,.c-filters__hint::before {
    content: '';
    position: absolute;
    top: 50%;
    right: 100%;
    transform: translate3d(0,-50%,0);
    border: 6px solid transparent;
    border-right-color: #fff;
    z-index: 2
}

.c-filters__hint::after {
    border: 7px solid transparent;
    border-right-color: #f2f2f2;
    z-index: 1
}

.c-filters__hint_show {
    opacity: 1;
    transition: opacity .2s ease-in-out,transform .2s ease-in-out,top .2s ease-in-out;
    transform: translateX(0)
}

@media (max-width:1199px) {
    .r-filters {
        margin-bottom: 30px
    }

    .c-filters {
        position: static;
        height: 100%
    }

    .c-filters__form {
        height: 100%;
        padding-left: 15px;
        padding-right: 15px
    }

    .c-filters__filters {
        overflow-y: auto;
        overflow-x: hidden;
        -webkit-overflow-scrolling: touch;
        height: 100%
    }

    .c-filter__content,.c-filter__header {
        padding-left: 0;
        padding-right: 0
    }

    .c-filters__filter {
        border: 0;
        margin-top: 0;
        border-top: 1px solid var(--light-color)
    }

    .c-filters__filter:first-child {
        border-top: none
    }
}

.c-filter {
    position: relative
}

.c-filter::after {
    content: '';
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    height: 20px;
    background-image: linear-gradient(to bottom,rgba(255,255,255,0),#fff);
    pointer-events: none
}

.c-filter__header {
    line-height: 1.2;
    padding: 18px 19px 19px;
    cursor: pointer
}

.c-filter__content {
    padding: 0 19px 19px
}

.c-filter__content.c-toggle-block_active .c-filter__values-button_only-active {
    display: inline
}

.c-filter__content.c-toggle-block_active .c-filter__values-button_only-not-active {
    display: none
}

.c-filter__content.c-toggle-block_active .c-filter__value_hidden {
    display: block
}

.c-filter__name {
    font-weight: 500
}

.c-filter__values::after {
    content: '';
    display: table;
    margin-top: -15px
}

.c-filter__values_horizontal {
    margin-right: -15px
}

.c-filter__values_horizontal .c-filter__value {
    display: inline-block;
    vertical-align: top;
    margin-right: 15px
}

.c-filter__value {
    margin-bottom: 15px
}

.c-filter__value_hidden {
    display: none
}

.c-filter__toggle-icon {
    transform: rotate(-90deg);
    transition: transform .2s ease-in-out
}

.c-filter__footer {
    padding-top: 15px
}

.c-filter__footer_hidden,.c-filter__values-button_only-active {
    display: none
}

.c-filter.c-accordion-block_open .c-filter__toggle-icon,.c-order-ui-decorator .wa-tooltip.bottom:hover::after {
    transform: none
}

.c-filter.c-accordion-block_in-process-close .c-filter__toggle-icon {
    transform: rotate(-90deg)
}

.c-filter_type_boolean .c-filter__value,.c-filter_type_checkbox .c-filter__value {
    line-height: 0
}

.c-sidebar-catalog {
    position: relative
}

.c-sidebar-catalog_animated,.c-sidebar-catalog_open {
    z-index: 4
}

.c-sidebar-catalog_close-animation {
    animation: sidebar_catalog_z_index_animation .2s ease-in-out forwards
}

.c-brand-page__categories-container {
    margin-bottom: 60px
}

@media (min-width:1200px) {
    .c-brand-page__description-container {
        margin-top: 30px;
        display: table;
        table-layout: fixed;
        width: 100%
    }

    .c-brand-page__image-container {
        display: table-cell;
        vertical-align: middle
    }

    .c-brand-page__description-text-container {
        display: table-cell;
        vertical-align: top
    }

    .c-brand-page__image-container {
        width: 285px;
        padding-right: 30px;
        text-align: center
    }

    .c-brand-page__content-container {
        margin-top: 30px
    }
}

@media (max-width:1199px) {
    .c-brand-page__categories-container {
        margin-bottom: 30px
    }

    .c-brand-page__additional-description-container {
        margin-top: 30px
    }

    .c-brand-page__tabs-container {
        margin-bottom: 15px
    }

    .c-brand-page .c-block__content .text-center,.c-brand-page__image-container {
        text-align: center
    }

    .c-brand-page__image-container .l-image-box {
        height: 100px;
        display: flex;
        align-items: center;
        justify-content: center
    }

    .c-brand-page .c-block__content img,.c-brand-page__image-container .l-image-box img {
        max-width: 100%;
        max-height: 100%
    }

    .c-brand-page__description-text-container {
        margin-top: 15px
    }

    .c-brand-page .c-block__content figure {
        margin: 0 0 15px
    }

    .c-brand-page .c-block__content figure:last-child {
        margin-bottom: 0
    }

    .c-brand-page .c-block__content .text-right {
        text-align: right
    }

    .c-brand-page .c-block__content .text-justify {
        text-align: justify
    }
}

.c-brand-tabs {
    margin-left: -7.5px;
    margin-right: -7.5px
}

.c-brand-tabs::before {
    margin-bottom: -15px
}

.c-brand-tabs::after,.c-brand-tabs::before {
    content: '';
    display: table
}

.c-brand-tabs__item {
    display: inline-block;
    vertical-align: top;
    margin-left: 7.5px;
    margin-right: 7.5px;
    margin-top: 15px
}

.c-brand-tabs__tab {
    display: block;
    border: 1px solid #e0e0e0;
    border-radius: 5px;
    color: #828282;
    text-decoration: none;
    padding: 8px 14px;
    font-weight: 500;
    transition: border-color .2s ease-in-out
}

.c-brand-tabs__tab:hover {
    border-color: #828282
}

.c-brand-tabs__tab_active {
    color: var(--primary-color)
}

.c-brand-tabs__tab_active,.c-brand-tabs__tab_active:hover {
    border-color: var(--primary-color)
}

@media (max-width:1199px) {
    .c-brand-tabs,.r-brand-tabs {
        margin-bottom: 15px
    }
}

.c-brand-reviews-container__header-container {
    display: flex;
    align-items: center
}

.c-brand-reviews-container__button-container,.c-brand-reviews-container__header-text-container {
    margin-left: 30px;
    white-space: nowrap
}

.c-brand-reviews-container__button-container:first-child,.c-brand-reviews-container__header-text-container:first-child {
    width: 100%;
    margin-left: 0;
    white-space: normal
}

@media (max-width:1199px) {
    .c-brand-reviews-container__header-container {
        flex-direction: column
    }

    .c-brand-reviews-container__header-text-container {
        margin-bottom: 15px
    }

    .c-brand-reviews-container__button-container {
        margin-left: 0;
        white-space: normal;
        width: 100%
    }

    .c-brand-reviews-container__review-button {
        width: 100%
    }
}

.c-brand-reviews__reviews-container::before {
    content: '';
    display: table;
    margin-bottom: -30px
}

.c-brand-reviews__reviews-container::after {
    content: '';
    display: block
}

.c-brand-reviews__review {
    display: block;
    margin-top: 30px
}

.c-brand-reviews__review_hidden {
    display: none
}

.c-brand-reviews__more-container {
    margin-top: 40px;
    text-align: center
}

.c-brand-reviews_show-all .c-brand-reviews__review_hidden {
    display: block
}

.c-brand-reviews_show-all .c-brand-reviews__more-container {
    display: none
}

@media (max-width:1199px) {
    .c-brand-reviews__reviews-container:after {
        margin-top: 0
    }

    .c-brand-reviews__more-container {
        margin-top: 25px
    }
}

@media (min-width:1200px) {
    .c-brand-review {
        border: 1px solid #f2f2f2;
        border-radius: 5px;
        padding: 19px;
        transition: box-shadow .2s ease-in-out
    }

    .c-brand-review:hover {
        box-shadow: 0 10px 50px rgba(0,0,0,.07)
    }
}

.c-brand-review__header-container {
    display: inline-flex;
    align-items: center;
    vertical-align: top;
    margin-left: -7.5px;
    margin-right: -7.5px
}

.c-brand-review__image-container,.c-brand-review__info-container {
    flex: none;
    margin-left: 7.5px;
    margin-right: 7.5px
}

.c-brand-review__image-box {
    width: 80px;
    height: 80px
}

.c-brand-review__product-name {
    font-weight: 500;
    color: #333
}

.c-brand-review__brand-name {
    font-weight: 500
}

.c-brand-review__title-container {
    color: #828282;
    font-size: 16px;
    line-height: 1.2
}

.c-brand-review__rating-container {
    margin-top: 9px;
    line-height: 1.2
}

.c-brand-review__author-container {
    margin-top: 20px;
    font-weight: 500;
    line-height: 1.2
}

.c-brand-review__content-container {
    margin-top: 15px
}

.c-brand-review__content-container::before {
    content: '';
    display: table;
    margin-bottom: -15px
}

.c-brand-review__content-container::after {
    content: '';
    display: block
}

.c-brand-review__block {
    display: block;
    margin-top: 15px
}

.c-brand-review__date-container {
    margin-top: 15px;
    line-height: 1.2
}

@media (max-width:1199px) {
    .c-brand-reviews__review {
        padding: 15px;
        border-bottom: 1px solid #f2f2f2;
        margin-bottom: 0
    }

    .c-brand-reviews__review:first-child {
        border-top: 1px solid #f2f2f2
    }

    .c-brand-reviews__review:last-child {
        margin-bottom: 0
    }

    .c-brand-review__header-container {
        display: flex;
        align-items: center
    }

    .c-brand-review__image-box {
        width: 60px;
        height: 60px
    }

    .c-brand-review__image-container {
        margin-left: 0
    }

    .c-brand-review__info-container {
        margin-left: 0;
        margin-right: 0
    }

    .c-brand-review__image-container {
        margin-right: 10px;
        flex-shrink: 1
    }

    .c-brand-review__info-container {
        flex-grow: 1
    }

    .c-brand-review__title-container {
        font-size: 14px
    }

    .c-brand-review__rating-container .c-rating__star {
        font-size: 9px
    }

    .c-brand-review__author-container {
        margin-top: 15px;
        font-weight: 400
    }

    .c-brand-review__content-container {
        margin-top: 10px
    }

    .c-brand-review__block {
        margin-bottom: 10px
    }
}

.c-brand-review-form {
    width: 500px
}

@media (max-width:1199px) {
    .c-brand-review-form {
        margin-left: auto;
        margin-right: auto
    }
}

@media (max-width:767px) {
    .c-brand-review-form {
        width: auto
    }

    .c-brand-review-form .c-modal {
        border-radius: 0
    }

    .c-brand-review-form .c-modal-header .c-header {
        font-size: 16px
    }

    .c-brand-review-form .c-form-field__name {
        color: #333
    }

    .c-brand-review-form .c-rating-select__star {
        width: 32px;
        height: 32px;
        margin-right: 10px
    }

    .c-brand-review-form .c-contact__name-box,.c-brand-review-form .c-rating-select__star:before {
        font-size: 14px
    }

    .c-brand-review-form textarea {
        resize: none;
        height: 120px
    }

    .c-brand-review-form .l-form .c-button {
        width: 100%
    }
}

.c-brands-catalog {
    padding: 30px;
    background-color: #fff
}

.c-brands-catalog__header-container {
    display: flex;
    align-items: center
}

.c-brands-catalog__header-text-container,.c-brands-catalog__link-container {
    margin-left: 30px;
    white-space: nowrap
}

.c-brands-catalog__header-text-container:first-child,.c-brands-catalog__link-container:first-child {
    width: 100%;
    margin-left: 0;
    white-space: normal
}

.c-brands-catalog__columns {
    display: table;
    table-layout: fixed;
    width: 100%
}

.c-brands-catalog__column {
    display: table-cell;
    padding-right: 20px;
    padding-left: 20px;
    position: relative
}

.c-brands-catalog__brands::before {
    content: '';
    display: table;
    margin-bottom: -15px
}

.c-brands-catalog__brands::after {
    content: '';
    display: block
}

.c-brands-catalog__brand {
    display: block;
    margin-top: 15px;
    position: relative;
    color: #606060;
    line-height: 1.2
}

.c-brands-catalog__letter {
    position: absolute;
    left: 0;
    margin-left: -20px;
    color: var(--primary-color);
    font-weight: 700
}

.c-brands-dropdown {
    display: none;
    position: absolute;
    width: 1110px;
    transform: translateZ(0);
    animation: megashop_fadeout_up .2s ease-in-out;
    animation-play-state: paused
}

.c-brands-dropdown_open {
    display: block;
    animation: megashop_fadein_up .2s ease-in-out;
    animation-play-state: paused
}

.c-brands-dropdown_animated {
    display: block;
    animation-play-state: running
}

.c-buy1step-decorator {
    visibility: hidden
}

.c-buy1step-decorator .buy1step-step__header-box {
    background-color: transparent;
    padding: 0;
    margin-bottom: 30px
}

.c-buy1step-decorator .buy1step-step__content-box {
    padding: 0
}

.c-buy1step-decorator .buy1step-form__info-box {
    width: 410px;
    padding-left: 60px
}

.c-buy1step-decorator .intl-tel-input {
    display: block
}

.c-buy1step-decorator .buy1step-info {
    border: 1px solid #f2f2f2;
    border-radius: 5px;
    padding: 19px;
    transition: box-shadow .2s ease-in-out
}

.c-buy1step-decorator .buy1step-info:hover {
    box-shadow: 0 10px 50px rgba(0,0,0,.07)
}

.c-buy1step-decorator .buy1step-info__header-box {
    background-color: transparent;
    padding: 10px 0 0;
    margin-bottom: 30px
}

.c-buy1step-decorator .buy1step-info__items-box {
    padding: 0;
    border: 0
}

.c-buy1step-decorator .buy1step-item__name-box {
    line-height: 1.2;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    font-weight: 500
}

.c-buy1step-decorator .buy1step-item__total-box {
    color: #828282;
    font-size: 13px;
    line-height: 1.2;
    margin-top: 5px
}

.c-buy1step-decorator .buy1step-item__total {
    font-weight: 400
}

.c-buy1step-decorator .buy1step-info__subtotal-box {
    padding: 0;
    margin-top: 30px;
    border: 0
}

.c-buy1step-decorator .buy1step-subtotal-line__label-text {
    color: #828282
}

.c-buy1step-decorator .buy1step-subtotal-line__value {
    font-weight: 500
}

.c-buy1step-decorator .buy1step-info__shipping-name {
    font-weight: 500;
    color: #333
}

.c-buy1step-decorator .buy1step-info__total-box {
    padding: 30px 0 0;
    border-top: 1px solid #f2f2f2;
    margin-top: 40px
}

.c-buy1step-decorator .buy1step-total-line__label {
    line-height: 1.2;
    font-size: 16px
}

.c-buy1step-decorator .buy1step-total-line__value {
    font-size: 36px;
    line-height: 1.2;
    font-weight: 500
}

.c-buy1step-decorator .buy1step-info__policy-box,.c-buy1step-decorator .buy1step-info__submit-box {
    padding: 0;
    margin-top: 20px
}

.c-buy1step-decorator .buy1step-form__step+.buy1step-form__step {
    margin-top: 60px
}

.c-buy1step-decorator .buy1step-items-list__show-hidden-button {
    color: inherit;
    display: block;
    border: initial;
    margin-top: 15px
}

.c-buy1step-decorator .buy1step-items-list__hide-hidden-button {
    color: inherit;
    border: initial;
    margin-top: 15px;
    display: none
}

.c-buy1step-decorator .buy1step-items-list_show-hidden .buy1step-items-list__hide-hidden-button,.c-buy1step-decorator .buy1step-items-list_show-hidden .buy1step-items-list__item_hidden {
    display: block
}

.c-buy1step-decorator .buy1step-page__cart-box {
    margin-bottom: 60px
}

@media (max-width:1199px) {
    .c-buy1step-decorator .buy1step-form__submit-box .c-button {
        width: 100%
    }
}

.c-buy1step-decorator_js-is-init {
    visibility: visible
}

.c-footer-currency-select {
    width: auto;
    font-size: 13px
}

.c-footer-currency-select.jq-selectbox .jq-selectbox__select {
    padding: 0;
    border: 0;
    background-color: transparent
}

.c-footer-currency-select.jq-selectbox .jq-selectbox__select-text {
    color: var(--primary-color-alpha-5);
    padding-right: 15px;
    display: inline-block;
    vertical-align: top
}

.c-footer-currency-select.jq-selectbox .jq-selectbox__trigger {
    color: var(--primary-color-alpha-5);
    right: 0
}

.c-footer-currency-select.jq-selectbox .jq-selectbox__dropdown {
    margin-left: -15px;
    text-align: center
}

select.c-footer-currency-select {
    border: 0;
    padding: 0;
    font-size: 11px;
    height: auto
}

.c-footer-currency-select-wrapper {
    max-width: 50px;
    font-size: 13px
}

.c-footer-currency-select-wrapper .c-select__box {
    border: 0;
    background-color: transparent
}

.c-footer-currency-select-wrapper .c-select__content {
    color: var(--primary-color-alpha-5);
    padding: 0 5px 0 0;
    display: inline-block;
    vertical-align: top
}

.c-footer-currency-select-wrapper .c-select__arrow {
    padding-right: 0
}

.c-footer-currency-select-wrapper .c-select__arrow-icon {
    color: var(--primary-color-alpha-5)
}

.c-footer-currency-select-wrapper .c-select__dropdown {
    margin-left: -15px;
    text-align: center
}

.c-arrived-decorator .plugin_arrived-box {
    background: 0 0;
    border: 0;
    box-shadow: none;
    font: inherit;
    position: static;
    margin-left: 0!important;
    margin-top: 0!important
}

.c-arrived-decorator .plugin_arrived-header {
    background: 0 0;
    color: currentColor;
    text-shadow: none;
    height: auto;
    width: auto;
    font: inherit
}

.c-arrived-decorator .plugin_arrived-header span {
    float: none;
    padding: 0
}

.c-arrived-decorator .plugin_arrived-body {
    overflow: visible;
    padding: 0
}

.c-arrived-decorator .plugin_arrived-name {
    display: none
}

.c-arrived-decorator .plugin_arrived-value input {
    font-size: 14px
}

.c-arrived-decorator .plugin_arrived-close {
    display: none!important
}

@media (max-width:1199px) {
    .c-arrived-decorator .plugin_arrived-box {
        width: 100%
    }
}

.c-order-ui-decorator .wa-icon {
    display: inline-block;
    vertical-align: baseline;
    background: 50% no-repeat;
    background-size: contain;
    width: 1em;
    height: 1em;
    line-height: 0
}

.c-order-ui-decorator .wa-icon svg {
    width: 100%;
    height: 100%
}

.c-order-ui-decorator .wa-icon.size-6 {
    width: 6px;
    height: 6px
}

.c-order-ui-decorator .wa-icon.size-7 {
    width: 7px;
    height: 7px
}

.c-order-ui-decorator .wa-icon.size-8 {
    width: 8px;
    height: 8px
}

.c-order-ui-decorator .wa-icon.size-9 {
    width: 9px;
    height: 9px
}

.c-order-ui-decorator .wa-icon.size-10 {
    width: 10px;
    height: 10px
}

.c-order-ui-decorator .wa-icon.size-11 {
    width: 11px;
    height: 11px
}

.c-order-ui-decorator .wa-icon.size-12 {
    width: 12px;
    height: 12px
}

.c-order-ui-decorator .wa-icon.size-13 {
    width: 13px;
    height: 13px
}

.c-order-ui-decorator .wa-icon.size-14 {
    width: 14px;
    height: 14px
}

.c-order-ui-decorator .wa-icon.size-15 {
    width: 15px;
    height: 15px
}

.c-order-ui-decorator .wa-icon.size-16 {
    width: 16px;
    height: 16px
}

.c-order-ui-decorator .wa-icon.size-17 {
    width: 17px;
    height: 17px
}

.c-order-ui-decorator .wa-icon.size-18 {
    width: 18px;
    height: 18px
}

.c-order-ui-decorator .wa-icon.size-19 {
    width: 19px;
    height: 19px
}

.c-order-ui-decorator .wa-icon.size-20 {
    width: 20px;
    height: 20px
}

.c-order-ui-decorator .wa-icon.size-24 {
    width: 24px;
    height: 24px
}

.c-order-ui-decorator .wa-icon.size-36 {
    width: 36px;
    height: 36px
}

.c-order-ui-decorator .wa-icon.size-48 {
    width: 48px;
    height: 48px
}

.c-order-ui-decorator .wa-icon.yes {
    color: #27ae60
}

.c-order-dialog-decorator .wa-shipping-pickup-dialog .wa-variant-details-section .wa-variant-wrapper::before,.c-order-ui-decorator .wa-table::before {
    content: '';
    display: table;
    margin-bottom: -20px
}

.c-order-ui-decorator .wa-row {
    display: flex;
    align-items: flex-end;
    margin-top: 20px;
    position: relative;
    justify-content: space-between;
    line-height: 1.2;
    z-index: 1
}

.c-order-ui-decorator .wa-row .wa-cell-name,.c-order-ui-decorator .wa-row .wa-cell-value {
    flex: 0 1 auto;
    background: #fff
}

.c-order-ui-decorator .wa-row .wa-cell-name {
    color: #828282;
    padding-right: 5px
}

.c-order-ui-decorator .wa-row .wa-cell-name::before {
    content: '';
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    border-bottom: 2px dotted #e0e0e0;
    z-index: -1
}

.c-order-ui-decorator .wa-row .wa-cell-value {
    font-weight: 500;
    padding-left: 5px;
    text-align: right
}

.c-order-ui-decorator .wa-row .wa-cell-value .ymaps-geolink {
    white-space: initial;
    z-index: 1
}

.c-order-ui-decorator .wa-tooltip {
    position: relative
}

.c-order-ui-decorator .wa-tooltip::after {
    content: attr(data-title);
    display: block;
    line-height: 1.2;
    position: absolute;
    z-index: 1;
    bottom: 100%;
    left: 0;
    width: 200px;
    margin-right: auto;
    margin-bottom: 8px;
    margin-left: -16px;
    pointer-events: none;
    border: 1px solid #f2f2f2;
    box-shadow: 0 0 15px rgba(0,0,0,.05);
    padding: 6px 15px;
    font-size: 12px;
    border-radius: 3px;
    background-color: #fff;
    user-select: none;
    transform: translateY(-10px);
    opacity: 0;
    transition: opacity .2s ease-in-out,transform .2s ease-in-out
}

.c-order-ui-decorator .wa-tooltip:hover::after {
    display: block;
    transform: none;
    opacity: 1
}

.c-order-ui-decorator .wa-tooltip.bottom::after {
    bottom: auto;
    margin-bottom: 0;
    top: 100%;
    margin-top: 8px;
    transform: translateY(10px)
}

.c-order-ui-decorator .wa-tooltip.is-inline::after {
    white-space: nowrap;
    width: auto
}

.c-order-ui-decorator .wa-price {
    white-space: nowrap
}

.c-order-ui-decorator .wa-toggle {
    margin-left: -5px;
    margin-right: -5px
}

.c-order-ui-decorator .wa-toggle::before {
    content: '';
    display: table;
    margin-bottom: -10px
}

.c-order-ui-decorator .wa-toggle span {
    margin-left: 5px;
    margin-right: 5px;
    margin-top: 10px;
    line-height: 1.2;
    border: 1px solid var(--primary-color);
    font-weight: 500;
    padding: 4px 10px;
    border-radius: 3px;
    color: var(--primary-color);
    cursor: pointer
}

.c-order-ui-decorator .wa-toggle span.selected {
    background: var(--primary-color);
    color: #fff
}

@media (min-width:1200px) {
    .wa-mobile-content {
        display: none
    }
}

.c-order-dialog-decorator .wa-shipping-pickup-dialog {
    width: 1110px;
    max-width: 100%
}

.c-order-dialog-decorator .wa-shipping-pickup-dialog .wa-map-wrapper {
    height: 500px
}

.c-order-dialog-decorator .wa-shipping-pickup-dialog .wa-variant-details-section {
    display: none
}

.c-order-dialog-decorator .wa-shipping-pickup-dialog .wa-variant-details-section.is-shown {
    display: block
}

.c-order-dialog-decorator .wa-shipping-pickup-dialog .wa-variant-details-section .wa-variant-title {
    margin: 0;
    font-size: 18px;
    font-weight: 500
}

.c-order-dialog-decorator .wa-shipping-pickup-dialog .wa-variant-details-section .wa-section-header {
    margin-bottom: 10px
}

.c-order-dialog-decorator .wa-shipping-pickup-dialog .wa-variants-section::before {
    content: '';
    display: table;
    margin-bottom: -20px
}

.c-order-dialog-decorator .wa-shipping-pickup-dialog .wa-variants-section .wa-filters-wrapper,.c-order-dialog-decorator .wa-shipping-pickup-dialog .wa-variants-section .wa-variants-list {
    margin-top: 20px
}

.c-order-dialog-decorator .wa-shipping-pickup-dialog .wa-variants-section .wa-variant-wrapper {
    border: 1px solid #e0e0e0;
    border-radius: 5px;
    padding: 14px;
    line-height: 1.2;
    transition: border-color .2s ease-in-out;
    cursor: pointer
}

.c-order-dialog-decorator .wa-shipping-pickup-dialog .wa-variants-section .wa-variant-wrapper .wa-name {
    font-size: 16px;
    font-weight: 500
}

.c-order-dialog-decorator .wa-shipping-pickup-dialog .wa-variants-section .wa-variant-wrapper .wa-details {
    margin-top: 5px;
    color: #828282
}

.c-order-dialog-decorator .wa-shipping-pickup-dialog .wa-variants-section .wa-variant-wrapper .wa-price {
    color: #333;
    margin-right: 6px
}

.c-order-dialog-decorator .wa-shipping-pickup-dialog .wa-variants-section .wa-variant-wrapper .wa-date {
    margin-right: 6px
}

.c-order-dialog-decorator .wa-shipping-pickup-dialog .wa-filters-list {
    margin-top: 5px;
    margin-left: -5px;
    margin-right: -5px
}

.c-order-dialog-decorator .wa-shipping-pickup-dialog .wa-filters-list::before {
    content: '';
    display: table;
    margin-bottom: -10px
}

.c-order-dialog-decorator .wa-shipping-pickup-dialog .wa-filters-list .wa-filter-wrapper {
    margin-left: 5px;
    margin-right: 5px;
    margin-top: 10px
}

.c-order-dialog-decorator .wa-shipping-pickup-dialog .wa-filter-wrapper {
    line-height: 1.2;
    border: 1px solid var(--primary-color);
    display: inline-block;
    font-weight: 500;
    vertical-align: top;
    padding: 4px 10px;
    border-radius: 3px;
    color: var(--primary-color);
    cursor: pointer
}

.c-order-dialog-decorator .wa-shipping-pickup-dialog .wa-filter-wrapper .wa-action {
    display: none;
    vertical-align: 5px;
    line-height: 0;
    margin-left: 5px
}

.c-order-dialog-decorator .wa-shipping-pickup-dialog .wa-filter-wrapper.is-active {
    background: var(--primary-color);
    color: #fff
}

.c-order-dialog-decorator .wa-shipping-pickup-dialog .wa-filter-wrapper.is-active .wa-action {
    display: inline-block
}

.c-order-dialog-decorator .wa-shipping-pickup-dialog .wa-filter-wrapper.is-active .wa-action .wa-icon {
    vertical-align: top;
    width: 10px;
    height: 10px
}

.c-order-dialog-decorator .wa-shipping-pickup-dialog .wa-variants-list::before {
    content: '';
    display: table;
    margin-bottom: 15px
}

.c-order-dialog-decorator .wa-shipping-pickup-dialog .wa-variants-list .wa-variant-wrapper {
    margin-top: 15px
}

.c-order-dialog-decorator .wa-shipping-pickup-dialog .wa-mobile-view-toggle {
    margin-top: 10px
}

.c-order-dialog-decorator .wa-adapters-section {
    margin-bottom: 20px
}

.c-order-dialog-decorator .wa-adapters-section .wa-section-divider,.c-order-dialog-decorator .wa-adapters-section .wa-section-header {
    margin-bottom: 10px;
    color: #828282
}

.c-order-dialog-decorator .wa-adapters-section .wa-adapters-list {
    padding: 0;
    margin: 0 -5px
}

.c-order-dialog-decorator .wa-adapters-section .wa-adapters-list::before {
    content: '';
    display: table;
    margin-bottom: -10px
}

.c-order-dialog-decorator .wa-adapters-section .wa-adapters-list::after {
    content: '';
    display: table
}

.c-order-dialog-decorator .wa-adapters-section .wa-adapters-list li {
    display: inline-block;
    vertical-align: top;
    margin-left: 5px;
    margin-right: 5px;
    margin-top: 10px
}

@media (min-width:1200px) {
    .c-order-dialog-decorator .wa-shipping-pickup-dialog .wa-content-section {
        display: flex
    }

    .c-order-dialog-decorator .wa-shipping-pickup-dialog .wa-content-section .wa-map-section {
        flex: auto
    }

    .c-order-dialog-decorator .wa-shipping-pickup-dialog .wa-content-section .wa-sidebar-section {
        flex: none;
        width: 400px;
        margin-left: 40px
    }
}

@media (max-width:1199px) {
    .c-order-dialog-decorator .wa-shipping-pickup-dialog .wa-map-wrapper {
        height: 400px
    }

    .c-order-dialog-decorator .wa-shipping-pickup-dialog.is-mobile-list-view .wa-map-section,.c-order-dialog-decorator .wa-shipping-pickup-dialog.is-mobile-map-view .wa-sidebar-section {
        display: none
    }
}

.c-order-form-decorator .wa-error-text {
    margin-top: 5px;
    color: #eb5757
}

.c-order-form-decorator .wa-line {
    margin-bottom: 20px
}

.c-order-form-decorator .wa-label {
    line-height: 1.2;
    font-size: 12px;
    color: #828282;
    margin-bottom: 5px;
    display: block
}

.c-order-form-decorator .wa-radio-wrapper {
    display: inline-block;
    vertical-align: top;
    margin-right: 20px
}

.c-order-form-decorator .wa-section-header {
    margin-bottom: 20px
}

.c-order-form-decorator .wa-required::before {
    content: ' * ';
    color: #eb5757
}

.c-order-form-decorator .wa-details-description,.c-order-form-decorator .wa-required-text {
    line-height: 1.2;
    font-size: 12px;
    color: #828282
}

.c-order-form-decorator .wa-header {
    margin: 0
}

.c-order-form-decorator .wa-form-body::before {
    content: '';
    display: table;
    margin-bottom: -30px
}

.c-order-form-decorator .wa-step-section {
    margin-top: 30px
}

.c-order-form-decorator .wa-step-auth-section .wa-header {
    display: inline;
    margin-right: 20px
}

.c-order-form-decorator .wa-step-auth-section .wa-contact-name {
    margin-right: 20px
}

.c-order-form-decorator .wa-comment-section .wa-hidden {
    display: none;
    margin-top: 15px
}

.c-order-form-decorator .wa-comment-section.is-opened .wa-hidden {
    display: block
}

.c-order-form-decorator .wa-comment-section .wa-visible {
    font-size: 13px
}

.c-order-form-decorator .wa-comment-section .wa-icon {
    display: none
}

.c-order-form-decorator .wa-total-section::before {
    content: '';
    display: table;
    margin-bottom: -20px
}

.c-order-form-decorator .wa-item {
    display: flex;
    align-items: flex-end;
    margin-top: 20px;
    position: relative;
    justify-content: space-between;
    line-height: 1.2;
    z-index: 1
}

.c-order-form-decorator .wa-item .wa-name,.c-order-form-decorator .wa-item .wa-value {
    flex: 0 1 auto;
    background: #fff
}

.c-order-form-decorator .wa-item .wa-name {
    color: #828282;
    padding-right: 5px
}

.c-order-form-decorator .wa-item .wa-name::before {
    content: '';
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    border-bottom: 2px dotted #e0e0e0;
    z-index: -1
}

.c-order-form-decorator .wa-item .wa-value {
    font-weight: 500;
    padding-left: 5px
}

.c-order-form-decorator .wa-item+.wa-item-total {
    margin-top: 30px
}

.c-order-form-decorator .wa-item-total .wa-name {
    color: #333;
    font-size: 16px
}

.c-order-form-decorator .wa-item-total .wa-name::before {
    content: none
}

.c-order-form-decorator .wa-item-total .wa-name::after {
    content: ':'
}

.c-order-form-decorator .wa-item-total .wa-value {
    font-size: 24px
}

.c-order-form-decorator .wa-step-confirm-section .wa-flex-wrapper::before,.c-order-form-decorator .wa-step-shipping-section form::before {
    content: '';
    display: table;
    margin-bottom: -30px
}

.c-order-form-decorator .wa-step-confirm-section .wa-actions-section,.c-order-form-decorator .wa-step-confirm-section .wa-comment-section,.c-order-form-decorator .wa-step-confirm-section .wa-total-section {
    margin-top: 30px
}

.c-order-form-decorator .wa-details-rates-section::before,.c-order-form-decorator .wa-step-confirm-section .wa-actions-section::before,.c-order-form-decorator .wa-step-details-section form::before,.c-order-form-decorator .wa-step-payment-section form::before {
    content: '';
    display: table;
    margin-bottom: -20px
}

.c-order-form-decorator .wa-step-confirm-section .wa-actions-section .wa-button,.c-order-form-decorator .wa-step-confirm-section .wa-actions-section .wa-terms-section,.c-order-form-decorator .wa-types-list {
    margin-top: 20px
}

.c-order-form-decorator .wa-type-wrapper {
    line-height: 1.2;
    background: #fff;
    border: 1px solid #e0e0e0;
    border-radius: 5px;
    padding: 14px;
    text-align: center;
    cursor: pointer;
    transition: border-color .2s ease-in-out;
    position: relative
}

.c-order-form-decorator .wa-type-wrapper:hover {
    border-color: #828282
}

.c-order-form-decorator .wa-type-wrapper .wa-type-icon {
    position: absolute;
    top: 14px;
    left: 12px
}

.c-order-form-decorator .wa-type-wrapper .wa-type-icon::before {
    content: '';
    position: absolute;
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
    border: 1px solid #e0e0e0;
    border-radius: 8px
}

.c-order-form-decorator .wa-type-wrapper .wa-type-icon .c-svg-icon {
    vertical-align: top;
    opacity: 0;
    color: var(--primary-color);
    position: relative;
    transition: opacity .2s ease-in-out
}

.c-order-form-decorator .wa-type-wrapper .wa-price {
    margin-top: 5px
}

.c-order-form-decorator .wa-type-wrapper .wa-date {
    margin-top: 5px;
    font-size: 12px;
    color: #828282
}

.c-order-form-decorator .wa-type-wrapper.is-active {
    border-color: var(--primary-color)
}

.c-order-form-decorator .wa-method-wrapper.is-active .wa-method .wa-method-body .wa-method-arrow .c-svg-icon,.c-order-form-decorator .wa-type-wrapper.is-active .wa-type-icon .c-svg-icon {
    opacity: 1
}

.c-order-form-decorator .wa-step-shipping-section form .wa-delivery-types-section,.c-order-form-decorator .wa-step-shipping-section form .wa-delivery-variants-section {
    margin-top: 30px
}

.c-order-form-decorator .wa-delivery-variants-section .wa-dropdown {
    margin-top: 20px
}

.c-order-form-decorator .wa-dropdown {
    position: relative
}

.c-order-form-decorator .wa-dropdown .wa-dropdown-toggle {
    display: flex;
    align-items: center;
    cursor: pointer;
    border: 1px solid var(--primary-border-color);
    border-radius: 4px;
    background: #fff;
    transition: border-color .2s ease-in-out,color .2s ease-in-out;
    padding: 8px 14px 9px;
    overflow: hidden;
    min-width: 0;
    text-overflow: ellipsis;
    white-space: nowrap;
    line-height: 1.2;
    position: relative
}

.c-order-form-decorator .wa-dropdown .wa-dropdown-toggle::after {
    background-image: url("data:image/svg+xml;charset=utf8,%3Csvg width='10' height='6' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M1.175 0L5 3.712 8.825 0 10 1.148 5 6 0 1.148 1.175 0z' fill='%23333'/%3E%3C/svg%3E");
    width: 10px;
    height: 6px;
    content: '';
    position: absolute;
    right: 14px;
    top: 0;
    bottom: 0;
    margin: auto;
    transition: transform .2s ease-in-out
}

.c-order-form-decorator .wa-dropdown .wa-dropdown-area {
    opacity: 0;
    transform: translateY(10px);
    left: 0;
    top: 100%;
    border-radius: 3px;
    background: #fff;
    box-shadow: 0 0 15px rgba(0,0,0,.05);
    width: 100%;
    max-height: 200px;
    max-width: 100%;
    z-index: 2;
    border: 1px solid #f4f4f4;
    position: absolute;
    overflow-y: auto;
    height: auto;
    margin-top: 5px;
    margin-bottom: 5px;
    padding-right: 0;
    transition: opacity .2s ease-in-out,transform .2s ease-in-out;
    pointer-events: none
}

.c-order-form-decorator .wa-dropdown .wa-dropdown-item {
    display: block;
    color: #828282;
    padding: 7px 14px;
    cursor: pointer;
    transition: color .2s ease-in-out;
    white-space: nowrap;
    overflow: hidden
}

.c-order-form-decorator .wa-dropdown .wa-dropdown-item .wa-name {
    transition: color .2s ease-in-out
}

.c-order-form-decorator .wa-dropdown .wa-dropdown-item::before {
    content: '';
    display: inline-block
}

.c-order-form-decorator .wa-dropdown .wa-dropdown-item:hover .wa-name {
    color: var(--primary-color)
}

.c-order-form-decorator .wa-dropdown.is-opened .wa-dropdown-toggle::after {
    transform: rotate(180deg)
}

.c-order-form-decorator .wa-dropdown.is-opened .wa-dropdown-area {
    opacity: 1;
    transform: none;
    pointer-events: inherit
}

.c-order-form-decorator .wa-delivery-variant {
    line-height: 1.2;
    display: inline-block
}

.c-order-form-decorator .wa-delivery-variant .wa-name {
    font-weight: 500;
    color: #333;
    margin-bottom: 5px
}

.c-order-form-decorator .wa-delivery-variant .wa-price {
    color: #333;
    margin-right: 6px
}

.c-order-form-decorator .wa-delivery-variant .wa-date {
    margin-right: 6px
}

.c-order-form-decorator .wa-form-body>.wa-step-section {
    transition: opacity .2s ease-in-out
}

.c-order-form-decorator .wa-form-body>.wa-step-section.is-locked {
    opacity: .5;
    pointer-events: none
}

.c-order-form-decorator .wa-details-rates-section .wa-schedule-wrapper,.c-order-form-decorator .wa-details-rates-section .wa-table,.c-order-form-decorator .wa-step-details-section form .wa-details-description,.c-order-form-decorator .wa-step-details-section form .wa-details-fields-section,.c-order-form-decorator .wa-step-details-section form .wa-details-rates-section,.c-order-form-decorator .wa-step-payment-section form .wa-methods-list,.c-order-form-decorator .wa-step-payment-section form .wa-payment-fields-wrapper {
    margin-top: 20px
}

.c-order-form-decorator .wa-methods-list::before {
    content: '';
    display: table;
    margin-bottom: -15px
}

.c-order-form-decorator .wa-method-wrapper {
    margin-top: 15px
}

.c-order-form-decorator .wa-method-wrapper.is-active .wa-method {
    border-color: var(--primary-color)
}

.c-order-form-decorator .wa-days-wrapper::before {
    content: '';
    display: table;
    margin-bottom: -10px
}

.c-order-form-decorator .wa-days-wrapper .wa-day-wrapper {
    margin-top: 10px;
    display: flex
}

.c-order-form-decorator .wa-days-wrapper .wa-day-wrapper .wa-date {
    margin-right: 5px
}

.c-order-form-decorator .wa-days-wrapper .wa-day-wrapper .wa-value {
    font-weight: 500
}

.c-order-form-decorator .wa-method {
    border: 1px solid #e0e0e0;
    border-radius: 5px;
    padding: 14px;
    line-height: 1.2;
    transition: border-color .2s ease-in-out;
    cursor: pointer
}

.c-order-form-decorator .wa-method:hover {
    border-color: #828282
}

.c-order-form-decorator .wa-method .wa-checkbox-wrapper {
    display: none
}

.c-order-form-decorator .wa-method .wa-method-body {
    display: flex;
    align-items: center;
    flex-flow: row wrap
}

.c-order-form-decorator .wa-method .wa-method-body .wa-method-arrow {
    flex: none;
    margin-right: 15px;
    position: relative
}

.c-order-form-decorator .wa-method .wa-method-body .wa-method-arrow::before {
    content: '';
    position: absolute;
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
    border: 1px solid #e0e0e0;
    border-radius: 8px
}

.c-order-form-decorator .wa-method .wa-method-body .wa-method-arrow .c-svg-icon {
    vertical-align: top;
    opacity: 0;
    color: var(--primary-color);
    position: relative;
    transition: opacity .2s ease-in-out
}

.c-order-form-decorator .wa-method .wa-method-body .wa-image-wrapper {
    flex: none
}

.c-order-form-decorator .wa-method .wa-method-body .wa-payment-name {
    flex: auto;
    width: 1px
}

.c-order-form-decorator .wa-method .wa-method-body .wa-description {
    flex: auto;
    width: 100%;
    margin-top: 10px;
    color: #828282
}

.c-order-form-decorator .wa-method .wa-method-body .wa-payment-name a {
    font-size: 16px;
    font-weight: 500;
    color: #333
}

.c-order-form-decorator .wa-method .wa-method-body .wa-image-wrapper {
    margin-right: 15px
}

.c-order-form-decorator .wa-method .wa-method-body .wa-image-wrapper>* {
    vertical-align: top
}

@media (min-width:1200px) {
    .c-order-form-decorator .wa-fields-group {
        display: flex;
        flex-flow: row wrap;
        justify-content: space-between;
        margin-left: -15px;
        margin-top: -20px
    }

    .c-order-form-decorator .wa-fields-group .wa-field-wrapper {
        flex: auto;
        margin-left: 15px;
        margin-top: 20px;
        max-width: calc(50% - 15px);
        width: calc(50% - 15px)
    }

    .c-order-form-decorator .wa-fields-group .wa-field-wrapper.size-large {
        max-width: 100%;
        width: 100%
    }

    .c-order-form-decorator .wa-types-list {
        margin-top: 20px;
        display: flex;
        margin-left: -15px
    }

    .c-order-form-decorator .wa-types-list .wa-type-wrapper {
        width: calc(100%/3 - 15px);
        margin-left: 15px
    }
}

@media (max-width:1199px) {
    .c-order-form-decorator .wa-fields-group::before {
        content: '';
        display: table;
        margin-bottom: -20px
    }

    .c-order-form-decorator .wa-fields-group .wa-field-wrapper {
        margin-top: 20px
    }

    .c-order-form-decorator .wa-types-list::before {
        content: '';
        display: table;
        margin-bottom: -15px
    }

    .c-order-form-decorator .wa-types-list .wa-type-wrapper {
        margin-top: 15px
    }

    .c-order-form-decorator .wa-step-auth-section .wa-header {
        display: block;
        margin-right: 0
    }
}

.c-order-cart-decorator .wa-products::before {
    content: '';
    display: table;
    margin-bottom: -20px
}

.c-order-cart-decorator .wa-products::after {
    content: '';
    display: block
}

.c-order-cart-decorator .wa-products .wa-product {
    padding-bottom: 19px;
    border-bottom: 1px solid #f2f2f2;
    display: block;
    margin-top: 20px
}

.c-order-cart-decorator .wa-products .wa-product-body {
    display: flex
}

.c-order-cart-decorator .wa-products .wa-image-section a,.c-order-ui-decorator .wa-toggle span {
    display: inline-block;
    vertical-align: top
}

.c-order-cart-decorator .wa-products .wa-image-section img {
    vertical-align: top;
    max-width: 50px;
    max-height: 50px
}

.c-order-cart-decorator .wa-products .wa-column-image {
    margin-right: 10px;
    width: 50px;
    flex: none
}

.c-order-cart-decorator .wa-products .wa-column-main {
    display: flex;
    flex: auto;
    width: 1px
}

.c-order-cart-decorator .wa-products .wa-column-details {
    flex: auto;
    width: 1px
}

.c-order-cart-decorator .wa-products .wa-column-quantity {
    margin-left: 10px;
    width: 78px;
    flex: none
}

.c-order-cart-decorator .wa-products .wa-column-price {
    margin-left: 10px;
    width: 120px;
    flex: none;
    text-align: right
}

.c-order-cart-decorator .wa-products .wa-actions {
    display: block;
    margin-top: 10px;
    line-height: 1.2
}

.c-order-cart-decorator .wa-products .wa-actions::before {
    content: '';
    display: table;
    margin-bottom: -5px
}

.c-order-cart-decorator .wa-products .wa-actions::after {
    content: '';
    display: block
}

.c-order-cart-decorator .wa-products .wa-action {
    display: block;
    margin-top: 5px;
    font-size: 13px
}

.c-order-cart-decorator .wa-products .wa-services {
    margin-top: 20px
}

.c-order-cart-decorator .wa-products .wa-services::before {
    content: '';
    display: table;
    margin-bottom: -15px
}

.c-order-cart-decorator .wa-products .wa-services::after {
    content: '';
    display: block
}

.c-order-cart-decorator .wa-products .wa-service {
    display: block;
    margin-top: 15px
}

.c-order-cart-decorator .wa-products .wa-service .wa-variant {
    margin-top: 10px
}

.c-order-cart-decorator .wa-products .wa-product-price {
    font-size: 11px;
    color: #828282;
    margin-top: 5px;
    white-space: nowrap
}

.c-order-cart-decorator .wa-products .wa-quantity-actions {
    display: none
}

.c-order-cart-decorator .wa-products .wa-price-total {
    font-weight: 500
}

.c-order-cart-decorator .wa-products .wa-price-compare {
    color: #828282;
    text-decoration: line-through
}

.c-order-cart-decorator .wa-products .wa-price-discount {
    color: #828282
}

.c-order-cart-decorator .wa-cart-details strong,.c-order-cart-decorator .wa-products .wa-name {
    font-weight: 500
}

.c-order-cart-decorator .wa-cart-details {
    margin-top: 30px;
    display: flex
}

.c-order-cart-decorator .wa-cart-details .wa-column-content {
    flex: auto;
    width: 1px
}

.c-order-cart-decorator .wa-cart-details .wa-column-content::before {
    content: '';
    display: table;
    margin-bottom: -30px
}

.c-order-cart-decorator .wa-cart-details .wa-column-content::after {
    content: '';
    display: block
}

.c-order-cart-decorator .wa-cart-details .wa-column-content .wa-text {
    display: block
}

.c-order-cart-decorator .wa-cart-details .wa-column-content .wa-text .wa-icon {
    margin-right: 5px
}

.c-order-cart-decorator .wa-cart-details .wa-column-price {
    flex: none;
    width: 208px;
    margin-left: 10px;
    text-align: right
}

.c-order-cart-decorator .wa-cart-details .wa-affiliate-section,.c-order-cart-decorator .wa-cart-details .wa-coupon-section {
    display: block;
    margin-top: 30px
}

.c-order-cart-decorator .wa-cart-details .wa-affiliate-section .wa-active-state .wa-button,.c-order-cart-decorator .wa-cart-details .wa-coupon-section .wa-active-state .wa-button {
    margin-left: 7px
}

.c-order-cart-decorator .wa-cart-details .wa-affiliate-section .wa-active-state,.c-order-cart-decorator .wa-cart-details .wa-affiliate-section.is-active .wa-inactive-state,.c-order-cart-decorator .wa-cart-details .wa-coupon-section .wa-active-state,.c-order-cart-decorator .wa-cart-details .wa-coupon-section.is-active .wa-inactive-state {
    display: none
}

.c-order-cart-decorator .wa-cart-details .wa-affiliate-section.is-active .wa-active-state,.c-order-cart-decorator .wa-cart-details .wa-coupon-section.is-active .wa-active-state {
    display: block
}

.c-order-cart-decorator .wa-cart-details .wa-coupon-section .wa-inactive-state,.c-order-cart-decorator .wa-quantity-box,.c-order-product-edit-modal .wa-cart-section form {
    display: flex
}

.c-order-cart-decorator .wa-cart-details .wa-coupon-section .wa-inactive-state .wa-input {
    flex: auto;
    width: 1px
}

.c-order-cart-decorator .wa-cart-details .wa-coupon-section .wa-inactive-state .wa-button {
    margin-left: 10px;
    flex: none
}

.c-order-cart-decorator .wa-cart-details .wa-affiliate-section::before,.c-order-product-edit-modal .wa-product-details::before {
    content: '';
    display: table;
    margin-bottom: -20px
}

.c-order-cart-decorator .wa-cart-details .wa-affiliate-section::after,.c-order-product-edit-modal .wa-product-details::after {
    content: '';
    display: block
}

.c-order-cart-decorator .wa-cart-details .wa-bonus-details,.c-order-cart-decorator .wa-cart-details .wa-order-bonus {
    display: block;
    margin-top: 20px
}

.c-order-cart-decorator .wa-cart-details .wa-bonus-details .wa-details {
    margin-bottom: 5px
}

.c-order-cart-decorator .wa-cart-details .wa-order-bonus {
    font-size: 12px;
    color: #828282
}

.c-order-cart-decorator .wa-cart-details .wa-price-total {
    font-size: 16px
}

.c-order-cart-decorator .wa-cart-details .wa-price-total .wa-price {
    font-size: 24px;
    font-weight: 500;
    margin-left: 5px
}

.c-order-cart-decorator .wa-cart-details .wa-price-discount,.c-order-cart-decorator .wa-cart-details .wa-price-subtotal {
    font-size: 13px;
    margin-bottom: 5px;
    color: #828282
}

.c-order-cart-decorator .wa-cart-details .wa-price-discount .wa-discount,.c-order-cart-decorator .wa-cart-details .wa-price-subtotal .wa-price {
    font-weight: 500;
    margin-left: 5px
}

.c-order-cart-decorator .wa-cart-details .wa-weight-section {
    margin-top: 5px;
    color: #828282;
    font-size: 13px
}

.c-order-cart-decorator .wa-quantity-box .wa-button {
    flex: none;
    width: 19px;
    border: 1px solid #e0e0e0;
    transition: background-color .2s ease-in-out;
    cursor: pointer
}

.c-order-cart-decorator .wa-quantity-box .wa-button:hover {
    background-color: #f2f2f2
}

.c-order-cart-decorator .wa-quantity-box .wa-button:first-child {
    border-right: 0;
    border-radius: 5px 0 0 5px
}

.c-order-cart-decorator .wa-quantity-box .wa-button:last-child {
    border-left: 0;
    border-radius: 0 5px 5px 0
}

.c-order-cart-decorator .wa-quantity-box .wa-button .wa-tooltip {
    display: block;
    height: 100%;
    position: relative
}

.c-order-cart-decorator .wa-quantity-box .wa-button .wa-tooltip .wa-icon {
    position: absolute;
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
    margin: auto;
    width: 8px;
    height: 8px
}

.c-order-cart-decorator .wa-quantity-box .wa-input {
    width: 40px;
    border: 1px solid #e0e0e0;
    padding: 3px 3px 4px;
    text-align: center
}

.c-order-cart-decorator__trigger {
    position: absolute;
    pointer-events: none;
    visibility: hidden
}

@media (max-width:1199px) {
    .c-order-cart-decorator .wa-products .wa-column-main {
        display: block;
        flex: auto;
        width: 1px
    }

    .c-order-cart-decorator .wa-products .wa-column-details {
        display: block;
        margin: 0;
        width: auto
    }

    .c-order-cart-decorator .wa-products .wa-column-quantity {
        display: block;
        margin: 10px 0 0;
        width: auto
    }

    .c-order-cart-decorator .wa-products .wa-column-price {
        display: block;
        margin: 10px 0 0;
        width: auto;
        text-align: left
    }

    .c-order-cart-decorator .wa-products .wa-price-total {
        font-size: 18px
    }

    .c-order-cart-decorator .wa-cart-details {
        display: block
    }

    .c-order-cart-decorator .wa-cart-details .wa-column-content {
        width: auto
    }

    .c-order-cart-decorator .wa-cart-details .wa-column-price {
        text-align: center;
        width: auto;
        margin: 10px 0 0
    }
}

.c-order-page {
    display: flex;
    margin-left: -60px
}

.c-order-page__cart-container,.c-order-page__form-container,.c-order-page__not-found-container {
    margin-left: 60px
}

.c-order-page__cart-container,.c-order-page__form-container {
    flex: none;
    width: calc(50% - 60px)
}

.c-order-page__not-found-container {
    flex: auto
}

.c-order-page__coupon-total-row {
    margin-top: 30px;
    display: flex;
    margin-left: -15px;
    align-items: center
}

.c-order-page__coupon,.c-order-page__total-container {
    flex: 1;
    margin-left: 15px
}

.c-order-page__total-container {
    text-align: right;
    font-size: 16px
}

.c-order-page__total {
    font-weight: 500;
    font-size: 24px;
    color: #333
}

.c-order-page__header-container {
    display: flex;
    justify-content: space-between
}

.c-order-page__add-affiliate-bonus-container,.c-order-page__use-affiliate-container {
    margin-top: 30px
}

.c-order-page__affiliate-bonus {
    font-weight: 500
}

@media (max-width:1199px) {
    .c-order-page {
        flex-flow: column nowrap;
        margin-left: 0
    }

    .c-order-page::before {
        content: '';
        display: table;
        margin-bottom: -60px
    }

    .c-order-page__cart-container,.c-order-page__form-container,.c-order-page__not-found-container {
        margin-left: 0;
        margin-top: 60px;
        width: auto
    }

    .c-order-page__coupon-total-row {
        flex-direction: column;
        margin-left: 0
    }

    .c-order-page__coupon-total-row::before {
        content: '';
        display: table;
        margin-bottom: -15px
    }

    .c-order-page__coupon,.c-order-page__total-container {
        flex: 1;
        margin-left: 0;
        margin-top: 15px
    }
}

.c-order-product-edit-modal {
    width: 855px;
    margin: 0 auto
}

.c-order-product-edit-modal .wa-product-image {
    flex: none;
    width: 200px;
    margin-right: 30px;
    text-align: center
}

.c-order-product-edit-modal .wa-product-details {
    flex: auto;
    width: 1px
}

.c-order-product-edit-modal .wa-product-details .wa-features-wrapper,.c-order-product-edit-modal .wa-product-details .wa-product-description,.c-order-product-edit-modal .wa-product-details .wa-product-header,.c-order-product-edit-modal .wa-product-details .wa-services-wrapper,.c-order-product-edit-modal .wa-product-details .wa-skus-wrapper,.c-order-product-edit-modal .wa-product-details .wa-stocks-wrapper {
    display: block;
    margin-top: 20px
}

.c-order-product-edit-modal .wa-rating-wrapper {
    display: none
}

.c-order-product-edit-modal .wa-feature-wrapper .wa-title {
    font-size: 14px;
    font-weight: 500;
    margin-bottom: 15px
}

.c-order-product-edit-modal .wa-feature-wrapper .wa-variants-list {
    margin-left: -7.5px;
    margin-right: -7.5px
}

.c-order-product-edit-modal .wa-feature-wrapper .wa-variants-list::before,.c-order-product-edit-modal .wa-skus-wrapper::before {
    content: '';
    display: table;
    margin-bottom: -15px
}

.c-order-product-edit-modal .wa-feature-wrapper .wa-variants-list::after {
    content: '';
    display: table
}

.c-order-product-edit-modal .wa-feature-wrapper .wa-variant {
    display: inline-block;
    vertical-align: top;
    margin-left: 7.5px;
    margin-right: 7.5px;
    margin-top: 15px;
    padding: 8px 12px;
    border-radius: 5px;
    border: 1px solid #e0e0e0;
    color: #828282;
    transition: color .2s ease-in-out,border-color .2s ease-in-out;
    font-weight: 500
}

.c-order-product-edit-modal .wa-feature-wrapper .wa-variant:hover {
    border-color: #828282
}

.c-order-product-edit-modal .wa-feature-wrapper .wa-variant.selected,.c-order-product-edit-modal .wa-feature-wrapper .wa-variant.selected:hover {
    color: var(--primary-color);
    border-color: var(--primary-color)
}

.c-order-product-edit-modal .wa-feature-wrapper.color .wa-variant {
    position: relative;
    width: 31px;
    height: 31px;
    border-radius: 16px;
    overflow: hidden;
    border: 1px solid rgba(0,0,0,.1)
}

.c-order-product-edit-modal .wa-feature-wrapper.color .wa-variant .wa-variant-name {
    display: none
}

.c-order-product-edit-modal .wa-feature-wrapper.color .wa-variant::before {
    content: '';
    position: absolute;
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
    margin: auto;
    background-image: url("data:image/svg+xml;charset=utf8,%3Csvg width='12' height='9' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M12 .946L3.771 9 0 5.309l.967-.947L3.77 7.101 11.033 0 12 .946z' fill='%23333'/%3E%3C/svg%3E");
    width: 12px;
    height: 9px;
    transition: opacity .2s ease-in-out,transform .2s ease-in-out;
    opacity: 0;
    transform: scale(1.1)
}

.c-order-product-edit-modal .wa-feature-wrapper.color .wa-variant[style^="color:#FFFFFF"]::before {
    background-image: url("data:image/svg+xml;charset=utf8,%3Csvg width='12' height='9' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M12 .946L3.771 9 0 5.309l.967-.947L3.77 7.101 11.033 0 12 .946z' fill='%23fff'/%3E%3C/svg%3E");
    width: 12px;
    height: 9px
}

.c-order-product-edit-modal .wa-feature-wrapper.color .wa-variant.selected::before {
    opacity: 1;
    transform: scale(1)
}

.c-order-product-edit-modal .wa-feature-wrapper.color .wa-variant::after {
    content: '';
    position: absolute;
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
    transition: background-color .2s ease-in-out
}

.c-order-product-edit-modal .wa-feature-wrapper.color .wa-variant:hover {
    border: 1px solid rgba(0,0,0,.1)
}

.c-order-product-edit-modal .wa-feature-wrapper.color .wa-variant:hover::after {
    background-color: rgba(0,0,0,.1)
}

.c-order-product-edit-modal .wa-product-header .wa-sku-wrapper {
    font-size: 13px
}

.c-order-product-edit-modal .wa-product-header .wa-sku-wrapper .wa-label {
    color: #828282;
    margin-right: 5px
}

.c-order-product-edit-modal .wa-product-header .wa-sku-wrapper .wa-label::after {
    content: ':'
}

.c-order-product-edit-modal .wa-dialog-footer {
    display: flex;
    align-items: center;
    margin-top: 30px
}

.c-order-product-edit-modal .wa-dialog-footer .wa-prices-wrapper {
    margin-right: 30px;
    display: flex;
    align-items: center
}

.c-order-product-edit-modal .wa-dialog-footer .wa-prices-wrapper .wa-price-compare {
    margin-right: 10px;
    color: #828282;
    text-decoration: line-through
}

.c-order-product-edit-modal .wa-dialog-footer .wa-prices-wrapper .wa-price {
    font-size: 24px;
    font-weight: 500
}

.c-order-product-edit-modal .wa-skus-wrapper::after {
    content: '';
    display: block
}

.c-order-product-edit-modal .wa-services-wrapper .wa-service-wrapper,.c-order-product-edit-modal .wa-skus-wrapper .wa-sku-wrapper {
    display: block;
    margin-top: 15px
}

.c-order-product-edit-modal .wa-skus-wrapper .wa-sku-wrapper .wa-price {
    margin-left: 10px;
    font-weight: 500
}

.c-order-product-edit-modal .wa-services-wrapper {
    display: none!important
}

.c-order-product-edit-modal .wa-services-wrapper::before {
    content: '';
    display: table;
    margin-bottom: -15px
}

.c-order-product-edit-modal .wa-services-wrapper::after {
    content: '';
    display: block
}

.c-order-product-edit-modal .wa-services-wrapper .wa-service-wrapper>:last-child {
    margin-top: 10px
}

.c-order-product-edit-modal .wa-stock-wrapper::before {
    content: '';
    display: table;
    margin-bottom: -20px
}

.c-order-product-edit-modal .wa-stock-wrapper::after {
    content: '';
    display: block
}

.c-order-product-edit-modal .wa-stock-wrapper .wa-stock {
    display: block;
    margin-top: 20px
}

.c-order-product-edit-modal .wa-stock-wrapper .wa-stock .wa-label {
    display: block;
    font-weight: 500;
    margin-bottom: 10px
}

.c-order-product-edit-modal .wa-stock-wrapper .wa-stock .stock-critical,.c-order-product-edit-modal .wa-stock-wrapper .wa-stock .stock-none {
    color: #ff3131
}

.c-order-product-edit-modal .wa-stock-wrapper .wa-stock .stock-low {
    color: #f39c12
}

.c-order-product-edit-modal .wa-stock-wrapper .wa-stock .stock-high {
    color: #27ae60
}

@media (max-width:1199px) {
    .c-order-product-edit-modal {
        width: 100%;
        margin: auto
    }

    .c-order-product-edit-modal .wa-cart-section form {
        display: block
    }

    .c-order-product-edit-modal .wa-cart-section form::before {
        content: '';
        display: table;
        margin-bottom: -30px
    }

    .c-order-product-edit-modal .wa-cart-section form::after {
        content: '';
        display: block
    }

    .c-order-product-edit-modal .wa-product-details,.c-order-product-edit-modal .wa-product-image {
        width: auto;
        display: block;
        margin-top: 30px
    }
}

.c-order-confirm-modal {
    width: 400px;
    margin: 0 auto
}

@media (max-width:1199px) {
    .c-order-confirm-modal {
        width: 100%;
        margin: 0
    }
}

@media (max-width:1199px) {.c-product-thumb__prices {height: 50px;}}


.order_var {
margin-bottom: 25px;
width: 100%;
border: 1px solid #cae6fc;
}

.order_var_head {
font-size: 15px;
background-color: #f7f7f7;
color: #292c2f;
padding: 8px 15px;
}

.order_var_txt {
padding: 15px;
}