/* 
Theme Name: Hello Elementor Child
Theme URI: https://github.com/elementor/hello-theme/
Description: Hello Elementor Child is a child theme of Hello Elementor, created by Elementor team
Author: Elementor Team
Author URI: https://elementor.com/
Template: hello-elementor
Version: 1.0.1
Text Domain: hello-elementor-child
License: GNU General Public License v3 or later.
License URI: https://www.gnu.org/licenses/gpl-3.0.html
Tags: flexible-header, custom-colors, custom-menu, custom-logo, editor-style, featured-images, rtl-language-support, threaded-comments, translation-ready
*/

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

/*
    Add your custom styles here
*/
/*
    Home
*/
html {
    margin-right: 0 !important;
}
body:not(.woocommerce-account) #content {
    padding: 80px 96px;
}

a {
    text-decoration: none !important;
    color: #A357F4;
}
.grecaptcha-badge {
    display: none !important;
}
.page-header h1.entry-title {
    display: none;
}
header#site-header {
    max-width: 100%;
    padding: 0;
    border-bottom: 1px solid #F4F4F5;
}

.mobile-hamburger-wrap, .header-mobile-menu {
    display: none;
}

.verify-email-warning-wrapper {
    display: flex;
    flex-direction: row;
    align-items: center;
    padding: 4px 16px;
    gap: 12px;
    width: 100%;
    height: 46px;
    background: #F5BD00;
    justify-content: space-between;
    position: relative;
    z-index: 9999;
}
.verify-email-warning-wrapper.success{
    background: #049B52;
}
.verify-email-warning-wrapper a {
    padding: 6px 16px;
    background: #FFFFFF;
    border-radius: 4px;
    font-family: 'Archivo';
    font-style: normal;
    font-weight: 500;
    font-size: 14px;
    line-height: 20px;
    color: #A357F4;
}
.verify-email-warning-wrapper .verify-email-warning-content {
    display: flex;
    align-items: center;
    gap: 12px;
    font-family: 'Archivo';
    font-style: normal;
    font-weight: 600;
    font-size: 14px;
    line-height: 20px;
    color: #373948;
}
.verify-email-warning-wrapper.success .verify-email-warning-content{
    color: #ffffff;
}

.verify-email-warning-wrapper.success .close {
    cursor: pointer;
}

.header-mobile-menu {
    position: fixed;
    width: 100%;
    height: 100%;
    background: #ffffff;
    top: 0;
    z-index: 999999;
    left: 0;
    padding: 0 32px;
    overflow: auto;
    padding-bottom: 40px;
}

.header-mobile-menu .mobile-menu-header {
    padding: 16px 0;
}
a.mobile-burger-menu-close {
    height: 100%;
    display: flex;
}
.header-mobile-menu ul {
    list-style: none;
    padding: 0;
    display: flex;
    flex-direction: column;
}
.mobile-menu-nav .menu-main-menu-container ul {
    padding: 4px 0 24px;
    border-bottom: 1px solid #ECECEE;
    margin-bottom: 24px;
}
.mobile-menu-nav .menu-main-menu-container ul li:first-child {
    margin-bottom: 8px;
}

.header-mobile-menu ul li a {
    padding: 8px;
    width: 100%;
    display: block;
}

.header-mobile-menu ul li a {
    display: block;
    font-family: 'Archivo';
    font-style: normal;
    font-weight: 500;
    font-size: 16px;
    line-height: 24px;
    color: #373948;
}
.header-mobile-menu li.btn-register a {
    color: #A357F4;
}
.header-mobile-menu ul li.btn-login {
    padding: 8px;
    margin-bottom: 16px;
}
.header-mobile-menu ul li.btn-register {
    margin-bottom: 16px;
    display: flex;
}
.header-mobile-menu ul li.btn-register.full {
    margin-top: 16px;
    margin-bottom: 0;
}
.header-mobile-menu .mobile-bottom-menu-wrap {
    padding-bottom: 24px;
    border-bottom: 1px solid #ECECEE;
    margin-bottom: 24px;
}
.header-mobile-menu .account__initial {
    display: none;
}
.header-mobile-menu .account__menu {
    padding-bottom: 24px;
    border-bottom: 1px solid #ECECEE;
    margin-bottom: 24px;
}
header#site-header .header-container, 
main#content, 
.wrapper-container,
.hero-banner__section-wrapper,
.woocommerce:has(> form.woocommerce-form-login),
.woocommerce:has(> .woocommerce-reset-success),
.woocommerce:has(> .confirmation-wrapper),
.woocommerce:has(> form.lost_reset_password) {
    max-width: 1440px;
    margin: 0 auto;
}

header#site-header .header-container {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    gap: 40px;
    min-height: 80px;
    max-height: 80px;
    height: 100%;
    padding: 16px 96px;
    width: 100%;
}
header#site-header .menu-wrapper:not(.loggedin) .site-navigation{
    flex: 1;
    justify-content: space-between;
    gap: 24px;
}
header#site-header > .menu-wrapper {
    margin-left: -10px;
    margin-right: -1px;
    flex: 1;
    justify-content: space-between;
    max-width: 863px;
    width: 100%;
}
header#site-header .header-container > .menu-wrapper .cart-data-wrapper {
    right: 96px;
    max-width: 440px;
    display: none;
    flex-direction: column;
    align-items: flex-start;
    padding: 40px;
    isolation: isolate;
    position: absolute;
    width: 440px;
    max-height: 536px;
    /* left: calc(50% - 440px / 2 + 404px); */
    top: 81px;
    background: #FFFFFF;
    box-shadow: 0px 8px 10px -6px rgba(16, 24, 40, 0.1), 0px 20px 25px -5px rgba(16, 24, 40, 0.1);
    border-radius: 8px;
    z-index: 1;
    overflow: hidden;
    height: auto;
}
header#site-header .header-container > .menu-wrapper .cart-data-wrapper.show {
    display: flex;
}
header#site-header .header-container > .menu-wrapper .cart-data-wrapper.show .cart-data-items p.woocommerce-mini-cart__buttons.buttons .button.checkout {
    display: none;
}
header#site-header .site-navigation.btn-wrapper .account__menu > ul {
    display: flex;
    gap: 16px;
    align-items: center;
    justify-content: flex-end;
}

header#site-header .header-container .menu-wrapper .cart-data-wrapper.show label {
    font-family: 'Archivo';
    font-style: normal;
    font-weight: 600;
    font-size: 16px;
    line-height: 24px;
    color: #101028;
    padding-bottom: 8px;
    border-bottom: 1px solid #ECECEE;
    width: 100%;
}

header#site-header .header-container .site-navigation.btn-wrapper .account__menu ul {
    list-style: none;
    padding: 0;
    margin: 0;
    z-index: 1;
}
header#site-header .header-container .site-navigation.btn-wrapper .account__menu ul .account__initial {
    font-family: 'Archivo';
    width: 32px;
    height: 32px;
    color: #fff;
    background: #A357F4;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 14px;
    font-weight: 500;
    cursor: pointer;
    text-transform: uppercase;
    line-height: 20px;
}
header#site-header .header-container .site-navigation.btn-wrapper .account__menu:has(> .account__menu-container .show__menu-list) ul .account__initial {
    background: #623691;
}

header#site-header .header-container .site-navigation.btn-wrapper .account__menu ul .account__menu-list {
    box-shadow: 0px 4px 6px -4px rgba(16, 24, 40, 0.1), 0px 10px 15px -3px rgba(16, 24, 40, 0.1);
    border-radius: 4px;
    padding: 8px;
    position: absolute;
    background: #fff;
    width: 100%;
    max-width: 224px;
    display: none;
    right: 0;
}

header#site-header .header-container .site-navigation.btn-wrapper .account__menu ul .account__menu-list li {
    padding: 8px;
}

header#site-header .site-navigation.btn-wrapper .account__menu ul .account__menu-list.show__menu-list {
    display: block;
    left: -193px;
}

header#site-header .site-navigation.btn-wrapper .account__menu ul .account__menu-list li > a {
    font-family: 'Archivo';
    font-style: normal;
    font-weight: 400;
    font-size: 14px;
    line-height: 20px;
    color: #73747E;
}

img.custom-logo {
    max-width: 345px;
}
.site-navigation ul.menu {
    gap: 24px;
    width: max-content;
    justify-content: flex-end;
}
.menu-main-menu-container ul#menu-main-menu {
    justify-content: flex-start;
}
.site-navigation ul.menu li {
    padding: 8px;
}
#site-header .menu-item a {
    border-bottom: 2px solid transparent;
}
#site-header .menu-item.current_page_item a {
    border-bottom: 2px solid #A357F4;
}
.site-navigation ul.menu li a {
    font-family: 'Archivo';
    font-style: normal;
    font-weight: 500;
    font-size: 16px;
    line-height: 24px;
    color: #373948;
    padding: 0;
    padding-bottom: 4px;
}
.site-navigation ul.menu li a:hover {
    color: #A357F4;
}
.menu-wrapper {
    display: flex;
    align-items: center;
    gap: 16px;
    width: 100%;
}
.menu-wrapper.loggedin {
    justify-content: space-between;
}
.site-navigation.btn-wrapper {
    gap: 24px;
    position: relative;
}
.site-navigation .btn-right-wrap .btn-cart-wrap {
    position: relative;
}

.site-navigation .btn-right-wrap .btn-cart {
    display: flex;
    flex-direction: row;
    justify-content: flex-end;
    align-items: center;
    padding: 8px;
    gap: 8px;
    isolation: isolate;
    width: 40px;
    height: 40px;
    border-radius: 80px;
}
.site-navigation .btn-right-wrap .btn-cart:hover {
    background: #F4F4F5;
}

.menu-wrapper:has(> .cart-data-wrapper.show) .btn-wrapper .btn-right-wrap .btn-cart-wrap .btn-cart {
    background: #F4F4F5;
}
.site-navigation .btn-right-wrap .btn-cart .cart-count {
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
    padding: 0px 6px;
    position: absolute;
    width: 19px;
    height: 20px;
    right: 0px;
    top: 0px;
    background: #A357F4;
    border-radius: 64px;
    z-index: 1;
    font-family: 'Archivo';
    font-style: normal;
    font-weight: 500;
    font-size: 12px;
    line-height: 20px;
    text-align: center;
    color: #FFFFFF;
}
#menu-main-menu li.btn-register {
    padding: 0 !important;
    max-height: 48px;
    width: max-content;
}
#menu-main-menu li.btn-register a {
    font-family: 'Archivo';
    font-style: normal;
    font-weight: 600 !important;
    font-size: 16px !important;
    line-height: 24px !important;
    color: #A357F4;
    box-sizing: border-box;
    padding: 12px 32px !important;
    background: #FFFFFF;
    border: 1px solid #A357F4;
    border-radius: 4px;
    transition: background-color .15s linear, color .15s linear;
}

#menu-main-menu li.btn-register a:hover {
    border: 1px solid #C08DF7;
    color: #C08DF7;
}

#menu-main-menu li.btn-register.full a {
    background: #A357F4;
    color: #ffffff;
    transition: background-color .15s linear, color .15s linear;
}

#menu-main-menu li.btn-register.full a:hover {
    background: #E8D4FC;
    color: #A357F4;
}

.btn-right-wrap {
    display: flex;
    gap: 16px;
    align-items: center;
}

.btn-image-wrap a {
    width: 40px;
    height: 40px;
    display: flex;
    align-items: center;
    justify-content: center;
}
.cart-data-items {
    width: 100%;
}
.cart-data-wrapper.show .woocommerce-mini-cart {
    list-style: none;
    padding: 0;
    margin: 0;
    overflow: auto;
    max-height: 299px;
}
.cart-data-wrapper.show .cart-data-items li.woocommerce-mini-cart-item.mini_cart_item .et_item-content-wrapper {
    display: flex;
    max-height: 82px;
}
.cart-data-wrapper.show .cart-data-items .et_product-thumb-wrapper {
    max-width: 56px;
    width: 100%;
    height: auto;
}
.cart-data-wrapper.show .cart-data-items .et_product-thumb-wrapper .attachment-full {
    float: none;
    margin: 0;
    width: 100%;
    height: 100%;
    display: block;
}
.cart-data-wrapper.show .cart-data-items .et_item-wrapper {
    margin-left: 24px;
    font-family: 'Archivo';
    font-style: normal;
    font-weight: 600;
    font-size: 16px;
    line-height: 24px;
    color: #1B1B46;
    display: flex;
    flex-direction: column;
    gap: 12px;
    width: 100%
}

.cart-data-wrapper.show .cart-data-items .et_remove-item-wrapper {
    display: flex;
}

.cart-data-wrapper.show .cart-data-items .et_remove-item-wrapper a {
    font-family: 'Archivo';
    font-style: normal;
    font-weight: 600;
    font-size: 14px;
    line-height: 20px;
    color: #373948;
    margin-top: 6px;
}

.cart-data-wrapper.show .cart-data-items .widget_shopping_cart_content p.woocommerce-mini-cart__buttons a {
    padding: 8px 32px;
    margin-top: 24px;
}
.cart-data-wrapper.show .cart-data-items .widget_shopping_cart_content .quantity-wrap-price,
header#site-header .menu-wrapper .cart-data-wrapper.show label.screen-reader-text {
    display: none;
}
.cart-data-wrapper.show .cart-data-items .qty-input-wrapper {
    display: flex;
    align-items: center;
    gap: 6px;
    font-family: 'Archivo';
    font-style: normal;
    font-weight: 400;
    font-size: 16px;
    line-height: 24px;
    color: #72737E;
}
.cart-data-wrapper.show .cart-data-items .qty-input-wrapper .quantity,
.woocommerce-cart-form .product-quantity .quantity {
    display: flex;
    box-sizing: border-box;
    flex-direction: row;
    justify-content: center;
    align-items: center;
    padding: 6px 8px;
    gap: 12px;
    height: 36px;
    background: #FFFFFF;
    border: 1px solid #C6C6D2;
    border-radius: 4px;
}
.cart-data-wrapper.show .cart-data-items .qty-input-wrapper .quantity .minus, 
.cart-data-wrapper.show .cart-data-items .qty-input-wrapper .quantity .plus,
.woocommerce-cart-form .product-quantity .quantity .minus, 
.woocommerce-cart-form .product-quantity .quantity .plus {
    border: 0;
    color: #72737E;
    font-size: 24px;
    padding: 0;
    height: 24px;
    width: 24px;
    display: flex;
    align-items: center;
    justify-content: center;
}
.cart-data-wrapper.show .cart-data-items .qty-input-wrapper .quantity .minus:hover, 
.cart-data-wrapper.show .cart-data-items .qty-input-wrapper .quantity .plus:hover,
.cart-data-wrapper.show .cart-data-items .qty-input-wrapper .quantity .minus:focus, 
.cart-data-wrapper.show .cart-data-items .qty-input-wrapper .quantity .plus:focus,
.cart-data-wrapper.show .cart-data-items .qty-input-wrapper .quantity .minus:active, 
.cart-data-wrapper.show .cart-data-items .qty-input-wrapper .quantity .plus:active,
.woocommerce-cart-form .product-quantity .quantity .minus:hover, 
.woocommerce-cart-form .product-quantity .quantity .plus:hover,
.woocommerce-cart-form .product-quantity .quantity .minus:focus, 
.woocommerce-cart-form .product-quantity .quantity .plus:focus,
.woocommerce-cart-form .product-quantity .quantity .minus:active, 
.woocommerce-cart-form .product-quantity .quantity .plus:active {
    background-color: unset;
}

.cart-data-wrapper.show .cart-data-items .qty-input-wrapper .quantity input::-webkit-outer-spin-button,
.woocommerce-cart-form .product-quantity .quantity input::-webkit-outer-spin-button,
input::-webkit-inner-spin-button {
  -webkit-appearance: none;
  margin: 0;
}

/* Firefox */
.cart-data-wrapper.show .cart-data-items .qty-input-wrapper .quantity input[type=number],
.woocommerce-cart-form .product-quantity .quantity input[type=number] {
  -moz-appearance: textfield;
}

header#site-header .header-container > .menu-wrapper .cart-data-wrapper.show .cart-data-items .qty-input-wrapper .quantity .qty,
.woocommerce-cart-form .product-quantity .quantity .qty {
    padding: 0;
    border: 0;
    height: auto;
    width: max-content;
    font-family: 'Archivo';
    font-style: normal;
    font-weight: 600;
    font-size: 16px;
    line-height: 24px;
    color: #373948;
    margin-left: -12px;
    margin-right: -12px;
    text-align: center;
}
.woocommerce-cart-form .product-quantity .quantity .qty {
    width: 50%;
}

.cart-data-wrapper.show .cart-data-items .input-content-wrapper {
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.cart-data-wrapper.show .cart-data-items .widget_shopping_cart_content {
    display: flex;
    flex-direction: column;
}

header#site-header .header-container > .menu-wrapper .cart-data-wrapper.show .cart-data-items ul.woocommerce-mini-cart li.woocommerce-mini-cart-item.mini_cart_item {
    padding: 0;
    padding-bottom: 16px;
    border-bottom: 1px solid #ECECEE;
    margin-top: 24px;
}

.cart-data-wrapper.show .cart-data-items .qty-input-wrapper .quantity .minus:before,
.woocommerce-cart-form .product-quantity .quantity .minus:before {
    content: "";
    width: 100%;
    height: 100%;
    background: url(/wp-content/themes/hello-theme-child-master/images/RemoveRounded.png);
    background-repeat: no-repeat;
    background-size: contain;
}
.cart-data-wrapper.show .cart-data-items .qty-input-wrapper .quantity .plus:before,
.woocommerce-cart-form .product-quantity .quantity .plus:before {
    content: "";
    width: 100%;
    height: 100%;
    background: url(/wp-content/themes/hello-theme-child-master/images/AddRounded.png);
    background-repeat: no-repeat;
    background-size: contain;
}

.cart-data-wrapper.show .cart-data-items p.woocommerce-mini-cart__total.total {
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
    font-family: 'Archivo';
    font-style: normal;
    font-weight: 600;
    font-size: 16px;
    line-height: 24px;
    color: #101028;
    margin-top: 16px;
    border-bottom: 1px solid #ECECEE;
}

.cart-data-wrapper.show .cart-data-items p.woocommerce-mini-cart__total.total .amount {
    font-family: 'Archivo';
    font-style: normal;
    font-weight: 600;
    font-size: 18px;
    line-height: 28px;
    text-align: right;
    color: #101028;
    padding-bottom: 8px;
}

/**
* Hero Banner
**/

p {
    margin: 0;
}

section.hero-banner {
    background: url('/wp-content/themes/hello-theme-child-master/images/hero-banner.png');
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    min-height: 509px;
}

.hero-banner__section-wrapper {
    padding: 128px 96px;
    display: flex;
    flex-wrap: nowrap;
    gap: 80px;
}

.hero-banner__section-wrapper .section-wrapper__col {
    height: 100%;
    max-height: 253px;
}

.hero-banner__section-wrapper .section-wrapper__col:first-child {
    flex: 1;
}

.hero-banner__section-wrapper .section-wrapper__col h1.banner-heading {
    font-family: 'Archivo';
    font-style: normal;
    font-weight: 500;
    font-size: 44px;
    line-height: 56px;
    display: flex;
    align-items: center;
    letter-spacing: -0.02em;
    color: #F2FBF8;
    margin: 0;
    margin-bottom: 8px;
}

.hero-banner__section-wrapper .section-wrapper__col p.banner-sub-heading {
    font-family: 'Archivo';
    font-style: normal;
    font-weight: 400;
    font-size: 18px;
    line-height: 28px;
    color: #F2FBF8;
}

.banner-btn-wrapper {
    display: flex;
    margin-top: 32px;
    width: max-content;
}

.btn-full {
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
    padding: 12px 32px;
    gap: 4px;
    background: #A357F4;
    border-radius: 4px;
    font-family: 'Archivo';
    font-style: normal;
    font-weight: 600;
    font-size: 16px;
    line-height: 24px;
    color: #FFFFFF;
    transition: background-color .15s linear, color .15s linear;
}

.btn-full:hover {
    background: #E8D4FC;
    color: #A357F4;
}

.btn-full.bordered {
    border: 1px solid #A357F4;
    background: transparent;
    color: #A357F4;
    max-height: 48px;
}

/**
* Section content
**/
.section-content {
    padding: 80px 0 40px 0;
}

.section-content h2.section-heading {
    max-width: 556px;
    font-family: 'Archivo';
    font-style: normal;
    font-weight: 500;
    font-size: 32px;
    line-height: 44px;
    text-align: center;
    letter-spacing: -0.02em;
    color: #1B1B46;
    width: 100%;
    margin: 0 auto;
}

.section-content p.section-sub-heading {
    max-width: 730px;
    font-family: 'Archivo';
    font-style: normal;
    font-weight: 400;
    font-size: 16px;
    line-height: 24px;
    text-align: center;
    color: #72737E;
    width: 100%;
    margin: 0 auto;
    margin-top: 24px;
}

/**
* Section Calculate
**/
.section-calculate {
    padding: 40px 96px;
}

.section-calculate .calculate-wrapper {
    background: url('/wp-content/themes/hello-theme-child-master/images/banner.png');
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    padding: 80px 0;
    border-radius: 16px;
}

.section-calculate .calculate-wrapper .calculate-wrapper-content {
    max-width: 848px;
    margin: 0 auto;
    width: 100%;
}

.section-calculate .calculate-wrapper .calculate-wrapper-content h2.heading-content {
    font-family: 'Archivo';
    font-style: normal;
    font-weight: 500;
    font-size: 32px;
    line-height: 44px;
    text-align: center;
    letter-spacing: -0.02em;
    color: #F4F4F6;
    max-width: 556px;
    margin: 0 auto;
    display: flex;
    flex-direction: column;
}

.section-calculate .calculate-wrapper .calculate-wrapper-content h2.heading-content span {
    font-weight: 800;
    color: #08D977;
}

.section-calculate .calculate-wrapper .calculate-wrapper-content p.sub-heading-content {
    font-family: 'Archivo';
    font-style: normal;
    font-weight: 400;
    font-size: 16px;
    line-height: 24px;
    text-align: center;
    color: #CDCDD0;
    margin-top: 24px;
}

.section-btn-wrapper {
    display: flex;
    justify-content: center;
    margin-top: 40px;
}

/**
* Best Seller
**/
section.section-best-sellers {
    padding: 40px 96px 80px;
    position: relative;
}
section.section-best-sellers h2 {
    font-family: 'Archivo';
    font-style: normal;
    font-weight: 500;
    font-size: 32px;
    line-height: 44px;
    letter-spacing: -0.02em;
    color: #101028;
    margin: 0;
}
.single-product #main section.section-best-sellers {
    margin-left: -96px;
    margin-right: -96px;
}

section.section-best-sellers h2 > span {
    font-weight: 800;
    color: #00885A;
}

