<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">@charset "UTF-8";
/*! normalize.css v7.0.0 | MIT License | github.com/necolas/normalize.css */
/* Document
   ========================================================================== */
/**
 * 1. Correct the line height in all browsers.
 * 2. Prevent adjustments of font size after orientation changes in
 *    IE on Windows Phone and in iOS.
 */
html {
  line-height: 1.15;
  /* 1 */
  -ms-text-size-adjust: 100%;
  /* 2 */
  -webkit-text-size-adjust: 100%;
  /* 2 */
}

/* Sections
   ========================================================================== */
/**
 * Remove the margin in all browsers (opinionated).
 */
body {
  margin: 0;
}

/**
 * Add the correct display in IE 9-.
 */
article,
aside,
footer,
header,
nav,
section {
  display: block;
}

/**
 * Correct the font size and margin on `h1` elements within `section` and
 * `article` contexts in Chrome, Firefox, and Safari.
 */
h1 {
  font-size: 2em;
  margin: 0.67em 0;
}

/* Grouping content
   ========================================================================== */
/**
 * Add the correct display in IE 9-.
 * 1. Add the correct display in IE.
 */
figcaption,
figure,
main {
  /* 1 */
  display: block;
}

/**
 * Add the correct margin in IE 8.
 */
figure {
  margin: 1em 40px;
}

/**
 * 1. Add the correct box sizing in Firefox.
 * 2. Show the overflow in Edge and IE.
 */
