/** Shopify CDN: Minification failed

Line 240:1 Unexpected "/"

**/
div#wsscc-main0 {
  bottom: 190px !important;
}

.wsscc-dropdownTop.dropDown {
    box-shadow: none !important;
}


.field__input, .customer .field input {
    border: 1px solid !important;
}

/*----Shipping Cutoff Banners-----*/
.shipping-cutoff-container {
    display: block;
    width: 100%;
}
img.shipping-cutoff {
    width: 100%;
   display: block;
}
/*----End Shipping Cutoff Banners-----*/


button.product-form__submit.button.button--full-width.button--primary {
  text-transform: uppercase !important;
}


button, .button{
  border-radius: 0 !important;
  text-transform: uppercase !important;
}

h1, .h1 {
    font-size: calc(var(--font-heading-scale) * 2.5rem) !important;
    font-weight: 500 !important;
}

.product-recommendations__heading {
    font-size: 16px !important;
}

/* collection list titles on HP*/
.multicolumn-card__image-wrapper.multicolumn-card__image-wrapper--full-width {
    opacity: .5 !important;
}
.multicolumn-card__image-wrapper.multicolumn-card__image-wrapper--full-width:hover {
    opacity: .9 !important;
}

.card-information .price {
  font-size: 12px !important;
}

.multicolumn-card__info .link {
    text-decoration: uppercase;
    font-size: 2rem !important;
  font-weight: 500 !important;
  color: white !important;
}

.multicolumn.background-primary .multicolumn-card {
    background: black !important;
}

.multicolumn-card__info {
  position: absolute  !important;
  top: 50%  !important;
  left: 50%  !important;
  transform: translate(-50%, -50%)  !important;
}

.slider-button {
    display: none !important;
}

/*------header links font size ------*/

ul.list-menu.list-menu--inline .link {
  font-size: 1.2rem !important;
}

/*------ADA-----*/
a.hidethelink span {
    display: none!important;
}

/*----------------INFINITY SCROLL, hide pagination count-------------------*/
.pagination__list {
    display: none !important;
}
/*----------------HEADER-------------------*/
/* Center nav items*/
.header.header--middle-left.page-width.header--has-menu {
  text-align: center !important;
  max-width: none !important;
  
}

.header.header--top-left.page-width.header--has-menu {
  text-align: center !important;
  max-width: none !important;
}

@media screen and (min-width: 990px){
.header--middle-left {
    grid-template-columns: 1fr 2fr 1fr !important;
}
}


/*----------------HOMEPAGE-------------------*/
/* product title size on HP*/
.h5 {
    font-size: calc(var(--font-heading-scale) * 2rem) !important;
}

/* collection list titles on HP*/
.collection-list-wrapper h3.card__heading {
    color: rgb(var(--color-link))!important;
    border: 2px solid rgb(var(--color-link));
    padding: 20px;
    width: fit-content;
    margin: 0 auto;
    background-color: #000 !important;
}

.collection-list-wrapper {
  margin-bottom: 80px !important;
}

.collection-list-wrapper .card__content {
  position: absolute !important;
  top: 30%;
}

.slider-button {
    display: none !important;
}

/*----------Slideshow ----------*/
/*----------------MOBILE SLIDER ISSUE FIX-------------------*/
slideshow-component .slideshow.banner {
    touch-action: auto pan-x !important;
    overflow-y: hidden !important;
}

.slider-button {
    display: none !important;
}

@media screen and (min-width: 749px) {
	.slideshow__media.banner__media.media-mobile {
		display: none !important;
	}
}

@media screen and (max-width: 749px) {
	.slideshow__media.banner__media.media.banner__media-mobile {
		display: block !important;
	}
  /*.slideshow__media.banner__media.media {
    display: none;
}*/
}

/*-------------------------Banner Image ------------------------*/
.banner__media.media.banner__media-mobile {
  display: none !important;
}

@media screen and (max-width: 749px) {
.banner__media.media.banner__media-desktop {
    display: none !important;
}
  .banner__media.media.banner__media-mobile {
  display: block !important;
}
}

/*----------------EMAIL SIGN UP / "NEWSLETTER"-------------------*/

.newsletter__subheading {
    max-width: 40rem !important;
    font-size: 1.3rem;
    color: rgb(var(--color-link))!important;
}

.newsletter-form__field-wrapper .field .field__label {
  color: rgb(var(--color-link))!important;
}
/*.newsletter__subheading.rte {
    color: rgb(var(--color-link))!important;
}*/

.field__input {
    border: 2px solid rgb(var(--color-foreground))!important;
    background: none !important;
}

.newsletter.center {
    margin: 20px auto;
}

.newsletter-form__button {
    color: rgb(var(--color-link))!important;
}

.newsletter__wrapper>* {
  color: rgb(var(--color-link))!important;
}

.newsletter__wrapper {
  padding: 40px !important;
  margin: 0 auto !important;
  border: 5px solid !important;
  border-color: rgb(var(--color-link))!important;
}

