/** Shopify CDN: Minification failed

Line 336:1 Expected "*/" to terminate multi-line comment

**/
/*------- Full Width Buttons -------*/

button, .button {
  width: 100% !important;
}


.product-form__buttons button,
a.product-form__submit.button.button--full-width.button--primary.klaviyo-bis-trigger  {
    width: 100% !important;
}
/*
a.quick-add__submit.button--sold_out.button.button--full-width.button--secondary.klaviyo-bis-trigger {
    display: none !important
}
*/

.add_to_cart_holder.klaviyo-buttons-container {
    display: flex !important;
    flex-direction: column !important;
    gap: 5px !important;
}


a.product-form__submit.button.button--full-width.button--primary.klaviyo-bis-trigger {
    color: white !important;
    background-color: black !important;
}

.product-popup-modal__button {
  display: none !important;
}

.row {
   max-width: 1600px !important;
}

a.product-card-title {
    font-size: 20px !important;
}
  
  .variations input[type=radio]+label:before {
    background: linear-gradient(to bottom left, transparent calc(50% - 1px), black, transparent calc(50% + 1px)) no-repeat !important;
}




li.active {
    text-decoration: underline !important;
}


/* .button-uppercase-true .button, .button-uppercase-true input[type=submit] {
    margin-bottom: 30px !important;
}


/*----Subscriber Page----------------------------------------------------------*/

body.template-page .klaviyo-form {
  margin-left: auto;
  margin-right: auto;
}

body.template-product #KlaviyoForm {
  padding-top: 90px;
}

body.template-product #KlaviyoForm div.needsclick {
  transform: initial !important;
}

body.template-product #KlaviyoForm form.needsclick {
  margin-left: auto;
  margin-right: auto;
}

@media only screen and (max-width: 772px) {
  body.template-product #KlaviyoForm form.needsclick {
    flex-direction: column !important;
  }
  body.template-product #KlaviyoForm form.needsclick > div {
    width: 100% !important;
    min-height: initial !important;
    padding: 0 !important;
    margin: 0 !important;
  }
  body.template-product #KlaviyoForm form.needsclick > div > div[style*=background-image] {
    background-size: contain !important;
    background-position: center !important;
    width: 100% !important;
    min-height: 50vh !important;
    margin-bottom: 20px;
    margin-bottom: 20px;
  }
}

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

.klaviyo-bis-trigger {
  margin-bottom: 30px !important;
  color: #fff !important;
  background: black !important;
}
.klaviyo-bis-trigger:hover,
.klaviyo-bis-trigger:focus {
  background: #fff !important;
  color: #000 !important;
}

.klaviyo-bis-trigger:before {
  display: none !important;
}

.variations input[type=radio]:checked + label {
  background: #fff !important;
  color: #202020 !important;
}

.variations input[type=radio].is-disabled:checked + label:before {
  background: linear-gradient(to bottom left,transparent calc(50% - 1px),#202020,transparent calc(50% + 1px)) no-repeat;
}

.shopify-payment-button .shopify-payment-button__more-options {
  margin-bottom: 2em !important;
}


select.thb-currency-code.resize-select {
    background-color: rgb(32, 32, 32, .2) !important;
    color: white !important;
  opacity: .8 !important;
}


.thb-full-menu li.menu-item-has-children.menu-item-has-megamenu .sub-menu {
  border-top: none !important;
}

.thb-full-menu .mega-menu-columns ul {
    padding-top: 10px !important;
}

.mobile-menu li a {
  height: auto !important;
}

body {
  overflow-x: hidden !important;
}
.header {
  border-bottom: none !important;
}

.mobile-menu li a {
  justify-content: space-between !important;
}

.social-links span {
    display: none !important;
}

/*---------Tour : Bands In Town------------------------------------------------------
.bit-widget {
  background: none !important;
}

.page-content-width {
    max-width: 1200px !important;
}



.bit-widget.bit-layout-ipad .bit-event .bit-event-buttons {
    margin: 15px auto !important;
}
span.bit-offers-text {
    text-transform: uppercase !important;
}

.bit-widget .bit-offers {
    border-radius: none !important;
}

a.bit-mobile-date {
  font-family: "Quantico", sans-serif !important;
  font-size: 1.5rem;
}


.bit-follow-section-heading-text,
.bit-details-inner-wrapper {
    font-family: "Quantico", sans-serif !important;
}
  
/*---------store select in mega menu -------------------------------------------------------------------*/
.store-select {
    top: 0;
    position: absolute;
    display: flex;
    flex-direction: row;
}

.store-select-inner {
  display: flex;
  flex-direction: row;
  height: 25px;
  color: white !important;
}

img.flag {
    width: 20px;
    height: 12px;
    margin: 6px 10px 0 0;
}

@media screen and (max-width: 1068px) {
.store-select {
    padding-top: 12px !important;
    position: relative !important;
}
  select.thb-currency-code.resize-select {
    width: 190px !important;
}
  
  img.flag {
    width: 36px!important;
    height: 24px !important;
    margin: 4px !important;
}
}


/*---------footer--------------------------------------------------------------------
ul.footer__list-partners.list-unstyled.list-partners,
.footer__copyright.caption{
    display: flex !important;
  justify-content: center;
}

.footer__copyright.caption {
  opacity: .8 !important;
}

small.copyright__content {
    text-align: center !important;
    margin: 0 20px !important;
}



li.list-partners__item {
  list-style-type: none !important;
}

.list-partners__item .icon {
    height: 1.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;
}


.footer .widget--menu{
  border-top: none !important;
}


.footer .thb-widget-menu li.active {
  text-decoration: underline !important;
}

@media only screen and (max-width: 772px) {
  .footer .thb-widget-menu {
    flex-direction: column !important;
    padding-bottom: none !important;
  }
}

.social-links {
    display: flex !important;
    justify-content: center !important;
    width: 98vw !important;
    overflow-x: hidden !important;
}

.social-links li {
    margin: 10px;
}

.footer .thb-widget-menu {
    display: flex !important;
    align-items: center !important;
    justify-content: center !important;
}

.sub-footer p {
    text-align: center !important;
}

.footer-new .small-12.medium-4.large-2.columns.widget--menu-column {
    max-width: 100% !important;
    text-align: center !important;
}

@media screen and (min-width: 768px) {
.footer .thb-widget-menu {
    display: flex !important;
}

.footer .thb-widget-menu li {
    margin: 5px 13px !important;
}
}