/** Shopify CDN: Minification failed

Line 190:0 Unexpected "}"
Line 195:0 Unexpected "}"

**/
.flex-viewport {
    min-height: 550px;
}

@media only screen and (min-width:500px) {
    .flex-viewport {
        min-height: 650px;
    }
}

/*.om-overlay {
    	touch-action:none;
    }*/
.value-box .desc {
    min-height: 100px;
}
@media only screen and (max-width: 568px){
    .custom-radio-box img {
        display: block;
    }
}

a#close-button-hidden {
    font-size: 51px;
    font-family: 'Gotham';
    color: #fff;
    font-weight: bold;
    text-align: center;
    width: 100%;
    display: block;
    background: #f87832;
    border-radius: 5px;
    padding: 10px 10px 10px;
    box-shadow: 0 -4px 0 #c7642d inset;
    transition: all 0.1s linear 0s;
    height: auto;
    text-transform: uppercase;
    border: 0;
    outline: none !important;
    display: block;
    cursor: pointer;
    z-index: 999;
}

.row.step3-radio-fields .col-md-4 {
    height: 100%;
    min-height: 510px;
}

.row.step3-radio-fields .col-md-4 .custom-radio-box label {
    height: 100%;
    min-height: 510px;
}

.product-image img {
    margin: 0 !important;
    max-width: 248px;
}

.row.step1-radio-fields {
    display: flex;
}

.custom-radio-box.top-input,
.custom-radio-box.top-input label {
    height: 100%;
}

/***** MEDIA QUERIES *****/

@media only screen and (max-width:991px) {
    .row.step1-radio-fields {
        display: block;
    }
}

@media only screen and (max-width:480px) {
    .sect1 h3 {
        margin-bottom: 20px;
    }

    .sect1-fallback {
        padding-top: 100px;
    }

    .sect2 {
        padding: 40px 0 0px 0;
    }

    .sect3 {
        padding: 30px 0;
    }

    .sect3 .green-box {
        margin-bottom: 20px;
    }

    .green-box {
        padding: 20px;
    }

    .spacer40 {
        height: 20px;
    }

    .spacer50 {
        height: 25px;
    }

    .btn-order {
        font-size: 20px;
    }

    .include-copy {
        margin-bottom: 30px;
    }

    .include-copy .spacer30 {
        height: 0;
    }

    .sect3 .spacer30 {
        height: 0;
    }

    .sect3 .font42 {
        margin-bottom: 25px;
        margin-top: 25px;
    }

    .sect5 {
        padding: 30px 0 0;
    }

    .sect7 {
        padding: 20px 0;
    }

    .sect12 {
        padding: 12px 0;
    }

    .endorse-box-bottom {
        margin-bottom: -225px !important;
        margin-left: 0 !important;
    }

    .footer-divder {
        margin: 20px 0 20px;
    }
}

.visi-quote {
    width: 80%;
    margin: 10px auto;
    background: #EFEFEF;
    border-left: 4px solid #cccccc;
    padding: 20px 20px 20px 120px;
    background: url("https://primal-sugar.s3.amazonaws.com/quote.png") 10px 10px no-repeat;
}

.visi-quote span {
    font-size: 16px;
    font-style: italic;
}

.vis-prehead {
    text-align: center;
}

.vis-prehead h4 {
    display: inline-block;
    background: #ca0000;
    padding: 4px 20px;
    border-radius: 4px;
    margin: 14px 0;
    color: #ffffff;
    font-size: 26px;
}

@media only screen and (max-width: 3750px) .endorse-box-bottom {
    margin-bottom: -195px !important;
}
}

@media only screen and (max-width: 320px) .endorse-box-bottom {
    margin-bottom: -160px !important;
}
}

</style>< !--Custom popup Style--><link href="https://fonts.googleapis.com/css2?family=Gruppo&family=Lora:wght@400;700&display=swap"rel="stylesheet"><style>body.pop-open {
    overflow: hidden;
}

.cart-custom-popup {
    position: fixed;
    top: 0;
    width: 100%;
    left: 0;
    height: 100%;
    background: rgba(49, 80, 85, .85);
    z-index: 999;
    display: none;
}

.cart-custom-popup.active {
    display: block;
}

.cart-custom-popup-content-wrap {
    margin: 4% auto 0;
    display: block;
    width: 750px;
    background: #fff;
    max-width: 100%;
}

.cart-custom-popup-head {
    position: relative;
    background: #e7e7e7;
    text-align: center;
    padding: 25px 20px;
}

.cart-custom-popup-head h4 {
    color: #818181;
    margin: 0;
    font-size: 20px;
    font-family: 'Lora';
}

.cart-custom-popup-head h3 {
    margin: 0;
    font-family: 'Lora';
    color: #4e4e4e;
    font-size: 30px;
    font-weight: 400;
}

.cart-custom-popup-head h2 {
    font-weight: 700;
    text-transform: uppercase;
    color: #4e4e4e;
    font-family: 'Lora';
    font-size: 50px;
    margin: 0;
}

a.cart-popup-close {
    font-family: 'Gruppo';
    color: #4e4e4e;
    font-size: 25px;
    position: absolute;
    right: 15px;
    top: 10px;
}

.cart-custom-popup-row {
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
}

.cart-custom-popup-col {
    width: 48%;
}

.cart-content-img {
    text-align: center;
}

.cart-content-img img {
    width: 100%;
}

.cart-custom-popup-content {
    padding: 20px 20px 40px;
}

.cart-content-text p {
    font-family: 'Lora';
    font-size: 30px;
    color: #4e4e4e;
    line-height: 1.4;
    margin-bottom: 30px;
}

.cart-content-text h4 {
    margin: 0 0 5px;
    color: #e7e7e7;
    font-family: 'Lora';
    text-decoration: line-through;
}

.cart-content-text h3 {
    margin: 0 0 30px;
    font-family: 'Lora';
    color: rgb(141, 60, 60);
    font-size: 30px;
}

a.upgrade-save-btn {
    background: rgb(242, 143, 0);
    font-family: 'Lora';
    color: #fff;
    width: 100%;
    display: block;
    max-width: 314px;
    text-align: center;
    padding: 10px 10px;
    font-weight: bold;
    font-size: 20px;
}

a.upgrade-save-btn:hover {
    background: #9b9b9b;
}

@media screen and (max-width: 767px) {

    body.pop-open {
        overflow: hidden !important;
    }

    .cart-custom-popup-content-wrap {
        margin: 0 auto;
        width: 100%;
    }

    .cart-custom-popup-head h4 {
        font-size: 16px;
    }

    .cart-custom-popup-head h2 {
        font-size: 30px;
    }

    .cart-custom-popup-head h3 {
        font-size: 20px;
    }

    .cart-content-text p {
        font-size: 18px;
        margin-bottom: 10px;
    }

    .cart-content-text h4 {
        font-size: 16px;
    }

    .cart-content-text h3 {
        font-size: 20px;
        margin-bottom: 10px;
    }

    a.upgrade-save-btn {
        font-size: 18px;
        margin: 0 auto;
    }

    .cart-content-text {
        text-align: center;
    }

    .cart-custom-popup-col {
        width: 100%;
    }

    .cart-custom-popup-row {
        display: block;
    }

    .cart-content-img img {
        max-width: 200px;
    }

}