/*********** 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;
}

.accordion-content li {
    color: #fff !important;
}

/*********** 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;
}


.media-quote-container {
    display: flex;
    width: 100%;
    padding: 2rem;
    text-align: center;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    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: 1rem;
}

.media-quote-container h2 {
    margin-top: 1rem;
    margin-bottom: 0px;
}

@media (min-width: 1280px) {
     .media-quote-container {
        max-width: 75%;
        margin: 10px auto;
        margin-bottom: 50px;
      }

}   

.media-quote-container h2 {
    text-transform: uppercase;
}

.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(../jpg/combo-wided41d.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: .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;
    }
}

.hero-description {
     padding: 1vw;
    text-align: center;
}

.hero-description h4 {
    color: #fff;
    margin-top: 0px;
}
.demo-program-container {
    text-align: center;
}

.demo-program-container h2 {
    text-transform: uppercase;
}

.demo-program-container h4 {
    margin-top: 0px;
    margin-bottom: 30px;
}

.h2-center {
    text-align: center;
    text-transform: uppercase;
}

.stamped-review-header-title {
    font-size:  1.48rem;
}

.stamped-review-content-body {
    color: #111 !important;
}

.stamped-summary-actions-newreview {
    color: #111 !important;
    margin-bottom: 20px;
}

.stamped-summary-text-1, .stamped-summary-caption-2, .stamped-summary-text {
    color: #111 !important;
}

.stamped-sort-select {
    margin-top: 20px !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;
}

.card-body h2.card-title a {
    color: #AA182C !important;
}

.card-body .price {
    color: #AA182C !important;
}

.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 !important;
}

[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%;
    }

    .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;
}

/***************** REVIEWS **********************/

.stamped-main-widget {
    background-color: #fff;
}

.stamped-header-title {
     font-family: "Sofia Sans Condensed",Arial,Helvetica,sans-serif;
    text-transform:  uppercase;
    text-align:  center;
    color:  #aa182c;
    font-size: 2rem;
}

/******************* CAROUSEL ********************/

[data-test-id="carousel-title"] p {
    color: #111 !important;
    text-transform: uppercase;
    font-size: 42px;
    font-weight: 800;
    font-family: "Sofia Sans Condensed", Arial, Helvetica, sans-serif;
    font-weight: 800;
    letter-spacing: .25px;
}

[data-test-id="carousel-subtitle"] p {
    color: #111 !important;
    text-transform: uppercase;
    font-size: 24px;
    font-weight: 800;
    font-family: "Sofia Sans Condensed", Arial, Helvetica, sans-serif;
    font-weight: 600;
    letter-spacing: .25px;
}

[data-test-id="carousel-cta-button"]  {
    font-weight: 800;
    text-transform: uppercase;
    font-family: "Sofia Sans Condensed", Arial, Helvetica, sans-serif;
    font-size: 22px;
    background: #aa182c;
}
[data-test-id="carousel-cta-button"] p {
   font-family: "Sofia Sans Condensed", Arial, Helvetica, sans-serif;
    font-size: 22px;
}

[data-test-theme="hogan"] ._item {
    align-content: center;
    color: #111111 !important;
    padding: 1rem;
}

[data-test-theme="hogan"] ._item ._avatar {
    width:  auto !important;
    height: auto !important;
}



[data-test-theme="hogan"] ._item ._content {
    color: #111111 !important;
} 

[data-test-theme="hogan"] ._item img {
    max-width: 200px;
    align-self: center;
    margin: 0 auto;
}

.beautify__section {
    padding: 0rem 0rem 2rem 0rem !important;
}


/******************* SWIPER **********************/
    .swiper {
    width: 100%;
     height: auto;
     margin-bottom: 20px;
  
    } 

    .review-container img {
      max-width: 200px;
    }
    
    .review-slider .review-container {
      display: flex;
      flex-direction: column;
      justify-content: center;
      align-items: center;
      align-content: center;
    }

    .swiper-slide {
      align-content:  center;
    }
    
    .review-container h3 {
        line-height:  2rem;
        margin-top:  1.5rem;
    }

    .review-container h4 {
        text-transform: uppercase;
        margin-bottom: 20px;
    }
    .swiper-wrapper {
        align-items:  center;
    }


.review-container {
    display: flex;
    width: 100%;
    padding: 2rem;
    text-align: center;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    background-color: #fff;
    padding: 1rem;
}

.review-container h2 {
    margin-top: 1rem;
    margin-bottom: 0px;
}

@media (min-width: 1280px) {
     .review-container {
        max-width: 75%;
        margin: 10px auto;
        margin-bottom: 50px;
      }

      h3 {
        width:  50%;
      }

}   

.swiper-pagination-bullet-active {
    background: #aa182c !important;
}

.swiper-button-next, .swiper-button-prev {
    color:  #aa182c !important;
}

