html {
  scroll-behavior: smooth;
}

main.tvads-container {
  padding: 0px;
}

.tvads-wrapper ul,
.tvads-wrapper li {
  position: static;
  margin: 0;
  padding: 0;
}

.is-hidden {
  display: none !important;
}
.tvads-wrapper .tvads-root .tvads-section-title {
  margin-left: -12px;
  margin-right: -12px;
}

.tvads-wrapper {
  font-family: Lato;
}

.tvads-root {
  text-align: center;
}

.tvads-wrapper header {
  padding: 0px;
}
.tvads-wrapper header > img {
  max-width: 100%;
  max-height: 100%;
  width: 100%;
  object-fit: cover;
  filter: brightness(.9);
}

.tvads-wrapper header section {
  position: absolute;
  width: 100%;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  color: #fff;
  font-family: 'Roboto', sans-serif;
}

.tvads-wrapper header .main-img {
  width: 100%;
  height: 100%;
  overflow: hidden;
}

.tvads-wrapper header .main-img img {
  width: 100%;
  height: 100%;
}

.header-info {
  display: flex;
  justify-content: center;
  align-items: center;
  padding-left: 20px;
  padding-right: 20px;
  margin-top: -20px;
}

.header-info .header-info_title1 {
  font: normal normal normal 42px/38px 'Caveat';
  font-family: 'Caveat' !important;
  letter-spacing: 0px;
  color: #FFFFFF;
  text-shadow: 0px 0px 12px #00000075;
  opacity: 1;
}

.header-info .header-info_title2 {
  text-align: center;
  font: normal normal 700 34px/32px Lato;
  letter-spacing: 0px;
  color: #FFFFFF;
  text-shadow: 0px 4px 6px #00000040;
  text-transform: uppercase;
  opacity: 1;
  flex-direction: column;
  margin-top: 20px;
}

.header-info .header-info_title2 .row {
  display: flex;
}

.header-info .header-info_title2 .first-column {
  display: flex;
  align-content: center;
  justify-content: end;
  align-items: center;
}

.header-info .header-info_title2 .first-column div:first-child {
  display: flex;
  justify-content: space-evenly;
  align-items: center;
}

.header-info .header-info_title2 .second-row {
  display: flex;
}

.header-discount {
  display: flex;
  background-color: #fc5b2f;
  border-radius: 3px;
  padding: 4px 8px;
  align-items: center;
  width: min-content !important;
}

.header-info_img img {
  width: 106px;
  height: 96px;
  filter: brightness(1);
}

.flex-item {
  display: flex;
  justify-content: center;
  align-items: center;
}

.header-info > * {
  flex: auto;
}

.tvads-wrapper .tvads-root .tvads-section-title h1,
.tvads-wrapper .tvads-root .tvads-section-title h2 {
  margin-left: 16px;
  text-align: center;
  padding: 61px 0px 31px 0px;
  letter-spacing: 0.25px;
  color: #29235C!important;
  font-size: 25px;
  font-weight: 700;
  margin: 0px;
}

.tvads-wrapper .tvads-root .tvads-section-title h1.pad-top,
.tvads-wrapper .tvads-root .tvads-section-title h2.pad-top {
  padding-top: 31px;
}

.tvads-root h1,
.tvads-root h2 {
  display: block;
  font-size: 16px;
}

.plus-icon {
  border: #002222;
}

.tvads-root li {
  position: relative;
}

.tvads-wrapper .tvads-root p {
  margin-left: 0;
  text-align: justify;
}

.tvads-section-title .picto-plus {
  width: 22px;
  height: 22px;
  margin-bottom: -2px;
} 

.tvads-wrapper .tvads-configure {
  display: flex;
  gap: 10px;
}

.tvads-wrapper .tvads-configure .tvads-configure_left {
  flex: 1;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  justify-content: center;
  text-align: left;
  box-shadow: 0px 0px 20px #00000014;
}

.tvads-configure_left_list {
  list-style: none;
}

.tvads-configure_left_list li {
  font-size: 18px;
  margin-bottom: 10px;
  padding-left: 21px;
  background-repeat: no-repeat;
  background-position: left center;
  background-image: url('https://cdn.stores-discount.com/images/pubtv23/landing-page/desktop/picto-check.png');
  background-size: 14px;
}

.tvads-wrapper .tvads-configure_right {
  flex: 1;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
}

.tvads-wrapper .tvads-configure_right .video-container {
  position: relative;
  width: 100%;
  padding-bottom: 56.25%;
}

.tvads-wrapper .tvads-configure_right iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.tvads-wrapper .tvads-configure_right > img {
  -o-object-fit: cover;
  object-fit: cover;
  -o-object-position: top left;
  object-position: top left;
  max-width: 100%;
  height: auto;
}

