* {
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    -webkit-touch-callout: none;
    -webkit-user-select: none;
    -khtml-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    outline: none;
    -webkit-tap-highlight-color: rgba(255, 255, 255, 0);
    mobile webkit -moz-tap-highlight-color: rgba(255, 255, 255, 0);
    -ms-tap-highlight-color: rgba(255, 255, 255, 0);
    tap-highlight-color: rgba(255, 255, 255, 0);
    vertical-align: baseline;
    font-weight: inherit;
    font-family: inherit;
    font-style: inherit;
    font-size: 100%;
    border: 0 none;
    outline: 0;
    padding: 0;
    margin: 0;
}

body {
    line-height: 1;
}

@font-face {
    font-family: 'HP-Simplified-Regular';
    src: url('../fonts/hp-simplified-regular.woff') format('woff');
}

@font-face {
    font-family: 'HP-Simplified-Light';
    src: url('../fonts/hpsimplified_lt-webfont.woff') format('woff');
}

@font-face {
    font-family: 'GothamMedium';
    src: url('../fonts/GothamMedium.woff') format('woff');
}

@font-face {
  font-family: 'GothamLight';
  src: url('../fonts/GothamLight.woff') format('woff');
}

div {
    background-repeat: no-repeat;
    background-size: 100% 100%;
}

.main {
    width: 298px;
    height: 248px;
    border: 1px solid black;
    top: 0px;
    left: 0px;
    overflow: hidden;
    visibility: hidden;
    position: absolute;
    background-color: white;
    cursor: pointer;
}

.logo {
    width: 300px;
    height: 250px;
    top: 0px;
    left: 0px;
    position: absolute;
}

.exit {
    width: 300px;
    height: 250px;
    left: 0px;
    top: 0px;
    position: absolute;
    cursor: pointer;
}

#intro_frame_cont {
    width: 300px;
    height: 250px;
    left: 0px;
    top: 0px;
    transform: translateX(0px);
    position: absolute;
    visibility: hidden;
    z-index: 100;
}

#intro_frame_bg_image {
    width: 300px;
    height: 250px;
    left: 0px;
    top: 0px;
    position: absolute;
    mix-blend-mode: multiply;
}

#f1_headline_cont {
    width: 300px;
    height: 250px;
    left: 0px;
    top: 0px;
    transform: translateX(-300px);
    position: absolute;
}

#F1_headline1_txt {
    left: 21px;
    top: 12px;
    position: absolute;
    line-height: 1.14em;
    font-family: GothamLight, sans-serif;
}

#F1_headline2_txt {
    left: 22px;
    top: 46px;
    position: absolute;
    line-height: 1.14em;
    font-family: GothamLight, sans-serif;
}

#F1_headline3_txt {
    left: 0px;
    top: 0px;
    position: absolute;
    line-height: 1.14em;
    /*font-family: HP-Simplified-Light, sans-serif;*/
    font-family: GothamLight, sans-serif;
}

#f1_cta {
    position: absolute;
    top: 209px;
    left: 13px;
    width: 272px;
    opacity: 0;
}

#f1_cta_button {
    display: inline-block;
    border-radius: 3px;
    border: 1px solid;
    font-family: HP-Simplified-Regular, sans-serif;
    letter-spacing: 0.03em;
    padding: 0.47em 1.25em;
}

#f1_main_logo_cont {
    position: absolute;
    top: 209px;
    left: 257px;
}

#f1_main_logo {
    position: relative;
    top: 0;
    left: 0;
}

#f1_partner_logo_cont {
    position: absolute;
    top: 212px;
    left: 210px;
}

#f1_partner_logo {
    position: relative;
    top: 0;
    left: 0;
}

#carousel_static_elem {
    width: 300px;
    height: 250px;
    left: 0px;
    top: 0px;
    position: absolute;
}

#carousel_background_image {
    width: 298px;
    height: 248px;
    left: 0px;
    top: 0px;
    position: absolute;
}

#carousel_cont {
    height: 248px;
    position: absolute;
    pointer-events: none;
}

.carousel_frame {
    width: 298px;
    height: 248px;
    left: 0px;
    top: 0px;
    float: left;
    position: relative;
    pointer-events: none;
    transform: translate(-298px)
}

#arrowCont {
    width: 298px;
    height: 0px;
    left: 0px;
    top: 0px;
    position: absolute;
}


/*07.29.2019 Start*/
.promo_txt {
    letter-spacing: 0.06em;
    top: 0px;
    left: 0px;
    position: absolute;
    line-height: 1.3em;
    font-family: HP-Simplified-Regular, sans-serif;
    /*    z-index: 99;*/
}

/*07.29.2019 End*/

@supports (-moz-osx-font-smoothing:auto) {
    .promo_txt {
        line-height: 1.35em;
    }
}

.product_name {
    left: 19px;
    top: 21px;
    width: 266px;
    letter-spacing: -0.02em;
    padding-right: 10px;
    position: relative;
    font-family: HP-Simplified-Light, sans-serif;
    font-weight: 100 !important;
}

