@import url("https://fonts.googleapis.com/css2?family=Merriweather:ital,opsz,wght@0,18..144,300..900;1,18..144,300..900&family=Montserrat:ital,wght@0,100..900;1,100..900&family=Open+Sans:ital,wght@0,300..800;1,300..800&family=Roboto+Slab:wght@100..900&family=Roboto:ital,wdth,wght@0,75..100,100..900;1,75..100,100..900&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Inter:ital,opsz,wght@0,14..32,100..900;1,14..32,100..900&family=Montserrat:ital,wght@0,100..900;1,100..900&family=Roboto+Slab:wght@100..900&family=Roboto:ital,wght@0,100..900;1,100..900&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Cinzel:wght@400..900&family=Gelasio:ital,wght@0,400..700;1,400..700&family=Noto+Naskh+Arabic:wght@400..700&family=Playfair+Display:ital,wght@0,400..900;1,400..900&family=Puritan:ital,wght@0,400;0,700;1,400;1,700&family=Quicksand:wght@300..700&display=swap");
body {
  margin: 0px;
  padding: 0px;
  /* background-color: #f7f7f7 !important; */
  overflow-x: hidden;
  font-family: "Roboto", sans-serif !important;
}

a {
  text-decoration: none !important;
}

.theme_bg_colour {
  background: #000 !important;
  color: #fff !important;
}

.password_check_list ul li {
  color: #000;
}

.theme_bg_primary_colour {
  /* background: #df4223 !important; */
  color: #000 !important;
  /* border: 1px solid #df4223 !important; */
}

.theme_bg_secondary_colour {
  background: #2f2f2f !important;
  color: #fff !important;
}

.modal .modal-content {
  /* border: 1px solid #212121; */
}

.modal {
  backdrop-filter: blur(3px);
}

.modal .modal-header {
  justify-content: space-between;
  margin: -1px;
}

.modal .modal-header .modal-title {
  color: #000;
}

.form-control:focus {
  box-shadow: none !important;
}

.form-control::placeholder {
  /* font-size: 12px !important; */
}

.para_text {
  color: #000 !important;
}

.para_secondary_text {
  color: #000 !important;
}

.heading_text {
  font-size: 25px;
  font-weight: 600;
  color: #000000 !important;
  margin-top: 10px;
  margin-bottom: 25px;
  text-align: center;
  text-transform: uppercase;
}

.dropdown-menu.show {
  display: block;
  width: 240px;
  border: 1px solid #3a3a3a !important;
  z-index: 9;
}

.swiper-pagination-bullet-active {
  background: #000 !important;
}

.form-check-input[type="radio"] {
  border-radius: 50% !important;
}

.form-check-input[type="checkbox"] {
  border-radius: 0% !important;
}

.form-check-input:checked {
  background-color: #f89820 !important;
  border-color: #f89820 !important;
}

.form-check-input:focus {
  box-shadow: none !important;
}

.no_product_available_holder {
  /* box-shadow: 0px 3px 6px #00000029; */
  padding: 40px 5px;
  height: auto;
  display: flex;
  justify-content: center;
  align-items: center;
}

.no_product_available_holder h3 {
  text-align: center;
  font-size: 20px;
  font-weight: 600;
  color: #707070;
  margin-bottom: 0px;
}

.text-danger {
  font-weight: 400 !important;
}

.modal-header .btn-close {
  filter: invert(0);
}

.primary_theme_bg_colour {
  background: #02542f !important;
}

.new_price_holder .price_inner_text {
  color: #000;
  font-size: 15px;
  margin-bottom: 5px;
  text-align: right;
  font-weight: 400;
}

.new_price_holder .price_inner_text .right_label {
  color: #020202;
  font-weight: 600;
}

