@font-face {
	font-weight: normal;
	font-style: normal;
	font-family: "woodmart-font";
	src: url("//embrilla.com/wp-content/themes/woodmart/fonts/woodmart-font-3-300.woff2?v=8.0.6") format("woff2");
	font-display:swap;
}

:root {
	--wd-text-font: "Cairo", Arial, Helvetica, sans-serif;
	--wd-text-font-weight: 500;
	--wd-text-color: rgb(0,0,0);
	--wd-text-font-size: 15px;
	--wd-title-font: "Cairo", Arial, Helvetica, sans-serif;
	--wd-title-font-weight: 700;
	--wd-title-color: rgb(0,0,0);
	--wd-entities-title-font: "Cairo", Arial, Helvetica, sans-serif;
	--wd-entities-title-font-weight: 700;
	--wd-entities-title-color: rgb(0,0,0);
	--wd-entities-title-color-hover: rgb(51 51 51 / 65%);
	--wd-alternative-font: "Cairo", Arial, Helvetica, sans-serif;
	--wd-widget-title-font: "Cairo", Arial, Helvetica, sans-serif;
	--wd-widget-title-font-weight: 700;
	--wd-widget-title-transform: uppercase;
	--wd-widget-title-color: rgb(0,0,0);
	--wd-widget-title-font-size: 17px;
	--wd-header-el-font: "Cairo", Arial, Helvetica, sans-serif;
	--wd-header-el-font-weight: 400;
	--wd-header-el-transform: uppercase;
	--wd-header-el-font-size: 17px;
	--wd-brd-radius: 10px;
	--wd-primary-color: rgb(107,48,116);
	--wd-alternative-color: rgb(0,0,0);
	--wd-link-color: rgb(107,48,116);
	--wd-link-color-hover: #242424;
	--btn-default-bgcolor: rgb(204,153,204);
	--btn-default-bgcolor-hover: rgb(107,48,116);
	--btn-accented-bgcolor: rgb(107,48,116);
	--btn-accented-bgcolor-hover: rgb(107,48,116);
	--wd-form-brd-width: 1px;
	--notices-success-bg: #459647;
	--notices-success-color: #fff;
	--notices-warning-bg: rgb(221,51,51);
	--notices-warning-color: #fff;
	--wd-sticky-btn-height: 126px;
}
.wd-popup.wd-age-verify {
	--wd-popup-width: 500px;
}
.wd-popup.wd-promo-popup {
	background-color: rgb(255,250,245);
	background-image: none;
	background-repeat: no-repeat;
	background-size: contain;
	background-position: left center;
	--wd-popup-width: 400px;
}
.woodmart-woocommerce-layered-nav .wd-scroll-content {
	max-height: 223px;
}
.wd-page-title {
	background-color: rgb(237,237,237);
	background-image: none;
	background-size: cover;
	background-position: center center;
}
.wd-footer {
	background-color: rgb(107,48,116);
	background-image: none;
}
html .wd-nav-mobile > li > a {
	text-transform: capitalize;
}
html .post.wd-post .post-title {
	font-size: 18px;
}
body[class*="wrapper-boxed"] {
	background-color: rgb(239,239,239);
	background-image: url(https://embrilla.com/wp-content/uploads/2024/11/Layer-1029-copy-2.png);
	background-repeat: repeat;
	background-size: contain;
}
.page .wd-page-content {
	background-color: rgb(249,249,249);
	background-image: none;
}
.woodmart-archive-shop:not(.single-product) .wd-page-content {
	background-color: rgb(249,249,249);
	background-image: none;
}
html .wd-buy-now-btn {
	color: rgb(255,255,255);
	background: rgb(47,165,36);
}
html .wd-buy-now-btn:hover {
	color: rgb(255,255,255);
	background: rgb(47,165,36);
}
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);
}
.product-labels .product-label.out-of-stock {
	background-color: rgb(221,51,51);
	color: rgb(255,255,255);
}
.product-labels .product-label.attribute-label:not(.label-with-img) {
	background-color: rgb(0,0,0);
	color: rgb(255,255,255);
}
.wd-popup.popup-quick-view {
	--wd-popup-width: 980px;
}
.woocommerce-product-gallery {
	--wd-gallery-gap: 1px;
}

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

}

@media (max-width: 768.98px) {
	:root {
		--wd-sticky-btn-height: 46px;
	}
	.woocommerce-product-gallery {
		--wd-gallery-gap: 1px;
	}

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

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

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


.woocommerce-form-coupon-toggle {
    display: none;
}
.checkout_coupon p:first-child {
    display: none;
}
.checkout_coupon {
    display: flex !important;
}
#place_order {
    padding: 5px 28px;
    min-height: 65px;
    font-size: 21px;
    border-radius: var(--btn-accented-brd-radius);
    color: var(--btn-accented-color);
    box-shadow: var(--btn-accented-box-shadow);
    background-color: rgb(56, 109, 6);
    text-transform: var(--btn-accented-transform, var(--btn-transform, uppercase));
    font-weight: var(--btn-accented-font-weight, var(--btn-font-weight, 600));
    font-family: var(--btn-accented-font-family, var(--btn-font-family, inherit));
    font-style: var(--btn-accented-font-style, var(--btn-font-style, unset));
    position: relative; /* Ensure positioning context for ::before */
    display: inline-flex; /* Align icon and text */
    align-items: center; /* Vertically center content */
}

