/* FONTS */
*{
    touch-action: manipulation;
}
@font-face {
    font-family: "Baskerville-BT-Italic";
    src: url("../fonts/Baskerville-BT-Italic.woff2");
  }

  @font-face {
    font-family: "Muli-Bold";
    src: url("../fonts/Muli-Bold.woff2");
  }

  @font-face {
    font-family: "Muli-Italic";
    src: url("../fonts/Muli-Italic.woff2");
  }

  @font-face {
    font-family: "Muli";
    src: url("../fonts/Muli-Regular.woff2");
  }

  @font-face {
    font-family: "Font-Awesome";
    src: url("../fonts/fontawesome-webfont.ttf");
  }
  :root {
    --app-height: 100%;
  }


  body,
  h6,
  h5,
  h3,
  h4,
  h1,
  h2 {
    font-family: "Muli" !important;
    letter-spacing: 1.1px;
    color: #222;
  }

  h6 {
    font-weight: 500;
  }

  /* ++++++++++++++++ TODAS LAS PAGINAS ++++++++++++++++ */

  img {
    /* -webkit-backface-visibility: hidden; */
    /* -ms-transform: translateZ(0); */ /* IE 9 */
    /* -webkit-transform: translateZ(0); */ /* Chrome, Safari, Opera */
    /* transform: translateZ(0); */
    /* image-rendering: -webkit-optimize-contrast; */
  }

  .field-tooltip {
    display: none;
  }

  .toolbar .pages .pagination .item.current a,
  .toolbar .pages .pagination .item a:hover {
    color: #222;
    /* text-decoration: underline; */
  }

  .loader img {
    position: relative !important;
  }

  .page-title-wrapper {
    display: none;
  }

  .page-products .page-title-wrapper {
      display: block;
      background-color: #8c9ba9;
      background-image: url("../images/Banner-Buscador.png");
  }

  .checkout-cart-index .page-title-wrapper {
      display: block;
      background-color: #8c9ba9;
      background-image: url("../images/Header_Carrito.jpg");
  }
  .checkout-cart-index .page-title-wrapper > .container .page-header {
      color: #222;
  }

  .page-title-wrapper:before {
    background: none;
  }

  .page-title-wrapper {
    padding: 0;
  }

  .page-title-wrapper > .container {
    margin-bottom: 0;
  }

  .page-title-wrapper > .container .page-header .base {
    line-height: 50px;
  }

  .page-title-wrapper h1,
  .page-title-wrapper .h1 {
    font-size: 30px;
    letter-spacing: 5px;
    text-transform: uppercase;
    font-family: "Muli-Bold";
  }

  a:hover,
  a:focus,
  a:active,
  .cms-noroute-index .page-main .column.main a:hover {
    color: inherit;
    text-decoration: underline;
  }

  a:hover,
  a:focus,
  a:active .fa {
    text-decoration: none;
  }

  .breadcrumbs .container {
    margin-bottom: 0;
  }

  .catalog-category-view .breadcrumbs .container {
    padding: 0;
  }

  .breadcrumbs .items > li a:hover {
    color: #222;
    text-decoration: underline;
  }

  .alert {
    border-radius: 0px;
    -webkit-border-radius: 0px;
    -moz-border-radius: 0px;
    -o-border-radius: 0px;
  }

  .message > * {
    border-radius: 0px;
    -webkit-border-radius: 0px;
    -moz-border-radius: 0px;
    -o-border-radius: 0px;
  }
  input[type="text"],
  input[type="password"],
  input[type="url"],
  input[type="tel"],
  input[type="search"],
  input[type="number"],
  input[type="datetime"],
  input[type="email"] {
    width: 100%;
    margin-left: 0;
  }

  /* ++++++++++++++++ FOOTER ++++++++++++++++ */

  .bottom-footer-main {
    width: fit-content;
    margin: 0 auto;
    float: none;
    text-align: center;
  }

  .footer .middle-footer {
    padding: 60px 0 20px;
  }

  .footer .bottom-footer {
    padding-top: 0;
  }

  .footer .middle-footer ul.menu li {
    line-height: 20px;
  }

  .footer .middle-footer a {
    color: #2e2e2e;
    font-size: 13px;
  }

  .middle-footer h6.margin-bottom30 {
    margin-bottom: 10px;
    text-transform: uppercase;
    font-size: 13px;
  }

  .footer-title-mobile {
    display: none;
  }

  .middle-footer .logo img {
    max-width: 396px;
    width: 100%;
    margin: 0 auto;
    display: block;
    padding: 30px;
  }

  .header .logo-header .logo img {
    max-height: 75px;
    height: 75px;
    width: auto;
  }

@media (max-width: 600px) {
  #mbbx-container > div {
    max-height: calc(100% - 170px);
    margin-top: 30px;
  }
  .header .logo-header .logo img {
    max-height: 50px;
    height: 50px;
  }
}

  .footer-title-mobile h6::after {
    font-family: "Font-Awesome";
    position: absolute;
    right: 15px;
    content: "\f067";
  }

  .footer-title-mobile.collapsed h6::after {
  }

  .footer-title-mobile:not(.collapsed) h6::after {
    content: "\f068";
  }

  /*

  .fa-plus:before {
      content: "\f067";
  }
  .fa-plus:before {
      content: "\f067";
  }

  */

  .footer-title-mobile:hover,
  .footer-title-mobile:focus,
  .footer-title-mobile:active {
    text-decoration: none !important;
  }

  .footer-title-desktop {
    display: none;
  }

  .footer-title-desktop {
    display: block;
  }

  @media (max-width: 991px) {
    .middle-footer .logo {
      display: none;
    }

    .footer-title-mobile {
      display: block;
    }

    .footer-title-desktop {
      display: none;
    }

    .middle-footer {
      padding-top: 0 !important;
    }

    .middle-footer .col-sm-6 {
      width: 100%;
    }
  }

  .footer .middle-footer a:hover,
  .footer .middle-footer a:focus {
    color: inherit;
    text-decoration: underline;
  }

  .footer .block.newsletter {
    border-radius: 0;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    -o-border-radius: 0;
    border: 0;
    padding: 0;
  }

  .modal_newsletter_popup.modal-popup .pop-sletter-title:after {
    display: none;
  }

  .block-popup-subscribe .block-popup-top {
    height: 478px;
  }

  #newsletter-footer {
    width: 100%;
  }

  .footer .block.newsletter {
    border: 0;
    background-color: #ffffff;
  }

  .footer .block.newsletter .form.subscribe .actions .action.subscribe {
    padding: 0;
    margin-top: -1px;
    height: 38px;
    line-height: 36px;
  }

  .footer .block.newsletter .form.subscribe .actions .action.subscribe span {
    display: none;
  }

  .footer .block.newsletter .form.subscribe .actions .action.subscribe::before {
    font-family: "Pe-icon-7-stroke";
    content: "\e684";
    font-size: 37px;
  }

  .bottom-footer {
    background-color: #f6f6f8;
  }

  .bottom-footer .row {
    border-top: solid 1px #222;
    padding-top: 20px;
  }

  @media (min-width: 992px) {
    .middle-footer .menu {
      display: block !important;
    }

    .footer-title-desktop {
    }
  }

  @media (max-width: 991px) {
    .bottom-footer .row {
      margin-bottom: 90px;
    }
  }
  .middle-footer .menu {
    margin-bottom: 50px;
  }

  .middle-footer .row div:nth-child(2n),
  .middle-footer .row div:nth-child(4n) {
    margin-bottom: 0px !important;
  }

  .bottom-footer .row .copyright {
    display: none;
  }

  .bottom-footer .row .col-lg-6.col-md-5.col-sm-12.col-xs-12 {
    width: 100%;
  }

  .img-afip,
  .derechos-reservados,
  .img-solucionet {
    display: inline;
    /* position: relative;
    left: 75%; */
    /* falta acomodar para mobile */
  }

  .img-solucionet img {
    height: 25px;
    margin-left: 10px;
  }

  @media (max-width: 439px) {
    .img-solucionet img {
      margin-left: 0;
    }
  }

  .middle-footer .fa-facebook-f:before,
  .middle-footer .fa-facebook:before,
  .middle-footer .fa-instagram:before {
    font-size: 20px;
    margin-right: 10px;
  }

  .footer .middle-footer p {
    margin-bottom: 5px;
  }
  /* ++++++++++++++++ HEADER ++++++++++++++++ */
  /* .mega-menu-item .logo img{
      width: 16%;
      height: auto;
  } */

  /* .header .top-header-content .top-middle-header {
    background: url(https://tejidoslatinos.menze.la/media/wysiwyg/Vincha-web.gif);
    height: 28px;
    background-position: center;
    background-repeat: no-repeat;
  } */

  .top-middle-header img {
    max-width: 100%;
    max-height: 28px;
  }

  #mainMenu {
    font-family: "Muli" !important;
  }

  .menu-banner img {
    max-width: 100%;
  }

  .header .nav.nav-main-menu > li > a:hover {
    color: inherit;
  }

  .header .nav.nav-main-menu > li > a:hover span {
    border-bottom: 1.5px solid #222;
    padding-bottom: 5px;
  }

  .top-custom-link,
  .social-link {
    display: none;
  }

  .header .top-header-content .top-middle-header {
    padding: 3px;
    text-align: center !important;
    white-space: nowrap;
    width: fit-content;
    margin: 0 auto;
  }

  .middle-header-content .container-fluid {
    margin-top: 25px;
    margin-bottom: 25px;
  }

  .header .logo-left-header .logo img {
    height: auto;
    width: 80%;
    max-width: 195px;
  }

  .active-sticky.header .logo-left-header .logo img {
    width: auto;
    max-height: 60px;
  }
  .header.active-sticky .top-header-content {
    display: block;
  }

  .active-sticky.header .middle-header-content .container-fluid {
    margin-top: 0;
  }

  .middle-header-content > .container-fluid > .row > div:first-child {
    /* width: 20%; */
  }

  .header:not(.header6):not(.header7) .megamenu-content .nav-tabs > li + li + li {
    display: none;
  }

  .dropdown-toplinks .dropdown-menu {
    left: 0 !important;
  }

  @media (min-width: 1304px) {
    .middle-header-content .container-fluid {
      padding-left: 91px;
      padding-right: 91px;
    }

    .header:not(.header6):not(.header7)
      .navigation
      .nav-main-menu
      li.mega-menu-fullwidth:not(.menu-2columns)
      > ul.dropdown-menu {
      left: calc(-77px - (100vw / 5));
    }
  }

  @media (min-width: 768px) {
    .middle-container + .mobile-item-col {
      width: auto;
      float: right;
    }
  }

  @media (min-width: 1200px) {
    .middle-container {
      margin: 0 auto;
      flex-direction: row;
      width: max-content;
    }
    .middle-header-content .container-fluid .col-lg-3 {
      width: auto !important;
    }

    .shop_by_look .dropdown-menu {
      left: 0 !important;
    }
  }
  @media (max-width: 1200px) {
    .wanama-logo {
      display: none;
    }
    .logo-header.mobile-item-col {
      /* width: 60%; */
      /* padding-top: 10px; */
      width: calc(100% / 3);
    }
    .middle-header-content .container-fluid .row div:nth-child(5n) {
      /*width: 20%;*/
    }
  }

  .middle-header-content > .container-fluid > .row {
    margin: 0;
  }

  .middle-header-content .container-fluid {
    margin-top: 0;
    margin-bottom: 0;
  }

  .middle-header-content
    > .container-fluid
    > .row
    > [class*=" col-"]:not(.megamenu-content):first-child,
  .middle-header-content
    > .container-fluid
    > .row
    > [class*=" col-"]:not(.megamenu-content):last-child {
    padding-top: 10px;
    padding-bottom: 10px;
  }

  @media (max-width: 991px) {
    .middle-header-content
      > .container-fluid
      > .row
      > [class*=" col-"]:not(.megamenu-content):first-child,
    .middle-header-content
      > .container-fluid
      > .row
      > [class*=" col-"]:not(.megamenu-content):last-child {
      padding-top: 0;
      padding-bottom: 0;
    }
  }

  @media (min-width: 1200px) and (max-width: 1303px) {
    .middle-header-content .container-fluid {
      padding-left: 52px;
      padding-right: 52px;
    }

    .visible-lg.logo-left-header .logo {
      max-width: 160px;
    }
  }

  .wanama-logo {
    padding-left: 0;
    /* padding-top: 18px; */
    padding-top: 28px;
    width: auto;
  }

  .megamenu-content {
    width: auto;
  }

  .header, body:has(#active-builder) .top-panel {
    border-bottom: 1px solid;
    z-index: 999999 !important;
    position: fixed !important;
  }
  body:has(#active-builder) .top-panel {
    top: 0;
    width: 100%;
  }
  body:has(#active-builder) .header {
    top: 31px;
  }
  @media(max-width: 600px){
    #launcher {
       bottom: 70px !important;
    }
  }
  .header .top-header-content {
    color: #ffffff;
    min-height: 25px;
    font-size: 10.5px;
    background: #222;
    line-height: 1;
    display: flex;
    align-items: center;
  }
  .header .top-header-content .container-fluid {margin: 0 auto;}

  .top-middle-header {
    text-transform: uppercase;
  }

  .header .top-header-content .top-middle-header div::before {
    margin-right: 3px;
    background-image: url("../images/Iconos-Shipping (2).png");
    background-size: 16px 12px;
    display: inline-block;
    width: 16px;
    height: 12px;
    content: "";
  }

  .header .nav.nav-main-menu > li > a {
    padding: 30px 12px;
  }
  .bold-title span {font-family: 'Muli-Bold';}

  @media (max-width: 1200px) {
    .header .nav.nav-main-menu > li > a {
      padding: 30px 8px;
    }
  }

  .middle-container > div.col-lg-5 {
    padding: 0;
  }

  .menu-banner:after {
    border: 0;
  }

  @media (min-width: 1200px) {
    .header:not(.header6):not(.header7)
      .navigation
      .nav-main-menu
      li
      > .dropdown-menu {
      top: calc(100% + 1px);
    }
    .header:not(.header6):not(.header7)
      .navigation
      .nav-main-menu
      li.mega-menu-fullwidth:not(.menu-2columns)
      > ul.dropdown-menu {
      width: 100vw;
      left: calc(-43px - (100vw / 5));
      margin-left: 0;
      padding-top: 0;
      border: 0;
      /* transition: all 1s ease; */
      transition: none !important;
      transform: translateY(0);
      -webkit-transform: translateY(0);
    }
    .mega-menu-content .col-md-7 {
      padding-left: 200px;
    }
    .mega-menu-content span {
      color: #222;
    }
  }

  .mega-menu-content .static-content img {
    max-width: 100%;
  }

  .mm-two-img img {
    width: 50%;
    float: left;
  }

  .mm-one-img img {
    width: 100%;
  }

  /* header mobile */

  @media (max-width: 991px) {
    .middle-header-content .container-fluid {
      margin-top: 0px;
      margin-bottom: 0px;
      padding: 0;
    }
    .middle-header-content .container-fluid > .row {
      margin: 0;
      padding: 0 !important;
    }
    .middle-header-content {
      /* position: fixed;
      bottom: 0; */
      background-color: #fff;
      width: 100%;
    }
    .scroll-to-top {
      display: none;
    }
    .top-header-content .container-fluid .row .col-sm-6 {
      width: 100% !important;
    }
    .placeholder-header,
    .header.header2 {
      height: 90px;
    }
    #placeholder-header {
      display: block !important;
      margin-bottom: 1px;
    }
  }

  /* menu mobile */

  @media (max-width: 1199px) {
    .shop-by-look h5 {
      display: none;
    }
  }

  .wanama-logo-mobile {
    list-style-type: none;
    /* padding-left: 15px;
    padding-bottom: 10px; */
  }

  .wanama-logo-mobile a {
    color: #575757;
    font-size: 14px;
    padding: 10px 15px !important;
    display: block;
  }

  @media (max-width: 991px) {
    #mainMenu,
    .mega-menu-content {
      /* transform: rotate(180deg); */
    }

    .header:not(.header6):not(.header7) .nav-main-menu li {
      /* transform: rotate(-180deg); */
    }

    .megamenu-content {
      /* width: 100% !important; */
      background: transparent !important;
      height: auto !important;
      top: 0 !important;
      bottom: auto !important;
      min-height: 380px;
    }

    .nav-open .close-nav-button {
      top: 0;
      bottom: 15px;
      right: 1px;
      /* color: #222; */
    }

    @media (max-width: 1199px) {
      .nav-before-open .header .megamenu-content {
        -webkit-box-shadow: none;
        -moz-box-shadow: none;
        -ms-box-shadow: none;
        box-shadow: none;
      }
    }

    .megamenu-content,
    .minicart-wrapper.active .block-minicart {
      display: flex;
      flex-direction: column;
      /* justify-content: flex-end; */
    }

    .megamenu-content .nav-tabs {
      /* order: 2; */
      /* width: calc(100% - 40px); */
      border-bottom: 1px solid rgb(50 50 50 / 75%) !important;
    }

    .megamenu-content .nav-tabs,
    .megamenu-content .tab-content {
      background: #fff;
    }
    .megamenu-content .tab-content {
      /* -webkit-box-shadow: 0 0 5px 0 rgb(50 50 50 / 75%);
      -moz-box-shadow: 0 0 5px 0 rgba(50, 50, 50, 0.75);
      -ms-box-shadow: 0 0 5px 0 rgba(50, 50, 50, 0.75);
      box-shadow: 0 0 5px 0 rgb(50 50 50 / 75%); */
    }

    .minicart-wrapper .block-minicart {
      height: fit-content;
      top: 0;
      min-height: 380px;
    }

    .megamenu-content .tab-content,
    #minicart-content-wrapper {
      display: flex;
      flex-direction: column;
      max-height: calc(100vh - 70px);
      overflow: auto;
    }

    /* .megamenu-content .tab-content #main-Menucontent,
    .megamenu-content .tab-content #main-Accountcontent, */
    .minicart-wrapper .close-minicart {
      /* order: 2; */
    }

    .minicart-wrapper .block-content {
      padding-bottom: 20px;
    }

    /* #main-Accountcontent:not(.active) + .wanama-logo-mobile, */
    .minicart-wrapper .block-content {
      order: 1;
    }
  }

  @media (max-width: 1199px) {
    .header:not(.header6):not(.header7) .megamenu-content .nav-tabs > li > a {
      text-transform: uppercase;
      padding-bottom: 5px;
      margin-bottom: 20px;
      display: inline-block;
      background-color: #fff;
      color: #272727;
    }
    .header:not(.header6):not(.header7) .nav-main-menu li > a {
      border: 0;
      font-family: 'Muli-Bold';
      font-size: 16px;
    }

    .header:not(.header6):not(.header7)
      .megamenu-content
      .top-links
      li
      a:not(.no-display) {
      border: 0;
      text-transform: uppercase;
      display: inline-block;
      padding-left: 0;
      margin-left: 15px;
      padding-right: 0;
      margin-right: 15px;
      padding-bottom: 5px;
      margin-bottom: 10px;
      transition: none;
      -webkit-transition: none;
      -moz-transition: none;
      -o-transition: none;
    }
    .mobile-store-locator-link{
        display: block !important;
    }
    .mobile-store-locator-link a{
        padding-top: 23px !important;
    }
    .header:not(.header6):not(.header7) .megamenu-content .nav-tabs > li.mobile-store-locator-link > a:hover{
        border-bottom: none !important;
    }

    .widget.block.block-category-link,
    .mega-menu-content > .row > .col-md-1,
    .mega-menu-content br {
      display: none;
    }
    .mega-menu-content .sub-menu {
      padding-left: 15px;
    }
    .mega-menu-content .sub-menu .widget.block.block-category-link {
      display: block;
    }

    .header:not(.header6):not(.header7)
      .megamenu-content
      .nav-tabs
      > li.active
      > a,
    .header:not(.header6):not(.header7)
      .megamenu-content
      .nav-tabs
      > li
      > a:hover {
      border-bottom: 1px solid !important;
    }

    .header:not(.header6):not(.header7)
      .megamenu-content
      .top-links
      li
      a:not(.no-display):hover {
      border-bottom: 1px solid !important;
      margin-bottom: 9px;
    }
  }

  /* iconos menu usuario */

  .pe-7s-search:before {
    content: url("../images/Iconos-lupa.png");
  }

  .pe-7s-user:before {
    content: url("../images/Iconos-login.png");
    position: relative;
  }

  .header-wl a:before, .pe-7s-storelocator:before {
    content: url("../images/ubicacion.png");
  }
  .header-wl a:hover:before {
    border-bottom: 1px solid #000;
  }

  .pe-7s-like:before {
    content: url("../images/Iconos-favs.png");
  }

  .minicart-wrapper .action.showcart:before {
    content: url("../images/Iconos-carrito.png");
  }
  .header .search-form .actions-search .action-search:hover,
  .header .dropdown-toplinks .dropdown-toggle:hover,
  /* .header .header-wl a:hover, */
  .minicart-wrapper .action.showcart:hover:before,
  .minicart-wrapper .action.showcart:active:before {
    color: #222;
    border-bottom: 1px solid;
    margin-bottom: -1px;
    transition: none;
    -webkit-transition: none;
    -moz-transition: none;
    -o-transition: none;
  }

  /* .header .search-form .actions-search .action-search,
  .header .dropdown-toplinks .dropdown-toggle,
  .header .header-wl a,
  .minicart-wrapper .action.showcart:before,
  .minicart-wrapper .action.showcart:before {
    margin-bottom: 1px;
  } */

  /* ++++++++++++++++ BOTONES +++++++++++++ */

  #shipping-method-buttons-container .action,
  .payment-method-content .actions-toolbar .action,
  #shipping-method-buttons-container button.action,
  .payment-method-content .actions-toolbar button.action {
    background-color: #fff;
    border: 1px solid #222;
    margin-bottom: 10px;
  }

  button {
    transition: none;
    -webkit-transition: none;
    -moz-transition: none;
    -o-transition: none;
  }

  .modal-footer .btn + .btn {
    margin-left: 0;
  }

  #shipping-method-buttons-container .action-update,
  .payment-method-content .actions-toolbar .action-update,
  #shipping-method-buttons-container button.action-update,
  .payment-method-content .actions-toolbar button.action-update,
  #shipping-method-buttons-container .action-cancel,
  .payment-method-content .actions-toolbar .action-cancel,
  #shipping-method-buttons-container button.action-cancel,
  .payment-method-content .actions-toolbar button.action-cancel {
    color: #222;
  }

  #shipping-method-buttons-container .action:hover,
  .payment-method-content .actions-toolbar .action:hover,
  #shipping-method-buttons-container button.action:hover,
  .payment-method-content .actions-toolbar button.action:hover {
    color: #fff;
  }

  #checkoutSteps .action-edit-address {
    width: 100%;
    text-transform: uppercase;
    background-color: #fff;
    color: #222;
  }
  #checkoutSteps .action-edit-address:hover {
    background-color: #222;
    border-color: #222;
    color: #fff;
  }

  .btn:hover,
  .btn:focus,
  .btn:active {
    color: #222;
    border-color: #222;
    background-color: #ffffff;
  }
  .btn,
  .btn-cart {
    font-weight: 500;
    font-family: "Muli" !important;
    letter-spacing: 1.1px !important;
    border-radius: 0 !important;
    text-transform: uppercase;
  }

  .btn-default {
    background-color: #222;
    color: #ffffff;
    border-color: #222;
  }

  .btn-default:hover,
  .btn-default:focus,
  .btn-default:active,
  .btn-primary:hover,
  .btn-primary:focus,
  .btn-primary:active,
  .products-grid .product-item-info .product-top:hover .tocart.btn-cart:hover,
  .products-grid .product-item-info .product-top:hover .tocart.btn-cart:focus,
  .products-grid .product-item-info .product-top:hover .tocart.btn-cart:active,
  .actions-toolbar .action.primary:hover,
  .payment-option.discount-code
    .form-discount
    .actions-toolbar
    .action.action-apply:hover {
    /* background-color: #ffffff !important;
    color: #222 !important;
    border: 1px solid #222 !important; */
  }

  /* btns changed */
  .btn-secondary,
  .control .captcha-image img,
  .control .captcha-image button {
    /* background-color: #ffffff;
    color: #222;
    border-color: #222; */
    color: #fff;
    border-color: #222;
    background-color: #222;
  }

  /* btns changed */
  .btn-secondary.btn:hover,
  .btn-secondary.btn:focus,
  .btn-secondary.btn:active {
    /* color: #fff;
    border-color: #222;
    background-color: #222; */
    background-color: #ffffff;
    color: #222;
    border-color: #222;
  }

  .block-dashboard-orders .btn,
  .btn.back {
    width: 100%;
  }

  .control .captcha-image img,
  .control .captcha-image button {
    width: 200px;
  }

  .products.list .product-item-info .tocart.btn-cart {
    background-color: #e3e3e3;
    color: #000;
    border: 1px solid #e3e3e3;
    width: 100%;
  }

  @media (min-width: 768px) and (max-width: 991px), (min-width: 1200px) {
    .products-list .product-item-info .product-item-details .actions-link {
      position: absolute;
      bottom: 0;
      width: calc(100% - 30px);
    }
  }

  .products-list .product-item-info .product-item-details .actions-link {
    margin-top: 10px;
  }

  .products-grid .product-item-info .tocart.btn-cart {
    top: 87%;
  }

  .modal-popup.confirm .modal-footer .action-secondary,
  .modal-popup.confirm .modal-footer .action-primary {
    border-radius: 0;
    -webkit-border-radius: 0;
  }

  /* btns changed */
  .modal-popup.confirm .modal-footer .action-secondary {
    /* color: #222;
    border: 1px solid #222;
    background-color: #ffffff; */
    color: #fff;
    border: 1px solid #222;
    background-color: #222;
  }

  /* btns changed */
  .btn-default, .btn-secondary, .btn-secondary:hover, .btn-secondary:focus, .btn-secondary:active,
  .btn-default:hover, .btn-default:focus, .btn-default:active, .actions-toolbar .action.primary {
    border: 1px solid #222!important;
  }

  .action.tocart.btn-cart span.text {font-size: 12px;line-height: initial;}


  .modal-popup.confirm .modal-footer .action-secondary:hover {
    color: #222;
    border: 1px solid #222;
    background-color: #ffffff;
    /* color: #fff;
    border: 1px solid #222;
    background-color: #222; */
  }

  .modal-popup.confirm .modal-footer .action-primary:hover,
  .checkout-cart-index
    .cart-summary
    .checkout-methods-items
    .item
    .action.checkout:hover {
    color: #222;
    border: 1px solid #222;
    background-color: #ffffff;
  }

  .action {
    border-radius: 0px !important;
    -webkit-border-radius: 0px !important;
    -moz-border-radius: 0px !important;
    -o-border-radius: 0px !important;
  }

  .action.primary {
    border: 1px solid #222 !important;
  }

  /* ++++++++++++++++ LOGIN ++++++++++++++++ */

  .login-container.row > div:first-child {
    display: contents;
  }

  .login-container.row > div:nth-child(2n) {
    float: none !important;
    margin: 0 auto;
  }

  .block.block-new-customer .primary a {
    display: block;
  }

  .customer-account-login .main,
  .customer-account-create .main {
    display: flex;
    flex-direction: column;
  }

  .customer-account-create .form-create-account .title {
    text-align: center;
  }

  .customer-account-create
    .block.social-login-authentication-channel.account-social-login {
    margin-top: -20px;
  }
  @media (min-width: 768px) {
    .customer-account-create .form-create-account {
      width: 50%;
      margin: 0 auto;
    }

    .customer-account-create .form-create-account .actions-toolbar .col-sm-6 {
      width: 100%;
    }

    .customer-account-create
      .block.social-login-authentication-channel.account-social-login {
      margin-left: 0;
      margin-right: 0;
    }
  }

  .customer-account-create .actions-toolbar .action.back {
    color: #ffffff;
    background-color: #222;
  }

  .customer-account-create .actions-toolbar .btn-primary {
    color: #222;
    background-color: #ffffff;
    border-color: #222;
  }

  .customer-account-create .actions-toolbar .btn-primary:hover {
    color: #ffffff !important;
    background-color: #222 !important;
  }

  .block.social-login-authentication-channel.account-social-login {
    order: 2;
  }

  .block.social-login-authentication-channel.account-social-login
    .block-content
    .social-btn-actions-toolbar {
    display: block !important;
    width: 100%;
  }

  @media (min-width: 768px) {
    .customer-account-login .main .block.block-new-customer {
      margin-right: -15px;
      margin-left: -15px;
    }
    .block.block-customer-login,
    .block.social-login-authentication-channel.account-social-login
      .block-content,
    .block-new-customer .block-content {
      width: 60%;
      margin: 0 auto;
    }
    .block.social-login-authentication-channel.account-social-login {
      margin-right: -15px;
      margin-left: -15px;
    }
  }

  @media (max-width: 767px) {
    .customer-account-login .main .block.block-customer-login {
      margin-right: 15px;
      margin-left: 15px;
    }
  }

  #block-customer-login-heading,
  .block.block-new-customer .block-content,
  .block.block-new-customer .block-title,
  .block.block-customer-login .block-title {
    text-align: center;
  }

  #block-new-customer-heading {
    display: none;
  }

  /* HASTA ACA el login interior FALTA MOBILE*/

  .block-customer-login .form-group > div {
    display: inline;
  }

  .block-customer-login .form-group label,
  .fieldset.create.account .field.required label {
    /* text-transform: uppercase;
    text-align: right;
    width: calc(50% - 3px); */
  }

  .block-customer-login .form-group label::after {
    content: ":";
  }

  .fieldset.login input[type="text"],
  .fieldset.login input[type="password"],
  .fieldset.login input[type="url"],
  .fieldset.login input[type="tel"],
  .fieldset.login input[type="search"],
  .fieldset.login input[type="number"],
  .fieldset.login input[type="datetime"],
  .fieldset.login input[type="email"],
  .fieldset.create.account input[type="text"],
  .fieldset.create.account input[type="password"],
  .fieldset.create.account input[type="url"],
  .fieldset.create.account input[type="tel"],
  .fieldset.create.account input[type="search"],
  .fieldset.create.account input[type="number"],
  .fieldset.create.account input[type="datetime"],
  .fieldset.create.account input[type="email"] {
    /* width: 49%;
    margin-left: 20px; */
    /* REVISAR */
    /* width: calc(50% - 2px); */
    padding: 0;
  }

  .login-container .actions-toolbar > * {
    display: block;
  }

  .login-container .actions-toolbar button {
    width: 100%;
    margin-bottom: 10px;
  }

  .block-customer-login .remind {
    text-align: right;
  }

  /* olvidó pass */

  .form-password_forget {
    width: 50%;
    margin: 0 auto;
  }

  @media (max-width: 1200px) {
    .form-password_forget {
      width: 75%;
      margin: 0 auto;
    }
  }

  @media (max-width: 600px) {
    .form-password_forget {
      width: 90%;
      margin: 0 auto;
    }
  }

  .control.captcha {
    display: inline;
  }

  .control.captcha input#captcha_user_login {
    width: calc(50% - 10px);
    margin-left: 20px;
    height: 25px;
    line-height: 25px;
  }

  .field.captcha.required .label {
    /* text-align: right;
    width: 50%;
    display: inline-block; */
  }

  .control .captcha-image img,
  .control .captcha-image button {
    margin: 0 auto;
    display: block;
    margin-top: 20px;
  }

  .form-password_forget .form-group > div,
  .form-password_forget .field > div {
    /* display: inline-block;
    width: calc(50% - 25px); */
  }

  .form-password_forget label {
    /* text-transform: uppercase;
    text-align: right;
    width: 50%; */
    white-space: normal;
  }

  .form-password_forget .control input {
    /* width: calc(50% - 25%); */
    /* margin-left: 20px; */
    height: 25px;
    line-height: 25px;
    padding: 0;
  }

  @media (min-width: 768px) {
    .form.password.forget .field.captcha.required .nested {
      /* display: table-cell;
      position: relative;
      left: -50%; */
    }
  }

  @media (max-width: 767px) {
    .form-password_forget .control input,
    .form-password_forget label,
    .field.captcha.required .label {
      width: 100%;
      margin-left: 0;
      text-align: left;
    }
    .form-password_forget .form-group > div,
    .form-password_forget .field > div {
      width: 100%;
    }
  }

  /* crear cuenta (un poco está en login)*/
  .fieldset.create.account .field.required label {
    display: inline-block;
  }

  .fieldset.create.account .field.required .control {
    display: inline;
  }

  .password-strength-meter {
    /* text-align: right; */
    background: transparent;
    right: 17px;
  }

  input[type="text"],
  input[type="password"],
  input[type="url"],
  input[type="tel"],
  input[type="search"],
  input[type="number"],
  input[type="datetime"],
  input[type="email"] {
    border: 0;
    border-bottom: 1px solid;
    border-color: #222;
    height: 25px;
    line-height: 25px;
  }

  .field.required .form-control + .mage-error,
  .form-group.required .form-control + .mage-error,
  .field._required .form-control + .mage-error,
  .form-group._required .form-control + .mage-error,
  .field.required .input-text + .mage-error,
  .form-group.required .input-text + .mage-error,
  .field._required .input-text + .mage-error,
  .form-group._required .input-text + .mage-error {
    /* text-align: right; */
  }

  #mercadopago-payment-methods-ticket .mage-error {
    text-align: left;
  }

  /* LOGIN POP UP */
  #social-login-popup .social-login-title h2,
  #social-login-popup .social-login-title h3,
  #social-login-popup .social-login-title p {
    /* display: none; */
    color: #222;
    font-family: "Muli";
    text-align: center;
    padding: 0;
    font-size: 16px;
  }

  #social-login-popup .social-login-title {
    padding: 10px 20px;
  }
  #social-login-popup {
    max-height: 90vh;
  }

  #social-login-popup .social-login-title {
    background: transparent !important;
  }

  #social-login-popup .mfp-close {
    color: #222;
    font-family: "Muli";
    font-size: 20px;
    opacity: 1;
  }

  #social-login-popup .block-container .block,
  #social-login-popup .mp-social-popup .block,
  #social-login-popup #mp-popup-social-content .block
  {
    width: 100%;
  }

  #social-login-popup .mp-social-popup
  {
    width: 100%;
  }

  #social-login-popup #mp-popup-social-content .block
  {
    width: 100%;
    padding: 20px 25px;
    padding-top: 0;
  }

  .mfp-move-from-top .mfp-content {
    margin-top: 120px;
  }

  #social-login-popup > div.mp-social-popup.col-mp.mp-7 div.social-login-title
  {
    width: auto;
  }

  #social-login-popup .social-login #bnt-social-login-authentication,
  #social-login-popup .create .primary button,
  #social-login-popup .forgot .primary button {
    letter-spacing: 1.1px;
    height: 40px;
    border: 1px solid #222 !important;
    color: #fff;
    background-color: #222!important;
  }
  #social-login-popup .create .primary button,
  #social-login-popup .forgot .primary button {
    margin-bottom: 10px;
  }
  #social-login-popup .social-login #bnt-social-login-authentication:hover,
  #social-login-popup .create .primary button:hover
  {
    color: #000;
    border: 21x solid #000 !important;
    background-color: #fff !important;
  }

  #social-login-popup .forgot .primary button:hover {
    background-color: #fff !important;
  }
  .control .captcha-image button {
    border: 1px solid #222 !important;
  }

  #social-login-popup #mp-popup-social-content .btn-google .fa-google {
    background: transparent;
  }
  #social-login-popup #mp-popup-social-content .btn-google .fa-google::before {
    content: "\f1a0";
  }
