body {
  background: #f6f6f6;
  max-width: 800px;
  margin: 0 auto;
  padding: 0;
  scroll-behavior: smooth;
}
ul {
  list-style: none;
  padding: 0;
  margin: 0;
}
button {
  outline: none;
  cursor: pointer;
}
button:focus {
  outline: none;
}
input::placeholder {
  font-size: 15px !important;
  color: #969696;
}
textarea::placeholder {
  font-size: 15px !important;
  color: #969696;
}
a,
a:hover,
a:focus {
  text-decoration: none;
  color: #000;
}
.normal_section {
  margin: 40px 0;
}
.main_section {
  margin: 20px 0;
}
.main_container {
  padding: 0 3%;
}
.section_title {
  font-size: 12px;
  font-weight: 600;
  color: #6c757d;
  margin-bottom: 24px;
}
.section_title_700 {
  font-size: 14px;
  font-weight: 700;
  color: #6c757d;
  margin-bottom: 24px;
}
.see_all {
  font-size: 12px;
  font-weight: 600;
  color: #00483e;
}
.section_title_bold {
  font-size: 19px;
  font-weight: 700;
  color: #222b45;
  margin-bottom: 10px;
}
.header_wrapper.sticky {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  background-color: #f6f6f6; /* Adjust background color as needed */
  z-index: 1000; /* Ensure it appears above other content */
  box-shadow: 0 2px 4px rgba(0, 0, 0, 0.1); /* Optional: Add shadow for visual separation */
  transition: top 0.3s ease; /* Smooth transition */
  /* height: 75px; */
  overflow: hidden;
  transition: 0.1s ease-in-out;
}
.header_wrapper {
  width: 100%;
  box-sizing: border-box;
  position: relative;
  /* height: 100px; */
  overflow: hidden;
  transition: 0.1s ease-in-out;
  background: #f6f6f6;
}
.header_wrap {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 10px;
  overflow: hidden;
  padding: 15px 3%;
  width: 100%;
  /* height: 100%; */
}
.header_search_field_wrap {
  overflow: hidden;
  padding: 0px 3% 15px 3%;
  width: 100%;
}
.header_search_field span {
  padding: 4px 8px;
}
.header_search_field input {
  border: none;
  border-radius: 0px;
  font-size: 16px;
  width: 100%;
  height: 45px;
}
.header_search_field input::placeholder {
  font-size: 14px;
}
.header_search_field {
  flex: 1;
  display: flex;
  align-items: center;
  background: #fff;
  border-radius: 30px;
  overflow: hidden;
}
.header_logo {
  display: flex;
  overflow: hidden;
  max-width: 100px;
}
.header_logo img {
  width: 100px;
}
.hamburger_btn {
  width: 32px;
  height: 32px;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  background: #3e3d3e;
  font-size: 16px;
  border: none;
  color: #fff;
  padding: 8px;
  cursor: pointer;
}
.prod_search_input_wrap {
  flex: 1;
}
.prod_category_slide_head {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 10px;
  padding: 0 3%;
}
.prod_category_items_wrap {
  padding-left: 3%;
}
.prod_category_item:hover .prod_category_item_img img {
  transform: scale(1.1);
}
.prod_category_item_img {
  width: 75px;
  height: 75px;
  border-radius: 50%;
  overflow: hidden;
  display: block;
}
.prod_category_item_img img {
  width: 100%;
  height: 100%;
  transition: 0.5s ease-in-out;
}
.prod_category_item_title {
  font-size: 12px;
  color: #000000de;
  text-align: center;
}

/* pharmacy */
.pharmacy_services {
  display: flex;
  align-items: center;
  gap: 16px;
  overflow: hidden;
}
.pharmacy_service_item {
  /* background: #eff2f7; */
  /* padding: 14px 10px; */
  display: flex;
  align-items: center;
  border-radius: 8px;
  width: calc(33% - 8px);
  border: none;
  padding: 0;
}

