
html, body {
      margin: 0;
      padding: 0;
      width: 100%;
      height: 100%;
      font-family: 'Oxygen', sans-serif;
}

/* NAVIGATION BAR */

.nav {
      z-index: 1;
      position: fixed;
      width: 100%;
      height: 60px;
      border-bottom: 1px solid rgba(0,0,0,0.1);
}

.nav.scrolled {
      background-color: #fff !important;
      transition: background-color 300ms linear;
}

.menu-open {
      position: absolute;
      line-height: 60px;
      left: 1.4em;
}

.logo {
    width: 200px;
    height: 150px;
    text-align: center;
    width: 250px;
    margin: 0 auto;
}

.cart {
      position: absolute;
      line-height: 60px;
      right: 1.4em;
      font-weight: 300;
}

/* MENU */

.menu {
      position: fixed;
      z-index: 2;
      width: 30%;
      left: -30%;
      height: 100vh;
      background: #fff;
      border-right: 1px solid rgba(0,0,0,0.1);
}

@media(max-width: 900px) {
      .menu {
            width: 100%;
            left: -100%;
      }
}

.menu-close {
      position: relative;
      line-height: 60px;
      float: right;
      margin-right: 20px;
}

.menu ul {
      list-style: none;
      position: relative;
      top: 40%;
      left: 10%;
      transform: translate(0%, -50%);
}

.menu ul li {
      padding-bottom: 20px !important;
}

.menu ul li a {
      font-size: 12px;
}

.menu ul li a:hover {
      text-decoration: none;
}

.media-menu {
      position: relative;
      top: 50%;
}

.media-menu ul li {
      display: inline-block;
      padding-right: 10px;
}

/* HERO SECTION */

.hero-section {
      height: 100vh;
      border-bottom: 1px solid rgba(0,0,0,0.1);
}

.hero-left {
      height: 100vh;
      background: #f7f6f2;
      z-index: -1;
}

.tagline {
      position: absolute;
      margin-top: 130px;
      margin-left: 40px;
      font-family: "Playfair Display";
      font-size: 24px;
      font-weight: 300;
}

a {
      color: grey !important;
      font-family: "Larsseit";
      font-size: 10px;
      text-transform: uppercase;
      letter-spacing: 2px;
}

.shipping {
      position: absolute;
      bottom: 30px;
      margin-left: 40px;
      font-size: 14px;
      font-weight: 300;
}

.hero-image {
      position: absolute;
      top: 50%;
      left: 50%;
      transform: translate(-50%, -50%);
}

img {
      width: 100%;
}

/* Defining general properties for media icons used across the template */

.media {
      position: absolute;
      bottom: 20px;
      right: 0;
      margin-right: 20px;
}

.media ul {
      list-style: none;
}

.media ul li {
      display: inline-block;
      margin-right: 20px;
}

@media(max-width: 900px) {
      .hero-image {
            display: none;
      }

      .media {
            position: absolute;
            left: 50%;
            transform: translate(-50%, 0);
      }

      .media ul {
            margin-right: 0;
      }
}

/* SECTON BASIC */

.section {
      padding: 80px 40px;
}

.section p {
      font-family: "Playfair Display";
      font-size: 24px;
      font-weight: 300;
}

/* PRODUCT / BANNER SEC */

.prod {
      margin-top: 20px;
}

.prod:hover a {
      text-decoration: none !important;
}

#prod-desc {
      margin-top: 16px;
      font-size: 14px;
      font-weight: 300;
}

.prod-sec {
      width: 101%;
      border-top: 1px solid rgba(0,0,0,0.1);
      border-bottom: 1px solid rgba(0,0,0,0.1);
}

.prod-sec p {
      font-family: "Playfair Display";
      font-size: 24px;
      font-weight: 300;
}

@media(max-width: 900px) {
      .prod-sec {
            padding-left: 30px;
            width: 100%;
            border: none;
      }

      .prod-sec a {
            display: none;
      }
}

#price {
      font-family: "Larsseit";
      font-weight: 300;
      text-transform: uppercase;
      letter-spacing: 2px;
      font-size: 12px;
}

