/*----------------------------------------*/ /*-- Fonts auto-hebergees (ex Google Fonts) --*/
@font-face {
  font-family: "Work Sans";
  src: url("../fonts/WorkSans-Regular.woff2") format("woff2");
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Work Sans";
  src: url("../fonts/WorkSans-Bold.woff2") format("woff2");
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Spectral";
  src: url("../fonts/Spectral-Regular.woff2") format("woff2");
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Spectral";
  src: url("../fonts/Spectral-Italic.woff2") format("woff2");
  font-weight: 400;
  font-style: italic;
  font-display: swap;
}
@font-face {
  font-family: "Spectral";
  src: url("../fonts/Spectral-LightItalic.woff2") format("woff2");
  font-weight: 300;
  font-style: italic;
  font-display: swap;
}
@font-face {
  font-family: "Fjalla One";
  src: url("../fonts/FjallaOne-Regular.woff2") format("woff2");
  font-weight: 400;
  font-style: normal;
  font-display: swap;
} /*-- Common Style --*/
*,
*::after,
*::before {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

body.age-gate-active {
  overflow: hidden;
  height: 100vh;
}
/*
  Menu mobile (plugin dlmenu) : caché par défaut
*/
#dl-menu {
  display: none;
}
@media (max-width: 991px) {
  .dl-menu {
    display: none;
  }
  #dl-menu,
  .dl-menu.dl-menuopen {
    display: block;
  }
}

