/* Colors */
.wip {
  color: lightgrey;
  cursor: not-allowed; }

/* Font */
h1 {
  font-family: 'Libre Franklin', sans-serif;
  text-transform: uppercase;
  font-style: italic;
  font-size: 2em; }

h2 {
  font-family: 'Libre Franklin', sans-serif;
  text-transform: uppercase;
  font-style: italic;
  font-size: 1.2em; }

h3 {
  font-family: 'Libre Franklin', sans-serif;
  text-transform: uppercase;
  font-style: italic;
  font-size: 1em; }

p {
  font-family: 'Montserrat', sans-serif; }

a {
  font-family: 'Montserrat', sans-serif;
  font-style: italic;
  font-weight: 500;
  color: black; }

.cursief {
  font-style: italic; }

.mini {
  font-size: 0.8em; }

/* Mixin */
/* CLASSES */
.button {
  text-decoration: none;
  color: black;
  cursor: pointer;
  display: inline-block;
  margin: 1.5em 0;
  padding: 1em 1.5em;
  border-radius: 1em;
  text-transform: uppercase;
  font-family: 'Libre Franklin', sans-serif;
  font-weight: bold;
  background-color: #e5f1c4;
  transition: 1s;
  text-align: center; }
  .button:hover {
    border-bottom: 1px solid black; }
  .button:hover {
    -webkit-box-shadow: 5px 5px 5px #e5f1c4;
    border: none; }

.button-dark {
  text-decoration: none;
  color: black;
  cursor: pointer;
  display: inline-block;
  margin: 1.5em 0;
  padding: 1em 1.5em;
  border-radius: 1em;
  text-transform: uppercase;
  font-family: 'Libre Franklin', sans-serif;
  font-weight: bold;
  background-color: #DEE28A;
  transition: 1s;
  text-align: center; }
  .button-dark:hover {
    border-bottom: 1px solid black; }
  .button-dark:hover {
    -webkit-box-shadow: 5px 5px 5px #DEE28A;
    border: none; }

.mini-link {
  text-decoration: none;
  color: black;
  cursor: pointer;
  font-size: 0.8em;
  text-decoration: underline; }
  .mini-link:hover {
    border-bottom: 1px solid black; }

.capitalize {
  text-transform: capitalize; }

.login_header {
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-direction: row; }
  .login_header .wrong {
    background-color: #e5f1c4;
    padding: 0.5em 1em;
    border-radius: 1em; }

/* STYLIING */
/* GENERAL */
* {
  margin: 0;
  padding: 0;
  box-sizing: border-box; }

body {
  padding: 0 10%;
  background-color: #EBFFFD; }

.alert_container {
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.5);
  position: fixed;
  left: 0;
  top: 0;
  z-index: 998;
  overflow: hidden;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: row; }
  .alert_container .checkout__products__card {
    margin-right: 0; }
  .alert_container .alert_inhoud {
    position: relative;
    text-align: center;
    width: 50%;
    background-color: #fff;
    padding: 2em;
    border-radius: 1em;
    -webkit-box-shadow: 0.3em 0.3em 0.5em rgba(0, 0, 0, 0.2); }
    .alert_container .alert_inhoud #close_alert {
      position: absolute;
      top: 1.5em;
      right: 1.5em;
      cursor: pointer; }
    .alert_container .alert_inhoud .content {
      display: flex;
      justify-content: center;
      align-items: center;
      flex-direction: column; }
      .alert_container .alert_inhoud .content .button {
        margin-right: 1em; }

/* NAVIGATION */
nav {
  z-index: 999;
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-direction: row;
  background-color: #EBFFFD;
  width: 100%;
  height: 4em; }
  nav ul {
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
    flex-direction: row;
    list-style: none;
    z-index: 998; }
  nav li {
    padding: 1em; }
    nav li a {
      text-decoration: none;
      color: black;
      cursor: pointer; }
      nav li a:hover {
        border-bottom: 1px solid black; }
      nav li a i {
        margin-right: 0.5em; }
    nav li .nav-active {
      font-weight: bold;
      border-bottom: 3px solid #DEE28A; }
      nav li .nav-active:hover {
        border-bottom: 3px solid #DEE28A;
        cursor: unset; }
  nav #nav-logo {
    height: 100%; }
    nav #nav-logo img {
      max-height: 100%; }
  nav #footer-nav {
    display: none; }

