:root {
  --evo-brand-secondary: #1f1f1f;
  --evo-brand-accent: #d52c30;
  --evo-header-background: #fff;
--evo-row-spacing: 20px;
}

.logo img {
  max-height: 250px !important;
}

header .shoppingtools_container a.account-btn.btn-outlined-invert>span>span {
    color: #243f95;
    transition: color .35s ease;
}

header .shoppingtools_container a.account-btn.btn-outlined-invert>i.user-icon {
    color: #243f95;
    font-family: FontAwesome;
    font-size: 1rem;
    padding: 0;
}

header .shoppingtools_container a.account-btn.btn-outlined-invert>span>i.arrow-your-account {
    bottom: 25px;
    color: #243f95;
    min-width: 0 !important;
    position: absolute;
    right: 0;
    transition: color .35s ease;
}

.shoppingtools_container.col-md-2 .toolbar .customer-btn {
    margin-right: 0;
    BACKGROUND: WHITE;
      padding-left: 20px;
    padding-right: 20px;
    padding-top: 10px;
    padding-bottom: 10px;
}

#cdash_address .with-padding-trl {
    background-color: WHITE;
    padding: 15px;
}

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

.homecontentblockhide {
  display: none !important;
}


nav.menu .catalog-block ul.catalog {
    align-items: stretch;
    display: flex;
    justify-content: center;
    DISPLAY: NONE;
}

header .header-full {
    background-color: white !important;
}

header section.search .search-form .form-group input {
    border-color: #d3d3d3;
    border-radius: 5px;
    color: var(--evo-text-col);
    height: 46px;
    DISPLAY: NONE;
}

header section.search .search-form button[type=submit] i {
    DISPLAY: NONE;
}

header .header-mobile .header-right i {
    padding: 0;
    DISPLAY: NONE;
}

header .header-mobile .header-search .relsearch input {
    border-radius: 5px;
    DISPLAY: NONE;
}

header .header-mobile .header-search .relsearch button i {
    color: var(--evo-text-col);
    font-size: 1.2em;
    padding: 0;
    transition: color .35s ease;
    DISPLAY: NONE;
}

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

header .minicart_container .cart-btn>a.btn {
    background: #fff !important;
    border: 1px solid #243f95;
    color: #000 !important;
    transition: color .35s ease, background .35s ease;
    display: none;
}

header .shoppingtools_container .shopping-tools-wrapper>.dropdown {
    order: 10;
    border: solid 2px #b9292c;
}



header .shoppingtools_container .shopping-tools-wrapper>.dropdown {
    order: 10;
    border: solid 2px #243f95;
    border-radius: 10px;
    padding-left: 20px;
    padding-right: 20px;
    padding-top: 10px;
    padding-bottom: 10px;
    background: white;
}

.linkexisting {
    background: #f2f2f2;
    padding: 20px;
    border-radius: 20px;
}

label {
    display: inline-block;
    font-weight: 400;
    margin-bottom: 12px;
    margin-top: 12px;
}