/*   #social-login-popup #mp-popup-social-content .block {
    display: none;
  } */

  #social-login-popup
    .block-container
    .block.social-login-authentication-channel {
    padding-top: 0;
  }

  #social-login-popup
    .block-container
    .block.social-login-customer-authentication {
    padding-bottom: 0;
  }

  #social-login-popup .field > .control {
    /* display: inline; */
  }

  #social-login-popup .field > .label,
  .create.info .field > .label {
    /* text-transform: uppercase; */
    /* text-align: right; */
    /* width: calc(50% - 3px); */
    /* display: inline-block; */
    white-space: normal;
  }

  .create.info .field .control {
    /* display: inline; */
  }

  .create.info .field.choice .label {
    width: auto;
  }

  .create.info .field.choice {
    float: right;
  }

  #social-login-popup .fieldset.login .actions-toolbar .primary,
  #social-login-popup .fieldset.login .actions-toolbar .secondary {
    display: block;
  }

  #social-login-popup .fieldset.login .actions-toolbar .primary {
    text-align: center;
    margin-bottom: 10px;
  }

  #social-login-popup .fieldset.login .actions-toolbar .secondary {
    width: 100%;
    text-align: end;
    margin-bottom: 20px;
  }

  .actions-toolbar .action.primary {
    text-transform: uppercase;
    letter-spacing: 1.1px;
  }
  #social-login-popup .block-container .block .block-title {
    display: none;
  }

  #social-login-popup .block-container .block .block-title {
    border: 0;
    text-align: center;
  }

  .social-btn .btn-social {
    text-align: center;
    padding: 6px 12px 6px 12px;
    height: 40px;
    color: #222;
    background-color: #ffffff;
    border: 1px solid #222 !important;
    margin-top: 15px;
  }

  .btn-social > :first-child {
    position: inherit;
    border: 0;
    line-height: 20px;
    width: auto;
    background: transparent;
  }

  .btn-google .fa-google:before {
    content: "\f1a0";
  }

  .fa-facebook-f:before,
  .fa-facebook:before,
  .fa-instagram:before,
  .fa-google:before {
    font-size: 16px;
  }

  /* .btn-facebook:hover, */
  .social-btn .btn-social:hover {
    color: #ffffff;
    background-color: #222;
    border: 1px solid #222 !important;
  }

  #social-login-popup .social-login #bnt-social-login-authentication,
  #social-login-popup .forgot .primary button,
  #social-login-popup .create .primary button,
  #social-login-popup .fake-email .primary button {
    width: 100%;
  }

  #social-login-popup input[type="text"],
  #social-login-popup input[type="password"],
  #social-login-popup input[type="url"],
  #social-login-popup input[type="tel"],
  #social-login-popup input[type="search"],
  #social-login-popup input[type="number"],
  #social-login-popup input[type="datetime"],
  #social-login-popup input[type="email"],
  #social-login-popup input#firstname,
  #social-login-popup input#lastname,
  .create.info input#firstname,
  .create.info input#lastname {
    /* width: calc(50% - 2px); */
    margin-left: 0;
    height: 25px;
    line-height: 25px;
    padding: 0;
  }

  #social-login-popup input#firstname,
  #social-login-popup input#lastname {
    /* width: calc(50% - 2px); */
    /* margin-left: 10px; */
    height: 25px;
    line-height: 25px;
  }

  @media (min-width: 768px) {
    #social-login-popup .customer-name-fields .field {
      width: 100%;
    }
  }

  #social-login-popup .field.choice.newsletter {
    float: right;
    top: -25px;
  }

  #social-login-popup .field.choice.newsletter .label {
    width: auto;
  }

  #social-login-popup .fieldset.login .actions-toolbar a {
    font-size: 13px;
    color: #222;
  }
  /* .mfp-content {
    text-align: right;
  } */

  #social-login-popup .fieldset > .field:not(.choice) {
    margin-bottom: 25px;
  }
  .btn-secondary,
  .control .captcha-image img,
  .control .captcha-image button {
    text-transform: uppercase;
  }

  .fieldset > .field:not(.choice) {
    vertical-align: top;
  }

  /*+++++++++++++++++++++++++++ HOME ++++++++++++++++++++++++++++++++*/

  .owl-carousel .owl-nav > div {
    border: 0;
    color: #000;
    opacity: 1;
    visibility: visible;
  }

  .owl-carousel .owl-nav > div i{
    opacity: 1;
    visibility: visible;
  }

  .container-fluid,
  .container {
    margin-bottom: 15px;
  }

  .main .container-fluid,
  .main .container {
    margin-bottom: 10px;
  }

  @media (min-width: 992px) {
    .container {
      padding-left: 109px;
      padding-right: 109px;
    }

    .cms-recibimos-tu-contacto .container {
      padding-left: 109px !important;
      padding-right: 109px !important;
    }
  }

  .page-title-wrapper ~ .container > .row > div {
    padding-right: 10px !important;
    padding-left: 10px !important;
  }

  .container > .row > div {
    padding-right: 10px;
    padding-left: 10px;
  }

  .get-the-look .container > .row > div > .row {
    margin-top: -30px;
  }

  .summer-vibes .container > .row > div > .row {
    margin-top: -10px;
  }

  .owl-carousel .owl-nav > div:not(.disabled):hover {
    background-color: transparent;
    color: inherit;
  }
  .slider_mgs_carousel .owl-item .item-image {
    background-size: contain;
  }
  @media (max-width: 767px) {
    .slider_mgs_carousel .owl-item .item-image {
      min-height: auto;
    }
  }
  .width100 img {
    width: 100%;
  }

  .panel-block-row {
    /* margin-bottom: 50px; */
    margin-bottom: 20px;
  }

  .no-padding .panel-block-row {
    padding: 0;
  }

  .no-padding .panel-block-row > p > img {
    max-width: 100%;
  }
  .catalogsearch-result-index .content-heading h3.title{
      font-size: 18px;
      margin-top: 0;
  }
  .catalogsearch-result-index .content-heading::before {
      height: 1px;
      left:0;
      margin: 0 auto
  }
  @media(min-width:992px){
      .catalogsearch-result-index .container .caratula-seccion-home .container {
          padding-left: 20px;
          padding-right: 20px;
      }
  }

  .content-heading h3.title,
  .locales100 h3,
  .section-title-home {
    font-size: 30px;
    letter-spacing: 5px;
    text-transform: uppercase;
    font-family: "Baskerville" !important;
  }

  .content-heading h3.title:before,
  .content-heading h3.title:after {
    display: none;
  }

  .content-heading::before {
    position: relative;
    content: "";
    width: calc(100% - 30px);
    height: 2px;
    background: #222;
    top: 13px;
    left: 15px;
    display: block;
  }

  .content-heading {
    margin-bottom: 30px;
  }

  .content-heading h3.title {
    font-family: "Baskerville" !important;
    background-color: #ffffff;
    padding-left: 25px;
    padding-right: 25px;
  }

  @media (max-width: 767px) {
    .content-heading h3.title {
      padding-left: 15px;
      padding-right: 15px;
    }
  }

  .caratula-seccion-home h3 {
    font-size: 24px;
    letter-spacing: 5px;
    text-transform: uppercase;
    text-align: center;
    font-family: "Muli-Bold" !important;
    margin-top: 5px;
  }

  .caratula-seccion-home img {
    display: block;
    margin: 0 auto;
    max-width: 100%;
  }

  .caratula-seccion-home a:hover,
  .caratula-seccion-home a:active,
  .caratula-seccion-home a:focus {
    text-decoration: none;
  }

  .caratula-seccion-home a:hover h3,
  .caratula-seccion-home a:active h3,
  .caratula-seccion-home a:focus h3 {
    margin-bottom: -2px;
    border-bottom: 1px solid #222;
  }

  .panel-block-row,
  .carrusel-prod-home .products-grid.slider-1-row .owl-item {
    padding-left: 10.5px;
    padding-right: 10.5px;
  }

  .carrusel-prod-home .products-grid.row {
    margin-left: -10.5px;
  }

  .carrusel-prod-home .products-grid.row .product.product-item {
    margin-right: 1px;
  }
  .locales100 {
    /* background-color: #8c9ba9;
    padding: 20px; */
    padding: 0;
  }

  .locales100 img {
    max-width: 100%;
    margin: 0 auto;
    display: block;
  }

  .locales100 a:hover {
    text-decoration: none;
  }

  .locales100 > a > div {
    background-size: cover;
  }

  .locales100 h3,
  .locales100 a {
    text-align: center;
    color: #ffffff;
    line-height: 50px;
  }

  .locales100 h3.title::before {
    font-family: "Pe-icon-7-stroke";
    content: "\e638";
    margin-right: 10px;
  }

  /* Product top */

  .pe-7s-angle-right:before,
  .pe-7s-angle-left:before {
    font-weight: 100;
  }
  .product-top .mgs-quickview,
  .product-top .tocompare {
    display: none;
  }

  .pe-7s-like:before {
    font-size: 25px;
    color: #222;
  }

  .product-label.sale-label {
    background-color: #e10d14;
    color: #ffffff;
  }

  .product-label {
    font-size: 10;
    height: 16px;
    line-height: 16px;
    font-family: "Muli";
    text-transform: uppercase;
  }

  .product-label.multiple-label {
    margin-top: 0px;
    margin-right: 70px;
  }

  .product-label.new-label {
    background-color: #eda03a;
  }

  .price-box .special-price .price,
  .price-box .old-price .price {
    color: #222;
  }
  .catalog-category-view .price-box .old-price .price-wrapper {
    color: #878787;
    /* text-decoration: line-through; */
    /* text-decoration: underline;
    text-underline-offset: -45%;
    text-decoration-skip-ink: none; */
  }
  .catalog-category-view .sbl-old-price {
    /* text-decoration: line-through; */
    /* text-decoration: underline;
    text-underline-offset: -45%;
    text-decoration-skip-ink: none; */
    margin-right: 25px;
  }
  .catalog-product-view .price-box .old-price .price-wrapper {
    color: #878787;
    /* text-decoration: line-through; */
    /* text-decoration: underline;
    text-underline-offset: -55%;
    text-decoration-skip-ink: none; */
  }
  .catalog-product-view .sbl-old-price {
    /* text-decoration: line-through; */
    /* text-decoration: underline;
    text-underline-offset: -55%;
    text-decoration-skip-ink: none; */
    margin-right: 25px;
  }
  .price-box:has(.old-price) [data-price-type="finalPrice"] .price {
    color: #ec0101 !important;
  }
  .price-box .old-price .price {
    color: #222;
  }

  .block.products-grid .owl-carousel .owl-nav > div.owl-next {
    right: 22px;
  }

  .block.products-grid .owl-carousel .owl-nav > div.owl-prev {
    left: 12px;
  }

  .owl-carousel .owl-nav > div {
    font-size: 50px;
  }

  .related-product-main .owl-carousel .owl-nav > div,
  .upsell-products-list .owl-carousel .owl-nav > div,
  .brand-related-product .owl-carousel .owl-nav > div {
    opacity: 1;
    visibility: visible;
  }
  .related-product-main .owl-carousel,
  .upsell-products-list .owl-carousel,
  .brand-related-product .owl-carousel {
    width: calc(100% - 60px);margin: 0 auto;
  }

  .related-product-main .owl-carousel,
  .upsell-products-list .owl-carousel,
  .brand-related-product .owl-carousel {
    width: calc(100% - 60px);margin: 0 auto;
  }

  .related-product-main .owl-carousel .owl-nav > div.owl-next,
  .upsell-products-list .owl-carousel .owl-nav > div.owl-next,
  .brand-related-product .owl-carousel .owl-nav > div.owl-next {
    right: -20px;
  }

  .related-product-main .owl-carousel .owl-nav > div.owl-prev,
  .upsell-products-list .owl-carousel .owl-nav > div.owl-prev,
  .brand-related-product .owl-carousel .owl-nav > div.owl-prev {
    left: -30px;
  }

  /* lookbook */

  /* .lookbook-home {

  } */

  .lookbook-home.go-right .mgs-lookbook-container {
    float: right;
  }
  .lookbook-home.go-left .mgs-lookbook-container {
    float: left;
  }
  .lookbook-slider {
    max-width: 2000px;
    margin: 0 auto;
  }

  /* estos dos vuelven si vamos por un after */

  /* .pin-label::after {

      content:url('../images/estrella.png');
      text-indent: 0;
      display: block;
      line-height: initial;
      font-size: 17px;
  } */

  /* .pin-label {
      text-indent: -9999px;
      line-height: 0;
  } */

  .pin__icon--add,
  .pin__type--area {
    background-color: transparent !important;
    border: 0;
    background-color: #222 !important;
    /* esto vuela si vamos por un after */
    border: 1px solid #ffffff;
    /* esto vuela si vamos por un after */
  }

  @media (max-width: 767px) {
    .pin__icon--add,
    .pin__type--area {
      width: 20px !important;
      height: 20px !important;
      line-height: 20px !important;
      font-size: 7px;
    }
  }

  .popup__content.popup__content--product .detail {
    text-align: left;
    font-family: "Muli" !important;
  }

  .popup__content--product > div form {
    width: 100%;
    text-align: center;
  }

  .popup__content--product > div a:hover,
  .popup__content--product > div button.action.primary:hover {
    color: #222;
    text-decoration: underline;
  }

  .popup__content--product > div a {
    display: none;
  }

  .popup__content--product > div button.action.primary span,
  .popup__content--product > div a,
  .popup__content--product > div button.action.primary {
    letter-spacing: 1.1px;
    font-size: 13px;
  }

  @media (max-width: 767px) {
    .popup__content--product > div button.action.primary span,
    .popup__content--product > div a,
    .popup__content--product > div button.action.primary {
      display: block;
      text-align: left;
    }
  }

  .popup__content--product > div a,
  .popup__content--product > div button.action.primary {
    border: 0 !important;
  }

  @media (max-width: 992px) {
    .mgs-lookbook-container {
      margin-bottom: 50px;
    }
  }
  /* PRODUCT ITEM */

  .price,
  .price-box .price {
    font-family: "Muli" !important;
    color: #222;
  }

  .products-grid
    .product-item-info
    .product-item-details
    .product-item-name
    a:hover {
    color: inherit;
  }

  .products-grid .product-item-info .product-item-details .product-item-name {
    margin-bottom: 8px;
    text-align: left !important;
  }

  .products-grid .product-item-info .product-item-details .product-item-name a,
  .products-grid .product-item-info .product-item-details .price, .products-grid .product-item-info .product-item-details .price-box .price{
    font-size: 12px;
  }
  .products-grid .product-item-info .product-item-details .installments {
    font-size: 10px;
  }

  .category-product-cat-block .product.product-item {
    padding-right: 10.5px;
    padding-left: 10.5px;
  }

  .catalog-product-view .swatch-attribute .swatch-option {
    box-shadow: 0 0 0 1px rgba(0, 0, 0, 0.15);
    min-width: 28px !important;
    height: 28px !important;
    background-size: cover !important;
  }

  .swatch-option:hover,
  .swatch-option.selected {
    box-shadow: 0 0 0 3px rgba(0, 0, 0, 0.15);
  }

  .swatch-option.text {
    padding: 1px 3px;
    font-size: 9px;
    color: #222;
    border: 0;
  }

  .swatch-attribute .swatch-option {
    min-width: 19px;
    height: 19px;
  }

  .swatch-option.selected,
  .swatch-option:hover,
  .block.filter .swatch-option.image:hover {
    box-shadow: 0 0 0 3px #222 !important;
  }

  .swatch-option.selected:not(.text),
  .swatch-option:not(.text):hover {
    border: 1px solid #fff !important;
  }

  .product-info-main .swatch-option.text {
    font-size: 12px;
    padding: 0px 6px;
  }
  .swatch-option {
    box-shadow: 0 0 0 1px #222 !important;
    color: #222 !important;
  }
  .product-info-main .swatch-option {
    border: none;
  }

  /* .owl-stage .swatch-attribute.size {
    display: none;
  } */

  .catalog-category-view .products-grid .product .swatch-attribute.size.visibility-size {
    display: block;
    z-index: 999;
  }

  @media(max-width: 600px){
      /* .products-grid .product-item-info div[class^="swatch-opt-"] {
        display: none;
      } */
      .products-grid .product-item-info div[class^="swatch-opt-"] .swatch-attribute + .swatch-attribute.size{
        display: none;
      }
    }

  .summer-vibes .pe-7s-angle-right {
    margin-top: 3px;
    left: -15px;
    position: relative;
  }
  .summer-vibes .pe-7s-angle-left {
    margin-top: 3px;
    right: -15px;
    position: relative;
  }

  /* Page builder */

  .mfp-image-holder .mfp-close,
  .mfp-iframe-holder .mfp-close {
    width: 30px;
  }
  .catalog-product-view .mfp-image-holder {
    background-color: #fff;
  }

  /* MODAL */

  .modal-popup.confirm .action-close {
    top: 30px;
  }

  .modal-popup .action-close {
    right: 0;
    top: 0;
  }

  .modal_newsletter_popup.modal-popup .action-close,
  .modal_newsletter_popup.modal-popup .action-close:hover {
    background-color: transparent;
  }

  .modal_newsletter_popup.modal-popup .pop-sletter-title {
    min-height: 335px;
  }

  #newsletter-popup-validate-detail .newsletter,
  #newsletter-popup-validate-detail .actions {
    display: table-cell;
  }

  #newsletter-popup-validate-detail .actions {
    width: 1%;
  }

  #newsletter-popup .action-close {
    color: #fff;
  }

  .modal_newsletter_popup.modal-popup .newsletter-popup-form form .form-group {
    padding: 0 0 0 60px;
  }

  .modal_newsletter_popup.modal-popup
    .newsletter-popup-form
    form
    .form-group
    .control
    input {
    height: 36px;
  }
  .modal_newsletter_popup.modal-popup .newsletter-popup-form form .actions {
    padding: 0 60px 0 0;
  }
  .newsletter-popup-form {
    padding-top: 30px;
  }

  .modal_newsletter_popup.modal-popup .newsletter-popup-form form .checkbox {
    text-align: center;
  }

  .modal_newsletter_popup.modal-popup
    .newsletter-popup-form
    form
    .checkbox
    label {
    color: #fff;
    font-size: 12px;
  }

  .modal_newsletter_popup.modal-popup
    .newsletter-popup-form
    form
    .checkbox
    label
    input {
    margin-top: 4px;
  }

  .modal_newsletter_popup.modal-popup .newsletter-popup-form .action.subscribe {
    margin: 0;
    padding: 0;
    margin-top: -1px;
    height: 37px;
    line-height: 36px;
    background-color: #222;
    color: #fff;
  }

  .modal_newsletter_popup.modal-popup
    .newsletter-popup-form
    .action.subscribe:hover {
    background-color: #fff;
    color: #222;
    border-color: #222;
  }

  .modal_newsletter_popup.modal-popup
    .newsletter-popup-form
    .action.subscribe::before {
    font-family: "Pe-icon-7-stroke";
    content: "\e684";
    font-size: 37px;
  }

  .modal_newsletter_popup.modal-popup
    .newsletter-popup-form
    .action.subscribe
    span {
    display: none;
  }

  .modal-popup .action-close:before {
    color: #222;
    background-color: transparent;
    width: 33px;
    height: 33px;
    border: 0;
    line-height: 20px;
  }

  .modal-popup.confirm .action-close:before {
    font-size: 30px;
    padding-top: 5px;
  }

  .modal-popup.confirm .modal-inner-wrap .modal-content {
    font-style: inherit;
  }

  /* +++++++++++++++++++++++++++ MI CUENTA +++++++++++++++++++++++ */
  body.account .nav.item.current,
  .account-nav-content .nav.item:hover {
    border-left: 4px solid;
  }
  body.account .current > a,
  body.account .current > strong,
  .account-nav-content .nav.item:hover > a,
  .account-nav-content .nav.item:hover > strong {
    margin-left: 11px !important;
  }
  @media(min-width:768px){
    body.account #maincontent > .row > div {
      margin-top: 40px;
    }
  }
  body.account .main .block,
  .table-wrapper.orders-history,
  .amasty_rma-account-history .amreturns-order-select,
  .amasty_rma-account-history .amrma-table-container {
    box-shadow: 0 3px 5px -2px #e3e3e3, 0 0 1px 0 #f0f0f0;
    padding: 35px;
    background: #f6f6f8;
    margin-bottom: 30px;
  }
  .table-order-items.table tr th,
  .table-order-items.table tr td{
    border: 0 !important;
  }
  .table-order-items.table thead tr,
  .table-order-items.table tbody tr {
    border: 0 !important;
    border-bottom: 1px solid #ddd !important;
  }
  .table-order-items tr th {
    text-transform: inherit !important;
  }
  .table-order-items tr .col.shipping,
  .table-order-items th.col.actions {
    display: none;
  }
  .table-order-items .col.actions .action {
   float: left;
  }
  .account.sales-order-view ul.items.order-links{
    display: none;
  }
  .order-details-items .table-wrapper tfoot tr td {
    text-align: right;
  }
  body.account .main .block .box {
    border: 1px solid #e3e3e3;
    padding: 15px;
    display: flex;
    flex-direction: column;
    margin-top: 0 !important;
  }
  @media(min-width:768px){
    body.account .main .block .box {
      width: calc(50% - 10px);
    }
    .table thead tr th, .table tbody tr th, .table tfoot tr th, .table thead tr td, .table tbody tr td, .table tfoot tr td{
      padding: 15px 0;
    }
  }
  body.account .main .block.block-addresses-list > .block-content {
    /* border: 1px solid #e3e3e3;
    padding: 15px;
    display: flex;
    flex-direction: column;
    margin-top: 0 !important; */
  }
  .table-additional-addresses-items .action.delete {
    color: red;
  }
  .account .column.main .block:not(.widget) .block-content .box:nth-child(even) {
    float:right;
    margin-left: auto;
  }
  .account .column.main .block:not(.widget) .block-content > .row,
  .account .column.main .block:not(.widget) .block-content.row {
    display: flex;
    flex-wrap: wrap;
    margin: 0;
  }
  body.account .main .block .box .box-content {
    height: 100%;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
  }
  body.account .main .block .box .box-actions {
    margin: auto 0 0;
  }
  body.account .main .block .box .action.change-password::before,
  body.account .main .block .box .action.edit::before {
    content: '\f044';
    font: normal normal normal 14px/1 FontAwesome;
    color: #00006f;
  }
  body.account .main .block .box .box-actions .btn,
  body.account .main .block .box .box-content .btn{
    margin-left: 0;
    margin-top: 10px;
    display: inline-block;
    background: transparent;
    color: #222;
    padding: 0;
    border: 0 !important;
    text-transform: inherit;
    text-align: left;
    font-size: 14px;
  }
  body.account .main .block {
    margin-bottom: 30px;
    margin-top: 0;
  }
  body.account .main .block.block-addresses-list {
    margin-right: -15px;
    margin-left: -15px;
  }
  body.account .main .block .block-title {
    margin: 0 0 15px;
    font-size: 20px;
  }
  body.account .actions-toolbar .action.back {
    width: 100%;
    text-align: left;
    display: flex;
    line-height: 36px;
    padding: 0;
    text-transform: inherit;
    border: 0 !important;
    color: #222 !important;
    background-color: transparent !important;
    font-size: 14px;
  }
  body.account .actions-toolbar .action.back::before {
    content: "←";
    font-size: 16px;
    margin-right: 5px;
  }
  body.account .sidebar .block .block-title .title {
    text-transform: inherit;
    display: block;
    font-family: 'Muli-Bold' !important;
  }
  body.account .sidebar .block .block-title .title i{
    display: none;
  }
  body.account .block-title--myac h3 {
    font-size: 18px;
    line-height: 1.428;
  }
  body.account .block-title--myac.status h3,
  body.account .block-title--myac.date h3 {
    font-size: 16px;
  }
  .sidebar .block .block-title .title {
    margin-bottom: 20px;
    padding: 0;
  }
  body.account .main .block .block-title--myac {
    display: flex;
    justify-content: space-between;
    align-items: center;
  }
  body.account .main .block .block-title--myac .action {
    background: transparent;
    color: #222;
    border: 0 !important;
    text-transform: none;
    height: auto;
    width: auto;
    padding: 0;
    font-size: 14px;
  }
  .table-order-items .col.id,
  .table-order-items .col.date {
    text-align:left;
  }
  .table-order-items .col.shipping,
  .table-order-items .col.total,
  .table-order-items .col.status,
  .table-order-items .col.actions,
  .table-order-items .col.sku,
  .table-order-items .col.price,
  .table-order-items .col.qty,
  .table-order-items .col.subtotal {
    text-align:right;
  }
  .table-order-items.recent .col.actions .action{
    float: right;
  }
  .table-order-items.history .col.actions {
    padding-left: 25px;
    max-width: 130px;
  }
  @media(max-width:1280px){
    .table-order-items.history .col.actions {
      max-width: 200px;
    }
  }
  @media(max-width:1090px){
    .table-order-items.history .col.actions {
      text-align: center;
    }
    .table-order-items.history .col.actions a {
      float:none;
    }
  }
  @media(max-width:991px){
    .table-order-items.history .col.actions {
      max-width: 100%;
    }
  }
  @media(min-width:759px) and (max-width:767px){

  }
  @media(min-width:759px) and (max-width:991px){
    .table-order-items .col.actions .action {
      float: left !important;
    }
    .table-order-items.history .col.actions {
      text-align: right;
    }
  }
  .sales-order-view .table-footer {
    border: 1px solid #e3e3e3;
  }
  .table-footer * {
    background-color: transparent;
  }
  .sales-order-view .table-footer,
  .sales-order-view .table-footer table{
    width: 100%;
  }
  .sales-order-view .table-footer > tbody > tr > td{
    width: 50%;
    padding: 20px;
  }
  @media (max-width: 991px) {
    .sales-order-view .table-footer > tbody > tr > td{
      width: 100%;
    }
    .table-footer .empty {
      display: none;
    }
  }
  .order-details-items .table-wrapper .table-footer tr.grand_total th strong,
  .order-details-items .table-wrapper .table-footer tr.grand_total td strong  {
    font-size: 18px;
  }
  .order-details-items .table-wrapper .table-footer tbody tr td {
    text-align: right;
  }
  .sales-order-view .block-content > .row {
    flex-direction: column;
  }
  .sales-order-view .block-content > .row > div {
    width: 100%;
    display: flex;
    padding: 0;
  }
  .account.customer-address-index .actions-toolbar {
    margin-bottom: 0;
    margin-top: 20px;
  }
  .account.customer-address-index .actions-toolbar > div {
    display: inline-block;
  }
  .account.customer-address-index .actions-toolbar .primary {
    float: right;
  }
  .account.customer-address-index .actions-toolbar .action.primary {
    width: auto;
  }
  .field > .label, .form-group > .label, .field > label, .form-group > label {
    display: block;
    width: 100%;
  }
  select:not([multiple]), select.form-control:not([multiple]), select.input-text:not([multiple]) {
    background-color: transparent;
  }
  .amreturns-select-title {
    font-size: 18px;
    line-height: 1.428;
  }
  @media (min-width: 992px) {
    .order-details-items .table-wrapper tfoot tr th {
      padding-left: 50%;
    }
    body.account #maincontent > .row > div {
      padding-right: 15px !important;
      padding-left: 15px !important;
    }

    body.account #maincontent {
      padding-left: 119px;
      padding-right: 119px;
    }

    body.account #maincontent .account-nav {
      padding-left: 10.5px;
      padding-right: 10.5px;
    }
  }

  .customer-account-create .field-name-firstname,
  .customer-account-create .field-name-lastname {
    width: 100%;
  }

  @media (max-width: 991px) {
    body.account #maincontent > div.row {
      display: flex;
      flex-direction: column;
    }

    body.account #maincontent > div.row .column.main {
      order: 2;
    }

    body.account #maincontent > div.row .sidebar-main {
      order: 1;
      margin-bottom: 20px;
    }
  }

  .sidebar .content.account-nav-content {
    /* border-top: 1px solid #e5e5e5;
    border-left: 1px solid #e5e5e5;
    border-right: 1px solid #e5e5e5; */
    box-shadow: 0 3px 5px -2px #e3e3e3, 0 0 1px 0 #f0f0f0;
  }

  .sidebar .content.account-nav-content .nav.item {
    /* border-bottom: 1px solid #e5e5e5; */
    border-bottom: none;
    background: #f6f6f8;
  }

  .account-nav-content .nav > li > a:hover,
  .account-nav-content .nav > li > a:focus {
    /* border-bottom: 1px solid; */
    background-color: transparent;
    /* margin-bottom: 4px; */
  }

  .account-nav-content .nav > li > a,
  .account-nav-content .nav > li > strong {
    transition: none;
    -webkit-transition: none;
    -moz-transition: none;
    -o-transition: none;
    color: #222;
    /* text-transform: uppercase; */
  }

  .sidebar .block .block-title .title {
    text-transform: uppercase;
    display: none;
  }

  .sidebar .block .block-title .title:after {
    display: none;
  }

  .account-nav-content .nav > li > strong,
  .account-nav-content .nav > li > a {
    position: relative;
    display: inline-block;
    padding: 10px 0px;
    /* padding-top: 10px; */
    margin-right: 15px;
    /* padding-bottom: 0px; */
    margin-left: 15px;
    /* margin-bottom: 5px; */
  }
  /* .account-nav-content .nav > li > strong {
    border-bottom: 1px solid;
  } */

  /* @media (min-width: 1200px) {
    body.account .sidebar.sidebar-main.col-lg-3 {
      width: 30%;
    }
    body.account .column.main.col-lg-9 {
      width: 70%;
    }
  }

  @media (min-width: 992px) {
    body.account .sidebar.sidebar-main.col-md-3 {
      width: 30%;
    }
    body.account .column.main.col-md-9 {
      width: 70%;
    }
  } */

  .my-account-main .box-actions .action {
    display: block;
  }

  .my-account-main .btn.btn-xs {
    margin-left: 0;
    margin-top: 10px;
  }

  .my-account-main .edit {
    display: block;
  }

  .block-dashboard-addresses {
    margin-bottom: 30px;
  }

  .form-edit-account .action {
    margin-bottom: 10px;
    width: 100%;
  }

  .field.password-info a {
    color: #222;
  }

  .field.password-info a:hover {
    text-decoration: underline;
  }

  .form-edit-account .password .control,
  .form-edit-account .password .label {
    width: 49%;
    display: inline-block;
  }
  .form-edit-account .password .new.password .label {
    vertical-align: top;
    margin-top: 15px;
  }
  /* .form-edit-account .label {
    text-align: right;
  } */

  .form-edit-account .label span {
    vertical-align: middle;
  }

  .actions-toolbar .save {
    margin-right: 0;
    width: auto;
    margin-bottom: 10px;
  }
  /* mis direcciones */

  .items.addresses .actions .action {
    width: 100%;
    margin-left: 0 !important;
    margin-bottom: 10px;
  }

  .items.addresses .actions .edit,
  .items.addresses .actions .delete:hover {
    color: #222 !important;
    background-color: #fff !important;
  }

  .items.addresses .actions .delete,
  .items.addresses .actions .edit:hover {
    color: #fff !important;
    background-color: #222 !important;
  }

  .form-address-edit .form-group > div,
  .form-address-edit .field > div,
  .form-orders-search .field .control {
    /* overflow: hidden; */
    display: block;
    /* padding: 0 4px 0 10px; */
  }
  .form-newsletter-manage .field.choice > input {
    top: 2px;
  }
  .form-newsletter-manage .additional_info strong {
    font-family: "Muli-Bold" !important;
  }
  .form-address-edit .actions-toolbar,
  .form-edit-account .actions-toolbar,
  .form-newsletter-manage .actions-toolbar{
    margin-top: 20px;
    margin-bottom: 0;
    width: 100%;
    display: inline-block;
  }
  @media(min-width:768px){
    .form-address-edit .actions-toolbar .primary,
    .actions-toolbar .save {
      float: right;
    }
  }
  .form-edit-account .actions-toolbar .primary,
  .form-newsletter-manage .actions-toolbar .primary{
    width: 100%;
  }

  .form-address-edit .actions-toolbar .back,
  .form-edit-account .actions-toolbar .back,
  .form-newsletter-manage .actions-toolbar .back{
    width: auto !important;
  }

  .form-address-edit label,
  .form-orders-search .field .label {
    /* text-transform: uppercase; */
    float: left;
    /* text-align: right;
    width: 40%; */
  }

  .form-address-edit label span,
  .form-orders-search .field .label span,
  .form-edit-account .field .label span {
    vertical-align: middle;
    font-family: 'Muli-Bold';
  }

  .form-address-edit .field.choice.set label span,
  .form-edit-account .field.choice.set label span {
    margin-left: 20px;
  }

  .form-address-edit .field input:not(.checkbox),
  .form-address-edit .field select,
  .form-edit-account .field input:not(.checkbox),
  .form-edit-account .field select,
  .form-address-edit .field textarea,
  .form-orders-search .field .control input,
  .form-orders-search .field .control select {
    /* margin-left: 20px; */
    height: 25px;
    line-height: 25px;
    width: 100%;
    color: #222;
    padding: 0;
    padding-right: 10px;
  }

  @media (min-width: 768px) {
    .form-orders-search .field {
      width: calc(50% - 3px);
      display: inline-block;
    }
  }

  .form-orders-search .submit {
    width: 100%;
  }

  .form-address-edit .field.field-name-lastname,
  .form-address-edit .customer-name-fields .field .control {
    /* padding-left: 4px; */
  }
  .form-address-edit .field.field-name-lastname input#lastname {
    /* margin-left: 6px; */
  }

  .form-address-edit .field select {
    text-align-last: left;
  }

  .form-address-edit .row.customer-name-fields {
    margin-left: 0;
    margin-right: 0;
  }

  .form-address-edit .row.customer-name-fields .field {
    padding-left: 0;
    padding-right: 0;
  }

  .form-address-edit .action.save {
    display: block;
    width: 100%;
  }
  .form-address-edit .label[for="new_field"],
  .form-address-edit input[name="reference_note"],
  div[name="shippingAddress.custom_attributes.reference_note"],
  div[name="shippingAddress.reference_note"] {
    display: none !important;
  }
  .legend {
    border: 0;
    font-size: 20px;
  }

  .block-title--myac h3,
  .account-sub-title {
    font-weight: 500;
    text-transform: none;
    font-family: 'Muli-Bold' !important;
  }

  .form-address-edit .fieldset:nth-child(2n) .legend {
    /* border-top: 1px solid #e5e5e5;
    padding-top: 25px;
    width: 95.5%; */
  }
  .form-address-edit .fieldset .legend span {
    font-family: 'Muli-Bold' !important;
  }
  .form-address-edit .field.observaciones {
    width: 100%;
  }

  .form-address-edit .legend + br {
    display: none;
  }
  /* .form-address-edit .customer-name-fields {
    margin-right: 15px;
    margin-left: 15px;
  } */
  .form-address-edit,
  .form-edit-account,
  .form-newsletter-manage {
    display: flex;
    flex-wrap: wrap;
    box-shadow: 0 3px 5px -2px #e3e3e3, 0 0 1px 0 #f0f0f0;
    padding: 35px;
    background: #f6f6f8;
  }
  .form-edit-account,
  .form-newsletter-manage {
    flex-direction: column;
  }
  .form-address-edit input,
  .form-address-edit select,
  .form-edit-account input,
  .form-edit-account select {
    background-color: transparent;
  }
  .form-address-edit  .field.choice > input,
  .form-edit-account  .field.choice > input {
    position: relative;
    left: 0;
    bottom: auto;
    top: 23px;
    margin-top: 0;
  }

  @media(min-width:768px){
    .form-edit-account .fieldset {
      width: 50%;
    }
    .form-address-edit .fieldset {
      width: calc(50% - 15px);
    }
    .form-address-edit .fieldset:nth-child(2n -1) {
      margin-right: 15px;
    }
    .form-address-edit .fieldset:nth-child(2n) {
      margin-left: 15px;
    }
    .form-address-edit .fieldset + .fieldset {
      margin-top: 0;
    }
  }

  @media (min-width: 600px) {
    .form-address-edit .field,
    .form-edit-account .field {
      /* width: calc(50% - 3px);
      display: inline-block;
      padding-right: 25px !important; */
      width:100%;
    }
    .form-address-edit .field.street {
      position: relative;
      top: 10px;
    }
  }
  @media (max-width: 599px) {
    .form-address-edit .field {
      width: 100%;
      display: inline-block;
    }
    .form-address-edit .actions-toolbar {
      padding-right: 0;
    }
    .form-address-edit .field.field-name-lastname input#lastname {
      margin-left: 0;
    }
  }

  /* .customer-name-fields .field {
    margin-bottom: 20px;
  } */

  .form-address-edit .customer-name-fields input {
    width: 100%;
  }

  .field .label {
    white-space: normal;
    /* text-transform: uppercase; */
  }
  .field.street .control .field label,
  .form-group.street .control .field label {
    display: inline-block;
  }
  /* MINICART +++*/

  .minicart-items .product-item .product.actions .primary a:before {
    font: normal normal normal 14px/1 FontAwesome;
    content: "\f040";
  }

  .minicart-items .product-item .product.actions .primary span,
  .minicart-items .product-item .product.actions .secondary span {
    display: none;
  }

  .minicart-items .product-item .product.actions .secondary a:before {
    font: normal normal normal 14px/1 FontAwesome;
    content: "\f1f8";
  }

  .minicart-items .product-item .details-qty.qty .cart-item-qty {
    /* border-radius: 0; */
    border: 1px solid #222;
  }

  .minicart-items .product-item .details-qty.qty .update-cart-item {
    border-radius: 0;
    border: 1px solid #222;
    text-transform: uppercase;
    font-family: "Muli";
    letter-spacing: 1.1px;
    padding: 0 10px;
    font-size: 10px;
  }

  .minicart-items .product-item .details-qty.qty .update-cart-item:hover,
  .minicart-items .product-item .details-qty.qty .update-cart-item:focus,
  .minicart-items .product-item .details-qty.qty .update-cart-item:active {
    background-color: #ffffff;
    color: #222;
    border: 1px solid #222;
  }

  .minicart-items .product-item .product.actions .action {
    border-radius: 0;
    background-color: transparent;
  }

  .minicart-items .product-item .product.actions .action:hover {
    background-color: transparent;
    /* text-decoration: underline; */
    border-color: #ffffff;
    border: 0;
    color: #222;
  }

  .minicart-items .product-item .product.actions .action {
    border: 0;
  }

  .minicart-items .product-item .product-item-details .product-item-name a:hover {
    color: #222;
    text-decoration: underline;
  }

  .minicart-items .product-item .product.actions {
    position: relative;
    opacity: 1;
    visibility: visible;
    transform: none;
    -webkit-transform: none;
    -moz-transform: none;
    -o-transform: none;
    left: -84px;
    top: -25px;
  }

  .minicart-items .product-item .product.actions .action:after {
    display: none;
  }

  .minicart-items .product-item .product.actions .action span {
    position: inherit;
    width: 100%;
  }

  .minicart-items .product-item .product.actions .action {
    width: 100%;
  }

  @media(max-width:767px){
    .minicart-items .product-item .product.actions .secondary {
      width: 40px;
    }
  }

  .minicart-items .product-item:hover .product > .product-item-photo:after {
    opacity: 0;
  }

  /* FAVORITOS +++++*/
  .box-tocart .field.qty > .control {
    /* border-radius: 0;
    border: 0;
    border-bottom: 1px solid #222; */
    width: 100%;
  }

  textarea,
  textarea.form-control,
  textarea.input-text {
    width: 100%;
    resize: none;
  }
  .products-grid.wishlist .product-item-info .box-tocart .field.qty {
    width: 100%;
    margin-bottom: 10px;
  }

  .products-grid.wishlist
    .product-item-info
    .box-tocart
    .field.qty
    > .control
    .input-text,
  .product-item-actions,
  .product-item-actions .btn,
  .block-addresses-default .action.edit,
  .actions-toolbar .action.add {
    width: 100%;
  }

  .actions-toolbar .action.add {
    margin-bottom: 10px;
  }

  /* btns changed */
  .actions-toolbar .action.back {
    width: 100%;
    text-align: center;
    display: block;
    line-height: 36px;
    text-transform: uppercase;
    /* border: 1px solid #222;
    color: #222;
    background-color: #ffffff; */
    border: 1px solid #222 !important;
    color: #fff !important;
    background-color: #222 !important;
  }

  /* btns changed */
  .actions-toolbar .action.back:hover {
    /* border: 1px solid #222 !important;
    color: #fff !important;
    background-color: #222 !important; */
    border: 1px solid #222 !important;
    color: #222 !important;
    background-color: #ffffff !important;
  }

  .captcha-reload:hover {
    border: 1px solid #222 !important;
    color: #fff !important;
    background-color: #222 !important;
  }

  .actions-toolbar .back {
    margin-left: 0;
  }
  .fa-shopping-cart:before {
    margin-right: 3px;
  }

  .actions-toolbar {
    margin-bottom: 20px;
  }

  #wishlist-view-form .actions-toolbar span {
    white-space: break-spaces;
  }

  @media (min-width: 1362px) {
    #wishlist-view-form .actions-toolbar .row {
      /* display: grid;
      grid-auto-flow: column; */
      padding: 0 10px !important;
      margin-right: -15px !important;
      margin-left: -15px !important;
    }
    #wishlist-view-form .actions-toolbar .col-sm-4 {
      padding-right: 10px !important;
      padding-left: 10px !important;
    }
    .goback-to-multiwishlist {
      margin: 0px 2px;
    }
  }
  @media (min-width: 768px) {
    #wishlist-view-form .actions-toolbar .col-sm-4 {
      /* width: 100%; */
      padding-right: 5px;
      padding-left: 5px;
    }
    #wishlist-view-form .actions-toolbar {
      margin-left: -4px;
      margin-right: -4px;
    }

    #wishlist-view-form .actions-toolbar .col-sm-4 button {
      padding: 0 5px;
    }

    #wishlist-view-form .actions-toolbar .col-sm-4 span {
      font-size: 10px;
    }

    #wishlist-view-form .actions-toolbar .row {
      margin: 0;
    }

    #wishlist-view-form .actions-toolbar .col-sm-4.margin-top15 {
      margin-bottom: 15px;
    }

    #wishlist-view-form .actions-toolbar .action {
      margin-bottom: 0;
      height: 100%;
    }

    #wishlist-view-form .actions-toolbar .row::before,
    #wishlist-view-form .actions-toolbar .row::after {
      display: none;
    }
  }

  .products-grid.wishlist
    .product-item-info
    .box-tocart
    .field.qty
    > .control
    .input-text {
    height: 40px;
  }

  .wishlist-shared-index #wishlist-table .action.tocart {
    width: 100%;
    border: 1px solid #222;
    background-color: #222;
    color: #fff;
    display: inline-block;
    text-align: center;
    margin-bottom: 5px;
    padding: 0px 10px;
  }

  .wishlist-shared-index #wishlist-table .action.tocart:hover {
    border: 1px solid #222;
    background-color: #fff;
    color: #222;
  }

  .wishlist-shared-index #wishlist-table .action.towishlist span {
    margin: 0 auto;
    display: block;
    text-align: center;
  }

  @media (min-width: 768px) {
    .wishlist-shared-index #wishlist-table td.actions {
      display: grid;
      grid-auto-flow: column;
      gap: 5px;
      grid-auto-columns: 1fr;
    }
  }

  .wishlist-shared-index #wishlist-table .action span {
    line-height: 36px;
    font-family: "Muli" !important;
    letter-spacing: 1.1px;
    text-transform: uppercase;
  }

  @media (max-width: 499px) {
    .wishlist-shared-index #wishlist-table .action.towishlist span {
      display: none;
    }
    .wishlist-shared-index #wishlist-table .action.towishlist:before {
      display: block !important;
    }
  }
  .wishlist-shared-index #wishlist-table .action.towishlist:before {
    display: none;
    font-family: "Pe-icon-7-stroke";
    content: "\e642";
    font-size: 28px;
    text-align: center;
  }

  .wishlist.table-wrapper + .actions-toolbar .action.primary {
    width: 100%;
  }

  .wishlist-shared-index #wishlist-table .product.photo {
    display: block;
  }

  .wishlist-shared-index .form.shared.wishlist a:not(.back) span,
  .wishlist-shared-index .form.shared.wishlist a:not(.back) {
    color: #222;
  }

  .wishlist-shared-index .form.shared.wishlist a:not(.back):hover span,
  .wishlist-shared-index .form.shared.wishlist a:not(.back):hover {
    text-decoration: underline;
  }

  .products-grid.wishlist .product-item-info .product-item-name a:hover {
    color: #222;
    text-decoration: underline;
  }

  /* pop up agregaste */

  /* .success-ajax--popup .popup__table .popup__table-col .popup__column--media {
      padding: 0 0 0 20px;
  }

  .success-ajax--popup .popup__table .popup__table-col {
      padding: 0;
  }

  .success-ajax--popup .popup__table .popup__table-col .popup__column--result {
      padding: 40px 20px 40px;
  } */

  .success-ajax--popup .mfp-close {
    right: 0;
    background-color: transparent;
  }

  /* CARRITO */

  .checkout-cart-index .content-heading h3.title,
  .catalog-product-view .content-heading h3.title {
    font-size: 20px;
  }

  .totals-tax {
    display: none;
  }

  .checkout-cart-index #shopping-cart-table tbody tr td.col.qty .control.qty {
    color: #222;
    border: 1px solid #222;
    flex-wrap: wrap;
    width: 105px;
  }

  .checkout-cart-index
    #shopping-cart-table
    tbody
    tr
    td.col.qty
    .control.qty
    div.mage-error {
    order: 1;
    flex: 0 1 100%;
  }

  .checkout-cart-index
    #shopping-cart-table
    tbody
    tr
    td.col.item
    .product-item-details
    .product-item-name
    a:hover,
  .checkout-cart-index
    #shopping-cart-table
    tbody
    tr
    td.col.item
    .product-item-details
    .product-item-name
    a:focus {
    color: #222;
    text-decoration: underline;
  }

  .cart.main.actions #empty_cart_button,button.action.update.btn.btn-default {
    display: none;
  }

  .checkout-cart-index .checkout-extra {
    padding-left: 0;
    border: 0;
  }

  .checkout-cart-index .block.crosssell {
    margin-top: 0;
  }

  .shopping-cart-bottom #block-discount .content {
    padding: 25px 20px;
    min-height: 0;
  }
  .shopping-cart-bottom #block-discount {
    border: 1px solid #efefef;
  }

  @media (max-width: 991px) {
    .checkout-cart-index .checkout-extra {
      min-height: 0;
    }
  }
  @media (min-width: 992px) {
    .shopping-cart-bottom #block-discount {
      -webkit-box-ordinal-group: 1;
      -moz-box-ordinal-group: 1;
      -ms-flex-order: 1;
      -webkit-order: 1;
      order: 1;
      width: 100%;
    }

    .shopping-cart-bottom .cart-crossell-container {
      -webkit-box-ordinal-group: 2;
      -moz-box-ordinal-group: 2;
      -ms-flex-order: 2;
      -webkit-order: 2;
      order: 2;
      overflow: visible;
      width: 100%;
      margin-top: 50px;
    }
    /* .shopping-cart-bottom .content-heading::before {
      top: 154px;
    } */

    .shopping-cart-bottom .checkout-extra {
      display: -webkit-box;
      display: -webkit-flex;
      display: flex;
      -webkit-box-orient: vertical;
      -webkit-flex-direction: column;
      flex-direction: column;
      -webkit-box-align: start;
      -webkit-align-items: flex-start;
      align-items: flex-start;
    }
  }

  .class-custom-banner-checkout img {
    max-width: 100%;
  }

  .grand.totals strong {
    font-size: 16px;
  }

  .payment-option-content {
    display: block !important;
  }

  .payment-option.discount-code .payment-option-title:after {
    display: none;
  }

  .payment-option.discount-code .payment-option-title {
    cursor: default;
  }

  .shopping-cart-bottom #discount-coupon-form .field {
    width: 65%;
    display: inline-block;
    margin-bottom: 0;
  }

  #discount-form .payment-option-inner,
  .payment-option-inner {
    display: inline-block;
    width: 65%;
  }

  #discount-form .control .input-text,
  #discount-coupon-form #coupon_code {
    height: 40px;
  }

  #discount-coupon-form .btn {
    width: 100%;
  }

  #discount-form .payment-option-inner .control {
    padding-left: 0;
    padding-right: 10px;
  }

  #discount-form .action-cancel {
    border: 1px solid #222;
    text-transform: uppercase;
    padding: 9px 0px;
    width: 100%;
  }

  #discount-form .payment-option-inner label[for="discount-code"] {
    padding: 0;
    display: none;
  }

  #discount-form .payment-option-inner label[for="discount-code"] span {
    display: none;
  }

  .shopping-cart-bottom #discount-coupon-form .actions-toolbar,
  #discount-form .actions-toolbar {
    width: 35%;
    float: right;
    display: inline-block;
    margin-bottom: 0;
    padding-left: 15px;
  }

  #discount-form .actions-toolbar .primary {
    margin-top: 0;
  }

  .checkout-cart-index .page-title-wrapper {
    display: block !important;
  }

  .fieldset.coupon .btn {
    padding: 0;
  }
  @media (max-width: 767px) {
    #discount-form .payment-option-inner,
    .payment-option-inner,
    .shopping-cart-bottom #discount-coupon-form .actions-toolbar,
    #discount-form .actions-toolbar,
    .shopping-cart-bottom #discount-coupon-form .field {
      width: 50%;
    }

    .checkout-cart-index
      #shopping-cart-table
      .cart.item
      tr
      td.col:not(.item)::before {
      display: inline;
    }
    .checkout-cart-index #shopping-cart-table .cart.item tr td {
      padding: 8px 10px !important;
      text-align: end;
    }
  }
  /* BUSCADOR */

  .catalogsearch-result-index .page-title-wrapper h1,
  .catalogsearch-result-index .page-title-wrapper .h1,
  .catalogsearch-result-index
    .page-title-wrapper
    > .container
    .page-header
    .base {
    line-height: 25px !important;
    font-size: 15px;
  }
  .catalogsearch-result-index #layered-filter-block.with-filters .block-content.filter-content {
      top: 100px !important;
    }

  .header .search-form .form-search {
    background: transparent;
    background: #fff;
    bottom: inherit;
  }

  .header .search-form .form-search .form.minisearch .input-text {
    color: #222;
    border-bottom: 1px solid;
    width: 50%;
    margin: 15px auto;
    background-color: #ffffff;
    position: inherit;
    display: inline;
    height: 25px;
    line-height: 25px;
    font-size: 13px;
  }

  .header .search-form .form-search .form.minisearch .input-text::before {
    content: url(../images/Iconos-lupa.png);
  }

  .header .search-form .form-search .form.minisearch .row {
    margin-top: 15px;
  }
  @media (min-width: 992px) {
    .search-open .header .search-form .form-search {
      margin-top: 105px;
      border-top: 1px solid #222;
      height: 100px;
    }
  }
  .search-open .header .search-form .form-search {
    height: 100px;
  }
  .search-open {
    /* pointer-events: none; */
  }

  #search_mini_form {
    pointer-events: all;
  }

  /* .active-sticky .search-open .header .search-form .form-search {
    margin-top: 84px;
  } */

  @media (min-width: 600px) {
    .search-open .header .search-form .form-search {
      /*margin-top: calc(100vh - 185px);*/
      /*margin-top: calc(var(--vh, 100vh) * 100 - 185px);*/
      border-top: 0;
      border-bottom: 1px solid #222;
    }
  }

  @media (max-width: 599px) {
    .search-open .header .search-form .form-search {
      margin-top: 90px;
      /* margin-top: calc(100vh - 163px); */
      /*margin-top: calc(var(--vh, 100vh) * 100 - 163px);*/
      border-top: 0;
      border-bottom: 1px solid #222;
    }
  }

  .search-open .header.active-sticky .search-form .form-search {
    margin-top: 84px;
  }

  .header .search-form .form-search .form.minisearch {
    margin-top: 0;
    padding: 0;
    text-align: center;
    max-width: 100%;
  }

  .header .search-form .form-search .form.minisearch .pe-7s-search {
    vertical-align: bottom;
    margin-bottom: -3px;
  }

  .header .search-close {
    color: #222;
    font-size: 30px;
    width: auto;
    height: 22px;
    vertical-align: bottom;
    position: initial;
    display: inline;
    margin-top: 0px;
  }

  .header .search-close:hover {
    color: #222;
    transform: none;
    -webkit-transform: none;
  }

  .header .search-form .form-search .form.minisearch .button {
    opacity: 1;
    visibility: visible;
    display: inline;
    background: #fff;
    border: 0;
  }

  #search_mini_form .mgs-instant-search-dropdown .title {
    text-align: left;
  }

  #search_mini_form .mgs-instant-search-dropdown {
    right: 0;
    left: 0;
    width: 100%;
  }
  /* #search_mini_form .mgs-instant-search-dropdown .mgs-instant-autocomplete-wrapper .title .see-all {
    position: absolute;
    right: 25%;
    float: none;
  } */

  .products-list
    .product-item-info
    .product-item-details
    .product-item-name
    a:hover,
  .products-list
    .product-item-info
    .product-item-details
    .product-item-name
    a:focus,
  #search_mini_form
    .mgs-instant-search-dropdown
    .mgs-instant-autocomplete-wrapper
    ul.list.items
    a:hover {
    color: #222;
    text-decoration: underline;
  }

  #search_mini_form
    .mgs-instant-search-dropdown
    .mgs-instant-autocomplete-wrapper
    ul.list.items
    a {
    color: #222;
  }

  #search_mini_form
    .mgs-instant-search-dropdown
    .mgs-instant-autocomplete-wrapper
    .title
    .see-all {
    color: #222;
  }

  #search_mini_form
    .mgs-instant-search-dropdown
    .mgs-instant-autocomplete-wrapper
    .title
    > span {
    font-family: "Muli-Bold";
    font-size: 21px;
  }

  .products-list .product-item-info .product-item-details .product-item-name,
  #search_mini_form
    .mgs-instant-search-dropdown
    .mgs-instant-autocomplete-wrapper
    .product-items
    .product-item-details
    .product-info-price
    .price-box,
  #search_mini_form
    .mgs-instant-search-dropdown
    .mgs-instant-autocomplete-wrapper
    ul.list.items {
    text-align: left;
  }

  #search_mini_form
    .mgs-instant-search-dropdown
    .mgs-instant-autocomplete-wrapper
    .title {
    background-color: #fff;
  }

  #search_mini_form
    .mgs-instant-search-dropdown
    .mgs-instant-autocomplete-wrapper {
    padding-left: 25%;
    padding-right: 25%;
    border-bottom: 1px solid #222;
  }

  #search_mini_form
    .mgs-instant-search-dropdown
    .mgs-instant-autocomplete-wrapper
    .title
    > span,
  #search_mini_form
    .mgs-instant-search-dropdown
    .mgs-instant-autocomplete-wrapper
    .title
    .see-all:hover,
  #search_mini_form
    .mgs-instant-search-dropdown
    .mgs-instant-autocomplete-wrapper
    .title
    .see-all
    span,
  #search_mini_form
    .mgs-instant-search-dropdown
    .mgs-instant-autocomplete-wrapper
    .title
    .see-all:hover
    span {
    color: #222;
  }

  /* Store locator */
  .store-list-container .search-form {
    display: none;
  }

  @media (max-width: 991px) {
    .store-list-container > .row {
      display: flex;
      flex-direction: column;
    }
    .store-list-container > .row .col-md-4 {
      order: 1;
    }
    .store-list-container > .row .col-md-8 {
      order: 0;
      margin-bottom: 20px;
    }
  }

  .store-list-container
    .store-list
    > .items
    .stores
    li
    .store-content
    .description
    h4
    a:hover {
    text-decoration: underline;
    color: #222 !important;
  }

  /* ++++++++++++++ CATEGORIA ++++++++++++ */
  /*.catalog-category-view*/

  .catalog-category-view .page-title-wrapper {
    display: none;
  }
  .catalog-category-view .swatch-attribute[data-attribute-code="color"] .swatch-attribute-options {
    position: relative;
  }
  .catalog-category-view .products.wrapper .swatch-attribute[data-attribute-code="color"] .swatch-attribute-options .swatch-option {
    border: 1px solid black !important;
  }
  .catalog-category-view .products.wrapper .swatch-attribute[data-attribute-code="color"] .swatch-attribute-options .swatch-option.selected,
  .catalog-category-view .products.wrapper .swatch-attribute[data-attribute-code="color"] .swatch-attribute-options .swatch-option:hover {
    overflow: visible;
  }


  .catalog-category-view #product-wrapper .swatch-attribute[data-attribute-code="color"] .swatch-option.selected:not(.text)::after,
  .catalogsearch-result-index #product-wrapper .swatch-attribute[data-attribute-code="color"] .swatch-option.selected:not(.text)::after,
  .catalog-category-view #product-wrapper .swatch-attribute[data-attribute-code="color"] .swatch-option:not(.text):hover::after,
  .catalogsearch-result-index #product-wrapper .swatch-attribute[data-attribute-code="color"] .swatch-option:not(.text):hover::after {
      display: table;
      content: " ";
      width: 18px;
      height: 18px;
      background-color: transparent;
      border: 1px solid #000;
      border-radius: 50%;
      position: absolute;
      left: -4px;
      top: -4px;
  }
  /* grande a la izquierda 12n-8
  grande a la derecha 12n-2*/

  /* @media (min-width: 768px) {
    .products-grid ol.products .item.product:nth-child(12n-8),
    .products-grid ol.products .item.product:nth-child(12n-2) {
      width: calc(100% / 3 * 2);
    }

    .products-grid
      ol.products
      .item.product:nth-child(12n-8)
      .mpproductlabel-label,
    .products-grid
      ol.products
      .item.product:nth-child(12n-2)
      .mpproductlabel-label {
      display: none !important;
    }

    .products-grid ol.products .item.product:nth-child(12n-2) {
      float: right;
    }
  } */

  /* CUCARDAS VM */
  /*
  @media(max-width:767px){
    .products-grid
    ol.products
    .item.product
    .mpproductlabel-label {
    display: none !important;
  }
  } */
  /* .product-image-photo.img-thumbnail {
    min-width: auto;
  } */
  .box-design-labels .mpproductlabel-text-label{position: initial;}
  .product-options-bottom .box-design-labels {display: none !important;}
  @media (max-width: 333px) {
    .products-grid .product-item-info .tocart.btn-cart .text {
      font-size: 12px;
    }
    .products-grid .product-item-info .product-top:hover .tocart.btn-cart {
      padding: 0px 11px;
      height: 30px;
    }
  }
  .products-grid .product-item-info .product-top:hover a.photo:after {visibility: hidden;}

  .products-grid .product-item-info .product-top:hover .tocart.btn-cart {
    transform: translate(-50%, -100%);
  }

  @media (max-width: 767px) {
    .products-grid .product-item-info .tocart.btn-cart .text {
      display: block;
    }
    .products-grid .product-item-info .tocart.btn-cart .icon {
      display: none;
    }
    .products-grid .product-item-info .tocart.btn-cart {
      width: auto;
      padding: 0 25px;
      height: 40px;
      line-height: 1;
      display: none;
    }
  }

  .products-grid .product-item-info {
    margin-bottom: 25px;
  }

  /* .filter-toggle .pe-7s-edit:after {
    content: "Filtrar y ordenar";
    font-size: 12px;
  } */
  /* .category-product-actions .filter-toggle {flex: 1} */
  .category-product-actions .filter-toggle a.title,
  .category-product-actions .filter-toggle a.title span {
    display:flex;
    align-items: center;
  }
  .category-product-actions {
    justify-content: center;
  }
  html:not(.filter-open) .category-product-actions.sticky {
    position: fixed;
    z-index: 9990;
    left: 0;
    background-color: rgba(255, 255, 255, 0.8);
    top: 100px;
    left: 50%;
    transform: translate(-50%, 0);
  }
  @media(min-width:992px){
    #layered-filter-block.with-filters .block-content.filter-content {top:151px}
    .page-layout-1column .block.filter .block-content.filter-content {
        transition: transform 300ms;
        -webkit-transition: transform 300ms;
        -moz-transition: transform 300ms;
        -o-transition: transform 300ms;
    }
    .category-product-actions.sticky {
        position: fixed;
        z-index: 9990;
        left: 0;
        background-color: rgba(255, 255, 255, 0.8);
        top: 100px;
        left: 50%;
        transform: translate(-50%, 0);
      }
    .category-product-actions.sticky ~ #layered-filter-block .block-content.filter-content {
        /*position: fixed;
        top: 84px;
        left: 0;
        width: 100vw;*/
      }
  }
  .catalog-category-view.page-layout-1column .category-product-actions .filter-toggle {
    width: auto;
  }
  .category-product-actions .filter-toggle .pe-7s-edit:before {
    /* content: "\e659";
    font-family: "Pe-icon-7-stroke"; */
    content: url("../images/config.svg");
    font-size: 24px;
    /* position: relative; */
    top: 8px;
    /* transform: rotate(90deg); */
    margin-right: 5px;
    height: 24px;
    width: 24px;
  }
  @media(max-width: 991px){
    .category-product-actions .filter-toggle .pe-7s-edit:before {
      /* display: none; */
    }
    .category-product-actions .filter-toggle {
      /* border: 1px solid;
      justify-content: center;
      margin-right: 10px; */
    }
    .category-product-actions .filter-toggle .title > span {
      font-size: 12px;
    }
  }

  .toolbar .form-item-select:after {
    content: "\e688";
    font-family: "Pe-icon-7-stroke";
    font-size: 30px;
    position: relative;
    top: 0;
    right: 25px;
    line-height: 40px;
  }

  .page-layout-1column .category-product-actions .filter-toggle .title > span {
    -moz-transform: none;
    -ms-transform: none;
    -o-transform: none;
    -webkit-transform: none;
    font-family: "Muli";
    font-size: 14px;
    letter-spacing: normal;
  }

  .toolbar-products > * > * {
    border-radius: 0px !important;
    -webkit-border-radius: 0px !important;
    -moz-border-radius: 0px !important;
    -o-border-radius: 0px !important;
    border: 0 !important;
    /* float:right; */
  }
  .toolbar .pages .pagination .item{
    padding: 0 5px;
  }
  .pagination>li>a, .pagination>li>span,
  .pagination>li>a:hover, .pagination>li>span:hover{
    border: none;
    padding: 0;
    background-color: transparent;
    margin: 0;
    text-align: center;
    line-height: 38px;
    color: #5b5b5b;
    font-size: 14px;
  }
  .toolbar .pages .pagination .item a,
    .toolbar .pages .pagination .item div,
    .toolbar .pages .pagination .item span,
    .toolbar .pages .pagination .item a:hover,
    .toolbar .pages .pagination .item div:hover,
    .toolbar .pages .pagination .item span:hover{
    color: #a7a7a7;
    }
