/*! HTML5 Boilerplate v5.0 | MIT License | http://h5bp.com/ */

html {
    color: #222;
    font-size: 1em;
    line-height: 1.4;
}

::-moz-selection {
    background: #b3d4fc;
    text-shadow: none;
}

::selection {
    background: #b3d4fc;
    text-shadow: none;
}

hr {
    display: block;
    height: 1px;
    border: 0;
    border-top: 1px solid #ccc;
    margin: 1em 0;
    padding: 0;
}

audio,
canvas,
iframe,
img,
svg,
video {
    vertical-align: middle;
}

fieldset {
    border: 0;
    margin: 0;
    padding: 0;
}

textarea {
    resize: vertical;
}

a {
    color: #7fb13e;
    text-decoration: none;
}

table {
    width: 100%;
}

table th,
table td {
    border: 1px solid rgba(0, 0, 0, 0.1);
    padding: 15px;
}

/* main theme */

* {
    box-sizing: border-box;
}

body {
    background-color: #ffffff;
    font: 16px/26px LatoWeb, Helvetica, Helvetica Neue, Arial;
}

.wrapper {
    width: 90%;
    margin: 0 5%;
}

/* header */
.header-top {
    background-color: #5c5c5c;
}
.header-top .top-links {
    float: right;
}
.header-top .top-links li {
    margin-left: 50px;
}
.header-top .top-links a {
    font-family: 'LatoWeb';
    font-size: 15px;
    line-height: 26px;
}
.header-bottom {
    padding: 30px 0 15px;
    position: relative;
}
.header-bottom .logo {
    display: inline-block;
    margin-bottom: 4px;
    margin-right: 115px;
    vertical-align: bottom;
}
.header-bottom .logo h1 {
    color: #5c5c5c;
    margin: 0;
}
.header-bottom .logo h1 a {
    color: #7fb13e;
}
.header-bottom .logo img {
    height: auto;
    width: auto;
}
.header-bottom .main-menu {
    display: inline-block;
    vertical-align: bottom;
}
.header-bottom .main-menu.desktop-only {
    text-align: center;
    width: 40%;
}
.header-bottom .main-menu.desktop-only > .nav {
    display: inline-block;
}
.header-bottom .main-menu li {
    margin-right: 50px;
}
.header-bottom .main-menu li:last-child {
    margin-right: 0;
}
.header-bottom .main-menu a {
    color: #5c5c5c;
    font-family: 'LatoWebSemibold';
    font-size: 18px;
    line-height: 18px;
    text-transform: uppercase;
}
.header-bottom .header-right {
    display: inline-block;
    float: right;
    margin: 58px 0 0;
}
.header-right .mini-cart {
    display: inline-block;
    vertical-align: bottom;
}
/*.header-right .mini-cart ul,
.header-right .mini-cart p {
    margin: 0;
}
.header-right .mini-cart p.buttons,
.header-right .mini-cart p.total {
    display: none;
}*/
.header-right .mini-cart a {
    background: transparent url("../img/icons/minicart.jpg") no-repeat scroll left center;
    color: #000000;
    font-family: 'LatoWebSemibold';
    font-size: 15px;
    padding: 5px 0 0 25px;
}
.header-right .mini-cart .qty {
    color: #71a032;
    font-size: 14px;
    vertical-align: super;
}
.header-right .lang-nav {
    display: inline-block;
    margin-left: 60px;
    vertical-align: bottom;
}
.header-right .lang-nav li:last-child {
    margin-left: 8px;
}
.header-right .lang-nav a {
    color: #989797;
    font-family: 'LatoWebSemibold';
    font-size: 12px;
    text-transform: uppercase;
}
.header-right .lang-nav a:hover,
.header-right .lang-nav li.active a {
    color: #010101;
}

/* footer */
.footer-container {
    background: #828383 url("../img/bg-footer.jpg") no-repeat scroll bottom center;
    min-height: 330px;
}
.footer-container .footer-grid {
    padding: 47px 0 0;
}
.footer-container .logo {
    max-width: 146px;
}
.footer-container ul {
    list-style: none;
    margin: 0;
    padding: 0;
}
.footer-container ul li {
    padding: 10px;
}
.footer-container ul li a {
    color: #ffffff;
    display: block;
    font-family: 'LatoWebSemibold';
    font-size: 16px;
    line-height: normal;
}
.footer-container .menu li a:before {
    color: #ffffff;
    content: '-';
}
.footer-container a.email span {
    background: transparent url("../img/icons/email.png") no-repeat scroll 0 0;
    padding: 0 0 0 25px;
}
.footer-container a.phone span {
    background: transparent url("../img/icons/phone.png") no-repeat scroll 5px 0;
    padding: 6px 0 6px 25px;
}
.footer-container .social-links {
    text-align: right;
}
.footer-container .social-links a {
    display: inline-block;
    margin: 0 0 0 10px;
    text-transform: uppercase;
    vertical-align: bottom;
}
.footer-container .social-links a:first-child {
    margin-left: 0;
}
.menu-menu-footer-2-container {
    padding-left: 25%;
}
.menu-menu-footer-3-container {

}
.menu-menu-footer-4-container {
    padding-left: 5%;
}

