
/* HEADER */

.sub-header .sub-header-icon{
    margin-left: 8rem;
    margin-right: 8rem;
}
.navbar-light .navbar-nav .nav-link i{
    font-size: 1.5rem !important;
    margin-left: 0.6rem;
}
.navbar-light .navbar-nav .nav-link:hover{
    color: #FE8673 !important;
    border-bottom: 3px solid #FE8673;
}

.navbar-light .navbar-nav .nav-link:hover i{
    color: #FE8673 !important;
    font-size: 1.5rem;
    /* transform: scaleY(-1); */
}
/* END HEADER */
/* FOOTER */
.footer-sign-in a{
    text-decoration: none;
    font-size: 1.7rem;
    font-weight: 600;
}

.footer-sign-in .circle{
    margin-left: 20px;
    padding: 1px 15px;
    background: #FFCA7E;
    border-radius: 50%;
    position: relative;
}
.footer-sign-in .circle:hover i{
    width: 10px;
}

.footer-sign-in .circle i{
    position: absolute;
    top: 50%;
    left: 0%;
    font-size: 2rem;
    transform: translate(-30%, -50%);
}
/* END FOOTER */

.drop-series-area .drop-series-block .drop-series-img:hover{
    transform: scale(1.1);
}
.drop-series-area .drop-series-block .drop-series-title-700{
    font-weight: 700;
}
.drop-series-area .drop-series-block .drop-series-title-1000{
    font-weight: 700;
}
.drop-series-area .drop-series-block .drop-series-title-2000{
    font-weight: 700;
}
.drop-series-area .drop-series-block .drop-series-title-3000{
    font-weight: 700;
}
.drop-series-area .drop-series-block .drop-series-title-3500{
    font-weight: 700;
}
.drop-series-area .drop-series-block .drop-series-title-5000{
    font-weight: 700;
}
.drop-series-area .drop-series-block .drop-series-title-6000{
    font-weight: 700;
}
.drop-series-area .drop-series-block .drop-series-title-700:hover{
    text-decoration: underline;
    text-decoration-color: #FFCA7E;
    text-decoration-thickness: 3px;
    text-underline-offset: 5px;
}
.drop-series-area .drop-series-block .drop-series-title-1000:hover{
    text-decoration: underline;
    text-decoration-color: #47ACBE;
    text-decoration-thickness: 3px;
    text-underline-offset: 5px;
    font-weight: 700;
}
.drop-series-area .drop-series-block .drop-series-title-2000:hover{
    text-decoration: underline;
    text-decoration-color: #FE8673;
    text-decoration-thickness: 3px;
    text-underline-offset: 5px;
    font-weight: 700;
}

.drop-series-area .drop-series-block .drop-series-title-3000:hover{
    text-decoration: underline;
    text-decoration-color: #FE8673;
    text-decoration-thickness: 3px;
    text-underline-offset: 5px;
    font-weight: 700;
}
.drop-series-area .drop-series-block .drop-series-title-3500:hover{
    text-decoration: underline;
    text-decoration-color: #b1cdbf;
    text-decoration-thickness: 3px;
    text-underline-offset: 5px;
    font-weight: 700;
}
.drop-series-area .drop-series-block .drop-series-title-5000:hover{
    text-decoration: underline;
    text-decoration-color: #8fb6c5;
    text-decoration-thickness: 3px;
    text-underline-offset: 5px;
    font-weight: 700;
}
.drop-series-area .drop-series-block .drop-series-title-6000:hover{
    text-decoration: underline;
    text-decoration-color: #9FE4C7;
    text-decoration-thickness: 3px;
    text-underline-offset: 5px;
    font-weight: 700;
}

/* END HEADER */
/* HOME PAGE SECTION STYLES */
.home-main .hero-banner{
    position: relative;
    min-height: 550px;
    display: flex;
    flex-direction: column;
    align-items: center;
    height: 100%;
    justify-content: center;
    margin-bottom: 1rem;
}
.home-main .hero-banner:before{
    background: white;
    content: "";
    position: absolute;
    left: auto;
    right: auto;
    top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
    opacity: 1;
    background-image: url('https://cdn11.bigcommerce.com/s-zo23333613/product_images/uploaded_images/hero-image-man-blue-new.jpg');
    background-position: right center;
    background-repeat: no-repeat;
    background-size: cover;
    width: 100vw;
    min-height: 550px;
}
.home-main .hero-banner h1{
    font-weight: bold;
    font-size: 4rem;
    z-index: 5;
    width: 60%;
    margin-right: auto;
    margin-top: auto;
    font-family: 'all-round-gothic' !important;

}
.home-main .hero-banner  .hero-title{
    z-index: 0;
    margin-right: auto;
    position: relative;
    padding-top: 100px;
    padding-bottom: 20px;
    margin-bottom: 20px;
    height: 100%;
}
.home-main .hero-banner  .hero-title:before{
    content: "";
    position: absolute;
    left: auto;
    right: auto;
    top: 0%;
	left: 0%;
	transform: translate(-40%, -0%);
    background: #FFFFFF80 ;
    border-top-right-radius: 248px;
    border-bottom-right-radius: 248px;
    opacity: 0.8;
    z-index: -1;
    width: 100%;
    height: inherit;
}

.home-main .hero-banner p{
    color: white;
    font-weight: 600;
    font-family: 'all-round-gothic' !important;
    font-size: 1.8rem !important;
    z-index: 1;
    width: 50%;
    margin-right: auto;
    margin-bottom: 0;
}
.home-main .hero-banner .hero-buttons{
    margin-top: 2rem;
    margin-right: auto;
    display: flex;
    flex-wrap: wrap;
}
.home-main .hero-banner .hero-buttons .hero-button-shop{
    background:  #04364A;
    padding: 1rem 3rem;
    border-radius: 47px;
    color: white;
    font-family: 'all-round-gothic';
    text-decoration: none;
    cursor: pointer;
    font-size: x-large;
    border: 5px solid #04364A;
    font-weight: 600;
    margin-right: 1rem;
    z-index: 1;
}
.home-main .hero-banner .hero-buttons .hero-button-shop:hover{
    background: transparent;
    color: #04364A;
}
.home-main .hero-banner .hero-buttons .hero-button-quiz{
    background:  #FFFFFF;
    border-radius: 47px;   
    padding: 1rem 3rem; 
    color: #04364A;
    font-family: 'all-round-gothic';
    cursor: pointer;
    text-decoration: none;
    font-size: x-large;
    border: 4px solid #FFFFFF;
    font-weight: 600;
    z-index: 1;
}
.home-main .hero-banner .hero-buttons .hero-button-quiz:hover{
    background: transparent;
    color: #FFFFFF !important;
}
.home-main .why-bidets-section h1{
    font-family: 'all-round-gothic';
    font-weight: bold;
    font-size: 5rem;
    text-align: center;
}

.home-main .why-bidets-section .why-bidets-list{
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    margin: 5rem 0;
}
.home-main .why-bidets-section .why-bidets-item{
    width: 300px;
    text-align: center;
}

.home-main .why-bidets-section .why-bidets-list .why-bidets-item .item-image img{
    width: 190px;
    height: 220px;
    object-fit: contain;
}
.home-main .why-bidets-section .why-bidets-list .why-bidets-item .item-text h3{
    font-weight: 600;
    font-size: 2.3rem;
    width: 18rem;
}
.home-main .why-bidets-section .why-bidets-buttons{
    display: flex;
    justify-content: center;
    margin-bottom: 5rem;
}
.home-main .why-bidets-section .why-bidets-buttons .why-bidets-learn-more{
    border-radius: 47px;   
    padding: 0.5rem 3rem; 
    color: #FE8673;
    font-family: 'all-round-gothic';
    cursor: pointer;
    text-decoration: none;
    font-size: x-large;
    border: 4px solid #FE8673;
    font-weight: 600;
}