.toolbar .pages .pagination .item.current span{
    color: #5b5b5b;
}
  .toolbar .pages .pagination .item a.next::before,
  .toolbar .pages .pagination .item a.last::before,
  .toolbar .pages .pagination .item .page.next::before,
  .toolbar .pages .pagination .item .page.last::before{
    font-family: "Pe-icon-7-stroke";
    content: "\e684";
    font-size: 55px;
  }
  .toolbar .pages .pagination .item a.previous::after,
  .toolbar .pages .pagination .item a.first::after,
  .toolbar .pages .pagination .item .page.previous::after,
  .toolbar .pages .pagination .item .page.first::after
  {
    font-family: "Pe-icon-7-stroke";
    content: "\e686";
    font-size: 55px;
  }
  .item.pages-item-previous {
    margin-right: -20px;
  }
  .item.pages-item-first {
    margin-right: -30px;
  }
  .item.pages-item-next {
    margin-left: -20px;
  }
  .item.pages-item-last {
    margin-left: -30px;
  }
  .toolbar-products .modes > * {
    float: right;
  }
  .item.pages-item-first span{
    position: absolute;
    left: 14px;
    font-size: 24px;
    line-height: 33px;
  }
  .item.pages-item-last span {
    position: absolute;
    font-size: 24px;
    line-height: 33px;
    left: 35px;
}
div.page.first,
div.page.previous,
div.page.last,
div.page.next {
  line-height: 38px;

}
.item.pages-item-last div span {
  position: relative;
  left: -25px;
  top: -17px;
  font-size: 24px;
  line-height: 33px;
}
.item.pages-item-first div span {
  position: relative;
  font-size: 24px;
  line-height: 55px;
  left: 20px;
  top: -17px;
}

  .toolbar .modes .modes-mode {
    padding: 0 2px;
  }

  .category-product-actions * {
    /* text-transform: uppercase; */
  }

  .category-product-actions, .col-switcher {display: flex;}
  .col-switcher .btn {
      background: transparent;
      color: #222;
      border: 0 !important;
      box-shadow: none;
      padding: 0 10px;
      line-height: 40px;
  }
  .col-switcher .btn .btn-group>.btn:first-child {border-right: 1px solid #222 !important;}

  select {
    text-align-last: left;
    border: 0 !important;
    border-bottom: 1px solid #222 !important;
  }
  option {
    /*direction: rtl;*/
  }

  .toolbar .modes {
    display: none;
    -webkit-flex: none;
    -ms-flex: none;
    flex: none;
    position: absolute;
    right: -3px;
  }

  /* .toolbar-products .toolbar-sorter.sorter {
    position: relative;
    right: 35px;
    margin-right: 30px;
  } */

  .swatch-option-link-layered .swatch-option {
    float: none;
    display: inline-block;
  }

  .swatch-option-link-layered .swatch-option:not(.color) {
    box-shadow: none !important;
    border-radius: 0;
  }

  .swatch-option-link-layered .swatch-option.text,
  .swatch-option-link-layered .swatch-option .label {
    font-size: 12px;
    padding-top: 0 !important;
  }

  .swatch-option-link-layered .swatch-option:not(.color):before {
    content: "";
    border: 1px solid #222;
    width: 15px;
    height: 15px;
    display: inline-block;
    position: relative;
    top: 3px;
    margin-right: 5px;
  }

  .swatch-option-link-layered {
    display: block;
    line-height: 0;
  }

  .block.filter
    .block-content.filter-content
    .filter-options-item
    .filter-options-title:before,
  .block.filter
    .block-content.filter-content
    .filter-options-item
    .filter-options-title:after {
    display: none;
  }

  .toolbar .modes .modes-mode.mode-list:after,
  .toolbar .modes .modes-mode:after {
    font-size: 20px;
    vertical-align: sub;
  }

  .toolbar select {
    font-size: 14px;
    padding: 0 15px 0 15px;
  }
  .toolbar .sorter {
      display: flex;
      justify-content: flex-end;
  }
  .toolbar .form-item-select {display: flex;}
  .toolbar .sorter .sorter-action {
    margin-left: 10px;
    padding: 0px 5px;
    margin-top: -25px;
    display: none !important;
  }

  .toolbar .limiter {
    display: none;
  }

  .category-product-actions > * {
    height: 100%;
    font-size: 12px;
  }

  .filter-toggle,
  .toolbar-products,
  .toolbar-sorter,
  .form-item-select,
  .toolbar .sorter .sorter-options,
  .toolbar .sorter .sorter-action {
    height: 40px;
  }

  .page-layout-1column .category-product-actions .filter-toggle .title > span {
    vertical-align: super;
  }

  .catalog-category-view.page-layout-1column .category-product-actions .filter-toggle,
  .catalogsearch-result-index.page-layout-1column .category-product-actions .filter-toggle{
      display: flex;
      align-items: center;
  }

  .page-layout-1column .category-product-actions .filter-toggle .title {
    /* top: -1px;
    position: relative; */
    transition: none;
    -webkit-transition: none;
    -moz-transition: none;
    -o-transition: none;
  }

  .toolbar-products #sorter {
    /* top: -15px;
    position: relative; */
    border: 0 !important;
    font-size: 12px;
  }

  @media (max-width: 1199px) and (min-width: 992px) {
    .page-layout-1column .category-product-actions .toolbar-products {
      /* width: 80%; */
    }
  }

  .page-layout-1column .category-product-actions .toolbar-products {display:none;width: 100%;margin-right:5px}

  @media (max-width: 991px) {
    .toolbar-products .toolbar-sorter.sorter {
      right: 0px;
      margin-right: 0px;
    }
  }

  @media (max-width: 767px) {
    .toolbar-products .toolbar-sorter.sorter {
      right: 0px;
      margin-right: 0px;
    }
  }

  @media (max-width: 767px) {
    .toolbar select {
      /* max-width: 100%; */
    }
    .toolbar-products #sorter {
      position: unset;
    }
    .toolbar .form-item-select:after {
      position: absolute;
      right: 0;
    }
    .toolbar .sorter .sorter-action {
      margin-top: 0;
    }
  }

  .swatch-color-label {
    vertical-align: baseline;
    line-height: 18px;
    display: inline;
    position: relative;
    bottom: 3px;
  }

  /* filtro al 100% */

  .swatch-attribute-options .col-xs-6 {
    width: 100%;
  }

  .page-layout-1column .block.filter .block-content.filter-content {
    top: 41px;
    bottom: auto;
    position: absolute;
    border-top: 1px solid;
    width: 100vw;
    left: -94px;
    padding: 0 84px;
  }

  .page-layout-1column
    .search.results
    .block.filter
    .block-content.filter-content {
    top: 0;
  }

  .filter-open
    .page-layout-1column
    .search.results
    .category-product-actions
    .filter-toggle
    > a.title::before {
    top: 45px;
  }

  .mgs-filter-active ~ #layered-filter-block > .block-content.filter-content {
    top: 141px;
  }
  @media (min-width: 992px) {
    .order-selected {
      display: none !important;
    }
  }
  .mobile-filter-actions input {
    text-transform: none;
    border: 1px solid #222 !important;
    padding: 0 35px;
  }
  .mobile-filter-actions input:hover, .mobile-filter-actions input.clicked {
    text-transform: none;
    background-color: #222;
    color: #fff;
    padding: 0 35px;
  }
  .mobile-filter-actions {
    display: flex;
    justify-content: flex-end;
    gap: 5px;
    background: #fff;
  }
  @media (max-width: 991px) {
    main {
      overflow: hidden;
    }
    .sorte-title.open .order-selected {
      display: none;
    }
    .sorte-title:not(.open) .order-selected {
      display: block;
    }
    .filter-open
      .page-layout-1column
      .block.filter
      .block-content.filter-content {
      left: 0;
      padding: 0;
      position: fixed;
      top: 0;
      z-index: 9999999;
      height: 100vh;
      height: var(--app-height);
      border: 0;
    }
    .block.filter .block-content.filter-content #narrow-by-list {
      height: 100vh;
      padding: 0;
      margin: 0;
      /* max-height: none; */
      margin-left: 16px;
      overflow-y: auto;
      overflow-x: hidden;
      display: flex;
      flex-direction: column;
    }
    .block.filter .block-content.filter-content .filter-options-item{
      order: 2;
    }
    .block.filter .block-content.filter-content .product_list_order {
      order: 1;
      margin: 0 !important;
      width: 100% !important;
    }
    .sorte-title {
      margin: 0 !important;
    }
    .block.filter .block-content.filter-content .filter-options-item .filter-options-title,
    .sorte-title {
        padding: 14px 8px 11px 0 !important;
        line-height: 22px;
        font-size: 12px !important;
        transform: none !important;
        text-transform: none !important;
    }
    .mobile-filter-actions {
      display: flex !important;
      position: fixed;
      bottom: 0;
      width: 100vw;
      right: 0;
      padding: 20px;
      gap: 5px;
      background: #fff;
      z-index: 99999;
    }

    /* .filter-options > #view-results {
      display: none;
    } */
    .mobile-filter-actions input {
      padding: 0 !important;
      flex: 1;
    }
    #view-results {
      position: initial !important;
      color: #222 !important;
      background: #fff !important;
    }
    .filter-options-item.last {
      margin-bottom: 70px !important;
    }
  }

  .filter-open
    .page-layout-1column
    .category-product-actions
    .filter-toggle
    > a.title:before {
    position: relative;
    /* top: 90px; */
    top: 20px;
    left: calc(100vw - 230px);
    font-size: 30px;
    color: #8e8e8e;
  }

  @media (max-width: 991px) {
    .list-order {
      padding-left: 6px;
    }
    .list-order:last-of-type {
      margin-bottom: 15px;
    }
    .filter-open
      .page-layout-1column
      .category-product-actions
      .filter-toggle
      > a.title:before {
      left: calc(100vw - 30px);
      z-index: 99999999;
      position: fixed;
      top: 0;
    }
    .mobile-filter-title {
      display: block !important;
      line-height: 24px;
      letter-spacing: .3px;
      text-align: center;
      border-bottom: 1px solid #d7d7d8;
      font-size: 12px;
      color: #222;
      padding-top: 14px;
      padding-bottom: 13px;
    }
    .mgs-filter-active .filter-current-subtitle:before {
      display: none;
    }

    .block.filter
      .block-content.filter-content
      .filter-options-item
      .filter-options-title:after {
      display: none;
      content: "";

    }
    .sorte-title::after,
    .filter-options-title::before {
      display: block !important;
      content: "\e688" !important;
      font-family: "Pe-icon-7-stroke";
      height: auto !important;
      width: auto !important;
      bottom: auto !important;
      background-color: transparent !important;
      left: auto !important;
      right: 0;
      color: #222;
      font-size: 30px;
      position: absolute;
      top: 12px;
    }
    .filter-options-item.active .filter-options-title::before,
    .sorte-title.open::after {
      transform: rotate(180deg);
    }
    .page-layout-1column
      .block.filter
      .block-content.filter-content
      .block-filter-content {
      padding-left: 0;
      padding-right: 0;
    }
    .block.filter .block-content.filter-content .filter-options-item, .block.filter .block-content.filter-content .product_list_order {
        border-bottom: 0.5px solid #d7d7d8;
    }
  }

  .filter-open
    .page-layout-1column
    .category-product-actions
    .filter-toggle
    a.title {
      top: -25px;
      position: relative;
  }

  .filter-open .page-layout-1column .category-product-actions {
    top: 0;
  }
  @media(min-width:992px){
    .filter-open .page-layout-1column .category-product-actions.sticky {
        top: 0;
        width: 100vw;
        height: 100vh;
        z-index: 998;
        background: transparent;
    }
  }

  .mgs-filter-active .state-item {
    border: 0;
    border-radius: 0;
    color: #222;
    background: transparent;
  }

  .mgs-filter-active .state-item span {
    color: #222;
  }

  .filter-active-item-clear-all {
    text-transform: uppercase;
    color: #fff;
    background-color: #222;
    border: 1px solid #222;
    padding: 5px 10px;
  }

  .filter-active-item-clear-all span {
    color: #fff !important;
  }
  .filter-active-item-clear-all:hover {
    color: #222;
    background-color: #fff;
    border: 1px solid #222;
  }

  .filter-active-item-clear-all:hover span {
    color: #222 !important;
  }

  .state-item-icon-cancel:after {
    background: #222 !important;
  }

  .page-layout-1column
    .block.filter
    .block-content.filter-content
    .block-filter-content {
    margin-top: 20px;
  }

  .block.filter .block-content.filter-content .filter-options-item,
  .block.filter .block-content.filter-content .product_list_order {
    margin-bottom: 52px;
    /* width: calc(20% - 14px); */
    width: fit-content;
    display: inline-block;
    vertical-align: top;
    margin-left: 4px;
    margin-right: 4px;
  }
  @media(min-width:992px){
    .block.filter .block-content.filter-content .filter-options-item,
    .block.filter .block-content.filter-content .product_list_order {
        max-height: calc(100vh - 224px);
        overflow-y: scroll;
        -ms-overflow-style: none;  /* IE and Edge */
        scrollbar-width: none;  /* Firefox */
        padding-left: 2px;
    }
    .block.filter .block-content.filter-content .filter-options-item::-webkit-scrollbar,
    .block.filter .block-content.filter-content .product_list_order::-webkit-scrollbar {
        display: none;
    }
    .catalog-category-view .swatch-attribute.color .swatch-attribute-options,
    .product_list_order .list-order {
        padding-left: 1px !important;
    }
  }
  .block.filter .block-content.filter-content .product_list_order .swatch-option {
    min-width: 15px;
    height: 15px;
  }
  .block.filter .block-content.filter-content .product_list_order label {
    line-height: 0;
    font-size: 12px;
  }
  #view-results {
    /* position: absolute;
    right: 20px;
    bottom: 20px;
    border: 1px solid;
    color: #fff;
    background: #222; */
    color: #222 !important;
    background: #fff !important;
  }
  #view-results:hover, #view-results.clicked {
    color: #fff !important;
    background: #222 !important;
  }
  .sorte-title {
    text-transform: uppercase;
    font-size: 15px;
    padding: 0 0 9px;
    margin-bottom: 15px;
    font-weight: 600;
  }
  @media(min-width:768px){
    .product_list_order .list-order {
      /*display:block !important;*/
    }
  }
  .wp-ln-selected .inner,
  .order-link-layered .swatch-option:hover .inner {
      background: #222;
      height: 100%;
      border: 1px solid #fff;
      border-radius: 50%;
  }
  .order-link-layered .swatch-option:hover {
      border: 0 !important;
      box-shadow: 0 0 0 1px #222 !important;
  }
  @media (max-width: 1199px) {
    /* .block.filter .block-content.filter-content .filter-options-item {
      width: calc(25% - 14px);
    } */
  }

  #narrow-by-list {
    /* text-align: center; */
    position: relative;
  }

  .filter-options-item {
    text-align: left;
  }
  @media (max-width: 767px) {
    .block.filter .block-content.filter-content .filter-options-item {
      display: block;
      width: 100%;
    }
    .block.filter .block-content.filter-content #narrow-by-list {
      overflow-x: hidden;
    }
    .filter-open
      .page-layout-1column
      .block.filter
      .block-content.filter-content
      a {
      margin-left: 1px !important;
    }
  }

  .block.filter
    .block-content.filter-content
    .filter-options-item
    .swatch-attribute-options
    .swatch-option-link-layered
    .swatch-option {
    min-width: 18px;
    margin: 5px 6px 0 0;
    min-height: 18px;
  }

  .block.filter
    .block-content.filter-content
    .filter-options-item
    .swatch-attribute-options
    .swatch-option-link-layered
    .swatch-option.color {
    margin: 6px 6px 0 0;
  }

  .block.filter
    .block-content.filter-content
    .filter-options-item
    .swatch-attribute-options
    .swatch-option-link-layered
    .swatch-option.color {
    min-width: 15px;
    min-height: 15px;
    height: 15px;
  }
  .block.filter
    .block-content.filter-content
    .filter-options-item
    .filter-options-title {
    text-transform: uppercase;
    font-size: 15px;
  }

  .filter-open .page-layout-1column .block.filter .block-content.filter-content a,
  .block.filter
    .block-content.filter-content
    .filter-options-item
    .filter-options-content
    ol.items
    .item
    .count {
    color: #222;
    min-height: 23px;
  }

  /* .filter-open
    .page-layout-1column
    .block.filter
    .block-content.filter-content
    a {
    padding-left: 15px;
  } */

  .mgs-layered-checkbox {
    /* position: absolute; */
    opacity: 0;
    /* cursor: pointer;
    height: 0;
    width: 0; */
  }

  .mgs-content {
    position: absolute;
    top: 3px;
    left: 0;
    height: 15px;
    width: 15px;
    border: 1px solid;
    z-index: -1;
  }

  /* Create the checkmark/indicator (hidden when not checked) */
  .mgs-content:after {
    content: "";
    position: absolute;
    display: none;
  }

  /* Show the checkmark when checked */
  .mgs-layered-checkbox:checked ~ .mgs-content:after {
    display: block;
  }

  /* Style the checkmark/indicator */
  .mgs-content:after {
    content: "✓";
    top: -3px;
    position: relative;
    left: 1px;
  }
  .filter-open
    .page-layout-1column
    .category-product-actions
    .filter-toggle
    .title:after {
    opacity: 0;
  }

  /* +++++++++++++++++ CHECKOUT +++++++++++++++++ */

  .table-checkout-shipping-method thead tr th {
    font-family: "Muli-Bold" !important;
  }

  #carrier-office-list,
  #andreanisucursal-provincia {
    margin-top: 15px;
    font-size: 15px;
  }

  #co-shipping-method-form select {
    margin-bottom: 15px;
  }

  #co-mercadopago-form {
    margin: auto;
  }

  #co-mercadopago-form #mercadopago-form-coupon {
    display: none;
  }

  #mercadopago-form {
    margin-top: 25px;
  }

  .checkout-shipping-address > .step-content .action.action-show-popup,
  .checkout-shipping-address > .step-content .action.action-show-popup:hover {
    border-width: 1px;
  }

  .opc-estimated-wrapper .minicart-wrapper {
    display: none;
  }

  .opc-block-summary .table-totals tr.totals.grand th strong,
  .opc-block-summary .table-totals tr.totals.grand td strong,
  .opc-block-summary .table-totals tr th:after,
  .opc-block-shipping-information
    .shipping-information-title
    .action-edit:hover:before {
    color: #222;
  }
  #mp-custom-save-payment,
  #shipping-method-buttons-container .action,
  .payment-method-content .actions-toolbar .action,
  #shipping-method-buttons-container button.action,
  .payment-method-content .actions-toolbar button.action {
    min-width: 100%;
  }
  .checkout-agreements-block ~ .actions-toolbar .mp-d-flex-baseline {flex-direction: column;}
  .mp-payment-methods-container > div {
    margin: 0 0 8px 4px;
    width: 32px;
    height: auto;
    border: none;
  }
  .mp-box-inputs input,
  .mp-box-inputs select {
    border-radius: 0;
  }

  .mp-issuer label em {display: none;}
  .mp-issuer .control select {appearance: none !important}

  .mp-box-inputs .control {
    /* width: 49%;
    display: inline-block; */
    /* overflow: hidden; */
    display: block;
    /* padding: 0 4px 0 10px; */
  }

  label[for="cardExpirationYear"] {
    display: none;
  }

  @media (max-width: 599px) {
    .modal-popup .modal-inner-wrap {
      width: 90%;
    }

    .checkout-index-index .modal-popup .modal-header .action-close {
      right: 0;
    }
    /* .form-shipping-address .field.street {
      margin-bottom: 15px !important;
      height: auto !important;
    } */

    .mp-box-inputs .control/* ,
    .form-shipping-address .label, .form-shipping-address .control, #customer-email-fieldset .control */ {
      padding: 0 !important;
      width: 100%;
    }
    label[for="cardExpirationYear"] {
      display: block;
    }
  }
  .payment-method-content .messages, .payment-method-content .messages .message-error {display: block !important;}
  .mp-box-inputs .control input,
  .mp-box-inputs .control select {
    width: 100%;
    height: 25px;
    line-height: 25px;
  }

  .mp-box-inputs .control select {
    padding-bottom: 0;
    padding-top: 0;
  }

  div:not(.mp-doc).mp-box-inputs:not(.mp-tejidos-100) {
    width: 50% !important;
    padding-right: 10px;
  }
  #mp-box-installments + div:not(.mp-doc).mp-box-inputs:not(.w-100),
  div:not(.mp-doc).mp-box-inputs:not(.w-100) .mp-box-inputs.mp-col-45,
  .mp-tejidos-100 {
    width: 100% !important;
  }
  .mp-payment-methods-container {
    float: right;
  }
  .mp-doc {
    width: 50%;
    margin-bottom: 0 !important;
  }

  @media (max-width: 767px) {
    div:not(.mp-doc).mp-box-inputs:not(.w-100) {
      width: 100% !important;
    }
    .mp-doc {
      width: 100%;
    }
    .mp-box-inputs.mp-col-45.w-100 {
      margin-bottom: 15px !important;
    }
  }

  div.mp-doc .mp-box-inputs.mp-col-65 {
    width: 65% !important;
  }

  div.mp-doc .mp-box-inputs.mp-col-35 {
    width: 35% !important;
  }

  .w-100 {
    width: 100% !important;
  }

  .mp-box-inputs.w-100 {
    margin-bottom: 0 !important;
  }

  /* .mp-box-inputs {
    float: none;
  } */

  /* .mp-box-inputs label,
  .mp-box-inputs input,
  .mp-box-inputs label,
  .mp-box-inputs select {
    width: 48% !important;
    display: inline-block;
  } */

  .mp-box-inputs input:focus,
  .mp-box-inputs select:focus {
    border: 0;
    border-bottom: 1px solid #222;
  }

  /* .mp-box-inputs label,
  .mp-box-inputs label {
    text-align: right;
  } */

  /* .mp-col-50,
  .mp-col-45,
  .mp-col-65,
  .mp-col-35,
  .mp-col-70,*/
  #securityCode,
  #securityCodeOCP {
    width: 100%;
  }
  .mp-col-100,
  .mp-col-50,
  .mp-col-45,
  .mp-col-65,
  .mp-col-35,
  .mp-col-70 {
    margin: 0 0 15px 0;
  }

  .mp-box-inputs label {
    font-size: 13px;
    float: left;
    font-family: "Muli" !important;
    letter-spacing: 1.1px;
    color: #2e2e2e;
    text-transform: none;
  }

  .mp-box-inputs label span {
    vertical-align: middle;
  }

  @media (max-width: 767px) {
    .billing-address-form .fieldset.address {
      width: 100%;
    }
  }

  .mp-line {
    margin: 0 !important;
    padding: 0 !important;
  }

  .checkout-cart-index .column.main .cart-empty a {
    color: #222;
    text-decoration: underline;
  }

  .checkout-cart-index .column.main .cart-empty {
    border-radius: 0;
  }

  @media (min-width: 992px) {
    .opc-progress-bar .opc-progress-bar-item {
      width: 49.9%;
    }
    .opc-progress-bar .opc-progress-bar-item._active > span,
    .opc-progress-bar .opc-progress-bar-item._active > span:after,
    .opc-progress-bar .opc-progress-bar-item._complete > span,
    .opc-progress-bar .opc-progress-bar-item._complete > span:after {
      color: #222;
    }
    .opc-progress-bar .opc-progress-bar-item._active > span:before,
    .opc-progress-bar .opc-progress-bar-item._active:before,
    .opc-progress-bar .opc-progress-bar-item._complete > span:before,
    .opc-progress-bar .opc-progress-bar-item._complete:before {
      background: #222;
    }

    /* .opc-progress-bar .opc-progress-bar-item._active > span:before,
    .opc-progress-bar .opc-progress-bar-item._complete > span:before{
      background: transparent;
    } */
    /* .opc-progress-bar {
      width: 100%;
    } */
  }

  #customer-email-fieldset .control._with-tooltip {
    /* padding-right: 0; */
  }

  @media (max-width: 991px) {
    .opc-estimated-wrapper .estimated-block .estimated-price {
      color: #222;
    }
    .opc-estimated-wrapper
      .minicart-wrapper
      button.action.showcart
      > .counter.qty {
      border-radius: 50%;
      margin: 3px 0 0;
      background-color: #222;
      min-width: 0;
      font-size: 12px;
      min-width: 20px;
    }
  }

  .field-error,
  div.mage-error {
    text-align: right;
    white-space: normal;
    color: red;
  }

  @media (min-width: 768px) {
    div.mage-error {
      text-align: left;
    }
    .mp-col-100 div.mage-error {
      position: absolute;
    }
  }
  #customer-email-fieldset .note {
    text-align: right;
  }

  #customer-email-fieldset .actions-toolbar .action.primary {
    width: 100%;
  }

  #customer-email-fieldset .action.remind {
    float: right;
  }

  .form-discount .field .label,
  .form-discount .field .control,
  .form-shipping-address .label,
  .form-shipping-address .control,
  #customer-email-fieldset .control {
    /* width: 49%;
    display: inline-block; */
    overflow: hidden;
    display: block;
    padding: 0 4px 0 10px;
  }

  @media (max-width: 767px) {
    .form-shipping-address .label {
      padding-left: 0;
    }
  }

  .form-shipping-address .control input {
    /* height: 36px; */
    height: 25px;
    padding: 0;
  }

  .form-discount .field .label:not([for="shipping-save-in-address-book"]),
  .form-shipping-address .label:not([for="shipping-save-in-address-book"]),
  #customer-email-fieldset .label:not([for="shipping-save-in-address-book"]) {
    float: left;
    margin-bottom: 0;
    height: 25px;
    line-height: 25px;
  }

  .form-discount .field .label span,
  /* .form-shipping-address .label span, */
  #customer-email-fieldset .label span {
    vertical-align: middle;
  }

  .form-discount .field .label::after,
  .form-shipping-address .label::after,
  #customer-email-fieldset .label::after {
    vertical-align: bottom;
  }

  .form-discount .actions-toolbar .primary,
  .form-discount .actions-toolbar .primary .action-apply {
    width: 100%;
  }

  .form-discount .actions-toolbar .primary .action-apply {
    text-transform: uppercase;
  }

  .form-discount .actions-toolbar .primary .action-apply:hover {
    color: #222;
    background-color: #fff;
    border: 1px solid #222;
  }

  .modal-title,
  #modal-title {
    text-transform: uppercase;
    font-family: "Muli";
    font-size: 16px;
    text-align: center;
  }

  .modal-footer .action-hide-popup {
    margin-bottom: 0;
    border: 1px solid #222;
    background: #222;
    color: #fff;
  }
  .modal-footer .action-hide-popup:hover {
    background: #fff;
    color: #222;
  }

  .modal-footer .action-secondary.action-dismiss {
    width: 100%;
  }
  .modal-footer .action-save-address,
  .modal-footer .action-hide-popup {
    display: block;
    width: 100%;
    margin-bottom: 10px;
    margin-left: 0;
    /* btns changed */
    background-color: #222;
    color: #fff;
  }

  /* btns changed */
  .modal-footer .action-save-address:hover {
    background-color: #fff;
    color: #222;
  }
  .order-details-items .table-wrapper tfoot tr.grand_total th strong,
  .order-details-items .table-wrapper tfoot tr.grand_total td strong {
    color: #222;
  }

  .items.order-links li.current,
  .items.order-links li:hover {
    border-color: #222;
    color: #222;
  }
  .amrma-btns-block {
    width: fit-content;
  }
  .amreturn-btn,
  .amrma-send {
    border: 1px solid #222;
    background-color: #222;
    color: #ffffff;
    /* width: 100%; */
    margin-top: 10px;
    text-transform: uppercase;
    line-height: 36px;
    margin-bottom: 10px;
  }

  .amreturn-btn:hover,
  .amrma-send:hover {
    background-color: #ffffff;
    color: #222;
    border: 1px solid #222;
  }
  .amrma-file.amrma-delete::before {
    content: "X";
    margin-left: 10px;
    cursor: pointer;
  }

  ._strong {
    font-family: "Muli-Bold";
  }

  #amrma-checkbox-policy {
    opacity: 0;
    top: 30px;
    position: relative;
  }

  #amrma-checkbox-policy + .amrma-label {
    position: relative;
    top: 10px;
    /* left: -19px; */
    height: 15px;
    width: 15px;
    border: 1px solid;
    z-index: -1;
  }

  #amrma-checkbox-policy + .amrma-label:after {
    content: "";
    position: absolute;
    display: none;
  }

  .amrma-checkbox-container.-policy + p {
    position: relative;
    left: 0;
  }

  .amrma-checkbox-container.-policy + p a {
    color: #222;
    text-decoration: underline;
  }

  #amrma-checkbox-policy ~ .amrma-label:after {
    display: block;
  }

  .amrma-link-cancel,
  .amrma-cancel {
    border: 1px solid #222;
    width: 100%;
    display: block;
    margin-top: 10px;
    text-align: center;
    text-transform: uppercase;
    color: #222;
    padding: 0 35px;
    line-height: 36px;
    background-color: #ffffff;
    margin-bottom: 20px;
  }
  .amrma-link-cancel:hover,
  .amrma-cancel:hover {
    border: 1px solid #222;
    color: #ffffff;
    background-color: #222;
  }

  .amrma-label {
    color: #222;
  }

  #amrma-checkbox-policy + .amrma-label::after {
    content: "✓";
    top: 0px;
    position: relative;
    left: 1px;
    opacity: 0;
  }

  #amrma-checkbox-policy:checked + .amrma-label::after {
    content: "✓";
    top: -4px;
    position: relative;
    left: 1px;
    opacity: 1;
  }

  .amrma-checkbox-container.-policy{
    display: inline-block;
    width: 15px;
    margin-top: -20px;
  }

  .amrma-checkbox-container.-policy + p {
    display: inline;
    position: relative;
    top: 4px;
  }

  .amrma-select.amrma-item-qty {
    width: calc(100% - 25px);
  }

  .amrma-select {
    margin-bottom: 15px;
  }

  /* @media (min-width: 676px) {
    .amrma-select.amrma-item-qty {
      width: 96%;
    }
  } */

  .amrma-title {
    margin: 60px 0 20px 0;
  }
  .amrma-input-block > .amrma-title {
    margin-top: 0;
  }

  .amrma-title,
  .modal-popup.confirm .modal-header .modal-title {
    line-height: 1;
    display: block;
    color: #222;
    font-weight: 600;
    font-size: 20px;
    /* text-transform: uppercase; */
    font-family: "Muli" !important;
  }

  .amasty_rma-account-newreturn .modal-popup.confirm .modal-header .modal-title {
    text-align: center;
  }

  .amasty_rma-account-newreturn .modal-popup.confirm .modal-header,
  .amasty_rma-account-newreturn .modal-popup.confirm .modal-content {
    background: #ffffff;
    border: 0;
  }

  .modal-header {
    background: #ffffff;
    border: 0;
    padding: 15px 27px;
  }

  .modal-popup.confirm .action-close {
    top: 7px;
  }

  .modal-popup.confirm .modal-inner-wrap .modal-content {
    border: 0;
  }

  .modal-popup.confirm .modal-footer .action-secondary span,
  .modal-popup.confirm .modal-footer .action-primary span {
    text-transform: uppercase;
  }

  .modal-popup.confirm .modal-footer .action-primary {
    border: 1px solid #222;
    background-color: #222;
    color: #ffffff;
    width: 100%;
    margin-top: 10px;
  }

  .modal-popup.confirm .modal-footer .action-primary:hover {
    background-color: #ffffff;
    color: #222;
    border: 1px solid #222;
  }

  .amrma-return-select .amrma-title,
  .amrma-return-qty label,
  .amreturns-select-title {
    font-size: 13px;
    /* text-transform: uppercase; */
    margin: 0 0 5px;
  }

  .amrma-return-qty,
  .amrma-return-select {
    margin-bottom: 10px;
  }

  .amrma-return-number .amrma-header {
    line-height: 1;
    color: #222;
    font-weight: 600;
    font-size: 20px;
    /* text-transform: uppercase; */
    font-family: "Muli" !important;
    margin: 0 0 20px;
    display: inline-block;
  }

  .amasty_rma-account-view .page-main {
    margin-top: 40px;
  }

  /* .account-nav-content .nav > li.current > a {
    border-bottom: 1px solid;
  } */

  .account-nav-content .nav > li.current > a strong {
    font-weight: 500;
  }

  .amrma-product-information .amrma-showmore,
  .amrma-product-information .amrma-checkbox {
    display: none;
  }

  #amrma-instruction-block {
    opacity: 0;
    /* position: relative;
    top: -1px;
    left: -1px; */
  }

  #amrma-instruction-block:checked {
    /* top: -21px; */
  }

  .amrma-instructions-title .amrma-show {
    /* position: relative;
    top: -18px;
    left: -20px;
    height: 15px;
    width: 15px;
    border: 1px solid;
    z-index: -1; */
  }

  .amrma-instructions-title .amrma-show:after {
    /* content: "";
    position: absolute; */
    display: none;
    float: right;
    top: -40px;
    font-size: 30px;
    position: relative;
    height: 25px;
    text-align: center;
    content: "\e688";
    font-family: "Pe-icon-7-stroke";
  }

  #amrma-instruction-block:checked ~ .amrma-instructions-title .amrma-show:after {
    /* display: inline-block; */
    content: "\e682";
  }

  .amrma-instructions-title .amrma-show:after {
    /*content: "✓";
     top: -4px;
    position: relative;
    left: 1px; */
  }

  .amrma-return-instructions .amrma-title {
    margin-top: 0;
  }

  .amrma-return-instructions .amrma-instructions-title {
    margin: 0;
    display: block;
    border-bottom: 1px solid;
  }

  .amrma-chat-message .amrma-username,
  ._nomargin strong {
    font-family: "Muli-Bold";
  }

  .amrma-chat-message.-right {
    margin: 10px;
    text-align: right;
    padding: 10px;
    margin-left: 10%;
  }
  .amrma-chat-message.-left {
    margin: 10px;
    text-align: left;
    padding: 10px;
    margin-right: 10%;
    background-color: #222;
    color: #ffffff;
  }

  .amrma-chat-message {
    border: 1px solid #222;
  }

  @media (min-width: 992px) {
    .amasty_rma-guest-login
      container
      > .row
      > div.column.main.col-lg-12.col-md-12.col-sm-12.col-xs-12 {
      padding-left: 275px;
      padding-right: 275px;
    }
  }

  @media (min-width: 676px) {
    .amasty_rma-guest-login
      .container
      > .row
      > div.column.main.col-lg-12.col-md-12.col-sm-12.col-xs-12 {
      padding-left: 175px;
      padding-right: 175px;
    }
  }

  td .amrma-status {
    background-color: transparent !important;
  }

  .amrma-return-number .amrma-status {
    padding: 3px 10px;
    text-transform: uppercase;
    font-size: 10px;
    vertical-align: top;
    position: relative;
    top: 2px;
  }

  /* .table-returns-items th {
    text-transform: uppercase;
  } */
  .amreturn-select {
    padding-left: 0 !important;
  }
  .amrma-table-container .amrma-image img{
    max-height: 100px;
  }
  .amrma-checkbox-container .amrma-image img{
    max-height: 120px;
  }
  .amrma-product {
    display: flex !important;
    gap: 10px;
  }
  @media(min-width:768px){
    .amrma-table-container .col.item {
      /* max-width: 50px; */
    }
  }
  .amreturns-order-select * {
    width: auto;
  }
  .amreturns-order-select select {
    height: 40px !important;
    width: 50%;
  }
  @media (max-width: 767px) {
    .amreturns-order-select select {
      width: 100%;
    }
  }
  @media (max-width: 599px) {
    .shipping-address-items {
      display: block;
    }
    .shipping-address-items .shipping-address-item {
      margin-bottom: 10px;
    }
  }

  .shipping-address-items .shipping-address-item.selected-item {
    color: #222;
    border-color: #222;
  }
  .new-address-popup .action.action-show-popup {
    width: 100%;
    text-transform: uppercase;
  }

  .amrma-customer-information .amrma-customer-name,
  .amrma-customer-information .amrma-customer-address {
    width: calc(50% - 3px);
    display: inline-block;
    height: 100%;
    vertical-align: top;
  }

  @media (max-width: 767px) {
    .amrma-customer-information .amrma-customer-name,
    .amrma-customer-information .amrma-customer-address {
      width: 100%;
      display: block;
    }
  }

  .amrma-customer-information {
    margin-top: 20px;
    margin-bottom: 20px;
  }

  .amrma-step {
    display: inline-block;
    width: 25%;
    text-align: center;
    margin-right: -5px;
  }

  .amrma-step:not(.-complete) {
    border-bottom: 1px solid #ddd;
    margin-bottom: -2px;
  }

  .amrma-step.-failed {
    border-color: #e10d14;
  }
  .amrma-steps {
    border-bottom: 1px solid #222;
    margin-top: 15px;
  }

  .amrma-step .amrma-name {
    display: block;
    text-align: center;
  }

  .amrma-hiddentext {
    display: none;
  }

  .table > thead > tr > th {
    /* border-color: #222; */
    border: 0;
  }

  .table-wrapper {
    overflow-x: auto;
  }
  .amrma-chat-block {
    max-height: fit-content !important;
  }

  .amrma-select-container {
    margin-bottom: 30px;
  }

  /*.amrma-product-item*/
  .amrma-product,
  .amrma-return-settings-container {
    display: inline-block;
    margin: 10px;
    vertical-align: top;
  }

  /* .amrma-return-settings-container {
    margin-bottom: 20px;
  } */

  @media (max-width: 578px) {
    .amrma-return-settings-container {
      display: block;
    }
  }

  @media (min-width: 768px) {
    .form-shipping-address .field {
      width: calc(50% - 3px);
      display: inline-block;
    }
  }

  @media (max-width: 767px) {
    .form-shipping-address .field {
      width: 100%;
      display: block;
    }
  }

  .form-shipping-address .field.street {
    /* margin-bottom: 0; */
    /* height: 50px; ANDREANI FIXES*/
  }

  .billing-address-form .field.street {
    margin-bottom: 0;
    height: 25px;
  }

  .form-shipping-address .field.street legend,
  .billing-address-form .field.street legend {
    display: none;
  }
  .form-shipping-address .field.street .control {
    padding: 0 2px 0 6px;
  }
  .form-shipping-address .field.street .control .field,
  .billing-address-form .field.street .control .field {
    /* width: 100%; */
  }

  fieldset.field.street {
    margin-bottom: 15px;
    width: 100%;
  }

  label[for="mercadopago_custom"] img[alt="Mercado Pago"] {
    display: none;
  }
  /*.form-shipping-address .field.street.admin__control-fields .label {
    text-align: center;
  }

  .form-shipping-address .field.street.admin__control-fields .control .control {
    width: 49%;
  }

  .form-shipping-address .field.street.admin__control-fields .control .label {
    text-align: right;
  }

  .form-shipping-address .field.street.admin__control-fields .control {
    width: 100%;
  }*/

  .form-shipping-address .shipping-save-in-address-book {
    left: 52%;
  }

  .field.choice .control,
  .form-group.choice .control,
  .field.choice > input:not(.checkbox),
  .form-group.choice > input#shipping-save-in-address-book {
    left: 50%;
  }

  .payment-method-title .radio {
    left: 0 !important;
    /* top: 4px !important; */
  }

  .mbbx-payment-method-input {
    margin-right: 2px !important;
  }

  .payment-method-title .label,
  .payment-method-title #gocuotas-payment-logo {
    margin-left: 20px !important;
  }
  .payment-method-title #gocuotas-payment-logo img{
    height: 25px !important;
  }
  .payment-method-title #gocuotas-payment-logo span {
    font-weight: 500;
    color: #5f5f5f;
    font-size: 16px;
  }

  .field.choice input.checkbox + label span {
    margin-left: 20px;
  }

  .field.choice,
  .form-group.choice {
    padding-left: 0;
  }

  #co-mercadopago-form,
  #co-mercadopago-form-ticket {
    max-width: none;
  }

  select {
    border: 0 0 1px solid #222 0;
  }

  .checkout-cart-index .checkout-extra > .block > .title {
    top: 0;
    text-transform: uppercase;
  }

  .checkout-cart-index .checkout-extra > .block + .block > .title {
    margin-top: 65px;
  }
  .action.btn.btn-primary.apply {
    width: 100%;
  }
  /* SUCCESS */
  .multicheckout.success .continue:hover,
  .checkout-success .continue:hover,
  .multicheckout.success .continue,
  .checkout-success .continue {
    text-decoration: none;
    padding: 7px 35px !important;
  }

  @media (max-width: 599px) {
    .multicheckout.success .continue:hover,
    .checkout-success .continue:hover,
    .multicheckout.success .continue,
    .checkout-success .continue {
      padding: 0 !important;
      width: 100%;
      display: block;
      margin: 0 !important;
    }
    .checkout-onepage-success #registration .action.primary {
      width: calc(100% - 30px) !important;
      padding: 0 !important;
    }
  }

  .multicheckout.success a:hover,
  .checkout-success a:hover,
  .multicheckout.success a,
  .checkout-success a {
    color: #222;
    text-decoration: underline;
  }

  .checkout-success {
    border-radius: 0;
  }

  /* btns changed */
  .shipping-address-items .action {
    margin-right: 0;
    width: 100%;
    text-transform: uppercase;
    /* color: #222;
    border: 1px solid #222;
    background-color: #fff; */
    color: #fff;
    border: 1px solid #222;
    background-color: #222;
  }

  /* btns changed */
  .shipping-address-items .action:hover {
    /* color: #fff;
    border: 1px solid #222;
    background-color: #222; */
    color: #222;
    border: 1px solid #222;
    background-color: #fff;
  }

  /* imagen de loading */
  body > .loading-mask {
    background-image: none;
  }

  body > .loading-mask .loader img,
  #checkout-loader .loader img {
    display: none;
  }

  .checkout-index-index .loading-mask .loader {
    top: 0;
    left: 0;
  }

  .checkout-index-index .row,
  .checkout-cart-index .row,
  .account .row {
    display: block;
    width: initial;
  }

  ._block-content-loading .loading-mask .loader {
    top: 50%;
    left: 50%;
  }

  .fa-circle-o-notch:before {
    /* content: url(../images/Origami_Rotate.svg); */
  }
  .scroll-ajax-button .fa-spin {
  }

  .product-items .ajax-loading .scroll-ajax-button {
    border: 0;
    background-color: transparent;
    color: #222;
  }

  body > .loading-mask .loader,
  #checkout-loader .loader {
    background-image: url(../images/Origami_Rotate.svg);
    background-size: 150px;
    height: 100%;
    width: 100%;
    position: absolute;
    display: block !important;
    background-position: center center;
    background-repeat: no-repeat;
    -webkit-animation-name: rotate;
    -webkit-animation-duration: 2s;
    -webkit-animation-iteration-count: infinite;
    -webkit-animation-timing-function: linear;
    -moz-animation-name: rotate;
    -moz-animation-duration: 2s;
    -moz-animation-iteration-count: infinite;
    -moz-animation-timing-function: linear;
  }

  .lazy-loading-img .products-grid .product-item-info .product-top:before,
  .lazy-loading-img .list-products .product-item-info .product-image:before,
  .lazy-loading-img
    .products-list
    .product-item-info
    .product-image-content:before,
  .lazy-loading-img .promobanner:before,
  .lazy-loading-img .thumbnail-post:before,
  .lazy-loading-img .instagram-item:before,
  #mgs-ajax-loading .preloader:before {
    background-image: url(../images/Origami_Rotate.svg);
    background-size: 50px auto;
    content: "";
    width: 100%;
    height: 100%;
    position: absolute;
    display: block;
    background-position: center center;
    background-repeat: no-repeat;
    -webkit-animation-name: rotate;
    -webkit-animation-duration: 2s;
    -webkit-animation-iteration-count: infinite;
    -webkit-animation-timing-function: linear;
    -moz-animation-name: rotate;
    -moz-animation-duration: 2s;
    -moz-animation-iteration-count: infinite;
    -moz-animation-timing-function: linear;
  }
  .lazy-loading-img .products-grid .product-item-info .product-top:before,
  .lazy-loading-img .list-products .product-item-info .product-image:before,
  .lazy-loading-img
    .products-list
    .product-item-info
    .product-image-content:before,
  .lazy-loading-img .promobanner:before,
  .lazy-loading-img .thumbnail-post:before,
  .lazy-loading-img .instagram-item:before{z-index: -1;}

  .lazy-loading-img .products-grid .product-item-info .product-top,
  .lazy-loading-img .products-list .product-item-info .product-top,
  .products-list
    .product-item-info
    .product-image-content
    a.photo
    div.swatch-option-loading,
  .lazy-loading-img .promobanner,
  .lazy-loading-img .thumbnail-post,
  .lazy-loading-img .instagram-item,
  .mfp-preloader {
    background-image: none;
  }

  .products-list
    .product-item-info
    .product-image-content
    a.photo
    img.swatch-option-loading {
    display: none;
  }

  @-webkit-keyframes rotate {
    from {
      -webkit-transform: rotate(0deg);
    }
    to {
      -webkit-transform: rotate(360deg);
    }
  }

  @-moz-keyframes rotate {
    from {
      -moz-transform: rotate(0deg);
    }
    to {
      -moz-transform: rotate(360deg);
    }
  }

  /* swatches talles  */

  /*.product-info-main*/

  /* .swatch-option.text:hover,
  .swatch-option.text.selected {
    box-shadow: none;
    border-radius: 0;
    border-bottom: 1px solid #222;
  } */

  /* breadcrumbs +++++*/

  .mgs-filter + .breadcrumbs .container {
    padding: 0;
  }

  .breadcrumbs {
    background-color: transparent;
    margin-bottom: 0;
  }

  @media (min-width: 992px) {
    .breadcrumbs .items {
      /* margin-left: -20px; */
    }
  }

  .breadcrumbs .item:not(.Inicio) strong {
    position: relative;
    top: -1.5px;
  }

  #checkout .minicart-items .product-image-container {
    height: 100% !important;
  }
  /* checkout sign in */

  /* #checkout .authentication-wrapper{
    text-align: center;
    margin: 0 auto 10px;
    border-bottom: 0;
  }

  @media(min-width:992px){
    #checkout .authentication-wrapper{
      width: 50%;
    }
  }

  @media(max-width:991px){
    #checkout .authentication-wrapper{
      width: 100%;
    }
  } */

  #checkout .authentication-wrapper .social-login-btn {
    text-transform: uppercase;
    /* display: block; */
    border: 1px solid #222;
    background: #222;
    color: #ffffff;
  }

  #checkout .authentication-wrapper .social-login-btn:hover {
    border: 1px solid #222;
    background: #ffffff;
    color: #222;
  }

  .amrma-row td {
    border: 0 !important;
    border-top: 1px solid #ddd !important;
  }

  .account-nav .delimiter {
    display: none;
  }

  .form-edit-account .fieldset.password .field .label,
  .checkout-billing-address .fieldset .field .label {
    float: left;
  }

  @media (min-width: 500px) {
    .form-edit-account .fieldset.password .field .control,
    .form-edit-account .fieldset.password .field .label {
      width: inherit;
    }
  }

  @media (max-width: 499px) {
    .form-edit-account .fieldset.password .field .control,
    .form-edit-account .fieldset.password .field .label {
      width: 100%;
    }
    .form-edit-account .label {
      text-align: left;
    }
    .form-edit-account .fieldset.password .field .control {
      padding-left: 0 !important;
    }
  }

  .password-strength-meter {
    height: inherit;
  }

  .form-edit-account .fieldset.password .field .label span,
  .checkout-billing-address .fieldset .field .label span {
    vertical-align: middle;
  }

  .form-edit-account .fieldset.password .password-strength-meter {
    right: 0;
    padding: 0;
    margin-bottom: 12px;
  }

  .form-edit-account .fieldset.password .field.new.password .control {
    position: relative;
    top: 12px;
  }

  .form-edit-account .fieldset.password .field .control,
  .checkout-billing-address .fieldset .field .control {
    /* overflow: hidden; */
    display: block;
    /* padding: 0 4px 0 10px; */
  }

  .form-edit-account .fieldset.password .field .control input,
  .checkout-billing-address .fieldset .field .control input,
  .checkout-billing-address .fieldset .field .control select {
    width: 100%;
    height: 25px;
    line-height: 25px;
  }

  @media (min-width: 768px) {
    .checkout-billing-address .fieldset .field:not(.choice) {
      width: calc(50% - 3px);
      display: inline-block;
    }
    /* .checkout-billing-address .fieldset .field.field-select-billing,
    .checkout-billing-address .fieldset .field.street.admin__control-fields{
      width: 100% !important;
    } */
  }

  @media (max-width: 767px) {
    .checkout-billing-address .fieldset .field {
      width: 100%;
      display: block;
    }
  }

  .street.admin__control-fields legend.label + .control {
    padding-left: 0;
  }

  .checkout-billing-address input[name="billing-address-same-as-shipping"] {
    left: 0 !important;
  }

  .checkout-billing-address
    input[name="billing-address-same-as-shipping"]
    + label {
    padding-left: 20px;
    line-height: 1;
    vertical-align: text-top;
  }

  /* QUITAR ESTO SI SE PUEDE VOLVER A HACER EL MISMO PEDIDO */
  .block-dashboard-orders .table-order-items tr td.col.actions .action.view:after,
  .orders-history .table-order-items tbody tr td.actions .action.view:after {
    display: none !important;
  }

  /* WHISHLIST ++++++ */

  .multiple-wishlist-container
    .multiple-wishlist-box-wrapper
    .box-bottom
    .edit-multiwishlist {
    display: block;
  }

  form.wishlist.share .action {
    width: 100%;
    margin-bottom: 15px;
  }

  .multiple-wishlist-container .multiple-wishlist-box-wrapper {
    border: 1px solid #222;
    max-width: 290px;
    min-width: 290px;
    width: 290px;
    margin: 10px 10px 10px 0;
  }

  .multiple-wishlist-container .multiple-wishlist-box-wrapper:hover {
    background-color: transparent !important;
    -webkit-border-radius: 0 !important;
    -moz-border-radius: 0 !important;
    border-radius: 0 !important;
  }

  .multiple-wishlist-container .multiple-wishlist-box-wrapper .box {
    -webkit-border-radius: 0 !important;
    -moz-border-radius: 0 !important;
    border-radius: 0 !important;
    background-color: transparent !important;
    margin: 0;
    width: 96px;
    max-width: 96px;
  }

  .multiple-wishlist-container
    .multiple-wishlist-box-wrapper
    .box
    .product-image-photo {
    margin: 0 auto;
    display: block;
  }

  .multiple-wishlist-container
    .multiple-wishlist-box-wrapper
    .box-bottom
    .edit-multiwishlist {
    right: 5px;
  }
  .multiple-wishlist-container
    .multiple-wishlist-box-wrapper
    .box-bottom
    .edit-multiwishlist:before {
    font-family: "Font-Awesome";
    content: "\f040";
    font-size: 15px;
  }

  .multiple-wishlist-container .multiple-wishlist-box-wrapper .box-bottom {
    width: 276px;
    margin-bottom: 5px;
  }

  /* .add-multiwishlist {
    border: 1px solid #222;
    display: block;
    max-width: 100%;
    margin: 10px;
    text-transform: uppercase;
    line-height: 34px;
    height: 36px;
    text-align: center;
    color: #ffffff !important;
    background-color: #222;
    transition: none;
    transition-property: none;
    transition-duration: none;
    transition-timing-function: none;
    transition-delay: 0s;
    -webkit-transition: none;
    -moz-transition: none;
    -o-transition: none;
    margin-top: 0px;
  } */

  @media (max-width: 619px) {
    /* .add-multiwishlist {
      max-width: 280px;
      margin: 0 auto;
      width: 100%;
    } */
    .multiple-wishlist-container .multiple-wishlist-box-wrapper {
      position: relative;
      left: calc(50vw - 160px);
      margin: 10px;
    }
  }

  /* .add-multiwishlist:hover {
    line-height: 34px;
    color: #222;
    background-color: #ffffff;
    border-color: #222;
  } */
  .add-multiwishlist:before {
    font-size: 14px;
    color:#00006f;
  }
  .add-multiwishlist span,
  .add-multiwishlist:hover span {
    margin-left: 0px;
    font-size: 14px;
    color: #222;
  }

  .goback-to-multiwishlist,
  .action.deletewishlist {
    /* btns changed */
    /* border: 1px solid #222;
    color: #222 !important;
    background-color: #fff; */
    text-align: left;
    display: flex;
    line-height: 36px;
    padding: 0;
    text-transform: inherit;
    border: 0 !important;
    color: #222 !important;
    background-color: transparent !important;
    font-size: 14px;
  }

  .goback-to-multiwishlist:hover,
  .action.deletewishlist:hover {
    /* line-height: 34px; */
    /* color: #fff;
    background-color: #222;
    border-color: #222; */
    /* border: 1px solid #222;
    color: #222 !important;
    background-color: #fff; */
  }

  .goback-to-multiwishlist a,
  .goback-to-multiwishlist:hover a {
    margin-left: 0px;
    font-size: 14px;
    /* btns changed */
    color: #222;
    /* color: #fff; */
  }
  .goback-to-multiwishlist::before {
    content: "←";
    font-size: 16px;
    margin-right: 5px;
}

  .goback-to-multiwishlist:hover a,
  .action.deletewishlist:hover span {
    /* btns changed */
    /* color: #fff; */
    /* color: #222;
    font-size: 12px; */
  }

  /* .add-multiwishlist:before, */
  .goback-to-multiwishlist a:before,
  .goback-to-multiwishlist a:hover:before,
  .goback-to-multiwishlist a:active:before {
    display: none;
  }

  .wishlist-popup-modal .modal-header {
    background: #ffffff;
    padding: 10px;
    margin-bottom: -1px;
  }

  .wishlist-popup-modal .modal-content {
    padding: 20px 25px;
    background-clip: initial;
  }

  .wishlist-popup-modal.modal-popup .action-close {
    top: 8px;
  }

  .wishlist-popup-modal .wishlist-edit .field.wishlist-name .label {
    float: left;
  }

  .wishlist-popup-modal .wishlist-edit .control {
    /* overflow: hidden; */
    display: block;
    /* padding: 0 4px 0 10px; */
  }

  .wishlist-popup-modal .wishlist-edit .control input {
    height: 25px;
    line-height: 25px;
    padding: 0;
  }

  #savewishlist {
    width: 100%;
    line-height: 34px;
    height: 36px;
  }
  .action.savewishlist span,
  .action.deletewishlist span,
  .modal-popup .action-secondary,
  .modal-popup .action-primary {
    font-size: 12px;
    font-family: "Muli" !important;
    letter-spacing: 1.1px;
  }

  .products-grid.wishlist
    .product-item-info
    .box-tocart
    + .product-item-actions
    .action {
      margin-left: 0;
      margin-top: 10px;
      display: inline-block;
      background: transparent;
      color: #222;
      padding: 0;
      border: 0 !important;
      text-transform: inherit;
      text-align: left;
      font-size: 14px;
      width: auto;
  }
  .products-grid.wishlist
    .product-item-info
    .box-tocart
    + .product-item-actions
    .action::before {
    content: '\f044';
    font: normal normal normal 14px/1 FontAwesome;
    color: #00006f;
}

  .products-grid.wishlist
    .product-item-info
    .box-tocart
    + .product-item-actions
    .action:hover {
    background: #fff;
    border: 1px solid #222;
  }

  .products-grid.wishlist
    .product-item-info
    .box-tocart
    + .product-item-actions
    .action
    span {
    color: #222;
  }
  .products-grid.wishlist .product-item-info .box-tocart + .product-item-actions .action + .action {
    margin-left: 0;
  }
  .products-grid.wishlist
    .product-item-info
    .box-tocart
    + .product-item-actions
    .action:hover
    span {
    color: #222;
  }

  .wishlist-popup-modal .wishlist-edit .actions-toolbar {
    margin-bottom: 0;
  }

  /* registro post venta */
  .checkout-onepage-success #registration {
    text-align: center;
  }

  .checkout-onepage-success #registration .action.primary {
    height: 40px;
    font-weight: 600;
    padding: 0 35px;
    line-height: 36px;
    display: block;
    width: 275px;
    margin: 0 auto;
    background-color: #222;
  }
  .checkout-onepage-success #registration .action.primary span {
    text-transform: uppercase;
    letter-spacing: 1.1px;
    color: #fff;
  }

  .checkout-onepage-success #registration .action.primary:hover {
    background: #fff;
    border-color: #222;
  }
  .checkout-onepage-success #registration .action.primary:hover span {
    color: #222;
  }

  .payment-method-billing-address {
    display: none !important;
  }

  @media (min-width: 992px) {
    .opc-progress-bar .opc-progress-bar-item._complete:hover > span {
      cursor: pointer;
    }
  }

  /* sliders home + */
  .page-header-sliders .row {margin: 0;}
  @media (min-width: 600px) {
    body:not(.active_mgs_builder) .slider-desktop {
      display: block;
    }

    body:not(.active_mgs_builder) .slider-mobile {
      display: none;
    }
  }

  @media (max-width: 599px) {
    #search_autocomplete {
      /* display: none !important; */
      width: inherit !important;
      margin: 0;
      max-height: none;
      height: calc(100vh - 163px);
    }
    .form .search-autocomplete {
      /* top:calc(-100vh + 163px); */
    }
    .amsearch-wrapper-content .action.tocart{
      padding: 8px 9px;
    }
    .amsearch-wrapper-content .product-item-actions {
      justify-content: center;
    }
    body:not(.active_mgs_builder) .slider-desktop {
      display: none;
    }

    body:not(.active_mgs_builder) .slider-mobile {
      display: block;
    }
    .search-open:not(.search-not-full) {
      overflow: hidden !important;
      /* pointer-events: none; */
    }
    .amsearch-products{
      box-shadow: none;
      order: 0;
    }
  }

  @media (max-width: 767px) {
    .one-step-checkout-container .qty-wrapper a,
    #checkout-review-table .button-action {
      line-height: 1;
      margin-bottom: 3px;
    }
  }

  .pop-sletter-title h4 {
    display: none;
  }

  /* DETALLE DE PRODUCTO ++++++ */

  .products-grid .product-item-info .product-top a.photo,
  .products-list .product-item-info .product-image-content a.photo {
    padding-bottom: 125% !important;
  }

  /* .products-grid .product-item-info .product-top a.photo div.swatch-option-loading:before {
    background-image: url(../images/Origami_Rotate.svg);
    background-size: 50px auto;
    content: "";
    width: 100%;
    height: 100%;
    position: absolute;
    display: block;
    background-position: center center;
    background-repeat: no-repeat;
    -webkit-animation-name: rotate;
    -webkit-animation-duration: 2s;
    -webkit-animation-iteration-count: infinite;
    -webkit-animation-timing-function: linear;
    -moz-animation-name: rotate;
    -moz-animation-duration: 2s;
    -moz-animation-iteration-count: infinite;
    -moz-animation-timing-function: linear;
  } */

  .products-grid
    .product-item-info
    .product-top
    a.photo
    div.swatch-option-loading {
    background-image: none;
    background-color: transparent;
  }

  .products-grid
    .product-item-info
    .product-top
    a.photo
    img.swatch-option-loading {
    display: none;
  }

  .product-add-form .action-add-to .towishlist {
    position: absolute;
    top: 0;
    right: 0;
    border: 0 !important;
    z-index: 9999;
  }

  .product-add-form .action-add-to .towishlist:hover,
  .product-add-form .action-add-to .towishlist:focus {
    background-color: #fff !important;
  }

  @media (min-width: 768px) {
    .catalog-product-view #owl-carousel-gallery .owl-item {
      padding-right: 11.5px;
      padding-left: 11.5px;
    }
  }

  .catalog-product-view #slide-gallery .img-promo {
    text-align: center;
    margin-top: 30px;
  }
  .catalog-product-view #slide-gallery .img-promo img {
    max-width: 100%;
    padding: 0 11.5px;
  }

  .catalog-product-view #slide-gallery {
    vertical-align: top;
  }

  @media (min-width: 768px) {
    .catalog-product-view
      .product-detail-infomation-slide-gallery
      .product-detail-infomation-content {
      width: calc(30% - 5px);
      display: inline-block;
      padding-left: 15px;
      padding-right: 11.5px;
    }
    .catalog-product-view #slide-gallery {
      width: 70%;
      display: inline-block;
    }
  }
  @media (min-width: 992px) {
    .catalog-product-view
      .product-detail-infomation-slide-gallery
      .product-detail-infomation-content {
      padding-left: 25px;
      padding-right: 0;
    }
  }

  .related-product-main
    .product-item-info
    .product-top
    .product-item-inner
    .label,
  .content-heading .block-note {
    display: none;
  }

  @media (max-width: 767px) {
    .catalog-product-view
      .product-detail-infomation-slide-gallery
      .product-detail-infomation-content {
      width: 100%;
      display: block;
      padding-left: 11.5px;
      padding-right: 11.5px;
      /* padding-top: 60px; */
    }
    .catalog-product-view #slide-gallery {
      width: 100%;
      display: block;
    }
  }

  .catalog-product-view .see-more {
    border: 0;
    border-bottom: 1px solid #e5e5e5;
    display: block;
    text-align: left;
    padding: 0;
    background: none;
    text-transform: none;
    color: #8e8e8e;
    height: 30px;
    margin-top: 5px;
  }

  .catalog-product-view .see-more:before {
    content: "Ver menos";
  }
  .catalog-product-view .see-more.collapsed:before {
    content: "Ver más";
  }

  .catalog-product-view .see-more:after {
    font-family: "Pe-icon-7-stroke";
    font-size: 28px;
    vertical-align: top;
    line-height: 28px;
  }

  .catalog-product-view .product.attribute.overview .btn:hover {
    border: 0 !important;
  }

  .catalog-product-view .product.attribute .type {
    display: none;
  }

  .product-add-form
    .product-options-wrapper
    .swatch-opt
    .swatch-attribute-label:after {
    display: none;
  }

  .product-add-form .product-options-wrapper .swatch-opt {
    margin-bottom: 0px;
  }

  .size-guide a {
    font-size: 14px;
    color: #222;
    font-family: 'Muli-Bold';
  }

  .size-guide a:hover {
    text-decoration: underline;
  }
  .size-guide a:before {
    content: url("../images/rule_icon.png");
    margin-right: 3px;
  }

  .product-info-main .field.qty {
    display: none !important;
    /* SACAR POR PHP?? */
  }
  .price-box .price-label {
    display: none !important;
  }

  #product-data-accordion .card-header {
    border-bottom: 1px solid #e5e5e5;
  }

  #product-data-accordion .card-body img {
    margin: 0 auto;
    display: block;
    height: auto;
    width: 100%;
  }
  #product-data-accordion .card-body {
    padding: 5px;
    border-bottom: 1px solid #e5e5e5;
  }

  #product-data-accordion .btn-link:hover,
  #product-data-accordion .btn-link:active,
  #product-data-accordion .btn-link:focus {
    border: 0;
    text-decoration: none;
  }

  #product-data-accordion .btn-link {
    color: #222;
    padding: 0;
    font-size: 12px;
    border: 0;
  }

  #product-data-accordion .btn-link:before {
    vertical-align: middle;
    line-height: 19px;
    padding-right: 5px;
  }

  #headingMediosPago .btn-link:before {
    content: url("../images/cc_icon.png");
  }

  #headingCambios .btn-link:before {
    content: url("../images/box_icon.png");
  }

  #headingEnvios .btn-link:before {
    content: url("../images/truck_icon.png");
  }

  #product-data-accordion .btn-link:after {
    font-family: "Pe-icon-7-stroke";
    font-size: 28px;
    vertical-align: bottom;
  }

  #product-data-accordion b {
    font-family: "Muli-Bold";
  }

  #product-data-accordion .btn-link:not(.collapsed):after,
  .catalog-product-view .see-more:not(.collapsed):after {
    content: "\e682";
  }

  #product-data-accordion .btn-link.collapsed:after,
  .catalog-product-view .see-more:after {
    content: "\e688";
  }

  #product-data-accordion .mb-0 {
    text-align: center;
    padding: 10px;
  }

  .product-info-main .box-tocart .actions {
    display: block;
  }

  .product-info-main .box-tocart .actions .tocart {
    width: 100% !important;
    background-color: #222 !important;
    line-height: 1 !important;
  }

  .product-info-main .box-tocart .actions .tocart:hover {
    color: #222 !important;
    background-color: #fff !important;
  }

  .product.attribute.sku strong,
  .product.attribute.sku span {
    font-size: 10px;
    color: #8e8e8e;
  }

  .product.attribute.sku {
    line-height: 1;
  }

  .product-detail-infomation-slide-gallery
    .product-info-main
    .product-info-price
    .price-box
    .price {
    font-size: 20px;
    text-decoration-color: #878788;
    text-decoration-thickness: 0.5px;
  }

  .product-add-form
    .product-options-wrapper
    .swatch-opt
    .swatch-attribute-label
    + .swatch-attribute-selected-option {
    font-size: 12px;
    color: #222;
  }

  .product-detail-infomation-slide-gallery .product-info-main {
    text-align: left;
  }

  .product-detail-infomation-slide-gallery .product-name {
    font-size: 23px;
    margin-top: 0;
    display: inline-block;
  }

  .product-detail-infomation-slide-gallery .actions.action-add-to {
    display: inline;
  }

  .product-detail-infomation-slide-gallery .actions.action-add-to .towishlist {
    border: 0;
    background: none;
    float: right;
  }

  .product-detail-infomation-slide-gallery .price-box .old-price {
    float: left;
  }

  .product-info-main .product-info-price .price-box .price {
    font-size: 16px;
  }

  .wishlist-add-popup-modal .modal-inner-wrap {
    background: #fff;
    width: auto;
    max-width: 600px;
  }
  .wishlist-add-popup-modal {
    margin: 0 6px;
  }

  .wishlist-add-popup-modal .action-close {
    width: 44px;
    height: 52px;
    line-height: 52px;
    position: absolute;
    right: 0;
    top: 0;
    text-decoration: none;
    text-align: center;
    font-size: 20px;
  }

  .wishlist-add-popup-modal .action-close:before {
    vertical-align: text-top;
  }

  .wishlist-add-popup-modal .modal-content {
    padding: 20px;
    box-shadow: none;
    border: none;
  }

  .wishlist-add-popup-modal .modal-footer {
    border: none;
  }

  .wishlist-add-popup-modal .modal-footer button {
    display: block;
    width: 100%;
    text-transform: uppercase;
    border: 1px solid #222;
    color: #fff;
    background-color: #222;
    line-height: 36px;
  }

  .wishlist-add-popup-modal .modal-footer button:hover {
    border: 1px solid #222;
    color: #222;
    background-color: #fff;
  }

  /* modal add to cart ++++ */

  .mfp-iframe-scaler .mfp-close {
    color: #222;
    font-family: "Muli";
    font-size: 20px;
    opacity: 1;
  }

  .mfp-image-holder .mfp-close:hover,
  .mfp-iframe-holder .mfp-close:hover,
  .mfp-image-holder .mfp-close:focus,
  .mfp-iframe-holder .mfp-close:focus {
    border-color: transparent;
  }

  .mfp-image-holder .mfp-close,
  .mfp-iframe-holder .mfp-close {
    border: 0;
  }

  /* trrackeo de ordenes +++ */
  .tracking-orders .col {
    border: 1px solid #b2b9c0;
    padding: 30px !important;
  }

  .tracking-orders p {
    margin-bottom: 20px;
  }

  .tracking-orders .col:not(:last-child) {
    border-right: 0;
  }

  .tracking-orders .btn {
    width: 100%;
  }

  .tracking-orders .col p {
    text-transform: uppercase;
    text-align: center;
  }
  .tracking-orders-heading {
    margin-left: -15px;
    margin-bottom: 25px;
  }

  /* CONTACTO +++ */

  .cms-contacto .mp-field-group-content .field .label,
  .cms-mayorista .mp-field-group-content .field .label,
  .cms-arrepentimiento-de-compra .mp-field-group-content .field .label {
    float: left;
  }

  .cms-contacto
    .mp-field-group-content
    .field[name="form.pages.1610307013047_470.fieldGroups.1556175573875_875.fields.1610376592647_647"]
    .label,
  .cms-contacto
    .mp-field-group-content
    .field[name="form.pages.1610307013047_470.fieldGroups.1556175573875_875.fields.1610600419250_250"]
    .label,
  .cms-contacto
    .mp-field-group-content
    .field[name="form.pages.1610307013047_470.fieldGroups.1556175573875_875.fields.1610600612872_872"]
    .label {
    float: none;
  }

  .cms-contacto
    .mp-field-group-content
    .field[name="form.pages.1610307013047_470.fieldGroups.1556175573875_875.fields.1610376592647_647"]
    .control,
  .cms-contacto
    .mp-field-group-content
    .field[name="form.pages.1610307013047_470.fieldGroups.1556175573875_875.fields.1610600419250_250"]
    .control,
  .cms-contacto
    .mp-field-group-content
    .field[name="form.pages.1610307013047_470.fieldGroups.1556175573875_875.fields.1610600612872_872"]
    .control {
    padding: 0 !important;
  }

  .cms-contacto .mp-field-group-content .field .label span,
  .cms-arrepentimiento-de-compra .mp-field-group-content .field .label span,
  .cms-mayorista .mp-field-group-content .field .label span {
    vertical-align: middle;
  }

  .cms-contacto .mp-field-group-content .field:not(:first-child) .control,
  .cms-mayorista .mp-field-group-content .field:not(:first-child) .control,
  .cms-arrepentimiento-de-compra .mp-field-group-content .field .control {
    overflow: hidden;
    display: block;
    padding: 0 0 0 10px;
  }

  .cms-contacto .mp-field-group-content .field .control input,
  .cms-mayorista .mp-field-group-content .field .control input,
  .cms-arrepentimiento-de-compra .field .control input {
    width: 100%;
    height: 25px;
    line-height: 25px;
  }

  .cms-contacto .mp-field-group-content .field .control a,
  .cms-contacto .mp-field-group-content .field .control a:hover {
    color: #222;
    text-decoration: underline;
  }

  .cms-contacto .fieldset > .field.mp-2column,
  .cms-mayorista .fieldset > .field.mp-2column,
  .cms-arrepentimiento-de-compra .fieldset > .field.mp-2column {
    width: calc(50% - 10px) !important;
  }

  @media (max-width: 767px) {
    .cms-contacto .fieldset > .field.mp-2column,
    .cms-mayorista .fieldset > .field.mp-2column,
    .cms-arrepentimiento-de-compra .fieldset > .field.mp-2column {
      width: 100% !important;
      margin-right: 0 !important;
    }
  }

  .cms-contacto .field {
    /* padding-right: 12.5px;
    padding-left: 12.5px; */
  }

  .cms-contacto .actions-toolbar {
    padding-right: 12.5px;
  }

  .cms-contacto .mp-page-title {
    /* margin-left: 25px;
    margin-right: 12.5px; */
  }

  @media (min-width: 768px) {
    .contact-form-left {
      margin-right: 10px !important;
    }
    .contact-form-right {
      margin-left: 10px !important;
      margin-right: 0 !important;
    }
  }
  .cms-contacto .mp-field-group-content.fieldset,
  .cms-arrepentimiento-de-compra .mp-field-group-content.fieldset,
  .cms-mayorista .mp-field-group-content.fieldset {
    display: flex;
    flex-wrap: wrap;
  }
  .cms-contacto .mp-field-group-content,
  .cms-mayorista .mp-field-group-content,
  .cms-arrepentimiento-de-compra .mp-field-group-content {
    margin-left: 0 !important;
  }

  .table-checkout-shipping-method tr.row {
    display: table-row;
  }

  .table-checkout-shipping-method .col-carrier {
    display: none;
  }

  /* CUCARDAS */

  /* .mpproductlabel-img-label {
    width: auto !important;
    height: auto !important;
    position: absolute;
  } */

  .swatch-option-tooltip .image {
    display: none !important;
  }
  .swatch-option-tooltip .title {
    padding: 3px 7px 0;
  }

  #modalGuiaTalles .container {
    padding: 0;
  }

  #modalGuiaTalles .row {
    margin: 0;
  }

  #modalGuiaTalles section {
    padding-top: 20px;
  }

  #modalGuiaTalles .close {
    display: block;
  }

  #modalGuiaTalles section img {
    max-width: 100%;
  }

  @media (max-width: 767px) {
    .modal.in .modal-dialog {
      max-width: 95%;
    }
  }

  .btn-arrepentimiento {
    display: inline-block;
    border: 1px solid #222;
    background-color: #222;
  }

  .btn-arrepentimiento .block-cms-link {
    padding: 2px 10px;
    text-transform: uppercase;
  }

  .btn-arrepentimiento .block-cms-link a {
    font-size: 10px;
    color: #fff;
  }

  .btn-arrepentimiento:hover .block-cms-link a {
    text-decoration: none;
    color: #222;
  }

  .btn-arrepentimiento:hover {
    background-color: #fff;
  }

  .btn-arrepentimiento + .social-link {
    display: block;
    float: right;
    line-height: 32px;
  }

  .btn-arrepentimiento + .social-link a:last-child i:before {
    margin-right: 0;
  }

  #talle-menu {
    width: 100%;
  }
  #talle-menu .sidebar .content.account-nav-content .nav.item {
    /* width: auto !important; */
  }

  .panel-checkout,
  #mercadopago-payment-methods-ticket {
    margin: 20px 0 0 0;
  }

  @media (max-width: 767px) {
    .checkout-cart-index .cart-container .cart.main.actions .btn {
      height: auto;
    }
    .checkout-cart-index .cart-container .cart.main.actions .btn span {
      white-space: break-spaces;
    }
  }

  .checkout-cart-index .owl-item,
  .checkout-cart-index .owl-item {
    padding: 0 15px !important;
  }

  .checkout-cart-index .cart.main.actions button + button {
    margin-right: 0;
    padding-left: 0;
    padding-right: 0;
  }

  .panel-checkout .row {
    margin: 0;
  }

  #co-mercadopago-form-ticket {
    margin-left: 15px;
  }

  .mercadopago-ticket-label {
    /* margin-left: 10px; */
    margin: 0;
  }

  @media (min-width: 1200px) {
    .checkout-cart-index .cart.main.actions button + button {
      width: calc(33.33333333% - 15px) !important;
    }
  }

  @media (min-width: 992px) {
    .checkout-cart-index .cart.main.actions button + button {
      width: calc(41.66666667% - 15px);
    }
  }

  .row.shopping-cart-bottom {
    margin-right: 0;
    margin-left: 0;
  }

  @media (min-width: 992px) {
    .row.shopping-cart-bottom div:first-child {
      padding-left: 0;
    }

    .row.shopping-cart-bottom div:last-child {
      padding-right: 0;
    }
  }

  .mgs-ajax-layer-item {
    font-size: 12px;
  }

  .block.filter
    .block-content.filter-content
    .filter-options-item
    .filter-options-content
    ol.items
    .item {
    /* padding-top: 0;
    padding-bottom: 0; descomentar esto si vuelve la cantidad de productos al filtro. y comentar el padding 0 */
    padding: 0;
    border: none;
    min-height: 23px;
  }

  .block.filter
    .block-content.filter-content
    .filter-options-item
    .filter-options-content
    ol.items {
    padding-top: 10px;
  }
