:root {
	--wd-text-font: "Montserrat", Arial, Helvetica, sans-serif;
	--wd-text-font-weight: 400;
	--wd-text-color: rgb(89,89,89);
	--wd-text-font-size: 14px;
	--wd-title-font: "Cormorant Garamond", Arial, Helvetica, sans-serif;
	--wd-title-font-weight: 400;
	--wd-title-color: rgb(31,31,31);
	--wd-entities-title-font: "Cormorant Garamond", Arial, Helvetica, sans-serif;
	--wd-entities-title-font-weight: 400;
	--wd-entities-title-color: #333333;
	--wd-entities-title-color-hover: rgb(51 51 51 / 65%);
	--wd-alternative-font: "Cormorant Garamond", Arial, Helvetica, sans-serif;
	--wd-widget-title-font: "Cormorant Garamond", Arial, Helvetica, sans-serif;
	--wd-widget-title-font-weight: 400;
	--wd-widget-title-transform: uppercase;
	--wd-widget-title-color: #333;
	--wd-widget-title-font-size: 16px;
	--wd-header-el-font: "Cormorant Garamond", Arial, Helvetica, sans-serif;
	--wd-header-el-font-weight: 700;
	--wd-header-el-transform: uppercase;
	--wd-header-el-font-size: 13px;
	--wd-otl-style: dotted;
	--wd-otl-width: 2px;
	--wd-primary-color: rgb(0,96,77);
	--wd-alternative-color: #fbbc34;
	--btn-default-bgcolor: #f7f7f7;
	--btn-default-bgcolor-hover: #efefef;
	--btn-accented-bgcolor: rgb(0,96,77);
	--btn-accented-bgcolor-hover: rgb(31,31,31);
	--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: url();
	background-position: center center;
}
.wd-promo-popup-wrap {
	--wd-popup-width: 800px;
}
:is(.woodmart-woocommerce-layered-nav, .wd-product-category-filter) .wd-scroll-content {
	max-height: 223px;
}
.wd-page-title .wd-page-title-bg img {
	object-position: center center;
}
.wd-footer {
	background-color: rgb(247,247,247);
	background-image: none;
}
.mfp-wrap.wd-popup-quick-view-wrap {
	--wd-popup-width: 920px;
}
:root{
--wd-container-w: 1312px;
--wd-form-brd-radius: 0px;
--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: 1312px) {
section.elementor-section.wd-section-stretch > .elementor-container {
margin-left: auto;
margin-right: auto;
}
}


.wd-page-title {
background-color: rgb(0,0,0);
}

@font-face {
	font-family: "Glaciall";
	font-weight: 400;
	font-display:swap;
	font-style: normal;
}

@font-face {
	font-family: "Glaciall";
	font-weight: 600;
	font-display:swap;
	font-style: normal;
}

.page-title .entry-title {
	font-size:35px !important;
}
.title-size-large{
	padding-top:50px !important;
	padding-bottom:85px !important;
}
.page-title{
	height:33vh !important;
}
.shop_attributes td,.woocommerce-product-attributes{
	text-align:left !important;
}

/*Quick Shop*/
/* =========================================================
   CUSTOM SELECT OPTIONS QUICK VIEW
   ========================================================= */


/* ---------------------------------------------------------
   POPUP CONTAINER
   --------------------------------------------------------- */

.mfp-content.va-select-options-popup {
    width: 760px !important;
    max-width: calc(100vw - 30px) !important;

    height: auto !important;
    min-height: 0 !important;

    background: transparent;
}


.va-select-options-ready {
    position: relative;

    width: 100% !important;
    max-width: 100% !important;

    height: auto !important;
    min-height: 0 !important;

    max-height: calc(100vh - 30px);

    padding: 0 !important;
    margin: 0 !important;

    overflow-x: hidden;
    overflow-y: auto;

    background: #f4f4f4;

    box-shadow:
        0 5px 22px rgba(0, 0, 0, .18);
}


/*
 * Layout اصلی Quick View دیگر نیاز نیست،
 * چون فرم اصلی را با JS بیرون آورده‌ایم.
 */
