*,
::before,
::after {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}

h1 {
  line-height: 150%;
  font-weight: 600;
}
h2,
h3,
h4,
h5,
h6 {
  line-height: 150%;
  font-weight: 600;
}
p {
  line-height: 160%;
  font-size: 15px;
}
html,
body {
  scroll-behavior: smooth;
  overflow-x: hidden;
  font-family: "Poppins", sans-serif;
  scroll-behavior: smooth;
}

/*************************************/

.container {
  max-width: 1280px !important;
}
img {
  width: 100%;
  display: block;
}
.img-display {
  overflow: hidden;
}
.img-showcase {
  display: flex;
  width: 100%;
  transition: all 0.5s ease;
}
.img-showcase img {
  min-width: 100%;
}
.img-select {
  display: block;
  width: 100px;
}

.product-single .product_single_left {
  width: 100%;
}

.product-imgs {
  width: calc(100% - 100px);
  background: #f7f7f7;
  padding: 20px 0px;
  position: relative;
  border: 1px solid #e0f2f7;
}

.share_bx {
  position: absolute;
  right: 10px;
  top: 10px;
  z-index: 10;
}

.share_bx .share_bx_single {
  width: 40px;
  height: 40px;
  border-radius: 50%;
  background: #fff;
  display: flex;
  justify-content: center;
  align-items: center;
  margin-bottom: 25px;
}
.share_bx .share_bx_single img {
  width: 20px;
}
.img-select .img-item {
  width: 80px;
  height: 80px;
  display: flex;
  padding: 2px 5px;
  border: 1px solid rgb(242, 242, 242);
  background: rgb(250, 250, 250);
  margin-bottom: 12px;
  justify-content: center;
  align-items: center;
}

.img-select .img-item.active {
  border: 2px solid rgb(0, 95, 128);
  border-radius: 4px;
}
.img-item:nth-child(1),
.img-item:nth-child(2),
.img-item:nth-child(3) {
  margin-right: 0;
}
.img-item:hover {
  opacity: 0.8;
}
.product-content {
  padding: 2rem 1rem;
}

.product_img_bx {
  display: flex;
  margin-bottom: 60px;
}

.product_data {
  position: static;
}

@media screen and (min-width: 992px) {
  .card {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    grid-gap: 1.5rem;
  }
  .card-wrapper {
    height: 100vh;
    display: flex;
    justify-content: center;
    align-items: center;
  }
  .product-imgs {
    display: flex;
    flex-direction: column;
    justify-content: center;
  }
  .product-content {
    padding-top: 0;
  }
}

/***************************/

section.one {
  position: relative;
}
section.one:after {
  content: "";
  display: block;
  clear: both;
}

.right-child h2 {
  font-size: 38px;
}
.right-child.posFix {
  position: fixed;
  top: 25px;
}
.right-child.posAbs {
  position: absolute;
  bottom: 25px;
}
.bottom {
  width: 100%;
  height: 900px;
  background: #8698b9;
}

.product_single_left h4 {
  color: rgb(64, 64, 64);
  font-size: 22px;
  font-weight: 600;
  background: #efefef;
  padding: 5px;
}

.product_single_left h6 {
  color: rgb(64, 64, 64);
  font-size: 16px;
  font-weight: 600;
  margin-bottom: 20px;
}

.product_overview {
  margin-top: 20px;
}
.product_overview ul {
  margin-left: 0px;
  margin-top: 20px;
}
.breadcrumb-item {
  color: rgb(64, 64, 64) !important;
  font-size: 12px !important;
}
.breadcrumb-item a {
  text-decoration: none;
}
.crumb {
  height: 40px;
}

.img-showcase {
  position: relative;
}

.product_overview ul {
  padding-left: 0px !important;
  margin-top: 20px;
}

.img-showcase img {
  transition: transform 0.3s ease;
  width: 100%;
  height: auto;
}

.img-showcase:hover img {
  cursor: zoom-in;
}

.product_delivery {
  background: #e6f8ff;
  display: inline-flex;
  align-items: center;
  padding: 2px 8px;
  border-radius: 20px;
}

.product_delivery img {
  margin-right: 5px;
  width: 14px;
}

.old_price {
  font-size: 16px;
  text-decoration: line-through;
  color: rgb(115, 115, 115);
  font-weight: 500;
  margin-bottom: 0px;
}
.price_bx {
  margin-top: 20px;
}

.current_price {
  font-size: 22px;
  color: rgb(64, 64, 64);
  margin-bottom: 0px;
  display: flex;
  align-items: center;
}
.returm_policy svg {
  margin-right: 8px;
  height: 19px;
  margin-bottom: 3px;
}

.price_bx p {
  color: rgb(115, 115, 115);
  font-size: 12px;
}

.returm_policy {
  color: rgb(64, 64, 64);
  display: flex;
  align-items: center;
  font-size: 14px;
}

.returm_policy a {
  color: rgb(0, 95, 128);
  position: relative;
  margin-left: 7px;
  text-decoration: none;
}
.returm_policy a:before {
  position: absolute;
  content: "";
  width: 100%;
  height: 1px;
  background: rgb(0, 95, 128);
  left: 0%;
  bottom: 2px;
}
.returm_policy img {
  width: 15px;
  margin-right: 7px;
}
.current_price span {
  color: rgb(44, 133, 94);
  font-size: 14px;
  border: 1px solid rgb(44, 133, 94);
  padding: 0px 5px;
  border-radius: 2px;
  line-height: 20px;
  height: 22px;
  margin-left: 8px;
}

.breadcrumb-item a {
  color: rgb(64, 64, 64);
}
.breadcrumb-item a:hover {
  text-decoration: underline;
}
.product_overview ul li {
  font-size: 14px;
  color: rgb(64, 64, 64);
  margin: 8px 0px;
  margin-left: 16px !important;
}

.product_single_left td {
  font-size: 14px;
  color: rgb(64, 64, 64);
  padding: 16px;
  border-bottom: none;
}
.product_single_left td a {
  color: rgba(64, 64, 64);
  text-decoration: underline;
}

.product_single_left td:first-child {
  background: rgb(242, 242, 242);
}
.product_single_left tr {
  border: 1px solid #d9d9d9;
}

.product_single_left tr:first-child {
  border-radius: 10px;
}
.product_attributes {
  margin-top: 40px;
}

.product-count {
  position: relative;
  display: inline-flex;
  align-items: center;
  height: 46px;
  border-radius: 5px;
  outline: 1px solid rgb(217, 217, 217);
}

.product-count a {
  text-decoration: none;
  font-weight: 700;
  color: black;
}

.button-count {
  display: inline-block;
  width: 46px;
  height: 46px;
  background-color: #f2f2f2;
  color: #404040;
  font-size: 20px;
  line-height: 30px;
  text-align: center;
  border: none;
  outline: none;
}
.button-count:active {
  background-color: #f2f2f2;
}

.pro_count {
  display: flex;
  align-items: center;
}

.number-product {
  display: inline-block;
  width: 56px;
  height: 46px;
  font-size: 16px;
  text-align: center;
  background: #fff !important;
  border: none;
  outline: none;
  color: #404040;
  margin-bottom: 0px;
  font-weight: 600;

  border-left: none;
  border-right: none;
}
.number-product:focus {
  border: none;
}

.add_to_cart {
  background: #fb641e;
  width: 100%;
  height: 46px;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #fff;
  margin-left: 15px;
  border-radius: 5px;
  font-size: 16px;
  text-decoration: none;
}

.add_to_cart:hover {
  color: #fff;
  background: rgb(226, 74, 4);
}
:disabled {
  background: #f8f8f8;
  border-right: none;
}

.details_bx {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-top: 0px;
  border: 1px solid rgba(242, 242, 242, 1);
  padding: 16px 20px 24px 20px;
  border-radius: 0px 0px 10px 10px;
  border-top: 0px;
}
.details_single {
  display: flex;
  align-items: center;
}

.details_single:nth-child(2) {
  padding: 0px 20px;
  position: relative;
}
.details_single:nth-child(2)::before {
  position: absolute;
  content: "";
  width: 1px;
  height: 40px;
  background: rgba(242, 242, 242, 1);
  top: 50%;
  transform: translateY(-50%);
  left: 0%;
}
.details_single:nth-child(2)::after {
  position: absolute;
  content: "";
  width: 1px;
  height: 40px;
  background: rgba(242, 242, 242, 1);
  top: 50%;
  transform: translateY(-50%);
  right: 0%;
}
.details_single .img img {
  width: 30px;
}
.details_single .img {
  width: 40px;
  margin-right: 10px;
  display: flex;
  justify-content: end;
}

.details_single .content {
  width: 50%;
}
.details_single .content p {
  margin-bottom: 0px;
  color: rgb(64, 64, 64);
  font-size: 14px;
  line-height: 20px;
}

.stickey_content {
  padding: 100px 0px;
}

@media (max-width: 992px) {
  .left {
    width: 100%;
  }
  .container {
    width: 100%;
  }
  .right {
    width: 100%;
  }
  .right .right-child {
    width: 100%;
  }
}

.right {
  position: relative;
}

.right-child {
  position: sticky;
  top: 25px; /* Adjust as needed */
}

@media (max-width: 992px) {
  .right-child {
    position: static;
    top: auto;
  }
}

/***********************/
.crumb {
  display: flex;
  align-items: end;
}

.main-section {
  margin: 20px auto 0px auto;
  clear: both;
}
.main-section:before,
.main-section:after {
  content: "";
  display: table;
  clear: both;
}

.left-side {
  height: 500px;
  display: inline-block;
  float: left;
  max-width: 509px;
}

.left-side.fixed {
  position: fixed;
  top: 0px;
  margin-right: 12px;
  max-width: 509px;
}
.right-side {
  display: inline-block;
  vertical-align: top;
  float: right;
}

/**********/

header {
  padding: 18px 0px;
}

