.wrapperMain_content {
  padding-top: 0 !important;
  padding-bottom: 0 !important; }

.topbar {
  display: none; }

.header-desktop .header-search {
  display: none; }

.header-desktop .nav-desktop__new {
  display: none !important; }

.header-desktop .header-desktop__wrapper {
  background: #fff !important; }

.footer-bottom {
  display: none; }

.people-online {
  display: none; }

.section-heading {
  margin-bottom: 20px; }

.section-ladipage {
  padding: 20px 0; }

.section-ladipage:first-child {
  padding-top: 0; }

.flex-align-center {
  align-items: center;
  -webkit-align-content: center; }

@media (max-width: 767px) {
  .banner-text {
    margin-bottom: 20px; } }

.banner-text h2 {
  font-size: 26px;
  text-transform: uppercase;
  font-weight: 600;
  margin-bottom: 12px; }

.banner-text p {
  font-size: 16px; }

.video-text video {
  width: 100%; }

.act-ladi {
  margin-top: 20px; }

.barinfo-banner {
  padding: 10px 0;
  text-align: center;
  font-weight: 600;
  font-size: 22px;
  margin-bottom: 20px; }
  @media (max-width: 767px) {
    .barinfo-banner {
      font-size: 16px; } }

.list-product .owl-carousel.owl-style .owl-nav .owl-prev {
  left: -60px; }
  @media (max-width: 991px) {
    .list-product .owl-carousel.owl-style .owl-nav .owl-prev {
      left: 0; } }

.list-product .owl-carousel.owl-style .owl-nav .owl-next {
  right: -60px; }
  @media (max-width: 991px) {
    .list-product .owl-carousel.owl-style .owl-nav .owl-next {
      right: 0; } }

.owl-carousel.owl-style .owl-nav button {
  top: 50%;
  transform: translateY(-50%); }

.btn-ladi {
  background: #fff;
  border: 1px solid #fff;
  color: #870008;
  display: inline-block;
  padding: 10px 30px;
  font-size: 16px;
  text-transform: uppercase;
  font-weight: 600;
  border-radius: 4px;
  transition: all 0.3s; }
  .btn-ladi:hover {
    background: #870008;
    color: #fff; }
  .btn-ladi.btn-secondary {
    background: #fff;
    color: #870008;
    border-color: #870008; }
    .btn-ladi.btn-secondary:hover {
      background: #870008;
      color: #fff; }
  .btn-ladi.btn-popup-contact {
    background: #870008;
    color: #fff; }

.barinfo-promotion {
  padding: 10px 0;
  background: #000;
  text-align: center;
  font-size: 16px;
  color: #fff; }

.list-product .owl-carousel.owl-loaded {
  margin: 0; }
  .list-product .owl-carousel.owl-loaded .proudct-item {
    padding: 0;
    flex: 0 0 100%;
    ms-flex: 0 0 100%;
    max-width: 100%; }

.proudct-item .item-detail {
  text-align: center;
  padding-top: 20px; }
  .proudct-item .item-detail h3 {
    font-size: 20px;
    margin-bottom: 10px;
    overflow: hidden;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    display: -webkit-box;
    min-height: 44px; }
    @media (max-width: 991px) {
      .proudct-item .item-detail h3 {
        font-size: 15px; } }
  .proudct-item .item-detail p {
    font-size: 16px;
    overflow: hidden;
    -webkit-line-clamp: 7;
    -webkit-box-orient: vertical;
    display: -webkit-box;
    min-height: 93px; }
    @media (max-width: 991px) {
      .proudct-item .item-detail p {
        font-size: 14px; } }

.proudct-item .item-image {
  position: relative; }

.proudct-item .product-widget {
  display: flex;
  justify-content: center;
  gap: 8px;
  align-items: center;
  margin-bottom: 12px; }
  .proudct-item .product-widget .total-review {
    line-height: 1; }

.proudct-item .btn-buynow {
  display: flex;
  justify-content: center;
  gap: 8px;
  font-size: 14px;
  background: #870008;
  color: #fff; }
  .proudct-item .btn-buynow .buynow-price {
    display: flex;
    gap: 10px; }
  .proudct-item .btn-buynow .price-old {
    color: #ccc;
    text-decoration: line-through; }

.ladipage-reviews__item .review-item__box {
  padding: 48px 35px;
  border: 1px solid #c7c7c7;
  border-radius: 10px;
  text-align: center; }

.ladipage-reviews__item .review-star {
  margin-bottom: 30px; }

.ladipage-reviews__item .review-title {
  font-size: 14px;
  line-height: calc(20 / 13);
  font-weight: 600;
  color: #ffffff;
  margin-bottom: 30px; }

.ladipage-reviews__item .review-desc {
  font-weight: 300;
  font-style: italic;
  white-space: initial;
  overflow: hidden;
  -webkit-line-clamp: 8;
  -webkit-box-orient: vertical;
  display: -webkit-box;
  height: 180px;
  color: #ffffff; }

.ladipage-reviews__item .review-author {
  margin-top: 50px;
  font-size: 14px;
  font-weight: 600;
  color: #ffffff;
  line-height: calc(22 / 14); }

@media (max-width: 767px) {
  .item-reels:not(:last-child) {
    margin-bottom: 20px; } }

.item-reels .box-reels {
  display: block;
  aspect-ratio: 9/16;
  position: relative;
  overflow: hidden; }
  @media (max-width: 767px) {
    .item-reels .box-reels {
      aspect-ratio: 9/16; } }
  .item-reels .box-reels iframe {
    position: absolute;
    width: 100% !important;
    height: 100%;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    object-fit: cover; }

.ladipage-banner img {
  width: 100%; }

.section-contact {
  background: #f1f9f5;
  padding-top: 40px;
  padding-bottom: 40px; }

.section-contact .home-section__inner {
  text-align: center; }

.section-subtitle {
  text-align: center;
  text-transform: uppercase;
  margin-bottom: 16px;
  font-size: 18px;
  font-weight: 700;
  letter-spacing: 2px;
  margin-bottom: 16px; }
  @media (max-width: 767px) {
    .section-subtitle {
      font-size: 16px; } }

.section-title2 {
  font-size: 48px;
  line-height: 1.2em;
  margin-bottom: 47px;
  text-align: center;
  font-weight: 600; }
  @media (max-width: 767px) {
    .section-title2 {
      font-size: 20px;
      margin-bottom: 24px; } }

.section-contact .section-act {
  display: inline-block;
  position: relative; }

.cta-arrow {
  position: absolute;
  top: -97%;
  bottom: auto;
  left: auto;
  right: -100%;
  transform: rotate(-60deg); }
  @media (max-width: 767px) {
    .cta-arrow {
      top: -130%; } }

.modal-popupContact .modal-header {
  position: relative;
  border: 0;
  padding: 30px 30px 30px 30px; }

.modal-popupContact .modal-header .modal-title {
  font-size: 28px;
  font-weight: 500; }

.modal-popupContact .modal-header .close {
  margin: 0;
  position: absolute;
  top: 50%;
  right: 30px;
  transform: translateY(-50%);
  font-size: 38px;
  color: #000;
  opacity: 1;
  font-weight: 400;
  line-height: 1;
  padding: 0;
  float: initial; }

.modal-popupContact .contact-form__inner {
  padding: 0 30px 30px; }

.modal-popupContact .contact-form__inner .input-group {
  width: 100%; }

.modal-popupContact .contact-form__inner .form-control {
  width: 100%;
  padding: 16px 15px;
  height: initial;
  border: 1px solid #e1e1e1;
  background-color: #fff;
  color: #000;
  border-radius: 16px;
  margin-bottom: 0;
  font-size: 18px; }

.modal-popupContact .contact-form__inner textarea {
  padding: 16px 15px;
  height: 119px;
  width: 100%;
  border: 1px solid #e1e1e1;
  background-color: white;
  color: black;
  margin-bottom: 0px;
  font-size: 18px;
  border-radius: 16px;
  outline: 0;
  resize: none; }

.contact-btn__inner {
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  justify-content: space-between;
  -webkit-justify-content: space-between; }

.contact-btn__inner .contact-btn {
  flex: 0 0 48%;
  -ms-flex: 0 0 48%;
  max-width: 48%; }

.contact-btn__inner .contact-btn {
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  align-items: center;
  -webkit-align-items: center;
  justify-content: center;
  -webkit-justify-content: center; }

.contact-btn__inner .contact-btn svg {
  display: inline-block;
  width: 26px;
  margin-right: 8px; }

@media (max-width: 767px) {
  .owl-reels.row {
    margin: 0; }
  .owl-reels .item-reels {
    padding: 0; } }

@media (max-width: 767px) {
  .section-heading .section-title {
    font-size: 16px; } }
