#dialogs-container {
  display: none;
}

#checkout-button, #new-checkout-button, #show-cart-btn {
  background-color: #004cc7;
  border-color: #004cc7;
  color: #fff;
  text-align: center;
  margin-left: 5px;
}

#show-cart-btn {
  margin-top: 12px;
}

.jquery-modal.current {
  z-index: 214748363;
}

#preorder-dialog {
  max-width: 440px;
  min-width: 200px;
  z-index: 214748363;
  border-radius: 10px;
  
  position: relative;
  background: #FFF;
  padding: 20px;
  width: auto;
  margin: 20px auto;
}

.shipping-info {
  text-align: center;
  padding: 10px 0px;
}

.shipping-info p {
  font-family: 'brandon_medium', "brandon_grotesque_regularRg", Helvetica, Arial, sans-serif;
  font-size: 1.3em;
}

.shopify-order-setup select {
  height: 40;
  padding: 6px 12px;
  width: 75px;
  margin-top: 10px;
  
  height: 40px;
  webkit-border-radius: 2px;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}

fieldset {
  border: 0px;
}

/* Styles for pre-checkout */
fieldset h4 {
  font-family: 'brandon_medium', "brandon_grotesque_regularRg", Helvetica, Arial, sans-serif;
  font-weight: normal;
  margin-top: 10px;
  margin-bottom: -1px;
  font-size: 14px;
  line-height: 1.1;
}

.quantity-wrapper {
  display: inline-block;
  width: initial;
  padding: 0;
  border: none;
  box-shadow: none;
  background-color: inherit;
}

.quantity-label {
  display: none;
}

.new-checkout-summary {
    font-family: HelveticaNeueLight,Helvetica,Arial,sans-serif;
    margin-bottom: 10px;
    margin-top: 10px;
    font-weight: 300;
}

.new-checkout-summary.inline {
    text-align: center;
    font-size: 24px;
}

.new-checkout-summary .group {
    vertical-align: top;
    display: inline-block;
}

.new-checkout-summary.inline .group {
    margin-top: 10px;
}

.new-checkout-summary.inline .group span {
    display: block;
    position: relative;
}

.new-checkout-summary.inline .group .span-money-number {
    display: inline;
}

.new-checkout-summary .subtitle {
    color: #BFBFBF;
    font-size: 13px;
}

.shipping-line-item {
  display: inline-block;
}

