.filter-ab {
  width: 100%;
  position: relative;
}

@media (max-width: 768px) {
  .filter-ab {
    display: none;
  }
}

.filter-ab .filter-sec {
  display: flex;
  justify-content: flex-start;
  align-items: flex-start;
  position: relative;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  background-color: #fff;
  z-index: 999;
}

.filter-ab .filter-sec .filter-bar-button {
  cursor: pointer !important;
  border: none;
  background-color: #fff;
  font-family: 'gurmukhi_mnregular';
  font-size: 15px;
  color: #425362;
  line-height: 30px;
  letter-spacing: 1px;
  border: solid 1px #425362;
}

.filter-ab .filter-sec .filter-bar-button:focus {
  outline: none;
  border: none;
}

.filter-ab .filter-sec .white-panel {
  width: 100%;
  padding: 46px 0;
  background: white;
  position: absolute;
  top: 28px;
  left: 0;
  right: 0;
  z-index: 999;
}

.filter-title {
  font-family: 'gurmukhi_mnregular';
  font-size: 15px;
  color: #6A7B8A;
  padding-right: 29px;
}

.expand-link {
  font-family: 'gurmukhi_mnregular';
  font-size: 15px;
  color: #425362;
  line-height: 30px;
  letter-spacing: 1px;
}

.hidden-block {
  display: none;
  width: 100%;
  padding: 26px 0;
  background: #fff;
  left: 0;
  right: 0;
  z-index: 9992;
}

.hidden-block ul {
  list-style: none;
  margin: 0;
  padding: 0;
}

.without-box ul {
  list-style: none;
  margin: 0;
  padding-left: 10px;
}

.dop-check {
  padding-right: 0px;
  position: relative;
  width: 100%;
  max-width: 180px;
}

.filter-btns {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  align-items: center;
  display: none;
}

.filter-btns .filter-titile {
  width: 100%;
  display: flex;
  justify-content: space-between;
}

.filter-btns .filter-titile span {
  font-family: 'gurmukhi_mnregular';
  font-size: 13px;
  color: #556472;
  letter-spacing: 0.87px;
  line-height: 23px;
}

.filter-btns .filter-titile button {
  border: none;
  background-color: #fff;
  font-family: 'gurmukhi_mnregular';
  font-size: 15px;
  color: #425362;
  line-height: 30px;
  letter-spacing: 1px;
}

.filter-btns .filter-titile button:focus {
  outline: none;
  border: none;
}

.filter-btns .filter-btns-wrap {
  width: 100%;
  display: flex;
  justify-content: space-between;
  align-items: center;
}

@media (max-width: 768px) {
  .filter-btns {
    display: flex;
  }
}

.filter-btns .filter-btn {
  width: 100%;
  display: flex;
  justify-content: space-between;
  align-items: center;
  border: solid 1px #e1e6eb;
  padding: 10px 10px;
  margin-right: 20px;
}

.filter-btns .filter-btn:nth-child(3) {
  margin-right: 0;
}

.filter-btns .filter-btn p {
  margin: 0;
}

@media (max-width: 425px) {
  .filter-btns .filter-btn p {
    font-size: 12px;
  }
}

.filter-btns select {
  border: none;
  height: 100% !important;
  -webkit-appearance: none;
  -moz-appearance: none;
  text-align: center;
  padding: 3px 0 !important;
  text-indent: 1px;
  text-overflow: '' !important;
  outline: none !important;
}

.filter-btns select.form-control:focus {
  color: #495057;
  background-color: #fff;
  border-color: #fff !important;
  outline: 0;
  box-shadow: none !important;
}

.filter-btns .modal {
  padding-right: 0 !important;
}

.filter-btns .modal .modal-dialog {
  width: 100%;
  max-width: 100% !important;
  margin: 0;
}

.filter-btns .modal .modal-dialog .modal-content {
  height: auto;
  margin: 0;
}

.filter-btns .modal .modal-dialog .modal-content .modal-header {
  border-bottom: none !important;
}

.filter-btns .modal .modal-dialog .modal-content .modal-footer {
  border-top: none;
}