.product-wrapper {
    overflow: hidden;
}
.product-wrapper a.product-link__wrapper {
    display: flex;
    flex-direction: column;
    gap: 16px;
}
.product-wrapper a.product-link__wrapper:hover img {
    box-shadow: 0px 25px 50px -12px rgba(16, 24, 40, 0.25);
}
.product-wrapper .slick-list .slick-track {
    display: flex;
    margin-top: 40px;
    margin-left: 0;
    margin-right: 0;
    height: 100%;
}
.product-wrapper .slick-track .product-col {
    display: flex;
    flex-direction: column;
    width: 25% !important;
    gap: 16px;
    margin-right: 24px;
    height: auto;
    justify-content: space-between;
}
.author .product-wrapper {
    display: flex;
    margin-top: 40px;
    margin-left: 0;
    margin-right: 0;
    height: 100%;
    flex-wrap: wrap;
    row-gap: 40px;
}
.author .product-wrapper .product-col {
    display: flex;
    flex-direction: column;
    gap: 16px;
    margin-right: 24px;
    height: auto;
    justify-content: space-between;
    width: 100% !important;
    max-width: 294px;
}
.product-wrapper .slick-track .product-col:last-child {
    margin-right: 0;
}
.product-wrapper .product-col img {
    width: 100%;
}
.product-wrapper .product-col .product-content-wrapper,
.product-wrapper .product-col .product-content__wrapper {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    height: 100%;
}
.product-content-wrapper,
.product-content__wrapper {
    font-family: 'Archivo';
    font-style: normal;
    font-weight: 400;
    font-size: 16px;
    line-height: 24px;
    color: #72737E;
    width: 100%;
}
.product-content-wrapper .category-wrap,
.product-content__wrapper .category-wrap {
    padding: 2px 8px;
    background: #E6F8F2;
    border-radius: 40px;
    display: flex;
    width: fit-content;
}
.product-content__wrapper .category-wrap .categories,
.product-content-wrapper .category-wrap .categories {
    font-family: 'Archivo';
    font-style: normal;
    font-weight: 400;
    font-size: 10px;
    line-height: 14px;
    color: #00885A;
}
.category-wrap:has(> .light) {
    background: #E6FBF1;
}
.category-wrap span.categories.light {
    color: #06A359;
}
.category-wrap:has(> .warning) {
    background: #FFFCE6;
}
.category-wrap span.categories.warning {
    color: #B87A00;
}
.category-wrap:has(> .red) {
    background: #F8EFE6;
}
.category-wrap span.categories.red {
    color: #883100;
}
.category-wrap:has(> .purple) {
    background: #F7F1FE;
}
.category-wrap span.categories.purple {
    color: #7B43B6;
}
.product-content__wrapper a {
    font-weight: 600;
    color: #101028;
}
.prod-price-wrap {
    font-weight: 600;
    font-size: 20px;
    letter-spacing: -0.02em;
    color: #101028;
    line-height: 24px;
}
.products .product-content__wrapper .add-cart.button {
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
    padding: 8px 32px;
    gap: 4px;
    background: #FFFFFF;
    border: 1px solid #A357F4;
    border-radius: 4px;
    width: fit-content;
    font-family: 'Archivo';
    font-style: normal;
    font-weight: 600;
    font-size: 16px;
    line-height: 24px;
    color: #A357F4;
    margin-top: 16px;
    max-height: 40px;
}
.woocommerce-shop .product-content__wrapper a.product-link__wrapper {
    display: block;
}
.product-content__wrapper .add-cart.button:hover {
    border: 1px solid #C08DF7;
    color: #C08DF7;
    background: transparent;
}
.slick-prev, .slick-next {
    display: none !important;
}
.ps {
    width: 40px;
    height: 40px;
    cursor: pointer;
}
.ps.prev-btn {
    margin-left: 24px;
}
.ps.next-btn {
    margin-right: 32px;
}
.ps.next-btn:before {
    content: "";
    background: url(/wp-content/themes/hello-theme-child-master/images/ArrowForwardIosRounded.png);
    background-size: contain;
    background-repeat: no-repeat;
    width: 100%;
    height: 100%;
    display: block;
}
.ps.prev-btn:before {
    content: "";
    background: url(/wp-content/themes/hello-theme-child-master/images/ArrowForwardIosRounded.png);
    background-size: contain;
    background-repeat: no-repeat;
    width: 100%;
    height: 100%;
    display: block;
    transform: rotate(-180deg);
}
.ps.prev-btn.slick-disabled, .ps.next-btn.slick-disabled {
    cursor: unset;
    opacity: 0.4;
}
.btn-slider-wrapper {
    display: flex;
    justify-content: space-between;
    position: absolute;
    width: 100%;
    left: 0;
    top: 281px;
    z-index: 1;
}

.product-content__wrapper span.product-author {
    font-family: 'Archivo';
    font-style: normal;
    font-weight: 400;
    font-size: 16px;
    line-height: 24px;
    color: #72737E;
}

.author .btn-slider-wrapper {
    display: none;
}

/**
* Footer
**/
footer#site-footer {
    max-width: 100%;
    padding: 0;
    background: #0D0D21;
    color: #fff;
}

.site-footer-wrap {
    max-width: 1440px;
    margin: 0 auto;
    padding: 80px 120px 48px;
    display: flex;
    align-items: center;
    gap: 24px;
}
.site-footer-bottom-wrap {
    max-width: 1440px;
    margin: 0 auto;
    padding: 0 120px 80px;
}
.footer-menu-wrapper.left-content .footer__wrap-col p {
    font-family: 'Archivo';
    font-style: normal;
    font-weight: 400;
    font-size: 14px;
    line-height: 20px;
    color: #FFFFFF;
}

.site-footer-wrap .footer-menu-wrapper.left-content .footer-input-wrapper input[type="text"] {
    background: transparent;
    padding: 12px 48px 12px 20px;
    border: 1px solid #AFAFB5;
    border-radius: 4px;
    font-family: 'Archivo';
    font-style: normal;
    font-weight: 400;
    font-size: 16px;
    line-height: 24px;
    color: #AFAFB6;
}
.site-footer-wrap .footer-menu-wrapper.left-content .footer-input-wrapper {
    position: relative;
    display: flex;
    max-height: 48px;
    height: 100%;
}

.site-footer-wrap .footer-menu-wrapper.left-content .footer-input-wrapper button {
    padding: 0;
    border: 0;
    position: absolute;
    top: 12px;
    right: 12px;
    width: 24px;
    height: 24px;
}
.site-footer-wrap .footer-menu-wrapper.left-content .footer-input-wrapper button:hover, 
.site-footer-wrap .footer-menu-wrapper.left-content .footer-input-wrapper button:focus, 
.site-footer-wrap .footer-menu-wrapper.left-content .footer-input-wrapper button:focus-within {
    background: transparent;
}
.site-footer-bottom-wrap p {
    border-top: 1px solid #5E5E7D;
    padding-top: 48px;
    font-family: 'Archivo';
    font-style: normal;
    font-weight: 500;
    font-size: 14px;
    line-height: 20px;
    color: #AFAFB6;
}

.site-footer-wrap .footer-menu-wrapper.left-content {
    max-width: 405px;
    width: 100%;
}

.site-footer-wrap .footer-menu-wrapper.left-content .footer__wrap-col {
    display: flex;
    gap: 24px;
    flex-direction: column;
}

.site-footer-wrap .footer-menu-wrapper.right-content {
    flex: 1;
    display: flex;
    justify-content: flex-end;
    gap: 24px;
}

.footer-menu-wrapper.right-content .footer__wrap-col .footer-site-navigation ul.menu {
    list-style: none;
    padding: 0;
}

.footer__wrap-col h4 {
    margin: 0;
    padding: 0 8px 4px;
    font-family: 'Archivo';
    font-style: normal;
    font-weight: 700;
    font-size: 16px;
    line-height: 24px;
    color: #F4F4F5;
    margin-bottom: 24px;
}

.footer-menu-wrapper.right-content .footer__wrap-col .footer-site-navigation ul.menu li:not(:last-child) {
    display: flex;
    margin-bottom: 8px;
}


.footer-menu-wrapper.right-content .footer__wrap-col .footer-site-navigation ul.menu li a {
    padding: 8px 8px 12px;
    font-family: 'Archivo';
    font-style: normal;
    font-weight: 500;
    font-size: 16px;
    line-height: 24px;
    color: #F4F4F5;
}

.footer-menu-wrapper.right-content .footer__wrap-col .footer-site-navigation ul.menu li a:hover{
    color: #F4F4F5;
}

.footer-menu-wrapper.right-content .footer__wrap-col .footer-site-navigation ul.menu li {
    display: flex;
}

ul#menu-main-menu-1 {
    margin-right: 68px;
}
ul#menu-footer-menu {
    margin-right: 34px;
}
ul#menu-help-menu {
    margin-right: 82px;
}

.footer-img-wrap {
    max-width: 345px;
    width: 100%;
    display: flex;
}
.footer-img-wrap img {
    width: 100%;
}

/**
* About
**/
.wrapper-container:has(> .about-wrapper){
    padding: 128px 96px;
}
.about-wrapper, .about-committed-wrapper {
    max-width: 800px;
    width: 100%;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    text-align: center;
    margin: 0 auto;
    gap: 24px;
}
.about-wrapper h1 {
    margin: 0;
    font-family: 'Archivo';
    font-style: normal;
    font-weight: 500;
    font-size: 32px;
    line-height: 44px;
    text-align: center;
    letter-spacing: -0.02em;
    color: #1B1B46;
}
.about-wrapper p {
    font-family: 'Archivo';
    font-style: normal;
    font-weight: 400;
    font-size: 16px;
    line-height: 24px;
    text-align: center;
    color: #72737E;
}
.companies-wrapper {
    padding: 24px 96px;
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 80px;
    flex-wrap: wrap;
}
.companies-wrapper .company-logo {
    width: auto;
}
section.section-best-sellers.about {
    padding: 120px 96px 144px;
}
section.section-best-sellers.about .testimonials-wrapper {
    display: flex;
    align-items: stretch;
    gap: 24px;
    margin-top: 40px;
}
section.section-best-sellers.about .testimonials-wrapper .testi-card-wrap {
    box-sizing: border-box;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    padding: 64px 32px 32px;
    gap: 32px;
    isolation: isolate;
    min-width: 400px;
    max-width: 400px;
    height: auto;
    background: #FFFFFF;
    border: 1px solid #99E1C9;
    border-radius: 8px;
    width: 100%;
    position: relative;
    justify-content: space-between;
}
section.section-best-sellers.about .testimonials-wrapper .testi-card-wrap p {
    font-family: 'Archivo';
    font-style: normal;
    font-weight: 400;
    font-size: 16px;
    line-height: 24px;
    color: #373948;
    position: relative;
    height: 100%;
}
section.section-best-sellers.about .testimonials-wrapper .testi-card-wrap:before {
    content: "";
    position: absolute;
    top: 24px;
    left: 28px;
    width: 40px;
    height: 56px;
    background: url(/wp-content/themes/hello-theme-child-master/images/qoute-left.png);
    background-repeat: no-repeat;
    background-position: top;
}
section.section-best-sellers.about .testimonials-wrapper .testi-card-wrap p:after {
    content: "";
    position: absolute;
    width: 40px;
    height: 56px;
    background: url(/wp-content/themes/hello-theme-child-master/images/qoute-right.png);
    background-repeat: no-repeat;
    background-position: bottom;
    right: -8px;
    bottom: -20px;
}
section.section-best-sellers.about .testimonials-wrapper .testi-author-wrapper {
    display: flex;
    gap: 16px;
    align-items: center;
    max-height: 48px;
    height: 100%;
    width: 100%;
}
section.section-best-sellers.about .testimonials-wrapper .testi-author-wrapper .author-img img {
    border-radius: 50%;
    object-fit: cover;
}
section.section-best-sellers.about .testimonials-wrapper .testi-author-wrapper .author-img {
    display: flex;
    width: auto;
}
section.section-best-sellers.about .testimonials-wrapper .testi-author-wrapper .author-desc-wrap {
    display: flex;
    flex-direction: column;
    font-family: 'Archivo';
    font-style: normal;
    font-weight: 600;
    font-size: 16px;
    line-height: 24px;
    color: #101028;
}
.author-desc-wrap span {
    font-weight: 400;
    color: #72737E;
}
.wrapper-container:has(> .about-committed-wrapper) {
    padding: 80px 96px 120px;
}
.about-committed-wrapper h2 {
    font-family: 'Archivo';
    font-style: normal;
    font-weight: 500;
    font-size: 32px;
    line-height: 44px;
    text-align: center;
    letter-spacing: -0.02em;
    color: #1B1B46;
    margin: 0;
}
.about-committed-wrapper p {
    font-family: 'Archivo';
    font-style: normal;
    font-weight: 400;
    font-size: 16px;
    line-height: 24px;
    text-align: center;
    color: #72737E;
}
.page-template-about-template section.section-calculate {
    padding-bottom: 128px;
}
.woocommerce-shop header.woocommerce-products-header, 
.woocommerce-shop .woocommerce-result-count, 
.woocommerce-shop .woocommerce-ordering {
    display: none;
}
/**
* FAQ
**/
.page-template-faq-template .wrapper-container{
    padding: 0 96px;
}
.page-template-faq-template section.faq details p {
    font-weight: 400;
    color: #373948;
}
.page-template-faq-template section.faq-heading {
    padding: 80px 0 40px;
    display: flex;
    flex-direction: column;
    gap: 24px;
    align-items: center;
}
.page-template-faq-template section.faq-heading h1 {
    font-family: 'Archivo';
    font-style: normal;
    font-weight: 500;
    font-size: 44px;
    line-height: 56px;
    text-align: center;
    letter-spacing: -0.02em;
    color: #101028;
    margin: 0;
}
.page-template-faq-template section.faq-heading p {
    font-family: 'Archivo';
    font-style: normal;
    font-weight: 400;
    font-size: 16px;
    line-height: 24px;
    text-align: center;
    color: #373948;
}
.page-template-faq-template .faq-menu-links {
    display: flex;
    gap: 24px;
}
.page-template-faq-template .faq-menu-links .menu {
    padding: 8px;
}
.page-template-faq-template .faq-menu-links .menu a {
    font-family: 'Archivo';
    font-style: normal;
    font-weight: 500;
    font-size: 16px;
    line-height: 24px;
    color: #373948;
    padding-bottom: 4px;
}
.page-template-faq-template .faq-menu-links .menu a.active {
    border-bottom: 2px solid #A357F4;
}

.page-template-faq-template section.faq.about-ebooks {
    padding-top: 0;
}

.page-template-faq-template .faq .heading-title {
    border-bottom: 1px solid #ECECEE;
    font-family: 'Archivo';
    font-style: normal;
    font-weight: 600;
    font-size: 16px;
    line-height: 24px;
    color: #101028;
    padding-bottom: 8px;
    margin-top: 40px;
    margin-bottom: 24px;
}
.page-template-faq-template section.faq.payment-options .heading-title {
    margin-top: 0;
}

.page-template-faq-template section.faq.payment-options {
    padding-top: 64px;
    padding-bottom: 80px;
}
.need-help-wrapper {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    padding: 80px;
    isolation: isolate;
    height: 100%;
    border-radius: 16px;
    background: url(/wp-content/themes/hello-theme-child-master/images/ebooks-banner.png);
    background-repeat: no-repeat;
    background-size: cover;
    position: relative;
}
.need-help-wrapper:after {
    content: "";
    background: url(/wp-content/themes/hello-theme-child-master/images/need-help.png);
    width: 100%;
    height: 100%;
    position: absolute;
    right: 0;
    background-repeat: no-repeat;
    bottom: 0;
    max-width: 494px;
    background-position: right;
    background-size: contain;
}
section.need-help-section {
    padding: 40px 0 128px;
}
.need-help-wrapper h2 {
    font-family: 'Archivo';
    font-style: normal;
    font-weight: 500;
    font-size: 32px;
    line-height: 44px;
    letter-spacing: -0.02em;
    color: #F4F4F6;
    margin: 0;
}
.need-help-wrapper p {
    font-family: 'Archivo';
    font-style: normal;
    font-weight: 400;
    font-size: 16px;
    line-height: 24px;
    color: #CDCDD0;
    margin-top: 8px;
}
.need-help-wrapper .section-btn-wrapper {
    margin-top: 24px;
}
.need-help-mobile {
    display: none;
}
div#need-help-popup h3 {
    font-family: 'Archivo';
    font-style: normal;
    font-weight: 600;
    font-size: 28px;
    line-height: 40px;
    letter-spacing: -0.02em;
    color: #101028;
    text-align: left;
    margin: 0 0 24px;
}
div#need-help-popup {
    align-items: self-start;
}
div#need-help-popup .wpcf7{
    margin-top: 24px;
}
div#need-help-popup p {
    font-family: 'Archivo';
    font-style: normal;
    font-weight: 400;
    font-size: 16px;
    line-height: 24px;
    color: #373948;
    text-align: left;
}
div#need-help-popup .welcome__success-wrapper {
    width: 100%;
}
.submit-wrapper {
    display: flex;
    gap: 16px;
    justify-content: flex-end;
    position: relative;
    margin-top: 40px;
}
.contact__popup-submit p input[type=submit] {
    border: 0;
}
button.mfp-close:hover {
    background: transparent;
}
.contact__popup-submit .wpcf7-spinner {
    position: absolute;
    left: 0;
    top: 20%;
}
div#cpw-file__upload h3 {
    font-family: 'Archivo';
    font-style: normal;
    font-weight: 500;
    font-size: 16px;
    line-height: 24px;
    color: #101028;
    margin-bottom: 4px;
}
.codedropz-btn-wrap {
    font-family: 'Archivo';
    font-style: normal;
    font-weight: 600;
    font-size: 16px;
    line-height: 24px;
    color: #A357F4;
    text-align: left;
}
.codedropz-upload-handler {
    border: 0;
    margin: 0;
}
.codedropz-upload-container {
    padding: 0;
}
.codedropz-upload-inner h3, .codedropz-upload-inner span, .dnd-upload-counter {
    display: none;
}
.codedropz-upload-handler:after {
    content: "Attaching a screenshot or file can help us assist your issues more quickly.";
    display: block;
    width: 100%;
    text-align: left;
    font-family: 'Archivo';
    font-style: normal;
    font-weight: 400;
    font-size: 14px;
    line-height: 20px;
    color: #373948;
    margin-top: 4px;
}
.contact__popup-row {
    display: flex;
    gap: 16px;
}
.contact__popup-col {
    margin-bottom: 16px;
    width: 100%;
}
.contact__popup-col label {
    font-family: 'Archivo';
    font-style: normal;
    font-weight: 400;
    font-size: 14px;
    line-height: 20px;
    color: #72737E;
}
.codedropz-btn-wrap a {
    font-size: 0;
    line-height: 0 !important;
}
.codedropz-btn-wrap a:before {
    content: "Choose File";
    display: block;
    margin-bottom: 8px;
    font-family: 'Archivo';
    font-style: normal;
    font-weight: 600;
    font-size: 16px;
    line-height: 24px;
    color: #A357F4;
    position: absolute;
}
.contact__popup-col.textarea__field textarea {
    max-height: 96px;
    height: 100%;
    padding: 12px 16px;
}
.btn-full[type=submit]:focus {
    background-color: #A357F4;
    color: #ffffff;
}
.wpcf7 .wpcf7-response-output {
    display: none;
}
.wpcf7 span.wpcf7-not-valid-tip {
    font-family: 'Archivo';
    font-style: normal;
    font-weight: 400;
    font-size: 12px;
    line-height: 20px;
    color: #F8485E;
}
div#need-help-popup {
    margin-top: 80px;
}
.codedropz-upload-wrapper .dnd-upload-status {
    padding: 24px 20px;
    border: 2px dashed #AFAFB6;
    border-radius: 8px;
    margin-top: 24px;
}
.dnd-upload-image, .dnd-upload-details .name em {
    display: none;
}
.dnd-upload-details {
    position: relative;
}
.dnd-upload-status .dnd-upload-details .remove-file span:after {
    background-image: url(/wp-content/themes/hello-theme-child-master/images/RemoveCircleOutlineRounded.png);
    width: 14px;
    height: 14px;
}
.dnd-upload-status .dnd-upload-details .name span {
    font-family: 'Archivo';
    font-style: normal;
    font-weight: 400;
    font-size: 12px;
    line-height: 20px;
    color: #373948;
}
.dnd-upload-status .dnd-upload-details {
    padding: 0;
    width: 100%;
}
.dnd-upload-status .dnd-upload-details .dnd-progress-bar span {
    background: #04AC5B;
}
span.dnd-progress-bar {
    margin-top: 4px;
}

/**
* Returns Policy
**/
main#content:has(> .page-content .last-updated) {
    padding-top: 40px;
}
p.last-updated {
    font-family: 'Archivo';
    font-style: normal;
    font-weight: 600;
    font-size: 18px;
    line-height: 28px;
    color: #21222B;
}
main#content:has(> .page-content .last-updated) .page-content h2.wp-block-heading {
    font-family: 'Archivo';
    font-style: normal;
    font-weight: 500;
    font-size: 44px;
    line-height: 56px;
    letter-spacing: -0.02em;
    color: #101028;
    margin: 16px 0 8px 0;
}
main#content:has(> .page-content .last-updated) .page-content h3.wp-block-heading {
    font-family: 'Archivo';
    font-style: normal;
    font-weight: 600;
    font-size: 16px;
    line-height: 24px;
    color: #101028;
    padding-bottom: 8px;
    border-bottom: 1px solid #ECECEE;
    margin: 40px 0 8px;
}
main#content:has(> .page-content .last-updated) .page-content .wp-block-group h4.wp-block-heading {
    font-family: 'Archivo';
    font-style: normal;
    font-weight: 600;
    font-size: 16px;
    line-height: 24px;
    color: #373948;
    margin: 8px 0;
}
main#content:has(> .page-content .last-updated) .page-content .wp-block-group p {
    margin-left: 16px;
}
main#content:has(> .page-content .last-updated) .page-content .wp-block-group p:nth-child(2) {
    margin-bottom: 24px;
}
main#content:has(> .page-content .last-updated) .page-content .mt-24 {
    margin-top: 24px !important;
}
main#content:has(> .page-content .last-updated) .page-content p.last-updated {
    font-family: 'Archivo';
    font-style: normal;
    font-weight: 600;
    font-size: 18px;
    line-height: 28px;
    color: #21222B;
}
/**
* Support Team
**/
.page-template-support-template .wrapper-container {
    padding: 80px 96px;
    display: flex;
    gap: 64px;
}
.page-template-support-template .wrapper-container section.support-heading {
    max-width: 580px;
    width: 100%;
}
.page-template-support-template .wrapper-container section.support-heading h1 {
    font-family: 'Archivo';
    font-style: normal;
    font-weight: 500;
    font-size: 44px;
    line-height: 56px;
    letter-spacing: -0.02em;
    color: #101028;
    margin: 0 0 16px;
}
.page-template-support-template .wrapper-container section.support-heading p {
    font-family: 'Archivo';
    font-style: normal;
    font-weight: 400;
    font-size: 16px;
    line-height: 24px;
    color: #373948;
}
.page-template-support-template .wrapper-container .submit-wrapper {
    margin-top: 24px;
}
.page-template-support-template .wrapper-container .contact__popup-submit {
    width: 100%;
    display: flex;
    flex-direction: column;
    gap: 8px;
}
.btn-full.full {
    width: 100%;
}
.page-template-support-template .wrapper-container .contact__popup-submit p {
    font-family: 'Archivo';
    font-style: normal;
    font-weight: 400;
    font-size: 12px;
    line-height: 20px;
    color: #373948;
}
.page-template-support-template .wrapper-container .contact__popup-submit p a {
    text-decoration: underline !important;
    color: #373948;
}
.page-template-support-template .wrapper-container .contact__popup-col.textarea__field textarea {
    max-height: 160px;
}
/**
* Login
**/
.woocommerce:has(> form.woocommerce-form-login),
.woocommerce:has(> .confirmation-wrapper),
.woocommerce:has(> .confirmation-wrapper-success),
.woocommerce:has(> form.lost_reset_password) {
    padding: 80px 96px;
}
.woocommerce:has(> form.woocommerce-form-login) h2,
.woocommerce:has(> form.lost_reset_password) h2 {
    font-family: 'Archivo';
    font-style: normal;
    font-weight: 600;
    font-size: 32px;
    line-height: 44px;
    text-align: center;
    letter-spacing: -0.02em;
    color: #21222B;
    margin: 0;
}
p.reset-sub-heading {
    text-align: center;
    max-width: 520px;
    margin: 0 auto;
    margin-top: 8px;
}

