/*********** FONT UPDATES ***********/

.button--primary {
    font-weight: 800;
    text-transform: uppercase;
    font-family: "Sofia Sans Condensed", Arial, Helvetica, sans-serif;
    font-size: 22px;
}

.swal2-confirm,
.swal2-cancel {
    font-weight: 800;
    text-transform: uppercase;
    font-family: "Sofia Sans Condensed", Arial, Helvetica, sans-serif;
    font-size: 22px;
}

.swal2-cancel {
    color: #111 !important;
}

.accordion-description li {
    color: #fff;
}

.page--minor h1,
.page--minor h2 {
    text-transform: uppercase;
}

#contact-us-page label {
    font-family: "Sofia Sans Condensed", Arial, Helvetica, sans-serif;
    font-size: 1.48rem;
    text-transform: uppercase;
    font-weight: 800;
}

.button {
    font-weight: 800;
    text-transform: uppercase;
    font-family: "Sofia Sans Condensed", Arial, Helvetica, sans-serif;
    font-size: 22px;
}

/*********** HEADER NAVIGATION ***********/

.navPages ul li a {
    text-transform: uppercase;
    font-family: "Sofia Sans Condensed", Arial, Helvetica, sans-serif;
    font-size: 24px;
    font-weight: 800;
}

.icon_row_container {
    background-color: #fff;
    padding: 10px;
    color: #111111;
    justify-content: center;
    align-items: center;
    display: flex;
    box-shadow: 0px 0px 45px 0px rgba(0, 0, 0, 0.1);
    -webkit-box-shadow: 0px 0px 45px 0px rgba(0, 0, 0, 0.1);
    -moz-box-shadow: 0px 0px 45px 0px rgba(0, 0, 0, 0.1);
}

.icon_row_inner {
    max-width: 100%;
    display: flex;
    flex-direction: column;
}

.icon_row_inner .icon_container {
    display: flex;
    flex-direction: column;
    text-align: center;
    justify-content: space-around;
    padding: 10px;
}

.icon_container h4 {
    margin: 0px;
    text-transform: uppercase;
}

.icon_container h5 {
    margin: 5px 0px 0px 0px;
    text-transform: uppercase;
}

.icon_container img {
    max-height: 80px;
    margin: 5px auto;
}

@media (min-width: 801px) {
    .icon_row_inner {
        max-width: 1200px;
        flex-direction: row;
    }
}

/***********  LAYOUT *****************/

[data-content-region="below_footer--global"],
[data-content-region="below_footer"] {
    margin-top: 0px !important;
}

.below_hero_container_white {
    background-color: #fff;
    padding: 4vh;
    color: #111111;
    justify-content: center;
    align-items: center;
    display: flex;
    box-shadow: 0px 0px 45px 0px rgba(0, 0, 0, 0.1);
    -webkit-box-shadow: 0px 0px 45px 0px rgba(0, 0, 0, 0.1);
    -moz-box-shadow: 0px 0px 45px 0px rgba(0, 0, 0, 0.1);
}

.below_hero_container_white_inner {
    max-width: 100%;
    display: flex;
    flex-direction: column;
    text-align: center;
}

.below_hero_container_white_inner h1 {
    color: #aa182c;
    text-transform: uppercase;
    margin-top: 0px;
    line-height: 42px;
}

.below_hero_container_white_inner p {
    color: #111111 !important;
}

@media (min-width: 801px) {
    .below_hero_container_white_inner {
        max-width: 1200px;
        flex-direction: column;
    }
}

.hp_50_container {
    text-align: center;
    padding: 5vw;
}

.hp_50_container h1 {
    color: #aa182c !important;
    margin: 0px;
    text-transform: uppercase;
    font-size: 2.74rem;
    line-height: 2.74rem;
}

.hp_50_container h2 {
    font-weight: 400;
    color: #111111 !important;
    margin-top: 0px;
    margin-bottom: 10px;
    line-height: 2rem;
    font-size: 1.74rem;
}

.hp_50_container h3 {
    text-transform: uppercase;
    margin: 0px;
}

.hp_50_container button--primary {
    margin-top: 10px;
}

.page-heading {
    display: none;
}

.hero_section {
    background-image:
        linear-gradient(rgba(0, 0, 0, 0.3), rgba(0, 0, 0, 0.3)),
        url(/images/stencil/original/image-manager/combo-wide.jpg?);
    height: 100%;
    min-height: 60vh;
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
    margin-bottom: 30px;
    padding: 3rem;
    display: flex;
    align-items: center;
}

