/*
Theme Name: cardboard

WooCommerce styles override
*/
div#primary main#main div.woocommerce section {
  padding: 0;
  margin: 3rem 0;
}

/**
 * WooCommerce color variables
 */
/**
 * Imports
 */
/**
 * Shop tables
 */
/**
 * Shop tables
 */
table.shop_table_responsive span.woocommerce-Price-currencySymbol {
  text-align: left;
}

table.shop_table_responsive thead tr {
  height: 40px;
}

table.shop_table_responsive thead tr th {
  text-align: center;
}

table.shop_table_responsive thead tr th.product-thumbnail {
  display: none;
}

@media screen and (min-width: 460px) {
  table.shop_table_responsive thead tr th.product-thumbnail {
    display: table-cell;
    width: 80px;
  }
}

table.shop_table_responsive thead tr th.product-price {
  display: none;
}

@media screen and (min-width: 375px) {
  table.shop_table_responsive thead tr th.product-price {
    display: table-cell;
    width: 55px;
  }
}

@media screen and (min-width: 460px) {
  table.shop_table_responsive thead tr th.product-price {
    width: 10%;
  }
}

table.shop_table_responsive thead tr th.product-quantity {
  width: 60px;
}

@media screen and (min-width: 460px) {
  table.shop_table_responsive thead tr th.product-quantity {
    width: 10%;
  }
}

table.shop_table_responsive thead tr th.product-subtotal {
  width: 55px;
}

@media screen and (min-width: 460px) {
  table.shop_table_responsive thead tr th.product-subtotal {
    width: 10%;
  }
}

table.shop_table_responsive thead tr th.product-remove {
  width: 18px;
}

@media screen and (min-width: 460px) {
  table.shop_table_responsive thead tr th.product-remove {
    width: 36px;
  }
}

table.shop_table_responsive tr {
  height: 40px;
}

table.shop_table_responsive tr td {
  text-align: center;
  clear: both;
}

table.shop_table_responsive tr td.product-thumbnail {
  display: none;
}

@media screen and (min-width: 460px) {
  table.shop_table_responsive tr td.product-thumbnail {
    display: table-cell;
    width: 75px;
  }
}

table.shop_table_responsive tr td.product-name {
  text-align: left;
}

table.shop_table_responsive tr td.product-price {
  display: none;
}

@media screen and (min-width: 375px) {
  table.shop_table_responsive tr td.product-price {
    display: table-cell;
    width: 55px;
  }
}

@media screen and (min-width: 460px) {
  table.shop_table_responsive tr td.product-price {
    width: 10%;
  }
}

table.shop_table_responsive tr td.product-quantity {
  width: 60px;
}

@media screen and (min-width: 460px) {
  table.shop_table_responsive tr td.product-quantity {
    width: 10%;
  }
}

table.shop_table_responsive tr td.product-quantity input.qty {
  width: 50px;
  text-align: center;
  padding: 0 7px;
}

table.shop_table_responsive tr td.product-subtotal {
  width: 55px;
}

@media screen and (min-width: 460px) {
  table.shop_table_responsive tr td.product-subtotal {
    width: 10%;
  }
}

table.shop_table_responsive tr td.product-remove {
  width: 18px;
}

@media screen and (min-width: 460px) {
  table.shop_table_responsive tr td.product-remove {
    width: 36px;
  }
}

table.shop_table_responsive tr td.product-remove a {
  font-size: 2rem;
  color: white;
  width: 24px;
  height: 24px;
  line-height: 20px;
  display: block;
  float: right;
  text-align: center;
  text-decoration: none;
  background-color: #DDD;
  -webkit-transition: 0.4s all ease;
  transition: 0.4s all ease;
  border-radius: 3px;
}

table.shop_table_responsive tr td.product-remove a:hover, table.shop_table_responsive tr td.product-remove a:active {
  background-color: #CCC;
}

table.shop_table_responsive tr td.product-remove:before {
  display: none;
}

table.shop_table_responsive tr td.actions:before, table.shop_table_responsive tr td.download-actions:before {
  display: none;
}

table.shop_table_responsive tr td.download-actions .button {
  background-color: #21563b;
  border: 2px solid #21563b;
  border-radius: 3px;
  color: white;
  font-size: 1rem;
  height: 32px;
  line-height: 22px;
  padding: 3px 7px;
  text-align: center;
  text-decoration: none;
  -webkit-transition: 0.4s all ease;
  transition: 0.4s all ease;
}

table.shop_table_responsive tr td.download-actions .button:hover, table.shop_table_responsive tr td.download-actions .button:active {
  background-color: #2C7551;
  border-color: #2C7551;
  cursor: pointer;
}

table.shop_table_responsive tr td.product-thumbnail img {
  height: 120px;
  width: auto;
}

table.shop_table_responsive tr td.actions {
  margin-top: 20px;
  text-align: right;
}

table.shop_table_responsive tr td.actions .button {
  background-color: #21563b;
  border: 2px solid #21563b;
  border-radius: 3px;
  color: white;
  font-size: 1rem;
  height: 32px;
  line-height: 22px;
  padding: 3px 7px;
  text-align: center;
  text-decoration: none;
  -webkit-transition: 0.4s all ease;
  transition: 0.4s all ease;
  float: right;
}

table.shop_table_responsive tr td.actions .button:hover, table.shop_table_responsive tr td.actions .button:active {
  background-color: #2C7551;
  border-color: #2C7551;
  cursor: pointer;
}

div.cart_totals table.shop_table {
  table-layout: fixed;
  width: 100%;
}

div.cart_totals table.shop_table tr {
  text-align: left;
}

div.cart_totals table.shop_table tr th {
  width: 100px;
}

div.cart_totals table.shop_table td {
  text-align: right;
}

div.cart_totals table.shop_table td ul {
  list-style-type: none;
  margin: 0;
  padding: 0;
}