/* footer grid */
.footer-grid::after {
    content: "";
    clear: both;
    display: table;
}
.footer-grid .footer-col {
    float: left;
    padding: 0 15px;
}
.footer-grid .col-1 {
    width: 8.33%;
}
.footer-grid .col-2 {
    width: 16.66%;
}
.footer-grid .col-3 {
    width: 25%;
}
.footer-grid .col-6 {
    width: 50%;
}
.footer-grid .col-7 {
    width: 58.33%;
}
.footer-grid .col-x {
    width: 21.33%;
}
.footer-grid .col-y {
    width: 12%;
}
.footer-grid .no-padding {
    padding: 0;
}

.header-container a,
.footer-container a {
    color: #ffffff;
}

/* post container */
.post-container {
    min-height: 480px;
}
.post-title {
    /*background-color: #f1f1f1;*/
    /*background-color: #5c5c5c;*/
    background-color: #929292;
    margin-bottom: 2em;
    padding: 45px 0 40px;
    text-align: center;
}
.post-title h2 {
    color: #ffffff;
    font-family: 'existencelight';
    font-size: 92px;
    font-weight: 300;
    line-height: 86px;
    margin: 0;
    text-transform: uppercase;
}
/* Title Colors */
.post-container.product-sandia .post-title {
    /*background-color: #cc0b28;*/
    background-color: #ef57a0;
}
.post-container.product-cereza .post-title {
    /*background-color: #e62f15;*/
    background-color: #d31937;
}
.post-container.product-limon .post-title {
    /*background-color: #31a11b;*/
    background-color: #fdd829;
}
.post-container.product-menta .post-title {
    background-color: #1992df;
}

/* navigation */
nav {
    overflow: hidden;
}

nav ul {
    margin: 0;
    padding: 0;
    list-style-type: none;
}

nav ul li {
    display: inline-block;
    float: left;
}

nav a {
    display: block;
    text-decoration: none;
}

nav a:hover,
nav a:visited {
    text-decoration: none;
}

/* IE Fixes */

.ie7 .title {
    padding-top: 20px;
}

/* banner slider */
.banner-slider img {
    height: auto;
    width: 100%;
}
.banner-slider p {
    margin: 0;
}
.banner-slider .bx-wrapper .bx-pager,
.banner-slider .bx-wrapper .bx-controls-auto {
    bottom: 12px;
}
.banner-slider .bx-wrapper .bx-pager.bx-default-pager a {
    background: transparent url("../img/bg-bxslider-pager.png") no-repeat scroll 0 0;
    height: 14px;
    margin: 0 3px;
    width: 13px;
}
.banner-slider .bx-wrapper .bx-pager.bx-default-pager a:hover,
.banner-slider .bx-wrapper .bx-pager.bx-default-pager a.active,
.banner-slider .bx-wrapper .bx-pager.bx-default-pager a:focus {
    background-position: 0 bottom;
}

/* sabores */
.sabores-container {
    overflow: hidden;
    padding: 75px 0;
    text-align: center;
}
.sabores-box {
    display: inline-block;
    margin: 0 25px;
    vertical-align: top;
    min-width: 155px;
}
.sabores-box .thumbnail {
    margin: 0 0 15px;
}
.sabores-box .thumbnail img {
    height: auto;
    width: auto;
}
.sabores-box .permalink {
    border: 2px solid;
    -webkit-border-radius: 25px;
    border-radius: 25px;
}
.sabores-box .permalink a {
    display: block;
    font-family: 'LatoWebBold';
    font-size: 18px;
    height: 43px;
    line-height: 47px;
    text-transform: uppercase;
}
.sabores-box .permalink:hover a {
    color: #ffffff !important;
}
/* Sabores Colors */
.sabores-box.sabor-menta .permalink {
    border-color: #1992df;
}
.sabores-box.sabor-menta .permalink a {
    color: #1992df;
}
.sabores-box.sabor-menta .permalink:hover {
    background-color: #1992df;
}
.sabores-box.sabor-cereza .permalink {
    /*border-color: #e62f15;*/
    border-color: #d31937;
}
.sabores-box.sabor-cereza .permalink a {
    /*color: #e62f15;*/
    color: #d31937;
}
.sabores-box.sabor-cereza .permalink:hover {
    /*background-color: #e62f15;*/
    background-color: #d31937;
}
.sabores-box.sabor-limon .permalink {
    /*border-color: #7ec81f;*/
    border-color: #fdd829;
}
.sabores-box.sabor-limon .permalink a {
    /*color: #7ec81f;*/
    color: #fdd829;
}
.sabores-box.sabor-limon .permalink:hover {
    /*background-color: #7ec81f;*/
    background-color: #fdd829;
}
.sabores-box.sabor-sandia .permalink {
    /*border-color: #cc0b28;*/
    border-color: #ef57a0;
}
.sabores-box.sabor-sandia .permalink a {
    /*color: #cc0b28;*/
    color: #ef57a0;
}
.sabores-box.sabor-sandia .permalink:hover {
    /*background-color: #cc0b28;*/
    background-color: #ef57a0;
}

