/*StyleSheet*/
@charset "UTF-8";
/*
Theme Name: Direct Action Co Dark v2
Author: BootScore
Description: Direct Action Co Dark wordpress theme version 2
Requires at least: 4.9.6
Requires PHP: 5.2.4
Version: 2.0
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Text Domain: Direct Action Co
*/


/*Variables*/
:root {
    --font-sans: "Inter", Helvetica, sans-serif;
    --font-serif: Iowan Old Style, Apple Garamond, Baskerville, Times New Roman, Droid Serif, Times, Source Serif Pro, serif, Apple Color Emoji, Segoe UI Emoji, Segoe UI Symbol;
    --font-size: 18px;
    --color-green: #00ff21;
    --color-dark: #333;
    --color-light: #b8b8b8;
    --transition-dur: .5s;
    --color-yellow: #ffd800;
    --color-pink: #feb2b2;
    --color-white: #ffffff;
    --color-black: #000;
    --color-red: #ff0000;
    --color-announce: #ffffff;
    --color-dimRed: #dc3545;
}

html, body {
    overflow-x: hidden;
}

/*Styles*/
body {
    font-family: var(--font-sans);
    font-size: var(--font-size);
    line-height: 1.5rem;
    background-color: var(--color-black) !important;
    position: relative;
    color: var(--color-light);
    max-width: none !important;
}

p {
    color: var(--color-light);
    font-weight: 400;
    text-overflow: ellipsis;
}

em {
    color: var(--color-white);
    font-weight: 500;
}

a {
    text-decoration: none !important;
    transition: var(--transition-dur);
    color: var(--color-white);
    position: relative;
    z-index: 1;
}

    a:hover {
        color: var(--color-red);
    }

h1, h2, h3, h5, h6 {
    font-weight: 400;
}

h1 {
    color: var(--color-white);
    font-size: 3.5rem;
    margin-bottom: 1rem;
    transition: var(--transition-dur);
}

h2 {
    color: var(--color-white);
    font-size: 2.5rem;
    margin-bottom: 1rem;
    transition: var(--transition-dur);
}

h3 {
    color: var(--color-white);
    font-size: 2rem;
    margin-bottom: .9rem;
}

h4 {
    color: var(--color-white);
    font-size: 1.2rem;
    font-weight: 400;
}

cite span {
    color: #828282;
}

.spacer {
    margin: 75px 0;
}

.text-secondary {
    color: white !important;
}
/* Button Styles*/
.btn {
    padding: 20px 30px;
    display: inline-block;
    border: none;
    border-radius: 0;
    border-width: 0;
    transition: var(--transition-dur);
    margin-bottom: 20px;
    font-weight: bold;
}

    .btn:hover {
        box-shadow: 5px 5px 20px rgba(0, 0, 0, 0.5);
        -webkit-box-shadow: 5px 5px 20px rgba(0, 0, 0, 0.5);
        -moz-box-shadow: 5px 5px 20px rgba(0, 0, 0, 0.5);
    }

    .btn.btn-primary {
        color: var(--color-white);
        background-color: var(--color-black);
        border: solid;
        border-width: 1px;
        border-color: var(--color-white);
        padding: 20px 10px;
        min-width: 200px;
    }

    .btn.btn-secondary {
        color: #fff;
        background-color: rgba(51, 51, 51, 0.1);
    }

    .btn.btn-invert {
        color: #fff;
        padding: 12px;
        background-color: rgba(255, 255, 255, 0.2);
    }

        .btn.btn-invert:hover {
            box-shadow: 5px 5px 20px rgba(255, 255, 255, 0.2);
            -webkit-box-shadow: 5px 5px 20px rgba(255, 255, 255, 0.2);
            -moz-box-shadow: 5px 5px 20px rgba(255, 255, 255, 0.2);
        }

.btn-featured {
    top: -35px;
}

@media only screen and (max-width: 1400px) {
    .btn-featured {
        top: -30px;
    }
}

@media only screen and (max-width: 768px) {
    .btn-featured {
        top: 0px;
    }
}

/*Top Nav*/
.pre-nav {
    margin-top: 1rem;
}

    .pre-nav i {
        font-size: 1rem;
        color: var(--color-red);
    }

    .pre-nav h5 {
        font-size: 1rem;
        text-align: center;
        padding-top: 5px;
    }

    .pre-nav .col-auto {
        padding-left: 5px;
        padding-right: 5px;
    }

#top-navigation {
    position: absolute;
    width: 100%;
    z-index: 2;
}
/* .main-menu .navigation > li.menu-item-has-children > a:before {
font-family: flaticon;
content: "\f104";
position: absolute;
right: 0px;
font-size: 1rem;
line-height: 34px;
font-weight: 800;
}*/
.is-search-icon {
    width: 25px;
    height: 25px;
    padding-top: 1.5px !important;
}

.is-form-style input.is-search-input {
    height: 25px;
    width: 100%;
    padding-right: 5rem;
    border: var(--color-white) !important;
}

.is-form-style button.is-search-submit {
    height: 25px;
    width: 25px;
    background-color: var(--color-white);
}

.is-form-style input.is-search-submit, .is-search-icon {
    background-color: var(--color-white);
    border: none;
}

.is-form-style .is-search-submit path {
    fill: red;
    align-self: center;
}

#top-navigation .container {
    max-width: 1700px !important;
}

.main-menu {
    padding-right: 3rem;
}

.main-menu .navigation {
position: static;
margin: 0;
}

.main-menu .navigation > li {
    position: relative;
    float: left;
    margin-right: 30px;
    padding: 10px 0 15px;
}

.user-menu .navigationtop > li, .mobile-user-menu .navigationtop > li {
    font-size: 20px;
    position: relative;
    float: left;
    margin-left: 10px;
    padding: 20px 0 15px;
}

.row.pre-nav.justify-content-end {
    height: 60px
}

.main-menu .navigation li a {
    font-weight: 300;
    font-size: 1.2rem;
}

.main-menu .navigation > li:last-child {
    margin-right: 0;
}

.main-menu .navigation > li:hover > a,
.main-menu .navigation > li.current > a {
    opacity: 1;
    text-decoration: none !important;
    color: var(--color-red);
}

.main-menu .navigation > li > a {
    position: relative;
    display: bock;
    color: var(--color-white);
    text-align: center;
    line-height: 30px;
    letter-spacing: 0px;
    opacity: 1;
    overflow: hidden;
    font-weight: 400;
    font-size: 20px;
}

.main-menu .navigation > li:hover > a::after,
.main-menu .navigation > li.current > a::after {
    width: 22px;
}

.main-menu .navigation > li > ul {
    position: absolute;
    left: -12px;
    top: 40px;
    min-width: 250px;
    list-style: none;
    visibility: hidden;
    display: block;
    padding: 20px 15px;
    background-color: #00000060;
    box-shadow: 0px 0px 10px rgba(0,0,0,0.1);
}

    .main-menu .navigation > li > ul > li > ul > li {
        position: relative;
        width: 100%;
        border-bottom: 1px solid #f9f9f9;
    }

        .main-menu .navigation > li > ul > li > ul > li:last-child {
            border-bottom: none;
        }

        .main-menu .navigation > li > ul > li > ul > li > a {
            position: relative;
            display: block;
            padding: 10px 18px;
            line-height: 24px;
            font-weight: 400;
            font-size: 15px;
            text-transform: capitalize;
            color: var(--color-dark);
        }

    .main-menu .navigation > li > ul > li.menu-item-has-children > a:after {
        font-family: flaticon;
        content: "\f105";
        position: absolute;
        right: 15px;
        top: 14px;
        width: 10px;
        height: 20px;
        display: block;
        color: var(--color-dark);
        line-height: 20px;
        font-size: 12px;
        font-weight: normal;
        text-align: center;
        z-index: 5;
        font-weight: 800;
    }

    .main-menu .navigation > li > ul > li.menu-item-has-children:hover > a:after {
        color: var(--color-dark);
        text-decoration: none !important;
    }


    .main-menu .navigation > li > ul > li > ul {
        position: absolute;
        left: 120%;
        top: 0%;
        min-width: 150px;
        z-index: 100;
        list-style: none;
        opacity: 0;
        display: block;
        padding: 20px 15px;
        background-color: #ffffff;
        box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.1);
    }

        .main-menu .navigation > li > ul > li > ul.from-right {
            left: auto;
            right: 0px;
        }

        .main-menu .navigation > li > ul > li > ul > li {
            position: relative;
            width: 100%;
            border-bottom: 1px solid #f9f9f9;
        }

            .main-menu .navigation > li > ul > li > ul > li:last-child {
                border-bottom: none;
            }

            .main-menu .navigation > li > ul > li > ul > li > a {
                position: relative;
                display: block;
                padding: 10px 18px;
                line-height: 24px;
                font-weight: 400;
                font-size: 15px;
                text-transform: capitalize;
                color: var(--color-dark);
            }


