/**
 * MageWorx
 * Shipping Suite Extension
 *
 * @category   MageWorx
 * @package    MageWorx_DeliveryZone
 * @copyright  Copyright (c) 2015 MageWorx (http://www.mageworx.com/)
 */
 
#location-selector{
    position: absolute;
    top: 50%;
    left: 50%;
    z-index: 9999;
    width: 500px;
    margin: -220px 0 0 -250px;
}
#location-selector[id]{ /* IE6 and below Can't See This */
    position: fixed;
}
#location-selector .group-select 
{ 
    margin: 0; 
    background-color: #fff;
    padding: 30px;
    border: 3px solid #000;
    border-radius:16px;
    -webkit-border-radius:16px;
    -moz-border-radius:15px;
    -khtml-border-radius:20px;
    -moz-box-shadow: 0 0 10px rgba(0,0,0,0.5); /* Firefox */
    -webkit-box-shadow: 0 0 10px rgba(0,0,0,0.5); /* Safari & Chrome */
    box-shadow: 0 0 20px rgba(255,255,255,0.8); /* Shadow Params */
}
#location-selector .buttons {
    margin-top: 20px;
}
#location-selector .list li {
    margin-top: 10px;
}
#location-selector-overlay{
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 5000;   
    background-color: #000;
    -moz-opacity: 0.5;
    opacity:.50;
    filter: alpha(opacity=50);
}
#location-selector-overlay[id]{ /* IE6 and below Can't See This */
    position: fixed;
}
.shipping-location {
    color: #FFFFFF;
}
.shipping-location a, .shipping-location a:hover { color: #ebbc58; }

.button .span {
    background: none repeat scroll 0 0 #618499;
    border-color: #406A83;
}
#location-selector select {
    width: 200px;
}
.freeshipping {
    font-weight: bold;
    color: #0a0;
    margin: 6px 5px;
}
.products-grid .freeshipping {
    float: left;
    margin: 5px !important;
}

.product-details .freeshipping {
    float: none;
    margin: 0;
}
.product-view .freeshipping {
    float: left;
    margin: 10px 20px;
}
.clear_freeshipping {
    /*display: none;*/
}
.product-view .clear_freeshipping {
    clear: both;
}
.product-details .checkout {
    margin: 6px 5px;
    float: left;
}