@import url("https://fonts.googleapis.com/css2?family=Italianno&family=Open+Sans:ital,wght@0,300..800;1,300..800&family=Playfair+Display:ital,wght@0,400..900;1,400..900&family=Raleway:ital,wght@0,100..900;1,100..900&family=Roboto+Mono:ital,wght@0,100..700;1,100..700&family=Roboto:ital,wght@0,100;0,300;0,400;0,500;0,700;0,900;1,100;1,300;1,400;1,500;1,700;1,900&display=swap");

body {
  margin: 0px;
  padding: 0px !important;
  font-family: "Roboto" !important;
}

.title {
  font-family: "Roboto" !important;
  font-size: 30px;
  font-weight: bold;
  color: #333333;
}

.local-text {
  font-size: 16px;
}

.form-check-input:checked {
  background-color: #ec353a !important;
  border-color: #ec353a !important;
}

.note_modal_title {
  text-align: left !important;
  font-size: 20px !important;
  font-weight: 700 !important;
  color: #333333 !important;
  margin: 0px auto !important;
}

.product-text {
  font-size: 15px;
  font-family: "Roboto" !important;
  text-align: center;
  font-weight: 500;
  margin-bottom: 0px;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  overflow: hidden;
  -webkit-line-clamp: 2;
}

.view-all p {
  font-size: 14px;
  color: #0f3768;
  text-align: end;
  font-weight: 500;
  text-decoration: underline;
  cursor: pointer;
}

.view-all p:hover {
  font-size: 14px;
  color: #df4223;
  text-align: end;
  text-decoration: underline;
  cursor: pointer;
}

.frequently {
  font-size: 14px;
  font-weight: 600;
  color: #333333;
  font-family: "Roboto" !important;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  overflow: hidden;
  -webkit-line-clamp: 1;
}

.weight {
  font-weight: 500;
  font-size: 11px;
  color: #333333;
  font-family: "Roboto" !important;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  overflow: hidden;
  -webkit-line-clamp: 1;
}

.weight2 {
  font-weight: 500;
  font-size: 12px;
  text-decoration: line-through;
}

.product-detail {
  font-size: 13px;
  color: #0f3768;
  font-family: "Roboto" !important;
  font-weight: 500;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  overflow: hidden;
  -webkit-line-clamp: 1;
}

.select-categories .nav {
  overflow: hidden !important;
}

.noprodiv {
  text-align: center;
}

.noprodiv p {
  font-size: 20px;
  margin-bottom: 0px;
  font-weight: 600;
}

.common_modal_header {
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
  width: 100%;
}

.modal-holder .modal-header .modal-title {
  text-align: left;
  font-size: 20px;
  font-weight: 700;
  color: #333333;
  margin: 0px auto;
}

.common_modal_header .right_side_close_modal_btn {
  position: absolute;
  right: 12px;
  top: 50%;
  transform: translateY(-50%);
  cursor: pointer;
  width: 22px;
  height: 22px;
}

.common_modal_header .right_side_close_modal_btn .close_modal_img {
  width: 100%;
  height: 100%;
}

.enable_Btn {
  background: #ffffff 0% 0% no-repeat padding-box !important;
  border: 1px solid #707070 !important;
  border-radius: 3px !important;
  box-shadow: 0px 3px 6px #00000029;
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 15px;
  font-weight: 600;
  color: #202020 !important;
  width: 100%;
  padding: 10px 10px;
  position: relative;
}

@media (min-width: 0px) and (max-width: 485px) {
  .title {
    font-size: 20px;
  }

  .local-text {
    font-size: 14px;
  }

  .product-text {
    font-size: 15px;
  }

  .form-control {
    font-size: 13px !important;
  }

  .form-control::placeholder {
    font-size: 13px !important;
  }

  .css-1z0d6xy-control-control {
    font-size: 13px;
  }
}

@media (min-width: 486px) and (max-width: 575px) {
  .title {
    font-size: 22px;
  }

  .product-text {
    font-size: 13px;
  }
}

@media (min-width: 576px) and (max-width: 767px) {
  .title {
    font-size: 24px;
  }

  .product-text {
    font-size: 13px;
  }
}

@media (min-width: 768px) and (max-width: 991px) {
  .title {
    font-size: 26px;
  }
}

@media (min-width: 992px) and (max-width: 1199px) {
  .title {
    font-size: 28px;
  }
}

@media (min-width: 767px) and (max-width: 1400px) {
  .product-text {
    font-size: 14px;
  }
}

@media (min-width: 0px) and (max-width: 991px) {
  .noprodiv p {
    font-size: 15px;
  }
}