div.cart_totals table.shop_table td p.woocommerce-shipping-destination {
  display: none;
  color: grey;
  font-size: 0.8rem;
  margin: 0.5em 0;
}

/**
 * Products
 */
body.post-type-archive-product div#content {
  margin-top: 100px;
}

#berichten {
  position: fixed;
  top: 60px;
  left: 0;
  width: 100vw;
  z-index: 900;
}

#gratisVerzending {
  padding: 0.5em 0;
  width: 100vw;
  min-height: 40px;
  background-color: #21563b;
  background-image: url("https://www.abmas.nl/wp-content/uploads/2019/06/verfstroken.jpg");
  background-size: cover;
  background-position: center;
}

#gratisVerzending .container p {
  color: white;
  font-size: 16px;
  line-height: 24px;
  margin: 0;
  text-align: center;
}

#melding {
  padding: 0.5em 0;
  left: 0;
  width: 100vw;
  min-height: 40px;
  background-color: white;
}

#melding img {
  display: inline-block;
  margin-right: 8px;
  width: 16px;
  height: 16px;
}

#melding .container p {
  display: inline-block;
  color: black;
  font-size: 16px;
  line-height: 24px;
  margin: 0;
  text-align: center;
}

ul.products {
  margin: 20px 0 0;
  padding: 0;
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 1fr 1fr;
      grid-template-columns: 1fr 1fr;
  -webkit-column-gap: 10px;
          column-gap: 10px;
}

@media screen and (min-width: 700px) {
  ul.products {
    -ms-grid-columns: 1fr 1fr 1fr;
        grid-template-columns: 1fr 1fr 1fr;
    -webkit-column-gap: 15px;
            column-gap: 15px;
  }
}

@media screen and (min-width: 900px) {
  ul.products {
    -ms-grid-columns: 1fr 1fr 1fr 1fr;
        grid-template-columns: 1fr 1fr 1fr 1fr;
    -webkit-column-gap: 20px;
            column-gap: 20px;
  }
}

ul.products li.product {
  list-style: none;
  margin-bottom: 1em;
}

ul.products li.product a.woocommerce-LoopProduct-link {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  text-decoration: none;
  position: relative;
}

ul.products li.product a.woocommerce-LoopProduct-link span.onsale {
  display: block;
  position: absolute;
  top: 10px;
  left: 10px;
  z-index: 10;
  color: #CC530C;
  border: solid 1.5px #F8650E;
  background-color: #FFF;
  padding: 1px 6px;
  border-radius: 3px;
}

ul.products li.product a.woocommerce-LoopProduct-link img {
  -o-object-fit: contain;
     object-fit: contain;
}

ul.products li.product div.price-and-order {
  position: relative;
  min-height: 125px;
  display: -ms-grid;
  display: grid;
  -ms-grid-rows: 3fr 1fr;
      grid-template-rows: 3fr 1fr;
}

ul.products li.product div.price-and-order a.woocommerce-LoopProduct-link {
  display: -ms-grid;
  display: grid;
  -ms-grid-rows: subgrid;
      grid-template-rows: subgrid;
  -ms-grid-row: 1;
  -ms-grid-row-span: 3;
  grid-row: 1/4;
}

ul.products li.product div.price-and-order a.woocommerce-LoopProduct-link h2.woocommerce-loop-product__title {
  -ms-grid-rows: subgrid;
      grid-template-rows: subgrid;
  -ms-grid-row: 1;
  -ms-grid-row-span: 2;
  grid-row: 1/3;
  text-align: center;
  color: #404040;
  font-size: 1.4rem;
  margin: 0;
}

ul.products li.product div.price-and-order a.woocommerce-LoopProduct-link span.price {
  font-size: 1.2rem;
  text-align: center;
  -ms-grid-rows: subgrid;
      grid-template-rows: subgrid;
  -ms-grid-row: 3;
  -ms-grid-row-span: 1;
  grid-row: 3/4;
}

ul.products li.product div.price-and-order a.button {
  display: block;
  width: 100%;
  max-width: 170px;
  margin: 5px auto;
}

ul.products li.product div.price-and-order a.added_to_cart {
  background-color: #21563b;
  border: 2px solid #21563b;
  border-radius: 3px;
  color: white;
  font-size: 1rem;
  height: 32px;
  line-height: 22px;
  padding: 3px 7px;
  text-align: center;
  text-decoration: none;
  -webkit-transition: 0.4s all ease;
  transition: 0.4s all ease;
  display: block;
  width: 100%;
  max-width: 170px;
  margin: 5px auto 0;
  padding: 3px 8px;
}

ul.products li.product div.price-and-order a.added_to_cart:hover, ul.products li.product div.price-and-order a.added_to_cart:active {
  background-color: #2C7551;
  border-color: #2C7551;
  cursor: pointer;
}

ul.products li.product .button {
  background-color: #21563b;
  border: 2px solid #21563b;
  border-radius: 3px;
  color: white;
  font-size: 1rem;
  height: 32px;
  line-height: 22px;
  padding: 3px 7px;
  text-align: center;
  text-decoration: none;
  -webkit-transition: 0.4s all ease;
  transition: 0.4s all ease;
  display: block;
}

ul.products li.product .button:hover, ul.products li.product .button:active {
  background-color: #2C7551;
  border-color: #2C7551;
  cursor: pointer;
}

nav.woocommerce-pagination {
  text-align: center;
}

nav.woocommerce-pagination ul.page-numbers {
  display: inline-block;
  padding: 0;
  list-style: none;
  background-color: #EEE;
  border-radius: 3px;
  border: 3px solid #EEE;
}

nav.woocommerce-pagination ul.page-numbers li {
  display: inline-block;
}

nav.woocommerce-pagination ul.page-numbers li a, nav.woocommerce-pagination ul.page-numbers li span {
  border-radius: 3px;
  padding: 3px 10px;
  -webkit-transition: 0.4s all ease;
  transition: 0.4s all ease;
  text-align: center;
  display: block;
  text-decoration: none;
}

