.column {
    display: flex;
    flex-direction: column;
}

.product_code {
    display: flex;
    justify-content: flex-start;
}

.product .product_details {
    height: 100%;
    display: flex;
    flex-direction: column;
    /*justify-content: space-between;*/
    margin-bottom: 0;
}

.product .product_block {
    margin-bottom: 25px;
}

.price_wrap {
    margin-bottom: 25px;
}

.product .product_details>.row {
    font-weight: normal;
    font-size: 14px;
    line-height: 22px;
}

.product .product_details .available {
    font-size: 14px;
    line-height: 22px;
}

.info_exch-more,
.info_qual_more,
.info_qual-more p {
    font-size: 12px;
    color: #777777;
}

.product_height {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}

.product .images {
    margin-bottom: 0;
}

.info_exch,
.info_qual,
.product .product_details .info_delivery,
.info_payment {
    height: 120px;
}

.product .pop_content {
    margin-bottom: 10px;
    font-size: 16px;
}

.product .product_details .price {
    font-weight: 600;
    font-size: 24px;
    line-height: 26px;
    color: #000000;
    margin: 0 !important;
}

.product .product_details .row .variant_select,
.products_item .variant_select {
    height: 62px;
    max-width: 129px;
    border: none;
    font-size: 18px;
    box-shadow: 0px 4px 4px rgb(255 189 190 / 25%);
    border-radius: 5px;
    background-color: #ffffff;
}


/* .product .product_details .product_buttons .product_btn {
    border: none;
    background-color: #FFCAD4;
    box-shadow: 0px 4px 4px #FFDFDF;
    border-radius: 60px;
    max-width: 207px;
    height: 60px;
    font-weight: 600;
    font-size: 24px;
    line-height: 33px;
}

.product .product_details .product_buttons .product_btn:hover {
    background-color: #F4ACB7;
} */

.product .product_details .product_buttons {
    text-align: center;
}

.product .product_details .amount_item {
    background: #ffcad4;
    box-shadow: 0px 4px 4px rgba(255, 189, 190, 0.25);
    border-radius: 5px;
    height: 62px;
}

.amount {
    border: none;
}

.product .product_details .amount .input_amount {
    font-size: 18px;
    width: 49.9999%;
    border: none;
    margin: 0 5px;
    background: #ffffff;
    height: 62px;
}

.product .product_details .amount {
    width: 50%;
    display: flex;
    flex-direction: row;
}

.product .product_details .amount>* {
    display: flex;
    align-items: center;
    justify-content: center;
}

.product .product_details .amount span {
    width: 24.9999%;
}

.product .images .slick-track>* {
    height: 178px !important;
}

.product .images .slick-track .images_link {
    display: flex;
    height: 100%;
    width: max-content;
    margin: 0 auto;
}

.images_item img {
    width: 100%;
}

.product .tab_navigation button {
    border: none;
    height: 60px;
    display: flex;
    align-items: center;
    margin: 0 0 15px 0;
}

.product .tab_navigation button:not(:first-child) {
    border: none;
    border-left: 2px solid #ffcad4;
}

.product .tab_navigation button:first-child {
    border-radius: 10px 0px 0px 10px;
}

.product .tab_navigation button:last-child {
    border-radius: 0px 10px 10px 0px;
}

.product .tab_navigation button.selected {
    box-shadow: none;
    background-color: #ffcad4;
}

.product .tab_navigation button:hover {
    box-shadow: none;
}

.product .tab_container {
    position: relative;
    font-weight: normal;
    font-size: 16px;
    line-height: 22px;
    border-top: 2px solid #ffcad4;
    margin: -2px 7px 0;
    word-break: break-word;
}

.product_image,
.product_image a {
    height: 500px !important;
    width: fit-content;
    margin-left: auto;
    margin-right: auto;
}

.info_exch,
.info_qual,
.product .product_details .info_delivery,
.product .product_details .info_payment {
    background: #ffffff;
    border: 1px solid #ffcad4;
    box-sizing: border-box;
    box-shadow: 0px 4px 4px rgba(255, 189, 190, 0.25);
    border-radius: 5px;
}

.product .product_details .info_delivery::before,
.info_payment::before {
    right: -1px;
    top: 2px;
    transform: none;
}

.info_qual-more,
.info_exch-more {
    position: absolute;
    display: none;
    max-width: 258px;
    width: 100%;
    background: #ffffff;
    border: 1px solid #ffcad4;
    box-sizing: border-box;
    box-shadow: 0px 4px 4px rgba(255, 189, 190, 0.25);
    border-radius: 5px;
    padding: 10px 12px 14px;
    z-index: 2;
}

.info_exch,
.info_qual,
.info_delivery,
.info_payment {
    z-index: 0;
}


