.text-slider__item .image{
    height: auto !important;
}
.text-slider__item{
    height: max-content!important;
}
.text__wrapper{
    height: max-content;
}
.text__swiper-wrapper{
    height: max-content;
}
.control-button_new {
    padding: 17px 24px;
    font-size: 18px;
    line-height: 1.45;
    background-color: #fff;
    color: #161616;
    font-weight: 700;
    letter-spacing: -0.02em;
    text-transform: uppercase;
    cursor: pointer;
    -webkit-border-radius: 99px;
    border-radius: 99px;
    -webkit-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
}

.control-button_new.active:first-child {
    background-color: #ff6400;
}
.control-button_new.active:nth-child(2) {
    background-color: #150fef;
    color: #fff;
}

.control-button_new.checkout__control-button_new {
    padding: 12px 20px;
    -webkit-box-flex: 1;
    -webkit-flex: 1 1 0;
    -ms-flex: 1 1 0px;
    flex: 1 1 0;
    min-height: 48px;
    font-size: 16px;
    text-transform: none;
    white-space: normal;
}

.control-button_new.checkout__control-button_new.active:nth-child(2) {
    background-color: #ff6400;
    color: #161616;
}
#button-confirm{
margin-top: 48px;
}
.empty .header-cart__footer{
    display: none;
}
.product-prime-option__list-color input{
    display: none;
}
.product-prime-option__list-size input{
    display: none;
}

.wpcf7-not-valid-tip,
.wpcf7-list-item-label {
    display: none !important;
}
input.wpcf7-not-valid,
textarea.wpcf7-not-valid{
    border:1px solid red !important;
}
.wpcf7-not-valid input::after {
     border:1.5px solid red !important;
}
.wpcf7-response-output,
.cf7sg-response-output {
    display: none !important; 
} 
/*
.product-prime-option__list-color input {
    margin: 8px;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    position: relative;
    width: 28px;
    height: 28px;
    -webkit-border-radius: 50%;
    border-radius: 50%;
    outline: none;
}

.product-prime-option__list-color input::before {
    content: '';
    position: absolute;
    width: 40px;
    height: 40px;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    background: #fafbff;
    -webkit-border-radius: 50%;
    border-radius: 50%;
    z-index: -1;
}
.product-prime-option__list-color input::after {
    content: '';
    position: absolute;
    display: none;
    width: 44px;
    height: 44px;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    background: inherit;
    -webkit-border-radius: 50%;
    border-radius: 50%;
    z-index: -2;
    -webkit-transition: all 0.2s linear;
    -o-transition: all 0.2s linear;
    transition: all 0.2s linear;
}
.product-prime-option__list-color input:checked::after {
    display: block;
}*/
