
* {
    border-radius: 0 !important;
    font-family: 'Lato', sans-serif;
}

body{
    font-family: 'Lato', sans-serif;
}
.container{
    max-width: 1200px;
}

p{
    margin: 1em 0;
}


.product-shipping-error.col-xs-12 {
    color: red;
    font-weight: 600;
}

.margin-top{
    margin-top: 30px;
}
input[type=radio]{
    height: 1em;
    width: 1em;
}

.product-box .product-image {
    display: block;
    margin: auto;
    border: none !important;
    margin-bottom: 15px;
    max-height: 200px;
    min-height: 200px;
}

.step-title{
    padding: 5px;
    text-align: left;
    border-top: 5px solid rgb(2, 167, 49);
    background: rgba(2, 167, 49, 0.51);
    margin-bottom: 15px;
    font-size: 26px;
    font-weight: 600;
}

.is-required{
    color: #ff2411;
}

#form .eletter{
    background: #e8e8e8;
    padding: 20px;
    margin-bottom: 10px;
    font-size: 14px;
}

#product-title{
    color: #000000;
    font-weight: bold;
    padding: 0 0 10px;
    font-size: 20px;
}

#order-summary        {
    color: #000000;
    font-weight: bold;
    padding: 10px;
    line-height: 25px;
}

#product-qty{
    font-size: 18px;
}

.table td, .table th {
    border: none;
}

.table-condensed {
    border: 1px solid #dddddd;
}

.img-responsive{
    max-height: 215px;
    text-align: center;
    margin: 0 auto;
}

#product-img{
    padding: 0;
}

.header-row{
    background:#f2f2f2;
    color: #000;
}

.even-row{
    background: #f2f2f2;
}

.odd-row{
    background: #FFFFFF;
}

.price{
    font-weight: bold;
}

.savings{
    color: #900;
    font-weight: bold;
}

.subtext{
    margin: 0 0 10px;
    font-size: 16px;
}

.btn-order{
    background-color: #007bff;
    border-color: #007bff;
    color: #FFFFFF;
}


.form-control.error{
    background-color: #FFF;
}
.error {
    color: #a94442;
    background-color: #f2dede;
    border-color: #ebccd1;
    padding: 5px 10px;
}



select.qty{
    width: 100%;
    display: block;
    height: 35px;
    vertical-align: top;
    text-align: center;
    text-align-last: center;
    font-weight: 700;
    background-color: #ececec;
    border-color: #ececec;
    margin-bottom: 10px;
}
select.qty-cart{
    width: 100%;
    display: block;
    height: 25px;
    vertical-align: top;
    text-align: center;
    text-align-last: center;
    font-weight: 700;
    background-color: #ececec;
    border-color: #202020;
    margin: 10px 0;
}

.remove-product {
    cursor: pointer;
    text-decoration: underline;
    color: #e40c0c;
    font-weight: 100;
}

.product-name{
    border-top:2px solid #ececec;
}

.product-box{
    text-align: center;
}
.product-box h2{
    font-weight: 700;
    font-size: 26px;
}

.product-box .btn.addtocart {
    background: #02A731;
    border: 1px solid #02A731;
    color: #FFF;
    width: 100%;
    display: block;
    text-transform: uppercase;
    font-weight: 700;

}

h1{
    font-size: 24px;
    text-transform: uppercase;
    text-align: center;
    font-weight: 700;
}

h2{
    font-size: 20px;
    text-align: center;
    margin-bottom: 25px;
}

h3{
    text-align: center;
    margin-bottom: 25px;
	font-weight: bold;
}

h3.countdown_container {
	/*
	background-color: #f4e456;
    padding: 10px;
    border-radius: 20px !important;
	*/
	color: #00f;
	font-size: 45px;
	line-height: 1.4em;
}

.starburst_container { text-align: center; }

.starburst_container .img-responsive { max-height: 400px; max-width: 400px; width: 400px; height: 400px; margin-top: -120px; }

.sub-head{
    color: #ef0000;
    font-size: 20px;
    text-align: center;
    font-weight: 700;
    display: block;
	margin-top: 35px;
}