.tvads-wrapper .tvads-configure_right > video {
  max-width: 473px;
  max-height: 270px;
}

.tvads-wrapper .button-link {
  margin: 0 auto;
  text-transform: uppercase;
  font-size: 17px;
  color: #FFFFFF;
  background-color: #FC5B2F;
  border: 2px solid;
  box-sizing: border-box;
  font-family: Lato,Arial,sans-serif;
  display: block;
  cursor: pointer;
  text-decoration: none;
  border-radius: 5px;
  transition: all .1s ease-in-out;
  padding: 11px;
  max-width: 150px;
  text-align: center;
  margin-top: 25px;
}
.tvads-wrapper .button-link:hover, .tvads-wrapper .last-button:hover {
  background-color: #D44018;
}

.tvads-wrapper .last-button {
  width: 100%;
  max-width: 404px;
  padding: 12px 50px 12px 50px;
  margin-top: 40px;
  margin-bottom: 40px;
}

.home-carousel {
  padding-top: 0px !important;
}

.home-carousel .home-carousel-image {
  padding-top: 0px !important;
}

.tvads-installation-container {
  background: #EFEFEF 0% 0% no-repeat padding-box;
  padding: 0px 30px 30px 30px;
  box-sizing: border-box;
  margin-top: 61px;
}

.tvads-installation {
  display: flex;
  /* max-width: fit-content; */
  justify-content: center;
  align-items: center;
  gap: 20px;
  flex-wrap: wrap;
}

.tvads-installation .flex-item img {
  max-width: 100%;
  max-height: 100%;
}

.oney-mobile-box {
  margin-top: 10px;
}
.oney-mobile-box img {
  max-width: 100%;
}

.economy-container {
  display: flex;
  justify-content: center;
  align-items: center;
  background: #FFFFFF 0% 0% no-repeat padding-box;
  box-shadow: 0px 0px 12px #0000000F;
  padding: 55px 10px 55px 10px;
}

.economy-container .grid-item:last-child * {
  color: #FC5B2F;
}

.economy-container .grid-item {
  flex: 1;
  display: grid;
  grid-template-columns: 1fr;
  align-content: center;
  justify-content: center;
  justify-items: center;
  grid-template-rows: 42px 16px 63px 34px;
}

.economy-container .title {
  font: normal normal bold 36px/26px Caveat;
  letter-spacing: 0px;
  color: #28235B;
}

.economy-container .price {
  font: normal normal normal 55px/29px 'MV Boli';
  letter-spacing: 0.82px;
  color: #28235B;
}

.economy-container .desc, .economy-container .desc-flex {
  font: normal normal 600 14px/18px Lato;
  letter-spacing: 0px;
  color: #28235B;
}

.economy-container .desc-flex {
  display: flex;
  align-content: flex-end;
  align-items: flex-end;
}

.economy-container .sub-desc {
  font: normal normal 500 14px/16px Lato;
  letter-spacing: 0px;
  color: #28235B;
  margin-top: 5px;
}

.economy-container .small-txt {
  display: block;
  font: normal normal bold 10px/24px Lato;
  letter-spacing: 0.1px;
  margin-top: 3px;
  text-align: start;
}

.economy-container .small-txt-1, .economy-container .small-txt-3 {
  text-align: initial;
  width: 100%;
  display: flex;
  align-content: center;
  justify-content: center;
  padding-right: 150px;
}

.economy-container .small-txt-3 {
  padding-right: 130px;
}

.economy-container .small-txt-2 {
  text-align: end;
}

.source-txt {
  width: 100%;
  text-align: left;
  font: normal normal 600 10px/16px Lato;
  letter-spacing: 0px;
  color: #28235B;
  margin-top: 10px;
}

.source-txt a {
  text-decoration: none;
  color: #28235B;
}

/* ===== REVIEWS ====*/
.checked, .tvads-front-stars-footer {
  color: #ED7941;
}

.tvads-front-stars-header {
  color: #FC5B2F; 
}

.tvads-front-stars-header i, .tvads-back-stars-header i {
  margin-right: 7px;
}

.not-checked, .tvads-back-stars {
  color: #D8D8D8;
}
.reviews-container {
  display: flex;
  flex-direction: row;
}

.reviews-container_left_container {
  order: 1;
  width: 64%;
  text-align: center;
}

.reviews-button {
  order: 3;
  cursor: pointer;
  color: #444444;
  text-decoration: none;
  width: 80px;
  border: 1px solid #444444;
  padding: 6px;
  border-radius: 3px;
  margin-top: 15px;
  display: block;
  margin-left: auto;
  margin-right: auto;
}

.reviews-container_left {
  background: var(--unnamed-color-ffffff) 0% 0% no-repeat padding-box;
  background: #FFFFFF 0% 0% no-repeat padding-box;
  padding: 18px;
  text-align: left;
  border: 1px solid #D8D8D8;
  margin-bottom: 10px;
  
}
.reviews-container_left_row {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  grid-template-columns: 30% 70%;
  grid-gap: 20px;
  word-wrap: normal;
  align-items: start;
}

