/*
Theme Name: Hello Elementor Child
Theme URI: https://elementor.com/hello-theme/?utm_source=wp-themes&utm_campaign=theme-uri&utm_medium=wp-dash
Template: hello-elementor
Author: Elementor Team
Author URI: https://elementor.com/?utm_source=wp-themes&utm_campaign=author-uri&utm_medium=wp-dash
Description: Hello Elementor is a lightweight and minimalist WordPress theme that was built specifically to work seamlessly with the Elementor site builder plugin. The theme is free, open-source, and designed for users who want a flexible, easy-to-use, and customizable website. The theme, which is optimized for performance, provides a solid foundation for users to build their own unique designs using the Elementor drag-and-drop site builder. Its simplicity and flexibility make it a great choice for both beginners and experienced Web Creators.
Tags: accessibility-ready,flexible-header,custom-colors,custom-menu,custom-logo,featured-images,rtl-language-support,threaded-comments,translation-ready
Version: 3.1.1.1750154535
Updated: 2025-06-17 13:02:15

*/

/*Styles for website redesign*/
/*0.Разное*/
/*0.1.Виджет иконка*/
.elementor-icon-wrapper {
    display: flex;
	align-content: center;
    justify-content: center;
    align-items: center;
}
@media (max-width: 767px) {
    .elementor-widget-icon-box.elementor-position-left .elementor-icon-box-icon, .elementor-widget-icon-box.elementor-position-right .elementor-icon-box-icon {
        display: flex !important;
        flex: unset;
    }
}
/*0.2.sub-arrow menu*/
.elementor-nav-menu .sub-arrow {
    font-size: 0.6em;
}
/*0.3.Чекбокс принятия Form*/
.elementor-acceptance-field[type="checkbox"] {
  opacity: 0;
  position: absolute;
  width: 20px;
  height: 20px;
  margin: 0;
  z-index: 2;
  cursor: pointer;
}
.elementor-field-option {
  position: relative;
  padding-left: 36px;
  display: inline-flex;
  align-items: center;
  min-height: 20px;
  cursor: pointer;
}
.elementor-field-option label {
  position: relative;
  cursor: pointer;
}
.elementor-field-option label:before {
  content: "";
  position: absolute;
  left: -36px;
  top: 50%;
  transform: translateY(-50%);
  width: 20px;
  height: 20px;
  border-radius: 6px;
  border: 1px solid rgba(123,123,112,0.35);
  background:transparent;
  transition: background .3s, border-color .3s;
  box-sizing: border-box;
}

.elementor-acceptance-field[type="checkbox"]:checked + label:before {
  background: #E05F38;
  border-color: #E05F38;
}

.elementor-acceptance-field[type="checkbox"]:checked + label:after {
  content: "";
  position: absolute;
  left: -33px;
  top: 50%;
  transform: translateY(-50%);
  width: 14px;
  height: 14px;
  background: url('data:image/svg+xml;utf8,<svg width="14" height="14" viewBox="0 0 14 14" fill="none" xmlns="http://www.w3.org/2000/svg"><path d="M3 7.5L6 10.5L11 4.5" stroke="white" stroke-width="2" stroke-linecap="round" stroke-linejoin="round"/></svg>') no-repeat center/contain;
  pointer-events: none;
}
@media (max-width: 767px) {
  .elementor-field-subgroup label {
    font-size: 14px !important;
  }
}
/*0.4.Скрыть отображение focus*/
/* Для всех интерактивных элементов */
a, button, input, textarea, select, [tabindex] {
  outline: none !important;
}

/* Для мобильных тапов */
@media (hover: none) {
  * {
    -webkit-tap-highlight-color: transparent !important;
  }
}
/*0.5.Хлебные крошки*/
#breadcrumbs img {
    margin: 0 5px;
}
/*0.6.Focus*/
*:focus {
  outline: 2px solid transparent !important;
  background:transparent !important;
}
/*0.7.Пагинация прогресс*/
.swiper-pagination-progressbar.swiper-pagination-horizontal {
    height: 2px !important;
}
/*0.8.Отключение клика по overlay lightbox*/

