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

:root {
	--wd-text-font: "Cabin", Arial, Helvetica, sans-serif;
	--wd-text-font-weight: 400;
	--wd-text-color: #777777;
	--wd-text-font-size: 14px;
	--wd-title-font: "Cabin", Arial, Helvetica, sans-serif;
	--wd-title-font-weight: 600;
	--wd-title-color: #242424;
	--wd-entities-title-font: "Cabin", Arial, Helvetica, sans-serif;
	--wd-entities-title-font-weight: 600;
	--wd-entities-title-color: #333333;
	--wd-entities-title-color-hover: rgb(51 51 51 / 65%);
	--wd-alternative-font: "Lato", Arial, Helvetica, sans-serif;
	--wd-widget-title-font: "Cabin", 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: "Lato", Arial, Helvetica, sans-serif;
	--wd-header-el-font-weight: 700;
	--wd-header-el-transform: uppercase;
	--wd-header-el-font-size: 13px;
	--wd-primary-color: rgb(148,95,6);
	--wd-alternative-color: rgb(0,0,0);
	--wd-link-color: rgb(32,141,204);
	--wd-link-color-hover: rgb(31,97,196);
	--btn-default-font-weight: 200;
	--btn-default-bgcolor: rgb(221,153,51);
	--btn-default-bgcolor-hover: rgb(239,118,38);
	--btn-accented-bgcolor: rgb(221,153,51);
	--btn-accented-bgcolor-hover: rgb(237,139,47);
	--wd-form-brd-width: 2px;
	--notices-success-bg: #459647;
	--notices-success-color: #fff;
	--notices-warning-bg: rgb(242,89,89);
	--notices-warning-color: #fff;
	--wd-sticky-btn-height: 95px;
}
.woodmart-woocommerce-layered-nav .wd-scroll-content {
	max-height: 223px;
}
.wd-popup.wd-age-verify {
	--wd-popup-width: 500px;
}
.wd-popup.wd-promo-popup {
	background-color: rgb(255,255,255);
	background-image: url(https://musashi.rs/wp-content/uploads/2024/10/20-Sale-Today.jpg);
	background-repeat: no-repeat;
	background-size: contain;
	background-attachment: scroll;
	background-position: center center;
	--wd-popup-width: 740px;
	--wd-popup-padding: 45px;
}
.header-banner {
	background-color: rgb(0,0,0);
	background-image: url(https://musashi.rs/wp-content/uploads/2024/10/20-Sale-Today.jpg);
	background-repeat: no-repeat;
	background-size: contain;
	background-position: center center;
}
.page-title-default {
	background-color: #0a0a0a;
	background-image: url(https://musashi.rs/wp-content/uploads/2024/10/WOOD.jpg);
	background-size: cover;
	background-position: center bottom;
}
.footer-container {
	background-color: rgb(0,0,0);
	background-image: none;
}
html .product.category-grid-item .wd-entities-title, html .product.category-grid-item.cat-design-replace-title .wd-entities-title, html .wd-masonry-first .category-grid-item:first-child .wd-entities-title, html .product.wd-cat .wd-entities-title {
	font-size: 16px;
}
.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: 1222px;
--wd-form-brd-radius: 35px;
--btn-default-color: #fff;
--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-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: 5px;
}

@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;
}
}


.wd-sub-menu li>a {
	color: #333 !important;
}

.woocommerce-form-coupon-toggle {
	display: none;
}

/* Make sure the blog posts are inside a grid */
.blog-posts-container {
    display: grid !important;
    grid-template-columns: repeat(auto-fit, minmax(300px, 1fr)) !important; /* Responsive 3 columns */
    gap: 30px !important; /* Adjust spacing */
    align-items: start !important;
}

/* Ensure each blog post takes full column height */
.wd-post {
    display: flex !important;
    flex-direction: column !important;
    height: auto !important;
    min-height: 100% !important;
}