#place_order::before {
   content: "\f126";
    font-family: "woodmart-font";
    font-size: 25px;
    margin-left: 5px;
    display: inline-block;
}
.woocommerce-form-coupon, .woocommerce-form-login.hidden-form {
    position: relative;
    margin-bottom: 35px;
    padding: 8px;
    max-width: 100%;
    border: 0px dashed rgb(107 48 116 / 75%);
    border-radius: var(--wd-brd-radius);
    text-align: center;
    background: #f3f3f3;
}
.payment_methods {
    place-items: anchor-center;
}
#payment.woocommerce-checkout-payment {
    background-color: #ffffff;
    box-shadow: 0 2px 5px rgba(0, 0, 0, 0.1);
    padding: 10px;
	border-radius:10px
}
.wd-tools-element:is(.wd-design-6,.wd-design-7) :is(.wd-tools-inner,.wd-tools-icon) {
    border-radius: 10px;
}

.wd-toolbar-link .wd-custom-icon:before {
    content: "\f122" !important;
}
.comment-form-email {
	display:none !important;
}

.more-products{display:none;}

.brands-widget .brand-item a {
    padding: 10px;
}

html .wd-buy-now-btn {
    background: rgb(61,178,55);
    min-width: 100%;

}
html .wd-buy-now-btn:before {
    content: "\f126";
    font-family: "woodmart-font";
	margin-left: 7px;
	margin-right: 7px;

}

.widget_product_categories .product-categories li a {
    text-transform: uppercase;
    color: #000;
}

.product-design-default .entry-summary:not(.col-lg-4) .wd-product-brands a {
    padding: 10px;
    background-color: #f6f6f6;
    border-radius: 0px;
}
.cat-design-zoom-out .wd-cat-count {
    display: none;
}
.wd-sticky-btn :is(.wd-buy-now-btn) {
    display: none;
}


form.cart :where(.single_add_to_cart_button,.wd-buy-now-btn,.quantity) {
    font-size: 18px;
}
.product-summary-shadow .summary-inner {
    padding: 20px 20px 15px;
  }
.moved-price {
    font-size: 131%;
    background: #e9e9e9;
    padding: 7px;
    border-radius: 8px 0px;
	letter-spacing: 2px;
}

.summary-inner > .price {
    display: none;
}

[class*="wd-swatches"].wd-text-style-1 .wd-swatch.wd-text {
    background: #fff !important;
    border: 1px solid #000 !important;
    padding: 5px 10px !important;
}

.whb-col-1 :is(.whb-flex-row,.whb-column) {
    justify-content: space-around !important;
}
.product-grid-item .star-rating {
   display:none;
}

.wd-product.wd-hover-tiled .product-wrapper {
    box-shadow: 0 0 4px rgb(0 0 0 / 0%) !important;
}

.wd-toolbar-shop .wd-tools-icon:before{content:"\f146";font-family:"woodmart-font"}




[class*="wd-swatches"].wd-text-style-1 .wd-swatch.wd-text {
    min-width: max(var(--wd-swatch-text-min-width, 25px), var(--wd-swatch-text-size));
    min-height: 36px;
    background: #fff;
    padding: 5px 25px;
    border-radius: 5px;
}
.woocommerce-mini-cart__buttons .btn-cart {display:none !important}

textarea {
    min-height: 90px!important}

/* Coupon Text */
.woocommerce-form-coupon-toggle .woocommerce-info::before {
    content: "🎟️";
    font-size: 24px;
}

.woocommerce-form-coupon-toggle .woocommerce-info {
    font-family: 'Cairo', sans-serif; /* For Arabic support */
    font-size: 16px;
    color: #1e3a8a; /* Dark blue color */
    font-weight: 600;
}

.woocommerce-form-coupon-toggle .woocommerce-info a {
    color: #1e3a8a;
    text-decoration: underline;
    font-weight: 700;
    transition: color 0.3s ease;
}

.woocommerce-form-coupon-toggle .woocommerce-info a:hover {
    color: #2563eb;
}


.form-row input[type="text"] {
    padding: 12px 15px;
    border: 1px solid #d3e4f3;
    border-radius: 5px;
    font-size: 14px;
    font-family: 'Cairo', sans-serif;
    color: #333;
    background: #fff;
    box-shadow: inset 0 1px 3px rgba(0, 0, 0, 0.05);
    text-align: center;
}

.form-row button.button {
    background: #6b3074; /* Dark blue button */
    color: #fff;
    border: none;
    padding: 12px 20px;
    border-radius: 5px;
    font-size: 14px;
    font-weight: 600;
    cursor: pointer;
    transition: background 0.3s ease;
}

