@charset "UTF-8";

@font-face {
    font-family: UnitedSans;
    src: url(../fonts/UnitedSansReg-Light.ttf);
}

@font-face {
    font-family: UnitedSansBold;
    src: url(../fonts/UnitedSansReg-Heavy.ttf);
}

* {
    line-height: 1.05;
}

a.btn:focus {
    box-shadow: 0 0 0 0.2rem rgb(207 32 46 / 15%) !important;
}

div {
    font-family: UnitedSans;
}

html,
body {

    margin: 0;
    padding: 0;
    width: 100%;
    height: 100%;
    font-family: UnitedSans;
    overflow-x: hidden;
}

.top-bar {
    background-color: white;
    width: 100%;
    height: 80px;
    box-shadow: 0px 5px 10px rgba(0, 0, 0, 0.05);
    left: 0px;
    top: 0px;
    position: fixed;
    z-index: 20;
}

.menu-products-content {
    display: none;
    position: absolute;
    background-color: #f1f1f1;
    min-width: 160px;
    box-shadow: 0px 8px 16px 0px rgba(0, 0, 0, 0.2);
    z-index: 4;
}

.menu-products-content a {
    color: black;
    padding: 12px 16px;
    text-decoration: none;
    display: block;
}

.dropdown:hover .menu-products-content {
    display: block !important;
}

.menu-products-content a {
    background-color: white;
    color: black;
}

@media only screen and (min-width: 768px) {
    .menu-products-content a:hover {
        background-color: #CF202E;
        color: white;
    }
}



.top-bar .logo {
    margin: 10px 10px 10px 20px;
}

.top-bar .menu {
    display: contents;
}

.top-bar .menu ul {
    float: right;
    margin: 30px 0px 0px 0px;
}

.powered-gearfire {
    float: right;
    margin: 15px;
    filter: brightness(0.75);
}

.menu ul>li {
    display: inline-block;
    margin: 0px 50px 0px 50px;
}

a {
    text-decoration: none;
}

.menu a {
    font-family: UnitedSans;
    color: black;
}

.menu .selected {
    font-family: UnitedSansBold;
}

.hero-image {
    width: 100%;
    height: 600px;
    object-fit: cover;
}

.vertical-menu {
    margin-top: -5px;
    border-top: 20px solid #CF202E;
    box-shadow: 2px 0px 2px rgba(0, 0, 0, 0.1);
    min-height: 100vh;
}



.button-category-group a {
    border: 1px solid #CF202E;
    background-color: white;
    color: #CF202E !important;
    padding: 8px 30px 8px 30px !important;
    min-width: 200px;
    font-size: 14px;
    margin: 0px 5px 0px 5px;
    text-decoration: none !important;
    margin-bottom: 2px;
    cursor: pointer;
    font-family: UnitedSansBold;
}

.button-category-group .selected {
    font-family: UnitedSansBold;
    background-color: #CF202E;
    color: white !important;
}

.button-category-group a:hover {
    background-color: #CF202E;
    color: white !important;
}

.red-line {
    width: 80%;
    border-top: 1px solid #CF202E;
}

/*SEARCH BAR*/
.searchbar-input {
    font-size: 16px !important;
}

/*CARDS*/
.card-block {
    padding: 0;
    padding-right: 15px;
    padding-left: 15px;
}

.card {
    border-radius: 10px;
    justify-content: flex-end;
}

.productbox *:not(.fa) {
    font-family: 'Roboto Condensed', sans-serif;
}

.productbox a.btn,
.find_a_dealer {
    padding: 8px 16px 8px 16px;
    font-size: 12px;
}

.productbox a.btn .btn-details,
.find_a_dealer {
    background-color: rgba(0, 0, 0, 0.1);
    color: black;
}

.productbox a.btn,
.find_a_dealer {
    background-color: #CF202E;
    color: white;
}

.find_a_dealer:hover {
    background-color: #CF202E;
    color: white;
}

.productbox .card-title-link:hover {
    color: #CF202E;
}

.btn-details {
    background-color: white !important;
    color: black !important;
    border: solid gray 1px !important;
}

.financingaslowas {
    font-family: UnitedSans;
}



.footer-bg {
    background-color: #CF202E;

    position: relative;
    width: 100%;
    box-sizing: border-box;
}

.footer-logo {
    filter: brightness(10);
}

.footer-menu a {
    color: white;
    text-decoration: none;
    font-size: 14pt;
}

.social-media a {
    color: white;
    text-decoration: none;
    font-size: 14pt;
    padding: 0px 10px 0px 10px;
}

.footer-menu .selected {
    font-family: UnitedSansBold;
}

.savage-content>div.row>div>div {
    min-height: 80vh;
}

.searchbar-btn {
    background-color: rgb(250, 250, 250);
    color: #CF202E;
}

.searchbar-btn:hover,
.searchbar-btn:active {
    background-color: #CF202E !important;
    color: white !important;
}

.h-500 {
    height: 100%;
}

@media only screen and (max-width: 1200px) {
    .menu ul>li {
        margin: 0px 10px 0px 10px;
    }

    .powered-gearfire {
        width: 120px;
    }

    .productbox a.btn {
        width: 100%;
    }
}

@media only screen and (max-width: 829px) {
    .powered-gearfire {
        width: 50px;
        margin-top: 25px;
    }
}

@media only screen and (max-width: 767px) {
    .button-category-group>.btn.btn-sm {
        width: 70%;
    }

    select.product-filter {
        width: fit-content;
    }

    .menu li:not(:first-child) {
        display: none;
    }

    .menu>ul {
        background-color: transparent !important;
    }

    .menu.show-m li:not(:first-child) {
        display: inline-block;
    }

    .menu.show-m>ul {
        background-color: white !important;
    }

    .menu>ul {
        background-color: white;
        float: none !important;
        text-align: left;
        display: grid;
        margin: 0 !important;
        width: 85%;
        box-shadow: 0px 5px 10px rgba(0, 0, 0, 0.05);
    }

    li.dropdown>a>i {
        display: none;
    }

    .powered-gearfire {
        display: none;
    }

    .menu>ul>li {
        padding: 20px;
    }

    .menu>ul>li>.icon {
        position: absolute;
        right: 0;
        top: 0;
        padding: 25px;
    }

    .menu-products-content {
        display: block;
        box-shadow: none;
        position: unset;
    }
}

.title-text {
    font-family: UnitedSansBold;
}

.featured_header.catalog {
    display: none !important;
}

ul.breadcrumb {
    padding: 10px 16px;
    list-style: none;
    background-color: #eee;
}

ul.breadcrumb li {
    display: inline;
    font-size: 18px;
}

ul.breadcrumb li+li:before {
    padding: 8px;
    color: black;
    content: "/\00a0";
}

ul.breadcrumb li a {
    color: #0275d8;
    text-decoration: none;
}

ul.breadcrumb li a:hover {
    color: #01447e;
    text-decoration: underline;
}

.add_to_cart:not(.productbox-container *),
.add_to_cart:hover:not(.productbox-container *) {
    background-color: #CF202E;
    color: white;
    font-family: UnitedSansBold;
    width: 200px;
}