.va-select-options-ready > .product-image-summary {
    display: none !important;
}



/* ---------------------------------------------------------
   CLOSE BUTTON
   --------------------------------------------------------- */

.va-select-options-popup > .mfp-close {
    position: absolute !important;

    top: 4px !important;
    right: 7px !important;

    width: 42px !important;
    height: 42px !important;

    padding: 0 !important;

    font-size: 22px !important;
    line-height: 42px !important;

    color: #666 !important;

    opacity: .8;

    z-index: 100;
}


.va-select-options-popup > .mfp-close:hover {
    opacity: 1;
}



/* ---------------------------------------------------------
   HEADER
   --------------------------------------------------------- */

.va-popup-title {
    display: flex;
    align-items: center;

    min-height: 50px;

    padding: 0 55px 0 18px;

    background: #fff;

    border-bottom: 1px solid #e5e5e5;

    color: #555;

    font-size: 15px;
    font-weight: 400;
}



/* ---------------------------------------------------------
   PRODUCT MINI CARD
   --------------------------------------------------------- */

.va-popup-product {
    display: grid;

    grid-template-columns:
        135px minmax(0, 1fr);

    min-height: 118px;

    margin: 14px;

    background: #fff;
}


.va-popup-product-image {
    display: flex;

    align-items: center;
    justify-content: center;

    min-width: 0;

    padding: 12px;
}


.va-popup-product-image img {
    display: block;

    width: 105px;
    height: 90px;

    max-width: 100%;

    object-fit: contain;
}


.va-popup-product-info {
    display: flex;
    flex-direction: column;

    justify-content: flex-start;

    min-width: 0;

    padding: 19px 20px 16px 8px;
}


.va-popup-product-title {
    color: #222;

    font-size: 15px;
    font-weight: 400;
    line-height: 1.45;

    text-decoration: none;
}


.va-popup-product-title:hover {
    color: #006d5c;
}


.va-popup-product-brand {
    margin-top: 7px;

    color: #999;

    font-size: 11px;
    line-height: 1.4;
}



/* ---------------------------------------------------------
   ORIGINAL WOOCOMMERCE VARIATION FORM
   --------------------------------------------------------- */

.va-select-options-ready > form.va-form-moved {
    display: block !important;

    position: relative;

    width: auto !important;

    margin: 0 !important;
    padding: 0 14px 14px !important;

    visibility: visible !important;
    opacity: 1 !important;

    background: transparent;
}



/* ---------------------------------------------------------
   VARIATION TABLE
   --------------------------------------------------------- */

.va-select-options-ready
.va-form-moved
table.variations {
    display: block !important;

    width: 100% !important;

    margin: 0 !important;
    padding: 0 !important;

    visibility: visible !important;
    opacity: 1 !important;
}


.va-select-options-ready
.va-form-moved
table.variations tbody {
    display: block !important;

    width: 100% !important;
}


.va-select-options-ready
.va-form-moved
table.variations tr {
    display: block !important;

    width: 100% !important;

    margin: 0 0 17px !important;
    padding: 0 !important;
}


.va-select-options-ready
.va-form-moved
table.variations th,
.va-select-options-ready
.va-form-moved
table.variations td {
    display: block !important;

    width: 100% !important;

    padding: 0 !important;

    text-align: left !important;

    visibility: visible !important;
    opacity: 1 !important;
}


.va-select-options-ready
.va-form-moved
table.variations th.label {
    margin: 0 0 7px !important;
}


.va-select-options-ready
.va-form-moved
table.variations th.label label {
    margin: 0 !important;

    color: #666;

    font-size: 12px;
    font-weight: 400;
    line-height: 1.4;
}



/* ---------------------------------------------------------
   HIDE REAL SELECT
   Keep it in DOM for WooCommerce
   --------------------------------------------------------- */

.va-select-options-ready
.va-form-moved
.variations td.value > select {
    position: absolute !important;

    width: 1px !important;
    height: 1px !important;

    margin: -1px !important;
    padding: 0 !important;

    overflow: hidden !important;

    clip: rect(0, 0, 0, 0) !important;

    opacity: 0 !important;

    pointer-events: none !important;
}



