:root {
	--wd-text-font: "Vazirmatn", Arial, Helvetica, sans-serif;
	--wd-text-font-weight: 400;
	--wd-text-color: #777777;
	--wd-text-font-size: 14px;
	--wd-title-font: "Vazirmatn", Arial, Helvetica, sans-serif;
	--wd-title-font-weight: 400;
	--wd-title-color: #242424;
	--wd-entities-title-font: "Vazirmatn", 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: "Vazirmatn", Arial, Helvetica, sans-serif;
	--wd-widget-title-font: "Vazirmatn", 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: "Vazirmatn", 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(148,74,67);
	--wd-alternative-color: rgb(186,154,121);
	--btn-default-bgcolor: #f7f7f7;
	--btn-default-bgcolor-hover: #efefef;
	--btn-accented-bgcolor: rgb(122,179,139);
	--btn-accented-bgcolor-hover: rgb(102,155,107);
	--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: url();
	background-repeat: no-repeat;
	background-size: cover;
	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-fit: cover;
	object-position: center center;
}
.wd-footer {
	background-color: rgb(42,20,16);
	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: 35px;
--btn-default-box-shadow: none;
--btn-default-box-shadow-hover: none;
--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: 8px;
}

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

rs-slides :is([data-type=text],[data-type=button]) {
font-family: Vazirmatn !important;
}
rs-slides :is(h1,h2,h3,h4,h5,h6)[data-type=text] {
font-family: Vazirmatn !important;
}

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

.whb-general-header, .whb-header-bottom {
	background: linear-gradient(90deg,rgba(189, 158, 128, 1) 0%, rgba(140, 97, 75, 1) 100%);
	border: 0;
}

.elementor-element-c2e0723, .elementor .e-flexbox-base, .e-con {
	padding: 0 !important;
}

/*==================================================
        RESINO ART - MODERN LUXURY PRODUCT CARD
===================================================*/

/* Card */

.wd-product{

    background:#F8F5F2;

    border-radius:22px;

    overflow:hidden;

    border:1px solid rgba(255,255,255,.35);

    transition:.35s cubic-bezier(.22,.61,.36,1);

    box-shadow:
    0 8px 18px rgba(55,40,30,.08),
    0 2px 6px rgba(55,40,30,.05);

    position:relative;

}

/* Hover */

.wd-product:hover{

    transform:translateY(-8px);

    box-shadow:
    0 25px 55px rgba(55,40,30,.18),
    0 10px 20px rgba(55,40,30,.10);

}

/* Image */

.wd-product-thumb{

    overflow:hidden;

    border-radius:22px 22px 0 0;

}

.wd-product-thumb img{

    transition:transform .6s ease;

}

.wd-product:hover .wd-product-thumb img{

    transform:scale(1.06);

}

/* Content */

.product-element-bottom{

    padding:20px;

}

/* Title */

.wd-entities-title{

    margin-bottom:10px;

    font-size:18px;

    font-weight:700;

    line-height:1.5;

}

.wd-entities-title a{

    color:#2d2d2d;

    transition:.3s;

    text-decoration:none;

}

.wd-entities-title a:hover{

    color:#8C6A4A;

}

/* Category */

.wd-product-cats{

    font-size:13px;

    opacity:.55;

    margin-bottom:8px;

}

/* Rating */

.star-rating{

    margin:10px 0;

    transform:scale(.95);

    transform-origin:left;

}

/* Price */

.wrap-price{

    margin-top:14px;

    margin-bottom:18px;

}

.price{

    font-size:24px;

    font-weight:700;

    color:#3B2E24;

    letter-spacing:.3px;

}

/* Add To Cart */

.wd-add-btn{

    margin-top:10px;

}

.wd-add-btn a{

    width:100%;

    height:48px;

    display:flex;

    align-items:center;

    justify-content:center;

    border-radius:999px;

    font-weight:600;

    transition:.3s;

}

.wd-add-btn a:hover{

    transform:translateY(-2px);

}

/* Quick View Button */

.wd-buttons{

    opacity:0;

    transition:.3s;

    transform:translateY(-10px);

}

.wd-product:hover .wd-buttons{

    opacity:1;

    transform:translateY(0);

}

/* Hide Hover Description */

.wd-product-card-hover{

    display:none !important;

}

/* Remove fake background */

.wd-product-card-bg{

    display:none !important;

}

/* Smooth */

.wd-product *{

    transition-duration:.3s;

}

/* Slight spacing */

.wd-col{

    margin-bottom:22px;

}

.single-product-page {
		padding: 2rem;
}