/*  Product Item  */
.woocommerce .page-wrapper .products .zrg-product-item {
	padding: 0;
	margin: 0;
}
.woocommerce .zrg-products-container .woocommerce-loop-product__link {
	position: relative;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column;
	-webkit-box-ordinal-group: 4;
	-ms-flex-order: 3;
	order: 3;
}
.woocommerce .zrg-products-container .product .woocommerce-loop-product__link .woocommerce-loop-product__title {
	-webkit-box-ordinal-group: 4;
	-ms-flex-order: 3;
	order: 3;
	padding: 0;
	font: var(--zrg-h5);
	font-size: 20px;
	line-height: 30px;
}
.woocommerce .zrg-products-container .zrg-product-description {
	-webkit-box-ordinal-group: 5;
	-ms-flex-order: 4;
	order: 4;
	display: none;
	margin-top: 0;
	width: 100%;
}
.woocommerce .zrg-products-container.zrg-show-description .zrg-product-description {
	display: block;
	margin-top: 10px;
}
.woocommerce .zrg-products-container.products .product a img {
	margin: 0;
}
.zrg-product-thumbnail {
	position: relative;
	margin-bottom: 20px;
}
.woocommerce .zrg-products-container .zrg-product-thumbnail:after {
	content: "";
	position: absolute;
	left: 0;
	right: 0;
	bottom: 0;
	top: 0;
	background: var(--zrg-bg-primary-color);
	opacity: 0;
	visibility: hidden;
	-webkit-transition: .2s;
	-o-transition: .2s;
	transition: .2s;
}
.woocommerce .zrg-products-container .zrg-product-item:hover .zrg-product-thumbnail:after {
	opacity: 0.5;
	visibility: visible;
}
.woocommerce .products.zrg-products-container .product .onsale, .woocommerce span.onsale {
	left: 20px;
	right: unset;
	top: 20px;
	margin: 0;
	border-radius: 29px;
	min-height: unset;
	padding: 2px 15px;
	font-size: 15px;
	line-height: 25px;
	background: #FF3D00;
	min-width: unset;
}
.woocommerce .zrg-products-container .woocommerce-loop-product__link:hover {
	color: #fff;
}
.woocommerce .products.zrg-products-container .product .woocommerce-loop-product__title {
}
.zrg-product-item .product-loop-content {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
}
.woocommerce .zrg-products-container.products.zrg-cols-1 .product .price, .woocommerce div.product .summary .price {
	/* order: 3; */
	font: var(--zrg-h3);
}
.woocommerce .zrg-products-container.products .product .price ins {
	text-decoration: none;
}
.woocommerce .products.zrg-products-container.zrg-cols-1 .product .woocommerce-loop-product__title {
	font: var(--zrg-h5);
	font-size: 36px;
	line-height: 46px;
}
.woocommerce .zrg-products-container.zrg-cols-1 .zrg-product-description {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-ordinal-group: 2;
	-ms-flex-order: 1;
	order: 1;
	margin-bottom: 28px;
	font: var(--zrg-desc1);
	height: 56px;
	overflow: hidden;
}
.woocommerce .zrg-products-container.products.zrg-cols-1 .product .price del, .woocommerce div.product .summary .price del {
	font-size: 20px;
	line-height: 30px;
}
.zrg-product-rating-price {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	margin-bottom: 8px;
	-webkit-box-ordinal-group: 3;
	-ms-flex-order: 2;
	order: 2;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
}
.zrg-star-rating i {
	line-height: 5px;
	vertical-align: top;
	margin-top: 3px;
	margin-right: 4px;
	color: var(--zrg-primary-color);
}
.woocommerce .zrg-products-container.products .product .price, .woocommerce .product .summary .price {
	font-size: 20px;
	line-height: 30px;
	color: var(--zrg-primary-color);
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	gap: 10px;
	font-weight: 600;
	margin-bottom: 0;
	-webkit-box-ordinal-group: 0;
	-ms-flex-order: -1;
	order: -1;
}
.woocommerce .zrg-products-container.products .product .price ins, .woocommerce .product .summary .price ins {
	font-weight: 600;
}
.woocommerce .zrg-products-container.products .product .price del, .woocommerce .product .summary .price del {
	color: var(--zrg-secondary-color-inverse);
	font-size: 16px;
	line-height: 24px;
	opacity: 0.7;
	font-weight: 500;
}
.woocommerce .zrg-products-container.products .product .price del span, .woocommerce .product .summary .price del span {
	text-decoration: line-through;
}
/*  Add to Cart Button  */
.woocommerce .zrg-products-container .zrg-product-item .zrg-btn-add-cart, .woocommerce .zrg-products-container .zrg-product-item .added_to_cart {
	position: absolute;
	top: 0;
	left: 0;
	bottom: 0;
	right: 0;
	width: 230px;
	text-align: center;
	font-size: 18px;
	line-height: 28px;
	background: var(--zrg-primary-color);
	border-radius: 70px;
	color: var(--zrg-primary-color-inverse);
	font-weight: 500;
	padding: 0 20px;
	height: 60px;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	gap: 9px;
	z-index: 9;
	margin: auto !important;
	opacity: 0;
	visibility: hidden;
	-webkit-transition: .2s;
	-o-transition: .2s;
	transition: .2s;
	margin-bottom: 140px !important;
	overflow: hidden;
}
.woocommerce .zrg-products-container .zrg-product-item .zrg-btn-add-cart:before, .woocommerce .zrg-products-container .zrg-product-item .added_to_cart:before {
	content: "";
	position: absolute;
	display: block;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	top: 0;
	left: 0;
	width: 0;
	height: 100%;
	background: var(--zrg-btn-bg-hover);
	-webkit-transition: all 0.3s cubic-bezier(0.42, 0, 0.58, 1);
	-o-transition: all 0.3s cubic-bezier(0.42, 0, 0.58, 1);
	transition: all 0.3s cubic-bezier(0.42, 0, 0.58, 1);
	z-index: -1;
}

