/* Product CSS */
/* Before Gallery */

.product-single__before-content {
	padding-block: 10px 22px;

	.col-md-12 {
		display: flex;
		justify-content: space-between;
	}
}

@media (min-width: 600px) {
	.product-single__before-content {
		padding-block: 40px 22px;
	}
}

@media (min-width: 1200px) {
	.product-single__before-content {
		padding-block: 60px 22px;
	}
}

.breadcrumbs__link {
	color: #000000;
}

.sku_wrapper {
	color: #989898;
	letter-spacing: 2.25px;
	font-size: 15px;
}

a.wc_bis_signup_form_subscribed_link {
	margin-left: 5px;
	margin-right: 5px;
}

/* Layout */
.product-single__image-box {
	display: flex;
	flex-direction: column-reverse;
	justify-content: start;
	gap: 0;
	position: relative;
}

.product-main__details-box {
	display: grid;
	grid-template-columns: 1fr;
	gap: 25px;
}

@media (min-width: 1200px) {
	.product-main__details-box {
		grid-template-columns: 65% 1fr;
		gap: 20px;
		padding-bottom: 80px;
	}
}

@media (min-width: 1600px) {
	.product-main__details-box {
		grid-template-columns: 833px 1fr;
		gap: 85px;
		padding-bottom: 80px;
	}
}


.woocommerce #content div.product div.summary,
.woocommerce div.product div.summary,
.woocommerce-page #content div.product div.summary,
.woocommerce-page div.product div.summary {
	width: 100%;
	margin-bottom: 0;
}

.price-container {
	display: flex;
	justify-content: space-between;
	align-items: self-start;
}

.single-product__share {
	display: flex;
	justify-content: end;
	gap: 10px;
	margin-top: 24px;
}

.woocommerce-product-details__short-description {
	margin-block: 0 32px;
}

@media (max-width: 1200px) {
	.woocommerce-product-details__short-description {
		margin-block: 0 22px;
	}
}

@media (max-width: 600px) {
	.woocommerce-product-details__short-description + .single-product__share {
		display: flex !important;
		visibility: visible !important;
		justify-content: start;
		margin-bottom: 28px;
		margin-top: 0;
		gap: 20px;
	}
}

@media (min-width: 600px) and (max-width: 1199px) {
	.price-container .single-product__share {
		display: flex !important;
		visibility: visible !important;
		margin-top: 0;
	}
}

@media (min-width: 1200px) {
	.product-single__image-box .single-product__share {
		display: flex !important;
		visibility: visible !important;
	}
}

/* Gallery Custom CSS */
.woocommerce div.product div.images,
.woocommerce-page div.product div.images {
	width: 100%;
}

#nickx-gallery .nslick-slide {
	overflow: hidden;
	border-radius: 50px;
	width: 80px;
	height: 80px;
	margin-bottom: 10px;
}

.nickx-slider-nav li img {
	opacity: 0.38;
}

.images.nickx_product_images_with_video .vertical-img-left.nickx-slider-for {
	width: calc(100% - 100px);
}

.nickx-slider-nav {
	max-width: 80px;
}

.woocommerce div.product div.images {
	margin-bottom: 0;
}

/* Custom Swatches */
.variable-item-contents:has(.variable-item-span-button) {
	width: auto !important;
	height: auto !important;
}

.woocommerce div.product form.cart .variations th {
	width: 100%;
	padding-right: 10px !important;
	font-size: 17px;
	line-height: 1.352em;
	padding: 0;
	margin: 0;
	letter-spacing: 0.5px;
	font-weight: 500;
	text-transform: uppercase;
}

.woocommerce div.product form.cart .variations tr:has(.label) {
	display: flex;
	flex-wrap: wrap;
	gap: 10px;
	align-items: center;
	padding-bottom: 1rem;
}

@media (min-width: 600px) {
	.woocommerce div.product form.cart .variations th {
		width: 90px;
	}

	.woocommerce div.product form.cart .variations tr:has(.label) {
		flex-wrap: nowrap;
		gap: 0;
	}
}

.woocommerce div.product form.cart .variations th label {
	margin: 0;
	line-height: 1.2;
}

.variable-item {
	padding: 0 !important;
}

.button-variable-item {
	width: auto !important;
	height: auto !important;
	border-radius: 5px !important;
	margin-right: 5px !important;
}

.button-variable-item .variable-item-span {
	border-radius: 5px !important;
	padding: 7px 14px !important;
	border: 1px solid #bfbfbf;
	font-size: 80%;
}

