
/*===========================
     02.Header css 
===========================*/
/*====  Header Start  =====*/

.d-flex-menu {
    display: flex;
}

.header-area{ width: 100%; }

.header-area ul, ol {
  margin: 0px;
  padding: 0px;
  list-style-type: none; }

#js_ico_buscador{ display: none; }
@media only screen and (min-width: 268px) and (max-width: 991px) {
   #js_ico_buscador{ display: inline-block; }
}

.top0_force {
  top: 0 !important;
}
.top42_force {
  top: 42px !important;
}
.top37_force {
  top: 37px !important;
}
.top50_force {
  top: 50px !important;
}
.top55_force {
  top: 55px !important;
}
.header-navbar {
  position: relative;
  top: 0;
  left: 0;
  width: 100%;
  background-color: #ffffff;
  z-index: 99;
  will-change: transform,background;
  transition: transform .45s linear;
  -webkit-transition: transform .45s linear;
  -moz-transition: transform .45s linear;
  -ms-transition: transform .45s linear;
  -o-transition: transform .45s linear; }
  @media only screen and (min-width: 768px) and (max-width: 991px) {
    .header-navbar {
      background-color: #fff;
      position: relative; } }
  @media (max-width: 767px) {
    .header-navbar {
      top:-1px;
      background-color: #fff;
      position: relative; } 
  }
  
  .header-navbar {
    background-color: #fff;
 }

  .sticky-wrapper.is-sticky .header-navbar {
    /*box-shadow: 0 -1px 4px #4E4E4E;*/
    box-shadow: 3px 3px 12px 0px #4e4e4e4d;
 }

header.isSticky #js_buscador{
  display: none;
  /*opacity: 0;*/
  /*transition:.6s opacity;*/
  transition: all 1s;
}
header.isSticky #js_ico_buscador{
  display: inline-block;
  /*transition:.6s opacity;*/
  /*opacity: 1;*/
  transition: all 1s;
}

.sticky-wrapper.is-sticky #js_buscador{
    display: none;
}
.sticky-wrapper.is-sticky #js_ico_buscador{
    display: inline-block; 
}
@media(max-width: 765px) {
  .pt-xs-0 {
    padding: 0 !important;
  }
}
  .header-navbar.scroll-up {
    -webkit-transform: none;
    -moz-transform: none;
    -ms-transform: none;
    -o-transform: none;
    transform: none; }
  .header-navbar.scroll-down {
    -webkit-transform: translate3d(0, -100%, 0);
    -moz-transform: translate3d(0, -100%, 0);
    -ms-transform: translate3d(0, -100%, 0);
    -o-transform: translate3d(0, -100%, 0);
    transform: translate3d(0, -100%, 0); }

.header-navbar-2 {
  position: relative; }

.slider-bottom-header-sticky {
  position: relative;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 9999;
  will-change: transform,background;
  transition: transform .45s linear;
  -webkit-transition: transform .45s linear;
  -moz-transition: transform .45s linear;
  -ms-transition: transform .45s linear;
  -o-transition: transform .45s linear; }
  .slider-bottom-header-sticky.is-sticky {
    position: fixed; }
    .slider-bottom-header-sticky.is-sticky.scroll-up {
      -webkit-transform: none;
      -moz-transform: none;
      -ms-transform: none;
      -o-transform: none;
      transform: none; }
    .slider-bottom-header-sticky.is-sticky.scroll-down {
      -webkit-transform: translate3d(0, -100%, 0);
      -moz-transform: translate3d(0, -100%, 0);
      -ms-transform: translate3d(0, -100%, 0);
      -o-transform: translate3d(0, -100%, 0);
      transform: translate3d(0, -100%, 0); }

.header-wrapper {
  padding: 25px 0;
  -webkit-transition: all 0.3s linear;
  -moz-transition: all 0.3s linear;
  -ms-transition: all 0.3s linear;
  -o-transition: all 0.3s linear;
  transition: all 0.3s linear;
  position: relative; }
  @media only screen and (min-width: 768px) and (max-width: 991px) {
    .header-wrapper {
      padding: 25px 0 0px; } }

  .trustpilot-widget{
    top:10px;
    min-width: 485px;
    /*min-width: 100%;*/
  }


@media (max-width: 1198px) {
  .trustpilot-widget{
    min-width: 500px !important;
  }
}
@media (max-width: 1100px) {
  .trustpilot-widget{
    min-width: 500px !important;
  }
}
  @media (max-width: 767px) {
    .trustpilot-widget {
      top: 0 !important;
      /*margin: 10px;*/
      max-width: 208px;
      min-width: fit-content;
      margin: auto;
      padding-top: 10px;
    }
    #contenido_pie .trustpilot-widget iframe {
      height: 290px !important;
    }
    .list-idiomas{
      padding-left: 0;
      display: flex;
      align-items: center;
    }
  }

  @media (max-width: 767px) {
    .header-wrapper {
      padding: 5px 0 0; }
  }

@media (max-width: 470px) {
  /*.trustpilot-widget-de{
    min-width: 477px !important;
  }*/
  .trustpilot-widget{
    min-width: 340px !important;
  }
}


.is-sticky .header-wrapper {
  /*height: 140px;*/
  padding: 15px 0; }
  @media only screen and (min-width: 768px) and (max-width: 991px) {
    .is-sticky .header-wrapper {
      padding: 15px 0 0px;
    } 
    .is-sticky .menu_movil {
      padding: 0px 0; 
    } 
  }
  @media (max-width: 767px) {
    .is-sticky .header-wrapper {
      padding: 15px 0 0px; } }

