/*
Theme Name: itrust-bootstrap-theme-v2
Theme URI: http://itrust.gr/
Author: iTrust
Author URI: http://itrust.gr/
Description: Itrust base theme 2016
Version: 2.0.0
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Text Domain: itrust-bootstrap
Tags:

This theme, like WordPress, is licensed under the GPL.
Use it to make something cool, have fun, and share what you've learned with others.

itrust-bootstrap-theme is based on Underscores http://underscores.me/, (C) 2012-2016 Automattic, Inc.
Underscores is distributed under the terms of the GNU GPL v2 or later.

Normalizing styles have been helped along thanks to the fine work of
Nicolas Gallagher and Jonathan Neal http://necolas.github.com/normalize.css/
*/
.page-template-promo-template #top-ranges .box-images .box-image:nth-child(2) {
  padding-top: 0 !important; }

.page-template-promo-template .section {
  padding: 0; }

.page-template-promo-template #particles-js {
  position: fixed;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  z-index: -5; }

.page-template-promo-template .promo-products-fancy {
  max-height: 0;
  opacity: 0;
  overflow: hidden;
  transition: max-height 0.5s ease-in-out, opacity 0.5s ease-in-out; }
  .page-template-promo-template .promo-products-fancy.open {
    max-height: 600px;
    opacity: 1;
    overflow: auto;
    transition: max-height .5s ease-in-out,opacity .5s ease-in-out; }

.page-template-promo-template .promo-products-action {
  text-align: center; }
  .page-template-promo-template .promo-products-action .letif-btn.reverse {
    margin: 15px 0;
    padding: 15px 25px;
    display: inline-block;
    cursor: pointer;
    font-size: 24px;
    color: #FFF; }

.page-template-promo-template .promo-products-container {
  display: flex;
  align-items: center;
  justify-content: center; }

.page-template-promo-template .promo-section {
  padding-bottom: 90px; }

.page-template-promo-template .brand-series h2 {
  margin: 0 0 50px 0;
  font-size: 28px; }

.page-template-promo-template .brand-series .series-container {
  display: flex;
  flex-wrap: wrap;
  justify-content: center; }

.page-template-promo-template .brand-series .serie-box {
  padding: 0 35px; }
  .page-template-promo-template .brand-series .serie-box .total-container {
    border: 0;
    box-shadow: none; }
    .page-template-promo-template .brand-series .serie-box .total-container img {
      max-width: 200px;
      height: auto; }
  .page-template-promo-template .brand-series .serie-box .image-holder {
    height: auto; }
  .page-template-promo-template .brand-series .serie-box .content-holder {
    height: auto; }

.page-template-promo-template .action-buttons {
  float: none; }

.page-template-promo-template .promo-video-container {
  text-align: center;
  max-width: 100%;
  height: auto;
  width: auto; }

.page-template-promo-template .promo-slider .owl-carousel .owl-controls {
  z-index: 1; }

.page-template-promo-template .jumbo-title {
  font-size: 39px;
  color: #29b8ba;
  font-weight: 700;
  margin-bottom: 40px;
  margin-top: 0;
  text-transform: uppercase; }

.page-template-promo-template .jumbo-description {
  font-weight: 500;
  line-height: 1.6;
  padding: 0 30px;
  letter-spacing: 1px;
  font-size: 16px;
  color: #686767; }

@media (max-width: 800px) {
  .page-template-promo-template .promo-section {
    padding-bottom: 60px; }
  .page-template-promo-template .promo-products-action .letif-btn.reverse {
    margin: 25px 0;
    font-size: 20px; }
  .page-template-promo-template .jumbo-title h1 {
    font-size: 26px; }
  .page-template-promo-template .jumbo-description p {
    font-size: 14px !important; }
  .page-template-promo-template .brand-series h2 {
    margin: 0 0 40px 0; } }

.page-template-promo-template .brand-series .serie-box .total-container img {
  max-width: 250px; }

.delays-message-container {
  position: fixed;
  left: 0;
  bottom: 36px;
  max-width: 260px;
  background: #29b8ba;
  z-index: 999;
  box-shadow: 0 -4px 10px #ababab;
  transition: transform 0.3s ease-in-out;
  transform: translateY(0); }
  .delays-message-container.delay-message-hidden {
    transform: translateY(calc(100% - 36px)); }
    .delays-message-container.delay-message-hidden .close-icon {
      display: none !important; }
    .delays-message-container.delay-message-hidden .open-icon {
      display: flex !important; }
  .delays-message-container .delays-message-toggle {
    padding: 8px;
    text-align: center;
    color: #FFF;
    background: #353535;
    cursor: pointer;
    font-weight: 400;
    font-size: 14px;
    display: flex;
    align-items: center;
    justify-content: center; }
    .delays-message-container .delays-message-toggle .close-icon, .delays-message-container .delays-message-toggle .open-icon {
      margin: 0 0 0 10px;
      display: flex;
      align-items: center;
      justify-content: center; }
      .delays-message-container .delays-message-toggle .close-icon svg, .delays-message-container .delays-message-toggle .open-icon svg {
        max-width: 15px;
        width: 100%;
        height: auto;
        fill: #FFF; }
    .delays-message-container .delays-message-toggle .open-icon {
      display: none; }
  .delays-message-container .delays-message {
    text-align: center;
    padding: 10px;
    color: #FFF;
    font-size: 15px;
    line-height: 1.35; }

/*Hide Google Remarketing Tag*/
iframe[name="google_conversion_frame"] {
  height: 0;
  padding: 0;
  margin: 0;
  display: block; }

input[type=number]::-webkit-inner-spin-button,
input[type=number]::-webkit-outer-spin-button {
  -webkit-appearance: none;
  margin: 0; }

input[type=number] {
  -moz-appearance: textfield; }

.bold-menu-item a {
  font-weight: bold !important; }

body {
  font-family: "Roboto", sans-serif;
  overflow-x: hidden;
  max-width: 1920px;
  margin: 0 auto; }

.byline,
.updated:not(.published) {
  display: none; }

.single .byline,
.group-blog .byline {
  display: inline; }

.owl-carousel.top-slider .owl-controls {
  z-index: 0; }

h1, h2, h3, h4, h5, h6 {
  letter-spacing: 1px;
  font-weight: 700; }

p {
  color: #686767;
  font-size: 15px; }

body:not(.woocommerce-page):not(.woocommerce):not(.single-post):not(.blog):not(.page-template-contact-template) header.entry-header {
  text-align: center;
  margin-bottom: 50px; }

h1 {
  font-size: 46px;
  color: #29b8ba; }

input, textarea {
  border-radius: 0; }
  input.form-control, textarea.form-control {
    border-radius: 0; }

@font-face {
  font-family: 'letif';
  src: url("fonts/letif.eot?6moab5");
  src: url("fonts/letif.eot?6moab5#iefix") format("embedded-opentype"), url("fonts/letif.ttf?6moab5") format("truetype"), url("fonts/letif.woff?6moab5") format("woff"), url("fonts/letif.svg?6moab5#letif") format("svg");
  font-weight: normal;
  font-style: normal;
  font-display: swap; }

[class^="letif-icon-"], [class*=" letif-icon-"] {
  /* use !important to prevent issues with browser extensions that change fonts */
  font-family: 'letif' !important;
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale; }

.letif-icon-email:before {
  content: "\e900"; }

.letif-icon-emptystar:before {
  content: "\e901"; }

.letif-icon-fullstar:before {
  content: "\65"; }

.letif-icon-edit:before {
  content: "\72"; }

.letif-icon-fav:before {
  content: "\74"; }

.letif-icon-letif-icons-copy-05:before {
  content: "\79"; }

.letif-icon-bag:before {
  content: "\75"; }

.letif-icon-transport:before {
  content: "\69"; }

.letif-icon-phone:before {
  content: "\e908"; }

.letif-icon-profile:before {
  content: "\70"; }

.letif-icon-search:before {
  content: "\73"; }

.letif-icon-pinterest:before {
  content: "\64"; }

.letif-icon-utube:before {
  content: "\66"; }

.letif-icon-twitter:before {
  content: "\67"; }

.letif-icon-facebook:before {
  content: "\68"; }

.icon-addtofav:before {
  content: "\6a"; }

.c-hamburger {
  display: block;
  overflow: hidden;
  margin: 0;
  padding: 0;
  font-size: 0;
  text-indent: -9999px;
  appearance: none;
  box-shadow: none;
  border-radius: none;
  border: none;
  cursor: pointer;
  transition: background 0.3s;
  width: 100%;
  height: 100%;
  background: #29b8ba; }

.c-hamburger:focus {
  outline: none; }

.c-hamburger span {
  display: block;
  position: absolute;
  top: 50%;
  margin-top: -1px;
  left: 50%;
  margin-left: -15px;
  height: 2px;
  background: #fff;
  background-color: white;
  right: 50%;
  margin-right: -15px; }

.c-hamburger span::before,
.c-hamburger span::after {
  position: absolute;
  display: block;
  left: 0;
  width: 100%;
  height: 2px;
  background-color: #fff;
  content: ""; }

.c-hamburger span::before {
  top: -10px; }

.c-hamburger span::after {
  bottom: -10px; }

.c-hamburger--htx {
  background-color: #29b8ba; }

.c-hamburger--htx span {
  transition: background 0s 0.3s; }

.c-hamburger--htx span::before,
.c-hamburger--htx span::after {
  transition-duration: 0.3s, 0.3s;
  transition-delay: 0.3s, 0s;
  transform: rotate(0deg); }

.c-hamburger--htx span::before {
  transition-property: top, transform; }

.c-hamburger--htx span::after {
  transition-property: bottom, transform; }

/* active state, i.e. menu open */
.c-hamburger--htx.is-active {
  background-color: #cb0032; }

.c-hamburger--htx.is-active span {
  background: none;
  transition: none; }

.c-hamburger--htx.is-active span::before {
  top: 0;
  transform: rotate(45deg); }

.c-hamburger--htx.is-active span::after {
  bottom: 0;
  transform: rotate(-45deg); }

.c-hamburger--htx.is-active span::before,
.c-hamburger--htx.is-active span::after {
  transition-delay: 0s, 0.3s; }

.responsive-header .cart-toggle-container button span.close-me, .toggle-ajax-filters button span.close-me {
  display: block;
  position: absolute;
  top: 50%;
  margin-top: -1px;
  left: 50%;
  margin-left: -15px;
  height: 2px;
  right: 50%;
  margin-right: -15px; }
  .responsive-header .cart-toggle-container button span.close-me:before, .responsive-header .cart-toggle-container button span.close-me:after, .toggle-ajax-filters button span.close-me:before, .toggle-ajax-filters button span.close-me:after {
    position: absolute;
    display: block;
    left: 0;
    width: 100%;
    height: 2px;
    background-color: none;
    opacity: 0;
    content: "";
    transform: rotate(0deg); }
  .responsive-header .cart-toggle-container button span.close-me:before, .toggle-ajax-filters button span.close-me:before {
    top: -10px;
    transition-property: top, transform; }
  .responsive-header .cart-toggle-container button span.close-me:after, .toggle-ajax-filters button span.close-me:after {
    bottom: -10px;
    transition-property: bottom, transform; }

.responsive-header .cart-toggle-container button.is-active, .toggle-ajax-filters button.is-active {
  background-color: #cb0032; }
  .responsive-header .cart-toggle-container button.is-active span.letif-icon-bag, .toggle-ajax-filters button.is-active span.letif-icon-bag {
    display: none; }
  .responsive-header .cart-toggle-container button.is-active span.fa-sliders, .toggle-ajax-filters button.is-active span.fa-sliders {
    opacity: 0; }
  .responsive-header .cart-toggle-container button.is-active span.close-me::after, .responsive-header .cart-toggle-container button.is-active span.close-me::before, .toggle-ajax-filters button.is-active span.close-me::after, .toggle-ajax-filters button.is-active span.close-me::before {
    transition-duration: 0.3s, 0.3s;
    background-color: #fff;
    opacity: 1; }
  .responsive-header .cart-toggle-container button.is-active span.close-me::after, .toggle-ajax-filters button.is-active span.close-me::after {
    bottom: 0;
    transform: rotate(-45deg); }
  .responsive-header .cart-toggle-container button.is-active span.close-me::before, .toggle-ajax-filters button.is-active span.close-me::before {
    top: 0;
    transform: rotate(45deg); }

::-webkit-scrollbar {
  width: 15px;
  height: 15px; }

::-webkit-scrollbar-thumb {
  background: #555; }

::-webkit-scrollbar-track {
  background: #aaaaaa; }

body {
  scrollbar-face-color: #555;
  scrollbar-track-color: #aaaaaa; }

.site-footer .widget-holder.with-newsletter > section:last-child {
  margin-top: 20px; }
  .site-footer .widget-holder.with-newsletter > section:last-child form {
    position: relative;
    max-width: 200px;
    display: inline-block; }
    .site-footer .widget-holder.with-newsletter > section:last-child form > p.wysija-paragraph {
      margin-right: 40px; }
      .site-footer .widget-holder.with-newsletter > section:last-child form > p.wysija-paragraph:before {
        content: "\f1ea";
        display: inline-block;
        font: normal normal normal 14px/1 FontAwesome;
        font-size: inherit;
        text-rendering: auto;
        -webkit-font-smoothing: antialiased;
        -moz-osx-font-smoothing: grayscale;
        position: absolute;
        top: 0;
        right: 0;
        color: white;
        width: 50px;
        height: 50px; }
    .site-footer .widget-holder.with-newsletter > section:last-child form ::-webkit-input-placeholder {
      color: white; }
    .site-footer .widget-holder.with-newsletter > section:last-child form :-moz-placeholder {
      /* Firefox 18- */
      color: white; }
    .site-footer .widget-holder.with-newsletter > section:last-child form ::-moz-placeholder {
      /* Firefox 19+ */
      color: white; }
    .site-footer .widget-holder.with-newsletter > section:last-child form :-ms-input-placeholder {
      color: white; }
    .site-footer .widget-holder.with-newsletter > section:last-child form input[type="text"] {
      background: #9e9e9e;
      border: none;
      padding: 5px 15px;
      color: white;
      outline: none !important;
      width: 100%;
      height: 40px; }
    .site-footer .widget-holder.with-newsletter > section:last-child form button[type="submit"] {
      background-color: #29b8ba;
      border: none;
      position: absolute;
      right: 0;
      top: 0;
      margin-top: 0;
      color: white;
      right: 0;
      height: 40px;
      width: 40px;
      outline: none !important;
      transition: background-color 0.2s ease-in-out; }
      .site-footer .widget-holder.with-newsletter > section:last-child form button[type="submit"]:hover {
        background-color: #1b8283; }

.site-footer .footer-contact {
  max-width: 200px;
  display: inline-block; }
  .site-footer .footer-contact > div {
    margin-bottom: 5px;
    color: #595959;
    font-weight: 300; }
    .site-footer .footer-contact > div a {
      color: #595959; }
    .site-footer .footer-contact > div:not(.footer-social) i {
      font-size: 12px;
      padding-right: 15px; }
    .site-footer .footer-contact > div.footer-social {
      margin-top: 20px;
      display: flex;
      flex-direction: row;
      justify-content: center; }
      .site-footer .footer-contact > div.footer-social a {
        display: inline-block;
        padding-right: 10px;
        color: #29b8ba; }
        .site-footer .footer-contact > div.footer-social a:last-child {
          padding-right: 0; }
      .site-footer .footer-contact > div.footer-social i {
        font-size: 18px; }

.site-footer .back-to-top-mobile {
  text-align: center;
  cursor: pointer;
  margin: 25px 0;
  padding: 4px 25px;
  box-shadow: 1px 0 1px 1px #eee;
  transition: opacity .2s ease-in-out; }

.site-footer .back-to-top {
  position: fixed;
  right: 15px;
  bottom: 15px;
  opacity: 0;
  visibility: hidden;
  transition: opacity .2s ease-in-out;
  cursor: pointer; }
  .site-footer .back-to-top.visible {
    opacity: 1;
    visibility: visible; }
    .site-footer .back-to-top.visible:hover {
      opacity: 0.7; }

.site-footer .menu a {
  display: inline-block; }
  .site-footer .menu a:after {
    content: "";
    width: 0;
    height: 1px;
    display: block;
    transition: width 0.2s ease-in-out;
    -webkit-transition: width 0.2s ease-in-out;
    -moz-transition: width 0.2s ease-in-out;
    -ms-transition: width 0.2s ease-in-out;
    -o-transition: width 0.2s ease-in-out;
    margin-top: 2px; }
  .site-footer .menu a:hover:after {
    width: 100%;
    background: #9e9e9e; }

a {
  color: #29b8ba; }
  a:hover, a:focus {
    text-decoration: none;
    color: #29b8ba;
    transition: all 0.2s ease-in-out;
    -webkit-transition: all 0.2s ease-in-out;
    -moz-transition: all 0.2s ease-in-out;
    -ms-transition: all 0.2s ease-in-out;
    -o-transition: all 0.2s ease-in-out; }
  a.animated {
    display: inline-block; }
    a.animated:after {
      content: "";
      width: 0;
      height: 1px;
      display: block;
      transition: width 0.2s ease-in-out;
      -webkit-transition: width 0.2s ease-in-out;
      -moz-transition: width 0.2s ease-in-out;
      -ms-transition: width 0.2s ease-in-out;
      -o-transition: width 0.2s ease-in-out;
      margin-top: 5px; }
    a.animated:hover:after {
      width: 100%;
      background: #29b8ba; }

ul.letif-products {
  padding-left: 0;
  list-style-type: none; }

#fancybox-loading {
  background: transparent;
  width: 60px;
  margin-right: 0; }

.right-container > ul {
  position: relative; }

.right-container li.login:hover .container-menu-login, .right-container li.login.active .container-menu-login {
  opacity: 1;
  visibility: visible;
  transition: opacity 0.15s ease-in-out; }

.right-container li.login.closed .container-menu-login {
  opacity: 0;
  visibility: hidden; }

.right-container li.login.active .close-me {
  display: block;
  cursor: pointer; }

#main-header .main-bar .right-main-container > .row > div .evolution-awards .text-content > p:first-child {
  color: #416081; }

#main-header .main-bar .right-main-container > .row > div .evolution-awards .text-content > p:nth-child(2), #main-header .main-bar .right-main-container > .row > div .evolution-awards .text-content > p:last-child {
  font-size: 12px;
  color: #25597E; }

#main-header .main-bar .right-main-container > .row .free-shipping .text-content .cod-header {
  font-size: 0.5em; }

.ajax-loader, #fancybox-loading > div {
  width: 8px;
  height: 8px;
  margin: 40px auto;
  opacity: 0.5;
  border-radius: 50%;
  box-shadow: 0 -14px 0 rgba(255, 255, 255, 0.8), 10px -10px 0 rgba(255, 255, 255, 0.7), 14px 0px 1px rgba(255, 255, 255, 0.6), 10px 10px 1px rgba(255, 255, 255, 0.5), 0px 14px 2px rgba(255, 255, 255, 0.4), -10px 10px 2px rgba(255, 255, 255, 0.3), -14px 0px 3px rgba(255, 255, 255, 0.2), -10px -10px 3px rgba(255, 255, 255, 0.1);
  transform-origin: 50%;
  animation: load 0.5s steps(8, end) infinite; }

@keyframes load {
  0% {
    transform: rotate(0); }
  100% {
    transform: rotate(360deg); } }

.site-footer {
  padding: 75px 0; }
  .site-footer .widget {
    text-align: center; }
    .site-footer .widget ul {
      list-style-type: none;
      padding-left: 0; }
      .site-footer .widget ul li {
        padding: 2px 0; }
        .site-footer .widget ul li a {
          color: #595959;
          font-weight: 300; }
    .site-footer .widget h3 {
      color: #595959;
      font-size: 15px;
      font-weight: 700;
      text-transform: uppercase;
      margin-top: 0; }

#whats-hot, #blog-section {
  position: relative; }
  #whats-hot .animation-container, #blog-section .animation-container {
    position: absolute;
    top: 0;
    width: 100%;
    z-index: 1; }
    #whats-hot .animation-container.whats img, #blog-section .animation-container.whats img {
      max-width: 820px; }
    #whats-hot .animation-container.hot, #blog-section .animation-container.hot {
      z-index: -1;
      top: 280px; }
      #whats-hot .animation-container.hot > div, #blog-section .animation-container.hot > div {
        padding-right: 100px; }
    #whats-hot .animation-container > div, #blog-section .animation-container > div {
      position: static;
      display: inline-block; }

#blog-section .animation-container.hot {
  top: auto;
  bottom: 0; }

#top-ranges .box-images, #three-boxes .box-images {
  max-width: 1200px;
  margin: 0 auto;
  padding-top: 50px; }
  #top-ranges .box-images .box-image, #three-boxes .box-images .box-image {
    margin-bottom: 30px; }
    #top-ranges .box-images .box-image:nth-child(2), #three-boxes .box-images .box-image:nth-child(2) {
      padding-top: 100px; }
    #top-ranges .box-images .box-image a, #three-boxes .box-images .box-image a {
      display: block;
      background: transparent;
      position: relative; }
      #top-ranges .box-images .box-image a:after, #three-boxes .box-images .box-image a:after {
        transition: all 0.2s ease;
        content: "";
        width: 0;
        height: 100%;
        position: absolute;
        top: 0;
        left: 0;
        background: transparent; }
      #top-ranges .box-images .box-image a:before, #three-boxes .box-images .box-image a:before {
        transition: opacity 0.2s ease;
        position: absolute;
        width: 100%;
        content: "\f070";
        top: 50%;
        display: inline-block;
        opacity: 0;
        visibility: hidden;
        font: normal normal normal 14px/1 FontAwesome;
        font-size: 60px;
        text-rendering: auto;
        -webkit-font-smoothing: antialiased;
        margin-top: -30px;
        text-align: center;
        color: white; }
      #top-ranges .box-images .box-image a .hover-text, #three-boxes .box-images .box-image a .hover-text {
        opacity: 0;
        position: absolute;
        bottom: 0;
        padding: 0 10px 20px;
        font-weight: 700;
        text-align: center;
        right: 0;
        left: 0;
        color: white;
        z-index: 100;
        font-size: 24px; }
      #top-ranges .box-images .box-image a:hover:after, #three-boxes .box-images .box-image a:hover:after {
        width: 100%;
        background: rgba(0, 0, 0, 0.3); }
      #top-ranges .box-images .box-image a:hover:before, #three-boxes .box-images .box-image a:hover:before {
        opacity: 1;
        visibility: visible;
        z-index: 1; }
      #top-ranges .box-images .box-image a:hover .hover-text, #three-boxes .box-images .box-image a:hover .hover-text {
        opacity: 1; }
      #top-ranges .box-images .box-image a img, #three-boxes .box-images .box-image a img {
        width: 100%;
        height: auto; }

#three-boxes .box-images .box-image:nth-child(2) {
  padding-top: 0; }

#three-boxes .box-images .box-image a:before {
  display: none; }

#three-boxes .box-images .box-image a:after {
  width: 100%;
  height: 0; }

#three-boxes .box-images .box-image a:hover:after {
  height: 100%;
  background: rgba(41, 184, 186, 0.66); }

#three-boxes .box-images .box-image a:hover .outer-wrapper .details {
  z-index: 2;
  position: relative; }
  #three-boxes .box-images .box-image a:hover .outer-wrapper .details p {
    opacity: 1; }

#three-boxes .box-images .box-image .outer-wrapper {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  padding: 20px;
  background: rgba(0, 0, 0, 0.25); }
  #three-boxes .box-images .box-image .outer-wrapper .vertical-center {
    height: 100%;
    text-align: center;
    border: 5px solid white; }
    #three-boxes .box-images .box-image .outer-wrapper .vertical-center .details h3 {
      color: white;
      font-weight: 700;
      font-size: 29px;
      padding: 15px;
      letter-spacing: 2px; }
    #three-boxes .box-images .box-image .outer-wrapper .vertical-center .details p {
      color: white;
      font-size: 20px;
      letter-spacing: 2px;
      font-weight: 300;
      opacity: 0;
      transition: opacity 0.10s ease; }

.woocommerce .star-rating {
  float: none; }

/* Start Newsletter Section */
#newsletter #sendingBlue-register #form {
  display: block;
  width: 100%;
  max-width: 500px;
  margin: 0 auto; }
  #newsletter #sendingBlue-register #form #mail {
    height: 65px;
    width: 100%;
    background-color: #0b0b0b;
    color: white;
    border: none;
    outline: none;
    padding: 25px;
    font-size: 15px;
    font-weight: 500; }
  #newsletter #sendingBlue-register #form .row.form {
    position: relative; }
  #newsletter #sendingBlue-register #form .gdpr > label {
    padding: 10px 5px;
    color: #FFFFFF; }
    #newsletter #sendingBlue-register #form .gdpr > label > input {
      margin: 0 5px; }
  #newsletter #sendingBlue-register #form #submit {
    position: absolute;
    top: 0;
    right: 0;
    margin: 0;
    height: 65px;
    background-color: #29B8BA;
    line-height: 65px;
    min-width: 150px;
    color: #fff;
    cursor: pointer;
    transition: background-color 0.3s ease-in-out; }
    #newsletter #sendingBlue-register #form #submit:hover {
      background-color: #11A1A3; }

#newsletter #sendingBlue-register #error p {
  color: #8B0000; }

#newsletter .inner-wrapper {
  background-image: url("images/newsletter.png.webp");
  background-size: cover;
  padding: 20px; }
  #newsletter .inner-wrapper .inner-block {
    background: rgba(33, 128, 130, 0.5);
    padding: 35px; }
  #newsletter .inner-wrapper h2 {
    margin-top: 0;
    color: white;
    text-transform: uppercase;
    font-size: 35px;
    letter-spacing: 2px;
    font-weight: 700; }
  #newsletter .inner-wrapper p.subtitle {
    text-transform: uppercase;
    font-size: 25px;
    font-weight: 300;
    color: white; }
  #newsletter .inner-wrapper p.descr {
    font-size: 18px;
    font-weight: 300;
    color: white; }
  #newsletter .inner-wrapper form {
    position: relative;
    display: block;
    width: 100%;
    max-width: 500px;
    margin: 0 auto; }
    #newsletter .inner-wrapper form:before, #newsletter .inner-wrapper form:after {
      display: table;
      content: ""; }
    #newsletter .inner-wrapper form:after {
      clear: both; }
    #newsletter .inner-wrapper form .wysija-paragraph {
      float: left;
      width: 100%; }
    #newsletter .inner-wrapper form input[type="text"] {
      height: 65px;
      width: 100%;
      background-color: #0b0b0b;
      color: white;
      border: none;
      outline: none;
      padding: 25px;
      font-size: 15px;
      font-weight: 500; }
  #newsletter .inner-wrapper .wysija-submit-field {
    position: absolute;
    top: 0;
    right: 0;
    margin: 0;
    height: 65px; }

/* End Newsletter Section */
.animation-container {
  position: relative; }

.has-animation.left-to-right {
  position: absolute;
  left: -500px;
  opacity: 0;
  visibility: hidden; }

.has-animation.right-to-left {
  position: absolute;
  right: -500px;
  opacity: 0;
  visibility: hidden; }

.has-animation.slide-bottom {
  opacity: 0;
  visibility: hidden; }

.has-animation.in-view.left-to-right {
  animation: left-to-right 1.5s forwards; }

.has-animation.in-view.right-to-left {
  animation: right-to-left 1.5s forwards; }

.has-animation.in-view.slide-bottom {
  animation: slide-bottom 1s forwards; }

@keyframes slide-bottom {
  from {
    transform: translateY(-100px);
    -webkit-transform: translateY(-100px);
    -ms-transform: translateY(-30px);
    -moz-transform: translateY(-30px);
    -o-transform: translateY(-30px); }
  to {
    transform: translateY(0px);
    -webkit-transform: translateY(0px);
    -ms-transform: translateY(0px);
    -moz-transform: translateY(0px);
    -o-transform: translateY(0px);
    opacity: 1;
    visibility: visible; } }

@keyframes left-to-right {
  from {
    left: -50px; }
  to {
    left: 0;
    opacity: 1;
    visibility: visible; } }

@keyframes right-to-left {
  from {
    right: -50px; }
  to {
    right: 0;
    opacity: 1;
    visibility: visible; } }

.section {
  padding: 55px 0; }

#whats-hot .content {
  position: relative;
  max-width: 740px;
  margin: 0 auto; }
  #whats-hot .content:before {
    content: "";
    position: absolute;
    left: 0;
    width: 100%;
    height: 180px;
    top: 180px;
    border: 3px solid #29b8ba; }
  #whats-hot .content .thumbnail-holder {
    text-align: center;
    height: 450px; }
    #whats-hot .content .thumbnail-holder img {
      display: inline-block; }
  #whats-hot .content .description {
    font-size: 16px;
    color: #686767;
    padding: 30px 0 0;
    display: inline-block;
    max-width: 620px; }
  #whats-hot .content .owl-controls {
    position: absolute;
    width: 100%;
    left: 0;
    top: 250px; }
    #whats-hot .content .owl-controls .owl-nav > div {
      position: absolute;
      cursor: pointer; }
      #whats-hot .content .owl-controls .owl-nav > div.owl-prev, #whats-hot .content .owl-controls .owl-nav > div.owl-next {
        text-align: center;
        width: 50px;
        padding: 7px; }
      #whats-hot .content .owl-controls .owl-nav > div.owl-prev {
        left: -55px; }
      #whats-hot .content .owl-controls .owl-nav > div.owl-next {
        right: -55px; }
      #whats-hot .content .owl-controls .owl-nav > div span {
        font-size: 35px;
        color: #777; }

.most-loved .product-item .product-info {
  margin-top: 20px; }
  .most-loved .product-item .product-info .title p {
    font-size: 15px; }
  .most-loved .product-item .product-info .city-information {
    text-transform: uppercase;
    color: #686767;
    font-weight: 700;
    font-size: 14px;
    margin-top: 10px; }
    .most-loved .product-item .product-info .city-information p {
      position: relative; }
    .most-loved .product-item .product-info .city-information p.descr {
      font-weight: 300;
      margin-bottom: 0;
      position: static; }
    .most-loved .product-item .product-info .city-information span.city-name {
      padding-left: 25px;
      font-size: 13px; }
    .most-loved .product-item .product-info .city-information span.glyphicon {
      color: #29b8ba;
      font-size: 20px;
      position: absolute;
      top: -1px; }

.fancybox-content {
  padding: 22px; }

.fancybox-product {
  max-width: 800px;
  max-height: 500px; }
  .fancybox-product .clearfix .col-sm-8 {
    max-height: 450px;
    overflow: auto; }

@media (max-width: 767px) {
  .fancybox-product {
    max-width: 800px;
    max-height: 500px; }
    .fancybox-product .clearfix .col-sm-8 {
      max-height: initial;
      overflow: auto;
      padding-bottom: 22px; } }