.home-main .why-bidets-section .why-bidets-buttons .why-bidets-learn-more:hover{
    background: #FE8673;
    color: #ffffff !important;
}

.home-main .why-bidets-section .why-bidets-carousel{
    display: none;
}
.home-main .bidet-testimony{
    position: relative;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: center;
    height: fit-content;
    /* flex-direction: row-reverse; */
}
.home-main .bidet-testimony::before{
	content: "";
    position: absolute;
    left: auto;
    right: auto;
    top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
    opacity: 1;
    background-color: #04364A;
    width: 100vw;
    height: 350px;
}

.home-main .bidet-testimony .bidet-testimony-image{
    z-index: 1;
    text-align: center;
    /* flex-basis: 50%; */
}
.home-main .bidet-testimony .bidet-testimony-text{
    z-index: 1;
    /* flex-basis: 50%; */
    width: 50%;
}

.home-main .bidet-testimony .bidet-testimony-text .bidet-testimony-stars{
    /* z-index: 1;
    flex-basis: 50%; */
    color: white;
}
.home-main .bidet-testimony .bidet-testimony-text .bidet-testimony-stars ul{
   margin: 0;
}
.home-main .bidet-testimony .bidet-testimony-text .bidet-testimony-stars li{
    /* z-index: 1;
    flex-basis: 50%; */
    color: #FE8673 !important;
    font-size: 2.5rem;
    margin-right: 0.5rem;
}


.home-main .bidet-testimony .bidet-testimony-image img{
    width: 500px;
    height: auto;
}

.home-main .bidet-testimony .bidet-testimony-text p{
    color: white;
    font-family: 'all-round-gothic' !important;
    font-size: 1.4rem;
    margin: 0 0;
}
.home-main .bidet-testimony .bidet-testimony-text h3{
    color: white !important;
    font-weight: bold;
    font-size: 2rem;
    margin: 0 0;
}
.home-main .your-purchase-section{
    position: relative;
    /* background: #F0F0F0; */
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    align-items: center;
    height: 720px;
    overflow-y: visible;
    z-index: 1;
}
.home-main .your-purchase-section .your-purchase-bird{
    content: "";
    position: absolute;
    left: auto;
    right: auto;
    top: 0%;
	left: 0%;
	transform: translate(-40%, -25%);
    background: url('https://cdn11.bigcommerce.com/s-zo23333613/product_images/uploaded_images/bird-01.png') ;
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center center;
    z-index: 10;
    height: 300px;
    width: 450px;
}
.home-main .your-purchase-section::before{
	content: "";
    position: absolute;
    left: auto;
    right: auto;
    top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
    opacity: 1;
    background: #F0F0F0;
    width: 100vw;
    height: inherit;
}

.home-main .your-purchase-section .your-purchase-text{
    z-index: 1;
    width: 600px;
    /* flex-basis: 40%; */
}

.home-main .your-purchase-section .your-purchase-text h3{
    font-family: 'all-round-gothic' !important;
    font-size: 3rem;
    font-weight: bold;
}
.home-main .your-purchase-section .your-purchase-text p{
    font-family: 'all-round-gothic' !important;
    font-size: 1.8rem !important;
    font-weight: 500;
    line-height: 3rem;
}



.home-main .your-purchase-section .your-purchase-image{
    z-index: 1;
    width: 50%;
    position: relative;
    height: 700px;
    /* overflow-x: hidden; */
}

.home-main .your-purchase-section .your-purchase-image:before{
    content: "";
    position: absolute;
    left: auto;
    right: auto;
    top: 0%;
	left: 0%;
	transform: translate(0%, 0%);
    background: url('https://cdn11.bigcommerce.com/s-zo23333613/product_images/uploaded_images/bm-lifestyle-men-124.jpg') ;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center center;
    border-top-left-radius: 300px;
    border-bottom-left-radius: 300px;
    z-index: -1;
    width: 60vw;
    height: inherit;
}

.home-main .your-purchase-section .your-purchase-pill{
    position: relative;
    z-index: 1;
    /* flex-basis: 50%; */
    height: 150px;
    padding-right: 50px;
    margin-right: auto;
}
.home-main .your-purchase-section .your-purchase-pill h4{
    color: #04364A;
    font-family: 'all-round-gothic' !important;
    font-size: 2.3rem !important;
    font-weight: 1000;
    margin: 0 0;
    margin-left: 1rem;
}
.home-main .your-purchase-section .your-purchase-pill:before{
    content: "";
    position: absolute;
    left: auto;
    right: auto;
    top: 0%;
	right: 0%;
	transform: translate(0%, -40%);
    background: #FFCA7E  ;
    border-top-right-radius: 248px;
    border-bottom-right-radius: 248px;
    opacity: 1;
    z-index: -1;
    width: 100vw;
    height: inherit;
}

.home-main .right-match-section{
    position: relative;
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
    align-items: center;
    height: 600px;
    z-index: 1;
}
.home-main .right-match-section::before{
	content: "";
    position: absolute;
    left: auto;
    right: auto;
    top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
    opacity: 1;
    background: url('https://cdn11.bigcommerce.com/s-zo23333613/product_images/uploaded_images/brand-pattern-01.png?1234');
    background-position: center center;
    background-size: cover;
    width: 100vw;
    height: inherit;
}

.home-main .right-match-section .right-match-oval{
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    background: #FFFFFF;
    width: 50vw;
    height: 350px;
    border-radius: 181px;
    z-index: 1;
}


.home-main .right-match-section .right-match-oval h3{
    color: #04364A;
    font-family: 'all-round-gothic' !important;
    font-size: 4rem !important;
    font-weight: bolder;
    width: 80%;
    text-align: center;
}


.home-main .right-match-section .right-match-oval a{
    color: #04364A;
    font-family: 'all-round-gothic' !important;
    font-size: 1.7rem !important;
    font-weight: 600;
    text-decoration: none;
    background: #FFCA7E ;
    text-align: center;
    padding: 1rem 3rem;
    border-radius: 47px;
    border: 5px solid #FFCA7E;
}

.home-main .right-match-section .right-match-oval a:hover{
    background: transparent;
}

.home-main .company-blog-section{
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}


.home-main .company-blog-section .mobile-header{
    display: none;
    text-align: center;
    color: #04364A;
    font-family: 'all-round-gothic' !important;
    font-size: 3rem !important;
    font-weight: bolder;
}

.home-main .company-blog-section .blog-card{
    height: fit-content;
    display: flex;
    flex-direction: column;
    align-items: left;
    justify-content: center;
    width: 348px;
    /* margin: 1rem 1rem; */
}

.home-main .company-blog-section .blog-card:hover img{
    opacity: 0.5;
}

.home-main .company-blog-section .blog-card:hover h4{
    font-weight: bold;
}
.home-main .company-blog-section .blog-card a{
    text-decoration: none;
}
.home-main .company-blog-section .blog-card h4{
    text-align: left;
    color: #04364A;
    font-family: 'all-round-gothic' !important;
    font-size: 1.6rem !important;
    font-weight: 600;
    margin-top: 1rem;
}


.home-main .company-blog-section .blog-card img{
    height: 348px;
    object-fit: cover;
    width: 348px;
    border-radius: 10px;
}


.home-main .company-blog-section .blog-line{
    background: #04364A;
    width: 50px;
    height: 2px;
    margin-top: 1rem;
}

.home-main .company-blog-section .blog-text{
    height: fit-content;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    width: 348px;
}

.home-main .company-blog-section .blog-text h3{
    text-align: left;
    color: #04364A;
    font-family: 'all-round-gothic' !important;
    font-size: 3.3rem !important;
    font-weight: bolder;
}

