/*
Theme Name: Purea Child
Theme URI: https://www.betasofttechnology.com/
Description:  The Purea Child Theme enables to make customizable modifications to the parent theme, preserving the original theme's integrity and facilitating efficient updates.
Author: Beta Soft Technology
Author URI: https://example.com/
Template: Purea
Version: 1.0

*/

@import url('https://fonts.googleapis.com/css2?family=Montserrat:ital,wght@0,100..900;1,100..900&family=Playfair+Display:ital,wght@0,400..900;1,400..900&display=swap');

.site-title a{
	 font-family: "Playfair Display", serif !important;
	text-transform:uppercase;
}

@media only screen and (min-width: 1024px) and (max-width: 1300px) {
    .e-con>.e-con-inner {
        width: 95% !important;
    }
	body.woocommerce-account.woocommerce-page .e-con-inner {
   width: 100% !important;
}
	.ap-container{
		width:95%
	}
}

.site-header .header-inner {
    max-width: 1170px !important;
    width: 95% !important;
	margin:auto;
}

.site-header .header-inner{
	align-items:center;
}

.current-menu-item a {
    background: #f4f0eb;
    border-radius: 10px;
    color: #6e4d36 !important;
}
footer .current-menu-item a{
	padding:5px 10px
}
.site-navigation ul.menu li a:hover {
    background: #f4f0eb;
    border-radius: 10px;
    color: #6e4d36 !important;
}

.site-navigation ul.menu li a {
    display: block;
    padding: 10px 15px !important;
    color: #495464;
    font-weight: 500;
    font-weight: 400;
    margin: 0 10px;
}
.site-header {
  box-shadow: 0px 1px 2px -1px #0000001A;

box-shadow: 0px 1px 3px 0px #0000001A;

}

.ss_banner_sec .eael-tm {
  position: relative;
  display: flex;
  width: 100%;
}

.ss_banner_sec .eael-tm-image img {
  width: 100% !important;
  height: auto;
  display: block;
}
.ss_banner_sec .eael-tm-image{
	width:100% !important;
}

.ss_banner_sec .eael-tm-content.eael-tm-content-normal {
  position: absolute !important;
	max-width:1050px !important;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  text-align: center;
  color: #fff; 
  z-index: 2;
  width: 90%; 
	max-width:1100px;
	
}


.ss_banner_sec .eael-tm-content.eael-tm-content-normal a {
  display: inline-block;
  background: #957044;
  color: #fff;
  padding: 8px 25px;
  border-radius: 100px;
  font-size: 22px;
  text-decoration: none;
  transition: 0.3s;
  border: 1px solid #000;
  font-family: "Playfair Display", serif !important;
}


.ss_banner_sec .eael-tm-content.eael-tm-content-normal a:hover {
    background: #6F4E37;
}
.ss_nos_eng .elementor-icon{
	    width: 60px;
    height: 60px;
    background: #e8f4f7;
    text-align: center;
    display: flex;
    align-items: center;
    justify-content: center;
    margin: auto;
    border-radius: 100px;
}

.ss_why_icon_img{
	    width: 80px;
    height: 80px;
    display: flex;
    align-items: center !important;
    justify-content: center !important;
    border-radius: 100px !important;
    margin: auto;
}

.ss_why_rw h3{
	margin-bottom:5px !important;
}

.eael-testimonial-quote{
	display:none;
}


.testimonial-inline-style {
    display: flex;
    align-items: center;
    width: 100% !important;
    flex-direction: row-reverse;
    justify-content: left;
}

.ss_banner_sec .ss_testi_sec p.eael-testimonial-user-company {
    margin-right: 10px !important;
}

.swiper-slide {
    position: relative;
}

.ss_banner_sec .swiper-slide:after {
    content: "";
    position: absolute;
    width: 100%;
    height: 100%;
    background: #6F4E376E;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    margin: auto;
}


/* ==============================
   Newsletter Form Styles
   by SS Web Solutions
   ============================== */



/* Headings */
.ss-newsletter-wrap h2 {
  color: #fff;
  font-size: 28px;
  font-weight: 600;
  margin-bottom: 12px;
}

.ss-newsletter-wrap p {
  color: #fff;
  font-size: 16px;
  margin-bottom: 25px;
  line-height: 1.6;
}

/* Form */
#ss-newsletter-form {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  gap: 12px;
}

/* Email Input */
#ss-newsletter-form input[type="email"] {
  padding: 12px 16px;
  border-radius: 10px;
  border: none;
  width: 280px;
  font-size: 15px;
  outline: none;
  margin-right: 10px;
  transition: box-shadow 0.2s ease;
}

#ss-newsletter-form input[type="email"]:focus {
  box-shadow: 0 0 0 2px rgba(91, 58, 41, 0.4);
}

/* Submit Button */
#ss-newsletter-form button {
  background: #5b3a29;
  color: #fff;
  border: none;
  border-radius: 10px;
  padding: 12px 24px;
  font-size: 15px;
  cursor: pointer;
  transition: background 0.3s ease, transform 0.2s ease;
}

#ss-newsletter-form button:hover {
  background: #442819;
  transform: translateY(-1px);
}

/* Message area */
#ss-newsletter-message {
  margin-top: 15px;
  font-size: 15px;
  font-weight: 500;
	text-align:center
}

#ss-newsletter-message p {
  margin: 0;
}

.ss-newsletter-wrap h2 {
    font-size: 30px !important;
    color: #fff !important;
}

.ss-newsletter-wrap {
    text-align: center;
}

.ss-newsletter-wrap p {width: 90%;margin: auto;padding: 5px 0 30px;}

.footer-widgets {
   display: grid;
   grid-template-columns: repeat(4, 1fr);
   gap: 40px;
   align-items: start;
   max-width: 1170px;
   margin: auto;
   color: #fff;
}

.ss_foot_logo_sec p {
    color: #6F4E37;
    margin: 0;
    font-size: 14px;
}

.ss_foot_logo_sec h1 {
    font-family: "Playfair Display", serif !important;
    text-transform: uppercase;
    margin: 0;
    font-size: 30px;
}

.ss_foot_logo_sec h1 a {
    font-family: "Playfair Display", serif !important;
    text-transform: uppercase;
    color: #C8A97E;
}

.ss_foot_1_div p {
    color: #6F4E37;
    text-align: justify;
    line-height: 26px;
}

.ss_foot_logo_sec {
    margin-bottom: 20px;
}

.ss_foot_scl ul {
    padding: 0;
    display: flex;
    list-style: none;
    gap: 21px;
}

.ss_foot_scl li:nth-child(3) img {
    width: 17px;
}
.ss_foot_scl ul {
    padding: 0;
    display: flex;
    list-style: none;
    gap: 21px;
}

.ss_foot_scl li:nth-child(3) img {
    width: 17px;
}

.ss_foot_scl {
    margin-top: 30px;
}
.footer-column h6 {
    color: #C8A97E;
    font-size: 20px;
    font-family: "Playfair Display", serif !important;
}

.footer-column ul {
    padding: 0;
}

.footer-column ul li {
    line-height: 35px;
}

.ss_foot_cnt_info ul {
    display: flex;
    list-style: none;
    gap: 10px;
    padding: 0;
    margin-top: 5px;
}
.ss_foot_cnt_info ul li:nth-child(1) {
    width: 10%;
    position: relative;
    top: 5px;
}

.ss_foot_cnt_info  ul li{
	line-height:24px !important;
}
.ss_foot_cnt_info  ul li a{
	font-size:14px !important;
}

.footer-4 h6 {
    margin-bottom: 20px;
}

a.ss_foot_4_btn {
    background: #E8F4F8;
    padding: 10px 25px;
    display: inline-block;
    border-radius: 10px;
    margin-top: 25px;
}

.ss_foot_4_btn:hover {
    background: #5b3a29;
    color: #fff;
}
.footer-column a:hover {
    color: #c8a97e;
	font-weight:500;
}
.footer-2 {
    padding-left: 10%;
}

.ss_footer_bottom .textwidget.custom-html-widget {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
	max-width:1170px;
	width:95%;
	margin:auto;
}

.ss_foot_btm_lft ul {
    display: flex;
    padding: 0;
    list-style: none;
    gap: 31px;
    color: #6F4E37;
}

.ss_foot_btm_link ul {
    list-style: none;
    padding: 0;
    display: flex;
    gap: 15px;
    justify-content: end;
}

.ss_footer_bottom {
    border-top: 1px solid #e5e5e5;
    padding: 24px 0 25px;
    margin-top: 30px;
}
#site-footer {
    padding: 40px 0 0;
}

.ss_home_cate_sec img{
	width:100%;
}

.ss_home_cate_sec .elementor-image-box-content {
    padding: 0 20px;
}



/* Responsive */
@media (max-width: 480px) {
  .ss-newsletter-wrap {
    padding: 40px 20px;
  }
.reward-item {
    flex-direction: column;
}
  #ss-newsletter-form {
    flex-direction: column;
  }

  #ss-newsletter-form input[type="email"] {
    width: 100%;
  }

  #ss-newsletter-form button {
    width: 100%;
	  margin-top:10px;
  }
}


.ss_hm_colle_div .elementor-image-box-content{
	min-height:180px;
}


.ss_nos_offer_sec .elementor-image-box-content {
position: absolute;
    bottom: 25px;
    left: 25px;
    width: 88% !important;
    z-index: 99;
}

.ss_nos_offer_sec .elementor-image-box-wrapper {
    position: relative;
}

