:root {
    --bgColor-buttonPrimary: #05c3de;
    /* Default (completed) */
    --color-badge: #05c3de;

    /* Active */
    --color-badge-active: #fff;
    --borderColor-badge-active: #05c3de;

    --color-link: #05c3de;
    --color-link-hover: #05c3de;
    --borderColor-link: transparent;
    --borderColor-link-hover: transparent;
}

.ad {
    width: 60% !important;
    margin: 0 auto !important;
    margin-bottom: 30px !important;
    padding: 20px !important;
    font-family: 'Centra Book' !important;
    background-color: white !important;
}

@media only screen and (max-width: 1000px) {
    .ad {
        width: 100% !important;
    }
}

@media only screen and (min-width: 2000px) {
    .ad {
        width: 40% !important;
    }
}

.ad-content {
    margin: auto !important;
    margin-left: -40px !important;
}

@media only screen and (min-width: 1001px) {
    .ad-content{
        margin-right: 100px !important;
    }
}

.ad-header {
    font-weight: 550 !important;
    line-height: 1.1 !important;
    font-size: 18px !important;
    font-family: 'Centra Book' !important;
}

.ad-description {
    margin-top: 5px !important;
}

.ad-thumbnail {
    width: 50% !important;
}

@media only screen and (max-width: 1000px) {
    .ad-thumbail {
        width: 60% !important;
        height: 60% !important;
    }
}

.ad-button {
    border-radius: 30px !important;
    background-color: #a8200a !important;
    color: white !important;
    padding: 10px 20px !important;
}

@media only screen and (max-width: 1000px) {
    .ad-button-container {
        margin-left: 5px !important;
    }
}

.ad-button-container {
    margin: auto !important;
}

.sleeve-select {
    text-decoration: underline !important;
}

.hide-quantity  .snipcart-item-quantity__quantity {
    display: none !important;
}

.hide-quantity  .snipcart-item-quantity__label {
    display: none !important;
}

.hide-quantity .snipcart-item-quantity__total-price {
    margin-left: 80% !important;
}

.ad-column {
    float: none !important;
    display: table-cell !important;
    vertical-align: middle !important;
}

.row.display-flex {
    display: flex !important;
    flex-wrap: wrap !important;
  }
  
  :)
  .row.display-flex > [class*='col-'] {
    display: flex !important;
    flex-direction: column !important;
  }

.shipping-subtitle {
    color: #666666 !important;
    font-style: italic !important;
}

#card-element {
    padding: 10px 12px !important;
}

[hidden] { display: none !important; }

.page-strike {
    display: block !important;
    margin: 20px 0px !important;
    overflow: hidden !important;
    text-align: center !important;
    white-space: nowrap !important;
    width: 100% !important;
}

.page-strike > span {
    position: relative !important;
    display: inline-block !important;
}

.page-strike > span:before,
.page-strike > span:after {
    content: "" !important;
    position: absolute !important;
    top: 50% !important;
    width: 9999px !important;
    height: 1px !important;
    background: #e5e5e5 !important;
}

.page-strike > span:before {
    right: 100% !important;
    margin-right: 15px !important;
}

#paypal-button-container {
    display: none
}

.snipcart__box--badge {
    border-radius: 999px !important;
    border: 3px solid #f0f5f6 !important;
}

.snipcart__box--badge-highlight {
    background: linear-gradient(90deg, #05c3de, #05c3de) !important;
}

.snipcart-summary-fees__notice {
    padding-bottom: 5px !important;
}

.icon--red {
    color: #d93120 !important;
    cursor: pointer;
}

#pageloader {
    background: rgba(255, 255, 255, 0.8);
    display: none;
    height: 3000px;
    position: fixed;
    width: 100%;
    z-index: 9999;
    font-size: 1px;
    line-height: 1;
    top: -100px;
}

#pageloader img {
    position: fixed;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}
