.btn1__callback{
    background-color: rgba(18, 149, 58, 1);
}

.duv_sku_value_text{
    display: flex;
    justify-content: center;
    align-items: center;
    width: fit-content;
    padding: 0 18px;
    height: 40px;
    border-radius: 10px;
    background-color: rgba(217, 217, 217, 1);
    color: rgba(44, 52, 57, 1);
    font-weight: 400;
    font-size: 17px;
    line-height: 100%;
    border: none;;
}

.duv_sku_value_text.duv_sku_value_active{
    background-color: rgba(18, 149, 58, 1);
    color: #fff;
}

.balloon_title__link{
    cursor: pointer;
}

@media screen and (max-width: 1024px) {
  .main-product-price-row{
		margin: 20px;
  }
}

.one-click-total span{
        font-size: 22px;
    font-weight: 600;
}

.one-click-total{
    margin-top: 15px;
    font-size: 18px;
    font-weight: 500;
}

@media screen {
    .main-product-busket{
        position: relative !important
    }
}

.popup-window-content img{
    width: auto;
}
/* @media screen and (max-width: 768px) {
  .catalog-products-price{
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 2.22vw;
    margin: 0 auto;
    }
} */


@media screen and (max-width: 767px) {
    .catalog-products-price .discount {
        margin: 0;
        color: rgba(128, 135, 143, 1);
        font-weight: 450;
        font-size: 3.88vw;
        line-height: 100%;
        text-decoration: line-through;
    }

    .catalog-products-price{
        margin: 0 auto;
    }

    .tex-banner .container{
        height: auto !important;
        background-color: unset;
    }
}

.brand-info .swiper-slide{
    display: flex;
    flex-direction: column;
    height: 100%;
}

