html {
    overflow-x: hidden;
}

body {
    margin: 0;
    padding: 0;
    /* overflow-x: hidden; */
}
.page-home{
  
   /*background-image: url(../image/bodybg.png) !important;*/
    background-attachment: fixed !important;
    background-size: cover !important;
     background-position: top; 
	    background: linear-gradient(90deg, rgba(255, 255, 255, 1) 50%, rgba(249, 174, 164, 1) 100%
100%
);
}

h1,
h2,
h3,
h4,
h5,
h6,
p,
ul {
    margin: 0;
    padding: 0;
}

li {
    list-style: none;
}

a {
    text-decoration: none;
}
.mt_60 {
    margin-top: 60px !important;
}

.mt_110 {
    margin-top: 110px !important;
}

.mb_110 {
    margin-bottom: 110px !important;
}

.pt_110 {
    padding-top: 110px !important;
}

.pb_110 {
    padding-bottom: 110px !important;
}

.site_btn {
    max-width: 355px;
    font-size: 24px;
    color: #FFF;
    font-weight: 700;
    font-family: 'Quicksand', sans-serif;
    line-height: normal;
    border: 1px solid #99005B;
    padding: 0px 30px;
    height: 50px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 50px;
    transition: 0.7s ease-in-out;
    position: relative;
    z-index: 1;
    overflow: hidden;
	background: #99005B;
}
/*
.site_btn::after {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: #99005B;
    z-index: -1;
    transition: 0.5s ease-in-out;
}

.site_btn:hover::after {
    width: 0;
    left: unset;
    right: 0;
}*/

.site_btn:hover {
    color: #99005B;
	background: #ffffff;
}

/* Top Bar */
.top_bar {
    width: 100%;
    position: relative;
}

.top_txt {
    background: #3d1053;
    padding: 10px 0px;
    overflow-x: hidden;
}

.top_txt ul {
    display: flex;
    align-items: center;
    white-space: nowrap;
    -webkit-animation: scrollText 6s infinite linear;
    animation: scrollText 20s infinite linear;
}

.top_txt ul li {
    font-size: 20px;
    font-weight: 400;
    color: #FFF;
    font-family: 'Open Sans', sans-serif;
    letter-spacing: 1.4px;
    padding: 0px 15px;
    position: relative;
    
}

.top_txt ul li::after {
    content: '';
    width: 5px;
    height: 5px;
    position: absolute;
    top: 48%;
    right: 0;
    background: #FFF;
    border-radius: 10px;
}

.top_txt ul li:last-child::after {
    width: 0px;
}


@-webkit-keyframes scrollText {
    from {
        transform: translateX(0%);
    }

    to {
        transform: translateX(-50%);
    }
}

@keyframes scrollText {
    from {
        transform: translateX(0%);
    }

    to {
        transform: translateX(-50%);
    }
}

.middel_box {
    background: #DEDFE0;
    padding: 10px 0px;
}

.middel_btn {
    display: flex;
    align-items: center;
    justify-content: end;
    gap: 60px;
}

.middel_btn a {
    font-size: 20px;
    font-weight: 600;
    color: #949694;
    font-family: 'Quicksand', sans-serif;
    display: flex;
    align-items: center;
    gap: 10px;
}


.header {
    width: 100%;
    background: #98005d;
    padding: 5px 15px;
    position: relative;
    z-index: 999;
}

.header.is-sticky {
    animation: slideDown 0.35s ease-out;
    position: fixed;
    top: 0;
    left: 0;
}

@keyframes slideDown {
    from {
        transform: translateY(-100%);
    }

    to {
        transform: translateY(0);
    }
}

.wrapper {
    display: flex;
    align-items: center;
    justify-content: space-between;
    column-gap: 1rem;
    padding: 0 12px;
}

ul.sub-menu.submenu li {
    padding: 0px;
    margin-right: 0;
}
.submenu-link {
    font-size: 1rem;
    font-weight: 500;
    line-height: inherit;
    cursor: pointer;
    color: #FFF;
    transition: all 0.35s ease;
    position: relative;
    white-space: nowrap;
}

.submenu-link:hover {
    color: #fac4bb;
}

button#close-btn {
    border: 0;
    outline: none;
    background: transparent;
    color: #FFF;
    font-size: 22px;
    display: none;
    padding: 10px;
}

@media screen and (max-width: 992px) {
    .navbar {
        position: fixed;
        top: 0;
        left: -100%;
        width: 100%;
        height: 100%;
        z-index: 10;
        opacity: 0;
        /*overflow-y: auto;*/
		overflow-y: hidden;
        visibility: hidden;
        background-color: #99005B;
        transition: all 0.5s ease;
        display: unset;
    }

    button#close-btn {
        display: inline-block;
    }

    .navbar.active {
        left: 0rem;
        opacity: 1;
        visibility: visible;
    }

}
.menu-item-has-children.menu-dropdown.active span.menu-link i {
  transform: rotate(180deg);
  transition: transform 0.3s ease; /* smooth animation */
}


/* only Special offers menu css */

.first_menu a {
    align-items: center;
    column-gap: 10px;
    transition: all 0.3s ease-in-out;
    font-style: normal;
    font-weight: 600;
    font-size: 20px;
    line-height: 30px;
    color: #FFFFFF;
    cursor: pointer;
    position: relative;
    text-transform: uppercase;
    font-family: 'Quicksand', sans-serif;
}
.first_menu a:hover {
    color: #fac5bc;
}

.navbar  #menu {
    display: flex;
    align-items: center;
    margin: 0;
    gap: 150px;
    margin-right: 150px
}

.menu-item {
    position: relative;
    display: inline-block;
    padding: 18px 0px;
    display: flex;
    align-items: center;
    justify-content: center;
    /*margin-right: 7rem;*/
}

/* .menu-item:nth-child(2) {
    margin-right: 15rem;
} */

.menu-link, .menu-link a {
    display: flex;
    /* justify-content: center; */
    align-items: center;
    column-gap: 10px;
    transition: all 0.3s ease-in-out;
    font-style: normal;
    font-weight: 600;
    font-size: 18px;
    line-height: 30px;
    color: #FFFFFF;
    cursor: pointer;
    position: relative;
    text-transform: uppercase;
    font-family: 'Quicksand', sans-serif;
}

.menu-link i {
    font-size: 20px;
}

.menu-link:hover {
    color: #fac5bc;
}

.shop_icon i {
    font-size: 40px;
    color: #FFF;
}

@media only screen and (min-width: 993px) {
    .menu-dropdown:hover>.submenu {
        display: block;
        opacity: 1;
        visibility: visible;
        transform: translateY(0.9rem);
    }
}

@media only screen and (max-width: 992px) {
    .header {
        padding: 10px 0;
    }

    .menu {
        width: 100%;
        height: auto;
        padding: 1rem 1.7rem;
        display: flex;
        flex-direction: column;
        gap: 16px;
    }

    .menu-item {
        display: block;
        /* margin: 0 auto; */
        padding: 0px;
    }

    .menu-link:hover {
        color: #FFF;
    }

    .submenu-link:hover {
        color: #FFF;
    }

}

