.logo_social {
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: space-between;
  margin: 0px 1rem;
}

.product_details_tabs_panes {
  padding-top: 50px;
}

.product_details_div {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}
.product_details_div .product_img{
  width: 100%;
  max-width: 320px;
  height: 100%;
  align-content: center;
  max-height: 360px;
  min-height: 200px;
}
.product_details_div .img-responsive{
  /* min-height: 300px; */
  min-height: 100%;
  max-height: 300px;

}

.mobile-cart-input {
  display: none;
}

.add-to-cart-display {
  display: inline-block !important;
}

.quantity-for-mobile {
  display: none !important;
}

.quantity-for-desktop {
  display: table-cell;
}

.quantity-for-desktop.type0 .input-group-addon {
  display: inline-block;
  width: 33%;
  margin-left: -5px;
}

.mobile-cart-input {
  width: 40%;
  background: transparent;
  border: none;
  vertical-align: top;
  text-align: left;
}

.mobile-cart-input .addtocart_button_mobile {
  width: max-content;
  font-size: 16px !important;
  height: 35px;
  background: #fbb11c;
  color: #fff;
  border: none;
  margin-left: 8px;
}

#navbar {
  margin-top: 24px;
}

.product-title {
  word-break: break-all;
}

.tooltiptext {
  font-size: 1.5rem;
  position: absolute;
  left: 0;
  width: max-content;
  top: -35px;
  color: #252525;
  border: 1px #252525 solid;
  border-radius: 3px;
  padding: .25em 1em;
  visibility: hidden;
  opacity: 0;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  -ms-border-radius: 3px;
  -o-border-radius: 3px;
  transition: .5s all;
  -webkit-transition: .5s all;
  -moz-transition: .5s all;
  -ms-transition: .5s all;
  -o-transition: .5s all
}

.tooltipTop:hover .tooltiptext {
  visibility: visible;
  opacity: 1;
}

.search-modal {
  position: fixed;
  top: 28px;
  width: 100%;
  top: 28px;
  padding: 0;
  text-align: center;
  background-color: rgba(0, 0, 0, 0.3);
  z-index: 1043;
}

.search-modal .modal-content {
  background: transparent;
  box-shadow: unset;
  border: unset;
}

.search-modal form.ajaxSearchForm {
  padding: 1.5rem 0;
  background: #fff;
}

.search-modal .search_results {
  max-width: 80%;
  background: #fff;
  padding: 1rem;
  margin: 0 auto;
  overflow-y: scroll;
  height: max-content;
  max-height: 80vh;
  display: grid;
  grid-template-columns: 2fr 10fr;
  grid-template-rows: 1fr;
  gap: 1.25rem;
  scrollbar-width: thin;
       scrollbar-color: #f1e1b8 #f1f1f1;
}

.search_results .product_details_div {
  height: auto;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}

.search_results .grid_items_container {
  display: grid;
  gap: 20px;
  grid-template-columns: 1fr 1fr 1fr 1fr;
}

.search_results .grid_item,
.search_results .grid_item a.containerlink {
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
}

.search_results .grid_item.blog img {
  max-width: 100%;
}

.search_results .other_results ul {
  padding-left: 0;
  list-style: none;
  text-align: left;
  background-color: #E0D8C7;
}

.search_results .grid_item img {
  max-width: 75%;
    height: 100%;
    max-height: 147px;
    margin: 22px 0;
}

.other_results {
  grid-column-start: 1;
  grid-column-end: 2;
  grid-row-start: 1;
  grid-row-end: -1;
}

.result_items_container h3 {
  font-family: 'Playfair Display', serif;
  font-weight: 400;
  font-size: 36px;
  color: #BC0F14;
  text-align: center;
  background-color: #ffffff;
  z-index: 99;
  margin: 0 0 10px;
}

li.search_cat {
  cursor: pointer;
  padding: 1rem;
  margin: 0 0.5rem;
  /* border-bottom: 2px solid #D9B251; */
  border-bottom: 2px solid #fbb11c;
}

.result_items_container .nav.nav-tabs {
   /* border-bottom: 2px solid #D9B251; */
  border-bottom: 2px solid #fbb11c;
}

.result_items_container .nav-tabs>li.active>a,
.result_items_container .nav-tabs>li.active>a:focus,
.result_items_container .nav-tabs>li.active>a:hover,
.result_items_container .nav-tabs>li.active>a:focus-visible,
.result_items_container .nav-tabs>li.active>a:focus-within {
  /* border: 2px solid #D9B251; */
  /* background-color: #d9b251; */
  border: 2px solid #fbb11c;
  background-color: #fbb11c;
  color: #000000 !important;
  padding: 9px 15px;
}