.woocommerce form.login, 
.woocommerce form.lost_reset_password {
    padding: 0;
    border: 0;
    max-width: 520px;
    margin: 0 auto;
    display: flex;
    flex-direction: column;
}

.woocommerce form.checkout_coupon, 
.woocommerce form.login, 
.woocommerce form.register,
.woocommerce form.lost_reset_password {
    margin-top: 40px;
}

.woocommerce form .form-row {
    padding: 0;
    margin: 0 0 16px;
    width: 100%;
    display: flex;
    flex-direction: column;
    position: relative;
}
.woocommerce form .form-row label,
.woocommerce-cart form.login-form-content-wrapper .form-row label {
    font-family: 'Archivo';
    font-style: normal;
    font-weight: 400;
    font-size: 14px;
    line-height: 20px;
    color: #72737E;
    margin-bottom: 4px;
    display: flex;
    gap: 2px;
}
.woocommerce form .form-row .required,
.woocommerce-cart form.login-form-content-wrapper .form-row .required {
    font-weight: 400;
    color: #72737E;
}

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 {
    display: flex;
    flex-direction: row;
    align-items: center;
    padding: 0px 16px;
    height: 48px;
    border: 1px solid #AFAFB5;
    border-radius: 4px;
    transition: all .3s;
    font-family: 'Archivo';
    font-style: normal;
    font-weight: 400;
    font-size: 16px;
    line-height: 24px !important;
    color: #373948;
}
input[type=date]:focus, 
input[type=email]:focus, 
input[type=number]:focus, 
input[type=password]:focus, 
input[type=search]:focus, 
input[type=tel]:focus, 
input[type=text]:focus, 
input[type=url]:focus, 
select:focus, 
textarea:focus,
textarea:focus-visible {
    border: 2px solid #A357F4;
    outline: none;
}
[type=checkbox],
[type=radio] {
    width: 16px;
    height: 16px;
    accent-color: #A357F4;
    cursor: pointer;
}
input::placeholder, 
select::placeholder, 
textarea::placeholder {
    color: #AFAFB6;
}
input:focus::placeholder {
    opacity: 1 !important;
}
.woocommerce form .show-password-input, 
.woocommerce-page form .show-password-input,
.woocommerce-cart form.login-form-content-wrapper .show-password-input {
    right: 12px;
    top: 12px;
}
.woocommerce form .show-password-input::after, 
.woocommerce-page form .show-password-input::after,
.woocommerce-cart form.login-form-content-wrapper .show-password-input::after {
    margin-left: 8px;
    content: url(/wp-content/themes/hello-theme-child-master/images/VisibilityOffRounded.png);
}
.woocommerce form .show-password-input.display-password::after, 
.woocommerce-page form .show-password-input.display-password::after,
.woocommerce-cart form.login-form-content-wrapper .show-password-input.display-password::after {
    content: url(/wp-content/themes/hello-theme-child-master/images/VisibilityRounded.png);
}
.remember-lost-link-wrapper {
    display: flex;
    justify-content: space-between;
}
.woocommerce .woocommerce-form-login .woocommerce-form-login__rememberme,
.woocommerce-cart form.login-form-content-wrapper .woocommerce-form-login__rememberme {
    cursor: pointer;
    display: flex;
    padding: 2px 0;
    align-items: center;
    gap: 6px;
}
.woocommerce .woocommerce-form-login .woocommerce-form-login__rememberme,
.woocommerce-cart form.login-form-content-wrapper .woocommerce-form-login__rememberme {
    font-family: 'Archivo';
    font-style: normal;
    font-weight: 400;
    font-size: 14px;
    line-height: 20px;
    color: #373948;
}

p.woocommerce-LostPassword.lost_password a {
    font-family: 'Archivo';
    font-style: normal;
    font-weight: 500;
    font-size: 14px;
    line-height: 20px;
    color: #A357F4;
    text-decoration: none;
}
.woocommerce .woocommerce-form-login .woocommerce-form-login__submit,
.woocommerce-cart form.login-form-content-wrapper .woocommerce-form-login__submit,
.lost_reset_password button.woocommerce-Button.button {
    float: none;
    margin-right: 0;
    margin-top: 40px;
    margin-bottom: 16px;
    padding: 12px 32px;
    background-color: #A357F4 !important;
    border-radius: 4px;
    font-family: 'Archivo';
    font-style: normal;
    font-weight: 600;
    font-size: 16px;
    line-height: 24px;
    color: #FFFFFF !important;
}
.registration-link-wrapper {
    display: flex;
    gap: 8px;
    justify-content: center;
    font-family: 'Archivo';
    font-style: normal;
    font-weight: 400;
    font-size: 16px;
    line-height: 24px;
    text-align: center;
    color: #373948;
}
.registration-link-wrapper a {
    font-weight: 600;
    color: #A357F4;
    text-decoration: none;
}
button.woocommerce-Button.button {
    width: 100%;
    margin-top: 8px !important;
    margin-bottom: 0 !important;
}

a.btn-back-to-login {
    font-family: 'Archivo';
    font-style: normal;
    font-weight: 600;
    font-size: 16px;
    line-height: 24px;
    color: #A357F4;
    text-align: center;
}
.confirmation-wrapper {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    gap: 32px;
}
.confirmation-content h2 {
    font-family: 'Archivo';
    font-style: normal;
    font-weight: 600;
    font-size: 32px;
    line-height: 44px;
    text-align: center;
    letter-spacing: -0.02em;
    color: #21222B;
}
.confirmation-content {
    text-align: center;
    display: flex;
    flex-direction: column;
    align-items: center;
}
.confirmation-content p {
    max-width: 520px;
    width: 100%;
    font-family: 'Archivo';
    font-style: normal;
    font-weight: 400;
    font-size: 16px;
    line-height: 24px;
    text-align: center;
    color: #373948;
}

.woocommerce:has(> .confirmation-wrapper-success.verification) {
    padding: 72px 96px;
}

.confirmation-content.verification h2 {
    margin: 16px 0;
}

.confirmation-content.verification p {
    max-width: 618px;
}

.logout-wrapper {
    margin-top: 40px;
    font-family: 'Archivo';
    font-style: normal;
    font-weight: 400;
    font-size: 16px;
    line-height: 24px;
    text-align: center;
    color: #373948;
}

.logout-wrapper a {
    font-family: 'Archivo';
    font-style: normal;
    font-weight: 600;
    font-size: 16px;
    line-height: 24px;
    color: #A357F4;
}

.confirmation-content p strong {
    font-weight: 600;
}

a.btn-back-to-login-btn {
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
    padding: 12px 32px;
    gap: 4px;
    background: #A357F4;
    border-radius: 4px;
    font-family: 'Archivo';
    font-style: normal;
    font-weight: 600;
    font-size: 16px;
    line-height: 24px;
    color: #FFFFFF;
    margin-bottom: 16px;
    margin-top: 32px;
    width: 100%;
}
.password-input small.woocommerce-password-hint {
    font-family: 'Archivo';
    font-style: normal;
    font-weight: 400;
    font-size: 12px;
    line-height: 20px;
    color: #72737E;
    margin-top: 4px;
}
.confirmation-wrapper-success {
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
}

.woocommerce:has(> .confirmation-wrapper-success) .woocommerce-notices-wrapper {
    display: none;
}

/**
* Cookie banner
**/
div#ez-cookie-notification {
    max-width: 613px !important;
    width: 100% !important;
    padding: 24px 32px;
    border: 0;
    border-radius: 8px;
    left: 96px;
    top: unset;
    bottom: 41px;
    transform: unset;
    min-width: auto;
    flex-direction: row;
    gap: 40px;
}
#enzuzo-modal .enzuzo-poweredby-wrap {
    display: none;
}
.enzuzo-cookieButtonWrap.cookieButtonWrap {
    width: auto !important;
}
button#ez-cookie-notification__accept {
    display: flex !important;
    flex-direction: row !important;
    justify-content: center !important;
    align-items: center !important;
    padding: 6px 24px !important;
    gap: 4px !important;
    background: #FFFFFF !important;
    border-radius: 4px !important;
    font-family: 'Archivo';
    font-style: normal;
    font-weight: 600 !important;
    font-size: 16px !important;
    line-height: 24px !important;
    color: #A357F4 !important;
}

.enzuzo-notification-desc.notification-desc span {
    font-family: 'Archivo';
    font-style: normal;
    font-weight: 400;
    font-size: 14px;
    line-height: 20px;
    color: #FFFFFF;
    letter-spacing: -0.02em;
}
.enzuzo-notification-buttons.notification-buttons a {
    text-decoration: none !important;
    font-family: 'Archivo';
    font-style: normal !important;
    font-weight: 400 !important;
    font-size: 14px !important;
    line-height: 20px !important;
    color: #FFFFFF !important;
}
.ez-consent .notification-text span .cookie-message a {
    text-decoration: underline !important;
    font-family: 'Archivo';
    font-style: normal !important;
    font-weight: 400 !important;
    font-size: 14px !important;
    line-height: 20px !important;
    color: #FFFFFF !important;
}
.ez-consent .notification-text span .cookie-message a:hover, 
.enzuzo-notification-buttons.notification-buttons a#notificationManagerLink:hover {
    text-decoration: none !important;
    color: #A357F4 !important;
}
.ez-consent .notification-main .notification-buttons {
    gap: 0;
}
.ez-consent h3.enzuzo-modal-title {
    font-family: 'Archivo';
    font-style: normal;
    font-weight: 600 !important;
    font-size: 32px !important;
    line-height: 44px !important;
    letter-spacing: -0.02em;
    color: #101028;
}
.ez-consent .enzuzo-modal-desc {
    font-family: 'Archivo';
    font-style: normal;
    font-weight: 400;
    font-size: 16px !important;
    line-height: 24px !important;
    color: #373948;
}
.ez-consent .enzuzo-cookie-modal a {
    color: #A357F4 !important;
    font-weight: 500;
}
button#ez-reject-modal {
    display: none;
}
button#ez-accept-modal,
button#ez-confirm-modal {
    padding: 12px 32px !important;
    background: #A357F4;
    border-radius: 4px !important;
    border: 0 !important;
    font-family: 'Archivo';
    font-style: normal;
    font-weight: 600;
    font-size: 16px;
    line-height: 24px;
    color: #FFFFFF;
}
.enzuzo-card-info svg path {
    fill: #a357f4 !important;
}
.ez-consent h3.enzuzo-hv-preference__purpose {
    font-family: 'Archivo';
    font-style: normal;
    font-weight: 600 !important;
    font-size: 18px !important;
    line-height: 28px !important;
    color: #101028 !important;
}
.ez-consent .enzuzo-hv-preference__description {
    font-family: 'Archivo';
    font-style: normal;
    font-weight: 400;
    font-size: 14px;
    line-height: 20px;
    color: #373948;
}
.ez-consent .enzuzo-content-active {
    background: #fff !important;
    padding: 8px 0 0 32px !important;
}

.ez-consent .enzuzo-preferences-card {
    border: 0 !important;
    padding: 12px 0;
    border-bottom: 1px solid #CDCDD0 !important;
}

.ez-consent .enzuzo-card-info {
    padding: 0 !important;
}
.ez-consent .enzuzo-preferences-card:has(> .enzuzo-content-active) .enzuzo-card-info {
    border: 0 !important;
    padding: 0;
}
.enzuzo-card-info div:last-child {
    font-family: 'Archivo';
    font-style: normal;
    font-weight: 500;
    font-size: 16px !important;
    line-height: 24px !important;
    color: #5E5E7D;
}
.ez-consent .enzuzo-modal-header {
    padding: 40px 40px 0px 40px !important;
}
.ez-consent .enzuzo-cookie-preferences,
.ez-consent .enzuzo-modal-footer {
    padding: 40px !important;
}

.ez-consent .enzuzo-modal-header-text {
    margin-bottom: 0 !important;
}
.ez-consent .enzuzo-cookie-modal {
    width: 100% !important;
    max-width: 800px;
}
.ez-consent .enzuzo-hv-toggle-label {
    width: 40px !important;
    height: 20px !important;
    font-size: 0px;
}
.ez-consent .enzuzo-cookie-toggle-slider .enzuzo-hv-toggle:checked+label {
    background: #A357F4 !important;
}

/**
* Signup
**/
.signup-container {
    max-width: 1440px;
    width: 100%;
    margin: 0 auto;
}
.signup-container .signup-wrapper {
    display: flex;
}
.signup-container .signup-wrapper .signup-col.right {
    width: 100%;
}
.signup-container .signup-wrapper .signup-col.right .signup-form-wrap {
    max-width: 576px;
    margin-left: 96px;
    width: 100%;
    margin-top: 56px;
}
.signup-container .signup-wrapper .signup-col.left {
    max-width: 560px;
    width: 100%;
    height: 100vh;
    background-color: #101028;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    padding: 120px 48px 0 96px;
}
.signup-content-wrapper {
    display: flex;
    flex-direction: column;
}
.signup-content-wrapper h1 {
    font-family: 'Archivo';
    font-style: normal;
    font-weight: 500;
    font-size: 44px;
    line-height: 56px;
    letter-spacing: -0.02em;
    color: #F2FBF8;
    margin: 0;
    margin-bottom: 16px;
}
.signup-content-wrapper h1 > span {
    font-weight: 800;
    color: #08D977;
}
.signup-content-wrapper p {
    font-family: 'Archivo';
    font-style: normal;
    font-weight: 400;
    font-size: 18px;
    line-height: 28px;
    color: #CDCDD0;
    margin-bottom: 16px;
}

.account-login-wrapper {
    display: flex;
    gap: 8px;
    align-items: center;
    flex: 1;
    justify-content: flex-end;
}
.account-login-wrapper.mobile {
    display: none;
}
.account-login-wrapper p {
    font-family: 'Archivo';
    font-style: normal;
    font-weight: 400;
    font-size: 16px;
    line-height: 24px;
    text-align: center;
    color: #373948;
}
.account-login-wrapper a {
    font-family: 'Archivo';
    font-style: normal;
    font-weight: 600;
    font-size: 16px;
    line-height: 24px;
    color: #A357F4;
}

.signup-form-wrap h2 {
    font-family: 'Archivo';
    font-style: normal;
    font-weight: 600;
    font-size: 32px;
    line-height: 44px;
    letter-spacing: -0.02em;
    color: #101028;
}
.signup-form-wrap form.custom-form.signup-form label {
    font-family: 'Archivo';
    font-style: normal;
    font-weight: 400 !important;
    font-size: 14px !important;
    line-height: 20px !important;
    color: #72737E !important;
}
.signup-form-wrap form.custom-form.signup-form input {
    padding: 0px 16px !important;
    border: 1px solid #AFAFB5 !important;
    border-radius: 4px !important;
    font-family: 'Archivo';
    font-style: normal;
    color: #373948 !important;
    height: 48px !important;
    outline: none;
}
.signup-form-wrap form.custom-form.signup-form input::placeholder {
    color: #AFAFB6 !important;
}
.signup-form-wrap form.custom-form.signup-form input:hover::placeholder {
    color: #72737E !important;
}
.signup-form-wrap form.custom-form.signup-form input:hover {
    border: 1px solid #A357F4 !important;
}
.signup-form-wrap form.custom-form.signup-form input:focus,
.signup-form-wrap form.custom-form.signup-form input:active {
    border: 1px solid #A357F4 !important;
}
.signup-form-wrap form.custom-form.signup-form input:focus-visible {
    border: 2px solid #A357F4 !important;
}
.signup-form-wrap form.custom-form.signup-form span.description {
    font-family: 'Archivo';
    font-style: normal;
    line-height: 20px !important;
    color: #72737E !important;
}
.signup-form-wrap form.custom-form.signup-form input[type="submit"] {
    padding: 12px 32px !important;
    background: #A357F4 !important;
    border-radius: 4px !important;
    line-height: 24px !important;
    color: #FFFFFF !important;
    margin-top: 8px;
}
.signup-form-wrap form.custom-form.signup-form .account-agreement p {
    font-family: 'Archivo';
    font-style: normal;
    font-weight: 400;
    font-size: 12px;
    line-height: 20px;
    color: #373948;
    margin-top: 8px;
}
.signup-form-wrap form.custom-form.signup-form .account-agreement p a {
    text-decoration-line: underline !important;
    color: #373948;
}
.signup-form-wrap form.custom-form.signup-form > div {
    margin-bottom: 16px;
}
.signup-form-wrap form.custom-form .half {
    width: 100%;
    flex: 1;
}
.signup-form-wrap form.signup-form {
    column-gap: 16px;
}
.page-template-signup-template footer#site-footer, 
.woocommerce-account .woocommerce #site-footer {
    display: none;
}
.btn-full[disabled] {
    background: #ECECEE;
    color: #AFAFB6;
}

.confirmation-content.verification .sent_count {
    display: none;
    font-family: 'Archivo';
    font-style: normal;
    font-weight: 400;
    font-size: 16px;
    line-height: 24px;
    text-align: center;
    color: #373948;
    margin-top: 8px;
}
.verification-notice {
    display: none;
    flex-direction: row;
    align-items: center;
    justify-content: space-between;
    padding: 4px 16px;
    gap: 12px;
    background: #049B52;
    border-radius: 4px;
    position: relative;
    margin: 120px 0;
}
.verification-notice .ver-wrapper {
    display: flex;
    align-items: center;
    gap: 12px;
    font-family: 'Archivo';
    font-style: normal;
    font-weight: 400;
    font-size: 14px;
    line-height: 20px;
    color: #FFFFFF;
    padding: 7px 0;
}
.verification-notice .close {
    cursor: pointer;
}
/**
* Product page
**/
.woocommerce-shop ul.products:before, .woocommerce-shop ul.products:after {
    content: unset;
}
.woocommerce-shop ul.products {
    display: flex;
    column-gap: 24px;
    row-gap: 40px;
    width: 100%;
    flex-direction: row;
    align-items: stretch;
    margin-bottom: 40px;
    flex-wrap: wrap;
}
.woocommerce-shop ul.products li {
    margin: 0 !important;
    height: 100%;
    max-width: 294px;
    width: 100% !important;
}
#main .lmp_load_more_button {
    padding: 40px 0;
    margin-bottom: 80px;
    text-align: center;
}
#main .lmp_load_more_button a {
    font-family: 'Archivo' !important;
    font-style: normal !important;
    font-weight: 600 !important;
    font-size: 16px !important;
    line-height: 24px !important;
    color: #A357F4 !important;
    background-color: transparent !important;
}
#main .lmp_load_more_button a:hover {
    color: #A357F4 !important;
    background-color: transparent !important;
}
.sort-wrapper {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 40px;
}
.sort-wrapper h1 {
    font-family: 'Archivo';
    font-style: normal;
    font-weight: 600;
    font-size: 32px;
    line-height: 44px;
    letter-spacing: -0.02em;
    color: #101028;
    margin: 0;
}
.sort-wrapper .sort-wrap {
    display: flex;
    gap: 16px;
    font-family: 'Archivo';
    font-style: normal;
    font-weight: 600;
    font-size: 16px;
    line-height: 24px;
    color: #72737E;
}
.mobile-sort-links{
    display: none;
}
.sort-wrapper .sort-wrap .sort-links {
    display: flex;
    gap: 24px;
}
.sort-wrapper .sort-wrap .sort-links a {
    font-family: 'Archivo';
    font-style: normal;
    font-weight: 500;
    font-size: 16px;
    line-height: 24px;
    color: #373948;
    cursor: pointer;
    padding-bottom: 4px;
}
.sort-wrapper .sort-wrap .sort-links a.active {
    border-bottom: 2px solid #A357F4;
}
nav.woocommerce-pagination {
    display: none;
}
/**
* Single Product
**/
.single-product div#primary #main, .woocommerce-shop main#main {
    max-width: 1440px;
    width: 100%;
    padding: 0 96px;
    margin: 40px auto 0 auto;
}
.single-product div#primary #main {
    margin-top: 0;
}
.single-product div#primary {
    border-top: 1px solid #F4F4F5;
}

.site-main nav.woocommerce-breadcrumb {
    font-family: 'Archivo';
    font-style: normal;
    font-weight: 400;
    font-size: 14px;
    line-height: 20px;
    color: #72737E;
    padding: 16px 0 24px 0;
    margin: 0;
    display: flex;
    gap: 8px;
    margin-left: -8px;
    flex-wrap: wrap;
}
.woocommerce-shop nav.woocommerce-breadcrumb {
    display: none;
}
.site-main nav.woocommerce-breadcrumb a {
    color: #AFAFB6;
}
nav.woocommerce-breadcrumb span {
    color: #AFAFB6;
}
.single-product #main .woocommerce-product-gallery {
    max-width: 294px;
    width: 100%;
    margin: 0;
}
.single-product #main .woocommerce-product-gallery a.woocommerce-product-gallery__trigger {
    display: none;
}
.single-product #main .product {
    margin-bottom: 40px;
    position: relative;
    display: flex;
    gap: 40px;
}
.single-product #main .product .category-wrap {
    display: flex;
    flex-direction: row;
    align-items: flex-start;
    padding: 2px 8px;
    gap: 10px;
    border-radius: 40px;
    width: max-content;
}
.single-product #main .product .category-wrap .categories {
    font-family: 'Archivo';
    font-style: normal;
    font-weight: 400;
    font-size: 10px;
    line-height: 14px;
}
.single-product #main .product .product-content-wrapper h1 {
    font-family: 'Archivo';
    font-style: normal;
    font-weight: 500;
    font-size: 32px;
    line-height: 44px;
    letter-spacing: -0.02em;
    color: #1B1B46;
    margin: 0;
}
.product-content-description {
    margin: 24px 0 0;
}
.product-content-description.content-hidden:before {
    content: "";
    width: 100%;
    height: 46px;
    position: absolute;
    bottom: 0;
    background: linear-gradient(0deg, #FFFFFF 35.6%, rgba(255, 255, 255, 0.2) 206.25%);
}
.product-content-description.content-hidden {
    max-height: 168px;
    overflow: hidden;
    height: 100%;
    position: relative;
}
.single-product #main .product .product-content-wrapper .product-content-description p {
    font-family: 'Archivo';
    font-style: normal;
    font-weight: 400;
    font-size: 16px;
    line-height: 24px;
    color: #373948;
    margin-bottom: 24px;
}
.single-product #main .product .product-content-wrapper .product-content-description ul {
    margin-bottom: 24px;
    color: #373948;
}
.single-product #main .product .product-content-wrapper .product-author {
    margin-top: 4px;
    font-family: 'Archivo';
    font-style: normal;
    font-weight: 400;
    font-size: 16px;
    line-height: 24px;
    color: #72737E;
    margin-bottom: 24px;
}
.single-product #main .product .product-content-wrapper .product-author a {
    color: #A357F4;
}
.single-product #main .product .product-content-wrapper .price {
    font-family: 'Archivo';
    font-style: normal;
    font-weight: 600;
    font-size: 28px;
    line-height: 40px;
    letter-spacing: -0.02em;
    color: #101028;
    margin-bottom: 8px;
}

.single-product #main .product-info-content__wrapper span.et-price-discounted {
    font-size: 20px;
    line-height: 24px;
}

