

.up-header .btn-menu-top {
    border: 0px solid #cc202700;
    border: 2px solid #cc202700;
    background-color: #bb2125;
}
#product.row-flex {
    padding-top: 0px;
}
@media (min-width: 992px) {
    #product .image-block {
        border-top: 0px solid var(--up-border-color);
    }
}
@media (min-width: 992px) {
    #product .right-block-inner {
        border-top: 0px solid var(--up-border-color);
    }
}
.my-tabs {
    background: #ffffff;
}
.light-theme .tab-white-bg {
    background: #fff;
    border-top-left-radius: 20px;
    border-top-right-radius: 20px;
}
@media (min-width: 992px) {
    #product .image-block {
        border-top-left-radius: 0px;
    }
}
@media (min-width: 992px) {
    #product .right-block-inner {
        border-top-right-radius: 0px;
    }
}
@media (min-width: 768px) {
    #cart > .btn {
        background: #0a0a0a00;
    }
}
#cart .cart-total {
    background: #bb2125;
}

@media (min-width: 600px) {
    #product .cart {
        width: 100%;
    }
}
@media (min-width: 600px) {
    #product .cart .btn-general {
        width: 100%;
    }
}


/* header */
@media (min-width: 992px) {
    .light-theme header {
        box-shadow: 0 4px 14px 0 rgba(0, 0, 0, .04);
        border-bottom: 0px solid #eaeaea;
    }
}
header {
    background: rgb(57, 56, 57);
}

/* Основной стиль для вертикального списка */
ul.custom-attribute-list {
list-style: none; /* Убираем стандартные маркеры */
padding: 0;
margin: 0;
width: auto;
max-width: 500px;
}

ul.custom-attribute-list li {
position: relative;
padding-left: 30px; /* Отступ для точки */
line-height: 1.6;
transition: background-color 0.3s ease;
}

/* Левая точка */
ul.custom-attribute-list li::before {
content: '';
position: absolute;
left: 5px;
top: 50%;
transform: translateY(-50%);
width: 10px;
height: 10px;
border-radius: 50%;
background-color: #c0392b; /* Цвет точки */
transition: background-color 0.3s ease;
}

/* Изменение цвета при наведении */
ul.custom-attribute-list li:hover {
background-color: #f7f7fb; /* Цвет фона при наведении */
cursor: pointer;
}

ul.custom-attribute-list li:hover::before {
background-color: #c0392b; /* Цвет точки при наведении */
}

ul.custom-attribute-list li:last-child {
margin-bottom: 0; /* Убираем нижний отступ у последнего элемента */
}




