/** Shopify CDN: Minification failed

Line 1011:54 Unexpected "{"

**/
:root{
	/* --primary-color: #196835; */
    --primary-color: #008dff;
    --secondery-color: #f5af49;
	--white-color: #FFFFFF;
    --black-color: #000000;
    /* --section-bg: rgba(25, 104, 53, 0.1); */
    --section-bg: rgba(163, 226, 227, 0.2);

    --primary-font: "Geologica Roman", sans-serif;
}
body{
	margin: 0;
	padding: 0;
	line-height: 1.5;
	font-size: 18px;
	color: var(--black-color);
    letter-spacing: 0.14px;
    font-family: var(--primary-font);
    font-weight: 300;
}
.btn {
    font-size: 20px;
    padding: 15px 40px;
    font-weight: 600;
    border-radius: 10px;
    border: 1px solid var(--primary-color);
    line-height: 1;
    color: var(--black-color);
    transition: all .4s ease-out;
    background-color: var(--white-color);
}
.btn:hover {
  background-color: var(--black-color);
  color: var(--white-color);
}
.btn-primary{
  background-color: var(--primary-color);
  color: var(--white-color);
  border: 1px solid var(--primary-color);
}
.btn-primary:hover{
  background-color: var(--secondery-color);
  color: var(--black-color);
  border: 1px solid var(--secondery-color);
}
h1, h2, h3, h4, h5, h6, .h1, .h2, .h3, .h4, .h5, .h6{
	line-height: 1.2;
	margin: 0;
	padding: 0;
    letter-spacing: 0;
    font-family: var(--primary-font);
}
h1 {
	font-size: 42px;
    font-weight: 700;
}
h2, .h2{
	font-size: 40px;
    font-weight: 600;
}
h3 {
    font-size: 22px;
    font-weight: 600;
}
.section-title h2{
  margin-bottom: 60px;
}
p{
	margin: 0;
}
p:not(:last-child) {
	margin-bottom: 16px;
}
img{
	max-width: 100%;
	height: auto;
}
ul{
	margin: 0;
	padding: 0;
}
a{
	text-decoration: none;
	transition: .4s;
}
a:focus{
	outline: none;
}
.bg {
	background-repeat: no-repeat;
	background-position: center center;
	background-size: cover;
}
.section-bg{
	background-color: var(--section-bg);
}
.p-100{
	padding: 100px 0;
}
.pt-100{
	padding-top: 100px;
}
.pb-100{
	padding-bottom: 100px;
}
.text-green {
  color: var(--primary-color);
}
.container {
    transition: .4s;
    max-width: 1200px;
    padding: 0 15px;
}

/* Top bar */
.announcement-bar__message {
    min-height: auto;
}

/* header */
.bb-header-btn .btn {
    font-size: 16px;
    font-weight: 300;
}
header.header {
    padding: 15px;
}
header.header ul li a, header.header ul li span {
    font-size: 16px;
    color: #141718;
}
a.header__heading-link.link.link--text.focus-inset {
    padding: 0;
}

/* banner */
.bb-banner-area {
    padding-top: 150px;
    padding-bottom: 230px;
}
._bb-banner-area::before{
  content: "";
  position: absolute;
  background: linear-gradient(89.63deg, rgba(0, 0, 0, 0.7533) 18.53%, rgba(0, 0, 0, 0.2754) 87.84%);
  height: 100%;
  width: 100%;
  top: 0;
  left: 0;
}
.bb-banner-text {
    margin-top: 30px;
    margin-bottom: 40px;
    max-width: 600px;
    font-size: 20px;
}
.bb-banner-content {
    
}
.bb-review-video video {
    width: 100%;
    border-radius: 10px;
}
.bb-img-video-content {
    border: 2px solid var(--primary-color);
    padding: 30px 20px;
    border-radius: 10px;
}
.bb-img-video-content:not(:last-child) {
    margin-bottom: 25px;
}
.bb-list-text {
    margin-top: 8px;
    margin-bottom: 20px;
}
.bb-img-video-content .btn {
    font-size: 19px;
    font-weight: 300;
    padding: 15px 30px;
}
.bb-img-video-content:hover {
    background-color: var(--section-bg);
}
.bb-img-video-content:hover .btn {
    background-color: var(--primary-color);
    color: var(--white-color);
}
.bb-review-tabs .nav-link.active .bb-img-video-content {
    background-color: var(--section-bg);
}
.bb-review-tabs .nav-link.active .bb-img-video-content .btn {
    background-color: var(--primary-color);
    color: var(--white-color);
}
.bb-review-tab-item video {
    width: 100%;
    max-height: 800px;
    object-fit: cover;
    border-radius: 15px;
}