.pharmacy_service_item_title {
  color: #8193d8;
  margin-bottom: 0;
  font-weight: 500;
  font-size: 10px;
  text-align: left;
}
.pharmacy_service_item img {
  display: flex;
  /* width: 16%; */
  max-width: 100%;
  width: 100%;
}
.prescription_form_radio_btns {
  display: flex;
  gap: 10px;
  margin-bottom: 20px;
}
.prescription_form_radio_btns label {
  font-size: 12px;
  font-weight: 500;
  margin-bottom: 0;
}
.prescription_form_radio_btn_item {
  display: flex;
  align-items: center;
  gap: 6px;
}
.prescription_form_label {
  color: #999999;
  font-size: 12px;
}
.prescription_form_pg_wrap {
  background: #fff;
  height: calc(100vh - 164px);
}
.ePrescription_field_wrap input {
  width: 100%;
  border: 1px solid #bfb7b7;
  box-sizing: border-box;
  border-radius: 8px;
}
.ePrescription_field_wrap input:focus {
  border: 1px solid #bfb7b7;
}
.eprescription_file_input {
  display: none; /* Hides the input field */
}

.eprescription_file_label {
  display: inline-block;
  padding: 30px 20px;
  color: gray;
  cursor: pointer;
  border-radius: 5px;
  text-align: center;
  width: 100%;
  border-style: dotted;
  /* border-color: #00cbbb; */
  border-color: #43ae3e;
  display: flex;
  align-items: center;
  gap: 10px;
  justify-content: center;
}
.eprescription_file_label:hover {
  background-color: #0056b3; /* Darken on hover */
}
.eprescription_file_label_text {
  font-weight: 700;
  text-align: left;
  font-size: 12px;
  margin-bottom: 0;
}
.eprescription_file_label_text_inner {
  display: block;
  font-size: 11px;
  font-weight: 200;
}
.eprescription_file_label_inner_optional {
  display: block;
  font-size: 11px;
  font-weight: 200;
}
.prescription_add_to_cart_btn {
  background: #43ae3e;
  padding: 8px 20px;
  display: flex;
  gap: 4px;
  color: #fff;
  border-radius: 25px;
  align-items: center;
  box-shadow: 0px 2px 10px 0px #00000073;
  width: 100%;
  border: none;
  justify-content: center;
}
.prescription_modal_form {
  padding: 20px;
}

#ePrescriptionField {
  display: none;
}
.file_preview {
  background-color: #f7f7f7;
  padding: 5px;
  border-radius: 13px;
  width: fit-content;
}
.file_preview p {
  margin: 0;
  font-size: 12px;
  color: #222;
}
/* pharmacy */

.prod_ad_item {
  width: 100%;
  overflow: hidden;
}
.prod_ad_item a {
  display: block;
}
.prod_ad_item img {
  width: 100%;
}
.prod_listing_wrap {
  display: flex;
  flex-wrap: wrap;
  gap: 20px;
}
.prod_listing_item_carousel {
  border-radius: 12px 12px 12px 12px;
  overflow: hidden;
  background: #fff;
  border: 0.5px solid #bcbcbc;
  position: relative;
  cursor: pointer;
  z-index: 9;
  display: flex;
  flex-direction: column;
}
.prod_listing_item_carousel_view_all {
  display: flex;
  align-items: center;
  justify-content: center;
}
.prod_listing_item_carousel_view_all_btn {
  background: #fff;
  border: none;
  padding: 10px 25px;
  border-radius: 40px;
  margin-top: 55%;
  text-transform: capitalize;
  font-size: 14px;
  font-weight: 600;
  color: #00483e;
}
.prod_listing_item {
  width: calc(50% - 10px);
  border-radius: 12px 12px 12px 12px;
  overflow: hidden;
  background: #fff;
  border: 0.5px solid #bcbcbc;
  position: relative;
  cursor: pointer;
  z-index: 9;
  display: flex;
  flex-direction: column;
}
/* .prod_qty_wrap{
  position: absolute;
  width: 100%;
  display: flex;

} */
.prod_qty_box {
  width: 25px;
  height: 25px;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  position: absolute;
  color: #fff;
  font-size: 11px;
  font-weight: 500;
  text-align: center;
  padding: 4px;
  border: none;
  cursor: pointer;
  z-index: 999;
}
.prod_qty_box_minus {
  background: #ea3323;
  top: 10px;
  left: 10px;
}
button.prod_qty_box.prod_qty_box_minus img {
  max-width: 95%;
}
.prod_qty_box_add {
  background: #43ae3e;
  top: 10px;
  right: 10px;
  line-height: 22px;
}
.prod_listing_item_title {
  font-size: 12px;
  color: #000000;
  line-height: 17.5px;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
  margin-bottom: 1px;
}
.prod_listing_item_desc {
  font-size: 10px;
  color: #808080;
  line-height: 20px;
  margin-bottom: 10px;
}
.prod_listing_item_price {
  text-align: right;
  color: #898989;
  font-size: 13px;
  font-weight: 600;
  line-height: 25px;
  margin-bottom: 10px;
  display: flex;
  justify-content: flex-end;
}
.prod_listing_item_price_child {
  display: flex;
  position: relative;
}
.prod_listing_item_price_child.discounted::after {
  display: block;
  content: "";
  width: 100%;
  height: 1px;
  background: #898989;
  position: absolute;
  top: 12.5px;
  left: 0;
  right: 0;
}
.prod_listing_item_discount_wrap {
  background: #00483e;
  color: #ffffff;
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 5px 10px;
}
.prod_listing_item_discount {
  font-size: 12px;
  line-height: 25px;
}
.prod_listing_item_discount_price {
  font-size: 12px;
  line-height: 25px;
  font-weight: 600;
}
.prod_listing_item_details {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  flex: 1;
  position: relative;
}
.prod_extra_info_btn_wrap {
  position: absolute;
  top: -20px;
  right: 6px;
}
.prod_extra_info_btn {
  border: none;
  background: transparent;
  display: flex;
  width: 18px;
  height: 18px;
  padding: 0;
}
button.prod_extra_info_btn img {
  width: 100%;
}
.prod_listing_item_img_wrap {
  padding: 0 10px;
}
.prod_listing_item_img_wrap img {
  width: 100%;
  aspect-ratio: 1;
}
.prod_listing_item_details_top {
  padding: 0 10px;
}
.prod_listing_item_price {
  padding: 0 10px;
}

