/* =Fonts
========================================================================================*/
@import url('https://fonts.googleapis.com/css2?family=Poppins:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&display=swap');

/* =Box Sizing
========================================================================================*/
* { -webkit-box-sizing:border-box; -moz-box-sizing: border-box; -o-box-sizing: border-box; -ms-box-sizing: border-box; box-sizing: border-box; }
*:before, *:after { -webkit-box-sizing: border-box; -moz-box-sizing: border-box; -o-box-sizing: border-box; -ms-box-sizing: border-box; box-sizing: border-box; }
input[type="text"], input[type="password"], input[type="email"], input[type="tel"], input[type="search"], textarea, select, input[type="button"], input[type="submit"], button { -webkit-box-sizing: border-box; -moz-box-sizing: border-box; -o-box-sizing: border-box; -ms-box-sizing: border-box; box-sizing: border-box;  }


/* =Deafult Tag & General Classes
========================================================================================*/
html, body { -webkit-font-smoothing:antialiased; -moz-font-smoothing:antialiased; -ms-font-smoothing:antialiased; font-smoothing:antialiased; /* Fix for webkit rendering */ -webkit-text-size-adjust:100%; height: 100%; }
html { overflow-y: inherit !important; }
body { font-size:16px; line-height:1.45; font-weight: 400; font-family: 'Poppins', Arial, Helvetica, sans-serif; color:#4D4D4D; letter-spacing: 0.025rem; }
img { vertical-align:top; border:0; }
.allanim { -webkit-transition:all 350ms; transition:all 350ms; }
a { color:#29B162; text-decoration:none; -webkit-transition:all 350ms; transition:all 350ms; }
a:hover { color:#29B162; text-decoration:none; }
button:focus { outline: none; }
a:focus { outline: none; }
@media screen and (-ms-high-contrast:active), (-ms-high-contrast:none) {
	a:active { background-color:transparent; }
}
b, strong { font-weight: 600; }
small, .small { font-size: 85%; }
sub, sup { font-size:80% }
p { margin:0 0 0.8rem 0; }
p:last-child { margin:0 0 0 0; }
h1, h2, h3, h4, h5, h6, .h1, .h2, .h3, .h4, .h5, .h6 { line-height:1.3; margin:0 0 0.8rem; font-weight: 700; color: #020202; }
h1, .h1 { font-size:3.5rem; } /* 56px */
h2, .h2 { font-size:2.813rem; } /* 45px */
h3, .h3 { font-size:2.375rem; } /* 38px */
h4, .h4 { font-size:2rem; } /* 32px */
h5, .h5 { font-size:1.563rem; } /* 25px */
h6, .h6 { font-size:1.125rem; } /* 18px */

ul:last-child { margin: 0; }
ul, ol { padding-left: 1.2rem; }
ul li, ol li { line-height:1.45; margin-bottom: 0.35rem; }
img { max-width: 100%; height: auto; }
.container { max-width: 1434px; }
.text-primary { color:#29B162 !important; }
.bg-primary { background:#29B162 !important; }
.bg-light { background-color: #FFFAF6 !important; }
.bg-theme { background-color: #f7e1cc !important; }
.bg-orange { background-color: #f7e1cc !important; }



.text-black { color:#020202 !important; }
.bg-black { background:#020202 !important; }
.text-white h1, .text-white h2, .text-white h3, .text-white h4, .text-white h5, .text-white h6, .text-white .h1, .text-white .h2, .text-white .h3, .text-white .h4, .text-white .h5, .text-white .h6 { color: #fff; }
h1 a, h2 a, h3 a, h4 a, h5 a, h6 a, .h1 a, .h2 a, .h3 a, .h4 a, .h5 a, .h6 a { color: inherit; text-decoration: underline; }


/* =Form Css
========================================================================================*/
.btn { font-weight: 600; box-shadow: none !important; outline: none !important; border-radius: 50px; transition: 0.35s all; padding: 0.5rem 2rem; border-width: 2px; border-style: solid; }
.btn.btn-primary { background:#29B162; border-color: #29B162; color: #fff; }
.btn.btn-primary:hover { background: #623829; border-color: #623829; color: #fff; }
.btn.btn-primary-outline { background:transparent; border-color: #29B162; color: #29B162; }
.btn.btn-primary-outline:hover { background: #29B162; border-color: #29B162; color: #fff; }
.btn.btn-secondary { background:#623829; color: #fff; border-color: #623829; }
.btn.btn-secondary:hover { background: #29B162; color: #fff; border-color: #29B162; }
.btn.btn-secondary-outline { background:transparent; color: #623829; border-color: #623829; }
.btn.btn-secondary-outline:hover { background: #623829; color: #fff; border-color: #623829; }

.form-group { margin-bottom: 1rem; }
.form-group:last-child { margin-bottom: 0; }
.form-control { height: 50px; border: 1px solid #E1E2EA; border-radius: 0.5rem; font-size: 1rem; font-weight: 500; padding: 0.6rem 1rem; box-shadow: none; outline: none; color: #020202; }
.form-control:focus { box-shadow: none; outline: none; border-color: #BBBDCC; }
textarea.form-control { height: 100px; }
.form-control::placeholder { color: #020202; opacity: 0.4; }
.form-check label { font-weight: 500; }
.form-check-input:checked { background-color: #020202; border-color: #020202; }


/* =Header Css
========================================================================================*/
#header { position: sticky; top: 0; z-index: 9; box-shadow: 0 0 15px rgba(38, 50, 56,0.1); transition: 0.35s all; }
#header.headerfix { top: -60px; }
.header-top { background-color: #020202; padding: 0.625rem 0; }
.header-contact a { display: flex; align-items: center; color: #fff; font-weight: 500; transition: 0.35s all; margin-right: 1rem; }
.header-contact a:last-child { margin-right: 0; }
.header-contact a figure { height: 40px; width: 40px; margin: 0 0.7rem 0 0; border: 1px solid #fff; border-radius: 50px; display: flex; align-items: center; justify-content: center; transition: 0.35s all; box-shadow: none; }
.header-contact a figure svg { width: 16px; height: 16px; fill: #fff; transition: 0.35s all; }
.header-contact a:hover { color: #fff; }
.header-contact a:hover figure { background: #fff; box-shadow: 0 4px 4px rgba(142, 152, 118, 0.4); }
.header-contact a:hover figure svg { fill: #020202; }
.social-links { display: flex; align-items: center; margin-left: auto; }
.social-links a { height: 40px; width: 40px; margin: 0 0.7rem 0 0; border: 1px solid #fff; border-radius: 50px; display: flex; align-items: center; justify-content: center; transition: 0.35s all; box-shadow: none; }
.social-links a:last-child { margin-right: 0; }
.social-links a figure { margin: 0; width: 16px; height: 16px; }
.social-links a figure svg { width: 100%; height: auto; fill: #fff; transition: 0.35s all; vertical-align: top; }
.social-links a:hover { background: #f7e1cc; border-color: #f7e1cc; box-shadow: 0 4px 4px rgba(142, 152, 118, 0.4); }
.social-links a:hover svg { fill: #020202; }
.header-bottom { background-color: #fff; padding: 1rem 0; position: relative; }
.logo { max-width: 140px; width: 100%; position: absolute; top: -30px; left: 0; right: 0; margin: auto; z-index: 1; transition: 0.35s all; }
.headerfix .logo { top: 20px; }
.logo::after { content: ""; position: absolute; left: 0; right: 0; top: -15px; bottom: -15px; background: #fff; z-index: -1; border-radius: 500px; width: 130px; margin: auto; }
.logo figure { margin: 0; }
.logo figure img { width: 100%; height: auto; }
.logo figure a { display: block; }
.right-menubar, .right-menubar .navbar, .right-menubar .navbar-nav { width: 100%; }


.right-menubar .navbar { padding: 0; }
.navbar ul li { margin: 1rem 0.6rem 1rem 0; font-size: 1rem; letter-spacing: 0.04rem; font-weight: 500; }
.navbar ul li:last-child { margin-right: 0; }
.navbar ul li a { color: #020202; transition: 0.35s all; }
.navbar ul li a.active, .navbar ul li:hover > a { color: #623829; }
.navbar ul li .dropdown-menu { background-color: #fff; border: 0; border-radius: 8px; box-shadow: 0 0 15px rgba(0, 0, 0, 0.1); }
.navbar ul li li { margin: 0; }
.navbar ul li li a { padding: 0.5rem 1rem; }
.navbar ul li li:hover a { background: #623829; color: #fff; }


.dropdown .dropdown-toggle::after { margin-left: 0.455em; position: relative; top: 0.15rem; }
.navbar .navbar-toggler { position: relative; height: 35px; width: 35px; background: #fff; padding: 0; box-shadow: none; outline: none; border-radius: 0; border: 0; display: none; }
.navbar .navbar-toggler span { height: 2px; width: auto; background: #000; position: absolute; top: 0; right: 0; bottom: 0; left: 0; margin: auto; transition: 0.35s all; }
.navbar .navbar-toggler span:before, .navbar .navbar-toggler span:after { content: ""; position: absolute; left: 0; right: 0; margin: auto; height: 2px; transform: none; background: #000; transition: 0.35s all; }
.navbar .navbar-toggler span::before { top: -12px; }
.navbar .navbar-toggler span::after { bottom: -12px; }
.navbar .navbar-toggler:not(.collapsed) span { background: transparent; }
.navbar .navbar-toggler:not(.collapsed) span:before, .navbar .navbar-toggler:not(.collapsed) span:after { top: 0; bottom: 0; margin: auto; }
.navbar .navbar-toggler:not(.collapsed) span:before { transform: rotate(45deg); }
.navbar .navbar-toggler:not(.collapsed) span:after { transform: rotate(-45deg); }

/* =Footer page Css
========================================================================================*/
.footer-top { padding: 1.2rem 0 1.2rem; }
.f-logo { max-width: 157px; width: 100%; margin: 0 auto -3rem 0; position: relative; z-index: 1; }
.f-logo::after { content: ""; position: absolute; left: 10px; right: 10px; top: -10px; bottom: -10px; background: #fff; z-index: -1; border-radius: 500px; margin: auto; }
.f-logo figure { margin: 0; }
.f-logo figure img { width: 100%; height: auto; }
.f-logo figure a { display: block; }

.footer-top h5 { margin-bottom: 0.8rem; padding-bottom: 0.7rem; position: relative; }
.footer-top h5:after { content: ""; position: absolute; left: 0; bottom: 0; height: 2px; width: 100px; background: #29B162; }
.f-menu { margin-top: 0.9rem; }
.f-menu ul { margin: 0; padding: 0; list-style: none; display: flex; align-items: center; justify-content: center; flex-wrap: wrap; }
.f-menu ul li { margin: 0.5rem; color: #60A4ED; }
.f-menu ul li a { color: #020202; text-decoration: none; }
.f-menu ul li a:hover { color: #29B162; }

.f-contact { display: flex; align-items: center; margin-bottom: 1rem; color: #4D4D4D; }
.f-contact:last-child { margin-bottom: 0; }
.f-contact figure { height: 40px; min-width: 40px; width: 40px; border: 1px solid #020202; margin: 0 0.6rem 0 0; border-radius: 50px; display: flex; align-items: center; justify-content: center; }
.f-contact figure svg { fill: #020202; vertical-align: top; width: 16px; height: auto; }
.f-contact span { color: #4D4D4D; }
.footer-bottom { font-weight: 500; }

/* =Home page Css
========================================================================================*/
.reveal { visibility: hidden; }
.section-row { padding: 5rem 0; }
.section-title { margin-bottom: 3rem; }
.section-title h2 { margin: 0; }
.page-title-row { background-repeat: no-repeat; background-size: cover; background-position: center center; position: relative; z-index: 1; border-radius: 1rem; text-align: center; }
.page-title-row:after { content: ""; position: absolute; top: 0; left: 0; right: 0; bottom: 0; background: #F7E1CC; z-index: -1; border-radius: 1rem; opacity: 0.35; }
.page-title-row h1 { margin: 3rem 0; }
.hero-row { background: #f7e1cc; }
.section-row.hero-text { padding-left: 1rem; padding-right: 1rem; }
.hero-text { max-width: 715px; margin-left: auto; width: 100%; }
.hero-text-box { position: relative; z-index: 2; display: flex; align-items: center; }
.hero-img { height: calc(100% + 3rem); }
.hero-img figure { margin: 0; height: 100%; }
.hero-img figure img { width: 100%; height: 100%; object-fit: cover; object-position: top center; }
.hero-text h2 { position: relative; }
.hero-text h2 svg { position: absolute; left: 95%; bottom: 15%; }

.about-img { max-width: 570px; width: 100%; margin: auto; background: #F7E1CC; border-radius: 500px 500px 0 0; }
.about-img figure { margin: 0; }
.about-img img { width: 100%; height: auto; }

.about-box { position: relative; z-index: 2; }
.arrow-shape { position: absolute; margin: 0; right: calc(100% + 1rem); width: 200px; top: -7%; } 
.arrow-shape svg { width: 100%; height: auto; }
.about-box h2 { margin-bottom: 0; }
.nutrition-info-row { position: relative; z-index: 1; }
.nutrition-top-left, .nutrition-bottom-right { position: absolute; margin: 0; z-index: -1; }
.nutrition-top-left { left: 1rem; top: 1rem; }
.nutrition-bottom-right { right: 1rem; bottom: 1rem; }
.nutrition-top-left svg, .nutrition-bottom-right svg { width: 100%; height: auto; }
.nutrition-info-row .nutrition-top-left { max-width: 10%; width: 100%; }
.nutrition-info-row .nutrition-bottom-right { max-width: 12%; width: 100%; }

.opacity-50 { opacity: .5 !important; }
.curve-top { margin: -1px 0 0 0; }
.curve-top svg { width: 100%; height: auto; margin: -1px 0 0 0; }
.curve-bottom { margin: 0 0 -1px 0; }
.curve-bottom svg { width: 100%; height: auto; margin: 0 0 -1px 0; }
.nutrition-row { background-repeat: no-repeat; background-size: cover; background-position: center center; background-color: #e9eaee; }
.nutrition-box { background: rgba(255,255,255,0.9); height: 100%; padding: 2rem; border-right: 1px solid #D9D9D9; border-bottom: 1px solid #D9D9D9; }
.nutrition-row .row { border-left: 1px solid #D9D9D9; border-top: 1px solid #D9D9D9; }
.nutrition-box h5 { margin: 0 0 0.5rem; }
.nutrition-box figure { margin: 0 0 0.5rem; }

.nutritional-therapy-row { position: relative; z-index: 1; }
.nutritional-therapy-row .container { position: relative; z-index: 2; }
.nutritional-therapy-row .nutrition-top-left { max-width: 9%; width: 100%; top: -8%; }
.nutritional-therapy-row .nutrition-bottom-right { max-width: 13%; width: 100%; bottom: -5%; }

.accordion-button::after { display: none; }
.accordion-header { position: relative; padding-right: 2rem; }
.accordion-arrow { height: 1rem; width: 1rem; position: absolute; top: 0; bottom: 0; margin: auto; right: 0.5rem; transform: rotate(0); transition: 0.35s all; opacity: 0.5; }
.accordion-arrow svg { width: 100%; height: auto; vertical-align: top; fill: #020202;  }
.accordion-button:not(.collapsed) + .accordion-arrow { transform: rotate(-180deg); opacity: 1; }

.accordion-item { border-bottom: 1px solid #8E8D8C; margin-bottom: 0.8rem; padding-bottom: 0.8rem; }
.accordion-button { border-radius: 0 !important; border: 0; color: #020202; font-weight: 700; font-size: 1.8rem; padding: 0.2rem 0; outline: none !important; box-shadow: none !important; text-align: left; }
.accordion-button:not(.collapsed) { color: inherit; background-color: transparent; }
.accordion-collapse { border: 0; }
.accordion-body { padding: 0; }
.swiper-nav { display: flex; margin-top: 1rem; }
.swiper-button-prev, .swiper-button-next { height: 50px; width: 50px; background: rgba(0, 0, 0, 0.2); border-radius: 50px; transition: 0.35s all; position: static; margin: 0.5rem;  }
.swiper-button-prev { margin-left: 0; }
.swiper-button-prev:hover, .swiper-button-next:hover { background: #fff; }
.swiper-button-prev:after, .swiper-button-next:after { display: none; }
.swiper-button-prev svg, .swiper-button-next svg { height: 16px; width: 16px; fill: #fff; transition: 0.35s all; }
.swiper-button-prev:hover svg, .swiper-button-next:hover svg { fill: #020202; }
.stories-slider-box { max-width: 715px; margin-left: auto; width: 100%; padding: 0 1rem; }
.stories-img, .stories-img figure { height: 100%; }
.stories-img img { width: 100%; height: 100%; object-fit: cover; object-position: center center; }

.journey-box { background: #fff; position: relative; overflow: hidden; border-radius: 1rem; box-shadow: 0 0 30px rgba(2, 2, 2, 0.1); text-align: center; height: 100%; }
.journey-box a { display: block; } 
.journey-box figure { margin: 0; border-radius: 1rem 1rem 0 0; position: relative; overflow: hidden; padding-top: 100%; }
.journey-box figure img { width: 100%; height: 100%; transition: 0.35s all; transform: scale(1); position: absolute; top: 0; right: 0; bottom: 0; margin: auto; object-fit: cover; object-position: center center; }
.journey-box a:hover figure img { transform: scale(1.1); }
.journey-box h5 { margin: 0; padding: 1.5rem 1.5rem; }

.pathology-row { position: relative; z-index: 1; }
.bg-shape-bottom-left { position: absolute; bottom: 0; z-index: -1; margin: 0; left: 0; width: 29%; }
.bg-shape-bottom-left svg { width: 100%; height: auto; }
.bg-shape-top-right { position: absolute; top: 0; z-index: -1; margin: 0; right: 0; width: 29%; }
.bg-shape-top-right svg { width: 100%; height: auto; }

.contact-row { position: relative; }
.contact-form-main-box { position: absolute; z-index: 3; top: 40%; right: 0; left: 0; transform: translateY(-40%); }
.contact-img figure { margin: 0; position: relative; z-index: 1; }
.contact-img figure img { width: 100%; height: auto; }
.contact-img figure:after { content: ""; position: absolute; left: 0; right: 0; top: 0; height: 25%; background: linear-gradient(0deg, rgba(255, 255, 255, 0) 35%, rgba(255, 255, 255, 1) 100%); }
.contact-box { background: #fff; border-radius: 1rem; box-shadow: 0 0 30px rgba(2, 2, 2, 0.1); text-align: center; margin-top: -50px }
.contact-box figure { height: 80px; width: 80px; border: 6px solid #F0F4F8; border-radius: 50%; margin: 0 auto -40px; position: relative; top: -40px; background: #fff; display: flex; align-items: center; justify-content: center; }
.contact-list { position: relative; z-index: 1; }
.contact-info { padding: 2rem 1rem; display: block; width: 100%; }
.contact-info h5 { margin: 0 0 0.4rem 0; }
.contact-info a { color: #4d4d4d; }
.contact-form { background: #fff; padding: 1.5rem; border-radius: 1rem; box-shadow: 0 0 30px rgba(0,0,0,0.1); }
.contact-form .form-control, .contact-form .wpcf7-form-control.wpcf7-select { font-size: 0.95rem; }
.contact-form .wpcf7-form-control.wpcf7-select { height: 50px; border: 1px solid #E1E2EA; border-radius: 0.5rem; font-size: 1rem; font-weight: 500; padding: 0.6rem 1rem; box-shadow: none; outline: none; color: #020202; }

.rounded-4 { border-radius: 0.5rem; }
.blog-post-box h5 a { display: inline-block; text-decoration: none; }
.blog-link a { color: #020202; text-decoration: underline; font-weight: 500; }
.blog-link a:hover { color: #29B162; }
.category-box { display: flex; flex-direction: row; flex-wrap: wrap; }
.category-box a { color: #623829; background: rgba(98, 56, 41,0.1); display: inline-block; padding: 0.8rem 1.2rem; margin: 0 0.8rem 0.8rem 0; border-radius: 0.6rem; font-size: 0.9rem; font-weight: 500; }
.category-box a:hover { background: #623829; color: #fff; }



/* =Anxiety Sales Page Css
========================================================================================*/
.anxiety-sales-hero { background: #f5f0ea; }
.anxiety-sales-hero-box figure { max-width: 800px; margin: 0 auto; width: 100%; }
.anxiety-sales-hero-box figure img { width: 100%; height: auto; }
.anxiety-sales-hero-content-box { max-width: 767px; margin: 0 auto; width: 100%; }
.anxiety-sales-hero-content-box h1 span { color: #cca085; }
.anxiety-daily-dose-row { background-color: #cca085; background-repeat: repeat-y; background-size: 100% auto; background-position: center center; color: #fff; }
.anxiety-daily-dose-box h2 { color: #fff; }
.anxiety-daily-dose-box { text-align: center; width: 70%; margin: auto; max-width: 680px; }
.daily-dose-arrow { max-width: 82px; margin: 1.5rem auto 0; width: 25%; }
.daily-dose-arrow svg { width: 100%; height: auto; fill:#F4EFE9; }

.world-inner-peace-row { background-color: #f5f0ea; }
.world-inner-peace-main-box { position: relative; z-index: 1; padding: 3% 10% 5% 10%; max-width: 980px; margin: auto; width: 100%; }
.world-inner-peace-box { background: #fff; text-align: center; max-width: 650px; width: 100%; margin: auto; z-index: 2; position: relative; }
.world-inner-peace-box h2 span { color: #cca085; }
.world-inner-peace-box .btn { background: #cca085; font-size: 1.2rem; margin-top: 1rem; color: #fff; }
.world-inner-peace-box .btn:hover { background: #263238; color: #fff; }
.vertical-line { position: absolute; top: 0; right: 0; width: 28%; z-index: -1; margin: 0; background: #cca085; padding: 0 3% 0 11%; bottom: 14%; }
.vertical-line svg { fill: #fff; max-height: 100%; height: auto; max-width: 100%; width: auto; } 
.horizontal-line { position: absolute; bottom: 0; left: 0; width: 59%; z-index: -1; margin: 0; background: #cca085; padding: 5% 0 0% 0; }
.horizontal-line svg { width: 100%; height: auto; fill: #fff; }
.what-you-get-row { background-color: #f4f4f4; background-repeat: no-repeat; background-size: cover; background-position: center center; }
.what-you-get-box h4 { background-color: #cca085; color: #fff; text-align: center; padding: 0.5rem 1rem; text-transform: uppercase; margin-bottom: 1.2rem; }
.what-you-get-box ul { margin: 0; padding: 0; list-style: none; }
.what-you-get-box ul li { display: flex; margin-bottom: 0.5rem; }
.what-you-get-box li figure { min-width: 16px; width: 16px; margin: 0 0.5rem 0 0; }
.what-you-get-box li figure svg { fill: #cca085; width: 100%; height: auto; }
.what-you-get-box { max-width: 550px; margin: auto; background: #fff; padding: 3rem; }
.anxiety-journal-hero { background: #f5f0ea; }

.anxiety-journal-content-box { max-width: 570px; margin: auto; width: 100%; }
.anxiety-journal-box figure { max-width: 800px; margin: 0 auto; width: 100%; }
.anxiety-journal-content-box .btn { background: #cca085; font-size: 1.2rem; margin-top: 1rem; color: #263238; }
.anxiety-journal-content-box .btn:hover { background: #263238; color: #fff; }

.responsive-img figure { padding-top: 100%; position: relative; }
.responsive-img figure img { width: 100%; height: 100%; position: absolute; left: 0; right: 0; top: 0; bottom: 0; object-fit: cover; object-position: center center; }



.journey-content-box { background: #fff; color: #4D4D4D; padding: 1.5rem 1.5rem; position: absolute; bottom: 0; left: 0; right: 0; transition: 0.35s all; transform: translateY(100%);  }
.journey-box:hover .journey-content-box { opacity: 1; visibility: visible; transform: translateY(0); }
.journey-box:hover h5 { transform: translateY(100%); opacity: 0; visibility: hidden; transition: 0.35s all; }
.journey-content-box h5 { padding: 0; margin-bottom: 0.6rem; }
.journey-box:hover .journey-content-box h5 { opacity: 1; visibility: visible; transform: translateY(0); }

/*woocommerce CSS*/
.type-page { padding-top: 5rem; padding-bottom: 5rem; }
.type-page .entry-header, .type-page .entry-content { width: 100%; padding-right: var(--bs-gutter-x,.75rem); padding-left: var(--bs-gutter-x,.75rem); margin-right: auto; margin-left: auto; max-width: 1434px; }
@media only screen and (max-width: 1400px) {
  .type-page { padding-top: 4rem; padding-bottom: 4rem; }
}
@media only screen and (max-width: 575px) {
  .type-page { padding-top:2.5rem; padding-bottom:2.5rem; }
}
@media only screen and (max-width: 991px) {
  .type-page { padding-top:3rem; padding-bottom:3rem; }
}

.woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) a.button { background: #29B162; border-color: #29B162; color: #fff; font-weight: 600; box-shadow: none !important; outline: none !important; border-radius: 50px; transition: 0.35s all; padding: 0.7rem 2rem; border-width: 2px; border-style: solid; }
.woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) a.button:hover { background: #623829; border-color: #623829; color: #fff; }
.woocommerce:where(body:not(.woocommerce-uses-block-theme)) ul.products li.product .price { font-size: inherit; font-weight: 500; color: #29B162; }
.woocommerce ul.products li.product .woocommerce-loop-product__title { font-size: 1.3rem; padding: 0; }
.woocommerce ul.products li.product .button { margin-top: 0; }
.woocommerce ul.products li.product, .woocommerce-page ul.products li.product { border: 1px solid rgba(2, 2, 2, 0.05); background: #fff; position: relative; overflow: hidden; border-radius: 1rem; box-shadow: 0 0 30px rgba(2, 2, 2, 0.05); padding: 1.3rem; }
.woocommerce .woocommerce-ordering select { height: 46px; border: 1px solid #E1E2EA; border-radius: 0.5rem; font-size: 1rem; font-weight: 500; padding: 0.5rem 1rem; box-shadow: none; outline: none; color: #020202; background-color: #fff; line-height: 1; }


.is-large.wc-block-cart .wc-block-cart-items { border: 1px solid rgb(229, 229, 229); background: #fff; position: relative; overflow: hidden;   height: 100%; padding: 1.3rem; }
.is-large.wc-block-cart .wc-block-cart-items th { padding: 0.6rem 1rem; }
.wp-block-woocommerce-cart-order-summary-block { border: 1px solid rgb(229, 229, 229); background: #fff; position: relative; overflow: hidden; padding: 1.3rem; }
.wc-block-components-button:not(.is-link) { background: #29B162; border-color: #29B162; color: #fff; font-weight: 600; box-shadow: none !important; outline: none !important; border-radius: 0; transition: 0.35s all; padding: 0.7rem 2rem; border-width: 2px; border-style: solid; }
.wc-block-components-button:not(.is-link):hover { background: #623829; border-color: #623829; color: #fff; }

.wc-block-cart-item__wrap .wc-block-components-product-name { font-weight: 600; font-size: 1.2rem; }