/*----------------------------------------------------------------------------------- 

Template Name: Bistly - Restaurant & Cafe HTML Template
URI: pixelfit.agency
Description: Bistly is a clean, modern, and fully responsive HTML template designed specifically for restaurants, cafes, bakeries, coffee shops, and food-related businesses. Crafted with attention to detail and built using the latest web technologies, Bistly ensures an exceptional user experience on all devices.
Author: Pixelfit
Author URI: https://themeforest.net/user/pixelfit
Version: 1.0 


------------------------------------------------------
   CSS INDEX
-----------------------------------------------------

    # Common CSS
    # Page Banner CSS
    # About Page CSS
    # Menu Grid Page CSS
    # Menu List Page CSS
    # Shop Page CSS
    # Shop Details Page CSS
    # Cart Page CSS
    # Checkout Page CSS
    # Team Page CSS
    # Gallery Page CSS
    # Blog Page CSS
    # Blog Details Page CSS
    # Contact Page CSS
    # 404 Page CSS

-------------------------------------------------------    */
/* Common CSS */
/* Page Banner */
.page-banner {
  padding: 200px 0 100px;
}
@media (max-width: 767.98px) {
  .page-banner {
    padding: 170px 0 120px;
  }
}
.page-banner:after {
  position: absolute;
  top: 0;
  left: 0;
  content: "";
  width: 100%;
  height: 100%;
  background: var(--primary-color-1);
  opacity: 0.98;
  z-index: -1;
}
.page-banner .page-content h1 {
  color: var(--primary-bg);
  margin-bottom: 15px;
}
@media (max-width: 767.98px) {
  .page-banner .page-content h1 {
    font-size: 42px;
    line-height: 1;
  }
}
.page-banner .page-content ul li {
  display: inline-block;
  color: var(--primary-bg);
}

@media (max-width: 767.98px) {
  .bistly-iconic-box .content h5 {
    font-size: 18px;
  }
}

/* About Page CSS */
.bistly-about-sec .bistly-content-box {
  -webkit-padding-end: 50px;
          padding-inline-end: 50px;
}
@media screen and (max-width: 1199.98px) {
  .bistly-about-sec .bistly-content-box {
    -webkit-padding-end: 0;
            padding-inline-end: 0;
  }
}
.bistly-about-sec .bistly-content-box .section-title {
  max-width: 550px;
}
.bistly-about-sec .bistly-content-box p {
  max-width: 630px;
}
.bistly-about-sec .bistly-content-box .gallery-slider-wrap .gallery-slider {
  -webkit-margin-start: -50%;
          margin-inline-start: -50%;
}
@media screen and (max-width: 1199.98px) {
  .bistly-about-sec .bistly-content-box .gallery-slider-wrap .gallery-slider {
    -webkit-margin-start: 0;
            margin-inline-start: 0;
  }
}
.bistly-about-sec .bistly-content-box .gallery-slider-wrap .gallery-slider .slick-slide {
  -webkit-margin-end: 30px;
          margin-inline-end: 30px;
}
.home-gallery-slider .bistly-gallery-item {
  -webkit-margin-end: 15px;
  margin-inline-end: 15px;
  -webkit-margin-start: 15px;
  margin-inline-start: 15px;
  height: auto;
}
.home-gallery-slider .bistly-gallery-item img {
  border-radius: 30px;
}
@media (max-width: 767.98px) {
  .bistly-about-sec .bistly-content-box .gallery-slider-wrap .gallery-slider .slick-slide {
    -webkit-margin-end: 12px;
            margin-inline-end: 12px;
  }
  .home-gallery-slider .bistly-gallery-item {
    -webkit-margin-end: 6px;
    margin-inline-end: 6px;
    -webkit-margin-start: 6px;
    margin-inline-start: 6px;
  }
}
.bistly-about-sec .bistly-content-box .gallery-slider-wrap .gallery-item .thumbnail img {
  width: 100%;
  border-radius: 30px;
}
.bistly-about-sec .bistly-image img {
  border-radius: 30px;
  border: 15px solid var(--primary-color-2);
}
.bistly-fun-fact .counter-item-wrapper .counter-item-border:not(:last-child) {
  border-right: 1px solid rgba(208, 150, 92, 0.3);
}
@media (max-width: 767.98px) {
  .bistly-fun-fact .counter-item-wrapper .counter-item-border:not(:last-child) {
    border-right: none;
    border-bottom: 1px solid rgba(208, 150, 92, 0.3);
    padding-bottom: 25px;
    margin-bottom: 25px;
  }
}

.bistly-counter-item .icon {
  color: var(--primary-color);
  font-size: 55px;
  margin-bottom: 20px;
}
.bistly-counter-item .icon img {
  width: 60px;
}
.why-subscribe-sec .icon img {
  filter: brightness(0) saturate(100%) invert(89%) sepia(23%) saturate(7478%) hue-rotate(331deg) brightness(95%) contrast(86%);
}
.how-its-work-sec .counter-item-border {
  border: 0px !important;
}
.how-its-work-sec .bistly-counter-item {
  background: var(--white-color);
  border-radius: 30px;
  padding: 40px;
  border: 15px solid var(--primary-bg);
}
.how-its-work-sec .counter-item-border:nth-child(2) .bistly-counter-item {
  transform: rotate(-1.5deg);
}
.how-its-work-sec .counter-item-border:nth-child(3) .bistly-counter-item {
  transform: rotate(0.8deg);
}
.how-its-work-sec .counter-item-border:nth-child(4) .bistly-counter-item {
  transform: rotate(-1.1deg);
}
.bistly-counter-item .content h2 {
  margin-bottom: 12px;
}
.how-its-work-sec .counter-item-border .bistly-counter-item img {
  width: 105px;
}

.bistly-features-sec .bistly-content-box .bistly-button .theme-btn.style-one:hover {
  background-color: var(--white-color);
  color: var(--heading-color);
}
.bistly-features-sec .bistly-image img {
  border-radius: 400px 400px 0px 0px;
}

.bistly-intro-sec .bistly-content-box .video-popup {
  width: 110px;
  height: 110px;
  border-radius: 50%;
  background-color: rgba(255, 255, 255, 0.1);
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  font-size: 20px;
  color: var(--white-color);
}
.bistly-intro-sec .bistly-content-box h2 {
  color: var(--white-color);
}
@media screen and (max-width: 991.98px) {
  .bistly-intro-sec .bistly-content-box h2 {
    font-size: 48px;
    line-height: 60px;
  }
}
@media (max-width: 767.98px) {
  .bistly-intro-sec .bistly-content-box h2 {
    font-size: 32px;
    line-height: 45px;
  }
}

.testimonial-slider .slick-arrow {
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  font-size: 50px;
  color: var(--primary-color);
  cursor: pointer;
}
.testimonial-slider .slick-arrow.next {
  right: -15%;
}
.testimonial-slider .slick-arrow.prev {
  left: -15%;
}

.bistly-testimonial-item {
  text-align: center;
}
.bistly-testimonial-item .testimonial-content .ratings {
  margin-bottom: 20px;
}
.bistly-testimonial-item .testimonial-content .ratings i {
  color: #FF9F1A;
}
.bistly-testimonial-item .testimonial-content p {
  font-size: 32px;
  line-height: 50px;
  color: var(--white-color);
  font-family: var(--heading-font);
  margin-bottom: 25px;
}
@media (max-width: 767.98px) {
  .bistly-testimonial-item .testimonial-content p {
    font-size: 20px;
    line-height: 30px;
  }
}
.bistly-testimonial-item .testimonial-content span {
  color: var(--white-color);
}

.bistly-blog-post .post-content {
  padding-top: 25px;
}
.bistly-blog-post .post-content .post-meta span {
  margin-bottom: 10px;
}
.bistly-blog-post .post-content .post-meta span:not(:last-child) {
  margin-right: 25px;
}
.bistly-blog-post .post-content .post-meta span i {
  margin-right: 10px;
}
.bistly-blog-post .post-content h4 {
  margin-bottom: 25px;
  border-bottom: 1px solid var(--border-color);
  padding-bottom: 25px;
}
.bistly-blog-post .post-content h4:hover {
  color: var(--primary-color);
}
.bistly-blog-post .post-content .read-more.style-one:hover {
  color: var(--primary-color);
}

