/** Shopify CDN: Minification failed

Line 17:0 Unexpected "$"
Line 23:0 Comments in CSS use "/* ... */" instead of "//"
Line 24:17 Unexpected "{"
Line 24:27 Expected ":"
Line 24:46 Unexpected ";"
Line 26:0 Comments in CSS use "/* ... */" instead of "//"
Line 27:17 Unexpected "{"
Line 27:27 Expected ":"
Line 27:45 Unexpected ";"
Line 29:0 Comments in CSS use "/* ... */" instead of "//"
... and 77 more hidden warnings

**/
/* break points */
$siteWidth: 1250px;
$small: 590px;
$medium: 768px;
$large: 1024px;
$wide: 1600px;

// Text colors
$colorTextBody: {{ settings.color_body_text }};

// Heading colors
$colorHeadings: {{ settings.color_headings }};

// Backgrounds
$colorBody: {{ settings.color_body_bg }};

// overlay
$colorOverlay: {{ settings.color_overlay }};
$opacityOverlay: {{ settings.opacity_overlay }}/100;

// Header
$heightHeaderScrolling: 131px;
$heightHeader: 100px;
$heightHeaderMobile: 70px;

// Navigation
$colorNav: {{ settings.color_nav_bg }};
$colorNavText: {{ settings.color_nav_text }};
$colorHeroHeader: {{ settings.color_transparent_nav_text }};
$colorTranparentNavText: $colorHeroHeader;

// Footer
$colorFooter: {{ settings.color_footer_bg }};
$colorFooterText: {{ settings.color_footer_text }};
$colorFooterDefault: {{ settings.color_footer_default }};
$colorFooterPrimary: {{ settings.color_footer_primary }};
$colorFooterButtonText: {{ settings.color_footer_button_text }};
$colorCopyright: {{ settings.color_copyright_bg }};
$colorCopyrightText: {{ settings.color_copyright_text }};

// Announcement
$colorAnnouncement: {{ settings.color_announcement_bg }};
$colorAnnouncementText: {{ settings.color_announcement_text }};


main.main-content {
    background: #ece3d7 url(//merch.loneriverbevco.com/cdn/shop/files/Products_8_2000x.png?v=1731576657) repeat!important ;
}

/* body.template-index .main-content .shopify-section, body.template-page .main-content {
  background:  $colorBody url({{ "CB_Pattern.png" | asset_img_url: '2000x' }}) no-repeat top/100%;
  @media screen and (max-width: $medium) {
    background:  $colorBody url({{ "CB_Pattern.png" | asset_img_url: '800x' }}) no-repeat top/100%;
  }
} */

/* body.template-collection .main-content, body.template-search .main-content {
  background:  $colorBody url({{ "Rectangle_53.png" | asset_img_url: '2000x' }}) no-repeat top/100%;
  @media screen and (max-width: $medium) {
    background:  $colorBody url({{ "Rectangle_53.png" | asset_img_url: '800x' }}) no-repeat top/100%;
  }
} */

/* body.template-product {
  background:  $colorBody url({{ "BackgroundSlice.png" | asset_img_url: '2000x' }}) no-repeat top/100%;
  @media screen and (max-width: $medium) {
    background:  $colorBody url({{ "BackgroundSlice_mobile.png" | asset_img_url: '800x' }}) no-repeat top/100%;
  }
} */

body.template-page {
  background:  $colorBody url({{ "Rectangle_66_2.png" | file_img_url: '2000x' }}) no-repeat top/100%;
  @media screen and (max-width: $medium) {
    background:  $colorBody url({{ "Rectangle_66_2.png" | file_img_url: '800x' }}) no-repeat top/100%;
  }
}


body {
font-family: "TT Norms Pro";
font-size: 16px;
font-style: normal;
font-weight: 450;
line-height: 21px; 
}

* {
  -webkit-font-smoothing: antialiased;
  -webkit-text-size-adjust: 100%;
  text-rendering: optimizeLegibility;
}

header.border-bottom {
    border-bottom: 1px solid #000;
}

h1 {
color: var(--WROUGT_IRON-BLACK, #231e1e);
    font-family: TungstenCompressed !important;
    font-size: 84px !important;
    font-style: normal !important;
    font-weight: 400 !important;
    line-height: 84px !important;
    letter-spacing: 5.88px !important;
  /* identical to box height, or 105% */

  text-align: center;
  text-transform: uppercase;
}

.hero__title {
  color: var(--STUCCO-CREAM, #E9E3DB);
text-align: center;
text-shadow: 0px 0px 43.43px rgba(0, 0, 0, 0.20);
font-family: "TungstenCompressed";
font-size: 160px!important;
font-style: normal;
font-weight: 400;
line-height: 160px; /* 100% */
letter-spacing: 11.2px;
text-transform: uppercase;

  
  max-width: 650px;
  margin: 0 auto;
  
  @media screen and (max-width: $small){
    font-size: 100px;
    line-height: 100px;
  }
}

.hero {
  -ms-flex-align: flex-start;
  -webkit-align-items: flex-start;
  -moz-align-items: flex-start;
  -ms-align-items: flex-start;
  -o-align-items: flex-start;
  align-items: flex-start;
}

.hero__text-wrapper {
  max-width: unset;
  padding-left: 20px;
  padding-top: 46.2px;
}

@media (min-width: $large) {
/*   .hero__title {
    font-size: 70px;
    line-height: 70px;
  } */
  .hero__text-wrapper {
    padding-left: 60px;
    padding-top: 75px;
  }
  .header-wrapper {
    padding-left: 60px;
    padding-right: 60px;
  }
}

.btn:not(.btn--full):not(.qty-adjust):not(.btn-square-small) {
  width: 280px;
  max-width: 280px;
  height: 42px;
  font-family: 'TTNormsPro-Bd';
  font-style: normal;
  font-weight: 700;
  font-size: 18px;
  /* line-height: 20px!important; */
  padding: 12px 24px;

  text-align: center;
  text-transform: uppercase;
  @media screen and (max-width: $medium){
    /* width: 100% !important; */
    /* max-width: unset !important; */
  }
}

.btn--secondry {
  background-color: #F2F1DD !important;
}

.header-container {
	background-color: $colorNav;
}

@media screen and (max-width: 768px) {
/*   .site-header {
    background-color: #003764 !important;
  }
  .site-nav__link, .site-header__logo-link {
  	color: #fec842 !important;
  } */
}

@media (min-width: 769px) {
  .hero--xlarge {
    min-height: 53.4vw;
/*     min-height: calc(150vh - 131px); */
/*     align-items: flex-start; */
/*     .hero__text-wrapper {
      padding-top: 120px:
    } */
  }
}

.btn {
 font-family: TT Norms Pro;
    font-size: 14px;
    font-style: normal;
    font-weight: 700;
    line-height: 14px;
    letter-spacing: .14px;
    text-transform: uppercase;
    text-align: center;
  @media (min-width: $wide) {
  	// font-size: 22px;
    // line-height: 23px;
  }
}

.site-nav__item a {
 font-family: TT Norms Pro;
    font-size: 14px;
    font-style: normal;
    font-weight: 700;
    line-height: 14px;
    letter-spacing: .14px;
    text-transform: uppercase;
    text-align: left;
}

/* cart and drawer */

.js-drawer-close {
  background-color: transparent !important;
  border: none;
  outline: none;
}

.drawer__title {
  font-family: Brothers Regular;
  font-size: 32px;
  font-weight: 700;
  line-height: 32px;
  letter-spacing: 0em;
  text-align: left;
  text-transform: uppercase;
}

.ajaxcart_line_remove {
  cursor: pointer;
  font-family: 'Interstate';
  font-style: normal;
  font-weight: 400;
  font-size: 10px;
  line-height: 15px;
  /* identical to box height, or 150% */

  text-align: right;
  letter-spacing: 0.04em;
}

.drawer__fixed-header, .ajaxcart__footer--fixed {
  transition: all 0.3s ease;
}

#CartDrawer:hover {
  .drawer__fixed-header, .ajaxcart__footer--fixed {
    /* -moz-box-shadow: 0px 0px 40px rgba(0,0,0,0.2);
    -ms-box-shadow: 0px 0px 40px rgba(0,0,0,0.2);
    -o-box-shadow: 0px 0px 40px rgba(0,0,0,0.2);
    -webkit-box-shadow: 0px 0px 40px rgba(0,0,0,0.2);
    box-shadow: 0px 0px 40px rgba(0,0,0,0.2); */
  }
}

@media screen and (max-width: 769px){
  #CartDrawer.drawer--right {
      right: 100%;
  }
  .js-drawer-open-right #CartDrawer.drawer--right {
      display: block;
      -webkit-transform: translateX(100%);
      -moz-transform: translateX(-100%);
      -ms-transform: translateX(-100%);
      -o-transform: translateX(-100%);
      transform: translateX(100%);
  }
  
  .js-drawer-open-left #NavDrawer.drawer--left {
      display: block;
      -webkit-transform: translateX(100%);
      -moz-transform: translateX(100%);
      -ms-transform: translateX(100%);
      -o-transform: translateX(100%);
      transform: translateX(-100%);
  }
  #NavDrawer.drawer--left {
      width: 85%;
      left: 100%;
  }
}