/* ---------------------------------------------------------
   GENERAL SWATCHES
   --------------------------------------------------------- */

.va-select-options-ready
.va-form-moved
.wd-swatches-product {
    display: flex !important;

    flex-wrap: wrap;

    align-items: center;

    gap: 8px;

    width: 100%;

    visibility: visible !important;
    opacity: 1 !important;
}


.va-select-options-ready
.va-form-moved
.wd-swatch {
    cursor: pointer;
}



/* ---------------------------------------------------------
   FINISHING SWATCHES
   --------------------------------------------------------- */

.va-select-options-ready
.va-form-moved
.wd-swatches-product[data-id="pa_colori-finiture"]
.wd-swatch {
    display: flex !important;

    align-items: center;
    justify-content: center;

    flex: 0 0 29px;

    width: 29px !important;
    min-width: 29px !important;
    height: 29px !important;

    margin: 0 !important;
    padding: 3px !important;

    overflow: visible;

    border: 1px solid #d9d9d9 !important;
    border-radius: 50% !important;

    background: #fff !important;

    box-shadow: none;
}


.va-select-options-ready
.va-form-moved
.wd-swatches-product[data-id="pa_colori-finiture"]
.wd-swatch-bg {
    display: block;

    width: 100% !important;
    height: 100% !important;

    border-radius: 50% !important;

    overflow: hidden;
}


.va-select-options-ready
.va-form-moved
.wd-swatches-product[data-id="pa_colori-finiture"]
.wd-swatch-bg img {
    display: block;

    width: 100% !important;
    height: 100% !important;

    margin: 0 !important;

    object-fit: cover;

    border-radius: 50%;
}


.va-select-options-ready
.va-form-moved
.wd-swatches-product[data-id="pa_colori-finiture"]
.wd-swatch-text {
    display: none !important;
}



/* Selected finish */

.va-select-options-ready
.va-form-moved
.wd-swatches-product[data-id="pa_colori-finiture"]
.wd-swatch.wd-active {
    border-color: #006d5c !important;

    box-shadow:
        0 0 0 1px #fff,
        0 0 0 2px #006d5c !important;
}



/* ---------------------------------------------------------
   KEY ESCUTCHEON SWATCHES
   --------------------------------------------------------- */

.va-select-options-ready
.va-form-moved
.wd-swatches-product[data-id="pa_bocchetta-chiave"]
.wd-swatch {
    display: inline-flex !important;

    align-items: center;
    justify-content: center;

    width: auto !important;
    min-width: 34px !important;
    height: 34px !important;

    margin: 0 !important;
    padding: 4px 9px !important;

    border: 1px solid #e1e1e1 !important;
    border-radius: 18px !important;

    background: #fff !important;
}


.va-select-options-ready
.va-form-moved
.wd-swatches-product[data-id="pa_bocchetta-chiave"]
.wd-swatch-bg {
    display: block;

    width: 24px !important;
    height: 24px !important;

    border-radius: 50%;

    overflow: hidden;
}


.va-select-options-ready
.va-form-moved
.wd-swatches-product[data-id="pa_bocchetta-chiave"]
.wd-swatch-bg img {
    display: block;

    width: 100% !important;
    height: 100% !important;

    object-fit: cover;
}


/*
 * گزینه‌هایی که عکس دارند فقط عکس نمایش دهند.
 * گزینه متنی Without Escutcheon متنش باقی می‌ماند.
 */
.va-select-options-ready
.va-form-moved
.wd-swatches-product[data-id="pa_bocchetta-chiave"]
.wd-swatch.wd-bg
.wd-swatch-text {
    display: none !important;
}


.va-select-options-ready
.va-form-moved
.wd-swatches-product[data-id="pa_bocchetta-chiave"]
.wd-swatch-text {
    font-size: 11px;
    font-weight: 400;

    white-space: nowrap;
}


.va-select-options-ready
.va-form-moved
.wd-swatches-product[data-id="pa_bocchetta-chiave"]
.wd-swatch.wd-active {
    border-color: #006d5c !important;

    box-shadow:
        0 0 0 1px #006d5c !important;
}