.bistly-instagram-item:hover .thumbnail .hover-content {
  visibility: visible;
  opacity: 1;
}
.bistly-instagram-item:hover .thumbnail .hover-content .icon {
  -webkit-transform: translateY(0);
          transform: translateY(0);
}
.bistly-instagram-item .thumbnail {
  position: relative;
  overflow: hidden;
}
.bistly-instagram-item .thumbnail .hover-content {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  background-color: rgba(45, 68, 67, 0.502);
  visibility: hidden;
  opacity: 0;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
.bistly-instagram-item .thumbnail .hover-content .icon {
  color: var(--white-color);
  font-size: 20px;
  -webkit-transform: translateY(20px);
          transform: translateY(20px);
  -webkit-transition: all 0.35s;
  transition: all 0.35s;
}

/* Menu Grid Page CSS */
.rs-booking:after {
  position: absolute;
  top: 0;
  left: 0;
  content: "";
  width: 100%;
  height: 100%;
  background-color: rgba(45, 68, 67, 0.5);
  z-index: -1;
}

.bistly-product-item:hover .product-thumbnail img {
  -webkit-transform: scale(1.1);
          transform: scale(1.1);
}
.bistly-product-item:hover .product-thumbnail .hover-overlay {
  visibility: visible;
  opacity: 1;
}
.bistly-product-item:hover .product-thumbnail .hover-overlay .action-button {
  -webkit-transform: translateY(0px);
          transform: translateY(0px);
}
.bistly-product-item .product-thumbnail {
  position: relative;
  z-index: 1;
  overflow: hidden;
}
.bistly-product-item .product-thumbnail img {
  width: 100%;
  -webkit-transform: scale(1);
          transform: scale(1);
  -webkit-transition: all 0.35s;
  transition: all 0.35s;
}
.bistly-product-item .product-thumbnail .hover-overlay {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  padding: 20px;
  visibility: hidden;
  opacity: 0;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
.bistly-product-item .product-thumbnail .hover-overlay .action-button {
  -webkit-transform: translateY(-40px);
          transform: translateY(-40px);
  -webkit-transition: all 0.35s;
  transition: all 0.35s;
}
.bistly-product-item .product-thumbnail .hover-overlay .action-button a {
  margin-left: 2.5px;
  margin-right: 2.5px;
  width: 40px;
  height: 40px;
  border-radius: 50%;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  font-size: 18px;
  background-color: var(--white-color);
}
.bistly-product-item .product-thumbnail .hover-overlay .action-button a:hover {
  background-color: var(--primary-color);
  color: var(--white-color);
}
.bistly-product-item .product-info {
  padding-top: 25px;
}
.bistly-product-item .product-info .ratings-price {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin-bottom: 15px;
}
.bistly-product-item .product-info .ratings-price .ratings i {
  color: var(--primary-color);
}
.bistly-product-item .product-info .ratings-price .price {
  color: #FF4040;
  font-size: 20px;
  font-weight: 600;
}
.bistly-product-item .product-info h4 {
  margin-bottom: 10px;
}
.bistly-product-item .product-info h4:hover {
  color: var(--primary-color);
}
.bistly-product-item .product-info h3 {
  margin-bottom: 8px;
}

/* Menu List Page CSS */
.bistly-menu-list-item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 100%;
}
@media (max-width: 767.98px) {
  .bistly-menu-list-item {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
  }
}
.bistly-menu-list-item .thumbnail {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 auto;
          flex: 0 0 auto;
  width: 150px;
  margin-right: 30px;
}
@media (max-width: 767.98px) {
  .bistly-menu-list-item .thumbnail {
    margin-bottom: 20px;
  }
}
.bistly-menu-list-item .content {
  width: 100%;
}
.bistly-menu-list-item .content h4 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-bottom: 15px;
}
@media screen and (max-width: 1199.98px) {
  .bistly-menu-list-item .content h4 {
    font-size: 18px;
    margin-bottom: 5px;
  }
}
.bistly-menu-list-item .content h4:hover {
  color: var(--primary-color);
}
.bistly-menu-list-item .content h4 span {
  float: right;
  color: #FF4040;
  font: 600 24px var(--body-font);
  line-height: 1;
}
@media screen and (max-width: 1199.98px) {
  .bistly-menu-list-item .content h4 span {
    font-size: 18px;
  }
}
.bistly-menu-list-item .content p {
  line-height: 27px;
  margin-bottom: 10px;
  max-width: 330px;
}
@media screen and (max-width: 1199.98px) {
  .bistly-menu-list-item .content p {
    font-size: 14px;
  }
}
.bistly-menu-list-item .content .ratings i {
  color: #FF9F1A;
}

/* Shop Page CSS */
.bistly-shop-sec .product-search .form-group {
  max-width: 300px;
  -webkit-margin-start: auto;
          margin-inline-start: auto;
}
.bistly-shop-sec .product-search .form-group .form_control {
  padding: 13px 20px;
  width: 100%;
  background-color: var(--gray-color);
  border: none;
  border-radius: 20px;
}
.bistly-shop-sec .show-text {
  color: var(--primary-color-1);
}
.bistly-shop-sec .bistly-product-item {
  background: var(--primary-color-2);
}
.bistly-shop-sec .product-search .form-group .submit-btn {
  position: absolute;
  bottom: 13px;
  right: 20px;
  background-color: transparent;
  color: var(--primary-black-color);
  font-size: 24px;
}

/* Shop Details Page CSS */
.bistly-shop-details-sec .shop-details-wrapper .product-thumb-slider {
  margin-left: -8px;
  margin-right: -8px;
  margin-top: 20px;
}
.bistly-shop-details-sec .shop-details-wrapper .product-thumb-slider .slick-slide {
  margin-left: 8px;
  margin-right: 8px;
  cursor: pointer;
}
.bistly-shop-details-sec .shop-details-wrapper .product-img a {
  display: block;
}
.bistly-shop-details-sec .shop-details-wrapper .product-img img {
  width: 100%;
  border-radius: 40px;
}
.bistly-shop-details-sec .shop-details-wrapper .product-info {
  padding-left: 70px;
}
@media screen and (max-width: 1199.98px) {
  .bistly-shop-details-sec .shop-details-wrapper .product-info {
    padding-left: 0;
  }
}
.bistly-shop-details-sec .shop-details-wrapper .product-info .ratings {
  margin-bottom: 15px;
}
.bistly-shop-details-sec .shop-details-wrapper .product-info .ratings i {
  color: var(--primary-color-1);
}
.bistly-shop-details-sec .shop-details-wrapper .product-info .ratings a {
  font-weight: 600;
  color: var(--primary-color-1);
}
.bistly-shop-details-sec .shop-details-wrapper .product-main-info {
  margin-bottom: 30px;
  font-size: 30px;
  font-weight: 700;
  color: var(--primary-color-1);
}
.bistly-shop-details-sec .shop-details-wrapper .product-info h4.title {
  font-size: 45px;
  margin-bottom: 20px;
  line-height: 50px;
  color: var(--primary-color-1);
}}
@media (max-width: 767.98px) {
  .bistly-shop-details-sec .shop-details-wrapper .product-info h4.title {
    font-size: 22px;
    line-height: 35px;
  }
}
.bistly-shop-details-sec .shop-details-wrapper .product-info p a {
  color: var(--primary-color);
}

