.listing-banner{
    position: relative;
}

.listing-banner-middle-wording{
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    color: white;
    text-align: center;
}
.listing-banner-middle-wording h1{
    color: white;
    font-size: 55px;
    font-weight: 100 !important;
}
.listing-banner-middle-wording p{
    font-size: 16px;
}

.l-2{
    line-height: 2.2;
}

.filter-category, .filter-brand{
    border-radius: 10px !important;
    font-size: 12px;
}

.listing-add-to-cart-btn{
    padding: 7px 10px;
    background: linear-gradient(to right, #1b68ab, #D73528);
    border: 1px solid #bdc8d1;

}

.listing-add-to-cart-btn:hover{
    border: 1px solid #bdc8d1;
}

.listing-image {
    background-repeat: no-repeat;
    background-size: contain;
    background-position: center;
    width: 100%;
    height: 300px;
    position: relative;
    overflow: hidden;
}

.listing-image::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-size: cover;
    background-position: center;
    opacity: 0;
    transition: opacity 0.5s ease-in-out;
}

.btn{
   padding: 0.7em 1.30769em;
   border-radius: 25px !important;
}

.btn-primary{
    background-color: #D73528;
    border: 1px solid #D73528;
    padding: 0.7em 1.30769em;
    border-radius: 25px !important;
}

.btn-outline-primary{
  padding: 0.7em 1.30769em;
}

.btn-primary:hover{
    background-color: transparent !important;
    border: 1px solid #D73528;
}

.btn-outline-primary{
    color: #D73528;
    background-color: transparent;
    border: 1px solid #D73528;
}

.btn-outline-primary:hover{
    background-color: #D73528 !important;
    border: 1px solid #D73528;
    color: #fff !important;
}

.transparent>.widget-header>.widget-toolbar>.nav-tabs>li.active>a{
    border-top-color: #D73528 !important;
}

.category-one .category-card{
    height: 14.5em;
}

.slider {
    /* padding: 32px; */
    color: #fff;
    background-color: transparent;
}
  .slider .swiper-container {
    width: 100%;
    height: 100%;
  }
  .slider__flex {
    display: flex;
    align-items: flex-start;
  }
  .slider__col {
    display: flex;
    flex-direction: column;
    width: 85px;
    margin-right: 32px;
  }
  .slider__prev,
  .slider__next {
    cursor: pointer;
    text-align: center;
    font-size: 14px;
    height: 48px;
    display: flex;
    align-items: center;
    justify-content: center;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
  }
  .slider__prev:focus,
  .slider__next:focus {
    outline: none;
  }
  .slider__thumbs {
    height: calc(400px - 96px);
  }
  .slider__thumbs .slider__image {
    transition: 0.25s;
    -webkit-filter: grayscale(100%);
    filter: grayscale(100%);
    opacity: 0.5;
  }
  .slider__thumbs .slider__image:hover {
    opacity: 1;
  }
  .slider__thumbs .swiper-slide-thumb-active .slider__image {
    -webkit-filter: grayscale(0%);
    filter: grayscale(0%);
    opacity: 1;
  }
  .slider__images {
    height: 500px;
  }
  .slider__images .slider__image img {
    transition: 3s;
  }
  .slider__images .slider__image:hover img {
    transform: scale(1.1);
  }
  .slider__image {
    width: 100%;
    height: 100%;
    border-radius: 5px;
    overflow: hidden;
    text-align: center;
  }
  .slider__image img {
    height: 100%;
  }
  .detail-prod-name{
        position: relative;
        line-height: 1.5;
  }

  .detail-prod-name:before{
    content: '';
    position: absolute;
    top: 0;
    left: 0%;
    transform: translateX(-0%);
    border-top: 2px solid #D73528; /* Adjust the border thickness and color as needed */
    width: 70px;
  }

  .nav-tabs .nav-item.show .nav-link, .nav-tabs .nav-link.active{
    background-color: transparent !important;
    border: none;
    border-bottom: 1px solid #D73528;
  }

  .product-short-description{
    border: none !important;
    border-top: 1px solid #C5D0DC !important;
  }
  
  .best-seller-header{
    color: #D73528;
  }

  .progress-wrapper {
    display: flex;
    position: relative;
    justify-content: space-between;
    width: 100%;
    max-width: 100%;
    margin-bottom: 40px; /* Added more bottom margin to accommodate the labels */
}

.progress-wrapper::before {
    content: "";
    width: 100%;
    background: #eee;
    position: absolute;
    top: 20px; /* Adjusted to align with the circles */
    left: 0;
    height: 4px;
    z-index: -1;
}

.progress {
    position: absolute;
    background-color: var(--progress-bar__fill);
    width: 0;
    top: 20px; /* Adjusted to align with the circles */
    left: 0;
    height: 4px;
    z-index: -1;
    transition: 0.2s linear;
}

.step {
    display: flex;
    flex-direction: column;
    align-items: center;
    position: relative;
    text-align: center;
}

.circle {
    color: #999;
    background-color: #d3e5ed;
    border-radius: 50%;
    height: 40px;
    width: 40px;
    display: flex;
    align-items: center;
    justify-content: center;
    border: 3px solid var(--progress-bar__empty);
    transition: 0.4s ease;
    color: white;
    margin-bottom: 10px; /* Added margin to ensure space between circle and label */
    z-index: 1;
}

.circle.active {
    background-color: #D73528;
    border: 3px solid var(--progress-bar__fill);
}

.label {
    font-size: 14px;
    color: #666;
    white-space: nowrap;
}

.cart-checkout-btn{
  background: linear-gradient(to right, #1b68ab, #D73528);
  font-weight: bold !important;
  font-size: 15px;
  padding: 0.7em 1.30769em;
}

.cart-detail{
  overflow: auto;
}

.qna-list{
  background-color: #f1f1f1;
  padding: 20px 40px;
  cursor: pointer;
  border-radius: 15px;
}

.about-us-bottom{
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  width: 100%;
  height: 600px;
  position: relative;
}

.about-us-bottom-text{
  position: absolute;
  left: 50%;
  top: 70%;
  transform: translate(-50%, -70%);
  width: 100%;
  text-align: center;
}

.bg-danger{
    color: white;
}


@media (max-width: 767.98px) {
  .slider__flex {
    flex-direction: column-reverse;
  }
  .slider__col {
    flex-direction: row;
    align-items: center;
    margin-right: 0;
    margin-top: 24px;
    width: 100%;
  }
  .slider__images {
    width: 100%;
  }
  .slider__thumbs {
    height: 100px;
    width: calc(100% - 96px);
    margin: 0 16px;
  }
  .slider__prev,
  .slider__next {
    height: auto;
    width: 32px;
  }
  .category-one .category-card{
    height: auto;
  }
}