/**************new-year-flash-sale-css**************/
body.flash-sale-banner-open .fixed-top {
    top: 70px;
}
.flash-sale-banner-main {
    text-align: center;
    visibility: hidden;
    align-items: center;
    justify-content: center;
    padding: 5px;
    position: fixed;
    top: -100%;
    background: url("/static/img/flash_banner/te-cyber-m-bg-desk.svg");
    left: 0;
    right: 0;
    height: 70px;
    display: flex;
    z-index: 999;
    transition: .7s ease-in-out;
    background-size: 100%;
    background-position: center center;
}
.flash-sale-banner-main > img {
    max-width: 35px;
    margin-right: 10px;
    transition: .7s ease-in-out;
}
.flash-sale-banner-main label {
    margin: 0 0px 0 10px;
    transition: .7s ease-in-out;
    color: #FFF;
    font-size: 19px;
    font-style: normal;
    font-weight: 300;
    line-height: normal;
    letter-spacing: 1.9px;
    text-transform: uppercase;
}
.flash-sale-banner-main label strong {
    font-weight: 700;
}
.flash-sale-banner-main .flash-sale-banner-timer {
  transition: .7s ease-in-out;
}
.flash-sale-banner-main .flash-sale-banner-timer .flash-sale-timer-block {
    border-radius: 4px;
    background: #FFF;
    border-radius: 4px;
    padding: 5px 15px;
    font-size: 20px;
    color: #000A63;
    font-weight: 500;
    display: inline-block;
    text-align: center;
    line-height: 1;
    margin: 0 5px;
    width: 52px;
    transition: .7s ease-in-out;
}
.flash-sale-banner-main .flash-sale-banner-timer .flash-sale-timer-block span.flash-sale-hour-block {
    display: block;
    font-size: 10px;
    text-transform: uppercase;
    color: #000A63;
    margin: 4px 0 0;
}
.flash-sale-banner-main .flash-clickable-link,
.single_post_banner .flash-clickable-link {
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    transition: 0s ease-in-out;
    z-index: 9;
}
.single_post_banner .flash-clickable-link{
  margin: 0;
}
.single_post_banner {
  text-align: center;
  visibility: hidden;
  align-items: center;
  justify-content: center;
  padding: 5px;
  position: fixed;
  top: -100%;
  background: #DB2F60;
  left: 0;
  right: 0;
  height: 54px;
  display: flex;
  z-index: 99999999999;
  transition: .7s ease-in-out;
  color: #fff;
  font-family: 'Archivo';
}
.flash-sale-banner-main .flash-close-btn,
.single_post_banner .flash-close-btn {
    position: absolute;
    top: 0;
    right: 0;
    height: 70px;
    width: 58px;
    cursor: pointer;
    transition: .2s ease-in-out;
    transform: none;
    opacity: 1;
    z-index: 99;
    background: #BFFF00;
    display: flex;
    align-items: center;
    justify-content: center;
}
.flash-sale-banner-main .flash-close-btn::before,
.single_post_banner .flash-close-btn::before {
    display: block;
    height: 18px;
    width: 2px;
    background-color: #000A63;
    position: absolute;
    left: 30px;
    top: 23px;
    content: "";
    transform: rotate(45deg);
}
.flash-sale-banner-main .flash-close-btn::after,
.single_post_banner .flash-close-btn::after {
    content: "";
    display: block;
    height: 18px;
    width: 2px;
    background-color: #000A63;
    position: absolute;
    left: 30px;
    top: 23px;
    transform: rotate(140deg);
}
span.new-year-text {
    color: #00FFFF;
    font-size: 20px;
    font-style: normal;
    font-weight: 700;
    line-height: 20px;
    letter-spacing: 2px;
    text-transform: uppercase;
    margin-right: 10px;
}

span.new-year-text .month-text {
    font-weight: 200;
}

.new-year-text span {
    color: #fff !important;
    font-weight: 300;
}
span.sale-text {
    border-radius: 3px;
    background: #BFFF00;
    color: #000A63;
    text-align: center;
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: 20px;
    letter-spacing: 2.8px;
    text-transform: uppercase;
    padding: 3px 5px;
}

.flash_sale_banner_content {
    display: flex;
    align-items: center;
    position: relative;
}
.flash_sale_banner_content:after {
    content: "";
    background: url("/static/img/flash_banner/te-after-image.svg");
    position: absolute;
    left: -80px;
    width: 50px;
    height: 50px;
    background-size: cover;
    top: 0;
}
.flash-sale-banner-main .flash-sale-banner-timer {position: relative;}
.flash-sale-banner-main .flash-sale-banner-timer:after {
    content: "";
    background: url("/static/img/flash_banner/te-before-image.svg");
    position: absolute;
    right: -80px;
    width: 50px;
    height: 50px;
    background-size: cover;
    top: 0;
}