.button-variable-item.selected .variable-item-span {
	border: 1px solid #ffffff;
}

/* Custom Share */
.single-product__share--print,
.single-product__share--print:hover {
	background: none;
}

.share-button {
	background: none;
	border: none;
	display: flex;
}

.single-product__share svg {
	height: 28px;
	width: auto;

	&:hover {
		fill: var(--primary-color);
	}
}

.resp-sharing-button {
	padding: 0 5px;

	svg {
		height: 21px;
		padding-block: 0;
	}
}

.single-product__share-social {
	position: relative;
}

.social-share-row__item {
	font-size: 80%;
}

/* Product Details */

/* Custom add to cart */
.custom-number-input,
.custom-number-input * {
	box-sizing: border-box;
}

.custom-number-input {
	border: 1px solid #bfbfbf;
	border-right: 0;
	display: inline-flex;
	padding-block: 17px;
	padding-left: 23px;
	padding-right: 40px;
	border-top-left-radius: 35px;
	border-bottom-left-radius: 35px;

	input[type="number"] {
		-webkit-appearance: textfield;
		-moz-appearance: textfield;
		appearance: textfield;
		border: none;
		color: #2e2e2e;
		padding: 0;
		font-weight: bold;
	}

	input[type="number"]::-webkit-inner-spin-button,
	input[type="number"]::-webkit-outer-spin-button {
		-webkit-appearance: none;
	}

	button {
		outline: none;
		-webkit-appearance: none;
		background-color: transparent;
		border: none;
		align-items: center;
		justify-content: center;
		width: 3rem;
		height: 3rem;
		cursor: pointer;
		margin: 0;
		position: relative;
	}
}

/* Woocommerce */
.woocommerce:where(body:not(.woocommerce-uses-block-theme))
	.woocommerce-breadcrumb
	a {
	background: none;
}

.woo-variation-swatches
	.variable-items-wrapper
	.variable-item:not(.radio-variable-item).button-variable-item::before {
	display: none;
}

.woocommerce-variation-add-to-cart {
	margin-top: 20px;
	text-transform: capitalize;
}

.woocommerce-variation-add-to-cart-disabled {
	.single_add_to_cart_button {
		background: gray;
	}
}

.woocommerce div.product form.cart {
	margin-bottom: 2rem;
}

.under-add-to-cart-call-out {
	color: #2e2e2e;
	font-size: 18px;
	display: block;
}

.quantity-button {
	color: #bfbfbf;
	font-size: 19px;
	font-weight: bold;
}

.single_add_to_cart_button {
	margin-left: -28px;
}

.woocommerce:where(body:not(.woocommerce-uses-block-theme))
	.woocommerce-breadcrumb,
.woocommerce:where(body:not(.woocommerce-uses-block-theme))
	.woocommerce-breadcrumb
	a {
	font-weight: normal;
	color: #000000;
	margin-bottom: 0;
}

.woocommerce:where(body:not(.woocommerce-uses-block-theme))
	.woocommerce-breadcrumb
	a:hover {
	color: var(--primary-color);
}

.woocommerce-breadcrumb-separator {
	margin-inline: 5px;
}

.woocommerce:where(body:not(.woocommerce-uses-block-theme)) div.product .stock {
	font-size: 18px;
	font-weight: bold;
	color: var(--primary-color);
	text-transform: capitalize;
}

.product_title.entry-title {
	font-size: 30px;
	margin-bottom: 1rem;
}

.woocommerce-variation-price:has(+ .woocommerce-variation-availability) {
	margin-bottom: 10px;
}

.preorder-avaiable-date-text {
	margin-bottom: 32px;
	color: var(--primary-color);
	font-weight: bold;
}

.woocommerce span.onsale {
	background-color: var(--primary-color);
	aspect-ratio: 1 / 1;
	display: flex;
	align-items: center;
	justify-content: center;
	left: 10px;
	top: 10px;
}

@media (min-width: 600px) {
	.product_title.entry-title {
		font-size: 37px;
		margin-bottom: 2rem;
	}
}

@media (min-width: 1200px) {
	.product_title.entry-title {
		font-size: 47px;
		margin-bottom: 1rem;
	}
	.woocommerce span.onsale {
		left: 110px;
	}

	.preorder-avaiable-date-text {
		margin-bottom: 44px;
	}
}

.woocommerce div.product .woocommerce-product-rating {
	margin-bottom: 1rem;
}

.woocommerce div.product p.price,
.woocommerce-Price-amount {
	font-size: 40px;
	font-weight: bold;
}