.ss_nos_offer_sec .elementor-image-box-wrapper:after {
    content: "";
    content: '';
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: linear-gradient(to top, #000000, rgba(0, 0, 0, 0));
    pointer-events: none;
    transition: opacity 0.6s 
ease-in-out !important;
    opacity: 0.9;
}


.ss_nos_offer_sec .elementor-widget-image-box {
    border-radius: 15px;
    overflow: hidden;
}
.ss-product-card {
  border-radius: 18px;
  border: 0px solid #eee;
  overflow: hidden;
  text-align: center;
  box-shadow: 0 3px 10px rgba(0,0,0,0.08);
  padding-bottom: 80px;
  transition: 0.3s ease;
  position: relative;
  background: #fff;
}
.ss-cart {
    position: absolute;
    width: 100%;
    bottom: 20px;
}
.ss-product-card:hover { transform: translateY(-5px); }

/* Highlight bar */
.ss-product-card.has-highlight {
/*   border: 6px solid #6f4e37 */
}
.ss-highlight-bar {
  background: #c7a97a;
  color: #fff;
  text-align: center;
  font-weight: 600;
  padding: 10px 0;
  font-size: 15px;
  text-transform: capitalize;
}

/* Existing top badges */
.ss-card-top {
  display: flex;
  justify-content: space-between;
  padding: 10px 15px;
  position: absolute;
  width: 100%;
}
.ss-attr {
  background: #6F4E37;
  color: #fff;
  border-radius: 20px;
  padding: 5px 10px;
  font-size: 14px;
  display: flex;
  align-items: center;
  font-weight: 500;
}
.ss-saving {
  background: #f93c3c;
  color: #fff;
  border-radius: 20px;
  padding: 5px 10px;
  font-weight: 500;
  font-size: 14px;
}

/* Other elements unchanged */
.ss-type {
  background: #eef7f9;
  color: #6F4E37;
  display: inline-block;
  padding: 4px 12px;
  border-radius: 20px;
  font-size: 13px;
  margin: 10px 0;
}
.ss-title {font-size: 25px;color: #6F4E37;margin: 5px 0;font-family: "Playfair Display", serif;}
.ss-desc {color: #4A5565;font-size: 14px;padding: 0;margin-bottom: 10px;line-height: 24px;}
.ss-prices {display: flex;justify-content: left;gap: 8px;align-items: center;}
.ss-regular span {text-decoration: line-through;color: #999;font-family: "Montserrat", sans-serif !important;font-size: 16px;}
.ss-sale { color: #5b3d1d; font-weight: 400; font-size: 24px; }
span.ss-sale span {
    font-family: "Playfair Display", serif;
}
.ss-shipping {     color: #28a745;
    font-size: 14px;
    margin-top: 5px;
    padding: 0 0px;
    text-align: left;
    display: flex;
    align-items: center;
    gap: 5px;}
.ss-cart .button {
  background: #c7a97a;
  color: #fff;
  border-radius: 8px;
  padding: 10px 20px;
  text-transform: none;
  font-weight: 600;
  margin-top: 10px;
  transition: 0.3s ease;
}
.ss-cart .button:hover { background: #b38e5b; }

ul.ss-product-list {
    padding: 0;
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 25px;
}

.ss-cart p {
    border: 0 !important;
    padding: 0 !important;
}

.ss_disc_details {
    text-align: left;
    padding: 12px 15px;
}


.ss-cart a {
    background: #C8A97E !important;
    color: #fff !IMPORTANT;
    padding: 15px 20px !important;
    width: 88%;
    font-weight: 400 !important;
    border-radius: 10px !important;
    display: flex;
    margin: 0 auto 15px;
    align-items: center;
    justify-content: center;
    gap: 10px;
}

ul.testimonial-star-rating i {
    font-size: 14px;
	    color: #c8a87e !important;
}

ul.testimonial-star-rating {
    margin-right: 10px !important;
}
input[type=date], input[type=email], input[type=number], input[type=password], input[type=search], input[type=tel], input[type=text], input[type=url], select, textarea {
    border: 1px solid #E5E7EB !important;
    border-radius: 10px !important;
    padding: .6rem 1rem !important;
    transition: all .3s;
    width: 100%;
    margin-top: 5px;
}
.ss_cnt_frm_div textarea {
    height: 180px;
    margin-top: 5px;
}

.ss_cnt_frm_div .wpcf7-submit {
    background: #C8A97E;
    border: 0;
    width: 100%;
    color: #fff;
    height: 48px;
    font-size: 16px;
    border-radius: 10px;
	cursor:pointer;
}
.ss_cnt_frm_div .wpcf7-submit:hover{
	background:#6F4E37;
}

.ss_cnt_icon_bx .elementor-icon{
	    width: 50px;
    height: 50px;
    line-height: 40px;
    display: flex;
    align-items: center;
    justify-content: center;
    background: #E8F4F8;
    border-radius: 5px;
}
.ss_cnt_icon_bx .elementor-icon-box-title{
	margin-top:0 !important;
}
.ss_cnt_time_div ul {
    padding: 0;
    line-height: normal;
    list-style: none;
}

.ss_cnt_time_div ul li {
    display: flex;
    justify-content: space-between;
    font-size: 15px;
    color: #4A5565;
    line-height: 25px;
}

.ss_cnt_time_div ul li p {
    margin: 0;
}

.ss_cnt_frm_div label {
    color: #6F4E37;
    margin-bottom: 6px;
}

.ss_cnt_frm_div div {
    margin-bottom: 25px;
}

.ss-product-list.ss_product_sucre {
    grid-template-columns: repeat(2, 1fr);
}
.ss_product_sucre .ss-img img{
	width:100%;
}

.ss-desc ul {
    padding-left: 20px;
}

.ss-desc ul li {
    list-style-type: disc;
}

.ss-desc ul li::marker {
    font-size: 20px;
    color: #C8A97E;
}

.ss-price-ship {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin: 22px 0;
}

.ss-price-ship .ss-price {
    font-size: 30px;
    color: #6F4E37;
    font-family: "Playfair Display", serif;
    margin: 0;
}

.ss-price-ship p {
    margin: 0;
}
span.ss-sticks {
    background: #C8A97E;
    padding: 5px 20px;
    border-radius: 100px;
    color: #fff;
    font-weight: 500;
}

.ss_product_sucre .ss_disc_details{
	padding: 12px 25px;
}

.ss_emoji_sec .elementor-icon{
	width: 80px;
    height: 80px;
    display: flex;
    align-items: center;
    justify-content: center;
    margin: auto;
    background: #FFE2E2;
    border-radius: 100px;
}

.ss_emoji_sec2 .elementor-icon{
	background: #DCFCE7;
}

.eau_purea_pg_news .ss-newsletter-wrap h2 {
    color: #6E4D36 !important;
    font-weight: 400;
}

.eau_purea_pg_news .ss-newsletter-wrap p {
    color: #4A5565;
}

.ss-devis-card {
    padding: 0;
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 50px;
    background: #fff;
    position: relative;
    border-radius: 15px;
    overflow: hidden;
    margin-top: 0;
	    box-shadow: 0px 0px 10px #e5e5e5;
}
.ss-devis-image img{
	display:block;
}
.has-highlight .ss-type-badge {
    background: #6F4E37;
    color: #fff;
}
span.ss-type-badge {
    background: #6F4E37;
    padding: 8px 20px;
    color: #fff;
    position: absolute;
    left: 15px;
    top: 15px;
    font-weight: 600;
    border-radius: 100px;
    font-size: 14px;
}
.ss-devis-buttons .ss-btn {
    background: #E8F4F8;
    color: #6F4E37 !important;
}
.addtocart.ss-btn.ss-btn-primary {
    background: #C8A97E;
    color: #fff !important;
	width:fit-content;
}
.ss-devis-image img {
    width: 100%;
	height:100% !important
}

/* .ss-devis-content {
    padding: 19px 40px 40px 0;
} */
.ss-devis-card.Entreprises {
    border: 4px solid #6F4E37;
}
/* .ss-newsletter-wrap button {
    background: #C8A97E !important;
} */
.ss-devis-card .ss-title {
    display: flex;
    align-items: center;
    gap: 5px;
}
.ss-devis-content {
    padding: 20px 20px 20px 0px;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}

.ss-fields {
    display: flex;
    gap: 50px;
    padding: 20px 0 30px;
}

.ss-field strong {
    display: block;
    color: #6F4E37;
    font-weight: 600;
}

.ss-field {
    font-size: 14px;
}

.ss-devis-buttons a {
    padding: 13px 35px;
    background: #C8A97E;
    border-radius: 10px;
    color: #fff !important;
}

.ss-devis-buttons {
    display: flex;
    align-items: self-end;
    gap: 17px;
}

.ss-devis-buttons a:nth-child(2) {
    background: #F5F1EB;
        color: #6F4E37 !important;
}
.page-id-15  .has-highlight {
    border: 3px solid #C8A97E;
    border-radius: 15px;
    overflow: hidden;
}

.ss-devis-products {
    display: flex;
    flex-direction: column;
    gap: 45px;
}

.ss-short-desc ul li {
  position: relative;
  padding-left: 26px;
  margin-bottom: 8px;
  color: #333;
	list-style:none;
  line-height: 1.5;
}
.ss-short-desc ul{
	padding:0;
}
.ss-devis-buttons a:hover {
    background: #6f4e37;
    color: #fff !important;
}
/* 🟢 Green Check Icon before each li */
.ss-short-desc ul li::before {
  content: "";
  position: absolute;
  left: 0;
  top: 4px;
  width: 16px;
  height: 16px;
  background: url('https://purea-france.fr/wp-content/uploads/2026/01/green-tick.svg') no-repeat center center;
  background-size: contain;
}
.ss-price-ship.ss_surdevis {
    display: block;
}

.ss-price-ship.ss_surdevis .ss-price {
    padding-bottom: 5px;
}

.has-highlight .ss-devis-card {
    border-radius: 0;
}

.number_count_sec {
    width: 64px;
    height: 64px;
    display: flex;
    align-items: center !important;
    justify-content: center !important;
}
.number_count_sec p{
	margin:0;
}
.ss_line_se {
    position: relative;
}

.ss_line_se:after {
    content: "";
    position: absolute;
    left: 0;
    background: #C8A97E;
    width: 100px;
    height: 3px;
    right: -163px;
    margin: auto;
    top: 19%;
    z-index: 1;
}

.ss_filter_li_sec .elementor-icon-list-item {
    width: fit-content;
    background: #F5F3EF;
    padding: 10px 12px !important;
    border-radius: 10px;
    margin-bottom: 15px !important;
}
.ss_ce_qui_icon .elementor-icon-box-title{
	margin-top:0 !important;
}
.ss_news_new_sec .ss-newsletter-wrap {
    display: flex;
    gap: 10px;
    width: 100%;
    max-width: 800px;
}

.ss_news_new_sec input {
    height: 56px;
    max-width: 450px;
    width: 570px !important;
    margin: 0;
}

.ss_news_new_sec {
    width: 100%;
}


.ss_news_new_sec button {
    color: #8B7355;
    background: #fff;
    border: 0;
    padding: 0 30px;
    height: 56px;
    border-radius: 10px;
}

.ss_news_new_sec button:hover {
    background: #000000;
}
.ss-cart a:hover {
    background: #6f4e37 !important;
}

div#customer_login {
    display: none;
}
.logged-in section#eael-login-form-wrapper {
    display: none !important;
}

.form-logo {
    background: #E8F4F8;
    width: 70px;
    height: 70px;
    border-radius: 100px;
    margin: auto;
    display: flex;
    align-items: center;
    justify-content: center;
}
.form-dsc {
    text-align: center;
    padding: 10px 0 20px;
}

.eael-lr-form-loader-wrapper{
	width:100% !important;
	
}
.eael-lr-form-wrapper .eael-lr-btn.eael-lr-btn-block {
    display: block;
    width: 100%;
}
.eael-register-form-wrapper.eael-lr-form-wrapper.style-2 {
    width: 800px !important;
}

.eael-register-form-wrapper.eael-lr-form-wrapper.style-2 .lr-form-wrapper {
    width: 800px !important;
}

/* Make first & last name appear in one row */
.eael-field-type-first_name,
.eael-field-type-last_name {
    width: 50%;
    float: left;
    box-sizing: border-box;
}

/* Add spacing between them */
.eael-field-type-first_name {
    padding-right: 10px;
}

.eael-field-type-last_name {
    padding-left: 10px;
}

/* Ensure the full row wraps properly */
.eael-field-type-first_name,
.eael-field-type-last_name {
    margin-bottom: 20px;
}
/* Wrapper: make options in row */
.ss-account-type {
    display: flex;
    gap: 15px;
    margin-top: 10px;
}

/* Each option (card style) */
.ss-option {
    flex: 1;
    border: 1px solid #dcdcdc;
    border-radius: 10px;
    padding: 15px 20px;
    cursor: pointer;
    background: #fff;
    transition: all 0.25s ease;
    position: relative;
    display: block;
}

/* Hide original radio button */
.ss-option input {
    display: none;
}

/* Title text */
.ss-option span {
    display: block;
    font-size: 16px;
    font-weight: 600;
    color: #333;
}

/* Sub text */
.ss-option small {
    font-size: 13px;
    color: #666;
	   display: block;
	font-family: "Montserrat", sans-serif !important;
	    margin-top: 10px;

}

/* Selected style */
.ss-option input:checked + span {
    color: #2a2a2a;
}

.ss-option input:checked + span small {
    color: #666;
    margin-top: 10px;
    display: block;
	font-family: "Montserrat", sans-serif !important;
}

.ss-option input:checked + span {
    background: #f5f2ec;
    border-color: #a0815c;
}

/* Add selected border & background */
.ss-option input:checked ~ span,
.ss-option input:checked {
    background: #f5f2ec;
}

.ss-option input:checked {
    border-color: #a0815c;
}

/* MAIN selected card styling */
.ss-option input:checked + span {
       border: 2px solid #a0815c;
    border-radius: 10px;
    padding: 15px 20px;
    font-weight: 400;
    color: #101828;
}

/* Tick icon on selected card (SVG version) */
.ss-option input:checked + span::after {
    content: "";
    position: absolute;
    top: 12px;
    right: 15px;
    width: 18px;
    height: 18px;
    background-image: url('https://purea-france.fr/wp-content/uploads/2026/01/tick-icon.svg');
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center;
}


/* Fix border application */
.ss-option span {
    border: 2px solid #dcdcdc;
    border-radius: 10px;
    padding: 15px 20px;
    display: block;
	    font-weight: 400;
    color: #101828;
}
.ss-account-type .ss-option{
	    padding: 0;
    border: 0;
}


.eael-register-form-wrapper p.ss-register-text {
    display: block;
    position: relative;
    margin-bottom: 2px;
	z-index:2;
}

.eael-register-form-wrapper .eael-sign-wrapper {
    display: block !important;
    margin-top: 35px;
    width: 100%;
}

.eael-register-form-wrapper p.ss-register-text:after {
    content: "";
    width: 230px;
    position: absolute;
    border: 1px solid #e5e5e5;
    right: 0;
    top: 0;
    bottom: 0;
    margin: auto;
    height: 1px;
	z-index:-1;
}

.eael-register-form-wrapper p.ss-register-text:before {
    content: "";
    width: 230px;
    position: absolute;
    border: 1px solid #e5e5e5;
    left: 0;
    top: 0;
    bottom: 0;
    margin: auto;
    height: 1px;
	z-index:-1;
}

.eael-register-form-wrapper .eael-sign-wrapper  #eael-lr-login-toggle {
    border: 2px solid #C9B896;
    display: block;
    padding: 13px 10px;
    border-radius: 10px;
}

.eael-lr-form-wrapper .eael-lr-password-wrapper-register button{
	color:#8B7355 !important;
}

.eael-register-form .eael-lr-form input[type=date], .eael-register-form input[type=email], .eael-register-form input[type=number], .eael-register-form input[type=password], .eael-register-form input[type=search], .eael-register-form input[type=tel], .eael-register-form input[type=text], input[type=url], .eael-register-form select, .eael-register-form textarea {
    padding: 12px 33px !important;
}

.eael-lr-form-wrapper.lr-icon-showing svg{
	width:20px !important;
	height:20px !important;
	    bottom: 15px !important;
    left: 8px !important;
}
.eael-lr-form-wrapper .eael-field-type-last_name svg {
/*     left: 18px !important; */
}
label.ss-newsletter-option {
    font-size: 14px;
    color: #364153;
    margin: 0 !important;
}

label.ss-newsletter-option input {
    vertical-align: bottom !important;
}

.eael_accept_tnc_wrap{
	font-size:14px !important;
}
.eael-lr-form-wrapper .eael-lr-password-wrapper button{
	    color: #6f4e37 !important;
}

.cart_count{
	    position: absolute;
    top: -6px;
    right: -10px;
    background: #C8A97E;
    color: #fff;
    font-size: 11px;
    border-radius: 20px;
    font-weight: 600;
    width: 20px;
    height: 20px;
    display: flex;
    justify-content: center;
    align-items: center;
}


/***********media Screen Start*******************/
/***********media Screen Start*******************/

@media only screen and (min-width: 320px) and (max-width: 767px){
	.footer-widgets {
		grid-template-columns: repeat(1, 1fr);
		gap: 25px;
	}
	.ss_footer_bottom .textwidget.custom-html-widget{
		    grid-template-columns: repeat(1, 1fr);
	}
	.ss_foot_btm_link ul {
    display: inline-flex;
    gap: 5px;
    justify-content: center;
    flex-wrap: wrap;
    margin-top: 15px;
}
	.ss_foot_btm_lft {
    text-align: center;
}
	.ss_foot_btm_lft ul {
    display: flex;
    padding: 0;
    list-style: none;
    gap: 0;
    color: #6F4E37;
   flex-wrap:wrap;
    justify-content: center;
    text-align: center;
}
	.footer-2 {
    padding-left: 0;
}
	.ss_foot_cnt_info ul{
	 margin-top: 15px;
	}
	#site-footer {
    padding: 40px 15px 0px;
		margin-top: 10px;
}
	.ss_banner_sec .eael-tm-image img{
		height: 300px !important;
    object-fit: cover;
	}
	.ss_banner_sec .eael-tm-content.eael-tm-content-normal a{
		padding: 5px 25px;
		font-size: 18px;
	}
	.site-navigation-dropdown ul.menu li.current-menu-item a {
    background: #f4f0eb !important;
    color: #6e4d36 !important;
    border-radius: 0;
		padding: 15px !important;
}
	.ss_hm_abt_img_div img, .ss_hm_abt_img_div{
		width:100% !important;
	}
	.ss_footer_bottom .textwidget.custom-html-widget{
    grid-template-columns: repeat(1, 1fr);
	}
	.ss_foot_btm_lft ul{
		justify-content:center;
	}
	.ss_foot_btm_link ul{
		justify-content: center;
	}
	ul.ss-product-list{
		    grid-template-columns: repeat(1, 1fr);
	}
	.ss-product-list.ss_product_sucre {
    grid-template-columns: repeat(1, 1fr);
}
	.ss-price-ship {
		display: block;
	}
	.ss_line_se:after{
		display:none;
	}
.ss-devis-card{
grid-template-columns: repeat(1, 1fr);
}
	    .ss-devis-buttons {
        display: inline-flex;
        flex-wrap: wrap;
        gap: 10px;
    }
	.ss-devis-content {
    padding: 15px 12px 12px 12px;
}
	.ss-devis-card{
	gap: 0px;
	}
	.ss-fields {
    display: inline-flex;
    gap: 15px;
    padding: 10px 0 30px;
    flex-wrap: wrap;
}
	.ss-title {
    font-size: 20px;
		padding-bottom:5px;
	}
	.ss-short-desc ul li{
		font-size:15px;
	}
	.ss-devis-buttons a {
    padding: 12px 25px;
    background: #C8A97E;
    border-radius: 10px;
    color: #fff !important;
    display: inline-block;
    font-size: 15px;
}
	.eael-register-form-wrapper.eael-lr-form-wrapper.style-2 {
    width: 100% !important;
}
	.eael-register-form-wrapper.eael-lr-form-wrapper.style-2 .lr-form-wrapper {
    width: 100% !important;
}
	.ss-account-type {
    flex-wrap: wrap;
}
	.elementor-308 .elementor-element.elementor-element-f0920e4 .elementor-repeater-item-3698608 {
    width: 100% !important;
		padding:0 !important;
}
	.elementor-308 .elementor-element.elementor-element-f0920e4 .elementor-repeater-item-c3debde {
    width: 100% !important;
		padding:0 !important;
}
}
@media only screen and (min-width: 481px) and (max-width: 767px){ }
@media only screen and (min-width: 767px) and (max-width: 1023px){
	.footer-widgets{
		 grid-template-columns: repeat(2, 1fr);
		 padding: 0px 50px;
	}
	.ss_hm_abt_img_div img, .ss_hm_abt_img_div{
		width:100% !important;
	}
	.ss_footer_bottom .textwidget.custom-html-widget{grid-template-columns: repeat(1, 1fr);}
	.ss_foot_btm_lft ul, .ss_foot_btm_link ul{
		justify-content:center;
	}
	ul.ss-product-list{
		    grid-template-columns: repeat(2, 1fr);
	}
	.ss-devis-card{
grid-template-columns: repeat(1, 1fr);
		gap: 20px;
}

	.ss-devis-content {
    padding: 15px 20px 20px 30px;
}
		.eael-register-form-wrapper.eael-lr-form-wrapper.style-2 {
    width: 100% !important;
}
	.eael-register-form-wrapper.eael-lr-form-wrapper.style-2 .lr-form-wrapper {
    width: 100% !important;
}
}
@media only screen and (min-width: 1024px) and (max-width: 1300px){}
nav.woocommerce-MyAccount-navigation {
    display: none;
}
/* account layout css start */
.ap-nav-item.active {
    background: #F5F1EB;
    border-radius: 10px;
}
.ap-nav-item.active .ap-nav-text {
    color: #6F4E37;
}

.ap-nav-item.active svg path {
    stroke: #6F4E37;
}
.ap-container-wrapper {
    background: #F5F1EB;
}
.ap-cardbadge {
    background: #F5F1EB;
    padding: 4px 20px 4px 10px;
    border-radius: 100px;
    font-size: 12px;
    color: #6F4E37;
}
.ap-personal-card {
    background: #fff;
    padding: 24px;
    margin-top: 32px;
    border-radius: 16px;
    box-shadow: 0px 10px 15px -3px #0000001A;
}
.ap-personal-grid {
    display: grid;
    grid-template-columns: auto auto;
    gap: 20px;
    margin-top: 24px;
}

.ap-field label {
    color: #6F4E37;
    margin-bottom: 8px;
}

.ap-field-value {
    background: #F9FAFB;
    padding: 12px 16px;
    border-radius: 10px;
    color: #364153;
	height:40px
}
.ap-personal-header {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

h2.ap-personal-title {
    margin: 0;
    font-size: 24px !important;
}
li.ap-nav-item a {
    display: flex;
    gap: 5px;
    align-items: center;
}
span.ap-nav-text {
    color: #4A5565;
}
a.ap-edit {
    color: #C8A97E !important;
    display: flex;
    align-items: center;
    gap: 5px;
}
.woocommerce-account .woocommerce-MyAccount-content {
    width: 100%;
    float: unset;
}
.ap-header-inner {
    display: flex;
    align-items: center;
    justify-content: space-between;
	 max-width: var(--content-width);
    margin: 0 auto;
}
.woocommerce-account.woocommerce-page .e-con-inner {
    max-width: 100% !important;
}
.ap-header {
    box-shadow: 0px 1px 3px 0px #0000001A;
    background: #fff;
/*     margin-bottom: 32px; */
	  padding:32px 24px;
}

p.ap-sub {
    font-size: 16px;
    margin: 0;
    color: #4A5565;
}

h1.ap-greeting {
    font-size: 30px;
    color: #6F4E37;
    margin: 0;
    line-height: 36px;
}

a.ap-logout-link {
    color: #4A5565 !important;
}
.ap-container {
    display: flex;
    max-width: var(--content-width);
    margin: 0 auto;
	gap: 32px;
    padding-top: 32px;
	padding:32px  20px 10px 20px;
}
aside.ap-sidebar {
    background: #fff;
    padding: 24px;
    width: 30%;
    box-shadow: 0px 10px 15px -3px #0000001A;
    border-radius: 16px;
    height: max-content;
}
.ap-cards {
    display: flex;
    gap: 24px;
}

article.ap-card {
    background: #FFFFFF;
    padding: 24px;
    border-radius: 16px;
    box-shadow: 0px 10px 15px -3px #0000001A;
    position: relative;
	width:100%
}
section.ap-main:has(.account-payment-methods-table) {
  background: #FFFFFF;
    padding: 24px;
    border-radius: 16px;
    box-shadow: 0px 10px 15px -3px #0000001A;
}
section.ap-main:has(#add_payment_method) {
  background: #FFFFFF;
    padding: 24px;
    border-radius: 16px;
    box-shadow: 0px 10px 15px -3px #0000001A;
}
fieldset#wc-stripe-upe-form {
    background: #fff;
    border: 0 !important;
    border-radius: 10px;
}
fieldset#wc-stripe-upe-form {
    background: #fff;
    border: 0 !important;
    border-radius: 10px;
}

ul.woocommerce-PaymentMethods.payment_methods.methods {
    background: #fff;
}

.woocommerce-PaymentBox.woocommerce-PaymentBox--stripe.payment_box.payment_method_stripe {
    background: #FBF8F3 !important;
}

#add_payment_method #payment div.payment_box::before {
    border: 1em solid #FBF8F3;
    content: "";
    display: block;
    border: 1em solid #dcd7e2;
    border-right-color: transparent;
    border-left-color: transparent;
    border-top-color: transparent;
    position: absolute;
    top: -.75em;
    left: 0;
    margin: -1em 0 0 2em;
}