.hero_section_inner {
    text-align: left;
    color: white;
}

.hero_section h1 {
    margin-bottom: 20px;
    line-height: 48px;
    text-transform: uppercase;
    color: #fff;
    font-size: 44px;
}

.hero_section h2 {
    line-height: 42px;
    margin-top: 20px;
}

.content--home-featured-categories {
    padding: 0px !important;
}

@media (min-width: 801px) {
    .hero_section_inner {
        max-width: 60vw;
    }

    .hero_section h1 {
        line-height: 4.5rem;
        font-size: 5rem;
    }

    .hero_section h2 {
        line-height: 48px;
        margin-top: 20px;
    }

    .navPages-action {
        padding: 0.75rem 1rem;
    }
}

@media (min-width: 1280px) {
    .hero_section_inner {
        max-width: 50vw;
    }
}

@media (min-width: 1400px) {
    .hero_section_inner {
        max-width: 40vw;
    }
}

@media (min-width: 2160px) {
    .hero_section_inner {
        max-width: 25vw;
    }

    .navPages-action {
        padding: 1rem 1.5rem;
    }
}

@media (max-width: 801px) {
    .body {
        margin-top: 0px !important;
    }
}

/*********** PRODUCT PAGES ***********/

.productGrid .product {
    width: 100%;
}

@media (min-width: 801px) {
    .productGrid .product {
        width: 50%;
    }
}

@media (min-width: 1440px) {
    .productGrid .product {
        width: 33.333%;
    }
}

.productGrid .card-figure {
    margin: 0 auto;
    max-width: 100%;
    max-height: 100%;
    width: 100%;
}

.productGrid .card-img-container {
    max-width: 100%;
}

.productGrid .card-img-container img {
    width: 100%;
}

.productGrid .card-body {
}

.productGrid h2.card-title {
    text-transform: uppercase;
    margin-top: 0px;
    font-size: 2rem;
}

.productGrid .price {
    text-transform: uppercase;
    font-weight: 400;
    font-family: "Sofia Sans Condensed", Arial, Helvetica, sans-serif;
    font-size: 1.24rem;
}

.slick-slider {
    top: 50px;
}

/* Containers */

.productView-brand {
    display: none;
}

.productView-info--sku {
    display: none;
}

.productView-price {
    color: #aa182c;
    font-weight: 800;
    font-family: "Sofia Sans Condensed", Arial, Helvetica, sans-serif;
    font-size: 32px;
}

.product-header-container {
    background-color: #fff;
    box-shadow: 0px 0px 45px 0px rgba(0, 0, 0, 0.1);
    -webkit-box-shadow: 0px 0px 45px 0px rgba(0, 0, 0, 0.1);
    -moz-box-shadow: 0px 0px 45px 0px rgba(0, 0, 0, 0.1);
    padding: 2rem;
}

.product_page_desc_container {
    max-width: 95%;
    margin: 0 auto;
    text-align: center;
}

.product_page_desc_container h2 {
    margin-top: 30px;
    line-height: 42px;
}

[data-layout-name="Product-Desc-1"],
[data-layout-name="Product-Desc-2"],
[data-layout-name="Product-Desc-3"],
[data-layout-name="Product-Desc-4"],
[data-layout-name="Product-Desc-5"] {
    display: flex;
    margin: 0 auto;
}

[data-layout-name="Product-Desc-1"] h2,
[data-layout-name="Product-Desc-2"] h2,
[data-layout-name="Product-Desc-3"] h2,
[data-layout-name="Product-Desc-4"] h2,
[data-layout-name="Product-Desc-5"] h2 {
    text-transform: uppercase;
}

@media (min-width: 801px) {
    .content-wrap--product .content {
        padding-top: 2rem;
    }

    .productView-container .breadcrumbs {
        margin-bottom: 2rem;
    }

    .product-header-container {
        margin-bottom: 40px;
    }

    [data-layout-name="Product-Desc-2"],
    [data-layout-name="Product-Desc-4"] {
        flex-direction: row-reverse;
    }

    [data-layout-name="Product-Desc-1"],
    [data-layout-name="Product-Desc-2"],
    [data-layout-name="Product-Desc-3"],
    [data-layout-name="Product-Desc-4"],
    [data-layout-name="Product-Desc-5"] {
        max-width: 75%;
        margin: 0 auto !important;
    }

    .product_page_desc_container h2 {
        margin-top: 0px;
    }

    .product_page_desc_container {
        max-width: 75%;
        margin: 0 auto;
        text-align: center;
    }
}