.prod_cat_tab_title_slider {
  display: flex;
  align-items: center;
  gap: 10px;
  color: #707070;
  font-size: "14px";
  margin-bottom: 30px;
}
.prod_cat_tab_title_slider_icon {
  display: flex;
}
.product_tab_label_item {
  cursor: pointer;
  font-size: 13px;
  font-weight: 400;
  transition: 0.5s ease-in-out;
  color: #707070;
  padding: 3px 8px;
  /* display: ruby; */
  position: relative;
  transition: 0.1s ease-in-out;
}
.product_tab_label_item.active {
  color: #707070;
  font-weight: 600;
  transition: 0.5s ease-in-out;
}
/* .product_tab_label_item.cat_active {
  color: #707070;
  font-weight: 600;
  transition: 0.5s ease-in-out;
  text-decoration: underline;
  text-decoration-color: #a8e6e9;
  text-underline-offset: 3px;
  text-decoration-thickness: 3px;
} */
.cat_active::after {
  display: none;
  content: "";
  position: absolute;
  bottom: 0;
  left: 4px;
  right: 4px;
  background: #a8e6e9;
  height: 2px;
  transition: 0.1s ease-in-out;
}
.product_tab_label_item.cat_active::after {
  display: block;
  transition: 0.1s ease-in-out;
}
#categoryList.product_tab_label_wrap .owl-stage .owl-item {
  /* display: flex ; */
  width: fit-content !important;
}
#subCategoryList.sub_cat_wrap .owl-stage .owl-item {
  /* display: flex ; */
  width: fit-content !important;
}
.prod_view_cart_float_btn_wrap {
  position: fixed;
  bottom: 20px;
  left: 5%;
  right: 5%;
  color: #fff;
  z-index: 999;
}
.prod_view_cart_float_btn {
  background: #43ae3e;
  padding: 8px 20px;
  display: flex;
  gap: 4px;
  color: #fff;
  z-index: 999;
  border-radius: 25px;
  align-items: center;
  box-shadow: 0px 2px 10px 0px #00000073;
  width: 100%;
  border: none;
}
.prod_view_cart_float_btn_qty {
  width: 32px;
  height: 32px;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  background: #3e8d51;
  font-size: 16px;
}
.prod_view_cart_float_btn_price {
  font-size: 14px;
  font-weight: 600;
  text-align: center;
  padding: 0 2px;
  flex: 1;
}

/* categories */