span.vertical-pipe {
    width: 2px;
    height: 45px;
    display: inline-block;
    background: #fff;
    margin: 0 30px;
}

.flash-sale-year {
    display: flex;
    align-items: center;
    margin-right: 45px;
    margin-left: 10px;
    padding-left: 10px;
    border-left: 1.5px solid #fff;
    padding-top: 10px;
    padding-bottom: 10px;
}
body.flash-sale-banner-open {
    margin-top: 70px;
}
/**************new-year-flash-sale-css-end**************/


/**************new-year-flash-sale-media-css-**************/
@media (max-width: 980px){
.flash-sale-banner-main label {
    font-size: 14px;
}
span.new-year-text {
    font-size: 14px;
    margin-right: 10px;
}
span.sale-text {
    font-size: 10px;
}
span.vertical-pipe {
    margin: 0 20px;
}
.flash-sale-banner-main .flash-sale-banner-timer .flash-sale-timer-block {
    padding: 5px 5px;
    font-size: 14px;
    margin: 0 3px;
    width: 30px;
}
.flash-sale-year {
    margin-right: 15px;
}
.flash_sale_banner_content svg {
    max-width: 20px;
}
.flash-sale-banner-main .flash-close-btn, .single_post_banner .flash-close-btn {
    height: 70px;
    width: 45px;
    background: transparent;
}
.flash_sale_banner_content:after, .flash-sale-banner-main .flash-sale-banner-timer:after {
    display: none;
}
}

