/* stylelint-disable no-empty-source */

.slide__text_gradient{
    background: none;
}

.product-add-to-cart__quickorder{
    margin-top: 8px;
}

.product-add-to-cart__quickorder .quickorder-button{
    margin: 0;
    padding: 0;
    border-radius: var(--inputs-buttons-border-radius);
    font-weight: 400;
    background: #E1F0FD;
    color: #3176D1;
    border: 1px solid #E1F0FD;
    max-width: none;
    margin: 0;
    position: relative;
    width: 100% !important;
    height: auto !important;
    padding: 10px 20px;
    outline: none;
    text-align: center;
    transition: background-color .2s ease-in-out, color .2s ease-in-out, border-color .2s ease-in-out;
}

.product-add-to-cart__quickorder .quickorder-button:hover{
    background: #c8d7e4;
    border: 1px solid #c8d7e4;
}

.product-add-to-cart__tinkoff{
    margin-top: 8px;
}

.product-add-to-cart__tinkoff button{
    margin: 0;
    padding: 0;
    border-radius: var(--inputs-buttons-border-radius);
    font-weight: 400;
    background: #ffcc00 !important;
    border: 1px solid #ffcc00 !important;
    max-width: none;
    margin: 0 !important;
    position: relative;
    width: 100% !important;
    height: auto !important;
    padding: 10px 20px !important;
    outline: none;
    text-align: center;
    transition: background-color .2s ease-in-out, color .2s ease-in-out, border-color .2s ease-in-out;
    cursor: pointer;
}

.product-add-to-cart__tinkoff button:hover{
    background-color: #fdd31d !important;
}

body .ccallback__body{
    padding: 2vw;
}

body .ccallback__header,
body .ccallback__text,
body .ccallback__checkbox{
    color: #000;
}

.header-middle-bar__logo{
    display: block;
    width: 100%;
    height: 100%;
    object-fit: contain;
}

.seofilters-links__item-block{
  display: flex;
  justify-content: center;
  align-items: center;
  width: 96px;
  height: 96px;
  margin: 0 auto 5px;
}

.seofilters-group__image{
  max-width: 100%;
  max-height: 100%;
}


.product-colors-title{
    font-weight: 600;
    margin-bottom: 10px;
}

.product-colors{
    display: flex;
    align-items: center;
    flex-wrap: wrap;
}

.product-color-item{
    padding: 7px 12px;
    border: 1px #eee solid;
    border-radius: 5px;
    margin-right: 10px;
    margin-bottom: 10px;
    text-decoration: none;
    text-align: center;
    background-color: #fff;
    color: #1b1b1b;
}

.product-color-item.active{
    border-color: #ff3131;
    box-shadow: 0 0 7px 0 rgba(0, 0, 0, 0.2);
}

.product-color-item span {
    display: block;
    margin-top: 5px;
    font-size: 12px;
}

.product-color-item span i{
    display: none;
}

.addgifts__header{
    font-weight: 600;
}

body .addgifts.addgifts--product{
    background-color: transparent;
    color: #1b1b1b;
}

body .addgifts.addgifts--product .addgifts__link{
    color: #1b1b1b !important;
}

.product-cart-form__blocks-soc{
    grid-template-columns: 1fr;
    text-align: center;
}

.product-add-to-cart__whatsapp{
    display: none !important;
}

.content-decorator img{
    height: auto !important;
}