/* differente */
.bb-differente-cover:nth-child(2n) {
    flex-direction: row-reverse;
}
.bb-differente-img img {
    width: 100%;
    border-radius: 10px;
    aspect-ratio: 1;
    object-fit: cover;
}
.bb-differente-img {
    width: 50%;
}
.bb-differente-content {
    width: 50%;
    padding-left: 60px;
}
.bb-differente-cover:nth-child(2n) .bb-differente-content {
    padding-left: 0;
    padding-right: 60px;
}
.bb-differente-cover:not(:last-child) {
    margin-bottom: 60px;
}
.bb-diff-heading {
    font-size: 24px;
    font-weight: 300;
    text-transform: uppercase;
    color: var(--primary-color);
}
.bb-diff-number {
    font-size: 68px;
    font-weight: 300;
    color: var(--primary-color);
    line-height: 1;
    margin-bottom: 10px;
}
.bb-diff-title {
    margin-bottom: 20px;
    margin-top: 10px;
}
.bb-differente-title {
    max-width: 800px;
}

/* who we are */
.who-we-are-img img {
    width: 100%;
    border-radius: 10px;
}
.who-we-are-content {
    margin-right: 60px;
}
.who-we-are-text {
    margin-top: 20px;
    margin-bottom: 20px;
}

/* faq */
.bb-faq h3 {
    font-size: 20px;
}
.bb-faq .accordion {
    background-color: #f6f6f6;
    border: none!important;
    padding: 5px 40px 5px 40px;
    border-radius: 10px;
}
.bb-faq .accordion:not(:last-child) {
    margin-bottom: 30px;
}
.bb-faq .collapsible-content summary:hover {
    background: #F6F6F6 !important;
}
details .bb-minus{
  display: none;
}
details[open] .bb-minus{
  display: block;
}
details[open] .bb-plus{
  display: none;
}
.bb-faq .collapsible-content summary:hover .accordion__title {
    text-decoration: none !important;
}
.bb-faq .accordion summary {
    justify-content: space-between;
}
.bb-plus, bb-minus {
    height: 24px;
    width: 24px;
}

/* bb-info */
.bb-info-icon img {
    height: 40px;
    width: 40px;
}
.bb-info {
    max-width: 920px;
}
.bb-info-area {
    background-color: var(--primary-color);
    color: var(--white-color);
    padding: 12px 0;
}
.bb-info-title {
    font-weight: 700;
    line-height: 1.2;
    font-size: 20px;
}
.bb-info-text {
    font-size: 14px;
    line-height: 1.2;
}

/* gallery */
.bb-gallery-img img {
    width: 100%;
    border-radius: 10px;
    aspect-ratio: 1/.7;
    object-fit: cover;
}
.bb-gallery-area .splide__track {
    border-radius: 10px;
    overflow: hidden;
}

/* footer */
.footer-logo {
    width: 200px;
}
.footer-item-1, .footer-item-4 {
    width: 30%;
}
.footer-item-2, .footer-item-3 {
    width: 20%;
}
.bb-footer-cover {
    display: flex;
    padding-top: 80px;
    padding-bottom: 100px;
}
.footer-bottom {
    background-color: var(--primary-color);
    color: var(--white-color);
    padding: 12px 0;
}
.bb-footer-cover strong {
    font-size: 14px;
    font-weight: 600;
    color: var(--primary-color);
  text-transform: uppercase;
  letter-spacing: 1px;
}
.footer-menu ul li a, .footer-info a {
    font-size: 16px;
    color: var(--primary-color);
}
.footer-info svg {
    width: 22px;
    margin-right: 8px;
}
.footer-social-links {
    display: flex;
    gap: 10px;
}
.footer-menu ul li a{
    font-size: 16px;
    color: var(--primary-color);
    letter-spacing: 1px;
}
.footer-contact {
    margin-bottom: 10px;
}
.footer-info {
    display: flex;
    margin-bottom: 10px;
    align-items: center;
}
.footer-info a {
    display: block;
}

