/* Add your custom CSS overrides to this file.*/ 
header.navbar-default {
    height: 150px;
}
header.navbar .navbar-collapse {
    margin: 15px 0;
}
.store-label h2 {
	color: #000;
  	font-size: 60px;
  	font-weight: 800;
  	line-height: 1;
  	text-transform: uppercase;
  	padding-top:15px;
}
#store-logo-container {
	width:100%;
}
#store-logo-container .logo-img {
	float:left;
  	margin-right:30px;
}
#store-header-compact .storeLogo {
    margin-top: 15px;
}
.store-header-search {
	margin-top:40px;
}
#products.grid a:not(.btn) {
    color: #676767;
}
.btn-primary, a.btn-primary {
    background-color: #fddd26;
    color: #333;
}
#products.grid article.product-item .price span, #products.grid article.product-item .price del + ins, .baseprice, .specialprice {
    color: #333;
}
.p1[data-count]::after {
    background: #598cb7;
}
.table > tbody > tr > th, .panel-primary > .panel-heading, .tags span.label:hover, .tabs .nav-tabs > li.active > a, .tabs .nav-tabs > li.active > a:focus, .tabs .nav-tabs > li.active > a:hover, .modal .modal-header .close:hover, .owl-theme.nav-inside .owl-controls .owl-nav div:hover, .owl-theme .owl-controls .owl-dot.active, #scrolltop:hover, .icon-nav a:hover, .sidebar .widget h3, .widget-price .widget-body .ui-slider .ui-slider-range, .tabs.product-tabs .nav-tabs > li, .sidebar .nav-pills > li.active > a, .account-content .checkout-step.active .number, .account-content .checkout-progress .progress-bar, .brands .item a::before, #header-dark header.navbar-default, .able-grid-head, .cart-head, .content .box h4.box-primary {
    background-color: #000;
}
.table > thead > tr > th, .table > tbody > tr > th {
    background-color: #000;
}
.separator-newsletter .newsletter-badge, .widget-post-categories ul li a .badge {
	background-color: #737373;
}
.cart-head div, .sidebar .widget h3 a, .able-grid > .able-grid-head > .able-grid-row > .able-grid-col {
    color: #fff;
}
.footer-widget-light h4 {
	color:#333;
}
header.navbar.navbar-small, .checkout-top-header {
    height: 130px;
}
article a:not(.btn), .sidebar a, .sidebar a span, header.navbar .navbar-nav > li > a:hover {
    color: #676767;
}
.actions-area a {
	background-color: #a22;
  	color:#fff;
}
.radio > input[type="radio"]:checked + label::before, .checkbox > input[type="checkbox"]:checked + input[type="hidden"] + label::before {
	background-color: #333;
}
.account-content .checkout-step.active::after {
	border-color: #333;
}
.sidebar a span:hover {
  	color:#333;
}
.top-header {
    background-color: #000;
}
.top-header .contacts li, .top-header .links a, .top-header .contacts li i {
	color:#fff;
}
.top-header .contacts li i {
	border-color:#fff;
}
.content article h3, .content h1, .content h2, h1 {
	color:#333;
}
.p1[data-count]::after {
	background:#333;
}
#header-dark #store-menu {
	background:#fddd26;
}
a {
	color:#333;
}
#header-dark header.navbar .navbar-nav > li > a {
	color:#404040;
}
header.navbar .navbar-nav > li > a i.fa-caret-down {
	color:#000;
}
#header-dark header.navbar .navbar-nav .basket a, .contacts li a {
	color:#fff;
}
.checkout-top-header li a {
	color:#333;
}
.checkout-top-header .contacts li i {
    border: 2px solid #333;
    color: #333;
}
.top-header .links a:hover {
	color:#ddd;
}
.btn-primary .badge {
    color: #fff;
    background-color: #737373;
}
.checkout-top-header .store-label h2 {
	font-size: 30px;
  	padding-top: 30px;
}
.navbar-brand img {
	height:55px;
}