.woocommerce .zrg-products-container .zrg-product-item:hover .zrg-btn-add-cart:hover:before, .woocommerce .zrg-products-container .zrg-product-item .added_to_cart:hover:before {
	width: 100% !important;
	height: 100% !important;
}
.woocommerce .zrg-products-container .zrg-product-item .zrg-btn-add-cart.added, .woocommerce .zrg-products-container .zrg-product-item .added_to_cart.added {
	width: 250px;
}
.woocommerce .button.loading::after {
	margin-top: 4px;
}
.woocommerce .zrg-products-container .zrg-product-item .added_to_cart {
	display: none;
}
.woocommerce .zrg-products-container .product .zrg-btn-add-cart i {
	margin-top: 4px;
}
.woocommerce .zrg-products-container .zrg-product-item:hover .zrg-btn-add-cart, .woocommerce .zrg-products-container .zrg-product-item .added_to_cart {
	opacity: 1;
	visibility: visible;
}
.woocommerce .zrg-products-container .zrg-product-item .zrg-btn-add-cart:hover, .woocommerce .zrg-products-container .zrg-product-item .added_to_cart:hover {
	color: var(--zrg-btn-color-hover);
	background: transparent !important;
}
/*  Shop Wishlist  */
.add-to-wishlist-before_image .yith-wcwl-add-to-wishlist, .product .yith-wcwl-add-to-wishlist {
	right: 20px;
	left: unset;
	top: 20px;
	position: absolute;
	margin: 0;
	z-index: 1;
}
.zrg-product-item.add-to-wishlist-before_image .yith-wcwl-add-to-wishlist a, .product .yith-wcwl-add-to-wishlist a {
	background: rgb(11 17 23 / 22%);
	width: 50px !important;
	height: 50px;
	border-radius: 100%;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	-webkit-transition: .2s;
	-o-transition: .2s;
	transition: .2s;
	padding: 3px 0 0 0;
}
.zrg-product-item.add-to-wishlist-before_image .yith-wcwl-add-to-wishlist a {
	line-height: 0;
}
.zrg-product-item.add-to-wishlist-before_image .yith-wcwl-add-to-wishlist .yith-wcwl-wishlistaddedbrowse {
	line-height: 0;
}
#yith-wcwl-popup-message {
	position: fixed;
	top: 40px;
	right: 40px;
	left: unset;
	min-width: 340px;
	background: var(--zrg-primary-color);
	text-align: left;
	border-radius: 9px;
	padding: 10px 30px;
	color: var(--zrg-primary-color-inverse);
}
/*  Cart Wishlist  */
.zrg-product-extras .yith-wcwl-wishlistaddedbrowse .feedback {
	font-size: 0;
}
.zrg-product-extras .yith-wcwl-wishlistaddedbrowse .feedback i {
	font-size: 20px;
	margin: 0;
}
.zrg-product-extras .yith-wcwl-wishlistaddedbrowse a {
	display: none;
}
.zrg-product-extras .yith-wcwl-add-to-wishlist {
	margin: 0;
}
.zrg-product-extras .yith-wcwl-add-button i {
	margin: 0;
}
.zrg-product-extras .yith-wcwl-add-to-wishlist .feedback {
	display: none;
}
.zrg-product-extras .yith-wcwl-add-to-wishlist a i {
	font-size: 20px;
}
.zrg-product-extras .yith-wcwl-add-to-wishlist a {
	font-size: 0;
	line-height: 0;
	margin: 0;
}
.zrg-product-extras .yith-wcwl-add-to-wishlist {
	margin: 0;
	line-height: 0;
}
.woocommerce .remove:hover {
	background: transparent;
}
.woocommerce .remove:hover i {
	color: red;
}
/*  Messages  */
.woocommerce-error, .woocommerce-info, .woocommerce-message {
	background: var(--zrg-secondary-color);
	color: var(--zrg-secondary-color-inverse);
	margin-top: 20px;
	padding: 20px 20px 20px 60px;
	-webkit-box-shadow: 0 4px 10px rgba(0, 0, 0, 0.35);
	box-shadow: 0 4px 10px rgba(0, 0, 0, 0.35);
}
.woocommerce-error a, .woocommerce-info a, .woocommerce-message a {
	color: var(--zrg-primary-color);
}
.woocommerce .woocommerce-message .button, .woocommerce .woocommerce-info .button {
	padding: 12px 25px !important;
}
.woocommerce-info {
	border-top-color: var(--zrg-primary-color);
}
.woocommerce .woocommerce-message:before, .woocommerce .woocommerce-info:before {
	color: var(--zrg-primary-color);
}
.woocommerce .cart-collaterals, .woocommerce-page .cart-collaterals {
	padding: var(--zrg-padding);
}
/* Default types */
.woocommerce form .show-password-input, .woocommerce-page form .show-password-input {
	right: 8px;
	height: 43px;
	top: 8px;
	width: 43px;
	border-radius: 100%;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	background: var(--zrg-btn-bg);
	color: var(--zrg-btn-color);
	-webkit-transition: .2s;
	-o-transition: .2s;
	transition: .2s;
}
.woocommerce form .show-password-input, .woocommerce-page form .show-password-input:after {
	margin: 0;
}
.woocommerce form .show-password-input:hover, .woocommerce-page form .show-password-input:hover {
	background: var(--zrg-btn-bg-hover);
	color: var(--zrg-btn-color-hover);
}
.woocommerce form .form-row input.input-text, .woocommerce form .form-row textarea {
	background: transparent;
	font-weight: 400;
	font-size: 18px;
	line-height: 28px;
	border: 1px solid var(--zrg-secondary-color-inverse);
	border-radius: 100px;
	padding: 15px 30px;
	width: 100%;
	color: var(--zrg-secondary-color-inverse);
}
.woocommerce form .form-row input.input-text:focus, .woocommerce form .form-row textarea:focus {
	border-color: var(--zrg-primary-color);
	background-color: var(--zrg-bg-tertiary-color);
}
.woocommerce form.checkout_coupon, .woocommerce form.login, .woocommerce form.register {
	padding: 0;
	border: 0;
	border-radius: 0;
	margin: 0;
}
.woocommerce form .form-row {
	margin-bottom: 30px;
	padding: 0;
}
.woocommerce #respond input#submit, .woocommerce a.button, .woocommerce button.button, .woocommerce input.button {
	background-color: var(--zrg-btn-bg) !important;
	color: var(--zrg-btn-color) !important;
	border-radius: var(--zrg-btn-br);
	padding: 16px 35px !important;
	font: var(--zrg-text2);
	-webkit-transition: .2s;
	-o-transition: .2s;
	transition: .2s;
	z-index: 1;
	overflow: hidden;
}
.woocommerce button.button.disabled {
	background-color: #989FA6 !important;
}
.woocommerce #review_form #respond p.form-submit:before, .woocommerce a.button:before, .woocommerce button.button:before, .woocommerce input.button:before {
	content: "";
	position: absolute;
	display: block;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	top: 0;
	left: 0;
	width: 0;
	height: 100%;
	background: var(--zrg-btn-bg-hover);
	-webkit-transition: all 0.3s cubic-bezier(0.42, 0, 0.58, 1);
	-o-transition: all 0.3s cubic-bezier(0.42, 0, 0.58, 1);
	transition: all 0.3s cubic-bezier(0.42, 0, 0.58, 1);
	z-index: -1;
}

