@charset "UTF-8";
@import url("https://use.typekit.net/czx6zqr.css");
.spinner {
  position: relative;
  display: inline-block;
  min-height: 72px;
  min-width: 72px;
  height: 72px;
  width: 72px;
  animation: spin 1.3s linear infinite;
  margin: 0;
  padding: 0;
  background: url("data:image/svg+xml;charset=utf8,%3Csvg%20id%3D%22Layer_2%22%20data-name%3D%22Layer%202%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20viewBox%3D%220%200%2072%2072%22%3E%0A%20%20%20%20%3Cdefs%3E%0A%20%20%20%20%20%20%20%20%3Cstyle%3E%0A%20%20%20%20%20%20%20%20%20%20%20%20.cls-1%2C%0A%20%20%20%20%20%20%20%20%20%20%20%20.cls-2%20%7B%0A%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20fill%3A%20none%3B%0A%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20stroke-miterlimit%3A%2010%3B%0A%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20stroke-width%3A%205px%3B%0A%20%20%20%20%20%20%20%20%20%20%20%20%7D%0A%20%20%20%20%20%20%20%20%20%20%20%20.cls-1%20%7B%0A%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20stroke%3A%20%23000000%3B%0A%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20stroke-opacity%3A%200.15%3B%0A%20%20%20%20%20%20%20%20%20%20%20%20%7D%0A%20%20%20%20%20%20%20%20%20%20%20%20.cls-2%20%7B%0A%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20stroke%3A%20%23318700%3B%0A%20%20%20%20%20%20%20%20%20%20%20%20%7D%0A%20%20%20%20%20%20%20%20%3C%2Fstyle%3E%0A%20%20%20%20%3C%2Fdefs%3E%0A%20%20%20%20%3Ctitle%3EPreloader_72x2%3C%2Ftitle%3E%0A%20%20%20%20%3Ccircle%20class%3D%22cls-1%22%20cx%3D%2236%22%20cy%3D%2236%22%20r%3D%2233%22%2F%3E%0A%20%20%20%20%3Cpath%20class%3D%22cls-2%22%20d%3D%22M14.3%2C60.9A33%2C33%2C0%2C0%2C1%2C36%2C3%22%3E%0A%20%20%20%20%3C%2Fpath%3E%0A%3C%2Fsvg%3E%0A");
  background-color: rgba(255, 255, 255, 0.7);
  border-radius: 50%;
  text-indent: 100%;
  overflow: hidden; }

@keyframes spin {
  0% {
    transform: rotate(0deg); }
  100% {
    transform: rotate(360deg); } }
#hourglass {
  display: none;
  position: fixed;
  height: 100vh;
  width: 100vw;
  padding-left: calc( 50vw - 36px );
  padding-top: calc( 50vh - 36px );
  background-color: rgba(0, 0, 0, 0.5);
  z-index: 1000; }

/**
 *
 * oswald+ruch: Stylesheet public web
 *
 * @author     Manuel Märklin
 * @copyright  2020 Manuel Märklin Programmierung, Switzerland
 * @link       https://www.2mp.ch
 */