/*.info_exch::after,
.info_qual::after {
    content: '';
    position: absolute;
    width: 13px;
    height: 6px;
    bottom: 19px;
    right: 0;
    transform: translateX(-50%);
    background: url(../images/select_arrow.png);
}*/

.info_exch .h3,
.info_qual .h3,
.info_delivery .h3,
.info_payment .h3 {
    margin-bottom: 5px;
    font-weight: 600;
    font-size: 14px;
    line-height: 25px;
}

.info_delivery::before,
.info_payment::before {
    z-index: -1;
}

.product .product_details .info_qual::before {
    content: "";
    position: absolute;
    width: 38px;
    height: 38px;
    right: 1px;
    top: 1px;
    background: url(../images/quality.svg) no-repeat;
    background-position: center;
}

.product .product_details .info_exch::before {
    content: "";
    position: absolute;
    width: 38px;
    height: 38px;
    right: 2px;
    top: 1px;
    background: url(../images/exchange.svg) no-repeat;
    background-position: center;
}

.product .product_details .info_delivery::before {
    width: 61px;
    right: 1px;
    top: -10px;
    background: url(../images/truck_new.svg);
    background-position: center;
}

.product .product_details .info_payment::before {
    width: 38px;
    height: 38px;
    background: url(../images/smartphone.svg) no-repeat;
}

.product .product_details .sizes_popup_buttons {
    cursor: pointer;
    font-weight: normal;
    font-size: 14px;
    line-height: 19px;
    margin-top: 25px;
}

.product .product_details .real_sizes {
    display: none;
    margin-right: 10px;
    color: #ff8497;
    padding-bottom: 5px;
    border-bottom: 1px dashed #ff8497;
}

.product .product_details .sizes_table:hover,
.product .product_details .real_sizes:hover {
    border-bottom: 1px dashed transparent;
}

.product .product_details .sizes_table {
    padding-bottom: 5px;
    border-bottom: 1px dashed #000;
}

.product_details .row.price_wrap {
    margin-left: 0;
}

.product .variants_sizes {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    align-items: center;
    justify-content: space-between;
    margin-top: 30px;
}

.product .product_details .plus,
.product .product_details .minus {
    font-size: 30px;
}

.purchase_amount .minus,
.purchase_amount .input_amount,
.purchase_amount .plus {
    border: none;
    background: #ffffff;
    box-shadow: 0px 4px 4px rgba(255, 189, 190, 0.25);
}

.purchase .purchase_name {
    margin-right: 10px;
}

.delivery .select2-container--default .select2-selection--single,
.form-input-wrapper {
    border: none;
    background: #ffffff;
    box-shadow: 0px 4px 4px rgba(255, 189, 190, 0.25);
    border-radius: 5px;
}

.purchase .purchase_name,
.purchase .text_left i {
    font-weight: normal;
    font-size: 18px;
    line-height: 25px;
    color: #000000;
    font-style: normal;
}

.product .no_comments {
    margin-bottom: 30px;
    border-color: #ff8497;
}

.product .images .slick-arrow {
    top: 50%;
    transform: translateY(-50%);
    margin: 0;
}

.footer_decor {
    width: 100%;
    height: 180px;
    background-size: 1920px 180px;
    background-image: url(../images/product_decor.svg);
    background-position: center;
}

.pop_content {
    display: none;
}

.pop_head {
    position: relative;
    font-weight: 600;
    font-size: 18px;
    color: #000000;
    padding: 15px 15px;
    margin-bottom: 15px;
    width: 100%;
    background-color: #ffcad4;
    box-shadow: 0px 4px 4px rgba(255, 189, 190, 0.25);
    border-radius: 5px;
}

.pop_head::after {
    position: absolute;
    right: 15px;
    top: 50%;
    transform: translateY(-50%);
    display: block;
    content: "";
    width: 12px;
    height: 6px;
    background-image: url(../images/arrow_tab.svg);
    opacity: 0.6;
    transition: 0.3s;
    transform: rotate(180deg);
}

.pop_head.active::after {
    opacity: 1;
    transform: rotate(0);
}

.cart_header {
    margin-bottom: 30px;
}

.form-btn-wrapper .main_btn {
    font-size: 16px;
}

.delivery .delivery_companies,
.delivery .delivery_company {
    flex-direction: column;
}

.delivery .delivery_company {
    width: 50%;
}

.delivery_item {
    margin-bottom: 0;
}

.delivery_item .row {
    margin: 0;
}

.custom_radio {
    position: relative;
}

.delivery_item_title,
.delivery_item {
    margin-bottom: 20px;
}

.delivery_item_title input[type="radio"],
.delivery_label input[type="radio"],
.delivery_item input[type="radio"] {
    display: none;
}