#burger {
  display: none; }

/* HOME */
main {
  background-color: #DEE28A; }

.imgright {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: row;
  padding: 2em;
  height: 45vh;
  width: 100%; }
  .imgright img {
    height: 100%; }

.imgleft {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: row;
  padding: 2em;
  height: 45vh;
  width: 100%; }
  .imgleft img {
    height: 100%; }

.col-5 {
  width: 45%; }

.newdrop {
  height: fit-content; }

.collage {
  display: flex;
  justify-content: flex-start;
  align-items: flex-start;
  flex-direction: row;
  flex-wrap: wrap;
  height: 100%;
  width: 378px; }
  .collage a {
    width: 40%;
    margin-right: 1em;
    margin-bottom: 1em;
    border-radius: 1em; }
  .collage img {
    width: 100%;
    border-radius: 1em; }

/* COLLECTION */
.shop {
  display: flex;
  justify-content: space-between;
  align-items: space-between;
  flex-direction: row; }

#shop-filter {
  display: none;
  width: 100%;
  text-align: center; }

.specs-collection {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  flex-direction: row;
  width: 100%; }

#specs {
  display: block; }

.specs {
  margin-top: 2em;
  margin-bottom: 2em;
  width: 20%; }
  .specs .filter_collapse {
    display: flex;
    width: 100%;
    justify-content: space-between; }
  .specs label {
    font-family: 'Montserrat', sans-serif;
    font-size: 1em; }
  .specs select {
    -webkit-appearance: none;
    width: 100%;
    padding: 0.5em 1em;
    margin: 0.5em 0 2em 0;
    border: 1px solid #EBFFFD;
    font-size: 1em;
    background-color: #e5f1c4;
    font-family: 'Montserrat', sans-serif;
    border-radius: 0;
    color: black; }
  .specs input[type="text"] {
    margin: 0.5em 0 2em 0;
    padding: 0.5em 1em;
    width: 100%;
    border: 1px solid #EBFFFD;
    background-color: #e5f1c4;
    font-family: 'Montserrat', sans-serif;
    font-size: 1em; }
  .specs input[type="number"] {
    padding: 0.5em;
    margin-left: 0.5em;
    width: 90%;
    border: 1px solid #EBFFFD;
    background-color: #e5f1c4;
    font-family: 'Montserrat', sans-serif;
    font-size: 1em; }
  .specs input[type="checkbox"]:checked + label {
    background-color: #DEE28A; }
  .specs .radio-button input[type="checkbox"] {
    display: none; }
  .specs .radio-button label {
    display: inline-block;
    background-color: #e5f1c4;
    padding: 0.5em 1em;
    margin: 0.5em 0;
    width: 100%;
    cursor: pointer; }
  .specs .radio-button input[type="checkbox"]:checked + label {
    background-color: #DEE28A; }
  .specs .price-specs {
    display: flex;
    justify-content: space-between;
    align-items: center;
    flex-direction: row;
    margin-top: 0.5em; }
    .specs .price-specs label {
      margin-left: 0.5em; }

.specs-container {
  width: 100%; }

.products {
  display: flex;
  justify-content: flex-start;
  align-items: flex-start;
  flex-direction: column;
  width: 100%; }

.products-title {
  margin-top: 2em;
  width: 65%; }

.collection {
  display: flex;
  justify-content: space-between;
  align-items: space-between;
  flex-direction: row;
  flex-wrap: wrap;
  padding-bottom: 2em;
  width: 80%; }

.pcz-card {
  text-decoration: none;
  color: black;
  cursor: pointer;
  margin: 2em 0 0 2em;
  width: 30%;
  background-color: white;
  border-radius: 1em;
  overflow: hidden;
  transition: .5s ease-in-out;
  -webkit-box-shadow: 0.3em 0.3em 0.5em rgba(0, 0, 0, 0.2); }
  .pcz-card:hover {
    border-bottom: 1px solid black; }
  .pcz-card img {
    width: 100%;
    border-top-left-radius: 1em;
    border-top-right-radius: 1em;
    transition: .5s ease-in-out; }
  .pcz-card:hover {
    border: none;
    -webkit-box-shadow: 0.3em 0 0.5em rgba(0, 0, 0, 0.2); }
    .pcz-card:hover img {
      transform: scale(1.1); }

.pcz-card-img {
  overflow: hidden;
  height: 60%; }

.pcz-card-pricebox {
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-direction: row;
  width: 100%; }
  .pcz-card-pricebox .add-cart-button {
    padding: 1em 1.5em;
    background-color: #e5f1c4;
    transition: 0.5s ease-in-out;
    font-size: 1em; }
    .pcz-card-pricebox .add-cart-button:hover {
      background-color: #DEE28A; }

.pcz-card-text {
  display: flex;
  justify-content: space-evenly;
  align-items: flex-start;
  flex-direction: column;
  padding: 2em 1em;
  height: 35%; }
  .pcz-card-text .pcz-card-price {
    font-size: 1.1em; }

.pages {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: row;
  align-self: center;
  padding: 2em 0;
  margin-bottom: 2em; }
  .pages a {
    text-decoration: none;
    color: black;
    cursor: pointer;
    padding: 1em 1.5em;
    margin: 1em;
    background-color: #EBFFFD;
    border: 3px solid #e5f1c4;
    font-size: 1em;
    color: black;
    transition: 0.5s ease-in-out; }
    .pages a:hover {
      border-bottom: 1px solid black; }
    .pages a:hover {
      background-color: #e5f1c4;
      border: 3px solid #EBFFFD; }
  .pages .active-page {
    background-color: #DEE28A;
    border: 3px solid #EBFFFD; }

/* PRODUCT PAGINA */
#share-box {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: row;
  display: none;
  z-index: 999;
  position: fixed;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(222, 226, 138, 0.5); }
  #share-box .share-socials {
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    padding: 4em;
    border-radius: 1em;
    background-color: #ebfffd; }
    #share-box .share-socials .share-actions {
      display: flex;
      justify-content: center;
      align-items: center;
      flex-direction: row;
      flex-wrap: wrap; }
    #share-box .share-socials .social-platform {
      display: flex;
      justify-content: center;
      align-items: center;
      flex-direction: column;
      margin: 1em; }
    #share-box .share-socials i {
      padding: 1em;
      margin: 1em;
      background-color: #e5f1c4;
      border-radius: 100%;
      font-size: 1.5em;
      color: black;
      transition: 0.5s ease-in-out;
      cursor: pointer; }
      #share-box .share-socials i:hover {
        background-color: #DEE28A; }
      #share-box .share-socials i #share-close {
        padding: 0;
        margin: 0;
        background-color: unset;
        border-radius: unset;
        font-size: 1.5em;
        color: black;
        transition: 0.5s ease-in-out;
        cursor: pointer; }
        #share-box .share-socials i #share-close:hover {
          background-color: #DEE28A; }