nav.woocommerce-pagination ul.page-numbers li:hover a, nav.woocommerce-pagination ul.page-numbers li span.current {
  background-color: #21563b;
  color: white;
}

/**
 * Single product
 */
/**
 * Single Product
 */
.single-product div.post-thumbnail {
  height: 65vh;
  overflow: hidden;
}

.single-product div.post-thumbnail img {
  height: 100%;
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  vertical-align: middle;
}

.single-product div.woocommerce-notices-wrapper {
  margin: 1.5rem 0;
}

.single-product div.woocommerce-notices-wrapper div.woocommerce-message {
  margin: 0 auto;
  padding: 3px 7px;
  border-radius: 3px;
}

.single-product div.woocommerce-notices-wrapper div.woocommerce-message a:link, .single-product div.woocommerce-notices-wrapper div.woocommerce-message a:visited {
  color: white;
}

.single-product div.woocommerce-notices-wrapper div.woocommerce-message a:active, .single-product div.woocommerce-notices-wrapper div.woocommerce-message a:hover {
  color: #DDD;
}

.single-product div.product {
  position: relative;
  display: -ms-grid;
  display: grid;
  grid-column-gap: 10px;
  -ms-grid-columns: 1fr;
      grid-template-columns: 1fr;
  /* end media query */
}

.single-product div.product span.onsale {
  display: block;
  position: absolute;
  top: 10px;
  left: 10px;
  z-index: 10;
  color: #CC530C;
  border: solid 1.5px #F8650E;
  background-color: #FFF;
  padding: 1px 6px;
  border-radius: 3px;
}

.single-product div.product div.woocommerce-product-gallery {
  height: 60%;
  max-height: 100%;
  max-width: 90vw;
}

.single-product div.product div.woocommerce-product-gallery a.woocommerce-product-gallery__trigger {
  text-decoration: none;
  position: absolute;
}

.single-product div.product div.woocommerce-product-gallery figure.woocommerce-product-gallery__wrapper {
  margin: 0;
  display: block;
  max-height: 100%;
}

.single-product div.product div.woocommerce-product-gallery figure.woocommerce-product-gallery__wrapper div.woocommerce-product-gallery__image {
  height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  max-height: 150vw;
  -o-object-fit: contain;
     object-fit: contain;
}

.single-product div.product div.woocommerce-product-gallery figure.woocommerce-product-gallery__wrapper div.woocommerce-product-gallery__image a {
  width: 100%;
  height: 100%;
}

.single-product div.product div.woocommerce-product-gallery figure.woocommerce-product-gallery__wrapper div.woocommerce-product-gallery__image a img {
  margin: 0 auto;
  width: 100%;
  max-height: 150vw;
  -o-object-fit: contain;
     object-fit: contain;
  -o-object-position: top;
     object-position: top;
}

.single-product div.product div.summary {
  max-width: 90vw;
}

.single-product div.product div.summary h1, .single-product div.product div.summary p.oneliner, .single-product div.product div.summary p.price {
  margin: 0;
}

.single-product div.product div.summary h1 {
  font-family: "Meddon", Cursive;
  color: #404040;
  margin-bottom: 0.2em;
  text-transform: lowercase;
  transform: scale(0.65, 1);
  -webkit-transform: scale(0.65, 1);
  margin-left: -21%;
}

.single-product div.product div.summary p.oneliner {
  text-transform: uppercase;
}

.single-product div.product div.summary div.product_meta {
  display: none;
}

.single-product div.product div.summary .dd-select {
  border-radius: 3px;
}