.logo_area {
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.logo_area img:first-child {
  width: 86px;
}
.logo_area img:last-child {
  width: 102px;
}

.input_area {
  display: flex;
  align-items: center;
}
.dropdown_bx {
  width: 157px;
  display: flex;
  align-items: center;
  margin-right: 10px;
}
.dropdown_bx svg {
  width: 16px;
  margin-right: 5px;
}
.dropdown_bx select {
  font-size: 13px;
  color: rgb(27, 27, 40);
  width: 141px;
  border: none;
  outline: none;
}

header .input_box {
  position: relative;
  width: 430px !important;
  background: rgb(255, 255, 255);
  border: 1px solid rgb(209, 218, 224);
  border-radius: 8px;
  color: rgb(45, 56, 64);
  display: block;
  width: 100%;
  font-weight: 400;
  font-size: 14px;
  line-height: 21px;
  appearance: none;
  display: flex;
  align-items: center;
}

header .input_box input:focus {
  box-shadow: none !important;
}

header .input_box::before {
  position: absolute;
  content: "";
  width: 60px;
  height: 100%;
  border-radius: 0px 8px 8px 0px;
  background: linear-gradient(
    to right,
    rgb(64, 132, 173) 0%,
    rgb(38, 92, 129) 100%
  );
  top: 0%;
  right: 0%;
  z-index: 1;
}

header .input_box > input {
  border: none !important;
  padding: 10px 16px !important;
  min-height: 50px;
  font-size: 14px;
  color: rgb(73, 80, 87);
}

header .mic_img {
  right: 60px;
  position: absolute;
  top: 50%;
  background: #fff;
  transform: translateY(-50%);
  padding: 10px 15px;
}

header .input_box svg {
  color: #fff;
  z-index: 5;
  position: absolute;
  right: 20px;
}

header .input_box img {
  width: 20px;
}

.res_box {
  display: flex;
  flex-direction: column;
  font-size: 14px;
  text-align: center;
  border: 1px solid rgb(178, 223, 234);
  overflow: hidden;
  width: 140px;
  border-radius: 6px;
  line-height: 1.3 !important;
  margin-left: 24px;
}
.res_box .user {
  background-color: rgb(255, 255, 255);
  color: rgb(45, 56, 64);
  width: 100%;
  padding: 1.5px;
  overflow: hidden !important;
}
.res_box .count {
  width: 100%;
  color: rgb(31, 120, 160);
  padding: 1.5px;
  font-weight: 600;
  background-color: rgb(178, 223, 234);
}

.header_login {
  color: rgb(8, 47, 74);
  font-weight: 400;
  font-size: 16px;
  line-height: 21px;
  text-decoration: none;
}

.header_signup {
  background-color: rgb(29, 103, 141);
  color: rgb(255, 255, 255);
  border-radius: 4px;
  padding: 8px 12px;
  margin: 0px 15px;
  text-decoration: none;
}
.square_bx {
  width: 17px;
}
.cta_btns {
  display: flex;
  align-items: center;
}

.border_bx {
  border: 1px solid rgba(242, 242, 242, 1);
  padding: 24px 20px 16px 20px;
  border-radius: 10px 10px 0px 0px;
}
.product_brand {
  color: rgb(0, 95, 128);
  font-size: 14px;
  margin-bottom: 10px;
  display: inline-block;
  text-decoration: none;
}

.product_single_right h2 {
  font-size: 22px;
  color: rgb(64, 64, 64);
  line-height: 30px;
  width: 90%;
}

.product_delivery p {
  color: rgb(0, 95, 128);
  margin-bottom: 0px;
  font-size: 12px;
  font-weight: 600;
}
footer {
  margin-bottom: 60px;
}

footer .container {
  background: #2d3840 !important;
  color: #fff;
  padding: 34px 56px 20px 56px;
  border-radius: 10px;
}

.footer_heading {
  color: rgb(255, 255, 255);
  display: block;
  font-weight: 500;
  font-size: 16px;
  line-height: 24px;
  text-decoration: none;
  margin-bottom: 6px;
}

.footer_top_single a {
  color: rgba(255, 255, 255, 0.66);
  display: block;
  font-size: 14px;
  line-height: 26px;
  text-decoration: none;
  font-weight: 300;
  margin-bottom: 4px;
}
.footer_top_single a:hover {
  color: #fff;
}

.footer_middle {
  padding: 36px 0px;
  margin: 30px 0px;
  border-bottom: 1px solid rgba(238, 240, 243, 0.18);
  border-top: 1px solid rgba(238, 240, 243, 0.18);
}

.footer_middle_left a {
  color: #fff;
  font-size: 13px;
  text-decoration: none;
}
.footer_middle_left a:hover {
  color: rgb(70, 167, 98);
}

.footer_middle_left .vertical-bar {
  margin: 0px 8px;
}
.footer_middle_left a.active {
  color: rgb(240, 159, 53);
}
.footer_middle_right {
  display: flex;
  justify-content: flex-end;
}
.footer_middle_right a {
  text-decoration: none;
  font-size: 13px;
  color: #fff;
  margin-left: 20px;
}

.trademark {
  color: rgb(129, 149, 165);
  font-size: 15px;
}

.follow_us_left {
  display: flex;
  justify-content: center;
  align-items: center;
}

.divider {
  background-color: rgb(195, 195, 195);
  font-size: 1px;
  width: 1px;
  height: 48px;
  margin: 0px 40px;
}

.follow_us_left img:first-child {
  width: 95px;
}
.follow_us_left img:last-child {
  width: 172px;
}

.follow_us_box {
}

.follow_us_box .container {
  padding: 16px 56px;
  background: #f2f2f2;
  border-radius: 10px;
}

.follow_us_right ul {
  list-style: none;
  display: flex;
  align-items: center;
  margin-bottom: 0px;
}
.follow_us_right ul li {
  margin: 0px 16px;
}
.follow_us_right ul li a img {
  width: 20px;
}
.follow_us_right ul li:first-child a img {
  width: 12px;
}
.follow_us_right > a {
  background: #2f6a90;
  color: #fff;
  padding: 10px 24px;
  border-radius: 8px;
  height: 50px;
  font-weight: 600;
  font-size: 16px;
  display: flex;
  align-items: center;
  margin-left: 40px;
  text-decoration: none;
}

.complain_bx {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-top: 0px;
  border: 1px solid rgba(242, 242, 242, 1);
  padding: 16px 20px;
  border-radius: 0px;
  border-top: 0px;
}

.complain_bx a {
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 16px;
  border: 1px solid #e5e5e5;
  font-size: 14px;
  color: rgb(64, 64, 64);
  text-decoration: none;
  border-radius: 12px;
}

.complain_bx a:hover {
  background: #f2f2f2;
}
.complain_bx a img {
  width: 62px;
  margin-left: 10px;
}

.select2-selection__clear {
  display: none;
}
.select2-container--default .select2-selection--single {
  background-color: transparent;
  border: none;
  border-radius: 0px;
}
.select2-container .select2-selection--single .select2-selection__rendered {
  font-size: 13px;
  color: rgb(27, 27, 40) !important;
}
.follow_us_right > a img {
  width: 7px;
  margin-left: 10px;
}

.follow_us_right p {
  color: rgb(27, 27, 40);
  margin-bottom: 0px;
}

.select2-dropdown {
  position: absolute;
  top: 17px;
  left: -132px !important;
  z-index: 16;
  border-radius: 8px;
  background-color: #fff;
  border: 1px solid #eef0f3;
  width: 275px !important;
  box-sizing: border-box;
  box-shadow: 3px 31px 40px rgba(187, 194, 205, 0.25);
  padding: 15px;
}

.select2-search__field {
  margin: 1px 0;
  width: 100% !important;
  height: auto;
  outline: 0;
  background: url(chosen-sprite.png) no-repeat 100% -20px;
  font-family: sans-serif;
  line-height: normal;
  border-radius: 0;
  margin: 0px 0px 15px 0px !important;
  box-sizing: border-box;
  font-size: 14px;
  border: 1px solid rgba(181, 194, 203, 0.4) !important;
  border-radius: 8px !important;
  padding: 12px !important;
}

.select2-results__options li {
  color: #444 !important;
}

.select2-container--default
  .select2-results__option--highlighted[aria-selected],
.select2-container--default
  .select2-results__option--highlighted[aria-selected] {
  background: rgb(245, 247, 250) !important;
  background-image: none !important;
  color: var(--black) !important;
}

.select2-container--default .select2-results__option[aria-selected="true"] {
  background: rgb(255, 255, 255) !important;
}

.follow_us_left {
  width: 35%;
}

.follow_us_right {
  width: 50%;
  display: flex;
  align-items: center;
  justify-content: end;
}

.follow_us_box .container {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 24px;
  /* margin-top: 50px; */
}

.coupon_area ul {
  list-style: none;
  display: flex;
  overflow-x: scroll;
  padding-left: 0px;
  padding-bottom: 6px;
}

.coupon_area ul li {
  white-space: nowrap;
  color: rgb(44, 133, 94);
  font-size: 12px;
  font-weight: 600;
  line-height: 16px;
  padding: 4px 8px;
  background: rgb(225 251 240);
  border: 1px dashed rgba(59, 171, 120, 1);
  margin-right: 10px;
  position: relative;
  border-radius: 1px;
}

.pro_desp .ul_new li {
  font-weight: 400;
}

.coupon_area ul li:before {
  position: absolute;
  content: "";
  width: 9px;
  height: 11px;
  border-right: 1px dashed rgb(59, 171, 120);
  left: -5px;
  top: 50%;
  transform: translateY(-50%);
  background: #fff;
  z-index: 5;
  border-radius: 50%;
}
.coupon_area ul li:after {
  position: absolute;
  content: "";
  width: 9px;
  height: 11px;
  border-left: 1px dashed rgb(59, 171, 120);
  right: -5px;
  top: 50%;
  transform: translateY(-50%);
  background: #fff;
  z-index: 5;
  border-radius: 50%;
}

.pro_desp ul {
  list-style: none;
}

.pro_desp ul li {
  text-align: center;
  font-size: 14px;
  font-weight: 700;
  color: rgb(64, 64, 64);
  margin: 15px 0px;
}

.pro_desp p {
  text-align: center;
  font-size: 14px;
  color: rgb(64, 64, 64);
  font-weight: 400;
  margin: 10px;
}
.pro_desp img {
  margin: 22px 0px;
}
.mr_0 {
  margin: 0px !important;
}
.mrb_0 {
  margin-bottom: 0px !important;
}
.mrt_0 {
  margin-top: 0px !important;
}

.pro_desp h6 {
  text-align: center;
  font-size: 14px;
  font-weight: 700;
  color: rgb(64, 64, 64);
  margin: 15px 0px;
}

.slider_single_product {
  border: 1px solid rgb(217, 217, 217);

  border-radius: 4px;
}

.slider_single_product_img {
  width: auto;
  height: 168px;
  margin-bottom: 8px;
  background: #f8f8f9;
  position: relative;
  display: flex;
  justify-content: center;
}

.slider_single_product_img img {
  height: 168px;
  width: auto;
}
.slider_single_product_content {
  margin-bottom: 18px;
}

.slider_single_product_content a {
  text-decoration: none;
}

.slider_product_price {
  display: flex;
  align-items: center;
}

.slider_single_product_content a h6 {
  color: rgb(115, 115, 115);
  font-size: 12px;
  font-weight: 400;
  line-height: 16px;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
}

.slider_product_price h6 {
  color: rgb(115, 115, 115);
  font-size: 12px;
  font-weight: 400;
  line-height: 16px;
  text-transform: uppercase;
  margin-bottom: 0px;
}

.slider_product_price span {
  color: rgb(0, 56, 77);
  font-size: 16px;
  font-weight: 600;
  line-height: 24px;
  text-transform: unset;
}
.slider_product_price p {
  color: rgb(115, 115, 115);
  font-size: 12px;
  font-weight: 400;
  line-height: 16px;
  margin-top: 6px;

  margin-bottom: 0px;
}
.slider_product_vat {
  color: rgb(115, 115, 115);
  font-size: 10px;
  font-weight: 400;
  line-height: 16px;
}
.slider_single_product_content {
  padding: 8px;
}

.slider_single_product_content .product_delivery p {
  font-size: 10px;
}
.slider_single_product_content .product_delivery img {
  width: 16px;
  height: 16px;
}

.product_slider {
  margin-top: 25px;
}

.slider_single_product_like {
  background: #fff;
  width: 25px;
  height: 25px;
  border-radius: 50%;
  position: absolute;
  top: 8px;
  right: 10px;
  display: flex;
  align-items: center;
  justify-content: center;
}

.slider_single_product_like svg {
  width: 16px;
  height: 16px;
}

.slider_single_product_cart {
  background: #fff;
  width: 42px;
  height: 42px;
  border-radius: 50%;
  position: absolute;
  bottom: 8px;
  right: 10px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.slider_single_product_cart svg {
  width: 24px;
}

.product_slider h4 {
  color: rgb(64, 64, 64);
  font-weight: 600;
  font-size: 18px;
  line-height: 28px;
  margin-bottom: 16px;
}

.slider_single_product_cut_price {
  display: flex;
  height: 25px;
}
.slider_single_product_cut_price h6 {
  color: rgb(100, 116, 139);
  text-decoration: line-through;
  font-weight: 400;
  font-size: 12px;
  line-height: 16px;
  margin-bottom: 0px;
}

.slider_single_product_cut_price p {
  color: rgb(44, 133, 94);
  font-weight: 700;
  font-size: 10px;
  line-height: 15px;
  margin-left: 4px;
  margin-bottom: 0px;
}

.categories_dropdown button {
  border: none;
  background: transparent;
  outline: none;
}

.categories_dropdown button {
  color: rgb(64, 64, 64);
  font-weight: 600;
  font-size: 14px;
  line-height: 20px;
}
.categories_dropdown button:active {
  background: transparent;
}
.categories_dropdown button:hover {
  color: rgb(15, 23, 42);
  background: transparent;
}

.categories_dropdown button svg {
  width: 17px;
  height: 17px;
  margin-right: 10px;
}

/***********************************/

.dropdown:hover > .dropdown-menu {
  display: block;
}

.categories_dropdown > .dropdown-menu {
  display: none;
  position: absolute;
  background-color: white;
  min-width: 200px;
  z-index: 1000;
  border: none !important;
}

.dropdown-menu > li {
  position: relative;
}

.megamenu {
  display: none;
  position: absolute;
  left: 100%;
  top: 0px;
  min-width: 200px;
  z-index: 1010;
  border-radius: 0px !important;
}
.categories_dropdown {
  padding: 16px 5px;
  margin-right: 15px;
}

.dropdown-menu .dropdown-item {
  padding: 10px;
  text-decoration: none;
  color: rgb(64, 64, 64);
  font-size: 14px;
  padding: 8px 12px;
  /* width: 320px; */
  display: flex;
  justify-content: space-between;
}

.sub_dropdownarrow {
  transform: rotate(-90deg);
}

.dropdown-menu .dropdown-item:hover {
  background-color: #f0f0f0;
  text-decoration: underline;
}
.dropdown-menu .dropdown-item.active {
  background-color: #f0f0f0;
}
.categories_dropdown button .dropdown_arrow {
  transition: all 0.2s ease-in;
  margin-left: 10px;
  margin-right: 0px;
}

.categories_dropdown button:hover .dropdown_arrow {
  transform: rotate(180deg);
}

.megamenu_column {
  width: 280px;
  padding: 16px;
}
.megamenu_column h6 {
  color: rgb(64, 64, 64);
  font-size: 14px;
  font-weight: 600;
  margin-bottom: 0px;
}
.megamenu_column ul {
  list-style: none;
  padding-left: 0px;
  margin-bottom: 0px;
}
.megamenu_column ul li {
  margin: 6px 0px;
}
.megamenu_column ul li a {
  font-size: 12px;
  text-decoration: none;
  color: rgb(64, 64, 64);
}
.megamenu_column ul li a:hover {
  text-decoration: underline;
}

.megamenu {
  width: 890px;
  padding: 16px;
}
.related_product_sec {
  margin-top: 100px;
}

.consumer_dropdown button {
  border: none;
  outline: none;
  background: transparent;
  color: rgb(15, 23, 42);
  font-weight: 300;
  font-size: 14px;
  line-height: 20px;
}
.consumer_dropdown button:hover {
  background: transparent;
}
.drodown_menus {
  display: flex;
  align-items: center;
}
.drodown_menus .divider {
  width: 2px;
  height: 32px;
  background: rgb(226, 232, 240);
  margin: 0px;
}
.consumer_dropdown {
  padding: 8px 5px;
  margin-left: 6px;
}

.consumer_dropdown button .dropdown_arrow {
  transition: all 0.2s ease-in;
  margin-left: 10px;
}

.consumer_dropdown button:hover .dropdown_arrow {
  transform: rotate(180deg);
}

.mob_icon {
  margin-right: 10px;
}

.other_menus ul {
  list-style: none;
  display: flex;
  align-items: center;
  margin-bottom: 0px;
}
.other_menus ul li {
  padding: 15px 0px;
  border-bottom: 3px solid transparent;
  margin-right: 20px;
}

.other_menus ul li a {
  color: rgb(251, 100, 30);
  font-weight: 600;
  font-size: 14px;
  line-height: 20px;
  text-decoration: none;
}
.other_menus ul li a svg {
  width: 20px;
  height: 20px;
  margin-right: 5px;
}

.other_menus ul li:hover {
  border-bottom: 3px solid rgb(251, 100, 30);
}
.header_bottom {
  box-shadow: 0 2px 4px rgba(0, 0, 0, 0.1);
  background: #fafafa;
}

.seller_btn {
  text-transform: uppercase;
  color: rgb(0, 57, 77);
  font-weight: 600;
  font-size: 12px;
  line-height: 16px;
  padding: 8px 12px;
  border: 1px solid rgb(0, 57, 77);
  text-decoration: none;
  border-radius: 4px;
  margin-left: 8px;
}
.other_menus {
  display: flex;
  align-items: center;
}
/************/
.home_sec1 {
  margin-bottom: 16px;
}

.homesec1_sidebar {
  box-shadow: rgba(109, 103, 89, 0.06) 0px 2px 30px 9px;
  height: 100%;
  border-radius: 16px;
  padding: 16px 12px;
  overflow: hidden;
}

.homesec1_sidebar_title {
  font-weight: 600;
  font-size: 18px;
  line-height: 24px;
  text-transform: capitalize;
  color: rgb(8, 47, 74);
  margin-bottom: 8px;
}

.home_sec1 ul {
  list-style: none;
  padding-left: 0px;
}

.home_sec1 ul li {
  padding: 8px 0px;
}

.home_sec1 ul li a {
  display: flex;
  align-items: center;
  text-decoration: none;
}

.home_sec1 ul li a img {
  margin-right: 8px;
  width: 22px;
  height: 22px;
  opacity: 0.6;
}

.home_sec1 ul li a p {
  color: rgb(79, 95, 109);
  margin-bottom: 0px;
  text-overflow: ellipsis;
  font-size: 14px;
  text-overflow: ellipsis;
  overflow: hidden;
  white-space: nowrap;
  transition: all 0.5s ease-in-out;
}

.home_sec1 ul li a p:hover {
  transform: translateX(10px);
}

.view_all_cat {
  display: flex;
  justify-content: center;
  width: 100%;
}

.view_all_cat a {
  color: rgb(27, 27, 40);
  font-size: 14px;
}

.home_slidert_single {
  border: 1px solid #ededf2;
  border-radius: 8px;
}

.home_column_single {
  height: 222px;
  border-radius: 8px;
}

.home_column_single:first-child {
  margin-bottom: 15px;
}

.home_column_content {
  padding: 24px;
}

.home_column_content p {
  color: rgb(45, 56, 64);
  margin-bottom: 25px;
  font-size: 16px;
  line-height: 24px;
}

.home_column_content p span {
  display: block;
}

.home_column_content button {
  width: auto;
  cursor: pointer;
  font-weight: 600;
  padding: 10px 14px;
  border-radius: 8px;
  font-size: 14px;
  line-height: 20px;
  border: 1px solid rgb(38, 92, 129);
  background: none;
  color: rgb(38, 92, 129);
}

.more_values_row {
  display: flex;
  justify-content: space-between;
}

.home_column_single:last-child p {
  color: #fff;
}

.home_column_single:last-child button {
  color: #fff;
  border-color: #fff;
}

.more_values_column {
  position: relative;
  background-color: rgb(255, 255, 255);
  box-shadow: rgba(109, 103, 89, 0.06) 0px 2px 30px 9px;
  border-radius: 8px;
  padding: 12px 16px;
  width: 19%;
  text-decoration: none;
  position: relative;
  margin-right: 18px;
}

.hover_img {
  position: absolute;
  right: 0%;
  bottom: 0%;
}

.hover_img .h1_img {
  display: block;
}

.hover_img .h1_img {
  display: none;
}

.more_values_column p {
  display: block;
  font-weight: 400;
  font-size: 12px;
  line-height: 18px;
  letter-spacing: 0.375px;
  color: rgb(8, 47, 74);
  position: relative;
  margin: 0px 0px 2px 0px;
}

.more_values_column h6 {
  color: rgb(8, 47, 74);
  font-weight: 700;
  font-size: 12px;
  line-height: 18px;
  letter-spacing: 0.375px;
  position: relative;
  margin-bottom: 12px;
}

.more_values_column .learn_more_btn {
  font-size: 14px;
  color: rgb(225, 119, 26);
  text-decoration: none;
  position: relative;
  display: flex;
  align-items: center;
  font-size: 14px;
  margin-bottom: 0px;
}

.more_values_column .learn_more_btn span {
  background: rgb(225, 119, 26);
  width: 16px;
  height: 16px;
  border-radius: 16px;
  display: flex;
  justify-content: center;
  align-items: center;
  margin-left: 6px;
}

.more_values_column .learn_more_btn span i {
  color: #fff;
  font-size: 8px;
}

.more_values_column:hover {
  background: linear-gradient(
    to right,
    rgb(235, 152, 79) 0%,
    rgb(255, 185, 122) 100%
  );
}

.more_values_column:hover > .hover_img .h1_img {
  display: none;
}

.more_values_column:hover > .hover_img .h2_img {
  display: block;
}

.more_values_column:hover > a .learn_more_btn {
  color: #fff !important;
}

.more_values_column:hover > a .learn_more_btn span {
  background: #fff;
}

.more_values_column:hover > a .learn_more_btn span i {
  color: #000;
}

.more_values_column:hover > a p {
  color: #fff;
}

.more_values_column:hover > a h6 {
  color: #fff;
}

.more_values_column a {
  text-decoration: none;
}

.more_value h4 {
  color: rgb(8, 47, 74);
  font-size: 18px;
  font-weight: 600;
  margin: 16px 0px 16px 0px;
}

.tranding_categories_single {
  background: rgb(255, 255, 255);
  border: 1.3px solid rgb(210, 218, 224);
  box-shadow: rgb(187, 194, 205) 3px 31px 40px -42px;
  border-radius: 8px;
  overflow: hidden;
  width: 100%;
  white-space: normal;
  border-radius: 8px;
}

.trending_categories_single_img {
  display: flex;
  height: 150px;
  border-bottom: 1px solid rgb(210, 218, 224);
  justify-content: center;
  align-items: center;
}

.trending_categories_single_content p {
  white-space: nowrap;
  overflow: hidden;
  -webkit-box-orient: vertical;
  text-overflow: ellipsis;
  color: rgb(45, 56, 64);
  line-height: 18px;
  margin: 0px;
  padding: 15px 10px;
  font-size: 13px;
}

.tranding_categories_single a {
  text-decoration: none;
}

.trending_categories_heading,
.featured_sec_heading {
  margin-bottom: 16px;
}

.trending_categories_heading h4,
.featured_sec_heading h4 {
  color: rgb(8, 47, 74);
  font-weight: 600;
  font-size: 18px;
  line-height: 24px;
  letter-spacing: 0.625px;
  margin: 0px;
}

.tranding_categories_shadow .container {
  box-shadow: rgba(109, 103, 89, 0.06) 0px 2px 30px 9px;
  border-radius: 8px;
  padding: 16px;
}

.featured_sec_single_content button {
  border: 0px;
  font-weight: 600;
  padding: 10px 20px;
  border-radius: 8px;
  font-size: 16px;
  background: linear-gradient(
    40.27deg,
    rgb(64, 132, 173) -16.4%,
    rgb(38, 92, 129) 118.06%
  );
  color: rgb(255, 255, 255);
  font-size: 14px;
}

.featured_sec_single_content h5 {
  color: #000;
  font-size: 16px;
  line-height: 24px;
  font-weight: 400;
}

.featured_sec_single_content h5:hover {
  color: rgb(38, 92, 129);
}

.featured_sec_content_area a {
  text-decoration: none;
}

.featured_sec_content_area {
  background: rgb(255, 255, 255);
  border: 1.3px solid rgb(210, 218, 224);
  box-shadow: rgb(187, 194, 205) 3px 31px 40px -42px;
  border-radius: 8px;
  overflow: hidden;
  width: 100%;
  white-space: normal;
  border-radius: 8px;
}

.featured_sec_single_content_img {
  width: 100%;
  height: 200px;
  overflow: hidden;
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 0px 20px;
  border-bottom: 1px solid rgb(210, 218, 224);
}

.featured_sec_single_content_img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform 0.3s ease-in-out;
  /* Smooth transition */
}

.featured_sec_single_content_img:hover img {
  transform: scale(1.1);
  /* Zoom-in effect */
}

.featured_sec_single_content {
  padding: 15px 5px;
}
.featured_sec_single_content a {
  color: #000;
}

.featured_sec_single_content h6 {
  font-size: 14px;
  font-weight: 400;
  color: #292933;
  line-height: 16px;
}

.distributor_profile {
  text-transform: uppercase;
  margin: 25px 0px 20px 0px;
  padding: 0px !important;
  display: block;
  color: rgba(0, 0, 0, 1);
  font-size: 14px;
}

.featured_sec_single_content h6 span {
  color: rgb(94, 115, 132);
  display: block;
  font-size: 14px;
  margin-top: 2px;
}

.new_arrivals,
.trade_india {
  border-radius: 8px;
}

.new_arrivals_heading h4,
.trade_india_heading h4 {
  color: rgb(8, 47, 74);
  font-weight: 600;
  font-size: 18px;
  line-height: 24px;
  letter-spacing: 0.625px;
  margin: 0px;
}

.new_arrivals_heading p,
.trade_india_heading p {
  color: rgb(94, 115, 132);
  font-size: 13px;
}

.new_arriavals_content_single,
.trade_india_content_single {
  background: rgb(255, 255, 255);
  border: 1.3px solid rgb(210, 218, 224);
  box-shadow: rgb(187, 194, 205) 3px 31px 40px -42px;
  border-radius: 8px;
  overflow: hidden;
  width: 100%;
  white-space: normal;
  border-radius: 8px;
}

.new_arriavals_content_single a,
.trade_india_content_single a {
  text-decoration: none;
}

.new_arriavals_content_single_img,
.trade_india_content_single_img {
  width: 100%;
  height: 200px;
  overflow: hidden;
  position: relative;
  border-bottom: 1px solid rgb(210, 218, 224);
  padding: 10px;
}

.new_arriavals_content_single_img img,
.trade_india_content_single_img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform 0.3s ease-in-out;
}