@media(min-width:767px){
  .filter-options-content {
    /*display: block !important;*/
  }
}


  @media (max-width: 767px) {
    .double-banner,
    .single-banner.hide-mobile,
    .single-banner.tall {
      display: none;
    }
    .double-banner + .single-banner {
      display: list-item !important;
    }
  }

  .double-banner + .single-banner {
    display: none;
  }

  .single-banner:not(.tall) {
    clear: right !important;
  }

  .cat-banner img {
    max-width: 100%;
  }

  .category-image.margin-bottom30 {
    margin-bottom: 40px;
  }

  .catalog-category-view #owl-carousel-gallery {
    padding-bottom: 0;
    text-align: center;
    margin-bottom: 35px;
  }
  .catalog-category-view #owl-carousel-gallery a {
    padding: 5px 15px;
    display: block;
  }
  .catalog-category-view #owl-carousel-gallery a p {
    margin: 0;
  }

  .page-main-banner + .breadcrumbs .container {
    padding-right: 15px;
    padding-left: 15px;
  }
  .page-title-wrapper + .page-main {
    margin-top: 0;
  }

  /* .catalog-category-view #owl-carousel-gallery a {
    display: block;
  }

  .catalog-category-view #owl-carousel-gallery div.owl-item.active:nth-of-type(4n) a{
    padding: 5px 0 5px 10px;
  }

  .catalog-category-view #owl-carousel-gallery div.owl-item.active:nth-of-type(4n-3) a{
    padding: 5px 10px 5px 0;
  }

  .catalog-category-view #owl-carousel-gallery div.owl-item.active:nth-of-type(4n-2) a{
    padding: 5px 7.5px 5px 5px;
  }

  .catalog-category-view #owl-carousel-gallery div.owl-item.active:nth-of-type(4n-1) a{
    padding: 5px 5px 5px 7.5px;
  }*/

  .catalog-category-view #owl-carousel-gallery .owl-nav > div {
    /* top: calc((100% - 64px)/2); */
    opacity: 1;
    visibility: visible;
  }

  .catalog-category-view #owl-carousel-gallery .owl-nav > div.owl-prev {
    left: -20px;
  }

  .catalog-category-view #owl-carousel-gallery .owl-nav > div.owl-next {
    right: -8px;
  }

  /*

  .catalog-category-view #owl-carousel-gallery {
    width: calc(100% + 10px);
    left: -5px;
  } */

  .category-image {
    width: 100vw;
    position: relative;
    left: -15px;
  }

  body[class*="categorypath-sbl"].catalog-category-view .sly-old-price,
  body[class*="categorypath-sbl"].catalog-category-view .product-label {
    display: none !important;
  }

  body[class*="categorypath-sbl"] .category-image {
    position: initial;
  }
  body[class*="categorypath-sbl"] .breadcrumbs .container {
    padding-right: 30px;
    padding-left: 30px;
  }
  @media (min-width: 992px) {
    .category-image {
      left: -109px;
    }
    body[class*="categorypath-sbl"] .breadcrumbs .container {
      padding-left: 119px;
      padding-right: 119px;
    }
  }

  /* body[class*="categorypath-sbl"] .category-cms img {
    max-width: 100%;
    margin: 0 auto;
    display: block;
  } */

  .category-image img,
  .page-main-banner {
    max-width: 100vw;
    margin: 0 auto;
  }
  .page-main-banner {
    position: relative;
    left: -10px;
    max-width: 100vw;
  }
  .cms-guia-de-talles,
  .cms-preguntas-frecuentes {
    overflow-x: unset !important;
  }

  @media (max-width: 991px) {
    .main.d-flex {
      display: block;
    }
    .category-cms {
      margin-bottom: 25px;
    }
  }

  @media (min-width: 768px) {
    .d-flex {
      display: flex;
    }
  }
  #talle-menu,
  #faq-menu {
    position: sticky;
    top: 120px;
  }

  .p-sticky {
    position: sticky;
    top: 120px;
  }

  .p-sticky #owl-carousel-gallery {
    padding-bottom: 0;
  }

  /* CONJUNTOS +++++++ */
  .catalog-category-view .list .product-item-name {
    font-size: 16px;
  }

  .catalog-category-view .list .product-item-name,
  .catalog-category-view .list .towishlist {
    display: inline-block;
  }

  .catalog-category-view .list .towishlist {
    float: right;
    border: 0;
    background: transparent;
  }

  .catalog-category-view .products-list .tocart,
  .get-the-look-add-to-cart .action {
    width: 100%;
    border: 1px solid #222 !important;
  }

  .get-the-look-add-to-cart .action {
    width: calc(100% - 30px);
    margin: 10px 15px 0;
    position: sticky;
    bottom: 95px;
    z-index: 98;
    box-shadow: -10px 0 0 10px #fff;
  }

  @media (max-width: 599px) {
    .get-the-look-add-to-cart .action {
      bottom: 72px;
    }
  }

  @media (min-width: 992px) {
    .get-the-look-add-to-cart .action {
      bottom: 10px;
    }
  }

  @media (max-width: 433px) {
    .get-the-look-add-to-cart .action {
      height: auto !important;
    }
    .get-the-look-add-to-cart .action span {
      float: none !important;
    }
    .get-the-look-add-to-cart .action .pull-left {
      display: block;
    }
    .sbl-old-price {
      margin-right: 0;
      margin-left: 25px;
    }
  }

  @media (max-width: 323px) {
    .sbl-old-price {
      margin-right: 0;
      margin-left: 0;
    }
  }

  .catalog-category-view .products-list .tocart:hover,
  .catalog-category-view .products-list .tocart:focus {
    background-color: #fff !important;
  }

  .catalog-category-view .products-list .tocart:hover span,
  .catalog-category-view .products-list .tocart:focus span {
    color: #222 !important;
  }

  .catalog-category-view
    .list.products-list
    .product-item-info
    .product-item-details
    .actions-link
    li {
    float: none;
  }

  #layered-filter-block .swatch-option.disabled:after {
    display: none;
  }

  .swatch-attribute-label,
  .swatch-attribute-selected-option {
    display: none;
  }

  .product .swatch-option.color.disabled,
  .product-info-main .swatch-option.color.disabled {
    display: none;
  }

  .page-product-configurable
    .swatch-attribute-label
    .page-product-configurable
    .swatch-attribute-label
    + .swatch-attribute-selected-option,
  .catalog-category-view .tejidos.products-list .swatch-attribute-label,
  .catalog-category-view
    .tejidos.products-list
    .swatch-attribute-label
    + .swatch-attribute-selected-option {
    display: inline-block;
  }

  body[class*="categorypath-sbl"] .category-cms img {
    margin-bottom: 10px;
    margin-left: auto;
    margin-right: auto;
    display: block;
    max-width: 100%;
  }

  body[class*="categorypath-sbl"] .category-description {
    left: 0 !important;
    align-items: center;
  }

  .mp-box-inputs.mp-line .mp-col-50:nth-of-type(2n-1) {
    width: 75% !important;
  }

  .mp-box-inputs.mp-line .mp-col-50:nth-of-type(2n) {
    width: 25% !important;
  }

  .store-list-container
    .store-list
    > .items
    .stores
    li
    .store-content
    .description {
    padding: 0 !important;
    width: 100% !important;
  }

  .store-list-container
    .store-list
    > .items
    .stores
    li
    .store-content
    .description
    .btn.btn-xs {
    width: 100%;
  }

  #main-Accountcontent.active ~ .wanama-logo-mobile {
    display: none;
  }

  .account.wishlist-index-index .main {
    display: flex;
    flex-direction: column;
  }

  .account.wishlist-index-index .main .back {
    display: none;
  }
  .account.wishlist-index-index .actions-toolbar {
    display: none;
  }

  .goback-to-multiwishlist {
    order: 1;
  }

  .form-edit-account .customer-name-fields .label {
    float: left;
  }

  .form-edit-account .customer-name-fields .control {
    /* overflow: hidden; */
    display: block;
    /* padding: 0 4px 0 10px; */
  }
  .form-edit-account .customer-name-fields .control input {
    height: 25px;
    line-height: 25px;
  }

  select:not([multiple]),
  select.form-control:not([multiple]),
  select.input-text:not([multiple]) {
    height: 25px;
    line-height: 25px;
    padding: 0;
  }

  @media (min-width: 768px) and (max-width: 991px) {
    .first-sm-item {
      clear: none;
    }
  }

  @media (min-width: 992px) {
    .first-row-item {
      clear: none;
    }
  }

  @media (max-width: 767px) {
    .product-item.col-xs-6:nth-child(2n + 1) {
      clear: left;
    }
    .product-item.col-xs-6:nth-child(2n) {
      clear: right;
    }
  }

  .amrma-quick-reply {
    display: none;
  }

  @media (max-width: 767px) {
    body.account .main .block .box:not(:last-child) {
      margin-bottom: 20px;
    }
  }

  @media (max-width: 767px) {
    .table-order-items tfoot {
      display: block;
      width: calc(100vw - 20px);
    }
    .order-details-items .table-wrapper tfoot tr th {
      width: 100%;
    }

    .order-details-items .table-wrapper tfoot tr td {
      text-align: right;
    }
  }

  .wishlist-popup-modal .modal-inner-wrap {
    max-width: 450px;
    width: 75%;
  }

  .swatch-option.image {
    width: 12px !important;
    height: 12px !important;
  }

  .block.filter .swatch-option.image::before {
    display: none;
  }

  .block.filter .swatch-option.image {
    width: 15px !important;
    border-radius: 50% !important;
    min-width: 15px !important;
    min-height: 15px !important;
    height: 15px !important;
    box-shadow: 0 0 0 1px #222 !important;
    margin: 6px 6px 0 0 !important;
  }

  .get-the-look .owl-item:not(.active) .lookbook-container {
    display: none;
  }

  .get-the-look .owl-stage-outer {
    overflow: initial !important;
  }

  .stock {
    display: none;
  }

  .ajaxscroll-enable .pages.list-inline {
    display: none;
  }

  div[id*="owl-carousel-gallery-sbl"] {
    padding-bottom: 40px;
  }
  div[id*="owl-carousel-gallery-sbl"] a {
    padding: 5px 15px;
    display: block;
  }
  div[id*="owl-carousel-gallery-sbl"] a p {
    margin: 0;
  }

  div[id*="owl-carousel-gallery-sbl"] .owl-nav > div {
    top: calc(50% - 31px);
  }

  @media (max-width: 767px) {
    .swatch-option-tooltip {
      display: none !important;
    }
  }

  .ajaxcart-catalog_product-view .box-tocart .fieldset {
    width: 100%;
  }

  .ajaxcart-catalog_product-view .page.messages,
  .ajaxcart-catalog_product-view .product-sub-infomation {
    display: none;
  }

  .ajaxcart-catalog_product-view .mfp-iframe-holder .mfp-content {
    min-height: 340px;
  }

  .ajaxcart-catalog_product-view #mgs-ajax-loading .preloader,
  .ajaxcart-catalog_product-view .popup__result-view-cart {
    background: none;
  }

  .ajaxcart-catalog_product-view .mage-error {
    text-align: left;
  }

  .popup__result-view-cart {
    padding: 0 20px 10px;
  }

  .popup__result-view-cart button {
    width: 100%;
  }

  div[id*="design-labels-4-"] {
    width: 100% !important;
    left: 0 !important;
  }
  div[id*="design-labels-4-"] img {
    margin: 0 auto;
    display: block;
    position: initial;
    width: auto !important;
  }

  .block.filter
    .block-content.filter-content
    .filter-options-item
    .swatch-layered
    .swatch-attribute-options {
    padding: 7px 0 0;
  }

  .filter-open
    .page-layout-1column
    .block.filter
    .block-content.filter-content
    a.mgs-ajax-layer-item {
    line-height: 24px;
  }

  .block.filter
    .block-content.filter-content
    .filter-options-item
    .swatch-layered
    .swatch-attribute-options
    .swatch-option.text {
    margin: 3px 6px 0 0;
  }
  .block.filter
    .block-content.filter-content
    .filter-options-item
    .filter-options-content
    ol.items
    .item
    .count {
    top: 10px;
  }

  /* WYSIWYG */

  .mpanel-create-element .mce-container-body.mce-stack-layout {
    display: none !important;
  }

  .mpanel-create-element #cms_block_form_content {
    display: block !important;
  }

  /* BANNER SUBCATEGORIA */

