/* 
 * Single Product CSS
 * */

.product-image .woocommerce-product-gallery .flex-viewport a img{
	aspect-ratio: 1 / 0.77;
	object-fit: cover;
}

.product-image span.onsale{
	top: 10px;
	left: 10px;
	font-size: 12px;
	line-height: normal;
	border-radius: 0px;
	min-height: 0px;
	min-width: 0px;
	background-color: var(--e-global-color-accent);
	color: var(--e-global-color-primary);
	padding: 8px 35px 8px 35px !important;
	clip-path: polygon(calc(0% + 20px) 0%, 100% 0%, calc(100% - 20px) 100%, 0% 100%);
}

.product-image .woocommerce-product-gallery ol{
	display: flex;
  	flex-wrap: wrap;
	align-items: center;
	justify-content: start;
	gap: 20px;
	margin-top: 30px !important;
}

.product-image .woocommerce-product-gallery ol li{
	width: calc(25% - 15px) !important;
}

.product-price p.price{
	margin-bottom: 0;
}

.product-price p.price{
	display: flex;
    flex-direction: row-reverse;
    justify-content: flex-end;
	gap: 10px;
}

.product-price p.price del[aria-hidden="true"]{
	text-decoration-line: none;
}

.product-price p.price del[aria-hidden="true"] span{
	font-size: 20px;
	font-weight: 400;
	text-decoration-line: line-through;
	text-transform: uppercase;
	color: #F4C60C;
}

.saving-amount{
	margin-top: 10px;
}

.saving-amount p{
	font-family: var(--e-global-typography-primary-font-family), Sans-serif;
    font-size: 16px;
    font-weight: var(--e-global-typography-primary-font-weight);
    text-transform: var(--e-global-typography-primary-text-transform);
    font-style: var(--e-global-typography-primary-font-style);
    line-height: var(--e-global-typography-primary-line-height);
	color: #66666680;
	margin-bottom: 0;
}

.product-specs-box{
	padding: 30px;
	margin: 0 0 10px;
	background-color: var(--e-global-color-primary);
}

.product-specs-table{
	margin-bottom: 0;
}

.product-specs-table th{
	text-align: left;
	font-family: var(--e-global-typography-secondary-font-family), Sans-serif;
    font-size: 20px;
    font-weight: var(--e-global-typography-secondary-font-weight);
    text-transform: var(--e-global-typography-secondary-text-transform);
    font-style: var(--e-global-typography-secondary-font-style);
    line-height: var(--e-global-typography-secondary-line-height);
	color: var(--white-color);
	border: none;
    padding: 0;
    vertical-align: middle;
	width: 66.667%;
}

.product-specs-table td{
	text-align: left;
	font-family: var(--e-global-typography-text-font-family), Sans-serif;
    font-size: 16px;
    font-weight: var(--e-global-typography-text-font-weight);
    text-transform: var(--e-global-typography-text-text-transform);
    font-style: var(--e-global-typography-text-font-style);
    line-height: var(--e-global-typography-text-line-height);
	color: var(--white-color);
	border: none;
    padding: 0;
    vertical-align: top;
	width: 33.33%;
}

.product-specs-table tr:not(:last-child) td,
.product-specs-table tr:not(:last-child) th{
	padding-bottom: 20px;
}

.product-specs-table tbody>tr:nth-child(odd)>td, 
.product-specs-table tbody>tr:nth-child(odd)>th,
.product-specs-table tbody tr:hover>td, 
.product-specs-table tbody tr:hover>th{
	background-color: transparent;
}

/**/
.related-product-grid .elementor-swiper-button{
	display: flex;
	align-items: center;
	justify-content: center;
	width: 40px;
	height: 40px;
}

.related-product-grid .elementor-swiper-button.elementor-swiper-button-prev{
	left: -100px !important;
}

.related-product-grid .elementor-swiper-button.elementor-swiper-button-next{
	right: -100px !important;
}

.related-product-loop{
	clip-path: polygon(60px 0%, 100% 0, 100% calc(100% - 60px), calc(100% - 60px) 100%, 0 100%, 0 60px);
}