hr {
  box-sizing: content-box;
  /* 1 */
  height: 0;
  /* 1 */
  overflow: visible;
  /* 2 */
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
pre {
  font-family: monospace, monospace;
  /* 1 */
  font-size: 1em;
  /* 2 */
}

/* Text-level semantics
   ========================================================================== */
/**
 * 1. Remove the gray background on active links in IE 10.
 * 2. Remove gaps in links underline in iOS 8+ and Safari 8+.
 */
a {
  background-color: transparent;
  /* 1 */
  -webkit-text-decoration-skip: objects;
  /* 2 */
}

/**
 * 1. Remove the bottom border in Chrome 57- and Firefox 39-.
 * 2. Add the correct text decoration in Chrome, Edge, IE, Opera, and Safari.
 */
abbr[title] {
  border-bottom: none;
  /* 1 */
  text-decoration: underline;
  /* 2 */
  text-decoration: underline dotted;
  /* 2 */
}

/**
 * Prevent the duplicate application of `bolder` by the next rule in Safari 6.
 */
b,
strong {
  font-weight: inherit;
}

/**
 * Add the correct font weight in Chrome, Edge, and Safari.
 */
b,
strong {
  font-weight: bolder;
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
code,
kbd,
samp {
  font-family: monospace, monospace;
  /* 1 */
  font-size: 1em;
  /* 2 */
}

/**
 * Add the correct font style in Android 4.3-.
 */
dfn {
  font-style: italic;
}

/**
 * Add the correct background and color in IE 9-.
 */
mark {
  background-color: #ff0;
  color: #000;
}

/**
 * Add the correct font size in all browsers.
 */
small {
  font-size: 80%;
}

/**
 * Prevent `sub` and `sup` elements from affecting the line height in
 * all browsers.
 */
sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

/* Embedded content
   ========================================================================== */
/**
 * Add the correct display in IE 9-.
 */
audio,
video {
  display: inline-block;
}

/**
 * Add the correct display in iOS 4-7.
 */
audio:not([controls]) {
  display: none;
  height: 0;
}

/**
 * Remove the border on images inside links in IE 10-.
 */
img {
  border-style: none;
}

/**
 * Hide the overflow in IE.
 */
svg:not(:root) {
  overflow: hidden;
}

/* Forms
   ========================================================================== */
/**
 * 1. Change the font styles in all browsers (opinionated).
 * 2. Remove the margin in Firefox and Safari.
 */
button,
input,
optgroup,
select,
textarea {
  font-family: sans-serif;
  /* 1 */
  font-size: 100%;
  /* 1 */
  line-height: 1.15;
  /* 1 */
  margin: 0;
  /* 2 */
}

/**
 * Show the overflow in IE.
 * 1. Show the overflow in Edge.
 */
button,
input {
  /* 1 */
  overflow: visible;
}

/**
 * Remove the inheritance of text transform in Edge, Firefox, and IE.
 * 1. Remove the inheritance of text transform in Firefox.
 */
button,
select {
  /* 1 */
  text-transform: none;
}

/**
 * 1. Prevent a WebKit bug where (2) destroys native `audio` and `video`
 *    controls in Android 4.
 * 2. Correct the inability to style clickable types in iOS and Safari.
 */
button, html [type="button"],
[type="reset"],
[type="submit"] {
  -webkit-appearance: button;
  /* 2 */
}

/**
 * Remove the inner border and padding in Firefox.
 */
[type="button"]::-moz-focus-inner,
[type="reset"]::-moz-focus-inner,
[type="submit"]::-moz-focus-inner,
button::-moz-focus-inner {
  border-style: none;
  padding: 0;
}

/**
 * Restore the focus styles unset by the previous rule.
 */
[type="button"]:-moz-focusring,
[type="reset"]:-moz-focusring,
[type="submit"]:-moz-focusring,
button:-moz-focusring {
  outline: 1px dotted ButtonText;
}

/**
 * Correct the padding in Firefox.
 */
fieldset {
  padding: 0.35em 0.75em 0.625em;
}

/**
 * 1. Correct the text wrapping in Edge and IE.
 * 2. Correct the color inheritance from `fieldset` elements in IE.
 * 3. Remove the padding so developers are not caught out when they zero out
 *    `fieldset` elements in all browsers.
 */
legend {
  box-sizing: border-box;
  /* 1 */
  color: inherit;
  /* 2 */
  display: table;
  /* 1 */
  max-width: 100%;
  /* 1 */
  padding: 0;
  /* 3 */
  white-space: normal;
  /* 1 */
}

/**
 * 1. Add the correct display in IE 9-.
 * 2. Add the correct vertical alignment in Chrome, Firefox, and Opera.
 */
progress {
  display: inline-block;
  /* 1 */
  vertical-align: baseline;
  /* 2 */
}

/**
 * Remove the default vertical scrollbar in IE.
 */
textarea {
  overflow: auto;
}

/**
 * 1. Add the correct box sizing in IE 10-.
 * 2. Remove the padding in IE 10-.
 */
[type="checkbox"],
[type="radio"] {
  box-sizing: border-box;
  /* 1 */
  padding: 0;
  /* 2 */
}

/**
 * Correct the cursor style of increment and decrement buttons in Chrome.
 */
[type="number"]::-webkit-inner-spin-button,
[type="number"]::-webkit-outer-spin-button {
  height: auto;
}

/**
 * 1. Correct the odd appearance in Chrome and Safari.
 * 2. Correct the outline style in Safari.
 */
[type="search"] {
  -webkit-appearance: textfield;
  /* 1 */
  outline-offset: -2px;
  /* 2 */
}

/**
 * Remove the inner padding and cancel buttons in Chrome and Safari on macOS.
 */
[type="search"]::-webkit-search-cancel-button,
[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none;
}

/**
 * 1. Correct the inability to style clickable types in iOS and Safari.
 * 2. Change font properties to `inherit` in Safari.
 */
::-webkit-file-upload-button {
  -webkit-appearance: button;
  /* 1 */
  font: inherit;
  /* 2 */
}

/* Interactive
   ========================================================================== */
/*
 * Add the correct display in IE 9-.
 * 1. Add the correct display in Edge, IE, and Firefox.
 */
details,
menu {
  display: block;
}

/*
 * Add the correct display in all browsers.
 */
summary {
  display: list-item;
}

/* Scripting
   ========================================================================== */
/**
 * Add the correct display in IE 9-.
 */
canvas {
  display: inline-block;
}

/**
 * Add the correct display in IE.
 */
template {
  display: none;
}

/* Hidden
   ========================================================================== */
/**
 * Add the correct display in IE 10-.
 */
[hidden] {
  display: none;
}

.featherlight.active {
  background: rgba(0, 0, 0, 0.8);
  z-index: 99;
}

.featherlight .featherlight-close-icon {
  background: #d62e2f;
  border-radius: 0;
}

html {
  background-color: #000000;
}

body {
  transition: opacity 500ms ease-in-out;
  background-color: #ffffff;
}

img {
  max-width: 100%;
}

a {
  color: #d62e2f;
  text-decoration: none;
  transition: all ease .3s;
}

a:hover {
  text-decoration: underline;
}

.button, section.fancy-alert .action, .checkout-page [name~="confirm_order"], .contact-page section.contact-form button, .checkout-page .submit-button {
  transition: all ease .3s;
}

hr {
  background-color: #d9d9d9;
  border: 0;
  height: 1px;
}

ul {
  list-style: none;
}

.alert {
  color: #ffffff;
  background: #d62e2f;
  border-radius: 0;
  padding: 24px;
  text-align: center;
}

.alert i {
  margin-right: 8px;
}

.alert a {
  float: right;
  color: white;
}

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

.alert-success {
  background: #5cb85c;
}

.alert-danger {
  background: #d9534f;
}

body {
  color: #595959;
  font-family: "Montserrat", "Helvetica Neue Light", "Helvetica Neue", "Helvetica", "Arial", sans-serif;
  font-size: 18px;
  font-weight: 400;
  -webkit-font-smoothing: antialiased;
}

h1, h2, h3, h4, h5, h6 {
  font-family: "Montserrat", "Helvetica Neue Light", "Helvetica Neue", "Helvetica", "Arial", sans-serif;
  font-weight: 700;
  color: #000000;
  text-transform: uppercase;
  -webkit-font-smoothing: antialiased;
}

div, span, p, a {
  font-size: 18px;
  -webkit-font-smoothing: antialiased;
}

.title {
  font-family: "Montserrat", "Helvetica Neue Light", "Helvetica Neue", "Helvetica", "Arial", sans-serif;
  font-weight: 700;
  color: #000000;
}

.subtitle {
  font-size: 22px;
  color: #000000;
  font-weight: 400;
}

h1 {
  font-size: 40px;
}

h2 {
  font-size: 32px;
}

h3 {
  font-size: 28px;
}

h4 {
  font-size: 24px;
}

h5 {
  font-size: 20px;
}

.content {
  font-weight: 400;
  font-size: 20px;
}

.content div, .content span, .content p, .content a {
  font-size: 20px;
}

.content h1, .content h2, .content h3, .content h4, .content h5, .content h6, .content p, .content ul {
  margin-bottom: 16px;
}

.content h2, .content h3, .content h4, .content h5, .content h6 {
  margin-top: 32px;
}

.content li {
  margin-left: 24px;
}

.content p:last-child {
  margin-bottom: 0;
}

.content hr {
  margin: 32px 0;
}

.clearfix::after {
  clear: both;
  content: '';
  display: table;
}

.hidden {
  display: none !important;
}

.full {
  display: block;
  width: 100%;
}

.reset-list, .main-header .main-navigation ul, .main-footer .main ul, .social-icons {
  list-style: none;
  margin: 0px;
  padding: 0px;
}

.vertical-center {
  position: absolute;
  top: 50%;
  bottom: 50%;
  left: 0%;
  right: 0%;
  transform: translate(0%, -50%);
  -webkit-transform: translate(0%, -50%);
}

.im-gradient {
  background: #262626;
  background: linear-gradient(to bottom right, #262626, #000000);
}

.heading-style {
  font-family: "Montserrat", "Helvetica Neue Light", "Helvetica Neue", "Helvetica", "Arial", sans-serif;
  text-transform: uppercase;
  letter-spacing: 1px;
}

.title-decoration:after {
  content: " ";
  display: block;
  width: 80px;
  height: 12px;
  margin: auto;
  margin-top: 16px;
  margin-bottom: 32px;
  background-position-x: 2px;
  background-image: url(/assets/images/heading-decoration-pattern.gif);
}

.k-img-absolute {
  display: block;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  left: 0;
  right: 0;
  margin: auto;
}

.absolute-center {
  position: absolute;
  top: 50%;
  left: 50%;
  -ms-transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}

.heading-decoration, main.basic-page h1, .category-page.servicios h1, .contact-page section.contact-form h1 {
  margin-bottom: 32px;
}

.heading-decoration:after, main.basic-page h1:after, .category-page.servicios h1:after, .contact-page section.contact-form h1:after {
  content: " ";
  display: block;
  width: 80px;
  height: 12px;
  margin-top: 16px;
  margin-bottom: 32px;
  background-position-x: 2px;
  background-image: url(/assets/images/heading-decoration-pattern.gif);
}

.heading-decoration--centered::after, .home-page section.popular-products h2::after, .home-page section.discounted-products h2::after, section.related-products header.section-header h2::after {
  content: " ";
  display: block;
  width: 80px;
  height: 12px;
  margin: auto;
  margin-top: 16px;
  background-position-x: 2px;
  background-image: url(/assets/images/heading-decoration-pattern.gif);
}

.margin-left-auto {
  margin-right: 0 !important;
  margin-left: auto !important;
}

.margin-right-auto {
  margin-left: 0 !important;
  margin-right: auto !important;
}

.font-size--large {
  font-size: 22px;
}

.block-container {
  font-size: 0px;
}

.block {
  display: inline-block;
  width: 100%;
}

.list--inline {
  font-size: 0;
}

.item--inline {
  display: inline-block;
  width: 100%;
}

.list--flex {
  display: flex;
  flex-wrap: wrap;
}

.item--flex {
  display: flex;
}

.background-cover, section.featured .block .cover {
  background-position: center !important;
  background-repeat: no-repeat !important;
  background-size: cover !important;
}

.thirds-wrapper {
  display: flex;
  flex-wrap: wrap;
  margin: -8px;
}

.thirds-wrapper &gt; * {
  width: 100%;
  margin: 8px;
}

@media (min-width: 666px) {
  .thirds-wrapper &gt; * {
    width: calc(50% - 16px);
  }
}

@media (min-width: 1024px) {
  .thirds-wrapper &gt; * {
    width: calc(33.33% - 16px);
  }
}

.fourths-wrapper, .category-list-wrapper, .product-list-wrapper {
  display: flex;
  flex-wrap: wrap;
  margin: -8px;
}

.fourths-wrapper &gt; *, .category-list-wrapper &gt; *, .product-list-wrapper &gt; * {
  width: 100%;
  margin: 8px;
}

@media (min-width: 425px) {
  .fourths-wrapper &gt; *, .category-list-wrapper &gt; *, .product-list-wrapper &gt; * {
    width: calc(50% - 16px);
  }
}

@media (min-width: 1024px) {
  .fourths-wrapper &gt; *, .category-list-wrapper &gt; *, .product-list-wrapper &gt; * {
    width: calc(25% - 16px);
  }
}

.flex-center, main.product-page .thumbnail-list-wrapper {
  display: flex;
  justify-content: center;
  align-items: center;
}

html {
  box-sizing: border-box;
}

*, *:before, *:after {
  box-sizing: inherit;
}

h1, h2, h3, h4, h5, h6, ul, p {
  margin: 0;
  padding: 0;
}

.button, section.fancy-alert .action, .checkout-page [name~="confirm_order"], .contact-page section.contact-form button, .checkout-page .submit-button {
  background: #d62e2f;
  color: #ffffff;
  border: 3px solid #d62e2f;
  padding: 16px 32px 12px 32px;
  cursor: pointer;
  border-radius: 0;
  font-family: "Montserrat", "Helvetica Neue Light", "Helvetica Neue", "Helvetica", "Arial", sans-serif;
  font-weight: 700;
  font-size: 18px;
  display: block;
  width: 100%;
  text-align: center;
  text-transform: uppercase;
  letter-spacing: 1.5px;
}

.button:hover, section.fancy-alert .action:hover, .checkout-page :hover[name~="confirm_order"], .contact-page section.contact-form button:hover, .checkout-page .submit-button:hover {
  text-decoration: none;
  background: #af2223;
  border: 3px solid #af2223;
}

@media (min-width: 768px) {
  .button, section.fancy-alert .action, .checkout-page [name~="confirm_order"], .contact-page section.contact-form button, .checkout-page .submit-button {
    display: inline-block;
    width: auto;
  }
}

.button--large {
  font-size: 22px;
}

.button--small {
  font-family: "Montserrat", "Helvetica Neue Light", "Helvetica Neue", "Helvetica", "Arial", sans-serif-2;
}

.button--large {
  font-family: "Montserrat", "Helvetica Neue Light", "Helvetica Neue", "Helvetica", "Arial", sans-serif2;
}

@media (min-width: 768px) {
  .button--full, .login-page form .button, .login-page form section.fancy-alert .action, section.fancy-alert .login-page form .action, .login-page form .checkout-page [name~="confirm_order"], .checkout-page .login-page form [name~="confirm_order"], .login-page form .contact-page section.contact-form button, .contact-page section.contact-form .login-page form button, .login-page form .checkout-page .submit-button, .checkout-page .login-page form .submit-button {
    display: inline-block;
    width: 100%;
  }
}

.button--outlined {
  background: transparent;
  color: #262626;
}

.button--outlined:hover {
  color: #ffffff;
  background: #d62e2f;
  border: 3px solid #d62e2f;
}

.button--action {
  font-size: 21px;
}

form label {
  display: block;
  margin-bottom: 4px;
  font-size: 18px;
}

form input, form textarea {
  font-weight: 300;
}

form textarea {
  display: block;
  width: 100%;
  padding: 10px;
  border: 1px solid #a6a6a6;
  font-family: "Montserrat", "Helvetica Neue Light", "Helvetica Neue", "Helvetica", "Arial", sans-serif;
  color: #595959;
  font-size: 18px;
  border-radius: 0;
}

form input[type=text], form input[type=number], form input[type=email], form input[type=password] {
  display: block;
  width: 100%;
  padding: 10px;
  border: 1px solid #a6a6a6;
  font-family: "Montserrat", "Helvetica Neue Light", "Helvetica Neue", "Helvetica", "Arial", sans-serif;
  color: #595959;
  font-size: 18px;
  border-radius: 0;
}

form input[type=checkbox], form input[type=radio] {
  padding: 0 0 4px 0;
  vertical-align: bottom;
  position: relative;
  top: -4px;
}

form textarea:focus, form input[type=text]:focus, form input[type=number]:focus {
  border: 1px solid #d62e2f;
  box-shadow: 0 0 0 2px #d62e2f;
  outline: none;
  transition: all ease .3s;
}

form fieldset {
  border: 1px solid #a6a6a6;
  border-radius: 4px;
  padding: 16px;
}

form legend {
  padding: 0 4px;
  margin: 0 -4px;
  font-weight: 500;
}

.container, .main-header .main-navigation-wrapper, .category-navigation .wrapper, .category-navigation nav &gt; .category &gt; ul &gt; li &gt; .category &gt; ul {
  width: 100%;
  margin-left: auto;
  margin-right: auto;
  padding: 0 24px;
}

.container--regular, .main-header .main-navigation-wrapper, .category-navigation .wrapper, .category-navigation nav &gt; .category &gt; ul &gt; li &gt; .category &gt; ul, .home-page .container, .category-navigation .home-page nav &gt; .category &gt; ul &gt; li &gt; .category &gt; ul, main.basic-page .container, main.basic-page .main-header .main-navigation-wrapper, .main-header main.basic-page .main-navigation-wrapper, main.basic-page .category-navigation .wrapper, .category-navigation main.basic-page .wrapper, .category-navigation main.basic-page nav &gt; .category &gt; ul &gt; li &gt; .category &gt; ul, main.product-page .container, main.product-page .main-header .main-navigation-wrapper, .main-header main.product-page .main-navigation-wrapper, main.product-page .category-navigation .wrapper, .category-navigation main.product-page .wrapper, .category-navigation main.product-page nav &gt; .category &gt; ul &gt; li &gt; .category &gt; ul, section.related-products .container, section.related-products .main-header .main-navigation-wrapper, .main-header section.related-products .main-navigation-wrapper, section.related-products .category-navigation .wrapper, .category-navigation section.related-products .wrapper, .category-navigation section.related-products nav &gt; .category &gt; ul &gt; li &gt; .category &gt; ul, .category-page .container, .category-navigation .category-page nav &gt; .category &gt; ul &gt; li &gt; .category &gt; ul {
  max-width: 1200px;
}

.container--small, main.order-success-page .container, main.order-success-page .main-header .main-navigation-wrapper, .main-header main.order-success-page .main-navigation-wrapper, main.order-success-page .category-navigation .wrapper, .category-navigation main.order-success-page .wrapper, main.order-success-page .category-navigation nav &gt; .category &gt; ul &gt; li &gt; .category &gt; ul, .category-navigation main.order-success-page nav &gt; .category &gt; ul &gt; li &gt; .category &gt; ul {
  max-width: 960px;
}

.container--smaller, .login-page .container, .login-page .main-header .main-navigation-wrapper, .main-header .login-page .main-navigation-wrapper, .login-page .category-navigation .wrapper, .category-navigation .login-page .wrapper, .login-page .category-navigation nav &gt; .category &gt; ul &gt; li &gt; .category &gt; ul, .category-navigation .login-page nav &gt; .category &gt; ul &gt; li &gt; .category &gt; ul {
  max-width: 640px;
}

.container--full {
  max-width: 100%;
}

.container-padding--regular, main.basic-page .container, main.basic-page .main-header .main-navigation-wrapper, .main-header main.basic-page .main-navigation-wrapper, main.basic-page .category-navigation .wrapper, .category-navigation main.basic-page .wrapper, main.basic-page .category-navigation nav &gt; .category &gt; ul &gt; li &gt; .category &gt; ul, .category-navigation main.basic-page nav &gt; .category &gt; ul &gt; li &gt; .category &gt; ul, main.product-page .container, main.product-page .main-header .main-navigation-wrapper, .main-header main.product-page .main-navigation-wrapper, main.product-page .category-navigation .wrapper, .category-navigation main.product-page .wrapper, main.product-page .category-navigation nav &gt; .category &gt; ul &gt; li &gt; .category &gt; ul, .category-navigation main.product-page nav &gt; .category &gt; ul &gt; li &gt; .category &gt; ul, .category-page .container, .category-page .main-header .main-navigation-wrapper, .main-header .category-page .main-navigation-wrapper, .category-page .category-navigation .wrapper, .category-navigation .category-page .wrapper, .category-page .category-navigation nav &gt; .category &gt; ul &gt; li &gt; .category &gt; ul, .category-navigation .category-page nav &gt; .category &gt; ul &gt; li &gt; .category &gt; ul, main.order-success-page .container, main.order-success-page .main-header .main-navigation-wrapper, .main-header main.order-success-page .main-navigation-wrapper, main.order-success-page .category-navigation .wrapper, .category-navigation main.order-success-page .wrapper, main.order-success-page .category-navigation nav &gt; .category &gt; ul &gt; li &gt; .category &gt; ul, .category-navigation main.order-success-page nav &gt; .category &gt; ul &gt; li &gt; .category &gt; ul, .login-page .container, .login-page .main-header .main-navigation-wrapper, .main-header .login-page .main-navigation-wrapper, .login-page .category-navigation .wrapper, .category-navigation .login-page .wrapper, .login-page .category-navigation nav &gt; .category &gt; ul &gt; li &gt; .category &gt; ul, .category-navigation .login-page nav &gt; .category &gt; ul &gt; li &gt; .category &gt; ul {
  padding: 32px 24px;
}

@media (min-width: 768px) {
  .container-padding--regular, main.basic-page .container, main.basic-page .main-header .main-navigation-wrapper, .main-header main.basic-page .main-navigation-wrapper, main.basic-page .category-navigation .wrapper, .category-navigation main.basic-page .wrapper, main.basic-page .category-navigation nav &gt; .category &gt; ul &gt; li &gt; .category &gt; ul, .category-navigation main.basic-page nav &gt; .category &gt; ul &gt; li &gt; .category &gt; ul, main.product-page .container, main.product-page .main-header .main-navigation-wrapper, .main-header main.product-page .main-navigation-wrapper, main.product-page .category-navigation .wrapper, .category-navigation main.product-page .wrapper, main.product-page .category-navigation nav &gt; .category &gt; ul &gt; li &gt; .category &gt; ul, .category-navigation main.product-page nav &gt; .category &gt; ul &gt; li &gt; .category &gt; ul, .category-page .container, .category-page .main-header .main-navigation-wrapper, .main-header .category-page .main-navigation-wrapper, .category-page .category-navigation .wrapper, .category-navigation .category-page .wrapper, .category-page .category-navigation nav &gt; .category &gt; ul &gt; li &gt; .category &gt; ul, .category-navigation .category-page nav &gt; .category &gt; ul &gt; li &gt; .category &gt; ul, main.order-success-page .container, main.order-success-page .main-header .main-navigation-wrapper, .main-header main.order-success-page .main-navigation-wrapper, main.order-success-page .category-navigation .wrapper, .category-navigation main.order-success-page .wrapper, main.order-success-page .category-navigation nav &gt; .category &gt; ul &gt; li &gt; .category &gt; ul, .category-navigation main.order-success-page nav &gt; .category &gt; ul &gt; li &gt; .category &gt; ul, .login-page .container, .login-page .main-header .main-navigation-wrapper, .main-header .login-page .main-navigation-wrapper, .login-page .category-navigation .wrapper, .category-navigation .login-page .wrapper, .login-page .category-navigation nav &gt; .category &gt; ul &gt; li &gt; .category &gt; ul, .category-navigation .login-page nav &gt; .category &gt; ul &gt; li &gt; .category &gt; ul {
    padding: 80px 24px;
  }
}

.container-padding-bottom--regular {
  padding-bottom: 24px;
}

@media (min-width: 768px) {
  .container-padding-bottom--regular {
    padding-bottom: 48px;
  }
}

.container-padding--small {
  padding: 24px 24px;
}

@media (min-width: 768px) {
  .container-padding--small {
    padding: 48px 24px;
  }
}

.container-margin--regular, section.related-products {
  margin: 24px 0;
}

@media (min-width: 768px) {
  .container-margin--regular, section.related-products {
    margin: 48px 0;
  }
}

.header-padding--regular, main.basic-page header {
  margin-bottom: 32px;
}

@media (min-width: 768px) {
  .header-padding--regular, main.basic-page header {
    margin-bottom: 80px;
  }
}

.main-header {
  background: #000000;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.2);
  position: relative;
  z-index: 1;
}

.main-header .main-navigation-wrapper {
  display: flex;
  padding: 8px 24px;
  justify-content: space-between;
  align-items: center;
}

@media (min-width: 1100px) {
  .main-header .main-navigation-wrapper {
    padding: 24px;
  }
}

.main-header .logo {
  width: 144px;
}

@media (min-width: 1100px) {
  .main-header .logo {
    width: 230px;
  }
}

.main-header .open-navigation-button {
  border: 3px solid #f2f2f2;
  display: inline-block;
  width: auto;
  background: transparent;
  border-radius: 0;
  border-radius: 0;
  padding: 8px;
  font-size: 0;
}

@media (min-width: 1100px) {
  .main-header .open-navigation-button {
    display: none;
  }
}

.main-header .open-navigation-button img {
  width: 32px;
  height: 32px;
}

.main-header .main-navigation nav {
  width: 100%;
}

.main-header .main-navigation ul {
  display: none;
}

@media (min-width: 1100px) {
  .main-header .main-navigation ul {
    display: inline-block;
  }
}

.main-header .main-navigation li {
  display: inline-block;
}

.main-header .main-navigation a {
  color: #ffffff;
  text-transform: uppercase;
  font-size: 17px;
  font-weight: 700;
  padding: 8px;
  letter-spacing: 0.1em;
}

.main-header .main-navigation a:hover {
  color: #f2f2f2;
  text-decoration: none;
}

.main-header .cart {
  display: inline-block;
}

.main-header .cart .quantity {
  background: #af2223;
  border-radius: 9999px;
  color: white;
  width: 16px;
  height: 16px;
  line-height: 17px;
  text-align: center;
  position: absolute;
  margin-left: 12px;
  margin-top: -28px;
  font-size: 11px;
  font-weight: 500;
}

.main-header .cart img {
  width: 19px;
}

.category-navigation {
  background: #262626;
}

.category-navigation .wrapper {
  padding: 0;
}

@media (min-width: 1000px) {
  .category-navigation .wrapper {
    padding: 0 24px;
  }
}

.category-navigation .general-0 {
  display: none;
}

.category-navigation ul {
  display: flex;
}

.category-navigation nav &gt; .category &gt; ul {
  flex-wrap: wrap;
  justify-content: center;
}

.category-navigation nav &gt; .category &gt; ul &gt; li &gt; a {
  font-size: 15px;
  color: #ffffff;
  padding: 16px;
  text-align: center;
  display: inline-block;
  width: 100%;
  text-transform: uppercase;
  font-weight: 700;
  letter-spacing: 0.1em;
}

.category-navigation nav &gt; .category &gt; ul &gt; li &gt; a:hover {
  text-decoration: none;
}

.category-navigation nav &gt; .category &gt; ul &gt; li:hover {
  background: #000000;
}

.category-navigation nav &gt; .category &gt; ul &gt; li:hover &gt; .category {
  display: none;
  opacity: 1;
}

@media (min-width: 768px) {
  .category-navigation nav &gt; .category &gt; ul &gt; li:hover &gt; .category {
    display: block;
  }
}

.category-navigation nav &gt; .category &gt; ul &gt; li &gt; .category {
  position: absolute;
  display: none;
  width: 100%;
  left: 0;
  opacity: 0;
  transition: 0.3s;
}

.category-navigation nav &gt; .category &gt; ul &gt; li &gt; .category &gt; ul {
  flex-wrap: wrap;
  padding: 16px;
  background: #000000;
}

.category-navigation nav &gt; .category &gt; ul &gt; li &gt; .category &gt; ul &gt; li {
  width: 25%;
}

.category-navigation .nav-title {
  font-size: 15px;
  height: 40px;
  display: flex;
  justify-content: center;
  align-items: center;
  letter-spacing: 0.1em;
}

.category-navigation nav &gt; .category &gt; ul &gt; li &gt; .category &gt; ul &gt; li &gt; a {
  color: #a6a6a6;
  font-size: 15px;
  letter-spacing: 0.1em;
  text-transform: uppercase;
}

.category-navigation nav &gt; .category &gt; ul &gt; li &gt; .category &gt; ul &gt; li &gt; a:hover {
  color: #ffffff;
  text-decoration: none;
}

.search-box {
  display: none;
  width: 200px;
}

@media (min-width: 460px) {
  .search-box {
    display: block;
  }
}

.search-box input {
  width: 100%;
  border: 0;
  width: 100%;
  padding: 8px 28px 6px 10px;
  font-family: "Montserrat", "Helvetica Neue Light", "Helvetica Neue", "Helvetica", "Arial", sans-serif;
  color: #595959;
  font-size: 16px;
  border-radius: 0;
  background-image: url(/assets/images/icon-search.svg);
  background-repeat: no-repeat;
  background-size: 14px;
  background-position: right;
  background-position-x: 176px;
}

.search-box input::placeholder {
  color: #a6a6a6;
}

.search-box input:focus {
  box-shadow: 0 0 0 2px #af2223;
  outline: none;
  transition: all ease .3s;
}

.overlay-navigation {
  display: flex;
  justify-content: center;
  align-items: center;
  height: 0%;
  position: fixed;
  z-index: 999;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  background-color: #d9d9d9;
  overflow: hidden;
  transition: 0.3s;
}

.overlay-navigation .overlay-wrapper {
  width: 100%;
  text-align: center;
}

.overlay-navigation .overlay-wrapper .logo {
  margin: auto;
  margin-bottom: 16px;
}

.overlay-navigation a {
  padding: 4px;
  text-decoration: none;
  font-size: 18px;
  color: #000000;
  display: block;
}

.overlay-navigation .close-navigation-button {
  position: absolute;
  display: inline-block;
  width: 24px;
  height: 24px;
  background-image: url(/assets/images/icons/navigation-close.svg);
  border: none;
  right: 8px;
  top: 8px;
  padding: 0;
  margin: 0;
  background-color: transparent;
}

.overlay-navigation--open {
  height: 100%;
}

.main-footer {
  background: #000000;
}

.main-footer .container, .main-footer .main-header .main-navigation-wrapper, .main-header .main-footer .main-navigation-wrapper, .main-footer .category-navigation .wrapper, .category-navigation .main-footer .wrapper, .main-footer .category-navigation nav &gt; .category &gt; ul &gt; li &gt; .category &gt; ul, .category-navigation .main-footer nav &gt; .category &gt; ul &gt; li &gt; .category &gt; ul {
  max-width: 1200px;
}

.main-footer .main {
  font-size: 0;
  padding: 32px 0;
}

@media (min-width: 768px) {
  .main-footer .main {
    padding: 64px 0;
  }
}

.main-footer .main .block {
  width: 100%;
  text-align: center;
  vertical-align: top;
  display: inline-block;
  margin-bottom: 32px;
}

@media (min-width: 768px) {
  .main-footer .main .block {
    width: 50%;
  }
}

@media (min-width: 1024px) {
  .main-footer .main .block {
    width: 23%;
    text-align: left;
    margin-bottom: 0px;
  }
}

.main-footer .main .block:last-of-type {
  width: 100%;
  margin-bottom: 0px;
}

@media (min-width: 768px) {
  .main-footer .main .block:last-of-type {
    width: 50%;
  }
}

@media (min-width: 1024px) {
  .main-footer .main .block:last-of-type {
    width: 31%;
    text-align: left;
  }
}

.main-footer .main h2 {
  font-size: 15px;
  margin-top: 32px;
  margin-bottom: 24px;
  text-transform: uppercase;
  color: #ffffff;
}

@media (min-midth: 768px) {
  .main-footer .main h2 {
    margin-bottom: 20px;
  }
}

.main-footer .main h2:first-of-type {
  margin-top: 0;
}

.main-footer .main P {
  color: #f2f2f2;
}

.main-footer .main a {
  text-transform: uppercase;
  font-size: 14px;
  color: #a6a6a6;
  line-height: 24px;
}

.main-footer .main a:hover {
  color: #ffffff;
  text-decoration: none;
}

.main-footer .main .social-icons {
  margin-top: 24px;
}

.main-footer .main .social-icons svg {
  width: 16px;
  height: 16px;
  fill: #a6a6a6;
}

.main-footer .main .social-icons a:hover svg {
  fill: #ffffff;
}

.main-footer .secondary {
  border-top: 1px solid rgba(255, 255, 255, 0.1);
  padding: 16px 0;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  text-align: center;
}

.main-footer .secondary .block--notice {
  width: 100%;
  margin-bottom: 16px;
  font-size: 14px;
  color: #f2f2f2;
}

@media (min-width: 768px) {
  .main-footer .secondary .block--notice {
    width: 200px;
    margin-bottom: 0;
    text-align: left;
  }
}

.main-footer .secondary .block--navigation {
  width: 100%;
  font-size: 14px;
  display: inline-block;
}

@media (min-width: 768px) {
  .main-footer .secondary .block--navigation {
    width: calc(100% - 200px);
    text-align: right;
  }
}

.main-footer .secondary .block--navigation li {
  display: inline-block;
}

.main-footer .secondary .block--navigation li:not(:first-child):before {
  content: "|";
  margin: 0 8px;
  color: #f2f2f2;
}

.main-footer .secondary .block--navigation a {
  font-size: 14px;
  color: #a6a6a6;
}

.main-footer .secondary .block--navigation a:hover {
  color: #ffffff;
}

.social-icons li {
  display: inline-block;
  vertical-align: top;
}

.social-icons li:not(:last-child) {
  margin-right: 10px;
}

.social-icons a {
  display: inline-block;
  vertical-align: middle;
  font-size: 0;
}

.social-icons svg {
  width: 20px;
  height: 20px;
  transition: all 200ms ease-in-out;
  fill: #595959;
}

.social-icons a:hover svg {
  fill: #000000;
}

.share-icons {
  display: flex;
}

.share-icons li {
  display: flex;
  vertical-align: top;
}

.share-icons li:not(:last-child) {
  margin-right: 10px;
}

.share-icons a {
  display: inline-block;
  vertical-align: middle;
  font-size: 0;
}

.share-icons svg {
  width: 18px;
  height: 18px;
  transition: all 200ms ease-in-out;
  fill: #595959;
}

.share-icons a:hover svg {
  fill: #333333;
}

.share-icons .whatsapp {
  display: none;
}

.share-icons .facebook-messenger {
  display: none;
}

.category-block {
  padding: 8px;
  width: 100%;
}

@media (min-width: 425px) {
  .category-block {
    width: 50%;
  }
}

@media (min-width: 1024px) {
  .category-block {
    width: 25%;
  }
}

.category-block img {
  max-width: 160px;
}

@media (min-width: 768px) {
  .category-block img {
    max-width: 100%;
  }
}

.category-block a {
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.2);
  border-radius: 0;
  display: block;
  padding: 16px;
}

.category-block a:hover {
  text-decoration: none;
}

.category-block .info {
  margin-top: 8px;
  text-align: center;
}

.category-block .title {
  font-size: 22px;
}

.category-block .description {
  margin-top: 16px;
  height: 50px;
  display: flex;
  justify-content: center;
  align-items: center;
}

.product-list-wrapper &gt; * {
  margin: 0;
}

.products {
  display: flex;
  flex-wrap: wrap;
}

.product-block {
  text-align: center;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0);
  transition: all ease 0.3s;
  width: 100%;
}

@media (min-width: 425px) {
  .product-block {
    width: 50%;
  }
}

@media (min-width: 1024px) {
  .product-block {
    width: 25%;
  }
}

.product-block a:hover {
  text-decoration: none;
}

.product-block .image-wrapper {
  padding: 16px;
}

.product-block .description {
  color: gray;
}

.product-block .info {
  min-height: 96px;
  padding: 8px;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}

.product-block .name {
  color: #000000;
  text-transform: uppercase;
}

.product-block .price-wrapper:after {
  font-size: 14px;
  color: #595959;
  content: "MXN";
}

.product-block .button, .product-block section.fancy-alert .action, section.fancy-alert .product-block .action, .product-block .checkout-page [name~="confirm_order"], .checkout-page .product-block [name~="confirm_order"], .product-block .contact-page section.contact-form button, .contact-page section.contact-form .product-block button, .product-block .checkout-page .submit-button, .checkout-page .product-block .submit-button {
  width: 100%;
  opacity: 0;
  background: #595959;
  border-color: #595959;
}

.product-block:hover {
  z-index: 1;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.2);
}