.form-row {
    background: #fff;
}


section.ap-main {
    width: 100%;
}
.ap-card-icon {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

h3.ap-card-title {
    color: #6F4E37;
    font-size: 18px;
    margin-top: 16px;
    margin-bottom: 8px;
    font-family: 'Playfair Display';
    font-weight: 400;
}

.ap-card-sub {
    color: #4A5565;
    font-size: 14px;
}

.ap-card-strong {
    color: #6F4E37;
    font-size: 16px;
    margin-top: 4px;
}
span.ap-badge {
    font-size: 12px;
    background: #DCFCE7;
    color: #016630;
    border-radius: 10px;
    padding: 4px 8px;
}
.ap-nav-list {
    padding: 0;
    list-style: none;
    display: flex;
    flex-direction: column;
    gap: 2px;
}
.ap-nav-item {
    padding: 14px 16px;
}
.ap-user {
    display: flex;
    align-items: center;
    gap: 10px;
}
.ap-avatar {
    background: #C8A97E;
    border-radius: 100px;
    padding: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    height: 64px;
    width: 64px;
}
/* account layout css end */

/* subscritpion page css */
.subscription-container {
    background: #FFFFFF;
    box-shadow: 0px 4px 6px -4px #0000001A;
    box-shadow: 0px 10px 15px -3px #0000001A;
    padding: 24px;
    border-radius: 16px;
    margin-bottom: 32px;
}

.subscription-title {
    font-size: 24px !important;
    margin-bottom: 24px;
}

.subscription-box {
    background: #E8F4F8;
    padding: 24px;
    border-radius: 16px;
    margin-bottom: 30px;
}

.subscription-header {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 16px;
}

.subscription-status {
    padding: 4px 10px;
    border-radius: 15px;
    background: #DCFCE7;
    color: #016630;
    font-weight: 400;
    font-size: 14px;
}

.subscription-stats {
    display: flex;
    gap: 40px;
    margin-bottom: 24px;
}

.subscription-stats .label {
    font-size: 14px;
    margin: 0;
}

.subscription-stats .value {
    color: #6F4E37;
    margin: 0;
}

.subscription-stats .green {
    color: #00A63E;
}

.included-title {
    margin: 0px 0 10px;
    font-size: 14px;
    font-weight: 400;
}

.subscription-products .product-row {
    background: #fff;
    border-radius: 10px;
    padding: 12px 16px;
    margin-bottom: 10px;
    display: flex;
    justify-content: space-between;
    position: relative;
}

.subscription-footer {
    margin-top: 24px;
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
}

.subscription-footer .total {
    font-size: 24px;
    font-weight: 400;
    color: #6F4E37;
}

.subscription-actions {
    margin-top: 24px;
    display: flex;
    gap: 15px;
}

.btn-primary {
    background: #C8A97E;
    color: #fff !important;
    padding: 12px 20px;
    border-radius: 10px;
    border: none;
}
.woocommerce-Button.btn-primary {
    background: #C8A97E !important;
    color: #fff !important;
    padding: 12px 20px !important;
    border-radius: 10px !important;
    border: none !important;
}
button#place_order {
	   background: #C8A97E !important;
    color: #fff !important;
    padding: 12px 20px !important;
    border-radius: 10px !important;
    border: none !important;
}
table.woocommerce-MyAccount-paymentMethods a{
		   background: #C8A97E !important;
    color: #fff !important;
    padding: 12px 20px !important;
    border-radius: 10px !important;
    border: none !important;
}
.ap-main:has(.woocommerce-MyAccount-paymentMethods) a.button{
	   background: #C8A97E !important;
    color: #fff !important;
    padding: 12px 20px !important;
    border-radius: 10px !important;
    border: none !important;
}
p.btn-conatiner {
    display: flex;
    justify-content: center;
    margin-top: 20px;
}
.btn-secondary {
    background: #E2E4E7;
    padding: 12px 20px;
    border-radius: 10px;
    border: none;
    color: #364153;
}

