.account-dashboard{background:#eee}.customer:not(.account):not(.order){margin:0 auto;text-align:center}#recover:target~#login,#recover:target~#login+div,#recover:target~#login+div+div{display:none}.customer.reset-password .field input:focus-visible,.customer.register .field input:focus-visible,.customer.login .field input:focus-visible{outline:none;border:1px solid #d20c0d}.register-submit-wrap{display:flex;justify-content:center}.customer .customer-grid{display:flex;flex-direction:row;flex-wrap:wrap;column-gap:var(--grid-desktop-horizontal-spacing);row-gap:var(--grid-desktop-vertical-spacing);list-style:none}.customer__title{text-align:left;position:relative}.create-account-wrap{text-align:left;margin-top:10px;font-weight:var(--medium)}.customer__title:after{content:"";position:absolute;left:0;bottom:-15px;max-width:120px;width:100%;max-height:5px;height:100%;background:#dc0000}.login .create-account,.register .create-account{color:#dc0000;font-weight:var(--medium)}.customer button{margin:1.5rem 0 0;background-color:#d20c0d;color:#fff;padding:15px 40px;font-size:var(--font-15);font-weight:var(--semi-bold);border:none;cursor:pointer;display:flex;justify-content:center;align-items:center}.login button,.reset-password button{border-radius:12px;text-transform:uppercase;width:100%}.register button{border-radius:12px;text-transform:uppercase;width:50%}@media screen and (max-width: 576px){.register button{width:100%}}.recover-mail-success{display:flex;align-items:center;margin-bottom:0;margin-top:1rem;gap:3px}.dashboard-menu .welcome-message{font-weight:var(--semi-bold);text-align:left}.customer-account-form-head{margin-bottom:15px}.dashboard-menu .welcome-message .email-row{font-size:var(--font-17);display:block;opacity:.5;margin-top:4px}.customer .dashboard{display:flex;flex-wrap:wrap;align-items:flex-start}.customer .dashboard-menu-list li a{padding:8px 10px 8px 30px;position:relative;display:block;text-decoration:none;font-family:var(--button-font-family-secondary);font-weight:var(--button-font-weight-secondary);text-transform:var(--button-text-case-secondary);transition:all ease-in-out .3s}.customer .dashboard-menu-list li a:hover,.customer .dashboard-menu-list li.is-active a{color:#d20c0d}.customer .dashboard-menu-list li.is-active a path,.customer .dashboard-menu-list li a:hover path{fill:#d20c0d}.customer .dashboard .customer-info{list-style:none;padding-left:0;margin:0}.customer .dashboard .customer-info li{font-size:var(--font-17)}.customer .dashboard .customer-info li strong{font-weight:600}.customer__title,.order-part-title{font-family:var(--font-body-family)}.customer .dashboard-menu{border-radius:8px;padding:25px 15px;width:100%;top:10px;background-color:#fff}.dashborad-content-inner{background-color:#fff;padding:25px;border-radius:8px;min-height:20vh}.customer .dashboard-menu-list{padding:0;list-style:none;margin-top:0}.field.account-type-field .field__label{position:static;transform:none;color:#000;margin-bottom:10px}.customer .field.account-type-field .radio-list{width:100%;list-style:none;line-height:normal;margin:0;border:1px solid #ddd;height:46px;display:flex;flex-wrap:wrap;align-items:center;padding:0 0 0 10px;border-radius:var(--style-border-radius-inputs)}.customer .field.account-type-field .radio-list li [type=radio]:checked+label,.customer .field.account-type-field .radio-list li [type=radio]:not(:checked)+label{position:relative;padding-left:28px;cursor:pointer;line-height:20px;display:inline-block;color:#000}.customer .field.account-type-field .radio-list li [type=radio]:checked,.customer .field.account-type-field .radio-list li [type=radio]:not(:checked){position:absolute;left:-9999px}.customer .field.account-type-field .radio-list li{margin-right:10px}.customer .field.account-type-field .radio-list li [type=radio]:checked+label:before,.customer .field.account-type-field .radio-list li [type=radio]:not(:checked)+label:before{content:"";position:absolute;left:0;top:0;width:18px;height:18px;border:1px solid rgb(210,12,13);border-radius:100%;background:#fff}.customer .field.account-type-field .radio-list li [type=radio]:checked+label:after,.customer .field.account-type-field li [type=radio]:not(:checked)+label:after{content:"";width:12px;height:12px;background:#d20c0d;position:absolute;top:4px;left:4px;border-radius:100%;transition:all .2s ease}.customer .field.account-type-field .radio-list li [type=radio]:not(:checked)+label:after{opacity:0;-webkit-transform:scale(0);transform:scale(0)}.customer .field.account-type-field .radio-list li label:after{opacity:1;transform:scale(1)}#create_customer.has-errors .account-create-btn{pointer-events:none;opacity:.6;background:#ddd;color:#000;cursor:pointer}.customer .grid__item label{font-size:1rem}.customer select{border:solid 2px #d9d9d9;padding:5px 12px;font-size:var(--font-16);font-weight:var(--regular)}.customer .field label{left:2px;font-size:var(--font-16)}.customer-account-form-head{font-family:var(--font-body-family);font-weight:var(--semi-bold)}.customer-form-bg{background-color:#f5f5f5;border-radius:30px;padding-top:3rem;padding-bottom:3rem}.customer .field.subscription-field .radio-list{width:100%;list-style:none;line-height:normal;margin:0;border:1px solid #ddd;height:46px;display:flex;flex-wrap:wrap;align-items:center;padding:0 0 0 10px;border-radius:var(--style-border-radius-inputs)}.customer .field.subscription-field .radio-list li [type=radio]:checked+label{position:relative;padding-left:28px;cursor:pointer;line-height:20px;display:inline-block;color:#000}.customer .field.subscription-field .radio-list li [type=radio]:checked{position:absolute;left:-9999px}.customer .field.subscription-field .radio-list li{margin-right:10px}.customer .field.subscription-field .radio-list li [type=radio]:checked+label:before{content:"";position:absolute;left:0;top:50%;width:18px;height:18px;border:1px solid rgb(210,12,13);border-radius:100%;background:#fff;transform:translateY(-50%)}.customer .field.subscription-field .radio-list li [type=radio]:checked+label:after{content:"";width:12px;height:12px;background:#d20c0d;position:absolute;top:70%;left:4px;transform:translateY(-80%);border-radius:100%;transition:all .2s ease}@media (max-width: 384px){.customer .field.subscription-field .radio-list li [type=radio]:checked+label:after{top:60%}}.customer .field.subscription-field .radio-list li label:after{opacity:1;transform:scale(1)}.subscription-note{color:#979696;margin-top:1.5rem}.customer .dashboard-content{width:100%;margin-top:15px}@media screen and (min-width: 1200px){.customer .dashboard-menu{width:100%;max-width:320px}.customer .dashboard-content{width:100%;max-width:calc(100% - 320px)}}@media screen and (min-width: 768px){.customer .dashboard-menu{position:sticky;width:100%;max-width:280px}.customer .dashboard-content{margin-top:0;width:100%;padding-left:35px;max-width:calc(100% - 280px)}}.customer>h1,.customer__title{margin-top:0}.customer form{margin-top:4rem}.account-address-list button{margin:0}.customer ul{line-height:calc(1 + .6 / var(--font-body-scale));padding-left:1.4rem;text-align:left;margin-bottom:3rem}.customer.login ul,.customer.reset-password ul,.customer.register ul{line-height:calc(1 + .6 / var(--font-body-scale));padding:0;text-align:left;margin-bottom:10px;list-style:none}.customer.login .errors,.customer.reset-password .errors a,.customer.register .errors a{color:red}.customer ul a{display:inline}.customer strong{font-weight:400;color:rgb(var(--color-foreground))}.customer .form__message,.customer h2.form__message{font-size:calc(var(--font-heading-scale) * 1.8rem);outline:none!important;border:none!important}.customer .form__message{text-align:left}.login .form__message{display:flex;justify-content:flex-start;align-items:center;margin-top:8px}@media only screen and (min-width: 750px){.customer h2.form__message{font-size:calc(var(--font-heading-scale) * 2.2rem)}}.customer h2.form__message{display:flex;align-items:center;gap:8px}.customer .field{margin:2rem 0 0}.customer.register .field,.customer.reset-password .field,.customer.login .field{margin-top:1rem}.customer .field:first-of-type{margin-top:0}.customer table{table-layout:auto;border-collapse:collapse;border-bottom:.01rem solid rgba(var(--color-foreground),.08);box-shadow:none;width:100%;font-size:1.6rem;position:relative}@media screen and (min-width: 750px){.customer table{border:none;box-shadow:0 0 0 .1rem rgba(var(--color-foreground),.08)}}@media screen and (forced-colors: active){.customer table{border-top:.1rem solid transparent;border-bottom:.1rem solid transparent}}.customer tbody{color:rgb(var(--color-foreground))}.customer th,.customer td{font-weight:400;line-height:1;border:none;padding:0}@media screen and (min-width: 750px){.customer td{padding-right:2.2rem}}.customer tbody td{padding-top:1rem;padding-bottom:1rem}.customer td:empty{display:initial}.customer thead th{font-size:.9rem;letter-spacing:.07rem;text-transform:uppercase}.customer tbody td:first-of-type{padding-top:1rem}.customer tbody td{padding:1rem;text-align:center;font-size:.9rem}@media screen and (min-width: 750px){.customer th,.customer td:first-of-type{text-align:center;padding-left:0;padding-right:1rem}.customer thead th,.customer tbody td{padding-top:1rem;padding-bottom:1rem;font-size:.9rem;text-align:center;border:1px solid #ddd}.customer thead th{background:#d20c0d;padding:10px;color:#fff;font-weight:var(--button-font-weight-secondary);text-transform:var(--button-text-case-secondary)}.customer th:first-of-type,.customer td:first-of-type{padding-left:1rem}.customer tbody td{vertical-align:top}.customer tbody td:first-of-type{padding-top:1rem}}.customer tbody td:last-of-type{padding-bottom:1rem}@media screen and (min-width: 750px){.customer tbody td:last-of-type{padding-bottom:0}}.customer tbody tr{border-top:.01rem solid rgba(var(--color-foreground),.08)}@media screen and (min-width: 750px){.customer tbody tr:first-of-type{border-top:none}}@media screen and (forced-colors: active){.customer tbody tr{border-top:.1rem solid transparent}}.customer tfoot td:first-of-type,.customer tfoot td{padding-top:.6rem;padding-bottom:.6rem}.customer tfoot td:first-of-type{text-align:left}.customer tfoot tr:first-of-type td{padding-top:4rem}@media screen and (min-width: 750px){.customer tfoot tr:first-of-type td,.customer tfoot tr:first-of-type th{padding-top:2.4rem}}.customer tfoot tr:last-of-type td{padding-bottom:4rem}@media screen and (min-width: 750px){.customer tfoot tr:last-of-type td,.customer tfoot tr:last-of-type th{padding-bottom:2.4rem}}.customer thead:after,.customer tfoot:before{content:" ";height:.1rem;width:100%;display:block;position:absolute;left:0;background:rgba(var(--color-foreground),.08)}@media screen and (forced-colors: active){.customer thead:after,.customer tfoot:before{background:CanvasText}}@media screen and (max-width: 749px){.customer thead,.customer th,.customer tfoot td:first-of-type{display:none}.customer td{display:flex;text-align:right}.customer td:before{color:rgba(var(--color-foreground),.75);content:attr(data-label);font-size:.9rem;padding-right:2rem;text-transform:uppercase;flex-grow:1;text-align:left}.customer td:first-of-type{display:flex;align-items:center}.customer tr{display:flex;flex-direction:column;justify-content:flex-start;width:100%}.account table td:first-of-type a{padding:0!important}.customer tbody tr{border-top:.01rem solid #ddd}}.customer .pagination{margin-top:5rem;margin-bottom:7rem}@media screen and (min-width: 990px){.customer .pagination{margin-top:7rem;margin-bottom:10rem}}.customer .pagination ul{display:flex;justify-content:center;list-style:none;padding:0}.customer .pagination li{flex:1 1;max-width:4rem}.customer .pagination li:not(:last-child){margin-right:1rem}.customer .pagination li :first-child{display:inline-flex;justify-content:center;align-items:center;position:relative;height:4rem;width:100%;padding:0;text-decoration:none}.customer .pagination li :first-child .svg-wrapper{height:.6rem}.customer .pagination li:first-of-type .svg-wrapper{margin-left:-.2rem;transform:rotate(90deg)}.customer .pagination li:last-of-type .svg-wrapper{margin-right:-.2rem;transform:rotate(-90deg)}.customer .pagination li [aria-current]:after{content:"";display:block;width:2rem;height:.01rem;position:absolute;bottom:.08rem;left:50%;transform:translate(-50%);background-color:currentColor}.login a{font-family:var(--font-body-family)}.login a[href="#recover"],.login .cancel{margin-left:0;margin-right:0;width:100%;text-align:center;margin-top:5px;display:block;font-weight:var(--medium)}.login .field+a{margin-top:1rem}.reset-password p,.login p{margin:1rem 0 0;text-align:left;font-weight:var(--medium)}.login h3{margin-top:1.5rem;text-align:left;font-size:calc(var(--font-heading-scale) * 1.6rem)}#customer_login_guest button{margin-top:0}#recover,#recover+div{display:none}#recover:target{display:block}#recover:target+div{display:block}#recover:target~#login,#recover:target~#login+div{display:none}#recover,#login{scroll-margin-top:20rem}#recover{margin-bottom:0}.activate button[name=decline],.addresses form button[type]{background-color:rgba(var(--color-background),var(--alpha-button-background));color:rgb(var(--color-link))}@media only screen and (min-width: 750px){.activate button[name=decline]{margin-top:inherit;margin-left:1rem}}:is(.account,.order){margin:0 auto;max-width:var(--page-width);padding-left:2rem;padding-right:2rem}@media screen and (min-width: 1200px){:is(.account,.order){padding-left:5rem;padding-right:5rem}}@media screen and (min-width: 990px){:is(.account,.order)>div:nth-of-type(2){display:flex;margin-top:5rem}}@media screen and (min-width: 990px){:is(.account,.order)>div:nth-of-type(2)>div:first-of-type{flex-grow:1;padding-right:3.2rem}}@media screen and (min-width: 750px) and (max-width: 989px){.order>div:nth-of-type(2)>div:last-of-type{display:flex}.order>div:nth-of-type(2)>div:last-of-type div{padding-right:3.2rem}}:is(.account,.order) p{margin:0 0 2rem}:is(.account,.order) h1{margin-bottom:1rem}:is(.account,.order) h2{margin-top:4rem;margin-bottom:1rem}@media screen and (min-width: 990px){:is(.account,.order) h2{margin-top:0}}.account h1+a{display:inline-flex;align-items:center}.account a .svg-wrapper{width:1.5rem;margin-bottom:-.03rem;margin-right:1rem}@media screen and (min-width: 750px){.account thead th:last-child,.account td:last-child{text-align:center}.account table td:first-of-type{padding-top:1rem;padding-bottom:1rem}}.account table td:first-of-type a{padding:1rem;text-decoration:none;box-shadow:0 0 0 .1rem rgba(var(--color-link),.2);border:.1rem solid transparent;font-size:.9rem}.account table td:first-of-type a:hover{box-shadow:0 0 0 .2rem rgba(var(--color-link),.2)}.order td:first-of-type{align-items:initial}@media screen and (min-width: 750px){.order thead th:nth-last-child(-n+3),.order td:nth-last-child(-n+3){text-align:right}}.order tfoot tr:last-of-type td,.order tfoot tr:last-of-type th{font-size:1rem;padding-top:1rem;padding-bottom:1rem}@media screen and (min-width: 750px){.order tfoot tr:last-of-type td,.order tfoot tr:last-of-type th{padding-bottom:1rem}}.order tfoot tr:last-of-type td:before{font-size:1rem}.order table p,.order>div:nth-of-type(2)>div:first-of-type h2,.order>div:nth-of-type(2)>div:last-of-type h2+p{margin-bottom:0}.order>div:nth-of-type(2)>div:first-of-type h2~p{margin-bottom:0;font-size:1rem}.order>div:nth-of-type(2)>div:first-of-type h2~p:last-of-type{margin-bottom:3rem}.order .item-props{font-size:.9rem;margin-top:.05px;display:flex;flex-direction:column}.order .item-props>span{word-break:break-all;line-height:calc(1 + .2 / var(--font-body-scale))}.order .fulfillment{width:fit-content;border:.01rem solid rgba(var(--color-foreground),.2);padding:1rem;margin-top:1rem;font-size:1.4rem;text-align:left}.order .fulfillment a{margin:.7rem 0}.order .fulfillment span{display:block}.order .cart-discount{display:block;margin-top:1rem;margin-bottom:.5rem;font-size:1.2rem}@media screen and (min-width: 750px){.order td .cart-discount{display:none}}.order tbody ul{list-style:none;font-size:1.2rem;text-align:right;padding-left:0;margin-top:1rem;margin-bottom:0}@media screen and (min-width: 750px){.order tbody ul{text-align:left}}.order table a{line-height:calc(1 + .3 / var(--font-body-scale))}.order tbody tr:first-of-type td:first-of-type>div{display:flex;flex-direction:column;align-items:flex-end}@media screen and (min-width: 750px){.order tbody tr:first-of-type td:first-of-type>div{align-items:flex-start}}.order .properties{font-size:1.4rem;margin-top:1rem}.order .properties span{display:block;line-height:calc(1 + .2 / var(--font-body-scale))}.order .svg-wrapper{width:1.1rem;color:rgb(var(--color-foreground));margin-right:.5rem}.order dl{margin:0}.order dd{margin-left:0;line-height:calc(1 + .3 / var(--font-body-scale))}.order dd s{color:rgba(var(--color-foreground),.7)}.order .unit-price{font-size:1.1rem;letter-spacing:.07rem;line-height:calc(1 + .2 / var(--font-body-scale));margin-top:.2rem;text-transform:uppercase;color:rgba(var(--color-foreground),.7)}.order .regular-price{font-size:1.3rem}.addresses li>button+button,.addresses form button+button{margin-top:0rem}.addresses form button:first-of-type{margin-right:1rem}label[for=AddressCountryNew],label[for=AddressProvinceNew]{display:block;font-size:1rem}.addresses ul{list-style:none;padding-left:0;margin-top:0}.addresses [aria-expanded=false]~div:not(.modal)[id]{display:none}.addresses [aria-expanded=true]~div:not(.modal)[id]{display:block}.addresses h2{text-align:left}li[data-address]>h2{text-align:center;font-size:;margin-bottom:0}.default-address-title{font-family:var(--font-body-family);font-size:var(--font-13)}@media only screen and (min-width: 750px){li[data-address]>h2{font-size:calc(var(--font-heading-scale) * 2.2rem)}}.addresses ul p{margin-bottom:0}.addresses input[type=checkbox]{margin-top:2rem;margin-left:0}.addresses form>div:nth-of-type(7),.addresses form>div:nth-of-type(7)+div[id]{margin-top:1.5rem}.edit-wrapper .address-edit-btns{min-width:43%!important;width:43%;font-size:var(--font-11)!important;min-height:2rem!important;padding:0}.addresses .address-list li .default-address-title{position:absolute;right:0;top:0;background-color:#000;color:#fff;padding:2px 20px;font-size:13px;clip-path:polygon(0% 0%,100% 0,100% 100%,100% 100%,14px 100%)}.add-address-form{padding-left:2.5rem;padding-right:2.5rem}.add-address-form .select .svg-wrapper,.customer select+.svg-wrapper{right:10px;display:none}.customer .addresses{max-width:100%}.address-list li[data-address]{border:1px solid rgb(221,221,221);padding:20px;border-radius:7px;display:flex;flex-wrap:wrap;align-items:center;position:relative;gap:1.5rem;width:100%}.address-modal .field{margin:0}.modal-header h3{font-family:var(--font-body-family);margin:2rem 0;font-weight:var(--bold)}.modal-header{text-align:center}.delete-address{border:2px solid #d9d9d9!important}.modal.address-modal .modal-content form{margin-top:1rem}.modal .address-modal .modal-content{padding-left:3rem;padding-right:3rem;padding-bottom:3rem}.modal-content{max-height:600px;overflow-y:auto}.customer .dashboard-menu-list .icon svg{width:22px;height:22px;position:absolute;left:0;top:8px}.customer .add-address-form .field{margin:0}.add-address-wrapper button{font-weight:var(--bold)}.addresses .address-list li p{margin-top:0;margin-bottom:0;text-align:left;width:100%;font-size:14px}.locations-container .loc-grid-item{border:.1rem solid #ddd;padding:2.5rem;display:flex;flex-direction:column;justify-content:space-between}@media (max-width: 768px){.edit-wrapper.grid__item{max-width:100%;width:100%}}.customer .field input:focus~label,.customer .field input:not(:placeholder-shown)~label{left:0}.customer .field{flex-wrap:wrap}.customer form{margin-top:1.5rem}.customer .field input{width:100%;border:solid 2px #d9d9d9;padding:5px 12px;font-size:var(--font-16);font-weight:var(--regular)}.customer.reset-password .field input,.customer.register .field input,.customer.login .field input{width:100%;border:solid 1px rgb(217,217,217);padding:5px 12px;font-size:var(--font-16);font-weight:var(--regular);height:46px}.customer.reset-password .field label,.customer.register .field label,.customer.login .field label{font-size:1rem;font-weight:var(--medium);margin-bottom:.2rem}.customer .field label{font-size:1rem}.customer.register .field{margin-top:0}.customer-container{padding:2rem;max-width:30rem;margin:0 auto;border-radius:12px}.customer-register-container{padding:2rem;max-width:55rem;margin:0 auto;border-radius:12px}.register,.reset-password,.login{padding-left:15px;padding-right:15px}.customer-register-container h1,.customer-container h1{margin:1rem 0 0}.register h1,.reset-password h1,.login h1{text-align:left;font-weight:var(--bold)!important;font-size:var(--font-28)}@media screen and (max-width: 576px){.register h1,.reset-password h1,.login h1{font-size:var(--font-20)}}.account-address-list{display:grid;grid-template-columns:1fr 1fr 1fr;gap:1rem}.address-modal.modal{position:fixed;top:0;left:0;visibility:hidden;width:100%;height:100%;z-index:1001}.modal .modal-overlay{position:fixed;z-index:1002;top:0;left:0;width:100%;height:100%;background-color:#000000b3;visibility:hidden;opacity:0;-webkit-transition:visibility 0s linear .8s,opacity .8s;transition:visibility 0s linear .8s,opacity .8s}.address-modal .modal-wrapper{max-width:700px;background:#fff;border-radius:8px}.modal .modal-transition{-webkit-transition:all .4s .12s;transition:all .4s .12s;opacity:0}.addresses form{display:flex;flex-flow:row wrap}.addresses form>div{width:100%;text-align:left}.customer-details,.add-address-wrapper{text-align:left}.add-address-content,.edit-address-content{display:grid;grid-template-columns:repeat(2,1fr);gap:10px;column-gap:20px}.add-address-content select{width:100%}.customer .grid__item select{width:100%;height:38.8px}.account .customer__title{margin-bottom:3.5rem}.address-button-wrapper{display:flex;align-items:center;justify-content:center;margin-top:1rem}.address-button-wrapper button{margin-top:0;height:40px}.address-button-wrapper .cancel-address{border:2px solid #d9d9d9}.field.grid__item label{margin:0}.btn-wrapper{width:100%;display:flex;align-items:center;justify-content:center;gap:10px;flex-wrap:wrap}.edit-address-content .select{width:100%}@media (max-width: 1100px){.account-address-list{grid-template-columns:1fr 1fr}.modal-header h3{margin-bottom:0}}@media (max-width: 768px){.modal-header h3{font-size:18px}.modal .modal-content{padding-top:0}}@media (max-width: 450px){.account-address-list{grid-template-columns:1fr}.add-address-content,.edit-address-content{grid-template-columns:repeat(1,1fr)}.address-button-wrapper{flex-wrap:wrap}.address-button-wrapper button{width:100%}.addresses form button:first-of-type{margin-right:0;margin-bottom:10px}}.dashboard-notice{background:#d20c0d;color:#fff;padding:15px;display:flex;flex-wrap:wrap;justify-content:space-between;align-items:center;border-radius:6px}.dashboard-notice h4{margin-bottom:0;line-height:normal}@media (min-width: 1200px){.dashboard-notice h4{max-width:calc(100% - 175px)}}@media (max-width: 1199px){.dashboard-notice h4{margin-bottom:10px}}.dashboard-content .btn{margin:0;border-radius:15px;border:1px solid rgb(255,255,255)}.dashboard-content .dashboard-fileupload{margin-top:10px;display:flex;flex-wrap:wrap;column-gap:10px;padding:45px;background:#f5f5f7;position:relative}.dashboard-content .fileupload-form{display:none}.dashboard-content .fileupload-form.active{display:block}.field.upload-form-title{margin-bottom:20px}.field.upload-form-title h4{font-weight:var(--semi-bold)}.dashboard-content .close-upload{position:absolute;right:0;top:0;width:30px;height:30px;background:#d20c0d;text-align:center;color:#fff;cursor:pointer;display:flex;justify-content:center;align-items:center}.dashboard-content .close-upload svg{width:20px;height:20px}.submit-button-row .submit-btn{margin-top:1rem}.submit-button-row .submit-btn:hover{opacity:.8}@media (max-width: 767px){.dashboard-content .dashboard-fileupload{padding:20px 10px}}.dashboard-fileupload .fields{width:calc(50% - 10px)}.dashboard-fileupload .file-upload{border:1px solid rgb(239,239,239);padding:8px;background-color:#fff;border-radius:3px;width:100%;margin-bottom:10px;display:flex;flex-wrap:wrap;align-items:center}.dashboard-fileupload .field__label{position:static;color:#000}.dashboard-fileupload .file-upload .custom-file-upload-btn{margin-top:0;padding:7px;font-size:13px;border-radius:5px;margin-right:5px;max-width:100px;white-space:nowrap;text-overflow:ellipsis;overflow:hidden;display:inline-block}.dashboard-fileupload .file-upload .file-names-display{max-width:210px;white-space:nowrap;text-overflow:ellipsis;overflow:hidden;display:inline-block}.customer.register .form-errors.custom-errors{display:flex;column-gap:8px;flex-wrap:wrap;row-gap:5px}.customer.register .form-errors.custom-errors li a{color:#b32323}.customer.register .form-errors.custom-errors li:after{content:"|";margin-left:8px;color:#ddd}.customer.register .form-errors.custom-errors li:nth-last-child(1):after{content:none}.customer-documents .document-row{display:flex;flex-wrap:wrap;column-gap:10px;row-gap:10px}.customer-documents{margin-top:25px;margin-bottom:25px}.customer-documents .document-row .document{max-width:145px;text-align:center;display:flex;flex-direction:column;flex-wrap:wrap;justify-content:center}.customer-documents .document-row .document .document-title{font-family:var(--button-font-family-secondary);font-weight:500}.customer-documents .document-row .document .image-column{display:flex;justify-content:center}.customer-documents .document-row .document .image-column img{width:75px}.customer-documents .document-row .delete-document{padding:15px;font-size:var(--font-12);width:100%}
/*# sourceMappingURL=/cdn/shop/t/73/assets/customer.css.map */
