/*
Theme Name: SECO
Theme URI: 
Author: Eric Husted
Author URI: https://erichusted.com
Description: 
Requires at least: 6.9
Tested up to: 6.9
Requires PHP: 8.0
Version: 
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Text Domain: seco
Tags: 
*/

@import url('https://fonts.googleapis.com/css2?family=Wix+Madefor+Text:ital,wght@0,400..800;1,400..800&display=swap');

html {
    overflow: scroll;
}

body {
    font-family: "Wix Madefor Text", sans-serif;
    font-optical-sizing: auto;
}

a {
    color: #000;
}

@media (min-width: 1400px) {
    .container {
        max-width: 1400px;
    }
}

.main-content {
    padding-top: 4em;
    padding-bottom: 4em;
}

body.page-template-template-dealer-locator .main-content {
    padding-top: 0;
}

label {
    cursor: pointer;
}

/* ****************************************************************************
 * Header
 * ***************************************************************************/

.primary-header {
    padding: 1em 0;
}

.primary-header .container {
    display: flex;
    align-items: center;
    gap: 2em;
}

.primary-header .header-logo img {
    width: 100%;
    max-width: 154px;
    height: auto;
}

.primary-navigation ul {
    display: flex;
    margin: 0;
    padding: 0;
    list-style: none;
    gap: 2em;
    font-size: 14px;
}

.primary-navigation a {
    text-decoration: none;
    display: inline-block;
    color: #000;
    transition: color 0.1s ease-in-out;
}

.primary-navigation a::after {
    content: ' ';
    display: block;
    width: 0%;
    border-bottom: 1px solid #fe8214;
    transition: width 0.25s ease-in-out;
}

.primary-navigation a:hover,
.primary-navigation a:focus {
    color: #fe8214;
}

.primary-navigation a:hover::after,
.primary-navigation a:focus::after {
    width: 100%;
    border-bottom: 1px solid #fe8214;
}

.primary-header .dealer-locator {
    margin: 0;
    margin-left: auto;
}

.primary-header .dealer-locator a {
    font-weight: 800;
    text-decoration: none;
    transition: color 0.2s ease-in-out;
}

.primary-header .dealer-locator a:hover,
.primary-header .dealer-locator a:focus {
    color: #fe8214;
}

.primary-header .dealer-locator svg {
    fill: #fe8214;
    width: 20px;
    height: 20px;
    margin-right: 0.3em;
    margin-top: -2px;
    transition: transform 0.3s ease-in-out;
}

.primary-header .dealer-locator a:hover svg,
.primary-header .dealer-locator a:focus svg {
    transform: rotate(360deg);
}

.header-cart svg {
    width: 24px;
    height: auto;
    fill: #fe8214;
}

.header-cart svg text {
    font-size: 80px;
}

.header-search {
    margin-left: auto;
}

.account-actions .login {
    background: #fe8214;
    border-radius: 2em;
    color: #fff;
    text-transform: uppercase;
    text-decoration: none;
    font-size: 11px;
    font-weight: 800;
    display: inline-block;
    padding: 0.725em 1em;
    min-width: 148px;
    text-align: center;
}

.account-actions .user-avatar svg {
    fill: #f87f14;
    width: 26px;
    height: 26px;
}

/* ****************************************************************************
 * Footer
 * ***************************************************************************/

.primary-footer-top {
    margin-bottom: 4.5em;
}

.primary-footer-top address {
    margin: 0;
}

.primary-footer-top address + a {
    text-decoration: none;
    color: #000;
}

.primary-footer-top h4 {
    font-size: 17px;
    font-weight: 800;
    text-transform: uppercase;
    margin-bottom: 1.2em;
}

.primary-footer-top ul {
    margin: 0;
    padding: 0;
    list-style: none;
}

.primary-footer-top ul li {
    margin-bottom: 0.5em;
}

.primary-footer-top ul a {
    text-decoration: none;
    display: inline-block;
}

.primary-footer-top ul a::after {
    content: ' ';
    display: block;
    width: 0%;
    border-bottom: 1px solid #000;
    transition: width 0.2s ease-in-out;
}

.primary-footer-top ul a:hover::after,
.primary-footer-top ul a:focus::after {
    width: 100%;
}

.primary-footer-top .social-links {
    display: flex;
    gap: 1.75em;
    margin-top: 2.5em;
}

.primary-footer-top .social-links a::after {
    display: none;
}

.primary-footer-top .social-links img {
    width: 24px;
    height: 24px;
}

.primary-footer-top .catalog-thumbnail  img {
    max-width: 124px;
    height: auto;
}

.col-second {
    margin-left: auto;
}

.col-second h4 a {
    color: #fd8114;
    text-decoration: none;
}

.primary-footer-top .col-auto {
    min-width: 22%;
}

.primary-footer-top .col-fourth {
    min-width: 11%;
}

.footer-logo img {
    max-width: 154px;
    height: auto;
    margin-bottom: 0.5em;
}

.primary-footer-bottom {
    padding-top: 1em;
    padding-bottom: 3em;
}

.primary-footer-bottom .col-right {
    display: flex;
    justify-content: end;
}

.primary-footer-bottom .col-right ul {
    margin: 0;
    padding: 0;
    list-style: none;
    display: flex;
}

.primary-footer-bottom .col-right ul li::after {
    margin: 0 1.6em;
    content: '|';
}

.primary-footer-bottom .col-right ul li:last-of-type::after {
    content: '';
    margin: 0;
}

/* ****************************************************************************
 * WooCommerce Overrides
 * ***************************************************************************/

.main-content .woocommerce-form-login {
    margin: 0 auto !important;
    max-width: 440px;
}

.woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) #respond input#submit, .woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) a.button, .woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) button.button, .woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) input.button, :where(body:not(.woocommerce-block-theme-has-button-styles)):where(:not(.edit-post-visual-editor)) .woocommerce #respond input#submit, :where(body:not(.woocommerce-block-theme-has-button-styles)):where(:not(.edit-post-visual-editor)) .woocommerce a.button, :where(body:not(.woocommerce-block-theme-has-button-styles)):where(:not(.edit-post-visual-editor)) .woocommerce button.button, :where(body:not(.woocommerce-block-theme-has-button-styles)):where(:not(.edit-post-visual-editor)) .woocommerce input.button {
    background: #fe8214;
    color: #fff;
}

.woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) #respond input#submit:hover, .woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) a.button:hover, .woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) button.button:hover, .woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) input.button:hover, :where(body:not(.woocommerce-block-theme-has-button-styles)):where(:not(.edit-post-visual-editor)) .woocommerce #respond input#submit:hover, :where(body:not(.woocommerce-block-theme-has-button-styles)):where(:not(.edit-post-visual-editor)) .woocommerce a.button:hover, :where(body:not(.woocommerce-block-theme-has-button-styles)):where(:not(.edit-post-visual-editor)) .woocommerce button.button:hover, :where(body:not(.woocommerce-block-theme-has-button-styles)):where(:not(.edit-post-visual-editor)) .woocommerce input.button:hover {
    background: #fe8214;
    color: #fff;
    text-decoration: underline;
}

/* ****************************************************************************
 * Mobile
 * ***************************************************************************/