@media (max-width: 991px) {
    .header-mobile {
        background: #8c1f1f !important;
        padding: 0 15px;
        text-align: left;
    }

}
header .header-mobile .header-account .cd-dropdown-trigger-mobile i, header .header-mobile .header-account>a, header .header-mobile .header-account>a>i, header .header-mobile .header-cart .cd-dropdown-trigger-mobile i, header .header-mobile .header-cart>a, header .header-mobile .header-cart>a>i, header .header-mobile .header-menu .cd-dropdown-trigger-mobile i, header .header-mobile .header-menu>a, header .header-mobile .header-menu>a>i {
    color: #000000;
}

header .menu .catalog-block {
    background: #8d1f1e !important;
}

/* allows logo widget width to modify image size */
header .header-full .logo_container .widgetlogo a.logo img { max-height: initial !important; }

nav.menu .additional_links .menuitem a {
    align-items: center;
    border-bottom: 2px solid transparent;
    color: #ffffff !important;
    display: flex;
    font-size: .875em;
    height: 100%;
    line-height: 1.5;
    padding: 10px 15px;
    transition: border .35s ease, color .35s ease !important;
}

header .header-full {
    background-color: #ffffff;
}

nav.menu .cd-dropdown-wrapper .cd-dropdown-trigger {
    color: #ffffff;
}

nav.menu .cd-dropdown-wrapper .cd-dropdown-trigger:after, nav.menu .cd-dropdown-wrapper .cd-dropdown-trigger:before {
    background: #ffffff;
}

.runningheaderbar {
  background: #8c1f1f !important;
}

.header-full .vertical-align > div {
  width: auto;
  position: relative;
}

.header-full .search_container {
  flex: 1;
}
.header-full .headersection-1 {
  padding-block: 7px;
  border-bottom: 1px solid #ccc;
}
.header-full .headersection-2 {
  padding-bottom: 3px;
  padding-top: 2em;
}
.header-full .headersection-3 {
  padding-block: 3px;
}
.header-full section.search .search-form .form-group input {
  height: 54px;
  border: none;
  padding-left: 70px;
  font-size: 1rem;
 
}
.header-full section.search .relsearch {
  border: 1px solid #d3d3d3;
  overflow: hidden;
  border-radius: 30px;
}
.header-full section.search .search-form button[type="submit"] {
  right: unset;
  left: 0;
  font-size: 1.3rem;
  color: #808080;
  height: 100%;
  padding-right: 10px;
  padding-left: 15px;
  background-color: #efefef;
  border-right: 1px solid #d3d3d3;
  height: 54px;
}
header .widgetlogo .logo img {
  width: clamp(100px, 15vw, 200px);
}
header .widgetlogo .logo:focus-visible,
header .widgetlogo .logo:hover {
  opacity: 1;
}
header .shoppingtools_container .shopping-tools-wrapper > a span,
.shoppingtools_container #vuequicklistdropdown > a span,
header .shoppingtools_container a.account-btn.btn-outlined-invert > span{
  text-transform: uppercase;
  font-size: 0.8rem;
  font-weight: 700;
}
header .shoppingtools_container a.account-btn.btn-outlined-invert > i.user-icon {
  display: flex;
  justify-content: center;
}
div.customertools .customertools-container {
  background-color: #efefef;
}

header
  .shoppingtools_container
  a.account-btn.btn-outlined-invert
  > i.user-icon::before,