.upcoming-title {
    font-size: 20px;
    margin-bottom: 15px;
    color: #6F4E37;
    font-family: 'Playfair Display';
    margin: 0 0 16px 0;
}

.upcoming-row {
    background: #F9FAFB;
    border-radius: 12px;
    padding: 15px 20px;
    display: flex;
    justify-content: space-between;
    margin-bottom: 12px;
}

.upcoming-icon {
    font-size: 24px;
    margin-right: 12px;
    color: #C5A27A;
}

.upcoming-date {
    font-size: 16px;
    font-weight: 400;
    margin: 0;
    color: #6F4E37;
}

.upcoming-status {
    font-size: 14px;
    color: #4A5565;
    margin: 0;
}

.upcoming-amount {
    font-weight: 400;
    color: #6F4E37;
}


.subscription-header h3 {
    color: #6F4E37;
    font-size: 20px;
    font-weight: 400;
    margin: 0;
}

span.product-name {
    position: relative;
    color: #6F4E37;
    font-size: 16px;
	padding-left:10px
}
span.product-name span {
    color: #4A5565;
}

span.product-name:before {
    position: absolute;
    height: 8px;
    width: 8px;
    left: 0;
    background: #C8A97E;
    content: "";
    top: 50%;
    transform: translate(-50%, -50%);
    border-radius: 100px;
}

span.product-price {
    color: #6F4E37;
}

p.label {}

.subscription-footer p.label {
    margin: 0;
    font-size: 14px;
}

.subscription-footer .value {
    color: #6F4E37;
    margin: 0;
}

.btn-primary:hover {
    background: #6F4E37;
    color: #fff
}

.wc-block-components-checkout-place-order-button {
  background: #C8A97E !important;
    color: #fff !important;
    padding: 12px 20px !important;
    border-radius: 10px !important;
    border: none !important;
}
.wc-block-components-checkout-place-order-button:hover {
    background: #6F4E37 !important;
    color: #fff !important;
}
.woocommerce-Button.btn-primary:hover  {
    background: #6F4E37 !important;
    color: #fff !important;

}
.wc-block-components-address-card__edit {
    color: #6F4E37 !important;
}