.main-menu .navigation > li.menu-item-has-children > ul {
    transform: rotateZ(8deg);
    -moz-transform: rotateZ(0deg);
    -webkit-transform: rotateZ(0deg);
    -ms-transform: rotateZ(0deg);
    -o-transform: rotateZ(0deg);
}


.main-menu .navigation li > ul > li.menu-item-has-children > ul {
    transform: rotateZ(8deg);
    -moz-transform: rotateZ(0deg);
    -webkit-transform: rotateZ(0deg);
    -ms-transform: rotateZ(0deg);
    -o-transform: rotateZ(0deg);
}

.main-menu .navigation li > ul > li.menu-item-has-children:hover > ul {
    visibility: visible;
    display: block;
    opacity: 1;
    text-decoration: none !important;
    top: 0;
    left: 100%;
    transform: rotateZ(0deg);
    -moz-transform: rotateZ(0deg);
    -webkit-transform: rotateZ(0deg);
    -ms-transform: rotateZ(0deg);
    -o-transform: rotateZ(0deg);
}

.main-menu > ul li.menu-item-has-children .dropdown-btn {
    position: absolute;
    right: 10px;
    top: 6px;
    width: 30px;
    height: 30px;
    text-align: center;
    color: #ffffff;
    line-height: 28px;
    border: 1px solid #ffffff;
    background-size: 20px;
    cursor: pointer;
    z-index: 5;
    display: none;
}

    .main-menu > ul li.menu-item-has-children .dropdown-btn
    i.flaticon-arrow-down-sign-to-navigate::before {
        font-size: 100px;
    }

.mobile-menu {
    position: fixed;
    right: 0;
    top: 0;
    width: 300px;
    max-width: 100%;
    height: 100%;
    padding-right: 30px;
    opacity: 0;
    visibility: hidden;
    z-index: 999999;
}

.mobile-menu-visible {
    overflow: hidden;
}

    .mobile-menu-visible .mobile-menu {
        opacity: 1;
        visibility: visible;
    }

.mobile-menu .menu-backdrop {
    position: fixed;
    right: 0;
    top: 0;
    width: 100%;
    height: 100%;
    z-index: 1;
    background: rgba(0, 0, 0, 0.9);
    transform: translateY(101%);
    -webkit-transform: translateY(101%);
    -ms-transform: translateY(101%);
}

.mobile-menu-visible .mobile-menu .menu-backdrop {
    opacity: 1;
    visibility: visible;
    transition: all 0.7s ease;
    transform: translateY(0%);
    -webkit-transform: translateY(0%);
    -ms-transform: translateY(0%);
}

.mobile-menu .menu-box {
    position: absolute;
    left: 0px;
    top: 0px;
    width: 100%;
    height: 100%;
    max-height: 100%;
    overflow-y: auto;
    background: #fff;
    padding: 0;
    z-index: 5;
    opacity: 0;
    visibility: hidden;
    border-radius: 0;
    transform: translateY(101%);
    -webkit-transform: translateY(101%);
    -ms-transform: translateY(101%);
}

.mobile-menu-visible .mobile-menu .menu-box {
    opacity: 1;
    visibility: visible;
    transition: all 0.7s ease;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    -webkit-transform: translateY(0%);
    -ms-transform: translateY(0%);
    transform: translateY(0%);
}

.mobile-menu .close-btn {
    position: absolute;
    right: 15px;
    top: 15px;
    line-height: 30px;
    width: 30px;
    text-align: center;
    font-size: 26px;
    color: var(--color-dark);
    cursor: pointer;
    z-index: 10;
    -webkit-transform: translateY(-50px);
    -ms-transform: translateY(-50px);
    transform: translateY(-50px);
}

.mobile-menu-visible .mobile-menu .close-btn {
    -webkit-transform: translateY(0px);
    -ms-transform: translateY(0px);
    transform: translateY(0px);
}

.mobile-menu .close-btn:hover {
    opacity: 0.5;
    text-decoration: none !important;
}

.mobile-menu .navigation {
    position: relative;
    padding-top: 50px;
    display: block;
    border-top: 1px solid rgba(0, 0, 0, 0.1);
}

    .mobile-menu .navigation li {
        position: relative;
        display: block;
        border-bottom: 1px solid rgba(0, 0, 0, 0.1);
    }

        .mobile-menu .navigation li > ul > li:last-child {
            border-bottom: none;
        }

        .mobile-menu .navigation li > ul > li:first-child {
            border-top: 1px solid rgba(0, 0, 0, 0.1);
        }

        .mobile-menu .navigation li > a {
            position: relative;
            display: block;
            line-height: 24px;
            padding: 10px 20px;
            font-size: 15px;
            color: var(--color-dark);
        }

            .mobile-menu .navigation li.current > a,
            .mobile-menu .navigation li > a:hover {
                color: var(--color-red);
                text-decoration: none !important;
            }

        .mobile-menu .navigation li.menu-item-has-children .dropdown-btn {
            position: absolute;
            right: 0px;
            top: 0px;
            width: 44px;
            height: 44px;
            text-align: center;
            font-size: 16px;
            line-height: 44px;
            color: var(--color-dark);
            cursor: pointer;
            z-index: 5;
        }

            .mobile-menu .navigation li.menu-item-has-children .dropdown-btn:after {
                content: "";
                position: absolute;
                left: 0;
                top: 10px;
                width: 1px;
                height: 24px;
                border-left: 1px solid rgba(0, 0, 0, 0.1);
            }

        .mobile-menu .navigation li > ul,
        .mobile-menu .navigation li > ul > li > ul {
            display: none;
        }

/* user menu */
.user-menu {
    padding: 0;
}
.mobile-user-menu-container{
	z-index: 10;
}
.user-menu .navigationtop > li:hover > a,
.user-menu .navigationtop > li.current > a,
.mobile-user-menu .navigationtop > li:hover > a,
.mobile-user-menu .navigationtop > li.current > a {
    opacity: 1;
    text-decoration: none !important;
    color: var(--color-red);
}

.user-menu .navigationtop > li > a, .mobile-user-menu .navigationtop > li > a {
    position: relative;
    display: bock;
    color: var(--color-white);
    text-align: center;
    line-height: 30px;
    text-transform: capitalize;
    letter-spacing: 0px;
    opacity: 1;
    overflow: hidden;
    transition: all 100ms ease;
    -moz-transition: all 100ms ease;
    -webkit-transition: all 100ms ease;
    -o-transition: all 100ms ease;
	padding: 5px;
}

.user-menu .navigationtop > li:hover > a::after,
.user-menu .navigationtop > li.current > a::after,
.mobile-user-menu .navigationtop > li:hover > a::after,
.mobile-user-menu .navigationtop > li.current > a::after {
    width: 22px;
}