.woocommerce #review_form #respond p.form-submit:hover:before, .woocommerce a.button:hover:before, .woocommerce button.button:hover:before, .woocommerce input.button:hover:before {
	width: 100% !important;
	height: 100% !important;
}
.woocommerce #respond input#submit:hover, .woocommerce a.button:hover, .woocommerce button.button:hover, .woocommerce input.button:hover {
	background-color: transparent !important;
	color: var(--zrg-btn-color-hover) !important;
}
.woocommerce form.checkout_coupon, .woocommerce form.login .button, .woocommerce form.register .button {
	margin: 0;
	float: none;
	width: 100%;
}
.woocommerce-cart table.cart td.actions .coupon .input-text, .woocommerce table .button {
	padding: 10px 22px !important;
}
.woocommerce .form-row label {
	margin-bottom: 10px;
	display: -webkit-box !important;
	display: -ms-flexbox !important;
	display: flex !important;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
}
.woocommerce-form__label.checkbox {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
}
.woocommerce input[type="checkbox"] {
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
	background-color: transparent;
	font: inherit;
	color: var(--zrg-secondary-color-inverse);
	width: 20px;
	min-width: 20px;
	height: 20px;
	border: 1px solid var(--zrg-border-color);
	border-radius: 2px;
	position: relative;
	margin-right: 15px;
	display: inline-block !important;
	padding: 0;
	vertical-align: top;
	margin-top: 0;
	border-radius: 0;
}
.woocommerce input[type="checkbox"]:before {
	content: "";
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background-image: url("data:image/svg+xml,%3Csvg width='13' height='11' viewBox='0 0 13 11' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M12.6192 2.99145L5.76118 9.84901C5.25333 10.357 4.42953 10.357 3.9212 9.84901L0.381029 6.30858C-0.12701 5.80064 -0.12701 4.97674 0.381029 4.4687C0.889164 3.96056 1.71291 3.96056 2.22082 4.46851L4.84146 7.08918L10.7791 1.15146C11.2873 0.64333 12.1111 0.643715 12.619 1.15146C13.127 1.6595 13.127 2.48312 12.6192 2.99145Z' fill='%23121D2C'/%3E%3C/svg%3E%0A");
	background-repeat: no-repeat no-repeat;
	background-position: center center;
	z-index: 2;
	background-color: var(--zrg-primary-color);
	opacity: 0;
	-webkit-transition: .2s;
	-o-transition: .2s;
	transition: .2s;
}
.woocommerce input[type="checkbox"]:checked:before {
	opacity: 1;
}
.woocommerce .woocommerce-checkout input[type="radio"] {
	width: 20px;
	height: 20px;
	border: 2px solid var(--zrg-secondary-color-inverse);
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
	border-radius: 40px;
	margin-top: 7px !important;
	vertical-align: top;
	position: relative;
}
.woocommerce input[type="radio"]:before {
	content: "";
	position: absolute;
	left: 0;
	right: 0;
	top: 0;
	bottom: 0;
	margin: auto;
	background: var(--zrg-primary-color);
	border-radius: 100px;
	width: 4px;
	height: 4px;
	opacity: 0;
	visibility: hidden;
	-webkit-transition: .2s;
	-o-transition: .2s;
	transition: .2s;
}
.woocommerce input[type="radio"]:checked:before {
	opacity: 1;
	width: 10px;
	height: 10px;
	visibility: visible;
}
.woocommerce p button {
	background: transparent;
	border: none;
	padding: 0;
	font: var(--zrg-text2);
	font-weight: normal;
	color: var(--zrg-primary-color);
	-webkit-transition: .2s;
	-o-transition: .2s;
	transition: .2s;
}
.woocommerce p button:hover {
	color: var(--zrg-btn-bg-hover);
}
.woocommerce p a, .woocommerce table a {
	color: var(--zrg-primary-color);
	-webkit-transition: .2s;
	-o-transition: .2s;
	transition: .2s;
}
.woocommerce p a:hover, .woocommerce table a:hover {
	color: var(--zrg-btn-bg-hover);
}
.woocommerce form .form-row textarea {
	width: 100%;
	height: 210px;
	line-height: 28px;
	border-radius: 20px;
}
.select2-container {
	border-radius: 90px;
	border: 1px solid #fff;
}
.select2-container .selection {
	width: 100%;
}
.select2-container .select2-selection--single {
	height: auto;
	padding: 15px 30px;
	background: transparent;
	border: none;
}
.select2-container--default .select2-selection--single .select2-selection__arrow {
	height: 70px;
	color: #fff;
	right: 15px;
}
.select2-container--default .select2-selection--single .select2-selection__arrow b {
	border-color: #fff transparent transparent transparent;
	border-width: 7px 5px 0 5px;
	margin-top: -5px;
}
.select2-container--default .select2-selection--single .select2-selection__rendered {
	line-height: 40px !important;
	color: #fff;
}
.select2-container .select2-dropdown {
	background-color: var(--zrg-bg-primary-color);
	border: 1px solid #fff;
}
.select2-container .select2-dropdown .select2-results__option.select2-results__option--highlighted,
.select2-container .select2-dropdown .select2-results__option[data-selected="true"] {
	background-color: var(--zrg-btn-bg);
	color: var(--zrg-btn-color);
}
.yith-wcwl-add-button>a i {
	margin: 0 !important;
}
@media only screen and (max-width: 992px) {
	.woocommerce .products.zrg-products-container .zrg-product-item {
		-webkit-box-flex: 0 !important;
		-ms-flex: 0 0 calc(50% - 15px) !important;
		flex: 0 0 calc(50% - 15px) !important;
	}
	.woocommerce .products.zrg-products-container.zrg-cols-1 .zrg-product-item {
		-webkit-box-flex: 0 !important;
		-ms-flex: 0 0 100% !important;
		flex: 0 0 100% !important;
	}
	.zrg-grid-list-toggle {
		display: none;
	}
	.zrg-woo-before-shop-loop .woocommerce-ordering {
		margin-right: 0;
	}
	.zrg-modal-content {
		padding: 20px 20px;
	}
	.zrg-modal-header {
		padding: 20px;
	}
	.woocommerce .zrg-products-container .zrg-product-item .zrg-btn-add-cart, .woocommerce .zrg-products-container .zrg-product-item .added_to_cart {
		position: relative;
		opacity: 1;
		visibility: visible;
		-webkit-box-ordinal-group: 7;
		-ms-flex-order: 6;
		order: 6;
		margin: 25px 0 0 0 !important;
	}
	.woocommerce .related .products.zrg-products-container .zrg-product-item {
		-webkit-box-flex: 0 !important;
		-ms-flex: none !important;
		flex: none !important;
	}
}
@media (max-width: 768px) {
	.woocommerce-error, .woocommerce-info, .woocommerce-message {
		margin-bottom: 50px;
	}
}
@media (max-width: 576px) {
	.woocommerce form .form-row-first, .woocommerce form .form-row-last, .woocommerce-page form .form-row-first, .woocommerce-page form .form-row-last {
		width: 100% !important;
	}
}
