/* 
Theme Name: Hello Elementor Child
Theme URI: https://github.com/elementor/hello-theme-child/
Description: Hello Elementor Child is a child theme of Hello Elementor, created by Elementor team
Author: Elementor Team
Author URI: https://elementor.com/
Template: hello-elementor
Version: 2.0.0
Text Domain: hello-elementor-child
License: GNU General Public License v3 or later.
License URI: https://www.gnu.org/licenses/gpl-3.0.html
Tags: flexible-header, custom-colors, custom-menu, custom-logo, editor-style, featured-images, rtl-language-support, threaded-comments, translation-ready
*/

/* Add your custom styles here */

.login-error {
  text-align: center;
  margin: 13px 0 0 !important;
}

/* cart side */

.cart-item {
  display: flex;
  padding: 16px 0;
}
.cart-item:not(:last-child) {
	border-bottom: 1px solid #F2EFE9;
}
.cart-item .cart-item-image {
  width: 68px;
  min-width: 68px;
  margin-right: 12px;
}
.cart-item .cart-item-image a {
	background: #F2EFE9;
 	border-radius: 8px; 
 	display: block;
 	height: 68px;
}
.cart-item .cart-item-image img {
	width: 68px;
	height: 68px;
	object-fit: contain;
}
.cart-item .cart-item-right > div {
	display: flex;
	justify-content: space-between;
}
.cart-item-right {
  width: 100%;
}
.cart-item-right-top {
	margin-bottom: 12px;
}
.cart-item .cart-item-name {
  margin: 0;
}
.cart-item .cart-item-name a {
	color: #130C0E;
}
.cart-item .remove-cart-item {
  border: none;
  padding: 0 !important;
  height: 21px;
}
.cart-item .remove-cart-item:hover path {
  stroke: #F79023;
}
.cart-item .cart-item-price {
  font-size: 20px;
  font-style: italic;
}
.cart-item .cart-item-quantity {
  display: flex;
  height: 33px;
  max-width: 87px;
  border-radius: 100px;
  background: #F2EFE9;
  overflow: hidden;
  padding: 0 12px;
  justify-content: center;
  align-items: center;
}

/* Убираем стрелочки для Firefox */
.update-quantity input[type="number"] {
    -moz-appearance: textfield;
}
/* Убираем стрелочки для Chrome, Safari, Edge, Opera */
.update-quantity::-webkit-outer-spin-button,
.update-quantity::-webkit-inner-spin-button {
    -webkit-appearance: none;
    margin: 0;
}
.update-quantity {
  -moz-appearance: textfield;
  text-align: center;
  max-width: 31px;
  padding: 0 !important;
  border: none !important;
  background: transparent;
  position: relative;
  top: -1px;
}
.cart-item-quantity button {
  width: 16px;
  height: 25px;
  border: none;
  background: transparent !important;
}
.cart-item-quantity button:hover path {
  stroke: #F79023;
}

@media (max-width: 767.98px) {
	.cart-item .cart-item-image {width: 56px;min-width: 56px;}
	.cart-item .cart-item-image a {height: 56px;}
	.cart-item .cart-item-image img {width: 56px;height: 56px;}
	.cart-item-right-top {margin-bottom: 8px;}
	.cart-item .cart-item-price {font-size: 18px;}
}

.cart-preloader {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(255, 255, 255, 0.8);
    display: flex;
    justify-content: center;
    align-items: center;
    z-index: 9999;
}
.spinner {
    width: 50px;
    height: 50px;
    border: 5px solid #f3f3f3;
    border-top: 5px solid #F79023;
    border-radius: 50%;
    animation: spin 1s linear infinite;
}
@keyframes spin {
    0% { transform: rotate(0deg); }
    100% { transform: rotate(360deg); }
}

/* personal account */

.woocommerce-account .woocommerce-MyAccount-navigation {
  background: #FFFFFB;
  padding: 20px;
  border-radius: 20px;
  width: 316px
}
.woocommerce-account .woocommerce-MyAccount-navigation ul {
  list-style: none;
  padding: 0;
}
.woocommerce-account .woocommerce-MyAccount-navigation ul li:not(:last-child) {
  margin: 0 0 4px;
}
.woocommerce-account .woocommerce-MyAccount-navigation ul li a {
	height: 52px;
	border-radius: 10px;
	color: #3F3D3E;
	font-size: 16px;
	display: flex;
	align-items: center;
	padding: 12px;
}
.woocommerce-account .woocommerce-MyAccount-navigation ul li a:before {
	content: "";
	width: 24px;
	height: 24px;
	margin-right: 10px;
	display: inline-block;
	background-repeat: no-repeat !important;
	background-size: 20px !important;
	background-position: center !important;
}
.woocommerce-account .woocommerce-MyAccount-navigation ul li.woocommerce-MyAccount-navigation-link--edit-account a:before {
	background: url(/wp-content/uploads/2024/10/Vector-3.svg);
}
.woocommerce-account .woocommerce-MyAccount-navigation ul li.woocommerce-MyAccount-navigation-link--orders a:before {
	background: url(/wp-content/uploads/2024/10/Vector-4.svg);
}
.woocommerce-account .woocommerce-MyAccount-navigation ul li.woocommerce-MyAccount-navigation-link--edit-address a:before {
	background: url(/wp-content/uploads/2024/10/Vector-5.svg);
}
.woocommerce-account .woocommerce-MyAccount-navigation ul li.woocommerce-MyAccount-navigation-link--favorites a:before {
	background: url(/wp-content/uploads/2024/10/Vector-6.svg);
}
.woocommerce-account .woocommerce-MyAccount-navigation ul li.woocommerce-MyAccount-navigation-link--customer-logout a:before {
	background: url(/wp-content/uploads/2024/10/Vector-7.svg);
}
.woocommerce-account .woocommerce-MyAccount-navigation ul li a:hover,
.woocommerce-account .woocommerce-MyAccount-navigation ul li.is-active a {
	font-weight: 700;
	color: #130C0E;
	background: #F2EFE9;
}
.woocommerce-account .woocommerce-MyAccount-navigation ul li a:hover:before,
.woocommerce-account .woocommerce-MyAccount-navigation ul li.is-active a:before {
	filter: brightness(0) saturate(100%) invert(66%) sepia(100%) saturate(1989%) hue-rotate(344deg) brightness(100%) contrast(95%);
}
.woocommerce-account .woocommerce-MyAccount-content {
  width: calc(100% - 332px);
  background: #FFFFFB;
  padding: 32px;
  border-radius: 24px;
}

.woocommerce form.checkout_coupon, 
.woocommerce form.login, 
.woocommerce form.register {
  background: #FFFFFB;
  padding: 32px;
  border-radius: 24px;
}
.woocommerce .woocommerce-form-login .woocommerce-LostPassword.lost_password,
.woocommerce .woocommerce-form-login .woocommerce-form-login__rememberme {
  display: none;
}


