/* Changes for AR Header */
.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: #000;
}

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: 2px solid #d9ba5f;
    color: #000 !important;
    transition: color .35s ease, background .35s ease;
    display: none;
}

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

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


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

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

/* End Changes for AR Header */

.btn-xs {
    background-color: #000000 !important;
}

.btn-default {
    background-color: #000000 !important;;
}

.btn-default:hover {
      color: #fff !important;
}