/*! HTML5 Boilerplate v4.3.0 | MIT License | http://h5bp.com/ */

/*
 * What follows is the result of much research on cross-browser styling.
 * Credit left inline and big thanks to Nicolas Gallagher, Jonathan Neal,
 * Kroc Camen, and the H5BP dev community and team.
 */

/* ==========================================================================
   Base styles: opinionated defaults
   ========================================================================== */

html,
button,
input,
select,
textarea {
    color: #222;
}

html {
    font-size: 1em;
    line-height: 1.4;
}

/*
 * Remove text-shadow in selection highlight: h5bp.com/i
 * These selection rule sets have to be separate.
 * Customize the background color to match your design.
 */

::-moz-selection {
    background: #b3d4fc;
    text-shadow: none;
}

::selection {
    background: #b3d4fc;
    text-shadow: none;
}

/*
 * A better looking default horizontal rule
 */

hr {
    display: block;
    height: 1px;
    border: 0;
    border-top: 1px solid #ccc;
    margin: 1em 0;
    padding: 0;
}

/*
 * Remove the gap between images, videos, audio and canvas and the bottom of
 * their containers: h5bp.com/i/440
 */

audio,
canvas,
img,
video {
    vertical-align: middle;
}

/*
 * Remove default fieldset styles.
 */

fieldset {
    border: 0;
    margin: 0;
    padding: 0;
}

/*
 * Allow only vertical resizing of textareas.
 */

textarea {
    resize: vertical;
}

/* ==========================================================================
   Browse Happy prompt
   ========================================================================== */

.browsehappy {
    margin: 0.2em 0;
    background: #ccc;
    color: #000;
    padding: 0.2em 0;
}

/* ==========================================================================
   Author's custom styles
   ========================================================================== */

body.checkout-1712{
    font-family: 'Lato', sans-serif;
    font-size: 20px;
    line-height: 1.6;
    color: #212121;
}
.checkout-1712 h1, .checkout-1712 h2, .checkout-1712 h3, .checkout-1712 h4 {
    font-family: 'Oswald', sans-serif;
    font-weight: bold;
    text-transform: uppercase;
}
.checkout-1712 h1 {
    font-size: 70px;
    margin: 0;
    line-height: 1;
}
.checkout-1712 h2 {
    font-size: 50px;
    margin: 0;
    line-height: 1;
}



