/*
 * Custom code goes here.
 * A template should always ship with an empty custom.css
 */
 #header .header-nav .blockcart {
    background: #2fb5d2;
    height: 3rem;
    padding: .75rem;
    margin-left: .9375rem;
    text-align: center;
    white-space: nowrap;
}
#header .header-nav .cart-preview .shopping-cart {
    vertical-align: middle;
    color: #ffffff;
}
 body {
    direction: ltr;
    font-family: Noto Sans, sans-serif;
    font-size: 1rem;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    color: #232323;
    line-height: 2em;
}
 #header {
    background: #fff;
    color: #ffffff;
}
 .sticky {
    box-shadow: 1px 1px 10px rgba(0, 0, 0, .15);
    transition: background-color .3s, opacity .3s;
    animation: stuckMoveDown .6s;
    position: fixed;
    top: 0;
    width: 100%;
    opacity: 0.9;
    z-index: 999;
}
.sticky1 {
    display:none;
}
@media (max-width: 767px) {
    #header .header-nav .top-logo a img {
        max-height: 50px;
        max-width: 100%;
        display: none;
    }
}
/* Scrollbar in filters values */

#search_filters .facet ul {
	overflow-y: auto;
	max-height: 150px;
	margin: 5px 0 0 30px;
}

#search_filters .facet ul::-webkit-scrollbar {
	-webkit-appearance: none;
}

#search_filters .facet ul::-webkit-scrollbar:vertical {
	width: 11px;
}

#search_filters .facet ul::-webkit-scrollbar:horizontal {
	height: 11px;
}

#search_filters .facet ul::-webkit-scrollbar-thumb {
	border-radius: 8px;
	border: 2px solid white;
	background-color: rgba(0, 0, 0, .5);
}

#search_filters .ui-slider-horizontal {
	width: 96%;
	margin-bottom: 1rem;
}

/* Optional style for each block */

#search_filters .facet,
#search_filters_brands .facet,
#search_filters_suppliers .facet {
	border-bottom: 1px solid #ddd;
	padding-bottom: .625rem;
}
.container {
    margin-left: none;
    margin-right: auto;
    padding-left: 15px;
    padding-right: 15px
}
.col-md-10 {
        float: left;
        width: 100%;
}