.related-product-loop .related-product-img img{
	aspect-ratio: 1 / 0.75;
	object-fit: cover;
}

.related-product-loop .related-product-description{
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 2;
	overflow: hidden;
}

@media only screen and (max-width: 1512px) {
	
	.related-product-grid .elementor-loop-container{
		padding-bottom: 60px;
	}
	
	.related-product-grid .elementor-swiper-button{
		top: auto !important;
		bottom: 0 !important;
		transform: translate(0,0) !important;
	}
	
	.related-product-grid .elementor-swiper-button.elementor-swiper-button-prev{
		left: calc(50% - 45px) !important;
	}

	.related-product-grid .elementor-swiper-button.elementor-swiper-button-next{
		right: calc(50% - 45px) !important;
	}
	
}

@media only screen and (max-width: 1024px) {
	
	.product-image .woocommerce-product-gallery .flex-viewport a img{
		aspect-ratio: 1 / 0.75;
	}
	
}

@media only screen and (max-width: 767px) {
	
	.product-image .woocommerce-product-gallery{
		margin-bottom: 0 !important;
	}
	
	.product-specs-box{
		padding: 20px;
		margin: 10px 0;
	}
	
	.product-specs-table th{
		font-size: 16px;
	}
	
	.product-specs-table td{
		font-size: 14px;
	}
	
	.product-specs-table tr:not(:last-child) td,
	.product-specs-table tr:not(:last-child) th{
		padding-bottom: 10px;
	}
	
	.product-image .woocommerce-product-gallery .flex-viewport a img{
		aspect-ratio: 1 / 0.95;
	}
	
	.product-image .woocommerce-product-gallery ol li{
		width: calc(50% - 10px) !important;
	}
	
	.related-product-loop{
		clip-path: polygon(40px 0%, 100% 0, 100% calc(100% - 40px), calc(100% - 40px) 100%, 0 100%, 0 40px);
	}
	
	
	
}

/* 
 * Shop page CSS
 * */
.pro-cat-filter h5,
.pro-price-filter h5{
	font-family: var(--e-global-typography-secondary-font-family), Sans-serif;
    font-size: var(--e-global-typography-secondary-font-size);
    font-weight: var(--e-global-typography-secondary-font-weight);
    text-transform: var(--e-global-typography-secondary-text-transform);
    font-style: var(--e-global-typography-secondary-font-style);
    line-height: var(--e-global-typography-secondary-line-height);
	margin: 0 0 15px;
}

.pro-price-filter h5{
	margin: 0 0 20px;
}

.pro-price-filter form .ui-slider .ui-slider-range{
	background-color: var(--e-global-color-accent) !important;
}

.pro-price-filter form .ui-slider .ui-slider-handle{
	background-color: var(--e-global-color-primary) !important;
}

.pro-price-filter form .price_slider_amount{
	margin-top: 25px;
}

.pro-price-filter form .price_slider_amount button[type="submit"]{
	background-color: var(--e-global-color-accent);
	color: var(--e-global-color-primary);
    font-family: var(--e-global-typography-accent-font-family), Sans-serif;
    font-size: 14px !important;
    font-weight: var(--e-global-typography-accent-font-weight);
    text-transform: var(--e-global-typography-accent-text-transform);
    font-style: var(--e-global-typography-accent-font-style);
    line-height: var(--e-global-typography-accent-line-height);
    border-radius: 0;
	padding: 6px 25px;
	clip-path: polygon(calc(0% + 15px) 0%, 100% 0%, calc(100% - 15px) 100%, 0% 100%);
	transition: all 0.3s ease-in-out;
}

.pro-price-filter form .price_slider_amount button[type="submit"]:hover{
	background-color: var(--e-global-color-primary);
	color: var(--e-global-color-accent);
}

