@media (min-width: 1440px) {
    .container {
        width: 1400px;
    }
}

.menu .catalog li {
    padding: 0 11px 0 12px!important;
    margin: 0
}

.menu .catalog {
    text-align:left !important;
    margin-right: auto;
    margin-left: auto;
    max-width: 1400px;
}

.in-stock {
    color: #37b048;
}

.out-stock {
    color: #d22f25;
}

.fa-shopping-bag:before {
    content: "\f291";
    font-size: 1.0em;
    color: #ff9c00;
    background-color: white;
    border-radius: 50px;
    padding: 4px;
}

.toolbar .cart-btn>.btn { background: #ff9c00;
box-shadow: 0 0 8px 0 rgba(0,0,0,.4);
 }

.toolbar .cart-btn > .btn span.minicart_count {
    border: 2px solid #ffffff;
    border-radius: 50%;
    background: #ff9c00;
    color: #fff;
}

.shop-filters .filter-title {
background: #372f2c;
padding: 18px 15px;
border-radius: 8px 8px 0 0;
font-size: 1.2rem;
color: white;
letter-spacing: 0;
font-weight: 900;
text-align: center;
position: relative;
bottom: 8px;
}

.shop-filters .filter-title {
    background-color: 
#ff9c00;
}

.toolbar .cart-btn>.btn {
    background: 
#372f2c;
}

.header-full .logo img {
/* Change this for desktop */
    max-width: 700px !important;
    height: auto !important;
    max-height: none !important;
}

.toolbar .cart-btn .btn i,
.toolbar .cart-btn:hover > .btn i {
color: #ff9c00;
}

.menu ul.catalog > li:hover {
    background-color: #372f2c;
}

/* Start of add Sticky header EvoX */
.menubarStick {
  position: fixed !important;
  top: 0;
  width:100%;
  z-index: 15;
  background: #ffffff;
  box-shadow: 0 2px 5px rgba(0,0,0,.2);
}


.headersection-3.menubarStick > .row-2 {
    max-width: 1450px;
    margin: 0 auto;
}
/* change me to the height of the sticky row */
.menubarHeader {
    margin-bottom:40px;
}
/* end of add Sticky header EvoX */

i.fa.fa-cut.fa-fw {
color: white;
}

/* Begin change the search placeholder text */

.searchlist_hd::placeholder {
    opacity: 0;
}
.searchlist_hd.placeholdertext::placeholder {
    opacity: 1;
}

/* end */