body {
  font-family: 'Source Sans Pro', sans-serif;
}
li.flag > a {
  padding: 13px 5px 7px 5px;
}
li.flag > a > img {
  width: 22px;
}
.navbar {
  transition: all 250ms;
}
.navbar.fixed {
  background-color: #dfdfdf;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 10;
}
#products {
  padding-bottom: 40px;
}
#products .container > .product {
  padding-top: 10px;
  margin-top: 0;
}
.item-slide-home {
  height: 100vh;
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
}
#size > .container > .size > .size-icon {
  width: 50%;
  margin-top: 10px;
}
#size > .container > .size > .size-icon a {
  color: #000;
  text-decoration: none;
  transition: all 250ms;
  -webkit-transition: all 250ms;
  -moz-transition: all 250ms;
  -o-transition: all 250ms;
  -ms-transition: all 250ms;
}
#size > .container > .size > .size-icon a:hover {
  color: #fff;
}
#products > .container > .product > a > .product-image {
  height: 400px;
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
}
@media (min-width: 768px) {
  #size > .container > .size > .size-icon {
    width: 11.404%;
  }
}