.new_arriavals_content_single_img:hover img {
  transform: scale(1.1);
}

.new_arriavals_content_single_data,
.trade_india_content_single_data {
  padding: 15px 10px;
}

.new_arriavals_content_single_data .pro_head,
.trade_india_content_single_data .pro_head {
  font-size: 14px;
  text-overflow: ellipsis;
  color: rgb(45, 56, 64);
  line-height: 18px;
  text-wrap: nowrap;
  overflow: hidden;
  margin-bottom: 2px;
}

.new_arriavals_content_single_data .pro_subhead .moq,
.trade_india_content_single_data .pro_subhead .moq {
  font-size: 12px;
  color: #000;
}

.postrequirments_sec {
  padding: 0px 0px 10px 0px;
  background: #fafaf9;
}

.postrequirments_content_area {
  background: linear-gradient(
    90deg,
    rgb(248, 245, 235) 1.45%,
    rgb(255, 255, 255) 100%
  );
  border: 1px solid rgb(242, 231, 196);
  box-shadow: rgba(109, 103, 89, 0.07) 0px 19px 39px -2px;
  border-radius: 8px;
  padding: 50px 30px;
}

.postbuy_requirments_form_col {
  display: flex;
  justify-content: space-between;
}

.postbuy_requirments_form_col h5 {
  font-size: 18px;
  font-weight: 500;
  line-height: 27px;
}

.postbuy_requirments_form_col img {
  width: 60px;
}

.postbuy_requirments_form > p {
  line-height: 150%;
  font-size: 16px;
}

.postrequirments_sec .form-group {
  margin-bottom: 15px;
}

.range {
  width: 100%;
  height: 10px;
  -webkit-appearance: none;
  background: rgb(238, 240, 243);
  outline: none;
  border-radius: 15px;
  overflow: hidden;
}

.postbuy_requirments_form label {
  color: #000;
  font-size: 14px;
}
.voice-wrapper .record-icon span {
  font-size: 14px;
}
.product_quote label {
  margin: 15px 0px 0px 0px;
}

.product_quote input {
  box-sizing: border-box;
  border: 1px solid rgb(210, 218, 224);
  border-radius: 8px;
  height: 56px;
  width: 100%;
  padding: 15px;
  margin-top: 5px;
  font-size: 14px;
  outline: none;
}

.country_code {
  box-sizing: border-box;
  border: 1px solid rgb(210, 218, 224);
  border-radius: 8px;
  height: 56px;
  width: 20%;
  padding: 15px;
  margin-top: 5px;
}

.form-arrow {
  position: absolute;
  top: 0.65rem;
  right: 0.5rem;
  z-index: 10;
  font-size: 1.35rem;
  line-height: inherit;
  color: var(--color-darks);
}

.country_code select {
  background: transparent;
  border: none;
  position: relative;
  width: -webkit-fill-available;
}

.phone_num {
  box-sizing: border-box;
  border: 1px solid rgb(210, 218, 224);
  border-radius: 8px;
  height: 56px;
  width: 78%;
  padding: 15px;
  margin-top: 5px;
}

.phone_num input {
  border: none;
  background: transparent;
  outline: none;
  width: 100%;
}

.personilize p {
  font-size: 14px;
  color: rgba(0, 0, 0, 1);
}

.personilize p span {
  display: block;
  font-size: 12px;
  line-height: 16px;
  margin-top: 5px;
}

.postrequirments_sec .voice-wrapper {
  user-select: none;
  box-shadow: rgba(224, 220, 215, 0.52) 0px 5px 13px 0px;
  border-radius: 31px;
  width: 100%;
  box-sizing: border-box;
}

.form_country {
  display: flex;
  justify-content: space-between;
}

.form-arrow {
  position: absolute;
  top: 0.65rem;
  right: 0.5rem;
  z-index: 10;
  font-size: 1.35rem;
  line-height: inherit;
  color: var(--color-darks);
}

.country_code select {
  background: transparent;
  border: none;
  position: relative;
  width: -webkit-fill-available;
  font-size: 14px;
}

.phone_num {
  box-sizing: border-box;
  border: 1px solid rgb(210, 218, 224);
  border-radius: 8px;
  height: 56px;
  width: 78%;
  padding: 15px;
  margin-top: 5px;
}

.phone_num input {
  border: none;
  background: transparent;
  outline: none;
  width: 100%;
  font-size: 14px;
}

.postrequirments_sec .voice-wrapper {
  user-select: none;
  box-shadow: rgba(224, 220, 215, 0.52) 0px 5px 13px 0px;
  border-radius: 31px;
  width: 100%;
  box-sizing: border-box;
}

.postrequirments_sec .control-wrapper {
  position: relative;
  min-height: 50px;
}

.postrequirments_sec .record-wrapper {
  border: none;
  background: transparent;
  padding: 22px 18px;
  box-sizing: border-box;
  position: relative;
  min-height: 113px;
}

.postrequirments_sec .control-wrapper .icon-text-wrapper {
  display: flex;
  -webkit-box-align: center;
  align-items: center;
  min-height: 30px;
}

.record-wrapper button {
  border: none;
  background: transparent;
}

.postrequirments_sec button p {
  cursor: pointer;
  font-size: 12px;
  font-weight: 400;
  color: rgb(45, 56, 64);
  padding: 16px 0px 0px;
}

.bg-wave {
  position: absolute;
  right: 0%;
  top: 0%;
}

.postrequirments_sec .action-btn {
  display: flex;
  -webkit-box-pack: end;
  justify-content: flex-end;
  margin-top: 50px;
}

.postrequirments_sec .action-btn button {
  border: 0px;
  cursor: pointer;
  display: flex;
  -webkit-box-pack: center;
  justify-content: center;
  font-weight: 600;
  -webkit-box-align: center;
  align-items: center;
  height: 48px;
  padding: 0px 14px;
  border-radius: 8px;
  font-size: 14px;
  line-height: 20px;
  background: linear-gradient(
    40.27deg,
    rgb(64, 132, 173) -16.4%,
    rgb(38, 92, 129) 118.06%
  );
  color: rgb(255, 255, 255);
  width: 170px;
}

.sellers_sec .container {
}

.featured_sec_heading,
.trending_sec_heading {
  margin-bottom: 16px;
}

.featured_sec_heading h4,
.trending_sec_heading h4 {
  color: rgb(8, 47, 74);
  font-weight: 600;
  font-size: 18px;
  line-height: 24px;
  letter-spacing: 0.625px;
  margin: 0px;
}
.city_sec_single {
  position: relative;
  border-radius: 20px;
  overflow: hidden;
  margin: 10px;
  /* Width adjust korar jonno amra ekhane fixed width ba 100% dite pari */
  width: 100%;
  height: 300px;
  /* Apnar height preference onujayi height-ti change korun */
  box-shadow: 0 4px 10px rgba(0, 0, 0, 0.1);
  /* Ektu premium look er jonno */
}

.city_sec_single_img {
  width: 100%;
  height: 100%;
}

.city_sec_single_img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  /* Image jate stretch na hoye puro width cover kore */
  display: block;
}

