@media (max-width: 767px){
    .sidebar__banner  {
        display: none;
    }
}

.owl-carousel .item .mini-product__header--title a {
  font-size: 14px;
}

.owl-carousel .item .mini-product__header--title {
  height: 60px;
}

.owl-carousel .item .mini-product__thumb {
  height: 150px;
}

.owl-carousel .item .mini-product__thumb img {
  max-height: 100px;
}

#Viewed .title{
  font-size: 16px;
}

#Viewed hr {
    margin: 20px 0 10px 0;
}
    .btn.btn-secondary {
      color: #162a35;
      height: 34px;
    }
    .modal {
      display: none;
      position: fixed;
      z-index: 1000;
      left: 0; top: 0;
      width: 100%; height: 100%;
      overflow: auto;
      background-color: rgba(0,0,0,0.4);
    }

    .modal-content {
      background-color: #fff;
      margin: 15% auto;
      padding: 20px;
      border-radius: 8px;
      width: 80%;
      max-width: 400px;
      box-shadow: 0 4px 8px rgba(0,0,0,0.2);
      position: relative;
    }

    .modal-header {
      display: flex;
      align-items: center;
      gap: 10px;
      font-weight: bold;
      font-size: 18px;
      margin-bottom: 16px;
    }

    .modal-header img {
      width: 40px;
      max-height: 60px;
    }

    .modal-actions {
      display: flex;
      justify-content: space-between;
      margin-bottom: 24px;
    }

    .free-shipping-bar {
      margin-bottom: 24px;
      position: relative;
    }

    .progress-bar {
      height: 12px;
      background: #204050;
      border-radius: 6px;
      width: 0%;
      margin-bottom: 8px;
      position: relative;
      z-index: 1;
    }

    .progress-bar-background {
      height: 12px;
      background: #D9D9D9;
      border-radius: 6px;
      width: 100%;
      margin-bottom: 8px;
      position: absolute;
      top: 0;
    }

    .shipping-info {
      display: flex;
      align-items: center;
      gap: 8px;
      font-size: 14px;
    }

    .gift-box-text,
    .shipping-box-text {
      display: flex;
    }

    .gift-icon {
      width: 16px;
      height: 16px;
    }

    .is-gift-available,
    .is-shipping-available
    {
      margin-right: 8px;
    }

    .shipping-box-text {
      margin-left: auto;
    }

    .cross-sell h3 {
      margin: 24px 0 12px;
      font-size: 18px;
      border-top: 1px solid #ccc;
      padding-top: 12px;
    }

    .cross-sell-item {
      display: flex;
      align-items: center;
      padding: 12px 0;
      border-bottom: 1px solid #eee;
      color: #264759;
    }

    .cross-sell-item-link:nth-child(odd) .cross-sell-item {
      background-color: #F1F1F1;
    }

    .product-image {
      width: 60px;
      height: auto;
      margin-right: 16px;
    }

    .product-info {
      display: flex;
      justify-content: space-between;
      width: 100%;
      align-items: center;
    }

    .product-name {
      font-size: 15px;
    }

    .product-price {
      text-align: right;
    }

    .in-stock {
      background: #8cc63f;
      color: white;
      padding: 2px 8px;
      font-size: 12px;
      border-radius: 4px;
      display: inline-block;
      margin-top: 4px;
    }

    .close {
      position: absolute;
      top: 10px;
      right: 15px;
      color: #aaa;
      font-size: 24px;
      font-weight: bold;
      cursor: pointer;
    }

    .close:hover {
      color: #000;
    }

    #addToCartModal .btn-go-to-cart {
      padding-left: 8px;
    }

    #addToCartModal .btn-go-to-cart > span {
      margin-left: 8px;
    }

    #cart_gift-and-shipping-free {
      width: 500px;
      padding: 0 10px;
    }

    @media (max-width: 767px) {
      .modal-actions {
        flex-direction: column;
        gap: 8px;
      }

      .modal-actions button {
        width: 100%;
      }

      .modal-header {
        font-size: 16px;
      }

      .product-name {
        font-size: 14px;
      }

      .product-price {
        font-size: 14px;
      }

      .shipping-info {
        flex-direction: column;
        align-items: flex-start; 
        gap: 6px; 
      }

      .shipping-info span {
        display: inline-block;
      }

      .shipping-box-text {
        margin: 0;
      }

      #addToCartModal .btn {
        justify-content: center;
      }

      .gift-box-text,
      .shipping-box-text {
        justify-content: center;
        width: 100%;
      }
    }

    @media (max-width: 480px) {
      .modal-content {
        width: 90%;
        margin: 10% auto;
        padding: 16px;
      }

      .product-image {
        width: 50px;
      }

      .modal-header img {
        max-height: 50px;
      } 

      #cart_gift-and-shipping-free {
        width: 100%;
        padding: 0 20px;
      }
    }

    .orderGiftList {
      display: flex;
      flex-flow: row wrap;
      margin: 10px 0;
    }

    .orderGiftList li {
      background: white;
      width: 250px;
      height: 300px;
      margin: 10px;
      padding: 10px;
      cursor: pointer;
    }

    .orderGiftList li img {
      max-width: 200px;
      max-height: 100px;
    }
    
    .orderGiftList li label {
      cursor: pointer;
    }
    
    .orderGiftList li label span {
      display: block;
    }

    .orderGiftList label img {
      display: block;
      margin-left: auto;
      margin-right: auto;
    }

    .orderGift .name {
      font-size: 16px;
      font-weight: bold;
      color: #264759;
      height: 40px;
    }

    .orderGift .description {
      margin-top: 15px;
      height: 100px;
    }

    .orderGiftList.disabled li {
      opacity: 0.5; 
      pointer-events: none;
      filter: grayscale(100%);
}

 .sidebar.category-menu ,
 .sidebar.user-menu {
    display: none;
 }

 .sidebar.category-menu.open,
 .sidebar.user-menu.open {
    display: block;
 }

 .px-8 {
    padding: 0 8px !important;
 }


#custom-select-city .dropdown-menu {
    left: 0;
    width: 164px;
}

#appCart .loading {
  font-size: 30px;
  padding-bottom: 10px;
}

/*Disable progressbar*/
.free-shipping-bar {
    display: none;
}