body{
	background: url(../../images/bg.jpg) center fixed;
	background-size: 1920px;    
    color: #000;
    background-color: #fff !important;
}

.header_content {
	box-shadow: none;    
	background: unset;
}

.navbar-collapse.collapsing,
.mobile-nav,
.dropdown-menu,
.toplinks {
    background-color: #032e5e !important;
}


.navbar{
	background-color: unset;
	box-shadow: none;
}

.add-to-cart {	
	color:#ffffff;
	background-color:#111111;
}

.add-to-cart:hover{
	background-color:#e00c19;
	color:#ffffff;
}

ul.nav > li > a {
    color: #fff !important;
    font-weight: 700;
}

.links_section .heading {
    background-color: #24accf;
    color: #fff;
}

.dropdown-menu>li>a {
    color: #000;
}

.dropdown-menu>li>a:hover, .dropdown-menu>li>a:focus {
    color: #fff;
    background-color: #e00c19;
}

ul.nav li ul{
    background-color: #fff;
}

.cart-summary .cart-summary-wrap,
.cart-table .cart-header{	
	background:#032e5e;
	color:#ffffff;
}

.page_content {
    background: #fff;
}

.widget_content{
    background-color: #222;
}

.footer_content{
    background-color: #222;
    border-top: 1px solid #272727;
}

#newsletter {
	background-color: #34b9f9;
	color: #FFF;
	font-size: 35px;
}

#footer {
	background-color: #000;
}

.footer-text {
	color: #fff !important;
}

.ribbon {
	color: #FFF;
	background-color: #f30000;
	padding: 15px;
	width: 400px;
	margin: 0 auto;
	font: 35px/50px;
	text-align: center;
	position: relative;
	border: 2px transparent solid;
	box-shadow: 0 10px 10px -10px #000;
}

.btn {
    border-radius: .25rem;
}

.ribbon span {
	position: absolute;
}

.ribbon span.corner__left,.ribbon span.corner__right {
	border-style: solid;
	border-width: 15px;
	z-index: -1;
}
.ribbon span.corner__left {
	border-color: #000 #000 transparent transparent;
	top: 153px;
	left: -2px;
}
.ribbon span.corner__right {
	border-color: #000 transparent transparent #000 ;
	top: 153px;
	left: 1348px;
}

.ribbon span.ribbon__left, .ribbon span.ribbon__right {
  top: 38px;
  border-style: solid;
  border-width: 70px;
  z-index: -2;
}
.ribbon span.ribbon__left {
  border-color: #bb0000 #bb0000 #bb0000 transparent;
  left: -117px;
  box-shadow: 20px 20px 30px -10px #000;
}
.ribbon span.ribbon__right {
  border-color: #bb0000 transparent #bb0000 #bb0000;    
  left: 1353px;
  box-shadow: -20px 19px 30px -10px #000;
}

header .icon-bar a {
    display: inline-block;
    text-align: center;
    width: 60px;
    height: 60px;
    padding: 8px;
    transition: all .3s ease;
    color: #fff;
    font-size: 30px;
    border-radius: 50%
}

header .icon-bar a:hover {
    background-color: #000
}

header .facebook {
    background: #3b5998;
    color: #fff
}

header .instagram {
    background: #458eff;
    color: #fff
}

header .youtube {
    background: #b00;
    color: #fff
}

header .googleplus {
    background: #dd4b39;
    color: #fff
}

header .twitter {
    background: #1da1f2;
    color: #fff
}

header .pinterest {
    background: #c8232c;
    color: #fff
}

@media (max-width: 991px) {
	ul.nav > li:hover > a {
		color: #fff;
		background-color: #27a7e4;
	}
	.nav>li>a:focus,.nav>li>a:hover {
		background-color: #27a7e4
	}	
	.ribbon {
		box-shadow: unset;
	}
	.ribbon span {
		display: none;
	}
	.boxYear, .catbox .cattext, .headingBar {
		font-size: 20px;
	}
}