.wc-block-components-address-card__edit:hover {
    background: #F5F1EB !important;
    color: #6F4E37 !important;
}
.btn-secondary:hover {
    background: #6F4E37;
	color:#fff
}
.subscript-his {
    display: flex;
    align-items: center;
}
.second_subscriptionconrtainer {
    background: #FFFFFF;
    box-shadow: 0px 4px 6px -4px #0000001A;
    box-shadow: 0px 10px 15px -3px #0000001A;
    padding: 24px;
    border-radius: 16px;
    margin-bottom: 32px;
}
/* subscritpion css end */
/* order page css */
.purea-order-card {
    background: #ffffff;
    border-radius: 16px;
    padding: 24px;
    margin-bottom: 22px;
    border: 1px solid #eee;
    box-shadow: 0px 2px 6px rgba(0,0,0,0.05);
}

.purea-order-header {
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
	position:relative
}

.purea-order-number {
    font-size: 16px;
    font-weight: 400;
    color: #6b4a39;
    display: flex;
    align-items: center;
    gap: 8px;
}

.purea-order-date {
    font-size: 14px;
    margin-top: 2px;
    color: #4A5565;
}

.purea-order-price {
    text-align: right;
    font-size: 16px;
    font-weight: 400;
    color: #6F4E37;
    display: flex;
    flex-direction: column;
    position: absolute;
	right:0
}

.purea-badge {
    display: inline-block;
    margin-left: 10px;
    padding: 4px 10px;
    font-size: 12px;
    border-radius: 999px;
    text-align: start;
}

.purea-track-btn {
    display: inline-block;
    margin-top: 8px;
    padding: 5px 12px;
    background: #FEF9C2;
    color: #894B00;
    border-radius: 999px;
    font-size: 10px;
}
a.purea-track-btn {
/*     position: absolute; */
/*     bottom: -26px; */
	margin:1px 0 0 0;
    white-space: nowrap;
/*     left: -14px; */
}
.purea-product-name {
    font-size: 16px;
    color: #364153;
    margin-top: 18px;
}

.purea-tracking {
    margin-top: 0;
    color: #6A7282;
    font-size: 14px;
}

.purea-delivered {
    background: #dffbe9;
    padding: 15px;
    border-radius: 12px;
    margin-top: 16px;
    color: #2C9150;
}

.purea-estimate {
    background: #FEFCE8;
    padding: 12px 17PX;
    border-radius: 12px;
    margin-top: 16px;
    color: #A65F00;
}
img.processing {
    background: #FEF9C2;
    padding: 8px;
    border-radius: 100px !important;
}
img.pending {
    background: #FEF9C2;
    padding: 6px;
    border-radius: 100px !important;
}
.order_historywrapper {
    background: #fff;
    padding: 24px;
    border-radius: 16px;
    box-shadow: 0px 4px 6px -4px #0000001A;
    box-shadow: 0px 10px 15px -3px #0000001A;
}
form.woocommerce-EditAccountForm.edit-account {
     background: #fff;
    padding: 24px;
    border-radius: 16px;
    box-shadow: 0px 4px 6px -4px #0000001A;
    box-shadow: 0px 10px 15px -3px #0000001A;
}
.order_historywrapper h3 {
    margin: 0 0 24px 0;
    color: #6F4E37;
    font-size: 24px;
    font-family: 'dashicons';
}

/* account setting page css */
/* --- WRAPPER --- */
.woocommerce-MyAccount-content {
    padding: 0 10px;
}

.purea-settings-title {
    font-size: 24px;
    margin-bottom: 24px;
    font-weight: 400;
    color: #6F4E37;
    font-family: 'Playfair Display';
}

/* --- SETTINGS BLOCKS --- */
.purea-settings-block {
    margin-bottom: 25px;
    border-bottom: 1px solid #E5E7EB;
    padding-bottom: 24px;
}
.purea-settings-block h4 {
    color: #6F4E37;
    font-size: 18px;
    font-weight: 400;
	margin-bottom:10px
}
/* --- LABEL ROW --- */
.purea-setting-item {
    display: flex;
    justify-content: space-between;
    padding: 14px 0 0 0;
    color: #6F4E37;
    font-weight: 400;
	
}
.purea-setting-item:first-child{
	padding-top:0 !important
}
.purea-setting-item input{
	visibility:hidden
}
.purea-settings-block label + span {
    color: #4A5565;
    font-size: 14px;
}
.purea-setting-item:last-child {
    border-bottom: none;
}

/* --- BUTTONS --- */
.purea-settings-block .purea-btn {
    display: flex;
    align-items: center;
    gap: 12px;
    background: #F9FAFB;
    padding: 16px;
    border-radius: 10px;
    margin-top: 16px;
}
a.purea-btn  svg path{
    stroke:#C8A97E
}
.changepasse {
    display: flex;
    flex-direction: column;
    align-items: start;
}

.changepasse h4 {
    font-size: 16px;
    font-weight: 400;
    margin: 0 0 2px 0;
}

.changepasse span {
    color: #4A5565;
    font-weight: 400;
    font-size: 14px;
}

.purea-btn:hover {
    background: #eee;
}
.purea-btn-danger {
    display: block;
    width: 100%;
    background: #FEF2F2;
    color: #9F0712;
    padding: 16px;
    border-radius: 10px;
    margin: 10px 0;
    font-weight: 400;
    border: none;
    text-align: start;
}
.purea-btn-danger:hover {
    background: #FFD2D2;
}
p.ss-loyality_point {
    margin: 8px 0 8px 0;
    color: #C5A028;
}
.loyalty-flow-card {
        background-color: #ffffff;
        border-radius: 14px;
        padding: 20px;
        margin-top: 15px;
        box-shadow: 0px 1px 8px -5px #00000040;
    }

    .loyalty-flow-header {
        display: flex;
        align-items: center;
        margin-bottom: 35px;
    }

    .loyalty-flow-star {
    display: flex;
    margin-right: 15px;
    }

    .loyalty-flow-main-title {
        color: #5C4033 !important;
        font-size: 24px !important;
        font-weight: 400;
        margin: 0;
        font-family: 'Montserrat' !important;
    }

    .loyalty-flow-item {
        display: flex;
        margin-bottom: 32px;
    }

    .loyalty-flow-item:last-child {
        margin-bottom: 0;
    }

    .loyalty-flow-number {
        background-color: #F5F1EB;
        color: #C8A97E;
        min-width: 42px;
        height: 42px;
        border-radius: 50%;
        display: flex;
        justify-content: center;
        align-items: center;
        margin-right: 20px;
        flex-shrink: 0;
        font-family: monospace;
    }

    .loyalty-flow-step-title {
        color: #5C4033;
        font-size: 18px;
        margin: 0 0 6px 0;
        font-weight: 400;
    }

    .loyalty-flow-description {
        color: #8e8276;
        font-size: 16px;
        line-height: 1.4;
        margin: 0;
    }
/* --- REFERRAL BOX --- */
.referral-wrapper {
    display: flex;
    gap: 10px;
    margin-top: 8px;
}

#referral-link {
    flex: 1;
    padding: 12px;
    border-radius: 10px;
    border: 1px solid #ddd;
    font-size: 14px;
    background: #f5f5f5;
}

.copy-referral-btn {
    background: #F5F5F5;
    padding: 12px 16px;
    border-radius: 10px;
    border: none;
    cursor: pointer;
    font-weight: 500;
    transition: background 0.2s;
}

.copy-referral-btn:hover {
    background: #eee;
}

/* --- 2FA BOX --- */
.purea-2fa-box {
    margin-top: 12px;
    padding: 12px;
    background: #f8f9ff;
    border-radius: 8px;
}

/* --- DELETE MODAL --- */
.purea-delete-modal {
    position: fixed;
    inset: 0;
    background: rgba(0,0,0,0.45);
    display: none;
    z-index: 9999;
}

.purea-modal-content {
    background: #fff;
    padding: 25px;
    max-width: 320px;
    margin: 180px auto;
    border-radius: 12px;
    text-align: center;
    box-shadow: 0px 4px 24px rgba(0,0,0,0.1);
}

.purea-modal-content button {
    width: 100%;
    padding: 12px;
    margin-top: 12px;
    border-radius: 8px;
    border: none;
    cursor: pointer;
}



/* --- HIDE EMPTY NOTICES WRAPPER --- */
.woocommerce-notices-wrapper:empty {
    display: none !important;
}
.woocommerce-MyAccount-content:has(.purea-settings-title) {
    background: #fff !important;
    padding:24px;
    border-radius:16px;
    box-shadow: 0px 4px 6px -4px #0000001A;

box-shadow: 0px 10px 15px -3px #0000001A;

}

.purea-loyalty-program {
    font-family: Arial, sans-serif;
    color: #7F6047;
    background: #fff;
    padding: 24px;
    border-radius: 16px;
    box-shadow: 0px 4px 6px -4px #0000001A;
    box-shadow: 0px 10px 15px -3px #0000001A;
}
section.woocommerce-order-details {
	    background: #fff;
    padding: 24px;
    border-radius: 16px;
    box-shadow: 0px 4px 6px -4px #0000001A;
    box-shadow: 0px 10px 15px -3px #0000001A;
}

section.woocommerce-customer-details {
	    background: #fff;
    padding: 24px;
    border-radius: 16px;
    box-shadow: 0px 4px 6px -4px #0000001A;
    box-shadow: 0px 10px 15px -3px #0000001A;
}
/* Headings */
.purea-heading {
    color: #6E4D36 !important;
    font-size: 24px !important;
    margin: 0  0 24px 0 !important;
}
.purea-subheading {
    color: #7F6047;
    margin-bottom: 16px;
    font-family: 'Playfair Display';
    font-size: 20px;
}

/* Points Section */
.points-balance-total {
    font-weight: 400;
    color: #7F6047;
    margin: 0;
    font-family: 'Playfair Display';
    font-size: 24px;
}
.points-balance-text {
    color: #4A5565;
    font-size: 16px;
    margin: 0;
    font-family: 'Montserrat';
    font-weight: 400;
}
.points-left {
    color: #7F6047;
    font-family: 'Montserrat';
}

/* Progress Bar */
.progress-bar {
    background: #E2D3BD;
    height: 10px;
    border-radius: 5px;
    width: 100%;
    margin: 0.5rem 0;
}
.progress-fill {
    background: #BCA67A;
    height: 10px;
    border-radius: 5px;
}