html,
body {
  height: 100%;
}
body {
  background-color: #f5f0e8;
  line-height: 24px;
  font-size: 15px;
  font-style: normal;
  font-weight: 400;
  visibility: visible;
  font-family: "Work Sans", sans-serif;
  color: #454545;
  position: relative;
}
main {
  transition: padding-top 0s;
}
.h1-home {
  font-size: 13px;
  line-height: 24px;
  font-style: normal;
  font-weight: 400;
  visibility: visible;
  font-family: "Work Sans", sans-serif;
  color: rgba(255, 255, 255, .5);
  display: inline-block;
  margin: 0 15px 0 0;
}
h1,
h2,
h3,
h4,
h5,
h6 {
  color: #333333;
  font-family: "Work Sans", sans-serif;
  font-weight: 400;
  margin-top: 0;
}
h1 {
  font-size: 36px;
  line-height: 42px;
}
h2 {
  font-size: 30px;
  line-height: 36px;
}
h3 {
  font-size: 24px;
  line-height: 30px;
}
h4 {
  font-size: 18px;
  line-height: 24px;
}
h5 {
  font-size: 14px;
  line-height: 18px;
}
h6 {
  font-size: 12px;
  line-height: 14px;
}
p:last-child {
  margin-bottom: 0;
}
a,
button {
  color: inherit;
  display: inline-block;
  line-height: inherit;
  text-decoration: none;
  cursor: pointer;
}
a,
button,
img,
input,
span {
  -webkit-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
}
*:focus {
  outline: none !important;
}
a:focus {
  color: inherit;
  outline: none;
  text-decoration: none;
}
a:hover {
  text-decoration: none;
}
button,
input[type="submit"] {
  cursor: pointer;
}
ul {
  list-style: outside none none;
  margin: 0;
  padding: 0;
} /*-- 
    - Row 
-----------------------------------------*/
.row {
  --bs-gutter-x: 1.875rem;
} /*-- 
    - Input Placeholder
-----------------------------------------*/
input:-moz-placeholder,
textarea:-moz-placeholder {
  opacity: 1;
  filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
}
input::-webkit-input-placeholder,
textarea::-webkit-input-placeholder {
  opacity: 1;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
  filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
}
input::-moz-placeholder,
textarea::-moz-placeholder {
  opacity: 1;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
  filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
}
input:-ms-input-placeholder,
textarea:-ms-input-placeholder {
  opacity: 1;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
} /*-- Tab Content & Pane Fix --*/
.tab-content .tab-pane.active {
  height: auto;
  visibility: visible;
  opacity: 1;
  overflow: visible;
} /* active inactive class */
.active {
  visibility: visible;
  opacity: 1;
} /* scroll to top*/
a.scroll-top {
  background: #333333;
  width: 50px;
  height: 50px;
  line-height: 50px;
  display: none;
  text-align: center;
  color: #ffffff;
  font-family: "Ionicons";
  position: fixed;
  right: 25px;
  bottom: 25px;
  z-index: 999;
  border-radius: 50%;
}
a.scroll-top:after {
  content: "△";
  display: inline;
  font-size: 25px;
}
a.scroll-top:hover {
  background-color: #abb8c0;
} /*----------  Sharp border tippyjs theme  ----------*/ /* If `animateFill: true` (default) */ /* If `animateFill: false` */ /*----------  no background style  ----------*/ /*----------  separator  ----------*/ /*----------  home content  ----------*/ /*----------  small separator  ----------*/ /*----------  form  ----------*/
.lezada-form form input[type="text"],
.lezada-form form input[type="email"],
.lezada-form form input[type="tel"],
.lezada-form form input[type="password"],
.lezada-form form textarea {
  font-size: 14px;
  display: block;
  color: #333;
  width: 100%;
  border: 1px solid transparent;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  background: transparent;
  border-bottom: 2px solid #cccccc;
  padding: 9.5px 0;
}
.lezada-form form input[type="text"]:hover,
.lezada-form form input[type="text"]:active,
.lezada-form form input[type="text"]:focus,
.lezada-form form input[type="email"]:hover,
.lezada-form form input[type="email"]:active,
.lezada-form form input[type="email"]:focus,
.lezada-form form input[type="tel"]:hover,
.lezada-form form input[type="tel"]:active,
.lezada-form form input[type="tel"]:focus,
.lezada-form form input[type="password"]:hover,
.lezada-form form input[type="password"]:active,
.lezada-form form input[type="password"]:focus,
.lezada-form form textarea:hover,
.lezada-form form textarea:active,
.lezada-form form textarea:focus {
  border-bottom-color: #333;
}
.lezada-form form ::-webkit-input-placeholder {
  /* Chrome, Firefox, Opera, Safari 10.1+ */
  color: #777;
  opacity: 1; /* Firefox */
}
.lezada-form form ::-moz-placeholder {
  /* Chrome, Firefox, Opera, Safari 10.1+ */
  color: #777;
  opacity: 1; /* Firefox */
}
.lezada-form form :-ms-input-placeholder {
  /* Chrome, Firefox, Opera, Safari 10.1+ */
  color: #777;
  opacity: 1; /* Firefox */
}
.lezada-form form ::-ms-input-placeholder {
  /* Chrome, Firefox, Opera, Safari 10.1+ */
  color: #777;
  opacity: 1; /* Firefox */
}
.lezada-form form ::placeholder {
  /* Chrome, Firefox, Opera, Safari 10.1+ */
  color: #777;
  opacity: 1; /* Firefox */
}
.lezada-form form :-ms-input-placeholder {
  /* Internet Explorer 10-11 */
  color: #777;
}
.lezada-form form ::-ms-input-placeholder {
  /* Microsoft Edge */
  color: #777;
} /*----------  container custom style  ----------*/
@media (min-width: 1200px) {
  .container {
    --bs-gutter-x: 1.875rem;
    max-width: 1200px;
  }
  .container.wide {
    max-width: 95%;
  }
  .container.full {
    max-width: 100%;
    padding: 0;
  }
} /*=============================================
=            02. Header            =
=============================================*/ /*
    Site Mobile Navigation
------------------------------------------*/
.site-mobile-navigation {
  width: 100%;
  position: relative;
  z-index: 99;
} /*Site Mobile Nav*/
.site-mobile-nav {
  margin-right: 0 !important;
  max-width: none;
}
.site-mobile-nav .dl-trigger {
  position: absolute;
  right: 0;
  top: -25px;
}
.site-mobile-nav .hamburger {
  display: block;
  cursor: pointer;
  -webkit-transition: all 0.15s linear;
  transition: all 0.15s linear;
  background-color: transparent;
  border: 0;
  margin: 0;
  overflow: visible;
  padding: 0;
  width: auto;
  height: auto;
}
.site-mobile-nav .hamburger.dl-active,
.site-mobile-nav .hamburger:hover,
.site-mobile-nav .hamburger:focus {
  background-color: transparent;
}
.site-mobile-nav .hamburger::after {
  display: none;
}
.site-mobile-nav .hamburger .hamburger-box {
  width: 26px;
  height: 20px;
  display: block;
  position: relative;
}
.site-mobile-nav .hamburger .hamburger-box .hamburger-inner {
  display: block;
  top: 50%;
  margin-top: -2px;
}
.site-mobile-nav .hamburger .hamburger-box .hamburger-inner,
.site-mobile-nav .hamburger .hamburger-box .hamburger-inner::before,
.site-mobile-nav .hamburger .hamburger-box .hamburger-inner::after {
  width: 26px;
  height: 2px;
  background-color: #232324;
  border-radius: 4px;
  position: absolute;
  -webkit-transition: all 0.15s ease;
  transition: all 0.15s ease;
}
.site-mobile-nav .hamburger .hamburger-box .hamburger-inner::before,
.site-mobile-nav .hamburger .hamburger-box .hamburger-inner::after {
  content: "";
  display: block;
}
.site-mobile-nav .hamburger .hamburger-box .hamburger-inner::before {
  top: -8px;
}
.site-mobile-nav .hamburger .hamburger-box .hamburger-inner::after {
  bottom: -8px;
}
.site-mobile-nav .hamburger--spin .hamburger-inner {
  -webkit-transition-duration: 0.22s;
  transition-duration: 0.22s;
  -webkit-transition-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
  transition-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
}
.site-mobile-nav .hamburger--spin .hamburger-inner::before {
  -webkit-transition:
    top 0.1s 0.25s ease-in,
    opacity 0.1s ease-in;
  transition:
    top 0.1s 0.25s ease-in,
    opacity 0.1s ease-in;
}
.site-mobile-nav .hamburger--spin .hamburger-inner::after {
  -webkit-transition:
    bottom 0.1s 0.25s ease-in,
    -webkit-transform 0.22s cubic-bezier(0.55, 0.055, 0.675, 0.19);
  transition:
    bottom 0.1s 0.25s ease-in,
    -webkit-transform 0.22s cubic-bezier(0.55, 0.055, 0.675, 0.19);
  transition:
    bottom 0.1s 0.25s ease-in,
    transform 0.22s cubic-bezier(0.55, 0.055, 0.675, 0.19);
  transition:
    bottom 0.1s 0.25s ease-in,
    transform 0.22s cubic-bezier(0.55, 0.055, 0.675, 0.19),
    -webkit-transform 0.22s cubic-bezier(0.55, 0.055, 0.675, 0.19);
}
.site-mobile-nav .hamburger--spin.dl-active .hamburger-inner {
  -webkit-transform: rotate(225deg);
  transform: rotate(225deg);
  -webkit-transition-delay: 0.12s;
  transition-delay: 0.12s;
  -webkit-transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
  transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
}
.site-mobile-nav .hamburger--spin.dl-active .hamburger-inner::before {
  top: 0;
  opacity: 0;
  -webkit-transition:
    top 0.1s ease-out,
    opacity 0.1s 0.12s ease-out;
  transition:
    top 0.1s ease-out,
    opacity 0.1s 0.12s ease-out;
}
.site-mobile-nav .hamburger--spin.dl-active .hamburger-inner::after {
  bottom: 0;
  -webkit-transform: rotate(-90deg);
  transform: rotate(-90deg);
  -webkit-transition:
    bottom 0.1s ease-out,
    -webkit-transform 0.22s 0.12s cubic-bezier(0.215, 0.61, 0.355, 1);
  transition:
    bottom 0.1s ease-out,
    -webkit-transform 0.22s 0.12s cubic-bezier(0.215, 0.61, 0.355, 1);
  transition:
    bottom 0.1s ease-out,
    transform 0.22s 0.12s cubic-bezier(0.215, 0.61, 0.355, 1);
  transition:
    bottom 0.1s ease-out,
    transform 0.22s 0.12s cubic-bezier(0.215, 0.61, 0.355, 1),
    -webkit-transform 0.22s 0.12s cubic-bezier(0.215, 0.61, 0.355, 1);
}
.site-mobile-nav .dl-menu {
  background-color: #ffffff;
  overflow: hidden;
  -webkit-box-shadow: 0 2px 12px 2px rgba(0, 0, 0, 0.1);
  box-shadow: 0 2px 12px 2px rgba(0, 0, 0, 0.1);
  margin: 40px 0 0 0;
}
.site-mobile-nav .dl-menu li {
  border-bottom: 1px solid #eeeeee;
}
.site-mobile-nav .dl-menu li:last-child {
  border-bottom: none;
}
.site-mobile-nav .dl-menu li > a {
  color: #232324;
  display: block;
  position: relative;
  padding: 10px 25px;
  line-height: 30px;
  font-weight: 400;
}
.site-mobile-nav .dl-menu li > a:not(:only-child)::after {
  content: "";
  font-family: inherit; /* on ne dépend plus de FontAwesome */
  position: absolute;
  top: 50%;
  right: 25px;
  width: 8px;
  height: 8px;
  border-top: 2px solid #232324;
  border-right: 2px solid #232324;
  transform: translateY(-50%) rotate(45deg);
}
.site-mobile-nav .dl-menu li:hover > a {
  color: #ffffff;
  background-color: #333333;
}
.site-mobile-nav .dl-menu li:hover > a::after {
  color: #ffffff;
}
.site-mobile-nav .dl-menu li .dl-submenu {
  background-color: transparent !important;
}
.site-mobile-nav .dl-menu li .dl-submenu li.dl-back a {
  background-color: transparent;
  text-align: right;
  color: #232324;
  z-index: 3;
  position: relative;
}
.site-mobile-nav .dl-menu li .dl-submenu li.dl-back a::after {
  content: "";
  font-family: inherit; /* on ne dépend plus de FontAwesome */
  position: absolute;
  top: 50%;
  left: 25px;
  right: auto;
  width: 8px;
  height: 8px;
  border-top: 2px solid #232324;
  border-left: 2px solid #232324;
  transform: translateY(-50%) rotate(-45deg);
  z-index: -1;
}
.site-mobile-nav .dl-menu li .dl-submenu li.dl-back:hover a {
  color: #ffffff;
  background-color: #333333;
}
.site-mobile-nav .dl-menu li .dl-submenu li.dl-back:hover a::after {
  color: #ffffff;
}
.site-mobile-nav .dl-submenu {
  background-color: #ffffff !important;
  top: 40px !important;
} /*----------  offcanvas about  ----------*/
.about-overlay .overlay-content .widget-wrapper .single-widget h2.widget-title {
  font-size: 24px;
  line-height: 26px;
  margin-bottom: 30px;
} /*----------  wishlist overlay  ----------*/ /*----------  offcanvas wishlist  ----------*/ /*----------  cart overlay  ----------*/ /*----------  offcanvas cart  ----------*/
.offcanvas-cart-content-container
  .cart-product-wrapper
  .cart-product-container
  .single-cart-product
  .content {
  width: calc(100% - 80px);
}
.offcanvas-cart-content-container
  .cart-product-wrapper
  .cart-product-container
  .single-cart-product
  .content
  h5 {
  font-size: 15px;
  line-height: 17px;
}
.offcanvas-cart-content-container
  .cart-product-wrapper
  .cart-product-container
  .single-cart-product
  .content
  h5
  a {
  color: #333333;
}
.offcanvas-cart-content-container
  .cart-product-wrapper
  .cart-product-container
  .single-cart-product
  .content
  p
  .cart-count {
  font-size: 12px;
  line-height: 22px;
  color: #7e7e7e;
}
.offcanvas-cart-content-container
  .cart-product-wrapper
  .cart-product-container
  .single-cart-product
  .content
  p
  .main-price {
  font-size: 14px;
  line-height: 22px;
  font-weight: 600;
  color: #333333;
}
.offcanvas-cart-content-container
  .cart-product-wrapper
  .cart-product-container
  .single-cart-product
  .content
  p
  .main-price.discounted {
  font-size: 12px;
  line-height: 22px;
  color: #7e7e7e;
  text-decoration: line-through;
}
.offcanvas-cart-content-container
  .cart-product-wrapper
  .cart-product-container
  .single-cart-product
  .content
  p
  .discounted-price {
  font-size: 14px;
  line-height: 22px;
  font-weight: 600;
  color: #333333;
} /*----------  search overlay  ----------*/ /*----------  navigation overlay  ----------*/ /*----------  header bottom   ----------*/
.header-bottom-container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
.header-bottom-container .logo-with-offcanvas {
  -ms-flex-preferred-size: 20%;
  flex-basis: 20%;
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .header-bottom-container .logo-with-offcanvas {
    -ms-flex-preferred-size: 40%;
    flex-basis: 40%;
  }
}
@media only screen and (max-width: 767px) {
  .header-bottom-container .logo-with-offcanvas {
    -ms-flex-preferred-size: 60%;
    flex-basis: 60%;
  }
}
.header-bottom-container .header-bottom-navigation {
  -ms-flex-preferred-size: 60%;
  flex-basis: 60%;
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .header-bottom-container .header-bottom-navigation {
    -ms-flex-preferred-size: 0;
    flex-basis: 0;
  }
}
@media only screen and (max-width: 767px) {
  .header-bottom-container .header-bottom-navigation {
    -ms-flex-preferred-size: 0;
    flex-basis: 0;
  }
}
.header-bottom-container .header-right-container {
  -ms-flex-preferred-size: 20%;
  flex-basis: 20%;
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .header-bottom-container .header-right-container {
    -ms-flex-preferred-size: 60%;
    flex-basis: 60%;
  }
}
@media only screen and (max-width: 767px) {
  .header-bottom-container .header-right-container {
    -ms-flex-preferred-size: 40%;
    flex-basis: 40%;
  }
} /*----------  sticky header style  ----------*/
.header-sticky.is-sticky {
  position: fixed;
  z-index: 999;
  top: 0;
  left: 0;
  width: 100%;
  -webkit-transition: 0.3s;
  transition: 0.3s;
  -webkit-animation: 700ms ease-in-out 0s normal none 1 running fadeInDown;
  animation: 700ms ease-in-out 0s normal none 1 running fadeInDown;
  background-color: #f5f0e8;
  -webkit-box-shadow: 0 2px 5px rgba(0, 0, 0, 0.2);
  box-shadow: 0 2px 5px rgba(0, 0, 0, 0.2);
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
} /*----------  header bottom horizontal navigation menu  ----------*/
nav.center-menu > ul {
  text-align: center;
}
nav.center-menu > ul > li.menu-item-has-children ul.mega-menu {
  right: 50%;
  -webkit-transform: translateX(50%);
  transform: translateX(50%);
}
nav.site-nav > ul > li {
  line-height: 80px;
  position: static;
  display: inline-block;
  margin: 0 25px;
  text-align: left;
}
nav.site-nav > ul > li a {
  position: relative;
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  nav.site-nav > ul > li {
    margin: 0 20px;
  }
}
nav.site-nav > ul > li:hover > a {
  position: relative;
  color: #333;
}
nav.site-nav > ul > li:hover > a:after {
  right: auto;
  left: 0;
  width: 100%;
}
nav.site-nav > ul > li.menu-item-has-children:hover .sub-menu {
  visibility: visible;
  margin-top: 0;
  opacity: 1;
}
nav.site-nav > ul > li.menu-item-has-children > a {
  position: relative;
}
nav.site-nav > ul > li.menu-item-has-children > a::before {
  content: "";
  font-family: inherit; /* on ne dépend plus de FontAwesome */
  position: absolute;
  top: 50%;
  right: -15px;
  width: 6px;
  height: 6px;
  border-bottom: 2px solid #d0d0d0;
  border-right: 2px solid #d0d0d0;
  transform: translateY(-65%) rotate(45deg);
}
nav.site-nav > ul > li > a {
  font-weight: 500;
  color: #454545;
}
nav.site-nav > ul > li > a:hover {
  color: black;
}
nav.site-nav > ul > li > a:after {
  position: absolute;
  right: 0;
  bottom: 30px;
  left: auto;
  width: 0;
  height: 1px;
  content: "";
  -webkit-transition: 0.3s;
  transition: 0.3s;
  background-color: #333;
}
nav.site-nav > ul > li ul.sub-menu {
  position: absolute;
  z-index: 9999;
  visibility: hidden;
  margin-top: 45px;
  -webkit-transition: 0.6s;
  transition: 0.6s;
  opacity: 0;
  background-color: #ffffff;
  -webkit-box-shadow: -2px 2px 81px -27px rgba(0, 0, 0, 0.3);
  box-shadow: -2px 2px 81px -27px rgba(0, 0, 0, 0.3);
}
nav.site-nav > ul > li ul.sub-menu li {
  line-height: 1;
}
nav.site-nav > ul > li ul.single-column-menu {
  min-width: 280px;
  max-width: 350px;
  padding: 30px;
}
nav.site-nav > ul > li ul.single-column-menu.single-column-has-children > li {
  position: relative;
}
nav.site-nav
  > ul
  > li
  ul.single-column-menu.single-column-has-children
  > li:after {
  font-family: fontAwesome;
  position: absolute;
  right: 0;
  content: "";
}
nav.site-nav
  > ul
  > li
  ul.single-column-menu.single-column-has-children
  > li:hover
  .multilevel-submenu {
  visibility: visible;
  margin-top: 0;
  opacity: 1;
}
nav.site-nav
  > ul
  > li
  ul.single-column-menu.single-column-has-children
  > li
  .multilevel-submenu {
  position: absolute;
  top: 0;
  left: 110%;
  visibility: hidden;
  min-width: 280px;
  margin-top: 15px;
  padding: 30px;
  -webkit-transition: 0.6s;
  transition: 0.6s;
  opacity: 0;
  background-color: #ffffff;
  -webkit-box-shadow: -2px 2px 81px -27px rgba(0, 0, 0, 0.3);
  box-shadow: -2px 2px 81px -27px rgba(0, 0, 0, 0.3);
}
@media only screen and (min-width: 1200px) and (max-width: 1499px) {
  nav.site-nav
    > ul
    > li
    ul.single-column-menu.single-column-has-children
    > li
    .multilevel-submenu {
    left: -140%;
  }
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  nav.site-nav
    > ul
    > li
    ul.single-column-menu.single-column-has-children
    > li
    .multilevel-submenu {
    left: -140%;
  }
}
nav.site-nav
  > ul
  > li
  ul.single-column-menu.single-column-has-children
  > li
  .multilevel-submenu
  li {
  display: block;
}
nav.site-nav
  > ul
  > li
  ul.single-column-menu.single-column-has-children
  > li
  .multilevel-submenu
  li
  a {
  margin-bottom: 15px;
}
nav.site-nav
  > ul
  > li
  ul.single-column-menu.single-column-has-children
  > li
  .multilevel-submenu
  li:last-child
  a {
  margin-bottom: 0;
}
nav.site-nav > ul > li ul.single-column-menu li a {
  font-size: 15px;
  line-height: 22px;
  position: relative;
  margin-bottom: 15px;
  color: #7e7e7e;
}
nav.site-nav > ul > li ul.single-column-menu li a:hover {
  color: #333333;
}
nav.site-nav > ul > li ul.single-column-menu li a:hover:after {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 1px;
  content: "";
  background-color: #e7e7e7;
}
nav.site-nav > ul > li ul.single-column-menu li:last-child a {
  margin-bottom: 0;
}
nav.site-nav > ul > li ul.mega-menu {
  z-index: 9999;
  overflow: hidden;
  padding: 30px 60px;
}
nav.site-nav > ul > li ul.mega-menu > li {
  display: inline-block;
  border-right: 1px solid #e7e7e7;
}
nav.site-nav > ul > li ul.mega-menu > li ul li {
  display: block;
}
nav.site-nav > ul > li ul.mega-menu-column-4 {
  right: 400px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  max-width: 1100px;
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  nav.site-nav > ul > li ul.mega-menu-column-4 {
    max-width: 850px;
  }
}
nav.site-nav > ul > li ul.mega-menu-column-4 > li {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 25%;
  flex: 0 0 25%;
  padding-left: 30px;
}
nav.site-nav > ul > li ul.mega-menu-column-4 > li:first-child {
  padding-left: 0;
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  nav.site-nav > ul > li ul.mega-menu-column-4 > li:nth-of-type(3) {
    border-right: none;
  }
}
nav.site-nav > ul > li ul.mega-menu-column-4 > li:last-child {
  border-right: none;
}
nav.site-nav > ul > li ul.mega-menu-column-4 > li:last-child .menu-image {
  position: absolute;
  padding-right: 60px;
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  nav.site-nav > ul > li ul.mega-menu-column-4 > li:last-child {
    display: none;
    padding-left: 0;
  }
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  nav.site-nav > ul > li ul.mega-menu-column-4 > li {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 33.33%;
    flex: 0 0 33.33%;
  }
}
nav.site-nav > ul > li ul.mega-menu-column-4 > li a.mega-column-title {
  font-size: 15px;
  font-weight: 500;
  line-height: 18px;
  margin-bottom: 20px;
  color: #333333;
}
nav.site-nav > ul > li ul.mega-menu-column-4 > li a.mega-column-title:after {
  display: none;
}
nav.site-nav > ul > li ul.mega-menu-column-4 > li .mega-sub-menu li a {
  font-size: 15px;
  line-height: 22px;
  position: relative;
  margin-bottom: 15px;
  color: #7e7e7e;
}
nav.site-nav > ul > li ul.mega-menu-column-4 > li .mega-sub-menu li a:hover {
  color: #333333;
}
nav.site-nav
  > ul
  > li
  ul.mega-menu-column-4
  > li
  .mega-sub-menu
  li
  a:hover:after {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 1px;
  content: "";
  background-color: #e7e7e7;
}
nav.site-nav
  > ul
  > li
  ul.mega-menu-column-4
  > li
  .mega-sub-menu
  li:last-child
  a {
  margin-bottom: 0;
}
nav.site-nav > ul > li ul.mega-menu-column-5 {
  right: 450px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  max-width: 1170px;
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  nav.site-nav > ul > li ul.mega-menu-column-5 {
    max-width: 950px;
  }
}
nav.site-nav > ul > li ul.mega-menu-column-5 > li {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 20%;
  flex: 0 0 20%;
  padding: 0 25px;
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  nav.site-nav > ul > li ul.mega-menu-column-5 > li {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 25%;
    flex: 0 0 25%;
  }
}
nav.site-nav > ul > li ul.mega-menu-column-5 > li:first-child {
  padding-left: 0;
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  nav.site-nav > ul > li ul.mega-menu-column-5 > li:nth-of-type(4) {
    border-right: none;
  }
}
nav.site-nav > ul > li ul.mega-menu-column-5 > li:last-child {
  padding-right: 0;
  border-right: none;
}
nav.site-nav > ul > li ul.mega-menu-column-5 > li:last-child .menu-image {
  position: absolute;
  padding-right: 60px;
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  nav.site-nav > ul > li ul.mega-menu-column-5 > li:last-child {
    display: none;
    margin-left: 0;
  }
}
nav.site-nav > ul > li ul.mega-menu-column-5 > li a.mega-column-title {
  font-size: 15px;
  font-weight: 500;
  line-height: 18px;
  margin-bottom: 20px;
  color: #333333;
}
nav.site-nav > ul > li ul.mega-menu-column-5 > li a.mega-column-title:after {
  display: none;
}
nav.site-nav > ul > li ul.mega-menu-column-5 > li > .mega-sub-menu li {
  position: relative;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
nav.site-nav > ul > li ul.mega-menu-column-5 > li > .mega-sub-menu li img {
  position: absolute;
  z-index: 99;
  bottom: -20px;
  left: 50%;
  visibility: hidden;
  width: 250px;
  height: auto;
  opacity: 0;
  border-radius: 5px;
  -webkit-box-shadow: 0 10px 25px rgba(0, 0, 0, 0.2);
  box-shadow: 0 10px 25px rgba(0, 0, 0, 0.2);
}
nav.site-nav
  > ul
  > li
  ul.mega-menu-column-5
  > li
  > .mega-sub-menu
  li:hover
  img {
  bottom: -10px;
  visibility: visible;
  opacity: 1;
}
nav.site-nav > ul > li ul.mega-menu-column-5 > li .mega-sub-menu li a {
  font-size: 15px;
  line-height: 22px;
  position: relative;
  margin-bottom: 15px;
  color: #7e7e7e;
}
nav.site-nav > ul > li ul.mega-menu-column-5 > li .mega-sub-menu li a:hover {
  color: #333333;
}
nav.site-nav
  > ul
  > li
  ul.mega-menu-column-5
  > li
  .mega-sub-menu
  li
  a:hover:after {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 1px;
  content: "";
  background-color: #e7e7e7;
}
nav.site-nav > ul > li ul.mega-menu-column-5 > li .mega-sub-menu li a:before {
  position: absolute;
  z-index: 99;
  top: 0;
  right: 0;
  visibility: visible;
  width: 250px;
  height: auto;
  content: "";
  opacity: 1;
  border-radius: 5px;
  background-image: "attr(data-homeimage)";
  -webkit-box-shadow: 0 10px 25px rgba(0, 0, 0, 0.2);
  box-shadow: 0 10px 25px rgba(0, 0, 0, 0.2);
}
nav.site-nav
  > ul
  > li
  ul.mega-menu-column-5
  > li
  .mega-sub-menu
  li:last-child
  a {
  margin-bottom: 0;
} /*----------  header right icons  ----------*/
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .header-right-icons {
    margin-right: 55px;
  }
}
@media only screen and (max-width: 767px) {
  .header-right-icons {
    margin-right: 45px;
  }
}
.header-right-icons .single-icon {
  margin-left: 30px;
}
@media only screen and (max-width: 479px) {
  .header-right-icons .single-icon {
    margin-left: 20px;
  }
}
@media only screen and (max-width: 479px) {
  .header-right-icons .single-icon.wishlist {
    display: none;
  }
}
@media only screen and (max-width: 479px) {
  .header-right-icons .single-icon.user-login {
    display: none;
  }
}
.header-right-icons .single-icon a {
  position: relative;
}
.header-right-icons .single-icon a i {
  font-size: 20px;
  color: #333;
}
.header-right-icons .single-icon a span.count {
  font-size: 14px;
  font-weight: 500;
  line-height: 16px;
  position: absolute;
  top: -5px;
  right: -10px;
  width: 16px;
  height: 16px;
  text-align: center;
  color: #ffffff;
  border-radius: 50%;
  background-color: #d3122a;
} /* overlay close */ /*----------  header split  ----------*/
@media only screen and (min-width: 1200px) and (max-width: 1499px) {
  .header-split .header-bottom .header-bottom-container .logo-with-offcanvas {
    -ms-flex-preferred-size: 10%;
    flex-basis: 10%;
  }
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .header-split .header-bottom .header-bottom-container .logo-with-offcanvas {
    -ms-flex-preferred-size: 10%;
    flex-basis: 10%;
  }
}
.header-split
  .header-bottom
  .header-bottom-container
  .logo-with-offcanvas
  .logo {
  position: absolute;
  left: 50%;
}
@media only screen and (min-width: 1200px) and (max-width: 1499px) {
  .header-split
    .header-bottom
    .header-bottom-container
    .logo-with-offcanvas
    .logo {
    left: 45%;
  }
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .header-split
    .header-bottom
    .header-bottom-container
    .logo-with-offcanvas
    .logo {
    left: 45%;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .header-split
    .header-bottom
    .header-bottom-container
    .logo-with-offcanvas
    .logo {
    position: relative;
    left: 0;
  }
}
@media only screen and (max-width: 767px) {
  .header-split
    .header-bottom
    .header-bottom-container
    .logo-with-offcanvas
    .logo {
    position: relative;
    left: 0;
  }
}
@media only screen and (min-width: 1200px) and (max-width: 1499px) {
  .header-split
    .header-bottom
    .header-bottom-container
    .header-bottom-navigation {
    -ms-flex-preferred-size: 70%;
    flex-basis: 70%;
  }
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .header-split
    .header-bottom
    .header-bottom-container
    .header-bottom-navigation {
    -ms-flex-preferred-size: 70%;
    flex-basis: 70%;
  }
} /*----------  header offcanvas about     ----------*/ /* icon  about off canvas*/ /*----------  header wide topbar  ----------*/
.header-wide-topbar {
  border-bottom: 1px solid #efefef;
  -webkit-box-shadow: 0 2px 5px rgba(0, 0, 0, 0.2) inset;
  box-shadow: 0 2px 5px rgba(0, 0, 0, 0.2) inset;
}
.header-wide-topbar.is-sticky .header-top {
  display: none;
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .header-wide-topbar {
    -webkit-box-shadow: none;
    box-shadow: none;
  }
}
@media only screen and (max-width: 767px) {
  .header-wide-topbar {
    -webkit-box-shadow: none;
    box-shadow: none;
  }
} /*----------  header top  ----------*/
.header-top {
  border-bottom: 1px solid #dedede;
}
.header-top .header-separator {
  margin: 0 10px;
  color: #d8d8d8;
} /*----------  header box topbar  ----------*/
.header-box-topbar.is-sticky .header-bottom {
  padding-top: 0 !important;
}
@media only screen and (min-width: 768px) and (max-width: 991px),
  only screen and (max-width: 767px) {
  .header-box-topbar.is-sticky .header-bottom {
    padding-top: 40px !important;
  }
}
.header-box-topbar.is-sticky
  .header-bottom-container
  .language-currency-change-container {
  display: none;
}
.header-box-topbar.is-sticky .header-bottom-container .logo-with-offcanvas {
  -ms-flex-preferred-size: 20%;
  flex-basis: 20%;
  -webkit-box-ordinal-group: 2;
  -ms-flex-order: 1;
  order: 1;
  text-align: left;
}
@media only screen and (min-width: 768px) and (max-width: 991px),
  only screen and (max-width: 767px) {
  .header-box-topbar.is-sticky .header-bottom-container .logo-with-offcanvas {
    -ms-flex-preferred-size: 40%;
    flex-basis: 40%;
  }
}
.header-box-topbar.is-sticky
  .header-bottom-container
  .header-bottom-navigation {
  -ms-flex-preferred-size: 60%;
  flex-basis: 60%;
  -webkit-box-ordinal-group: 3;
  -ms-flex-order: 2;
  order: 2;
  margin-top: 0;
}
.header-box-topbar.is-sticky .header-bottom-container .header-right-container {
  -ms-flex-preferred-size: 20%;
  flex-basis: 20%;
  -webkit-box-ordinal-group: 4;
  -ms-flex-order: 3;
  order: 3;
}
@media only screen and (min-width: 768px) and (max-width: 991px),
  only screen and (max-width: 767px) {
  .header-box-topbar.is-sticky
    .header-bottom-container
    .header-right-container {
    -ms-flex-preferred-size: 60%;
    flex-basis: 60%;
  }
}
.header-box-topbar .header-bottom-container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}
.header-box-topbar
  .header-bottom-container
  .language-currency-change-container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-preferred-size: 30%;
  flex-basis: 30%;
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .header-box-topbar
    .header-bottom-container
    .language-currency-change-container {
    display: none;
  }
}
@media only screen and (max-width: 767px) {
  .header-box-topbar
    .header-bottom-container
    .language-currency-change-container {
    display: none;
  }
}
.header-box-topbar
  .header-bottom-container
  .language-currency-change-container
  .header-separator {
  margin: 0 20px;
}
.header-box-topbar .header-bottom-container .logo-with-offcanvas {
  -ms-flex-preferred-size: 40%;
  flex-basis: 40%;
  text-align: center;
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .header-box-topbar .header-bottom-container .logo-with-offcanvas {
    text-align: left;
  }
}
@media only screen and (max-width: 767px) {
  .header-box-topbar .header-bottom-container .logo-with-offcanvas {
    text-align: left;
  }
}
.header-box-topbar .header-bottom-container .header-right-container {
  -ms-flex-preferred-size: 30%;
  flex-basis: 30%;
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .header-box-topbar .header-bottom-container .header-right-container {
    -ms-flex-preferred-size: 60%;
    flex-basis: 60%;
  }
}
@media only screen and (max-width: 767px) {
  .header-box-topbar .header-bottom-container .header-right-container {
    -ms-flex-preferred-size: 60%;
    flex-basis: 60%;
  }
}
.header-box-topbar .header-bottom-container .header-bottom-navigation {
  -ms-flex-preferred-size: 100%;
  flex-basis: 100%;
  margin-top: 40px;
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .header-box-topbar .header-bottom-container .header-bottom-navigation {
    display: none;
  }
}
@media only screen and (max-width: 767px) {
  .header-box-topbar .header-bottom-container .header-bottom-navigation {
    display: none;
  }
} /*----------  header without topbar  ----------*/ /*----------  header transparent background  ----------*/
.header-transparent-background.is-sticky .logo a img:nth-child(1) {
  visibility: hidden;
  opacity: 0;
  display: none;
}
.header-transparent-background.is-sticky .logo a img:nth-child(2) {
  visibility: visible;
  opacity: 1;
  display: block;
}
.header-transparent-background.is-sticky
  .header-bottom-navigation
  .site-main-nav
  .site-nav
  > ul
  > li
  > a {
  color: #7e7e7e;
}
.header-transparent-background.is-sticky
  .header-bottom-navigation
  .site-main-nav
  .site-nav
  > ul
  > li
  > a:hover {
  color: #333333;
}
.header-transparent-background.is-sticky
  .header-right-container
  .header-right-icons
  .single-icon
  a
  i {
  color: #333;
}
.header-transparent-background:hover .logo a img:nth-child(1) {
  visibility: hidden;
  opacity: 0;
  display: none;
}
.header-transparent-background:hover .logo a img:nth-child(2) {
  visibility: visible;
  opacity: 1;
  display: block;
}
.header-transparent-background:hover
  .header-bottom-navigation
  .site-main-nav
  .site-nav
  > ul
  > li
  > a {
  color: #7e7e7e;
}
.header-transparent-background:hover
  .header-bottom-navigation
  .site-main-nav
  .site-nav
  > ul
  > li
  > a:hover {
  color: #333333;
}
.header-transparent-background:hover
  .header-right-container
  .header-right-icons
  .single-icon
  a
  i {
  color: #333;
}
.header-transparent-background:hover
  .site-mobile-navigation
  .hamburger
  .hamburger-box
  .hamburger-inner {
  background-color: #333333;
}
.header-transparent-background:hover
  .site-mobile-navigation
  .hamburger
  .hamburger-box
  .hamburger-inner:before {
  background-color: #333333;
}
.header-transparent-background:hover
  .site-mobile-navigation
  .hamburger
  .hamburger-box
  .hamburger-inner:after {
  background-color: #333333;
}
.header-transparent-background .logo a img:nth-child(2) {
  visibility: hidden;
  opacity: 0;
  display: none;
}
.header-transparent-background
  .header-bottom-navigation
  .site-main-nav
  .site-nav
  > ul
  > li
  > a {
  color: #ffffff;
}
.header-transparent-background
  .header-right-container
  .header-right-icons
  .single-icon
  a
  i {
  color: #ffffff;
}
.header-transparent-background
  .site-mobile-navigation
  .hamburger
  .hamburger-box
  .hamburger-inner {
  background-color: #ffffff;
}
.header-transparent-background
  .site-mobile-navigation
  .hamburger
  .hamburger-box
  .hamburger-inner:before {
  background-color: #ffffff;
}
.header-transparent-background
  .site-mobile-navigation
  .hamburger
  .hamburger-box
  .hamburger-inner:after {
  background-color: #ffffff;
}
.header-transparent-background--black .logo a img:nth-child(1) {
  visibility: hidden;
  opacity: 0;
  display: none;
}
.header-transparent-background--black .logo a img:nth-child(2) {
  visibility: visible;
  opacity: 1;
  display: block;
}
.header-transparent-background--black .header-bottom-navigation {
  visibility: hidden;
  opacity: 0;
}
.header-transparent-background--black
  .header-right-container
  .header-right-icons
  .single-icon
  a
  i {
  color: #333;
}
.header-transparent-background--black
  .site-mobile-navigation
  .hamburger
  .hamburger-box
  .hamburger-inner {
  background-color: #333;
}
.header-transparent-background--black
  .site-mobile-navigation
  .hamburger
  .hamburger-box
  .hamburger-inner:before {
  background-color: #333;
}
.header-transparent-background--black
  .site-mobile-navigation
  .hamburger
  .hamburger-box
  .hamburger-inner:after {
  background-color: #333;
} /*----------  header overlay menu  ----------*/
.header-overlay-menu.is-sticky
  .header-bottom
  .header-bottom-container
  .logo-with-offcanvas
  .overlay-menu-icon
  a {
  color: #333;
}
.header-overlay-menu.is-sticky
  .header-bottom
  .header-bottom-container
  .logo-with-offcanvas
  .overlay-menu-icon
  a
  i {
  font-size: 25px;
}
.header-overlay-menu:hover
  .header-bottom
  .header-bottom-container
  .logo-with-offcanvas
  .overlay-menu-icon
  a {
  color: #333;
}
.header-overlay-menu:hover
  .header-bottom
  .header-bottom-container
  .logo-with-offcanvas
  .overlay-menu-icon
  a
  i {
  font-size: 25px;
}
.header-overlay-menu
  .header-bottom
  .header-bottom-container
  .logo-with-offcanvas {
  -ms-flex-preferred-size: 50% !important;
  flex-basis: 50% !important;
}
.header-overlay-menu
  .header-bottom
  .header-bottom-container
  .logo-with-offcanvas
  .overlay-menu-icon
  a {
  color: #ffffff;
}
.header-overlay-menu
  .header-bottom
  .header-bottom-container
  .logo-with-offcanvas
  .overlay-menu-icon
  a
  i {
  font-size: 25px;
}
.header-overlay-menu
  .header-bottom
  .header-bottom-container
  .header-bottom-navigation {
  display: none;
}
.header-overlay-menu
  .header-bottom
  .header-bottom-container
  .header-right-container {
  -ms-flex-preferred-size: 50%;
  flex-basis: 50%;
} /*----------  header overlay menu  ----------*/
.header-overlay-menu.is-sticky
  .header-bottom
  .header-bottom-container
  .logo-with-offcanvas
  .overlay-menu-icon
  a {
  color: #333;
}
.header-overlay-menu.is-sticky
  .header-bottom
  .header-bottom-container
  .logo-with-offcanvas
  .overlay-menu-icon
  a
  i {
  font-size: 25px;
}
.header-overlay-menu:hover
  .header-bottom
  .header-bottom-container
  .logo-with-offcanvas
  .overlay-menu-icon
  a {
  color: #333;
}
.header-overlay-menu:hover
  .header-bottom
  .header-bottom-container
  .logo-with-offcanvas
  .overlay-menu-icon
  a
  i {
  font-size: 25px;
}
.header-overlay-menu
  .header-bottom
  .header-bottom-container
  .logo-with-offcanvas {
  -ms-flex-preferred-size: 50% !important;
  flex-basis: 50% !important;
}
.header-overlay-menu
  .header-bottom
  .header-bottom-container
  .logo-with-offcanvas
  .overlay-menu-icon
  a {
  color: #ffffff;
}
.header-overlay-menu
  .header-bottom
  .header-bottom-container
  .logo-with-offcanvas
  .overlay-menu-icon
  a
  i {
  font-size: 25px;
}
.header-overlay-menu
  .header-bottom
  .header-bottom-container
  .header-bottom-navigation {
  display: none;
}
.header-overlay-menu
  .header-bottom
  .header-bottom-container
  .header-right-container {
  -ms-flex-preferred-size: 50%;
  flex-basis: 50%;
} /*----------  non transparent overlay menu  ----------*/
.header-nontransparent-overlay-menu
  .header-bottom-container
  .logo-with-offcanvas {
  -ms-flex-preferred-size: 30%;
  flex-basis: 30%;
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .header-nontransparent-overlay-menu
    .header-bottom-container
    .logo-with-offcanvas {
    -ms-flex-preferred-size: 0;
    flex-basis: 0;
  }
}
@media only screen and (max-width: 767px) {
  .header-nontransparent-overlay-menu
    .header-bottom-container
    .logo-with-offcanvas {
    -ms-flex-preferred-size: 0;
    flex-basis: 0;
  }
}
.header-nontransparent-overlay-menu
  .header-bottom-container
  .logo-with-offcanvas
  .overlay-menu-icon
  a {
  color: #333333;
}
.header-nontransparent-overlay-menu
  .header-bottom-container
  .logo-with-offcanvas
  .overlay-menu-icon
  a
  i {
  font-size: 25px;
}
.header-nontransparent-overlay-menu
  .header-bottom-container
  .header-bottom-navigation {
  display: none;
}
.header-nontransparent-overlay-menu .header-bottom-container .logo {
  -ms-flex-preferred-size: 40%;
  flex-basis: 40%;
  text-align: center;
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .header-nontransparent-overlay-menu .header-bottom-container .logo {
    -ms-flex-preferred-size: 50%;
    flex-basis: 50%;
    text-align: left;
  }
}
@media only screen and (max-width: 767px) {
  .header-nontransparent-overlay-menu .header-bottom-container .logo {
    -ms-flex-preferred-size: 50%;
    flex-basis: 50%;
    text-align: left;
  }
}
.header-nontransparent-overlay-menu
  .header-bottom-container
  .header-right-container {
  -ms-flex-preferred-size: 30%;
  flex-basis: 30%;
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .header-nontransparent-overlay-menu
    .header-bottom-container
    .header-right-container {
    -ms-flex-preferred-size: 50%;
    flex-basis: 50%;
  }
}
@media only screen and (max-width: 767px) {
  .header-nontransparent-overlay-menu
    .header-bottom-container
    .header-right-container {
    -ms-flex-preferred-size: 50%;
    flex-basis: 50%;
  }
} /*----------  header vertical  ----------*/
.header-bottom-container.vertical-header-bottom .logo-with-offcanvas {
  -ms-flex-preferred-size: 40%;
  flex-basis: 40%;
}
.header-bottom-container.vertical-header-bottom .header-bottom-navigation {
  -ms-flex-preferred-size: 0;
  flex-basis: 0;
}
.header-bottom-container.vertical-header-bottom .header-right-container {
  -ms-flex-preferred-size: 60%;
  flex-basis: 60%;
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .header-bottom-container.vertical-header-bottom
    .header-right-container
    .header-right-icons {
    margin-right: 55px;
  }
}
.header-bottom-container .header-right-icons.vertical-dark-menu-bottom {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
.header-bottom-container
  .header-right-icons.vertical-dark-menu-bottom
  p.copyright-text {
  -webkit-transform: rotate(270deg);
  transform: rotate(270deg);
  margin-bottom: 40px;
  white-space: nowrap;
  color: #ababab;
  font-size: 15px;
}
.header-bottom-container
  .header-right-icons.vertical-dark-menu-bottom
  .single-icon {
  margin-top: 40px;
  margin-left: 0;
}
.header-bottom-container
  .header-right-icons.vertical-dark-menu-bottom
  .single-icon
  a
  i {
  color: #fff;
}
.header-bottom-container
  .header-right-icons.vertical-dark-menu-bottom
  .single-icon
  a
  span {
  border: 1px solid #ffffff;
  width: 20px;
  height: 20px;
  right: -15px;
}
.menu-icon-container a.active .menu-icon:nth-child(1) {
  -webkit-transform: rotate(50deg) translate(6px, 5px);
  transform: rotate(50deg) translate(6px, 5px);
}
.menu-icon-container a.active .menu-icon:nth-child(2) {
  -webkit-transform: rotate(-50deg) translate(0, 0px);
  transform: rotate(-50deg) translate(0, 0px);
}
.menu-icon-container a.active .menu-icon:nth-child(3) {
  visibility: hidden;
  opacity: 0;
}
.vertical-menu-container-dark.active {
  visibility: visible;
  opacity: 1;
  -webkit-transform: translateX(0);
  transform: translateX(0);
}
.vertical-menu-mobile-header .header-right-icons .single-icon a i {
  color: #fff;
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .vertical-menu-mobile-header
    .site-mobile-navigation
    .site-mobile-nav
    .dl-trigger {
    top: -33px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .vertical-menu-mobile-header
    .site-mobile-navigation
    .site-mobile-nav
    .dl-trigger {
    top: -33px;
  }
}
@media only screen and (max-width: 767px) {
  .vertical-menu-mobile-header
    .site-mobile-navigation
    .site-mobile-nav
    .dl-trigger {
    top: -33px;
  }
}
.vertical-menu-mobile-header
  .site-mobile-navigation
  .hamburger
  .hamburger-box
  .hamburger-inner {
  background-color: #fff;
}
.vertical-menu-mobile-header
  .site-mobile-navigation
  .hamburger
  .hamburger-box
  .hamburger-inner:before {
  background-color: #fff;
}
.vertical-menu-mobile-header
  .site-mobile-navigation
  .hamburger
  .hamburger-box
  .hamburger-inner:after {
  background-color: #fff;
} /*=====  End of 02. Header  ======*/ /*=============================================
=            03. Breadcrumb            =
=============================================*/ /*----------  backgrounds  ----------*/ /*----------  breadcrumb title  ----------*/ /*=====  End of 03. Breadcrumb  ======*/ /*=============================================
=            04. Section title            =
=============================================*/ /*----------  default style  ----------*/
.section-title {
  margin-bottom: -5px;
}
.section-title h1 {
  font-size: 48px;
  line-height: 64px;
  margin-top: -13px;
  margin-bottom: 15px;
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .section-title h1 {
    font-size: 40px;
    line-height: 56px;
  }
}
@media only screen and (max-width: 767px) {
  .section-title h1 {
    font-size: 36px;
    line-height: 52px;
  }
}
@media only screen and (max-width: 575px) {
  .section-title h1 {
    font-size: 32px;
    line-height: 48px;
  }
}
@media only screen and (max-width: 479px) {
  .section-title h1 {
    font-size: 25px;
    line-height: 41px;
  }
}
.section-title h1 a {
  color: #333;
  display: inline-block;
}
.section-title h1 a:hover {
  opacity: 0.85;
}
.section-title p {
  line-height: 26px;
}
.section-title p.subtitle--deep {
  font-size: 14px;
  color: #333;
  font-weight: 500;
  margin-bottom: 35px;
  line-height: 24px;
  letter-spacing: 1px;
  margin-top: -5px;
}
.section-title p.subtitle--trending-home {
  font-size: 18px;
  line-height: 28px;
  font-weight: 400;
  margin-bottom: 0;
}
@media only screen and (max-width: 767px) {
  .section-title p.subtitle--trending-home {
    font-size: 16px;
    line-height: 26px;
  }
}
@media only screen and (max-width: 575px) {
  .section-title p.subtitle--trending-home {
    font-size: 14px;
    line-height: 24px;
  }
}
.section-title--one--collectionhome {
  font-size: 18px;
  line-height: 28px;
  color: #333;
}
.section-title .title-blue {
  font-size: 50px;
  line-height: 1.3;
  font-family: "Spectral", serif;
  font-style: normal;
  color: #404969;
  font-weight: 400;
}
@media only screen and (max-width: 767px) {
  .section-title .title-blue {
    font-size: 40px;
  }
} /*----------  slider title  ----------*/ /*----------  section label  ----------*/ /*----------  instagram title  ----------*/
.instagram-title-container .title {
  font-size: 17px;
  color: rgba(51, 51, 51, 0.35);
  line-height: 1.3;
  font-weight: 600;
  font-style: normal;
  letter-spacing: 2px;
  margin-bottom: 30px;
}
.instagram-title-container .subtitle {
  font-size: 50px;
  font-weight: 300;
  line-height: 1.3;
  color: #333;
  font-style: italic;
  font-family: "Spectral", serif;
}
@media only screen and (max-width: 767px) {
  .instagram-title-container .subtitle {
    font-size: 40px;
  }
} /*=====  End of 04. Section title  ======*/ /*=============================================
=            05. Category            =
=============================================*/ /*----------  default style  ----------*/
.single-category {
  position: relative;
  overflow: hidden;
  /*----------  category style two  ----------*/
  /*----------  category style three  ----------*/
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .single-category {
    margin-bottom: 10px;
  }
}
@media only screen and (max-width: 767px) {
  .single-category {
    margin-bottom: 10px;
  }
}
.single-category--concept-home .single-category__content .title p {
  font-size: 34px;
  line-height: 44px;
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .single-category--concept-home .single-category__content .title p {
    font-size: 28px;
    line-height: 38px;
  }
}
.single-category--concept-home .single-category__content--textbanner {
  border: none;
}
.single-category--concept-home .single-category__content--textbanner:hover {
  border: none;
}
.single-category--concept-home .single-category__content--textbanner p span {
  color: #fff;
}
.single-category--cosmetics-home .single-category__content .title p {
  font-size: 24px;
  line-height: 34px;
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .single-category--cosmetics-home .single-category__content .title p {
    font-size: 28px;
    line-height: 38px;
  }
}
.single-category__image {
  overflow: hidden;
  position: relative;
}
.single-category__image img {
  width: 100%;
  -webkit-transition: 0.8s;
  transition: 0.8s;
}
.single-category__image:after {
  display: block;
  position: absolute;
  content: "";
  top: 20px;
  left: 20px;
  width: calc(100% - 40px);
  height: calc(100% - 40px);
  background-color: transparent;
  border: 1px solid #ffffff;
  opacity: 0;
  visibility: hidden;
  -webkit-transition: 0.6s;
  transition: 0.6s;
}
.single-category__content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  z-index: 5;
  position: relative;
  /*----------  category two content style  ----------*/
  /*----------  category three content style  ----------*/
  /*----------  simple text banner  ----------*/
}
.single-category__content .title {
  width: 70%;
  position: relative;
}
@media only screen and (min-width: 1200px) and (max-width: 1499px) {
  .single-category__content .title {
    width: 70%;
  }
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .single-category__content .title {
    width: 70%;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .single-category__content .title {
    width: 70%;
  }
}
@media only screen and (max-width: 767px) {
  .single-category__content .title {
    width: 70%;
  }
}
.single-category__content .title p {
  font-size: 18px;
  line-height: 36px;
  font-weight: 400;
  margin: 0;
  opacity: 1;
  visibility: visible;
  -webkit-transform: translateY(0);
  transform: translateY(0);
  margin-bottom: 0;
  color: #333;
  -webkit-transition-duration: 0.6s;
  transition-duration: 0.6s;
}
.single-category__content .title a {
  display: inline-block;
  font-size: 24px;
  line-height: 36px;
  color: #d3122a;
  -webkit-transform: translateY(60%);
  transform: translateY(60%);
  visibility: hidden;
  opacity: 0;
  -webkit-transition-duration: 0.6s;
  transition-duration: 0.6s;
  position: absolute;
  top: 0;
  left: 0;
}
@media only screen and (min-width: 1200px) and (max-width: 1499px) {
  .single-category__content .title a {
    font-size: 22px;
  }
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .single-category__content .title a {
    font-size: 20px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .single-category__content .title a {
    font-size: 20px;
  }
}
@media only screen and (max-width: 767px) {
  .single-category__content .title a {
    font-size: 20px;
  }
}
.single-category__content .product-count {
  width: 30%;
  font-size: 14px;
  line-height: 36px;
  font-weight: 500;
  letter-spacing: 1px;
  text-align: right;
}
@media only screen and (min-width: 1200px) and (max-width: 1499px) {
  .single-category__content .product-count {
    width: 30%;
  }
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .single-category__content .product-count {
    width: 30%;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .single-category__content .product-count {
    width: 30%;
  }
}
@media only screen and (max-width: 767px) {
  .single-category__content .product-count {
    width: 30%;
  }
}
.single-category__content .product-count:before {
  display: inline-block;
  vertical-align: middle;
  content: "";
  width: 50px;
  height: 1px;
  margin-right: 10px;
  background-color: #cccccc;
}
@media only screen and (min-width: 1200px) and (max-width: 1499px) {
  .single-category__content .product-count:before {
    width: 30px;
  }
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .single-category__content .product-count:before {
    width: 10px;
  }
}
@media only screen and (max-width: 479px) {
  .single-category__content .product-count:before {
    width: 10px;
  }
}
.single-category__content--two .title p {
  display: none;
}
.single-category__content--two .title a {
  visibility: visible;
  opacity: 1;
  -webkit-transform: translateY(0);
  transform: translateY(0);
  color: #333;
  font-weight: 500;
}
.single-category__content--three .title {
  width: 100%;
}
.single-category__content--three .title p {
  color: #333333;
  font-size: 34px;
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .single-category__content--three .title p {
    font-size: 24px;
  }
}
@media only screen and (max-width: 767px) {
  .single-category__content--three .title p {
    font-size: 24px;
  }
}
.single-category__content--three--creativehome .title p > a {
  -webkit-transform: translateY(0);
  transform: translateY(0);
  font-weight: 500;
  font-style: normal;
  font-size: 34px;
  line-height: 48px;
  color: #333333;
  text-transform: capitalize;
}
.single-category__content--three--creativehome .title p > a:hover {
  color: #333;
}
@media only screen and (min-width: 1200px) and (max-width: 1499px) {
  .single-category__content--three--creativehome .title p > a {
    font-size: 25px;
    line-height: 35px;
  }
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .single-category__content--three--creativehome .title p > a {
    font-size: 25px;
    line-height: 35px;
  }
}
@media only screen and (max-width: 767px) {
  .single-category__content--three--creativehome .title p > a {
    font-size: 25px;
    line-height: 35px;
  }
}
.single-category__content--three--creativehome .title a {
  -webkit-transform: translateY(0);
  transform: translateY(0);
  position: static;
  visibility: visible;
  opacity: 1;
  font-size: 14px;
  color: #333;
  text-transform: uppercase;
  font-weight: 500;
}
.single-category__content--three--creativehome .title a:hover {
  color: #d3122a;
}
.single-category__content--three--banner .title p {
  margin-bottom: 15px;
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .single-category__content--three--banner .title p {
    font-size: 28px;
    line-height: 38px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .single-category__content--three--banner .title p {
    margin-bottom: 5px;
  }
}
.single-category__content--three--banner .title p a {
  font-weight: 400;
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .single-category__content--three--banner .title p a {
    font-size: 15px;
    line-height: 25px;
  }
}
.single-category__content--three--banner .title p a span {
  display: block;
}
.single-category__content--three--banner .title > a {
  border-bottom: 1px solid #333;
  line-height: 22px;
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .single-category__content--three--banner .title > a {
    font-size: 12px;
    line-height: 22px;
  }
}
.single-category__content--three--banner .title > a:hover {
  border-color: #d3122a;
}
.single-category__content--white .title p a {
  color: #ffffff;
}
.single-category__content--white .title p a:hover {
  color: #ffffff;
}
.single-category__content--white .title a {
  color: #ffffff;
  border-color: #ffffff;
}
.single-category:hover .single-category__image img {
  -webkit-transform: scale(1.1);
  transform: scale(1.1);
}
.single-category:hover .single-category__image:after {
  visibility: visible;
  opacity: 1;
}
.single-category:hover .single-category__content .title p {
  visibility: hidden;
  opacity: 0;
  -webkit-transform: translateY(-60%);
  transform: translateY(-60%);
}
.single-category:hover .single-category__content .title a {
  visibility: visible;
  opacity: 1;
  -webkit-transform: translateY(0);
  transform: translateY(0);
}
.single-category:hover
  .single-category__content.single-category__content--three--creativehome
  .title
  p {
  visibility: visible;
  opacity: 1;
  -webkit-transform: translateY(0);
  transform: translateY(0);
}
.single-category:hover
  .single-category__content.single-category__content--three--creativehome
  .title
  a {
  visibility: visible;
  opacity: 1;
  -webkit-transform: translateY(0);
  transform: translateY(0);
}
.single-category .banner-link {
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  z-index: 2;
  margin: auto;
} /*----------  category wrapper  ----------*/
.product-category-container--collectionhome-wrapper {
  margin-bottom: -60px;
} /*----------  Masonry category layout  ----------*/ /*----------  accessories single category  ----------*/
@-webkit-keyframes spin {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}
@keyframes spin {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}
.product-category-text-content .title {
  font-size: 40px;
  line-height: 1.3;
  color: #404969;
  margin-bottom: 30px;
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .product-category-text-content .title {
    font-size: 35px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px),
  only screen and (max-width: 767px) {
  .product-category-text-content .title {
    font-size: 25px;
  }
}
.product-category-text-content .text {
  margin-bottom: 50px;
} /*=====  End of 05. Category  ======*/ /*=============================================
=            06. Slider            =
=============================================*/ /*----------  default settings  ----------*/ /*----------  product category slider  ----------*/
.product-category-slider .col {
  padding: 0 25px;
}
@media only screen and (max-width: 767px) {
  .product-category-slider .col {
    padding: 0 15px;
  }
} /*----------  short single product slider  ----------*/ /*----------  single product widget slider  ----------*/ /*----------  blog post slider  ----------*/ /*----------  instagram slider  ----------*/ /*----------  multi testimonial slider  ----------*/
.multi-testimonial-slider-container--white-content
  .multi-testimonial-single-item__author-info
  .content
  .name {
  color: #ffffff;
}
.multi-testimonial-slider-container--white-content
  .multi-testimonial-single-item__author-info
  .content
  .designation {
  color: #ffffff;
} /*----------  smart home carousel container  ----------*/ /*----------  decor hero slider  ----------*/
@media only screen and (max-width: 575px) {
  .decor-single-slider-content .slider-content a.lezada-button {
    font-size: 12px;
    padding: 10px 20px;
  }
}
@media only screen and (max-width: 479px) {
  .decor-single-slider-content .slider-content a.lezada-button {
    font-size: 10px;
    padding: 5px 15px;
  }
}
.decor-single-slider-content .main-title {
  font-size: 40px;
  line-height: 56px;
  font-weight: 600;
  margin-bottom: 35px;
  color: #333333;
}
@media only screen and (min-width: 1200px) and (max-width: 1499px) {
  .decor-single-slider-content .main-title {
    font-size: 30px;
    line-height: 45px;
  }
}
@media only screen and (max-width: 767px) {
  .decor-single-slider-content .main-title {
    font-size: 30px;
    line-height: 45px;
  }
}
@media only screen and (max-width: 575px) {
  .decor-single-slider-content .main-title {
    font-size: 20px;
    line-height: 35px;
  }
}
@media only screen and (max-width: 479px) {
  .decor-single-slider-content .main-title {
    margin-bottom: 10px;
  }
} /*----------  big image gallery slider  ----------*/
.shop-product__big-image-gallery-slider {
  position: relative;
}
.shop-product__big-image-gallery-slider .slick-dots {
  list-style: none;
  display: block;
  text-align: center;
  padding: 0;
  width: 100%;
  position: absolute;
  bottom: 20px;
}
@media only screen and (max-width: 767px) {
  .shop-product__big-image-gallery-slider .slick-dots {
    margin-top: 50px;
  }
}
.shop-product__big-image-gallery-slider .slick-dots li {
  position: relative;
  display: inline-block;
  height: 10px;
  width: 10px;
  margin-right: 15px;
  margin-left: 0;
  line-height: 1.5;
  padding: 0;
  cursor: pointer;
  background: none;
}
.shop-product__big-image-gallery-slider .slick-dots li:last-child {
  margin-right: 0;
}
.shop-product__big-image-gallery-slider .slick-dots li.slick-active button {
  background-color: transparent !important;
  border: 1px solid #333333;
  border-radius: 100%;
  opacity: 1;
  width: 18px;
  height: 18px;
  margin: 0;
}
.shop-product__big-image-gallery-slider .slick-dots li button {
  font-size: 0;
  display: block;
  cursor: pointer;
  outline: 0;
  line-height: 0;
  border: 0;
  width: 10px;
  height: 10px;
  color: transparent;
  background-color: #1f1f1f !important;
  opacity: 0.2;
  padding: 0;
  border-radius: 50%;
  margin: 0 4px;
}
.shop-product__big-image-gallery-slider .slick-arrow {
  background: none;
  border: none;
  font-size: 30px;
  color: #e7e7e7;
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  z-index: 3;
  visibility: hidden;
  opacity: 0;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
.shop-product__big-image-gallery-slider .slick-arrow.slick-next {
  right: 20px;
}
@media only screen and (min-width: 1200px) and (max-width: 1499px) {
  .shop-product__big-image-gallery-slider .slick-arrow.slick-next {
    right: -15px;
  }
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .shop-product__big-image-gallery-slider .slick-arrow.slick-next {
    right: -15px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .shop-product__big-image-gallery-slider .slick-arrow.slick-next {
    right: -15px;
  }
}
@media only screen and (max-width: 767px) {
  .shop-product__big-image-gallery-slider .slick-arrow.slick-next {
    right: 0;
  }
}
.shop-product__big-image-gallery-slider .slick-arrow.slick-prev {
  left: 20px;
}
@media only screen and (min-width: 1200px) and (max-width: 1499px) {
  .shop-product__big-image-gallery-slider .slick-arrow.slick-prev {
    left: -15px;
  }
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .shop-product__big-image-gallery-slider .slick-arrow.slick-prev {
    left: -15px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .shop-product__big-image-gallery-slider .slick-arrow.slick-prev {
    left: -15px;
  }
}
@media only screen and (max-width: 767px) {
  .shop-product__big-image-gallery-slider .slick-arrow.slick-prev {
    left: 0;
  }
}
.shop-product__big-image-gallery-slider:hover .slick-arrow {
  visibility: visible;
  opacity: 1;
}
.shop-product__big-image-gallery-slider:hover .slick-arrow.slick-next {
  right: 10px;
}
@media only screen and (min-width: 1200px) and (max-width: 1499px) {
  .shop-product__big-image-gallery-slider:hover .slick-arrow.slick-next {
    right: 10px;
  }
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .shop-product__big-image-gallery-slider:hover .slick-arrow.slick-next {
    right: 10px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .shop-product__big-image-gallery-slider:hover .slick-arrow.slick-next {
    right: 10px;
  }
}
@media only screen and (max-width: 767px) {
  .shop-product__big-image-gallery-slider:hover .slick-arrow.slick-next {
    right: 10px;
  }
}
.shop-product__big-image-gallery-slider:hover .slick-arrow.slick-prev {
  left: 10px;
}
@media only screen and (min-width: 1200px) and (max-width: 1499px) {
  .shop-product__big-image-gallery-slider:hover .slick-arrow.slick-prev {
    left: 10px;
  }
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .shop-product__big-image-gallery-slider:hover .slick-arrow.slick-prev {
    left: 10px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .shop-product__big-image-gallery-slider:hover .slick-arrow.slick-prev {
    left: 10px;
  }
}
@media only screen and (max-width: 767px) {
  .shop-product__big-image-gallery-slider:hover .slick-arrow.slick-prev {
    left: 10px;
  }
} /*----------  small image gallery slider  ----------*/
.shop-product__small-image-gallery-slider {
  position: relative;
  cursor: pointer;
}
.shop-product__small-image-gallery-slider--vertical
  .slick-current
  .single-image
  img {
  border-color: #333;
  -webkit-transition: 0.6s;
  transition: 0.6s;
}
.shop-product__small-image-gallery-slider--vertical .single-image {
  margin-bottom: 10px;
}
.shop-product__small-image-gallery-slider--vertical .single-image img {
  border: 1px solid transparent;
  width: 100%;
}
@media only screen and (max-width: 767px) {
  .shop-product__small-image-gallery-slider--vertical .single-image {
    padding: 0 5px;
  }
}
.shop-product__small-image-gallery-slider .single-image img {
  border: 1px solid transparent;
}
.shop-product__small-image-gallery-slider .slick-current .single-image img {
  border-color: #333;
}
.shop-product__small-image-gallery-slider .slick-arrow {
  background: none;
  border: none;
  font-size: 20px;
  color: #e7e7e7;
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  z-index: 3;
  visibility: hidden;
  opacity: 0;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
.shop-product__small-image-gallery-slider .slick-arrow.slick-next {
  right: 10px;
}
@media only screen and (min-width: 1200px) and (max-width: 1499px) {
  .shop-product__small-image-gallery-slider .slick-arrow.slick-next {
    right: -15px;
  }
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .shop-product__small-image-gallery-slider .slick-arrow.slick-next {
    right: -15px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .shop-product__small-image-gallery-slider .slick-arrow.slick-next {
    right: -15px;
  }
}
@media only screen and (max-width: 767px) {
  .shop-product__small-image-gallery-slider .slick-arrow.slick-next {
    right: 0;
  }
}
.shop-product__small-image-gallery-slider .slick-arrow.slick-prev {
  left: 10px;
}
@media only screen and (min-width: 1200px) and (max-width: 1499px) {
  .shop-product__small-image-gallery-slider .slick-arrow.slick-prev {
    left: -15px;
  }
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .shop-product__small-image-gallery-slider .slick-arrow.slick-prev {
    left: -15px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .shop-product__small-image-gallery-slider .slick-arrow.slick-prev {
    left: -15px;
  }
}
@media only screen and (max-width: 767px) {
  .shop-product__small-image-gallery-slider .slick-arrow.slick-prev {
    left: 0;
  }
}
.shop-product__small-image-gallery-slider:hover .slick-arrow {
  visibility: visible;
  opacity: 1;
}
.shop-product__small-image-gallery-slider:hover .slick-arrow.slick-next {
  right: 10px;
}
@media only screen and (min-width: 1200px) and (max-width: 1499px) {
  .shop-product__small-image-gallery-slider:hover .slick-arrow.slick-next {
    right: 10px;
  }
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .shop-product__small-image-gallery-slider:hover .slick-arrow.slick-next {
    right: 10px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .shop-product__small-image-gallery-slider:hover .slick-arrow.slick-next {
    right: 10px;
  }
}
@media only screen and (max-width: 767px) {
  .shop-product__small-image-gallery-slider:hover .slick-arrow.slick-next {
    right: 10px;
  }
}
.shop-product__small-image-gallery-slider:hover .slick-arrow.slick-prev {
  left: 10px;
}
@media only screen and (min-width: 1200px) and (max-width: 1499px) {
  .shop-product__small-image-gallery-slider:hover .slick-arrow.slick-prev {
    left: 10px;
  }
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .shop-product__small-image-gallery-slider:hover .slick-arrow.slick-prev {
    left: 10px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .shop-product__small-image-gallery-slider:hover .slick-arrow.slick-prev {
    left: 10px;
  }
}
@media only screen and (max-width: 767px) {
  .shop-product__small-image-gallery-slider:hover .slick-arrow.slick-prev {
    left: 10px;
  }
}
.lezada-slick-slider--fullscreen {
  position: relative;
  height: 700px;
}
@media only screen and (min-width: 1200px) and (max-width: 1499px) {
  .lezada-slick-slider--fullscreen {
    height: 600px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .lezada-slick-slider--fullscreen {
    height: 500px;
  }
}
@media only screen and (max-width: 767px) {
  .lezada-slick-slider--fullscreen {
    height: 500px;
  }
}
@media only screen and (max-width: 479px) {
  .lezada-slick-slider--fullscreen {
    height: 400px;
  }
}
.lezada-slick-slider--fullscreen .slick-list,
.lezada-slick-slider--fullscreen .slick-track,
.lezada-slick-slider--fullscreen .slick-slide > div {
  height: 100%;
}
/*
.lezada-slick-slider--fullscreen
  .slick-active
  .lezada-single-slider__content
  * {
  -webkit-animation-name: fadeInUp;
  animation-name: fadeInUp;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
}

.lezada-slick-slider--fullscreen
  .slick-active
  .lezada-single-slider__content
  .subtitle {
  -webkit-animation-duration: 1s;
  animation-duration: 1s;
  -webkit-animation-delay: 0.2s;
  animation-delay: 0.2s;
}
.lezada-slick-slider--fullscreen
  .slick-active
  .lezada-single-slider__content
  .main-title {
  -webkit-animation-duration: 1.5s;
  animation-duration: 1.5s;
  -webkit-animation-delay: 0.2s;
  animation-delay: 0.2s;
}
.lezada-slick-slider--fullscreen
  .slick-active
  .lezada-single-slider__content
  .lezada-button {
  -webkit-animation-duration: 2.5s;
  animation-duration: 2.5s;
  -webkit-animation-delay: 0.3s;
  animation-delay: 0.3s;
}
*/
.lezada-slick-slider--fullscreen .lezada-single-slider {
  height: 90vh;
  width: 100%;
}
.lezada-slick-slider--fullscreen .lezada-single-slider__content {
  padding-right: 30px;
}
@media only screen and (min-width: 768px) and (max-width: 991px),
  only screen and (max-width: 767px) {
  .lezada-slick-slider--fullscreen .lezada-single-slider__content {
    padding: 0 15px;
  }
}
.lezada-slick-slider--fullscreen .lezada-single-slider__content .subtitle {
  font-size: 16px;
  font-weight: 600;
  text-transform: uppercase;
  margin-bottom: 33px;
  color: #ffffff;
}
.lezada-slick-slider--fullscreen
  .lezada-single-slider__content
  .subtitle--black {
  color: #333;
}
.lezada-slick-slider--fullscreen .lezada-single-slider__content .main-title {
  font-size: 56px;
  line-height: 71px;
  margin-bottom: 35px;
  color: #ffffff;
}
.lezada-slick-slider--fullscreen
  .lezada-single-slider__content
  .main-title--black {
  color: #333;
}
@media only screen and (max-width: 767px) {
  .lezada-slick-slider--fullscreen .lezada-single-slider__content .main-title {
    font-size: 40px;
    line-height: 60px;
  }
}
@media only screen and (max-width: 479px) {
  .lezada-slick-slider--fullscreen .lezada-single-slider__content .main-title {
    font-size: 30px;
    line-height: 40px;
  }
}
.lezada-slick-slider--fullscreen .lezada-single-slider__content .lezada-button {
  background-color: #ffffff;
  color: #333 !important;
  border-color: #ffffff;
}
.lezada-slick-slider--fullscreen
  .lezada-single-slider__content
  .lezada-button:hover {
  background-color: transparent;
  color: #ffffff !important;
  border-color: #ffffff;
}
.lezada-slick-slider--fullscreen
  .lezada-single-slider__content
  .lezada-button--red {
  background-color: #d3122a;
  border-color: #d3122a;
  color: #ffffff !important;
}
.lezada-slick-slider--fullscreen
  .lezada-single-slider__content
  .lezada-button--dark {
  background-color: #333;
  color: #fff !important;
  border-color: #333;
}
.lezada-slick-slider--fullscreen
  .lezada-single-slider__content
  .lezada-button--dark:hover {
  background-color: transparent;
  color: #333 !important;
  border-color: #333;
}
.lezada-slick-slider--fullscreen
  .lezada-single-slider__content--spectral-style {
  padding-left: 15px;
  padding-top: 0px;
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .lezada-slick-slider--fullscreen
    .lezada-single-slider__content--spectral-style {
    padding-top: 60px;
  }
}
@media only screen and (max-width: 767px) {
  .lezada-slick-slider--fullscreen
    .lezada-single-slider__content--spectral-style {
    padding-top: 50px;
  }
}
.lezada-slick-slider--fullscreen
  .lezada-single-slider__content--spectral-style
  .subtitle {
  font-family: "Spectral", serif;
  font-weight: 300;
  font-style: italic;
  text-transform: capitalize;
}
.lezada-slick-slider--fullscreen
  .lezada-single-slider__content--spectral-style
  .main-title {
  font-family: "Spectral", serif;
}
.lezada-slick-slider--fullscreen
  .lezada-single-slider__content--spectral-style
  .lezada-button {
  background-color: transparent;
  color: #ffffff !important;
}
.lezada-slick-slider--fullscreen
  .lezada-single-slider__content--spectral-style
  .lezada-button:hover {
  background-color: #ffffff;
  color: #333 !important;
}
.lezada-slick-slider--fullscreen .lezada-single-slider--overlay {
  position: relative;
}
.lezada-slick-slider--fullscreen .lezada-single-slider--overlay:before {
  position: absolute;
  content: "";
  background: #000000;
  opacity: 0.4;
  width: 100%;
  height: 100%;
}
.lezada-slick-slider--fullscreen .slick-arrow {
  position: absolute;
  top: 50%;
  background: #fff;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  width: 50px;
  height: 50px;
  text-align: center;
  line-height: 51px;
  color: #999;
  -webkit-box-shadow: 0 0 7px rgba(0, 0, 0, 0.15);
  box-shadow: 0 0 7px rgba(0, 0, 0, 0.15);
  -webkit-transition: 0.3s;
  transition: 0.3s;
  visibility: hidden;
  opacity: 0;
  font-size: 18px;
  border: none;
  z-index: 3;
}
@media only screen and (max-width: 767px) {
  .lezada-slick-slider--fullscreen .slick-arrow {
    display: none;
  }
}
.lezada-slick-slider--fullscreen .slick-arrow:hover {
  background-color: #333;
  color: #ffffff;
}
.lezada-slick-slider--fullscreen .slick-arrow.slick-prev {
  left: 15px;
  right: auto;
}
.lezada-slick-slider--fullscreen .slick-arrow.slick-next {
  right: 15px;
  left: auto;
}
.lezada-slick-slider--fullscreen .slick-dots {
  position: absolute;
  left: 50%;
  bottom: 30px;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.lezada-slick-slider--fullscreen .slick-dots li button {
  font-size: 0;
  width: 12px;
  height: 12px;
  background: #999;
  margin: 0 5px;
  border-radius: 50%;
  border: none;
}
.lezada-slick-slider--fullscreen .slick-dots li.slick-active button {
  background: #fff;
}
.lezada-slick-slider--fullscreen:hover .slick-arrow {
  visibility: visible;
  opacity: 1;
}
.lezada-slick-slider--fullscreen:hover .slick-arrow.slick-prev {
  left: 30px;
  right: auto;
}
.lezada-slick-slider--fullscreen:hover .slick-arrow.slick-next {
  right: 30px;
  left: auto;
}
.lezada-slick-slider--swimsuit-home .lezada-single-slider__content {
  padding-left: 30px;
  padding-right: 30px;
}
.lezada-slick-slider--swimsuit-home
  .lezada-single-slider__content
  .swimsuit-home {
  width: 100%;
  height: 100%;
}
.lezada-slick-slider--swimsuit-home
  .lezada-single-slider__content
  .swimsuit-home
  .image {
  margin-bottom: 30px;
}
.lezada-slick-slider--swimsuit-home
  .lezada-single-slider__content
  .swimsuit-home
  .image
  img {
  margin-left: auto;
  margin-right: auto;
}
.lezada-slick-slider--swimsuit-home
  .lezada-single-slider__content
  .swimsuit-home
  .content
  .title {
  color: #e75e47;
  font-size: 30px;
  font-weight: 400;
  margin-bottom: 15px;
}
@media only screen and (max-width: 479px) {
  .lezada-slick-slider--swimsuit-home
    .lezada-single-slider__content
    .swimsuit-home
    .content
    .title {
    font-size: 25px;
  }
}
.lezada-slick-slider--swimsuit-home
  .lezada-single-slider__content
  .swimsuit-home
  .content
  .price {
  color: #e75e47;
  font-size: 17px;
  font-weight: 600;
}
.slider-area--transparent-header .lezada-slick-slider--fullscreen {
  height: 900px;
}
@media only screen and (min-width: 1200px) and (max-width: 1499px) {
  .slider-area--transparent-header .lezada-slick-slider--fullscreen {
    height: 90vh;
  }
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .slider-area--transparent-header .lezada-slick-slider--fullscreen {
    height: 90vh;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .slider-area--transparent-header .lezada-slick-slider--fullscreen {
    height: 90vh;
  }
}
@media only screen and (max-width: 767px) {
  .slider-area--transparent-header .lezada-slick-slider--fullscreen {
    height: 550px;
  }
}
@media only screen and (max-width: 479px) {
  .slider-area--transparent-header .lezada-slick-slider--fullscreen {
    height: 500px;
  }
} /*=====  End of 06. Slider  ======*/ /*=============================================
=            07. Short single product            =
=============================================*/ /*----------  default style  ----------*/ /*----------  product image  ----------*/ /*----------  floating badge style  ----------*/ /*----------  floating icon style  ----------*/ /*----------  floating product variation  ----------*/ /*----------  product content  ----------*/ /*----------  hover style  ----------*/ /*----------  smart home style  ----------*/
.fashion-home-intro-area,
.homepage-content--lookbook,
.section-overflow,
.list-products {
  overflow: hidden;
  position: relative;
}
.single-product__image {
  position: relative;
  aspect-ratio: 3 / 4; /* ratio largeur/hauteur de tes photos produits — à ajuster si besoin */
  overflow: hidden;
}
.single-product__image > a {
  display: block;
  height: 100%;
}
.single-product__image > a img {
  width: 100%;
  height: 100%;
  object-fit: cover; /* recadre l'image pour remplir le ratio sans la déformer */
  transition: 0.9s;
}
.single-product__image > a img:nth-child(1) {
  visibility: visible;
  opacity: 1;
  z-index: 2;
}
.single-product__image > a img:nth-child(2) {
  position: absolute;
  top: 0;
  left: 0;
  visibility: hidden;
  opacity: 0;
  z-index: 1;
}
.single-product__floating-icons {
  position: absolute;
  top: 20px;
  right: 20px;
  z-index: 9;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
}
.single-product__floating-icons span {
  display: inline-block;
  visibility: hidden;
  opacity: 0;
}
.single-product__floating-icons span:nth-child(1) {
  -webkit-transition: 0.3s;
  transition: 0.3s;
  margin-top: 5px;
}
.single-product__floating-icons span:nth-child(2) {
  -webkit-transition: 0.6s;
  transition: 0.6s;
  margin-top: 5px;
}
.single-product__floating-icons span:nth-child(3) {
  -webkit-transition: 0.9s;
  transition: 0.9s;
  margin-top: 5px;
}
.single-product__floating-icons span a {
  width: 40px;
  height: 40px;
  line-height: 40px;
  background-color: #ffffff;
  text-align: center;
  margin-bottom: 5px;
  color: #7e7e7e;
}
.single-product__floating-icons span a:hover {
  color: #333;
}
.single-product__floating-icons span a img {
  max-width: 20px;
}
.single-product__variations .size-container span.size.active {
  color: #333333;
}
.single-product__variations .color-container span.active {
  -webkit-box-shadow:
    0 0 0 2px #ffffff,
    0 0 0 3px #aaaaaa;
  box-shadow:
    0 0 0 2px #ffffff,
    0 0 0 3px #aaaaaa;
}
.single-product__content {
  position: relative;
  padding-top: 25px;
}
.single-product__content .title {
  position: relative;
}
.single-product__content .title h3 {
  margin-bottom: 0;
}
.single-product__content .title h3 a {
  display: block;
  font-size: 17px;
  line-height: 1.6;
  margin-bottom: 10px;
  font-weight: 400;
  opacity: 1;
  visibility: visible;
  -webkit-transform: translateY(0);
  transform: translateY(0);
  color: #333;
  -webkit-transition-duration: 0.6s;
  transition-duration: 0.6s;
}
.single-product__content .title > a {
  display: inline-block;
  font-size: 18px;
  line-height: 28px;
  color: #d3122a;
  -webkit-transform: translateY(60%);
  transform: translateY(60%);
  visibility: hidden;
  opacity: 0;
  -webkit-transition-duration: 0.6s;
  transition-duration: 0.6s;
  position: absolute;
  top: 0;
  left: 0;
  font-weight: 500;
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .single-product__content .title > a {
    font-size: 16px;
  }
}
.single-product__content .title > a.active:before {
  content: "";
  font-family: Ionicons;
  display: inline-block;
  margin-right: 5px;
  font-size: 15px;
  font-weight: 500;
  vertical-align: middle;
}
.single-product__content .title > a:before {
  content: "+";
  display: inline-block;
  margin-right: 5px;
}
.single-product__content .price .discounted-price {
  font-size: 14px;
  line-height: 1;
  font-weight: 600;
  color: #333333;
}
.single-product__content .price .main-price {
  font-size: 14px;
  line-height: 1;
  font-weight: 600;
  color: #333333;
  margin-right: 5px;
}
.single-product__content .price .main-price.discounted {
  color: #aaaaaa;
  font-weight: 600;
  font-size: 12px;
  line-height: 1;
  text-decoration: line-through;
}
.single-product__content:hover .single-product__variations {
  visibility: visible;
  opacity: 1;
  -webkit-transform: translateY(-80px);
  transform: translateY(-80px);
}
.single-product:hover .single-product__image a img:nth-child(2) {
  visibility: visible;
  opacity: 1;
}
.single-product:hover .single-product__content .title h3 a {
  visibility: hidden;
  opacity: 0;
  -webkit-transform: translateY(-60%);
  transform: translateY(-60%);
}
.single-product:hover .single-product__content .title > a {
  visibility: visible;
  opacity: 1;
  -webkit-transform: translateY(0);
  transform: translateY(0);
}
.single-product:hover .single-product__floating-icons span {
  visibility: visible;
  opacity: 1;
}
.single-product:hover .single-product__floating-icons span:nth-child(1) {
  margin-top: 0;
}
.single-product:hover .single-product__floating-icons span:nth-child(2) {
  margin-top: 0;
}
.single-product:hover .single-product__floating-icons span:nth-child(3) {
  margin-top: 0;
}
.single-product--smarthome .single-product__content {
  position: absolute;
  bottom: 30px;
  left: 15px;
  z-index: 3;
}
.single-product--wearablehome .single-product__floating-icons {
  top: 50px;
}
.single-product--wearablehome .single-product__floating-cart span.title a {
  font-size: 18px;
  line-height: 28px;
  color: #d3122a;
  -webkit-transition-duration: 0.6s;
  transition-duration: 0.6s;
  font-weight: 500;
}
.single-product--wearablehome
  .single-product__floating-cart
  span.title
  a.active:before {
  content: "";
  font-family: Ionicons;
  display: inline-block;
  margin-right: 5px;
  font-size: 15px;
  font-weight: 500;
  vertical-align: middle;
}
.single-product--wearablehome
  .single-product__floating-cart
  span.title
  a:before {
  content: "+";
  display: inline-block;
  margin-right: 5px;
}
.single-product--wearablehome .single-product__content {
  position: absolute;
  bottom: 30px;
  left: 15px;
  z-index: 3;
  visibility: hidden;
  opacity: 0;
  -webkit-transition: 0.6s;
  transition: 0.6s;
  -webkit-transform: translateY(10px);
  transform: translateY(10px);
}
.single-product--wearablehome .single-product__content .title h3 a {
  -webkit-transform: none;
  transform: none;
}
.single-product--wearablehome:hover .single-product__content {
  visibility: visible;
  opacity: 1;
  -webkit-transform: translateY(0);
  transform: translateY(0);
}
.single-product--wearablehome:hover .title h3 a {
  visibility: visible !important;
  opacity: 1 !important;
  -webkit-transform: none !important;
  transform: none !important;
}
.single-product--list .single-product__image {
  -ms-flex-preferred-size: 370px;
  flex-basis: 370px;
  margin-right: 30px;
}
@media only screen and (max-width: 767px) {
  .single-product--list .single-product__image {
    -ms-flex-preferred-size: 100%;
    flex-basis: 100%;
    margin-right: 0;
    margin-bottom: 30px;
  }
}
.single-product--list .single-product__content {
  -ms-flex-preferred-size: calc(100% - 400px);
  flex-basis: calc(100% - 400px);
  padding-top: 0;
}
@media only screen and (max-width: 767px) {
  .single-product--list .single-product__content {
    -ms-flex-preferred-size: 100%;
    flex-basis: 100%;
  }
}
.single-product--list .single-product__content .title h3 a {
  font-size: 25px;
}
.single-product--list .single-product__content .price {
  margin-bottom: 30px;
}
.single-product--list .single-product__content .price .main-price,
.single-product--list .single-product__content .price .discounted-price {
  font-size: 16px;
}
.single-product--list:hover .single-product__image a img:nth-child(2) {
  visibility: visible;
  opacity: 1;
}
.single-product--list:hover .single-product__floating-icons span {
  visibility: visible;
  opacity: 1;
} /*----------  single widget product  ----------*/
.single-widget-product__content__bottom a.cart-btn.active:before {
  content: "";
  font-family: Ionicons;
  display: inline-block;
  margin-right: 5px;
  font-size: 15px;
  font-weight: 400;
  vertical-align: middle;
} /*=====  End of 07. Short single product  ======*/ /*=============================================
=           08. button            =
=============================================*/ /*----------  default style  ----------*/
.wp-block-buttons .wp-block-button__link,
.lezada-button {
  background-color: #333;
  color: #fff !important;
  text-transform: uppercase;
  display: inline-block;
  border-radius: 0;
  border: 1px solid #333;
  font-weight: 500;
  letter-spacing: 1px;
}
.wp-block-buttons .wp-block-button__link:hover,
.lezada-button:hover {
  background-color: transparent;
  color: #333 !important;
}
.lezada-button--medium {
  font-size: 14px;
  padding: 10px 45px;
}
.lezada-button--icon--left i {
  margin-right: 5px;
} /*----------  lezada button 2  ----------*/ /*----------  load more button  ----------*/ /*----------  shopping more button  ----------*/ /*=====  End of 08. button  ======*/ /*=============================================
=            09. Backgrounds            =
=============================================*/ /*----------  lookbook home backgrounds  ----------*/ /*----------  about backgrounds  ----------*/
.about-video-bg-2 {
  background-image: url("../images/backgrounds/video-about.png");
} /*----------  countdown backgrounds  ----------*/ /*----------  breadcrumb backgrounds   ----------*/ /*----------  testimonial backgrounds  ----------*/ /*----------  page backgrounds  ----------*/
.single-lookbook-section {
  background-repeat: no-repeat;
  background-attachment: fixed;
  background-position: center center;
  background-size: cover;
  min-height: 100vh;
  max-width: 100%;
  width: 100%;
} /*----------  single category textbanner   ----------*/ /*----------  about video background area  ----------*/
.about-video-bg-area {
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center right;
} /*=====  End of 09. Backgrounds  ======*/ /*=============================================
=            banner background            =
=============================================*/ /*=====  End of banner background  ======*/ /*=============================================
=            footer backgrounds            =
=============================================*/ /*=====  End of footer backgrounds  ======*/ /*=============================================
=            lookbook bg overlay            =
=============================================*/
.homepage-content--lookbook-overlay .single-lookbook-section {
  position: relative;
  z-index: 1;
}
.homepage-content--lookbook-overlay .single-lookbook-section:before {
  position: absolute;
  top: 0;
  left: 0;
  background-color: #000000;
  content: "";
  width: 100%;
  height: 100%;
  opacity: 0.6;
  z-index: -1;
} /*=====  End of lookbook bg overlay  ======*/ /*=============================================
=            10. Home Lookbook            =
=============================================*/ /*----------  lookbook content  ----------*/
.lookbook-content-wrapper {
  height: 100vh;
}
.lookbook-content p {
  font-size: 16px;
  line-height: 36px;
  color: #fff;
  font-weight: 600;
  margin-bottom: 25px;
}
.lookbook-content h2 {
  font-size: 72px;
  line-height: 80px;
  font-weight: 400;
  color: #fff;
  margin-bottom: 70px;
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .lookbook-content h2 {
    font-size: 60px;
    line-height: 70px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .lookbook-content h2 {
    font-size: 60px;
    line-height: 70px;
  }
}
@media only screen and (max-width: 767px) {
  .lookbook-content h2 {
    font-size: 60px;
    line-height: 70px;
  }
}
@media only screen and (max-width: 575px) {
  .lookbook-content h2 {
    font-size: 50px;
    line-height: 60px;
  }
}
@media only screen and (max-width: 479px) {
  .lookbook-content h2 {
    font-size: 40px;
    line-height: 50px;
  }
}
.lookbook-content a.lookbook-btn {
  background-color: #fff;
  color: #333 !important;
  border-color: #fff;
}
.lookbook-content a.lookbook-btn:hover {
  background-color: #333;
  color: #fff !important;
}
.lookbook-content--dark a.lookbook-btn {
  background-color: #333;
  color: #fff !important;
  border-color: #333;
}
.lookbook-content--dark a.lookbook-btn:hover {
  background-color: transparent;
  color: #333 !important;
} /*=====  End of 10. Home Lookbook  ======*/ /*=============================================
=            11. countdown timer            =
=============================================*/
.countdown-wrapper--style2 a.lezada-button:hover {
  border-color: #ffffff;
  color: #ffffff !important;
}
.countdown-wrapper--white-bg a.lezada-button:hover {
  border-color: #000000;
  color: #000000 !important;
} /*=====  End of 11. countdown timer  ======*/ /*=============================================
=            12. Blog            =
=============================================*/ /*----------  blog slider intro  ----------*/ /*----------  blog slider single post  ----------*/
.single-slider-post__content .post-date {
  margin-bottom: 15px;
}
.single-slider-post__content .post-date a {
  font-size: 14px;
  line-height: 18px;
  color: #999;
  text-transform: capitalize;
  display: inline-block;
  border-bottom: 1px solid transparent;
}
.single-slider-post__content .post-date a:hover {
  color: #333;
  border-bottom: 1px solid #999;
}
.single-slider-post__content .post-date i {
  margin-right: 5px;
}
.single-slider-post__content h2 {
  margin-bottom: 0;
}
.single-slider-post__content h2 a {
  font-size: 24px;
  line-height: 36px;
  color: #333;
  margin-bottom: 15px;
}
.single-slider-post__content p.post-excerpt {
  font-size: 15px;
  line-height: 24px;
  color: #777777;
  margin-bottom: 15px;
}
.single-slider-post__content a.blog-readmore-btn {
  text-transform: uppercase;
  font-size: 14px;
  line-height: 20px;
  color: #333;
  font-weight: 500;
  letter-spacing: 1px;
  display: inline-block;
  position: relative;
}
.single-slider-post__content a.blog-readmore-btn:after {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 1px;
  background-color: #333;
  opacity: 0.2;
  content: "";
}
.single-slider-post__content a.blog-readmore-btn:before {
  font-size: 0;
  padding-right: 0;
  font-weight: 400;
  visibility: hidden;
  opacity: 0;
  -webkit-transition: 0.6s;
  transition: 0.6s;
  display: inline-block;
  line-height: 0;
  content: "";
  font-family: "Ionicons";
}
.single-slider-post__content a.blog-readmore-btn:hover {
  color: #d3122a;
}
.single-slider-post__content a.blog-readmore-btn:hover:before {
  font-size: 14px;
  line-height: 0;
  padding-right: 8px;
  visibility: visible;
  opacity: 1;
} /*----------  widget post  ----------*/
.single-widget-post .content {
  -ms-flex-preferred-size: calc(100% - 100px);
  flex-basis: calc(100% - 100px);
  padding-left: 20px;
}
.single-widget-post .content .widget-post-title {
  font-size: 15px;
  line-height: 24px;
}
.single-widget-post .content .widget-post-title a {
  color: #333;
} /*----------  blog post list view  ----------*/
.single-slider-post--sticky {
  border-bottom: 1px solid #e5e5e5;
}
.single-slider-post--sticky .post-title a {
  font-size: 34px;
  line-height: 51px;
} /*----------  post tag  ----------*/
.post-tags {
  position: relative;
}
.post-tags i {
  position: absolute;
  color: #333;
}
.post-tags ul {
  display: inline-block;
}
.post-tags ul li {
  display: inline-block;
}
.post-tags ul li:first-child {
  padding-left: 20px;
}
.post-tags ul li a {
  border-bottom: 1px solid transparent;
}
.post-tags ul li a:hover {
  color: #333;
  border-bottom: 1px solid #999;
} /*----------  post share  ----------*/
.post-share span {
  padding-right: 10px;
}
.post-share ul {
  display: inline-block;
}
.post-share ul li {
  display: inline-block;
  margin-right: 5px;
}
.post-share ul li a {
  color: #333;
} /*----------  post comment  ----------*/ /*----------  post category  ----------*/ /*----------  post title  ----------*/ /*----------  author info  ----------*/ /*----------  comment block  ----------*/ /*----------  single comment  ----------*/
.single-comment__content .date {
  font-size: 14px;
  line-height: 22px;
  color: #ababab;
  font-weight: 400;
  padding-left: 20px;
  float: right;
}
@media only screen and (max-width: 767px) {
  .single-comment__content .date {
    float: none;
  }
} /*=====  End of 12. Blog  ======*/ /*=============================================
=            13. Pagination            =
=============================================*/
.pagination ul {
  width: 100%;
  text-align: center;
  margin-top: -5px;
}
.pagination ul li {
  display: inline-block;
  margin-right: 20px;
  min-width: 20px;
}
.pagination ul li a {
  text-align: center;
  display: block;
  color: #ababab;
  font-weight: 500;
}
.pagination ul li a:hover {
  color: #333;
}
.pagination ul li.active {
  border-bottom: 1px solid #ababab;
}
.pagination ul li.active a {
  color: #333;
} /*=====  End of 13. Pagination  ======*/ /*=============================================
=            14. Instagram section            =
=============================================*/ /*----------  instagram section intro  ----------*/ /*----------  instagram slider item  ----------*/
.instagram-item .instagram-hvr-content span i.fa {
  margin-right: 5px;
} /*----------  instagram grid  ----------*/ /*----------  instagram Feed Thumb  ----------*/ /*=====  End of 14. Instagram section  ======*/ /*=============================================
=            15. Shoppable home style            =
=============================================*/ /*----------  shoppable category   ----------*/
.single-shoppable .cloth-tag__icon.active {
  background-color: #d3122a;
  color: #ffffff;
}
.single-shoppable .cloth-tag__content.active {
  -webkit-animation: fadeIn 0.3s forwards;
  animation: fadeIn 0.3s forwards;
} /*=====  End of 15. Shoppable home style  ======*/ /*=============================================
=            16. About            =
=============================================*/ /*----------  about video bg area  ----------*/
.about-video-bg-area {
  position: relative;
}
.about-video-bg-area .video-text {
  font-size: 14px;
  line-height: 24px;
  text-align: center;
  font-weight: 400;
  font-style: normal;
  -webkit-transform: rotate(-90deg) translateY(-50%);
  transform: rotate(-90deg) translateY(-50%);
  letter-spacing: 1px;
  top: 50%;
}
@media only screen and (max-width: 767px) {
  .about-video-bg-area .video-text {
    display: none;
  }
}
.about-video-bg-area .video-text a {
  color: #333333;
}
.about-video-bg-area .video-text a:hover {
  opacity: 0.85;
}
.about-video-bg-area .video-text-start {
  position: absolute;
  left: -80px;
}
.about-video-bg-area .video-text-end {
  position: absolute;
  right: -13%;
}
.about-video-bg-area .play-icon a img {
  -webkit-transition: 0.6s;
  transition: 0.6s;
  -webkit-transform: scale(1);
  transform: scale(1);
}
.about-video-bg-area .play-icon a:hover img {
  -webkit-transform: scale(1.2);
  transform: scale(1.2);
}
.about-video-bg-area h1 {
  font-size: 40px;
  color: #ffffff;
  line-height: 50px;
  text-align: center;
  font-weight: 500;
  font-style: normal;
  letter-spacing: 12px;
} /*----------  about page text  ----------*/
.about-page-text {
  font-size: 15px;
  line-height: 26px;
  color: #454545;
  letter-spacing: 0.5px;
} /*----------  about two page text block   ----------*/
.about-single-block p.subtitle {
  font-size: 14px;
  line-height: 24px;
  color: #333;
  font-weight: 500;
  margin-bottom: 20px;
} /* about section */
.about-section-content .subtitle {
  font-size: 24px;
  font-weight: 700;
}
@media only screen and (max-width: 767px) {
  .about-section-content .subtitle {
    font-size: 16px;
  }
}
.about-section-content .title {
  font-size: 36px;
  font-weight: 700;
}
@media only screen and (max-width: 767px) {
  .about-section-content .title {
    font-size: 28px;
  }
}
.video-icon-content h2,
.video-icon-content__title {
  font-size: 50px;
  line-height: 1.3;
  font-weight: 400;
  font-family: "Fjalla One", sans-serif;
  margin-bottom: 50px;
}
.video-icon-content__icon-content-wrapper .single-icon-content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 40px;
  width: 440px;
  max-width: 100%;
}
.video-icon-content__icon-content-wrapper .single-icon-content__content .title {
  font-size: 25px;
  line-height: 1.3;
  font-style: italic;
  font-family: "Spectral", serif;
  font-weight: 400;
  color: #333;
  margin-bottom: 25px;
}
@media only screen and (max-width: 479px) {
  .video-icon-content__icon-content-wrapper
    .single-icon-content__content
    .title {
    font-size: 22px;
  }
}
.video-icon-content__icon-content-wrapper .single-icon-content__content .text {
  font-size: 15px;
  line-height: 1.5;
  color: #7e7e7e;
}
.video-icon-content__icon-content-wrapper .single-icon-content:last-child {
  margin-bottom: 0;
} /*=====  End of 16. About  ======*/ /*=============================================
=            17. widget            =
=============================================*/ /*----------  default  ----------*/
.lezada-widget .widget-title {
  font-size: 14px;
  line-height: 24px;
  font-weight: 500;
  color: #333;
}
.lezada-widget .widget-content {
  font-size: 15px;
  line-height: 26px;
  color: #454545;
  margin-bottom: 0;
} /*=====  End of 17. widget  ======*/ /*=============================================
=            18. Testimonial            =
=============================================*/ /*----------  multi testimonial single item  ----------*/
.multi-testimonial-single-item__author-info .content {
  -ms-flex-preferred-size: calc(100% - 80px);
  flex-basis: calc(100% - 80px);
  padding-left: 25px;
  margin-top: 10px;
}
.multi-testimonial-single-item__author-info .content .name {
  font-size: 18px;
  line-height: 25px;
  font-weight: 600;
  color: #333;
  margin-bottom: 0;
}
.multi-testimonial-single-item__author-info .content .designation {
  font-size: 16px;
  line-height: 22px;
  color: #7e7e7e;
} /*----------  single testimonial single item  ----------*/
.single-testimonial-single-item__content .text {
  font-size: 24px;
  line-height: 40px;
  color: #333;
  font-weight: 300;
}
.single-testimonial-single-item--no-thumb
  .single-testimonial-single-item__content
  .text {
  color: #ffffff;
}
.single-testimonial-single-item--no-thumb
  .single-testimonial-single-item__content--dark
  .text {
  color: #333;
} /*=====  End of 18. Testimonial  ======*/ /*=============================================
=            19. Brands            =
=============================================*/ /*=====  End of 19. Brands  ======*/ /*=============================================
=            20. Product list            =
=============================================*/ /*----------  tab product style  ----------*/
.tab-product-navigation .nav-tabs .nav-link.active {
  color: #333;
} /*=====  End of 20. Product list  ======*/ /*=============================================
=            21. banner            =
=============================================*/
.single-banner--hoverzoom {
  position: relative;
  overflow: hidden;
}
.single-banner--hoverzoom > a {
  display: block;
}
.single-banner--hoverzoom > a img {
  -webkit-transform: scale(1);
  transform: scale(1);
  -webkit-transition: 0.6s;
  transition: 0.6s;
  width: 100%;
}
.single-banner--hoverzoom > a:hover img {
  -webkit-transform: scale(1.1);
  transform: scale(1.1);
}
.single-banner--hoverzoom > a .banner-content {
  position: absolute;
  display: inline-block;
}
.single-banner--hoverzoom > a .banner-content--product-type {
  bottom: 30px;
  left: 30px;
}
.single-banner--hoverzoom > a .banner-content--product-type .name {
  font-size: 18px;
  line-height: 28px;
  font-weight: 400;
  color: #333333;
  display: block;
}
.single-banner--hoverzoom > a .banner-content--product-type .price {
  font-size: 14px;
  line-height: 28px;
  font-weight: 700;
  color: #333333;
}
.single-banner--hoverzoom > a .banner-content--product-type--bigtitle {
  bottom: 50px;
  left: 50px;
}
@media only screen and (max-width: 479px) {
  .single-banner--hoverzoom > a .banner-content--product-type--bigtitle {
    bottom: 20px;
    left: 20px;
  }
}
.single-banner--hoverzoom > a .banner-content--product-type--bigtitle .name {
  font-size: 34px;
  line-height: 48px;
  font-weight: 300;
  margin-bottom: 20px;
}
.single-banner--hoverzoom
  > a
  .banner-content--product-type--bigtitle
  .name
  span {
  display: block;
}
@media only screen and (max-width: 479px) {
  .single-banner--hoverzoom > a .banner-content--product-type--bigtitle .name {
    font-size: 24px;
    line-height: 34px;
    margin-bottom: 0;
  }
}
.single-banner--hoverzoom > a .banner-content--product-type--bigtitle .price {
  font-size: 14px;
  line-height: 28px;
  font-weight: 700;
  color: #777;
}
.single-banner--hoverzoom > a .banner-content--banner-type--top-right {
  top: 15%;
  width: 27%;
  right: 5%;
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .single-banner--hoverzoom > a .banner-content--banner-type--top-right {
    right: 15%;
  }
}
@media only screen and (max-width: 767px) {
  .single-banner--hoverzoom > a .banner-content--banner-type--top-right {
    right: 10%;
  }
}
@media only screen and (max-width: 575px) {
  .single-banner--hoverzoom > a .banner-content--banner-type--top-right {
    right: 15%;
  }
}
@media only screen and (max-width: 479px) {
  .single-banner--hoverzoom > a .banner-content--banner-type--top-right {
    width: 40%;
  }
}
.single-banner--hoverzoom > a .banner-content--banner-type--top-left {
  top: 15%;
  width: 30%;
  left: 10%;
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .single-banner--hoverzoom > a .banner-content--banner-type--top-left {
    width: 50%;
  }
}
@media only screen and (max-width: 767px) {
  .single-banner--hoverzoom > a .banner-content--banner-type--top-left {
    width: 50%;
  }
}
.single-banner--hoverzoom > a .banner-content--banner-type .name {
  font-weight: 400;
  font-style: normal;
  font-size: 34px;
  line-height: 48px;
  color: #333333;
  margin-bottom: 10px;
}
@media only screen and (max-width: 479px) {
  .single-banner--hoverzoom > a .banner-content--banner-type .name {
    font-size: 24px;
    line-height: 32px;
  }
}
.single-banner--hoverzoom > a .banner-content--banner-type .name span {
  display: block;
}
.single-banner--hoverzoom > a .banner-content--banner-type .lezada-button-link {
  position: relative;
  text-transform: none;
  background-color: transparent;
  border: none;
  padding: 0;
  margin-top: 10px;
  font-size: 14px;
  font-weight: 500;
  letter-spacing: 1px;
  color: #333;
  padding-bottom: 3px;
}
.single-banner--hoverzoom
  > a
  .banner-content--banner-type
  .lezada-button-link:after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 1px;
  background-color: #333;
}
.single-banner--hoverzoom
  > a
  .banner-content--banner-type
  .lezada-button-link:hover {
  color: #d3122a;
}
.single-banner--hoverzoom
  > a
  .banner-content--banner-type
  .lezada-button-link:hover:after {
  background-color: #d3122a;
}

.single-banner--hoverborder {
  position: relative;
  overflow: hidden;
}
.single-banner--hoverborder img {
  width: 100%;
  -webkit-transform: scale(1);
  transform: scale(1);
  -webkit-transition: 0.6s;
  transition: 0.6s;
}
.single-banner--hoverborder .banner-link {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 2;
}
.single-banner--hoverborder .banner-content {
  position: absolute;
  width: 100%;
  top: 50%;
  bottom: auto;
}
.single-banner--hoverborder .banner-content--middle-white {
  left: 50%;
  text-align: center;
  font-size: 37px;
  line-height: 48px;
  text-transform: uppercase;
  color: #ffffff;
  font-weight: 300;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}
@media only screen and (min-width: 1200px) and (max-width: 1499px) {
  .single-banner--hoverborder .banner-content--middle-white {
    font-size: 25px;
    line-height: 35px;
  }
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .single-banner--hoverborder .banner-content--middle-white {
    font-size: 25px;
    line-height: 35px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .single-banner--hoverborder .banner-content--middle-white {
    font-size: 20px;
    line-height: 30px;
  }
}
@media only screen and (max-width: 767px) {
  .single-banner--hoverborder .banner-content--middle-white {
    font-size: 25px;
    line-height: 35px;
  }
}
@media only screen and (max-width: 479px) {
  .single-banner--hoverborder .banner-content--middle-white {
    font-size: 15px;
    line-height: 25px;
  }
}
.single-banner--hoverborder .banner-content--middle-dark {
  color: #333;
}
.single-banner--hoverborder .banner-content--black-left {
  text-align: left;
  left: 80px;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  pointer-events: none;
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .single-banner--hoverborder .banner-content--black-left {
    left: 30px;
  }
}
@media only screen and (max-width: 479px) {
  .single-banner--hoverborder .banner-content--black-left {
    left: 30px;
  }
}
.single-banner--hoverborder .banner-content span.bold-white {
  font-weight: 600;
  padding-right: 10px;
}
.single-banner--hoverborder .banner-content span.big-text {
  font-size: 37px;
  line-height: 48px;
  letter-spacing: 5px;
  text-transform: uppercase;
  color: #333333;
  font-weight: 500;
}
@media only screen and (min-width: 1200px) and (max-width: 1499px) {
  .single-banner--hoverborder .banner-content span.big-text {
    font-size: 25px;
    line-height: 35px;
  }
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .single-banner--hoverborder .banner-content span.big-text {
    font-size: 25px;
    line-height: 35px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .single-banner--hoverborder .banner-content span.big-text {
    font-size: 20px;
    line-height: 30px;
  }
}
@media only screen and (max-width: 767px) {
  .single-banner--hoverborder .banner-content span.big-text {
    font-size: 25px;
    line-height: 35px;
  }
}
@media only screen and (max-width: 479px) {
  .single-banner--hoverborder .banner-content span.big-text {
    font-size: 15px;
    line-height: 25px;
  }
}
.single-banner--hoverborder .banner-content span.small-text {
  font-size: 14px;
  line-height: 22px;
  color: #777;
}
.single-banner--hoverborder:after {
  display: block;
  position: absolute;
  content: "";
  top: 20px;
  left: 20px;
  width: calc(100% - 40px);
  height: calc(100% - 40px);
  background-color: transparent;
  border: 1px solid #ffffff;
  opacity: 0;
  visibility: hidden;
  -webkit-transition: 0.6s;
  transition: 0.6s;
}
.single-banner--hoverborder:hover:after {
  visibility: visible;
  opacity: 1;
}
.single-banner--hoverborder:hover img {
  -webkit-transform: scale(1.1);
  transform: scale(1.1);
}
.single-banner--hoverborder .banner-link {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 2;
} /*----------  ad section   ----------*/ /*----------  product side banner  ----------*/
.product-side-banner {
  position: sticky;
  top: 0;
}
.product-side-banner:hover img {
  -webkit-filter: grayscale(100%);
  filter: grayscale(100%);
}
.single-image-text-banner__content .text {
  font-size: 30px;
  line-height: 1.2;
  color: #333;
  font-family: "Spectral", serif;
  font-weight: 400;
  margin-bottom: 30px;
}
@media only screen and (min-width: 992px) and (max-width: 1199px),
  only screen and (max-width: 479px) {
  .single-image-text-banner__content .text {
    font-size: 20px;
  }
} /*=====  End of 21. banner  ======*/ /*=============================================
=            22. filter product            =
=============================================*/ /*----------  filter title  ----------*/
.filter-title .product-filter-menu li {
  display: inline-block;
  font-size: 48px;
  line-height: 64px;
  color: #ccc;
  cursor: pointer;
  -webkit-transition: 0.6s;
  transition: 0.6s;
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .filter-title .product-filter-menu li {
    font-size: 40px;
    line-height: 50px;
  }
}
@media only screen and (max-width: 767px) {
  .filter-title .product-filter-menu li {
    font-size: 30px;
    line-height: 40px;
  }
}
.filter-title .product-filter-menu li:hover {
  color: #333;
}
.filter-title .product-filter-menu li .filter-separator {
  color: #ccc;
  margin: 0 30px;
}
@media only screen and (max-width: 767px) {
  .filter-title .product-filter-menu li .filter-separator {
    margin: 0 15px;
  }
}
.filter-title .product-filter-menu li.active {
  color: #333;
}
.filter-title--type-two .product-filter-menu li {
  font-size: 14px;
  line-height: 24px;
  font-weight: 400;
  text-transform: uppercase;
  letter-spacing: 1px;
  padding: 0 20px;
}
.filter-title--type-two .product-filter-menu li:first-child {
  padding-left: 0;
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .filter-title--type-two .product-filter-menu li {
    padding: 0 15px;
  }
}
@media only screen and (max-width: 767px) {
  .filter-title--type-two .product-filter-menu li {
    padding: 0 5px;
  }
} /*=====  End of 22. filter product  ======*/ /*=============================================
=            23. fashion home           =
=============================================*/ /*----------  fashion home intro  ----------*/
.fashion-home-intro {
  position: relative;
}
.fashion-home-intro p.label {
  font-size: 14px;
  line-height: 24px;
  color: #333;
  font-weight: 500;
  margin-bottom: 10px;
}
.fashion-home-intro p.description {
  margin-bottom: 30px;
  max-width: 350px;
}
.fashion-home-intro p.shadow-text {
  position: absolute;
  right: 0;
  top: 50%;
  -webkit-transform: translateY(-50%) rotate(90deg);
  transform: translateY(-50%) rotate(90deg);
  font-size: 77px;
  line-height: 84px;
  color: #333;
  font-weight: 700;
  opacity: 0.1;
}
@media only screen and (max-width: 575px) {
  .fashion-home-intro p.shadow-text {
    display: none;
  }
}
.fashion-home-intro h2.title {
  font-size: 48px;
  line-height: 72px;
  color: #333;
  margin-bottom: 20px;
}
@media only screen and (max-width: 479px) {
  .fashion-home-intro h2.title {
    font-size: 38px;
    line-height: 65px;
  }
}
.fashion-home-intro a.lezada-shop-link {
  font-size: 14px;
  line-height: 18px;
  color: #333;
  font-weight: 500;
  letter-spacing: 1px;
  text-transform: uppercase;
  border-bottom: 1px solid #d6d6d6;
}
.fashion-home-intro a.lezada-shop-link:hover {
  border-color: #333;
} /*----------  product size  ----------*/ /*=====  End of 23. fashion home    ======*/ /*=============================================
=            24. cosmetics home            =
=============================================*/ /*----------  cosmetics home intro  ----------*/
.cosmetics-home-intro p.label {
  font-size: 14px;
  line-height: 24px;
  color: #333;
  font-weight: 500;
  margin-bottom: 10px;
}
.cosmetics-home-intro p.description {
  margin-bottom: 30px;
  max-width: 500px;
}
.cosmetics-home-intro p.shadow-text {
  position: absolute;
  right: 0;
  top: 50%;
  -webkit-transform: translateY(-50%) rotate(90deg);
  transform: translateY(-50%) rotate(90deg);
  font-size: 77px;
  line-height: 84px;
  color: #333;
  font-weight: 700;
  opacity: 0.1;
}
@media only screen and (max-width: 575px) {
  .cosmetics-home-intro p.shadow-text {
    display: none;
  }
}
.cosmetics-home-intro h2.title {
  font-size: 48px;
  line-height: 72px;
  color: #333;
  margin-bottom: 20px;
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .cosmetics-home-intro h2.title {
    font-size: 38px;
    line-height: 65px;
  }
}
@media only screen and (max-width: 479px) {
  .cosmetics-home-intro h2.title {
    font-size: 32px;
    line-height: 55px;
  }
} /*=====  End of 24. cosmetics home  ======*/ /*=============================================
=            25. Shop             =
=============================================*/ /*----------  shop page header  ----------*/
.single-icon {
  margin-left: 30px;
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .single-icon {
    margin-left: 0;
  }
}
@media only screen and (max-width: 767px) {
  .single-icon {
    margin-left: 0;
  }
} /*----------  filter icons  ----------*/ /*----------  filter dropdown  ----------*/ /*----------  grid icons  ----------*/
.grid-icons a.active {
  color: #333;
} /*----------  advance filter icon  ----------*/
.advance-filter-icon a.active {
  color: #333;
}
.advance-filter-icon a.active:after {
  width: 100%;
  right: auto;
  left: 0;
} /*----------  shop advance filter area  ----------*/ /*----------  single filter widget  ----------*/
.single-filter-widget--list li a.active {
  color: #333;
}
.single-filter-widget--list--color li a.active span {
  -webkit-box-shadow:
    0 0 0 2px #ffffff,
    0 0 0 3px rgba(0, 0, 0, 0.3);
  box-shadow:
    0 0 0 2px #ffffff,
    0 0 0 3px rgba(0, 0, 0, 0.3);
} /*----------  search widget   ----------*/ /*----------  single sidebar widget  ----------*/
.single-sidebar-widget--list li a.active {
  color: #333;
} /*----------  sidebar widget product  ----------*/ /*----------  tag style  ----------*/ /*----------  price filter  ----------*/ /*----------  grid change  ----------*/
.shop-product-wrap.list .single-product {
  display: none;
} /*=====  End of 25. Shop   ======*/ /*=============================================
=            26. Shop product            =
=============================================*/
.shop-product__description {
  position: relative;
}
.shop-product__navigation {
  position: absolute;
  top: 0;
  right: 0;
}
@media only screen and (max-width: 479px) {
  .shop-product__navigation {
    display: none;
  }
}
.shop-product__navigation a {
  font-size: 34px;
  color: #ababab;
  margin-right: 10px;
}
.shop-product__navigation a:last-child {
  margin-right: 0;
}
.shop-product__navigation a:hover {
  color: #333;
}
.shop-product__rating .product-rating i.active {
  color: #f5cc26;
}
.shop-product__short-desc {
  font-size: 15px;
  line-height: 24px;
}
.shop-product__buttons .lezada-compare-button {
  font-size: 0;
  display: inline-block;
  height: 44px;
  width: 44px;
  line-height: 40px;
  text-align: center;
  border: 1px solid #d8d8d8;
}
.shop-product__buttons .lezada-compare-button i {
  font-size: 20px;
  color: #ababab;
  line-height: 40px;
}
.shop-product__buttons .lezada-compare-button:hover {
  background-color: #333;
  border-color: #333;
}
.shop-product__buttons .lezada-compare-button:hover i {
  color: #fff;
}
.shop-product__block__value .shop-product-size-list .single-size.active {
  color: #333;
}
.shop-product .lezada-form--review .rating-title {
  font-size: 14px;
  line-height: 25px;
  letter-spacing: 1px;
  text-transform: uppercase;
  font-weight: 500;
  color: #333;
}
.shop-product .lezada-form--review .product-rating i {
  cursor: pointer;
}
.shop-product .shop-product__big-image-gallery-wrapper {
  position: relative;
  cursor: crosshair;
}
.shop-product
  .shop-product__big-image-gallery-wrapper
  .single-product__floating-badges--shop-product {
  position: absolute;
  top: 20px;
  left: 20px;
}
.shop-product
  .shop-product__big-image-gallery-wrapper
  .shop-product-rightside-icons {
  position: absolute;
  top: 20px;
  right: 20px;
  z-index: 3;
}
.shop-product
  .shop-product__big-image-gallery-wrapper
  .shop-product-rightside-icons
  span {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  color: #7e7e7e;
}
.shop-product
  .shop-product__big-image-gallery-wrapper
  .shop-product-rightside-icons
  span
  a:hover {
  color: #333;
}
.shop-product
  .shop-product__big-image-gallery-wrapper
  .shop-product-rightside-icons
  .wishlist-icon {
  font-size: 30px;
  margin-bottom: 20px;
}
.shop-product
  .shop-product__big-image-gallery-wrapper
  .shop-product-rightside-icons
  .enlarge-icon {
  font-size: 30px;
}
.shop-product__variation-image .single-image {
  position: relative;
  -ms-flex-preferred-size: 25%;
  flex-basis: 25%;
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .shop-product__variation-image .single-image {
    -ms-flex-preferred-size: 50%;
    flex-basis: 50%;
  }
}
@media only screen and (max-width: 767px) {
  .shop-product__variation-image .single-image {
    -ms-flex-preferred-size: 50%;
    flex-basis: 50%;
  }
}
@media only screen and (max-width: 479px) {
  .shop-product__variation-image .single-image {
    -ms-flex-preferred-size: 100%;
    flex-basis: 100%;
  }
}
.shop-product__variation-image .single-image:before {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: #000;
  content: "";
  visibility: hideen;
  opacity: 0;
  -webkit-transition: 0.6s;
  transition: 0.6s;
}
.shop-product__variation-image .single-image:after {
  content: "";
  height: 1px;
  width: 0;
  position: absolute;
  left: 22%;
  top: 50%;
  background-color: #ffffff;
  -webkit-transition-duration: 0.5s;
  transition-duration: 0.5s;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}
.shop-product__variation-image .single-image .image-meta {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-55%, -50%);
  transform: translate(-55%, -50%);
  font-size: 12px;
  font-weight: 600;
  text-transform: uppercase;
  color: #ffffff;
  visibility: hidden;
  opacity: 0;
  width: 100%;
  text-align: center;
}
.shop-product__variation-image .single-image:hover:before {
  visibility: visible;
  opacity: 0.5;
}
.shop-product__variation-image .single-image:hover:after {
  width: 30px;
}
.shop-product__variation-image .single-image:hover .image-meta {
  visibility: visible;
  opacity: 1;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
} /*----------  single review  ----------*/
.single-review__content .date {
  font-size: 14px;
  line-height: 22px;
  color: #777;
  font-weight: 400;
  padding-left: 20px;
} /*=====  End of 26. Shop product  ======*/ /*=============================================
=            27. order tracking            =
=============================================*/ /*=====  End of 27. order tracking  ======*/ /*=============================================
=            28. My account            =
=============================================*/
.myaccount-tab-menu a:hover,
.myaccount-tab-menu a.active {
  background-color: #333;
  border-color: #333;
  color: #ffffff;
} /*=====  End of 28. My account  ======*/ /*=============================================
=            29. Cart and wishlist            =
=============================================*/ /*=====  End of 29. Cart and wishlist  ======*/ /*=============================================
=            30. Checkout            =
=============================================*/ /*-- Checkout Title --*/ /*-- Checkout Form --*/ /*-- Shipping Form --*/ /*-- Checkout Cart Total --*/ /*-- Checkout Payment Method --*/ /*-- Single Payment Method --*/ /*-- Place Order --*/ /*=====  End of 30. Checkout  ======*/ /*=============================================
=            31. 404 page            =
=============================================*/ /*=====  End of 31. 404 page  ======*/ /*=============================================
=            32. Coming soon            =
=============================================*/ /*=====  End of 33. Coming soon  ======*/ /*=============================================
=            33. FAQ            =
=============================================*/ /*=====  End of 33. FAQ  ======*/ /*=============================================
=            34. Call to action             =
=============================================*/ /*=====  End of 34. Call to action   ======*/ /*=============================================
=            35. contact us            =
=============================================*/ /*=====  End of 35. contact us  ======*/ /*=============================================
=            36. Icon box            =
=============================================*/ /*----------  single icon box  ----------*/
.single-icon-box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
.single-icon-box--feature-icon .icon-box-icon {
  color: #cccccc;
  font-size: 30px;
}
.single-icon-box--feature-icon .icon-box-content .title {
  color: #222222;
  font-size: 16px;
  font-weight: 500;
  letter-spacing: 1px;
  line-height: 1.5;
}
.single-icon-box--feature-icon .icon-box-content .content {
  color: #878787;
  font-size: 15px;
  line-height: 1.6;
  margin-top: 15px;
}
.single-icon-box--grey-center-iconbox .icon-box-icon {
  color: #cccccc;
  font-size: 56px;
  margin-bottom: 30px;
}
.single-icon-box--grey-center-iconbox .icon-box-content {
  padding-left: 0;
}
.single-icon-box--grey-center-iconbox .icon-box-content h3 {
  font-weight: 500;
  letter-spacing: 1px;
  line-height: 1.5;
  color: #222222;
  font-size: 16px;
}
.single-icon-box--grey-center-iconbox .icon-box-content p {
  color: #878787;
  font-size: 15px;
  line-height: 1.6;
  margin-top: 15px;
}
.single-icon-box--color-center-iconbox .icon-box-icon {
  color: #cccccc;
  font-size: 56px;
  margin-bottom: 30px;
}
.single-icon-box--color-center-iconbox .icon-box-content {
  padding-left: 0;
}
.single-icon-box--color-center-iconbox .icon-box-content h3 {
  font-weight: 500;
  letter-spacing: 1px;
  line-height: 1.5;
  color: #222222;
  font-size: 16px;
}
.single-icon-box--color-center-iconbox .icon-box-content p {
  color: #878787;
  font-size: 15px;
  line-height: 1.6;
  margin-top: 15px;
}
.single-icon-box--color-center-iconbox--green .icon-box-icon {
  color: #a3d39c;
}
.single-icon-box--color-center-iconbox--yellow .icon-box-icon {
  color: #ddb759;
}
.single-icon-box--color-center-iconbox--blue .icon-box-icon {
  color: #7eb7e6;
}
.icon-box-icon {
  font-size: 32px;
  color: #d8d8d8;
}
.icon-box-content {
  padding-left: 20px;
}
.icon-box-content .title {
  color: #333333;
  font-size: 14px;
  line-height: 21px;
  letter-spacing: 1px;
  font-weight: 500;
  margin-bottom: 10px;
}
.icon-box-content .content {
  font-size: 15px;
  line-height: 24px;
  color: #878787;
}
.icon-box-content .content span {
  display: block;
} /*=====  End of 36. Icon box  ======*/ /*=============================================
=            37. Google map            =
=============================================*/ /*=====  End of 37. Google map  ======*/ /*=============================================
=            38. Team            =
=============================================*/ /*=====  End of 38. Team  ======*/ /*=============================================
=            39. Newsletter            =
=============================================*/
.mc-newsletter-content .icon i {
  color: #ffffff;
  font-size: 70px;
}
.mc-newsletter-content .title h3 {
  color: #ffffff;
  font-size: 40px;
  font-weight: 500;
  letter-spacing: 1px;
  line-height: 1.5;
}
@media only screen and (max-width: 479px) {
  .mc-newsletter-content .title h3 {
    font-size: 30px;
  }
}
.mc-newsletter-content .title p {
  line-height: 1.6;
  margin-top: 15px;
  color: #ffffff;
  font-size: 15px;
}
@media only screen and (max-width: 479px) {
  .mc-newsletter-content .title p {
    font-size: 13px;
  }
}
.mc-newsletter-content--big-icon .icon i {
  color: rgba(34, 34, 34, 0.1);
  font-size: 150px;
}
.mc-newsletter-content--big-icon .title h3 {
  color: #222222;
  font-size: 40px;
}
.mc-newsletter-content--big-icon .title p {
  color: #999999;
  font-size: 15px;
}
.mc-newsletter-content--fullwidth .icon i {
  color: #ffffff;
  font-size: 35px;
} /*----------  subscription form   ----------*/ /*----------  newsletter popup style  ----------*/ /*=====  End of 39. Newsletter  ======*/ /*=============================================
=            40. Footer             =
=============================================*/
.footer-container.footer-one {
  background-color: #f8f8f8;
}
.footer-container.footer-one.dark-bg {
  background-color: #191717;
}
.footer-container.footer-one.dark-bg * {
  color: #ffffff !important;
}
.footer-container.footer-one.dark-bg
  .subscription-form
  ::-webkit-input-placeholder {
  /* Chrome, Firefox, Opera, Safari 10.1+ */
  color: #fff;
  opacity: 1; /* Firefox */
}
.footer-container.footer-one.dark-bg .subscription-form ::-moz-placeholder {
  /* Chrome, Firefox, Opera, Safari 10.1+ */
  color: #fff;
  opacity: 1; /* Firefox */
}
.footer-container.footer-one.dark-bg .subscription-form :-ms-input-placeholder {
  /* Chrome, Firefox, Opera, Safari 10.1+ */
  color: #fff;
  opacity: 1; /* Firefox */
}
.footer-container.footer-one.dark-bg
  .subscription-form
  ::-ms-input-placeholder {
  /* Chrome, Firefox, Opera, Safari 10.1+ */
  color: #fff;
  opacity: 1; /* Firefox */
}
.footer-container.footer-one.dark-bg .subscription-form ::placeholder {
  /* Chrome, Firefox, Opera, Safari 10.1+ */
  color: #fff;
  opacity: 1; /* Firefox */
}
.footer-container.footer-one.dark-bg .subscription-form :-ms-input-placeholder {
  /* Internet Explorer 10-11 */
  color: #fff;
}
.footer-container.footer-one.dark-bg
  .subscription-form
  ::-ms-input-placeholder {
  /* Microsoft Edge */
  color: #fff;
}
.footer-container.footer-one.dark-bg .subscription-form input:focus {
  border-bottom-color: #fff;
}
.footer-container.footer-one.blue-bg {
  background-color: #404969;
}
.footer-container.footer-one.blue-bg * {
  color: #ffffff !important;
}
.footer-container.footer-one.blue-bg
  .subscription-form
  ::-webkit-input-placeholder {
  /* Chrome, Firefox, Opera, Safari 10.1+ */
  color: #fff;
  opacity: 1; /* Firefox */
}
.footer-container.footer-one.blue-bg .subscription-form ::-moz-placeholder {
  /* Chrome, Firefox, Opera, Safari 10.1+ */
  color: #fff;
  opacity: 1; /* Firefox */
}
.footer-container.footer-one.blue-bg .subscription-form :-ms-input-placeholder {
  /* Chrome, Firefox, Opera, Safari 10.1+ */
  color: #fff;
  opacity: 1; /* Firefox */
}
.footer-container.footer-one.blue-bg
  .subscription-form
  ::-ms-input-placeholder {
  /* Chrome, Firefox, Opera, Safari 10.1+ */
  color: #fff;
  opacity: 1; /* Firefox */
}
.footer-container.footer-one.blue-bg .subscription-form ::placeholder {
  /* Chrome, Firefox, Opera, Safari 10.1+ */
  color: #fff;
  opacity: 1; /* Firefox */
}
.footer-container.footer-one.blue-bg .subscription-form :-ms-input-placeholder {
  /* Internet Explorer 10-11 */
  color: #fff;
}
.footer-container.footer-one.blue-bg
  .subscription-form
  ::-ms-input-placeholder {
  /* Microsoft Edge */
  color: #fff;
}
.footer-container.footer-one.blue-bg .subscription-form input:focus {
  border-bottom-color: #fff;
}
.footer-container.footer-one .col {
  -ms-flex-preferred-size: 17.5%;
  flex-basis: 17.5%;
  margin-bottom: 50px;
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .footer-container.footer-one .col:first-child {
    -ms-flex-preferred-size: 33.33%;
    flex-basis: 33.33%;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .footer-container.footer-one .col:first-child {
    -ms-flex-preferred-size: 33.33%;
    flex-basis: 33.33%;
  }
}
@media only screen and (max-width: 767px) {
  .footer-container.footer-one .col:first-child {
    -ms-flex-preferred-size: 50%;
    flex-basis: 50%;
  }
}
@media only screen and (max-width: 479px) {
  .footer-container.footer-one .col:first-child {
    -ms-flex-preferred-size: 100%;
    flex-basis: 100%;
  }
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .footer-container.footer-one .col:nth-child(2) {
    -ms-flex-preferred-size: 33.33%;
    flex-basis: 33.33%;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .footer-container.footer-one .col:nth-child(2) {
    -ms-flex-preferred-size: 33.33%;
    flex-basis: 33.33%;
  }
}
@media only screen and (max-width: 767px) {
  .footer-container.footer-one .col:nth-child(2) {
    -ms-flex-preferred-size: 50%;
    flex-basis: 50%;
  }
}
@media only screen and (max-width: 479px) {
  .footer-container.footer-one .col:nth-child(2) {
    -ms-flex-preferred-size: 100%;
    flex-basis: 100%;
  }
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .footer-container.footer-one .col:nth-child(3) {
    -ms-flex-preferred-size: 33.33%;
    flex-basis: 33.33%;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .footer-container.footer-one .col:nth-child(3) {
    -ms-flex-preferred-size: 33.33%;
    flex-basis: 33.33%;
  }
}
@media only screen and (max-width: 767px) {
  .footer-container.footer-one .col:nth-child(3) {
    -ms-flex-preferred-size: 50%;
    flex-basis: 50%;
  }
}
@media only screen and (max-width: 479px) {
  .footer-container.footer-one .col:nth-child(3) {
    -ms-flex-preferred-size: 100%;
    flex-basis: 100%;
  }
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .footer-container.footer-one .col:nth-child(4) {
    -ms-flex-preferred-size: 33.33%;
    flex-basis: 33.33%;
    -webkit-box-flex: 0;
    -ms-flex-positive: 0;
    flex-grow: 0;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .footer-container.footer-one .col:nth-child(4) {
    -ms-flex-preferred-size: 33.33%;
    flex-basis: 33.33%;
    -webkit-box-flex: 0;
    -ms-flex-positive: 0;
    flex-grow: 0;
  }
}
@media only screen and (max-width: 767px) {
  .footer-container.footer-one .col:nth-child(4) {
    -ms-flex-preferred-size: 50%;
    flex-basis: 50%;
  }
}
@media only screen and (max-width: 479px) {
  .footer-container.footer-one .col:nth-child(4) {
    -ms-flex-preferred-size: 100%;
    flex-basis: 100%;
  }
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .footer-container.footer-one .col:last-child {
    max-width: 50%;
    -ms-flex-preferred-size: 100%;
    flex-basis: 100%;
    -webkit-box-flex: 0;
    -ms-flex-positive: 0;
    flex-grow: 0;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .footer-container.footer-one .col:last-child {
    max-width: 60%;
    -ms-flex-preferred-size: 100%;
    flex-basis: 100%;
    -webkit-box-flex: 0;
    -ms-flex-positive: 0;
    flex-grow: 0;
  }
}
@media only screen and (max-width: 767px) {
  .footer-container.footer-one .col:last-child {
    max-width: 100%;
    -ms-flex-preferred-size: 100%;
    flex-basis: 100%;
    -webkit-box-flex: 0;
    -ms-flex-positive: 0;
    flex-grow: 0;
  }
}
@media only screen and (max-width: 479px) {
  .footer-container.footer-one .col:last-child {
    max-width: 100%;
    -ms-flex-preferred-size: 100%;
    flex-basis: 100%;
  }
}
.footer-container.footer-two {
  background-color: #f8f8f8;
}
.footer-container.footer-two .col {
  margin-bottom: 50px;
  -ms-flex-preferred-size: 13.33%;
  flex-basis: 13.33%;
}
.footer-container.footer-two .col:first-child {
  max-width: 30%;
  -ms-flex-preferred-size: 100%;
  flex-basis: 100%;
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .footer-container.footer-two .col:first-child {
    max-width: 50%;
    -ms-flex-preferred-size: 100%;
    flex-basis: 100%;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .footer-container.footer-two .col:first-child {
    max-width: 50%;
    -ms-flex-preferred-size: 100%;
    flex-basis: 100%;
  }
}
@media only screen and (max-width: 767px) {
  .footer-container.footer-two .col:first-child {
    max-width: 50%;
    -ms-flex-preferred-size: 100%;
    flex-basis: 100%;
  }
}
@media only screen and (max-width: 479px) {
  .footer-container.footer-two .col:first-child {
    max-width: 100%;
    -ms-flex-preferred-size: 100%;
    flex-basis: 100%;
  }
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .footer-container.footer-two .col:nth-child(2) {
    -ms-flex-preferred-size: 25%;
    flex-basis: 25%;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .footer-container.footer-two .col:nth-child(2) {
    -ms-flex-preferred-size: 25%;
    flex-basis: 25%;
  }
}
@media only screen and (max-width: 767px) {
  .footer-container.footer-two .col:nth-child(2) {
    -ms-flex-preferred-size: 50%;
    flex-basis: 50%;
  }
}
@media only screen and (max-width: 479px) {
  .footer-container.footer-two .col:nth-child(2) {
    -ms-flex-preferred-size: 100%;
    flex-basis: 100%;
  }
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .footer-container.footer-two .col:nth-child(3) {
    -ms-flex-preferred-size: 25%;
    flex-basis: 25%;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .footer-container.footer-two .col:nth-child(3) {
    -ms-flex-preferred-size: 25%;
    flex-basis: 25%;
  }
}
@media only screen and (max-width: 767px) {
  .footer-container.footer-two .col:nth-child(3) {
    -ms-flex-preferred-size: 50%;
    flex-basis: 50%;
  }
}
@media only screen and (max-width: 479px) {
  .footer-container.footer-two .col:nth-child(3) {
    -ms-flex-preferred-size: 100%;
    flex-basis: 100%;
  }
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .footer-container.footer-two .col:nth-child(4) {
    -ms-flex-preferred-size: 25%;
    flex-basis: 25%;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .footer-container.footer-two .col:nth-child(4) {
    -ms-flex-preferred-size: 25%;
    flex-basis: 25%;
  }
}
@media only screen and (max-width: 767px) {
  .footer-container.footer-two .col:nth-child(4) {
    -ms-flex-preferred-size: 50%;
    flex-basis: 50%;
  }
}
@media only screen and (max-width: 479px) {
  .footer-container.footer-two .col:nth-child(4) {
    -ms-flex-preferred-size: 100%;
    flex-basis: 100%;
  }
}
.footer-container.footer-two .col:last-child {
  max-width: 30%;
  -ms-flex-preferred-size: 100%;
  flex-basis: 100%;
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .footer-container.footer-two .col:last-child {
    max-width: 50%;
    -ms-flex-preferred-size: 100%;
    flex-basis: 100%;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .footer-container.footer-two .col:last-child {
    max-width: 50%;
    -ms-flex-preferred-size: 100%;
    flex-basis: 100%;
  }
}
@media only screen and (max-width: 767px) {
  .footer-container.footer-two .col:last-child {
    max-width: 100%;
    -ms-flex-preferred-size: 100%;
    flex-basis: 100%;
  }
}
@media only screen and (max-width: 479px) {
  .footer-container.footer-two .col:last-child {
    max-width: 100%;
    -ms-flex-preferred-size: 100%;
    flex-basis: 100%;
  }
} /*----------  footer three and four  ----------*/ /*----------  footer single widget  ----------*/
.footer-single-widget .widget-title {
  font-size: 14px;
  font-weight: 600;
  color: #333;
  margin-bottom: 30px;
}
.footer-single-widget .logo {
  margin-bottom: 35px;
}
.footer-single-widget .copyright-text p {
  font-size: 15px;
  line-height: 30px;
  color: #777777;
}
.footer-single-widget .copyright-text p span {
  display: block;
}
.footer-single-widget p.footer-email {
  color: #696969;
  margin-bottom: 30px;
}
.footer-single-widget p.footer-phone {
  font-size: 30px;
  line-height: 40px;
  font-weight: 500;
  color: #333;
  margin-bottom: 75px;
} /*----------  footer navigation style  ----------*/
.footer-nav-container nav ul li {
  padding: 10px 0;
}
.footer-nav-container nav ul li a {
  font-size: 15px;
  line-height: 20px;
  color: #999999;
  position: relative;
}
.footer-nav-container nav ul li a:hover {
  color: #333;
}
.footer-nav-container nav ul li a:hover:after {
  visibility: visible;
  opacity: 1;
}
.footer-nav-container nav ul li a:after {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 1px;
  background-color: #d1d1d1;
  visibility: hidden;
  opacity: 0;
  content: "";
}
.footer-nav-container nav ul li:first-child {
  padding-top: 0;
}
.footer-nav-container nav ul li:last-child {
  padding-bottom: 0;
} /*----------  footer social link style  ----------*/
.footer-social-links ul li {
  position: relative;
}
.footer-social-links ul li a {
  padding-left: 30px;
  display: inline-block;
}
.footer-social-links ul li a:hover {
  color: #333;
}
.footer-social-links ul li a:hover:after {
  visibility: hidden !important;
  opacity: 0 !important;
}
.footer-social-links ul li a i {
  position: absolute;
  left: 0;
  color: #333;
} /*----------  footer social icons  ----------*/ /*----------  footer subscription widget  ----------*/ /*----------  footer top  ----------*/
.footer-top-single-widget .content {
  margin-bottom: 35px;
}
.footer-top-single-widget .content p {
  margin-bottom: 0;
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .footer-top-single-widget:last-child .content {
    margin-bottom: 0;
  }
}
@media only screen and (max-width: 767px) {
  .footer-top-single-widget:last-child .content {
    margin-bottom: 0;
  }
} /*=====  End of 40. Footer   ======*/ /*=============================================
=            41. compare           =
=============================================*/ /*=====  End of 41. compare  ======*/


/* =============================================
   Banner Distillerie des Alpes
   Sans RevSlider – animations CSS natives
============================================= */

/* ---- Keyframes ---- */
@keyframes bannerFadeSlideRight {
  from {
    opacity: 0;
    transform: translateX(50px);
  }
  to {
    opacity: 1;
    transform: translateX(0);
  }
}

@keyframes bannerFadeSlideUp {
  from {
    opacity: 0;
    transform: translateY(50px);
  }
  to {
    opacity: 1;
    transform: translateY(0);
  }
}

@keyframes bannerFadeSlideDown {
  from {
    opacity: 0;
    transform: translateY(-50px);
  }
  to {
    opacity: 1;
    transform: translateY(0);
  }
}

@keyframes bannerScaleIn {
  from {
    opacity: 0;
    transform: scale(0.9);
  }
  to {
    opacity: 1;
    transform: scale(1);
  }
}

/* ---- Conteneur principal ---- */
.distillerie-banner {
  background: transparent;
  width: 100%;
  padding: 0px 0 60px 0;
  overflow: hidden;
}

.distillerie-banner__inner {
  position: relative;
  width: 100%;
  height: 640px;
  background-color: transparent;
  overflow: hidden;
  display: flex;
  align-items: center;
}

/* ---- Overlay fond Alpes ---- */
.distillerie-banner__bg-overlay {
  position: absolute;
  top: 49px;
  right: 0;
  width: 65%;
  height: 540px;
  background-image: url("../img/alpes.jpg");
  background-size: cover;
  background-position: center;
  opacity: 0.15;
  filter: sepia(1);
  z-index: 1;
}

/* ---- Image portrait / produit ---- */
.distillerie-banner__visual {
  position: absolute;
  right: 010%;
  top: 30%;
  max-width: 60%;
  z-index: 3;
  animation: bannerScaleIn 2.2s ease-out 0.6s both;
}

.distillerie-banner__img {
  height: auto;
  width: auto;
  max-width: 800px;
  object-fit: contain;
  display: block;
}

/* ---- Grand texte décoratif "1883" ---- */
.distillerie-banner__deco-year {
  position: absolute;
  left: 20%;
  top: -15px;
  transform: translateY(-55%);
  font-size: clamp(100px, 14vw, 200px);
  line-height: 1;
  font-weight: 600;
  color: #ffffff;
  letter-spacing: 0;
  z-index: 2;
  pointer-events: none;
  white-space: nowrap;

  animation: bannerFadeSlideRight 2s ease-out 0.4s both;
}

/* ---- Cercle décoratif "DEPUIS / 1883" ---- */
.distillerie-banner__badge {
  position: absolute;
  right: 240px;
  top: 50%;
  transform: translateY(-10%);
  width: 100px;
  height: 100px;
  background-color: #333333;
  border-radius: 50%;
  z-index: 4;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 2px;

  animation: bannerScaleIn 1s ease-out 0.8s both;
}

.distillerie-banner__badge-since {
  font-size: 13px;
  font-weight: 400;
  color: #ffffff;
  letter-spacing: 1px;
  font-family: "Work Sans", sans-serif;
  line-height: 1.2;
}

.distillerie-banner__badge-year {
  font-size: 16px;
  font-weight: 700;
  color: #ffffff;
  letter-spacing: 1px;
  font-family: "Work Sans", sans-serif;
  line-height: 1.2;
}

/* ---- Bloc texte principal ---- */
.distillerie-banner__content {
  position: relative;
  z-index: 5;
  padding-left: clamp(24px, 8vw, 280px);
  max-width: 560px;
}

.distillerie-banner__label {
  font-size: 14px;
  font-weight: 500;
  color: #333333;
  letter-spacing: 2px;
  margin-bottom: 12px;
  text-transform: uppercase;

  animation: bannerFadeSlideUp 1.3s ease-out 0.65s both;
}

.distillerie-banner__title {
  font-size: clamp(28px, 3.5vw, 48px);
  line-height: 1.3;
  font-weight: 400;
  color: #333333;
  margin-bottom: 16px;

  animation: bannerFadeSlideUp 1.2s ease-out 1.05s both;
}

.distillerie-banner__excerpt {
  font-size: 15px;
  line-height: 26px;
  font-weight: 400;
  color: #7e7e7e;
  letter-spacing: 0.5px;
  margin-bottom: 28px;
  animation: bannerFadeSlideUp 1.2s ease-out 1.3s both;
}

/* ---- CTA ---- */
.distillerie-banner__cta {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  padding: 12px 35px;
  border: 1px solid #333333;
  color: #333333;
  font-size: 13px;
  font-weight: 500;
  letter-spacing: 1px;
  text-transform: uppercase;
  text-decoration: none;
  transition:
    background-color 0.3s ease,
    color 0.3s ease;

  animation: bannerFadeSlideUp 1.3s ease-out 1.58s both;
}

.distillerie-banner__cta:hover {
  background-color: #333333;
  color: #ffffff;
  text-decoration: none;
}

/*=====  CSS personnalisé  ======*/

.language-switcher {
  display: flex;
  align-items: center;
  gap: 6px;
}
.lang-btn {
  display: flex;
  align-items: center;
  gap: 4px;
  opacity: 0.5;
  text-decoration: none;
}
.lang-btn.active {
  opacity: 1;
  font-weight: 600;
}
.lang-btn:hover {
  opacity: 1;
}
.lang-divider {
  color: #ccc;
}
.lang-label {
  font-size: 13px;
  color: inherit;
}
.header-social {
  gap: 15px;
}
.header-bottom-container .logo-with-offcanvas {
  padding: 20px 0;
  gap: 20px;
}

nav.site-nav > ul > li ul.mega-menu-column-4 > li:last-child .menu-image {
  position: relative;
}
.lookbook-content-wrapper {
  height: 85vh;
}
.single-category__image:before {
  content: "";
  background: #000;
  opacity: 0.5;
  display: block;
  position: absolute;
  width: 100%;
  height: 100%;
  transition: 0.4s;
  z-index: 100;
}
.single-category:hover .single-category__image:before {
  opacity: 0.8;
  background: #fff;
}
.single-category__content--three--banner .title > a,
.single-category__content--three--creativehome .title p > a {
  color: #fff;
}
.single-category__content--three--banner .title > a {
  border-color: white;
}
.single-category--three:hover .title > a,
.single-category--three:hover .title p > a {
  color: #333;
}
.single-category--three:hover .title > a {
  border-bottom: 1px solid #333;
}
.single-category--three:hover .title > a:hover {
  color: #d3122a;
  border-bottom: 1px solid #d3122a;
}
.single-category.pt-vente:hover .single-category__image:before {
  opacity: 0.2;
}

.single-category__content--three--banner {
  z-index: 1000;
}
#header {
  z-index: 100;
  position: relative;
}
#scrollDiv {
  background-color: #db1019;
  height: 5px;
  position: absolute;
  width: 0;
  bottom: -2px;
  left: 0;
}
.footer-container.footer-dark {
  background-color: #1b1a19;
}

a:hover {
  color: #d3122a;
}
.txt-story {
  font-size: 16px;
  line-height: 24px;
  max-width: 300px;
}
.footer-social-links ul li a i,
.footer-container p,
.footer-subscription-widget .footer-subscription-title,
.footer-single-widget .widget-title {
  color: #fff;
}
.footer-nav-container nav ul li a {
  color: #dadada;
}
.footer-nav-container nav ul li {
  padding: 10px 0 0;
}
.footer-single-widget .logo img {
  max-width: 85%;
}
.footer-nav-container nav ul li a:hover {
  color: #ffffff;
}
.single-banner--hoverborder:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  display: block;
  z-index: 1;
  background-color: #fff;
  opacity: 0;
  transition: all 0.3s ease;
}
.single-banner--hoverborder:hover:before {
  opacity: 0.6;
}
.single-banner--hoverborder .banner-content--black-left {
  z-index: 10;
  text-align: left;
}
.single-banner--hoverborder:after {
  border-color: #000000;
}
.single-banner--hoverborder.txt-white:before {
  background-color: #270d0d;
}
.single-banner--hoverborder.txt-white:after {
  border-color: #fff;
}
.single-banner--hoverborder.txt-white .banner-content span.small-text,
.single-banner--hoverborder.txt-white .banner-content span.big-text {
  color: #fff;
}
.img-alpes {
  opacity: 0.2 !important;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  font-family: "Fjalla One", sans-serif;
  font-weight: 400;
  font-style: normal;
}
.tp-caption.tp-resizeme,
.single-category__content--three--banner .title p a {
  font-family: "Fjalla One", sans-serif;
  font-weight: 400;
  font-style: normal;
}
nav.site-nav > ul > li > a {
  font-family: "Fjalla One", sans-serif;
  font-weight: 400;
  font-style: normal;
  font-size: 18px;
}
nav.site-nav > ul > li.menu-item-has-children > a:before {
  right: -25px;
}

.footer-single-widget .widget-title {
  font-size: 28px;
  font-weight: 400;
}

.rev-btn {
  max-width: inherit !important;
}

.single-slider-post__content h2 {
  margin-bottom: 30px;
}
hr {
  margin: 40px 0;
}
.breadcrumb-list {
  line-height: 1;
  display: inline;
  background: #e31e24;
  color: white;
  padding: 5px 1px 5px 25px;
}
.breadcrumb-list__item a {
  color: #ffffff;
}
.breadcrumb-list__item a:hover {
  color: #000;
}
.breadcrumb-list__item--active {
  color: #ffffff;
  text-transform: uppercase;
}
.breadcrumb-list__item:after {
  right: 0;
  content: "/";
  margin: 0 5px 0 10px;
  color: #ffffff;
}

.single-slider-post__content h2 a {
  transition: 0.4s;
}
.single-slider-post__content h2 a:hover {
  color: #db1019;
}
.single-slider-post__image a {
  display: block;
  overflow: hidden;
  transition: transform 0.3s ease;
}
.single-slider-post__image a:hover img {
  width: 100%;
  transform: scale(1.1);
}

/* ========================================================
    Open Street Map
======================================================== */

#osm-map {
  width: 100%;
  height: 450px;
  border: 0;
  z-index: 1;
}

/* Passe les tuiles en niveau de gris */
#osm-map .leaflet-tile-pane {
  filter: grayscale(100%) contrast(0.95) brightness(1.02);
}

/* Garde le marqueur en couleur (hors filtre) */
#osm-map .leaflet-marker-pane,
#osm-map .leaflet-popup-pane,
#osm-map .leaflet-shadow-pane {
  filter: none;
}

/* Atténue les contrôles de zoom pour rester minimaliste */
.leaflet-control-zoom a {
  background-color: #fff !important;
  color: #333 !important;
  border: 1px solid #ddd !important;
}

.leaflet-control-attribution {
  background: rgba(255, 255, 255, 0.8) !important;
  font-size: 10px !important;
}

/* ========================================================
    CSS perso
======================================================== */

.breadcrumb-list {
  position: relative;
  margin-left: 12px;
}
.breadcrumb-list__item:first-child::before {
  content: "";
  display: block;
  position: absolute;
  background-image: url(/assets/favicons/favicon.svg);
  background-size: contain;
  width: 32px;
  height: 32px;
  left: -14px;
  top: -3px;
  z-index: 100;
}
.icon-box-area.items-services .icon-box-icon {
  font-size: 60px;
  margin-bottom: 35px;
}
.center {
  margin: auto;
  width: 100%;
}
.center-img {
  margin: auto;
  width: auto;
  display: block;
  margin-bottom: 35px;
}
.lezada-slick-slider--fullscreen .lezada-single-slider {
  background-size: cover;
}
.lezada-slick-slider--fullscreen
  .slick-active
  .lezada-single-slider__content
  .subtitle,
.lezada-slick-slider--fullscreen .lezada-single-slider__content .main-title {
  color: #333333;
}
.lezada-slick-slider--fullscreen
  .lezada-single-slider__content--spectral-style
  .lezada-button {
  border-color: #333333;
  background-color: #333333;
}

.single-category__image:before {
  display: none;
}
.pt-section-cta .single-category__image:before {
  display: block;
}

.about-page-2-image {
  float: right;
}

nav.site-nav > ul > li ul.mega-menu-column-4 > li {
  flex: 0 50%;
}
nav.site-nav > ul > li ul.mega-menu-column-4 {
  max-width: 700px;
}
nav.site-nav > ul > li ul.mega-menu-column-4 > li .mega-sub-menu li a {
  color: #333333;
}
nav.site-nav .sub-title span {
  display: block;
  font-style: italic;
  color: #7e7e7e;
}
nav.site-nav > ul > li ul.mega-menu-column-4 > li a.mega-column-title {
  font-family: "Fjalla One", sans-serif;
  font-size: 21px;
}
.mega-menu-image {
  transition: opacity 0.15s ease-in-out;
  width: 100%;
  height: auto;
  object-fit: cover;
}
.mega-menu-image.is-fading {
  opacity: 0;
}

#rev_slider_15_1_wrapper {
  min-height: 100vh;
}

.tp-caption.tp-resizeme {
  font-family: "Fjalla One", sans-serif;
}

.circle-slide {
  opacity: 0.15 !important;
}
#rev_slider_15_1_wrapper .tp-loader.spinner3 {
  background-color: #f5f0e8 !important;
}

/* Dans ton CSS global */
.wow {
  visibility: hidden;
}
.hero-swiper {
  width: 100%;
  height: 80vh;
}

.swiper-slide {
  display: flex;
  align-items: center;
  height: 100%;
  overflow: hidden;
  position: relative;
}

/* Colonne gauche (texte) */
.slide-left {
  flex: 0 0 42%;
  padding: 0 0 0 8%;
  display: flex;
  flex-direction: column;
  justify-content: center;
  z-index: 2;
  text-align: center;
}
.slide-eyebrow {
  z-index: 10;
  white-space: nowrap;
  font-size: 15px;
  line-height: 33px;
  font-weight: 600;
  color: rgb(51, 51, 51);
  letter-spacing: 2px;
  text-transform: uppercase;
  margin-bottom: 20px;
}
.slide-title {
  white-space: nowrap;
  font-size: 51px;
  line-height: 66px;
  font-weight: 600;
  color: rgb(51, 51, 51);
  letter-spacing: 1px;
  text-transform: uppercase;
  margin-bottom: 28px;
  text-shadow:
    white -1px -1px 0px,
    white 1px -1px 0px,
    white -1px 1px 0px,
    white 1px 1px 0px;
}
.slide-btn {
  display: inline-block;
  padding: 11px 28px;
  background: #333333;
  font-size: 12px;
  font-weight: 600;
  letter-spacing: 1.5px;
  text-transform: uppercase;
  color: #f0ebe3;
  text-decoration: none;
  width: fit-content;
  transition: background 0.2s;
  margin: auto;
  border: 2px solid #333333;
}
.slide-btn:hover {
  background: transparent;
  color: #333333;
}

/* Colonne droite (image produit) */
.slide-right {
  flex: 1;
  position: relative;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
}
.slide-right img {
  max-height: 620px;
  width: auto;
  object-fit: contain;
  position: relative;
  z-index: 1;
}
/* Cercle décoratif slide 1 */
.slide-right.has-bg-circle span.circle {
  position: absolute;
  width: 420px;
  height: 420px;
  border-radius: 50%;
  background: rgba(200, 195, 188, 0.15);
  top: 30%;
  left: 30%;
  transform: translate(-50%, -50%);
  z-index: 0;
  overflow: hidden;
}

/* Slide 3 : photo droite plein cadre */
.slide-photo {
  position: absolute;
  right: 0;
  width: 58%;
  height: 100%;
}
.slide-photo img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
}
.slide-right .bg-slide-img {
  position: absolute;
}

/* Flèches navigation */
.swiper-button-prev,
.swiper-button-next {
  --swiper-navigation-size: 14px;
  color: #1e1c1a !important;
  opacity: 0.4;
  background: rgba(255, 255, 255, 1);
  padding: 10px;
  transition: all 0.3s;
  -webkit-transition: all 0.3s;
  width: 60px;
  height: 60px;
  box-sizing: border-box;
}
.swiper-button-prev:hover,
.swiper-button-next:hover {
  opacity: 1;
}

.swiper-pagination-progressbar {
  background: rgba(30, 28, 26, 0.1);
  height: 2px !important;
  bottom: 0 !important;
  top: auto !important;
}
.swiper-pagination-progressbar-fill {
  background: #1e1c1a !important;
  transition: transform 3000ms linear !important; /* doit matcher le delay autoplay */
}

/* Cercle décoratif slide 1 (style01) */
.slide-right.has-bg-circle span.circle {
  position: absolute;
  width: 420px;
  height: 420px;
  border-radius: 50%;
  background: rgba(200, 195, 188, 0.15);
  top: 30%;
  left: 30%;
  transform: translate(-50%, -50%);
  z-index: 0;
  overflow: hidden;
}

/*
  Avant : ce visuel était posé en ::before avec une image de fond figée
  en dur (url("../img/alpes.jpg")). Comme l'image est désormais saisie
  par le client via ACF (img_bg_slide), elle doit pouvoir changer par
  slide — un ::before ne peut pas recevoir de style inline depuis PHP.
  On le remplace donc par un vrai <span class="circle-bg"> généré dans
  le template, qui reprend exactement le même rendu visuel.
*/
.slide-right.has-bg-circle span.circle .circle-bg {
  content: "";
  display: block;
  position: absolute;
  inset: 0;
  width: 420px;
  height: 420px;
  background-size: cover;
  background-position: center;
  filter: sepia(1);
  opacity: 0.15;
}

.lezada-slick-slider--fullscreen
  .slick-active
  .lezada-single-slider__content
  .main-title {
  -webkit-animation-duration: 1.5s;
  animation-duration: 1.5s;
  -webkit-animation-delay: 0.2s;
  animation-delay: 0.2s;
  white-space: nowrap;
  font-size: 51px;
  line-height: 66px;
  font-weight: 600;
  color: rgb(51, 51, 51);
  letter-spacing: 1px;
  text-transform: uppercase;
  margin-bottom: 28px;
  text-shadow:
    white -1px -1px 0px,
    white 1px -1px 0px,
    white -1px 1px 0px,
    white 1px 1px 0px;
  font-family: "Fjalla One", sans-serif;
}

.lezada-slick-slider--fullscreen
  .slick-active
  .lezada-single-slider__content
  .subtitle {
  -webkit-animation-duration: 1s;
  animation-duration: 1s;
  -webkit-animation-delay: 0.2s;
  animation-delay: 0.2s;
  z-index: 10;
  white-space: nowrap;
  font-size: 15px;
  line-height: 33px;
  font-weight: 600;
  color: rgb(51, 51, 51);
  letter-spacing: 2px;
  text-transform: uppercase;
  margin-bottom: 20px;
  font-style: normal;
  font-family: "Fjalla One", sans-serif;
}

.single-icon-content .title {
  font-size: 25px;
  line-height: 1.3;
  font-style: italic;
  font-family: "Spectral", serif;
  font-weight: 400;
  color: #333;
  margin-bottom: 25px;
}
.single-icon-content .single-icon-content i {
  font-size: 56px;
  color: #333;
  margin-bottom: 35px;
  display: block;
}

.divider-line {
  border-top: 1px solid #cccccc;
  margin: 60px auto;
  width: 100%;
  position: relative;
}
.divider-line.no-bt {
  margin-bottom: 0;
}
.divider-line.savoie::before {
  content: "";
  background-image: url(../img/savoie.png);
  background-size: contain;
  width: 40px;
  height: 40px;
  display: block;
  position: absolute;
  left: 50%;
  top: -22px;
  transform: translateX(-50%);
  padding: 0 15px;
}
.bg-gradient-w {
  background: linear-gradient(
    182deg,
    rgb(255 255 255 / 80%) 0%,
    rgba(255, 255, 255, 20%) 57%,
    rgb(245 240 232 / 0%) 100%
  );
}
[class*="fadeIn"],
[class*="fadeOut"],
[class*="slideIn"],
[class*="slideOut"],
[class*="zoomIn"] {
  animation-duration: 1s;
  animation-timing-function: ease-out;
}

.single-category__image:after {
  display: none;
}

.product-description {
  display: none;
  margin-top: 15px;
}

.single-category.is-open .product-description {
  display: block;
}

.year {
  font-size: clamp(100px, 14vw, 200px);
  line-height: 1;
  font-weight: 600;
  color: #ffffff;
  letter-spacing: 0;
  z-index: 2;
  pointer-events: none;
  white-space: nowrap;
}

.single-banner--hoverborder:before {
  opacity: 0.6;
}
.single-banner--hoverborder:hover:before {
  opacity: 0.8;
}
.single-banner--hoverborder .banner-content span.small-text {
  font-size: 20px;
  line-height: 32px;
}
.single-banner--hoverzoom {
  position: relative;
  overflow: hidden;
  height: 80%;
}

.section-title h2 {
  font-size: 44px;
  margin-bottom: 25px;
}

.hero-swiper .swiper-slide * {
  visibility: visible !important;
}
.slide-eyebrow,
.slide-title,
.slide-btn,
.slide-right img,
.slide-photo img,
.circle {
  visibility: hidden;
}

.member-image img {
  border-radius: 100%;
  -webkit-transition: 0.6s;
  transition: 0.6s;
}

/* //// BG Animate /// */

:root {
  --color-bg1: rgb(238, 230, 215);
  --color-bg2: rgb(255, 255, 255);
  --color1: rgb(255 248 228);
  --color2: rgb(255 255 255);
  --color3: rgb(235 222 196);
  --color4: rgb(220, 204, 173);
  --color5: rgb(255 249 234);
  --color-interactive: rgb(255 255 255);
  --circle-size: 120%;
  --blending: multiply;
}

@keyframes moveInCircle {
  0% {
    transform: rotate(0deg);
  }
  50% {
    transform: rotate(180deg);
  }
  100% {
    transform: rotate(360deg);
  }
}

@keyframes moveVertical {
  0% {
    transform: translateY(-50%);
  }
  50% {
    transform: translateY(50%);
  }
  100% {
    transform: translateY(-50%);
  }
}

@keyframes moveHorizontal {
  0% {
    transform: translateX(-50%) translateY(-10%);
  }
  50% {
    transform: translateX(50%) translateY(10%);
  }
  100% {
    transform: translateX(-50%) translateY(-10%);
  }
}

.gradient-bg {
  position: fixed;
  top: 0;
  left: 0;
  width: 100vw;
  height: 100vh;
  z-index: -1;
  overflow: hidden;
  background: linear-gradient(40deg, var(--color-bg1), var(--color-bg2));
}

.gradient-bg svg {
  position: fixed;
  top: 0;
  left: 0;
  width: 0;
  height: 0;
}

.gradient-bg .gradients-container {
  filter: url(#goo) blur(40px);
  width: 100%;
  height: 100%;
}

.gradient-bg .g1 {
  position: absolute;
  background: radial-gradient(
      circle at center,
      color-mix(in srgb, var(--color1) 90%, transparent) 0,
      transparent 50%
    )
    no-repeat;
  mix-blend-mode: var(--blending);
  width: var(--circle-size);
  height: var(--circle-size);
  top: calc(50% - var(--circle-size) / 2);
  left: calc(50% - var(--circle-size) / 2);
  transform-origin: center center;
  animation: moveVertical 30s ease infinite;
  opacity: 0.6;
}

.gradient-bg .g2 {
  position: absolute;
  background: radial-gradient(
      circle at center,
      color-mix(in srgb, var(--color2) 90%, transparent) 0,
      transparent 50%
    )
    no-repeat;
  mix-blend-mode: var(--blending);
  width: var(--circle-size);
  height: var(--circle-size);
  top: calc(50% - var(--circle-size) / 2);
  left: calc(50% - var(--circle-size) / 2);
  transform-origin: calc(50% - 400px);
  animation: moveInCircle 20s reverse infinite;
  opacity: 0.6;
}

.gradient-bg .g3 {
  position: absolute;
  background: radial-gradient(
      circle at center,
      color-mix(in srgb, var(--color3) 90%, transparent) 0,
      transparent 50%
    )
    no-repeat;
  mix-blend-mode: var(--blending);
  width: var(--circle-size);
  height: var(--circle-size);
  top: calc(50% - var(--circle-size) / 2 + 200px);
  left: calc(50% - var(--circle-size) / 2 - 500px);
  transform-origin: calc(50% + 400px);
  animation: moveInCircle 40s linear infinite;
  opacity: 0.6;
}

.gradient-bg .g4 {
  position: absolute;
  background: radial-gradient(
      circle at center,
      color-mix(in srgb, var(--color4) 90%, transparent) 0,
      transparent 50%
    )
    no-repeat;
  mix-blend-mode: var(--blending);
  width: var(--circle-size);
  height: var(--circle-size);
  top: calc(50% - var(--circle-size) / 2);
  left: calc(50% - var(--circle-size) / 2);
  transform-origin: calc(50% - 200px);
  animation: moveHorizontal 40s ease infinite;
  opacity: 0.5;
}

.gradient-bg .g5 {
  position: absolute;
  background: radial-gradient(
      circle at center,
      color-mix(in srgb, var(--color5) 90%, transparent) 0,
      transparent 50%
    )
    no-repeat;
  mix-blend-mode: var(--blending);
  width: calc(var(--circle-size) * 2);
  height: calc(var(--circle-size) * 2);
  top: calc(50% - var(--circle-size));
  left: calc(50% - var(--circle-size));
  transform-origin: calc(50% - 800px) calc(50% + 200px);
  animation: moveInCircle 20s ease infinite;
  opacity: 0.6;
}

.gradient-bg .interactive {
  position: absolute;
  background: radial-gradient(
      circle at center,
      color-mix(in srgb, var(--color-interactive) 90%, transparent) 0,
      transparent 50%
    )
    no-repeat;
  mix-blend-mode: var(--blending);
  width: 500px;
  height: 500px;
  top: 0;
  left: 0;
  opacity: 0.55;
  /* top/left restent à 0 : la position réelle est pilotée en JS via
     transform: translate3d(), qui centre le blob sur le curseur
     (voir bg-animate-mouse-follow.js) */
}

/* //// Variante "site-bg-animated" (4 blobs, vitesse rapide 8s) //// */

.site-bg-animated__blobs {
  filter: url(#site-bg-goo) blur(40px);
}

.site-bg-animated__blob--1 {
  position: absolute;
  width: 377px;
  height: 377px;
  top: -10%;
  left: -8%;
  background: radial-gradient(
    circle at center,
    color-mix(in srgb, var(--color1) 90%, transparent) 0,
    transparent 50%
  );
  mix-blend-mode: multiply;
  opacity: 0.75;
  animation: siteBgMove1 8s ease-in-out infinite;
}

.site-bg-animated__blob--2 {
  position: absolute;
  width: 343px;
  height: 343px;
  top: 28%;
  left: 58%;
  background: radial-gradient(
    circle at center,
    color-mix(in srgb, var(--color2) 90%, transparent) 0,
    transparent 50%
  );
  mix-blend-mode: multiply;
  opacity: 0.75;
  animation: siteBgMove2 8s ease-in-out infinite;
}

.site-bg-animated__blob--3 {
  position: absolute;
  width: 309px;
  height: 309px;
  bottom: -12%;
  left: 18%;
  background: radial-gradient(
    circle at center,
    color-mix(in srgb, var(--color3) 90%, transparent) 0,
    transparent 50%
  );
  mix-blend-mode: multiply;
  opacity: 0.75;
  animation: siteBgMove3 8s ease-in-out infinite;
}

.site-bg-animated__blob--4 {
  position: absolute;
  width: 274px;
  height: 274px;
  top: 4%;
  right: -6%;
  background: radial-gradient(
    circle at center,
    color-mix(in srgb, var(--color4) 90%, transparent) 0,
    transparent 50%
  );
  mix-blend-mode: multiply;
  opacity: 0.75;
  animation: siteBgMove4 8s ease-in-out infinite;
}

/* //// Blob interactif (version "site-bg-animated") //// */

.site-bg-animated__blob--interactive {
  position: absolute;
  width: 500px;
  height: 500px;
  top: 0;
  left: 0;
  background: radial-gradient(
    circle at center,
    color-mix(in srgb, var(--color-interactive) 90%, transparent) 0,
    transparent 50%
  );
  mix-blend-mode: multiply;
  opacity: 0.55;
  /* top/left restent à 0 : la position réelle est pilotée en JS via
     transform: translate3d(), qui centre le blob sur le curseur
     (voir bg-animate-mouse-follow.js) */
}

@keyframes siteBgMove1 {
  0%,
  100% {
    transform: translate(0, 0) scale(1);
  }
  50% {
    transform: translate(125px, 106px) scale(1.2);
  }
}

@keyframes siteBgMove2 {
  0%,
  100% {
    transform: translate(0, 0) scale(1);
  }
  50% {
    transform: translate(-106px, 88px) scale(0.9);
  }
}

@keyframes siteBgMove3 {
  0%,
  100% {
    transform: translate(0, 0) scale(1);
  }
  50% {
    transform: translate(88px, -125px) scale(1.2);
  }
}

@keyframes siteBgMove4 {
  0%,
  100% {
    transform: translate(0, 0) scale(1);
  }
  50% {
    transform: translate(-87px, 106px) scale(0.9);
  }
}


/* ---- Barre scroll ---- */
#scrollDiv {
  position: fixed;
  top: 0;
  left: 0;
  height: 3px;
  background: #333;
  z-index: 9999;
  width: 0;
  transition: width 0.1s;
}

/* ---- Layout store locator ---- */
.store-locator {
  display: flex;
  height: 75vh;
  min-height: 500px;
}

/* Colonne liste */
.store-locator__list {
  width: 380px;
  flex-shrink: 0;
  overflow-y: auto;
  border-right: 1px solid #eee;
  background: #fff;
}

/* Barre de recherche */
.store-locator__search {
  position: sticky;
  top: 0;
  z-index: 10;
  background: #fff;
  padding: 20px;
  border-bottom: 1px solid #eee;
}

.store-locator__search input {
  width: 100%;
  border: 1px solid #ddd;
  padding: 10px 14px;
  font-size: 13px;
  outline: none;
  transition: border-color 0.3s;
}

.store-locator__search input:focus {
  border-color: #333;
}

/* Compteur résultats */
.store-locator__count {
  padding: 10px 20px;
  font-size: 12px;
  color: #9b9b9b;
  letter-spacing: 0.5px;
  border-bottom: 1px solid #f5f5f5;
}

/* Indicateur de chargement */
.store-locator__loading {
  padding: 40px 20px;
  text-align: center;
  color: #9b9b9b;
  font-size: 13px;
}

/* Carte boutique */
.store-card {
  padding: 20px;
  border-bottom: 1px solid #f0f0f0;
  cursor: pointer;
  transition: background 0.2s;
}

.store-card:hover,
.store-card.active {
  background: #f8f8f8;
}

.store-card.active {
  border-left: 3px solid #333;
}

.store-card__number {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 24px;
  height: 24px;
  background: #333;
  color: #fff;
  font-size: 11px;
  font-weight: 600;
  border-radius: 50%;
  margin-bottom: 8px;
  flex-shrink: 0;
}

.store-card__header {
  display: flex;
  align-items: flex-start;
  gap: 10px;
  margin-bottom: 8px;
}

.store-card__name {
  font-size: 14px;
  font-weight: 600;
  color: #333;
  margin: 0 0 2px 0;
  line-height: 1.3;
}

.store-card__type {
  font-size: 11px;
  color: #9b9b9b;
  text-transform: uppercase;
  letter-spacing: 1px;
  margin: 0;
}

.store-card__address {
  font-size: 13px;
  color: #666;
  line-height: 1.5;
  margin-bottom: 8px;
}

.store-card__meta {
  display: flex;
  align-items: center;
  gap: 12px;
  flex-wrap: wrap;
}

.store-card__meta a {
  font-size: 12px;
  color: #333;
  text-decoration: none;
  display: flex;
  align-items: center;
  gap: 4px;
  transition: opacity 0.2s;
}

.store-card__meta a:hover {
  opacity: 0.6;
}

.store-card__tag {
  display: inline-block;
  font-size: 10px;
  font-weight: 500;
  letter-spacing: 0.5px;
  text-transform: uppercase;
  padding: 2px 7px;
  border: 1px solid #ddd;
  color: #9b9b9b;
  border-radius: 2px;
}

/* Carte OSM */
.store-locator__map {
  flex: 1;
  position: relative;
}

#osm-map {
  width: 100%;
  height: 100%;
}

/* Popup Leaflet personnalisée */
.store-popup {
  min-width: 200px;
  font-family: inherit;
}

.store-popup__name {
  font-size: 14px;
  font-weight: 600;
  color: #333;
  margin-bottom: 4px;
}

.store-popup__address {
  font-size: 12px;
  color: #666;
  line-height: 1.5;
  margin-bottom: 8px;
}

.store-popup__link {
  font-size: 12px;
  color: #333;
  font-weight: 500;
  text-decoration: underline;
}

/* Message aucun résultat */
.store-locator__empty {
  padding: 40px 20px;
  text-align: center;
  color: #9b9b9b;
  font-size: 13px;
  display: none;
}

/* Cluster personnalisé (optionnel - style sobre) */
.marker-cluster-small,
.marker-cluster-medium,
.marker-cluster-large {
  background-color: rgba(51, 51, 51, 0.2) !important;
}
.marker-cluster-small div,
.marker-cluster-medium div,
.marker-cluster-large div {
  background-color: #333 !important;
  color: #fff;
  font-weight: 600 !important;
}

/* Responsive */
@media (max-width: 767px) {
  .store-locator {
    flex-direction: column;
    height: auto;
  }
  .store-locator__list {
    width: 100%;
    max-height: 380px;
    border-right: none;
    border-bottom: 1px solid #eee;
  }
  .store-locator__map {
    height: 350px;
  }
}

/* ─── Barre de progression scroll ─── */
#scrollDiv {
  position: fixed;
  top: 0;
  left: 0;
  height: 3px;
  background: #333;
  z-index: 9999;
  width: 0;
  transition: width 0.1s;
}

/* ─── Grille Isotope ─── */
.recettes-grid {
  margin: 0 -15px;
}

.recette-item {
  width: 25%;
  padding: 0 15px;
  margin-bottom: 30px;
  box-sizing: border-box;
}

@media (max-width: 991px) {
  .recette-item {
    width: 33.333%;
  }
}
@media (max-width: 767px) {
  .recette-item {
    width: 50%;
  }
}

/* ─── Filtres ─── */
.recettes-filter-menu {
  list-style: none;
  padding: 0;
  display: flex;
  justify-content: center;
  gap: 20px;
  flex-wrap: wrap;
  margin: 0;
}

.recettes-filter-menu li {
  cursor: pointer;
  font-size: 13px;
  font-weight: 500;
  letter-spacing: 1px;
  text-transform: uppercase;
  color: #9b9b9b;
  padding-bottom: 4px;
  border-bottom: 2px solid transparent;
  transition:
    color 0.3s,
    border-color 0.3s;
}

.recettes-filter-menu li.active,
.recettes-filter-menu li:hover {
  color: #333;
  border-bottom-color: #333;
}
.wp-block-media-text>.wp-block-media-text__content,
.wp-block-media-text__content {
  padding: 0 0% 0 8% !important;
}

.point-cle-icon {
  max-width: 60px;
  margin-bottom: 25px;
}
/*
  Le background-image doit être posé directement sur
  .single-lookbook-section : paraxify.js lit le fond calculé de cet
  élément pour générer l'effet parallaxe (background-attachment: fixed
  + background-size: cover sont également requis par la librairie).

  Desktop/mobile : l'image vient de deux variables CSS injectées en
  style inline depuis PHP (--bg-desktop / --bg-mobile), et c'est cette
  media query qui décide laquelle alimente background-image.
*/

.single-lookbook-section {
  position: relative;
  background-attachment: fixed;
  background-size: cover;
  background-position: center;
  background-image: var(--bg-mobile);
  background-position: center !important;
}

@media (min-width: 768px) {
  .single-lookbook-section {
    background-image: var(--bg-desktop);
  }
}

/* Le contenu (texte + bouton) doit rester au-dessus du fond */
.single-lookbook-section .container {
  position: relative;
  z-index: 1;
}
/* ////////// CSS Formulaire ////////// */

.gform_button,
.container.page a.wp-block-button__link {
  font-weight: 500;
  font-size: 16px;
  color: #201F1D;
  border: 2px solid #201F1D;
  background-color: #ffffff;
  box-shadow: inset 0 0 0 0 #ffffff;
  border-radius: 5px;
  line-height: 0;
  margin: 0;
  padding: 25px 30px;
  margin-bottom: 35px;
}

.gform_button,
.container.page a.wp-block-button__link:hover {
  background-color: #333;
  color: #fff !important;
  text-transform: uppercase;
  display: inline-block;
  border-radius: 0;
  border: 1px solid #333;
  font-weight: 500;
  letter-spacing: 1px;
    margin: auto;
}

h3.gsection_title {
  margin: 0;
}
.gform_button:hover {
    background-color: transparent;
    color: #333 !important;
}

.gfield.gsection {
  margin-top: 30px;
  margin-bottom: 20px;
}

.gform_confirmation_wrapper {
  margin: 45px 0;
  padding-left: 30px;
  border-left: 8px solid #3dff0c;
}
.gform_wrapper.gravity-theme input[type=color],
.gform_wrapper.gravity-theme input[type=date],
.gform_wrapper.gravity-theme input[type=datetime-local],
.gform_wrapper.gravity-theme input[type=datetime],
.gform_wrapper.gravity-theme input[type=email],
.gform_wrapper.gravity-theme input[type=month],
.gform_wrapper.gravity-theme input[type=number],
.gform_wrapper.gravity-theme input[type=password],
.gform_wrapper.gravity-theme input[type=search],
.gform_wrapper.gravity-theme input[type=tel],
.gform_wrapper.gravity-theme input[type=text],
.gform_wrapper.gravity-theme input[type=time],
.gform_wrapper.gravity-theme input[type=url],
.gform_wrapper.gravity-theme input[type=week],
.gform_wrapper.gravity-theme select,
.gform_wrapper.gravity-theme textarea {
  border-radius: 0px;
  font-size: 15px;
  margin-bottom: 0;
  margin-top: 0;
  padding: 12px;
  border: 0px solid #afafaf;
  border-bottom: 1px solid #afafaf;
  background-color: transparent;
}

.gfield--type-section {
  margin-bottom: 25px;
  margin-top: 35px;
}
.gfield--type-section .gsection_title {
  margin-bottom: 25px !important;
  border-left: 6px solid #2597d0;
  padding-left: 20px;
}
.gform_wrapper.gravity-theme .ginput_complex label, .gform_wrapper.gravity-theme .ginput_complex legend {
    display: block;
    color: #6b7a7a;
}
.gform_wrapper.gravity-theme .gfield {
    margin-bottom: 15px;
}
.gform_wrapper.gravity-theme .field_description_below .gfield_consent_description, .gform_wrapper.gravity-theme .gfield_consent_description {
  overflow: auto;
}

/* =============================================
   Contrôle d'âge (18+)
============================================= */

#ageGate {
  display: none;
}
#ageGate.is-visible {
  display: flex; /* ou la valeur que ton age-gate utilise déjà pour son layout */
}

/* Tant que la modale est active, on bloque le scroll du body
   et on masque tout le contenu en-dessous. */
body.age-gate-active {
  overflow: hidden;
}

.age-gate {
  position: fixed;
  inset: 0;
  z-index: 99999;
  display: flex;
  align-items: center;
  justify-content: center;
  background: rgba(20, 18, 16, 0.92);
  text-align: center;
  padding: 20px;
}

.age-gate__deco {
  position: absolute;
  top: 0;
  max-height: 70vh;
  opacity: 1;
  pointer-events: none;
  display: none;
}

@media (min-width: 992px) {
  .age-gate__deco {
    display: block;
  }
}

.age-gate__deco--left {
  left: 0;
}

.age-gate__deco--right {
  right: 0;
}

.age-gate__content {
  position: relative;
  z-index: 1;
  max-width: 480px;
  width: 100%;
  background: #f0ebe3;
  border-radius: 4px;
  padding: 40px 30px;
}

.age-gate__logo {
  max-width: 160px;
  margin: 0 auto 25px;
  display: block;
}

.age-gate__content h2 {
  font-size: 20px;
  margin-bottom: 5px;
}

.age-gate__content h3 {
  font-size: 16px;
  letter-spacing: 1px;
  margin-bottom: 15px;
}

.age-gate__content p {
  font-size: 14px;
  color: #555;
  margin-bottom: 20px;
}

.age-gate__buttons {
  display: flex;
  gap: 15px;
  justify-content: center;
  margin-top: 10px;
}

.age-gate__btn {
  padding: 11px 35px;
  font-size: 13px;
  font-weight: 600;
  letter-spacing: 1.5px;
  text-transform: uppercase;
  border: 2px solid #333333;
  background: #333333;
  color: #f0ebe3;
  cursor: pointer;
  transition: background 0.2s, color 0.2s;
}

.age-gate__btn:hover {
  background: transparent;
  color: #333333;
}

.age-gate__btn--no {
  background: transparent;
  color: #333333;
}

.age-gate__btn--no:hover {
  background: #333333;
  color: #f0ebe3;
}

.age-gate__refus {
  margin-top: 20px;
  font-weight: 600;
  color: #a33;
}

/* Une fois la confirmation envoyée, la modale disparaît en douceur
   avant d'être retirée du DOM par le JS. */
.age-gate.is-closing {
  opacity: 0;
  transition: opacity 0.3s ease;
}


.mb-0 {
  margin-bottom: 0px !important;
}

.mb-5 {
  margin-bottom: 5px !important;
}

.mb-10 {
  margin-bottom: 10px !important;
}

.mb-15 {
  margin-bottom: 15px !important;
}

.mb-20 {
  margin-bottom: 20px !important;
}

.mb-25 {
  margin-bottom: 25px !important;
}

.mb-30 {
  margin-bottom: 30px !important;
}

.mb-35 {
  margin-bottom: 35px !important;
}

.mb-40 {
  margin-bottom: 40px !important;
}

.mb-45 {
  margin-bottom: 45px !important;
}

.mb-50 {
  margin-bottom: 50px !important;
}

.mb-60 {
  margin-bottom: 60px !important;
}

.mb-65 {
  margin-bottom: 65px !important;
}

.mb-70 {
  margin-bottom: 70px !important;
}

.mb-80 {
  margin-bottom: 80px !important;
}

.mb-100 {
  margin-bottom: 100px !important;
}

.mb-130 {
  margin-bottom: 130px !important;
}

.mb-150 {
  margin-bottom: 150px !important;
}

.ml-10 {
  margin-left: 10px !important;
}

.ml-30 {
  margin-left: 30px !important;
}

.ml-40 {
  margin-left: 40px !important;
}

.mr-10 {
  margin-right: 10px !important;
}

.mr-15 {
  margin-right: 15px !important;
}

.mr-30 {
  margin-right: 30px !important;
}

.mt-10 {
  margin-top: 10px !important;
}

.mt-20 {
  margin-top: 20px !important;
}

.mt-25 {
  margin-top: 25px !important;
}

.mt-30 {
  margin-top: 30px !important;
}

.mt-40 {
  margin-top: 40px !important;
}

.mt-50 {
  margin-top: 50px !important;
}

.mt-60 {
  margin-top: 60px !important;
}

.pb-0 {
  padding-bottom: 0px !important;
}

.pb-5 {
  padding-bottom: 5px !important;
}

.pb-10 {
  padding-bottom: 10px !important;
}

.pb-30 {
  padding-bottom: 30px !important;
}

.pb-40 {
  padding-bottom: 40px !important;
}

.pb-50 {
  padding-bottom: 50px !important;
}

.pb-60 {
  padding-bottom: 60px !important;
}

.pb-300 {
  padding-bottom: 300px !important;
}

.pt-10 {
  padding-top: 10px !important;
}

.pt-30 {
  padding-top: 30px !important;
}

.pt-40 {
  padding-top: 40px !important;
}

.pt-60 {
  padding-top: 60px !important;
}

.pt-100 {
  padding-top: 100px !important;
}

.pt-300 {
  padding-top: 300px !important;
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
  .mb-md-30 {
    margin-bottom: 30px !important;
  }
  .mb-md-50 {
    margin-bottom: 50px !important;
  }
  .mb-md-60 {
    margin-bottom: 60px !important;
  }
  .mb-md-70 {
    margin-bottom: 70px !important;
  }
  .mb-md-80 {
    margin-bottom: 80px !important;
  }
  .mb-md-100 {
    margin-bottom: 100px !important;
  }
  .pb-md-30 {
    padding-bottom: 30px !important;
  }
  .pt-md-30 {
    padding-top: 30px !important;
  }
}

@media only screen and (max-width: 767px) {
  .mb-sm-30 {
    margin-bottom: 30px !important;
  }
  .mb-sm-50 {
    margin-bottom: 50px !important;
  }
  .mb-sm-60 {
    margin-bottom: 60px !important;
  }
  .mb-sm-70 {
    margin-bottom: 70px !important;
  }
  .mb-sm-80 {
    margin-bottom: 80px !important;
  }
  .pb-sm-20 {
    padding-bottom: 20px !important;
  }
  .pb-sm-200 {
    padding-bottom: 200px !important;
  }
  .pt-sm-20 {
    padding-top: 20px !important;
  }
  .pt-sm-200 {
    padding-top: 200px !important;
  }
}

@media only screen and (max-width: 575px) {
  .mb-xs-50 {
    margin-bottom: 50px !important;
  }
  .pb-xs-150 {
    padding-bottom: 150px !important;
  }
  .pt-xs-150 {
    padding-top: 150px !important;
  }
}

/*=====  End of 37. Google map  ======*/
/*=============================================
=            38. Team            =
=============================================*/
.single-team-member:hover .member-image img {
  -webkit-transform: scale(1.1);
  transform: scale(1.1);
}
.single-team-member:hover .member-image:after {
  visibility: visible;
  opacity: 1;
}
.single-team-member:hover .member-image .social-list {
  visibility: visible;
  opacity: 1;
}
.single-team-member--style-square {
  position: relative;
}
.single-team-member--style-square .member-image {
  max-width: 100%;
  max-height: 100%;
  border-radius: 0;
}
.single-team-member--style-square .member-image img {
  border-radius: 0;
}
@media only screen and (max-width: 767px) {
  .single-team-member--style-square .member-image img {
    width: 100%;
  }
}
.single-team-member--style-square .member-image:after {
  border-radius: 0;
}
.single-team-member--style-square .member-image .social-list {
  bottom: 25px;
  top: auto;
  -webkit-transform: none;
  transform: none;
  left: 20px;
}
.single-team-member--style-square .member-caption {
  position: absolute;
  bottom: 50px;
  left: 0;
  width: 100%;
  text-align: left;
  padding: 20px 40px;
  opacity: 0;
  visibility: hidden;
  z-index: 1;
  -webkit-transition: all 0.5s ease;
  transition: all 0.5s ease;
  color: #fff;
}
.single-team-member--style-square .member-caption .name {
  color: #fff;
  font-size: 34px;
  line-height: 36px;
  font-weight: 600;
  margin: 17px 0;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  -webkit-transition: 0.5s;
  transition: 0.5s;
}
@media only screen and (min-width: 1200px) and (max-width: 1499px) {
  .single-team-member--style-square .member-caption .name {
    font-size: 25px;
    line-height: 28px;
  }
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .single-team-member--style-square .member-caption .name {
    font-size: 18px;
    line-height: 22px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .single-team-member--style-square .member-caption .name {
    font-size: 18px;
    line-height: 22px;
  }
}
@media only screen and (max-width: 479px) {
  .single-team-member--style-square .member-caption .name {
    font-size: 22px;
    line-height: 25px;
  }
}
.single-team-member--style-square .member-caption .subtext {
  -webkit-transform: translateY(50%);
  transform: translateY(50%);
  -webkit-transition: 0.5s;
  transition: 0.5s;
  display: inline-block;
}
.single-team-member--style-square:hover .member-caption {
  visibility: visible;
  opacity: 1;
}
.single-team-member--style-square:hover .member-caption .name {
  -webkit-transform: translateY(0);
  transform: translateY(0);
}
.single-team-member--style-square:hover .member-caption .subtext {
  -webkit-transform: translateY(0);
  transform: translateY(0);
}

.member-image {
  position: relative;
  border-radius: 100%;
  max-width: 200px;
  max-height: 200px;
  margin: 0 auto;
  overflow: hidden;
}
.member-image img {
  border-radius: 100%;
  -webkit-transition: 0.6s;
  transition: 0.6s;
}
.member-image:after {
  position: absolute;
  display: block;
  content: "";
  top: 0;
  left: 0;
  border-radius: 100%;
  width: 100%;
  height: 100%;
  background: rgba(51, 51, 51, 0.7);
  opacity: 0;
  visibility: hidden;
  -webkit-transition: all 0.5s ease;
  transition: all 0.5s ease;
}

.social-inside {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
}

.social-list {
  position: absolute;
  width: 100%;
  top: 50%;
  left: 50%;
  z-index: 1;
  opacity: 0;
  visibility: hidden;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  -webkit-transition: all 0.5s ease;
  transition: all 0.5s ease;
}
.social-list li {
  display: inline-block;
  margin: 0 15px;
  font-size: 20px;
  color: #fff;
}
.social-list li a i {
  font-size: 16px;
  display: inline-block;
  vertical-align: middle;
}
.social-list li a:hover {
  color: #d11830;
}

.member-caption .name {
  margin-bottom: 8px;
  font-size: 24px;
  line-height: 36px;
  font-weight: 600;
  margin: 10px 0;
}
.member-caption .subtext {
  overflow: hidden;
  letter-spacing: 0.03em;
  font-size: 16px;
  line-height: 16px;
  height: 28px;
  margin: 0;
  -webkit-transform: translateY(100%);
  transform: translateY(100%);
  -webkit-transition: all 0.5s ease;
  transition: all 0.5s ease;
}

/* ========================================================
     EFFET LIQUIDE au survol de .single-slider-post__image
     ======================================================== */

:root {
  --liquid-base: #a12e22; /* rouge vermouth */
  --liquid-deep: #4a140c;
  --liquid-foam: rgba(255, 210, 200, 0.9);
}

/* Wrapper : position relative + overflow hidden + isolation */
.single-slider-post__image {
  position: relative;
  overflow: hidden;
  isolation: isolate;
}

/* Le lien doit rester "plein cadre" pour que le hover marche */
.single-slider-post__image > a {
  display: block;
  position: relative;
  z-index: 1;
}

/* Image N&B par défaut (état repos) */
.single-slider-post__image > a > img {
  display: block;
  width: 100%;
  height: auto;
  filter: grayscale(0.75) brightness(0.92) contrast(1.05);
  transition:
    filter 1s cubic-bezier(0.4, 0, 0.2, 1),
    transform 8s ease;
}

/* Au hover, l'image redevient colorée */
.single-slider-post__image:hover > a > img {
  filter: grayscale(0) brightness(1) contrast(1);
  transform: scale(1.25);
}

/* Tous les effets du liquide sont ajoutés via ::before / ::after
     et un calque interne positionné en absolute.
     On utilise une approche "pseudo-éléments + div vides injectés" */

.single-slider-post__image .liquid-fx {
  position: absolute;
  inset: 0;
  z-index: 2;
  pointer-events: none;
  overflow: hidden;
}
.single-category--concept-home .single-slider-post__image .liquid-fx {
  z-index: 0;
}
/* Calque liquide (dégradé qui monte) */
.single-slider-post__image .liquid-fx__body {
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  height: 0%;
  background: linear-gradient(
    180deg,
    var(--liquid-base) 0%,
    var(--liquid-base) 30%,
    var(--liquid-deep) 100%
  );
  opacity: 0.55;
  transition: height 1.4s cubic-bezier(0.65, 0.05, 0.35, 1);
}

/* Vagues sur la crête */
.single-slider-post__image .liquid-fx__wave {
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  height: 0%;
  width: 150%;
  transition: height 1.4s cubic-bezier(0.65, 0.05, 0.35, 1);
}
.single-slider-post__image .liquid-fx__wave::before,
.single-slider-post__image .liquid-fx__wave::after {
  content: "";
  position: absolute;
  left: -10%;
  right: -10%;
  top: -22px;
  height: 44px;
  background: var(--liquid-base);
  -webkit-mask-image: url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 200 44' preserveAspectRatio='none'><path d='M0,22 Q50,0 100,22 T200,22 V44 H0 Z' fill='black'/></svg>");
  mask-image: url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 200 44' preserveAspectRatio='none'><path d='M0,22 Q50,0 100,22 T200,22 V44 H0 Z' fill='black'/></svg>");
  -webkit-mask-size: 200px 44px;
  mask-size: 200px 44px;
  -webkit-mask-repeat: repeat-x;
  mask-repeat: repeat-x;
  animation: liquid-wave 3.5s linear infinite;
  opacity: 0.55;
}
.single-slider-post__image .liquid-fx__wave::after {
  top: -18px;
  background: var(--liquid-deep);
  -webkit-mask-image: url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 200 44' preserveAspectRatio='none'><path d='M0,22 Q50,44 100,22 T200,22 V44 H0 Z' fill='black'/></svg>");
  mask-image: url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 200 44' preserveAspectRatio='none'><path d='M0,22 Q50,44 100,22 T200,22 V44 H0 Z' fill='black'/></svg>");
  animation-duration: 5s;
  animation-direction: reverse;
  opacity: 0.5;
}

/* Mousse claire */
.single-slider-post__image .liquid-fx__foam {
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  height: 0%;
  width: 150%;
  transition: height 1.4s cubic-bezier(0.65, 0.05, 0.35, 1);
}
.single-slider-post__image .liquid-fx__foam::before {
  content: "";
  position: absolute;
  left: -10%;
  right: -10%;
  top: -5px;
  height: 10px;
  background: var(--liquid-foam);
  -webkit-mask-image: url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 200 10' preserveAspectRatio='none'><path d='M0,5 Q50,0 100,5 T200,5 V10 H0 Z' fill='black'/></svg>");
  mask-image: url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 200 10' preserveAspectRatio='none'><path d='M0,5 Q50,0 100,5 T200,5 V10 H0 Z' fill='black'/></svg>");
  -webkit-mask-size: 200px 10px;
  mask-size: 200px 10px;
  -webkit-mask-repeat: repeat-x;
  mask-repeat: repeat-x;
  animation: liquid-wave 3.5s linear infinite;
  filter: blur(0.5px);
}

/* Bulles */
.single-slider-post__image .liquid-fx__bubbles {
  position: absolute;
  inset: 0;
  opacity: 0;
  transition: opacity 0.4s;
}
.single-slider-post__image .liquid-fx__bubbles span {
  position: absolute;
  bottom: 0;
  border-radius: 50%;
  background: var(--liquid-foam);
  box-shadow:
    inset 0 -1px 3px rgba(255, 255, 255, 0.6),
    0 0 4px rgba(255, 255, 255, 0.2);
  opacity: 0;
}
.single-slider-post__image .liquid-fx__bubbles span:nth-child(1) {
  left: 15%;
  width: 6px;
  height: 6px;
  animation: liquid-bubble 4.2s ease-in infinite;
  animation-delay: 0.2s;
}
.single-slider-post__image .liquid-fx__bubbles span:nth-child(2) {
  left: 35%;
  width: 10px;
  height: 10px;
  animation: liquid-bubble 3.5s ease-in infinite;
  animation-delay: 0.8s;
}
.single-slider-post__image .liquid-fx__bubbles span:nth-child(3) {
  left: 55%;
  width: 5px;
  height: 5px;
  animation: liquid-bubble 4.8s ease-in infinite;
  animation-delay: 1.4s;
}
.single-slider-post__image .liquid-fx__bubbles span:nth-child(4) {
  left: 72%;
  width: 8px;
  height: 8px;
  animation: liquid-bubble 3.8s ease-in infinite;
  animation-delay: 0.5s;
}
.single-slider-post__image .liquid-fx__bubbles span:nth-child(5) {
  left: 85%;
  width: 4px;
  height: 4px;
  animation: liquid-bubble 4s ease-in infinite;
  animation-delay: 1.8s;
}
.single-slider-post__image .liquid-fx__bubbles span:nth-child(6) {
  left: 25%;
  width: 7px;
  height: 7px;
  animation: liquid-bubble 4.4s ease-in infinite;
  animation-delay: 2.2s;
}

/* ====== HOVER : déclenche le remplissage ====== */
.single-slider-post__image:hover .liquid-fx__body {
  height: 108%;
}
.single-slider-post__image:hover .liquid-fx__wave {
  height: 108%;
}
.single-slider-post__image:hover .liquid-fx__foam {
  height: 108%;
}
.single-slider-post__image:hover .liquid-fx__bubbles {
  opacity: 1;
}

@keyframes liquid-wave {
  0% {
    transform: translateX(0);
  }
  100% {
    transform: translateX(-100px);
  }
}
@keyframes liquid-bubble {
  0% {
    bottom: 0%;
    opacity: 0;
    transform: translateX(0) scale(0.5);
  }
  15% {
    opacity: 0.9;
  }
  80% {
    opacity: 0.8;
  }
  100% {
    bottom: 100%;
    opacity: 0;
    transform: translateX(15px) scale(1);
  }
}

@media (prefers-reduced-motion: reduce) {
  .single-slider-post__image > a > img,
  .single-slider-post__image .liquid-fx__body,
  .single-slider-post__image .liquid-fx__wave,
  .single-slider-post__image .liquid-fx__foam {
    transition-duration: 0.3s !important;
  }
  .single-slider-post__image .liquid-fx__wave::before,
  .single-slider-post__image .liquid-fx__wave::after,
  .single-slider-post__image .liquid-fx__foam::before,
  .single-slider-post__image .liquid-fx__bubbles span {
    animation: none !important;
  }
}

/* Rouge (défaut) = Vermouth */
.single-slider-post__image.is-vermouth,
.single-slider-post__image {
  --liquid-base: #a12e22;
  --liquid-deep: #4a140c;
  --liquid-foam: rgba(255, 210, 200, 0.9);
}

/* Jaune = Génépi */
.single-slider-post__image.is-genepi {
  --liquid-base: #d4af2a;
  --liquid-deep: #8a6a0f;
  --liquid-foam: rgba(255, 240, 180, 0.9);
}

/* Vert = Absinthe */
.single-slider-post__image.is-absinthe {
  --liquid-base: #7a9d54;
  --liquid-deep: #2f4a1e;
  --liquid-foam: rgba(215, 235, 195, 0.9);
}

/* Ambré = Pastis */
.single-slider-post__image.is-pastis {
  --liquid-base: #d98a2b;
  --liquid-deep: #8f4f18;
  --liquid-foam: rgba(255, 230, 190, 0.9);
}


.wp-block-list li {
  list-style-type: circle;
  margin-left: 20px;
  line-height: 25px;
}
.wp-block-separator.divider-line.aelred,
.wp-block-separator.divider-line.savoie {
    border: none;
    border-top: 0;
    display: inline-block;
    height: 40px;
    opacity: 1;
    position: relative;
}
.wp-block-separator.divider-line.aelred:after,
.wp-block-separator.divider-line.savoie:after {
  content: '';
  display: block;
  border-top: 1px solid #cccccc;
  width: 100%;
  position: absolute;
  top: 50%;
}
.wp-block-separator.divider-line.aelred::before,
.wp-block-separator.divider-line.savoie::before {
  top: 0;
  z-index: 1;
}

.divider-line.aelred::before {
  content: "";
  background-image: url(../img/aelred.png);
  background-size: contain;
  width: 40px;
  height: 40px;
  display: block;
  position: absolute;
  left: 50%;
  top: -22px;
  transform: translateX(-50%);
  padding: 0 15px;
}

td.quickview-title {
  min-width: 120px;
  font-weight: 600;
  text-align: right;
  padding-right: 10px;
}
tr.single-info {
  vertical-align: baseline;
}

.wp-block-heading {
  margin-bottom: 20px;
}
.shop-product .wp-block-list {
  margin-bottom: 30px;
}
.shop-product .wp-block-paragraph {
  margin-bottom: 25px;
}
button.post-share__copy-btn {
  border: 0;
  background: transparent;
}


/* ========================================================
  RESPONSIVE
 ======================================================== */

@media (max-width: 1500px) {
  .distillerie-banner__img {
    max-width: 700px;
  }
  .distillerie-banner__visual {
    right: 5%;
  }
}

@media (max-width: 1300px) {
  nav.site-nav > ul > li > a {
    font-size: 16px;
  }
  .distillerie-banner__content {
    max-width: 360px;
  }
  header .container {
    max-width: 98%;
  }
  nav.site-nav > ul > li {
    margin: 0 16px;
  }
}

@media (max-width: 990px) {
  .container,
  .container-md,
  .container-sm {
    max-width: 90%;
  }
  .site-mobile-nav .hamburger {
    right: 15px;
    top: -80px;
    position: absolute;
  }
  .header-right-icons {
    margin-right: 85px;
  }
  .header-bottom {
    padding: 0 !important;
  }
  .nous-trouver-map {
    margin-top: 60px;
  }
  .swiper-slide {
    display: block;
  }
  .slide-left {
    padding: 0 0 45px;
  }
  .hero-swiper {
    width: 100%;
    height: auto;
    padding-bottom: 50px;
  }
  .single-icon-content {
    margin-bottom: 45px;
  }
}

@media (max-width: 768px) {
  .lookbook-content-wrapper {
    justify-content: end !important;
    padding-bottom: 100px;
  }
  .lookbook-bg-1 {
    background-image: url(../img/bg-parallax-1-mobile.jpg);
  }
  .lookbook-bg-2 {
    background-image: url(../img/bg-parallax-2-mobile.jpg);
  }
  .lookbook-bg-3 {
    background-image: url(../img/bg-parallax-3-mobile.jpg);
  }
  .distillerie-banner__visual {
    position: relative;
    top: 0;
    left: 0;
    max-width: 80%;
    right: 0;
  }
  .distillerie-banner__deco-year {
    left: 50%;
  }
  .slider-area,
  .tp-revslider-mainul,
  #rev_slider_11_1_wrapper {
    height: 800px !important;
  }
  .lezada-slick-slider--fullscreen .slick-list,
  .lezada-slick-slider--fullscreen .slick-track,
  .lezada-slick-slider--fullscreen .slick-slide > div {
    height: auto;
  }
  .slider-area--transparent-header .lezada-slick-slider--fullscreen {
    height: auto;
  }
  #osm-map {
    width: 100%;
    display: block;
    height: 500px;
  }
}

@media (max-width: 600px) {
  .wp-block-media-text .wp-block-media-text__media {
    margin-bottom: 45px !important;
  }
  .wp-block-media-text>.wp-block-media-text__content, .wp-block-media-text__content {
    padding: 0 0% 0 0% !important;
  }
}

@media (max-width: 575px) {
  .lezada-slick-slider--fullscreen .lezada-single-slider {
    height: 80vh;
  }
  .gradient-bg,
  .lang-label,
  .distillerie-banner__deco-year {
    display: none;
  }
  .distillerie-banner__content {
    max-width: 100%;
    margin-bottom: 60px;
  }
  .distillerie-banner__badge {
    right: 25px;
  }
  .slide-title {
    white-space: nowrap;
    font-size: 28px;
    line-height: 38px;
  }
  .slide-right img {
    max-height: 320px;
  }
  .slide-eyebrow {
    font-size: 14px;
    line-height: 28px;
    margin-bottom: 10px;
  }
  .slide-right.has-bg-circle span.circle {
    width: 200px;
    height: 200px;
  }
  .slide-photo {
    position: relative;
    right: 0;
    width: 100%;
    height: 100%;
  }
  .section-title h2 {
    font-size: 32px;
    line-height: 40px;
    margin-bottom: 25px;
  }
  .fashion-home-intro h2.title {
    font-size: 32px;
    line-height: 45px;
  }
  .slider-area,
  .tp-revslider-mainul,
  #rev_slider_11_1_wrapper {
    height: auto !important;
  }
  .single-banner--hoverborder .banner-content span.big-text {
    font-size: 14px;
    line-height: 25px;
  }
  .single-banner--hoverborder .banner-content span.small-text {
    font-size: 15px;
    line-height: 22px;
    margin-top: 15px;
  }
  .single-category--concept-home .single-category__content .title p {
    font-size: 28px;
    line-height: 35px;
  }
  .shop-page-wrapper.pt-100 {
    padding-top: 50px !important;
  }
  .lezada-button--medium {
    font-size: 14px;
    padding: 10px 25px;
    letter-spacing: 0;
  }
  .section-title-container.mt-60 {
    margin-top: 20px !important;
  }
}

@media (max-width: 479px) {
  .recette-item {
      width: 50%;
      margin: 0px 0% 30px;
      padding: 0 0%;
  }
  .single-slider-post__image a {
    height: 145px;
    width: 145px;
  }
  .member-caption .name {
    margin-bottom: 8px;
    font-size: 18px;
    line-height: 25px;
  }
  .single-slider-post__image > a > img {
    height: 100%;
  }
  .recettes-grid {
    margin: auto;
  }
  .member-image {
    max-width: 145px;
  }
}
