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

:root {
	--wd-text-font: "Poppins", Arial, Helvetica, sans-serif;
	--wd-text-font-weight: 400;
	--wd-text-color: rgb(0,0,0);
	--wd-text-font-size: 14px;
	--wd-title-font: "Poppins", Arial, Helvetica, sans-serif;
	--wd-title-font-weight: 600;
	--wd-title-transform: capitalize;
	--wd-title-color: rgb(0,0,0);
	--wd-entities-title-font: "Poppins", Arial, Helvetica, sans-serif;
	--wd-entities-title-font-weight: 500;
	--wd-entities-title-transform: capitalize;
	--wd-entities-title-color: rgb(0,0,0);
	--wd-entities-title-color-hover: rgb(254, 99, 35);
	--wd-alternative-font: "Poppins", Arial, Helvetica, sans-serif;
	--wd-widget-title-font: "Poppins", Arial, Helvetica, sans-serif;
	--wd-widget-title-font-weight: 500;
	--wd-widget-title-transform: capitalize;
	--wd-widget-title-color: rgb(0,0,0);
	--wd-widget-title-font-size: 15px;
	--wd-header-el-font: "Poppins", Arial, Helvetica, sans-serif;
	--wd-header-el-font-weight: 500;
	--wd-header-el-transform: capitalize;
	--wd-header-el-font-size: 14px;
	--wd-primary-color: rgb(254,99,35);
	--wd-alternative-color: rgb(0,0,0);
	--wd-link-color: rgb(0,0,0);
	--wd-link-color-hover: rgb(254,99,35);
	--btn-default-font-family: "Poppins", Arial, Helvetica, sans-serif;
	--btn-default-font-weight: 500;
	--btn-default-transform: capitalize;
	--btn-default-bgcolor: rgb(254,99,35);
	--btn-default-bgcolor-hover: rgb(0,0,0);
	--btn-accented-font-family: "Poppins", Arial, Helvetica, sans-serif;
	--btn-accented-font-weight: 500;
	--btn-accented-transform: capitalize;
	--btn-accented-bgcolor: rgb(254,99,35);
	--btn-accented-bgcolor-hover: rgb(0,0,0);
	--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: none;
	background-repeat: no-repeat;
	background-size: cover;
	background-position: center center;
	--wd-popup-width: 800px;
	--wd-popup-padding: 15px;
}
.page-title-default {
	background-color: #0a0a0a;
	background-image: none;
	background-size: cover;
	background-position: center center;
}
.footer-container {
	background-color: rgb(0,0,0);
	background-image: none;
}
html .product-image-summary-wrap .product_title, html .wd-single-title .product_title {
	font-weight: 600;
}
html .wd-buy-now-btn {
	font-family: "Poppins", Arial, Helvetica, sans-serif;
	font-weight: 500;
	font-size: 13px;
	text-transform: capitalize;
	color: rgb(255,255,255);
	background: rgb(0,0,0);
}
html .wd-buy-now-btn:hover {
	color: rgb(255,255,255);
	background: rgb(254,99,35);
}
.wd-popup.popup-quick-view {
	--wd-popup-width: 920px;
}
:root{
--wd-form-brd-radius: 0px;
--btn-default-color: #fff;
--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;
--wd-brd-radius: 0px;
}



body .scrollToTop {
  right: auto;
  left: 20px;
}

.noonSwiper .noon-dots{
  display: none;
}


/* Start Top Search Box */

[class*="wd-header-search-form"] input[type="text"]{
	font-size: 13px !important;
	border: none;
}

/* End Top Search Box */

.wd-dropdown{
	box-shadow: none !important;
}

.wd-timer{
	--wd-timer-size: 15px !important;
}

/* Start Global Category image Hover Box Code */

.category-img{
	border-radius: 6px;
	overflow: hidden;
}
.category-img img{
	border-radius: 6px;
	transition: .5s;
}
.category-img:hover img{
	transform: scale(1.1);
}


/* End Global Category image Hover Box Code */

/* Start Home Page Product Code */

