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

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

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

.text-primary {
  color: #000000; }

.text-secondary {
  color: #FFFFFF; }

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

.section-footer, .product-description {
  margin-bottom: 70px; }

.element-footer, .social-share, .nube-slider-product, .page-header {
  margin-bottom: 20px; }

.breadcrumbs {
  margin-bottom: 10px; }

.head-dark, .head-light, .category-controls {
  transition: all 0.5s ease; }

.form-select, button, .btn-line, .btn-primary, body {
  font-size: 14px; }

body {
  color: #000000;
  font-family: "Muli", sans-serif;
  background-color: #FFFFFF; }

.box {
  float: left;
  width: 100%;
  margin-bottom: 20px;
  padding: 10px;
  border: 1px solid rgba(0, 0, 0, 0.2); }

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

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

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

.placeholder-page {
  background: #000000; }
  .placeholder-page:hover, .placeholder-page.active {
    background: #000000;
    opacity: 0.8; }

.placeholder-shine,
.placeholder-fade {
  background-color: rgba(0, 0, 0, 0.2); }

.spinner-ellipsis .point {
  background-color: rgba(0, 0, 0, 0.2); }

.divider {
  margin-top: 20px;
  margin-bottom: 20px;
  clear: both;
  border-bottom: 1px solid rgba(0, 0, 0, 0.1); }

h1, .h1,
h2, .h2,
h3, .h3,
h4, .h4,
h5, .h5,
h6, .h6 {
  margin-top: 0;
  font-family: "Muli", sans-serif; }

.page-header h1, .page-header .h1 {
  margin-bottom: 0; }

.btn {
  text-decoration: none;
  text-align: center;
  border: 0;
  cursor: pointer;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  text-transform: uppercase;
  background: none;
  -webkit-transition: all 0.4s ease;
  -ms-transition: all 0.4s ease;
  -moz-transition: all 0.4s ease;
  -o-transition: all 0.4s ease;
  transition: all 0.4s ease; }
  .btn:hover, .btn:focus {
    outline: 0;
    opacity: 0.8; }
  .btn[disabled], .btn[disabled]:hover {
    opacity: 0.5;
    cursor: not-allowed;
    outline: 0; }
  .btn-default {
    padding: 10px 15px;
    background-color: rgba(0, 0, 0, 0.2);
    color: #000000;
    fill: #000000;
    font-weight: bold; }
  .btn-primary {
    padding: 15px;
    background-color: #000000;
    color: #FFFFFF;
    fill: #FFFFFF;
    letter-spacing: 4px; }
    .btn-primary:hover {
      color: #FFFFFF;
      fill: #FFFFFF; }
  .btn-secondary {
    padding: 10px 15px;
    background-color: #FFFFFF;
    color: #000000;
    fill: #000000;
    border: 1px solid #000000; }
  .btn-block {
    float: left;
    width: 100%; }
  .btn-small {
    display: inline-block;
    padding: 10px;
    font-size: 10px;
    letter-spacing: 2px; }
  .btn-line {
    padding: 10px 0;
    color: #FFFFFF;
    fill: #FFFFFF;
    letter-spacing: 4px;
    border-bottom: 2px solid; }
  .btn-circle {
    height: 32px;
    border-radius: 50%; }
  .btn-facebook {
    background-color: #1977f2; }
    .btn-facebook .svg-fb-icon {
      fill: #fff; }

button {
  cursor: pointer; }
  button:focus {
    outline: 0;
    opacity: 0.8; }

.text-primary {
  color: #000000; }

.text-secondary {
  color: #FFFFFF; }

a {
  color: #000000;
  fill: #000000;
  -webkit-transition: all 0.4s ease;
  -ms-transition: all 0.4s ease;
  -moz-transition: all 0.4s ease;
  -o-transition: all 0.4s ease;
  transition: all 0.4s ease; }
  a:hover, a:focus {
    color: rgba(0, 0, 0, 0.5);
    fill: rgba(0, 0, 0, 0.5); }

.link-contrast {
  color: #FFFFFF;
  fill: #FFFFFF; }
  .link-contrast:hover, .link-contrast:focus {
    color: rgba(255, 255, 255, 0.8);
    fill: rgba(255, 255, 255, 0.8); }

.btn-link {
  color: #000000;
  fill: #000000;
  text-transform: uppercase;
  border-bottom: 1px solid;
  font-size: 11px;
  font-weight: bold;
  cursor: pointer; }
  .btn-link:hover, .btn-link:focus {
    color: rgba(0, 0, 0, 0.5);
    fill: rgba(0, 0, 0, 0.5); }

.chip, .filter-remove {
  color: #000000;
  background: rgba(0, 0, 0, 0.1);
  border: 0; }
  .chip-remove-icon {
    fill: #000000; }

.modal {
  color: #000000;
  background-color: #FFFFFF; }

input,
textarea {
  font-family: "Muli", sans-serif; }

.form-control {
  display: block;
  padding: 8px;
  width: 100%;
  font-size: 16px;
  /* Hack to avoid autozoom on IOS */
  border: 0;
  border-bottom: 1px solid rgba(0, 0, 0, 0.5);
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  color: #000000;
  background-color: #FFFFFF; }
  .form-control:focus {
    outline: 0; }
  .form-control-inline {
    display: inline; }

.form-control::-webkit-input-placeholder {
  color: #000000; }

.form-control:-moz-placeholder {
  color: #000000; }

.form-control::-moz-placeholder {
  color: #000000; }

.form-control:-ms-input-placeholder {
  color: #000000; }

.form-control.alert-danger {
  background-color: #FFFFFF;
  border-bottom: 1px solid #cc4845; }

.form-select {
  display: block;
  padding: 10px 0;
  width: 100%;
  font-size: 16px;
  /* Hack to avoid autozoom on IOS */
  border: 0;
  border-bottom: 1px solid rgba(0, 0, 0, 0.5);
  border-radius: 0;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  color: #000000;
  background-color: #FFFFFF; }
  .form-select-icon {
    background: #FFFFFF; }

.radio-button-container .radio-button-content {
  fill: #000000;
  border-bottom: 1px solid rgba(0, 0, 0, 0.1); }

.radio-button-container .radio-button input[type="radio"]:checked + .radio-button-content {
  color: #000000;
  fill: #000000;
  outline: 2px solid #000000;
  outline-offset: -1px; }
  .radio-button-container .radio-button input[type="radio"]:checked + .radio-button-content .unchecked {
    border: 2px solid #000000; }

.radio-button-container .radio-button input[type="radio"]:checked .shipping-method-price {
  color: #000000; }

.radio-button-container .radio-button input[type="radio"] + .radio-button-content .unchecked {
  border: 2px solid #000000; }

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

.radio-button-container .shipping-extra-options .radio-button-item:first-child .radio-button-content {
  border-top: 1px solid rgba(0, 0, 0, 0.1); }

.radio-button-container .shipping-extra-options .radio-button-item:first-child input[type="radio"]:checked .radio-button-content {
  border: 2px solid #000000; }

.radio-button-container .radio-button-item:last-of-type .radio-button-content {
  border-bottom: 0; }

.checkbox-container .checkbox {
  color: #000000; }
  .checkbox-container .checkbox-color {
    border: 1px solid rgba(0, 0, 0, 0.1); }
  .checkbox-container .checkbox-icon {
    background: #FFFFFF;
    border: 1px solid #000000; }
    .checkbox-container .checkbox-icon:after {
      border: solid #000000;
      border-width: 0 2px 2px 0; }
  .checkbox-container .checkbox:hover {
    color: rgba(0, 0, 0, 0.8); }

.list-readonly .list-item {
  border-bottom: 1px solid rgba(0, 0, 0, 0.1); }
  .list-readonly .list-item .radio-button-content {
    border-bottom: none; }
  .list-readonly .list-item:only-child, .list-readonly .list-item:last-of-type {
    border-bottom: 0; }

.list-readonly .shipping-extra-options .list-item:first-child {
  border-top: 1px solid rgba(0, 0, 0, 0.1); }
  .list-readonly .shipping-extra-options .list-item:first-child .radio-button-content {
    border-top: none; }

.list-readonly .list-item:last-of-type .radio-button-content {
  border-bottom: none; }

.alert-danger, .alert-error {
  color: black;
  border-color: rgba(204, 72, 69, 0.1);
  background-color: rgba(204, 72, 69, 0.1); }

.alert-warning {
  color: black;
  border-color: rgba(192, 152, 83, 0.1);
  background-color: rgba(192, 152, 83, 0.1); }

.alert-info {
  color: #000000;
  border-color: rgba(0, 0, 0, 0.6);
  background-color: rgba(0, 0, 0, 0.02); }

.alert-success {
  color: black;
  border-color: rgba(60, 175, 101, 0.1);
  background-color: rgba(60, 175, 101, 0.1); }

.alert-primary {
  border-color: rgba(0, 0, 0, 0.1);
  color: #000000;
  background-color: rgba(0, 0, 0, 0.05); }

.notification-primary {
  color: #000000;
  fill: #000000;
  border-color: rgba(0, 0, 0, 0.2);
  background-color: rgba(0, 0, 0, 0.1); }

.notification-floating .notification-primary {
  background-color: #FFFFFF;
  border-color: rgba(0, 0, 0, 0.2); }

.notification-secondary {
  padding: 5px 0;
  background: #f7f7f7;
  color: rgba(0, 0, 0, 0.8);
  border-bottom: 1px solid rgba(0, 0, 0, 0.1); }

.service-icon {
  fill: #000000; }

.table {
  background-color: #FFFFFF;
  color: #000000; }
  .table tbody tr:nth-child(odd) {
    background-color: rgba(0, 0, 0, 0.05); }
  .table th {
    padding: 8px;
    text-align: left; }

.tab-group {
  border-bottom: 1px solid rgba(0, 0, 0, 0.1); }
  .tab-group .tab-link {
    color: #000000; }
  .tab-group .tab.active .tab-link {
    border-bottom: 2px solid rgba(0, 0, 0, 0.5);
    color: #000000; }

.card {
  background-color: #FFFFFF;
  border: 1px solid rgba(0, 0, 0, 0.4); }

.embed-responsive {
  background: #000000; }

.swiper-pagination-bullet-active {
  background-color: #000000; }

/*============================================================================
  #Product grid
==============================================================================*/
.item-link {
  color: #000000; }

.label {
  background: #f2f2f2; }
  .label.label-primary {
    background: #000000;
    color: #FFFFFF; }

.category-controls {
  background: #FFFFFF; }
  .category-controls.is-sticky {
    border-bottom: 1px solid rgba(0, 0, 0, 0.1); }

.filter-remove:after {
  content: url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 320 512" fill="%23000000"><path d="M193.94 256L296.5 153.44l21.15-21.15c3.12-3.12 3.12-8.19 0-11.31l-22.63-22.63c-3.12-3.12-8.19-3.12-11.31 0L160 222.06 36.29 98.34c-3.12-3.12-8.19-3.12-11.31 0L2.34 120.97c-3.12 3.12-3.12 8.19 0 11.31L126.06 256 2.34 379.71c-3.12 3.12-3.12 8.19 0 11.31l22.63 22.63c3.12 3.12 8.19 3.12 11.31 0L160 289.94 262.56 392.5l21.15 21.15c3.12 3.12 8.19 3.12 11.31 0l22.63-22.63c3.12-3.12 3.12-8.19 0-11.31L193.94 256z"/></svg>'); }

.filters-overlay {
  background-color: rgba(255, 255, 255, 0.85); }

/*============================================================================
  #Product detail
==============================================================================*/
.product-video-container {
  background-color: rgba(0, 0, 0, 0.07); }

.social-share .social-share-button {
  color: #000000; }

/*============================================================================
  #Account page
==============================================================================*/
.order-item {
  padding: 15px 0;
  border-bottom: 1px solid rgba(0, 0, 0, 0.08); }
  .order-item:first-child {
    border-top: 1px solid rgba(0, 0, 0, 0.08); }

/*============================================================================
  #Header and nav
==============================================================================*/
.section-advertising {
  background-color: #000000;
  color: #FFFFFF; }

.head-light {
  background-color: #FFFFFF; }
  .head-light .cart-widget-amount,
  .head-light .svg-icon-text {
    color: #000000;
    fill: #000000; }

.head-dark {
  background-color: #000000; }
  .head-dark .cart-widget-amount,
  .head-dark .svg-icon-text {
    color: #FFFFFF;
    fill: #FFFFFF; }

.head-transparent {
  background-color: transparent; }

.nav-account {
  background: #FFFFFF;
  border-top: 1px solid rgba(0, 0, 0, 0.5); }

.search-suggest-item {
  border-bottom: 1px solid rgba(0, 0, 0, 0.1); }

/*============================================================================
  #Footer
==============================================================================*/
.powered-by-logo svg {
  fill: #000000; }

@media (min-width: 768px) {
  .form-control {
    padding: 10px 8px;
    font-size: 11px; }
  .form-select {
    font-size: 14px; } }