#special-offers .product-item, .most-loved .product-item, .letif-products .product-item {
  position: relative; }
  #special-offers .product-item .thumbnail-holder, .most-loved .product-item .thumbnail-holder, .letif-products .product-item .thumbnail-holder {
    position: relative; }
  #special-offers .product-item .quick-view, .most-loved .product-item .quick-view, .letif-products .product-item .quick-view {
    transition: opacity 0.1s ease;
    opacity: 0;
    visibility: hidden;
    position: absolute;
    left: 50%;
    width: 50%;
    top: 50%;
    transform: translate(-50%, -50%); }
    #special-offers .product-item .quick-view .shop-now, #special-offers .product-item .quick-view .quick-view-button, .most-loved .product-item .quick-view .shop-now, .most-loved .product-item .quick-view .quick-view-button, .letif-products .product-item .quick-view .shop-now, .letif-products .product-item .quick-view .quick-view-button {
      text-align: center;
      padding: 0 2px; }
      #special-offers .product-item .quick-view .shop-now span, #special-offers .product-item .quick-view .shop-now a, #special-offers .product-item .quick-view .quick-view-button span, #special-offers .product-item .quick-view .quick-view-button a, .most-loved .product-item .quick-view .shop-now span, .most-loved .product-item .quick-view .shop-now a, .most-loved .product-item .quick-view .quick-view-button span, .most-loved .product-item .quick-view .quick-view-button a, .letif-products .product-item .quick-view .shop-now span, .letif-products .product-item .quick-view .shop-now a, .letif-products .product-item .quick-view .quick-view-button span, .letif-products .product-item .quick-view .quick-view-button a {
        font-size: 16px;
        color: white;
        padding: 8px 15px;
        text-transform: uppercase;
        transition: background 0.1s ease;
        display: block; }
    #special-offers .product-item .quick-view .shop-now span, #special-offers .product-item .quick-view .shop-now a, .most-loved .product-item .quick-view .shop-now span, .most-loved .product-item .quick-view .shop-now a, .letif-products .product-item .quick-view .shop-now span, .letif-products .product-item .quick-view .shop-now a {
      background: rgba(41, 184, 186, 0.7);
      border: 2px solid #29b8ba; }
      #special-offers .product-item .quick-view .shop-now span:hover, #special-offers .product-item .quick-view .shop-now a:hover, .most-loved .product-item .quick-view .shop-now span:hover, .most-loved .product-item .quick-view .shop-now a:hover, .letif-products .product-item .quick-view .shop-now span:hover, .letif-products .product-item .quick-view .shop-now a:hover {
        background: white;
        color: #29b8ba;
        border: 2px solid #29b8ba; }
    #special-offers .product-item .quick-view .quick-view-button span, #special-offers .product-item .quick-view .quick-view-button a, .most-loved .product-item .quick-view .quick-view-button span, .most-loved .product-item .quick-view .quick-view-button a, .letif-products .product-item .quick-view .quick-view-button span, .letif-products .product-item .quick-view .quick-view-button a {
      background: rgba(0, 0, 0, 0.7);
      border: 2px solid #000; }
      #special-offers .product-item .quick-view .quick-view-button span:hover, #special-offers .product-item .quick-view .quick-view-button a:hover, .most-loved .product-item .quick-view .quick-view-button span:hover, .most-loved .product-item .quick-view .quick-view-button a:hover, .letif-products .product-item .quick-view .quick-view-button span:hover, .letif-products .product-item .quick-view .quick-view-button a:hover {
        background: white;
        color: #29b8ba;
        border: 2px solid #29b8ba; }
    #special-offers .product-item .quick-view .action-buttons, .most-loved .product-item .quick-view .action-buttons, .letif-products .product-item .quick-view .action-buttons {
      margin-top: 0; }
    #special-offers .product-item .quick-view ul, .most-loved .product-item .quick-view ul, .letif-products .product-item .quick-view ul {
      padding-left: 0;
      list-style-type: none;
      margin-bottom: 0; }
      #special-offers .product-item .quick-view ul > li, .most-loved .product-item .quick-view ul > li, .letif-products .product-item .quick-view ul > li {
        display: block;
        float: none;
        margin: 0 auto; }
  #special-offers .product-item:hover .quick-view, .most-loved .product-item:hover .quick-view, .letif-products .product-item:hover .quick-view {
    opacity: 1;
    visibility: visible; }
  #special-offers .product-item:hover > a, .most-loved .product-item:hover > a, .letif-products .product-item:hover > a {
    box-shadow: 0 0 5px #29b8ba; }

#special-offers .thumbnail-holder, .most-loved .thumbnail-holder, .letif-products .thumbnail-holder {
  height: 270px;
  overflow: hidden; }

#special-offers .rating .star-rating, .most-loved .rating .star-rating, .letif-products .rating .star-rating {
  font-size: 18px;
  float: none; }

#special-offers .action-buttons, .most-loved .action-buttons, .letif-products .action-buttons {
  margin: 0; }

#special-offers .content, .most-loved .content, .letif-products .content {
  margin: 0 -15px; }

.product-item .product-info .title {
  color: #686767;
  font-size: 15px;
  text-transform: uppercase;
  height: 45px; }

.product-item .product-info .product-price {
  height: 60px;
  position: relative; }
  .product-item .product-info .product-price .final-price {
    color: #636363;
    font-weight: 700;
    font-size: 18px;
    position: absolute;
    bottom: 0;
    width: 100%;
    left: 0;
    text-align: center; }
  .product-item .product-info .product-price .original-price {
    color: #c2c2c2; }

.title-holder {
  text-align: center; }
  .title-holder h1, .title-holder h2 {
    color: #29b8ba;
    font-size: 39px;
    text-transform: uppercase;
    font-weight: 700;
    margin: 0; }
  .title-holder .subtitle {
    font-size: 29px;
    font-weight: 300;
    color: #3d3832;
    margin-top: 15px; }

.most-loved .title-holder .subtitle, #special-offers .title-holder .subtitle {
  font-weight: 500; }

.fancybox-register.fancybox-opened .fancybox-skin {
  background: white; }

.fancybox-opened .fancybox-skin {
  background: #14dfe2;
  box-shadow: none;
  border: none;
  border-radius: 0; }

.fancybox-opened .letif-close {
  position: absolute;
  top: -10px;
  right: -10px;
  z-index: 111111111;
  padding: 0px 5px;
  color: white;
  background: #686867;
  border-radius: 50%;
  font-size: 18px; }

.home #hair-experts {
  padding-top: 145px; }

.top-slider .owl-stage-outer {
  padding-top: 0; }

#hair-experts .hair-expert .vertical-center {
  height: 100%; }

#hair-experts .image img {
  display: inline-block; }

#hair-experts .content {
  margin: 0 -15px; }
  #hair-experts .content .inner-content {
    max-width: 1100px;
    margin: 0 auto; }
    #hair-experts .content .inner-content > div > p {
      margin: 0; }
    #hair-experts .content .inner-content .name {
      color: #29b8ba;
      font-size: 26px;
      line-height: normal; }
    #hair-experts .content .inner-content .position {
      font-size: 17px;
      font-weight: 300;
      color: #686767; }
    #hair-experts .content .inner-content .details {
      margin-top: 20px; }
      #hair-experts .content .inner-content .details p {
        font-size: 15px;
        font-weight: 300;
        color: #686767; }

#hair-experts .social {
  text-align: center;
  margin-top: 30px; }
  #hair-experts .social > div {
    display: inline-block; }
    #hair-experts .social > div .social-child {
      float: left;
      padding-right: 5px; }
      #hair-experts .social > div .social-child a {
        color: #8e8e8e; }
        #hair-experts .social > div .social-child a:hover {
          color: #29b8ba; }
        #hair-experts .social > div .social-child a span {
          font-size: 20px;
          border-radius: 50%;
          border: 2px solid;
          padding: 5px;
          width: 35px; }

#selected-videos {
  position: relative;
  overflow: hidden; }
  #selected-videos .image-container {
    position: relative; }
    #selected-videos .image-container:before {
      background: rgba(0, 0, 0, 0.1);
      content: "";
      position: absolute;
      width: 100%;
      height: 100%; }
  #selected-videos .video {
    position: relative;
    transform: translateX(500px);
    opacity: 0;
    transition: all 0.2s ease; }
    #selected-videos .video .inner-wrapper a {
      display: block; }
      #selected-videos .video .inner-wrapper a:hover:after {
        width: 100%;
        background: rgba(41, 184, 186, 0.66); }
      #selected-videos .video .inner-wrapper a:hover .details .inner-details-wrapper .play-button {
        opacity: 1;
        height: auto;
        transition: opacity .6s ease; }
      #selected-videos .video .inner-wrapper a:hover .details .inner-details-wrapper .the-title {
        top: auto;
        transform: translateY(0px); }
      #selected-videos .video .inner-wrapper a:after {
        content: "";
        height: 0;
        background: rgba(41, 184, 186, 0.66);
        position: absolute;
        width: 0;
        height: 100%;
        left: 0;
        top: 0;
        transition: all 0.2s ease; }
    #selected-videos .video:nth-child(1) {
      transition-delay: 0.1s; }
    #selected-videos .video:nth-child(2) {
      transition-delay: 0.2s; }
    #selected-videos .video.in-view {
      transform: translateX(0);
      opacity: 1; }
    #selected-videos .video .inner-wrapper {
      position: relative; }
      #selected-videos .video .inner-wrapper .details {
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        z-index: 1; }
        #selected-videos .video .inner-wrapper .details .inner-details-wrapper {
          padding: 25px;
          font-size: 22px;
          font-weight: 300;
          color: white; }
          #selected-videos .video .inner-wrapper .details .inner-details-wrapper .play-button {
            font-size: 90px;
            opacity: 0;
            height: 0; }
          #selected-videos .video .inner-wrapper .details .inner-details-wrapper .the-title {
            transition: transform 0.2s ease;
            position: relative;
            top: 50px;
            transform: translateY(-50px); }
  #selected-videos .animation-container {
    top: 80px; }
  #selected-videos .row .vertical-center {
    height: 100%; }
  #selected-videos .title-holder {
    margin-top: -200px; }
    #selected-videos .title-holder h2 {
      line-height: 1; }
    #selected-videos .title-holder .subtitle {
      margin: 0; }

@-webkit-keyframes hvr-buzz {
  50% {
    -webkit-transform: translateX(3px) rotate(2deg);
    transform: translateX(3px) rotate(2deg); }
  100% {
    -webkit-transform: translateX(-3px) rotate(-2deg);
    transform: translateX(-3px) rotate(-2deg); } }

@keyframes hvr-buzz {
  50% {
    -webkit-transform: translateX(3px) rotate(2deg);
    transform: translateX(3px) rotate(2deg); }
  100% {
    -webkit-transform: translateX(-3px) rotate(-2deg);
    transform: translateX(-3px) rotate(-2deg); } }

#selected-brands {
  background: #f2f2f2;
  text-align: center; }
  #selected-brands .container.collapsed .brands-wrapper .selected-brand a img {
    max-height: none;
    max-width: 125px; }
  #selected-brands .brands-wrapper.in-view .selected-brand.is-visible {
    transform: translateX(0);
    opacity: 1;
    visibility: visible; }
  #selected-brands .brands-wrapper .selected-brand {
    transition: all 0.2s ease;
    display: none;
    visibility: hidden;
    opacity: 0;
    padding: 0 15px;
    margin-bottom: 15px;
    transform: translateX(-100px);
    opacity: 0; }
    #selected-brands .brands-wrapper .selected-brand:nth-child(1) {
      transition-delay: 0.1s; }
    #selected-brands .brands-wrapper .selected-brand:nth-child(2) {
      transition-delay: 0.2s; }
    #selected-brands .brands-wrapper .selected-brand:nth-child(3) {
      transition-delay: 0.3s; }
    #selected-brands .brands-wrapper .selected-brand:nth-child(4) {
      transition-delay: 0.4s; }
    #selected-brands .brands-wrapper .selected-brand:nth-child(5) {
      transition-delay: 0.5s; }
    #selected-brands .brands-wrapper .selected-brand:nth-child(6) {
      transition-delay: 0.6s; }
    #selected-brands .brands-wrapper .selected-brand:nth-child(7) {
      transition-delay: 0.7s; }
    #selected-brands .brands-wrapper .selected-brand:nth-child(8) {
      transition-delay: 0.1s; }
    #selected-brands .brands-wrapper .selected-brand:nth-child(9) {
      transition-delay: 0.2s; }
    #selected-brands .brands-wrapper .selected-brand:nth-child(10) {
      transition-delay: 0.3s; }
    #selected-brands .brands-wrapper .selected-brand:nth-child(11) {
      transition-delay: 0.4s; }
    #selected-brands .brands-wrapper .selected-brand:nth-child(12) {
      transition-delay: 0.5s; }
    #selected-brands .brands-wrapper .selected-brand:nth-child(13) {
      transition-delay: 0.6s; }
    #selected-brands .brands-wrapper .selected-brand:nth-child(14) {
      transition-delay: 0.7s; }
    #selected-brands .brands-wrapper .selected-brand:nth-child(15) {
      transition-delay: 0.8s; }
    #selected-brands .brands-wrapper .selected-brand:nth-child(16) {
      transition-delay: 0.9s; }
    #selected-brands .brands-wrapper .selected-brand:nth-child(17) {
      transition-delay: 1s; }
    #selected-brands .brands-wrapper .selected-brand:nth-child(18) {
      transition-delay: 1.1s; }
    #selected-brands .brands-wrapper .selected-brand:nth-child(19) {
      transition-delay: 1.2s; }
    #selected-brands .brands-wrapper .selected-brand:nth-child(20) {
      transition-delay: 1.3s; }
    #selected-brands .brands-wrapper .selected-brand:nth-child(21) {
      transition-delay: 1.4s; }
    #selected-brands .brands-wrapper .selected-brand:nth-child(22) {
      transition-delay: 1.5s; }
    #selected-brands .brands-wrapper .selected-brand:nth-child(23) {
      transition-delay: 1.6s; }
    #selected-brands .brands-wrapper .selected-brand:nth-child(24) {
      transition-delay: 1.7s; }
    #selected-brands .brands-wrapper .selected-brand:nth-child(25) {
      transition-delay: 1.8s; }
    #selected-brands .brands-wrapper .selected-brand:nth-child(26) {
      transition-delay: 1.9s; }
    #selected-brands .brands-wrapper .selected-brand:nth-child(27) {
      transition-delay: 2s; }
    #selected-brands .brands-wrapper .selected-brand:nth-child(28) {
      transition-delay: 2.1s; }
    #selected-brands .brands-wrapper .selected-brand:nth-child(29) {
      transition-delay: 2.2s; }
    #selected-brands .brands-wrapper .selected-brand:nth-child(30) {
      transition-delay: 2.3s; }
    #selected-brands .brands-wrapper .selected-brand.is-visible {
      display: inline-block; }
    #selected-brands .brands-wrapper .selected-brand a {
      display: block;
      transition: transform 0.2s ease-in-out; }
      #selected-brands .brands-wrapper .selected-brand a img {
        max-height: 50px;
        width: auto; }
      #selected-brands .brands-wrapper .selected-brand a:hover {
        transform: translateY(-5px); }

.owl-carousel, #whats-hot .owl-controls {
  position: relative; }
  .owl-carousel .owl-nav, #whats-hot .owl-controls .owl-nav {
    padding: 0 25px; }
  .owl-carousel .owl-prev, #whats-hot .owl-controls .owl-prev {
    float: left; }
    .owl-carousel .owl-prev span, #whats-hot .owl-controls .owl-prev span {
      background-image: url("images/arrow-left.png"); }
  .owl-carousel .owl-next, #whats-hot .owl-controls .owl-next {
    float: right;
    text-align: right; }
    .owl-carousel .owl-next span, #whats-hot .owl-controls .owl-next span {
      background-image: url("images/arrow-right.png"); }
  .owl-carousel .owl-prev, .owl-carousel .owl-next, #whats-hot .owl-controls .owl-prev, #whats-hot .owl-controls .owl-next {
    width: 60px;
    height: 55px; }
    .owl-carousel .owl-prev span, .owl-carousel .owl-next span, #whats-hot .owl-controls .owl-prev span, #whats-hot .owl-controls .owl-next span {
      width: 25px;
      height: 55px;
      display: inline-block;
      background-repeat: no-repeat; }
    .owl-carousel .owl-prev:hover, .owl-carousel .owl-next:hover, #whats-hot .owl-controls .owl-prev:hover, #whats-hot .owl-controls .owl-next:hover {
      animation-name: hvr-buzz;
      animation-duration: 0.15s;
      animation-timing-function: linear;
      animation-iteration-count: 1; }
  .owl-carousel.top-slider .owl-item img, #whats-hot .owl-controls.top-slider .owl-item img {
    width: 100%; }
  .owl-carousel.whats-hot-slider, #whats-hot .owl-controls.whats-hot-slider {
    padding: 50px 0 0; }
  .owl-carousel.special-offers-slider, .owl-carousel.most-loved-slider, .owl-carousel.hair-experts-slider, #whats-hot .owl-controls.special-offers-slider, #whats-hot .owl-controls.most-loved-slider, #whats-hot .owl-controls.hair-experts-slider {
    padding: 50px 0; }
    .owl-carousel.special-offers-slider .owl-item, .owl-carousel.most-loved-slider .owl-item, .owl-carousel.hair-experts-slider .owl-item, #whats-hot .owl-controls.special-offers-slider .owl-item, #whats-hot .owl-controls.most-loved-slider .owl-item, #whats-hot .owl-controls.hair-experts-slider .owl-item {
      padding: 0 15px;
      text-align: center; }
      .owl-carousel.special-offers-slider .owl-item img, .owl-carousel.most-loved-slider .owl-item img, .owl-carousel.hair-experts-slider .owl-item img, #whats-hot .owl-controls.special-offers-slider .owl-item img, #whats-hot .owl-controls.most-loved-slider .owl-item img, #whats-hot .owl-controls.hair-experts-slider .owl-item img {
        display: inline-block; }
  .owl-carousel .owl-item img, #whats-hot .owl-controls .owl-item img {
    width: auto;
    max-width: 100%; }
  .owl-carousel .owl-stage-outer, #whats-hot .owl-controls .owl-stage-outer {
    width: 100%;
    text-align: center; }
  .owl-carousel .owl-controls, #whats-hot .owl-controls .owl-controls {
    position: absolute;
    top: 50%;
    left: 0;
    width: 100%;
    margin-top: -35px;
    z-index: -1; }
    .owl-carousel .owl-controls .owl-nav, #whats-hot .owl-controls .owl-controls .owl-nav {
      color: white;
      font-size: 40px; }
      .owl-carousel .owl-controls .owl-nav:before, .owl-carousel .owl-controls .owl-nav:after, #whats-hot .owl-controls .owl-controls .owl-nav:before, #whats-hot .owl-controls .owl-controls .owl-nav:after {
        display: table;
        content: ""; }
      .owl-carousel .owl-controls .owl-nav:after, #whats-hot .owl-controls .owl-controls .owl-nav:after {
        clear: both; }
      .owl-carousel .owl-controls .owl-nav .owl-next, #whats-hot .owl-controls .owl-controls .owl-nav .owl-next {
        text-align: right; }

.search-container {
  position: static; }
  .search-container > div {
    font-size: 30px;
    height: 62px; }
    .search-container > div > div.link-container {
      position: relative;
      height: 100%; }
      .search-container > div > div.link-container > a {
        position: absolute;
        background: #29b8ba;
        top: -8px;
        height: calc(100% + 8px);
        width: 60px;
        color: white;
        padding: 15px;
        z-index: 2;
        text-align: center; }
    .search-container > div > div .vertical-child {
      background: #29b8ba; }
    .search-container > div > div.search-form-container {
      height: 100%;
      width: 100%;
      position: absolute;
      transition: height 0.2s cubic-bezier(0, 0.795, 0, 1);
      opacity: 0;
      left: 0;
      top: 0;
      height: 0;
      visibility: hidden; }
      .search-container > div > div.search-form-container form {
        max-width: 900px;
        margin: 0 auto;
        background: #29b8ba;
        padding: 50px 0; }
      .search-container > div > div.search-form-container #search-ajax-result {
        max-height: 400px;
        overflow: auto; }
        .search-container > div > div.search-form-container #search-ajax-result h3 {
          font-weight: 400;
          font-size: 19px;
          color: white;
          border-bottom: 1px solid white;
          padding-bottom: 15px;
          margin-top: 0; }
        .search-container > div > div.search-form-container #search-ajax-result .thumb {
          float: left;
          width: 50px;
          height: 50px;
          overflow: hidden;
          background: rgba(255, 255, 255, 0.5); }
        .search-container > div > div.search-form-container #search-ajax-result .title {
          padding-left: 20px;
          margin-left: 50px;
          height: 50px; }
          .search-container > div > div.search-form-container #search-ajax-result .title .vertical-child {
            text-align: left; }
        .search-container > div > div.search-form-container #search-ajax-result ul {
          list-style-type: none;
          text-align: left;
          margin: 25px 0;
          padding: 0 15px; }
          .search-container > div > div.search-form-container #search-ajax-result ul li {
            padding: 5px 0;
            font-size: 14px; }
            .search-container > div > div.search-form-container #search-ajax-result ul li a {
              color: white;
              display: inline-block; }
              .search-container > div > div.search-form-container #search-ajax-result ul li a:hover:after {
                background: white; }
      .search-container > div > div.search-form-container label {
        display: block;
        text-align: left; }
      .search-container > div > div.search-form-container.in {
        height: 100%;
        z-index: 1;
        opacity: 1;
        visibility: visible; }
        .search-container > div > div.search-form-container.in input[type="search"] {
          width: 100%;
          transition: all 0.3s ease; }
      .search-container > div > div.search-form-container input[type="search"] {
        background: transparent;
        border: none;
        border-bottom: 1px solid white;
        font-size: 25px;
        color: white;
        outline: none;
        font-weight: 300;
        width: 0;
        padding: 10px 0; }
      .search-container > div > div.search-form-container button.search-submit {
        background: none;
        border: none;
        outline: none !important;
        box-shadow: none !important; }
        .search-container > div > div.search-form-container button.search-submit:hover {
          animation-name: hvr-buzz;
          animation-duration: 0.15s;
          animation-timing-function: linear;
          animation-iteration-count: 2; }
        .search-container > div > div.search-form-container button.search-submit span {
          font-size: 40px;
          color: white; }
      .search-container > div > div.search-form-container ::-webkit-input-placeholder {
        color: white; }
      .search-container > div > div.search-form-container :-moz-placeholder {
        /* Firefox 18- */
        color: white; }
      .search-container > div > div.search-form-container ::-moz-placeholder {
        /* Firefox 19+ */
        color: white; }
      .search-container > div > div.search-form-container :-ms-input-placeholder {
        color: white; }

iframe[name="google_conversion_frame"] {
  height: 0;
  padding: 0;
  margin: 0;
  display: block; }

.copyright {
  font-size: 13px;
  padding-top: 75px;
  color: #555; }

.vertical-center {
  text-align: center;
  white-space: nowrap; }
  .vertical-center:before {
    content: '';
    display: inline-block;
    height: 100%;
    vertical-align: middle;
    margin-right: -0.25em;
    /* Adjusts for spacing */ }
  .vertical-center > div {
    display: inline-block;
    vertical-align: middle;
    width: 100%;
    white-space: normal; }

.related-products .most-loved-product, .related-products .related-product, .most-loved-container .most-loved-product, .most-loved-container .related-product {
  padding: 0 10px; }
  .related-products .most-loved-product a:hover > div, .related-products .related-product a:hover > div, .most-loved-container .most-loved-product a:hover > div, .most-loved-container .related-product a:hover > div {
    transform: translateY(-3px); }
  .related-products .most-loved-product .vertical-center, .related-products .related-product .vertical-center, .most-loved-container .most-loved-product .vertical-center, .most-loved-container .related-product .vertical-center {
    height: 220px;
    transition: transform 0.15s ease-in-out;
    transform-style: preserve-3d;
    position: relative;
    background: white;
    border: 3px solid #d8d8d8; }
  .related-products .most-loved-product .back, .related-products .related-product .back, .most-loved-container .most-loved-product .back, .most-loved-container .related-product .back {
    display: none;
    transform: rotateY(180deg);
    white-space: normal;
    position: absolute;
    top: 50%;
    margin-top: -18px;
    left: 0;
    width: 100%; }
    .related-products .most-loved-product .back > span.letif-btn, .related-products .related-product .back > span.letif-btn, .most-loved-container .most-loved-product .back > span.letif-btn, .most-loved-container .related-product .back > span.letif-btn {
      font-size: 30px;
      background: transparent;
      border: none; }
      .related-products .most-loved-product .back > span.letif-btn:hover, .related-products .related-product .back > span.letif-btn:hover, .most-loved-container .most-loved-product .back > span.letif-btn:hover, .most-loved-container .related-product .back > span.letif-btn:hover {
        background: inherit;
        border: inherit; }
  .related-products .most-loved-product .wrapper, .related-products .related-product .wrapper, .most-loved-container .most-loved-product .wrapper, .most-loved-container .related-product .wrapper {
    z-index: 2;
    transform: rotateY(0deg);
    backface-visibility: hidden;
    background-position: left center;
    background-repeat: no-repeat;
    background-size: 120px auto; }
    .related-products .most-loved-product .wrapper .product-info, .related-products .related-product .wrapper .product-info, .most-loved-container .most-loved-product .wrapper .product-info, .most-loved-container .related-product .wrapper .product-info {
      padding-left: 125px;
      padding-right: 10px;
      color: #686767;
      font-size: 14px;
      text-transform: uppercase;
      text-align: left; }
      .related-products .most-loved-product .wrapper .product-info .title, .related-products .related-product .wrapper .product-info .title, .most-loved-container .most-loved-product .wrapper .product-info .title, .most-loved-container .related-product .wrapper .product-info .title {
        font-weight: 400;
        height: 70px;
        font-size: 12px;
        overflow: hidden;
        line-height: normal; }
      .related-products .most-loved-product .wrapper .product-info .product-price, .related-products .related-product .wrapper .product-info .product-price, .most-loved-container .most-loved-product .wrapper .product-info .product-price, .most-loved-container .related-product .wrapper .product-info .product-price {
        height: 60px;
        position: relative; }
        .related-products .most-loved-product .wrapper .product-info .product-price p, .related-products .related-product .wrapper .product-info .product-price p, .most-loved-container .most-loved-product .wrapper .product-info .product-price p, .most-loved-container .related-product .wrapper .product-info .product-price p {
          margin: 0; }
          .related-products .most-loved-product .wrapper .product-info .product-price p.original-price, .related-products .related-product .wrapper .product-info .product-price p.original-price, .most-loved-container .most-loved-product .wrapper .product-info .product-price p.original-price, .most-loved-container .related-product .wrapper .product-info .product-price p.original-price {
            color: #c2c2c2;
            font-weight: 700;
            font-size: 13px; }
          .related-products .most-loved-product .wrapper .product-info .product-price p.final-price, .related-products .related-product .wrapper .product-info .product-price p.final-price, .most-loved-container .most-loved-product .wrapper .product-info .product-price p.final-price, .most-loved-container .related-product .wrapper .product-info .product-price p.final-price {
            color: #636363;
            font-weight: 700;
            font-size: 22px;
            position: absolute;
            bottom: 0;
            width: 100%;
            left: 0;
            text-align: center; }

.most-loved-container {
  margin: 0 -10px; }

#page-wrapper {
  transition: transform .25s ease; }

#page-wrapper.open, #page-wrapper.open.filters {
  transform: translateX(-250px); }

#page-wrapper.open.mini-cart {
  transform: translateX(-380px); }

/* mini cart */
.page h2.small {
  font-size: 20px; }

.club-card h4 {
  margin-top: 5px;
  padding: 0 10px; }

.club-card table {
  background: #f2f2f2;
  margin-bottom: 0;
  max-width: 600px;
  table-layout: fixed; }
  .club-card table td, .club-card table th {
    padding: 12px !important; }
  .club-card table thead td {
    font-weight: 700; }

.hair-salon .page-slider {
  padding: 0 35px; }
  .hair-salon .page-slider .owl-controls {
    z-index: 1; }
    .hair-salon .page-slider .owl-controls .owl-prev, .hair-salon .page-slider .owl-controls .owl-next {
      float: none;
      position: absolute; }
    .hair-salon .page-slider .owl-controls .owl-prev {
      left: -35px; }
    .hair-salon .page-slider .owl-controls .owl-next {
      right: -35px; }

.hair-salon h2, .hair-salon h3 {
  text-align: center;
  margin-bottom: 40px; }

.hair-salon .row {
  margin-bottom: 50px;
  text-align: left; }
  .hair-salon .row h2 {
    margin-top: 0;
    text-align: left;
    margin-bottom: 20px; }

@media (max-width: 767px) {
  .hair-salon .page-slider, .club-card .the-table {
    margin-bottom: 40px; }
  .club-card .the-cards h4 {
    text-align: center; } }

