@font-face {
	font-weight: normal;
	font-style: normal;
	font-family: "woodmart-font";
	src: url("//vapzone.ae/wp-content/themes/woodmart/fonts/woodmart-font-1-400.woff2?v=8.4.1") format("woff2");
}

@font-face {
	font-family: "star";
	font-weight: 400;
	font-style: normal;
	src: url("//vapzone.ae/wp-content/plugins/woocommerce/assets/fonts/star.eot?#iefix") format("embedded-opentype"), url("//vapzone.ae/wp-content/plugins/woocommerce/assets/fonts/star.woff") format("woff"), url("//vapzone.ae/wp-content/plugins/woocommerce/assets/fonts/star.ttf") format("truetype"), url("//vapzone.ae/wp-content/plugins/woocommerce/assets/fonts/star.svg#star") format("svg");
}

@font-face {
	font-family: "WooCommerce";
	font-weight: 400;
	font-style: normal;
	src: url("//vapzone.ae/wp-content/plugins/woocommerce/assets/fonts/WooCommerce.eot?#iefix") format("embedded-opentype"), url("//vapzone.ae/wp-content/plugins/woocommerce/assets/fonts/WooCommerce.woff") format("woff"), url("//vapzone.ae/wp-content/plugins/woocommerce/assets/fonts/WooCommerce.ttf") format("truetype"), url("//vapzone.ae/wp-content/plugins/woocommerce/assets/fonts/WooCommerce.svg#WooCommerce") format("svg");
}

:root {
	--wd-text-font: "Cabin", Arial, Helvetica, sans-serif;
	--wd-text-font-weight: 400;
	--wd-text-color: rgb(0,0,0);
	--wd-text-font-size: 14px;
	--wd-title-font: "Cabin", Arial, Helvetica, sans-serif;
	--wd-title-font-weight: 700;
	--wd-title-color: #242424;
	--wd-entities-title-font: "Cabin", Arial, Helvetica, sans-serif;
	--wd-entities-title-font-weight: 500;
	--wd-entities-title-color: #333333;
	--wd-entities-title-color-hover: rgb(51 51 51 / 65%);
	--wd-alternative-font: "Lato", Arial, Helvetica, sans-serif;
	--wd-widget-title-font: "Cabin", Arial, Helvetica, sans-serif;
	--wd-widget-title-font-weight: 600;
	--wd-widget-title-transform: uppercase;
	--wd-widget-title-color: #333;
	--wd-widget-title-font-size: 16px;
	--wd-header-el-font: "Lato", Arial, Helvetica, sans-serif;
	--wd-header-el-font-weight: 900;
	--wd-header-el-transform: capitalize;
	--wd-header-el-font-size: 17px;
	--wd-otl-style: dotted;
	--wd-otl-width: 2px;
	--wd-primary-color: rgb(221,51,51);
	--wd-alternative-color: rgb(221,51,51);
	--btn-default-bgcolor: #f7f7f7;
	--btn-default-bgcolor-hover: #efefef;
	--btn-accented-bgcolor: rgb(221,51,51);
	--btn-accented-bgcolor-hover: #c94b4b;
	--wd-form-brd-width: 2px;
	--notices-success-bg: #459647;
	--notices-success-color: #fff;
	--notices-warning-bg: #E0B252;
	--notices-warning-color: #fff;
	--wd-link-color: #333333;
	--wd-link-color-hover: #242424;
}
.wd-age-verify-wrap {
	--wd-popup-width: 500px;
}
.wd-popup.wd-promo-popup {
	background-color: #111111;
	background-image: none;
	background-repeat: no-repeat;
	background-size: contain;
	background-position: left center;
}
.wd-promo-popup-wrap {
	--wd-popup-width: 800px;
}
:is(.woodmart-woocommerce-layered-nav, .wd-product-category-filter) .wd-scroll-content {
	max-height: 280px;
}
.wd-page-title .wd-page-title-bg img {
	object-fit: cover;
	object-position: center center;
}
.wd-footer {
	background-color: #000000;
	background-image: none;
}
html .product.wd-cat .wd-entities-title, html .product.wd-cat.cat-design-replace-title .wd-entities-title, html .wd-masonry-first .wd-cat:first-child .wd-entities-title {
	font-size: 17px;
}
.mfp-wrap.wd-popup-quick-view-wrap {
	--wd-popup-width: 920px;
}
:root{
--wd-container-w: 1222px;
--wd-form-brd-radius: 35px;
--btn-default-color: #333;
--btn-default-color-hover: #333;
--btn-accented-color: #fff;
--btn-accented-color-hover: #fff;
--btn-default-brd-radius: 0px;
--btn-default-box-shadow: none;
--btn-default-box-shadow-hover: none;
--btn-default-box-shadow-active: none;
--btn-default-bottom: 0px;
--btn-accented-brd-radius: 0px;
--btn-accented-box-shadow: none;
--btn-accented-box-shadow-hover: none;
--btn-accented-box-shadow-active: none;
--btn-accented-bottom: 0px;
--wd-brd-radius: 0px;
}

@media (min-width: 1222px) {
section.elementor-section.wd-section-stretch > .elementor-container {
margin-left: auto;
margin-right: auto;
}
}