.header-meta {
  text-align: right; }
  @media only screen and (min-width: 768px) and (max-width: 991px) {
    .header-meta { 
      position: absolute;
      right: 0px;
    }
    .header-meta .meta {
      padding-right: 5px; 
      } 
  }
  @media (max-width: 767px) {
    .header-meta {
      position: absolute;
      right: 0px;
    }

    .header-meta .meta {
      padding-right: 5px; 
    } 
  }
  .header-meta .meta li {
    display: inline-block; }
    .header-meta .meta li + li {
      margin-left: 0px; }

      @media (max-width: 767px) {
        .header-meta .meta li + li {
          margin-left: -5px; } 

      }
        .header-meta .meta li a {
          font-size: 28px;
          color: #232324;
          position: relative;
          padding: 8px; 
        }

      @media (max-width: 1250px) {
        .header-meta .meta li a {
          font-size: 20px;
          padding: 8px; 
        }

        .header-logo img{
            width: 160px;
        }

      }
      @media (max-width: 950px) { 
        .header-logo img{
            width: 200px;
        }

      }

      @media (max-width: 450px) { 
        .header-logo img{
            width: 150px;
        }

      }

      .header-meta .meta li a span {
            height: 20px;
            width: 20px;
            line-height: 18px;
            text-align: center;
            background-color: #0080cb;
            color: #fff;
            display: block;
            font-size: 12px;
            border-radius: 50%;
            position: absolute;
            top: 0px;
            right: 0;
            padding: 0px 6px;
        font-family: Poppins;
      }

      @media (max-width: 950px) { 
          .header-meta .meta li a span {
                height: 16px;
                width: 16px;
                line-height: 13px;
                text-align: center;
                background-color: #0080cb;
                color: #fff;
                display: block;
                font-size: 10px;
                border-radius: 50%;
                position: absolute;
                top: 0px;
                right: 0;
                padding: 1px 4px;
          }

      }

      .header-meta .meta li a.sidebar-toggle, .header-meta .meta li a.menu-toggle {
            width: 41px;
            height: 41px;
            border-radius: 50%;
            background-color: #232324;
            color: #fff;
            text-align: center;
            line-height: 46px;
            font-size: 18px;
            padding: 0; }
  @media (max-width: 1250px) {
        .header-meta .meta li a.sidebar-toggle, .header-meta .meta li a.menu-toggle {
            width: 28px;
            height: 28px;
            border-radius: 50%;
            background-color: #232324;
            color: #fff;
            text-align: center;
            line-height: 32px;
            font-size: 13px;
            padding: 0;
            margin-left: 5px;
        }
   }


        @media only screen and (min-width: 768px) and (max-width: 991px) {
          .header-meta .meta li a.sidebar-toggle, .header-meta .meta li a.menu-toggle {
            display: none; } }
        @media (max-width: 767px) {
          .header-meta .meta li a.sidebar-toggle, .header-meta .meta li a.menu-toggle {
            display: none; } }
    .header-meta .meta li .account-dropdown {
      position: relative; }
      .header-meta .meta li .account-dropdown .dropdown-account {
        position: absolute;
        width: 200px;
        top: 100%;
        left: 50%;
        -webkit-transform: translateX(-50%);
        -moz-transform: translateX(-50%);
        -ms-transform: translateX(-50%);
        -o-transform: translateX(-50%);
        transform: translateX(-50%);
        background-color: #fff;
        -webkit-box-shadow: 0 2px 12px 2px rgba(0, 0, 0, 0.1);
        -moz-box-shadow: 0 2px 12px 2px rgba(0, 0, 0, 0.1);
        box-shadow: 0 2px 12px 2px rgba(0, 0, 0, 0.1);
        padding: 10px;
        z-index: 99;
        opacity: 1;
        visibility: hidden;
        -webkit-transition: all 0.3s linear;
        -moz-transition: all 0.3s linear;
        -ms-transition: all 0.3s linear;
        -o-transition: all 0.3s linear;
        transition: all 0.3s linear;
        text-align: left; }
        .header-meta .meta li .account-dropdown .dropdown-account li + li {
          margin-left: 0; }
        .header-meta .meta li .account-dropdown .dropdown-account li a {
          text-transform: uppercase;
          font-size: 12px;
          display: block;
          color: #232324;
          padding: 10px 30px;
          -webkit-transition: all 0.3s linear;
          -moz-transition: all 0.3s linear;
          -ms-transition: all 0.3s linear;
          -o-transition: all 0.3s linear;
          transition: all 0.3s linear; }
        .header-meta .meta li .account-dropdown .dropdown-account li:hover a {
          color: #0080cb; }
      .header-meta .meta li .account-dropdown:hover .dropdown-account {
        opacity: 1;
        visibility: visible; }

.dl-menuwrapper {
  float: none;
  margin-right: 0;
  position: relative;
  max-width: inherit; }
  .dl-menuwrapper .dl-menu {
    margin-top: 0;
    top: 100%; }
  .dl-menuwrapper li a {
    font-size: 14px;
    background-color: #fff;
    color: #232324;
    padding: 12px 30px;
    text-transform: uppercase;
    border-top: 1px solid rgba(35, 35, 36, 0.15);
    -webkit-transition: all 0.3s linear;
    -moz-transition: all 0.3s linear;
    -ms-transition: all 0.3s linear;
    -o-transition: all 0.3s linear;
    transition: all 0.3s linear; }
    .dl-menuwrapper li a::after {
      color: #232324;
      font-size: 14px;
      right: 30px;
      line-height: 44px; }
    .dl-menuwrapper li a:hover {
      color: #6b56e2; }
  .dl-menuwrapper li .dl-submenu .dl-back {
    text-align: right; }
    .dl-menuwrapper li .dl-submenu .dl-back::after {
      left: 30px;
      color: #232324; }
    .dl-menuwrapper li .dl-submenu .dl-back:hover {
      background-color: #6b56e2;
      color: #fff; }
      .dl-menuwrapper li .dl-submenu .dl-back:hover::after {
        color: #fff; }
  .dl-menuwrapper li .dl-submenu li a:hover {
    background-color: #6b56e2;
    color: #fff; }
    .dl-menuwrapper li .dl-submenu li a:hover::after {
      color: #fff; }
  .dl-menuwrapper .dl-trigger {
    float: left;
    background: transparent;
    width: 28px;
    height: 28px;
    margin-right: 15px;
    margin-top: -64px;
    left: 15px; 
  }
    


    .dl-menuwrapper .dl-trigger:hover {
      background-color: transparent; }
    .dl-menuwrapper .dl-trigger::after {
      width: 100%;
      height: 1px;
      top: 0;
      left: 0;
      background-color: #232324;
      box-shadow: 0 10px 0 #232324, 0 20px 0 #232324; }


.is-sticky .dl-menuwrapper .dl-trigger {
  margin-top: -50px; 
}

.is-sticky .dl-menuwrapper .dl-trigger { 
  top: 0px;
}

@media (max-width: 450px) { 
   .dl-menuwrapper .dl-trigger { 
    top: 6px;
    } 

    .is-sticky .dl-menuwrapper .dl-trigger {
      margin-top: -45px; 
    }
}

/*====  Header Menu  =====*/
.header-menu.site-nav:hover .main-menu > li > a {
  opacity: 0.5; }
.header-menu.site-nav:hover .main-menu > li.active > a, .header-menu.site-nav:hover .main-menu > li:hover > a {
  opacity: 1; }
.header-menu .menu-category {
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex; }
  .header-menu .menu-category > li {
    position: relative;
    padding-right: 22px; }
    @media only screen and (min-width: 992px) and (max-width: 1199px) {
      .header-menu .menu-category > li {
        padding-right: 17px; } }
    .header-menu .menu-category > li > a {
      font-size: 12px;
      line-height: 28px;
      color: #232324;
      text-transform: uppercase;
      font-weight: 700;
      letter-spacing: 1px;
      display: block;
      -webkit-transition: all 0.3s linear;
      -moz-transition: all 0.3s linear;
      -ms-transition: all 0.3s linear;
      -o-transition: all 0.3s linear;
      transition: all 0.3s linear;
      opacity: 1;
      position: relative; }
      .header-menu .menu-category > li > a i {
        font-size: 14px;
        margin-left: 5px; }
    .header-menu .menu-category > li .sub-menu {
      position: absolute;
      top: 130%;
      left: 0;
      width: 240px;
      background-color: #fff;
      padding: 10px 0;
      -webkit-box-shadow: 0 0 38px 0 rgba(41, 44, 58, 0.09);
      -moz-box-shadow: 0 0 38px 0 rgba(41, 44, 58, 0.09);
      box-shadow: 0 0 38px 0 rgba(41, 44, 58, 0.09);
      -webkit-transition: all 0.3s linear;
      -moz-transition: all 0.3s linear;
      -ms-transition: all 0.3s linear;
      -o-transition: all 0.3s linear;
      transition: all 0.3s linear;
      margin-top: 50px;
      opacity: 0;
      visibility: hidden;
      z-index: 9999; }
      .header-menu .menu-category > li .sub-menu > li {
        position: static; }
        .header-menu .menu-category > li .sub-menu > li > a {
          padding: 10px 25px;
          color: #8a8a8a;
          font-size: 14px;
          -webkit-transition: all 0.3s linear;
          -moz-transition: all 0.3s linear;
          -ms-transition: all 0.3s linear;
          -o-transition: all 0.3s linear;
          transition: all 0.3s linear;
          text-transform: uppercase;
          display: block; }
          .header-menu .menu-category > li .sub-menu > li > a i {
            font-size: 13px;
            float: right;
            display: block;
            padding: 4px 0; }
        .header-menu .menu-category > li .sub-menu > li .sub-menu {
          left: 90%;
          top: 0px;
          margin-top: 0;
          padding: 30px 15px; }
          .header-menu .menu-category > li .sub-menu > li .sub-menu.menu-man {
            width: 900px; }
            @media only screen and (min-width: 992px) and (max-width: 1199px) {
              .header-menu .menu-category > li .sub-menu > li .sub-menu.menu-man {
                width: 700px; } }
          .header-menu .menu-category > li .sub-menu > li .sub-menu.women-man {
            width: 600px;
            padding: 30px; }
          .header-menu .menu-category > li .sub-menu > li .sub-menu .menu-menu-items.menu-product-active .slick-active {
            -webkit-animation: slickZoomIn 1s;
            -moz-animation: slickZoomIn 1s;
            -o-animation: slickZoomIn 1s;
            animation: slickZoomIn 1s; }
          .header-menu .menu-category > li .sub-menu > li .sub-menu .menu-menu-items.menu-product-active .slick-dots {
            text-align: center;
            margin-top: 16px; }
            .header-menu .menu-category > li .sub-menu > li .sub-menu .menu-menu-items.menu-product-active .slick-dots li {
              display: inline-block;
              margin: 0 3px; }
              .header-menu .menu-category > li .sub-menu > li .sub-menu .menu-menu-items.menu-product-active .slick-dots li button {
                width: 9px;
                height: 9px;
                border-radius: 50%;
                border: 0;
                background-color: rgba(35, 35, 36, 0.3);
                font-size: 0;
                -webkit-transition: all 0.3s linear;
                -moz-transition: all 0.3s linear;
                -ms-transition: all 0.3s linear;
                -o-transition: all 0.3s linear;
                transition: all 0.3s linear;
                -webkit-transform: scale(0.8);
                -moz-transform: scale(0.8);
                -ms-transform: scale(0.8);
                -o-transform: scale(0.8);
                transform: scale(0.8); }
              .header-menu .menu-category > li .sub-menu > li .sub-menu .menu-menu-items.menu-product-active .slick-dots li.slick-active button {
                background-color: rgba(35, 35, 36, 0.8);
                -webkit-transform: scale(1);
                -moz-transform: scale(1);
                -ms-transform: scale(1);
                -o-transform: scale(1);
                transform: scale(1); }
          .header-menu .menu-category > li .sub-menu > li .sub-menu .menu-menu-items .single-product {
            padding: 0 15px; }
          .header-menu .menu-category > li .sub-menu > li .sub-menu .menu-menu-items .menu-title .title {
            font-weight: 400;
            font-size: 16px;
            text-transform: uppercase;
            letter-spacing: 2px;
            color: #232324; }
          .header-menu .menu-category > li .sub-menu > li .sub-menu .menu-menu-items .product-wrapper .single-product-mini {
            margin-top: 30px; }
          .header-menu .menu-category > li .sub-menu > li .sub-menu .menu-menu-items .menu-product-active-2 .slick-active {
            -webkit-animation: slickZoomIn 1s;
            -moz-animation: slickZoomIn 1s;
            -o-animation: slickZoomIn 1s;
            animation: slickZoomIn 1s; }
          .header-menu .menu-category > li .sub-menu > li .sub-menu .menu-menu-items .menu-product-active-2 .slick-dots {
            text-align: center;
            margin-top: 16px; }
            .header-menu .menu-category > li .sub-menu > li .sub-menu .menu-menu-items .menu-product-active-2 .slick-dots li {
              display: inline-block;
              margin: 0 3px; }
              .header-menu .menu-category > li .sub-menu > li .sub-menu .menu-menu-items .menu-product-active-2 .slick-dots li button {
                width: 9px;
                height: 9px;
                border-radius: 50%;
                border: 0;
                background-color: rgba(35, 35, 36, 0.3);
                font-size: 0;
                -webkit-transition: all 0.3s linear;
                -moz-transition: all 0.3s linear;
                -ms-transition: all 0.3s linear;
                -o-transition: all 0.3s linear;
                transition: all 0.3s linear;
                -webkit-transform: scale(0.8);
                -moz-transform: scale(0.8);
                -ms-transform: scale(0.8);
                -o-transform: scale(0.8);
                transform: scale(0.8); }
              .header-menu .menu-category > li .sub-menu > li .sub-menu .menu-menu-items .menu-product-active-2 .slick-dots li.slick-active button {
                background-color: rgba(35, 35, 36, 0.8);
                -webkit-transform: scale(1);
                -moz-transform: scale(1);
                -ms-transform: scale(1);
                -o-transform: scale(1);
                transform: scale(1); }
        .header-menu .menu-category > li .sub-menu > li:hover .sub-menu {
          left: 100%;
          opacity: 1;
          visibility: visible; }
    .header-menu .menu-category > li:hover > .sub-menu {
      opacity: 1;
      visibility: visible;
      top: 100%; }
.header-menu .main-menu {
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex; }
  .header-menu .main-menu > li {
    position: relative;
    padding: 5px 22px; }
    .header-menu .main-menu > li.static {
      position: static; }
    @media only screen and (min-width: 992px) and (max-width: 1199px) {
      .header-menu .main-menu > li {
        padding: 0 17px; } 
    }
    .header-menu .main-menu > li > a {
      font-size: 13px;
      font-family: "Raleway";
      line-height: 18px;
      color: #232324;
      text-transform: uppercase;
      font-weight: 700;
      letter-spacing: 1px;
      display: block;
      -webkit-transition: all 0.3s linear;
      -moz-transition: all 0.3s linear;
      -ms-transition: all 0.3s linear;
      -o-transition: all 0.3s linear;
      transition: all 0.3s linear;
      opacity: 1;
      position: relative; }
      .header-menu .main-menu > li > a::before {
        position: absolute;
        content: '';
        width: 0;
        height: 1px;
        background-color: #232324;
        left: 0;
        bottom: 0;
        -webkit-transition: all 0.3s linear;
        -moz-transition: all 0.3s linear;
        -ms-transition: all 0.3s linear;
        -o-transition: all 0.3s linear;
        transition: all 0.3s linear; }
    .header-menu .main-menu > li.active > a::before, .header-menu .main-menu > li:hover > a::before {
      width: 100%; }
    .header-menu .main-menu > li > a:hover { text-decoration: none; }
    .header-menu .main-menu > li span {
      font-size: 0.7em;
      color: #fff;
      background-color: #f92b89;
      padding: 2px 5px;
      text-transform: uppercase;
      font-weight: 400;
      position: absolute;
      bottom: 22px;
      right: 22px;
      z-index: 2;
    border-radius: 4px;
    }
     /*
     .header-menu .main-menu > li span::before {
        position: absolute;
        content: '';
        width: 8px;
        height: 8px;
        background-color: #d8242b;
        bottom: -3px;
        left: 50%;
        z-index: -1;
        -webkit-transform: translateX(-50%) rotate(135deg);
        -moz-transform: translateX(-50%) rotate(135deg);
        -ms-transform: translateX(-50%) rotate(135deg);
        -o-transform: translateX(-50%) rotate(135deg);
        transform: translateX(-50%) rotate(135deg); 
      }
      */
    .header-menu .main-menu > li .sub-menu {
      position: absolute;
      top: 28px;
      left: 0;
      width: 270px;
      background-color: #fff;
      padding: 30px 0;
      -webkit-box-shadow: 0 0 38px 0 rgba(41, 44, 58, 0.09);
      -moz-box-shadow: 0 0 38px 0 rgba(41, 44, 58, 0.09);
      box-shadow: 0 0 38px 0 rgba(41, 44, 58, 0.09);
      display: none;
      z-index: 9999; }
      .header-menu .main-menu > li .sub-menu li {
        position: relative; }
        .header-menu .main-menu > li .sub-menu li a {
          padding: 5px 35px;
          color: #8a8a8a;
          font-size: 14px;
          -webkit-transition: all 0.3s linear;
          -moz-transition: all 0.3s linear;
          -ms-transition: all 0.3s linear;
          -o-transition: all 0.3s linear;
          transition: all 0.3s linear;
          display: block; }
       .header-menu .main-menu > li .sub-menu li a:hover {
          text-decoration: none;
       }

       .header-menu .main-menu > li .sub-menu li.list-cat-submenu{
          width: 40%;
       }
       .header-menu .main-menu > li .sub-menu li.list-cat-submenu ul li{
          display: inline-block;
          float: left;
       }
       .header-menu .main-menu > li .sub-menu li.list-cat-submenu ul li a{
           padding: 4px;
       }
       .header-menu .main-menu > li .sub-menu li.list-cat-submenu ul li a img{
          width: 150px;
       }

          .header-menu .main-menu > li .sub-menu li a i {
            font-size: 13px;
            float: right;
            display: block;
            padding: 4px 0;
       }
        .header-menu .main-menu > li .sub-menu li:hover > a {
          opacity: 1;
          color: #232324; }
        .header-menu .main-menu > li .sub-menu li .sub-menu {
          top: 0;
          left: 90%;
          margin-top: 0; }
        .header-menu .main-menu > li .sub-menu li:hover .sub-menu {
          opacity: 1;
          visibility: visible;
          left: 100%; }
    @media only screen and (min-width: 992px) and (max-width: 1199px) {
      .header-menu .main-menu > li > a {
          font-size: 12px;
      }

      .header-menu .main-menu > li:nth-last-of-type(1) .sub-menu li .sub-menu, .header-menu .main-menu > li:nth-last-of-type(2) .sub-menu li .sub-menu {
        left: auto;
        right: 90%; } }
    @media only screen and (min-width: 992px) and (max-width: 1199px) {
      .header-menu .main-menu > li:nth-last-of-type(1) .sub-menu li:hover .sub-menu, .header-menu .main-menu > li:nth-last-of-type(2) .sub-menu li:hover .sub-menu {
        left: auto;
        right: 100%; } }
    .header-menu .main-menu > li .sub-mega-menu {
      width: 900px;
      left: -175px;
      /* display: -webkit-flex;
      display: -moz-flex;
      display: -ms-flex;
      display: -o-flex;
      display: flex; */
      /* top: 42%; */
      margin-top: 0; }
     /* @media only screen and (min-width: 1400px) {
        .header-menu .main-menu > li .sub-mega-menu {
          width: 1170px; 
        } 
      }*/
      @media only screen and (min-width: 992px) and (max-width: 1199px) {
        .header-menu .main-menu > li .sub-mega-menu {
          width: 820px; } }
      .header-menu .main-menu > li .sub-mega-menu > li {
        width: 40%; }
        .header-menu .main-menu > li .sub-mega-menu li .menu-title {
          color: #232324;
          font-family: "Raleway";
          text-transform: uppercase;
          font-weight: 700; }
        .header-menu .main-menu > li .sub-mega-menu > li .menu-image {
          padding: 0; }
          .header-menu .main-menu > li .sub-mega-menu > li .menu-image img {
            width: 100%; }
        @media only screen and (min-width: 992px) and (max-width: 1199px) {
          .header-menu .main-menu > li .sub-mega-menu > li a {
            padding: 12px 30px; } }
        .header-menu .main-menu > li .sub-mega-menu > li:hover .sub-menu {
          left: 0; }
    .header-menu .main-menu > li:hover > .sub-menu {
      display: block;
    }
.header-menu.header-menu-2 {
  width: 70%; }
  @media only screen and (min-width: 1400px) {
    .header-menu.header-menu-2 {
      width: 54%; } }
  .header-menu.header-menu-2 .main-menu > li .sub-mega-menu {
    left: 0; }
.header-menu.header-menu-3 .main-menu > li .sub-mega-menu {
  left: 0; }

.header-top {
  background-color: #93ddff;
  background-image: -moz-linear-gradient(180deg, star 0%, #fabb98 100%);
  background-image: -webkit-linear-gradient(180deg, #93ddff 0%, #fabb98 100%);
  background-image: -ms-linear-gradient(180deg, #93ddff 0%, #fabb98 100%);
  padding-top: 19px;
  padding-bottom: 19px; }
  .header-top .header-content p {
    font-size: 20px;
    color: #232324;
    font-weight: 500; }
    @media (max-width: 767px) {
      .header-top .header-content p {
        font-size: 18px; } }
    .header-top .header-content p span {
      padding-right: 20px;
      font-family: "Prata", serif;
      font-style: italic; }

/*====  Header Navbar  =====*/
.header-navbar-main {
  padding-top: 45px; }
  @media only screen and (min-width: 992px) and (max-width: 1199px) {
    .header-navbar-main {
      padding-top: 20px; }
  }

.header-search {
  border: 1px solid #e1e1e1;
  padding: 0px;
  border-radius: 50px; 
}



  .header-search .search-header-wrapper.form-group {
    margin-bottom: 0; }
  .header-search .search-header-wrapper select {
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    display: inline-block;
    width: auto;
    padding: 0 20px;
    height: 40px;
    background-color: transparent;
    border: 0;
    font-size: 14px;
    color: #8a8a8a; }
    .header-search .search-header-wrapper select .level-0 {
      font-size: 14px; }
  .header-search .search-header-wrapper button {
    width: 40px;
    height: 40px;
    padding: 0;
    border: 0;
    background: none;
    font-size: 16px;
    color: #232324; }
  .header-search .search-header-input {
    width: 100%; }
    .header-search .search-header-input input {
      width: 100%;
      height: 38px;
      padding: 0 0px;
      font-size: 13px;
      color: #232324;
      border: 0;
      margin-left: 20px;
      padding-bottom: 0px;
    }
    .header-search .search-header-input input:focus { outline: none; }


@media (max-width: 991px) {
  .header-search {
     margin-bottom: 10px;
    background-color: #f1f1f1;
    border: 0px solid #f4f4f4;
  }
  .header-search .search-header-input input {
    width: 97%;
    margin-left: 0px;
    background-color: #f1f1f1;
  }

}

@media (max-width: 568px) {
    .header-search {
      border: none;
      padding: 0px;
      border-radius: 10px;
      position: relative;
      top: 5px;
    }

    .header-search .search-header-input input { 
      height: 30px;
      width: 97%;
      margin-left: 0px;
    }

    .header-search .search-header-wrapper button { 
      height: 30px;
    }

  .header-search .search-header-wrapper button {
    font-size: 14px;
    color: #797878; }

}

.header-navbar-main-menu {
  padding: 60px 0 30px; }
  @media only screen and (min-width: 992px) and (max-width: 1199px) {
    .header-navbar-main-menu {
      padding: 40px 0 25px; } }
  .header-navbar-main-menu .menu-category > li .sub-menu {
    margin-top: 30px; }
    @media only screen and (min-width: 992px) and (max-width: 1199px) {
      .header-navbar-main-menu .menu-category > li .sub-menu {
        margin-top: 25px; } }
  .header-navbar-main-menu .header-menu {
    position: relative; }
    .header-navbar-main-menu .header-menu .main-menu > li > a::before {
      height: 3px;
      border: 0;
      bottom: -35px;
      background-color: #93ddff;
      background-image: -moz-linear-gradient(180deg, star 0, #fabb98 100%);
      background-image: -webkit-linear-gradient(180deg, #93ddff 0, #fabb98 100%);
      background-image: -ms-linear-gradient(180deg, #93ddff 0, #fabb98 100%); }
    .header-navbar-main-menu .header-menu .main-menu > li .sub-menu {
      margin-top: 30px; }
      @media only screen and (min-width: 992px) and (max-width: 1199px) {
        .header-navbar-main-menu .header-menu .main-menu > li .sub-menu {
          margin-top: 25px; } }

/*====  Header Navbar Dark =====*/
.header-navbar-dark {
  background-color: #232324; }
  .header-navbar-dark .header-menu .main-menu > li {
    padding: 0; }
    .header-navbar-dark .header-menu .main-menu > li > a {
      color: #fff;
      position: relative;
      padding: 5px 22px;
      z-index: 8; }
      .header-navbar-dark .header-menu .main-menu > li > a::before {
        position: absolute;
        content: '';
        width: 100%;
        height: 490%;
        background-color: #f5b324;
        z-index: -1;
        bottom: -195%;
        left: 0;
        opacity: 1;
        visibility: hidden;
        -webkit-transition: all 0.3s linear;
        -moz-transition: all 0.3s linear;
        -ms-transition: all 0.3s linear;
        -o-transition: all 0.3s linear;
        transition: all 0.3s linear; }
    .header-navbar-dark .header-menu .main-menu > li.active a::before, .header-navbar-dark .header-menu .main-menu > li:hover a::before {
      opacity: 1;
      visibility: visible; }
  .header-navbar-dark .header-meta .meta li a {
    color: #fff; }
    .header-navbar-dark .header-meta .meta li a.sidebar-toggle {
      background-color: #fff;
      color: #232324; }
  .header-navbar-dark .dl-menuwrapper .dl-trigger::after {
    background-color: #fff;
    box-shadow: 0 10px 0 #fff, 0 20px 0 #fff; }
  .header-navbar-dark.is-sticky .header-menu .main-menu > li > a::before {
    bottom: -90%; }

/*====  Header Navbar White =====*/
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .header-navbar-white {
    background-color: transparent;
    position: absolute; } }
@media (max-width: 767px) {
  .header-navbar-white {
    background-color: transparent;
    position: absolute; } }
.header-navbar-white .header-menu .main-menu > li > a {
  color: #fff; }
  .header-navbar-white .header-menu .main-menu > li > a::before {
    background-color: #f6354c; }
.header-navbar-white .header-menu .main-menu > li.active > a, .header-navbar-white .header-menu .main-menu > li:hover > a {
  color: #f6354c; }
.header-navbar-white .header-meta .meta li a {
  color: #fff; }
  .header-navbar-white .header-meta .meta li a.sidebar-toggle {
    background-color: #fff;
    color: #232324; }
.header-navbar-white .dl-menuwrapper .dl-trigger::after {
  background-color: #fff;
  box-shadow: 0 10px 0 #fff, 0 20px 0 #fff; }
.header-navbar-white.is-sticky .header-menu .main-menu > li > a {
  color: #232324; }
  .header-navbar-white.is-sticky .header-menu .main-menu > li > a::before {
    background-color: #232324; }
.header-navbar-white.is-sticky .header-menu .main-menu > li.active > a, .header-navbar-white.is-sticky .header-menu .main-menu > li:hover > a {
  color: #232324; }
.header-navbar-white.is-sticky .header-meta {
  text-align: right; }
  .header-navbar-white.is-sticky .header-meta .meta li a {
    color: #232324; }
    .header-navbar-white.is-sticky .header-meta .meta li a.sidebar-toggle, .header-navbar-white.is-sticky .header-meta .meta li a.menu-toggle {
      color: #fff; }
    .header-navbar-white.is-sticky .header-meta .meta li a.sidebar-toggle {
      background-color: #232324;
      color: #fff; }
.header-navbar-white.is-sticky .dl-menuwrapper .dl-trigger::after {
  background-color: #232324;
  box-shadow: 0 10px 0 #232324, 0 20px 0 #232324; }

/*====  Header Navbar White 2 =====*/
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .header-navbar-white-2 {
    background-color: transparent;
    position: absolute; } }
@media (max-width: 767px) {
  .header-navbar-white-2 {
    background-color: transparent;
    position: absolute; } }
.header-navbar-white-2 .header-menu .main-menu > li > a {
  color: #fff; }
  .header-navbar-white-2 .header-menu .main-menu > li > a::before {
    background-color: #fff; }
.header-navbar-white-2 .header-menu .main-menu > li.active > a, .header-navbar-white-2 .header-menu .main-menu > li:hover > a {
  color: #fff; }
.header-navbar-white-2 .header-meta .meta li a {
  color: #fff; }
  .header-navbar-white-2 .header-meta .meta li a.sidebar-toggle {
    background-color: #fff;
    color: #232324; }
.header-navbar-white-2 .dl-menuwrapper .dl-trigger::after {
  background-color: #fff;
  box-shadow: 0 10px 0 #fff, 0 20px 0 #fff; }
.header-navbar-white-2.is-sticky .header-menu .main-menu > li > a {
  color: #232324; }
  .header-navbar-white-2.is-sticky .header-menu .main-menu > li > a::before {
    background-color: #232324; }
.header-navbar-white-2.is-sticky .header-menu .main-menu > li.active > a, .header-navbar-white-2.is-sticky .header-menu .main-menu > li:hover > a {
  color: #232324; }
.header-navbar-white-2.is-sticky .header-meta {
  text-align: right; }
  .header-navbar-white-2.is-sticky .header-meta .meta li a {
    color: #232324; }
    .header-navbar-white-2.is-sticky .header-meta .meta li a.sidebar-toggle, .header-navbar-white-2.is-sticky .header-meta .meta li a.menu-toggle {
      color: #fff; }
    .header-navbar-white-2.is-sticky .header-meta .meta li a.sidebar-toggle {
      background-color: #232324;
      color: #fff; }
.header-navbar-white-2.is-sticky .dl-menuwrapper .dl-trigger::after {
  background-color: #232324;
  box-shadow: 0 10px 0 #232324, 0 20px 0 #232324; }

/*====  Header Navbar White 3 =====*/
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .header-navbar-white-3 {
    background-color: transparent;
    position: absolute; } }
@media (max-width: 767px) {
  .header-navbar-white-3 {
    background-color: transparent;
    position: absolute; } }
.header-navbar-white-3 .header-menu .main-menu > li > a {
  color: #fff; }
  .header-navbar-white-3 .header-menu .main-menu > li > a::before {
    background-color: #0080cb; }
.header-navbar-white-3 .header-menu .main-menu > li.active > a, .header-navbar-white-3 .header-menu .main-menu > li:hover > a {
  color: #0080cb; }
.header-navbar-white-3 .header-meta .meta li a {
  color: #fff; }
  .header-navbar-white-3 .header-meta .meta li a.sidebar-toggle {
    background-color: #fff;
    color: #232324; }
.header-navbar-white-3 .dl-menuwrapper .dl-trigger::after {
  background-color: #fff;
  box-shadow: 0 10px 0 #fff, 0 20px 0 #fff; }
.header-navbar-white-3.is-sticky .header-menu .main-menu > li > a {
  color: #232324; }
  .header-navbar-white-3.is-sticky .header-menu .main-menu > li > a::before {
    background-color: #232324; }
.header-navbar-white-3.is-sticky .header-menu .main-menu > li.active > a, .header-navbar-white-3.is-sticky .header-menu .main-menu > li:hover > a {
  color: #232324; }
.header-navbar-white-3.is-sticky .header-meta {
  text-align: right; }
  .header-navbar-white-3.is-sticky .header-meta .meta li a {
    color: #232324; }
    .header-navbar-white-3.is-sticky .header-meta .meta li a.sidebar-toggle, .header-navbar-white-3.is-sticky .header-meta .meta li a.menu-toggle {
      color: #fff; }
    .header-navbar-white-3.is-sticky .header-meta .meta li a.sidebar-toggle {
      background-color: #232324;
      color: #fff; }
.header-navbar-white-3.is-sticky .dl-menuwrapper .dl-trigger::after {
  background-color: #232324;
  box-shadow: 0 10px 0 #232324, 0 20px 0 #232324; }

/*====  Header Navbar White 4 =====*/
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .header-navbar-white-4 {
    background-color: transparent;
    position: absolute; } }
@media (max-width: 767px) {
  .header-navbar-white-4 {
    background-color: transparent;
    position: absolute; } }
.header-navbar-white-4 .header-menu .main-menu > li > a {
  color: #fff; }
  .header-navbar-white-4 .header-menu .main-menu > li > a::before {
    background-color: #232324; }
.header-navbar-white-4 .header-menu .main-menu > li.active > a, .header-navbar-white-4 .header-menu .main-menu > li:hover > a {
  color: #232324; }
.header-navbar-white-4 .header-meta .meta li a {
  color: #fff; }
  .header-navbar-white-4 .header-meta .meta li a.sidebar-toggle {
    background-color: #fff;
    color: #232324; }
.header-navbar-white-4 .dl-menuwrapper .dl-trigger::after {
  background-color: #fff;
  box-shadow: 0 10px 0 #fff, 0 20px 0 #fff; }
.header-navbar-white-4.is-sticky .header-menu .main-menu > li > a {
  color: #232324; }
  .header-navbar-white-4.is-sticky .header-menu .main-menu > li > a::before {
    background-color: #232324; }
.header-navbar-white-4.is-sticky .header-menu .main-menu > li.active > a, .header-navbar-white-4.is-sticky .header-menu .main-menu > li:hover > a {
  color: #232324; }
.header-navbar-white-4.is-sticky .header-meta {
  text-align: right; }
  .header-navbar-white-4.is-sticky .header-meta .meta li a {
    color: #232324; }
    .header-navbar-white-4.is-sticky .header-meta .meta li a.sidebar-toggle, .header-navbar-white-4.is-sticky .header-meta .meta li a.menu-toggle {
      color: #fff; }
    .header-navbar-white-4.is-sticky .header-meta .meta li a.sidebar-toggle {
      background-color: #232324;
      color: #fff; }
.header-navbar-white-4.is-sticky .dl-menuwrapper .dl-trigger::after {
  background-color: #232324;
  box-shadow: 0 10px 0 #232324, 0 20px 0 #232324; }




@media (max-width: 990px){
  .d-flex-menu {
      display: none;
  }

}

.pull-left {
    float: left;
}
.pull-right {
    float: right;
}

@media (max-width: 992px){
  .pull-none-movil {
    float: none !important;
  }
}

@media (max-width: 767px){
  .pull-right-movil {
    float: right !important;
  }
}

.header-top-area{
  background-color: #f1f1f1;
  font-family: "Raleway";
}

.header-top-area a{ color: #555555; }
/*welcome*/
.welcome {
    height: 35px;
    line-height: 35px;
    font-size: 12px;
}
.welcome p {
    margin-bottom: 0;
    display: inline-block;
    font-size: 12px;
    color: #555555;
}
.top-bar-right {
    line-height: 1;
}
/*language-menu*/
.language-menu{
  margin-right: 10px;
  margin-top: -1px;
}
@media (max-width: 767px){
  .language-menu{
    margin-right: 18px;
  }
}

.language-menu .nice-select-menu {
    border: 0;
    height: 35px;
    line-height: 35px;
}
.language-menu .nice-select-menu .current {
    font-size: 12px;
}

.language-menu ul.list-idiomas{
  /*margin-top: 3px;*/
  margin-top: 5px;
}
.language-menu ul.list-idiomas li{
 display: inline-block;
 border-right: solid 1px #bcbcbc;
 padding-right: 5px;
 padding-left: 5px;
 margin-top: 10px;
 color: #cccccc;
font-size: 11px;
}
.language-menu ul.list-idiomas li a.activo{ 
 color: #333333;
 font-weight: 600;
 text-decoration: underline;
}



/*currency-menu*/
.currency-menu .nice-select-menu {
    border: 0;
    height: 35px;
    line-height: 35px;
}
.currency-menu .nice-select-menu .current {
    font-size: 12px;
}
/*login-register*/
.list-idiomas, .login_register{
  padding: 0;
}

.login-register {
    height: 35px;
    padding: 0;
    line-height: 35px;
    margin-bottom: 0;
  position: relative;
}
@media (max-width: 1380px) {
  .container-fluid-sm{
    width: 100% !important;
  }
}@media (max-width: 322px) {
  .language-menu{
    margin-right: 0;
  }
}
@media (max-width: 991px) and (min-width: 572px) {
  .d-block-xs-sm{
    display: block !important;
  }
}

.login-register li {
    display: inline-block;
    /*display: contents;*/
    list-style: none;
    font-size: 12px;
    margin-right: 10px;
    /*padding-left: 10px;*/
}
.login-register li a {
    color: #0078d3;
}
.login-register li:hover a {
    text-decoration: underline;
}

.volver_tienda{
    position: absolute;
    top: -25px;
    font-size: 14px;
}


/*===========================
     05.Cart css 
===========================*/
/*====  Search Start  =====*/
.off-canvas-cart-wrapper {
  position: fixed;
  top: 0;
  right: -430px;
  width: 400px;
  height: 100%;
  z-index: 999999;
  background-color: #fff;
  overflow: auto;
  -webkit-transition: all 0.3s linear;
  -moz-transition: all 0.3s linear;
  -ms-transition: all 0.3s linear;
  -o-transition: all 0.3s linear;
  transition: all 0.3s linear;
  padding: 30px; }
  @media only screen and (min-width: 992px) and (max-width: 1199px) {
    .off-canvas-cart-wrapper {
      padding: 30px;
      width: 380px; } }
  @media only screen and (min-width: 768px) and (max-width: 991px) {
    .off-canvas-cart-wrapper {
      padding: 30px;
      width: 340px; } }
  @media (max-width: 767px) {
    .off-canvas-cart-wrapper {
      padding: 15px;
      right: -830px;
      width: 85%; 
    } 
  }
  .off-canvas-cart-wrapper.open {
    right: 0; }
  .off-canvas-cart-wrapper .off-canvas-cart-box {
    padding-top: 50px;
    position: relative;
    font-family: "Raleway";
  }
    .off-canvas-cart-wrapper .off-canvas-cart-box .cart-close {
      position: absolute;
      top: 0;
      right: 0;
      line-height: 35px;
      -webkit-transition: all 0.3s linear;
      -moz-transition: all 0.3s linear;
      -ms-transition: all 0.3s linear;
      -o-transition: all 0.3s linear;
      transition: all 0.3s linear;
      font-size: 30px;
      color: rgba(35, 35, 36, 0.6); }
      .off-canvas-cart-wrapper .off-canvas-cart-box .cart-close:hover {
        -webkit-transform: rotate(90deg);
        -moz-transform: rotate(90deg);
        -ms-transform: rotate(90deg);
        -o-transform: rotate(90deg);
        transform: rotate(90deg); }
    .off-canvas-cart-wrapper .off-canvas-cart-box .off-canvas-cart-content .cart-title .title {
      font-size: 18px;
      font-weight: 700;
      color: #232324; }
    .off-canvas-cart-wrapper .off-canvas-cart-box .off-canvas-cart-content .cart-product-widget {
      padding-top: 0px; }
      .off-canvas-cart-wrapper .off-canvas-cart-box .off-canvas-cart-content .cart-product-widget ul {
        max-height: calc(100vh - 375px);
        max-height: -webkit-calc(100vh - 375px);
        overflow: auto; 
         list-style: none;
         padding-left: 0px;
      }
        @media only screen and (min-width: 992px) and (max-width: 1199px) {
          .off-canvas-cart-wrapper .off-canvas-cart-box .off-canvas-cart-content .cart-product-widget ul {
            max-height: calc(100vh - 335px);
            max-height: -webkit-calc(100vh - 335px); } }
        @media (max-width: 767px) {
          .off-canvas-cart-wrapper .off-canvas-cart-box .off-canvas-cart-content .cart-product-widget ul {
            max-height: calc(100vh - 300px);
            max-height: -webkit-calc(100vh - 300px); } }
        @media only screen and (min-width: 768px) and (max-width: 991px) {
          .off-canvas-cart-wrapper .off-canvas-cart-box .off-canvas-cart-content .cart-product-widget ul {
            max-height: calc(100vh - 330px);
            max-height: -webkit-calc(100vh - 330px); } }
        .off-canvas-cart-wrapper .off-canvas-cart-box .off-canvas-cart-content .cart-product-widget ul li .cart-product {
          margin-top: 30px;
          position: relative; }
          .off-canvas-cart-wrapper .off-canvas-cart-box .off-canvas-cart-content .cart-product-widget ul li .cart-product .product-cancel {
            position: absolute;
            top: 0;
            right: 15px;
            z-index: 5;
            font-size: 16px;
            color: #8a8a8a; }
          .off-canvas-cart-wrapper .off-canvas-cart-box .off-canvas-cart-content .cart-product-widget ul li .cart-product .cart-product-image img {
            width: 70px;border-radius: 6px; }
          .off-canvas-cart-wrapper .off-canvas-cart-box .off-canvas-cart-content .cart-product-widget ul li .cart-product .cart-product-content {
            padding-left: 15px;
            padding-right: 25px; }
          .off-canvas-cart-wrapper .off-canvas-cart-box .off-canvas-cart-content .cart-product-widget ul li .cart-product .cart-product-content h6 {
             margin: 0px;
          }
            .off-canvas-cart-wrapper .off-canvas-cart-box .off-canvas-cart-content .cart-product-widget ul li .cart-product .cart-product-content .title a {
              color: #8a8a8a;
              font-size: 16px;
              font-weight: 600; }
            .off-canvas-cart-wrapper .off-canvas-cart-box .off-canvas-cart-content .cart-product-widget ul li .cart-product .cart-product-content .price {
              color: #8a8a8a;
              font-size: 16px;
              font-weight: 400;
              margin-top: 5px; }
      .off-canvas-cart-wrapper .off-canvas-cart-box .off-canvas-cart-content .cart-product-widget .cart-product-total {
        display: -webkit-flex;
        display: -moz-flex;
        display: -ms-flex;
        display: -o-flex;
        display: flex;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        -webkit-box-pack: space-between;
        -ms-flex-pack: space-between;
        justify-content: space-between;
        padding-top: 30px; }
        .off-canvas-cart-wrapper .off-canvas-cart-box .off-canvas-cart-content .cart-product-widget .cart-product-total .value {
          font-size: 15px;
          font-weight: 400;
          color: #232324; }
        .off-canvas-cart-wrapper .off-canvas-cart-box .off-canvas-cart-content .cart-product-widget .cart-product-total .price {
          font-size: 18px;
          font-weight: 500;
          color: #232324; }
    .off-canvas-cart-wrapper .off-canvas-cart-box .off-canvas-cart-content .cart-product-btn {
      padding-top: 22px; }


      /*===== All Button Style =====*/
.off-canvas-cart-box .main-btn {
  display: inline-block;
  font-weight: 500;
  text-align: center;
  white-space: nowrap;
  vertical-align: middle;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  border: 0;
  padding: 0 30px;
  font-size: 14px;
  height: 50px;
  line-height: 50px;
  border-radius: 8px;
  color: #fff;
  cursor: pointer;
  z-index: 5;
  -webkit-transition: all 0.4s linear;
  -moz-transition: all 0.4s linear;
  -ms-transition: all 0.4s linear;
  -o-transition: all 0.4s linear;
  transition: all 0.4s linear;
  background-color: #232324;
  text-transform: uppercase; 
}

  @media (max-width: 767px) {
    .off-canvas-cart-box .main-btn {
      font-size: 13px; } 
  }

  @media only screen and (min-width: 576px) and (max-width: 767px) {
    .off-canvas-cart-box .main-btn {
      font-size: 14px; } 
  }

  .off-canvas-cart-box .main-btn:hover {
    background-color: #0080cb;
    color: #fff; } 

  .off-canvas-cart-box .btn-azul {
    background-color: #0080cb;
    color: #fff; 
  }
    .off-canvas-cart-box .main-btn.main-btn-azul:hover {
      background-color: #232324;
      color: #fff; }

 
 /*===== All Overlay Style =====*/
.overlay {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(35, 35, 36, 0.7);
  z-index: 9;
  opacity: 0;
  visibility: hidden;
  -webkit-transition: all 0.3s linear;
  -moz-transition: all 0.3s linear;
  -ms-transition: all 0.3s linear;
  -o-transition: all 0.3s linear;
  transition: all 0.3s linear; }
  .overlay.open {
    opacity: 1;
    visibility: visible; }
  .overlay.open-canvas, .overlay.open-cart {
    opacity: 1;
    visibility: visible;
    z-index: 99999; }

/*  FORMULARIO LOGIN EN MODAL BOOTSTRAP ------------------------------------------------------ */

#ModalLogin .modal-login {
    color: #636363;
    width: 350px;
  font-family: Poppins;
  }
 #ModalLogin .modal-login .modal-content {
    padding: 20px;
    border-radius: 5px;
    border: none;
  }
 #ModalLogin .modal-login .modal-header {
    border-bottom: none;   
        position: relative;
        justify-content: center;
        background-color:#ffffff;
        color: #636363;
  }

  #ModalLogin .modal-login .modal-texto {
    text-align: center;
    font-size: 12px;
    margin: 30px 0 0;
    padding: 9px !important;
  }

 #ModalLogin .modal-login h4 {
    text-align: center;
    font-size: 20px;
    margin: 30px 0 0px;
  }

 #ModalLogin .modal-login .form-control:focus {
    border-color: #70c5c0;
  }

  #ModalLogin .modal-login .form-control{
    font-size: 14px;
  }
 #ModalLogin .modal-login .form-control, .modal-login .btn {
    min-height: 40px;
    border-radius: 3px; 
  }
 #ModalLogin .modal-login .close {
        position: absolute;
    top: -5px;
    right: -5px;
  } 
 #ModalLogin .modal-login .modal-footer {
    background: #ecf0f1;
    border-color: #dee4e7;
    text-align: center;
        justify-content: center;
    margin: 0 -20px -20px;
    border-radius: 5px;
    font-size: 13px;
  }
 #ModalLogin .modal-login .modal-footer a {
    color: #999;
  }   
 #ModalLogin .modal-login .avatar {
    position: absolute;
    margin: 0 auto;
    left: 0;
    right: 0;
    top: -70px;
    width: 95px;
    height: 95px;
    border-radius: 50%;
    z-index: 9;
    background: #000000;
    padding: 15px;
    box-shadow: 0px 2px 2px rgba(0, 0, 0, 0.1);
  }
 #ModalLogin .modal-login .avatar img {
    width: 100%;
  }
 #ModalLogin .modal-login.modal-dialog {
    margin-top: 80px;
  }
 #ModalLogin .modal-login .btn {
    color: #fff;
    border-radius: 100px;
    background: #0080cb;
    text-decoration: none;
    transition: all 0.4s;
    line-height: normal;
    border: none;
    font-size: 16px;
    width: 290px;
    }
  #ModalLogin .modal-login .btnrestaurar {
    color: #fff;
    border-radius: 4px;
    background:  var(--textmain-color);
    text-decoration: none;
    transition: all 0.4s;
    line-height: normal;
    border: none;
    font-size: 16px;
    width: 100%;
  }

#ModalLogin .modal-login .btnvolver {
  color: #000000;
  text-decoration: underline;
  padding: 2%;
  line-height: normal;
  font-size: 12px;
  width: 100%;
}

 #ModalLogin .modal-login .btn:hover, .modal-login .btn:focus {
    background: #0c5389;
    outline: none;
  }
 #ModalLogin .trigger-btn {
    display: inline-block;
    margin: 100px auto;
  }

 #ModalLogin .form-group a{ font-size: 14px; }


/*  FIN FORMULARIO LOGIN EN MODAL BOOTSTRAP ------------------------------------------------------ */

/* estilos antiguos que se estropean por culpa de css plugin.min */

#modulo-xt-doble{
  width: 100%;
} 

#error_login, #error_token_login { color: red; }

#mensaje_aviso-sticky-wrapper{ height: 0px; }

/**
 * Wonderfull sticky
 */
#mensaje_aviso{position: sticky; top: 0; z-index:9999}

.stickybar{ position: sticky; top: 37px; z-index:100}

@media(max-width: 767px){
  .stickybar{ position: sticky; top: 30px; z-index:100}
}


/**
 * Enlace a las redes sociales
 */
 .enlace_redes:hover{
  text-decoration: none !important;
}


 /**
 Login
  */
#error_login_google{
  color: red;
  margin-top: 5px;
}
#error_login_facebook{
  color: red;
  margin-top: 5px;
}
.separacion_tipo_login {
  width: 100%;
  text-align: center;
  position: relative;
  margin: 15px 0px;
  min-height: 22px;
}

.separacion_tipo_login::before {
  content: "";
  width: 100%;
  position: absolute;
  top: 10%;
  height: 1px;
  background: rgb(204, 204, 204);
  left: 0px;
}

.texto_separador {
  display: inline-block;
  margin: 0px auto;
  background: rgb(255, 255, 255,1);
  padding: 0px 16px;
  position: relative;
  font-size: 14px;
  line-height: 20px;
  font-weight: 700;
}
#btn-google{
  width: auto!important;
  float:right!important;
}
#ModalRegistroExterno{
  font-family: Poppins;
}
#ModalRegistroExterno .modal-header{
  background-color: white;
  border:none;
}
#ModalRegistroExterno .modal-header h4{
  margin-top: 20px;
  text-align: center;
}
#ModalRegistroExterno .modal-body{
  padding-top: 0;
  border:none;
}

#ModalRegistroExterno .modal-footer{
  border:none;
}
#ModalRegistroExterno .modal-footer button{
  color: white;
  background-color: #111111;
  border: 1px solid;
  border-radius: 100px;
}
#ModalRegistroExterno .error{
  color: red;
}
.btn-facebook{
  font-family: "Roboto";
  font-weight: 500;
  background-color: white!important;
  color: #3c4043ed!important;
  border:1px solid lightgrey !important;
  letter-spacing: 0.50px;
  border-radius: 50px !important;
  text-align: left !important;
  width: 291px !important;
  padding: 10px 20px !important;
}

.btn-facebook:hover{
  border-color: #d2e3fc!important;
  outline: none!important;
  background-color: rgba(66,133,244,.04)!important;
}
.btn-facebook:active{
  background: rgba(66,133,244,.1)!important;
  outline: none!important;
  border-color: #d2e3fc!important;
  box-shadow: none;
}
.btn-facebook:focus-visible{
  outline: none!important;
}.btn-facebook:focus{
  outline: none!important;
}
.btn-facebook-login{
  margin-top: 15px;
  font-size: 13.5px!important;
  color: #313436!important;
}
.btn-facebook-registro{
  margin-top: 10px;
  width: 252px;
  font-size: 14px;
  height: 40px;
}
.btn-facebook-compra{
  margin-top: 15px;
  width: 290px;
  font-size: 14px;
  height: 40px;

}
.img-button-facebook{
  height: 18px;
  width: auto;
  margin-right: 12%;
  margin-left: -3%;
}

@media (min-width:1200px){
  .btn-facebook-registro{
    margin-top: 0px;
    margin-left: 10px;
    width: 252px;
  }
}
.login-registro-externo{
  display: flex;
  flex-direction: column;
  align-items: center;
}
.login-registro-externo-rapido{
  display: flex;
  flex-direction: column;
  align-items: center;
}
@media (min-width: 570px) and (max-width: 768px) {
  .flex-intermedio{
    display: flex!important;
    justify-content: center;
    flex-direction: row!important;
  }
  .btn-facebook-registro{
    margin-top: 0px;
    margin-left: 10px;
    width: 252px;
  }
  .login-registro-externo{
    display: flex;
    /*flex-direction: row;*/
    justify-content: space-evenly;
  }
  .login-registro-externo-rapido{
    display: flex;
    flex-direction: row;
    justify-content: space-evenly;
  }
}
@media (min-width: 1380px) {
  .login-registro-externo{
    display: flex;
    flex-direction: column;
    justify-content: space-between;
  }
}
@media (min-width: 768px) {
  .login-registro-externo-rapido{
    display: flex;
    flex-direction: row;
    justify-content: space-evenly;
  }
}

.sub-mega-item.ul_col_2{
  columns: 2;
  -webkit-columns: 2;
  -moz-columns: 2;
}

.header-menu .main-menu > li span.tag_new{
  position: relative;
  top: -1px;
  left: 10px;
}
.header-menu .main-menu > li .sub-menu li a div{
 display: inline-block;
}
.header-menu .main-menu > li .sub-menu li a div:hover {
  text-decoration: underline;
}

