.add-new-address{display:flex;flex-direction:column}.add-new-address.checkout-slideout-second-level{z-index:1002}.add-new-address:after{content:none}.add-new-address__content--form form{flex-direction:column;margin:1rem 0}.add-new-address__content--form .selected-search-address .address{cursor:default;margin-bottom:1rem}.add-new-address__content--form .selected-search-address .address:hover{border:1px solid #d8d8d8}.add-new-address__content--form .selected-search-address .checkout-address{margin-bottom:1rem}.add-new-address__content--form-name-inputs{display:flex;justify-content:space-between}.add-new-address__content--form-name-inputs fieldset{width:48%}.add-new-address__content--form .manual-address-fields.hidden{display:none}.add-new-address__content--form .manual-address-fields #streetAddress,.add-new-address__content--form .manual-address-fields #addressLine1{margin-bottom:1rem}.add-new-address__content--form .submit-new-address-button.hidden{display:none}.add-new-address__content--form .toggle-search,.add-new-address__content--form .toggle-manual{color:#595959;text-decoration:underline;font-size:14px;cursor:pointer;margin-bottom:.7rem}.add-new-address__content--form .toggle-search:hover,.add-new-address__content--form .toggle-manual:hover{color:#000}.add-new-address__content--form-errors{margin-bottom:1.7rem}.add-new-address__content--form-actions{margin-top:1rem}.add-new-address__content--form-actions.hidden{display:none}.add-new-address__content--form-selected-search-container,.add-new-address__content--form-entry-container{margin-bottom:1.75rem}.add-new-address__content--form-selected-search-container.hidden,.add-new-address__content--form-entry-container.hidden{display:none}.add-new-address__content--search{margin-bottom:1rem}.add-new-address__content--search-input-container{display:flex;background:#fff;justify-content:space-between;align-items:center;border:1px solid #d8d8d8;border-radius:6px;padding:0 .3rem}.add-new-address__content--search-input-container:focus-within{border:1px solid #000;box-shadow:0 0 0 1px #000}.add-new-address__content--search-input-container:hover{border-color:#595959}.add-new-address__content--search-input-container .address-search-input{margin-bottom:0;border-radius:0;border:none;padding:.5rem}.add-new-address__content--search-input-container .address-search-input:hover,.add-new-address__content--search-input-container .address-search-input:focus{border:none;box-shadow:none}.add-new-address__content--search-input-container .address-search-icon__search{display:flex;justify-content:center;align-items:center;height:48px;width:48px;min-width:48px}.add-new-address__content--search-input-container .address-search-icon__search svg{width:28px;height:28px}.add-new-address__content--search-input-container .address-search-icon__clear span{display:flex;align-items:center;border-radius:50%;cursor:pointer;transition:transform .2s}.add-new-address__content--search-input-container .address-search-icon__clear span:hover{transform:scale(1.1)}.add-new-address__content--search-input-container .address-search-icon__clear span:hover svg{fill:#000}.add-new-address__content--search-input-container .address-search-icon__clear svg{fill:#d8d8d8;transition:fill .2s}.add-new-address__content--search-loading{display:flex;justify-content:center;align-items:center;margin-top:1rem}.add-new-address__content--search-loading .loading{width:100px!important;height:100px!important;position:relative!important;left:unset!important;right:unset!important;top:unset!important;transform:none!important}.add-new-address__content--search-results{margin:1.5rem 0}.add-new-address__content--search-result{align-items:center;cursor:pointer;width:100%;padding:.75rem;display:flex;transition:background-color .2s;border-radius:6px;border-bottom:1px dashed #e5e5e5;transition:transform .2s}.add-new-address__content--search-result:last-child{margin-bottom:0;border-bottom:0}.add-new-address__content--search-result .search-result__details{width:100%;position:relative}html[dir=ltr] .add-new-address__content--search-result .search-result__details{padding-left:3rem}html[dir=rtl] .add-new-address__content--search-result .search-result__details{padding-right:2.5rem}.add-new-address__content--search-result .search-result__details:before{content:"";position:absolute;background-image:url("data:image/svg+xml,%3csvg%20height='36'%20viewBox='0%200%2036%2036'%20width='36'%20xmlns='http://www.w3.org/2000/svg'%3e%3cpath%20d='m17.5395445%207.40798584-8.99999996%206.99999996c-.18268991.1420922-.28954454.3605714-.28954454.5920142v13c0%20.4142136.33578644.75.75.75h6l.1017706-.0068466c.3660755-.0496624.6482294-.3634576.6482294-.7431534v-6.25h4.5v6.25c0%20.4142136.3357864.75.75.75h6c.4142136%200%20.75-.3357864.75-.75v-13c0-.2314428-.1068546-.449922-.2895445-.5920142l-9-6.99999996c-.2708329-.21064779-.6500781-.21064779-.920911%200zm.4604555%201.54201416%208.25%206.417v11.883h-4.5v-6.25c0-.4142136-.3357864-.75-.75-.75h-6l-.1017706.0068466c-.3660755.0496624-.6482294.3634576-.6482294.7431534v6.25h-4.5v-11.884z'%20fill-rule='evenodd'/%3e%3c/svg%3e");background-position:left;background-repeat:no-repeat;background-size:cover;width:1.25rem;height:1.25rem;left:.5rem;top:25%;opacity:.5;transform:translateY(-50%);transition:opacity .5s}.add-new-address__content--search-result .search-result__details h3.search-result__name{font-family:poppins,Trebuchet MS,Helvetica,Arial,sans-serif;font-style:normal;text-decoration:underline;margin-bottom:0;text-transform:none;font-weight:700;line-height:1.2;font-size:1rem;color:#595959;transition:color .2s,background-image 1s}.add-new-address__content--search-result .search-result__details p.search-result__desc{font-size:14px;margin-top:.25rem;transition:color .2s;color:#595959}.add-new-address__content--search-result svg{width:2rem;height:2rem;margin-left:.5rem;transition:transform .2s}.add-new-address__content--search-result:hover,.add-new-address__content--search-result:focus{cursor:pointer}.add-new-address__content--search-result:hover h3.search-result__name,.add-new-address__content--search-result:focus h3.search-result__name{color:#000}.add-new-address__content--search-result:hover p.search-result__desc,.add-new-address__content--search-result:focus p.search-result__desc{color:#000}.add-new-address__content--search-result:hover svg,.add-new-address__content--search-result:focus svg{transform:translate(.4rem)}@media only screen and (min-width: 1280px){html[dir=ltr] .add-new-address__content--search-result:hover,html[dir=ltr] .add-new-address__content--search-result:focus{transform:translate(.3rem)}html[dir=rtl] .add-new-address__content--search-result:hover,html[dir=rtl] .add-new-address__content--search-result:focus{transform:translate(-.3rem)}.add-new-address__content--search-result:hover .search-result__details:before,.add-new-address__content--search-result:focus .search-result__details:before{opacity:1;background-image:url("data:image/svg+xml,%3csvg%20height='36'%20viewBox='0%200%2036%2036'%20width='36'%20xmlns='http://www.w3.org/2000/svg'%3e%3cpath%20d='m17.5395445%207.40798584-8.99999996%206.99999996c-.18268991.1420922-.28954454.3605714-.28954454.5920142v13c0%20.4142136.33578644.75.75.75h6l.1017706-.0068466c.3660755-.0496624.6482294-.3634576.6482294-.7431534v-6.25h4.5v6.25c0%20.4142136.3357864.75.75.75h6c.4142136%200%20.75-.3357864.75-.75v-13c0-.2314428-.1068546-.449922-.2895445-.5920142l-9-6.99999996c-.2708329-.21064779-.6500781-.21064779-.920911%200zm.4604555%201.54201416%208.25%206.417v11.883h-4.5v-6.25c0-.4142136-.3357864-.75-.75-.75h-6l-.1017706.0068466c-.3660755.0496624-.6482294.3634576-.6482294.7431534v6.25h-4.5v-11.884z'%20fill-rule='evenodd'/%3e%3c/svg%3e")}}.country-selector-checkout label{display:flex;justify-content:space-between}.country-selector-checkout label span{color:#595959}.country-selector-checkout select:disabled{opacity:.4}.country-selector-checkout select:disabled:hover{border:1px solid #d8d8d8}.PhoneInput{height:48px;border-radius:6px;border:1px solid #d8d8d8;margin-bottom:1.5rem;transition:border-color .2s,box-shadow .4s;box-shadow:0 0 #0000;display:flex}.PhoneInput:hover{border-color:#595959}.PhoneInput:focus-within{border:1px solid #000;box-shadow:0 0 0 1px #000;z-index:1}.PhoneInputCountry{position:relative;width:60px;display:flex;flex-shrink:0}.PhoneInputCountry select.PhoneInputCountrySelect{border:0;height:100%;margin:0;opacity:.01%;padding:0;width:100%;-moz-appearance:none;-webkit-appearance:none}.PhoneInputCountry select.PhoneInputCountrySelect:focus{border:none;box-shadow:none}.PhoneInputCountryIcon{align-items:center;display:flex;height:100%;left:.75rem;position:absolute;z-index:-1}.PhoneInputCountryIcon svg{width:27px}.PhoneInputCountryIcon img{width:27px;box-shadow:0 0 0 1px #0000001a}.PhoneInputCountrySelectArrow{position:absolute;top:50%;right:-1.9rem;transform:translate(-50%,-50%);width:36px;height:36px;display:flex;background-image:url("data:image/svg+xml,%3c?xml%20version='1.0'%20encoding='UTF-8'?%3e%3csvg%20width='9px'%20height='15px'%20viewBox='0%200%209%2015'%20version='1.1'%20xmlns='http://www.w3.org/2000/svg'%20xmlns:xlink='http://www.w3.org/1999/xlink'%3e%3ctitle%3eicons/select%3c/title%3e%3cg%20id='🚀-0-Notes'%20stroke='none'%20stroke-width='1'%20fill='none'%20fill-rule='evenodd'%3e%3cg%20id='0.3-Assets'%20transform='translate(-388.000000,%20-3686.000000)'%20fill='%23000000'%3e%3cg%20id='icons'%20transform='translate(40.000000,%202694.000000)'%3e%3cg%20id='Shape'%20transform='translate(334.000000,%20981.000000)'%3e%3cpath%20d='M18.2426407,24.0710678%20L21.7781746,20.5355339%20L22.4852814,21.2426407%20L18.2426407,25.4852814%20L14,21.2426407%20L14.7071068,20.5355339%20L18.2426407,24.0710678%20Z%20M18.2426407,12.4142136%20L14.7071068,15.9497475%20L14,15.2426407%20L18.2426407,11%20L22.4852814,15.2426407%20L21.7781746,15.9497475%20L18.2426407,12.4142136%20Z'%3e%3c/path%3e%3c/g%3e%3c/g%3e%3c/g%3e%3c/g%3e%3c/svg%3e");background-position:center;background-repeat:no-repeat;z-index:-1}.PhoneInput input.PhoneInputInput{border:none;height:100%;margin:0}.PhoneInput input.PhoneInputInput:focus{border:none;box-shadow:none}.add-line{display:flex;justify-content:space-between}.add-line span{color:#595959;text-decoration:underline;z-index:2;cursor:pointer}.telephone-select.error .PhoneInput{border:1px solid #ff4444;box-shadow:0 0 0 1px #f44;z-index:1}