/* Gradient Overlay - Text ke clear korar jonno */
.city_overlay {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 60%;
  background: linear-gradient(to top, rgba(0, 0, 0, 0.8) 0%, transparent 100%);
  display: flex;
  align-items: flex-end;
  padding: 15px 20px;
  /* Bottom and Left padding */
}

.city_overlay h3 {
  color: #fff;
  font-size: 20px;
  font-weight: normal;
  margin: 0;
  letter-spacing: 0.5px;
}
.web_stories_heading {
  margin-bottom: 16px;
}

.web_stories_heading h4 {
  color: rgb(8, 47, 74);
  font-weight: 600;
  font-size: 18px;
  line-height: 24px;
  letter-spacing: 0.625px;
  margin: 0px;
}

.web_stories_content_single {
  height: 316px;
  position: relative;
  border-radius: 10px;
  position: relative;
}

.web_stories_content_single::before {
  position: absolute;
  content: "";
  width: 100%;
  height: 100%;
  left: 0%;
  top: 0%;
  background: rgba(0, 0, 0, 0.4);
  border-radius: 10px;
}

.web_stories_content_single p {
  position: absolute;
  bottom: 5px;
  right: 10px;
  left: 20px;
  color: white;
  font-size: 14px;
  font-weight: 300;
  line-height: 18px;
  margin-bottom: 0px;
}

.web_stories_content_single p {
  position: absolute;
  bottom: 5px;
  right: 10px;
  left: 20px;
  color: white;
  font-size: 14px;
  font-weight: 300;
  line-height: 18px;
  margin-bottom: 0px;
}

.shadow {
  border: 1px solid rgb(238, 240, 243);
  padding: 20px 16px;
  border-radius: 8px;
  background: #fff;
  box-shadow: rgba(109, 103, 89, 0.06) 0px 2px 30px 9px !important;
}

.blogs_heading {
  margin-bottom: 16px;
}

.blogs_heading h4 {
  color: rgb(8, 47, 74);
  font-weight: 600;
  font-size: 18px;
  line-height: 24px;
  letter-spacing: 0.625px;
  margin: 0px;
}

.blogs_content_single {
  box-shadow: rgb(187, 194, 205) 3px 31px 40px -42px;
  border: 1px solid rgb(225, 230, 239);
  border-radius: 10px;
}

.blogs_content_single_img {
  height: 150px;
  border-radius: 10px 10px 0px 0px;
}

.blogs_content_para {
  padding: 10px;
  height: 85px;
}

.blogs_content_para p {
  color: rgb(8, 47, 74);
  font-size: 14px;
  font-weight: 400;
  line-height: 125%;
}

.trade_show_content_all a {
  text-decoration: none;
}
.trade_show_heading {
  margin-bottom: 16px;
}
.trade_show_heading h4 {
  color: rgb(8, 47, 74);
  font-weight: 600;
  font-size: 18px;
  line-height: 24px;
  letter-spacing: 0.625px;
  margin: 0px;
}
.trade_show_content_single {
  box-shadow: rgb(187, 194, 205) 3px 31px 40px -42px;
  border: 1px solid rgb(225, 230, 239);
  border-radius: 10px;
  padding: 16px 16px 32px 16px;
}
.trade_show_content_single_img {
  padding: 0px 0px 8px 0px;
  height: 100px;
}
.trade_show_content_single_img img {
  height: 80px;
  width: 80px !important;
}
.trade_show_content_single_data h5 {
  color: rgb(45, 56, 64);
  font-size: 16px;
  font-weight: 600;
  margin-bottom: 5px;
}
.trade_show_content_single_data .dt {
  margin-bottom: 2px !important;
  display: flex;
  align-items: center;
}
.trade_show_content_single_data .place {
  display: flex;
  align-items: center;
}

.trade_show_content_single_data .dt p,
.trade_show_content_single_data .place p {
  color: rgb(79, 95, 109);
  font-size: 13px;
  margin-bottom: 0px;
  margin-left: 5px;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}

.our_service_heading {
  margin-bottom: 16px;
}

.our_service_heading h4 {
  color: rgb(8, 47, 74);
  font-weight: 600;
  font-size: 18px;
  line-height: 24px;
  letter-spacing: 0.625px;
  margin: 0px;
}
.our_service_content_single {
  border-radius: 10px;
  height: 190px;
  width: 100%;
}
.our_service_content_single_data {
  display: flex;
  flex-direction: column;
  align-content: space-between;
  height: 175px;
  flex-wrap: wrap;
  padding: 20px;
}
.our_service_content_single_data h4 {
  font-weight: 400;
  color: #fff;
  font-size: 20px;
  line-height: 130%;
}
.our_service_sec .cardBtn {
  height: 42px;
  line-height: 42px;
  font-weight: 500;
  font-size: 10px;
  top: auto;
  bottom: 1.5rem;
  text-decoration: none;
}
.our_service_content_single_data h4 span {
  font-weight: 600;
  display: block;
}
.our_service_sec .learn-more {
  font-size: 14px;
  font-weight: 500;
  color: #fff;
}
.our_service_sec .cardArrow {
  background-image: url("https://www.tradeindia.com/images/icons/rt-arrow.svg");
  background-repeat: no-repeat;
  background-position: center center;
  background-color: rgb(255, 255, 255);
  border-radius: 50%;
  box-shadow: rgba(8, 47, 74, 0.404) 0px 2px 4px;
  display: inline-block;
  height: 24px;
  margin-left: 8px;
  vertical-align: middle;
  width: 24px;
}

.testimonial_sec {
  padding: 50px 0px;
}

.testimonial_heading {
  text-align: center;
  margin-bottom: 50px;
}
.testimonial_heading h4 {
  font-weight: 600;
}
.testimonial_single {
  text-align: center;
}
.testimoni_image {
  display: flex;
  justify-content: center;
}
.testimoni_image img {
  width: 200px !important;
  border-radius: 50%;
}
.testimonial_single h4 {
  color: rgb(45, 56, 64);
  font-size: 20px;
  font-weight: 600;
  margin: 20px 0px 10px 0px;
}
.testimonial_single h6 {
  color: rgb(96, 97, 107);
  font-size: 16px;
  font-weight: 400;
}
.testimonial_sec .ratings {
  display: flex;
  justify-content: center;
}
.ratings img {
  width: 12px !important;
  margin: 0px 2px;
}
.testimonDet {
  font-size: 16px;
  position: relative;
  margin-top: 40px;
}
.testimonDet::before {
  background-image: url("https://www.tradeindia.com/images/icons/quote-up.svg");
  background-repeat: no-repeat;
  background-position: center center;
  content: "";
  position: absolute;
  left: -83px;
  top: -40px;
  width: 75px;
  height: 65px;
}
.testimonDet::after {
  background-image: url("https://www.tradeindia.com/images/icons/quote-down.svg");
  background-repeat: no-repeat;
  background-position: center center;
  content: "";
  position: absolute;
  right: -86px;
  bottom: -17px;
  width: 75px;
  height: 65px;
}
.testimonial .owl-theme .owl-dots .owl-dot.active span {
  background-color: rgb(225, 119, 26);
}
.testimonial .owl-theme .owl-dots .owl-dot span {
  width: 16px;
  height: 3px;
  margin: 5px 4px;
  background: #ecd378;
  display: block;
  -webkit-backface-visibility: visible;
  transition: opacity 0.2s ease;
  border-radius: 30px;
}

.download_app_sec {
  padding: 50px 0px;
}
.download_app_shadow {
  background-color: rgb(255, 255, 255);
  box-shadow: rgba(151, 189, 211, 0.08) 0px -7px 24px 13px;
  border-radius: 27px;
  padding: 50px;
  position: relative;
  box-sizing: border-box;
  margin: 0px 50px;
}
.download_app_left img {
  width: 85%;
}
.download_app_right {
  margin-top: 50px;
}
.download_app_right h4 {
  color: #2d3840;
  font-size: 28px;
  font-weight: 600;
}
.download_app_right h6 {
  color: #2d3840;
  font-size: 20px;
  font-weight: 400;
  line-height: 30px;
  margin: 20px 0px;
}
.app_col {
  display: flex;
}
.app_col_left {
  margin-right: 15px;
}
.app_col_left img {
  width: 130px;
}
.app_col_right {
  margin-left: 15px;
}
.app_col_right a {
  display: block;
  margin: 10px 0px;
}
.top_cat {
  padding: 16px 50px;
  margin: 0px auto 40px;
}
.top_cat p {
  color: rgb(8, 47, 74);
  font-size: 20px;
  font-weight: 600;
  line-height: 24px;
}
.top_cat .cat-anchor {
  background: rgb(244, 246, 248);
  border-radius: 4px;
  color: rgb(94, 115, 132);
  text-decoration: none;
  font-size: 14px;
  line-height: 21px;
  padding: 4px 12px;
  margin-bottom: 5px;
  display: inline-block;
  margin-right: 4px;
  transition: all 0.5s ease-in-out;
}
.top_cat .cat-anchor:hover {
  background: rgb(45, 56, 64);
  color: rgb(255, 255, 255);
}

.sec_bg {
  /* background: #f4f5f6; */
  max-width: 1292px;
  margin-right: auto;
  margin-left: auto;
  padding: 12px 0px;
}

/*#F4F5F6*/

.featured_section {
  background: #fafaf9;
  padding-top: 25px;
}
.sellers_sec {
  background: #fafaf9;
}

.column_slider_sec {
  background: #fafaf9;
  padding: 25px 0px;
}
.web_stories_sec,
.trade_show_sec {
  background: #fafaf9;
  padding: 40px 0px;
}

.blog_sec,
.our_service_sec {
  background: #fafaf9;
}
.blog_sec .owl-dots {
  display: none;
}

.slider-wrapper {
  max-width: 30em;
  margin: 1em auto;
  text-align: center;
}
.slider {
  width: 100%;
  -webkit-appearance: none;
  height: 8px;
  background: linear-gradient(
    to right,
    #f2954e 0%,
    #f2954e var(--progress, 50%),
    rgb(238, 240, 243) var(--progress, 50%),
    rgb(238, 240, 243) 100%
  );
  border-radius: 5px;
  outline: none;
  opacity: 0.9;
  transition: opacity 0.2s;
}
.slider:hover {
  opacity: 1;
}
.slider::-webkit-slider-thumb {
  -webkit-appearance: none;
  appearance: none;
  width: 20px;
  height: 20px;
  background: #f2954e;
  border-radius: 50%;
  cursor: pointer;
}
.slider::-moz-range-thumb {
  width: 20px;
  height: 20px;
  background: #f2954e;
  border-radius: 50%;
  cursor: pointer;
}

section.one {
  position: relative;
}
section.one:after {
  content: "";
  display: block;
  clear: both;
}

.breadcrumb-item {
  color: rgb(64, 64, 64) !important;
  font-size: 12px !important;
}
.breadcrumb-item a {
  text-decoration: none;
}
.crumb {
  height: 40px;
}

.img-showcase {
  position: relative;
}

.product_overview ul {
  padding-left: 0px !important;
  margin-top: 20px;
}

.img-showcase img {
  transition: transform 0.3s ease;
  width: 100%;
  height: auto;
}

.img-showcase:hover img {
  cursor: zoom-in;
}

.product_delivery {
  background: #e6f8ff;
  display: inline-flex;
  align-items: center;
  padding: 2px 8px;
  border-radius: 20px;
}

.product_delivery img {
  margin-right: 5px;
  width: 14px;
}

.old_price {
  font-size: 16px;
  text-decoration: line-through;
  color: rgb(115, 115, 115);
  font-weight: 500;
  margin-bottom: 0px;
}
.price_bx {
  margin-top: 20px;
}

.current_price {
  font-size: 22px;
  color: rgb(64, 64, 64);
  margin-bottom: 0px;
  display: flex;
  align-items: center;
}
.returm_policy svg {
  margin-right: 8px;
  height: 19px;
  margin-bottom: 3px;
}

.price_bx p {
  color: rgb(115, 115, 115);
  font-size: 12px;
}

.returm_policy {
  color: rgb(64, 64, 64);
  display: flex;
  align-items: center;
  font-size: 14px;
}

.returm_policy a {
  color: rgb(0, 95, 128);
  position: relative;
  margin-left: 7px;
  text-decoration: none;
}
.returm_policy a:before {
  position: absolute;
  content: "";
  width: 100%;
  height: 1px;
  background: rgb(0, 95, 128);
  left: 0%;
  bottom: 2px;
}
.returm_policy img {
  width: 15px;
  margin-right: 7px;
}
.current_price span {
  color: rgb(44, 133, 94);
  font-size: 14px;
  border: 1px solid rgb(44, 133, 94);
  padding: 0px 5px;
  border-radius: 2px;
  line-height: 20px;
  height: 22px;
  margin-left: 8px;
}

.breadcrumb-item a {
  color: rgb(64, 64, 64);
}
.breadcrumb-item a:hover {
  text-decoration: underline;
}
.product_overview ul li {
  font-size: 14px;
  color: rgb(64, 64, 64);
  margin: 8px 0px;
  margin-left: 16px !important;
}

.product_single_left td {
  font-size: 14px;
  color: rgb(64, 64, 64);
  padding: 16px;
  border-bottom: none;
}
.product_single_left td a {
  color: rgba(64, 64, 64);
  text-decoration: underline;
}

.product_single_left td:first-child {
  background: rgb(242, 242, 242);
}
.product_single_left tr {
  border: 1px solid #d9d9d9;
}

.product_single_left tr:first-child {
  border-radius: 10px;
}
.product_attributes {
  margin-top: 40px;
}

.product-count {
  position: relative;
  display: inline-flex;
  align-items: center;
  height: 46px;
  border-radius: 5px;
  outline: 1px solid rgb(217, 217, 217);
}

.product-count a {
  text-decoration: none;
  font-weight: 700;
  color: black;
}

.button-count {
  display: inline-block;
  width: 46px;
  height: 46px;
  background-color: #f2f2f2;
  color: #404040;
  font-size: 20px;
  line-height: 30px;
  text-align: center;
  border: none;
  outline: none;
}
.button-count:active {
  background-color: #f2f2f2;
}

.pro_count {
  display: flex;
  align-items: center;
}

.number-product {
  display: inline-block;
  width: 56px;
  height: 46px;
  font-size: 16px;
  text-align: center;
  background: #fff !important;
  border: none;
  outline: none;
  color: #404040;
  margin-bottom: 0px;
  font-weight: 600;

  border-left: none;
  border-right: none;
}
.number-product:focus {
  border: none;
}

.add_to_cart {
  background: #fb641e;
  width: 100%;
  height: 46px;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #fff;
  margin-left: 15px;
  border-radius: 5px;
  font-size: 16px;
  text-decoration: none;
}