.mini-cart-container {
  width: 380px;
  position: fixed;
  top: 0;
  right: 0;
  background: #fefefe;
  padding: 0;
  box-shadow: 1px 2px 7px #808080;
  height: 100%;
  transform: translateX(100%);
  min-height: 100vh; }
  .mini-cart-container .button.wc-forward {
    display: none; }
  .mini-cart-container .total-container {
    position: relative; }
    .mini-cart-container .total-container .total {
      display: flex;
      justify-content: space-between;
      padding-bottom: 0;
      margin-bottom: 0;
      padding-top: 0; }
    .mini-cart-container .total-container p {
      font-size: 18px !important;
      color: #636363 !important; }
    .mini-cart-container .total-container .ajax-loader-container {
      position: absolute;
      top: -20px;
      right: 20px; }

.total-container {
  position: relative; }
  .total-container .ajax-loader-container {
    position: absolute;
    top: -20px;
    right: 20px; }

.qty-adjust {
  width: 150px;
  margin: 0 auto; }
  .qty-adjust > div {
    float: left;
    width: 50px;
    height: 35px;
    background: #e6e6e6;
    border: 1px solid #c9c9c9;
    cursor: pointer; }
    .qty-adjust > div input {
      width: 100% !important;
      height: 100%; }
    .qty-adjust > div.quantity {
      border: none;
      background: white;
      cursor: default; }
    .qty-adjust > div span {
      font-size: 20px; }

p.total, .single-product p.total {
  padding: 15px;
  text-align: right;
  color: #bbb;
  font-size: 15px; }
  p.total.invisible, .single-product p.total.invisible {
    opacity: 0; }

div.buttons {
  margin: 0 -7px;
  padding: 0 15px; }
  div.buttons > div {
    padding: 0 7px; }
  div.buttons a {
    display: block;
    padding: 9px 5px;
    color: white;
    font-size: 14px;
    text-align: center;
    width: 250px;
    margin: 0 auto;
    font-weight: 500;
    font-size: 16px;
    border-radius: 0; }
    div.buttons a:hover {
      background: white !important;
      border: 2px solid #29b8ba; }
    div.buttons a.checkout {
      background: rgba(0, 0, 0, 0.7);
      border: 2px solid #000; }
      div.buttons a.checkout:hover {
        color: black; }
    div.buttons a.view-cart {
      background: rgba(41, 184, 186, 0.7);
      border: 2px solid #29b8ba;
      margin-bottom: 5px; }
      div.buttons a.view-cart:hover {
        color: #29b8ba; }

.woocommerce-message {
  font-size: 13px; }

.woocommerce ul.cart_list a.remove:hover {
  color: #636363 !important; }

ul.cart_list, .product_list_widget, .custom-order-review, .custom-cart-container {
  list-style-type: none;
  padding-left: 0;
  margin-bottom: 0; }
  ul.cart_list li .remove, .product_list_widget li .remove, .custom-order-review li .remove, .custom-cart-container li .remove {
    position: absolute;
    right: 0;
    top: 3px;
    line-height: 1;
    color: #636363 !important;
    font-weight: 300;
    font-size: 30px;
    width: auto; }
    ul.cart_list li .remove:hover, .product_list_widget li .remove:hover, .custom-order-review li .remove:hover, .custom-cart-container li .remove:hover {
      background: transparent; }
  ul.cart_list li .content-holder, .product_list_widget li .content-holder, .custom-order-review li .content-holder, .custom-cart-container li .content-holder {
    padding-right: 0;
    position: static; }
  ul.cart_list li .image-holder, .product_list_widget li .image-holder, .custom-order-review li .image-holder, .custom-cart-container li .image-holder {
    padding-left: 0; }
    ul.cart_list li .image-holder a img, .product_list_widget li .image-holder a img, .custom-order-review li .image-holder a img, .custom-cart-container li .image-holder a img {
      max-height: 175px;
      max-width: 100%;
      width: 100%;
      object-fit: contain;
      height: auto;
      float: none;
      display: inline-block;
      vertical-align: middle;
      border: 2px solid #29b8ba;
      text-align: center;
      padding: 3px 0;
      box-shadow: 1px 1px 2px 0px #197778;
      box-sizing: border-box; }
  ul.cart_list li.mini_cart_item, ul.cart_list li.cart_item, .product_list_widget li.mini_cart_item, .product_list_widget li.cart_item, .custom-order-review li.mini_cart_item, .custom-order-review li.cart_item, .custom-cart-container li.mini_cart_item, .custom-cart-container li.cart_item {
    position: relative;
    display: flex;
    padding: 35px 0 25px;
    margin: 0 15px;
    border-bottom: 1px solid #d7d7d7; }
    ul.cart_list li.mini_cart_item:last-child, ul.cart_list li.cart_item:last-child, .product_list_widget li.mini_cart_item:last-child, .product_list_widget li.cart_item:last-child, .custom-order-review li.mini_cart_item:last-child, .custom-order-review li.cart_item:last-child, .custom-cart-container li.mini_cart_item:last-child, .custom-cart-container li.cart_item:last-child {
      border-bottom: none; }
    ul.cart_list li.mini_cart_item .product-title, ul.cart_list li.cart_item .product-title, .product_list_widget li.mini_cart_item .product-title, .product_list_widget li.cart_item .product-title, .custom-order-review li.mini_cart_item .product-title, .custom-order-review li.cart_item .product-title, .custom-cart-container li.mini_cart_item .product-title, .custom-cart-container li.cart_item .product-title {
      color: #636363;
      font-weight: 700;
      font-size: 17px; }
      ul.cart_list li.mini_cart_item .product-title p, ul.cart_list li.cart_item .product-title p, .product_list_widget li.mini_cart_item .product-title p, .product_list_widget li.cart_item .product-title p, .custom-order-review li.mini_cart_item .product-title p, .custom-order-review li.cart_item .product-title p, .custom-cart-container li.mini_cart_item .product-title p, .custom-cart-container li.cart_item .product-title p {
        height: 100%;
        margin-bottom: 0; }
    ul.cart_list li.mini_cart_item .the-quantity, ul.cart_list li.cart_item .the-quantity, .product_list_widget li.mini_cart_item .the-quantity, .product_list_widget li.cart_item .the-quantity, .custom-order-review li.mini_cart_item .the-quantity, .custom-order-review li.cart_item .the-quantity, .custom-cart-container li.mini_cart_item .the-quantity, .custom-cart-container li.cart_item .the-quantity {
      float: none;
      width: 100%;
      color: #636363;
      display: block;
      font-size: 15px;
      padding: 15px 0;
      font-weight: 400; }
      ul.cart_list li.mini_cart_item .the-quantity .amount, ul.cart_list li.cart_item .the-quantity .amount, .product_list_widget li.mini_cart_item .the-quantity .amount, .product_list_widget li.cart_item .the-quantity .amount, .custom-order-review li.mini_cart_item .the-quantity .amount, .custom-order-review li.cart_item .the-quantity .amount, .custom-cart-container li.mini_cart_item .the-quantity .amount, .custom-cart-container li.cart_item .the-quantity .amount {
        font-weight: 700; }
    ul.cart_list li.mini_cart_item:after, ul.cart_list li.cart_item:after, .product_list_widget li.mini_cart_item:after, .product_list_widget li.cart_item:after, .custom-order-review li.mini_cart_item:after, .custom-order-review li.cart_item:after, .custom-cart-container li.mini_cart_item:after, .custom-cart-container li.cart_item:after {
      border-bottom: 1px solid #eee;
      display: block;
      content: ""; }
  ul.cart_list li.panel-header, .product_list_widget li.panel-header, .custom-order-review li.panel-header, .custom-cart-container li.panel-header {
    position: relative;
    background: #29b8ba;
    color: white;
    text-transform: uppercase;
    text-align: center;
    font-size: 16px;
    letter-spacing: 2px;
    font-weight: 500;
    padding: 15px; }
    ul.cart_list li.panel-header .cosmetic-cart, .product_list_widget li.panel-header .cosmetic-cart, .custom-order-review li.panel-header .cosmetic-cart, .custom-cart-container li.panel-header .cosmetic-cart {
      position: absolute;
      top: 50%;
      font-size: 28px;
      margin-top: -19px;
      left: 15px; }
    ul.cart_list li.panel-header .close-cart, .product_list_widget li.panel-header .close-cart, .custom-order-review li.panel-header .close-cart, .custom-cart-container li.panel-header .close-cart {
      position: absolute;
      top: 50%;
      font-size: 24px;
      margin-top: -15px;
      right: 15px; }
      ul.cart_list li.panel-header .close-cart a, .product_list_widget li.panel-header .close-cart a, .custom-order-review li.panel-header .close-cart a, .custom-cart-container li.panel-header .close-cart a {
        color: white; }
  ul.cart_list li.empty, .product_list_widget li.empty, .custom-order-review li.empty, .custom-cart-container li.empty {
    margin-top: 30px;
    padding: 0 15px;
    font-size: 16px;
    text-align: center; }

#page-wrapper.mini-cart.open.blur #site-navigation, #page-wrapper.mini-cart.open.blur .breadcrumbs, #page-wrapper.mini-cart.open.blur .top-header, #page-wrapper.mini-cart.open.blur .main-bar, #page-wrapper.mini-cart.open.blur #content {
  filter: blur(2px); }

#page-wrapper.menu.open.blur .breadcrumbs, #page-wrapper.menu.open.blur .main-bar, #page-wrapper.menu.open.blur #content {
  filter: blur(2px); }

.woocommerce ul.cart_list li img, .woocommerce ul.product_list_widget li img {
  float: none;
  margin: 0;
  width: auto;
  max-width: 100%;
  height: auto; }

.woocommerce ul.cart_list li.notifications, .woocommerce ul.product_list_widget li.notifications {
  padding: 0; }
  .woocommerce ul.cart_list li.notifications .woocommerce-message, .woocommerce ul.product_list_widget li.notifications .woocommerce-message {
    margin: 0; }

.free-shipping-notice {
  padding: 15px;
  text-align: left;
  font-size: 14px; }
  .free-shipping-notice p {
    margin: 0;
    font-weight: bold;
    font-size: 14px; }
  .free-shipping-notice span {
    color: #29b8ba; }

@media (max-width: 991px) {
  .mini-cart-container .notifications {
    font-size: 12px; }
    .mini-cart-container .notifications a {
      float: none;
      display: block;
      text-align: center;
      max-width: 150px;
      margin-bottom: 5px; }
  .mini-cart-container div.buttons a {
    width: 100%; }
  .mini-cart-container .cart_list li .remove, .mini-cart-container .product_list_widget li .remove {
    right: -15px; }
  .mini-cart-container .vertical-parent {
    display: block; }
    .mini-cart-container .vertical-parent .vertical-child {
      display: block; }
  .mini-cart-container .cart_list li.mini_cart_item .product-title,
  .mini-cart-container .product_list_widget li.mini_cart_item .product-title {
    font-size: 14px; }
  .mini-cart-container .qty-adjust > div, .mini-cart-container .qty-adjust > div {
    width: 35px;
    height: 35px; }
  .mini-cart-container .cart_list li .content-holder, .mini-cart-container .product_list_widget li .content-holder {
    padding-left: 0; } }

.out-of-stock-checkout-live-check ul li {
  display: flex;
  justify-content: space-between; }

.checkout-proceed {
  text-align: right;
  padding: 20px 0 5px; }
  .checkout-proceed button {
    letter-spacing: 1px; }
    .checkout-proceed button.letif-btn.reverse {
      color: white;
      outline: none !important;
      font-size: 16px;
      font-weight: 700;
      padding: 7px 25px;
      background-size: 280% 100%; }

#free_sample_selection {
  display: none; }

#woocommerce-checkout-login {
  display: none; }

.woocommerce-checkout-review-order-table ul {
  padding-left: 0; }

.woocommerce-checkout-payment li, .wc-terms-and-conditions li {
  margin-bottom: 10px !important; }

.woocommerce-checkout-payment .input-container, .wc-terms-and-conditions .input-container {
  float: left;
  width: 25px;
  padding-top: 1px; }

.woocommerce-checkout-payment .rest-container, .wc-terms-and-conditions .rest-container {
  margin-left: 25px;
  overflow: hidden;
  width: auto; }
  .woocommerce-checkout-payment .rest-container label, .wc-terms-and-conditions .rest-container label {
    line-height: normal;
    white-space: normal !important; }

.woocommerce-checkout-payment .about_paypal, .wc-terms-and-conditions .about_paypal {
  line-height: normal !important;
  font-size: 12px !important;
  font-weight: 500;
  padding-top: 7px;
  padding-left: 10px; }

#free-samples .row {
  margin: 0 -5px; }
  #free-samples .row .sample-wrapper {
    padding: 0 5px; }

#free-samples .sample-wrapper {
  float: left;
  margin-bottom: 30px;
  cursor: pointer; }
  #free-samples .sample-wrapper.selected .sample-name p {
    background: #29b8ba;
    border: 1px solid #379392; }
  #free-samples .sample-wrapper .sample-name {
    width: 100%; }
    #free-samples .sample-wrapper .sample-name p {
      background: #353535;
      margin: 0 auto;
      text-align: center;
      color: white;
      letter-spacing: 1px;
      font-weight: 300;
      text-transform: uppercase;
      font-size: 16px;
      border: 1px solid #7d6f64;
      padding: 5px;
      height: 85px;
      word-break: break-word;
      display: flex;
      justify-content: center;
      align-items: center; }
  #free-samples .sample-wrapper .image-container {
    display: inline-block;
    position: relative;
    width: 100%;
    text-align: center; }
    #free-samples .sample-wrapper .image-container img {
      max-width: 100%; }

#free-samples .informative {
  color: #959595;
  font-weight: 400;
  font-size: 12px; }
  #free-samples .informative span {
    color: #29b8ba;
    padding-right: 3px; }

#free-samples #order_free_sample_field {
  display: none;
  margin-top: 25px; }
  #free-samples #order_free_sample_field label, #free-samples #order_free_sample_field input#order_free_sample_yes {
    display: none; }
  #free-samples #order_free_sample_field label[for="order_free_sample_no"] {
    display: block;
    padding-left: 15px;
    font-size: 16px;
    font-weight: 700;
    letter-spacing: 1px;
    color: #959595;
    margin: 0;
    white-space: normal;
    margin-left: 15px; }
  #free-samples #order_free_sample_field input {
    width: 20px;
    height: 20px;
    margin: 0;
    outline: none !important;
    float: left; }

.woocommerce-checkout-login .woocommerce-info {
  border-top: none;
  margin: 0 0 15px !important;
  font-weight: 400;
  color: #686767;
  font-size: 15px;
  padding: 5px 10px 10px 30px !important;
  background: transparent; }
  .woocommerce-checkout-login .woocommerce-info:before {
    top: 0;
    left: 0;
    color: #686767;
    content: "\e026";
    font-size: 20px; }

.custom-order-review ul li:first-child {
  border-top: 1px solid #d7d7d7; }

.custom-order-review li .remove, .custom-cart-container.shop_table li .remove {
  top: 25px;
  font-size: 35px; }
  .custom-order-review li .remove:hover, .custom-cart-container.shop_table li .remove:hover {
    color: #999 !important; }

.custom-order-review .cart_item, .custom-cart-container.shop_table .cart_item {
  margin: 0 !important;
  padding: 25px 0; }
  .custom-order-review .cart_item .content-holder > .vertical-parent > .vertical-child, .custom-cart-container.shop_table .cart_item .content-holder > .vertical-parent > .vertical-child {
    text-align: left; }
  .custom-order-review .cart_item .image-holder, .custom-cart-container.shop_table .cart_item .image-holder {
    width: 180px;
    float: left; }
    .custom-order-review .cart_item .image-holder a, .custom-cart-container.shop_table .cart_item .image-holder a {
      height: 100%; }
      .custom-order-review .cart_item .image-holder a:before, .custom-cart-container.shop_table .cart_item .image-holder a:before {
        content: '';
        display: inline-block;
        height: 100%;
        vertical-align: middle;
        margin-right: -0.25em; }
  .custom-order-review .cart_item .content-holder, .custom-cart-container.shop_table .cart_item .content-holder {
    max-width: 400px;
    padding-left: 15px;
    padding-right: 15px;
    min-width: calc( 100% - 180px); }
    .custom-order-review .cart_item .content-holder .product-title, .custom-cart-container.shop_table .cart_item .content-holder .product-title {
      color: #686767;
      font-size: 20px;
      line-height: normal;
      font-weight: 600;
      letter-spacing: 1px; }
    .custom-order-review .cart_item .content-holder .product-type, .custom-cart-container.shop_table .cart_item .content-holder .product-type {
      color: #686767;
      font-size: 16px;
      font-weight: 300;
      margin-top: 2px; }
    .custom-order-review .cart_item .content-holder .product-price, .custom-cart-container.shop_table .cart_item .content-holder .product-price {
      margin-top: 5px;
      color: #636363;
      font-weight: 700; }
      .custom-order-review .cart_item .content-holder .product-price p, .custom-cart-container.shop_table .cart_item .content-holder .product-price p {
        margin-bottom: 0; }
      .custom-order-review .cart_item .content-holder .product-price .final-price, .custom-cart-container.shop_table .cart_item .content-holder .product-price .final-price {
        font-size: 20px;
        margin-bottom: 0; }
      .custom-order-review .cart_item .content-holder .product-price .original-price, .custom-order-review .cart_item .content-holder .product-price .line-total, .custom-cart-container.shop_table .cart_item .content-holder .product-price .original-price, .custom-cart-container.shop_table .cart_item .content-holder .product-price .line-total {
        font-weight: 400; }
  .custom-order-review .cart_item .qty-adjust, .custom-cart-container.shop_table .cart_item .qty-adjust {
    text-align: center;
    margin: 10px 0 0 0; }

.coupon-area {
  background-color: #2AB7B9;
  padding: 20px; }
  .coupon-area p {
    margin: 0;
    padding: 0; }
    .coupon-area p.apply-it {
      text-align: right; }
      .coupon-area p.apply-it input[type="submit"] {
        background: #485056;
        color: white;
        border: none;
        border-radius: 0;
        outline: none !important;
        height: 50px;
        transition: all 0.2s ease-in-out;
        font-weight: 500;
        letter-spacing: 1px;
        width: 100%;
        font-size: 17px; }
        .coupon-area p.apply-it input[type="submit"]:hover {
          background: #da3737;
          color: white; }
    .coupon-area p input[type="text"] {
      width: 100%;
      outline: none !important;
      border: none;
      padding: 11px 15px;
      height: 50px;
      font-size: 16px; }
  .coupon-area h3 {
    color: #fff;
    font-size: 17px;
    letter-spacing: 1px;
    margin: 0 0 10px 0; }
    .coupon-area h3 span {
      color: #fff;
      padding-right: 5px; }

.woocommerce-checkout #payment {
  background: transparent; }
  .woocommerce-checkout #payment ul.payment_methods {
    padding: 0; }
  .woocommerce-checkout #payment div.form-row {
    padding: 30px 0 0; }

.woocommerce-checkout .coupon-area form {
  margin: 0;
  padding: 0;
  border-radius: 0;
  border: none; }

.woocommerce-checkout input, .woocommerce-checkout select, .woocommerce-checkout textarea {
  border-radius: 0;
  box-shadow: none !important; }

.woocommerce-checkout .order-informative {
  color: #696969;
  font-size: 20px;
  font-weight: 700;
  margin-bottom: 20px; }
  .woocommerce-checkout .order-informative > div:last-child {
    text-align: right; }

.woocommerce-checkout .checkout-content .woocommerce-error, .woocommerce-checkout .checkout-content .woocommerce-message {
  margin: 10px 0 !important; }

.woocommerce-checkout .woocommerce-error, .woocommerce-checkout .woocommerce-message {
  margin-bottom: 10px !important; }

.woocommerce-checkout #main {
  border-top: 3px solid #d7d7d7; }

.woocommerce-checkout #content {
  padding-top: 10px; }

.woocommerce-checkout .terms-conditions > div:last-child {
  text-align: right; }

.woocommerce-checkout .terms-conditions a {
  color: #636363;
  text-decoration: underline;
  font-weight: 700; }

.woocommerce-checkout .payment_box {
  display: none; }

.woocommerce-checkout .the-details {
  margin-top: 25px; }
  .woocommerce-checkout .the-details table {
    background: #eeeeee;
    border: 1px solid #d7d7d7; }
    .woocommerce-checkout .the-details table tr.order-total th, .woocommerce-checkout .the-details table tr.order-total td {
      font-weight: 700; }
    .woocommerce-checkout .the-details table th, .woocommerce-checkout .the-details table td {
      padding: 12px;
      color: #686767;
      font-size: 16px;
      font-weight: 400; }

.woocommerce-checkout h3#order_review_heading {
  color: #29b8ba;
  text-transform: uppercase;
  font-size: 30px;
  font-weight: 300;
  text-align: center;
  margin-top: 20px;
  letter-spacing: 2px;
  margin-bottom: 0; }

.woocommerce-checkout .panel-group .panel + .panel {
  margin: 0; }

.woocommerce-checkout p.explanation {
  font-weight: 400;
  color: #686767;
  font-size: 15px;
  padding: 20px 0 25px; }

.woocommerce-checkout .select2-drop-active {
  border: none;
  border-bottom: 1px solid #ccc; }

.woocommerce-checkout .fancybox-login .fancybox-skin {
  background: #666; }
  .woocommerce-checkout .fancybox-login .fancybox-skin input.input-text {
    background: white;
    color: #434343;
    padding: 5px 15px;
    border: none; }
  .woocommerce-checkout .fancybox-login .fancybox-skin input[type="submit"] {
    background: #29b8ba;
    border: 2px solid #11a1a3;
    padding: 4px 20px;
    transition: all 0.15s ease-in-out; }
    .woocommerce-checkout .fancybox-login .fancybox-skin input[type="submit"]:hover {
      background: white;
      color: #29b8ba; }
  .woocommerce-checkout .fancybox-login .fancybox-skin form p:first-child {
    margin-bottom: 20px; }
  .woocommerce-checkout .fancybox-login .fancybox-skin p {
    color: white; }
    .woocommerce-checkout .fancybox-login .fancybox-skin p.lost_password {
      margin-bottom: 0; }
  .woocommerce-checkout .fancybox-login .fancybox-skin label {
    font-weight: 400;
    color: #d3d3d3; }
    .woocommerce-checkout .fancybox-login .fancybox-skin label.inline {
      margin-top: 10px; }
  .woocommerce-checkout .fancybox-login .fancybox-skin .letif-close {
    font-size: 30px;
    padding: 2px 10px; }

.woocommerce form .form-row {
  margin-bottom: 15px; }
  .woocommerce form .form-row label {
    color: #555;
    font-weight: 400;
    font-size: 16px;
    line-height: normal;
    margin-bottom: 15px; }
  .woocommerce form .form-row input[type="text"], .woocommerce form .form-row input[type="email"], .woocommerce form .form-row input[type="tel"], .woocommerce form .form-row input[type="password"] {
    border: 1px solid;
    border-color: white;
    padding: 12px 15px;
    background: white;
    height: 43px; }
  .woocommerce form .form-row textarea {
    height: auto;
    padding: 12px 15px; }
  .woocommerce form .form-row .select2-container .select2-choice {
    background: white;
    border-color: white;
    border: 1px solid white;
    height: 43px;
    border-radius: 0;
    padding: 0 15px;
    line-height: 43px; }

.woocommerce form .panel {
  border-radius: 0;
  border: 1px solid #464646; }
  .woocommerce form .panel.incomplete {
    position: relative; }
    .woocommerce form .panel.incomplete  .panel-heading:before {
      content: "\e011"; }
  .woocommerce form .panel.active {
    border: 1px solid #11a1a3; }
    .woocommerce form .panel.active .panel-heading {
      background: #29b8ba;
      border-bottom: 1px solid #11a1a3; }
  .woocommerce form .panel.failed {
    position: relative;
    border: 1px solid #ebccd1; }
    .woocommerce form .panel.failed .panel-collapse {
      background: #f2dede; }
    .woocommerce form .panel.failed .panel-heading {
      color: #a94442;
      background: #f2dede;
      border-bottom: 1px solid #333; }
      .woocommerce form .panel.failed .panel-heading:before {
        content: "\e013";
        color: #a94442; }
      .woocommerce form .panel.failed .panel-heading h4 a {
        color: #a94442; }

.woocommerce form .panel-body {
  padding: 30px; }

.woocommerce form .panel-collapse {
  background: #eeeeee; }
  .woocommerce form .panel-collapse h3 {
    display: inline-block;
    margin: 0 0 20px;
    font-weight: 400;
    color: #686767;
    font-size: 20px;
    border-bottom: 1px solid;
    padding-bottom: 10px; }
    .woocommerce form .panel-collapse h3#ship-to-different-address {
      position: relative;
      margin-top: 30px; }
      .woocommerce form .panel-collapse h3#ship-to-different-address label {
        font-weight: 400;
        padding-right: 20px;
        margin: 0; }
      .woocommerce form .panel-collapse h3#ship-to-different-address input {
        position: absolute;
        top: 6px;
        right: 0;
        margin: 0; }

.woocommerce form .panel-heading {
  border-radius: 0;
  background: #353535;
  padding: 30px;
  border-bottom: 1px solid #464646;
  position: relative; }
  .woocommerce form .panel-heading:before {
    font-family: 'WooCommerce' !important;
    speak: none;
    font-style: normal;
    font-weight: normal;
    font-variant: normal;
    text-transform: none;
    line-height: 1;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    content: "\e015";
    display: block;
    width: 15px;
    height: 15px;
    position: absolute;
    top: 50%;
    margin-top: -7px;
    right: 15px;
    font-size: 20px;
    color: white; }
  .woocommerce form .panel-heading h4 {
    font-size: 24px;
    font-weight: 300;
    letter-spacing: 1px; }
    .woocommerce form .panel-heading h4 a {
      color: white; }

/* thank you stage */
#order-confirmation ul {
  padding-left: 0; }

#order-confirmation p {
  font-size: 13px;
  margin-bottom: 0; }
  #order-confirmation p.main-msg {
    margin-bottom: 20px;
    font-size: 20px;
    font-weight: 700; }
  #order-confirmation p.woocommerce-thankyou-order-failed-actions {
    margin-bottom: 20px; }

.woocommerce-order-pay .site-main {
  padding-top: 30px; }

.woocommerce-order-pay ul {
  padding-left: 0; }

.woocommerce-order-received .woocommerce table.shop_table {
  border-radius: 0; }
  .woocommerce-order-received .woocommerce table.shop_table > tbody > tr:nth-of-type(odd) {
    background-color: #f9f9f9; }
  .woocommerce-order-received .woocommerce table.shop_table > tfoot > tr:nth-of-type(even) {
    background-color: #f9f9f9; }

.woocommerce-order-received h2, .woocommerce-order-received h3 {
  font-size: 26px;
  color: #29b8ba;
  margin-bottom: 15px;
  font-weight: 300; }

@media (max-width: 479px) {
  #free-samples .row {
    text-align: center; }
    #free-samples .row .sample-wrapper {
      width: 100%; } }

.inv-radio {
  display: flex;
  flex-direction: column; }
  .inv-radio span {
    display: flex;
    flex-direction: row;
    align-items: center; }
  .inv-radio label {
    margin-right: 10px; }
  .inv-radio input[type=radio] {
    margin: 0 5px 0 0;
    width: 20px;
    height: 20px; }

#invoice-receipt {
  margin: 10px 0;
  width: 100%;
  font-weight: 400; }

p.woocommerce-LostPassword a {
  color: #135C5D; }

.woocommerce form .form-row .required {
  color: #AD0000 !important; }

div#page a.skip-link {
  color: #135C5D; }

.fancybox-type-ajax .product {
  width: calc( 100% - 30px); }
  .fancybox-type-ajax .product .promo-content, .fancybox-type-ajax .product .product_meta {
    display: none; }
  .fancybox-type-ajax .product .add-to-wishlist {
    padding: 0;
    margin: 5px 0;
    text-align: left; }
    .fancybox-type-ajax .product .add-to-wishlist .yith-wcwl-add-button > a:after {
      font-size: 28px;
      top: -7px;
      padding-left: 5px; }
    .fancybox-type-ajax .product .add-to-wishlist > div {
      margin-top: 0; }
  .fancybox-type-ajax .product p {
    color: #686767; }
  .fancybox-type-ajax .product .the-title h1 {
    font-size: 30px;
    color: #29b8ba;
    text-align: center; }
    .fancybox-type-ajax .product .the-title h1 span {
      color: #333;
      padding-left: 10px;
      font-size: 28px;
      line-height: 1.1;
      letter-spacing: 2px; }
  .fancybox-type-ajax .product .the-image {
    text-align: center;
    border-right: 1px solid #eee; }
  .fancybox-type-ajax .product .final-price {
    font-size: 32px;
    font-weight: 700;
    line-height: normal; }
  .fancybox-type-ajax .product .product_meta {
    font-size: 12px; }
    .fancybox-type-ajax .product .product_meta > span {
      display: block;
      margin-bottom: 3px; }
  .fancybox-type-ajax .product .you-are-saving {
    text-align: right; }
    .fancybox-type-ajax .product .you-are-saving span {
      font-weight: 700; }
  .fancybox-type-ajax .product .rating {
    text-align: left;
    height: auto; }
    .fancybox-type-ajax .product .rating .star-rating {
      margin: 0; }
  .fancybox-type-ajax .product .the-description {
    padding-top: 15px; }
    .fancybox-type-ajax .product .the-description h2 {
      display: none; }
    .fancybox-type-ajax .product .the-description p {
      font-weight: 400;
      font-size: 14px; }
      .fancybox-type-ajax .product .the-description p strong {
        font-weight: 400; }
  .fancybox-type-ajax .product h2 {
    font-size: 22px; }
  .fancybox-type-ajax .product .product-info-wrapper {
    max-width: 400px;
    margin: 0 auto; }

@media (max-width: 767px) {
  .fancybox-type-ajax .product .the-image {
    border-right: none; } }

@media (max-width: 479px) {
  .fancybox-type-ajax form.cart {
    margin: 10px 0; }
  .fancybox-type-ajax .product-info {
    padding-top: 5px; }
  .fancybox-type-ajax .single-product-left {
    padding: 0; }
  .fancybox-type-ajax .clearfix > div {
    padding: 0; }
  .fancybox-type-ajax .product .add-to-wishlist a {
    font-size: 11px; }
  .fancybox-type-ajax .product p {
    color: #686767; }
  .fancybox-type-ajax .product .the-title h1 {
    margin-top: 0;
    font-size: 20px;
    color: #29b8ba;
    text-align: center; }
    .fancybox-type-ajax .product .the-title h1 span {
      color: #333;
      padding-left: 10px;
      font-size: 15px;
      line-height: 1.1;
      letter-spacing: 2px; }
  .fancybox-type-ajax .product .the-image {
    text-align: center;
    display: flex;
    border-bottom: 1px solid #eee;
    padding-bottom: 5px; }
    .fancybox-type-ajax .product .the-image .images-container, .fancybox-type-ajax .product .the-image .the-description {
      float: left;
      width: 50%; }
      .fancybox-type-ajax .product .the-image .images-container:before, .fancybox-type-ajax .product .the-image .the-description:before {
        content: '';
        display: inline-block;
        height: 100%;
        vertical-align: middle;
        margin-right: -0.25em; }
      .fancybox-type-ajax .product .the-image .images-container > div, .fancybox-type-ajax .product .the-image .the-description > div {
        display: inline-block; }
    .fancybox-type-ajax .product .the-image:before, .fancybox-type-ajax .product .the-image:after {
      content: "";
      display: table; }
    .fancybox-type-ajax .product .the-image:after {
      clear: both; }
    .fancybox-type-ajax .product .the-image .the-description {
      display: inline-block;
      padding-top: 0; }
  .fancybox-type-ajax .product .rating {
    display: none; }
  .fancybox-type-ajax .product .price {
    overflow: hidden; }
  .fancybox-type-ajax .product .final-price {
    font-size: 24px;
    font-weight: 700;
    line-height: normal;
    margin-bottom: 0; }
  .fancybox-type-ajax .product .product_meta {
    display: none; }
  .fancybox-type-ajax .product .you-are-saving, .fancybox-type-ajax .product .original-price {
    margin-bottom: 0;
    line-height: 1.1;
    font-size: 12px; }
    .fancybox-type-ajax .product .you-are-saving span, .fancybox-type-ajax .product .original-price span {
      font-weight: 700; }
  .fancybox-type-ajax .product .rating {
    text-align: left;
    height: auto; }
    .fancybox-type-ajax .product .rating .star-rating {
      margin: 0; }
  .fancybox-type-ajax .product .the-description {
    padding-top: 15px; }
    .fancybox-type-ajax .product .the-description h2 {
      display: none; }
    .fancybox-type-ajax .product .the-description p {
      font-weight: 400;
      font-size: 14px; }
      .fancybox-type-ajax .product .the-description p strong {
        font-weight: 400; }
  .fancybox-type-ajax .product h2 {
    font-size: 22px; }
  .fancybox-type-ajax .product .product-info-wrapper {
    max-width: 400px;
    margin: 0 auto; } }

.woocommerce-cart .woocommerce-error, .woocommerce-cart .woocommerce-info, .woocommerce-cart .woocommerce-message {
  margin: 20px 0 5px !important; }

.woocommerce-cart .wc-proceed-to-checkout a.button.alt {
  padding: 15px 25px;
  height: auto; }

.woocommerce-cart .cart-collaterals .cart_totals table {
  border-radius: 0;
  margin: 23px 0;
  background: #eeeeee;
  border: 1px solid #d7d7d7; }
  .woocommerce-cart .cart-collaterals .cart_totals table ul#shipping_method .amount {
    font-weight: 400; }
  .woocommerce-cart .cart-collaterals .cart_totals table td, .woocommerce-cart .cart-collaterals .cart_totals table th {
    padding: 12px;
    vertical-align: middle;
    color: #686767;
    font-size: 16px;
    border-top: 1px solid #ddd; }
  .woocommerce-cart .cart-collaterals .cart_totals table th {
    font-weight: 400; }
  .woocommerce-cart .cart-collaterals .cart_totals table td label, .woocommerce-cart .cart-collaterals .cart_totals table td span {
    font-weight: 400; }
  .woocommerce-cart .cart-collaterals .cart_totals table tr.order-total td strong span {
    font-weight: 700;
    font-size: 20px; }
  .woocommerce-cart .cart-collaterals .cart_totals table tr.order-total td small {
    display: block; }

.woocommerce-cart .product-title a {
  font-size: 20px;
  color: #636363;
  letter-spacing: 1px;
  line-height: normal; }

.woocommerce-cart .cart_item {
  border-top: none; }

.woocommerce-cart .coupon-area {
  border-bottom: none; }

.woocommerce-cart .coupon {
  margin: 0; }

.woocommerce-cart header.entry-header {
  border-bottom: 1px solid #d7d7d7; }

.woocommerce-cart h1, .woocommerce-cart h2 {
  font-size: 26px; }

.woocommerce-cart .free-shipping-notice {
  padding: 0;
  text-align: left; }

.woocommerce-cart form {
  padding-left: 0;
  padding-right: 100px; }
  .woocommerce-cart form .shop_table ul {
    padding-left: 0;
    list-style-type: none; }

.woocommerce-cart .right-side {
  padding-right: 0; }

.woocommerce-cart .custom-cart-container .cart_item .content-holder .product-type {
  font-size: 16px; }

.woocommerce .cart-collaterals .cart_totals, .woocommerce-page .cart-collaterals .cart_totals {
  float: none;
  width: 100%; }

@media (max-width: 991px) {
  .woocommerce-cart form {
    padding-right: 0; }
  .woocommerce-cart .right-side {
    padding-left: 0; } }

.social-share {
  background-color: #29b8ba; }
  .social-share p {
    font-size: 26px;
    color: white;
    letter-spacing: 1px;
    font-weight: 500; }
  .social-share ul {
    padding-left: 0;
    margin-bottom: 0; }
    .social-share ul li {
      display: inline-block;
      width: 40px;
      padding: 2px 0;
      margin-right: 10px;
      border-radius: 50%;
      border: 2px solid white; }
      .social-share ul li a {
        color: white;
        display: block;
        font-size: 25px; }

.single-post .related-products .related-product, .blog .related-products .related-product, .single-video .related-products .related-product {
  padding: 0; }

.single-post .entry-content ul.letif-products .price, .blog .entry-content ul.letif-products .price, .single-video .entry-content ul.letif-products .price {
  display: block;
  color: #7f7f7f;
  font-weight: 700;
  font-size: 20px; }

.single-post .entry-content ul.letif-products h3, .blog .entry-content ul.letif-products h3, .single-video .entry-content ul.letif-products h3 {
  margin: 5px 0;
  font-size: 15px; }

.single-post .entry-content ul.letif-products li, .blog .entry-content ul.letif-products li, .single-video .entry-content ul.letif-products li {
  text-align: center; }
  .single-post .entry-content ul.letif-products li a, .blog .entry-content ul.letif-products li a, .single-video .entry-content ul.letif-products li a {
    display: block; }
    .single-post .entry-content ul.letif-products li a img, .blog .entry-content ul.letif-products li a img, .single-video .entry-content ul.letif-products li a img {
      margin-bottom: 0; }
  .single-post .entry-content ul.letif-products li a.woocommerce-LoopProduct-link, .blog .entry-content ul.letif-products li a.woocommerce-LoopProduct-link, .single-video .entry-content ul.letif-products li a.woocommerce-LoopProduct-link {
    border: 1px solid #ddd;
    padding: 15px 0; }
  .single-post .entry-content ul.letif-products li a.add_to_cart_button, .blog .entry-content ul.letif-products li a.add_to_cart_button, .single-video .entry-content ul.letif-products li a.add_to_cart_button {
    box-shadow: 0 0 15px rgba(0, 0, 0, 0.5); }

.single-post .fb-comments-container .title-holder p, .blog .fb-comments-container .title-holder p, .single-video .fb-comments-container .title-holder p {
  background-color: #29b8ba;
  color: white;
  padding: 14px 20px;
  text-align: left;
  font-size: 19px;
  font-weight: 500; }

.single-post main, .blog main, .single-video main {
  padding: 30px 0; }
  .single-post main article > .row, .blog main article > .row, .single-video main article > .row {
    margin-top: 40px; }

.single-post header, .blog header, .single-video header {
  line-height: normal; }
  .single-post header h1, .blog header h1, .single-video header h1 {
    color: #29b8ba;
    font-size: 33px;
    letter-spacing: 1px;
    margin-top: 0;
    margin-bottom: 20px;
    padding-right: 315px; }
  .single-post header .entry-meta, .blog header .entry-meta, .single-video header .entry-meta {
    margin-bottom: 10px; }
    .single-post header .entry-meta a, .single-post header .entry-meta span, .blog header .entry-meta a, .blog header .entry-meta span, .single-video header .entry-meta a, .single-video header .entry-meta span {
      color: #adadad;
      font-size: 20px;
      font-weight: 300; }
  .single-post header .featured-image, .blog header .featured-image, .single-video header .featured-image {
    text-align: center;
    background: #f4f7fc;
    margin-bottom: 20px;
    position: relative; }
    .single-post header .featured-image .social-share, .blog header .featured-image .social-share, .single-video header .featured-image .social-share {
      position: absolute;
      top: -60px;
      right: 25px;
      padding: 20px 30px;
      min-width: 300px; }
      .single-post header .featured-image .social-share p, .blog header .featured-image .social-share p, .single-video header .featured-image .social-share p {
        margin-bottom: 25px; }
  .single-post header .product-item, .blog header .product-item, .single-video header .product-item {
    text-align: left; }

.single-post .entry-content img, .blog .entry-content img, .single-video .entry-content img {
  margin-bottom: 20px; }

.single-post .entry-content p, .blog .entry-content p, .single-video .entry-content p {
  color: #686767;
  font-weight: 300;
  font-size: 16px; }

.single-post .entry-content h2, .single-post .entry-content h3, .blog .entry-content h2, .blog .entry-content h3, .single-video .entry-content h2, .single-video .entry-content h3 {
  margin-bottom: 40px;
  font-weight: 700; }

.single-post .entry-content h2, .blog .entry-content h2, .single-video .entry-content h2 {
  color: #29b8ba;
  font-size: 26px; }

.single-post .entry-content h3, .blog .entry-content h3, .single-video .entry-content h3 {
  color: #7f7f7f;
  font-size: 26px; }

.single-video header .featured-image .social-share {
  position: static; }

#blog-section .the-latest .post-title, #blog-section .the-latest .post-excerpt {
  text-align: center;
  color: white;
  padding: 0 15px; }

.vertical-parent {
  display: table;
  height: 100%;
  width: 100%; }
  .vertical-parent .vertical-child {
    display: table-cell;
    vertical-align: middle;
    text-align: center; }

.home #blog-section .content-wrapper {
  max-width: 1200px;
  margin: 0 auto; }

.post-date {
  border: 2px solid white;
  display: inline-block;
  padding: 1px 15px 3px;
  line-height: normal;
  color: white; }
  .post-date .day {
    border-bottom: 2px solid white;
    font-size: 28px; }
  .post-date .month {
    text-transform: uppercase;
    font-weight: 300; }

#blog-section .the-rest .thumbnail-holder {
  background: #29b8ba; }
  #blog-section .the-rest .thumbnail-holder > div {
    height: 100%; }

#blog-section .load-more {
  margin-top: 60px; }
  #blog-section .load-more .letif-btn {
    font-weight: 500;
    text-align: center;
    white-space: nowrap;
    vertical-align: middle;
    -ms-touch-action: manipulation;
    touch-action: manipulation;
    cursor: pointer;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    color: white;
    padding: 13px 25px;
    outline: none;
    letter-spacing: 1px; }

#blog-section .description-holder {
  background: #29b8ba; }

#blog-section .title-holder {
  margin-bottom: 50px; }

#blog-section .post-thumbnail:after {
  content: "";
  position: absolute;
  height: 100%;
  width: 100%;
  left: 0;
  top: 0;
  background: rgba(43, 44, 57, 0.65);
  transition: width 0.2s ease; }

#blog-section .the-latest .the-latest-inner {
  position: relative; }

#blog-section .the-latest .post-box-inner {
  display: inline-block;
  width: 100%; }

#blog-section .the-latest .post-box {
  position: absolute;
  top: 0;
  width: 100%;
  text-align: center;
  color: white;
  height: 100%; }
  #blog-section .the-latest .post-box:before {
    content: '';
    display: inline-block;
    height: 100%;
    vertical-align: middle;
    margin-right: -0.25em;
    /* Adjusts for spacing */ }
  #blog-section .the-latest .post-box > div {
    display: inline-block;
    vertical-align: middle;
    width: 100%;
    white-space: normal; }

#blog-section .the-latest .post-date .day {
  font-size: 50px; }