.nav-tabs>li {
  margin-bottom: -2px;
}

li.search_cat:hover {
  /* outline: 2px solid #D9B251; */
  outline: 2px solid #fbb11c;
}

li.search_cat.active {
  /* border-bottom: 2px solid #D9B251;  */
  font-weight: 800;
}

.no-results-image {
  width: 12%;
  padding-top: 10rem;
  padding-bottom: 1rem;
}

.modal-overlay {
  display: block;
}

/* .modal-overlay:after {
  position: absolute;
  content: "";
  background-color: rgb(18,18,18,0.5);
  top: 100%;
  left: 0;
  right: 0;
  height: 100vh;
} */
input[type="text"].search-results {
  width: 50% !important;
  font-size: 16px;
  padding: 2rem 1rem;
  /* border: 2px solid #d9b251; */
  border: 2px solid #fbb11c;
  font-size: 14px;
  height: 32px;
  outline: none;
}

input[type=text].search-results-label {
  padding: 2.9rem 1rem 1.5rem;
}

#searchModal .nav-tabs>li>a {
  color: black;
  /* border: 2px solid #d9b251; */
  border: 2px solid #fbb11c;
}

/* #searchModal .nav-tabs > li > a:hover{
  background: transparent;
} */
#searchModal .close {
  margin-right: 64px;
  margin-top: 15px;
}

#searchModal .grid_item a,
#searchModal .grid_item p {
  outline: none;
  color: #000000;
  text-decoration: none;
}

#searchModal .close .close-xmark {
  font-size: 40px;
  font-weight: 400;
}

#updateAddress .alert,
#address_panel .alert {
  display: none;
}

#updateAddress .btn-custom-primary {
  font-weight: 700;
  height: 40px;
  background: #fbb11c;
  color: #fff;
  border: none;
  display: inline-flex;
  align-items: center;
  border-radius: 0;
}

.btn-sec-newcustom {
  font-weight: 700;
  height: 40px;
  background: #fff !important;
  color: #fbb11c !important;
  border: 1px solid #fbb11c !important;
  display: inline-flex;
  align-items: center;
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
  border-radius: 0;
  letter-spacing: 2px;
}

.btn-close,
.btn-close:active,
.btn-close:focus,
.btn-close:hover {
  border-radius: 0;
  font-weight: 700;
}

#emailModal button.close {
  opacity: 1;
}

#emailModal button.close span {
  color: #000;
}

.new-home-product-card .new-product-reviews {
  display: flex;
  justify-content: space-between;
}

.short_details {
  letter-spacing: normal;
}

.eachproduct .productcard_productline {
  font-size: 12px;
  /* padding: 0 15px; */
}

.mini-cart-prods-row .product-title {
  font-size: 12px;
  min-height: 72px;
  color: #000000;
  font-family: 'Montserrat', sans-serif;
  line-height: 1.5;
}

.mini-cart-prods-row a:hover,
.mini-cart-prods-row a:focus,
.mini-cart-prods-row a:focus-visible,
.mini-cart-prods-row a:focus-within {
  text-decoration: none;
}

.mini-cart-prods-row .mini_cart_form button {
  padding: 6px 11px;
  font-size: 12px;
  border: 1px solid #fbb11c;
  background-color: #fbb11c;
  color: #ffffff;
  width: 100%;
}

#miniCartModal .modal-body {
  padding: 0;
  overflow-y: scroll;
  overflow-x: hidden;
}

.best-sellers-cart {
  margin-bottom: 20px;
  border-top: 4px solid #fbb11c;
  padding-top: 1.6rem;
  background-color: rgba(240, 170, 94, 0.1);
}

.best-sellers-cart h4 {
  font-family: 'Prata', serif;
  font-size: 24px;
  text-align: center;
  color: #000000;
  margin-bottom: 4px;
}

.best-sellers-cart .mini-cart-prods-row {
  display: flex;
  overflow-x: scroll;
  padding: 6px 15px 30px;
}

.best-sellers-cart .mini-cart-prods-row::-webkit-scrollbar-track {
  border-radius: 10px;
  background-color: #e3e3e3;
}

.best-sellers-cart .mini-cart-prods-row::-webkit-scrollbar {
  width: 1px;
  height: 6px;
}

