/**
 * NCR Corporation
 *
 * @category  NCR
 * @package   NCR_BevmoStoreSelector
 * @copyright Copyright (c) 2015 NCR Corporation (http://www.ncr.com)
 * @license   Proprietary
 */

/**
 * NCR Bevmo Store Selector Style Sheet
 *
 * @category NCR
 * @package  NCR_BevmoStoreSelector
 * @author   Laura Boylan <laura.boylan@ncr.com>
 * @author   Matt Kamsler <m@kamsler.com>
 */
.top-container .storedd h2 {
    margin: 0;
    font-size: 14px;
}
.top-container .storedd h2 span a {
    font-size: 9px;
    text-transform: lowercase;
}
.top-container .storedd a {
    color: #B1181E; /* Color modified by NCR on 3/16/16 to correct WAVE color contrast issues */
    font-size: 12px;
    font-weight: normal;
}

#storeselect-popup {
    background: #FFF;
    margin: 20px auto;
    max-width: 480px;
    padding: 20px;
    position: relative;
    width: auto;
}
#storeselect-popup li span {
    font-weight: bold;
}
#storeselect-popup li .fulfillment_type {
    margin: 8px 0;
}
#storeselect-popup li .fulfillment_option div {
    margin: 5px 0 15px 25px;
}  
#storeselect-popup li .fulfillment_option div p {
    font-size: 12px;
    margin: 0 0 10px 0;
}  
#storeselect-popup li input#delivery_zip {
    width: 100px;
}
#storeselect-popup #storeselect-select {
    margin-top: 15px;
    width: 100%;
}
#storeselect-popup fieldset {
    border: 0;
}

@media only screen and (max-width: 575px) {
    .nav2bar .storedd h2 span {
        display: block;
    }
}
@media only screen and (max-width: 510px) {
    .nav2bar .store .findstore {
        display: none;
    }
}

#co-shipping-method-form #fulfillment_button {
    float: left;
    margin-left: 5px;
    margin-top: 5px;
}

#co-shipping-method-form #fulfillment_date {
    float: left;
}
/* changing label for store selector pop up on 29/8/2016 */
#storeselect-popup .messages .warning-msg span{
	font-size: 13px;
    
}
#storeselect-popup .messages li li{
	text-align: center;
}