/*1.Header*/
/*1.1.Переключатель языков WPML*/
.wpml-ls-legacy-dropdown-click a {
    line-height: 0;
}
.wpml-ls-legacy-dropdown-click a span {
    vertical-align: middle;
    margin-left: 8px !important;
}
.wpml-ls-legacy-dropdown-click a.wpml-ls-item-toggle:after {
    display: none;
}
.wpml-ls-legacy-dropdown a {
    padding: 5px !important;
    border: none !important;
}
.wpml-ls-legacy-dropdown-click a span {
    vertical-align: middle;
    color: #23231E;
}
.wpml-ls-legacy-dropdown a.wpml-ls-item-toggle:after {
    display: none;
}
.wpml-ls-legacy-dropdown a.wpml-ls-item-toggle {
    padding-right: 0px;
}
.wpml-ls-legacy-dropdown .wpml-ls-flag {
    display: inline;
    vertical-align: middle;
    border-radius: 3px;
}
.wpml-ls-legacy-dropdown a {
	color:#23231E !important;
}
.wpml-ls-legacy-dropdown a:hover {
	color:#E05F38 !important;
}
/*1.2.Корзина*/
.cartm .icon-re-kniga-003ic-re-030:before {
    font-size: 21px !important;
}
.cartm .ue-product-count {
    position: absolute;
    top: 0;
    left: 22px;
}

/*2.Woocomerce*/
/*2.1.Карточка товара*/
.two-line-text {
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
    max-height: 2.8em;
    line-height: 1.4em;
}
/*3.Страница товара*/
/*3.1.Видео в галерее*/
/* Видео в галерее */
.halo-video-item {
    width: 100%;
    margin-bottom: 15px;
}
.halo-video-item iframe {
    aspect-ratio: 16/9;
    width: 100%;
    height: auto;
}
/*4.Страница "Спасибо"*/
.custom-thankyou-wrapper {
    background: #f7f7f7;
    min-height: 100vh;
    padding: 40px 0;
}
.custom-thankyou-container {
    background: #fff;
    max-width: 600px;
    margin: 0 auto;
    border-radius: 16px;
    padding: 40px 36px 32px 36px;
    box-shadow: 0 4px 24px rgba(0,0,0,0.06);
}
.custom-thankyou-header {
    text-align: center;
    margin-bottom: 32px;
}
.custom-thankyou-emoji {
    font-size: 40px;
    margin-bottom: 10px;
}
.custom-thankyou-header h1 {
    font-size: 2em;
    font-weight: 700;
    margin-bottom: 8px;
}
.custom-thankyou-subtitle {
    color: #888;
    font-size: 1.1em;
}
.custom-thankyou-steps {
    margin-bottom: 32px;
}
.custom-thankyou-step {
    display: flex;
    align-items: flex-start;
    margin-bottom: 18px;
}
.custom-thankyou-step-number {
    min-width: 44px;
    height: 44px;
    background: #2979ff;
    color: #fff;
    font-size: 1.4em;
    font-weight: 700;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-right: 16px;
    margin-top: 2px;
}
.custom-thankyou-step-text {
    flex: 1;
    font-size: 1.04em;
}
.custom-thankyou-warning {
    background: #fff6d1;
    color: #b29520;
    border-radius: 6px;
    padding: 10px 16px;
    margin-top: 10px;
    font-size: 0.97em;
    display: inline-block;
}
.custom-thankyou-order-details, .custom-thankyou-order-info, .custom-thankyou-payment-details {
    margin-bottom: 26px;
}
.custom-thankyou-order-details h3,
.custom-thankyou-order-info h3,
.custom-thankyou-payment-details h4 {
    margin-bottom: 12px;
    margin-top: 0;
    font-weight: 700;
    font-size: 1.15em;
}
.custom-thankyou-order-details ul,
.custom-thankyou-order-info ul {
    list-style: none;
    padding: 0;
    margin: 0 0 10px 0;
}
.custom-thankyou-order-details ul li,
.custom-thankyou-order-info ul li {
    display: flex;
    justify-content: space-between;
    padding: 7px 0;
    border-bottom: 1px dashed #ebebeb;
    font-size: 0.98em;
}
.custom-thankyou-product {
    display: flex;
    align-items: flex-start;
    gap: 18px;
    margin-bottom: 16px;
}
.custom-thankyou-product-img img {
    width: 64px;
    height: 64px;
    object-fit: cover;
    border-radius: 8px;
    background: #f0f0f0;
}
.custom-thankyou-product-details {
    flex: 1;
}
.custom-thankyou-product-title {
    font-weight: bold;
    margin-bottom: 3px;
}
.custom-thankyou-product-price {
    font-weight: bold;
    font-size: 1.1em;
    color: #222;
    align-self: flex-start;
    margin-left: auto;
}
.custom-thankyou-payment-details {
    font-size: 0.98em;
    color: #444;
}
.custom-thankyou-payment-details a {
    color: #2979ff;
    text-decoration: underline;
}
@media (max-width: 700px) {
    .custom-thankyou-container { padding: 18px 6px; }
}

