@font-face {
	font-weight: normal;
	font-style: normal;
	font-family: "woodmart-font";
	src: url("//americanairlessonline.com/wp-content/themes/woodmart/fonts/woodmart-font-1-400.woff2?v=8.3.7") 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: 16px;
	--wd-title-font: "Poppins", Arial, Helvetica, sans-serif;
	--wd-title-font-weight: 600;
	--wd-title-color: rgb(0,0,0);
	--wd-entities-title-font: "Poppins", Arial, Helvetica, sans-serif;
	--wd-entities-title-font-weight: 600;
	--wd-entities-title-color: rgb(0,0,0);
	--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: rgb(0,0,0);
	--wd-widget-title-font-size: 18px;
	--wd-header-el-font: "Poppins", Arial, Helvetica, sans-serif;
	--wd-header-el-font-weight: 400;
	--wd-header-el-transform: uppercase;
	--wd-header-el-font-size: 16px;
	--wd-otl-style: dotted;
	--wd-otl-width: 2px;
	--wd-primary-color: rgb(9,9,117);
	--wd-alternative-color: rgb(16,31,46);
	--btn-default-transform: none;
	--btn-default-bgcolor: rgb(0,0,132);
	--btn-default-bgcolor-hover: rgb(0,0,132);
	--btn-accented-transform: none;
	--btn-accented-bgcolor: rgb(0,0,132);
	--btn-accented-bgcolor-hover: rgb(0,0,132);
	--wd-form-brd-width: 2px;
	--notices-success-bg: #459647;
	--notices-success-color: #fff;
	--notices-warning-bg: #E0B252;
	--notices-warning-color: #fff;
	--wd-link-color: rgb(0,0,0);
	--wd-link-color-hover: #242424;
}
.wd-age-verify-wrap {
	--wd-popup-width: 500px;
}
.wd-popup.wd-promo-popup {
	background-color: rgb(255,255,255);
	background-image: none;
}
.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 .product.wd-cat .wd-entities-title, html .product.wd-cat.cat-design-replace-title .wd-entities-title, html .wd-masonry-first .wd-cat:first-child .wd-entities-title {
	font-size: 16px;
}
html .wd-page-content .wd-product .product-wrapper .wd-entities-title {
	font-family: "Poppins", Arial, Helvetica, sans-serif;
	font-weight: 600;
	font-size: 12px;
}
.mfp-wrap.wd-popup-quick-view-wrap {
	--wd-popup-width: 920px;
}
:root{
--wd-container-w: 1222px;
--wd-form-brd-radius: 35px;
--btn-default-color: #333;
--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: 35px;
--btn-accented-box-shadow: none;
--btn-accented-box-shadow-hover: none;
--wd-brd-radius: 0px;
}

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


.wd-page-title {
background-color: rgba(255,255,255,0.79);
}

.widget-title {font-size:14px !important}

.specs-table {
    width: 95%;
    border-collapse: collapse;
    border: 1px solid #ccc; /* Gray border color */
		margin: 0 auto;
}

.specs-label {
    background-color: #f5f5f5; /* Light gray background */
/*     width: 25%; */
    border: 1px solid #ccc; /* Gray border */
    padding: 8px;
    font-weight: 700; /* Set font weight to 700 (same as <strong>) */
    text-align: left;
}

.specs-value {
/*     width: 70%; */
    border: 1px solid #ccc; /* Gray border */
    padding: 8px;
    text-align: left;
}
.comp-value {
/* 	width: 20%; */
	border: 1px solid #ccc; /* Gray border */
	padding: 8px;
	text-align: left;
}

.specs-title {
    color: blue;
    margin-top: 20px;
    font-size: 18px;
}

 .product-description {
    display: flex;
    flex-direction: column;
    margin: auto;
  }
  .product-header {
    margin-bottom: 20px;
  }
  .comparison-container {
    display: flex;
    justify-content: space-between;
    gap: 20px;
    flex-wrap: wrap;
  }
  .comparison-column {
    width: 48%;
    padding: 10px;
    border: 1px solid #ddd;
    border-radius: 5px;
    background-color: #f9f9f9;
    box-sizing: border-box;
  }
  .comparison-column h2 {
    font-size: 1.2em;
    text-align: center;
    margin-bottom: 15px;
    color: #333;
  }
  .comparison-column ul {
    list-style-type: none;
    padding: 0;
  }
  .comparison-column li {
    margin-bottom: 10px;
    font-size: 0.95em;
    line-height: 1.5;
  }
  .feature-title {
    font-weight: bold;
  }

/* wrapper */
.subscribe-form {
    max-width: 420px;
}

/* এটাই মূল flex row */
.subscribe-form p {
    display: flex;
    align-items: center;
    margin: 0;
}

/* মাঝখানের <br> যেন লাইন ব্রেক না করে */
.subscribe-form br {
    display: none;
}

/* email ইনপুট যাতে পূর্ণ জায়গা নেয় */
.subscribe-form .wpcf7-form-control-wrap {
    flex: 1;
}

/* email ফিল্ড */
.subscribe-form .wpcf7-email {
    width: 100%;
    padding: 10px 14px;
    border: 1px solid #ddd;
    border-radius: 0;
    font-size: 14px;
}

/* Subscribe বাটন */
.subscribe-form .wpcf7-submit {
    padding: 10px 24px;
    border: none;
    background: #020e7a;
    color: #fff;
    font-weight: 600;
    font-size: 14px;
    cursor: pointer;
    margin-left: 6px;
    border-radius: 0;
}

.subscribe-form .wpcf7-submit:hover {
    opacity: 0.9;
}



  /* Responsive Styles */
  @media (max-width: 768px) {
    .comparison-column {
      width: 100%;
      margin-bottom: 20px;
    }
  }

@media (min-width: 1025px) {
	.wd-slider.wd-section-container .wd-slide-container {padding-inline: 0% !important;}
.wd-design-sized { left: 251px; }
.brandMenu {}
.categoryMenu {}
}

