/******* Do not edit this file *******
Simple Custom CSS and JS - by Silkypress.com
Saved: Feb 28 2025 | 02:50:33 */
@import url('https://fonts.cdnfonts.com/css/georgia-pro-cond');
.products-thumbnails-slider.swiper-vertical > .swiper-wrapper {
	flex-direction: column;
}
.lightbox-products-thumbnails-slider-wrapper .swiper-wrapper {
	flex-direction: column;
}
.lightbox-products-thumbnails-slider-wrapper .wp-image-slider {
	border: 1px solid #ddd;
}

body .shop-wrapper .inner-wrapper .woocommerce-breadcrumb {
	display: block;
}
body .shop-wrapper .inner-wrapper .woocommerce-breadcrumb, body .shop-wrapper .inner-wrapper .woocommerce-breadcrumb a {
	font-family: var(--hfont) !important;
	font-size: 18px !important;
	color: #000;
}

 .other_sec .related_product h3.related-title {
	border-top: 0;
}
.other_sec .review_inner h3 {
	border-top: 1px solid #333;
	padding-top: 2em;
	padding-bottom: 10px;
}
.woo-variation-swatches.wvs-show-label .variations .default-var td label[for="pa_size"]::after {
	content: ":";
	padding-left: 2px;
	font-weight: bold;
}
body .singleProduct form.cart .woocommerce-variation-price, .single-product__detail .simple-price {
	font-size: 32px;
	font-family: 'Georgia', sans-serif;
}
.single-product__detail .simple-price {
	margin-top: 20px;
	border-bottom: 1px solid #ddd;
	padding-bottom: 20px;
	margin-bottom: 20px;
}
.single-product__detail .cus-add-cart-div.cus-selectsoap .select-wrapper, .single-product__detail .cus-add-cart-div.cus-selectsoap select {
	display: block !important;
	width: 100%;
}
.single-product__detail .cus-add-cart-div.cus-selectsoap .select-wrapper::after {
	top: 50%;
	transform: translate(0, -50%);
}
.single-product__detail .cus-add-cart-div.cus-selectsoap select {
	border-radius: 50px !important;
	position: relative;
}
.single-product__detail .cus-add-cart-div.cus-selectsoap form.cart > div table .value.woo-variation-items-wrapper .variable-items-wrapper {
	display: none !important;
}
.cus-selectsoap .variations tbody {
	display: flex !important;
	margin-left: -15px;
	margin-right: -15px;
	flex-wrap: wrap;
}
.cus-selectsoap .variations tbody .default-var {
	min-width: 50%;
	padding-left: 15px;
	padding-right: 15px;
	margin-bottom: 15px;
}
.woo-variation-swatches.wvs-show-label .cus-selectsoap .variations .default-var td label {
	display: block !important;
}
html body form.cart ul.variable-items-wrapper li.variable-item.selected {
	border-color: var(--themecolor) !important;
	background-color: #e8f9ea !important;
}
.alert.alert-success {
    background: green;
    margin-bottom: 10px;
    color: #fff;
    padding: 10px;
    border-radius: 6px;
}
.alert.alert-danger {
    background: red;
    margin-bottom: 10px;
    color: #fff;
    padding: 10px;
    border-radius: 6px;
}
label.error {
    color: red;
}
.add-whishlist__icons {
	cursor: pointer;
	position: absolute;
	left: 0;
	top: 0;
	background-color: rgba(255,255,255,.5);
	border-radius: 50%;
	width: 36px;
	height: 36px;
	display: flex;
	justify-content: center;
	align-items: center;
}
.add-whishlist__icons .heart-icon__border {
	color: var(--themecolor);
	font-size: 24px;
}
.add-whishlist__icons .heart-icon__fill {
	color: var(--themecolor);
	font-size: 24px;
	display: none;
}
.add-whishlist__icons.whishlist-added .heart-icon__fill{
	display: block;
}
.add-whishlist__icons.whishlist-added .heart-icon__border{
	display: none;
}
.single-product__detail .add-whishlist__icons {
	left: auto;
	right: 0;
	z-index: 9999;
	position: relative;
	margin-left: 5px;
	min-width: 36px;
}
/*.woo-variation-items-wrapper > ul > li  span.variable-item-span.variable-item-span-button {
    width: 110px;
}*/
body .singleProduct form.cart .single_add_to_cart_button.button {
	border-radius: 20px !important;
	width: auto;
	white-space: nowrap;
}