.user-menu .navigationtop > li > ul, .mobile-user-menu .navigationtop > li > ul {
    position: absolute;
    left: -12px;
    top: 40px;
    min-width: 250px;
    list-style: none;
    visibility: hidden;
    display: block;
    padding: 20px 15px;
    background-color: #000000d6;
    z-index: 100;
    box-shadow: 0px 0px 10px rgba(0,0,0,0.1);
}

    .user-menu .navigationtop > li > ul > li > ul > li, .mobile-user-menu .navigationtop > li > ul > li > ul > li {
        position: relative;
        width: 100%;
        border-bottom: 1px solid #f9f9f9;
    }

        .user-menu .navigationtop > li > ul > li > ul > li:last-child, .mobile-user-menu .navigationtop > li > ul > li > ul > li:last-child {
            border-bottom: none;
        }

        .user-menu .navigationtop > li > ul > li > ul > li > a, .mobile-user-menu .navigationtop > li > ul > li > ul > li > a {
            position: relative;
            display: block;
            padding: 10px 18px;
            text-transform: capitalize;
            color: var(--color-dark);
            transition: all 100ms ease;
            -moz-transition: all 100ms ease;
            -webkit-transition: all 100ms ease;
            -ms-transition: all 100ms ease;
            -o-transition: all 100ms ease;
        }

        .user-menu .navigationtop > li > ul > li > ul > li:hover > a,
        .mobile-user-menu .navigationtop > li > ul > li > ul > li:hover > a {
            color: var(--color-yellow);
            padding-left: 10px;
            text-decoration: none !important;
        }

    .user-menu .navigationtop > li > ul > li.menu-item-has-children > a:after,
    .mobile-user-menu .navigationtop > li > ul > li.menu-item-has-children > a:after {
        font-family: flaticon;
        content: "\f105";
        position: absolute;
        right: 15px;
        top: 14px;
        width: 10px;
        height: 20px;
        display: block;
        color: var(--color-dark);
        line-height: 20px;
        font-size: 12px;
        font-weight: normal;
        text-align: center;
        z-index: 5;
        font-weight: 800;
    }


    .user-menu .navigationtop > li > ul > li > ul,
    .mobile-user-menu .navigationtop > li > ul > li > ul {
        position: absolute;
        left: 120%;
        top: 0%;
        min-width: 150px;
        z-index: 100;
        list-style: none;
        opacity: 0;
        display: block;
        padding: 20px 15px;
        background-color: #ffffff;
        box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.1);
    }

        .user-menu .navigationtop > li > ul > li > ul.from-right,
        .mobile-user-menu .navigationtop > li > ul > li > ul.from-right {
            left: auto;
            right: 0px;
        }

        .user-menu .navigationtop > li > ul > li > ul > li,
        .mobile-user-menu .navigationtop > li > ul > li > ul > li {
            position: relative;
            width: 100%;
            border-bottom: 1px solid #f9f9f9;
        }

            .user-menu .navigationtop > li > ul > li > ul > li:last-child,
            .mobile-user-menu .navigationtop > li > ul > li > ul > li:last-child {
                border-bottom: none;
            }

            .user-menu .navigationtop > li > ul > li > ul > li > a,
            .mobile-user-menu .navigationtop > li > ul > li > ul > li > a {
                position: relative;
                display: block;
                padding: 10px 18px;
                text-transform: capitalize;
                color: var(--color-dark);
            }


.user-menu .navigationtop > li.menu-item-has-children > ul
.mobile-user-menu .navigationtop > li.menu-item-has-children > ul {
    transform: rotateZ(8deg);
    -moz-transform: rotateZ(0deg);
    -webkit-transform: rotateZ(0deg);
    -ms-transform: rotateZ(0deg);
    -o-transform: rotateZ(0deg);
}


.user-menu .navigationtop li > ul > li.menu-item-has-children > ul,
.mobile-user-menu .navigationtop li > ul > li.menu-item-has-children > ul {
    transform: rotateZ(8deg);
    -moz-transform: rotateZ(0deg);
    -webkit-transform: rotateZ(0deg);
    -ms-transform: rotateZ(0deg);
    -o-transform: rotateZ(0deg);
}

.user-menu > ul li.menu-item-has-children .dropdown-btn,
.mobile-user-menu > ul li.menu-item-has-children .dropdown-btn {
    position: absolute;
    right: 10px;
    top: 6px;
    width: 30px;
    height: 30px;
    text-align: center;
    color: #ffffff;
    line-height: 28px;
    border: 1px solid #ffffff;
    background-size: 20px;
    cursor: pointer;
    z-index: 5;
    display: none;
}

.navbar-open {
    position: relative;
    display: none;
    background-color: unset;
    padding: 0;
    border: none;
    position: absolute;
    right: 32px;
    top: -45px;
}

    .navbar-open .flaticon {
        color: #fff;
        display: block;
        font-size: 30px;
        line-height: 40px;
        cursor: pointer;
        padding: 18px 0px;
    }






/* === THEME STYLES === */
:root, .navbar[data-bs-theme=light] {
    --bs-heading-color: #ffffff;
    --bs-emphasis-color-rgb: 255, 255, 255;
    --bs-emphasis-color: #ffffff;
    --bs-body-color: #ffffff;
}

/* === DEFAULT PAGE=== */
html {
    height: 100%;
    overflow: hidden;
    margin: 0!important;
}

body {
    height: 100%;
    width: 100%;
    font-size: calc(.5vh + .5vw + .25rem);
    -webkit-font-smoothing: antialiased;
    -webkit-text-size-adjust: none;
    background: #434434;
}

#wrapper {
    display: table;
    width: 100%;
    height: 100%;
}
/* === END DEFAULT PAGE=== */
/* === HEADER=== */
.main-header {
    background-size: 100% auto;
    background-repeat: no-repeat;
    padding-bottom: calc(20vw + 20vh + 5rem);
    margin-bottom: calc(-1*(20vw + 20vh + 1rem));
    background-image: url(https://feeddac.com/wp-content/uploads/2023/02/icelandhorses.png);
}
.header-container {
    width: 90vw;
    margin: auto;
    display: flex;
}
#header {
    width: 100%;
    background: transparent !important;
}
#navbar {
    justify-content: flex-end;
    flex-direction: column;
    align-self: start;
    align-items: flex-end;
    width: 100%;
}

.navbar-brand img {
    height: 150px;
}

.nav-link {
    text-align: center;
}

.dropdown-menu {
    background: #00000080!important;
    --bs-dropdown-spacer: -2rem;
}

.navbar-toggler {
    float: right;
    color: white!important;
}

.sub-logos {
    height: 100px;
}

.search-form input.form-control {
    max-height: 50px;
}
.search-form button.btn {
    max-height: 50px;
    padding: 0;
    margin: auto;
}
#header .search-form{
    min-width: 150px;
}

.header-logo {
    align-self: center;
    margin: 0 auto 0 auto;
}

.logo-backdrop-gradient{
	position: relative;
    background: radial-gradient(circle, rgba(0,0,0,0.5) 5%, rgba(0,0,0,0.3) 30%, rgba(0,0,0,0) 40%);
}

@media (max-width: 789px) {
    .header-logo {
        margin: 0 auto 0 0;
    }
}

.sub-logos img {
    height: auto;
    width: calc(3vw + 3vh + 3rem);
    max-width: 100%;
}

.sub-logos > .col {
    display: flex;
    justify-content: center;
    align-items: flex-end;
    padding: 0;
}

.navbar-toggler-mobile {
    background: transparent;
    border: none;
    position: fixed;
    right: 35px;
    top: 0;
    width: fit-content;
    margin-top: 50px;
    z-index: 100;
}
.navbar-toggler-mobile i{
    font-size: 2rem;
}

