@charset "utf-8";
/* CSS Document */

.parent-menu > li > a {
	padding: 6px 20px !important;
}


.banner {
    position: relative;
    height: 700px;
    display: none;
}

.bg-nav-green {
    background: #231f20;
    border-bottom: 3px solid #00aff2;
}

.navbar-nav{
	margin-left: auto !important;
}

.product_list ul li{
	    border: solid 1px #00aff2;
	    padding: 5px;
}

.add_cart_button {
    border: 2px solid #00aff2;
    background: #049eda;
}



.field input {
	 border-bottom-color: #00b1f5;
}

form > .btn.btn-default, form > .input-two-width > .btn.btn-default {
    background: #00b1f5;
    position: relative;
    display: inline-block;
    margin-top: 41px;
    border: 2px solid #00a0de;
    width: 170px;
    color: #ffffff;
    font-weight: 700;
    letter-spacing: 2px;
    height: 52px;
    border-radius: 0px;
    font-size: 22px;
    overflow: hidden;
}

.social-link .social-icon-section {
   
    margin-bottom: 20px;
}


.social-link a i {
   
    color: #049eda;
}