.product-subheader {
    font-size: 18px;
    text-transform: uppercase;
    color: #aa182c;
    margin: 0;
}

.productView-title {
    font-size: 48px;
    line-height: 56px;
    text-transform: uppercase;
}

.custom-selections-container {
    padding: 10px;
    margin-top: 10px;
    font-family: "Sofia Sans Condensed", Arial, Helvetica, sans-serif;
    text-transform: uppercase;
    width: 100%;
}

.custom-selections-container label {
    font-family: "Sofia Sans Condensed", Arial, Helvetica, sans-serif;
}

.custom-selections-container .ppo {
    display: block;
}

.custom-selections-container .ppst {
    display: none;
}

.custom-selections-container .ppsu {
    display: none;
}

.custom-selections-container #choice-tr {
    display: flex;
    padding: 10px;
    align-items: center;
    border: 1px solid #ccc;
    margin-bottom: 5px;
}

.product_page_short_description h2 {
    line-height: 42px;
}

.custom-selections-container .img-flex-choice {
    margin-right: 10px;
}

form select {
    min-width: 100%;
}

.category-hero-inner .page-heading {
    display: block;
    color: #fff !important;
    text-transform: uppercase;
}

.category-hero .page-heading span {
    color: #fff;
}

.category-hero-text {
    background-color: #111;
    min-height: 10vw;
}

@media (min-width: 1261px) {
    .category-hero-text {
        min-height: 2vw !important;
        padding-bottom: 1vw;
        padding-top: 1vw;
    }
}

.form-field--stock {
    display: none;
}

.productView-upsell {
    background-color: #f1f1f1 !important;
    font-family: "Sofia Sans Condensed", Arial, Helvetica, sans-serif;
    text-transform: uppercase;
}

.productCarousel-slide .card-title a {
    font-family: "Sofia Sans Condensed", Arial, Helvetica, sans-serif;
    font-size: 1.48rem;
    font-weight: 800;
    line-height: 1.4;
    text-transform: uppercase;
}

.productCarousel-slide .card-text--price {
    font-family: "Sofia Sans Condensed", Arial, Helvetica, sans-serif;
    font-size: 1.24rem;
    font-weight: 400;
    line-height: 1.4;
    text-transform: uppercase;
}

/*** Specs Table ****/

.specs_table {
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 1vw;
    margin-top: 2vw;
    font-family: "Sofia Sans Condensed", Arial, Helvetica, sans-serif;
    text-transform: uppercase;
    text-align: center;
}

.specs_table h1 {
    margin: 0;
}

.specs_table thead {
    font-weight: 800;
    background-color: #fafafa;
}

.specs_table_inner {
    max-width: 100%;
    overflow-x: auto;
    background: #fff;
    padding: 1vw;
    font-size: 1.24rem;
}

@media (min-width: 801px) {
    .specs_table_inner {
        max-width: 75%;
    }
}

.specs_table tr {
    padding: 10px;
    white-space: nowrap;
    text-align: center;
}

.specs_table tr:nth-child(even) {
    background-color: #fafafa;
}

.specs_table td {
    padding: 10px;
    text-align: center;
}

/*********** FOOTER ***************/

.footer-info-heading {
    font-family: "Sofia Sans Condensed", Arial, Helvetica, sans-serif;
    text-transform: uppercase;
    font-size: 1.24rem;
}

.footer-info-list,
address {
    font-family: "Sofia Sans Condensed", Arial, Helvetica, sans-serif;
    text-transform: uppercase;
}

footer {
    margin-top: 0px !important;
}

/********** CART *****************/

.cart-item-name {
    font-size: 1.48rem;
    text-transform: uppercase;
}

.previewCartItem-brand {
    font-family: "Sofia Sans Condensed", Arial, Helvetica, sans-serif;
    text-transform: uppercase;
}

.definitionList-key,
.definitionList-value {
    font-family: "Sofia Sans Condensed", Arial, Helvetica, sans-serif;
}

.cart a {
    font-family: "Sofia Sans Condensed", Arial, Helvetica, sans-serif;
}