.home-main .company-blog-section .blog-text a{
    color: #FE8673;
    border: solid #FE8673 5px;
    padding: 1rem 3rem;
    background: transparent;
    text-decoration: none;
    border-radius: 47px;
    text-align: center;
    font-size: 2rem;
    width: 100%;
    font-weight: 600;
    font-family: 'all-round-gothic' !important;
}
.home-main .company-blog-section .blog-text a:hover{
    background: #FE8673;
    color: #fff !important;
}
.home-main .our-happy-customer{
    position: relative;
}

.home-main .our-happy-customer:before{
    content: "";
    position: absolute;
    left: auto;
    right: auto;
    top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
    background:  #F0F0F0 ;
    opacity: 1;
    z-index: -1;
    width: 100vw;
    height: 100%;
}
.compare-bidet-table .sticky-col {
    position: sticky;
    /* border: none;
    background: #d1eaef; */
    /* left: 0;
    position: absolute;
    background: #d1eaef;
    top: auto;
    height: fit-content;
    width: 100%; */
    left: 0;
    background: #d1eaef;
    z-index: 200;
}

.compare-bidet-table th{
    border-width: 2px !important;
}
.compare-bidet-table td{
    border-width: 2px !important;
}
.compare-bidet-table{
    border-collapse: separate !important; 
}
/* .compare-bidet-table thead th:first-child {
    position: sticky;
    left: 0;
    background: #d1eaef;
    z-index: 2;
  }

.compare-bidet-table tbody td:first-child {
    position: sticky;
    left: 0;
    z-index: 2;
    background: #d1eaef;
} */
  

/* HOME PAGE STYLE END */


/* BLOG PAGE */
.page .company-blog-section{
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}


.page .company-blog-section .mobile-header{
    display: none;
    text-align: center;
    color: #04364A;
    font-family: 'all-round-gothic' !important;
    font-size: 3rem !important;
    font-weight: bolder;
}

.page .company-blog-section .blog-card{
    height: fit-content;
    display: flex;
    flex-direction: column;
    align-items: left;
    justify-content: center;
    width: 348px;
    margin: 1rem 0;
    /* margin: 1rem 1rem; */
}

.page .company-blog-section .blog-card:hover img{
    opacity: 0.5;
}

.page .company-blog-section .blog-card:hover h4{
    font-weight: bold;
}
.page .company-blog-section .blog-card a{
    text-decoration: none;
}
.page .company-blog-section .blog-card h4{
    text-align: left;
    color: #04364A;
    font-family: 'all-round-gothic' !important;
    font-size: 1.6rem !important;
    font-weight: 600;
    margin-top: 1rem;
}


.page .company-blog-section .blog-card img{
    height: 348px;
    object-fit: cover;
    width: 348px;
    border-radius: 10px;
}


.page .company-blog-section .blog-line{
    background: #04364A;
    width: 50px;
    height: 2px;
    margin-top: 1rem;
}

.page .company-blog-section .blog-text{
    height: fit-content;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    width: 348px;
}

.page .company-blog-section .blog-text h3{
    text-align: left;
    color: #04364A;
    font-family: 'all-round-gothic' !important;
    font-size: 3.3rem !important;
    font-weight: bolder;
}

.page .company-blog-section .blog-text a{
    color: #FE8673;
    border: solid #FE8673 5px;
    padding: 1rem 3rem;
    background: transparent;
    text-decoration: none;
    border-radius: 47px;
    text-align: center;
    font-size: 2rem;
    width: 100%;
    font-weight: 600;
    font-family: 'all-round-gothic' !important;
}
.page .company-blog-section .blog-text a:hover{
    background: #FE8673;
    color: #fff !important;
}
/* BLOG PAGE END */
/* CART */
.coupon-form, .cart-gift-certificate-form{
    display: flex;
    flex-direction: column;
    padding: 2px;
}
.coupon-code-cancel, .shipping-estimate-show[aria-expanded="true"]{
    width: fit-content;
}
.coupon-form .button, .cart-gift-certificate-form .button{
    width: 100%;
}
.coupon-form .form-input, .cart-gift-certificate-form .form-input{
    width: 100%;
}
/* CART END */

/* SHOP ALL */
.shop-all-cstm .bidet-testimony{
    position: relative;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: center;
    height: fit-content;
    flex-direction: row-reverse;
}
.shop-all-cstm .bidet-testimony::before{
	content: "";
    position: absolute;
    left: auto;
    right: auto;
    top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
    opacity: 1;
    background-color: #04364A;
    width: 100vw;
    height: 350px;
}

.shop-all-cstm .bidet-testimony .bidet-testimony-image{
    z-index: 1;
    text-align: center;
    /* flex-basis: 50%; */
}
.shop-all-cstm .bidet-testimony .bidet-testimony-text{
    z-index: 1;
    /* flex-basis: 50%; */
    width: 50%;
}

.shop-all-cstm .bidet-testimony .bidet-testimony-text .bidet-testimony-stars{
    /* z-index: 1;
    flex-basis: 50%; */
    color: white;
}
.shop-all-cstm .bidet-testimony .bidet-testimony-text .bidet-testimony-stars ul{
   margin: 0;
}
.shop-all-cstm .bidet-testimony .bidet-testimony-text .bidet-testimony-stars li{
    /* z-index: 1;
    flex-basis: 50%; */
    color: #FE8673 !important;
    font-size: 2.5rem;
    margin-right: 0.5rem;
}


.shop-all-cstm .bidet-testimony .bidet-testimony-image img{
    width: 500px;
    height: auto;
}

.shop-all-cstm .bidet-testimony .bidet-testimony-text p{
    color: white;
    font-family: 'all-round-gothic' !important;
    font-size: 1.4rem;
    margin: 0 0;
}
.shop-all-cstm .bidet-testimony .bidet-testimony-text h3{
    color: white !important;
    font-weight: bold;
    font-size: 2rem;
    margin: 0 0;
}

.answerbase-widget .timestamp{
    display: block !important;
}
.answerbase-widget .questions-list .item small a{
    display: none;
}

.page_contact_form .imag_contact img.img-fluid{
    /* display: none */
}
/* SHOP ALL END */




.nav-cart{
    position: fixed;
    top: 0%;
    right: 0%;
    background: white;
    width: 150px;
    height: 100%;
    border-left: 1px solid #bbb;
    z-index: 99999;
    padding: 20px 5px;
    display: none;
    margin: 0 !important;
   
}

.nav-cart i{
    position: absolute;
    top: 0;
    right: 0;
    width: 20px;
    color: black;
    height: 20px;
    background: beige;
}

.nav-cart-expanded{
    display: block;
   
}

.nav-cart .nav-cart-container{
    display: flex;
    flex-direction: column;
    /* justify-content: center; */
    align-items: center;
}

.nav-cart .nav-cart-container .nav-cart-title{
    font-size: 1rem !important;
    margin-bottom: 0;
}
.nav-cart .nav-cart-container .nav-cart-price{
    font-size: 1rem !important;
    color: #B12704;
    font-weight: bold !important;
}
.nav-cart .checkout-button{
    text-decoration: none;
    /* position: absolute;
    bottom: 20px; */
    font-size: 0.9rem;
    margin-bottom: 1rem;
    padding: 0 0.5rem;
    font-weight: 600;
    border-radius: 20px;
    background: #04364A;
    color: white;
    border: solid #04364A 2px;

}