#blog-section .the-latest .post-date .month {
  font-size: 38px; }

#blog-section img {
  max-width: 100%;
  height: auto;
  width: 100%; }

#blog-section .post-title {
  font-size: 35px;
  font-weight: 700;
  margin-top: 25px;
  line-height: normal;
  letter-spacing: 1px; }

#blog-section .content-wrapper a {
  display: block;
  transition: all 0.2s ease-out; }
  #blog-section .content-wrapper a:hover .post-thumbnail:after {
    width: 0; }

#blog-section .the-rest {
  color: #fff; }
  #blog-section .the-rest .post-date {
    color: #fff;
    border: 2px solid #fff; }
    #blog-section .the-rest .post-date .day {
      border-bottom: 1px solid #fff;
      font-size: 37px; }
    #blog-section .the-rest .post-date .month {
      font-size: 27px; }
  #blog-section .the-rest .post-title {
    font-size: 18px;
    color: #fff;
    height: 50px;
    letter-spacing: 1px; }
  #blog-section .the-rest .thumbnail-holder:after {
    content: "";
    width: 0;
    height: 0;
    border-top: 20px solid transparent;
    border-bottom: 20px solid transparent;
    border-left: 20px solid #29b8ba;
    position: absolute;
    left: 0;
    top: 20px;
    z-index: 1; }
  #blog-section .the-rest .bottom-post .thumbnail-holder:after {
    left: auto;
    right: 0;
    border-right: 20px solid #29b8ba;
    border-left: none; }

#blog-section .product-box-title {
  margin-bottom: 0; }
  #blog-section .product-box-title h3 {
    margin-bottom: 0; }

#blog-section div[class^="col-"] {
  padding: 0;
  overflow: hidden; }

#blog-section .post-excerpt {
  font-size: 16px;
  margin-top: 5px;
  color: #fff;
  height: 48px;
  display: none; }

#blog-section .inner-box > div {
  display: flex; }

#blog-section .the-rest .post-box {
  text-align: center; }

#blog-section .the-rest .post-box-inner {
  padding: 15px; }

#blog-section .product_meta .posted_in a {
  color: #888; }

.pagination-container {
  text-align: center;
  display: block;
  background: #f2f2f2;
  position: relative; }
  .pagination-container > nav {
    padding: 15px; }
  .pagination-container a {
    color: #8a8a8a; }
    .pagination-container a:hover {
      color: #333; }
    .pagination-container a.next {
      position: absolute;
      right: 15px; }
    .pagination-container a.prev {
      position: absolute;
      left: 15px; }
  .pagination-container .pagination {
    display: block; }
  .pagination-container nav {
    margin: 0; }
  .pagination-container a, .pagination-container span {
    padding: 0 5px;
    font-size: 17px; }

.single-post .newsletter-container, .blog .newsletter-container, .archive.category .newsletter-container, .archive.tag .newsletter-container, .archive.date .newsletter-container, .single-video .newsletter-container, .single-wysijap .newsletter-container {
  margin-top: 65px; }

.single-post .the-categories ul, .blog .the-categories ul, .archive.category .the-categories ul, .archive.tag .the-categories ul, .archive.date .the-categories ul, .single-video .the-categories ul, .single-wysijap .the-categories ul {
  padding-left: 0;
  list-style-type: none; }

.single-post .the-tags a, .single-post .the-categories a, .blog .the-tags a, .blog .the-categories a, .archive.category .the-tags a, .archive.category .the-categories a, .archive.tag .the-tags a, .archive.tag .the-categories a, .archive.date .the-tags a, .archive.date .the-categories a, .single-video .the-tags a, .single-video .the-categories a, .single-wysijap .the-tags a, .single-wysijap .the-categories a {
  display: inline-block;
  color: #818181;
  background: #f4f4f4;
  padding: 10px;
  margin: 0 6px 6px 0;
  text-transform: capitalize;
  font-weight: 500;
  position: relative;
  display: inline-block;
  transform: perspective(1px) translateZ(0);
  transition-property: color;
  transition-duration: 0.3s; }
  .single-post .the-tags a:hover, .single-post .the-categories a:hover, .blog .the-tags a:hover, .blog .the-categories a:hover, .archive.category .the-tags a:hover, .archive.category .the-categories a:hover, .archive.tag .the-tags a:hover, .archive.tag .the-categories a:hover, .archive.date .the-tags a:hover, .archive.date .the-categories a:hover, .single-video .the-tags a:hover, .single-video .the-categories a:hover, .single-wysijap .the-tags a:hover, .single-wysijap .the-categories a:hover {
    color: white; }
    .single-post .the-tags a:hover:before, .single-post .the-categories a:hover:before, .blog .the-tags a:hover:before, .blog .the-categories a:hover:before, .archive.category .the-tags a:hover:before, .archive.category .the-categories a:hover:before, .archive.tag .the-tags a:hover:before, .archive.tag .the-categories a:hover:before, .archive.date .the-tags a:hover:before, .archive.date .the-categories a:hover:before, .single-video .the-tags a:hover:before, .single-video .the-categories a:hover:before, .single-wysijap .the-tags a:hover:before, .single-wysijap .the-categories a:hover:before {
      transform: scaleX(1); }
  .single-post .the-tags a:before, .single-post .the-categories a:before, .blog .the-tags a:before, .blog .the-categories a:before, .archive.category .the-tags a:before, .archive.category .the-categories a:before, .archive.tag .the-tags a:before, .archive.tag .the-categories a:before, .archive.date .the-tags a:before, .archive.date .the-categories a:before, .single-video .the-tags a:before, .single-video .the-categories a:before, .single-wysijap .the-tags a:before, .single-wysijap .the-categories a:before {
    content: "";
    position: absolute;
    z-index: -1;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: #29b8ba;
    transform: scaleX(0);
    transform-origin: 0 50%;
    transition-property: transform;
    transition-duration: 0.3s;
    transition-timing-function: ease-out; }

.single-post .sidebar, .blog .sidebar, .archive.category .sidebar, .archive.tag .sidebar, .archive.date .sidebar, .single-video .sidebar, .single-wysijap .sidebar {
  padding-left: 85px; }
  .single-post .sidebar p.description, .blog .sidebar p.description, .archive.category .sidebar p.description, .archive.tag .sidebar p.description, .archive.date .sidebar p.description, .single-video .sidebar p.description, .single-wysijap .sidebar p.description {
    color: #636363;
    font-weight: 500;
    font-size: 19px;
    letter-spacing: 1px;
    text-transform: uppercase;
    padding-bottom: 7px;
    border-bottom: 2px solid #29b8ba;
    margin-bottom: 20px; }
  .single-post .sidebar > div, .blog .sidebar > div, .archive.category .sidebar > div, .archive.tag .sidebar > div, .archive.date .sidebar > div, .single-video .sidebar > div, .single-wysijap .sidebar > div {
    margin-bottom: 45px; }

.single-post .title-holder, .blog .title-holder, .archive.category .title-holder, .archive.tag .title-holder, .archive.date .title-holder, .single-video .title-holder, .single-wysijap .title-holder {
  margin: 20px 0; }

.single-post #blog-section, .blog #blog-section, .archive.category #blog-section, .archive.tag #blog-section, .archive.date #blog-section, .single-video #blog-section, .single-wysijap #blog-section {
  padding: 0 0 55px; }
  .single-post #blog-section .container, .blog #blog-section .container, .archive.category #blog-section .container, .archive.tag #blog-section .container, .archive.date #blog-section .container, .single-video #blog-section .container, .single-wysijap #blog-section .container {
    width: 100%;
    padding: 0; }

.single-post .blog-categories-date, .blog .blog-categories-date, .archive.category .blog-categories-date, .archive.tag .blog-categories-date, .archive.date .blog-categories-date, .single-video .blog-categories-date, .single-wysijap .blog-categories-date {
  padding: 45px 0 0; }
  .single-post .blog-categories-date ul, .blog .blog-categories-date ul, .archive.category .blog-categories-date ul, .archive.tag .blog-categories-date ul, .archive.date .blog-categories-date ul, .single-video .blog-categories-date ul, .single-wysijap .blog-categories-date ul {
    text-align: center;
    padding: 0;
    margin: 0;
    list-style-type: none; }
    .single-post .blog-categories-date ul li, .blog .blog-categories-date ul li, .archive.category .blog-categories-date ul li, .archive.tag .blog-categories-date ul li, .archive.date .blog-categories-date ul li, .single-video .blog-categories-date ul li, .single-wysijap .blog-categories-date ul li {
      display: inline-block;
      padding: 0 2px; }
      .single-post .blog-categories-date ul li a, .blog .blog-categories-date ul li a, .archive.category .blog-categories-date ul li a, .archive.tag .blog-categories-date ul li a, .archive.date .blog-categories-date ul li a, .single-video .blog-categories-date ul li a, .single-wysijap .blog-categories-date ul li a {
        text-decoration: underline;
        font-size: 13px;
        color: #8a8a8a; }

.single-post .blog-categories, .blog .blog-categories, .archive.category .blog-categories, .archive.tag .blog-categories, .archive.date .blog-categories, .single-video .blog-categories, .single-wysijap .blog-categories {
  text-align: center;
  margin-bottom: 30px; }
  .single-post .blog-categories .blog-category, .blog .blog-categories .blog-category, .archive.category .blog-categories .blog-category, .archive.tag .blog-categories .blog-category, .archive.date .blog-categories .blog-category, .single-video .blog-categories .blog-category, .single-wysijap .blog-categories .blog-category {
    display: inline-block;
    margin-bottom: 15px; }
    .single-post .blog-categories .blog-category a, .blog .blog-categories .blog-category a, .archive.category .blog-categories .blog-category a, .archive.tag .blog-categories .blog-category a, .archive.date .blog-categories .blog-category a, .single-video .blog-categories .blog-category a, .single-wysijap .blog-categories .blog-category a {
      color: white;
      padding: 10px 15px;
      display: block;
      text-transform: uppercase;
      font-size: 16px;
      font-weight: 700;
      letter-spacing: 1px; }

/* Related */
.related-posts .related-post {
  max-width: 300px;
  margin-bottom: 15px;
  transition: transform 0.2s ease-in-out; }
  .related-posts .related-post:hover {
    transform: translateY(-2px); }
    .related-posts .related-post:hover .image-holder::before {
      background: rgba(0, 0, 0, 0.1); }

.related-posts .image-holder {
  position: relative;
  height: 210px;
  overflow: hidden; }
  .related-posts .image-holder img {
    height: 100%;
    width: auto;
    max-width: none; }
  .related-posts .image-holder::before {
    content: "";
    position: absolute;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    background: rgba(0, 0, 0, 0.4);
    transition: background 0.2s ease-in-out; }

.related-posts .post-date {
  position: absolute;
  top: 15px;
  right: 15px;
  padding: 1px 10px 3px;
  text-align: center; }
  .related-posts .post-date .day {
    font-size: 30px; }
  .related-posts .post-date .month {
    font-size: 19px; }

.related-posts .the-title {
  background-color: #29b8ba;
  padding: 25px;
  color: white;
  height: 135px;
  font-weight: 700;
  font-size: 18px;
  position: relative; }
  .related-posts .the-title::before {
    content: "";
    position: absolute;
    content: "";
    width: 0;
    height: 0;
    border-right: 20px solid transparent;
    border-bottom: 20px solid #29b8ba;
    border-left: 20px solid transparent;
    position: absolute;
    left: 50%;
    margin-left: -20px;
    top: -20px;
    z-index: 1; }
  .related-posts .the-title .vertical-center {
    height: 100%; }

@media (min-width: 480px) and (max-width: 991px) {
  #blog-section .post-title {
    font-size: 25px; }
  #blog-section .the-rest .post-box-inner {
    padding-bottom: 0; }
  #blog-section .the-rest .post-date .day {
    font-size: 20px; }
  #blog-section .the-rest .post-date .month {
    font-size: 15px; }
  #blog-section .the-rest .post-title {
    font-size: 13px;
    margin-top: 5px;
    height: 35px; } }

@media (max-width: 767px) {
  .single-post .sidebar {
    margin-top: 45px;
    padding-left: 15px; }
  .single-post header h1 {
    padding-right: 0; }
  .single-post header .featured-image .social-share {
    position: static;
    min-width: 0; }
  #blog-section .the-latest .post-title {
    font-size: 18px;
    line-height: normal;
    margin-top: 15px;
    height: 70px; }
  #blog-section .the-latest .post-date .day {
    font-size: 40px; }
  #blog-section .the-latest .post-date .month {
    font-size: 25px; } }

@media (max-width: 479px) {
  .pagination-container a span {
    display: none; }
  .pagination-container a.next, .pagination-container a.prev {
    font-size: 40px;
    top: -4px; }
  .single-post .blog-categories {
    text-align: left; }
    .single-post .blog-categories .blog-category {
      display: block;
      margin-bottom: 0; }
      .single-post .blog-categories .blog-category a {
        background: transparent;
        border: none;
        color: #666;
        padding: 5px 15px 5px 0; }
  #blog-section .the-latest, #blog-section .the-rest {
    width: 100%; }
  #blog-section .the-latest .post-title {
    font-size: 18px;
    line-height: normal;
    margin-top: 15px;
    height: 120px; }
  #blog-section .the-latest .post-date .day {
    font-size: 40px; }
  #blog-section .the-latest .post-date .month {
    font-size: 25px; }
  #blog-section .the-rest .post-title {
    margin-top: 10px;
    height: 55px;
    font-size: 12px; }
  #blog-section .the-rest .post-date .day {
    font-size: 25px; }
  #blog-section .the-rest .post-date .month {
    font-size: 15px; } }

.woocommerce-account .entry-content .woocommerce {
  margin-top: 30px; }

