.lascana-stores-overlay{position:fixed;top:0;left:0;width:100%;height:100%;background-color:rgba(0,0,0,.5);display:none;z-index:10001}.lascana-stores-close-button{display:inline-block;font-size:30px;cursor:pointer}.lascana-stores-container{position:absolute;overflow:hidden;max-height:80%;min-width:350px;max-width:80%;top:50%;left:50%;transform:translate(-50%,-50%);background-color:#fff;border-radius:10px;box-shadow:0 0 10px #333;z-index:2;display:flex;flex-direction:column}.lascana-stores-row{flex:1}.lascana-stores-row-1{max-height:10%;display:flex;flex-direction:row;flex-wrap:nowrap;justify-content:space-between;align-items:stretch;align-content:stretch;padding:20px;box-shadow:0 0 10px rgba(0,0,0,.1)}.lascana-stores-row-2{overflow-y:scroll;padding:20px}.lascana-stores-row-3{max-height:10%;display:flex;flex-direction:column;flex-wrap:nowrap;justify-content:space-between;align-items:stretch;align-content:stretch;padding:20px;box-shadow:0 0 10px rgba(0,0,0,.1)}.lascana-stores-container li{display:block;padding:5px}ul#lascana-store-items label{display:flex;flex-direction:row;font-weight:700;font-size:15px;line-height:20px;width:100%;margin:15px 0 5px;border-bottom:1px solid #bda5c2}#lascana-store-search{border:0;margin-bottom:5px;padding:12px;box-shadow:0 0 10px rgba(0,0,0,.1)}#lascana-store-items li input[type=radio],div.store-address-data{display:none}#lascana-store-items li input[type=radio]+label:before{margin-right:5px;width:16px;height:16px;content:" ";border-radius:100%;background-color:#e5d9e7;border:2px solid #bda5c2;display:inline-block;transition:background-color .25s ease-out}#lascana-store-items li input[type=radio]:checked+label:before{background-color:#521859}#lascana-store-items li input[type=radio]:checked+label:after{display:none}div.store-address-data.show{display:block;margin-top:45px}