.summer-sale-font-ITCAvantGardeStd p {
    font-size: 18px;
}

.summer-sale-header {
    background: url('../images/summer-sale-2019/header-sale-bg.jpg') center no-repeat;
    background-size: cover;
    min-height: 150px;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 10px;
}

.summer-sale-header-title {
    font-family: 'ITCAvantGardeStd', Arial, "MS Trebuchet", sans-serif;
    font-weight: bold;
    font-size: 60px;
    line-height: 65px;
    color: #01492b;
    text-shadow: 0 0 5px #FFF,
        0 0 10px #FFF,
        0 0 15px #FFF,
        0 0 20px #FFF,
        0 0 25px #FFF,
        0 0 30px #FFF,
        0 0 35px #FFF,
        0 0 40px #FFF,
        0 0 45px #FFF,
        0 0 50px #FFF;
    text-transform: uppercase;
    margin: 0;
    text-align: center
}

.summer-sale-header-subtitle {
    font-family: 'ITCAvantGardeStd', Arial, "MS Trebuchet", sans-serif;
    font-weight: bold;
    font-size: 30px;
    line-height: 30px;
    color: #01492b;
    text-shadow: 0 0 5px #FFF,
        0 0 10px #FFF,
        0 0 15px #FFF,
        0 0 20px #FFF,
        0 0 25px #FFF,
        0 0 30px #FFF,
        0 0 35px #FFF,
        0 0 40px #FFF,
        0 0 45px #FFF,
        0 0 50px #FFF;
    margin: 0;
    text-align: center;
}

.summer-sale-stubby {
    font-size: 24px;
    line-height: 22px;
    background-color: #e50048;
    color: white;
    text-align: center;
    font-family: 'ITCAvantGardeStd', Arial, "MS Trebuchet", sans-serif;
    font-weight: bold;
    margin-bottom: 50px;
    padding: 10px 0;
}

.summer-sale-stubby h2 {
    color: white;
    margin: 10px 0;
}

.summer-sale-h1 {
    font-family: 'ITCAvantGardeStd', Arial, "MS Trebuchet", sans-serif;
    font-weight: 400;
    color: #01492b;
    text-transform: uppercase;
    font-size: 48px;
    line-height: 1;
}

.summer-sale-leading {
    font-family: 'ITCAvantGardeStd', Arial, "MS Trebuchet", sans-serif;
    font-weight: 700;
    color: #01492b;
}

.summer-sale-product-image {
    display: block;
    margin: 0 auto;
}

.border-red {
    border: 1px solid #cb0a0a;
    padding: 10px;
}

.summer-sale-alt-header {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    min-height: 116px;
    position: relative;
    margin-bottom: 1rem;
    padding-left: 56px;

}

.summer-sale-alt-header::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 56px;
    height: 116px;
    border-style: solid;
    border-width: 58px 0 58px 56px;
    border-color: transparent transparent transparent #01492b;
}

.summer-sale-alt-header h2 {
    font-size: 30px;
    line-height: 1.2;
    margin-bottom: 0;
}

.summer-sale-alt-header span {
    display: block;
    font-size: 24px;
    font-weight: 400;
}

.summer-sale-product-title {
    display: block;
    font-size: 24px;
    line-height: 29px;
    margin-bottom: 28px;
    font-family: 'ITCAvantGardeStd', Arial, "MS Trebuchet", sans-serif;
    font-weight: bold;
    text-align: center;
    margin-top: 5px;
}

.summer-sale-grey-box {
    background-color: #cebca5;
    padding: 15px;
    height: 100%;
    margin-bottom: 15px;
}

.h-100 {
    height: 100% !important;
}

.w-100 {
    width: 100% !important;
}

@media (min-width: 996px) {
    .row-flex {
        display: flex;
    }
}

.summer-sale-text-red {
    color: #744b27;
}

.summer-sale-text-green {
    color: #01492b;
}

.summer-sale-fs-22 {
    font-size: 22px !important;
}

.summer-sale-form {
    border: 5px solid white;
    box-shadow: 0 0 5px rgba(0, 0, 0, 0.5);
    position: -webkit-sticky;
    position: sticky;
    top: 30px;
    margin-bottom: 30px;
}

.summer-sale-form-header {
    background-color: #744b27;
    border-bottom: 5px solid white;
    padding: 15px;
    text-transform: uppercase;
    position: relative;
}

.summer-sale-animated-arrow {
    background: url(../images/summer-sale-2019/summer-sale-arrow.png) center no-repeat;
    width: 67px;
    height: 81px;
    position: absolute;
    left: -45px;
    bottom: -364px;
    animation: bounceX 2s infinite;
}