.mobile-nav__link, .mobile-nav__item a {
 color: var(--STUCCO-CREAM, #E9E3DB);
font-family: "TT Norms Pro";
font-size: 24px;
font-style: normal;
font-weight: 700;
line-height: 24px; /* 100% */
letter-spacing: 0.72px;
  text-transform: uppercase!important;
}

/* .mobile-nav__spacer {
	border-color: #fec842 !important;
} */

.qty-container .qty-input, .ajaxcart__qty-adjust {
  background-color: transparent !important;
font-family: "TT Norms Pro";
font-size: 20px;
font-style: normal;
font-weight: 700;
line-height: 24px; /* 120% */
text-transform: uppercase;
/*   line-height: 24px; */

  text-align: center;
  text-transform: uppercase;

  color: #828282 !important;
  border: 1px solid #828282; 
  height: 39px;
  @media (min-width: $wide) {
  	// font-size: 22px;
/*     line-height: 21px; */
  }
}

.qty-container .fas {
  line-height: 22px !important;
  color: #231E1E!important;
}

.ajaxcart__product-name, .ajaxcart__subtotal, .cart__product-name, .cart__subtotal, .cart__header-labels {
color: var(--Dark-Gray, #4a4b4c) !important;
    font-family: TTNormsPro-Bd;
    font-size: 20px;
    font-style: normal;
    font-weight: 700;
    line-height: 24px;
    text-transform: uppercase;

  text-transform: uppercase;
  @media (min-width: $wide) {
  	// font-size: 22px;
    // line-height: 23px;
  }
}

.cart__product-name {
  color: #003764 !important;
}

.text-right .ajaxcart__subtotal, .ajaxcart__price {
  color: #F2F1DD;
}

.ajaxcart__price, .cart__price, .cart__product-meta a[href^="/cart/change"] {
  font-family: "interstate",sans-serif;
  font-style: normal;
  font-weight: bold;
  font-size: 18px;
  line-height: 22px;

  letter-spacing: 1px;
  text-transform: uppercase;
}

.cart__product-meta {
  margin-top: 20px;
}

.ajaxcart__product-image img {
/*   background: #FFF3E7 url({{ "Mask_Group.png" | asset_img_url: 'x100' }}) no-repeat center/cover; */
}

.ajaxcart__quantity-grid__item, .cart__quantity-grid__item {
  .qty-adjust {
  	display: none;
  }
  .qty-input {
  	width: 70px;
    height: 50px;
    line-height: 50px;
  }
}

.ajaxcart_line-remove-wrap {
	max-width: 70px;
  	margin: 0 auto;
}

.ajaxcart__qty-wrap {
    -ms-flex-item-align: center;
    -webkit-align-self: center;
    align-self: center;
    padding-left: 16px !important;
}

.cart-link__bubble--visible {
  display: block;
  position: absolute;
  width: 23px;
  height: 23px;
  right: 0px;
  border: 2px solid #F2F1DD !important;
  background-color: #201800 !important;
  border-radius: 100px;
  -moz-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
  top: -2px;
  font-size: 12px;
  line-height: 22px;
  text-align: center;
  color: #F2F1DD;
}

.cart__header-labels>.grid-uniform {
  align-items: center !important;
}

.cart__image img {
  background: #F2F1DD url({{ "Mask_Group.png" | asset_img_url: 'x300' }}) no-repeat center/cover;
}

.drawer .btn--buy {
  height: 70px;
}

/* product pages */

.product-single__photo {
  background-color: transparent !important;
  
}

.product-single__photos {
  // background: #FFF3E7 url({{ "Mask_Group.png" | asset_img_url: 'x600' }}) no-repeat center/cover;
  // border: 1px solid #003764;
  .slick-dots {
    // position: absolute;
    // top: 20px;
    // right: 20px;
    margin-bottom: 25px;
    li:not(.slick-active) button{
      background-color: #fec842;
      border-color: #FEC842;
    }
  }
}

.product_center_bg {
  // background: #FFF3E7 url({{ "Mask_Group.png" | asset_img_url: 'x600' }}) no-repeat center/cover;
}

@media not all and (hover: none) {
  .product-single__photo-wrapper.js-zoom-enabled:hover {
    .product-single__photo {
      opacity: 0;
    }
  }
}

@media only screen and (max-width: 769px) {
  .product-single .box{
    padding-top: 0;
  }
  
  .product-photos {
  	padding: 0;
    width: calc(100% + 16px);
  }
  
  .product-single__photo-wrapper.js-zoom-enabled:hover {
    .product-single__photo {
      opacity: 1;
    }
  }

  .product-thumbnail__photos.slick-format.slick-initialized {
     margin-right: unset; 
  }
}

.product-single__thumb {
  // background: #FFF3E7 url({{ "Mask_Group.png" | asset_img_url: 'x100' }}) no-repeat center/cover;
  background-color: transparent;
}

.order_details .line_thumb_img {
  background: #F2F1DD url({{ "Rectangle_66_2.png" | file_img_url: 'x100' }}) no-repeat center/cover;
}

.product-details {
  /* padding-left: 22px; */
  padding-left: 50px; 
  padding-right: 5px;
  @media screen and (min-width: $large) {
    padding-top: 60px;
    padding-left: 60px;
  }
}

.product-single__price {
  color: var(--WROUGT_IRON-BLACK, #231E1E);
font-family: "TT Norms Pro";
font-size: 24px;
font-style: normal;
font-weight: 700;
line-height: 32px; /* 133.333% */
  text-transform: uppercase;
}

.price-wrapper {
  border: none;
  background-color: transparent;
  @media screen and (max-width: $large){
    padding: 0 16px 16px;
  }
}

.radio-wrapper.product-form__item-radio {
  padding-top: 0px;
	padding-bottom: 20px;
}

.single-option-radio__label {
  font-family: "TTNormsPro-Bd";
  font-style: normal;
  font-weight: bold;
  font-size: 20px;
  line-height: 20px;

  text-transform: uppercase;

  color: #003764;
  @media (min-width: $wide) {
  	// font-size: 22px;
    // line-height: 23px;
  }
}

[for^="ProductSelect--product-template-option-"]:not([for^="ProductSelect--product-template-option-color-"]):not(.single-option-radio__label) {
  font-family: "TTNormsPro-Bd";
  font-style: normal;
  font-weight: 700;
  font-size: 20px;
  line-height: 20px;

  text-align: center;
}

[for^="ProductSelect--product-template-option-"]:not([for^="ProductSelect--product-template-option-color-"]):not(.single-option-radio__label) {
    background-color: transparent;
    border-color: transparent;
    color: #003764;
    &:hover {
      background-color: #003764;
      border-color: transparent;
      color: #F2F1DD;
    }
}

[for^="ProductSelect--product-template-option-color-"] {
    font-size: 0px;
    width: 28px;
    height: 27px;
    padding: 0;
    margin-top: 5px;
    border-radius: 50%;
  	border-color: transparent !important;
  	box-shadow: 0 0 0 2px #F2F1DD !important;
}

[for^="ProductSelect--product-template-option-color-"]+input+label[for^="ProductSelect--product-template-option-color-"] {
  	margin-left: 10px;
}

.selected_color {
	font-family: "TTNormsPro-Bd";
    font-style: normal;
    font-weight: normal;
    font-size: 20px;
    line-height: 20px;
}

.single-option-radio input[type='radio']:checked+label[for^="ProductSelect--product-template-option-color-"] {
  	/* box-shadow: 0 0 0 3px #003764 !important; */
}

/* #AddToCart--product-template[disabled="disabled"] {
	display: none !important;
  	visibility: hidden !important;
} */

.product_description_head {
color: var(--WROUGT_IRON-BLACK, #231E1E);
text-align: center;
font-family: "TT Norms Pro";
font-size: 20px;
font-style: normal;
font-weight: 700;
line-height: 24px; /* 120% */
text-transform: uppercase;

  // text-align: center;
  padding-top: 50px;
  // padding-bottom: 30px;
  margin-bottom: 25px;
}

.product-single__description {
color: var(--WROUGT_IRON-BLACK, #231e1e);
    font-family: "TT Norms Pro";
    font-size: 16px;
    font-style: normal;
    font-weight: 450;
    line-height: 21px;
  @media screen and (max-width: $large){
    font-size: 16px;
    line-height: 20px;
  }
}

/* collection or product grid */

/* .grid-product__image-wrapper {
  background: #FFF3E7 url({{ "Mask_Group.png" | asset_img_url: 'x500' }}) no-repeat center/cover;
} */

select.select--small {
  background-color: #fec842 !important;
  border-color: #fec842 !important;
}

option:not(#age_gate option) {
  color: #fec842;
  background-color: #003764;
  cursor: pointer;
}

.grid-product__image-link, .product--image {
  background-color: transparent !important;
}

.product--wrapper.image-wrapper > div {
  padding-top: 100% !important;
  & > img {
/*     top: 50%;
  	-webkit-transform: translateY(-50%);
    transform: translateY(-50%); */
    
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    margin: auto;
    max-width: 100%;
    max-height: 100%;
  }
}

.product-single__title {
  font-size: 24px !important;
  margin-bottom: 0px !important;
  line-height: 35px !important;
  letter-spacing: 0;
  @media (max-width: 768px) {
    font-family: "Brothers Bold", sans-serif;
    font-style: normal;
    font-weight: 700;
    font-size: 24px !important;
    margin-top: 0px;
  }
}

.grid-product__title {
 color: var(--WROUGT_IRON-BLACK, #231E1E);
text-align: center;
font-family: "TTNormsPro-Bd";
font-size: 20px;
font-style: normal;
font-weight: 700;
line-height: 24px; 
text-transform: uppercase;

  @media screen and (max-width: $large) {
  	font-size: 20px;
    line-height: 24px;
  }
}

.grid-product__price {
  color: var(--WROUGT_IRON-BLACK, #231E1E);
text-align: center;
font-family: "TTNormsPro-Bd";
font-size: 18px;
font-style: normal;
font-weight: 700;
line-height: 24px;
  @media screen and (max-width: $large) {
  	font-size: 18px;
    line-height: 11.43px;
  }
}

.grid-product__soldout {
  font-family: "TT Norms Pro";
  font-style: normal;
  font-weight: 400;
  font-size: 28px;
  line-height: 21px;
  /* identical to box height, or 75% */

  text-align: center;
  letter-spacing: 0px;
  @media screen and (max-width: $large) {
  	font-size: 18px;
    line-height: 11.43px;
  }
}

.grid-product__wrapper .prod_desc, .prod_desc {
color: var(--BLACK, #201800);
text-align: center;
font-family: "TT Norms Pro";
font-size: 16px;
font-style: normal;
font-weight: 450;
line-height: 21px; 

  @media screen and (max-width: $large) {
  	font-size: 16px;
    line-height: 21px;
    margin-top: 12px;
  }
}
.grid-product__wrapper .prod_desc, .prod_desc {
    padding: 0 90px;
}

/* Footer */

.footer_menu_li {
  display: inline-block;
  padding: 0 10px;
  margin-bottom: 10px;
  &:not(:last-of-type) {
  	border-right: 1.5px solid #fec842;
  }
  & a {
  	margin-bottom: 0 !important;
    font-family: "TT Norms Pro";
    font-style: normal;
    font-weight: 500;
    font-size: 20px;
    line-height: 20px;
/*     text-align: right; */
    letter-spacing: 0.01em;
    text-transform: uppercase;
  }

  .dg_footer_wrapper_inner li.dg_footer_item_9 {
    width: 100%!important;
}

  @media (max-width: 768px) {
  	display: block !important;
    border-right: none !important;
  }
}

.site-footer__linktitle {
  font-family: "TT Norms Pro";
}

.bottom-footer {
  display: none !important;
}

@media screen and (min-width: 769px){
  .box.site-footer {
     padding-bottom: 20px; 
  }
}

footer#section-footer {
  background-color: {{ settings.color_primary }};
}

/* div#footer {
  width: 100% !important;
  padding: 20px 0 50px !important;
  @media (max-width: 768px) {
    padding: 10px 0 20px !important;
  }
  & * {
    font-size: 18px !important;
    line-height: 18px !important;
    background-color: #003764 !important;
  }
  li {
    margin-bottom: 18px;
  }
} */

.site-footer__rte.rte {
  // font-family: "Helvetica Neue LT", serif;
  font-size: 18px;
  line-height: 173.2%;
  letter-spacing: 0.01em;
  text-transform: capitalize;
}

/* Pages */

/* body.page-template .page-title {
  font-family: "Helvetica Neue LT Bold", sans-serif;
  font-style: normal;
  font-weight: bold;
  font-size: 36px !important;
  line-height: 36px !important;

  text-transform: uppercase;
} */

.bg-yello {
  background-color: #fec842 !important;
}

/* search  */

.input-group-btn> .btn {
  width: unset !important;
}

.header_font {
  font-family: "TT Norms Pro";
  font-style: normal;
  font-weight: normal;
  font-size: 72px;
  line-height: 173.2%;
  @media (max-width: 768px) {
    font-size: 58px;
    line-height: 38px;
  }
}

.para_font {
  font-family: "TT Norms Pro";
  font-style: normal;
  font-weight: normal;
  font-size: 28px;
  line-height: 45.08px;
  margin: 0;
  @media (max-width: 768px) {
  	font-size: 20px;
    line-height: 159.7%;
  }
}

.custom-section .grid .wrap .font_HNLT, .font_HNLT{
  font-family: 'Brothers Regular';
  font-style: normal;
  font-weight: 400;
  font-size: 24px;
  line-height: 28px;
  max-width: 200px;
  /* or 117% */

  text-transform: uppercase;
  color: #ECE3D7;
  text-shadow: 0px 0px 30px rgba(0, 0, 0, 0.15);

  @media screen and (max-width: $large){
    font-size: 18px;
    line-height: 115%;
    margin-bottom: 8px;
  }
  .price_font {
    font-family: "TT Norms Pro";
    font-style: normal;
    font-weight: 400;
    font-size: 28px;
    line-height: 21px;
    /* identical to box height, or 75% */

    letter-spacing: 0.04em;
    @media screen and (max-width: $large){
      font-size: 18px;
      line-height: 63.5%;
    }
  }
}

.shop_link {
  font-family: "TT Norms Pro";
  font-style: normal;
  font-weight: 700;
  font-size: 18px;
  line-height: 18px;
  /* identical to box height, or 100% */

  letter-spacing: 0.075em;
  text-transform: capitalize;
  text-shadow: 0px 0px 30px rgba(0, 0, 0, 0.15);

  /* CREAM */

  color: #ECE3D7;
  @media screen and (max-width: $large){
    font-size: 16px;
    line-height: 35px;
    svg {
     height: 13px !important; 
    }
  }
}

.custom-section .grid .wrap .font_HN{
/*   font-family: Helvetica Neue; */
  font-style: normal;
  font-weight: 700;
  font-size: 20px;
  line-height: 35px;

  letter-spacing: 0.075em;
  text-transform: capitalize;
  .price_font {
    font-family: "Brothers Bold", sans-serif;
    font-weight: 700;
    font-size: 24px;
    line-height: 31px;
    letter-spacing: 0.015em;
  }
}

.font_HNLTPro {
  font-family:"TT Norms Pro";
  text-transform: uppercase;
  letter-spacing: 1px;
}

#support, #contact-us, #find-your-order, #exchange-request, #order-status {
  .form-vertical {
    input, textarea, select, .selectric {
      font-family: "TT Norms Pro";
      border: 3px solid #003764;
      min-height: 70px;
      font-size: 20px;
      margin-bottom: 17px;
    }
    .selectric .label, .selectric .button {
      padding-left: 14px;
      padding-right: 24px;
      line-height: 64px;
      height: 64px;
      font-family: "TT Norms Pro";
      font-style: normal;
      font-weight: normal;
      font-size: 20px;
      color: #003764;
      width: unset;
      &:after {
        content: unset;
      }
    }
    .selectric-items li {
      padding: 16px 24px;
      font-family: "TT Norms Pro";
      font-size: 16px;
      color: #201800;
      &:hover {
        background-color:  #201800 !important;
        color: #fff !important;
      }
    }
  }
}

.errors {
  background-color: #FFCDD2;
}

.note {
  background-color: #201800;
  color: #ece3d7;
  padding: 10px;
}

#orderContainer label {
  font-family: "TT Norms Pro";
  text-transform: uppercase;
  letter-spacing: 1px;
  font-weight: bold;
  margin-bottom: 10px;
  display:inline-block;
}

#orderContainer .order_details{
  padding: 40px;
  @media screen and (max-width: $medium){
    padding: 20px;
  }
}

.hr--full {
  border-top: 1.5px solid #0B0B0B; 
  width: 100%;
  margin: 10px 0;
  padding: 0;
}

.fa-spin {
  -webkit-animation: fa-spin 2s infinite linear;
  animation: fa-spin 2s infinite linear;
}

.input-group-full .input-group-field[type="search"], .input-group .input-group-field[type="search"] {
  font-family: "TT Norms Pro";
  border: 3px solid #003764;
  border-right: none;
  min-height: 70px;
  font-size: 20px;
  text-transform: uppercase;
}

#age_gate {
/*   display: none !important;
  visibility: hidden !important; */
}

body {
  overflow: auto !important;
}

@media screen and (max-width: $medium) {
  div#orderContainer *:not(small) {
      font-size: 95%;
  }
}

::-webkit-input-placeholder { /* Chrome/Opera/Safari */
  text-align: left !important;
}
::-moz-placeholder { /* Firefox 19+ */
  text-align: left !important;
}
:-ms-input-placeholder { /* IE 10+ */
  text-align: left !important;
}
:-moz-placeholder { /* Firefox 18- */
  text-align: left !important;
}


.icon__fallback-text, .visually-hidden {
    position: absolute!important;
    overflow: hidden;
    clip: rect(0 0 0 0);
    height: 1px;
    width: 1px;
    margin: -1px;
    padding: 0;
    border: 0;
}

/* ==============================================New css========================================================== */
.bottom_banner h2.hero__title.small--text-center {
    font-family: Interstate;
} 
 .bottom_banner .rte.hero__text p {
    font-family: 'Brothers Bold';
} 
.price-wrapper span {
    font-family: TT Norms Pro;
    font-style: normal;
}
button#AddToCart--product-template {
    max-width: 171px !important;
    padding: 0px 24px;
    height: 44px;
      margin-bottom: 48px;
}
fieldset[name=color] {
    display: flex;
    width: 20px;
    height: 30px;
}
fieldset[name=size] label {
    width: 50px !important;
    height: 30px !important;
}
fieldset[name=size] label {
    width: 50px !important;
    height: 30px !important;
    font-size: 20px !important;
    line-height: 0.2 !important;
  	padding: 12px 0 !important;
}

fieldset[name=size] label:hover {
    background-color: #201800 !important;
    border-color: transparent !important;
    color: #fff !important;
}


fieldset.single-option-radio label {
    width: 50px;
    height: 30px;
    font-size: 20px;
    font-family: Brothers Regular;
    font-weight: 400;
    margin-left: 0;
    margin-right: 0;
    color: #201800 !important;
    background: transparent;
    border: 1px solid #828282 !important;
  	padding: 4px 0;
}
fieldset[name=size] input:checked + label {
    background: #231E1E!important;
    color: #E9E3DB !important;
}

label.single-option-radio__label {
    color: var(--WROUGT_IRON-BLACK, #231E1E);
font-family: "TT Norms Pro";
font-size: 14px;
font-style: normal;
font-weight: 450;
line-height: 14px;
letter-spacing: 0.42px;
    text-align: left;
    color: #000;
}
.selected_color{
    text-align: left;
  color: var(--WROUGT_IRON-BLACK, #231E1E);
font-family: "TTNormsPro-Bd";
font-size: 14px;
font-style: normal;
font-weight: 700;
line-height: 14px;
letter-spacing: 0.42px;
}
fieldset[name=color] label {
    max-width: 20px !important;
    height: 20px !important;
    /* padding: 0 !important; */
  	font-size: 0 !important;
	box-shadow: none !important;
 
  border: 1px solid #BDBDBD !important; 
    /* border: none !important; */
}
.product-single__title {
    padding-bottom: 8px;
}
div#ProductThumbs .grid__item {
    width: 100px !important;
/*     height: 100px !important; */
}
div#ProductThumbs .slick-track {
    display: flex;
    margin: 0 auto;
    justify-content: center;
}
.product-single__description.rte {
   color: var(--WROUGT_IRON-BLACK, #231E1E);
font-family: "TT Norms Pro";
font-size: 16px;
font-style: normal;
font-weight: 450;
line-height: 21px;
    text-align: left;
}
p.product_description_head {
    font-family: 'Brothers Regular' !important;
    font-size: 18px;
    font-weight: 400;
    line-height: 22px;
    letter-spacing: 0em;
    text-align: left;
  	margin-bottom: 10px;
}
.product-recommendations p.prod_desc {
    display: none;
}
.product-recommendations p.grid-product__title {
color: var(--WROUGT_IRON-BLACK, #231E1E)!important;
text-align: center!important;
font-family: "TTNormsPro-Bd"!important;
font-size: 20px!important;
font-style: normal!important;
font-weight: 700!important;
line-height: 24px!important;
text-transform: uppercase!important;
    margin: 16px auto!important;
}
.drawer__header .drawer__title a {
   color:  #231E1E!important;
text-align: center!important;
font-family: "TT Norms Pro"!important;
font-size: 20px!important;
font-style: normal!important;
font-weight: 700!important;
line-height: 24px!important;
text-transform: uppercase!important;
    margin: 16px auto!important;
  /* padding-left: 10px; */
} 

.drawer__close svg {
    width: 24px !important;
    height: 24px !important;
    position: relative;
    top: 0px;
}
.ajaxcart__product-name--wrapper a {
  color: #231E1E!important;
font-family: "TTNormsPro-Bd";
font-size: 14px;
font-style: normal;
font-weight: 700;
line-height: 18px; /* 128.571% */
letter-spacing: 0.14px;
text-transform: uppercase;
}
span.ajaxcart__product-meta {
    display: none;
}
span.ajaxcart__price {
  color: var(--WROUGT_IRON-BLACK, #231E1E);
font-family: "TT Norms Pro";
font-size: 14px;
font-style: normal;
font-weight: 450;
line-height: 18px; /* 128.571% */
letter-spacing: 0.14px;
text-transform: uppercase;
}
.ajaxcart__product {
  border-top: 1px solid var(--Balcones-Charcoal, #1A1817);
    /* border-bottom: 1px solid var(--Balcones-Charcoal, #1A1817); */
    /* border-top: 1px solid #ece3d7; */
    padding: 25px 0px;
    margin: 0 0px;
}
.ajaxcart__inner.ajaxcart__inner--has-fixed-footer {
    padding: 0px 0px;
}
.grid--full.cart_subtotal {
  border-top: 1px solid var(--Balcones-Charcoal, #1A1817);
      margin-top: 0px;
}
p.ajaxcart__subtotal {
   color: var(--Dark-Gray, #4A4B4C)!important;
/* text-align: right; */
font-family: "TTNormsPro-Bd";
font-size: 20px;
font-style: normal;
font-weight: 700;
line-height: 24px; /* 120% */
text-transform: uppercase;
  padding-top:20px;
}
.drawer .btn--buy {
    height: 42px;
    padding: 12px;
    font-family: Interstate;
    font-size: 18px;
    font-weight: 700;
    line-height: 18px;
    letter-spacing: 0em;
    text-align: center;
}
 .template-product .product-single__title{
color: var(--WROUGT_IRON-BLACK, #231E1E);
font-family: "TungstenCompressed"!important;
font-size: 84px!important;
font-style: normal!important;
font-weight: 400!important;
line-height: 84px!important;
letter-spacing: 5.88px!important;
text-transform: uppercase!important;
   text-align: left;
       /* max-width: 430px; */
       max-width: 521px;
  }
.template-product span.btn__text {
   color: var(--STUCCO-CREAM, #E9E3DB);
font-family: "TT Norms Pro";
font-size: 14px;
font-style: normal;
font-weight: 700;
line-height: 14px; /* 100% */
letter-spacing: 0.14px;
text-transform: uppercase;
    text-align: center;
}
.single-option-radio input[type=radio]:checked+label[for^=ProductSelect--product-template-option-color-] {
    /* box-shadow: none !important; */
  	background-color: transparent;
    background-position: center !important;
    background-repeat: no-repeat !important;
    background-size: contain !important;
  	/* border: none !important; */

}
.single-option-radio input[type=radio] label {
    /* box-shadow: none !important; */
  	background-color: transparent !important;
    background-position: center !important;
    background-repeat: no-repeat !important;
    background-size: contain !important;
  	border: none !important;

}

/* ===================================================================================== */
@media (min-width: 769px){
.hero__text-wrapper {
    padding-left: 25px;
    padding-top: 270px;
}
  .hero_logo {
    position: relative;
    top: -22px;
    left: 3px;
}
 .bottom_banner h2.hero__title.small--text-center {
    display: flex;
    justify-content: space-between;
    align-items: center;
} 
   .bottom_banner .rte.hero__text p {
    font-size: 30px;
    font-family: 'Brothers Bold';
}
  .mobile_view{
  
  display:none;
  }
  .desktop_view{
   display:block;
  }
/*   .nav-container-menu {
    display: none;
} */
  .price-wrapper span {
   color: var(--WROUGT_IRON-BLACK, #231E1E);
font-family: "TTNormsPro-Bd";
font-size: 24px;
font-style: normal;
font-weight: 700;
line-height: 32px;
} 
span.btn__add-to-cart-text {
    font-size: 14px;
}  
.product-recommendations h2.section-header__title {
  	margin: 80px auto 49px !important;
  color: var(--WROUGT_IRON-BLACK, #231E1E)!important;
text-align: center!important;
font-family: "TungstenCompressed"!important;
font-size: 84px!important;
font-style: normal!important;
font-weight: 400!important;
line-height: 84px!important; /* 100% */
letter-spacing: 5.88px!important;
text-transform: uppercase!important;
}
.template-product .box {
    padding-top: 23px;
    padding-bottom: 60px;
} 
.product-single__meta.product-sticky ul {
    padding-right: 90px;
}  
  .product-single__photos .slick-list.draggable {
    height: 530px !important;
}
  
}

@media (max-width: 768px){
h2.hero__title.small--text-center {
    display: flex;
    flex-direction: column;
    color: var(--STUCCO-CREAM, #E9E3DB);
    text-shadow: 0px 0px 24px rgba(0, 0, 0, 0.10);
    font-family: "Tungsten Compressed";
    font-size: 100px !important;
    font-style: normal;
    font-weight: 400;
    line-height: 100px;
    letter-spacing: 7px;
    text-transform: uppercase;
    align-items: center;
  	max-width: 295px;
  	padding-top: 13.3px;
}
  .bottom_banner h2.hero__title.small--text-center img {
    width: 90px;
    height: 81px;
    margin-bottom: 30px;
}
  .bottom_banner .hero__text-wrapper {
   padding-top: 36px;
}
  .bottom_banner .rte.hero__text {
    padding-top: 51px;
}
  .bottom_banner .rte.hero__text p {
    font-size: 21px;
}
  .mobile_view{
  
  display:block;
  }
  .desktop_view{
   display:none;
  }
  .site-nav__item a {
    line-height: 0 !important;
}

/*   fieldset#ProductSelect--product-template-option-1 label {
    width: 50px!important;
    height: 30px!important;
    font-size: 20px!important;
    font-family: Brothers Regular!important;
    font-weight: 400 !important;
    margin-left: 0 !important;
    margin-right: 0 !important;
    color: #000 ;
    background: transparent ;
    border: 1px solid #000 !important;
} */
  
  fieldset#ProductSelect--product-template-option-1 label {
    width: 50px!important;
    height: 30px!important;
    
  } 
  
   .product-section .btn:not(.btn--full):not(.qty-adjust):not(.btn-square-small) {
    /* width: 100% !important; */
}
fieldset[name=size] input:checked + label {
    background: #000 !important;
    color: #ECE3D7 !important;
}

label.single-option-radio__label {
     color: var(--WROUGT_IRON-BLACK, #231e1e)!important;
    font-family: TT Norms Pro!important;
    font-size: 14px!important;
    font-style: normal!important;
    font-weight: 450!important;
    line-height: 14px!important;
    letter-spacing: .42px!important;
}
.selected_color{
	 color: var(--WROUGT_IRON-BLACK, #231E1E)!important;
font-family: "TT Norms Pro"!important;
font-size: 14px!important;
font-style: normal!important;
font-weight: 700!important;
line-height: 14px!important;
letter-spacing: 0.42px!important;
}
fieldset[name=color] label {
    max-width: 20px !important;
    height: 20px !important;
  	/* padding: 0 !important; */
  	font-size: 0 !important;
    box-shadow: none !important;
    border: none !important;  
}
.product-single__title {
    padding-bottom: 14px !important;
}
div#ProductThumbs .grid__item {
    width: 72px !important;
    height: 72px !important;
}
div#ProductThumbs .slick-track {
    margin: 0 auto !important;
  	display: flex;
   justify-content: center;
}
.product-single__description.rte {
    color: var(--WROUGT_IRON-BLACK, #231E1E) !important;
    font-family: "TT Norms Pro" !important;
    font-size: 16px !important;
    font-style: normal !important;
    font-weight: 450 !important;
    line-height: 21px !important;
    text-align: left !important;
}

.product-recommendations p.prod_desc {
    display: none !important;
}
.product-recommendations p.grid-product__title {
    margin: 16px auto!important;
  color: var(--WROUGT_IRON-BLACK, #231E1E)!important;
text-align: center!important;
font-family: "TTNormsPro-Bd"!important;
font-size: 20px!important;
font-style: normal!important;
font-weight: 700!important;
line-height: 24px!important;
text-transform: uppercase!important;
}
  .product-single__title{
color: var(--WROUGT_IRON-BLACK, #231E1E)!important;
font-family: "Tungsten Compressed"!important;
font-size: 84px!important;
font-style: normal!important;
font-weight: 400!important;
line-height: 84px!important;
letter-spacing: 5.88px!important;
text-transform: uppercase!important;
  }
  .price-wrapper{
    font-family: Interstate !important;
    font-size: 28px !important;
    font-weight: 400 !important;
    line-height: 21px !important;
    letter-spacing: 0.04em !important;
    text-align: left !important;
 }
  span.btn__add-to-cart-text {
    color: var(--STUCCO-CREAM, #E9E3DB);
text-align: center;
font-family: "TT Norms Pro";
font-size: 14px;
font-style: normal;
font-weight: 700;
line-height: 14px; /* 100% */
letter-spacing: 0.14px;
text-transform: uppercase;
  }
  .product-recommendations h2.section-header__title {
   color: var(--WROUGT_IRON-BLACK, #231e1e);
        text-align: center;
        font-family: Tungsten Compressed;
        font-size: 40px;
        font-style: normal;
        font-weight: 400;
        line-height: 44px;
        letter-spacing: 2.8px;
        text-transform: uppercase;
        /* padding-top: 46px;
        padding-bottom: 46px; */
}
  .template-product .slick-format.slick-initialized.slick-format-sm .slick-slide {
    margin-left: auto !important;
    margin-right: auto !important;
}
.product-single__add-to-cart.product-single__add-to-cart--full-width span.btn__text {
    width: 100%;
    display: block;
}  
  
button#AddToCart--product-template {
    min-width: 100% !important;
}  
  
  
}

/* @media (max-width: 1024px){
.nav-container-logo {
    order: unset !important;
}
  
} */

@media (min-width: 1025px){
.site-nav__item a {
    color: var(--WROUGT_IRON-BLACK, #231E1E);
font-family: "TTNormsPro-Bd";
font-size: 14px;
font-style: normal;
font-weight: 700;
line-height: 14px; /* 100% */
letter-spacing: 0.42px;
}
}



@media screen and (min-width: 768px) and (max-width: 1024px) {
   
h2.section-header__title {
    margin-bottom: 0px;
}
  /* body.template-product .grid-product__title {
    max-width: 180px !important;
  } */
.nav-container-right-icons {
    order: 1;
    text-align: right;
}
li.site-nav__item.small--hide {
    display: none;
}  
  .nav-containers.nav-container-left-icons {
    display: none;
}
  li.site-nav__item.medium--hide.mobile_view .mobile_view{
  
  display:block !important;
  }
  .site-nav__item a {
    line-height: 0;
  }
}

@media (min-width: 1335px){

.template-product .product-details {
/*     padding-top: 60px;
    padding-left: 116px; */
}
  .product-single .wrapper {
/*     margin: 0; */
/*     max-width: 100%; */
    padding: 0 60px;
}
/*   .product-single__photo--flex-wrapper.slick-slide.slick-current.slick-active {
    width: 705px !important;
} */
  p.product_description_head {
    padding-top: 20px;
}
  .product-recommendations-section {
    margin-top: 20px;
}
}


/* ===================Cart============== */

.cart-spacer .ajaxcart__row {
    padding-bottom: 0;
    border-bottom: none;
}
.ajaxcart__row {
    margin-bottom: 0;
}

.grid--full.cart_subtotal {
    /* margin-top: 25px; */
}
.site-nav__item a {
    line-height: 0;
}
.ajaxcart__quantity-grid__item .qty-input, .cart__quantity-grid__item .qty-input {
    width: 85px !important;
}
.ajaxcart__quantity-grid__item .qty-adjust {
    display: block;
}
.ajaxcart__qty-adjust {
    font-size: 10px;
}
.qty-container .qty-input, .ajaxcart__qty-adjust {
    height: 32px;
}
small.ajaxcart_line_remove {
    color: var(--WROUGT_IRON-BLACK, #231E1E);
font-family: "TT Norms Pro";
font-size: 14px;
font-style: normal;
font-weight: 450;
line-height: 18px; /* 128.571% */
letter-spacing: 0.14px;
text-transform: uppercase;
  position: relative;
    right: 10px;
}
.qty-container .qty-input {
    color: #201800 !important;
}
div#CartDrawer .btn-square-small {
   width: 32px;
height: 32px;
      border: 1px solid var(--Gray-3, #828282);
}

@media screen and (min-width: 320px) and (max-width: 480px) {
.ajaxcart__product {
   margin: 0 -15px;
}
  .ajaxcart__quantity-grid__item .qty-adjust {
    display: block;
    width: 30%;
}
  .grid__item.ajaxcart__quantity-grid__item{
    padding-left: 8px;
    padding-right: 8px;
}
}

/* ==========================Contact us========================= */

h1.page-title
h1.page-title {
   color: var(--WROUGT_IRON-BLACK, #231e1e);
    font-family: TungstenCompressed !important;
    font-size: 84px !important;
    font-style: normal !important;
    font-weight: 400 !important;
    line-height: 84px !important;
    letter-spacing: 5.88px !important;
    text-transform: uppercase !important;
    text-align: center !important;
}

/* ==========================Support ========================= */

.template-page strong span {
   color: var(--WROUGT_IRON-BLACK, #231e1e);
    text-align: center;
    font-family: TTNormsPro-Bd;
    font-size: 20px;
    font-style: normal;
    font-weight: 700;
    line-height: 24px;
    text-align: center;
}

.template-page .wrapper {
    text-align: center;
    max-width: 1100px;
    margin: 0 auto;
}
.template-page .wrapper .rte p {
   color: var(--WROUGT_IRON-BLACK, #231e1e);
    font-family: TT Norms Pro;
    font-size: 16px;
    font-style: normal;
    font-weight: 450;
    line-height: 21px;
    text-align: center;
}


@media screen and (min-width: 769px){
.main-content {
    padding-top: 80px;
}
}

/* ===============order status ================ */

body#order-status .form-vertical .grid-uniform,
body#exchange-request .form-vertical .grid-uniform{
    flex-direction: column;
}
body#order-status .grid__item.large--one-third,
body#exchange-request .grid__item.large--one-third {
    width: 100%;
    display: flex;
    align-items: center;
  	padding-left: 0;
}
body#order-status .grid__item.large--one-third label,
body#exchange-request .grid__item.large--one-third label{
  width: 65%;
     color: var(--WROUGT_IRON-BLACK, #231e1e);
    text-align: center;
    font-family: TTNormsPro-Bd;
    font-size: 20px;
    font-style: normal;
    font-weight: 700;
    line-height: 24px;
    text-transform: uppercase;
  text-align: left;
  text-transform: uppercase;
}
input#ContactFormOrderNumber::placeholder,
input#ContactFormEmail::placeholder{
    color: var(--WROUGT_IRON-BLACK, #231e1e);
    text-align: center;
    font-family: TTNormsPro-Bd;
    font-size: 20px;
    font-style: normal;
    font-weight: 700;
    line-height: 24px;
    text-transform: uppercase;
  text-align: left;
}

body#order-status input#ContactFormOrderNumber,
body#order-status input#ContactFormEmail,
body#exchange-request input#ContactFormOrderNumber,
body#exchange-request input#ContactFormEmail
{
    border: none;
  	background:transparent;
  	border: none;
    background: transparent;
    padding: 0 24px;
    margin: 0;
}
body#order-status .grid__item.large--one-third:nth-child(2),
body#order-status .grid__item.large--one-third:nth-child(1),
body#exchange-request .grid__item.large--one-third:nth-child(2),
body#exchange-request .grid__item.large--one-third:nth-child(1){
    border-bottom: 1px solid #201800;
  	margin-bottom: 40px;
}
body#order-status .grid__item.large--one-third:nth-child(2),
body#exchange-request .grid__item.large--one-third:nth-child(2){
    margin-bottom: 50px;
}
body#order-status button.btn.btn--primary.order_submit,
body#exchange-request button.btn.btn--primary{
    max-width: 100% !important;
    width: 100% !important;
    height: 42px !important;
    padding: 12px 0 !important;
    position: relative;
        /* color: var(--WROUGT_IRON-BLACK, #231e1e); */
    text-align: center;
    font-family: TTNormsPro-Bd;
    font-size: 20px;
    font-style: normal;
    font-weight: 700;
    line-height: 24px;
    text-transform: uppercase;
    text-align: center;
}

body#order-status .section-header,
body#exchange-request .section-header {
    margin-bottom: 60px;
    text-align: center;
}
#order-status .form-vertical input {
    min-height: 30px !important;
} 
@media screen and (max-width: 768px){
body#order-status .grid__item.large--one-third label,
body#exchange-request .grid__item.large--one-third label {
    font-size: 15px;
    line-height: 15px;
    padding-left: 20px;
}
input#ContactFormOrderNumber::placeholder,
input#ContactFormEmail::placeholder{
      /* color: var(--WROUGT_IRON-BLACK, #231e1e); */
    text-align: center;
    font-family: TTNormsPro-Bd;
    font-size: 20px;
    font-style: normal;
    font-weight: 700;
    line-height: 24px;
    text-transform: uppercase;
  text-align: left;
} 
body#order-status input#ContactFormOrderNumber,
body#order-status input#ContactFormEmail,
body#exchange-request input#ContactFormOrderNumber,
body#exchange-request input#ContactFormEmail {
    padding-left: 0;
   width: 50%;
} 
  body#order-status .section-header,
  body#exchange-request .section-header{
    margin-bottom: 40px;
}
}
/* ========================================= */


.grid-product__title{
  /* max-width: 171px!important; */
  margin: 0 auto;
  padding-bottom: 16px;
}
p.prod_desc {
    margin-bottom: 16px;
}
.grid-product__image-wrapper {
    max-width: 360px;
    height: 360px;
    margin: 0 auto;
}

div#section-related-products-metafield  .grid-product__image-wrapper {
    height: 100%;
}
 


@media screen and (min-width:1024px){
.sideGutter {
    padding: 0 80px;
}
  div#section-related-products-metafield {
    padding: 0 240px;
}
}
@media screen and (max-width:480px){
div#section-related-products-metafield  .grid--spacer>.grid__item {
    margin-bottom: 16px;
    padding: 0 75px;
}
}
.product-single__photos .slick-dots li:not(.slick-active) button {
    background-color: #C8531F;
    border-color: #C8531F;
}
@media screen  and (max-width:767px){

.product-single__photo-wrapper {
    margin: 20px;
}
  .product-single__photo {
    /* padding-left: 10px; */
}
}

@media screen and (min-width:768px){
.product-photos.grid__item.medium--six-twelfths.large--six-twelfths.layout-thumbnail.mobile-image- {
/*     padding-left: 90px; */
  	padding-top: 20px;
}
}

@media screen and (min-width:1220px){
img.product-single__photo.image {
    width: 500px !important;
}
}

main {
	min-height: calc(100vh - 200px);
}

@media screen and (min-width: 769px) {
  .box {
      padding-top: 90px;
      padding-bottom: 111.545px;
  }
 
}



#preview-bar-iframe {
  display: none !important;
  width: 0 !important;
  height: 0 !important;
  overflow: hidden !important;
  visibility: hidden !important;
}

html {
  padding-bottom: 0 !important;
}


/* #age_select_day option {
  background-color: #fff !important;
} */


.blockUI.blockOverlay {
  background-color: #201800 !important;
}

div#shopify-section-product-template {
    background-image: url(https://cdn.shopify.com/s/files/1/0579/1458/9248/files/image.png?v=1729853117);
    background-size: cover;
    background-repeat: repeat;
}

.grid_no_1 p.grid-product__title {
    padding: 0px 20px;
      padding-bottom: 16px;
}

  .drawer__header .drawer__title a {
  /* color: var(--Dark-Gray, #4A4B4C)!important; */
font-family: "Tungsten Compressed"!important;
font-size: 60px!important;
font-style: normal!important;
font-weight: 400!important;
line-height: 60px!important;
letter-spacing: 4.2px!important;
text-transform: uppercase!important;
}

.site-nav--has-dropdown:hover>.site-nav__dropdown-link, .site-nav--has-dropdown .site-nav__dropdown-link:hover, .site-nav--has-dropdown .site-nav__dropdown-link:active, .site-nav--has-dropdown .site-nav__dropdown-link:focus {
   color: var(--STUCCO-CREAM, #E9E3DB);
    border-color: #201800;
    background-color: #201800;
}
.site-nav__dropdown li{
  text-align: left;
    /* display: flex; */
    justify-content: left;
    width: 100%;
}
@media (max-width: 1024px) {
    .hero__text-wrapper {
        padding-top: 120px;
    }
}
@media screen and (min-width: 769px) {
  #section-product-template .grid.product-wrapper {
    padding-top: 40px;
  }
  h2.section-header__title {
        color: var(--WROUGT_IRON-BLACK, #231e1e) !important;
        text-align: center !important;
        font-family: TungstenCompressed !important;
        font-size: 84px !important;
        font-style: normal !important;
        font-weight: 400 !important;
        line-height: 84px !important;
        letter-spacing: 5.88px !important;
        text-transform: uppercase !important;
}
}
div#section-related-products-metafield {
    border-top: 0px solid;
}
.heading-section{
  border-top: 1px solid;
    border-bottom: 1px solid;
}
#CartDrawer{
  background-image: url(https://cdn.shopify.com/s/files/1/0579/1458/9248/files/Shopping_Cart.png?v=1731050407);
    background-size: 100% 100%;
    background-repeat: repeat;
    background-color: transparent;
    background-attachment: unset;
}
#NavDrawer{
  background-image: url(https://cdn.shopify.com/s/files/1/0579/1458/9248/files/Rectangle_32.png?v=1730891508);
    background-size: 100% 100%;
    background-repeat: repeat;
    background-color: transparent;
    background-attachment: unset; 
}
.mobile-nav__has-sublist a, .mobile-nav>.mobile-nav__item:not(.mobile-nav__item--secondary)>a{
  color: var(--STUCCO-CREAM, #E9E3DB);
font-family: "TT Norms Pro";
font-size: 24px;
font-style: normal;
font-weight: 700;
line-height: 24px; /* 100% */
letter-spacing: 0.72px;
}
.mobile-nav>.mobile-nav__item>.mobile-nav__sublist>.mobile-nav__item>a, .mobile-nav>.mobile-nav__item>.mobile-nav__sublist>.mobile-nav__item>.mobile-nav__has-sublist>a{
 color: var(--STUCCO-CREAM, #E9E3DB);
font-family: "TT Norms Pro";
font-size: 24px;
font-style: normal;
font-weight: 700;
line-height: 24px; /* 100% */
letter-spacing: 0.72px;
text-transform: uppercase;
}
.mobile-nav__has-sublist {
    display: table-cell;
}
button.btn.btn-square-small.mobile-nav__toggle-btn.icon-fallback-text {
    margin-left: 30px;
}
.drawer__fixed-header {
    background: #E9E3DB;
}
#CartDrawer .drawer__fixed-header {
    background: transparent;
}
#CartDrawer .drawer__close-button svg rect {
    fill: #1A1817;
}
.drawer__close-button svg rect {
    fill: #231E1E;
}
.drawer .btn, .drawer textarea, .drawer input {
    background-color: transparent;
    border-color: transparent;
    color: #ece3d7;
}
.mobile-nav>.mobile-nav__item {
    background-color: transparent;
}
.ajaxcart__footer--fixed {
    background-color: transparent;
}
.ajaxcart__product-image img {
    background-color: transparent;
      /* border: 1px solid var(--Gray-3, #828282); */
}
a.ajaxcart__product-image {
    border: 1px solid var(--Gray-3, #828282);
}
button.btn.btn--buy.btn--full.cart__checkout.ajaxcart-checkout {
   border: 1px solid var(--WROUGT_IRON-BLACK, #231E1E);
background: var(--WROUGT_IRON-BLACK, #231E1E);
    color:#E9E3DB;
}
button.btn.btn--buy.btn--full.cart__checkout.ajaxcart-checkout span.btn__text {
  color: var(--STUCCO-CREAM, #E9E3DB);
text-align: center;
font-family: "TTNormsPro-Bd";
font-size: 14px;
font-style: normal;
font-weight: 700;
line-height: 14px; /* 100% */
letter-spacing: 0.14px;
text-transform: uppercase;
}
.ajaxcart__grid-info {
    align-self: auto!important;
}
a.btn.btn--primary.cart--continue-browsing {
    color: var(--Dark-Gray, #4A4B4C);
    font-family: "Tungsten Compressed"!important;
    font-size: 60px!important;
    font-style: normal!important;
    font-weight: 400!important;
    line-height: 50px!important;
    letter-spacing: 4.2px!important;
    text-transform: uppercase!important;
}
p.cart--empty-message {
    color: #231E1E;
    font-family: "TT Norms Pro"!important;
    font-size: 14px!important;
    font-style: normal!important;
    font-weight: 700!important;
    line-height: 18px!important;
    letter-spacing: 0.14px!important;
    text-transform: uppercase!important;
}
a.btn.btn--primary.cart--continue-browsing {
    width: 300px!important;
    max-width: 300px!important;
  padding: 0!important;
}
.rte a {
    color: #201800!important;
}
button.btn.btn-square-small.icon-fallback-text.drawer__close-button.js-drawer-close.btn--primary1 {
    border: none!important;
}
span.ajaxcart__product-meta {
    color: var(--WROUGT_IRON-BLACK, #231E1E);
    font-family: "TT Norms Pro";
    font-size: 14px;
    font-style: normal;
    font-weight: 450;
    line-height: 18px;
    letter-spacing: 0.14px;
    text-transform: uppercase;
}

.ajaxcart__footer--fixed {
    padding: 30px 0px;
}
.drawer__inner {
    margin: 0px 26px;
}
.grid__item.two-quarters.ajaxcart__grid-info {
    width: 40%;
}
.grid__item.one-quarter.ajaxcart__qty-wrap {
    width: 30%;
}
div#CartDrawer {
    width: 480px;
  right: -480px;
}
input.qty-input.ajaxcart__qty-num {
    width: 36px !important;
}

button.btn.btn-square-small.qty-adjust.qty-plus.ajaxcart__qty-adjust.ajaxcart__qty--plus.icon-fallback-text {
    margin-right: -37px!important;
}
button.btn.btn-square-small.qty-adjust.qty-minus.ajaxcart__qty-adjust.ajaxcart__qty--minus.icon-fallback-text {
    margin-left: -37px!important;
}
.qty-container {
    max-width: 36px;
}
.grid.grid-uniform.text-right.ajaxcart__quantity-grid {
    justify-content: end;
}
.grid__item.one-quarter.ajaxcart__qty-wrap {
    align-self: self-start;
    margin-top: 10px;
}
  .grid.grid-uniform.text-right.ajaxcart__quantity-grid {
    margin: 0px;
}
    h2.section-header__title {
        color: var(--WROUGT_IRON-BLACK, #231e1e) !important;
        text-align: center !important;
        font-family: TungstenCompressed !important;
        font-size: 84px !important;
        font-style: normal !important;
        font-weight: 400 !important;
        line-height: 84px !important;
        letter-spacing: 5.88px !important;
        text-transform: uppercase !important;
    }

    .hero__inner {
    border-top: 1px solid #231E1E;
}
@media only screen and (max-width: 769px) {
    div#ProductThumbs {
    display: block!important;
}
  .slick-dots{
    display:none!important;
  }
  .product-single__meta {
    padding-top: 56px;
  }

}
@media only screen and (max-width: 767px) {
  h2.section-header__title {
    color: var(--WROUGT_IRON-BLACK, #231E1E)!important;
    text-align: center!important;
    font-family: "Tungsten Compressed"!important;
    font-size: 40px!important;
    font-style: normal!important;
    font-weight: 400!important;
    line-height: 44px!important;
    letter-spacing: 2.8px!important;
    text-transform: uppercase;
    /* padding-top: 46px;
    padding-bottom: 46px; */
}
  .template-product .product-single__title {
    text-align: left;
}
}

@media only screen and (max-width: 600px) {
 .ajaxcart__row .grid__item.two-quarters.ajaxcart__grid-info {
    width: 45%!important;
   padding-left: 16px !important;
   padding: 0px 35px;
}
.ajaxcart__row .grid__item.one-quarter {
        width: 25%;
        max-width: 100px;
    }
      .drawer__inner {
        padding: 20px 0px;
    }
  div#shopify-section-product-template {
    background-image: url(https://cdn.shopify.com/s/files/1/0579/1458/9248/files/Shopping_Cart.png?v=1731050407);
    background-size: cover;
    background-repeat: repeat;
  }
div#CartDrawer {
    width: 375px;
}
      .slick-format.slick-initialized {
        margin-right: 0;
    }
  .ajaxcart__product {
        margin: 0 0px;
    }
  .grid.grid-uniform.text-right.ajaxcart__quantity-grid {
    margin: 0px;
}
  h1.product-single__title {
    /* max-width: 211px; */
}
  
}


@media screen and (max-width: 1024px) and (min-width: 769px) {
#section-related-products-metafield .grid__item.grid-product.large--four-twelfths.medium--six-twelfths {
    width: 33%;
}
  div#section-related-products-metafield {
        padding: 0 100px;
    }
  body.template-product .grid-product__title {
    max-width: 171px !important;
  }
}

@media (max-width: 425px) {
    .template-product .product-single__title {
        text-align: left;
                width: 100%;
        /* max-width: 270px; */
        max-width: 300px; 
    }
  .prod_can-rider-t-shirt .product-single__title {
        text-align: left;
        width: 100%;
        max-width: 250px;
    
  }
}

.product-form__item-radio input[type="radio"][name="color"]:checked + label {
  border: 1px solid #828282!important; /* Inner border */
    padding: 8px!important; /* Space between border and content */
    border-radius: 50%!important; /* Makes the label circular */
    box-shadow: 0 0 0 4px white, 0 0 0 5px black!important; /* Outer border effect */
    display: inline-block!important;
width: 30px; /* Adjust size as needed */
    height: 30px;
}
a:hover{
    opacity: unset;
}
#go-west-baseball-hat .product-single__title{
  max-width: 450px;
}
@media (max-width: 425px) {
  #follow-it-west-playing-cards .product-single__title {
    max-width: 330px;
  }
  .btn:not(.btn--full):not(.qty-adjust):not(.btn-square-small) {
    /* padding: 15px !important; */
    border: 1px solid #d0d0d0 !important;
  }
  .product-form__item-radio input[type="radio"][name="color"]:checked + label {
    /* padding: 15px !important; */
  }
  .product-details.grid__item.medium--six-twelfths.large--six-twelfths.variant-available.prod_cowboy-sticker-set {
    padding-left: 20px;
  }
  .prod_cowboy-sticker-set .product-single__title {
    max-width: 360px;
  }
  .prod_campfire-mug .product-single__title {
    max-width: 360px!important;
  }
   .card_can-rider-t-shirt p.grid-product__title {
    padding: 1px 23px 16px;
}
}



 .btn:not(.btn--full):not(.qty-adjust):not(.btn-square-small){
    padding: 0px;
  }

@media (max-width: 768px) {

   .btn:not(.btn--full):not(.qty-adjust):not(.btn-square-small){
    /* padding: 10px!important; */
   border: 1px solid #d0d0d0 !important;
  }
  .product-form__item-radio input[type=radio][name=color]:checked+label {
    padding: 10px !important;
  }
}

 .product-form__item-radio input[type=radio][name=color]{
   background-image:none!important;
 }

.password-page__signup-form  .input-group .input-group-field{
      background-color: #dcdcdc;
}
#LoginModal input#password {
  background-color: #e9e3db;
  background: #e9e3db;
}

.product-single__add-to-cart button:hover{
   background: transparent!important;
  opacity: initial;
}

.product-single__add-to-cart button:hover span.btn__add-to-cart-text{
  color:#231E1E;
      opacity: initial;
}

@media screen and (max-width: 1024.5px) and (min-width: 425px) {
.nav-containers.nav-container-logo {
    text-align: center;
    display: flex;
    justify-content: center;
    width: 100%;
    order: 1;
}
  img.logo.mobile-logo {
    margin-left: 120px;
}
  
}

@media screen and (max-width: 769px) {
    .hero-mobile-xlarge {
        min-height: calc(40vw)!important;
    }
  .hero__text-wrapper {
        padding-top: 170px!important;
    }
  .drawer__header .drawer__title a {
    padding-left: 10px;
}
  .grid-product__wrapper .prod_desc, .prod_desc {
    padding: 0 60px;
}
 .product-single__form .product-form__item>label {
    margin-bottom: 8px;
}
}


.hero--medium {
    min-height: 590px;
}
.single-option-radio[name="size"]  label.btn.btn--small.product_variant_soldout_disabled{
  background: #BDBDBD !important;
    color: #e9e3db !important;
  border: 1px solid #828282 !important;
}

  .sold-out-badge {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  color: var(--WROUGT_IRON-BLACK, #231E1E);
  text-align: center;
  font-family: "TTNormsPro-Bd";
  font-size: 28px;
  font-style: normal;
  font-weight: 700;
  line-height: 28px; 
  text-transform: uppercase;
  background: var(--STUCCO-CREAM, #E9E3DB);
  box-shadow: 0px 4px 4px 0px rgba(0, 0, 0, 0.25);
  padding: 13px 16px;
  z-index: 5;
    width: 186px;
}
.template-404 .btn:not(.btn--full):not(.qty-adjust):not(.btn-square-small){
    padding: 12px 24px!important;

}
.cart-empty-container .btn:not(.btn--full):not(.qty-adjust):not(.btn-square-small){
  border:none!important;
   padding: 0!important;
}
/* 
.is-sold-out .grid-product__meta {
    opacity: initial;
} */
.prod_ice-cold-coaster-set .product-single__title{
 max-width: 440px;
}
    /* .grid-product__title {
    max-width: 183px !important;
    } */

.card_can-rider-t-shirt  p.grid-product__title {
    padding: 0 25px 16px;
}


@media screen and (max-width: 811px) and (min-width: 774px) {
.prod_can-rider-t-shirt .product-single__title {
    max-width: 250px!important;
}
  .prod_ice-cold-coaster-set .product-single__title {
    max-width: 350px;
}
  .template-product .product-single__title {
 max-width: 350px!important;
  }
}
@media screen and (max-width: 768px) {
    .btn:not(.btn--full):not(.qty-adjust):not(.btn-square-small) {
        /* max-width: unset !important; */
    }
}

@media (max-width: 395px) {
    .product-form__item-radio input[type=radio][name=color]:checked+label {
        padding: 10px !important;
    }
}


/* age gate css */

h1.age_header_title{
      line-height: 50px !important;
}
.age_header_title span{
   /* font-family: TT Norms Pro; */
  font-size: 50px !important;
    font-style: normal !important;
    font-weight: 400 !important;
    line-height: 50px !important;
    letter-spacing: 4.88px !important;
}

#age_content .age-field-con .age-input-field-label{
  color: var(--BLACK, #201800);
    text-align: center;
    font-family: TT Norms Pro;
    font-size: 16px;
    font-style: normal;
    font-weight: 450;
    line-height: 21px;
}
.age_drinkiq_message span, .age_terms span{
  color: var(--WROUGT_IRON-BLACK, #231e1e);
    text-align: center;
     font-family: TT Norms Pro;
    font-size: 20px;
    font-style: normal;
    line-height: 24px;
}

#age_content .age_conditions_of_user a{
  color: var(--WROUGT_IRON-BLACK, #231e1e);
    text-align: center;
     font-family: TT Norms Pro;
    font-size: 20px;
    font-style: normal;
    line-height: 24px;
}

.age_drinkiq_message span, .age_terms span, #age_content .age_conditions_of_user a{
  color: var(--WROUGT_IRON-BLACK, #231e1e);
    text-align: center;
    font-family: TT Norms Pro!important;
    font-size: 20px!important;
    font-style: normal!important;
    line-height: 24px!important;
}
#age_content #age_select_country_group select{
  color: var(--WROUGT_IRON-BLACK, #231e1e);
    /* text-align: center; */
    font-family: TT Norms Pro!important;
    font-size: 20px!important;
    font-style: normal!important;
    line-height: 24px!important;
}
#age_content .groupA.groupA-step1 #age_confirm_btn{
   font-family: TT Norms Pro!important;
    font-size: 20px!important;
    font-style: normal!important;
    line-height: 24px!important;
}
#age_content #age_remember_label .age_remember_me_basic{
  color: var(--BLACK, #201800);
    text-align: center;
    font-family: TT Norms Pro;
    font-size: 16px;
    font-style: normal;
    font-weight: 450;
    line-height: 21px;
}
#age_content .age_logo img {
    max-width: 60%!important;
}
@media screen and (max-width: 749px) {
.age_header_title span {
    font-size: 32px !important;
    font-style: normal !important;
    font-weight: 400 !important;
    line-height: 3px !important;
    letter-spacing: 2.9px !important;
}
  #age_content .age_header_title {
    margin-top: 0px !important;
  }
  #age_inputs input{
    height: 44.4px!important;
  }
  .age_drinkiq_message span, .age_terms span, #age_content .age_conditions_of_user a {
    font-size: 15px !important;
    line-height: 5px !important;
}
  #age_content #age_remember_label .age_remember_me_basic {
    font-size: 11px;
    font-style: normal;
    font-weight: 450;
    line-height: 8px;
}
  #age_content .age_logo img {
    height: 60px!important;
}
}
/* end agegate css */


/* 
.product-recommendations .grid__item.card_follow-it-west-snapback .grid-product__title,
.grid__item.card_sunset-serenade-tee .grid-product__title,
.grid__item.card_river-expedition-tee .grid-product__title,
.grid__item.card_outdoor-club-trucker .grid-product__title,
.grid__item.card_outdoors-club-legacy-canteen .grid-product__title,
.grid__item.card_ranch-water-enamel-pin .grid-product__title{
  max-width: 220px !important;
}
.grid__item.card_camp-life-tee .grid-product__title{
      max-width: 150px;
    }
    .grid__item.card_can-rider-t-shirt .grid-product__title, 
    .grid__item.card_go-west-baseball-hat .grid-product__title{
      max-width: 170px;
    } */
    
    .product-recommendations .grid__item.card_trail-trek-cooler-bag .grid-product__title{
  max-width: 220px !important;
}
   .product-recommendations .grid__item.card_outdoors-club-trucker .grid-product__title{
  max-width: 181px !important;
}
   .product-recommendations .grid__item.card_trailblazer-tee .grid-product__title{
  max-width: 180px !important;
}
.product-single__form .product-form__item>label {
    margin-bottom: 10px!important;
}

.template-product .product-details.prod_outdoors-club-trucker .product-single__title{
      max-width: 490px;
}
.template-product .product-details.prod_outdoors-club-legacy-canteen .product-single__title{
      max-width: 460px;
}
.product-details.grid__item.medium--six-twelfths.large--six-twelfths.variant-available.prod_outdoors-club-legacy-canteen {
    padding-left: 55px;
}

@media screen and (max-width: 749px) {
.product-details {
    padding-left: 0px!important;
    padding-right: 0px !important;
}
.grid.product-wrapper {
    margin-left: 0px;
}
    .wrapper {
        padding-left: 20px;
        padding-right: 20px;
    }
        .template-product .product-single__title {
        /* max-width: 310px; */
                max-width: 100%;
    }
}