
.the7-add-to-cart {
	--content-align: flex-start;
}

.woocommerce-variation-add-to-cart {
	--quantity-gap: 0 var(--quantity-spacing, 30px) 0 0;
}

.elementor-widget-the7-woocommerce-product-add-to-cart-v2 {
	--quantity-btn-width: 30px;
	--quantity-btn-height: 30px;
	--icon-size: 12px;
	--quantity-btn-border-color: var(--the7-divider-color);
	--quantity-btn-border-hover-color: var(--quantity-btn-border-color);
}

.the7-add-to-cart .variations tr {
	margin-bottom: 30px;
}

.the7-add-to-cart .price {
	color: var(--the7-h1-color);
}

.the7-add-to-cart .woocommerce-variation>.last, .the7-add-to-cart>.in-stock {
	margin-bottom: 30px;
}

.content .the7-add-to-cart:not(.the7-product-grouped) table {
	margin: 0;
}

.the7-add-to-cart .the7-vr-options {
	list-style: none;
	display: var(--display);
	flex-flow: row wrap;
	justify-content: var(--content-align);
	align-items: center;
	width: 100%;
	margin: 0;
	font-family: var(--the7-woo-content-font-family);
}

.elementor-popup-modal .the7-add-to-cart .the7-vr-options {
	margin: 0;
}

.the7-add-to-cart .the7-vr-options li {
	line-height: 0;
	list-style: none;
}

.elementor-popup-modal .the7-add-to-cart .the7-vr-options li {
	list-style: none;
}

.the7-add-to-cart .the7-vr-options .active a {
	color: var(--the7-accent-color);
}

.the7-add-to-cart .the7-vr-options a {
	display: var(--item-display);
	padding: 0 10px;
	border: 1px solid;
}

.the7-add-to-cart .the7-vr-options a.out-of-stock, .the7-add-to-cart .the7-vr-options a:hover {
	color: var(--the7-accent-color);
}

.the7-add-to-cart .the7-vr-options a.out-of-stock.isset-swatch .the7-variable-span-color {
	opacity: .25;
	box-shadow: 0px 0px 2px 0px #000 inset;
}

.the7-add-to-cart .the7-vr-options a.out-of-stock:after {
	position: absolute;
	top: 0;
	z-index: 2;
	display: block;
	width: 100%;
	height: 100%;
	border-radius: inherit;
	background: linear-gradient(to top right, transparent calc(50% - 1px), var(--out-of-stock-line-color, var(--variations-border-color, var(--the7-divider-color))), transparent calc(50% + 1px));
	transition: all .2s ease-in-out;
	content: "";
}

.the7-add-to-cart.the7-product-variable ul a {
	position: relative;
	align-items: center;
	justify-content: center;
	min-height: 30px;
	min-width: 30px;
	color: var(--the7-title-color);
	border-color: var(--the7-divider-color);
	transition: all .3s;
}

.the7-add-to-cart.the7-product-variable ul a.isset-swatch {
	padding: 0;
	font-size: 0 !important;
	height: 30px;
}

.the7-add-to-cart.the7-product-variable ul a.isset-swatch.empty-swatch .the7-variable-span {
	background: repeating-linear-gradient(-45deg, rgba(0, 0, 0, .15), rgba(0, 0, 0, .15) 2px, transparent 2px, transparent 4px);
}

.the7-add-to-cart.the7-product-variable ul a.isset-swatch.out-of-stock:after {
	background: linear-gradient(to top right, transparent calc(50% - 1px), var(--out-of-stock-swatch-line-color, var(--out-of-stock-line-color, var(--swatch-variations-border-color, var(--the7-divider-color)))), transparent calc(50% + 1px));
}

.the7-add-to-cart.the7-product-variable ul a.isset-swatch:after {
	position: absolute;
	width: 100%;
	height: 100%;
	border-radius: inherit;
	content: "";
}

.the7-add-to-cart.the7-product-variable ul a .filter-popup {
	position: absolute;
	left: 50%;
	z-index: 999;
	bottom: 100%;
	padding: 2px 6px;
	margin-bottom: 15px;
	background: #000;
	color: #fff !important;
	font: 400 12px/16px Arial, Verdana, sans-serif;
	letter-spacing: .3px;
	white-space: nowrap;
	opacity: 0;
	visibility: hidden;
	transform: translate3d(-50%, 10px, 0);
	transition: all .25s ease-out;
	border-radius: 2px;
}

.the7-add-to-cart.the7-product-variable ul a .filter-popup:after {
	position: absolute;
	left: 50%;
	bottom: -5px;
	margin-left: -5px;
	width: 0;
	height: 0;
	border-left: 5px solid transparent;
	border-right: 5px solid transparent;
	border-top: 5px solid #000;
	content: "";
}

.the7-add-to-cart.the7-product-variable ul a .filter-popup:before {
	position: absolute;
	left: 0;
	bottom: -20px;
	content: " ";
	display: block;
	width: 100%;
	height: 20px;
}

.the7-add-to-cart.the7-product-variable ul a:hover .filter-popup {
	visibility: visible;
	opacity: 1;
	transform: translate3d(-50%, 0, 0);
}

.the7-add-to-cart.the7-product-variable ul a:hover .filter-popup:before {
	bottom: 0;
}

.the7-add-to-cart.the7-product-variable ul a .the7-variable-span {
	display: block;
	width: 100%;
	height: 100%;
	background-repeat: no-repeat;
	background-position: center;
	background-size: cover;
	border-radius: inherit;
	box-shadow: 0px 0px 2px 0px rgba(0, 0, 0, .25) inset;
}

.the7-add-to-cart .woocommerce-grouped-product-list:not(.group_table) tr {
	display: flex;
	flex-flow: row wrap;
	justify-content: var(--content-align);
	align-items: center;
}