.broodkruimels {
  display: flex;
  justify-content: flex-start;
  align-items: flex-start;
  flex-direction: row;
  width: 100%;
  padding-top: 1em; }
  .broodkruimels a {
    text-decoration: none;
    color: black;
    cursor: pointer; }
    .broodkruimels a:hover {
      border-bottom: 1px solid black; }
  .broodkruimels span {
    padding: 0 1em; }
  .broodkruimels .active-broodkruimel {
    font-weight: bold;
    border-bottom: 3px solid #DEE28A;
    text-transform: capitalize;
    cursor: unset; }
    .broodkruimels .active-broodkruimel:hover {
      border-bottom: 3px solid #DEE28A; }

#product-title-mobile {
  display: none; }

.pingu-detail {
  display: flex;
  justify-content: flex-start;
  align-items: flex-start;
  flex-direction: row;
  margin-top: 1em;
  width: 100%;
  padding: 0 0 2em 0;
  margin-bottom: 2em; }
  .pingu-detail #pingu-pcz {
    width: 50%;
    height: 100%;
    overflow: hidden;
    border-radius: 1em; }
    .pingu-detail #pingu-pcz img {
      transition: 1s ease-in-out;
      -webkit-box-shadow: 0.3em 0.3em 0.5em rgba(0, 0, 0, 0.2);
      position: -webkit-sticky;
      /* Safari */
      position: sticky;
      top: 2em;
      width: 100%;
      border-radius: 1em; }
      .pingu-detail #pingu-pcz img:hover {
        transform: scale(1.1); }
  .pingu-detail .product-title {
    border-bottom: 3px solid #DEE28A;
    padding-bottom: 1em; }
  .pingu-detail .pingu-detail-text {
    padding-left: 2em;
    width: 50%; }
  .pingu-detail .pingu-social {
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
    flex-direction: row;
    width: 75%;
    margin-top: 1em; }
    .pingu-detail .pingu-social .pingu-social-flex {
      display: flex;
      justify-content: flex-start;
      align-items: flex-start;
      flex-direction: row; }
      .pingu-detail .pingu-social .pingu-social-flex i {
        padding-right: 1em; }
  .pingu-detail .detail-price {
    border-radius: 1em;
    margin-top: 1em; }
    .pingu-detail .detail-price .add_to_cart {
      display: flex;
      justify-content: space-between;
      align-items: center;
      flex-direction: row; }
      .pingu-detail .detail-price .add_to_cart input {
        padding: 1em;
        margin-left: 0.5em;
        width: 24%;
        border: 1px solid #EBFFFD;
        background-color: #e5f1c4;
        font-family: 'Montserrat', sans-serif;
        font-size: 1em;
        margin: 1.5em 0 0 0;
        border-radius: 1em; }
      .pingu-detail .detail-price .add_to_cart .add-cart {
        width: 74%; }
    .pingu-detail .detail-price .price-container {
      border-radius: 1em; }
    .pingu-detail .detail-price .price-text-container {
      display: flex;
      justify-content: space-between;
      align-items: flex-end;
      flex-direction: row;
      margin-top: 0.5em; }
    .pingu-detail .detail-price .detail-price-text {
      font-size: 2.5em;
      margin-right: 0.5em; }
    .pingu-detail .detail-price .add-cart {
      width: 100%;
      margin: 1.5em 0 0 0; }
      .pingu-detail .detail-price .add-cart i {
        margin-right: 1em; }
    .pingu-detail .detail-price .price-like-share {
      display: flex;
      justify-content: space-between;
      align-items: flex-start;
      flex-direction: row; }
      .pingu-detail .detail-price .price-like-share #favoriet {
        cursor: pointer;
        width: 49%;
        margin: 1.5em 0 0 0; }
        .pingu-detail .detail-price .price-like-share #favoriet i {
          margin-right: 1em; }
      .pingu-detail .detail-price .price-like-share #favoriet-added {
        display: none;
        cursor: pointer;
        width: 49%;
        margin: 1.5em 0 0 0; }
        .pingu-detail .detail-price .price-like-share #favoriet-added i {
          margin-right: 1em; }
      .pingu-detail .detail-price .price-like-share #share-pingu {
        width: 49%; }
        .pingu-detail .detail-price .price-like-share #share-pingu i {
          margin-right: 1em; }
  .pingu-detail .detail-header {
    display: flex;
    justify-content: space-between;
    align-items: center;
    flex-direction: row;
    padding: 1em;
    cursor: pointer; }
    .pingu-detail .detail-header i {
      margin-right: 1em; }
    .pingu-detail .detail-header .detail-header-title {
      display: flex;
      justify-content: flex-start;
      align-items: center;
      flex-direction: row; }
  .pingu-detail .detail-box {
    margin-top: 1em;
    border-radius: 1em;
    background-color: #DEE28A; }
    .pingu-detail .detail-box .details-text {
      padding: 1em;
      background-color: #e5f1c4;
      border-bottom-left-radius: 1em;
      border-bottom-right-radius: 1em; }
    .pingu-detail .detail-box .details-flexbox {
      display: flex;
      justify-content: space-between;
      align-items: flex-start;
      flex-direction: row;
      margin: 1em 0; }
    .pingu-detail .detail-box #tag {
      display: flex;
      justify-content: space-between;
      align-items: flex-start;
      flex-direction: row;
      flex-wrap: wrap; }
      .pingu-detail .detail-box #tag .tag-box {
        display: flex;
        justify-content: center;
        align-items: center;
        flex-direction: column;
        background-color: #DEE28A;
        width: 30%;
        text-align: center;
        margin: 0.5em 0; }
        .pingu-detail .detail-box #tag .tag-box p {
          padding: 0.5em 0; }

