body {
    font-size: 1rem;
    line-height: 1.6rem;
}
body * {
    transition: all 0.25s ease;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}
p {
  margin-top:20px;
	font-size: 1rem;
}
sup, .r {
    font-size:58%;
}
@media(min-width:640px) {
    .order-button-main svg {
        width:1.75rem;
        height:1.75rem;
    }
}
.strike-gray::after {
	position: absolute;
	content: "";
	width:100%;
	height:2px;
	background: rgba(0,0,0,0.3);
	transform: rotate(-5deg);
	top:48%;
	left:0;
}
/* body blur on load */
@-webkit-keyframes image_blur {
    0% { -webkit-filter: (10px);}
    50% { -webkit-filter: blur(5px);}
    100% { -webkit-filter: blur(0px);}
    }
body {
    -webkit-animation: image_blur 1s;
}
.lora-bold {
    font-family: 'Lora', serif;
    font-weight: 700;
}
.lora {
    font-family: 'Lora', serif;
    font-weight: 400;
}
.text-shadow {
    text-shadow: 1px 1px 1px rgba(0,0,0,0.3);
}
.text-shadow-light {
    text-shadow: 1px 1px 1px rgba(255,255,255,0.4);
}
/* Footer */
footer ul {
    text-align: center;
}
footer ul li {
    display: inline-block;
    padding:10px;
}
.copyright-text {
    text-align: center;
}
#disclaimer .main > div {
    display:flex;
    
    background: transparent !important;
    box-shadow: none !important;
}
.bg-text-disclaimer {
    color: #848484 !important;
}
@media(max-width:600px) {
    footer ul li {
        display: block;
        padding:0 10px;
    }
    #disclaimer .main > div {
        float: none;
        flex-wrap: wrap;
    }
    .bg-img-disclaimer {
        margin-left:auto;
        margin-right:auto !important;
        position: relative;
        right:-20px;
    }
}
@media(min-width:600px) {
    .flipclock-container {
        transform: scale(1.3);
    }
}
/*
Code juan
*/

/* Separators */
.divider-top-large {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    overflow: hidden;
    line-height: 0;
}

.divider-top-large svg {
    position: relative;
    display: block;
    width: calc(100% + 1.3px);
    height: 152px;
}

.divider-top-large .shape-fill {
    fill: #FFFFFF;
}
.divider-top {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    overflow: hidden;
    line-height: 0;
}

.divider-top svg {
    position: relative;
    display: block;
    width: calc(100% + 1.3px);
    height: 52px;
}

.divider-top .shape-fill {
    fill: #f3f4f7;
}

/** For mobile devices **/
@media (max-width: 767px) {
    .divider-top svg {
        width: calc(100% + 1.3px);
        height: 26px;
    }
}
.divider-bottom {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    overflow: hidden;
    line-height: 0;
}
.divider-bottom svg {
    position: relative;
    display: block;
    width: calc(100% + 1.3px);
    height: 50px;
}

.divider-bottom .shape-fill {
    fill: #f3f4f7;
}

.divider-bottom-gray .shape-fill {
    fill: white;
}
/** For mobile devices **/
@media (max-width: 767px) {
    .divider-bottom svg,
    .divider-bottom-gray svg{
        width: calc(100% + 1.3px);
        height: 25px;
    }
}

/** For mobile devices **/
@media (max-width: 767px) {
    .divider-bottom svg,
    .divider-bottom-gray svg {
        width: calc(100% + 1.3px);
        height: 25px;
    }
}
/* Purchase Boxes */
.purchase-boxes .dropdown a {
    border-left:3px solid transparent;
}
.purchase-boxes a.selected {
    background:rgba(68,118,178,0.1);
    border-left:3px solid #7b6962;
}
.purchase-boxes a.selected:hover {
    color: inherit;
}
.purchase-boxes a:hover {
	text-decoration: none;
}
.value-bubble {
    width:3.75rem;
    height:3.75rem;
    border-width: 0.2rem;
}
@media(max-width:640px) {
    .value-bubble {
        border-width:0;
    }
}

/* Responsive Videos */
.embed-container {
    position: relative;
    padding-bottom: 56.25%;
    height: 0;
    overflow: hidden;
    max-width: 100%;
}
.embed-container iframe, .embed-container object, .embed-container embed {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}
.bonusHover {
	position:absolute;
	width:220px;
	height:250px;
	z-index:9999999999;
}
@media(max-width:600px) {
	.bonusHover {
		max-width:120px;
		max-height:136px;
	}
}
/* VIDEO */
.play-button-icon {
    transition: all 0.5s ease-out;
}
.play-button-icon:hover {
    transform:scale(1.05);
}
.video-side,
.play-button-text,
#video-container {
    transition: all 0.5s ease-out;
}