/* custom-newsletter */
.bb-newsletter-area {
    padding: 70px 0;
}
.bb-newsletter-img img {
    width: 100%;
    border-radius: 10px;
    aspect-ratio: 1;
    object-fit: cover;
}
.bb-newsletter-content {
    padding-left: 80px;
}
.bb-news-form .field:before, .bb-news-form .field:after{
  display: none !important;
}
.bb-news-form .newsletter-form__button {
    width: 35% !important;
    background-color: var(--primary-color) !important;
    color: var(--white-color) !important;
    border-radius: 10px;
    border: 1px solid var(--primary-color);
    transition: .4s;
}
.bb-news-form .newsletter-form__button:hover{
    color: var(--primary-color) !important;
    background-color: var(--white-color) !important;
    border: 1px solid var(--primary-color);
}
.bb-news-form .newsletter-form {
    max-width: 100% !important;
}
.bb-news-form .newsletter-form__field-wrapper {
    max-width: 100%;
}
.bb-news-form .field {
    width: 63%;
}
.bb-news-form .newsletter-form__field-wrapper .field__input {
    border-radius: 10px;
    border: 1px solid var(--primary-color);
}
.bb-news-descrip {
    margin-top: 15px;
    max-width: 500px;
}
.bb-news-text {
    margin-top: 10px;
    margin-bottom: 15px;
}
.bb-news-title h2 {
    color: var(--primary-color);
}
.bb-news-descrip strong {
    font-weight: 600;
    color: var(--primary-color);
    font-size: 18px;
}
.h-news-img{
  width: 40%;
}
.h-news-content{
  width: 60%;
}
.h-newsletter-cover{
  background-color: var(--primary-color);
  border-radius: 20px;
  overflow: hidden;
}

/* featured-product */
.product-media-container.constrain-height.media-fit-contain {
    width: 100% !important;
    border-radius: 10px !important;
    overflow: hidden !important;
}
.bb-product-description {
    max-width: 500px;
}
.bb-featured-product .product__tax.caption.rte {
    display: none;
}
.bb-featured-product .product__view-details {
    display: none;
}
.bb-featured-product div#price-template--17731124166792__bb_featured_product_a3yHQi {
    margin-bottom: 0 !important;
}
.bb-featured-product .price__container {
    margin-bottom: 0 !important;
}
.bb-featured-product .product-form__buttons .button {
    font-size: 20px;
    padding: 15px 45px;
    font-weight: 600;
    border-radius: 10px;
    line-height: 1;
    transition: all .4s ease-out;
    background-color: var(--primary-color);
    color: var(--white-color);
    border: 1px solid var(--primary-color);
}
.bb-featured-product .product-form__buttons .button::before, .bb-featured-product .product-form__buttons .button::after{
  display: none !important;
}
.bb-featured-product .product-form__buttons .button:hover {
  background-color: var(--white-color);
  color: var(--primary-color);
  border: 1px solid var(--primary-color);
}
.bb-main-product p, .bb-main-product ul li {
    font-size: 16px;
}
.bb-main-product h1{
  font-size: 40px;
}
.bb-main-product h2, .bb-main-product h2 strong{
  font-size: 36px;
  font-weight: 600;
  margin-bottom: 10px;
}
.bb-main-product .product__description h3, .bb-main-product .product__description h3 strong{
  font-size: 24px;
  font-weight: 500;
  margin-bottom: 10px;
  margin-top: 20px;
}
.bb-main-product form#product-form-installment-template--17747677380744__main {
  display: none;
}
.bb-main-product .product__accordion {
    background-color: #f6f6f6;
    border: none!important;
    margin-bottom: 20px;
    padding: 0 20px;
    border-radius: 5px;
}
.bb-main-product .product__accordion .accordion__content {
    padding: 0;
    padding-bottom: 15px;
    margin-bottom: 0 !important;
}
.bb-main-product .h-banner-list-text:first-child {
    margin-top: 30px!important;
}
.bb-main-product .h-banner-text {
    display: flex;
    justify-content: start;
    align-items: center;
    gap: 10px;
    background: var(--primary-color);
    padding: 8px 15px;
    border-radius: 5px;
}
.bb-main-product .quickview-title {
    font-size: 16px;
    color: var(--white-color);
    font-weight: 600;
}
.h-banner-list-text {
    margin-top: 20px;
}
.h-banner-text img {
    width: 40px;
}
.bb-main-product .quantity:after{
  display: none;
}
.bb-main-product quantity-input.quantity input {
    border-top: 1px solid var(--primary-color);
    border-bottom: 1px solid var(--primary-color);
}
.bb-main-product .quantity__button {
    border: 1px solid var(--primary-color);
    border-radius: 2px;
}
.global-media-settings {
    border-radius: 20px !important;
    overflow: hidden !important;
}

