/***************************************
 *** Cash On Delivery ***
 ***************************************
 *
 * @copyright   Copyright (c) 2015
 * @company     NetAttingo Technologies
 * @package     Netgo_Cod
 * @author 		NetGo
 * @dev			netattingomails@gmail.com
 *
 */
 
 
div.product-view .add-to-cart{
    padding-bottom:0px;
}
div.product-view .add-to-cart-buttons {
    float: right;
    margin-right: 0px;
    max-width: 100%;
    width: 82%;
}
.z-btn label {
    background: rgba(0, 0, 0, 0) url("img/van-icon.png") no-repeat scroll right 2px top 3px / 96% auto;
    float: left;
    font-size: 13px;
    height: auto;
    line-height: 28px;
    text-indent: -9999px;
    width: 37px;
}
.z-btn input.product-custom-option {
    padding: 12px;
    font-size: 16px;
    height: 36px;
    margin-top: 1px;
    border: none;
    vertical-align: top;
    border-bottom: 1px solid;
    line-height: 31px;
    margin-left: 0px;
    color: #2f2f2f; */
    width: auto;
    width: 98%;
    font-family: 'Rubik', sans-serif;
    font-weight: 400;
}


.z-btn {
    color: #fff;
    float: left;
    width: 100%;
    margin-top: 20px;
}
.z-btn button {
    background: #FF7200 none repeat scroll 0 0;
    float: left;
    font-size: 13px;
    padding: 6px 20px;
    color: #fff;
}

.input-box > div#cod_msg {
    display: block;
    float: left;
    font-size: 12px;
    text-align: center;
    width: 80%;
    border: none;
    margin: 10px 0;
}
.cod-suc,.cod-error{
	-moz-border-bottom-colors: none;
	-moz-border-left-colors: none;
	-moz-border-right-colors: none;
	-moz-border-top-colors: none;
	background: #fff none repeat scroll 0 0;
	border-color: -moz-use-text-color #ccc #ccc;
	border-image: none;
	border: 1px solid #3ba964;
	border-width: 1px 1px 1px;
	float: left;
	margin-bottom: 10px;
	padding: 2px 11px 3px;
	position: relative;
	text-align: center;
	top: 0px;
	width: 100%;
	}
#cod_msg img{display:inline-block;float:none;text-align:center;width:3%;}
.cod-error {
    color: #ff0000;
}
.cod-suc{
    color: #009036;
}

div.product-view .add-to-cart-buttons button#zip-check.button {
    line-height: 32px;
    min-height: auto;
    width: auto;
}
.footer-middle {
    background-color: #00132d;
}