#description {
  display: block; }

/* LOGIN */
.login {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: row; }
  .login .user-form {
    width: 50%;
    padding-right: 2em;
    border-right: 3px solid #DEE28A;
    height: 40vh; }
    .login .user-form input[type="email"] {
      margin: 0.5em 0 2em 0;
      padding: 0.5em 1em;
      width: 100%;
      border: 1px solid #EBFFFD;
      background-color: #e5f1c4;
      font-family: 'Montserrat', sans-serif;
      font-size: 1em; }
    .login .user-form input[type="password"] {
      margin: 0.5em 0 2em 0;
      padding: 0.5em 1em;
      width: 100%;
      border: 1px solid #EBFFFD;
      background-color: #e5f1c4;
      font-family: 'Montserrat', sans-serif;
      font-size: 1em; }
    .login .user-form label {
      font-family: 'Montserrat', sans-serif;
      font-size: 1em; }
    .login .user-form .button {
      width: 100%;
      text-align: center;
      margin-bottom: 0.5em; }
    .login .user-form #login input[type="password"] {
      margin: 0.5em 0 0.5em 0; }
    .login .user-form #resetpassword input[type="email"] {
      margin: 0.5em 0 0.5em 0; }
  .login img {
    max-width: 50%; }

/* CART */
.cart {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  flex-direction: row;
  width: 100%;
  padding: 2em 0; }
  .cart__products {
    width: 50%; }
    .cart__products a {
      text-decoration: none; }
    .cart__products__card {
      display: flex;
      justify-content: flex-start;
      align-items: flex-start;
      flex-direction: row;
      width: 90%;
      height: 150px;
      background-color: #fff;
      border-radius: 1em;
      margin-bottom: 2em;
      -webkit-box-shadow: 0.3em 0.3em 0.5em rgba(0, 0, 0, 0.2); }
      .cart__products__card__img {
        width: 25%;
        height: 100%;
        overflow: hidden; }
        .cart__products__card__img img {
          height: 100%;
          border-top-left-radius: 1em;
          border-bottom-left-radius: 1em; }
      .cart__products__card__text {
        width: 75%;
        padding: 1em; }
        .cart__products__card__text .name_price {
          display: flex;
          justify-content: space-between;
          align-items: center;
          flex-direction: row; }
        .cart__products__card__text .controller {
          margin: 1em 0;
          display: flex;
          justify-content: space-between;
          align-items: flex-start;
          flex-direction: row;
          width: 100%; }
          .cart__products__card__text .controller__amount {
            width: 75%; }
          .cart__products__card__text .controller i {
            font-size: 1em;
            background-color: #e5f1c4;
            padding: 1em 1.5em; }
        .cart__products__card__text label {
          display: inline-block;
          font-family: 'Montserrat', sans-serif;
          font-size: 1em;
          width: 100%; }
        .cart__products__card__text input {
          padding: 0.5em;
          width: 15%;
          border: 1px solid #EBFFFD;
          background-color: #e5f1c4;
          font-family: 'Montserrat', sans-serif;
          font-size: 1em;
          margin: 0 0.5em;
          border-radius: 1em;
          text-align: center; }
        .cart__products__card__text .button {
          padding: 0.5em 1em; }
  .cart__checkout {
    width: 50%;
    padding: 1em;
    background-color: #fff;
    border-radius: 1em;
    -webkit-box-shadow: 0.3em 0.3em 0.5em rgba(0, 0, 0, 0.2); }
    .cart__checkout .checkout__price {
      display: flex;
      justify-content: space-between;
      align-items: center;
      flex-direction: row;
      padding: 0.5em 0; }
    .cart__checkout .checkout__total {
      display: flex;
      justify-content: space-between;
      align-items: center;
      flex-direction: row;
      border-top: 3px solid #DEE28A;
      padding: 1em 0; }
    .cart__checkout .checkout__button .button {
      width: 100%; }