.woocommerce-MyAccount-content table.shop_table {
  border: none;
}
.woocommerce-MyAccount-content table thead:first-child tr:first-child th {
  border-block-start: none;
  border-bottom: 1px solid #F2EFE9;
}
.woocommerce-MyAccount-content table td, .woocommerce-MyAccount-content table th {
  border: none;
}
.woocommerce-MyAccount-content table.shop_table td {
  line-height: 1.5em;
  color: #130C0E;
  font-size: 16px;
  height: 72px;
}
.woocommerce-MyAccount-content table.my_account_orders thead td, 
.woocommerce-MyAccount-content table.my_account_orders thead th {
  padding: 4px 0 12px;
}
.woocommerce-MyAccount-content table tbody > tr:nth-child(2n+1) > td, 
.woocommerce-MyAccount-content table tbody > tr:nth-child(2n+1) > th {
  background-color: transparent;
}
.woocommerce-MyAccount-content table.shop_table td {
  border-top: none;
  border-bottom: 1px solid #F2EFE9;
  padding: 4px 0 4px;
}
.woocommerce-MyAccount-content table tbody tr:hover > td, 
.woocommerce-MyAccount-content table tbody tr:hover > th {
  background-color: transparent;
}
.woocommerce-MyAccount-content table.shop_table tbody th, 
.woocommerce-MyAccount-content table.shop_table tfoot td, 
.woocommerce-MyAccount-content table.shop_table tfoot th {
  font-weight: 700;
  border-top: none;
  border-bottom: 1px solid #F2EFE9;
  padding: 4px 0 4px;
}
.woocommerce-MyAccount-content .woocommerce-orders-table__cell.woocommerce-orders-table__cell-order-number a {
	color: #F79023;
}
.woocommerce-MyAccount-content table.shop_table th {
  font-weight: 400;
  line-height: 1.5em;
  color: #777676;
  font-size: 14px;
}
.woocommerce-MyAccount-content .woocommerce-orders-table__cell-order-actions .woocommerce-button {
  padding: 0;
  background: transparent !important;
  color: #F79023;
  font-size: 14px;
  font-weight: 600;
}
.woocommerce-MyAccount-content .woocommerce-orders-table__cell-order-actions .woocommerce-button svg {
  margin-left: 6px;
  width: 15px;
  position: relative;
  top: 2px;
}
.woocommerce-MyAccount-content table.shop_table td.woocommerce-orders-table__cell-order-total {
  font-weight: 700;
}
.woocommerce-MyAccount-content .woocommerce-orders-table__header.woocommerce-orders-table__header-order-actions span {
  opacity: 0;
}
.woocommerce-MyAccount-content table tbody td:last-child {
  text-align: right;
}
.woocommerce-MyAccount-content table thead th:nth-child(1) {width: 15%;}
.woocommerce-MyAccount-content table thead th:nth-child(2) {width: 20%;}
.woocommerce-MyAccount-content table thead th:last-child {width: 5%;}

.woocommerce-MyAccount-content .woocommerce-orders-table__cell.woocommerce-orders-table__cell-order-status span {
  height: 22px;
  padding: 0 8px;
  border-radius: 6px;
  background: #007FFF;
  color: #fff;
  font-size: 12px;
  text-transform: uppercase;
  font-weight: 700;
  display: inline-block;
}


.edit-account .row {
  display: flex;
  gap: 16px;
}
.edit-account .row > div {
  flex-basis: 50%;
}
.edit-account input:focus-visible,
.edit-account input:focus,
.edit-account input:active {
    border: 1px solid #EDEAE4 !important;
    outline: 1px solid #EDEAE4 !important;
}
.woocommerce form .form-row label,
.edit-account label {
  color: #3F3D3E;
  margin-bottom: 8px;
  line-height: 1;
}
.woocommerce form .form-row .select2-selection,
.woocommerce form .form-row input.input-text, 
.woocommerce form .form-row textarea, 
.woocommerce form .form-row select,
.edit-account input {
    height: 52px;
    border-radius: 25px;
    background: #F2EFE9;
    border-color: #F2EFE9;
    padding: 10px 16px;
    width: 100%;
}
.select2-container--default .select2-selection--single .select2-selection__arrow {
  top: 12px;
  right: 14px;
}
:where(body:not(.woocommerce-block-theme-has-button-styles)) .woocommerce button.button {
  margin-top: 30px;
}
:where(body:not(.woocommerce-block-theme-has-button-styles)) .woocommerce button.button,
.edit-account button {
  display: flex !important;  
  align-items: center !important;
  justify-content: space-between !important;
  background: #F79023 !important;
  border-radius: 100px !important;
  padding: 6px 6px 6px 20px !important;
  color: #fff !important;
  font-size: 18px !important;
  font-weight: 600 !important;
  margin-left: auto !important;
}
.edit-account button {
  margin-top: 0px !important;
}

:where(body:not(.woocommerce-block-theme-has-button-styles)) .woocommerce button.button:after,
.edit-account button:after {
    content: "\f054";
    font-family: "Font Awesome 5 Pro" !important;
    font-weight: 400;
    font-size: 18px;
    font-family: '';
    width: 40px;
    height: 40px;
    display: flex;
    background: #FFFFFB;
    color: #F79023;
    border-radius: 50%;
    align-items: center;
    justify-content: center;
    margin-left: 10px;
    transition: all 0.25s ease;
}
:where(body:not(.woocommerce-block-theme-has-button-styles)) .woocommerce button.button:hover:after,
.edit-account button:hover:after {
    background: rgba(255,255,251,0.4);
    color: #FFFFFB;
}
.edit-account input[type="password"] {
    padding-right: 42px !important;
}
.edit-account .edit-account-photo-wrap + div {
  padding-bottom: 20px;
}
.edit-account .edit-account-photo-wrap + div + div,
.edit-account .edit-account-photo-wrap + div + div + div {
    border-bottom: 1px solid #F2EFE9;
    padding-bottom: 24px;
    margin-bottom: 24px;
}
.woocommerce form .show-password-input, 
.woocommerce-page form .show-password-input {
  right: 16px;
  top: 0.8em;
}
.woocommerce form .show-password-input.display-password::after, 
.woocommerce-page form .show-password-input.display-password::after {
  color: #130C0E;
  content: "\f06e";
}
.woocommerce form .show-password-input::after, 
.woocommerce-page form .show-password-input::after {
  font-family: "Font Awesome 5 Pro";
  font-weight: 400;
  margin-left: 0;
  content: "\f070";
  color: #777676;
}
.edit-account .row.row-last {
  align-items: center;
  position: relative;
}
.edit-account .remove-account {
  display: inline-flex;
  align-items: center;
  color: #E55E5E;
  font-size: 14px;
  font-weight: 600;
  cursor: pointer;
}
.edit-account .remove-account svg {
  margin-right: 6px;
}
.wc-error {
  color: #E55E5E;
  text-align: center;
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
}
.reg-form .wc-error {
  position: static;
  transform: translateX(0);
  margin-top: 12px;
}

