:root {
	--wd-text-font: "Open Sans", Arial, Helvetica, sans-serif;
	--wd-text-font-weight: 400;
	--wd-text-color: #767676;
	--wd-text-font-size: 15px;
	--wd-title-font: "Lexend Deca", Arial, Helvetica, sans-serif;
	--wd-title-font-weight: 500;
	--wd-title-color: #242424;
	--wd-entities-title-font: "Lexend Deca", 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: "Lexend Deca", Arial, Helvetica, sans-serif;
	--wd-widget-title-font: "Lexend Deca", Arial, Helvetica, sans-serif;
	--wd-widget-title-font-weight: 500;
	--wd-widget-title-transform: capitalize;
	--wd-widget-title-color: #333;
	--wd-widget-title-font-size: 16px;
	--wd-header-el-font: "Open Sans", Arial, Helvetica, sans-serif;
	--wd-header-el-font-weight: 600;
	--wd-header-el-transform: capitalize;
	--wd-header-el-font-size: 13px;
	--wd-brd-radius: 10px;
	--wd-otl-style: dotted;
	--wd-otl-width: 2px;
	--wd-primary-color: rgb(28,97,231);
	--wd-alternative-color: rgba(28,97,231,0.2);
	--btn-default-bgcolor: rgb(225,235,255);
	--btn-default-bgcolor-hover: rgb(219,227,249);
	--btn-default-color: rgb(28,97,231);
	--btn-default-color-hover: rgb(28,97,231);
	--btn-accented-bgcolor: rgb(28,97,231);
	--btn-accented-bgcolor-hover: rgb(28,97,231);
	--btn-transform: capitalize;
	--wd-form-brd-width: 1px;
	--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-archive-shop .wd-builder-off,.wd-wishlist-content,.related-and-upsells,.cart-collaterals,.wd-shop-product,.wd-fbt) .wd-products-with-bg, :is(.woodmart-archive-shop .wd-builder-off,.wd-wishlist-content,.related-and-upsells,.cart-collaterals,.wd-shop-product,.wd-fbt) .wd-products-with-bg :is(.wd-product,.wd-cat) {
	--wd-prod-bg:rgb(255,255,255);
	--wd-bordered-bg:rgb(255,255,255);
}
:is(.woodmart-woocommerce-layered-nav, .wd-product-category-filter) .wd-scroll-content {
	max-height: 223px;
}
.wd-page-title .wd-page-title-bg img {
	object-fit: cover;
	object-position: center center;
}
.wd-footer {
	background-color: #ffffff;
	background-image: none;
}
:is(.page, .search-no-results, .error404) :is(.wd-page-content, .whb-header) {
	background-color: rgb(246,246,246);
	background-image: none;
}
.woodmart-archive-shop:not(.single-product) :is(.wd-page-content, .whb-header) {
	background-color: rgb(246,246,246);
	background-image: none;
}
.single-product :is(.wd-page-content, .whb-header) {
	background-color: rgb(246,246,246);
	background-image: none;
}
.woodmart-archive-blog :is(.wd-page-content, .whb-header) {
	background-color: rgb(246,246,246);
	background-image: none;
}
html .btn.wd-buy-now-btn {
	background: rgb(107,163,49);
}
html .btn.wd-buy-now-btn:hover {
	background: rgb(95,158,44);
}
body, [class*=color-scheme-light], [class*=color-scheme-dark], .wd-search-form[class*="wd-header-search-form"] form.searchform, .wd-el-search .searchform {
	--wd-form-bg: rgb(255,255,255);
}
.mfp-wrap.wd-popup-quick-view-wrap {
	--wd-popup-width: 920px;
}
:root{
--wd-container-w: 1400px;
--wd-form-brd-radius: 5px;
--btn-accented-color: #fff;
--btn-accented-color-hover: #fff;
--btn-default-brd-radius: 5px;
--btn-default-box-shadow: none;
--btn-default-box-shadow-hover: none;
--btn-accented-brd-radius: 5px;
--btn-accented-box-shadow: none;
--btn-accented-box-shadow-hover: none;
}

@media (min-width: 1400px) {
[data-vc-full-width]:not([data-vc-stretch-content]),
:is(.vc_section, .vc_row).wd-section-stretch {
padding-left: calc((100vw - 1400px - var(--wd-sticky-nav-w) - var(--wd-scroll-w)) / 2);
padding-right: calc((100vw - 1400px - var(--wd-sticky-nav-w) - var(--wd-scroll-w)) / 2);
}
}