.checkout {
  display: flex;
  justify-content: center;
  align-items: flex-start;
  flex-direction: row;
  margin-bottom: 2em; }
  .checkout .confirmed {
    height: 100%; }
    .checkout .confirmed .gegevens_box {
      margin-top: 2em; }
      .checkout .confirmed .gegevens_box .gegevens {
        margin: 0.5em 0 1em 0;
        padding: 0.5em 1em;
        width: 100%;
        border: 1px solid #EBFFFD;
        background-color: #e5f1c4;
        font-family: 'Montserrat', sans-serif;
        font-size: 1em; }
  .checkout .cart__checkout {
    width: 100%; }
  .checkout__products {
    width: 100%; }
    .checkout__products a {
      text-decoration: none; }
    .checkout__products__card {
      width: 25%;
      background-color: #fff;
      border-radius: 1em;
      margin-top: 2em;
      margin-right: 2em;
      -webkit-box-shadow: 0.3em 0.3em 0.5em rgba(0, 0, 0, 0.2); }
      .checkout__products__card__img {
        width: 100%;
        overflow: hidden; }
        .checkout__products__card__img img {
          width: 100%;
          border-top-left-radius: 1em;
          border-top-right-radius: 1em; }
      .checkout__products__card__text {
        width: 100%;
        padding: 1em;
        text-align: center; }
  .checkout__items {
    width: 50%;
    display: flex;
    justify-content: flex-start;
    align-items: flex-start;
    flex-direction: row;
    flex-wrap: wrap; }
  .checkout .checkout_form {
    margin-top: 2em; }
  .checkout .user-form {
    width: 50%;
    padding-right: 2em;
    margin-right: 2em;
    border-right: 3px solid #DEE28A; }
    .checkout .user-form .form_group {
      display: flex;
      justify-content: space-between;
      align-items: flex-start;
      flex-direction: row; }
      .checkout .user-form .form_group .form_group_label {
        width: 49%; }
    .checkout .user-form input[type="text"] {
      margin: 0.5em 0 2em 0;
      padding: 0.5em 1em;
      width: 100%;
      border: 1px solid #EBFFFD;
      background-color: #e5f1c4;
      font-family: 'Montserrat', sans-serif;
      font-size: 1em;
      margin: 0.5em 0; }
    .checkout .user-form input[type="password"] {
      margin: 0.5em 0 2em 0;
      padding: 0.5em 1em;
      width: 100%;
      border: 1px solid #EBFFFD;
      background-color: #e5f1c4;
      font-family: 'Montserrat', sans-serif;
      font-size: 1em; }
    .checkout .user-form select {
      margin: 0.5em 0 2em 0;
      padding: 0.5em 1em;
      width: 100%;
      border: 1px solid #EBFFFD;
      background-color: #e5f1c4;
      font-family: 'Montserrat', sans-serif;
      font-size: 1em; }
    .checkout .user-form label {
      font-family: 'Montserrat', sans-serif;
      font-size: 1em; }
    .checkout .user-form .button {
      width: 100%;
      text-align: center;
      margin-bottom: 0.5em; }
    .checkout .user-form #login input[type="password"] {
      margin: 0.5em 0 0.5em 0; }
    .checkout .user-form #resetpassword input[type="email"] {
      margin: 0.5em 0 0.5em 0; }

