/**
 * All of the CSS for your public-facing functionality should be
 * included in this file.
 */
.delivery-pin_code {
    width:115px !important;
    display: inline-block !important;
    margin-right: 5px;
    height: 35px;
    font-size: 12px;
}
.delivery-btn{
    display: inline-block;
    font-size: 12px;
}
.cart, .delivery-box{
    clear: both !important;
}
.delivery-box{
    margin: 10px 0;
    overflow: hidden;
    border: 2px solid #eee;
}
.delivery-box .delivery-box-title{
    text-align: center;
    margin-bottom: 0 !important;
    padding: 10px;
    background: #a46497;
    color: #ffffff;
}
.delivery-box .delivery-sub-box{
    padding: 10px;
}
.delivery-box .delivery-list{
    clear: both;
    margin: 0 !important;
}
.delivery-sub-box .delivery-list {
    margin-top: 10px !important;
    width: 100%;
}
.delivery-sub-box .delivery-list li {
    list-style: none !important;
}
.delivery-list li input,.delivery-list li label{
    display: inline-block;
    margin-bottom: 0;
}
/*.wpfdc-cart-box{
    background: #000;
    padding: 5px;
    margin: 0;
    position: relative;
    font-size: 10px;
    word-break: break-all;
    color: #fff;
}
.wpfdc-cart-box dt{
    text-align: center;
    border-bottom: 1px dashed;
    margin-bottom: 2px;
    padding-bottom: 2px;
}*/
.wpfdc-cart-box dd, .wpfdc-cart-box p{
    margin: 0;
}
.wpfdc-cart-box .wpfdc-remove{
    cursor: pointer;
    font-size: 15px;
    border: 1px solid #000;
    text-decoration: none;
    padding: 0px 5px;
    border-radius: 10px;
    box-shadow: 0 0 0;
    color: #000;
    clear: both;
    margin-top: 5px;
    position: absolute;
    top: -10px;
    right: -7px;
    background: #fff;
    display: none;
}
.wpfdc-cart-box:hover .wpfdc-remove{ display: none; }
.wpfdc-loader{
    background: url('../images/spinner.gif') no-repeat;
    -webkit-background-size: 20px 20px;
    background-size: 20px 20px;
    display: none;
    vertical-align: middle;
    opacity: .7;
    width: 20px;
    height: 20px;
    margin: 20px 0 0;
    margin-left: 50%;
    transform: translateX(-50%);
}
.delivery-box.hide-box {
    display: none;
}