.pro-price-filter form .price_slider_amount .price_label{
	color: var(--e-global-color-text);
	font-family: var(--e-global-typography-secondary-font-family), Sans-serif;
    font-size: 16px;
    font-weight: var(--e-global-typography-secondary-font-weight);
    text-transform: var(--e-global-typography-secondary-text-transform);
}

.pro-cat-filter ul{
	list-style: none;
	padding: 0;
	margin: 0;
}

.pro-cat-filter ul ul{
	padding-left: 25px;
}

.pro-cat-filter .product-categories li{
	color: var(--e-global-color-text);
	font-family: var(--e-global-typography-secondary-font-family), Sans-serif;
    font-size: 18px;
    font-weight: 500;
    text-transform: uppercase;
    line-height: 1.4em;
	padding: 10px 0;
	border-bottom: 1px solid rgb(from var(--e-global-color-text) r g b / 14%);
}

.pro-cat-filter .product-categories li.cat-parent ul li:last-child{
	border-bottom: none;
	padding-bottom: 0;
}

.pro-cat-filter .product-categories li.current-cat > a{
	background-image: url("../images/icon-filter-check.svg");
	background-repeat: no-repeat;
	background-position: top 3px left;
	background-size: 20px auto;
	padding-left: 30px;
}

.pro-cat-filter .product-categories li a{
	display: inline-block;
	color: inherit;
	padding-right: 30px;
}

.pro-cat-filter .product-categories li span.count{
	float: right;
}

/* New Filter CSS Statr */

.pro-cat-filter .elementor-shortcode{
	margin-top: 40px;
}

.pro-cat-filter .berocket_single_filter_widget .bapf_sfilter{
	margin-bottom: 40px;
}

.pro-cat-filter .berocket_single_filter_widget .bapf_sfilter .bapf_head h3{
	font-family: var(--e-global-typography-primary-font-family), Sans-serif;
	font-size: 22px;
	font-weight: var( --e-global-typography-43451a1-font-weight );
	text-transform: var(--e-global-typography-primary-text-transform);
	font-style: var(--e-global-typography-primary-font-style);
	line-height: var(--e-global-typography-primary-line-height);
	color: var(--e-global-color-primary);
	border-bottom: 1px solid rgb(from var(--e-global-color-text) r g b / 14%);
	padding-bottom: 20px;
	margin: 0 0 20px;
}

.pro-cat-filter .berocket_single_filter_widget .bapf_sfilter .bapf_body ul ul,
.pro-cat-filter .berocket_single_filter_widget .bapf_sfilter .bapf_body ul ul ul{
	margin: 15px;
}

.pro-cat-filter .berocket_single_filter_widget .bapf_sfilter .bapf_body ul li{
	font-family: var(--e-global-typography-primary-font-family), Sans-serif;
	font-size: 20px;
	font-weight: 500;
	text-transform: var(--e-global-typography-primary-text-transform);
	font-style: var(--e-global-typography-primary-font-style);
	line-height: var(--e-global-typography-primary-line-height);
	color: var(--e-global-color-primary);
}

.pro-cat-filter .berocket_single_filter_widget .bapf_sfilter .bapf_body > ul > li:has(ul){
	font-weight: 600;
}

.pro-cat-filter .berocket_single_filter_widget .bapf_sfilter .bapf_body ul li:not(:last-child){
	margin-bottom: 10px !important
}

.pro-cat-filter .berocket_single_filter_widget .bapf_sfilter .bapf_body ul > li ul li{
	font-size: 18px;
}

.pro-cat-filter .berocket_single_filter_widget .bapf_sfilter .bapf_body ul li input[type="checkbox"]{
	border: 1px solid rgb(from var(--e-global-color-text) r g b / 14%);
	margin-right: 10px;
	transition: all 0.3s ease-in-out;
	padding: 0;
}

.pro-cat-filter .berocket_single_filter_widget .bapf_sfilter .bapf_body ul > li ul li input[type="checkbox"]{
	width: 18px;
	height: 18px;
}

.pro-cat-filter .berocket_single_filter_widget .bapf_sfilter .bapf_body ul li input[type="checkbox"]:checked{
	background: var(--e-global-color-accent);
	border-color: var(--e-global-color-accent);
}