.checkout-1712 header {
    background: url(https://d12hfwo7xdmxn8.cloudfront.net/order-forms/02/img/header-bg.jpg) no-repeat center center / cover;
    padding: 25px 0;
}
.checkout-1712 .header-content {
    width: 540px;
    margin: 0 auto;
    text-align: center;
    color: #fff;
    position: relative;
}
.checkout-1712 .header-arrow {
    position: absolute;
    left: 0;
    top: 0;
    height: 100px;
}
.checkout-1712 .logo img {
    height: 22px;
}
.checkout-1712 .header-content h1 {
    font-size: 36px;
    margin: 0;
    line-height: 1.1;
    background: rgb(0 0 0/1%);
}
.checkout-1712 .header-content h1 span {
    display: block;
    color: #419bf9;
    font-weight: 400;
    font-size: 26px;
}



.checkout-1712 .checkout-product-details {
    width: 812px;
    margin: 90px auto;
    box-shadow: 0 19px 32px 8px rgba(0,0,0,.1);
    padding-top: 45px;
    padding-bottom: 45px;
    border-radius: 10px;
}

.checkout-1712 .product-details-content {
    padding: 25px;
    border: 2px solid #419bf9;
    margin: 25px;
    margin-top: -23px;
    border-radius: 10px;
}
.checkout-1712 .checkout-product-details .text-center h2 {
    background: #fff;
    display: inline-block;
    padding: 0 10px;
}
.checkout-1712 .product-details-image {
    display: block;
    margin: 20px auto 0;
    max-width: 65%;
}
.checkout-1712 .product-details-title {
    font-size: 36px;
    font-weight: 700;
    display: flex;
    justify-content: space-between;
    border-bottom: 2px solid #ddd;
    margin-bottom: 15px;
}
.checkout-1712 .product-details-text {
    display: flex;
    justify-content: space-between;
}
.checkout-1712 .product-details-text p {
    font-size: 27px;
    line-height: 1.2;
}
.checkout-1712 .product-details-text > p {
    font-weight: 700;
    text-align: right;
}

.checkout-1712 .product-details-text ul {
    margin: 0;
    padding: 0;
    list-style: none;
    margin-left: 25px;
    margin-top: 25px;
}
.checkout-1712 .product-details-text .fa{
    color: #419bf9;
    margin-right: 7px;
}





.checkout-1712 .expand-area-title {
    background: #10253a;
    color: #fff;
    padding: 15px 15px;
    margin-bottom: 25px;
}
.checkout-1712 .expand-area-title h4 {
    font-size: 30px;
    margin: 0;
    font-weight: 600;
}
.checkout-1712 .expand-inputs {
    padding: 0 25px 25px;
}

.checkout-1712 input[type="text"], .checkout-1712 input[type="email"], .checkout-1712 input[type="tel"], .checkout-1712 select {
    width: 100%;
    height: 50px;
    background: none;
    margin-bottom: 20px;
    border: 2px solid #ddd;
    padding: 0 10px;
    border-radius: 5px;
    padding-left: 65px;
}

.checkout-1712 .next-step {
    background: #4199f4;
    border: none;
    color: #fff;
    font-size: 26px;
    font-family: 'Oswald', sans-serif;
    padding: 10px 45px;
    transition: all .3s;
    background: rgb(64,180,230);
    background: -moz-linear-gradient(top, rgba(64,180,230,1) 0%, rgba(6,98,186,1) 100%);
    background: -webkit-linear-gradient(top, rgba(64,180,230,1) 0%,rgba(6,98,186,1) 100%);
    background: linear-gradient(to bottom, rgba(64,180,230,1) 0%,rgba(6,98,186,1) 100%);
    filter: progid: DXImageTransform.Microsoft.gradient( startColorstr='#40b4e6', endColorstr='#0662ba',GradientType=0 );
    border-radius: 5px;
    text-transform: uppercase;
    font-weight: 600;
    letter-spacing: 2px;
    cursor: pointer;
    display: inline-block;
}
.checkout-1712 .next-step:hover {
    box-shadow: 0 2px 10px 0px rgba(0,0,0,.2);
}






.checkout-1712 .expand-area-4 .expand-inputs {
    text-align: center;
    border: 2px dashed #aaa;
    margin: 25px;
    padding-top: 25px;
}
.checkout-1712 .checkbox-area {
    font-size: 30px;
    background: #f4d66a;
    padding: 25px;
    display: flex;
    justify-content: space-around;
    align-items: flex-start;
    text-align: left;
}
.checkout-1712 .checkbox-area label {
    line-height: 1.2;
    padding-left: 70px;
    position: relative;
}
.checkout-1712 .checkbox-area input[type="checkbox"] {
    display: none;
}
.checkout-1712 .checkbox-area input[type="checkbox"] + label::before {
    content: "";
    font-family: "FontAwesome";
    height: 35px;
    width: 35px;
    border: 2px solid #212121;
    display: inline-block;
    position: absolute;
    left: 15px;
    top: 0;
    background: #fff;
    text-align: center;
    line-height: 35px;
    font-size: 26px;
}
.checkout-1712 .checkbox-area input[type="checkbox"]:checked + label::before {
    content: "\f00c";
}
.checkout-1712 .checkbox-area img {
    width: 50px;
    margin-top: 4px;
}
.checkout-1712 input:focus, .checkout-1712 select:focus, .checkout-1712 a:focus {
    outline: none;
}
.checkout-1712 .red-title {
    color: #ee1b0b;
    font-size: 24px;
    font-weight: 600;
    text-decoration: underline;
    text-align: center;
    line-height: 1.4;
    margin: 25px;
}
.checkout-1712 .expand-area-3 h1 {
    margin-top: 30px;
}
.checkout-1712 .expand-area-3 h3 {
    margin: 0;
    font-size: 40px;
    margin-bottom: 30px;
    margin-top: 10px;
}


.checkout-1712 .expand-area-4 .expand-inputs {
    border: 2px solid #ddd;
    margin: 25px;
    padding-top: 15px;
    border-radius: 10px;
}
.checkout-1712 .checkout-confirmation {
    margin: 0;
    padding: 0;
    list-style-type: none;
}
.checkout-1712 .checkout-confirmation li {
    font-size: 28px;
    display: flex;
    justify-content: space-between;
    margin: 5px 0;
    border-bottom: 2px solid #ddd;
    padding-bottom: 10px;
}
.checkout-1712 .green {
    color: #1fc546;
}
.checkout-1712 .checkout-confirmation li:last-child {
    /*border-top: 2px solid #ddd;*/
    padding-top: 15px;
    margin-top: 10px;
    border-bottom: 0;
}

.checkout-1712 .bottom-content {
    text-align: center;
    padding-bottom: 30px;
}
.checkout-1712 .bottom-content-img-holder {
    height: 100px;
    margin-bottom: 20px;
}
.checkout-1712 .bottom-content-img-holder img {
    max-height: 100px;
}
.checkout-1712 .bottom-content h2 {
    margin-bottom: 30px;
}
.checkout-1712 .expand-area-4 .next-step {
    font-size: 34px;
    font-weight: 600;
    margin-top: 25px;
    width: 300px;
    padding: 8px 10px;
    margin: auto;
    margin-top: 25px;
    display: block;
background: rgb(31,197,70); /* Old browsers */
background: -moz-linear-gradient(top, rgba(31,197,70,1) 0%, rgba(32,126,76,1) 100%); /* FF3.6-15 */
background: -webkit-linear-gradient(top, rgba(31,197,70,1) 0%,rgba(32,126,76,1) 100%); /* Chrome10-25,Safari5.1-6 */
background: linear-gradient(to bottom, rgba(31,197,70,1) 0%,rgba(32,126,76,1) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#1fc546', endColorstr='#207e4c',GradientType=0 ); /* IE6-9 */
}
.checkout-1712 .bottom-content-text {
    padding: 35px;
    font-size: 18px;
    line-height: 1.4;
}
.checkout-1712 .logos-area {
    background: #eee;
    padding: 50px;
    display: flex;
    justify-content: space-around;
    align-items: center;
    border-radius: 10px;
    margin-bottom: 40px;
}
.checkout-1712 .checkout-prices {
    font-weight: 600;
}

.checkout-1712 .product-details-width {
    max-width: 425px;
}

.checkout-1712 .product-price {
    white-space: nowrap
}


.checkout-1712 .single-input-field {
    position: relative;
}
.checkout-1712 .single-input-field::before {
    content: "";
    font-family: "FontAwesome";
    position: absolute;
    top: 2px;
    left: 2px;
    color: #10253a;
    font-size: 26px;
    background: #eee;
    height: 46px;
    width: 50px;
    text-align: center;
    line-height: 50px;
}
.checkout-1712 .single-input-field.input-for-name::before {
    content: "\f007";
}
.checkout-1712 .single-input-field.input-for-email::before {
    content: "\f003";
}
.checkout-1712 .single-input-field.input-for-card::before {
    content: "\f09d";
}
/*.checkout-1712 .single-input-field.input-for-select-right::before {
    right: 0;
    content: "\f0d7";
    left: unset;
    z-index: -1;
}*/
.checkout-1712 .single-input-field.input-for-cvv::before {
    content: "\f023";
}
.checkout-1712 .single-input-field.input-for-3-card::before {
    content: "\f09d";
}
.checkout-1712 .single-input-field.input-for-month::before {
    content: "\f073";
}
.checkout-1712 .single-input-field.input-for-year::before {
    content: "\f073";
}
.checkout-1712 select {
    -moz-appearance: none;
    -webkit-appearance: none;
    appearance: none;
    padding-left: 15px;
    outline: none;
    z-index: 1;
    padding-right: 0;
    cursor: pointer;
}

.checkout-1712 .single-input-field.input-for-shipping_name::before,
.checkout-1712 .single-input-field.input-for-shipping_street1::before,
.checkout-1712 .single-input-field.input-for-shipping_street2::before,
.checkout-1712 .single-input-field.input-for-shipping_city::before,
.checkout-1712 .single-input-field.input-for-shipping_state::before,
.checkout-1712 .single-input-field.input-for-shipping_postal_code::before,
.checkout-1712 .single-input-field.input-for-shipping_country::before {
    content: "\f015";
}

.checkout-1712 .single-input-field.input-for-shipping_phone::before {
     content: "\f095";
}









.checkout-1712 .input-for-3-card {
    /*border: 2px solid #ddd;*/
    border-radius: 5px;
    height: 50px;
    padding: 0 15px;
    padding-left: 20px;
    background: #eee;
    position: relative;
    line-height: 50px;
}
.checkout-1712 .input-for-3-card p {
    margin: 0;
    /*margin-top: 5px;*/
}
.checkout-1712 .input-for-3-card::after {
    content: "";
    height: 0;
    width: 0;
    border-right: 12px solid #eee;
    border-top: 12px solid transparent;
    border-bottom: 12px solid transparent;
    position: absolute;
    top: 50%;
    left: -12px;
    transform: translateY(-50%);
}

.checkout-1712 .ifTaken .checkout-prices {
    text-align: right;
    flex: 0 0 28%;
}

/*Steps*/
.checkout-1712 .close-input{
    display: none;
}

.video-container {
    margin: 60px auto -30px;
    max-width: 812px;
}

.vs-video {
    position: relative;
    aspect-ratio: 16 / 9;
}

.vs-video:not(.has-controls) video::-webkit-media-controls {
    display:none !important;
}

.vs-video__container {
    position: absolute;
    inset: 0;
}

.vs-video__player {
    width: 100%;
    height: 100%;
}

.vs-video__fullscreen {
    position: absolute;
    bottom: 0;
    right: 0;
    background-color: #70baf7;
    width: 2.75rem;
    height: 2.75rem;
    border-radius: 0.3125rem 0 0 0;
    opacity: 0.99;
    border: 0;
    z-index: 100;
}

.vs-video__fullscreen:hover {
    background-color: #007bff;
}

.vs-video__fullscreen:before,
.vs-video__fullscreen:after {
    content: "";
    position: absolute;
    background-color: inherit;
    z-index: 1;
}

.vs-video__fullscreen:before {
    left: 50%;
    top: 0;
    bottom: 0;
    transform: translateX(-50%);
    width: 0.35em;
}

.vs-video__fullscreen:after {
    top: 50%;
    left: 0;
    right: 0;
    transform: translateY(-50%);
    height: 0.35em;
}

.video.has-controls .vs-video__fullscreen {
    display: none;
}

.vs-video__fullscreen-icon {
    position: absolute;
    top: 0.75em;
    right: 0.75em;
    bottom: 0.75em;
    left: 0.75em;
    border: 0.1875rem solid #fff;
}

.vs-video__overlay {
    align-items: center;
    flex-flow: column nowrap;
    position: absolute;
    inset: 0;
    display: flex;
    font-style: italic;
    font-weight: 700;
    place-content: center;
    background-color: rgba(0, 0, 0, 0.3);
    color: #fff;
    z-index: -1;
    opacity: 0;
}

.vs-video__overlay:hover {
    cursor: pointer;
}

.vs-video__overlay.is-visible {
    opacity: 1;
    z-index: 200;
}

.video.has-controls .vs-video__overlay {
    display: none;
}

.video__overlay-play {
    height: auto;
    max-width: 10.75rem;
}

.vs-video__overlay-text {
    font-size: 2.75rem;
}

@media only screen and (max-width: 768px) {
    .video-container {
        margin-bottom: 0;
        margin-top: 20px;
    }

    .video__overlay-play {
        max-width: 4.75rem;
    }

    .vs-video__overlay-text{
        font-size: 2rem;
    }
}

.hurry-notice {
    font-size: 1.5em;
    width: 100%;
    margin: 0 auto 20px;
    padding: 20px 30px;
    background: #DB1920;
    /* background: #fef0c0; */
    color: #735b35;
    text-align: center;
}

#countdown {
    font-size: 1.5em;
    color: #FFFFFF;
    /* color: #8b7354; */
}
#countdown > span,
.dead {
    display: inline-block;
    /* font-size: 1.5em; */
    font-weight: 800;
}
.time {
    padding-top: 5px;
    font-size: 20px;
    font-weight: 400;
}

/* ==========================================================================
   Helper classes
   ========================================================================== */

/*
 * Image replacement
 */

.ir {
    background-color: transparent;
    border: 0;
    overflow: hidden;
    /* IE 6/7 fallback */
    *text-indent: -9999px;
}

.ir:before {
    content: "";
    display: block;
    width: 0;
    height: 150%;
}

/*
 * Hide from both screenreaders and browsers: h5bp.com/u
 */

.hidden {
    display: none !important;
    visibility: hidden;
}

/*
 * Hide only visually, but have it available for screenreaders: h5bp.com/v
 */

.visuallyhidden {
    border: 0;
    clip: rect(0 0 0 0);
    height: 1px;
    margin: -1px;
    overflow: hidden;
    padding: 0;
    position: absolute;
    width: 1px;
}

/*
 * Extends the .visuallyhidden class to allow the element to be focusable
 * when navigated to via the keyboard: h5bp.com/p
 */

.visuallyhidden.focusable:active,
.visuallyhidden.focusable:focus {
    clip: auto;
    height: auto;
    margin: 0;
    overflow: visible;
    position: static;
    width: auto;
}

/*
 * Hide visually and from screenreaders, but maintain layout
 */

.invisible {
    visibility: hidden;
}

/*
 * Clearfix: contain floats
 *
 * For modern browsers
 * 1. The space content is one way to avoid an Opera bug when the
 *    `contenteditable` attribute is included anywhere else in the document.
 *    Otherwise it causes space to appear at the top and bottom of elements
 *    that receive the `clearfix` class.
 * 2. The use of `table` rather than `block` is only necessary if using
 *    `:before` to contain the top-margins of child elements.
 */

.clearfix:before,
.clearfix:after {
    content: " "; /* 1 */
    display: table; /* 2 */
}

.clearfix:after {
    clear: both;
}

/*
 * For IE 6/7 only
 * Include this rule to trigger hasLayout and contain floats.
 */

.clearfix {
    *zoom: 1;
}

/* ==========================================================================
   EXAMPLE Media Queries for Responsive Design.
   These examples override the primary ('mobile first') styles.
   Modify as content requires.
   ========================================================================== */

@media only screen and (min-width: 35em) {
    /* Style adjustments for viewports that meet the condition */
}

@media print,
       (-o-min-device-pixel-ratio: 5/4),
       (-webkit-min-device-pixel-ratio: 1.25),
       (min-resolution: 120dpi) {
    /* Style adjustments for high resolution devices */
}

/* ==========================================================================
   Print styles.
   Inlined to avoid required HTTP connection: h5bp.com/r
   ========================================================================== */

@media print {
    * {
        background: transparent !important;
        color: #000 !important; /* Black prints faster: h5bp.com/s */
        box-shadow: none !important;
        text-shadow: none !important;
    }

    a,
    a:visited {
        text-decoration: underline;
    }

    a[href]:after {
        content: " (" attr(href) ")";
    }

    abbr[title]:after {
        content: " (" attr(title) ")";
    }

    /*
     * Don't show links for images, or javascript/internal links
     */

    .ir a:after,
    a[href^="javascript:"]:after,
    a[href^="#"]:after {
        content: "";
    }

    pre,
    blockquote {
        border: 1px solid #999;
        page-break-inside: avoid;
    }

    thead {
        display: table-header-group; /* h5bp.com/t */
    }

    tr,
    img {
        page-break-inside: avoid;
    }

    img {
        max-width: 100% !important;
    }

    @page {
        margin: 0.5cm;
    }

    p,
    h2,
    h3 {
        orphans: 3;
        widows: 3;
    }

    h2,
    h3 {
        page-break-after: avoid;
    }
}
