html,
body {
  padding: 0; }

body {
  width: 1280px;
  margin: 0 auto;
  font-family: 'Dosis', sans-serif;
  font-size: 14px;
  text-transform: uppercase;
  color: #411E5A;
  border-left: 1px solid black;
  border-right: 1px solid black; }
  body ul,
  body li {
    margin: 0;
    padding: 0; }
  body li {
    list-style: none; }
  body a {
    text-decoration: none;
    color: #411E5A;
    position: relative; }
    body a:hover {
      color: black; }
  body [data-hint]:before {
    /*
            content: '*';
            position: absolute;
            border-radius: 50%;
            background-color: #FFCC00;
            display: block;
            width: 10px;
            height: 10px;
            font-size: 10px;
            line-height: 10px;
            display: flex;
            align-items: center;
            justify-content: center;
            padding: 0;
            margin: 0;
            left: -10px;
            top: 0;
            */ }
  body .hint {
    position: absolute;
    left: 0;
    top: 0;
    margin-top: 27px;
    border: 1px solid #999;
    background-color: #FFFFCC;
    padding: 15px;
    font-size: 1em;
    text-transform: inherit;
    box-shadow: 0 10px 20px -5px rgba(0, 0, 0, 0.3);
    z-index: 1;
    min-width: 200px;
    visibility: hidden;
    opacity: 0;
    transition: all .2s ease-in-out;
    text-align: left;
    text-transform: lowercase;
    max-width: 400px; }
    body .hint strong,
    body .hint span {
      display: block; }
    body .hint strong {
      margin-bottom: 1em; }
    body .hint span {
      font-size: 1.2em;
      margin-top: 1em;
      font-weight: bold; }
  body [data-hint] {
    position: relative; }
    body [data-hint]:hover .hint {
      visibility: visible;
      opacity: 1; }
  body .banner {
    background-color: #EEE;
    border: 1px solid black;
    text-align: center;
    display: flex;
    align-items: center;
    justify-content: center;
    box-shadow: 0 10px 20px -5px rgba(0, 0, 0, 0.3); }
    body .banner a {
      padding: 30px 0; }
      body .banner a small {
        display: block;
        font-size: .9em;
        font-weight: bold;
        padding-top: 10px; }
  body .top-bar {
    border-style: solid;
    border-color: black;
    border-width: 1px 0;
    display: flex;
    padding: 10px 20px; }
    body .top-bar .l,
    body .top-bar .r {
      flex: 0 0 50%;
      max-width: 50%; }
      body .top-bar .l a,
      body .top-bar .r a {
        display: inline-block; }
    body .top-bar .l {
      text-align: left; }
      body .top-bar .l a {
        padding-right: 20px; }
    body .top-bar .r {
      text-align: right; }
      body .top-bar .r a {
        padding-left: 20px; }
  body .logo a {
    display: flex;
    width: 240px;
    height: 80px;
    border: 1px solid black;
    text-align: center;
    align-items: center;
    justify-content: center;
    margin: 20px; }
  body .menu {
    display: flex;
    border-top: 1px solid black;
    border-bottom: 1px solid black; }
    body .menu > a {
      flex: 0 0 20%;
      padding: 10px 0;
      background-color: #DDD;
      text-align: center; }
    body .menu .categories {
      flex: 0 0 60%;
      display: flex; }
      body .menu .categories a {
        margin-right: 20px;
        padding: 10px;
        display: block; }
    body .menu .offer {
      flex: 0 0 20%;
      max-width: 20%;
      position: relative; }
      body .menu .offer:hover .banner {
        display: flex; }
      body .menu .offer > a {
        background-color: #DDD;
        display: block;
        padding: 10px;
        text-align: center; }
      body .menu .offer .banner {
        position: absolute;
        right: 0px;
        width: 350px;
        height: 330px;
        display: none;
        top: 35px; }
  body .fullbanner .banner {
    border-width: 0 0 1px 0;
    height: 600px; }
  body .content {
    padding: 20px; }
    body .content .product-list {
      margin-top: 80px;
      margin-bottom: 80px; }
      body .content .product-list header {
        text-transform: uppercase;
        margin-bottom: 10px;
        font-size: 1.4em;
        font-weight: bold; }
      body .content .product-list .box {
        position: relative; }
        body .content .product-list .box .link {
          position: absolute;
          width: 200px;
          background-color: white;
          left: 50%;
          margin-left: -100px;
          top: 50%;
          margin-top: -33.5px;
          text-align: center;
          padding: 20px;
          box-shadow: 0 10px 20px -5px rgba(0, 0, 0, 0.3); }
          body .content .product-list .box .link small {
            display: block;
            font-size: 1.2em;
            font-weight: bold; }
        body .content .product-list .box .list {
          display: flex;
          justify-content: space-between;
          padding: 20px;
          border: 1px solid black; }
          body .content .product-list .box .list li {
            border: 1px solid black;
            background-color: #EEE;
            flex: 0 0 calc(25% - 20px);
            height: 280px;
            box-shadow: 0 10px 20px -5px rgba(0, 0, 0, 0.3); }
    body .content .banners {
      margin-bottom: 40px; }
      body .content .banners ul {
        display: flex;
        justify-content: space-between; }
        body .content .banners ul li {
          flex: 0 0 calc(50% - 10px);
          height: 300px; }
    body .content .banner-grid {
      margin-bottom: 40px; }
      body .content .banner-grid .banner {
        height: 300px; }
  body .footer {
    background-color: #EEE;
    padding: 10px 0; }
    body .footer h2 {
      font-size: 1em;
      margin-bottom: 5px; }
    body .footer .wrapper {
      display: flex;
      justify-content: center; }
      body .footer .wrapper > div {
        flex: 0 0 calc(33.3% - 10px); }
        body .footer .wrapper > div a {
          display: block;
          padding: 5px 0;
          font-size: .9em; }
    body .footer > a {
      display: table;
      margin: 0 auto; }
      body .footer > a img {
        max-width: 200px; }
