/************************************************

Stylesheet: Global Stylesheet

*************************************************/

:root {
  --thm-font-header: "Anton", sans-serif;
  --thm-font-sub-header: 'Montserrat', sans-serif;
  --thm-font-tagline: "Handlee", cursive;
  --thm-font-button: "Anton", sans-serif;
  --thm-base: #EDEDED;
  --thm-red: #720010;
  --thm-red-active: #AD2337;
  --woocommerce-coming-soon-color: #FFF;
}

html {
  background: var(--thm-base);
  background: linear-gradient(0deg, rgba(0,0,0,1) 1%, var(--thm-base) 1%, var(--thm-base) 95%, var(--thm-red) 95%, var(--thm-red) 105%);
  height: 100%;
  overflow: visible;
}

body {
  background: var(--thm-base);
  font-size: 18px;
  opacity: 1 !important;
  width: 100%;
  max-width: 100%;
  overflow-x: hidden;
}

h1 {
  font-family: var(--thm-font-header);
  font-weight: 400;
  font-style: normal;
  font-size: 2.667em;
  color: #000;
}
h2 {
  font-family: var(--thm-font-header);
  font-weight: 400;
  font-style: normal;
  font-size: 1.555em;
  color: #000;
}
h3 {
  font-family: var(--thm-font-header);
  font-weight: 400;
  font-style: normal;
  font-size: 1.33em;
  color: #000;
}

input, input[type='search'] {
  font-weight: 400;
  font-style: normal;
  font-size: 1.2em;
  line-height: 2em;
  height: auto;
  padding: 12px 16px;
  border: 2px solid #fcfcfc;
  background: #f1f1f1;
}

button, input[type='submit'] {
  font-family: var(--thm-font-header);
  font-weight: 400;
  font-style: normal;
  text-transform: uppercase;
  padding: 12px 32px;
  border: 1px solid #FFF;
  background: var(--thm-red-active);
  color: #FFF;
}

a {
  color: var(--thm-red);
}
a:visited {
  color: var(--thm-red);
}

.button,
.cart button.button,
.cart button.button.disabled,
.woocommerce button.button,
.wpforms-form button.wpforms-submit,
.theme-alssnowmobile a.button,
.wp-block-button.wc-block-components-product-button .wp-block-button__link.add_to_cart_button {
  display: inline-block;
  font-family: var(--thm-font-header);
  font-weight: 400;
  font-style: normal;
  font-size: 1.333em;
  line-height: 2em;
  text-transform: uppercase;
  width: auto;
  height: auto;
  padding: 0.2em 1.778em;
  margin-top: 0.778em;
  margin-bottom: 0.2em;
  margin-right: 0.444em;
  background: var(--thm-red-active) !important;
  border-radius: 0;
  color: #FFF;
}
.button:hover,
.cart button.button:hover,
.cart button.button.disabled:hover,
.theme-alssnowmobile a.button:hover,
.woocommerce button.button:hover,
.wp-block-button.wc-block-components-product-button .wp-block-button__link.add_to_cart_button:hover {
  background: var(--thm-red) !important;
  color: #fff;
}
.button.full,
.theme-alssnowmobile a.button.full {
  position: relative;
  display: block;
  width: 100%;
  z-index: 1
}
.cart button.button,
.cart button.button.disabled {
  margin-top: 0;
  margin-bottom: 2px;
  margin-right: 8px;
}

.woocommerce-order-pay #order_review .shop_table {
  width: 63%;
  float: left;
  margin-right: 5%;
}
.woocommerce-order-pay #order_review #payment {
  width: 32%;
  float: left;
}

@media print, screen and (max-width: 64em) {
  h1 {
    font-size: 2em;
  }
  h2 {
    font-size: 1.25em;
  }
  h3 {
    font-size: 1.1em;
  }
}
@media print, screen and (max-width: 40em) {

  .theme-alssnowmobile .woocommerce-orders-table a.button {
    font-size: 1em;
    line-height: 1.5em;
    padding: 0.1em 1.2em;
    margin-top: 0.2em;
    margin-bottom: 0.2em;
    margin-right: 0.2em;
  }
}

/**************************/
/*    LAYOUT STYLES       */
/**************************/

.header {
  background: #FFF;
}

.inner-content { 
  position: relative;
  margin: 0 auto;
  width: 100%;
}

.layout-content { 
  position: relative;
  margin: 0 auto;
  width: 100%;
  max-width: 1500px;
}

/**************************/
/*    HEADER STYLES       */
/**************************/

.top {
  position: relative;
  margin: 0 auto;
  width: 100%;
  background: #000;
  color: #FFF;
}
.top .top-container {
  position: relative;
  margin: 0 auto;
  padding: 4px 0;
  max-width: 1500px;
}
.top .top-container .top-bar-left {
  font-size: 0.8em;
  color: #FFF;
  padding: 0;
  margin: 0;
}
.top .top-container .top-bar-right {
  font-size: 0.8em;
  color: #FFF;
  padding: 0;
  margin: 0;
}
.top .top-container ul {
  display: inline-block;
  vertical-align: bottom;
  padding: 0;
  margin: 0;
}
.top .top-container li {
  list-style: none;
  float: left;
  margin-left: 16px;
}
.top .top-container a {
  color: #ddd;
}
.top .top-container a:hover {
  color: #fff;
}
.top-bar { 
  position: relative;
  margin: 0 auto;
  width: 100%;
  max-width: 1500px;
  background: transparent;
  text-align: center;
}
.top-bar-left {
  width: 33%;
  background: transparent;
}

.top-bar ul {
  background-color: transparent;
}
.top-bar-left {
  text-align: left;
  padding: 10px 0px;
}

.top-bar-right {
  position: relative;
}
.top-bar-right .tageline-slogan {
  position: absolute;
  top: 1.2em;
  left: auto;
}
.top-bar-right .tagline,
.top-bar-left .tagline {
  font-family: var(--thm-font-tagline);
  font-weight: 600;
  font-style: normal;
  font-size: 1.6em;
  line-height: 1.1em;
  text-align: left;
  color: #000;
}
.top-bar-right .slogan,
.top-bar-left .slogan {
  font-family: var(--thm-font-header);
  font-weight: 400;
  font-style: normal;
  font-size: 1em;
  line-height: 1em;
  text-align: left;
  color: var(--thm-red);
}

.user-account-area {
  display: flex;
  flex-direction: row;
}
.user-account-area .my-account {
  display: block;
  font-family: var(--thm-font-header);
  font-weight: 400;
  font-style: normal;
  font-size: 1.333em;
  line-height: 2em;
  text-transform: uppercase;
  width: auto;
  height: auto;
  padding: 4px 48px;
  margin-top: 32px;
  margin-bottom: 16px;
  margin-left: 32px;
  border: 1px solid #FFF;
  background: var(--thm-red-active);
  color: #FFF;
}

.cart-contents {
  position: relative;
  display: inline-block;
  margin-top: 42px;
  margin-bottom: 16px;
  margin-left: auto;
  border: 0;
  font-size: 24px;
  color: #000 !important;
}
.off-canvas-container .cart-contents {
  color: #FFF !important;
}

.cart-contents:hover {
  text-decoration: none;
  color: #222;
}

.cart-contents-count {
  position: absolute;
  top: 18px;
  right: -4px;
  transform: translateY(-105%) translateX(25%);
  font-family: Arial, Helvetica, sans-serif;
  font-weight: normal;
  font-size: 10px;
  line-height: 16px;
  height: 16px;
  width: 16px;
  vertical-align: middle;
  text-align: center;
  color: #fff;
  background: var(--thm-red-active);
  border-radius: 50%;
  padding: 1px;  
}

@media print, screen and (max-width: 1500px) {
  .top-bar,
  .top-bar .top-bar-right,
  .top-bar .top-bar-left {
    display: block;
    flex: unset;
    flex-wrap: unset;
    -webkit-flex-wrap: unset;
    width: 100%;
    position: relative;
  }
  .top-bar-right.show-for-medium .cart-contents {
    position: absolute;
    top: 16px;
    left: 16px;
    right: auto;
    z-index: 10;
    margin: 8px;
  }
}

@media print, screen and (min-width: 64em) and (max-width: 1500px) {
  .top-bar-right.show-for-medium .cart-contents {
    position: absolute;
    top: 0.9rem;
    right: 5rem;
    left: auto;
    margin: 8px;
    z-index: 10;
  }
  .show-for-medium .tageline-slogan {
    position: absolute;
    top: 2em;
    left: 50%;
  }
}

@media print, screen and (max-width: 64em) {
  .top-bar-right.show-for-medium {
    display: block !important;
  }
  .top-bar-left.show-for-medium .tageline-slogan {
    position: relative;
    text-align: center;
    top: unset;
    left: unset;
    margin-top: 1em;
  }
  .top-bar-left.show-for-medium .tageline-slogan .tagline,
  .top-bar-left.show-for-medium .tageline-slogan .slogan {
    text-align: center;
  }
  .top-bar-right.show-for-medium .cart-contents {
    position: absolute;
    top: 0.967rem;
    left: 0.967rem;
    z-index: 10;
  }
  .top-bar .top-bar-left{
      text-align: center;
  } 
  .top-bar .top-bar-left .custom-logo-link img {
      max-width: 80%;
  } 
}

@media print, screen and (max-width: 40em) {
  
  .top .top-bar-right {
    width: auto;
    margin-right: 0.75rem !important;
  }
  .top .top-bar-left {
    width: auto;
    margin-left: 0.75rem !important;
  }
  .top-bar-right.show-for-medium .cart-contents {
    top: 0.25rem;
    left: 0.25rem;
  }
}


/**************************/
/*        MAIN MENU       */
/**************************/

#main-nav {
  background-color: var(--thm-red);
  padding-right: 75px;
}
#main-nav li {
}
#main-nav li a {
  padding: 1rem 1.6rem;
  font-family: var(--thm-font-header);
  font-weight: 400;
  font-style: normal;
  font-size: 1.333em;
  color: #FFF;
}
#main-nav li a:hover {
  background-color: var(--thm-red-active);
}
#main-nav.menu .active>a {
  background-color: var(--thm-red-active);
}
.menu-container {
  position: relative;
}
.menu-search-icon {
  position: absolute;
  display: block;
  top: 0;
  right: 0;
  color: #FFF;
  font-size: 1.555em;
  padding: 6px 32px;
  cursor: pointer;
}

/**************************/
/*      MOBILE MENU       */
/**************************/

.mobile {
  position: absolute;
  width: 100%;
  top: 0;
  left: 0;
  z-index: 10;
}

.mobile .menu {
  position: absolute;
  top: 16px;
  right: 16px;
  z-index: 10;
}

.site-nav-toggle {
  position: relative;
  z-index: +10;
  border: none;
  background-color: transparent;
  width: 2rem;
  padding: .75rem;
  height: 1.25rem;
  border-radius: 100%;
  display: block;
}

.site-nav-toggle-bar {
  display: block;
  width: 100%;
  height: 3px;
  position: absolute;
  background-color: #000;
  left: 0;
  -webkit-transition: all ease-in-out .3s;
  -o-transition: all ease-in-out .3s;
  transition: all ease-in-out .3s;
}

.site-nav-toggle-bar-top {
  top: 0;
}

.site-nav-toggle-bar-middle {
  top: 50%;
  -webkit-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
          transform: translateY(-50%);
}

.site-nav-toggle-bar-bottom {
  bottom: 0; 
}

@media print, screen and (max-width: 40em) {
  .mobile .menu {
    top: 0;
    right: 0;
  }
}



/**************************/
/*    OFF CANVAS MENU     */
/**************************/


.off-canvas {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  width: 67vw;
  height: 100nh;
  margin: 0;
  padding: 0;
  transform: translateX(100%);
  -webkit-transition: -webkit-transform 0.3s;
  transition: -webkit-transform 0.3s;
  -o-transition: transform 0.3s;
  transition: transform 0.3s;
  transition: transform 0.3s, -webkit-transform 0.3s;
}
.off-canvas.is-open {
  transform: translateX(0%);
  opacity: 1 !important;
}
.off-canvas .off-canvas-container {
  position: relative;
  padding: 1rem 3rem 6rem 3rem;
}
.off-canvas .menu-logo {
  text-align: center;
}
.off-canvas .cart-contents {
  position: absolute;
  top: 4.4rem;
  left: 2.2rem;
  margin-top: 0;
}
.off-canvas .site-nav-toggle {
  position: absolute;
  top: 4.4rem;
  right: 2.2rem;
  z-index: 99;
  border: none;
  background-color: transparent;
  width: 2rem;
  height: 2rem;
  padding: .75rem;
  border-radius: 100%;
  display: inline-block;
}
.off-canvas.is-open .site-nav-toggle-bar-top {
  -webkit-transform: rotate(45deg) translateY(8px);
  -ms-transform: rotate(45deg) translateY(8px);
  transform: rotate(45deg) translateY(8px);
  top: 2px;
  background-color: #FFF;
}
.off-canvas.is-open .site-nav-toggle-bar-middle {
  -webkit-transform: rotate(-45deg) translateY(-8px);
  -ms-transform: rotate(-45deg) translateY(-8px);
  transform: rotate(-45deg) translateY(-8px);
  top: 42%;
  background-color: #FFF;
}
.off-canvas.is-open .site-nav-toggle-bar-bottom {
  display: none;
}
.js-off-canvas-overlay.is-visible {
  opacity: 0.5;
  visibility: visible;
  background: #000;
}
.off-canvas-content.is-open-right.has-transition-push {
  -webkit-transform: none;
  -ms-transform: none;
  transform: none;
}
.position-right.is-transition-push {
  -webkit-box-shadow: none;
  box-shadow: none;
  background: var(--thm-red);
}
.off-canvas a {
  color: #FFF;
}
.off-canvas h2 {
  margin-top: 1rem;
  font-size: 1.5em;
  color: #FFF;
}
.off-canvas strong {
  font-size: 1em;
  font-weight: 700;
  color: #FFF;
}
.off-canvas .menu {
  display: block;
  list-style: none;
  margin: 8px 0px;
  padding: 0;
}
.off-canvas .menu li {
  list-style: none;
  margin: 0;
  padding: 4px 0;
  float: none;
}
.off-canvas .menu li a {
  color: #FFF;
  padding: 8px 0;
  font-size: 1.2em;
}
.off-canvas .menu .active > a {
  background: transparent;
  color: #c57e7e;
  padding: 8px 0;
  font-size: 1.2em;
}
.off-canvas .col-1 {
  margin: 2rem 0;
}
.off-canvas .col-4 ul {
  padding: 0;
  margin: 0;
}
.off-canvas .col-4 li {
  list-style: none;
  display: inline-block;
  margin: 0 1em 1em 0;
  font-size: 1.5em;
}
.off-canvas .search-inner-container-mobile .searchwp-form-input-container input {
  font-weight: 400;
  font-style: normal;
  font-size: 1.2em;
  line-height: 2em;
  height: auto;
  padding: 6px 16px;
  border: 1px solid #FFF;
  background: #7E1625;
}
.off-canvas .search-inner-container-mobile .searchwp-form-input-container input:focus {
  outline: none;
  border: 1px solid #8a8a8a;
  background-color: #fefefe;
  -webkit-box-shadow: 0 0 5px #cacaca;
  box-shadow: 0 0 5px #cacaca;
}
.off-canvas .search-inner-container-mobile .search-submit {
  display: none;
}