.product-block:hover .button, .product-block:hover section.fancy-alert .action, section.fancy-alert .product-block:hover .action, .product-block:hover .checkout-page [name~="confirm_order"], .checkout-page .product-block:hover [name~="confirm_order"], .product-block:hover .contact-page section.contact-form button, .contact-page section.contact-form .product-block:hover button, .product-block:hover .checkout-page .submit-button, .checkout-page .product-block:hover .submit-button {
  opacity: 1;
}

.breadcrumb {
  font-size: 14px;
  color: #595959;
  text-transform: uppercase;
}

.breadcrumb li {
  display: inline-block;
}

.breadcrumb li::after {
  content: "»";
  color: #a6a6a6;
  margin: 0 8px;
}

.breadcrumb li:last-child::after {
  content: "";
  display: none;
}

.breadcrumb a {
  font-size: 14px;
  color: #a6a6a6;
}

.pagination {
  text-align: center;
  margin-top: 32px;
}

.pagination ul {
  list-style: none;
}

.pagination li {
  display: inline-block;
  padding: 8px 16px;
  background: #f9f9f9;
  border-radius: 9999px;
  border: 1px solid #e4e4e4;
}

.pagination .disabled {
  color: #d9d9d9;
}

section.fancy-alert {
  text-align: center;
}

