.store-locator__country-dropdown{margin-bottom:20px}.store-locator__country-select{width:100%;padding:10px;border:1px solid #ccc;border-radius:4px;background-color:#fff;font-size:14px;color:#333}.store-locator__country-content{margin-bottom:20px}.store-locator__country-content .loading-mask{position:relative;min-height:50px}.store-locator__country-content .loader{position:absolute;top:50%;left:50%;transform:translate(-50%,-50%);display:inline-block;width:30px;height:30px;border:2px solid #f3f3f3;border-top:2px solid #555;border-radius:50%;animation:spin 1s linear infinite}@keyframes spin{0%{transform:translate(-50%,-50%) rotate(0deg)}100%{transform:translate(-50%,-50%) rotate(360deg)}}.store-locator__country-content .message{padding:10px;margin-bottom:10px;border-radius:4px}.store-locator__country-content .message.info{background-color:#f0f8ff;border:1px solid #d1e4f6;color:#31708f}.store-locator__country-content .message.error{background-color:#fff0f0;border:1px solid #f6d1d1;color:#8f3131}