.add_to_cart:hover {
  color: #fff;
  background: rgb(226, 74, 4);
}
:disabled {
  background: #f8f8f8;
  border-right: none;
}

/***********************/
.crumb {
  display: flex;
  align-items: end;
}

.main-section {
  margin: 20px auto 0px auto;
  clear: both;
}
.main-section:before,
.main-section:after {
  content: "";
  display: table;
  clear: both;
}

.left-side {
  height: 500px;
  display: inline-block;
  float: left;
  max-width: 509px;
}

.left-side.fixed {
  position: fixed;
  top: 0px;
  margin-right: 12px;
  max-width: 509px;
}
.right-side {
  display: inline-block;
  vertical-align: top;
  float: right;
}

/**********/

header {
  padding: 18px 0px;
}

.logo_area {
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.logo_area img:first-child {
  width: 86px;
}
.logo_area img:last-child {
  width: 102px;
}

.input_area {
  display: flex;
  align-items: center;
}
.dropdown_bx {
  width: 157px;
  display: flex;
  align-items: center;
  margin-right: 10px;
}
.dropdown_bx svg {
  width: 16px;
  margin-right: 5px;
}
.dropdown_bx select {
  font-size: 13px;
  color: rgb(27, 27, 40);
  width: 141px;
  border: none;
  outline: none;
}

header .input_box {
  position: relative;
  width: 430px !important;
  background: rgb(255, 255, 255);
  border: 1px solid rgb(209, 218, 224);
  border-radius: 8px;
  color: rgb(45, 56, 64);
  display: block;
  width: 100%;
  font-weight: 400;
  font-size: 14px;
  line-height: 21px;
  appearance: none;
  display: flex;
  align-items: center;
}

header .input_box input:focus {
  box-shadow: none !important;
}

header .input_box::before {
  position: absolute;
  content: "";
  width: 60px;
  height: 100%;
  border-radius: 0px 8px 8px 0px;
  background: linear-gradient(
    to right,
    rgb(64, 132, 173) 0%,
    rgb(38, 92, 129) 100%
  );
  top: 0%;
  right: 0%;
  z-index: 1;
}

header .input_box > input {
  border: none !important;
  padding: 10px 16px !important;
  min-height: 50px;
  font-size: 14px;
  color: rgb(73, 80, 87);
}

header .mic_img {
  right: 60px;
  position: absolute;
  top: 50%;
  background: #fff;
  transform: translateY(-50%);
  padding: 10px 15px;
}

header .input_box svg {
  color: #fff;
  z-index: 5;
  position: absolute;
  right: 20px;
}

header .input_box img {
  width: 20px;
}

.res_box {
  display: flex;
  flex-direction: column;
  font-size: 14px;
  text-align: center;
  border: 1px solid rgb(178, 223, 234);
  overflow: hidden;
  width: 140px;
  border-radius: 6px;
  line-height: 1.3 !important;
  margin-left: 24px;
}
.res_box .user {
  background-color: rgb(255, 255, 255);
  color: rgb(45, 56, 64);
  width: 100%;
  padding: 1.5px;
  overflow: hidden !important;
}
.res_box .count {
  width: 100%;
  color: rgb(31, 120, 160);
  padding: 1.5px;
  font-weight: 600;
  background-color: rgb(178, 223, 234);
}

.header_login {
  color: rgb(8, 47, 74);
  font-weight: 400;
  font-size: 16px;
  line-height: 21px;
  text-decoration: none;
}

.header_signup {
  background-color: rgb(29, 103, 141);
  color: rgb(255, 255, 255);
  border-radius: 4px;
  padding: 8px 12px;
  margin: 0px 15px;
  text-decoration: none;
}
.square_bx {
  width: 17px;
}
.cta_btns {
  display: flex;
  align-items: center;
}

.border_bx {
  border: 1px solid rgba(242, 242, 242, 1);
  padding: 24px 20px 16px 20px;
  border-radius: 10px 10px 0px 0px;
}
.product_brand {
  color: rgb(0, 95, 128);
  font-size: 14px;
  margin-bottom: 10px;
  display: inline-block;
  text-decoration: none;
}

.product_single_right h2 {
  font-size: 22px;
  color: rgb(64, 64, 64);
  line-height: 30px;
  width: 90%;
}

.product_delivery p {
  color: rgb(0, 95, 128);
  margin-bottom: 0px;
  font-size: 12px;
  font-weight: 600;
}
footer {
  margin-bottom: 60px;
}

footer .container {
  background: #2d3840 !important;
  color: #fff;
  padding: 34px 56px 20px 56px;
  border-radius: 10px;
}

.footer_heading {
  color: rgb(255, 255, 255);
  display: block;
  font-weight: 500;
  font-size: 16px;
  line-height: 24px;
  text-decoration: none;
  margin-bottom: 6px;
}

.footer_top_single a {
  color: rgba(255, 255, 255, 0.66);
  display: block;
  font-size: 14px;
  line-height: 26px;
  text-decoration: none;
  font-weight: 300;
  margin-bottom: 4px;
}
.footer_top_single a:hover {
  color: #fff;
}

.footer_middle {
  padding: 36px 0px;
  margin: 30px 0px;
  border-bottom: 1px solid rgba(238, 240, 243, 0.18);
  border-top: 1px solid rgba(238, 240, 243, 0.18);
}

.footer_middle_left a {
  color: #fff;
  font-size: 13px;
  text-decoration: none;
}
.footer_middle_left a:hover {
  color: rgb(70, 167, 98);
}

.footer_middle_left .vertical-bar {
  margin: 0px 8px;
}
.footer_middle_left a.active {
  color: rgb(240, 159, 53);
}
.footer_middle_right {
  display: flex;
  justify-content: flex-end;
}
.footer_middle_right a {
  text-decoration: none;
  font-size: 13px;
  color: #fff;
  margin-left: 20px;
}

.trademark {
  color: rgb(129, 149, 165);
  font-size: 15px;
}

.follow_us_left {
  display: flex;
  justify-content: center;
  align-items: center;
}

.divider {
  background-color: rgb(195, 195, 195);
  font-size: 1px;
  width: 1px;
  height: 48px;
  margin: 0px 40px;
}

.follow_us_left img:first-child {
  width: 95px;
}
.follow_us_left img:last-child {
  width: 172px;
}

.follow_us_box {
}

.follow_us_box .container {
  padding: 16px 56px;
  background: #f2f2f2;
  border-radius: 10px;
}

.follow_us_right ul {
  list-style: none;
  display: flex;
  align-items: center;
  margin-bottom: 0px;
}
.follow_us_right ul li {
  margin: 0px 16px;
}
.follow_us_right ul li a img {
  width: 20px;
}
.follow_us_right ul li:first-child a img {
  width: 12px;
}
.follow_us_right > a {
  background: #2f6a90;
  color: #fff;
  padding: 10px 24px;
  border-radius: 8px;
  height: 50px;
  font-weight: 600;
  font-size: 16px;
  display: flex;
  align-items: center;
  margin-left: 40px;
  text-decoration: none;
}

.complain_bx {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-top: 0px;
  border: 1px solid rgba(242, 242, 242, 1);
  padding: 16px 20px;
  border-radius: 0px;
  border-top: 0px;
}

.complain_bx a {
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 16px;
  border: 1px solid #e5e5e5;
  font-size: 14px;
  color: rgb(64, 64, 64);
  text-decoration: none;
  border-radius: 12px;
}

.complain_bx a:hover {
  background: #f2f2f2;
}
.complain_bx a img {
  width: 62px;
  margin-left: 10px;
}

.select2-selection__clear {
  display: none;
}
.select2-container--default .select2-selection--single {
  background-color: transparent;
  border: none;
  border-radius: 0px;
}
.select2-container .select2-selection--single .select2-selection__rendered {
  font-size: 13px;
  color: rgb(27, 27, 40) !important;
}
.follow_us_right > a img {
  width: 7px;
  margin-left: 10px;
}

.follow_us_right p {
  color: rgb(27, 27, 40);
  margin-bottom: 0px;
}

.select2-dropdown {
  position: absolute;
  top: 17px;
  left: -132px !important;
  z-index: 16;
  border-radius: 8px;
  background-color: #fff;
  border: 1px solid #eef0f3;
  width: 275px !important;
  box-sizing: border-box;
  box-shadow: 3px 31px 40px rgba(187, 194, 205, 0.25);
  padding: 15px;
}

.select2-search__field {
  margin: 1px 0;
  width: 100% !important;
  height: auto;
  outline: 0;
  background: url(chosen-sprite.png) no-repeat 100% -20px;
  font-family: sans-serif;
  line-height: normal;
  border-radius: 0;
  margin: 0px 0px 15px 0px !important;
  box-sizing: border-box;
  font-size: 14px;
  border: 1px solid rgba(181, 194, 203, 0.4) !important;
  border-radius: 8px !important;
  padding: 12px !important;
}

.select2-results__options li {
  color: #444 !important;
}

.select2-container--default
  .select2-results__option--highlighted[aria-selected],
.select2-container--default
  .select2-results__option--highlighted[aria-selected] {
  background: rgb(245, 247, 250) !important;
  background-image: none !important;
  color: var(--black) !important;
}

.select2-container--default .select2-results__option[aria-selected="true"] {
  background: rgb(255, 255, 255) !important;
}

.follow_us_left {
  width: 35%;
}

.follow_us_right {
  width: 50%;
  display: flex;
  align-items: center;
  justify-content: end;
}

.follow_us_box .container {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 24px;
  /* margin-top: 50px; */
}

.coupon_area ul {
  list-style: none;
  display: flex;
  overflow-x: scroll;
  padding-left: 0px;
  padding-bottom: 6px;
}

.coupon_area ul li {
  white-space: nowrap;
  color: rgb(44, 133, 94);
  font-size: 12px;
  font-weight: 600;
  line-height: 16px;
  padding: 4px 8px;
  background: rgb(225 251 240);
  border: 1px dashed rgba(59, 171, 120, 1);
  margin-right: 10px;
  position: relative;
  border-radius: 1px;
}

.pro_desp .ul_new li {
  font-weight: 400;
}

.coupon_area ul li:before {
  position: absolute;
  content: "";
  width: 9px;
  height: 11px;
  border-right: 1px dashed rgb(59, 171, 120);
  left: -5px;
  top: 50%;
  transform: translateY(-50%);
  background: #fff;
  z-index: 5;
  border-radius: 50%;
}
.coupon_area ul li:after {
  position: absolute;
  content: "";
  width: 9px;
  height: 11px;
  border-left: 1px dashed rgb(59, 171, 120);
  right: -5px;
  top: 50%;
  transform: translateY(-50%);
  background: #fff;
  z-index: 5;
  border-radius: 50%;
}

.pro_desp ul {
  list-style: none;
}

.pro_desp ul li {
  text-align: center;
  font-size: 14px;
  font-weight: 700;
  color: rgb(64, 64, 64);
  margin: 15px 0px;
}

.pro_desp p {
  text-align: center;
  font-size: 14px;
  color: rgb(64, 64, 64);
  font-weight: 400;
  margin: 10px;
}
.pro_desp img {
  margin: 22px 0px;
}
.mr_0 {
  margin: 0px !important;
}
.mrb_0 {
  margin-bottom: 0px !important;
}
.mrt_0 {
  margin-top: 0px !important;
}

.pro_desp h6 {
  text-align: center;
  font-size: 14px;
  font-weight: 700;
  color: rgb(64, 64, 64);
  margin: 15px 0px;
}

.slider_single_product {
  border: 1px solid rgb(217, 217, 217);

  border-radius: 4px;
}

.slider_single_product_img {
  width: auto;
  height: 168px;
  margin-bottom: 8px;
  background: #f8f8f9;
  position: relative;
  display: flex;
  justify-content: center;
}

.slider_single_product_img img {
  height: 168px;
  width: auto;
}
.slider_single_product_content {
  margin-bottom: 18px;
}

.slider_single_product_content a {
  text-decoration: none;
}

.slider_product_price {
  display: flex;
  align-items: center;
}

.slider_single_product_content a h6 {
  color: rgb(115, 115, 115);
  font-size: 12px;
  font-weight: 400;
  line-height: 16px;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
}

.slider_product_price h6 {
  color: rgb(115, 115, 115);
  font-size: 12px;
  font-weight: 400;
  line-height: 16px;
  text-transform: uppercase;
  margin-bottom: 0px;
}

.slider_product_price span {
  color: rgb(0, 56, 77);
  font-size: 16px;
  font-weight: 600;
  line-height: 24px;
  text-transform: unset;
}
.slider_product_price p {
  color: rgb(115, 115, 115);
  font-size: 12px;
  font-weight: 400;
  line-height: 16px;
  margin-top: 6px;

  margin-bottom: 0px;
}
.slider_product_vat {
  color: rgb(115, 115, 115);
  font-size: 10px;
  font-weight: 400;
  line-height: 16px;
}
.slider_single_product_content {
  padding: 8px;
}

.slider_single_product_content .product_delivery p {
  font-size: 10px;
}
.slider_single_product_content .product_delivery img {
  width: 16px;
  height: 16px;
}

.product_slider {
  margin-top: 25px;
}

.slider_single_product_like {
  background: #fff;
  width: 25px;
  height: 25px;
  border-radius: 50%;
  position: absolute;
  top: 8px;
  right: 10px;
  display: flex;
  align-items: center;
  justify-content: center;
}

.slider_single_product_like svg {
  width: 16px;
  height: 16px;
}

.slider_single_product_cart {
  background: #fff;
  width: 42px;
  height: 42px;
  border-radius: 50%;
  position: absolute;
  bottom: 8px;
  right: 10px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.slider_single_product_cart svg {
  width: 24px;
}

.product_slider h4 {
  color: rgb(64, 64, 64);
  font-weight: 600;
  font-size: 18px;
  line-height: 28px;
  margin-bottom: 16px;
}

.slider_single_product_cut_price {
  display: flex;
  height: 25px;
}
.slider_single_product_cut_price h6 {
  color: rgb(100, 116, 139);
  text-decoration: line-through;
  font-weight: 400;
  font-size: 12px;
  line-height: 16px;
  margin-bottom: 0px;
}

.slider_single_product_cut_price p {
  color: rgb(44, 133, 94);
  font-weight: 700;
  font-size: 10px;
  line-height: 15px;
  margin-left: 4px;
  margin-bottom: 0px;
}

.categories_dropdown button {
  border: none;
  background: transparent;
  outline: none;
}

.categories_dropdown button {
  color: rgb(64, 64, 64);
  font-weight: 600;
  font-size: 14px;
  line-height: 20px;
}
.categories_dropdown button:active {
  background: transparent;
}
.categories_dropdown button:hover {
  color: rgb(15, 23, 42);
  background: transparent;
}

.categories_dropdown button svg {
  width: 17px;
  height: 17px;
  margin-right: 10px;
}

/***********************************/

.dropdown:hover > .dropdown-menu {
  display: block;
}

.categories_dropdown > .dropdown-menu {
  display: none;
  position: absolute;
  background-color: white;
  min-width: 200px;
  z-index: 1000;
  border: none !important;
}

.dropdown-menu > li {
  position: relative;
}

.megamenu {
  display: none;
  position: absolute;
  left: 100%;
  top: 0px;
  min-width: 200px;
  z-index: 1010;
  border-radius: 0px !important;
}
.categories_dropdown {
  padding: 16px 5px;
  margin-right: 15px;
}

.sub_dropdownarrow {
  transform: rotate(-90deg);
}

.categories_dropdown button .dropdown_arrow {
  transition: all 0.2s ease-in;
  margin-left: 10px;
  margin-right: 0px;
}

.categories_dropdown button:hover .dropdown_arrow {
  transform: rotate(180deg);
}

.megamenu_column {
  width: 280px;
  padding: 16px;
}
.megamenu_column h6 {
  color: rgb(64, 64, 64);
  font-size: 14px;
  font-weight: 600;
  margin-bottom: 0px;
}
.megamenu_column ul {
  list-style: none;
  padding-left: 0px;
  margin-bottom: 0px;
}
.megamenu_column ul li {
  margin: 6px 0px;
}
.megamenu_column ul li a {
  font-size: 12px;
  text-decoration: none;
  color: rgb(64, 64, 64);
}
.megamenu_column ul li a:hover {
  text-decoration: underline;
}

.megamenu {
  width: 890px;
  padding: 16px;
}
.related_product_sec {
  margin-top: 100px;
}

.consumer_dropdown button {
  border: none;
  outline: none;
  background: transparent;
  color: rgb(15, 23, 42);
  font-weight: 300;
  font-size: 14px;
  line-height: 20px;
}
.consumer_dropdown button:hover {
  background: transparent;
}
.drodown_menus {
  display: flex;
  align-items: center;
}
.drodown_menus .divider {
  width: 2px;
  height: 32px;
  background: rgb(226, 232, 240);
  margin: 0px;
}
.consumer_dropdown {
  padding: 8px 5px;
  margin-left: 6px;
}

.consumer_dropdown button .dropdown_arrow {
  transition: all 0.2s ease-in;
  margin-left: 10px;
}

.consumer_dropdown button:hover .dropdown_arrow {
  transform: rotate(180deg);
}

.mob_icon {
  margin-right: 10px;
}

.other_menus ul {
  list-style: none;
  display: flex;
  align-items: center;
  margin-bottom: 0px;
}
.other_menus ul li {
  padding: 15px 0px;
  border-bottom: 3px solid transparent;
  margin-right: 20px;
}

.other_menus ul li a {
  color: rgb(251, 100, 30);
  font-weight: 600;
  font-size: 14px;
  line-height: 20px;
  text-decoration: none;
}
.other_menus ul li a svg {
  width: 20px;
  height: 20px;
  margin-right: 5px;
}

.other_menus ul li:hover {
  border-bottom: 3px solid rgb(251, 100, 30);
}
.header_bottom {
  box-shadow: 0 2px 4px rgba(0, 0, 0, 0.1);
  background: #fafafa;
}

.seller_btn {
  text-transform: uppercase;
  color: rgb(0, 57, 77);
  font-weight: 600;
  font-size: 12px;
  line-height: 16px;
  padding: 8px 12px;
  border: 1px solid rgb(0, 57, 77);
  text-decoration: none;
  border-radius: 4px;
  margin-left: 8px;
}
.other_menus {
  display: flex;
  align-items: center;
}
/************/
.home_sec1 {
  margin-bottom: 16px;
}

.homesec1_sidebar {
  box-shadow: rgba(109, 103, 89, 0.06) 0px 2px 30px 9px;
  height: 100%;
  border-radius: 16px;
  padding: 16px 12px;
  overflow: hidden;
}

.homesec1_sidebar_title {
  font-weight: 600;
  font-size: 18px;
  line-height: 24px;
  text-transform: capitalize;
  color: rgb(8, 47, 74);
  margin-bottom: 8px;
}

.home_sec1 ul {
  list-style: none;
  padding-left: 0px;
}

.home_sec1 ul li {
  padding: 8px 0px;
}

.home_sec1 ul li a {
  display: flex;
  align-items: center;
  text-decoration: none;
}

.home_sec1 ul li a img {
  margin-right: 8px;
  width: 22px;
  height: 22px;
  opacity: 0.6;
}

.home_sec1 ul li a p {
  color: rgb(79, 95, 109);
  margin-bottom: 0px;
  text-overflow: ellipsis;
  font-size: 14px;
  text-overflow: ellipsis;
  overflow: hidden;
  white-space: nowrap;
  transition: all 0.5s ease-in-out;
}

.home_sec1 ul li a p:hover {
  transform: translateX(10px);
}

.view_all_cat {
  display: flex;
  justify-content: center;
  width: 100%;
}

.view_all_cat a {
  color: rgb(27, 27, 40);
  font-size: 14px;
}

.home_slidert_single {
  border: 1px solid #ededf2;
  border-radius: 8px;
}

.home_column_single {
  height: 222px;
  border-radius: 8px;
}

.home_column_single:first-child {
  margin-bottom: 15px;
}

.home_column_content {
  padding: 24px;
}

.home_column_content p {
  color: rgb(45, 56, 64);
  margin-bottom: 25px;
  font-size: 16px;
  line-height: 24px;
}

.home_column_content p span {
  display: block;
}

.home_column_content button {
  width: auto;
  cursor: pointer;
  font-weight: 600;
  padding: 10px 14px;
  border-radius: 8px;
  font-size: 14px;
  line-height: 20px;
  border: 1px solid rgb(38, 92, 129);
  background: none;
  color: rgb(38, 92, 129);
}

.more_values_row {
  display: flex;
  justify-content: space-between;
}

.home_column_single:last-child p {
  color: #fff;
}

.home_column_single:last-child button {
  color: #fff;
  border-color: #fff;
}

.more_values_column {
  position: relative;
  background-color: rgb(255, 255, 255);
  box-shadow: rgba(109, 103, 89, 0.06) 0px 2px 30px 9px;
  border-radius: 8px;
  padding: 12px 16px;
  width: 19%;
  text-decoration: none;
  position: relative;
  margin-right: 18px;
}

.hover_img {
  position: absolute;
  right: 0%;
  bottom: 0%;
}

.hover_img .h1_img {
  display: block;
}

.hover_img .h1_img {
  display: none;
}

.more_values_column p {
  display: block;
  font-weight: 400;
  font-size: 12px;
  line-height: 18px;
  letter-spacing: 0.375px;
  color: rgb(8, 47, 74);
  position: relative;
  margin: 0px 0px 2px 0px;
}

.more_values_column h6 {
  color: rgb(8, 47, 74);
  font-weight: 700;
  font-size: 12px;
  line-height: 18px;
  letter-spacing: 0.375px;
  position: relative;
  margin-bottom: 12px;
}

.more_values_column .learn_more_btn {
  font-size: 14px;
  color: rgb(225, 119, 26);
  text-decoration: none;
  position: relative;
  display: flex;
  align-items: center;
  font-size: 14px;
  margin-bottom: 0px;
}

.more_values_column .learn_more_btn span {
  background: rgb(225, 119, 26);
  width: 16px;
  height: 16px;
  border-radius: 16px;
  display: flex;
  justify-content: center;
  align-items: center;
  margin-left: 6px;
}

.more_values_column .learn_more_btn span i {
  color: #fff;
  font-size: 8px;
}

.more_values_column:hover {
  background: linear-gradient(
    to right,
    rgb(235, 152, 79) 0%,
    rgb(255, 185, 122) 100%
  );
}

.more_values_column:hover > .hover_img .h1_img {
  display: none;
}

.more_values_column:hover > .hover_img .h2_img {
  display: block;
}

.more_values_column:hover > a .learn_more_btn {
  color: #fff !important;
}

.more_values_column:hover > a .learn_more_btn span {
  background: #fff;
}

.more_values_column:hover > a .learn_more_btn span i {
  color: #000;
}

.more_values_column:hover > a p {
  color: #fff;
}

.more_values_column:hover > a h6 {
  color: #fff;
}

.more_values_column a {
  text-decoration: none;
}

.more_value h4 {
  color: rgb(8, 47, 74);
  font-size: 18px;
  font-weight: 600;
  margin: 16px 0px 16px 0px;
}

.tranding_categories_single {
  background: rgb(255, 255, 255);
  border: 1.3px solid rgb(210, 218, 224);
  box-shadow: rgb(187, 194, 205) 3px 31px 40px -42px;
  border-radius: 8px;
  overflow: hidden;
  width: 100%;
  white-space: normal;
  border-radius: 8px;
}

.trending_categories_single_img {
  display: flex;
  height: 150px;
  border-bottom: 1px solid rgb(210, 218, 224);
  justify-content: center;
  align-items: center;
}

.trending_categories_single_content p {
  white-space: nowrap;
  overflow: hidden;
  -webkit-box-orient: vertical;
  text-overflow: ellipsis;
  color: rgb(45, 56, 64);
  line-height: 18px;
  margin: 0px;
  padding: 15px 10px;
  font-size: 13px;
}

.tranding_categories_single a {
  text-decoration: none;
}

.trending_categories_heading,
.featured_sec_heading {
  margin-bottom: 16px;
}

.trending_categories_heading h4,
.featured_sec_heading h4 {
  color: rgb(8, 47, 74);
  font-weight: 600;
  font-size: 18px;
  line-height: 24px;
  letter-spacing: 0.625px;
  margin: 0px;
}

.tranding_categories_shadow .container {
  box-shadow: rgba(109, 103, 89, 0.06) 0px 2px 30px 9px;
  border-radius: 8px;
  padding: 16px;
}

.featured_sec_single_content button {
  border: 0px;
  font-weight: 600;
  padding: 10px 20px;
  border-radius: 8px;
  font-size: 16px;
  background: linear-gradient(
    40.27deg,
    rgb(64, 132, 173) -16.4%,
    rgb(38, 92, 129) 118.06%
  );
  color: rgb(255, 255, 255);
  font-size: 14px;
}

.featured_sec_single_content h5 {
  color: #000;
  font-size: 16px;
  line-height: 24px;
  font-weight: 400;
}

.featured_sec_single_content h5:hover {
  color: rgb(38, 92, 129);
}

.featured_sec_content_area a {
  text-decoration: none;
}

.featured_sec_content_area {
  background: rgb(255, 255, 255);
  border: 1.3px solid rgb(210, 218, 224);
  box-shadow: rgb(187, 194, 205) 3px 31px 40px -42px;
  border-radius: 8px;
  overflow: hidden;
  width: 100%;
  white-space: normal;
  border-radius: 8px;
}

.featured_sec_single_content_img {
  width: 100%;
  height: 200px;
  overflow: hidden;
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 0px 20px;
  border-bottom: 1px solid rgb(210, 218, 224);
}

.featured_sec_single_content_img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform 0.3s ease-in-out;
  /* Smooth transition */
}

.featured_sec_single_content_img:hover img {
  transform: scale(1.1);
  /* Zoom-in effect */
}

.featured_sec_single_content {
  padding: 15px 5px;
}
.featured_sec_single_content a {
  color: #000;
}

.featured_sec_single_content h6 {
  font-size: 14px;
  font-weight: 400;
  color: #292933;
  line-height: 16px;
}

.distributor_profile {
  text-transform: uppercase;
  margin: 25px 0px 20px 0px;
  padding: 0px !important;
  display: block;
  color: rgba(0, 0, 0, 1);
  font-size: 14px;
}

.featured_sec_single_content h6 span {
  color: rgb(94, 115, 132);
  display: block;
  font-size: 14px;
  margin-top: 2px;
}

.new_arrivals,
.trade_india {
  border-radius: 8px;
}

.new_arrivals_heading h4,
.trade_india_heading h4 {
  color: rgb(8, 47, 74);
  font-weight: 600;
  font-size: 18px;
  line-height: 24px;
  letter-spacing: 0.625px;
  margin: 0px;
}

.new_arrivals_heading p,
.trade_india_heading p {
  color: rgb(94, 115, 132);
  font-size: 13px;
}

.new_arriavals_content_single,
.trade_india_content_single {
  background: rgb(255, 255, 255);
  border: 1.3px solid rgb(210, 218, 224);
  box-shadow: rgb(187, 194, 205) 3px 31px 40px -42px;
  border-radius: 8px;
  overflow: hidden;
  width: 100%;
  white-space: normal;
  border-radius: 8px;
}

.new_arriavals_content_single a,
.trade_india_content_single a {
  text-decoration: none;
}

.new_arriavals_content_single_img,
.trade_india_content_single_img {
  width: 100%;
  height: 200px;
  overflow: hidden;
  position: relative;
  border-bottom: 1px solid rgb(210, 218, 224);
  padding: 10px;
}

.new_arriavals_content_single_img img,
.trade_india_content_single_img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform 0.3s ease-in-out;
}