section.fancy-alert .icon {
  padding: 16px;
  height: 80px;
  width: 80px;
  background: #d62e2f;
  border-radius: 9999px;
  margin: auto;
  margin-bottom: 24px;
}

section.fancy-alert .subtitle {
  font-size: 24px;
  color: gray;
}

section.fancy-alert .action {
  margin-top: 24px;
}

section.slideshow {
  background-image: url("/assets/images/components/slideshow/background-pattern.gif");
}

.home-page section {
  margin-bottom: 48px;
}

.home-page .section-header {
  align-items: center;
  display: flex;
  margin-bottom: 48px;
}

.home-page .section-header h2 {
  text-align: center;
  padding: 16px;
  width: 100%;
}

.home-page .products {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
}

.home-page section.popular-products {
  margin: 56px 0;
}

.home-page section.store-locations {
  background: #f2f2f2;
  padding: 64px 0;
  margin-bottom: 0;
}

.home-page section.store-locations .grid {
  display: flex;
  flex-direction: column;
}

@media (min-width: 768px) {
  .home-page section.store-locations .grid {
    flex-direction: row;
  }
}

.home-page section.store-locations .block {
  width: 100%;
  text-align: center;
}

@media (min-width: 768px) {
  .home-page section.store-locations .block {
    text-align: left;
  }
}