.category-description {
  /* background-image: url("../images/PageWrapper-Subcat-.jpg"); */
  width: 100vw;
  position: relative;
  left: -15px;
  padding-right: 15px;
  padding-left: 15px;
  padding-bottom: 0 !important;
  line-height: 50px;
  margin-bottom: 10px;
  padding-bottom: 15px !important;
  padding-top: 15px !important;
  display: flex;
  flex-direction: row;
  justify-content: center;
  text-align: left !important;
}
.category-view .category-description > *{
    width: 100%;
    text-align: center;
  }
.category-description h3.title {
  text-transform: uppercase;
  font-size: 25px;
  text-align: center;
  letter-spacing: 5px;
}

  .category-description h3.title,
  .category-description span.cat-description {
    padding-top: 12.5px;
    padding-bottom: 12.5px;
    line-height: 25px;
  }

  .category-description span.cat-description {
    /* color: #878787; */
    font-size: 20px;
    border-left: 1px solid #878787;
    margin-left: 10px !important;
    padding-left: 10px;
  }

  .cat-description strong {
    font-family: "Muli-Bold" !important;
  }

  @media (min-width: 992px) {
    .category-description {
      left: -109px;
      padding-left: 109px;
      padding-right: 109px;
    }
  }

  .minicart-wrapper .action.showcart > .counter.qty.empty {
    display: none;
  }

  .success-ajax--popup .popup__actions-wrapper {
    padding: 0 20px 10px;
  }

  @media (min-width: 1200px) {
    .view-more-to-right {
      display: none;
    }
  }

  @media (min-width: 700px) and (max-width: 991px) {
    .view-more-to-right {
      display: none;
    }
  }

  .actions-toolbar .action.primary {
    font-weight: 500;
  }

  .frame-tarjetas {
    display: none;
  }

  h2.title-checkout {
    display: none;
  }

  .catalogsearch-result-index .category-product-actions .filter-toggle {
    float: left;
    width: 20%;
    display: block;
  }

  .catalogsearch-result-index .category-product-actions .toolbar-products {
    float: left;
    width: 80% !important;
  }

  .mp-error {
    display: none !important;
  }

  #mercadopago-payment-methods-ticket .mercadopago-ticket-option:first-of-type {
      /* display: flex;
      flex-direction: column;
      margin-bottom: -18px; */
    }

    #mercadopago-payment-methods-ticket
      .mercadopago-ticket-option:first-of-type
      .optionsTicketMp {
      /* order: 2 !important;
      width: 13px; */
    }

    #mercadopago-payment-methods-ticket
      .mercadopago-ticket-option:first-of-type
      /*> .mercadopago-ticket-label*/ {
      /* order: 3;*/
      position: relative;
      /* left: 10px;
      top: -18px; */
    }
    .mercadopago-ticket-option {display: flex;}
    #mercadopago-payment-methods-ticket
      .mercadopago-ticket-option:first-of-type
      div.mage-error {
      /* order: 1; */
      position: absolute;
      top: -20px;
      white-space: nowrap;
    }
    #mercadopago-payment-methods-ticket .mp-payment-method-logo-container{
      width: auto;
      border: none;
      padding: 0;
    }

    #mercadopago-payment-methods-ticket .mercadopago-ticket-option .optionsTicketMp {
      margin: 0;
    }
  .mercadopago-ticket-option {display: flex}

  .checkout-success #box-mercadopago .mercadopago-title, .checkout-success #box-mercadopago p {display: none;}

  .checkout-success #logo-mercadopago,
  .checkout-success #box-mercadopago {
    margin-right: auto;
    margin-left: auto;
    text-align: center;
  }
  h3.mercadopago-title-info-payment ~ p {display: block !important;}
  .mp-custom-form-popup button.button.action.continue.primary {
    margin-right: -12px;
  }
  .mp-custom-form .actions-toolbar .primary .primary {
    background: #222;
    color: #fff;
    height: 40px;
    font-weight: 600;
    padding: 0 35px;
    padding-top: 0px;
    padding-right: 35px;
    padding-bottom: 0px;
    padding-left: 35px;
    line-height: 36px;
    color: #fff;
    border: 1px solid #222 !important;
    background-color: #222 !important;
    margin-bottom: 10px;
}
.mp-custom-form .actions-toolbar .primary .primary:hover{
    background-color: #fff !important;
    color: #222;
}
  .product-item-photo .mpproductlabel-label {
    display: block !important;
  }

  .mp-pm-card-image {
    text-indent: 100%;
    white-space: nowrap;
    overflow: hidden;
  }

  .opc-block-shipping-information .shipping-information-title .action-edit {
    border: 0;
  }

  .opc-block-shipping-information .ship-to {display: none;}

  .header .middle-header-content .container-fluid .row {
    white-space: nowrap;
    /* overflow: hidden; */
    /* width: 100%; */
    top: 21px;
    left: 16px;
    padding: 0 27px;
  }

  .payment-option-content .messages,
  .payment-option-content .messages .message {
    display: block;
  }

  /* OCULTAR BOTONES DE SHOP NOW
  .product-top .action.tocart {
    display: none;
  }
  */

  .form-password_forget--reset {
    max-width: 500px;
    margin: 20px auto;
  }

  .form-password_forget--reset .actions-toolbar.row .primary {
    width: 100%;
  }

  .form-password_forget--reset .password-strength-meter {
    right: 0;
  }

  .checkout-cart-index .message-error {
    display: block;
  }

  .date-data-banners {
    display: none;
  }

  .edit-static-form .date-data-banners {
    display: block;
  }

  .block-new-customer.block-customer-login {
    text-align: center;
    display: flex;
    flex-direction: column;
  }

  .block-new-customer.block-customer-login .block-title  {
    order: 1;
  }

  .block-new-customer.block-customer-login .messages  {
    order: 2;
  }
  .mfp-container:has(#social-login-popup){
    display: flex;
    justify-content: center;
    align-items: center;
  }
  .block-new-customer.block-customer-login .social-login-authentication-popup  {
    order: 4;
  }

  .block-new-customer.block-customer-login .block-content  {
    order: 3;
  }

  .social-login-authentication-popup .block-content .actions-toolbar {
    width: 100%;
  }

  @media(min-width:371px){
    .social-login-authentication-popup .block-content .actions-toolbar .btn-social {
      height: 40px !important;
      width: 100%;
    }
  }

  @media(max-width:370px){
    .social-login-authentication-popup .block-content .actions-toolbar .btn-social {
      height: auto !important;
      padding-left: 12px!important;
    }

    .social-login-authentication-popup .btn-social .fa{
      display: none;
    }
    .social-login-authentication-popup .btn-social p{
      white-space: break-spaces;
      padding: 0 !important;
    }
  }


  .popup-authentication .actions-toolbar .action.primary,
  .popup-authentication .actions-toolbar .action-login {
    width: 100%;
    text-transform: uppercase;
    letter-spacing: 1.1px;
    line-height: 36px;
    height: 40px;
    background-color: #222;
    color: #fff;
    margin-bottom: 10px;
  }

  .popup-authentication .actions-toolbar > .secondary {
    text-align: right;
    width: 100%;
    float: unset;
  }

  /* .popup-authentication .actions-toolbar .primary {
    padding: 0 10px;
  } */

  .block.social-login-authentication-popup.col-mp,
  .popup-authentication .actions-toolbar .primary {
    padding: 0;
  }

  .btn-social p {
    display: inline;
  }

  .block.block-customer-login .field .label {
    /* width: calc(50% - 3px);
    text-align: right; */
  }

  .block.block-customer-login .field .control {
    /* width: calc(50% - 3px);
    float: right; */
  }

  .block.block-customer-login .field .control input.input-text {
    width: 100%;
  }

  .popup-authentication .modal-header {
    min-height: 0;
  }

  .modal-inner-wrap #block-new-customer-heading {
    display: block !important;
  }

  body.catalog-category-view:not([class*="categorypath-sbl"]) .sidebar-main {
    display: none;
  }

  body.catalog-category-view:not([class*="categorypath-sbl"]) .column.main {
    width: 100% !important;
  }

  body.catalog-category-view[class*="categorypath-sbl"] .product-items {
    flex-direction: column;
  }

  body.catalog-category-view[class*="categorypath-sbl"] .product-image-content {
    overflow: hidden;
  }

  body.catalog-category-view[class*="categorypath-sbl"] .products-list .product-item-info:hover .product-image-content .img-hover-show {
    transform: scale(1.09);
    -webkit-transform: scale(1.09);
    -webkit-transition: opacity 0.5s, -webkit-transform 2s cubic-bezier(0, 0, 0.44, 1.18);
    transition: opacity 0.5s, transform 2s cubic-bezier(0, 0, 0.44, 1.18), -webkit-transform 2s cubic-bezier(0, 0, 0.44, 1.18);
  }

  .customer-account-login .col-sm-6 .col-sm-6,
  .customer-account-login .col-sm-6 .col-sm-6 .block-content {
    width: 100%;
  }

  .customer-account-login .login-container.row .col-sm-6.col-xs-12.pull-right {
    padding: 0;
  }

  .popup-authentication .primary {
    padding: 0 10px;
  }

  .product-item-details [class*="swatch-opt"] {
    display: inline-block;
  }

  @media (max-width: 1199px) {
    .header:not(.header6):not(.header7) .nav-main-menu .row {
      padding: 0;
    }
  }

  .recommendations .caratula-seccion-home .container {
    padding: 0;
  }

  @media (min-width: 992px) {
    .recommendations .product-items .col-lg-4 {
      width: 25% !important;
      clear: none;
    }
  }



  .payment-method-content [data-bind="html: getInstructions()"] {
    text-align: center;
  }

  .fieldset.login .control.captcha [name="captcha_string"],
  .fieldset.login .control.captcha [name="captcha[user_login]"] {
    margin-left: 0 !important;
    width: calc(50% - 2px) !important;
  }

  .fieldset.login .control.captcha {
    width: auto;
    float: none;
    height: auto;
  }

  .fieldset.login .control.captcha .control.captcha-image {
    width: 100% !important;
    margin-bottom: 20px !important;
  }
  @media(max-height:677px){
    .popup-authentication.modal-popup .modal-inner-wrap {
      height: 100% !important;
      overflow: scroll !important;
    }
  }


  .popup-authentication .loading-mask {
    top: calc(50% - 32px);
    left: calc(50% - 32px);
  }

  .checkout-failure a {
    font-family: "Muli-Bold";
    color: #222;
    text-decoration: underline;
  }

  .checkout-failure h2{
    font-family: "Muli-Bold" !important;
    font-size: 28px;
    margin-bottom: 10px;
  }

  .checkout-failure {
    text-align: center;
    padding-top: 20px;
  }

  /* Banners en categoria */

  .catalog-category-view:not([class*="categorypath-sbl"]) .product-items,
  .catalogsearch-result-index .product-items {
    display: flex;
    flex-direction: row;
    flex-wrap:wrap;
    margin: 0 -10px;
  }

  .catalog-category-view .product-items .ajax-loading {
    order: 99999;
    flex-basis: 100%;
  }


  @media (max-width: 767px) {
    .catalog-category-view .products-grid .product-item {
      flex-shrink: 2;
    }
  }

  @media (min-width: 768px) {
    .catalog-category-view .products-grid .product-item {
      flex-shrink: 3;
    }
  }

  .cat-banner.simple .product-top::before {
    padding-bottom: 125%;
  }

  .cat-banner.double .product-top::before {
    padding-bottom: calc(100% / 3 * 2);
  }

  .link.wishlist .counter.qty {display:none;}


  @media(max-width: 479px){
    .owl-carousel .owl-nav > div {
      opacity: 1;
      visibility: visible;
    }
  }

  /*#installments option:not([value="-1"]) {
    display: none;
  }*/

  .slider_mgs_carousel .owl-item .slide-text {
    padding: 0;
  }


  @media (max-width: 991px) {
    iframe[title="Button to launch messaging window"],
    iframe[title="Botón para iniciar la ventana de mensajería"] {
      bottom: 70px !important;
    }
    #wp_ln_shopby_items .state-item-remove .state-item-icon-cancel {position: inherit; display: inherit !important;}
  }

  /* task 4365 */
  .block-minicart .actions .subtotal {
    display: flex;
    justify-content: space-between;
    margin-top: 0 !important;
    padding: 0 !important;
  }

  /* task 4365 */
  .block-minicart .actions span {
    font-size: 12px !important;
  }

  .btn, .shipping-address-items .action {font-size: 12px;}

  /* starts task 4168 */
  .swatch-option-link-layered.wp-ln-selected .swatch-option:not(.color):before,
  .item.wp-ln-selected .wp-false-checkbox,
  .wp-ln-selected .wp-false-checkbox {
    background-color: #222;
  }

  .swatch-option-link-layered.wp-ln-selected .swatch-option.color,
  .swatch-option-link-layered.wp-ln-selected .swatch-option.image {
    box-shadow: 0 0 0 3px #222 !important;
  }

  .wp-false-checkbox {
    top: 3px;
    left: 0;
    height: 15px;
    width: 15px;
    border: 1px solid;
    z-index: -1;
    display: inline-block;
  }


  .filter-options-item .price {
    line-height: 24px;
    font-size: 12px;
  }

  .after-wp-false-checkbox {
    display: inline;
    position: relative;
    top: -2px;
  }

  /* .filter-header .filter-label {
    font-size: 14px;
    font-weight: 600;
    color: #1a1a1a;
    display: block;
  } */

  .filter-header .block-subtitle {
    font-size: 18px;
    font-weight: 600;
    color: #222;
    position: relative;
    display: block;
    padding: 0 0 2px;
    margin-bottom: 23px;
  }

  .filter-header  .block-subtitle:after {
    height: 2px;
    width: 60px;
    content: "";
    position: absolute;
    bottom: 0;
    background-color: #222;
    left: 0;
  }

  /* .filter-header .action.remove.filter-clear {
    float: right;
  } */

  /* #wp_ln_shopby li.item {display: inline-block;margin-right: 20px;}
  #wp_ln_shopby li.item span {font-size: 12px;}
  #wp_ln_shopby .filter-label {display: inline;}
  #wp_ln_shopby .filter-label::after {content: ":";}*/
  .wp-filters {display: none;}

  .mgs-filter-active .state-item {
    padding: 3px 5px;
    margin-bottom: 2px;
    font-size: 12px;
    position: relative;
  }

  .mgs-filter-active .shoppingby-item {
    float: left;
    margin-right: 20px;
  }

  .mgs-filter-active .state-item:hover .state-item-icon-cancel:after {
    /* position: absolute;
    width: 100%;
    height: 2px;
    background: #222;
    top: 50%;
    left: 0;
    content: ""; */
  }

  .mgs-filter-active .state-item .state-item-icon-cancel {
    position: absolute;
    z-index: 10;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    cursor: pointer;
  }

  .filter-active-item-clear-all span {font-size: 12px;}

  .mgs-filter-active {
    display: inline-block;
    width: 100%;
    margin-bottom: 10px;
    padding-bottom: 10px;
    border-bottom: 1px solid #ccc;
  }

  #layered-filter-block .filter-options {
    padding: 20px;
    max-height: calc(100% - 50px);
    overflow-y: auto;
    margin-top: 20px;
  }


  #wp_ln_shopby_items .state-item-remove .state-item-icon-cancel {position: inherit; display: inherit !important;}

  /* ends task 4168 */

  /* new banners btns task 4624 */
  .owl-item .container.slide-text{width: fit-content !important}

  .owl-item .container.slide-text .inner-text {
      display: flex;
      gap: 26px;
      justify-content: center;
      flex-wrap: wrap;
    }

  .slide-text .btn-default {
    color: #222;
    background-color: #ffffff;
    border-color: #222;
  }
  .slide-text .btn-default:hover {
    color: #fff !important;
    background-color: #222 !important;
    border-color: #222 !important;
  }

  .slider_mgs_carousel .owl-item .slide-text.bottom_left,
  .slider_mgs_carousel .owl-item .slide-text.bottom_center,
  .slider_mgs_carousel .owl-item .slide-text.bottom_right {
    bottom: 10%;
  }

  .slider_mgs_carousel .owl-item .slide-text.top_left,
  .slider_mgs_carousel .owl-item .slide-text.top_center,
  .slider_mgs_carousel .owl-item .slide-text.top_right {
    top: 10%;
  }

  .slider_mgs_carousel .owl-item .slide-text.top_left,
  .slider_mgs_carousel .owl-item .slide-text.middle_left,
  .slider_mgs_carousel .owl-item .slide-text.bottom_left {
    margin: 0;
  }

  .slider_mgs_carousel .owl-item .slide-text.top_right,
  .slider_mgs_carousel .owl-item .slide-text.middle_right,
  .slider_mgs_carousel .owl-item .slide-text.bottom_right {
    left: auto;
  }

  @media(max-width:767px){
    .slider_mgs_carousel .owl-item .slide-text{left:0;right:0;}
  }
  /* end task 4624 */

  /* task 6715 */ .slider_mgs_carousel .owl-item .item-image img {
      opacity: 1 !important;
      visibility: visible !important;
  }

  .button-product-cart:hover {
    background-color: #000000 !important;
    color: white;
  }

  .amsearch-item-container.recent_searches .amsearch-item,
  .amsearch-item-container.popular_searches .amsearch-item,
  .amsearch-item-container.category .amsearch-item {
    border-radius: inherit;
  }

  .amsearch-autocomplete-image .product-image-photo {
    max-height: none !important;
      width: 100%;
      height: auto;
  }

  .amsearch-wrapper-inner .installments {display:none;}

  .amsearch-wrapper-content .action.tocart {
    display: block;
    margin: 0 auto;
  }

  .amsearch-wrapper-inner .price-box {
    /* display: flex;
    flex-direction: column-reverse; */
  }
  .amsearch-wrapper-inner .price-box span {
    display: block;
    width: 100%;
  }
  @media (min-width: 768px) {
    .amsearch-form-container.-large .amsearch-wrapper-content .price {
        font-size: 12px;
    }
  }

  .amsearch-form-container.-opened:not(.-result) #search_autocomplete {display: none !important;}
  .amsearch-wrapper-inner .actions-primary {display: none;}
  .amsearch-results .amsearch-item-container:not(.recent_searches) .amsearch-item .item-name {
    display: block;
    padding: 5px 10px;
  }
  .amsearch-item-container.category .amsearch-item,
  .amsearch-item-container.popular_searches .amsearch-item {padding: 0;}
  .amsearch-wrapper-content .amsearch-wrapper-inner {margin-top: inherit;}
  .amsearch-item-container {
    max-width: 100%;
    white-space: normal;
  }

  .minicart-wrapper.active::after {z-index: 9999;}
  .minicart-wrapper .block-minicart {z-index: 99999;}
  .modal-popup._show {z-index: 9999999 !important;}

  .header .dropdown-menu {z-index: 10000 !important;}
  /* Megamenus */
  .menze-3 .sub-menu li {padding: 5px 0;}
  .menze-3 .col-md-9 h5 {padding: 0 27px;}
  .menze-3 > .row {padding: 50px 27px !important;}
  .menze-3 img {width: 100%;}
  .menze-3 .sub-menu li .row .col-md-9,
  .menze-4 .sub-menu li .row .col-md-8 {padding: 0;}
  .menze-3 .sub-menu li .row,
  .menze-4 .sub-menu li .row {
    display: flex;
    margin-bottom: 15px;
  }
  .menze-3 .sub-menu.img-item li .row{align-items: center;}
  .menze-4 .sub-menu.img-item li .row{align-items: stretch;padding: 0 27px 0 0;}
  .menze-4 .sub-menu img, .menze-3 .sub-menu img {width: 100%; border-radius: 50%;}
  .menze-4 .sub-menu.img-item li .row .col-md-8 {
    display: flex;
    align-items: center;
  }

  .menze-3 .sub-menu li .row .col-md-3 a div,
  .menze-4 .col-md-6 a div,
  .menze-4 .sub-menu li .row .col-md-3 a div {
    padding-bottom: 100%;
    background-size: cover;
    background-position: center;
    border-radius: 50%;
  }
  .menze-3 .img-container a {
    position: relative;
    text-align: center;
  }
  .menze-3 .img-container.mobile{display: none;}
  .menze-3 .img-container a div{
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    color: #fff;
    text-transform: uppercase;
    background-color: rgba(0, 0, 0, 0.1);
    padding: 0 10px;
    border-radius: 10px;
  }
  .menze-3 .img-item .col-md-3 {width: 35% !important;}
  .menze-4 .col-md-3.col-xs-12 {margin-bottom: 15px;}
  .menze-4 {padding-top: 25px;}
  .menze-4 h5 {
    text-transform: uppercase;
    /* font-family: "Muli-Bold" !important; */
    /* border-bottom: 2px solid; */
    display: inline;
  }
  .menze-4 h5 ~ .sub-menu {margin-top: 15px;}
  .menze-4 .sub-menu li {padding: 2px 0;}
  .menze-4 .sub-menu li.col-md-6 {padding-right: 20%;}
  .menze-4 .sub-menu li a {border: 0 !important;}
  .menze-4 strong {font-family: 'Muli-Bold';}
  .menze-4 > .row {display: flex;}
  /* .menze-4 .col-md-3.col-xs-12:not(:first-child) {border-left: solid 1px lightgray;} */
  /* .menze-4 .col-md-6 > a:first-child {
    padding-left: 20% !important;
    padding-right: 20% !important;
  } */
  .menze-4 .col-md-6 a {
    text-align: center;
    width: 100%;
    display: block;
  }