.prod-list #prod-desc {
      font-family: "Larsseit";
      color: grey;
}

/* FOOTER */

.footer {
      padding: 30px 0;
      background: #f7f6f2;
}

.block {
      margin-top: 40px;
}

.footer .media {
      top: 20px !important;
}

footer p {
      text-align: center;
      font-family: "Larsseit" !important;
      font-size: 14px !important;
}


/* SHOP Page */

.whitespaces {
      height: 100px;
}

.collection {
      padding: 40px 0;
      border-bottom: 1px solid rgba(0,0,0,0.1);
}

.collection #heading {
      font-family: "Playfair Display";
      font-size: 20px;
      margin-left: 50px;
      padding-bottom: 0;
      position: relative;
      display: inline-block;
}

#heading::before {
      content: "";
      position: absolute;
      width: 100%;
      height: 1px;
      bottom: 0;
      left: 0;
      border-bottom: 1px solid #ece1b6;
}

.collection .section {
      margin: -50px 0;
}


/* PRODUCT PAGE */

.product-sec {
      padding-top: 60px;
      height: 100vh;
      border-bottom: 1px solid rgba(0,0,0,0.1);
}

@media(max-width: 900px) {
      .product-sec {
            margin-bottom: 140px;
            border-bottom: none !important;
      }
}

.prod-left {
      border-right: 1px solid rgba(0,0,0,0.1);
}

.prod-opt {
      position: absolute;
      top: 53%;
      left: 40%;
      transform: translate(-50%, -50%);
}

#prod-name {
      font-family: "Playfair Display";
}

.prod-opt #price {
      padding: 16px 0;
}

.input-helper {
      position: relative;
      display: inline-block;
      font-family: "Larsseit";
      text-transform: uppercase;
      font-weight: 400;
      font-size: 10px;
      letter-spacing: 4px;
}

.input-helper:before {
      content: '';
      display: block;
      position: absolute;
}

.input-helper--radio {
      padding-left: 18px;
}

.input-helper--radio:before {
      top: 2px;
      left: 0;
      width: 10px;
      height: 10px;
      border-radius: 50%;
      border: 1px solid #222;
}

input[type="radio"] {
      display: none;
}

input[type="radio"]:checked + label:before {
      background: #222;
}

.product-sec ::placeholder, input {
      font-family: "Larsseit";
      text-transform: uppercase;
      font-weight: 400;
      font-size: 10px;
      letter-spacing: 4px;
      padding-left: 10px;
      padding-bottom: 3px;
}

.product-sec input {
      width: 130px;
}

@media(max-width: 900px) {
      .product-sec .hero-image {
            margin-top: 50%;
            display: block !important;
            height: 100vh;
      }

      .prod-opt {
            padding-top: 300px;
      }
}

.add-prod {
      margin: 50px 0;
}

.add-prod a {
      padding: 20px 40px;
      background: #000;
      font-weight: 300;
      letter-spacing: 4px;
      color: #fff !important;
      text-decoration: none;
}

.add-prod a:hover {
      text-decoration: none;
}


/* ABOUT PAGE */

.hero {
      height: 400px;
      background: #f7f6f2;
      position: relative;
}

#hero-title {
      position: absolute;
      font-family: "Playfair Display";
      top: 55%;
      left: 50%;
      transform: translate(-50%, -50%);
}

.content {
      margin: 50px 0;
      width: 65% !important;
}

@media(max-width: 900px) {
      .content {
            width: 90% !important;
      }
}

.content p {
      font-family: "Larsseit";
      font-weight: 300;
      color: rgba(0,0,0,0.6);
}

#blockquote {
      font-family: "Playfair Display";
      font-style: italic;
      font-size: 24px;
      padding: 30px 20px;
      margin: 20px 0;
      border: 1px solid rgba(0,0,0,0.1);
}

/* CONTACT */

form label, textarea {
      font-family: "Larsseit";
      font-size: 12px;
      text-transform: uppercase;
      letter-spacing: 2px;
}

.form-control {
      box-shadow: none !important
}

form input, textarea {
      border-radius: 0% !important;
}

form input:focus, textarea:focus {
      outline: none !important;
      border: 2px solid #000 !important;
}
