.clearfix::after {
  content: "";
  display: table;
  clear: both;
}
.button.btn-shop {
	margin-right: 10px;
	background: var(--global-palette-btn-bg);
	color: var(--global-palette-btn);
}
.button.btn-shopcart {
  margin-right: 20px;
}
.button.btn-shop:visited {
	color: var(--global-palette-btn);
}
.button.btn-shop:hover {
	color: var(--global-palette-btn-bg);
}
body .content-area {
	margin-top: 2.5rem;
	margin-bottom: 2.5rem;
}
.single-product-extras,
.woocommerce .single-product-payments {
	display: none;
}
.kadence-breadcrumbs .sep {
	font-size: 12px;
	padding: 0 2px;
}
body.woocommerce div.product form.cart:before {
	content: 'Quantity:';
	display: block;
	margin-bottom: 6px;
	font-size: .9em;
} 
body.woocommerce div.product form.cart .button {
	float: none;
	display: block;
	width: 100%;
	margin-top: 16px;
	border-radius: 4px;
}
body.woocommerce div.product form.cart div.quantity {
	float: none;
	display: inline-block;
}
.wp-block-woocommerce-checkout-order-summary-block {
	background: #fff;
}
.wp-block-checkout .wc-block-components-product-metadata__description,
#wc-stripe-express-checkout-element {
	display: none !important;
}
.popup-subscribe {
	background: var(--global-palette2) !important;
}
.popup-subscribe.active {
	position: fixed;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	z-index: 200;
	background: transparent !important;
	margin: 0;
	width: auto;
}
.popup-subscribe .kt-row-layout-overlay {
	display: none !important;
}
.popup-subscribe.active .overlay {
	position: fixed;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	z-index: 100;
	background: rgba(0,0,0,.8) !important;
	opacity: 1 !important;
}
.popup-subscribe-cont {
	position: relative;
	z-index: 201;
}
.popup-subscribe.active .kb-theme-content-width {
	height: 100%;
	overflow: auto;
	align-self: center;
	display: flex;
	justify-content: center;
}
.popup-subscribe.active .kb-theme-content-width > .popup-subscribe-cont {
	align-self: center;
}
.popup-close {
	display: none;
	position: absolute;
	top: 15px;
	right: 15px;
}
.popup-subscribe.active .popup-close {
	display: block;
}
.popup-subscribe.active .wp-block-kadence-advanced-form .kb-advanced-form {
	gap: .5em;
}
.popup-subscribe.active .kt-row-column-wrap {
	gap: 1em;
}
.popup-subscribe.active figure {
	margin: 0;
}
.popup-subscribe.active .subscribe-form > .kt-inside-inner-col {
	position: static;
	padding-right: 15px;
}
.kb-adv-form-message {
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	z-index: 10;
}
.kb-adv-form-message.kb-adv-form-success {
	background: var(--global-palette7);
	color: var(--global-palette5);
}
.popup-subscribe:not(.active) {
	border-top: #ffdd00 solid 2px;
}
.popup-subscribe:not(.active) .popup-subscribe-cont {
	max-width: var(--global-content-width);
	padding: 0 var(--global-content-edge-padding);
	margin-left: auto;
	margin-right: auto;
	width: 100%;
}
.popup-subscribe:not(.active) .popup-subscribe-cont > .kt-inside-inner-col {
	background: transparent;
}
.popup-subscribe:not(.active) .popup-subscribe-cont .wp-block-kadence-column:first-child {
	display: none;
}
.popup-subscribe:not(.active) .popup-subscribe-cont .kt-row-column-wrap {
	display: block;
	margin-left: auto;
	margin-right: auto;
}
.popup-subscribe:not(.active) .subscribe-form h2,
.popup-subscribe:not(.active) .subscribe-form p {
	float: left;
	color: #fff;
	width: 330px;
}
.popup-subscribe:not(.active) .subscribe-form h2 {
	line-height: 1;
}
.popup-subscribe:not(.active) .subscribe-form p {
	clear: left;
	margin-top: 5px;
}
.popup-subscribe:not(.active) .chica-subscribe-container {
	overflow: auto;
	max-width: none;
	width: calc(100% - 330px);
}
.popup-subscribe:not(.active) .subscribe-form {
	flex-direction: row;
	justify-content: space-between;
}
.popup-subscribe:not(.active) .subscribe-form > .kt-inside-inner-col {
	width: 100%;
}
.popup-subscribe:not(.active) .chica-subscribe-form {
	flex-direction: row;
	gap: 15px;
	flex: 1;
	padding-left: 100px;
}
.popup-subscribe:not(.active) .chica-subscribe-form-fields {
	display: flex;
	flex-direction: row;
	justify-content: space-between;
	flex: 1;
}
.popup-subscribe:not(.active) .chica-subscribe-form-field {
	width: calc(50% - 15px);
	margin-left: 15px;
}
.popup-subscribe:not(.active) .chica-subscribe-form-field .label {
	display: none;
}
.popup-subscribe:not(.active) .chica-subscribe-form .chica-subscribe-form-field input {
	padding: 15px;
	border: 0;
	border-radius: 4px;
}
.popup-subscribe:not(.active) .chica-subscribe-form-button {
	min-width: 190px;
}
@media (max-width: 1199px) {
	.popup-subscribe:not(.active) .popup-subscribe-cont {
		padding: 0;	
	}
	.popup-subscribe:not(.active) .chica-subscribe-form {
		padding-left: 30px;
	}
}
@media (max-width: 1023px) {
	.popup-subscribe:not(.active) .chica-subscribe-container {
		clear: both;
		width: auto;
	}
	.popup-subscribe:not(.active) .chica-subscribe-form {
		padding-left: 0;
	}
	.popup-subscribe:not(.active) .chica-subscribe-form-fields {
		margin-left: -15px;
	}
}
@media (max-width: 767px) {
	.popup-subscribe:not(.active) .chica-subscribe-form {
		flex-wrap: wrap;
	}
	.popup-subscribe:not(.active) .chica-subscribe-form-button {
		flex: 0 0 100%;
	}
	.wp-block-kadence-image .kb-image-ratio-port34 {
		padding-bottom: 56.25%;
	}
	.popup-subscribe.active .subscribe-form > .kt-inside-inner-col {
		padding: 0 10px 10px 10px;
	}
}
.reset_variations {
  margin-left: 6px;
}