/* why-choose */
.bb-why-choose-img img {
    height: 130px;
}
/* newsletter-two */
.bb-newsletter-two .newsletter-form__field-wrapper {
    display: flex !important;
    flex-direction: column !important;
}

/* about-page */
.about-title {
    font-weight: 700;
}
.bb-about-content {
    margin-top: 50px;
}
.bb-about-content strong {
    font-size: 20px;
    font-weight: 600;
}
.bb-about-content h3 {
    font-size: 20px;
    font-weight: 600;
    margin-bottom: 5px;
    margin-top: 20px;
}
.blog-title {
    font-weight: 700;
    margin-left: auto !important;
    margin-right: auto !important;
}
.bb-blog .card {
    border: none !important;
}
.bb-blog img{
  aspect-ratio: 1/.7;
  border-radius: 10px !important;
}
.bb-blog .card--card, .card--standard .card__inner {
    border-radius: 10px !important;
    overflow: hidden !important;
}
.bb-blog .card__information {
    padding: 0 !important;
    padding-top: 20px !important;
}
.bb-blog .article-card__info.caption-with-letter-spacing {
    color: var(--primary-color);
    font-size: 20px;
    text-transform: capitalize;
}
.bb-blog .article-card__excerpt.rte-width {
    font-size: 16px;
}

/* main-review */
.bb-main-review-cover {
    display: flex;
    gap: 10px;
}
.bb-review-client-img {
    height: 53px;
    width: 53px;
    border-radius: 100%;
}
.bb-review-client-img img {
    height: 53px;
    width: 53px;
    object-fit: contain;
}
.bb-mdin-review-content {
    flex: 1;
}
.bb-client-name h3 {
    font-size: 24px;
    font-weight: 600;
}
.bb-client-name span, .bb-review-wrapp span {
    font-size: 12px;
    color: #1db553;
    font-weight: 600;
    letter-spacing: .5px;
}
.bb-main-review-text {
    margin-top: 15px;
}
.bb-main-review-text h3 {
    font-size: 18px;
    font-weight: 600;
    margin-bottom: 5px;
}
.bb-review-wrapp {
    text-align: end;
}
.bb-review-product-img {
    width: 140px;
    margin-left: auto;
    margin-top: 20px;
    margin-bottom: 20px;
}
.bb-review-star {
    width: 100px;
    margin-left: auto;
}
.bb-main-review-text p {
    color: #373737;
    letter-spacing: 0.14px;
}

/*  */
.bb-newsletter-two .bb-news-form .newsletter-form__button {
    width: 100%!important;
    margin-top: 70px;
}
.bb-newsletter-two .bb-news-form .field {
    width: 100%;
}
.bb-newsletter-two-content {
    padding-left: 0;
    max-width: 900px;
    margin-left: auto;
      margin-right: auto;
}
.bb-newsletter-two .bb-news-text {
    max-width: 550px;
    margin-left: auto;
    margin-right: auto;
    font-size: 20px;
}