/* video */
.video {
    background-color: #f1f1f1;
}
.video .video-container {
    padding: 31px 42px 50px;
}
.video .title {
    text-align: center;
}
.video .title h2 {
    color: #191919;
    font-family: 'existencelight';
    font-size: 40px;
    line-height: 49px;
    margin: 0 0 12px;
}

/* about */
.about {
    padding: 64px 0 94px;
}
.about .about-banner {
    margin-bottom: 70px;
}
.about .about-banner img {
    height: auto;
    width: 100%;
}
.about .about-box {
    border-right: 1px solid #1992df;
    vertical-align: top;
}
.about .about-box:last-child {
    border-right: 0 none;
}
.about .about-box .thumbnail {
    display: block;
    height: 70px;
    margin: 0 0 18px;
    text-align: center;
}
.about .about-box img {
    height: auto;
    max-width: 100%;
    vertical-align: text-top;
}
.about .about-box .title {
    color: #1992df;
    display: block;
    font-family: 'LatoWebBold';
    font-size: 14px;
    line-height: normal;
    text-align: center;
}

/* about grid */
.about .about-container::after {
    content: "";
    clear: both;
    display: table;
}
.about .azucar,
.about .xilitiol,
.about .about-box {
    float: left;
    padding: 8px 15px;
}
.about .azucar {
    width: 33.33%;
}
.about .xilitiol {
    width: 66.66%;
}
.about .about-box {
    width: 16.66%;
}

/* moments */
.moments .moments-banner img {
    height: auto;
    width: 100%;
}

/* newsletter */
.newsletter {
    padding: 122px 0 59px;
}
.newsletter-container {
    border: 1px solid #c7c7c7;
    margin: 0 auto;
    max-width: 793px;
    padding: 45px;
    text-align: center;
}
.newsletter h2 {
    color: #4c4b4b;
    font-family: 'LatoWeb';
    font-size: 32px;
    font-weight: 400;
    margin: 0 0 34px;
}
.newsletter p {
    color: #4c4b4b;
    font-family: 'LatoWebMedium';
    font-size: 18px;
    line-height: 18px;
    margin: 0 0 44px;
    overflow: hidden;
}
.newsletter form p {
    margin: 0;
}
.newsletter input[type='text'] {
    width: 188px;
}
.newsletter input[type='email'] {
    width: 297px;
}
.newsletter input[type='text'],
.newsletter input[type='email'] {
    color: #4c4b4b;
    border: 1px solid #bcbbbb;
    -webkit-border-radius: 25px;
    border-radius: 25px;
    font-family: 'LatoWebSemibold';
    font-size: 14px;
    height: 45px;
    margin: 0 6px 0 0;
    text-align: center;
    text-transform: uppercase;
}
.newsletter input[type='text']:focus,
.newsletter input[type='email']:focus {
    outline: none;
}
.newsletter button[type='submit'] {
    background-color: transparent;
    border: 1px solid #7fb13e;
    -webkit-border-radius: 25px;
    border-radius: 25px;
    color: #7fb13e;
    font-family: 'LatoWebSemibold';
    font-size: 14px;
    height: 45px;
    text-align: center;
    text-transform: uppercase;
    width: 162px;
}
.newsletter button[type='submit'] span {
    background: transparent url("../img/icons/submit.png") no-repeat scroll 0 0;
    padding: 0 0 0 32px;
    vertical-align: bottom;
}
.newsletter button[type='submit']:focus {
    outline: none;
}
.newsletter input[type='checkbox'] {
    display: inline-block;
    float: left;
    margin: 3px 5px 0 0;
}
.newsletter label {
    color: #4c4b4b;
    font-family: 'LatoWebMedium';
    font-size: 14px;
    vertical-align: bottom;
}
.newsletter label a {
    color: #7fb13e;
}
.newsletter .terminos {
    display: inline-block;
    margin: 43px auto 0;
    text-align: left;
}
.newsletter span.wpcf7-not-valid-tip {
    left: 0;
    position: absolute;
    text-align: center;
    top: 40px;
    width: 100%;
}

