button[disabled] {
    cursor: default;
    background-color: lightgray;
}

.loading-spinner {
    width: 48px;
    height: 48px;
    margin-left: calc(50% - 24px);
    border: 5px solid black;
    border-bottom-color: transparent;
    border-radius: 50%;
    display: inline-block;
    box-sizing: border-box;
    animation: rotation 1s linear infinite;
}

@keyframes rotation {
    0% {
        transform: rotate(0deg);
    }
    100% {
        transform: rotate(360deg);
    }
}

.product-listing {
    padding: 0px;
}

.product-listing .modal {
    display: none;
    position: fixed; 
    z-index: 1; 
    left: 0;
    top: 0;
    width: 100%; 
    height: 100%; 
    overflow: auto; 
    background-color: rgb(0,0,0); 
    background-color: rgba(0,0,0,0.4); 
  }

  .product-listing .modal .close-modal {
      color: #aaaaaa;
      float: right;
      font-size: 28px;
      font-weight: bold;
    }
    
    .product-listing .modal .close-modal:hover {
      color: #000;
      text-decoration: none;
      cursor: pointer;
    }

  .product-listing .modal-content, .form-content {
    background-color: #fefefe;
    position: relative;
    margin: auto;
    padding: 20px;
    top: 5%;
    border: 1px solid #888;
    width: 10%;
    text-align: left;
  }

  .product-listing .modal-content {
    min-width:275px;
  }
  
.product-listing-filter-submit {
    margin-top: 20px;
}

.product-listing-prev-page, .product-listing-filter-btn, .product-listing-next-page, .product-listing-filter-submit {
    width: 100%;
    /*padding: 10px !important;
    background: transparent !important;
    border: 2px solid #fff !important;
    cursor: pointer !important;*/
    margin-left: auto;
    margin-right: auto;
    /*border-color: #3f444b !important;
    color: #3f444b !important;*/
}
.product-listing-prev-page:hover, .product-listing-filter-btn:hover, .product-listing-next-page:hover, .product-listing-filter-submit:hover {
  background-color: #e2e2e2;
}

.product-carousel {
    position: relative;
    overflow: hidden;
    width: 100%;
}

.product-carousel .product-content {
    display: flex;
    overflow-x: auto; /* Enables horizontal scrolling */
    flex-wrap: nowrap; /* Ensures items stay in a single row */
}

.product-carousel-prev, .product-carousel-next {
    height: 100%;
    z-index: 100;
    position: absolute;
}

.block-product-container {
    padding: 7px !important;
}

.block-product {
    border: 1px solid #eaeaea;
    padding: 0px;/*10px;*/
    text-align: center;
    background-color: #fff;
    box-shadow: 0 1px 3px rgba(0, 0, 0, 0.1);
}

.block-product .product-info-wrapper {
    position: absolute;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    padding: 0 7px;
    bottom: 8px;
    left: 0;
    width: 100%;
    background-color: white;
    opacity: 80%;
}

.block-product .product-info-title {
    margin: 2px 0px 0px 0px;
    font-size: 1em;
    color: black;
}

.block-product .image-wrapper {
    position: relative;
    width: 100%;
    padding-bottom: calc(100% * (2400 / 1700)); /* Aspect ratio based on 1700x2400 */
    overflow: hidden;
}

.block-product .image-wrapper img,
.block-product .image-wrapper video {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block;
}
/*
.block-product img {
    margin: 0px;
    max-width: 100%;
    height: auto;
    display: block;
    margin: 0 auto 10px;
}*/

.block-product h2 {
    font-size: 1.2em;
    margin: 10px 0;
}

.block-product p {
    margin: 0 0 2px 0;
    font-size: 0.9em;
    font-family: "Lato", sans-serif;
}

.block-product p.price {
    color: #b12704;
    /*font-weight: bold;*/
}