.summer-sale-form-header h2 {
    margin: 0;
    color: white;
    text-align: center;
}

.summer-sale-form-body {
    background-color: #cebca5;
    padding: 15px !important;
    text-align: center;
}

.summer-sale-form-body label {
    display: inline-block;
}

.summer-sale-form-body input {
    margin-bottom: 10px;
}

.summer-sale-form-body input[type="text"],
.summer-sale-form-body input[type="email"] {
    background: white !important;
    border: 1px solid black !important;
    border-radius: 0 !important;
}

.summer-sale-form-body input[type="submit"],
.summer-sale-go-to-btn {
    border: 0;
    background-color: #00552b;
    color: white;
    border-radius: 8px;
    margin: 0 auto 15px auto;
    display: block;
    padding: 20px 10px;
    width: 100%;
    font-weight: bold;
    text-transform: uppercase;
    text-align: center;
    font-size: 30px;
    border: 1px solid white;
}

@media (min-width: 996px) {
    .summer-sale-go-to-btn {
        display: none;
    }
}

.form-radio {
    font-size: 11px;
    margin-bottom: 15px;
}

.form-radio p {
    margin-bottom: 3px;
    font-size: 11px;
    line-height: 1.1;
    font-weight: bold;
}

.form-radio .radio-list-item {
    margin: .5rem 0 0 0;
}

.form-radio .radio-list-item label {
    display: inline-block;
}

.form-radio .radio-list-item label input[type="radio"] {
    display: none;
}

.form-radio .radio-list-item label input[type="radio"]+span {
    display: inline-block;
    cursor: pointer;
    margin-right: 10px;
    padding: 10px 20px;
    font-size: 1rem;
    line-height: 1.5;
    color: #495057;
    background-color: #fff;
    background-clip: padding-box;
    border: 1px solid #ced4da;
    border-radius: .25rem;
    transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
}

.form-radio .radio-list-item label input[type="radio"]:checked+span {
    cursor: pointer;
    border: 1px solid #00552b;
    background: #00552b;
    color: white;
}

/* 
.checkbox-styling {
    position: relative;
    font-size: 11px;
    line-height: 12px;
    text-align: left;
}

.checkbox-styling input[type="checkbox"] {
    display: none;
}

.checkbox-styling label {
    margin: .5rem 0 0 0;
}

.checkbox-styling input[type="checkbox"]+label {
    display: inline-block;
    padding-left: 36px;
}

.checkbox-styling input[type="checkbox"]+label:before {
    display: inline-block;
    width: 20px;
    height: 20px;
    content: '';
    position: absolute;
    left: 0;
    top: 3px;
    cursor: pointer;
    margin: 0;
    background-color: #fff;
    background-clip: padding-box;
    border: 1px solid #ced4da;
    border-radius: .25rem;
    transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
}

.checkbox-styling input[type="checkbox"]:checked+label:before {
    cursor: pointer;
    border: 1px solid green;
    background: green;
} */



.spinner {
    margin: 5% auto;
    width: 50px;
    text-align: center;
}

.spinner>div {
    width: 10px;
    height: 10px;
    background-color: #00552b;
    border-radius: 100%;
    display: inline-block;
    -webkit-animation: sk-bouncedelay 1.4s infinite ease-in-out both;
    animation: sk-bouncedelay 1.4s infinite ease-in-out both;
}

.spinner .bounce1 {
    -webkit-animation-delay: -0.32s;
    animation-delay: -0.32s;
}

.spinner .bounce2 {
    -webkit-animation-delay: -0.16s;
    animation-delay: -0.16s;
}

@-webkit-keyframes sk-bouncedelay {

    0%,
    80%,
    100% {
        -webkit-transform: scale(0)
    }

    40% {
        -webkit-transform: scale(1.0)
    }
}

@keyframes sk-bouncedelay {

    0%,
    80%,
    100% {
        -webkit-transform: scale(0);
        transform: scale(0);
    }

    40% {
        -webkit-transform: scale(1.0);
        transform: scale(1.0);
    }
}

@keyframes bounceX {

    0%,
    20%,
    50%,
    80%,
    100% {
        -ms-transform: translateX(0);
        transform: translateX(0);
    }

    40% {
        -ms-transform: translateX(-30px);
        transform: translateX(-30px);
    }

    60% {
        -ms-transform: translateX(-15px);
        transform: translateX(-15px);
    }
}