/* product view */
.woocommerce div.product div.summary {
    color: #555454;
    font-family: 'LatoWebBold';
    font-size: 15px;
    padding: 64px 0 0;
}
.woocommerce div.product div.summary p {
    margin: 0 0 15px;
}
.woocommerce div.product div.summary p img.full-width {
    width: 100%;
}
.woocommerce-product-details__short-description {
    margin: 0 0 37px;
}
.woocommerce div.product p.price, .woocommerce div.product span.price {
    color: #000000;
    display: inline-block;
    font-family: 'bebas_neuebold';
    font-size: 50px;
    float: left;
    margin: 0 20px 0 0;
}
.woocommerce div.product div.summary p.price, .woocommerce div.product div.summary span.price {
    margin-right: 20px;
    margin-top: 12px;
}
.woocommerce div.product div.images {
    margin-bottom: 128px;
}
.woocommerce div.product div.images img {
    margin-left: auto;
    margin-right: auto;
    width: auto;
}
/* product tabs */
.woocommerce #content div.product .woocommerce-tabs,
.woocommerce div.product .woocommerce-tabs,
.woocommerce-page #content div.product .woocommerce-tabs,
.woocommerce-page div.product .woocommerce-tabs {
    margin-bottom: 6em;
}
.woocommerce div.product .woocommerce-tabs ul.tabs {
    padding-left: 5px;
}
.woocommerce div.product .woocommerce-tabs ul.tabs::before {
    border-color: #bdbdbd;
}
.product-sandia .woocommerce div.product .woocommerce-tabs ul.tabs::before {
    border-color: #ef57a0;
}
.product-menta .woocommerce div.product .woocommerce-tabs ul.tabs::before {
    border-color: #1992df;
}
.product-cereza .woocommerce div.product .woocommerce-tabs ul.tabs::before {
    border-color: #d31937;
}
.product-limon .woocommerce div.product .woocommerce-tabs ul.tabs::before {
    border-color: #fdd829;
}
.woocommerce div.product .woocommerce-tabs ul.tabs li {
    background-color: #ffffff;
    border-color: #ffffff;
    -webkit-border-radius: 0;
    border-radius: 0;
}
.product-limon .woocommerce div.product .woocommerce-tabs ul.tabs li {
    border-color: #fdd829;
}
.product-sandia .woocommerce div.product .woocommerce-tabs ul.tabs li {
    border-color: #ef57a0;
}
.product-cereza .woocommerce div.product .woocommerce-tabs ul.tabs li {
    border-color: #d31937;
}
.product-menta .woocommerce div.product .woocommerce-tabs ul.tabs li {
    border-color: #1992df;
}
.woocommerce div.product .woocommerce-tabs ul.tabs li::before,
.woocommerce div.product .woocommerce-tabs ul.tabs li::after {
    display: none;
}
.woocommerce div.product .woocommerce-tabs ul.tabs li.active {
    background-color: #757575;
    border-color: #bdbdbd;
}
.product-limon .woocommerce div.product .woocommerce-tabs ul.tabs li.active {
    background-color: #fdd829;
    border-color: #fdd829;
}
.product-sandia .woocommerce div.product .woocommerce-tabs ul.tabs li.active {
    background-color: #ef57a0;
    border-color: #ef57a0;
}
.product-cereza .woocommerce div.product .woocommerce-tabs ul.tabs li.active {
    background-color: #d31937;
    border-color: #d31937;
}
.product-menta .woocommerce div.product .woocommerce-tabs ul.tabs li.active {
    background-color: #1992df;
    border-color: #1992df;
}
.woocommerce div.product .woocommerce-tabs ul.tabs li a {
    color: #000000;
    font-family: 'LatoWebBold';
    font-size: 18px;
    text-transform: uppercase;
}
.product-limon .woocommerce div.product .woocommerce-tabs ul.tabs li a {
    color: #fdd829;
}
.product-sandia .woocommerce div.product .woocommerce-tabs ul.tabs li a {
    color: #ef57a0;
}
.product-cereza .woocommerce div.product .woocommerce-tabs ul.tabs li a {
    color: #d31937;
}
.product-menta .woocommerce div.product .woocommerce-tabs ul.tabs li a {
    color: #1992df;
}
.woocommerce div.product .woocommerce-tabs ul.tabs li.active a {
    color: #ffffff;
}
.woocommerce div.product .woocommerce-tabs .panel {
    color: #555454;
    font-family: 'LatoWebSemibold';
    font-size: 15px;
}
.yikes-custom-woo-tab-title {
    display: none;
}
/* product related */
section.related.products {
    border: 2px solid #afafaf;
    clear: both;
    display: block;
    margin: 0 auto 83px;
    max-width: 962px;
    padding: 2em 4em;
    position: relative;
    text-align: center;
}
section.related.products > h2 {
    background-color: #ffffff;
    color: #a1a1a1;
    display: inline;
    font-family: 'existencelight';
    font-size: 50px;
    font-weight: 300;
    margin: 0;
    padding: 0 5px;
    position: relative;
    text-transform: uppercase;
    top: -64px;
}
section.related.products .sabores-container {
    padding: 0;
}
section.related.products .sabores-container .sabores-box {
    float: none;
}
section.related.products .sabores-container .sabores-box a.button.add_to_cart_button {
    display: none;
}
section.related.products .sabores-container .sabores-box p.price,
section.related.products .sabores-container .sabores-box span.price {
    display: none;
}
section.related.products .sabores-container .sabores-box .woocommerce-loop-product__title {
    border: 2px solid;
    -webkit-border-radius: 25px;
    border-radius: 25px;
    display: block;
    font-family: 'LatoWebBold';
    font-size: 18px;
    height: 43px;
    line-height: 47px;
    text-transform: uppercase;
}
section.related.products .sabores-container .sabores-box .woocommerce-loop-product__title:hover {
    color: #ffffff !important;
}
/* Related Colors */
section.related.products .sabores-container .sabores-box.sabor-menta .woocommerce-loop-product__title {
    border-color: #1992df;
    color: #1992df;
}
section.related.products .sabores-container .sabores-box.sabor-menta .woocommerce-loop-product__title:hover {
    background-color: #1992df;
}
section.related.products .sabores-container .sabores-box.sabor-cereza .woocommerce-loop-product__title {
    /*border-color: #e62f15;
    color: #e62f15;*/
    border-color: #d31937;
    color: #d31937;
}
section.related.products .sabores-container .sabores-box.sabor-cereza .woocommerce-loop-product__title:hover {
    /*background-color: #e62f15;*/
    background-color: #d31937;
}
section.related.products .sabores-container .sabores-box.sabor-limon .woocommerce-loop-product__title {
    /*border-color: #7ec81f;
    color: #7ec81f;*/
    border-color: #fdd829;
    color: #fdd829;
}
section.related.products .sabores-container .sabores-box.sabor-limon .woocommerce-loop-product__title:hover {
    /*background-color: #7ec81f;*/
    background-color: #fdd829;
}
section.related.products .sabores-container .sabores-box.sabor-sandia .woocommerce-loop-product__title {
    /*border-color: #cc0b28;
    color: #cc0b28;*/
    border-color: #ef57a0;
    color: #ef57a0;
}
section.related.products .sabores-container .sabores-box.sabor-sandia .woocommerce-loop-product__title:hover {
    /*background-color: #cc0b28;*/
    background-color: #ef57a0;
}
.woocommerce .quantity .qty {
    /*border: 2px solid #7fb13e;*/
    border: 2px solid;
    -webkit-border-radius: 25px;
    border-radius: 25px;
    /*color: #7fb13e;*/
    font-family: 'LatoWebBlack';
    font-size: 14px;
    height: 47px;
    /*margin: 0 9px 0 0;*/
    margin-bottom: 10px;
    padding: 0;
    width: 146px;
}
.cart_item .product-quantity {
    overflow: hidden;
}
.actions .coupon #coupon_code {
    float: left;
    padding: 10px 5px;
}
.page-carrito .woocommerce .quantity {
    float: right;
}
.woocommerce div.product form.cart .button {
    /*background-color: #7fb13e;*/
    /*border: 2px solid #7fb13e;*/
    border: 2px solid;
    -webkit-border-radius: 25px;
    border-radius: 25px;
    color: #ffffff;
    font-family: 'LatoWebBlack';
    font-size: 14px;
    height: 47px;
    margin: 0 0 10px 10px;
    padding: 0;
    text-transform: uppercase;
    width: 188px;
}
/* Inputs & Buttons Colors */
.product-sandia .woocommerce .quantity .qty {
    /*border-color: #cc0b28;
    color: #cc0b28;*/
    border-color: #ef57a0;
    color: #ef57a0;
}
.product-sandia .woocommerce div.product form.cart .button {
    /*background-color: #cc0b28;
    border-color: #cc0b28;*/
    background-color: #ef57a0;
    border-color: #ef57a0;
}
.product-sandia .quantity-button {
    /*color: #cc0b28;*/
    color: #ef57a0;
}
.product-limon .woocommerce .quantity .qty {
    /*border-color: #7ec81f;
    color: #7ec81f;*/
    border-color: #fdd829;
    color: #fdd829;
}
.product-limon .woocommerce div.product form.cart .button {
    /*background-color: #7ec81f;
    border-color: #7ec81f;*/
    background-color: #fdd829;
    border-color: #fdd829;
}
.product-limon .quantity-button {
    /*color: #7ec81f;*/
    color: #fdd829;
}
.product-cereza .woocommerce .quantity .qty {
    /*border-color: #e62f15;
    color: #e62f15;*/
    border-color: #d31937;
    color: #d31937;
}
.product-cereza .woocommerce div.product form.cart .button {
    /*background-color: #e62f15;
    border-color: #e62f15;*/
    background-color: #d31937;
    border-color: #d31937;
}
.product-cereza .quantity-button {
    /*color: #e62f15;*/
    color: #d31937;
}
.product-menta .woocommerce .quantity .qty {
    border-color: #1992df;
    color: #1992df;
}
.product-menta .woocommerce div.product form.cart .button {
    background-color: #1992df;
    border-color: #1992df;
}
.product-menta .quantity-button {
    color: #1992df;
}
/* Custom Qty */
.quantity {
    position: relative;
}
/* Product Gallery Thumbs */
.woocommerce div.product div.images .flex-control-thumbs {
    margin: 0 auto;
    max-width: 72%;
}
.woocommerce div.product div.images .flex-control-thumbs li {
    display: inline-block;
    float: none;
    vertical-align: top;
    width: auto;
}

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

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