/* FOOTER */
footer {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  padding-bottom: 2em;
  border-top: 3px solid #DEE28A; }
  footer i {
    padding: 1em;
    margin: 1em;
    background-color: #e5f1c4;
    border-radius: 100%;
    font-size: 1.5em;
    color: black;
    transition: 0.5s ease-in-out; }
    footer i:hover {
      background-color: #DEE28A; }

/* MEDIA QUERY */
@media screen and (max-width: 1550px) {
  .pcz-card {
    width: 27%; }
  .cart__products {
    width: 50%; }
    .cart__products__card__img {
      width: 40%; } }

@media screen and (max-width: 1200px) {
  .cart {
    flex-direction: column; }
    .cart__products {
      width: 100%;
      display: flex;
      justify-content: space-between;
      align-items: center;
      flex-direction: row;
      flex-wrap: wrap; }
      .cart__products__card {
        width: 100%;
        margin: 0;
        margin-bottom: 2em; }
    .cart__checkout {
      width: 100%; }
  .alert_container .alert_inhoud .checkout__products__card {
    width: 50%; }
  .pcz-card {
    width: 30%;
    margin: 1em 0.5em 0 0; }
  .specs {
    margin: 1em 0.5em 0 0;
    width: 100%; }
    .specs .radio-button label {
      width: 45%;
      margin-right: 5%; }
  .products-title {
    width: 100%; }
  .specs-collection {
    align-content: flex-start;
    flex-direction: column; }
  #shop-filter {
    display: block;
    width: 75%;
    align-self: center; }
  #specs {
    display: none; }
  .tag-box {
    width: 47% !important; }
  .pingu-social {
    width: 100% !important; }
  .collection {
    width: 100%; } }

