.cat_label {
  font-size: 15px;
  font-weight: 600;
  padding-left: 10px;
}

.text-primary-color {
  color: var(--primary-color)
}

.offcanvas {
  visibility: visible;
}

.dropdown_txt {
  border: none;
  font-size: 14px;
  font-weight: 600;
  background-color: transparent;
  display: flex;
  align-items: center;

  span {
    font-size: 28px;
    line-height: 15px;
  }
}

.img-fit {
  width: 100%;
  background-size: cover;
  object-fit: cover;
}

.find_seller {
  background: #E4F3FF;
  padding: 6px 12px;
  border-radius: 6px;
  border: 1px solid #0072b142;
  justify-content: space-between;
  display: flex;

  span {
    font-size: 25px;
    color: var(--menu-bg-color);
  }
}

.text-18 {
  font-size: 18px !important;
}

.cat_list {
  height: 290px;
  overflow-y: auto;

  li {
    font-size: 16px;
    font-weight: 500;
    margin-bottom: 5px;
  }
}

#style-3 li:first-child {
  white-space: nowrap;
}

#style-3 {
  overflow-x: auto;
  margin-top: 10px;
  display: flex;

  li {
    font-size: 16px;
    font-weight: 500;
    margin-right: 15px;
  }
}

#style-3::-webkit-scrollbar-track {
  -webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.3);
  border-radius: 10px;
  background-color: #F5F5F5;
}

#style-3::-webkit-scrollbar {
  height: 3px;
  background-color: #F5F5F5;
}

#style-3::-webkit-scrollbar-thumb {
  border-radius: 10px;
  -webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, .3);
  background-color: var(--menu-bg-color);
}

#style-2::-webkit-scrollbar-track {
  -webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.3);
  border-radius: 10px;
  background-color: #F5F5F5;
}

#style-2::-webkit-scrollbar {
  width: 3px;
  background-color: #F5F5F5;
}

#style-2::-webkit-scrollbar-thumb {
  border-radius: 10px;
  -webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, .3);
  background-color: var(--menu-bg-color);
}

.accordion-button:not(.collapsed) {
  color: black !important;
}

.accordion-button:not(.collapsed)::after {
  transform: rotate(0deg) !important;
}

.accordion-button::after {
  transform: rotate(-90deg) !important;
}

.accordion-item {
  box-shadow: none !important;
  margin: 0 !important;
  border: 0 !important;
}

.accordion h2 {
  border-bottom: 1px solid rgba(0, 0, 0, .125);
}

.seller_type label {
  height: 20px;
}

.seller_type_badge {
  padding: 3px 11px;
  font-size: 13px;
  border-radius: 22px;
  position: unset;
  color: black;
  font-weight: 500;

  @media only screen and (max-width: 768px) {
    font-size: 11px;
  }
}

.diamond {
  background-color: #303add;
  color: #ffffff !important;
}

.gold {
  background-color: #4037DA;
  color: white;
}

.golden {
  background-color: #FFDE29;
  color: white;
}

.silver {
  background-color: #e7e7e7;
}

.m-10-minus img {
  margin-top: -10px;
}

.free_listing {
  border: 1px solid var(--btn-bg-color);
  padding: 3px 11px;
  font-size: 13px;
  border-radius: 22px;
  position: unset;
  color: black;
  font-weight: 500;
}

.green_check {
  background-color: #d5e9d2;
}

.kyc_pending {
  background-color: #feeaea;
}

.seller_card .slr_top_img {
  height: 280px;
  width: 100%;
  border-radius: 5px;
  overflow: hidden;

  @media only screen and (max-width: 768px) {
    height: 160px !important;
  }
}

.seller_card .slr_card_footer {
  margin-top: 15px;
}

.seller_card .slr_card_footer .f_500 {
  font-weight: 500;
  margin-right: 4px;
}

.seller_card .slr_card_footer .product_title {
  font-size: 18px;
  line-height: 25px;
  font-weight: 600;

  @media only screen and (max-width: 768px) {
    font-size: 14px;
    line-height: 16px;
  }
}

.seller_card .slr_card_footer .product_btn {
  width: 100%;
  display: flex;
  height: 40px;
  text-align: center;
  align-items: center;
  justify-content: center;
  font-weight: 500;
  border-radius: 9px;
  border: none;
}

.seller_card .slr_card_footer .enquire_now {
  background-color: var(--menu-bg-color) !important;
  color: #ffffff;
}

.seller_card .slr_card_footer .slr_title {
  font-size: 16px;
  color: #333d42;
  color: #333d42;
  @media only screen and (max-width: 768px) {
    font-size: 11px !important;
  }
}

.seller_card .slr_card_footer .rating_count {
  font-size: 14px;

  @media only screen and (max-width: 768px) {
    font-size: 11px !important;
  }
}

.seller_card .slr_card_footer .product_price {
  font-size: 14px;

  @media only screen and (max-width: 768px) {
    font-size: 10px !important;
  }
}

