@import url('https://fonts.googleapis.com/css2?family=Outfit:wght@100;200;300;400;500;600;700;800;900&display=swap');

* {
    box-sizing: border-box;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
}
body{
    margin: 0;
}
.clear {
    height: auto;
}
.page-width{
    padding: 0 55px;
    max-width: 1300px;
    margin: 0 auto;
}
.button{ background: none !important}
.solid-btn ,.solid-btn:hover {
    background: none;
}
.secondary-btn {
    padding: 10px 30px;
    border-radius: 50px;
    border: 1px solid #000;
    text-decoration: none;
    color: #000;
}
.primary-btn {
    padding: 15px 40px;
    border-radius: 5px;
    text-decoration: none;
    color: #fff;
    background-color: #df5952;
    line-height: 1.1;
    font-size: 1rem;
    display: inline-block;
	text-transform: uppercase;font-family: 'Outfit', sans-serif;
}
img {
    max-width: 100%;
}
.h1, .h2, .h3, .h4, .h5, .h6, h1, h2, h3, h4, h5, h6{
	font-family: 'Outfit', sans-serif;
}
body {
    font-family: 'Outfit', sans-serif;
    font-size: 18px;
    line-height: 1.5;
    letter-spacing: normal;
    background-color: #fdf3de;
}
.text-center {
    text-align: center;
}
.text-right {
    text-align: right;
}
.text-left {
    text-align: left;
}
p {
    margin: 0 0 15px;
}
.rte>p:last-child {
    margin-bottom: 0;
}
.rte {
    margin-bottom: 15px;
}
.rte:last-child {
    margin-bottom: 0;
}
/* Header */
.header-container {
    background-color: #fff;
    padding: 10px 0;
    z-index: 9;
	position:sticky;
	top:0;
}
.header-container.header-fixed{
    position: sticky;
    top: 0;	
}

.header-button .primary-btn {
    background-color: #edc17d;
    color: #000;
    font-weight: 500;
}
.header-fixed .header-btn{
    box-shadow: 0 0 0 0 rgb(223 89 82 / 50%);
    -webkit-animation: pulse 1.5s infinite;
    color: #fff;
    background-color: #df5952;
}
.logo{
    width: 250px;
    display: block;
}
.header {
    display: flex;
    align-items: center;
    justify-content: space-between;
}
/* banner */
.banner-container{
    position: relative;
    background-color: #fff;
}
.banner-leaf {
    width: 170px;
    position: absolute;
    z-index: 1;
    top: 63%;
    left: 45%;
}
.banner-content {
    display: block;
    width: 100%;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    left: 0;
}
.banner-text-container {
    width: 100%;
}
.banner-content-text {
    max-width: 600px;
    padding: 50px 0;
    width: 100%;
}
.banner-content-wrapper {
    padding: 0 0 70px 0;
    position: relative;
}
.bct-heading{
    margin: 0;
    font-size: 65px;
    line-height:normal;
}
.bct-text {
    font-size: 1.3rem;
    padding: 2rem 0 ;
}
.banner-button{
    display: inline-flex;
    flex-wrap: wrap;
    gap: 1rem;
    max-width: 45rem;
}
.banner-button .primary-btn {
    box-shadow: 0 0 0 0 rgb(223 89 82 / 50%);
    -webkit-animation: pulse 1.5s infinite;
}
@-webkit-keyframes pulse {
  0% {
    transform:scale(.95);
  }
  70% {
    transform:scale(1);
    box-shadow: 0 0 0 20px rgb(223 89 82 / 0%);
  }
    100% {
    transform:scale(.95);
    box-shadow: 0 0 0 0 rgb(223 89 82 / 0%);
  }
}
.banner-image {
    position: relative;
    padding-bottom: 50%;
    height: 0;
    z-index: 0;
    width: 100%;
    display: block;
}
.banner-image img {
    position: absolute;
    height: 100%;
    object-fit: cover;
    object-position: center;
    width: 100%;
    display: block;
}
.site-subheading {
    font-size: 18px;
    letter-spacing: 1px;
    line-height: normal;
    text-transform: uppercase;
    color: #df5852;
    font-weight: 500;
    padding-bottom: 15px;
}

/** Multicolumn Section **/
.section-header_title {
    font-size: 40px;
    margin-top: 0;
    margin-bottom: 15px;
	line-height:normal;
}
.section-header {
    margin-bottom: 50px;
}
.section-multicolumn {
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    padding: 100px 0;
}
.multicolumn-content {
    display: flex;
    width: 100%;
    justify-content: center;
    flex-wrap: wrap;
}
.multicolumn-feat-items {
    width: 33.33%;
    padding: 0 50px;
}
.multicolumn-image-item img {
    width: 170px;
}
.multicolumn-text-items {
    padding-top: 30px;
}
.multicolumn-button {
    text-align: center;
    padding-top: 70px;
}
.multicolumn-image-item {
    height: 50px;
    align-items: center;
    display: flex;
    justify-content: center;
}
.multicolumn-header {
    max-width: 800px;
    margin: 0 auto;
    margin-bottom: 55px;
}

/**video-with-testimonials**/