.wd-page-title {
background-color: rgb(28,97,231);
}

.wd-sku, .wd-label {
    display: none!important;
}

#payment > ul > li > label{
	display:none;
}


/* ============================================================
   NAFTAKISHOP - WOODMART PRODUCT CARDS
   FULL ALIGNMENT FROM SCRATCH
   ============================================================ */


/* ------------------------------------------------------------
   1. PRODUCT CARD
   ------------------------------------------------------------ */

.products.wd-products > .wd-product {
    display: flex !important;
    align-items: stretch !important;
    height: auto !important;
}

.products.wd-products .wd-product-wrapper {
    position: relative !important;
    display: flex !important;
    flex-direction: column !important;

    width: 100% !important;
    height: 100% !important;
}


/* Make WoodMart background cover entire card */
.products.wd-products .wd-product-card-bg {
    position: absolute !important;
    inset: 0 !important;

    width: 100% !important;
    height: 100% !important;

    pointer-events: none !important;
}


/* ------------------------------------------------------------
   2. IMAGE
   SAME HEIGHT FOR EVERY PRODUCT
   ------------------------------------------------------------ */

.products.wd-products .wd-product-thumb {
    position: relative !important;

    width: 100% !important;
    height: 190px !important;
    min-height: 190px !important;
    max-height: 190px !important;

    margin: 0 !important;
    padding: 0 !important;

    overflow: hidden !important;
    flex: 0 0 190px !important;
}


/* Image link fills complete image area */
.products.wd-products .wd-product-thumb .product-image-link {
    position: absolute !important;
    inset: 0 !important;

    display: block !important;

    width: 100% !important;
    height: 100% !important;
}


/* Force every image into identical dimensions */
.products.wd-products .wd-product-thumb img {
    position: absolute !important;

    top: 0 !important;
    left: 0 !important;

    width: 100% !important;
    height: 100% !important;

    max-width: none !important;
    max-height: none !important;

    object-fit: cover !important;
    object-position: center center !important;

    margin: 0 !important;
    padding: 0 !important;
}


/* ------------------------------------------------------------
   3. BOTTOM CONTENT
   USE GRID SO EVERY ELEMENT HAS ITS OWN ROW
   ------------------------------------------------------------ */

.products.wd-products .product-element-bottom {
    display: grid !important;

    grid-template-columns: minmax(0, 1fr) !important;

    grid-template-areas:
        "title"
        "categories"
        "stock"
        "space"
        "price"
        "button" !important;

    grid-template-rows:
        46px
        44px
        30px
        minmax(10px, 1fr)
        28px
        44px !important;

    flex: 1 1 auto !important;

    width: 100% !important;
    height: 100% !important;

    align-content: stretch !important;
}


/* ------------------------------------------------------------
   4. TITLE
   ALWAYS EXACTLY THE SAME POSITION
   ------------------------------------------------------------ */

.products.wd-products .wd-entities-title {
    grid-area: title !important;

    display: -webkit-box !important;

    height: 46px !important;
    min-height: 46px !important;
    max-height: 46px !important;

    margin: 0 !important;
    padding: 8px 0 0 0 !important;

    font-size: inherit !important;
    line-height: 19px !important;

    overflow: hidden !important;

    -webkit-box-orient: vertical !important;
    -webkit-line-clamp: 2 !important;

    align-self: start !important;
}


/* Prevent title link from adding spacing */
.products.wd-products .wd-entities-title > a {
    margin: 0 !important;
    padding: 0 !important;

    line-height: inherit !important;
}


/* ------------------------------------------------------------
   5. CATEGORY
   ALWAYS EXACTLY TWO LINES OF SPACE
   ------------------------------------------------------------ */

.products.wd-products .wd-product-cats {
    grid-area: categories !important;

    display: -webkit-box !important;

    height: 44px !important;
    min-height: 44px !important;
    max-height: 44px !important;

    margin: 0 !important;
    padding: 0 !important;

    line-height: 20px !important;

    overflow: hidden !important;

    -webkit-box-orient: vertical !important;
    -webkit-line-clamp: 2 !important;

    align-self: start !important;
}


/* Category links must not change line height */
.products.wd-products .wd-product-cats a {
    line-height: 20px !important;
}