.menze-5 img {width: 100%;}
.menze-5 .mobile {display: none;}
.menze-5 a p {color: #222;}
.menze-5 a:hover p {color: #878787;}
  @media(max-width:1199px){
    .menze-5 .mobile {display: block;}
    .menze-5 .desktop {display: none;}
    .header:not(.header6):not(.header7) .nav-main-menu li > a {color: #222;}
    .menze-3, .menze-4 {padding:0 15px 0 5px;}
    .menze-3 > .row h5, .menze-4 h5 {
      font-family: 'Muli-Bold' !important;
      text-decoration: underline;
      text-transform: uppercase;
      font-size: 14px;
      border: 0;
    }
    .menze-3 .col-md-9 .sub-menu .row .col-md-4:not(.col-xs-12) {margin: 15px 0px;}
    .menze-3 > .row,
    .menze-3 > .row h5,
    .menze-3 > .row .sub-menu
    {padding: 0 !important;}
    .menze-3 .img-container.desktop{display: none;}
    .menze-3 .img-container.mobile{
      margin-top: 5px;
      display: block !important;
    }
    .menze-3 .sub-menu li,.menze-4 .sub-menu li {padding: 2px 0;}
    .menze-3 .sub-menu li .row,.menze-4 .sub-menu li .row {flex-direction: column;}
    .menze-3 .sub-menu.img-item li .row,.menze-4 .sub-menu.img-item li .row  {flex-direction: row;}
    .menze-3 .sub-menu.img-item .col-md-3,.menze-4 .sub-menu.img-item .col-md-3 {width: 20% !important;padding-right: 10px !important;}
    .menze-4 > .row {flex-direction: column;}
    .menze-4 h5 ~ .sub-menu {margin: 0; padding: 0;}
    .menze-4:not(.menze-5) .col-md-3.col-xs-12:nth-child(3) {order: 4;}
    .menze-4 .col-md-3.col-xs-12,.menze-4 .sub-menu.img-item li .row .col-md-8 {border: 0 !important;}
    .menze-4 .col-md-3.col-xs-12 .sub-menu .col-md-6{
      display: flex;
      align-items: stretch;
      margin-bottom: 10px;
      background: #ededed;
    }
    .menze-4 .col-md-3.col-xs-12 .sub-menu .col-md-6 a {
      width: 25%;
      padding: 3px 10px 3px 10px !important;
      font-size: 18px;
    }
    .menze-4 .col-md-3.col-xs-12 .sub-menu .col-md-6 div {
      display: flex;
      align-items: center;
    }
  }

.active_mgs_builder #placeholder-header {
    padding-top: 142px;
}

.price-wrapper.price-excluding-tax,
#mini-cart .price-excluding-tax,
#shopping-cart-table .price-excluding-tax{
    display: block;
    white-space: normal;
    line-height: 1;
}

.page-products .price-wrapper.price-excluding-tax *,
#mini-cart .price-excluding-tax *,
#shopping-cart-table .price-excluding-tax *{
    font-size: 10px !important;
}
#checkout .items-in-cart .price-excluding-tax {
    display: none;
}
.price-including-tax + .price-excluding-tax:before, .weee[data-label]:before {
    content: attr(data-label) ': ';
    font-size: 1.1rem;
    display: inline !important;
}
.installments + .price-excluding-tax:before {
    content: attr(data-label) ': ';
    font-size: 10px;
    display: inline !important;
}
.price-box.price-final_price,
.items.owl-carousel .price-box.price-final_price {
    position: relative;
    padding-bottom: 20px;
}
.amsearch-results .price-box.price-final_price {
    padding-bottom: 60px;
}
.amsearch-results .price-box.price-final_price:has(.old-price) {
    padding-bottom: 60px;
}

