.add-address{max-width:100%;width:460px;padding:40px;display:flex;grid-gap:12px;flex-direction:column;justify-content:flex-start;align-items:flex-start;text-align:left}.add-address .select,.add-address .select input,.add-address .input,.add-address .input input{width:100%}.add-address .select b,.add-address .input b{color:#f00;margin-right:3px}.add-address label{display:block}.add-address label:not(.desc){margin-bottom:4px}.add-address label.desc{margin-top:4px}.add-address .buttons{width:100%;margin-top:20px;display:flex;grid-gap:12px;flex-direction:row;justify-content:space-between;align-items:center}.add-address .save-address-button{padding:12px 30px}.my-address{text-align:left;width:520px;max-width:100%;padding:40px;display:flex;grid-gap:20px;flex-direction:column;justify-content:flex-start;align-items:flex-start}.my-address .empty-content{padding:0;width:100%}.my-address .address-list{display:flex;grid-gap:12px;flex-direction:column;justify-content:flex-start;align-items:flex-start}.my-address .address-list .address-item{width:100%;display:flex;grid-gap:20px;flex-direction:row;justify-content:space-between;align-items:flex-start;padding:12px}.my-address .address-list .address-item.color-border{border-width:1px;border-style:solid}.my-address .address-list .address-item .address{cursor:pointer}.my-address .address-list .address-item .address-buttons{white-space:nowrap;display:flex;grid-gap:8px}.my-address .address-list .address-item .address-buttons span{cursor:pointer}.my-address .address-list .address-item .address-buttons span:hover{color:var(--salong-color-hover)}.my-address .add-hint{display:block;text-align:center;width:100%}.my-address .add-new{margin:0 auto;padding:12px 30px}@media only screen and (max-width: 480px){.my-address{padding:12px}.my-address .address-list .address-item{grid-gap:12px}.my-address .add-new{padding:12px;width:100%}.add-address{padding:12px}.add-address .buttons{display:block;margin-top:12px}.add-address .buttons .checkbox-switch{justify-content:flex-start}.add-address .buttons .save-address-button{width:100%;padding:12px;margin-top:12px}}