@media (min-width: 991px) {
	ul.nav li ul li a {
		background-color: #032e5e !important;
	}
	#nav-cart .dropdown-item:focus, #nav-cart .dropdown-item:hover,
	ul.nav li ul li:hover a {
		color: #fff !important;
		background-color: #27a7e4 !important;
	}	
	.navbar-nav .nav-item.dropdown .dropdown-menu .nav-item {
		border: 0;
	}
	.navbar-nav .nav-item:not(:last-child) {
		border-right: 1px solid;
		border-image: linear-gradient(to bottom, #fff, #032e5e) 1 100%;
	}
}
@media (min-width: 1300px) {
	#checker.container {
		max-width: 1380px!important;
	}
}


.btn-success {
    color: #fff;
    background-color: #f30000;
    border-color: #1e7e34;
}

.btn-success:hover {
    color: #fff;
    background-color: #bb0000;
    border-color: #1e7e34;
}

.btn-danger {
    color: #fff;
    background-color: #032e5e;
    border-color: #1e7e34;
}

.btn-danger:hover {
    color: #fff;
    background-color: #0085cd;
    border-color: #1e7e34;
}

.btn-warning {
    color: #fff;
    background-color: #f30000;
    border-color: #1e7e34;
}

.btn-warning:hover {
    color: #fff;
    background-color: #bb0000;
    border-color: #1e7e34;
}

.color1 {
    text-decoration: none;
    color: #fff;
    background: -webkit-linear-gradient(top,#6400ca,#8f22ff);
    background: linear-gradient(to bottom,#032e5e,#032e5e);
}

.color1:hover {
    text-decoration: none;
    color: #fff;
    background: -webkit-linear-gradient(top,#6400ca,#8f22ff);
    background: linear-gradient(to bottom,#0085cd,#0085cd);
}

.color2 {
    text-decoration: none;
    color: #fff;
    background: -webkit-linear-gradient(top,#6400ca,#8f22ff);
    background: linear-gradient(to bottom,#032e5e,#032e5e);
}

.color2:hover {
    text-decoration: none;
    color: #fff;
    background: -webkit-linear-gradient(top,#6400ca,#8f22ff);
    background: linear-gradient(to bottom,#0085cd,#0085cd);
}

.color3 {
    text-decoration: none;
    color: #fff;
    background: -webkit-linear-gradient(top,#6400ca,#8f22ff);
    background: linear-gradient(to bottom,#032e5e,#032e5e);
}

.color3:hover {
    text-decoration: none;
    color: #fff;
    background: -webkit-linear-gradient(top,#6400ca,#8f22ff);
    background: linear-gradient(to bottom,#0085cd,#0085cd);
}


.color4 {
    text-decoration: none;
    color: #fff;
    background: -webkit-linear-gradient(top,#6400ca,#8f22ff);
    background: linear-gradient(to bottom,#032e5e,#032e5e);
}

.color4:hover {
    text-decoration: none;
    color: #fff;
    background: -webkit-linear-gradient(top,#6400ca,#8f22ff);
    background: linear-gradient(to bottom,#0085cd,#0085cd);
}


.color5 {
    text-decoration: none;
    color: #fff;
    background: -webkit-linear-gradient(top,#6400ca,#8f22ff);
    background: linear-gradient(to bottom,#032e5e,#032e5e);
}

.color5:hover {
    text-decoration: none;
    color: #fff;
    background: -webkit-linear-gradient(top,#6400ca,#8f22ff);
    background: linear-gradient(to bottom,#0085cd,#0085cd);
}



.color6 {
    text-decoration: none;
    color: #fff;
    background: -webkit-linear-gradient(top,#6400ca,#8f22ff);
    background: linear-gradient(to bottom,#032e5e,#032e5e);
}

.color6:hover {
    text-decoration: none;
    color: #fff;
    background: -webkit-linear-gradient(top,#6400ca,#8f22ff);
    background: linear-gradient(to bottom,#0085cd,#0085cd);
}

.bg-4, .bg-pink {
    background-color: #032e5e;
    color: #fff;
    border-color: #000 !important;
}

.bg-custom {
    background-color: #0085cd !important;
    color: #fff !important;
    border-color: #bb0000 !important;
}
/* ==========================================================================
    Mobile Background Fix
   ========================================================================== */
   
@media (max-width: 991px) {
	html, body {
		height: 100%;
	}
	body {
		overflow-y: scroll;
	}
	body{ 
		background: #0c5b03 url(../../images/bg.jpg) no-repeat center center fixed; 
        -webkit-background-size: cover;
        -moz-background-size: cover;
        -o-background-size: cover;
        background-size: cover;
	}
}