@import url('fonts.css');
body {
  overflow-x: hidden;
}
.MyLPs {
  color: #363535;
  background-color: #f0f0f2;
}
.MyLPs .col_xs_4,
.MyLPs .col_xs_6,
.MyLPs .col_xs_8,
.MyLPs .col_xs_12 {
  padding: 10px;
}
.MyLPs img {
  width: auto;
  max-width: 100%;
}
.MyLPs .btnCommon {
  position: relative;
  font-size: 20px;
  padding: 10px 45px;
  transition: all linear 0.2s;
}
.MyLPs .btnCommon:hover {
  opacity: 0.8;
}
.f30_light {
  font-size: 30px;
  font-weight: 400;
  line-height: 35px;
}
.f30_bold {
  font-size: 30px;
  line-height: 35px;
  font-weight: 700;
  margin-bottom: 15px;
}
.f36 {
  font-size: 36px;
  line-height: 40px;
  font-weight: 800;
  margin-bottom: 10px;
}
.TopBanner {
  background-color: white;
  border-radius: 10px;
  padding-top: 10px;
  padding-bottom: 10px;
}
.TopBanner h1 span {
  position: relative;
  display: inline-block;
}
.TopBanner h1 span a {
  position: relative;
}
.TopBanner h1 span::before {
  content: '';
  position: absolute;
  left: 0;
  bottom: 2px;
  height: 13px;
  width: 100%;
  background: #ffc439;
}
.TopBanner .f30_light {
  color: #485ff1;
}
.StayHomelogo {
  width: 200px;
}
.TopBanner_desc {
  width: calc(80% - 200px);
}
.NavigationMenu {
  font-size: 20px;
  background-color: #f0f0f2;
  margin: 8px;
  border-radius: 6px;
  width: calc(16.6% - 16px);
  text-align: center;
  display: flex;
  justify-content: center;
}
.NavigationMenu a {
  align-self: center;
  color: #363535;
  transition: all linear 0.1s;
  display: block;
    padding: 15px 25px;
  width: 100%;
}
.NavigationMenu a:hover {
  color: #485ff1;
}
.Delivery {
  background-color: #ffc439;
  border-radius: 15px;
  padding: 35px 15px;
  color: #485ff1;
  text-align: center;
  position: relative;
}
.truck {
  position: absolute;
  left: 0;
  bottom: 0;
  max-width: 250px !important;
}
.pin {
  position: absolute;
  left: 50%;
  top: -43px;
  transform: translateX(-50%);
}
.ProductWrapper {
  padding-bottom: 20px;
  position: relative;
}
.ProductWrapper .f30_bold {
  height: 70px;
}
.ProductWrapper img {
  margin: 0 auto;
}
.ProductWrapper::before {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 80%;
  background: white;
  border-radius: 20px;
}
.ProductWrapper:hover .btnCommon,
.ProductWrapper_cirlce:hover .btnCommon,
.Gym_Wrapper:hover .btnCommon,
.TV_wrapper:hover .btnCommon {
  opacity: 0.6;
}
.KidsHome {
  border-radius: 30px;
  background: #b8dadc url('https://support3.you.gr/you/redesign/landing_pages/2020_We_stay_home/images/kidbg.jpg') center center no-repeat;
  background-size: cover;
  padding-bottom: 50px;
  padding-top: 60px;
}
.ProductWrapper_cirlce {
  display: inline-block;
  position: relative;
  margin-bottom: 30px;
}
.ProductWrapper_cirlce .f30_bold {
  height: 70px;
}
.ProductWrapper_cirlce img {
  margin: 0 auto;
}
.ProductWrapper_cirlce::before {
  content: '';
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 300px;
  height: 300px;
  background: white;
  border-radius: 50%;
}
.Necessities {
  background: url('https://support3.you.gr/you/redesign/landing_pages/2020_We_stay_home/images/necessities_bg.jpg') center center no-repeat;
  background-size: cover;
  padding-top: 300px;
  padding-bottom: 60px;
}
.Gym_Wrapper {
  background-color: white;
  border-radius: 20px;
  position: relative;
}
.TV_wrapper {
  background-color: #4960f2;
  padding: 15px;
  border-radius: 20px;
  position: relative;
  margin-bottom: 90px;
}
.TV_wrapper img {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  left: 5%;
}
.TV_wrapper .Desc {
  color: white;
  position: relative;
  margin-left: 35%;
  text-align: center;
}
@media (max-width: 1500px) {
  .truck {
    max-width: 200px !important;
  }
}
@media (max-width: 1400px) {
  .ProductWrapper_cirlce::before {
    content: '';
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 250px;
    height: 250px;
    background: white;
    border-radius: 50%;
  }
}
@media (max-width: 991px) {
  .truck {
    max-width: 150px !important;
    left: 50%;
    transform: translateX(-50%);
    top: 70px;
  }
  .TV_wrapper {
    margin-bottom: 10px;
  }
  .TV_wrapper img {
    max-width: 210px;
  }
}
@media (max-width: 768px) {
  .f50 {
    font-size: 40px;
    line-height: 45px;
  }
  .f36 {
    font-size: 25px;
    line-height: 30px;
  }
  .StayHomelogo {
    width: 100%;
  }
  .StayHomelogo img {
    margin: 0 auto;
  }
  .TopBanner_desc {
    width: 100%;
    text-align: center;
  }
  .NavigationMenu {
    width: calc(50% - 16px);
  }
}
@media (max-width: 576px) {
  .f30_light,
  .f30_bold {
    font-size: 20px;
    line-height: 25px;
  }
  .NavigationMenu {
    font-size: 18px;
  }
  .ProductWrapper .f30_bold {
    height: auto;
  }
  .TV_wrapper img {
    max-width: 140px;
  }
  .TV_wrapper .Desc {
    margin-left: 40%;
  }
}
@media (max-width: 400px) {
  .TV_wrapper img {
    position: relative;
    margin: 0 auto;
    left: unset;
    top: unset;
    transform: unset;
    max-width: 230px;
  }
  .TV_wrapper .Desc {
    margin-left: 0;
  }
}