/* styles.css */
* {
  box-sizing: border-box;
  margin: 0;
  padding: 0;
}

body, html {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
  }

  .hidden {
    display: none !important;
    height: 0 !important;
  }

  .content-products-all{
    display: block;
    position: relative;
    min-height: fit-content  !important;  
  }

  .order1 h2{
    background-color: #000000;
    color:white;
    padding: 5px 10px;
    font-size: 30px;
    font-family: myfont;
    margin-bottom: 25px;
    width:fit-content;
    text-align: left !important;
  }

  .order1 .price{
    background-color: #0088ff;
    color:white;
    padding: 2px 2px;
    font-weight: bold;
    font-size: 24px;
    font-family: arial;
    width: fit-content;
  }

  .content-products{
    position: relative;
    display:flex;
    flex-direction: row;
    height:auto;
    min-height:1000px;
    width:100%;
    box-sizing: border-box;
    background-color: white;
  }

  #search-name{
    margin: 0 auto;
    font-size: 16px;
  }

  .search-container {
    position: relative;
}


.clear-search {
  display: none; /* Hidden by default, shown via JavaScript */
  position: absolute;
  right: 5px;
  top: 70%;
  transform: translateY(-50%);
  border: none;
  background-color: rgb(100, 100, 100);
  color: white;
  cursor: pointer;
  border-radius: 50%;
  width: 24px;
  height: 24px;
  text-align: center;
  line-height: 24px;
  font-size: 20px;
  padding: 0;
}

.clear-search:hover {
  background-color: darkred;
}


  .filter-sidebar {
    position: relative;
    left: 0;
    top: 0;
    width: 200px;
    background-color: white;
    padding: 20px;
    
    box-sizing: content-box;
  }

  .filter-sidebar h2 {
    font-size: 20px;
    margin-bottom: 20px;
  }
  .filter-option {
    position: relative;
    margin-bottom: 20px;
    width:200px;
  }
  .filter-option input,
  .filter-option select {
    width: 100%;
    padding: 10px;
    margin-top: 5px;
    border-radius: 5px;
  }
  .content {
    margin-left: 220px; /* Adjusted to prevent overlap with the sidebar */
    padding: 20px;
  }
  
  .clear {
    clear: both;
  }

  .filter-title {
    display: block;
    margin-bottom: 10px;
    font-size: 1rem;
    font-weight: 600;
  }
  
  .category-list {
    display: flex;
    flex-direction: column;
  }
  
  .category-item {
    display: inline-block;
    cursor: pointer;
  }
  
  .category-item input[type="radio"] {
    display: none;
  }
  
  .category-item span {
    font-size: 10pt;
    margin-left: 10px;
    font-weight: 400;
    color: inherit;
    text-decoration: none;
    transition: all 0.2s ease;
  }
  
  .category-item input[type="radio"]:checked + span {
    font-weight: 700;
    color: #007BFF;
    text-decoration: underline;
  }

  .category-item:hover span {
    font-weight: 700;
    color: #007BFF;
  }

  input[type='range'] {
    width: 180px;
    height: 30px;
    left:0;
    top:10px;
    padding:0;
    overflow: hidden;
    cursor: pointer;
      outline: none;
  }
  input[type='range'],
  input[type='range']::-webkit-slider-runnable-track,
  input[type='range']::-webkit-slider-thumb {
    -webkit-appearance: none;
      background: none;
  }
  input[type='range']::-webkit-slider-runnable-track {
    width: 180px;
    height: 5px;
    background: #006eff;
    margin:0 auto;
  }
  
  input[type='range']:nth-child(2)::-webkit-slider-runnable-track{
    background: none;
  }
  
  input[type='range']::-webkit-slider-thumb {
    position: relative;
    height: 15px;
    width: 15px;
    margin-top: -5px;
    background: #fff;
    border: 1px solid #006eff;
    border-radius: 25px;
    z-index: 1;
  }
  
  
  input[type='range']:nth-child(1)::-webkit-slider-thumb{
    z-index: 2;
  }
  
  .rangeslider{
      position: relative !important;
      height: 60px;
      width: 200px;
      display: inline-block;
  }
  .rangeslider input{
      position: absolute;
      width: 200px;
  }
  .rangeslider{
      position: absolute;
  }

  canvas#price-histogram{
    width: 200px !important;
}