.vwt-block {
    display: flex;
    width: 100%;
}
.video-section {
    width: 50%;
    position: relative;
}
.vwt-video{
    max-width: 100%;
    height: 100%;
}
.video-play-btn{
    width: 60px;
}
.video-icon{
    position: absolute;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    color: #fff;
    background: rgba(0,0,0,.15);
}
.testimonials-section-wrapper {
    width: 50%;
    position: relative;
    background-color: #edc17d;
}
.testimonials-section {
    padding: 50px 100px;
    align-items: center;
    background-color: #edc17d;
    display: flex;
    min-height: 100%;
}
.testimonials {
    text-align: center;
}
.testimonial-author-image {
    border-radius: 999px;
    margin: auto;
}
.testimonials p {
    margin: 0;
}
.testimonials-section-wrapper .testimonial-sm {
    right: 10%;
    position: absolute;
    top: 50%;
}
.testimonials-section-wrapper .testimonial-gt {
    left: 10%;
    position: absolute;
    top: 50%;
}
.testimonial-author-name{
    font-weight: 600;
}
.testimonials-section .slick-arrow {
    width: 30px;
    height: 30px;
}
.testimonials-section .slick-prev {
    left: 0;
}
.testimonials-section .slick-next {
    right: 0;
}
.testimonials-section .slick-arrow::before {
    content:unset;
}

/**image-with-text**/

.home-image-with-text{
    position: relative;
}
.iwt-leaf {
    position: absolute;
    width: 220px;
    left: 30%;
    top: 5%;
}
.hiwt-feature-row {
    display: flex;
    width: 100%;
    flex-wrap: wrap;
    align-items: center;
}
.hiwt-feature_item {
    width: 50%;
}
.hiwt-feature_text {
    padding-right: 55px;
}
.hiwt-feature_image {
    position: relative;
    margin-bottom: 10%;
}
.hiwt-image-item {
    position: relative;
    height: 0;
    padding-bottom: 90%;
}
.hiwt-image-item img {
    width: 100%;
    position: absolute;
    height: 100%;
    object-fit: cover;
    object-position: center;
    display: block;
}
.hiwt-reviews-item {
    background-color: #fff;
    position: absolute;
    bottom: -17%;
    left: 0;
    max-width: calc(100% - 50px);
    margin: 0 auto;
    width: 100%;
    display: inline-block;
    right: 0;
    padding: 40px;
}
.hiwt-review-info {
    display: flex;
    justify-content: space-between;
    width: 100%;
}
.home-image-with-text {
    padding-top: 140px;
}
.hiwt-feature_text .rte {
    margin-bottom: 60px;
    margin-top: 30px;
}
.hitc-header {
    max-width: 800px;
    margin: 0 auto;
    padding-bottom: 55px;
}

/** home-image-text-columns**/
.home-image-text-columns {
    background-position: 50% 0%;
    background-repeat: no-repeat;
    background-size: cover;
    padding: 100px 0;
}
.hitc-feat-content {
    display: flex;
    width: 100%;
    flex-wrap: wrap;
    position: relative;
    justify-content: center;
    padding: 0 30px;
}
.hitc-feat-items {
    width: 30%;
    padding: 0 20px;
	height:auto;
}
.hitc-items-inner {
    padding: 15px;
    border: 2px solid #ddd;
    min-height: 100%;
}
.hitc-feat-content .testimonial-gt{
    position: absolute;
    top: 50%;
    left: 0;
}
.hitc-feat-content .testimonial-sm{
    position: absolute;
    top: 50%;
    right: 0;
}

/** guarantee-image-text **/
.guarantee-image-text {
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    padding: 50px 0;
}
.git-feature_row {
    display: flex;
    align-items: center;
    width: 100%;
    color: #fff;
}
.git-feature_image {
    width: 35%;
    padding-right: 55px;
}
.git-feature_image img {
    max-width: 300px;
    width: 100%;
}
.git-feature_text {
    width: 65%;
    border: 1px dashed #fff;
    padding: 40px;
	position: relative;
}
.git-subheading {
    display: inline-table;
    position: absolute;
    top: -20px;
    left: 0;
    right: 0;
    background-color: #fff;
    padding: 5px 10px;
    color: #000;
    margin: 0 auto;
    text-transform: uppercase;
}
.hitc-slider .slick-arrow {
    width: 30px;
    height: 30px;
}
.hitc-slider .slick-prev {
    left: 0;
}
.hitc-slider .slick-next {
    right: 0;
}
.hitc-slider .slick-arrow::before {
    content:unset;
}
.hitc-slider .slick-track {
    display: flex;
    flex-wrap: wrap;
}
/*featured-collection */
.featured-collection {
    padding: 100px 0;
    position: relative;
}
.fc-header {
    max-width: 700px;
    margin: 0 auto;
    padding-bottom: 50px;
}
.fc-leaf{
    position: absolute;
    width: 150px;
    right: 10%;
    top: 2%;
}
.fc-feat-content {
    display: flex;
    width: 100%;
    flex-wrap: wrap;
}
.fc-feat-items {
    border: 2px solid;
    text-align: center;
    width: 25%;
    border-right: 0;
}
.fc-feat-items:last-child {
    border-right: 2px solid;
}
.fc-feat-items .fc-product_title {
    background-color: #edc17d;
    margin: 0;
    padding: 20px 20px;
	border-bottom: 1px solid;
}
.fc-product-items {
    padding: 30px 20px;
    background-color: #fff;
}
.fc-product-supply_title {
    font-weight: 700;
    font-style: italic;
    color: #df5952;
    padding-bottom: 30px;
}
.fc-product_price {
    font-weight: 700;
    padding-top: 30px;
}
.fc-product_retail {
    padding-bottom: 30px;
    padding-top: 10px;
}
.fc-tick {
    width: 60px;
}