.single-product #main .product .product-content-wrapper .quantity {
    display: none;
}
.single-product #main .product .product-content-wrapper .cart {
    margin-bottom: 24px;
}
.single-product #main .product .product-content-wrapper .cart .button {
    display: flex;
    padding: 8px 60px;
    background: #A357F4;
    border-radius: 4px;
    height: 40px;
    font-family: 'Archivo';
    font-style: normal;
    font-weight: 600;
    font-size: 16px;
    line-height: 24px;
    color: #FFFFFF;
}
.single-product #main .product .product-content-wrapper .cart .button:hover {
    background: #E8D4FC;
    color: #A357F4;
}
.single-product #main .product .product-content-wrapper .details-wrapper {
    display: flex;
    flex-direction: column;
    width: 100%;
    gap: 4px;
    margin-top: 24px;
}
.single-product #main .product .product-content-wrapper .details-wrapper .details-col {
    width: 100%;
    display: flex;
    flex-direction: column;
    gap: 4px;
}
.single-product #main .product .product-content-wrapper .details-wrapper .details-col p {
    display: flex;
    gap: 8px;
    font-family: 'Archivo';
    font-style: normal;
    font-weight: 400;
    font-size: 14px;
    line-height: 20px;
    color: #72737E;
}
.single-product #main .product .product-content-wrapper .details-wrapper .details-col p span{
    color: #373948;
}
.author .site-main section.section-best-sellers {
    margin: 0 -96px;
    padding-bottom: 80px;
}
/**
* Author page
**/
.author #content.site-main {
    padding: 0 96px;
}
.author-container .author-wrapper {
    display: flex;
    align-items: flex-start;
    gap: 40px;
    padding-bottom: 40px;
    margin-bottom: 40px;
}
.author-container .author-wrapper .image-wrapper {
    max-width: 294px;
    width: 100%;
}
.author-container .author-wrapper .image-wrapper img#profile-image {
    width: 100%;
}
.author-container .author-content h1 {
    font-family: 'Archivo';
    font-style: normal;
    font-weight: 500;
    font-size: 32px;
    line-height: 44px;
    letter-spacing: -0.02em;
    color: #1B1B46;
    margin: 0 0 16px;
}
.author-content p {
    font-family: 'Archivo';
    font-style: normal;
    font-weight: 400;
    font-size: 16px;
    line-height: 24px;
    color: #373948;
    margin: 8px 0 16px;
}
.author-container .author-content .sub-p {
    font-family: 'Archivo';
    font-style: normal;
    font-weight: 400;
    font-size: 14px;
    line-height: 20px;
    color: #72737E;
    margin-bottom: 12px;
    display: flex;
    align-items: center;
    justify-content: flex-start;
    gap: 8px;
}
.author-container .author-content .sub-p:last-child {
    margin: 0;
}
.author-container .author-content .sub-p span {
    font-family: 'Archivo';
    font-style: normal;
    font-weight: 400;
    font-size: 14px;
    line-height: 20px;
    color: #373948;
    margin-left: 8px;
    display: flex;
    align-items: center;
    gap: 16px;
}
.author-container .author-content .sub-p span a {
    display: flex;
    align-items: center;
}
.show-more {
    font-family: 'Archivo';
    font-style: normal;
    font-weight: 600;
    font-size: 16px;
    line-height: 24px;
    color: #373948;
    display: flex;
    align-items: center;
    gap: 4px;
    cursor: pointer;
    width: max-content;
    padding: 12px 0;
}

/**
* Footprint page
**/
body.page:has(> #content #msform) #site-footer {
    display: none;
}

body.page:has(> #content #msform) #content {
    padding: 40px 96px 160px;
}

body.page:has(> #content .results-container) #content {
    padding: 40px 96px 80px;
}

#msform .nav-wrap {
    width: 100%;
    max-width: 100%;
    display: flex;
    flex-direction: row;
    align-items: flex-start;
    padding: 16px 120px;
    gap: 8px;
    position: fixed;
    height: 80px;
    left: 0px;
    bottom: 0px;
    background: #FFFFFF;
    margin: 0 auto;
    box-shadow: 0px -2px 12px rgba(0, 0, 0, 0.08);
}

.nav-wrap .previous {
    color: #A357F4 !important;
    background: transparent !important;
}

.nav-wrap button[type="button"] {
    font-weight: 600;
    line-height: 24px;
}

.nav-wrap .next.action-button, .nav-wrap .previous.action-button-previous, .view-results.action-button {
    display: flex !important;
    align-items: center;
    gap: 4px;
}

.next.action-button:after, .view-results.action-button:after {
    content: url('/wp-content/themes/hello-theme-child-master/images/ArrowForwardRoundedhover.png');
    width: 24px;
    height: 24px;
}

/* #msform .action-button:hover:after {
    content: url('/wp-content/themes/hello-theme-child-master/images/ArrowForwardRoundedhover.png');
} */

.nav-wrap .previous.action-button-previous:before {
    content: url('/wp-content/themes/hello-theme-child-master/images/ArrowBackRounded.png');
    width: 24px;
    height: 24px;
}

#msform .fs-title {
    font-family: 'Archivo';
    font-style: normal;
    font-weight: 600;
    font-size: 24px;
    line-height: 32px;
    letter-spacing: -0.02em;
    color: #101028;
}

#msform .fc-left .q-count {
    font-family: 'Archivo';
    font-style: normal;
    font-weight: 400;
    font-size: 16px;
    line-height: 24px;
    color: #101028;
}

#msform .fc-left .q-count strong {
    font-weight: 600;
}

#msform .fc-right .content-imagebox p {
    letter-spacing: 0.5px;
    margin-bottom: 40px;
    font-family: 'Archivo';
    font-style: normal;
    font-weight: 400;
    font-size: 14px;
    line-height: 20px;
    text-align: center;
    color: #373948;
}

.results-container .cf-app-container h3 {
    font-family: 'Archivo';
    font-style: normal;
    font-weight: 600;
    font-size: 32px;
    line-height: 44px;
    text-align: center;
    letter-spacing: -0.02em;
    color: #101028;
}

.results-container .cf-app-container a.share-btn {
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
    padding: 12px 32px;
    gap: 4px;
    height: 48px;
    background: #FFFFFF;
    border: 1px solid #A357F4;
    border-radius: 4px;
    color: #A357F4;
    font-family: 'Archivo';
    font-style: normal;
    font-weight: 600;
    font-size: 16px;
    line-height: 24px;
}
.results-container .cf-app-container a.share-btn:after {
    content: url('/wp-content/themes/hello-theme-child-master/images/ShareRounded.png');
    width: 24px;
    height: 24px;
}

.dashboard-view .results-charts a.share-btn:after {
    content: url('/wp-content/themes/hello-theme-child-master/images/ShareRounded.png');
    width: 24px;
    height: 24px;
}

.welcome .welcome-wrap h1 {
    max-width: 816px;
    font-family: 'Archivo';
    font-style: normal;
    font-weight: 600;
    font-size: 32px;
    line-height: 44px;
    align-items: center;
    text-align: center;
    letter-spacing: -0.02em;
    color: #101028;
    width: 100%;
    margin: 0 auto 16px auto;
}
.welcome .welcome-wrap p {
    max-width: 434px;
    font-family: 'Archivo';
    font-style: normal;
    font-weight: 400;
    font-size: 16px;
    line-height: 24px;
    text-align: center;
    color: #373948;
    width: 100%;
}
.welcome .welcome-wrap p span {
    font-weight: 600;
    color: #08D977;
}

.share-popup .popup-content-box h2 {
    font-family: 'Archivo';
    font-style: normal;
    font-weight: 600;
    font-size: 20px;
    line-height: 24px;
    text-align: center;
    letter-spacing: -0.02em;
    color: #101028;
    margin: 0;
    margin-bottom: 8px;
}
.share-popup .popup-content-box p {
    font-family: 'Archivo';
    font-style: normal;
    font-weight: 400;
    font-size: 16px;
    line-height: 24px;
    text-align: center;
    color: #373948;
}
.share-popup .popup-content-box .wrap:before {
    content: url('/wp-content/themes/hello-theme-child-master/images/share.png');
    width: 80px;
    height: 80px;
    display: flex;
    align-items: center;
    margin: 0 auto;
    margin-bottom: 24px;
}
.result-box .result-contents p.results-count {
    font-family: 'Archivo';
    font-style: normal;
    font-weight: 600;
    font-size: 52px;
    line-height: 56px;
    text-align: center;
    letter-spacing: -0.02em;
    color: #101028;
}
.result-box .result-contents p.results-label {
    font-family: 'Archivo';
    font-style: normal;
    font-weight: 400;
    font-size: 16px;
    line-height: 24px;
    text-align: center;
    color: #373948;
}
.result-box .result-contents {
    top: 0;
}
.result-details {
    display: flex;
    column-gap: 16px;
    margin-bottom: 24px;
}
.result-details .wp-block-media-text__media {
    width: 44px;
    height: auto;
}
.result-details .wp-block-media-text__content {
    padding: 0 !important;
}
.result-details .wp-block-media-text__content p {
    font-family: 'Archivo';
    font-style: normal;
    font-weight: 400;
    font-size: 16px;
    line-height: 24px;
    color: #373948;
}
.differ-wrapper {
    padding: 40px 32px;
    background: #FFFFFF;
    border: 3px solid #21222B;
    border-radius: 16px;
    max-width: 496px;
    width: 100%;
}
.differ-wrapper h2 {
    font-family: 'Archivo';
    font-style: normal;
    font-weight: 600;
    font-size: 24px;
    line-height: 32px;
    letter-spacing: -0.02em;
    color: #101028;
    margin: 0;
    margin-bottom: 16px;
}
.differ-wrapper > p {
    font-family: 'Archivo';
    font-style: normal;
    font-weight: 400;
    font-size: 16px;
    line-height: 24px;
    color: #373948;
    margin-bottom: 40px;
}
.signup-button {
    width: 100% !important;
    margin-top: 16px !important;
}
.signup-button a {
    padding: 12px 32px;
    background: #A357F4;
    border-radius: 4px !important;
    font-family: 'Archivo';
    font-style: normal;
    font-weight: 600;
    font-size: 16px !important;
    line-height: 24px;
    color: #FFFFFF !important;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 4px;
    width: 100% !important;
}

.signup-button a:after {
    content: url('/wp-content/themes/hello-theme-child-master/images/ArrowForwardRoundedhover.png');
    width: 24px;
    height: 24px;
}

/**
* Dashboard
**/
.main-dashboard h3.greetings {
    font-family: 'Archivo';
    font-style: normal;
    font-weight: 500;
    font-size: 32px;
    line-height: 44px;
    letter-spacing: -0.02em;
    color: #101028;
    margin-top: 0;
}
.main-dashboard p.text {
    font-family: 'Archivo';
    font-style: normal;
    font-weight: 400;
    line-height: 24px;
    color: #373948;
}
.main-dashboard .calculate-btn a {
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
    padding: 12px 32px !important;
    gap: 4px;
    height: 48px !important;
    background: #A357F4;
    border-radius: 4px;
    font-family: 'Archivo';
    font-style: normal;
    font-weight: 600;
    font-size: 16px !important;
    line-height: 24px !important;
    width: max-content;
    max-width: 100%;
}
.main-dashboard .header {
    border-bottom: 1px solid #ECECEE !important;
}

.main-dashboard .dashboard-selector {
    border: 1px solid #CDCDD0;
}
.main-dashboard .dashboard-btn.active {
    background-color: #E8D4FC;
    color: #373948;
}
.main-dashboard .dashboard-btn {
    font-family: 'Archivo';
    font-style: normal;
    font-weight: 500;
    font-size: 14px;
    line-height: 20px;
    text-align: center;
    color: #373948;
}
.main-dashboard .cat-breakdown h4.heading {
    font-family: 'Archivo';
    font-style: normal;
    font-size: 24px;
    line-height: 32px;
    letter-spacing: -0.02em;
    color: #101028;
}
.main-dashboard .dashboard-btn:hover {
    background-color: #F7F1FE;
}
.main-dashboard .cat-breakdown .title {
    font-family: 'Archivo';
    font-style: normal;
    color: #373948;
}
.main-dashboard .cat-breakdown .percentage {
    font-family: 'Archivo';
    font-style: normal;
    text-align: right;
    color: #373948;
    min-width: 120px;
    margin: 0;
}
.main-dashboard .cat-breakdown .value {
    font-family: 'Archivo';
    font-style: normal;
    font-weight: 400;
    color: #373948;
}
.main-dashboard .footprint-rate.good {
    background: #E6F8F2;
}
.main-dashboard .footprint-rate {
    font-family: 'Archivo';
    font-style: normal;
    font-weight: 400;
    font-size: 16px;
    line-height: 24px;
    text-align: center;
    color: #373948;
}
.main-dashboard .view-box .col.right {
    padding: 40px 32px 24px;
}
.main-dashboard .result-box-container .share-btn {
    margin-top: 0 !important;
}
.main-dashboard .results-charts .result-box-container {
    padding-top: 0;
}
.main-dashboard .result-box-container .share-btn {
    padding: 12px 32px;
    gap: 4px;
    background: #FFFFFF;
    border: 1px solid #A357F4;
    border-radius: 4px;
    font-family: 'Archivo';
    font-style: normal;
    font-weight: 600;
    font-size: 16px;
    line-height: 24px;
    color: #A357F4;
}
.main-dashboard .category-tabs a.cat-tablink {
    font-family: 'Archivo';
    font-style: normal;
    font-weight: 500;
    font-size: 14px;
    line-height: 20px;
    display: flex;
    align-items: center;
    text-align: center;
    color: #373948;
    gap: 4px;
    padding: 0 0 10px;
    padding-left: 24px;
    padding-right: 24px;
}
.main-dashboard .category-tabs .cat-tablink i:before {
    font-size: 20px;
}
.main-dashboard .category-tabs .cats-tab-menu {
    border-bottom: 1px solid #ECECEE;
    padding: 0;
    margin-left: 0;
    justify-content: space-around;
    width: 100%;
    max-width: 1240px;
}
.main-dashboard .category-tabs .cats-tab-menu li.cat-tab.cat-tab-desktop {
    display: flex;
    align-items: center;
    justify-content: center;
}
.main-dashboard .category-tabs .cats-tab-menu li.cat-tab.cat-tab-desktop:has(> .cat-tablink.active) {
    border-bottom: 2px solid #A357F4;
}
.main-dashboard .category-tabs .cats-tab-menu li.cat-tab.cat-tab-desktop .cat-tablink.active {
    border-bottom: 0;
    color: #A357F4;
}
.main-dashboard .category-tabs .cat-chart__details .cat-result {
    font-family: 'Archivo';
    font-style: normal;
    font-weight: 600;
    font-size: 24px;
    line-height: 32px;
    text-align: center;
    letter-spacing: -0.02em;
    color: #101028;
}
.main-dashboard .category-tabs .cat-chart__chart .results-count {
    font-size: 52px;
    margin-bottom: 0 !important;
    font-family: 'Archivo';
    font-style: normal;
    line-height: 56px;
    text-align: center;
    letter-spacing: -0.02em;
    color: #101028;
}
.main-dashboard .history-charts {
    margin-top: 40px;
}
.main-dashboard .history-charts h2.title.grid-history-header-title {
    font-family: 'Archivo';
    font-style: normal;
    font-weight: 600;
    font-size: 24px;
    line-height: 32px;
    letter-spacing: -0.02em;
    color: #101028;
    padding: 12px 40px 12px 16px;
}
.main-dashboard .history-charts .calendar__wrap .styledSelect {
    font-family: 'Archivo';
    font-style: normal;
    font-weight: 400;
    font-size: 16px;
    line-height: 24px;
    color: #373948;
    padding: 12px 8px 12px 16px;
}
.main-dashboard .history-charts .calendar {
    width: 100%;
    height: 100%;
    min-height: 48px;
    font-family: 'Archivo';
    font-style: normal;
    font-weight: 400;
    font-size: 16px;
    line-height: 24px;
    color: #373948;
}
.main-dashboard .history-charts .datepicker-wrap:after {
    top: 30%;
}

.main-dashboard .desktop-label__wrap .label_wrap-col {
    font-family: 'Archivo';
    font-style: normal;
    font-weight: 400;
    color: #373948;
}
.main-dashboard .cat-chart__breakdown-item p {
    font-family: 'Archivo';
    font-style: normal;
    font-weight: 600;
    font-size: 18px;
    line-height: 28px;
    color: #373948;
}
.main-dashboard .history-charts .calc-label__cont p {
    font-family: 'Archivo';
    color: #373948;
}
.main-dashboard .result-table table tr th {
    font-family: 'Archivo';
    font-style: normal;
    font-weight: 500;
    font-size: 14px;
    line-height: 20px;
    color: #101028;
}
body:has(> #content .page-content .main-dashboard) main#content {
    padding-top: 56px;
    padding-bottom: 56px;
}
.welcome-wrap .calculate-btn a {
    padding: 12px 32px !important;
    height: 48px !important;
    background: #A357F4;
    border-radius: 4px;
    max-width: 100%;
    width: max-content;
    font-family: 'Archivo';
    font-style: normal;
    font-weight: 600;
    font-size: 16px;
    line-height: 24px !important;
}
.welcome h1, .welcome p, .welcome-wrap.no-history h2, .welcome-wrap p {
    font-family: 'Archivo';
}

/**
* Legal pages
**/
.privacy-policy .page-header h1,
main#content:has(> .page-content .last-update) .page-header h1 {
    display: block;
    margin: 0;
    font-family: 'Archivo';
    font-style: normal;
    font-weight: 500;
    font-size: 44px;
    line-height: 56px;
    letter-spacing: -0.02em;
    color: #101028;
    margin-bottom: 8px;
}
.privacy-policy main#content, main#content:has(> .page-content .last-update) {
    padding: 40px 96px 80px;
}
.page-content p {
    font-family: 'Archivo';
    font-style: normal;
    font-weight: 400;
    font-size: 16px;
    line-height: 24px;
    color: #373948;
}
.privacy-policy .page-content p.last-update {
    font-family: 'Archivo';
    font-style: normal;
    font-weight: 600;
    font-size: 18px;
    line-height: 28px;
    color: #21222B;
    margin: 40px 0 0;
}
.page-content h2 {
    font-family: 'Archivo';
    font-style: normal;
    font-weight: 600;
    font-size: 20px;
    line-height: 24px;
    letter-spacing: -0.02em;
    color: #101028;
    margin: 0;
    margin-bottom: 8px;
    margin-top: 40px;
}
.page-content ul {
    margin: 16px 0 16px 32px;
    padding-left: 24px;
    font-family: 'Archivo';
    font-style: normal;
    font-weight: 400;
    font-size: 16px;
    line-height: 24px;
    color: #373948;
}
.page-content ol li {
    font-family: 'Archivo';
    font-style: normal;
    font-weight: 400;
    font-size: 16px;
    line-height: 24px;
    color: #373948;
    margin-bottom: 24px;
}
.page-content ol li:last-child {
    margin: 0;
}
.page-content ol {
    padding: 8px 0 8px 20px;
    margin: 8px 0 8px 32px;
}
.page-content ol li::marker, .page-content ol li strong {
    font-family: 'Archivo';
    font-style: normal;
    font-weight: 600;
    font-size: 18px;
    line-height: 28px;
    color: #373948;
}

.page-content p.last-update {
    font-family: 'Archivo';
    font-style: normal;
    font-weight: 600;
    font-size: 18px;
    line-height: 28px;
    color: #21222B;
    margin-top: 16px;
    margin-bottom: 40px;
}

/**
* Cart page
**/
.woocommerce-cart main#content {
    padding-top: 24px;
    margin-bottom: 24px;
}
.woocommerce-cart .cart-empty-wrapper {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    width: 100%;
}
.woocommerce-cart .cart-content-wrap {
    margin: 24px auto;
    text-align: center;
    width: 100%;
}
.woocommerce-cart .cart-content-wrap h1 {
    font-family: 'Archivo';
    font-style: normal;
    font-weight: 500;
    font-size: 32px;
    line-height: 44px;
    text-align: center;
    letter-spacing: -0.02em;
    color: #101028;
    margin: 0 0 8px;
}
.woocommerce-cart .cart-empty-wrapper p {
    font-family: 'Archivo';
    font-style: normal;
    font-weight: 400;
    font-size: 16px;
    line-height: 24px;
    text-align: center;
    color: #373948;
}
.woocommerce-cart .cart-empty-wrapper p.return-to-shop {
    margin-bottom: 64px;
}
.woocommerce-cart .cart-account-login-wrap h3 {
    font-family: 'Archivo';
    font-style: normal;
    font-weight: 600;
    font-size: 20px;
    line-height: 24px;
    text-align: center;
    letter-spacing: -0.02em;
    color: #101028;
    margin: 0 0 8px;
}
.woocommerce-cart .cart-empty-wrapper .cart-account-login-wrap p {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 4px;
}
.woocommerce-cart a.btn-cart.has-item {
    background: #F4F4F5;
}
.woocommerce-cart form.woocommerce-cart-form h1 {
    font-family: 'Archivo';
    font-style: normal;
    font-weight: 600;
    font-size: 16px;
    line-height: 24px;
    color: #101028;
    padding: 0 0 8px;
    margin: 0 0 24px;
    border-bottom: 1px solid #ECECEE;
}
.woocommerce-cart .discount-avail-notice {
    display: flex;
    flex-direction: row;
    align-items: center;
    padding: 12px 24px;
    gap: 10px;
    width: 100%;
    max-height: 60px;
    background: #E6F8F2;
    border-radius: 4px;
    justify-content: space-between;
    margin-bottom: 24px;
}

.woocommerce-cart .discount-avail-notice a {
    font-family: 'Archivo';
    font-style: normal;
    font-weight: 600;
    font-size: 16px;
    line-height: 24px;
}

.woocommerce-cart .discount-avail-notice a:hover {
    color: #A357F4;
}

.woocommerce-cart .discount-avail-notice p {
    font-family: 'Archivo';
    font-style: normal;
    font-weight: 400;
    font-size: 14px;
    line-height: 20px;
    color: #373948;
}
.woocommerce-cart .woocommerce {
    display: flex;
    column-gap: 64px;
}
.woocommerce-cart table tbody>tr:nth-child(odd)>td, 
.woocommerce-cart table tbody>tr:nth-child(odd)>th,
.woocommerce-cart table tbody tr:hover>td, 
.woocommerce-cart table tbody tr:hover>th {
    background: transparent;
}
.woocommerce-cart .woocommerce table.shop_table td, 
.woocommerce-cart .woocommerce table.shop_table th {
    border: 0;
}
.woocommerce-cart .woocommerce table.shop_table td {
    border-bottom: 1px solid #D6D6D6;
}
.woocommerce-cart .woocommerce table.shop_table {
    border: 1px solid #D6D6D6;
    border-radius: 0;
    border-bottom: 0;
}
.woocommerce-cart .woocommerce table.shop_table thead tr th {
    border-bottom: 1px solid #D6D6D6;
    padding: 12px 8px;
    font-family: 'Archivo';
    font-style: normal;
    font-weight: 500;
    font-size: 14px;
    line-height: 20px;
    color: #101028;
}
.woocommerce-cart .woocommerce table.shop_table thead tr th:last-child {
    padding-right: 104px;
}

.woocommerce-cart .woocommerce table.shop_table thead tr th:first-child {
    padding-left: 16px;
}
.woocommerce-cart .woocommerce table.shop_table thead tr th.product-subtotal,
.woocommerce-cart .woocommerce table.shop_table tbody tr td.product-subtotal {
    text-align: right;
}
.woocommerce-cart .woocommerce table.shop_table td {
    padding: 16px 8px;
}
.woocommerce-cart .woocommerce table.shop_table td:last-child {
    padding-right: 104px;
}