/* Subscribe Form Styles */
.chica-subscribe-container {
    max-width: 400px;
    margin: 0 auto;
}

.chica-subscribe-form {
    display: flex;
    flex-direction: column;
    gap: 10px;
    margin-bottom: 15px;
}

.chica-subscribe-form input[type="text"],
.chica-subscribe-form input[type="email"] {
    padding: 12px 15px;
    border: 2px solid #ddd;
    border-radius: 6px;
    font-size: 14px;
    transition: border-color 0.3s ease;
}

.chica-subscribe-form input[type="text"]:focus,
.chica-subscribe-form input[type="email"]:focus {
    outline: none;
    border-color: #E21E51;
}
.chica-subscribe-form input[type="text"]:disabled,
.chica-subscribe-form input[type="email"]:disabled {
    background: #f5f5f5;
    cursor: not-allowed;
}
.chica-subscribe-form button:disabled {
    background: #efefef;
    cursor: not-allowed;
}

/* Responsive adjustments */
@media (max-width: 480px) {
    .chica-subscribe-form {
        flex-direction: column;
    }
    
    .chica-subscribe-form button {
        width: 100%;
    }
}
.kb-adv-form-input-size-standard.hidden {
  display: none;
}
.kadence-header-row-inner .wp-block-kadence-advancedbtn .kb-button:focus {
	color: #fff;
}
.wp-block-kadence-off-canvas-trigger {
	padding-left: 0;
	padding-right: 0
}
.woocommerce div.product span.price, .woocommerce div.product p.price {
	font-size: 1em;
}
body .wp-block-woocommerce-checkout {
	padding-top: 0
}
.coupon-error-notice {
	text-align: left;
	font-size: 11px;
	padding-top: 2px;
	color: red;
}
body .wc-block-components-address-card__edit {
	white-space: nowrap;
	color: var(--global-palette2);
	text-decoration: underline;
	font-size: 12px;
}
body .wc-block-components-totals-coupon__button {
	font-size: 12px;
}
.popup-subscribe.wp-block-kadence-rowlayout .kt-row-column-wrap.kb-theme-content-width {
	max-width: none;
}
@media (max-width: 1023px) {
	.wc-block-components-order-summary-item {
		flex-wrap: wrap;
	}
	.wc-block-components-order-summary-item__description {
		flex: 1;
	}
	body .wc-block-components-order-summary .wc-block-components-order-summary-item__description .wc-block-components-product-metadata, .wc-block-components-order-summary .wc-block-components-order-summary-item__description p {
		margin-top: 2px
	}
	body .wc-block-components-order-summary .wc-block-components-order-summary-item__individual-prices {
		padding-top: 2px
	}
	.wp-block-woocommerce-checkout-order-summary-block .wc-block-components-order-summary-item__individual-prices .wc-block-components-formatted-money-amount {
		font-weight: normal;
	}
	body .wc-block-components-order-summary .wc-block-components-order-summary-item__total-price {
		flex: 0 0 100%;
    text-align: left;
    padding-left: 72px;
    padding-top: 10px;
	}
}
@media (max-width: 1023px) {
	.woocommerce ul.order_details li {
		min-width: 40%;
		margin-right: 0;
		margin-bottom: 15px;
		border-right: 0;
	}
}
@media (max-width: 767px) {
	body .wc-block-components-sidebar {
		display: none;
	}
	.woocommerce-checkout .primary {
		margin-top: 0;
	}
	.button[name="apply_coupon"] {
		font-size: 11px;
	}
	.wp-block-woocommerce-checkout-order-summary-block {
		background: transparent;
	}
	.checkout-order-summary-block-fill {
		background-color: #fff;
	}
	body .woocommerce ul.order_details li {
		float: none;
	}
	.woocommerce ul.order_details li strong {
		display: inline;
	}
}
#wrapper > p:empty {
	display: none;
}
.chica-subscribe-form-field {
	position: relative;
	margin-bottom: 10px;
}	
.chica-subscribe-form-field .label {
	position: absolute;
	top: 6px;
	left: 15px;
	font-size: 12px;
}
.chica-subscribe-form-field .required {
	color: var(--global-palette2);
}
.chica-subscribe-form  .chica-subscribe-form-field input {
	padding-top: 25px;
	width: 100%;
}
.blockUI.blockOverlay::before {
	height: 1em;
	width: 1em;
	display: block !important;
	position: absolute;
	top: 50%;
	left: 50%;
	margin-left: -0.5em;
	margin-top: -0.5em;
	content: '' !important;
	-webkit-animation: spin 1s ease-in-out infinite;
	animation: spin 1s ease-in-out infinite;
	background: url(../images/icons/loader.svg) center center;
	background-size: cover;
	line-height: 1;
	text-align: center;
	font-size: 2em;
	color: rgba(0, 0, 0, 0.75);
}
.shipping-calculator-form {
	text-align: left;
}
@media (max-width: 767px) {
	.footer-widget1 .kb-buttons-wrap {
		justify-content: center !important;
	}
}
@media (min-width: 768px) {
	body .site-footer-row {
		display: flex;
		align-items: center;
		justify-content: space-between;
	}	
}
.wc-block-components-totals-discount__coupon-list {
  padding-left: 0;
}