.home-page section.store-locations .description {
  text-align: center;
  font-size: 24px;
}

.home-page section.store-locations h2 {
  margin-bottom: 24px;
}

.home-page section.store-locations .button, .home-page section.store-locations section.fancy-alert .action, section.fancy-alert .home-page section.store-locations .action, .home-page section.store-locations .checkout-page [name~="confirm_order"], .checkout-page .home-page section.store-locations [name~="confirm_order"], .home-page section.store-locations .contact-page section.contact-form button, .contact-page section.contact-form .home-page section.store-locations button, .home-page section.store-locations .checkout-page .submit-button, .checkout-page .home-page section.store-locations .submit-button {
  margin-top: 24px;
}

main.basic-page .sucursal {
  display: flex;
  flex-direction: column;
}

@media (min-width: 768px) {
  main.basic-page .sucursal {
    flex-direction: row;
  }
}

main.basic-page .sucursal .detalles {
  width: 100%;
  text-align: center;
}

@media (min-width: 768px) {
  main.basic-page .sucursal .detalles {
    width: 60%;
    text-align: left;
  }
}

main.basic-page .sucursal .mapa {
  width: 100%;
  padding-top: 24px;
}

@media (min-width: 768px) {
  main.basic-page .sucursal .mapa {
    padding-top: 0;
    padding-left: 24px;
    width: 40%;
  }
}

