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

:root {
	--wd-text-font: "Poppins", Arial, Helvetica, sans-serif;
	--wd-text-font-weight: 400;
	--wd-text-color: #777777;
	--wd-text-font-size: 12px;
	--wd-title-font: "Poppins", Arial, Helvetica, sans-serif;
	--wd-title-font-weight: 600;
	--wd-title-color: #242424;
	--wd-entities-title-font: "Poppins", 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: "Poppins", Arial, Helvetica, sans-serif;
	--wd-widget-title-font: "Poppins", Arial, Helvetica, sans-serif;
	--wd-widget-title-font-weight: 500;
	--wd-widget-title-transform: uppercase;
	--wd-widget-title-color: #333;
	--wd-widget-title-font-size: 14px;
	--wd-header-el-font: "Poppins", Arial, Helvetica, sans-serif;
	--wd-header-el-font-weight: 500;
	--wd-header-el-transform: uppercase;
	--wd-header-el-font-size: 14px;
	--wd-primary-color: #003893;
	--wd-alternative-color: #DC143C;
	--wd-link-color: #003893;
	--wd-link-color-hover: #335893;
	--btn-default-font-family: "Poppins", Arial, Helvetica, sans-serif;
	--btn-default-bgcolor: #003893;
	--btn-default-bgcolor-hover: #224d93;
	--btn-accented-bgcolor: #003893;
	--btn-accented-bgcolor-hover: #224d93;
	--wd-form-brd-width: 2px;
	--notices-success-bg: rgb(255,0,0);
	--notices-success-color: #fff;
	--notices-warning-bg: #E0B252;
	--notices-warning-color: #fff;
	--wd-sticky-btn-height: 95px;
}
.wd-popup.wd-age-verify {
	--wd-popup-width: 500px;
}
.wd-popup.wd-promo-popup {
	background-color: #111111;
	background-image: url(https://samanhub.com/wp-content/uploads/2021/09/marketplace-promo-popup.jpg);
	background-repeat: repeat;
	background-size: cover;
	background-position: center center;
	--wd-popup-width: 800px;
}
.woodmart-woocommerce-layered-nav .wd-scroll-content {
	max-height: 223px;
}
.wd-page-title {
	background-color: #0a0a0a;
	background-image: none;
	background-size: cover;
	background-position: center center;
}
.wd-footer {
	background-color: #ffffff;
	background-image: none;
}
.page .wd-page-content {
	background-color: #f6f6f6;
	background-image: none;
}
.wd-popup.popup-quick-view {
	--wd-popup-width: 920px;
}

@media (max-width: 1024px) {
	:root {
		--wd-sticky-btn-height: 95px;
	}

}

@media (max-width: 768.98px) {
	:root {
		--wd-sticky-btn-height: 42px;
	}

}
:root{
--wd-container-w: 1280px;
--wd-form-brd-radius: 5px;
--btn-default-color: #fff;
--btn-default-color-hover: #fff;
--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;
--wd-brd-radius: 0px;
}

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

@media (min-width: 1280px) {
html:not(.platform-Windows) .wd-section-stretch > .elementor-container {
margin-left: auto;
margin-right: auto;
}
}


.ur-frontend-form {
    margin-bottom: 30px;
    border: 1px solid #e1e1e1;
    padding: 20px;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    background: white;
}
p {
    font-size: 14px !important;
}
li {
    font-size: 13px !important;
}
.wd-product .wd-entities-title {
    font-size: 14px !important;
}
.ur-frontend-form .ur-button-container.split button {
    margin-right: 0;
    margin-bottom: 20px;
}
.woocommerce-MyAccount-content ul.dokan-account-migration-lists {
    margin: 0;
    padding: 0;
    list-style: none;
    border: 1px solid #eee;
    background: #F05025;
    color: #fff;
}
#dokan-form-contact-seller.seller-form input.dokan-btn-theme, .dokan-theme-woodmart input.dokan-btn[type='submit'], .dokan-theme-woodmart .dokan-btn {
    padding: 5px 20px;
    min-height: 42px;
    font-size: 13px;
    background-color: orange !important;
    color: #3E3E3E;
    position: relative;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    outline: none;
    border: 0px solid transparent;
    border-radius: 0;
    box-shadow: none;
    vertical-align: middle;
    text-align: center;
    text-decoration: none;
    text-transform: var(--btn-transform);
    text-shadow: none;
    font-weight: var(--btn-font-weight);
    font-family: var(--btn-font-family);
    font-style: var(--btn-font-style);
    line-height: 1.2;
    cursor: pointer;
    transition: color .25s ease, background-color .25s ease, border-color .25s ease, box-shadow .25s ease, opacity .25s ease;
    border-radius: var(--btn-default-brd-radius);
    color: var(--btn-default-color);
    box-shadow: var(--btn-default-box-shadow);
    background-color: var(--btn-default-bgcolor);
    text-transform: var(--btn-default-transform, var(--btn-transform));
    font-weight: var(--btn-default-font-weight, var(--btn-font-weight));
    font-family: var(--btn-default-font-family, var(--btn-font-family));
    font-style: var(--btn-default-font-style, var(--btn-font-style));
}
.dokan-orders-content .dokan-orders-area td a {
    color: white;
    transition: 0.2s linear;
    background: green;
}
.wd-sticky-btn.wd-sticky-btn-shown .wholesalex-price-table {
    display: none;
}
.digits_site_footer_box>div {
    padding-bottom: 24px;
    line-height: 16px;
    display: none;
}
.wd-buy-now-btn {
    background-color: #DC143C!important;    
}

/* Fix Product Image Size */
.woocommerce ul.products li.product img {
    width: 100%;
    height: auto;
    object-fit: cover; /* This ensures images are cropped uniformly */
    max-width: 300px; /* Adjust the width as needed */
    max-height: 300px; /* Adjust the height as needed */
    margin: 0 auto; /* Center the image */
}

/* For Product Single Page Image */
.woocommerce div.product div.images img {
    width: 100%;
    height: auto;
    max-width: 600px; /* Adjust the width for the single product page */
    max-height: 600px; /* Adjust the height for the single product page */
    object-fit: cover;
}

/* For WooCommerce Thumbnails */
.woocommerce-page .product-thumbnails img {
    width: 80px; /* Adjust the size of thumbnail images */
    height: 80px;
    object-fit: cover;
}
