.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: #27D6A3; }

.text-accent {
  color: #673AB7; }

body {
  color: #727272;
  font-family: "Roboto", Sans-serif;
  background-color: #ececec; }

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

.placeholder-container {
  background-color: #f1f1f1; }

.placeholder-figures-container {
  background-color: #ececec; }

.product-placeholder-container {
  background: rgba(39, 214, 163, 0.1); }

.placeholder-preloader {
  fill: rgba(114, 114, 114, 0.07); }

.placeholder-color,
.placeholder-line {
  background-color: rgba(114, 114, 114, 0.07); }

.placeholder-color-primary {
  background-color: rgba(39, 214, 163, 0.5); }

.placeholder-icon {
  fill: rgba(114, 114, 114, 0.2); }

.svg-icon-primary {
  fill: #27D6A3; }

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

.breadcrumb {
  background: transparent; }
  .breadcrumb-crumb {
    color: rgba(114, 114, 114, 0.6); }
    .breadcrumb-crumb.active {
      color: #27D6A3; }

.product-breadcrumb .breadcrumb-crumb,
.product-breadcrumb .breadcrumb-crumb.current {
  color: white;
  /* Necesary for contrast with background image */ }

.btn {
  position: relative;
  padding: 10px 8px;
  background-color: transparent;
  border: 0;
  border-radius: 3px;
  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: #673AB7;
  color: #f1f1f1;
  fill: #f1f1f1;
  border: 1px solid #673AB7; }
  .btn-primary:hover {
    background-color: #6e3ec2;
    border-color: #6e3ec2;
    color: #f1f1f1;
    fill: #f1f1f1; }
  .btn-primary:focus, .btn-primary:active, .btn-primary:active:hover {
    background-color: #673AB7;
    color: #f1f1f1;
    fill: #f1f1f1;
    border-color: #673AB7; }
  .btn-primary[disabled], .btn-primary[disabled]:hover {
    background-color: #DDD;
    color: #f1f1f1;
    fill: #f1f1f1;
    border-color: #DDD; }

.btn-secondary {
  background-color: #27D6A3;
  color: #f1f1f1;
  border: 1px solid #27D6A3; }
  .btn-secondary:hover {
    background-color: #33daa9;
    color: #f1f1f1; }
  .btn-secondary:focus, .btn-secondary:active, .btn-secondary:active:hover {
    background-color: #27D6A3;
    color: #f1f1f1; }
  .btn-secondary[disabled], .btn-secondary[disabled]:hover {
    background-color: #DDD;
    color: #f1f1f1;
    border-color: #DDD; }

.btn-default,
.filter-remove {
  background: #f9f9f9;
  color: #673AB7;
  fill: #673AB7;
  border: 1px solid rgba(114, 114, 114, 0.3); }
  .btn-default:hover,
  .filter-remove:hover {
    background: #f9f9f9;
    color: #673AB7;
    fill: #673AB7;
    opacity: 0.8; }
  .btn-default:focus, .btn-default:active, .btn-default:active:hover,
  .filter-remove:focus,
  .filter-remove:active,
  .filter-remove:active:hover {
    background: #f9f9f9;
    color: #673AB7;
    fill: #673AB7;
    opacity: 1; }
  .btn-default[disabled],
  .filter-remove[disabled] {
    opacity: 0.5; }

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

.btn-link {
  position: relative;
  text-decoration: underline;
  cursor: pointer;
  color: #27D6A3; }
  .btn-link:hover, .btn-link:focus {
    color: #27D6A3;
    opacity: 0.8; }
  .btn-link-divider {
    float: left;
    width: 100%;
    margin-top: 10px;
    padding: 0;
    text-align: center; }
    .btn-link-divider i {
      margin-left: 5px;
      font-size: 14px; }

.btn-small {
  padding: 2px 0; }
  .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: #727272; }
  a:active, a:focus, a:hover,
  a:hover:active,
  a:hover:focus,
  a:hover:hover,
  a:focus:active,
  a:focus:focus,
  a:focus:hover {
    outline: 0;
    box-shadow: none; }

.link-module {
  border-bottom: 1px solid rgba(114, 114, 114, 0.2); }
  .link-module .link-icon svg {
    width: 20px;
    fill: #27D6A3;
    vertical-align: bottom; }

.link-module + .link-module {
  border-top: 0; }

.link-module-icon {
  fill: #727272; }

.link-module-icon-right {
  fill: #673AB7; }

.modal-body,
.modal-dialog,
.modal-content,
.modal-xs-dialog {
  background: #ececec;
  color: #727272; }

.modal-header {
  border-bottom: 1px solid rgba(114, 114, 114, 0.1); }

.modal-icon .nav-icon {
  color: #27D6A3;
  fill: #27D6A3; }

.form-control {
  border: 0;
  border-bottom: 2px solid rgba(114, 114, 114, 0.5);
  background: #ececec;
  box-shadow: none;
  -webkit-transition: none; }
  .form-control:focus {
    border-bottom: 2px solid #27D6A3; }
    .form-control:focus + label {
      color: #27D6A3; }

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

.radio-button input[type="radio"] + .radio-button-content .unchecked {
  border: 2px solid #27D6A3; }
.radio-button input[type="radio"] + .radio-button-content .checked {
  background-color: #27D6A3; }
.radio-button input[type="radio"] + .radio-button-content .radio-circle-checked {
  background-color: rgba(39, 214, 163, 0.15); }

.list-readonly .list-item:nth-child(even) {
  background-color: rgba(241, 241, 241, 0.02); }
.list-readonly .list-item:nth-child(odd) {
  background-color: rgba(114, 114, 114, 0.02); }

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

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

.nav-tabs .tab.active .tab-link {
  color: #27D6A3;
  background-color: transparent;
  border: 0;
  border-bottom: 3px solid #27D6A3; }
.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 #27D6A3; }
.nav-tabs .tab-check-link-text {
  outline: 1px solid rgba(114, 114, 114, 0.3); }
.nav-tabs .tab-check-icon {
  color: #27D6A3; }
  .nav-tabs .tab-check-icon .fa-inverse {
    color: #f1f1f1; }

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

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

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

.pill-link {
  color: #27D6A3;
  background-color: #f1f1f1; }
  .pill-link:hover, .pill-link:focus {
    opacity: 0.6; }

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

.spinner {
  color: #27D6A3; }
  .spinner.inverse {
    background: transparent;
    color: #f1f1f1; }

.banner-with-text {
  background: rgba(39, 214, 163, 0.1); }
  .banner-with-text .text-container {
    color: white; }
    .banner-with-text .text-container .banner-with-text-title {
      font-family: "Roboto", Sans-serif; }

.services-container {
  background-color: #f1f1f1; }
  .services-container .service-icon {
    color: #27D6A3;
    background: rgba(114, 114, 114, 0.05); }

.module-text-wrapper {
  background-color: #f1f1f1; }

.module-image .placeholder {
  background-color: #e4e4e4; }

.video-container {
  background: rgba(39, 214, 163, 0.1); }

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

.slider-pager a,
.bx-pager a {
  border: 1px solid #727272, 0.3;
  opacity: 0.8; }
  .slider-pager a.active,
  .bx-pager a.active {
    border: 1px solid #27D6A3; }
.slider-pager .slider-pager-circle,
.slider-pager .bx-pager-link,
.bx-pager .slider-pager-circle,
.bx-pager .bx-pager-link {
  background: rgba(114, 114, 114, 0.3); }
.slider-pager .slider-pager-link.with-images,
.bx-pager .slider-pager-link.with-images {
  background-color: white; }
.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: #27D6A3; }

.table-striped tbody > tr:nth-child(odd) > th,
.table-striped tbody > tr:nth-child(odd) > td {
  background-color: rgba(114, 114, 114, 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; }

.instafeed-module .instafeed-item .instafeed-img {
  border-radius: 3px;
  -moz-box-shadow: 0 0 3px #ccc;
  -webkit-box-shadow: 0 0 3px #ccc;
  box-shadow: 0 0 3px #ccc; }
.instafeed-module .instafeed-item .instafeed-info {
  background-color: #673AB7;
  color: #f1f1f1; }
.instafeed-module .instafeed-item.instafeed-user .instafeed-title {
  background-color: #673AB7;
  color: #f1f1f1; }
  .instafeed-module .instafeed-item.instafeed-user .instafeed-title a {
    color: #f1f1f1; }
    .instafeed-module .instafeed-item.instafeed-user .instafeed-title a:hover {
      text-decoration: none; }

.navbar {
  background-color: #27D6A3;
  color: white; }

.nav-main .nav-top {
  background-color: #0f5540; }
  .nav-main .nav-top-link {
    color: #f1f1f1; }
.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: #f1f1f1; }
  .nav-main .desktop-nav-list .desktop-nav-link {
    color: #727272; }
    .nav-main .desktop-nav-list .desktop-nav-link:hover {
      background-color: rgba(114, 114, 114, 0.03); }
    .nav-main .desktop-nav-list .desktop-nav-link.with-subitems {
      border-right: 2px solid #27D6A3; }
  .nav-main .desktop-nav-list .desktop-nav-item.selected > .desktop-nav-link {
    color: #27D6A3;
    background-color: #f1f1f1; }

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

.cart-summary-items {
  background-color: #f1f1f1;
  color: #27D6A3; }

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

.inverse {
  background: white;
  color: #27D6A3; }
  .inverse a,
  .inverse i,
  .inverse input {
    background: white;
    color: #27D6A3; }
    .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: #27D6A3; }

.search-suggest {
  background-color: #f1f1f1; }
  .search-suggest-link, .search-suggest-icon {
    color: rgba(114, 114, 114, 0.8); }
    .search-suggest-link:hover, .search-suggest-link:focus, .search-suggest-icon:hover, .search-suggest-icon:focus {
      color: rgba(114, 114, 114, 0.6);
      background-color: #e9e9e9; }
  .search-suggest-price {
    color: #27D6A3;
    font-weight: bold; }
  .search-suggest-all-link {
    background-color: #e9e9e9; }

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

.btn-filter {
  background-color: #f1f1f1;
  color: #727272;
  border: 1px solid rgba(114, 114, 114, 0.3); }

.item-image-container {
  background-color: #ececec; }
.item-price, .item-price-compare {
  color: #27D6A3; }
.item-info-container {
  background-color: #f1f1f1; }
  .item-info-container-name {
    color: #727272; }
    .item-info-container-name:hover, .item-info-container-name:focus {
      color: #727272;
      text-decoration: underline; }
.item-installments strong {
  color: #27D6A3; }
.item-quickshop-link {
  background-color: #27D6A3;
  color: #f1f1f1; }
  .item-quickshop-link:hover, .item-quickshop-link:focus {
    color: #f1f1f1; }

.product-label {
  font-size: 14px;
  color: white;
  fill: white; }
  .product-label.product-label-offer {
    background-color: rgba(39, 214, 163, 0.8); }
  .product-label.product-label-shipping {
    background-color: rgba(103, 58, 183, 0.8); }
  .product-label.product-label-no-stock {
    background-color: grey;
    color: white; }

.pagination > li > a {
  background-color: #f1f1f1;
  color: #727272;
  padding: 6px 8px;
  min-width: 42px; }
.pagination > li > a:hover {
  background-color: rgba(39, 214, 163, 0.05);
  color: #727272; }
.pagination > .active > a, .pagination > .active > a:focus, .pagination > .active > a:hover {
  background-color: #27D6A3;
  border-color: #27D6A3; }
.pagination-icon {
  float: left;
  color: #727272; }

.product-name {
  color: #727272; }

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

.product-price-container {
  margin: 15px 0 20px 0; }
  .product-price-container .product-price {
    display: inline-block;
    margin: 0;
    color: #27D6A3;
    font-size: bold; }

.price-compare {
  display: inline-block;
  margin: 0 5px 0 0;
  padding-right: 10px;
  text-decoration: line-through;
  border-right: 1px solid rgba(114, 114, 114, 0.5);
  opacity: 0.8; }

.btn-variant {
  color: #727272;
  border: 2px solid rgba(114, 114, 114, 0.2); }
  .btn-variant:hover, .btn-variant:focus {
    color: #727272; }
  .btn-variant.selected {
    border: 2px solid #27D6A3; }

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

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

.footer-legal {
  background-color: #0f5540;
  color: #f1f1f1; }

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

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

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

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

.alert-primary {
  border: 1px solid #27D6A3;
  color: #27D6A3;
  background-color: #ececec; }
  .alert-primary .btn-link {
    color: #27D6A3; }

.notification-primary {
  color: #f1f1f1;
  background-color: #23c093; }

.notification-secondary {
  background: #e9e9e9;
  color: rgba(114, 114, 114, 0.8); }
  .notification-secondary a {
    color: #673AB7; }

.border-top {
  border-top: 1px solid rgba(114, 114, 114, 0.2) !important; }

.border-bottom {
  border-bottom: 1px solid rgba(114, 114, 114, 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(241, 241, 241, 0.9); }

  .btn-link {
    text-decoration: none; }

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

  .btn-module {
    color: #727272;
    border-radius: 0; }
    .btn-module:hover
    .btn-module:focus {
      color: #727272; }
    .btn-module-icon {
      fill: #673AB7; }

  .link-module {
    border-top: 1px solid rgba(114, 114, 114, 0.2); }

  .modal-xs {
    background: #ececec; }
    .modal-xs.sheet-bottom {
      background-color: transparent; }
    .modal-xs .sheet-bottom-body {
      background-color: #f1f1f1; }
    .modal-xs .modal-xs-header {
      background-color: rgba(114, 114, 114, 0.04);
      color: #27D6A3; }
      .modal-xs .modal-xs-header.sheet-bottom-header {
        background-color: #ececec; }
        .modal-xs .modal-xs-header.sheet-bottom-header:active {
          background-color: #ececec;
          color: #727272; }
      .modal-xs .modal-xs-header-icon {
        font-size: 30px;
        color: #27D6A3;
        fill: #27D6A3; }
      .modal-xs .modal-xs-header:active {
        background-color: #27D6A3;
        color: #f1f1f1; }
        .modal-xs .modal-xs-header:active .modal-xs-header-icon {
          color: #f1f1f1;
          fill: #f1f1f1; }
    .modal-xs-footer {
      border: 0; }

  .modal-xs-list-item {
    color: rgba(114, 114, 114, 0.8);
    border-bottom: 1px solid rgba(114, 114, 114, 0.25); }
    .modal-xs-list-item.darker {
      background-color: rgba(114, 114, 114, 0.02); }
    .modal-xs-list-item .modal-xs-list-icon {
      fill: #27D6A3; }
    .modal-xs-list-item .icon-checked {
      display: none; }
    .modal-xs-list-item .icon-unchecked {
      display: block; }
    .modal-xs-list-item:active {
      background-color: #27D6A3;
      color: #f1f1f1; }
      .modal-xs-list-item:active .modal-xs-list-icon {
        color: #f1f1f1;
        fill: #f1f1f1; }
    .modal-xs-list-item.selected {
      color: #f1f1f1;
      border-right: 0;
      border-left: 0;
      border-bottom: 0;
      background: #27D6A3; }
      .modal-xs-list-item.selected .modal-xs-radio-icon {
        color: #f1f1f1; }
      .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: #27D6A3; }

  .navbar-header {
    background-color: white;
    color: #27D6A3; }

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

  .mobile-nav-first-row {
    background-color: white;
    color: #27D6A3; }
    .mobile-nav-first-row .nav-icon {
      color: #27D6A3;
      fill: #27D6A3; }
    .mobile-nav-first-row .btn-hamburger {
      background-color: #27D6A3; }
      .mobile-nav-first-row .btn-hamburger .nav-icon {
        fill: white; }

  .mobile-nav-categories-container {
    background-color: #f1f1f1;
    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: #f1f1f1;
    color: #727272; }
    .hamburger-panel-first-row {
      background-color: rgba(114, 114, 114, 0.05); }
    .hamburger-panel-accordion {
      background: rgba(114, 114, 114, 0.05); }
    .hamburger-panel-link {
      color: #727272;
      border-bottom: 1px solid rgba(114, 114, 114, 0.2); }

  .pagination .pagination-icon {
    color: #27D6A3; }

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

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

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