:root {
  --primary: #f590a7;
  --secondary: #cf9163;
  --white: #fff;
  --black: #000;
}

body {
  margin-bottom: 0px;
}

/*---- Header ----*/

.header-position.fixed {
  box-shadow: 0px 2px 10px rgba(0, 0, 0, 0.1);
}

.header-position .lynessa-menu-item-title,
.header-position .icon {
  color: var(--white);
}

.header-position .box-header-nav .main-menu > .menu-item:hover > a {
  color: var(--white);
}

.header-position.fixed .box-header-nav .main-menu > .menu-item:hover > a {
  color: var(--black);
}

.header-position.fixed .lynessa-menu-item-title,
.header-position.fixed .icon {
  color: var(--black);
}

.header-mobile .menu-bar {
  color: var(--white);
}

.header-mobile .icon {
  color: var(--white);
}

.header-logo {
  max-width: 110px;
  height: auto;
  display: inline-block;
}

/*---- Slider Principal  ----*/

.slide-home-01 .slick-slide img {
  filter: brightness(60%);
}

.slide-info h5 {
  color: var(--white);
}

.section-002 .row {
  justify-content: center;
  align-items: center;
}

.section-002 .banner-thumb img {
  max-height: 750px;
  object-fit: cover;
}

@media screen and (max-width: 990px) {
  .section-002 .banner-thumb img {
    max-height: 400px;
  }
}

/*---- testimonials ----*/

.section-018 {
  margin-bottom: 0px;
}

/*---- title sections ----*/

.lynessa-heading.style-01 .title {
  background-image: none;
}

/*---- banner ----*/

.lynessa-banner.style-02 .banner-thumb img {
  object-fit: cover;
  filter: brightness(60%);
}

.lynessa-banner.style-02 .banner-label,
.lynessa-banner.style-02 .subtitle {
  color: var(--white);
}

/*---- banner new collections ----*/

.lynessa-banner.style-07 .banner-content {
  text-align: right;
}

.lynessa-banner.style-07 .subtitle {
  margin-left: auto;
  margin-right: 0px;
}

/*---- button whatsapp ----*/

a.backtotop {
  width: 40px;
  height: 40px;
  line-height: 40px;
  font-size: 20px;
  position: fixed;
  bottom: 65px;
  right: 30px;
  text-align: center;
  -webkit-transition: all 0.4s ease 0s;
  -moz-transition: all 0.4s ease 0s;
  -o-transition: all 0.4s ease 0s;
  transition: all 0.4s ease 0s;
  z-index: 999;
  overflow: hidden;
  transform: rotate(45deg);
}

a.backtotop::after {
  transform: none;
  top: 0px;
  left: 0px;
  right: 0px;
  bottom: 0px;
}

a.backtotop::before {
  transform: skewX(-25deg);
}

a.backtotop i {
  transform: rotate(-45deg);
}

a.backtotop.whatsapp {
  width: 50px;
  height: 50px;
  line-height: 50px;
  font-size: 20px;
  position: fixed;
  bottom: 130px;
  right: 25px;
  text-align: center;
  -webkit-transition: all 0.4s ease 0s;
  -moz-transition: all 0.4s ease 0s;
  -o-transition: all 0.4s ease 0s;
  transition: all 0.4s ease 0s;
  z-index: 999;
  overflow: hidden;
  border-radius: 50%;
}

a.backtotop.whatsapp::after {
  background: #25d366;
}
