@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: 'GothamBlack';
    src: url('../fonts/gotham-black.woff') format('woff');
}

@font-face {
    font-family: 'GothamMedium';
    src: url('../fonts/GothamMedium.woff') format('woff');
}

@font-face {
    font-family: 'GothamBold';
    src: url('../fonts/GothamBold.woff') format('woff');
}

@font-face {
  font-family: 'GothamLight';
  src: url('../fonts/GothamLight.woff') format('woff');
}

body{
  margin: 0px;
  padding: 0px;
  font-size: 12px;
  color: #000;
  font-family: 'GothamBlack', sans-serif;
}

/* Safari 10.0+ */
_::-webkit-:host:not(:root:root), body {
  font-family: 'GothamBlack', sans-serif;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

sup {
    vertical-align: super;
    font-size: 0.6em;
    line-height: 0;
}

.noselect {
  -webkit-touch-callout: none; /* iOS Safari */
    -webkit-user-select: none; /* Safari */
     -khtml-user-select: none; /* Konqueror HTML */
       -moz-user-select: none; /* Firefox */
        -ms-user-select: none; /* Internet Explorer/Edge */
            user-select: none; /* Non-prefixed version, currently
                                  supported by Chrome and Opera */
}

.imgHolder {
    top: 0px;
    left: 0px;
    opacity: 1;
}

.imgHolder > img {
    top: -1;
    left: -1;
    width: 300px;
    height: 600px;
}

.abs {
    position: absolute;
}

.noselect {
  -webkit-touch-callout: none; /* iOS Safari */
    -webkit-user-select: none; /* Safari */
     -khtml-user-select: none; /* Konqueror HTML */
       -moz-user-select: none; /* Firefox */
        -ms-user-select: none; /* Internet Explorer/Edge */
            user-select: none; /* Non-prefixed version, currently
                                  supported by Chrome and Opera */
}

#onesec{
    transition: all 0.1s linear;
    -webkit-transition: all 0.1s linear;
    -moz-transition: all 0.1s linear;
    -ms-transition: all 0.1s linear;
    -o-transition: all 0.1s linear;
}
.fivesec {
    transition: all 0.5s linear;
    -webkit-transition: all 0.5s linear;
    -moz-transition: all 0.5s linear;
    -ms-transition: all 0.5s linear;
    -o-transition: all 0.5s linear;
}

.fullhalfsec {
    transition: all 0.5s linear;
    -webkit-transition: all 0.5s linear;
    -moz-transition: all 0.5s linear;
    -ms-transition: all 0.5s linear;
    -o-transition: all 0.5s linear;

    -webkit-backface-visibility: hidden !important;
    -webkit-transform: translate3d(0, 0, 0) !important;
    -webkit-transition-style: preserve-3d!important;

    -moz-backface-visibility: hidden;
    -moz-transform: translate3d(0, 0, 0);
    -moz-transition-style: preserve-3d;

    backface-visibility: hidden;
    transform: translate3d(0, 0, 0);
    transition-style: preserve-3d;
}

.centering {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
}

.centerTop {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-box-align: center;
  -ms-flex-align: center;
          align-items: center;
}

.leftTop {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-box-align: start;
  -ms-flex-align: start;
          align-items: flex-start;
}

#hitall, #hitall1 {
  width: 300px;
  height: 600px;
}

.hitall{
    position: absolute;    
    width: 300px;
    height: 600px;
    z-index: 1;
}

#cta2Hit {
  position: absolute;
  width: 300px;
  height: 67px;
  z-index: 5;
}

#failsafe {
  position: absolute;
  top: -1px;
  left: -1px;
  width: 300px;
  height: 600px;
  opacity: 0;
  display: none;
}

#RL_main {
  position: absolute;
  display: none;
  left: 0px;
  top: 0px;
  width: 300px;
  height: 600px;
  overflow: hidden;
  box-sizing: border-box;
  border: 1px solid #000;
}

#frame1,#frame2 {
  opacity: 0;
  height:600px;
  width:300px;
}

#F1_CTA {
    position: absolute;
    display: inline-block;
    border-radius: 3px;
    border: 1px solid;
    font-family: HP-Simplified-Regular, sans-serif;
    letter-spacing: 0.03em;
    padding: 0.67em 2em;
    opacity: 0;
}

#F1_headlineCont {
  width:100%;
  height:100%;
  left: -300px;
  opacity: 0;
}

#F1_Headline1, #F1_Headline2, #F1_Headline3 {
  position: absolute;
  font-family: 'GothamLight', sans-serif;
}

#F1_Headline3 {
  font-family: 'GothamLight', sans-serif;
}

#F2_promoText{
  font-family: 'GothamBold', sans-serif;
}

.F2_CTA {
    position: absolute;
    pointer-events: none;
}

.F2_ctaButton {
    display: inline-block;
    border: 1px solid;
    font-family: 'GothamBold', sans-serif;
    letter-spacing: -0.025em;
    padding: 0.88em 1.84em;
    pointer-events: auto;
}

@media all and (-ms-high-contrast: none), (-ms-high-contrast: active) {
    .F2_ctaButton {
        letter-spacing: -0.04em;
    }
}