.pricevalue{
  position: relative;
  left:0;
  font-size: 14px;
}

.product-all{
  width: 100%;
  display: block;
  justify-content: center; /* Centers the .product-list horizontally */
  margin: 0 auto;
}

.product-container {
  display: block;
  justify-content: left; /* Centers the .product-list horizontally */
  justify-items: flex-start; /* Centers the .product-list horizontally */
  padding:20px;
  margin: 0 auto;
}

.product-list {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  justify-content: flex-start; /* Ensures contents of product-list start from center */
}


.product {
  position: relative;
  overflow: hidden;
  border: 1px solid transparent;
  margin: 5px;
  padding: 5px;
  height: 350px; /* Adjust the total height */
  width: 250px; /* Set a fixed width */
  font-size: 12px;
  text-align: center;
  border-radius: 5px;
  transition: border 0.3s ease;
  cursor: pointer;
  background: #fff;
  box-sizing: content-box;
}

.product:hover {
  border: 1px solid #ccc;
}

.image-wrapper{
  margin:0;
}

.product-image {
  width: 250px;
  height: 250px; /* Adjust the image height */
  background-size: cover;
  background-position: center;
  border-radius: 5px;
}

.product-image-container {
  position: relative;
  width: fit-content;
  margin:0;
}

.slider-controls {
  position: absolute;
  top: 50%;
  width: 100%;
  display: flex;
  justify-content: space-between;
  transform: translateY(-50%);
  pointer-events: none;
}

.arrow {
  pointer-events: auto;
  cursor: pointer;
  background-color: rgba(0, 0, 0, 0.1);
  color: white;
  padding: 5px 10px;
}

.prev, .next {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  color: white;
  background-color: rgba(0, 0, 0, 0.3);
  font-weight: bold;
  font-size: 16px;
  transition: opacity 0.6s ease;
  user-select: none;
  opacity: 0;  
}


.next {
  padding-left:5%;
  border-top-left-radius: 50%;
  border-bottom-left-radius: 50%;
}

.prev {
  padding-right:5%;
  border-top-right-radius: 50%;
  border-bottom-right-radius: 50%;
}

.product-image-container:hover .prev,
.product-image-container:hover .next { /* Combine hover effects */
  opacity: 1 ;  
}

.product:hover .dots-container {
  opacity: 1;
}

.dots-container {
  opacity:0;
  transition: opacity 0.3s ease;
  position: absolute;
  text-align: center;
  justify-content: center;
  width: 100%;
  top: 10px;
}

.dot {
  height: 7px;
  width: 7px;
  margin: 0 2px;
  background-color: #a3a3a3;
  border-radius: 50%;
  display: inline-block;
  transition: background-color 0.5s ease;
}

.dot.active {
  background-color: rgb(0,191,243); 
}






.product .product-additional-info .description {
  display: block;
  opacity: 0;
  margin-right:20px;
  text-align: justify;
  max-height:0;
  visibility: hidden;
  transition: opacity 0.3s ease-in-out, visibility 0.3s ease-in-out, max-height 0.5s ease-out !important;
}

.product:hover .product-additional-info .description {
  opacity: 1;
  visibility: hidden;
  max-height:0px;
}



.product-additional-info {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  text-align: left;
  justify-content: center;
  height: fit-content;
  transform: translateY(40%); /* Start hidden below the view */
  transition: transform 0.4s ease-out;
  background: linear-gradient(
  to bottom,
  rgba(255, 255, 255, 0.0) 0%,
  rgba(255, 255, 255, 0.0) 17.5%,
  rgba(255, 255, 255, 0.95) 17.5%,
  rgba(255, 255, 255, 0.95) 100%
);
  padding: 5px;
}

.product-additional-info p, .product-additional-info h4{
  margin: 0 0 5px 20px;
}

.product-additional-info h4 {
  transition: margin 0.3s ease-in-out;
}


.product-additional-info button {
  position:relative;
  display: block;   /* Makes the button a block element */
  margin: 10px auto; /* Automatically adjust margin to center the button horizontally */
  text-align: center; /* Ensures text within the button is centered */
}