/* home-rich-text */
.home-rich-text-wrapper {
    background-color: #edc17d;
    padding: 60px 0;
}
.text-center.home-rich-text {
    max-width: 670px;
    margin: 0 auto;
}

/* FAQ-Section */

.faq-wrapper{
    background-color: #edc17d;
    padding: 80px 0;
}
.faq-bottom-content-container {
    max-width: 700px;
    margin: 0 auto;
}
.faq-header {
    margin-bottom: 75px;
    position: relative;
}
.faq-header .faq-title {
    width: 75px;
    position: absolute;
    left: 0;
    bottom: 100%;
}
.faq-bottom-content-container {
    max-width: 700px;
    margin: 0 auto;
}
.faq-inner-content{
    padding: 0 40px;
}
.faq-accordian-item h3 {
    color: #000;
    margin: 0;
    padding: 18px 35px;
    position: relative;
    padding-right: 70px;
    cursor: pointer;
}
.faq-accordian-heading.faq-active::after {
    content: '-';
}
.faq-accordian-heading::after {
    content: '+';
    position: absolute;
    right: 40px;
    font-size: 32px;
    top: 12px;
}
.faq-accordian-content {
    color: #000;
    display: none;
    padding: 0 35px 35px;
}
.faq-accordian-content p{
    margin-bottom:0;
}
.faq-accordian-item {
    border-top: 3.5px solid #000;
    transition: .3s all ease-in-out;
}
.faq-accordian-item:last-child {
    border-bottom: 3.5px solid #000;
}
.faq-accordian-item.faq-item-active {
    border-bottom: 3.5px solid #000;
}
.faq-accordian-item.faq-item-active+.faq-accordian-item:not(.faq-item-active) {
    border-top-color: transparent;
}
.faq-accordian-item.faq-item-active+.faq-accordian-item.faq-item-active {
    /* margin-top: 5px; */
    border-top: 0;
}

/* newsletter-section */
.newsletter-content {
    display: flex;
    width: 100%;
}
.newsletter-left-block{
    width: 60%;
    align-items: center;
    display: flex;
}
.newsletter-left-block p{
    margin: 0;
}
.newsletter-right-block{
    width: 40%;
}
.newsletter-section-wrapper{
    background-image: url('../images/guarantee-bg.png');
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
}
.newsletter-right-content-bg {
    height: 100%;
    background-color: #fff;
    padding: 80px 60px;
}
#footer-newsletter .newsletter-email-field {
    width: 100%;
    height: 50px;
    border: 2px solid #000;
    padding-left: 30px;
    margin: 20px 0 30px;;
    border-radius: 5px;
}
#footer-newsletter .primary-btn{     padding: 0 40px;}
.nsw-left-content{
    color: #fff;
}
.inner-content-container {
    display: flex;
    gap: 15px;
    padding-bottom: 30px;
}
.bi-envelope-fill,.bi-telephone-fill{
    margin-top:5px;
}

/* footer */
.footer {
    padding: 80px 0;
    position: relative;
}
.footer-menu ul {
    display: flex;
    gap: 50px;
    list-style: none;
    justify-content: center;
    padding-left: 0px;
    font-weight: 600;
}
.footer-menu a {
    color: #000;
    text-decoration: none;
}
.footer-logo {
    width: 100%;
    max-width: 300px;
    margin: 0 auto;
}
.footer-social-icons {
    padding-top: 30px;
    gap: 20px;
    display: flex;
    justify-content: center;
}
.footer-copyright {
    text-align: center;
    padding-top: 40px;
}
.footer-leaf {
    position: absolute;
    width: 230px;
    top: -10%;
    left: 10%;
}
.Custom_Featured_Product {
    padding: 100px 0;
}
.FeaturedProduct {
    display: flex;
    justify-content: center;
    width: 100%;
    margin: 0 auto;
}
.form-arrow {
    max-width: 200px;
    margin-left: auto;
    display: block;
}
.Custom_Featured_Product .FeaturedProduct__Gallery {
    flex: 1 1 55%;
    padding-right: 55px;
}
.Custom_Featured_Product .FeaturedProduct__Info {
    background: #fff;
    border: 3px solid #000;
    border-radius: 3px;
    padding: 30px;
    margin: 0;
    flex: 1 1 45%;
}
.Custom_Featured_Product .FeaturedProduct__Info h2{
	margin-top:0;
}
.Custom_Featured_Product label {
    font-size: 12px;
    margin-bottom: 4px;
    font-weight: 400;
    display: block;
}
.form-holder select, .form-holder input, .form-holder1 input, .form-holder1 select {
    border: 2px solid #000;
    color: rgba(0,0,0,.75);
    margin: 0 0 4px;
    border-radius: 5px;
    -webkit-appearance: none;
    background-color: #fff;
    padding: 0.5rem;
    height: 2.4375rem;
    width: 100%;
    line-height: normal;
    display: block;
    font-family: 'Outfit', sans-serif;
    font-weight: 500;
    margin-bottom: 5px;
}
.ProductForm .row {
    display: flex;
    width: 100%;
}
.ProductForm .row .columns {
    width: 50%;
}
.ProductForm .row .columns:first-child {
    padding-right: 10px;
}
.FeaturedProduct__Info .ProductForm__AddToCart {
    margin-top: 15px;
    width: 100%;
}
.FeaturedProduct__Info .security-icons-c1 {
    text-align: center;
    display: block;
    margin: 20px auto 0;
    max-width: 265px;
    width: 100%;
}
.promo-field input:disabled {
    border: 2px solid #04c500!important;
    color: #04c500!important;
    -webkit-text-fill-color: #04c500!important;
    opacity: 1!important;
    font-weight: 700;
}
/*= checkout page =*/
.checkout-products .pp-header {
    background: #fdf3de;
    border-radius: 5px;
    margin-bottom: 15px;
    border: 3px solid #000;
}
.pp-header-content{
    padding: 15px;
	
}
.pp-header-content p {
    margin: 0;
    font-size: 14px;
}
.pp-header .steps__list.row {
    margin: 0;
    padding: 0;
    list-style: none;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 20px;
    flex-wrap: wrap;
    margin-top: 15px;
    padding: 0 15px;
}
.steps__item {
    width: calc(33.33% - 14px);
    text-align: center;
    padding: 10px;
    background: #ebebeb;
    border-radius: 5px;
    line-height: 1;
}
.checkout-wrapper .page-width {
    max-width: 1170px;
}
.checkout-container {
    display: flex;
    flex-wrap: wrap;
    margin-left: -45px;
    padding: 45px 0;
}

