.first-vendor-details .nav-pills .nav-link {
  color: #333333;
  font-size: 15px;
  font-weight: 500;
}

.first-vendor-details .nav-pills .nav-link.active {
  color: #df4223;
  font-size: 15px;
  border-bottom: 2px solid #df4223;
  border-radius: 0px;
  background: none;
  font-weight: 600;
}

.first-vendor-details .addon_modal .heading_holder {
  border-bottom: 1px solid #ccc;
  box-shadow: 1px 3px 6px -2px #00000029;
}

.first-vendor-details .addon_modal .heading_holder .addon_title {
  text-align: left;
  font-size: 15px;
  font-weight: 500;
  color: #000;
  opacity: 1;
}

.first-vendor-details .addon_modal .add_list_img_text_holder {
  display: flex;
  gap: 10px;
  align-items: center;
}

.first-vendor-details .addon_modal .add_on_img_slider_holder .img_holder {
  width: 50px;
  height: 50px;
  aspect-ratio: 1/1;
  border-radius: 5px;
  border: 1px solid #0f3768;
  cursor: pointer;
}

.first-vendor-details
  .addon_modal
  .add_on_img_slider_holder
  .img_holder
  .add_on_img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  border-radius: 5px;
}

.reviews_div {
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.reviews_div .star_div {
}

.reviews_div .star_div .star_icon {
  color: #ffc336;
  font-size: 13px;
  margin-right: 7px;
}

.reviews_div .rating {
  margin-right: 7px;
}

.reviews_div .rating p {
  letter-spacing: 0px;
  color: #323232;
  opacity: 1;
  margin-bottom: 0px;
  font-size: 14px;
  font-weight: 600;
}

.reviews_div .reiview {
}

.reviews_div .reiview p {
  letter-spacing: 0px;
  color: #838388;
  opacity: 1;
  margin-bottom: 0px;
  font-size: 12px;
  text-wrap-mode: nowrap;
}

.first-vendor-details .nav.nav-pills {
  border-bottom: 2px solid #a2a2a2;
}

.first-vendor-details .button-effect .heart-icon.active {
  color: #df4223;
}

.first-vendor-details .red-seller {
  font-size: 11px;
  color: #df4223;
  text-decoration: underline;
}

.first-vendor-details .description-class .description-class-title {
  font-size: 20px;
  color: #333333;
  font-weight: 600;
}

.first-vendor-details .add-to-cart-btn {
  border: 1px solid #0f3768;
  background: transparent;
  border-radius: 25px;
  /* padding: 5px 20px; */
  font-size: 14px;
  color: #333333;
  font-weight: 500;
  width: 168px;
  height: 38px;
}

.first-vendor-details .add-to-cart-btn:hover {
  background: #0f3768;
  border-radius: 25px;
  /* padding: 5px 20px; */
  font-size: 14px;
  color: #ffffff;
  font-weight: 500;
  width: 168px;
  height: 38px;
}

.first-vendor-details .button-effect {
  /* position: relative; */
  display: flex;
  align-items: center;
  justify-content: end;
  margin: 21px 0px;
}

.first-vendor-details .button-effect .btn_holder .Blue_Btn {
  border-radius: 30px;
  margin-right: 10px;
}

.first-vendor-details .button-effect .btn_holder .Blue_Btn {
}

.first-vendor-details .button-effect .btn_holder .Blue_Btn .btn_text {
  font-size: 16px;
}

.first-vendor-details .blue-bg {
  /* position: absolute; */
  bottom: 0px;
  background: #fff;
  border: 1px solid #0f3768;
  border-radius: 50px;
  width: 128px;
  height: 38px;
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.first-vendor-details .circle-holder1 {
  border-radius: 100%;
  background: #fff;
  width: 32px;
  height: 32px;
  margin: 3px;
}

.first-vendor-details .blue-bg .minus-btn {
  border-radius: 100%;
  color: #fff;
  background: #0f3768;
  border: 1px solid #ccc;
  /* padding: 0px 11px; */
  width: 28px;
  height: 28px;
  margin: 2px;
}

.first-vendor-details .blue-bg .minus-btn .minus-icon {
  color: #fff;
}

.first-vendor-details .number-text {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  margin-bottom: 0px;
  font-size: 18px;
  font-weight: 500;
  color: #0f3768;
}

.first-vendor-details .title-details .in-stock {
  font-size: 12px;
  color: #008f18;
  font-weight: 500;
}

.first-vendor-details .title-details .out-of-stock {
  color: #df4223;
}

.first-vendor-details .title-details .price_div {
  display: flex;
  align-items: center;
  margin-bottom: 10px;
}

.first-vendor-details .title-details .mrp-class {
  font-size: 15px;
  color: #df4223;
  font-weight: 500;
  margin-bottom: 0px;
  margin-right: 10px;
}

.first-vendor-details .title-details .mrp-class span {
  font-size: 12px;
  color: #333333;
}

.first-vendor-details .title-details .return-mrp {
  font-size: 12px;
  color: #333333;
  text-decoration: line-through;
  margin-bottom: 0px;
}

.first-vendor-details .title-details .top_content_holder {
  display: flex;
  justify-content: space-between;
}

.first-vendor-details .title-details .top_content_holder .left_side {
}

.first-vendor-details .title-details .top_content_holder .right_side {
}

.first-vendor-details
  .title-details
  .top_content_holder
  .right_side
  .share_icon_holder {
  width: 30px;
  height: 30px;
  background: #ffffff 0% 0% no-repeat padding-box;
  box-shadow: 0px 0px 6px #00000029;
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 50%;
  margin-left: auto;
  margin-bottom: 12px;
}

.first-vendor-details .title-details h2 {
  font-size: 20px;
  font-weight: 600;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 1;
}

.first-vendor-details .description_div {
}

.first-vendor-details .description_div .details_box_holder {
  padding: 1%;
  box-shadow: 0px 0px 6px #00000029;
}

.row_holder.row {
  border-bottom: 1px solid #ccc;
  margin-bottom: 7px;
}

.first-vendor-details .description_div .title_text {
  font-size: 17px;
  color: #000;
  font-weight: 500;
  margin-bottom: 8px;
}

.first-vendor-details .description_div .sub_title_text {
  color: #323232;
  font-size: 15px;
  margin-bottom: 6px;
  font-weight: 500;
}

.first-vendor-details .description_div .descn_text {
  color: #000000;
  font-size: 15px;
  margin-bottom: 22px;
}

.first-vendor-details .text-holder-vendor-page {
  font-size: 15px;
  color: #333333;
  text-align: justify;
}

.first-vendor-details .text-holder-vendor-page p {
  overflow-wrap: anywhere;
}

.first-vendor-details .text-holder-vendor-page p span {
  font-size: 14px !important;
}

.first-vendor-details .brod-title {
    font-size: 15px;
    color: #333333;
    font-weight: 600;
    margin-bottom: 5px;
    display: flex;
    justify-content: space-between;
}


.first-vendor-details .brod-subtitle {
    font-size: 15px;
    color: #333333;
    margin-bottom: 0px;
}

.first-vendor-details .brod-title-2 {
    font-size: 13px;
    color: #333333;
    font-weight: 600;
    margin-bottom: 10px;
    display: flex;
    justify-content: space-between;
}

.first-vendor-details .brod-subtitle-2 {
    font-size: 13px;
    font-weight: 500;
    color: #333333;
    margin-bottom: 3px;
}

.first-vendor-details .orange-bg-details {
    background: #d7e7ff;
    border-radius: 0px;
    padding: 10px 15px;
    margin-top: 10px;
    background: transparent radial-gradient(closest-side at 31% 48%, #ffffff 0%, #e7f1ff 27%, #3e92ff69 100%) 0% 0% no-repeat padding-box;
}

.first-vendor .bred-cumb-vendor a {
  font-size: 13px;
  color: #0f3768;
  font-weight: 700;
}

.first-vendor .bred-cumb-vendor .breadcrumb-item.active {
  color: #333333;
  font-size: 13px;
  font-weight: 600;
  padding-top: 3px;
}

.first-vendor .breadcrumb-item + .breadcrumb-item::before {
  content: url("../../../../../public/assets/Image/Icon/arrow-forward.png");
}

.button-effect .qntybtns {
  margin-left: 50px;
  align-items: center;
}

.button-effect .qntybtns .pluss-btn {
  width: 30px;
  height: 30px;
  background: #c9c6c6 0% 0% no-repeat padding-box;
  opacity: 1;
  border-radius: 50%;
  border: none;
}

.button-effect .qntybtns .min-btns {
  background: #d1d1d1 0% 0% no-repeat padding-box;
  color: #fff;
}

.button-effect .cardcounts {
  margin: 0px 10px;
}

.variationdivvvv .nav.nav-pills {
  border-bottom: 0px solid #a2a2a2;
}

.variationdivvvv .nav .nav-link {
  min-width: 20px;
  height: 20px;
  border-radius: 100px;
  padding: 0px;
  border: 2px solid transparent;
  margin: 0px 5px;
}

.variationdivvvv .nav .nav-link.active {
  /* border: 1px solid #000; */
  min-width: 20px;
  height: 20px;
  border-radius: 100px;
  padding: 0px;
  outline-offset: 2px;
  outline: 2px solid #000;
  border-bottom: 0px;
}

.variationdivvvv .nav .col1 {
  background-color: #008f18 !important;
}

.variationdivvvv .nav .col2 {
  background-color: #df4223 !important;
}

.variationdivvvv .nav .col3 {
  background-color: #0f3768 !important;
}

.variationdivvvvsize .nav.nav-pills {
  border-bottom: 0px solid #a2a2a2;
}

.variationdivvvvsize .nav .nav-link {
  /* border: 1px solid #000; */
  min-width: 20px;
  height: -moz-fit-content;
  height: fit-content;
  outline: 1px solid #c3c4c4;
  border-bottom: 0px;
  font-size: 14px;
  color: #000;
  padding: 0px 10px;
  border-radius: 4px;
  margin: 0px 5px;
  background: #c4c3c330;
}

.variationdivvvvsize .nav .nav-link.active {
  /* border: 1px solid #000; */
  min-width: 20px;
  height: fit-content;
  outline: 1px solid #0b8d8e;
  border-bottom: 0px;
  font-size: 14px;
  color: #000;
  padding: 0px 10px;
  border-radius: 4px;
  background: #fff;
}

.quantity_selector_section {
  margin-top: 15px;
  font-family: "Poppins", sans-serif;
}

.quantity_heading {
  font-size: 16px;
  font-weight: 600;
  color: #222;
  margin-bottom: 10px;
}

.quantity_box_holder {
  display: flex;
  align-items: center;
  gap: 10px;
  flex-wrap: wrap;
}

.quantity_box {
  position: relative;
  width: 80px;
  padding: 0px;
  border: 1.5px solid #ccc;
  border-radius: 8px;
  text-align: center;
  cursor: pointer;
  transition: all 0.2s ease-in-out;
  background-color: #f9f9f9;
  background: #ececec 0% 0% no-repeat padding-box;
  border: 1px solid #bcbcbc;
  border-radius: 5px;
}

.quantity_box:hover {
}

.quantity_box.active {
  background: transparent
    radial-gradient(
      closest-side at 31% 48%,
      #ffffff 0%,
      #e7f1ff 27%,
      #3e92ff69 100%
    )
    0% 0% no-repeat padding-box;
  border: 1px solid #0f3768;
  border-radius: 5px;
}

.discount_badge {
  position: unset;
  top: -8px;
  left: 8px;
  background-color: #df4223;
  color: #fff;
  font-size: 11px;
  font-weight: 400;
  padding: 2px 6px;
  border-radius: 4px;
  width: 100%;
  background: #a7a7a7 0% 0% no-repeat padding-box;
  border-radius: 4px 4px 0px 0px;
}

.quantity_box.active .discount_badge {
  background-color: #d63333;
}

.weight_text {
  font-size: 12px;
  font-weight: 500;
  color: #333;
  margin-top: 12px;
  text-align: left;
  padding-left: 4px;
}

.price_text {
  font-size: 13px;
  font-weight: 600;
  color: #111;
  margin-top: 4px;
  text-align: left;
  padding-left: 4px;
}

/* Media */
@media (min-width: 0px) and (max-width: 320px) {
  .first-vendor-details .title-details h2 {
    font-size: 15px;
  }

  .first-vendor-details .title-details .mrp-class {
    font-size: 12px;
  }

  .first-vendor-details .title-details .mrp-class span {
    font-size: 10px;
  }

  .first-vendor-details .add-to-cart-btn {
    font-size: 12px;
    font-weight: 500;
    width: 127px;
  }

  .first-vendor-details .add-to-cart-btn:hover {
    font-size: 12px;
    font-weight: 500;
    width: 127px;
  }

  .first-vendor-details .description-class .description-class-title {
    font-size: 16px;
  }

  .first-vendor-details .nav-pills .nav-link {
    font-size: 12px;
  }

  .first-vendor-details .nav-pills .nav-link.active {
    font-size: 12px;
  }

  .first-vendor-details .text-holder-vendor-page {
    font-size: 12px;
  }

  .first-vendor-details .text-holder-vendor-page p span {
    font-size: 12px !important;
  }

  .first-vendor-details .blue-bg {
    width: 133px;
  }

  /* .first-vendor-details .button-effect {
    display: unset;
  } */

  .button-effect .qntybtns {
    margin-left: 0px;
    margin-top: 20px;
    align-items: center;
  }

  .first-vendor-details .brod-subtitle {
    font-size: 13px;
  }
}

@media (min-width: 321px) and (max-width: 485px) {
  .first-vendor-details .title-details h2 {
    font-size: 15px;
  }

  .first-vendor-details .title-details .mrp-class {
    font-size: 12px;
  }

  .first-vendor-details .title-details .mrp-class span {
    font-size: 10px;
  }

  .first-vendor-details .text-holder-vendor-page p span {
    font-size: 13px !important;
  }

  .first-vendor-details .add-to-cart-btn {
    font-size: 12px;
    font-weight: 500;
    width: 127px;
  }

  .first-vendor-details .add-to-cart-btn:hover {
    font-size: 12px;
    font-weight: 500;
    width: 127px;
  }

  .first-vendor-details .blue-bg {
    width: 127px;
    top: -8px;
  }

  .first-vendor-details .description-class .description-class-title {
    font-size: 16px;
  }

  .first-vendor-details .nav-pills .nav-link {
    font-size: 13px;
  }

  .first-vendor-details .nav-pills .nav-link.active {
    font-size: 13px;
  }

  .first-vendor-details .text-holder-vendor-page {
    font-size: 13px;
  }

  .button-effect .qntybtns {
    margin-left: 0px;
    margin-top: 20px;
    align-items: center;
  }

  .first-vendor-details .brod-subtitle {
    font-size: 13px;
  }
}

@media (min-width: 486px) and (max-width: 576px) {
  .first-vendor-details .title-details h2 {
    font-size: 17px;
  }

  .first-vendor-details .text-holder-vendor-page p span {
    font-size: 14px !important;
  }

  .first-vendor-details .title-details .mrp-class {
    font-size: 13px;
  }

  .first-vendor-details .title-details .mrp-class span {
    font-size: 11px;
  }

  .first-vendor-details .add-to-cart-btn {
    font-size: 12px;
    font-weight: 500;
    width: 127px;
  }

  .first-vendor-details .add-to-cart-btn:hover {
    font-size: 12px;
    font-weight: 500;
    width: 127px;
  }

  .first-vendor-details .blue-bg {
    width: 133px;
  }

  .first-vendor-details .description-class .description-class-title {
    font-size: 17px;
  }

  .first-vendor-details .nav-pills .nav-link {
    font-size: 13px;
  }

  .first-vendor-details .nav-pills .nav-link.active {
    font-size: 13px;
  }

  .first-vendor-details .text-holder-vendor-page {
    font-size: 13px;
  }

  .first-vendor-details .brod-subtitle {
    font-size: 14px;
  }
}

@media (min-width: 577px) and (max-width: 768px) {
  .first-vendor-details .text-holder-vendor-page p span {
    font-size: 14px !important;
  }

  .first-vendor-details .title-details h2 {
    font-size: 17px;
  }

  .first-vendor-details .title-details .mrp-class {
    font-size: 13px;
  }

  .first-vendor-details .title-details .mrp-class span {
    font-size: 11px;
  }

  .first-vendor-details .description-class .description-class-title {
    font-size: 17px;
  }

  .first-vendor-details .nav-pills .nav-link {
    font-size: 13px;
  }

  .first-vendor-details .nav-pills .nav-link.active {
    font-size: 13px;
  }

  .first-vendor-details .text-holder-vendor-page {
    font-size: 13px;
  }
}

@media (min-width: 0px) and (max-width: 991px) {
 .first-vendor-details .brod-title {
    font-size: 12px;
}

  .first-vendor-details .description_div .title_text {
    font-size: 15px;
  }

  .first-vendor-details .button-effect .btn_holder .Blue_Btn .btn_text {
    font-size: 13px;
  }

  .first-vendor-details .description_div .descn_text {
    font-size: 13px;
  }
  .first-vendor-details .button-effect {
    justify-content: center;
  }
}