.autocalc-product-special{color: #cc2027;}

/* варіанти */
.product-group-product-popup-text{color: #000000;}
.hpm-group-1 .product-groups .product-group .product-group-products .product-group-product .group-color
{
text-align: center;
width: 60px;
height: 30px;
border-radius: 8%;
}
.product-groups {
/* padding: 20px 0; */
}

.product-groups .product-group {
border-bottom: 1px solid #f9f9f9;
margin-bottom: 20px;
}

.product-groups .product-group:last-child {
margin-bottom: 0;
border-bottom: none;
}

.product-groups .product-group:last-child .product-group-products {
padding-bottom: 0;
}

.product-groups .product-group .product-group-name {
font-weight: 500;
font-size: 13px;
margin-bottom: 15px;
}

.product-groups .product-group .product-group-products {
padding-bottom: 20px;
}

.product-groups .product-group .product-group-products .product-group-product {
display: inline-block;
position: relative;
vertical-align: text-top;
margin-right: 5px;
margin-bottom: 5px;
}

.product-groups .product-group .product-group-products .product-group-product.out-of-stock::after {
position: absolute;
left: 50%;
top: 50%;
z-index: 2;
display: block;
width: 25px;
filter: invert(20%);
height: 1px;
background-color: #cccccc;
transform: rotate(-45deg) translate(-50%, -50%);
transform-origin: 0;
transition: all .2s ease-in-out;
content: "";
}

.product-groups .product-group .product-group-products .product-group-product.out-of-stock .group-text::after {
position: absolute;
left: 50%;
top: 50%;
z-index: 2;
display: block;
width: 40px;
height: 1px;
background-color: #cccccc;
transform: rotate(-45deg) translate(-50%, -50%);
transform-origin: 0;
transition: all .2s ease-in-out;
content: "";
}

.product-groups .product-group .product-group-products .product-group-product.out-of-stock .group-image::after {
position: absolute;
left: 50%;
top: 50%;
z-index: 2;
display: block;
width: 55px;
filter: invert(20%);
height: 1px;
background-color: #cccccc;
transform: rotate(-45deg) translate(-50%, -50%);
transform-origin: 0;
transition: all .2s ease-in-out;
content: "";
}

.product-groups .product-group .product-group-products .product-group-product .group-image {
padding: 6px;
display: block;
border-radius: 6px;
border: 2px solid #f4f4f4;
width: 56px;
height: 72px;
display: flex;
justify-content: center;
align-items: center;
}

.product-groups .product-group .product-group-products .product-group-product .group-image img {
width: 100%;
max-width: 40px;
max-height: 40px;
}

.product-groups .product-group .product-group-products .product-group-product.out-of-stock .group-image img {
opacity: 0.6;
}

.product-groups .product-group .product-group-products .product-group-product:hover .group-image,
.product-groups .product-group .product-group-products .product-group-product.current .group-image {
border-color: #4ba4ff;
}

.product-groups .product-group .product-group-products .product-group-product .product-group-product-popup {
display: none;
position: absolute;
background-color: white;
-webkit-box-shadow: 0 4px 16px 1px rgb(0 26 52 / 16%);
-moz-box-shadow: 0 4px 16px 1px rgb(0 26 52 / 16%);
box-shadow: 0 4px 16px 1px rgb(0 26 52 / 16%);
width: max-content;
max-width: 210px;
bottom: 100%;
left: 50%;
margin-bottom: 14px;
z-index: 999;
text-align: center;
border-radius: 6px;
transform: translateX(-50%);
}

.product-groups .product-group .product-group-products .product-group-product .product-group-product-popup .product-group-product-popup-info {
padding: 15px;
width: 160px;
}

.product-groups .product-group .product-group-products .product-group-product:hover .product-group-product-popup {
display: block;
}

.product-groups .product-group .product-group-products .product-group-product .product-group-product-popup .popup-image {
padding-bottom: 5px;
}

.product-groups .product-group .product-group-products .product-group-product .product-group-product-popup .popup-image img {
width: 100%;
}

.product-groups .product-group .product-group-products .product-group-product .product-group-product-popup .price {
border-top: 1px solid #e9e9e9;
padding-top: 5px;
font-size: 14px;
}

.product-groups .product-group .product-group-products .product-group-product .product-group-product-popup .price .out-of-stock {
display: inline-block;
font-weight: 500;
}

.product-groups .product-group .product-group-products .product-group-product .product-group-product-popup .price .actual-price {
display: inline-block;
font-weight: 500;
}

.product-groups .product-group .product-group-products .product-group-product .product-group-product-popup .price .old-price {
display: inline-block;
margin-left: 6px;
font-size: 12px;
font-weight: 500;
color: #777777;
text-decoration: line-through;
}

.product-groups .product-group .product-group-products .product-group-product .product-group-product-popup .product-group-product-popup-text {
padding: 5px 10px;
font-weight: 500;
font-size: 13px;
}

.product-groups .product-group .product-group-products .product-group-product .product-group-product-popup:after {
content: "";
display: block;
position: absolute;
width: 0;
height: 0;
border-left: 10px solid transparent;
border-right: 10px solid transparent;
border-top: 10px solid white;
bottom: -9px;
left: 50%;
margin-left: -10px;
}

.product-groups .product-group .product-group-products .product-group-product .group-color {
display: block;
width: 32px;
height: 32px;
border-radius: 50%;
overflow: hidden;
position: relative;
border: 2px solid whitesmoke;
margin-bottom: 0;
}

.product-groups .product-group .product-group-products .product-group-product .group-color .padding-wrap {
position: absolute;
width: calc(100% - 0px);
height: calc(100% - 0px);
left: 0px;
top: 0px;
padding: 0;
border-radius: 50%;
overflow: hidden;
}

.product-groups .product-group .product-group-products .product-group-product .group-color:hover,
.product-groups .product-group .product-group-products .product-group-product.current .group-color {
border-color: #4ba4ff;
}

.product-groups .product-group .product-group-products .product-group-product .group-color .first-color {
display: block;
width: 100%;
height: 100%;
position: absolute;
}

.product-groups .product-group .product-group-products .product-group-product .group-color .second-color {
display: none;
}

.product-groups .product-group .product-group-products .product-group-product.out-of-stock .group-color .first-color {
opacity: 0.6;
}

.product-groups .product-group .product-group-products .product-group-product.out-of-stock .group-color .second-color {
opacity: 0.6;
}

.product-groups .product-group .product-group-products .product-group-product .group-color.two-colors .first-color {
width: 50%;
left: 0;
}

.product-groups .product-group .product-group-products .product-group-product .group-color.two-colors .second-color {
display: block;
position: absolute;
width: 50%;
height: 100%;
right: 0;
}

.product-groups .product-group.product-group-color .product-group-products .product-group-product {
width: auto;
margin-right: 10px;
}

.product-groups .product-group .product-group-products .product-group-product .group-text {
color: #272323;
padding: 10px 17px;
border: 2px solid #f4f4f4;
border-radius: 6px;
background-color: #fcfcfc;
font-size: 12px;
line-height: 15px;
display: inline-block;
white-space: nowrap;
margin-bottom: 2px;
}

.product-groups .product-group .product-group-products .product-group-product.out-of-stock .group-text {
opacity: 0.6;
}

.product-groups .product-group .product-group-products .product-group-product .group-text:hover,
.product-groups .product-group .product-group-products .product-group-product.current .group-text {
border-color: #4ba4ff;
}

.product-groups-list-holder {
position: relative;;
}

.product-groups-list {
position: absolute;
left: 1px;
top: 1px;
width: 40px;
text-align: center;
z-index: 9999;
padding: 10px 5px 2px 5px;
border: 2px solid transparent;
margin-bottom: -2px;
}

.product-layout.product-list .product-groups-list {
position: absolute;
left: 20px;
bottom: -35px;
width: 40px;
text-align: center;
z-index: 9999;
padding: 10px 5px 2px 5px;
border: 2px solid transparent;
}

.product-groups-list .product-groups-list-wrap {
max-height: 113px;
overflow: hidden;
line-height: 15px;
}

.product-groups-list .product-groups-product {
display: inline-block;
width: 26px;
height: 26px;
border: 2px solid #e9e9e9;
border-radius: 50%;
overflow: hidden;
position: relative;
margin-bottom: 0;
}

.product-groups-list .product-groups-product > img {
width: 100%;
height: 100%;
}

.product-groups-list .product-groups-product:hover, .product-groups-list .product-groups-product.current {
border-color: #d9d9d9;
}

.product-groups-list .product-groups-product.product-groups-color .product-groups-color-wrap {
position: absolute;
width: calc(100% - 2px);
height: calc(100% - 2px);
left: 1px;
top: 1px;
padding: 0;
border-radius: 50%;
overflow: hidden;
}

.product-groups-list .product-groups-product.product-groups-color .product-groups-color-wrap.out-of-stock::after {
position: absolute;
left: 50%;
top: 50%;
z-index: 2;
display: block;
width: 25px;
filter: invert(20%);
height: 1px;
background-color: #cccccc;
transform: rotate(-45deg) translate(-50%, -50%);
transform-origin: 0;
transition: all .2s ease-in-out;
content: "";
}

.product-groups-list .product-groups-product.product-groups-color .product-groups-color-wrap .first-color {
display: block;
width: 100%;
height: 100%;
position: absolute;
}

.product-groups-list .product-groups-product.product-groups-color .product-groups-color-wrap .second-color {
display: none;
}

.product-groups-list .product-groups-product.product-groups-color .product-groups-color-wrap.out-of-stock .first-color {
opacity: 0.6;
}

.product-groups-list .product-groups-product.product-groups-color .product-groups-color-wrap.out-of-stock .second-color {
opacity: 0.6;
}

.product-groups-list .product-groups-product.product-groups-color.two-colors .product-groups-color-wrap .first-color {
width: 50%;
left: 0;
}

.product-groups-list .product-groups-product.product-groups-color.two-colors .product-groups-color-wrap .second-color {
display: block;
position: absolute;
width: 50%;
height: 100%;
right: 0;
}

.product-groups-list .product-group-expand {
display: inline-block;
width: 20px !important;
height: 20px !important;
color: #777;
font-weight: 500;
font-size: 18px;
line-height: 21px;
text-align: center;
border-radius: 6px;
background-color: transparent;
cursor: pointer;
}

.product-groups-list .product-group-hide {
display: inline-block;
width: 20px !important;
height: 20px !important;
color: #777;
font-weight: 500;
font-size: 18px;
line-height: 18px;
text-align: center;
border-radius: 6px;
background-color: transparent;
cursor: pointer;
}

#common-home .product-groups-list .product-group-hide {
margin-bottom: 2px;
}

.product-groups-list .product-group-expand:hover, .product-groups-list .product-group-hide:hover {
background-color: transparent;
}

.product-groups-list .product-group-hide, .product-groups-list .product-groups-product.hidden {
display: none;
}

.product-groups-list.expanded {
border: 2px solid #e9e9e9;
background-color: rgb(255 255 255 / 86%);
top: 1px;
bottom: inherit;
border-radius: 6px;
}

.product-groups-list.expanded .product-group-expand {
display: none;
}

.product-groups-list.expanded .product-group-hide,
.product-groups-list.expanded .product-groups-product.hidden {
display: inline-block;
}

.product-groups-list.expanded .product-groups-list-wrap {
max-height: initial;
}

@media (max-width: 1366px) {
.product-groups-list .product-groups-list-wrap {
max-height: 85px;
overflow: hidden;
line-height: 15px;
}
}

@media (max-width: 991px) {
.product-groups .product-group .product-group-products {
display: flex;
flex-wrap: nowrap;
overflow: hidden;
overflow-x: auto;
}

.product-groups-list {
left: -12px;
}

.product-groups-list .product-groups-product {
margin: 0;
padding: 0;
line-height: 1;
}

.product-groups-list .product-groups-product.product-groups-image img {
max-width: 100%;
}

.product-groups-list .product-group-expand, .product-groups-list .product-group-hide {
margin: 0;
}

.product-groups .product-group .product-group-products .product-group-product .group-text {
margin-bottom: 20px;
}
}

@media (max-width: 768px) {
.product-groups-list .product-groups-product {
width: 22px !important;
height: 22px !important;
}

.product-groups-list {
z-index: 1;
bottom: 100%;
left: -10px;
}

.product-groups-list .product-groups-list-wrap {
max-height: 71px;
}

.product-groups-list.expanded {
top: -135px;
}

.product-groups .product-group .product-group-name {
font-size: 13px;
}

.product-groups .product-group .product-group-products {
padding-bottom: 20px;
}

.product-groups .product-group .product-group-products .product-group-product .group-text {
margin-bottom: 20px;
}

.product-groups .product-group .product-group-products .product-group-product.out-of-stock .group-text::after {
top: 17px;
}
}

@media (max-width: 568px) {
.product-groups-list .product-groups-product {
width: 22px !important;
height: 22px !important;
}

.product-groups-list {
z-index: 1;
bottom: 100%;
left: -10px;
}

.product-groups-list .product-groups-list-wrap {
max-height: 71px;
}

.product-groups-list.expanded {
top: -135px;
}

.product-groups .product-group .product-group-name {
font-size: 16px;
}

.product-groups .product-group .product-group-products {
padding-bottom: 20px;
}

.product-groups .product-group .product-group-products .product-group-product .group-text {
margin-bottom: 20px;
}

.product-groups .product-group .product-group-products .product-group-product .group-text {
padding: 8px 14px;
}
}
.option_val_Серый,.option_val_Сірий {
background-color: #ccc
}

.option_val_Коралловый,.option_val_Кораловий {
background-color: #f85f4d
}

.option_val_Серый.космос,.option_val_Сірий.космос {
background-color: #2f2e2c
}

.option_val_Космос,.option_val_Темно-серый,.option_val_Темно-сірий {
background-color: #bbb
}

.option_val_White {
background-color: #fff
}

.option_val_Белый,.option_val_Білий {
background-color: #fff;
}

.option_val_Black {
background-color: #222
}

.option_val_Черный,.option_val_Чорний {
background-color: #222
}

.option_val_Антик,.option_val_Антик {
background-color: #dbc49c
}

.option_val_Jet {
background-color: #000
}

.option_val_Pink {
background-color: #f93c95
}

.option_val_Blue {
background-color: #008cee
}

.option_val_Yellow {
background-color: #e3e10f
}

.option_val_Red {
background-color: #f91041
}

.option_val_Silver {
background-color: #efefef
}

.option_val_Серебристый,.option_val_Сріблястий {
background-color: #efefef
}

.option_val_Gold {
background-color: #f9e34c
}

.option_val_Золотий,.option_val_Золотой {
background-color: #f9e34c
}

.option_val_Бежевий,.option_val_Бежевый {
background-color: #d1b38f
}

.option_val_Вишневий,.option_val_Вишневый {
background-color: #b5085e
}

.option_val_Блакитний,.option_val_Голубой {
background-color: #27c0e0
}

.option_val_Коричневий,.option_val_Коричневый {
background-color: #d2703c
}

.option_val_Рожеве,.option_val_Рожевий,.option_val_Розовое,.option_val_Розовый {
background-color: #f93c95
}

.option_val_Синий,.option_val_Синій {
background-color: #008cee
}

.option_val_Желтый,.option_val_Жовтий {
background-color: #e3e10f
}

.option_val_Красный,.option_val_Червоний {
background-color: #f91041
}

.option_val_Оранжевый,.option_val_Помаранчевий {
background-color: #f19d12
}

.option_val_Зелений,.option_val_Зеленый {
background-color: #2ba226
}

.option_val_Фиолетовый,.option_val_Фіолетовий {
background-color: #dc18b6
}

.option_val_Темно-синій,.option_val_Тёмно-синий {
background-color: #193f63
}

.option_val_Светло-розовый {
background-color: #ffced2
}

.option_val_Темно-зелений,.option_val_Тёмно-зелёный {
background-color: #27413e
}

.option_val_Оливковий,.option_val_Оливковый {
background-color: #8b893e
}

.option_val_Бірюзовий {
background-color: #00d1ce
}
.option_val_Нержавіюча, .option_val_Нержавеющая {
background-color: #a0a0a0
}

.option_val_Базальт {
background-color: #e2ded8
}
.first-color option_val_Светло-бежевый{
background-color: #dbdbdb;
}

.option_val_Блакитно-жовтий {
background: linear-gradient(to right, #03a9f4 50%, #FFEB3B 50%);
}
.option_val_Білий/Нержавіюча{
background: linear-gradient(to right, #03a9f4 50%, #FFEB3B 50%);
}



@media (min-width: 768px) {
    .container {
        width: calc(95% - 30px);
    }
}
@media (min-width: 768px) {
    header .box-account .btn-account, header .box-wishlist:not(.text-ai-on) .btn-wishlist-top, header .box-compare:not(.text-ai-on) .btn-compare-top, header .up-header .btn-open-contact {
        background: #f9f9f900;
    }
}
.up-header .btn-menu-top i, .up-header .btn-menu-top .text-category {
    color: #ffffff;
}
.light-theme .up-header-phones__top {
    border: 0px solid #F6F6F6;
    background: #ffffff00;
}

.up-header .btn-open-contact, .up-header .btn-open-search, .box-account .btn-account, .btn-wishlist-top, .btn-compare-top, #cart > .btn {

    color: #ffffff;
}
.up-header-phones__top .up-header-phones__item, .up-header-phones__top .up-header-phones__item a {
    color: #ffffff;
}
.up-icon-22 {
    font-size: 22px;
    color: #ffffff;
}
.m_type_header_1 {
    min-height: 365px;
}
@media (min-width: 1200px) {
    .menu-header-box.mm_open_hp:not(.m-sticky) .menu-box {
        top: 20px;
    }
}