/* Rewards Grid */
.rewards-grid {
    display: flex;
    gap: 1rem;
    margin-bottom: 2rem;
}
.reward-card {
    border: 1px solid #E5E7EB;
    border-radius: 14px;
    padding: 1rem;
    flex: 1;
    text-align: center;
    background: #fff;
}
.reward-icon {
    color: #BCA67A;
    width: fit-content;
    margin: 0 auto;
    background: #F5F1EB;
    padding: 16px;
    display: flex;
    border-radius: 100%;
}
.reward-title {
    color: #7F6047;
    margin-top: 16px;
    font-size: 16px;
    font-weight: 400;
    font-family: 'Montserrat';
}
.reward-desc {
    color: #4A5565;
    font-size: 14px;
    font-weight: 400;
    font-family: 'Montserrat';
	    min-height: 40px;
    max-height: 40px;
}
.reward-points {
    margin: 16px 0 12px;
    color: #C8A97E;
    font-size: 16px;
    font-family: 'Montserrat';
}

/* Buttons */
.btn-reward {
    background: #BCA67A;
    border: none;
    padding: 0.5rem 1rem;
    color: #fff;
    border-radius: 5px;
    cursor: pointer;
}
.btn-disabled {
    background: #ddd;
    border: none;
    padding: 0.5rem 1rem;
    color: #999;
    border-radius: 5px;
    font-family: 'Montserrat';
}

/* History */
.points-history { }
.history-row {
    background: #f9f9f9;
    border-radius: 8px;
    padding: 1rem;
    margin-bottom: 0.5rem;
    display: flex;
    justify-content: space-between;
    color: #7F6047;
}
.history-points {
    text-align: right;
    color: #00A63E;
    font-family: 'Montserrat';
}


.points-balance {
    padding: 24px 24px 4px 24px;
}