#product-details-modal button {
  position:relative;
  display: flex;   /* Makes the button a block element */
  flex-direction: row !important;
  margin: 10px auto; /* Automatically adjust margin to center the button horizontally */
  text-align: center; /* Ensures text within the button is centered */
}

.product:hover .product-additional-info {
  transform: translateY(0%); /* Slide up to cover image partially */
}
.product:hover .product-additional-info h4 {
  margin-top:30px; /* Slide up to cover image partially */
}



.add-to-cart, .add-to-cart-modal{
  font-family: Arial;
  font-weight: bold;
  font-size: 14px;
  color:white;
  background-color: black;
  width:90%;
  max-width:400px;
  padding:10px;
  border:0;
  border-radius: 5px;
  cursor: pointer;
}

.add-to-cart-modal{
  margin-top:50px
}

.sorting-bar {
  text-align: center;
  padding: 10px;
  background-color: #f0f0f0;
}

.sorting-bar button {
  background-color: white; /* Default background */
  color: black;            /* Default text color */
  border: 1px solid #ccc;  /* Light grey border */
  padding: 5px 10px;
  cursor: pointer;
  transition: background-color 0.3s, color 0.3s; /* Smooth transition for background and text color */

}
.sorting-bar button:hover {
  background-color: #e9e9e9;  /* Slightly darker background on hover */
}


.sorting-bar button.active {
  background-color: #007BFF; /* Bootstrap primary blue */
  color: #fff; /* White text */
}



button#apply-filter, button#order-products{
  padding: 3px 10px;
  font-size: 15px;
  color:white;
  background-color: #006eff;
  border:3px solid #006eff;
  border-radius: 15px;
  cursor: pointer;
 }
 
 #apply-filter:hover, #order-products:hover {
  background-color: #e9e9e9;  /* Slightly darker background on hover */
  color:black;
}

button#reset-filter, button#empty-cart {
  font-size: 15px;
  background-color: white;    /* Default background */
  color: black;               /* Default text color */
  border:3px solid #006eff;
  padding: 3px 10px;
  border-radius: 15px;    /* Light grey border */
  cursor: pointer;
  transition: background-color 0.3s, color 0.3s; /* Smooth transition for background and text color */
  margin-right: 20px;
}

#reset-filter:hover, #empty-cart:hover {
  background-color: #e9e9e9;  /* Slightly darker background on hover */
}

#reset-filter.active {
  background-color: #007bff;  /* Blue background for active state */
  color: white;               /* White text when active */
}


.filter-icon{
  display: none;
}
.close-icon{
  display: none;
}


/* Cart Modal */
.modal {
  display: none; /* Hide the modal by default */
  position: fixed;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  overflow-y:scroll;
  overflow-x: hidden;
  background-color: rgba(0, 0, 0, 0.4); /* Black background with transparency */
  z-index: 99999999 !important;
}

.modal-content {
  background-color: #fefefe;
  margin: 2% auto; /* 10% from the top and centered */
  padding: 20px;
  border: 1px solid #888;
  width: 50% !important; /* Could be more or less, depending on screen size */
  
}


.cart-contents{
  justify-content: center !important;
  width: fit-content;
  margin:0 auto;
}


.close-button {
  position: relative;
  color: #000000;
  top:0;
  float:right;
  right:0;
  font-size: 28px;
  font-weight: bold;
  z-index: 999999999999 !important;
}

.close-button2 {
  position: absolute;
  color: #000000;
  top:0;
  right:0;
  margin:10px;
  margin-right: 15px;
  font-size: 40px;
  font-weight: bold;
  z-index: 999999999999 !important;
}

.close-button:hover,
.close-button:focus {
  color: black;
  text-decoration: none;
  cursor: pointer;
}

.close-button2:hover,
.close-button2:focus {
  color: black;
  text-decoration: none;
  cursor: pointer;
}


.button-container {
  display: flex;
  justify-content: center;
  margin-top: 20px; /* Adjust as needed */
}

.button-container button {
  margin: 0 10px; /* Adjust as needed */
}

