:root {
	--wd-text-font: "Figtree", Arial, Helvetica, sans-serif;
	--wd-text-font-weight: 400;
	--wd-text-color: rgb(0,37,78);
	--wd-text-font-size: 15px;
	--wd-title-font: "Figtree", Arial, Helvetica, sans-serif;
	--wd-title-font-weight: 400;
	--wd-title-color: rgb(0,37,78);
	--wd-entities-title-font: "Figtree", Arial, Helvetica, sans-serif;
	--wd-entities-title-font-weight: 400;
	--wd-entities-title-color: rgb(0,37,78);
	--wd-entities-title-color-hover: rgb(0,37,78);
	--wd-alternative-font: "Figtree", Arial, Helvetica, sans-serif;
	--wd-widget-title-font: "Figtree", 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: 18px;
	--wd-header-el-font: "Poppins", Arial, Helvetica, sans-serif;
	--wd-header-el-font-weight: 400;
	--wd-header-el-transform: uppercase;
	--wd-header-el-font-size: 14px;
	--wd-otl-style: dotted;
	--wd-otl-width: 2px;
	--wd-primary-color: rgb(0,37,78);
	--wd-alternative-color: rgb(231,240,245);
	--btn-default-bgcolor: #f7f7f7;
	--btn-default-bgcolor-hover: #efefef;
	--btn-accented-bgcolor: rgb(0,37,78);
	--btn-accented-bgcolor-hover: rgba(0,37,78,0.83);
	--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(https://diamondvishwa.com/wp-content/uploads/2021/08/promo-popup.jpg);
	background-repeat: no-repeat;
	background-size: cover;
	background-position: center center;
}
.wd-promo-popup-wrap {
	--wd-popup-width: 800px;
	--wd-popup-padding: 15px;
}
: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: rgb(0,37,78);
	background-image: none;
}
:is(.page, .search-no-results, .error404) :is(.wd-page-content, .whb-header) {
	background-color: rgb(251,251,251);
	background-image: none;
}
.single-product :is(.wd-page-content, .whb-header) {
	background-color: rgb(251,251,251);
	background-image: none;
}
.mfp-wrap.wd-popup-quick-view-wrap {
	--wd-popup-width: 920px;
}
:root{
--wd-container-w: 1222px;
--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-bottom-active: -1px;
--btn-accented-brd-radius: 0px;
--btn-accented-box-shadow: inset 0 -2px 0 rgba(0, 0, 0, .15);
--btn-accented-box-shadow-hover: inset 0 -2px 0 rgba(0, 0, 0, .15);
--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;
}

/* ============================================
   SHAPE FILTER
   ============================================ */

.shape-filter-wrapper{
    position: relative;
    display: flex;
    align-items: center;
    width: 100%;
}

.custom-shape-filter{
    display: flex;
    gap: 18px;
    overflow-x: auto;
    scroll-behavior: smooth;
    padding: 10px 0;
    width: 100%;

    scrollbar-width: none;
    -ms-overflow-style: none;
}

.custom-shape-filter::-webkit-scrollbar{
    display: none;
}

.shape-item{
    min-width: 90px;
    text-align: center;
    text-decoration: none;
    color: #111;
    flex-shrink: 0;
}

.shape-item img{
    width: 75px;
    height: 75px;
    object-fit: contain;
    border-radius: 50%;
    padding: 8px;
    background: #fff;
}

.shape-item span{
    display: block;
    margin-top: 8px;
    font-size: 14px;
}

.shape-arrow{
    width: 38px;
    height: 38px;
    border-radius: 50%;
    border: none;
    background: #fff;
    box-shadow: 0 2px 10px rgba(0,0,0,0.12);
    cursor: pointer;
    z-index: 2;
    font-size: 20px;
}

.shape-arrow.left{ margin-right: 10px; }
.shape-arrow.right{ margin-left: 10px; }
.shape-arrow:hover{ background: #f5f5f5; }


/* ============================================
   MOBILE SCROLL ROW
   ============================================ */

@media (max-width: 767px){

    .mobile-scroll-row > .e-con{
        min-width: 80vw !important;
        flex-shrink: 0 !important;
    }

}


/* ============================================
   PRODUCT GRID - EQUAL HEIGHT CARDS
   ============================================ */

/* Card stretches to full row height */
.wd-products .wd-product{
    display: flex;
}

.wd-product .wd-product-wrapper{
    display: flex;
    flex-direction: column;
    width: 100%;
}

/* Uniform square image box */
.wd-product .wd-product-thumb{
    position: relative;
    aspect-ratio: 1 / 1;
    overflow: hidden;
}

.wd-product .wd-product-thumb .wd-product-img-link{
    display: block;
    width: 100%;
    height: 100%;
}

.wd-product .wd-product-thumb img{
    width: 100% !important;
    height: 100% !important;
    object-fit: contain;
    transform: scale(1.15);
}

/* Hover image fills the same box */
.wd-product .wd-product-img-hover{
    position: absolute;
    inset: 0;
    width: 100%;
    height: 100%;
}

/* Bottom section fills remaining space */
.wd-product .product-element-bottom{
    display: flex;
    flex-direction: column;
    flex: 1;
}

/* Hide variable-height category tags */
.wd-product .wd-product-cats{
    display: none;
}

/* Title locked to 2 lines */
.wd-product .wd-entities-title{
    min-height: 54px;
    margin-bottom: 6px;
}

.wd-product .wd-entities-title a{
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
}

/* Consistent rating row */
.wd-product .wd-star-rating{
    margin-bottom: 8px;
}

/* Price pinned to bottom, fixed box for 2-line ranges */
.wd-product .price{
    margin-top: auto;
    min-height: 44px;
    display: flex;
    align-items: flex-end;
    justify-content: center;
    flex-wrap: wrap;
}

/* Kill empty Stripe BNPL spacer */
.wd-product .wc-stripe-bnpl-shop-message:empty{
    display: none;
}




/*========================================================
METAL BUTTONS
========================================================*/

.metal-filter-buttons{

    display:flex;
    gap:12px;
    flex-wrap:wrap;

    margin:10px 0 15px;

}

.metal-filter-buttons button{

    min-width:105px;
    height:44px;

    border:2px solid #0d2f5b;
    background:#fff;

    color:#0d2f5b;

    font-size:15px;
    font-weight:600;

    cursor:pointer;

    transition:.25s;

}

.metal-filter-buttons button:hover{

    background:#f4f7fb;

}

.metal-filter-buttons button.active{

    background:#0d2f5b;
    color:#fff;

}


/*========================================================
WOODMART SWATCHES
========================================================*/

.wd-swatches-product[data-id="pa_metal-type"]{

    margin:10px 0 18px;

}

.wd-swatches-product[data-id="pa_metal-type"] .wd-swatch{

    margin-right:10px !important;
    margin-bottom:10px !important;

}


/*========================================================
VARIATIONS
========================================================*/

table.variations tr{

    vertical-align:top;

}

table.variations th{

    padding-bottom:10px;

}

table.variations td{

    padding-top:0;

}