.submenu {
    min-width: 170px;
    position: absolute;
    top: 3.5rem;
    /* left: 0rem; */
    padding: 0 1rem 1rem;
    opacity: 0;
    visibility: hidden;
    transform: translateY(2rem);
    border-radius: 0 0 0.25rem 0.25rem;
    background-color: #98005d;
    transition: all 0.3s ease-in-out;
}

.submenu-item {
    display: block;
    margin-top: 0.75rem;
}

@media only screen and (max-width: 992px) {
    .submenu {
        position: relative;
        top: -0.5rem;
        left: 20px;
        width: 100%;
        max-height: 0;
        padding: 0px;
        border: none;
        outline: none;
        opacity: 1;
        overflow: hidden;
        visibility: visible;
        transform: translateY(0px);
        box-shadow: none;
        background: transparent;
    }
}

.burger {
    position: relative;
    display: none;
    cursor: pointer;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    width: 1.6rem;
    height: 1.15rem;
    opacity: 0;
    visibility: hidden;
    background: transparent;
}

.burger-line {
    position: absolute;
    display: block;
    right: 0;
    width: 100%;
    height: 2.1px;
    opacity: 1;
    border: none;
    outline: none;
    border-radius: 1rem;
    background: #FFF;
}
header#header span.burger-line {
    margin-top: 0;
}
.burger-line:nth-child(1) {
    top: 0px;
}

.burger-line:nth-child(2) {
    top: 0.5rem;
    width: 70%;
}

.burger-line:nth-child(3) {
    top: 1rem;
}

@media only screen and (max-width: 992px) {
    .burger {
        display: block;
        opacity: 1;
        visibility: visible;
    }
}

.overlay {
    position: fixed;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
    z-index: 9;
    opacity: 0;
    visibility: hidden;
    transition: all 0.35s ease-in-out;
    background-color: rgba(0, 0, 0, 0.65);
}

@media only screen and (max-width: 992px) {
    .overlay.active {
        display: block;
        opacity: 1;
        visibility: visible;
    }
}

/* Banner Section */
.banner_section {
    padding: 70px 0px;
    /*background: linear-gradient(90deg,rgba(255, 255, 255, 1) 50%, rgba(249, 174, 164, 1) 100%);*/

}
.page-faq  .banner_section {
	background: linear-gradient(90deg,rgba(255, 255, 255, 1) 50%, rgba(249, 174, 164, 1) 100%);
}

.banner_txt span {
    font-size: 25px;
    color: #99005B;
    font-weight: 600;
    font-family: 'Open Sans', sans-serif;
    line-height: normal;
    margin-bottom: 10px;
    display: inline-block;
}

.banner_txt h1 {
    font-size: 45pt;
    color: #98005d;
    font-weight: 600;
    font-family: 'Quicksand', sans-serif;
    line-height: normal;
    margin-bottom: 20px !important;
    margin: 0;
	    text-align: center;
}

.banner_txt p {
    font-size: 32px;
    color: #000000;
    font-weight: 400;
    font-family: 'Open Sans', sans-serif;
    line-height: 41px;
    width: 460px;
    margin-top: 1.5em;
    text-align: center;
}
.page-faq #help .banner_txt p{
    font-size: 18px;
    line-height: 1.6;
}

.banner_txt a {
    margin: auto;
    margin-top: 110px;
    /*margin-right: 85px;*/
	    text-transform: uppercase; 
}

.banner_img img {
    width: 100%;
}

/* Products Section */
.product_section {
    position: relative;
    margin-top: 50px;
}

.sub_title h2 {
    font-size: 45pt;
    font-weight: 600;
    line-height: normal;
    color: #98005d;
    font-family: 'Quicksand', sans-serif;
}

.product_box {
    position: relative;
    text-align: center;
    min-height: 100%;
    padding-bottom: 25px;
}

section.selfish_advocates {
    padding: 80px 0;
   /*background: linear-gradient(101deg,rgba(255, 255, 255, 1) 30%, rgba(249, 174, 164, 1) 100%);*/

}
p.text_sub {
    font-size: 22px;
    color: #000000;
    font-weight: 500;
        font-family: 'Open Sans', sans-serif;
    line-height: 32px;
    text-align: center;
        margin: 40px 0 70px;
		letter-spacing:1px;
}

.so_buton {
    text-align: center;
    margin-top: 35px;
}

.so_buton a {
    background: #3d1053;
    padding: 9px 75px;
    font-size: 24px;
    border-radius: 100px;
    font-family: 'Quicksand', sans-serif;
    font-weight: 600;
    color: #ffffff;
	display: inline-block;
    transition: 0.5s ease-in-out;
    position: relative;
    z-index: 1;
    overflow: hidden;
	    border-color: transparent;
		    height: unset;
			    border: 1px solid #3d1053;
				    text-transform: uppercase;
}
.so_buton a:hover {
    background: #98005d;
	    color: #ffffff !important;
    border-color: #98005d;
}
/*.so_buton a::after {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: #3d1053;
    z-index: -1;
    transition: 0.5s ease-in-out;
}*/

/* .product_img img {
    width: 100%;
} */

.product_txt {
    padding: 30px 10px;
}

.product_txt h3 {
    font-size: 30px;
    font-weight: 600;
    line-height: normal;
    color: #333333;
    font-family: 'Quicksand', sans-serif;
}

.product_txt h2 {
    font-size: 35px;
    font-weight: 700;
    line-height: normal;
    color: #6F747E;
    font-family: 'Quicksand', sans-serif;
    padding: 5px 0px 25px;
}

.product_txt a {
    width: 90%;
    position: absolute;
    bottom: 0;
    right: 0;
    left: 0;
    margin: auto;
}

/* Solution */
.solution_bg {
    /*max-width: 1820px;*/
    margin: auto;
   /* background-image: url(../image/solution-bg.webp);*/
    background-repeat: no-repeat;
    background-size: cover;
    background-position: top;
    background-position-y: 74px;
    padding: 125px  0px 125px;
    /*height: 910px;*/
}

/* .solution_text {
   padding-left: 100px;
} */

.solution_text span {
    font-size: 25px;
    color: #FAC4BB;
    font-weight: 600;
    font-family: 'Open Sans', sans-serif;
    line-height: normal;
    margin-bottom: 70px;
    display: inline-block;
}

.solution_text h2 {
    font-size: 45pt;
    color: #FFF;
    font-weight: 600;
    font-family: 'Quicksand', sans-serif;
    line-height: normal;
    /* margin-bottom: 100px; */
    margin-bottom: 60px;
    text-align: center;
}

.solution_text p {
        font-size: 32px;
    color: #ffffff;
    font-weight: 400;
       font-family: 'Open Sans', sans-serif;
    line-height: 41px;
    /*width: 390px;*/
	    text-align: center;
}