/* blog */
.bb-blog-content {
    padding-bottom: 60px;
    max-width: 920px;
    margin-left: auto;
    margin-right: auto;
}
.pagination-wrapper ul {
    width: 100%;
}
.bb-blog .pagination__item {
    border: 2px solid var(--primary-color);
    border-radius: 8px;
    font-weight: 600;
    font-size: 18px;
  color: var(--primary-color) !important;
}
.bb-blog .article-card__excerpt.rte-width {
    font-size: 18px;
}
.bb-blog .pagination__item.pagination__item--current {
    background-color: var(--primary-color);
    color: var(--white-color) !important;
    opacity: 1 !important;
}
.bb-blog .pagination__item--current:after, .bb-blog .pagination__item:hover:after {
  display: none !important;
}
.bb-blog .pagination-wrapper ul li svg {
    width: 16px !important;
    height: 16px !important;
}
.bb-main-product p {
    font-size: 18px;
}
.bb-main-product ul li {
    font-size: 18px;
}
.bb-single-title {
    font-size: 32px;
}
.bb-single-blog h2, .bb-single-blog h3{
  font-size: 24px;
  text-align: start !important;
  font-weight: 600;
}
.bb-single-blog h3{
  font-size: 20px;
}
span.circle-divider.caption-with-letter-spacing {
    font-size: 24px;
    color: var(--primary-color);
    margin-bottom: 10px;
    display: block;
}
.bb-single-blog-content {
    background-color: var(--section-bg);
    padding: 30px;
    border: 1px solid var(--primary-color);
    border-radius: 10px;
}
.bb-single-blog-content img {
    width: 100%;
    border-radius: 10px;
}
.bb-single-blog-content .article-template__hero-adapt.media {
    border-radius: 10px;
    overflow: hidden;
}
.bb-single-content-cover {
    padding-right: 40px;
}


