@import"https://fonts.googleapis.com/css2?family=Inter:wght@100..900&display=swap";.pretty *{box-sizing:border-box}.pretty input:not([type=checkbox]):not([type=radio]){display:none}.pretty{position:relative;display:inline-block;margin-right:1em;white-space:nowrap;line-height:1}.pretty input{position:absolute;left:0;top:0;min-width:1em;width:100%;height:100%;z-index:2;opacity:0;margin:0;padding:0;cursor:pointer}.pretty .state label{position:initial;display:inline-block;font-weight:400;margin:0;text-indent:1.5em;min-width:calc(1em + 2px)}.pretty .state label:before,.pretty .state label:after{content:"";width:calc(1em + 2px);height:calc(1em + 2px);display:block;box-sizing:border-box;border-radius:0;border:1px solid transparent;z-index:0;position:absolute;left:0;top:calc(-8% - (100% - 1em));background-color:transparent}.pretty .state label:before{border-color:#bdc3c7}.pretty .state.p-is-hover,.pretty .state.p-is-indeterminate{display:none}@keyframes zoom{0%{opacity:0;transform:scale(0)}}@keyframes tada{0%{animation-timing-function:ease-in;opacity:0;transform:scale(7)}38%{animation-timing-function:ease-out;opacity:1;transform:scale(1)}55%{animation-timing-function:ease-in;transform:scale(1.5)}72%{animation-timing-function:ease-out;transform:scale(1)}81%{animation-timing-function:ease-in;transform:scale(1.24)}89%{animation-timing-function:ease-out;transform:scale(1)}95%{animation-timing-function:ease-in;transform:scale(1.04)}to{animation-timing-function:ease-out;transform:scale(1)}}@keyframes jelly{0%{transform:scaleZ(1)}30%{transform:scale3d(.75,1.25,1)}40%{transform:scale3d(1.25,.75,1)}50%{transform:scale3d(.85,1.15,1)}65%{transform:scale3d(1.05,.95,1)}75%{transform:scale3d(.95,1.05,1)}to{transform:scaleZ(1)}}@keyframes rotate{0%{opacity:0;transform:translateZ(-200px) rotate(-45deg)}to{opacity:1;transform:translateZ(0) rotate(0)}}@keyframes pulse{0%{box-shadow:0 0 #bdc3c7}to{box-shadow:0 0 0 1.5em #bdc3c700}}.pretty.p-default.p-fill .state label:after{transform:scale(1)}.pretty.p-default .state label:after{transform:scale(.6)}.pretty.p-default input:checked~.state label:after{background-color:#bdc3c7!important}.pretty.p-default.p-thick .state label:before,.pretty.p-default.p-thick .state label:after{border-width:.1428571429em}.pretty.p-default.p-thick .state label:after{transform:scale(.4)!important}.pretty.p-icon .state .icon{position:absolute;font-size:1em;width:calc(1em + 2px);height:calc(1em + 2px);left:0;z-index:1;text-align:center;line-height:normal;top:calc(-8% - (100% - 1em));border:1px solid transparent;opacity:0}.pretty.p-icon .state .icon:before{margin:0;width:100%;height:100%;text-align:center;display:flex;flex:1;justify-content:center;align-items:center;line-height:1}.pretty.p-icon input:checked~.state .icon{opacity:1}.pretty.p-icon input:checked~.state label:before{border-color:#5a656b}.pretty.p-svg .state .svg{position:absolute;font-size:1em;width:calc(1em + 2px);height:calc(1em + 2px);left:0;z-index:1;text-align:center;line-height:normal;top:calc(-8% - (100% - 1em));border:1px solid transparent;opacity:0}.pretty.p-svg .state svg{margin:0;width:100%;height:100%;text-align:center;display:flex;flex:1;justify-content:center;align-items:center;line-height:1}.pretty.p-svg input:checked~.state .svg{opacity:1}.pretty.p-image .state img{opacity:0;position:absolute;width:calc(1em + 2px);height:calc(1em + 2px);top:0;top:calc(-8% - (100% - 1em));left:0;z-index:0;text-align:center;line-height:normal;transform:scale(.8)}.pretty.p-image input:checked~.state img{opacity:1}.pretty.p-switch input{min-width:2em}.pretty.p-switch .state{position:relative}.pretty.p-switch .state:before{content:"";border:1px solid #bdc3c7;border-radius:60px;width:2em;box-sizing:unset;height:calc(1em + 2px);position:absolute;top:0;top:calc(-16% - (100% - 1em));z-index:0;transition:all .5s ease}.pretty.p-switch .state label{text-indent:2.5em}.pretty.p-switch .state label:before,.pretty.p-switch .state label:after{transition:all .5s ease;border-radius:100%;left:0;border-color:transparent;transform:scale(.8)}.pretty.p-switch .state label:after{background-color:#bdc3c7!important}.pretty.p-switch input:checked~.state:before{border-color:#5a656b}.pretty.p-switch input:checked~.state label:before{opacity:0}.pretty.p-switch input:checked~.state label:after{background-color:#5a656b!important;left:1em}.pretty.p-switch.p-fill input:checked~.state:before{border-color:#5a656b;background-color:#5a656b!important}.pretty.p-switch.p-fill input:checked~.state label:before{opacity:0}.pretty.p-switch.p-fill input:checked~.state label:after{background-color:#fff!important;left:1em}.pretty.p-switch.p-slim .state:before{height:.1em;background:#bdc3c7!important;top:calc(50% - .1em)}.pretty.p-switch.p-slim input:checked~.state:before{border-color:#5a656b;background-color:#5a656b!important}.pretty.p-has-hover input:hover~.state:not(.p-is-hover){display:none}.pretty.p-has-hover input:hover~.state.p-is-hover{display:block}.pretty.p-has-hover input:hover~.state.p-is-hover .icon{display:block}.pretty.p-has-focus input:focus~.state label:before{box-shadow:0 0 3px #bdc3c7}.pretty.p-has-indeterminate input[type=checkbox]:indeterminate~.state:not(.p-is-indeterminate){display:none}.pretty.p-has-indeterminate input[type=checkbox]:indeterminate~.state.p-is-indeterminate{display:block}.pretty.p-has-indeterminate input[type=checkbox]:indeterminate~.state.p-is-indeterminate .icon{display:block;opacity:1}.pretty.p-toggle .state.p-on{opacity:0;display:none}.pretty.p-toggle .state.p-off,.pretty.p-toggle .state .icon,.pretty.p-toggle .state .svg,.pretty.p-toggle .state img{opacity:1;display:inherit}.pretty.p-toggle .state.p-off .icon{color:#bdc3c7}.pretty.p-toggle input:checked~.state.p-on{opacity:1;display:inherit}.pretty.p-toggle input:checked~.state.p-off{opacity:0;display:none}.pretty.p-plain input:checked~.state label:before,.pretty.p-plain.p-toggle .state label:before{content:none}.pretty.p-plain.p-plain .icon{transform:scale(1.1)}.pretty.p-round .state label:before,.pretty.p-round .state label:after{border-radius:100%}.pretty.p-round.p-icon .state .icon{border-radius:100%;overflow:hidden}.pretty.p-round.p-icon .state .icon:before{transform:scale(.8)}.pretty.p-curve .state label:before,.pretty.p-curve .state label:after{border-radius:20%}.pretty.p-smooth label:before,.pretty.p-smooth label:after,.pretty.p-smooth .icon,.pretty.p-smooth .svg{transition:all .5s ease}.pretty.p-smooth input:checked+.state label:after{transition:all .3s ease}.pretty.p-smooth input:checked+.state .icon,.pretty.p-smooth input:checked+.state .svg,.pretty.p-smooth input:checked+.state img{animation:zoom .2s ease}.pretty.p-smooth.p-default input:checked+.state label:after{animation:zoom .2s ease}.pretty.p-smooth.p-plain input:checked+.state label:before{content:"";transform:scale(0);transition:all .5s ease}.pretty.p-tada:not(.p-default) input:checked+.state .icon,.pretty.p-tada:not(.p-default) input:checked+.state .svg,.pretty.p-tada:not(.p-default) input:checked+.state img,.pretty.p-tada:not(.p-default) input:checked+.state label:before,.pretty.p-tada:not(.p-default) input:checked+.state label:after{animation:tada .7s cubic-bezier(.25,.46,.45,.94) 1 alternate;opacity:1}.pretty.p-jelly:not(.p-default) input:checked+.state .icon,.pretty.p-jelly:not(.p-default) input:checked+.state .svg,.pretty.p-jelly:not(.p-default) input:checked+.state img,.pretty.p-jelly:not(.p-default) input:checked+.state label:before,.pretty.p-jelly:not(.p-default) input:checked+.state label:after{animation:jelly .7s cubic-bezier(.25,.46,.45,.94);opacity:1}.pretty.p-jelly:not(.p-default) input:checked+.state label:before{border-color:transparent}.pretty.p-rotate:not(.p-default) input:checked~.state .icon,.pretty.p-rotate:not(.p-default) input:checked~.state .svg,.pretty.p-rotate:not(.p-default) input:checked~.state img,.pretty.p-rotate:not(.p-default) input:checked~.state label:before,.pretty.p-rotate:not(.p-default) input:checked~.state label:after{animation:rotate .7s cubic-bezier(.25,.46,.45,.94);opacity:1}.pretty.p-rotate:not(.p-default) input:checked~.state label:before{border-color:transparent}.pretty.p-pulse:not(.p-switch) input:checked~.state label:before{animation:pulse 1s}.pretty input[disabled]{cursor:not-allowed;display:none}.pretty input[disabled]~*{opacity:.5}.pretty.p-locked input{display:none;cursor:not-allowed}.pretty input:checked~.state.p-primary label:after,.pretty.p-toggle .state.p-primary label:after{background-color:#428bca!important}.pretty input:checked~.state.p-primary .icon,.pretty input:checked~.state.p-primary .svg,.pretty.p-toggle .state.p-primary .icon,.pretty.p-toggle .state.p-primary .svg{color:#fff;stroke:#fff}.pretty input:checked~.state.p-primary-o label:before,.pretty.p-toggle .state.p-primary-o label:before{border-color:#428bca}.pretty input:checked~.state.p-primary-o label:after,.pretty.p-toggle .state.p-primary-o label:after{background-color:transparent}.pretty input:checked~.state.p-primary-o .icon,.pretty input:checked~.state.p-primary-o .svg,.pretty input:checked~.state.p-primary-o svg,.pretty.p-toggle .state.p-primary-o .icon,.pretty.p-toggle .state.p-primary-o .svg,.pretty.p-toggle .state.p-primary-o svg{color:#428bca;stroke:#428bca}.pretty.p-default:not(.p-fill) input:checked~.state.p-primary-o label:after{background-color:#428bca!important}.pretty.p-switch input:checked~.state.p-primary:before{border-color:#428bca}.pretty.p-switch.p-fill input:checked~.state.p-primary:before{background-color:#428bca!important}.pretty.p-switch.p-slim input:checked~.state.p-primary:before{border-color:#245682;background-color:#245682!important}.pretty input:checked~.state.p-info label:after,.pretty.p-toggle .state.p-info label:after{background-color:#5bc0de!important}.pretty input:checked~.state.p-info .icon,.pretty input:checked~.state.p-info .svg,.pretty.p-toggle .state.p-info .icon,.pretty.p-toggle .state.p-info .svg{color:#fff;stroke:#fff}.pretty input:checked~.state.p-info-o label:before,.pretty.p-toggle .state.p-info-o label:before{border-color:#5bc0de}.pretty input:checked~.state.p-info-o label:after,.pretty.p-toggle .state.p-info-o label:after{background-color:transparent}.pretty input:checked~.state.p-info-o .icon,.pretty input:checked~.state.p-info-o .svg,.pretty input:checked~.state.p-info-o svg,.pretty.p-toggle .state.p-info-o .icon,.pretty.p-toggle .state.p-info-o .svg,.pretty.p-toggle .state.p-info-o svg{color:#5bc0de;stroke:#5bc0de}.pretty.p-default:not(.p-fill) input:checked~.state.p-info-o label:after{background-color:#5bc0de!important}.pretty.p-switch input:checked~.state.p-info:before{border-color:#5bc0de}.pretty.p-switch.p-fill input:checked~.state.p-info:before{background-color:#5bc0de!important}.pretty.p-switch.p-slim input:checked~.state.p-info:before{border-color:#2390b0;background-color:#2390b0!important}.pretty input:checked~.state.p-success label:after,.pretty.p-toggle .state.p-success label:after{background-color:#5cb85c!important}.pretty input:checked~.state.p-success .icon,.pretty input:checked~.state.p-success .svg,.pretty.p-toggle .state.p-success .icon,.pretty.p-toggle .state.p-success .svg{color:#fff;stroke:#fff}.pretty input:checked~.state.p-success-o label:before,.pretty.p-toggle .state.p-success-o label:before{border-color:#5cb85c}.pretty input:checked~.state.p-success-o label:after,.pretty.p-toggle .state.p-success-o label:after{background-color:transparent}.pretty input:checked~.state.p-success-o .icon,.pretty input:checked~.state.p-success-o .svg,.pretty input:checked~.state.p-success-o svg,.pretty.p-toggle .state.p-success-o .icon,.pretty.p-toggle .state.p-success-o .svg,.pretty.p-toggle .state.p-success-o svg{color:#5cb85c;stroke:#5cb85c}.pretty.p-default:not(.p-fill) input:checked~.state.p-success-o label:after{background-color:#5cb85c!important}.pretty.p-switch input:checked~.state.p-success:before{border-color:#5cb85c}.pretty.p-switch.p-fill input:checked~.state.p-success:before{background-color:#5cb85c!important}.pretty.p-switch.p-slim input:checked~.state.p-success:before{border-color:#357935;background-color:#357935!important}.pretty input:checked~.state.p-warning label:after,.pretty.p-toggle .state.p-warning label:after{background-color:#f0ad4e!important}.pretty input:checked~.state.p-warning .icon,.pretty input:checked~.state.p-warning .svg,.pretty.p-toggle .state.p-warning .icon,.pretty.p-toggle .state.p-warning .svg{color:#fff;stroke:#fff}.pretty input:checked~.state.p-warning-o label:before,.pretty.p-toggle .state.p-warning-o label:before{border-color:#f0ad4e}.pretty input:checked~.state.p-warning-o label:after,.pretty.p-toggle .state.p-warning-o label:after{background-color:transparent}.pretty input:checked~.state.p-warning-o .icon,.pretty input:checked~.state.p-warning-o .svg,.pretty input:checked~.state.p-warning-o svg,.pretty.p-toggle .state.p-warning-o .icon,.pretty.p-toggle .state.p-warning-o .svg,.pretty.p-toggle .state.p-warning-o svg{color:#f0ad4e;stroke:#f0ad4e}.pretty.p-default:not(.p-fill) input:checked~.state.p-warning-o label:after{background-color:#f0ad4e!important}.pretty.p-switch input:checked~.state.p-warning:before{border-color:#f0ad4e}.pretty.p-switch.p-fill input:checked~.state.p-warning:before{background-color:#f0ad4e!important}.pretty.p-switch.p-slim input:checked~.state.p-warning:before{border-color:#c77c11;background-color:#c77c11!important}.pretty input:checked~.state.p-danger label:after,.pretty.p-toggle .state.p-danger label:after{background-color:#d9534f!important}.pretty input:checked~.state.p-danger .icon,.pretty input:checked~.state.p-danger .svg,.pretty.p-toggle .state.p-danger .icon,.pretty.p-toggle .state.p-danger .svg{color:#fff;stroke:#fff}.pretty input:checked~.state.p-danger-o label:before,.pretty.p-toggle .state.p-danger-o label:before{border-color:#d9534f}.pretty input:checked~.state.p-danger-o label:after,.pretty.p-toggle .state.p-danger-o label:after{background-color:transparent}.pretty input:checked~.state.p-danger-o .icon,.pretty input:checked~.state.p-danger-o .svg,.pretty input:checked~.state.p-danger-o svg,.pretty.p-toggle .state.p-danger-o .icon,.pretty.p-toggle .state.p-danger-o .svg,.pretty.p-toggle .state.p-danger-o svg{color:#d9534f;stroke:#d9534f}.pretty.p-default:not(.p-fill) input:checked~.state.p-danger-o label:after{background-color:#d9534f!important}.pretty.p-switch input:checked~.state.p-danger:before{border-color:#d9534f}.pretty.p-switch.p-fill input:checked~.state.p-danger:before{background-color:#d9534f!important}.pretty.p-switch.p-slim input:checked~.state.p-danger:before{border-color:#a02622;background-color:#a02622!important}.pretty.p-bigger label:before,.pretty.p-bigger label:after,.pretty.p-bigger .icon,.pretty.p-bigger .svg,.pretty.p-bigger .img{font-size:1.2em!important;top:calc(-35% - (100% - 1em))!important}.pretty.p-bigger label{text-indent:1.7em}@media print{.pretty .state:before,.pretty .state label:before,.pretty .state label:after,.pretty .state .icon{color-adjust:exact;-webkit-print-color-adjust:exact;print-color-adjust:exact}}h1{display:none}#iumy-app *,.iumy--modal *{font-family:Inter,sans-serif;font-optical-sizing:auto;font-style:normal;font-variation-settings:"slnt" 0;letter-spacing:normal}#iumy-app *,#iumy-app :after,#iumy-app :before,.iumy--modal *,.iumy--modal :after,.iumy--modal :before{box-sizing:border-box}#iumy-app * input,#iumy-app :after input,#iumy-app :before input,.iumy--modal * input,.iumy--modal :after input,.iumy--modal :before input{min-width:0}#iumy-app b,#iumy-app strong,.iumy--modal b,.iumy--modal strong{font-weight:700}#iumy-app svg,.iumy--modal svg{width:initial;height:initial;stroke:none!important}#iumy-app p,.iumy--modal p{margin:inherit}#iumy-app img,.iumy--modal img{border:0;box-shadow:none}button,input,optgroup,select,textarea{margin:0;padding:0;font-family:inherit;font-size:inherit;line-height:inherit;height:inherit;padding:inherit;min-height:inherit;text-transform:inherit;padding:initial}[type=button],[type=reset],[type=submit],button{color:inherit;-webkit-appearance:button;-moz-appearance:button;appearance:button;box-shadow:none;cursor:pointer}[type=button]:hover,[type=reset]:hover,[type=submit]:hover,button:hover{color:inherit}:root{--iumyTickLighter: #F5F5FD;--iumyTickColor: #4235D8;--iumyTickHover: #352bb1;--iumyFontBase: 14px}.iumy-small{font-size:14px;line-height:16px}.iumy-semi-bold{font-weight:600!important}.iumy-strong-title{color:#626265;font-weight:700;font-size:16px}.iumy-gray{color:#00000050}.iumy-f16{font-size:16px;line-height:18px}.iumy--link-1{transition:ease all .1s;text-decoration:none;color:#00000050}.iumy--link-1:hover,.iumy--link-1:active{color:#000}.iumy-tiny-badge{display:inline-block;background-color:#e9e9e9;color:#515151;font-weight:700;font-size:12px;line-height:1;width:fit-content;padding:6px 8px;border-radius:5px}.iumy-tiny-badge.EXCHANGE{color:#72630f;background-color:#f8f1bd}.iumy-tiny-badge.RETURN{color:#72630f;background-color:#f8e4bd}.iumy-badge{padding:6px 10px;cursor:default;white-space:nowrap;height:fit-content;border-radius:10px;font-size:13px;width:fit-content;line-height:12px;display:inline-block;border:0;background:gray;color:#fff}.iumy-badge.secondary{color:#666;background:#d1d1d1;font-size:9px;padding:4px 8px;line-height:12px;white-space:normal;font-weight:700;border-radius:4px}.iumy-badge.pending{color:#e2e2e2;background:#5a5a5a;font-size:9px;padding:4px 8px;line-height:12px;white-space:normal;font-weight:700;border-radius:4px}.iumy-badge.PENDING_APPROVAL,.iumy-badge.RETURNAL_CREATED{background-color:#d6d6d6;color:#2c2c2c}.iumy-badge.APPROVED,.iumy-badge.RETURNAL_APPROVED{background-color:#f0f8f0;color:#24a028}.iumy-badge.returnal.CANCELLED,.iumy-badge.RETURNAL_CANCELLED{background-color:#feefef;color:#e50f38}.iumy-badge.APPROVAL_IN_PROGRESS,.iumy-badge.PENDING_QUOTE{background-color:#eee;color:gray}.iumy-badge.RETURNAL_CONFERRED,.iumy-badge.CONFERRED{background-color:#9ecec5;color:#305a52}.iumy-badge.ENDED{background:#b5e2de;color:#0f7272}.iumy-badge.RETURNAL_REFUNDED,.iumy-badge.RETURN{background-color:#f4d394;color:#72630f}.iumy-badge.RETURNAL_COUPON_GENERATED,.iumy-badge.EXCHANGE{background-color:#fff2e8;color:#ff7e5f}.iumy-badge.IN_TRANSIT,.iumy-badge.PACKAGE_IN_TRANSIT{background:#94e5f4;color:#0f7272}.iumy-badge.POSTED,.iumy-badge.PACKAGE_POSTED{background:#bbe2c5;color:#0f7235}.iumy-badge.TRACKING_CODE_GENERATED,.iumy-badge.PACKAGE_MULTIPLE_TRACKING_CODES_GENERATED,.iumy-badge.PACKAGE_TRACKING_CODE_GENERATED{background:#e0dbb8;color:#616539}.iumy-badge.EXCEPTION,.iumy-badge.PACKAGE_EXCEPTION{background:#f4e994;color:#72630f}.iumy-badge.WAITING_WITHDRAW,.iumy-badge.PACKAGE_WAITING_WITHDRAW{background:#9ecec5;color:#305a52}.iumy-badge.TAXED,.iumy-badge.PACKAGE_TAXED{background:#f49494;color:#720f0f}.iumy-badge.TAXED_PAID{background-color:#f0f494;color:#595c14}.iumy-badge.NEW,.iumy-badge.DELIVERED,.iumy-badge.PACKAGE_DELIVERED{background:#94f4ae;color:#0f7235}.iumy-badge.RETURNED_TO_SENDER,.iumy-badge.PACKAGE_RETURNED_TO_SENDER{background:#f4d394;color:#72630f}.iumy-badge.IN_ROUTE_TO_DELIVERY,.iumy-badge.PACKAGE_IN_ROUTE_TO_DELIVERY{background:#b6d69e;color:#0f7235}.iumy-badge.IS_LATE,.iumy-badge.PACKAGE_IS_LATE{background:#7d06066b;color:#7d0606}.iumy-badge.IS_STALLED,.iumy-badge.PACKAGE_IS_STALLED{background:#000;color:#fff}.iumy-badge.TRACKING_CODE_CHANGED,.iumy-badge.PACKAGE_TRACKING_CODE_CHANGED{background:#c4bfff;color:#5c0593}.iumy-badge.ARCHIVED{background:#5e44a9;color:#fff}.iumy-badge.PENDING{background:#f8f1ca;color:#72630f}.iumy-badge.PARTIALLY_PAID,.iumy-badge.PARTIALLY_REFUNDED,.iumy-badge.REFUNDED{background:#d6d6d6;color:#2b2b2b}.iumy-badge.PAID,.iumy-badge.BILLING_PAID{background:#b5e2de;color:#0f7272}.iumy-badge.BILLING_CANCELLED_IN_DEBT{background:#b52b2b;color:#fff}.iumy-badge.BILLING_CANCELLED{background:#282828;color:#fff}.iumy-badge.CANCELLED,.iumy-badge.BILLING_PENDING{background:#ffa2a2;color:#930505}.iumy-badge.HIDDEN{background:#cecece;color:#fff}.iumy-badge.REFUND{background-color:#f4d394;color:#72630f}.iumy-badge.EXCHANGE{background-color:#f4e994;color:#72630f}.iumy-badge.REQUIRE_IMAGE,.iumy-badge.REQUIRE_COMMENT{background-color:#e6e6e6;color:#464646}.iumy-badge.AUTO_APPROVAL{background-color:#eaffee;color:#259d01}.iumy--jumbo{background-color:#ededed;padding:20px;border-radius:10px}.iumy--move-list{display:flex;flex-direction:column;gap:12px}.iumy--move-list .iumy--move-list-move{display:flex;gap:10px;font-size:14px;line-height:18px}.iumy--move-list .iumy--move-list-move:not(.active) .iumy--move-list-move-thumb{border:1px solid #CCCCCC}.iumy--move-list .iumy--move-list-move .iumy--move-list-move-thumb{width:38px;height:38px;border-radius:5px;color:#b2b2b2;display:flex;align-items:center;justify-content:center}.iumy--move-list .iumy--move-list-move .iumy--move-list-move-details{flex:1;display:flex;flex-direction:column}.iumy--move-list .iumy--move-list-move .iumy--move-list-move-details .iumy--move-list-move-details-label{color:gray}.iumy--move-list .iumy--move-list-move .iumy--move-list-move-details .iumy--move-list-move-details-infos{display:block;font-size:13px;color:#999;word-break:break-all}.iumy--move-list .iumy--move-list-move .iumy--move-list-move-details .iumy--move-list-move-details-date{font-size:12px;color:gray}.iumy--move-list .iumy--move-list-move.active .iumy--move-list-move-details-label{color:#000}.iumy--move-list .iumy--move-list-move.active .iumy--move-list-move-thumb{background-color:var(--iumyTickColor);color:#fff}.iumy--chev{border:1px solid #DBDBDB;border-radius:10px}.iumy--chev .iumy--chev-heading{display:flex;align-items:center;justify-content:space-between;padding:12px;cursor:pointer}.iumy--chev .iumy--chev-content{overflow:hidden;max-height:0;transition:all 1s}.iumy--chev .iumy--chev-content:not(.iumy--order-wrapper){padding:12px}.iumy--chev.opened .iumy--chev-content{border-top:1px solid #DBDBDB;max-height:1000px}.iumy--main-btn{min-height:45px;width:100%;padding:10px;font-size:16px;color:#fff;transition:all .2s;border:0;border-radius:10px;font-weight:200;text-decoration:none;display:flex;align-items:center;justify-content:center;gap:10px}.iumy--main-btn:not(.default){background-color:var(--iumyTickColor)}.iumy--main-btn.default{background-color:#ccc;color:#333}.iumy--main-btn.default:hover{background-color:#b7b7b7;color:#333}.iumy--main-btn:not(.default):not(:disabled):hover{color:#fff;background-color:var(--iumyTickHover)}.iumy--main-btn:disabled{background-color:#dbdbdb;color:gray;cursor:not-allowed}.iumy--main-btn.loading>svg{animation:spin 1s linear infinite}.iumy--section-heading{font-size:14px;display:block;font-weight:600;text-transform:uppercase;color:#999;margin-bottom:12px}.box-content{border:1px solid #DBDBDB;border-radius:10px;padding:12px}.iumy--banner{padding:8px;border-radius:8px;font-size:14px;border:1px solid transparent}.iumy--banner.warn{color:var(--iumyTickColor);background-color:var(--iumyTickLighter);border-color:var(--iumyTickColor)}.iumy--custom-select{border:1px solid #DBDBDB;border-radius:10px;display:flex;gap:8px;position:relative;background-color:#fff}.iumy--custom-select .iumy--custom-select-circle{width:20px;height:20px;display:flex;border-radius:100px;color:#000;font-size:12px;align-items:center;justify-content:center;line-height:1;background-color:#e0e0e0;position:absolute;left:10px;top:10px}.iumy--custom-select select{border-radius:10px;padding:10px 10px 10px 38px;width:100%;background:none;border:0;font-weight:700;font-size:14px;-webkit-appearance:none;-moz-appearance:none}.iumy-form-error{background:#ffeaea;font-size:12px;height:fit-content;padding:4px 12px;border:1px solid red;border-radius:10px;position:absolute;z-index:10;top:100%;left:0;white-space:nowrap}.iumy-form-error:after{content:"";display:block;width:0;height:0;border-left:5px solid transparent;border-right:5px solid transparent;border-bottom:5px solid red;position:absolute;bottom:100%}.iumy-form-group{position:relative}.iumy-form-group label{position:absolute;top:0;left:0;padding:19px 12px;line-height:13px;font-size:13px!important;text-transform:uppercase;font-weight:700!important;color:#999;transform-origin:top left;transition:all ease .2s}.iumy-form-group input{width:100%;border-radius:10px!important;border:1px solid #DBDBDB!important;padding:27px 12px 12px!important;font-size:14px!important;height:50px!important;text-align:left;color:#000}.iumy-form-group input::placeholder{text-indent:-99999px}.iumy-form-group input:not(:placeholder-shown)~label,.iumy-form-group input:focus~label{transform:scale(.85) translateY(-6px) translate(3px)}.iumy-form-group input:focus,.iumy-form-group input:focus-visible{outline:0;border-color:var(--iumyTickColor);box-shadow:none}.itf--file-uploader{display:flex;flex-direction:column}.itf--file-uploader label{margin-bottom:5px}.itf--file-uploader .itf--file-uploader-image-wrap{position:relative;width:fit-content;border-radius:3px;display:flex;flex-direction:column;align-items:center;border:1px solid #c91f1e;overflow:hidden}.itf--file-uploader .itf--file-uploader-image-wrap .itf-file-attachment{width:70px}.itf--file-uploader .itf--file-uploader-image-wrap .itf--file-uploader-file-remove-btn{line-height:1;border-radius:0;border:0;font-size:13px;background:#c91e1e;padding:5px 0;color:#fff;flex:1;width:100%;cursor:pointer;transition:ease all .2s}.itf--file-uploader .itf--file-uploader-image-wrap .itf--file-uploader-file-remove-btn:hover{background:#a01313}.itf--file-uploader .itf--file-uploader-select-btn{width:fit-content;background-color:var(--iumyTickColor);color:#fff;border:0;border-radius:3px;padding:5px 10px;font-size:14px;transition:all .2s}.itf--file-uploader .itf--file-uploader-select-btn:hover{opacity:.8}.iumy--row{display:flex}.iumy--modal{z-index:1000;text-align:left;transition:all cubic-bezier(.075,.82,.165,1) 1s;color:#000}.iumy--modal .iumy--modal-dialog{padding:0 15px;display:block;overflow-x:hidden;overflow-y:scroll;position:fixed;top:0;right:0;bottom:0;left:0;z-index:9001;outline:0}.iumy--modal .iumy--modal-wrapper{font-size:14px;line-height:20px;width:100%;max-width:560px;position:relative;background:#fff;padding:18px 15px;border-radius:10px;margin:28px auto;transition:all ease .5s;transform:translateY(500px) scale(0)}.iumy--modal .iumy--modal-wrapper .iumy--modal-header{display:flex;justify-content:space-between;border-bottom:1px solid rgba(0,0,0,.0784313725);padding-bottom:12px;margin-bottom:12px}.iumy--modal .iumy--modal-wrapper .iumy--modal-header .iumy--modal-header-title{font-size:18px;font-weight:700}.iumy--modal .iumy--modal-wrapper .iumy--modal-header .iumy--modal-header-close-btn{background:none;border:0;display:flex;align-items:center;gap:3px;font-size:16px;padding:0;font-weight:700}.iumy--modal .iumy--modal-backdrop{width:100%;height:100%;position:fixed;top:0;left:0;display:block;z-index:9000;background:#00000080;transition:all ease .2s;opacity:0}.iumy--modal.show-in .iumy--modal-wrapper{transform:translateY(0) scale(1)}.iumy--modal.show-in .iumy--modal-backdrop{opacity:1}.loader-bg{width:100%;animation-duration:1s;animation-fill-mode:forwards;animation-iteration-count:infinite;animation-name:placeHolderShimmer;animation-timing-function:linear;background:#f6f7f8;background:linear-gradient(90deg,#eee 8%,#ddd 18%,#eee 33%);background-size:800px 104px;height:10.5px;position:relative;opacity:.4}@keyframes placeHolderShimmer{0%{background-position:-468px 0}to{background-position:468px 0}}@-moz-keyframes spin{to{-moz-transform:rotate(360deg)}}@-webkit-keyframes spin{to{-webkit-transform:rotate(360deg)}}@keyframes spin{to{-webkit-transform:rotate(360deg);transform:rotate(360deg)}}.mt20{margin-top:20px}@media screen and (max-width: 768px){textarea,.iumy-form-group .iumy-form-control{font-size:16px!important}}html.iumy--modal-open{overflow:hidden}#iumy-app .iumy-wrapper{max-width:960px;padding:40px 15px;text-align:center;margin:30px auto 15px;display:flex;flex-direction:column}#iumy-app .iumy-wrapper .iumy-form-wrapper{display:flex;flex-direction:column;gap:15px;z-index:1;text-align:center;background:#fff;padding:20px 17px;margin-top:-10%;border-radius:10px;box-shadow:1px 1px 9px #0003;max-width:345px;width:100%;margin-left:auto;margin-right:auto;border:1px solid #DBDBDB}#iumy-app .iumy-wrapper .iumy-form-wrapper .iumy--search-form{margin-bottom:0}#iumy-app .iumy-wrapper .iumy-form-wrapper .iumy--search-form label{margin:0;z-index:-1}#iumy-app .iumy-wrapper .iumy-form-wrapper .iumy--search-form input{background-color:transparent}#iumy-app .iumy-wrapper .iumy-form-wrapper .iumy--search-form .iumy-btn{position:absolute;border:0;background:none;margin:0;line-height:1;font-size:14px;color:#787878;right:0;top:50%;transform:translateY(-50%);width:36px;height:100%}#iumy-app .iumy-wrapper .iumy-form-wrapper .iumy--search-form .iumy-btn:focus,#iumy-app .iumy-wrapper .iumy-form-wrapper .iumy--search-form .iumy-btn:focus-visible{outline:0}#iumy-app .iumy-wrapper .iumy-form-wrapper .iumy-app-title{font-size:22px;font-weight:700;line-height:1;color:#000}#iumy-app .iumy-wrapper .iumy-form-wrapper .iumy-app-description{font-size:14px;line-height:1;margin:0;color:#000}#iumy-app .iumy-wrapper .image-col img{margin:0 auto;border:0}#iumy-app .iumy-wrapper.no-image .iumy-form-wrapper{margin-top:0}@media screen and (max-width: 990px){#iumy-app .iumy-wrapper{flex-direction:column}#iumy-app .iumy-wrapper .iumy-col:first-child{overflow:hidden}#iumy-app .iumy-wrapper .iumy-col:first-child img{width:150%!important;transform:translate(-50%);left:50%;position:relative}}#iumy-app .iumy-wrapper .iumy-powered{width:fit-content;justify-content:center;display:flex;align-items:center;margin:20px auto 15px;font-size:11px;color:#ccc;text-decoration:none;gap:8px;background:none;border:0}#iumy-app .iumy-wrapper .iumy-powered img{max-width:80px;width:fit-content;opacity:.4;transition:all ease .2s;margin:0;padding:0}#iumy-app .iumy-wrapper .iumy-powered:after{display:none}#iumy-app .iumy-wrapper .iumy-powered:hover{text-decoration:none;border:0;background:none}#iumy-app .iumy-wrapper .iumy-powered:hover img{opacity:.7}#iumy-app .iumy-wrapper .iumy--inactive{font-size:14px}.iumy--thumbnail-container{display:flex;gap:12px;align-items:center}.iumy--thumbnail-container .iumy--item-thumbnail-wrap{position:relative}.iumy--thumbnail-container .iumy--item-thumbnail-wrap .iumy--item-thumbnail-thumb{width:74px;height:74px;border:1px solid rgba(0,0,0,.0784313725);overflow:hidden;border-radius:10px}.iumy--thumbnail-container .iumy--item-thumbnail-wrap .iumy--item-thumbnail-thumb .iumy--item-thumbnail{width:100%;transform:translateY(-50%);top:50%;position:relative}.iumy--thumbnail-container .iumy--item-thumbnail-wrap .iumy--item-thumbnail-qty{position:absolute;bottom:-5px;display:inline-block;right:-5px;background-color:#000;color:#fff;padding:4px 3px;border-radius:5px;text-align:center;font-weight:500;min-width:20px;max-height:22px;font-size:12px;line-height:1}.iumy--thumbnail-container .iumy--item-content-wrap{flex:1;display:flex;flex-direction:column;gap:5px}.iumy--thumbnail-container .iumy--item-content-wrap .iumy--item-content-wrap-badges{display:flex;gap:10px;flex-wrap:wrap}.iumy--order-product-item .iumy--item-title{font-size:15px;text-transform:capitalize}.iumy--order-product-item .iumy--product-item-badges{display:flex;gap:10px}.iumy--order-wrapper:not(.iumy--chev-content){border:1px solid #DBDBDB;border-radius:10px}.iumy--order-wrapper .iumy--order-wrapper-section{padding:12px}.iumy--order-wrapper .iumy--order-wrapper-section.iumy--order-detail-tracking .iumy--order-detail-tracking-heading-wrap{display:flex;align-items:center;gap:12px}.iumy--order-wrapper .iumy--order-wrapper-section.iumy--order-detail-tracking .iumy--order-detail-tracking-heading{display:flex;flex-direction:column;font-size:14px;line-height:1;gap:4px}.iumy--order-wrapper .iumy--order-wrapper-section.iumy--order-detail-tracking .iumy--action-btn{display:none;position:absolute;bottom:0;left:0;width:100%;z-index:1;background:transparent;border:0;font-size:14px;transition:all .2s;font-weight:700;color:var(--iumyTickColor);text-align:center}.iumy--order-wrapper .iumy--order-wrapper-section.iumy--order-detail-tracking .iumy--action-btn:hover{color:#ccc}.iumy--order-wrapper .iumy--order-wrapper-section.iumy--order-detail-tracking .iumy--order-detail-tracking-single{display:flex;flex-direction:column;gap:12px;position:relative;overflow:hidden;max-height:250px;transition:all 1s}.iumy--order-wrapper .iumy--order-wrapper-section.iumy--order-detail-tracking .iumy--order-detail-tracking-single.has-moves .iumy--action-btn{display:block}.iumy--order-wrapper .iumy--order-wrapper-section.iumy--order-detail-tracking .iumy--order-detail-tracking-single.has-moves .iumy--action-btn:focus-visible{outline:0}.iumy--order-wrapper .iumy--order-wrapper-section.iumy--order-detail-tracking .iumy--order-detail-tracking-single.has-moves:after{content:"";display:block;width:100%;height:60px;position:absolute;bottom:0;left:0;background:#fff;background:linear-gradient(0deg,#fff,#fff0)}.iumy--order-wrapper .iumy--order-wrapper-section.iumy--order-detail-tracking .iumy--order-detail-tracking-single.show-moves{padding-bottom:20px;max-height:2000px}.iumy--order-wrapper .iumy--order-wrapper-section.iumy--order-detail-tracking .iumy--order-detail-tracking-multiple-package{display:flex;gap:12px;flex-direction:column}.iumy--order-wrapper .iumy--order-wrapper-section.iumy--order-detail-tracking .iumy--order-detail-tracking-multiple-package .iumy--order-detail-tracking-package{background-color:#f7f7f7;border:1px solid #DBDBDB;border-radius:5px;transition:all .2s;overflow:hidden;position:relative}.iumy--order-wrapper .iumy--order-wrapper-section.iumy--order-detail-tracking .iumy--order-detail-tracking-multiple-package .iumy--order-detail-tracking-package .iumy--action-btn{display:block;padding:10px}.iumy--order-wrapper .iumy--order-wrapper-section.iumy--order-detail-tracking .iumy--order-detail-tracking-multiple-package .iumy--order-detail-tracking-package:hover:not(.expanded){box-shadow:0 0 5px #00000020}.iumy--order-wrapper .iumy--order-wrapper-section.iumy--order-detail-tracking .iumy--order-detail-tracking-multiple-package .iumy--order-detail-tracking-package .iumy--order-detail-tracking-package-controls{cursor:pointer;display:flex;justify-content:space-between;padding:12px;align-items:center}.iumy--order-wrapper .iumy--order-wrapper-section.iumy--order-detail-tracking .iumy--order-detail-tracking-multiple-package .iumy--order-detail-tracking-package .iumy--order-detail-tracking-package-controls .iumy--package-collapse-btn{background:none;border:none}.iumy--order-wrapper .iumy--order-wrapper-section.iumy--order-detail-tracking .iumy--order-detail-tracking-multiple-package .iumy--order-detail-tracking-package .iumy--move-list{transition:all 1s;padding:0 12px;max-height:0;overflow:hidden;position:relative}.iumy--order-wrapper .iumy--order-wrapper-section.iumy--order-detail-tracking .iumy--order-detail-tracking-multiple-package .iumy--order-detail-tracking-package.has-moves .iumy--move-list:after{content:"";display:block;width:100%;height:100px;position:absolute;bottom:0;left:0;background:#f7f7f7;background:linear-gradient(0deg,#f7f7f7,#f7f7f700)}.iumy--order-wrapper .iumy--order-wrapper-section.iumy--order-detail-tracking .iumy--order-detail-tracking-multiple-package .iumy--order-detail-tracking-package.expanded .iumy--move-list{border-top:1px solid #DBDBDB;max-height:230px;padding:12px}.iumy--order-wrapper .iumy--order-wrapper-section.iumy--order-detail-tracking .iumy--order-detail-tracking-multiple-package .iumy--order-detail-tracking-package.show-moves.expanded .iumy--move-list{max-height:2000px}.iumy--order-wrapper .iumy--order-wrapper-section.iumy--order-detail-address .iumy--order-detail-address-address{margin:0;font-size:var(--iumyFontBase)}.iumy--order-wrapper .iumy--order-wrapper-section.price-and-action{display:flex;gap:12px;flex-direction:column}.iumy--order-wrapper .iumy--order-wrapper-section.price-and-action .iumy--jumbo{font-size:14px;display:flex;flex-direction:column;gap:10px}.iumy--order-wrapper .iumy--order-wrapper-section.price-and-action .iumy--jumbo .line{flex:1;display:flex;justify-content:space-between}.iumy--order-wrapper .iumy--order-wrapper-section:not(:last-child){border-bottom:1px solid #DBDBDB}.iumy--order-list{display:flex;flex-direction:column;gap:15px}.iumy--order-list .iumy--order-list-label{font-size:16px;line-height:18px;color:#00000080;display:block;margin-top:10px;font-weight:700}.iumy--order-list .iumy--order-list-expand-box{border:1px solid rgba(0,0,0,.0784313725);border-radius:10px;display:flex;align-items:center;justify-content:space-between;gap:12px;padding:12px;cursor:pointer;transition:ease all .1s}.iumy--order-list .iumy--order-list-expand-box svg{transition:all .1s}.iumy--order-list .iumy--order-list-expand-box:hover{box-shadow:0 0 5px #00000020}.iumy--order-list .iumy--order-list-expand-box:active{background-color:#fff;transform:scale(1)}.iumy--order-list .iumy--order-list-expand-box.opening{opacity:.8;box-shadow:none}.iumy--order-list .iumy--order-list-expand-box.opening svg{transform:rotate(45deg)}.iumy--order-list .iumy--order-list-end{font-size:18px;color:#00000030;font-weight:700;display:block;text-align:center;padding:30px 0}.iumy--order-detail{display:flex;flex-direction:column}.iumy--order-detail .iumy--order-detail-product-list{display:flex;flex-direction:column;gap:12px}.iumy--order-detail .iumy--order-detail-product-list .iumy--order-product-item:not(:last-child){border-bottom:1px solid #DBDBDB;padding-bottom:12px}.iumy--order-detail .iumy--order-detail-address{font-size:var(--iumyFontBase)}.iumy--order-detail.iumy--returnal-detail{gap:10px}.iumy--tf-container .bottom-actions{display:flex;gap:12px}.iumy--tf-container .iumy--thumbnail-container{border:1px solid #DBDBDB;border-radius:10px;padding:12px}.iumy--tf-container .itf--products-step{display:flex;flex-direction:column;gap:12px}.iumy--tf-container .itf--products-step .itf--products-list-wrap .itf--products-list>.itf--product-item{border:1px solid #DBDBDB;transition:all .2s;position:relative}.iumy--tf-container .itf--products-step .itf--products-list-wrap .itf--products-list>.itf--product-item .itf--product-item-summary{cursor:pointer}.iumy--tf-container .itf--products-step .itf--products-list-wrap .itf--products-list>.itf--product-item .iumy--order-product-item .iumy--thumbnail-container{border:0}.iumy--tf-container .itf--products-step .itf--products-list-wrap .itf--products-list>.itf--product-item:only-child{border-radius:10px}.iumy--tf-container .itf--products-step .itf--products-list-wrap .itf--products-list>.itf--product-item:not(:only-child):first-child{border-radius:10px 10px 0 0}.iumy--tf-container .itf--products-step .itf--products-list-wrap .itf--products-list>.itf--product-item:not(:only-child):last-child{border-radius:0 0 10px 10px}.iumy--tf-container .itf--products-step .itf--products-list-wrap .itf--products-list>.itf--product-item:not(:active):hover,.iumy--tf-container .itf--products-step .itf--products-list-wrap .itf--products-list>.itf--product-item.active{background-color:var(--iumyTickLighter);border-color:var(--iumyTickColor)}.iumy--tf-container .itf--products-step .itf--products-list-wrap .itf--products-list>.itf--product-item:not(:active):hover:first-child,.iumy--tf-container .itf--products-step .itf--products-list-wrap .itf--products-list>.itf--product-item.active:first-child{border-bottom-width:1px!important}.iumy--tf-container .itf--products-step .itf--products-list-wrap .itf--products-list>.itf--product-item:not(:active):hover>svg,.iumy--tf-container .itf--products-step .itf--products-list-wrap .itf--products-list>.itf--product-item.active>svg{color:var(--iumyTickColor);position:absolute;right:12px;top:12px}.iumy--tf-container .itf--products-step .itf--products-list-wrap .itf--products-list .itf--product-item-expand{display:flex;flex-direction:column;border-top:1px solid #DBDBDB}.iumy--tf-container .itf--products-step .itf--products-list-wrap .itf--products-list .itf--product-item-expand .col-form{position:relative}.iumy--tf-container .itf--products-step .itf--products-list-wrap .itf--products-list .itf--product-item-expand .col-form textarea{border-radius:10px;border:1px solid #DBDBDB;padding:10px 12px;font-size:14px}.iumy--tf-container .itf--products-step .itf--products-list-wrap .itf--products-list .itf--product-item-expand .col-form.itf--product-item-expand-quantity{display:flex;gap:10px;align-items:center}.iumy--tf-container .itf--products-step .itf--products-list-wrap .itf--products-list .itf--product-item-expand .col-form.itf--product-item-expand-quantity select{padding:3px 12px;border-radius:8px;background:#fff;width:fit-content;-webkit-appearance:auto;-moz-appearance:auto;appearance:auto}.iumy--tf-container .itf--products-step .itf--products-list-wrap .itf--products-list .itf--product-item-expand .col-form.itf--product-item-expand-returnal-type{gap:10px;display:flex}.iumy--tf-container .itf--products-step .itf--products-list-wrap .itf--products-list .itf--product-item-expand .col-form.itf--product-item-expand-returnal-type button{height:fit-content;background-color:#fff;border:1px solid #DBDBDB;font-weight:700;padding:7px 15px;color:#000;font-size:14px;border-radius:10px;transition:all ease .2s}.iumy--tf-container .itf--products-step .itf--products-list-wrap .itf--products-list .itf--product-item-expand .col-form.itf--product-item-expand-returnal-type button:hover{border-color:var(--iumyTickColor);color:var(--iumyTickColor)}.iumy--tf-container .itf--products-step .itf--products-list-wrap .itf--products-list .itf--product-item-expand .col-form.itf--product-item-expand-returnal-type button.active{background-color:var(--iumyTickColor);color:#fff;border-color:transparent}.iumy--tf-container .itf--products-step .itf--products-list-wrap .itf--products-list .itf--product-item-expand .col-form:not(.itf--product-item-expand-returnal-type,.itf--product-item-expand-quantity){display:flex;flex-direction:column;gap:10px}.iumy--tf-container .itf--products-step .itf--products-list-wrap .itf--products-list .itf--product-item-expand>*{padding:12px;border-bottom:1px solid #DBDBDB}.iumy--tf-container .itf--returnal-step{display:flex;gap:18px;flex-direction:column}.iumy--tf-container .itf--returnal-step .itf--returnal-address-selector{display:flex;flex-direction:column;gap:4px}.iumy--tf-container .itf--returnal-step .itf--returnal-address-selector .itf--returnal-pre-heading{display:flex;justify-content:space-between;margin-bottom:4px;align-items:center}.iumy--tf-container .itf--returnal-step .itf--returnal-address-selector .itf--returnal-pre-heading .iumy--section-heading{margin-bottom:0}.iumy--tf-container .itf--returnal-step .itf--returnal-address-selector .itf--returnal-pre-heading button{background:none;font-size:14px;border:0}.iumy--tf-container .itf--returnal-step .itf--returnal-address-selector .itf--returnal-address{padding:12px;border-radius:10px;border:1px solid #DBDBDB;background-color:#f8f8f8;color:#000;font-size:14px;margin-bottom:0}.iumy--tf-container .itf--returnal-step .itf--returnal-methods-list{padding:0;margin:0;display:flex;column-gap:15px;position:relative}.iumy--tf-container .itf--returnal-step .itf--returnal-methods-list::-webkit-scrollbar{display:none}.iumy--tf-container .itf--returnal-step .itf--returnal-methods-list .itf--returnal-method{border:1px solid #BABABA;border-radius:5px;overflow:hidden;min-width:100%;cursor:pointer;transition:ease all .2s}.iumy--tf-container .itf--returnal-step .itf--returnal-methods-list .itf--returnal-method .itf--returnal-method-content{padding:8px 10px}.iumy--tf-container .itf--returnal-step .itf--returnal-methods-list .itf--returnal-method .itf--returnal-method-description{margin-top:0;font-size:14px;color:#2c2c2c;margin-bottom:0}.iumy--tf-container .itf--returnal-step .itf--returnal-methods-list .itf--returnal-method .itf--returnal-method-name{font-size:14px}.iumy--tf-container .itf--returnal-step .itf--returnal-methods-list .itf--returnal-method .itf--returnal-method-select{margin:0;width:100%;border:0;border-top:1px solid #BABABA;padding:6px 0;font-size:14px;font-weight:600;color:#434343;background-color:#efefef;text-align:center}.iumy--tf-container .itf--returnal-step .itf--returnal-methods-list .itf--returnal-method.active{border-color:var(--iumyTickColor)}.iumy--tf-container .itf--returnal-step .itf--returnal-methods-list .itf--returnal-method.active .itf--returnal-method-select{background-color:var(--iumyTickColor);color:#fff;border-top-color:#fff}.iumy--tf-container .itf--returnal-step .itf--returnal-methods-list .itf--returnal-method:not(.active):hover{box-shadow:0 0 5px #00000052}.iumy--tf-container .itf--resume-step h4.iumy--section-heading{margin:0 0 12px}.iumy--tf-container .itf--resume-step .iumy--thumbnail-container{border:0;padding:0}.iumy--tf-container .itf--resume-step .itf--resume-user-infos:not(.iumy--section-heading){font-size:14px}.iumy--tf-container .itf--resume-step .itf--resume-user-infos h4.iumy-strong-title{margin:0 0 8px}.iumy--tf-container .itf--resume-step .itf--resume-user-infos .iumy--row .col{flex:1;margin-bottom:0}.iumy--tf-container .itf--resume-step .itf--resume-user-infos .iumy--row .col p{margin:0 0 15px!important}.iumy--tf-container .itf--resume-step .itf--resume-user-infos p{font-size:var(--iumyFontBase);margin-bottom:0}.iumy--tf-container .itf--resume-step .itf--resume-user-infos .iumy--section-heading{font-size:13px;margin-bottom:0}.iumy--tf-container .itf--resume-step .itf--resume-products-wrap .itf--resume-products-list{display:flex;flex-direction:column;gap:12px}.iumy--tf-container .itf--resume-step .itf--resume-products-wrap .itf--resume-products-list .iumy--order-product-item:not(:last-child){border-bottom:1px solid #DBDBDB;padding-bottom:12px}.iumy--tf-container .itf--resume-step .itf--resume-terms p{margin-bottom:0;font-size:14px}.iumy--tf-container .itf--resume-step .itf--resume-terms-checkbox-wrap{font-size:14px;display:flex}.iumy--tf-container .itf--resume-step .itf--resume-terms-checkbox-wrap .pretty .state{position:relative;margin-top:5px}@media screen and (max-width: 768px){.iumy--tf-container .itf--resume-step .itf--resume-user-infos .iumy--row{flex-direction:column}}.iumy--tf-container .itf--final .itf--final-first-heading{display:flex;flex-direction:column;align-items:center;text-align:center}.iumy--tf-container .itf--final .itf--final-first-heading .itf--section-title{font-size:24px;line-height:24px;margin-bottom:10px;margin-top:15px}.iumy--tf-container .itf--final .itf--final-first-heading p{margin-bottom:16px}.iumy--tf-container .itf--final .itf--final-first-heading .iumy--icon{font-size:60px;color:#17b744}.iumy--tf-container .itf--final .itf--section-description{font-size:var(--iumyFontBase)}.iumy--tf-container .itf--final .iumy--jumbo{padding:12px;margin-bottom:15px}.iumy--tf-container .itf--final .iumy--jumbo .itf--jumbo-p{font-size:var(--iumyFontBase)}.iumy--tf-container .itf--final .iumy--jumbo strong{margin-bottom:12px;display:block}.iumy--tf-container .itf--address-change-step{display:flex;flex-direction:column;gap:12px}.iumy--tf-container .itf--address-change-step .iumy--row{display:flex;gap:12px}.iumy--tf-container .itf--address-change-step .itf--address-change-bottom-box,.iumy--tf-container .itf--document-missing-step{display:flex;flex-direction:column;gap:12px}@media screen and (min-width: 768px){.iumy--tf-container .bottom-actions .default{padding:0 80px;width:fit-content}}
