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

.contacts .contact-element.contact-icon i {
    color: #B2B2B2 !important;
}

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

.payaccountheader {
    text-align: center;
    background: #B2B2B2 !important;
    padding: 10px 10px 10px 10px;
    font-weight; 700;
  border-radius: 10px
}

.payaccountheader:hover {
    text-align: center;
    background: #666666 !important;
    padding: 10px 10px 10px 10px;
    font-weight; 700;
    border-radius: 10px
}

.payaccountheader a {
    text-decoration: none;
    color: black;
}

.payaccountheader a:hover {
    text-decoration: none !important;
    color: white;
}
.tabbed-boxes .nav-box {
    border: 2px solid #666666 !important;
    border-radius: 0;
    color: var(--evo-text-col);
    padding: 10px 15px;
    transition: background .35s ease, color .35s ease;
}

.contactformhome {
  background: #343434;
  padding: 30px;
  border-radius: 20px;
}

.contactformhome label {
color: white;
}


.contactformhome h1 {
color: white;
}

.contactformhome p {
color: white;
}

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

.shop-now-section .container {
    display: flex;
    flex-direction: column;
    height: 100%;
    padding-bottom: 60px;
    padding-top: 60px;
}

.shop-now-section .text-wrapper {
    margin-bottom: 0px;
    text-align: center;
    color: black;
}

.contentboxhome {
border: 1px solid #666666;
    padding: 20px;
}

.contentboxhome hr {
    border: 0;
    border-top: 2px solid #e6e6e6;
    margin-bottom: 1em;
    margin-top: 1em;
    WIDTH: 25%;
    margin-inline-start: 0;
}