.checkout-products {
    width: 66.66%;
    padding-left: 45px;
}
.checkout-form {
    width: 33.33%;
    padding-left: 45px;
}
.checkout-form-wrapper {
    border-radius: 5px;
	overflow:hidden;    border: 3px solid #000;
}
.checkout-form-wrapper .form__in {
    padding: 15px;
}
.checkout-form-wrapper .form__in p{
    margin:0;
}
.checkout-form-wrapper .form__header {
    background-color: #edc17d;
    text-align: center;
    padding: 15px;
}
.checkout-form-wrapper .form__header *{
    margin:0;
}
.headerCall {
    color: #000;
    font-size: 15px;
	font-weight:600;
    text-align: right;
	margin: 0;
}
.headerCall a{
    color: #000;
}
.form__cards {
    text-align: center;
    height: auto;
    margin: 0;
    padding: 0;
}

.form__cards li:first-child {
	margin: 0 5px 0 0;
	position: relative;
	top: 0
}

.form__cards li {
	margin: 0;
	display: inline-block
}

.form__cards li img {
	width: 54px
}

.checkout .header__info {
	margin-bottom: 26px
}

.payment_as_shipping_label input {
	    margin-right: 5px;
    
    line-height: 1;
    max-width: 14px;
}

.payment_as_shipping_label {
	display: flex;
	align-items: center;
	justify-content: center;
	margin-bottom: 15px;
	margin-top: 15px
}

.billing-form .billing-title {
	display: block;
	text-align: center;
	font-weight: 700;
	font-size: 20px;
	margin-bottom: 10px
}

.billing-form {
	display: none
}
.error-message {
    height: 32px;
    display: none;
    font-size: 14px;
    color: #fff;
    line-height: 32px;
    white-space: nowrap;
    padding: 0 10px;
    margin: 0 35px 0 0;
    position: absolute;
    right: 100%;
    top: 1px;
    z-index: 99999;
    border-radius: 3px 0 0 3px;
    background: #ef4b52;
}
label {
    font-size: 14px;
}
.cvv-link {
    font-size: 14px;
}
.ccvwhatsthis {
    line-height: 1.2;
    display: block;
    text-align: center;
    cursor: pointer;
}
.secure-icon {
    font-size: 14px;
    text-align: center;
}
.form-popup .row {
    display: flex;
    flex-wrap: wrap;
	gap:20px;
}
.form-popup .row .columns {
    width: calc(50% - 10px);
}
.form__footer {
    margin-top: 20px;
}
.form__footer .solid-btn{
    width:100%;
}
.order_sumry_head {
    background: #edc17d;
    margin-top: 20px;
    color: #000;
    text-align: center;
    padding: 10px;
    border-radius: 5px 5px 0 0;
}
.order_sumry_area .sumry_inr {
    background: #fff;
    padding: 20px 0 0;
    border-radius: 0 0 5px 5px;
	overflow:hidden;
}
.form-popup {
    text-align: left;
}
.sumry_table {
    display: table;
    width: 100%;
}
.sumry_row {
    display: table-row;
}
.sumry_cell {
    display: table-cell;
    font-size: 14px;
    color: #000000;
    padding: 0 10px 18px;
}
.totalrow .sumry_cell {
    padding: 15px;
    font-size: 20px;
    background: #000;
    font-weight: 700;
	color:#fff;
}
.pp-top-bar {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 5px 35px;
    background-color: #edc17d;
    color: #000;
}
.pp-content-inner-item {
    border: 3px solid #000;
    border-radius: 5px;
    margin-bottom: 15px;
    overflow: hidden;
	position:relative;
}
.pp-content-inner-item.selected{
    background-color: #fdf3de;
}
.pp-bottom-content-wrapper{
    padding: 15px;	
}
.pp-bottom-content {
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    margin-left: -25px;
}
.pp-bottom-content .pp-checbox {
    width: 90px;
    padding-left: 25px;
}
.pp-bottom-content .pp-image {
    width: calc(54% - 90px);
    padding-left: 25px;
}
.pp-bottom-content .pp-savage {
    width: 15%;
    padding-left: 25px;
}
.pp-bottom-content .pp-price-content {
    width: 31%;
    padding-left: 25px;
}
.pp-price-content p {
    margin: 0;
    font-size: 16px;
}
.pp-bottom-content img{
    display: block;
}
.pp-supply{
    color: #df5952;
    font-weight: 600;
    font-size: 20px;
}
.pp-price{
    font-size: 30px;
    font-weight: 700;
    margin: 0;
}