.best-sellers-cart .mini-cart-prods-row::-webkit-scrollbar-thumb {
  border-radius: 10px;
  background-color: #fbb11c;
}

.best-sellers-cart .mini-cart-prods-row .mini_cart_form .input-group-addon {
  border: none;
}

.best-sellers-cart .mini-cart-prods-row .eachproduct {
  flex-shrink: 0;
  flex-basis: 46%;
}

.minicart_modal .modal-close-btn-wrp {
  padding: 5px 15px 7px 15px;
}

#miniCartModal .cart_item td {
  padding: 7px 15px;
}

.best-sellers-cart p {
  text-align: center;
}

#carouselExampleIndicatorsCart .carousel-inner p {
  color: #ffffff;
  font-weight: 500;
  font-size: 12px;
  text-align: center;
  background-color: #4b2420;
  padding: 3px 0;
  margin-bottom: 0;
}

@media screen and (max-width:320px) {

  body #address_panel .col-sm-12.continue_section,
  .continue_section a {
    flex-direction: column;
    gap: 0;
    text-align: center;
    vertical-align: middle;
  }

  body #address_panel .continue_section a.btn {
    display: inline-flex;
    align-items: center;
    justify-content: center;
  }
}

#emailModal .modal-content {
  padding: 4.5rem;
  display: flex;
}

#emailModal .modal-content form {
  display: flex;
  /* gap:20px; */
  width: 100%;
  flex-direction: column;
}

.new-home-product-card a:hover,
.new-home-product-card a:focus,
.new-home-product-card a:focus-visible,
.new-home-product-card a:focus-within {
  outline: none;
}

#emailModal .modal-content .modal-footer::after,
#emailModal .modal-content .modal-footer::before {
  display: none;
}

#emailModal .modal-content .modal-footer {
  border: none;
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: space-between;
  padding: 15px 0;
}

#emailModal .modal-content .modal-footer a {
  float: left;
  cursor: pointer;
}

#emailModal .modal-content .modal-footer input[type='submit'] {
  float: right;
}

#emailModal .modal-content form.emailForm input[type='submit'] {
  background: #fbb11c;
  color: #fff !important;
  font-weight: 600;
}

#emailModal .modal-content form input[type='text'],
#emailModal .modal-content form input[type='email'] {
  margin: 5px 0;
  display: block;
  width: 100%;
}

#emailModal .modal-content {
  padding: 0;
}

#emailModal .modal-dialog {
  max-width: 450px;
  margin: 30px auto;
}

#emailModal .modal-header button,
#emailModal .modal-header button:hover {
  border: none;
}

#emailModal .modal-header {
  /* background: #fff; */
  border: none;
  padding: 1rem 1.2rem;
}

#emailModal.modal {
  text-align: center;
  padding: 0 !important;
}

#emailModal.modal:before {
  content: '';
  display: inline-block;
  height: 100%;
  vertical-align: middle;
  margin-right: -4px;
}

#emailModal .modal-dialog {
  display: inline-block;
  text-align: left;
  vertical-align: middle;
}

#emailModal .modal-content {
  display: flex;
  flex-direction: column;
}

#miniCartModal .modal-body {
  height: calc(100vh - 70px);
}

#miniCartModal select {
  margin-bottom: 15px;
}

@media screen and (min-width:768px) {
  html body .body_content .col-sm-9.col-md-9.col-lg-10.col-xs-12.shop-cat {
    display: flex;
    flex-wrap: wrap;
  }

  .d-md-block {
    display: block !important;
  }

  body .d-md-none {
    display: none !important;
  }
}

@media screen and (max-width:550px) {
  .d-block {
    display: block !important;
  }

  .mobile_only_menu {
    /* z-index: 9; */
    z-index: 1060;
  }

  .footer_quick_link {
    padding: 0;
  }

  .quicklink {
    padding: 0 2em;
  }

  footer.page-footer .list-icon li {
    padding: 0 1.2em
  }

  footer.page-footer .bottom-footer {
    margin-top: 1em;
  }

  .footer_quick_link {
    height: auto
  }

  .quicklink {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    height: auto
  }

  #myCarousel.carousel .item {
    height: auto;
  }

  #myCarousel {
    margin-bottom: 2em
  }

  .pl-sm-0 {
    padding-left: 0
  }

  .pr-sm-0 {
    padding-right: 0
  }

  #miniCartModal .modal-dialog {
    width: auto;
  }

  /* html body #miniCartModal .modal-content .modal-body {		 */
  /* height: 76vh !important;		 */
  /* }		 */
  .details-info.ml-20 {
    padding: 0 1.25em;
  }

  .product_details_tabs_panes {
    padding: 1.5em 1.25em 0;
  }

  .custom-tab-wrapper img {
    max-width: 100% !important;
    height: auto;
  }
}