.form-row button.button:hover {
    background: ##b776c1;
}
    .form-row button.button {
        width: 100%;
    }
}

















.wpac {
    font-family: 'Cairo' !important;
}
.woocommerce-billing-fields>h3 {
    display: none;
}
.woocommerce-additional-fields>h3 {
    display: none;
}
.cuw-container {
    margin: 20px auto !important;
    padding: 10px !important;
    border: 1px solid #e0e0e0 !important;
    background-color: #ffffff !important;
    border-radius: 8px !important;
    box-shadow: 0 4px 5px rgba(0,0,0,0.1) !important;
    max-width: 600px !important;
}

.cuw-banner {
    padding: 5px !important;
    border-radius: 5px 5px 0 0 !important;
    text-align: center !important;
}
    :is(.woocommerce-checkout>.checkout-order-review,.woocommerce-order-pay #order_review) {
        padding: 7px;
    }
    .wd-checkout-prod-total {
        text-align: end !important;
    }
.cuw-offer .quantity-input-2, .cuw-product .quantity-input-2, .cuw-page .quantity-input-2, .cuw-product-row .quantity-input-2 {
   
    border-color: #ffffff !important;
    border-radius: 8px;
}
.woocommerce-checkout-review-order-table tr {
    justify-content: space-between !important;
}
.cuw-offer-title {
    font-size: 20px !important;
    font-weight: 700 !important;
    color: #ffffff !important;
    margin: 0 !important;
}

.cuw-product-section {
    display: flex !important;
    gap: 10px !important;
    align-items: center !important;
    padding: 10px !important;
}



.cuw-product-image img {
    width: 60% !important;
    height: auto !important;
    border: 1px solid #ddd !important;
    transition: transform 0.3s !important;
}

.cuw-product-image img:hover {
    transform: scale(1.05) !important;
}

.cuw-product-details {
    width: 60% !important;
}

.cuw-product-title a {
    font-size: 18px !important;
    font-weight: 600 !important;
    color: #333 !important;
    text-decoration: none !important;
    transition: color 0.3s !important;
}

.cuw-product-title a:hover {
    color: #007bff !important;
}

.cuw-product-price {
    margin: 10px 0 !important;
    font-size: 16px !important;
}

.cuw-product-price del {
    color: #888 !important;
    margin-right: 10px !important;
}

.cuw-product-price ins {
    color: #e74c3c !important;
    text-decoration: none !important;
    font-weight: 700 !important;
}

.cuw-product-quantity {
    margin: 10px 0 !important;
}

.quantity-input {
    display: flex !important;
    align-items: center !important;
    gap: 5px !important;
}

.cuw-qty {
    width: 60px !important;
    padding: 8px !important;
    text-align: center !important;
    border: 1px solid #ddd !important;
    border-radius: 5px !important;
    font-size: 14px !important;
}

.cuw-minus, .cuw-plus {
    background-color: #f1f1f1 !important;
    border: 1px solid #ddd !important;
    border-radius: 50% !important;
    display: flex !important;
    align-items: center !important;
    justify-content: center !important;
    cursor: pointer !important;
    font-size: 18px !important;
    transition: background-color 0.3s !important;
}

.cuw-minus:hover, .cuw-plus:hover {
    background-color: #e0e0e0 !important;
}

.cuw-add-to-cart {
    padding: 10px 20px !important;
    background-color: #007bff !important;
    color: #ffffff !important;
    border: none !important;
    border-radius: 5px !important;
    cursor: pointer !important;
    font-size: 13px !important;
    transition: background-color 0.3s !important;
}

.cuw-add-to-cart:hover {
    background-color: #0056b3 !important;
}

.cuw-product-variants {
    margin: 10px 0 !important;
}
.variant-select {
    width: 100% !important;
    padding: 1px 30px !important;
    border: 1px solid #ddd !important;
    border-radius: 5px !important;
    font-size: 13px !important;
    background-color: #fff !important;
    appearance: none !important;
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='12' height='12' fill='%23333' viewBox='0 0 16 16'%3E%3Cpath d='M7.247 11.14 2.451 5.658C1.885 5.013 2.345 4 3.204 4h9.592a1 1 0 0 1 .753 1.659l-4.796 5.48a1 1 0 0 1-1.506 0z'/%3E%3C/svg%3E") !important;
    background-repeat: no-repeat !important;
    background-position: right 10px top 50% !important;
}

.cuw-offer-cta-section {
    background-color: #ff4d4d !important;
    padding: 10px !important;
    text-align: center !important;
    border-radius: 0 0 5px 5px !important;
}

.cuw-offer-cta-text {
    font-size: 16px !important;
    color: #ffffff !important;
    margin-left: 8px !important;
}

.cuw-offer-added-text {
    display: none !important;
    font-size: 16px !important;
    color: #ffffff !important;
    margin-left: 8px !important;
}