.pp-left-text {
    font-size: 20px;
    font-weight: 600;
    margin: 0;
}
.pp-bottle{
    margin: 0;
    font-weight: 500;
}
.pp-retail-price{
    font-weight: 500;
}
.pp-icons-container {
    text-align: center;
}
.pp-price-content .primary-btn {
    font-size: 14px;
    padding: 12px;
    margin-top: 5px;
}
.pp-icons {
    width: 60%;
}
.outline-btn.btn-active {
    background: #df5952;
    color: #fff;
    border-color: #df5952;
}
.pp-checbox span {
    width: 30px;
    height: 30px;
    display: block;
    position: relative;
    border: 6px solid #63aee4;
    left: 4px;
    border-radius: 50%;
}
.pp-content-inner-item.selected .pp-checbox span::before {
    content: "";
    display: block;
    background: url(../images/done-icon.png) no-repeat center;
    position: absolute;
    left: -6px;
    top: -50px;
    width: 45px;
    height: 65px;
    background-size: contain;
}
.header__warning {
    background: #df5952;
    padding: 5px 0;
    font-size: 16px;
    text-align: center;
    color: #fff;
}
.mobile-checkout {
    padding: 40px 0;
    max-width: 550px;
    margin: 0 auto;
}
.qualify--form {
    background: #fff;
    border: 3px solid #000;
    border-radius: 3px;
    padding: 30px 17px 30px;
}
.qualify--form #promo {
    display: block;
    width: 100%;
    margin-bottom: 10px;
    padding: 10px;
    border-radius: 5px;
}
.promo-field {
    text-transform: capitalize;
}
.promo-field span {
    color: #04c500;
}
.mobile-checkout .breadcrumbs__list {
    padding: 0;
    list-style: none;
    display: flex;
    align-items: center;
    text-align: center;
    justify-content: center;
    gap: 10px;
    flex-wrap: wrap;
    margin: 7px 0;
}
.mobile-checkout .breadcrumbs__item {
    width: calc(33.33% - 7px);
    background: #ebebeb;
    font-size: 12px;
    padding: 5px 2px;
    border-radius: 5px;
}
.mobile-checkout .breadcrumbs__item.breadcrumbs__item_active {
    background: #df5952;
    color: #fff;
}
.confirm-form-partial {
    background: #fff;
    border-radius: 3px;
    padding: 30px 17px 30px;
    border: 3px solid #000;
}
.delivery-b {
    font-size: 14px;
}
.delivery-b svg {
    vertical-align: middle;
}
.secure-imges ul li {
    width: 33.33%;
    text-align: center;
}

