@import url(https://fonts.googleapis.com/css?family=Montserrat:400,700);
.note-menu .product-name > a {
  font-size: 13px;
}
.row_lookbook .draggable .note-menu {
  background-color: #fff;
  border-radius: 2px;
  left: 21px;
  opacity: 0;
  padding: 5px;
  position: absolute;
  top: 53px;
  transition: all 0.35s ease 0s;
  z-index: -9;
  width: 110px;
}
.draggable:hover .note-menu {
  opacity: 1;
  transform: translate3d(-50%, 0px, 0px);
  visibility: visible;
  transition: 0.35s ease-out 0;
  z-index: 9;
}
.note-menu::after {
  border-color: transparent transparent #fff;
  border-style: solid;
  border-width: 0 6px 6px;
  content: "";
  height: 0;
  left: 50%;
  position: absolute;
  top: -5px;
  transform: translateX(-50%);
  width: 0;
}

.the_look_grid {
  max-width: 1900px;
}
.content_lookbook {
  float: left;
  height: 300px;
  width: 375px;
}
h3.lookbook-title {
  color: #333;
  font-size: 2.5em;
  font-weight: bold;
  letter-spacing: 2px;
  margin: 100px 0 30px;
  padding: 0;
  position: relative;
  text-align: center;
  text-transform: uppercase;
  float: left;
  width: 100%;
}
.lookbook-banner {
  float: left;
  width: 100%;
}
.section-background {
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
  height: 60px;
  position: relative;
  width: 100%;
  z-index: 0;
}
.gradient-background {
  background-color: rgba(0, 0, 0, 0);
  height: 100%;
  left: 0;
  position: absolute;
  top: 0;
  width: 100%;
  z-index: 9;
}
.intro-text {
  color: #fff;
  position: relative;
  font-size: 2.4em;
  font-weight: 600;
  text-align: center;
  top: calc(50% - 33px);
  transform: translateY(-50%);
  vertical-align: middle;
}
.intro-text h1, .intro-text h2, .intro-text h3, .intro-text h4, .intro-text h5, .intro-text p{
  font-family: "Montserrat",Arial,Helvetica,sans-serif;
}
.intro-text h4 {
  font-family: "Montserrat",Arial,Helvetica,sans-serif;
  color: #fff;
  font-size: 1.5em;
  font-weight: bold;
  letter-spacing: 2px;
  margin: 30px 0 30px;
  padding: 0;
  position: relative;
  text-align: center;
  text-transform: uppercase;
  float: left;
  width: 100%;
  transform: scale(1,1.2);
}