.single-product div.product div.summary form.cart {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: end;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

.single-product div.product div.summary form.cart table.variations {
  margin-bottom: 0.5em;
}

@media screen and (min-width: 560px) {
  .single-product div.product div.summary form.cart table.variations {
    width: 50%;
  }
}

@media screen and (min-width: 720px) {
  .single-product div.product div.summary form.cart table.variations {
    width: 100%;
  }
}

@media screen and (min-width: 830px) {
  .single-product div.product div.summary form.cart table.variations {
    width: 50%;
  }
}

.single-product div.product div.summary form.cart table.variations td.value {
  text-align: right;
  position: relative;
  padding: 0;
}

.single-product div.product div.summary form.cart table.variations td.value select {
  border-radius: 3px;
  height: 32px;
  padding: 3px;
  width: 130px;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  background-image: url(https://abmas.nl/wp-content/themes/cardboard/template-images/arrow-down.svg);
  background-size: 1rem;
  background-position: 95% 50%;
  background-repeat: no-repeat;
}

.single-product div.product div.summary form.cart table.variations td.value a.reset_variations {
  display: none;
}

.single-product div.product div.summary form.cart del {
  color: #CC530C;
}

.single-product div.product div.summary form.cart ins {
  background: none;
}

.single-product div.product div.summary form.cart div.quantity {
  width: 50px;
  margin: 0 10px;
}

.single-product div.product div.summary form.cart div.quantity input.qty {
  width: 50px;
  height: 32px;
  padding: 3px 3px 3px 7px;
  text-align: center;
}

.single-product div.product div.summary form.cart button.single_add_to_cart_button {
  padding: 2px 10px;
}

.single-product div.product div.summary form.cart div.single_variation_wrap {
  width: 100%;
  display: -webkit-box;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: end;
}

@media screen and (min-width: 560px) {
  .single-product div.product div.summary form.cart div.single_variation_wrap {
    width: 50%;
  }
}

@media screen and (min-width: 720px) {
  .single-product div.product div.summary form.cart div.single_variation_wrap {
    width: 100%;
  }
}

@media screen and (min-width: 830px) {
  .single-product div.product div.summary form.cart div.single_variation_wrap {
    width: 50%;
  }
}

.single-product div.product div.summary form.cart div.single_variation_wrap div.woocommerce-variation div.woocommerce-variation-price span.price, .single-product div.product div.summary form.cart div.single_variation_wrap div.woocommerce-variation div.woocommerce-variation-price span.amount {
  line-height: 32px;
}

.single-product div.product div.summary form.cart div.single_variation_wrap div.woocommerce-variation div.woocommerce-variation-description {
  display: none;
}

.single-product div.product div.summary form.cart div.single_variation_wrap div.woocommerce-variation p.stock {
  margin: 0;
}

.single-product div.product div.summary form.cart div.single_variation_wrap div.woocommerce-variation-add-to-cart {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
}

.single-product div.product div.summary form.cart div.single_variation_wrap div.woocommerce-variation-add-to-cart div.quantity {
  width: 50px;
}

.single-product div.product div.summary form.cart div.single_variation_wrap div.woocommerce-variation-add-to-cart div.quantity input.qty {
  width: 50px;
  padding: 3px 3px 3px 7px;
  text-align: center;
}

.single-product div.product div.summary form.cart div.single_variation_wrap div.woocommerce-variation-add-to-cart button.single_add_to_cart_button {
  padding: 2px 10px;
}

.single-product div.product div.summary form.cart div.single_variation_wrap button {
  background-color: #21563b;
  border: 2px solid #21563b;
  border-radius: 3px;
  color: white;
  font-size: 1rem;
  height: 32px;
  line-height: 22px;
  padding: 3px 7px;
  text-align: center;
  text-decoration: none;
  -webkit-transition: 0.4s all ease;
  transition: 0.4s all ease;
}

.single-product div.product div.summary form.cart div.single_variation_wrap button:hover, .single-product div.product div.summary form.cart div.single_variation_wrap button:active {
  background-color: #2C7551;
  border-color: #2C7551;
  cursor: pointer;
}

.single-product div.product div.woocommerce-tabs {
  grid-column: 1 / -1;
}

.single-product div.product div.woocommerce-tabs ul.tabs {
  display: none;
}

.single-product div.product div.woocommerce-tabs table.woocommerce-product-attributes tbody tr {
  text-align: left;
  height: 2em;
}

.single-product div.product div.woocommerce-tabs table.woocommerce-product-attributes tbody tr th p, .single-product div.product div.woocommerce-tabs table.woocommerce-product-attributes tbody tr td p {
  margin: 0;
}

.single-product div.product section.up-sells {
  grid-column: 1/-1;
}

@media screen and (min-width: 720px) {
  .single-product div.product {
    -ms-grid-columns: 1fr 2fr;
        grid-template-columns: 1fr 2fr;
  }
  .single-product div.product div.woocommerce-product-gallery {
    grid-column: span 1;
    position: relative;
  }
  .single-product div.product div.woocommerce-product-gallery .woocommerce-product-gallery__trigger {
    position: absolute;
    top: 1em;
    right: 1em;
    display: block;
    z-index: 99;
  }
  .single-product div.product div.woocommerce-product-gallery .flex-viewport {
    margin-bottom: 1em;
  }
  .single-product div.product div.woocommerce-product-gallery .flex-control-thumbs {
    content: "";
    display: table;
    table-layout: fixed;
    margin: 0;
    padding: 0;
  }
  .single-product div.product div.woocommerce-product-gallery .flex-control-thumbs li {
    list-style: none;
    cursor: pointer;
    float: left;
  }
  .single-product div.product div.woocommerce-product-gallery .flex-control-thumbs li img {
    opacity: .5;
  }
  .single-product div.product div.woocommerce-product-gallery .flex-control-thumbs li img.flex-active {
    opacity: 1;
  }
  .single-product div.product div.woocommerce-product-gallery .flex-control-thumbs li:hover img {
    opacity: 1;
  }
  .single-product div.product div.woocommerce-product-gallery.woocommerce-product-gallery--columns-2 .flex-control-thumbs li {
    width: 48.1%;
  }
  .single-product div.product div.woocommerce-product-gallery.woocommerce-product-gallery--columns-2 .flex-control-thumbs li:nth-child(2n) {
    margin-right: 0;
  }
  .single-product div.product div.woocommerce-product-gallery.woocommerce-product-gallery--columns-2 .flex-control-thumbs li:nth-child(2n+1) {
    clear: both;
  }
  .single-product div.product div.woocommerce-product-gallery.woocommerce-product-gallery--columns-3 .flex-control-thumbs li {
    width: 30.79667%;
  }
  .single-product div.product div.woocommerce-product-gallery.woocommerce-product-gallery--columns-3 .flex-control-thumbs li:nth-child(3n) {
    margin-right: 0;
  }
  .single-product div.product div.woocommerce-product-gallery.woocommerce-product-gallery--columns-3 .flex-control-thumbs li:nth-child(3n+1) {
    clear: both;
  }
  .single-product div.product div.woocommerce-product-gallery.woocommerce-product-gallery--columns-4 .flex-control-thumbs li {
    width: 22.15%;
  }
  .single-product div.product div.woocommerce-product-gallery.woocommerce-product-gallery--columns-4 .flex-control-thumbs li:nth-child(4n) {
    margin-right: 0;
  }
  .single-product div.product div.woocommerce-product-gallery.woocommerce-product-gallery--columns-4 .flex-control-thumbs li:nth-child(4n+1) {
    clear: both;
  }
  .single-product div.product div.woocommerce-product-gallery.woocommerce-product-gallery--columns-5 .flex-control-thumbs li {
    width: 16.96%;
  }
  .single-product div.product div.woocommerce-product-gallery.woocommerce-product-gallery--columns-5 .flex-control-thumbs li:nth-child(5n) {
    margin-right: 0;
  }
  .single-product div.product div.woocommerce-product-gallery.woocommerce-product-gallery--columns-5 .flex-control-thumbs li:nth-child(5n+1) {
    clear: both;
  }
  .single-product div.product div.summary {
    grid-column: span 1;
    margin: 0;
    position: relative;
  }
  .single-product div.product div.summary h1 {
    margin-top: 0;
  }
  .single-product div.product div.summary p.price {
    font-size: 1.4rem;
    margin-bottom: 0;
  }
  .single-product div.product section.related {
    grid-column: span 2;
  }
  .single-product div.product section.related ul.products {
    display: -ms-grid;
    display: grid;
    -ms-grid-columns: 1fr 1fr 1fr;
        grid-template-columns: 1fr 1fr 1fr;
    -webkit-column-gap: 30px;
            column-gap: 30px;
  }
  .single-product div.product section.related ul.products li.product {
    width: 100%;
    max-height: 450px;
  }
  .single-product div.product section.related ul.products li.product a img {
    width: auto;
    margin: 0 auto;
    max-height: 300px;
  }
}

.stock:empty:before {
  display: none;
}

.stock.in-stock {
  color: #3AAA35;
}

.stock.out-of-stock {
  color: #E30613;
}

/**
 * Checkout
 */
/**
 * Checkout
 */
form.woocommerce-checkout div.woocommerce-billing-fields__field-wrapper input.input-text, form.woocommerce-checkout div.woocommerce-shipping-fields__field-wrapper input.input-text {
  width: 100%;
}

div.wc-proceed-to-checkout {
  height: 32px;
}

div.wc-proceed-to-checkout a.checkout-button {
  background-color: #21563b;
  border: 2px solid #21563b;
  border-radius: 3px;
  color: white;
  font-size: 1rem;
  height: 32px;
  line-height: 22px;
  padding: 3px 7px;
  text-align: center;
  text-decoration: none;
  -webkit-transition: 0.4s all ease;
  transition: 0.4s all ease;
  display: block;
  float: right;
}

div.wc-proceed-to-checkout a.checkout-button:hover, div.wc-proceed-to-checkout a.checkout-button:active {
  background-color: #2C7551;
  border-color: #2C7551;
  cursor: pointer;
}

@media screen and (min-width: 600px) {
  form.woocommerce-checkout .woocommerce-billing-fields__field-wrapper, form.woocommerce-checkout .woocommerce-shipping-fields__field-wrapper {
    display: -ms-grid;
    display: grid;
    -ms-grid-columns: 1fr 1fr 1fr 1fr;
        grid-template-columns: 1fr 1fr 1fr 1fr;
    grid-column-gap: 20px;
  }
  form.woocommerce-checkout .woocommerce-billing-fields__field-wrapper p.form-row, form.woocommerce-checkout .woocommerce-shipping-fields__field-wrapper p.form-row {
    grid-column: span 2;
    margin: 0.75rem 0;
  }
  form.woocommerce-checkout .woocommerce-billing-fields__field-wrapper #billing_country_field, form.woocommerce-checkout .woocommerce-billing-fields__field-wrapper #shipping_country_field, form.woocommerce-checkout .woocommerce-shipping-fields__field-wrapper #billing_country_field, form.woocommerce-checkout .woocommerce-shipping-fields__field-wrapper #shipping_country_field {
    position: relative;
  }
  form.woocommerce-checkout .woocommerce-billing-fields__field-wrapper #billing_country_field span.woocommerce-input-wrapper, form.woocommerce-checkout .woocommerce-billing-fields__field-wrapper #shipping_country_field span.woocommerce-input-wrapper, form.woocommerce-checkout .woocommerce-shipping-fields__field-wrapper #billing_country_field span.woocommerce-input-wrapper, form.woocommerce-checkout .woocommerce-shipping-fields__field-wrapper #shipping_country_field span.woocommerce-input-wrapper {
    position: absolute;
    bottom: 0;
    left: 0;
  }
  form.woocommerce-checkout .woocommerce-billing-fields__field-wrapper #billing_address_1_field, form.woocommerce-checkout .woocommerce-billing-fields__field-wrapper #billing_address_2_field, form.woocommerce-checkout .woocommerce-billing-fields__field-wrapper #shipping_address_1_field, form.woocommerce-checkout .woocommerce-billing-fields__field-wrapper #shipping_address_2_field, form.woocommerce-checkout .woocommerce-shipping-fields__field-wrapper #billing_address_1_field, form.woocommerce-checkout .woocommerce-shipping-fields__field-wrapper #billing_address_2_field, form.woocommerce-checkout .woocommerce-shipping-fields__field-wrapper #shipping_address_1_field, form.woocommerce-checkout .woocommerce-shipping-fields__field-wrapper #shipping_address_2_field {
    grid-column: span 4;
  }
  form.woocommerce-checkout .woocommerce-billing-fields__field-wrapper #billing_postcode_field, form.woocommerce-checkout .woocommerce-billing-fields__field-wrapper #shipping_postcode_field, form.woocommerce-checkout .woocommerce-shipping-fields__field-wrapper #billing_postcode_field, form.woocommerce-checkout .woocommerce-shipping-fields__field-wrapper #shipping_postcode_field {
    grid-column: span 1;
  }
  form.woocommerce-checkout .woocommerce-billing-fields__field-wrapper #billing_city_field, form.woocommerce-checkout .woocommerce-billing-fields__field-wrapper #shipping_city_field, form.woocommerce-checkout .woocommerce-shipping-fields__field-wrapper #billing_city_field, form.woocommerce-checkout .woocommerce-shipping-fields__field-wrapper #shipping_city_field {
    grid-column: span 3;
  }
}

