/** Shopify CDN: Minification failed

Line 204:18 Expected ":"

**/
a.image-banner-link-custom {
    display: block;
    position: absolute;
    width: 100%;
    height: 100%;
    z-index: 99999;
}


.new-gallery-link .row-gallery {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  padding-top: 50px;
  padding-bottom: 50px;
}

.new-gallery-link .row-gallery .col-gallery img {
  width: 100%;
  height: 100%;
  border-radius: 10px;
  box-shadow: 5px 5px 5px 0px rgba(0, 0, 0, 0.23);
  -webkit-box-shadow: 5px 5px 5px 0px rgba(0, 0, 0, 0.23);
  -moz-box-shadow: 5px 5px 5px 0px rgba(0, 0, 0, 0.23);
}

.new-gallery-link .row-gallery .col-gallery {
  width: 100%;
  max-width: 50%;
  display: flex;
  flex-wrap: wrap;
}

.new-gallery-link .row-gallery .col-gallery .sub-gallery {
  width: 50%;
  padding: 10px;
}

.new-gallery-link .row-gallery .col-gallery .sub-gallery:first-child,
.new-gallery-link .row-gallery .col-gallery .sub-gallery:nth-child(2) {
  padding-top: 0;
}

.new-gallery-link .row-gallery .col-gallery .sub-gallery:last-child,
.new-gallery-link .row-gallery .col-gallery .sub-gallery:nth-child(3) {
  padding-bottom: 0;
}



a.image-banner-link-custom {
    display: block;
    position: absolute;
    width: 100%;
    height: 100%;
    z-index: 99999;
}

.logo-slider-main .logo-slider__item img {
  width: 100%;
  height: 130px;
  max-width: 160px;
  display: block;
  margin: 0 auto;
  object-fit: contain;
}

.logo-slider-main {
  padding: 50px 0;
}

.logo-slider-main .slick-prev:before,
.logo-slider-main .slick-next:before {
  font-size: 30px;
}

/* shipping-insurance start */
.cart__footer .shipping-insurance-main {
  width: 100%;
}

.shipping-insurance-main p {
  font-size: 14px;
  font-weight: 400;
  line-height: 1.5em;
  margin-top: 5px;
}

.shipping-insurance-main .inner-details-si .col-md-8 {
  padding-left: 90px;
  position: relative;
}

.shipping-insurance-main .inner-details-si .col-md-8:after {
  position: absolute;
  content: "";
  background: url(https://cdn.shopify.com/s/files/1/0376/4210/9067/files/truck.png?v=1688797642);
  height: 70px;
  width: 70px;
  left: 0;
  top: 0;
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
}

.right-toggle-si .toggle {
  position: relative;
  display: block;
  width: 70px;
  height: 32px;
  padding: 3px;
  margin: auto;
  border-radius: 50px;
  cursor: pointer;
}

.shipping-insurance-main .inner-details-si {
  display: flex;
  border: 1px solid #e6e6e6;
  margin-bottom: 100px;
  width: 65%;
  padding: 20px;
  position: relative;
  border-radius: 5px;
}

.right-toggle-si .toggle-input {
  position: absolute;
  top: 0;
  left: 0;
  opacity: 0;
}

.right-toggle-si .toggle-label {
  position: relative;
  display: block;
  height: inherit;
  font-size: 12px;
  background: #c1c1c1;
  border-radius: inherit;
  box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.12),
    inset 0 0 3px rgba(0, 0, 0, 0.15);
}

.shipping-insurance-main .bottom-content-insurance {
  position: absolute;
  bottom: -40px;
  width: 100%;
  left: 0;
}

.toggle-label:before,
.right-toggle-si .toggle-label:after {
  position: absolute;
  top: 50%;
  color: black;
  margin-top: -0.5em;
  line-height: 1;
}

.right-toggle-si .toggle-label:before {
  /* content: attr(data-off); */
  content: "";
  right: 11px;
  color: transparent;
  text-shadow: 0 1px rgba(255, 255, 255, 0.5);
}

.right-toggle-si .toggle-label:after {
  /* content: attr(data-on); */
  content: "";
  left: 11px;
  color: #fff;
  text-shadow: 0 1px rgba(0, 0, 0, 0.2);
  opacity: 0;
}

.right-toggle-si .toggle-input:checked ~ .toggle-label {
  background: green;
}

.right-toggle-si .toggle-input:checked ~ .toggle-label:before {
  opacity: 0;
}

.right-toggle-si .toggle-input:checked ~ .toggle-label:after {
  opacity: 1;
}