.super_market_name {
  color: #222b45;
  font-size: 18px;
  font-weight: 500;
  margin-bottom: 2px;
}
.super_market_desc {
  font-size: 12px;
  margin-bottom: 0;
}
.cat_pg_category_wrap {
  display: flex;
  flex-wrap: wrap;
  gap: 20px;
}
.cat_pg_category_item {
  width: calc(32.5% - 11px);
  border-radius: 12px 12px 12px 12px;
  overflow: hidden;
}
.cat_pg_category_item_img_wrap img {
  width: 100%;
}
.cat_pg_category_item_link {
  display: block;
  color: #222b45;
  font-size: 13px;
}
.cat_pg_category_item_desc {
  text-align: center;
  color: #222b45;
  font-size: 13px;
  margin-bottom: 0;
}

.sub_cat_wrap {
  margin-bottom: 20px;
}

/* cart popup */
.view_cart_header {
  background: #00483e;
  padding: 10px 10px;
  display: flex;
  align-items: center;
  gap: 10px;
}
.view_cart_header_title {
  font-size: 18px;
  color: #ffffff;
  font-weight: 500;
  line-height: 24px;
}
.view_cart_header_close {
  border: none;
  background: transparent;
  color: #fff;
  font-size: 18px;
  padding: 0;
  width: 30px;
  height: 30px;
  display: flex;
  align-items: center;
  overflow: hidden;
  margin-top: 2px;
  justify-content: center;
}
.view_cart_header_close img {
  width: 100%;
}
.view_cart_body_items_wrap {
  padding: 10px 20px;
  background: #2c2c2c;
  overflow-y: auto;
  max-height: 362px;
}
.view_cart_body_items_top {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 10px;
}
.view_cart_body_items_top_title {
  font-size: 19px;
  color: #ffffff;
  font-weight: 500;
  text-transform: capitalize;
}
.view_cart_body_items_remove_btn {
  font-size: 15px;
  color: #ffffff;
  background: transparent;
  border: none;
  text-transform: capitalize;
}

.view_cart_body_item_details {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  height: 100%;
}
.view_cart_body_item_name {
  font-size: 11px;
  color: #ffffff;
  margin-bottom: 2px;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
}
.view_cart_body_item_sub_details {
  display: flex;
  align-items: center;
  justify-content: space-between;
  font-size: 12px;
  color: #808080;
}
.view_cart_body_item_price {
  font-size: 14px;
  font-weight: 600;
  color: #ffffff;
}
.view_cart_body_item {
  border-bottom: 1px solid #fff;
  display: flex;
  align-items: center;
  gap: 10px;
  padding-bottom: 15px;
  padding-top: 15px;
}
.view_cart_body_items {
  /* max-height: 305px;
  overflow-y: auto;
  overflow-x: hidden; */
}
.view_cart_body {
  background: #000;
  flex: 1;
}
.view_cart_body_item_right {
  display: flex;
  align-items: center;
  width: 100%;
  justify-content: space-between;
  height: 70px;
}
.view_cart_body_item_right_qty_btns {
  display: flex;
  align-items: center;
  flex-direction: column;
  justify-content: space-between;
  gap: 4px;
  height: 100%;
}
.view_cart_body_item_right_qty_btns button {
  width: 30px;
  height: 30px;
  border-radius: 50%;
  background: transparent;
  border: none;
  overflow: hidden;
}
.view_cart_body_item_right_qty_btns button img {
  width: 100%;
}
.view_cart_checkout_wrap {
  height: 100%;
  display: flex;
  flex-direction: column;
  position: relative;
}
.view_cart_footer {
  position: absolute;
  bottom: -15px;
  left: 0;
  right: 0;
}
.view_cart_footer_btn {
  background: #43ae3e;
  padding: 8px 20px;
  display: flex;
  gap: 4px;
  color: #fff;
  z-index: 999;
  border-radius: 25px;
  align-items: center;
  box-shadow: 0px 2px 10px 0px #00000073;
  width: 100%;
  border: none;
  text-align: center;
  justify-content: center;
  font-weight: 600;
}
.view_cart_body_item_img {
  width: 70px;
  height: 70px;
  border-radius: 6px;
  /* overflow: hidden; */
  min-width: 70px;
  background: #fff;
  position: relative;
}
.view_cart_body_item_img img {
  width: 100%;
}
.view_cart_total_amount_details {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 10px;
  color: #fff;
  padding: 10px;
}
.view_cart_total_label {
  color: #f7f7f7;
  font-size: 12px;
}
.view_cart_total_amount {
  font-size: 15px;
  font-weight: 600;
}
.view_cart_total_tax_label {
  color: #e5e5ea;
  font-size: 12px;
}
.view_cart_total_tax {
  color: #e5e5ea;
  font-size: 11px;
  letter-spacing: 0.3px;
  line-height: 20px;
  font-weight: 400;
}
.view_cart_place_order_wrap {
  height: 100%;
  display: flex;
  flex-direction: column;
  position: relative;
}
.view_cart_body_item_qty {
  background: #43ae3e;
  top: -8px;
  left: -8px;
  line-height: 22px;
  width: 22px;
  height: 22px;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  position: absolute;
  color: #fff;
  font-size: 12px;
  font-weight: 500;
  text-align: center;
  padding: 4px;
  border: none;
  cursor: pointer;
  z-index: 999;
}
.place_order_form {
  padding: 14px 24px;
  background: #1a1a1a;
  overflow-y: auto;
  max-height: 402px;
}
.view_cart_form_label {
  font-size: 13px;
  color: #fff;
  margin-bottom: 6px;
}
.view_cart_textarea {
  background: #2c2c2c;
  color: #fff;
  border: none;
  border-radius: 26px;
  font-size: 16px;
  padding: 8px 12px;
  resize: none;
}
.view_cart_textarea_location {
  min-height: 74px;
  max-height: 100px;
}
.view_cart_textarea_comment {
  min-height: 37px;
  height: 37px;
  max-height: 80px;
  padding: 8px 12px;
}
.view_cart_input {
  background: #2c2c2c;
  color: #fff;
  border: none;
  border-radius: 29px;
  font-size: 16px;
  padding: 8px 12px;
}
textarea.view_cart_textarea:focus {
  background: #2c2c2c;
  color: #fff;
}
input.view_cart_input:focus {
  background: #2c2c2c;
  color: #fff;
}
input:focus {
  outline: none;
  border: none;
}