.quantity input {
    width: 45px;
    height: 42px;
    line-height: 1.65;
    float: left;
    display: block;
    padding: 0;
    margin: 0;
    padding-left: 20px;
    border: 1px solid #eee;
}

.quantity input:focus {
    outline: 0;
}

.quantity-nav {
    float: left;
    position: relative;
    height: 42px;
}

.quantity-button {
    position: relative;
    cursor: pointer;
    /*border-left: 1px solid #eee;*/
    width: 20px;
    text-align: center;
    /*color: #333;
    font-size: 13px;
    font-family: "Trebuchet MS", Helvetica, sans-serif !important;
    line-height: 1.7;*/
    -webkit-transform: translateX(-100%);
    transform: translateX(-100%);
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    -o-user-select: none;
    user-select: none;

    font-family: 'LatoWebBlack';
    font-size: 14px;
    margin-left: -10px;
}

.quantity-button.quantity-up {
    position: absolute;
    height: 50%;
    top: 0;
    /*border-bottom: 1px solid #eee;*/
}

.quantity-button.quantity-down {
    position: absolute;
    bottom: -1px;
    height: 50%;
}

/* woocommerce buttons */
.woocommerce #respond input#submit, .woocommerce a.button, .woocommerce button.button, .woocommerce input.button {
    background-color: transparent;
    border: 1px solid #7fb13e;
    -webkit-border-radius: 25px;
    border-radius: 25px;
    color: #7fb13e;
    font-family: 'LatoWebSemibold';
    font-size: 14px;
    height: 45px;
    line-height: 28px;
    text-align: center;
    text-transform: uppercase;
}
.woocommerce #respond input#submit:hover, .woocommerce a.button:hover, .woocommerce button.button:hover, .woocommerce input.button:hover {
    background-color: #7fb13e;
    color: #ffffff;
}