.navbar-light .navbar-nav .nav-link {
    color: var(--bs-nav-link-color)!important;
}

html #wpadminbar {
    position: relative;
    height: auto;
}

@media (min-width: 768px) {
    .mobile-user-menu-container, .navbar-toggler-mobile {
        display: none;
    }
    .user-menu-container {
        display: block;
    }
    li#menu-item-19852{
        display: none;
    }
}
@media (max-width: 768px) {
    .mobile-user-menu-container {
        display: block;
    }
    .user-menu-container {
        display: none;
    }
    .specials-slider{
        display: none!important;
    }
    .mobile-menu-container {
        position: fixed;
        background: #000000db;
        top: 0;
        left: 0;
        margin: 0;
        display: flex;
        align-items: flex-start;
        z-index: 100;
        height: 100% !important;
        width: 100% !important;
        padding-left: 15px;
        padding-top: 46px;
    }
    .mobile-user-menu-container #menu-item-16808 {
        display: none;
    }
    .dropdown-menu {
        --bs-dropdown-spacer: -1rem;
    }
    .dropdown-item {
        font-size: 15px;
    }
    .nav-link {
        font-size: 18px;
        text-align: start;
    }
    .navbar-nav {
        width: auto;
    }
    button.navbar-toggler{
        padding: 5px;
    }
    #menu-item-17414{
        margin: 0;
    }
}
/* === END HEADER=== */
/* === BODY === */
#main {
    width: 100vw;
    min-height: 350px;
}

#main > .row{
    justify-content: center;
}

#main-footer .address {
    text-align: left;
    padding-top: 20px;
}

address {
    margin-bottom: 20px;
    font-style: normal;
    line-height: 1.42857143;
    min-width: 250px;
}

.btn-featured{
    margin-left: auto;
}
.btn-special{
    width: 160px;
}

@media (min-width: 768px) {
    #main-footer div.address {
        text-align: right;
        padding-top: 0;
    }
}

@media (max-width: 768px) {
    .navbar > .container {
        flex-direction: column;
    }

    button.navbar-toggler {
        align-self: end;
    }

    #navbar {
        align-self: center;
    }

    body {
        padding-top: 2rem 0 !important;
    }

    .header-container {
        flex-direction: column !important;
    }
}
/* === END BODY === */
/* === FOOTER === */
#footer {
    width: 100%;
    display: table-footer-group;
    background: #e02926;
}

#footer p{
    margin-top: 0;
    margin-bottom: 0;
}

.footer-info img {
    margin: 0!important;
    width: calc(4vw + 4vh + 1rem);
    max-width: 100% !important;
    height: auto;
    max-width: 100% !important;
}

.footer-info > .row > .col-auto {
    display: flex;
    justify-content: center;
    align-content: center;
    flex-direction: column;
}


@media (max-width: 768px) {
    .footer-info .info-piece {
        flex-direction: column;
        align-items: center;
    }
    .icon {
        display: flex;
        justify-content: center;
        width: fit-content;
    }
}

/* === END FOOTER === */


.logo a {
    display: flex;
    justify-content: center;
}

.logo img {
    margin: 0rem;
    max-height: 200px;
    max-width: 100%;
    height: auto;
    width: auto;
}

@media (max-width: 768px) {
    .logo img {
        max-height: 125px;
    }
}

.logo img:hover{
	cursor: pointer;
}

/* Carousel*/
.carousel-fade .carousel-item {
    opacity: 0;
    transition-duration: 2s;
    transition-property: opacity;
}

.carousel-fade .carousel-item.active,
.carousel-fade .carousel-item-next.carousel-item-left,
.carousel-fade .carousel-item-prev.carousel-item-right {
    opacity: 1;
}

.carousel-fade .active.carousel-item-left,
.carousel-fade .active.carousel-item-right {
    opacity: 0;
}

.carousel-fade .carousel-item-next,
.carousel-fade .carousel-item-prev,
.carousel-fade .carousel-item.active,
.carousel-fade .active.carousel-item-left,
.carousel-fade .active.carousel-item-prev {
    transform: translateX(0);
    transform: translate3d(0, 0, 0);
}

.carousel-item h3 {
    font-size: 1.6rem;
    margin-bottom: 0;
}

.carousel-item .excerpt {
    font-size: 1rem !important;
    padding-left: 0 !important;
    margin-bottom: 0;
    text-overflow: ellipsis;
}

.carousel-item a {
    height: 100%;
    width: 100%;
}


.col-auto.ml-auto.align-self-end {
    padding: 0;
}


@media screen and (max-width: 1200px) {
    .featured-post-thumbnail img {
        height: 225px !important;
        width: auto !important;
    }

    #post {
        height: auto !important;
    }

    .woocommerce div.product form.cart .variations select {
        max-width: 75%;
        min-width: 50%;
        margin-right: 4em;
    }
}

@media screen and (max-width: 993px) {
    .carousel-item .excerpt {
        font-size: 2.5vw !important;
        line-height: 2vh;
    }

    .featured-post-thumbnail img {
        height: 150px !important;
        display: flex;
    }

    h1 {
        font-size: 3rem;
    }

    .woocommerce table.shop_attributes th {
        width: 100px;
        font-weight: 400;
    }

    .woocommerce-product-details__short-description {
        width: 75%;
    }
    .woocommerce ul.products li.product, .woocommerce-page ul.products li.product{
        padding: 0!important;
    }
    .woocommerce ul.products li.product, .woocommerce-page ul.products li.product{
        margin: 0!important;
    }
}



/* Title banner*/
.carousel-item .container .row {
    justify-content: flex-end;
}

.title-banner.gradient {
    background-image: linear-gradient(0deg, rgba(0,0,0,1) 2%, rgba(255,255,255,0) 50%), url('/wp-content/uploads/2023/02/twohorses.png');
}

.title-banner .container {
    max-width: 1500px;
}

.title-banner p {
    max-height: 12rem;
    overflow: hidden;
    text-overflow: ellipsis;
}

.title-banner .sub-title {
    color: #f2c94c;
}

.title-banner .feature {
    /*background-color: #333333d9;
    border-bottom: 4px solid #1d1d1dd9;
    border-right: 4px solid #1d1d1dd9;
    border-left: 3px solid #595959;
    border-top: 3px solid #555555;*/
}

#post .col-xl-8 .ml-auto .row {
    padding: 0;
}

.featured-post-thumbnail img {
    position: relative;
    height: 100%;
    width: 100%;
    object-fit: contain;
}

.featured-post-thumbnail {
    display: flex;
    justify-content: center;
    align-items: center;
}
featured-description{

}

.feature-btn {
    color: var(--color-white);
    background-color: var(--color-black);
    border: solid 1px;
    border-color: var(--color-white);
    padding: 10px 15px;
    margin-right: 1rem;
    margin-bottom: 0;
    float: inline-start;
    transition: all 100ms ease;
}

    .feature-btn:hover {
        color: var(--color-black);
        border-color: var(--color-white);
        background-color: var(--color-white);
    }

.row.d-flex.justify-content-center {
    padding: 0 15px;
}

@media screen and (max-width: 1400px) {
    .title-banner .placeholder {
        max-height: 0px;
        max-width: 0px;
    }

    @media screen and (max-width: 992px) {
        .about-content {
            bottom: -6rem !important;
        }
    }

    .featured-post-thumbnail img {
        right: 0;
        bottom: 0;
    }

    .title-banner {
        background-size: contain;
    }

        .title-banner .post .row {
            padding: 1rem;
        }
}

@media screen and (max-width: 992px) {
    .home-post-thumbnail img {
        right: 0 !important;
        bottom: 0 !important;
    }

    .registrar {
        margin-top: 200px;
    }

    .woocommerce-product-gallery__image {
        justify-content: start !important;
    }

    .carousel-item .excerpt {
        max-height: 140px;
    }
}