/* Keep images uniform */
.wd-post .entry-thumbnail img {
    height: 250px !important; /* Adjust as needed */
    width: 100% !important;
    object-fit: cover !important;
}

/* Ensure text does not collapse */
.wd-post .article-inner {
    display: flex !important;
    flex-direction: column !important;
    height: 100% !important;
}

/* Prevent overlap issues */
.blog-posts-container::after {
    content: "" !important;
    display: block !important;
    clear: both !important;
}

/* Footer menu - Light text on dark background */
.footer-menu .wd-sub-menu.mega-menu-list li a {
    color: #ffffff !important; /* Force white text */
    font-weight: 500 !important;
}

/* Footer menu - Light text on dark background */
.footer-menu ul li a {
	font-weight: 700 !important;
	color: #ffffff !important; /* Force white text */
}

/* Footer menu hover */
.footer-menu ul li a:hover,
.footer-menu .wd-sub-menu.mega-menu-list li a:hover {
    color: #f4a51c !important; /* Yellow hover */
}

/* Header menu - Dark text on light background */
.header-menu ul li a,
.header-menu .wd-sub-menu.mega-menu-list li a {
    color: #333333 !important; /* Force dark text */
    font-weight: 500 !important;
}

/* Header menu hover */
.header-menu ul li a:hover,
.header-menu .wd-sub-menu.mega-menu-list li a:hover {
    color: #f4a51c !important; /* Brown hover */
}

.woocommerce-mini-cart__buttons .checkout {
	background-color: #4fac75 !important;
	border-radius: 5px !important;
}

.woocommerce-mini-cart__buttons .checkout:hover {
	background-color: #6eda99 !important;
	border-radius: 5px !important;
}

.woocommerce-mini-cart__buttons .btn-cart {
	background-color: transparent !important;
	color: #000 !important;
	border: solid 2px #000 !important;
}

.woocommerce-mini-cart__buttons .btn-cart:hover {
	background-color: transparent !important;
	color: #000 !important;
}

.wd-progress-bar .progress-bar {
	background-color: #459647 !important;
}

.woocommerce-info  {
	background-color: #459647 !important;
}

.single_add_to_cart_button {
	background-color: #FFA51E !important;
	border-radius: 5px;
}
.single_add_to_cart_button:hover {
	background-color: #fbb751 !important;
	border-radius: 5px;
}

.wd-coupon-form .button[name="apply_coupon"] {
	background-color: #FFA51E !important;
	border-radius: 5px !important;
}

.wd-coupon-form .button[name="apply_coupon"]:hover {
	background-color: #fbb751 !important;
	border-radius: 5px !important;
}

.woocommerce-Price-amount {
	color: #FFA51E !important;
}

.wc-proceed-to-checkout a {
	background-color: #4fac75 !important;
	border-radius: 5px !important;
}

.wc-proceed-to-checkout a:hover {
	background-color: #6eda99 !important;
	border-radius: 5px !important;
}

#place_order {
	background-color: #4fac75 !important;
	border-radius: 5px !important;
}

#place_order:hover {
	background-color: #6eda99 !important;
	border-radius: 5px !important;
}

.whb-top-bar {
	background-color: #e58e0c !important;
}

.searchform[class*="wd-style-with-bg"] .searchsubmit {
	background-color: #e58e0c !important;
}

.wd-tools-element:is(.wd-design-2,.wd-design-5) .wd-tools-count {
	background-color: #e58e0c !important;
}

.wd-header-cart.wd-design-2 .wd-cart-number  {
	background-color: #e58e0c !important;
}

.wd-product.wd-hover-standard .wd-add-btn>a {
	background-color: #FFA51E !important;
	border-radius: 5px !important;
}

.wd-product.wd-hover-standard .wd-add-btn>a:hover {
	background-color: #fbb751 !important;
	border-radius: 5px !important;
}

       /* General Coupon Styling */