@media print, screen and (max-width: 40em) {
  .admin-bar .off-canvas {
    margin-top: 2.2em;
  }
  .off-canvas {
    width: 100vw;
  }
  .off-canvas .cart-contents {
    top: 2rem;
    left: 2rem;
  }
  .off-canvas .site-nav-toggle {
    top: 2.5rem;
    right: 2rem;
  }
}


/**************************/
/*      PAGE CONTENT      */
/**************************/

.page .article-header,
.page .wp-block-columns,
.page .wpforms-container,
.page .wp-block-heading,
.page .extendedwopts-col {
  position: relative;
  max-width: 1500px;
  margin-left: auto;
  margin-right: auto;
}

.page h1.page-title {
  /* margin-top: 1.75em; */
}
.page h2.wp-block-heading {
  font-size: 2.2em;
  margin-top: 90px;
}
.page h2.wp-block-heading.has-text-align-center {
  margin-bottom: 30px;
}
.page h3.wp-block-heading {
  font-family: Arial;
  font-size: 1.33em;
  font-weight: 400;
  margin-bottom: 32px;
}
.page .aligncenter {
  text-align: center;
}
.page .wp-block-columns p {
  padding-right: 8em;
}

@media print, screen and (max-width: 64em) {
  .page .wp-block-columns p {
    padding-right: 0;
  }
}

/**************************/
/*  FEATURED CATEGORIES   */
/**************************/

.featured-showroom {
  gap: 0;
}

.wp-block-group .wc-block-featured-category {
  position: relative;
  margin: 0;
  overflow: visible;
  min-height: 332px !important;
}
.wp-block-group .wc-block-featured-category .wc-block-featured-category__wrapper .background-dim__overlay {
  display: none;
  background: rgb(255, 255, 255);
  background: radial-gradient(circle, rgba(255, 255, 255, 1) 50%, rgba(200, 200, 200, 1) 100%);
  box-shadow: 2px 2px 30px rgba(0, 0, 0, 0.5)
}
.wp-block-group .wc-block-featured-category .wc-block-featured-category__wrapper:hover .background-dim__overlay {
  display: block;
  
}
.wp-block-group .wc-block-featured-category .wc-block-featured-category__wrapper .wc-block-featured-category__background-image {
  position: relative;
  margin: 0em 4em 4em 4em;
  padding: 0;
  -o-object-fit: unset !important;
  object-fit: unset !important;
  object-position: initial;
  right: 0;
  top: 0;
  bottom: 0;
  left: 0;
  width: auto;
  height: auto;
  max-width: 90%;
  z-index: 2;
}
.wp-block-group .wc-block-featured-category .wc-block-featured-category__wrapper .wc-block-featured-category__title { 
  position: absolute;
  bottom: 1em;
  color: #000;
  z-index: 2;
}
.wp-block-group .wc-block-featured-category .wc-block-featured-category__wrapper .wc-block-featured-category__link { 
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  padding: 0;
  z-index: 2;
}
.wp-block-group .wc-block-featured-category .wc-block-featured-category__wrapper .wc-block-featured-category__link div { 
  display: block;
  background: transparent;
  width: 100%;
  height: 100%;
}
.wp-block-group .wc-block-featured-category .wc-block-featured-category__wrapper .wc-block-featured-category__link a { 
  display: block;
  background: transparent;
  width: 100%;
  height: 100%;
  padding: 0;
  border-radius: 0;
  text-indent: 9999px;
  white-space: nowrap;
  overflow: hidden;
}
.wp-block-group .wc-block-featured-category .wc-block-featured-category__wrapper .wc-block-featured-category__link a:hover::after { 
  position: absolute;
  display: block;
  content: '';
  top: 0;
  right: 0;
  width: 70px;
  height: 70px;
  clip-path: polygon(100% 0, 0 0, 100% 100%);
  background: rgba(0, 0, 0, 0.75);
  z-index: 1;
}

/*  COLUMN 1  */
/*  TOP - VERT  */
.wp-block-group .wp-block-column:first-child .wc-block-featured-category:first-child::before {
  position: absolute;
  content: '';
  width: 0px;
  height: 0px;
  border-style: solid;
  border-width: 0 0 200px 3px;
  border-color: transparent transparent #000 transparent;
  transform: rotate(0deg);
  right: 0;
  bottom: 0;
}
/*  COLUMN 1  */
/*  TOP - HORZ  */
.wp-block-group .wp-block-column:first-child .wc-block-featured-category:first-child::after {
  position: absolute;
  content: '';
  width: 0px;
  height: 0px;
  border-style: solid;
  border-width: 0 0 3px 300px;
  border-color: transparent transparent #000 transparent;
  transform: rotate(0deg);
  right: 0;
  bottom: 0;
}
/*  COLUMN 1  */
/*  BOTTOM - VERT  */
.wp-block-group .wp-block-column:first-child .wc-block-featured-category:nth-child(2)::before {
  position: absolute;
  content: '';
  width: 0px;
  height: 0px;
  border-style: solid;
  border-width: 0 3px 200px 0;
  border-color: transparent #000 transparent transparent;
  transform: rotate(0deg);
  right: 0;
  top: 0;
}
/*  COLUMN 1  */
/*  BOTTOM - HORZ  */
.wp-block-group .wp-block-column:first-child .wc-block-featured-category:nth-child(2)::after {
  position: absolute;
  content: '';
  width: 0px;
  height: 0px;
  border-style: solid;
  border-width: 0 300px 3px 0;
  border-color: transparent #000 transparent transparent;
  transform: rotate(0deg);
  right: 0;
  top: 0;
}
/*  COLUMN 2  */
/*  TOP - VERT  */
.wp-block-group .wp-block-column:nth-child(2) .wc-block-featured-category:first-child::before {
  position: absolute;
  content: '';
  width: 0px;
  height: 0px;
  border-style: solid;
  border-width: 0 3px 200px 0;
  border-color: transparent transparent #000 transparent;
  transform: rotate(0deg);
  left: 0;
  bottom: 0;
}
/*  COLUMN 2  */
/*  TOP - HORZ  */
.wp-block-group .wp-block-column:nth-child(2) .wc-block-featured-category:first-child::after {
  position: absolute;
  content: '';
  width: 0px;
  height: 0px;
  border-style: solid;
  border-width: 0 300px 3px 0;
  border-color: transparent transparent #000 transparent;
  transform: rotate(0deg);
  left: 0;
  bottom: 0;
}
/*  COLUMN 2  */
/*  BOTTOM - VERT  */
.wp-block-group .wp-block-column:nth-child(2) .wc-block-featured-category:nth-child(2)::before {
  position: absolute;
  content: '';
  border-style: solid;
  border-width: 200px 3px 0 0;
  border-color: #000 transparent transparent transparent;
  transform: rotate(0deg);
  left: 0;
  top: 0;
}
/*  COLUMN 2  */
/*  BOTTOM - HORZ  */
.wp-block-group .wp-block-column:nth-child(2) .wc-block-featured-category:nth-child(2)::after {
  position: absolute;
  content: '';
  border-style: solid;
  border-width: 3px 300px 0 0;
  border-color: #000  transparent transparent transparent;
  transform: rotate(0deg);
  left: 0;
  top: 0;
}

@media print, screen and (max-width: 64em) {
  
  .wp-block-group .wc-block-featured-category {
    min-height: 250px !important;
  }
  
  /*  COLUMN 1  */
  /*  BOTTOM - VERT  */
  .wp-block-group .wp-block-column:first-child .wc-block-featured-category:nth-child(2)::before {
    border-width: 0 3px 200px 0;
    border-color: transparent transparent #000 transparent;
    transform: rotate(0deg);
    top: unset;
    right: unset;
    left: 0;
    bottom: 0;
  }
  /*  COLUMN 1  */
  /*  BOTTOM - HORZ  */
  .wp-block-group .wp-block-column:first-child .wc-block-featured-category:nth-child(2)::after {
    border-width: 0 300px 3px 0;
    border-color: transparent transparent #000 transparent;
    transform: rotate(0deg);
    top: unset;
    right: unset;
    left: 0;
    bottom: 0;
  }
  /*  COLUMN 2  */
  /*  TOP - VERT  */
  .wp-block-group .wp-block-column:nth-child(2) .wc-block-featured-category:first-child::before {
    border-width: 0 0 200px 3px;
    border-color: transparent transparent #000 transparent;
    transform: rotate(0deg);
    top: unset;
    left: unset;
    right: 0;
    bottom: 0;
  }
  /*  COLUMN 2  */
  /*  TOP - HORZ  */
  .wp-block-group .wp-block-column:nth-child(2) .wc-block-featured-category:first-child::after {
    border-width: 0 0 3px 300px;
    border-color: transparent transparent #000 transparent;
    transform: rotate(0deg);
    top: unset;
    left: unset;
    right: 0;
    bottom: 0;
  }
  /*  COLUMN 2  */
  /*  BOTTOM - VERT  */
  .wp-block-group .wp-block-column:nth-child(2) .wc-block-featured-category:nth-child(2)::before {
    border-width: 0 3px 200px 0;
    border-color: transparent transparent #000 transparent;
    transform: rotate(0deg);
    top: unset;
    right: unset;
    left: 0;
    bottom: 0;
  }
  /*  COLUMN 2  */
  /*  BOTTOM - HORZ  */
  .wp-block-group .wp-block-column:nth-child(2) .wc-block-featured-category:nth-child(2)::after {
    border-width: 0 300px 3px 0;
    border-color: transparent transparent #000 transparent;
    transform: rotate(0deg);
    top: unset;
    right: unset;
    left: 0;
    bottom: 0;
  }
}


/**************************/
/*   WOOCOMMERCE STYLES   */
/**************************/

.woocommerce-page .content .inner-content { 
  max-width: 1500px;
  margin-left: auto;
  margin-right: auto;
}
.woocommerce-page .content .inner-content main.main { 
  margin-top: 2rem;
}
.woocommerce .woocommerce-breadcrumb {
  margin: 0 0 2rem;
  padding: 0;
}
.woocommerce .woocommerce-result-count {
  position: absolute;
  top: 2rem;
  right: 0.5rem;
  font-size: 0.9em;
  color: #666;
}
.woocommerce .main-content-container {
  position: relative;
}
.woocommerce-page .upsells.products,
.woocommerce-page .related.products {
  clear: both;
}

.woocommerce ul.products.columns-3 li.product, 
.woocommerce-page ul.products.columns-3 li.product {
  width: 32.3%;
}
.woocommerce-info {
  border-top-color: var(--thm-red);
}
.woocommerce-info::before {
  color: var(--thm-red);
}

.woocommerce nav.woocommerce-pagination ul li a,
.woocommerce nav.woocommerce-pagination ul li span {
    font-family: var(--thm-font-button);
    padding: 12px 0;
    width: 46px;
    text-align: center;
}
.woocommerce nav.woocommerce-pagination ul li a {
    background: #FFF;
    color: var(--thm-red);
}
.woocommerce nav.woocommerce-pagination ul li span.current {
    background: var(--thm-red-active);
    color: #FFF;
}

@media print, screen and (max-width: 64em) {
  .woocommerce .woocommerce-result-count {
    position: relative;
    top: auto;
    right: auto;
  }
}
@media print, screen and (max-width: 40em) {
  .woocommerce nav.woocommerce-pagination ul li a,
  .woocommerce nav.woocommerce-pagination ul li span {
      width: 30px;
  }
}


/**************************/
/*     SEARCH STYLES      */
/**************************/

.search-container { 
  position: fixed;
  display: none;
  width: 100%;
  height: 100%;
  margin: 0;
  padding: 0;
  z-index: 1000;
}
.search-inner-container { 
  position: relative;
  display: block;
  width: 100%;
  height: auto;
  max-width: 600px;
  margin-top: 20%;
  margin-left: calc(50% - 300px);
  margin-bottom: auto;
  margin-right: auto;
  padding: 0;
}
.search-inner-container-bg { 
  position: absolute;
  display: block;
  background-color: rgba(0, 0, 0, 0.75);
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  margin: 0;
  padding: 0;
  z-index: 1;
}
.search-container input[type='search'] {
  position: relative;
  display: block;
  padding: 16px 32px;
  border: 2px solid var(--thm-red);
  box-shadow: 2px 2px 32px rgba(0, 0, 0, 0.25);
  background: #FFF;
  z-index: 2;
}
.search-container input[type='submit'] {
  position: absolute;
  display: block;
  right: 1px;
  top: 1px;
  z-index: 10;
  font-size: 1.25em;
  line-height: 2.4em;
  border: 0;
}