@media screen and (max-width: 767px) {
    .woocommerce-product-gallery__image {
        justify-content: center !important;
    }
}
/* Content Section */

.content-area {
    padding: 25px 0;
    background-color: transparent;
}

    .content-area .container .container {
        /*border: solid 1px;
        background-color: #333333d9;
        border-bottom: 4px solid #1d1d1dd9;
        border-right: 4px solid #1d1d1dd9;
        border-left: 3px solid #595959;
        border-top: 3px solid #555555;*/
        padding: 1rem;
    }
/* Content Excerpt*/
    .home-brief {
        padding: 3rem 8rem;
    }

    .home-brief h1 {
        text-align: center;
        color: var(--color-white);
        letter-spacing: .1rem;
    }

    .home-brief h2 {
        text-align: center;
        color: var(--color-white);
        letter-spacing: .1rem;
    }

    .home-brief p {
        text-align: center;
        color: var(--color-white);
        letter-spacing: .1rem;
    }

.specials {
    background-color: var(--color-black);
}

    .specials h2 {
        text-align: center;
        color: var(--color-white);
        letter-spacing: .1rem;
        margin-bottom: 0;
    }

    .specials excerpt {
        --font-size: 1.5rem;
        margin-bottom: 0;
    }

.post .btn.btn-primary {
    transition: all 100ms ease;
    margin-bottom: 0;
}

    .post .btn.btn-primary:hover {
        color: var(--color-black);
        border-color: var(--color-black);
        background-color: var(--color-white);
    }


.info-buttons {
    padding: 2rem 0 4rem 0;
    justify-content: center;
    display: flex;
    background-color: var(--color-black);
}
.info-buttons > .row > .row {
    width: auto;
    margin: 0;
    padding: 0;
}
.info-piece {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}
.info-piece-add {
    align-items: start;
}

.info-buttons button {
    background: transparent;
    padding: 0;
    border: none;
    background: none;
    outline: none;
}

        .info-buttons button img {
            max-height: 250px;
            max-width: 250px;
            max-width: 100%;
            height: auto;
            width: auto;
        }

    .info-buttons .col-auto {
        padding: 0;
    }

@media screen and (max-width: 600px) {
    .home-brief {
        background-color: var(--color-black);
        padding: 1rem 2rem;
    }

    .pre-nav {
        margin-right: 0;
    }
}
/* Post List */

#post {
    /*border: 1px solid #780000;*/
}

#post .row, #post .col-xl-4, #post .col-xl-8, .featured-post-thumbnail {
    height: 100%;
}

.home {
    background-color: var(--color-black);
}

.home-post-thumbnail img {
    z-index: 10;
    position: relative;
    height: 100%;
    object-fit: contain;
    width: 100%;
}

.home-post-thumbnail {
    display: flex;
    justify-content: center;
    align-items: center;
    height: 300px;
}

    .home-post-thumbnail a {
        height: 100%;
    }

.post .meta {
    font-size: 16px;
    font-weight: 600;
    text-transform: uppercase;
    color: var(--color-pink);
    margin-bottom: 8px;
}

.blog .post h2 a {
    font-size: 3rem;
    color: var(--color-white);
}

    .blog .post h2 a:hover {
        color: var(--color-red);
    }

.blog .post p {
    font-size: 1.2rem;
    font-weight: 500;
    color: var(--color-white);
    line-height: 1.5;
}

.blog .post .read-more {
    color: var(--color-pink);
    font-size: 1.2rem;
    font-weight: 500;
    display: inline-block;
    margin-top: 12px;
    transition: var(--transition-dur);
}

.blog .post a.read-more:hover {
    color: var(--color-green);
    padding-left: 5px;
}


.b2w-pagination {
    position: relative;
    padding-top: 40px;
    text-align: center;
}

    .b2w-pagination li {
        position: relative;
        margin-left: 6px;
        display: inline-block;
    }


        .b2w-pagination li .page-numbers {
            position: relative;
            width: 40px;
            height: 40px;
            color: #161616;
            font-size: 16px;
            font-weight: 400;
            line-height: 40px;
            text-align: center;
            border-radius: 50px;
            display: inline-block;
            transition: all var(--transition-dur) ease;
        }

            .b2w-pagination li .page-numbers.current,
            .b2w-pagination li:hover a {
                color: #fff;
                background-color: #F50057;
            }


/* Footer Section */

.footer-info {
    color: white;
}

    .footer-info h3 {
        font-size: calc(.5vw + .5vh + 1rem);
        color: white;
        letter-spacing: .1rem;
    }

    .footer-info p {
        color: white;
        margin-bottom: 1rem;
    }

    .footer-info a:hover {
        color: var(--color-black);
    }

.fa {
    color: var(--color-white);
    font-size: 3rem;
    font-weight: 900;
}

footer .fa {
    font-family: var(--fa-style-family-brands) !important;
}

.icon {
    margin: 0 0px !important;
}

.icon img {
    margin: 0 !important;
}

.icon-container {
    justify-content: center;
    display: flex;
}

.footer-info {
    padding: 0;
    background: #e02926;
}

.footer-info .container {
    max-width: 95% !important;
    justify-content: center;
    display: flex;
}

.info-piece-add.col-auto {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: inherit;
    width: auto;
    max-width: none;
}

.info-piece-add, info-piece-nasc, info-piece-follow {
    padding: 1rem;
}

.info-piece-nasc img {
    margin-top: 75px;
}

.info-piece-follow img {
    margin-top: 90px;
    margin-bottom: 10px;
}
/* CONTACT */
.contact-content {
    background-color: transparent;
    bottom: 30rem;
    position: relative;
}

    .contact-content h2 {
        color: var(--color-white);
        letter-spacing: .1rem;
        font-weight: 200;
        margin-bottom: 1rem;
    }

.wpforms-field-label {
    color: var(--color-white);
}

.dac-application-dealer h2 {
    display: none;
}
/* ABOUT */
.about-content {
    position: relative;
    bottom: 35rem;
    background-color: transparent;
}

    .about-content h1 {
        text-align: center;
        color: var(--color-white);
        letter-spacing: .1rem;
        font-weight: 200;
        margin-bottom: 5rem;
    }

    .about-content h2 {
        text-align: left;
        color: var(--color-white);
        letter-spacing: .1rem;
        font-weight: 200;
    }

    .about-content p {
        margin-bottom: 2rem;
    }
/* TEAM */

.team-content-area .wrap {
    max-width: 1300px;
}

.team-content-area .container {
    max-width: 1500px;
}

.team-content-area {
    position: relative;
}

    .team-content-area h1 {
        text-align: center;
        margin-bottom: 3rem;
    }

.team .team-bio {
    min-height: 150px;
    height: 11rem;
    max-width: 268px;
    min-width: 90%;
    padding: 1.5rem 2px;
    border: solid;
    border-width: 1px;
    border-color: var(--color-red);
    z-index: 0;
    position: relative;
    top: -30px;
    /*right: -25px;*/
}

.team {
    display: flex;
    justify-content: center;
    padding: 0;
}
.member {
    width: 100%;
    display: flex;
    flex-direction: column;
    align-content: center;
    align-items: center;
    justify-content: center;
}

.overflow-hide {
    min-height: 120px;
    max-height: 120px;
    overflow: hidden;
}

.team img {
    object-fit: cover;
    width: calc( 5vw + 5vh + 5rem);
    height: auto;
    margin: .5rem;
    margin-bottom: 1rem!important;
}

.team p, h5 {
    display: table;
    margin-bottom: .25rem;
    color: var(--color-white);
    overflow: hidden;
}

.team h5 {
    font-size: 1rem;
    margin-bottom: .75rem;
}

.team p {
    font-size: .8rem;
}

    .team p:hover {
        color: var(--color-red);
        transition: var(--transition-dur);
    }

    .team p:empty, h5:empty {
        margin-bottom: 0;
    }

