/** Shopify CDN: Minification failed

Line 404:40 Expected "]" to go with "["

**/
/*
         ___  ___  _    ___   _  _ 
    /\  |   \/ _ \| |  / _ \ | \/ |
   /  \ |  _/ (_) | |_  (_)  |    | _
  / /\ \|_|  \___/|___|\___/ |_\/_|(_)


      Name: Custom styles
   Version: 1.0.0
    Author: Julio Maturrano
   Website: http://apolomultimedia.us

*/
.header-strip {
  position: relative;
  z-index: 1000; }

.site-nav__link.site-nav__apolo {
  font-family: poppins,sans-serif;
  font-size: 14px; }

.wrapper-header-custom {
  /*
  .bag-icon{
    transform: translateY(8px);
  }
  */ }
  .wrapper-header-custom .mobile-header {
    position: relative;
    z-index: 2; }
  .wrapper-header-custom .mobile-only {
    display: none; }
  .wrapper-header-custom .mobile-dropdown {
    width: 100%;
    max-height: 0;
    opacity: 0;
    height: 100vh;
    transform: translate3d(0, -100vh, 0);
    overflow: auto;
    -webkit-transition: -webkit-transform .4s,max-height .4s,opacity .5s .3s;
    transition: transform .4s,max-height .4s,opacity .5s .3s; }
  .wrapper-header-custom .header__underlay {
    opacity: 0;
    visibility: hidden;
    position: absolute;
    width: 100%;
    height: 100vh;
    background-color: rgba(0, 0, 0, 0.1);
    -webkit-transition: opacity .3s;
    transition: opacity .3s;
    margin-top: 80px;
    z-index: 1; }
  .wrapper-header-custom .desktop-only {
    display: block;
    position: relative; }
  .wrapper-header-custom .desktop-only .header-bar {
    display: none; }
  .wrapper-header-custom .header__left {
    height: 50px; }
  .wrapper-header-custom .header__left, .wrapper-header-custom .header__right {
    position: relative;
    z-index: 2;
    display: -webkit-box;
    display: -moz-box;
    display: box;
    display: -moz-flex;
    display: -ms-flexbox;
    display: flex;
    align-content: center;
    background-color: #fff; }
  .wrapper-header-custom .header__left {
    width: 50%;
    -ms-flex-line-pack: center;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    -moz-justify-content: flex-start;
    justify-content: flex-start;
    float: left; }
  .wrapper-header-custom .header__right {
    width: 50%;
    margin-right: 0;
    -ms-flex-line-pack: center;
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    -moz-justify-content: flex-end;
    justify-content: flex-end;
    height: 50px; }
  .wrapper-header-custom .dropdown__container {
    width: 100%;
    visibility: hidden;
    opacity: 0;
    background-color: #fff;
    position: absolute;
    z-index: 1;
    -webkit-transform: translate3d(0, -5px, 0);
    transform: translate3d(0, -5px, 0);
    -webkit-transition: -webkit-transform .2s,opacity .2s,visibility 0s .2s;
    transition: transform .2s,opacity .1s,visibility 0s .1s;
    border-bottom: 2px solid #eaeaeb; }
  .wrapper-header-custom .dropdown__container.dropdown__active {
    visibility: visible;
    opacity: 1; }
  .wrapper-header-custom .header__logo {
    width: 150px;
    background-color: #000;
    height: auto;
    padding: 13px 20px 0 18px; }
  .wrapper-header-custom .header__logo {
    background: #fff; }
  .wrapper-header-custom .header__nav-list {
    position: relative;
    margin-bottom: 0; }
  .wrapper-header-custom .header__nav-item, .wrapper-header-custom .header__nav-item a {
    color: black !important; }
  .wrapper-header-custom .header__nav-item a {
    padding-top: 0;
    padding-right: 2px;
    padding-bottom: 2px;
    padding-left: 2px;
    font-weight: 600; }
  .wrapper-header-custom .header__nav-item a:hover,
  .wrapper-header-custom .header__nav-item a.site-nav--active {
    border-bottom: 4px solid #18dbf1; }
  .wrapper-header-custom .header__nav-item {
    -webkit-transition: border-color .3s;
    transition: border-color .3s;
    display: inline-block;
    float: left;
    list-style: none;
    margin: 0 10px;
    font-weight: 700;
    font-size: 14px;
    padding: 13px 3px 6px;
    -webkit-touch-callout: none;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    cursor: pointer;
    border-bottom: 5px solid transparent;
    font-family: poppins,sans-serif;
    line-height: 26px; }
  .wrapper-header-custom .header__nav-extra {
    margin: 0 15px;
    padding-top: 13px;
    letter-spacing: 1.4px; }
  .wrapper-header-custom .header__nav-icon {
    margin: 0 15px;
    position: relative; }
  .wrapper-header-custom .header .recently-added {
    display: none;
    border: 1px solid #ebebeb;
    background: #fff;
    text-align: left;
    position: absolute;
    width: 350px;
    top: 50px;
    right: 15px;
    padding: 10px 10px 20px;
    z-index: 10; }
  .wrapper-header-custom .nav-exp-on .header .recently-added {
    top: 78px;
    right: -9px; }
  .wrapper-header-custom .dropdown__section.bottom-bar {
    -webkit-box-align: center;
    -ms-flex-align: center;
    -moz-align-items: center;
    align-items: center;
    margin: 32px auto; }
  .wrapper-header-custom .dropdown__section.bottom-bar,
  .wrapper-header-custom .dropdown__section.glasses {
    display: -webkit-box;
    display: -moz-box;
    display: box;
    display: -moz-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    -moz-justify-content: center;
    justify-content: center; }
  .wrapper-header-custom .dropdown__section.glasses {
    -webkit-box-align: baseline;
    -ms-flex-align: baseline;
    -moz-align-items: baseline;
    align-items: baseline;
    border-bottom: 2px solid #eaeaeb;
    padding: 56px 0; }
  .wrapper-header-custom .dropdown__section {
    width: 90%;
    margin: 24px auto;
    text-align: center;
    max-width: 1440px; }
  .wrapper-header-custom .dropdown__link {
    font-weight: 100;
    width: 100%;
    font-size: 16px;
    transition: color 0.3s;
    -webkit-transition: color 0.3s; }
  .wrapper-header-custom .dropdown__link a {
    color: #000;
    letter-spacing: 0.1em;
    font-size: 12.25px;
    text-transform: uppercase;
    font-family: poppins,sans-serif; }
  .wrapper-header-custom h1.dropdown__link {
    margin: 0; }
  .wrapper-header-custom .dropdown__link:hover a {
    color: #18dbf1 !important;
    transition: color 0.3s;
    -webkit-transition: color 0.3s; }
  .wrapper-header-custom .dropdown__item {
    width: 20%;
    padding: 0 1%;
    position: relative; }
  .wrapper-header-custom .dropdown__item a {
    display: block;
    padding-bottom: 15px; }
  .wrapper-header-custom .dropdown__item__image {
    opacity: 1;
    width: 100%;
    padding-bottom: 16px;
    display: -webkit-box;
    display: -moz-box;
    display: box;
    display: -moz-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    -moz-align-items: center;
    align-items: center;
    height: 80px; }
  .wrapper-header-custom .dropdown__item__image {
    height: auto;
    position: relative;
    padding-bottom: 0; }
  .wrapper-header-custom .dropdown__item__image img {
    width: 100%; }
  .wrapper-header-custom .dropdown__item__hover {
    opacity: 0;
    position: absolute;
    left: 0;
    top: 0;
    height: 80px;
    padding-bottom: 16px;
    display: -webkit-box;
    display: -moz-box;
    display: box;
    display: -moz-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    -moz-align-items: center;
    align-items: center; }
  .wrapper-header-custom .dropdown__item__hover {
    height: auto;
    top: 50%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    padding-bottom: 0; }
  .wrapper-header-custom .dropdown__item__title {
    margin-bottom: 0;
    padding-top: 14px; }
  .wrapper-header-custom .dropdown__item__title {
    -webkit-transition: -webkit-transform .3s,padding-top .3s,opacity .5s;
    transition: transform .3s,padding-top .3s,opacity .5s;
    font-size: 15px;
    color: #8e8e8e; }
  .wrapper-header-custom .dropdown__item__new, .wrapper-header-custom .dropdown__item__title {
    letter-spacing: 0.1em;
    padding-top: 0;
    color: #000;
    font-size: 12.25px;
    text-transform: uppercase;
    font-family: poppins,sans-serif; }
  .wrapper-header-custom .dropdown__item__new {
    -webkit-transition: -webkit-transform .3s;
    transition: transform .3s;
    font-size: 12px;
    transform: translate3d(0, -8px, 0);
    color: #29c4eb;
    opacity: 0;
    height: 0;
    margin: 0; }
  .wrapper-header-custom .dropdown__item__new {
    height: auto; }
  .wrapper-header-custom .dropdown__item:hover .dropdown__item__title {
    transform: translate3d(0, 8px, 0); }
  .wrapper-header-custom .dropdown__item:hover .dropdown__item__new {
    opacity: 1;
    transform: translateZ(0);
    -webkit-transition: -webkit-transform .3s .2s,opacity .6s .2s;
    transition: transform .3s .2s,opacity .6s .2s; }
  .wrapper-header-custom .mobile-header__block {
    width: 100%;
    display: -webkit-box;
    display: -moz-box;
    display: box;
    display: -moz-flex;
    display: -ms-flexbox;
    display: flex;
    background-color: #000;
    max-height: 56px; }
  .wrapper-header-custom .mobile-header__icon:nth-child(1) {
    padding-right: 22px; }
  .wrapper-header-custom .mobile-header__icon {
    width: 25%;
    padding: 16px 15px 14px;
    text-align: center;
    position: relative; }
  .wrapper-header-custom .mobile-header__logo {
    width: 50%;
    text-align: center;
    padding: 13px 0; }
  .wrapper-header-custom .mobile-header__logo a {
    max-width: 145px;
    display: block;
    margin: 0 auto;
    height: 100%; }
  .wrapper-header-custom .mobile-header__logo img {
    vertical-align: middle;
    display: inline-block; }
  .wrapper-header-custom .mobile-header__icon a {
    color: #fff;
    font-size: 21px; }
    .wrapper-header-custom .mobile-header__icon a img {
      margin-top: 3px; }
  .wrapper-header-custom .mobile-header__icon .bag-icon {
    transform: translateY(1px); }
  .wrapper-header-custom .mobile-header__icon:nth-child(3) {
    padding-left: 28px; }
  .wrapper-header-custom .mobile-header__nav {
    width: 100%;
    overflow: auto; }
  .wrapper-header-custom .mobile-header__nav-item {
    width: 50%;
    background-color: #fff;
    float: left;
    text-align: center;
    border-bottom: 2px solid #eaeaeb;
    cursor: pointer; }
  .wrapper-header-custom .mobile-header__nav-title {
    margin: auto;
    width: inherit;
    padding: 20px 0 9px;
    font-size: 12.25px;
    border-bottom: 4px solid transparent;
    font-family: poppins,sans-serif;
    color: black !important;
    font-weight: 600;
    text-transform: uppercase;
    /*font-family: "Montserrat","HelveticaNeue","Helvetica Neue",sans-serif;*/ }
  .wrapper-header-custom .mobile-header__nav-item.active .mobile-header__nav-title {
    border-color: #18dbf1;
    width: 80px; }
  .wrapper-header-custom .mobile-dropdown.active {
    max-height: calc(100% - 112px);
    transform: translateZ(0);
    opacity: 1; }
  .wrapper-header-custom .mobile-dropdown__section.bordered {
    border-top: 2px solid #eaeaeb;
    border-bottom: 2px solid #eaeaeb;
    height: 89px;
    margin: auto;
    width: 86%; }
  .wrapper-header-custom .mobile-dropdown__section {
    display: -webkit-box;
    display: -moz-box;
    display: box;
    display: -moz-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    -moz-align-items: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    -moz-justify-content: center;
    justify-content: center;
    width: 100%;
    height: 114px;
    text-align: center;
    position: relative; }
  .wrapper-header-custom .mobile-dropdown__section__title {
    margin: 0;
    font-size: 12.25px;
    text-transform: uppercase;
    color: #000; }
  .wrapper-header-custom .mobile-dropdown__section__title a {
    color: #000;
    font-weight: 100; }
  .wrapper-header-custom svg:not(:root) {
    overflow: hidden; }
  .wrapper-header-custom .mobile-dropdown__section__title__svg {
    margin: 2px 0 0 24px; }
  .wrapper-header-custom svg[Attributes Style] {
    width: 17px;
    height: 17px; }
  .wrapper-header-custom svg {
    transform-origin: 50% 50% 0px; }
  .wrapper-header-custom .exit {
    display: inline-block;
    padding: 9px 24px 0 0;
    height: 25px;
    cursor: pointer; }
  .wrapper-header-custom .bar:nth-last-child(2) {
    -webkit-transform: rotate(-45deg);
    transform: rotate(-45deg); }
  .wrapper-header-custom .bar {
    display: inline-block;
    width: 24px;
    border-top: 2px solid #000;
    position: absolute; }
  .wrapper-header-custom .bar:nth-last-child(1) {
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg); }
  .wrapper-header-custom .mobile-dropdown__grid .mobile-dropdown__item {
    min-height: 31vw;
    position: relative; }
  .wrapper-header-custom .mobile-dropdown__item {
    width: 50%;
    padding: 16px;
    float: left;
    text-align: center; }
  .wrapper-header-custom .mobile-dropdown__grid .mobile-dropdown__item__image {
    min-height: 24vw; }
  .wrapper-header-custom .mobile-dropdown__item__image {
    width: 90%;
    margin: auto; }
  .wrapper-header-custom .mobile-dropdown__item__title {
    text-align: center;
    color: #000;
    letter-spacing: 1.2px;
    /*font-family: lato;*/
    font-size: 12.25px;
    margin-bottom: 0;
    text-transform: uppercase;
    font-weight: 100; }
  .wrapper-header-custom .hotfix-container {
    overflow: auto;
    width: 84%;
    margin: auto;
    border-bottom: 0px solid #ffffff; }
  .wrapper-header-custom .mobile-dropdown__item.mobile-dropdown__hotfix {
    padding: 16px 32px 16px 0px; }
  .wrapper-header-custom .mobile-dropdown__container {
    overflow-y: scroll;
    min-height: 75%; }
  .wrapper-header-custom .mobile-dropdown__section.mobile-dropdown__block {
    display: block; }
  .wrapper-header-custom .site-nav__link--icon {
    padding-left: 0;
    padding-right: 0; }

body.mobile-nav-lock {
  height: 100%;
  overflow: hidden; }

.wrapper-footer-custom {
  padding-top: 30px; }
  .wrapper-footer-custom ul.no-bullets {
    padding-left: 45px; }
  .wrapper-footer-custom ul.social-icons-inline {
    margin-top: 15px; }
  .wrapper-footer-custom ul.no-bullets.social-icons-inline {
    padding-left: 0; }
  .wrapper-footer-custom ul.social-icons-inline li {
    display: inline-block; }
  .wrapper-footer-custom ul.social-icons-inline li a {
    padding-right: 8px; }
  .wrapper-footer-custom ul li {
    margin-bottom: 0;
    line-height: 0; }
  .wrapper-footer-custom ul li a,
  .wrapper-footer-custom .substitle,
  .wrapper-footer-custom .newsletter--form input[type="email"],
  .wrapper-footer-custom .author,
  .wrapper-footer-custom .subtitle-author {
    text-transform: uppercase;
    /*font-family: HelveticaNeue-Light,Helvetica Neue Light,Helvetica Neue,Helvetica,Arial,Lucida Grande,sans-serif;*/
    font-family: poppins,sans-serif;
    font-size: 12px;
    font-weight: 400;
    font-style: normal;
    line-height: 1.6; }
  .wrapper-footer-custom .payment-icons {
    margin-top: 30px; }
  .wrapper-footer-custom .title-footer {
    text-transform: uppercase;
    font-weight: 700;
    font-size: 14px;
    margin-bottom: 15px;
    /*font-family: lato;*/
    font-family: poppins,sans-serif; }
  .wrapper-footer-custom .grid-uniform .grid__item:last-child {
    padding-right: 30px; }
  .wrapper-footer-custom .newsletter--form input[type="email"] {
    border: 1px solid #ECECEC;
    font-size: 14px; }
  .wrapper-footer-custom .spacing-left {
    padding-left: 45px; }
  .wrapper-footer-custom .substitle,
  .wrapper-footer-custom .newsletter--form input[type="email"] {
    text-transform: none !important;
    font-size: 12px; }
  .wrapper-footer-custom .social-icons .icon {
    font-size: 22px; }
  .wrapper-footer-custom .payment-icons .icon {
    font-size: 40px; }

.main-content.main-bottom-cero {
  padding-bottom: 0; }

.site-footer.background-gray {
  background-color: #fafafa; }

body.template-index .site-footer.background-gray {
  margin-top: -37px; }

.wrapper-header-custom .mobile-dropdown__section.mobile-dropdown__section-exit {
  height: 50px;
  margin-bottom: 10%; }

body.mobile-nav-lock main,
body.mobile-nav-lock footer {
  display: none;
  border: 1px solid red; }

@media screen and (max-width: 1024px) {
  .site-nav__link,
  .wrapper-header-custom .dropdown__item__new,
  .wrapper-header-custom .dropdown__item__title,
  .wrapper-header-custom .dropdown__link a,
  .wrapper-header-custom .mobile-header__nav-title,
  .wrapper-header-custom .mobile-dropdown__section__title,
  .wrapper-header-custom .mobile-dropdown__item__title {
    font-size: 14px; } }
@media screen and (min-width: 768px) {
  .show-for-small {
    display: none !important; } }
@media screen and (max-width: 768px) {
  .wrapper-footer-custom .spacing-left.column-responsive,
  .wrapper-footer-custom ul.no-bullets.column-responsive {
    padding-left: 0; }

  .wrapper-header-custom .desktop-only {
    display: none; }

  .wrapper-header-custom .mobile-only {
    display: block; }

  .wrapper-header-custom .mobile-dropdown {
    height: 86vh; }

  /*
  html,
  body.mobile-nav-lock, 
  body.mobile-nav-lock #PageContainer{
    height: 90vh !important;
    //overflow: hidden !important;
    //border-bottom: 1px solid red;
    position: fixed;
  }
  */
  .wrapper-header-custom .mobile-header__icon {
    padding: 13px 15px 14px; } }
@media screen and (max-width: 767px) {
  .grid__item.grid-product.one-half.medium--one-half.large--one-quarter {
    height: 400px; }

  .grid-uniform .grid-product__image-wrapper {
    height: 250px !important; }

  .wrapper-footer-custom .payment-icons .icon {
    font-size: 32px; } }
@media screen and (max-width: 736px) {
  .wrapper-header-custom .mobile-dropdown__section.bordered {
    height: 40px; }

  .wrapper-header-custom .mobile-dropdown__section {
    height: 145px; }

  .wrapper-header-custom .mobile-dropdown {
    height: 62vh; } }
@media screen and (max-width: 667px) {
  .wrapper-header-custom .mobile-dropdown {
    height: 58vh; } }
@media screen and (max-width: 600px) {
  .wrapper-header-custom .mobile-dropdown {
    height: 64vh; } }
@media screen and (max-width: 568px) {
  .wrapper-footer-custom .spacing-left,
  .wrapper-footer-custom ul.no-bullets {
    padding-left: 0; }

  .wrapper-footer-custom .grid-uniform .grid__item:last-child {
    padding-right: 0; }

  .wrapper-footer-custom .newsletterx {
    padding: 0 20px; }

  .wrapper-footer-custom .payment-icons .icon {
    font-size: 22px; }

  .site-footer.background-gray {
    margin-top: 0; }

  .wrapper-header-custom .mobile-dropdown {
    height: 48vh; } }
@media screen and (max-width: 414px) {
  .wrapper-header-custom .mobile-dropdown {
    height: 81vh; } }
@media screen and (max-width: 384px) {
  .wrapper-header-custom .mobile-dropdown {
    height: 78vh; } }
@media screen and (max-width: 320px) {
  .header-strip h5, .header-strip .h5 {
    font-size: 0.65em; }

  .wrapper-header-custom .mobile-header__logo a {
    max-width: 120px; }

  .wrapper-header-custom .mobile-header__icon {
    padding: 12px 15px 14px; }

  .wrapper-header-custom .mobile-header__nav-title {
    font-size: 12px; }

  .wrapper-header-custom .mobile-dropdown {
    height: 75vh; } }