.modal-backdrop.fade.in {
  background: transparent;
}

/*  */
.body_content .product_details_div {
  height: auto !important;
  /* min-height: 250px; */
}

@media screen and (min-width:768px) {
  .body_content .product_details_div {
    height: auto !important;
    /* min-height: 400px */
  }

  .body_content .shop_wrapper .product_details_div {
    height: auto !important;
    /* min-height: 310px; */
    /* min-height: 344px; 3line */
    /* min-height: 330px; */

  }

}

.shop_announcement_message {
  width: 100%;
  position: fixed;
  z-index: 999;
  background: #4b2420;
  color: #fff;
  text-align: center;
  padding: 4px;
  top: 0;
}


.body_content .product_details_div {
  /* height: 467px !important; */
  /* min-height: 467px !important; */
}

.offer-text {
  font-size: 18px;
  font-weight: 500;
  color: #000000;
}

@media screen and (max-width: 768px) {
  .body_content .product_details_div {
    /* height: 412px !important; */
   /* min-height: 412px !important; */
  }

  .body_content .shop-cat .product_details_div {
    /* height: 250px !important; */
    /* min-height: 250px !important; */
  }

  .offer-text {
    font-size: 16px;
  }

  #miniCartModal .modal-dialog {
    width: 100vw;
    margin-right: 0;
  }

  /* .minicart_modal .modal-content {
      padding: 0 15px;
    
    } */
  .shop_announcement_message {
    position: fixed !important;
    top: 0;
  }

  .navbar-header{
        display: flex;
    justify-content: center;
    position: relative;
    align-items: center;
}

  .navbar.headershadow{
      margin-top: 2.2rem !important;
      /* margin-top: 0 !important; */
    }
  .navbar-inverse .navbar-toggle {
    margin-top: 25px;
    position: absolute !important;
        top: 0;
        left: 0;
  }

  .navbar-brand {
    /* margin-top: 1.3rem; */
    margin-top: 1rem;
    position: static !important;
  }

  ul.list-links-content li {
    padding: 0 11px;
  }

  .tooltipTop {
    bottom: 44px !important;
  }

  input[type=text].search-results {
    width: 95% !important;
  }

  .search-label {
    top: 54px;
    left: 16px;
  }

  .search-modal {
    position: fixed;
    top: 0px;
  }

  #searchModal .close {
    margin-right: 3px;
    margin-top: 0px;
  }

  .search-modal .search_results {
    max-width: 100%;
  }

  .search-modal .search_results {
    display: block;
  }

  #commonRemoteModal .modal-dialog {
    width: 90%
  }

  .minicart_modal .modal-content {
    height: calc(100vh - 50px);
    display: flex;
    flex-direction: column;
    justify-content: space-between;
  }

  #miniCartModal select {
    margin-bottom: 0;
  }
}

.blog-post-item .owl-carousel .owl-nav button.owl-next,
.blog-post-item .owl-carousel .owl-nav button.owl-prev {
  font-size: 40px !important;
}

.blog-post-item .owl-carousel .owl-nav button.owl-prev {
  margin-right: 18px;
}

.bogo_offertext {
  color: #fbb11c;
  font-weight: 800;
}

.desktop-addtocartcontainer-pdetail,
.servicablepins_check .form-group {
  display: flex;
}

.servicablepins_check input[name='pincode'] {
  width: auto;
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
  border-top-left-radius: 35px;
  border-bottom-left-radius: 35px;
}

.servicablepins_check input[type='submit'] {
  background-color: #fbb11c;
  border: 1px solid #fbb11c;
  border-radius: 0 35px 35px 0;
  color: #ffffff;
  min-width: 11ch;
  font-weight: 700;
  font-size: 14px;  
}

.checkservicablepincode .alert {
  display: none;
  width: 91%;
}

.servicablepins_check {
  margin-left: 16px;
  margin-top: 0;
  margin-bottom: 21px;
}

.change_address_btn,
.change_address_btn:active,
.change_address_btn:focus,
.change_address_btn:hover {
  background-color: #fbb11c;
  border: #fbb11c;
  color: #fff;
  font-weight: 400;
      color: #fff;
    max-height: 100%;
    font-weight: 500;
    font-size: 15px;
    line-height: 1.3;
    font-family: 'Montserrat';
        padding: 10px 20px;
}

