@charset "utf-8";
/* CSS Document */

.blueText {color:#0476BC;}
.blackText {color:#222;}
.bold {font-weight:bold;}
.clearfix {clear: both;width: 100%;height: 0;}

#returns {max-width: 1150px;height: auto;display: block;margin: 50px auto;}

#returns h1 {text-transform:uppercase;text-align: center;font-weight: 900;font-size: 4em!important;margin-bottom: 14px!important;}

.center {text-align: center;font-size: 2em;font-weight: bold;margin-bottom:50px;}
.returns-item {width: 100%;height: auto;display: block;box-sizing: border-box;padding: 20px 35px;position:relative;background:#eee;margin-bottom:15px;}
.returns-item h2 {font-size: 2.7em;font-weight: bold;}
.returns-item h3 {font-size: 1.8em;font-weight: bold;}
.returns-item p {font-size: 1.3em;width: 80%;}

.delivery-to-store-item {width: 100%;height: auto;display: block;box-sizing: border-box;padding: 20px 35px;position:relative;background:#eee;margin-bottom:15px;}
.delivery-to-store-item h2 {font-size: 2.7em;font-weight: bold;}
.delivery-to-store-item h3 {font-size: 1.8em;font-weight: bold;}
.delivery-to-store-item p {font-size: 1.3em;}

.delivery-to-store-item .item-icon {position:absolute;top:45px;right:35px;}

.delivery-to-store-item input[type="text"] {padding: 10px;color: #333;border: 4px solid #0476BC;margin: 10px 0px 10px 0;float: left;border-top-left-radius: 8px;border-bottom-left-radius: 8px;}
.delivery-to-store-item button {margin: 10px 0 0 0;background-color: #0476BC!important;border-color: #0476BC!important;height: 36px;width: 20%;border-top-right-radius: 8px;border-bottom-right-radius: 8px;color:#fff;}

.returns-item .item-icon {position:absolute;top:45px;right:35px;}
#locator-loader {width: 100%;height:680px;display: none;border: none;overflow-y:auto;}