.price-box.price-final_price .price-wrapper.price-excluding-tax,
.items.owl-carousel .price-box.price-final_price .price-wrapper.price-excluding-tax {
    position: absolute;
    left: 0;
    bottom: 0;
}
.price-box.price-final_price .price-wrapper.price-excluding-tax .price{
    font-size: 1.1rem;
}

/*LANDIN BANNER A STARTS*/
.bannerA-section {
    margin-top: 0 !important;
}
.bannerA-section .container {
    padding: 0;
}

.bannerA .col-lg-12 {
    padding: 0;
}

.bannerA--title-description {
    font-size: 24px !important;
    font-family: "Baskerville" !important;
}

.bannerA--text-description,
.bannerA--subtitle-description {
    font-size: 14px;
    max-width: 470px;
    margin: auto;
    font-family: "Baskerville";
    line-height: 18px;
}

.bannerA--image-description p {
    font-size: 15px;
    color: #000;
    text-decoration: underline;
    margin-bottom: 18px;
}

.parallax-container {
    position: relative;
    /* height: 800px; */
    overflow: hidden;
}

.parallax-image {
    width: 100%;
    /* height: 100%; */
    background-size: contain;
    background-position: center;
    background-attachment: fixed;
    background-repeat: no-repeat;
    background-position-y: 0px;
    top: 0;
    left: 0;
    z-index: 1;
    /* height: 500px; */
}

@media screen and (min-width: 768px) {
    .parallax-image {
        background-size: contain;
        height: 100%;
        background-position-y: 142px;
    }
}
.parallax-image.bannerA#bannerA-desktop {
    display: none;
}

@media screen and (min-width: 768px){
   .parallax-image.bannerA#bannerA-mobile {
        display: none;
   }

    .parallax-image.bannerA#bannerA-desktop {
        display: block;
    }
}
.bannerA--text {
    position: absolute;
    z-index: 2;
    width: 100%;
    background-color: #fff;
    font-size: 20px;
    bottom: 0;
    text-align: center;
    padding: 10px 0;
}

.bannerA--subtitle-description {
    margin-top: 5px;
    margin-bottom: 5px;
}

.bannerA--divider-description {
    width: 50px;
    border-bottom: 1px solid #000;
    margin: 25px auto;
}
  /*LANDING BANNER A END*/

  .data-envios-container img{width: 100%;}

  .col-6-important{width:50% !important}
  .col-3-important{width:25% !important}
  .col-12-important{width:100% !important}
  .col-switcher .btn {
    padding: 0 !important;
    width: 25px;
    height: 25px;
    border: 1px solid #F4F4F4 !important;
    border-radius: 50% !important;
    line-height: 25px;
    display: flex;
    align-items: center;
    justify-content: center;
  }
  .col-switcher {column-gap: 8px;}
  .col-switcher .btn.one-col {display: none;}
  .col-switcher .btn.four-cols {margin-left:0;}
  .col-switcher .active, .col-switcher .active:hover {background-color: #222; color: #fff;}
  .col-6-important, .col-3-important {
    padding-left: 0.1vw;
    padding-right: 0.1vw;
  }
  .col-title {margin-right: 8px;}

  .product .owl-carousel .owl-dots{
      display: none !important;
  }
  @media(min-width:768px){
    #maincontent[data-columns="2"] #product-wrapper{
      max-width: 64.5vw;
      max-width:calc(70vw - 45px) !important;
      margin: 0 auto;
    }
    #maincontent[data-columns="4"] #product-wrapper .products{
      /* width: 100vw;
      margin: 0 auto;
      position: relative;
      left: -104px;
      padding: 0; */
      margin: 0 -100px;
    }
  }

  .catalog-category-view .products-grid .product-item-info .product-item-details,
  .catalogsearch-result-index .products-grid .product-item-info .product-item-details{padding-left: 1vw;}

  @media(max-width:767px){
      .col-switcher .btn.four-cols {display: none;}
      .col-switcher .btn.one-col{display: inherit;}

      .col-6-important .product-item-details {padding-left: 15px;padding-right: 15px;}
  }

  .catalog-category-view .products-grid .product .swatch-attribute.size,
  .catalogsearch-result-index .products-grid .product .swatch-attribute.size {position: absolute;display:none;}
  /* .ajax-loading .catalog-category-view .products-grid .product-item-details .swatch-attribute.size {display: none !important;} */
  .catalog-category-view .products-grid .product-top:hover ~ .product-item-details .swatch-attribute.size,
  .catalog-category-view .products-grid .product-item-details .swatch-attribute.size:hover,
  .catalogsearch-result-index .products-grid .product-top:hover ~ .product-item-details .swatch-attribute.size,
  .catalogsearch-result-index .products-grid .product-item-details .swatch-attribute.size:hover{
    display: block;
    z-index: 999;
    visibility: hidden;
  }
  .catalog-category-view .products-grid .product-item-details .swatch-attribute.size,
  .catalogsearch-result-index .products-grid .product-item-details .swatch-attribute.size{
    width: calc(100% - 0.2vw);
    height: 130px;
    background: #ffffffe6;
    margin-top: 0 !important;
    left: 0;
  }
  @media(max-width:600px){
      .catalog-category-view .products-grid .product-item-details .swatch-attribute.size,
      .catalogsearch-result-index .products-grid .product-item-details .swatch-attribute.size{
        display: none !important;
      }
  }
  .catalog-category-view .products-grid .product-item-details .swatch-attribute.size.adding,
  .catalogsearch-result-index .products-grid .product-item-details .swatch-attribute.size.adding{
    display: block;
    z-index: 999;
  }
  .catalog-category-view .products-grid .product-item-details .swatch-attribute.size .swatch-attribute-label,
  .catalogsearch-result-index .products-grid .product-item-details .swatch-attribute.size .swatch-attribute-label {
    display: block !important;
    padding-top: 20px;
    margin-bottom: 10px;
    text-align: center !important;
  }
  .catalog-category-view .products-grid .product-item-details .swatch-attribute.size .swatch-attribute-options,
  .catalogsearch-result-index .products-grid .product-item-details .swatch-attribute.size .swatch-attribute-options {
    display: flex !important;
    justify-content: space-around !important;
    padding: 4px 0;
  }
  .catalog-category-view .products-grid .product-item-details .swatch-attribute.size .swatch-attribute-options .swatch-option,
  .catalogsearch-result-index .products-grid .product-item-details .swatch-attribute.size .swatch-attribute-options .swatch-option {
    margin: 0;
    box-shadow: none !important;
    border-radius: 0 !important;
    padding: 0px;
    height: auto;
    line-height: 2;
    font-size: 11px;
  }
  .product-item-details div#option-label-color-185-item-1616 {border: 1px solid;}
  .catalog-category-view .products-grid .product-item-details .swatch-attribute.size .swatch-attribute-options .swatch-option:hover,
  .catalog-category-view .products-grid .product-item-details .swatch-attribute.size .swatch-attribute-options .swatch-option.selected,
  .catalogsearch-result-index .products-grid .product-item-details .swatch-attribute.size .swatch-attribute-options .swatch-option:hover,
  .catalogsearch-result-index .products-grid .product-item-details .swatch-attribute.size .swatch-attribute-options .swatch-option.selected {
    background: #e3e3e3;
    box-shadow: 0 0 0 5px #e3e3e3 !important;
  }
  .catalog-category-view .products-grid .product-item-details .swatch-attribute.size .swatch-attribute-options .swatch-option.selected::after,
  .catalogsearch-result-index .products-grid .product-item-details .swatch-attribute.size .swatch-attribute-options .swatch-option.selected::after{
    content: ".";
    color: red;
    display: block;
    position: absolute;
    top: -6px;
    text-align: center;
    width: 100%;
    left: 0;
    font-size: 20px;
  }
  .product-item-details .swatch-attribute.size .swatch-attribute-options .swatch-option {background-color: transparent;transition: none;}
  .catalog-category-view .products-grid .product-item-info .product-top .tocart.btn-cart,
  .catalogsearch-result-index .products-grid .product-item-info .product-top .tocart.btn-cart {display: none}
  .adding-container {
    text-align: center;
    line-height: 20px;
    padding: 10px;
    display: none;
    background: #ffffffe6;
    margin-top: 0 !important;
    position: absolute;
    bottom: 0;
    width: 100%;
  }
  .catalog-category-view .products-grid .product-item-info .product-top form:has(.tocart.btn-cart) {
    height: 1px;
  }
  body[class*="categorypath-sbl"].catalog-category-view .adding-container{display: none !important;}
  .added .adding-container{
      color: #209200;
      background-color: #e5efe5;
  }
  .adding-container::before{
    content: "AGREGANDO";
  }
  .added .adding-container::before{
    content: "PRODUCTO AGREGADO";
  }
  .adding .adding-container{display: block;}

  .catalog-category-view .swatch-option-tooltip,
  .catalog-category-view .swatch-option-tooltip .title,
  .catalogsearch-result-index .swatch-option-tooltip,
  .catalogsearch-result-index .swatch-option-tooltip .title {
      max-width: 150px;
  }
  .swatch-option-tooltip{
      border-radius: 0;
      border-color: #222;
  }
  .catalog-category-view .swatch-option-tooltip.size,
  .catalogsearch-result-index .swatch-option-tooltip.size{
    z-index: 9999;
    background: #fff;
  }
  .catalog-category-view .swatch-option-tooltip.size .corner,
  .catalogsearch-result-index .swatch-option-tooltip.size .corner{
    top: -44px;
  }
  .catalog-category-view .swatch-option-tooltip.size .corner:before,
  .catalogsearch-result-index .swatch-option-tooltip.size .corner:before{
    border-top: 0;
    border-left: 7px solid transparent;
    border-right: 7px solid transparent;
    border-bottom: 8px solid #fff;
  }
  .catalog-category-view .swatch-option-tooltip.size .corner:after,
  .catalogsearch-result-index .swatch-option-tooltip.size .corner:after{
    border-top: 0;
    border-left: 8px solid transparent;
    border-right: 8px solid transparent;
    border-bottom: 8px solid #222;
  }
  .catalog-category-view .price-box .special-price .price,
  .catalog-category-view .price-box .normal-price.red .price,
  .catalogsearch-result-index .price-box .special-price .price,
  .catalogsearch-result-index .price-box .normal-price.red .price{
      color: #ec0101;
  }
  .catalog-category-view .swatch-option-tooltip.adding,
  .catalogsearch-result-index .swatch-option-tooltip.adding{display: none;}
  .catalog-category-view .swatch-option-tooltip .corner:after,
  .catalogsearch-result-index .swatch-option-tooltip .corner:after{border-top: 8px solid #222;}
  .catalog-category-view #product-wrapper .swatch-attribute.color .swatch-option,
  .catalogsearch-result-index #product-wrapper .swatch-attribute.color .swatch-option {
    min-width: 12px;
    height: 12px;
    transition: none;
    box-shadow: none !important;
  }
  .payment-method-title div > label > img {
    display: none;
  }
  .payment-method-title div > label > span {
    margin-left: -15px;
  }
  .payment-method-title div > label {
    padding-top: 3px;
  }
  #checkout-payment-method-load > div > div > div:nth-child(2) {
    padding-bottom: 0px !important;
  }
  .opc-wrapper .step-title {
    margin-bottom: 15px;
  }
  #checkout-payment-method-load .payment-method .payment-method {
    margin-top: -6px
  }
  #checkout-payment-method-load .payment-method .payment-method {
    margin-top: -6px;
    margin-bottom: 0px !important;
    border-bottom: unset !important;
  }
  @media(max-width: 767px){
    body.account .sidebar .block.account-nav {
      background: #f6f6f8;
      margin-top: 20px;
    }
    body.account .sidebar .block .block-title .title i {
      display: inline-block;
      float: right;
      font-size: 30px;
      transition: 0.6s ease;
    }
    .sidebar .block .block-title .title {
      padding: 15px;
      margin-bottom: 0;
    }
    body.account .sidebar .block .block-title.active .title i {
      transform: rotate(180deg);
    }
    .block.account-nav .content.account-nav-content{
      display: none;
      -webkit-animation: fadeOut 1.3s;
      -moz-animation: fadeOut 1.3s;
      -ms-animation: fadeOut 1.3s;
      animation: fadeOut 1.3s;
    }
    .block.account-nav .content.account-nav-content.active{
      display: block;
      -webkit-animation: fadeIn 1.3s;
      -moz-animation: fadeIn 1.3s;
      -ms-animation: fadeIn 1.3s;
      animation: fadeIn 1.3s;
    }
    @-webkit-keyframes fadeOut {
      0% {
          opacity: 1
      }

      100% {
          opacity: 0
      }
    }
    @keyframes fadeOut {
      0% {
          opacity: 1
      }

      100% {
          opacity: 0
      }
    }

    @-webkit-keyframes fadeIn {
        from {
            opacity: 0
        }

        to {
            opacity: 1
        }
    }

    @keyframes fadeIn {
        from {
            opacity: 0
        }

        to {
            opacity: 1
        }
    }
  }