.woocommerce-cart .woocommerce table.shop_table td:first-child {
    padding-left: 16px;
}
.woocommerce-cart .woocommerce table.shop_table td.product-thumbnail a img {
    width: auto;
    max-height: 144px;
}
.woocommerce-cart .woocommerce table.shop_table td.product-thumbnail a {
    max-width: 104px;
    width: 100%;
    display: block;
    max-height: 144px;
    height: 100%;
}
.woocommerce-cart .woocommerce table.shop_table thead tr th.product-thumbnail {
    max-width: 104px;
    width: 12.904%;
}
.woocommerce-cart .woocommerce table.shop_table tbody tr td.product-quantity {
    width: auto;
    max-width: 120px;
}
.woocommerce-cart .woocommerce table.shop_table thead tr th.product-quantity {
    max-width: 120px;
    width: 14.889%;
}
th.product-subtotal {
    width: 136px;
}
th.product-name {
    width: 240px;
}
.woocommerce-cart .woocommerce {
    display: flex;
    flex-wrap: wrap;
}
.woocommerce-cart form.woocommerce-cart-form {
    max-width: 808px;
    width: 100%;
    flex: 1 0 50%;
}
.woocommerce-cart .woocommerce .cart-collaterals {
    display: flex;
    width: 100%;
    max-width: 376px;
    flex: 1 0 50%;
}
.woocommerce-cart .woocommerce .cart-collaterals .cart_totals {
    float: none;
    width: 100%;
}
.woocommerce-cart .woocommerce .cart-collaterals .cart_totals h2 {
    font-family: 'Archivo';
    font-style: normal;
    font-weight: 600;
    font-size: 16px;
    line-height: 24px;
    color: #101028;
    margin: 0 0 24px;
    padding: 0 0 8px;
    border-bottom: 1px solid #ECECEE;
}
.woocommerce-cart .woocommerce table.shop_table thead tr th.product-remove {
    width: 6%;
    max-width: 24px;
}
.woocommerce-cart .woocommerce table.shop_table td.product-remove {
    padding-left: 16px;
}
.woocommerce-cart .woocommerce .product-remove a.remove_from_cart_button {
    display: block;
    width: 24px;
    height: 24px;
}
.woocommerce-cart .woocommerce .product-remove a.remove_from_cart_button:hover {
    background: #F4F4F5;
    border-radius: 50%;
}
.woocommerce-cart .woocommerce .product-name .product-item-wrap {
    display: flex;
    flex-direction: column;
}
.woocommerce-cart .woocommerce .product-name .product-item-wrap a {
    font-family: 'Archivo';
    font-style: normal;
    font-weight: 600;
    font-size: 14px;
    line-height: 20px;
    color: #1B1B46;
    margin-bottom: 4px;
}
.woocommerce-cart .woocommerce .product-name .product-item-wrap .amount,
.woocommerce-cart .woocommerce .product-subtotal .amount {
    font-family: 'Archivo';
    font-style: normal;
    font-weight: 400;
    font-size: 14px;
    line-height: 20px;
    color: #373948;
}
.mobile.qty-input-wrapper {
    display: none;
}
.woocommerce-cart .woocommerce .cart-collaterals table.shop_table.shop_table_responsive {
    border: 0;
    margin: 0;
}
.woocommerce-cart .woocommerce .cart-collaterals table.shop_table.shop_table_responsive tr th, 
.woocommerce-cart .woocommerce .cart-collaterals table.shop_table.shop_table_responsive tr td {
    font-family: 'Archivo';
    font-style: normal;
    font-weight: 500;
    font-size: 14px;
    line-height: 20px;
    color: #101028;
    padding: 0 0 8px;
    border: 0;
}
.woocommerce-cart .woocommerce .cart-collaterals table.shop_table.shop_table_responsive tr.cart-subtotal th, 
.woocommerce-cart .woocommerce .cart-collaterals table.shop_table.shop_table_responsive tr.cart-subtotal td,
.woocommerce-cart .woocommerce .cart-collaterals table.shop_table.shop_table_responsive tr.order-total th,
.woocommerce-cart .woocommerce .cart-collaterals table.shop_table.shop_table_responsive tr.order-total td,
.woocommerce-cart .woocommerce .cart-collaterals table.shop_table.shop_table_responsive tr.tax-total th,
.woocommerce-cart .woocommerce .cart-collaterals table.shop_table.shop_table_responsive tr.tax-total td {
    border-bottom: 1px solid #ECECEE;
}
.woocommerce-cart .woocommerce .cart-collaterals table.shop_table.shop_table_responsive:has(> tbody tr.tax-total) tr.cart-subtotal th, 
.woocommerce-cart .woocommerce .cart-collaterals table.shop_table.shop_table_responsive:has(> tbody tr.tax-total) tr.cart-subtotal td {
    border-bottom: 0 !important;
}

.woocommerce-cart .woocommerce .cart-collaterals table.shop_table.shop_table_responsive tr.order-total th,
.woocommerce-cart .woocommerce .cart-collaterals table.shop_table.shop_table_responsive tr.order-total td {
    padding-top: 24px;
    padding-bottom: 10px;
    font-family: 'Archivo';
    font-style: normal;
    font-weight: 600;
    font-size: 16px;
    line-height: 24px;
    color: #101028;
}
.woocommerce-cart .woocommerce .cart-collaterals table.shop_table.shop_table_responsive tr.order-total td strong {
    font-weight: 600;
}
.woocommerce-cart .woocommerce .cart-collaterals table.shop_table.shop_table_responsive tr.cart-subtotal td,
.woocommerce-cart .woocommerce .cart-collaterals table.shop_table.shop_table_responsive tr.order-total td,
.woocommerce-cart .woocommerce .cart-collaterals table.shop_table.shop_table_responsive tr.tax-total td {
    text-align: right;
}
.wc-proceed-to-checkout a.btn-full {
    max-height: 40px;
    height: 100%;
    margin-top: 24px;
}
.woocommerce-cart section.section-best-sellers {
    width: 100%;
    flex: 1 0 100%;
    margin: 0 -96px;
    padding-top: 80px;
    padding-bottom: 0;
}
section.faq {
    width: 100%;
    flex: 1 0 100%;
    padding-top: 80px;
}
section.faq details summary::marker {
    content: "";
}

section.faq details {
    padding: 16px 0 24px;
    border-bottom: 1px solid #CDCDD0;
}
section.faq details summary {
    position: relative;
    display: flex;
    align-items: center;
    gap: 8px;
    cursor: pointer;
    font-family: 'Archivo';
    font-style: normal;
    font-weight: 600;
    font-size: 18px;
    line-height: 28px;
    color: #101028;
}
section.faq details summary::before {
    content: "";
    background: url(/wp-content/themes/hello-theme-child-master/images/AddRounded-acc.png);
    width: 24px;
    height: 24px;
    background-size: cover;
    display: flex;
    background-repeat: no-repeat;
}

section.faq details[open] summary::before {
    background: url(/wp-content/themes/hello-theme-child-master/images/RemoveRounded-acc.png);
}

section.faq h2 {
    margin: 48px 0 32px;
    font-weight: 500;
    font-size: 32px;
    line-height: 44px;
    text-align: center;
}
section.faq details p {
    font-size: 14px;
    line-height: 20px;
    margin-left: 32px;
    margin-top: 8px;
}

.woocommerce-cart form.login-form-content-wrapper {
    display: none;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    background: rgb(27, 27, 35, 0.64);
    height: 100%;
    overflow: auto;
}
.woocommerce-cart form.login-form-content-wrapper.show {
    display: flex;
    z-index: 1;
}
.woocommerce-cart .login-form-content-wrap {
    display: flex;
    flex-direction: column;
    padding: 40px;
    gap: 24px;
    isolation: isolate;
    width: 100%;
    background: #FFFFFF;
    border-radius: 8px;
    max-width: 560px;
    margin: 80px auto;
    height: max-content;
    position: relative;
}

.woocommerce-cart .login-form-content-wrap button.btn-full.woocommerce-button.button.woocommerce-form-login__submit {
    border: 0;
    margin-top: 16px;
}

.woocommerce-cart:has(> .site-footer .login-form-content-wrapper.show) {
    overflow: hidden;
}

input:focus-visible {
    outline: none;
}

.woocommerce-cart .login-form-content-wrap .registration-link-wrapper {
    margin-top: -24px;
}
.woocommerce-cart .login-form-content-wrap h2 {
    font-family: 'Archivo';
    font-style: normal;
    font-weight: 600;
    font-size: 32px;
    line-height: 44px;
    text-align: center;
    letter-spacing: -0.02em;
    color: #101028;
    margin: 0 0 16px;
}

.login-form-content-wrap a.close-popup {
    width: 24px;
    height: 24px;
    top: 16px;
    right: 16px;
}
span.required > .error {
    display: none;
}
.woocommerce-invalid span.required > .error {
    display: block;
    margin-top: 4px;
    position: absolute;
    bottom: -24px;
    left: 0;
}
.woocommerce-invalid-required-field {
    margin-bottom: 32px !important;
}
.checkout-inline-error-message {
    display: none;
}
.woocommerce-notices-wrapper ul.woocommerce-error li {
    padding-left: 1.5em !important;
}

.woocommerce-cart .login-form-content-wrap .et-error-status,
.woocommerce form .form-row.woocommerce-invalid .woocommerce-input-wrapper .error,
.woocommerce-invalid:has(> .woocommerce-form__label-for-checkbox) {
    font-family: 'Archivo';
    font-style: normal;
    font-weight: 400;
    font-size: 12px;
    line-height: 20px;
    color: #F8485E;
    display: none;
}
.signup-container .signup-wrapper form label.error {
    font-family: 'Archivo';
    font-style: normal;
    font-weight: 400 !important;
    font-size: 12px !important;
    line-height: 20px !important;
    color: #F8485E !important;
}
.signup-container .signup-wrapper form input.error{
    border: 1px solid #F8485E !important;
}
.signup-container .signup-wrapper form label#login-password-error {
    width: 100%;
}
.input-text.error,
.woocommerce form .form-row.woocommerce-invalid .select2-container, 
.woocommerce form .form-row.woocommerce-invalid input.input-text, 
.woocommerce form .form-row.woocommerce-invalid select {
    border: 1px solid #F8485E;
}

form.login .form-row label.error {
    font-size: 12px;
    color: #F8485E;
    margin: 0;
    margin-top: 4px;
}

ul.woocommerce_error.woocommerce-error.wc-stripe-error {
    margin: 0;
    margin-bottom: 24px;
}
ul.woocommerce_error.woocommerce-error li {
    margin-left: 24px !important;
}

.woocommerce form .form-row .woocommerce-input-wrapper .error {
    display: none;
}

.woocommerce form .form-row.woocommerce-invalid .woocommerce-input-wrapper .error {
    display: block;
}
.woocommerce form .form-row.woocommerce-invalid label {
    color: #72737E;
}

.woocommerce-checkout .woocommerce-NoticeGroup-checkout {
    display: none;
    width: 100%;
    flex: 1 0 100%;
}

.woocommerce-checkout .woocommerce-NoticeGroup-checkout ul li[data-id] {
    display: none;
}

.woocommerce-checkout .woocommerce-NoticeGroup-checkout ul {
    margin: 0;
    background: transparent;
    border: 0;
    font-family: 'Archivo';
    font-style: normal;
    font-weight: 400;
    font-size: 14px;
    line-height: 20px;
    color: #F8485E;
    padding: 0 0 15px;
    display: flex;
}
.woocommerce-checkout .woocommerce-NoticeGroup-checkout ul:before {
    position: relative;
    left: 0;
    top: 0;
    margin-right: 10px;
}

.woocommerce-checkout form.checkout.woocommerce-checkout {
    display: flex;
    align-items: flex-start;
    gap: 64px;
    flex-wrap: wrap;
}
form.checkout.woocommerce-checkout:has(> .woocommerce-NoticeGroup .woocommerce-error li[data-id="billing_postcode"]) #billing_postcode {
    border: 1px solid #F8485E;
}
.woocommerce-checkout form.checkout.woocommerce-checkout .billing-details-wrapper {
    max-width: 600px;
    width: 100%;
}
.woocommerce-checkout .order-details-wrapper {
    width: 100%;
    max-width: 376px;
    position: sticky;
    top: 81px;
}
.woocommerce-checkout main#content {
    max-width: 1040px;
    width: 100%;
    padding: 0 !important;
    margin-top: 32px;
}
.woocommerce-checkout.woocommerce-order-received main#content {
    margin-top: 32px;
    max-width: 1440px;
    padding: 40px 96px 120px 96px !important;
}

.woocommerce-checkout .page-header {
    display: none;
}
.woocommerce-checkout .checkout-header-wrapper h2 {
    margin-top: 24px;
    margin-bottom: 32px;
    font-family: 'Archivo';
    font-style: normal;
    font-weight: 600;
    font-size: 28px;
    line-height: 40px;
    letter-spacing: -0.02em;
    color: #101028;
}

.woocommerce-checkout .woocommerce-billing-fields h3, 
.woocommerce-checkout .order-details-wrapper h3 {
    font-family: 'Archivo';
    font-style: normal;
    font-weight: 600;
    font-size: 16px;
    line-height: 24px;
    color: #101028;
    margin: 0;
    padding-bottom: 8px;
    border-bottom: 1px solid #ECECEE;
}
.woocommerce-checkout-review-order {
    margin-top: 24px;
}
.woocommerce-checkout .woocommerce-billing-fields .woocommerce-billing-fields__field-wrapper {
    display: flex;
    margin-top: 40px;
    column-gap: 16px;
    flex-wrap: wrap;
    flex-direction: row;
}
.woocommerce-checkout .woocommerce-billing-fields .woocommerce-billing-fields__field-wrapper p#billing_first_name_field, 
.woocommerce-checkout .woocommerce-billing-fields .woocommerce-billing-fields__field-wrapper p#billing_last_name_field {
    max-width: 292px;
    width: 100%;
    flex: 1;
}
.woocommerce-checkout .woocommerce form .billing-details-wrapper .form-row .select2-container {
    width: 100%;
    height: 100%;
    max-height: 48px;
    min-height: 48px;
}
.woocommerce-checkout .billing-details-wrapper .select2-container .select2-selection--single {
    height: 100%;
}

.woocommerce-checkout .billing-details-wrapper .select2-container--default .select2-selection--single .select2-selection__rendered {
    color: #373948;
    line-height: 28px;
    height: 100%;
    min-height: 48px;
    max-height: 48px;
    display: flex;
    align-items: center;
    padding: 0px 16px;
}
.woocommerce-checkout .billing-details-wrapper .select2-container--default .select2-selection--single .select2-selection__arrow {
    height: 100%;
    right: 8px;
}
.woocommerce-checkout .billing-details-wrapper .select2-container--default .select2-selection--single span.select2-selection__arrow:before {
    content: url(/wp-content/themes/hello-theme-child-master/images/ActionBtn.png);
    width: 24px;
    height: 24px;
}
.woocommerce-checkout .billing-details-wrapper .select2-container--default .select2-selection--single span.select2-selection__arrow {
    display: flex;
    align-items: center;
    justify-content: flex-end;
}
.woocommerce-checkout .billing-details-wrapper .select2-container--default .select2-selection--single .select2-selection__arrow b {
    display: none;
}
.woocommerce-checkout footer#site-footer {
    display: none;
}
.woocommerce-checkout span.optional {
    display: none;
}
.page-content .woocommerce-privacy-policy-text p {
    font-size: 14px;
    line-height: 20px;
}

.page-content div#stripe-payment-data p {
    font-size: 14px;
    line-height: 20px;
}
.billing-details-wrapper #payment.woocommerce-checkout-payment {
    background: #ffffff;
}
.billing-details-wrapper #payment.woocommerce-checkout-payment ul.wc_payment_methods.payment_methods.methods,
#payment.woocommerce-checkout-payment .form-row.place-order {
    padding: 0;
    border: 0;
}
.billing-details-wrapper #payment.woocommerce-checkout-payment ul.wc_payment_methods.payment_methods.methods li .payment_box:before {
    content: unset;
}
.billing-details-wrapper #payment.woocommerce-checkout-payment ul.wc_payment_methods.payment_methods.methods li .payment_box {
    background: transparent;
    padding: 0;
    margin: 0;
}
.billing-details-wrapper #payment.woocommerce-checkout-payment ul.wc_payment_methods.payment_methods.methods li .payment_box .wc-payment-form .form-row {
    padding: 0;
    margin: 0 0 16px;
}
.billing-details-wrapper #payment.woocommerce-checkout-payment ul.wc_payment_methods.payment_methods.methods li .payment_box .wc-payment-form .form-row .wc-stripe-elements-field {
    padding: 0;
    margin: 0;
}

.billing-details-wrapper #payment.woocommerce-checkout-payment ul.wc_payment_methods.payment_methods.methods li .payment_box .wc-payment-form .form-row .wc-stripe-elements-field {
    padding: 14px 16px;
    height: 48px;
    border: 1px solid #AFAFB5;
    border-radius: 4px;
    transition: all .3s;
    font-family: 'Archivo';
    font-style: normal;
    font-weight: 400;
    font-size: 16px;
    line-height: 24px !important;
    color: #373948;
}
.billing-details-wrapper #payment.woocommerce-checkout-payment ul.wc_payment_methods.payment_methods.methods li .payment_box .wc-payment-form .form-row .wc-stripe-elements-field.invalid {
    border: 1px solid #F8485E;
}
.billing-details-wrapper #payment.woocommerce-checkout-payment ul.wc_payment_methods.payment_methods.methods li .payment_box .wc-payment-form ul.woocommerce_error.woocommerce-error.wc-stripe-error {
    background: transparent;
    border: 0;
    padding: 0;
}
.billing-details-wrapper #payment.woocommerce-checkout-payment ul.wc_payment_methods.payment_methods.methods li .payment_box .wc-payment-form ul.woocommerce_error.woocommerce-error.wc-stripe-error:before{
    content: unset;
}
.billing-details-wrapper #payment.woocommerce-checkout-payment ul.wc_payment_methods.payment_methods.methods li .payment_box .wc-payment-form ul.woocommerce_error.woocommerce-error.wc-stripe-error li {
    margin-left: 0 !important;
    font-family: 'Archivo';
    font-style: normal;
    font-weight: 400;
    font-size: 12px;
    line-height: 20px;
    color: #F8485E;
}
.billing-details-wrapper #payment.woocommerce-checkout-payment ul.wc_payment_methods.payment_methods li label[for=payment_method_stripe] {
    font-family: 'Archivo';
    font-style: normal;
    font-weight: 600;
    font-size: 0;
    line-height: 24px;
    color: #101028;
    padding-bottom: 8px;
    border-bottom: 1px solid #ECECEE;
    width: 100%;
    margin-bottom: 40px;
    margin-top: 24px;
}
.billing-details-wrapper #payment.woocommerce-checkout-payment ul.wc_payment_methods.payment_methods li label[for=payment_method_stripe]:before {
    content: "Payment Details";
    font-size: 16px;
}
.payment_box fieldset {
    padding: 0;
    border: 0;
    margin: 0;
}
.wc_payment_methods .payment_box .woocommerce-SavedPaymentMethods-saveNew {
    display: none !important;
}
.woocommerce-terms-and-conditions-wrapper {
    margin-top: 24px;
}
.woocommerce-terms-and-conditions-wrapper p.form-row {
    margin-bottom: 24px;
}
.woocommerce-privacy-policy-text {
    margin-bottom: 24px;
}
.woocommerce-invalid #terms {
    outline-offset: 0px;
    outline: none;
}
.woocommerce form .form-row.validate-required label {
    margin-bottom: 0;
    font-family: 'Archivo';
    font-style: normal;
    font-weight: 400;
    font-size: 14px;
    line-height: 20px;
    color: #373948;
}
.woocommerce form .form-row:has(.woocommerce-invalid) input#terms {
    border: 1px solid #F8485E;
    appearance: none;
    -webkit-appearance: none;
    border-radius: 3px;
}

.woocommerce-checkout button#place_order:focus {
    background: #A357F4;
}
.woocommerce-checkout button#place_order:focus:hover {
    color: #A357F4;
    background: #E8D4FC;
}

.woocommerce-checkout button#place_order {
    border: 0;
}
.footer-help-wrapper .fhw-row {
    display: flex;
    gap: 32px;
    height: 100%;
    width: 100%;
    flex-wrap: wrap;
}
.footer-help-wrapper {
    display: flex;
    flex-direction: row;
    align-items: flex-start;
    padding: 0px;
    gap: 32px;
    width: 100%;
    margin: 96px 0;
    flex-wrap: wrap;
}
.footer-help-wrapper .fhw-col-wrap {
    padding: 24px;
    display: flex;
    align-items: flex-start;
    gap: 16px;
    height: 100%;
    width: 100%;
}
.footer-help-wrapper .fhw-col {
    width: 100%;
    height: auto;
    border: 1px solid #AFAFB6;
    border-radius: 6px;
    flex: 1;
}
.footer-help-wrapper .fhw-col-content {
    width: 100%;
}
.footer-help-wrapper .fhw-col img {
    max-width: 24px;
    max-height: 24px;
}

.footer-help-wrapper .fhw-col .fhw-col-content strong {
    font-family: 'Archivo';
    font-style: normal;
    font-weight: 600;
    font-size: 16px;
    line-height: 24px;
    color: #101028;
}

.order-details-wrapper ul.product-list {
    margin: 0;
    padding: 0;
    list-style: none;
}
.order-details-wrapper ul.product-list li.cart_item {
    display: flex;
    justify-content: space-between;
    padding-bottom: 16px;
    border-bottom: 1px solid #ECECEE;
}
.order-details-wrapper ul.product-list li.cart_item .product-details img {
    width: 33px;
    height: auto;
}
.order-details-wrapper ul.product-list li.cart_item .product-details {
    display: flex;
    align-items: flex-start;
    gap: 16px;
    height: 100%;
}

.order-details-wrapper ul.product-list li.cart_item .product-details .product-description-wrap,
.woocommerce-order-received .order-details-wrapper .order-details-row .order-details-col p {
    display: flex;
    flex-direction: column;
    gap: 4px;
    font-family: 'Archivo';
    font-style: normal;
    font-weight: 600;
    font-size: 14px;
    line-height: 20px;
    color: #1B1B46;
}

.order-details-wrapper ul.product-list li.cart_item .product-details .product-description-wrap .product-quantity {
    font-weight: 400;
    color: #373948;
}

.order-details-wrapper ul.product-list li.cart_item:not(:first-child) {
    margin-top: 24px;
}
.order-details-wrapper ul.product-list li.cart_item .product-total .amount {
    font-family: 'Archivo';
    font-style: normal;
    font-weight: 500;
    font-size: 14px;
    line-height: 20px;
    text-align: right;
    color: #101028;
}
ul.product-list li.cart-discount,
ul.product-list li.tax-rate,
ul.product-list li.tax-total,
ul.product-list li.order-total,
ul.product-list li.cart-subtotal {
    display: flex;
    justify-content: space-between;
    font-family: 'Archivo';
    font-style: normal;
    font-weight: 500;
    font-size: 14px;
    line-height: 20px;
    color: #101028;
    gap: 16px;
}
ul.product-list.subtotal, ul.product-list.ordertotal {
    margin-top: 24px;
}

ul.product-list li.cart-subtotal {
    padding-bottom: 8px;
}
ul.product-list li.cart-subtotal:last-child {
    border-bottom: 1px solid #ECECEE;
}
ul.product-list.ordertotal li.order-total {
    font-family: 'Archivo';
    font-style: normal;
    font-weight: 600;
    font-size: 16px;
    line-height: 24px;
    color: #101028;
    border-bottom: 1px solid #ECECEE;
    padding-bottom: 10px;
}
ul.product-list.ordertotal li.order-total strong {
    font-weight: 600;
}