.new_arriavals_content_single_img:hover img {
  transform: scale(1.1);
}

.new_arriavals_content_single_data,
.trade_india_content_single_data {
  padding: 15px 10px;
}

.new_arriavals_content_single_data .pro_head,
.trade_india_content_single_data .pro_head {
  font-size: 14px;
  text-overflow: ellipsis;
  color: rgb(45, 56, 64);
  line-height: 18px;
  text-wrap: nowrap;
  overflow: hidden;
  margin-bottom: 2px;
}

.new_arriavals_content_single_data .pro_subhead .moq,
.trade_india_content_single_data .pro_subhead .moq {
  font-size: 12px;
  color: #000;
}

.postrequirments_sec {
  padding: 0px 0px 10px 0px;
  background: #fafaf9;
}

.postrequirments_content_area {
  background: linear-gradient(
    90deg,
    rgb(248, 245, 235) 1.45%,
    rgb(255, 255, 255) 100%
  );
  border: 1px solid rgb(242, 231, 196);
  box-shadow: rgba(109, 103, 89, 0.07) 0px 19px 39px -2px;
  border-radius: 8px;
  padding: 50px 30px;
}

.postbuy_requirments_form_col {
  display: flex;
  justify-content: space-between;
}

.postbuy_requirments_form_col h5 {
  font-size: 18px;
  font-weight: 500;
  line-height: 27px;
}

.postbuy_requirments_form_col img {
  width: 60px;
}

.postbuy_requirments_form > p {
  line-height: 150%;
  font-size: 16px;
}

.postrequirments_sec .form-group {
  margin-bottom: 15px;
}