.videoWrapper {
    position: relative;
    padding-top: 25px;
    height: 0;
    background: #131313;
}
.videoWrapper {
    padding-bottom: 52.9%;
}
@media (max-width:600px) {
    .videoWrapper {
        padding-bottom: 49.5%;
    }
}

.coverTap {
    background-size: cover;
    width: 100%;
    height: 100%;
    position: relative;
    top: 0;
    left: 0;
    z-index: 1;
}
.videoWrapper iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}
.video-cover {
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    z-index: 1 !important;
}
/* click to play text */
.play-button-text-wrapper {
    height: 100%;
}
.play-button-text {
    font-style: italic;
    -webkit-text-stroke-width: 0.5px;
    -webkit-text-stroke-color: black;
    text-shadow:2px 2px 4px rgba(0,0,0,0.4);
    transition: all .2s ease-out;
    cursor: pointer;
    position: relative;
    top:-5%;
}
@media (max-width:600px) {
    .play-button-text {
        top:-10%;
    }
}
/* volume button */
@keyframes VOLUME_SMALL_WAVE_FLASH {
      0% { opacity: 0; }
     33% { opacity: 1; }
     66% { opacity: 1; }
    100% { opacity: 0; }
  }

  @keyframes VOLUME_LARGE_WAVE_FLASH {
      0% { opacity: 0; }
     33% { opacity: 1; }
     66% { opacity: 1; }
    100% { opacity: 0; }
  }

  .volume__small-wave {
    animation: VOLUME_SMALL_WAVE_FLASH 2s infinite;
    opacity: 0;
  }

  .volume__large-wave {
    animation: VOLUME_LARGE_WAVE_FLASH 2s infinite .3s;
    opacity: 0;
  }
.volume_button {
    background: rgba(0, 0, 0, 0.8);
    border: 2px solid transparent;
    border-radius: 50%;
    cursor: pointer;
    height: 60px;
    width: 60px;
    line-height: 60px;
    outline: none;
    padding-right: 0px;
    pointer-events: auto;
    position: absolute;
    right: 15px;
    text-align: left;
    top: 15px;
}
/* pause notifier */
.pause-notifier {
    pointer-events: none;
    opacity: 1;
    transform: scale(1.1);
    width: 60px;
    transition: opacity 0.8s ease 0s, transform 0.8s ease 0s;
}
.pause-notifier svg {
    overflow: visible;
}
.play-icon-arrow {
    top: 54px;
    left: -100px;
    max-width: 76px;
}
@media(max-width:767px) {
    .pause-notifier {
    width: 40px;
}
    .play-icon-arrow {
    top: 40px;
    left: -70px;
    max-width: 46px;
    }
}
.video-overlay {
    width: 100%;
    height: 100%;
    position: absolute;
    background: radial-gradient(circle,rgba(0,0,0,.7),rgba(0,0,0,.6));
    background: -webkit-radial-gradient(circle,rgba(0,0,0,.7),rgba(0,0,0,.6));
    z-index: 2 !important;
    top: 0;
    left: 0;
}
/* NEW TIMER */
#timer .flip-clock-wrapper ul {
	background: #FFC800;
}
#timer .flip-clock-wrapper ul li a div.up:after {
	background-color: #CCA30E;
	background-color: rgba(0, 0, 0, 0.1);
}
#timer .flip-clock-wrapper ul li a div div.inn {
	color: #000;
	font-family: fira sans extra condensed,Impact,sans-serif;
	text-shadow: 0 1px 1px rgba(0,0,0,0);
	background-color: #FFC800;
}
#timer .flip-clock-dot {
	background: #CCA30E;
}
/* 2nd NEW TIMER */
#timer2 .flipclock {
	top:0.4rem;
}
#timer2 .flip-clock-wrapper ul {
	background: #960303;
}
#timer2 .flip-clock-wrapper ul li a div.up:after {
	background-color: #E6262A;
	background-color: rgba(0, 0, 0, 0.1);
}
#timer2 .flip-clock-wrapper ul li a div div.inn {
	color: #fff;
	font-family: fira sans extra condensed,Impact,sans-serif;
	text-shadow: 0 1px 1px rgba(0,0,0,0);
	background-color: #E6262A;
}
#timer2 .flip-clock-dot {
	background: #6F0002;
}