.nav-cart .checkout-button:hover{
    color: white !important;

}
.nav-cart .go-cart-button{
    text-decoration: none;
    /* position: absolute;
    bottom: 20px; */
    font-size: 0.9rem;
    margin-bottom: 1rem;
    padding: 0 0.5rem;
    font-weight: 600;
    border-radius: 20px;
    border: solid #04364A 2px;

}
.nav-cart .minimize-button{
    position: absolute;
    top: 14px;
    left: 3px;
    text-decoration: none;
    /* position: absolute;
    bottom: 20px; */
    font-size: 20px;
    line-height: 2rem;
    padding: 0 0.6rem;
    font-weight: bolder;
    /* background: rgb(46,135,154,0.1);
    border-radius: 50%; */

}
.nav-cart .nav-cart-container .nav-cart-item-list{
    height: 100%;
    overflow-y: auto;
}

.nav-cart .nav-cart-container .nav-cart-item-list{
    display: flex;
    flex-direction: column;
    align-items: center;
}
.nav-cart .nav-cart-container .nav-cart-item{
    width: 85%;
    margin: 15px 0px;
    padding: 0% !important;
}

.main-window-cart-expanded{
    width: calc(100vw - 150px);
}

.loader {
    margin-top: 2rem;
    border: 4px solid #f3f3f3; /* Light grey */
    border-top: 4px solid #04364A; /* Blue */
    border-radius: 50%;
    width: 30px;
    height: 30px;
    animation: spin 2s linear infinite;
  }
  
@keyframes spin {
    0% { transform: rotate(0deg); }
    100% { transform: rotate(360deg); }
}

/* .cart_hover:hover .main-window{
    width: calc(99vw - 95px);
} */
.cstm-sku-and.description p {
    font-size: 1rem !important;
    margin: 0 !important;
}
.main-prd-rght-section .cstm-shipping .shrt-desc-shipng-info strong{
    display: block;
    color: #FE8673;
    font-size: 24px;
    font-weight: normal;
    font-style: italic;
}
.main-prd-rght-section .cstm-shipping .shrt-desc-shipng-info p{
    font-style: italic;
}
.main-prd-rght-section .cstm-shipping .shrt-desc-shipng-info{
    margin-bottom: 1rem;
}
.productView-price {
    margin-bottom: 0 !important;
}

.reg-title{
    font-weight: 900;
    font-size: 1.5rem;
    margin-top: 50px;
}
.benefits-community-container{
    display: flex;
    justify-content: center;
    /* align-items: center; */
}
.benefits-community{
    max-width: 700px;
    margin: 0 20px;
    padding-bottom: 50px;
    height: 100%;
    border-bottom: 3px solid rgba(71, 172, 190, .39);
}

.benefits-community-block{
    display: flex;
    justify-content: center;
    align-items: center;
}
.benefits-community-title h2{
    font-size: 3.2rem !important;
    line-height: 3.2rem !important;
    font-weight: 900;
    margin: 10px 0;
    color: #FFCA7E !important;
}

.benefits-community-title p{
   font-size: 1.2rem !important;
   line-height:  1.8rem !important;
}

.benefits-community-list{
    columns: 2;
    list-style: outside;
}

.benefits-community-list-item h5{
    font-weight: 900;
    font-size: 1.3rem !important;
    text-transform: none;
    margin: 0;
}
.benefits-community-list-item p{
    font-size: 1.2rem !important;
}

.reg-heading{
    font-size: 6rem !important;
    line-height: 6rem !important;
    margin-top: 3.5rem !important;
}

#inst-prd-sec{
    margin-top: 0;
}

#inst-prd-sec-confirmation{
    margin-top: 0;
}

.registration-page-confirmation .reg-heading{
    padding: 30px 0;
    font-family: 'all-round-gothic';
    font-weight: bold;
    text-align: center;
    width: 70%;
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 2.5rem;
}

.registration-page-confirmation .reg-heading {
    background-color: rgb(71 172 190 / 24%) !important;
    border-radius: 150px;
}

.registration-page-confirmation .reg-icon{
    display: flex;
    justify-content: center;
}

.registration-page-confirmation .inst-prd-sec .inst-infodata{
    width: 100% !important;
}

.registration-page-confirmation .reg-title{
    font-family: 'all-round-gothic';
    color: #FE8673 !important;
    text-align: center;
    width: 600px;
    font-size: 3rem !important;
    margin-left: auto;
    margin-right: auto;
}

.registration-page-confirmation .reg-description{
    font-weight: bolder;
    text-align: center;
    font-size: 1.3rem;
    margin-bottom: 0.5rem;
    text-transform: none;
}

.registration-page-confirmation .reg-subdescription{
    text-align: center;
    width: 500px;
    margin-left: auto;
    margin-right: auto;
    font-size: 1.2rem !important;
}

.col-xs-5ths,
.col-sm-5ths,
.col-md-5ths,
.col-lg-5ths {
    position: relative;
    min-height: 1px;
    padding-right: 15px;
    padding-left: 15px;
}

.col-xs-5ths {
    width: 20%;
    float: left;
}

@media (min-width: 768px) {
    .col-sm-5ths {
        width: 20%;
        float: left;
    }
}

@media (min-width: 992px) {
    .col-md-5ths {
        width: 20%;
        float: left;
    }
}

@media (min-width: 1200px) {
    .col-lg-5ths {
        width: 20%;
        float: left;
    }
}


.home-main .hero-slider-banner-1{
    position: relative;
    min-height: 800px;
    display: flex;
    /* flex-direction: column; */
    /* align-items: center; */
    /* height: 100%; */
    justify-content: right;
}


.home-main .hero-slider-banner-1 .banner-slide-circles{
    position: absolute;
    left: 50px;
    bottom: 20px;
    display: flex;
    justify-content: center;
    width: fit-content;
    height: 50px;
    /* background: black; */
}

.home-main .hero-slider-banner-1 .banner-slide-circles .banner-circle{
    height: 20px;
    width: 20px;
    border: #ffffff solid 5px;
    border-radius: 50%;
    cursor: pointer;
    margin: 0 10px;
    z-index: 6;
}

.home-main .hero-slider-banner-1 .banner-slide-circles .banner-circle:hover{
    background: #fce1dd;
}

.home-main .hero-slider-banner-1 .banner-block{
    z-index: 5;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    width: 800px;
}

.home-main .hero-slider-banner-1:before{
    background: white;
    content: "";
    position: absolute;
    left: auto;
    right: auto;
    top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
    opacity: 1;
    background-image: url('https://cdn11.bigcommerce.com/s-zo23333613/images/stencil/original/image-manager/bm-home-banner-09.22-revised-01.png');
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
    width: 100vw;
    min-height: 800px;
}

.home-main .hero-slider-banner-1 .banner-block .banner-title-first{
    color: #ffffff !important;
    margin: 0;
    font-weight: 600;
    font-size: 3rem !important;
}

.home-main .hero-slider-banner-1 .banner-block .banner-title-second{
    color: #04364A;
    font-size: 6rem;
    font-weight: 600;
    margin: 0;
}

.home-main .hero-slider-banner-1  .banner-block .banner-desc{
    color: #ffffff !important;
    font-family: "all-round-gothic"! important;
    text-align: center;
    font-size: 1.9rem !important;
    font-weight: 500;
}

.home-main .hero-slider-banner-1  .banner-block .banner-button{
    font-family: "all-round-gothic";
    text-decoration: none;
    color: #ffffff;
    background: #04364A;
    border-radius: 60px;
    font-size: 2rem;
    font-weight: 600;
    padding: 20px 60px;
}

.home-main .hero-slider-banner-1  .banner-block .banner-button:hover{
    color: #ffffff !important;
}

/* BANNER 2 */

.home-main .hero-slider-banner-2{
    position: relative;
    min-height: 800px;
    display: flex;
    /* flex-direction: column; */
    /* align-items: center; */
    /* height: 100%; */
    justify-content: right;
}