/**
* Thank you page
**/
.woocommerce-order .order-confirmed-details {
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    gap: 16px;
    padding-bottom: 72px;
    border-bottom: 1px solid #ECECEE;
    margin-bottom: 72px;
}
.woocommerce-order .order-confirmed-details span {
    font-family: 'Archivo';
    font-style: normal;
    font-weight: 400;
    font-size: 16px;
    line-height: 24px;
    text-align: center;
    color: #373948;
}
.woocommerce-order .order-confirmed-details h1 {
    font-family: 'Archivo';
    font-style: normal;
    font-weight: 600;
    font-size: 32px;
    line-height: 44px;
    display: flex;
    align-items: center;
    text-align: center;
    letter-spacing: -0.02em;
    color: #101028;
    margin: 0;
}
.woocommerce-order .order-confirmed-details p {
    max-width: 357px;
    font-family: 'Archivo';
    font-style: normal;
    font-weight: 400;
    font-size: 16px;
    line-height: 24px;
    text-align: center;
    color: #373948;
    width: 100%;
    margin: 0 auto;
}
.woocommerce-order .order-confirmed-details > a {
    margin-top: 24px;
}
.woocommerce-order .order-confirmed-details .sub-links-wrapper {
    display: flex;
    gap: 8px;
    margin-top: 8px;
    font-family: 'Archivo';
    font-style: normal;
    font-weight: 400;
    font-size: 16px;
    line-height: 24px;
    text-align: center;
    color: #373948;
}
.woocommerce-order .order-confirmed-details .sub-links-wrapper a {
    font-weight: 600;
}
.woocommerce-order-received ul.product-list li.cart-subtotal:last-child {
    padding-top: 24px;
    border-top: 1px solid #ECECEE;
    font-family: 'Archivo';
    font-style: normal;
    font-weight: 600;
    font-size: 16px;
    line-height: 24px;
    color: #101028;
}
.woocommerce-order-received .order-details-wrapper {
    width: 100%;
    max-width: 100%;
}
.woocommerce-order-received .order-details-container-wrap {
    display: flex;
    justify-content: space-between;
    margin-bottom: 72px;
    gap: 144px;
}
.woocommerce-order-received .order-details-container-wrap .order-details-wrapper .order-details-row {
    margin-top: 24px;
    display: flex;
    gap: 24px;
}
.woocommerce-order-received .order-details-container-wrap .order-details-wrapper .order-details-row .order-details-col {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    padding: 0px;
    column-gap: 16px;
    max-width: 264px;
    width: 100%;
    height: auto;
    padding-bottom: 16px;
    border-bottom: 1px solid #ECECEE;
    row-gap: 4px;
}
.woocommerce-order-received .order-details-container-wrap .order-details-wrapper .order-details-row .order-details-col span {
    font-family: 'Archivo';
    font-style: normal;
    font-weight: 400;
    font-size: 14px;
    line-height: 20px;
    color: #373948;
}
.woocommerce-order-received .order-details-container-wrap .order-details-wrapper .order-details-row .order-details-col.full {
    max-width: 100%;
}
.order-confirmed-details.bottom {
    margin: 0;
    padding: 0;
    border: 0;
}

.page-template-signup-template .error-content {
    font-family: 'Archivo';
    font-style: normal;
    font-weight: 400;
    font-size: 14px;
    line-height: 20px;
    color: #F8485E;
}
.mfp-content:has(> .welcome__user) {
    vertical-align: top;
}
div#welcome-user-success, #need-help-popup, #form-submit-success {
    display: flex;
    flex-direction: column;
    align-items: center;
    padding: 40px;
    gap: 24px;
    max-width: 560px;
    height: auto;
    background: #FFFFFF;
    border-radius: 8px;
    justify-content: center;
    text-align: center;
    margin: 0 auto;
    margin-top: 124px;
    margin-bottom: 124px;
    position: relative;
}

div#welcome-user-success h3 {
    font-family: 'Archivo';
    font-style: normal;
    font-weight: 600;
    font-size: 20px;
    line-height: 24px;
    text-align: center;
    letter-spacing: -0.02em;
    color: #101028;
    margin: 0;
    margin-bottom: 8px;
}

div#welcome-user-success .welcome__success-wrapper {
    font-family: 'Archivo';
    font-style: normal;
    font-weight: 400;
    font-size: 16px;
    line-height: 24px;
    text-align: center;
    color: #373948;
    justify-content: center;
    display: flex;
    flex-direction: column;
    align-items: center;
    position: relative;
}
div#welcome-user-success button.mfp-close:hover, div#welcome-user-success button.mfp-close:focus {
    background: transparent;
}

div#form-submit-success h3 {
    font-family: 'Archivo';
    font-style: normal;
    font-weight: 600;
    font-size: 32px;
    line-height: 44px;
    text-align: center;
    letter-spacing: -0.02em;
    color: #101028;
    margin: 0 0 16px;
}
div#form-submit-success {
    gap: 16px;
}

div#form-submit-success p {
    max-width: 276px;
    font-family: 'Archivo';
    font-style: normal;
    font-weight: 400;
    font-size: 16px;
    line-height: 24px;
    text-align: center;
    color: #373948;
}

div#form-submit-success .welcome__success-wrapper {
    display: flex;
    flex-direction: column;
    align-items: center;
}

#form-submit-success .banner-btn-wrapper {
    margin-top: 40px;
}
.testimonials-wrapper .slick-list.draggable {
    overflow: hidden !important;
}
.customer-heading {
    overflow: hidden;
}
section.section-best-sellers.about .testimonials-wrapper .slick-list .slick-track {
    display: flex;
    gap: 24px;
}
section.section-best-sellers.about .testimonials-wrapper .slick-list .slick-track:before, 
section.section-best-sellers.about .testimonials-wrapper .slick-list .slick-track:after {
    content: unset;
}

/**
* My account
**/
.woocommerce-account .woocommerce:has(> .woocommerce-MyAccount-navigation) {
    padding: 24px 96px;
    display: flex;
    gap: 24px;
    margin-top: 56px;
    margin-bottom: 120px;
}
.heading-nav, .navigation-mobile-wrapper {
    display: none;
}

.woocommerce-account .woocommerce nav.woocommerce-MyAccount-navigation ul {
    margin: 0;
    padding: 0;
    list-style: none;
}
.woocommerce-account .woocommerce:before, .woocommerce-account .woocommerce:after {
    content: unset;
}
.woocommerce-account .woocommerce-MyAccount-navigation, .woocommerce-account .woocommerce-MyAccount-content {
    float: none;
    width: 100%;
}
.woocommerce-account .woocommerce-MyAccount-navigation {
    max-width: 229px;
}
.woocommerce-account .woocommerce-MyAccount-content {
    max-width: 851px;
}
.woocommerce-account .woocommerce nav.woocommerce-MyAccount-navigation ul li > a {
    padding: 8px;
    display: block;
    width: 100%;
    font-family: 'Archivo';
    font-style: normal;
    font-weight: 500;
    font-size: 14px;
    line-height: 20px;
    color: #72737E;
}

.woocommerce-account .woocommerce nav.woocommerce-MyAccount-navigation ul li.is-active > a {
    color: #373948;
}
.woocommerce-account .woocommerce nav.woocommerce-MyAccount-navigation ul li:hover > a {
    color: #373948;
}
.woocommerce-account .woocommerce h1.myaccount-heading {
    font-family: 'Archivo';
    font-style: normal;
    font-weight: 600;
    font-size: 28px;
    line-height: 40px;
    letter-spacing: -0.02em;
    color: #101028;
    margin: 0;
    margin-bottom: 32px;
}
.woocommerce-account .woocommerce .myaccount-col-wrapper {
    display: flex;
    gap: 16px;
}
.woocommerce-account .woocommerce h2.myaccount-sub-heading {
    font-family: 'Archivo';
    font-style: normal;
    font-weight: 600;
    font-size: 16px;
    line-height: 24px;
    color: #101028;
    margin: 0;
    padding-bottom: 8px;
    border-bottom: 1px solid #ECECEE;
    margin-bottom: 32px;
}
.woocommerce-account .woocommerce h2.myaccount-sub-heading:not(:nth-child(1)) {
    margin-top: 40px;
}
.woocommerce-account .woocommerce .myaccount-btn-wrapper {
    display: flex;
    justify-content: flex-end;
    margin-top: 64px;
}
.woocommerce-account .woocommerce .myaccount-btn-wrapper button.woocommerce-Button.button {
    width: auto;
    display: block;
    padding: 12px 32px;
    background: #A357F4;
    border-radius: 4px;
    font-family: 'Archivo';
    font-style: normal;
    font-weight: 600;
    font-size: 16px;
    line-height: 24px;
    color: #FFFFFF;
}
.delete-account-btn-wrapper {
    display: flex;
}
.delete-account-btn-wrapper .myaccount-delete-btn {
    font-family: 'Archivo';
    font-style: normal;
    box-sizing: border-box;
    padding: 12px 32px;
    gap: 4px;
    border: 1px solid #F8485E;
    border-radius: 4px;
    font-weight: 600;
    font-size: 16px;
    line-height: 24px;
    color: #F8485E;
    margin-top: 32px;
}
.delete-account-btn-wrapper .myaccount-delete-btn:hover {
    border: 1px solid #FA7F8E;
    color: #FA7F8E;
}
div#delete__account {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    padding: 40px;
    gap: 24px;
    max-width: 560px;
    height: auto;
    margin: 0 auto;
    background: #FFFFFF;
    border-radius: 8px;
    position: relative;
}
.mfp-content:has(> .delete__account) {
    vertical-align: top;
    margin-top: 80px;
    margin-bottom: 104px;
}
div#delete__account h3 {
    font-family: 'Archivo';
    font-style: normal;
    font-weight: 600;
    font-size: 28px;
    line-height: 40px;
    letter-spacing: -0.02em;
    color: #101028;
    margin: 0;
    margin-bottom: 24px;
}
div#delete__account h4 {
    font-family: 'Archivo';
    font-style: normal;
    font-weight: 600;
    font-size: 18px;
    line-height: 28px;
    color: #101028;
    margin: 0;
    margin-bottom: 16px;
}
div#delete__account p {
    font-family: 'Inter';
    font-style: normal;
    font-weight: 400;
    font-size: 16px;
    line-height: 24px;
    color: #373948;
    margin-bottom: 40px;
}
div#delete__account p span.password-confirm-text {
    font-family: 'Archivo';
    font-style: normal;
    font-weight: 400;
    font-size: 12px;
    line-height: 20px;
    color: #72737E;
    margin-top: 4px;
    display: block;
}
.delete-account__input-wrapper label {
    font-family: 'Archivo';
    font-style: normal;
    font-weight: 400;
    font-size: 14px;
    line-height: 20px;
    color: #72737E;
    margin-bottom: 4px;
}
.delete-account__input-wrapper textarea {
    box-sizing: border-box;
    display: flex;
    flex-direction: row;
    align-items: center;
    padding: 12px 16px;
    height: 96px;
    border: 1px solid #AFAFB5;
    border-radius: 4px;
    margin-bottom: 16px;
}
.delete-account__input-wrapper textarea:focus {
    border: 2px solid #A357F4;
}
.delete-account__input-wrapper .password-input {
    display: flex;
    flex-direction: column;
    justify-content: center;
    position: relative;
}
.delete-account__input-wrapper .show-password-input {
    right: 12px;
    top: 12px;
    position: absolute;
    cursor: pointer;
}
.delete-account__input-wrapper .show-password-input:after {
    margin-left: 8px;
    content: url(/wp-content/themes/hello-theme-child-master/images/VisibilityOffRounded.png);
}

.delete-account__input-wrapper .show-password-input.display-password:after {
    content: url(/wp-content/themes/hello-theme-child-master/images/VisibilityRounded.png);
}
#delete__account .btn-wrapper {
    display: flex;
    justify-content: flex-end;
    gap: 16px;
}
#delete__account .btn-wrapper button.mfp-close {
    padding: 12px 32px;
    background: #FFFFFF;
    border: 1px solid #A357F4;
    border-radius: 4px;
    position: relative;
    font-family: 'Archivo';
    font-style: normal;
    font-weight: 600;
    font-size: 16px;
    line-height: 24px;
    color: #A357F4;
    width: auto;
    opacity: 1;
    height: auto;
}
#delete__account .btn-wrapper a.delete-account-btn {
    padding: 12px 32px;
    background: #F8485E;
    border-radius: 4px;
    font-family: 'Archivo';
    font-style: normal;
    font-weight: 600;
    font-size: 16px;
    line-height: 24px;
    color: #FFFFFF;
}
#delete__account .btn-wrapper a.delete-account-btn:hover {
    background: #FCB6BF;
}
#delete__account .btn-wrapper a.delete-account-btn[disabled] {
    background: #ECECEE;
    color: #AFAFB6;
    cursor: no-drop;
}
.mfp-container:has(> .mfp-content #delete__account) {
    padding-left: 16px;
    padding-right: 16px;
}
div#success-delete-account .signup-container {
    width: 100%;
}
div#success-delete-account {
    position: absolute;
    top: 80px;
    background: #fff;
    z-index: 9999;
    width: 100%;
    left: 0;
    overflow: hidden;
}
div#success-delete-account .signup-form-wrap {
    width: 100%;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    margin: 0 auto;
    margin-top: 56px;
}
.woocommerce-account:has(> #content .woocommerce div#success-delete-account) #site-footer,
.woocommerce-account:has(> #content .woocommerce div#success-delete-account) .woocommerce-form-login, 
.woocommerce-account:has(> #content .woocommerce div#success-delete-account) .woocommerce > h2 {
    display: none;
}
div#success-delete-account h2 {
    margin-top: 32px;
    margin-bottom: 8px;
}
div#success-delete-account .banner-btn-wrapper a {
    width: 100%;
}

div#success-delete-account .banner-btn-wrapper {
    width: 100%;
}
div#success-delete-account .signup-content-wrapper p {
    font-family: 'Archivo';
    font-style: normal;
    font-weight: 400;
    font-size: 18px;
    line-height: 28px;
    color: #CDCDD0;
}
.woocommerce:has(> form.woocommerce-form-login) ul.woocommerce-error {
    margin: 0;
    background: #ffdce0;
    border: 0;
    color: #F8485E;
    border-radius: 4px;
    margin-bottom: 60px;
}
.woocommerce:has(> form.woocommerce-form-login) ul.woocommerce-error a, .woocommerce:has(> form.woocommerce-form-login) ul.woocommerce-error a:hover {
    color: #F8485E;
    text-decoration: underline !important;
}
.page-template-signup-template .error-content a {
    color: #F8485E;
    text-decoration: underline !important;
}

/**
* My account Orders
**/
.table-list-wrapper, 
.table-order-view-wrapper {
    display: none;
}
.woocommerce-account .woocommerce table.shop_table {
    border: 1px solid #D6D6D6;
    border-collapse: collapse;
    margin: 0;
}
.woocommerce-account .woocommerce table.my_account_orders th, 
.woocommerce-account .woocommerce table.my_account_orders td {
    padding: 16px 8px;
    border: 0;
    border-block-start: unset !important;
    font-family: 'Archivo';
    font-style: normal;
    font-weight: 500 !important;
    font-size: 14px;
    line-height: 20px;
    color: #101028;
    width: 123px;
    background: #ffffff;
}
.woocommerce-account .woocommerce table.my_account_orders td {
    padding: 0;
    background: #ffffff;
    border: none;
    border-top: 1px solid #D6D6D6;
}
.woocommerce-account .woocommerce table.my_account_orders th:last-child {
    padding-right: 16px;
}
.woocommerce-account .woocommerce table.my_account_orders th:first-child {
    padding-left: 16px;
}
.no-history {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 24px;
    padding: 40px 0;
}
.no-history .no-history-text-wrap {
    text-align: center;
}
.no-history .no-history-text-wrap h2 {
    font-family: 'Archivo';
    font-style: normal;
    font-weight: 600;
    font-size: 20px;
    line-height: 24px;
    text-align: center;
    letter-spacing: -0.02em;
    color: #101028;
    margin: 0;
    margin-bottom: 8px;
}
.no-history .section-btn-wrapper {
    margin-top: 0;
}
.woocommerce-account th.woocommerce-orders-table__cell.woocommerce-orders-table__cell-order-number a {
    font-family: 'Archivo';
    font-style: normal;
    font-weight: 600;
    font-size: 14px;
    line-height: 20px;
    color: #1B1B46;
}
.woocommerce-account tr.woocommerce-orders-table__row td.woocommerce-orders-table__cell {
    font-weight: 400 !important;
    color: #373948 !important;
}
.woocommerce-account tr.woocommerce-orders-table__row {
    border-top: 1px solid #D6D6D6;
}
.woocommerce-account tr.woocommerce-orders-table__row td.woocommerce-orders-table__cell a.woocommerce-button.button.view {
    font-family: 'Archivo';
    font-style: normal;
    font-weight: 600;
    font-size: 16px;
    line-height: 24px;
    color: #A357F4;
    padding: 0;
    background: transparent;
}
.woocommerce-account tr.tr-no-history td.td-no-history {
    padding: 0 !important;
}
.woocommerce-account tr.tr-no-history {
    border-top: 1px solid #D6D6D6;
}

.woocommerce-account h2.myaccount-sub-heading.order-wrap {
    display: flex;
    align-items: center;
    justify-content: space-between;
}
.woocommerce-account a.back-wrapper {
    display: flex;
    align-items: center;
    gap: 4px;
    font-family: 'Archivo';
    font-style: normal;
    font-weight: 400;
    font-size: 14px;
    line-height: 20px;
    color: #72737E;
}

.woocommerce-account h2.myaccount-sub-heading.order-wrap .button {
    font-family: 'Archivo';
    font-style: normal;
    font-weight: 600;
    font-size: 16px;
    line-height: 24px;
    color: #A357F4;
    padding: 6px 24px;
    background: transparent;
}

.woocommerce-account table.woocommerce-table.woocommerce-table--order-downloads.shop_table.shop_table_responsive.order_details tr th {
    font-family: 'Archivo';
    font-style: normal;
    font-weight: 500;
    font-size: 14px;
    line-height: 20px;
    color: #101028;
    padding: 12px 8px;
    border-block-start: unset;
    border: 0;
    background: transparent;
}
.woocommerce-account table.woocommerce-table.woocommerce-table--order-downloads.shop_table.shop_table_responsive.order_details td.download-product a,
table.woocommerce-table.woocommerce-table--order-downloads.shop_table.shop_table_responsive.order_details.orders td span.order-prod-name {
    font-family: 'Archivo';
    font-style: normal;
    font-weight: 600;
    font-size: 14px;
    line-height: 20px;
    color: #1B1B46;
}
.woocommerce-account .woocommerce table.shop_table td {
    background-color: transparent;
    border: 0;
    border-top: 1px solid #D6D6D6;
    padding: 12px 8px;
    display: table-cell;
}
.woocommerce-account .woocommerce table.shop_table td.download-remaining {
    color: #373948;
    font-size: 20px;
}

.woocommerce-account .woocommerce table.shop_table td:not(.download-remaining) {
    font-family: 'Archivo';
    font-style: normal;
    font-weight: 400;
    font-size: 14px;
    line-height: 20px;
    color: #373948; 
}

.woocommerce-account .woocommerce table.shop_table td.download-file a.woocommerce-MyAccount-downloads-file {
    font-family: 'Archivo';
    font-style: normal;
    font-weight: 600;
    font-size: 16px;
    line-height: 24px;
    color: #A357F4;
    background: transparent;
    padding: 0;
}
.woocommerce-account .woocommerce table.shop_table td:first-child, 
.woocommerce-account .woocommerce table.shop_table th:first-child {
    padding-left: 16px !important;
}
.woocommerce-account .woocommerce table.shop_table td:last-child, 
.woocommerce-account .woocommerce table.shop_table th:last-child {
    padding-right: 16px !important;
}
.woocommerce-account .woocommerce table.shop_table td .thumbnail-wrapper {
    display: flex;
    align-items: center;
    gap: 16px;
}
.woocommerce-account .woocommerce .woocommerce-order-downloads table.shop_table th:first-child {
    padding-left: 64px !important;
}
.woocommerce-account .woocommerce table.shop_table.orders th:first-child {
    padding-left: 16px !important;
    width: 7%;
}
table.woocommerce-table.woocommerce-table--order-downloads.shop_table.shop_table_responsive.order_details.orders {
    margin-bottom: 40px;
    border: 0;
}
.myaccount-orders.order-details-wrapper .order-details-row {
    display: flex;
    gap: 24px;
}
.myaccount-orders.order-details-wrapper .order-details-row .order-details-col {
    max-width: 267.67px;
    width: 100%;
}
.myaccount-orders.order-details-wrapper {
    display: flex;
    gap: 32px;
    flex-direction: column;
}
.myaccount-orders.order-details-wrapper .order-details-row .order-details-col p {
    font-family: 'Archivo';
    font-style: normal;
    font-weight: 600;
    font-size: 14px;
    line-height: 20px;
    color: #1B1B46;
}
.myaccount-orders.order-details-wrapper .order-details-row .order-details-col span {
    font-family: 'Archivo';
    font-style: normal;
    font-weight: 400;
    font-size: 14px;
    line-height: 20px;
    color: #373948;
}
.woocommerce-account .woocommerce table.shop_table td .thumbnail-wrapper img {
    max-width: 35px;
}
.orders-sub-total-wrapper {
    display: flex;
    flex-direction: column;
    align-items: flex-end;
    border: 1px solid #D6D6D6;
    margin-bottom: 64px;
    padding-bottom: 10px;
}
ul.product-list.subtotal.orders {
    display: flex;
    flex-direction: column;
    align-items: flex-end;
    max-width: 400px;
    width: 100%;
    margin: 0;
    padding: 0;
    padding-right: 16px;
}
table.woocommerce-table.woocommerce-table--order-downloads.shop_table.shop_table_responsive.order_details.orders .align-right {
    text-align: right;
}
ul.product-list.subtotal.orders .cart-subtotal {
    width: 100%;
}
ul.product-list.orders li.cart-subtotal:last-child {
    border: 0;
}
ul.product-list.orders li.cart-subtotal.order-total {
    padding-top: 2px;
    border-top: 1px solid #ECECEE;
    font-family: 'Archivo';
    font-style: normal;
    font-weight: 600;
    font-size: 16px;
    line-height: 24px;
    color: #101028;
}
.subscription__payment-col {
    margin-bottom: 40px;
}
.subscription__payment-inner {
    display: flex;
    align-items: center;
    padding: 16px 0;
    border-bottom: 1px solid #ececee;
    max-width: 560px;
    order: 2;
}

.subscription__payment-inner p {
    margin: 0;
    color: #373948;
    font-size: 14px;
    line-height: 20px;
    font-weight: 400;
}
p.woocommerce-PaymentMethod.woocommerce-PaymentMethod--method.payment-method-method {
    display: flex;
    align-items: center;
}
.subscription__payment-divider {
    display: none;
}
.subscription__payment-inner p:nth-child(3) {
    display: block !important;
    margin: 0 3px;
}
.subscription__payment-inner .payment-method-actions a {
    margin-left: 8px !important;
    background: #f0effd !important;
    border-radius: 40px !important;
    color: #6c5ee9 !important;
    font-size: 10px !important;
    line-height: 14px !important;
    font-weight: 400 !important;
    padding: 2px 8px;
}
.default__tooltip-hover {
    position: relative;
}
.default__tooltip {
    cursor: pointer;
    display: block;
    margin-left: 10px;
}
span.default__tooltip-bottom.tooltip__bottom:after {
    content: "";
    position: absolute;
    margin-left: -5px;
    border-width: 5px;
    border-style: solid;
    border-color: #1b1b23 transparent transparent transparent;
    top: -9px;
    left: 50%;
    rotate: 180deg;
}
.tooltip__bottom {
    top: 20px;
    left: -83px;
}