.range {
  width: 100%;
  height: 10px;
  -webkit-appearance: none;
  background: rgb(238, 240, 243);
  outline: none;
  border-radius: 15px;
  overflow: hidden;
}

.postbuy_requirments_form label {
  color: #000;
  font-size: 14px;
}
.voice-wrapper .record-icon span {
  font-size: 14px;
}
.product_quote label {
  margin: 15px 0px 0px 0px;
}

.product_quote input {
  box-sizing: border-box;
  border: 1px solid rgb(210, 218, 224);
  border-radius: 8px;
  height: 56px;
  width: 100%;
  padding: 15px;
  margin-top: 5px;
  font-size: 14px;
  outline: none;
}

.country_code {
  box-sizing: border-box;
  border: 1px solid rgb(210, 218, 224);
  border-radius: 8px;
  height: 56px;
  width: 20%;
  padding: 15px;
  margin-top: 5px;
}

.form-arrow {
  position: absolute;
  top: 0.65rem;
  right: 0.5rem;
  z-index: 10;
  font-size: 1.35rem;
  line-height: inherit;
  color: var(--color-darks);
}

.country_code select {
  background: transparent;
  border: none;
  position: relative;
  width: -webkit-fill-available;
}

.phone_num {
  box-sizing: border-box;
  border: 1px solid rgb(210, 218, 224);
  border-radius: 8px;
  height: 56px;
  width: 78%;
  padding: 15px;
  margin-top: 5px;
}

.phone_num input {
  border: none;
  background: transparent;
  outline: none;
  width: 100%;
}

.personilize p {
  font-size: 14px;
  color: rgba(0, 0, 0, 1);
}

.personilize p span {
  display: block;
  font-size: 12px;
  line-height: 16px;
  margin-top: 5px;
}

.postrequirments_sec .voice-wrapper {
  user-select: none;
  box-shadow: rgba(224, 220, 215, 0.52) 0px 5px 13px 0px;
  border-radius: 31px;
  width: 100%;
  box-sizing: border-box;
}

.form_country {
  display: flex;
  justify-content: space-between;
}

.form-arrow {
  position: absolute;
  top: 0.65rem;
  right: 0.5rem;
  z-index: 10;
  font-size: 1.35rem;
  line-height: inherit;
  color: var(--color-darks);
}

.country_code select {
  background: transparent;
  border: none;
  position: relative;
  width: -webkit-fill-available;
  font-size: 14px;
}

.phone_num {
  box-sizing: border-box;
  border: 1px solid rgb(210, 218, 224);
  border-radius: 8px;
  height: 56px;
  width: 78%;
  padding: 15px;
  margin-top: 5px;
}

.phone_num input {
  border: none;
  background: transparent;
  outline: none;
  width: 100%;
  font-size: 14px;
}

.postrequirments_sec .voice-wrapper {
  user-select: none;
  box-shadow: rgba(224, 220, 215, 0.52) 0px 5px 13px 0px;
  border-radius: 31px;
  width: 100%;
  box-sizing: border-box;
}

.postrequirments_sec .control-wrapper {
  position: relative;
  min-height: 50px;
}

.postrequirments_sec .record-wrapper {
  border: none;
  background: transparent;
  padding: 22px 18px;
  box-sizing: border-box;
  position: relative;
  min-height: 113px;
}

.postrequirments_sec .control-wrapper .icon-text-wrapper {
  display: flex;
  -webkit-box-align: center;
  align-items: center;
  min-height: 30px;
}

.record-wrapper button {
  border: none;
  background: transparent;
}

.postrequirments_sec button p {
  cursor: pointer;
  font-size: 12px;
  font-weight: 400;
  color: rgb(45, 56, 64);
  padding: 16px 0px 0px;
}

.bg-wave {
  position: absolute;
  right: 0%;
  top: 0%;
}

.postrequirments_sec .action-btn {
  display: flex;
  -webkit-box-pack: end;
  justify-content: flex-end;
  margin-top: 50px;
}

.postrequirments_sec .action-btn button {
  border: 0px;
  cursor: pointer;
  display: flex;
  -webkit-box-pack: center;
  justify-content: center;
  font-weight: 600;
  -webkit-box-align: center;
  align-items: center;
  height: 48px;
  padding: 0px 14px;
  border-radius: 8px;
  font-size: 14px;
  line-height: 20px;
  background: linear-gradient(
    40.27deg,
    rgb(64, 132, 173) -16.4%,
    rgb(38, 92, 129) 118.06%
  );
  color: rgb(255, 255, 255);
  width: 170px;
}

.sellers_sec .container {
}

.featured_sec_heading,
.trending_sec_heading {
  margin-bottom: 16px;
}

.featured_sec_heading h4,
.trending_sec_heading h4 {
  color: rgb(8, 47, 74);
  font-weight: 600;
  font-size: 18px;
  line-height: 24px;
  letter-spacing: 0.625px;
  margin: 0px;
}

.web_stories_heading {
  margin-bottom: 16px;
}

.web_stories_heading h4 {
  color: rgb(8, 47, 74);
  font-weight: 600;
  font-size: 18px;
  line-height: 24px;
  letter-spacing: 0.625px;
  margin: 0px;
}

.web_stories_content_single {
  height: 316px;
  position: relative;
  border-radius: 10px;
  position: relative;
}

.web_stories_content_single::before {
  position: absolute;
  content: "";
  width: 100%;
  height: 100%;
  left: 0%;
  top: 0%;
  background: rgba(0, 0, 0, 0.4);
  border-radius: 10px;
}

.web_stories_content_single p {
  position: absolute;
  bottom: 5px;
  right: 10px;
  left: 20px;
  color: white;
  font-size: 14px;
  font-weight: 300;
  line-height: 18px;
  margin-bottom: 0px;
}

.web_stories_content_single p {
  position: absolute;
  bottom: 5px;
  right: 10px;
  left: 20px;
  color: white;
  font-size: 14px;
  font-weight: 300;
  line-height: 18px;
  margin-bottom: 0px;
}

.shadow {
  border: 1px solid rgb(238, 240, 243);
  padding: 20px 16px;
  border-radius: 8px;
  background: #fff;
  box-shadow: rgba(109, 103, 89, 0.06) 0px 2px 30px 9px !important;
}

.blogs_heading {
  margin-bottom: 16px;
}

.blogs_heading h4 {
  color: rgb(8, 47, 74);
  font-weight: 600;
  font-size: 18px;
  line-height: 24px;
  letter-spacing: 0.625px;
  margin: 0px;
}

.blogs_content_single {
  box-shadow: rgb(187, 194, 205) 3px 31px 40px -42px;
  border: 1px solid rgb(225, 230, 239);
  border-radius: 10px;
}

.blogs_content_single_img {
  height: 150px;
  border-radius: 10px 10px 0px 0px;
}

.blogs_content_para {
  padding: 10px;
  height: 85px;
}

.blogs_content_para p {
  color: rgb(8, 47, 74);
  font-size: 14px;
  font-weight: 400;
  line-height: 125%;
}

.trade_show_content_all a {
  text-decoration: none;
}
.trade_show_heading {
  margin-bottom: 16px;
}
.trade_show_heading h4 {
  color: rgb(8, 47, 74);
  font-weight: 600;
  font-size: 18px;
  line-height: 24px;
  letter-spacing: 0.625px;
  margin: 0px;
}
.trade_show_content_single {
  box-shadow: rgb(187, 194, 205) 3px 31px 40px -42px;
  border: 1px solid rgb(225, 230, 239);
  border-radius: 10px;
  padding: 16px 16px 32px 16px;
}
.trade_show_content_single_img {
  padding: 0px 0px 8px 0px;
  height: 100px;
}
.trade_show_content_single_img img {
  height: 80px;
  width: 80px !important;
}
.trade_show_content_single_data h5 {
  color: rgb(45, 56, 64);
  font-size: 16px;
  font-weight: 600;
  margin-bottom: 5px;
}
.trade_show_content_single_data .dt {
  margin-bottom: 2px !important;
  display: flex;
  align-items: center;
}
.trade_show_content_single_data .place {
  display: flex;
  align-items: center;
}

.trade_show_content_single_data .dt p,
.trade_show_content_single_data .place p {
  color: rgb(79, 95, 109);
  font-size: 13px;
  margin-bottom: 0px;
  margin-left: 5px;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}

.our_service_heading {
  margin-bottom: 16px;
}

.our_service_heading h4 {
  color: rgb(8, 47, 74);
  font-weight: 600;
  font-size: 18px;
  line-height: 24px;
  letter-spacing: 0.625px;
  margin: 0px;
}
.our_service_content_single {
  border-radius: 10px;
  height: 190px;
  width: 100%;
}
.our_service_content_single_data {
  display: flex;
  flex-direction: column;
  align-content: space-between;
  height: 175px;
  flex-wrap: wrap;
  padding: 20px;
}
.our_service_content_single_data h4 {
  font-weight: 400;
  color: #fff;
  font-size: 20px;
  line-height: 130%;
}
.our_service_sec .cardBtn {
  height: 42px;
  line-height: 42px;
  font-weight: 500;
  font-size: 10px;
  top: auto;
  bottom: 1.5rem;
  text-decoration: none;
}
.our_service_content_single_data h4 span {
  font-weight: 600;
  display: block;
}
.our_service_sec .learn-more {
  font-size: 14px;
  font-weight: 500;
  color: #fff;
}
.our_service_sec .cardArrow {
  background-image: url("https://www.tradeindia.com/images/icons/rt-arrow.svg");
  background-repeat: no-repeat;
  background-position: center center;
  background-color: rgb(255, 255, 255);
  border-radius: 50%;
  box-shadow: rgba(8, 47, 74, 0.404) 0px 2px 4px;
  display: inline-block;
  height: 24px;
  margin-left: 8px;
  vertical-align: middle;
  width: 24px;
}

.testimonial_sec {
  padding: 50px 0px;
}

.testimonial_heading {
  text-align: center;
  margin-bottom: 50px;
}
.testimonial_heading h4 {
  font-weight: 600;
}
.testimonial_single {
  text-align: center;
}
.testimoni_image {
  display: flex;
  justify-content: center;
}
.testimoni_image img {
  width: 200px !important;
  border-radius: 50%;
}
.testimonial_single h4 {
  color: rgb(45, 56, 64);
  font-size: 20px;
  font-weight: 600;
  margin: 20px 0px 10px 0px;
}
.testimonial_single h6 {
  color: rgb(96, 97, 107);
  font-size: 16px;
  font-weight: 400;
}
.testimonial_sec .ratings {
  display: flex;
  justify-content: center;
}
.ratings img {
  width: 12px !important;
  margin: 0px 2px;
}
.testimonDet {
  font-size: 16px;
  position: relative;
  margin-top: 40px;
}
.testimonDet::before {
  background-image: url("https://www.tradeindia.com/images/icons/quote-up.svg");
  background-repeat: no-repeat;
  background-position: center center;
  content: "";
  position: absolute;
  left: -83px;
  top: -40px;
  width: 75px;
  height: 65px;
}
.testimonDet::after {
  background-image: url("https://www.tradeindia.com/images/icons/quote-down.svg");
  background-repeat: no-repeat;
  background-position: center center;
  content: "";
  position: absolute;
  right: -86px;
  bottom: -17px;
  width: 75px;
  height: 65px;
}
.testimonial .owl-theme .owl-dots .owl-dot.active span {
  background-color: rgb(225, 119, 26);
}
.testimonial .owl-theme .owl-dots .owl-dot span {
  width: 16px;
  height: 3px;
  margin: 5px 4px;
  background: #ecd378;
  display: block;
  -webkit-backface-visibility: visible;
  transition: opacity 0.2s ease;
  border-radius: 30px;
}

.download_app_sec {
  padding: 50px 0px;
}
.download_app_shadow {
  background-color: rgb(255, 255, 255);
  box-shadow: rgba(151, 189, 211, 0.08) 0px -7px 24px 13px;
  border-radius: 27px;
  padding: 50px;
  position: relative;
  box-sizing: border-box;
  margin: 0px 50px;
}
.download_app_left img {
  width: 85%;
}
.download_app_right {
  margin-top: 50px;
}
.download_app_right h4 {
  color: #2d3840;
  font-size: 28px;
  font-weight: 600;
}
.download_app_right h6 {
  color: #2d3840;
  font-size: 20px;
  font-weight: 400;
  line-height: 30px;
  margin: 20px 0px;
}
.app_col {
  display: flex;
}
.app_col_left {
  margin-right: 15px;
}
.app_col_left img {
  width: 130px;
}
.app_col_right {
  margin-left: 15px;
}
.app_col_right a {
  display: block;
  margin: 10px 0px;
}
.top_cat {
  padding: 16px 50px;
  margin: 0px auto 40px;
}
.top_cat p {
  color: rgb(8, 47, 74);
  font-size: 20px;
  font-weight: 600;
  line-height: 24px;
}
.top_cat .cat-anchor {
  background: rgb(244, 246, 248);
  border-radius: 4px;
  color: rgb(94, 115, 132);
  text-decoration: none;
  font-size: 14px;
  line-height: 21px;
  padding: 4px 12px;
  margin-bottom: 5px;
  display: inline-block;
  margin-right: 4px;
  transition: all 0.5s ease-in-out;
}
.top_cat .cat-anchor:hover {
  background: rgb(45, 56, 64);
  color: rgb(255, 255, 255);
}

.sec_bg {
  /* background: #f4f5f6; */
  max-width: 1292px;
  margin-right: auto;
  margin-left: auto;
  padding: 12px 0px;
}

/*#F4F5F6*/

.featured_section {
  background: #fafaf9;
  padding-top: 25px;
}
.sellers_sec {
  background: #fafaf9;
}

.column_slider_sec {
  background: #fafaf9;
  padding: 25px 0px;
}
.web_stories_sec,
.trade_show_sec {
  background: #fafaf9;
  padding: 40px 0px;
}

.blog_sec,
.our_service_sec {
  background: #fafaf9;
}
.blog_sec .owl-dots {
  display: none;
}

.slider-wrapper {
  max-width: 30em;
  margin: 1em auto;
  text-align: center;
}
.slider {
  width: 100%;
  -webkit-appearance: none;
  height: 8px;
  background: linear-gradient(
    to right,
    #f2954e 0%,
    #f2954e var(--progress, 50%),
    rgb(238, 240, 243) var(--progress, 50%),
    rgb(238, 240, 243) 100%
  );
  border-radius: 5px;
  outline: none;
  opacity: 0.9;
  transition: opacity 0.2s;
}
.slider:hover {
  opacity: 1;
}
.slider::-webkit-slider-thumb {
  -webkit-appearance: none;
  appearance: none;
  width: 20px;
  height: 20px;
  background: #f2954e;
  border-radius: 50%;
  cursor: pointer;
}
.slider::-moz-range-thumb {
  width: 20px;
  height: 20px;
  background: #f2954e;
  border-radius: 50%;
  cursor: pointer;
}