.rc-anchor-logo-img-portrait {
    margin: 10px 0 0 0px !important;
}

@media only screen and (max-width: 992px) {
    .team-content-area .row {
        display: grid !important;
        justify-content: center;
    }

    .contact-content {
        bottom: -5rem;
        margin-top: 5rem;
        margin-bottom: 5rem;
    }

    .find-dealers {
        bottom: 0rem !important;
    }

    #content {
        top: 0rem !important;
    }
}

.modal {
    z-index: 2000;
}

#AlerModal .modal-content {
    background-color: #e41836;
}

.agent-image-modal {
    max-height: 75vh;
    object-fit: contain;
    width: 100%;
}

.modal-header h5 {
    color: var(--color-black);
}

.modal-body p {
    color: var(--color-black);
}

.lightboxInfo {
    margin-top: 1rem;
}
/* WOOCOMMERCE */
.content .container {
    margin-left: 0;
    margin-right: 0;
}

.wpDataTables.wpDataTablesWrapper {
    color: var(--color-black);
}

#wdt-table-title-2 {
    display: none;
}

.wpdt-c.wdt-skin-light {
    background: gray;
}

#content {
    position: relative;
    background-color: transparent;
}

.entry-header h1 {
    text-align: center;
    font-weight: 400;
    letter-spacing: normal;
    margin-bottom: 5rem;
    color: white;
}

.single-product-box {
    display: flex;
    border: solid 1px;
    border-color: var(--color-red);
    margin: 5%;
}

.woocommerce div.product div.images img {
    max-height: 500px;
}

.woocommerce .woocommerce-product-gallery__image.flex-active-slide img {
    max-height: 300px !important;
}

.woocommerce-product-gallery__image {
    min-width: 100%;
    padding-right: 1rem;
}

.woocommerce ul.products li.product .woocommerce-loop-category__title{
    text-align: center;
}
.mark, mark{
    background-color: transparent;
    color: #ffbebe;
}

.woocommerce {
    display: block;
}

input#coupon_code {
    width: 200px !important;
}

.woocommerce .price {
    margin-top: auto;
}

input.button.alt {
    background-color: var(--color-red);
}

.products {
    margin: 1rem !important;
}

.woocommerce-variation-add-to-cart, .product-type-simple .single-product-box form.cart {
    align-items: center;
}

.woocommerce ul.products li.product a img {
    max-height: 300px;
    aspect-ratio: auto;
    margin: auto;
    object-fit: cover;
    padding: calc(.25vw + .25vh + 0.25rem);
}

.products li {
    padding: 2rem !important;
}

#content {
    justify-content: center;
    margin-bottom: 0 !important;
    margin-top: 0 !important;
}

#product_accordion {
    display: block;
}

#payment .card-body {
    max-height: none !important;
}

.payment_box p {
    color: black;
}

.woocommerce-error::before, .woocommerce-info::before, .woocommerce-message::before {
    position: revert;
}

.woocommerce-product-attributes-item__value a {
    color: var(--color-black);
}

    .woocommerce-product-attributes-item__value a:hover {
        color: var(--color-red);
    }

#product_accordion .accordion {
    min-width: 100%;
    background-color: var(--color-red);
    color: var(--color-white);
    font-weight: 400;
    cursor: pointer;
    padding: 18px;
    width: 100%;
    text-align: left;
    border: none;
    outline: none;
    transition: 0.4s;
    border: 1px solid;
    border-color: var(--color-black);
}

.woocommerce #respond input#submit.alt, .woocommerce a.button.alt, .woocommerce button.button.alt, .woocommerce input.button.alt {
    background-color: var(--color-red) !important;
}

.woocommerce div.product div.images img {
    width: initial;
}

#product_accordion .active, .accordion:hover {
}

.woocommerce-product-attributes-item--weight {
    display: none;
}

.woocommerce-product-attributes-item--dimensions {
    display: none;
}

.woocommerce + p {
    display: none;
}

.woocommerce-product-gallery__image {
    display: flex;
    justify-content: center;
    align-items: center;
}

.flex-viewport {
    margin-bottom: 2rem;
}

.woocommerce div.product div.images .flex-control-thumbs {
    display: flex;
    justify-content: center;
    align-items: center;
}

.flex-viewport .woocommerce-product-gallery__image {
    min-width: auto !important;
    padding: 0;
}

.panel {
    padding: 0 18px;
    background-color: white;
    overflow: auto;
}

.woocommerce .col-md-6.col-lg-4.col-xxl-3.mb-4 {
    display: flex;
    justify-content: center;
}

.type-product {
    justify-content: end;
}

.product-category {
    align-items: end;
    display: flex;
}

.woocommerce div.product form.cart {
    max-width: 75%;
    display: inline-block;
}

.woocommerce div.product div.summary {
    display: grid;
}

.woocommerce .input-group-text {
    display: none;
}

#coupon_code + button.input-group-text.btn.btn-outline-primary.wp-element-button {
    display: inline-block;
}

.single_add_to_cart_button {
    margin: 10% 0 0 5%;
}

.price {
    font-weight: 800;
}

.card-body .price {
    font-weight: 300;
    font-size: 1rem !important;
    margin: 0 !important;
}

.card-body h2 {
    margin-bottom: .5rem !important;
}

.summary {
    color: var(--color-white);
}

    .summary p {
        color: var(--color-white);
    }

.wc-no-matching-variations.woocommerce-info {
    padding: 0;
    border: none;
    margin: revert;
    background-color: transparent;
}

.woocommerce form .form-row input.input-text {
    background-color: #d1d1d1
}

.input-group > .custom-select:not(:first-child), .input-group > .form-control:not(:first-child) {
    max-width: 10rem;
    margin-left: 5%;
}

.single-product-box .input-group {
    max-width: 250px;
}

.page-link {
    color: var(--color-red);
}

.single-product-box .single_add_to_cart_button {
    margin-left: 0;
}

.single-product .cart .row {
    margin: 0 !important;
}

.panel h2 {
    display: none;
}

.panel h3 {
    color: var(--color-black);
}

.alert-success {
    color: var(--color-white);
    background-color: var(--color-red);
    border-color: var(--color-dark);
}

.woocommerce a.button {
    color: var(--color-black);
}

.woocommerce-message::before {
    position: relative;
    top: -20px;
    color: var(--color-white)
}

.woocommerce-product-gallery__trigger {
}

.payment_box.payment_method_icheckcc {
    display: block !important;
}

.payment_box.payment_method_icheckch {
    display: block !important;
}

#payment .card-body {
    z-index: 1;
}

.woocommerce .form-check-label img {
    height: auto !important;
    width: auto !important;
}

.woocommerce-checkout .woocommerce-form-login {
    margin-top: 0 !important;
}

.woocommerce-checkout .woocommerce-form-coupon {
    margin-top: 0 !important;
}

.woocommerce-checkout .woocommerce-form-login .card-body {
    right: 0;
    top: 0;
    padding: revert;
    border: none;
}

.woocommerce-checkout .woocommerce-form-login .card {
    width: 100%;
    border: none;
}

.woocommerce #content div.product div.images, .woocommerce div.product div.images,
.woocommerce-page #content div.product div.images, .woocommerce-page div.product div.images {
    width: 100%;
    height: 100%;
}

    .woocommerce div.product div.images .woocommerce-product-gallery__wrapper .zoomImg {
        display: none !important;
    }

.woocommerce-product-gallery__wrapper, .woocommerce-product-gallery__image {
    height: 100%;
}

div.wpforms-container-full .wpforms-form input[type=submit],
div.wpforms-container-full .wpforms-form button[type=submit],
div.wpforms-container-full .wpforms-form .wpforms-page-button {
    background-color: transparent;
    border-color: var(--color-white);
    color: white;
}
.woocommerce-info{
    background-color: #9dbc9f;
}
.cart-empty.woocommerce-info {
    background: var(--color-red);
    color: var(--color-white);
    border-top-color: var(--color-dark);
}