.default__tooltip-bottom {
    visibility: hidden;
    position: absolute;
    z-index: 1;
    width: 200px;
    color: white;
    background-color: #1b1b23;
    padding: 4px 8px;
    font-size: 10px;
    line-height: 14px;
    font-weight: 400;
    border-radius: 4px;
}
.default__tooltip-hover:hover .default__tooltip-bottom {
    visibility: visible !important;
}
.default__tooltip-hover svg path {
    stroke: #a357f4;
}
.subscription__payment-inner img {
    margin-left: 10px;
    width: auto;
    height: 24px;
    border-radius: 4px;
}
.card__icon {
    border-radius: 4px;
    width: 35px;
    height: 24px;
    margin: 0 16px 0 0;
    border: 1px solid #d9d9d9;
    object-fit: cover;
}
.subscription__payment-add a {
    color: #a357f4 !important;
    background: transparent !important;
    border: 1px solid #a357f4 !important;
    font-size: 16px !important;
    font-weight: 600 !important;
    line-height: 24px !important;
    display: flex !important;
    max-width: 192px !important;
    align-items: center !important;
    flex-direction: row-reverse !important;
    justify-content: center !important;
    gap: 9px !important;
}
span.image__icon {
    display: flex;
}
.subscription__payment-col {
    display: flex;
    flex-direction: column;
}
.subscription__payment-inner.default-payment-method {
    order: 1;
}
.card-option-wrapper {
    display: flex;
    width: auto;
    flex: 1;
    justify-content: flex-end;
    position: relative;
}
a.card-options {
    width: 24px;
    height: 24px;
    display: block;
}
a.card-options img {
    margin: 0;
}
.card-menu-wrapper {
    display: none;
    flex-direction: column;
    align-items: flex-start;
    padding: 8px;
    position: absolute;
    max-width: 160px;
    height: auto;
    right: 0;
    top: 24px;
    background: #FFFFFF;
    box-shadow: 0px 4px 6px -4px rgba(16, 24, 40, 0.1), 0px 10px 15px -3px rgba(16, 24, 40, 0.1);
    border-radius: 4px;
    width: 100%;
    z-index: 1;
}
.card-option-wrapper:has(> .card-options.active) .card-menu-wrapper {
    display: flex;
}
.card-option-wrapper .card-menu-wrapper .payment-method-actions {
    display: flex !important;
    margin: 0 !important;
    flex-direction: column;
    width: 100%;
}
.card-option-wrapper .card-menu-wrapper .payment-method-actions a {
    font-family: 'Archivo' !important;
    font-style: normal;
    font-weight: 400 !important;
    font-size: 14px !important;
    line-height: 20px !important;
    color: #73747E !important;
    padding: 8px !important;
    width: 100%;
    margin: 0 !important;
    background: transparent !important;
}
.card-option-wrapper .payment-method-method, .card-option-wrapper .payment-method-expires {
    display: none;
}
.card-option-wrapper .card-menu-wrapper .payment-method-actions a.delete {
    order: 2;
    color: #F8485E !important;
}

.card-option-wrapper .card-menu-wrapper .payment-method-actions a.deafult {
    order: 1;
}
.card-option-wrapper a.card-options.active {
    background: #E8D4FC;
    border-radius: 4px;
}
.woocommerce-payment-methods .woocommerce-notices-wrapper .woocommerce-message {
    display: flex;
    flex-direction: row;
    align-items: center;
    padding: 4px 16px;
    gap: 12px;
    width: auto;
    height: 44px;
    background: #049B52;
    border-radius: 4px;
    position: fixed;
    bottom: 80px;
    left: 96px;
    border: 0;
    font-family: 'Archivo';
    font-style: normal;
    font-weight: 400;
    font-size: 14px;
    line-height: 20px;
    color: #FFFFFF;
    z-index: 1;
}
.woocommerce-payment-methods .woocommerce-notices-wrapper .woocommerce-message::before {
    content: url(/wp-content/themes/hello-theme-child-master/images/CheckCircleOutlineRounded-white.png);
    color: #ffffff;
    position: relative;
    top: 0;
    left: 0;
}
.woocommerce-payment-methods .woocommerce-notices-wrapper .woocommerce-message:focus-visible {
    outline: none;
}
.woocommerce-add-payment-method #add_payment_method #payment {
    background: transparent;
}
.woocommerce-add-payment-method #add_payment_method #payment ul.payment_methods, .woocommerce-add-payment-method #add_payment_method #payment div.payment_box {
    padding: 0;
    background: transparent;
    margin: 0;
    border: 0;
}
.woocommerce-add-payment-method #add_payment_method #payment div.payment_box::before{
    content: unset;
}
.woocommerce-add-payment-method div#stripe-payment-data p, 
.woocommerce-add-payment-method input#payment_method_stripe,
.woocommerce-add-payment-method #add_payment_method #payment ul.payment_methods li > label {
    display: none;
}
.woocommerce-add-payment-method #add_payment_method #payment div.form-row {
    padding: 0;
}
.woocommerce-add-payment-method #add_payment_method #payment div.payment_box .wc-credit-card-form {
    margin: 0;
    display: flex;
    column-gap: 16px;
    flex-wrap: wrap;
}
.woocommerce-add-payment-method .wc-stripe-elements-field, .woocommerce-add-payment-method .wc-stripe-iban-element-field {
    border: 1px solid #AFAFB5;
    margin: 0;
    padding: 12px;
    background-color: #fff;
    outline: 0;
    border-radius: 4px;
}
.woocommerce-add-payment-method .woocommerce #payment #place_order, .woocommerce-page #payment #place_order {
    float: none;
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
    padding: 12px 32px;
    gap: 4px;
    width: auto;
    background: #A357F4;
    border-radius: 4px;
    height: 48px;
    margin-top: 64px !important;
    font-family: 'Archivo';
    font-style: normal;
    font-weight: 600;
    font-size: 16px;
    line-height: 24px;
    color: #FFFFFF;
}
.woocommerce-add-payment-method #add_payment_method #payment div.form-row:has(> .button) {
    display: flex;
    justify-content: flex-end;
    align-items: flex-end;
}
.woocommerce-add-payment-method .form-row.form-row-first, .woocommerce-add-payment-method .form-row.form-row-last {
    width: 49% !important;
    float: none !important;
}
.woocommerce-payment-methods div#confirm-payment-action .banner-btn-wrapper {
    width: auto;
    justify-content: flex-end;
    align-items: flex-end;
    gap: 16px;
    margin-top: 24px;
}
.woocommerce-payment-methods div#confirm-payment-action {
    display: flex;
    flex-direction: column;
    align-items: flex-end;
    padding: 40px;
    gap: 24px;
    position: absolute;
    width: 100%;
    height: auto;
    left: 0;
    top: 80px;
    background: #FFFFFF;
    border-radius: 8px;
    right: 0;
    max-width: 560px;
    margin: 0 auto;
}
.woocommerce-payment-methods div#confirm-payment-action h3 {
    font-family: 'Archivo';
    font-style: normal;
    font-weight: 600;
    font-size: 20px;
    line-height: 24px;
    letter-spacing: -0.02em;
    color: #101028;
    margin: 0;
    margin-bottom: 16px;
}
.woocommerce-payment-methods div#confirm-payment-action p {
    font-family: 'Archivo';
    font-style: normal;
    font-weight: 400;
    font-size: 16px;
    line-height: 24px;
    color: #373948;
}
.woocommerce-payment-methods a.button.btn-delete-popup.delete.disabled {
    opacity: 1;
    cursor: pointer;
}
div#confirm-payment-action .image__icon {
    align-items: center;
    justify-content: center;
    margin-bottom: 16px;
    font-family: 'Inter';
    font-style: normal;
    font-weight: 500;
    font-size: 16px;
    line-height: 24px;
    color: #464959;
}
/**
* Responsive
**/
@media screen and (min-width: 1440px){
    header#site-header .header-container > .menu-wrapper .cart-data-wrapper {
        left: calc(50% - 440px / 2 + 404px);
    }
}
@media screen and (max-width: 1240px){
    header#site-header .header-container {
        gap: 0;
    }
}
@media screen and (max-width: 1180px){
    img.custom-logo {
        max-width: 259px;
    }
    
    .hero-banner__section-wrapper .section-wrapper__col:last-child {
        flex: 1;
    }
}
@media screen and (max-width: 1115px){
    .woocommerce:has(> form.woocommerce-form-login), 
    .woocommerce:has(> .confirmation-wrapper), 
    .woocommerce:has(> .confirmation-wrapper-success), 
    .woocommerce:has(> form.lost_reset_password) {
        padding: 80px 32px;
    }
    .woocommerce form.login, 
    .woocommerce form.lost_reset_password {
        max-width: 100%;
    }
    .woocommerce:has(> form.woocommerce-form-login) h2, 
    .woocommerce:has(> form.lost_reset_password) h2 {
        text-align: left;
    }
    .woocommerce-cart form.login-form-content-wrapper.show {
        padding-left: 16px;
        padding-right: 16px;
    }
    .woocommerce .woocommerce-breadcrumb::after, .woocommerce .woocommerce-breadcrumb::before {
        content: unset;
    }
    header#site-header .header-container > .menu-wrapper .cart-data-wrapper {
        right: 32px;
    }
    body:not(.woocommerce-account) #content {
        padding: 80px 32px;
    }
    .mobile-hamburger-wrap{
        display: block;
    }
    header#site-header .menu-wrapper:not(.loggedin) .site-navigation {
        justify-content: flex-end;
        gap: 24px;
    }
    header#site-header .header-container,
    .hero-banner__section-wrapper,
    .section-calculate, 
    .section-content,
    .page-template-about-template .wrapper-container,
    section.section-best-sellers.about,
    .page-template-about-template .wrapper-container .companies-wrapper,
    .author #content.site-main, 
    .single-product div#primary #main, 
    .woocommerce-shop main#main,
    .page-template-faq-template .wrapper-container,
    .woocommerce-account .woocommerce:has(> .woocommerce-MyAccount-navigation) {
        padding-left: 32px;
        padding-right: 32px;
    }
    section.section-best-sellers h2 {
        margin-left: -32px;
    }
    .site-main nav.woocommerce-breadcrumb, 
    .author #content section.section-best-sellers, 
    .author section.section-best-sellers h2 {
        margin: 0;
    }
    .author #content section.section-best-sellers{
        padding: 0;
    }
    .author #content section.section-best-sellers .product-wrapper,
    .woocommerce-shop ul.products {
        padding-left: 40px;
        padding-right: 40px;
    }
    .single-product #main section.section-best-sellers .product-wrapper .slick-list {
        overflow: hidden !important;
    }
    .single-product #main section.section-best-sellers, .woocommerce-cart section.section-best-sellers {
        margin: 0 -32px;
    }
    .author #content.site-main {
        padding-bottom: 80px;
    }
    .author-container .author-wrapper .image-wrapper {
        flex: 1 0 294px;
    }
    .page-template-about-template .wrapper-container:has(> section.section-calculate),
    .page-template-about-template .wrapper-container:has(> .companies-wrapper) {
        padding-left: 0;
        padding-right: 0;
    }
    header#site-header.sticky-on {
        position: fixed;
        background: #ffffff;
        height: 80px;
        top: -100px;
        opacity: 0;
        transform: translate(0, -100%);
        transition-duration: 0.375s;
        transition-property: transform;
        pointer-events: auto;
    }
    header#site-header.sticky-on.gescout-show {
        top: 0;
        opacity: 1;
        transform: none;
        z-index: 1;
    }
    section.section-best-sellers {
        padding: 40px 72px 80px;
    }
    .site-header .site-branding {
        flex-direction: row;
        gap: 24px;
        justify-content: flex-start;
        width: auto;
        align-items: center;
    }
    .mobile-hamburger-wrap a.mobile-burger-menu {
        width: 32px;
        height: 32px;
        display: block;
    }
    .mobile-hamburger-wrap {
        max-width: 32px;
        max-height: 32px;
        width: 100%;
        height: 100%;
        display: block;
    }
    .site-navigation.menus {
        display: none;
    }
    .site-navigation.btn-wrapper {
        justify-content: flex-end;
        width: 100%;
    }
    .site-navigation.btn-wrapper .account__menu {
        display: none;
    }
    .site-footer-wrap{
        padding: 32px 32px;
        gap: 32px;
    }
    .site-footer-bottom-wrap{
        padding: 0 32px 40px;
    }
    .site-footer-bottom-wrap p {
        padding-top: 32px;
    }

    .about-wrapper, .about-committed-wrapper {
        max-width: 100%;
    }
    .page-template-about-template .wrapper-container:has(> .about-wrapper) {
        padding-left: 40px;
        padding-right: 40px;
        padding-top: 64px;
        padding-bottom: 64px;
    }
    .companies-wrapper {
        gap: 40px;
    }
    section.section-best-sellers.about {
        padding-right: 0 !important;
    }
    section.section-best-sellers.about .testimonials-wrapper{
        /* min-width: 1248px; */
        display: block;
        width: 100%;
    }
    .author .product-wrapper .product-col {
        max-width: 192px;
    }
    .woocommerce-shop ul.products {
        flex-wrap: wrap;
    }
    .woocommerce-shop ul.products li {
        max-width: 192px;
        height: auto;
    }
    .woocommerce-shop .product-content__wrapper .add-cart.button {
        margin: 0 !important;
    }
    .woocommerce-shop .product-content__wrapper {
        display: flex;
        flex-direction: column;
        justify-content: space-between;
        height: 100%;
        gap: 16px;
    }
    .woocommerce-shop .product-col {
        height: 100%;
    }
    .woocommerce-cart .woocommerce {
        flex-direction: column;
    }
    .woocommerce-cart form.woocommerce-cart-form, .woocommerce-cart .woocommerce .cart-collaterals {
        max-width: 100%;
    }

    body.woocommerce-cart #content {
        padding-top: 24px;
    }

    .woocommerce-cart .wc-proceed-to-checkout {
        padding: 0 0 24px 0;
    }
    section.faq {
        padding-top: 48px;
    }
    .woocommerce-cart section.section-best-sellers {
        padding-top: 40px;
    }
    section.faq h2 {
        margin: 0 0 40px;
    }
    .woocommerce-checkout main#content {
        margin: 0;
        padding: 0 32px !important;
        max-width: 100%;
    }
    .woocommerce-checkout .order-details-wrapper,
    .woocommerce-checkout form.checkout.woocommerce-checkout .billing-details-wrapper {
        max-width: 100%;
        flex: 1;
    }
    .woocommerce-checkout.woocommerce-order-received main#content {
        margin-top: 24px;
        padding: 0 32px !important;
        padding-bottom: 80px !important;
    }

    .page-template-faq-template section.faq-heading {
        padding: 40px 0;
    }

    section.faq details summary {
        font-size: 16px;
        line-height: 24px;
    }
    .need-help-wrapper {
        padding: 48px;
        min-height: 312px;
        height: 100%;
    }
    .signup-container .signup-wrapper {
        flex-direction: column-reverse;
    }
    .signup-container .signup-wrapper .signup-col {
        max-width: 100% !important;
    }
    .signup-container .signup-wrapper .signup-col.right .signup-form-wrap {
        max-width: 100%;
        margin: 0;
    }
    .signup-container .signup-wrapper .signup-col.right {
        padding: 80px 32px;
    }
    .signup-content-wrapper {
        justify-content: center;
        align-items: center;
        text-align: center;
        max-width: 556px;
        margin: 0 auto;
    }
    .signup-content-wrapper h1 {
        font-size: 32px;
        line-height: 44px;
        margin-bottom: 24px;
    }
    .signup-container .signup-wrapper .signup-col.left {
        padding: 120px 40px;
        height: 100%;
    }
    p.reset-sub-heading {
        text-align: left;
        max-width: 100%;
    }

    body:not([class*=elementor-page-]) .site-main {
        padding: 0 !important;
    }
    .confirmation-wrapper h2 {
        margin-top: 0;
    }
    .woocommerce-account .woocommerce:has(> .woocommerce-MyAccount-navigation) {
        padding-top: 0;
        padding-bottom: 0;
    }
    .woocommerce-account .woocommerce-MyAccount-navigation {
        max-width: 136px;
    }
    .woocommerce-account .woocommerce-MyAccount-content {
        max-width: 100%;
    }
    div#ez-cookie-notification {
        left: 32px;
    }
    .sort-wrapper {
        padding: 0 32px;
    }
}

@media screen and (max-width: 1029px){
    .site-footer-wrap {
        flex-direction: column;
    }
    .site-footer-wrap .footer-menu-wrapper.left-content {
        max-width: 100%;
    }
    .site-footer-wrap .footer-menu-wrapper.right-content {
        max-width: 100%;
        width: 100%;
        justify-content: flex-start;
        gap: 0;
    }
    .footer__wrap-col {
        width: 100%;
    }
    .need-help-wrapper h2, .need-help-wrapper p {
        max-width: 400px;
    }
}