main.site-main.swp-rp-main, main.wp-block-group.swp-rp-main {
    margin: 7% auto 25px !important;
}

.theme-alssnowmobile .content main,
main.site-main.swp-rp-main, main.wp-block-group.swp-rp-main {
    margin: 4em auto;
    max-width: 1500px;
}
.theme-alssnowmobile.page-template-template-full-width .content main {
    margin: 4em auto;
    max-width: 100%;
}
.theme-alssnowmobile.page-template-template-full-width.home .content main {
    margin: -4em auto 4em auto;
    max-width: 100%;
}
.page main.site-main.swp-rp-main h1.page-title {
    margin-top: 0.75em;
}

.swp-rp-main .swp-result-item {
    position: relative;
    list-style: none;
    background: #FFF;
    padding: 0.6rem 0.6rem 5rem 0.6rem !important;
    margin: 0 0.875rem 0.875rem 0 !important;
}

.swp-rp-main .swp-result-item .swp-result-item--button {
    position: absolute;
    display: block;
    bottom: 0;
    width: calc(100% - 1.2rem);
    height: auto;
    padding: 0.2em 1.778em;
    margin-top: 0.778em;
    margin-bottom: 0.2em;
    margin-right: 0.444em;
    background: var(--thm-red-active) !important;
    border-radius: 0;
    font-family: var(--thm-font-header);
    font-weight: 400;
    font-style: normal;
    font-size: 1.333em;
    line-height: 2em;
    text-transform: uppercase;
    color: #FFF;
    text-align: center;
}

.swp-rp-main .nav-links a,
.swp-rp-main .nav-links span {
    display: inline-block;
    font-family: var(--thm-font-button);
    padding: 12px 0;
    width: 46px;
    text-align: center;
}
.swp-rp-mainul .nav-links a {
    background: #FFF;
    color: var(--thm-red);
}
.swp-rp-main .nav-links span.current {
    background: var(--thm-red-active);
    color: #FFF;
}

@media print, screen and (max-width: 64em) {
  
}
@media print, screen and (max-width: 40em) {
  .swp-rp-main .nav-links a,
  .swp-rp-main .nav-links span {
      width: 30px;
  }
}

/**************************/
/*    SearchWP SEARCH     */
/**************************/
main.site-main.swp-rp-main {
  max-width: 1500px;
}
.searchwp-live-search-result--info {
    flex: 1 1 200px;
    overflow: hidden;
    text-overflow: ellipsis;
}

/**************************/
/*    PART SEARCH BOX     */
/**************************/

.search-box { 
  position: relative;
  background-color: var(--thm-red);
  width: 28%;
  min-height: 500px;
  max-width: 100%;
  padding: 16px 32px 48px 32px;
  margin: 64px 16px 200px 16px;
  box-shadow: 2px 2px 30px rgba(0, 0, 0, 0.5);
  z-index: 10;
  overflow-x: hidden;
}
.search-box h2 { 
  font-size: 2.6667em;
  color: #FFF;
  text-transform: uppercase;
  letter-spacing: -0.01em;
}

.search-box label {
  font-family: "Libre Baskerville", serif;
  font-weight: 700;
  font-style: normal;
  font-size: 1.333em;
  line-height: 2em;
  height: auto;
  padding: 6px 0;
  color: #FFF;
}
.search-box input {
  font-weight: 400;
  font-style: normal;
  font-size: 1.2em;
  line-height: 2em;
  height: auto;
  padding: 6px 16px;
  border: 1px solid #FFF;
  background: #7E1625;
}
.search-box select {
  font-weight: 400;
  font-style: normal;
  font-size: 1.2em;
  line-height: 2em;
  height: auto;
  padding: 6px 16px;
  border: 1px solid #FFF;
  background: #7E1625;
  color: #ccbec0;
  background-image:
    linear-gradient(45deg, transparent 50%, rgb(255, 255, 255) 50%),
    linear-gradient(135deg, rgb(255, 255, 255) 50%, transparent 50%);
  background-position:
    calc(100% - 28px) calc(1em + 2px),
    calc(100% - 20px) calc(1em + 2px);
  background-size:
    8px 8px,
    8px 8px;
  background-repeat: no-repeat;
}
.search-box select:focus {
  background-image:
    linear-gradient(45deg, rgb(222, 222, 222) 50%, transparent 50%),
    linear-gradient(135deg, transparent 50%, rgb(222, 222, 222) 50%);
  background-position:
    calc(100% - 20px) 1em,
    calc(100% - 28px) 1em;
  background-size:
    8px 8px,
    8px 8px;
  background-repeat: no-repeat;
  outline: 0;
}
.search-box input[type='button'] {
  font-family: var(--thm-font-header);
  font-weight: 400;
  font-style: normal;
  font-size: 1.333em;
  line-height: 2em;
  text-transform: uppercase;
  width: 100%;
  height: auto;
  padding: 6px 16px;
  margin-top: 32px;
  border: 1px solid #FFF;
  background: var(--thm-red-active);
  color: #FFF;
}

@media print, screen and (max-width: 64em) {
  .search-box {
    width: auto;
    min-height: auto;
    margin: 0 0 64px 0;
    box-shadow: none;
  }
  .search-box h2 { 
    font-size: 2.367em;
  }
}

/**************************/
/*       FORM STYLES      */
/**************************/

label {
  font-family: "Libre Baskerville", serif;
  font-weight: 700;
  font-style: normal;
  font-size: 1.333em;
  line-height: 2em;
  height: auto;
  padding: 6px 0;
}
input {
  font-weight: 400;
  font-style: normal;
  font-size: 1.2em;
  line-height: 2em;
  height: auto;
  padding: 6px 16px;
  border: 1px solid #FFF;
  background: #e6e6e6;
}
select {
  font-weight: 400;
  font-style: normal;
  font-size: 1.2em;
  line-height: 2em;
  height: auto;
  padding: 6px 16px;
  border: 1px solid #FFF;
  background: #e6e6e6;
  background-image:
    linear-gradient(45deg, transparent 50%, rgb(63, 63, 63) 50%),
    linear-gradient(135deg, rgb(63, 63, 63) 50%, transparent 50%);
  background-position:
    calc(100% - 28px) calc(1em + 2px),
    calc(100% - 20px) calc(1em + 2px);
  background-size:
    8px 8px,
    8px 8px;
  background-repeat: no-repeat;
}
select:focus {
  background-image:
    linear-gradient(45deg, rgb(63, 63, 63) 50%, transparent 50%),
    linear-gradient(135deg, transparent 50%, rgb(63, 63, 63) 50%);
  background-position:
    calc(100% - 20px) 1em,
    calc(100% - 28px) 1em;
  background-size:
    8px 8px,
    8px 8px;
  background-repeat: no-repeat;
  outline: 0;
}
input[type='button'] {
  font-family: var(--thm-font-header);
  font-weight: 400;
  font-style: normal;
  font-size: 1.333em;
  line-height: 2em;
  text-transform: uppercase;
  width: 100%;
  height: auto;
  padding: 6px 16px;
  margin-top: 32px;
  border: 1px solid #FFF;
  background: var(--thm-red-active);
  color: #FFF;
}

.wc-block-components-form .wc-block-components-text-input input, 
.wc-block-components-form .wc-block-components-text-input input:-webkit-autofill, 
.wc-block-components-form .wc-block-components-text-input.is-active input[type=email], 
.wc-block-components-form .wc-block-components-text-input.is-active input[type=number], 
.wc-block-components-form .wc-block-components-text-input.is-active input[type=tel], 
.wc-block-components-form .wc-block-components-text-input.is-active input[type=text], 
.wc-block-components-form .wc-block-components-text-input.is-active input[type=url], 
.wc-block-components-text-input input, 
.wc-block-components-text-input input:-webkit-autofill, 
.wc-block-components-text-input.is-active input[type=email], 
.wc-block-components-text-input.is-active input[type=number], 
.wc-block-components-text-input.is-active input[type=tel],
.wc-block-components-text-input.is-active input[type=text], 
.wc-block-components-text-input.is-active input[type=url],
.wc-block-components-combobox input,
.wc-block-components-combobox.is-active input {
    padding: 2.5em .5em 1em !important;
}

.searchwp-form-input-container {
  margin-bottom: 1em;
}
.swp-rp-main .searchwp-form-input-container {
  margin-bottom: 0;
}

/**************************/
/*      TABLE STYLES      */
/**************************/

thead {
    background: #FFF;
    color: #000 !important;
}
thead th {
    background: #FFF;
    font-family: var(--thm-font-header) !important;
    font-size: 1.2em;
    font-weight: 400 !important;
    text-transform: uppercase;
    color: #000 !important;
}

/**************************/
/*     FacetWP STYLES     */
/**************************/

.facetwp-facet {
  margin-bottom: 0 !important;
}
.facetwp-reset {
  font-family: var(--thm-font-header);
  font-weight: 400;
  font-style: normal;
  font-size: 1.333em;
  line-height: 2em;
  text-transform: uppercase;
  width: 100%;
  height: auto;
  padding: 6px 16px;
  margin-top: 0;
  border: 1px solid #FFF;
  background: var(--thm-red-active);
  color: #FFF;
}
.facetwp-type-autocomplete input {
  font-weight: 400;
  font-style: normal;
  font-size: 1.2em;
  line-height: 2em;
  height: auto;
  padding: 6px 16px;
  border: 1px solid #FFF;
  background: #7E1625;
  color: #FFF;
}
.facetwp-type-autocomplete input:focus {
  color: #000;
}
.facetwp-type-autocomplete .fcomplete-wrap {
  z-index: 10;
}
.facetwp-type-autocomplete .fcomplete-status,
.facetwp-type-autocomplete .fcomplete-results {
  color: #333;
}
.facetwp-autocomplete-update {
  position: absolute;
  opacity: 0;
  height: 1px;
  font-size: 1px;
  line-height: 0;
}
.filter-box .facetwp-input-wrap {
  display: block;
}
.facetwp-type-search .facetwp-icon {
  display: inline-block;
  width: 1em;
  height: 1em;
  margin: 1em 0.5em;
}
.facetwp-type-search .facetwp-icon:hover {
  opacity: 1;
}
.facetwp-type-search .facetwp-icon:before {
  content: '';
  display: inline-block;
  width: 1em;
  height: 1em;
  -webkit-mask: url/wp-content/themes/alssnowmobile/assets/images/search-solid.svg) no-repeat 100% 100%;
  mask: url(/wp-content/themes/alssnowmobile/assets/images/search-solid.svg) no-repeat 100% 100%;
  -webkit-mask-size: cover;
  mask-size: cover;
  background: none;
  background-color: #FFF; 
}

.fitment-type-dropdown {
  position: relative;
}
.fitment-type-dropdown .fitment-dropdown.disabled {
  opacity: 0.5;
}
.fitment-type-dropdown .fitment-dropdown.is-loading {
  opacity: 0.5;
}
.fitment-type-dropdown select.selection,
.sidebar .filter-box .fitment-type-dropdown select.selection {
  background-image: none;
}
.fitment-type-dropdown .svg-inline--fa {
  position: absolute;
  top: 50%;
  right: 1em;
  width: 1.2em;
  height: 1.2em;
  margin-top: -1em;
  z-index: 10;
  cursor: pointer;
  color: #FFF;
}
.fitment-facet-filter-options {
  font-family: var(--thm-font-header);
  font-weight: 400;
  font-style: normal;
  font-size: 1em;
  color: #000;
  padding: 0 0 0.5em  0;
  margin: 0;
}
.fitment-facet-filter-options span {
  display: inline-block;
  background: #FFF;
  border-radius: 1em;
  padding: 0.2em 0.5em;
  cursor: pointer;
}
.facetwp-facet-in_stock .facetwp-counter {
  display: none;
}

.filter-button {
  margin-top: 1em !important;
}
.filter-button a {
  font-family: var(--thm-font-header);
  font-weight: 400;
  font-style: normal;
  font-size: 1.333em;
  line-height: 2em;
  text-transform: uppercase;
  width: 100%;
  height: auto;
  padding: 6px 16px;
  margin-top: 0;
  border: 1px solid #FFF;
  border-radius: 0;
  background: var(--thm-red-active);
  color: #FFF;
}

@media print, screen and (max-width: 64em) {
  .mobile-only {
    display: inline-block;
  }
  .product-filter-button {
    position: relative;
    display: inline-block;
    margin-right: 0.25em;
    float: right;
    font-size: 1.4em;
    color: #000;
    cursor: pointer;
    z-index: 1;
  }
  .woocommerce .woocommerce-result-count, 
  .woocommerce-page .woocommerce-result-count {
    float: none;
    display: inline-block;
  }
}
@media print, screen and (min-width: 64em) {
  .mobile-only {
    display: none;
  }
  .wp-block-buttons>.wp-block-button.mobile-only {
    display: none;
  }
}

/**************************/
/*    ACCORDIAN STYLES    */
/**************************/

.accordion {
  margin: 2rem 0;
}
.accordion .accordion-title {
  background: #595959;
  font-family: var(--thm-font-header);
  font-weight: 400;
  font-style: normal;
  font-size: 1.555em;
  color: #FFF;
}
.accordion-title::before {
  position: absolute;
  top: 50%;
  right: 1rem;
  margin-top: -1.45rem;
  content: '+';
  font-size: 1.4em;
}

/**************************/
/*     SLICK SLIDER       */
/**************************/

.wp-block-wpe-slider {
  position: relative;
  width: calc(100% + 3.75rem) !important;
  min-height: 30vh;
  height: auto;
  margin: 2em -1.875rem;
  clear: both;
} 