.reviews-container_left_row.desc > :first-child {
  padding-top: 2px;
}

.reviews-container_left_name {
  font: normal normal bold 16px/19px Lato;
  letter-spacing: 0px;
  color: #222222;
}
.posted-date {
  font: normal normal bold 10px/12px Lato;
  letter-spacing: 0px;
  color: #666666;
  text-transform: uppercase;
}
.reviews-container_left_desc {
  font: normal normal normal 14px/17px Lato;
  color: #002222;
  margin-top: 8px;
}

.reviews-container_right_container {
  order: 2;
  display: flex;
  align-items: center;
  justify-content: flex-start;
  flex-direction: column;
  width: 36%;
}

.reviews-container_right_container .flex-item {
  flex-direction: column;
}

.tvads-star-rating {
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  font-size: 16px;
}
.tvads-star-rating img {
  width: 123px;
  height: 22px;
}

.header-rating {
  display: flex;
  justify-content: center;
  align-items: flex-start;
  margin-top: 12px;
}

.header-rating .global-rate {
  display: flex;
  margin-left: 10px;
}

.header-rating .global-rate a {
  color: #FFFFFF;
  font: normal normal 500 17px/18px Lato;
  letter-spacing: 1px;
  text-underline-offset: 5px;
}

.reviews-container_right_container .rate {
  font: normal normal normal 106px/128px Lato;
  letter-spacing: -3.39px;
  color: #222222;
}
.reviews-container_right_container #sub-five {
  font: normal normal normal 29px/35px Lato;
  letter-spacing: 0px;
}

.reviews-container_right_container .total-msg-number {
  font: normal normal normal 12px/15px Lato;
  letter-spacing: 0px;
  color: #002222;
  line-height: 25px;
}

.reviews-container_right_container > img {
  width: 76px;
  height: 76px;
}

/* Override */
.tvads-root .home-page #home-most-sale {
  padding-bottom: 0px;
}
.tvads-root .home-page .home-carousel .home-carousel-images {
  overflow: inherit;
}
.oney-div:hover {
  border-color: #FFFFFF !important;
  border-width: 0px !important;
}

.oney-div {
  padding-bottom: 0px !important;
  height: 245px;
}

/*---------- stars rating ----------*/
.tvads-star-rating, .tvads-back-stars, .tvads-front-stars {
  display: flex;
}

.tvads-back-stars {
  position: relative;
}

.tvads-front-stars {
  overflow: hidden;
  position: absolute;
}

/*--- Home page ---*/
.tvads-home-page-container {
  display: grid;
  gap: 10px;
  margin-top: 8px;
  grid-template-columns: 30% 69%;
}

.tvads-home-page-container img {
  width: 100%;
  height: 100%;
}

.tvads-home-page-container .left-img {
  order: 1;
}

.tvads-home-page-container .right-img {
  order: 2;
}

.tvads-home-page-container .tvads-home-page-container_right {
  flex: 2;
}

.tvads-home-page-container .tvads-home-page-container_right img {
  max-width: 100%;
  max-height: 100%;
  width: 750px;
  height: auto;
}

.tvads-root .home-page #home-most-sale .columns {
  display: flex;
  margin: 0px;
}

.tvads-root .home-page #home-most-sale .columns .column .promo-thumbnail {
  background: #FC5B2F;
}

.tvads-root .home-page #home-most-sale .columns .column .promo-thumbnail + p .price {
  color: #FC5B2F;
}


/* --- FAQ ---*/
.tvads-wrapper #details {
  width: 100%;
}
.tvads-wrapper #details section {
  margin-left: auto;
  margin-right: auto;
}

.tvads-wrapper #details h2 {
  padding-bottom: 25px;
}

.smartview-wrapper .economy-container {
  padding: 0px;
}

.smartview-wrapper .economy-container .grid-item {
  grid-template-rows: auto auto auto;
  padding: 10px 5px 10px 5px;
  gap: 10px;
}

.smartview-wrapper .economy-container .grid-item:last-child * {
  color: #28235B;
}

.smartview-wrapper .economy-container .desc-flex {
  text-align: start;
  padding-left: 10px;
  font-size: 12px;
}

.smartview-wrapper .economy-container .grid-item {
  border: none!important;
}

.smartview-wrapper .economy-container .grid-item img {
  height: auto;
  max-width: 100%;
}

.smartview-wrapper .economy-container .desc, .economy-container .desc-flex {
  align-items: baseline;
}

.smartview-wrapper .tvads-installation .flex-item img {
  width: 100%;
}

.home-page #home-most-sale .columns .column img {
  height: auto;
}
