/*
Theme Name: Insectnets
Author: WD Market
Version: 1.0
*/

.container {
    width: 100%;
    max-width: 1222px;
    padding-inline: 15px;
    margin-inline: auto;
}

/* ===== Header ===== */
.site-header {
    background: #000;
    border-bottom: 1px solid #ddd;
    padding: 10px 20px;
    font-family: Arial, sans-serif;
}

.site-header .header-top {
    display: flex;
    justify-content: flex-end;
    font-size: 14px;
    color: #333;
}

.site-header .header-top .contact-info a {
    margin-right: 20px;
    color: #fff;
    text-decoration: unset;
}

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

.site-header .header-main .logo a img {
    padding-top: 5px;
    padding-bottom: 5px;
    height: 62px;
    width: 70px;
}

.site-header .header-main .header-navigation {
    margin-top: 10px;
}

.site-header .header-main  .header-navigation .menu {
    list-style: none;
    padding: 0;
    margin: 0;
    display: flex;
}

.site-header .header-main  .header-navigation .menu ul {
    display: flex;
}

.site-header .header-main  .header-navigation .menu li {
    margin-right: 15px;
}

.site-header .header-main  .header-navigation .menu li a {
    text-decoration: none;
    color: #fff;
    font-weight: bold;
}

.site-header .header-main  .header-navigation .menu li a:hover {
    color: #0073aa;
}

.site-header .header-main .header-actions {
    display: flex;
    align-items: center;
}

.site-header .header-main .header-actions .header-mini-cart {
    margin-left: 10px;
}

.site-header .header-main .header-actions .header-mini-cart .mini-cart-dropdown {
    display: none;
}

/* ===== Footer ===== */
.site-footer {
    background: #000;
    font-family: Arial, sans-serif;
    border-top: 1px solid #ddd;
}

.site-footer .footer-main {
    display: flex;
    justify-content: space-between;
    margin-bottom: 20px;
}

.site-footer .footer-main .footer-col {
    padding: 10px;
    margin: 38px 0 0 0;
}

.site-footer .footer-main .footer-col.logo {
    width: 20%;
}

.site-footer .footer-main .footer-col.navigation {
    width: 16%;
}

.site-footer .footer-main .footer-col.contacts {
    width: 24%;
}

.site-footer .footer-main .footer-col.contacts .content {
    display: flex;
    flex-direction: column;
    align-items: start;
    gap: 10px;
}

.site-footer .footer-main .footer-col.delivery {
    width: 20%;
}

.site-footer .footer-main .footer-col.delivery .content {
    display: flex;
    flex-direction: column;
    align-items: start;
    gap: 10px;
}

.site-footer .footer-main .footer-col.delivery .content img {
    height: 24px;
    width: auto;
}

.site-footer .footer-main .footer-col.usefull-links {
    width: 20%;
}

.site-footer .footer-main .footer-col a {
    text-decoration: none;
    color: #fff;
}

.site-footer .footer-main .footer-col h4 {
    text-transform: uppercase;
    font-size: 16px;
    margin-bottom: 10px;
    color: #fff;
}

.site-footer .footer-main .footer-col i {
    color: #fff;
}

.site-footer .footer-main .footer-col .logo img {
    width: 113px;
    height: 99px;
}

.site-footer .footer-main .footer-col ul {
    list-style: none;
    padding: 0;
}

.site-footer .footer-main .footer-col ul li {
    margin-bottom: 5px;
}

.site-footer .footer-main .footer-col ul li a:hover {
    color: #fff;
}

.site-footer .footer-main .footer-bottom {
    text-align: center;
    font-size: 14px;
    color: #fff;
}