@media screen and (max-width: 992px) {
  .checkout {
    flex-direction: column; }
    .checkout .user-form {
      width: 100%;
      border-right: none;
      padding: 0;
      margin: 0;
      margin-bottom: 2em; }
    .checkout .checkout__items {
      width: 100%; }
  .alert_container .alert_inhoud {
    width: 75%; }
    .alert_container .alert_inhoud .checkout__products__card {
      width: 50%; }
    .alert_container .alert_inhoud .content .buttons {
      width: 100%; }
  .col-5 {
    width: 100%; }
    .col-5 img {
      max-width: 100%;
      padding-top: 2em; }
  .imgright {
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    height: unset; }
    .imgright img {
      height: unset;
      width: 50%; }
  .imgleft {
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column-reverse;
    height: unset; }
    .imgleft img {
      height: unset;
      width: 50%; }
  .collage {
    width: 100%; }
    .collage a {
      width: 45%; }
    .collage img {
      width: 100%; }
  /* COLLECTION */
  .pcz-card {
    width: 45%;
    margin: 2em 0; }
  /* LOG IN */
  .login {
    flex-direction: column;
    padding: 4em 2em; }
    .login .user-form {
      width: 100%;
      border: none;
      padding: 0;
      height: unset; }
    .login .button {
      text-align: center; }
  /* DETAILS */
  .broodkruimels {
    display: none; }
  .pingu-detail {
    display: flex;
    justify-content: center;
    align-items: flex-start;
    flex-direction: column;
    padding: 5em 1em;
    margin: 0; }
    .pingu-detail #pingu-pcz {
      width: 100%; }
      .pingu-detail #pingu-pcz img {
        max-width: 100%;
        margin-top: 1em; }
    .pingu-detail .pingu-detail-text {
      width: 100%;
      padding: 0; }
    .pingu-detail .product-title {
      width: 100%; }
    .pingu-detail .pingu-social {
      width: 100%;
      display: none; }
  #product-title-mobile {
    display: block; }
  #product-title-desktop {
    display: none; } }