.solution_text a {
    border-color: #FAC4BB;
    /*margin-left: 50px;*/
    color: #99005B;
	text-transform: uppercase;
    background: #FAC4BB;
    margin: 0 auto;
    margin-top: 60px;
}

.solution_text a::after {
    background: #FAC4BB;
}

.solution_text a:hover {
    color: #99005B;
}

.solution_img img {
    width: 100%;
}


.selfish_subscription {
    background-image: url(../image/subscription_bg.webp);
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
    padding: 55px 0px;
    background: #9c005d !important;
}

.subscription_text h2 {
    font-size: 38px;
    color: #FFF;
    /*font-weight: 400;*/
    font-weight: 600;
    line-height: normal;
    /*font-family: 'Open Sans', sans-serif;*/
    font-family: 'Quicksand', sans-serif;
    margin-bottom: 0px;
	line-height:41px;
}

.subscription_text a {
    margin: auto;
    height: 50px;
    /*max-width: 508px;*/
    color: #9c005d !important;
    text-transform: uppercase;
    background: #fac4bb;
}
.subscription_text .site_btn::after{
    background: #f9b3aa;
}
.subscription_text .site_btn:hover {
    color: #9c005d  !important;
    border-color: #ffffff;
    border: 1px solid #ffffff;
}

/* Teeth Whitening Kit */
.teeth_whitening_kit {
    position: relative;
}

.kit_contentbox {
    max-width: 1820px;
    margin: auto;
    background-image: url(../image/teeth-whitening-kit-bg.webp);
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    padding: 110px 0px 65px;
}

.kit_txt small {
    font-size: 25px;
    color: #FFF;
    line-height: normal;
    font-weight: 500;
    font-family: 'Quicksand', sans-serif;
    display: block;
    margin-bottom: 30px;
}

.kit_txt h2 {
    font-size: 63px;
    color: #99005B;
    line-height: normal;
    font-weight: 600;
    font-family: 'Quicksand', sans-serif;
    margin-bottom: 20px;
}

.kit_txt h2 span {
    display: block;
    font-weight: 700;
}

.kit_txt h3 {
    font-size: 52px;
    color: #99005B;
    line-height: normal;
    font-weight: 600;
    font-family: 'Quicksand', sans-serif;
    margin-bottom: 40px;
}

.kit_txt h3 span {
    display: block;
}

.kit_txt a {
    max-width: 508px;
    height: 72px;
}

.kit_txt p {
    font-size: 22px;
    color: #FFF;
    line-height: normal;
    font-weight: 500;
    font-family: 'Quicksand', sans-serif;
    display: block;
    margin-top: 50px;
}
.kit_txt p a {
    color: #FFF;
}
.kit_txt p a:hover {
    color: #99005B;
}

.advocate img {
    width: 100%;
}

.being_selfish {
    position: relative;
	    background: #3d1053;
}

.being_mainbox {
    padding: 35px 0px;
   /*background: #99005B;*/
}

.Being_text h3 {
    font-size: 40px;
    color: #ffffff;
    line-height: normal;
    font-weight: 600;
    font-family: 'Quicksand', sans-serif;
    margin-bottom: 20px;
}

.Being_text p {
    font-size: 16px;
    color: #ffffff;
    line-height: normal;
    font-weight: 400;
    font-family: 'Quicksand', sans-serif;
    margin-bottom: 0;
}

.Being_form input {
    width: 100%;
    border: 0;
    border-radius: 5px;
    font-size: 18px;
    color: #333333;
    padding: 15px 20px;
}

.Being_form input:focus {
    outline-color: #99005B;
}

.Being_form button {
    position: absolute;
    top: 0;
    bottom: 0;
    right: 10px;
    border: 0;
    outline: none;
    background: transparent;
    font-size: 25px;
}

.footer {
    padding-top: 55px;
	    background: #98005d;
}

.ft_list_item {
    padding-bottom: 40px;
}

.ft_list_item h4 {
    font-size: 30px;
    color: #fac4bc;
    font-weight: 600;
    line-height: normal;
    font-family: 'Quicksand', sans-serif;
    margin-bottom: 30px;
}

.ft_list_item ul li a {
    font-size: 20px;
    color: rgb(255 255 255);
    line-height: 40px;
    font-family: 'Quicksand', sans-serif;
    font-weight: 400;
    transition: 0.4s ease-in-out;
}

.ft_list_item ul li a:hover {
    color: #fac4bc;
	    transition: 0.4s ease-in-out;
}
ul.social_icons li a:hover i {
    color: #98005d;
	    transition: 0.4s ease-in-out;
}
ul.social_icons li a i{
	 transition: 0.4s ease-in-out;
}

.ft_list_item .social_icons li a {
    display: flex;
    align-items: center;
    gap: 5px;
}

.ft_list_item .social_icons li a span {
    width: 32px;
    height: 32px;
    border-radius: 25px;
    text-align: center;
    background: #fac4bc;
    display: flex;
    align-items: center;
    justify-content: center;
}
.copyright .container .row  {
    border-top: 1px solid #ffffff;
	    margin: 0 4px;
}
.copyright {
    background: #98005d;
    padding: 10px 0px;
}

.copyright_links ul li {
    display: inline-block;
    /*padding-right: 80px;*/
}

.copyright_links ul li a {
    font-size: 16px;
    font-weight: 400;
    line-height: normal;
    color: #ffffff;
    font-family: 'Open Sans', sans-serif;
    transition: 0.4s ease-in-out;
}

.copyright_links ul li a:hover {
    color: #fac4bc;
}

.copyright_text p {
    font-size: 16px;
    font-weight: 400;
    line-height: normal;
    color: #ffffff;
    font-family: 'Open Sans', sans-serif;
    margin-bottom: 0;
}
ul#menu-footer-policy-pages .menu-item:not(:last-child){
    margin-right: 10px !important;
}
/* ul#menu-footer-policy-pages .menu-item:nth-child(1) {
    margin-right: 10px !important;
} */
ul#menu-footer-shop-menu li#menu-item-578 {
    margin: 0 !important;
}



.testimonial-section {
  /*background: linear-gradient(90deg, #f9aea4, #ffffff);*/
  padding: 60px 20px 25px;
  text-align: center;
  /* background: linear-gradient(50deg,rgba(249, 174, 164, 1) 10%, rgba(255, 255, 255, 1) 54%);*/

}


.testimonial-heading {
    font-size: 45pt;
    color: #99005B;
    line-height: normal;
    font-weight: 600;
    font-family: 'Quicksand', sans-serif;
    margin-bottom: 50px;
}

.testimonial-section .owl-carousel .testimonial-card {
  padding: 0px;
}

.testimonial-card img {
  width: 100%;
  height: auto;
  margin: 0 auto;
  display: block;
}