.f2_cta_shadow {
    width: 80%;
    padding: 0 10%;
    height: 0.5em;
    pointer-events: none;
}

.f2_cta_shadow_1 {
    width: 40%;
    height: 100%;
    left: 4%;
    position: absolute;
    display: inline-block;
    background-color: transparent;
    top: -1em;
    box-shadow: 0px 13px 10px -10px rgba(255,58,165,1);
}

.f2_cta_shadow_2 {
    width: 35%;
    height: 100%;
    left: 25%;
    position: absolute;
    display: inline-block;
    background-color: transparent;
    top: -1em;
    box-shadow: 0px 13px 10px -10px rgba(255,12,54,1);
}

.f2_cta_shadow_3 {
    width: 35%;
    height: 100%;
    left: 41%;
    position: absolute;
    display: inline-block;
    background-color: transparent;
    top: -1em;
    box-shadow: 0px 13px 10px -10px rgba(247,90,15,1);
}

.f2_cta_shadow_4 {
    width: 40%;
    height: 100%;
    left: 58%;
    position: absolute;
    display: inline-block;
    background-color: transparent;
    top: -1em;    box-shadow: 0px 13px 10px -10px rgba(255,175,35,1);
}

#F2_promoText {
    width: 300px;
    height: 50px;
    background-color: aqua;
}

.itemImage {
}

.itemBadge {
    z-index: 2;    
  width: 50px;
}

.itemText {
  width: 280px;
  height: 90px;
}

.itemTextOmenAMD {
  width: 280px;
  height: 90px;
}

.itemProductName {
  letter-spacing: 0.01em;
  line-height: 1.2em;
  white-space: normal;
  font-family: GothamBold, sans-serif;
}

.itemProcessorName {
  margin-top: 7px;
  line-height: 1.3em;
  font-family: HP-Simplified-Regular, sans-serif;
}

.itemProductNameOmenAMD {
  letter-spacing: 0.01em;
  line-height: 1.2em;
  white-space: normal;
  font-family: 'GothamLight', sans-serif;
}

.itemProcessorNameOmenAMD,.itemProcessorNameOmenAMD2  {
  font-family: HP-Simplified-Regular, sans-serif;
  position: absolute;
  top: 87px;
  left: 62px;
  width: 70px;
  white-space: normal;
  line-height: 1.2em;
  text-align: right;
}

.itemProcessorNameOmenAMD2{
  left: 37px;
}

.itemSku {
    text-align: center;
    line-height: 1.2em;
    font-family: HP-Simplified-Regular, sans-serif;
}

.price_cont {
    margin-top: 6px;
    width: 90%;
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
    text-align: center;
    font-family: HP-Simplified-Regular, sans-serif;
}

.price_contOmenAMD {
    margin-top: 6px;
    width: 90%;
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
    text-align: center;
    font-family: 'GothamLight', sans-serif;
}

.price_prefix {
  line-height: 1.2em;
}

.regular_price {
  margin-left: 4px;
  line-height: 1.2em;
}

.strikeout {
  text-decoration: line-through;
}

.strikeout::after {
}

.sale_price {
  margin-left: 4px;
  line-height: 1.2em;
}

#arrowCont{
  width: 298px;
  height: 600px;
}

.arrow {
  position: absolute;
  top: 198px;
}

#leftbtn {
  left: 4px;
}

#rightbtn {
  right: 4px;
}

/**
 * (optional) define here the style definitions which should be applied on the slider container
 * e.g. width including further controls like arrows etc.
 */
.slider {
}

.frame {
    /**
     * (optional) wrapper width, specifies width of the slider frame.
     */
    width: 300px;
    height: 600px;
    position: relative;
    font-size: 0;
    line-height: 0;
    overflow: hidden;
    white-space: nowrap;
}

.slides {
    display: inline-block;
}

li {
    position: relative;
    display: inline-block;
    /**
     * (optional) if the content inside the slide element has a defined size.
     */
    width: 300px;
    height: 600px;
}

#clockCont{
    opacity: 0;
    position: absolute;
    left: 33px;
    left: 28px;
    top: 343px;
    width: 244px;
    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 {
    color: #fff;
    text-align: center;
    font-family: 'GothamLight', sans-serif;
}

.icons {
    font-size: 17px;
    margin-top: -21px;
    padding-top: 4px;
}

.counts {
    font-size: 42px;
    font-family: 'GothamMedium', sans-serif;
}
.windows .counts{margin-top:-.4em;margin-bottom:.4em;}
.windows .divider{margin-top:-.8em;}

.divider {
  font-family: 'Times', sans-serif;
    color: white;
    margin-top: -28px;
    font-size: 42px;
}

#shine2 {
    position: absolute;
    opacity: 0;
    top: 161px;
    left: 33px;
    width: 226px;
    height: 44px;
    transform: skew(-10deg);
    overflow: hidden;
    
}

#shine2 {
    top: 214px;
}
/*START SHINE STYLES*/
#shine {
    position: absolute;
    opacity: 0;
    top: 155px;
    left: -110px;
    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;
  }
}

/*END SHINE STYLES*/