.woocommerce div.product form.cart .reset_variations {
	text-decoration: underline;
	font-size: 18px;
	letter-spacing: 0px;
	color: #989898;
	border: none;
	background: none;
	padding: 0;
	margin-left: 0;
	position: absolute;
	font-weight: normal;
}

.woocommerce div.product form.cart .variations select {
	padding-block: 8px;
	padding-inline: 15px 30px;
	border-width: 1px;
}

.woocommerce div.product form.cart .variations td.value {
	flex-grow: 1;
	position: relative;
}

.woo-variation-swatches .variable-items-wrapper {
	align-items: center;
	gap: 0 7px;
}

.single_variation_wrap {
	margin-top: 32px;
}

/* Tabs */
.single-product__tabs {
	padding-top: 0;
}

/* Tables */

.dt-container .dt-paging .dt-paging-button:not(.next, .previous) {
	border: 1px solid #d2d8e3;
	border-radius: 5px;
	margin-inline: 3px;
	font-size: 16px;
	color: var(--primary-color) !important;
}

.dt-info {
	font-size: 80%;
}

.dt-container .dt-paging .dt-paging-button.current {
	border-color: #58595b;
}

.dt-search {
	input {
		border: none;
		background-color: #ffffff;
		border-radius: 25px;
		padding: 10px 20px !important;
	}
	label {
		margin: 0;
	}
}

.tablepress {
	border: 3px solid #ffffff73;
}

.tablepress > :where(thead, tfoot) > * > th {
	background-color: var(--primary-color) !important;
	color: #fff !important;
}

.tablepress thead .dt-orderable-desc .dt-column-order:after,
.tablepress thead .dt-ordering-desc .dt-column-order:after {
	opacity: 1;
	color: #fff !important;
}

.tablepress thead .dt-orderable-asc .dt-column-order,
.tablepress thead .dt-orderable-desc .dt-column-order,
.tablepress thead .dt-ordering-asc .dt-column-order,
.tablepress thead .dt-ordering-desc .dt-column-order {
	color: #fff;
}

.tablepress > :where(thead) + tbody > * > *,
.tablepress > tbody > * ~ * > *,
.tablepress > tfoot > :where(:first-child) > * {
	border: none !important;
}

.tablepress > :where(tbody.row-striping) > :nth-child(2n) > * {
	background-color: #ebf6fc !important;
}

.tablepress > :not(caption) > * > * {
	padding-block: 12px !important;
}

.dt-layout-table {
	padding-top: 12px;
}

/* Reviews */

p.woocommerce-noreviews {
	margin-block: 30px;
}

.woocommerce #reviews #comments ol.commentlist li .comment-text {
	margin: 0;
	border-color: #eceeef;
	padding: 1.5rem 2rem;
}

.woocommerce-Reviews-title span {
	font-weight: bold;
}

.woocommerce p.stars a {
	background: none;
}

div#review_form {
	border: 1px solid #eceeef;
	border-radius: 8px;
	margin-block: 1rem 2rem;
	margin-inline: 19px 0;
	padding: 1.5rem 2rem;
}

.comment-reply-title {
	font-weight: bold;
	font-size: 120%;
	margin-bottom: 1rem;
	display: block;
}

.woocommerce #review_form #respond .form-submit input {
	background: var(--white);
	color: var(--black);
	position: relative;
	display: inline-block;
	border: 1px solid var(--black);
	color: var(--black);
	font-size: 18px;
	font-weight: 700;
	line-height: 1.375em;
	padding: 15px 50px;
	border-radius: 40px;
	transition: all ease-in-out 0.3s;
	z-index: 1;

	&:hover {
		background: #eceeef;
		border-color: #eceeef;
	}
}

/* Share tooltip */
.share-tooltip {
	display: none;
	position: absolute;
	background: #fff;
	left: 0;
	top: -100%;
	translate: -50% -50%;
	border: 1px solid #ddd;
	padding: 0 10px;
	box-shadow: 0 2px 10px rgba(0, 0, 0, 0.1);
	z-index: 1000;
}

.share-button.is-active + .share-tooltip,
.share-tooltip.is-active {
	display: block;
}

.share-tooltip a {
	display: inline-block;
	margin: 5px 0;
}

#wc_bis_email {
	color: #000;
}


#wc_bis_email::placeholder {
	color: #5d5d5d;
	opacity: 1;
	font-weight: 500;
	font-size: 16px;
}


.wc_bis_registrations_count {
	display: none;
}

.button.wc_bis_send_form {
	margin-top: 10px !important;
}