body{
	background: none repeat scroll 0 0 white;
    background-color: #f1f1f1;
}

.container{
	max-width: 1040px;
	background: #ffffff;
	position: relative;
	-webkit-border-radius: 0px;
	-moz-border-radius: 0px;
	border-radius: 0px;
	-webkit-box-shadow: 0px 0px 4px 1px rgba(0, 0, 0, .2);
	-moz-box-shadow: 0px 0px 4px 1px rgba(0, 0, 0, .2);
	box-shadow: 0px 0px 4px 1px rgba(0, 0, 0, .2);
}

.top_nav{
	
}

.no-border, table.no-border, table.no-border tr td{
	border: 0px;
}

h3.section-title{
    color: #6e8946;
    font-size: 18px;
    border-bottom: 1px solid #6e8946;
    padding-bottom: 5px;
    margin-bottom: 15px;
    display:block;
}

h1.page-title{
	color:#6E8946;
    font-size: 22px;
    border-bottom: 1px solid #6e8946;
    padding-bottom: 5px;
    margin-bottom: 15px;
    display:block;		
}

/* Header Styles */
.header{
	padding-top: 15px;
	padding-bottom: 15px;
}

ul.top_nav{
	padding-top: 5px;
}

.header .fa-search{
	font-size: 20px;
}

.navbar-main{
	background: #6E8946;
    border: #6E8946;
}

.navbar-main .navbar-nav>li>a, .navbar-main .navbar-nav>li>a:hover{
	color: #ffffff;
	font-size: 16px;
}

/* END:header */

/* Footer Styles */
.footer{
    padding-top: 30px;
    padding-bottom: 30px;
    margin-top: 30px;
    border-top: 1px solid #222;
}

/* Bootstrap Overrides */
.btn-primary, .btn-primary:hover{
    background: #6E8841 !important;
    border: #6E8841 !important;
}


/* Padding & Margin Classes */
.margin-top-25{
	margin-top: 25px;
}

/* Loader */
.page-loader{
    position: fixed;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,.5);
    top: 0px;
    bottom: 0px;
    z-index: 100000;
}

.page-loader img{
    padding: 30px;
    width: 150px;
    height: 150px;
    background: rgba(255,255,255,.7);
    border: 1px solid #fff;
    border-radius: 5px;
    position: fixed;
    top: 45%;
    left: 45%;
}

/* Homepage styling */
.single_product .addtoCart_wrapper{
	margin-top: 10px;
    position:absolute;
    bottom:0px;
}

.single_product .qty_input{
	width: 35%;
    display: inline;
    height: 28px;
    text-align: center;
}

.col-lg-3.single_product {
    min-height: 340px;
    position: relative;
    margin-bottom: 20px;
}

h3.product-title{
    font-size: 13px;
    font-weight: bold;
    color: #6E8946;
    margin: 10px 0px;
    line-height: 18px;
}

/* Product Details Styling */
#zoom_img{
	max-width:100%;	
}

#gallery img{
	width:120px;	
	max-width:120px;
}

#gallery a{
    float: left;
    overflow: hidden;
    width: 100px;
    height: 100px;
    display: block;
    margin-top:10px;
    margin-bottom:10px;
}

#gallery a img{
    max-width:100%;
    max-height:100px;
}

.gallery_wrap{
	position: relative;
}

.zoomWrapper{
	margin-bottom: 10px;
}

.addQty_btn, .removeQty_btn{
	padding: 0px !important; 
	border: 0px;
}

.proceed_checkout_btn_wrapper{
	border-top:1px dotted #cccccc;
    margin-top: 30px;
    padding-top: 15px;
}

/* Cart Details Styling */
table.cart-table tbody tr td{
	vertical-align: middle;
}

/* Checkout flow */
.checkout-flow-wrapper{
	margin-top:15px;
	margin-bottom:15px;
}