.container-checkbox {
  display: block;
  position: relative;
  padding-left: 25px;
  margin-bottom: 11px;
  cursor: pointer;
  font-family: 'gurmukhi_mnregular';
  font-size: 15px;
  color: #556472;
  line-height: 19px;
  letter-spacing: 1px;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

/* Hide the browser's default checkbox */

.container-checkbox input {
  position: absolute;
  opacity: 0;
  cursor: pointer;
}

/* Create a custom checkbox */

.container-checkbox .checkmark {
  position: absolute;
  top: 0;
  left: 0;
  height: 15px;
  width: 15px;
  background-color: #eee;
}

/* On mouse-over, add a grey background color */

.container-checkbox:hover input ~ .checkmark {
  background-color: #ccc;
}

/* When the checkbox is checked, add a blue background */

.container-checkbox input:checked ~ .checkmark {
  background-color: #fff;
  border: solid 1px #D6DDE3;
}

/* Create the checkmark/indicator (hidden when not checked) */

.container-checkbox .checkmark:after {
  content: "";
  position: absolute;
  display: none;
}

/* Show the checkmark when checked */

.container-checkbox input:checked ~ .checkmark:after {
  display: block;
}

/* Style the checkmark/indicator */

.container-checkbox .checkmark:after {
  left: 4px;
  top: 1px;
  width: 4px;
  height: 8px;
  border: solid #000;
  border-width: 0 3px 3px 0;
  transform: rotate(45deg);
}

/* The container */

.container-radio {
  display: block;
  position: relative;
  padding-left: 25px;
  margin-bottom: 11px;
  cursor: pointer;
  font-family: 'gurmukhi_mnregular';
  font-size: 15px;
  color: #556472;
  line-height: 19px;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

/* Hide the browser's default radio button */

.container-radio input {
  position: absolute;
  opacity: 0;
  cursor: pointer;
}

/* Create a custom radio button */

.container-radio .checkmark {
  position: absolute;
  top: 0;
  left: 0;
  height: 15px;
  width: 15px;
  background-color: #fff;
  border: solid 1px #D6DDE3;
  border-radius: 0;
}

/* On mouse-over, add a grey background color */

.container-radio:hover input ~ .checkmark {
  background-color: #ccc;
}

/* When the radio button is checked, add a blue background */

.container-radio input:checked ~ .checkmark {
  background-color: #fff;
  border: solid 1px #D6DDE3;
}

/* Create the indicator (the dot/circle - hidden when not checked) */

.container-radio .checkmark:after {
  content: "";
  position: absolute;
  display: none;
}

/* Show the indicator (dot/circle) when checked */

.container-radio input:checked ~ .checkmark:after {
  display: block;
}

/* Style the indicator (dot/circle) */

.container-radio .checkmark:after {
  left: 4px;
  top: 1px;
  width: 4px;
  height: 8px;
  border: solid #000;
  border-width: 0 3px 3px 0;
  transform: rotate(45deg);
}

.view-details {
  font-family: 'gurmukhi_mnregular';
  font-size: 15px;
  color: #556472;
  line-height: 30px;
  letter-spacing: 1px;
}

@media (max-width: 768px) {
  .img-container {
    flex-direction: column !important;
  }
}

@media (max-width: 768px) {
  .big-box {
    display: none !important;
  }
}

.big-box-show {
  display: none;
}

@media (max-width: 768px) {
  .big-box-show {
    display: block !important;
  }
}

@media (max-width: 768px) {
  .big-box-show .hover-element {
    display: none;
  }
}

.mobile-details {
  display: none;
  padding-top: 12px;
}

@media (max-width: 768px) {
  .mobile-details {
    display: block;
    width: 100%;
    text-align: left;
  }
}

.mobile-details h3 {
  font-family: 'cormorantregular';
  font-size: 17px;
  color: #046C7D;
  line-height: 18px;
}

@media (max-width: 768px) {
  .mobile-details h3 {
    text-align: left;
  }
}

.mobile-details .view-details {
  font-family: 'gurmukhi_mnregular' !important;
  font-size: 13px !important;
  color: #556472 !important;
  line-height: 30px !important;
}

@media (max-width: 768px) {
  .mobile-details .view-details {
    text-align: left;
  }
}

@media (max-width: 768px) {
  .hover-element {
    display: none;
  }
}

html.hj-category .jewelles-container .img-container {
  text-align: center;
  overflow: hidden;
  position: relative;
  padding: 6px;
  background-clip: content-box;
}

@media (max-width: 575.98px) {
  html.hj-category .jewelles-container .img-container {
    padding: 7.5px 6px;
    height: 100%;
  }

  html.hj-category .jewelles-container .img-container:last-child {
    padding-bottom: 15px;
  }
}

.page-load-popup .modal-content {
  border-radius: 0;
}

.page-load-popup .modal-body {
  border-radius: 0 !important;
}

.page-load-popup .modal-body .close-btn {
  width: 100%;
  position: relative;
}

.page-load-popup .modal-body .close-btn button {
  position: absolute;
  top: -28px;
  right: -30px;
  opacity: 1;
}

.page-load-popup .modal-body .close-btn img {
  width: 100%;
  max-width: 38px;
}

.page-load-popup .wrap-load-popup-img {
  width: 100%;
}

.page-load-popup .wrap-load-popup-img a img {
  width: 100%;
}