.custom-coupon-wrap {
    display: flex;
    flex-direction: column; /* Stack heading, field, and button */
    gap: 10px;
    margin-bottom: 20px;
    width: 100%; /* Ensure full width container */
}

/* Coupon Heading */
.custom-coupon-heading {
    font-size: 22px;
    font-weight: bold;
    color: #222;
    text-transform: uppercase;
    letter-spacing: 1px;
    margin-bottom: 5px;
}

/* Coupon Field and Button Wrapper */
.coupon-input-wrap {
    display: flex;
    gap: 10px; /* Space between input and button */
    align-items: center;
}

/* Coupon Input Field */
#custom_coupon_code {
    flex: 1;
    padding: 12px 15px;
    border: 2px solid #e0e0e0;
    border-radius: 30px;
    font-size: 16px;
    color: #666;
    outline: none;
    background: #fff;
    width: 100%;
    max-width: 300px;
    box-sizing: border-box;
}

/* Coupon Button */
#apply_coupon_button {
    padding: 12px 20px;
    background: #FFA51E;
    color: #fff;
    border: none;
    cursor: pointer;
    border-radius: 5px;
    font-size: 14px;
    font-weight: bold;
    text-transform: uppercase;
    white-space: nowrap;
}

/* Button Hover Effect */
#apply_coupon_button:hover {
    background: #fbb751;
}

/* Responsive Styles for Mobile & Tablets */
@media (max-width: 1024px) { /* Tablets and smaller screens */
    .custom-coupon-wrap {
        width: 100%;
    }

    .coupon-input-wrap {
        display: flex;
        flex-direction: column; /* Stack input and button */
        width: 100%;
    }

    #custom_coupon_code {
        width: 100%; /* Full width */
        max-width: none; /* Remove max-width */
    }

    #apply_coupon_button {
        width: 100%; /* Full width */
        margin-top: 10px; /* Space between input and button */
    }
}

.product-label.onsale {
	background-color: #FFA51E !important;
}

.woocommerce-store-notice {
	background-color: #FFA51E 	!important;
}

.wd-highlighted-products {
	display: none;
}
.musashi-checkout-support-bottom{
margin-top:15px;
padding:14px;
background:#f7f7f7;
border-radius:8px;
text-align:center;
}

.support-title{
font-weight:600;
margin-bottom:10px;
}

.support-buttons{
display:flex;
gap:10px;
flex-wrap:wrap;
justify-content:center;
}

.support-btn{
padding:10px 14px;
border-radius:6px;
font-weight:600;
text-decoration:none;
color:#fff !important;
transition:0.2s;
}

.phone-btn{
background:#000;
}

.phone-btn:hover{
background:#222;
}

.viber-btn{
background:#7360F2;
}

.viber-btn:hover{
background:#5b49d6;
}

@media (max-width: 767px) {
  .wd-loop-footer.products-footer nav.woocommerce-pagination.wd-pagination {
    display: flex !important;
    justify-content: center !important;
    width: 100% !important;
  }

  .wd-loop-footer.products-footer nav.woocommerce-pagination.wd-pagination ul.page-numbers {
    list-style: none !important;
    display: flex !important;
    flex-direction: row !important;
    justify-content: center !important;
    align-items: center !important;
    gap: 14px !important;
    margin: 0 !important;
    padding: 0 !important;
  }

  .wd-loop-footer.products-footer nav.woocommerce-pagination.wd-pagination ul.page-numbers li {
    list-style: none !important;
    display: inline-flex !important;
    margin: 0 !important;
    padding: 0 !important;
  }

  .wd-loop-footer.products-footer nav.woocommerce-pagination.wd-pagination ul.page-numbers li::before,
  .wd-loop-footer.products-footer nav.woocommerce-pagination.wd-pagination ul.page-numbers li::marker {
    display: none !important;
    content: none !important;
  }
}