.cart-icon {
  position: fixed;
  font-family: Arial, Helvetica, sans-serif;
  font-size: 1.2em;
  top: 10px;
  right: 10px;
  background-color: #006eff;
  border-radius: 5%;
  color: white;
  padding: 5px 10px;
  cursor: pointer;
  z-index: 9999999 !important;
}

@keyframes pulse {
  0% {
      transform: scale(1); /* Original size */
  }
  50% {
      transform: scale(0.8); /* Scale up by 20% */
  }
  100% {
      transform: scale(1); /* Return to original size */
  }
}

.cart-icon {
  display: inline-block;
  transition: transform 0.3s ease;
  /* Apply the animation to the cart icon when the class 'animate' is added */
}

.cart-icon.animate {
  animation: pulse 0.6s ease;
}

.cart-item {
  display: flex;
  justify-content: center;
  align-items: left;
  width: fit-content;
  margin-bottom: 5px;
}


.product-price {
  margin-left: 10px;
}

.remove-item {
  margin-left: 10px;
  background-color: #ff0000;
  color: #ffffff;
  border: none;
  border-radius: 5px;
  padding: 5px 10px;
  cursor: pointer;
}




/* Align form contents to the left */
#order-form {
  margin-top:25px !important;
  border-top:2px solid black;
  display: none; /* Initially hide the form */
  width: 400px !important; /* Set width of the form container */
  text-align: center; /* Align form contents to the left */
  justify-content: center;
  margin:0 auto;
}

#order-form-container{
  display: none;
  text-align: left !important;
  flex-direction: column;
  padding-top:25px;
  
  width:304px !important;
  margin:0 auto;
}

/* Style form inputs */
#order-form input,
#order-form textarea {
  width: 100%;
  padding: 5px;
  margin-bottom: 10px;
  box-sizing: border-box;
}

#order-form-container button[type="submit"] {
  display: block;      /* Makes the button a block-level element */
  margin: 0 auto;      /* Applies automatic margins to left and right */
  width: fit-content;  /* Ensures the button width is based on its content */
  font-size: 15px;
  background-color: #006eff;    /* Default background */
  color: white;               /* Default text color */
  border:3px solid white;
  padding: 8px 10px;
  border-radius: 15px;    /* Light grey border */
  cursor: pointer;
  transition: background-color 0.3s, color 0.3s; /* Smooth transition for background and text color */
  transition: border 0.3s, color 0.5s; /* Smooth transition for background and text color */
}

#order-form-container button[type="submit"]:hover{
  background-color: #19c536;  
  border:3px solid #19c536;
}


#order-warning{
  margin-top: 10px;
  text-align: center;
}

.form-row {
  display: flex; /* Makes children (form-group) elements line up horizontally */
  align-items: center; /* Aligns children vertically in the middle */
  gap: 10px; /* Adds space between the two form elements */
}

.form-group {
  flex: 1; /* Each form group will take equal space */
}

#country, #postal-code {
  width: 100%; /* Makes the select box and input field take full width of their parent */
  height: 29px; /* Sets a specific height for easier form control */
  padding: 4px 8px; /* Adds some padding inside the select box and input field */
  border: 1px solid #ccc; /* Adds a border to the select box and input field */
  border-radius: 4px; /* Optionally adds rounded corners */
  margin-bottom: 10px;
}

label {
  display: block; /* Ensures the label is on a new line */
}

.g-recaptcha{
  align-items: center !important;
  justify-content: center !important;
  margin:0 auto !important;
  width: 300px !important;
  z-index: 10000;
}


#product-details-modal {
  position: absolute;
  z-index: 999999999999999 !important;
  background-color: white;
  border: 1px solid black;
  box-shadow: 0px 0px 10px rgba(0,0,0,0.5);
  box-sizing: border-box !important;
}

#product-details-modal img {
  width: 100%; /* Make the image responsive within the modal */
}

.product-image-container{
  display: flex;
  flex-direction: column;
  top:0;
  left:0;
  height:auto !important;
}


.large-image-container {
  flex: 1;
  background-size: cover;
  background-position: center;
  width: 650px;
  height: 650px;
  cursor: pointer; /* Indicates the image can be clicked */
  overflow: hidden; /* Keeps the zoomed image within bounds */
}

