/*@green: #01ad6e;*/
.MyLPs {
  color: white;
  overflow: hidden;
  background: #1d1f25 url('https://support3.you.gr/you/redesign/landing_pages/2021_Black-Friday/images/topBg.jpg') center top repeat-x;
  background-size: 100%;
  padding-bottom: 30px;
}
.MyLPs .col_xs_4,
.MyLPs .col_xs_6,
.MyLPs .col_xs_8,
.MyLPs .col_xs_12 {
  padding: 10px;
}
.MyLPs .radiusCorners {
  border-radius: 16px;
}
.MyLPs img {
  width: auto;
  max-width: 100%;
}
.MyLPs .btnCommon {
  font-size: 18px;
  font-weight: 700;
  color: #2d2b41;
  /*background-color: @green;*/
  border-radius: 5px;
  padding: 15px 10px;
  display: block;
  transition: all linear 0.2s;
  display: flex;
  justify-content: center;
  max-width: 300px;
  margin: 10px auto;
  -webkit-box-shadow: 5px 6px 12px 1px rgba(0, 0, 0, 0.15);
  -moz-box-shadow: 5px 6px 12px 1px rgba(0, 0, 0, 0.15);
  box-shadow: 5px 6px 12px 1px rgba(0, 0, 0, 0.15);
}
.MyLPs .btnCommon span {
  align-self: center;
}
.MyLPs .btnCommon:hover {
  /*background-color: @blue;*/
}
.MyLPs .btnCommonBig {
  font-size: 27px;
}
.MyLPs .linkStretched {
  z-index: 5;
  overflow: hidden;
  display: block;
  position: absolute !important;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
}
.MyLPs h2 {
  margin: 20px 0;
  font-size: 40px;
  line-height: 45px;
  color: #ffc439;
  font-weight: 800;
}
.MyLPs p {
  font-size: 24px;
  line-height: 30px;
  font-weight: 300;
}
.MyLPs .f30 {
  font-size: 36px;
  line-height: 40px;
}
.MyLPs .f18 {
  font-size: 18px;
  line-height: 25px;
}
.clrWhite {
  color: white !important;
}
.weight_bold {
  font-weight: 800;
}
.weight_light {
  font-weight: 300;
}
.weight_lighter {
  font-weight: 200;
}
.ProductWrapper {
  background: #3b3d45 url('https://support3.you.gr/you/redesign/landing_pages/2021_Black-Friday/images/productsBg.png') center center no-repeat;
  border-radius: 10px;
  padding: 20px 15px 40px 15px;
  position: relative;
  transition: all linear 0.2s;
  /*margin-bottom: 8px;*/
  margin: 0 5px 15px 5px;
}
.ProductWrapper .productTitle {
  font-size: 26px;
  line-height: 30px;
  color: #ffc439;
  font-weight: 800;
  height: 64px;
  position: relative;
}
.ProductWrapper img {
  margin: 0 auto;
}
.ProductWrapper:hover {
  background-color: #131212;
}
.ProductWrapper:hover .btnCommon {
  opacity: 0.8;
}
.ProductWrapper_hoz {
  background-color: #3b3d45;
  background-position: center 70%;
  background-repeat: no-repeat;
  background-size: auto;
  height: 350px;
}
.ProductWrapper_hoz .btnCommon {
  position: absolute;
  right: 18px;
  bottom: 10px;
  padding: 15px 45px;
}
.ProductWrapper_full {
  background-color: #3b3d45;
  background-position: center top;
  background-repeat: repeat-x;
  background-size: unset !important;
}
.ProductWrapper_full .productImg {
  position: absolute;
  left: 0;
  top: 0;
  height: 100%;
  width: 100%;
  background-position: center 70%;
  background-repeat: no-repeat;
  background-size: auto;
}
.Thlefwnikes_paraggelies {
  background: #191a1e;
  border: solid thin white;
  border-radius: 10px;
  margin: 40px auto;
  padding: 10px 15px;
}
.Thlefwnikes_paraggelies .f30 {
  color: #ffc439;
  font-weight: 800;
  margin-bottom: 10px;
}
.Thlefwnikes_paraggelies p {
  font-size: 28px;
  line-height: 32px;
}
.Ups_bottom {
  border-right: solid thin white;
  padding: 15px;
  height: 100%;
}
.Ups_bottom .desc1 {
  color: #ffc439;
  font-size: 23px;
  line-height: 26px;
  font-weight: 800;
  margin-top: 15px;
  margin-bottom: 5px;
}
.Ups_bottom .desc2 {
  color: white;
  font-size: 20px;
  line-height: 25px;
  font-weight: 600;
}
@media (max-width: 1530px) {
  .ProductWrapper_hoz {
    background-size: 100%;
  }
  .ProductWrapper_full .productImg {
    background-size: 100%;
  }
}
@media (max-width: 1200px) {
  .ProductWrapper {
    /*background: #3b3d45 url('https://support3.you.gr/you/redesign/landing_pages/2021_Black-Friday/images/productsBg.png') center center no-repeat;*/
    background-size: 95%;
  }
}
@media (max-width: 991px) {
  .ProductWrapper_hoz {
    background-size: unset;
  }
}
@media (max-width: 768px) {
  .ProductWrapper_hoz {
    background-size: 95%;
  }
  .ProductWrapper_full .productImg {
    background-size: 100%;
    background-position: center center;
  }
  .Ups_bottom {
    padding: 15px 5px;
  }
  .Ups_bottom .desc1 {
    font-size: 18px;
    line-height: 22px;
  }
  .Ups_bottom .desc2 {
    font-size: 15px;
    line-height: 20px;
  }
}
@media (max-width: 576px) {
  .MyLPs .f30 {
    font-size: 25px;
    line-height: 35px;
  }
  .ProductWrapper {
    padding: 20px 15px;
  }
  .ProductWrapper .productTitle {
    font-size: 22px;
    line-height: 26px;
    height: 56px;
  }
  .ProductWrapper_hoz {
    background-size: 100%;
    background-position: center;
    height: 320px;
  }
  .ProductWrapper_hoz .btnCommon {
    left: 50%;
    right: unset;
    transform: translateX(-50%);
    width: 80%;
  }
  .Thlefwnikes_paraggelies p {
    font-size: 20px;
    line-height: 23px;
  }
  .Ups_bottom img {
    height: 35px;
  }
  .youClubIcon {
    height: 35px !important;
    width: 110px !important;
  }
}
@media (max-width: 400px) {
  .MyLPs .btnCommon {
    font-size: 14px;
  }
  .ProductWrapper {
    padding: 20px 10px;
  }
  .ProductWrapper .productTitle {
    font-size: 18px;
    line-height: 22px;
    height: 50px;
  }
  .Ups_bottom {
    border-right: solid thin rgba(255, 255, 255, 0.2);
  }
  .Ups_bottom .desc1 {
    font-size: 15px;
    line-height: 19px;
  }
  .Ups_bottom .desc2 {
    font-size: 13px;
    line-height: 17px;
  }
}