/* cart */
.woocommerce .cart-collaterals, .woocommerce-page .cart-collaterals {
    margin-bottom: 2em;
}
.page-checkout .post-title,
.page-carrito .post-title {
    padding-bottom: 2em;
    padding-top: 2em;
}
.page-checkout .post-title h2,
.page-carrito .post-title h2 {
    font-size: 4em;
    line-height: normal;
}
.woocommerce #content table.cart td.actions .input-text, .woocommerce table.cart td.actions .input-text, .woocommerce-page #content table.cart td.actions .input-text, .woocommerce-page table.cart td.actions .input-text {
    width: auto;
}
.woocommerce #respond input#submit.alt, .woocommerce a.button.alt, .woocommerce button.button.alt, .woocommerce input.button.alt {
    background-color: #7fb13e;
}
.woocommerce #respond input#submit.alt:hover, .woocommerce a.button.alt:hover, .woocommerce button.button.alt:hover, .woocommerce input.button.alt:hover {
    background-color: #7fb13e;
}
.woocommerce-info {
    border-color: #7fb13e;
}
.woocommerce-info::before {
    color: #7fb13e;
}
.woocommerce-info a {
    color: #7fb13e;
}

/* pages xilitol - momentos - links */
.page-momentos {
    background-color: #f4f2f3;
}
.page-links-de-interes .post-title,
.page-momentos .post-title,
.page-xilitol .post-title {
    background-color: #7fb13e;
}
.page-momentos .custom-field-content,
.page-xilitol .custom-field-content {
    padding: 78px 0 48px;
}
.page-momentos .custom-field-content img,
.page-xilitol .custom-field-content img {
    max-width: 100%;
    width: 100%;
}
.page-momentos .custom-field-content h2,
.page-xilitol .custom-field-content h2 {
    color: #000000;
    font-family: 'bebas_neuebold';
    font-size: 50px;
    line-height: normal;
    margin: 0 0 19px;
    opacity: 0.62;
}
.page-momentos .custom-field-content p,
.page-xilitol .custom-field-content p {
    color: #555454;
    font-family: 'LatoWebMedium';
    font-size: 15px;
    margin: 0 0 1em;
}
.page-momentos .custom-field-content strong,
.page-xilitol .custom-field-content strong {
    color: #7fb13e;
    font-family: 'LatoWebBold';
    font-size: 15px;
}
.page-momentos .custom-field-content ul,
.page-xilitol .custom-field-content ul {
    margin: 0;
    padding-left: 1em;
}
.page-momentos .custom-field-content li,
.page-xilitol .custom-field-content li {
    color: #555454;
    font-family: 'LatoWebSemibold';
    font-size: 15px;
    margin: 0 0 1em;
}
.page-momentos .xilitol-content,
.page-xilitol .xilitol-content {
    background-color: #71a032;
    color: #fefcfc;
    font-family: 'LatoWebMedium';
    font-size: 15px;
    padding: 57px 0 97px;
}
.page-momentos .xilitol-content strong,
.page-xilitol .xilitol-content strong {
    font-family: 'LatoWebBlack';
}
.page-momentos .xilitol-content a,
.page-xilitol .xilitol-content a {
    color: #fefcfc;
    font-family: 'LatoWebBlack';
    text-decoration: underline;
}
.page-momentos .xilitol-content a:hover,
.page-xilitol .xilitol-content a:hover {
    text-decoration: underline;
}
.page-momentos .xilitol-content ul,
.page-xilitol .xilitol-content ul {
    margin: 0;
    padding-left: 1em;
}
.page-momentos .xilitol-content li,
.page-momentos .xilitol-content p,
.page-xilitol .xilitol-content li,
.page-xilitol .xilitol-content p {
    margin: 0 0 1em;
}
.page-momentos .xilitol-content .row > h2,
.page-xilitol .xilitol-content .row > h2 {
    color: #ffffff;
    font-family: 'bebas_neuebold';
    font-size: 50px;
    line-height: normal;
    margin: 0 0 56px;
}
.page-momentos .xilitol-content .beneficios-box,
.page-xilitol .xilitol-content .beneficios-box {
    text-align: center;
}
.page-momentos .xilitol-content .beneficios-box .figure,
.page-xilitol .xilitol-content .beneficios-box .figure {
    height: 165px;
    position: relative;
    width: 100%;
}
.page-momentos .xilitol-content .beneficios-box .figure img,
.page-xilitol .xilitol-content .beneficios-box .figure img {
    bottom: 0;
    height: auto;
    left: 0;
    margin: auto;
    max-height: 100%;
    max-width: 100%;
    position: absolute;
    right: 0;
    top: auto;
    width: auto;
}
.page-momentos .xilitol-content .beneficios-box .figcaption,
.page-xilitol .xilitol-content .beneficios-box .figcaption {
    color: #fdfdfd;
    font-family: 'LatoWebSemibold';
    font-size: 18px;
    margin: 18px 0 0;
}