.steps {
    margin-top: -41px;
    display: inline-block;
    float: right;
    font-size: 16px
}
.step {
    float: left;
    background: white;
    padding: 7px 13px;
    border-radius: 1px;
    text-align: center;
    width: 175px;
    position: relative
}
.step_line {
    margin: 0;
    width: 0;
    height: 0;
    border-left: 16px solid #fff;
    border-top: 16px solid transparent;
    border-bottom: 16px solid transparent;
    z-index: 1008;
    position: absolute;
    left: 174px;
    top: 1px
}
.step_line.backline {
    border-left: 20px solid #f7f7f7;
    border-top: 20px solid transparent;
    border-bottom: 20px solid transparent;
    z-index: 1006;
    position: absolute;
    left: 174px;
    top: -3px
}
.step_complete {
    background: #6E8946
}
.step_complete a.check-bc, .step_complete a.check-bc:hover,.afix-1,.afix-1:hover{
    color: #eee;
}
.step_line.step_complete {
    background: 0;
    border-left: 16px solid #6E8946
}
.step_thankyou {
    float: left;
    background: white;
    padding: 7px 13px;
    border-radius: 1px;
    text-align: center;
    width: 175px;
}
.step.check_step {
    margin-left: 5px;
}

.checkout-flow-outer{
	-webkit-box-shadow: 0px 0px 5px 0px rgba(0,0,0,0.6);
	-moz-box-shadow: 0px 0px 5px 0px rgba(0,0,0,0.6);
	box-shadow: 0px 0px 5px 0px rgba(0,0,0,0.6);
}

.step_line.pending{
    border-left: 20px solid #ccc;
    border-top: 20px solid transparent;
    border-bottom: 20px solid transparent;
    z-index: 1006;
    position: absolute;
    left: 174px;
    top: -3px;
}

.step_thankyou_complete{
	background:#6E8946;
	color:#ffffff;
}

.fa-shopping-cart{
    font-size:20px !important;
}

#billingInfo label, #shippingInfo label{
    display: inline-block;
    max-width: 100%;
    margin-bottom: 2px;
    font-weight: 700;
    margin-top: 10px;
    font-size: 12px;
}

a.totalItems span{
    position: absolute;
    top: 0px;
    right: 5px;
    top: 5px;
    font-size: 12px;
    background: #ffffff;
    color: #000000;
    width: 20px;
    height: 20px;
    text-align: center;
    border-radius: 50%;
    border: 1px solid #222;
}

.cart-products-right tr td{
    padding:5px !important;
}

.order-confirmation-panel p{
    margin-bottom:3px;
}

.well span.panel-title{
    font-size:14px;
    font-weight:bold;
}

.pagination>li>input[type="button"]{
    position: relative;
    float: left;
    padding: 6px 12px;
    margin-left: -1px;
    line-height: 1.42857143;
    color: #337ab7;
    text-decoration: none;
    background-color: #fff;
    border: 1px solid #ddd;
}

.pagination>li>input[type="button"]:disabled{
    background:#eee !important;
}

.pagination>li:first-child>input[type="button"]{
    border-radius:5px 0px 0px 5px;    
}

.pagination>li:last-child>input[type="button"]{
    border-radius:0px 5px 5px 0px;        
}

label.block{
    display:block;
}

label.required:after{
    content: '*';
    font-weight: bold;
    padding-left: 3px;
    display: inline-block;
    color: red;
}

.row.body{
    min-height:430px;
}

ul.categories-nav{
    list-style:none;
    padding-left:0px;
}

ul.categories-nav li a{
    display: block;
    background: #F1F1F1;
    padding: 10px;
    position:relative;
    border-bottom: 1px solid #fff;
}

ul.categories-nav li a span.glyphicon{
    position: absolute;
    right: 0px;
    top: 0px;
    z-index: 10000;
    padding: 12px 10px;   
}

ul.categories-nav li ul.sub-cat {
    list-style:none;
    padding-left:0px;    
}

ul.categories-nav li ul.sub-cat li a{
    display: block;
    background: #F1F1F1;
    padding: 5px;
    padding-left:20px;    
}

.qty-alert{
    margin-bottom:0px;
    padding:5px;
}

.no-border td{
    border:0px !important;
}