.zoomed {
  transform: scale(1.5); /* Example zoom level */
  transition: transform 0.3s ease; /* Smooth transition for zoom effect */
}

.overlay {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.5);
  z-index: 999;
  box-sizing: border-box !important;
}

.order1 {
  display: flex;
  width:fit-content;
  flex-direction: column;
  margin: 0 auto;
  margin-left:50px;
}

.order3 {
  display: flex;
  flex-direction: column;
  margin-top: 10px;
  justify-content: space-between;
}

.size-and-quantity {
  display: flex;
  flex-direction: column;
  margin-right:50px;
}

.product-size {
  padding: 5px;
}

.quantity{
  display:flex;
  flex-direction: column;
  align-items: left;
}

.quantity p{
  margin:10px 0 0 0 !important;
}

.size p{
  margin:0px;
}

.quantity-selector {
  display:inline-flex !important;
  align-items: center;
  padding:0;
}

.quantity-minus, .quantity-plus {
  background-color: #eee;
  border: 1px solid #ccc;
  cursor: pointer;
  padding:5px;
  margin:0 !important;
}

.quantity-input {
  width: 50px;
  padding:5px;
  text-align: center;
  border: 1px solid #ccc;
}















body {
  font-family: Arial, sans-serif;
  line-height: 1.6;
  background-color: #ffffff;
  color: #333;
}

li {
  display: inline-block;
  padding: 0;
  margin-top: 0;
  margin-bottom: 0;
  text-align: center;
  box-sizing: border-box;
}

.flag-icon{
  width:15px;
}

li a, .dropbtn {
  display: block;
  color: black;
  font-weight: bold;
  text-align: center;
  padding: 14px 12px;
  font-size: 14px;
}


.logo-img {
  width: 200px; /* or whatever size you want */
  height: auto; /* maintain aspect ratio */
}