.wp-block-wpe-slider .slick-container {
  position: relative;
  width: 100% !important;
  height: auto;
  clear: both;
}
.wp-block-wpe-slider .slick-slider {
  position: absolute;
  top: 0px;
  left: 0px;
  width: 100%;
  height: auto;
  margin: 20px auto;
  z-index: 1;
}
.wp-block-wpe-slider .slick-slider {
    opacity: 0;
    visibility: hidden;
    transition: opacity 1s ease;
    -webkit-transition: opacity 1s ease;
}
.wp-block-wpe-slider .slick-slider.slick-initialized {
    visibility: visible;
    opacity: 1;    
}
.wp-block-wpe-slider  .slick-slider .slick-track {
  width: 100% !important;
}
.wp-block-wpe-slider .slick-slider .slick-list {
  overflow: hidden;
}
.wp-block-wpe-slider .slick-slider .slide {
  position: relative;
  width: 25%;
  float: left;
}
.wp-block-wpe-slider .slick-slider.slide img {
  max-width: auto !important;
}
.wp-block-wpe-slider .slick-slider .slide-padding {
  position: relative;
  width: auto;
  padding-left: 30%;
  margin: 0 auto;
  text-align: center;
}


@media print, screen and (max-width: 64em) {
  .wp-block-wpe-slider .slick-slider {
    position: relative;
  }
  .wp-block-wpe-slider .slick-slider .slide-padding {
    padding-left: 2%;
  }
}
@media print, screen and (max-width: 40em) {
  .slick-slider h2.slide-title {
    font-size: 2em;
  }
}


.is-layout-flex{
  opacity: 0; 
  transition: opacity 0.5s ease;
  -webkit-transition: opacity 0.5s ease;
}

/**************************/
/*        SLIDER          */
/**************************/

.slider-container {
  opacity: 0;
  transition: opacity 0.5s ease;
  -webkit-transition: opacity 1s ease;
}

.slick-slider {
  position: relative;
  width: auto;
  text-align: center;
  padding: 0;
  margin: 0;
  transition: opacity 1s ease;
  -webkit-transition: opacity 1s ease;
}
.slick-slider .slick-list {
  width: auto;
  overflow: hidden;
  margin: 0;
}
.slick-slider .slide,
.slick-slider .slick-slide {
  position: relative;
  display: inline-block;
  width: auto;
  vertical-align: top;
  float: left;
}
.slick-slider .slick-arrow {
  position: absolute;
  display: block;
  bottom: calc(50% - 27px);
  text-indent: 1000px;
  top: auto;
  width: 55px;
  height: 57px;
  padding: 0;
  overflow: hidden;
}
.slick-slider .slick-arrow:before {
  display: block;
  width: 55px;
  height: 57px;
}
.slick-slider .slick-prev {
  left: -90px;
  background: transparent;
  transition: 0.5s;
  border: 0;
  z-index: 10;
}
.slick-slider .slick-next {
  right: -75px;
  background: transparent;
  transition: 0.5s;
  border: 0;
  z-index: 10;
}
.slick-slider .slick-prev:before {
  content: '';
  background: url('/wp-content/themes/alssnowmobile/assets/images/arrow-prev-white.webp') no-repeat;
  background-position: center right;
  transition: 0.5s;
  opacity: 0.5;
}
.slick-slider .slick-next:before {
  content: '';
  background: url('/wp-content/themes/alssnowmobile/assets/images/arrow-next-white.webp') no-repeat;
  background-position: center left;
  transition: 0.5s;
  opacity: 0.5;
}
.slick-slider .slick-prev:hover {
  background-position: center left;
  cursor: pointer;
}
.slick-slider .slick-next:hover {
  background-position: center right;
  cursor: pointer;
}
.slick-slider .slick-prev.slick-disabled:hover {
  cursor: default;
}
.slick-slider .slick-next.slick-disabled:hover {
  cursor: default;
}
.slick-slider .slick-prev:hover:before {
  opacity: 1;
  background: url('/wp-content/themes/alssnowmobile/assets/images/arrow-prev-red.webp') no-repeat;
  background-position: center left;
}
.slick-slider .slick-next:hover:before {
  opacity: 1;
  background: url('/wp-content/themes/alssnowmobile/assets/images/arrow-next-red.webp') no-repeat;
  background-position: center right;
}
.slick-slider .slick-prev.slick-disabled:before {
  background: url('/wp-content/themes/alssnowmobile/assets/images/arrow-prev-white.webp') no-repeat;
  background-position: center right;
  opacity: 0.5;
}
.slick-slider .slick-next.slick-disabled:before {
  background: url('/wp-content/themes/alssnowmobile/assets/images/arrow-next-white.webp') no-repeat;
  background-position: center left;
  opacity: 0.5;
}
.slick-slider .slick-prev.slick-disabled:hover:before {
  background: url('/wp-content/themes/alssnowmobile/assets/images/arrow-prev-white.webp') no-repeat;
  background-position: center left;
  opacity: 0.5;
}
.slick-slider .slick-next.slick-disabled:hover:before {
  background: url('/wp-content/themes/alssnowmobile/assets/images/arrow-next-white.webp') no-repeat;
  background-position: center right;
  opacity: 0.5;
}

/**************************/
/*     HOME SLIDESHOW     */
/**************************/

.home-featured {
  position: relative;
  width: 100%;
  height: auto;
  clear: both;
}
.home-slideshow {
  position: absolute !important;
  top: 0px;
  left: 0px;
  width: 100%;
  height: auto;
  margin: 20px auto;
  z-index: 1;
}
.home-slideshow .slick-list {
  overflow: hidden;
  margin: 0;
}
.home-slideshow .slide {
  position: relative;
  float: left;
  transition: 0.1s ease-in-out;
  opacity: 0;
}
.home-slideshow .slide.slick-active {
  opacity: 1;
}
.home-slideshow .slide-padding {
  position: relative;
  width: auto;
  padding-left: 30%;
  margin: 0 auto;
  text-align: center;
}
.home-slideshow .slide img {
  max-width: auto !important;
}

.home-slideshow .slide .sled {
  display: inline-block;
  position: relative;
  text-align: center;
  margin: 0 auto;
}
.home-slideshow .slide .sled1,
.home-slideshow .slide .sled2,
.home-slideshow .slide .sled3 {
  padding-top: 50px;
  max-width: 30%;
}
.home-slideshow .slide .sled {
  text-align: center;
}

@media print, screen and (max-width: 64em) {
  .home-featured {
    width: 100% !important;
  }
  .home-slideshow {
    position: relative !important;
    margin: 20px auto;
  }
  .home-slideshow .slide-padding {
    padding-left: 0;
  }
  .home-slideshow .slide-padding {
    padding-left: 2%;
  }
}


/**************************/
/*   SLIDESHOW SLIDER    */
/**************************/

.slideshow,
.entry-content ul.slideshow {
  position: relative;
  margin-top: 6rem;
  margin-bottom: -1rem;
  margin-left: -3.1rem;
  margin-right: 0;
  padding: 0;
  width: calc(100% + 6.2rem);
  max-width: calc(100% + 6.2rem);
}
.slideshow .slide img {
  width: 100%;
  max-width: 100%;
  min-height: 600px;
  object-fit: cover;
}
.slideshow .slide-text {
  position: absolute;
  bottom: 0;
  background: rgba(255, 255, 255, 0.75);
  width: 100%;
  padding: 1em 4rem;
}
.slideshow .slick-prev {
  left: 50px;
  z-index: 10;
}
.slideshow .slick-next {
  right: 50px;
  z-index: 10;
}

/**************************/
/*   HISTORICAL SLIDER    */
/**************************/

.historical-slider {
  position: relative;
  width: calc(100% + 3.875rem);
  max-width: none !important;
  text-align: center;
  padding: 6em 0 4em 0;
  margin: 6em -1.9375rem !important;
  background: #E4E4E4;
  min-height: 600px;
}
.historical-slider::after {
  position: absolute;
  background: url('/wp-content/themes/alssnowmobile/assets/images/fade-right.webp') no-repeat;
  content: '';
  width: 246px;
  height: 100%;
  top: 0;
  right: 0;
  z-index: 1;
}
.historical-slider .container-padding {
  position: relative;
  padding: 0 0em 0 6em;
}
.historical-slider h2 {
  position: relative;
  font-size: 2em;
  text-align: left;
  margin: 0 auto;
  max-width: 1500px;
  width: auto;
}
.historical-slider .slick-list {
  padding: 20px;
}
.historical-slider .slide {
  position: relative;
  display: inline-block;
  z-index: 1;
}
.historical-slider .slide .slide-padding {
  position: relative;
  margin: 0 20%;
  z-index: 1;
}
.historical-slider .slide .slide-year {
  position: absolute;
  display: block;
  top: calc(25% - 0.5rem);
  left: calc(-36% - 0.5em);
  width: 175%;
  z-index: 1;
  font-family: var(--thm-font-header);
  font-weight: 400;
  font-style: normal;
  font-size: 1.555em;
  text-align: left;
  color: #000;
}
.historical-slider .slide .slide-img-container {
  position: relative;
}
.historical-slider .slide .slide-img-container:after {
  position: absolute;
  display: block;
  content: "";
  border-top: .2rem solid #000;
  width: 175%;
  top: calc(50% + 1rem);
  left: -36%;
  transform: translateY(-1rem);
  z-index: 0;
}
.historical-slider .slide .slide-img-container:before {
  position: absolute;
  display: block;
  content: '';
  -webkit-border-radius: 1.2rem;
  border-radius: 1.2rem;
  top: calc(50% - 0.5rem);
  left: calc(-36%);
  height: 1.2rem;
  width: 1.2rem;
  background-color: #000;
}
.historical-slider .slide:last-child .slide-img-container:after {
  position: absolute;
  display: block;
  content: "";
  border-top: .2rem solid #000;
  width: 100%;
  top: calc(50% + 1rem);
  left: -36%;
  transform: translateY(-1rem);
  z-index: 0;
}
.historical-slider .slide .slide-img {
  position: relative;
  border-radius: 20px;
  overflow: hidden;
  z-index: 10;
}
.historical-slider .slide .slide-text {
  padding: 1em 1.2em;
  font-size: 0.9em;
  line-height: 1.3em !important;
}
.historical-slider .slide .slide-text p {
  line-height: 1.3em;
}
.historical-slider .slick-slider {
  max-width: none;
}
.historical-slider .slick-slider .slick-prev {
  left: -50px;
  z-index: 10;
}
.historical-slider .slick-slider .slick-next {
  right: 50px;
  z-index: 10;
}

@media print, screen and (max-width: 64em) {
  .historical-slider {
    padding: 6em 0.975rem 4em 0.975rem;
  }
  .historical-slider h2 {
    padding: 0 1em;
  }
  .historical-slider .container-padding {
    padding: 0 1em;
  }
  .historical-slider .slide .slide-img {
    width: 120%;
    margin-left: -10%;
  }
  .historical-slider .slide .slide-img img {
    width: 100%;
    height: auto;
  }
  .historical-slider .slide .slide-text {
    margin: 0 -1em;
    padding: 1em 0;
  }
  .historical-slider .slick-slider {
    padding: 0;
  }
  .historical-slider .slick-slider .slick-prev {
    left: 0;
  }
  .historical-slider .slick-slider .slick-next {
    right: 0;
  }
  .historical-slider::after {
    width: 75px;
  }
}

/**************************/
/*   ABOUT US SLIDESHOW   */
/**************************/

.slider-container.photo-slideshow {
  margin-bottom: -110px !important;
  margin-left: -1.67em;
  margin-right: -1.67em;
  max-width: unset !important;
}

/**************************/
/*    FEATURED SECTION    */
/**************************/

.featured-section {
  position: relative;
  text-align: center;
  width: 100%;
  margin-left: 0;
}
.featured-section h2 {
  font-size: 2.5em;
  text-align: center;
  margin-top: 2em;
  margin-bottom: 0.5em;
}
@media print, screen and (max-width: 64em) {
  .featured-section h2 {
    font-size: 2em;
  }
}

/**************************/
/*      PRODUCT LIST      */
/**************************/

.product-catalog {
  list-style: none;
  padding-left: .9375rem;
}
.product-catalog li {
  position: relative;
  list-style: none;
  background: #FFF;
  padding: 0.6rem !important;
  margin: 0 0.875rem 0.875rem 0 !important;
}
.product-catalog li .product-img {
  max-height: 250px;
  overflow: hidden;
}
.product-catalog li .product-details {
  position: relative;
  padding: 0;
  margin: 0;
}
.product-catalog li img {
  width: 100%;
}
.product-catalog li a {
  display: block;
  height: calc(100% - 3.4em);
}
.product-catalog li .button {
  position: relative;
  width: 100%;
  margin: 0;
}
.product-catalog li del {
  display: none;
}
.product-catalog.is-loading {
  opacity: 0.5;
}

@media print, screen and (min-width: 40em) and (max-width: 64em) {
  .product-catalog.grid-margin-x > li.medium-6 {
    width: calc(50% - 1em);
  }
  .product-catalog.grid-margin-x > li.medium-6:nth-child(even) {
    margin: 0 0 0.875rem 0 !important;
  }
}
@media print, screen and (max-width: 40em) {
  .product-catalog.grid-margin-x > li.small-12 {
      width: calc(100% - 1rem);
      margin: 0 0 0.875rem 0 !important;
  }
}