#e_deliverydate_field label {
  display: block;
}

#e_deliverydate_field span.woocommerce-input-wrapper {
  display: block;
  width: 300px;
}

#ui-datepicker-div {
  border-radius: 3px;
}

#ui-datepicker-div * {
  font-family: "zilla slab", sans-serif;
  border-radius: 3px;
}

#ui-datepicker-div div.ui-datepicker-header {
  background-color: #21563b;
  color: white;
}

#ui-datepicker-div div.ui-datepicker-header a.ui-corner-all {
  padding-top: 4px;
}

#ui-datepicker-div div.ui-datepicker-header a.ui-state-disabled::before {
  color: whitesmoke;
}

#ui-datepicker-div div.ui-datepicker-header a.ui-state-hover::before {
  color: white;
}

#ui-datepicker-div a.ui-state-default {
  background: #21563b;
  color: white;
}

#ui-datepicker-div a.ui-state-default:hover, #ui-datepicker-div a.ui-state-active {
  background: #2C7551;
}

table.shop_table tbody td.product-total, table.shop_table tbody td.product-subtotal {
  width: 100px;
  text-align: right;
}

table.shop_table tbody div.coupon {
  display: block;
  height: 7.1rem;
  margin-bottom: 15px;
}

table.shop_table tbody div.coupon label {
  line-height: 32px;
  text-align: left;
}

