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

:root {
	--wd-text-font: "Albert Sans", Arial, Helvetica, sans-serif;
	--wd-text-font-weight: 400;
	--wd-text-color: #767676;
	--wd-text-font-size: 16px;
	--wd-title-font: "Albert Sans", Arial, Helvetica, sans-serif;
	--wd-title-font-weight: 700;
	--wd-title-color: #242424;
	--wd-entities-title-font: "Albert Sans", Arial, Helvetica, sans-serif;
	--wd-entities-title-font-weight: 600;
	--wd-entities-title-color: #333333;
	--wd-entities-title-color-hover: rgba(51, 51, 51, 0.65);
	--wd-alternative-font: "Albert Sans", Arial, Helvetica, sans-serif;
	--wd-widget-title-font: "Albert Sans", Arial, Helvetica, sans-serif;
	--wd-widget-title-font-weight: 600;
	--wd-widget-title-transform: capitalize;
	--wd-widget-title-color: #333;
	--wd-widget-title-font-size: 16px;
	--wd-header-el-font: "Albert Sans", Arial, Helvetica, sans-serif;
	--wd-header-el-font-weight: 600;
	--wd-header-el-transform: capitalize;
	--wd-header-el-font-size: 14px;
	--wd-brd-radius: 10px;
	--wd-otl-style: dotted;
	--wd-otl-width: 2px;
	--wd-primary-color: rgb(7,135,234);
	--wd-alternative-color: rgb(30,30,30);
	--btn-default-bgcolor: #f7f7f7;
	--btn-default-bgcolor-hover: #efefef;
	--btn-accented-bgcolor: rgb(7,135,234);
	--btn-accented-bgcolor-hover: rgb(229,229,229);
	--btn-transform: capitalize;
	--btn-color: rgb(255,255,255);
	--btn-bgcolor: rgb(7,135,234);
	--wd-form-brd-width: 1px;
	--notices-success-bg: rgb(206,239,211);
	--notices-success-color: rgb(71,178,96);
	--notices-warning-bg: rgb(252,222,222);
	--notices-warning-color: rgb(221,51,51);
	--wd-link-color: #333333;
	--wd-link-color-hover: #242424;
}
.wd-age-verify-wrap {
	--wd-popup-width: 500px;
}
.wd-popup.wd-promo-popup {
	background-color: #111111;
	background-image: none;
	background-repeat: no-repeat;
	background-size: contain;
	background-position: left center;
}
.wd-promo-popup-wrap {
	--wd-popup-width: 800px;
}
:is(.woodmart-woocommerce-layered-nav, .wd-product-category-filter) .wd-scroll-content {
	max-height: 223px;
}
.wd-page-title .wd-page-title-bg img {
	object-fit: cover;
	object-position: center center;
}
.wd-footer {
	background-color: rgb(255,255,255);
	background-image: none;
}
html .wd-nav-mobile > li > a {
	text-transform: capitalize;
}
html .wd-checkout-steps li {
	text-transform: capitalize;
}
html table th {
	text-transform: none;
}
html .wd-product .wd-entities-title a {
	font-size: 14px;
}
html .wd-dropdown-menu.wd-design-default .wd-sub-menu li a {
	font-weight: 600;
	color: rgb(89,89,89);
}
.page :is(.wd-page-content, .whb-header) {
	background-color: rgb(255,255,255);
	background-image: none;
}
.woodmart-archive-shop:not(.single-product) :is(.wd-page-content, .whb-header) {
	background-color: rgb(255,255,255);
	background-image: none;
}
.single-product :is(.wd-page-content, .whb-header) {
	background-color: rgb(255,255,255);
	background-image: none;
}
.woodmart-archive-blog :is(.wd-page-content, .whb-header) {
	background-color: rgb(255,255,255);
	background-image: none;
}
.single-post :is(.wd-page-content, .whb-header) {
	background-color: rgb(255,255,255);
	background-image: none;
}
html .btn.wd-buy-now-btn {
	color: rgb(255,255,255);
	background: rgb(7,135,234);
}
html .btn.wd-buy-now-btn:hover {
	color: rgb(7,135,234);
	background: rgba(7,135,234,0.14);
}
html .entry-summary .single_add_to_cart_button, .wd-single-add-cart .single_add_to_cart_button {
	color: rgb(255,255,255);
	background: rgb(0,0,0);
}
html .entry-summary .single_add_to_cart_button:hover, .wd-single-add-cart .single_add_to_cart_button:hover {
	color: rgb(0,0,0);
	background: rgb(229,229,229);
}
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-color: rgb(118,118,118);
	--wd-form-placeholder-color: rgb(119,119,119);
	--wd-form-bg: rgb(255,255,255);
}
.wd-nav-arrows.wd-pos-sep:not(:where(.wd-custom-style)) {
	--wd-arrow-size: 40px;
	--wd-arrow-icon-size: 16px;
	--wd-arrow-offset-h: 15px;
	--wd-arrow-color: rgb(36,36,36);
	--wd-arrow-color-hover: rgb(51,51,51);
	--wd-arrow-color-dis: rgb(36,36,36);
	--wd-arrow-bg: rgb(244,244,244);
	--wd-arrow-bg-hover: rgb(239,239,239);
	--wd-arrow-bg-dis: rgb(244,244,244);
	--wd-arrow-radius: 20px;
}
.wd-nav-arrows.wd-pos-together:not(:where(.wd-custom-style)) {
	--wd-arrow-gap: 10px;
	--wd-arrow-size: 30px;
	--wd-arrow-icon-size: 14px;
	--wd-arrow-offset-h: -10px;
	--wd-arrow-offset-v: 5px;
	--wd-arrow-color: rgb(255,255,255);
	--wd-arrow-color-hover: rgb(255,255,255);
	--wd-arrow-color-dis: rgb(0,0,0);
	--wd-arrow-bg: rgb(0,0,0);
	--wd-arrow-bg-hover: rgb(0,0,0);
	--wd-arrow-bg-dis: rgb(221,221,221);
	--wd-arrow-radius: 100px;
}
.product-labels .product-label.onsale {
	background-color: rgb(36,36,36);
}
.product-labels .product-label.new {
	background-color: rgb(36,36,36);
}
.product-labels .product-label.featured {
	background-color: rgb(36,36,36);
}
.product-labels .product-label.out-of-stock {
	background-color: rgb(36,36,36);
}
.mfp-wrap.wd-popup-quick-view-wrap {
	--wd-popup-width: 800px;
}