/**************************/
/*   NEW IN STORE WIDGET  */
/**************************/
.wc-block-grid__products {
  position: relative;
  list-style: none;
}
.wc-block-grid__products li {
  position: relative;
  display: inline-block;
  list-style: none;
  background: #FFF;
  padding: 0.6rem !important;
  margin: 0 0.875rem 0.875rem 0 !important;
}
.wc-block-grid__products li:last-child {
  margin: 0 0 0.875rem 0 !important;
}
.wc-block-grid__products li .product-details {
  position: relative;
  padding: 0;
  margin: 0;
}
.wc-block-grid__products li img {
  width: 100%;
}
.wc-block-grid__products li a {
  display: block;
  height: calc(100% - 1em);
  margin-bottom: 4em;
}
.wc-block-grid__products li .wc-block-grid__product-title {
  font-size: 1.33em;
  text-align: left;
  padding: 0.5em 0;
  margin: 0;
  min-height: 2.67em;
  text-transform: capitalize;
}
.wc-block-grid__products li .price {
  position: absolute;
  width: 50%;
  margin: 0;
  bottom: 0;
  right: 0;
  z-index: 10;
}
.wc-block-grid__products li .price .amount {
  position: relative;
  display: block;
  padding: 0.5em 0;
  margin: 0;
  font-family: var(--thm-font-header);
  font-weight: 400;
  font-style: normal;
  font-size: 1.33em;
  color: var(--thm-red-active);
  text-align: right;
}
.wc-block-grid__products li .wp-block-button {
  position: absolute;
  width: 100%;
  margin: 0;
  bottom: 0;
}
.wc-block-grid__products li .wp-block-button .wp-block-button__link {
  position: relative;
  width: 100%;
  height: 100%;
  margin: 0;
  top: 0;
  left: 0;
  display: table-cell;
  font-family: var(--thm-font-header);
  font-weight: 400;
  font-style: normal;
  font-size: 1.333em;
  line-height: 2em;
  text-transform: uppercase;
  vertical-align: middle;
  padding: 0.2em 1.778em;
  background: var(--thm-red-active) !important;
  border-radius: 0;
  color: #FFF;
}

@media print, screen and (min-width: 64em) {
  .wp-block-product-new.has-4-columns .wc-block-grid__products li {
    width: calc(25% - 0.875rem) !important;
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 auto;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto !important;
  }
}
@media print, screen and (min-width: 40em) and (max-width: 64em) {
  .wp-block-product-new.has-4-columns .wc-block-grid__products li {
    width: calc(50% - 1.05em) !important;
    max-width: 50%;
    -webkit-box-flex: none;
    -webkit-flex: none;
    -ms-flex: none;
    flex: none !important;
    display: inline-block;
  }
}
@media print, screen and (max-width: 40em) {
  .wp-block-product-new.has-4-columns .wc-block-grid__products li {
      width: calc(100% - 1rem);
      margin: 0 0 0.875rem 0 !important;
      max-width: 100%;
      -webkit-box-flex: none;
      -webkit-flex: none;
      -ms-flex: none;
      flex: none !important;
      display: inline-block;
  }
  .wc-block-grid__products li a {
    height: auto;
    margin-bottom: 0.5em;
  }
  .wc-block-grid__products li .price {
    position: relative;
    width: 100%;
    margin: 0;
    bottom: auto;
    right: auto;
  }
  .wc-block-grid__products li .price .amount {
    position: relative;
    display: block;
    top: auto;
    right: auto;
    max-width: 100%;
    text-align: left;
  }
  .wc-block-grid__products li .wp-block-button {
    position: relative;
    width: 100%;
    margin: 0;
    bottom: auto;
  }
  .wc-block-grid__products li .wp-block-button .wp-block-button__link {
    display: block;
  }
}

/**************************/
/*      PRODUCT LIST      */
/**************************/

.product-list,
.entry-content ul.product-list {
  position: relative;
  text-align: center;
  padding: 0;
  margin: 0 -.9375rem;
  width: calc(100% + 1.875rem);
}
.product-list li {
  position: relative;
  display: inline-block;
  width: auto;
  min-height: 515px;
  list-style: none;
  background: #FFF;
  padding: 10px !important;
  margin: 0 16px 16px 0 !important;
}
.product-list li img {
  width: 100%;
}
.product-list li a {
  display: block;
  height: calc(100% - 2.4em);
}
.product-list li .product-details {
  position: relative;
  min-height: 240px;
  padding: 0 0 3em 0;
  margin: 0;
}
.product-catalog li .woocommerce-loop-product__title,
.product-list li .woocommerce-loop-product__title, 
.woocommerce .products li .woocommerce-loop-product__title {
  font-size: 1.33em;
  text-align: left;
  padding: 0.5em 0;
  margin: 0;
  max-width: 65%;
  min-height: 2.67em;
  text-transform: capitalize;
}
.product-catalog li .price,
.product-list li .price,
.woocommerce ul.products li.product .price {
  position: absolute;
  display: block;
  top: 0;
  right: 0;
  max-width: 35%;
  padding: 0.5em 0;
  margin: 0;
  font-family: var(--thm-font-header);
  font-weight: 400;
  font-style: normal;
  font-size: 1.33em;
  color: var(--thm-red-active);
  text-align: right;
}
.product-catalog li .product-sku,
.product-list li .product-sku {
  font-weight: 400;
  font-style: normal;
  font-size: 0.9em;
  line-height: 1.2em;
  color: #777;
  text-align: left;
}
.product-catalog li .product-description,
.product-list li .product-description {
  font-weight: 400;
  font-style: normal;
  font-size: 0.9em;
  line-height: 1.2em;
  color: #777;
  text-align: left;
  padding-bottom: 1.2em;
}
.product-list li .button {
  position: absolute;
  width: calc(100% - 20px);
  margin: 0;
  bottom: 10px;
  left: 10px;
}
.product-list li.view-all-products {
  display: table;
  background: var(--thm-red-active) !important;
  vertical-align: middle;
  width: 100%;
  height: 100%;
}
.product-list li.view-all-products a {
  position: relative;
  width: 100%;
  height: 100%;
  margin: 0;
  top: 0;
  left: 0;
  display: table-cell;
  font-family: var(--thm-font-header);
  font-weight: 400;
  font-style: normal;
  font-size: 1.333em;
  line-height: 2em;
  text-transform: uppercase;
  vertical-align: middle;
  padding: 0.2em 1.778em;
  background: var(--thm-red-active) !important;
  color: #FFF;
}

@media print, screen and (max-width: 64em) {
  .product-list li {
    margin: 0 1.167rem !important;
  }
}
@media print, screen and (min-width: 64em) {
  .product-catalog.grid-margin-x>li.large-4 {
      width: calc(33.33333% - 0.875rem) !important;
  }
  .upsells.products .product-catalog.grid-margin-x>li.large-4 {
      width: calc(25% - 0.875rem) !important;
  }
  .related.products .product-catalog.grid-margin-x>li.large-4 {
      width: calc(25% - 0.875rem) !important;
  }
}

/**************************/
/*  PRODUCT CROSS-SELLS   */
/**************************/

.wp-block-woocommerce-cart-cross-sells-block {
  position: relative;
  text-align: center;
  padding: 0;
  margin: 0 -.9375rem;
  width: calc(100% + 1.875rem);
}
.wp-block-woocommerce-cart-cross-sells-block .cross-sells-product {
  position: relative;
  display: inline-block;
  width: auto;
  min-height: 450px;
  list-style: none;
  background: #FFF;
  padding: 10px !important;
  margin: 0 16px 16px 0 !important;
}
.wp-block-woocommerce-cart-cross-sells-block .cross-sells-product img {
  width: 100%;
}
.wp-block-woocommerce-cart-cross-sells-block .cross-sells-product a {
  display: block;
  height: calc(100% - 2.4em);
}
.wp-block-woocommerce-cart-cross-sells-block .cross-sells-product .product-details {
  position: relative;
  min-height: 240px;
  padding: 0 0 3em 0;
  margin: 0;
}
.wp-block-woocommerce-cart-cross-sells-block .cross-sells-product .wc-block-components-product-title {
  font-size: 1em;
  text-align: left;
  padding: 0 0 0.5em 0;
  margin: 0;
  max-width: 65%;
  min-height: 2.67em;
  text-transform: capitalize;
}
.wp-block-woocommerce-cart-cross-sells-block .cross-sells-product .price {
  position: absolute;
  display: block;
  top: 55%;
  right: 10px;
  padding: 0.5em 0;
  margin: 0;
  font-family: var(--thm-font-header);
  font-weight: 400;
  font-style: normal;
  font-size: 1.33em;
  color: var(--thm-red-active);
  text-align: right;
}
.wp-block-woocommerce-cart-cross-sells-block .cross-sells-product .product-sku {
  font-weight: 400;
  font-style: normal;
  font-size: 0.9em;
  line-height: 1.2em;
  color: #777;
  text-align: left;
}
.wp-block-woocommerce-cart-cross-sells-block .cross-sells-product .product-description {
  font-weight: 400;
  font-style: normal;
  font-size: 0.9em;
  line-height: 1.2em;
  color: #777;
  text-align: left;
  padding-bottom: 1.2em;
}
.wp-block-woocommerce-cart-cross-sells-block .cross-sells-product .wp-block-button.wc-block-components-product-button .wp-block-button__link.add_to_cart_button {
  position: absolute;
  width: calc(100% - 20px);
  margin: 0;
  bottom: 10px;
  left: 10px;
}
.wp-block-woocommerce-cart-cross-sells-block .cross-sells-product .view-all-products {
  display: table;
  background: var(--thm-red-active) !important;
  vertical-align: middle;
  width: 100%;
  height: 100%;
}
.wp-block-woocommerce-cart-cross-sells-block .cross-sells-product .view-all-products a {
  position: relative;
  width: 100%;
  height: 100%;
  margin: 0;
  top: 0;
  left: 0;
  display: table-cell;
  font-family: var(--thm-font-header);
  font-weight: 400;
  font-style: normal;
  font-size: 1.333em;
  line-height: 2em;
  text-transform: uppercase;
  vertical-align: middle;
  padding: 0.2em 1.778em;
  background: var(--thm-red-active) !important;
  color: #FFF;
}

/**************************/
/*     PRODUCT STYLES     */
/**************************/

.product .flex-viewport {
  margin: 0 0 32px 2px;
  box-shadow: 2px 2px 20px #0000006b;
}
.woocommerce div.product div.images .flex-control-thumbs li {
  margin: 0 2px 2px 2px;
  width: 24.3%;
}
.product .summary {
  padding: 0 64px;
  margin-bottom: 4em !important;
}
.product .meta-details {
  margin: 16px 0;
}
.product .summary .price {
  position: relative;
  display: block;
  float: right;
  padding: 0.5em 0;
  margin: 0 0 0 32px;
  text-align: right;
}
.product .summary .price .amount {
  font-family: var(--thm-font-header);
  font-weight: 400;
  font-style: normal;
  font-size: 1.33em;
  color: var(--thm-red-active);
}
.product .summary .price ins {
  text-decoration: none;
}
.woocommerce:where(body:not(.woocommerce-uses-block-theme)) div.product p.price, 
.woocommerce:where(body:not(.woocommerce-uses-block-theme)) div.product span.price {
  color: var(--thm-red-active);
}
.woocommerce div.product p.price del .amount, 
.woocommerce div.product span.price del .amount {
  font-size: 1em !important;
  opacity: .5;
  display: inline-block;
  text-decoration: underline;
  text-underline-offset: -.5em;
  text-decoration-skip-ink: none;
}
.product .summary .stock {
  display: inline-block;
  padding: 4px 12px;
  background: #FFED00;
  font-family: Arial;
  font-size: 0.8em !important;
  text-transform: uppercase;
  color: #000 !important;
}
.product .posted_in {
  display: block;
}
.product .tagged_as {
  display: block;
}
.product .ribbon {
  position: relative;
}
.product .ribbon .onsale,
.product-catalog span.onsale {
  position: absolute;
  min-height: auto;
  max-height: auto;
  width: 100px;
  height: 36px;
  right: 0px;
  top: 20px;
  padding: 5px 0;
  text-align: center;
  white-space: nowrap;
  vertical-align: baseline;
  border-radius: .25em;
  line-height: 24px;
  text-shadow: none;
  font-weight: normal;
  background-color: var(--thm-red-active);
}
.product .ribbon .onsale:before,
.product-catalog span.onsale:before {
  position: absolute;
  display: inline-block;
  content: "";
  top: 0;
  left: -9px;
  border: 9px solid transparent;
  border-width: 18px 8px;
  border-color: var(--thm-red-active);
  border-left-color: transparent !important;
}
.product .woocommerce-variation-add-to-cart {
  clear: both;
}
.product .summary .quantity-wrapper {
    position: relative;
    padding-left: 56px;
    padding-right: 56px;
    float: left;
}
.product .summary .quantity-wrapper .quantity .qty {
    width: 75px;
    height: 57px;
    margin-bottom: 0;
    border: 1px solid #ddd;
    font-family: var(--thm-font-header);
    font-size: 1.367em;
    text-align: center;
}
.product .summary .quantity-wrapper .plus-minus { 
  display: block;
  width: 56px;
  height: 57px;
  background: #f2f2f2;
  padding: 8px 5px 8px 5px;
  border: 1px solid #ddd;
  font-family: var(--thm-font-header);
  font-size: 2em;
  line-height: 1em;
  vertical-align: middle;
  text-align: center;
  position: absolute;
  z-index: 10;
  top: 0;
  cursor: pointer;
}
.product .summary .quantity-wrapper.qty-change-hidden .plus-minus { 
  opacity: 0.4;
  cursor: default;
}
.product .summary .quantity-wrapper .minus { 
  left: 1px;
}
.product .summary .quantity-wrapper .plus { 
  left: 122px;
}
.product .qty-change-hidden,
.product.sold-individually .summary .quantity-wrapper .minus,
.product.sold-individually .summary .quantity-wrapper .plus {
  display: none;
}

.product .variations tbody,
.product .variations tbody tr:nth-child(even),
.product .variations tbody th.label {
  background: transparent;
}
.product .variations select {
  margin: 0;
}

.products.related {
    margin-top: 4em;
    clear: both;
}
.products.related h2 {
    font-size: 2.5em;
    text-align: center;
    margin-top: 2em;
    margin-bottom: 0.5em;
}

@media print, screen and (max-width: 64em) {
  .product .summary {
    padding: 0;
  }
}
@media print, screen and (max-width: 40em) {
  .woocommerce div.product div.images .flex-control-thumbs li {
      width: 23.8%;
  }
}

