.vh-70 {
  height: 70vh;
}

.lh-18 {
  line-height: 18px;
}

.overflow-scroll {
  overflow-y: scroll;
}

.btn_1:disabled, .btn_1[readonly], .btn_1.disabled {
  opacity: .65;
  pointer-events: none;
}

label.error {
  width: 100%;
  color: #e54750;
  font-weight: bold;
  font-size: 12px;
}

header.header .dropdown.user > a:after {
  margin-left: 15px;
  color: #ffffff;
}

header.header.sticky ul#top_menu li a, header.header ul#top_menu li .dropdown-menu ul li a, header.header.sticky .dropdown.user > a:after {
  color: #444444;
}

.menu_item.modal_product .badge {
  top: -5px;
  left: 20px;
}

.container_check img, .container_radio img {
  object-fit: cover;
}

.dataTable thead {
  background-color: #e54750!important;
}

div.dataTables_wrapper div.dataTables_info, .table .text-primary {
  color: #e54750 !important;
}

.table .text-left {
  text-align: left!important;
}

.font-weight-semibold {
  font-weight: 500!important;
}

.item_version_2 a figure {
  height: 260px;
}

.item_version_2 a figure img {
  height: 100%;
  object-fit: cover;
  background-size: cover;
}

.box_order .main ul#list-cart li a {
  padding-left: 0;
}

.box_order .main ul#list-cart li a:before {
  content: '';
}

.box_order .main ul#list-cart li a span {
  float: unset;
}

.box_order .main ul#list-cart li a span.remove {
  height: 20px;
}

.box_order .main ul#list-cart li a span.remove:before {
  font-size: 16px;
  font-family: 'ElegantIcons';
  content: "\4f";
}

.btn-reserve-movil-none .btn_reserve_fixed, .btn-reserve-movil-none .btn_1_mobile {
  display: none;
}

.modal-dialog-scrollable .modal-body {
  max-height: 65vh;
  overflow-y: auto;
}

@media (max-width: 1200px) {
  .item_version_2 a figure {
    height: calc(100vw*0.18);
  }
}

@media (max-width: 991px) {
  .item_version_2 a figure {
    height: calc(100vw*0.3);
  }

  .modal-dialog-scrollable .modal-body {
    max-height: 60vh;
  }
}

@media (max-width: 767px) {
  .item_version_2 a figure {
    height: calc(100vw*0.4);
  }
}

@media (max-width: 575px) {
  .item_version_2 a figure {
    height: calc(100vw*0.6);
  }
}

#map {
  height: 300px;
}

@media (max-width: 768px) {
  #toTop {
    bottom: 70px;
  }
}

/* Dropdown cart */

ul#top_menu li a.cart_bt {
  top: 5px;
}

.dropdown-cart .dropdown-menu, .dropdown.user .dropdown-menu {
  margin-top: 11px!important;
}

.dropdown-cart .dropdown-menu {
  margin-left: -205px!important;
  width: 280px!important;
  font-size: 0.8125rem;
  border-top: 2px solid #e54750;
  border-radius: 3px;
}

.dropdown-cart .dropdown-menu:before {
  right: 4%;
}

.cart-header {
  min-height: 150px;
  max-height: 200px;
  overflow-y: scroll;
  margin-bottom: .5rem;
}

.cart-header > #mCSB_1_scrollbar_vertical > div > div > div {
  background-color: #e54750;
}

.mCSB_outside+.mCSB_scrollTools {
  right: -4px !important;
}

.cart-minus, .cart-plus {
  width: 20px;
  height: 20px;
}

.dropdown.user.languages > a {
  padding-left: 0px!important;
}

.dropdown.user.languages .dropdown-toggle::after {
  border: 0px solid transparent!important;
}

.dropdown.user.languages .dropdown-menu {
  min-width: 100px;
}

.dropdown.user.languages .dropdown-menu:before {
  right: 20%!important;
}

@media (max-width: 991px) {
  .dropdown-cart {
    display: none;
  }

  .dropdown.user .dropdown-menu {
    margin-top: 23px!important;
  }

  .dropdown.user.languages > a, #dropdownMenuLanguages {
    padding-top: 6px!important;
  }
}

/* Pagination */

.pagination {
  display: flex;
  justify-content: center;
  border-radius: none;
}

.page-link {
  padding: 8px 16px;
  margin: 0 3px;
  color: #333333;
  background-color: #ffffff;
  border: none;
  border-radius: 3px;
  transition: background-color .3s;
}

.page-link:hover {
  color: #333333;
  background-color: #f0f0f0;
  border-color: #f0f0f0; 
  transition: background-color .3s;
}

.page-link:focus {
  -webkit-box-shadow: 0 0 0 0.2rem rgb(0 123 255 / 25%);
  box-shadow: 0 0 0 0.2rem #47413a40;
}

.page-item:first-child .page-link, .page-item:last-child .page-link {
  border-radius: 3px;
}

.page-item.active .page-link {
  z-index: 1;
  color: #ffffff;
  background-color: #333333;
  border-color: #333333; 
}

.page-item.disabled .page-link {
  color: #333333;
  background-color: #ffffff;
  border-color: #ffffff; 
}

/* Livewire Loader */

.livewire-loader {
  position: absolute;
  width: 96px;
  height: 96px;
  left: 50%;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  background-color: rgba(255, 255, 255, 0.9);
  -webkit-box-shadow: 0px 24px 64px rgba(0, 0, 0, 0.24);
  box-shadow: 0px 24px 64px rgba(0, 0, 0, 0.24);
  border-radius: 16px;
  opacity: 0;
  visibility: hidden;
  -webkit-transition: opacity .2s ease-out, visibility 0s linear .2s;
  -o-transition: opacity .2s ease-out, visibility 0s linear .2s;
  transition: opacity .2s ease-out, visibility 0s linear .2s;
  z-index: 10;
}

.livewire-loader.fullscreen {
  padding: 0;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  -webkit-transform: none;
  -ms-transform: none;
  transform: none;
  background-color: rgb(255 255 255 / 50%);
  border-radius: 0;
  -webkit-box-shadow: none;
  box-shadow: none;
}

.livewire-loader.show {
  -webkit-transition: opacity .4s ease-out, visibility 0s linear 0s;
  -o-transition: opacity .4s ease-out, visibility 0s linear 0s;
  transition: opacity .4s ease-out, visibility 0s linear 0s;
  visibility: visible;
  opacity: 1;
}

.livewire-loader .circular {
  -webkit-animation: loader-rotate 2s linear infinite;
  animation: loader-rotate 2s linear infinite;
  position: absolute;
  left: calc(50% - 24px);
  top: calc(50% - 24px);
  display: block;
  -webkit-transform: rotate(0deg);
  -ms-transform: rotate(0deg);
  transform: rotate(0deg);
}

.livewire-loader .path {
  stroke-dasharray: 1, 200;
  stroke-dashoffset: 0;
  -webkit-animation: loader-dash 1.5s ease-in-out infinite;
  animation: loader-dash 1.5s ease-in-out infinite;
  stroke-linecap: round;
}