@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=Dancing+Script:wght@400..700&family=Exo:ital,wght@0,100..900;1,100..900&family=Fraunces:ital,opsz,wght@0,9..144,100..900;1,9..144,100..900&family=Inter:ital,opsz,wght@0,14..32,100..900;1,14..32,100..900&family=Momo+Signature&family=Poppins:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&family=Roboto+Slab:wght@100..900&family=Roboto:ital,wght@0,100..900;1,100..900&display=swap");

body {
  margin: 0px;
  padding: 0px;
  background-color: #f7f7f7 !important;
  overflow-x: hidden;
  font-family: "Montserrat", "Roboto slab", "sans-serif" !important;
}

:root {
  --sm-max-width: 100%;
  --md-max-width: 1006px;
  --lg-max-width: 1900px;
}

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: #820802 !important;
  color: #000 !important;
  border: 1px solid #820802 !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 {
  background: #820802;
  border-bottom: 1px solid #820802;
  justify-content: space-between;
  margin: -1px;
}

.modal .modal-header .modal-title {
  color: #fff;
}

.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; */
  font-family: Roboto Slab !important;
}

.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: #ec353a !important;
  border-color: #ec353a !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(1);
}

.primary_theme_bg_colour {
  background: #820802 !important;
}

.new_price_holder .price_inner_text {
  color: #000;
  font-size: 15px;
  margin-bottom: 5px;
  text-align: right;
  font-weight: 500;
}

.new_price_holder .price_inner_text .right_label {
  color: #020202;
  font-weight: 400;
}

.mobile_view_holder {
  display: flex;
  flex-direction: column;
  gap: 15px;
  margin: 20px 0px;
}

.mobile_view_holder .mobile_product_card {
  background: #fff;
  border: 1px solid #e9ecef;
  border-radius: 12px;
  padding: 12px;
  box-shadow: 0 2px 8px rgb(0 0 0 / 32%);
}

.mobile_view_holder .mobile_product_card .img_holder {
  width: 100%;
  aspect-ratio: 1;
  overflow: hidden;
  border-radius: 8px;
}

.mobile_view_holder .mobile_product_card .img_holder .Product_img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.mobile_view_holder .mobile_product_card .product_name {
  font-size: 14px;
  font-weight: 600;
  line-height: 1.4;
}

.mobile_view_holder .mobile_product_card p {
  font-size: 13px;
  color: #555;
}

.mobile_view_holder .mobile_product_card .price_details p {
  color: #000;
}

.mobile_view_holder .mobile_product_card .descn_holder {
  display: flex;
  align-items: start;
  justify-content: space-between;
}

.mobile_view_holder .mobile_product_card .descn_holder .price_details {
  text-align: right;
}

.mobile_view_holder .mobile_product_card .descn_holder .left_div {
  width: 50%;
}

.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: #820802;
}

.pagination_holder button:disabled {
  cursor: not-allowed;
}

/* Full scrollbar */
::-webkit-scrollbar {
  width: 6px !important;
}

/* Track */
::-webkit-scrollbar-track {
  background: #e8f0ff !important;
  border-radius: 10px !important;
}

/* Thumb */
::-webkit-scrollbar-thumb {
  background: #820802 !important;
  border-radius: 10px !important;
}

/* Hover */
::-webkit-scrollbar-thumb:hover {
  background: #820802 !important;
}

/* .container {
    margin: 0 auto !important
}

@media (max-width: 767px) {
    .container {
        max-width:var(--sm-max-width) !important
    }
}

@media (min-width: 768px) and (max-width:1191px) {
    .container {
        max-width:var(--md-max-width) !important
    }
}

@media screen and (min-width: 1192px) {
    .container {
        max-width:var(--lg-max-width) !important
    }
} */

@media (min-width: 0px) and (max-width: 767.98px) {
  .heading_text {
    margin-bottom: 15px;
  }
  .mobile_view_holder .mobile_product_card{
    margin-top: 10px;
  }
  .mobile_view_holder .mobile_product_card .product_name {
  font-size: 13px;
 
}

}

@media (min-width: 0px) and (max-width: 991px) {
  .heading_text {
    font-size: 15px;
  }

  .no_product_available_holder h3 {
    font-size: 15px;
  }
}

@media (min-width: 992px) and (max-width: 1199px) {
  .heading_text {
    font-size: 20px;
  }

  .new_price_holder .price_inner_text {
    font-size: 14px;
  }
}