.custom_radio::before {
    position: absolute;
    left: -30px;
    top: 50%;
    transform: translateY(-50%);
    content: "";
    display: block;
    width: 16px;
    height: 16px;
    border-radius: 50%;
    border: 2px solid #ffcad4;
}

.delivery input[type="radio"]:checked+.custom_radio::after,
.delivery_label input[type="radio"]:checked+.custom_radio::after {
    position: absolute;
    left: -26px;
    top: 50%;
    transform: translateY(-50%);
    content: "";
    display: block;
    width: 8px;
    height: 8px;
    border-radius: 50%;
    background-color: #ffcad4;
}

.delivery_item input[type="radio"]:checked+.custom_radio::after {
    left: 9px;
}

.delivery .delivery_label .delivery_name {
    padding-left: 30px;
}

.delivery_label.custom_radio::before {
    left: 5px;
}

.delivery_label.active+.delivery_label.custom_radio::after {
    left: -10px;
}

.text_left .product_code {
    margin: 0;
}

.contact-form-left-item {
    flex: 0 47.999%;
}

.contact-form-left,
.contact-form-right {
    display: flex;
    flex-flow: row;
    flex-wrap: wrap;
    width: unset;
    justify-content: space-between;
}

.contact-form-wrapper {
    flex-direction: column;
}


/*.form_group .form_input,
.contact-form-right .form_textarea {
    border: unset;
    /* border-bottom: 1px solid #000000; 
}*/

.contact-form-right .form_textarea {
    height: 100px;
}

.form_group .form_placeholder {
    color: #000;
}

.contact-form-right .form_group {
    width: 100%;
}

.delivery.padding.block,
.paymentblock,
.contact_block {
    background: #ffffff;
    box-shadow: 0px 4px 4px rgba(255, 189, 190, 0.25);
}

.delivery.padding.block .h3,
.paymentblock .h3,
.contact_block .h3 {
    margin-bottom: 30px;
}

.contact_block {
    margin-top: 30px;
}

.delivery.padding.block .delivery_item_title {
    margin-left: 20px;
}

.login_form .main_btn,
.sign_in_form .main_btn,
.register_form .main_btn,
.user_form .main_btn,
.pass_remind .main_btn,
.order_form .main_btn {
    font-size: 16px;
    margin: 0;
    height: 49px;
    width: 150px;
}

.register_form .main_btn {
    width: 170px;
}

.order_form .main_btn {
    width: 270px;
}

.user_form,
.sign_in_form {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.popup_wrapper {
    /* display: block; */
    display: none;
    position: fixed;
    height: 100%;
    width: 100%;
    z-index: 999;
    background: rgb(0, 0, 0, 0.5);
}

.popup_outter {
    position: fixed;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    max-width: 850px;
    width: 95%;
    background-color: #fff;
    z-index: 1;
}

.popup_inner {
    position: relative;
    padding: 25px;
    background: url(../images/pop_back.svg) no-repeat;
    background-position: center;
    background-size: cover;
}

.callback_form .title {
    display: block;
    background: none;
    margin-bottom: 10px;
}

.callback_content {
    display: flex;
    flex-direction: column;
    width: 50%;
    margin-bottom: 20px;
}

.callback_inputs input {
    background-color: #ffdce3;
    border: none;
    border-bottom: 1px solid #000;
    padding: 20px;
    width: 100%;
}

.callback_inputs input:first-child {
    margin-bottom: 20px;
}

.callback_inputs {
    margin-bottom: 50px;
}

.callback_content textarea {
    background-color: #ffdce3;
    height: 125px;
    max-width: 400px;
    width: 100%;
    resize: none;
    padding: 20px;
}

.callback_button {
    cursor: pointer;
    border: none;
    width: 285px;
    height: 60px;
    background: #ffffff;
    box-shadow: 0px 4px 4px #ffdfdf;
    border-radius: 60px;
    font-weight: 600;
    font-size: 24px;
    color: #f4acb7;
    transition: 0.3s;
}

.callback_button:hover {
    background: #ffcad4;
    color: #fff;
    box-shadow: 0px 4px 4px #ffdfdf;
}

.cross {
    cursor: pointer;
    position: absolute;
    top: 30px;
    right: 30px;
}

.cross svg path {
    transition: 0.3s;
}

.cross:hover svg path {
    fill: #f4acb7;
}

.cross i {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate3d(-50%, -50%, 0);
    width: 25px;
    height: 25px;
    background: url(../images/cross_after.svg) no-repeat;
    background-size: cover;
    background-position: center;
}

.product_block .product_height:nth-child(2) {
    background-color: #f9f5f5;
    padding-top: 15px;
    padding-bottom: 15px;
}