.cart_option a {
  text-decoration: none;
  color: #1d678d;
  font-size: 16px;
  font-weight: 500;
  line-height: 20px;
  display: flex;
  align-items: center;
}

.cart_option {
  position: relative;
  display: inline-block;
}

.cart-count {
  position: absolute;
  top: -12px;
  right: -20px;
  background: red;
  color: white;
  border-radius: 100%;
  padding: 0.5px 7px;
  font-size: 12px;
  width: 21px;
  height: 21px;
}

.product-count {
  display: flex;
  align-items: center;
  gap: 10px;
}

.button-count {
  background: #f0f0f0;
  border: none;
  padding: 5px;
  cursor: pointer;
}

.button-count.no-active {
  opacity: 0.5;
  cursor: not-allowed;
}

.bg-main-color {
  background-color: rgb(29, 103, 141);
  color: #fff;
  border-color: rgb(29, 103, 141);
}

.modal-header {
  display: flex;
  flex-shrink: 0;
  align-items: center;
  justify-content: space-between;
  padding: 1rem 1rem;
  border-bottom: 1px solid #dee2e6;
  border-top-left-radius: calc(0.3rem - 1px);
  border-top-right-radius: calc(0.3rem - 1px);
}

.btn-close {
  color: #fff;
}

.category-dropdown {
  position: relative;
  width: 250px;
}
/* 
.mega-menu-parent {
  position: relative;
}


.mega-menu {
  display: none;
  position: absolute;
  top: 0;
  left: 120%;
  background: #fff;
  padding: 20px;
  min-width: 600px;
  width: 900px;
  z-index: 999;
} */

.mega-menu .col-md-3 h6 a {
  text-decoration: none;
}
.mega-menu .col-md-3 h6 {
  margin-bottom: 10px;
  font-size: 16px;
}

.mega-menu .col-md-3 ul {
  padding-left: 0;
  font-size: 14px;
}

.mega-menu .col-md-3 ul li a {
  text-decoration: none;
  color: #333;
  display: block;
  padding: 2px 0;
  line-height: 24px;
}

.mega-menu .col-md-3 ul li a:hover {
  color: rgb(251, 100, 30);
}

.underline-on-hover:hover {
  text-decoration: underline;
}

.icon-18 {
  height: 18px;
  width: 18px;
}

.linkText {
  color: rgb(29, 103, 141);
  text-decoration: none;
  text-transform: uppercase !important;
  font-size: 14px;
  font-weight: 600;
}

.linkText:hover {
  text-decoration: underline;
}

.form-control:focus {
  border-color: rgb(29, 103, 141);
  box-shadow: none;
}
/* Custom gradients for filter sections */
.filters_single {
  background: linear-gradient(
    to right,
    #e0f2f7,
    #c1e4ed
  ); /* Light blue gradient */
  padding: 15px; /* Add some padding for better appearance */
  border-radius: 8px; /* Optional: adds rounded corners */
  margin-bottom: 15px; /* Adds space between filter sections */
}

/*Product Styling*/
.product-card {
  background: #fff;
  border-radius: 4px;
  position: relative;
  border: 1px solid #ced4da;
  /* max-width: 850px;
  margin: auto;
  min-height: 240px;
  height: auto; */
  /* Keeps it slim */
}

.industry-leader {
  position: absolute;
  top: 10px;
  left: 0;
  background-color: #b31f24;
  color: white;
  padding: 2px 10px;
  font-size: 11px;
  font-weight: bold;
  border-radius: 0 15px 15px 0;
  z-index: 10;
}

/* Tighten Typography */
.product-title {
  font-size: 1.05rem;
  line-height: 1.2;
  margin-bottom: 8px;
}

.product-title a {
  color: rgb(85, 85, 85);
}
.product-title a:hover {
  color: rgb(251, 100, 30);
}

.price-text {
  font-size: 1.15rem;
  font-weight: 700;
  color: #333;
}

.btn-quote-sm:hover {
  color: #fff;
  background-color: #0000ffad;
}

/* Compact Table */
.specs-table td {
  padding: 1px 0 !important;
  /* Minimal vertical space */
  font-size: 0.85rem;
}

.label-text {
  color: #777;
  width: 140px;
}

.value-text {
  color: #333;
}

/* Buttons */
.btn-quote-sm {
  border: 1px solid #2e3192;
  color: #2e3192;
  border-radius: 20px;
  font-size: 0.85rem;
  padding: 2px 15px;
  background: transparent;
}

.btn-contact-supplier {
  background: linear-gradient(
    40.27deg,
    rgb(64, 132, 173) -16.4%,
    rgb(38, 92, 129) 118.06%
  );
  color: white;
  border: 0.8px solid rgb(64, 132, 173);
  border-radius: 6px;
  width: 100%;
  padding: 8px;
}

.btn-contact-supplier:hover {
  /* background-color: #1a2e44; */
  background: linear-gradient(
    40.27deg,
    rgb(64, 132, 173) -16.4%,
    rgb(38, 92, 129) 118.06%
  );
  color: white;
  border: 0.8px solid rgb(64, 132, 173);
  border-radius: 6px;
  width: 100%;
  padding: 8px;
}

.btn-mobile-no {
  background: transparent;
  padding: 10px;
  font-weight: bold !important;
  color: rgb(64, 132, 173) !important;
  border: 0.8px solid rgb(64, 132, 173);
}

.btn-mobile-no:hover {
  background: transparent;
  padding: 10px;
  font-weight: bold !important;
  color: rgb(64, 132, 173) !important;
  border: 0.8px solid rgb(64, 132, 173);
}

.sidebar-border {
  border-left: 1px solid #eee;
}

.shake-icon {
  animation: doubleShakeTop 2s infinite;
}

@keyframes doubleShakeTop {
  0%,
  80%,
  100% {
    transform: translateX(0);
  }

  82% {
    transform: translateX(-3px);
  }

  84% {
    transform: translateX(3px);
  }

  86% {
    transform: translateX(-3px);
  }

  88% {
    transform: translateX(3px);
  }
}
/*End of Product Styling*/

.search-icon {
  color: #fff;
  z-index: 9;
  margin-left: -40px;
  font-size: 20px;
}

a.menu-items {
  text-decoration: none !important;
}

a.menu-items:hover {
  font-weight: 600;
  text-decoration: none !important;
}

.all_cat_link {
  margin-left: 10px;
  margin-top: 10px;
}

.all_cat_link a {
  color: #000;
  text-decoration: none;
  font-weight: 600;
}

.categories_dropdown > .dropdown-menu {
  border: none;
  border-right: 2px solid #bebdbd !important;
  border-bottom: 2px solid #bebdbd !important;
  border-left: 2px solid #bebdbd !important;
  border-radius: 5px !important;
}

.dropdown-menu {
  border-radius: 5px !important;
}

.scrollable-dropdown {
  max-height: 500px;
  /* Adjust as needed */
  overflow-y: auto;
}

/* Hide scrollbar for Chrome, Safari and Opera */
.scrollable-dropdown::-webkit-scrollbar {
  width: 0px;
  height: 0px;
}

/* Optional: For Firefox */
.scrollable-dropdown {
  scrollbar-width: none;
  /* Firefox */
}

/* Optional: For IE, Edge */
.scrollable-dropdown {
  -ms-overflow-style: none;
  /* IE and Edge */
}

.popular {
  display: flex;
  justify-content: center;
  align-items: baseline;
  gap: 20px;
}

.new_arriavals_content_single,
.trade_india_content_single {
  margin-bottom: 15px;
}

.search_suggestion_box {
  position: absolute;
  background: #fff;
  z-index: 1000;
  width: 350px;
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.1);
  border-radius: 4px;
  margin-top: 5px;
  top: 65px;
}

.search_suggestion_box ul li {
  padding: 5px;
  border-bottom: 1px solid #eee;
  display: flex;
  align-items: center;
  cursor: pointer;
}

.search_suggestion_box ul li img {
  width: 40px;
  height: 40px;
  object-fit: contain;
  margin-right: 10px;
}

.search_suggestion_box ul li:hover {
  background: #f9f9f9;
}

@media screen and (max-width: 768px) {
  .search_suggestion_box {
    width: 300px !important;
    top: 110px !important;
  }
}

.show_product_modal a {
  color: #000;
}

.show_product_modal a:hover {
  font-weight: 600;
}

header .input_box > input {
  font-size: 12px;
}

/* Product Detail Page */

/* Choto screen-e table responsive rakhar jonno */
@media (max-width: 576px) {
  .product_shipment_info td {
    padding: 10px 12px !important;
    font-size: 13px !important;
  }
}

.img-select {
  max-height: 400px;
  overflow-y: auto;
  scroll-behavior: smooth;
  padding: 45px 5px;
}

.img-select::-webkit-scrollbar {
  width: 0px;
  background: transparent;
}

.product_img_bx {
  position: relative;
}

.scroll-arrow {
  position: absolute;
  left: 6%;
  top: 95%;
  transform: translateX(-50%);
  width: 40px;
  height: 40px;
  background-color: rgba(0, 0, 0, 0.5);
  color: #fff;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  cursor: pointer;
  z-index: 10;
  opacity: 0;
  pointer-events: none;
  transition: opacity 0.3s;
  font-size: 24px;
}

.scroll-arrow.active {
  opacity: 1;
  pointer-events: auto;
}

.scroll-arrow.scroll-up {
  top: 0;
}

.scroll-arrow.scroll-down {
  bottom: 0;
}

/* Details open hole arrow ghuranor jonno */
details[open] summary .arrow {
  transform: rotate(180deg);
}

/* Default arrow hide korar jonno (Safari/Chrome) */
summary::-webkit-details-marker {
  display: none;
}

/* Hover effect */
summary:hover {
  background-color: #fff;
}
/* End of Product Detail Page */

/* Category Page Product Design */
#price_slider_min::-webkit-slider-thumb,
#price_slider_max::-webkit-slider-thumb {
  pointer-events: auto;
  position: relative;
  z-index: 3;
}

#price_slider_min {
  background: transparent;
}

#price_slider_max {
  background: transparent;
}

.new_arriavals_content_single_img img,
.trade_india_content_single_img img {
  object-fit: contain;
}

.all_product_listing_wrapper.loading {
  opacity: 0.5;
  pointer-events: none;
  position: relative;
}

.loading-overlay {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  z-index: 10;
}

/* Dual Range Slider */
.range-slider {
  position: relative;
  height: 35px;
  margin-bottom: 1rem;
}

.range-slider input[type="range"] {
  position: absolute;
  width: 100%;
  pointer-events: none;
  -webkit-appearance: none;
  background: transparent;
  z-index: 2;
}

.range-slider input[type="range"]::-webkit-slider-runnable-track {
  height: 8px;
  background: #e9ecef;
  border-radius: 4px;
  z-index: 1;
}

.range-slider input[type="range"]::-webkit-slider-thumb {
  pointer-events: auto;
  width: 16px;
  height: 16px;
  background: #0d6efd;
  border-radius: 50%;
  margin-top: -4px;
  -webkit-appearance: none;
  z-index: 3;
  /* Ensure thumbs are above track and range */
}

.range-slider input[type="range"]:focus {
  outline: none;
}

/* Custom Range Bar (Blue Background) */
.range-bar {
  position: absolute;
  height: 8px;
  background: #0d6efd;
  /* Bootstrap primary blue */
  border-radius: 4px;
  z-index: 1;
  /* Below thumbs, above track */
  top: 13px;
  /* Align with slider track */
}

/* Filter Drawer */
.offcanvas {
  max-width: 300px;
}

.filters .form-check {
  margin-bottom: 0.5rem;
}

.product-card img {
  object-fit: contain;
  max-width: 100%;
  height: auto;
}

.loader {
  display: none;
}

.items .item {
  font-size: 0.9rem;
}

@media (max-width: 991px) {
  .filters-btn {
    display: block !important;
  }

  .filters-col {
    display: none;
  }
}

.related-categories {
  margin-bottom: 1rem;
}

.related-categories h6 {
  margin-bottom: 0.5rem;
  font-size: 1rem;
  padding-left: 0.5rem;
}

.related-categories ul {
  margin-bottom: 0;
}

.related-categories li a {
  padding: 0.3rem 0.5rem;
  font-size: 0.875rem;
  line-height: 1.3;
  transition:
    background-color 0.2s ease,
    color 0.2s ease;
  border-radius: 1.25rem;
}

.related-categories li a:hover {
  background-color: #badcffab;
  color: #000;
}

/* Adjust margin for the Filters button */
.filters-button {
  margin-top: 1rem;
  margin-bottom: 1rem;
}

/* Adjust margin for the Breadcrumb-like navigation */
.sidebar-breadcrumb-nav {
  margin-top: 1rem;
}

.sticky-cont {
  position: sticky;
  top: 24px;
  left: 0px;
}

/* Image er moto exact styling */
.popular-product-card {
  background: #fff;
  border: 1px solid #e0e0e0;
  border-radius: 15px;
  padding: 15px;
  display: flex;
  align-items: flex-start;
  /* Image upore align thakbe */
  box-shadow: 0 2px 10px rgba(0, 0, 0, 0.05);
}

.img-box {
  width: 100px;
  /* Image size adjust */
  margin-right: 15px;
}

.info-box {
  flex: 1;
}

.title {
  color: #4b39b5;
  /* Blue/Indigo color */
  font-size: 16px;
  font-weight: 500;
  line-height: 1.3;
  margin-bottom: 8px;
}

.price {
  font-size: 15px;
  font-weight: bold;
  color: #222;
  margin-bottom: 2px;
}

.brand {
  color: #999;
  font-size: 14px;
  margin-bottom: 15px;
}

.buy-btn {
  border: 0px;
  font-weight: 600;
  padding: 10px 20px;
  border-radius: 8px;
  font-size: 16px;
  background: linear-gradient(
    40.27deg,
    rgb(64, 132, 173) -16.4%,
    rgb(38, 92, 129) 118.06%
  );
  color: rgb(255, 255, 255);
  font-size: 14px;
}

.buy-btn:hover {
  background: linear-gradient(
    40.27deg,
    rgb(64, 132, 173) -16.4%,
    rgb(38, 92, 129) 118.06%
  );
  color: white;
}
/* End of Category Page Product Design */

.price {
  display: flex;
  justify-content: center;
  margin-bottom: 10px;
}

.price p.strike_price {
  color: #393939;
  text-decoration: line-through;
}

.price p {
  padding: 0px 6px;
  margin-bottom: 0px;
  font-size: 14px;
}

.main_value {
  font-weight: 600;
  color: var(--main-color);
}

.modal-header .bi {
  font-size: 1.5rem;
}

#scrollToPostForm {
  cursor: pointer;
}