.product-wrapper{
	border: 1px solid #ddd;
	background: #fff;
	border-radius: 5px !important;
}
.product-wrapper img{
	border-radius: 5px 5px 0px 0px;
}
.product-element-bottom{
	padding-top: 5px;
	padding-bottom: 10px;
	padding-left: 8px;
	padding-right: 8px;
}
.wd-entities-title a{
	font-size: 13px !important;
}
.wd-product.wd-hover-fw-button .wd-add-btn > a{
	display: none;
}
.open-quick-view{
	display: none !important;
}

.wd-hover-with-fade.hover-ready:hover .product-wrapper{
   transform: none !important;
}
.wd-hover-with-fade.hover-ready:hover .content-product-imagin{
  opacity: 0 !important;
}

.wd-buttons{
	border-radius: 50% !important;
	box-shadow: none !important;
}

/* End Home Page Product Code */

/* Start Single Product Page */

.product_title{
	font-size: 18px;
}

.wd-social-icons:is(.icons-size-small, .icons-size-) .wd-icon{
	background: rgb(254,99,35);
	color: #fff;
	width: 27px;
	height: 27px;
	border-radius: 50%;
	font-size: 13px !important;
	transition: .5s;
}
.wd-icon::before{
	line-height: 27px;
}
.wd-social-icons:is(.icons-size-small, .icons-size-) .wd-icon:hover{
	background: #000;
}

.single_add_to_cart_button{
  width: 83%;
}
.wd-buy-now-btn{
  width: 100%;
}


.wd-tabs-title{
	text-transform: capitalize;
	font-size: 15px;
}

.single-product-call-btn a{
	width: 100%;
	display: block;
	margin: 0 auto;
}

.wd-el-title span{
	font-size: 20px;
}

/* End Single Product Page */

/* Start Cart Page */

table th{
	text-transform: capitalize;
	font-size: 14px;
}
.cart-totals-inner > h2{
	text-transform: capitalize;
	font-size: 16px;
}
.cart-totals-inner table .cart-subtotal .amount{
	font-weight: 500 !important;
	color: #FE6323 !important;
}

.wd-coupon-form .input-text{
	border-radius: 5px;
}
.cart-content-wrapper > .cart-totals-section .cart-totals-inner{
	border-width: 2px;
	border-radius: 5px;
}

td.product-remove a{
	border: 2px solid #ddd;
	border-radius: 50%;
}
td.product-remove a:hover{
	background: rgb(254,99,35);
	color: #fff;
	border-color: rgb(254,99,35);
}

/* End Cart Page */

/* Start Side Bar Cart Code */

.wd-heading .title{
	font-size: 15px;
}
.wd-action-btn.wd-style-text > a{
	font-size: 13px !important;
}
.woocommerce-mini-cart__total strong{
	font-size: 15px !important;
}
.woocommerce-mini-cart__total .woocommerce-Price-amount{
	font-size: 16px;
}

/* End Side Bar Cart Code */

/* Start Checkout Page Code */

.woocommerce-billing-fields > h3{
	font-size: 20px;
	text-transform: capitalize;
}
label{
	font-weight: 600;
	font-size: 14px;
	margin-bottom: 7px;
}

.woocommerce-input-wrapper input[type="text"],input[type="tel"],input[type="email"]{
	border: 1px solid #ccc;
	border-radius: 5px;
	color: rgb(35,31,32);
}
.woocommerce-input-wrapper input[type="text"]::placeholder,input[type="tel"]::placeholder,input[type="email"]::placeholder{
	opacity: 1;
	font-size: 14px;
	color: #222;
	font-weight: 500;
}
.woocommerce-shipping-fields{
	display: none;
}
.woocommerce-input-wrapper textarea{
	min-height: 70px !important;
	border: 1px solid #ccc;
	border-radius: 5px;
	color: rgb(35,31,32);
}

.woocommerce-checkout > .checkout-order-review{
	padding: 30px 0px !important;
}
.checkout-order-review > .woocommerce-checkout-review-order .wd-table-wrapper{
	padding: 0px !important;
	box-shadow: none !important;
}
#order_review_heading{
	font-size: 20px;
	text-transform: capitalize;
	text-align: left;
	background: #fff !important;
}
.woocommerce-checkout-review-order-table{
  background: #fff !important;
}
.woocommerce-checkout > .checkout-order-review::before{
  display: none !important;
	background-color: #fff !important;
	background-image: none !important;
}
.woocommerce-checkout > .checkout-order-review::after{
  display: none;
}
:is(.woocommerce-checkout > .checkout-order-review, .woocommerce-order-pay #order_review){
  background: #fff;
}