@media (max-width: 1024px) {
	html .wd-product .wd-entities-title a {
		font-size: 14px;
	}

}

@media (max-width: 768.98px) {
	html .wd-product .wd-entities-title a {
		font-size: 13px;
	}

}
:root{
--wd-container-w: 1360px;
--wd-form-brd-radius: 35px;
--btn-default-color: #333;
--btn-default-color-hover: #333;
--btn-accented-color: #fff;
--btn-accented-color-hover: #333;
--btn-default-brd-radius: 35px;
--btn-default-box-shadow: none;
--btn-default-box-shadow-hover: none;
--btn-accented-brd-radius: 35px;
--btn-accented-box-shadow: none;
--btn-accented-box-shadow-hover: none;
}

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


.wd-page-title {
background-color: #0a0a0a;
}

.container,.container-fluid {
    width: 100%;
    max-width: var(--wd-container-w);
    padding-inline: 10px;margin-inline:auto}

.container-fluid {
    max-width: none
}



.wd-cart-number.wd-tools-count {
    background-color: rgb(7,135,234) !important;
    color: #ffffff !important;
}

.product-grid-item .star-rating {
    display: none;
}

	.woocommerce-table--order-details tfoot tr:last-child th {
			text-transform: uppercase;
			font-size: 16px;
	}


.wd-pagination ul.page-numbers li,
.page-numbers li {
    border-radius: 5px;
    overflow: hidden;
}

.page-numbers a,
.page-numbers span,
.page-numbers .current {
    border-radius: 5px;
}


.reset_variations {
    font-size: 15px !important;
}


.article-inner {
    border-radius: 10px !important;
    overflow: hidden !important;
    display: flex !important;
    flex-direction: column !important;
}

.wd-entities-title.title.post-title {
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
    min-height: 3.2em; /* approx 2 lines */
    line-height: 1.6em;
}


.entry-content.wd-post-desc {
    display: -webkit-box;
    -webkit-line-clamp: 4;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
    min-height: 6.4em; /* approx 4 lines with 1.6em line height */
    line-height: 1.6em;
}


.meta-author {
    display: none !important;
}


#billing_last_name_field {
    width: 100% !important;
    clear: both;
}


.wd-attr-selected {
    display: none !important;
}

	:root textarea {
    overflow: auto;
    padding: 10px 15px;
    min-height: 120px;
    resize: vertical
}

.single-product .wd-action-btn > a:before {
    color: black !important;
}


/* Checkout page only */
body.woocommerce-checkout .wd-content-layout {
    padding-block: 15px;
}

/* Mobile only */
@media (max-width: 767px) {
    body.woocommerce-checkout .wd-content-layout {
        padding-block: 10px;
    }
}


/* Hide billing country field on checkout */
.woocommerce-checkout #billing_country_field {
    display: none !important;
}

@media (max-width: 1024px) {
    .wd-label-side-md table.variations td.value {
        width: 100% !important;
        max-width: 100% !important;
        flex: none !important;
    }
	
    .wd-label-side-md table.variations .cell {
        display: table-cell !important;
    }

}

.wd-product.wd-hover-standard .wd-add-btn .add-to-cart-loop span {
    font-size: 14px !important;
}




/* ১. ক্যাটেগরি, ভেরিয়েশন এবং মেটা ডাটা রিমুভ */
.wd-loop-item-2118 .wd-product-cats, 
.wd-loop-item-2118 .wd-3c5b4334,
.wd-loop-item-2118 .wd-product-variations,
.wd-loop-item-2118 .with-swatches,
.wd-loop-item-2118 .wd-loop-prod-meta {
    display: none !important;
}

/* ২. ইমেজের ১:১ রেশিও (Square) করার জন্য */
.wd-loop-prod-thumb .wd-product-img-link {
    display: block !important;
    width: 100% !important;
    padding-top: 100% !important; /* ১:১ রেশিও */
    position: relative !important;
    height: 0 !important;
}

.wd-loop-prod-thumb .wd-product-img-link img {
    position: absolute !important;
    top: 0 !important;
    left: 0 !important;
    width: 100% !important;
    height: 100% !important;
    object-fit: cover !important;
}

/* ৩. মাঝখানের কন্টেইনার প্যাডিং (উপর-নিচে ৫, দুইপাশে ১০) */
.wd.wd .wd-2fe21a7f {
    padding: 6px 10px !important;
}

/* ৪. নিচের প্রাইস কন্টেইনার প্যাডিং (উপর-নিচে ৩, দুইপাশে ১০) */
.wd.wd .wd-5b91211b {
    padding: 10px 15px !important;
}

/* ৫. ডিজাইন ফিক্স: টাইটেলের নিচের অতিরিক্ত গ্যাপ কমানো */
.wd-2fe21a7f .wd-entities-title {
    margin-bottom: 0px !important;
}