/**
* Theme Name: Woncep Child
* Description: This is a child theme of Woncep, generated by Merlin WP.
* Author: <a href="https://pavothemes.com/">Pavothemes</a>
* Template: woncep
* Version: 1.6.3
*/
.entry-header .entry-title{
	display:none;
}
.woocommerce-Price-currencySymbol{
	font-family: sans-serif;
}
.header-group-action .count {
	background-color: #0C8743 !important;
}
.logo {
	position: relative;
	z-index:2 !important;
}
.logo:after {
	content: "";
	position: absolute;
	left: 50%;
	bottom: -24px;
	width: 145px;
	height: 135px;
	background: #fff;
	border-radius: 0 0 50% 50%;
	transform: translateX(-50%);
	z-index: -1;
	transition: all 0.4s ease-in-out;
}
header.elementor-sticky--effects .logo:after {
	content: "";
	left: 40%;
	bottom: -25px;
	width: 140%;
	height: 140%;
}
.reset_variations{
	display:none !important;
}
.woncep_widget_layered_nav ul.woocommerce-widget-layered-nav-list {
    row-gap: 10px;
}

.page-id-8368 #page .site-content {
    margin-bottom: 0;
}
.related.products .products {
	justify-content:center !important;
}
.related.products ul.products.columns-4 li.product {
    margin: 0 !important;
}
.wc-block-cart__main .wc-block-cart-items__header-image{
	    text-align: center !important;
    padding: 0 5px !important;
}
.wc-block-cart__main .wc-block-cart-item__image{
	padding:5px !important;
}
.wc-block-cart__submit-container a{
	background: #0F9347;
    color: #fff;
}
.wc-block-cart__submit-container a:hover{
	background:#000;
}
.woocommerce-thankyou-order-details{
	max-width:100% !important;
}
.woocommerce-thankyou-order-details strong{
	white-space:nowrap;
}
.woocommerce-customer-details .woocommerce-customer-details--phone{
	margin-bottom:0 !important;
}
.product-categories .current-cat a{
	color:#0F9347 !important;
}
.woosw-popup .woosw-popup-inner .woosw-popup-content {
    max-width: 600px !important;
}
@media only screen and (max-width: 1024px) {
	.logo {
		position:relative !important;
		top:unset !important;
/* 		top:-10px !important;
		left: 50% !important;
		transform: translateX(-50%); */
	}
	.logo img{
width:60px !important;
	}
	.logo:after {
		display:none;
/* 		bottom: -23px;
		width: 130px;
		height: 125px; */
	}
}
@media only screen and (max-width: 480px) {
	.elementor-widget-woncep-video-popup{
		top: 50% !important;
		transform: translateY(-50%);	
	}
	.home-product ul.products li.product .product-caption{
		border:none !important;
		padding-top:0 !important;
	}
	.home-product .product-block {
    border-bottom: 1px solid;
    padding-bottom: 15px;
    border-top-color: var(--accent);
}
	.home-product ul.products li:last-child .product-block{
		border:none;
		padding-bottom:0 !important;
	}
	.wp-block-heading{
		font-size:22px;
		line-height:1.2;
	}
}







.size-chart-btn {
    margin-top: 10px;
    padding: 10px 15px;
    background: #000;
    color: #fff;
    border: none;
    cursor: pointer;
}

.size-chart-modal {
    display: none;
    position: fixed;
    z-index: 9999;
    left: 0; top: 0;
    width: 100%; height: 100%;
    background: rgba(0,0,0,0.8);
}