.product-single-wrapper {
    position: relative;
    margin: 45px auto;
  }
  .product-single-wrapper::after {
    clear: both;
    content: "";
    display: table;
  }
  .product-single-wrapper .product-info-wrapper {
    position: relative;
    font-size: 14px;
  }
  .product-single-wrapper .product-info-wrapper::after {
    clear: both;
    content: "";
    display: table;
  }
  .product-single-wrapper .product-info-wrapper .product-info-inner {
    position: relative;
    width: 100%;
    float: left;
  }
  .product-single-wrapper .product-info-wrapper p {
    margin: 0;
    line-height: 1.5em;
  }
  .product-single-wrapper .product-info-wrapper h2 {
    font-size: 24px;
    font-weight: bold;
    margin: 0 0 15px;
  }
  .product-single-wrapper .product-info-wrapper .at-designer {
    margin-top: 0;
    margin-bottom: 10px;
  }
  .product-single-wrapper .product-info-wrapper .at-designer .d-label {
    font-weight: bold;
  }
  .product-single-wrapper .product-info-wrapper .at-shown-with .d-label {
    font-weight: bold;
    display: block;
  }
  .product-single-wrapper .product-info-wrapper .at-shown-with.at-with-margin-top {
    margin-top: 10px;
  }
  .product-single-wrapper .product-info-wrapper h3 {
    font-size: 18px;
    font-weight: bold;
    margin-bottom: 0 0 10px 0;
  }
  .product-single-wrapper .product-info-wrapper .controls-wrapper {
    position: relative;
    margin: 15px 0;
  }
  .product-single-wrapper .product-info-wrapper .controls-wrapper::after {
    clear: both;
    content: "";
    display: table;
  }
  .product-single-wrapper .product-info-wrapper .controls-wrapper a {
    display: block;
    width: 100%;
    max-width: 320px;
    font-size: 16px;
    text-transform: uppercase;
    /* padding: 10px !important; */
    /* background: transparent; */
    /* border: 2px solid #fff !important; */
    cursor: pointer !important;
    /* border-color: #3f444b !important; */
    /* color: #3f444b; */
    /* line-height: 16px; */
    text-align: center;
    margin: 15px 0 0;
    /* transition: background-color ease 0.3s; */
    /* border-radius: 5px; */
  }
  .product-single-wrapper .product-info-wrapper .controls-wrapper a.btn-red {
    background-color: #972030 !important;
    color: #fff !important;
    box-shadow: rgb(66 35 35 / 40%) 0 2px 4px, rgb(66 35 35 / 30%) 0 7px 13px -3px, #732222 0 -3px 0 inset;
  }
  .product-single-wrapper .product-info-wrapper .controls-wrapper a .fa {
    font-size: 14px;
  }
  .product-single-wrapper .product-info-wrapper .controls-wrapper a:hover {
    text-decoration: none;
    background-color: #e2e2e2;
  }
  .product-single-wrapper .product-info-wrapper .controls-wrapper .pricing-value .price-label {
    font-weight: bold;
  }
  .product-single-wrapper .product-info-wrapper .controls-wrapper .pricing-value .price-number {
    text-decoration: line-through;
  }
  .product-single-wrapper .product-info-wrapper .controls-wrapper .pricing-final-value .price-label {
    font-weight: bold;
  }
  .product-single-wrapper .product-info-wrapper .controls-wrapper .pricing-final-value .price-number {
    /* */
  }

  .product-single-wrapper .product-info-wrapper .package-section {
    
  }

  .product-single-wrapper .product-info-wrapper .package-section h3 {
    
  }

  .product-single-wrapper .product-info-wrapper .package-section .package-item {
    
  }

  .product-single-wrapper .product-info-wrapper .package-section .package-info {
    
  }

  .product-single-wrapper .product-info-wrapper .package-section .product-title {
    
  }

  .product-single-wrapper .product-info-wrapper .package-section .product-description {
    
  }

  .product-single-wrapper .product-info-wrapper .package-section .product-price {
    
  }

  .product-single-wrapper .product-info-wrapper .package-section .package-options {
    
  }

  .product-single-wrapper .product-info-wrapper .package-section .size-select {
    padding: 5px;
  }

  .product-single-wrapper .product-info-wrapper .package-section .quantity-input {
    width: 60px !important;
    padding: 5px;
    text-align: center;
  }

  .product-single-wrapper .product-info-wrapper .package-section button {
    pointer-events: all;
    padding: 10px 20px;
    font-size: 16px;
    border: 2px solid transparent;
    transition: transform 0.2s ease, box-shadow 0.2s ease;
  }
 
  .product-single-wrapper .product-info-wrapper .package-section button:active {
    transform: scale(1); /* Ensure no shrinkage */
    box-shadow: none;    /* Remove any shadow when clicked */
  }

  .product-single-wrapper .product-info-wrapper .package-section .disabled-item {
    background-color: #f0f0f0; /* Light gray background */
    opacity: 0.6; /* Slightly transparent */
    pointer-events: none; /* Disable clicks or interactions */
  }

  .product-single-wrapper .product-info-wrapper .package-section .restore-item {
    background-color: green;
    color: white;
    border-radius: 5px;
  }

  .product-single-wrapper .product-info-wrapper .package-section .delete-item {
    padding: 5px 10px 5px 10px;
    border-radius: 5px;
  }

  .product-single-wrapper .product-info-wrapper .specification-list {
    position: relative;
    margin: 0;
    padding: 0;
    list-style: none;
  }
  .product-single-wrapper .product-info-wrapper .specification-list > li {
    position: relative;
    padding-left: 15px;
  }
  .product-single-wrapper .product-info-wrapper .specification-list > li:before {
    content: "";
    font-family: "FontAwesome";
    position: absolute;
    left: 0;
    top: 0;
  }
  .product-single-wrapper .product-info-wrapper .sharing-wrapper {
    position: relative;
    max-width: 320px;
    text-align: center;
    margin: 30px 0;
  }
  .product-single-wrapper .product-info-wrapper .sharing-wrapper .s-label {
    font-style: italic;
  }
  .product-single-wrapper .product-info-wrapper .sharing-wrapper .sharing-icons a {
    display: inline-block;
    font-size: 26px;
    margin: 7px;
    -webkit-transition: color ease 0.3s;
    -moz-transition: color ease 0.3s;
    transition: color ease 0.3s;
  }
  .product-single-wrapper .product-info-wrapper .sharing-wrapper .sharing-icons a:hover {
    text-decoration: none;
    color: #000;
  }
  .product-single-wrapper .image-wrapper {
    position: relative;
    width: 100%;
    max-width: 446px;
    margin: 0 auto;
  }
  .product-single-wrapper .image-wrapper::after {
    clear: both;
    content: "";
    display: table;
  }
  @media screen and (min-width: 800px) {
    .product-single-wrapper .image-wrapper {
      float: left;
      margin: 0;
    }
  }
  .product-single-wrapper .image-wrapper .similar-styles-wrapper {
    position: relative;
    margin-top: 15px;
  }
  .product-single-wrapper .image-wrapper .similar-styles-wrapper .image-list {
    margin: 0 -7px;
  }
  .product-single-wrapper .image-wrapper .similar-styles-wrapper .image-list::after {
    clear: both;
    content: "";
    display: table;
  }
  .product-single-wrapper .image-wrapper .similar-styles-wrapper .image-list > a {
    float: left;
    width: 25%;
    padding: 0 7px;
    display: block;
    line-height: 0;
    margin-bottom: 10px;
  }
  .product-single-wrapper .image-wrapper .similar-styles-wrapper .image-list > a > img {
    display: block;
    width: 100%;
    height: auto;
  }
  .product-single-wrapper .image-wrapper .similar-styles-wrapper h4 {
    font-weight: bold;
    font-size: 16px;
  }
  .product-single-wrapper .image-wrapper + .product-info-wrapper {
    padding-top: 60px;
    clear: left;
    max-width: 446px;
    margin: 0 auto;
  }
  @media screen and (min-width: 800px) {
    .product-single-wrapper .image-wrapper + .product-info-wrapper {
      clear: none;
      padding-top: 0;
      margin: 0;
      margin-left: 476px;
      max-width: none;
    }
  }