/* ------------------------------------------------------------
   6. STOCK
   SAME ROW ON EVERY CARD
   ------------------------------------------------------------ */

.products.wd-products .wd-product-stock {
    grid-area: stock !important;

    display: flex !important;
    align-items: center !important;

    width: 100% !important;

    height: 30px !important;
    min-height: 30px !important;
    max-height: 30px !important;

    margin: 0 !important;
    padding: 0 !important;

    line-height: 20px !important;

    align-self: stretch !important;
}


/* ------------------------------------------------------------
   7. PRICE
   SAME POSITION ON EVERY CARD
   ------------------------------------------------------------ */

.products.wd-products .wrap-price {
    grid-area: price !important;

    display: flex !important;
    align-items: center !important;

    width: 100% !important;

    height: 28px !important;
    min-height: 28px !important;
    max-height: 28px !important;

    margin: 0 !important;
    padding: 0 !important;

    align-self: end !important;
}


.products.wd-products .wrap-price .price {
    margin: 0 !important;
}


/* ------------------------------------------------------------
   8. ADD TO CART
   IDENTICAL POSITION + HEIGHT
   ------------------------------------------------------------ */

.products.wd-products .wd-add-btn {
    grid-area: button !important;

    display: block !important;

    width: 100% !important;

    height: 44px !important;
    min-height: 44px !important;
    max-height: 44px !important;

    margin: 0 !important;
    padding: 0 !important;

    align-self: end !important;
}


.products.wd-products .wd-add-btn .button {
    display: flex !important;

    align-items: center !important;
    justify-content: center !important;

    width: 100% !important;

    height: 44px !important;
    min-height: 44px !important;
    max-height: 44px !important;

    margin: 0 !important;
    padding: 0 10px !important;
}


/* ------------------------------------------------------------
   9. REMOVE ELEMENTS THAT CAN ALTER CARD HEIGHT
   ------------------------------------------------------------ */

.products.wd-products .product-element-bottom > .wd-product-detail,
.products.wd-products .product-element-bottom > .wd-product-card-hover {
    display: none !important;
}


/* ------------------------------------------------------------
   10. PREVENT WOODMART HOVER STYLE FROM CHANGING CARD HEIGHT
   ------------------------------------------------------------ */

.products.wd-products .wd-product:hover .wd-product-wrapper,
.products.wd-products .wd-product:hover .product-element-bottom {
    height: 100% !important;
}


/* ============================================================
   TABLET
   ============================================================ */

@media (max-width: 1024px) {

    .products.wd-products .wd-product-thumb {
        height: 180px !important;
        min-height: 180px !important;
        max-height: 180px !important;

        flex-basis: 180px !important;
    }

}


/* ============================================================
   MOBILE
   ============================================================ */

@media (max-width: 767px) {

    .products.wd-products .wd-product-thumb {
        height: 165px !important;
        min-height: 165px !important;
        max-height: 165px !important;

        flex-basis: z165px !important;
    }


    .products.wd-products .product-element-bottom {
        grid-template-rows:
            48px
            44px
            30px
            minmax(8px, 1fr)
            28px
            44px !important;
    }


    .products.wd-products .wd-entities-title {
        height: 48px !important;
        min-height: 48px !important;
        max-height: 48px !important;
    }

}

/* =========================================
   WOODMART CATEGORY CAROUSEL ALIGNMENT
   ========================================= */

/* Make every category card use the same structure */
.wd-cats-element .category-grid-item .wd-cat-inner {
    display: flex;
    flex-direction: column;
    height: 100%;
}

/* Fixed image area so every title starts at same height */
.wd-cats-element .wd-cat-thumb {
    height: 110px;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 10px;
}

/* Force all images into the same visual box */
.wd-cats-element .wd-cat-thumb img {
    width: 100px !important;
    height: 100px !important;
    object-fit: contain;
    object-position: center;
    display: block;
}

/* Center category information */
.wd-cats-element .wd-cat-content {
    width: 100%;
    text-align: center;
    display: flex;
    flex-direction: column;
    align-items: center;
}

/* Same title area for every category */
.wd-cats-element .wd-entities-title {
    min-height: 65px;
    margin: 0 0 4px !important;
    display: flex;
    align-items: flex-start;
    justify-content: center;
    text-align: center;
    line-height: 1.35;
}

/* Product count aligned too */
.wd-cats-element .wd-cat-count {
    margin-top: 0;
    text-align: center;
}