.wd-page-title {
background-color: #0a0a0a;
}

/* 1. Black Title Area par se shadow aur border khatam karna */
.wd-page-title,
.wd-page-title-bg {
    box-shadow: none !important;
    background-color: black; 
}

/* 2. Sirf Neeche wale Products Container par shadow lagana */
body.post-type-archive-product .main-page-wrapper .container,
body.tax-product_cat .main-page-wrapper .container {
    box-shadow: 0 0 25px rgba(4, 4, 0, 0.15);
    padding: 30px;
    border-radius: 12px;
    margin-top: 30px;
    margin-bottom: 30px; 
}

/* 3. Single Product page - sirf Main Product aur Tabs */
.single-product-page > .container,
.single-product-page .product-tabs-inner.container {
    box-shadow: 0 0 15px rgba(4, 4, 7, 0.15) !important;
    padding: 10px;
}







.wd-page-title-bg.wd-fill {
    min-height: 100px !important;
    height: 100px !important;
}
.wd-page-title {
    min-height: 100px !important;
    padding: 20px 0 !important;
}
















/* Page width kam karo */
.woocommerce div.product,
.woocommerce-page div.product,
.wd-content-area,
.site-content .container {
    max-width: 1130px !important;
    margin: 0 auto !important;
}

/* Product details ke baad wali line hatao */
.woocommerce div.product .woocommerce-tabs::before,
.woocommerce div.product .woocommerce-tabs::after,
.wd-sep,
.woodmart-separator {
    display: none !important;
}

/* Description section width */
.woocommerce-tabs,
.woocommerce div.product .woocommerce-tabs .woocommerce-Tabs-panel {
    max-width: 1130px !important;
    margin: 0 auto !important;
}

/* Related products width */
.related.products,
.upsells.products {
    max-width: 1130px !important;
    margin: 0 auto !important;
}




.wd-nav > li > a {
    padding-top:4px !important;
    padding-bottom: 0 !important;
    min-height: auto !important;
}









/* Products grid - sirf category page par */
body.tax-product_cat .wd-products,
body.post-type-archive-product .wd-products {
    box-shadow: 0 0 25px rgba(0, 0, 0, 0.12) !important;
    border-radius: 12px !important;
    padding: 20px !important;
    margin-bottom: 40px !important;
    background: #fff !important;
}

/* Description - sirf category page par */
body.tax-product_cat .term-description,
body.post-type-archive-product .term-description {
    box-shadow: 0 0 25px rgba(0, 0, 0, 0.12) !important;
    border-radius: 12px !important;
    padding: 25px 30px !important;
    margin-top: 10px !important;
    background: #fff !important;
}

/* Container shadow hatao */
body.post-type-archive-product .main-page-wrapper .container,
body.tax-product_cat .main-page-wrapper .container {
    box-shadow: none !important;
    padding: 30px;
    border-radius: 0;
    margin-top: 30px;
    margin-bottom: 30px;
}





.whb-header-bottom,
.whb-header-bottom.whb-color-dark,
.whb-row.whb-header-bottom {
    background-color: #1c96c5 !important;
    background: #1c96c5 !important;
}








/* Blog masonry ko grid mein convert karo */
.wd-posts.wd-blog-holder {
    display: grid !important;
    grid-template-columns: repeat(3, 1fr) !important;
    align-items: stretch !important;
}

/* Har card equal height */
.wd-post.wd-col {
    height: auto !important;
    display: flex !important;
    flex-direction: column !important;
}

.wd-post-inner.article-inner {
    display: flex !important;
    flex-direction: column !important;
    height: 100% !important;
}

/* Image height fix */
.wd-post-img.post-img-wrapp img {
    height: 200px !important;
    object-fit: cover !important;
    width: 100% !important;
}

/* Content flex grow */
.wd-post-content.article-body-container {
    flex: 1 !important;
    display: flex !important;
    flex-direction: column !important;
}





/* Grid equal height rows */
.wd-products.wd-grid-g {
    display: grid !important;
    grid-template-columns: repeat(4, 1fr) !important;
    align-items: stretch !important;
}

/* Mobile pe 2 columns */
@media (max-width: 768px) {
    .wd-products.wd-grid-g {
        grid-template-columns: repeat(2, 1fr) !important;
    }
}

/* Har card full height */
.wd-products.wd-grid-g .wd-product.wd-col {
    display: flex !important;
    flex-direction: column !important;
    height: 100% !important;
}

.wd-products.wd-grid-g .wd-product-wrapper.product-wrapper {
    display: flex !important;
    flex-direction: column !important;
    flex: 1 !important;
    height: 100% !important;
}

/* Image fixed height */
.wd-products.wd-grid-g .wd-product-thumb {
    flex-shrink: 0 !important;
}

.wd-products.wd-grid-g .wd-product-thumb img {
    height: 270px !important;
    object-fit: contain !important;
    width: 100% !important;
}
@media (max-width: 768px)
	{
		.wd-products.wd-grid-g .wd-product-thumb img {
    height: 130px !important;
    object-fit: contain !important;
    width: 100% !important;
		}
}

/* Button bilkul neeche */
.wd-products.wd-grid-g .wd-add-btn {
    margin-top: auto !important;
}








