/*** Spinner Start ***/
/*** Spinner ***/
#spinner {
    opacity: 0;
    visibility: hidden;
    transition: opacity .5s ease-out, visibility 0s linear .5s;
    z-index: 99999;
}

#spinner.show {
    transition: opacity .5s ease-out, visibility 0s linear 0s;
    visibility: visible;
    opacity: 1;
}
/*** Spinner End ***/
body {
    font-family: "Open Sans", sans-serif;
    font-size: 1rem;
    font-weight: 400;
    line-height: 2;
    color: #747474;
}
.sticky-top {
    transition: 1s;
}
.navbar {
    transition: .5s;
}

.back-to-top {
    position: fixed;
    right: 30px;
    bottom: 30px;
    transition: 0.5s;
    z-index: 99;
}

.bg-light-1{
    background-color: #E7E9EB;
}
.bg-light-2{
    background-color: #e6f3fb;
}
.bg-light-3{
    background-color: #eef5e5;
}
.text-style-1 {
    font-family: 'Garamond';
    font-size: 37px;
    text-transform: capitalize;
    color: #FFC43F;
}
.text-style-2 {
    font-family: 'Garamond';
    font-size: 37px;
    text-transform: capitalize;
    color: #222222;
}
.carousel-item h3, .promo-title {
    font-family: "Nunito", sans-serif;
    color: #222222;
    font-weight: 700;
}

.h-carousel{
    height: 570px;
}
.promo {
    position: relative;
    display: inline-block;
}
.promo:before {
    content: '';
    width: 80px;
    border-bottom: 1px solid #111;
    position: absolute;
    bottom: 6px;
}
.promo:after {
    content: 'SALE';
    font-family: var(--body-font);
    position: absolute;
    font-size: 11px;
    line-height: 15px;
    letter-spacing: 0.3em;
    text-transform: uppercase;
    color: #252525;
    bottom: 0;
    right: 0;
}

.h-link {
    margin-right: 30px;
    font-weight: 600;
    font-size: 16px;
    line-height: 22px;
    text-align: right;
    text-transform: capitalize;
    color: #787878;
  }

  .categories-item-inner h3 {
    font-weight: 600;
    font-size: 20px;
    line-height: 27px;
    letter-spacing: 0.02em;
    text-transform: capitalize;
    color: #222222;
    margin-top: 20px;
  }


.categories .categories-item .categories-item-inner {
    background: #FFFFFF;
    border: 1px solid #FBFBFB;
    box-shadow: 0px 5px 22px rgba(0, 0, 0, 0.04);
    border-radius: 16px;
    text-align: center;
    padding: 60px 20px;
    margin: 20px 0;
    transition: box-shadow 0.3s ease-out, transform 0.3s ease-out;
}