.pro-cat-filter .berocket_single_filter_widget .bapf_sfilter .bapf_body ul li input[type="checkbox"]:checked:after{
	top: 2px;
	left: 6px;
	width: 6px;
    height: 10px;
}

.pro-cat-filter .berocket_single_filter_widget .bapf_sfilter .bapf_body ul > li ul li input[type="checkbox"]:checked:after{
	left: 5.5px;
    width: 5px;
    height: 9px;
}

.pro-cat-filter .berocket_single_filter_widget .bapf_button_light{
	margin-bottom: 0;
}

.pro-cat-filter .berocket_single_filter_widget .bapf_button_light button{
	background-color: var(--e-global-color-accent);
	font-family: var(--e-global-typography-accent-font-family), Sans-serif;
	font-size: var(--e-global-typography-accent-font-size);
	font-weight: var(--e-global-typography-accent-font-weight);
	text-transform: var(--e-global-typography-accent-text-transform);
	font-style: var(--e-global-typography-accent-font-style);
	line-height: var(--e-global-typography-accent-line-height);
	clip-path: polygon(calc(0% + 22px) 0%, 100% 0%, calc(100% - 22px) 100%, 0% 100%);
	transition: all 0.3s ease-in-out;
	border: none;
	border-radius: 0;
	padding: 14px 35px;
	color: var(--e-global-color-primary);
}

.pro-cat-filter .berocket_single_filter_widget .bapf_button_light button:hover,
.pro-cat-filter .berocket_single_filter_widget .bapf_button_light button:focus{
	background-color: var(--e-global-color-primary);
	color: var(--e-global-color-accent);
}

/* New Filter CSS End */

.shop-loop-item .shop-product-img{
	clip-path: polygon(30px 0%, 100% 0, 100% calc(100% - 30px), calc(100% - 30px) 100%, 0 100%, 0 30px);
}

.shop-loop-item .shop-product-img img{
	aspect-ratio: 1 / 0.8;
	object-fit: contain;
}

.shop-loop-item .shop-product-stock{
	display:flex;
}

.shop-loop-item .shop-product-stock p{
	margin: 0;
}

.shop-loop-item .shop-product-description {
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 2;
	overflow: hidden;
}

.shop-product-grid .elementor-pagination{
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
	row-gap: 10px;
}

.shop-product-grid .elementor-pagination .page-numbers.prev,
.shop-product-grid .elementor-pagination .page-numbers.next{
	text-indent: -9999px;
}

.shop-product-grid .elementor-pagination .page-numbers{
	display: inline-flex;
	align-items: center;
	justify-content: center;
	width: 40px;
	height: 40px;
	border-radius: 0;
	color: var(--e-global-color-primary);
	background-color: var(--e-global-color-secondary);
	transition: all 0.3s ease-in-out;
}

.shop-product-grid .elementor-pagination .page-numbers:hover,
.shop-product-grid .elementor-pagination .page-numbers:focus,
.shop-product-grid .elementor-pagination .page-numbers.current{
	background-color: var( --e-global-color-accent );
	color: var(--e-global-color-primary) !important;
}

.shop-product-grid .elementor-pagination .page-numbers.prev{
	background-image: url("../images/arrow-prev.svg");
	background-repeat: no-repeat;
	background-position: center center;
	background-size: 18px auto;
}

.shop-product-grid .elementor-pagination .page-numbers.next{
	background-image: url("../images/arrow-next.svg");
	background-repeat: no-repeat;
	background-position: center center;
	background-size: 20px auto;
}

.shop-product-grid .elementor-pagination span.page-numbers.prev,
.shop-product-grid .elementor-pagination span.page-numbers.next{
	display: none;
}

.shop-product-grid .elementor-pagination .page-numbers:focus{
	color: var(--e-global-color-secondary) !important;
}