/* Disabled swatch */

.va-select-options-ready
.va-form-moved
.wd-swatch.wd-disabled {
    opacity: .35 !important;
}



/* ---------------------------------------------------------
   RESET VARIATIONS
   --------------------------------------------------------- */

.va-select-options-ready
.va-form-moved
.wd-reset-var {
    margin-top: 5px;
}


.va-select-options-ready
.va-form-moved
.reset_variations {
    color: #999;

    font-size: 10px;
}



/* ---------------------------------------------------------
   SELECTED OPTIONS OVERVIEW
   --------------------------------------------------------- */

.va-options-overview {
    margin: 2px 0 14px;
}


.va-overview-label {
    margin-bottom: 5px;

    color: #777;

    font-size: 11px;
    font-weight: 400;
}


.va-overview-value {
    color: #007363;

    font-size: 12px;
    font-weight: 400;
    line-height: 1.5;
}



/* ---------------------------------------------------------
   BOTTOM PRICE / QUANTITY / CART BAR
   --------------------------------------------------------- */

.va-select-options-ready
.va-form-moved
.single_variation_wrap {
    display: flex !important;

    align-items: center;
    justify-content: space-between;

    gap: 15px;

    width: 100%;

    margin: 0 !important;
    padding: 11px !important;

    visibility: visible !important;
    opacity: 1 !important;

    background: #dff4ee;
}



/*
 * WooCommerce price output را مخفی می‌کنیم
 * چون قیمت را در بخش سفارشی نشان می‌دهیم.
 */
.va-select-options-ready
.va-form-moved
.woocommerce-variation.single_variation {
    display: none !important;
}



/* ---------------------------------------------------------
   CUSTOM PRICE
   --------------------------------------------------------- */

.va-selected-price {
    flex: 1 1 auto;

    min-width: 120px;

    color: #006d5c;

    font-size: 17px;
    line-height: 1.3;

    white-space: nowrap;
}


.va-selected-price > .price {
    margin: 0 !important;
}


.va-selected-price del {
    margin-right: 6px;

    color: #777;

    font-size: 14px;
    font-weight: 400;
}


.va-selected-price ins {
    color: #006d5c;

    font-size: 17px;
    font-weight: 500;

    text-decoration: none;
}



/* ---------------------------------------------------------
   ADD TO CART WRAPPER
   --------------------------------------------------------- */

.va-select-options-ready
.va-form-moved
.woocommerce-variation-add-to-cart {
    display: flex !important;

    flex: 0 0 auto;

    align-items: stretch;

    gap: 8px;

    margin: 0 !important;
}



/* ---------------------------------------------------------
   QUANTITY
   --------------------------------------------------------- */

.va-select-options-ready
.va-form-moved
.quantity {
    display: flex !important;

    align-items: center;

    flex: 0 0 auto;

    width: auto !important;
    height: 42px !important;

    margin: 0 !important;

    overflow: hidden;

    border: 1px solid #e4e4e4 !important;

    background: #fff;
}


.va-select-options-ready
.va-form-moved
.quantity .minus,
.va-select-options-ready
.va-form-moved
.quantity .plus {
    position: static !important;

    display: block !important;

    width: 30px !important;
    min-width: 30px !important;
    height: 40px !important;

    margin: 0 !important;
    padding: 0 !important;

    border: 0 !important;

    background: transparent !important;

    color: #555 !important;

    font-size: 16px !important;
    line-height: 40px !important;

    box-shadow: none !important;
}


.va-select-options-ready
.va-form-moved
.quantity .qty {
    display: block;

    width: 36px !important;
    min-width: 36px !important;
    height: 40px !important;

    margin: 0 !important;
    padding: 0 !important;

    border: 0 !important;

    background: #fff !important;

    color: #333;

    text-align: center;

    box-shadow: none !important;
}



/* ---------------------------------------------------------
   ADD TO CART BUTTON
   --------------------------------------------------------- */