.edit-account-photo-wrap {
  display: flex;
  align-items: center;
  margin-bottom: 24px;
}
.edit-account-photo-wrap h4 {
  margin: 0;
}
.edit-account .edit-account-photo {
  position: relative;
  border-radius: 50%;
  width: 124px;
  min-width: 124px;
  height: 124px;
  margin: 0;
  background: transparent;
  margin-right: 20px;
}
.edit-account .edit-account-photo img {
  border-radius: 50%;
  height: 100% !important;
  width: 100%;
  object-fit: cover;
}
.edit-account .edit-account-input {
    width: 40px;
    height: 40px;
    border-radius: 50%;
    background: #FFFFFB;
    position: absolute;
    bottom: 0;
    right: 0;
    box-shadow: 0px 0px 20px 0px rgba(19, 12, 14.000000000000012, 0.05);
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
    overflow: hidden;
}
.edit-account .edit-account-input:before {
  content: "\f030";
  font-family: "Font Awesome 5 Pro";
  font-weight: 400;
  color: #130C0E;
}
.edit-account .edit-account-photo input {
    opacity: 0;   
    position: absolute;
    cursor: pointer;
}

.woocommerce-MyAccount-content h3 {
  margin: 0 0 24px;
}
.woocommerce-Address-title.title {
  display: flex;
  margin: 0 0 24px;
  justify-content: space-between;
  align-items: center;
}
.woocommerce-account .addresses .title::before,
.woocommerce-account .addresses .title::after {
  content: none;
}
.woocommerce-Address-title.title h2 {
  margin: 0;
  font-size: 24px;
}
.woocommerce-MyAccount-content h2 {
  font-size: 32px;
  margin: 0 0 24px;
}
.woocommerce-Addresses .woocommerce-Address {
  width: 100% !important;
}
.woocommerce-Addresses .woocommerce-Address.u-column1 {
  margin-bottom: 32px;
}
.woocommerce-account .addresses .title .edit {
  display: flex;
  align-items: center;
  color: #130C0E;
  font-size: 14px;
}
.woocommerce-account .addresses .title .edit svg {
  margin-right: 10px;
}


.woocommerce-MyAccount-content .order-number {
  font-size: 32px;
  color: #130C0E !important;
  margin-right: 20px;
}
.orders-topbar {
  margin-bottom: 24px;
  padding: 0 0 24px;
  position: relative;
}
.orders-topbar:after {
  content: "";
  width: calc(100% + 64px);
  height: 1px;
  background: #F2EFE9;
  position: absolute;
  left: -32px;
  bottom: 0;
}
.orders-topbar p {
  margin-bottom: 0;
  display: flex;
  align-items: center;
  flex-wrap: wrap;
}
.date-status {
  height: 29px;
  display: inline-flex;
  align-items: center;
  background: #F2EFE9;
  font-size: 14px;
  padding: 4px 8px;
  border-radius: 8px;
}
.date-status .order-date {
  font-weight: 400 !important;
}
.date-status .order-status {
  color: #F79023 !important;
  text-transform: uppercase;
  position: relative;
}
.date-status .order-status:before {
  content: "";
  width: 4px;
  height: 4px;
  border-radius: 50%;
  background: #F79023;
  display: inline-block;
  margin: 0 10px 3px;
}
.orders-topbar.btn-orange {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.orders-topbar .elementor-button-content-wrapper {
  flex-direction: row-reverse;
}
.orders-topbar .elementor-button-icon svg {
  width: 18px;
}
.btn-orange .elementor-button:hover .elementor-button-icon {
  background: rgba(255, 255, 251, 0.4) !important;
}
.woocommerce-customer-details {
  margin-bottom: 24px;
  padding: 0 0 24px;
  position: relative;
}
.woocommerce-customer-details:after {
  content: "";
  width: calc(100% + 64px);
  height: 1px;
  background: #F2EFE9;
  position: absolute;
  left: -32px;
  bottom: 0;
}

.block-customer-details {
  padding-bottom: 16px;
}
.block-customer-details:not(:first-child) {
  padding-top: 16px;
}
.block-customer-details:not(:last-child) {
  border-bottom: 1px solid #F2EFE9;
}
.block-customer-details .woocommerce-column__title {
  display: flex;
  align-items: center;
}
.block-customer-details .woocommerce-column__title svg {
  margin-right: 8px;
}
.block-customer-details p {
  display: flex;
}
.block-customer-details p:not(:last-child) {
  margin-bottom: 8px;
}
.block-customer-details p span:first-child {
  color: #777676;
  min-width: 200px;
  display: inline-block;
}
.block-customer-details p span:last-child {
  color: #130C0E;
}
.woocommerce-order-details {
  display: flex;
  gap: 16px;
  margin: 0 !important;
  align-items: flex-start;
}
.woocommerce-order-details h6 {
  margin-top: 0 !important;
}
.woocommerce-order-details h6 span {
  color: #777676;
  font-size: 16px;
  font-weight: 400;
  margin-left: 5px;
}
.woocommerce-order-details .col-ordered-products {
  flex-basis: 55%;
}
.order-one {
  display: flex;
  justify-content: space-between;
  align-items: flex-end;
  padding: 16px 0;
}
.order-one:nth-child(2) {
  padding-top: 0;
}
.order-one:last-child {
  padding-bottom: 0;
}
.order-one:not(:last-child) {
  border-bottom: 1px solid #F2EFE9;
}
.order-one-left {
  display: flex;
  align-items: center;
}
.order-one-left .order-one-image {
  max-width: 68px;
  margin-right: 12px;
}
.order-one-left .order-one-image a {
  display: block;
  height: 68px;
}
.order-one-title-quantity a h6 {
  color: #130C0E;
  line-height: 1.3;
  font-weight: 700;
  margin: 0 0 4px !important;
}
.order-one-title-quantity .bundle-options p {
  margin: 0;
  font-size: 14px;
}
.order-one-title-quantity .bundle-options .woocommerce-Price-amount.amount {
  font-size: 14px;
  font-weight: 600;
  color: #130C0E;
}
.order-one-title-quantity p {
  font-size: 16px;
  color: #777676;
}
.order-one-title-quantity p .product-quantity {
  color: #130C0E;
  font-weight: 700;
}
.order-one-right {
  display: flex;
  flex-direction: column;
  align-items: flex-end;
  min-height: 60px;
  justify-content: space-between;
}
.order-one-right .remove-cart-item {
  border: none;
  padding: 0 !important;
  cursor: pointer;
  opacity: 0;
  pointer-events: none;
}
.order-one-right .remove-cart-item.active {
  opacity: 1;
  pointer-events: unset;
}
.order-one-right .remove-cart-item:hover path {
  stroke: #F79023;
}
.order-one .woocommerce-Price-amount {
  font-size: 20px;
  font-style: italic;
}
.col-order-summary {
  background: #F2EFE9;
  flex-basis: 44%;
  padding: 16px;
  border-radius: 16px;
}
.col-order-summary p:not(:last-child) {
  margin-bottom: 0;
}
.col-order-summary p {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 8px 0;
}
.col-order-summary p:nth-child(2) {
  padding-top: 0;
}
.col-order-summary p:last-child {
  padding-bottom: 0;
}
.col-order-summary p span:first-child {
  color: #777676;
  font-size: 16px;
}
.col-order-summary p span:last-child {
  color: #130C0E;
  font-size: 20px;
  font-style: italic;
  text-align: right;
}
.col-order-summary p:last-child {
  border-top: 1px solid rgba(19,12,14,0.1);
}
.col-order-summary p:last-child span:first-child {
  text-transform: uppercase;
  font-weight: 700;
}
.col-order-summary p:last-child span:last-child {
  font-weight: 700;
}


.woocommerce-account .woocommerce::after, 
.woocommerce-account .woocommerce::before {
  content: none;
}


/* Checkout page */

.checkout.woocommerce-checkout {
  display: flex;
  gap: 16px;
  flex-wrap: wrap;
  align-items: flex-start;
}
.woocommerce-NoticeGroup.woocommerce-NoticeGroup-checkout {
  flex-basis: 100%;
}
.checkout.woocommerce-checkout .checkout-col-left {
  flex-basis: 65%;
}
.checkout.woocommerce-checkout .checkout-col-right {
  flex-basis: calc(35% - 16px);
  background: #FFFFFB;
  padding: 24px;
  border-radius: 20px;
}
.checkout-col-right-bar {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin: 0 0 16px;
}
.checkout-col-right-bar h5 {
  margin: 0;
}
.checkout-col-right-bar a {
	cursor: pointer;
	color: #F79023;
	font-size: 14px;
	font-weight: 600;
}
.checkout-block {
  background: #FFFFFB;
  border-radius: 20px;
}
.checkout-block:not(:last-child) {
  margin-bottom: 12px;
}
.checkout-block h4 {
  margin: 0;
  padding: 32px; 
  display: flex;
  align-items: center;
  cursor: pointer;
  position: relative;
}
.checkout-block h4 span {
  width: 28px;
  height: 28px;
  border-radius: 50%;
  background: #F79023;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-right: 12px;
  font-size: 14px;
  color: #FFFFFB;
}
.checkout-block h4 i {
  position: absolute;
  right: 32px;
  top: 50%;
  transform: translateY(-50%);
}
.checkout-block.active h4 i:before {
  content: "\f068";
} 
.checkout-block-open {
  padding: 0 32px 32px;
}
.checkout-block:not(.cont-inf) .checkout-block-open {
   display: none;
}
.checkout-block-open > p {
  display: flex;
}
.checkout-block-open > p:not(:last-child) {
  margin: 0 0 16px;
}
.checkout-block-open > p span:first-child {
  color: #777676;
  min-width: 190px;
}
.checkout-block .shipping-method {
  padding: 5px 0;
}
.checkout-block .shipping-method:not(:last-child) {
  margin-bottom: 12px;
}
.checkout-block .shipping-method input {
  position: absolute !important;
  z-index: -10;
  opacity: 0;
}
.checkout-block .shipping-method label {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.checkout-block .shipping-method label > span:first-child {
  position: relative;
  color: #130C0E;
  display: flex;
  align-items: center;
}
.checkout-block .shipping-method label > span:first-child:before {
  content: "";
  width: 20px;
  height: 20px;
  border-radius: 50%;
  border: 1px solid rgba(19,12,14,0.2);
  margin-right: 8px;
  display: inline-block;
  position: relative;
  top: 1px;
}
.checkout-block .shipping-method input:checked + label > span:first-child:before {
  border: 1px solid #F79023;
  background: #F79023;
  box-shadow: 0 0 0 2px #FFFFFB inset;
}
.checkout-block .shipping-method label .woocommerce-Price-amount {
  font-size: 20px;
  font-style: italic;
}


.checkout-block .wc_payment_methods {
  padding: 0;
  list-style: none;
  padding: 5px 0;
}
.checkout-block .wc_payment_methods .wc_payment_method:not(:last-child) {
  margin-bottom: 12px;
}
.checkout-block .wc_payment_methods .wc_payment_method input {
  position: absolute !important;
  z-index: -10;
  opacity: 0;
}
.checkout-block .wc_payment_methods .wc_payment_method input + label {
  display: flex !important;
  align-items: center;
}
.checkout-block .wc_payment_methods .wc_payment_method input + label:before {
  content: "";
  width: 20px;
  min-width: 20px;
  height: 20px;
  border-radius: 50%;
  border: 1px solid rgba(19,12,14,0.2);
  margin-right: 8px;
  display: inline-block;
  position: relative;
}
.checkout-block .wc_payment_methods .wc_payment_method input:checked + label:before {
  border: 1px solid #F79023;
  background: #F79023;
  box-shadow: 0 0 0 2px #FFFFFB inset;
}
.wc_payment_methods .wc_payment_method .payment_box {
  margin: 10px 0 0;
}
.wc_payment_methods .wc_payment_method .payment_box fieldset,
.wc_payment_methods .wc_payment_method .payment_box .wc-payment-form {
  padding: 0 !important;
  border: none;
  margin: 0;
}
.wc_payment_methods .wc_payment_method .payment_box fieldset p,
.wc_payment_methods .wc_payment_method .payment_box .wcpay-upe-element {
  padding: 0;
  margin-bottom: 0;
  margin-top: 10px;
}
.wc_payment_methods .wc_payment_method .payment_box .js-woopayments-copy-test-number {
  margin: 0 5px;
}
.wc_payment_methods .wc_payment_method .payment_box fieldset label::before {
  border-radius: 0;
}
.stripe-cards-icon.stripe-icon {
  max-width: 80px;
  margin-left: 15px;
}
li.payment_method_ppcp label:first-of-type img {
  margin-left: 15px;
}
.woocommerce-checkout #payment ul.payment_methods li:not(:last-child) {
  margin: 0 0 16px;
}
 .woocommerce-checkout #payment div.payment_box {
  margin-bottom: 0;
 }