.view_cart_form_mobile_wrap {
  background: #2c2c2c;
  color: #fff;
  border-radius: 29px;
  display: flex;
  align-items: center;
}
.view_cart_form_mobile_wrap span {
  padding: 6px 12px;
  font-size: 12px;
}
.view_cart_input_mobile {
  background: #2c2c2c;
  color: #fff;
  border: none;
  border-radius: 0px 29px 29px 0;
  font-size: 16px;
  padding: 8px 12px;
  border-left: 1px solid #96969696;
}
input.view_cart_input_mobile:focus {
  background: #2c2c2c;
  color: #fff;
}
.view_cart_input_mobile span {
  padding: 4px 10px;
  font-size: 14px;
}
.prod_modal_header {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 10px;
  padding: 10px 10px;
}
.prod_modal_close_btn {
  border: none;
  background: transparent;
  padding: 0;
  font-size: 18px;
  font-weight: 600;
  color: #000;
}
.prod_modal_close button {
  width: 18px;
  display: flex;
}
.prod_modal_close button img {
  width: 100%;
}
.prod_modal_discount {
  background: #8fe08f;
  padding: 5px 12px;
  border-radius: 18px;
  font-size: 11px;
  font-weight: 600;
}
.prod_modal_body {
  padding: 10px 10px;
}
.prod_modal_body_child {
  display: flex;
  align-items: center;
  gap: 10px;
  flex-direction: column;
}
.prod_modal_body_img {
  overflow: hidden;
  display: flex;
  padding: 10px;
  border: 1px solid #e0e0e0;
  border-radius: 12px;
}
.prod_modal_body_img img {
  width: 100%;
}
.prod_modal_prod_title {
  font-size: 14px;
  margin-bottom: 10px;
  text-align: center;
}
.prod_modal_prod_desc {
  font-size: 12px;
  margin-bottom: 10px;
  text-align: center;
}
.prod_modal_qty_wrapper {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 15px;
}
.prod_modal_qty_wrap {
  display: flex;
  align-items: center;
  gap: 5px;
  justify-content: center;
}
.prod_modal_qty_btn {
  background: #8fe08f;
  width: 25px;
  height: 25px;
  border-radius: 50%;
  border: none;
  color: #fff;
  display: flex;
  align-items: center;
  justify-content: center;
  /* padding: 2px; */
  font-size: 15px;
  font-weight: 600;
  padding-bottom: 2.5px;
}
.prod_modal_qty {
  width: 40px;
  background: #f5f0f0;
  border: none;
  border-radius: 10px;
  text-align: center;
  font-size: 14px;
  height: 30px;
}
.prod_modal_share_btn {
  border: none;
  background: transparent;
  padding: 0;
  color: #4f7b69;
  font-size: 22px;
  margin-bottom: 4px;
}
.selected-img {
  display: none;
}
.place_order_form_radio_wrap_item {
  display: flex;
  align-items: center;
  gap: 10px;
  padding: 5px 10px;
}
.place_order_form_radio_wrap_item label {
  color: #fff;
  font-size: 14px;
  margin-bottom: 0;
}
.place_order_form_radio_wrap_item.active {
  background: #00317a;
}
.place_order_form_radio_wrap_item {
  display: flex;
  align-items: center;
  gap: 10px;
  padding: 5px 15px;
  flex-basis: 100%;
  border-radius: 20px;
}
.place_order_form_radio_wrap {
  display: flex;
  gap: 30px;
}
footer {
  padding: 20px 20px;
  text-align: center;
  margin-bottom: 20px;
}