.cracx-permalink {
    border: 2px solid #7ec81f;
    -webkit-border-radius: 25px;
    border-radius: 25px;
    color: #7ec81f;
    display: inline-block;
    font-family: LatoWebBold;
    font-size: 18px;
    margin: 1em 0;
    padding: 8px 45px;
    text-align: center;
    vertical-align: middle;
}
.cracx-permalink:before {
    background: transparent url("../img/bg-xilitol-links-button.png") no-repeat scroll 0 0;
    content: '';
    display: inline-block;
    height: 21px;
    margin-right: 17px;
    vertical-align: middle;
    width: 41px;
}
.post-content blockquote {
    margin: 3em 0 0;
    padding: 0;
    text-align: center;
}
.post-content blockquote p {
    color: #7fb13e;
    font-family: 'cheddar_jackregular';
    font-size: 73px;
    line-height: 1em;
    margin: 0 0 0.25em;
}
.page-momentos .limon blockquote p {
    color: #fdd829;
}
.page-momentos .sandia blockquote p {
    color: #ef57a0;
}
.page-momentos .menta blockquote p {
    color: #1992df;
}
.page-momentos .cereza blockquote p {
    color: #e62f15;
}

/* Interest Links */
.interest-links-container {
    margin: 0 auto 3em;
    max-width: 758px;
}
.interest-links-box {
    border-bottom: 1px solid #7fb13e;
    padding: 29px 0 19px;
}
.interest-links-box h2 {
    color: #000000;
    font-family: 'bebas_neue_regular';
    font-size: 30px;
    font-weight: 400;
    margin: 0 0 13px;
    opacity: 0.62;
    text-transform: uppercase;
}
.interest-links-box p {
    color: #555454;
    font-family: 'LatoWebSemibold';
    font-size: 15px;
    margin: 0;
}
.interest-links-box a {
    display: block;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}