/**************************/
/*     CART / CHECKOUT    */
/**************************/

.woocommerce-page .wc-block-components-sidebar-layout .wc-block-components-main {
  box-sizing: border-box;
  margin: 0;
  padding-right: 2em;
  width: 75%;
}
.woocommerce-page .wc-block-components-sidebar {
  box-sizing: border-box;
  margin-top: 8px;
  padding-left: 0;
  width: 25%;
}
.woocommerce-cart .wc-block-cart .wp-block-woocommerce-cart-order-summary-block .wc-block-components-panel, 
.woocommerce-cart .wc-block-cart .wp-block-woocommerce-cart-order-summary-block .wc-block-components-totals-coupon, 
.woocommerce-cart .wc-block-cart .wp-block-woocommerce-cart-order-summary-block .wc-block-components-totals-item {
  padding-left: 16px !important;
  padding-right: 16px !important;
}
.woocommerce-page .is-large.wc-block-cart .wc-block-cart__totals-title {
  padding: 8px 16px;
}

.woocommerce a.added_to_cart {
  position: absolute;
  display: block;
  font-family: var(--thm-font-header);
  font-weight: 400;
  font-style: normal;
  font-size: 1.333em;
  line-height: 2em;
  text-transform: uppercase;
  white-space: nowrap;
  text-align: center;
  width: 200px;
  height: auto;
  padding: 0.2em 1.778em;
  background: var(--thm-red-active) !important;
  color: #FFF;
  left: 50%;
  top: 50%;
  margin-left: -100px;
  margin-top: -1em;
  box-shadow: 2px 2px 50px #00000096;
}

.wc-block-components-product-badge {
  width: auto;
  max-width: 90%;
  overflow: hidden;
  white-space: wrap !important;
}
.wp-block-woocommerce-checkout-order-summary-block .wc-block-components-order-summary .wc-block-components-product-badge {
  width: auto;
  max-width: 175px;
  overflow: hidden;
  white-space: normal;
}
.wc-block-checkout__main .wp-block-woocommerce-checkout-order-summary-block {
  display: none;
}

.wc-blocks-components-select .wc-blocks-components-select__container {
  height: 65px;
}

.wp-block-woocommerce-checkout-order-summary-block, 
.wp-block-woocommerce-cart-totals-block .wp-block-woocommerce-cart-order-summary-block { 
  background: #FFF;
}
.wp-block-woocommerce-checkout-order-summary-block .wc-block-components-totals-wrapper:first-child { 
  border-top: none;
  padding-top: 0;
}
.wp-block-woocommerce-checkout-order-summary-block .wc-block-components-order-summary {
  padding: 0 !important;
}
.wp-block-woocommerce-checkout-order-summary-block .wc-block-components-panel__content {
  padding: 16px;
}
.is-large.wc-block-cart .wp-block-woocommerce-cart-order-summary-block .wp-block-woocommerce-cart-order-summary-heading-block,
.wc-block-components-order-summary .wc-block-components-panel__button{
  background: var(--thm-red);
  font-family: var(--thm-font-header);
  font-weight: 400;
  font-style: normal;
  font-size: 1.555em;
  color: #FFF;
}
.wp-block-woocommerce-checkout-order-summary-block .wc-block-components-checkout-order-summary__title {
  background: var(--thm-red);
  color: #FFF;
  margin-bottom: 1em;
}
.wc-block-checkout.is-large .wp-block-woocommerce-checkout-order-summary-block .wc-block-components-checkout-order-summary__title {
  margin-top: 0;
  padding-top: 16px;
}
.wc-block-checkout.is-small .wp-block-woocommerce-checkout-order-summary-block .wc-block-components-checkout-order-summary__title {
  margin-bottom: 1em;
}
.wp-block-woocommerce-checkout-order-summary-block .wc-block-components-checkout-order-summary__title .wc-block-components-checkout-order-summary__title-text {
  font-family: var(--thm-font-header);
  font-weight: 400;
  font-style: normal;
  font-size: 1.555em;
  padding-left: 10px;
}
.wp-block-woocommerce-checkout-order-summary-block .wp-block-woocommerce-checkout-order-summary-cart-items-block {
  padding-left: 10px;
  padding-right: 10px;
}
.wc-block-components-order-summary .wc-block-components-panel__button {
  padding: 8px 16px !important;
}
.wc-block-components-panel__button .wc-block-components-panel__button-icon {
  right: 16px !important;
}
.wc-block-cart__submit-container {
  text-align: center;
  margin: 0 auto;
}
.wc-block-cart__submit-container .wc-block-components-spinner {
  left: 0;
}

.is-large.wc-block-cart .wc-block-cart-items th {
  padding: 8px 16px !important;
  font-size: 0.8em !important;
  font-weight: 400 !important;
}

.editor-styles-wrapper table.wc-block-cart-items .wc-block-cart-items__header .wc-block-cart-items__header-product, 
table.wc-block-cart-items .wc-block-cart-items__header .wc-block-cart-items__header-product {
    visibility: visible !important; 
}

.editor-styles-wrapper table.wc-block-cart-items .wc-block-cart-items__header, 
table.wc-block-cart-items .wc-block-cart-items__header {
    font-size: 1.555em !important;
    font-weight: 400;
    font-style: normal;
    font-family: var(--thm-font-header);
}

.wc-block-components-product-name { 
  font-size: 1.5em !important;
  font-weight: 400;
  font-style: normal;
  font-family: var(--thm-font-header) !important;
}
.wc-block-components-product-name:hover { 
  color: #AD2337;
}
.wp-block-woocommerce-proceed-to-checkout-block .wc-block-components-button:not(.is-link) {
    display: block;
    font-family: var(--thm-font-header);
    font-weight: 400;
    font-style: normal;
    font-size: 1.333em;
    line-height: 2.67em;
    text-transform: uppercase;
    width: 100%;
    height: auto;
    padding: 4px 48px;
    margin-top: 32px;
    margin-bottom: 16px;
    border: 1px solid #FFF;
    background: var(--thm-red-active);
    color: #FFF;
}
.woocommerce-notices-wrapper {
  position: fixed;
  max-width: 400px;
  left: calc(50% - 200px);
  top: calc(50% - 1rem);
  border: 0;
  z-index: 100;
}
.woocommerce-notices-wrapper .woocommerce-message[role="alert"] {
  position: relative;
  display: block;
  margin-bottom: 0;
  box-shadow: 10px 10px 20px #00000075;
  border: 0;
  z-index: 100;
} 
.woocommerce-notices-wrapper .close-button {
  position: absolute;
  z-index: 100;
}
.woocommerce-notices-wrapper a.button {
  display: block;
  width: 100%;
}

.form-row {
  position: relative;
}
.form-row label:not(.woocommerce-form__label-for-checkbox)  {
  position: absolute;
  left: 1em;
  top: 0;
  margin: 0;
  padding: 0;
  max-width: calc(100% - 32px);
  overflow: hidden;
  text-decoration: inherit;
  text-overflow: ellipsis;
  text-transform: inherit;
  transform: translateY(1em);
  transform-origin: top left;
  transition: all .2s ease;
  font-family: inherit;
  font-size: inherit;
  font-size: 1em;
  line-height: 1em;
  font-style: inherit;
  font-weight: inherit;
  letter-spacing: inherit;
  color: hsla(0, 0%, 7%, .5);
  cursor: text;
  z-index: 1;
}
.form-row.is-active label:not(.woocommerce-form__label-for-checkbox) {
  transform: translateY(.5em) scale(.875);
}
.form-row.is-active label.woocommerce-form__label-for-checkbox {
  display: inline-block;
  min-width: 50%;
  font-size: 1em;
}
.form-row.is-active label.woocommerce-form__label-for-checkbox input[type='checkbox'] {
  display: inline-block;
  margin: 20px 0px 10px 20px;
  width: 20px;
  height: 20px;
}
.form-row.is-active label.woocommerce-form__label-for-checkbox span {
  font-size: 0.8em;
  line-height: 1em;
  color: #666;
}
.form-row input {
  background-color: #fff;
  border: 1px solid hsla(0, 0%, 7%, .8);
  border-radius: 4px;
  box-sizing: border-box;
  color: #2b2d2f;
  font-family: inherit;
  font-size: 1em;
  line-height: 1em;
  margin: 0;
  min-height: 0;
  padding: 2.5em 1em 1.2em 1em;
  width: 100%;
}
.form-row label.screen-reader-text {
  clip: unset;
  -webkit-clip-path: unset;
  clip-path: none;
  height: auto;
  width: auto;
}
.form-row input::placeholder {
  color: rgb(255, 255, 255);
  opacity: 0; /* Firefox */
}
.form-row .select2-container .selection .select2-selection {
  display: block;
  padding: 2em 1em 2em 1em;
}
.select2-container--default .select2-selection--single .select2-selection__arrow {
  height: -webkit-fill-available;
}
.select2-container .select2-selection--single .select2-selection__rendered {
  padding-left: 0;
}

.wc-block-checkout__shipping-method-option.wc-block-checkout__shipping-method-option--selected,
.wc-block-checkout__shipping-method-option.wc-block-checkout__shipping-method-option--selected:focus {
  background-color: #720011 !important;
  transition: 0.2s;
}
.wc-block-components-checkout-step__container .wc-block-checkout__shipping-method-option--selected svg {
    fill: #FFF;
    width: 36px;
    height: 36px;
}
.wc-block-components-checkout-step__container .wc-block-checkout__shipping-method-option--selected span {
    color: #FFF;
    letter-spacing: 0.08em;
    font-size: 1.2em;
}

.wc-block-gateway-container .wc-block-gateway-input {
  min-height: 4em;
}

.close-button {
  width: auto !important;
}

.off-canvas-wrapper {
  width: 100%;
  max-width: 100%;
  overflow-x: hidden;
}

.off-canvas-container .my-account, 
.wc-block-checkout__login-prompt {
  display: block;
  font-family: var(--thm-font-header);
  font-weight: 400 !important;
  font-style: normal;
  font-size: 1.333em;
  line-height: 2em;
  text-align: center;
  text-transform: uppercase;
  width: auto;
  height: auto;
  padding: 4px 48px;
  margin-top: 16px;
  margin-bottom: 46px;
  margin-left: 0;
  border: 1px solid #FFF;
  background: var(--thm-red-active);
  color: #FFF !important;
}

@media print, screen and (max-width: 40em) {
  .woocommerce-page .wc-block-components-sidebar-layout .wc-block-components-main {
      padding-right: 0;
      width: auto;
  }
  .wc-block-components-checkout-step__container .wc-block-checkout__shipping-method-option--selected svg {
      fill: #FFF;
      width: 30px;
      height: 30px;
  }
  .wc-block-components-checkout-step__container .wc-block-checkout__shipping-method-option--selected span {
      color: #FFF;
      letter-spacing: 0em;
      font-size: 1em;
  }
  .wc-braintree-hosted-field {
    min-height: 75px;
  }
}


/************************************/
/*    CHECKOUT / PAYMENT GATEWAY    */
/************************************/

.woocommerce #payment .wc-braintree-hosted-field-parent label {
  transform: scale(1);
}
.woocommerce #payment .wc-braintree-hosted-field-parent:hover label,
.woocommerce #payment .wc-braintree-hosted-field-parent:active label,
.woocommerce #payment .wc-braintree-hosted-field-parent:focus label,
.woocommerce #payment .wc-braintree-hosted-field-parent:focus-within label {
  transform: scale(.75) !important;
}

.woocommerce #payment div.payment_method_braintree_credit_card .wc-braintree-hosted-field {
  height: 4em !important;
}

.wc-braintree-hosted-field-card-number-parent .wc-braintree-hosted-field {
    background-color: #fff;
    border: 1px solid #50575e;
    border-radius: 4px;
    box-sizing: border-box;
    color: #2b2d2f;
    cursor: text;
    font-family: inherit;
    font-size: 1em;
    height: 3em;
    line-height: 1.375;
    margin: 0;
    padding: .75em 0 .75em 16px;
    width:100%
}

.wc-braintree-hosted-field-card-number-parent .wc-braintree-hosted-field:focus {
    background-color:#fff
}

.wc-braintree-hosted-field-card-number-parent:focus {
    background-color:#fff
}

.wc-braintree-hosted-field-card-number-parent label {
    color: inherit;
    color: #757575;
    cursor: text;
    font-family: inherit;
    font-size: inherit;
    font-size: 1em;
    font-style: inherit;
    font-weight: inherit;
    left: 0;
    letter-spacing: inherit;
    line-height: inherit;
    line-height: 1.375;
    margin: 0 0 0 17px;
    max-width: calc(100% - 24px);
    overflow: hidden;
    position: absolute;
    text-decoration: inherit;
    text-overflow: ellipsis;
    text-transform: inherit;
    top: 0;
    transform: translateY(.75em);
    transform-origin: top left;
    transition:transform .2s ease
}

@media screen and (prefers-reduced-motion: reduce) {
    .wc-braintree-hosted-field-card-number-parent label {
        transition:none
    }
}


.wc-block-gateway-container .wc-block-gateway-input.focused.empty + label, .wc-block-gateway-container .wc-block-gateway-input:not(.empty) + label {
    transform:translateY(4px) scale(.75)
}


@keyframes spinner__animation {
    0% {
        animation-timing-function: cubic-bezier(.5856, .0703, .4143, .9297);
        transform:rotate(0deg)
    }

    to {
        transform:rotate(1turn)
    }
}

@keyframes loading__animation {
    to {
        transform:translateX(100%)
    }
}

/**************************/
/*     USER DASHBOARD     */
/**************************/