table.shop_table tbody div.coupon input {
  height: 32px;
  margin-bottom: 10px;
}

table.shop_table tbody div.coupon button {
  clear: both;
}

@media screen and (min-width: 460px) {
  table.shop_table tbody div.coupon {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: nowrap;
        flex-wrap: nowrap;
    height: 2.2rem;
    margin-bottom: 15px;
  }
  table.shop_table tbody div.coupon input, table.shop_table tbody div.coupon button {
    margin-left: 15px;
  }
  table.shop_table tbody div.coupon button {
    -ms-flex-negative: 0;
        flex-shrink: 0;
  }
}

table.shop_table tfoot tr.order-total td, table.shop_table tfoot tr.cart-subtotal td {
  border-top: 2px solid black;
}

table.shop_table tfoot tr th {
  text-align: left;
}

table.shop_table tfoot tr td {
  text-align: right;
}

table.shop_table tfoot tr td ul.woocommerce-shipping-methods {
  list-style: none;
  padding: 0;
  margin: 0;
}

table.shop_table tfoot tr.woocommerce-shipping-totals td ul.woocommerce-shipping-methods {
  list-style: none;
  padding: 0;
  margin: 0;
}

div#payment ul.wc_payment_methods {
  list-style: none;
  padding: 3px 0 5px;
  margin: 5px 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

div#payment ul.wc_payment_methods li {
  background-color: #EEE;
  border-radius: 3px;
  padding: 7px;
  display: inline-block;
  min-width: 150px;
  width: auto;
}

div#payment ul.wc_payment_methods li label img {
  display: block;
  margin: 2px auto;
  width: 50px;
}

div#payment ul.wc_payment_methods li div.payment_box p select {
  width: 100%;
  border-radius: 3px;
}

div button#place_order {
  background-color: #21563b;
  border: 2px solid #21563b;
  border-radius: 3px;
  color: white;
  font-size: 1rem;
  height: 32px;
  line-height: 22px;
  padding: 3px 7px;
  text-align: center;
  text-decoration: none;
  -webkit-transition: 0.4s all ease;
  transition: 0.4s all ease;
  display: block;
  float: right;
}

div button#place_order:hover, div button#place_order:active {
  background-color: #2C7551;
  border-color: #2C7551;
  cursor: pointer;
}

div.cross-sells ul.products li.product {
  width: 100%;
  max-height: 450px;
}

div.cross-sells ul.products li.product a img {
  width: auto;
  margin: 0 auto;
  max-height: 300px;
}

/**
 * Payment
 */
div#primary main#main div.woocommerce div.woocommerce-order ul.woocommerce-order-overview {
  width: 100%;
  max-width: 300px;
  list-style: none;
  padding: 0;
  margin: 0 auto;
}

div#primary main#main div.woocommerce div.woocommerce-order section.woocommerce-order-details.woocommerce-info.mollie-instructions {
  padding: 3px 7px 5px;
}

div#primary main#main div.woocommerce div.woocommerce-order section.woocommerce-order-details.woocommerce-info.mollie-instructions p {
  margin: 3px 0;
}

div#primary main#main div.woocommerce div.woocommerce-order section.woocommerce-order-details table.woocommerce-table--order-details tbody tr td:first-child, div#primary main#main div.woocommerce div.woocommerce-order section.woocommerce-order-details table.woocommerce-table--order-details tbody tr th, div#primary main#main div.woocommerce div.woocommerce-order section.woocommerce-order-details table.woocommerce-table--order-details tfoot tr td:first-child, div#primary main#main div.woocommerce div.woocommerce-order section.woocommerce-order-details table.woocommerce-table--order-details tfoot tr th {
  text-align: left;
}

div#primary main#main div.woocommerce div.woocommerce-order section.woocommerce-order-details table.woocommerce-table--order-details tbody tr td:nth-child(2), div#primary main#main div.woocommerce div.woocommerce-order section.woocommerce-order-details table.woocommerce-table--order-details tfoot tr td:nth-child(2) {
  text-align: right;
}

/**
 * Profile
 */
/**
 * Login page
 */
div.woocommerce div#customer_login {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 1fr;
      grid-template-columns: 1fr;
}

div.woocommerce div#customer_login form.login, div.woocommerce div#customer_login form.register {
  font-size: 0.9rem;
  max-width: 440px;
  margin: 0 auto;
}

div.woocommerce div#customer_login form.login p.form-row label.woocommerce-form-login__rememberme, div.woocommerce div#customer_login form.register p.form-row label.woocommerce-form-login__rememberme {
  line-height: 32px;
}

div.woocommerce div#customer_login form.login p.form-row label.woocommerce-form-login__rememberme input.woocommerce-form__input-checkbox, div.woocommerce div#customer_login form.register p.form-row label.woocommerce-form-login__rememberme input.woocommerce-form__input-checkbox {
  position: relative;
  bottom: 2px;
}