.bistly-shop-details-sec .shop-details-wrapper .product-info .product-cart-variation ul li {
  margin-bottom: 15px;
}
.bistly-shop-details-sec .shop-details-wrapper .product-info .product-cart-variation .quantity-input {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: var(--primary-color-2);
  width: 150px;
  display: none;
}
.bistly-shop-details-sec .shop-details-wrapper .product-info .product-cart-variation .quantity-input input {
  width: 50px;
  height: 45px;
  border: none;
  text-align: center;
  background-color: var(--primary-color-3);
}
.bistly-shop-details-sec .shop-details-wrapper .product-info .product-cart-variation .quantity-input button {
  width: 50px;
  height: 45px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  background-color: transparent;
}
.product-cart-variation .theme-btn {
  width: 100%;
  font-size: 24px;
  font-weight: 700;
  color: var(--primary-bg);
}
.bistly-shop-details-sec .shop-details-wrapper .product-info .action-button {
  margin-bottom: 30px;
  padding-bottom: 25px;
  border-bottom: 1px solid var(--border-color);
}
.bistly-shop-details-sec .shop-details-wrapper .product-info .action-button a:not(:last-child) {
  margin-right: 20px;
}
.bistly-shop-details-sec .shop-details-wrapper .product-info .action-button a i {
  margin-right: 10px;
}
.bistly-shop-details-sec .shop-details-wrapper .product-info .product-meta {
  margin-bottom: 28px;
}
.bistly-shop-details-sec .shop-details-wrapper .product-info .product-meta .title {
  font-weight: 700;
  color: var(--heading-color);
}
.bistly-shop-details-sec .shop-details-wrapper .product-info .category span a {
  color: var(--text-color);
  -webkit-margin-start: 5px;
          margin-inline-start: 5px;
  font-weight: 400;
}
.bistly-shop-details-sec .shop-details-wrapper .product-info .social-box span {
  font-weight: 600;
  color: var(--heading-color);
  margin-right: 20px;
}
.bistly-shop-details-sec .shop-details-wrapper .product-info .social-box a {
  width: 36px;
  height: 36px;
  border: 1px solid var(--border-color);
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  border-radius: 50%;
  font-size: 14px;
}
.bistly-shop-details-sec .shop-details-wrapper .product-info .social-box a:hover {
  background-color: var(--primary-color);
  color: var(--white-color);
}
.bistly-shop-details-sec .shop-details-wrapper .product-info .social-box a:not(:last-child) {
  margin-right: 5px;
}
.bistly-shop-details-sec .shop-details-wrapper .product-info .check-list li i {
  color: var(--primary-color-1);
  font-size: 22px;
}

.product-review-info {
  padding-top: 120px;
}
@media screen and (max-width: 1199.98px) {
  .product-description-info {
    padding-top: 60px;
  }
}
.product-description-info .bistly-tabs .nav-tabs {
  border-bottom: 2px solid var(--primary-color-1);
}
.product-description-info .bistly-tabs li {
  margin-right: 10px;
}
.product-description-info .bistly-tabs .nav-link {
  border-radius: 0;
  padding: 0px 20px 10px 0 !important;
  font-size: 18px;
  border: none;
  color: var(--primary-color-1);
  background-color: transparent;
  font-size: 26px;
  font-weight: 800;
  opacity: 0.8;
}
.product-description-info .bistly-tabs .nav-link.active {
  color: var(--primary-color-1);
  opacity: 1;
}
@media (max-width: 767.98px) {
  .product-description-info .bistly-tabs .nav-link {
    padding-right: 10px;
    font-size: 16px;
  }
}
.product-description-info .tab-content {
  padding: 23px 0px;
}
@media (max-width: 767.98px) {
  .product-description-info .tab-content {
    padding: 23px 15px;
  }
}

.bistly-review-area {
  background-color: #F3F5F5;
  padding: 30px;
}
@media (max-width: 767.98px) {
  .bistly-review-area {
    padding: 30px 15px;
  }
}
.bistly-review-area .bistly-reviews-list .review-item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  margin-bottom: 20px;
  padding-bottom: 20px;
  border-bottom: 1px solid var(--border-color);
}
@media (max-width: 767.98px) {
  .bistly-review-area .bistly-reviews-list .review-item {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}
.bistly-review-area .bistly-reviews-list .review-item .author-thumb {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 auto;
          flex: 0 0 auto;
  width: 80px;
  margin-right: 20px;
}
@media (max-width: 767.98px) {
  .bistly-review-area .bistly-reviews-list .review-item .author-thumb {
    margin-bottom: 20px;
  }
}
.bistly-review-area .bistly-reviews-list .review-item .author-thumb img {
  width: 100%;
  height: 100%;
  border-radius: 50%;
}
.bistly-review-area .bistly-reviews-list .review-item .author-ratings-wrap {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
@media (max-width: 767.98px) {
  .bistly-review-area .bistly-reviews-list .review-item .author-ratings-wrap {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
  }
}
.bistly-review-area .bistly-reviews-list .review-item .author-ratings-wrap .author-info h4 {
  font-family: var(--body-font);
}
.bistly-review-area .bistly-reviews-list .review-item .author-ratings-wrap .author-info .position {
  margin-bottom: 10px;
}
.bistly-review-area .bistly-reviews-list .review-item .author-ratings-wrap .ratings i {
  color: var(--rating-color);
}

.bistly-form-area h3 {
  margin-bottom: 20px;
}
.bistly-form-area form .ratings {
  margin-bottom: 20px;
}
.bistly-form-area form .ratings i {
  color: var(--rating-color);
}
.bistly-form-area form label {
  margin-bottom: 10px;
}
.bistly-form-area form .form_control {
  margin-bottom: 22px;
  padding: 12px 20px;
  background-color: #FBFBFB;
  border: 1px solid #F3F5F5;
}

.related-product-slider {
  margin-left: -15px;
  margin-right: -15px;
}
@media screen and (max-width: 991.98px) {
  .related-product-slider {
    margin-left: -12px;
    margin-right: -12px;
  }
}
.related-product-slider .slick-slide {
  margin-left: 15px;
  margin-right: 15px;
}
@media screen and (max-width: 991.98px) {
  .related-product-slider .slick-slide {
    margin-left: 12px;
    margin-right: 12px;
  }
}

/* Cart Page CSS */
.quantity-cart .quantity-input {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  border: 1px solid var(--primary-color-2);
  width: 150px;
  margin: 0 auto;
}
.quantity-cart .quantity-input input {
  width: 50px;
  height: 45px;
  border: none;
  border-left: 1px solid var(--primary-color-2);
  border-right: 1px solid var(--primary-color-2);
  text-align: center;
  background: var(--primary-color-2);
}
.quantity-cart .quantity-input button {
  width: 50px;
  height: 45px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  background-color: transparent;
}

@media screen and (max-width: 991.98px) {
  .cart-wrapper .cart-table table {
    min-width: 900px;
  }
}

.cart-wrapper .cart-table table th.remove, .cart-wrapper .cart-table table th.sub-total, .cart-wrapper .cart-table table th.price, .cart-wrapper .cart-table table th.quantity {
  text-align: center;
}
.cart-wrapper .cart-table table td {
  padding: 30px 0px;
  vertical-align: middle;
}
.cart-wrapper .cart-table table td .cart-remove, .cart-wrapper .cart-table table td .total-price, .cart-wrapper .cart-table table td .price {
  text-align: center;
  font-weight: 600;
}
.cart-wrapper .cart-table table .product-thumb-item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.cart-wrapper .cart-table table .product-thumb-item .product-thumbnail {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 auto;
          flex: 0 0 auto;
  width: 60px;
  margin-right: 20px;
}
.cart-wrapper .cart-table table .product-thumb-item .product-thumbnail img {
  border-radius: 10px;
}
.cart-wrapper .cart-table table .product-thumb-item .product-info h6.title {
  color: var(--primary-color-1)
}
.cart-wrapper .cart-table table tr th, .cart-wrapper .cart-table table tr td {
  color: var(--primary-color-1) !important;
  background: transparent;
  border-color: var(--primary-color-2);
}
.cart-wrapper .cart-table table .cart-remove {
  width: 40px;
  height: 40px;
  border-radius: 50%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  background-color: var(--primary-bg);
  cursor: pointer;
}
.cart-wrapper .cart-table table .cart-remove i {
  color: var(--primary-color);
}
.cart-wrapper .cart-bottom .cart-coupon {
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
  margin-right: 20px;
}
.cart-wrapper .cart-bottom .cart-coupon .form_control {
  background-color: var(--gray-color);
  border: 1px solid #F3F5F5;
  padding: 14px 30px;
  margin-bottom: 20px;
  border-radius: 20px;
}
.cart-wrapper .cart-bottom .cart-coupon a {
  font-size: 18px;
  color: var(--primary-black-color);
  -webkit-margin-start: 20px;
          margin-inline-start: 20px;
}

.cart-total-area .checkout-button .theme-btn {
  width: 100%;
}

.cart-total-box {
  background-color: var(--primary-color-2);
  border-radius: 20px;
}
.cart-total-box h3 {
  margin-bottom: 10px;
  padding: 20px 25px;
  border-bottom: 1px solid var(--primary-bg);
  color: var(--primary-color-1);
}
.cart-total-box .cart-list {
  padding: 20px 25px 10px;
}
.cart-total-box .cart-list li {
  padding-bottom: 25px;
}
.cart-total-box .cart-list li .list-item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  font-weight: 700;
  font-size: 18px;
  color: var(--primary-color-1);
}
.cart-total-box .cart-list li .list-item .item-title {
  font-weight: 400;
}
.cart-total-box .cart-list li:last-child {
  border-top: 1px solid var(--primary-bg);
  padding-top: 25px;
}
.cart-total-box .cart-list li:last-child .list-item .item-title {
  color: var(--primary-color-1);
  font-weight: 600;
}
.cart-total-box .cart-list li:last-child .list-item .total-price {
  color: var(--primary-color);
}
.cart-total-box .checkout-button {
  text-align: right;
}

/* Checkout Page CSS */
.bistly-billing-wrapper {
  padding-right: 50px;
}
.bistly-billing-wrapper .billing-wrapper form .nice-select, .bistly-billing-wrapper .billing-wrapper form .form_control {
  padding: 11px 20px;
  background-color: var(--gray-color);
  margin-bottom: 22px;
  border: none;
  border-radius: 15px;
}
.bistly-billing-wrapper .billing-wrapper form .nice-select {
  line-height: 30px;
}
.bistly-billing-wrapper .billing-wrapper form .nice-select:after {
  position: absolute;
  top: 12px;
  right: 20px;
}
.bistly-billing-wrapper .billing-wrapper form label {
  margin-bottom: 10px;
}
.bistly-billing-wrapper .place-order .theme-btn {
  width: 100%;
}

.billing-sidebar .checkout-total-box {
  background-color: var(--primary-color-2);
  border-radius: 20px;
}
.billing-sidebar .checkout-total-box h4 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  border-bottom: 1px solid var(--primary-bg);
  margin-bottom: 20px;
  padding: 30px 25px;
  color: var(--primary-color-1);
}
.billing-sidebar .checkout-total-box ul {
  padding: 0 20px 20px;
}
.billing-sidebar .checkout-total-box ul li {
  padding-bottom: 25px;
}
.billing-sidebar .checkout-total-box ul li:not(:last-child) {
  border-bottom: 1px solid var(--primary-bg);
  padding: 20px 0;
}
.billing-sidebar .checkout-total-box ul li .list-item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  font-weight: 700;
  font-size: 18px;
  color: var(--primary-color-1);
}
.billing-sidebar .checkout-total-box ul li .list-item .item-title {
  font-weight: 400;
}
.billing-sidebar .checkout-total-box ul li:last-child {
  border-top: 1px solid var(--primary-bg);
  padding-top: 25px;
}
.billing-sidebar .checkout-total-box ul li:last-child .list-item .item-title {
  color: var(--primary-color-1);
  font-weight: 600;
}
.billing-sidebar .checkout-total-box ul li:last-child .list-item .total-price {
  color: var(--primary-color);
}