@media screen and (max-width: 767px) {
  .cart_empty {
    padding-top: 5em; }
  .checkout {
    padding-top: 5em;
    padding-right: 1em;
    padding-left: 1em; }
  .cart {
    flex-direction: column;
    padding-top: 5em;
    padding-left: 0.5em;
    padding-right: 0.5em; }
    .cart__products {
      width: 100%;
      display: flex;
      justify-content: space-between;
      align-items: center;
      flex-direction: row;
      flex-wrap: wrap; }
      .cart__products__card {
        width: 100%;
        margin: 0;
        margin-bottom: 2em; }
    .cart__checkout {
      width: 100%; }
  .alert_container .alert_inhoud {
    width: 75%; }
    .alert_container .alert_inhoud .checkout__products__card {
      width: 75%; }
    .alert_container .alert_inhoud .content .buttons {
      width: 100%; }
  body {
    padding: 0; }
  nav {
    display: flex;
    justify-content: space-between;
    align-items: center;
    flex-direction: row;
    height: unset;
    position: fixed;
    flex-wrap: wrap; }
    nav #nav-logo {
      height: 100%; }
      nav #nav-logo img {
        max-height: 4em;
        padding-left: 1em; }
    nav #burgermenu {
      height: 100vh; }
    nav ul {
      flex-direction: column;
      display: flex;
      justify-content: flex-end;
      padding: 0; }
      nav ul li:nth-child(1) {
        border-top: 1px solid black; }
      nav ul li {
        width: 100vw;
        border-bottom: 1px solid black;
        padding: 0;
        display: flex;
        justify-content: center;
        align-items: center;
        flex-direction: row; }
        nav ul li a {
          display: block;
          width: 100%;
          padding: 2em; }
    nav #footer-nav {
      position: absolute;
      bottom: 20%;
      display: block;
      text-align: center;
      width: 100%; }
  .nav-active {
    font-weight: bold;
    border-bottom: 3px solid #e5f1c4;
    background-color: #e5f1c4; }
    .nav-active:hover {
      text-decoration: none; }
  .main-hero {
    margin-top: 4em; }
  #burger {
    display: inline-block;
    font-size: 2em;
    padding-right: 1em; }
  #burgermenu {
    display: none; }
  /* COLLECTION */
  .shop {
    padding: 4em 2em; }
  .pages a {
    margin: 0.5em; }
  .tag-box {
    width: 100% !important; }
  #share-box .share-socials {
    margin-top: 4em;
    height: 100%; }
    #share-box .share-socials .social-platform {
      display: flex;
      justify-content: center;
      align-items: center;
      flex-direction: column;
      margin: 0.5em 0; } }

@media screen and (max-width: 576px) {
  .login_header {
    flex-direction: column;
    align-items: flex-start; }
    .login_header .wrong {
      margin: 1em 0; }
  .checkout__products__card {
    width: 49%; }
  .cart {
    flex-direction: column;
    padding-top: 5em;
    padding-left: 1em;
    padding-right: 1em; }
    .cart__products {
      width: 100%;
      display: flex;
      justify-content: space-between;
      align-items: center;
      flex-direction: row;
      flex-wrap: wrap; }
      .cart__products__card {
        flex-direction: column;
        width: 100%;
        margin: 0;
        margin-bottom: 2em;
        height: unset; }
        .cart__products__card__img {
          height: 100%;
          width: 100%; }
          .cart__products__card__img img {
            border-radius: 0;
            border-top-left-radius: 1em;
            border-top-right-radius: 1em;
            width: 100%;
            height: unset; }
        .cart__products__card__text {
          width: 100%; }
    .cart__checkout {
      width: 100%; }
  .pcz-card {
    width: 100%; }
  .alert_container {
    align-items: flex-start; }
    .alert_container .alert_inhoud {
      top: 5em;
      width: 90%; }
      .alert_container .alert_inhoud .checkout__products__card {
        width: 90%; }
      .alert_container .alert_inhoud .content .buttons {
        width: 100%;
        flex-direction: column; }
        .alert_container .alert_inhoud .content .buttons .button {
          width: 100%;
          margin-right: 0; }
        .alert_container .alert_inhoud .content .buttons .button-dark {
          width: 100%;
          margin: 0; }
  .imgright img {
    width: 100%; }
  .imgleft img {
    width: 100%; }
  footer i {
    font-size: 1.2em;
    margin: 1em 0.5em; } }