.points_tile {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.reward-iconmain {
    display: flex;
    align-items: center;
}
.history_cont {
    display: flex;
    align-items: center;
    gap: 10px;
}


.svg_wrap {
    background: #F5F1EB;
    padding: 10px;
    display: flex;
    border-radius: 100%;
}

.histor_det strong {color: #6F4E37;font-weight: 400;font-size: 16px;font-family: 'Montserrat';}

.histor_det small {
    font-family: 'Montserrat';
}

.history-points small {
    color: #6A7282;
}
/* account setting page css end */
/* payment page css */
/* Purea Payments page styles — adapt colors/fonts if needed */
.purea-payments-wrap {
    max-width: 1100px;
    margin: 40px auto;
    font-family: "Inter", Arial, sans-serif;
}

.purea-card,
.purea-history-card {
    background: #fff;
    border-radius: 18px;
    padding: 28px;
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.07);
    margin-bottom: 28px;
}

.purea-title {
    font-size: 20px;
    color: #6F4E37;
    margin-bottom: 16px;
    font-weight: 400;
    font-family: 'Playfair Display';
}

.purea-cards-list .purea-card-row {
    display: flex;
    justify-content: space-between;
    align-items: center;
    border: 1px solid #f0f0f0;
    border-radius: 12px;
    padding: 18px;
    margin-bottom: 12px;
}

.purea-card-number {
    font-weight: 600;
    color: #7a5b45;
    font-size: 16px;
}

.purea-card-meta {
    color: #7b6d66;
    font-size: 14px;
    margin-top: 6px;
}

.chip-default {
    background: #F4EFE8;
    color: #6b513f;
    padding: 6px 10px;
    border-radius: 8px;
    font-size: 13px;
}

.purea-link {
    background: none;
    border: none;
    color: #b16b4b;
    cursor: pointer;
    text-decoration: underline;
    font-size: 14px;
}

.purea-card-number {
    display: flex;
    gap: 20px;
    align-items: center;
}

.purea-card-badge {
    background: #F3F4F6;
    font-size: 12px;
    display: flex;
    align-items: center;
    color: #4A5565;
    font-weight: 400;
    padding: 4px 8px;
    border-radius: 4px;
}

span.purea-default-badge {font-weight: 400;font-size: 12px;background: #F5F1EB;display: flex;align-items: center;padding: 4px 8px;border-radius: 4px;}

.purea-card-right {
    display: flex;
    align-items: center;
    gap: 10px;
}

a.purea-link.edit {
    color: #C8A97E;
    font-size: 14px;
}
button.purea-link.danger:hover{
	background:transparent !important
}
button.purea-link.danger {
    color: #FB2C36;
    text-decoration: none;
    border: 0;
    padding: 0;
    font-size: 14px;
}
.purea-add-card .purea-btn {
    background: #F5F1EB;
    color: #6F4E37;
    padding: 12px 24px;
    border-radius: 10px;
    text-decoration: none;
    display: inline-block;
}

.purea-history-list .purea-history-row {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 18px;
    background: #F9FAFB;
    border-radius: 12px;
    margin-bottom: 12px;
}

.hist-title {
    color: #6F4E37;
    font-weight: 400;
    font-size: 16px;
}

.hist-sub {
    color: #4A5565;
    font-size: 14px;
}

.hist-right {
    color: #7a5b45;
    font-weight: 600;
}
/* footer form css */
.footer_formlayout {
    position: fixed;
    display: none;
    height: 100%;
    width: 100%;
    left: 0;
    top: 0;
	z-index : 999 ;
}
.footer_formlayout  .main_overlay{
	 top: 0;
    left: 0;
    background: #00000094;
    height: 100%;
    width: 100%;
    backdrop-filter: blur(2px);
    z-index:99;
	position:absolute
}

/* .footer_formlayout .wpcf7 {
    max-width: 600px;
    margin: 0 auto;
    background: #FFFFFF;
    padding: 24px;
    border-radius: 10px;
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50% , -50%);
    overflow-y: scroll;
    height: 1100px;
    overflow-x: hidden;
    margin: 20px;
    scrollbar-width: thin;
} */

.footer_formlayout .wpcf7 {
  box-sizing: border-box;
  z-index:999;
  width: min(calc(100% - 40px), 600px);
  max-width: 600px;
  background: #FFFFFF;
  padding: 22px;
  border-radius: 10px;
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50% , -50%);
  /* Make modal responsive and not taller than viewport */
  max-height: calc(100vh - 80px); /* leaves comfortable margins on small screens */
  overflow-y: auto;
  overflow-x: hidden;
  margin: 20px;
  scrollbar-width: thin;
  box-shadow: 0 8px 30px rgba(0,0,0,0.6);
}

.footer_formlayout .main_headtitle {
    font-size: 24px;
    display: flex;
    align-items: center;
    gap: 10px;
    margin-bottom: 10px;
}

p.subtext_forn {
    color: #8B6F47;
    font-size: 14px;
}
fieldset.rA23x-pref legend {
    position: relative;
    top: 0;
    left: 0;
    display: contents;
    color: #5C4033;
}
.rA23x-row.rA23x-2col {
    display: grid;
    grid-template-columns: repeat(2 , 1fr);
    column-gap: 20px;
}

.footer_formlayout .header_card {
    grid-column: 1/3;
}

.footer_formlayout input {
    background: #F3F3F5;
    border: 1px solid #E8D7C3;
    margin-top:10px;
}
.footer_formlayout textarea {
    max-height:100px;
     margin-top:10px;
     background: #F3F3F5;
    border: 1px solid #E8D7C3;
}


p.rA23x-field label {
    width: 100% !important;
}
.footer_formlayout br{
    display:none
}

.rA23x-info {
    background: #6B9BD11A;
    padding: 10px;
    margin: 10px 0 10px 0;
    border-radius: 10px;
    border: 1px solid #6B9BD14D;
}
.footer_formlayout .wpcf7-list-item input {
    visibility: hidden;
}
.footer_formlayout .rA23x-info p {
    display: flex;
}
.rA23x-field label span:has(svg) {
    display: flex;
    width: fit-content;
    gap: 5px;
}
.footer_formlayout fieldset.rA23x-pref {
    background: #FAF7F4;
    border: 1px solid #E8D7C3;
        border-radius: 10px;
    display: flex;
    align-items: start;
    flex-direction: column;
    justify-content: start;
    gap: 15px;
}

.rA23x-actions p {
    display: flex;
    width: 100%;
    gap: 10px;
    margin-top: 15px;
    margin-bottom: 0;
}

.rA23x-actions br {
    display: none;
}

.rA23x-actions p >* {
    width: 100%;
    max-width: 100%;
    margin: 0;
}

.footer_formlayout input.wpcf7-form-control.wpcf7-submit.has-spinner.rA23x-btn.rA23x-btn-main {
    background: #6B9BD1;
    color: #fff;
    border-radius: 10px;
    border: 0;
}

.footer_formlayout button.rA23x-btn.rA23x-btn-light {
    border: 1px solid #8B6F47;
    color: #8B6F47;
    border-radius: 10px;
}
.footer_formlayout button.rA23x-btn.rA23x-btn-light:hover {
    background: #8B6F47;
    color: #fff;
/*     border-radius: 10px; */
}
p.close_md {
    position: absolute;
    right: 12px;
    font-family: 'Arimo';
    font-size: 12px;
    color: #000;
	cursor:pointer
}
.footer_formlayout .wpcf7-spinner {
    position: absolute;
	width:fit-content !important
}
/* Responsive tweaks */
@media (max-width:700px) {
    .purea-card-number {
        font-size: 15px;
    }

    .purea-card-row {
        flex-direction: column;
        align-items: flex-start;
        gap: 10px;
    }

    .purea-card-right {
        width: 100%;
        display: flex;
        justify-content: flex-end;
        gap: 8px;
    }
}


section.purea-payment-methods {
    background: #FFFFFF;
    padding: 24px;
    border-radius: 16px;
    box-shadow: 0px 4px 6px -4px #0000001A;
    box-shadow: 0px 10px 15px -3px #0000001A;
    margin-bottom: 32px;
}

section.purea-payment-history {
    background: #FFFFFF;
    padding: 24px;
    border-radius: 16px;
    box-shadow: 0px 4px 6px -4px #0000001A;
    box-shadow: 0px 10px 15px -3px #0000001A;
    margin-bottom: 32px;
}

.purea-payment-methods .purea-title {
    font-size: 24px;
    color: #6F4E37;
    margin-bottom: 24px;
    font-weight: 400;
    font-family: 'Playfair Display';
}

span.woocommerce-Price-amount.amount {
    color: #6F4E37;
    font-weight: 400;
}
.hist-left {
    display: flex;
    align-items: center;
    gap: 10px;
}

.hist-left div:has(svg) {
    display: flex;
}
/* payment css */
/* quote form css */

/* LAYOUT 2 COL */
.rA23x-row { display: flex; gap: 18px; }
.rA23x-2col .rA23x-field { flex: 1; }

.rA23x-field { margin-bottom: 18px; }
.rA23x-field label {
  font-weight: 600;
  color:#6b4f43;
  margin-bottom: 6px;
  display: block;
}

/* INPUTS */
.rA23x-input, .rA23x-textarea {
  width: 100%;
  background:#f7f6f5;
  border: 2px solid #e7dcd4;
  border-radius: 12px;
  padding: 14px 16px;
  font-size: 16px;
  color:#5a4b45;
}

.rA23x-textarea {
  resize: vertical;
  min-height: 120px;
}

/* CONTACT PREF */
.rA23x-pref {
  background:#fbf6f4;
  border:2px solid #e7dcd4;
  padding:18px;
  border-radius:10px;
  margin-bottom:18px;
}

.rA23x-pref legend {
  font-weight:600;
  margin-bottom:10px;
}

.rA23x-pref label {
  display:inline-flex;
  align-items:center;
  gap:8px;
  margin-right:16px;
  cursor:pointer;
}

/* INFO BOX */

.rA23x-info-check {
  width:28px;
  height:28px;
  display:flex;
  align-items:center;
  justify-content:center;
  background:rgba(255,255,255,0.15);
  border-radius:6px;
}

/* BUTTONS */
.rA23x-actions {
  display:flex;
  justify-content:space-between;
  gap:18px;
}

.rA23x-btn {
  border-radius:10px;
  padding:14px 26px;
  font-size:16px;
  cursor:pointer;
  border:none;
}

.rA23x-btn-light {
  background:#ffffff;
  border:2px solid #e7dcd4;
  color:#6b4f43;
}

.rA23x-btn-main {
  background:#5f88d8;
  color:white;
}

/* RESPONSIVE */
@media (max-width:700px) {
  .rA23x-row { flex-direction:column; }
  .rA23x-actions { flex-direction:column-reverse; }
  .rA23x-btn { width:100%; }
}

/* check out page css */
.main_checkout {
    background: #F5F1EB;
}

.main_checkout .wc-block-components-main.wc-block-checkout__main.wp-block-woocommerce-checkout-fields-block {
    background: #fff;
    padding: 24px;
    border-radius: 15px;
    box-shadow: 0px 4px 6px -4px #0000001A;
    box-shadow: 0px 10px 15px -3px #0000001A;
}

.main_checkout .wp-block-woocommerce-checkout-order-summary-block {
       background: #fff;
    padding: 24px;
    border-radius: 15px;
    box-shadow: 0px 4px 6px -4px #0000001A;
    box-shadow: 0px 10px 15px -3px #0000001A;
}
/* empty css start */
.empty-cart-container {
    text-align: center;
    padding: 48px;
    background: #FFFFFF;
    border-radius: 16px;
    box-shadow: 0px 4px 6px -4px #0000001A;

box-shadow: 0px 10px 15px -3px #0000001A;
    margin-bottom:60px

}

.empty-cart-container .icon {
    display: flex;
    justify-content: center;
}

.empty-cart-container h2 {
    font-size: 30px;
    color: #704e34;
    margin-top: 24px;
    margin-bottom: 16px;
    font-weight: 400;
}

.empty-cart-container p {
    color: #4A5565;
    margin: 0px 0  32px 0;
    font-size: 16px;
}
.woocommerce-cart:has(.empty-cart-container) .cart_pagetitle {
    display: none;
}
.empty-cart-container .buttons a {
    display: inline-block;
    margin: 10px;
    padding: 15px 30px;
    border-radius: 12px;
    text-decoration: none;
}
/* empty css end  */
/* tracking container css end */
.purea-boxcontainer {
    background: #FBF8F3;
    padding: 32px;
    border-radius: 16px;
    margin-bottom:48px;
}


.purea-boxcontainer .purea-title {
    font-size: 24px;
    margin-bottom: 24px;
}
.purea-row_container {
    display: grid;
    grid-template-columns: auto  auto;
}

.purea-row_container p span br {
    display: none;
}

.purea-row_container p span {
    display: flex;
    align-items: center;
    color: #6F4E37;
    font-size: 16px;
    font-weight: 500;
    text-transform: capitalize;
}

.purea-row_container p strong {
    color: #6F4E37;
    font-weight: 400;
    font-size: 14px;
}
.purea-box-shippmentbox {
    padding: 32px;
    border: 1px solid #0000001A;
    border-radius: 16px;
}

.purea-box-shippmentbox .purea-title {
    font-size: 24px;
    margin-bottom: 24px;
}

.purea-timeline-box {
    display: flex;
    flex-direction: column;
    gap: 32px;
}

.purea-timeline-box .purea-step {
    display: flex;
    align-items: center;
    justify-content: space-between;
}
.start_content {
    display: flex;
    align-items: center;
    gap: 24px;
}
.purea-step-icon {
    background: #00C950;
    display: flex;
    padding: 14px;
    border-radius: 100px;
    position: relative;
}

.purea-step-icon:after {
    position: absolute;
    content: "";
    height: 100%;
    width: 1px;
    background: #01c950;
    left: 50%;
    top: 100%;
    transform: translate(-50%);
}

.purea-step:last-child .purea-step-icon:after {
	display:none
}
.purea-step.shipped.processing {
}

.purea-step.shipped.processing .purea-step-icon {
    background: #C8A97E;
}

.purea-step.shipped.processing .purea-step-icon:after {
    background: #C8A97E;
}

.purea-step.transit.processing {}

.purea-step.transit.processing .purea-step-icon {
    background: #E5E7EB;
    border: 2px solid #D1D5DC;
}

.purea-step.transit.processing .purea-step-icon:after {
    background: #E5E7EB;
}

.purea-step.delivered.processing .purea-step-icon {
    background: #E5E7EB;
    border: 2px solid #D1D5DC;
}
.purea-step.delivered.processing .purea-step-icon svg  path{
    stroke: #99A1AF;
}
.purea-step-date {
    display: flex;
    align-items: center;
    flex-direction: row-reverse;
    color: #6F4E37;
    gap: 4px;
}
.purea-step-title {
    color: #6F4E37;
    font-size: 16px;
    font-weight: 600;
}

.purea-step-desc {
    color: #6F4E37;
    font-size: 16px;
    font-weight: 400;
}
/* tracking page css end  */
.woocommerce-order {
    background: #fff;
    padding: 32px;
    margin: 40px 0;
    border-radius: 16px;
}
.woocommerce-order .woocommerce-column__title {
    font-size: 24px;
    font-weight: 400 !important;
}

.woocommerce-order .woocommerce-order-details__title {
    font-size: 24px;
    font-weight: 400;
}
p.woocommerce-notice.woocommerce-notice--success.woocommerce-thankyou-order-received {
    margin-top: 22px;
}

ul.woocommerce-order-overview.woocommerce-thankyou-order-details.order_details {
    padding: 0;
}
/* responsive css */
@media (min-width:980px) and (max-width:1140px){
li.ap-nav-item {
    padding-left: 8px;
    padding-right: 8px;
}

aside.ap-sidebar {
    padding: 24px 12px;
}
}
@media (max-width:1024px){
	.sectioned_imagetext {
    width: 100% !important;
}

.sectioned_imagetext img {
    width: 100%;
    max-width: 100%;
    height: 100%;
}
}
@media (max-width:991px){

.site-navigation-toggle-holder.show {
    order: -1;
}

.site-navigation-dropdown ul.menu li.current-menu-item a {
    background: #f4f0eb !important;
}

.site-navigation-toggle-holder.show .site-navigation-toggle:focus {
    background-color: transparent !important;
}
}
@media (min-width:310px) and (max-width:980px){
    li.ap-nav-item {
    padding-left: 10px;
    padding-right: 10px;
}
    
.ap-container {
    flex-wrap: wrap;
}

aside.ap-sidebar {
    width: 90%;
    margin: 0 auto;
    padding: 24px 24px;
}
    .ap-container {
    flex-wrap: wrap;
}

aside.ap-sidebar {
    width: 80%;
    margin: 0 auto;
    padding: 24px 24px;
}
.ap-header-inner {
    flex-wrap: wrap;
    gap: 20px;
}
header.ap-header {
    padding: 15px 
}
.ap-avatar {
width:fit-content;
    height:auto;
    padding:12px
}
}
@media (max-width:767px){
	.subscription-products .product-row {
    flex-direction: column;
    gap: 10px;
}

.subscription-actions * {
    width: 100%;
    white-space: normal;
}

.subscription-box {
    padding: 12px;
}

.subscription-container {
    padding: 10px;
}
		div#Nos_categories  .elementor-absolute.elementor-widget-button {
    position: relative !important;
		margin-top:10px;
		top:unset;
		left: unset;
        bottom: unset;
        right: unset;
    }
	.ss_foot_cnt_info ul li:nth-child(1){
		width:fit-content !important;
	}
	.ss_foot_btm_link {
    text-align: center;
}
	.ss_hm_colle_div {
    display: block !important;
}
.ss_hm_colle_div .elementor-image-box-content{
	min-height:unset !important
}
	h2.cookie-title {
    font-size: 16px !important;
}
		.eael-lr-form-wrapper .eael-field-type-last_name svg {
    left: 8px !important;
}
.cookie-header {
    display: flex;
    flex-direction: column;
}

.cookie-content {
    font-size: 14px;
    overflow: scroll;
    max-height: 90%;
}
	.ap-cards {
    flex-wrap: wrap;
}
.purea-row_container {
    grid-template-columns: 100%;
}
	
.purea-step-icon:after {
    display: none;
}
.purea-step {
    flex-direction: column;
    justify-content: start !important;
    align-items: start !important;
    gap:20px
}

.purea-box-shippmentbox {}
.ap-personal-grid {
    grid-template-columns: 100%;
}
	.subscription-stats {
    flex-wrap: wrap;
    gap: 20px;
}
	a.purea-track-btn {
    position: relative;
    bottom: unset;
		margin:0 0 0 10px !important;
}
	.purea-order-price{
		position:relative
	}
.purea-order-header {
    flex-wrap: wrap;
    gap: 17px;
    align-items: start;
    justify-content: start;
}

span.woocommerce-Price-amount.amount {
    text-align: start;
}

.purea-order-price {
    flex-direction: row;
    align-items: center;
    flex-wrap: wrap;
}

.subscription-actions {
    flex-wrap: wrap;
}
	.rewards-grid {
    flex-wrap: wrap;
}

.points-balance {
    padding: 20px 0 0;
}

.history-row {
    flex-wrap: wrap;
}


}
@media (max-width:525px){
.ss-account-type {
    flex-direction: column;
}
	
.woocommerce-order {
    padding: 0;
}
section.woocommerce-order-details h2 {
    font-size: 20px;
    margin: 0 0 20px 0 !important;
}
p.woocommerce-notice.woocommerce-notice--success.woocommerce-thankyou-order-received {
    padding: 15px 18px;
}

ul.woocommerce-order-overview.woocommerce-thankyou-order-details.order_details {
     padding: 15px 18px;
}
.wc-block-components-order-summary-item {
    flex-direction: column;
}

.wc-block-components-order-summary-item > * {
    padding: 0 !important;
}

.wc-block-components-order-summary-item__total-price {
    margin-left: unset !important;
    text-align: start !important;
    margin: 16px 0 0 0 !important;
}

}
@media (max-width:380px){
    aside.ap-sidebar {
    width: 100%;
    padding: 24px 12px;
}
	.footer_formlayout .wpcf7{
		left:44% !important
	}
	.rA23x-actions p{
		flex-wrap:wrap
	}
.ss_news_new_sec .ss-newsletter-wrap {
    flex-wrap: wrap !important;
    justify-content: center;
    padding: 10px 20px;
}
    .purea-history-list .purea-history-row {
    padding: 10px;
    gap: 10px;
}

section.purea-payment-history {
    padding: 24px 10px;
}
	.history_cont {
    flex-wrap: wrap;
}

.history-points {
    display: flex;
    align-items: center;
    gap: 10px;
}
}







