/* XX-Large devices (larger desktops, 1400px and up) */
@media (min-width: 1800px) {
}

/* X-Large devices (large desktops, less than 1400px) */
@media (max-width: 1399.98px) {
}

/* X-Large devices (large desktops, less than 1300px) */
@media (max-width: 1299.98px) {
}

/* Large devices (desktops, less than 1200px) */
@media (max-width: 1199.98px) {
  .lightbox-portfolio .swiper-container-vertical > .swiper-wrapper {
    max-height: 448px;
  }
  .product-details-container {
    padding-left: 30px;
  }
  .cart-amount-container {
    padding: 30px;
  }
  .map-wrapper {
    height: 400px;
  }
}

/* Medium devices (tablets, less than 992px) */
@media (max-width: 991.98px) {
  .swiper-container.banner-slider {
    margin-top: 30px;
    height: calc(100vh - 450px) !important;
  }
  .home-categories-card img {
    width: 130px;
    height: 130px;
  }
  .testimonial-image {
    height: 360px;
  }
  .product-section {
    padding-top: 60px;
  }
  .shop-sidebar-desktop {
    display: none;
  }
  .single-product-lightbox {
    right: 20px;
  }
  .product-image-thumb {
    margin-top: 20px;
  }
  .single-product-thumb .swiper-slide img {
    object-position: top;
  }
  .product-image-thumb .swiper-slide {
    height: 175px !important;
  }
  .product-details-container {
    margin-top: 60px;
    padding-left: calc(var(--bs-gutter-x) * 0.5);
  }
  .cart-products tr {
    display: block;
    background: none;
    overflow: hidden;
    position: relative;
    padding-left: 80px;
    margin-bottom: 20px;
    padding-bottom: 20px;
    border-bottom: 1px solid #e8e8e8;
  }
  .cart-products .product-thumbnail {
    top: 0;
    overflow: hidden;
    text-align: left;
    display: inline-block;
    position: absolute;
    width: 80px;
    left: 0;
  }
  .cart-products .product-thumbnail,
  table.cart-products tbody tr:first-child td {
    padding-top: 5px;
  }
  .cart-products .product-name {
    padding-top: 0;
    text-align: left;
    padding-right: 25px;
    padding-bottom: 5px;
  }
  .cart-products td.product-name .prod-name {
    width: 100%;
    font-size: 14px;
    line-height: 22px;
    margin-bottom: 7px;
  }
  .cart-products td.product-name .stock-status {
    margin-top: 0;
  }
  .cart-products .product-name .variation {
    float: none;
    display: block;
    font-size: 13px;
  }
  .action-button-wrapper {
    margin-top: 0;
    flex-wrap: wrap;
    min-width: 100%;
    position: relative;
  }
  .cart-products td.product-subtotal {
    display: flex;
    min-width: 100%;
  }
  .cart-products td:last-child {
    margin: 0;
    padding-bottom: 0;
  }
  .cart-products td {
    border: none;
  }
  .cart-products td.product-name .eligibility {
    margin-left: 5px;
    padding-left: 12px;
  }
  .alert.alert-info {
    margin-bottom: 40px;
  }
  .add-card {
    margin-top: 50px;
  }
  .my-account-ul li {
    padding: 10px 20px;
  }
}

/* Small devices (landscape phones, less than 768px) */
@media (max-width: 767.98px) {
  .home-categories-card img {
    width: 100px;
    height: 100px;
  }
  .home-categories-card h5 {
    font-size: 16px;
  }
  .inner-banner-img {
    min-height: 150px;
  }
  .inner-banner-img img {
    height: 100%;
    object-fit: cover;
  }
  .common-tab .nav-link {
    padding: 8px 15px;
  }
  .common-tab .nav-link::before {
    left: 15px;
  }
  .common-tab .nav-link.active::before,
  .common-tab .nav-link:hover::before {
    width: calc(100% - 30px);
  }
  .swiper-container.banner-slider {
    height: calc(100vh - 125px) !important;
  }
  .map-wrapper {
    height: 250px;
  }
  .contact-card-col {
    min-height: auto;
  }
  .contact-card {
    margin-top: 40px;
  }
  .contact-card h3 {
    margin-bottom: 10px;
  }
  .contact-section .common-head {
    padding-bottom: 0;
  }
  .my-account-ul {
    margin-bottom: 30px;
  }
  .sub-header {
    font-size: 24px;
    margin-bottom: 12px;
  }
  .order-cart-products .product-thumbnail,
  table.order-cart-products tbody tr:first-child td {
    padding-left: 0;
  }
  .order-cart-products tr {
    padding-left: 90px;
  }
}

/* X-Small devices (portrait phones, less than 576px) */
@media (max-width: 575.98px) {
  .home-categories-wrapper {
    flex-wrap: wrap;
  }
  .product-img {
    height: auto;
    max-height: 440px;
    object-fit: cover;
    object-position: top;
  }
  .pagination-wrapper .page-item.next .page-link {
    padding-left: 20px;
  }
  .pagination-wrapper .page-item.prev .page-link {
    padding-right: 20px;
  }
  .swiper-container.banner-slider {
    height: calc(100vh - 445px) !important;
  }
  .slideshow-pagination {
    bottom: 20px;
  }
  .cart-products td.product-name .eligibility {
    border: none;
    display: flex;
    margin-left: 0;
    padding-left: 0;
  }
  .action-button-wrapper .product-remove,
  .action-button-wrapper .product-to-wishlist {
    margin-left: 0;
    padding-left: 0;
    border-left: none;
  }
  .action-button-wrapper {
    flex-direction: column;
    align-items: flex-start;
    justify-content: flex-start;
  }
  .action-button-wrapper .product-remove {
    margin-top: 10px;
  }
  .cart-products td:last-child {
    padding-top: 4px;
  }
  .cart-amount-container .form-check-label img {
    width: calc(100% - 90px);
  }
  .map-wrapper {
    height: 300px;
  }
  .accordion .accordion-item {
    background: transparent;
  }
}