.single-product__detail #simple-product-cart-div.cus-add-cart-div form.cart > div {
	width: auto;
	margin-right: 15px;
}
#simple-product-cart-div .current_price {
	display: inline-block;
}
.cus-heading-h2 .elementor-heading-title {
	font-size: 48px !important;
	line-height: 1.1 !important;
}
.wholesale-big__text a {
	text-decoration: underline;
}
.ta-radio__single {
	margin-top: 15px;
}
.ta-radio [type="radio"]:checked,
.ta-radio [type="radio"]:not(:checked) {
    position: absolute;
    left: -9999px;
}
.ta-radio [type="radio"]:checked + label,
.ta-radio [type="radio"]:not(:checked) + label
{
    position: relative;
    padding-left: 28px;
    cursor: pointer;
    line-height: 20px;
    display: inline-block;
    color: #000;
}
.ta-radio [type="radio"]:checked + label:before,
.ta-radio [type="radio"]:not(:checked) + label:before {
    content: '';
    position: absolute;
    left: 0;
    top: 0;
    width: 20px;
    height: 20px;
    border: 1px solid #000;
    border-radius: 100%;
    background: transparent;
}
.ta-radio [type="radio"]:checked + label:after,
.ta-radio [type="radio"]:not(:checked) + label:after {
    content: '';
    width: 12px;
    height: 12px;
    background: #000;
    position: absolute;
    top: 4px;
    left: 4px;
    border-radius: 100%;
    -webkit-transition: all 0.2s ease;
    transition: all 0.2s ease;
}
.ta-radio [type="radio"]:not(:checked) + label:after {
    opacity: 0;
    -webkit-transform: scale(0);
    transform: scale(0);
}
.ta-radio [type="radio"]:checked + label:after {
    opacity: 1;
    -webkit-transform: scale(1);
    transform: scale(1);
}
.cusform .ta-radio a {
	text-decoration: underline;
}
/*.whlolesale-img-full .attachment-full.size-full {
	height: 100% !important;
}*/
.faq-title-big .elementor-heading-title {
	font-size: 52px !important;
}
.faq-description-top .elementor-widget-container {
	font-size: 30px;
}
.elementor-element.about-clay-images {
	height: 100%;
}
.elementor-element.about-clay-images .elementor-widget-container {
	height: 100%;
}
.about-clay-images .elementor-widget-container img {
	height: 100% !important;
}
.clay-type-col .elementor-widget-container img {
	max-width: 100%;
	min-width: 160px;
	width: 160px;
}
.clay-type-col .elementor-heading-title {
	min-height: 60px;
}
.clay-type-col .elementor-widget.elementor-widget-heading {
	margin-bottom: 10px;
}
.track-order__form .form-group {
	margin-bottom: 25px;
}
.track-order__form .button {
	display: block;
	width: 100%;
}
.track-order__info__single {
	display: flex;
}
.track-order__info__single {
	display: flex;
	padding: 15px 15px;
	background-color: #fff;
	color: #333333;
	border-bottom: 1px solid #d4d4d4;
}
.track-order__info__single.track-order__info-head {
	background-color: #74BB7D;
	color: #fff;
}
.track-order__info__single.track-order__info-head .track-order__info__single-title{
	color: #fff;
}
.track-order__info__single-title {
	min-width: 110px;
	font-weight: 600;
	color: #333;
	margin-right: 10px;
}
.track-order__info-order-id {
	font-weight: bold;
	font-size: 18px;
}
.track-order__form .track-loader {
	width: 22px;
	margin-left: 10px;
	display: none;
}
.track-no-order {
	padding: 10px 15px;
	text-align: center;
	border: 1px solid red;
	color: red;
	text-transform: uppercase;
	font-weight: normal !important;
}
.no_review {
	display: none;
}
.select_color .label {
	font-family: Helvetica;
}
.single-product__detail .cus-add-cart-div > .price h5 {
	color: #fff;
}