.woocommerce-checkout #payment ul.payment_methods {
  padding: 0;
  border-bottom: none;
}
.woocommerce-checkout #payment ul.payment_methods li input {
  opacity: 1 !important;
  background: #F2EFE9 !important;
  border-radius: 30px !important;
  height: 52px !important;
  padding: 14px 16px !important;
  font-size: 16px !important;
  border-color: #F2EFE9;
}



.checkout-block-coupon {
  padding: 16px 0;
  border-bottom: 1px solid #F2EFE9;
}
.checkout-block-coupon p {
  display: flex;
  align-items: center;
  margin: 0;
  position: relative;
  cursor: pointer;
}
.checkout-block-coupon p svg {
  margin-right: 8px;
}
.checkout-block-coupon p i {
  position: absolute;
  right: 0;
  top: 50%;
  transform: translateY(-50%);
}
.checkout-block-coupon.active p i:before {
  content: "\f068";
}
.checkout-block-coupon .checkout-block-open {
  display: none;
  padding: 16px 0 0;
}
.coupon-wrap {
  display: flex;
  gap: 8px;
  flex-wrap: wrap;
  position: relative;
}
.coupon-wrap svg {
  position: absolute;
  right: 16px;
  top: 16px;
}
.coupon-wrap button {
  margin-top: 0 !important;
}
.coupon-wrap .input-text {
  border-radius: 30px;
  background: #F2EFE9;
  border-color: #F2EFE9;
  height: 52px;
  flex-basis: 100%;
}
.woocommerce-NoticeGroup {
  flex-basis: 100%;
}

