/*
 * Custom code goes here.
 * A template should always ship with an empty custom.css
 */

.bootstrap-touchspin .group-span-filestyle .btn-touchspin, .group-span-filestyle .bootstrap-touchspin .btn-touchspin, .group-span-filestyle .btn-default {
	background: #FBB051;
	color: #000 !important;
}
a {
	color: #FBB051;
	text-decoration: none;
}
.data a {
	font-weight: bold;
}
/*--header--*/
.header-top {
	background: #000000;
}
#header .header-nav {
	margin-bottom: 0;
	background: #000;
}
#header {
	color: #FBB051;
}
#header .header-nav a {
	color: #FBB051 !important;
}
#header .header-nav a:hover {
	color: #fec477 !important;
}
#header .logo {
	width: 13rem !important;
	margin-top: -20px;
}
#header .header-menu {
	padding-bottom: 0.3rem;
	background: #fbb051;
}
#header .header-menu a[data-depth="0"] {
	color: #000;
	font-weight: 800;
	font-size: 1.2rem;
}
.sub-menu {
	background: #fec477;
}
.top-menu a {
	color: #000 !important;
}
#search_widget {
	margin-top: -10px;
}
.ui-menu-item .product {
	font-size: 1rem !important;
}
.material-icons.d-inline {
	color: #FBB051;
}
/*--header commande--*/
body#checkout #header .header-nav {
	max-height: 50px;
	padding: 0;
}
#checkout #search_widget {
	display: block;
}
.btn-primary {
	color: #000;
	background-color: #FBB051;
}
#blockcart-modal .cart-content {
	margin-top: 50px;
}
/*--page--*/
#wrapper {
	background: #fff;
}
/*--catégorie--*/
#category-description {
	float: left !important;
	width: 75%;
	text-align: justify !important;
}
.block-category .category-cover {
	position: relative;
	float: right;
	right: 0;
}
/*--produit--*/
.new {
	display: none !important;
}
.thumbnail.product-thumbnail img {
	max-width: 100%;
}
.pagination > div:first-child {
	line-height: 1.5rem;
	font-size: 0.9rem;
}
.pagination > div:first-child, .col-sm-3.col-md-3.hidden-sm-down.sort-by {
	width: 28%;
}
#product-details {
	display: none;
}
/*--responsive--*/
@media (min-width: 767px) and (max-width: 980px){
#category-description {
	float: none !important;
	width: 100%;
	text-align: justify !important;
}
.block-category .category-cover {
	float: none;
}
}
@media (max-width: 767px){
#header .logo {
	width: auto !important;
	margin: 0;
}	
.header-nav {
	padding-bottom: 4rem;
}
#top-menu,
#_mobile_contact_link {
	margin-left: 1rem;
}
#checkout #search_widget {
	display: none;
}
body#checkout #header .header-nav .logo {
	max-height: 45px;
}
}