div.woocommerce div#customer_login form.login button.woocommerce-Button, div.woocommerce div#customer_login form.login button.woocommerce-button, div.woocommerce div#customer_login form.register button.woocommerce-Button, div.woocommerce div#customer_login form.register button.woocommerce-button {
  float: right;
}

div.woocommerce div#customer_login form.woocommerce-form-register {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 1fr 1fr;
      grid-template-columns: 1fr 1fr;
  -webkit-column-gap: 1.5rem;
          column-gap: 1.5rem;
}

div.woocommerce div#customer_login form.woocommerce-form-register p {
  grid-column: span 2;
  margin: 0 0 1.2rem 0;
}

div.woocommerce div#customer_login form.woocommerce-form-register p#first_name_field, div.woocommerce div#customer_login form.woocommerce-form-register p#last_name_field {
  grid-column: span 1;
}

@media screen and (min-width: 800px) {
  div.woocommerce div#customer_login {
    -ms-grid-columns: 1fr 1fr;
        grid-template-columns: 1fr 1fr;
    -webkit-column-gap: 2rem;
            column-gap: 2rem;
  }
  div.woocommerce div#customer_login form.login, div.woocommerce div#customer_login form.register {
    max-width: 540px;
  }
}

/**
 * Profile
 */
nav.woocommerce-MyAccount-navigation {
  margin-bottom: 1rem;
}

nav.woocommerce-MyAccount-navigation ul {
  padding: 0;
  margin: 0;
  list-style: none;
  background-color: #EEE;
  border-radius: 3px;
  border: 3px solid #EEE;
}

nav.woocommerce-MyAccount-navigation ul li {
  border-radius: 3px;
  padding: 3px 7px;
  margin-bottom: 3px;
  -webkit-transition: 0.4s all ease;
  transition: 0.4s all ease;
}

nav.woocommerce-MyAccount-navigation ul li:last-child {
  margin-bottom: 0;
}

nav.woocommerce-MyAccount-navigation ul li.is-active {
  background-color: #21563b;
}

nav.woocommerce-MyAccount-navigation ul li.is-active a {
  color: white;
}

nav.woocommerce-MyAccount-navigation ul li a {
  display: block;
  text-decoration: none;
}

nav.woocommerce-MyAccount-navigation ul li:hover {
  background-color: #21563b;
}

nav.woocommerce-MyAccount-navigation ul li:hover a {
  color: white;
}