.right-toggle-si .toggle-handle {
  position: absolute;
  top: 6px;
  left: 7px;
  width: 25px;
  height: 25px;
  background: linear-gradient(to bottom, #ffffff 40%, #f0f0f0);
  border-radius: 50%;
  display: block;i
}

.right-toggle-si .toggle-handle:before {
  position: absolute;
  top: 50%;
  left: 50%;
  margin: -6px 0 0 -6px;
  width: 16px;
  height: 16px;
}

.right-toggle-si .toggle-input:checked ~ .toggle-handle {
  left: 38px;
  box-shadow: -1px 1px 5px rgba(0, 0, 0, 0.2);
}

/* Transition*/
.right-toggle-si .toggle-label,
.right-toggle-si .toggle-handle {
  transition: All 0.3s ease;
  -webkit-transition: All 0.3s ease;
  -moz-transition: All 0.3s ease;
  -o-transition: All 0.3s ease;
}

/* shipping-insurance end */

body.loader:after {
  position: absolute;
  content: "";
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  background: #0000008a;
  z-index: 9;
}

body.loader {
  position: relative;
}

/* Background Overlay */
#prompt-background {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.7); /* Semi-transparent black background */
  display: none; /* Hidden by default */
  justify-content: center; /* Center horizontally */
  align-items: center; /* Center vertically */
  z-index: 1000000; /* Ensure it's on top of all other elements */
  overflow: auto; /* Allow scrolling if needed */
}

/* Show the modal when active */
#prompt-background.active {
  display: flex;
}

/* Modal Box */
.modal-prompt {
  position: relative;
  background: #fff; /* White background */
  border-radius: 8px; /* Rounded corners */
  box-shadow: 0 4px 10px rgba(0, 0, 0, 0.5); /* Subtle shadow */
  max-width: 500px; /* Maximum width */
  width: 90%; /* Responsive width */
  padding: 20px 30px; /* Padding inside modal */
  text-align: center; /* Center text */
  z-index: 1000001;
  box-sizing: border-box; /* Ensure padding is included in width calculation */
}

/* Logo Styling */
.modal-prompt img {
  max-width: 150px; /* Logo size */
  margin: 0 auto 20px; /* Center the logo and add space below */
  display: block; /* Ensure the logo is treated as a block element */
}

/* Header Styling */
.modal-prompt h1 {
  font-size: 24px; /* Large font size */
  font-weight: bold; /* Make it bold */
  margin: 0 0 15px; /* Add space below the header */
  color: #000; /* Black text */
  text-align: center; /* Center the header */
}

/* Subheader Styling */
.modal-prompt h3 {
  font-size: 18px; /* Slightly smaller font size for subheader */
  font-weight: normal; /* Default weight */
  margin: 0 0 15px; /* Add space below the subheader */
  color: #333; /* Dark gray text */
  text-align: center; /* Center the subheader */
}

/* Paragraph Styling */
.modal-prompt p {
  font-size: 16px; /* Base font size */
  line-height: 1.5; /* Increase line height for readability */
  margin: 0 0 20px; /* Add space below the paragraph */
  color: #555; /* Medium gray text */
  text-align: center; /* Center align text */
}

/* Buttons Container */
.age-footer {
  display: flex; /* Flexbox layout */
  justify-content: center; /* Center buttons horizontally */
  align-items: center; /* Center buttons vertically */
  flex-wrap: wrap; /* Allow wrapping on smaller screens */
  width: 100%; /* Full width of the modal */
  margin-top: 20px;
}

/* Buttons Styling */
.age-footer a {
  display: inline-block;
  text-decoration: none;
  padding: 12px 20px;
  margin: 10px 5px; /* Space between buttons */
  border-radius: 5px;
  font-size: 16px;
  font-weight: bold;
  color: #fff; /* White text */
  background-color: #31609b; /* Blue background */
  transition: background-color 0.3s ease; /* Smooth hover */
  cursor: pointer;
  min-width: 150px; /* Ensure buttons are wide enough on small screens */
  text-align: center;
}

/* Hover Effects for Buttons */
.age-footer a:hover {
  background-color: #0056b3; /* Darker blue on hover */
}

/* Exit Button Styling */
.age-footer a#button-exit {
  background-color: #414141; /* Grey background for "I am not 21!" */
}

.age-footer a#button-exit:hover {
  background-color: #c9302c; /* Darker red on hover */
}

/* Media Queries for Mobile Devices */
@media (max-width: 768px) {
  .modal-prompt {
    width: 80%; /* Reduce width to 80% on small screens */
  }

  .modal-prompt p {
    font-size: 14px; /* Slightly smaller font for paragraph */
  }

  .age-footer a {
    font-size: 14px; /* Smaller font size */
    padding: 10px 18px; /* Adjust padding */
    min-width: 130px; /* Smaller button width */
  }
}

@media (max-width: 480px) {
  .modal-prompt {
    width: 90%; /* Further reduce width for very small screens */
  }

  .age-footer a {
    font-size: 12px; /* Smaller font size */
    padding: 8px 15px; /* Reduce padding */
    min-width: 120px; /* Adjust minimum width */
  }

  .age-footer {
    flex-direction: column; /* Stack buttons vertically */
    align-items: center; /* Center them horizontally */
  }

  .age-footer a {
    width: 100%; /* Make buttons full width */
    margin: 5px 0; /* Adjust spacing between buttons */
  }
}
.logo-slider-main .logo-slider__item img {
  width: 100%;
  height: 130px;
  max-width: 160px;
  display: block;
  margin: 0 auto;
  object-fit: contain;
}

.logo-slider-main {
  
  padding: 50px 0;
  flex-direction: row;
}

.logo-slider-main .slick-prev:before,
.logo-slider-main .slick-next:before {
  font-size: 30px;
}