@media screen and (max-width: 990px){
    a.custom-logo-link {
        width: 100%;
        height: auto;
        display: flex;
    }
    .hero-banner__section-wrapper {
        flex-direction: column;
        padding-top: 72px;
        padding-bottom: 56px;
    }
    section.hero-banner {
        background-position: center;
    }
    .hero-banner__section-wrapper .section-wrapper__col:last-child {
        text-align: center;
    }
    .section-calculate .calculate-wrapper {
        padding-left: 40px;
        padding-right: 40px;
    }
}
@media screen and (max-width: 960px){
    .need-help-wrapper h2, .need-help-wrapper p {
        max-width: 301px;
    }
}
@media screen and (max-width: 979px){
    .footer-help-wrapper {
        margin: 72px 0 80px;
    }
    .footer-help-wrapper .fhw-col {
        max-width: 336px;
        flex: 1 0 45%;
    }
}
@media screen and (max-width: 860px){

    .section-calculate .calculate-wrapper {
        background: url(/wp-content/themes/hello-theme-child-master/images/stars-tab.png), url(/wp-content/themes/hello-theme-child-master/images/banner.png);
        background-repeat: no-repeat;
        background-size: contain, cover;
        background-position: center;
    }

    .about-wrapper {
        max-width: 688px;
    }

    .page-template-about-template .wrapper-container .companies-wrapper {
        padding-left: 36px;
        padding-right: 36px;
    }

    .page-template-about-template .wrapper-container:has(> .about-committed-wrapper) {
        padding-left: 32px;
        padding-right: 32px;
    }

    .about-committed-wrapper {
        max-width: 100%;
    }

    .author-container .author-wrapper .image-wrapper {
        max-width: 258px;
        flex: 1 0 258px;
    }
    
    .woocommerce-checkout form.checkout.woocommerce-checkout {
        flex-direction: column;
    }
    .woocommerce-checkout .woocommerce-billing-fields .woocommerce-billing-fields__field-wrapper p#billing_first_name_field, 
    .woocommerce-checkout .woocommerce-billing-fields .woocommerce-billing-fields__field-wrapper p#billing_last_name_field {
        max-width: 100%;
    }
    #payment.woocommerce-checkout-payment .form-row.place-order,
    .woocommerce #payment #place_order, 
    .woocommerce-page #payment #place_order {
        margin: 0;
    }
    
    .woocommerce-order .order-confirmed-details {
        margin-bottom: 32px;
        padding: 0;
        border: 0;
    }

    .woocommerce-order-received .order-details-container-wrap {
        margin-bottom: 32px;
    }
    .order-confirmed-details.bottom {
        margin-bottom: 48px;
    }
    .need-help-wrapper:after {
        height: 253px;
    }
    .need-help-wrapper {
        padding: 40px;
        min-height: 296px;
    }
    .need-help-wrapper {
        background-color: #352E72;
        background-position: 80% 40px;
    }

}
@media screen and (max-width: 842px){
    ul#menu-main-menu.btn-register-wrapper {
        display: none;
    }

    .woocommerce-order-received .order-details-container-wrap .order-details-wrapper .order-details-row {
        flex-direction: column;
    }
    .woocommerce-order-received .order-details-container-wrap .order-details-wrapper .order-details-row .order-details-col {
        max-width: 100%;
    }
}
@media screen and (max-width: 768px){

    header#site-header .header-container > .menu-wrapper .cart-data-wrapper {
        width: 100%;
        left: 0;
        top: 80px;
        z-index: 2;
        max-width: 100%;
    }
    header#site-header .header-container {
        z-index: 3;
    }

    .single-product #main .woocommerce-product-gallery {
        max-width: 224px;
    }
    .woocommerce table.shop_table_responsive thead, 
    .woocommerce-page table.shop_table_responsive thead {
        display: table-header-group;
    }
    .woocommerce table.shop_table_responsive tr, 
    .woocommerce-page table.shop_table_responsive tr {
        display: table-row;
        position: relative;
    }

    .woocommerce-cart .woocommerce table.shop_table td,
    .woocommerce table.shop_table_responsive tbody th, 
    .woocommerce-page table.shop_table_responsive tbody th{
        display: table-cell;
    }
    .woocommerce-cart .woocommerce table.shop_table td.product-name{
        text-align: left !important;
    }
    .woocommerce table.shop_table_responsive tr td::before, 
    .woocommerce-page table.shop_table_responsive tr td::before {
        content: unset;
    }
    .woocommerce table.cart .product-thumbnail, 
    .woocommerce-page #content table.cart .product-thumbnail, 
    .woocommerce-page table.cart .product-thumbnail {
        display: table-cell;
        width: 59px;
    }
    .woocommerce-cart .woocommerce table.shop_table thead tr th:last-child,
    .woocommerce-cart .woocommerce table.shop_table td:last-child {
        padding-right: 24px;
    }
    .woocommerce-cart .woocommerce table.shop_table thead tr th.product-thumbnail {
        width: 104px;
    }
    .woocommerce table.shop_table_responsive tr:nth-child(2n) td, 
    .woocommerce-page table.shop_table_responsive tr:nth-child(2n) td {
        background-color: transparent;
    }

    .need-help-wrapper {
        background-position: -90px 100%;
        background-size: contain;
    }
    table.woocommerce-orders-table.woocommerce-MyAccount-orders.shop_table.shop_table_responsive.my_account_orders.account-orders-table,
    table.woocommerce-table.woocommerce-table--order-downloads.shop_table.shop_table_responsive.order_details.orders,
    .woocommerce-account .woocommerce table.shop_table {
        display: none;
    }
    
    .table-list-wrapper {
        display: flex;
        flex-direction: column;
        gap: 24px;
    }
    .table-list-responsive.orders {
        box-sizing: border-box;
        display: flex;
        flex-direction: column;
        align-items: flex-start;
        padding: 16px;
        border: 1px solid #D6D6D6;
    }
    .order-number-wrapper {
        display: flex;
        gap: 16px;
        justify-content: space-between;
        align-items: center;
        font-family: 'Archivo';
        font-style: normal;
        font-weight: 400;
        font-size: 14px;
        line-height: 20px;
        width: 100%;
        margin-bottom: 8px;
    }
    .order-number-wrapper a {
        font-weight: 600;
        color: #1B1B46;
    }
    .order-number-wrapper time {
        color: #373948;
    }
    .order-number-wrapper.total {
        font-family: 'Archivo';
        font-style: normal;
        font-weight: 500;
        font-size: 14px;
        line-height: 20px;
        color: #101028;
        margin: 0;
    }
    .order-number-wrapper.btn-view a {
        display: flex;
        flex-direction: row;
        justify-content: center;
        align-items: center;
        padding: 6px 24px;
        background: #FFFFFF;
        border: 1px solid #A357F4;
        border-radius: 4px;
        width: 100%;
        font-family: 'Archivo';
        font-style: normal;
        font-weight: 600;
        font-size: 16px;
        line-height: 24px;
        color: #A357F4;
        margin: 0;
        margin-top: 24px;
    }
    .order-number-wrapper.btn-view a:hover {
        background: transparent;
    }
    ul.product-list.subtotal.orders {
        max-width: 100%;
        padding-right: 0;
    }
    ul.product-list.orders li.cart-subtotal.order-total {
        padding-bottom: 0;
    }
    .orders-sub-total-wrapper {
        padding: 16px;
    }
    .table-order-view-wrapper {
        display: flex;
        align-items: center;
        width: 100%;
        flex-direction: column;
    }
    .table-order-view-prod-data img {
        max-width: 32px;
    }
    .table-order-view-data {
        display: flex;
        align-items: flex-start;
        justify-content: space-between;
        width: 100%;
        padding-bottom: 16px;
        border-bottom: 1px solid #ECECEE;
        margin-bottom: 24px;
    }
    .table-order-view-prod-data {
        display: flex;
        gap: 8px;
    }
    .prod-wrapper-desc p {
        font-family: 'Archivo';
        font-style: normal;
        font-weight: 600;
        font-size: 14px;
        line-height: 20px;
        color: #1B1B46;
        margin-bottom: 4px;
    }
    .prod-wrapper-desc span {
        font-family: 'Archivo';
        font-style: normal;
        font-weight: 400;
        font-size: 14px;
        line-height: 20px;
        color: #373948;
        display: block;
    }
    .table-order-view-data .amount {
        font-family: 'Archivo';
        font-style: normal;
        font-weight: 500;
        font-size: 14px;
        line-height: 20px;
        text-align: right;
        color: #101028;
    }
    .table-order-view-wrapper.downloads {
        display: flex;
        flex-direction: column;
        align-items: flex-start;
        padding: 16px;
        gap: 16px;
        border: 1px solid #D6D6D6;
    }
    .download-wrapper {
        display: flex;
        justify-content: space-between;
        width: 100%;
        align-items: center;
    }
    .download-product .thumbnail-wrapper {
        display: flex;
        align-items: center;
        gap: 8px;
    }
    .download-remaining, .download-expires {
        display: none;
    }
    .download-product .thumbnail-wrapper img {
        max-width: 32px;
    }
    .download-product .thumbnail-wrapper img {
        max-width: 32px;
    }
    .download-product .thumbnail-wrapper a {
        font-family: 'Archivo';
        font-style: normal;
        font-weight: 600;
        font-size: 14px;
        line-height: 20px;
        color: #1B1B46;
    }
    .download-wrapper .download-file a {
        display: flex;
    }
    .download-wrapper {
        padding-bottom: 16px;
        border-bottom: 1px solid #ECECEE;
    }
    .download-wrapper:last-child {
        padding: 0;
        border: 0;
    }

    fieldset#wc-stripe-cc-form .clear, fieldset#wc-stripe-cc-form .stripe-source-errors {
        display: none;
    }
    .woocommerce-add-payment-method .form-row.form-row-first, .woocommerce-add-payment-method .form-row.form-row-last {
        width: auto !important;
        flex: 1;
    }
    .woocommerce-payment-methods .woocommerce-notices-wrapper .woocommerce-message {
        bottom: 0;
        left: 32px;
    }
    .mfp-container:has(> .mfp-content #confirm-payment-action) {
        padding-left: 16px;
        padding-right: 16px;
    }
    .woocommerce-add-payment-method .navigation-mobile-wrapper,
    .woocommerce-view-order .navigation-mobile-wrapper {
        display: none;
    }
    
    table.woocommerce-orders-table.woocommerce-MyAccount-orders.shop_table.shop_table_responsive.my_account_orders.account-orders-table:has(> tbody .tr-no-history) {
        display: table;
    }
    .subscription__payment-col {
        max-width: 480px;
    }

}
@media screen and (max-width: 767px){
    .slick-list:before,
    .slick-track:before, 
    .slick-track:after {
        content: unset !important;
    }
    .site-navigation.btn-wrapper #menu-main-menu {
        display: none;
    }
    .woocommerce-shop ul.products {
        padding-left: 24px;
        padding-right: 24px;
    }
    .author .product-wrapper,
    .single-product #main .product-wrapper .slick-track {
        column-gap: 24px;
    }
    .author .product-wrapper .product-col,
    .single-product #main .product-wrapper .product-col {
        margin-right: 0;
    }
    .signup-form-wrap form.custom-form .half {
        flex: none;
    }
    div#ez-cookie-notification {
        max-width: fit-content !important;
        padding: 24px 16px;
        border-radius: 0;
        left: 0;
        bottom: 0;
        margin: 16px;
    }
    .sort-wrapper {
        padding: 0 32px;
    }
}
@media screen and (max-width: 730px){
    header#site-header .header-container > .menu-wrapper .cart-data-wrapper {
        right: 16px;
    }
    header#site-header .header-container, 
    .hero-banner__section-wrapper, 
    .section-calculate, 
    .section-content,
    .header-mobile-menu,
    .page-template-about-template .wrapper-container .companies-wrapper,
    section.section-best-sellers.about,
    .page-template-about-template .wrapper-container:has(> .about-committed-wrapper),
    .author #content.site-main,
    .single-product div#primary #main,
    .woocommerce-shop main#main,
    body:not(.woocommerce-account) #content,
    .page-template-faq-template .wrapper-container,
    .signup-container .signup-wrapper .signup-col.right,
    .woocommerce-account .woocommerce:has(> .woocommerce-MyAccount-navigation) {
        padding-left: 16px;
        padding-right: 16px;
    }
    .sort-wrapper {
        padding: 0 16px;
    }
    .woocommerce:has(> form.woocommerce-form-login), 
    .woocommerce:has(> .confirmation-wrapper), 
    .woocommerce:has(> .confirmation-wrapper-success), 
    .woocommerce:has(> form.lost_reset_password) {
        padding: 24px 16px;
    }
    .woocommerce:has(> form.woocommerce-form-login) h2, 
    .woocommerce:has(> form.lost_reset_password) h2 {
        font-size: 28px;
        line-height: 40px;
    }
    .woocommerce form.checkout_coupon, 
    .woocommerce form.login, 
    .woocommerce form.register, 
    .woocommerce form.lost_reset_password {
        margin-top: 32px;
    }

    header#site-header .header-container{
        padding-top: 20px;
        padding-bottom: 20px;
    }
    .site-header .site-branding {
        gap: 16px;
    }
    .hero-banner__section-wrapper {
        padding-bottom: 82px;
        gap: 56px;
        overflow: hidden;
    }

    .page-template-about-template .wrapper-container:has(> .about-wrapper) {
        padding-left: 16px;
        padding-right: 16px;
        padding-top: 40px;
        padding-bottom: 40px;
    }

    .site-footer-wrap {
        padding: 40px 16px 32px;
        gap: 32px;
    }
    .site-footer-bottom-wrap {
        padding: 0 16px 40px;
    }

    .author #content section.section-best-sellers .product-wrapper,
    .woocommerce-shop ul.products {
        padding-left: 24px;
        padding-right: 24px;
    }
    .woocommerce-checkout main#content {
        padding: 0 16px !important;
    }

    .woocommerce-checkout.woocommerce-order-received main#content {
        padding: 0 16px !important;
    }
    .woocommerce-order-received .order-details-container-wrap {
        margin-bottom: 72px;
    }
    .account-login-wrapper {
        display: none;
    }
    .account-login-wrapper.mobile {
        display: flex;
        justify-content: center;
        margin-top: 40px;
    }
    .signup-container .signup-wrapper .signup-col.right {
        padding-top: 24px;
        padding-bottom: 64px;
    }
    .signup-container .signup-wrapper .signup-col.left {
        padding: 80px 24px;
    }
    .woocommerce-account .woocommerce:has(> .woocommerce-MyAccount-navigation) {
        margin-top: 24px;
        margin-bottom: 80px;
        flex-direction: column;
    }
    .woocommerce-edit-account .woocommerce h1.myaccount-heading {
        display: none;
    }
    .woocommerce-account .woocommerce-MyAccount-navigation {
        display: none;
        max-width: 100%;
        position: fixed;
        bottom: 0;
        margin-left: -16px;
        margin-right: -16px;
        z-index: 9999;
        left: 0;
    }
    .woocommerce-account .woocommerce-MyAccount-navigation.active {
        display: block;
    }
    .woocommerce-account .woocommerce-MyAccount-navigation:before {
        content: "";
        width: 100%;
        position: fixed;
        top: 0;
        left: 0;
        height: 100%;
        background: #1B1B23;
        z-index: 1;
        opacity: 0.64;
    }
    .woocommerce-account .woocommerce nav.woocommerce-MyAccount-navigation .nav-wrapper {
        background: #ffffff;
        width: 100%;
        max-width: 100%;
        position: fixed;
        bottom: 0;
        z-index: 9999;
        display: block;
        padding: 40px;
        left: 0;
        border-radius: 8px 8px 0px 0px;
    }
    .heading-nav {
        display: flex;
        justify-content: space-between;
        padding-bottom: 24px;
        margin-bottom: 24px;
        border-bottom: 1px solid #ECECEE;
    }
    .heading-nav h3 {
        font-family: 'Archivo';
        font-style: normal;
        font-weight: 600;
        font-size: 20px;
        line-height: 24px;
        letter-spacing: -0.02em;
        color: #101028;
        margin: 0;
    }
    .woocommerce-account .woocommerce nav.woocommerce-MyAccount-navigation ul li > a {
        padding: 8px 0;
        font-family: 'Archivo';
        font-style: normal;
        font-weight: 500;
        font-size: 16px;
        line-height: 24px;
        color: #373948;
    }
    .woocommerce-account .woocommerce nav.woocommerce-MyAccount-navigation ul li.is-active > a {
        color: #A357F4;
        display: flex;
        align-items: center;
        flex-direction: row-reverse;
        justify-content: space-between;
    }
    .woocommerce-account .woocommerce nav.woocommerce-MyAccount-navigation ul li.is-active > a:before {
        content: url(/wp-content/themes/hello-theme-child-master/images/CheckRounded-p.png);
        width: 24px;
        height: 24px;
    }
    .navigation-mobile-wrapper .nav-mobile .woocommerce-MyAccount-navigation-link:not(.is-active) {
        display: none;
    }
    .navigation-mobile-wrapper {
        align-items: center;
        justify-content: space-between;
        display: flex;
        flex-direction: row;
        padding: 12px 8px 12px 16px;
        gap: 8px;
        height: 48px;
        background: #FFFFFF;
        border: 1px solid #AFAFB5;
        border-radius: 4px;
    }
    .navigation-mobile-wrapper .nav-mobile .woocommerce-MyAccount-navigation-link {
        font-family: 'Archivo';
        font-style: normal;
        font-weight: 400;
        font-size: 16px;
        line-height: 24px;
        color: #373948;
    }
    .navigation-mobile-wrapper:after {
        content: url(/wp-content/themes/hello-theme-child-master/images/dropdown-icon.png);
        width: 24px;
        height: 24px;
    }
    .mfp-container:has(> .mfp-content #delete__account) {
        padding: 0;
    }
    .mfp-content:has(> .delete__account) {
        margin: 0;
    }
    div#delete__account {
        max-width: 100%;
        border-radius: 0;
        padding-left: 16px;
        padding-right: 16px;
        display: flex;
        flex-direction: column-reverse;
        align-items: flex-end;
        gap: 0;
    }
    #delete__account > button.mfp-close {
        position: relative;
    }
    th.woocommerce-orders-table__header.woocommerce-orders-table__header-order-actions {
        text-align: right;
    }

    .subscription--payment .myaccount-heading {
        display: none;
    }
    .subscription__payment-col {
        max-width: 100%;
    }
    .subscription__payment-col .subscription__payment-inner {
        max-width: 100%;
    }
    .card-option-wrapper:has(> .card-options.active) .card-menu-wrapper {
        bottom: 0;
        height: auto;
        justify-content: flex-end;
        position: fixed;
        top: unset;
        max-width: 100%;
        padding: 0;
        background: #FFFFFF;
        border-radius: 8px 8px 0px 0px;
        z-index: 999;
    }
    .card-option-wrapper:has(> .card-options.active) .card-menu-wrapper .card-menu-content-wrap:before {
        content: "";
        background: #1B1B23;
        position: fixed;
        top: 0;
        left: 0;
        height: 100%;
        width: 100%;
        z-index: -1;
        opacity: .64;
    }
    .card-menu-content-wrap {
        background: #fff;
        width: 100%;
        padding: 40px;
        border-radius: 8px 8px 0px 0px;
    }
    .card-option-wrapper .card-menu-wrapper .payment-method-actions a {
        font-size: 16px !important;
        line-height: 24px !important;
        padding-left: 0 !important;
    }
    .card-menu-content-wrap .heading-nav {
        padding: 0;
        border: 0;
    }
    .card-option-wrapper a.card-options.active {
        background: transparent;
    }
    .woocommerce-payment-methods div#confirm-payment-action {
        padding: 40px 24px;
    }
    .subscription__payment-inner img {
        margin-left: 0;
    }
    header#site-header .header-container > .menu-wrapper .cart-data-wrapper.show {
        padding: 24px 16px 40px 16px;
    }
    .woocommerce-payment-methods .woocommerce-notices-wrapper .woocommerce-message {
        bottom: 0;
        left: 16px;
    }

}

@media screen and (max-width: 690px){
    header#site-header .header-container {
        gap: 0;
    }
    section.section-best-sellers {
        padding-left: 32px;
        padding-right: 32px;
    }
    .ps.prev-btn {
        margin-left: 0;
    }
    .ps.next-btn {
        margin-right: 0;
    }
    .product-wrapper .slick-track .product-col {
        min-width: 135.5px;
        width: 100% !important;
    }
    section.section-best-sellers h2 {
        margin-left: -16px;
    }
    .site-footer-wrap .footer-menu-wrapper.right-content {
        flex-wrap: wrap;
        row-gap: 24px;
    }
    .site-footer-wrap .footer-menu-wrapper.right-content .footer__wrap-col {
        width: 50%;
    }
    .footer-site-navigation ul#menu-footer-menu {
        margin: 0;
    }
    ul#menu-help-menu {
        margin-right: 0;
    }
    .single-product #main section.section-best-sellers, .woocommerce-cart section.section-best-sellers {
        margin: 0 -16px;
    }
    .woocommerce-order .order-confirmed-details:not(.bottom) {
        margin-bottom: 72px;
        border-bottom: 1px solid #ECECEE;
        padding-bottom: 72px;
    }
    .woocommerce-order-received .order-details-container-wrap {
        flex-direction: column;
        gap: 72px;
    }
    .woocommerce-order-received .order-details-wrapper {
        position: relative;
        top: 0;
    }
    .need-help-wrapper {
        min-height: 542px;
    }
    .need-help-wrapper h2, .need-help-wrapper p {
        max-width: 100%;
    }
    .need-help-wrapper:after {
        content: unset;
    }
    .need-help-wrapper {
        background-position: bottom;
        background-size: auto;
    }
    .need-help-mobile {
        width: 100%;
        height: 100%;
        text-align: center;
        margin-top: 65px;
        display: block;
    }
    .need-help-wrapper {
        align-items: baseline;
    }
    .need-help-wrapper {
        padding: 24px;
    }
    .need-help-mobile img {
        position: absolute;
        left: 0;
        right: 0;
        margin: 0 auto;
        bottom: 0;
    }
}

@media screen and (max-width: 631px){
    .woocommerce-checkout form.checkout.woocommerce-checkout {
        gap: 72px;
    }
    .footer-help-wrapper .fhw-row {
        gap: 16px;
    }
    .footer-help-wrapper .fhw-col {
        max-width: 100%;
        flex: 1 0 100%;
    }
}
@media screen and (max-width: 580px){

    .hero-banner__section-wrapper .section-wrapper__col h1.banner-heading {
        font-size: 36px;
        line-height: 48px;
    }
    .section-calculate .calculate-wrapper {
        background: url(/wp-content/themes/hello-theme-child-master/images/stars-mobile.png), url(/wp-content/themes/hello-theme-child-master/images/banner.png);
        background-repeat: no-repeat;
        background-size: contain, cover;
        background-position: center;
    }
    .product-content__wrapper a, .product-content__wrapper span.product-author {
        font-size: 14px;
        line-height: 20px;
        letter-spacing: -0.02em;
    }
    .product-content__wrapper .add-cart.button {
        padding: 8px 0;
        width: 100%;
    }
    section.section-best-sellers.about {
        padding-top: 64px;
        padding-bottom: 64px;
    }

    .page-template-about-template .wrapper-container:has(> .about-committed-wrapper) {
        padding-bottom: 80px;
    }

    .section-calculate .calculate-wrapper {
        padding-left: 24px;
        padding-right: 24px;
        padding-top: 32px;
        padding-bottom: 32px;
    }

    .author-container .author-wrapper,
    .single-product #main .product {
        flex-direction: column;
        align-items: center;
    }
    .single-product #main section.section-best-sellers .product-wrapper {
        padding: 0;
    }
    .btn-slider-wrapper .ps {
        width: 32px;
        height: 32px;
    }
    div#ez-cookie-notification {
        flex-direction: column;
        gap: 24px;
    }
    .ez-consent .notification-main.notification-bottom-left #notificationManagerLink {
        width: auto !important;
        min-width: 135px;
        margin: 0;
    }
    .enzuzo-cookieButtonWrap.cookieButtonWrap {
        min-width: 135px;
    }
}

@media screen and (max-width: 541px){
    .woocommerce-cart .discount-avail-notice {
        max-height: 100%;
        flex-wrap: wrap;
        justify-content: space-between;
    }

    .woocommerce-cart .discount-avail-notice a {
        flex: 1 0 100%;
        text-align: right;
    }
    .woocommerce table.shop_table_responsive thead, .woocommerce-page table.shop_table_responsive thead {
        display: none;
    }
    .woocommerce-cart .woocommerce .product-remove a.remove_from_cart_button {
        position: absolute;
        top: 16px;
        right: 16px;
    }
    .woocommerce-cart .woocommerce table.shop_table td.product-quantity, 
    .woocommerce-cart .woocommerce table.shop_table td.product-subtotal {
        display: none;
    }
    .woocommerce-cart .woocommerce table.shop_table td.product-remove {
        width: 0;
        padding: 0 !important;
    }
    
    .woocommerce-cart .woocommerce .woocommerce-cart-form table.shop_table td {
        padding: 0;
    }
    .woocommerce .woocommerce-cart-form table.shop_table_responsive tr, 
    .woocommerce-page .woocommerce-cart-form table.shop_table_responsive tr {
        display: inline-table;
        padding: 16px;
        width: 100%;
        border-bottom: 1px solid #D6D6D6;
    }
    .woocommerce-cart .woocommerce .woocommerce-cart-form table.shop_table td {
        border-bottom: 0;
    }
    .woocommerce-cart .woocommerce .woocommerce-cart-form .qty-input-wrapper {
        display: flex;
        gap: 8px;
        align-items: center;
        justify-content: space-between;
    }
    .woocommerce-cart-form .product-quantity .quantity {
        max-width: 120px;
    }
    .woocommerce-cart .woocommerce .woocommerce-cart-form .product-name .product-item-wrap {
        margin-left: 16px;
    }
    .price-product-desktop {
        display: none;
    }
    .woocommerce-cart .woocommerce .woocommerce-cart-form table.shop_table td.product-thumbnail a {
        max-height: 88px;
    }
    .woocommerce-checkout .woocommerce-billing-fields .woocommerce-billing-fields__field-wrapper p#billing_first_name_field, 
    .woocommerce-checkout .woocommerce-billing-fields .woocommerce-billing-fields__field-wrapper p#billing_last_name_field {
        flex: none;
    }
    .woocommerce-checkout .checkout-header-wrapper h2 {
        font-size: 24px;
        line-height: 32px;
    }
    .woocommerce-checkout .woocommerce-billing-fields .woocommerce-billing-fields__field-wrapper {
        margin-top: 32px;
    }
    .billing-details-wrapper #payment.woocommerce-checkout-payment ul.wc_payment_methods.payment_methods li label[for=payment_method_stripe] {
        margin-bottom: 32px;
        margin-top: 24px;
    }

}
@media screen and (max-width: 511px){
    .author .product-wrapper .product-col {
        max-width: 135px;
    }

    .woocommerce-shop .sort-wrapper .sort-wrap span,
    .woocommerce-shop .sort-wrapper .sort-wrap .sort-links {
        display: none;
    }

    .woocommerce-shop .sort-wrapper .sort-wrap .mobile-sort-links {
        display: block;
        font-family: 'Archivo';
        font-style: normal;
        font-weight: 400;
        font-size: 14px;
        line-height: 20px;
        color: #72737E;
        appearance: none;
        max-height: 40px;
    }
    .mobile-sort-links__wrapper{
        width: 100%;
        position: relative;
    }
    .mobile-sort-links__wrapper:after {
        content: "";
        background: url(/wp-content/themes/hello-theme-child-master/images/select-icons.png);
        position: absolute;
        top: 8px;
        right: 8px;
        width: 24px;
        height: 24px;
    }

    .woocommerce-shop .sort-wrapper {
        flex-direction: column;
        align-items: flex-start;
        gap: 16px;
    }

    .woocommerce-shop .sort-wrapper .sort-wrap {
        width: 100%;
    }
    .myaccount-orders.order-details-wrapper .order-details-row {
        flex-wrap: wrap;
    }
    .myaccount-orders.order-details-wrapper .order-details-row .order-details-col {
        max-width: 159.5px;
        width: 100%;
    }

}
@media screen and (max-width: 487px){
    .woocommerce-shop ul.products li {
        max-width: 45%;
    }
}
@media screen and (max-width: 475px){
    section.section-best-sellers.about .testimonials-wrapper .testi-card-wrap {
        min-width: unset;
        max-width: 343px;
    }
    section.section-best-sellers.about {
        padding-right: 16px !important;
    }
    section.section-best-sellers h2,
    .woocommerce-order .order-confirmed-details h1,
    .single-product #main .product .product-content-wrapper h1 {
        font-size: 24px;
        line-height: 32px;
    }
    section.section-best-sellers h2 {
        margin-left: -16px;
    }
    /* .single-product #main section.section-best-sellers h2 {
        margin-left: -32px;
    } */
    .products .product-content__wrapper .add-cart.button{
        padding: 8px 0;
        width: 100%;
        text-align: center;
    }
    
    .woocommerce-order .order-confirmed-details p {
        max-width: 100%;
    }
    .need-help-wrapper {
        padding-top: 80px;
    }
    .page-template-faq-template section.faq-heading h1 {
        font-size: 32px;
        line-height: 44px;
    }
    section.faq details summary {
        gap: 12px;
    }
}

@media screen and (max-width: 420px){
    .woocommerce-cart .login-form-content-wrap h2 {
        font-size: 24px;
        line-height: 32px;
    }
    .woocommerce-cart .login-form-content-wrap button.btn-full.woocommerce-button.button.woocommerce-form-login__submit {
        margin-top: 0;
    }
    .remember-lost-link-wrapper .lost_password {
        text-align: center;
    }
    .registration-link-wrapper {
        justify-content: space-between;
    }
    .woocommerce-cart .login-form-content-wrap {
        padding: 40px 24px;
    }
}
@media screen and (max-width: 406px){
    .woocommerce-cart section.section-best-sellers {
        padding-left: 16px;
        padding-right: 16px;
    }
    .woocommerce-cart .woocommerce {
        align-items: baseline;
    }
    .need-help-wrapper h2, .need-help-wrapper p, .section-btn-wrapper {
        padding: 0 24px;
    }
    .need-help-wrapper {
        padding-top: 80px;
        padding-left: 0;
        padding-right: 0;
        padding-bottom: 0;
    }
}
@media screen and (max-width: 375px){
    .hero-banner__section-wrapper .section-wrapper__col:last-child {
        text-align: center;
        margin-left: -45px;
        margin-right: -124px;
    }
    .woocommerce-shop ul.products li {
        max-width: 135px;
    }
    .single-product #main section.section-best-sellers {
        margin: 0 -16px;
    }
    .single-product #main section.section-best-sellers h2 {
        margin-left: -16px;
    }
    .single-product #main section.section-best-sellers .ps.prev-btn {
        margin-left: 0;
    }
    .single-product #main section.section-best-sellers .ps.next-btn {
        margin-right: 0;
    }
}