.classB {
	display: none;
}

.button-design {
	color: var(--website-dark-color);
	background-color: var(--website-primary-color);
	border-color: var(--website-white-color);
	width: fit-content;
	padding: 16px 28px;
	font-size: 0.875rem;
	line-height: 1em;
	font-weight: 700;
	text-transform: uppercase;
	letter-spacing: 1px;
	cursor: pointer;
	transform: all 0.3s ease-in-out;
}

.button-design:hover {
	background-color: var(--website-primary-color);
}

.color-primary {
	color: var(--website-primary-color);
}

.text-normal {
	font-size: 1rem;
	font-weight: 600;
}

.underline {
	text-decoration: underline;
}

.quantity-section {
	display: flex;
	align-items: center;
	margin: 0;
	justify-content: space-between;
}

main.s-product-wrapper .price ins bdi {
	font-size: 2.25rem;
	color: var(--website-primary-color);
}

main.s-product-wrapper .price del bdi {
	font-size: 1rem;
	color: var(--website-primary-color);
	text-decoration: line-through;
}

main.s-product-wrapper .product_title {
	font-size: 2.25rem;
	font-weight: 700;
}

.size-variation table,
td,
th {
	border: none !important;
}

.size-variation ul {
	display: flex !important;
	flex-direction: column;
	gap: 20px;
}

main.s-product-wrapper p.price {
	display: flex !important;
	flex-direction: row-reverse;
	justify-content: flex-end;
	gap: 10px;
	line-height: normal;
	min-height: 50px;
}

.other-order {
	margin: 0 0 20px 0;
}

.cursor {
	cursor: pointer;
}

.cursor:hover {
	text-decoration: underline;
}

.popup-overlay {
	display: none;
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background-color: rgba(0, 0, 0, 0.5);
	z-index: 999;
	align-items: center;
	justify-content: center;
}

.popup-content {
	background-color: var(--website-white-color);
	padding: 20px;
	min-width: 450px;
	width: 450px;
	border-radius: 10px;
	box-shadow: 0 0 15px rgba(0, 0, 0, 0.3);
	position: relative;
	color: black;
	min-height: 300px;
}

.close-btn {
	position: absolute;
	top: 10px;
	right: 15px;
	font-size: 20px;
	cursor: pointer;
}

.learn-more-section {
	padding: .75rem;
	background: #46464659;
	border-radius: 12px;
	margin-bottom: 30px;
}

main.s-product-wrapper  p {
	margin: 0;
}

.quantity-wrapper {
	margin: 0 0 20px 0;
}

.size-section {
	margin: 0 0 30px 0;
}

.quantity-controller {
	display: flex;
	align-items: center;
	justify-content: center;
	gap: 10px;
}

.quantity-controller button {
	padding: 0;
	border-radius: 4px;
	border: none;
	font-size: 1.2rem;
	height: 40px;
	width: 40px;
}

.quantity-controller input {
	height: 40px;
	border-radius: 4px !important;
}

.size-variation ul li {
	padding: 0 !important;
	margin: 0 !important;
	height: 4rem !important;
	border-radius: 12px !important;
	background: transparent !important;
	color: white !important;
	box-shadow: none !important;
	border: 2px solid white;
	text-align: start !important;
}

.size-variation ul li[aria-checked="true"] {
	border-color: var(--website-primary-color) !important;
}

main.s-product-wrapper span.price {
	display: flex !important;
	flex-direction: row-reverse !important;
	justify-content: flex-end !important;
	gap: 10px;
	line-height: normal;
}

.delivery-fields {
	padding: .75rem;
	background: #46464659;
	border-radius: 12px;
	margin: 30px 0;
}

.delivery-table {
	display: grid;
	grid-template-columns: 1fr 1fr;
	gap: 10px;
	margin-top: 20px;
}

.table-ele {
	display: flex;
	justify-content: space-between;
	align-items: center;
	max-width: 300px;
}

.iframe-wrapper-yt iframe {
	width: 100%;
}

span.variation-price {
	display: flex;
	margin: 0 !important;
	line-height: normal;
	padding: 0;
	height: min-content;
}

span.variable-item-span.variable-item-span-button {
	line-height: normal;
}

span.variation-price {
	color: var(--website-primary-color);
}

.popup-content img {
	width: 100%;
	height: 100%;
}

body.single-product form.cart div.quantity {
	float: none;
	margin: 0 !important;
}

ul.products li .astra-shop-summary-wrap {
	display: none !important;
}

@media (min-width: 922px) {
	.woocommerce #content .ast-woocommerce-container div.product div.images, .woocommerce .ast-woocommerce-container div.product div.images, .woocommerce-page #content .ast-woocommerce-container div.product div.images, .woocommerce-page .ast-woocommerce-container div.product div.images {
		width: 100%;
	}
}