.seller_card .slr_card_footer .plr_badge {
  background-color: #d5e9d2;
  padding: 0 9px;
  border-radius: 20px;
  font-size: 12px;
  align-items: center;
  display: flex;
  font-weight: 500;
}

.seller_card .follow_us {
  position: absolute

;
  top: 12px;
  right: 3px;

  @media only screen and (max-width: 768px) {
    top: 6px;
    right: 3px;

    svg {
      width: 30px !important;
      height: 31px !important;
    }
  }
}

.seller_card .follow_us .follow {
  color: var(--menu-bg-color);
  padding: 3px 7px;
  border-radius: 3px;
  font-size: 13px;
  font-weight: 600;
}

::placeholder {
  color: black;
  opacity: 1;
}

#style-3 li:first-child {
  white-space: nowrap;
}

.pr_font {
  font-size: 16px;
}

.find_seller {
  background-color: #E4F3FF;
  padding: 4px 9px;
  border-radius: 4px;
  justify-content: space-between;
  display: flex;
  border: 1px solid #89CDFF;

  span {
    font-size: 25px;
    color: var(--menu-bg-color);
  }
}

.visit li {
  font-size: 18px;
}

.text-18 {
  font-size: 18px !important;
}

.cat_list {
  height: 290px;
  overflow-y: auto;

  li {
    font-size: 16px;
    font-weight: 500;
    margin-bottom: 5px;
  }
}

#style-3 {
  overflow-x: auto;
  display: flex;
  align-items: center;

  li {
    font-size: 16px;
    font-weight: 500;
    margin-right: 15px;
  }
}

#style-3::-webkit-scrollbar-track {
  -webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.3);
  border-radius: 10px;
  background-color: #F5F5F5;
}

#style-3::-webkit-scrollbar {
  height: 3px;
  background-color: #F5F5F5;
}

#style-3::-webkit-scrollbar-thumb {
  border-radius: 10px;
  -webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, .3);
  background-color: var(--menu-bg-color);
}

#style-2::-webkit-scrollbar-track {
  -webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.3);
  border-radius: 10px;
  background-color: #F5F5F5;
}

#style-2::-webkit-scrollbar {
  width: 3px;
  background-color: #F5F5F5;
}

#style-2::-webkit-scrollbar-thumb {
  border-radius: 10px;
  -webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, .3);
  background-color: var(--menu-bg-color);
}

.accordion-button:not(.collapsed) {
  color: black !important;
}

.accordion-button:not(.collapsed)::after {
  transform: rotate(0deg) !important;
}

.accordion-button::after {
  transform: rotate(-90deg) !important;
}

.accordion-item {
  box-shadow: none !important;
  margin: 0 !important;
  border: 0 !important;
}

.accordion h2 {
  border-bottom: 1px solid rgba(0, 0, 0, .125);
}

.seller_type label {
  height: 20px;
}

.seller_type_badge {
  padding: 3px 11px;
  font-size: 13px;
  border-radius: 22px;
  position: unset;
  color: black;
  font-weight: 500;
}

.diamond {
  background-color: #303add;
  color: #ffffff !important;
}

.gold {
  background-color: #4037DA;
  color: white;
}

.golden {
  background-color: #FFDE29;
  color: white;
}

.silver {
  background-color: #e7e7e7;
}

.m-10-minus img {
  margin-top: -10px;
}

.free_listing {
  border: 1px solid var(--btn-bg-color);
  padding: 3px 11px;
  font-size: 13px;
  border-radius: 22px;
  position: unset;
  color: black;
  font-weight: 500;
}

.green_check {
  background-color: #d5e9d2;
}

.kyc_pending {
  background-color: #feeaea;
}

.kyc-m-minus img {
  margin-left: -5px;
  margin-bottom: 1px;
}

.seller_card .slr_top_img {
  height: 280px;
  width: 100%;
  border-radius: 5px;
  overflow: hidden;
}

.seller_card .top_heading {
  position: absolute;
  background-color: rgba(0, 0, 0, 0.55);
  height: 165px;
  width: 100%;
  bottom: 0;
  border-bottom-left-radius: 5px;
  border-bottom-right-radius: 5px;

  li {
    text-align: center;
    color: #ffffff;
  }

  .str {
    width: 15px;
    height: 15px;
    margin-right: 2px;
  }

  .seller_name {
    font-size: 18px;
    font-weight: 600;
  }

  .small_layer {
    border-radius: 100% !important;

    img {
      margin-top: -35px;
      width: 70px;
      height: 70px;
      border-radius: 100%;
    }
  }
}

.seller_card .slr_card_footer {
  margin-top: 15px;

  .slr_title {
    font-size: 16px;
  }
}

.seller_card .follow_us {
  position: absolute;
  top: 12px;
  right: 12px;

  .follow {
    color: var(--menu-bg-color);
    padding: 3px 7px;
    border-radius: 3px;
    font-size: 13px;
    font-weight: 600;
  }
}