.testimonial-section .owl-nav, .advocates-carousel .owl-nav  {
    position: absolute;
    top: 41%;
    width: 100%;
}
button.owl-prev {
	 position: absolute;
    left: -100px;
    background: #3D1052 !important;
    width: 45px;
    height: 45px;
    border-radius: 100px;
    color: #ffffff !important;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 0;
}
button.owl-next {
    position: absolute;
    right: -100px;
    background: #3D1052 !important;
    width: 45px;
    height: 45px;
    border-radius: 100px;
    color: #ffffff !important;
    /*display: flex;
    align-items: center;
    justify-content: center;
    padding: 0;*/
}
.owl-nav button i {
    font-size: 24px;
    line-height: 47px;
}
button.owl-prev:hover, button.owl-next:hover{
	background: #98005d !important;
}
.testimonial-section .owl-nav span, .advocates-carousel .owl-nav span {
    font-size: 50px;
    position: relative;
    top: -8px;
}

.testimonial-message {
    font-size: 24px;
    color: #000000;
    font-weight: 600;
    font-family: 'Quicksand', sans-serif;
    line-height: 35px;
    text-align: center;
    margin: 30px 0;
    width: 50%;
    margin: 0 auto;
    overflow: hidden;
	   /*margin-top: 40px;*/
	       min-height: 125px;	
}

.Being_text.pe-lg-3 {
    text-align: center;
}


.faq-section {
  background: #a31963;
  padding: 100px 0;
  color: #fff;
}

section.faq-section h2 {
    font-size: 45pt;
    color: #ffffff;
    font-weight: 600;
    font-family: 'Quicksand', sans-serif;
    line-height: normal;
    margin-bottom: 50px !important;
    margin: 0;
}

.faq-item {
  border-top: 1px solid #fff;
  margin-bottom: 0px;
}

.faq-question {
  background: none;
  border: none;
  color: #fff;
  font-size: 24px;
  padding: 40px 0;
  text-align: left;
  width: 100%;
  display: flex;
  justify-content: space-between;
  align-items: center;
  cursor: pointer;
   font-family: 'Quicksand', sans-serif;
       font-weight: 600;
}

.faq-answer {
 max-height: 0;
  overflow: hidden;
  transition: max-height 0.4s ease, padding 0.4s ease;
  padding: 0;
  font-size: 18px;
  line-height: 1.6;
   font-family: 'Quicksand', sans-serif;
    font-weight: 500;
}

.faq-item.active .faq-answer {
  max-height: 500px; /* Adjust this value based on expected content height */
  padding: 10px 0 15px;
  
}

.toggle-icon {
  font-size: 20px;
}

.toggle-icon {
    font-size: 25px;
    background: #ffffff;
    width: 25px;
    height: 25px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 100px;
    color: #000000;
}


section#help_subscription {
    background: #FAC4BB !important;
} 
section#help_subscription h2 {
    color: #3d1053 !important;
	    font-weight: 600;
		    font-size: 40px;
			    font-family: 'Quicksand', sans-serif;
}

section#help_subscription .site_btn::after{
    background: #ffffff !important;
}
a.site_btn.help_btnn {
    color: #a31963;
    border: 1px solid #ffffff;
	    background: #ffffff;
}
section#help_subscription .site_btn:hover {
    color: #ffffff !important;
    border-color: #a31963;
    background: #a31963;
}
.page-template-template-help  section.being_selfish {
    display: none;
}
section#help {
    padding: 70px 0;
}
section.faq-section .faq-item:last-child {
  border-bottom: none;
}

.product_basket_item form{
	    flex-direction: unset;
}
.page-teeth-whitening-kit .quantity{
	    width: 150px !important;
}


/* Checkout Page Start */
.checkout_bg {
    max-width: 1800px;
    margin: auto;
    background-color: #ffffff;
    padding-bottom: 150px;
    overflow-x: hidden;
}


.checkout_main_box {
    position: sticky;
    top: 90px;
	    /*padding-right: 50px;*/
}

/* .checkout_right {
    padding-left: 60px;
} */

.checkout_img {
    margin-top: 10px;
}

.checkout_img img {
    width: 100%;
}

.review_box {
    /*margin-top: 5px;
    border: 2px solid #ddd;*/
    padding: 70px 25px 50px;
    border-radius: 0px;
    background: #FFF;
}
.page-teeth-whitening-kit .review_box {
    padding: 50px 0px 20px 0px;
}
.page-teeth-whitening-kit span.woocommerce-Price-amount.amount {
    color: #99005b !important;
    background-color: #ffffff;
}
.product_txt h2 span.woocommerce-Price-amount.amount {
    color: #6F747E !important;
}
.review_box h2 {
    font-size: 45pt;
    line-height: normal;
    color: #99005B;
    font-weight: 700;
    font-family: 'Quicksand', sans-serif;
    margin-bottom: 15px;
}

.review_box .rating {
    display: flex;
    align-items: center;
    gap: 8px;
}

.review_box .rating ul li {
    display: inline-block;
    color: #FAC4BB;
}

.review_box .rating p {
    font-size: 18px;
    line-height: normal;
    color: #999;
    font-weight: 500;
    font-family: 'Quicksand', sans-serif;
    margin-bottom: 0px;
}

.code_number h3 {
        padding: 50px 0px 0;
    font-size: 32px;
    font-weight: 700;
    line-height: normal;
    color: #99005B;
    font-family: 'Quicksand', sans-serif;
}


.basket_item {
    display: flex;
    align-items: center;
    gap: 50px;
    justify-content: space-between;
}

.basket_item .site_btn {
    width: 70%;
    max-width: unset;
}

.number {
    width: 130px;
    height: 65px;
    cursor: pointer;
    border: 2px solid #ddd;
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 6px 10px;
    border-radius: 5px;
}

.minus,
.plus {
    text-align: center;
    font-size: 30px;
    color: #000000;
}

.number input {
    width: 30px;
    font-size: 24px;
    border: 0;
    color: #000000;
    text-align: center;
    background: transparent;
}

.offer_img {
    max-width: 760px;
    /*background-image: url(../image/purchase-bg.webp);*/
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
    padding: 30px 10px;
    margin: auto;
    margin-right: 0;
}

.text_offer {
    max-width: 270px;
    margin: auto;
    margin-right: 0;
}

.text_offer span {
    font-size: 24px;
    color: #F9C3BB;
    font-weight: 500;
    line-height: normal;
    font-family: 'Quicksand', sans-serif;
}

.text_offer p {
    font-size: 26px;
    color: #FFF;
    font-weight: 500;
    line-height: normal;
    font-family: 'Quicksand', sans-serif;
    margin-top: 20px;
}

.text_offer h2 {
    font-size: 40px;
    color: #FFF;
    font-weight: 600;
    line-height: normal;
    font-family: 'Quicksand', sans-serif;
    margin-top: 5px;
}

.text_offer h3 {
    font-size: 30px;
    color: #FFF;
    font-weight: 600;
    line-height: normal;
    font-family: 'Quicksand', sans-serif;
    margin-top: 5px;
}

.text_offer small {
    font-size: 18px;
    color: #F9C3BB;
    font-weight: 500;
    line-height: normal;
    font-family: 'Quicksand', sans-serif;
    margin-top: 20px;
    display: block;
}