@media screen and (min-width: 600px){
.newsletter__wrapper {
    width: 580px !important;
}
}

.newsletter-wrapper .newsletter-form__field-wrapper .field {
  color: rgb(var(--color-link))!important;
}

.newsletter input[type="email"] {
  border: 2px solid rgb(var(--color-link)) !important;
}
*/


/*----------------FOOTER-------------------*/
ul.footer-block__details-content.list-unstyled {
    display: flex !important;
    flex-direction: column !important;
    align-items: center !important;
}

ul.footer-block__details-content.list-unstyled .link{
font-size: 1rem !important;
    text-transform: uppercase !important;
}

@media only screen and (max-width: 750px) {
.list-menu__item {
    display: flex !important;
    align-items: center !important;
    justify-content: center !important;
 }
}

.list-social {
    justify-content: center !important;
}
.list-unstyled {
    margin: 15px !important;
}

.list-partners__item .icon {
    height: 2.6rem;
    color: rgb(var(--color-foreground))!important;
}

ul.footer__list-partners.list-unstyled.list-partners {
    display: flex !important;
}

li.list-partners__item {
    margin: 10px !important;
}

.list-social__item .icon {
    fill: rgb(var(--color-foreground))!important;
}

.footer__content-top {
   padding-bottom: 0 !important;
}

.footer__content-bottom {
   border-top: none !important;
}

/* currency switcher styles and positioning  */
.wsscc-dropdown {
    position: relative !important;
}

.wsscc-dropdown.has-search.bottomLeft {
    max-width: 114px !important;
    bottom: 200px !important;
    left: 45vw !important;
}

div#wssccSelected {
    background: none !important;
}

@media only screen and (max-width: 750px) {
  .wsscc-dropdown.has-search.bottomLeft {
     left: 38vw !important;
     bottom: 180px !important;
  }
}

@media only screen and (max-width: 500px) {
  .wsscc-dropdown.has-search.bottomLeft {
     bottom: 200px !important;
  }
}

.wsscc-dropdown.wsscc-dropdownundefined.has-search.bottomLeft {
    display: flex !important;
    justify-content: center !important;
}


/*--------Store Selector Styles----------*/

  .text-center {
    display: flex;
    justify-content: center;
    text-transform: uppercase;
    margin-bottom: 70px;
}
  
a.button.button--primary.button.button--secondary{
  color: rgba(var(--color-foreground)) !important;
  border: 1px solid rgba(var(--color-foreground)) !important;
  --color-background: rgba(var(--color-foreground)) !important;
  background-color: rgba(var(--color-background)) !important;
}

a.button.button--primary.button.button--secondary:hover{
  --color-background: rgba(var(--color-foreground)) !important;
  border: 2px solid !important;
}

a.button.button--primary {
  background-color: rgba(var(--color-foreground)) !important;
  --alpha-button-background: none !important;
}

a.button.button--primary:hover {
  background-color: rgba(var(--color-foreground)) !important;
  border: 2px solid rgba(var(--color-foreground)) !important;
  transform: scale(1.02) !important;
}

/* rich text store selector buttons */
.button[aria-disabled=true] {
    opacity: 1 !important;
}


/*----------------PRODUCT AND COLLECTION PAGES-------------------*/
/* link color in returns */
.product__accordion a {
    color: rgba(var(--color-foreground))!important;
}

/*shipping and returns copy size */
.product__accordion p {
    font-size: smaller !important;
}

/* center page titles */
.main-page-title {
    text-align: center !important;
}

.collection-hero__title {
    text-align: center !important;
}

/*----------------PAGE TITLE STYLE OVERIDES-------------------*/

.header {
    text-transform: uppercase;
}
.header__menu-item {
    padding: 5px 1.2rem;
}

.header__menu-item {
    padding: 0.5rem 1.2rem !important;
}

.list-menu--inline {
    justify-content: center !important;
}

h2.h1 {
    text-transform: uppercase !important;
}
h1 {
    text-transform: uppercase;
}

h3.card__heading {
    font-size: 1.2rem !important;
    text-transform: uppercase !important;
}

.locksmith-passcode {
    height: 50px !important;
    background-color: black;
    border: 2px solid rgb(var(--color-link))!important;
    padding-left: 15px !important;
    color: white !important;
}
/* Above Nav Banner*/
p.announcement-bar__message.h5 {
    font-size: 16px !important;
}

/*----------------SOLD OUT SWATCH STYLE-------------------*/
.product-form__input input[type='radio'].disabled + label,
.product-form__input input[type='radio']:disabled + label,
.product-form__input input[type='radio'].uanvailable + label {
  border-color: rgba(var(--color-foreground), 0.3);
  color: rgba(var(--color-foreground), 0.4);
  text-decoration: line-through;
}
.product-form__input input[type='radio'].disabled:checked + label,
.product-form__input input[type='radio'].unavailable:checked + label {
  color: rgb(var(--color-background));
}