.woocommerce-account .woocommerce form .form-row input[type="text"], .woocommerce-account .woocommerce form .form-row input[type="email"], .woocommerce-account .woocommerce form .form-row input[type="tel"], .woocommerce-account .woocommerce form .form-row input[type="password"], .woocommerce-account .woocommerce form .form-row .select2-container .select2-choice {
  background: #efefef; }

.woocommerce-account header.entry-header {
  margin: 0px 0 30px; }

.woocommerce-account h1 {
  color: #135C5D;
  text-align: left;
  border-bottom: 1px solid #135C5D;
  padding-bottom: 10px;
  margin: 0; }

.woocommerce-account .addresses .title h3 {
  float: none; }

.woocommerce-account .addresses .title .edit {
  float: none;
  display: block;
  margin-bottom: 25px; }

.woocommerce-account .woocommerce-Address-title h3 {
  margin-bottom: 5px; }

.woocommerce-account h3 {
  color: #135C5D;
  margin-bottom: 40px; }

.woocommerce-account h2 {
  margin-bottom: 20px;
  color: #135C5D;
  border-bottom: 1px solid #ddd;
  padding-bottom: 10px;
  font-size: 25px;
  font-weight: 300;
  text-transform: uppercase; }

.woocommerce-account .woocommerce-MyAccount-navigation ul {
  padding-left: 0;
  list-style-type: none; }
  .woocommerce-account .woocommerce-MyAccount-navigation ul li {
    margin: 5px 0; }
    .woocommerce-account .woocommerce-MyAccount-navigation ul li a {
      font-size: 18px;
      font-weight: 400;
      padding-left: 5px; }

.woocommerce-account form.login, .woocommerce-account form.register {
  border: none;
  padding: 0; }
  .woocommerce-account form.login input[type="text"], .woocommerce-account form.login input[type="email"], .woocommerce-account form.login input[type="password"], .woocommerce-account form.register input[type="text"], .woocommerce-account form.register input[type="email"], .woocommerce-account form.register input[type="password"] {
    background: #ebebeb; }

.woocommerce-account .woocommerce label.inline {
  font-weight: 400;
  font-size: 12px;
  color: #646464;
  letter-spacing: 1px;
  margin-bottom: 10px; }
  .woocommerce-account .woocommerce label.inline input {
    position: relative;
    top: 2px; }

.container-menu-login input.panel-login, .container-menu-login .partial_register a, .container-menu-login .woocommerce input.button, .container-menu-login a.wc-backward, .container-menu-login .btn-success, .container-menu-login .btn-danger, .woocommerce-account input.panel-login, .woocommerce-account .partial_register a, .woocommerce-account .woocommerce input.button, .woocommerce-account a.wc-backward, .woocommerce-account .btn-success, .woocommerce-account .btn-danger, .woocommerce-cart input.panel-login, .woocommerce-cart .partial_register a, .woocommerce-cart .woocommerce input.button, .woocommerce-cart a.wc-backward, .woocommerce-cart .btn-success, .woocommerce-cart .btn-danger, .woocommerce-order-pay input.panel-login, .woocommerce-order-pay .partial_register a, .woocommerce-order-pay .woocommerce input.button, .woocommerce-order-pay a.wc-backward, .woocommerce-order-pay .btn-success, .woocommerce-order-pay .btn-danger {
  background: rgba(41, 184, 186, 0.7);
  border: 2px solid #135C5D;
  width: 100%;
  color: white;
  transition: all 0.15s ease-in-out;
  border-radius: 0;
  outline: none !important;
  font-size: 15px;
  display: block;
  text-align: center;
  padding: 12px 12px;
  letter-spacing: 1px; }
  .container-menu-login input.panel-login:hover, .container-menu-login .partial_register a:hover, .container-menu-login .woocommerce input.button:hover, .container-menu-login a.wc-backward:hover, .container-menu-login .btn-success:hover, .container-menu-login .btn-danger:hover, .woocommerce-account input.panel-login:hover, .woocommerce-account .partial_register a:hover, .woocommerce-account .woocommerce input.button:hover, .woocommerce-account a.wc-backward:hover, .woocommerce-account .btn-success:hover, .woocommerce-account .btn-danger:hover, .woocommerce-cart input.panel-login:hover, .woocommerce-cart .partial_register a:hover, .woocommerce-cart .woocommerce input.button:hover, .woocommerce-cart a.wc-backward:hover, .woocommerce-cart .btn-success:hover, .woocommerce-cart .btn-danger:hover, .woocommerce-order-pay input.panel-login:hover, .woocommerce-order-pay .partial_register a:hover, .woocommerce-order-pay .woocommerce input.button:hover, .woocommerce-order-pay a.wc-backward:hover, .woocommerce-order-pay .btn-success:hover, .woocommerce-order-pay .btn-danger:hover {
    color: #135C5D;
    background: white; }

.woocommerce-order-pay .btn-success, .woocommerce-order-pay .btn-danger {
  width: auto;
  border: 2px solid #135C5D;
  min-width: 150px;
  padding: 6px 12px;
  font-size: 16px;
  display: inline-block; }
  .woocommerce-order-pay .btn-success:hover, .woocommerce-order-pay .btn-success:focus, .woocommerce-order-pay .btn-success:active, .woocommerce-order-pay .btn-danger:hover, .woocommerce-order-pay .btn-danger:focus, .woocommerce-order-pay .btn-danger:active {
    background: white;
    color: #135C5D;
    border: 2px solid #135C5D; }

.woocommerce-order-pay .btn-danger {
  background: rgba(0, 0, 0, 0.7);
  border: 2px solid #000; }
  .woocommerce-order-pay .btn-danger:hover, .woocommerce-order-pay .btn-danger:focus, .woocommerce-order-pay .btn-danger:active {
    background: white;
    border: 2px solid #000;
    color: black; }

.woocommerce-cart p.cart-empty {
  margin-top: 30px;
  padding: 0 15px;
  font-size: 18px;
  text-align: center;
  letter-spacing: 1px; }

.woocommerce-cart .return-to-shop {
  text-align: center; }

.woocommerce-cart a.wc-backward {
  width: auto;
  display: inline-block; }

.container-menu-login {
  opacity: 0;
  visibility: hidden;
  position: absolute;
  background: white;
  width: 100%;
  padding: 25px;
  z-index: 1111;
  top: 61px;
  width: 100%;
  right: -35px;
  text-align: left;
  min-width: 815px;
  box-shadow: 0 3px 6px rgba(0, 0, 0, 0.16), 0 3px 6px rgba(0, 0, 0, 0.23); }
  .container-menu-login ul {
    padding-left: 0;
    list-style-type: none; }
  .container-menu-login .close-me {
    font-size: 25px;
    color: white;
    text-align: right;
    display: none; }
  .container-menu-login .in-menu-logged-in ul {
    padding: 0; }
    .container-menu-login .in-menu-logged-in ul li {
      padding: 0 20px 0 0 !important; }
  .container-menu-login .lost_password {
    text-align: right; }
    .container-menu-login .lost_password a {
      font-size: 12px;
      padding-top: 6px;
      display: inline-block;
      letter-spacing: 1px; }
  .container-menu-login .remember-me label {
    font-size: 12px !important;
    margin-bottom: 0 !important; }
  .container-menu-login .remember-me input {
    position: relative;
    top: 2px; }
  .container-menu-login p.informative {
    margin-bottom: 20px !important;
    color: #135C5D;
    border-bottom: 1px solid #ddd;
    padding-bottom: 10px;
    font-size: 25px;
    font-weight: 300;
    text-transform: uppercase; }
  .container-menu-login p, .container-menu-login span, .container-menu-login input {
    color: #686767; }
  .container-menu-login label {
    font-weight: 400;
    font-size: 16px;
    color: #646464;
    letter-spacing: 1px;
    margin-bottom: 10px; }
    .container-menu-login label span {
      color: #135C5D; }
  .container-menu-login input[type="text"], .container-menu-login input[type="password"] {
    background: #ebebeb;
    border: none;
    box-shadow: none;
    height: 40px; }
  .container-menu-login .register-col > p {
    letter-spacing: 1px;
    padding-bottom: 10px; }

.woocommerce-MyAccount-content p a {
  color: #135C5D; }

.site-main footer.entry-footer span a.post-edit-link {
  color: #135C5D; }

.single-treatment .treatment-container .image-holder {
  position: relative; }
  .single-treatment .treatment-container .image-holder:after {
    content: "";
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0; }
  .single-treatment .treatment-container .image-holder:after {
    border: 40px solid rgba(41, 184, 186, 0.3);
    background-clip: padding-box; }

.single-treatment header.entry-header {
  margin: 40px 0 80px; }

.single-treatment h1 {
  color: #29b8ba;
  font-size: 39px;
  font-weight: 700;
  text-align: center;
  margin: 0; }

.single-treatment .complimentary {
  color: #353535;
  font-size: 26px;
  letter-spacing: 2px;
  font-weight: 700; }
  .single-treatment .complimentary:after {
    content: "";
    display: block;
    height: 10px;
    width: 100px;
    background-color: #29b8ba;
    margin-top: 30px; }

.single-treatment .actual-content {
  padding: 45px 0; }

.single-treatment .entry-content ul, .single-treatment .entry-content ol {
  padding-left: 25px; }

.single-treatment .entry-content p, .single-treatment .entry-content ul, .single-treatment .entry-content ol {
  color: #686767;
  font-size: 16px; }

.single-treatment .entry-content li {
  margin-bottom: 10px; }

.single-treatment .treatment-data {
  margin-top: 40px; }
  .single-treatment .treatment-data .treatment-item {
    border-bottom: 2px solid #29b8ba;
    margin-bottom: 40px; }
    .single-treatment .treatment-data .treatment-item:last-child {
      border-bottom: none; }
    .single-treatment .treatment-data .treatment-item .action-buttons {
      float: none;
      margin-bottom: 40px; }
  .single-treatment .treatment-data .treatment-image {
    background-size: cover;
    height: 80px;
    font-size: 25px;
    font-weight: 700;
    color: white;
    text-align: center;
    padding: 25px;
    margin-bottom: 35px; }
  .single-treatment .treatment-data table {
    table-layout: fixed; }
    .single-treatment .treatment-data table.columns {
      background: #29b8ba; }
      .single-treatment .treatment-data table.columns th {
        color: white;
        font-size: 20px;
        padding: 25px 0; }
    .single-treatment .treatment-data table th, .single-treatment .treatment-data table td {
      width: 20%;
      border: none;
      text-align: center; }
    .single-treatment .treatment-data table td > span {
      display: none; }
    .single-treatment .treatment-data table .product-item {
      text-align: center; }

@media (min-width: 768px) {
  .single-treatment .treatment-container {
    display: flex;
    margin: 0 -25px; }
    .single-treatment .treatment-container .entry-content, .single-treatment .treatment-container .left-side {
      padding: 0 25px; }
    .single-treatment .treatment-container .entry-content {
      white-space: nowrap; }
      .single-treatment .treatment-container .entry-content:before {
        content: '';
        display: inline-block;
        height: 100%;
        vertical-align: middle;
        margin-right: -0.25em;
        /* Adjusts for spacing */ }
      .single-treatment .treatment-container .entry-content > div {
        display: inline-block;
        vertical-align: middle;
        width: 100%;
        white-space: normal; } }

@media (max-width: 767px) {
  .single-treatment .treatment-data .treatment-image {
    height: auto; }
  .single-treatment .treatment-data .columns {
    display: none; }
  .single-treatment .treatment-data table th, .single-treatment .treatment-data table td {
    display: block;
    width: 100%;
    margin-bottom: 20px; }
  .single-treatment .treatment-data table td {
    border: 3px solid #eee; }
    .single-treatment .treatment-data table td > span {
      color: #29b8ba;
      font-weight: 700;
      font-size: 25px;
      margin-bottom: 25px;
      display: block; } }

body.page-template-contact-template header.entry-header {
  margin-bottom: 0;
  text-align: center; }

.page-template-contact-template .breadcrumbs {
  padding-bottom: 10px; }

.page-template-contact-template #map {
  margin-top: 64px;
  height: calc( 100% - 132px); }

.page-template-contact-template .content .row {
  display: flex;
  margin-top: 50px; }

.page-template-contact-template table > tbody > tr {
  margin: 40px 0; }
  .page-template-contact-template table > tbody > tr > td {
    color: #7d7d7d;
    font-size: 16px;
    vertical-align: middle;
    padding: 12px 8px;
    border-top: none; }
    .page-template-contact-template table > tbody > tr > td a {
      font-size: 16px; }

.page-template-contact-template form input[type="text"], .page-template-contact-template form input[type="email"], .page-template-contact-template form textarea {
  width: 100%;
  height: 45px;
  padding: 15px;
  outline: none !important; }

.page-template-contact-template form textarea {
  height: auto; }

.page-template-contact-template form input[type="submit"] {
  background: rgba(41, 184, 186, 0.7);
  border: 2px solid #29b8ba;
  color: white;
  padding: 9px 15px;
  outline: none !important;
  transition: all .2s ease-in-out; }
  .page-template-contact-template form input[type="submit"]:hover {
    background: white;
    color: #29b8ba; }

.page-template-contact-template h4 {
  font-size: 22px;
  color: #29b8ba;
  margin: 0 0 40px;
  font-weight: 300;
  text-align: center; }

.wpcf7-form-control-wrap span.wpcf7-not-valid-tip {
  color: #e11c1c;
  font-size: 13px;
  margin-top: 10px;
  margin-bottom: 5px; }

div.wpcf7-response-output {
  margin: 0;
  padding: 5px 0;
  border: none !important;
  text-align: center;
  font-size: 13px; }

div.wpcf7-validation-errors, div.wpcf7-mail-sent-ng {
  color: #e11c1c; }

@media (max-width: 767px) {
  .page-template-contact-template .content .row {
    display: block; }
    .page-template-contact-template .content .row #map {
      height: 400px; } }

.arrow-animation li a {
  color: #353535;
  font-size: 13px;
  font-weight: 500;
  display: block;
  position: relative; }
  .arrow-animation li a:before {
    content: ">";
    opacity: 0;
    position: absolute;
    left: -10px; }
  .arrow-animation li a:after {
    content: "\e014";
    position: absolute;
    top: 1px;
    display: inline-block;
    font-family: 'Glyphicons Halflings';
    font-style: normal;
    font-weight: 400;
    line-height: 1;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    right: 15px;
    opacity: 0;
    transition: opacity 0.2s ease; }
  .arrow-animation li a.selected, .arrow-animation li a:hover {
    transform: translate3d(10px, 0, 0);
    color: #29b8ba; }
    .arrow-animation li a.selected:before, .arrow-animation li a:hover:before {
      opacity: 1; }
  .arrow-animation li a.selected:after {
    opacity: 1; }

.woocommerce nav.woocommerce-pagination ul {
  margin-top: 25px; }
  .woocommerce nav.woocommerce-pagination ul li a {
    padding: 10px 15px; }
  .woocommerce nav.woocommerce-pagination ul li span {
    padding: 10px 15px; }

.select2-container--default .select2-results__option--highlighted[aria-selected] {
  background-color: #666; }

.select2-container ::-webkit-scrollbar {
  width: 15px;
  height: 15px; }

.select2-container ::-webkit-scrollbar-thumb {
  background: #297d7e; }

.select2-container ::-webkit-scrollbar-track {
  background: #94bebf; }

.select2-container body {
  scrollbar-face-color: #297d7e;
  scrollbar-track-color: #94bebf; }

.select2-container .select2-dropdown {
  border-radius: 0; }

.woocommerce-ordering .select2-container--default .select2-selection--single {
  background-color: #29b8ba;
  border: 2px solid #11a1a3;
  border-radius: 0;
  outline: none !important;
  height: 35px; }
  .woocommerce-ordering .select2-container--default .select2-selection--single .select2-selection__rendered {
    color: white;
    line-height: 33px; }
  .woocommerce-ordering .select2-container--default .select2-selection--single .select2-selection__arrow b {
    border-color: white transparent transparent transparent;
    margin-top: 3px; }

.woocommerce-ordering .select2-container--open .select2-selection--single .select2-selection__arrow b {
  border-color: transparent transparent white transparent; }

.ajax-loader-container {
  display: none; }
  .ajax-loader-container .ajax-loader {
    box-shadow: 0 -14px 0 rgba(0, 0, 0, 0.8), 10px -10px 0 rgba(0, 0, 0, 0.7), 14px 0px 1px rgba(0, 0, 0, 0.6), 10px 10px 1px rgba(0, 0, 0, 0.5), 0px 14px 2px rgba(0, 0, 0, 0.4), -10px 10px 2px rgba(0, 0, 0, 0.3), -14px 0px 3px rgba(0, 0, 0, 0.2), -10px -10px 3px rgba(0, 0, 0, 0.1); }
  .ajax-loader-container.in {
    display: block; }

.ajax-loader.black {
  box-shadow: 0 -14px 0 rgba(0, 0, 0, 0.8), 10px -10px 0 rgba(0, 0, 0, 0.7), 14px 0px 1px rgba(0, 0, 0, 0.6), 10px 10px 1px rgba(0, 0, 0, 0.5), 0px 14px 2px rgba(0, 0, 0, 0.4), -10px 10px 2px rgba(0, 0, 0, 0.3), -14px 0px 3px rgba(0, 0, 0, 0.2), -10px -10px 3px rgba(0, 0, 0, 0.1); }
  .ajax-loader.black.small {
    box-shadow: 0 -7px 0 rgba(0, 0, 0, 0.8), 5px -5px 0 rgba(0, 0, 0, 0.7), 7px 0px 1px rgba(0, 0, 0, 0.6), 5px 5px 1px rgba(0, 0, 0, 0.5), 0px 7px 2px rgba(0, 0, 0, 0.4), -5px 5px 2px rgba(0, 0, 0, 0.3), -7px 0px 3px rgba(0, 0, 0, 0.2), -5px -5px 3px rgba(0, 0, 0, 0.1);
    width: 4px;
    height: 4px; }

.letif-products-container {
  position: relative; }
  .letif-products-container.loading-async .ajax-loader-container {
    display: block; }
  .letif-products-container.loading li, .letif-products-container.loading p, .letif-products-container.loading form {
    opacity: 0.2;
    filter: blur(2px); }
  .letif-products-container.loading .ajax-loader-container {
    display: block;
    position: absolute;
    width: 100%;
    left: 0;
    top: 250px;
    height: auto; }
  .letif-products-container ul.letif-products {
    padding-left: 0;
    list-style-type: none;
    clear: both;
    margin: 0 -7px; }
    .letif-products-container ul.letif-products > li {
      text-align: center;
      padding: 0 7px;
      margin-bottom: 14px; }
      .letif-products-container ul.letif-products > li a {
        box-shadow: 0 0 5px rgba(0, 0, 0, 0.5);
        display: block; }
      .letif-products-container ul.letif-products > li .thumbnail-holder {
        height: 215px;
        padding: 15px 0 0; }
        .letif-products-container ul.letif-products > li .thumbnail-holder .quick-view li {
          float: none; }
      .letif-products-container ul.letif-products > li .product-info {
        padding: 0 25px; }
        .letif-products-container ul.letif-products > li .product-info:before {
          content: "";
          width: 100%;
          height: 2px;
          background: #d7d7d7;
          display: block;
          margin-top: 10px; }
        .letif-products-container ul.letif-products > li .product-info .title {
          min-height: 115px;
          height: auto;
          font-size: 14px;
          overflow: hidden;
          text-overflow: ellipsis;
          white-space: normal; }

.ajax-filters {
  padding-top: 40px; }
  .ajax-filters .close-filters-icon-container {
    text-align: center;
    padding: 10px;
    align-items: center;
    justify-content: center;
    display: none; }
    @media (max-width: 992px) {
      .ajax-filters .close-filters-icon-container {
        display: flex; } }
  .ajax-filters .close-filters-action {
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;
    background: #29b8ba;
    border-radius: 50%;
    width: 35px;
    height: 35px; }
    .ajax-filters .close-filters-action svg {
      max-width: 20px;
      width: 100%;
      height: auto;
      fill: #FFF; }
  .ajax-filters button {
    border-radius: 0;
    color: white;
    min-width: 70px; }
    .ajax-filters button:hover, .ajax-filters button:focus {
      color: white; }
    .ajax-filters button.reset-price {
      font-size: 19px;
      position: absolute;
      right: 15px;
      padding: 0;
      outline: none;
      width: auto;
      min-width: 0;
      padding: 3px 0;
      background: none;
      border: none;
      color: #29b8ba;
      bottom: 30px;
      opacity: 0;
      transition: opacity 0.2s ease; }
      .ajax-filters button.reset-price.in {
        opacity: 1; }
  .ajax-filters .filter {
    border-bottom: 2px solid #dbdbdb;
    padding-bottom: 15px;
    margin-bottom: 30px; }
    .ajax-filters .filter.price-slider {
      position: relative; }
      .ajax-filters .filter.price-slider .filter-action {
        margin-top: 30px; }
      .ajax-filters .filter.price-slider .price-slider-container {
        padding: 15px;
        box-shadow: inset 0 0 5px 3px #ccc; }
      .ajax-filters .filter.price-slider .slider-container {
        padding: 0 2px 0 10px; }
      .ajax-filters .filter.price-slider .min-price {
        position: absolute;
        left: 10px;
        top: 60px;
        font-size: 16px; }
      .ajax-filters .filter.price-slider .max-price {
        position: absolute;
        right: 10px;
        top: 60px;
        font-size: 16px; }
      .ajax-filters .filter.price-slider .tooltip-inner {
        border-radius: 0; }
    .ajax-filters .filter .slider-horizontal {
      width: 100%; }
      .ajax-filters .filter .slider-horizontal .slider-track {
        height: 5px; }
      .ajax-filters .filter .slider-horizontal .slider-selection, .ajax-filters .filter .slider-horizontal .tooltip-inner {
        background: #353535; }
      .ajax-filters .filter .slider-horizontal .slider-handle {
        background: #353535;
        width: 13px;
        height: 13px; }
      .ajax-filters .filter .slider-horizontal .tooltip-arrow {
        border-top-color: #353535; }
    .ajax-filters .filter .filter-name {
      font-weight: 700;
      color: #29b8ba;
      text-transform: uppercase;
      font-size: 16px; }
    .ajax-filters .filter ul {
      padding-left: 10px;
      list-style-type: none; }
      .ajax-filters .filter ul li {
        margin-bottom: 10px; }

@media (max-width: 991px) {
  .woocommerce form.woocommerce-ordering {
    margin-right: 58px;
    width: auto;
    float: none; }
    .woocommerce form.woocommerce-ordering .select2-container {
      max-width: 100%;
      margin-right: 15px; }
  .ajax-filters .filter.price-slider span {
    bottom: 95px; }
  .ajax-filters {
    width: 250px;
    position: fixed;
    top: 0;
    right: 0;
    background: #fefefe;
    padding: 0;
    box-shadow: 1px 2px 7px #808080;
    height: 100%;
    transform: translateX(100%); }
    .ajax-filters .filter-action {
      padding: 15px; }
    .ajax-filters .filter {
      padding: 15px;
      margin-bottom: 5px; }
      .ajax-filters .filter.price-slider .price-slider-container {
        padding: 0;
        box-shadow: none; }
  .woocommerce-ordering .select2-container--default .select2-selection--single {
    height: 43px; }
  .woocommerce-ordering .select2-container--default .select2-selection--single .select2-selection__arrow b {
    margin-top: 7px; }
  .woocommerce-ordering .select2-container--default .select2-selection--single .select2-selection__rendered {
    line-height: 39px; }
  .toggle-ajax-filters {
    float: right;
    width: 43px; }
    .toggle-ajax-filters button {
      height: 43px;
      position: relative;
      background-color: #29b8ba;
      border: 2px solid #11a1a3;
      color: white;
      font-size: 20px;
      border-radius: 0;
      transition: background 0.2s ease-in-out;
      outline: none !important; }
      .toggle-ajax-filters button.is-active {
        border: 2px solid transparent; }
      .toggle-ajax-filters button:focus, .toggle-ajax-filters button:hover, .toggle-ajax-filters button:active, .toggle-ajax-filters button .active {
        color: white; } }

.archive-parent .category-description, .archive-parent .term-description, .archive-children .category-description, .archive-children .term-description {
  font-weight: 500;
  line-height: 1.6;
  padding: 0 30px;
  letter-spacing: 1px;
  font-size: 16px;
  color: #686767; }

.archive-children .letif-products.row:not(.has-subcategories) .term-description {
  margin: 80px 0 40px;
  padding: 0; }

.archive-children [data-filter-taxonomy="pa_shampoo"] {
  display: none; }

.term-2017 [data-filter-taxonomy="pa_care"],
.term-2017 [data-filter-taxonomy="pa_shampoo"],
.term-2017 [data-filter-taxonomy="pa_hair-needs"],
.term-2017 [data-filter-taxonomy="pa_hair-type"],
.term-2017 [data-filter-taxonomy="pa_genre-usage"] {
  display: none; }

.tax-pa_hair-needs [data-filter-taxonomy="pa_care"],
.tax-pa_hair-needs [data-filter-taxonomy="pa_styling"],
.tax-pa_hair-needs [data-filter-taxonomy="pa_shampoo"], .tax-pa_hair [data-filter-taxonomy="pa_care"],
.tax-pa_hair [data-filter-taxonomy="pa_styling"],
.tax-pa_hair [data-filter-taxonomy="pa_shampoo"], .tax-pa_hair-type [data-filter-taxonomy="pa_care"],
.tax-pa_hair-type [data-filter-taxonomy="pa_styling"],
.tax-pa_hair-type [data-filter-taxonomy="pa_shampoo"] {
  display: none; }

.archive-parent .all-product-types {
  margin: 55px 0 0; }
  .archive-parent .all-product-types ul {
    padding-left: 0;
    text-align: center; }
    .archive-parent .all-product-types ul li {
      display: inline-block; }
      .archive-parent .all-product-types ul li:nth-child(1) a {
        background-color: #29b8ba;
        border: 2px solid #29b8ba; }
        .archive-parent .all-product-types ul li:nth-child(1) a:hover {
          color: #29b8ba; }
      .archive-parent .all-product-types ul li:nth-child(2) a {
        background-color: #088082;
        border: 2px solid #088082; }
        .archive-parent .all-product-types ul li:nth-child(2) a:hover {
          color: #088082; }
      .archive-parent .all-product-types ul li:nth-child(3) a {
        background-color: #3c6465;
        border: 2px solid #3c6465; }
        .archive-parent .all-product-types ul li:nth-child(3) a:hover {
          color: #3c6465; }
      .archive-parent .all-product-types ul li a {
        color: white;
        padding: 8px 35px;
        font-weight: 700;
        text-transform: uppercase;
        display: block;
        border: 2px solid; }
        .archive-parent .all-product-types ul li a:hover {
          background-color: white; }

.archive-parent .brand-series {
  padding-top: 45px; }

.archive-parent .series-container {
  margin: 0 auto;
  max-width: 1300px; }

.archive-parent .serie-box {
  width: 32.33333333%; }

.archive-parent h1 {
  font-size: 39px;
  color: #29b8ba;
  font-weight: 700;
  margin-bottom: 40px;
  margin-top: 0;
  text-transform: uppercase; }

.archive-parent .reviews .reviews-slider {
  padding: 0 75px 0 75px; }

.archive-parent .reviews .meta {
  color: #858585; }

.archive-parent .reviews .review-content {
  font-family: Times New Roman;
  font-style: italic;
  font-size: 26px;
  color: #a7a7a7;
  font-weight: 600;
  margin-bottom: 20px; }

.archive-parent .reviews .review-container {
  text-align: center; }
  .archive-parent .reviews .review-container .product-review {
    display: none; }
  .archive-parent .reviews .review-container .star-rating {
    float: none;
    display: inline-block;
    font-size: 28px;
    color: #29b8ba;
    margin-bottom: 20px; }

.archive-parent #most-loved .product-item .product-info .title {
  height: 45px; }
  .archive-parent #most-loved .product-item .product-info .title p {
    text-overflow: inherit;
    overflow: visible;
    white-space: normal;
    font-size: 14px; }

.archive-parent #most-loved .action-buttons ul li {
  padding-right: 0; }

.archive-parent .brand-main-subs {
  background-image: url("images/parallax-total-care.png");
  background-repeat: no-repeat;
  background-attachment: fixed;
  background-size: contain; }
  .archive-parent .brand-main-subs#three-boxes .box-images {
    padding-top: 0; }
    .archive-parent .brand-main-subs#three-boxes .box-images .box-image {
      display: inline-block;
      padding: 0 15px; }
      .archive-parent .brand-main-subs#three-boxes .box-images .box-image .outer-wrapper .vertical-center {
        border: none; }
      .archive-parent .brand-main-subs#three-boxes .box-images .box-image > a:after {
        left: 0; }
      .archive-parent .brand-main-subs#three-boxes .box-images .box-image .title-holder {
        margin-top: 10px;
        text-align: left; }
        .archive-parent .brand-main-subs#three-boxes .box-images .box-image .title-holder a {
          font-size: 27px;
          color: #a7a7a7;
          font-weight: 700; }
          .archive-parent .brand-main-subs#three-boxes .box-images .box-image .title-holder a:after {
            display: none; }

.archive-parent .section {
  padding: 55px 0 0; }

.archive-parent .title-holder {
  margin-bottom: 45px; }
  .archive-parent .title-holder h2 {
    margin-bottom: 0; }
  .archive-parent .title-holder p.subtitle {
    margin-bottom: 0; }

.archive-parent h2 {
  color: #29b8ba;
  font-size: 34px;
  text-transform: uppercase;
  font-weight: 700;
  margin: 0;
  margin-bottom: 45px; }

.archive-parent .brand-top-links {
  padding: 25px 0 25px 0;
  background: #353535; }
  .archive-parent .brand-top-links .limited-container {
    max-width: 850px;
    margin: 0 auto; }
  .archive-parent .brand-top-links h3 {
    color: #29b8ba;
    margin: 0 0 30px 0;
    font-size: 26px; }
  .archive-parent .brand-top-links a {
    color: #a7a7a7; }
  .archive-parent .brand-top-links ul {
    margin: 0;
    text-align: center; }
    .archive-parent .brand-top-links ul li {
      display: inline-block;
      text-align: left; }

.letif-products-container ul.letif-products > li:not(.serie-box) > a.show-price {
  height: 465px; }

.letif-products-container ul.letif-products > li:not(.serie-box) > a.hide-price {
  height: 375px; }

.letif-products-container ul.letif-products > li:not(.serie-box) .price {
  position: absolute;
  bottom: 5px;
  left: 0;
  width: 100%; }
  .letif-products-container ul.letif-products > li:not(.serie-box) .price .product-price {
    position: static;
    height: auto; }
    .letif-products-container ul.letif-products > li:not(.serie-box) .price .product-price .original-price {
      padding-bottom: 30px; }

.letif-products-container ul.letif-products > li:not(.serie-box) .product-info .rating {
  height: auto; }

.letif-products-container ul.letif-products > li:not(.serie-box) .product-info .title {
  height: auto;
  min-height: 0; }
  .letif-products-container ul.letif-products > li:not(.serie-box) .product-info .title p {
    font-weight: 500; }

.archive-children .archive-description-down {
  padding-top: 25px; }

.archive-children .archive-description {
  padding-bottom: 40px; }
  .archive-children .archive-description h1, .archive-children .archive-description h2, .archive-children .archive-description h3, .archive-children .archive-description h4, .archive-children .archive-description h5, .archive-children .archive-description h6 {
    color: #29b8ba; }

.archive-children .page-title {
  display: flex;
  justify-content: space-between;
  align-items: flex-end;
  margin-bottom: 10px; }
  .archive-children .page-title .extra-title {
    color: #29b8ba; }
    .archive-children .page-title .extra-title span.brand-name {
      text-transform: capitalize; }
    .archive-children .page-title .extra-title span.complimentary {
      text-transform: lowercase;
      font-size: 25px;
      font-weight: 300;
      position: relative;
      top: -3px; }

.archive-children ul.letif-products.has-subcategories {
  margin: 0 -15px; }
  .archive-children ul.letif-products.has-subcategories > li {
    padding: 0 15px;
    margin-bottom: 30px;
    transition: transform 0.1s ease; }
    .archive-children ul.letif-products.has-subcategories > li:hover {
      transform: translateY(-3px); }

.archive-children .page-title {
  font-size: 39px;
  margin-bottom: 45px;
  margin-top: 0;
  color: #29b8ba;
  border-bottom: 1px solid;
  padding-bottom: 10px; }

.archive-children .main-content {
  padding-top: 40px; }

.archive-children .serie-box {
  padding: 0 7px; }

.series-container {
  transition: width 0.2s ease; }
  .series-container.is-collapsed .serie-box {
    float: left;
    width: 25%; }
    .series-container.is-collapsed .serie-box .image-holder {
      height: 200px; }
      .series-container.is-collapsed .serie-box .image-holder img {
        max-height: 200px; }

.serie-box {
  position: relative;
  padding: 0 15px;
  opacity: 0;
  visibility: hidden;
  margin-bottom: 30px;
  display: none; }
  .serie-box > a:hover .term-description {
    opacity: 1;
    width: 100%; }
    .serie-box > a:hover .term-description .vertical-center {
      opacity: 1;
      transition-delay: 0.2s; }
  .serie-box .term-description {
    position: absolute;
    top: 0;
    left: 0;
    width: 0;
    height: 100%;
    background: rgba(0, 0, 0, 0.7);
    font-size: 13px;
    transition: width 0.2s ease;
    opacity: 0;
    color: white;
    padding: 25px; }
    .serie-box .term-description .vertical-center {
      height: 100%;
      opacity: 0;
      transition: opacity 0.1s ease; }
      .serie-box .term-description .vertical-center span {
        white-space: normal;
        display: inline-block;
        vertical-align: middle;
        max-width: 100%;
        font-size: 18px; }
  .serie-box.is-visible {
    height: auto;
    opacity: 0;
    display: inline-block;
    visibility: visible; }
    .serie-box.is-visible.animate {
      opacity: 1;
      transition: opacity 0.2s ease; }
      .serie-box.is-visible.animate:nth-child(4) {
        transition-delay: 0.1s; }
      .serie-box.is-visible.animate:nth-child(5) {
        transition-delay: 0.2s; }
      .serie-box.is-visible.animate:nth-child(6) {
        transition-delay: 0.3s; }
      .serie-box.is-visible.animate:nth-child(7) {
        transition-delay: 0.4s; }
      .serie-box.is-visible.animate:nth-child(8) {
        transition-delay: 0.5s; }
      .serie-box.is-visible.animate:nth-child(9) {
        transition-delay: 0.6s; }
      .serie-box.is-visible.animate:nth-child(10) {
        transition-delay: 0.7s; }
      .serie-box.is-visible.animate:nth-child(11) {
        transition-delay: 0.8s; }
      .serie-box.is-visible.animate:nth-child(12) {
        transition-delay: 0.9s; }
      .serie-box.is-visible.animate:nth-child(13) {
        transition-delay: 1s; }
      .serie-box.is-visible.animate:nth-child(14) {
        transition-delay: 1.1s; }
      .serie-box.is-visible.animate:nth-child(15) {
        transition-delay: 1.2s; }
      .serie-box.is-visible.animate:nth-child(16) {
        transition-delay: 1.3s; }
      .serie-box.is-visible.animate:nth-child(17) {
        transition-delay: 1.4s; }
      .serie-box.is-visible.animate:nth-child(18) {
        transition-delay: 1.5s; }
      .serie-box.is-visible.animate:nth-child(19) {
        transition-delay: 1.6s; }
      .serie-box.is-visible.animate:nth-child(20) {
        transition-delay: 1.7s; }
      .serie-box.is-visible.animate:nth-child(21) {
        transition-delay: 1.8s; }
      .serie-box.is-visible.animate:nth-child(22) {
        transition-delay: 1.9s; }
      .serie-box.is-visible.animate:nth-child(23) {
        transition-delay: 2s; }
      .serie-box.is-visible.animate:nth-child(24) {
        transition-delay: 2.1s; }
      .serie-box.is-visible.animate:nth-child(25) {
        transition-delay: 2.2s; }
      .serie-box.is-visible.animate:nth-child(26) {
        transition-delay: 2.3s; }
      .serie-box.is-visible.animate:nth-child(27) {
        transition-delay: 2.4s; }
      .serie-box.is-visible.animate:nth-child(28) {
        transition-delay: 2.5s; }
      .serie-box.is-visible.animate:nth-child(29) {
        transition-delay: 2.6s; }
      .serie-box.is-visible.animate:nth-child(30) {
        transition-delay: 2.7s; }
      .serie-box.is-visible.animate:nth-child(31) {
        transition-delay: 2.8s; }
      .serie-box.is-visible.animate:nth-child(32) {
        transition-delay: 2.9s; }
      .serie-box.is-visible.animate:nth-child(33) {
        transition-delay: 3s; }
      .serie-box.is-visible.animate:nth-child(34) {
        transition-delay: 3.1s; }
      .serie-box.is-visible.animate:nth-child(35) {
        transition-delay: 3.2s; }
      .serie-box.is-visible.animate:nth-child(36) {
        transition-delay: 3.3s; }
      .serie-box.is-visible.animate:nth-child(37) {
        transition-delay: 3.4s; }
      .serie-box.is-visible.animate:nth-child(38) {
        transition-delay: 3.5s; }
      .serie-box.is-visible.animate:nth-child(39) {
        transition-delay: 3.6s; }
      .serie-box.is-visible.animate:nth-child(40) {
        transition-delay: 3.7s; }
      .serie-box.is-visible.animate:nth-child(41) {
        transition-delay: 3.8s; }
      .serie-box.is-visible.animate:nth-child(42) {
        transition-delay: 3.9s; }
      .serie-box.is-visible.animate:nth-child(43) {
        transition-delay: 4s; }
      .serie-box.is-visible.animate:nth-child(44) {
        transition-delay: 4.1s; }
      .serie-box.is-visible.animate:nth-child(45) {
        transition-delay: 4.2s; }
      .serie-box.is-visible.animate:nth-child(46) {
        transition-delay: 4.3s; }
      .serie-box.is-visible.animate:nth-child(47) {
        transition-delay: 4.4s; }
      .serie-box.is-visible.animate:nth-child(48) {
        transition-delay: 4.5s; }
      .serie-box.is-visible.animate:nth-child(49) {
        transition-delay: 4.6s; }
      .serie-box.is-visible.animate:nth-child(50) {
        transition-delay: 4.7s; }
  .serie-box .total-container {
    box-shadow: 0 1px 3px rgba(0, 0, 0, 0.16), 0 1px 3px rgba(0, 0, 0, 0.23);
    height: 100%;
    position: relative;
    border-top: 1px solid #eee; }
  .serie-box .image-holder {
    overflow: hidden;
    height: 260px;
    position: relative; }
    .serie-box .image-holder img {
      max-height: 260px; }
  .serie-box .content-holder {
    font-size: 20px;
    padding: 15px;
    font-weight: 500;
    height: 90px;
    color: #a7a7a7;
    overflow: hidden; }

.action-buttons {
  margin-top: 40px;
  float: left;
  width: 100%; }
  .action-buttons .letif-btn {
    color: white;
    padding: 8px 35px;
    font-weight: 700;
    text-transform: uppercase; }

@media (max-width: 1199px) {
  .serie-box .content-holder {
    font-size: 16px; }
  .serie-box .image-holder {
    height: 200px; }
    .serie-box .image-holder img {
      max-height: 200px; } }

@media (max-width: 991px) {
  .woocommerce .woocommerce-result-count, .woocommerce-page .woocommerce-result-count {
    float: none; }
  .serie-box .content-holder {
    font-size: 15px; }
  .letif-products.has-subcategories .serie-box {
    width: 50%;
    float: left; }
    .letif-products.has-subcategories .serie-box.image-holder {
      height: 200px; }
      .letif-products.has-subcategories .serie-box.image-holder img {
        max-height: 200px; } }

@media (max-width: 767px) {
  .archive-parent .brand-main-subs {
    background-image: none; }
  .archive-parent .brand-top-links .limited-container {
    max-width: 100%; }
    .archive-parent .brand-top-links .limited-container .row {
      text-align: center; }
      .archive-parent .brand-top-links .limited-container .row > ul {
        display: inline-block;
        float: none !important;
        width: auto !important; }
        .archive-parent .brand-top-links .limited-container .row > ul li {
          display: block; }
  .archive-parent .all-product-types ul {
    max-width: 280px;
    margin: 0 auto; }
    .archive-parent .all-product-types ul li {
      display: block;
      margin-bottom: 3px; }
  .letif-products.has-subcategories .serie-box.is-visible {
    display: block; }
  .letif-products.has-subcategories .serie-box .content-holder {
    font-size: 17px; }
  .serie-box .term-description {
    width: 100%; }
  .brand-top-links ul.col-sm-15 {
    width: 33.333333%;
    float: left;
    margin-bottom: 15px; }
    .brand-top-links ul.col-sm-15 li a {
      margin-bottom: 2px;
      display: block; }
  .archive-parent .serie-box {
    width: 100%;
    max-width: 400px;
    margin: 0 auto 25px;
    padding: 0; }
    .archive-parent .serie-box.is-visible {
      display: block; }
    .archive-parent .serie-box .content-holder {
      font-size: 19px; }
    .archive-parent .serie-box .image-holder {
      height: 260px; }
      .archive-parent .serie-box .image-holder img {
        max-height: 260px;
        height: auto;
        width: auto;
        max-width: 100%; }
  .series-container.is-collapsed {
    margin: 0 -5px; }
    .series-container.is-collapsed .serie-box {
      width: 50%;
      padding: 0 5px;
      margin-bottom: 10px; }
      .series-container.is-collapsed .serie-box .image-holder {
        height: 150px; }
        .series-container.is-collapsed .serie-box .image-holder img {
          max-height: 150px; }
      .series-container.is-collapsed .serie-box .content-holder {
        font-size: 14px; } }

@media (max-width: 479px) {
  .archive-parent .brand-top-links .limited-container .row > ul:nth-child(3) {
    padding-top: 10px;
    width: 100% !important;
    text-align: center; }
    .archive-parent .brand-top-links .limited-container .row > ul:nth-child(3) li {
      display: inline-block; }
  .letif-products-container ul.letif-products > li:not(.serie-box) > a {
    height: 335px; }
  .letif-products-container ul.letif-products > li:not(.serie-box) .thumbnail-holder {
    height: 150px; }
    .letif-products-container ul.letif-products > li:not(.serie-box) .thumbnail-holder img {
      max-height: 150px;
      width: auto; }
  .letif-products-container ul.letif-products > li:not(.serie-box) .product-info {
    padding: 0 5px; }
    .letif-products-container ul.letif-products > li:not(.serie-box) .product-info .product-type {
      font-size: 12px;
      height: auto; }
    .letif-products-container ul.letif-products > li:not(.serie-box) .product-info .rating {
      display: none; }
    .letif-products-container ul.letif-products > li:not(.serie-box) .product-info .title {
      line-height: 1.1;
      margin: 10px 0;
      font-size: 12px;
      min-height: 0;
      max-height: 104px;
      overflow: hidden; }
      .letif-products-container ul.letif-products > li:not(.serie-box) .product-info .title p {
        margin: 0;
        font-size: 12px;
        font-weight: 500;
        letter-spacing: 1px; }
    .letif-products-container ul.letif-products > li:not(.serie-box) .product-info .product-price {
      height: auto; }
      .letif-products-container ul.letif-products > li:not(.serie-box) .product-info .product-price .original-price {
        padding-bottom: 0;
        font-size: 12px;
        font-weight: 300; }
      .letif-products-container ul.letif-products > li:not(.serie-box) .product-info .product-price p {
        margin-bottom: 0; }
      .letif-products-container ul.letif-products > li:not(.serie-box) .product-info .product-price .final-price {
        position: static; }
  .letif-products.has-subcategories .serie-box {
    width: 100%; }
  .archive-parent .category-description {
    padding: 0; }
  .archive-parent .reviews .review-content {
    padding: 0;
    font-size: 15px;
    font-family: "Open Sans", sans-serif; }
  #brand-main-subs {
    padding: 55px 15px 15px; }
  .archive-parent .reviews .meta {
    font-size: 14px; }
  .archive-parent .category-description p, .archive-parent .term-description p, .archive-children .category-description p, .archive-children .term-description p {
    font-size: 13px; } }

#brand-video .inner-wrapper, .single-video .video .inner-wrapper, .single-product .video .inner-wrapper {
  position: relative;
  overflow: hidden; }
  #brand-video .inner-wrapper.video-active:before, .single-video .video .inner-wrapper.video-active:before, .single-product .video .inner-wrapper.video-active:before {
    background: #000;
    z-index: -1; }
  #brand-video .inner-wrapper:before, .single-video .video .inner-wrapper:before, .single-product .video .inner-wrapper:before {
    content: "";
    position: absolute;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.5); }

#brand-video .image-container, .single-video .video .image-container, .single-product .video .image-container {
  max-height: 570px; }
  #brand-video .image-container img, .single-video .video .image-container img, .single-product .video .image-container img {
    width: 100%; }

#brand-video .vertical-center, .single-video .video .vertical-center, .single-product .video .vertical-center {
  height: 100%; }

#brand-video .container, .single-video .video .container, .single-product .video .container {
  max-width: 1170px;
  margin: 0 auto; }

#brand-video .details, .single-video .video .details, .single-product .video .details {
  position: absolute;
  width: 100%;
  left: 0;
  top: 0;
  height: 100%; }
  #brand-video .details .play-button, .single-video .video .details .play-button, .single-product .video .details .play-button {
    color: #d9d9d9;
    font-size: 100px; }
  #brand-video .details .the-title, .single-video .video .details .the-title, .single-product .video .details .the-title {
    position: absolute;
    bottom: 0;
    background: rgba(51, 51, 51, 0.9);
    width: 100%;
    padding: 15px;
    text-align: left;
    color: white;
    font-size: 17px;
    font-weight: 300;
    left: 0; }

.last-brand-section {
  display: flex; }
  .last-brand-section .main-wrapper {
    display: flex;
    width: 75%;
    margin: 0 auto; }
    .last-brand-section .main-wrapper .product-wrapper {
      border: 2px solid #29b8ba;
      text-align: center; }
      .last-brand-section .main-wrapper .product-wrapper .rating {
        display: none; }
      .last-brand-section .main-wrapper .product-wrapper .brand-item .brand-name {
        display: none; }
      .last-brand-section .main-wrapper .product-wrapper .brand-item .brand-description {
        display: none; }
      .last-brand-section .main-wrapper .product-wrapper .brand-item .product-item {
        max-width: 300px; }
        .last-brand-section .main-wrapper .product-wrapper .brand-item .product-item .sku-markup {
          display: none; }
        .last-brand-section .main-wrapper .product-wrapper .brand-item .product-item .description-markup {
          display: none; }
        .last-brand-section .main-wrapper .product-wrapper .brand-item .product-item .brandname-markup {
          display: none; }
    .last-brand-section .main-wrapper .reviews {
      display: flex;
      flex-direction: column;
      justify-content: center;
      margin-left: 100px; }
      .last-brand-section .main-wrapper .reviews .title-holder {
        font-family: Times New Roman;
        font-style: italic;
        margin-bottom: 100px; }
  .last-brand-section .review-brand-name {
    font-family: Times New Roman;
    font-style: italic;
    font-size: 26px;
    color: #a7a7a7;
    font-weight: 600;
    margin-bottom: 20px; }
  .last-brand-section .review-rating-values {
    color: #858585;
    font-weight: 700; }

@media (max-width: 1049px) {
  .last-brand-section .main-wrapper .reviews {
    margin-left: 0; } }

@media (max-width: 767px) {
  .last-brand-section .main-wrapper {
    width: 100%;
    flex-wrap: wrap;
    justify-content: center;
    position: relative; }
    .last-brand-section .main-wrapper .product-wrapper.most-loved {
      position: relative;
      margin-top: 100px; }
    .last-brand-section .main-wrapper .reviews {
      width: 100%; }
      .last-brand-section .main-wrapper .reviews .title-holder {
        position: absolute;
        left: 0;
        top: 0;
        width: 100%; }
      .last-brand-section .main-wrapper .reviews .brands-rating.review-container {
        margin-top: 50px; }
  .archive-parent .reviews .reviews-slider {
    max-height: 300px; } }

.series-aggregate-section {
  display: flex;
  padding-bottom: 6px; }
  .series-aggregate-section .reviews .reviews-slider {
    padding: 0 75px 0 75px; }
  .series-aggregate-section .reviews .meta {
    color: #858585; }
  .series-aggregate-section .reviews .review-content {
    font-family: Times New Roman;
    font-style: italic;
    font-size: 26px;
    color: #a7a7a7;
    font-weight: 600;
    margin-bottom: 20px; }
  .series-aggregate-section .reviews .review-container .product-review {
    display: none; }
  .series-aggregate-section .reviews .review-container .star-rating {
    float: none;
    display: inline-block;
    font-size: 15px;
    color: #29b8ba;
    margin-right: 10px;
    width: 84px; }
  .series-aggregate-section .reviews .brands-rating.review-container {
    display: flex; }
  .series-aggregate-section .review-rating-values {
    font-family: Times New Roman;
    font-style: italic;
    font-size: 15px;
    color: #a7a7a7;
    font-weight: 600; }
  .series-aggregate-section .review-brand-name {
    display: none; }

@media (max-width: 767px) {
  .archive-children .page-title {
    flex-wrap: wrap; }
  .series-aggregate-section {
    margin-top: 10px; } }

.brand-video {
  width: 100%;
  margin-bottom: 20px; }
  .brand-video video {
    width: 100%; }

.top-space {
  margin-top: 20px; }

.woocommerce #respond input#submit.alt, .woocommerce a.button.alt, .woocommerce button.button.alt, .woocommerce input.button.alt, .woocommerce div.product form.cart .button, .fancybox-type-ajax form.cart .button, .woocommerce a.button.add_to_cart_button {
  transition: background 0.2s ease;
  border-radius: 0;
  float: none;
  width: 100%;
  height: 46px;
  text-transform: uppercase;
  font-weight: 700;
  font-size: 16px;
  color: white;
  letter-spacing: 1px;
  background: linear-gradient(to left, #29b8ba 50%, #9e9e9e 50%);
  background-size: 300% 100%;
  background-position: right bottom;
  border: 2px solid #11a1a3; }
  .woocommerce #respond input#submit.alt:hover, .woocommerce #respond input#submit.alt:focus, .woocommerce a.button.alt:hover, .woocommerce a.button.alt:focus, .woocommerce button.button.alt:hover, .woocommerce button.button.alt:focus, .woocommerce input.button.alt:hover, .woocommerce input.button.alt:focus, .woocommerce div.product form.cart .button:hover, .woocommerce div.product form.cart .button:focus, .fancybox-type-ajax form.cart .button:hover, .fancybox-type-ajax form.cart .button:focus, .woocommerce a.button.add_to_cart_button:hover, .woocommerce a.button.add_to_cart_button:focus {
    outline: none; }
  .woocommerce #respond input#submit.alt:hover, .woocommerce a.button.alt:hover, .woocommerce button.button.alt:hover, .woocommerce input.button.alt:hover, .woocommerce div.product form.cart .button:hover, .fancybox-type-ajax form.cart .button:hover, .woocommerce a.button.add_to_cart_button:hover {
    background-position: left bottom;
    border: 2px solid #959595; }

.woocommerce a.button.add_to_cart_button {
  height: auto;
  text-align: center;
  font-size: 14px;
  width: 100%; }

.fancybox-type-ajax form.cart:before, .fancybox-type-ajax form.cart:after {
  display: table;
  content: ""; }

.fancybox-type-ajax form.cart:after {
  clear: both; }

form.cart {
  margin-bottom: 20px; }

.fancybox-wrap.fancybox-type-ajax .fancybox-skin {
  background: white;
  padding-right: 40px; }

.fancybox-wrap.fancybox-type-ajax p.stock {
  font-size: 14px;
  color: #636363;
  font-weight: 700; }

.yith-wcwl-add-to-wishlist .ajax-loading {
  width: 12px !important;
  height: 12px !important;
  margin-left: 0; }

#yith-wcwl-popup-message {
  background: #29b8ba;
  color: white;
  padding: 5px 25px;
  border: none;
  border-radius: 0;
  font-weight: 500;
  font-size: 17px; }

.woocommerce div.product form.cart, .woocommerce div.product p.cart {
  margin-bottom: 0; }

.woocommerce div.product form.cart {
  margin-bottom: 20px; }

.the-left {
  width: 92px;
  float: left; }

.button-container {
  margin-left: 92px;
  width: auto; }

.quantity, .woocommerce div.product form.cart div.quantity {
  margin: 0;
  width: 46px;
  float: left; }
  .quantity input, .woocommerce div.product form.cart div.quantity input {
    width: 100%;
    height: 46px;
    border: 1px solid #e7e7e7;
    outline: none !important;
    text-align: center; }

input[type=number]::-webkit-inner-spin-button,
input[type=number]::-webkit-outer-spin-button {
  -webkit-appearance: none !important;
  margin: 0 !important;
  -moz-appearance: textfield !important; }

.adjust-quantities {
  float: left;
  width: 46px;
  height: 44px; }
  .adjust-quantities .border-container {
    border: 1px solid #cacaca;
    width: 100%; }
    .adjust-quantities .border-container > div {
      background: #e6e6e6;
      height: 22px;
      cursor: pointer;
      float: none;
      width: 100%; }
      .adjust-quantities .border-container > div:last-child {
        background: #d9d9d9; }
      .adjust-quantities .border-container > div span {
        font-size: 12px; }

.woocommerce div.product p.stock {
  font-size: 14px;
  color: #636363;
  font-weight: 700; }

.button-container .ajax-loader-container {
  display: block;
  position: absolute;
  top: 10px;
  width: 100%;
  text-align: right;
  right: 20px; }

.button-container .ajax-loader {
  display: inline-block;
  margin: 0; }

.woocommerce .related-products .products ul {
  margin: 0; }

.the-video {
  margin-bottom: 60px; }

.promo-content {
  margin-bottom: 35px; }
  .promo-content.html {
    background-color: #636363;
    color: white;
    border: 2px solid #252525;
    text-align: center;
    padding: 15px;
    font-size: 18px;
    line-height: 2;
    letter-spacing: 2px; }
    .promo-content.html h1, .promo-content.html h2, .promo-content.html h3, .promo-content.html h4, .promo-content.html h5, .promo-content.html h6 {
      font-weight: 400;
      line-height: 1.5;
      margin: 0; }
    .promo-content.html span.big {
      font-size: 22px;
      font-weight: 700; }
  .promo-content.image {
    margin-bottom: 25px; }
    .promo-content.image > img {
      margin-bottom: 10px; }

.related-products .related-product {
  padding: 0 30px; }
  .related-products .related-product .wrapper {
    padding: 30px 0;
    display: flex; }
    .related-products .related-product .wrapper .thumbnail-container {
      width: 40%; }
      .related-products .related-product .wrapper .thumbnail-container img {
        max-height: 170px;
        width: auto;
        max-width: 100%;
        height: auto; }
    .related-products .related-product .wrapper .product-info {
      padding: 0 15px;
      margin-left: 0;
      width: 60%;
      text-align: center; }
      .related-products .related-product .wrapper .product-info > div {
        line-height: 1.1 !important; }
      .related-products .related-product .wrapper .product-info .product-price {
        height: auto; }
        .related-products .related-product .wrapper .product-info .product-price p.final-price {
          position: static; }
      .related-products .related-product .wrapper .product-info .title {
        height: auto;
        padding-bottom: 5px;
        font-weight: 700;
        font-size: 14px; }
      .related-products .related-product .wrapper .product-info .rating {
        height: auto;
        padding: 0 0 5px 0;
        display: none; }
      .related-products .related-product .wrapper .product-info .product-type {
        padding: 0 0 5px 0; }
  .related-products .related-product .vertical-center {
    border: none;
    height: 100%; }
  .related-products .related-product a {
    perspective: none; }
    .related-products .related-product a:hover > div {
      transform: none; }

.add-to-wishlist {
  padding: 25px 0;
  text-align: center; }
  .add-to-wishlist .feedback {
    color: #636363;
    font-weight: 500; }
  .add-to-wishlist .yith-wcwl-add-button > a:after {
    font-family: 'letif' !important;
    speak: none;
    font-style: normal;
    font-weight: normal;
    font-variant: normal;
    text-transform: none;
    line-height: 1;
    font-size: 35px;
    /* Better Font Rendering =========== */
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    content: "\6a";
    position: absolute;
    top: -10px;
    padding-left: 15px; }
  .add-to-wishlist a {
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 1px;
    position: relative; }

.single-product input, .single-product select, .single-product textarea {
  border-radius: 0; }

.single-product #review_form_wrapper {
  border: 10px solid #eee;
  padding: 25px; }
  .single-product #review_form_wrapper input[type="text"], .single-product #review_form_wrapper input[type="email"], .single-product #review_form_wrapper textarea {
    background: #efefef;
    border: none;
    border-radius: 0;
    padding: 12px 15px;
    outline: none !important; }
  .single-product #review_form_wrapper input[type="text"], .single-product #review_form_wrapper input[type="email"] {
    height: 43px; }
  .single-product #review_form_wrapper #respond input#submit {
    background: rgba(41, 184, 186, 0.7);
    border: 2px solid #29b8ba;
    color: white;
    -webkit-transition: all 0.15s ease-in-out;
    transition: all 0.15s ease-in-out;
    border-radius: 0;
    outline: none !important;
    font-size: 15px;
    display: block;
    text-align: center;
    padding: 14px 12px;
    width: 150px;
    margin: 50px 0 0;
    letter-spacing: 1px; }
  .single-product #review_form_wrapper p.stars {
    font-size: 25px; }
  .single-product #review_form_wrapper label {
    letter-spacing: 1px;
    font-size: 16px; }
  .single-product #review_form_wrapper .comment-form-author label, .single-product #review_form_wrapper .comment-form-email label {
    width: 150px; }

.single-product .comment-reply-title, .single-product .comment-notes {
  display: none; }

.single-product .shipping-information a, .single-product .returns-information a, .single-product .payment-information a {
  display: block;
  color: white;
  text-transform: uppercase;
  font-weight: 500;
  font-size: 13px;
  letter-spacing: 1px;
  border-radius: 0;
  padding: 6px;
  background-size: auto;
  background-position: center;
  background-image: none; }
  .single-product .shipping-information a:hover, .single-product .shipping-information a:focus, .single-product .returns-information a:hover, .single-product .returns-information a:focus, .single-product .payment-information a:hover, .single-product .payment-information a:focus {
    background: white; }

.single-product .shipping-information {
  margin-bottom: 5px; }
  .single-product .shipping-information a {
    background-color: #9e9e9e; }
    .single-product .shipping-information a:hover, .single-product .shipping-information a:focus {
      color: #959595;
      border: 2px solid #959595; }

.single-product .returns-information {
  margin-bottom: 35px; }
  .single-product .returns-information a {
    background-color: #29b8ba; }
    .single-product .returns-information a:hover, .single-product .returns-information a:focus {
      color: #29b8ba;
      border: 2px solid #29b8ba; }

.single-product .payment-information {
  margin-bottom: 5px; }
  .single-product .payment-information a {
    background-color: #3c6465;
    border: 2px solid #1e4d5f; }
    .single-product .payment-information a:hover, .single-product .payment-information a:focus {
      color: #3c6465;
      border: 2px solid #3c6465; }

.single-product .product_meta {
  margin-bottom: 25px; }
  .single-product .product_meta span {
    color: #636363;
    font-weight: 400; }
    .single-product .product_meta span a {
      font-weight: 500; }
  .single-product .product_meta > span {
    display: block;
    padding: 5px 0;
    font-weight: 700; }

.single-product .site-content p {
  color: #636363; }

.single-product .add-to-cart {
  margin-top: 50px;
  position: relative;
  text-align: center; }
  .single-product .add-to-cart form {
    width: 100%;
    max-width: 330px;
    display: inline-block; }

.single-product #content {
  padding: 25px 0; }

.single-product .product-info .the-rating {
  text-align: center; }
  .single-product .product-info .the-rating .star-rating {
    float: none;
    display: inline-block; }

.single-product .the-price {
  color: #636363;
  text-align: center; }
  .single-product .the-price > div {
    width: 100%;
    display: inline-block; }
  .single-product .the-price .final-price {
    font-size: 40px;
    font-weight: 700; }
  .single-product .the-price .original-price, .single-product .the-price .you-are-saving {
    font-size: 16px;
    font-weight: 700; }
    .single-product .the-price .original-price span, .single-product .the-price .you-are-saving span {
      font-weight: 400; }

.single-product h1 {
  color: #29b8ba;
  font-weight: 700;
  font-size: 39px;
  margin: 0;
  letter-spacing: 2px;
  text-transform: uppercase; }
  .single-product h1 span {
    display: block;
    color: #696969;
    font-size: 22px;
    padding-top: 10px; }

.single-product h2 {
  font-size: 19px;
  color: #636363;
  text-transform: uppercase;
  font-weight: 700;
  letter-spacing: 1px;
  padding-bottom: 8px;
  border-bottom: 2px solid #29b8ba;
  margin-top: 0; }

.single-product .the-image {
  border: 3px solid #dddddd;
  text-align: center;
  margin-bottom: 30px; }
  .single-product .the-image a {
    padding: 50px;
    display: block; }
  .single-product .the-image img {
    max-height: 600px;
    width: auto; }

.single-product .the-description {
  margin-bottom: 60px; }

.single-product .product-attributes {
  margin-bottom: 60px; }
  .single-product .product-attributes table {
    margin-bottom: 0; }
    .single-product .product-attributes table tr td {
      color: #686767;
      border: none;
      vertical-align: middle;
      padding-left: 30px;
      font-size: 15px;
      font-weight: 300; }
      .single-product .product-attributes table tr td:first-child {
        font-weight: 500;
        padding: 8px 0;
        text-transform: uppercase;
        text-align: left; }

.single-product .product-arrowBox {
  margin-bottom: 60px; }
  .single-product .product-arrowBox .arrowBox-trigger {
    cursor: pointer; }
    .single-product .product-arrowBox .arrowBox-trigger i {
      padding: 0 5px; }
  .single-product .product-arrowBox .arrowBox-info {
    display: block; }
    @media (max-width: 991px) {
      .single-product .product-arrowBox .arrowBox-info {
        display: none; } }

.single-product .the-title {
  padding-bottom: 10px; }

.single-product .the-brand {
  padding: 15px 0 30px 0; }
  .single-product .the-brand img {
    max-height: 45px;
    max-width: 200px;
    height: auto;
    width: auto; }

.single-product .star-rating {
  float: none;
  display: inline-block;
  color: #29b8ba;
  font-size: 25px; }

.single-product .commenters p {
  color: #636363;
  font-size: 14px;
  font-weight: 500; }

.single-product .reviews-post .cosmetic-message {
  background: #29b8ba;
  text-align: center;
  padding: 15px;
  margin-top: 20px;
  margin-bottom: 20px; }
  .single-product .reviews-post .cosmetic-message p {
    color: white;
    font-size: 19px;
    font-weight: 700;
    margin-bottom: 0; }

.single-product .reviews .review-content {
  color: #686767;
  padding: 15px 0; }

.single-product .reviews .reviews-container {
  max-height: 580px;
  overflow: auto; }
  .single-product .reviews .reviews-container .review {
    padding: 15px 65px; }
  .single-product .reviews .reviews-container .owl-stage-outer {
    z-index: -10; }

.single-product .reviews p {
  margin-bottom: 0; }

.single-product .reviews .average-rating {
  line-height: normal;
  text-align: center; }

.single-product .reviews .numeric-rating {
  font-size: 40px;
  color: #686767;
  font-weight: 500; }

.single-product .newsletter-container #newsletter .inner-wrapper:before {
  display: none; }

@media (min-width: 1600px) {
  .single-product .newsletter-container {
    position: relative;
    height: 460px; }
    .single-product .newsletter-container #sendingBlue-register,
    .single-product .newsletter-container .title-holder-newsletter {
      padding-left: 120px; }
    .single-product .newsletter-container #newsletter {
      position: absolute;
      top: 115px;
      left: -175px;
      width: calc(100% + 175px);
      padding: 0; }
      .single-product .newsletter-container #newsletter .inner-wrapper:before {
        display: block;
        left: 50px; } }

@media (min-width: 1200px) {
  .single-product-right {
    padding-left: 100px; } }

@media (max-width: 991px) {
  .single-product .add-to-cart form {
    position: relative;
    padding: 0 20px;
    max-width: 370px; }
    .single-product .add-to-cart form .button-container {
      width: 238px; }
      .single-product .add-to-cart form .button-container .ajax-loader-container {
        right: 0; }
  .related-products .related-product {
    float: left;
    width: 50%;
    padding: 0 5px;
    height: 200px; }
    .related-products .related-product .wrapper .product-info .vertical-parent, .related-products .related-product .wrapper .product-info .vertical-child {
      display: block; }
    .related-products .related-product .wrapper .product-info .product-type {
      height: 14px;
      padding-bottom: 0;
      overflow: hidden;
      text-overflow: ellipsis;
      white-space: nowrap;
      margin-bottom: 5px; }
    .related-products .related-product .wrapper .product-info .rating {
      display: none; } }

@media (max-width: 767px) {
  .single-product .reviews-post .cosmetic-message {
    cursor: pointer; }
  .single-product #review_form_wrapper {
    display: none;
    opacity: 0;
    transition: all 0.2s ease-in-out; }
    .single-product #review_form_wrapper.in {
      opacity: 1; }
  .single-product .the-brand {
    text-align: center; }
  .single-product h1 {
    font-size: 30px; }
  .single-product #newsletter {
    padding-bottom: 55px; }
  .related-products .related-product .wrapper {
    padding: 10px 0; }
    .related-products .related-product .wrapper .thumbnail-container {
      height: 120px; }
      .related-products .related-product .wrapper .thumbnail-container img {
        max-height: 120px; }
    .related-products .related-product .wrapper .product-info .title, .related-products .related-product .wrapper .product-info .product-type {
      font-size: 12px; }
    .related-products .related-product .wrapper .product-info .product-type {
      margin-top: 5px; }
    .related-products .related-product .wrapper .product-info .price {
      height: 50px; } }

@media (max-width: 560px) {
  .single-product h1 {
    font-size: 20px; } }

@media (max-width: 479px) {
  .single-product .add-to-cart form {
    position: relative;
    padding: 0;
    max-width: 290px; }
    .single-product .add-to-cart form .button-container {
      width: 198px; }
      .single-product .add-to-cart form .button-container .ajax-loader-container {
        position: static;
        text-align: center;
        margin-top: 7px; }
  .woocommerce .related-products .products ul {
    margin: 0 -10px; }
  .woocommerce .related-products .related-product {
    padding: 10px;
    height: auto; }
    .woocommerce .related-products .related-product .wrapper {
      display: block; }
      .woocommerce .related-products .related-product .wrapper .thumbnail-container {
        width: 100%;
        height: 120px;
        overflow: hidden; }
        .woocommerce .related-products .related-product .wrapper .thumbnail-container img {
          max-height: 120px; }
      .woocommerce .related-products .related-product .wrapper .product-info {
        width: 100%;
        margin-top: 15px;
        padding: 0; }
        .woocommerce .related-products .related-product .wrapper .product-info .title {
          height: 30px;
          overflow: hidden;
          padding: 0;
          margin-bottom: 5px; }
        .woocommerce .related-products .related-product .wrapper .product-info .final-price {
          padding-top: 5px; }
  .woocommerce div.product form.cart .button {
    font-size: 14px;
    padding: 2px; } }

@media (max-width: 339px) {
  .single-product .add-to-cart form {
    max-width: 265px; }
    .single-product .add-to-cart form .button-container {
      width: 173px; }
  .woocommerce div.product form.cart .button {
    font-size: 12px; } }

.product-item, .related-product {
  position: relative; }
  .product-item .product-labels, .related-product .product-labels {
    position: absolute;
    top: 0;
    right: 0;
    width: 50px; }
    .product-item .product-labels > span, .related-product .product-labels > span {
      position: relative;
      z-index: 1;
      border: 2px dotted white;
      border-radius: 50%;
      width: 50px;
      height: 50px;
      right: 20px;
      background: white;
      text-align: center;
      white-space: nowrap;
      font-size: 16px;
      color: #3d3832;
      font-weight: 700;
      letter-spacing: 1px;
      display: block; }
      .product-item .product-labels > span.on-sale, .related-product .product-labels > span.on-sale {
        background: #088082;
        color: white; }
      .product-item .product-labels > span.new-in, .related-product .product-labels > span.new-in {
        background: #29b8ba;
        color: white; }
      .product-item .product-labels > span:nth-child(2), .related-product .product-labels > span:nth-child(2) {
        right: 0;
        top: -15px; }
      .product-item .product-labels > span:before, .related-product .product-labels > span:before {
        content: '';
        display: inline-block;
        height: 100%;
        vertical-align: middle;
        margin-right: -0.30em; }
      .product-item .product-labels > span > span, .related-product .product-labels > span > span {
        display: inline-block;
        vertical-align: middle;
        width: 100%;
        white-space: normal; }

.archive-children .product-item .product-labels {
  top: -10px;
  right: -20px; }

/* adjust slider space */
.owl-stage-outer {
  padding-top: 20px; }

.whats-hot-slider .owl-stage-outer {
  padding-right: 140px; }

#homepage-slider .owl-stage-outer {
  padding-top: 0; }

@media (max-width: 767px) {
  .archive-children .product-item .product-labels {
    top: -10px;
    right: 0px; } }

.rating {
  height: 50px;
  padding: 10px 0;
  line-height: 1; }
  .rating .star-rating {
    overflow: hidden;
    position: relative;
    height: 1em;
    width: 5.4em;
    line-height: 1;
    font-size: 23px;
    font-family: star;
    margin: 0 auto 10px; }
    .rating .star-rating:before {
      content: "\73\73\73\73\73";
      float: left;
      top: 0;
      left: 0;
      position: absolute; }
    .rating .star-rating span {
      overflow: hidden;
      float: left;
      top: 0;
      left: 0;
      position: absolute;
      padding-top: 1.5em; }
      .rating .star-rating span:before {
        content: "\53\53\53\53\53";
        top: 0;
        color: #29b8b9;
        position: absolute;
        left: 0; }

.letif-btn {
  background-image: none;
  letter-spacing: 1px;
  background: linear-gradient(to left, #9e9e9e 50%, #29b8ba 50%);
  background-size: 400% 100%;
  background-position: right bottom;
  border: 2px solid #959595;
  font-size: 15px;
  transition: all 0.2s ease; }
  .letif-btn.reverse {
    background: linear-gradient(to left, #29b8ba 50%, #9e9e9e 50%);
    background-size: 400% 100%;
    background-position: right bottom;
    border: 2px solid #11a1a3; }
    .letif-btn.reverse:hover {
      background-position: left bottom;
      border: 2px solid #959595; }
    .letif-btn.reverse:focus, .letif-btn.reverse:active {
      background-position: right bottom;
      border: 2px solid #11a1a3;
      outline: none; }
  .letif-btn:hover, .letif-btn:focus, .letif-btn:active {
    background-position: left bottom;
    border: 2px solid #11a1a3; }

.action-buttons {
  margin-top: 30px; }
  .action-buttons ul {
    padding-left: 0; }
    .action-buttons ul li {
      display: inline-block;
      padding-right: 10px; }
      .action-buttons ul li a {
        display: block;
        color: white;
        text-transform: uppercase;
        padding: 8px 35px;
        font-weight: 700; }

.product-item .product-type {
  height: 23px;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis; }

.breadcrumbs {
  color: #7d7d7d;
  font-size: 13px;
  padding-top: 10px; }
  .breadcrumbs a {
    font-weight: 500; }

#main-header {
  border-top: 8px solid #353535;
  position: relative;
  z-index: 15; }
  #main-header .top-header {
    background-color: #f2f2f2; }
    #main-header .top-header > div {
      padding: 0 35px; }
    #main-header .top-header .right-container > ul {
      margin: 0;
      list-style-type: none;
      display: flex;
      flex-direction: row;
      align-items: center;
      justify-content: flex-end; }
      #main-header .top-header .right-container > ul .wpml-ls-statics-shortcode_actions {
        margin-top: 7px; }
      #main-header .top-header .right-container > ul > li {
        display: inline-block;
        padding: 15px;
        padding-right: 20px; }
        #main-header .top-header .right-container > ul > li.contact > a:before {
          content: "\e908"; }
        #main-header .top-header .right-container > ul > li.login > a:before {
          content: "\70"; }
        #main-header .top-header .right-container > ul > li.wishlist > a:before {
          content: "\74"; }
        #main-header .top-header .right-container > ul > li.cart > a:before {
          content: "\75"; }
        #main-header .top-header .right-container > ul > li > a {
          font-size: 14px;
          font-weight: 500;
          color: #555;
          text-transform: uppercase; }
        #main-header .top-header .right-container > ul > li > a:before {
          font-family: 'letif' !important;
          speak: none;
          font-style: normal;
          font-weight: normal;
          font-variant: normal;
          text-transform: none;
          line-height: 1;
          /* Better Font Rendering =========== */
          -webkit-font-smoothing: antialiased;
          -moz-osx-font-smoothing: grayscale;
          font-size: 27px;
          padding-right: 5px;
          position: relative;
          top: 6px; }
      #main-header .top-header .right-container > ul .wpml-ls-slot-shortcode_actions a {
        white-space: nowrap;
        color: #595959 !important; }
        #main-header .top-header .right-container > ul .wpml-ls-slot-shortcode_actions a span {
          color: #595959 !important; }
  #main-header .main-bar {
    padding: 10px 0; }
    #main-header .main-bar .logo {
      float: left;
      width: 100%; }
    #main-header .main-bar .right-main-container {
      width: 100%;
      float: left; }
      #main-header .main-bar .right-main-container > .row > div .text-content > p:last-child {
        font-size: 18px; }
      #main-header .main-bar .right-main-container .fa, #main-header .main-bar .right-main-container .letif-icon {
        font-size: 40px;
        color: #29b8ba; }
      #main-header .main-bar .right-main-container .text-content {
        margin-left: 40px;
        text-transform: uppercase;
        padding: 7px 10px;
        color: #646464;
        line-height: 0.7;
        letter-spacing: 1px;
        font-size: 13px; }
        #main-header .main-bar .right-main-container .text-content > p:first-child {
          margin-bottom: 5px; }
        #main-header .main-bar .right-main-container .text-content > p {
          margin-bottom: 0;
          line-height: normal; }

