.login-section{background:linear-gradient(to bottom,#e7e7e7,#f9f9f9)}.customer__top{display:flex;flex-direction:column;gap:1.5rem}.custom-checkbox-container{display:flex;align-items:center;margin-top:0}.custom-checkbox{display:none}.custom-checkbox-span{width:20px;height:20px;border:2px solid #ccc;border-radius:4px;display:inline-block;margin-right:5px;position:relative;background-color:#fff;cursor:pointer;transition:all .3s ease;bottom:-4px}.remember-outer label{font-size:16px;color:#27363b;text-transform:none;line-height:20px}.custom-checkbox:checked+label .custom-checkbox-span{background-color:#4e6551;border-color:#4e6551}.custom-checkbox-span:after{content:"";position:absolute;top:1px;left:5px;width:6px;height:10px;border:solid white;border-width:0 2px 2px 0;transform:rotate(45deg);opacity:0;transition:opacity .2s ease}.custom-checkbox:checked+label .custom-checkbox-span:after{opacity:1}nav.pagination{margin-top:24px}.pagination__item svg{display:none}span.pagination__item[aria-current=page]{color:rgb(var(--color-button-text));background-color:rgb(var(--color-button))}a.pagination__item--next.pagination__item-arrow:before{content:"";display:inline-block;width:20px;height:20px;background:url(right-arrow.png) no-repeat center;background-size:10px;margin:0 auto}a.pagination__item--prev.pagination__item-arrow:before{content:"";display:inline-block;width:20px;height:20px;background:url(left-arrow.png) no-repeat center;background-size:10px;margin:0 auto}@media(min-width:1200px){.customer__top{flex-direction:row;align-items:center;justify-content:space-between}}.login-footer{display:flex;align-items:center;justify-content:space-between;margin-top:15px}.customer__top>*{text-align:left}.customer__top a{font-size:1.3rem;color:rgb(var(--color-foreground-secondary));text-decoration-color:inherit;transition:var(--duration-default)}.customer__top a:hover{color:rgb(var(--color-accent))}.customer__buttons{display:flex;align-items:center;flex-direction:column;gap:.8rem;margin-top:3.2rem}.customer .customer__buttons .button--arrow{position:relative;padding:0 2rem;font-size:16px;font-weight:400;width:100%;min-height:50px;border-radius:6px}.login__wrapper p{color:#27363b;font-size:16px}.login__wrapper p a{color:#4e6551}.custloginSlider{width:100%;height:100%;overflow:hidden;margin:0!important}.custloginSlider .slick-dots li{width:100%;height:4px;background:#fff6}.custloginSlider .slick-dots li.slick-active{background:#fff}.custloginSlider .slick-dots{bottom:25px;display:grid;grid-template-columns:auto auto auto auto;gap:10px;width:90%;margin:0 auto;left:0;right:0;height:auto}.custloginSlider *{height:100%}.custloginSlider img{object-fit:cover}.cust-slide-text{position:relative}.cust-content{position:absolute;z-index:1;bottom:10px;top:auto;color:#fff;display:flex;height:auto;width:90%;left:0;right:0;margin:0 auto}.cust-content h4{font-size:48px;color:#fff;margin-top:10px;line-height:119%;letter-spacing:.4px}.cust-content span.subtitle{font-size:16px;text-transform:uppercase;color:#fff;font-weight:400}.custloginSlider button.slick-arrow{top:40px}.custloginSlider button.slick-next:before{background:url(arrow-right-n.svg) no-repeat center}.custloginSlider button.slick-prev.slick-arrow{opacity:0}.custloginSlider button.slick-next.slick-arrow{background:transparent;box-shadow:none}@media(min-width:990px){.customer__buttons{flex-direction:column}}.customer__buttons>*{width:100%}@media(min-width:990px){.customer__buttons>*{width:calc(50% - .4rem)}}.customer__pagination{margin-top:4rem}.customer .page-header{margin:0 0 2rem;padding:0}.customer .field:not(:first-of-type){margin:2.4rem 0 0}.customer .field input[aria-invalid=true]{border-color:rgba(var(--color-error-border));background-color:rgb(var(--color-error-background))}.customer span.form__message{display:flex;font-size:1.2rem;margin:1rem 0 0}.customer span.form__message:before{content:"*";color:rgba(var(--color-error));margin-right:.2rem}.customer .form__message{align-items:flex-start;font-size:1.3rem;color:rgba(var(--color-error));text-align:left;margin:1rem 0 0;font-weight:var(--font-body-weight)}.customer .form__message:focus-visible{outline:none;box-shadow:none}.extra-content p{margin:10px 0 0;text-align:center}.customer .form__message svg{width:2.6rem;height:2.6rem;margin-right:1rem}.customer .errors{margin-bottom:24px}.customer .errors ul{display:flex;flex-direction:column;list-style:none;padding-left:0;margin:.8rem 0 0}a.activate_btn{font-size:16px;font-weight:400;line-height:30px;border:1.5px solid #4E6551;text-decoration:none;height:45px;display:flex;align-items:center;justify-content:center;padding:0 35px;border-radius:10px;color:#4e6551}.customer .errors ul li{display:inline-flex;font-size:1.2rem;line-height:1;color:rgb(var(--color-error));position:relative}.customer .errors ul li:before{content:"*";color:rgb(var(--color-error));margin-right:.2rem}.customer .form__errors{padding:2.4rem;background-color:rgba(var(--color-error),.05)}.reset-password__wrapper{width:100%;margin:0 auto;padding:0 2rem;text-align:center}.reset-password .title--page{text-align:center}.reset-password p{margin:1.6rem 0 0}.reset-password form{margin-top:0;width:100%}.reset-password__wrapper .reset-password__submit{margin-top:0;width:100%;position:relative;padding:0 2rem;font-size:16px;font-weight:400;min-height:50px;border-radius:6px}.reset-password__wrapper label.field-label{text-align:left}.reset-password__wrapper.login__wrapper .login__col{max-width:50%;margin:0 auto}.order-table{width:100%;border-collapse:collapse;display:grid;grid-template-columns:repeat(4,1fr);gap:20px;padding-bottom:40px}.new-order-list{background:#fff;border-radius:15px;padding:18px;box-shadow:0 0 10px #cdcdcd7a}.order-table .row{display:flex;flex-direction:column;width:100%;height:auto;padding:1.6rem 0;background-color:rgb(var(--color-background-card));border-radius:.5rem}.customer.login .login-inner.login__col:last-child{padding:0;background:transparent;justify-content:space-between;gap:20px}.cust-activate-account{background:#fff;width:100%;display:flex;align-items:center;justify-content:center;padding:4rem;border-radius:20px;gap:30px}.cust-activate-account p{font-size:16px;line-height:20px;margin:0}.customer.login .login-inner .login__form,.login__reset{background:#fff;padding:7rem 9.5rem;border-radius:20px}.customer.login .login-inner .login__col:last-child{order:1;justify-content:space-between}.new-order-list a *{width:100%}.new-order-list a{display:flex;flex-wrap:wrap;text-decoration:none}span.order-status strong{font-size:18px;font-weight:600;width:100%;display:inline-block}span.order-status{background:#f9f9f9;padding:10px;border-radius:10px;width:100%}span.order-date{font-size:16px;line-height:119%;color:#717171}span.order-image{height:220px;width:100%;margin:30px auto;display:inline-block}span.order-image img{width:100%;height:100%;object-fit:contain}.order-price,.order-total{display:flex;padding:10px 0}span.order-items-count{font-size:18px;font-weight:600;color:#040404}span.order-number{font-size:16px;font-weight:400;color:#717171}span.order-total-price{color:#040404;font-size:22px;font-weight:700;margin:10px 0}@media(min-width:1200px){.order-table .row{flex-direction:row;align-items:center;padding:0}}.order-table .row+.row{margin-top:.2rem}.order-table .row>*{display:block;padding:.8rem 2.4rem}@media(min-width:1200px){.order-table .row>*{padding:0 2rem}}.order-table .row>*:before{content:attr(data-label);display:inline-block;max-width:10rem;width:100%;font-family:var(--font-heading-family);font-style:var(--font-heading-style);font-weight:var(--font-heading-weight);font-size:1.3rem;color:rgb(var(--color-foreground-secondary));margin-right:2rem}@media(min-width:1200px){.order-table .row>*:before{display:none}}@media(min-width:1200px){.order-table .row>*:first-child{width:8.64%;padding-left:4rem}}@media(min-width:1200px){.order-table .row>*:nth-child(2){width:29.9%}}@media(min-width:1200px){.order-table .row>*:nth-child(4){width:23.48%}}@media(min-width:1200px){.order-table .row>*:last-child{width:17.05%;padding-right:4rem}}.order-table .thead{display:none;position:relative;box-shadow:0 5px 20px #0101010a}@media(min-width:1200px){.order-table .thead{display:flex;height:4.5rem}}.order-table .thead>*{font-size:1.3rem;font-weight:500;text-align:left;color:rgb(var(--color-foreground-secondary))}.order-table .tbody{width:100%;text-decoration:none;transition:var(--duration-default)}@media(min-width:1200px){.order-table .tbody{height:6rem}}.order-table .tbody:not(div):hover{color:rgb(var(--color-button))}.order-table .tbody>*{display:flex;align-items:center;font-family:var(--font-heading-family);font-style:var(--font-heading-style);font-weight:var(--font-heading-weight);font-size:1.6rem;box-sizing:border-box}@media(min-width:1200px){.order-table .tbody>*{align-items:flex-start}}@media(min-width:1200px){.order-table .tbody .product-name{padding-block:.8rem}}.order-table .tfoot{display:block;padding:3.4rem 1.4rem;background-color:transparent;grid-column-start:1;grid-column-end:5;background:#fff;border-radius:15px;margin-bottom:20px}.order-table .tfoot>div{display:flex;width:100%!important;padding:0!important;margin-bottom:1.6rem}@media(min-width:1200px){.order-table .tfoot>div{align-items:center;justify-content:space-between}}.order-table .tfoot>div:before{display:none}.order-table .tfoot>div span{font-size:1.6rem;font-weight:500;color:rgb(var(--color-foreground-secondary))}@media(min-width:1200px){.order-table .tfoot>div span{padding:0 2rem}}.order-table .tfoot>div span:first-child{max-width:10rem;width:100%;margin-right:2rem}@media(min-width:1200px){.order-table .tfoot>div span:first-child{max-width:100%;width:83.2%;margin-right:0;padding-left:4rem}}@media(min-width:1200px){.order-table .tfoot>div span:last-child{width:16.8%;padding-right:4rem}}.order-table .tfoot>div.total-price{padding:1.8rem 0}@media(min-width:1200px){.order-table .tfoot>div.total-price{margin-top:2.4rem}}.order-table .tfoot>div.total-price span{font-family:var(--font-heading-family);font-style:var(--font-heading-style);font-weight:var(--font-heading-weight);font-size:2rem;color:rgb(var(--color-foreground-title))}@media(min-width:1200px){.order-table--details .tbody{height:8rem}}@media(min-width:1200px){.order-table--details .row>*:first-child{width:46%}}.order-table--details .row>*:first-child a,.order-table--details .row>*:first-child p{font-size:1.6rem;line-height:2.1rem;font-family:var(--font-heading-family);font-style:var(--font-heading-style);font-weight:var(--font-heading-weight);text-decoration:none}.order-table--details .row>*:first-child .properties{display:flex;flex-wrap:wrap;gap:1.6rem;font-size:1.3rem;line-height:2rem;color:rgb(var(--color-foreground-secondary))}@media(min-width:1200px){.order-table--details .row>*:nth-child(2){width:11.8%}}@media(min-width:1200px){.order-table--details .row>*:nth-child(3){width:11.8%}}@media(min-width:1200px){.order-table--details .row>*:nth-child(4){width:13.6%}}@media(min-width:1200px){.order-table--details .row>*:last-child{width:16.8%}}.register .field__wrapper{display:flex;align-items:center;flex-direction:column;gap:20px}@media(min-width:990px){.register .field__wrapper{flex-direction:row}}.register .field__wrapper>*{width:100%}.register .field__wrapper>*:not(:first-of-type){margin:0}@media(min-width:990px){.register .field__wrapper>*{width:calc(50% - .4rem)}}.login .page-header{border-bottom:0;padding:0;margin:0;text-align:left}.login .breadcrumb{margin:0}.login__wrapper{display:flex;flex-direction:column;min-height:56.9rem;background-color:transparent;border-radius:.6rem;overflow:hidden;margin-top:.8rem;gap:20px}.login__col:last-child{background:#fff}.login__col,.login__col img{border-radius:20px}.field input[type=text],.field input[type=email],.field input[type=tel],.field input[type=password],.field .field__input{flex-grow:1;padding:1rem 3rem;text-align:left;background:#f9f9f9;border-radius:6px;height:50px;border:1px solid #d3d3d3}.field label{position:relative;transition:var(--duration-short);font-size:16px;line-height:20px;text-transform:none;font-weight:400;color:#27363b;margin-bottom:10px}form#create_customer .field input[type=text]+label,form#create_customer .field input[type=email]+label,form#create_customer .field input[type=tel]+label,form#create_customer .field input[type=password]+label,form#create_customer .field .field__input+label,form#create_login .field input[type=text]+label,form#create_login .field input[type=email]+label,form#create_login .field input[type=tel]+label,form#create_login .field input[type=password]+label,form#create_login .field .field__input+label,form#customer_login .field input[type=text]+label,form#customer_login .field input[type=email]+label,form#customer_login .field input[type=tel]+label,form#customer_login .field input[type=password]+label,form#customer_login .field .field__input+label,.reset-password__wrapper .field input[type=password]+label{top:69%;color:#d3d3d3;text-transform:none;left:3rem;margin-bottom:0}form#create_customer .field{display:flex;flex-direction:column}@media(min-width:750px){.login__wrapper{flex-direction:row}}.login__col{width:100%;position:relative}@media(min-width:750px){.login__col{width:50%}}.login__col:first-child{height:0;padding-top:40%;flex-grow:1}@media(min-width:750px){.login__col:first-child{height:auto;padding-top:0}}.login__col:first-child img,.login__col:first-child svg{width:100%;height:100%;object-fit:cover;top:0;right:0;bottom:0;left:0}@media(min-width:750px){.login__col:first-child img,.login__col:first-child svg{position:relative}}.login__col:first-child svg{max-height:56.9rem}@media(min-width:750px){.login__col:first-child svg{border-top:0}}.login__col:last-child{display:flex;align-items:center;justify-content:center;padding:7rem 9.5rem;order:-1}@media(min-width:750px){.login__col:last-child{order:1;flex-wrap:wrap;flex-direction:column}}.login__placeholder{background-color:#00000080;fill:#fff}.login__subtitle{font-size:1.4rem;line-height:2.1rem;margin-top:.8rem;color:#27363b}@media(min-width:750px){.login__subtitle{font-size:1.6rem}}.login__reset,.login__form{max-width:100%;width:100%;margin:0 auto;position:relative;z-index:4}.login form{margin-top:3.2rem}.login__field{display:flex;flex-direction:column}.login__forgot-password{margin-top:0rem!important;text-align:right}.login__forgot-password a{font-size:16px;color:#557058;text-decoration:underline;transition:var(--duration-default)}.login__forgot-password a:hover{color:rgb(var(--color-accent))}.login__guest{width:100%;max-width:44.4rem;margin-top:3.2rem}.login__guest h2{margin-top:1.6rem;margin-bottom:1.6rem}.login__guest form{margin-top:0}.login__guest .button{width:100%}@media screen and (min-width:990px){.login__guest .button{width:auto}}.account__subtitle{margin:0 0 1.6rem}.account__wrapper{display:flex;flex-direction:column;gap:.8rem}.login__col.login-inner.recover-activate{height:100%}.recover-password:target{height:100%}@media(min-width:1200px){.account__wrapper{flex-direction:row;justify-content:space-between}}@media(min-width:1200px){.account__left{width:calc(66% - .4rem)}}.account__right{margin-top:3.2rem}@media(min-width:1200px){.account__right{width:calc(34% - .4rem);margin-top:0}}.account__order-info{display:flex;flex-wrap:wrap;align-items:center;gap:.8rem;margin:0 0 1.6rem}.account__order-info h4{margin:0}.account__order-info span{font-size:13px;font-weight:500;color:rgba(var(--color-foreground-secondary))}.account-address{padding:3rem 2rem;border-radius:.5rem;background-color:rgb(var(--color-base-background-2))}@media(min-width:990px){.account-address{padding:6.4rem}}.account-address__item{font-size:1.6rem;color:rgba(var(--color-foreground-title))}.account-address__item:not(.account-address__item-name):not(:last-child):after{content:", "}.account-address__item-name{font-family:var(--font-heading-family);font-style:var(--font-heading-style);font-weight:var(--font-heading-weight);font-size:2rem;letter-spacing:-.02em;color:rgba(var(--color-foreground-title));margin-bottom:.8rem}.account-address__link{padding:0 3.4rem!important;margin-top:3.2rem}.account-none{padding:3rem 2rem;background-color:rgb(var(--color-base-background-2))}.account-address ul li{font-size:16px;line-height:24px;color:#27363b}.account__right .account__subtitle{margin:0 0 1.6rem}.top-heading span{font-size:16px;line-height:24px;color:#27363b}.customer.account.order .top-heading .account__subtitle{margin:0 0 1.6rem}.customer.account.order .customer__top{align-items:start}@media(min-width:990px){.account-none{min-height:27.4rem;padding:6rem 3rem}}.account-none__wrapper{max-width:338px;margin:0 auto;text-align:center}.account-none__content{margin:3rem 0 0}.account-none h4{margin:0}.account-none__text{font-size:1.4rem;line-height:2.1rem;color:rgb(var(--color-foreground-secondary));margin-top:.8rem}@media(min-width:750px){.account-none__text{font-size:1.6rem}}.account-none__button{margin-top:3.2rem;padding:0 3.2rem!important}.account-none .icon-account-order-none,.account-none .icon-account-address-none{width:4.8rem;height:4.8rem;color:rgb(var(--color-border))}.account-none--address{width:100%}#customer_login_guest button{margin-top:0}.recover-password{display:none}.recover-password:target{display:block}.recover-password:target+div{display:none}.activate .page-header{margin:0}.activate__container{padding-top:80px;padding-bottom:80px}.activate__outer{max-width:80rem;width:100%}.activate__subtitle{text-align:left}.activate__buttons{display:flex;flex-wrap:wrap;align-items:center;gap:1.6rem;margin-top:2.4rem}.newsletter{display:none}.addresses .page-header{border-bottom:none}@media(min-width:750px){.addresses .page-header{margin-bottom:0;padding-bottom:2rem}}.addresses h2{text-align:left;margin:0 0 4rem}.addresses .address-add-buttons{display:flex;flex-wrap:wrap;gap:1.6rem}.addresses .address-add-show,.addresses .address-add-item,.addresses .address-add-new{min-width:auto;padding:0 3.2rem}.addresses .address-add-new,.addresses .button-address-edit{margin-bottom:0;font-weight:400;border-radius:0;min-height:unset;background:transparent;color:#4e6551;padding:0;font-size:18px;font-weight:600;margin-left:5px}.addresses .address-cancel,.addresses .button-address-delete{font-size:1.3rem;font-weight:var(--font-button-weight);text-decoration:underline;text-underline-offset:.3rem;color:rgb(var(--color-foreground-secondary))}.addresses .address-cancel:hover,.addresses .button-address-delete:hover{color:rgb(var(--color-accent))}.addresses .address-edit-buttons{display:flex;flex-wrap:wrap;align-items:center;gap:1.6rem;margin-top:4rem}.addresses .button-address-edit{min-width:auto;padding:0 4.5rem}.addresses .address-add-item{padding:0 3.5rem}.addresses ul{list-style:none;padding-left:0}.addresses ul p{margin-bottom:0}.addresses li>button{margin-left:.5rem;margin-right:.5rem}@media(min-width:750px){.addresses li>button:first-of-type{margin-top:3rem}}.addresses li>button+button{margin-top:0}.addresses li[data-address]>h2{margin:0 0 2rem}.addresses form{display:grid;gap:1.6rem;margin-top:2.4rem}.recover-password .field{display:flex;flex-direction:column}@media(min-width:990px){.addresses form{grid-template-columns:1fr 1fr 1fr 1fr;grid-template-rows:1fr 1fr 1fr 1fr 1fr 1fr;grid-template-areas:"a1 a2 a3 a3" "a4 a4 a5 a5" "a6 a6 a7 a7" "a9 a10 a8 a8" "a11 a11 a11 a11" "a12 a12 a12 a12"}}@media(min-width:990px){.addresses form div:nth-of-type(1){grid-area:a1}}@media(min-width:990px){.addresses form div:nth-of-type(2){grid-area:a2}}@media(min-width:990px){.addresses form div:nth-of-type(3){grid-area:a3}}@media(min-width:990px){.addresses form div:nth-of-type(4){grid-area:a4}}@media(min-width:990px){.addresses form div:nth-of-type(5){grid-area:a5}}@media(min-width:990px){.addresses form div:nth-of-type(6){grid-area:a6}}@media(min-width:990px){.addresses form div:nth-of-type(7){grid-area:a7}}@media(min-width:990px){.addresses form div:nth-of-type(8){grid-area:a8}}@media(min-width:990px){.addresses form div:nth-of-type(9){grid-area:a9}}@media(min-width:990px){.addresses form div:nth-of-type(10){grid-area:a10}}@media(min-width:990px){.addresses form div:nth-of-type(11){grid-area:a11}}@media(min-width:990px){.addresses form div:nth-of-type(12){grid-area:a12}}.addresses form button+button{margin-top:0}.addresses form .field:not(:first-of-type){margin:0}.addresses label[for=AddressCountryNew],.addresses label[for=AddressProvinceNew]{display:block;font-size:1.4rem;margin-bottom:.6rem}.addresses [data-expand=false]{display:none!important}.addresses [data-expand=true]{display:block!important}.addresses [data-expand=true].account-none--address{display:flex!important}.addresses .address-edit-form{display:none}.addresses .address-edit-form.active{display:block}.addresses .address-add-form{display:flex;flex-direction:column;align-items:center}.addresses .address-add-form__item{background-color:rgb(var(--color-background-card));border-radius:.5rem;padding:4rem 2rem;position:fixed;top:0;background:#0000006e;opacity:1;left:0;right:0;margin:0 auto;z-index:999;width:100%;bottom:0;overflow:scroll}@media(min-width:750px){.addresses .address-add-form__item{padding:6rem 8rem}}.addresses .address-add-form__inner{max-width:81.5rem;background:#fff;padding:30px;border-radius:10px;margin:0 auto}.addresses .address-add-form__inner h2{margin:0;font-size:26px;font-weight:600;text-align:center}.addresses .address-add-default-check{position:relative;display:inline-flex;align-items:center;font-size:1.6rem;font-weight:500;color:rgb(var(--color-foreground-title));padding-bottom:2.4rem}.addresses .address-add-default-check label{cursor:pointer;position:relative;display:flex;align-items:center;gap:1rem;flex-grow:1;word-break:break-word}.addresses .address-add-default-check label:before{content:"";display:block;flex-shrink:0;width:2.4rem;height:2.4rem;border-radius:.2rem;border:.1rem solid rgb(var(--color-border-input));background-color:rgb(var(--color-background))}.addresses .address-add-default-check label .icon-checkmark{position:absolute;left:.6rem;top:calc(50% - .45rem);z-index:5;visibility:hidden;fill:#fff}.addresses .address-add-default-check>input[type=checkbox]{position:absolute;opacity:1;width:2.4rem;height:2.4rem;top:0;left:2rem;z-index:-1;-webkit-appearance:none;appearance:none}.addresses .address-add-default-check>input[type=checkbox]:checked+label:before{border-color:rgb(var(--color-accent));background-color:rgb(var(--color-accent))}.addresses .address-add-default-check>input[type=checkbox]:checked+label span{color:rgb(var(--color-accent))}.addresses .address-add-default-check>input[type=checkbox]:checked+label .icon-checkmark{visibility:visible}.addresses .address-add-default-check>input[type=checkbox]:checked:before{border-color:rgb(var(--color-accent));background-color:rgb(var(--color-accent))}.address-list{display:flex;flex-direction:column}.address-list__item{background-color:rgb(var(--color-background-card));border-radius:.5rem;padding:4rem 2rem}@media(min-width:750px){.address-list__item{padding:4.2rem 8rem 6rem}}.address-list__item-wrapper{margin-top:.8rem}.address-list__item-wrapper--default{order:-1}.address-list-lines{width:100%}@media(min-width:750px){.address-list-lines{max-width:51.4rem}}.address-list-lines__item{position:relative;display:flex;align-items:center;gap:24px;border-bottom:.2rem solid rgb(var(--color-border));margin-bottom:1.6rem;padding-bottom:1.6rem;flex-wrap:wrap}.address-list-lines__item span{font-size:1.6rem}.address-list-lines__item span:first-child{max-width:140px;width:100%;font-family:var(--font-heading-family);font-style:var(--font-heading-style);font-weight:var(--font-heading-weight);color:rgb(var(--color-foreground-title))}.address-list-lines__value{color:rgb(var(--color-foreground-title))}.login__form .title--page{text-align:left;font-size:42px;line-height:119%}.account-full{width:100%}.account__wrapper{flex-direction:column}.account-footer{padding:40px 0 0;text-align:right}.account-footer a{font-size:16px;line-height:30px;color:#4e6551}.customer__top a.button.button--secondary{font-size:16px;border:1px solid #e7e7e7;border-radius:10px;color:#27363b;font-weight:400;line-height:30px}.customer__top a.button.button--primary{border-radius:10px}.account__subtitle{margin:0 0 1.6rem;font-size:32px;line-height:119%;color:#000;margin-bottom:0}.top-buttons{display:flex;gap:20px}.addresses li>button:first-of-type{margin-top:0;background:transparent;padding:0;min-height:unset}.addresses li>button.button--primary:hover,.addresses .address-add-new button.button--primary:hover{background-color:transparent;color:rgb(var(--color-button-text-hover))}.address-list-lines__item span.name-span{text-transform:capitalize;font-size:18px;font-weight:600}.account-address{border-radius:15px;padding:5.4rem}.address-list{display:grid;grid-template-columns:repeat(4,1fr);gap:20px}.address-heading-blk h2.h4{margin:0;font-size:18px;font-weight:600;display:flex;gap:20px}.address-heading-blk{grid-column-start:1;grid-row:1;grid-row-end:1;grid-column-end:5;background:#fff;display:grid;align-items:center;justify-content:left;padding:3.4rem 5.4rem;border-radius:15px;margin-top:28px}.address-list__item{padding:3.2rem 2.2rem;box-shadow:0 0 10px #cdcdcd7a;border-radius:10px;height:100%}@media(max-width:1500px){.customer.login .login-inner .login__form{padding:5rem 6.5rem}}@media(max-width:990px){.customer.login .login-inner .login__form{padding:5rem 2.5rem}.cust-activate-account{padding:2.5rem;flex-wrap:wrap}.order-table{grid-template-columns:repeat(2,1fr)}.reset-password__wrapper.login__wrapper .login__col{max-width:94%;margin:0 auto;display:grid;align-items:center;gap:0}.customer .reset-password__wrapper.login__wrapper .page-header{margin:0 0 2rem;padding:0;display:flex;align-self:end}}@media(max-width:749px){.login__col:last-child{padding:4rem 2rem;gap:25px;flex-direction:column}.login__col:first-child{height:100%;padding-top:0}.login__wrapper{flex-direction:column-reverse}.cust-content h4{font-size:32px}.custloginSlider button.slick-next.slick-arrow{right:5px;top:30px}.customer.login .login-inner .login__form{padding:5rem 2.5rem}.order-table{grid-template-columns:repeat(2,1fr)}.custom-top-banner{margin:0 auto 40px;width:100%;border-radius:0}}@media(max-width:620px){a.activate_btn{padding:0 20px}.order-table{grid-template-columns:repeat(1,1fr)}.breadcrumb a,.breadcrumb span{font-size:16px}.custom-top-banner .banner-content h1{font-size:30px}.account__subtitle{font-size:25px}}.login__reset.recover-password form div.field label:last-child{top:66%}.pagination__item{position:relative;display:flex;justify-content:center;align-items:center;width:5rem;height:5rem;padding:0;font-size:18px;font-weight:500;color:rgb(var(--color-foreground));text-decoration:none;border-radius:100px;transition:background-color var(--duration-default);background:#fff;border:1px solid #5b5b5b26}nav.pagination ul{list-style:none;padding-left:0;display:flex!important;gap:6px}.address-heading-blk{grid-row:1 / 2;grid-column:1/5;background:#fff;display:grid;align-items:center;justify-content:left;padding:3.4rem 5.4rem;border-radius:15px;margin-top:28px}@media screen and (max-width:1199px){.address-list{display:grid;grid-template-columns:repeat(2,1fr);gap:20px}.address-heading-blk{grid-row:1 / 2;grid-column:1 / 3;background:#fff;display:grid;align-items:center;justify-content:left;padding:3.4rem 5.4rem;border-radius:15px;margin-top:28px}}@media screen and (max-width:990px){.login__reset{padding:5rem 2.5rem}.template-order #MainContent .customer.account.order .account__wrapper .account__left .order-table .row.tfoot{display:flex;grid-column-end:3}}@media screen and (max-width:620px){.template-order #MainContent .customer.account.order .account__wrapper .account__left .order-table .row.tfoot{grid-column-end:2}}@media screen and (max-width:749px){.address-list{display:grid;grid-template-columns:repeat(1,1fr);gap:20px}.address-heading-blk{grid-row:1 / 2;grid-column:1 / 2;background:#fff;display:grid;align-items:center;justify-content:left;padding:3.4rem 5.4rem;border-radius:15px;margin-top:28px}.address-heading-blk{padding:3.4rem 3rem}}
/*# sourceMappingURL=/cdn/shop/t/26/assets/customer.css.map */