@media(min-width:601px){
  .mobile-list-wrapper {
    display: none;
  }
  .table-wrapper.orders-history,
  .table-wrapper.orders-recent {
    display: block;
  }
}
@media(max-width:767px){
  .sales-order-view .block-content > .row > div {
    flex-direction: column;
  }
  .sales-order-view .block-content > .row > div .box {
    width: 100%;
  }
}
@media(max-width:600px){
  .mobile-list-wrapper {
    display: block;
  }
  .account .mobile-list-wrapper.orders-history {
    padding: 0;
  }
  .mobile-list-wrapper.block-dashboard-orders {
    padding: 15px;
  }
  .mobile-list-wrapper table {
    width: 100%;
  }
  .mobile-list-wrapper .row{
    margin: 0;
    padding: 7px 0px;
  }
  .mobile-list-wrapper .row.id,
  .mobile-list-wrapper tr:not(.closed){
    border-bottom: 1px solid #ddd;
  }
  .mobile-list-wrapper .closed .row:not(.id){
    display: none;
  }
  .mobile-list-wrapper .row.id i{
    display: inline-block;
    float: right;
    font-size: 30px;
    transition: 0.6s ease;
  }
  .mobile-list-wrapper tr:not(.closed) .row.id i{
    transform: rotate(180deg);
  }
  .table-wrapper.orders-history,
  .table-wrapper.orders-recent,
  .table-wrapper.returns-history,
  .table-wrapper.additional-addresses {
    display: block;
  }
  .mobile-list-wrapper.additional-addresses .action {
    margin-left: 0;
    margin-top: 10px;
    display: inline-block;
    background: transparent;
    color: #222;
    padding: 0;
    border: 0 !important;
    text-transform: inherit;
    text-align: left;
    font-size: 14px;
  }
  .mobile-list-wrapper.additional-addresses .action::before {
    font: normal normal normal 14px/1 FontAwesome;
    color: #00006f;
    margin-right: 5px;
  }
  .mobile-list-wrapper.additional-addresses .action.edit::before {
    content: '\f044';
  }
  .mobile-list-wrapper.additional-addresses .action.delete::before {
    content: '\f1f8';
  }
}
body.account .order-details-items * {
  font-family: "Muli" !important;
}
.products-grid .product-item-info .product-top:hover .actions-link button{
  visibility: hidden !important;
}
@media(max-width:767px){
  .filter-options-item:not(.active) .swatch-attribute,
  .filter-options-item:not(.active) ol.items{
    display: none;
  }
  .block.filter .block-content.filter-content .filter-options-item,
  .block.filter .block-content.filter-content .product_list_orderm,
  .block.filter .block-content.filter-content .filter-options-item .filter-options-title {
    margin-bottom: 0;
    margin-left: 0;
  }
  .filter-options-content .swatch-attribute.swatch-layered {
    margin-bottom: 20px;
  }
  .block-content.filter-content,
  .block-content.filter-content .filter-options {
    padding: 0 !important;
  }
  #layered-filter-block .filter-options {
    margin-top: 0;
  }
}
.filter-content .swatch-option,
.filter-content .swatch-option label,
.after-wp-false-checkbox {
    color: #222 !important;
    font-weight: 500 !important;
    font-size: 12px !important;
}
.account.sales-order-view .order-pager-wrapper.order-pager-wrapper-top {
    display: none;
}

#modalGuiaTalles {
    z-index: 9999999;
}

/*Banner BC */

.img-banner-bc {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  font-family: "object-fit:cover;object-position:top";
  object-fit: cover;
  object-position: top;
}
.picture-container:after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1;
  background: var(--background-gradient,linear-gradient(180deg,transparent -7.61%,rgba(0,0,0,.4)));
  opacity: 0;
  transition: opacity .3s ease-out
}
.item-container:hover .picture-container {
  height: 100%;
}
.item-container:hover .picture-container:after {
  opacity: .5;
}
.text-container {
  position: relative;
  z-index: 2;
  min-height: 190px;
}
.picture-container {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  min-height: 65.6vw;
  height: 65.6vw;
  z-index: 1;
  transition: height .3s ease-out
}
@media screen and (min-width: 1024px) {
  .picture-container {
      height:34.7vw;
      min-height: 34.7vw;
  }
}
.picture-container:after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1;
  background: var(--background-gradient,linear-gradient(180deg,transparent -7.61%,rgba(0,0,0,.4)));
  opacity: 0;
  transition: opacity .3s ease-out
}
.item-precontainer {
  min-height: 65.6vw;
  height: auto;
}
@media screen and (min-width: 1024px) {
  .item-precontainer {
      min-height:34.7vw;
  }
  .item-bc-left {
      margin-right: 20px;
  }
  .item-bc-right {
      margin-left: 20px;
  }
}
.item-container {
  position: relative;
}
.container-bc {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  width: 100%;
  margin-top: 40px;
}
.item-bc {
  position: relative;
  overflow: hidden;
  margin-bottom: 20px;
  box-sizing: border-box;
}

.header-sale-off {
  text-align: center;
}

@media screen and (min-width: 769px) {
  .img-title-header-sale-off {
    max-height: 200px !important;
  }
}
.img-title-header-sale-off {
  max-height: 100px;
  display: block;
  margin: 10px auto;
  max-width: 100%;
}

.bannerE--section {
  position: relative !important;
}

@media screen and (min-width: 769px) {
  .container-sale-off {
    padding-left: 109px;
    padding-right: 109px;
  }
}
.slider_mgs_carousel.owl-carousel .owl-dots {
    display: table;
}


.owl-carousel.list_gallery .owl-next,
.owl-carousel.list_gallery .owl-next > span,
.owl-carousel.list_gallery .owl-prev,
.owl-carousel.list_gallery .owl-prev > span {
    display: flex;
    justify-content: center;
    align-items: center;
}

.owl-carousel.list_gallery .owl-next.disabled > span,
.owl-carousel.list_gallery .owl-prev.disabled > span{
    filter: grayscale(100%);
    opacity: 0.2;
}

.owl-carousel.list_gallery .owl-next.disabled ,
.owl-carousel.list_gallery .owl-prev.disabled {
  pointer-events: unset;
}

.redirect-info {
    width: 100%;
    text-align: center;
    background-color: #f5f5f5;
    padding: 25px 0 20px;
    display: inline-block;
}

@media (max-width: 600px) {
  .owl-carousel .owl-nav > div.owl-prev {
    left: 10px;
  }
  .owl-carousel .owl-nav > div.owl-next {
    right: 10px;
  }
}

/** Estilos Mini Cart Update Items */
.minicart-items .product-item .details-qty.qty {
    display: inline-flex;
    color: #222;
    border: 1px solid #222;
    width: auto;
    border-radius: 25px;
}

.minicart-items .product-item .details-qty.qty .less,
.minicart-items .product-item .details-qty.qty .plus {
    display: inline-block;
    padding: 5px 2px;
    font-size: 16px;
    cursor: pointer;
}
.minicart-items .product-item .details-qty.qty .less {
    padding-left: 15px;
}

.minicart-items .product-item .details-qty.qty .plus {
    padding-right: 15px;
}

.minicart-items .product-item .details-qty.qty .cart-item-qty {
    height: auto;
    border: none;
    line-height: 1;
    display: inline-block;
    padding: 0;
    width: 50px;
    text-align: center;
    color: #2a2a2a;
}

.minicart-items .product-item .details-qty.qty .spinner {
    display: none;
    width: 10px;
    height: 10px;
    background-color: transparent;
    margin: 10px 20px;
    float: left;
    border: 1px solid #000;
    border-radius: 50%;
    border-bottom: 0 none;
    border-top: 0 none;
    top: 4px;
    position: relative;
    animation: sk-rotateplane 1.2s infinite ease-in-out;
}

@-webkit-keyframes sk-rotateplane {
    0% { -webkit-transform: rotate(0deg) }
    50% { -webkit-transform: rotate(-180deg) }
    100% { -webkit-transform: rotate(360deg) }
}

@keyframes sk-rotateplane {
    0% {
      transform: rotate(0deg);
      -webkit-transform: rotateX(0deg);
    } 50% {
      transform: rotate(-180deg);
      -webkit-transform: rotate(-180deg)
    } 100% {
        transform: rotate(360deg);
        -webkit-transform: rotate(360deg);
      }
}

.category-view .taxon .desktop,
.category-image img {
    width: 100%;
}

#mp-popup-social-content.hide {
  display: none;
}

/** Estilos Mini Cart Update Items */
.minicart-items .product-item .details-qty.qty {
  display: inline-flex;
  color: #222;
  border: 1px solid #222;
  width: auto;
  border-radius: 25px;
}

.minicart-items .product-item .details-qty.qty .less,
.minicart-items .product-item .details-qty.qty .plus {
  display: inline-block;
  padding: 5px 2px;
  font-size: 16px;
  cursor: pointer;
}
.minicart-items .product-item .details-qty.qty .less {
  padding-left: 15px;
}

.minicart-items .product-item .details-qty.qty .plus {
  padding-right: 15px;
}

.minicart-items .product-item .details-qty.qty .cart-item-qty {
  height: auto;
  border: none;
  line-height: 1;
  display: inline-block;
  padding: 0;
  width: 50px;
  text-align: center;
  color: #2a2a2a;
}

.minicart-items .product-item .details-qty.qty .spinner {
  display: none;
  width: 10px;
  height: 10px;
  background-color: transparent;
  margin: 10px 20px;
  float: left;
  border: 1px solid #000;
  border-radius: 50%;
  border-bottom: 0 none;
  border-top: 0 none;
  top: 4px;
  position: relative;
  animation: sk-rotateplane 1.2s infinite ease-in-out;
}

@-webkit-keyframes sk-rotateplane {
  0% { -webkit-transform: rotate(0deg) }
  50% { -webkit-transform: rotate(-180deg) }
  100% { -webkit-transform: rotate(360deg) }
}

@keyframes sk-rotateplane {
  0% {
    transform: rotate(0deg);
    -webkit-transform: rotateX(0deg);
  } 50% {
    transform: rotate(-180deg);
    -webkit-transform: rotate(-180deg)
  } 100% {
      transform: rotate(360deg);
      -webkit-transform: rotate(360deg);
    }
}

/* Amasty_XSearch */
.amsearch-wrapper-block {
  max-width: 76vw;
}
.amsearch-input-wrapper.-dynamic-width {
  max-width: 76vw;
  height: 100px;
  text-align: center;
}
.amsearch-input-wrapper.-dynamic-width input[type="text"] {
  color: #222;
  border-bottom: 1px solid;
  width: 50%;
  margin: 15px auto;
  background-color: #ffffff;
  position: inherit;
  display: inline;
  height: 25px;
  line-height: 25px;
  font-size: 13px;
  letter-spacing: 2px;
  text-align: center;
  padding: 0;
}

.amsearch-result-section {
  position: absolute;
  border: 1px solid #000000 !important;
  max-width: 76vw;
  overflow: hidden;
  scrollbar-color: #adadad rgba(255, 255, 255, 0.2);
  scrollbar-width: thin;
  overflow-y: auto;
  max-height: 70vh;
  left: 0;
  margin: auto;
  right: 0;
  box-shadow: 0 4px 6px;
  display: flex;
}

.amsearch-result-section .amsearch-message-block {
  background: #fff;
  margin-bottom: 0;
  max-width: 76vw;
  padding: 20px;
  width: 1340px;
  text-align: center;
}

@media (max-width: 599px) {
  .amsearch-result-section:has(.amsearch-message-block) {
    flex-direction: column;
  }
  .amsearch-result-section:has(.amsearch-message-block) .amsearch-items-section {
    height: calc(100vh - 163px);
    padding: 0px 15px 15px;
    width: 100%;
  }
  .amsearch-result-section:has(.amsearch-message-block) .amsearch-message-block {
    height: 100%;
    width: 100%;
    max-width: none;
  }
}

.amsearch-items-section {
    float: left;
    width: 660px;
    padding: 15px 0;
    overflow-x: hidden;
    flex-direction: column;
    background-color: #F9F9F9;
    display: flex;
    align-content: flex-start;
    flex-wrap: wrap;
    box-sizing: border-box;
}

.amsearch-items-section div {
  padding: 0px 15px 15px;
  width: 100%;
}

.amsearch-items-section div .amsearch-block-header {
  position: relative;
  margin-bottom: 0;
  padding: 0 0 5px;
  color: #000000;
  text-transform: uppercase;
  word-wrap: break-word;
  word-break: break-word;
  font-weight: 700;
  text-align: center;
}

.amsearch-items-section div .amsearch-item {
  padding: 5px 15px;
  margin: 0 8px 10px 0;
  border: 1px solid #e2e4ee;
  text-decoration: none;
  font-size: 12px;
  box-sizing: border-box;
  display: inline-block;
}

.amsearch-items-section div .amsearch-tab-items .amsearch-item:hover {
  background-color: #222;
}


.amsearch-items-section div .amsearch-item:hover .item-name {
  color: white !important;
}

.amsearch-items-section div .amasty-xsearch-num-results {
  display: none;
}

.amsearch-items-section div:nth-child(1) .amsearch-tab-items {
  align-items: center;
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
}

.amsearch-items-section div:nth-child(2) .amsearch-item {
  display: block;
  padding: 5px 10px;
}

.amsearch-items-section div:nth-child(2) .amsearch-item .amsearch-link {
  cursor: pointer;
  font-size: 1.2rem;
  outline: none;
  color: #000000;
  text-transform: capitalize;
  text-align: center;
  display: block;
  padding: 5px 10px;
}

.amsearch-items-section div:nth-child(2) .amsearch-item:hover .amsearch-link {
  color: #fff !important;
}

section.amsearch-products-section.-grid {
  background-color: #ffffff !important;
  float: right;
  width: 1340px;
  border-left: 1px solid #e8e9ef;
  padding: 15px 0;
  overflow: hidden;
}

section.amsearch-products-section.-grid .amsearch-block-header {
  position: relative;
  margin-bottom: 0;
  color: #000000;
  text-transform: uppercase;
  word-wrap: break-word;
  word-break: break-word;
  font-weight: 700;
  padding: 0 15px 10px;
  text-align: center;
}
section.amsearch-products-section.-grid .amsearch-block-header .amsearch-link,
section.amsearch-products-section.-grid .amsearch-block-header .amsearch-title .amsearch-count {
  display: none;
}

section.amsearch-products-section.-grid .amsearch-product-list {
  display: flex;
  flex-wrap: wrap;
  margin-bottom: 30px;
  padding-left: 4px;
}

section.amsearch-products-section.-grid .amsearch-product-list .product-item {
  width: 25%;
  padding: 15px;
  text-align: center;
}

section.amsearch-products-section.-grid .amsearch-product-list .product-item .amsearch-description .amsearch-highlight {
  background-color: #000000 !important;
  color: #fff;
}

section.amsearch-products-section.-grid .amsearch-product-list .product-item img {
  max-width: 160px !important;
  height: auto;
}
#social-login-popup #social-form-password-forget .actions-toolbar .primary {
  display: flex;
  flex-direction: row-reverse;
  justify-content: center;
  align-items: center;
  gap: 25px;
}
#social-login-popup #social-form-password-forget .actions-toolbar .primary .primary.send,
#social-login-popup #social-form-password-forget .actions-toolbar .primary .secondary {
  width: 50%;
}
#social-login-popup #social-form-password-forget .actions-toolbar .primary .secondary a {
  height: 40px;
}
#social-login-popup #social-form-password-forget .actions-toolbar .primary  .primary.send {
  margin-bottom: 0;
}

/* Checkout */

.checkout-index-index .methods-shipping  button.button.action.continue.primary,
.checkout-index-index .payment-option.discount-code .form-discount .actions-toolbar .action.action-apply,
.checkout-index-index .payment-method._active button.action.primary.checkout {
  color: #fff !important;
  background-color: #1a1a1a !important;
  border-color: #1a1a1a !important;
}

.checkout-index-index .methods-shipping button.button.action.continue.primary:hover,
.checkout-index-index .payment-option.discount-code .form-discount .actions-toolbar .action.action-apply:hover,
.checkout-index-index .payment-method._active button.action.primary.checkout:hover {
  color: #000 !important;
  border: 1px solid #000 !important;
  background-color: #fff !important;
}


/* Estilos del buscador */

 /* Contenedor del modal */
 .search-modal-wrapper {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: inherit;
  z-index: 9999;
  background: #ffffff;
  opacity: 0;
  /* Se oculta inicialmente */
  visibility: hidden;
  justify-content: center;
  opacity: 0;
  transition: all 400ms;
}

/* Mostrar modal cuando isSearchVisible es true */
.search-modal-wrapper.is-visible {
  opacity: 1;
  /* height: 100px; */
  visibility: visible;
  /* min-width: 600px */
  /* border-top: 0;
  border-bottom: 1px solid #222; */
  /* min-width: 992px */
  margin-top: 105px;


}

/* Contenido del modal */
.search-modal {
  background: #fff;
  height: 100px;
  /* Ajuste para móviles */
  text-align: center;
  position: relative;
  transform: translateY(-20px);
  transition: transform 0.3s ease-in-out;
}

/* Animación de entrada */
.search-modal-wrapper.is-visible .search-modal {
  transform: translateY(0);
}

/* Botón de cierre */
.close-search {
  width: auto;
  height: 45px;
  color: #222;
  background: none;
  border: none;
  font-size: 30px;
  cursor: pointer;
  vertical-align: bottom;
  position: initial;
  display: inline;
}

.search-button {
  background: none;
  border: none;
  color: #000;
  font-size: 24px;
  line-height: 1;
  display: block;
}

.search-button-click {
  vertical-align: bottom;
  position: initial;
  display: inline;
  width: auto;
  height: 45px;
}

.amsearch-wrapper-block {
  padding: 19px 12px 16px 0;
}

.amsearch-wrapper-block .amsearch-form-block {
  width: auto !important;
}

.amsearch-wrapper-block .amsearch-result-section {
  left: inherit;
  opacity: 1;
  visibility: visible;
  transition: opacity 400ms;
  box-shadow: 0 4px 6px rgba(61, 62, 66, 0.05), 0 4px 25px rgba(75, 76, 83, 0.15);
  /* flex-wrap: wrap; */
}

section.amsearch-products-section.-grid {
  box-shadow: inset 5px 0 5px -5px #222;
}

.amsearch-result-section.is-hidden {
  opacity: 0;
  visibility: hidden;
}

.amsearch-button {
  display: none;
}

.search-modal .amsearch-input-wrapper.-dynamic-width {
  max-width: 100%;
  padding-top: 15px;
}

/* Evitar que la página se desplace cuando el modal esté abierto */
body.search-modal-open {
  overflow: hidden;
}

.amsearch-block-header .amsearch-title .amsearch-count {
  display: block;
}

.amsearch-block-header .amsearch-link {
  display: block;
}

section.amsearch-products-section.-grid .amsearch-product-list .product-item {
  display: flex;
  flex-direction: column;
  width: 50%;
  padding: 15px;
  justify-content: space-between;
}

@media (min-width: 768px) {
  section.amsearch-products-section.-grid .amsearch-product-list .product-item {
    width: 33%;
  }
}
@media (min-width: 1550px) {
  section.amsearch-products-section.-grid .amsearch-product-list .product-item {
    width: 25%;
  }
}


/* .amsearch-wrapper-block .amsearch-result-section .amsearch-items-section .amsearch-products-section .see-all a{
      border-bottom: 1px solid #06c;
      color: #06c;
      text-decoration: none;
  } */

/* Puntos de quiebre */
@media (min-width: 600px) {
  .search-modal {
      border-top: 0;
      border-bottom: 1px solid #222;
  }

  .search-modal-wrapper.is-visible {
      margin-top: 0;
  }
  .amsearch-wrapper-block .amsearch-result-section {
    border-top: none !important;
}
}

@media (min-width: 992px) {
  .search-modal-wrapper.is-visible {
      margin-top: 105px;
  }
}

@media (max-width: 992px) {
  /* .search-modal-wrapper.is-visible {
      margin-top: 105px;
  } */
   .amsearch-wrapper-block .amsearch-result-section {
      top: calc(100% + 105px);
  }
}

@media (max-width: 599px) {
  .amsearch-wrapper-block .amsearch-result-section  {
    max-width: none;
    position: fixed!important;
    left: 0;
    top: 190px!important;
    right: 0;
    bottom: inherit;
    z-index: 999;
}

  .search-modal-wrapper.is-visible {
     /*  margin-top: calc(100vh - 163px); */
      margin-top: 90px;
  }
  .amsearch-wrapper-block .amsearch-result-section {
      max-height: none;
      height: calc(100vh - 163px);
      border: none !important;
  }
}

@media (min-width: 768px) {
  /* .amsearch-wrapper-block .amsearch-result-section {
      top: calc(100% + 106px);
  } */
  .amsearch-wrapper-block .amsearch-result-section .amsearch-products-section .see-all{
      position: absolute;
      bottom: 0;
      left: 50%;
      transform: translate(-50%, -50%);
  }
  .amsearch-wrapper-block .amsearch-result-section .amsearch-products-section .see-all a{
      border-bottom: 1px solid #06c;
      color: #06c;
      text-decoration: none;
  }
  .amsearch-wrapper-block .amsearch-result-section .amsearch-products-section {
      position: relative;
  }

}

@media (max-width: 768px) {
  /* .amsearch-wrapper-block .amsearch-result-section  {
      max-width: none;
      position: fixed;
      left: 0;
      top: 0;
      right: 0;
      bottom: inherit;
      z-index: 999;
  } */
  .amsearch-wrapper-block .amsearch-result-section .amsearch-items-section {
      flex-direction: row;
  }

  .amsearch-wrapper-block .amsearch-result-section .amsearch-items-section .amsearch-products-section {
      order: 2;
      display: flex;
      flex-direction: column;
      background: #fff;
  }

  .amsearch-wrapper-block .amsearch-result-section .amsearch-items-section .amsearch-products-section .see-all{
      order: 2;
      text-align: center;
      margin-top: 30px;
  }

  .amsearch-block-header .amsearch-title .amsearch-count {
  display: none;
}



  .amsearch-wrapper-block .amsearch-result-section .amsearch-items-section .amsearch-products-section .amsearch-collapsible-title {
      padding: 0 15px 10px;
  }

  .amsearch-wrapper-block .amsearch-result-section .amsearch-items-section .amsearch-products-section .amsearch-product-list .amsearch-item {
      padding: 0;
      display: flex;
      border: none;
  }

  .amsearch-wrapper-block .amsearch-result-section .amsearch-items-section .amsearch-products-section .amsearch-product-list .amsearch-item .amsearch-image{
      width: 40%;
  }

  .amsearch-wrapper-block .amsearch-result-section .amsearch-items-section .amsearch-products-section .amsearch-product-list .amsearch-item .amsearch-image .amsearch-product-image-container img {
      max-height: none !important;
      width: 100%;
      height: auto;
  }

  .amsearch-wrapper-block .amsearch-result-section .amsearch-items-section .amsearch-products-section .amsearch-product-list .amsearch-item .amsearch-description {
      width: 60%;
      text-align: center;
      padding-left: 13px;
  }
  .amsearch-wrapper-block .amsearch-result-section .amsearch-items-section .amsearch-products-section .amsearch-product-list .amsearch-item .amsearch-description .amsearch-link {
    color: #000000;
  }
  .amsearch-wrapper-block .amsearch-result-section .amsearch-items-section .amsearch-products-section .amsearch-product-list .amsearch-item .amsearch-description .amsearch-link .amsearch-highlight {
    background-color: #000000;
    color: #fff;
  }

  .amsearch-block-header .amsearch-link {
  display: none;
}

}

/* Fix border */
.checkout-cart-index .discount .btn-primary,
.checkout-cart-index .discount .btn-primary {
  border: 1px solid #000;
}

/* Fix menu mobile */
@media (max-width: 1199px) {
  .menze-4:not(.menze-5) .col-md-3.col-xs-12:nth-child(3) {
      order:unset;
  }
}

/* Tax modal busqueda */
.amsearch-item.product-item .price-box.price-final_price .price-wrapper.price-excluding-tax {
  position: relative;

}

@media (min-width: 1200px) {
  .amsearch-item.product-item .price-box.price-final_price .price-wrapper.price-excluding-tax {
    line-height: 1.5;
  }
}
.amsearch-description.product-item-details .normal-price.red .price-wrapper.price-including-tax {
    margin-bottom: 20px;
}
.amsearch-description.product-item-details:has(.normal-price.red) .price-box.price-final_price .old-price.sly-old-price {
    position: absolute;
    top: 20px;
}


@media (min-width: 768px) {
  .amsearch-result-section {
      max-height: unset;
  }
}


/* Filtros */
@media (min-width: 991px) {
    .catalog-category-view.wp-ln-filter-page,
    .catalogsearch-result-index
    {

        #layer-product-list {
            position: relative;
        }

        .category-product-actions .filter-toggle a.title {
            top: 0;
        }

        .filter-options-title::before {
            display: block !important;
            content: "\e688" !important;
            font-family: "Pe-icon-7-stroke";
            height: auto !important;
            width: auto !important;
            background-color: transparent !important;
            right: 0;
            bottom: unset!important;
            left: unset!important;
            color: #222;
            font-size: 30px;
            position: absolute;
            top: -12px;
        }

        .filter-options {
            display: flex;
            flex-direction: column;
        }

        .block.filter .block-content.filter-content .filter-options-item {
            margin-bottom: 0;
            width: 100%;
            margin: 0;
        }

        .filter-options-content,
        .swatch-layered.product_list_order
        {
            padding: 0 0 20px 0;
        }

        .block-content.filter-content {
            top: 80px!important;
            width: 400px!important;
            min-height: 100vh;
            height: auto;
            padding: 0!important;
            z-index: 99999!important;
            border-right: 1px solid #e3e3e3!important;
            border-top: 1px solid #e3e3e3!important;


            .mobile-filter-title {
                display: block !important;
                text-align: center;
                margin-top: 20px;
                font-size: 16px;
                font-weight: bold;
            }

            .filter-options {
                .mobile-filter-actions {
                    justify-content: center;
                }
            }
        }

        #layer-product-list .category-product-actions .title:before {
            left: unset!important;
            display: none!important;
        }

    }

    html:not(.filter-open) .category-product-actions.sticky {
        top: 130px;
    }

    .catalogsearch-result-index .category-product-actions .filter-toggle {
      width: auto;
    }

    .product_list_order,
    .filter-options,
    .filter-options-item  {
      overflow-y: unset!important;
    }

    .block.filter .block-content.filter-content .filter-options-item, .block.filter .block-content.filter-content .product_list_order {
      max-height: unset!important;
    }


}

@media (max-width: 991px) {
  .filter-open .page-layout-1column .search.results .category-product-actions .filter-toggle > a.title::before {
    top: 0;
  }
}

@media (min-width: 768px) and (max-width: 991px) {
    html:not(.filter-open) {
      .category-product-actions {
        .filter-toggle {
            display: none!important;
        }
      }
    }
    .filter-open {
      .filter-toggle {
        position: unset!important;
      }
      .title {
        &:before {
          left: calc(100vw - 30px)!important;
          top: 0!important;
          position: fixed!important;
        }
      }
    }
    
    .catalog-category-view.wp-ln-filter-page,
    .catalogsearch-result-index
    {

      .block-content.filter-content {


        .filter-options-item {
          margin: 0!important;
          width: 100%!important;
        }
        .filter-options-title {
          margin: 0!important;
        }
        .filter-options-content{
          padding: 0 0 20px 10px!important;
        }
        .sorte-title:after {
          display: none!important;
        }
        .sorte-title .order-selected {
          display: inline!important;
          font-weight: 500!important;
        }
      }

    }
}

/* Iconos Vista PLP */
@media (max-width: 991px) {
    .category-product-actions .filter-toggle {
        width: auto!important;
    }
}
.category-product-actions .btn-group-toggle.col-switcher {
    .one-col:before,
    .two-cols:before,
    .four-cols:before
    {
        font-size: 24px;
        top: 8px;
        margin-right: 0;
        height: 24px;
        width: 24px;
    }
    .one-col:before {
        content: url("../images/vista1Gris.svg");
    }
    .two-cols:before {
        content: url("../images/vista2Gris.svg");
    }
    .four-cols:before {
        content: url("../images/vista4Gris.svg");
    }

    .one-col:hover:before,
    .one-col.active,
    .one-col.active:hover {
        content: url("../images/vista1Black.svg");
    }
    .two-cols:hover:before,
    .two-cols.active,
    .two-cols.active:hover {
        content: url("../images/vista2Black.svg");
    }
    .four-cols:hover:before ,
    .four-cols.active,
    .four-cols.active:hover {
        content: url("../images/vista4Black.svg");
    }

    .btn-secondary.active,
    .btn-secondary.active:hover {
        background-color: transparent!important;
        color: transparent;
    }

    .btn-secondary {
        color: transparent;
        border: none !important;
        border-radius: 0 !important;
        justify-content: normal;
    }
}
.category-product-actions {
    .filter-toggle .filters-title {
        font-size: 1.4rem;
        margin: 0px 10px 0 6px;
        font-weight: 400;
    }
}
@media (min-width: 768px) {
  .category-product-actions {
    .filter-toggle {
        display: none!important;
    }
  }
  .filter-toggle {
    position: relative;
    top: 45px;
    z-index: 999;
    display: inline-block;

      a {
        display: flex;
        align-items: center;
        font-size: 36px;
        cursor: pointer;
        line-height: 1;
        color: #222;

        .icon:before {
          content: url(../images/config.svg);
          font-size: 24px;
          top: 8px;
          margin-right: 5px;
          height: 24px;
          width: 24px;
          display: inline-block;
        }

        .filters-title {
          font-size: 1.8rem;
        }
      }
  }
  .filter-open {
    .filter-toggle {
      position: unset;
    }
    .title {
      position: relative;
      top: 45px;
      cursor: pointer;

      &:before {
        left: calc(399px - 145px);
        z-index: 99999999;
        position: absolute;
        top: 50px;
        font-size: 30px;
        color: #8e8e8e;
        opacity: 1;
        visibility: visible;
        font-family: 'Pe-icon-7-stroke';
        content: "\e680";
        display: block;
        line-height: 50px;
        -webkit-transition: all 3s00ms;
      }
    }
  }
}

@media (max-width: 768px) {
  .category-product-actions {
    .filter-toggle {
        display: flex!important;
    }
  }
  .filter-toggle {
    display: none!important;
  }
}