.categories .categories-item .categories-item-inner:hover {
    transform: translate3d(0,-10px,0);
    box-shadow: 0px 21px 44px rgba(0, 0, 0, 0.08);
}


  .item {
    position: relative;
    padding: 16px;
    background: #FFFFFF;
    border: 1px solid #FBFBFB;
    box-shadow: 0px 5px 22px rgba(0, 0, 0, 0.04);
    border-radius: 16px;
    margin-bottom: 30px;
    transition: box-shadow 0.3s ease-out;
  }
  .item:hover {
    box-shadow: 0px 21px 44px rgba(0, 0, 0, 0.08);
  }
  .item h3 {
    display: block;
    width: 100%;
    font-weight: 600;
    font-size: 18px;
    line-height: 25px;
    text-transform: capitalize;
    color: #333333;
    margin: 0;
  }
  .item figure {
    background: #F9F9F9;
    border-radius: 12px;
    text-align: center;
  }
  .item figure img {
    max-height: 210px;
    height: auto;
  }
  .item .btn-wishlist {
    position: absolute;
    top: 20px;
    right: 20px;
    width: 50px;
    height: 50px;
    border-radius: 50px;
    display: flex;
    align-items: center;
    justify-content: center;
    background: #fff;
    border: 1px solid #d8d8d8;
    transition: all 0.3s ease-out;
    text-decoration: none;
    color: red;
  }
  .item .btn-wishlist:hover {
    background: rgb(240, 56, 56);
    color: #fff;
  }
  .item .qty {
    font-weight: 400;
    font-size: 13px;
    line-height: 18px;
    letter-spacing: 0.02em;
    text-transform: uppercase;
    color: #9D9D9D;
  }
  .item .rating {
    font-weight: 600;
    font-size: 13px;
    line-height: 18px;
    text-transform: capitalize;
    color: #222222;
  }
  .item .rating iconify-icon {
    color: #FFC43F;
  }
  .item .price {
    display: block;
    width: 100%;
    font-weight: 600;
    font-size: 22px;
    line-height: 30px;
    text-transform: capitalize;
    color: #222222;
  }
  .item .product-qty {
    width: 85px;
  }
  .item .btn-link {
    text-decoration: none;
  }
  .item .quantity {
    height: auto;
    width: 28px;
    text-align: center;
    border: none;
    margin: 0;
    padding: 0;
  }
  .item .btn-number {
    width: 26px;
    height: 26px;
    line-height: 1;
    text-align: center;
    background: #FFFFFF;
    border: 1px solid #E2E2E2;
    border-radius: 6px;
    color: #222;
    padding: 0;
  }
  
  shadow-style-1{
    box-shadow: 0px 5px 22px rgba(0, 0, 0, 0.04);
  }
  .app-img {
    margin-top: -140px;
    margin-bottom: -140px;
  }
  @media screen and (max-width:991px) {
    .app-img {
      margin: 0;
    }
  }

  /*** Testimonial Start ***/
.testimonial-carousel .owl-stage-outer {
  margin-right: -1px;
}

.testimonial .testimonial-item, .members .members-item {
  position: relative;
  margin-top: 35px;
  border: 1px solid var(--bs-warning);
  border-radius: 10px;
}

.testimonial .testimonial-item .testimonial-quote, .members .members-item .members-quote {
  position: absolute;
  width: 70px;
  height: 70px;
  top: 0;
  right: 25px;
  transform: translateY(-50%);
  border-radius: 70px;
  color: var(--bs-white);
  background-color: #ea5f5f;
  display: flex;
  align-items: center;
  justify-content: center;
}

.testimonial .testimonial-item .testimonial-inner, .members .members-item .members-inner {
  display: flex;
  align-items: center;
  background: #eef5e5;
  border-top-left-radius: 10px;
  border-top-right-radius: 10px;
}

.testimonial .testimonial-item .testimonial-inner img, .members .members-item .members-inner img {
  width: 100px; 
  height: 100px; 
  border-radius: 100px;
  border: 4px solid #9ea6e9;
}
/*** Testimonial End ***/
.bg-pg {
  position: relative;
  overflow: hidden;
  /*background: linear-gradient(rgba(31, 46, 78, 1), rgba(0, 12, 33, 0.8)), url(../images/pg-bg.jpg);*/
  background-position: center top;
  background-repeat: no-repeat;
  background-size: cover;
  padding: 20px 0 20px 0;
  transition: 0.5s;
}

.bg-pg .breadcrumb {
  position: relative;
}

.bg-pg .breadcrumb .breadcrumb-item a {
  color: var(--bs-white);
}

.reg {
  box-shadow: 0 3px 20px -2px rgba(0, 0, 0, 0.1);
  padding-bottom: 30px;
  position: relative;
}
.reg:hover {
  box-shadow: 0 3px 20px -2px rgba(0, 0, 0, 0.5);
  padding-bottom: 30px;
  position: relative;
  transition: all ease-in-out 0.4s;
}
.text-sm{
  font-size: small;
}