.ss_product_sucre .ss-img img {
    height: 100%;
    object-fit: cover;
    max-height: 256px;
    max-width: 100%;
    width: 100%;
}

.ss-devis-card.Particuliers .ss-type-badge {
    background: #E8F4F8;
    color: #6F4E37;
}
.ss-devis-card.Particulier.et.Pro {
    order: 2;
}

.ss-devis-buttons .ss-btn {
    width: 100%;
}
/* Overlay */
.purica-popup-overlay {
  position: fixed;
  inset: 0;
  background: rgba(0,0,0,0.55);
  display: none;
  align-items: center;
  justify-content: center;
  z-index: 9999;
}

/* Popup box */
.purica-popup {
  background: #fff;
  width: 100%;
  max-width: 420px;
  border-radius: 16px;
  padding: 30px;
  text-align: center;
  box-shadow: 0 20px 40px rgba(0,0,0,0.25);
  animation: popupScale .25s ease;
}

@keyframes popupScale {
  from { transform: scale(.9); opacity: 0; }
  to   { transform: scale(1); opacity: 1; }
}

.purica-popup h3 {
  font-size: 20px;
  margin-bottom: 12px;
}

.purica-popup p {
  font-size: 14px;
  color: #555;
  line-height: 1.5;
}

/* Buttons */
.purica-popup-actions {
  display: flex;
  gap: 12px;
  margin-top: 25px;
}

.purica-popup-actions button {
  flex: 1;
  padding: 12px;
  border-radius: 10px;
  font-size: 14px;
  cursor: pointer;
  border: none;
}

.btn-cancel {
  background: #f1f1f1;
  color: #333;
}

.btn-confirm {
  background: #e63946;
  color: #fff;
}

.btn-confirm:hover {
  opacity: .9;
}

[type=button]:focus, [type=button]:hover, [type=submit]:focus, [type=submit]:hover, button:focus, button:hover {
    background-color: #5c4033 !important;
    color: #fff;
    text-decoration: none;
}
span.subscription-status.paused {
    background: #ff9f9f73;
    color: #ff2b2b;
}
span.ap-badge.Suspendu {
  background: #ff9f9f73;
    color: #ff2b2b;
}
.accordian_gifting .purea-subheading {
    display: flex;
    align-items: center;
    justify-content: space-between;
   margin: 0;
    padding: 15px 10px;
}

.accordian_gifting {
    border: 1px solid #E8D7C3;
/*     padding: 10px; */
    border-radius: 14px;
    margin-bottom: 15px;
	cursor:pointer
}
.accordian_giftcontent {
    display: none;
}

form#eael-login-form .eael-lr-form-loader-wrapper {
    justify-content: center;
}
.accordian_giftcontent.is-open {
    display: block;
	cursor:auto;
	padding:0 10px 10px 10px
}

.days span.disabled {
  cursor: not-allowed;
  background: #f0f0f0;
}
button.wc-block-cart-item__remove-link:hover {
    background: transparent !important;
}
.rewards-card {
    margin-top: 20px;
}
span.gift-icon {
    margin-right: 10px;
}
.reward-item {
    display: flex;
    justify-content: space-between;
    background: #FAF7F4;
    padding: 20px;
    border-radius: 14px;
    border-left: 3px solid #D4AF37;
    margin-bottom: 20px;
}
.accordian_gifting:has(.is-open) img {
    rotate: 180deg;
}
.points-history.accordian_giftcontent.is-open img {
    rotate: 0deg;
}
.history-points.debit {
    color: red;
}
.reward-info h3 {
    margin: 0 0 10px 0;
    font-size: 18px;
}

.reward-info p {
    color: #8B6F47;
    font-size: 14px;
    margin: 0;
}

.reward-item .reward-points {
    color: #D4AF37;
}

/* CSS Styling for cookie manage */
#custom-cookie-banner {
    position: fixed;
    bottom: 0;
    left: 0;
    right: 0;
    z-index: 999999;
    height: 100%;
    width: 100%;
    background: #00000080;
}
.cookie-content {
     background-color: #c5a982;
    padding: 30px 24px;
    color: #6F4E37;
    box-shadow: 0 -5px 20px rgba(0, 0, 0, 0.1);
    max-width: 80%;
    margin: 0 auto;
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
}
.cookie-title {
    font-size: 30px !important;
    margin-bottom: 15px;
    margin-top: 10px;
}

.close-btn {
    float: right;
    text-decoration: none;
    font-size: 14px;
    color: #5d4635;
    font-weight: 500;
}

.cookie-list {
    margin: 15px 0;
    padding-left: 20px;
    color: #6F4E37;
}

.cookie-list li {
    font-size: 14px;
    margin-bottom: 5px;
    list-style-type: disc;
}

.cookie-buttons {
    display: flex;
    gap: 15px;
    margin-top: 25px;
}

.cookie-buttons .btn-allow {
      background: white;
    color: #10182880 !important;
    border: none;
    padding: 12px 24px;
    border-radius: 8px;
    cursor: pointer;
    font-size: 16px;
    font-weight: 400;
}
.cookie-buttons .btn-allow:hover {
	color:#fff !important
}
span.subscription-status.nosubscrition {
    background: #fffdd4ab;
    color: #c0aa62;
}
.btn-settings {
    background: #6d513e;
    color: white;
    border: none;
    padding: 12px 24px;
    border-radius: 8px;
    cursor: pointer;
    font-size: 15px;
}

.policy-text a {
    color: inherit;
    text-decoration: underline;
}
.policy_line {
    margin: 35px 0 !important;
}
.policy_pages  ul {
    margin: 15px 0px;
}
/* Mobile responsive */
@media (max-width: 768px) {
    #custom-cookie-banner { padding: 20px; }
    .cookie-buttons { flex-direction: column; }
}
.purica-popup-overlay {
  position: fixed;
  inset: 0;
  background: rgba(0,0,0,.5);
  display: none;
  justify-content: center;
  align-items: center;
  z-index: 9999;
}

.purica-popup {
  background: #fff;
  width: 520px;
  border-radius: 14px;
  padding: 30px;
  position: relative;
}

.purica-step { display: none; }
.purica-step.active { display: block; }

.purica-close {
  position: absolute;
  top: 16px;
  right: 16px;
  background: none;
  border: none;
  font-size: 22px;
  cursor: pointer;
}

.subtitle {
  color: #6b7280;
  margin-bottom: 20px;
}

.purica-options {
  display: flex;
  flex-direction: column;
  gap: 14px;
}

.purica-option {
  border: 1px solid #e5e7eb;
  border-radius: 12px;
  padding: 16px;
  display: flex;
  gap: 12px;
  cursor: pointer;
}

.purica-option input {
  margin-top: 5px;
}

.purica-summary {
  background: #fff9e6;
  border: 1px solid #facc15;
  border-radius: 12px;
  padding: 18px;
  margin: 20px 0;
}

.purica-actions {
  display: flex;
  justify-content: flex-end;
  gap: 12px;
}

.purica-actions.single {
  justify-content: center;
}

.btn-primary {
  background: #c9a476;
  color: #fff;
  padding: 10px 20px;
  border-radius: 10px;
  border: none;
}

.btn-secondary {
  background: #fff;
  border: 1px solid #d1d5db;
  padding: 10px 20px;
  border-radius: 10px;
}
button.btn-disabled.btn-secondary {
    background: #E5E7EB;
	cursor:pointer
}
.footer_formquote .wpcf7-list-item {
    position:relative
}


.footer_formquote .wpcf7-list-item.last:before {
    position: absolute;
    content: "";
    height: 16px;
    width: 16px;
    background: url('https://purea-france.fr/wp-content/uploads/2026/01/mail-cio.svg');
    top: 55%;
    left: 6px;
    transform: translate(-50% , -50%);
}
.footer_formquote .wpcf7-list-item.first:before {
    position: absolute;
    content: "";
    height: 16px;
    width: 16px;
    background: url('https://purea-france.fr/wp-content/uploads/2026/01/phone.svg');
    top: 55%;
    left: 6px;
    transform: translate(-50% , -50%);
}



.rA23x-pref label:has(input[type="radio"]:checked ):after{
   content:'';
   position:absolute;
   width:100%;
   height:100%;
   border: 2px solid #c8a97e;
   left: -7px;
   padding: 15px;
   border-radius: 8px;
}
.rA23x-pref label:has(input[type="radio"]:checked ):before{
   content:'';
   position:absolute;
   width:100%;
   height:100%;
   background: #dcc3a04d;
   left: -7px;
   padding: 15px;
   border-radius: 8px;
}
tr.wc-block-cart-items__row .wc-block-components-quantity-selector {
    border: 0 !important;
}
/* td.subscription-actions.order-actions.woocommerce-orders-table__cell.woocommerce-orders-table__cell-subscription-actions.woocommerce-orders-table__cell-order-actions {
    display: none !important;
} */
.eael_accept_tnc_wrap {
    display: block !important;
}