main.basic-page .sucursal .mapa iframe {
  width: 100% !important;
  height: 240px !important;
}

main.product-page .wrapper {
  display: flex;
  flex-direction: column;
}

@media (min-width: 768px) {
  main.product-page .wrapper {
    flex-direction: row;
  }
}

main.product-page .breadcrumb {
  margin-bottom: 24px;
  text-align: center;
}

@media (min-width: 768px) {
  main.product-page .breadcrumb {
    margin-bottom: 64px;
    text-align: left;
  }
}

main.product-page .product__images {
  width: 100%;
  display: inline-block;
  padding-bottom: 24px;
  text-align: center;
}

@media (min-width: 768px) {
  main.product-page .product__images {
    width: 50%;
    padding-right: 56px;
    padding-bottom: 0;
  }
}

main.product-page .thumbnail-list-wrapper {
  margin-top: 16px;
}

main.product-page .thumbnail-block {
  width: 120px;
  height: 120px;
  margin: 8px;
  border: 1px solid #d9d9d9;
}

main.product-page .product__information {
  text-align: center;
  width: 100%;
  display: inline-block;
}

@media (min-width: 768px) {
  main.product-page .product__information {
    width: 50%;
    text-align: left;
  }
}

main.product-page .short-description {
  font-size: 28px;
  margin-top: 16px;
  color: gray;
}