.checkout-details-orders {
  padding: 16px 0 0;
}
.checkout-details-orders p {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.checkout-details-orders p span:first-child {
  color: #777676
}
.checkout-details-orders p span:last-child {
  font-size: 20px;
  font-style: italic;
  color: #130C0E;
}
.checkout-details-orders pn:last-child span:first-child {
  font-size: 14px;
}
.checkout-details-orders pn:last-child span:last-child {
  font-weight: 700;
}
.woocommerce-checkout #payment {
  background: transparent;
}
.woocommerce #payment #place_order, .woocommerce-page #payment {
  float: unset;
  width: 100%;
  margin-top: 16px !important;
}
.woocommerce-page #payment iframe {
  border-radius: 30px;
}
.button-coupon {
  display: flex;  
  align-items: center;
  justify-content: space-between;
  background: #F79023;
  font-size: 18px !important;
  font-weight: 600 !important;
  color: #fff;
  border-radius: 100px;
  border: none;
  padding: 6px 6px 6px 20px;
  cursor: pointer;
}
.button-coupon:after {
    content: "\f054";
    font-family: "Font Awesome 5 Pro" !important;
    font-weight: 400;
    font-size: 18px;
    font-family: '';
    width: 40px;
    height: 40px;
    display: flex;
    background: #FFFFFB;
    color: #F79023;
    border-radius: 50%;
    align-items: center;
    justify-content: center;
    margin-left: 10px;
    transition: all 0.25s ease;
}
.button-coupon:hover:after {
    background: rgba(255,255,251,0.4);
    color: #FFFFFB;
}
.woocommerce-form-coupon-toggle {
  display: none;
}
.woocommerce-form-login-toggle + .woocommerce-form-login .lost_password {
  display: none;
}
.showlogin {
  color: #F79023;
}


.checkout-block-open .tabs {
  display: flex;
  align-items: center;
  margin: 0 -8px 24px;
}
.checkout-block-open .tabs .tab {
  padding: 7px;
  margin: 0 8px;
  flex-basis: 50%;
  text-align: center;
  border: 1px solid #F2EFE9;
  border-radius: 30px;
  color: #3F3D3E;
  font-size: 16px;
  cursor: pointer;
}
.checkout-block-open .tabs .tab.active {
  background: #F2EFE9;
  color: #130C0E;
}
.tab_item input {
  height: 52px;
  border-radius: 25px;
  background: #F2EFE9;
  border-color: #F2EFE9;
  padding: 10px 16px;
  width: 100%;
}
.tab_item .jet-form__label,
.tab_item label {
  color: #3F3D3E;
  margin-bottom: 8px;
  line-height: 1;
}
.tab_item p {
	margin-bottom: 16px;
}
.password-wrapper {
	width: 100%;
}
.password-wrapper .toggle-icon {
  position: absolute;
  right: 16px;
  top: 16px;
  width: 20px;
  cursor: pointer;
}

.checkout-block-open .jet-form-row {
  margin: 0 -8px;
  padding: 8px 0;
}
.checkout-block-open .jet-form-col {
  padding: 0 8px;
}
.checkout-block-open .jet-form__submit {
  background-color: #F79023;
  color: #FFFFFB;
  font-size: 18px;
  font-weight: 600;
  padding: 6px 6px 6px 20px;
  margin: 0px 0px 0px 0px;
  border-style: none;
  border-radius: 100px 100px 100px 100px;
  display: inline-flex;
  align-items: center;
  cursor: pointer;
  margin-top: 8px;
}
.checkout-block-open .jet-form__submit::after {
  content: "\f054";
  font-family: "Font Awesome 5 Pro" !important;
  font-weight: 400;
  font-size: 18px;
  font-family: '';
  width: 40px;
  height: 40px;
  display: flex;
  background: #FFFFFB;
  color: #F79023;
  border-radius: 50%;
  align-items: center;
  justify-content: center;
  margin-left: 10px;
  transition: all 0.25s ease;
}
.checkout-block-open .jet-form__submit:hover::after {
  background: rgba(255,255,251,0.4);
  color: #FFFFFB;
}

.woocommerce-billing-fields select, 
.woocommerce-shipping-fields select {
  background-color: #F2EFE9 !important;
  background-image: url(/wp-content/uploads/2024/09/Vector-5.svg) !important;
  background-repeat: no-repeat !important;
  background-position: calc(100% - 20px) center !important;
  -moz-appearance: none;
  text-indent: 0.01px; 
  text-overflow: '';
  /* for IE */
  -ms-appearance: none;
  appearance: none!important;
}
/* for IE */  
.woocommerce-billing-fields select::-ms-expand,
.woocommerce-shipping-fields select::-ms-expand {
  display: none;
}
.single-add-cart-w select{
  background-color: #FFFFFB !important;
  background-image: url(/wp-content/uploads/2024/09/Vector-5.svg) !important;
  background-repeat: no-repeat !important;
  background-position: calc(100% - 20px) center !important;
  -moz-appearance: none;
  text-indent: 0.01px; 
  text-overflow: '';
  /* for IE */
  -ms-appearance: none;
  appearance: none!important;
}
/* for IE */  
.single-add-cart-w select::-ms-expand {
  display: none;
}

.woocommerce-billing-fields__field-wrapper #billing_first_name_field,
.woocommerce-billing-fields__field-wrapper #billing_last_name_field,
.woocommerce-billing-fields__field-wrapper #billing_company_field,
.woocommerce-billing-fields__field-wrapper #billing_phone_field,
.woocommerce-billing-fields__field-wrapper #billing_email_field {
  display: none;
}


/* single product */

.bundle-group label {
  width: 100%;
}
.bundle-group label:not(:last-child) {
  margin: 0 0 12px;
}
.bundle-group .label-bundle {
  border: 1px solid rgba(19, 12, 14, 0.2);
  padding: 16px;
  border-radius: 16px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 16px;
  cursor: pointer;
  position: relative;
}
.bundle-group .label-bundle .label-title {
  color: #777676;
  line-height: 24px;
}
.bundle-group .label-bundle .label-title p {
  margin: 8px 0 0;
}
.bundle-group .label-bundle h6 {
  margin: 0;
}
.bundle-group .label-bundle .label-price {
  font-size: 20px;
  line-height: 30px;
  font-style: italic;
  font-weight: 400;
  display: flex;
}
.bundle-group label input {
  position: absolute;
  z-index: -10;
  opacity: 0;
}
.bundle-group label input:checked + .label-bundle {
  background: #F2EFE9;
  border-color: #F79023;
}
.bundle-group label input:checked + .label-bundle .label-title {
  color: #3F3D3E;
}


