/* Product Image gallery */
.zrg-product-gallery .swiper-button-next, .zrg-product-gallery .swiper-button-prev {
	width: 60px;
	height: 60px;
	background: #fff;
	border-radius: 100%;
}
.zrg-product-gallery .swiper-button-next:after, .zrg-product-gallery .swiper-button-prev:after {
	font-size: 26px;
	color: #000;
	font-weight: 700;
}
.zrg-product-gallery .swiper-button-next {
	right: 30px;
}
.zrg-product-gallery .swiper-button-prev {
	left: 30px;
}
.woocommerce-product-gallery a {
	width: 100%;
}
.woocommerce-variation-add-to-cart {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
}
.zrg-single-product-quantity-wrapper {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
}
.single-product .product_meta {
	border-top: 1px solid #3E454E;
	border-bottom: 1px solid #3E454E;
	padding-top: 23px;
	padding-bottom: 23px;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
	margin-bottom: 30px;
}
.woocommerce div.product .product_title {
	margin-bottom: 16px;
}
.woocommerce div.product .summary p.price {
	margin-bottom: 35px;
	font: var(--zrg-display2);
	display: -webkit-inline-box;
	display: -ms-inline-flexbox;
	display: inline-flex;
	-webkit-box-orient: horizontal;
	-webkit-box-direction: reverse;
	-ms-flex-direction: row-reverse;
	flex-direction: row-reverse;
}
.woocommerce div.product .summary p.price ins {
	text-decoration: none !important;
}
.single-product .product_meta span, .single-product .product_meta a {
	text-transform: uppercase;
	color: var(--zrg-secondary-color-inverse);
	font: var(--zrg-text4);
}
.single-product .product_meta a {
	color: var(--zrg-primary-color);
}
.woocommerce-product-details__short-description p {
	margin: 0;
}
.woocommerce-product-details__short-description {
	margin-bottom: 46px;
}
.yith-wcwl-add-button > a i {
	margin: 0;
	font-size: 1.6rem;
}
.yith-wcwl-add-button .separator {
	display: none;
}
.yith-wcwl-add-button .view-wishlist {
	display: none !important;
}
.woocommerce div.product form.cart .button {
	margin-left: 50px;
	width: 100%;
	background: var(--zrg-btn-bg);
	color: var(--zrg-btn-color);
	font-weight: 500;
	border-radius: var(--zrg-btn-br);
	overflow: hidden;
}
.woocommerce div.product form.cart div.quantity {
	float: none;
	margin: 0;
}
.woocommerce div.product form.cart {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
}
.zrg_single_quantity_button {
	width: 60px;
	min-width: 60px;
	max-width: 60px;
	height: 60px;
	background: transparent;
	border: 0;
	position: relative;
	color: var(--zrg-secondary-color-inverse);
	font-size: 35px;
}
.zrg_single_quantity_button:after {
	content: "";
	position: absolute;
	left: 0;
	right: 0;
	bottom: 0;
	top: 0;
	border: 1px solid var(--zrg-secondary-color-inverse);
	opacity: 0.2;
}
.woocommerce div.product form.cart div.quantity .qty {
	padding: 0;
	border: 0;
	color: var(--zrg-secondary-color-inverse);
	width: 60px;
	min-width: 60px;
	height: 60px;
	text-align: center;
	border-radius: 0;
	font: var(--zrg-h3);
	outline: none !important;
}
.woocommerce div.product form.cart div.quantity .qty::-webkit-outer-spin-button,
.woocommerce div.product form.cart div.quantity .qty::-webkit-inner-spin-button {
	-webkit-appearance: none;
	margin: 0;
}
.woocommerce div.product form.cart div.quantity .qty {
	-moz-appearance: textfield;
}
.woocommerce div.product form.cart .button:hover {
	background: transparent !important;
	color: var(--zrg-btn-color-hover);
}
.woocommerce div.product form.cart .button.disabled:hover {
	background-color: #989FA6 !important;
}
.woocommerce div.product form.cart .button.disabled:hover:before {
	display: none;
}
/* Product Tabs */
.woocommerce div.product .woocommerce-tabs ul.tabs {
	padding: 0;
	gap: 60px;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	margin-bottom: 50px;
}
.woocommerce div.product .woocommerce-tabs ul.tabs li.active {
	background: transparent;
}
.woocommerce div.product .woocommerce-tabs ul.tabs li {
	background: transparent;
	border: 0;
	border-radius: 0;
	-webkit-box-shadow: none;
	box-shadow: none;
	padding: 0;
	margin: 0;
}
.woocommerce div.product .woocommerce-tabs ul.tabs li::after, .woocommerce div.product .woocommerce-tabs ul.tabs li::before {
	display: none;
}
.woocommerce div.product .woocommerce-tabs ul.tabs::before {
	border-bottom-color: var(--zrg-secondary-color-inverse);
	opacity: 0.2;
}
.woocommerce div.product .woocommerce-tabs ul.tabs li a {
	font-weight: 500;
	font-size: 22px;
	line-height: 34px;
	opacity: 0.3;
	color: var(--zrg-secondary-color-inverse);
	padding: 20px 0;
	position: relative;
	-webkit-transition: .2s;
	-o-transition: .2s;
	transition: .2s;
	height: 100%;
	white-space: nowrap;
}
.woocommerce div.product .woocommerce-tabs ul.tabs li.active a {
	opacity: 1;
}
.woocommerce div.product .woocommerce-tabs ul.tabs li.active a:after {
	content: "";
	position: absolute;
	left: 0;
	right: 0;
	bottom: 0;
	height: 2px;
	background: var(--zrg-primary-color);
}
.woocommerce div.product .woocommerce-tabs .panel h2 {
	margin-bottom: 40px;
}
.woocommerce div.product .woocommerce-tabs ul.tabs li a:hover {
	opacity: 1;
	color: var(--zrg-secondary-color-inverse);
}
/* Product Review */
.woocommerce-Reviews {
	width: 770px;
	max-width: 100%;
}
.woocommerce #reviews #comments ol.commentlist li img.avatar {
	width: 70px;
	height: 70px;
	border-radius: 100%;
	border: 0;
	position: static;
}
.woocommerce #reviews #comments ol.commentlist li .comment-text {
	margin-left: 100px;
	border: 0;
	padding: 0;
}
.woocommerce #reviews #comments ol.commentlist li .comment-text .woocommerce-review__author {
	font: var(--zrg-h3);
	color: var(--zrg-secondary-color-inverse);
	display: block;
	margin-bottom: 2px;
}
.woocommerce #reviews #comments ol.commentlist li .comment-text .woocommerce-review__dash {
	display: none;
}
.woocommerce #reviews #comments ol.commentlist li .comment-text .woocommerce-review__published-date {
	font: var(--zrg-desc2);
	text-transform: uppercase;
	color: var(--zrg-secondary-color-inverse);
	opacity: 0.7;
}
.woocommerce #reviews #comments ol.commentlist li .comment-text .description p {
	opacity: 0.7;
}
.woocommerce #review_form #respond p.comment-notes {
	width: 100%;
	-webkit-box-ordinal-group: 3;
	-ms-flex-order: 2;
	order: 2;
	margin-top: -20px;
}
.woocommerce #review_form #respond p.form-submit {
	-webkit-box-ordinal-group: 3;
	-ms-flex-order: 2;
	order: 2;
	position: relative;
	overflow: hidden;
	border-radius: 100px;
}
.woocommerce #review_form #respond .comment-form-comment {
	width: 100%;
}
.woocommerce #review_form #respond .form-submit input {
	background: var(--zrg-btn-bg);
	color: var(--zrg-btn-color);
	font: var(--zrg-text2);
	border-radius: var(--zrg-btn-br);
	padding: 18px 38px;
	-webkit-transition: .2s;
	-o-transition: .2s;
	transition: .2s;
}
.woocommerce #review_form #respond p.form-submit:hover {
}
.woocommerce #review_form #respond p {
	margin: 0 0 26px;
}
/* Product Variations */
.woocommerce div.product form.cart.variations_form {
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	margin: 0;
}
.woocommerce div.product form.cart .variations {
	margin-bottom: 10px !important;
}
.woocommerce .product .cart .variations label {
	font: var(--zrg-desc1) !important;
	margin-bottom: 16px;
}
.woocommerce .product .cart .variations .row {
	margin-bottom: 30px;
}
.woocommerce div.product form.cart .variations select {
	margin: 0;
	height: 60px;
	padding-left: 16px;
	background: transparent;
	font: var(--zrg-text2);
	color: var(--zrg-secondary-color-inverse);
	outline: none;
	padding-right: 20px;
	width: 100%;
}
.single_variation_wrap {
	width: 100%;
}
.woocommerce div.product form.cart .variations select option {
	color: initial;
}
.woocommerce div.product form.cart .reset_variations {
	margin-left: 20px;
}
.woocommerce-variation-price {
	margin-bottom: 45px;
	margin-top: 40px;
}
.woocommerce-variation-price .price {
	font: var(--zrg-display2) !important;
}
/* Product Table */
.woocommerce table.shop_attributes th, .woocommerce table.shop_attributes td {
	padding: 20px 30px;
	border: 1px solid rgb(255 255 255 / 20%);
}
/* Related products */
.related.products {
	padding: var(--zrg-padding);
	padding-bottom: 0;
}
.related.products > h2 {
	font: var(--zrg-display2);
	margin-bottom: 50px;
}
.related-swiper-button-next, .related-swiper-button-prev {
	width: 70px;
	height: 70px;
	background: #fff;
	position: absolute;
	right: 30px;
	bottom: 0;
	top: 0;
	border-radius: 100%;
	z-index: 2;
	margin: auto;
	-webkit-transform: translateY(-40px);
	-ms-transform: translateY(-40px);
	transform: translateY(-40px);
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
}
.related-swiper-button-prev {
	left: 30px;
	right: unset;
}
.related-swiper-button-next:after, .related-swiper-button-prev:after {
	font-family: swiper-icons, sans-serif;
	text-transform: none !important;
	letter-spacing: 0;
	font-variant: initial;
	line-height: 1;
	font-size: 26px;
	color: #000;
	font-weight: 700;
}
.related-swiper-button-next:after {
	content: 'next';
}
.related-swiper-button-prev:after {
	content: 'prev';
}
.zrg-related-products-slider .swiper-button-disabled {
	opacity: .35;
	cursor: auto;
	pointer-events: none;
}
.woocommerce-tabs #reply-title {
	display: block;
	font: var(--zrg-h2);
}
#respond input:not([type='submit']):focus, #respond textarea:focus {
	outline: none;
	background-color: var(--zrg-bg-tertiary-color);
	border-color: var(--zrg-primary-color);
}
.woocommerce .star-rating:before, .woocommerce .star-rating span:before {
	color: var(--zrg-primary-color);
}
@media (min-width: 768px) {
	.woocommerce #content div.product div.images, .woocommerce div.product div.images, .woocommerce-page #content div.product div.images, .woocommerce-page div.product div.images {
		width: 48%;
		float: left;
	}
	.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: 48%;
		float: right;
	}
}
@media (max-width: 992px) {
	.woocommerce div.product form.cart {
		-ms-flex-wrap: wrap;
		flex-wrap: wrap;
	}
	.woocommerce div.product form.cart .button {
		margin-left: 0;
		margin-top: 30px;
	}
	.woocommerce div.product .summary p.price {
		font-size: 40px;
	}
	.woocommerce-variation-add-to-cart {
		-ms-flex-wrap: wrap;
		flex-wrap: wrap;
	}
}
@media (max-width: 576px) {
	.related.products > h2 {
		font-size: 31px;
		line-height: 35px;
		margin-bottom: 30px;
	}
	.woocommerce div.product .woocommerce-tabs ul.tabs {
		gap: 40px;
		overflow: auto;
		border-bottom: 1px solid #717171;
		padding-bottom: 4px;
	}
	.woocommerce div.product .woocommerce-tabs ul.tabs::before {
		display: none;
	}
	.woocommerce div.product .woocommerce-tabs ul.tabs li {
		margin-bottom: -4px;
	}
	.woocommerce div.product .woocommerce-tabs ul.tabs:after {
		display: none;
	}
}