/* Sabores Page - Momentos Page */
.page-sabores .post-title {
    background-color: #7fb13e;
}
.page-momentos p,
.page-sabores p {
    color: #555454;
    font-family: 'LatoWebMedium';
    font-size: 15px;
    margin: 0 0 1em;
}
.page-momentos strong,
.page-sabores strong {
    color: #7fb13e;
    font-family: 'LatoWebMedium';
    font-weight: 500;
}
.page-momentos img,
.page-sabores img {
    height: auto;
    max-width: 100%;
}
.page-momentos img {
    display: block;
    margin: 0 auto;
}
.page-momentos .row,
.page-sabores .row {
    margin-bottom: 3em;
}
.page-momentos .banner-right,
.page-sabores .banner-right {
    float: right;
}
.page-momentos .limon strong,
.page-sabores .limon strong {
    color: #fdd829;
}
.page-momentos .limon .cracx-permalink,
.page-sabores .limon .cracx-permalink {
    border-color: #fdd829;
    color: #fdd829;
}
.page-momentos .limon .cracx-permalink:before,
.page-sabores .limon .cracx-permalink:before {
    background-image: url("../img/bg-cracx-permalink-button-limon.png");
}
.page-momentos .sandia strong,
.page-sabores .sandia strong {
    color: #ef57a0;
}
.page-momentos .sandia .cracx-permalink,
.page-sabores .sandia .cracx-permalink {
    border-color: #ef57a0;
    color: #ef57a0;
}
.page-momentos .sandia .cracx-permalink:before,
.page-sabores .sandia .cracx-permalink:before {
    background-image: url("../img/bg-cracx-permalink-button-sandia.png");
}
.page-momentos .menta strong,
.page-sabores .menta strong {
    color: #1992df;
}
.page-momentos .menta .cracx-permalink,
.page-sabores .menta .cracx-permalink {
    border-color: #1992df;
    color: #1992df;
}
.page-momentos .menta .cracx-permalink:before,
.page-sabores .menta .cracx-permalink:before {
    background-image: url("../img/bg-cracx-permalink-button-menta.png");
}
.page-momentos .cereza strong,
.page-sabores .cereza strong {
    color: #e62f15;
}
.page-momentos .cereza .cracx-permalink,
.page-sabores .cereza .cracx-permalink {
    border-color: #e62f15;
    color: #e62f15;
}
.page-momentos .cereza .cracx-permalink:before,
.page-sabores .cereza .cracx-permalink:before {
    background-image: url("../img/bg-cracx-permalink-button-cereza.png");
}
.page-momentos .redes {
    padding-top: 216px;
    text-align: center;
}
.page-momentos .redes img {
    display: inline-block;
    margin: 0 8px;
}

/* Helper classes */
.hidden {
    display: none !important;
    visibility: hidden;
}

.visuallyhidden {
    border: 0;
    clip: rect(0 0 0 0);
    height: 1px;
    margin: -1px;
    overflow: hidden;
    padding: 0;
    position: absolute;
    width: 1px;
}

.visuallyhidden.focusable:active,
.visuallyhidden.focusable:focus {
    clip: auto;
    height: auto;
    margin: 0;
    overflow: visible;
    position: static;
    width: auto;
}

.invisible {
    visibility: hidden;
}

.clearfix:before,
.clearfix:after {
    content: " ";
    display: table;
}

.clearfix:after {
    clear: both;
}

.clearfix {
    *zoom: 1;
}

.desktop-only {
    display: block;
}

.mobile-only {
    display: none;
}

/* responsive grid */
.row::after {
    content: "";
    clear: both;
    display: table;
}
[class*="col-"] {
    float: left;
    padding: 15px;
}
.col-1 {width: 8.33%;}
.col-2 {width: 16.66%;}
.col-3 {width: 25%;}
.col-4 {width: 33.33%;}
.col-5 {width: 41.66%;}
.col-6 {width: 50%;}
.col-7 {width: 58.33%;}
.col-8 {width: 66.66%;}
.col-9 {width: 75%;}
.col-10 {width: 83.33%;}
.col-11 {width: 91.66%;}
.col-12 {width: 100%;}

.text-center {
    text-align: center;
}

/* embed video */
.embed-container {
    height: 0;
    max-width: 100%;
    overflow: hidden;
    padding-bottom: 56.25%;
    position: relative;
}
.embed-container iframe,
.embed-container object,
.embed-container embed {
    height: 100%;
    left: 0;
    position: absolute;
    top: 0;
    width: 100%;
}

/* Print styles */
@media print {
    *,
    *:before,
    *:after {
        background: transparent !important;
        color: #000 !important;
        box-shadow: none !important;
        text-shadow: none !important;
    }

    a,
    a:visited {
        text-decoration: underline;
    }

    a[href]:after {
        content: " (" attr(href) ")";
    }

    abbr[title]:after {
        content: " (" attr(title) ")";
    }

    a[href^="#"]:after,
    a[href^="javascript:"]:after {
        content: "";
    }

    pre,
    blockquote {
        border: 1px solid #999;
        page-break-inside: avoid;
    }

    thead {
        display: table-header-group;
    }

    tr,
    img {
        page-break-inside: avoid;
    }

    img {
        max-width: 100% !important;
    }

    p,
    h2,
    h3 {
        orphans: 3;
        widows: 3;
    }

    h2,
    h3 {
        page-break-after: avoid;
    }
}