@media screen and (min-width: 620px) {
  nav.woocommerce-MyAccount-navigation ul {
    width: 100%;
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
  nav.woocommerce-MyAccount-navigation ul li {
    -webkit-box-flex: 1;
        -ms-flex-positive: 1;
            flex-grow: 1;
    margin-bottom: 0;
    margin-right: 3px;
  }
  nav.woocommerce-MyAccount-navigation ul li:last-child {
    margin-right: 0;
  }
  nav.woocommerce-MyAccount-navigation ul li a {
    text-align: center;
  }
}

form.woocommerce-form input.woocommerce-Input--text {
  width: 100%;
}

form input.input-text {
  width: 100%;
}

fieldset {
  border-radius: 3px;
  border: 1px solid #21563b;
}

fieldset legend {
  padding: 0 5px 0 3px;
}

/**
*   Orders - table
*/
table.woocommerce-orders-table td.woocommerce-orders-table__cell-order-actions a.button {
  height: 32px;
  font-size: 1rem;
  color: white;
  line-height: 22px;
  text-decoration: none;
  background-color: #21563b;
  border: 2px solid #21563b;
  border-radius: 3px;
  display: inline-block;
  padding: 3px 7px;
  margin: 0 0 0 10px;
}

table.woocommerce-orders-table td.woocommerce-orders-table__cell-order-actions a.button:hover {
  background-color: #2C7551;
  border-color: #2C7551;
  cursor: pointer;
}

div.afreg_extra_fields fieldset p.form-row b {
  display: none;
}

/**
 * General WooCommerce components
 */
/**
 * Header cart
 */
.site-header-cart {
  position: relative;
  margin: 0;
  padding: 0;
  content: "";
  display: table;
  table-layout: fixed;
}

.site-header-cart .cart-contents {
  text-decoration: none;
}

.site-header-cart .widget_shopping_cart {
  display: none;
}

.site-header-cart .product_list_widget {
  margin: 0;
  padding: 0;
}

/**
 * Star rating
 */
.star-rating {
  overflow: hidden;
  position: relative;
  height: 1.618em;
  line-height: 1.618;
  font-size: 1em;
  width: 5.3em;
  font-family: 'star';
  font-weight: 400;
}

.star-rating:before {
  content: "\53\53\53\53\53";
  opacity: .25;
  float: left;
  top: 0;
  left: 0;
  position: absolute;
}

.star-rating span {
  overflow: hidden;
  float: left;
  top: 0;
  left: 0;
  position: absolute;
  padding-top: 1.5em;
}

.star-rating span:before {
  content: "\53\53\53\53\53";
  top: 0;
  position: absolute;
  left: 0;
  color: #21563b;
}

p.stars a {
  position: relative;
  height: 1em;
  width: 1em;
  text-indent: -999em;
  display: inline-block;
  text-decoration: none;
  margin-right: 1px;
  font-weight: 400;
}

p.stars a:before {
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 1em;
  height: 1em;
  line-height: 1;
  font-family: "star";
  content: "\53";
  color: #404040;
  text-indent: 0;
  opacity: .25;
}

p.stars a:hover ~ a:before {
  content: "\53";
  color: #404040;
  opacity: .25;
}

p.stars:hover a:before {
  content: "\53";
  color: #21563b;
  opacity: 1;
}

p.stars.selected a.active:before {
  content: "\53";
  color: #21563b;
  opacity: 1;
}

p.stars.selected a.active ~ a:before {
  content: "\53";
  color: #404040;
  opacity: .25;
}

p.stars.selected a:not(.active):before {
  content: "\53";
  color: #21563b;
  opacity: 1;
}

/**
 * Tabs
 */
.woocommerce-tabs ul.tabs {
  list-style: none;
  margin: 0;
  padding: 0;
  text-align: left;
}

.woocommerce-tabs ul.tabs li {
  display: block;
  margin: 0;
  position: relative;
}

.woocommerce-tabs ul.tabs li a {
  padding: 1em 0;
  display: block;
}

.woocommerce-tabs .panel h2:first-of-type {
  margin-bottom: 1em;
}

/**
 * Password strength meter
 */
.woocommerce-password-strength {
  text-align: right;
}

.woocommerce-password-strength.strong {
  color: #0f834d;
}

.woocommerce-password-strength.short {
  color: #e2401c;
}

.woocommerce-password-strength.bad {
  color: #e2401c;
}

.woocommerce-password-strength.good {
  color: #3D9CD2;
}

/**
 * Forms
 */
.form-row.woocommerce-validated input.input-text {
  -webkit-box-shadow: inset 2px 0 0 #0f834d;
          box-shadow: inset 2px 0 0 #0f834d;
}

.form-row.woocommerce-invalid input.input-text {
  -webkit-box-shadow: inset 2px 0 0 #e2401c;
          box-shadow: inset 2px 0 0 #e2401c;
}

.required {
  color: #E30613;
}

/**
 * Notices
 */
.woocommerce-message,
.woocommerce-info,
.woocommerce-error,
.woocommerce-noreviews,
p.no-comments {
  content: "";
  display: table;
  table-layout: fixed;
  color: white;
  background-color: #3AAA35;
  clear: both;
  text-align: center;
  padding: 3px 7px;
  display: block;
  margin: 0 auto;
  border-radius: 3px;
}

.woocommerce-message a,
.woocommerce-info a,
.woocommerce-error a,
.woocommerce-noreviews a,
p.no-comments a {
  color: #EEE;
}

.woocommerce-message::before,
.woocommerce-info::before,
.woocommerce-error::before,
.woocommerce-noreviews::before,
p.no-comments::before {
  content: "i";
  font-weight: bold;
  display: inline-block;
  line-height: 20px;
  width: 22px;
  height: 22px;
  margin: 0 5px 0 0;
  padding-bottom: 3px;
  border: 1.5px solid white;
  border-radius: 50%;
}

.woocommerce-info,
.woocommerce-noreviews,
p.no-comments {
  color: white;
  background-color: #21563b;
}

.woocommerce-error {
  color: white;
  background-color: #E30613;
}

.demo_store {
  color: white;
  position: fixed;
  left: 0;
  bottom: 0;
  right: 0;
  margin: 0;
  padding: 1em;
  background-color: #21563b;
  z-index: 9999;
}

@media screen and (min-width: 48em) {
  /**
	 * Header cart
	 */
  .site-header-cart .widget_shopping_cart {
    position: absolute;
    top: 100%;
    width: 100%;
    z-index: 999999;
    left: -999em;
    display: block;
    -webkit-box-shadow: 0 3px 3px rgba(0, 0, 0, 0.2);
            box-shadow: 0 3px 3px rgba(0, 0, 0, 0.2);
  }
  .site-header-cart:hover .widget_shopping_cart, .site-header-cart.focus .widget_shopping_cart {
    left: 0;
    display: block;
  }
}

/**
 * WooCommerce widgets
 */
/**
 * WooCommerce Price Filter
 */
.widget_price_filter .price_slider {
  margin-bottom: 1.5em;
}

.widget_price_filter .price_slider_amount {
  text-align: right;
  line-height: 2.4em;
}

.widget_price_filter .price_slider_amount .button {
  float: left;
}

.widget_price_filter .ui-slider {
  position: relative;
  text-align: left;
}

.widget_price_filter .ui-slider .ui-slider-handle {
  position: absolute;
  z-index: 2;
  width: 1em;
  height: 1em;
  cursor: ew-resize;
  outline: none;
  background: #21563b;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  margin-top: -.25em;
  opacity: 1;
}

.widget_price_filter .ui-slider .ui-slider-handle:last-child {
  margin-left: -1em;
}

.widget_price_filter .ui-slider .ui-slider-handle:hover, .widget_price_filter .ui-slider .ui-slider-handle.ui-state-active {
  -webkit-box-shadow: 0 0 0 0.25em rgba(0, 0, 0, 0.1);
          box-shadow: 0 0 0 0.25em rgba(0, 0, 0, 0.1);
}

.widget_price_filter .ui-slider .ui-slider-range {
  position: absolute;
  z-index: 1;
  display: block;
  border: 0;
  background: #21563b;
}

.widget_price_filter .price_slider_wrapper .ui-widget-content {
  background: rgba(0, 0, 0, 0.1);
}

.widget_price_filter .ui-slider-horizontal {
  height: .5em;
}

.widget_price_filter .ui-slider-horizontal .ui-slider-range {
  height: 100%;
}

/**
 * WooCommerce Cart counter
 */
.cart-contents-container {
  position: relative;
  top: -3px;
}

@media screen and (min-width: 720px) {
  span.menu-name {
    display: none;
    margin-left: 4px;
  }
}

.cart-contents:before {
  font-family: 'icomoon';
  content: "\e901";
  font-size: 1.2rem;
  margin-top: 10px;
  font-style: normal;
  font-weight: 400;
  vertical-align: bottom;
}

.cart-contents:hover {
  text-decoration: none;
}

.cart-contents-count {
  color: #fff;
  background-color: #21563b;
  font-size: 0.9em;
  font-weight: bold;
  border-radius: 10px;
  padding: 0 6px 2px;
  line-height: 1;
  font-family: "zilla slab", sans-serif;
  vertical-align: top;
}

.profile:before {
  font-family: 'icomoon';
  font-size: 1.2rem;
  content: "\e900";
}
/*# sourceMappingURL=woocommerce.css.map */