@media (max-width: 600px){
  .flash-sale-banner-main {
    background: url("/static/img/flash_banner/te-cyber-m-bg.svg");
    background-size: cover;
  }
  .flash-sale-banner-main .flash-close-btn::after, .single_post_banner .flash-close-btn::after,
  .flash-sale-banner-main .flash-close-btn::before, .single_post_banner .flash-close-btn::before {
      background-color: #fff;
  }
  .flash-sale-banner-main.flash-sale-banner-new-year label {
      text-align: left;
      max-width: 55px;
      font-size: 10px;
      line-height: 15px;
      margin-right: 0;
  }
.flash_sale_banner_content svg {
    max-width: 20px;
}
.flash-sale-year {
    margin-right: 0;
    display: block;
    padding: 0 0 0 10px;
}
.flash-sale-banner-main.flash-sale-banner-new-year .new-year-text {
    font-size: 12px;
    position: relative;
}
.flash-sale-banner-main.flash-sale-banner-new-year .sale-text {
    font-size: 7px;
    display: flex;
    max-width: max-content;
    height: 20px;
    align-items: center;
    justify-content: center;
    position: relative;
    background: #BFFF00;
    color: #000A63;
    line-height : normal;
}
  .flash-sale-banner-main .flash-sale-banner-timer {
      width: 130px;
  }
  .flash-sale-banner-main .flash-sale-banner-timer .flash-sale-timer-block span.sale_minute,
  .flash-sale-banner-main .flash-sale-banner-timer .flash-sale-timer-block span.sale_hour,
  .flash-sale-banner-main .flash-sale-banner-timer .flash-sale-timer-block span.sale-second {
      width: 27px;
      font-size: 10px;
      height: 27px;
      color: #000A63;
  }
  .flash-sale-banner-main .flash-sale-banner-timer .flash-sale-timer-block span.flash-sale-hour-block {
    font-size: 9px;
    color: #000A63;
}
  .flash-sale-banner-main .flash-sale-banner-timer {
    transition: 0.7s ease-in-out;
    display: flex;
    align-items: center;
    gap: 0;
    margin-left: 0;
}
span.vertical-pipe {
  margin: 0 5px;
  position: relative;
  bottom: -14px;
}
.flash-sale-banner-main .flash-sale-banner-timer .flash-sale-timer-block {
    padding: 5px 7px;
    font-size: 10px;
    margin: 0 4px;
    width: 30px;
    background: #fff;
}

html[lang="it"] .flash-sale-banner-main.flash-sale-banner-new-year label,
html[lang="pt"] .flash-sale-banner-main.flash-sale-banner-new-year label{
    font-size: 7px;
    line-height: 11px;
}
html[lang="tr"] .flash-sale-banner-main.flash-sale-banner-new-year .new-year-text {
    font-size: 9px;
    line-height: normal;
}
html[lang="id"] .flash-sale-banner-main .flash-sale-banner-timer .flash-sale-timer-block span.flash-sale-hour-block {
    font-size: 5px;
    margin: 0;
}
html[lang="id"] .flash-sale-banner-main .flash-sale-banner-timer .flash-sale-timer-block {
    padding: 5px 7px;
    font-size: 7px;
    margin: 0 4px;
    width: 33px;
    height: 33px;
}
html[lang="de"] .flash-sale-banner-main.flash-sale-banner-new-year label,
html[lang="fr"] .flash-sale-banner-main.flash-sale-banner-new-year label{
    font-size: 6px;
    line-height: 9px;
}
}
@media (max-width: 480px){
html[lang="ar"] .flash-sale-year {display: flex;align-items: center;flex-wrap: wrap;}

html[lang="ar"] .flash-sale-banner-main.flash-sale-banner-new-year .new-year-text {
    margin: 0;
    width: auto;
    order: 1;
    flex: 0 0 100%;
}

html[lang="ar"] .flash-sale-banner-main.flash-sale-banner-new-year .sale-text {
    order: 2;
}

html[lang="ar"] span.vertical-pipe {
    bottom: -22px;
}
}
@media (max-width: 340px){
.flash-sale-banner-main.flash-sale-banner-new-year label {
    text-align: left;
    max-width: 50px;
    font-size: 9px;
    line-height: 13px;
    margin-right: 0;
}
.flash-sale-banner-main.flash-sale-banner-new-year .new-year-text {
    font-size: 6px;
    position: relative;
}
.flash-sale-banner-main.flash-sale-banner-new-year .sale-text {
    font-size: 7px;
    letter-spacing: 0.4px;
    line-height: normal;
}
.flash-sale-banner-main .flash-sale-banner-timer {
    width: 140px;
}
.flash-sale-banner-main .flash-sale-banner-timer .flash-sale-timer-block {
    padding: 5px 7px;
    font-size: 13px;
    margin: 0 4px;
    width: 33px;
}
html[lang="tr"] .flash-sale-banner-main.flash-sale-banner-new-year .new-year-text {
    font-size: 4px;
    line-height: normal;
}
html[lang="hi"] .flash_sale_banner_content {
    justify-content: center;
}
html[lang="fr"] .flash-sale-banner-main.flash-sale-banner-new-year label,
html[lang="tr"] .flash-sale-banner-main.flash-sale-banner-new-year label{
    max-width: 50px;
}

}
@media (max-width: 300px){
.flash-sale-banner-main.flash-sale-banner-new-year label {
    text-align: left;
    max-width: 40px;
    font-size: 7px;
    line-height: 10px;
    margin-right: 0;
}
.flash-sale-banner-main .flash-sale-banner-timer .flash-sale-timer-block {
    padding: 5px 4px;
    font-size: 9px;
    margin: 0 4px;
    width: 23px;
}
.flash-sale-banner-main .flash-sale-banner-timer .flash-sale-timer-block span.sale_minute, .flash-sale-banner-main .flash-sale-banner-timer .flash-sale-timer-block span.sale_hour, .flash-sale-banner-main .flash-sale-banner-timer .flash-sale-timer-block span.sale-second {
    width: 20px;
    font-size: 8px;
    height: 20px;
    color: #BFFF00;
}
.flash-sale-banner-main .flash-sale-banner-timer .flash-sale-timer-block span.flash-sale-hour-block {
    font-size: 7px;
}
.flash_sale_banner_content {
    width: 180px;
}
.flash-sale-banner-main.flash-sale-banner-new-year .new-year-text {
    font-size: 4px;
}
.flash-sale-banner-main.flash-sale-banner-new-year .sale-text {
    font-size: 6px;
}
html[lang="it"] .flash-sale-banner-main.flash-sale-banner-new-year label, html[lang="pt"] .flash-sale-banner-main.flash-sale-banner-new-year label {
    font-size: 5px;
    line-height: 9px;
}
.flash_sale_banner_content svg {
    max-width: 15px;
}
html[lang="de"] .flash-sale-banner-main.flash-sale-banner-new-year label {
    max-width: 50px;
}
html[lang="id"] .flash-sale-banner-main .flash-sale-banner-timer .flash-sale-timer-block {
    width: 25px;
    height: 25px;
    padding: 0;
}
html[lang="id"] .flash_sale_banner_content {
    justify-content: center;
}
}
/**************new-year-flash-sale-medai-css-end**************/