.seller_type_badge img {
  margin-top: 2%;
}

@media only screen and (max-width: 720px) {
  .seller_card .slr_top_img {
    height: 200px;
  }

  .slr_card_footer {
    margin-top: 10px;
  }

  .seller_card .follow_us .follow {
    font-size: 8px;
  }

  .visit li {
    font-size: 11px;
    width: 50%
  }

  .seller_type_badge img {
    margin-top: 2%;
  }

  strong {
    font-weight: 600;
    color: black !important;
  }

  .seller_type_badge img {
    width: 10px
  }

  .pr_font {
    font-size: 12px;
  }
  
  .seller_card .top_heading {
    font-size: 9px;
    height: 100px;
  }
  
  .visit {
    width: 100%;
  }
  
  .sg-seller-product a.store-btn {
    padding: 2px;
    font-size: 7px;
  }
  
  .seller_card .top_heading .small_layer {
    font-size: 10px;
  }
  
  .seller_card .top_heading .small_layer img {
    width: 60px;
    height: 60px;
  }
  
  .seller_card .top_heading .seller_name {
    font-size: 9px;
  }
  
  .seller_type_badge {
    padding: 4px 2px;
    font-size: 7px;
    border-radius: 5px;
  }
  
  .seller_type_badge {
    font-size: 8px;
  }
  
  .seller_card .slr_card_footer .slr_title {
    font-size: 11px;
  }
  
  .seller_card .slr_card_footer .slr_title {
    margin-top: 0px;
  }
  
  .seller_card .slr_card_footer {
    margin-top: 7px;
  }
  
  p {
    margin-bottom: 0px;
  }
}  

.slr_top_img {
  height: 280px;
  width: 100%;
  border-radius: 5px;
  overflow: hidden;

  @media only screen and (max-width: 768px) {
    height: 160px !important;
  }

  img {
    width: 100%;
    height: auto;
    display: block;
  }
}
.d-flex.align-items-center.visit {
  list-style: none;
  padding: 0;
}

.d-flex.align-items-center.visit li {
  margin-right: 15px;
}

a.store-btn {
  color: #0072b1;
  display: flex;
  border: 1px solid #0072b1;
  border-radius: 4px;
  padding: 0px 8px;
  font-size: 10px;
  font-weight: 700;
  text-transform: uppercase;
  align-items: center;
  flex-direction: row;
  flex-wrap: wrap;

  .icon {
    margin-left: 5px; 
  }
}
a.store-btn:hover {
  background-color: #0072b1;
  color: white;
  transition: 500ms;
}

.ms-3 img {
  margin-right: 5px;
  margin-right: 5px;
}

/* create Product */

.tab-content.no-padding {
  padding: 0;
}

.card {
  border: none;
  color: black;
}

.product_card {
  position: relative;
}

.product_card .slr_top_img {
  height: 280px;
  width: 100%;
  border-radius: 5px;
  overflow: hidden;
}

.product_card .slr_top_img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.product_card .slr_card_footer {
  margin-top: 15px;
}

.product_card .slr_card_footer .product_title {
  font-size: 18px;
  line-height: 1.4;
  margin-bottom: 0;
}

.product_card .slr_card_footer .slr_title {
  margin-bottom: 3px;
}

.product_card .slr_card_footer .slr_title b {
  font-weight: bold;
}

.product_card .slr_card_footer .slr_title span {
  text-decoration: underline;
}

.product_card .slr_card_footer ul {
  margin-top: 2px;
}

.product_card .slr_card_footer ul li {
  display: inline-block;
  margin-right: 6px;
}

.product_card .slr_card_footer .rating_count {
  font-size: 14px;
}

.product_card .slr_card_footer .seller_type_badge {
  padding: 5px 10px 4px 4px;
  font-size: 12px;
  border-radius: 22px;
  font-weight: 500;
  color: white;
}

.product_card .slr_card_footer .diamond {
  background-color: #4037DA;
}

.product_card .slr_card_footer .product_price {
  font-size: 14px;
}

a.product_btn.bg-transparent.text-black,a.product_btn.enquire_now.mt-0{
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  height: 40px;
  font-size: 12px;
  text-align: center;
  font-weight: 500;
  border-radius: 9px;
  margin-bottom: 10px;
  border: 1px solid rgb(200, 225, 238) !important;
}
#product-btn-shop:hover {
  color: black !important;
}
.product_btn.enquire_now.mt-0{
  border: none !important;
}

.product_card .slr_card_footer .enquire_now {
  background-color: #0072b1;
  color: #ffffff;
  width: 100%;
}

.product_card .slr_card_footer .plr_badge {
  background-color: #d5e9d2;
  padding: 0 9px;
  border-radius: 20px;
  font-size: 12px;
  align-items: center;
  display: flex;
  font-weight: 500;
}