.single-product__detail .select-wrapper {
	display: none;
}
body.woo-variation-swatches .singleProduct.single-product__detail form.cart .variable-items-wrapper {
	display: block !important;
	width: 100%;
}
.singleProduct .cusrow .col6 {
	position: relative;
	z-index: 9;
}
.color_varible li a{
	position: relative;
}
.select_color .color_varible li a .cus-tooltip {
	background-color: #333;
	color: #fff;
	padding: 6px 10px;
	border-radius: 6px;
	width: 110px;
	text-align: center;
	position: absolute;
	z-index: 2;
	top: -28px;
	left: -43px;
	margin: 0;
	display: none;
	
}
.select_color .color_varible li a:hover .cus-tooltip{
	display: block;
}
.select_color .color_varible li a .cus-tooltip::after {
	content: "";
	position: absolute;
	width: 0;
	height: 0;
	border-left: 10px solid transparent;
	border-right: 10px solid transparent;
	border-top: 10px solid #333;
	top: 99%;
	left: 50%;
	transform: translate(-50%, 0);
}
.woo-variation-swatches.wvs-show-label .variations .default-var td label {
	display: inline-block;
	font-family: Helvetica;
}
.woo-variation-swatches.wvs-show-label .variations .default-var td .woo-selected-variation-item-name {
	display: none  !important;
	font-family: Helvetica;
}

.single-product__detail .select_color {
	margin-bottom: 20px;
	border-top: 1px solid #ddd;
	padding-top: 15px;
}
.single-product__detail .cus-add-cart-div {
	width: 100%;
}
.single-product__detail .cus-add-cart-div form.cart > div, .single-product__detail .cus-add-cart-div form.cart > div table {
	width: 100%;
}
.single-product__detail .cus-add-cart-div form.cart > div table {
	border-top: 1px solid #ddd;
	padding-top: 15px;
}
.singleProduct form.cart .single_variation_wrap {
	padding: 20px 0 0 0;
}
html body .single-product__detail .cus-add-cart-div form.cart > div table .value.woo-variation-items-wrapper select#pa_size {
	display: none !important;
	width: 33.33%;
	min-width: 200px !important;
}
.single-product__detail .cus-add-cart-div form.cart > div table .value.woo-variation-items-wrapper {
	display: flex;
}
.single-product__detail .cus-add-cart-div form.cart > div table .value.woo-variation-items-wrapper .variable-items-wrapper {
	margin-left: 10px;
	display: flex !important;
}
.single-product__detail .cus-add-cart-div form.cart > div table .value.woo-variation-items-wrapper .variable-items-wrapper .variable-item.button-variable-item {
	min-width: 200px;
	width: 200px !important;
}
.single-product__detail .cus-add-cart-div form.cart > div table .value.woo-variation-items-wrapper .variable-items-wrapper .variable-item.button-variable-item:before, .single-product__detail .cus-add-cart-div form.cart > div table .value.woo-variation-items-wrapper .variable-items-wrapper .variable-item.button-variable-item:after {
	display: none !important;
}
/*.woo-variation-items-wrapper > ul > li span.variable-item-span.variable-item-span-button {
	width: 50% !important;
}*/
.woo-variation-items-wrapper > ul > li span.variable-item-span.variable-item-span-button .my-cus-varition-subtitle {
	display: block;
}
.product_item_cat-list .cart .quantity {
	display: none;
}
.product_item_cat-list .default-var .label {
	display: none !important;
}
@media(max-width:1024px){
	.whlolesale-img-full .attachment-full.size-full {
		height: auto !important;
		aspect-ratio: 16/9;
	}
	.elementor-7025 .elementor-element.elementor-element-30bddff > .elementor-widget-container {
		margin: 0;
	}
	.break-1024 .elementor-column.elementor-col-50 {
		width: 100%;
	}
	.elementor-7025 .elementor-element.elementor-element-dac89b4 > .elementor-element-populated {
		padding: 40px 20px 40px 20px;
	}
	.faq-title-big .elementor-heading-title {
		font-size: 46px !important;
	}
}
@media(max-width:767px){
	.cus-heading-h2 .elementor-heading-title {
	font-size: 38px !important;
	}
	.wholesale-big__text .elementor-widget-container {
		font-size: 28px;
	}
	.faq-title-big .elementor-heading-title {
		font-size: 38px !important;
	}
	.faq-description-top .elementor-widget-container {
		font-size: 26px;
	}
	.clay-type-col .elementor-heading-title {
		min-height: inherit;
	}
}
@media(max-width:575px){
	.cus-heading-h2 .elementor-heading-title {
		font-size: 32px !important;
	}
	.wholesale-big__text .elementor-widget-container {
		font-size: 24px;
	}
	.cusform .cusrow .col6 {
		flex: 0 0 100%;
		max-width: 100%;
	}
	.faq-title-big .elementor-heading-title {
		font-size: 32px !important;
	}
	.faq-description-top .elementor-widget-container {
		font-size: 22px;
	}

}