.sku {
    left: 0px;
    /*07.29.2019 Start top change from 5px to 15px*/
    top: 15px;
    /*07.29.2019 End*/
    text-align: center;
    /*    margin-top: 5px;*/
    position: relative;
    font-family: HP-Simplified-Regular, sans-serif;
}

.footer_text {
    left: 0px;
    top: 20px;
    text-align: left;
    /*    margin-top: 5px;*/
    position: relative;
    font-family: HP-Simplified-Regular, sans-serif;
}

.processor_name {
    left: 19px;
    top: 24px;
    width:280px;
    text-align: left;
    position: relative;
    font-family: HP-Simplified-Light, sans-serif;
}

.product_image {
    left: 0px;
    top: 0px;
    display: block;
    position: relative;
    margin-left: auto;
    margin-right: auto;
    max-width: 100%;
}

.product_image_cont {
    left: 54px;
    top: 68px;
    position: absolute;
}

.product_shadow_cont {
    top: 184px;
    left: 0px;
    position: absolute;
    text-align: center;
    width: 300px;
}

.product_shadow {
    display: inline-block;
    position: relative;
    border-radius: 300px/50px;
}

.price_cont {
    width: 298px;
    display: flex;
    /*    justify-content: center;*/
}

.price_prefix {
    left: 19px;
    top: 26px;
    display: inline-block;
    position: relative;
    font-family: HP-Simplified-Light, sans-serif;
}

.regular_price {
    left: 19px;
    top: 26px;
    display: inline-block;
    position: relative;
    font-family: HP-Simplified-Light, sans-serif;
}

.strikeout {}

.strikeout::after {
    border-bottom: 0.1em solid;
    content: "";
    left: 0;
    margin-top: calc(0.125em / 2 * -1);
    position: absolute;
    right: 0;
    top: 55%;
}

.sale_price {
    left: 19px;
    top: 26px;
    display: inline-block;
    position: relative;
    font-family: HP-Simplified-Light, sans-serif;
}

.f2_cta {
    position: absolute;
    top: 209px;
    left: 13px;
    width: 272px;
}

.f2_cta_button {
    display: inline-block;
    border-radius: 3px;
    border: 1px solid;
    font-family: HP-Simplified-Regular, sans-serif;
    letter-spacing: 0.03em;
    padding: 0.47em 1.25em;
    pointer-events: auto;
}

.f2_main_logo_cont {
    position: absolute;
    top: 205px;
    left: 257px;
}

.f2_main_logo {
    position: relative;
    top: 0;
    left: 0;
}

.f2_partner_logo_cont {
    position: absolute;
    top: 0px;
    left: 0px;
}

.f2_partner_logo {
    position: relative;
    top: 0;
    left: 0;
}

.carousel_hotspot {
    width: 300px;
    height: 188px;
    top: 18px;
    left: 0px;
    position: absolute;
    cursor: pointer;
    pointer-events: auto;
}

.arrow {
    position: absolute;
}

#leftbtn {
    top: 110px;
    left: -3px;
}

#rightbtn {
    top: 110px;
    left: 255px;
}

.animate {
    -webkit-transition-duration: 1s;
    -moz-transition-duration: 1s;
    -o-transition-duration: 1s;
    transition-duration: 1s;
    -webkit-transition-property: -webkit-transform;
    -moz-transition-property: -moz-transform;
    -o-transition-property: -o-transform;
    transition-property: transform;
}

.backUpImage {
    width: 300px;
    height: 250px;
    top: 0px;
    left: 0px;
    position: absolute;
    cursor: pointer;
}

.defaultBackUpImage {
    width: 300px;
    height: 250px;
    top: 0px;
    left: 0px;
    position: absolute;
    cursor: pointer;
}

/*
.guide {
    width: 300px;
    height: 250px;
    top: -1px;
    left: -1px;
    opacity: 0.5;
    cursor: pointer;
        background-image: url(../guide/guide_product_name.jpg);
    position: absolute;
}
*/

.promo_message_container {
    font-family: HP-Simplified-Light, sans-serif;
    display: inline-table;
    pointer-events: none;
    perspective: 100px;
    position: relative;
    z-index: 2;
    top: 24px;
    left: 23px;
}

.promo_message {
    -webkit-transform-origin: 50% 53%;
    transform-style: preserve-3d;
    backface-visibility: hidden;
    display: inline-block;
}

.promo_specialImage {
    pointer-events: none;
    position: absolute;
    z-index: 1;
    left: -1px;
    top: -1px;
}

.carousel_frame {
    /* overflow: hidden; */
}

#clockCont{
    color: #fff;
    opacity: 0;
    position: absolute;
    left: 66px;
    top: 144px;
    width: 160px;
    height: 47px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
}
.clockColumn {
    text-align: center;
    font-family: 'GothamLight', sans-serif;
}