.payment-method .form-check {
  padding-left: 0;
  margin-bottom: 25px;
}
.payment-method .form-check p {
  margin-bottom: 27px;
  margin-top: 15px;
  color: var(--primary-color-1);
}
.payment-method .form-check-label {
  width: 100%;
  padding: 10px 20px;
  border-radius: 7px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  cursor: pointer;
  font-weight: 600;
  color: var(--primary-color-1);
  background-color: transparent;
  border-radius: 15px;
  border: 3px solid var(--primary-color-2);
}
.payment-method .form-check-label .form-check-input {
  -webkit-margin-start: 0;
          margin-inline-start: 0;
  margin-top: 0;
  margin-right: 10px;
}
.payment-method .form-check-label[aria-expanded="true"] {
  background-color: var(--primary-color-2);
  color: var(--primary-color-1);
  border-radius: 15px;
  border: 3px solid var(--primary-color-2);
}
.payment-method .form-check-label .form-input-radio {
  border-color: var(--primary-color-1);
}
.payment-method .form-check-label[aria-expanded=true] .form-input-radio:checked {
  border-color: var(--primary-color-1);
}
.payment-method .form-check-label[aria-expanded=true] .form-input-radio:checked:after {
  background-color: var(--primary-color-1);
}
.payment-method p {
  margin-bottom: 32px;
}
.payment-method p a {
  color: var(--heading-color);
}

.payment-form label {
  margin-bottom: 10px;
  font-weight: 500;
  color: var(--heading-color);
}
.payment-form .pay {
  position: absolute;
  right: 20px;
  bottom: 15px;
}
.payment-form .nice-select, .payment-form .form_control {
  background-color: var(--gray-color);
  border: none;
  padding: 17px 20px;
  line-height: 1;
  margin-bottom: 17px;
  border-radius: 15px;
}
.payment-form .nice-select {
  padding: 18px 20px;
  line-height: 17px;
}
.payment-form .nice-select:after {
  position: absolute;
  right: 20px;
}

/* Team Page CSS */
.rs-team .text-box p {
  font-size: 20px;
  line-height: 35px;
}

