$component: 'footer';
$template: 'template-1';
$class: #{$component};

.c-#{$component}.c-#{$component}-#{$template} {
  display: block;
  font-size: 14px;
  font-style: normal;
  font-weight: normal;
  line-height: 1.5;
  text-align: left;
  background-color: #f5f5f5;

  .ns-bitrix.c-catalog-products-viewed.c-catalog-products-viewed-tile-1 {
    padding-top: 40px;
    padding-bottom: 40px;
    border-bottom: 1px solid #DCDCDC;

    .catalog-products-viewed-item-wrapper {
      &.blank {
        background-color: #E3E3E3;
      }
    }
  }

  &[data-theme="dark"] {
    background-color: #2b2f32;

    .widget .widget-header .widget-title {
      color: #fff;
    }

    .ns-bitrix.c-catalog-products-viewed.c-catalog-products-viewed-tile-1 {
      border-bottom: 1px solid #484848;

      .catalog-products-viewed-item-wrapper.blank  {
        background-color: #35373C;
      }

      .owl-carousel .owl-nav {
        .owl-next, .owl-prev {
          i {
            color: #abaaaa !important;
          }
        }
      }
    }

    .ns-bitrix.c-menu.c-menu-columns-1 .menu-column-item-link:hover {
      color: #FFFFFF !important;
    }

    .ns-bitrix.c-menu.c-menu-columns-1 .menu-column-item[data-selected="true"] .menu-column-item-link {
      color: #FFFFFF !important;
    }
  }

  @media print {
    display: none;
  }
}