.page-template-contest form {
  position: relative;
  max-width: 185px;
  display: inline-block; }
  .page-template-contest form > p.wysija-paragraph {
    margin-right: 40px;
    margin-bottom: 0; }
  .page-template-contest form ::-webkit-input-placeholder {
    color: #353535; }
  .page-template-contest form :-moz-placeholder {
    /* Firefox 18- */
    color: #353535; }
  .page-template-contest form ::-moz-placeholder {
    /* Firefox 19+ */
    color: #353535; }
  .page-template-contest form :-ms-input-placeholder {
    color: #353535; }
  .page-template-contest form input[type="text"] {
    background: transparent;
    border: 2px solid #353535;
    border-top-left-radius: 5px;
    border-bottom-left-radius: 5px;
    padding: 5px 15px;
    color: #353535;
    outline: none !important;
    width: 100%;
    height: 39px;
    border-right: none; }
  .page-template-contest form button[type="submit"] {
    background-color: transparent;
    border: none;
    position: absolute;
    right: 0;
    top: 0;
    margin-top: 0;
    color: #353535;
    right: 0;
    height: 39px;
    width: 40px;
    outline: none !important;
    transition: background-color 0.2s ease-in-out;
    border: 2px solid #353535;
    border-top-right-radius: 5px;
    border-bottom-right-radius: 5px; }
    .page-template-contest form button[type="submit"]:hover {
      background-color: #ddd; }

.page-template-contest h1 {
  font-size: 36px;
  margin-top: 0; }

.page-template-contest h2 {
  color: #696969;
  font-size: 24px;
  font-weight: 300;
  border-left: 3px solid #29b8ba;
  padding-left: 25px;
  margin-bottom: 25px; }

.page-template-contest h3 {
  color: #353535;
  font-size: 18px;
  margin: 30px 0;
  font-weight: 600; }

.page-template-contest .terms-conditions {
  max-width: 850px;
  margin: 0 auto;
  padding-bottom: 100px; }
  .page-template-contest .terms-conditions .inner {
    color: #353535;
    font-weight: 300;
    font-size: 16px;
    line-height: 1.4; }

.page-template-contest .breadcrumbs {
  display: none; }

.page-template-contest .image-container {
  position: relative;
  border-top: 2px solid #29b8ba;
  border-bottom: 2px solid #ccc; }
  .page-template-contest .image-container img {
    width: 100%; }
  .page-template-contest .image-container .text-container {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%; }

.page-template-contest .fb_iframe_widget {
  display: inline-block;
  position: relative;
  height: 39px;
  width: 100px;
  text-align: center;
  background: #4267b2;
  border-radius: 5px;
  padding-top: 10px; }

.page-template-contest .inner-wrapper {
  text-align: left;
  max-width: 470px; }

.page-template-contest p.winners {
  font-weight: 700;
  color: #353535;
  font-size: 24px; }

.page-template-contest .text-small {
  color: #696969;
  font-size: 18px;
  margin-bottom: 35px; }

.page-template-contest .terms {
  font-weight: 300;
  font-size: 15px;
  margin-bottom: 20px; }

.page-template-contest .button-container {
  text-align: left;
  margin-left: 0;
  margin-top: 10px;
  counter-reset: section; }
  .page-template-contest .button-container > div {
    float: left;
    margin-right: 10px; }
    .page-template-contest .button-container > div:before {
      counter-increment: section;
      content: counter(section) ". "; }
    .page-template-contest .button-container > div.email > div {
      display: inline-block; }
    .page-template-contest .button-container > div:last-child {
      margin-right: 0; }

.page-template-contest .fb-clike, .page-template-contest .insta-share {
  display: inline-block;
  border: 2px solid #577fbc;
  border-radius: 5px;
  padding: 5px 15px;
  color: #577fbc;
  font-weight: 600;
  font-size: 18px;
  margin-right: 5px; }
  .page-template-contest .fb-clike:before, .page-template-contest .insta-share:before {
    content: "";
    background: url(images/fb-like.png) no-repeat left;
    display: inline-block;
    width: 23px;
    height: 18px;
    position: relative;
    top: 2px; }
  .page-template-contest .fb-clike:hover, .page-template-contest .insta-share:hover {
    opacity: 0.6; }

.page-template-contest .insta-share {
  color: #353535;
  border-color: #353535; }
  .page-template-contest .insta-share:before {
    background: url(images/insta-share.png) no-repeat left; }

@media (min-width: 1400px) {
  .container {
    width: 1300px; } }

@media (min-width: 1200px) {
  #newsletter #sendingBlue-register,
  #newsletter .title-holder-newsletter {
    position: relative;
    z-index: 1; }
  #newsletter .inner-wrapper {
    position: relative; }
    #newsletter .inner-wrapper:before {
      position: absolute;
      content: "";
      width: 110px;
      height: calc(100% + 130px);
      left: 115px;
      background-color: #29b8ba;
      top: -90px; }
  #main-header .main-bar .logo {
    width: auto; }
  #main-header .main-bar .right-main-container {
    float: none;
    width: auto;
    margin-left: 335px;
    padding-left: 90px; } }

@media (min-width: 1200px) {
  nav#site-navigation .menu-main-menu-en-container ul#primary-menu > li:nth-child(3) > ul.children-container > li.actual-children > ul.right-two-columns > li,
  nav#site-navigation .menu-main-menu-container ul#primary-menu > li:nth-child(3) > ul.children-container > li.actual-children > ul.right-two-columns > li {
    width: 25%; }
  nav#site-navigation .menu-main-menu-en-container ul#primary-menu > li:nth-child(3) > ul.children-container > li.actual-children > ul.right-two-columns > li:first-child,
  nav#site-navigation .menu-main-menu-container ul#primary-menu > li:nth-child(3) > ul.children-container > li.actual-children > ul.right-two-columns > li:first-child {
    width: 50%; }
    nav#site-navigation .menu-main-menu-en-container ul#primary-menu > li:nth-child(3) > ul.children-container > li.actual-children > ul.right-two-columns > li:first-child ul.children-container,
    nav#site-navigation .menu-main-menu-container ul#primary-menu > li:nth-child(3) > ul.children-container > li.actual-children > ul.right-two-columns > li:first-child ul.children-container {
      margin: 0 -15px; }
      nav#site-navigation .menu-main-menu-en-container ul#primary-menu > li:nth-child(3) > ul.children-container > li.actual-children > ul.right-two-columns > li:first-child ul.children-container:before, nav#site-navigation .menu-main-menu-en-container ul#primary-menu > li:nth-child(3) > ul.children-container > li.actual-children > ul.right-two-columns > li:first-child ul.children-container:after,
      nav#site-navigation .menu-main-menu-container ul#primary-menu > li:nth-child(3) > ul.children-container > li.actual-children > ul.right-two-columns > li:first-child ul.children-container:before,
      nav#site-navigation .menu-main-menu-container ul#primary-menu > li:nth-child(3) > ul.children-container > li.actual-children > ul.right-two-columns > li:first-child ul.children-container:after {
        display: table;
        content: " "; }
      nav#site-navigation .menu-main-menu-en-container ul#primary-menu > li:nth-child(3) > ul.children-container > li.actual-children > ul.right-two-columns > li:first-child ul.children-container:after,
      nav#site-navigation .menu-main-menu-container ul#primary-menu > li:nth-child(3) > ul.children-container > li.actual-children > ul.right-two-columns > li:first-child ul.children-container:after {
        clear: both; }
    nav#site-navigation .menu-main-menu-en-container ul#primary-menu > li:nth-child(3) > ul.children-container > li.actual-children > ul.right-two-columns > li:first-child ul li:not(.indicator),
    nav#site-navigation .menu-main-menu-container ul#primary-menu > li:nth-child(3) > ul.children-container > li.actual-children > ul.right-two-columns > li:first-child ul li:not(.indicator) {
      float: left;
      width: 50%;
      padding: 0 15px; }
    nav#site-navigation .menu-main-menu-en-container ul#primary-menu > li:nth-child(3) > ul.children-container > li.actual-children > ul.right-two-columns > li:first-child ul li.indicator,
    nav#site-navigation .menu-main-menu-container ul#primary-menu > li:nth-child(3) > ul.children-container > li.actual-children > ul.right-two-columns > li:first-child ul li.indicator {
      display: none; }
  nav#site-navigation {
    background: #353535;
    border-top: 3px solid #29b8ba;
    border-bottom: 1px solid #29b8ba; }
    nav#site-navigation a .fa {
      display: none; }
    nav#site-navigation .rating {
      font-size: 10px;
      color: #777; }
    nav#site-navigation .menu-main-menu-container,
    nav#site-navigation .menu-main-menu-en-container {
      position: relative; }
      nav#site-navigation .menu-main-menu-container ul#primary-menu,
      nav#site-navigation .menu-main-menu-en-container ul#primary-menu {
        margin-bottom: 0;
        padding-left: 0;
        text-align: center; }
        nav#site-navigation .menu-main-menu-container ul#primary-menu > li,
        nav#site-navigation .menu-main-menu-en-container ul#primary-menu > li {
          display: inline-block;
          margin-right: 32px;
          text-align: left; }
          nav#site-navigation .menu-main-menu-container ul#primary-menu > li:last-child,
          nav#site-navigation .menu-main-menu-en-container ul#primary-menu > li:last-child {
            margin-right: 0; }
          nav#site-navigation .menu-main-menu-container ul#primary-menu > li.menu-has-children:hover > .children-container,
          nav#site-navigation .menu-main-menu-en-container ul#primary-menu > li.menu-has-children:hover > .children-container {
            transition: all 0.3s ease-in-out;
            opacity: 1;
            visibility: visible;
            transform: translateY(0);
            -webkit-transform: translateY(0);
            -ms-transform: translateY(0);
            -moz-transform: translateY(0);
            -o-transform: translateY(0); }
          nav#site-navigation .menu-main-menu-container ul#primary-menu > li > a,
          nav#site-navigation .menu-main-menu-en-container ul#primary-menu > li > a {
            color: white;
            text-transform: uppercase;
            font-size: 17px;
            font-weight: 700;
            padding: 25px 0;
            display: block;
            width: 100%;
            text-align: center; }
          nav#site-navigation .menu-main-menu-container ul#primary-menu > li > ul.children-container,
          nav#site-navigation .menu-main-menu-en-container ul#primary-menu > li > ul.children-container {
            transform: translateY(22px);
            -webkit-transform: translateY(22px);
            -ms-transform: translateY(22px);
            -moz-transform: translateY(22px);
            -o-transform: translateY(22px);
            opacity: 0;
            visibility: hidden;
            padding-left: 0;
            position: absolute;
            left: 0;
            width: 100%;
            background: #f8f8f8;
            list-style-type: none;
            border-top: 10px solid #29b8ba;
            border-bottom: 10px solid #29b8ba;
            letter-spacing: 1px;
            z-index: 2; }
            nav#site-navigation .menu-main-menu-container ul#primary-menu > li > ul.children-container.single-layout,
            nav#site-navigation .menu-main-menu-en-container ul#primary-menu > li > ul.children-container.single-layout {
              text-align: center;
              padding: 25px 25px 20px; }
              nav#site-navigation .menu-main-menu-container ul#primary-menu > li > ul.children-container.single-layout li,
              nav#site-navigation .menu-main-menu-en-container ul#primary-menu > li > ul.children-container.single-layout li {
                display: inline-block;
                margin-right: 15px; }
                nav#site-navigation .menu-main-menu-container ul#primary-menu > li > ul.children-container.single-layout li:last-child,
                nav#site-navigation .menu-main-menu-en-container ul#primary-menu > li > ul.children-container.single-layout li:last-child {
                  margin-bottom: 0; }
                nav#site-navigation .menu-main-menu-container ul#primary-menu > li > ul.children-container.single-layout li a,
                nav#site-navigation .menu-main-menu-en-container ul#primary-menu > li > ul.children-container.single-layout li a {
                  color: #686767;
                  font-weight: 300;
                  font-size: 16px; }
                  nav#site-navigation .menu-main-menu-container ul#primary-menu > li > ul.children-container.single-layout li a:before,
                  nav#site-navigation .menu-main-menu-en-container ul#primary-menu > li > ul.children-container.single-layout li a:before {
                    display: inline-block;
                    font: normal normal normal 14px/1 FontAwesome;
                    font-size: inherit;
                    text-rendering: auto;
                    -webkit-font-smoothing: antialiased;
                    -moz-osx-font-smoothing: grayscale;
                    content: "\f0da";
                    padding-right: 5px; }
            nav#site-navigation .menu-main-menu-container ul#primary-menu > li > ul.children-container > li.indicator,
            nav#site-navigation .menu-main-menu-en-container ul#primary-menu > li > ul.children-container > li.indicator {
              width: 0;
              height: 0;
              border-left: 10px solid transparent;
              border-right: 10px solid transparent;
              border-bottom: 10px solid #29b8ba;
              position: absolute;
              top: -20px; }
            nav#site-navigation .menu-main-menu-container ul#primary-menu > li > ul.children-container > li.actual-children,
            nav#site-navigation .menu-main-menu-en-container ul#primary-menu > li > ul.children-container > li.actual-children {
              padding: 20px 60px;
              display: flex; }
              nav#site-navigation .menu-main-menu-container ul#primary-menu > li > ul.children-container > li.actual-children > ul,
              nav#site-navigation .menu-main-menu-en-container ul#primary-menu > li > ul.children-container > li.actual-children > ul {
                list-style-type: none;
                padding: 0;
                font-size: 15px; }
                nav#site-navigation .menu-main-menu-container ul#primary-menu > li > ul.children-container > li.actual-children > ul:first-child,
                nav#site-navigation .menu-main-menu-en-container ul#primary-menu > li > ul.children-container > li.actual-children > ul:first-child {
                  padding-right: 20px;
                  border-right: 1px solid #ddd; }
                nav#site-navigation .menu-main-menu-container ul#primary-menu > li > ul.children-container > li.actual-children > ul:last-child,
                nav#site-navigation .menu-main-menu-en-container ul#primary-menu > li > ul.children-container > li.actual-children > ul:last-child {
                  padding-left: 20px; }
                nav#site-navigation .menu-main-menu-container ul#primary-menu > li > ul.children-container > li.actual-children > ul.left-two-columns li,
                nav#site-navigation .menu-main-menu-en-container ul#primary-menu > li > ul.children-container > li.actual-children > ul.left-two-columns li {
                  margin-bottom: 15px; }
                  nav#site-navigation .menu-main-menu-container ul#primary-menu > li > ul.children-container > li.actual-children > ul.left-two-columns li a,
                  nav#site-navigation .menu-main-menu-en-container ul#primary-menu > li > ul.children-container > li.actual-children > ul.left-two-columns li a {
                    color: #686767;
                    font-weight: 700; }
                  nav#site-navigation .menu-main-menu-container ul#primary-menu > li > ul.children-container > li.actual-children > ul.left-two-columns li.action-buttons a,
                  nav#site-navigation .menu-main-menu-en-container ul#primary-menu > li > ul.children-container > li.actual-children > ul.left-two-columns li.action-buttons a {
                    padding: 8px 15px;
                    color: white; }
                nav#site-navigation .menu-main-menu-container ul#primary-menu > li > ul.children-container > li.actual-children > ul.right-two-columns,
                nav#site-navigation .menu-main-menu-en-container ul#primary-menu > li > ul.children-container > li.actual-children > ul.right-two-columns {
                  list-style-type: none;
                  margin: 0 -15px; }
                  nav#site-navigation .menu-main-menu-container ul#primary-menu > li > ul.children-container > li.actual-children > ul.right-two-columns > li,
                  nav#site-navigation .menu-main-menu-en-container ul#primary-menu > li > ul.children-container > li.actual-children > ul.right-two-columns > li {
                    float: left;
                    width: 33.33333333%;
                    padding: 0 15px;
                    position: relative; }
                    nav#site-navigation .menu-main-menu-container ul#primary-menu > li > ul.children-container > li.actual-children > ul.right-two-columns > li > a,
                    nav#site-navigation .menu-main-menu-en-container ul#primary-menu > li > ul.children-container > li.actual-children > ul.right-two-columns > li > a {
                      font-size: 15px;
                      color: #686767;
                      font-weight: 700;
                      display: block;
                      margin-bottom: 15px; }
                      nav#site-navigation .menu-main-menu-container ul#primary-menu > li > ul.children-container > li.actual-children > ul.right-two-columns > li > a:after,
                      nav#site-navigation .menu-main-menu-en-container ul#primary-menu > li > ul.children-container > li.actual-children > ul.right-two-columns > li > a:after {
                        content: "";
                        height: 1px;
                        background: #29b8ba;
                        display: block;
                        position: absolute;
                        width: 100%;
                        top: 25px; }
                    nav#site-navigation .menu-main-menu-container ul#primary-menu > li > ul.children-container > li.actual-children > ul.right-two-columns > li > ul,
                    nav#site-navigation .menu-main-menu-en-container ul#primary-menu > li > ul.children-container > li.actual-children > ul.right-two-columns > li > ul {
                      list-style-type: none;
                      padding-left: 0; }
                      nav#site-navigation .menu-main-menu-container ul#primary-menu > li > ul.children-container > li.actual-children > ul.right-two-columns > li > ul li,
                      nav#site-navigation .menu-main-menu-en-container ul#primary-menu > li > ul.children-container > li.actual-children > ul.right-two-columns > li > ul li {
                        margin-bottom: 7px; }
                        nav#site-navigation .menu-main-menu-container ul#primary-menu > li > ul.children-container > li.actual-children > ul.right-two-columns > li > ul li a,
                        nav#site-navigation .menu-main-menu-en-container ul#primary-menu > li > ul.children-container > li.actual-children > ul.right-two-columns > li > ul li a {
                          color: #686767;
                          font-weight: 300;
                          overflow: hidden;
                          text-overflow: ellipsis;
                          white-space: nowrap;
                          display: block; }
                nav#site-navigation .menu-main-menu-container ul#primary-menu > li > ul.children-container > li.actual-children > ul li.row,
                nav#site-navigation .menu-main-menu-en-container ul#primary-menu > li > ul.children-container > li.actual-children > ul li.row {
                  margin-bottom: 7px; }
                  nav#site-navigation .menu-main-menu-container ul#primary-menu > li > ul.children-container > li.actual-children > ul li.row:last-child,
                  nav#site-navigation .menu-main-menu-en-container ul#primary-menu > li > ul.children-container > li.actual-children > ul li.row:last-child {
                    margin-bottom: 0; }
                  nav#site-navigation .menu-main-menu-container ul#primary-menu > li > ul.children-container > li.actual-children > ul li.row p,
                  nav#site-navigation .menu-main-menu-en-container ul#primary-menu > li > ul.children-container > li.actual-children > ul li.row p {
                    margin-bottom: 0; }
                    nav#site-navigation .menu-main-menu-container ul#primary-menu > li > ul.children-container > li.actual-children > ul li.row p a,
                    nav#site-navigation .menu-main-menu-en-container ul#primary-menu > li > ul.children-container > li.actual-children > ul li.row p a {
                      display: block;
                      color: #686767;
                      font-weight: 300; }
                nav#site-navigation .menu-main-menu-container ul#primary-menu > li > ul.children-container > li.actual-children > ul p.headtitle,
                nav#site-navigation .menu-main-menu-en-container ul#primary-menu > li > ul.children-container > li.actual-children > ul p.headtitle {
                  color: #686767;
                  font-weight: 700;
                  padding-bottom: 15px;
                  border-bottom: 2px solid #29b8ba;
                  margin-bottom: 15px; }
            nav#site-navigation .menu-main-menu-container ul#primary-menu > li > ul.children-container > li.image-container,
            nav#site-navigation .menu-main-menu-en-container ul#primary-menu > li > ul.children-container > li.image-container {
              background: white;
              padding: 10px 0;
              text-align: center; }
              nav#site-navigation .menu-main-menu-container ul#primary-menu > li > ul.children-container > li.image-container > div,
              nav#site-navigation .menu-main-menu-en-container ul#primary-menu > li > ul.children-container > li.image-container > div {
                display: inline-block;
                max-width: 130px;
                margin: 0 15px; } }