.woocommerce-account .woocommerce-MyAccount-navigation {
  width: 100%;
  float: none;
}
.woocommerce-MyAccount-navigation ul {
  list-style: none;
  width: 100%;
  padding: 0 !important;
  margin: 0 !important;
}
.woocommerce-MyAccount-navigation ul li {
  list-style: none;
  float: left;
  margin-top: 0em;
  margin-bottom: 1em;
  margin-right: 1em;
}
.woocommerce-MyAccount-navigation a {
  display: block;
  font-family: var(--thm-font-header);
  font-weight: 400;
  font-style: normal;
  font-size: 1.25em;
  line-height: 2em;
  text-transform: uppercase;
  width: 100%;
  height: auto;
  padding: 4px 24px;
  border: 1px solid #FFF;
  background: var(--thm-red-active);
  color: #FFF;
}
.woocommerce-MyAccount-navigation .woocommerce-MyAccount-navigation-link a:hover {
  background: var(--thm-red);
  color: #FFF;
}
.woocommerce-MyAccount-navigation .woocommerce-MyAccount-navigation-link.is-active a {
  background: var(--thm-red);
  color: #FFF;
}
.woocommerce-MyAccount-navigation ul li.woocommerce-MyAccount-navigation-link--downloads {
  display: none;
}

.woocommerce-account .woocommerce-MyAccount-content {
  float: none;
  width: 100%;
  clear: both;
}
.shop_table .order-actions a.button {
  display: inline-block;
  font-family: var(--thm-font-header);
  font-weight: 400;
  font-style: normal;
  font-size: 1em;
  line-height: 2em;
  text-transform: uppercase;
  height: auto;
  padding: 2px 16px;
  border: 1px solid #FFF;
  border-radius: 0;
  background: var(--thm-red-active);
  color: #FFF;
}

.wp-block-button.one-button .wp-element-button {
  display: block;
  margin: 2em 0;
}
.wp-block-button.one-button .wp-element-button {
  display: inline-block;
  font-family: var(--thm-font-header);
  font-weight: 400;
  font-style: normal;
  font-size: 2em;
  line-height: 2em;
  text-transform: uppercase;
  height: auto;
  padding: 8px 16px;
  border: 1px solid #FFF;
  border-radius: 0;
  background: var(--thm-red-active);
  color: #FFF !important;
}

@media print, screen and (max-width: 40em) {
  .woocommerce-MyAccount-navigation ul li {
    list-style: none;
    float: left;
    margin-top: 0em;
    margin-bottom: 0.5em;
    margin-right: 0.5em;
  }
  .woocommerce-MyAccount-navigation a {
    display: block;
    font-family: var(--thm-font-header);
    font-weight: 400;
    font-style: normal;
    font-size: 1.15em;
    line-height: 2em;
    text-transform: uppercase;
    width: 100%;
    height: auto;
    padding: 4px 14px;
    border: 1px solid #FFF;
    background: var(--thm-red-active);
    color: #FFF;
  }
}

/**************************/
/*   WORK ORDER STYLES    */
/**************************/

.my-work-orders-wrapper {
  margin-top: 4rem;
}

/**************************/
/*     CATEGORY LIST      */
/**************************/

.category-list {
  position: relative;
  text-align: center;
  padding: 0;
  margin: 0 -.9375rem;
  width: calc(100% + 1.875rem);
}
.category-list li {
  position: relative;
  display: table !important;
  width: auto;
  min-height: 485px;
  list-style: none;
  background: #FFF;
  padding: 10px !important;
  margin: 0 16px 16px 0 !important;
}
.category-list li .category-padding {
  height: 100%;
  display: table-cell;
}
.category-list li img {
  display: table-header-group;
  width: 100%;
}
.category-list li a {
  display: block;
  height: calc(100% - 2.4em);
}
.category-list li .category-details {
  position: relative;
  display: table-footer-group;
  height: 100%;
  margin: 0;
}
.category-list li .category-details .padding {
  padding: 10px;
}
.category-list li h2 {
  font-size: 1.33em;
  text-align: left;
  padding: 0.5em 0;
  margin: 0;
  min-height: 2.67em;
}
.category-list li .category-description {
  font-weight: 400;
  font-style: normal;
  font-size: 0.9em;
  line-height: 1.2em;
  color: #777;
  text-align: left;
  padding-bottom: 0.5em;
  height: 40px;
}
.category-list li .button {
  position: relative;
  bottom: 0;
  width: 100%;
  margin: 0;
  padding: 0.2em;
  font-size: 1em;
}
.category-list li.view-all-products {
  display: table;
  background: var(--thm-red-active) !important;
  vertical-align: middle;
  width: 100%;
  height: 100%;
}
.category-list li.view-all-products a {
  position: relative;
  width: 100%;
  height: 100%;
  margin: 0;
  top: 0;
  left: 0;
  display: table-cell;
  font-family: var(--thm-font-header);
  font-weight: 400;
  font-style: normal;
  font-size: 1.333em;
  line-height: 2em;
  text-transform: uppercase;
  vertical-align: middle;
  padding: 0.2em;
  background: var(--thm-red-active) !important;
  color: #FFF;
}

@media print, screen and (max-width: 64em) {
  .category-list li {
    margin: 0 1.167rem !important;
  }
}
@media print, screen and (min-width: 64em) {
  .category-list.grid-margin-x>li.large-4 {
      width: calc(33.33333% - 0.875rem) !important;
  }
}
@media print, screen and (max-width: 40em) {
  .category-list.grid-margin-x>li.large-2 {
      width: calc(50% - 0.875rem) !important;
  }
  .category-list {
    margin: 0 !important;
    width: 100% !important;
  }
  .category-list li {
    margin: 0 0.325rem !important;
    min-height: 510px;
  }
}
@media print, screen and (max-width: 36em) {
  .category-list li {
    min-height: 420px;
  }
  .category-list li .category-details {
    display: table !important;
    height: 210px;
    vertical-align: bottom;
  }
  .category-list li .category-details .padding {
    display: table-cell;
    vertical-align: bottom;
  }
  .category-list li a.button span {
    display: none;
  }
}

/**************************/
/* POSTS & CONTENT STYLES */
/**************************/
.page-title .vcard {
  border: 0px;
  padding: 0px; }

.byline {
  color: #999; }
  
.entry-content {
  padding-bottom: 90px;
}
.entry-content img {
  max-width: 100%;
  height: auto; 
}
.entry-content p,
.entry-content ul,
.entry-content ol {
  max-width: 1500px;
}
.entry-content ul {
  margin: 2em auto;
  padding: 0 2em;
}
.entry-content .alignleft, .entry-content img.alignleft {
  margin-right: 1.5em;
  display: inline;
  float: left; }

.entry-content .alignright, .entry-content img.alignright {
  margin-left: 1.5em;
  display: inline;
  float: right; }

.entry-content .aligncenter, .entry-content img.aligncenter {
  margin-right: auto;
  margin-left: auto;
  display: block;
  clear: both; }

.entry-content video, .entry-content object {
  max-width: 100%;
  height: auto; }

.entry-content pre {
  background: #eee;
  border: 1px solid #cecece;
  padding: 10px; }

.wp-caption {
  max-width: 100%;
  background: #eee;
  padding: 5px; }
  .wp-caption img {
    max-width: 100%;
    margin-bottom: 0;
    width: 100%; }
  .wp-caption p.wp-caption-text {
    font-size: 0.85em;
    margin: 4px 0 7px;
    text-align: center; }

.post-password-form input[type="submit"] {
  display: inline-block;
  vertical-align: middle;
  margin: 0 0 1rem 0;
  font-family: inherit;
  padding: 0.85em 1em;
  -webkit-appearance: none;
  border: 1px solid transparent;
  border-radius: 0;
  transition: background-color 0.25s ease-out, color 0.25s ease-out;
  font-size: 0.9rem;
  line-height: 1;
  text-align: center;
  cursor: pointer;
  background-color: #1779ba;
  color: #fefefe; }
  [data-whatinput='mouse'] .post-password-form input[type="submit"] {
    outline: 0; }
  .post-password-form input[type="submit"]:hover, .post-password-form input[type="submit"]:focus {
    background-color: #14679e;
    color: #fefefe; }

/*********************
IMAGE GALLERY STYLES
*********************/
.gallery {
  max-width: 100%;
  margin-left: auto;
  margin-right: auto;
  margin-right: -15px;
  margin-left: -15px; }

.gallery::before, .gallery::after {
  content: ' ';
  display: table; }

.gallery::after {
  clear: both; }

.gallery.gallery-columns-1 > dl {
  width: 100%;
  float: left;
  padding-right: 0.625rem;
  padding-left: 0.625rem; }
  @media print, screen and (min-width: 40em) {
    .gallery.gallery-columns-1 > dl {
      padding-right: 0.9375rem;
      padding-left: 0.9375rem; } }
  .gallery.gallery-columns-1 > dl:last-child:not(:first-child) {
    float: right; }

.gallery.gallery-columns-2 > dl {
  width: 50%;
  float: left;
  padding-right: 0.625rem;
  padding-left: 0.625rem; }
  @media print, screen and (min-width: 40em) {
    .gallery.gallery-columns-2 > dl {
      padding-right: 0.9375rem;
      padding-left: 0.9375rem; } }
  .gallery.gallery-columns-2 > dl:last-child:not(:first-child) {
    float: right; }

.gallery.gallery-columns-3 > dl {
  width: 33.33333%;
  float: left;
  padding-right: 0.625rem;
  padding-left: 0.625rem; }
  @media print, screen and (min-width: 40em) {
    .gallery.gallery-columns-3 > dl {
      padding-right: 0.9375rem;
      padding-left: 0.9375rem; } }
  .gallery.gallery-columns-3 > dl:last-child:not(:first-child) {
    float: right; }

.gallery.gallery-columns-4 > dl {
  width: 25%;
  float: left;
  padding-right: 0.625rem;
  padding-left: 0.625rem; }
  @media print, screen and (min-width: 40em) {
    .gallery.gallery-columns-4 > dl {
      padding-right: 0.9375rem;
      padding-left: 0.9375rem; } }
  .gallery.gallery-columns-4 > dl:last-child:not(:first-child) {
    float: right; }

.gallery.gallery-columns-5 > dl {
  width: 20%;
  float: left;
  padding-right: 0.625rem;
  padding-left: 0.625rem; }
  @media print, screen and (min-width: 40em) {
    .gallery.gallery-columns-5 > dl {
      padding-right: 0.9375rem;
      padding-left: 0.9375rem; } }
  .gallery.gallery-columns-5 > dl:last-child:not(:first-child) {
    float: right; }

.gallery.gallery-columns-6 > dl {
  width: 16.66667%;
  float: left;
  padding-right: 0.625rem;
  padding-left: 0.625rem; }
  @media print, screen and (min-width: 40em) {
    .gallery.gallery-columns-6 > dl {
      padding-right: 0.9375rem;
      padding-left: 0.9375rem; } }
  .gallery.gallery-columns-6 > dl:last-child:not(:first-child) {
    float: right; }

.gallery.gallery-columns-7 > dl {
  width: 14.28571%;
  float: left;
  padding-right: 0.625rem;
  padding-left: 0.625rem; }
  @media print, screen and (min-width: 40em) {
    .gallery.gallery-columns-7 > dl {
      padding-right: 0.9375rem;
      padding-left: 0.9375rem; } }
  .gallery.gallery-columns-7 > dl:last-child:not(:first-child) {
    float: right; }

.gallery.gallery-columns-8 > dl {
  width: 12.5%;
  float: left;
  padding-right: 0.625rem;
  padding-left: 0.625rem; }
  @media print, screen and (min-width: 40em) {
    .gallery.gallery-columns-8 > dl {
      padding-right: 0.9375rem;
      padding-left: 0.9375rem; } }
  .gallery.gallery-columns-8 > dl:last-child:not(:first-child) {
    float: right; }

.gallery dl {
  width: 100%;
  float: left;
  padding-left: 0.9375rem;
  padding-right: 0.9375rem; }

.gallery dl:last-child:not(:first-child) {
  float: right; }

/*********************
PAGE NAVI STYLES
*********************/
.page-navigation {
  margin-top: 1rem; }

/*********************
COMMENT STYLES
*********************/
#comments .commentlist {
  margin-left: 0px; }

#respond ul {
  margin-left: 0px; }

.commentlist li {
  position: relative;
  clear: both;
  overflow: hidden;
  list-style-type: none;
  margin-bottom: 1.5em;
  padding: 0.7335em 10px; }
  .commentlist li:last-child {
    margin-bottom: 0; }
  .commentlist li ul.children {
    margin: 0; }

.commentlist li[class*=depth-] {
  margin-top: 1.1em; }

.commentlist li.depth-1 {
  margin-left: 0;
  margin-top: 0; }

.commentlist li:not(.depth-1) {
  margin-left: 10px;
  margin-top: 0;
  padding-bottom: 0; }

.commentlist .vcard {
  margin-left: 50px; }
  .commentlist .vcard cite.fn {
    font-weight: 700;
    font-style: normal; }
  .commentlist .vcard time {
    float: right; }
    .commentlist .vcard time a {
      color: #999;
      text-decoration: none; }
      .commentlist .vcard time a:hover {
        text-decoration: underline; }
  .commentlist .vcard img.avatar {
    position: absolute;
    left: 10px;
    padding: 2px;
    border: 1px solid #cecece;
    background: #fff; }

.commentlist .comment_content p {
  margin: 0.7335em 0 1.5em;
  font-size: 1em;
  line-height: 1.5em; }

.commentlist .comment-reply-link {
  float: right; }

/*********************
COMMENT FORM STYLES
*********************/
.respond-form {
  margin: 1.5em 10px;
  padding-bottom: 2.2em; }
  .respond-form form {
    margin: 0.75em 0; }
    .respond-form form li {
      list-style-type: none;
      clear: both;
      margin-bottom: 0.7335em; }
      .respond-form form li label,
      .respond-form form li small {
        display: none; }
    .respond-form form input[type=text],
    .respond-form form input[type=email],
    .respond-form form input[type=url],
    .respond-form form textarea {
      padding: 3px 6px;
      background: #efefef;
      border: 2px solid #cecece;
      line-height: 1.5em; }
      .respond-form form input[type=text]:focus,
      .respond-form form input[type=email]:focus,
      .respond-form form input[type=url]:focus,
      .respond-form form textarea:focus {
        background: #fff; }
      .respond-form form input[type=text]:invalid,
      .respond-form form input[type=email]:invalid,
      .respond-form form input[type=url]:invalid,
      .respond-form form textarea:invalid {
        outline: none;
        border-color: #fbc2c4;
        background-color: #f6e7eb;
        -ms-box-shadow: none;
        box-shadow: none; }
    .respond-form form input[type=text],
    .respond-form form input[type=email],
    .respond-form form input[type=url] {
      max-width: 400px;
      min-width: 250px; }
    .respond-form form textarea {
      resize: none;
      width: 97.3%;
      height: 150px; }

#comment-form-title {
  margin: 0 0 1.1em; }

#allowed_tags {
  margin: 1.5em 10px 0.7335em 0; }

.nocomments {
  margin: 0 20px 1.1em; }

/***********************/
/*  SIDEBARS & ASIDES  */
/***********************/

.sidebar {
  position: relative;
  padding: 0 !important;
  margin: 10rem 0 140px 0 !important;
}
.sidebar h2 {
  font-size: 2.1667em;
  text-transform: uppercase;
  letter-spacing: -0.01em;
  margin-bottom: 0;
}
.sidebar h2,
.sidebar h3,
.sidebar h4,
.sidebar h2.wp-block-heading,
.sidebar h3.wp-block-heading,
.sidebar h4.wp-block-heading { 
  padding-top: 20px;
}
.sidebar p {
  padding-right: 0;
  margin-bottom: 0;
}

.sidebar label,
.sidebar .wpforms-form label.wpforms-field-label {
  font-family: "Helvetica Neue", Helvetica, Roboto, Arial, sans-serif;
  font-weight: 700;
  font-style: normal;
  font-size: 1em;
  line-height: 2em;
  width: 100%;
  height: auto;
  padding: 6px 0;
  margin: 0
}
.sidebar input,
.sidebar input[type='email'],
.sidebar .wpforms-form input.wpforms-field-medium,
.sidebar form.searchwp-form input.swp-input {
  font-weight: 400;
  font-style: normal;
  font-size: 1.2em;
  line-height: 2em;
  width: 100%;
  max-width: 100%;
  height: auto;
  padding: 6px 16px;
  margin: 0;
  border: 1px solid rgba(0, 0, 0, 0.25);
  background: #ffffff;
}
.sidebar select {
  font-weight: 400;
  font-style: normal;
  font-size: 1.2em;
  line-height: 2em;
  width: 100%;
  height: auto;
  padding: 6px 16px;
  border: 1px solid #FFF;
  background: #ffffff;
  color: #ccbec0;
  background-image:
    linear-gradient(45deg, transparent 50%, rgb(26, 26, 26) 50%),
    linear-gradient(135deg, rgb(26, 26, 26) 50%, transparent 50%);
  background-position:
    calc(100% - 28px) calc(1em + 2px),
    calc(100% - 20px) calc(1em + 2px);
  background-size:
    8px 8px,
    8px 8px;
  background-repeat: no-repeat;
}
.sidebar input[type="search"]::-webkit-search-cancel-button {
   color: white; /* Change the color to white */
   -webkit-appearance: none; /* Remove default browser styling */
}

.sidebar input[type='button'],
.sidebar button[type='submit'],
.sidebar button[type='submit'].wpforms-submit {
  font-family: var(--thm-font-header);
  font-weight: 400;
  font-style: normal;
  font-size: 1.333em;
  line-height: 2em;
  text-transform: uppercase;
  width: 100%;
  height: auto;
  padding: 6px 16px;
  margin-top: 32px;
  border: 1px solid #FFF;
}
.sidebar button[type='submit'].wpforms-submit {
  margin-top: 0px;
}
div.wpforms-container .wpforms-field {
  padding: 8px 0;
}
.sidebar li {
  list-style: none; 
}
.sidebar .filter-box {
  position: relative;
  background-color: var(--thm-red);
  padding: 12px 32px 32px 32px;
  margin: 0 0 1.67em 0 !important;
  color: #FFF;
}
.sidebar .filter-box .wp-block-group__inner-container {
  position: relative;
}
.sidebar .filter-box h2,
.sidebar .filter-box h3,
.sidebar .filter-box h4 { 
  color: #FFF;
}
.sidebar .filter-box a { 
  color: #d9b7be;
}
.sidebar .filter-box label {
  color: #FFF;
}
.sidebar .filter-box input,
.sidebar .filter-box form.searchwp-form input.swp-input {
  border: 1px solid #FFF;
  background: #7E1625;
  color: #FFF;
}
.sidebar .filter-box select {
  border: 1px solid #FFF;
  background: #7E1625;
  color: #ccbec0;
  background-image:
    linear-gradient(45deg, transparent 50%, rgb(255, 255, 255) 50%),
    linear-gradient(135deg, rgb(255, 255, 255) 50%, transparent 50%);
  background-position:
    calc(100% - 28px) calc(1em + 2px),
    calc(100% - 20px) calc(1em + 2px);
  background-size:
    8px 8px,
    8px 8px;
  background-repeat: no-repeat;
}
.sidebar .filter-box select:focus {
  background-image:
    linear-gradient(45deg, rgb(222, 222, 222) 50%, transparent 50%),
    linear-gradient(135deg, transparent 50%, rgb(222, 222, 222) 50%);
  background-position:
    calc(100% - 20px) 1em,
    calc(100% - 28px) 1em;
  background-size:
    8px 8px,
    8px 8px;
  background-repeat: no-repeat;
  outline: 0;
}
.sidebar .filter-box input[type='button'] {
  border: 1px solid #FFF;
  background: var(--thm-red-active);
  color: #FFF;
}

.sidebar .noUi-horizontal {
  height: 4px;
}
.sidebar .noUi-target {
  background: #844;
  border: 0;
}
.sidebar .noUi-connect {
    background: #fff;
}
.sidebar .noUi-origin {
  background: #666;
}
.sidebar .noUi-connect, 
.sidebar .noUi-origin {
  top: 0;
}
.sidebar .noUi-horizontal .noUi-handle {
    width: 20px;
    height: 20px;
    right: -10px;
    top: -9px;
    border-radius: 50%;
}
.sidebar .widget_block .facetwp-slider-reset {
  width: auto;
  position: absolute;
  top: 12px;
  right: 0;
  margin: 0;
  padding: 6px 8px;
  font-size: 0.8em;
  line-height: 1em;
  box-shadow: none;
  border-radius: 0;
}
.sidebar .widget_block .facetwp-autocomplete-update {
  opacity: 0;
  height: 1px;
  margin: 0;
  padding: 0;
  z-index: 0;
}
.sidebar .widget_block {
  position: relative;
  background: #e4e4e4;
  width: auto !important;
  margin: 0;
  padding: 0;
  float: none !important;
}
.sidebar .widget_block .wp-block-group {
  padding: 0 32px 16px;
}
.sidebar #block-36.widget_block .filter-box,
.sidebar #block-44.widget_block .filter-box,
.sidebar #block-45.widget_block .filter-box {
  margin: 0 !important;
}