.remember_text {
    background: #FAC4BB;
    padding: 35px 30px;
    border-radius: 10px;
    margin-top: 25px;
    text-align: center;
}

.remember_text p {
    font-size: 22px;
    font-weight: 700;
    line-height: normal;
    color: #99005B;
    font-family: 'Quicksand', sans-serif;
    margin-bottom: 0px;
}


.terms p a {
    margin-top: 8px;
    font-size: 16px;
    font-weight: 400;
    line-height: normal;
    color: #949694 !important;
    font-family: 'Open Sans', sans-serif;
}

.flavor_box {
    display: flex;
    align-items: center;
    padding: 30px 30px;
    gap: 30px;
    background: #00c29a;
    border-radius: 10px;
    margin-top: 30px;
	position: relative;
    justify-content: center;
}
.flavor_box img {
    width: 180px;
    position: absolute;
    top: -25px;
    left: 30px;
}
.terms.text-center p {
    margin: 0;
}

.flavor_box img {
    width: 220px;
}

.flavor_box p {
    font-size: 24px;
    font-weight: 700;
    line-height: normal;
    color: #FFF;
    font-family: 'Open Sans', sans-serif;
    margin-bottom: 0;
	    position: relative;
    left: 45px;
}

.accordion_main {
    margin-top: 100px;
    padding: 0px 0px 0px;
    background-color: #FFF;
    border-radius: 10px;
    /*box-shadow: 0px 0px 4px 0px rgba(0, 0, 0, 0.5);*/
}

.accordion_main .accordion-item {
    border: 0px;
    border-bottom: 1px solid #ddd;
    padding: 31px 0px;
}


.accordion_main button.accordion-button {
    box-shadow: unset !important;
    padding: 0;
    background: transparent;
    font-size: 22px;
    color: #000;
    font-weight: 700;
    font-family: 'Quicksand', sans-serif;
    border-radius: 0px;
}

.accordion_main .accordion-button:not(.collapsed) {
    background: transparent;
    box-shadow: unset;
    color: #000;
}

.accordion_main .accordion-body {
    padding: 30px 0px 0px;
}
div#accordionfaq {
    width: 90%;
}

.accordion_main .accordion-body p {
    font-size: 18px;
    font-weight: 500;
    line-height: 30px;
    color: #949694;
    font-family: 'Quicksand', sans-serif;
    letter-spacing: 0.5px;
    margin-bottom: 0;
}
.accordion-body p {
    color: #949694 !important;
}

.accordion_main .accordion-body ul {
    margin: 0;
    margin-top: 10px;
}

.accordion_main .accordion-body li {
    letter-spacing: 0.5px;
    font-size: 20px;
    font-weight: 600;
    line-height: 30px;
    color: #949694;
    font-family: 'Quicksand', sans-serif;
}

.accordion_main .accordion-item:last-of-type {
    border-radius: 0px;
}

.accordion_main .accordion-item:first-of-type {
    border-radius: 0px;
    padding-top: 0px;
}

.accordion_main .accordion-button::after {
    content: '+';
    background-image: unset !important;
    width: 30px;
    height: 30px;
    font-size: 24px;
    background: #D49F91;
    border-radius: 20px;
    display: flex;
    justify-content: center;
    vertical-align: middle;
    align-items: center;
}


.accordion_main .accordion-button:not(.collapsed)::after {
    background-image: unset !important;
    content: '-';
    font-size: 35px;
    font-weight: 400;
    display: flex;
    justify-content: center;
    vertical-align: middle;
    align-items: center;
    width: 30px;
    height: 30px;
}

/* .essential_text {
    margin-top: 10rem;
} */

.essential_left {
    padding-right: 50px;
}

.pl_60 {
    padding-left: 60px;
}

.essential_text span {
    font-size: 24px;
    color: #99005B;
    font-weight: 700;
    line-height: normal;
    font-family: 'Quicksand', sans-serif;
}

.page-teeth-whitening-kit-refill .essential_text h3 {
    font-size: 40px;
    color: #333132;
    font-weight: 700;
    line-height: normal;
    font-family: 'Quicksand', sans-serif;
    padding-top: 20px;
    padding-bottom: 25px;
}

.essential_text h3 {
    font-size: 40px;
    color: #333132;
    font-weight: 700;
    line-height: normal;
    font-family: 'Quicksand', sans-serif;
  padding: 20px 0px;
}

.page-teeth-whitening-lumier-pen .essential_text h3 {
padding: 20px 0px;
}

.essential_text p {
    font-size: 18px;
    color: #333333;
    font-weight: 500;
    line-height: 30px;
    font-family: 'Quicksand', sans-serif;
    /* padding-top: 30px; */
    letter-spacing: 1px;
}

.questions_box {
    background: #F9C3BB;
    padding: 50px;
}

.question_title h3 {
    font-size: 30px;
    color: #000;
    line-height: normal;
    font-weight: 700;
    font-family: 'Quicksand', sans-serif;
    border-bottom: 1px solid #ddd;
    padding-bottom: 30px;
}

.questions_box .accordion-item {
    border: 0px;
    border-bottom: 1px solid #ddd;
    padding: 30px 0px;
    background: transparent;
}


.questions_box button.accordion-button {
    box-shadow: unset !important;
    padding: 0;
    background: transparent;
    font-size: 22px;
    color: #000;
    font-weight: 700;
    font-family: 'Quicksand', sans-serif;
    border-radius: 0px;
}

.questions_box .accordion-button:not(.collapsed) {
    background: transparent;
    box-shadow: unset;
    color: #000;
}

.questions_box .accordion-body {
    padding: 30px 0px 0px;
}

.questions_box .accordion-body p {
    font-size: 18px;
    font-weight: 600;
    line-height: 30px;
    color: #000;
    font-family: 'Quicksand', sans-serif;
    letter-spacing: 0.5px;
    background-color: #fff;
    padding: 20px;
}

.questions_box .accordion-item:last-of-type {
    border-radius: 0px;
}

.questions_box .accordion-item:first-of-type {
    border-radius: 0px;

}

.questions_box .accordion-button::after {
    content: '+';
    background-image: unset !important;
    width: 30px;
    height: 30px;
    font-size: 24px;
    background: #FFF;
    border-radius: 20px;
    display: flex;
    justify-content: center;
    vertical-align: middle;
}


.questions_box .accordion-button:not(.collapsed)::after {
    background-image: unset !important;
    content: '-';
    font-size: 50px;
    line-height: 24px;
    font-weight: 400;
}

/* Our Story Page */
.our_story_banner {
    width: 100%;
    position: relative;
}

.our_story_bg {
    background-image: url(../image/our-story-bg.webp);
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    padding: 12rem 0px 20rem;
    max-width: 1890px;
    margin: auto;
    margin-top: 10px;
}

.text_story span {
    font-size: 24px;
    color: #FFF;
    font-weight: 500;
    line-height: normal;
    font-family: 'Quicksand', sans-serif;
    opacity: 0.7;
}