@media (min-width: 1200px) and (max-width: 1399px) {
  nav#site-navigation .menu-main-menu-en-container ul#primary-menu > li,
  nav#site-navigation .menu-main-menu-container ul#primary-menu > li {
    margin-right: 25px; }
  nav#site-navigation .menu-main-menu-en-container ul#primary-menu > li > ul.children-container > li.image-container > div,
  nav#site-navigation .menu-main-menu-container ul#primary-menu > li > ul.children-container > li.image-container > div {
    max-width: 120px; } }

.col-xs-15, .col-sm-15, .col-md-15, .col-lg-15 {
  position: relative;
  min-height: 1px;
  padding-right: 15px;
  padding-left: 15px; }

@media (min-width: 768px) {
  .col-sm-15 {
    width: 20%;
    float: left; }
  #selected-videos .content-wrapper {
    position: relative; }
    #selected-videos .content-wrapper .content {
      max-width: 855px;
      display: inline-block;
      text-align: right;
      position: absolute;
      bottom: -90px;
      right: 0; }
  #selected-videos .row {
    display: flex; }
    #selected-videos .row .vertical-center {
      height: 100%; }
  #hair-experts .hair-expert {
    display: flex; }
    #hair-experts .hair-expert .vertical-center {
      height: 100%; }
  #hair-experts .image img {
    display: inline-block; }
  .owl-carousel.special-offers-slider, .owl-carousel.most-loved-slider, .owl-carousel.hair-experts-slider {
    padding: 50px 75px; } }

.phone-orders a.animated {
  color: #135C5D; }

.phone-orders .phone-wrapper {
  position: relative; }
  .phone-orders .phone-wrapper .hours {
    opacity: 0;
    visibility: hidden;
    position: absolute;
    left: 0;
    top: 23px;
    width: calc(100% + 100px);
    transition: opacity .2s ease-in-out;
    z-index: 100; }
    .phone-orders .phone-wrapper .hours .wrapper {
      background-color: white;
      margin-top: 23px; }
      .phone-orders .phone-wrapper .hours .wrapper p {
        padding: 10px 15px;
        margin-bottom: 0; }
    .phone-orders .phone-wrapper .hours table {
      margin-bottom: 0; }
      .phone-orders .phone-wrapper .hours table td {
        vertical-align: middle;
        font-size: 11px;
        padding: 7px 2px; }
      .phone-orders .phone-wrapper .hours table tr > td:last-child {
        font-weight: 500; }
  .phone-orders .phone-wrapper a {
    font-size: 18px;
    display: inline-block;
    margin-top: 5px; }
  .phone-orders .phone-wrapper:hover > div {
    opacity: 1;
    visibility: visible; }

@media (min-width: 768px) and (max-width: 1900px) {
  #whats-hot .animation-container.whats img, #whats-hot .animation-container.hot img {
    max-height: 100px; } }

@media (min-width: 992px) and (max-width: 1400px) {
  .button-container .ajax-loader-container {
    right: 0; } }

@media (min-width: 992px) and (max-width: 1199px) {
  #main-header .top-header .right-container ul li {
    padding: 15px 5px; }
  .letif-products-container ul.letif-products > li .thumbnail-holder .quick-view li {
    float: left;
    width: 50%; } }

@media (min-width: 768px) and (max-width: 1199px) {
  #whats-hot .animation-container.whats img {
    max-height: 100px; }
  #whats-hot .animation-container.hot {
    top: auto;
    bottom: 0; } }

@media (min-width: 768px) and (max-width: 991px) {
  .container {
    width: 100%; }
  .letif-products-container ul.letif-products > li .thumbnail-holder .quick-view li {
    width: 100%; } }

@media (max-width: 1399px) {
  #special-offers .product-item .quick-view .shop-now, #special-offers .product-item .quick-view .quick-view-button, .most-loved .product-item .quick-view .shop-now, .most-loved .product-item .quick-view .quick-view-button, .letif-products .product-item .quick-view .shop-now, .letif-products .product-item .quick-view .quick-view-button {
    float: none;
    width: auto;
    min-width: 130px; } }