main.product-page .price-wrapper:after {
  font-size: 18px;
  color: #595959;
  content: "MXN";
}

main.product-page .price {
  color: black;
  font-weight: 600;
  font-size: 24px;
}

main.product-page .campaign-price {
  font-size: 24px;
}

main.product-page .form-option label {
  text-align: left;
}

main.product-page .button--action {
  width: 100%;
}

main.product-page .button--action:disabled {
  color: gray;
  background: #d9d9d9;
  cursor: not-allowed;
  border: 3px solid #d9d9d9;
}

main.product-page .stock-available {
  color: #5cb85c;
  font-weight: 500;
}

main.product-page .stock-unavailable {
  color: #d9534f;
}

main.product-page .quantity-input, main.product-page input.form-control {
  width: 74px;
  text-align: center;
  height: 32px;
  border-radius: 4px;
}

main.product-page .quantity-wrapper input {
  display: inline-block;
}

main.product-page .quantity-label {
  margin-right: 8px;
  display: inline-block;
}

main.product-page select.form-control {
  width: 100%;
  height: 32px;
}

main.product-page .action {
  margin-top: 24px;
  text-align: center;
  color: gray;
}

main.product-page .description, main.product-page .attributes {
  margin-top: 24px;
  padding-top: 24px;
  border-top: 1px solid #d9d9d9;
}

main.product-page .description h1, main.product-page .description h2, main.product-page .description h3, main.product-page .description h4, main.product-page .description h5, main.product-page .description h6 {
  font-size: 18px;
  margin-top: 32px;
  margin-bottom: 16px;
}

main.product-page .description :first-child {
  margin-top: 0;
}

main.product-page .section {
  margin-top: 24px;
  padding-top: 24px;
  border-top: 1px solid #d9d9d9;
  margin-bottom: 24px;
  padding-bottom: 24px;
  border-bottom: 1px solid #d9d9d9;
}

main.product-page .form-option {
  margin-bottom: 16px;
}

main.product-page .stock-status {
  display: flex;
  align-items: center;
}

main.product-page .attributes table, main.product-page .attributes th, main.product-page .attributes td {
  border-bottom: 1px solid #d9d9d9;
  border-collapse: collapse;
  padding: 16px 0;
}

main.product-page .attributes table {
  width: 100%;
  margin-top: 24px;
}

main.product-page .attributes table:first-child {
  margin-top: 0;
}

main.product-page .attributes th {
  text-align: left;
  font-family: "Montserrat", "Helvetica Neue Light", "Helvetica Neue", "Helvetica", "Arial", sans-serif;
  font-weight: 700;
  text-transform: uppercase;
  color: #000000;
  padding-left: 0px;
}

main.product-page .attributes td {
  width: 50%;
}

main.product-page .attributes td:first-child {
  font-weight: 500;
}

section.related-products header.section-header {
  text-align: center;
  margin-bottom: 40px;
}

.category-page .container, .category-page .main-header .main-navigation-wrapper, .main-header .category-page .main-navigation-wrapper, .category-page .category-navigation .wrapper, .category-navigation .category-page .wrapper, .category-page .category-navigation nav &gt; .category &gt; ul &gt; li &gt; .category &gt; ul, .category-navigation .category-page nav &gt; .category &gt; ul &gt; li &gt; .category &gt; ul {
  display: flex;
}

.category-page #content {
  width: 100%;
  text-align: center;
}

@media (min-width: 768px) {
  .category-page #content {
    text-align: left;
  }
}

.category-page header {
  margin-bottom: 32px;
}

.category-page .breadcrumb {
  margin-top: 8px;
}

.category-page .categories {
  margin-bottom: 32px;
}

.category-page .description {
  margin-bottom: 32px;
}

.category-page .sort-options {
  padding: 16px;
  border: 1px solid #d9d9d9;
  border-radius: 0;
  display: flex;
  flex-direction: column;
  width: 100%;
  margin-bottom: 32px;
  text-align: center;
}

@media (min-width: 768px) {
  .category-page .sort-options {
    justify-content: space-between;
    flex-direction: row;
    text-align: left;
  }
}

.category-page .sort-options .title {
  margin-bottom: 4px;
}

@media (min-width: 768px) {
  .category-page .sort-options .title {
    margin-bottom: 0;
  }
}

.category-page .sort-options h2 {
  font-size: 18px;
}

.category-page .sort-options span {
  font-size: 16px;
  font-weight: 400;
  color: #000000;
}

.category-page .sort-options a {
  font-size: 16px;
  color: #a6a6a6;
}

.category-page .sort-options a:hover {
  color: gray;
  text-decoration: none;
}

.category-page .sort-options span::after, .category-page .sort-options a::after {
  content: "|";
  color: #d9d9d9;
  margin: 0 8px;
}

.category-page .sort-options span:last-child::after, .category-page .sort-options a:last-child::after {
  content: "";
  margin: 0;
}

.category-page.servicios .sidebar, .category-page.servicios .breadcrumb, .category-page.servicios .sort-options, .category-page.servicios .price-wrapper {
  display: none !important;
}

.category-page.otras-especies .sort-options, .category-page.otras-especies .price-wrapper {
  display: none !important;
}

.sidebar {
  margin-right: 80px;
  display: none;
}

@media (min-width: 768px) {
  .sidebar {
    display: block;
  }
}

.sidebar h2 {
  font-size: 24px;
  margin-bottom: 12px;
}

.sidebar #column-left {
  border-radius: 0;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.2);
  padding: 16px;
  width: 260px;
  margin: 0 !important;
}

.sidebar #box-filter {
  margin-top: 16px;
}

.sidebar #box-category-tree li.active &gt; a {
  color: #262626;
}

.sidebar #box-category-tree i {
  margin-right: 8px;
}

.sidebar #box-category-tree ul &gt; li {
  margin-bottom: 8px;
}

.sidebar #box-category-tree ul li &gt; a {
  font-weight: 700;
  color: #595959;
}

.sidebar #box-category-tree ul li &gt; ul {
  margin-top: 4px;
}

.sidebar #box-category-tree ul li ul &gt; li {
  margin-bottom: 0;
  padding: 4px;
}

.sidebar #box-category-tree ul li ul li.active {
  background: #ececec;
  padding: 4px;
  border-radius: 6px;
}