.secure-imges ul {
    padding: 0;
    list-style: none;
    display: flex;
    align-items: center;
    max-width: 550px;
    width: 100%;
    margin: 20px auto 10px;
}
.secure-imges {
    margin: 20px 0;
}
.pp-bottom-content-wrapper .primary-btn {
    margin-top: 5px;
    font-size: 14px;
    width: 100%;
    text-align: center;
    padding: 10px;
}
.pp-bottom-content-wrapper .primary-btn.btn-active {
    box-shadow: 0 0 0 0 rgb(223 89 82 / 50%);
    -webkit-animation: pulse 1.5s infinite;
}
.pp-save-content span {
    text-align: center;
    display: block;
    font-size: 11px;
    line-height: 1.1;
}
.pp-save-content {
    position: absolute;
    top: 50%;
    transform: translate(-50%, -50%);
    left: 50%;
}
.mobile-checkout .pp-bottom-content .pp-checbox {
    width: 60px;
}
.mobile-checkout .pp-bottom-content .pp-image {
    width: calc(60% - 60px);
    padding-left: 12px;
}
.mobile-checkout .pp-bottom-content .pp-savage {
    position: absolute;
    top: 0;
    padding: 0;
    right: 0;
    width: 18%;
    max-width: 75px;
}
.mobile-checkout .pp-save-content span {
    font-size: 10px;
}
.mobile-checkout .pp-price {
    font-size: 24px;
}
.mobile-checkout .pp-bottom-content .pp-price-content {
    width: 40%;
    margin-top: 0;
    padding-left: 0;
    padding-top: 5%;
}
.mobile-checkout .pp-bottom-content {
    margin-bottom: 5px;
}
.mobile-checkout .pp-top-bar {
    justify-content: flex-start;
    gap: 15px;
}
.mobile-checkout .timer-block {
    font-size: 13px;
    text-align: center;
    margin-top: 5px;
}
.pp-bottom-content img {
    display: block;
    max-height: 145px;
    margin: 0 auto;
}
/******************* Responsive-CSS *******************/
@media screen and (min-width:769px) {
	.medium-up--hide{
		display:none !important;
	}
}
@media screen and (max-width:1200px) {
    .hiwt-reviews-item {
        position: relative;
        background-color: #fff;
        max-width: calc(100% - 50px);
        margin: auto;
        width: 100%;
        padding: 40px;
        display: block;
        margin-top: -50px;
    }
    .bct-heading {
        margin: 0;
        font-size: 44px;
    }
    .banner-content-text {
        max-width: 490px;
    }
    .bct-text {
        font-size: 18px;
    }
    .fc-leaf {
        z-index: -1;
    }
}
@media screen and (max-width:1080px) {
    .video-section video[poster]{
        object-fit: cover;
    }
    .fc-leaf {
        width: 100px;
    }
}
@media screen and (max-width:980px) {
    .page-width {
        padding: 0 17px;
    }
    .bct-text {
        font-size: 1.3rem;
        padding: 1.5rem 0;
    }
    .banner-content-text {
        max-width: 400px;
    }
    .bct-text {
        font-size: 16px;
    }
    .testimonials-section {
        padding: 50px 50px;
    }
    .testimonials-section-wrapper .testimonial-sm {
        right: 5%;
    }
    .testimonials-section-wrapper .testimonial-gt {
        left: 5%;
    }
    .fc-feat-items {
        width: 50%;
    }
    .fc-feat-items:nth-child(2) {
        border-right: 2px solid #000;
    }
    .faq-bottom-content {
        max-width: 100%;
    }
    .newsletter-right-content-bg {
        padding: 80px 30px;
    }
    .newsletter-right-block {
        width: 50%;
    }
    .newsletter-left-block {
        width: 50%;
    }
.checkout-form{ padding-left: 12px;}
.checkout-form-wrapper .form__in label {
    font-size: 12px;
}
.ccvwhatsthis{ font-size: 11px;}
.sumry_cell{ font-size: 13px;}

}
@media screen and (max-width:768px) {
	.small--hide{
		display:none !important;
	}
    .hiwt-feature-row {
        flex-direction: column-reverse;
    }
    .hiwt-feature_item {
        width: 100%;
    }
    .hiwt-feature_text {
        padding-right: 0;
    }
    .iwt-leaf {
        position: absolute;
        width: 120px;
        left: 30%;
        top: 1%;
    }
    .banner-leaf {
        width: 100px;
        z-index: 1;
        left: 75%;
    }
    .banner-image img{
        display: none;
    }
    .banner-image{
        background-image: url('../images/smart-613.jpg');
        background-position: center;
        background-repeat: no-repeat;
        background-size: cover;
    }
    .multicolumn-feat-items {
        width: 100%;
        padding: 20px 10px;
    }
    .multicolumn-text-items {
        padding-top: 10px;
    }
    .vwt-block {
        display: block;
    }
    .video-section {
        width: 100%;
    }
    .testimonials-section-wrapper {
        width: 100%;
    }
    .banner-content {
        position: relative;
        top: 50%;
        transform: none;
        left: 0;
        background-image: url('../images/Layer-303.png');
        background-position: center;
        background-repeat: no-repeat;
        background-size: cover;
    }
    .banner-content-wrapper {
        padding: 0;
    }
	.git-feature_image img {
    max-width: 120px;
}
   .git-feature_row {
    margin-top: 55px;
}
	.git-feature_text {
    width: 100%;
    padding: 40px 15px 15px;
}
.git-feature_text .section-header_title {
    font-size: 16px;
}
.git-feature_text .rte {
    font-size: 12px;
}
    .git-feature_image {
    display: flex;
    justify-content: center;
    margin-bottom: -55px;
    position: relative;
    z-index: 1;
    width: 100%;
        padding-right: 0;
}
    .newsletter-content {
        display: block;
        width: 100%;
    }
    .newsletter-left-block {
        width: 100%;
    }
    .newsletter-right-block {
        width: 100%;
    }
    .nsw-left-content {
        color: #fff;
        padding: 50px 0;
    }
    .footer-leaf {
        width: 150px;
        top: -5%;
    }
    .bct-heading br{
        display: none;
    }
    .banner-content-text {
        max-width: 500px;
    }
	.FeaturedProduct {
        display: block;
    }
	.Custom_Featured_Product .FeaturedProduct__Gallery {
		padding-right: 0;
	}
	.Custom_Featured_Product .FeaturedProduct__Info {
		padding: 30px 20px;
	}
	.section-header_title {
		font-size: 28px;
	}
	.logo {
    width: 175px;
}
.header-btn {
    padding: 10px 15px;
    font-size: 15px;
}
.home-image-with-text {
    padding-top: 70px;
}
.faq-accordian-item h3 {
    padding-left: 20px;
    font-size: 16px;
    padding-right: 45px;
}
.faq-accordian-heading::after {
    right: 20px;
    font-size: 22px;
}
.Custom_Featured_Product {
    padding: 70px 0;
}
.faq-wrapper {
    padding: 70px 0;
}
.pp-bottom-content .pp-checbox {
    width: 60px;
}
.pp-bottom-content .pp-image {
    width: calc(55% - 60px);
}
.pp-header-content {
    padding: 10px;
}
.pp-bottom-content .pp-savage {
    position: absolute;
    top: 0;
    padding: 0;
    right: 0;
    width: 15%;
}

.pp-price {
    font-size: 24px;
}
.pp-bottom-content .pp-price-content {
    width: 45%;
    margin-top: 0;
}
.pp-top-bar {
    justify-content: flex-start;
    gap: 15px;
	padding:5px 10px;
}
.timer-block {
    font-size: 13px;
    text-align: center;
    margin-top: 5px;
}
.pp-left-text {
    font-size: 16px;
}
.pp-right-text {
    font-size: 14px;
}
.checkout-container {
    display: block;
}
.checkout-products {
    width: 100%;
}
.checkout-form {
    width: 100%;
}
.pp-header .steps__list.row {
    display: block;
}
.steps__item {
    width: 100%;
    margin-bottom: 10px;
}
.form-holder select, .form-holder input, .form-holder1 input, .form-holder1 select {
    margin-bottom: 0;
}
.qualify--form {
    padding: 15px;
}
.mobile-checkout {
    padding: 10px 0 40px;
}
.confirm-form-partial {
    padding: 15px;
}
.pp-header-content p {
    font-size: 12px;
}
.pp-price-content p {
    line-height: 1.2;
}
.pp-content-inner-item.selected .pp-checbox span::before {
    left: -2px;
    top: -25px;
    width: 30px;
    height: 45px;
}

.checkout-form-wrapper .form__header {
    padding: 5px;
}
.cards_accept {
    display: flex;
    align-items: center;
    font-size: 14px;
    justify-content: center;
}
.form__cards li img {
    display: block;
}
.checkout-form-wrapper .form__header p {
    font-size: 14px;
}
.payment_as_shipping_label {
    margin-bottom: 0;
    margin-top: 0;
}
.hiwt-reviews-item {
    padding: 20px;
}
p {
    font-size: 16px;
}
.hitc-feat-items {
    padding: 0 5px;
}
}
@media screen and (max-width:640px) {
    .banner-leaf {
        display: none;
    }
    .fc-feat-items {
        width: 100%;
    }
    .fc-feat-items {
        border-right: 2px solid;
    }
    .footer-menu ul {
        display: flex;
        flex-direction: column;
        gap: 35px;
        align-items: center;
    }
}
@media screen and (max-width:480px) {
    .fc-leaf {
        width: 70px;
        top: 1%;
        right: 5%;
    }
}

