/* ----- CENTER COPYRIGHT INFO ----- */

.copyright_container {
    font-size: 1em;
    TEXT-ALIGN: CENTER;
}

/* ----- END CENTER COPYRIGHT INFO ----- */

.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: #EFEFEF;
}

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 .minicart_container .cart-btn>a.btn {
    background: #fff !important;
    border: 1px solid #d3d3d3;
    color: #000 !important;
    transition: color .35s ease, background .35s ;
    display: none !important;
}
header .shoppingtools_container a.account-btn.btn-outlined-invert>span>span {
    color: #b9292c;
    transition: color .35s ease;
}

header .shoppingtools_container a.account-btn.btn-outlined-invert>i.user-icon {
    color: #b9292c;
    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: #b9292c;
    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;
      border: solid 2px #b9292c;
}

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

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

footer {
    color: #0c0c0d;
    background-image: none;
    background-repeat: no-repeat;
    background-color: #EDE1D5;
}