.sidebar #box-category-tree ul li ul li &gt; a {
  font-weight: 400;
  color: gray;
  margin-left: 8px;
  font-size: 16px;
}

header.checkout-header {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 24px;
}

header.checkout-header .logo {
  width: 180px;
}

.checkout-page h2.title {
  margin-bottom: 24px;
}

.checkout-page h3 {
  margin-bottom: 16px;
}

.checkout-page h3 input {
  margin-bottom: 7px !important;
}

.checkout-page button {
  font-family: "Montserrat", "Helvetica Neue Light", "Helvetica Neue", "Helvetica", "Arial", sans-serif;
}

.checkout-page #box-checkout-cart .error {
  color: #d9534f;
  font-size: 16px;
}

.checkout-page .payment .option hr {
  margin: 16px 0;
}

.checkout-page [name~="confirm_order"] {
  width: 100%;
}

.contact-page .subcontainer {
  padding: 0;
  font-size: 0;
}

.contact-page section.contact-form {
  display: inline-block;
  width: 100%;
  margin-bottom: 32px;
}

@media (min-width: 768px) {
  .contact-page section.contact-form {
    width: 60%;
    padding-right: 32px;
    margin-bottom: 0px;
  }
}

.contact-page section.contact-form p {
  font-size: 22px;
  margin-bottom: 32px;
  font-weight: lighter;
}

.contact-page section.contact-form input[type=text], .contact-page section.contact-form input[type=email], .contact-page section.contact-form textarea {
  margin-bottom: 16px;
}

.contact-page section.contact-form textarea {
  height: 168px;
}

.contact-page section.contact-form button {
  display: block;
  width: 100%;
}

.contact-page section.contact-form .message--success {
  font-size: 22px;
  color: #5cb85c;
  padding: 40px 24px;
  background: rgba(92, 184, 92, 0.15);
  border: 1px solid rgba(92, 184, 92, 0.25);
  border-radius: 0;
  text-align: center;
}

.contact-page section.contact-form .message--error {
  font-size: 16px;
  color: #d9534f;
  margin-bottom: 16px;
  margin-top: -8px;
  background: rgba(217, 83, 79, 0.15);
  border-radius: 0;
  padding: 8px;
}

.contact-page section.contact-form i {
  display: none;
}

.contact-page section.information {
  display: inline-block;
  width: 100%;
  border: 1px solid #d9d9d9;
  padding: 24px;
  vertical-align: top;
  border-radius: 0;
}

@media (min-width: 768px) {
  .contact-page section.information {
    width: 40%;
  }
}

.contact-page section.information h2 {
  font-size: 24px;
  border-bottom: 1px solid #d9d9d9;
  padding-bottom: 24px;
  margin-top: 0;
  margin-bottom: 24px;
}

.contact-page section.information .row {
  border-bottom: 1px solid #d9d9d9;
  padding-bottom: 24px;
  margin-bottom: 24px;
}

.contact-page section.information .row:last-child {
  border-bottom: none;
  padding-bottom: 0;
  margin-bottom: 0;
}

.contact-page section.information h3 {
  font-size: 20px;
  margin-bottom: 8px;
  margin-top: 0;
}

.contact-page section.information p, .contact-page section.information a {
  font-size: 18px;
  color: #595959;
}

.contact-page section.information a:hover {
  text-decoration: none;
  color: #262626;
}

.contact-page section.information p {
  display: block;
}

.contact-page section.information .social-icons {
  margin-bottom: 0px;
}

.contact-page section.information .social-icons li {
  margin: 0;
  margin-right: 16px;
}

.contact-page section.information .social-icons svg {
  width: 20px;
  height: 20px;
  fill: #595959;
}

.contact-page section.information .social-icons a:hover svg {
  fill: #262626;
}

.contact-page section.information .location-map {
  margin-top: 22px;
  background: #adadad;
}

.contact-page section.information .location-map iframe {
  width: 100% !important;
  height: 160px !important;
  border: 0 !important;
}

.price-wrapper {
  margin-top: 4px;
}

.price {
  color: #595959;
}

.regular-price {
  color: #a6a6a6;
}

.campaign-price {
  color: #5cb85c;
  font-weight: 500;
}

.middle {
  font-size: 0px;
}

main {
  font-size: 18px;
}

section.featured .block {
  display: block;
  text-decoration: none;
}

section.featured .block .cover {
  height: 220px;
  background: #f2f2f2;
  transition: all ease 0.3s;
}

section.featured .block .label {
  padding: 16px;
  background: #000000;
  color: #ffffff;
  text-align: center;
  text-transform: uppercase;
}

section.featured .block:hover .cover {
  opacity: .8;
}

.link-wrapper {
  text-align: center;
  margin: 56px 0;
}

.categories {
  display: flex;
  flex-wrap: wrap;
}

.login-page {
  background-color: #f2f2f2;
}

.login-page .page-header {
  margin-bottom: 16px;
  text-align: center;
}

.login-page .page-header .subtitle {
  color: #a6a6a6;
}

.login-page form {
  background-color: #ffffff;
  padding: 32px;
  border: 1px solid #d9d9d9;
}

.login-page form .field {
  margin-bottom: 16px;
}

.info-box {
  padding: 16px;
  background-color: #fdfcfa;
  border: 1px solid #ede2c8;
  margin-bottom: 16px;
}

.checkout-page .submit-button {
  background-color: #5cb85c;
  border: 3px solid #5cb85c;
}

.checkout-page .submit-button:hover {
  background-color: #449d44;
  border: 3px solid #449d44;
}

.checkout-page .submit-button[disabled="disabled"] {
  background-color: #a6a6a6;
  border: 3px solid #a6a6a6;
}

.lightbox {
  background: #000000c7;
  position: fixed;
  width: 100vw;
  height: 100vh;
  left: 0;
  top: 0;
  bottom: 0;
  right: 0;
  z-index: 100;
  display: flex;
  justify-content: center;
  align-items: center;
}

.lightbox .lightbox-wrapper {
  display: flex;
  justify-content: center;
  align-items: center;
}

.lightbox .main img {
  width: 100%;
  max-width: 1200px;
}

.lightbox button {
  background-color: transparent;
  height: 32px;
  width: 32px;
  border: none;
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
}

.lightbox button:hover {
  cursor: pointer;
}

.lightbox button.close {
  float: right;
  position: absolute;
  right: 32px;
  top: 16px;
  background-image: url(../images/components/lightbox/close.svg);
}

.lightbox button.previous, .lightbox button.next {
  opacity: .5;
}

.lightbox button.previous:hover, .lightbox button.next:hover {
  opacity: 1;
}

.lightbox button.previous {
  margin: 8px;
  background-image: url(../images/components/lightbox/arrow-left.svg);
}

.lightbox button.next {
  margin: 8px;
  background-image: url(../images/components/lightbox/arrow-right.svg);
}

.base-legend {
  font-size: 16px;
  margin-top: 16px;
  background-color: #f1f9f1;
  padding: 16px;
  border: 1px solid #c7e6c7;
}

.base-legend a, .base-legend p, .base-legend li {
  font-size: 16px;
}

.base-legend ul {
  margin-top: 8px;
}

.base-legend li::before {
  content: "-";
  margin-right: 8px;
}

.checkout-page .thumbnail img {
  margin-top: 10px;
  padding: 14px;
}
</pre></body></html>