.the7-add-to-cart .woocommerce-grouped-product-list:not(.group_table) td, .the7-add-to-cart .woocommerce-grouped-product-list:not(.group_table) th {
	display: inline-flex;
	align-items: center;
}

.the7-add-to-cart td {
	margin: 0 !important;
}

.the7-add-to-cart th {
	margin: var(--label-margin);
}

.content .the7-add-to-cart:not(.the7-product-grouped) td, .content .the7-add-to-cart:not(.the7-product-grouped) th {
	padding: 0;
}

.the7-add-to-cart .woocommerce-variation-add-to-cart .quantity, .the7-add-to-cart form.cart .quantity {
	justify-content: space-between;
	align-items: center;
	margin: var(--quantity-gap);
	min-width: 100px;
	height: auto;
}

.the7-add-to-cart .quantity {
	border-color: var(--the7-divider-color);
}

.the7-add-to-cart .woocommerce-grouped-product-list.group_table .quantity {
	border: none !important;
}

.the7-add-to-cart button.button:not(.box-button) {
	display: none;
}

.the7-add-to-cart button.box-button {
	height: auto;
}

.the7-add-to-cart .woocommerce-variation-add-to-cart>.box-button {
	margin: 0;
}

.the7-add-to-cart .reset_variations {
	display: none !important;
}

.elementor-popup-modal .the7-add-to-cart .variations {
	width: 100%;
}

.the7-add-to-cart .variations select {
	display: none;
	margin: 0 !important;
	min-width: 250px;
	min-height: 40px;
	height: auto !important;
	background-image: none;
	padding: 0 10px;
	border-width: 1px;
	border-radius: 0;
	background-color: transparent;
	border-color: var(--the7-divider-color);
	color: var(--the7-title-color);
	box-shadow: none;
	transition: all .3s;
}

.the7-add-to-cart .variations select.nitro-lazy {
	background-image: none !important;
}

.variations-layout-dropdown .the7-add-to-cart .variations select {
	display: block;
	padding: var(--the7-top-input-padding) calc(var(--the7-right-input-padding) + var(--icon-size, 1em)) var(--the7-bottom-input-padding) var(--the7-left-input-padding);
}

.the7-wc-variation-select {
	position: relative;
	display: inline-flex;
}

.the7-add-to-cart .variations td.value {
	text-align: left;
	width: var(--td-width);
}

.the7-wc-variation-select i, .the7-wc-variation-select svg {
	top: 50%;
	transform: translateY(-50%);
	right: 0;
	position: absolute;
	pointer-events: none;
	border-style: solid;
	border-color: transparent !important;
	color: var(--the7-secondary-text-color);
	fill: var(--the7-secondary-text-color);
	transition: color .3s, fill .3s;
	padding: var(--the7-dropdown-padding-top, var(--the7-top-input-padding)) var(--the7-dropdown-padding-right, var(--the7-right-input-padding)) var(--the7-dropdown-padding-bottom, var(--the7-bottom-input-padding)) var(--the7-dropdown-padding-left, var(--the7-left-input-padding));
	box-sizing: content-box;
	font-size: var(--icon-size, 1em);
	line-height: var(--ordering-line-height, var(--the7-form-md-line-height));
}

.the7-add-to-cart .woocommerce-variation .out-of-stock {
	color: var(--the7-secondary-text-color);
}

.the7-wc-variation-select svg {
	width: var(--icon-size, 1em);
	height: auto;
}

.elementor-widget-the7-woocommerce-product-add-to-cart-v2 .the7-add-to-cart .quantity .qty, .woocommerce div.product.elementor .the7-add-to-cart .quantity .qty {
	width: 2em;
	min-height: auto;
	line-height: inherit;
	padding: 0;
	text-align: center;
	border: none !important;
	background: 0 0;
}

.the7-add-to-cart .quantity button {
	width: var(--quantity-btn-width);
	height: var(--quantity-btn-height);
	min-height: auto;
	line-height: 1;
	transition: all .3s;
	font-size: 18px;
	border-radius: 100px;
	color: var(--the7-secondary-text-color);
}

.the7-add-to-cart .quantity button:hover {
	color: var(--the7-accent-color);
}

#the7-body .the7-add-to-cart .quantity button.is-form, #the7-body .the7-add-to-cart .woocommerce-variation-add-to-cart .quantity button.is-form {
	background: 0 0;
	border: var(--quantity-btn-border-width, 1px) solid var(--quantity-btn-border-color) !important;
	border-radius: 100px;
	height: var(--quantity-btn-height);
	min-width: 1em;
}

#the7-body .the7-add-to-cart .quantity button.is-form:hover, #the7-body .the7-add-to-cart .woocommerce-variation-add-to-cart .quantity button.is-form:hover {
	background: 0 0;
	border-color: var(--quantity-btn-border-hover-color) !important;
}

.the7-add-to-cart .quantity input::-webkit-outer-spin-button, .the7-add-to-cart .quantity input[type=number]::-webkit-inner-spin-button {
	-webkit-appearance: none;
	appearance: none;
	margin: 0;
	display: none;
}

.elementor-widget-the7-woocommerce-product-price .price ins, .elementor-widget-the7-woocommerce-product-price .price ins span, .elementor-widget-the7-woocommerce-product-price .price span {
	color: var(--the7-title-color);
}

.elementor-widget-the7-woocommerce-product-price .price del, .elementor-widget-the7-woocommerce-product-price .price del span {
	color: var(--the7-secondary-text-color);
}

#the7-body .the7-add-to-cart .woocommerce-variation-description p {
	margin-bottom: 15px;
}

#the7-body .single_variation .woocommerce-variation-availability>p.stock {
	margin-bottom: 0;
}