.sub-head small { color: #000; font-size: 50%; display: block; }

.intro { font-size: 24px; font-weight: bold; text-align: center; color: #000; }


.footer-divider{
    padding: 0 0 15px;
}
.footer-divider:after{
    content: '';
    display: block;
    width: 100%;
    height: 1px;
    background: #ececec;
    margin-top: -24px;
}
.footer-leaf{
    position: relative; /* Brings the div above the header:after element */
    width: 130px;
    margin: 0 auto;
    background: #FFFFFF /* Must be same as body */
}
.footer-leaf img{
    display: block;
}

.white-bg{
    background: #FFFFFF;
    display: block;
    margin: 0 15px;
}

.product-box .product-description p{
    font-size: 16px;
}

.bm-row:nth-of-type(odd) {
    background-color: rgba(0,0,0,.05);
}

#fullcarttable {
    border: 1px solid #dee2e6;
    margin-bottom: 1rem;
}

.bm-row{
    padding: 0 5px;
}

.savings{
    color: #ff0f01;
    font-size: smaller;
    background-color: transparent;
    background-image: gradient(linear, 19.1% -7.9%, 81% 107.9%, color-stop(0, transparent), color-stop(.48, transparent), color-stop(.5, #ff0016), color-stop(.52, transparent), color-stop(1, transparent));
    background-image: repeating-linear-gradient(195deg, transparent 0%, transparent 45%, #ff0016 50%, transparent 52%, transparent 100%);
}

@media (max-width: 1200px) {
	.starburst_container .img-responsive { width: 100%; height: 100%; margin-top: -80px !important; }

}

@media (max-width: 992px) {
	.starburst_container .img-responsive { margin-top: -20px !important; }
}

@media (max-width: 885px) {
	.countdown_container { font-size: 39px !important; }
}

@media (max-width: 767px) {
	.starburst_container .img-responsive { margin-top: 0px !important; }
	
	.sub-head { margin-top: 20px !important; }
	
	.countdown_container { font-size: 30px !important; }
}

@media (min-width: 576px){

    .product-box:nth-child(odd){
        border-right: 1px solid #ccc;
    }

    .product-box .product-name{
        height: 70px;
    }

    .product-box .product-description{
        height: 90px;
    }

    .product-box .product-description p  {
        position: relative;
        top: 50%;
        transform: translateY(-50%);
        -webkit-transform: translateY(-50%);
    }

    .product-box h2 {
        position: relative;
        top: 50%;
        transform: translateY(-50%);
        -webkit-transform: translateY(-50%);
    }


    h1{
        font-size: 40px;
    }

    h2{
        font-size: 32px;
    }

	.sub-head{
        font-size: 32px;
		margin-top: 0px;
    }
	
    .align-items-center {
        display: flex;
        align-items: center;
    }

}

@media (max-width: 575px){
	.intro { font-size: 15px; }
}

@media (max-width: 425px){
	.countdown_container { font-size: 21px !important; }
}

@media (min-width: 992px){

    .product-box{
        margin-bottom: 2%;
    }


    .product-box-border{
        border-left: 1px solid #ccc !important;
        border-right: 1px solid #ccc !important;
    }

    .product-box:nth-child(odd){
        border-right: 0;
    }

    .product-box .product-description{
        height: 75px;
    }
    .product-box .product-name{
        height: 70px;
    }

    h1{
        font-size: 68px;
    }

    h2{
        font-size: 55px;
    }

    .sub-head{
        font-size: 55px;
		margin-top: 0px;
    }

}

@media (min-width: 1200px){


    h1{
        font-size: 95px;
    }

    h2{
        font-size: 64px;
    }

    .sub-head{
        font-size: 52px;
    }

}


.bm-tagline{
    font-style: italic;
    font-size: 18px;
    font-weight: 400;
    margin: 10px 0;
}

label{
    font-size: 18px;
}

.ui-icon, .ui-widget-content .ui-icon{
    display: none !important;
}

.sale-price{
    font-size: 20px;
}

.align-items-center {
    /*nothing*/
}

.disabled-btn {
    pointer-events: none;
    cursor: default;
}



/*light animations*/
:root {
    --blue: #1F2766;
    --green: #00873E;
    --red: #C61610;
    --yellow: #F1D900;
}

body {
    background-color: white;
}

body {
    background: white;
}

.lightrope {
    text-align: center;
    white-space: nowrap;
    overflow: hidden;
    /*position: absolute;*/
    z-index: 1;
    margin: -15px 0 0 0;
    padding: 0;
    pointer-events: none;
    width: 100%;
    /* position: absolute;
    bottom: 0;
    left: 0;
    transform: rotate(180deg); */
}

/* light bulb */
.lightrope li {
    position: relative;
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both;
    -webkit-animation-iteration-count: infinite;
    animation-iteration-count: infinite;
    list-style: none;
    margin: 0;
    padding: 0;
    display: block;
    width: 32px; /* make bulb wider */
    height: 68px; /* make bulb taller */
    border-radius: 50% !important;
    margin: 27px;
    display: inline-block;
    background: var(--blue, #1F2766);
    box-shadow: 0px 4.6666666667px 24px 3px var(--blue, #1F2766);
    -webkit-animation-name: flash-1;
    animation-name: flash-1;
    -webkit-animation-duration: 2s;
    animation-duration: 2s;
}
.lightrope li:nth-child(2n + 1) {
    background: var(--green, #00873E);
    box-shadow: 0px 4.6666666667px 24px 3px rgba(243, 229, 171, 0.5);
    -webkit-animation-name: flash-2;
    animation-name: flash-2;
    -webkit-animation-duration: 0.4s;
    animation-duration: 0.4s;
}
.lightrope li:nth-child(4n + 2) {
    background: var(--red, #C61610);
    box-shadow: 0px 4.6666666667px 24px 3px var(--red, #C61610);
    -webkit-animation-name: flash-3;
    animation-name: flash-3;
    -webkit-animation-duration: 1.1s;
    animation-duration: 1.1s;
}

/* 4th light */

/* .lightrope li:nth-child(4n + 2) {
  background: var(--yellow, #f9f6ee);
  box-shadow: 0px 4.6666666667px 24px 3px var(--yellow, #f9f6ee);
  -webkit-animation-name: flash-4;
  animation-name: flash-4;
  -webkit-animation-duration: 1.1s;
  animation-duration: 1.1s;
} */

/* end 4th light */


.lightrope li:nth-child(odd) {
    -webkit-animation-duration: 1.8s;
    animation-duration: 1.8s;
}
.lightrope li:nth-child(3n + 1) {
    -webkit-animation-duration: 1.4s;
    animation-duration: 1.4s;
}

/* bulb holder */
.lightrope li:before {
    content: "";
    position: absolute;
    background: #222;
    width: 10px;
    height: 11.333333px;
    border-radius: 2px;
    top: -7.666667px;
    left: 9px;
}

/* string */
.lightrope li:after {
    content: "";
    top: -17px;
    left: 9px;
    position: absolute;
    width: 88px;
    height: 18.6666666667px;
    border-bottom: solid #222 2px;
    border-radius: 50%;
}
.lightrope li:last-child:after {
    content: none;
}
.lightrope li:first-child {
    margin-left: -40px;
}


/* todo add webkit for more browser support */
@keyframes flash-1 {
    0%,
    100% {
        background: var(--blue, #1F2766);
        box-shadow: 0px 4.6666666667px 24px 3px var(--blue, #1F2766);
    }
    50% {
        background: rgba(31, 39, 102, 0.4);
        box-shadow: 0px 4.6666666667px 24px 3px rgba(31, 39, 102, 0.2);
    }
}

@keyframes flash-2 {
    0%,
    100% {
        background: var(--green, #00873E);
        box-shadow: 0px 4.6666666667px 24px 3px var(--green, #00873E);
    }
    50% {
        background: rgba(0, 135, 62, 0.4);
        box-shadow: 0px 4.6666666667px 24px 3px rgba(0, 135, 62, 0.2);
    }
}

@keyframes flash-3 {
    0%,
    100% {
        background: var(--yellow, #f9f6ee);
        box-shadow: 0px 4.6666666667px 24px 3px var(--red, #C61610);
    }
    50% {
        background: rgba(198, 22, 16, 0.4);
        box-shadow: 0px 4.6666666667px 24px 3px rgba(198, 22, 16, 0.2);
    }
}

@keyframes flash-4 {
    0%,
    100% {
        background: var(--yellow, #f9f6ee);
        box-shadow: 0px 4.6666666667px 24px 3px var(--yellow, #f9f6ee);
    }
    50% {
        background: rgba(198, 22, 16, 0.4);
        box-shadow: 0px 4.6666666667px 24px 3px rgba(198, 22, 16, 0.2);
    }
}

.lightrope-bottom {
    text-align: center;
    white-space: nowrap;
    overflow: hidden;
    /*position: absolute;*/
    z-index: 1;
    margin: -15px 0 0 0;
    padding: 0;
    pointer-events: none;
    width: 100%;
    bottom: 0;
    left: 0;
    transform: rotate(180deg);
}
.lightrope-bottom li {
    position: relative;
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both;
    -webkit-animation-iteration-count: infinite;
    animation-iteration-count: infinite;
    list-style: none;
    padding: 0;
    width: 32px; /* make bulb wider */
    height: 68px; /* make bulb taller */
    border-radius: 50% !important;
    margin: 27px;
    display: inline-block;
    background: var(--blue, #1F2766);
    box-shadow: 0px 4.6666666667px 24px 3px var(--blue, #1F2766);
    -webkit-animation-name: flash-1;
    animation-name: flash-1;
    -webkit-animation-duration: 2s;
    animation-duration: 2s;
}
.lightrope-bottom li:nth-child(2n + 1) {
    background: var(--green, #00873E);
    box-shadow: 0px 4.6666666667px 24px 3px rgba(243, 229, 171, 0.5);
    -webkit-animation-name: flash-2;
    animation-name: flash-2;
    -webkit-animation-duration: 0.4s;
    animation-duration: 0.4s;
}
.lightrope-bottom li:nth-child(4n + 2) {
    background: var(--red, #C61610);
    box-shadow: 0px 4.6666666667px 24px 3px var(--red, #C61610);
    -webkit-animation-name: flash-3;
    animation-name: flash-3;
    -webkit-animation-duration: 1.1s;
    animation-duration: 1.1s;
}
.lightrope-bottom li:nth-child(odd) {
    -webkit-animation-duration: 1.8s;
    animation-duration: 1.8s;
}
.lightrope-bottom li:nth-child(3n + 1) {
    -webkit-animation-duration: 1.4s;
    animation-duration: 1.4s;
}
.lightrope-bottom li:before {
    content: "";
    position: absolute;
    background: #222;
    width: 10px;
    height: 11.333333px;
    border-radius: 2px;
    top: -7.666667px;
    left: 9px;
}
.lightrope-bottom li:after {
    content: "";
    top: -17px;
    left: 9px;
    position: absolute;
    width: 88px;
    height: 18.6666666667px;
    border-bottom: solid #222 2px;
    border-radius: 50%;
}
.lightrope-bottom li:last-child:after {
    content: none;
}
.lightrope-bottom li:first-child {
    margin-left: -40px;
}


/* todo add webkit for more browser support */
@keyframes flash-1 {
    0%,
    100% {
        background: var(--blue, #1F2766);
        box-shadow: 0px 4.6666666667px 24px 3px var(--blue, #1F2766);
    }
    50% {
        background: rgba(253, 244, 220, 0.4);
        box-shadow: 0px 4.6666666667px 24px 3px rgba(253, 244, 220, 0.2);
    }
}

@keyframes flash-2 {
    0%,
    100% {
        background: var(--green, #00873E);
        box-shadow: 0px 4.6666666667px 24px 3px var(--green, #00873E);
    }
    50% {
        background: rgba(243, 229, 171, 0.4);
        box-shadow: 0px 4.6666666667px 24px 3px rgba(243, 229, 171, 0.2);
    }
}

@keyframes flash-3 {
    0%,
    100% {
        background: var(--red, #C61610);
        box-shadow: 0px 4.6666666667px 24px 3px var(--red, #C61610);
    }
    50% {
        background: rgba(249, 246, 238, 0.4);
        box-shadow: 0px 4.6666666667px 24px 3px rgba(249, 246, 238, 0.2);
    }
}