header .shoppingtools_container #vuequicklistdropdown > a > i::before,
header .shoppingtools_container .quickordertoggle i::before,
header .minicart_container .cart-btn > a.btn > i::before {
  content: "";
  display: block;
  background-image: var(--menu-icon);
  width: 35px;
  height: 35px;
  background-size: 35px;
  background-repeat: no-repeat;
  background-position: center;
}
header
  .shoppingtools_container
  a.account-btn.btn-outlined-invert
  > span
  > i.arrow-your-account {
  display: none;
}
header
  .shoppingtools_container
  a.account-btn.btn-outlined-invert
  > i.user-icon::before {
  --menu-icon: url("https://us.evocdn.io/dealer/1938/content/media/My_Theme/user-icon.png");
}
header .shoppingtools_container #vuequicklistdropdown > a > i::before {
  --menu-icon: url("https://us.evocdn.io/dealer/1938/content/media/My_Theme/quicklist-icon.png");
}
header .shoppingtools_container .quickordertoggle i::before {
  --menu-icon: url("https://us.evocdn.io/dealer/1938/content/media/My_Theme/quickorder-icon.png");
}
header .minicart_container .cart-btn > a.btn > i::before {
  --menu-icon: url("https://us.evocdn.io/dealer/1938/content/media/My_Theme/shopping-cart-icon.png");
}
header .minicart_container .cart-btn > a.btn {
  background-color: transparent !important;
  border: none;
  display: flex;
  flex-direction: column;
  font-size: 0.8rem;
  font-weight: 700;
  gap: 8px;
  padding: 0;
}
header .minicart_container .cart-btn > a.btn:hover,
header .minicart_container .cart-btn > a.btn:focus-visible,
header .minicart_container .cart-btn:hover > a.btn{
  background-color: transparent !important;
  border: none !important;
  color: #000 !important;
}
header .minicart_container .cart-btn > a.btn {
  outline: none;
}
.cart-dropdown {
  top: 70px;
}
header .minicart_container .cart-btn > a.btn .minicart_total,
header .minicart_container .cart-btn > a.btn .no-price {
  line-height: 1.1;
  font-size: 0.8rem;
  font-weight: 600;
}
header .minicart_container .cart-btn > a.btn .minicart_count {
  top: -10px;
  right: -10px;
  background-color: #8d1f1e;
}

header .header-full .logo_container .widgetlogo a.logo img {
    max-height: initial !important;
    padding-bottom: 20px;
}

.header-switch {
    background: #f6f8fb;
    color: var(--evo-text-col);
    padding: 5px 0;
    display: none;
}

/* Footer Subscription Form */

.subscr-form input.form-control {
    border-radius: 0px;
  padding-left: 25px;
}
.subscr-form input.form-control::placeholder,
.subscr-form input.form-control::-webkit-input-placeholder,
.subscr-form input.form-control::-moz-placeholder{
  color: #404040!important;
}
.subscr-form input.form-control:focus::placeholder,
.subscr-form input.form-control:focus::-webkit-input-placeholder,
.subscr-form input.form-control:focus::-moz-placeholder{
  color: #aaa!important;
}
.subscr-form button.subscr-next {
  background-color: #8c1f1f;
  height: 46px;
  top: 0;
  right: 0;
  width: 50px;
  border-top-right-radius: 0px;
  border-bottom-right-radius: 0px;
  display: flex;
  justify-content: center;
  align-items: center;
  padding-right: 10px;
}
.subscr-form .icon-arrow-right::before {
  content: "";
  background-image:url("https://eu.evocdn.io/dealer/1930/content/media/My_Theme/assets/icon/paper-plane-icon.png");
  background-size: contain;
  width: 20px;
  height: 20px;
  display: block;
}
footer .newsletters_container {
  padding: 0 em;
  background-color: #0002;
}

.mailingblock h2 {
font-size: 1.125em !important;
}
/* End */

.copyright_container {
    font-size: 1em;
    text-align: center;
}

footer .newsletters_container {
    padding: 0 em;
    background-color: #1c1c1c !important;
}

/* End */

}
header .shoppingtools_container a.account-btn.btn-outlined-invert > span > i.arrow-your-account {
    display: flex !important;
}





footer h1, footer h2, footer h3, footer h4, footer h5, footer h6, section.quicklinks .title {
    font-weight: 700;
  text-transform: lowercase;
  
	&:first-letter {
		text-transform: capitalize;
	}
}


div.customertools .customertools-container {
    background: #f2f2f2;
    color: var(--evo-text-col);
    display: flex;
    flex-direction: column;
    overflow: hidden;
    padding: 20px 24px 40px;
}

#cdash_address .with-padding-trl {
    background-color: white !important;
    padding: 15px;
}

nav.menu .catalog-block ul.catalog>li>a {
    align-items: center;
    border-bottom: 2px solid transparent;
    color: white !important;
    display: flex;
    font-size: .875em;
    height: 100%;
    line-height: 1.5;
    padding: 10px 15px;
    transition: border .35s ease, color .35s ease !important;
}