.contact-page-form-wrapper {
    visibility: hidden;
    width: 80%;
    max-width: 400px;
    margin: auto;
}

.contact-page-label  {
    color: #fff;
}

.specials-col.regular {
    display: none;
}

.page-container {
    overflow: hidden;
}

.specials-container {
    padding: 0 15px;
    font-size: 0;
}

.special-container {
    margin-bottom: 40px;
}

.special-name {
    text-transform: uppercase;
    color: #A52C00;
    font-weight: 600;
    font-size: 13px;
    margin-bottom: 5px;
}

.special-image-container {
    position: relative;
    font-size: 0;
}

.special-price {
    background: #E37200;
    color: #fff;
    font-size: 28px;
    width: 95px;
    padding: 15px 0 9px 0;
    text-align: center;
    position: absolute;
}

.special-price .dollar-sign {
    font-size: 17px;
    vertical-align: top;
    margin-right: 2px;
}

.special-price .cents {
    font-size: 19px;
    vertical-align: top;
    margin-left: 2px;
}

.special-image {
    width: 100%;
}

.special-btn-container {
    font-size: 0;
}

.redeem-text {
    background: #766341;
    color: #fff;
    text-align: center;
    text-transform: uppercase;
    font-weight: 600;
    padding: 9px 0;
    font-size: 17px;
    margin-top: 2px;
}

.redeem-btn-col {
    display: inline-block;
    width: 33.33%;
    box-sizing: border-box;
    vertical-align: top;
    margin-top: 2px;
}

.redeem-btn-col.two {
    padding: 0 1px;
}

.redeem-btn {
    background: #000;
    color: #fff;
    text-transform: uppercase;
    font-size: 13px;
    text-align: center;
    height: 43px;
    cursor: pointer;
}

.redeem-btn div {
    display: inline-block;
    vertical-align: top;
    line-height: 43px;
    margin-left: 4px;
}

.redeem-icon {
    display: inline-block;
}

.email-icon {
    width: 26px;
}

.sms-icon {
    width: 14px;
}

.print-icon {
    width: 28px;
    padding-top: 1px;
}

.special-add-to-cart {
    background: #766341;
    font-size: 22px;
    text-align: center;
    text-transform: uppercase;
    color: #fff;
    font-weight: 600;
    padding: 9px 0;
    margin-top: 2px;
    letter-spacing: 1px;
    cursor: pointer;
}

.offer-details-container {
    color: #4e4e4e;
    font-size: 14px;
    margin-top: 10px;
}

.offer-details-container span {
    font-size: 16px;
    color: #A52C00;
    text-transform: uppercase;
    font-weight: 600;
    margin-right: 5px;
}

@media (min-width: 375px) {
    .special-name {
        font-size: 18px;
    }
}

@media (min-width: 768px) {
    .specials-container {
        max-width: 768px;
        margin: auto;
    }

    .redeem-text-col {
        display: inline-block;
        width: 46%;
        box-sizing: border-box;
        padding-right: 1px;
        vertical-align: top;
    }

    .redeem-btn-col {
        width: 18%;
    }

    .redeem-text {
        height: 25px;
    }

    .special-name {
        font-size: 20px;
    }
}


@media (min-width: 1024px) {
    .header-container {
        width: 80%;
    }
}

@media (min-width: 1200px) {
    .swal2-modal.swal2-show {
        width: 70% !important;
    }

    .special-price {
        font-size: 40px;
        width: 125px;
        padding: 15px 0 8px 0;
    }

    .special-price .dollar-sign {
        font-size: 23px;
    }

    .special-price .cents {
        font-size: 26px;
    }

    .specials-container {
        max-width: 1400px;
    }

    .specials-col {
        display: inline-block;
        vertical-align: top;
        width: 50%;
        box-sizing: border-box;
        padding: 0 20px;
    }

    .special-name {
        font-size: 17px;
    }

    .special-name-top-padding {
        padding-top: 23px;
    }

    .header-container {
        margin-bottom: 60px;
    }
}

@media (min-width: 1325px) {
    .header-container {
        margin-bottom: 35px;
    }
}

@media (min-width: 1600px) {
    .swal2-modal.swal2-show {
        width: 60% !important;
    }
}


.swal2-container {
    font-family: industry, sans-serif;
}

.swal2-modal.swal2-show {
    width: 100% !important;
    background-color: rgba(0, 0, 0, 0.74) !important;
}

