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

:root {
	--wd-text-font: "Poppins", Arial, Helvetica, sans-serif;
	--wd-text-font-weight: 400;
	--wd-text-color: #777777;
	--wd-text-font-size: 14px;
	--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: 600;
	--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: 600;
	--wd-widget-title-transform: uppercase;
	--wd-widget-title-color: #333;
	--wd-widget-title-font-size: 16px;
	--wd-header-el-font: "Poppins", Arial, Helvetica, sans-serif;
	--wd-header-el-font-weight: 700;
	--wd-header-el-transform: none;
	--wd-header-el-font-size: 14px;
	--wd-primary-color: rgb(247,120,35);
	--wd-alternative-color: #fbbc34;
	--wd-link-color: #333333;
	--wd-link-color-hover: #242424;
	--btn-default-bgcolor: #f7f7f7;
	--btn-default-bgcolor-hover: #efefef;
	--btn-accented-bgcolor: rgb(247,120,35);
	--btn-accented-bgcolor-hover: rgb(247,120,35);
	--wd-form-brd-width: 2px;
	--notices-success-bg: #459647;
	--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: url(https://nexgearbd.com/wp-content/uploads/2022/09/accessories-popup.jpg);
	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: rgba(16,16,16,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: 18px;
	text-transform: none;
}
html .wd-nav-mobile > li > a, html .wd-nav-mobile .wd-sub-menu li a {
	text-transform: none;
}
html .wd-buy-now-btn {
	background: rgb(247,120,35);
}
html .wd-buy-now-btn:hover {
	background: rgb(247,120,35);
}
.wd-popup.popup-quick-view {
	--wd-popup-width: 920px;
}
:root{
--wd-container-w: 1320px;
--wd-form-brd-radius: 5px;
--btn-default-color: #333;
--btn-default-color-hover: #333;
--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: 8px;
}

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

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


@font-face {
	font-family: "hkgroteskpro";
	font-weight: 600;
	font-style: normal;
}

.single-product .product_title{ font-size:20px !important; }
.product-image-summary .single_add_to_cart_button { 
    font-size: 11px; 
    line-height: 18px; 
    padding: 11px 7px;
}
.woocommerce-cart table.cart td.actions input#coupon_code {
    width: 200px;
}
.single-breadcrumbs-wrapper .woocommerce-breadcrumb .breadcrumb-last:last-child{
display: none;
}
.product-label.out-of-stock {
    background-color: #E51609;
    color: #ffffff;
    font-weight: 900;
}
body .product_meta > span.tagged_as {
display:none;
}
.woodmart-add-btn{
display:none;
}
.product-grid-item .wd-add-btn {
    display: none;
}
.vc_separator h4 {
font-size:17px;
}
/* Main container for buttons */
.product-action {
    display: flex;
    justify-content: space-between; 
    align-items: center;
    gap: 10px;
    flex-wrap: wrap; /* Stack buttons if screen is small */
    margin-top: 20px;
}

/* Styling for both buttons */
.add-to-cart-btn, .buy-now-btn {
    width: 48%; /* Set width to 48% for both buttons */
    padding: 12px;
    font-size: 16px;
    border: none;
    cursor: pointer;
    border-radius: 5px;
    transition: background-color 0.3s ease;
}

/* "Add to Cart" button styling */
.add-to-cart-btn {
    background-color: #333; /* Black color */
    color: white;
}

.add-to-cart-btn:hover {
    background-color: #555; /* Darker shade on hover */
}

/* "Buy Now" button styling */
.buy-now-btn {
    background-color: #e60012; /* Red color */
    color: white;
}

.buy-now-btn:hover {
    background-color: #b5000e; /* Darker red on hover */
}

/* Mobile view responsive behavior */
@media (max-width: 768px) {
    .product-action {
        flex-direction: column; /* Stack the buttons vertically */
        align-items: center;
    }
    .add-to-cart-btn, .buy-now-btn {
        width: 100%; /* Full width buttons on mobile */
    }
}

/* Contact Us button styling */
.contact-us-btn a {
    display: inline-block;
    margin-top: 10px;
    font-size: 14px;
    color: #333;
    text-decoration: none;
}

.contact-us-btn a:hover {
    color: #e60012; /* Change color to red on hover */
}