.icons {
    font-size: 11px;
    margin-top: -10px;
}

.counts {
    margin-top: 7px;
    font-size: 27px;
    font-family: 'GothamMedium', sans-serif;
}

.divider {
    color: white;
    margin-top: -12px;
    font-size: 28px;
}

#shine {
    position: absolute;
    opacity: 0;
    top: 55px;
    left: 0px;
    width: 300px;
    height: 250px;
    /* transform: skew(-10deg); */
    overflow: visible;
    /* mix-blend-mode: multiply; */
}

#inner_shine {
    position: absolute;
    width: 100px;
    height: 60px;
    left: -100px;
    margin-top: 15px;
    opacity:.8;
    /* background-image:-webkit-linear-gradient(
        top left,
        rgba(255, 255, 255, 0.0) 0%,
        rgba(255, 255, 255, 0.0) 45%,
        rgba(255, 255, 255, 0.5) 48%,
        rgba(255, 255, 255, 0.8) 50%,
        rgba(255, 255, 255, 0.5) 52%,
        rgba(255, 255, 255, 0.0) 57%,
        rgba(255, 255, 255, 0.0) 100%
    ); */
    background-image:linear-gradient(
        top left,
        rgba(255, 255, 255, 0.0) 0%,
        rgba(255, 255, 255, 0.0) 45%,
        rgba(255, 255, 255, 0.5) 48%,
        rgba(255, 255, 255, 0.8) 50%,
        rgba(255, 255, 255, 0.5) 52%,
        rgba(255, 255, 255, 0.0) 57%,
        rgba(255, 255, 255, 0.0) 100%
    );
}

.light {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 0px;
  height: 0px;
  margin: 0;
  background: #fff;
  box-shadow: 0px 0px 30px 10px #e6e6c8, 0px 0px 10px 5px white,0px 0px 10px 5px white;
  animation: flaremove 2.66s 1 ease-in-out, lightbright 2.66s 1 linear;
  -moz-border-radius: 9999px;
  -webkit-border-radius: 9999px;
  border-radius: 9999px;
}

.flare {
  position: absolute;
  top: 80%;
  left: 80%;
  animation: flaremove 2.66s alternate 1 ease-in-out;
  border-radius: 9999px;
}
.flare.one {
  margin: -50px 0 0 -50px;
  width: 100px;
  height: 100px;
  box-shadow: inset 0px 0px 20px 2px rgba(190, 190, 240, 0.25), 0px 0px 20px 0px rgba(190, 190, 240, 0.25);
}
.flare.two {
  margin: -100px 0 0 -100px;
  width: 200px;
  height: 200px;
  box-shadow: inset 0px 0px 100px 2px rgba(200, 230, 200, 0.25), 0px 0px 13px 2px rgba(200, 230, 200, 0.25);
}
.flare.three {
  margin: -300px 0 0 -300px;
  width: 600px;
  height: 600px;
  box-shadow: inset 0px 0px 22px 2px rgba(255, 50, 50, 0.25), 0px 0px 13px 2px rgba(255, 50, 50, 0.25);
}
.flare.four {
  margin: 20% 0 0 20%;
  width: 100px;
  height: 100px;
  box-shadow: inset 0px 0px 160px 2px rgba(50, 180, 50, 0.25), 0px 0px 20px 2px rgba(50, 180, 50, 0.25);
}
.flare.five {
  margin: -5% 0 0 -5%;
  width: 60px;
  height: 60px;
  box-shadow: inset 0px 0px 160px 2px rgba(200, 220, 80, 0.25), 0px 0px 20px 2px rgba(200, 220, 80, 0.25);
}
.flare.six {
  margin: 20% 0 0 20%;
  width: 20px;
  height: 20px;
  box-shadow: inset 0px 0px 18px 10px rgba(150, 220, 220, 0.4), 0px 0px 5px 0px rgba(150, 220, 220, 0.4);
}

@keyframes flaremove {
  0% {
    left: 0%;
    top: 50%;
    opacity:0;
  }
  20% {
    opacity:1;
  }
  80% {
    opacity:1;
    filter:brightness(100%);
  }
  90%{
    opacity:2;
  }
  100% {
    opacity:0;
    left: 80%;
    top: 50%;
  }
}
@keyframes lightmove {
  0% {
    opacity:0;
    left: 80%;
    top: 40%;
  }
  20% {
    opacity:1;
  }
  80% {
    opacity:1
  }
  100% {
    opacity:0;
    left: 0%;
    top: 40%;
  }
}
@keyframes lightbright {
  0% {
    opacity:0;
    box-shadow: 0px 0px 30px 10px #e6e6c8, 0px 0px 10px 5px white;
  }
  10%{
    opacity:1;
  }
  90% {
    box-shadow: 0px 0px 30px 10px #e6e6c8, 0px 0px 10px 5px white;
  }
  100% {
    box-shadow: 0px 0px 60px 20px white, 0px 0px 20px 10px white;
  }
}