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

:root {
	--wd-text-font: "Anek Bangla", Arial, Helvetica, sans-serif;
	--wd-text-font-weight: 400;
	--wd-text-color: #777777;
	--wd-text-font-size: 16px;
	--wd-title-font: "Anek Bangla", Arial, Helvetica, sans-serif;
	--wd-title-font-weight: 500;
	--wd-title-color: #242424;
	--wd-entities-title-font: "Anek Bangla", 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: "Anek Bangla", Arial, Helvetica, sans-serif;
	--wd-widget-title-font: "Ubuntu", 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: 17px;
	--wd-header-el-font: "Anek Bangla", Arial, Helvetica, sans-serif;
	--wd-header-el-font-weight: 400;
	--wd-header-el-transform: uppercase;
	--wd-header-el-font-size: 15px;
	--wd-primary-color: rgb(50,66,91);
	--wd-alternative-color: #fbbc34;
	--wd-link-color: #333333;
	--wd-link-color-hover: #242424;
	--btn-default-font-weight: 500;
	--btn-default-transform: uppercase;
	--btn-default-bgcolor: #f7f7f7;
	--btn-default-bgcolor-hover: #efefef;
	--btn-accented-bgcolor: rgb(50,66,91);
	--btn-accented-bgcolor-hover: rgb(30,106,61);
	--wd-form-brd-width: 2px;
	--notices-success-bg: rgb(0,0,128);
	--notices-success-color: #fff;
	--notices-warning-bg: #E0B252;
	--notices-warning-color: #fff;
}
.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: #111111;
	background-image: none;
	background-repeat: no-repeat;
	background-size: cover;
	background-position: center center;
	--wd-popup-width: 800px;
}
.page-title-default {
	background-color: #0a0a0a;
	background-image: none;
	background-size: cover;
	background-position: center center;
}
.footer-container {
	background-color: rgb(50,66,91);
	background-image: none;
}
html .wd-nav.wd-nav-main > li > a {
	font-family: Arial, Helvetica, sans-serif;	font-weight: 700;
	line-height: 1.4px;
}
html .wd-builder-off .tabs-layout-accordion > .wd-accordion-item > .wd-accordion-title .wd-accordion-title-text, html .wd-builder-off .tabs-layout-tabs .wd-nav-tabs > li > a {
	font-family: -apple-system,BlinkMacSystemFont,"Segoe UI",Roboto,Oxygen-Sans,Ubuntu,Cantarell,"Helvetica Neue",sans-serif;	font-weight: 500;
	font-size: 18px;
}
html .wd-buy-now-btn {
	font-size: 20px;
	background: rgb(221,51,51);
}
html .entry-summary .single_add_to_cart_button, .wd-single-add-cart .single_add_to_cart_button {
	font-weight: 500;
	background: #32425B;
}
.product-labels .product-label.onsale {
	background-color: rgb(231,41,51);
}
.wd-popup.popup-quick-view {
	--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-bottom-active: -1px;
--btn-default-brd-radius: 0px;
--btn-default-box-shadow: inset 0 -2px 0 rgba(0, 0, 0, .15);
--btn-default-box-shadow-hover: inset 0 -2px 0 rgba(0, 0, 0, .15);
--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);
}

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


/* Container for the size options */
.size-variation {
    display: flex;
    flex-wrap: wrap; /* Allows wrapping on smaller screens */
    gap: 5px;        /* Adds space between circles */
}

/* Size options styling */
.wd-text-style-4 .wd-swatch.wd-text {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 40px;
    height: 40px;
    text-align: center;
    border-radius: 50%;
    border: 2px solid #333 !important;
    font-weight: bold;
    cursor: pointer;
    transition: 0.3s;
}

/* Hover effect */
.wd-text-style-4 .wd-swatch.wd-text:hover {
    border-color: #555 !important;
    background-color: #f0f0f0;
}

/* Media query for mobile devices */
@media (max-width: 600px) {
    .size-variation {
        justify-content: space-between; /* Distributes items evenly on mobile */
    }
    
    .wd-text-style-4 .wd-swatch.wd-text {
        width: 35px;  /* Adjust size if needed for mobile */
        height: 35px;
    }
}


    order: 1; /* Moves the Buy Now button */
}


/*Hide Add To Cart Until Variation is selected*/
.woocommerce-variation-add-to-cart-disabled {
display:none;
}

.wd-btn-design-full form.cart :where(.single_add_to_cart_button,.wd-buy-now-btn) {
    flex: 1 1 auto;
    width: 70%;
}


/* Target the button with the class wc-buy-now-btn */
button.wc-buy-now-btn {
    background-color:#dd6b20!important; /* Change to the color you prefer */
    color: white; /* Change text color if needed */
    border: none; /* Remove any default border */
}

button.wc-buy-now-btn:hover {
    background-color: #C0392B; /* Darker shade on hover */
}

button.wc-buy-now-btn:disabled {
    background-color: #BDC3C7; /* Light gray for disabled button */
    color: #7F8C8D; /* Change text color for disabled state */
}

div.quantity {
    display: none;
    vertical-align: top;
    white-space: nowrap;
    font-size: 0;
}

.elementor-27547 .elementor-element.elementor-element-1f89057c .single_add_to_cart_button {
    font-weight: 600;
    display: none;
}

/* Default styles for desktop (large screens) */
.smdsw-shipping {
    width: 60%;
    display: block;
    padding: 10px 40px;
    border-radius: 6px;
    margin-left: 140px;
}

/* Styles for small devices (up to 767px width) */
@media only screen and (max-width: 767px) {
    .smdsw-shipping {
        width: 80%;
        display: block;
        padding: 10px 10px;
        border-radius: 6px;
        margin-left: 40px;
    }
}

.woocommerce-message {
    display: none !important;
}




:is(.wd-custom-icon,picture.wd-custom-icon img) {
    max-width: 20px;

}

span.menu-opener.color-scheme-dark.has-bg {
    border-radius: 30px;
}
.wd-header-cats.wd-style-1.wd-event-hover.wd-open-dropdown.wd-with-overlay.woodmart-cat-custom-icon.whb-b9hmvhzhjl2b2j44s48x {
    height: 44px;
    /* border-radius: 30px; */
}

.swiper-horizontal>.swiper-pagination-bullets, .swiper-pagination-bullets.swiper-pagination-horizontal, .swiper-pagination-custom, .swiper-pagination-fraction {
    bottom: 10px;
    left: 40%;
    width: 15%;
    background: #b1bccd91;
    border-radius: 30px;
}
span.nav-link-text {
    font-family: poppins;
    font-size: 14px;
    font-weight: 600;
}

/*.product-grid-item .wd-add-btn {
    display: none;
}*/

/*.wd-product.wd-hover-standard .wd-add-btn {
    display: none;
}*/
  
.woodmart-add-btn{
display:none;
}

a.button.product_type_simple.add_to_cart_button.ajax_add_to_cart.add-to-cart-loop {
    display: none;
}
a.button.product_type_variable.add_to_cart_button.add-to-cart-loop {
    display: none;
}
button.single_add_to_cart_button.button.alt {
    display: none;
}@media (min-width: 1025px) {
	.product-type-simple form.cart,
.woocommerce-variation-add-to-cart {
  display: flex;
}
.product-type-simple form.cart > button,
.woocommerce-variation-add-to-cart > button {
  flex-grow: 1;
}

.woocommerce ul.products li.product .add_to_cart_button,
.woocommerce ul.products li.product .button {
    display: none !important;
}
}

