@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: 0px solid #00aff2;
}

.navbar-nav{
	margin-left: auto !important;
}


.add_cart_button {
    border: 2px solid #a62020;
    background:#a62020;
    color: #fff;
}

.social-link{
	display: none;
}

.field input {
	 border-bottom-color: #292651;
}

form > .btn.btn-default, form > .input-two-width > .btn.btn-default {
    background: #292651;
    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;
}


footer.footer {
    position: relative;
    width: 100%;
    display: none;
}