body {
    border-top: 4px solid #ff7500;
    font-family: Verdana, Geneva, Tahoma, sans-serif;
}

.site-header {
    margin-top: 12px;
    background-color: #fff;
    color: black;
}

.site-header-top {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-top: 10px;
}

.logo {
    border-radius: 5px;
    padding-top: 12px;
    padding-right: 24px;
    padding-bottom: 12px;
    padding-left: 24px;
    font-size: 20px;
    text-decoration: none;
    background-color: #ff7500;
    color: #fff;
    transition: background-color 0.5 ease;
}

.logo:hover {
    background-color: rgba(255, 117, 0, 0.7);
}

.site-header-right {
    margin: 0;
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.site-header-nav ul {
    display: flex;
}

.site-header-nav a:hover {
    color: #ff7500;
}

.site-header-nav a {
    text-decoration: none;
    color: #000;
}

.site-header-nav li {
    list-style: none;
    margin-right: 15px;
}

.head-page {
    border-bottom: #ff7500 solid 4px;
}

.header-follow-link {
    padding-top: 12px;
    padding-right: 24px;
    padding-bottom: 12px;
    padding-left: 24px;
    text-decoration: none;
    background-color: #ff7500;
    color: #fff;
    border-radius: 5px;
}

.header-follow-link:hover {
    background-color: rgba(255, 117, 0, 0.7);
}

.search {
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.search input {
    width: 300px;
    border: 2px solid #ff7500;
    border-radius: 5px;
    margin-right: auto;
    margin-left: auto;
    padding: 3px;
}

.search h2 {
    margin-left: 30px;
}

.search-button {
    border: 2px solid #ff7500;
    border-radius: 5px;
    padding: 3px;
    background-color: #fff;
    color: #000;
}

.search-button:hover {
    border-radius: 5px;
    padding: 3px;
    background-color: #ff7500;
    color: #fff;
}

#resultsList li{
    list-style: none;
    border-radius: 5px;
    border: #000 3px solid;
    padding: 5px 7px;
    background-color: #ff7500;
    color: #fff;
}

.promo {
    background-color: rgba(255, 117, 0, 0.2);
    margin-left: 60px;
    border-radius: 10px;
    border: #ff7500 solid 5px;
    margin-bottom: 40px;
}

.promo-child {
    display: flex;
    margin-left: 30px;
}

.products {
    background-color: #fff;
    border-radius: 5px;
    margin-right: 45px;
    margin-bottom: 10px;
    padding-right: 30px;
    padding-top: 10px;
    padding-left: 10px;
    width: 150px;
    /* height: 300px; */
}

.products:hover {
    background-color: #ff7500;
    color: #fff;
}

.products a {
    font-size: 13px;
    text-decoration: none;
    color: black;
}

.products img {
    border-radius: 5px;
}

.follow-link {
    display: flex;
    padding: 10px;
    justify-content: space-between;
    align-items: center;
    background-color: rgba(255, 117, 0, 0.2);
    border: 5px solid #ff7500;
    border-radius: 10px;
    margin-bottom: 40px;
}

.follow-link a {
    background-color: #ff7500;
    padding: 10px;
    text-decoration: none;
    color: #fff;
    border-radius: 5px;
}

.follow-link a:hover {
    color: #fff;
    background-color: rgba(255, 117, 0, 0.7);
}

.divcha {
    display: flex;
    align-items: center;
}

.divcha img {
    margin-right: 10px;
}

.orange-line {
    background-color: #ff7500;
    border: 0;
    width: 900px;
    height: 4px;
}

.footer-nav-wrapper {
    display: flex;
}

.site-footer-nav li {
    list-style: none;
}

.site-footer-nav a {
    text-decoration: none;
    color: #000;
}

.site-footer-nav a:hover {
    color: #ff7500;
}

.container {
    width: 100%;
    max-width: 1025px;
    margin-right: auto;
    margin-left: auto;
    padding-right: 30px;
    padding-left: 30px;
}