.sidebar .wpforms-container .wpforms-field-row.wpforms-field-medium {
  width: 100%;
  max-width: 100%;
}

.sidebar .widget_product_tag_cloud .tagcloud  {
  text-align: center;
}
.sidebar .widget_product_tag_cloud .tagcloud a {
  display: inline-block;
  margin-left: 1px;
  margin-right: 10px;
  transition: 0.25s;
  font-size: 12px !important;
  color: #FFF;
}
.sidebar .widget_product_tag_cloud .tagcloud a:hover {
  font-weight: bold;
  margin-left: 0;
  margin-right: 8px;
  scale: 1.1;
}

@media print, screen and (min-width: 64em) {
  .sidebar.large-3 {
    width: calc(25% - 0.75rem);
  }
}
@media print, screen and (max-width: 64em) {
  .sidebar {
    display: none;
    position: fixed;
    background: var(--thm-red);
    width: 100% !important;
    height: 100vh;
    top: 0;
    left: 0;
    margin: 0 !important;
    z-index: 10;
    overflow-y: scroll;
  }
  .sidebar.display-filter {
    display: block;
  }
  .sidebar .wp-block-buttons .mobile-only.filter-button {
    margin-bottom: 100px;
  }
}

.widget ul {
  margin: 0; 
}

/***********************/
/*    FOOTER STYLES    */
/***********************/
.footer {
  background: var(--thm-red);
  clear: both;
  margin-top: 1em; 
}
.footer .inner-footer {
  max-width: 1500px;
  margin: 20px auto 0 auto;
  padding-top: 90px;
  color: #C0959A;
}
.footer .inner-footer a {
  color: #FFF;
}
.footer .inner-footer a:hover {
  color: #ddd;
}
.footer .inner-footer h2 {
  font-size: 1.3em;
  color: #FFF;
}
.footer .inner-footer strong {
  font-size: 0.9em;
  font-weight: 700;
  color: #FFF;
}
.footer .inner-footer .menu {
  display: block;
  list-style: none;
  margin: 8px 0px;
  padding: 0;
}
.footer .inner-footer .menu li {
  list-style: none;
  margin: 0;
  padding: 4px 0;
  float: none;
}
.footer .inner-footer .menu li a {
  color: #FFF;
  padding: 8px 0;
}
.footer .inner-footer .menu li a:hover {
  color: #ddd;
}
.footer .inner-footer .menu .active > a {
  background: transparent; 
  font-weight: bold;
}
.footer .inner-footer .site-title {
  font-family: "Libre Baskerville", serif;
  font-weight: 700;
  font-style: normal;
  font-size: 1.1em;
  line-height: 2em;
  text-align: center;
  height: auto;
  padding: 24px 0 2px 0;
  color: #FFF;
}
.footer .inner-footer .site-tagline {
  font-family: Arial, serif;
  font-weight: 400;
  font-style: normal;
  font-size: 1em;
  line-height: 1em;
  text-align: center;
  height: auto;
  padding: 0 0 48px 0;
  color: #C0959A;
}
.footer .inner-footer .site-tag {
  font-family: Arial, serif;
  font-weight: 400;
  font-style: normal;
  font-size: 1em;
  line-height: 2em;
  text-align: center;
  height: auto;
  padding: 0 0 48px 0;
  color: #C0959A;
}
.footer .inner-footer .col-1 {
  text-align: center;
}
.footer .inner-footer .col-2 .padding {
  padding-left: 16%;
}
.footer .inner-footer .col-3 .padding {
  padding-left: 16%;
}
.footer .inner-footer .col-4 .padding {
  text-align: right;
  padding: 0;
}
.footer .inner-footer .col-4 ul {
  display: inline-block;
  vertical-align: bottom;
  padding: 0;
  margin: 0;
}
.footer .inner-footer .col-4 li {
  list-style: none;
  float: left;
  margin-left: 16px;
}
.footer .inner-footer .col-4 .button {
  margin-right: 0;
}
.footer .inner-footer .bottomLinks {
  text-align: center;
  padding: 16px 0 32px 0;
  margin: 1em auto;
}
.footer .inner-footer .bottomLinks p {
  margin-bottom: 0.5em;
}

@media print, screen and (max-width: 64em) {
  .footer .inner-footer h2 {
    margin-top: 1em;
  }
  .footer .inner-footer .padding,
  .footer .inner-footer .col-4 .padding {
    text-align: center;
    padding: 0 1em !important;
  }
  .footer .inner-footer .newsletterLinks,
  .footer .inner-footer .socialLinks {
    text-align: center;
  }
  .footer .inner-footer .bottomLinks .policyLinks {
    font-size: 0.8em;
  }
}

/*********************
VISUAL EDITOR STYLES
*********************/
body#tinymce {
  margin: 20px; 
}

/*********************
PLUGIN STYLES
*********************/

.reveal.reveal-modal {
  padding: 3em;
  box-shadow: 2px 2px 40px rgba(0, 0, 0, 0.5)
}
.reveal-overlay {
  background: rgba(0, 0, 0, 0.75);
}

/**************************/
/*       BREAKPOINTS      */
/**************************/
.show-for-medium,
.show-for-large,
.show-for-large-only {
  display: block !important; 
} 

@media screen and (min-width: 1500px) {
  .show-for-medium {
    display: none !important; 
  } 
}

@media screen and (max-width: 1500px) {
  .show-for-large-only {
    display: none !important; 
  } 
}


/*********************/
/*      SPINNER      */
/*********************/

.loading-icon {
  position: fixed;
  display: block;
  width: 100px;
  height: 100px;
  left: calc(50% - 50px);
  top: calc(50% - 50px);
  margin: 0 auto -20px auto; /* Center icon and use negative bottom margin the same as the icon height so it does not take up vertical space */
  background-image: url('/wp-content/plugins/facetwp/assets/images/loading.png');
  background-size: cover;
  animation: spin 1000ms infinite linear;
  opacity: 0;
  z-index: 100;
}

@keyframes spin {
  from {
    transform: rotate(0deg);
  }
  to {
    transform: rotate(360deg);
  }
}

/* Fade in/out of the loading icon */
.loading-icon.loading {
  opacity: 1 !important;
  transition: opacity 0.2s ease-out;
}

/* Fade in/out of the whole listing template */
.facetwp-template {
  opacity: 1;
  transition: opacity 0.1s ease-out;
}
.facetwp-template.loading {
  opacity: 0;
}

.loading-overlay {
    position: fixed;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 1005;
    display: none;
    background: rgba(255, 255, 255, 0.5);
    overflow-y: auto;
    -webkit-overflow-scrolling: touch;
}

/* Norton Shopping Guarantee */
#SectionEPSI {
  margin: 10px 16px !important;
}
label.pkg-prot-switch input {
  opacity: 0;
}