.bundle-add-to-cart .bundle-add-to-cart-btn {
  background: #F79023;
  height: 52px;
  padding: 0 66px 0 20px;
  border: none;
  border-radius: 100px;
  color: #FFFFFB;
  font-size: 18px;
  font-weight: 600;
  width: 100%;
}
.bundle-add-to-cart .bundle-add-to-cart-btn:before {
  content: "\f054" !important;
  font-weight: 300;
  font-family: "Font Awesome 5 Pro" !important;
  width: 40px;
  height: 40px;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  position: absolute;
  right: 6px;
  top: 6px;
  background: #FFFFFB;
  color: #F79023;
  transition: all 0.25s ease;
}
.bundle-add-to-cart .bundle-add-to-cart-btn:hover:before {
  background: rgba(255,255,251,0.4);
  color: #FFFFFB;
}
.sp-quantity {
  display: flex;
  height: 52px;
  max-width: 140px;
  border-radius: 100px;
  background: transparent;
  border: 1px solid rgba(19, 12, 14, 0.1);
  overflow: hidden;
  padding: 0 12px;
  justify-content: center;
  align-items: center;
}
.sp-quantity button {
  width: 40px;
  height: 40px;
  border: none;
  background: transparent !important;
  display: flex;
  align-items: center;
  justify-content: center;
}
.sp-quantity button svg {
  width: 20px !important;
  height: 20px !important;
}
.sp-quantity input {
  -moz-appearance: textfield;
  text-align: center;
  font-size: 18px;
  font-weight: 600;
  color: #3F3D3E;
  max-width: 48px;
  padding: 0 !important;
  border: none !important;
  background: transparent;
  position: relative;
  top: -1px;
  pointer-events: none;
}

.sp-price > p {
  display: block;
  color: #777676;
  font-size: 14px;
  line-height: 21px;
  margin-bottom: 0;
}
.sp-price .sp-price-val {
  font-size: 20px;
  line-height: 30px;
  font-style: italic;
  font-weight: 400;
  color: #130C0E;
}
.cart-item-right .bundle-options {
  margin: -5px 0 10px;
  flex-direction: column;
}
.bundle-options > p {
  margin-bottom: 0;
}

.content-product table.variations.wpcvs-initialized tr {
  display: flex;
  align-items: flex-start;
  flex-direction: column;
}
.content-product table.variations.wpcvs-initialized tr .label {
  width: unset;
  flex: 0;
  padding: 0;
  font-size: 18px;
  font-weight: 700;
  line-height: 1 !important;
}
.content-product table tbody tr:hover > td, 
.content-product table tbody tr:hover > th,
.content-product table tbody > tr:nth-child(2n+1) > td, 
.content-product table tbody > tr:nth-child(2n+1) > th {
  background-color: transparent;
}
.content-product .elementor-product-simple .cart,
.content-product .single_variation_wrap,
.content-product .ppcp-messages {
  display: none !important;
}
.woocommerce div.product form.cart .variations select {
  height: 52px;
  border-radius: 25px;
  padding: 10px 40px 12px 20px;
  background-color: #F2EFE9 !important;
  background-image: url(/wp-content/uploads/2024/09/Vector-5.svg) !important;
  background-repeat: no-repeat !important;
  background-position: calc(100% - 20px) center !important;
  -moz-appearance: none;
  text-indent: 0.01px;
  text-overflow: '';
  -ms-appearance: none;
  appearance: none !important;
  border: none;
}


.content-product .wpcvs-terms.wpcvs-type-color .wpcvs-term .wpcvs-term-color {
  border-radius: 12px;
  width: 44px;
  height: 44px;
  flex: 0 0 44px;
}
.content-product .wpcvs-terms .wpcvs-term .wpcvs-term-inner {
  line-height: 44px;
  height: 44px;
  line-height: 44px;
  background-color: transparent;
}
.content-product .wpcvs-terms.wpcvs-type-color .wpcvs-term {
  height: 44px;
  width: 44px;
}
.content-product .wpcvs-terms .wpcvs-term {
  margin: 0;
  padding: 0;
  border-width: 0;
  background-color: transparent;
}
.content-product .wpcvs-terms {
  gap: 4px;
}
.content-product .wpcvs-terms .wpcvs-term.wpcvs-selected .wpcvs-term-inner::before {
  content: none;
}
.content-product .wpcvs-terms.wpcvs-type-image .wpcvs-term.wpcvs-selected .wpcvs-term-image,
.content-product .wpcvs-terms.wpcvs-type-color .wpcvs-term.wpcvs-selected .wpcvs-term-color {
  box-shadow: 0 0 0 1px #F79023 inset, 0 0 0 3px #FFF inset;
}
.content-product .wpcvs-terms.wpcvs-type-image .wpcvs-term.wpcvs-selected .wpcvs-term-image img {
  padding: 1px;
}
.woocommerce div.product form.cart .variations td, 
.woocommerce div.product form.cart .variations th {
  position: relative;
}
.woocommerce div.product .content-product form.cart .reset_variations {
  display: inline-block;
  margin: 0;
  position: absolute;
  top: 50%;
  right: -40px;
  transform: translateY(-50%);
}

.variations_form {
  position: relative;
}
.variations_form.message::after {
  content: "Please select all variations before adding to cart." !important;
  width: 100%;
  height: 100%;
  display: flex !important;
  align-items: center;
  justify-content: center;
  position: absolute;
  left: 0;
  top: 0;
  background: rgba(255, 255, 251, 0.97);
  font-weight: 600;
}
.variations_form .variations:not(.wpcvs-initialized) .label {
  text-align: left;
  font-size: 18px;
  padding: 0;
}
.variations_form .variations:not(.wpcvs-initialized) .value {
  max-width: 400px;
}
.variations_form .variations:not(.wpcvs-initialized) tr {
  display: flex;
  flex-direction: column;
}

body:not(.elementor-editor-active) .acc-product > div > div:nth-child(2) {
  display: none;
}
body:not(.elementor-editor-active) .acc-product > div > div:nth-child(1) {
  cursor: pointer;
}
body:not(.elementor-editor-active) .acc-product > div:last-child {
  border-bottom: none !important;
}
body:not(.elementor-editor-active) .acc-product > div.active > div:nth-child(1) .elementor-icon path:nth-child(2) {
  opacity: 0;
}


.bundle-group-img > h6 {
  font-size: 16px;
  margin-bottom: 32px;
}
.bundle-group-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 16px;
}
.bundle-group-img.bundle-group label:not(:last-child) {
  margin: 0;
}
.bundle-group-img.bundle-group .label-bundle {
  flex-direction: column;
}
.bundle-group-img img {
  height: 188px;
  width: 100%;
  object-fit: contain;
}
.bundle-group-img .label-title-price {
  display: flex;
  align-items: center;
  justify-content: space-between;
  width: 100%;
}
.bundle-group-img .label-title-price h6 {
  font-size: 16px;
}
.bundle-group-img.bundle-group .label-title-price p {
  margin: 2px 0 0;
}
.bundle-group-img.bundle-group label input:checked + .label-bundle {
  background: transparent;
  border: 1px solid #007FFF;
  box-shadow: 0 0 0 1px #007FFF inset;
}

.content-product-industrial .bundle-group label input:checked + .label-bundle {
  border-color: #007FFF;
}


