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

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

.payment {
    text-align: RIGHT !important;
}

.header-flex [role=row-wrapper]>.row {
  display: flex; 
color: #1a1a17;
}

.page-content {
    margin-bottom: 0px;
    margin-top: 0px;
}


.btn-default, .btn-primary, .btn-sm, .btn-xs {
    background-color: var(--evo-brand-default);
    color: black;
}

div.customertools .nav .sidebar-logout a {
    color: #1d1000;
    font-weight: 500;
}

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

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 {
    color: inherit;
    display: none;
}

header .menu .catalog-block {
    background: none !important;
    display: none;
}