.mobile_view_holder {
  display: flex;
  flex-direction: column;
  gap: 16px;
  margin-top: 20px;
}
.mobile_view_holder .mobile_product_card {
  background: #fff;

  margin-bottom: 10px;
  padding: 12px;
  border: 1px solid #ececec;
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.06);
}
.mobile_view_holder .mobile_product_card .mobile_card_link {
  text-decoration: none;
  color: inherit;
}
.mobile_view_holder .mobile_product_card .mobile_card_inner {
  display: flex;
  gap: 12px;
  align-items: flex-start;
}
.mobile_view_holder .mobile_product_card .mobile_img_holder {
  width: 100px;
  min-width: 100px;
  height: 100px;
  border-radius: 0px;
  overflow: hidden;
  background: #f8f8f8;
}
.mobile_view_holder .mobile_product_card .mobile_product_img {
  width: 100%;
  height: 100%;
  object-fit: contain;
}
.mobile_view_holder .mobile_product_card .mobile_content {
  flex: 1;
}
.mobile_view_holder .mobile_product_card .mobile_product_name {
  font-size: 15px;
  font-weight: 600;
  color: #222;
  margin-bottom: 10px;
  line-height: 1.4;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
  overflow-wrap: break-word;
  word-break: normal;
}
.mobile_view_holder .mobile_product_card .variant_info {
  margin-bottom: 10px;
}
.mobile_view_holder .mobile_product_card .variant_info p {
  margin-bottom: 4px;
  font-size: 13px;
  color: #666;
}
.mobile_view_holder .mobile_product_card .variant_info p span {
  font-weight: 600;
  color: #222;
}
.mobile_view_holder .mobile_product_card .price_section {
  border-top: 1px dashed #ddd;
  padding-top: 10px;
}
.mobile_view_holder .mobile_product_card .price_row {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 6px;
  font-size: 13px;
}
.mobile_view_holder .mobile_product_card .price_row span {
  color: #666;
}
.mobile_view_holder .mobile_product_card .price_row strong {
  color: #000;
  font-weight: 600;
}
.mobile_view_holder .mobile_product_card .total_price {
  margin-top: 5px;
  padding-top: 6px;
  border-top: 1px solid #eee;
}
.mobile_view_holder .mobile_product_card .total_price strong {
  color: #fc760f;
  font-size: 15px;
}
.mobile_view_holder .mobile_product_card .review_btn {
  width: 100%;
  margin-top: 12px;
  border: none;
  border-radius: 8px;
  background: #fc760f;
  color: #fff;
  padding: 10px;
  font-size: 14px;
  font-weight: 600;
  transition: 0.3s;
}
.mobile_view_holder .mobile_product_card .review_btn:hover {
  opacity: 0.9;
}

@media (max-width: 480px) {
  .mobile_img_holder {
    width: 85px;
    min-width: 85px;
    height: 85px;
  }
  .mobile_view_holder .mobile_product_card .mobile_product_name {
    font-size: 14px;
  }
  .mobile_view_holder .mobile_product_card .price_row {
    font-size: 12px;
  }
}
.pagination_holder button {
  background-color: #fff;
  border: none;
  width: 30px;
  height: 30px;
  font-size: 16px;
  cursor: pointer;
  border-radius: 50%;
  transition: background 0.2s ease;
  color: #000000;
}

.pagination_holder button:hover:not(.active) {
  background-color: #ddd;
}

.pagination_holder button.active {
  font-weight: bold;
  text-decoration: underline;
  color: #fff;
  /* border-bottom: 2px solid #000000; */
  border-radius: 100px;
  background: #8dc444;
}

.pagination_holder button:disabled {
  cursor: not-allowed;
}
.note__text {
  font-size: 14px;
}

@media (min-width: 0px) and (max-width: 767.98px) {
  .heading_text {
    margin-bottom: 15px;
  }
  .modal .modal-header .modal-title {
    font-size: 18px !important;
  }
  .note__text {
    font-size: 12px;
  }
}

@media (min-width: 0px) and (max-width: 991px) {
  .heading_text {
    font-size: 15px;
  }

  .no_product_available_holder h3 {
    font-size: 15px;
  }
  .modal .modal-header .modal-title {
    font-size: 20px;
  }
}

@media (min-width: 992px) and (max-width: 1199px) {
  .heading_text {
    font-size: 20px;
  }

  .new_price_holder .price_inner_text {
    font-size: 14px;
  }
}
