.font-medium {
  font-size: 16px; }

body,
.font-body {
  font-size: 14px; }

.font-small {
  font-size: 12px; }

.font-small-extra {
  font-size: 10px; }

.fa-min {
  font-size: 8px; }

.fa-huge {
  font-size: 120px; }

.material-icons.fa-2x {
  font-size: 2em; }
.material-icons.fa-3x {
  font-size: 3em; }
.material-icons.fa-4x {
  font-size: 4em; }
.material-icons.fa-5x {
  font-size: 5em; }

.weight-normal {
  font-weight: 400; }

.weight-strong {
  font-weight: 700; }

.weight-light {
  font-weight: 100; }

/* Color */
small {
  color: inherit !important; }

.text-primary,
.text-primary:hover,
.text-primary:focus {
  color: #ce181e; }

.text-accent {
  color: #231f20; }

body {
  color: #636467;
  font-family: "Open Sans", sans-serif;
  background-image: url("//d26lpennugtm8s.cloudfront.net/assets/themes/material/static/images/patterns/dots.png?1910772084"); }

.box-title {
  float: left;
  width: 100%;
  padding-bottom: 10px;
  font-weight: bold; }

.svg-icon-primary {
  fill: #ce181e; }

.svg-icon-text {
  fill: #636467; }

.breadcrumb {
  background: transparent; }
  .breadcrumb-crumb {
    color: rgba(99, 100, 103, 0.6); }
    .breadcrumb-crumb.active {
      color: #ce181e; }

.btn {
  position: relative;
  padding: 10px 8px;
  background-color: transparent;
  border: 0;
  border-radius: 3px;
  font-weight: 500;
  text-transform: uppercase;
  text-decoration: none;
  outline: 0; }
  .btn:hover, .btn:focus {
    text-decoration: none;
    outline: 0; }

.btn-circle {
  display: flex;
  justify-content: center;
  align-items: center;
  height: 40px;
  width: 40px;
  border: 0;
  border-radius: 50%;
  font-size: 20px;
  text-align: center;
  cursor: pointer;
  text-decoration: none;
  outline: 0; }
  .btn-circle:hover, .btn-circle:focus {
    text-decoration: none;
    outline: 0; }
  .btn-circle:hover {
    opacity: 0.8; }
  .btn-circle i {
    vertical-align: sub; }
  .btn-circle-small {
    height: 30px;
    width: 30px; }
    .btn-circle-small i {
      font-size: 26px; }

.btn-primary {
  background-color: #231f20;
  color: #FFFFFF;
  fill: #FFFFFF;
  border: 1px solid #231f20; }
  .btn-primary:hover {
    background-color: #2b2627;
    border-color: #2b2627;
    color: #FFFFFF;
    fill: #FFFFFF; }
  .btn-primary:focus, .btn-primary:active, .btn-primary:active:hover {
    background-color: #231f20;
    color: #FFFFFF;
    fill: #FFFFFF;
    border-color: #231f20; }
  .btn-primary[disabled], .btn-primary[disabled]:hover {
    background-color: #DDD;
    color: #FFFFFF;
    fill: #FFFFFF;
    border-color: #DDD; }

.btn-secondary {
  background-color: #ce181e;
  color: #FFFFFF;
  border: 1px solid #ce181e; }
  .btn-secondary:hover {
    background-color: #dc1a20;
    color: #FFFFFF; }
  .btn-secondary:focus, .btn-secondary:active, .btn-secondary:active:hover {
    background-color: #ce181e;
    color: #FFFFFF; }
  .btn-secondary[disabled], .btn-secondary[disabled]:hover {
    background-color: #DDD;
    color: #FFFFFF;
    border-color: #DDD; }

.btn-default,
.filter-remove {
  background: white;
  color: #231f20;
  fill: #231f20;
  border: 1px solid rgba(99, 100, 103, 0.3); }
  .btn-default:hover,
  .filter-remove:hover {
    background: white;
    color: #231f20;
    fill: #231f20;
    opacity: 0.8; }
  .btn-default:focus, .btn-default:active, .btn-default:active:hover,
  .filter-remove:focus,
  .filter-remove:active,
  .filter-remove:active:hover {
    background: white;
    color: #231f20;
    fill: #231f20;
    opacity: 1; }
  .btn-default[disabled],
  .filter-remove[disabled] {
    opacity: 0.5; }

.btn-floating {
  position: absolute;
  top: 0;
  right: 0;
  padding: 5px;
  color: #ce181e;
  fill: #ce181e;
  background-color: transparent;
  font-size: 18px;
  z-index: 100;
  border-radius: 3px; }
  .btn-floating:hover, .btn-floating:focus {
    opacity: 0.8; }
  .btn-floating.fixed-bottom {
    position: fixed;
    top: auto;
    bottom: 20px;
    right: 15px; }

.btn-link {
  text-decoration: underline;
  cursor: pointer;
  color: #ce181e; }
  .btn-link:hover, .btn-link:focus {
    color: #ce181e;
    opacity: 0.8; }

.btn-small {
  padding: 2px 5px; }
  .btn-small i {
    vertical-align: middle; }

.btn-whatsapp {
  color: white;
  background-color: #4dc247;
  box-shadow: 2px 2px 6px rgba(0, 0, 0, 0.4);
  border-radius: 50%; }
  .btn-whatsapp svg {
    width: 39px;
    height: 40px;
    padding: 5px 2px;
    fill: white;
    vertical-align: middle; }

a,
a:hover,
a:focus {
  color: #636467; }

.modal-body,
.modal-dialog,
.modal-content {
  background: #fafafa;
  color: #636467; }

.link-modal-xs-right {
  border-bottom: 1px solid rgba(99, 100, 103, 0.2); }

.link-modal-xs-right + .link-modal-xs-right {
  border-top: 0; }

.form-control {
  border: 0;
  border-bottom: 2px solid rgba(99, 100, 103, 0.5);
  background: #fafafa;
  box-shadow: none;
  -webkit-transition: none; }
  .form-control:focus {
    border-bottom: 2px solid #ce181e; }
    .form-control:focus + label {
      color: #ce181e; }

.search-input {
  color: #ce181e; }
  .search-input:focus {
    border: 0; }

.radio-button input[type="radio"]:checked + .radio-button-content .checked {
  color: #ce181e; }

.nav-tabs-container {
  border-bottom: 1px solid rgba(99, 100, 103, 0.1); }

.nav-tabs-links {
  border-bottom: 0; }

.nav-tabs .tab.active .tab-link {
  color: #ce181e;
  background-color: transparent;
  border: 0;
  border-bottom: 3px solid #ce181e; }
.nav-tabs .tab-link {
  background-color: transparent; }
  .nav-tabs .tab-link:hover, .nav-tabs .tab-link:focus {
    background-color: transparent !important; }
.nav-tabs .tab-check.active .tab-check-link,
.nav-tabs .tab-check.active .tab-check-link:focus {
  outline: 2px solid #ce181e; }
.nav-tabs .tab-check-link-text {
  outline: 1px solid rgba(99, 100, 103, 0.3); }
.nav-tabs .tab-check-icon {
  color: #ce181e; }
  .nav-tabs .tab-check-icon .fa-inverse {
    color: #FFFFFF; }

.material-card {
  background-color: #FFFFFF; }

.panel {
  background-color: #FFFFFF;
  border: 1px solid rgba(99, 100, 103, 0.2);
  border-radius: 3px; }
  .panel-heading {
    background-color: #FFFFFF !important;
    border-bottom: 1px solid rgba(99, 100, 103, 0.2); }
  .panel-footer {
    background-color: #FFFFFF;
    border-top: 1px solid rgba(99, 100, 103, 0.2); }

.pills-container {
  background-color: #FFFFFF; }

.pill-link {
  color: #ce181e;
  background-color: #FFFFFF; }
  .pill-link:hover, .pill-link:focus {
    opacity: 0.6; }

.divider {
  float: left;
  width: 100%;
  margin: 20px 0;
  border-bottom: 1px solid rgba(99, 100, 103, 0.1); }

.spinner {
  color: #ce181e; }
  .spinner.inverse {
    background: transparent;
    color: #FFFFFF; }

.services-container {
  background-color: #FFFFFF; }
  .services-container .service-icon {
    background: rgba(99, 100, 103, 0.05); }

.slider-wrapper {
  background-color: #FFFFFF; }

.slider-pager a,
.bx-pager a {
  border: 1px solid #636467, 0.3;
  opacity: 0.8; }
  .slider-pager a.active,
  .bx-pager a.active {
    border: 1px solid #ce181e; }
.slider-pager .slider-pager-circle,
.slider-pager .bx-pager-link,
.bx-pager .slider-pager-circle,
.bx-pager .bx-pager-link {
  background: rgba(99, 100, 103, 0.3); }
.slider-pager .active,
.slider-pager .slider-pager-link.with-images.active + .slider-pager-circle,
.bx-pager .active,
.bx-pager .slider-pager-link.with-images.active + .slider-pager-circle {
  background: #ce181e; }

.table-striped tbody > tr:nth-child(odd) > th,
.table-striped tbody > tr:nth-child(odd) > td {
  background-color: rgba(99, 100, 103, 0.03);
  border-top: 0; }
.table-striped > tbody > tr > td {
  border-top: 0; }

.table > thead > tr > th,
.table > tbody > tr > th,
.table > tfoot > tr > th,
.table > thead > tr > td,
.table > tbody > tr > td,
.table > tfoot > tr > td {
  border: 0; }

.navbar {
  background-color: #ce181e;
  color: white; }

.nav-main .nav-top {
  background-color: #45080a; }
  .nav-main .nav-top-link {
    color: #FFFFFF; }
.nav-main .desktop-nav > .desktop-nav-item.selected {
  border-bottom: 3px solid white; }
.nav-main .desktop-nav-item, .nav-main .desktop-nav-link {
  color: white; }
.nav-main .desktop-nav-list {
  background-color: #FFFFFF; }
  .nav-main .desktop-nav-list .desktop-nav-link {
    color: #636467; }
    .nav-main .desktop-nav-list .desktop-nav-link:hover {
      background-color: rgba(99, 100, 103, 0.03); }
    .nav-main .desktop-nav-list .desktop-nav-link.with-subitems {
      border-right: 2px solid #ce181e; }
  .nav-main .desktop-nav-list .desktop-nav-item.selected > .desktop-nav-link {
    color: #ce181e;
    background-color: #FFFFFF;
    font-weight: 500; }

.nav-icon {
  color: #FFFFFF;
  fill: #FFFFFF; }

.cart-summary-items {
  background-color: #FFFFFF;
  color: #ce181e; }

.cart-summary-icon {
  color: #FFFFFF;
  fill: #FFFFFF; }

.inverse {
  background: white;
  color: #ce181e; }
  .inverse a,
  .inverse i,
  .inverse input {
    background: white;
    color: #ce181e; }
    .inverse a::-webkit-input-placeholder, .inverse a:-moz-placeholder, .inverse a::-moz-placeholder, .inverse a:-ms-input-placeholder,
    .inverse i::-webkit-input-placeholder,
    .inverse i:-moz-placeholder,
    .inverse i::-moz-placeholder,
    .inverse i:-ms-input-placeholder,
    .inverse input::-webkit-input-placeholder,
    .inverse input:-moz-placeholder,
    .inverse input::-moz-placeholder,
    .inverse input:-ms-input-placeholder {
      color: #ce181e; }

.search-suggest {
  background-color: #FFFFFF; }
  .search-suggest-link, .search-suggest-icon {
    color: rgba(99, 100, 103, 0.8); }
    .search-suggest-link:hover, .search-suggest-link:focus, .search-suggest-icon:hover, .search-suggest-icon:focus {
      color: rgba(99, 100, 103, 0.6);
      background-color: #f7f7f7; }
  .search-suggest-price {
    color: #ce181e;
    font-weight: bold; }
  .search-suggest-all-link {
    background-color: #f7f7f7; }

.logo-text {
  color: #ce181e;
  line-height: initial; }

.btn-filter {
  background-color: #FFFFFF;
  color: #636467;
  border: 1px solid rgba(99, 100, 103, 0.3); }

.item-image-container {
  background-color: #FFFFFF; }
.item-price, .item-price-compare {
  color: #ce181e; }
.item-info-container {
  background-color: #FFFFFF; }
  .item-info-container-name {
    color: #636467; }
    .item-info-container-name:hover, .item-info-container-name:focus {
      color: #636467;
      text-decoration: underline; }
.item-installments strong {
  color: #ce181e; }
.item-quickshop-link {
  background-color: #ce181e;
  color: #FFFFFF; }
  .item-quickshop-link:hover, .item-quickshop-link:focus {
    color: #FFFFFF; }

.product-label {
  font-size: 14px;
  color: white;
  fill: white; }
  .product-label.product-label-offer {
    background-color: rgba(206, 24, 30, 0.8); }
  .product-label.product-label-shipping {
    background-color: rgba(35, 31, 32, 0.8); }
  .product-label.product-label-no-stock {
    background-color: grey;
    color: white; }

.pagination > li > a {
  background-color: #FFFFFF;
  color: #636467;
  padding: 6px 8px;
  min-width: 42px; }
.pagination > li > a:hover {
  background-color: rgba(206, 24, 30, 0.05);
  color: #636467; }
.pagination > .active > a, .pagination > .active > a:focus, .pagination > .active > a:hover {
  background-color: #ce181e;
  border-color: #ce181e; }
.pagination-icon {
  float: left;
  color: #636467; }

.product-name {
  color: #636467; }

.mobile-zoom-panel {
  background: #FFFFFF; }

.product-price-container {
  margin: 15px 0 20px 0; }
  .product-price-container .product-price {
    display: inline-block;
    margin: 0;
    color: #ce181e;
    font-size: bold; }
  .product-price-container .product-price-compare {
    display: inline-block;
    margin: 0 5px 0 0;
    padding-right: 10px;
    text-decoration: line-through;
    border-right: 1px solid rgba(99, 100, 103, 0.5);
    opacity: 0.8; }

.btn-variant {
  color: #636467;
  border: 2px solid rgba(99, 100, 103, 0.2); }
  .btn-variant:hover, .btn-variant:focus {
    color: #636467; }
  .btn-variant.selected {
    border: 2px solid #ce181e; }

.product-variants {
  margin-bottom: 20px;
  border-bottom: 1px solid rgba(99, 100, 103, 0.2); }

.footer {
  background-color: #7c0e12;
  color: #FFFFFF;
  text-decoration: none;
  outline: 0; }
  .footer a,
  .footer a:hover,
  .footer a:focus,
  .footer a:active {
    color: #FFFFFF; }
  .footer .btn-footer {
    background: #FFFFFF;
    color: #7c0e12; }
    .footer .btn-footer:focus, .footer .btn-footer:active, .footer .btn-footer:active:hover {
      opacity: 0.8; }
  .footer:hover, .footer:focus {
    text-decoration: none;
    outline: 0; }

.footer-legal {
  background-color: #45080a;
  color: #FFFFFF; }

.newsletter-footer {
  background-color: #fafafa; }

.powered-by-logo svg {
  fill: #FFFFFF; }

.cart-table {
  background-color: #FFFFFF; }
  .cart-table-row {
    border-bottom: 1px solid rgba(99, 100, 103, 0.2); }
  .cart-table-header {
    background-color: rgba(99, 100, 103, 0.02); }

.ajax-cart-container {
  background: #FFFFFF; }

.cart-total,
.total-promotions-row {
  color: #ce181e; }

.border-top {
  border-top: 1px solid rgba(99, 100, 103, 0.2); }

.border-bottom {
  border-bottom: 1px solid rgba(99, 100, 103, 0.2); }

.bg-facebook {
  background: #3b5998; }

.bg-twitter {
  background: #55acee; }

.bg-google-plus {
  background: #dc4e41; }

.bg-pinterest {
  background: #bd081c; }

.bg-instagram {
  background: #3f729b; }

.bg-whatsapp {
  background: #43d854;
  color: white; }

@media (max-width: 767px) {
  .title-container h1 {
    font-size: 24px; }

  .h1-xs {
    font-size: 36px; }

  .h2-xs {
    font-size: 30px; }

  .h3-xs {
    font-size: 24px; }

  .h4-xs {
    font-size: 18px; }

  .h5-xs {
    font-size: 14px; }

  .h6-xs {
    font-size: 12px; }

  .font-body-xs {
    font-size: 14px; }

  .font-small-xs {
    font-size: 12px; }

  .font-small-extra-xs {
    font-size: 10px; }

  .weight-normal-xs {
    font-weight: 400; }

  .weight-strong-xs {
    font-weight: 700; }

  .weight-light-xs {
    font-weight: 100; }

  .backdrop {
    background: rgba(255, 255, 255, 0.9); }

  .btn-circle {
    width: 50px;
    height: 50px; }
    .btn-circle i {
      font-size: 24px; }

  .modal-xs,
  .modal {
    background: #fafafa; }
    .modal-xs .modal-xs-header,
    .modal .modal-xs-header {
      background-color: rgba(99, 100, 103, 0.04);
      color: #ce181e; }
      .modal-xs .modal-xs-header-icon,
      .modal .modal-xs-header-icon {
        color: #ce181e;
        fill: #ce181e; }
      .modal-xs .modal-xs-header:active,
      .modal .modal-xs-header:active {
        background-color: #ce181e;
        color: #FFFFFF; }
        .modal-xs .modal-xs-header:active .modal-xs-header-icon,
        .modal .modal-xs-header:active .modal-xs-header-icon {
          color: #FFFFFF;
          fill: #FFFFFF; }
    .modal-xs-footer,
    .modal-footer {
      border: 0; }

  .modal-xs-list-item {
    color: rgba(99, 100, 103, 0.8);
    border-bottom: 1px solid rgba(99, 100, 103, 0.25); }
    .modal-xs-list-item.darker {
      background-color: rgba(99, 100, 103, 0.04); }
    .modal-xs-list-item .modal-xs-list-icon {
      fill: #ce181e; }
    .modal-xs-list-item .icon-checked {
      display: none; }
    .modal-xs-list-item .icon-unchecked {
      display: block; }
    .modal-xs-list-item:active {
      background-color: #ce181e;
      color: #FFFFFF; }
      .modal-xs-list-item:active .modal-xs-list-icon {
        color: #FFFFFF;
        fill: #FFFFFF; }
    .modal-xs-list-item.selected {
      color: #FFFFFF;
      border-right: 0;
      border-left: 0;
      border-bottom: 0;
      background: #ce181e; }
      .modal-xs-list-item.selected .modal-xs-radio-icon {
        color: #FFFFFF; }
      .modal-xs-list-item.selected .icon-checked {
        display: block; }
      .modal-xs-list-item.selected .icon-unchecked {
        display: none; }
    .modal-xs-list-item .modal-xs-radio-icon {
      color: #ce181e; }

  .btn-modal-xs-right {
    color: #636467;
    border-radius: 0; }
    .btn-modal-xs-right:hover
    .btn-modal-xs-right:focus {
      color: #636467; }
    .btn-modal-xs-right-icon {
      fill: #231f20; }

  .link-modal-xs-right-icon {
    fill: #231f20; }

  .link-modal-xs-right {
    border-top: 1px solid rgba(99, 100, 103, 0.2); }

  .mobile-nav .mobile-page-title {
    font-family: "Open Sans", sans-serif; }
  .mobile-nav-tab.selected {
    border-bottom: 3px solid #FFFFFF; }
  .mobile-nav-tab-text, .mobile-nav-tab-icon {
    color: white;
    color: white; }

  .mobile-nav-categories-container {
    background-color: #FFFFFF;
    box-shadow: 2px 0px 1px 1px rgba(0, 0, 0, 0.14), 0 3px 1px -2px rgba(0, 0, 0, 0.2), 0 1px 5px 0 rgba(0, 0, 0, 0.12); }

  .hamburger-panel {
    background-color: #FFFFFF;
    color: #636467; }
    .hamburger-panel-first-row {
      background-color: rgba(99, 100, 103, 0.05); }
    .hamburger-panel-accordion {
      background: rgba(99, 100, 103, 0.05); }
    .hamburger-panel-link {
      color: #636467;
      border-bottom: 1px solid rgba(99, 100, 103, 0.2); }

  .pagination .pagination-icon {
    color: #ce181e; }

  .product-breadcrumb,
  .product-breadcrumb .breadcrumb-crumb,
  .product-name {
    color: #636467 !important; }

  .quantity {
    border-top: 1px solid rgba(99, 100, 103, 0.2);
    border-bottom: 1px solid rgba(99, 100, 103, 0.2); } }

/*# sourceMappingURL=custom-styles.css.map */