.rs-team-item .member-image img {
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
.rs-team-item:hover .member-image img {
  border-radius: 300px 300px 0px 0px;
}

/* Gallery Page CSS */
.bistly-gallery-sec .container-fluid {
  padding-left: 30px;
  padding-right: 30px;
}

.bistly-gallery-item .gallery-img img {
  width: 100%;
}

/* Blog Page CSS */
.bistly-blog-sec .text-box p {
  font-size: 20px;
  line-height: 35px;
}

/* Blog Details Page CSS */
.blog-details-wrapper .blog-post .content .post-meta span:not(:last-child) {
  margin-right: 20px;
}
.blog-details-wrapper .blog-post .content .post-meta span i {
  margin-right: 10px;
}
.blog-details-wrapper .blog-post .content h4 {
  font-size: 48px;
  line-height: 65px;
  margin-bottom: 30px;
}
@media screen and (max-width: 1199.98px) {
  .blog-details-wrapper .blog-post .content h4 {
    font-size: 24px;
    line-height: 35px;
  }
}
.blog-details-wrapper .blog-post .content .author-meta {
  margin-bottom: 40px;
}
.blog-details-wrapper .blog-post .content .author-meta img {
  margin-right: 10px;
  width: 50px;
  height: 50px;
  border-radius: 50%;
}
.blog-details-wrapper .blog-post .content .author-meta span a {
  font-weight: 700;
}
.blog-details-wrapper .blog-post .content figure {
  margin-bottom: 60px;
}
.blog-details-wrapper .blog-post .content > p {
  margin-bottom: 40px;
}
.blog-details-wrapper .blog-post .content .content-box {
  padding-right: 50px;
}
@media screen and (max-width: 1199.98px) {
  .blog-details-wrapper .blog-post .content .content-box {
    padding-right: 0;
  }
}
.blog-details-wrapper .blog-post .content .content-box h4 {
  max-width: 740px;
}
.blog-details-wrapper .blog-post .content .content-box p {
  max-width: 740px;
  margin-bottom: 30px;
}
.blog-details-wrapper .blog-post .content .bistly-image img {
  border-radius: 310px 310px 0 0;
}
.blog-details-wrapper .blog-post .content .bistly-content-box {
  padding-left: 100px;
}
@media (max-width: 1650px) {
  .blog-details-wrapper .blog-post .content .bistly-content-box {
    padding-left: 50px;
  }
}
@media screen and (max-width: 991.98px) {
  .blog-details-wrapper .blog-post .content .bistly-content-box {
    padding-left: 0;
  }
}
.blog-details-wrapper .blog-post .content .bistly-content-box p {
  margin-bottom: 30px;
}
.blog-details-wrapper .blog-post .content .bistly-content-box .check-list.style-one li:not(:last-child) {
  margin-bottom: 30px;
}
.blog-details-wrapper .blog-post .content blockquote {
  padding: 50px 50px 47px;
  background-color: var(--primary-black-color);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
@media (max-width: 767.98px) {
  .blog-details-wrapper .blog-post .content blockquote {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}
.blog-details-wrapper .blog-post .content blockquote .icon {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 auto;
          flex: 0 0 auto;
  width: 100px;
  height: 100px;
  border-radius: 50%;
  border: 1px solid var(--primary-color);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  color: var(--primary-color);
  font-size: 40px;
  margin-right: 30px;
}
@media (max-width: 767.98px) {
  .blog-details-wrapper .blog-post .content blockquote .icon {
    margin-bottom: 25px;
  }
}
.blog-details-wrapper .blog-post .content blockquote h3 {
  color: var(--white-color);
  margin-bottom: 20px;
}
@media screen and (max-width: 991.98px) {
  .blog-details-wrapper .blog-post .content blockquote h3 {
    font-size: 22px;
    line-height: 35px;
  }
}
.blog-details-wrapper .blog-post .content blockquote h5 {
  color: var(--white-color);
  font-family: var(--body-font);
  font-weight: 400;
}


.bistly-iconic-box-two .content h5 {
  font-family: var(--body-font);
}
@media (max-width: 1650px) {
  .bistly-iconic-box-two .content h5 {
    font-size: 17px;
    line-height: 27px;
  }
}

.comments-area {
  background-color: var(--gray-color);
  padding: 40px 50px;
}
@media (max-width: 767.98px) {
  .comments-area {
    padding: 30px 30px;
  }
}
.comments-area h3 {
  margin-bottom: 30px;
}
.comments-area .comment {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
}
.comments-area .comment .comment-avatar {
  margin-right: 20px;
  -webkit-box-flex: 0;
      -ms-flex: 0 0 auto;
          flex: 0 0 auto;
  width: 80px;
}
.comments-area .comment .comment-avatar img {
  width: 100%;
  height: 100%;
  border-radius: 50%;
}
.comments-area .comment .comment-content .author-name {
  font-size: 24px;
  font-weight: 500;
  margin-bottom: 15px;
}
.comments-area .comment .comment-content .author-name span {
  display: block;
  font-size: 18px;
  font-weight: 400;
}
.comments-area .comment .comment-content .reply {
  position: absolute;
  top: 0;
  right: 0;
  font-size: 20px;
  font-weight: 500;
  color: var(--heading-color);
}

.comments-form {
  background-color: var(--gray-color);
  border: 1px solid #F3F5F5;
  padding: 45px 50px 50px;
}
@media (max-width: 767.98px) {
  .comments-form {
    padding: 30px 30px;
  }
}
.comments-form h3 {
  margin-bottom: 30px;
}
.comments-form .contact-form label {
  margin-bottom: 10px;
}
.comments-form .contact-form .form_control {
  margin-bottom: 22px;
  padding: 12px 20px;
  background-color: #F6F7F7;
  border: 1px solid #F3F5F5;
}

/* Contact Page CSS */
.contact-info-box {
  background-color: var(--primary-color-2);
  padding: 40px 45px;
  border-radius: 30px;
}
.contact-info-box .icon {
  width: 80px;
  height: 80px;
  border-radius: 50%;
  background-color: var(--primary-color-1);
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  color: var(--white-color);
  font-size: 32px;
  margin-bottom: 15px;
}
.contact-info-box .content h3 {
  margin-bottom: 10px;
  color: var(--primary-color-1);
  font-size: 24px;
}
@media screen and (max-width: 1199.98px) {
  .contact-info-box .content h3 {
    font-size: 20px;
    line-height: 30px;
  }
}
.contact-info-box .content p {
  font-size: 20px;
  line-height: 32px;
  color: var(--primary-color-1);
}

.map-sec .map-box iframe {
  height: 500px;
}

.bistly-contact-sec .bistly-content-box .bistly-opening-time {
  margin-top: 35px;
  padding-top: 30px;
  border-top: 1px solid var(--border-color);
}

.bistly-open-box .content h4 {
  margin-bottom: 13px;
}
.bistly-open-box .content ul li {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.bistly-open-box .content ul li:not(:last-child) {
  margin-bottom: 7px;
}
.bistly-open-box .content ul li span.days {
  font-size: 18px;
  font-weight: 700;
  -webkit-box-flex: 0;
      -ms-flex: 0 0 auto;
          flex: 0 0 auto;
  width: 95px;
  margin-right: 10px;
}

.contact-wrapper {
  background-color: var(--primary-color-2);
  padding: 50px;
  border-radius: 30px;
}
.contact-wrapper form label {
  display: block;
  font-weight: 500;
}
.contact-wrapper form .form_control {
  padding: 11px 20px;
  background-color: var(--gray-color);
  margin-bottom: 22px;
  border: none;
  border-radius: 15px;
}
.contact-wrapper form .form_control::-webkit-input-placeholder {
  color: rgba(255, 255, 255, 0.7);
}
.contact-wrapper form .form_control::-moz-placeholder {
  color: rgba(255, 255, 255, 0.7);
}
.contact-wrapper form .form_control:-ms-input-placeholder {
  color: rgba(255, 255, 255, 0.7);
}
.contact-wrapper form .form_control::-ms-input-placeholder {
  color: rgba(255, 255, 255, 0.7);
}
.contact-wrapper form .form_control::placeholder {
  color: rgba(255, 255, 255, 0.7);
}
.contact-wrapper form .nice-select {
  color: rgba(255, 255, 255, 0.7);
  border: none;
  background-color: #374D4C;
  padding: 10px 20px;
  margin-bottom: 20px;
}
.contact-wrapper form .nice-select:after {
  content: "\f107";
  font-family: "Font Awesome 5 Pro";
  position: absolute;
  top: 10px;
  right: 20px;
  font-size: 22px;
}
.contact-wrapper form .nice-select .list {
  background-color: #18302e;
}
.contact-wrapper form .nice-select .list li:hover, .contact-wrapper form .nice-select .list li.selected {
  background-color: #374D4C;
  color: var(--white-color);
}
.contact-wrapper form .theme-btn {
  width: 100%;
}
.contact-wrapper form .theme-btn.style-one:hover {
  background-color: transparent;
  color: var(--primary-color-1);
}

/* 404 Page CSS */
@media screen and (max-width: 1199.98px) {
  .error-content-box h2 {
    font-size: 50px;
  }
}
@media (max-width: 767.98px) {
  .error-content-box h2 {
    font-size: 32px;
    line-height: 45px;
  }
}
@media (max-width: 575.98px) {
  .error-content-box h2 {
    font-size: 28px;
    line-height: 40px;
  }
}

.sn-quantity-container {
  margin: 20px auto;
}

.sn-quantity-container h5, .sn-addon-container h5 {
  padding-bottom: 20px !important;
  font-family: var(--body-font);
  font-size: 22px;
  font-weight: 800;
  color: var(--primary-color-1);
}

.sn-quantity-option {
  position: relative;
  border: 4px solid var(--primary-color-2);
  border-radius: 20px;
  padding: 15px 20px;
  cursor: pointer;
  transition: all 0.3s ease;
  display: flex;
  align-items: center;
  width: 100%;
}

.sn-quantity-option:hover {
    border-color: var(--primary-color-2);
    transform: translateY(-2px);
}

.sn-quantity-option:has(input[type="radio"]:checked) {
    border-color: var(--primary-color-2);
    background-color: var(--primary-color-2);
    transform: translateY(-2px);
}

.sn-quantity-option input[type="radio"] {
  position: absolute;
  right: 20px;
  top: 50%;
  transform: translateY(-50%);
  width: 28px;
  height: 28px;
  cursor: pointer;
  appearance: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  border: 3px solid var(--primary-color-1);
  border-radius: 50%;
  transition: all 0.3s cubic-bezier(0.4, 0, 0.2, 1);
  outline: none;
}

.sn-quantity-option input[type="radio"]:hover {
    border-color: var(--primary-color-1);
    transform: translateY(-50%) scale(1.1);
}

.sn-quantity-option input[type="radio"]:checked {
    background: var(--primary-color-1);
    border-color: var(--primary-color-1);
    transform: translateY(-50%) scale(1.05);
}

.sn-quantity-option input[type="radio"]:checked::after {
    content: '✓';
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    color: var(--primary-color-2);
    font-weight: bold;
    font-size: 16px;
    animation: sn-checkmark 0.2s ease-in-out;
}

@keyframes sn-checkmark {
    0% {
        opacity: 0;
        transform: translate(-50%, -50%) scale(0);
    }
    100% {
        opacity: 1;
        transform: translate(-50%, -50%) scale(1);
    }
}

.sn-badge-container {
    position: absolute;
    top: -20px;
    left: 15px;
    display: flex;
    gap: 8px;
}

.sn-custom-badge {
  padding: 0px 12px;
  border-radius: 15px;
  font-size: 0.75rem;
  font-weight: bold;
  color: white;
}

.sn-badge-discount {
  background: var(--primary-color);
}

.sn-badge-popular {
  background: var(--primary-color-1);
  color: #fff;
}

.sn-badge-best-value {
  background: var(--primary-color-1);
  color: #fff;
}

.sn-quantity-details h4 {
  color: var(--primary-color-1);
  font-weight: bold;
  font-size: 24px;
}

.sn-price {
    color: var(--primary-color-1);
    font-weight: bold;
    font-size: 1.1rem;
}

.sn-addon-container {
    margin-bottom: 20px;
}

.sn-addon-option {
    position: relative;
    border: 4px solid var(--primary-color-2);
    border-radius: 20px;
    padding: 20px;
    cursor: pointer;
    transition: all 0.3s ease;
    margin-bottom: 15px;
    display: flex;
    align-items: center;
    width: 100%;
}

.sn-addon-option:hover {
    border-color: var(--primary-color-2);
    transform: translateY(-2px);
}

.sn-addon-option:has(input[type="checkbox"]:checked) {
    border-color: var(--primary-color-2);
    background-color: var(--primary-color-2);
    transform: translateY(-2px);
}

.sn-addon-option input[type="checkbox"] {
    position: absolute;
    right: 20px;
    top: 50%;
    transform: translateY(-50%);
    width: 28px;
    height: 28px;
    cursor: pointer;
    appearance: none;
    -webkit-appearance: none;
    -moz-appearance: none;
    border: 3px solid var(--primary-color-1);
    border-radius: 50%;
    transition: all 0.3s cubic-bezier(0.4, 0, 0.2, 1);
    outline: none;
}

.sn-addon-option input[type="checkbox"]:hover {
    border-color: var(--primary-color-1);
    transform: translateY(-50%) scale(1.1);
}

.sn-addon-option input[type="checkbox"]:checked {
    background: var(--primary-color-1);
    border-color: var(--primary-color-1);
    transform: translateY(-50%) scale(1.05);
}

.sn-addon-option input[type="checkbox"]:checked::after {
    content: '✓';
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    color: var(--primary-color-2);
    font-weight: bold;
    font-size: 16px;
    animation: sn-checkmark 0.2s ease-in-out;
}

.sn-addon-image {
    width: 60px;
    height: 60px;
    border-radius: 8px;
    margin-right: 20px;
    object-fit: cover;
}

.sn-addon-details {
    flex: 1;
}

.sn-addon-title {
  color: var(--primary-color-1);
  font-weight: bold;
  font-size: 24px;
  display: flex;
  align-items: center;
  gap: 8px;
  font-family: var(--heading-font);
}

.sn-info-icon {
    width: 18px;
    height: 18px;
    background: #6c757d;
    color: white;
    border-radius: 50%;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    font-size: 12px;
    font-weight: bold;
}

.sn-addon-description {
    color: var(--primary-color-1);
    font-size: 0.95rem;
    margin: 0;
}

.sn-addon-price {
    color: var(--primary-color-1);
    font-weight: bold;
    font-size: 1.3rem;
    margin-left: auto;
    margin-right: 60px;
}
.product-info .tab-content {
  color: var(--primary-color-1);
  font-size: 22px;
}
.product-info .tab-content .bistly-iconic-box .icon img {
  width: 25%;
}
.product-info .tab-content .bistly-iconic-box .content p {
  font-weight: 800;
  font-size: 20px;
  margin-top: 5px;
}
.product-info .check-list.style-one li {
  color: var(--primary-color-1);
}

.sn-section-title {
  font-size: 3rem;
  font-weight: 700;
  color: var(--primary-color-1);
  text-align: center;
  margin-bottom: 1rem;
  position: relative;
}

.sn-section-subtitle {
  color: #64748b;
  text-align: center;
  font-size: 1.2rem;
  margin-bottom: 3rem;
  max-width: 600px;
  margin-left: auto;
  margin-right: auto;
}

.sn-stats-row {
  background: white;
  border-radius: 20px;
  padding: 2rem;
  margin-bottom: 3rem;
  box-shadow: 0 10px 40px rgba(59, 130, 246, 0.1);
  border: 1px solid rgba(59, 130, 246, 0.1);
}

.sn-stat-item {
  text-align: center;
  padding: 1rem;
}

.sn-stat-number {
  font-size: 2.5rem;
  font-weight: 700;
  color: var(--primary-color-1);
  display: block;
}

.sn-stat-label {
  color: #64748b;
  font-size: 0.9rem;
  text-transform: uppercase;
  letter-spacing: 0.5px;
}

.sn-overall-rating {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 1rem;
  margin-bottom: 2rem;
}

.sn-rating-number {
  font-size: 4rem;
  font-weight: 700;
  color: var(--primary-color-1);
}

.sn-stars-large {
  font-size: 1.5rem;
  color: #fbbf24;
}

.sn-write-review-btn {
  background: linear-gradient(135deg, var(--primary-color-1) 0%, #1e40af 100%);
  border: none;
  padding: 15px 30px;
  border-radius: 50px;
  color: white;
  font-weight: 600;
  transition: all 0.3s ease;
  position: relative;
  overflow: hidden;
}

.sn-write-review-btn:hover {
  transform: translateY(-2px);
  box-shadow: 0 15px 35px rgba(59, 130, 246, 0.3);
  color: white;
}

.sn-write-review-btn::before {
  content: '';
  position: absolute;
  top: 0;
  left: -100%;
  width: 100%;
  height: 100%;
  background: linear-gradient(90deg, transparent, rgba(255, 255, 255, 0.2), transparent);
  transition: left 0.5s;
}

.sn-write-review-btn:hover::before {
  left: 100%;
}

.sn-review-item {
  padding: 2rem 0;
  border-bottom: 2px solid #f1f5f9;
  transition: all 0.3s ease;
  position: relative;
}


.sn-review-item:last-child {
  border-bottom: none;
}

.sn-review-item.sn-hidden {
  display: none;
}

.sn-review-header {
  display: flex;
  align-items: center;
  gap: 1rem;
  margin-bottom: 1rem;
}

.sn-reviewer-avatar {
  width: 50px;
  height: 50px;
  border-radius: 50%;
  background: linear-gradient(135deg, var(--primary-color-1) 0%, #1e40af 100%);
  display: flex;
  align-items: center;
  justify-content: center;
  color: white;
  font-weight: 600;
  font-size: 1.2rem;
}

.sn-reviewer-name {
  font-weight: 600;
  color: #1e293b;
  margin: 0;
}

.sn-review-date {
  color: #64748b;
  font-size: 0.9rem;
}

.sn-review-stars {
  color: #fbbf24;
  margin-bottom: 1rem;
}

.sn-review-text {
  color: #475569;
  line-height: 1.6;
  margin: 0;
}

.sn-review-form-container {
border-radius: 30px;
margin-bottom: 3rem;
border: 1px solid var(--primary-bg);
overflow: hidden;
opacity: 0;
transform: scaleY(0);
transform-origin: top;
transition: all 0.3s ease-out;
display: none;
}

.sn-review-form-container.show {
  opacity: 1;
  transform: scaleY(1);
  display: block;
}

.sn-form-header {
  border-bottom: 1px solid var(--primary-bg);
  color: var(--primary-color-1);
  padding: 1.5rem 2rem;
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.sn-form-title {
  font-weight: 700;
  font-size: 1.3rem;
  margin: 0;
}

.sn-form-header .btn-close {
  filter: invert(1);
  opacity: 1;
  background: none;
  border: none;
  font-size: 1.2rem;
}

.sn-review-form-container form {
  padding: 2rem;
}

.sn-form-label {
  font-weight: 600;
  color: #1e293b;
  margin-bottom: 0.5rem;
}

.sn-form-control {
  border: 2px solid #e2e8f0;
  border-radius: 10px;
  padding: 12px 15px;
  transition: all 0.3s ease;
}

.sn-form-control:focus {
  border-color: var(--primary-color-1);
  box-shadow: 0 0 0 0.2rem rgba(59, 130, 246, 0.15);
}

.sn-star-rating {
  display: flex;
  gap: 5px;
  margin-bottom: 1rem;
}

.sn-star-rating i {
  font-size: 2rem;
  color: #e5e7eb;
  cursor: pointer;
  transition: all 0.2s ease;
}

.sn-star-rating i:hover,
.sn-star-rating i.active {
  color: #fbbf24;
  transform: scale(1.1);
}

.sn-form-check-input:checked {
  background-color: var(--primary-color-1);
  border-color: var(--primary-color-1);
}

.sn-submit-review-btn {
  background: linear-gradient(135deg, var(--primary-color-1) 0%, #1e40af 100%);
  border: none;
  padding: 12px 30px;
  border-radius: 10px;
  color: white;
  font-weight: 600;
  transition: all 0.3s ease;
}

.sn-submit-review-btn:hover {
  transform: translateY(-2px);
  box-shadow: 0 10px 25px rgba(59, 130, 246, 0.3);
  color: white;
}

.sn-required-label::after {
  content: ' *';
  color: #ef4444;
  font-weight: bold;
}

.sn-load-more-btn {
  background: white;
  border: 2px solid var(--primary-color-1);
  color: var(--primary-color-1);
  padding: 12px 30px;
  border-radius: 50px;
  font-weight: 600;
  transition: all 0.3s ease;
}

.sn-load-more-btn:hover {
  background: var(--primary-color-1);
  color: white;
  transform: translateY(-2px);
  box-shadow: 0 10px 25px rgba(59, 130, 246, 0.3);
}

.sn-load-more-btn:disabled {
  background: #e5e7eb;
  border-color: #e5e7eb;
  color: #9ca3af;
  transform: none;
  box-shadow: none;
}

.sb-sidebar-overlay {
  position: fixed;
  top: 0;
  left: 0;
  width: 100vw;
  height: 100vh;
  background: rgba(0, 0, 0, 0.5);
  opacity: 0;
  visibility: hidden;
  transition: all 0.3s ease;
  z-index: 998;
}

.sb-sidebar-overlay.sb-active {
  opacity: 1;
  visibility: visible;
}

.sb-cart-sidebar {
  position: fixed;
  top: 0;
  right: -460px;
  width: 460px;
  height: 100vh;
  background: var(--primary-bg);
  transition: right 0.4s cubic-bezier(0.25, 0.46, 0.45, 0.94);
  z-index: 999;
  display: flex;
  flex-direction: column;
  box-shadow: -5px 0 25px rgba(0, 0, 0, 0.15);
}

.sb-cart-sidebar.sb-active {
  right: 0;
}

.sb-sidebar-header {
  background: var(--primary-color-1);
  color: white;
  padding: 20px;
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.sb-close-btn {
  font-size: 16px !important;
  cursor: pointer !important;
  transition: opacity 0.2s !important;
  opacity: 1 !important;
}

.sb-close-btn:hover {
  opacity: 0.7 !important;
}

.sb-shipping-progress {
  padding: 25px;
  border-bottom: 1px solid var(--primary-color-2);
  position: relative;
}

.sb-progress-text {
  color: var(--primary-color-1);
  font-size: 20px;
  margin-bottom: 45px;
  font-weight: 600;
  text-align: center;
}

.sb-progress-bar-container {
  height: 25px;
  border-radius: 15px;
  overflow: visible;
  position: relative;
  background: var(--primary-color-2);
}

.sb-progress-bar {
  background: var(--primary-color-1);
  height: 100%;
  width: 58%;
  border-radius: 15px;
  position: relative;
  overflow: visible;
}
.sb-progress-icon img {
  width: 28px;
}
.sb-progress-amounts {
  display: flex;
  justify-content: space-between;
  margin-top: 15px;
  font-size: 20px;
  color: var(--primary-color-1);
  font-weight: 600;
  padding: 0px 14px 20px;
}

.sb-free-gift-badge {
  color: var(--primary-color-2);
  padding: 0px 12px;
  border-radius: 20px;
  font-size: 12px;
  font-weight: bold;
  position: absolute;
  right: 0px;
  top: -3px;
  z-index: 15;
  white-space: nowrap;
}

@keyframes sb-pulse {
  0% { transform: scale(1); }
  50% { transform: scale(1.05); }
  100% { transform: scale(1); }
}

.sb-progress-icons {
  position: absolute;
  top: 50%;
  left: 0;
  right: 0;
  transform: translateY(-50%);
  display: flex;
  justify-content: space-between;
  padding: 0 10px;
  pointer-events: none;
}

.sb-progress-icon {
  width: 50px;
  height: 50px;
  background: var(--primary-bg);
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 14px;
  font-weight: bold;
  transition: all 0.3s ease;
  border: 2px solid var(--primary-color-1-1);
}

.sb-progress-icon.sb-active {
  border: 2px solid var(--primary-color-1);
}

.sb-cart-content {
  flex: 1;
  overflow-y: auto;
  padding: 20px;
}

.sb-cart-item {
  display: flex;
  align-items: center;
  padding: 15px 0;
  border-bottom: 1px solid var(--primary-color-2);
}

.sb-item-image {
  width: 60px;
  height: 70px;
  border-radius: 10px;
  margin-right: 15px;
  object-fit: cover;
}

.sb-item-details {
  flex: 1;
}

.sb-item-name {
  font-weight: bold;
  color: var(--primary-color-1);
  width: 75%;
  line-height: 20px;
}

.sb-item-offer {
  color: #666;
  font-size: 12px;
  margin-bottom: 8px;
}

.sb-quantity-controls {
  display: flex;
  align-items: center;
  gap: 0px;
  margin-bottom: 0px;
  margin-right: 20px;
}

.sb-quantity-btn {
  width: 24px !important;
  height: 24px !important;
  border-radius: 4px !important;
  cursor: pointer !important;
  display: flex !important;
  align-items: center !important;
  justify-content: center !important;
  font-weight: bold !important;
  transition: all 0.2s !important;
  padding: 0 !important;
  background: var(--primary-color-2);
  color: var(--primary-color-1);
}

.sb-quantity {
  font-weight: bold !important;
  min-width: 22px !important;
  text-align: center !important;
  display: flex !important;
  align-items: center !important;
  justify-content: center !important;
  height: 30px !important;
  margin: 0 5px !important;
  color: var(--primary-color-1);
}

.sb-original-price {
  text-decoration: line-through;
  color: #999;
  font-size: 14px;
}

.sb-discounted-price {
  color: var(--primary-color);
  font-weight: bold;
  font-size: 18px;
  margin-left: 5px;
}
.sb-pantry-section {
  padding-top: 15px;
}
.sb-pantry-title {
  color: var(--primary-color-1);
  font-size: 24px;
  font-weight: 800;
  margin-bottom: 15px;
}
.sb-pantry-item {
  display: flex;
  align-items: center;
  margin-bottom: 15px;
  padding: 10px;
  background: var(--primary-color-2);
  border-radius: 10px;
}
.sb-pantry-item img {
  width: 40px;
  height: 40px;
  border-radius: 8px;
  margin-right: 10px;
}
.sb-pantry-info {
  flex: 1;
}
.sb-pantry-name {
  font-weight: 600;
  color: var(--primary-color-1);
  font-size: 14px;
}
.sb-add-btn {
  background: var(--primary-color);
  border: 2px solid var(--primary-color) !important;
  color: white;
  border: none;
  padding: 6px 12px;
  border-radius: 10px;
  font-size: 12px;
  cursor: pointer;
  transition: background 0.2s;
}
.sb-add-btn:hover {
  background: transparent;
  border: 2px solid var(--primary-color);
  color: var(--primary-color);
}
.sb-remove-item {
  margin-left: 10px;
  width: 0px;
  height: 0px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 24px !important;
  border-radius: 20px;
  padding: 10px 12px 13px 12px;
  color: var(--primary-bg);
  border: 1px solid var(--primary-color);
  background: var(--primary-color);
}
.sb-remove-item {
  color: var(--primary-bg);
  background: var(--primary-color);
}
.sb-remove-item:hover {
  color: var(--primary-bg);
  border: 1px solid var(--primary-bg);
  background: var(--primary-color);
}
.sb-sidebar-footer {
  padding: 20px;
  background: var(--primary-color-1);
}

.sb-total-section {
  padding: 0px 0px 10px;
  border-radius: 8px;
}

.secure-icon i {
  margin-right: 10px;
}

.sb-total-row {
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.sb-total-label {
  font-size: 20px;
  font-weight: bold;
  color: var(--primary-bg);
}

.sb-total-amount {
  display: flex;
  align-items: center;
  gap: 10px;
}

.sb-old-total {
  text-decoration: line-through;
  color: #ccc;
  font-size: 16px;
}

.sb-new-total {
  color: var(--primary-bg);
  font-size: 22px;
  font-weight: bold;
}

.sb-checkout-btn {
  padding: 15px !important;
  font-size: 16px !important;
  font-weight: bold !important;
  border-radius: 8px !important;
  transition: all 0.3s ease !important;
}

.sb-shipping-note {
  text-align: center;
  font-size: 12px;
  color: var(--primary-bg);
  margin-top: 10px;
}

.sb-main-container {
  max-width: 1200px;
  margin: 0 auto;
  position: relative;
}

.voucher-btn {
  display: flex;
  align-items: center;
  gap: 8px;
  transition: all 0.3s;
  color: var(--primary-color);
  padding-bottom: 10px;
}

.voucher-field input {
  border: none;
  border-radius: 15px;
}

a.voucher-btn:hover, a.voucher-btn:focus {
  color: var(--primary-color);
}

.voucher-btn i {
  font-size: 12px;
}

.fa-chevron-down {
  transition: transform 0.3s;
}

.fa-chevron-down.down {
  transform: rotate(180deg);
}

.voucher-field {
  display: none;
  margin-bottom: 20px;
}

@media (max-width: 768px) {
  .sb-cart-sidebar {
      width: 100vw;
      right: -100vw;
  }
}
.payment-tdetails {
  width: 100%;
}
.payment-tdetails tr td, .payment-tdetails tr th {
  border-bottom: 1px solid var(--primary-color-2);
  padding: 20px;
  color: var(--primary-color-1);
}
.payment-tdetails tr:last-child td, .payment-tdetails tr:last-child th {
  border-bottom: none;
}
.policy-pages h2 {
  font-size: 24px;
  color: var(--primary-color-1);
  margin-top: 25px;
  margin-bottom: 10px;
  line-height: 30px;
}
.whatsapp-float {
  position: fixed;
  width: 60px;
  height: 60px;
  bottom: 20px;
  right: 20px;
  background: #25d366;
  color: white;
  border-radius: 50%;
  text-align: center;
  font-size: 30px;
  box-shadow: 0 4px 20px rgba(37, 211, 102, 0.4);
  z-index: 1000;
  transition: all 0.3s ease;
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: center;
  text-decoration: none;
  color: #fff !important;
}

.whatsapp-float:hover {
  transform: scale(1.1);
  background: #20ba5a;
  box-shadow: 0 6px 25px rgba(37, 211, 102, 0.6);
}

/* Pulse animation */
.whatsapp-float::before {
  content: '';
  position: absolute;
  width: 100%;
  height: 100%;
  border-radius: 50%;
  background: #25d366;
  opacity: 0.7;
  animation: pulse 2s infinite;
  z-index: -1;
}

@keyframes pulse {
  0% {
      transform: scale(1);
      opacity: 0.7;
  }
  50% {
      transform: scale(1.2);
      opacity: 0.3;
  }
  100% {
      transform: scale(1);
      opacity: 0.7;
  }
}

/* WhatsApp SVG Icon */
.whatsapp-icon {
  width: 32px;
  height: 32px;
  fill: currentColor;
}

/* Responsive design */
@media (max-width: 768px) {
  .whatsapp-float {
      width: 50px;
      height: 50px;
      bottom: 15px;
      right: 15px;
      font-size: 24px;
  }
  
  .whatsapp-icon {
      width: 26px;
      height: 26px;
  }
}

/* Tooltip */
.whatsapp-float::after {
  content: 'Chat with us on WhatsApp';
  position: absolute;
  right: 70px;
  top: 50%;
  transform: translateY(-50%);
  background: #333;
  color: white;
  padding: 8px 12px;
  border-radius: 5px;
  font-size: 12px;
  white-space: nowrap;
  opacity: 0;
  visibility: hidden;
  transition: all 0.3s ease;
  pointer-events: none;
}

.whatsapp-float:hover::after {
  opacity: 1;
  visibility: visible;
  right: 75px;
}

.whatsapp-float:hover::after {
  box-shadow: 2px 0 0 0 #333;
}

.tac-auth-card {
  background: white;
  border-radius: 20px;
  overflow: hidden;
  max-width: 700px;
  width: 100%;
  min-height: 600px;
  margin: 0 auto;
}

.tac-brand-title {
  font-size: 3rem;
  font-weight: bold;
  margin-bottom: 1rem;
  z-index: 2;
  position: relative;
}

.tac-brand-subtitle {
  font-size: 1.2rem;
  opacity: 0.9;
  z-index: 2;
  position: relative;
}

.tac-form-section {
  padding: 60px 40px;
}

.tac-nav-tabs {
  border: none;
  justify-content: center;
  margin-bottom: 2rem;
}

.tac-nav-link {
  border: none;
  color: var(--primary-color-1);
  font-weight: 600;
  font-size: 18px;
  padding: 15px 50px;
  margin: 0 10px;
    margin-bottom: 0px;
  border-radius: 18px !important;
  transition: all 0.3s ease;
  border-width: 2px !important;
  border-color: var(--primary-color-1) !important;
}

.tac-nav-link:hover {
  background: var(--primary-color-1) !important;
  color: var(--primary-color-2) !important;
  border-color: var(--primary-color-1) !important;
}

.tac-nav-link.active {
  background: var(--primary-color-1) !important;
  color: var(--primary-color-2) !important;
  border-color: var(--primary-color-1) !important;
}

.tac-form-group {
  margin-bottom: 1.5rem;
  position: relative;
}

.tac-form-label {
  font-weight: 600;
  color: #495057;
  margin-bottom: 0.5rem;
  display: block;
}

.tac-form-control {
  border: 2px solid #e9ecef;
  border-radius: 12px;
  padding: 15px 20px;
  font-size: 1rem;
  transition: all 0.3s ease;
  width: 100%;
}

.tac-form-control:focus {
  border-color: #0d6efd;
  box-shadow: 0 0 0 0.2rem rgba(13, 110, 253, 0.25);
  outline: none;
}

.tac-input-group {
  position: relative;
}

.tac-input-icon {
  position: absolute;
  right: 15px;
  top: 50%;
  transform: translateY(-50%);
  color: #6c757d;
  cursor: pointer;
}

.tac-btn-primary {
  background: linear-gradient(45deg, var(--primary-color-1), #764ba2);
  border: none;
  border-radius: 12px;
  padding: 15px 30px;
  font-weight: 600;
  font-size: 1.1rem;
  transition: all 0.3s ease;
  width: 100%;
  margin-top: 1rem;
}

.tac-btn-primary:hover {
  transform: translateY(-2px);
  box-shadow: 0 10px 25px rgba(102, 126, 234, 0.3);
  background: linear-gradient(45deg, #5a67d8, #6b46c1);
}

.tac-divider {
  text-align: center;
  margin: 2rem 0;
  position: relative;
}

.tac-divider span {
  background: white;
  padding: 0 20px;
  color: #6c757d;
  font-weight: 500;
}

.tac-social-btn {
  border: 2px solid #dee2e6;
  border-radius: 12px;
  padding: 12px;
  color: #495057;
  text-decoration: none;
  display: flex;
  align-items: center;
  justify-content: center;
  font-weight: 500;
  transition: all 0.3s ease;
  margin-bottom: 10px;
}

.tac-social-btn:hover {
  border-color: var(--primary-color-1);
  color: var(--primary-color-1);
  transform: translateY(-2px);
  box-shadow: 0 5px 15px rgba(0, 0, 0, 0.1);
  text-decoration: none;
}

.tac-checkbox-wrapper {
  display: flex;
  align-items: center;
  margin: 1rem 0;
}

.tac-checkbox {
  margin-right: 10px;
  transform: scale(1.2);
}

.tac-forgot-link {
  color: var(--primary-color-1);
  text-decoration: none;
  font-weight: 500;
  display: block;
  text-align: center;
  margin-top: 1rem;
  transition: all 0.3s ease;
}

.tac-forgot-link:hover {
  color: #764ba2;
  text-decoration: underline;
}

@media (max-width: 768px) {
  .tac-brand-section {
      padding: 40px 20px;
  }
  
  .tac-form-section {
      padding: 40px 20px;
  }
  
  .tac-brand-title {
      font-size: 2rem;
  }
  
  .tac-nav-link {
      padding: 12px 20px;
      margin: 0 5px;
      font-size: 1rem;
  }
}