.oomdo-banners.contact {
    width: 100%;
    margin: 5px 0px 20px;
    padding: 15px;
    font-size: 22px;
    box-sizing: border-box;
}

#special-submit {
    background-color: #A52C00;
    color: white;
    font-weight: bold;
    cursor: pointer;
    transition: all 0.5s;
}

#swal2-title {
    color: white;
}

.claim-offer-sub-headline {
    margin-bottom: 30px;
    color: white;
    font-size: 21px;
}

.swal2-modal .swal2-content {
    color: #fff !important;
}

.swal2-modal .swal2-styled {
    background-color: #A52C00 !important;
    border-left-color: #A52C00 !important;
    border-right-color: #A52C00 !important;
}

.swal2-modal .swal2-close {
    font-family: industry, sans-serif;
}

.swal2-close:focus {
    outline: none;
}


.custom-cart-style .swal2-modal.swal2-show {
    background-color: #fff !important;
    width: initial !important;
    max-width: 500px;
}

.custom-cart-style .swal2-content {
    color: #545454 !important;
    font-size: 18px !important;
}

.custom-cart-style #swal2-title {
    color: #595959 !important;
}


[type="checkbox"]:not(:checked), [type="checkbox"]:checked {
    position: absolute;
    left: -9999px;
    opacity: 0;
}

[type="checkbox"]+label {
    position: relative;
    padding-left: 35px;
    cursor: pointer;
    display: inline-block;
    height: 25px;
    line-height: 25px;
    font-size: 1rem;
    -webkit-user-select: none;
    -moz-user-select: none;
    -khtml-user-select: none;
    -ms-user-select: none;
}

[type="checkbox"]+label {
    font-size: 1.2rem;
}

[type="checkbox"].filled-in:not(:checked)+label:before {
    width: 0;
    height: 0;
    border: 3px solid transparent;
    left: 6px;
    top: 10px;
    -webkit-transform: rotateZ(37deg);
    transform: rotateZ(37deg);
    -webkit-transform-origin: 20% 40%;
    transform-origin: 100% 100%;
}

[type="checkbox"].filled-in+label:before, [type="checkbox"].filled-in+label:after {
    content: '';
    left: 0;
    position: absolute;
    transition: border .25s, background-color .25s, width .20s .1s, height .20s .1s, top .20s .1s, left .20s .1s;
    z-index: 1;
}

[type="checkbox"]+label:before, [type="checkbox"]:not(.filled-in)+label:after {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 18px;
    height: 18px;
    z-index: 0;
    border: 2px solid #5a5a5a;
    border-radius: 1px;
    margin-top: 2px;
    transition: .2s;
}

[type="checkbox"].filled-in:not(:checked)+label:after {
    height: 20px;
    width: 20px;
    background-color: transparent;
    border: 2px solid #5a5a5a;
    top: 0px;
    z-index: 0;
}


[type="checkbox"].filled-in+label:after {
    border-radius: 2px;
}

[type="checkbox"].filled-in:checked+label:before {
    top: 0;
    left: 1px;
    width: 8px;
    height: 13px;
    border-top: 2px solid transparent;
    border-left: 2px solid transparent;
    border-right: 2px solid #fff;
    border-bottom: 2px solid #fff;
    -webkit-transform: rotateZ(37deg);
    transform: rotateZ(37deg);
    -webkit-transform-origin: 100% 100%;
    transform-origin: 100% 100%;
}

[type="checkbox"].filled-in:checked+label:before {
    top: -4px;
    left: 1px;
    width: 9px;
    height: 22px;
    border-top: 2px solid transparent;
    border-left: 2px solid transparent;
    -webkit-transform: rotateZ(37deg);
    transform: rotateZ(28deg);
    -webkit-transform-origin: 100% 100%;
    transform-origin: 218% 98%;
}

[type="checkbox"].filled-in:checked+label:before {
    top: -11px;
    left: 3px;
    width: 8px;
    height: 24px;
    border-top: 2px solid transparent;
    border-left: 2px solid transparent;
    border-right: 2px solid #A52C00;
    border-bottom: 2px solid #A52C00;
    -webkit-transform: rotateZ(37deg);
    transform: rotateZ(37deg);
    -webkit-transform-origin: 100% 100%;
    transform-origin: 100% 100%;
}