.pdp {
  padding-right: 7.5vw;
  padding-left: 7.5vw; }

body {
  margin: 150px 0 0 0;
  padding: 0;
  font-family: "Vollkorn", serif; }

header {
  display: block;
  position: fixed;
  top: 0;
  left: 0;
  height: 100px;
  width: 100%;
  border-bottom: 1px solid black;
  background-color: white;
  z-index: 100; }

.pdp {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row; }
  .pdp .carousel {
    width: 50%; }
    .pdp .carousel .element {
      margin-bottom: 20px; }
      .pdp .carousel .element img {
        display: block;
        width: 100%; }
  .pdp .product-info {
    left: 50%;
    width: calc(45% - 7.5vw);
    margin-left: 5%; }
    .pdp .product-info > div {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-orient: horizontal;
      -webkit-box-direction: normal;
          -ms-flex-direction: row;
              flex-direction: row;
      width: 100%;
      -webkit-box-align: center;
          -ms-flex-align: center;
              align-items: center;
      margin-bottom: 20px; }
      .pdp .product-info > div .inner {
        display: block;
        width: 100%;
        background-color: #f0f0f0; }
    .pdp .product-info .product-questions-reviews {
      width: 100%; }
      .pdp .product-info .product-questions-reviews > div {
        width: 50%;
        float: left; }

/*# sourceMappingURL=layout.css.map */