.va-select-options-ready
.va-form-moved
.single_add_to_cart_button {
    display: inline-flex !important;

    align-items: center;
    justify-content: center;

    min-width: 115px;
    min-height: 42px !important;

    margin: 0 !important;
    padding: 0 18px !important;

    border: 0 !important;

    background: #006d5c !important;

    color: #fff !important;

    font-size: 11px !important;
    font-weight: 500 !important;

    line-height: 42px !important;

    box-shadow: none !important;
}


.va-select-options-ready
.va-form-moved
.single_add_to_cart_button:not(.disabled):hover {
    background: #00584a !important;
}


.va-select-options-ready
.va-form-moved
.single_add_to_cart_button.disabled {
    cursor: not-allowed;

    opacity: .42 !important;
}



/* ---------------------------------------------------------
   MOBILE
   --------------------------------------------------------- */

@media (max-width: 767px) {

    .mfp-content.va-select-options-popup {
        width: calc(100vw - 20px) !important;
        max-width: calc(100vw - 20px) !important;
    }


    .va-select-options-ready {
        max-height: calc(100vh - 20px);
    }


    .va-popup-product {
        grid-template-columns:
            100px minmax(0, 1fr);

        min-height: 100px;

        margin: 10px;
    }


    .va-popup-product-image {
        padding: 10px;
    }


    .va-popup-product-image img {
        width: 80px;
        height: 70px;
    }


    .va-popup-product-info {
        padding:
            16px 12px
            14px 5px;
    }


    .va-popup-product-title {
        font-size: 13px;
    }


    .va-select-options-ready
    > form.va-form-moved {
        padding:
            2px 10px
            10px !important;
    }


    .va-select-options-ready
    .va-form-moved
    .single_variation_wrap {
        flex-wrap: wrap;

        gap: 10px;
    }


    .va-selected-price {
        flex: 0 0 100%;

        width: 100%;
    }


    .va-select-options-ready
    .va-form-moved
    .woocommerce-variation-add-to-cart {
        width: 100%;
    }


    .va-select-options-ready
    .va-form-moved
    .single_add_to_cart_button {
        flex: 1 1 auto;
    }

}@media (min-width: 1025px) {
	.page-title .entry-title {
	font-size:35px !important;
	padding-top:85px !important;
	padding-bottom:85px !important;
}
}

@media (max-width: 576px) {
	.blog-top .wd-hide-sm {
    display: block !important;
}

.wd-toolbar .wd-toolbar-shop , .wd-toolbar .wd-header-cart{
	border-right:1px solid #E0E0E0;
}



.wd-toolbar-label{
	color: #595959;
	font-family: 'Montserrat';
font-style: normal;
font-weight: 400;
font-size: 12px;
line-height: 15px;
}


.wd-toolbar .wd-cart-number{
	display:none;
}

/* =========================
   Mobile Bottom Toolbar Icons
   ========================= */

/* مخفی کردن آیکون‌های پیش‌فرض Woodmart */
.wd-toolbar-shop .wd-tools-icon::before,
.wd-header-wishlist .wd-tools-icon::before,
.wd-header-cart .wd-tools-icon::before,
.wd-header-my-account .wd-tools-icon::before {
    display: none !important;
}

/* Shop */
.wd-toolbar-shop .wd-tools-icon {
    width: 24px;
    height: 24px;
    display: block;
    background-image: url("https://new.virginarchitects.ir/wp-content/uploads/2026/08/category.svg");
    background-repeat: no-repeat;
    background-position: center;
    background-size: contain;
}


/* Cart */
.wd-header-cart .wd-tools-icon {
    width: 24px;
    height: 24px;
    display: block;
    background-image: url("https://new.virginarchitects.ir/wp-content/uploads/2026/08/shopping-cart-1.svg");
    background-repeat: no-repeat;
    background-position: center;
    background-size: contain;
}

/* My Account */
.wd-header-my-account .wd-tools-icon {
    width: 24px;
    height: 24px;
    display: block;
    background-image: url("https://new.virginarchitects.ir/wp-content/uploads/2026/08/user-1.svg");
    background-repeat: no-repeat;
    background-position: center;
    background-size: contain;
}
}