.home-main .hero-slider-banner-2 .banner-slide-circles{
    position: absolute;
    left: 50px;
    bottom: 20px;
    display: flex;
    justify-content: center;
    width: fit-content;
    height: 50px;
    /* background: black; */
}

.home-main .hero-slider-banner-2 .banner-slide-circles .banner-circle{
    height: 20px;
    width: 20px;
    border: #ffffff solid 5px;
    border-radius: 50%;
    cursor: pointer;
    margin: 0 10px;
    z-index: 6;
}

.home-main .hero-slider-banner-2 .banner-block{
    z-index: 5;
    display: flex;
    flex-direction: column;
    align-items: left;
    justify-content: center;
    width: 800px;
    text-align: right;
}

.home-main .hero-slider-banner-2:before{
    background: white;
    content: "";
    position: absolute;
    left: auto;
    right: auto;
    top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
    opacity: 1;
    background-image: url('https://cdn11.bigcommerce.com/s-zo23333613/images/stencil/original/image-manager/bm-5000-release-graphics-website-banner-1.png');
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
    width: 100vw;
    min-height: 800px;
}

.home-main .hero-slider-banner-2 .banner-block .banner-title-first{
    color: #ffffff !important;
    margin: 0;
    font-weight: 600;
    font-size: 3rem !important;
    
}

.home-main .hero-slider-banner-2 .banner-block .banner-title-second{
    color: #ffffff !important;
    font-size: 6rem;
    font-weight: 600;
    margin: 0;
}

.home-main .hero-slider-banner-2  .banner-block .banner-desc{
    color: #ffffff !important;
    font-family: "all-round-gothic"! important;
    text-align: right;
    font-size: 1.9rem !important;
    font-weight: 500;
}

.home-main .hero-slider-banner-2  .banner-block .banner-button{
    font-family: "all-round-gothic";
    text-decoration: none;
    color: #ffffff;
    background: #276eb6;
    border-radius: 60px;
    font-size: 2rem;
    font-weight: 600;
    padding: 20px 60px;
    width: fit-content;
    margin-left: auto;
}

.home-main .hero-slider-banner-2  .banner-block .banner-button:hover{
    color: #ffffff !important;
}


/* BANNER 3 */

.home-main .hero-slider-banner-3{
    position: relative;
    min-height: 800px;
    display: flex;
    /* flex-direction: column; */
    /* align-items: center; */
    /* height: 100%; */
    justify-content: center;
}

.home-main .hero-slider-banner-3 .banner-slide-circles{
    position: absolute;
    left: 50px;
    bottom: 20px;
    display: flex;
    justify-content: center;
    width: fit-content;
    height: 50px;
    /* background: black; */
}

.home-main .hero-slider-banner-3 .banner-slide-circles .banner-circle{
    height: 20px;
    width: 20px;
    border: #ffffff solid 5px;
    border-radius: 50%;
    cursor: pointer;
    margin: 0 10px;
    z-index: 6;
}

.home-main .hero-slider-banner-3 .banner-block{
    z-index: 5;
    display: flex;
    justify-content: center;
    width: 100%;
    align-items: center;
}

.home-main .hero-slider-banner-3:before{
    background: white;
    content: "";
    position: absolute;
    left: auto;
    right: auto;
    top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
    opacity: 1;
    background-image: url('https://cdn11.bigcommerce.com/s-zo23333613/images/stencil/original/image-manager/bm-home-banner-slide-3.png');
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
    width: 100vw;
    min-height: 800px;
}

.home-main .hero-slider-banner-3 .banner-block .banner-subblock{
    margin-right: 20px;
}

.home-main .hero-slider-banner-3 .banner-block .banner-title-first{
    color: #ffffff !important;
    margin: 0;
    font-weight: 600;
    font-size: 3rem !important;
    
}

.home-main .hero-slider-banner-3 .banner-block .banner-title-second{
    color: #04364A !important;
    font-size: 6rem;
    font-weight: 600;
    margin: 0;
}

.home-main .hero-slider-banner-3  .banner-block .banner-desc{
    color: #ffffff !important;
    font-family: "all-round-gothic"! important;
    text-align: left;
    font-size: 1.9rem !important;
    font-weight: 500;
}

.home-main .hero-slider-banner-3  .banner-block .banner-button{
    font-family: "all-round-gothic";
    text-decoration: none;
    color: #ffffff;
    background: transparent;
    border: #ffffff solid 4px;
    border-radius: 60px;
    font-size: 2rem;
    font-weight: 600;
    padding: 20px 60px;
    width: fit-content;
    margin-left: 20px;
}

.home-main .hero-slider-banner-3  .banner-block .banner-button:hover{
    color: #ffffff !important;
}



.why-bidets .why-bidets-banner{
    height: 40rem;
    width: 100%;
    position: relative;
}

.why-bidets .why-bidets-banner::before{
    background: url('https://cdn11.bigcommerce.com/s-zo23333613/images/stencil/original/image-manager/bm-why-bidets-banner.png');
    background-position: center center;
    background-size: cover;
	content: "";
    position: absolute;
    left: auto;
    right: auto;
    top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
    opacity: 1;
    background-color: #FFCA7E;
    width: 100vw;
    height: inherit;
}

.why-bidets .why-bidets-banner .why-bidets-block{
    display: flex;
    max-width: 600px;
    flex-direction: column;
    height: 100%;
    justify-content: center;
}

.why-bidets .why-bidets-banner .why-bidets-block h1{
    z-index: 5;
    font-size: 5rem;
    font-weight: bolder;
}

.why-bidets .why-bidets-banner .why-bidets-block h3{
    z-index: 5;
    font-size: 2.3rem;
    font-weight: bolder;
    color: #FFFFFF !important;
}

.why-bidets .why-bidets-banner .why-bidets-block p{
    z-index: 5;
    font-size: 1.9rem !important;
    font-weight: 600 !important;
    font-family: 'all-round-gothic' !important;
}

.why-bidets .why-bidets-banner .kangaroo{
    z-index: 10;
    position: absolute;
    height: 500px;
    right: 0;
    bottom: -70px;
}

.why-bidets .why-bidets-wipe{
    height: 100%;
    width: 100%;
    position: relative;
    display: flex;
    margin: 50px 0;
}

.why-bidets .why-bidets-wipe .why-wipe-block{
    width: 50%;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: left;
}

.why-bidets .why-bidets-wipe .why-wipe-block h2{
    font-weight: bolder !important;
    font-size: 3rem !important;
}

.why-bidets .why-bidets-wipe .why-wipe-block p{
    font-weight: bolder !important;
    font-family: 'all-round-gothic' !important;
    font-size: 1.8rem !important;
    line-height: 2rem;
}

.why-bidets .why-bidets-wipe .why-wipe-block ul{
    list-style: disc;
    margin-left: 25px;
}

.why-bidets .why-bidets-wipe .why-wipe-block li{
    font-weight: bolder !important;
    font-family: 'all-round-gothic' !important;
    font-size: 1.8rem !important;
    line-height: 2rem;
}

.why-bidets .why-bidets-wipe .why-wipe-video{
    width: 50%;
    display: flex;
    justify-content: center;
    align-items: center;
}


.why-bidets .why-bidets-reasons{
    height: 100%;
    width: 100%;
    position: relative;
}

.why-bidets .why-bidets-reasons::before{
	content: "";
    position: absolute;
    left: auto;
    right: auto;
    top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
    opacity: 1;
    background-color: #F0F0F0 ;
    width: 100vw;
    height: inherit;
    z-index: -1;
}
.why-bidets .why-bidets-reasons .why-bidets-reasons-title{
    display: flex;
    justify-content: center;
}
.why-bidets .why-bidets-reasons .why-bidets-reasons-title h1{
    z-index: 5;
    font-size: 4rem !important;
    font-weight: 900 !important;
    margin: 80px 0;
}

