.cat-bf-2023 {
  display: none;
}

.black-friday-main .cat-bf-2023 {
  display: block;
  position: fixed;
  right: 0;
  bottom: 100px;
  height: 252px;
  width: 66px;
  z-index: 333;
}

@media screen and (max-width: 1440px) {
  .black-friday-main .cat-bf-2023 {
    width: 46px;
    height: 180px;
  }
}

@media screen and (max-width: 768px) {
  .black-friday-main .cat-bf-2023 {
    width: 34px;
    height: 140px;
    bottom: 50px;
    right: -1px;
  }
}

.black-friday-main .cat-bf-2023 a {
  display: block;
  background-image: url("../img/bf-black-2023/cat-scrolling111.svg"); // 11
  width: 100%;
  height: 100%;
  background-size: contain;
  background-repeat: no-repeat;
}

.black-friday-main .cat-bf-2023 a:hover {
  background-repeat: no-repeat;
  background-image: url("../img/bf-black-2023/cat-scrolling22.svg");
}

.black-friday-main header .logo a:first-child + a {
  background-image: url("../img/bf-black-2023/logo-bf-cat1.svg"); // logo-bf-cat.svg
  width: 222px;
  height: 46px;
  background-size: contain;
  margin: 0;
}

@media screen and (max-width: 1024px) {
  .black-friday-main header .logo a:first-child + a {
    width: 186px;
    height: 38px;
    margin-left: 10px;
  }
}

.black-friday-main .under-header-bf .container {
  position: relative;
}

.black-friday-main .under-header-bf .container::before, .black-friday-main .under-header-bf .container:after {
  content: '';
  display: block;
  position: absolute;
  background-repeat: no-repeat;
  background-size: contain;
}

.black-friday-main .under-header-bf .container::before {
  background-image: url("../img/bf-black-2023/cat-left.svg");
  width: 151px;
  top: 0;
  left: 0;
  height: 115px;
}

@media screen and (max-width: 1024px) {
  .black-friday-main .under-header-bf .container::before {
    width: 100px;
    height: 85px;
    left: 10px;
  }
}

@media screen and (max-width: 768px) {
  .black-friday-main .under-header-bf .container::before {
    display: none;
  }
}

.black-friday-main .under-header-bf .container::after {
  background-image: url("../img/bf-black-2023/cat-right.svg");
  width: 151px;
  bottom: 0;
  right: 55px;
  height: 151px;
}

@media screen and (max-width: 1440px) {
  .black-friday-main .under-header-bf .container::after {
    right: 20;
  }
}

@media screen and (max-width: 1244px) {
  .black-friday-main .under-header-bf .container::after {
    right: 38px;
  }
}

@media screen and (max-width: 1024px) {
  .black-friday-main .under-header-bf .container::after {
    width: 100px;
    height: 100px;
    right: 10px;
  }
}

@media screen and (max-width: 768px) {
  .black-friday-main .under-header-bf .container::after {
    display: none;
  }
}

.black-friday-main .subcategory .item-product .discount span {
  display: none;
}

.black-friday-main .subcategory .item-product .discount {
  top: 5px;
  right: 5px;
  width: 62px;
  height: 62px;
  background-color: black;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -ms-flex-line-pack: center;
      align-content: center;
  border-radius: 100%;
}

.black-friday-main .subcategory .item-product .discount::before {
  content: '';
  display: block;
  position: absolute;
  width: 34px;
  height: 34px;
  background-image: url("../img/bf-black-2023/cat-bf.svg");
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  left: -9px;
  bottom: -3px;
}

/*
.black-friday-main .subcategory .item-product .discount:after {
  content: 'BLACK FRIDAY'; 
  font-size: 11px;
  line-height: 1;
  font-weight: bold;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  color: white;
  font-family: "he-700", Helvetica, Arial, sans-serif;
}*/ 

.black-friday-main .subcategory .item-product .discount strong {
  color: #E72D23;
  font-size: 20px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  font-family: "he-700", Helvetica, Arial, sans-serif;
 /* display: none; */
	
	    display: flex !important;
    width: 100%;
    text-align: center;
    align-items: center;
    justify-content: center;
	    top: -3px;
    position: relative;
}


.black-friday-main .subcategory .item-product .discount strong:before {
    content: 'BLACK FRIDAY'; 
    font-size: 10px;
    font-weight: 700;
    text-align: center;
    display: block;
    color: #fff;
    font-family: "he-700", Helvetica, Arial, sans-serif;
    position: relative;
    left: 0;
}
