.blogContent {
  background: rgb(255 255 255 / 80%);
  backdrop-filter: unset;
}
.ftr-logo .logo svg {
  max-height: unset;
  width: 180px;
}
.copyright a {
  color: #ffffff;
}
.already-ordered{
  display: none;
  color: var(--white-txt-clr);
  font-size: 18px;
  font-weight: 600;
  line-height: 1;
  padding: 20px;
  align-items: center;
}
.button a,
button.btn,
.button input.btn {
  background: var(--theme-bg-clr);
  border: 1px solid transparent;
}
.button a:hover,
button.btn:hover,
.button input.btn:hover {
  border-color: var(--theme-bg-clr);
  color: var(--theme-txt-clr);
  background: var(--white-bg-clr);
}
td .pdct-image img {
  border: 1px solid rgb(56 30 29 / 10%);
}

/* #cartList-table input:invalid {
  border: 3px solid red;
} */

.check-if-mobile {
  display: none;
}

.contact-from .nice-select:active,
.contact-from .nice-select.open,
.contact-from .nice-select:focus,
.reservation-from .nice-select:active,
.reservation-from .nice-select.open,
.reservation-from .nice-select:focus {
  color: #ffffff;
  border-color:#ffffff;
}
.checkout-area .terms-conditions .label-check span::before {
  content: url("/assets/img/check23555.svg")
}
.checkout-area .select-active.nice-select::after {
  content: url("/assets/img/chevron-down23381e.svg")
}
.contact-from .terms-conditions .label-check span,
.reservation-from .terms-conditions .label-check span {
  border: 2px solid #ffffff;
}
.contact-dec-wrapper .content .contact a svg {
  color: #ffffff;
}
.contact-social a::before {
  background: #ffffff;
}
.contact-social a:hover {
  color: var(--theme-bg-clr);
}
.contact-social {
  justify-content: end;
}
.blog-tags a {
  color: var(--theme-bg-clr);
}
#email-required{
  display: none;
}
#booking_form .terms-conditions .label-check{
  color: var(--ls-gray-txt);
}
#cartList-table .table-body tr td .tble-close .remove-item {
  color: var(--theme-bg-clr);
  padding: 11px;
}
/* #cartList-table .table-body tr td .tble-close:hover .remove-item, */
#cartList-table .table-body tr td .tble-close .remove-item:hover {
  color: var(--white-txt-clr);
}
@media (max-width: 767px) {
  .check-if-mobile{
    display: inline-block;
  }
}


/* 
  ##Device = Desktops
  ##Screen = 1281px to higher resolution desktops
*/

@media (min-width: 1281px) {
  
}

/* 
  ##Device = Laptops, Desktops
  ##Screen = B/w 1025px to 1280px
*/

@media (min-width: 1025px) and (max-width: 1280px) {
  
}

/* 
  ##Device = Tablets, Ipads (portrait)
  ##Screen = B/w 768px to 1024px
*/

@media (min-width: 768px) and (max-width: 1024px) {
  
}

/* 
  ##Device = Tablets, Ipads (landscape)
  ##Screen = B/w 768px to 1024px
*/

@media (min-width: 768px) and (max-width: 1024px) and (orientation: landscape) {
  
}

/* 
  ##Device = Low Resolution Tablets, Mobiles (Landscape)
  ##Screen = B/w 481px to 767px
*/

@media (min-width: 481px) and (max-width: 767px) {
  #cartList-table .table-body tr td .price{
    min-width: 100px;
  }
  .hdr-cart-dtls.active .crt-dtls{
    max-height: 350px;
  }
}

/* 
  ##Device = Most of the Smartphones Mobiles (Portrait)
  ##Screen = B/w 320px to 479px
*/

@media (min-width: 320px) and (max-width: 480px) {
  #cartList-table .table-body tr td .price{
    min-width: 100px;
  }
  .hdr-cart-dtls.active .crt-dtls{
    max-height: 350px;
  }
}