.why-bidets .why-bidets-reasons .why-bidets-reasons-title h1 span{
    color: #FE8673;
    font-weight: bolder !important;
}

.why-bidets .why-bidets-reasons .reasons-grid{
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 10px;
    grid-auto-rows: minmax(100px, auto);
    padding-bottom: 80px;
}
.why-bidets .why-bidets-reasons .reasons-grid .reason-block{
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    max-width: 400px;
    margin: 0 auto;
}
.why-bidets .why-bidets-reasons .reasons-grid .reason-block img{
    height: 160px;
}

.why-bidets .why-bidets-reasons .reasons-grid .reason-block h3{
    text-align: center;
    width: 300px;
    font-size: 1.8rem !important;
    font-weight: bold !important;
}

.why-bidets .why-bidets-reasons .reasons-grid .reason-block p{
    text-align: center;
    width: 300px;
    font-size: 1.3331rem !important;
    color: #434243 !important;
}

.why-bidets .why-bidets-expenses{
    height: 100%;
    width: 100%;
    position: relative;
    display: flex;
}

.why-bidets .why-bidets-expenses::before{
	content: "";
    position: absolute;
    left: auto;
    right: auto;
    top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
    opacity: 1;
    background-color: #04364A ;
    width: 100vw;
    height: inherit;
    z-index: -1;
}