.ast-article-single.type-product {
	display: grid;
	grid-template-columns: auto auto;
	gap: 20px;
}

.ast-article-single.type-product section {
	width: 600px !important;
}

section.classB .woocommerce-variation-price {
	display: none;
}

.editor-wrapper {
	position: relative;
}

.action-btn {
	display: none;
}

button#rotateLeftBtn,
button#rotateRightBtn,
button#increaseBtn,
button#decreaseBtn,
button#deleteSelectedBtn {
	position: absolute;
	right: 3%;
	padding: 10px;
	border-radius: 50%;
}

button#rotateLeftBtn {
	top: 15%;
}

button#rotateRightBtn {
	top: 25%;
	transform: scaleX(-1);
}

button#increaseBtn {
	top: 35%;
}

button#decreaseBtn {
	top: 45%;
}

button#replaceImageBtn {
	margin-bottom: 20px;
}

button#reopenImageBtn {
	margin-bottom: 20px;
}

button#addTextBtn {
	position: absolute;
	top: 5%;
	left: 3%;
	border-radius: 50px;
}

button#deleteSelectedBtn {
	position: absolute;
	top: 5%;
	background: red;
	color: white;
}

button#reopenImageBtn {
	display: none;
}

.instruction-wrapper ul {
	padding: 0;
	display: flex;
	flex-direction: column;
	gap: 10px;
	margin: 20px 0;
}

.instruction-wrapper ul li {
	list-style: none;
	padding: 0;
	margin: 0;
	display: flex;
	gap: 10px;
	line-height: normal;
}

.btn-flex {
	display: flex;
	padding: 10px;
	background: var(--website-secondary-color);
	justify-content: space-between;
}

.secondary-btn-design {
	width: 100%;
	background: white;
	text-align: center;
}

.secondary-btn-design:hover {
	background: #d5d5d5;
}

.editor-inner-wrapper button {
	transition: all 0.3s ease-in-out;
}

.editor-inner-wrapper {
	position: relative;
}

.editor-overlay {
	position: absolute;
	background: #0000006e;
	width: 100%;
	height: 100%;
	z-index: 3;
	display: flex;
	justify-content: center;
	align-items: center;
	font-size: 32px;
	line-height: 0;
	cursor: pointer;
	transition: all 0.3s ease-in-out;
}

.editor-overlay:hover {
	background: #000000ad;
}

.wapf-swatch--text label span {
	display: none;
}

.wapf-swatch.wapf-swatch--text.wapf-single-select.has-pricing {
	margin: 0;
}

.wapf-field-container.wapf-field-text-swatch {
	position: relative;
}

.wapf-swatch--text label {
	padding: 10px !important;
}

.label-above .wapf-field-label span {
	font-size: 22px;
	line-height: normal;
	display: inline-block;
	margin: 20px 0;
	font-weight: 700;
}

.wapf-swatch.wapf-swatch--text.wapf-single-select.has-pricing {
	position: absolute;
	top: 5px;
	left: 0;
}

.label-above .wapf-field-label {
	margin-bottom: 0px !important;
}

.wapf-swatch--text.wapf-checked {
	border-color: var(--website-primary-color) !important;
	background: var(--website-primary-color) !important;
	color: #fff;
}

.wapf-field-description {
	font-size: 16px !important;
	line-height: normal !important;
}

.button-wrapper-quantity {
	display: none;
	padding: 5px;
	background: var(--website-secondary-color);
	width: fit-content;
	gap: 8px;
	border-radius: 5px;
	margin: 10px 0 0 0;
}

.button-design.q-plus, .button-design.q-minus {
	width: 30px;
	height: 30px;
	padding: 0;
	display: flex;
	justify-content: center;
	align-items: center;
	border-radius: 5px;
}

.button-wrapper-quantity input {
	height: 30px;
	background: var(--website-white-color);
	border-radius: 5px;
	max-width: 100px;
}

.wapf-swatch.is-qty-select.wapf-swatch--qty.has-pricing {
	background: var(--website-secondary-color);
	padding: 10px;
	border-radius: 12px;
}

.wapf-swatch input[type="radio"]:checked + .qty-swatch-img-wrapper,
.wapf-swatch input[type="radio"]:checked + .qty-swatch-inner {
	border: 2px solid #A58726;
}

.wapf-field-container.wapf-field-text-swatch span {
	margin: 0 0 0 30px;
}

.wapf-field-input textarea {
	color: var(--website-white-color);
}

.wr-disabled-add-to-cart {
  opacity: 0.5;
  cursor: not-allowed;
}

.wr-addon-subtotal {
    display: none;
}