.configurator-contact-form {
  gap: 24px;
  display: flex;
  flex-direction: column;
}
.configurator-contact-form label {
    display: block;
    margin-bottom: 8px;
}
.configurator-contact-form input {
    width: 100%;
    padding: 10px 16px;
    border: 1px solid #F2EFE9;
    background: #F2EFE9;
    border-radius: 100px;
    height: 52px;
}
body:not(.elementor-editor-active) .steps-ind > div > .e-n-tabs > .e-n-tabs-heading .e-n-tab-title {
  padding: 0;
  height: 4px;
  -ms-flex-preferred-size: 0;
  flex-basis: 0;
  -webkit-box-flex: 1;
  -ms-flex-positive: 1;
  flex-grow: 1;
  max-width: 100%;
}
body:not(.elementor-editor-active) .steps-ind > div > .e-n-tabs > .e-n-tabs-heading .e-n-tab-title .e-n-tab-title-text {
  font-size: 0;
}
body:not(.elementor-editor-active) .steps-ind > div > .e-n-tabs > .e-n-tabs-heading .e-n-tab-title:nth-child(1),
body:not(.elementor-editor-active) .steps-ind > div > .e-n-tabs > .e-n-tabs-heading .e-n-tab-title:nth-last-child(1),
body:not(.elementor-editor-active) .steps-ind > div > .e-n-tabs > .e-n-tabs-heading .e-n-tab-title:nth-last-child(2) {
  display: none;
}
.steps-ind > div > .e-n-tabs > .e-n-tabs-heading > button.done {
  background: #007FFF !important;
}
.steps-ind > div > .e-n-tabs > .e-n-tabs-content > div > div > div {
  min-height: calc(100vh - 187px);
}
.title-ind.fs .elementor-heading-title {
  font-size: 36px !important;
  margin-bottom: -4px !important;
}
.title-ind.cs .elementor-heading-title:after {
  content: " configuration";
}
.configurator-contact-form .error-message {
  color: #F79023;
  margin: 5px 0 0 !important;
}
.configurator-contact-form .error input {
  border-color: #F79023;
}

.bundle-group-confirm .bundle-group {
  border-bottom: 1px solid rgba(19,12,14,0.1);
  padding: 24px 0;
}
.bundle-group-confirm .bundle-group:first-child {
  padding-top: 0;
}
.bundle-group-confirm .bundle-group > h6 {
  font-size: 16px;
  margin: 0 0 12px;
}
.bundle-group-confirm .bundle-group .label-title > h6 {
  font-size: 16px;
}
.bundle-group-confirm .bundle-group .label-bundle .label-price {
  font-size: 18px;
}
.bundle-group-confirm .bundle-group .label-bundle .label-title p {
  margin: 4px 0 0;
  font-size: 14px;
  line-height: 1.5;
}
.form-confirm {
  border-bottom: 1px solid rgba(19,12,14,0.1);
  padding: 24px 0;
}
.form-confirm > h6 {
  font-size: 16px;
  margin: 0 0 15px;
}
.form-confirm .form-bl-one:not(:last-child) {
  margin-bottom: 16px;
}
.form-confirm .form-bl-one label {
	font-size: 14px;
	color: #777676;
	display: block;
	margin: 0 0 8px;
}
.form-confirm .form-bl-one p {
	font-size: 16px;
	color: #3F3D3E;
}
.bundle-group-confirm .bundle-group .label-title > h6 span {
  height: 40px;
  display: inline-flex;
  background: #F2EFE9;
  border-radius: 100px;
  padding: 0 16px;
  align-items: center;
}


@media (min-width: 1025px) {
  .active-navigation-list {display: none;}
  .navigation-list-desc {display: block !important;}
}
@media (min-width: 768px) {
  .cart-product-slider .swiper {
      pointer-events: none;
  }
  .cart-product-slider .swiper-slide .elementor-element-5e86c62,
  .cart-product-slider .swiper-slide .elementor-widget-wc-add-to-cart,
  .cart-product-slider .swiper-slide .elementor-widget-wc-add-to-cart + a {
      pointer-events: auto;
  }
}

.woocommerce-MyAccount-navigation select {
    width: 100%;
    padding: 10px;
    border: 1px solid #ccc;
    border-radius: 4px;
    background-color: #f9f9f9;
    font-size: 16px;
}