.text_story h1 {
    font-size: 60px;
    color: #FFF;
    font-weight: 600;
    line-height: normal;
    font-family: 'Quicksand', sans-serif;
    margin-bottom: 30px;
    margin-top: 20px;
    max-width: 500px;
}

.text_story p {
    font-size: 20px !important;
    color: #FFF !important;
    font-weight: 500;
    line-height: normal;
    font-family: 'Quicksand', sans-serif;
    opacity: 0.8;
}

.take_a_look {
    background: #F9C3BB;
    padding: 30px 0px;
    text-align: center;
    max-width: 1890px;
    margin: auto;
}

.take_a_look h3 {
    font-size: 35px;
    line-height: normal;
    font-weight: 700;
    color: #99005B;
    font-family: 'Quicksand', sans-serif;
}

.customer_experience {
    margin-top: 120px;
    position: relative;
}

.customer_image img {
    width: 100%;
}

.customer_rightsite {
    padding-left: 80px;
}

.customer_txt h3 {
    font-size: 30px;
    color: #99005B;
    font-weight: 700;
    line-height: normal;
    font-family: 'Quicksand', sans-serif;
    margin-bottom: 10px;
}

.customer_txt h2 {
    font-size: 39px;
    color: #313031;
    font-weight: 600;
    line-height: normal;
    font-family: 'Quicksand', sans-serif;
    margin-bottom: 30px;
}

.customer_txt p {
    font-size: 18px;
    color: #333333;
    font-weight: 600;
    line-height: 35px;
    font-family: 'Quicksand', sans-serif;
    margin-bottom: 20px;
}

.customer_txt p:last-child {
    margin-bottom: 0;
}

.customer_txt a {
    margin: auto;
    margin-top: 50px;
}

.social_btn {
    gap: 60px;
}

.social_btn a {
    width: 50%;
}

.initiative {
    overflow-x: hidden;
}

.initiative_text p {
    font-size: 20px;
    font-weight: 600;
    padding: 30px 0px 20px;
}

.img_initiative img {
    width: 100%;
}

.img_initiative {
    padding: 0px 50px;
}

/* Selfish Enquiry Page */
.enquiry_section {
    width: 100%;
	 background-position: center;
    background-size: cover;
    background-repeat: repeat-y;
    padding: 80px 15px;
    margin-top: 0px;
}

/* .enquiry_content {
    background-image: url(../image/subscription_bg.webp);
} */

.enquiry_title h2 {
    font-size: 40px;
    font-weight: 600;
    font-family: 'Quicksand', sans-serif;
    line-height: normal;
    color: #FFF;
	    margin-bottom: 15px;
}

.input_feild label {
    width: 100%;
    font-size: 24px;
    color: #FFF;
    font-weight: 600;
    font-family: 'Quicksand', sans-serif;
    line-height: 30px;
    padding: 30px 0px 20px;
}

.input_feild select,
.input_feild textarea {
    width: 100%;
    border: 0;
    padding: 10px;
    border-radius: 5px;
    font-size: 17px;
    color: #444;
    font-family: 'Open Sans', sans-serif;
    font-weight: 500;
}

.input_feild select option {
    color: #444;
}

.input_feild select:focus,
.input_feild textarea:focus {
    outline-color: #99005B;
}

.input_feild select {
    appearance: none;
    background-image: url(../image/down-arrow.webp);
    background-repeat: no-repeat;
    background-size: 26px;
    background-position: 99%;
}

.send_btn {
    margin-top: 70px;
}

.send_btn button {
    max-width: unset;
    width: 100%;
    height: 68px;
    font-size: 22px;
}

/* Terms & Conditions Page */
.conditions_text {
    position: sticky;
    top: 100px;
}

/* .condition_rigth {
    max-width: 50rem;
} */

.terms_title h2 {
    font-size: 40px;
    font-weight: 700;
    color: #99005B;
    line-height: normal;
    font-family: 'Quicksand', sans-serif;
    margin-bottom: 40px;
	    text-align: center;
}

.conditions_type h4 {
    font-size: 22px;
    color: #444;
    font-weight: 600;
    font-family: 'Open Sans', sans-serif;
    margin-bottom: 20px;
}

.conditions_type ul {
    margin-bottom: 20px;
}

.conditions_type ul li {
    font-size: 22px;
    font-weight: 400;
    color: #949694;
    line-height: 30px;
    font-family: 'Open Sans', sans-serif;
}

.condition_rigth h4 {
    font-size: 20px;
    color: #333333;
    font-weight: 600 !important;
    font-family: 'Open Sans', sans-serif;
}

.condition_rigth .condition_title {
    margin-bottom: 30px;
    font-weight: 600;
}

.condition_rigth p {
    font-size: 16px;
    font-weight: 400;
    color: #333333;
    line-height: 30px;
    font-family: 'Quicksand', sans-serif;
    margin-bottom: 25px;
    margin-top: 0px;
}

.condition_rigth hr {
    border: 1px solid #999;
}

.conditions_type .accordion-item {
    border: 0;
    border-bottom: 1px solid #ddd;
}

/* .conditions_type .accordion-button {
   border: 0;
    padding: 15px 0px;
    font-size: 20px;
    color: #444;
    box-shadow: unset;
} */
.conditions_type .accordion-button {
    border: 0;
    padding: 25px 0px;
    color: #444;
    font-size: 30px;
    font-weight: 700;
    line-height: 41px;
    font-family: 'Quicksand', sans-serif;
}

.conditions_type .accordion-item:first-of-type>.accordion-header .accordion-button {
    border-radius: 0px;
}

.conditions_type .accordion-button:not(.collapsed) {
    color: #444;
    background: transparent;
    box-shadow: unset;
}

.conditions_type .accordion-body {
    padding: 0px 0px 0px;
}


/* Shop Pgae and Product Detail Page CSS */

a.woocommerce-product-gallery__trigger {
    position: absolute;
    right: 10px;
    top: 10px;
}
img.emoji {
    width: 40px !important;
}
button.single_add_to_cart_button {
        width: 55%;
    max-width: unset;
    font-size: 18px;
    color: #FFF;
    font-weight: 700;
    font-family: 'Quicksand', sans-serif;
    line-height: normal;
    border: 1px solid #99005B;
    padding: 0px 30px;
    height: 50px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 50px;
    transition: 0.7s ease-in-out;
    position: relative;
    z-index: 1;
    overflow: hidden;
    background: transparent;
    text-transform: uppercase;
	background: #99005B;
}
/*button.single_add_to_cart_button::after {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: #99005B;
    z-index: -1;
    transition: 0.5s ease-in-out;
}
button.single_add_to_cart_button:hover::after {
    width: 0;
    left: unset;
    right: 0;
}*/