a.attribute-lable {
    color: var(--color-black);
}

    a.attribute-lable:hover {
        color: var(--color-red);
    }

.form-check-label img {
    margin-left: 1rem;
}
/* WOOCOMMERCE LOGIN */
.woocommerce-account .woocommerce-MyAccount-navigation {
    width: 100%;
    right: 0;
    top: 0;
}

.card.mt-3.mb-4 .card-body {
    height: auto !important;
}

.card.mt-3.mb-4 .card-body {
    height: auto !important;
    border: none;
}

.wc-proceed-to-checkout .btn.btn-primary {
    padding: 20px 10px;
}

.btn-outline-primary.disabled, .btn-outline-primary:disabled {
    color: var(--color-red);
}

.cart {
}

.input-group > .form-control:not(:last-child) {
    border-radius: .25rem;
}

.woocommerce form .form-row {
    width: 100%;
}

    .woocommerce form .form-row label {
        width: 100%;
    }

    .woocommerce form .form-row span {
        width: 100%;
    }

.woocommerce ul#shipping_method li label {
    font-size: calc(.4vw + .4vh + .25rem);
}

.woocommerce-checkout-payment.card {
    width: 100%;
}

#customer_login .card {
    width: 100%;
    margin: 0;
    padding: 0;
}

#customer_login .card-body {
    z-index: 1;
    width: 100%;
    margin: 0;
    padding: 0;
    right: 0;
    top: 0;
    max-height: none;
    max-width: none;
    border-color: var(--color-white);
}

#customer_login h2 {
    color: var(--color-red);
}

#customer_login form.login {
    margin: 0;
}

#customer_login form.card-body {
    padding: 1rem;
}

#customer_login .show-password-input {
    width: auto;
}

#customer_login .btn {
    margin: 0;
}

#customer_login .btn-outline-primary {
    color: var(--color-white);
    border: solid 1px var(--color-red);
}

    #customer_login .btn-outline-primary:hover {
        border-color: var(--color-black);
        color: var(--color-black);
        background-color: var(--color-white);
    }

.woocommerce-MyAccount-content .woocommerce-message::before {
    position: revert !important;
}

.woocommerce-MyAccount-content .show-password-input {
    width: auto !important;
}

#customer_login {
    justify-content: center;
}

.woocommerce-account .woocommerce-MyAccount-content {
    width: 100%;
}
.input-text.form-select, .input-text.form-select option{
 color: black;
}
.woocommerce table.my_account_orders td, .woocommerce table.my_account_orders th {
    padding: 1px;
}
/* WOOCOMMERCE PRODUCTS */
.card {
    background-color: transparent;
    text-align: center;
    border: 1px solid #780000;
}

.woocommerce-orders-table__cell-order-actions {
    display: flex;
    justify-content: space-around;
    margin: 1px;
    padding: 1px;
}

.card h2 {
    font-size: 1.25rem;
    font-weight: 500;
    line-height: 1.2;
}

    .card h2 .count {
        display: none;
    }

.card-body {
    text-align: center;
    position: relative;
    border: solid 1px;
    border-color: red;
    right: 5px;
    top: 0;
    padding: 2rem 1rem 1rem;
    overflow: hidden;
    width: 100%;
    min-width: 320px;
    max-height: 230px;
}

.product.type-product .card-body {
    justify-content: space-between;
}

.card img {
    height: calc(5vw + 5vh + 5rem) !important;
    width: auto !important;
    object-fit: contain!important;
}
.woocommerce ul.products li.product a{
    display: flex;
    flex-direction: column;
}
.woocommerce ul.products li.product, .woocommerce-page ul.products li.product {
    height: calc(17vw + 17vh + 5rem) !important;
}

.woocommerce #payment #place_order, .woocommerce-page #payment #place_order{
    font-size: 1em;
}
label.woocommerce-form__label.woocommerce-form__label-for-checkbox.checkbox span{
    font-size: 20px;
    margin-left: 10px;
}

.search .card-body {
    z-index: 0;
    top: 0;
    right: 0;
    max-height: none;
}

.search .card {
    width: 90%;
}

.card .btn.btn-primary {
    margin: 0;
}

.add-to-cart-container.mt-auto {
    margin: 1rem;
    justify-content: center;
    display: flex;
}

.woocommerce table.shop_attributes td {
    color: var(--color-black);
}

.woocommerce table.shop_attributes {
    margin-bottom: 0;
}

.woocommerce-product-gallery__image.flex-active-slide a {
    display: flex;
    justify-content: center;
}

.woocommerce ul.products li.product .button{
    margin-top: 1em;
    width: 80%;
    margin: .5rem auto;
}

@media screen and (max-width: 650px) {
    .woocommerce-product-gallery__image {
        min-width: 250px;
    }

    .woocommerce .cart-collaterals .cart_totals, .woocommerce-page .cart-collaterals .cart_totals {
        width: 100% !important;
    }

    .woocommerce-product-gallery {
        top: 0;
        left: 0;
        margin-top: 1rem;
    }

    .is-form-style input.is-search-input {
        padding-right: 0;
    }
}
/* WOOCOMMERCE CART*/

.form-check-input {
    margin-top: 0.3rem !important;
    margin-left: -1.25rem !important;
}

.woocommerce .cart-collaterals .cart_totals, .woocommerce-page .cart-collaterals .cart_totals {
    width: 70%;
}

.checkout_coupon .card .card-body {
    border: none;
    z-index: 0 !important;
    width: auto;
    overflow: visible;
}

.woocommerce table.shop_table {
    color: white;
}

#order_comments {
    min-width: 250px;
    min-height: 200px
}

.woocommerce-notices-wrapper mark {
    background-color: var(--color-dimRed);
}

.woocommerce-checkout a {
    color: var(--color-white);
}
.woocommerce-error a{
    color: var(--color-black);
}

@media screen and (max-width: 768px) {
    .woocommerce table.shop_table_responsive tr, .woocommerce-page table.shop_table_responsive tr {
        margin: 10px;
        border: #747474 solid 1px;
    }
}

.coupon .btn {
    border-radius: 5px;
    padding: 5px;
    margin: 0;
}

#error-page {
    margin-top: 0 !important;
}


.panel p {
    color: var(--color-black);
}

.panel th {
    color: var(--color-black);
}

.woocommerce div.product p.price, .woocommerce div.product span.price {
    color: var(--color-red);
}

.qty {
    width: 50px;
}

    .qty label {
        margin-left: 0px
    }

label {
    display: flex;
    margin-bottom: 0;
    align-items: center;
    justify-content: space-between;
}

#size {
    width: 50px;
}

.woocommerce-variation-price {
    margin-bottom: 20px;
}

.alert-info {
    color: var(--color-white);
    background-color: var(--color-red);
    border-color: transparent;
}

.woocommerce-info::before {
    color: var(--color-black);
}
/*
.addresses{
    display: flex;
}*/
/* MAP */
#dealer-locator-entry {
    text-align: center;
    position: relative;
    bottom: 9px;
    width: 15%;
    height: 4rem;
    min-width: 150px;
}

.dealer-text {
    color: black;
    font-weight: 600;
}

.dealer-main{
    width: 100%;
}

#googleMap .dealer-text a {
    color: blue;
}

#zip-code-submit {
    background-color: transparent;
    border: solid 1px var(--color-white);
    color: var(--color-white);
}

#googleMap {
    height: 800px !important;
}
/* Registration */
.registrar {
}

.woocommerce-LostPassword.lost_password {
    margin-top: 1.35rem !important;
}

#preloader {
}


#registrationForm .register-input {
    width: 100%;
}