.decline_popup{ background-color: #fefefe; border: 1px solid grey;    
max-width: 44vw; position: absolute; top: 0;display: flex;
    justify-content: center;
    align-items: center;    z-index: 999;    margin: 2vw auto;
    left: 0;
    right: 0;    padding:20px;    
    box-shadow: rgba(0, 0, 0, 0.7) 1.95px 1.95px 2.6px;
        font-family: Poppins,sans-serif!important;
    font-weight: 400;
    }
.flt-left{ width: 50%;}
.flt-right{ width: 50%;    margin-left: 20px;text-align: center;font-size: 2vw;}
.dec-pop-main{     width: 100%;
    background: rgba(255,255,255,0.8);
    position: fixed;
    z-index: 99999999;
    top: 0;
    height: 100%;}

a#noThanks2 {
    position: absolute;
    top: -11px;
    right: -11px;
    background: #3a3838;
    border-radius: 50px;
    width: 30px;
    height: 30px;
    color: white;
    text-align: center;
    line-height: 1.8;
    font-weight: bold;
     text-decoration: none;
}

.flex {
    height: 100%;
    display: flex;
    flex-direction: column;
    flex-wrap: wrap;
    /* align-items: center; */
    justify-content: center;
    text-align: left;
    width: 100%;
}
input#checkbox1 {
    vertical-align: middle;
    margin: 0;
}
.ProductForm .row .columns:first-child {
    padding-right: 10px;
}
.nsw-inner-content a{ color: #fff; text-decoration: none;}
.git-feature_item .rte a{ color: #fff; text-decoration: none;}
.faq-p a{color: #000; text-decoration: none; }
.subs_text a{color: #000; text-decoration: none;}


/* review tab */

.wrapper2 {
  /* max-width: 800px; */
  margin: auto;
  margin-top: 80px;
}

.tab-wrapper {
  text-align: center;
  display: block;
  margin: auto;
  max-width: 500px;
}

.tabs {
  margin: 0;
  padding: 0;
  display: flex;
  justify-content: center;
}
.video_wrapper{
     display: flex;
    justify-content: space-between; flex-wrap: wrap;
}
.video-reviews-item {
   flex: 1 0 16%;
    margin-bottom: 20px;
    margin-inline: 10px;
    height: 100%;
    background: rgba(0,0,0,0.9);
}
.video-reviews-item:before {
    content: "";
    padding-top:0.25%;
    display: block;
}
.tab-link {
  margin: 0 1%;
  list-style: none;
  padding: 10px 40px;
  color: #000;
  cursor: pointer;
  font-weight: 700;
  transition: all ease 0.5s;
  border-bottom: solid 3px rgba(255, 255, 255, 0);
  letter-spacing: 1px;
}

.tab-link:hover {
  color: #999;
  border-color: #999;
}

.tab-link.active {
  color: #333;
  border-color: #333;
}

.tab-link:nth-of-type(1).active {
      color: #ffffff;
    border-color: #EE6534;
    background: #EE6534;
}

.tab-link:nth-of-type(2).active {
  color: #ffffff;
    border-color: #EE6534;
    background: #EE6534;
}

.tab-link:nth-of-type(3).active {
  color: #EEC63B;
  border-color: #EEC63B;
}

.content-wrapper {
  padding: 40px 80px;
}

.tab-content {
  display: none;
  text-align: center;
  color: #888;
  font-weight: 300;
  font-size: 15px;
  opacity: 0;
  transform: translateY(15px);
  animation: fadeIn 0.5s ease 1 forwards;
}

.tab-content.active {
  display: block;
}
iframe.height-video {height: 300px; }

@keyframes fadeIn {
  100% {
    opacity: 1;
    transform: none;
  }
}


/* review css */
.yotpo-reviews-widget-item:first-of-type {
    padding-top: 35px;
    border-top: 1px solid #e8e0da;
}
.yotpo-reviews-widget-item {
    display: flex;
    align-items: flex-start;
    flex-wrap: wrap;
    padding-bottom: 35px;
    border-bottom: 1px solid #e8e0da;
    line-height: normal;
    color: #5a3b36;
    background: white;
    padding: 13px;
}
.yotpo-reviews-widget-item .yotpo-reviews-widget-item__content {
    width: 75.5%;
    padding-right: 30px;    text-align: left;
}
.yotpo-reviews-widget-item .yotpo-reviews-widget-item__header-wrapper {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 14px;
}
.yotpo-reviews-widget-item .yotpo-reviews-widget-item__stars svg {
    display: inline-block;
    width: 16px;
    vertical-align: middle;
}
.yotpo-reviews-widget-item .yotpo-reviews-widget-item__date-desktop {
    font-size: 12px;
}
html .acsb-sr-only {
    position: absolute!important;
    top: auto!important;
    left: auto!important;
    overflow: hidden!important;
    width: 1px!important;
    height: 1px!important;
    margin: -1px 0 0 -1px!important;
    padding: 0!important;
    border: 0!important;
    outline: 0!important;
    font-size: 0!important;
    font-weight: 400!important;
    line-height: 1px!important;
    cursor: text!important;
    clip: rect(0,0,0,0);
}
.yotpo-reviews-widget-item .yotpo-reviews-widget-item__title {
    margin: 0;
    font-size: 18px;
    font-weight: var(--font-weight-black);
    line-height: 1.33;
    text-transform: capitalize;
}
.yotpo-reviews-widget-item .yotpo-reviews-widget-item__text {
    margin-top: 11px;
    margin-bottom: 0;
    font-size: 16px;
    line-height: normal;
}
.yotpo-reviews-widget-item .yotpo-reviews-widget-item__user {
    width: 24.5%;
    padding: 24px 25px;
    background-color: #f8f4ee;
}
p.yotpo-reviews-widget-item__user-name {
    margin: 0;
}
.yotpo-reviews-widget-item .yotpo-reviews-widget-item__user-header {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: center;
    overflow: hidden;
}
.yotpo-reviews-widget-item .yotpo-reviews-widget-item__user-content {
    margin-top: 8px;
    padding-top: 11px;
    border-top: 1px solid #e8e0da;
    font-size: 12px;
}
.yotpo-reviews-widget-item .yotpo-reviews-widget-item__user-content {
    margin-top: 8px;
    padding-top: 11px;
    border-top: 1px solid #e8e0da;
    font-size: 12px;
}
.yotpo-reviews-widget-item .yotpo-reviews-widget-item__user-property {
    display: flex;
    margin: 0;
    text-transform: capitalize;
}



/* pagination css */
.pagination .button {
  border: none;
}
.pagination .button i {
  pointer-events: none;
}
.pagination .button:disabled {
  color: #b3b3b3;
  pointer-events: none;
}

.pagination .button,
.pagination .link {
  height: 45px;
  width: 45px;
  font-size: 20px;
  color: #666666;
  background-color: #f2f2f2;
  border-radius: 6px;
  cursor: pointer;
}
.pagination .button:hover,
.link:hover {
  color: #fff;
  background: #007fff;
}
.pagination .button.active,
.pagination .link.active {
  color: #fff;
  background: #007fff;
}

.pagination .links {
  column-gap: 12px;
}

.pagination .link {
  font-weight: 500;
  text-decoration: none;
}


.pagination button.btn {
  width: 130px;
  height: 40px;
  cursor: pointer;
  background: transparent;
  border: 0;
  outline: none;
  transition: 1s ease-in-out;
}
.pagination button.btn span {
  color: #fff;
  font-size: 17px;
  font-weight: 500;
}
.pagination button svg {
  position: absolute;
  left: 0;
  top: 0;
  fill: none;
  stroke: #91c9ff;
  stroke-dasharray: 150 480;
  stroke-dashoffset: 150;
  transition: 1s ease-in-out;
}
.pagination button.btn:hover {
  transition: 1s ease-in-out;
}
.pagination button.btn:hover svg {
  stroke-dashoffset: -480;
}
