.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; }

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

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

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

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

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

.text-accent {
  color: #000000; }

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

.box-title {
  float: left;
  width: 100%;
  padding-bottom: 20px;
  font-weight: bold;
  font-size: 12px;
  text-transform: uppercase; }

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

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

.product-placeholder-container {
  background: rgba(0, 0, 0, 0.1); }

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

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

.placeholder-color-primary {
  background-color: rgba(0, 0, 0, 0.5); }

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

.spinner-multicolor {
  width: 65px;
  height: 65px;
  -webkit-animation: rotator 1.4s linear infinite;
  animation: rotator 1.4s linear infinite; }
  .spinner-multicolor-path {
    stroke-dasharray: 187;
    stroke-dashoffset: 0;
    -webkit-transform-origin: center;
    transform-origin: center;
    -webkit-animation: dash 1.4s ease-in-out infinite, colors 5.6s ease-in-out infinite;
    animation: dash 1.4s ease-in-out infinite, colors 5.6s ease-in-out infinite; }

@-webkit-keyframes rotator {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg); }
  100% {
    -webkit-transform: rotate(270deg);
    transform: rotate(270deg); } }

@keyframes rotator {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg); }
  100% {
    -webkit-transform: rotate(270deg);
    transform: rotate(270deg); } }

@-webkit-keyframes colors {
  0% {
    stroke: #000000; }
  50% {
    stroke: #000000; }
  50% {
    stroke: #000000; }
  75% {
    stroke: #000000; }
  100% {
    stroke: #000000; } }

@keyframes colors {
  0% {
    stroke: #000000; }
  50% {
    stroke: #000000; }
  50% {
    stroke: #000000; }
  75% {
    stroke: #000000; }
  100% {
    stroke: #000000; } }

@-webkit-keyframes dash {
  0% {
    stroke-dashoffset: 187; }
  50% {
    stroke-dashoffset: 46.75;
    -webkit-transform: rotate(135deg);
    transform: rotate(135deg); }
  100% {
    stroke-dashoffset: 187;
    -webkit-transform: rotate(450deg);
    transform: rotate(450deg); } }

@keyframes dash {
  0% {
    stroke-dashoffset: 187; }
  50% {
    stroke-dashoffset: 46.75;
    -webkit-transform: rotate(135deg);
    transform: rotate(135deg); }
  100% {
    stroke-dashoffset: 187;
    -webkit-transform: rotate(450deg);
    transform: rotate(450deg); } }

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

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

.breadcrumb {
  background: transparent; }
  .breadcrumb-crumb {
    color: rgba(0, 0, 0, 0.6); }
    .breadcrumb-crumb.active {
      color: #000000; }

.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: #000000;
  color: #FFFFFF;
  fill: #FFFFFF;
  border: 1px solid #000000; }
  .btn-primary:hover {
    background-color: #080808;
    border-color: #080808;
    color: #FFFFFF;
    fill: #FFFFFF; }
  .btn-primary:focus, .btn-primary:active, .btn-primary:active:hover {
    background-color: #000000;
    color: #FFFFFF;
    fill: #FFFFFF;
    border-color: #000000; }
  .btn-primary[disabled], .btn-primary[disabled]:hover {
    background-color: #DDD;
    color: #FFFFFF;
    fill: #FFFFFF;
    border-color: #DDD; }

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

.btn-default,
.filter-remove {
  background: white;
  color: #000000;
  fill: #000000;
  border: 1px solid rgba(0, 0, 0, 0.3); }
  .btn-default:hover,
  .filter-remove:hover {
    background: white;
    color: #000000;
    fill: #000000;
    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: #000000;
    fill: #000000;
    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: #000000;
  fill: #000000;
  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;
  cursor: pointer;
  color: #000000;
  text-transform: uppercase; }
  .btn-link:hover, .btn-link:focus {
    color: #000000;
    opacity: 0.8; }

.btn-small {
  padding: 2px 10px; }
  .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: #000000; }
  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(0, 0, 0, 0.2); }
  .link-module .link-icon svg {
    width: 20px;
    fill: #000000;
    vertical-align: bottom; }

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

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

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

.svg-background-icon {
  fill: #FFFFFF; }

.svg-maincolor-color {
  fill: #000000; }

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

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

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

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

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

.radio-button {
  fill: #000000; }
  .radio-button input[type="radio"] + .radio-button-content .unchecked {
    border: 2px solid #000000; }
  .radio-button input[type="radio"] + .radio-button-content .checked {
    background-color: #000000; }
  .radio-button input[type="radio"] + .radio-button-content .radio-circle-checked {
    background-color: rgba(0, 0, 0, 0.15); }
  .radio-button input[type="radio"]:checked + .radio-button-content {
    color: #000000;
    fill: #000000; }

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

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

.nav-tabs .tab.active .tab-link {
  color: #000000;
  background-color: transparent;
  border: 0;
  border-bottom: 3px solid #000000; }

.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 #000000; }

.nav-tabs .tab-check-link-text {
  outline: 1px solid rgba(0, 0, 0, 0.3); }

.nav-tabs .tab-check-icon {
  color: #000000; }
  .nav-tabs .tab-check-icon .fa-inverse {
    color: #FFFFFF; }

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

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

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

.pill-link {
  color: #000000;
  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(0, 0, 0, 0.1); }

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

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

.banner-card .banner-info-container {
  background-color: #FFFFFF; }

.services-container {
  background-color: #FFFFFF; }
  .services-container .service-icon {
    color: #000000;
    fill: #000000;
    background: rgba(0, 0, 0, 0.05); }

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

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

.video-container {
  background: rgba(0, 0, 0, 0.1); }

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

.slider-pager a,
.bx-pager a {
  border: 1px solid #000000, 0.3;
  opacity: 0.8; }
  .slider-pager a.active,
  .bx-pager a.active {
    border: 1px solid #000000; }

.slider-pager .slider-pager-circle,
.slider-pager .bx-pager-link,
.bx-pager .slider-pager-circle,
.bx-pager .bx-pager-link {
  background: rgba(0, 0, 0, 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: #000000; }

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

.instafeed-module .instafeed-item.instafeed-user .instafeed-title {
  background-color: #000000;
  color: #FFFFFF; }
  .instafeed-module .instafeed-item.instafeed-user .instafeed-title a {
    color: #FFFFFF; }
    .instafeed-module .instafeed-item.instafeed-user .instafeed-title a:hover {
      text-decoration: none; }
    .instafeed-module .instafeed-item.instafeed-user .instafeed-title a .svg-social-icon {
      height: 34px; }

.fb-page-img-container {
  background: #FFFFFF; }

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

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

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

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

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

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

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

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

.btn-filter {
  background-color: #FFFFFF;
  color: #000000;
  border: 1px solid rgba(0, 0, 0, 0.3); }

.item-image-container {
  background-color: #fafafa; }

.item-price, .item-price-compare {
  color: #000000; }

.item-info-container {
  background-color: #FFFFFF; }
  .item-info-container-name {
    color: #000000; }
    .item-info-container-name:hover, .item-info-container-name:focus {
      color: #000000;
      text-decoration: underline; }

.item-installments strong {
  color: #000000; }

.item-quickshop-link {
  background-color: #000000;
  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(0, 0, 0, 0.8); }
  .product-label.product-label-shipping {
    background-color: rgba(0, 0, 0, 0.8); }
  .product-label.product-label-no-stock {
    background-color: grey;
    color: white; }

.pagination > li > a {
  background-color: #FFFFFF;
  color: #000000;
  fill: #000000;
  padding: 6px 8px;
  min-width: 42px; }

.pagination > li > a:hover {
  background-color: rgba(0, 0, 0, 0.05);
  color: #000000;
  fill: #000000; }

.pagination > .active > a, .pagination > .active > a:focus, .pagination > .active > a:hover {
  background-color: #000000;
  border-color: #000000; }

.pagination-icon {
  float: left;
  color: #000000;
  fill: #000000; }

.product-name {
  color: #000000; }

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

.product-price-container {
  margin: 15px 0 20px 0; }
  .product-price-container .product-price {
    display: inline-block;
    margin: 0;
    color: #000000;
    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(0, 0, 0, 0.5);
  opacity: 0.8; }
  .price-compare.no-line {
    margin: 0;
    padding: 0;
    border-right: 0; }

.btn-variant {
  color: #000000;
  border: 2px solid rgba(0, 0, 0, 0.2); }
  .btn-variant:hover, .btn-variant:focus {
    color: #000000; }
  .btn-variant.selected {
    border: 2px solid #000000; }

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

.footer {
  background-color: black;
  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: black;
    fill: black; }
    .footer .btn-footer:hover, .footer .btn-footer:focus, .footer .btn-footer:active, .footer .btn-footer:active:hover {
      color: black;
      fill: black;
      opacity: 0.8; }
  .footer:hover, .footer:focus {
    text-decoration: none;
    outline: 0; }
  .footer .svg-background-icon {
    fill: #FFFFFF; }
  .footer .svg-maincolor-color {
    fill: black; }

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

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

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

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

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

.alert-primary {
  border: 1px solid #000000;
  color: #000000;
  background-color: #fafafa; }
  .alert-primary .btn-link {
    color: #000000; }

.notification-primary {
  color: #FFFFFF;
  background-color: black; }

.notification-secondary {
  background: #f7f7f7;
  color: rgba(0, 0, 0, 0.8); }
  .notification-secondary a {
    color: #000000; }

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

.border-bottom {
  border-bottom: 1px solid rgba(0, 0, 0, 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; }
  .btn-module {
    color: #000000;
    border-radius: 0; }
    .btn-module:hover .btn-module:focus {
      color: #000000; }
    .btn-module-icon {
      fill: #000000; }
  .link-module {
    border-top: 1px solid rgba(0, 0, 0, 0.2); }
  .modal-xs {
    background: #fafafa; }
    .modal-xs.sheet-bottom {
      background-color: transparent; }
    .modal-xs .sheet-bottom-body {
      background-color: #FFFFFF; }
    .modal-xs .modal-xs-header {
      background-color: rgba(0, 0, 0, 0.04);
      color: #000000; }
      .modal-xs .modal-xs-header.sheet-bottom-header {
        background-color: #fafafa; }
        .modal-xs .modal-xs-header.sheet-bottom-header:active {
          background-color: #fafafa;
          color: #000000; }
      .modal-xs .modal-xs-header-icon {
        font-size: 30px;
        color: #000000;
        fill: #000000; }
      .modal-xs .modal-xs-header:active {
        background-color: #000000;
        color: #FFFFFF; }
        .modal-xs .modal-xs-header:active .modal-xs-header-icon {
          color: #FFFFFF;
          fill: #FFFFFF; }
    .modal-xs-footer {
      border: 0; }
  .modal-xs-list-item {
    color: rgba(0, 0, 0, 0.8);
    border-bottom: 1px solid rgba(0, 0, 0, 0.25); }
    .modal-xs-list-item.darker {
      background-color: rgba(0, 0, 0, 0.02); }
    .modal-xs-list-item .modal-xs-list-icon {
      fill: #000000; }
    .modal-xs-list-item .icon-checked {
      display: none; }
    .modal-xs-list-item .icon-unchecked {
      display: block; }
    .modal-xs-list-item:active {
      background-color: #000000;
      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: #000000; }
      .modal-xs-list-item.selected .modal-xs-radio-icon {
        color: #FFFFFF;
        fill: #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: #000000;
      fill: #000000; }
  .navbar-header {
    background-color: white;
    color: #000000; }
  .mobile-nav .mobile-page-title {
    font-family: "Roboto", 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-first-row {
    background-color: white;
    color: #000000; }
    .mobile-nav-first-row .nav-icon {
      color: #000000;
      fill: #000000; }
    .mobile-nav-first-row .btn-hamburger {
      background-color: #000000; }
      .mobile-nav-first-row .btn-hamburger .nav-icon {
        fill: 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: #000000;
    fill: #000000; }
    .hamburger-panel-first-row {
      background-color: rgba(0, 0, 0, 0.05); }
    .hamburger-panel-accordion {
      background: rgba(0, 0, 0, 0.05); }
    .hamburger-panel-link {
      color: #000000;
      border-bottom: 1px solid rgba(0, 0, 0, 0.2); }
  .pagination .pagination-icon {
    color: #000000;
    fill: #000000; }
  .product-breadcrumb,
  .product-breadcrumb .breadcrumb-crumb,
  .product-name {
    color: #000000 !important; }
  .quantity {
    border-top: 1px solid rgba(0, 0, 0, 0.2);
    border-bottom: 1px solid rgba(0, 0, 0, 0.2); } }