@media only screen and (max-width: 1024px) {
	
	/* New Filter CSS Statr */

	.pro-cat-filter .elementor-shortcode{
		margin-top: 30px;
	}

	.pro-cat-filter .berocket_single_filter_widget .bapf_sfilter{
		margin-bottom: 30px;
	}

	.pro-cat-filter .berocket_single_filter_widget .bapf_sfilter .bapf_head h3{
		font-size: 20px;		
		padding-bottom: 15px;
		margin: 0 0 15px;
	}

	.pro-cat-filter .berocket_single_filter_widget .bapf_sfilter .bapf_body ul ul,
	.pro-cat-filter .berocket_single_filter_widget .bapf_sfilter .bapf_body ul ul ul{
		margin: 10px;
	}

	.pro-cat-filter .berocket_single_filter_widget .bapf_sfilter .bapf_body ul li{
		font-size: 18px;
	}

	.pro-cat-filter .berocket_single_filter_widget .bapf_sfilter .bapf_body ul li:not(:last-child){
		margin-bottom: 8px !important
	}

	.pro-cat-filter .berocket_single_filter_widget .bapf_sfilter .bapf_body ul li input[type="checkbox"]{		
		margin-right: 8px;
	}

	.pro-cat-filter .berocket_single_filter_widget .bapf_button_light{
		margin-bottom: 0;
	}

	/* New Filter CSS End */
	
	
}

@media only screen and (max-width: 767px) {
	
	/* New Filter CSS Statr */

	.pro-cat-filter .elementor-shortcode{
		margin-top: 10px;
	}

	.pro-cat-filter .berocket_single_filter_widget .bapf_sfilter .bapf_head h3{
		font-size: 18px;		
		padding-bottom: 15px;
		margin: 0 0 15px;
	}

	.pro-cat-filter .berocket_single_filter_widget .bapf_sfilter .bapf_body ul ul,
	.pro-cat-filter .berocket_single_filter_widget .bapf_sfilter .bapf_body ul ul ul{
		margin: 8px;
	}

	.pro-cat-filter .berocket_single_filter_widget .bapf_sfilter .bapf_body ul li{
		font-size: 16px;
	}
	
	.pro-cat-filter .berocket_single_filter_widget .bapf_sfilter .bapf_body ul > li ul li{
		font-size: 14px;
	}

	.pro-cat-filter .berocket_single_filter_widget .bapf_sfilter .bapf_body ul li:not(:last-child){
		margin-bottom: 5px !important
	}
	
	.pro-cat-filter .berocket_single_filter_widget .bapf_sfilter .bapf_body ul li input[type="checkbox"]{
		width: 18px;
		height: 18px;
	}
	
	.pro-cat-filter .berocket_single_filter_widget .bapf_sfilter .bapf_body ul > li ul li input[type="checkbox"]{
		width: 16px;
		height: 16px;
	}

	.pro-cat-filter .berocket_single_filter_widget .bapf_sfilter .bapf_body ul li input[type="checkbox"]{		
		margin-right: 6px;
	}

	.pro-cat-filter .berocket_single_filter_widget .bapf_sfilter .bapf_body ul li input[type="checkbox"]:checked:after{
		top: 1.5px;
        left: 5.5px;
        width: 5px;
        height: 10px;
	}
	
	.pro-cat-filter .berocket_single_filter_widget .bapf_sfilter .bapf_body ul > li ul li input[type="checkbox"]:checked:after{
		top: 1px;
		left: 4.5px;
		width: 5px;
		height: 9px;
	}

	.pro-cat-filter .berocket_single_filter_widget .bapf_button_light button{
		clip-path: polygon(calc(0% + 20px) 0%, 100% 0%, calc(100% - 20px) 100%, 0% 100%);
		padding: 11px 26px;
	}

	/* New Filter CSS End */
	
	.shop-loop-item .shop-product-img img{
		aspect-ratio: 1 / 0.8;
	}
	
	.shop-product-grid .elementor-pagination .page-numbers{
		width: 35px;
   		height: 35px;
	}
	
	.shop-product-grid .elementor-pagination .page-numbers.next{
		background-size: 16px auto;
	}
	
}