@media (max-width: 1024px) {
  .woocommerce-account .woocommerce-MyAccount-navigation {width: 100%;padding: 0;margin: 0 0 20px;}
  .woocommerce-account .woocommerce-MyAccount-content {width: 100%;}
  .navigation-list-desc,
  .navigation-list-desc li.is-active {display: none;}
  .woocommerce-account .woocommerce-MyAccount-navigation {border-radius: 12px;}
  .woocommerce-account .woocommerce-MyAccount-navigation ul li:not(:last-child) {margin: 0;}
  .woocommerce-MyAccount-navigation ul li a { padding: 10px 14px !important; }
  .woocommerce-account .woocommerce-MyAccount-navigation ul li.is-active a {font-weight: 700;color: #130C0E;background: #FFFFFB;}
  .active-navigation-list a {background-image: url(/wp-content/uploads/2024/09/Vector-5.svg) !important;background-position: calc(100% - 16px) center !important;background-repeat: no-repeat !important;}
  .edit-account .row > div {flex-basis: 100%;}
  .edit-account .row {flex-wrap: wrap;}
  .woocommerce-account .woocommerce-MyAccount-content {padding: 20px 16px;border-radius: 20px;}
  .edit-account .edit-account-photo img {max-width: 100px !important;}
  .edit-account .edit-account-photo {min-width: 100px;width: 100px;height: 100px;}
  .edit-account .edit-account-photo-wrap + div + div, 
  .edit-account .edit-account-photo-wrap + div + div + div {border-bottom: 1px solid #F2EFE9;padding-bottom: 16px;margin-bottom: 16px;}
  .woocommerce-MyAccount-content h3 {margin: 0 0 16px;}
  .woocommerce-Address-title.title h2 {font-size: 20px;}
  .woocommerce-MyAccount-content h2 {font-size: 24px;}
  .wc-error {position: static;transform: none;width: 100%;}

}

@media (max-width: 991px) {
  .checkout.woocommerce-checkout .checkout-col-right,
  .checkout.woocommerce-checkout .checkout-col-left {flex-basis: 100%;}
}

@media (max-width: 767px) {
  .woocommerce-MyAccount-content table.shop_table td {height: unset;font-size: 14px;}
  table.shop_table td {padding: 4px 0 4px;}
  .woocommerce table.shop_table_responsive tr:nth-child(2n) td, 
  .woocommerce-page table.shop_table_responsive tr:nth-child(2n) td {background-color: transparent;}
  .woocommerce-MyAccount-content table.shop_table td {border-bottom: none;}
  .woocommerce table.shop_table_responsive tr, 
  .woocommerce-page table.shop_table_responsive tr {border-bottom: 1px solid #F2EFE9;padding: 12px 0;}
  .woocommerce table.shop_table_responsive tr:last-child, 
  .woocommercenonetable_responsive tr:last-child {border-bottom: none;padding: 12px 0 0}
  .woocommerce table.shop_table {margin: 0;}
  .woocommerce form .form-row-first, .woocommerce form .form-row-last, 
  .woocommerce-page form .form-row-first, .woocommerce-page form .form-row-last {width: 100%;}
  .woocommerce-MyAccount-content .order-number {font-size: 24px;}
  .orders-topbar p {justify-content: space-between;width: 100%;margin-bottom: 16px;}
  .orders-topbar.btn-orange {flex-direction: column;}
  .date-status .order-status {font-size: 12px;}
  .btn-orange .elementor-button {width: 100%;}
  .orders-topbar .elementor-button-content-wrapper {width: 100%;justify-content: space-between;}
  .orders-topbar {margin-bottom: 20px;padding: 0 0 20px;}
  .block-customer-details p span:first-child {min-width: 100px;}
  .woocommerce-order-details {flex-direction: column;}
  .woocommerce-customer-details {margin-bottom: 16px !important;padding: 0 0 16px;}
  .woocommerce-order-details .col-order-summary,
  .woocommerce-order-details .col-ordered-products {flex-basis: 100%;width: 100%;}

  .checkout-block h4 {padding: 16px;}
  .checkout-block h4 span {width: 24px;height: 24px;margin-right: 8px;font-size: 12px;}
  .checkout-block h4 i {right: 16px;}
  .checkout-block-open {padding: 0 16px 16px;}
  .checkout-block-open > p span:first-child {min-width: 100px;}
  .checkout.woocommerce-checkout .checkout-col-right {padding: 20px 16px;}
  .order-one .woocommerce-Price-amount {font-size: 18px;}
  .order-one-left .order-one-image {max-width: 56px;}
  .order-one-left .order-one-image a {height: 56px;}
  .woocommerce #payment #place_order, .woocommerce-page #payment #place_order {margin-bottom: 0;}

  .woocommerce form.checkout_coupon, .woocommerce form.login, .woocommerce form.register {padding: 20px 16px;border-radius: 20px;}
  .woocommerce .woocommerce-form-login .woocommerce-form-login__submit {width: 100%;}
  :where(body:not(.woocommerce-block-theme-has-button-styles)) .woocommerce button.button {margin-top: 20px;}
  .order-one-right {min-height: 52px;}
  .checkout-block-open .jet-form__submit {width: 100%;justify-content: space-between;margin-top: 4px;}
  .checkout-block-open .tabs .tab:nth-child(1)::before {content: "New Customer";}
  .checkout-block-open .tabs .tab:nth-child(2)::before {content: "Have an account";}
  .checkout-block-open .tabs {margin: 0 -4px 20px;}
  .checkout-block-open .tabs .tab {color: transparent !important;position: relative;display: block;padding: 2px;margin: 0 4px;height: 29px;overflow: hidden;}
  .checkout-block-open .tabs .tab::before {position: absolute;font-size: 14px;top: -1px;left: 0;color: #000;display: flex;width: 100%;height: 100%;justify-content: center;align-items: center;}
  .checkout-block-open .tabs .tab.active::before {color: #130C0E;}

  .bundle-add-to-cart .bundle-add-to-cart-btn > span:not(.amount) {display: none;}
  .sp-quantity {max-width: 115px;}
  .bundle-group .label-bundle .label-price {font-size: 18px;line-height: 27px;position: absolute;right: 16px;top: 13px;}
  .bundle-group label:not(:last-child) {margin: 0 0 8px;}
  .variations_form .variations:not(.wpcvs-initialized) .value {max-width: unset;padding-right: 0;}
  .woocommerce div.product .content-product form.cart .reset_variations {top: -15px;right: 15px;}

  .steps-ind > div > .e-n-tabs > .e-n-tabs-content > div > div > div {min-height: unset;}
  .bundle-group-grid {grid-template-columns: 1fr;gap: 12px;}
  .bundle-group-img.bundle-group .label-bundle {flex-direction: row;gap: 8px;}
  .bundle-group-img img {height: 60px;min-width: 65px;}
  .bundle-group-img.bundle-group .label-bundle .label-price {font-size: 20px;position: static;}
  .bundle-group-img > h6 {margin-bottom: 24px;}
  .bundle-group-confirm .bundle-group {padding: 16px 0;}
  .form-confirm {padding: 16px 0;}

}

/* Notify Me Cart Button */
.bundle-add-to-cart .notify-me-product-btn {
  background: #F79023;
  height: 52px;
  padding: 0 66px 0 20px;
  border: none;
  border-radius: 100px;
  color: #FFFFFB;
  font-size: 18px;
  font-weight: 600;
  width: 100%;
}
.bundle-add-to-cart .notify-me-product-btn:before {
  content: "\f054" !important;
  font-weight: 300;
  font-family: "Font Awesome 5 Pro" !important;
  width: 40px;
  height: 40px;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  position: absolute;
  right: 6px;
  top: 6px;
  background: #FFFFFB;
  color: #F79023;
  transition: all 0.25s ease;
}
.bundle-add-to-cart .notify-me-product-btn:hover:before {
  background: rgba(255,255,251,0.4);
  color: #FFFFFB;
}

/* Notify Add to Cart Button */
.ct-add-to-cart .notify-me-product-btn {
  background: #F79023;
  height: 52px;
  padding: 0 66px 0 20px;
  border: none;
  border-radius: 100px;
  color: #FFFFFB;
  font-size: 18px;
  font-weight: 600;
  width: 100%;
}
.ct-add-to-cart .notify-me-product-btn:before {
  content: "\f054" !important;
  font-weight: 300;
  font-family: "Font Awesome 5 Pro" !important;
  width: 40px;
  height: 40px;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  position: absolute;
  right: 6px;
  top: 6px;
  background: #FFFFFB;
  color: #F79023;
  transition: all 0.25s ease;
}
.ct-add-to-cart .notify-me-product-btn:hover:before {
  background: rgba(255,255,251,0.4);
  color: #FFFFFB;
}
.ct-no-div-heading h2{
  padding-left: 0px;
}
.ct-no-div-heading h2::before{
 display: none;
}

/* Notify Me Form */
.ct-notified-form input[type="email"]{
	background-color: #FFFFFF1A !important;
  border-color: #FFFFFF1A !important;
  border-radius: 100px 100px 100px 100px !important;
	outline: transparent !important;
	height:60px !important;
	padding-left: 20px !important;
  color: white !important;
}
.ct-notified-form input[type="email"]::placeholder{
	color: #cccccc !important;
}
.ct-notified-form input[type="email"]:hover{
	outline: transparent !important;
	border-color: #FFFFFF1A !important;
}
.ct-notified-form div[data-testid="form-row"]{
	gap: 20px;
}
.ct-notified-form button{
	position: relative;
	padding-left: 20px !important; 
	padding-right: 60px !important;
	height: 60px !important;
	font-size: 18px !important;
}
.ct-notified-form button::after{
  width: 40px;
	height: 40px;
	transition:0.3s linear all;
	position: absolute;
	content: '';
	background-image: url(/wp-content/themes/hello-theme-child-swift/images/icons/swiftshape.svg);
  background-repeat: no-repeat; /* or repeat if you want it tiled */
  background-position: center;
  background-size: contain;
	right:10px;
	top: 50%;
	transform: translate(0px, -50%);
}
.ct-notified-form button:hover::after{
	opacity: 0.4;
}
@media (max-width: 786px) {
  .ct-notified-form div[data-testid="form-row"]{
    flex-direction: column !important;
  }
  .ct-notified-form div[data-testid="form-component"]{
  justify-content: flex-start !important;
    margin:0px !important;
  }
}
.klaviyo-form.klaviyo-form.klaviyo-form .klaviyo-spinner:after{
  width: 30px !important;
	height: 30px !important;
  right: 10px !important;
  left: unset !important;
}