@media (max-width: 1199px) {
  .phone-orders .phone-wrapper {
    position: relative; }
    .phone-orders .phone-wrapper .hours {
      top: 35px; }
  button.cart-button span.count {
    position: absolute;
    text-align: center;
    border-radius: 50%;
    right: 0;
    padding-right: 3px;
    bottom: 2px;
    font-size: 11px; }
  .container-menu-login {
    opacity: 1;
    visibility: visible;
    position: static;
    min-width: 0;
    padding: 0; }
    .container-menu-login > form > .row {
      margin: 0; }
  .mini-cart-container {
    width: 380px; }
  #page-wrapper.open.menu .search-container {
    display: block; }
  .responsive-header .cart-toggle-container, .responsive-header .login-toggle-container {
    position: absolute;
    right: 60px;
    margin-right: 2px;
    top: 0;
    width: 60px;
    top: -8px;
    height: calc(100% + 8px);
    color: white; }
    .responsive-header .cart-toggle-container button, .responsive-header .cart-toggle-container a, .responsive-header .login-toggle-container button, .responsive-header .login-toggle-container a {
      background: #088082;
      border: none;
      -webkit-appearance: none;
      -moz-appearance: none;
      padding: 0;
      color: white;
      width: 100%;
      height: 100%;
      outline: none !important;
      display: block; }
    .responsive-header .cart-toggle-container span.letif-icon-bag, .responsive-header .cart-toggle-container span.letif-icon-profile, .responsive-header .login-toggle-container span.letif-icon-bag, .responsive-header .login-toggle-container span.letif-icon-profile {
      font-size: 29px;
      padding: 18px 0px;
      display: block;
      text-align: center; }
  .responsive-header .login-toggle-container {
    right: 122px; }
    .responsive-header .login-toggle-container > a {
      background: #3c6465; }
  #main-header {
    position: static; }
  .search-container {
    position: fixed;
    right: 0;
    top: 0;
    transform: translateX(100%);
    height: auto;
    width: 250px;
    transition: none;
    display: none;
    padding: 0;
    top: 0;
    z-index: 1; }
    .search-container ::-webkit-scrollbar {
      width: 10px;
      height: 10px; }
    .search-container ::-webkit-scrollbar-thumb {
      background: #ccc; }
    .search-container ::-webkit-scrollbar-track {
      background: #e6e6e6; }
    .search-container body {
      scrollbar-face-color: #ccc;
      scrollbar-track-color: #e6e6e6; }
  .search-container > div > div.search-form-container #search-ajax-result {
    position: absolute;
    width: 100%;
    left: 0;
    margin: 0;
    background: #555; }
  .search-container > div > div.search-form-container #search-ajax-result ul li {
    overflow: hidden; }
  .search-container > div > div.search-form-container input[type="search"] {
    width: 100%;
    font-size: 14px;
    padding: 15px 0;
    border-radius: 0; }
  .search-container > div > div.search-form-container button.search-submit span {
    font-size: 30px; }
  .search-container div.link-container {
    display: none; }
  .search-container > div > div.search-form-container {
    opacity: 1;
    position: static;
    height: auto;
    visibility: visible; }
  .search-container > div > div.search-form-container form {
    padding: 0 15px;
    background: transparent; }
  .search-container > div > div .vertical-child {
    background: transparent; }
  .search-container .search-form-container > .vertical-parent {
    background: #666; }
  .section#whats-hot .content {
    position: static;
    padding: 0 35px; }
    .section#whats-hot .content:before {
      display: none; }
    .section#whats-hot .content > .owl-controls .owl-nav:after {
      clear: both; }
    .section#whats-hot .content > .owl-controls .owl-nav > div.owl-prev {
      left: 0; }
    .section#whats-hot .content > .owl-controls .owl-nav > div.owl-next {
      right: 0; }
    .section#whats-hot .content > .owl-controls .owl-nav > div span {
      font-size: 40px; }
  .section#special-offers .content .thumbnail-holder, .section.most-loved .content .thumbnail-holder {
    height: 200px; }
    .section#special-offers .content .thumbnail-holder img, .section.most-loved .content .thumbnail-holder img {
      max-height: 200px;
      width: auto; }
  nav#site-navigation {
    width: 250px;
    position: fixed;
    top: 0;
    background: #353535;
    padding: 0;
    box-shadow: 1px 2px 7px #808080;
    height: 100%;
    transform: translateX(100%);
    min-height: 100vh;
    right: 0; }
    nav#site-navigation ul {
      opacity: 0;
      height: 0;
      visibility: hidden;
      padding-left: 0;
      list-style-type: none; }
      nav#site-navigation ul.in {
        opacity: 1;
        visibility: visible;
        height: 100%;
        text-align: left;
        padding: 5px 0 0 15px;
        background: #444;
        transition: opacity 0.3s ease;
        box-shadow: none; }
        nav#site-navigation ul.in > li > ul {
          opacity: 1;
          visibility: visible;
          height: 100%; }
        nav#site-navigation ul.in > li.actual-children > ul {
          padding-left: 0;
          padding-right: 0; }
    nav#site-navigation a {
      display: block;
      position: relative; }
      nav#site-navigation a.animated:after {
        display: none; }
      nav#site-navigation a > .fa {
        position: absolute;
        right: 0;
        top: 0;
        font-size: 25px;
        width: 50px;
        height: 100%;
        color: white;
        text-align: center; }
        nav#site-navigation a > .fa:before {
          padding-top: 8px;
          display: block; }
    nav#site-navigation .hide-caret {
      display: none; }
    nav#site-navigation .image-container, nav#site-navigation .headtitle-holder, nav#site-navigation .right-brands, nav#site-navigation .action-buttons {
      display: none; }
    nav#site-navigation .container {
      padding: 0;
      width: 100%;
      padding-top: 75px; }
      nav#site-navigation .container > div > ul {
        opacity: 1;
        height: auto;
        visibility: visible;
        padding-left: 0;
        list-style-type: none; }
        nav#site-navigation .container > div > ul > li > ul a {
          margin-bottom: 10px; }
        nav#site-navigation .container > div > ul > li > a {
          padding: 10px 15px;
          color: white;
          position: relative; }
        nav#site-navigation .container > div > ul > li p {
          margin-bottom: 0; }
        nav#site-navigation .container > div > ul > li ul ul.left-brands, nav#site-navigation .container > div > ul > li ul ul.left-two-columns {
          width: 100%;
          padding-right: 0; }
        nav#site-navigation .container > div > ul > li ul .fa:before {
          padding-top: 0; }
        nav#site-navigation .container > div > ul > li ul .indicator {
          display: none; }
        nav#site-navigation .container > div > ul > li ul a {
          padding: 2px 0; }
  .responsive-header {
    background-color: #f2f2f2;
    position: relative;
    height: 58px; }
    .responsive-header .logo {
      padding: 10px 190px 10px 10px; }
      .responsive-header .logo img {
        max-height: 40px;
        width: auto; }
    .responsive-header .menu-toggle-container {
      position: absolute;
      right: 0;
      top: 0;
      width: 60px;
      background: #29b8ba;
      top: -8px;
      height: calc(100% + 8px);
      color: white; }
    .responsive-header .search-container {
      position: absolute;
      left: 0;
      top: 0;
      width: 60px;
      background: #29b8ba;
      top: -8px;
      height: calc(100% + 8px);
      color: white;
      padding: 15px; }
      .responsive-header .search-container > div > a {
        position: static;
        top: auto;
        height: auto;
        color: white;
        padding: 0; }
  #main-header .main-bar .right-main-container {
    padding-top: 20px; }
  #main-header .main-bar {
    padding: 20px 0; }
  #main-header .main-bar .logo {
    border-bottom: 1px solid #eee; }
  .main-bar > .container {
    text-align: center; }
  #main-header .main-bar .right-main-container .text-content > p:first-child {
    margin-bottom: 0; }
  .right-main-container .with-font {
    display: inline-block; }
  #main-header .main-bar .right-main-container .fa, #main-header .main-bar .right-main-container .letif-icon {
    font-size: 25px; }
  #main-header .main-bar .right-main-container .text-content {
    font-size: 13px; }
  #main-header .main-bar .right-main-container .text-content > p:first-child {
    font-style: normal; } }

@media (min-width: 992px) and (max-width: 1200px) {
  .page-template-contest h1 {
    margin-top: 10px;
    font-size: 30px; }
  .page-template-contest h2 {
    margin-top: 10px;
    margin-bottom: 10px;
    font-size: 25px; }
  .page-template-contest .text-small {
    margin-bottom: 10px;
    font-size: 16px; }
  .page-template-contest p.winners {
    font-size: 17px; }
  .page-template-contest .terms {
    font-size: 13px;
    margin-bottom: 15px; } }

@media (max-width: 991px) {
  .page-template-contest .image-container {
    padding: 0 50px; }
    .page-template-contest .image-container .text-container {
      position: static;
      text-align: center; }
  .page-template-contest .inner-wrapper {
    padding: 25px 0 50px;
    max-width: 100%; }
  .page-template-contest .terms-conditions .inner {
    padding: 0 50px; }
  .mini-cart-container {
    width: 250px; }
  #page-wrapper.open.mini-cart {
    transform: translateX(-250px) translateZ(0); }
    #page-wrapper.open.mini-cart #site-navigation {
      display: none; } }

@media (max-width: 767px) {
  .page-template-contest .vertical-parent, .page-template-contest .vertical-child {
    display: block !important; }
  .page-template-contest .button-container > div {
    display: block;
    margin-bottom: 10px; }
    .page-template-contest .button-container > div > a, .page-template-contest .button-container > div div {
      width: 200px; }
    .page-template-contest .button-container > div form {
      max-width: 100%; }
  .phone-wrapper .hours {
    display: none; }
  .single-product-left {
    padding: 15px; }
  .container-menu-login .lost_password {
    text-align: left; }
  .quick-view .shop-now, .quick-view .quick-view-button {
    min-width: 130px; }
  .site-footer .widget-holder {
    float: left;
    width: 50%;
    margin-bottom: 20px;
    height: 290px; }
  #selected-videos .content {
    padding-top: 50px; }
  #selected-videos .row {
    position: relative; }
    #selected-videos .row .title-subtitle-container .title-holder {
      margin-top: 0; }
    #selected-videos .row .cosmetic-image {
      display: none; }
  .owl-carousel.special-offers-slider, .owl-carousel.most-loved-slider, .owl-carousel.hair-experts-slider, .owl-carousel.most-loved-slider {
    padding: 50px 50px 0; }
  .section {
    padding: 55px 0 0; }
    .section#whats-hot .content .thumbnail-holder {
      text-align: center;
      height: 300px; }
      .section#whats-hot .content .thumbnail-holder img {
        max-height: 250px; }
  #top-ranges .box-images .row, #three-boxes .box-images .row {
    margin: 0; }
  #top-ranges .box-images .box-image, #three-boxes .box-images .box-image {
    padding: 0; }
    #top-ranges .box-images .box-image:nth-child(2), #three-boxes .box-images .box-image:nth-child(2) {
      padding-top: 0; }
  .animation-container {
    display: none; }
  .section#special-offers .content .thumbnail-holder, .section.most-loved .content .thumbnail-holder {
    height: 150px; }
    .section#special-offers .content .thumbnail-holder img, .section.most-loved .content .thumbnail-holder img {
      max-height: 150px;
      width: auto; } }

@media (max-width: 479px) {
  .page-template-contest .image-container, .page-template-contest .terms-conditions .inner {
    padding: 0 15px; }
  #selected-brands .brands-wrapper .selected-brand {
    width: 49%; }
    #selected-brands .brands-wrapper .selected-brand a img {
      max-width: 100%; }
  #newsletter .inner-wrapper {
    padding: 0; }
  .container-menu-login {
    box-shadow: none; }
    .container-menu-login .register-col > p {
      font-size: 12px; }
    .container-menu-login p.informative {
      font-size: 20px; }
    .container-menu-login .form-group {
      margin-bottom: 5px; }
    .container-menu-login label {
      font-size: 13px;
      margin-bottom: 2px; }
    .container-menu-login .woocommerce-error {
      margin-bottom: 0 !important;
      padding: 4px !important;
      text-align: center;
      font-size: 11px; }
      .container-menu-login .woocommerce-error:before {
        display: none; }
    .container-menu-login p.informative {
      margin-bottom: 10px !important;
      padding-bottom: 0; }
    .container-menu-login form .row {
      margin: 0;
      margin-top: 5px; }
      .container-menu-login form .row > div {
        padding: 0; }
  .container-menu-login > form > .row > div {
    width: 100%; }
  #main-header .main-bar {
    padding: 7px 0;
    box-shadow: 1px 0px 3px rgba(128, 128, 128, 0.59); }
    #main-header .main-bar .right-main-container {
      padding-top: 0; }
      #main-header .main-bar .right-main-container .row > div {
        padding: 0; }
      #main-header .main-bar .right-main-container .pull-left {
        width: 100%; }
      #main-header .main-bar .right-main-container .text-content {
        padding: 0 10px;
        margin-left: 0; }
        #main-header .main-bar .right-main-container .text-content a.animated:after {
          display: none; }
  .coupon-area form > p:first-child, .coupon > p:first-child {
    padding-right: 0; }
  .coupon-area form > p .button, .coupon-area form > p input[type="text"], .coupon > p .button, .coupon > p input[type="text"] {
    padding: 11px 5px;
    text-align: center;
    font-size: 13px; }
  .woocommerce-checkout .custom-order-review .cart_item .image-holder a {
    height: auto; }
  .woocommerce-checkout .custom-order-review .cart_item .content-holder {
    padding-right: 20px; }
  .woocommerce-checkout .custom-order-review .cart_item .image-holder {
    width: 100%; }
  .woocommerce-checkout h3#order_review_heading {
    margin-top: 30px; }
  .woocommerce-checkout .order-informative {
    margin-top: 20px;
    font-size: 17px; }
  .woocommerce form .form-row label {
    font-size: 15px;
    white-space: nowrap;
    overflow: hidden; }
  .woocommerce .woocommerce-billing-fields .form-row-first, .woocommerce .woocommerce-billing-fields .form-row-last, .woocommerce-page .woocommerce-billing-fields .form-row-first, .woocommerce-page .woocommerce-billing-fields .form-row-last {
    width: 100%; }
  #main-header .main-bar .right-main-container .text-content > p {
    float: none; }
  .woocommerce form .panel-body {
    padding: 15px; }
  #newsletter .inner-wrapper .wysija-submit-field {
    position: static;
    height: 30px;
    border: none;
    background: #333;
    color: white;
    font-size: 12px;
    display: inline-block; }
  #newsletter .inner-wrapper form {
    text-align: right; }
  #selected-videos .col-xs-6 {
    width: 100%;
    padding-top: 15px; }
    #selected-videos .col-xs-6 img {
      width: 100%; }
  #top-ranges .box-images .box-image, #three-boxes .box-images .box-image {
    padding: 0 0 15px 0;
    width: 100%; }
    #top-ranges .box-images .box-image:nth-child(2), #three-boxes .box-images .box-image:nth-child(2) {
      padding-top: 0; }
  .section#special-offers .thumbnail-holder {
    height: 150px; }
    .section#special-offers .thumbnail-holder img {
      max-height: 150px;
      width: auto; }
  .section#special-offers .title {
    height: 70px; }
  .section#special-offers .rating {
    height: auto;
    padding: 10px 0; } }

.wysijap-template-default .entry-content.col-md-8 .newsletter-container {
  margin-top: 100px; }

.sticky-banner {
  position: fixed;
  bottom: 0;
  background: #29b8ba;
  color: #fff;
  letter-spacing: .05em;
  font-weight: 700;
  margin: 0;
  padding: .5em .625rem;
  text-align: center;
  text-transform: uppercase;
  width: 100%;
  z-index: 9999;
  -webkit-transform: translateZ(0);
  transform: translateZ(0);
  font-size: 15px; }
  @media (max-width: 560px) {
    .sticky-banner {
      font-size: 13px; } }

#track-your-order-wrapper {
  background: #FFF;
  padding: 15px;
  min-width: 800px;
  width: 100%; }
  #track-your-order-wrapper input {
    margin-bottom: 15px; }
    #track-your-order-wrapper input:focus {
      outline: none; }
  #track-your-order-wrapper h2 {
    margin: 0 0 10px 0;
    padding: 15px;
    font-size: 26px;
    text-align: center; }
  #track-your-order-wrapper p {
    margin: 0 0 5px 0;
    font-size: 14px; }
  #track-your-order-wrapper .tracking-voucher {
    width: 100%;
    padding: 10px; }
  #track-your-order-wrapper button {
    width: 100%;
    padding: 10px 0;
    color: #fff;
    font-size: 16px; }
  #track-your-order-wrapper .tracking-result {
    max-height: 350px;
    overflow: auto;
    margin-top: 30px; }
    #track-your-order-wrapper .tracking-result ul, #track-your-order-wrapper .tracking-result li {
      list-style: none;
      padding: 0;
      margin: 0; }
    #track-your-order-wrapper .tracking-result p.no-voucher-found {
      text-align: center; }
    #track-your-order-wrapper .tracking-result li {
      margin-bottom: 5px;
      border-bottom: 1px solid #ddd;
      width: 100%;
      text-align: center;
      transition: background 0.3s ease-in-out, color 0.3s ease-in-out; }
      #track-your-order-wrapper .tracking-result li:hover {
        background: #ddd;
        cursor: pointer; }
      #track-your-order-wrapper .tracking-result li:after {
        content: '';
        clear: both;
        display: table; }
      #track-your-order-wrapper .tracking-result li div {
        float: left;
        padding: 8px;
        text-align: left; }
        #track-your-order-wrapper .tracking-result li div:last-child {
          border: 0; }

.club-card-button-container {
  text-align: center;
  margin: 25px 0; }
  .club-card-button-container a {
    font-size: 18px;
    color: #FFF;
    padding: 5px 15px; }

@media (max-width: 992px) {
  #track-your-order-wrapper {
    min-width: 100%; } }

@media (max-width: 768px) {
  #track-your-order-wrapper h2 {
    font-size: 18px; }
  #track-your-order-wrapper p {
    font-size: 13px; }
  #track-your-order-wrapper .tracking-voucher {
    padding: 5px; }
  #track-your-order-wrapper button {
    font-size: 14px;
    padding: 5px; }
  #track-your-order-wrapper .tracking-result li {
    border-bottom: 1px solid #14dfe2; }
    #track-your-order-wrapper .tracking-result li div {
      display: block;
      width: 100%;
      padding: 4px; } }

@media all and (-ms-high-contrast: none), (-ms-high-contrast: active) {
  /* IE10+ CSS styles go here */
  .open.mini-cart.blur .mini-cart-container {
    right: 380px; } }

#mens-table td, #women-table td {
  word-break: break-all; }

.search-results .post-item .thumbnail-holder img,
.search-results .video-item .thumbnail-holder img {
  height: 100%;
  object-fit: cover; }

.search-results .post-item .title {
  padding-bottom: 5px; }

.search-results .post-item .product-info p {
  overflow: hidden;
  text-overflow: ellipsis;
  max-height: 145px; }
  @media (max-width: 1000px) {
    .search-results .post-item .product-info p {
      max-height: 130px; } }
  @media (max-width: 600px) {
    .search-results .post-item .product-info p {
      max-height: 105px; } }
  @media (max-width: 486px) {
    .search-results .post-item .product-info p {
      max-height: 80px; } }
  @media (max-width: 425px) {
    .search-results .post-item .product-info p {
      display: none; } }

.zevioo-thumb {
  height: 17px !important; }

.zevioo-stars-container {
  z-index: -1; }

.zevioo-rating-value {
  font-size: 18px !important; }

.zevioo-stars-color, .zevioo-stars-tr {
  height: 17px !important; }

#vip-club {
  background-color: #fff;
  margin-top: 10px;
  color: #000; }
  #vip-club .vip-container {
    position: relative;
    max-width: 1300px;
    margin: 0 auto; }
  #vip-club .underline {
    text-decoration: underline; }
  #vip-club .colored {
    color: #088082 !important; }
  #vip-club .info {
    z-index: 10;
    display: flex;
    flex-direction: column;
    margin: 50px 0 50px 20px; }
    @media (max-width: 1000px) {
      #vip-club .info {
        margin-right: 350px; } }
    @media (max-width: 700px) {
      #vip-club .info {
        margin-right: 0;
        margin-left: 0;
        padding: 0 10px;
        width: 100%; } }
    #vip-club .info > * {
      margin-bottom: 20px; }
    #vip-club .info .title {
      font-size: 35px; }
    #vip-club .info .coupon {
      border-left: 3px solid #088082;
      padding-left: 20px;
      display: flex;
      flex-direction: column;
      font-size: 18px; }
      #vip-club .info .coupon span {
        color: #000; }
    #vip-club .info #success {
      display: flex;
      flex-direction: column;
      font-size: 1.2em; }
      #vip-club .info #success > * {
        margin: 5px 0; }
      #vip-club .info #success .social {
        margin: 20px 0; }
      #vip-club .info #success .fb,
      #vip-club .info #success .insta {
        border: 1px solid;
        width: 135px;
        padding: 10px;
        margin-right: 10px;
        cursor: pointer;
        border-radius: 10px;
        background-color: rgba(255, 255, 255, 0.2);
        text-shadow: 0 0 0;
        color: #fff; }
        #vip-club .info #success .fb i,
        #vip-club .info #success .insta i {
          margin-right: 5px; }
      #vip-club .info #success .fb {
        background-color: #1C6EC2;
        border-color: #1C6EC2; }
      #vip-club .info #success .insta {
        background-color: #cd486b;
        border-color: #cd486b; }
    #vip-club .info form {
      display: flex;
      margin-bottom: 50px;
      flex-direction: column;
      align-items: flex-start; }
      @media (max-width: 700px) {
        #vip-club .info form {
          align-items: center; } }
      #vip-club .info form #accept_error,
      #vip-club .info form #register_club_error {
        color: #f00; }
      #vip-club .info form .register_accept {
        padding: 15px 5px 0 5px; }
      #vip-club .info form #vip_club_register {
        border: 1px solid #353535;
        cursor: pointer;
        border-radius: 10px;
        background-color: rgba(35, 35, 35, 0.8);
        padding: 10px 15px;
        margin-top: 30px;
        width: 300px;
        color: #fff;
        font-weight: 700;
        text-align: center;
        font-size: 18px;
        transition: background-color .3s ease-in-out; }
        @media (max-width: 700px) {
          #vip-club .info form #vip_club_register {
            padding: 10px; } }
        #vip-club .info form #vip_club_register:hover {
          background-color: rgba(35, 35, 35, 0.6); }
      #vip-club .info form #form_mail,
      #vip-club .info form #form_name {
        color: #fff;
        margin: 5px 0;
        width: 300px;
        border: 1px solid #353535;
        border-radius: 10px;
        height: 30px;
        padding: 5px;
        background-color: rgba(35, 35, 35, 0.8); }
        #vip-club .info form #form_mail:focus,
        #vip-club .info form #form_name:focus {
          outline: none; }
        #vip-club .info form #form_mail::placeholder,
        #vip-club .info form #form_name::placeholder {
          color: #fff; }
      @media (max-width: 700px) {
        #vip-club .info form {
          padding: 10px; } }
    #vip-club .info ul {
      padding-left: 20px; }
  #vip-club .image {
    right: 0;
    position: absolute;
    height: 100%; }
    @media (max-width: 1000px) {
      #vip-club .image {
        right: -150px; } }
    @media (max-width: 900px) {
      #vip-club .image {
        right: -200px; } }
    @media (max-width: 800px) {
      #vip-club .image {
        right: -250px; } }
    @media (max-width: 700px) {
      #vip-club .image {
        display: none; } }

#vip-club-popup {
  background-color: #29B8BA;
  color: #fff; }
  #vip-club-popup p {
    margin: 0;
    padding: 0; }
  #vip-club-popup .container.popup {
    padding: 0;
    height: auto;
    width: 650px; }
    @media (max-width: 768px) {
      #vip-club-popup .container.popup {
        width: 320px; } }
    #vip-club-popup .container.popup .shadow {
      position: absolute;
      width: 100%;
      height: 100%;
      background-color: rgba(0, 0, 0, 0.3);
      display: none; }
      @media (max-width: 768px) {
        #vip-club-popup .container.popup .shadow {
          display: block; } }
    #vip-club-popup .container.popup img {
      width: 50%;
      height: 300px;
      float: left;
      object-fit: cover; }
      @media (max-width: 768px) {
        #vip-club-popup .container.popup img {
          width: 100%; } }
    #vip-club-popup .container.popup .base {
      margin: 0;
      height: 300px;
      text-align: center;
      padding: 20px;
      width: 50%;
      margin-left: 50%;
      text-shadow: 0 0 0;
      display: flex;
      flex-direction: column;
      justify-content: space-evenly; }
      @media (max-width: 768px) {
        #vip-club-popup .container.popup .base {
          width: 100%;
          color: #fff;
          text-shadow: 0 0 20px #000000;
          margin-left: 0;
          padding: 0;
          position: absolute;
          background: rgba(0, 0, 0, 0.4); } }
      #vip-club-popup .container.popup .base > * {
        z-index: 2; }
        @media (max-width: 768px) {
          #vip-club-popup .container.popup .base > * {
            padding: 0 20px; } }
      #vip-club-popup .container.popup .base .title {
        font-size: 25px; }
      #vip-club-popup .container.popup .base .line {
        width: 30px;
        border-bottom: 2px solid;
        align-self: center; }
      #vip-club-popup .container.popup .base a {
        align-self: center; }
      #vip-club-popup .container.popup .base .goto {
        align-self: center;
        background-color: #088082;
        text-shadow: 0 0 0;
        color: #fff;
        padding: 10px;
        width: 210px;
        margin-bottom: 20px;
        border-radius: 7px;
        cursor: pointer; }
      #vip-club-popup .container.popup .base .close-text {
        font-size: 10px;
        text-decoration: underline;
        color: #fff; }
        @media (max-width: 768px) {
          #vip-club-popup .container.popup .base .close-text {
            display: none; } }

.boxzilla {
  padding: 0 !important; }

.boxzilla-close-icon {
  z-index: 10; }

.gdpr-cookies {
  width: 100%;
  left: 0;
  right: 0;
  background-color: #3E3E3E;
  border-color: #ebccd1;
  bottom: 0;
  color: #F2F2F2;
  position: fixed;
  z-index: 10000;
  opacity: 0.95;
  padding: 15px 10px; }
  .gdpr-cookies .text {
    text-align: center;
    width: 100%;
    font-weight: 700; }
    @media (max-width: 768px) {
      .gdpr-cookies .text {
        display: flex;
        flex-direction: column;
        font-size: 0.9em; } }
  .gdpr-cookies a {
    color: #F2F2F2;
    text-decoration: underline;
    font-weight: 700; }
  .gdpr-cookies .button {
    font-weight: 700;
    color: #F2F2F2;
    margin: 0 10px;
    background-color: #3E3E3E;
    border: 1px solid #F2F2F2;
    padding: 5px 10px;
    cursor: pointer;
    transition: background-color 0.3s ease-in-out; }
    @media (max-width: 768px) {
      .gdpr-cookies .button {
        justify-content: center;
        margin: 10px; } }
  .gdpr-cookies.hide {
    opacity: 0;
    z-index: -1000; }

.custom-drawer {
  margin: 0;
  padding: 20px;
  background-color: #dad9d8;
  position: fixed;
  right: 0;
  bottom: 200px;
  max-width: 300px;
  z-index: 10;
  transition: transform 0.5s ease;
  border-bottom: 2px solid #29b8ba; }
  .custom-drawer #custom-drawer-toggler {
    cursor: pointer;
    background-color: #dad9d8;
    border-bottom: 2px solid #29b8ba;
    display: inline-block;
    padding: 10px;
    position: absolute;
    top: 0;
    right: 100%;
    font-size: 20px;
    line-height: 20px; }
    .custom-drawer #custom-drawer-toggler i {
      transition: transform 0.5s ease;
      font-weight: bold; }
  .custom-drawer.close {
    transform: translateX(100%);
    opacity: 1; }
    .custom-drawer.close #custom-drawer-toggler i {
      transform: rotate(180deg); }
  .custom-drawer h2 {
    font-weight: normal;
    margin: 0;
    line-height: 1.4;
    font-size: 16px;
    border: none !important;
    padding: 0;
    color: #636363;
    text-transform: none !important; }

.term-loreal-professionnel-steam-pod .fancybox-close {
  top: 0;
  right: 0;
  transform: translate(100%, -100%);
  background-image: url("images/cancel_w.png");
  background-repeat: no-repeat;
  background-position: center; }

#loreal-popup {
  padding: 40px;
  background-color: white; }
  #loreal-popup h3 {
    color: #14dfe2;
    margin-top: 0;
    max-width: 800px;
    text-align: center;
    margin-bottom: 30px; }
  #loreal-popup h4 {
    color: #282828;
    text-align: center;
    margin-bottom: 35px; }
  #loreal-popup .product-choise {
    display: flex;
    justify-content: space-around; }
    @media (max-width: 520px) {
      #loreal-popup .product-choise {
        flex-direction: column;
        align-items: center; } }
    @media (max-width: 520px) {
      #loreal-popup .product-choise > div {
        margin-bottom: 20px; } }
    #loreal-popup .product-choise > div a {
      display: flex;
      align-items: center;
      justify-content: center;
      color: #282828;
      border-radius: 40px;
      border: 2px solid #282828;
      background-color: white;
      font-weight: 900;
      width: 200px;
      height: 60px;
      transition: background-color 0.3s ease, color 0.3s ease; }
      #loreal-popup .product-choise > div a:hover {
        color: white;
        background-color: black; }

.questionary-container {
  padding: 20px; }
  .questionary-container .questionary-submit-container {
    width: 100%;
    text-align: center; }
  .questionary-container #questionary-submit {
    margin: 15px 0 5px 0;
    padding: 5px 15px;
    transition: background 0.2s ease;
    border-radius: 0;
    text-transform: uppercase;
    font-weight: 700;
    font-size: 16px;
    color: white;
    letter-spacing: 1px;
    background: linear-gradient(to left, #29b8ba 50%, #9e9e9e 50%);
    background-size: 300% 100%;
    background-position: right bottom;
    border: 2px solid #11a1a3; }
  .questionary-container select,
  .questionary-container input {
    width: 100%; }

#up-sales-minicart .section-title {
  text-align: center; }

#up-sales-minicart .up-sales-product {
  display: flex;
  margin: 10px 20px;
  padding: 10px;
  border: 2px solid #AFACA8;
  align-items: center;
  justify-content: left; }
  @media (max-width: 992px) {
    #up-sales-minicart .up-sales-product {
      flex-direction: column; } }
  #up-sales-minicart .up-sales-product .image img {
    width: 100px;
    max-width: 100px;
    max-height: 120px;
    object-fit: contain; }
  #up-sales-minicart .up-sales-product .data {
    flex: 1; }
    @media (max-width: 992px) {
      #up-sales-minicart .up-sales-product .data {
        padding-top: 5px; } }
    #up-sales-minicart .up-sales-product .data .price {
      padding: 5px 0; }
    #up-sales-minicart .up-sales-product .data .name a {
      color: #000; }
    #up-sales-minicart .up-sales-product .data .atc .add-to-cart-bnt {
      display: block;
      padding: 5px;
      color: white;
      font-size: 15px;
      text-align: center;
      width: 100%;
      border-radius: 0;
      background: rgba(41, 184, 186, 0.7);
      border: 2px solid #29b8ba;
      margin-bottom: 5px; }

.top-slider .slide-image-desktop {
  display: block; }

.top-slider .slide-image-mobile {
  display: none; }

@media (max-width: 768px) {
  .top-slider .slide-image-desktop {
    display: none; }
  .top-slider .slide-image-mobile {
    display: block; } }