button.single_add_to_cart_button:hover {
    color: #99005B;
    background: #FFF;
    border-color: #99005B;
}
.product_basket_item form{
    display: flex;
    align-items: center;
    gap: 50px;
    justify-content: space-between;
    flex-direction: unset;
    margin-top: 70px;
}
input[type="number"]::-webkit-outer-spin-button,
input[type="number"]::-webkit-inner-spin-button {
    -webkit-appearance: none;
    margin: 0;
}
.quantity input[type="number"] {
    width: 50px;
    font-size: 24px;
    border: 0;
    color: #000000;
    text-align: center;
    background: transparent;
}
.page-teeth-whitening-kit .quantity {
    width: 150px;
    cursor: pointer;
    border: 2px solid #ddd;
    display: flex;
    align-items: center;
    justify-content: space-between;
    border-radius: 5px;
    padding: 10px 10px;
	    position: relative;
}

.page-teeth-whitening-lumier-pen .quantity {
    width: 150px;
    cursor: pointer;
    border: 2px solid #ddd;
    display: flex;
    align-items: center;
    justify-content: space-between;
    border-radius: 5px;
    padding: 0px 10px;
}

.page-teeth-whitening-kit-refill .quantity {
    width: 150px;
    cursor: pointer;
    border: 2px solid #ddd;
    display: flex;
    align-items: center;
    justify-content: space-between;
    border-radius: 5px;
    padding: 0px 10px;
}

input[type="number"]:focus-visible {
    outline: none;
}


a.view_cart_btn {
    max-width: 430px;
    font-size: 20px;
    color: #FFF;
    font-weight: 500;
    font-family: 'Quicksand', sans-serif;
    line-height: normal;
    border: 1px solid #99005B;
    padding: 0px 30px;
    height: 54px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 50px;
    transition: 0.5s ease-in-out;
    position: relative;
    z-index: 1;
    overflow: hidden;
    margin-bottom: 20px;
    width: 100%;
}

a.view_cart_btn::after {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: #99005B;
    z-index: -1;
    transition: 0.5s ease-in-out;
}

a.view_cart_btn:hover {
    color: #99005B;
}

a.view_cart_btn:hover::after {
    width: 0;
    left: unset;
    right: 0;
}

.archive .basket_item a.added_to_cart.wc-forward {
    display: none;
}

.add_to_cart_button{
    max-width: 430px;
    font-size: 20px;
    color: #FFF;
    font-weight: 500;
    font-family: 'Quicksand', sans-serif;
    line-height: normal;
    border: 1px solid #99005B;
    padding: 0px 30px;
    height: 54px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 50px;
    transition: 0.5s ease-in-out;
    position: relative;
    z-index: 1;
    overflow: hidden;
    /* margin-bottom: 20px; */
    width: 100%;
}
.add_to_cart_button::after {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: #99005B;
    z-index: -1;
    transition: 0.5s ease-in-out;
}

.add_to_cart_button:hover {
    color: #99005B;
}

.add_to_cart_button:hover::after {
    width: 0;
    left: unset;
    right: 0;
}
.shop_basket_item {
    display: unset;
}

.shop_basket_item form.cart {
    display: grid;
    grid-template-columns: 70% 30%;
    align-items: center;
    gap: 20px;
}
input[type="number"]{
    border: none !important;
}
.shop_main_price_box .review_box{
    margin-top: 0;
}
/* .shop .checkout_img{
    margin-top: 20px;
} */
.shop_bg{
    padding: 10px 0;
}




/* Discover page Css */

h1.discover_heading {
    font-size: 42px;
    color: #333333;
    font-weight: 600;
    font-family: 'Quicksand', sans-serif;
    line-height: normal;
    margin-bottom: 30px;
    text-align: center;
}
.offerback_img {
    padding: 0px;
}
.other_questions .container{
    padding: 0px;
}
ul.include {
    font-size: 17px;
    color: #333333;
    font-weight: 500;
    line-height: 30px;
    font-family: 'Quicksand', sans-serif;
    /* padding-top: 30px; */
    letter-spacing: 1px;
    margin: 0 0 0em 1em;
}
.include li{
    list-style-type:disc;
}

input::-webkit-outer-spin-button,
input::-webkit-inner-spin-button {
  -webkit-appearance:default-button;
}

input[type=number]::-webkit-inner-spin-button, 
input[type=number]::-webkit-outer-spin-button {
  opacity: 1;
}

input#reg_phone, input#reg_postcode {
    border: 1px solid #ccc !important;
}





.woocommerce-checkout div#customer_details {
    width: 100%;
}

.woocommerce-checkout .main_checkout_div {
    display: flex;
    gap: 100px;
}

.customer_data{
   width:100% !important;
}

.woocommerce-checkout .woocommerce-billing-fields__field-wrapper ,
.woocommerce-checkout .woocommerce-shipping-fields__field-wrapper
{
    display: grid;
    grid-template-columns: repeat(2,1fr);
    column-gap: 20px;
    margin-top: 30px;
}
.woocommerce-checkout .woocommerce-billing-fields__field-wrapper p,
.woocommerce-checkout .woocommerce-shipping-fields__field-wrapper p {
    display: flex;
    flex-direction: column;
}

.woocommerce-checkout .woocommerce-billing-fields__field-wrapper p span,
.woocommerce-checkout .woocommerce-billing-fields__field-wrapper p span input,
.woocommerce-checkout .woocommerce-shipping-fields__field-wrapper p span,
.woocommerce-checkout .woocommerce-shipping-fields__field-wrapper p span input{
   width:100%;
}
.woocommerce-checkout .woocommerce-billing-fields__field-wrapper p span select#billing_state,
.woocommerce-checkout .woocommerce-shipping-fields__field-wrapper p span select#shipping_state
{
    width: 100%;
    padding: 10px 0;
}

.woocommerce-checkout .order-detail {
    box-shadow: 0 0px 5px 2px rgba(0,0,0,0.06), 0 2px 0px 1px rgba(0,0,0,0.06);
    border-radius: 8px;
    padding: 35px;
    max-width: 550px;
    height: max-content;
    position: sticky;
    top: 90px;
}

.woocommerce-checkout .woocommerce-billing-fields__field-wrapper p span input, .woocommerce-checkout .woocommerce-shipping-fields__field-wrapper p span input {
    padding: 7px 5px;
    border-radius: 10px;
   color: #404040;
    font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Oxygen-Sans, Ubuntu, Cantarell, "Helvetica Neue", sans-serif;
    font-size: 1rem;
    line-height: 1.5;
	    height: 45px;

}
.woocommerce-checkout .woocommerce-shipping-fields__field-wrapper p label, .woocommerce-checkout .woocommerce-billing-fields__field-wrapper p label {
    font-size: 18px;
    color: rgb(95, 94, 94);
    font-family: "Quicksand", sans-serif;
    font-weight: 600;
    text-transform: capitalize;
}

#billing_address_2_field,
#shipping_address_2 {
    margin-top: 24px;
}

.woocommerce-checkout .order-detail ul {
    margin-left: 0;
}