/* update */
.bb-news-text {
    font-size: 24px;
}
.bb-news-descrip {
    color: var(--primary-color);
}
.bb-main-product .product__description h3, .bb-main-product .product__description h3 strong {
    font-weight: 600;
}
.bb-about-content ul li {
    list-style: disc;
}
.bb-about-content ul {
    padding-left: 20px;
}
.bb-banner-title h1 {
    font-size: 50px;
    /* color: var(--white-color); */
}
.bb-single-content-cover ul li, .bb-single-content-cover ol li {
    list-style: disc;
}
.bb-single-blog h2, .bb-single-blog h3, .bb-single-blog strong {
    margin-top: 15px;
    margin-bottom: 10px;
}
.bb-newsletter-two {
    padding-bottom: 100px;
}
.bb-newsletter-two-content h2 {
    color: var(--black-color);
}
.bb-single-back-btn{
  max-width: 300px;
}
.amazon-review-area {
    border-bottom: 1px solid #D9D9D9;
    padding-bottom: 60px;
    margin-bottom: 60px;
}
.bb-news-form .newsletter-form__button {
    position: unset;
}
header.header ul li a {
    font-family: var(--primary-font) !important;
}
.bb-product-review img {
    height: 22px;
}
.bb-product-review span {
    line-height: 1;
}
.bb-review-video {
    margin-right: 20px;
}
.bb-news-form .newsletter-form__field-wrapper {
    display: flex;
    justify-content: space-between;
}
.bb-review-info {
    padding-left: 64px;
    font-size: 12px;
    color: rgba(0, 0, 0, .4);
}
.bb-client-name img {
    object-fit: contain;
}
.bb-client-name {
    display: flex;
    gap: 40px;
    text-align: start;
}
.bb-client-name img {
    height: 20px;
}
.bb-newsletter-two .bb-news-form .newsletter-form__button {
    margin-top: 20px;
}
.bb-single-blog-content {
    position: sticky;
    top: 100px;
}
button.product-form__submit.btn.btn-primary.button--primary {
    font-size: 20px;
    font-weight: 300;
    padding: 13px 30px;
  border-radius: 8px;
}
.bb-review-video::before {
    content: "";
    position: absolute;
    background-image: url(https://cdn.shopify.com/s/files/1/0618/4291/5464/files/Vecffdtor.png?v=1740005629);
    background-repeat: no-repeat;
    height: 60px;
    width: 60px;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    background-size: contain;
    background-position: center;
}
.bb-single-content-cover hr {
    margin: 20px 0 !important;
}
.article-card__info {
    order: -1;
  margin-bottom: 20px;
}
.bb-blog-card-info {
    display: flex;
    flex-direction: column;
}
.bb-blog-btn{
  max-width: 200px;
}
a.bb-header-contact-link {
    color: #141718;
    font-size: 16px;
}
header.header ul li a {
    font-family: var(--primary-font)!important;
    color: #141718;
}

/* review tab */
.bb-review-tab-item video {
    width: 100%;
}
.bb-img-video-wrapp{
  border: none;
}
.bb-customers-review-tab .nav-link {
    color: var(--black-color);
    border: none;
    padding: 0;
}
.bb-customers-review-tab .nav-link:not(:last-child){
    margin-bottom: 25px;
}
.bb-review-tab-item{
  margin-right: 20px;
}
.bb-product-review {
    margin: 25px 0 !important;
}
/* New */
.who-we-are-heading {
    color: var(--primary-color);
}
.bb-header-btn {
    gap: 20px;
}
.bb-product-descrip ul li {
    position: relative;
    padding-left: 30px;
    margin-bottom: 3px;
}
.bb-product-descrip ul li:before {
    content: "";
    position: absolute;
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='24' height='24' viewBox='0 0 24 24'%3E%3Cpath fill='%23ffffff' d='M21 7L9 19l-5.5-5.5l1.41-1.41L9 16.17L19.59 5.59z'/%3E%3C/svg%3E");
    height: 20px;
    width: 20px;
    top: 5px;
    left: 0;
    background-repeat: no-repeat;
    background-position: center;
    background-color: var(--primary-color);
    background-size: contain;
    border-radius: 3px;
}
.accordion__content h2 {
    margin-bottom: 15px;
    font-size: 32px;
}
.accordion__content h3, .accordion__content h4, .accordion__content h5, .accordion__content h6 {
    margin-bottom: 10px;
}
.bb-single-featured-img img {
    width: 100%;
}
.bb-single-featured-img::before {
    content: "";
    position: absolute;
    background-color: rgba(25, 104, 53, .5);
    height: 80%;
    width: 100%;
    z-index: -1;
    bottom: 0;
    left: 0;
}
.bb-single-featured-img {
    padding: 0 80px 100px 80px;
    margin-top: 40px;
}
b, strong {
    font-weight: 600;
}
.bb-review-client-img img {
    border-radius: 100px;
}
/* 09-04-25 */
.bb-read-more-area {
    padding: 80px 0;
}
._h-banner-text img {
    filter: invert(100%) sepia(8%) saturate(286%) hue-rotate(201deg) brightness(120%) contrast(100%);
}
.h-banner-list-text:first-child img {
    filter: unset;
}
.footer-menu ul {
    list-style: none;
}
.copyright-text a {
    color: var(--white-color);
}
.bb-footer-cover strong {
    margin-bottom: 10px;
    display: block;
}
/* 05-07-25 */
/* .bb-info-item img {
    filter: invert(100%) sepia(0%) saturate(0%) hue-rotate(291deg) brightness(109%) contrast(102%);
} */
.bb-featured-product .product-form__buttons .button:hover {
  color: var(--black-color);
  border: 1px solid var(--black-color);
}
.footer-menu ul li a, .bb-footer-cover strong, .footer-info a, .bb-featured-product .product-form__buttons .button, .bb-info-text, .bb-review-tabs .nav-link.active .bb-img-video-content .btn, .bb-review-tabs .nav-link.active .bb-img-video-content .btn, .bb-img-video-content:hover .btn {
    color: var(--black-color);
}
.bb-featured-product .product-form__buttons .button,  {
    color: var(--white-color);
}
.bb-info-area {
    background-color: var(--secondery-color);
}
.bb-diff-number {
    color: var(--secondery-color);
}
.who-we-are-heading {
    color: var(--secondery-color);
}
.bb_default_page ul, .shopify-policy__container ul {
    margin-bottom: 16px;
  list-style: disc;
}
.bb_default_page ul li, .shopify-policy__container ul li{
  margin-bottom: 6px;
}
.bb_default_page h2, .bb_default_page h3, .shopify-policy__container h2, .shopify-policy__container h3 {
	margin-bottom: 16px;
	margin-top: 40px;
}
.bb_default_page h4, .bb_default_page h5, .bb_default_page h6, .shopify-policy__container h4, .shopify-policy__container h5, .shopify-policy__container h6 {
	margin-bottom: 16px;
	margin-top: 30px;
}
.bb_default_page h2, .shopify-policy__container h2{
  font-size: 24px;
}
.bb_default_page h4, .shopify-policy__container h4{
	font-size: 20px;
}
.bb_default_page h5, .shopify-policy__container h5{
	font-size: 18px;
}
.bb_default_page h6, .shopify-policy__container h6{
	font-size: 17px;
}
.shopify-policy__container {
  padding-top: 40px;
  padding-bottom: 60px;
}
.shopify-policy__container h1{
  margin-bottom: 40px;
}


.spice-spa-addon-product-title a {
    pointer-events: none;
}


.shopify-payment-button button {
    font-size: 20px;
    line-height: 1;
    padding-block: 5px;
    background: var(--secondery-color);
    text-transform: capitalize;
}
.shopify-payment-button button::after {
  box-shadow: 0 0 0 calc(var(--buttons-border-width) + var(--border-offset)) rgba(var(--color-button-text),var(--border-opacity)),0 0 0 var(--buttons-border-width) rgba(var(--secondery-color),var(--secondery-color));
}
.header__icons svg {
    width: 30px;
    height: 30px;
}
.bb-header-btn {
    margin-right: 10px;
}
.bb-product-descrip ul {
    list-style: none;
}
.product__accordion ul {
    list-style-position: outside;
}

.st-payment-icon img {
    max-width: 440px;
  width: 100%;
}
.rte ul, .rte ol {
    list-style-position: outside;
}




/* responsive */
@media screen and (min-width: 990px) {
    .bb-featured-product .featured-product:not(.product--no-media)>.product__info-wrapper {
        padding: 0 0 0 60px !important;
    }
    .bb-main-product .thumbnail-list {
        grid-template-columns: repeat(5, 1fr) !important;
    }
    .bb-main-product .global-media-settings {
      border-radius: 8px!important;
  }
   .bb-main-product .product--small .thumbnail-list.slider--tablet-up .thumbnail-list__item.slider__slide {
      width: calc(16.66% - .8rem) !important;
  }
}

@media screen and (min-width: 750px) {
    .price--large {
        font-size: 24px;
    }
    .section-template--18216312242327__main-padding {
      padding-top: 40px !important;
      padding-bottom: 80px !important;
  }
}

@media all and (max-width: 1199.98px){
  .bb-banner-area {
      padding-top: 80px;
      padding-bottom: 100px;
  }
  .bb-single-content-cover {
    padding-right: 0;
  }
  .who-we-are-content {
    margin-right: 40px;
  }
  
}

@media all and (max-width: 991.98px){
.bb-banner-title h1 {
    font-size: 50px;
}
h1 {
    font-size: 40px;
}
  h2, .h2 {
    font-size: 36px;
}
  .bb-banner-text {
    font-size: 18px;
}
  .btn {
    font-size: 24px;
}
  .bb-single-blog-content {
    margin-left: 0;
}
  .bb-differente-content {
    padding-left: 20px;
}
  .bb-differente-cover:nth-child(2n) .bb-differente-content {
    padding-left: 0;
    padding-right: 20px;
}
  .bb-diff-number {
    font-size: 50px;
}
  .bb-diff-heading {
    font-size: 24px;
}
  .who-we-are-content {
    margin-right: 0;
}
.bb-newsletter-content {
    padding-left: 20px;
}
  .bb-review-video {
    margin-right: 0;
}
  
}

@media all and (max-width: 767.98px){
.bb-banner-title h1 {
    font-size: 40px;
}
  h1{
    font-size: 36px;
  }
  h2, .h2 {
      font-size: 32px;
  }
  h3 {
    font-size: 24px;
}
  body{
	font-size: 17px;
}
  .p-100{
  	padding: 80px 0;
  }
  .pt-100{
  	padding-top: 80px;
  }
  .pb-100{
  	padding-bottom: 80px;
  }
  h2 {
    font-size: 32px;
  }
    .btn {
    font-size: 20px;
}
  .bb-header-btn {
    display: none !important;
  }
  .bb-banner-text {
    font-size: 18px;
}
  .bb-banner-area {
    padding-top: 60px;
    padding-bottom: 80px;
}
.bb-info {
    flex-direction: column;
    align-items: start !important;
    gap: 20px;
}
  .section-title h2 {
    margin-bottom: 30px;
}
  .bb-order-1{
    order: 1;
  }
  .bb-order-2{
    order: 2;
  }
  .bb-single-title {
    font-size: 36px;
}
  .bb-single-blog-content {
    padding: 20px;
    margin-bottom: 40px;
}
  .bb-footer-cover {
    flex-direction: column;
    padding-top: 60px;
    padding-bottom: 60px;
}
  .footer-item-1, .footer-item-4 {
    width: 100%;
}
  .footer-logo {
    width: 120px;
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 20px;
}
  .footer-item-2, .footer-item-3 {
    width: 100%;
    text-align: center;
    margin-bottom: 20px;
}
  .footer-contact {
    max-width: 250px;
    margin-left: auto;
    margin-right: auto;
}
  .footer-social-links {
    justify-content: center;
}
.bb-featured-product h2 {
    margin-bottom: 10px;
}
  .bb-product-description {
    max-width: 100%;
}
  .bb-featured-product {
    text-align: center;
}
 .bb-featured-product .product-form__buttons {
    margin: auto;
}
  .bb-img-video-wrapp {
    margin-top: 20px;
}
  .bb-differente-content {
    width: 100%;
    padding-left: 0;
    margin-top: 30px;
}
  .bb-differente-img {
    width: 100%;
}
  .bb-differente-cover {
    flex-direction: column !important;
}
  .bb-differente-cover:nth-child(2n) .bb-differente-content {
    padding-right: 0;
}
  .who-we-are-content {
    text-align: center;
    margin-bottom: 20px;
}
  .bb-faq .accordion {
    padding: 5px 15px;
}
  .accordion__title {
    max-width: calc(100% - 3rem) !important;
}
.bb-newsletter-content {
    padding-left: 0;
    margin-top: 30px;
}
  .bb-news-descrip {
    max-width: 100%;
}
  .bb-news-text {
    font-size: 18px;
}
  .bb-main-product {
    text-align: start;
}
  .bb-main-product h1 {
    font-size: 26px;
}
  .bb-review-wrapp {
    text-align: center;
    margin-bottom: 20px;
}
  .bb-review-product-img {
    margin-right: auto;
}
  .bb-review-star {
    margin-right: auto;
}
  .amazon-review-area {
    flex-direction: column;
    gap: 20px;
    padding-bottom: 40px;
    margin-bottom: 40px;
}
  .bb-product-review {
    justify-content: center;
}
  .bb-review-tab-item{
  margin-right: 0;
}
  .bb-single-featured-img {
    padding: 0 30px 60px 30px;
}
.bb-read-more-area {
    padding: 60px 0;
}

.bb-banner-bg video, .bb-banner-bg img {
    object-position: left;
}
 .bb-banner-area .bb-banner-bg{
   display: none;
 }
  .bb-mobile-bg img {
    width: 100%;
    border-radius: 10px;
    object-fit: cover;
}
.bb-featured-product .price-per-item__container {
    justify-content: center;
}
.footer-info {
    justify-content: center;
}
  .footer-contact {
    text-align: center;
}
  .contact__button {
    text-align: center;
}

div#md-sticky-atc img {
    display: none;
}
div#md-sticky-atc button.product-form__submit.btn.btn-primary.button--primary {
    font-size: 16px;
    padding: 13px 15px;
}
.needsclick.kl-teaser-WDhvSh {
	display: none;
}
#md-sticky-atc .product-content {
	display: none !important;
}
#md-sticky-atc .quantity {
	min-height: 43px;
}

.product-form__buttons .button {
    font-size: 19px !important;
}  

.bb-why-choose-img img {
    height: 65px;
}  
  
}





  