/* Поля оформления заказа */
.woocommerce-billing-fields__field-wrapper input,
.woocommerce-shipping-fields__field-wrapper input {
  border: 1px solid #dfdfdf;
  border-radius: 7px;
  padding: 13px;
  font-size: 16px;
  margin-bottom: 7px;
  width: 100%;
}

.woocommerce-invalid input,
.woocommerce-invalid select {
  border-color: #f05d23;
}

/* Блоки Delivery/Return/Support */
.custom-info-blocks {
  display: flex;
  gap: 16px;
  margin-top: 26px;
}
.custom-info-block {
  background: #fff;
  border-radius: 12px;
  padding: 18px 22px;
  flex: 1;
  font-size: 15px;
  color: #6a6a6a;
  box-shadow: 0 1px 8px rgba(60,60,60,0.03);
}

@media (max-width: 900px) {
  .custom-info-blocks {
    flex-direction: column;
  }
}

/*Страницы корзины и оформления*/
/*0. Макс ширина задается темой своя в 1140px*/
@media (min-width: 1200px) {
    .page-header .entry-title, 
    .site-footer .footer-inner, 
    .site-footer:not(.dynamic-footer), 
    .site-header .header-inner, 
    .site-header:not(.dynamic-header), 
    body:not([class*=elementor-page-]) .site-main {
        max-width: 1240px !important;
    }
}
/*1.Cart-redesign*/
body.woocommerce-cart { background: #f4f4f4; }
.cart-flex-wrap {
  display: flex;
  gap: 36px;
  max-width: 1240px;
  margin: 24px auto 80px;
  align-items: flex-start;
}
.cart-main-block {
  background: #fff;
  border-radius: 18px;
  padding: 34px 38px;
  flex:2;
  min-width: 500px;
}
.cart-header { font-size: 26px; font-weight: 700; margin-bottom: 32px; }
.cart-header .cart-count { color: #a8a8a8; font-weight: 500; }
.cart-items-list { display: flex; flex-direction: column; gap: 24px; }

.cart-item-card {
  display: flex;
  align-items: flex-start;
  gap: 24px;
  position: relative;
  padding-bottom: 16px;
  border-bottom: 1px dashed #e3e3e3;
}
.cart-item-thumb img {
  width: 128px !important;
  height: 128px !important;
  object-fit: cover;
  border-radius: 8px;
  display: block;
}
.cart-item-body {
  flex: 1;
  display: flex;
  flex-direction: column;
  justify-content: center;
  position: relative;
}
.cart-item-row {
  display: flex;
  align-items: flex-start;
  gap: 8px;
  font-size: 19px;
  font-weight: 600;
  margin-bottom: 12px;
  min-height: 48px;
}
.cart-item-title {
	flex: 1 1 0;
	min-width: 0;
	color: #23231E;
	font-size:16px; 
	font-weight: 600;
	line-height:24px;
	white-space: normal;
    word-break: break-word;	
}
.cart-item-price { font-size: 16px; font-weight: 600; color: #23231E; margin-left: auto; }
.cart-item-qty { margin-bottom: 0; }
.cart-item-remove {
  position: absolute;
  right: 0;
  bottom: 1px;
}
.cart-item-qty {
	display:none;
}
.cart-item-remove a {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 44px;
  height: 44px;
  background: #f4f4f4;
  border-radius: 10px;
  color: #d33;
  font-size: 22px;
  border: none;
  transition: background 0.15s;
}
.cart-item-remove a:hover { background: #ffe2e2; color: #a00; }
.cart-sum-row bdi {
    font-weight: 600;
}
/* Правая колонка */
.cart-side-block { min-width: 330px; display: flex; flex-direction: column; gap: 28px; }
.cart-promocode-block,
.cart-sum-block {
  background: #fff;
  border-radius: 18px;
  box-shadow: 0 4px 16px rgba(0,0,0,0.03);
  padding: 28px 28px 24px;
}
.cart-coupon { display: flex; gap: 12px; align-items: center;}
.cart-coupon input[type="text"] {
  border-radius: 18px; border: 1px solid #eee;
  padding: 10px 20px; background: #fafafa; flex: 1;
}
.cart-coupon button {
  background-color: #F2F2F1 !important; color: #B6B6B1; border: none;
  border-radius: 8px; padding: 10px 22px; font-weight: 500; cursor: pointer;
  transition: background 0.15s;
}
.cart-coupon button:hover { background: #ddd; }
.cart-sum-row { display: flex; justify-content: space-between; font-size: 16px; margin-bottom: 12px; }
.cart-sum-row.total { font-size: 18px; font-weight: bold; border-top: 1px dashed #ccc; padding-top: 12px; margin-top: 10px; }
.cart-checkout-btn {
  display: block; margin-top: 24px; background: #f26522; color: #fff;
  font-size: 18px; border-radius: 50px; padding: 16px 0; text-align: center;
  font-weight: 600; text-decoration: none; transition: background .15s;
}
.cart-checkout-btn:hover { background: #d1510f; }
/*Иконка корзины*/
.cart-icon-font::before {
    font-family: "re-kniga-004";
    content: '\e800';
    font-size: 14px;
    color: #23231E;
    display: block;
    line-height: 1;
    font-weight: 400;
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    margin: auto;
    width: 14px;
    height: 14px;
	transition: all 0.3s ease-out;
}
.cart-icon-font:hover::before {
    color: #E05F38;
}
a.remove.cart-icon-font {
    background: transparent !important;
    border: 1px solid #D1D1CD;
    border-radius: 6px;
    width: 32px;
    height: 32px;
}
.cart-icon-font {
    color: transparent !important;
    background: #f4f4f4;
    border-radius: 10px;
    width: 44px;
    height: 44px;
    display: flex;
    align-items: center;
    justify-content: center;
    transition: background 0.15s;
    border: none;
}
.cart-icon-font:hover {
    background: #ffe2e2;
}
/*Выборка количества*/
.qib-button-wrapper button.qib-button {
    padding: 6px 12px 8px;
    height: 32px !important;
    background: transparent !important;
    border: none !important;
    cursor: pointer;
    font-size: 20px;
    line-height: 20px;
    width: 41px;
    color: black;
    height: 41px;
}
.qib-button-wrapper .quantity input.input-text.qty.text {
    height: 32px !important;
    padding: 0px 6px !important;
    text-align: center;
    background: transparent !important;
    border: none !important;
    font-size: 14px !important;
	font-weight:600 !important;
	color:#23231E !important;
    line-height: 20px;
    box-shadow: none;
    margin: 0 !important;
}
body .qib-button-wrapper {
    display: flex
;
    float: left;
    flex-wrap: nowrap;
    margin-right: 5px;
    align-items: center;
    justify-content: center;
    gap: 0;
    border-radius: 6px;
    border: 1px solid #D1D1CD;
}
.qib-button-wrapper button.qib-button {
	height: 32px !important;
	width: 32px !important;
	padding:0px !important;
	color: #D1D1CD !important;
}
button.plus.qib-button:hover {
    color: #23231E !important;
}
button.minus.qib-button:hover {
    color: #23231E !important;
}
.qib-button-wrapper button.qib-button, .qib-button-wrapper div.quantity.wqpmb_quantity {
	height: 32px !important;
}
.qib-button-wrapper {
    margin: 0 !important;
    white-space: nowrap;
}
/* Убрать outline при фокусе у инпута количества в корзине */
.qib-button-wrapper input[type="number"]:focus,
.qib-button-wrapper input[type="number"]:active {
    outline: transparent !important;
    box-shadow: none !important;
    border-color: transparent !important; /* или тот цвет, который вам нужен */
}
.woocommerce .quantity .qty {
    width: 2em !important;
    text-align: center;
}
/*Border*/
.cart-divider {
    width: 100%;
    height: 18px;
    background-image: url(https://purple-sparrow-968431.hostingersite.com/wp-content/uploads/2025/07/divider-002-2.svg);
    background-position: center center;
    background-repeat: repeat-x;
    background-size: 42px auto;
}
.cart-item-card {
    border-bottom: none !important;
	padding-bottom: 0px !important;
}
/*Coupon*/
.cart-promocode-title {
    font-size: 20px;
    font-weight: 600;
	line-height:28px;
    margin-bottom: 16px;
	color:#23231E;
}
.cart-coupon input[type="text"]:focus,
.cart-coupon input[type="text"]:focus-visible {
    border: 1px solid #7B7B70 !important; /* нужный красный */
    outline: transparent !important;
    box-shadow: transparent !important;
}
:focus {
  outline: transparent !important;
  box-shadow: transparent !important;
}
/*Button Complecte your order*/
a.button.cart-checkout-btn {
    width: 100%;
    margin-bottom: 24px;
    height: 48px;
    display: flex;
    justify-content: center;
    align-items: center;
    border-radius: 8px;
    color: #fff;
    background: #E05F38;
    font-weight: 600;
    font-size: 16px;
}
a.button.cart-checkout-btn:hover {
    background: #BE5130;
	color:#fff;
}
.cart-item-title-block {
  display: flex;
  flex-direction: column;
  gap: 2px;
}
.cart-item-bname,
.cart-item-genid {
  font-size: 0.95em;
  color: #888;
  line-height: 1.3;
}
.cart-item-bname span:first-child,
.cart-item-genid span:first-child {
  font-weight: 500;
  margin-right: 4px;
}
/*Мета данные под Tittle*/
.cart-item-meta {
  margin: 10px 0 0 0;
  display: flex;
  flex-direction: column;
  gap: 0px;
}
.cart-meta-row {
  display: flex;
  gap: 8px;
  font-size: 14px;
  color: #757575;
  line-height: 1.4;
  font-weight: 400;
}
.cart-meta-label {
  color: #7B7B70;
}
.cart-meta-value {
  color: #23231E;
}


/*Adaptation for laptops, tablets, phones*/
@media (max-width: 1024px) {
  .cart-flex-wrap {
    flex-direction: column;
    gap: 8px;
    max-width: 100%;
    margin: 8px auto 60px;
}}
.cart-sum-block {
    display: flex;
    flex-direction: column;
}
@media (max-width: 767px) {a.button.cart-checkout-btn {
    order: 4;
}}
@media (max-width: 1024px) {.cart-main-block,
  .cart-side-block {
    min-width: 0;
    width: 100%;
    box-sizing: border-box;
}}
@media (max-width: 1024px) {.cart-side-block {
	gap: 8px;
}}
@media (min-width: 768px) { body:not([class*=elementor-page-]) .site-main {
        max-width: 100%;
        padding: 0 20px;
}}
@media (max-width: 767px) { body:not([class*=elementor-page-]) .site-main {
        padding-inline-end: 0px;
        padding-inline-start: 0px;
		padding: 0px;
		max-width: 100% !important;
}}
@media (max-width: 767px) {.cart-main-block {
		border-radius:0px !important;
		padding: 24px 16px !important;
}}
@media (max-width: 767px) {.cart-header {
	margin-bottom:16px;
	font-size: 20px;
}}
@media (max-width: 767px) {.cart-item-thumb img {
    width: 72px !important;
    height: 72px !important;
    object-fit: cover;
    border-radius: 8px;
    display: block;
}}
@media (max-width: 767px) {
  .cart-item-thumb {
    width: 72px;
    min-width: 72px;
    max-width: 72px;
    height: 72px;
    flex: 0 0 72px;
    display: flex;
    align-items: center;
    justify-content: center;
}}
@media (max-width: 767px) {.cart-item-qty {
    margin-bottom: 0;
    display: none;
    justify-content: flex-start;
}}
@media (max-width: 767px) {.cart-item-card {
    display: flex;
	align-items: flex-start;
	padding-bottom: 46px !important;
}}
@media (max-width: 767px) {.cart-items-list {
	gap: 16px;
}}
@media (max-width: 767px) {.cart-promocode-block, .cart-sum-block {
	border-radius:0px;
}}
@media (max-width: 767px) {
.cart-sum-row.total {
	font-size: 14px;
}
.cart-sum-row {
	font-size: 14px;	
}}
@media (max-width: 767px) {
  .cart-item-row {
    display: flex;
    align-items: flex-start;
    gap: 6px;
  }
  .cart-item-title-block {
    flex: 0 1 80%;
    max-width: 80%;
    min-width: 0;
    overflow: hidden;
  }
.cart-item-price {
    flex: 0 0 auto;
    font-size: 16px;
    font-weight: 600;
    color: #23231E;
    margin-left: 12px;
    white-space: nowrap;
    align-self: flex-start;
  }
}
@media (max-width: 767px) {
  .cart-item-title {
    white-space: normal;
    word-break: break-word;
    font-size: 16px;
	line-height: 24px;
  }
}
/*2.Checkout*/
body {
  background: #f4f4f4;
}
.checkout_row {
  display: flex;
  gap: 32px;
  justify-content: center;
  margin: 40px 0;
}
.checkout_left_col {
  flex: 1;
  max-width: 550px;
  display: flex;
  flex-direction: column;
  gap: 24px;
}
.checkout_right_col {
  width: 340px;
  min-width: 340px;
  display: flex;
  flex-direction: column;
}
.order_summary_box {
  background: #fff;
  border-radius: 14px;
  box-shadow: 0 2px 8px rgba(10,20,30,0.04);
  padding: 32px 24px;
  margin-bottom: 24px;
}
.checkout_box {
  background: #fff;
  border-radius: 14px;
  padding: 24px 24px 24px 24px;
  margin-bottom: 0px;
}
.checkout_box h3 {
  font-size: 20px;
  font-weight: 600;
  padding-bottom: 16px;
  margin-bottom: 0;
}
.woocommerce form .form-row,
.woocommerce form .form-row input,
.woocommerce form .form-row select {
  border-radius: 8px !important;
  border: 1px solid #e2e4ea !important;
  padding: 16px 14px !important;
  font-size: 16px;
  background: #fafbfc !important;
  margin-bottom: 16px !important;
}
.woocommerce form .form-row input:focus,
.woocommerce form .form-row select:focus {
  border-color: #ff7d1a !important;
}
.woocommerce-invalid input, .woocommerce-invalid select {
  border-color: #f15c3e !important;
  background: #fffafa !important;
}
.woocommerce-checkout-payment,
.woocommerce-checkout-payment ul.payment_methods {
  background: none;
  border: none;
  padding: 0;
  margin: 0;
}
.checkout_advantages {
  display: flex;
  gap: 12px;
  margin-top: 0px;
}
.checkout_advantages_item {
  flex: 1;
  background: #fff;
  border-radius: 10px;
  padding: 18px 16px 10px 16px;
  text-align: left;
  font-size: 14px;
}
.checkout_advantages_item span {
  font-weight: 600;
  display: block;
  margin-bottom: 8px;
}
.checkout_advantages_item img {
  width: 28px;
  margin-bottom: 8px;
}
/* Промокод */
.coupon_container {
  margin-bottom: 20px;
}
.woocommerce-checkout-review-order {
  margin-top: 10px;
}
/* Кнопка заказа */
#place_order,
.woocommerce-checkout-payment .button {
  width: 100%;
  border-radius: 8px;
  background: #E05F38;
  color: #fff;
  font-weight: 600;
  font-size: 16px;
  padding: 14px 0;
  margin-top: 24px;
  transition: background 0.2s;
  border: none;
}
#place_order:hover,
.woocommerce-checkout-payment .button:hover {
  background: #BE5130;
}
.checkout_row {
  display: flex;
  gap: 32px;
  justify-content: center;
  margin: 40px 0;
  width: 100%;
  max-width: 1240px;
  box-sizing: border-box;
}
.checkout_left_col {
  flex-basis: 70%;
  max-width: 70%;
  display: flex;
  flex-direction: column;
  gap: 20px;
}
.checkout_right_col {
  flex-basis: 30%;
  max-width: 30%;
  min-width: 320px;
  display: flex;
  flex-direction: column;
}
.checkout_advantages {
    display: flex;
    gap: 16px;
    margin-top: 0px;
    flex-wrap: nowrap;
}
.checkout_advantages_item {
    flex: 1 1 0;
    background: #fff;
    border-radius: 12px;
    padding: 20px 18px 16px 18px;
    min-width: 0;
}
.checkout_advantages_header {
    display: flex;
    align-items: flex-start;
    gap: 8px;
    margin-bottom: 12px;
	flex-direction: row-reverse;
}
.checkout_advantages_header img {
    width: 24px;
    height: 24px;
    flex-shrink: 0;
}
.checkout_advantages_header h3 {
    font-size: 16px !important;
    font-weight: 600 !important;
    margin: 0;
    line-height: 24px;
    flex: 1 1 auto;
	margin-bottom:0px !important;
}
.checkout_advantages_item p {
    color: #7B7B70;
    font-size: 16px;
    margin: 0;
    line-height: 24px;
}
.elementor-widget-woocommerce-checkout-page .woocommerce .woocommerce-checkout #payment {
    border: 1px solid #E05F38;
    border-radius: 8px;
}
.elementor-widget-woocommerce-checkout-page .woocommerce-checkout #payment .payment_methods .payment_box {
    background-color: transparent;
}
.woocommerce form .form-row {
    border: 1px solid #7B7B7059 !important;
    background: transparent !important;
}
span.checkout_step_name {
    font-family: 'Inter';
    font-size: 20px;
    font-weight: 600;
    color: #23231E;
}
.checkout_step_col {
    margin: 16px 0 28px;
}
label.required_field {
    font-size: 14px;
    font-weight: 500;
    line-height: 20px;
    color: #7B7B70;
}
span.required {
    color: #B91A1F;
}
.thwcfd-field-wrapper label {
    margin-bottom: 6px;
}
.input-text {
    color: #23231E !important;
    font-weight: 400 !important;
}
@media (max-width: 1024px) {
  .checkout_row {
    flex-direction: column;
    align-items: center;
    width: calc(100% - 40px); 
    margin: 40px 20px 20px; 
	box-sizing: border-box; 
}
  .checkout_left_col,
  .checkout_right_col {
    flex-basis: 100% !important;
    max-width: 100% !important;
    min-width: 0 !important;
    width: 100% !important;
    display: flex !important;
  }
  .order_summary_box {
    width: 100% !important;
    max-width: 100% !important;
    min-width: 0 !important;
  }
	.checkout_row {
		gap:20px !important;
	}
}
@media (max-width: 767px) {
  .checkout_row {
    width: calc(100% - 0px) !important;
    max-width: 100vw !important;
    min-width: 0 !important;
    box-sizing: border-box;
    margin-left: auto !important;
    margin-right: auto !important;
  }
	.checkout_box, .checkout_advantages_item, .order_summary_box {
	border-radius:0px;
}
	.checkout_box, .order_summary_box {
	padding:24px 16px;
}
  .checkout_advantages {
    display: flex;
    gap: 16px;
    margin-top: 0px;
    flex-direction: column;
}
  .checkout_row {
	margin: 8px 0px 20px;	
	}
  .checkout_left_col, .checkout_row, .checkout_advantages {
	  gap:8px !important;
	}
}