.woocommerce-checkout button#place_order,
.woocommerce-checkout form.checkout_coupon.woocommerce-form-coupon button{
    /* max-width: fit-content; */
    width: 50%;
    font-size: 20px;
    color: #fff;
    font-weight: 500;
    font-family: "Quicksand", sans-serif;
    line-height: normal;
    border: 1px solid #99005b;
    padding: 0px 15px;
    height: 50px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 50px;
    transition: 0.7s ease-in-out;
    position: relative;
    z-index: 1;
    overflow: hidden;
    outline: none;
    box-shadow: none;
	 background: #99005b;
}
.woocommerce-checkout form.checkout_coupon.woocommerce-form-coupon button{
    max-width: fit-content; 	
}
.woocommerce-checkout button#place_order:hover,
.woocommerce-checkout form.checkout_coupon.woocommerce-form-coupon button:hover {
    color: #99005b;
    background: #fff;
    border-color: #99005b;
}
form.checkout.woocommerce-checkout.checkout_table {
    padding-bottom: 100px;
}

/*.woocommerce-checkout button#place_order::after,
.woocommerce-checkout form.checkout_coupon.woocommerce-form-coupon button::after {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: #99005b;
    z-index: -1;
    transition: 0.5s ease-in-out;
}*/

/*.woocommerce-checkout button#place_order:hover::after,
.woocommerce-checkout form.checkout_coupon.woocommerce-form-coupon button:hover:after {
    width: 0;
    left: unset;
    right: 0;
}*/

.woocommerce-checkout ul.woocommerce-error li {
    color: #e2401c;
    padding: 4px 0px;
    font-size: 16px;
}

button.stripe-gateway-stripelink-modal-trigger {
    display: none;
    opacity: 0;
}
/* .woocommerce-cart .woocommerce-message {
    display: none;
} */
.kit_img img{
    display: none;
}
.remember img{
    /* width: 100%; */
    margin-top: 20px;
}
.page-login .site-main {
    background-image: url("../image/contact_bg.webp");
    background-position: center;
    background-size: cover;
    /*margin-top: 80px !important;*/
}
.remember {
    margin-top: 20px;
}
.product_img img{
    margin-top: 20px;
}
a.terms_text {
    color: #fac5bc;
}
.product_txt h2 span.woocommerce-Price-amount.amount {
    color: #6F747E !important;
    background-color: #FFFFFF;
}
section.teeth_whitening_kit {
    margin-top: 10px;
}
.copyright{
	    padding: 10px 15px;
}
section.solution_section {
    overflow-x: hidden !important;    overflow-y: hidden;
}
.user-menu img, img.help_icon, img.shop_icon, .login-icon img {
    max-width: 35px;
}

.product_img img {
    min-height: 100%;
    max-width: 100%;
    object-fit: cover;
}
.second_image{
	margin-top:0px;
}
	
div#reviews, section.rating_single._product {
    display: none;
}
/* div#leftsiddecol6 {
   padding-left: 100px;
} */
.quantity::after {
    content: "Quantity";
    position: absolute;
    top: -30px;
    margin: 0 auto;
    text-align: center;
    width: 100%;
    left: 0;
	    font-family: 'Open Sans', sans-serif;
	    color: #333333;
    font-weight: 500;
}

div#message-container{
	    margin-left: 70px !important;
}

.login-icon a::after {
    opacity: 0;
}
.so_buton a {
    min-width: 355px;
}

.onlyshowmobile{
	display:none;
}
.woocommerce-message {
    border: none;
    margin-bottom: 0;
}

.woocommerce-cart  .quantity::after{
	display:none;
}
.woocommerce-checkout  form.checkout_coupon.woocommerce-form-coupon button {
    min-width: 355px;
}
input#coupon_code {
    height: 50px;
    width: 355px;
    border-radius: 10px;
}
form.checkout_coupon.woocommerce-form-coupon {
    border: 1px solid #98005d;
    padding: 25px;
    border-radius: 5px;
    display: flex;
    flex-direction: column;
    /* justify-content: center; */
    /* align-items: center; */
	    margin-bottom: 15px;
}
div#accordionconditions br {
    display: none;
}


section.terms_conditions.mt_110 {
    padding-bottom: 100px;
}
.condition_rigth ol {
    margin-bottom: 20px;
}
.page-privacy-policy h1.entry-title {
    display: none;
}
.page-privacy-policy .terms_conditions  {
	padding-bottom:100px;
}

h2.accordion-header:focus-visible {
  outline: none !important;
}
:focus-visible {
  outline: none !important;
}
.accordion-button:focus{
	box-shadow:unset !important;
}


/*================*/
/*
section.banner_section::before {
    content: "";
    position: fixed;
    background-image: url(https://testweb4you.com/projects/selfish-vip-new/wp-content/uploads/2025/08/2.png);
    width: 100%;
    height: 100%;
    z-index: -1;
    background-attachment: fixed;
    top: 0;
}*/



.banner_section{
	    background-attachment: fixed;
		/*background-image: url(https://testweb4you.com/projects/selfish-vip-new/wp-content/uploads/2025/08/2.png);*/
}
.solution_bg{
	background-attachment: fixed;
}
section.selfish_advocates{
	background-attachment: fixed;
}
.testimonial-section{
background-attachment: fixed;	
}

.site_btn, button.single_add_to_cart_button{
	text-transform: capitalize !important;
	font-weight:600 !important;
} 
.woocommerce-message  {
    border-top: none !important;
	    margin: 0;
}
.woocommerce-message .woocommerce-message {
    padding: 0;
	    margin: 0 !important;
}
.woocommerce-notices-wrapper {
    max-width: unset !important;
    margin: auto;
	    margin-bottom: 50px;
}

.woocommerce-info{
	 border-top: none !important;
}
.woocommerce-checkout button#place_order, .woocommerce-checkout form.checkout_coupon.woocommerce-form-coupon button, 
.selfish_cart .button.button, a.checkout-button.button.alt.wc-forward, .page-login button.woocommerce-button.button.woocommerce-form-login__submit, button#wpforms-submit-455{
	text-transform: capitalize !important;
	font-weight:600 !important;
}
select#billing_state {
    border-radius: 10px;
}
.woocommerce-checkout .woocommerce-additional-fields textarea#order_comments{
	 border-radius: 10px;
	     padding: 7px 5px;
}

.page-registration p.acc_reg{
	padding-bottom:50px;
}
.section.terms_conditions.mt_110 .accordion-header {
    margin: 0 !important;
} 
.conditions_type .accordion-header{
	    margin: 0;
}

.conditions_type button.faq-question {
    border: 0;
    padding: 25px 0px;
    color: #444;
    font-size: 30px;
    font-weight: 700;
    line-height: 41px;
    font-family: 'Quicksand', sans-serif;
}
.conditions_type .faq-item {
    /* border-top: 1px solid #fff; */
    margin-bottom: 0px;
    border-bottom: 1px solid #ddd;
}
.conditions_type .faq-item.active .faq-answer {
    max-height: unset;
    padding: 10px 0 15px;
}

.coupon {
    position: relative;
}
p#coupon-error-notice {
    position: absolute;
    top: 50px;
    left: 0;
    color: red;
    font-size: 13px;
}
p.return-to-shop {
    margin-bottom: 50px;
}

section#help_subscription h2 br{
	display:none !important;
}