.prod_tab_view_all_btn_wrap {
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 20px 0;
}
.prod_tab_view_all_btn {
  background: #fff;
  border: none;
  padding: 10px 25px;
  border-radius: 40px;
  text-transform: capitalize;
  font-size: 14px;
  font-weight: 600;
  color: #00483e;
}

/* shop popup */
.shop_details_head {
  display: flex;
  justify-content: space-between;
  gap: 15px;
  padding: 10px;
}

.shop_social_media_wrap {
  display: flex;
  align-items: center;
  gap: 10px;
  flex-wrap: wrap;
}
.shop_social_media_item {
  text-align: center;
  border: 2px solid #eae9ee;
  border-radius: 5px;
  width: calc(33% - 10px);
}
.shop_social_media_item a {
  padding: 5px;
  display: block;
  width: 100%;
  text-align: center;
}
.shop_save_contact_wrap,
.shop_social_media_wrapper {
  padding: 10px;
}
.shop_save_contact_wrap {
  text-align: center;
  border-bottom: 1px solid #e5e7eb;
  border-top: 1px solid #e5e7eb;
}
.shop_head_logo {
  max-width: 25%;
  border-radius: 5px;
  overflow: hidden;
}
.shop_head_logo img {
  max-width: 100%;
}
.shop_head_other_details {
  flex: 1;
}
.shop_head_name_wrap {
  display: flex;
  align-items: center;
  gap: 5px;
}
.shop_head_name {
  color: #000;
  font-weight: 700;
  font-size: 20px;
}
.shop_head_verified {
  width: 20px;
}
.shop_head_verified img {
  max-width: 100%;
}
.shop_save_contact_btn {
  font-weight: 500;
  border: none;
  background: #02e685;
  cursor: pointer;
  color: #fff;
  padding: 8px 16px;
  border-radius: 28px;
  text-transform: capitalize;
  font-size: 14px;
}
.shop_social_media_wrapper {
  max-width: 95%;
  margin: 0 auto;
}
.shop_social_media_wrap {
  display: flex;
  align-items: center;
  gap: 15px;
  flex-wrap: wrap;
}
.shop_social_media_item_label {
  font-size: 11px;
  text-transform: capitalize;
  text-align: center;
}
.shop_head_desc {
  font-size: 12px;
}
.shop_details_cls_wrap {
  display: flex;
  align-items: center;
  justify-content: flex-end;
  padding: 8px 8px 0px 8px;
}
.shop_details_cls_btn {
  border: none;
  background: transparent;
  cursor: pointer;
  color: #e5e7eb;
  width: 13px;
  overflow: hidden;
  padding: 0;
  display: flex;
  align-items: center;
  justify-content: center;
}
.shop_details_cls_btn img {
  width: 100%;
  max-width: 100%;
}
.shop_social_media_item_icon {
  margin-bottom: 8px;
}