.container {
  width: 90%;
  max-width: 1200px;
  margin: auto;
  padding: 1rem;
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.container2 {
  width: 90%;
  max-width: 1200px;
  margin: auto;
  padding: 1rem;
  display: flex;
  align-items: top;
  justify-content: space-between;
}

.container3 {
  width: 90%;
  max-width: 1200px;
  margin: auto;
  padding: 1rem;
  display: flex;
  align-items: center;
  justify-content: space-between;
  background-color:#f9f9f9;
}

.container4 {
  width: 90%;
  max-width: 800px;
  margin: auto;
  padding: 1rem;
  display: flex;
  align-items: center;
  justify-content: space-between;
  background-color:#f9f9f9;
}


.logo {
  position: relative;
  display: inline-block;
}

.logo-img {
  position: relative;
  z-index: 1; /* ensures it sits above the background */
}

.logo span {
  color: #0073e6;
}

nav ul {
  list-style: none;
  display: flex;
  gap: 0.2rem;
}

nav a {
  text-decoration: none;
  color: #333;
  font-weight: bold;
}

.dropbtn {
  border-bottom: 2px solid transparent;
  transition: border-bottom 0.3s;
  z-index: 1;
}

.dropbtn-current {
  border-bottom: 2px solid #0073e6;
}

.dropbtn:hover {
  border-bottom: 2px solid #0073e6;
}

a.lang-link {
  gap: 5px;
}

/* Container for the dropdown */
.dropdown {
  position: relative; /* Ensures the dropdown content is positioned relative to the language icon */
}

/* Hidden by default */
.dropdown-content {
  display: none;
  position: absolute;
  top: 100%; /* Appears directly below the dropdown */
  background-color: #f9f9f9;
  border-radius: 0px;
  box-shadow: 0 8px 16px rgba(0, 0, 0, 0.1);
  z-index: 9999; /* Ensures it's above the header */
  min-width: 50px;
  padding: 10px;
}

/* Show on hover */
.dropdown:hover .dropdown-content {
  display: block;
}

/* Styling the language entries */
.dropdown-content .lang a {
  display: flex;
  align-items: center;
  padding: 10px 10px;
  color: black;
  text-decoration: none;
}

.dropdown-content .lang a:hover {
  background-color: #ffc446;
  border-radius: 5px;
}


.hero {
  display: flex;
  justify-content: space-between;
  align-items: top;
  padding: 2rem 1rem;
  background-color: #f9f9f9;
  text-align: center;
}

.hero-text h2 {
  font-size: 2.5rem;
  color: #111;
}

.hero-text h3 {
  padding:1rem;
  text-align: center;
  font-size: 1.7rem;
  color: #0073e6;
}

.hero-text p {
  font-size: 1.2rem;
  margin-top: 1rem;
}

.hero-image img {
  max-width: 200px;
  height: auto;
  margin-right:50px;
  margin-left:50px;
}

.button-wrapper {
  margin-top: 2rem;
}

.quote-button {
  background-color: #007bff;
  color: white;
  padding: 10px 20px;
  border-radius: 25px;
  font-size: 25px;
  font-weight: bold;
  text-decoration: none;
  transition: background-color 0.3s, color 0.3s;
  border: 2px solid transparent;
}

.quote-button:hover {
  background-color: white;
  color: #007bff;
  border: 2px solid #007bff;
}

.contact-form {
  padding: 2rem 1rem;
  background-color: #fff;
  text-align: center;
}

.contact-form h2 {
  margin-bottom: 1rem;
  color: #111;
}

.contact-form form {
  display: flex;
  flex-direction: column;
  gap: 1rem;
  max-width: 500px;
  margin: auto;
}

.contact-form input,
.contact-form textarea {
  padding: 0.75rem;
  border: 1px solid #ccc;
  border-radius: 5px;
  font-size: 1rem;
}

.contact-form button {
  padding: 0.75rem;
  border: none;
  background-color: #0073e6;
  color: #fff;
  font-size: 1rem;
  cursor: pointer;
  border-radius: 5px;
}

.info-columns {
  display: flex;
  justify-content: space-around;
  padding: 2rem 5rem;
  background-color: #f1f1f1;
  text-align: center;
}

.info {
  max-width: 300px;
}

.info-link {
  text-decoration: none;
  color: inherit;
  display: block;
  transition: border 0.3s;
  border: 3px solid transparent;
  border-radius: 10px;
}

.info-link:hover {
  border: 3px solid #007bff;
}


.prev, .next {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  font-size: 15px;
  cursor: pointer;
  color: white;
  background-color: rgb(148, 148, 148, 90%);
  padding: 5px 10px 5px 10px;
  border: none;
  outline: none;
  user-select: none;
}

.prev:hover, .next:hover {
  background-color: rgb(0, 191, 243);
}

.prev {
  left: 0;
}

.next {
  right: 0;
}

.dot_1_slider1.active {
  background-color: rgb(0, 191, 243);
}

@media only screen and (max-width: 600px) {
   
  .cart-icon{
    font-size: 1.5rem;
  }

.filter{
    background-color: black !important;
}

.filter-icon{
    display: flex;
    position: fixed;
    top: 25%;
    left: 0;
    font-size: 24px;
    cursor: pointer;
    padding: 10px;
    padding-right: 15px;
    height:50px;
    border-top-right-radius: 10px;
    border-bottom-right-radius: 10px;
    padding-left:15px; 
    background: rgba(81, 232, 255, 0.4); /* semi-transparent black */
    backdrop-filter: blur(8px);     /* applies a smooth blur effect */
    -webkit-backdrop-filter: blur(8px); /* for Safari support */
    color: #000000;
    z-index: 999991;
}

.close-icon{
    display: none;
    position: fixed;
    top: 25%;
    left: 0;
    font-size: 30px;
    cursor: pointer;
    padding: 10px;
    padding-right: 15px;
    border-top-right-radius: 10px;
    border-bottom-right-radius: 10px;
    padding-left:20px;
    background: rgba(81, 232, 255, 0.4); /* semi-transparent black */
    backdrop-filter: blur(8px);     /* applies a smooth blur effect */
    -webkit-backdrop-filter: blur(8px); /* for Safari support */
    color: #000000;
    z-index: 999991;
  }

  .filter-sidebar {
    position: fixed;
    top: 0;
    left: 0;
    height: 100%;
    background: rgba(255, 255, 255, 0.4); /* semi-transparent black */
    backdrop-filter: blur(8px);     /* applies a smooth blur effect */
    -webkit-backdrop-filter: blur(8px); /* for Safari support */
    color: #000000;
    font-weight: bold;
    z-index: 99999;
    padding: 20px;
    box-sizing: border-box;
    transition: transform 1s ease;
    transform: translateX(-100%);
    width: 100%;
    display: flex;
    flex-direction: column;
    justify-content: center; /* Centers the content vertically */
    align-items: center; /* Centers the content horizontally */
    text-align: left; /* Centers text elements */
}


.product-container {
    width: 100%;
    transition: margin-left 1s ease;
}

.filter-sidebar.open {
    transform: translateX(0%);
    overflow-y: none !important;
}

.filter-option{
    margin:0 auto !important;
  } 

  .product-container{
    justify-content: center !important;
    width: 100%;
    padding: 0;
    padding-top: 20px;
    margin:0 auto !important;
  } 

.product-list{
    justify-content: center !important;
    width: 100%;
    margin:0 auto !important;
  } 

  .product{
    width:300px !important;
    height:100% !important;
  } 
  .product-image{
    width:300px !important;
    height:300px !important;
  } 
  .product-image-container{
    flex-direction: column !important;
    width:300px !important;
    height:400px !important;
  } 

.modal-content {
    width: 100% !important;
    height: 100% !important;
    padding: unset;
    margin:unset;
    padding-bottom: 25px !important;
  } 


  .modal-content h2{
    justify-content: center;
    margin:20px;
    text-align: center;
  } 

  .close-button{
    font-size: 35px;
    margin-top:10px;
    margin-right:30px;
  } 

  h2{
    font-size: 24px;
    justify-content: center;
    align-self: center;
    margin:0 auto;
  } 

  canvas#price-histogram{
    margin-top:5px;
    width: 200px !important;
  } 

  #filter-price-max, #filter-price-min{
    width: 200px !important;
  }

  .filter-option select{
    font-size: 14px;
    height:39px !important;
  }

 
  .product-details-modal{
    flex-direction: column !important;
    justify-content: center;
    align-items: center;
    height: 100% !important;
    padding:0 !important;
    padding-top: 20px !important;
    padding-bottom: 20px !important;
    margin: 0 auto;
    z-index: 999999999999999999999 !important;
  } 

  .product-details-modal .product-image-container{
    width:70% !important;
    height:100% !important;
    flex-direction: column !important;
    margin: 0 auto !important;
  } 

  .product-image-small{
    width:300px !important;
    height:300px !important;
    margin: 0 auto !important;
  } 

  .image-wrapper{
    width:100% !important;
    height:fit-content !important;
    flex-direction: column !important;
    margin: 0 auto !important;
  } 

  .large-image-container{
    display:none !important;
  } 

  .product-image {
    width:100% !important;
  } 

  .order1{
    flex-direction: column;
    width:70%;
    margin: 25px auto;
  } 
  .order1 h2, .order1 .add-to-cart-modal{
    text-align: center;
    justify-content: center;
    width:70%;
    margin:0 auto !important;
  } 

  .order1 h2{
    font-size: 1.5em !important;
  }


  .order2{
    width:70% !important;
  } 

  .order3{
    flex-direction: column;
  } 


  .order1 .add-to-cart-modal{
    margin-top:50px !important;
    margin-bottom:50px !important;
  }

  button#submit-button{
    margin-bottom:25px !important;
  }

  .modal-content{
    height:100% !important;
    background-color: white;
  }

  #order-form{
    height:auto !important;
    background-color: white;
  }

  label{
    margin-top: 10px !important;
  }

  .close-button2{
    position: absolute;
    font-size: 35px;
    margin-right:20px !important;
    z-index: 99999999999999999999 !important;
  }

  .product-size{
    height:29px;
    font-size: 16px !important;
}

#country{
  font-size: 16px;
} 
  .sort-button{
  font-size: 16px;
  }
  .quantity-minus, .quantity-input, .quantity-plus{
    font-size: 16px !important;
}

  .prev, .next {
    position: absolute;
    top: 40%;
    transform: translateY(-50%);
}

}

@media only screen and (max-width: 1000px) {

.large-image-container{
width:400px !important;
height:400px !important;
} 
}   
  