.why-bidets .why-bidets-expenses .why-expenses-picture:before{
    content: "";
    position: absolute;
    left: auto;
    right: auto;
    top: 0%;
    left: -40%;
    transform: translate(0%, 0%);
    background: url(https://cdn11.bigcommerce.com/s-zo23333613/images/stencil/original/image-manager/bm-lifestyle-people-female-prego-95.jpg);
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center center;
    border-top-right-radius: 300px;
    border-bottom-right-radius: 300px;
    z-index: -1;
    width: 950px;
    height: inherit;
}

.why-bidets .why-bidets-expenses .why-expenses-picture{
    /* width: 45%;
    height: auto;
    border-top-right-radius: 200px;
    border-bottom-right-radius: 200px;
    background: url("https://cdn11.bigcommerce.com/s-zo23333613/images/stencil/original/image-manager/bm-lifestyle-people-female-prego-95.jpg");
    background-position: center center;
    background-size: cover; */
    z-index: 1;
    width: 50%;
    position: relative;
    height: 750px;
}

.why-bidets .why-bidets-expenses .why-expenses-block{
    width: 50%;
    height: 100%;
    display: flex;
    flex-direction: column;
    justify-content: center;
    margin-left: 50px;
    padding: 50px 0;
}

.why-bidets .why-bidets-expenses .why-expenses-block h3{
    color: #FFFFFF !important;
    font-size: 3rem !important;
    font-weight: bolder;
}

.why-bidets .why-bidets-expenses .why-expenses-block p{
    color: #FFFFFF !important;
    font-size: 2rem !important;
    font-family: 'all-round-gothic' !important;
    font-weight: 600;
}

.why-bidets .why-bidets-expenses .why-expenses-block a{
    color: #FFFFFF !important;
    font-size: 2.5rem !important;
    font-family: 'all-round-gothic' !important;
    font-weight: 600;
    text-decoration: none;
    background: #FC8673;
    border-radius: 80px;
    width: fit-content;
    padding: 15px 40px;
}

.why-bidets .why-bidets-world{
    height: 100%;
    width: 100%;
    position: relative;
    display: flex;
    margin: 100px 0;
    align-items: center;
    flex-direction: column;
}


.why-bidets .why-bidets-world .world-title{
    width: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    height: 20rem;
    border: 7px solid #FFCA7E;
    border-radius: 100px;
}

.why-bidets .why-bidets-world .world-title h1{
    font-size: 4rem;
    margin: 0 200px;
    font-weight: bolder;
    text-align: center;
}

.why-bidets .why-bidets-world .world-body {
    display: flex;
    justify-content: center;
    width: 100%;
}

.why-bidets .why-bidets-world .world-body .world-desc{
    width: 50%;
    padding: 90px 0;
    margin-right: 50px;
}

.why-bidets .why-bidets-world .world-body .world-desc p{
    font-size: 2.1rem !important;
    font-weight: 600 !important;
    font-family: 'all-round-gothic' !important;
}

.why-bidets .why-bidets-world .world-body .world-block{
    width: 50%;
    background: #FE8673;
    border-radius: 100px;
    padding: 20px 80px;
    margin: 40px 0;
}

.why-bidets .why-bidets-world .world-body .world-block h2{
    font-size: 3.8rem !important;
    font-weight: bolder;
    color: #ffffff !important;
}


.why-bidets .why-bidets-world .world-body .world-block ul{
    list-style: disc;
    margin-left: 50px;
    margin-right: 50px;
}

.why-bidets .why-bidets-world .world-body .world-block ul li{
    font-size: 2rem;
    margin-bottom: 30px;
    font-family: 'all-round-gothic' !important;
    color: #ffffff !important;
    font-weight: 600;
}


.why-bidets .right-match-section{
    position: relative;
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
    align-items: center;
    height: 600px;
    z-index: 1;
}
.why-bidets .right-match-section::before{
	content: "";
    position: absolute;
    left: auto;
    right: auto;
    top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
    opacity: 1;
    background: url('https://cdn11.bigcommerce.com/s-zo23333613/product_images/uploaded_images/brand-pattern-01.png?1234');
    background-position: center center;
    background-size: cover;
    width: 100vw;
    height: inherit;
}

.why-bidets .right-match-section .right-match-oval{
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    background: #FFFFFF;
    width: 50vw;
    height: 350px;
    border-radius: 181px;
    z-index: 1;
}


.why-bidets .right-match-section .right-match-oval h3{
    color: #04364A;
    font-family: 'all-round-gothic' !important;
    font-size: 4rem !important;
    font-weight: bolder;
    width: 80%;
    text-align: center;
}


.why-bidets .right-match-section .right-match-oval a{
    color: #04364A;
    font-family: 'all-round-gothic' !important;
    font-size: 1.7rem !important;
    font-weight: 600;
    text-decoration: none;
    background: #FFCA7E ;
    text-align: center;
    padding: 1rem 3rem;
    border-radius: 47px;
    border: 5px solid #FFCA7E;
}

.why-bidets .right-match-section .right-match-oval a:hover{
    background: transparent;
}


.shop-all-cstm .shop-all-banner{
    height: 40rem;
    width: 100%;
    position: relative;
}

.shop-all-cstm .shop-all-banner::before{
    background: url('https://cdn11.bigcommerce.com/s-zo23333613/images/stencil/original/image-manager/bm-all-bidets-banner.png');
    background-position: center center;
    background-size: cover;
	content: "";
    position: absolute;
    left: auto;
    right: auto;
    top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
    opacity: 1;
    background-color: #FFCA7E;
    width: 100vw;
    height: inherit;
}

.shop-all-cstm .shop-all-banner .shop-all-block{
    display: flex;
    max-width: 800px;
    flex-direction: column;
    height: 100%;
    justify-content: center;
}

.shop-all-cstm .shop-all-banner .shop-all-block h1{
    z-index: 5;
    font-size: 5rem;
    font-weight: bolder;
}

.shop-all-cstm .shop-all-banner .shop-all-block h3{
    z-index: 5;
    font-size: 2.3rem;
    font-weight: bolder;
    color: #FFFFFF !important;
}

.shop-all-cstm .shop-all-banner .shop-all-block p{
    z-index: 5;
    font-size: 1.9rem !important;
    font-weight: 600 !important;
    font-family: 'all-round-gothic' !important;
}

.shop-all-cstm .shop-all-banner .racoon{
    z-index: 10;
    position: absolute;
    height: 500px;
    right: -100px;
    bottom: -50px;
}

.shop-all-cstm .right-match-section{
    position: relative;
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
    align-items: center;
    height: 600px;
    z-index: 1;
    margin: 120px 0;
}
.shop-all-cstm .right-match-section::before{
	content: "";
    position: absolute;
    left: auto;
    right: auto;
    top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
    opacity: 1;
    background: url('https://cdn11.bigcommerce.com/s-zo23333613/product_images/uploaded_images/brand-pattern-01.png');
    background-position: center center;
    background-size: cover;
    width: 100vw;
    height: inherit;
}

.shop-all-cstm .right-match-section .right-match-oval{
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    background: #FFFFFF;
    width: 50vw;
    height: 350px;
    border-radius: 181px;
    z-index: 1;
}


.shop-all-cstm .right-match-section .right-match-oval h3{
    color: #04364A;
    font-family: 'all-round-gothic' !important;
    font-size: 4rem !important;
    font-weight: bolder;
    width: 80%;
    text-align: center;
}


.shop-all-cstm .right-match-section .right-match-oval a{
    color: #04364A;
    font-family: 'all-round-gothic' !important;
    font-size: 1.7rem !important;
    font-weight: 600;
    text-decoration: none;
    background: #FFCA7E ;
    text-align: center;
    padding: 1rem 3rem;
    border-radius: 47px;
    border: 5px solid #FFCA7E;
}

.shop-all-cstm .right-match-section .right-match-oval a:hover{
    background: transparent;
}

.shop-all-cstm .shop-all-custom{
    height: 100%;
    width: 100%;
    position: relative;
    display: flex;
}

.shop-all-cstm .shop-all-custom::before{
	content: "";
    position: absolute;
    left: auto;
    right: auto;
    top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
    opacity: 1;
    background-color: #04364A ;
    width: 100vw;
    height: inherit;
    z-index: -1;
}

.shop-all-cstm .shop-all-custom .shop-all-custom-picture:before{
    content: "";
    position: absolute;
    left: auto;
    right: auto;
    top: 0%;
    left: -40%;
    transform: translate(0%, 0%);
    background: url('https://cdn11.bigcommerce.com/s-zo23333613/images/stencil/original/image-manager/bm-lifestyle-people-female-01-61.jpg');
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center center;
    border-top-right-radius: 300px;
    border-bottom-right-radius: 300px;
    z-index: -1;
    width: 950px;
    height: inherit;
}

.shop-all-cstm .shop-all-custom .shop-all-custom-picture{
    z-index: 1;
    width: 50%;
    position: relative;
    height: 750px;
}

.shop-all-cstm .shop-all-custom .shop-all-custom-block{
    width: 50%;
    height: 100%;
    display: flex;
    flex-direction: column;
    justify-content: center;
    margin-left: 50px;
    padding: 50px 0;
}

.shop-all-cstm .shop-all-custom .shop-all-custom-block h3{
    color: #FFFFFF !important;
    font-size: 3rem !important;
    font-weight: bolder;
}

.shop-all-cstm .shop-all-custom .shop-all-custom-block p{
    color: #FFFFFF !important;
    font-size: 2rem !important;
    font-family: 'all-round-gothic' !important;
    font-weight: 600;
}

.shop-all-cstm .shop-all-custom .shop-all-custom-block a{
    color: #FFFFFF !important;
    font-size: 2.5rem !important;
    font-family: 'all-round-gothic' !important;
    font-weight: 600;
    text-decoration: none;
    background: #FC8673;
    border-radius: 80px;
    width: fit-content;
    padding: 15px 40px;
}

.shop-all-cstm .shop-all-exp{
    height: 100%;
    width: 100%;
    position: relative;
    display: flex;
    margin: 80px 0;
}

.shop-all-cstm .shop-all-exp .shop-all-block{
    width: 50%;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: left;
}

.shop-all-cstm .shop-all-exp .shop-all-block h2{
    font-weight: bolder !important;
    font-size: 3.2rem !important;
    margin-top: 0;
    margin-bottom: 30px;
}

.shop-all-cstm .shop-all-exp .shop-all-block p{
    font-weight: 600 !important;
    font-family: 'all-round-gothic' !important;
    font-size: 2.2rem !important;
    line-height: 2.7rem;
    margin-bottom: 50px;
}

.shop-all-cstm .shop-all-exp .shop-all-block a{
    text-decoration: none;
    font-size: 2rem;
    font-weight: 600;
    color: #04364A;
    border: 4px solid #FE8673;
    border-radius: 51px;
    width:  fit-content;
    padding: 5px 80px;
}

.shop-all-cstm .shop-all-exp .shop-all-block a:hover{
    font-weight: bold;
}


.shop-all-cstm .shop-all-exp .shop-all-video{
    width: 50%;
    display: flex;
    justify-content: center;
    align-items: center;
}

.shop-all-cstm .shop-all-savings{
    display: flex;
    justify-content: space-evenly;
    align-items: center;
    width: 100%;
    flex-wrap: wrap;
    margin-bottom: 120px;
}

.shop-all-cstm .shop-all-savings .shop-all-save{
    display: flex;
    justify-content: space-between;
    align-items: center;
    max-width: 400px;
}

.shop-all-cstm .shop-all-savings .shop-all-save .save-icon{
    width: 120px;
}

.shop-all-cstm .shop-all-savings .shop-all-save .save-desc{
    font-size: 1.7rem !important;
    font-weight: 600 !important;
    margin: 0 5px;
    font-family: 'all-round-gothic' !important;
}


.sale-header{
    height: fit-content;
    width: 100%;
    background: #fe8673;
    text-align: center;
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
    display: none;
    flex-wrap: wrap;
    padding: 0 10px;
}

.sale-header:hover{
    background: #fa745f;
}
 
.sale-header h3{
    margin: 10px 0;
    font-size: 1.5rem;
    color: #ffffff !important;
    /*text-shadow: 2px 1px 0px #7A7A7A;*/
    /*animation: waviy 3s infinite;*/
    /*animation-delay: calc(.1s * var(--i));*/
    letter-spacing: 3px;
}

@keyframes waviy {
    0%,40%,100% {
        transform: translateY(0)
    }
    20% {
        transform: translateY(-5px)
    }
}

.subscribe-banner {
    background: #d2ebef;
    padding: 50px 20px;
    margin-top: 50px;
    border-radius: 150px;

}

.subscribe-banner h1{
    font-size: 5rem;
    font-weight: bold;
}
.subscribe-title-success{
    font-family: 'all-round-gothic';
    color: #FE8673 !important;
    text-align: center;
    width: 500px;
    font-size: 3rem !important;
    margin-left: auto;
    margin-right: auto;
    font-weight: bold;
}
.subscribe-title-error{
    font-family: 'all-round-gothic';
    color: #FE8673 !important;
    text-align: center;
    width: 100%;
    font-size: 3rem !important;
    margin-left: auto;
    margin-right: auto;
    font-weight: bold;
}

.subscribe-icon{
    display: flex;
    justify-content: center;
}

.subscribe-line{
    width: 100%;
    height: 2px;
    background: #d2ebef;
    margin: 50px 0;
}

.subscribe-ready{
    text-align: center;
    font-weight: bold !important;
}

.subscribe-perks{
    display: flex;
    justify-content: space-evenly;
    flex-wrap: wrap;
}

.subscribe-perks .subscribe-perk{
    width: 300px;
    text-align: center;
}

.subscribe-perks .subscribe-perk h3{
    font-weight: 700;
    font-size: 2.5rem !important;
    font-family: 'all-round-gothic';
    color: #ffca7e !important;
}

.subscribe-perks .subscribe-perk p{
    font-size: 1.5rem !important;
}
.subscribe-faq{
    height: 220px;
    width: 100%;
    position: relative;
    margin: 50px 0;
    display: flex;
    justify-content: space-between;
    align-items: center;
    flex-wrap: wrap;

}
.subscribe-faq::before{
    content: "";
    position: absolute;
    left: auto;
    right: auto;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    opacity: 1;
    background-color: #04364A;
    width: 100vw;
    height: 220px;
    z-index: 1;
}
.subscribe-faq .faq-block{
    z-index: 1;
}
.subscribe-faq .faq-block h2{
    color: #ffffff !important;
    font-size: 2rem !important;
    font-weight: 600;
    margin: 0;
    font-family: 'all-round-gothic' !important;
}

.subscribe-faq .faq-block p{
    color: #47acbe !important;
    margin: 0;
    font-size: 1rem !important;
    font-family: 'all-round-gothic' !important;
    font-weight: 600;
}

.subscribe-faq .faq-button{
    z-index: 1;
    color: #ffca7e;
    font-size: 2rem;
    border: solid #318699;
    border-radius: 50px;
    height: fit-content;
    text-decoration: none;
    font-weight: 600;
    padding: 10px 100px;
}

.subscribe-faq .faq-button:hover{
    color: #ffca7e !important;
    border-color: #FE8673;
}

.sale-banner{

}

.home-main .sale-banner{
    position: relative;
    height: 100%;
    width: 1920px;
    left: -225px;
}

.home-main .sale-banner a{
    cursor: pointer;
}

.home-main .sale-banner img{
    width: 100%;
}

/* .home-main .sale-banner:before{
    background: white;
    content: "";
    position: absolute;
    left: auto;
    right: auto;
    top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
    opacity: 1;
    background-image: url('https://cdn11.bigcommerce.com/s-zo23333613/images/stencil/original/image-manager/bm-black-friday-banner-mobile-11-25.png');
    background-position: center center;
    background-repeat: no-repeat;
    background-size: auto;
    width: 100vw;
    height: 400px;
} */
.request-refund{
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}

.request-refund .refund-title{
    font-size: 4rem;
    font-family: "all-round-gothic";
    margin-bottom: 2rem;
    text-align: center;
    font-weight: 800;
}

.request-refund .refund-desc{
    font-size: 1.5rem;
    font-family: "all-round-gothic";
    margin-bottom: 0;
    text-align: center;
}
.request-refund .refund-block .container{
    width: 600px;
    margin-top: 3rem;
}
.request-refund .refund-block .form-group .form-item{
    display: flex;
    flex-direction: column;
    width: 100%;
    margin-top: 10px;
}

.request-refund .refund-block .form-group .form-item-inline{
    display: flex;
    justify-content: center;
    align-items: center;
    width: 100%;
}

.request-refund .refund-block .form-group .form-item-inline-checkbox{
    display: flex;
    justify-content: center;
    align-items: center;
    width: 100%;
}

.request-refund .refund-block .form-group .form-item label{
    font-family: "all-round-gothic";
    font-weight: 800;
    color: #04364A;
    padding-left: 15px;
}

.request-refund .refund-block .form-group .form-item-inline p{
    font-family: "all-round-gothic";
    font-weight: 800;
    color: #04364A;
    padding-left: 15px;
    margin: 0 !important ;
}

.request-refund .refund-block .form-group .form-item-inline-checkbox p{
    font-family: "all-round-gothic";
    font-weight: 800;
    color: #04364A;
    padding-left: 15px;
    margin: 0 !important ;
}

.request-refund .refund-block .form-group .form-item input{
    border-radius: 50px;
    padding: 8px 10px;
    border: solid #04364A 2px;
    font-family: "all-round-gothic";
    margin: 3px 5px;
    width: -webkit-fill-available !important;
}

.request-refund .refund-block .form-group .form-item select{
    border-radius: 50px;
    padding: 8px 10px;
    border: solid #04364A 2px;
    font-family: "all-round-gothic";
    margin: 3px 5px;
    width: -webkit-fill-available !important;
}

.request-refund .refund-block .form-group .form-item button{
    color: #fff;
    font-size: 20px;
    font-weight: 700;
    text-decoration: none;
    border: 2px solid #fff;
    height: 56px;
    padding: 10px 50px;
    background: #04364A;
    border-radius: 50px;
    width: fit-content;
    margin: 10px auto;
}

.PaypalCommerceCheckout{
    margin-top: 250px;
}


.sale-header-image{
    width: 100%;
    height: fit-content;
    background: #f58573;
    cursor: pointer;
}

.sale-header-image .image-desktop{
    display: block;
}

.sale-header-image .image-mobile{
    display: none;
}


.explore-bidetmate{
    height: 500px;
    background: #47ACBE;
    border-radius: 30px;
    display: flex;
    flex-direction: column;
    padding: 50px;
    justify-content: center;
}

.explore-bidetmate h2{
    font-weight: 600;
}
.explore-link-box{
    height: 500px;
    border-radius: 10px;
    max-width: 500px;
    background: #FFFFFF 0% 0% no-repeat padding-box;
    padding: 20px;
    position: relative;
}


.explore-link-list{
    overflow-y: auto;
    display: flex;
    flex-direction: column;
    height: 250px;
}

.explore-link-list::-webkit-scrollbar{
    display: none;
}

.explore-link{
    color: #04364A;
    font-size: 15px;
    font-weight: 500;
    text-decoration: none;
    margin: 20px 0;
    width: 95%;
}

.explore-prev{
    position: absolute;
    display: flex;
    align-items: center;
    justify-content: center;
    top: 5px;
    right: 10px;
    text-decoration: none;
    height: 35px;
    width: 35px;
    background: #FC8673;
    border-radius: 50%;
    color: #FFFFFF;
    font-size: 20px;
    cursor: pointer;
}

.explore-next{
    position: absolute;
    display: flex;
    align-items: center;
    justify-content: center;
    bottom: 5px;
    right: 10px;
    text-decoration: none;
    height: 35px;
    width: 35px;
    background: #FC8673;
    border-radius: 50%;
    color: #FFFFFF;
    font-size: 20px;
    cursor: pointer;
}

.right-infor{
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
}

.right-infor .view_link{
    margin: 5px 10px;
}

.blog-container{
    width: 100%;
    margin-top: 2rem;
}

.custom-blog{
    display: flex;
    justify-content: space-between;
    margin-bottom: 2rem;
}

.custom-blog .main{
    width: 66.67%;
}

.blog-thumbnail {
    padding: 0;
}

.blog-thumbnail img{
    width: -webkit-fill-available !important; 
    object-fit: cover;
    margin: 0 30px;
}

.custom-blog .sub{
    width: 33.33%;
}

.custom-blog .sub .banner-image{
    cursor: pointer;
}


.single-blog-main.normal-blog .blog-post-body p{
    margin: 0 1.5rem 0.35714rem;
    text-align: left;
    font-weight: bolder !important;
    font-size: 2rem;
}
.blog-title {
    text-align: left;
    color: #04364A;
    font-weight: 900;
    font-size: 3rem;
}

.blog-post {
    margin: 0 1.5rem 0.35714rem;
}

.blog-top-selling-title { 
    text-align: center;
    font-size: 4rem;
    font-weight: 900;
}

.blog-top-selling-desc { 
    text-align: center;
}

.blog-all-post-btn {
    color: #FFFFFF !important;
    font-size: 2rem !important;
    font-family: 'all-round-gothic' !important;
    font-weight: 600;
    text-decoration: none;
    background: #FC8673;
    border-radius: 80px;
    width: fit-content;
    padding: 15px 40px;
    margin: 50px 0;
}

.blog-all-post-btn:hover{
    text-decoration: none;
    color: #FFFFFF !important;
}