/* Styles for the pre order button */
.btn {
    padding: 7px 18px 7px 18px;
    border-width: 1px;
    border-style: solid;
    border-radius: 5px;
    cursor: pointer;
    color: #fff;
    -webkit-transition: all 200ms ease;
    transition: all 200ms ease;
    font-size: 13px;
    max-width: 100%;
    text-overflow: ellipsis;
    overflow: hidden;
    -moz-appearance: none;
    -webkit-appearance: none;
    text-transform: uppercase
}
.btn .btn--buy-now-button__checkmark {
    display: none
}
.btn--primary {
    background: #7fb466;
    color: #fff;
    border-color: #659b4c
}
.btn--disabled {
    background: #a2a2a3;
    color: #fff;
    cursor: default
}
.btn--buy-now-button {
    vertical-align: middle;
    /*margin: 10px 10px 0 0;*/
    font-size: 13px;
    position: relative
}
.btn--buy-now-button>span {
    position: relative;
    top: 0;
    -webkit-transition: all 0.15s ease-in-out;
    transition: all 0.15s ease-in-out;
    font-family: "brandon_grotesque_regularRg", Helvetica, Arial, sans-serif;
}
.btn--buy-now-button:focus, .btn--buy-now-button:active {
    outline: none
}
.btn--buy-now-button .btn--buy-now-button__checkmark {
    display: block;
    position: absolute;
    left: 50%;
    bottom: 50%;
    width: 100%;
    -webkit-transform: translateX(-50%) translateY(-50%);
    -ms-transform: translateX(-50%) translateY(-50%);
    transform: translateX(-50%) translateY(-50%);
    -webkit-transition: -webkit-transform 0.15s ease-in-out;
    transition: transform 0.15s ease-in-out
}
.btn--buy-now-button.is-animating span {
    color: transparent;
    top: 100px;
    font-family: "brandon_grotesque_regularRg", Helvetica, Arial, sans-serif;
    font-size: 13px;
    -webkit-transition: none;
    transition: none
}
.btn--buy-now-button.is-animating .btn--buy-now-button__checkmark {
    -webkit-transform: translateX(-50%) translateY(50%);
    -ms-transform: translateX(-50%) translateY(50%);
    transform: translateX(-50%) translateY(50%);
    -webkit-transition: none;
    transition: none
}
.btn--no-wrap {
    white-space: nowrap;
    text-overflow: clip;
    max-width: none
}
.btn--seamless {
    border: none;
    background: transparent;
    box-shadow: none;
    cursor: pointer;
    font-size: 18px
}
.btn--close {
    display: block;
    font-size: 35px;
    line-height: 41px;
    padding: 0 5px;
    cursor: pointer;
    -webkit-transition: -webkit-transform 100ms ease;
    transition: transform 100ms ease;
    position: absolute;
    right: 9px;
    top: 8px
}
.btn--close:hover {
    -webkit-transform: scale(1.2);
    -ms-transform: scale(1.2);
    transform: scale(1.2)
}
.btn--buy-now-button__mask {
    position: absolute;
    display: none;
    overflow: hidden;
    cursor: default;
    -webkit-transition: none;
    transition: none
}
.btn--buy-now-button__mask.is-active {
    display: block
}
.btn--buy-now-button__mask-text, .btn--buy-now-button__mask-icon {
    position: absolute;
    vertical-align: middle;
    text-align: center;
    cursor: default;
    left: 1px;
    border: none;
    pointer-events: none;
    -webkit-transition: none;
    transition: none;
    padding: 4px 8px 4px 7px;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    font-size: 14px;
    font-weight: bold
}
.btn--buy-now-button__mask-text {
    top: -1px
}
.btn--buy-now-button__mask-text.is-active {
    -webkit-animation: loadingText 2s ease;
    animation: loadingText 2s ease
}
.btn--buy-now-button__mask-icon {
    top: 29px
}
.btn--buy-now-button__mask-icon svg {
    margin-top: -8px
}
.btn--buy-now-button__mask-icon.is-active {
    -webkit-animation: loadingIcon 2s ease;
    animation: loadingIcon 2s ease
}
.btn--cart-button.item-added {
    -webkit-animation: pulse 300ms ease-in-out;
    animation: pulse 300ms ease-in-out
}
.btn--side-cart-button {
    border-radius: 3px 0 0 3px;
    padding-left: 10px;
    padding-right: 10px;
    min-width: 46px;
    margin-right: 0;
    float: right
}
.btn--cart-checkout {
    display: block;
    width: 100%;
    padding: 10px 5px
}
.btn__counter {
    display: inline-block;
    margin-left: 21px;
    position: relative
}
.btn__counter:before {
    content: '';
    display: block;
    position: absolute;
    left: -12px;
    height: 100%;
    width: 1px
}
.btn__counter--side {
    display: block;
    margin: 0 auto 10px auto;
    font-size: 18px
}
.btn__counter--side:before {
    display: none
}
.btn--collection-embed-product-modal {
    width: 100%;
    -webkit-transition: all 0.3s ease;
    transition: all 0.3s ease
}
.btn--collection-embed-product-modal .image-overlay {
    position: relative
}
.btn--collection-embed-product-modal .image-overlay .image-overlay-text {
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    position: absolute;
    display: none;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    font-size: 15px;
    color: white;
    background-color: rgba(0, 0, 0, 0.5)
}
.btn--collection-embed-product-modal .image-overlay:hover .image-overlay-text, .btn--collection-embed-product-modal .image-overlay:focus .image-overlay-text, .btn--collection-embed-product-modal .image-overlay:active .image-overlay-text {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex
}
.btn--collection-embed-product-modal:hover, .btn--collection-embed-product-modal:focus, .btn--collection-embed-product-modal:active {
    opacity: 0.7
}