.woocommerce-notices-wrapper{
	display: none;
}

.payment_methods .payment_box{
	box-shadow: none;
}

tr.cart_item .product-total > .amount{
 color: #000 !important;
}

.wd-checkout-remove-btn{
	border: 1px solid #ddd;
	border-radius: 50%;
}
.wd-checkout-remove-btn:hover{
	background: rgb(254,99,35);
	color: #fff;
	border-color: rgb(254,99,35);
}

/* End Checkout Page Code */

/* Start Contact Page Code */ 

div.wpforms-container-full input[type="text"],div.wpforms-container-full input[type="email"]{
	border: 2px solid #ddd !important;
	height: 38px !important;
}
div.wpforms-container-full input[type="text"]::placeholder{
	opacity: 1 !important;
	color: #000 !important;
	font-size: 14px !important
}
div.wpforms-container-full input[type="email"]::placeholder{
	opacity: 1 !important;
	color: #000 !important;
	font-size: 14px !important
}
div.wpforms-container-full .wpforms-form textarea{
	border: 2px solid #ddd !important;
}
div.wpforms-container-full .wpforms-form textarea::placeholder{
	opacity: 1 !important;
	color: #000 !important;
	font-size: 14px !important
}
.wpforms-submit{
	width: 100% !important;
	text-align: center !important;
	transition: .5s !important;
	background: #000 !important;
	font-size: 14px !important;
}
.wpforms-submit:hover{
	background: #FE6323 !important;
}

div.wpforms-container-full:not(:empty){
	background: transparent !important;
	background-image: none !important;
}

/* End Contact Page Code */

/* Start Thank You Page */

.wd-builder-off :is(.woocommerce-thankyou-order-received, .woocommerce-thankyou-order-failed){
  display: none;
}

.woocommerce-order-details__title, .woocommerce-column__title {
  text-transform: capitalize;
  font-size: 18px;
}
.woocommerce-table--order-details tfoot tr:last-child th {
  text-transform: capitalize;
  font-size: 17px;
}

.woocommerce-button.button.wpifw-my-account-invoice {
  padding: 10px 20px !important;
  background: #000 !important;
}
.woocommerce-button.button.wpifw-my-account-invoice:hover{
  background: rgb(179,148,123) !important;
}

/* End Thank You Page */

































@media (max-width: 576px) {
	.chaty *, .chaty-form-body form{
		margin-bottom: 20px;
}
.wd-search-full-screen .searchform input[type="text"]{
  font-size: 15px !important;
}

.wd-nav > li > a{
  text-transform: capitalize;
}

/* Start Single Product Page */

.product_title{
	font-size: 17px !important;
}

.wd-accordion-title-text{
  font-size: 14px !important; 
}

.single_add_to_cart_button {
  width: 72% !important;
}

.wd-el-title span{
	font-size: 16px !important;
}

/* End Single Product Page */

/* Start Checkout Page Code */

.woocommerce-billing-fields > h3{
  font-size: 17px !important;
}
 
#order_review_heading{
  font-size: 18px !important;
	margin-bottom: 5px !important;
}
label{
  font-size: 13px !important;
}
tr.order-total th{
  font-size: 16px;
}
.woocommerce-input-wrapper input[type="text"]::placeholder,input[type="tel"]::placeholder,input[type="email"]::placeholder{
  font-size: 13px !important;
}
.woocommerce-additional-fields{
  margin-top: -20px !important;
}
.wd-builder-off .woocommerce-additional-fields{
  margin-bottom: 0px !important;
}
:is(.woocommerce-checkout > .checkout-order-review, .woocommerce-order-pay #order_review){
  background: #fff;
	margin-bottom: 0px !important;
}

/* End Checkout Page Code */

.woocommerce-table--order-details tfoot tr:last-child th{
  font-size: 14px !important;
}
.woocommerce-table--order-details tfoot tr:last-child th {
  font-size: 14px !important;
}
}