.dac-form-button {
    background-color: transparent;
    border: solid 1px var(--color-red);
    color: white;
    padding: .5rem 1rem;
}
/* Login */
#user_login {
    width: 100%;
}

#user_pass {
    width: 100%;
}

#wp-submit {
    background-color: transparent;
    border: solid 1px var(--color-red);
    color: var(--color-white);
    padding: .5rem 1rem;
}
/* ANIMATION */
.reveal {
    position: relative;
    transform: translateY(150px);
    opacity: 0;
    transition: 1s all ease;
}

    .reveal.active {
        transform: translateY(0);
        opacity: 1;
    }

.special-product {
    margin: calc(0.5vw + 1rem) 0;
    border: 1px solid #780000;
}
/* preloader css */
.animated-wave {
    position: fixed;
    animation: wavy-effect 1.5s cubic-bezier(0.42, 0, 0.05, 1) forwards;
    transform: scaleY(1);
    bottom: 99%;
    transform-origin: bottom;
}

.pre-loader .animated-cover .wave-container svg path {
    background-color: var(--color-red);
    fill: var(--color-red);
}

.pre-loader {
    background: var(--color-black);
    position: fixed;
    width: 100%;
    height: 100%;
    z-index: 100;
    animation: dissipate .5s cubic-bezier(0.52, 0.01, 0, 1) forwards;
    animation-delay: 1.25s;
}

.animated-cover {
    background: var(--color-red);
    position: fixed;
    width: 100%;
    height: 100%;
    z-index: 100;
    transform: translateY(5%);
    animation: open-animation 1.2s cubic-bezier(0.52, 0.01, 0, 1) forwards;
}

.pre-load-logo {
    height: 100%;
    width: 100%;
    position: fixed;
    justify-content: center;
    display: flex;
    align-items: center;
}

.pre-load-logo img {
    width: 40%;
}

@keyframes wavy-effect {
    0% {
        transform: scaleY(0);
    }

    50% {
        transform: scaleY(2);
    }

    100% {
        transform: scaleY(0);
    }
}

@keyframes open-animation {
    0% {
        transform: translateY(5%);
    }

    100% {
        transform: translateY(101%);
    }
}

@keyframes dissipate {
    0% {
        opacity: 1;
    }

    100% {
        opacity: 0;
        visibility: hidden;
    }
}



/* ANNOUNCEMENTS */
#announcement-slideset {
    width: 60vw;
	max-width: 500px;
    position: fixed;
    position: fixed;
    bottom: 0;
    left: 5%;
    height: 180px;
    overflow: hidden;
}

#announcement-slideset > * {
    position: relative;
    bottom: 0;
    left: 0;
    background-color: var(--color-announce);
    z-index: 1000;
    border-radius: 5px 5px 0px 0px;
    padding: 10px;
    height: 180px; /* if changed needs updated in fucntions.php*/
    display: flex;
    width: 100%;
    justify-content: space-between;
    margin-bottom: 25px; /*if changed needs updated in functions.php */
    overflow-x: hidden;
    border: solid 1px var(--color-red);
}
.announcement{
  scrollbar-color: #9a191d;
  scrollbar-width: thin;
}
.announcement::-webkit-scrollbar-thumb {
    background: #9a191d!important;
    -webkit-border-radius: 1ex!important;
    -webkit-box-shadow: 3px 6px 6px #545454!important;
}
.announcement::-webkit-scrollbar {
    height: 12px!important;
    width: 12px!important;
    background: #fff!important;
    border-radius: 5px 5px 0px 0px!important;
}
.a-hide {
    animation: slideOut 1s ease-in-out both;
}
.a-show{
    animation: slideIn 1s ease-in-out both;
}


#close-button {
    color: var(--color-black);
    background: transparent;
    border: none;
    height: 40px;
    font-size: 1.5rem;
}

.announcement-content p {
    color: var(--color-black);
	font-size: 2vh!important;
    margin-bottom: 10px;
}

.announcement-content em {
    color: var(--color-black);
    line-height: 1.2rem;
}

@media only screen and (max-width: 668px) {
    .woocommerce table.shop_attributes td p {
        font-size: 2.5vw;
    }
}

@keyframes slideOut {
    0% {
        bottom: 0;
    }

    99.999% {
        bottom: -251px;
    }

    100% {
        visibility: hidden;
    }
}

@keyframes slideIn {
    0% {
        bottom: -251px;
    }

    0.001% {
        visibility: visible;
    }

    100% {
        bottom: 0px;
    }
}



.page-template-QRCodeInfo .col-sm-2, .page-template-QRCodeInfo .col-sm-3 {
    border: solid thin white;
    background-color: dimgrey;
}

.page-template-QRCodeInfo h2 {
    text-align: center;
    -webkit-text-stroke-color: darkgray;
    -webkit-text-stroke-width: 1.00px;
}

.page-template-QRCodeInfo .QR-content {
    margin: 2rem;
}


#scholarshipModal .modal-body a img{
    width: 100%;
}

/*---Mobile Screen Section----*/
@media only screen and (max-width: 702px) {

    .pre-nav {
        margin-top: 0;
    }

    .title-banner {
        min-height: 0;
    }
    .carousel{
        margin-top: 50px;
    }

    .woocommerce-page table.cart td.actions .coupon .input-text + .button {
        margin-top: 3rem;
        width: 100% !important;
        float: none !important;
    }

    .woocommerce-page #content table.cart td.actions .coupon input {
        width: 100% !important;
    }
}


.specials-slider {
    justify-content: end;
    display: none;
}
.home .specials-slider{
    display: flex;
}

.specials-slider-image {
    max-width: 200px!important;
    margin: 5% 5% 0 0;
    cursor: pointer;
}

@media only screen and (max-width: 702px) {
    .specials-slider-image {
        max-width: 100px!important; 
		top: 5rem;
		position: relative;
    }
}

@media only screen and (max-width: 768px){
	.Cyber-Monday-Mobile{
		display: flex!important;
	}
}

.woocommerce span.onsale{
	background-color: #ff0000;
	min-width: 3.6em;
    margin: 1rem 0rem 0rem 0rem;
}

.wt_sc_coupon_code.wt-coupon-code code{
	color: #ff0000;
    font-weight: bold;
    font-size: 21px;
}

.woocommerce span.onsale_whole{
	min-height: 8em;
    min-width: 6em;
    padding: 15px 6px;
    font-size: 1em;
    font-weight: 100;
    position: relative;
    text-align: center;
    line-height: 2.5;
    top: -1.5em;
    left: 0;
    margin: 0;
    border-radius: 100%;
    background-color: #ff0000;
    color: #fff;
    font-size: .857em;
    z-index: 9;
}
.woocommerce div.product form.cart .variations select{
    color: white;
}

.woocommerce div.product form.cart .variations select option{
    color: black;
}

.form-select, .form-control{
	color: black;
}

div#customer_login{
	display: flex;
    justify-content: space-around;
}

.u-column2.col-2, .u-column1.col-1{
    width: 40vw !important;
    min-width: 40vw;
}

/*TEMP SOLUTION TO INFINATE SPINNER*/
.blockUI.blockOverlay {
}

.woocommerce-message a{
    color: #ff0000; 
}
/* === END THEME STYLES === */

/* === WPDATATABLES === */
.wpdt-c .fade{
    opacity: 0!important;
    display: none!important;
}
.wpdt-c .show{
    opacity: 1!important;
    display: block!important;
}
.modal.fade .modal-dialog{
    transform: none!important; 
}
.modal-backdrop.fade{
    display: none;
}
.modal {
    --bs-modal-width: 650px!important;
}
@media (min-width: 768px) {
    .wpdt-c .modal-dialog {
        width: 650px;
    }
}

#loginform label{
    justify-content: start;
}


.grecaptcha-badge{
    z-index: 9999;
}