@media all {
  * {
    margin: 0;
    padding: 0;
    font-family: neue-haas-grotesk-text, Arial, sans-serif;
    font-weight: 400;
    font-style: normal; }

  html {
    font-size: 18px; }

  body {
    color: #000000;
    background-image: url("../images/o+r_hinter-1_052020.jpg");
    background-size: cover; }

  a {
    color: #000000;
    cursor: pointer; }

  b,
  strong {
    font-weight: 700; }

  em,
  i {
    font-style: italic; }

  h1 {
    font-size: 36px;
    padding-bottom: 18px; }

  img {
    border: 0;
    max-width: 100%;
    height: auto !important; }

  ol, ul {
    margin: 0;
    padding-left: 1.5em; }

  form .flex {
    display: flex; }
  form .layout-row {
    display: flex;
    width: 100%; }

  input,
  textarea,
  select {
    border: 1px solid #444444; }
    input.error,
    textarea.error,
    select.error {
      border-color: #a32100 !important; }

  .formerror {
    color: #e62700;
    margin-left: 18px; }

  .form-group.labels-none > label {
    display: none; }

  html {
    height: 100% !important; }

  #page {
    position: relative !important;
    min-height: 100%;
    /* real browsers */
    height: auto !important;
    text-align: left;
    margin: 0 auto;
    max-width: 100%;
    z-index: 100; }

  #messages {
    display: none;
    position: fixed;
    top: 0;
    right: 20px;
    z-index: 50;
    margin-top: 54px; }
    #messages .msg-closer {
      height: 20px;
      width: 20px;
      position: absolute;
      top: 0;
      right: 0;
      margin: 18px;
      background-image: url("../images/o+r_kreuz_042020.svg"); }

  .msg {
    padding: 18px;
    text-align: left;
    display: inline-block;
    position: relative;
    max-width: 300px;
    font-size: 18px;
    color: #ffffff; }
    .msg.error {
      padding-top: 54px;
      background-color: rgba(200, 30, 0, 0.9); }
    .msg.ok {
      background-color: rgba(49, 135, 0, 0.9); }
    .msg.warn {
      padding-top: 54px;
      background-color: rgba(244, 224, 24, 0.9); }

  .header,
  .footer {
    color: #ffffff;
    background-color: #000000; }
    .header a,
    .footer a {
      text-decoration: none; }

  .header {
    font-size: 24px;
    padding: 13.5px 27px 4.5px 27px; }
    .header .mobilemenu-opener,
    .header .cart {
      position: absolute;
      top: 0;
      padding: 13.5px 27px;
      cursor: pointer; }
    .header .mobilemenu-opener {
      display: none; }
    .header .title {
      text-transform: uppercase;
      letter-spacing: 2px;
      color: #ffffff; }
    .header .cart {
      display: block;
      right: 0;
      background-image: url("../images/o+r_flasche_042020.svg");
      background-repeat: no-repeat;
      background-position: left;
      background-size: 54px;
      width: 72px;
      text-align: right;
      color: #ffffff; }
      .header .cart .msg {
        position: fixed;
        top: 0;
        right: 20px;
        z-index: 100;
        margin-top: 62px; }

  .footer {
    position: fixed;
    bottom: 0;
    width: 100%;
    height: 18px;
    padding: 9px 18px; }

  .topnav ul,
  .subnav ul,
  .socialnav ul {
    list-style: none;
    display: flex;
    flex-direction: row; }
    .topnav ul li,
    .subnav ul li,
    .socialnav ul li {
      margin: 0;
      padding: 0;
      flex: 0 1 auto;
      cursor: pointer;
      position: relative; }
      .topnav ul li a,
      .subnav ul li a,
      .socialnav ul li a {
        color: #ffffff;
        display: block;
        padding-right: 18px;
        text-decoration: none; }
      .topnav ul li.active a,
      .subnav ul li.active a,
      .socialnav ul li.active a {
        color: #318700;
        text-decoration: underline; }

  .topnav {
    position: absolute;
    top: 0;
    left: 400px;
    margin: 0;
    padding: 13.5px 0 4.5px 0;
    font-size: 24px; }

  .subnav,
  .socialnav {
    position: fixed;
    padding: 9px 0;
    font-size: 16px;
    bottom: 0;
    margin: 0;
    z-index: 100; }

  .subnav {
    left: 0; }

  .socialnav {
    right: 0; }

  .content {
    position: relative;
    height: calc(100vh - 85px); }
    .content #overlay {
      display: none;
      position: absolute;
      top: 0;
      left: 0;
      height: 100%;
      width: 100%;
      padding-top: 24px;
      overflow-y: auto;
      background-color: rgba(0, 0, 0, 0.5); }
    .content .cart,
    .content .page,
    .content .shop {
      background-color: #ffffff; }
    .content .cart,
    .content .page {
      position: absolute;
      width: 720px;
      left: 50%;
      margin-left: -387px;
      padding: 18px 27px; }
    .content .cart .status,
    .content .shop .status {
      font-size: 16px;
      color: #ffffff;
      background-color: #444444;
      padding: 3px 10px; }
    .content .cart-closer,
    .content .details-closer {
      position: absolute;
      top: 0px;
      right: 20px;
      font-size: 36px;
      padding: 13.5px;
      cursor: pointer;
      background-image: url("../images/o+r_kreuz_schwarz_042020.svg");
      background-repeat: no-repeat;
      background-position: center;
      background-size: 30px; }
    .content .name {
      text-transform: uppercase;
      letter-spacing: 1px; }
    .content .cart {
      padding: 18px 36px 54px 36px; }
      .content .cart .item {
        display: flex;
        justify-content: space-between;
        height: 240px;
        border-bottom: 1px solid #000000;
        padding: 18px 0; }
        .content .cart .item .article {
          flex: 0 0 40%; }
        .content .cart .item .delete {
          height: 18px;
          width: 18px;
          background-image: url("../images/o+r_kreuz_schwarz_042020.svg");
          background-repeat: no-repeat;
          background-position: center;
          border: 2px solid #000;
          background-size: 14px; }
        .content .cart .item .image img {
          max-height: 100%;
          max-width: 80px; }
        .content .cart .item .total {
          text-align: right; }
        .content .cart .item .colcell {
          font-size: 21px;
          margin-top: 18px; }
        .content .cart .item input[name=Quantity] {
          display: inline;
          width: 30px;
          font-size: 21px;
          text-align: center;
          padding: 4.5px;
          border: 2px solid #000000;
          position: relative;
          top: -6.5px; }
      .content .cart .item:last-of-type {
        margin-bottom: 9px; }
      .content .cart .summary {
        display: flex;
        justify-content: space-between;
        font-size: 21px;
        padding-top: 9px; }
        .content .cart .summary.split {
          padding-top: 0;
          border-bottom: 1px solid #000000;
          padding-bottom: 9px; }
        .content .cart .summary .total .vat {
          line-height: 24px;
          font-size: 16px;
          margin-left: 9px; }
      .content .cart .checkout {
        margin-top: 54px; }
        .content .cart .checkout button {
          border: none;
          font-size: 18px;
          padding: 9px 18px;
          color: #fff;
          background-color: #000;
          cursor: pointer; }
        .content .cart .checkout .msg {
          margin-bottom: 27px;
          padding: 9px; }
        .content .cart .checkout .flex {
          display: block; }
          .content .cart .checkout .flex .box {
            display: flex;
            width: 100%;
            margin-bottom: 18px;
            flex-wrap: wrap; }
            .content .cart .checkout .flex .box h3.deliverygroup,
            .content .cart .checkout .flex .box .form-group.deliverygroup {
              display: none; }
            .content .cart .checkout .flex .box h3 {
              width: 100%; }
            .content .cart .checkout .flex .box .form-group {
              width: 358px;
              margin-bottom: 6px; }
              .content .cart .checkout .flex .box .form-group:nth-child(even) {
                margin-right: 2px; }
              .content .cart .checkout .flex .box .form-group:nth-child(odd) {
                margin-left: 2px; }
              .content .cart .checkout .flex .box .form-group.togglegroup {
                width: 100%;
                margin-bottom: 18px; }
              .content .cart .checkout .flex .box .form-group label {
                display: block; }
                .content .cart .checkout .flex .box .form-group label.required:after {
                  content: '*';
                  margin-left: 6px; }
              .content .cart .checkout .flex .box .form-group input {
                padding: 3px;
                width: 346px;
                font-size: 18px; }
                .content .cart .checkout .flex .box .form-group input.txtmed, .content .cart .checkout .flex .box .form-group input.txtcity {
                  width: 256px; }
                .content .cart .checkout .flex .box .form-group input.txtsmall, .content .cart .checkout .flex .box .form-group input.txtzip {
                  width: 72px; }
                .content .cart .checkout .flex .box .form-group input[type=checkbox], .content .cart .checkout .flex .box .form-group input[type=radio] {
                  width: 20px;
                  margin-right: 18px; }
                .content .cart .checkout .flex .box .form-group input[readonly] {
                  background-color: #aaaaaa; }
              .content .cart .checkout .flex .box .form-group .checkbox,
              .content .cart .checkout .flex .box .form-group .radio {
                display: flex;
                margin: 12px 0; }
    .content .page {
      padding: 18px 27px 72px 27px; }
      .content .page h2 {
        margin-top: 9px;
        border-top: 2px solid #000000;
        padding: 9px 0;
        font-size: 24px;
        text-transform: uppercase;
        letter-spacing: 1px; }
      .content .page p {
        font-size: 16px; }
        .content .page p a {
          color: #318700;
          text-decoration: underline; }
        .content .page p img {
          margin: 0 18px; }
      .content .page .info {
        margin-left: 108px; }
        .content .page .info p {
          font-size: 36px;
          line-height: 38px; }
          .content .page .info p a {
            font-size: 27px;
            color: #318700;
            text-decoration: underline; }
    .content .shop {
      display: flex;
      overflow: auto;
      height: 100%; }
      .content .shop .product {
        position: relative;
        width: calc(100vw / 6);
        min-width: 240px; }
        .content .shop .product.open {
          min-width: calc(100vw / 3); }
        .content .shop .product .info {
          padding: 18px; }
          .content .shop .product .info .name {
            hyphens: auto; }
        .content .shop .product .teaser,
        .content .shop .product .details {
          height: 100%; }
        .content .shop .product .teaser {
          cursor: pointer; }
          .content .shop .product .teaser .info {
            font-size: 18px;
            line-height: 19px; }
          .content .shop .product .teaser .image {
            height: 70%; }
            .content .shop .product .teaser .image img {
              height: 100% !important;
              filter: opacity(0.7);
              object-fit: cover;
              object-position: 0 0; }
        .content .shop .product .details {
          display: none;
          position: absolute;
          top: 0; }
          .content .shop .product .details .container {
            display: flex;
            height: 100%; }
            .content .shop .product .details .container .info,
            .content .shop .product .details .container .image {
              flex-basis: 100%; }
            .content .shop .product .details .container .info {
              display: flex;
              flex-direction: column;
              justify-content: space-between; }
              .content .shop .product .details .container .info .name,
              .content .shop .product .details .container .info .origin,
              .content .shop .product .details .container .info .year,
              .content .shop .product .details .container .info .subtitle,
              .content .shop .product .details .container .info .price,
              .content .shop .product .details .container .info button,
              .content .shop .product .details .container .info input {
                font-size: 24px;
                line-height: 25px; }
              .content .shop .product .details .container .info .description {
                padding: 27px 0;
                font-size: 16px;
                line-height: 18px; }
              .content .shop .product .details .container .info form {
                padding-top: 18px; }
              .content .shop .product .details .container .info input[name=Quantity] {
                display: inline;
                width: 45px;
                height: 36px;
                padding: 5px 0;
                text-align: center;
                margin-top: 3px;
                border: 3px solid #000000; }
              .content .shop .product .details .container .info button {
                display: inline;
                border: none;
                background: transparent;
                text-decoration: underline;
                text-align: left;
                padding: 0 9px;
                cursor: pointer; }
            .content .shop .product .details .container .image {
              align-self: flex-end;
              padding-right: 27px;
              padding-bottom: 13.5px;
              text-align: right;
              max-width: 180px; }

  .whpclass,
  .whpclass label {
    opacity: 0;
    position: absolute;
    top: 0;
    left: 0;
    height: 0;
    width: 0;
    z-index: -1; } }
@media screen and (min-width: 1081px) and (max-height: 800px) {
  .content .shop .product .details .container .image {
    align-self: flex-end;
    padding-right: 27px;
    padding-bottom: 13.5px;
    text-align: right;
    max-width: 120px; } }
@media screen and (max-width: 1080px) {
  h1 {
    font-size: 21px; }

  h2 {
    font-size: 18px; }

  .header {
    position: fixed;
    z-index: 100;
    width: calc(100vw - 54px); }
    .header .mobilemenu-opener {
      display: block;
      left: 13.5px;
      background-image: url("../images/o+r_hamburger_042020.svg");
      background-repeat: no-repeat;
      background-position: center;
      background-size: 30px; }
      .header .mobilemenu-opener.open {
        top: -5px;
        background-image: url("../images/o+r_kreuz_042020.svg"); }
    .header .title {
      margin-left: 67.5px; }

  .footer {
    display: none; }

  .menu {
    display: none;
    z-index: 100;
    position: fixed;
    top: 49px;
    width: calc(100vw - 54px);
    background-color: rgba(255, 255, 255, 0.9);
    padding: 27px; }
    .menu .topnav,
    .menu .subnav,
    .menu .socialnav {
      position: relative;
      left: auto;
      padding: 0; }
      .menu .topnav ul,
      .menu .subnav ul,
      .menu .socialnav ul {
        flex-direction: column;
        padding-left: 0; }
        .menu .topnav ul li,
        .menu .subnav ul li,
        .menu .socialnav ul li {
          border-bottom: 2px solid #000000;
          padding-bottom: 9px;
          margin-bottom: 9px; }
        .menu .topnav ul a,
        .menu .subnav ul a,
        .menu .socialnav ul a {
          color: #000000; }
    .menu .topnav {
      top: auto; }
    .menu .subnav,
    .menu .socialnav {
      bottom: auto;
      font-size: 24px; }

  .content {
    height: auto;
    padding-top: 49px; }
    .content #overlay {
      position: relative;
      padding-top: 0; }
    .content .cart-closer,
    .content .details-closer {
      right: 10px;
      font-size: 30px;
      background-size: 30px; }
    .content .cart,
    .content .page {
      position: relative;
      width: calc(100% - 48px);
      left: 0;
      margin-left: 0;
      padding: 24px 24px 72px 24px; }
    .content .cart .item .colheader,
    .content .cart .item .colcell {
      font-size: 16px; }
    .content .cart .item input[name=Quantity] {
      font-size: 18px; }
    .content .page h2 {
      font-size: 21px; }
    .content .page .info p {
      font-size: 24px;
      line-height: 26px; }
      .content .page .info p a {
        font-size: 21px; }
    .content .shop {
      flex-direction: column;
      height: auto; }
      .content .shop .product {
        position: relative;
        width: auto;
        min-width: auto; }
        .content .shop .product.open {
          min-width: auto; }
        .content .shop .product .teaser {
          cursor: pointer;
          height: 306px; }
          .content .shop .product .teaser .info {
            position: absolute;
            top: 0;
            left: 0;
            background: transparent;
            font-size: 21px; }
          .content .shop .product .teaser .image {
            float: right;
            height: 100%;
            width: 85%; }
            .content .shop .product .teaser .image img {
              width: 100%; }
        .content .shop .product .details {
          position: relative;
          top: auto;
          padding: 32px 0; }
          .content .shop .product .details .container {
            flex-flow: row-reverse; }
            .content .shop .product .details .container .info .name,
            .content .shop .product .details .container .info .origin,
            .content .shop .product .details .container .info .year,
            .content .shop .product .details .container .info .subtitle,
            .content .shop .product .details .container .info .price,
            .content .shop .product .details .container .info button {
              font-size: 27px;
              line-height: 29px; }
            .content .shop .product .details .container .info input[name=Quantity] {
              font-size: 30px;
              padding: 0; }
            .content .shop .product .details .container .image {
              flex-basis: 20%;
              padding-left: 24px;
              padding-right: 24px;
              padding-top: 13.5px; } }
@media screen and (max-width: 600px) {
  .header {
    font-size: 18px; }
    .header .mobilemenu-opener {
      background-size: 27px; }
    .header .title {
      margin-left: 54px; }
    .header .cart {
      width: 63px; }

  .menu {
    top: 42px; }
    .menu .topnav,
    .menu .subnav,
    .menu .socialnav {
      font-size: 22.5px; }

  .content {
    padding-top: 42px; }
    .content .cart-closer,
    .content .details-closer {
      right: 12px; }
    .content .cart .cart-closer {
      font-size: 24px;
      background-size: 24px; }
    .content .cart .item {
      height: auto; }
      .content .cart .item .image {
        display: none; }
    .content .cart .checkout .flex .box {
      flex-direction: column; }
      .content .cart .checkout .flex .box .form-group {
        width: 100%;
        margin-bottom: 9px; }
        .content .cart .checkout .flex .box .form-group:nth-child(even), .content .cart .checkout .flex .box .form-group:nth-child(odd) {
          margin-left: 0;
          margin-right: 0; }
        .content .cart .checkout .flex .box .form-group input {
          width: calc( 100% - 8px ); }
          .content .cart .checkout .flex .box .form-group input.txtmed, .content .cart .checkout .flex .box .form-group input.txtcity {
            width: 75%; }
          .content .cart .checkout .flex .box .form-group input.txtsmall, .content .cart .checkout .flex .box .form-group input.txtzip {
            width: calc( 25% - 21px ); }
    .content .page .info {
      margin-left: 72px; }
    .content .shop .product .teaser {
      height: 306px; }
      .content .shop .product .teaser .info {
        font-size: 22.5px; }
    .content .shop .product .details {
      padding: 18px 0; }
      .content .shop .product .details .details-closer {
        font-size: 24px;
        background-size: 24px; }
      .content .shop .product .details .container {
        flex-flow: column-reverse; }
        .content .shop .product .details .container .info .name,
        .content .shop .product .details .container .info .origin,
        .content .shop .product .details .container .info .year,
        .content .shop .product .details .container .info .subtitle,
        .content .shop .product .details .container .info .price,
        .content .shop .product .details .container .info button {
          font-size: 22.5px;
          line-height: 24px; }
        .content .shop .product .details .container .image {
          position: relative;
          left: 230px;
          transform: rotate(90deg);
          align-self: flex-start;
          width: 80px;
          max-height: 100px;
          padding: 0; } }
@media screen and (max-width: 460px) {
  html {
    font-size: 16px; }

  .header {
    font-size: 16px;
    padding-bottom: 12px; }
    .header .mobilemenu-opener {
      left: 0;
      background-size: 27px; }
      .header .mobilemenu-opener.open {
        top: 0; }
    .header .title {
      margin-left: 36px; }
    .header .cart {
      width: 48px;
      background-size: 45px;
      padding-right: 13.5px; }

  .menu {
    top: 44px; }
    .menu .topnav,
    .menu .subnav,
    .menu .socialnav {
      font-size: 18px; }

  .content .cart .item {
    height: auto;
    line-height: 18px; }
    .content .cart .item .article {
      flex-basis: 50%; }
    .content .cart .item .total {
      flex-basis: 10%; }
    .content .cart .item .colheader,
    .content .cart .item .colcell {
      font-size: 14px; }
    .content .cart .item .colcell {
      margin-top: 9px; }
    .content .cart .item input[name="Quantity"] {
      width: 30px;
      font-size: 16px;
      padding: 3px; }
  .content .cart .summary {
    font-size: 18px; }
  .content .page h2 {
    font-size: 16px; }
  .content .page .info {
    margin-left: 54px; }
    .content .page .info p {
      font-size: 18px;
      line-height: 20px; }
      .content .page .info p a {
        font-size: 16px; }
  .content .shop .product .teaser {
    height: 210px; }
    .content .shop .product .teaser .info {
      font-size: 18px;
      padding: 13.5px; }
    .content .shop .product .teaser .image {
      width: 75%; }
  .content .shop .product .details {
    padding: 0; }
    .content .shop .product .details .container .info .name,
    .content .shop .product .details .container .info .origin,
    .content .shop .product .details .container .info .year,
    .content .shop .product .details .container .info .subtitle,
    .content .shop .product .details .container .info .price,
    .content .shop .product .details .container .info button {
      font-size: 18px;
      line-height: 20px; } }
@media screen and (max-width: 400px) {
  html {
    font-size: 14px; }

  h1 {
    font-size: 18px;
    padding: 9px 0; }

  h2 {
    font-size: 16px; }

  .msg {
    max-width: 240px; }

  .header {
    font-size: 13px; }
    .header .title {
      margin-left: 30px; }
    .header .cart {
      width: 30px;
      background-size: 36px;
      padding-right: 12px; }

  .menu {
    top: 42px; }

  .content {
    padding-top: 42px; }
    .content .cart,
    .content .page {
      width: calc(100% - 24px);
      padding: 12px 12px 72px 12px; }
    .content .cart .cart-closer {
      font-size: 20px;
      background-size: 20px; }
    .content .cart .item input[name="Quantity"] {
      width: 24px;
      font-size: 14px;
      padding: 4.5px; }
    .content .cart .summary {
      font-size: 16px; }
    .content .page .info {
      margin-left: 45px; }
    .content .shop .product .teaser {
      height: 170px; }
      .content .shop .product .teaser .info {
        font-size: 16px;
        padding: 12px; }
    .content .shop .product .details .container .info .name,
    .content .shop .product .details .container .info .origin,
    .content .shop .product .details .container .info .year,
    .content .shop .product .details .container .info .subtitle,
    .content .shop .product .details .container .info .price,
    .content .shop .product .details .container .info button {
      font-size: 16px;
      line-height: 18px; }
    .content .shop .product .details .container .info input[name="Quantity"] {
      font-size: 24px;
      width: 40px;
      height: 40px; } }
@media screen and (max-width: 360px) {
  .header {
    font-size: 12px; }
    .header .title {
      letter-spacing: 1px; }

  .menu {
    top: 40px; }

  .content {
    padding-top: 40px; }
    .content .cart .item .colheader {
      font-size: 12px; }
    .content .cart .item .article .colcell {
      font-size: 12px; }
    .content .page .info {
      margin-left: 27px; }
    .content .shop .product .details .container .image {
      left: 170px;
      width: 60px;
      max-height: 80px; } }