.del_addr_right {
  display: flex;
  flex-direction: column;
  align-items: flex-end;
}

.checkoutpgaddressalertscontainer .alert {
  display: none
}

span.selected_address {
  display: none;
}

.each_address.active span.selected_address {
  display: flex;
}

#addressModal #updateAddress .alert-danger {
  display: none;
}

.each_address .editaddr .fas.fa-check-circle,
.each_address .editaddr img.checkoutpg_editaddr {
  max-width: 28px;
  max-height: 28px;
  font-size: 18px
}
.each_address .editaddr i{
      background: #fbb11c;
    border-radius: 50%;
    font-size: 14px;
    width: 28px;
    height: 28px;
    align-self: center;
    align-content: center;
    text-align: center;
    color: #fff;
}
.pull-right.selected_address {
  /* display:flex; */
  flex-direction: row;
  padding-top: .25rem;
  align-items: flex-start;
  justify-content: flex-start;
}

.pull-right.selected_address a {
  display: flex;
}

.body_content.checkout #addAddress {
  background: transparent;
  border: 1px solid #fbb11c;
  color: #fbb11c;
  text-decoration: none;
}

.body_content.checkout #addAddress:hover{
  text-decoration: none;
}
.body_content.checkout .address_panel .btn {
  border: 1px solid #fbb11c;
}

#updateAddress .modal-footer .btn.btn-close {
  background: transparent;
  border: 1px solid #fbb11c;
  color: #fbb11c;
}

/* may cause some conflicts - caution */
/* This change is done because position:sticky is needed for product page, overflow is unset for the body and html tags and the only item found to cause page overflow is footer */
html body footer.page-footer .content .row {
  margin-left: 0;
  margin-right: 0;
}

/*  */
.statuslabel-created {
  color: #cec38e
}

.statuslabel-completed,
.statuslabel-delivered,
.statuslabel-shipped,
.statuslabel-success {
  color: green
}

.statuslabel-cancelled,
.statuslabel-failed {
  color: red
}

.statuslabel-refunded {
  color: #4eb5e8
}

body #orderTable a:visited {
  color: #fff;
}

body #orderTable a:visited:hover {
  color: #fff;
}

#pageloadspinner {
  z-index: 99999;
  position: fixed;
  top: 0;
  left: 0;
  display: flex;
  place-content: center;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
  background: #fff;
}

@media screen and (min-width:786px) {
  .col-sm-12.continue_section {
    display: flex;
    justify-content: flex-end;
    align-items: flex-end;
    gap: 20px
  }
}

@media screen and (max-width:786px) {
  .col-sm-12.continue_section {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
  }

  .logo_social {
    margin: 0px;
  }

  #updateAddress .modal-footer {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    gap: 10px;
    flex-direction: column-reverse;
    align-items: center;
  }

  .checkservicablepincode .alert {
    width: auto;
  }

  .servicablepins_check input[name='pincode'] {
    width: 67%;
  }

  .search-modal .search_results {
    max-width: 100%;
  }
.search_results .grid_item img {
    max-height: 118px;
  }
  .search_results .grid_items_container {
    grid-template-columns: 1fr 1fr;
  }

  .other_results ul {
    display: flex;
    overflow-x: scroll;
    background-color: transparent !important;
    margin-bottom: 0.2rem;
    margin-top: 1rem;
  }

  .other_results ul::-webkit-scrollbar {
    background: transparent;
  }

  .search-modal .search_results {
    display: block;
  }

  #searchModal li.search_cat {
    display: flex;
    align-items: center;
    flex-shrink: 0;
    padding: 3px 12px;
    border-radius: 14px;
    /* border: 2px solid #D9B251; */
    border: 2px solid #fbb11c;
    margin-top: 0.2rem;
    margin-bottom: 1.25rem;
    color: #000000;
  }

  li.search_cat.active {
    /* background-color: #D9B251; */
    background-color: #fbb11c;
    font-weight: 500;
    /* border: 2px solid #D9B251; */
    border: 2px solid #fbb11c;
  }
}

.swal-modal .swal-text {
  text-align: center !important;
}

.mini-cart-prods-row .price * {
  font-size: 14px;
}

.mini-cart-prods-row .price del {
  font-weight: 500;
}

.shipping_info_cart {
  text-align: center;
   font-family: 'Montserrat';
}
.control-cart {
    align-items: center !important;
    justify-content: center !important;

}