/*   
	Theme Name:        Digital Wizards Theme
	Theme URI:         https://digitalwizards.nl
	Description:       Digital Wizards theme.
	Author:            Digital Wizards
	Author URI:        https://digitalwizards.nl
	License:           GNU General Public License v3 or later.
	License URI:       https://www.gnu.org/licenses/gpl-3.0.html
	Text Domain:       dw-theme
*/
html,
body {
  margin: 0;
  padding: 0;
  font-size: 16px;
  line-height: 1.4;
  color: #272A33;
  font-family: Industry;
  font-display: swap;
}

html {
  scroll-behavior: smooth;
}

h1,
h2,
h3 {
  margin: 0;
  padding: 0;
  line-height: 1.5;
  color: #272A33;
  font-weight: 900;
}

h2,
h3 {
  font-size: 30px;
}

header,
footer,
main,
section,
div {
  position: relative;
  box-sizing: border-box;
}

a {
  transition: all 0.3s linear;
  text-decoration: none;
}

p > a,
p > strong a,
p > ul a p span a,
p em a {
  text-decoration: underline !important;
  text-underline-offset: 4px;
}

img {
  height: auto;
}

.page-content {
  margin: auto;
  width: 100%;
}

input,
button,
a {
  outline: none;
}

input,
button,
textarea {
  font-family: var(--e-global-typography-primary-font-family), Sans-serif;
}

@media (max-width: 800px) {
  .sc-hide-small {
    display: none;
  }
}

.sc-bg-gradient {
  background-image: linear-gradient(90deg, #005CA8 0%, #5092C2 50%, #005CA8 100%);
}

@media (max-width: 641px) {
  .sc-S-text-white {
    color: #fff;
  }
  .sc-S-text-white p,
  .sc-S-text-white h1,
  .sc-S-text-white h2,
  .sc-S-text-white h3 {
    color: #fff;
  }
  .sc-S-text-white a:not(.elementor-button) {
    color: #fff !important;
  }
  .sc-S-text-white a:not(.elementor-button):hover {
    color: #1D76BB !important;
  }
}

.sc-text-white {
  color: #fff;
}
.sc-text-white p,
.sc-text-white h1,
.sc-text-white h2,
.sc-text-white h3 {
  color: #fff;
}
.sc-text-white a:not(.elementor-button) {
  color: #fff !important;
}
.sc-text-white a:not(.elementor-button):hover {
  color: #1D76BB !important;
}

.sc-list-white ul {
  list-style: none;
  padding: 0;
  margin: 0 auto;
  display: flex;
  justify-content: space-between;
}
.sc-list-white ul li {
  color: #fff;
  font-size: 14px;
}
.sc-list-white ul li a {
  color: #fff;
}
.sc-list-white ul li a:hover {
  color: #272A33;
}

@media (min-width: 1026px) {
  .sc-list-header ul {
    max-width: 90%;
  }
}
@media (max-width: 641px) {
  .sc-list-header ul li {
    font-size: 10px;
  }
}

@media (min-width: 1026px) {
  .sc-list-footer ul {
    max-width: 900px;
  }
}
@media (max-width: 641px) {
  .sc-list-footer ul {
    flex-wrap: wrap;
  }
}
@media (max-width: 641px) {
  .sc-list-footer ul li {
    font-size: 13px;
    width: 100%;
    text-align: center;
    padding: 4px 0;
  }
}

header .elementor-location-header {
  display: flex;
  flex-wrap: wrap;
}
@media (max-width: 800px) {
  header .elementor-location-header .sc-header-main-menu {
    order: 1;
  }
  header .elementor-location-header .sc-header-usps {
    order: 2;
  }
}
@media (max-width: 800px) and (max-width: 641px) {
  header .elementor-location-header .sc-header-usps ul {
    flex-wrap: wrap;
  }
  header .elementor-location-header .sc-header-usps ul .sc-header-klanten,
  header .elementor-location-header .sc-header-usps ul .sc-header-reviews {
    width: 50%;
    text-align: center;
  }
  header .elementor-location-header .sc-header-usps ul .sc-header-trustpilot {
    width: 100%;
    margin-top: 8px;
  }
}
header .e--pointer-framed .elementor-item::before {
  border-radius: 8px;
}
header .e-search-input-wrapper {
  width: 100%;
}

@media (min-width: 801px) {
  .sc-menu-webshop a.elementor-item:before {
    opacity: 1 !important;
  }
}

/**
* Jet MegaMenu 
*/
.sc-menu-webshop .jet-mega-menu-mega-container__inner {
  max-width: 1340px;
  left: calc((100vw - 1340px) / 2);
}

.sc-menu-webshop .jet-mega-menu-item__inner {
  border-style: solid;
  border-width: 1px 1px 1px 1px;
  border-color: var(--e-global-color-accent);
  border-radius: 8px 8px 8px 8px;
}

/**
* Search
*/
.sc-search input[type=search] {
  font-size: 16px;
  border-style: solid;
  border-width: 1px 1px 1px 1px;
  border-color: var(--e-global-color-accent);
  border-radius: 8px 8px 8px 8px;
  padding: 8px 10px 8px 30px;
  box-sizing: border-box;
  width: 100%;
}
.sc-search input[type=submit] {
  display: none;
}
.sc-search label:before {
  content: "\f002";
  position: absolute;
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  top: 11px;
  left: 10px;
  font-size: 14px;
  color: var(--e-global-color-accent);
  z-index: 1;
}

@media (max-width: 641px) {
  .sc-column-text-center .elementor-nav-menu li {
    display: flex;
    justify-content: center;
  }
}

.gform-theme--foundation #gform_1 .gform_fields {
  -moz-column-gap: 20px;
       column-gap: 20px;
  row-gap: 20px;
}
.gform-theme--foundation #gform_1 .gform_fields input[type=submit] {
  background-color: #1D76BB !important;
}

.sc-filter {
  font-family: Industry;
}
.sc-filter .wpc-filters-section {
  margin-bottom: 0;
  min-width: 200px;
}
.sc-filter .wpc-filters-section .wpc-filter-title {
  border: 1px solid #707070;
  padding: 6px 12px;
  margin-bottom: 0;
  justify-content: inherit;
}
.sc-filter .wpc-filters-section .wpc-filter-title:before {
  content: "";
  width: 15px;
  height: 15px;
  margin-right: 8px;
  background-image: url(../icons/onderwerp.svg);
  background-size: cover;
}
.sc-filter .wpc-filters-section .wpc-filter-content {
  border-right: 1px solid #707070;
  border-bottom: 1px solid #707070;
  border-left: 1px solid #707070;
  padding: 15px 12px 5px;
  display: none;
  z-index: 1;
  position: absolute;
  background: white;
  width: 100%;
}
.sc-filter .wpc-filters-section .wpc-filter-content ul {
  padding: 0;
  margin: 0;
}
.sc-filter .wpc-filter-header:hover + .wpc-filter-content,
.sc-filter .wpc-filter-content:hover {
  display: block;
}

@media (min-width: 642px) {
  .sc-contact-box .elementor-image-box-img {
    margin-right: 30px !important;
  }
}
@media (max-width: 641px) {
  .sc-contact-box .elementor-image-box-img {
    margin-top: -70px !important;
  }
}
.sc-contact-box .elementor-image-box-img img {
  display: block;
}
.sc-contact-box a {
  color: #fff !important;
}
.sc-contact-box a:hover {
  color: #1D76BB !important;
}

.sc-form .elementor-field-type-text,
.sc-form .elementor-field-type-email,
.sc-form .elementor-field-type-tel,
.sc-form .elementor-field-type-select,
.sc-form .elementor-field-type-textarea,
.sc-form .elementor-field-type-upload,
.sc-form .elementor-field-type-acceptance {
  margin-bottom: 26px !important;
}

.dw_sluitingsdagen h2,
.dw_sluitingsdagen h3 {
  font-size: 24px;
  font-weight: 600;
  font-style: italic;
}

.sc-home-slide .elementor-widget-text-editor,
.sc-home-slide .elementor-widget-heading .elementor-heading-title {
  color: #fff;
}

.sc-modellen-overzicht .e-loop-item {
  background-color: #272A33;
}

.sc-specificaties {
  margin-bottom: 20px;
}
.sc-specificaties h2 {
  font-style: italic;
}
.sc-specificaties ul {
  list-style: none;
  padding: 0;
  width: 100%;
}
@media (min-width: 642px) {
  .sc-specificaties ul {
    margin: 30px 0 0;
  }
}
@media (max-width: 641px) {
  .sc-specificaties ul {
    margin: 0;
  }
}
.sc-specificaties ul li {
  padding: 30px 0 10px;
  border-bottom: 1px solid;
  width: 100%;
  display: flex;
}
@media (max-width: 641px) {
  .sc-specificaties ul li {
    flex-wrap: wrap;
  }
}
.sc-specificaties ul li label {
  font-weight: 600;
}
@media (min-width: 642px) {
  .sc-specificaties ul li label {
    width: 40%;
  }
}
@media (max-width: 641px) {
  .sc-specificaties ul li label {
    margin-bottom: 8px;
    width: 100%;
  }
}
@media (min-width: 642px) {
  .sc-specificaties ul li span {
    width: 60%;
  }
}

.sc-extra-specificaties {
  padding-top: 30px;
}
.sc-extra-specificaties h3 {
  font-style: italic;
  font-size: 24px;
}
.sc-extra-specificaties ul {
  margin: 10px 0 0;
}
.sc-extra-specificaties ul li {
  padding: 2px 0;
}

.sc-modellen-overzicht .elementor-cta--skin-classic .elementor-cta__content-item,
.sc-modellen-slider .elementor-cta--skin-classic .elementor-cta__content-item {
  color: #fff;
  font-size: 14px;
}

.woocommerce div.product.product-type-variable .sc-product-simple-data {
  display: none;
}
.woocommerce div.product .sc-product-gallery .wpgs-for .slick-list .slick-track {
  height: 100%;
}
.woocommerce div.product .sc-product-gallery .wpgs-for .slick-list .slick-track .slick-slide {
  display: flex;
  justify-content: center;
}
.woocommerce div.product .sc-product-gallery .wpgs-for .slick-list img {
  margin: 0 auto;
}
@media (min-width: 801px) {
  .woocommerce div.product .sc-product-gallery .wpgs-for .slick-list {
    height: 400px !important;
  }
  .woocommerce div.product .sc-product-gallery .wpgs-for .slick-list img {
    height: 100%;
    width: auto;
    margin: 0 auto;
  }
}
@media (max-width: 800px) {
  .woocommerce div.product .sc-product-gallery .wpgs-for .slick-list {
    height: auto !important;
  }
}
.woocommerce div.product .sc-product-gallery .wpgs-nav .slick-slide {
  border: 0;
}
.woocommerce div.product .sc-product-gallery .wpgs-nav img {
  width: 100px;
  margin: auto;
  padding: 10px;
}
.woocommerce div.product .sc-product-gallery .wpgs-nav .slick-active img {
  border: 1px solid;
}
.woocommerce div.product .sc-product-gallery.elementor-widget-woocommerce-product-images span.onsale {
  min-height: auto;
  min-width: auto;
  padding: 6px 14px;
  font-size: 14px;
  font-weight: 500;
  position: absolute;
  text-align: center;
  line-height: 1;
  top: 10px;
  left: auto;
  right: 10px;
  margin: 0;
  border-radius: 0;
  background-color: #FF0000;
  color: #fff;
}
.woocommerce div.product .sc-product-meta .posted_in,
.woocommerce div.product .sc-product-meta .tagged_as {
  display: none;
}
.woocommerce div.product .sc-variation-swatches form.cart .reset_variations {
  background-color: transparent;
  color: #272A33;
  text-decoration: underline;
}
.woocommerce div.product .sc-variation-swatches form.cart .reset_variations:hover {
  color: #1D76BB;
}
.woocommerce div.product .sc-variation-swatches .wvs-style-squared.variable-items-wrapper .variable-item:not(.radio-variable-item) {
  border-radius: 4px;
  padding: 0;
  box-shadow: none;
  border: 1px solid #1D76BB;
  color: #1D76BB;
}
.woocommerce div.product .sc-variation-swatches .variable-items-wrapper .variable-item:not(.radio-variable-item).selected,
.woocommerce div.product .sc-variation-swatches .variable-items-wrapper .variable-item:not(.radio-variable-item).selected:hover,
.woocommerce div.product .sc-variation-swatches .variable-items-wrapper .variable-item:not(.radio-variable-item):focus,
.woocommerce div.product .sc-variation-swatches .variable-items-wrapper .variable-item:not(.radio-variable-item):hover {
  box-shadow: none;
}
.woocommerce div.product .sc-variation-swatches .variable-items-wrapper .variable-item:not(.radio-variable-item).selected,
.woocommerce div.product .sc-variation-swatches .variable-items-wrapper .variable-item:not(.radio-variable-item).selected:hover {
  box-shadow: none;
}
.woocommerce div.product .sc-variation-swatches .variable-items-wrapper .variable-item:not(.radio-variable-item).button-variable-item:not(.no-stock) {
  height: auto;
  line-height: 1.2;
  padding: 4px 5px;
}
.woocommerce div.product .sc-variation-swatches .variable-items-wrapper .variable-item:not(.radio-variable-item).button-variable-item.selected:not(.no-stock) {
  background-color: #1D76BB;
  color: #fff;
}
.woocommerce div.product .sc-product-prijs .price:before {
  content: "Prijs:";
  font-weight: 500;
  font-size: 16px;
  margin-right: 8px;
}
.woocommerce div.product .sc-product-prijs .price del {
  font-size: 18px;
  font-weight: 600;
}

.sc-woo-filter {
  font-family: Industry;
}
.sc-woo-filter .wpc-filters-section {
  border: 1px solid #272A33;
}
@media (min-width: 769px) {
  .sc-woo-filter .wpc-filters-section .wpc-filter-header,
  .sc-woo-filter .wpc-filters-section .wpc-filter-content {
    padding: 10px 20px;
  }
}
@media (max-width: 768px) {
  .sc-woo-filter .wpc-filters-section {
    margin-bottom: 0;
  }
  .sc-woo-filter .wpc-filters-section .wpc-filter-header {
    padding: 10px 20px 0;
  }
  .sc-woo-filter .wpc-filters-section .wpc-filter-content {
    padding: 5px 20px 10px;
  }
}
.sc-woo-filter .wpc-filters-section .wpc-filter-header .wpc-filter-title {
  margin-bottom: 0;
}
@media (min-width: 769px) {
  .sc-woo-filter .wpc-filters-section .wpc-filter-header .wpc-filter-title {
    font-weight: 900;
    font-style: italic;
    font-size: 24px;
  }
}
@media (max-width: 768px) {
  .sc-woo-filter .wpc-filters-section .wpc-filter-header .wpc-filter-title {
    font-weight: 600;
    font-size: 20px;
    color: #fff;
  }
}
.sc-woo-filter .wpc-filters-section .wpc-filter-content {
  background-color: #272A33;
  color: #fff;
}
.sc-woo-filter .wpc-filters-section .wpc-filter-content ul {
  padding: 0;
  margin: 15px 0 0;
}
.sc-woo-filter .wpc-filters-section .wpc-filter-content li.wpc-term-item input[type=checkbox] {
  border-radius: 0;
  border-color: transparent;
  border-width: 0;
}
.sc-woo-filter .wpc-filters-section .wpc-filter-content li.wpc-term-item label {
  padding-left: 12px;
}
.sc-woo-filter .wpc-filters-section .wpc-filter-content li.wpc-term-item a {
  color: #fff;
}
.sc-woo-filter .wpc-term-image-wrapper {
  display: none;
}
.sc-woo-filter .wpc-filter-layout-submit-button {
  border: 0;
  flex-direction: row;
  flex-wrap: wrap;
}
.sc-woo-filter .wpc-filter-layout-submit-button .wpc-filters-reset-button,
.sc-woo-filter .wpc-filter-layout-submit-button .wpc-filters-submit-button {
  width: 100%;
}
.sc-woo-filter .wpc-filter-layout-submit-button .wpc-filters-reset-button {
  margin-top: 10px;
  border: 0;
  padding: 4px;
}
.sc-woo-filter .wpc-radio-item.wpc-term-disabled input[type=radio],
.sc-woo-filter .wpc-checkbox-item.wpc-term-disabled > div > input[type=checkbox],
.sc-woo-filter .wpc-checkbox-item.wpc-term-disabled > div > input[type=checkbox]:after,
.sc-woo-filter .wpc-term-count-0:not(.wpc-has-not-empty-children) input[type=checkbox]:after,
.sc-woo-filter .wpc-term-count-0:not(.wpc-has-not-empty-children) input[type=checkbox],
.sc-woo-filter .wpc-term-count-0:not(.wpc-has-not-empty-children) input[type=radio] {
  border-color: #272A33;
}
@media (max-width: 768px) {
  .sc-woo-filter .wpc-filters-widget-content {
    position: fixed;
    top: 0;
    right: 0;
    width: 100%;
    height: 100%;
    background-color: #272A33;
    z-index: 11;
    overflow-y: scroll;
    padding: 40px 20px 20px;
  }
  .sc-woo-filter .wpc-filters-widget-content.wpc-opened {
    z-index: 111;
  }
  .sc-woo-filter .wpc-open-close-filters-button.wpc-opened {
    position: fixed;
    z-index: 121;
    top: 10px;
    right: 10px;
    color: #fff;
  }
  .sc-woo-filter .wpc-open-close-filters-button.wpc-opened .wpc-icon-html-wrapper span {
    background-color: #fff;
  }
}

.woocommerce .sc-woo-archief ul.products li.product .sc-product-badge {
  position: absolute;
  top: 0;
  right: 0;
  padding: 2px 6px;
  border: 2px solid #1D76BB;
  color: #1D76BB;
  font-size: 14px;
  font-weight: 600;
  background-color: #fff;
}
.woocommerce .sc-woo-archief ul.products li.product .sc-product-badge.sc-onsale {
  border: 2px solid #ff0000;
  color: #ff0000;
}

.sc-woo-archief .woocommerce-ordering {
  float: left;
}
.sc-woo-archief .woocommerce-ordering select {
  padding: 6px;
  border-radius: 0;
  font-family: "Industry";
}

.sc-product-short-description a.sc-lees-meer {
  text-decoration: underline;
}

.woocommerce div.product p.stock {
  font-weight: 500;
}
.woocommerce div.product p.stock .sc-beschikbaar-voorraad {
  color: green;
}
.woocommerce div.product p.stock .sc-beperkte-voorraad {
  color: orange;
}

.woocommerce div.product span.price {
  color: #000000;
}

.woocommerce div.product .price ins,
.sc_rvpw_price ins,
ul.products li.product .price ins .amount {
  color: #FF0000 !important;
  font-size: 24px;
  text-decoration: none;
  font-weight: 700;
}

.sc-variations-product-btw {
  font-size: 14px;
}

.fancybox-navigation {
  position: initial;
}

.page-content > .woocommerce {
  width: 100%;
  max-width: 1140px;
  margin: 0 auto;
}
@media (min-width: 801px) {
  .page-content > .woocommerce {
    padding: 60px 10px;
  }
}
@media (max-width: 800px) {
  .page-content > .woocommerce {
    padding: 40px 10px;
  }
}

.woocommerce-cart table.cart td.actions .coupon .input-text {
  width: auto;
  padding: 8px;
}

.woocommerce-page .cart-collaterals .cart_totals {
  max-width: 400px;
}
.woocommerce-page .cart-collaterals .cart_totals tr td {
  text-align: right;
}
.woocommerce-page .cart-collaterals .cart_totals tr td .form-row {
  text-align: left;
}
.woocommerce-page .cart-collaterals .cart_totals .checkout-button {
  background-color: #1D76BB;
}
.woocommerce-page .cart-collaterals .cart_totals .checkout-button:hover {
  background-color: #005CA8;
}
.woocommerce-page .cart-collaterals .cross-sells h2 {
  font-size: 22px;
}

.return-to-shop {
  display: none;
}

.woocommerce-cart .woocommerce-notices-wrapper,
.woocommerce-cart .wc-empty-cart-message {
  display: none;
}
.woocommerce-cart h2 {
  text-align: center;
  margin-bottom: 40px;
}
.woocommerce-cart .sc-empty-cart-button {
  margin-top: 40px;
  text-align: center;
}
.woocommerce-cart .sc-empty-cart-button .sc-empty-cart-button-link {
  fill: var(--e-global-color-510a7aa);
  color: var(--e-global-color-510a7aa);
  background-color: var(--e-global-color-accent);
  padding: 12px 27px 12px 26px;
  font-family: var(--e-global-typography-accent-font-family), Sans-serif;
  font-size: var(--e-global-typography-accent-font-size);
  font-weight: var(--e-global-typography-accent-font-weight);
  font-style: var(--e-global-typography-accent-font-style);
  border-radius: 8px;
}
.woocommerce-cart .sc-empty-cart-button .sc-empty-cart-button-link:hover {
  background-color: var(--e-global-color-primary);
  color: var(--e-global-color-510a7aa);
}

#sc-empty-cart .sc-empty-cart-wrapper {
  display: grid;
  gap: 30px;
}
@media (min-width: 801px) {
  #sc-empty-cart .sc-empty-cart-wrapper {
    grid-template-columns: 1fr 1fr 1fr 1fr;
  }
}
@media (max-width: 800px) {
  #sc-empty-cart .sc-empty-cart-wrapper {
    grid-template-columns: 1fr 1fr;
  }
}
#sc-empty-cart .sc-empty-cart-wrapper h3 {
  font-size: 19px;
  font-weight: 600;
  margin-top: 10px;
}
#sc-empty-cart .sc-empty-cart-wrapper .sc-empty-cart-product-price {
  margin-top: 10px;
  font-weight: 600;
  font-size: 18px;
}

.sc-cart-mobiel {
  pointer-events: none;
}

/*
* Checkout
*/
.woocommerce-checkout h1,
.woocommerce-checkout h2,
.woocommerce-checkout h3 {
  margin-top: 0;
  margin-bottom: 1em;
}

.woocommerce-checkout form.woocommerce-checkout {
  display: flex;
  flex-wrap: wrap;
}

.woocommerce-checkout h3#ship-to-different-address {
  font-size: 1em;
  font-weight: normal;
}

.woocommerce-checkout #order_review_heading {
  display: none;
}

.woocommerce-checkout table.woocommerce-checkout-review-order-table .product-total,
.woocommerce-checkout table.woocommerce-checkout-review-order-table tfoot tr td {
  text-align: right;
}

.woocommerce-checkout #payment .button {
  background-color: #1D76BB;
}
.woocommerce-checkout #payment .button:hover {
  background-color: #005CA8;
}

.woocommerce-checkout .woocommerce-additional-fields {
  margin-top: 40px;
}

.woocommerce-checkout .woocommerce-NoticeGroup {
  margin-bottom: 20px;
  flex-basis: 100%;
}

.woocommerce-checkout form .form-row label,
.woocommerce-checkout form .form-row input.input-text,
.woocommerce-checkout form .form-row textarea,
.woocommerce-checkout form select {
  font-size: 0.9em;
}

.woocommerce-checkout .col2-set .col-1,
.woocommerce-checkout .col2-set .col-2 .woocommerce-shipping-fields,
.woocommerce-checkout .col2-set .col-2 .woocommerce-additional-fields,
.woocommerce-checkout .woocommerce-checkout-review-order {
  padding: 20px;
  box-sizing: border-box;
}

.woocommerce-checkout .col2-set .col-1,
.woocommerce-checkout .col2-set .col-2 .woocommerce-shipping-fields,
.woocommerce-checkout .col2-set .col-2 .woocommerce-additional-fields,
.woocommerce-checkout .woocommerce-checkout-review-order {
  background: #f0f0f0;
}

.woocommerce-checkout .col2-set .col-1,
.woocommerce-checkout .col2-set .col-2 .woocommerce-additional-fields {
  margin-bottom: 40px;
}

@media (min-width: 801px) {
  .woocommerce-checkout input,
  .woocommerce-checkout textarea,
  .woocommerce-checkout select {
    padding: 0.4em 0.6em;
  }
  .woocommerce-checkout #customer_details {
    width: 60%;
    float: left;
  }
  .woocommerce-checkout #order_review {
    width: 38%;
    float: left;
    margin-left: 2%;
  }
}
.woocommerce-checkout a.remove,
.woocommerce-checkout .cqoc_product_name,
.woocommerce-checkout .quantity {
  display: inline-block;
}

.woocommerce-checkout .woocommerce-remove-coupon {
  font-weight: 400;
  font-size: 12px;
  display: block;
}

.woocommerce-checkout form .form-row textarea {
  height: 8em;
}

.woocommerce form .form-row.woocommerce-validated .select2-container,
.woocommerce form .form-row.woocommerce-validated input.input-text,
.woocommerce form .form-row.woocommerce-validated select {
  border-style: solid;
  border-width: 1px;
}

.select2-container--default .select2-selection--single {
  border-radius: 0;
  font-size: 15px;
}

.woocommerce-privacy-policy-text {
  font-size: 14px;
}

/*
* Order received
*/
.woocommerce-checkout .woocommerce-order .woocommerce-notice.woocommerce-notice--success {
  color: #1D76BB;
  padding: 1em;
  text-align: center;
  margin: 0 auto 40px;
  font-size: 1.6em;
}

.woocommerce-checkout .woocommerce-order ul.order_details {
  margin-bottom: 40px;
  padding: 0;
}

.woocommerce-checkout .woocommerce-order ul.order_details li {
  margin-right: 0;
  border-right: 2px solid #fff;
  box-sizing: border-box;
  padding: 1em;
  background: #f1f1f1;
}

.woocommerce-checkout .woocommerce-table--order-details thead,
.woocommerce-checkout .woocommerce-table--order-details tfoot tr:last-of-type {
  background: #D6D6D6;
}

.woocommerce-checkout .woocommerce-table--order-details tfoot tr:not(:last-of-type) {
  background: #EBEBEB;
}

.woocommerce-checkout .woocommerce-table--order-details tbody td {
  padding: 0.75em;
}

.woocommerce-checkout .woocommerce-table--order-details thead tr th:last-of-type,
.woocommerce-checkout .woocommerce-table--order-details tr td:last-of-type {
  text-align: right;
}

.woocommerce-checkout .woocommerce td.product-name .wc-item-meta li {
  font-size: 0.8em;
}

.woocommerce-checkout .woocommerce td.product-name .wc-item-meta li p {
  margin: 0;
}

.woocommerce-checkout .woocommerce-customer-details address {
  box-sizing: border-box;
  border: 0;
}

.woocommerce-checkout .woocommerce-order ul.order_details li:first-child:nth-last-child(1),
.woocommerce-checkout .woocommerce-order ul.order_details li:first-child:nth-last-child(1) ~ li {
  width: calc(100% / 1);
}

.woocommerce-checkout .woocommerce-order ul.order_details li:first-child:nth-last-child(2),
.woocommerce-checkout .woocommerce-order ul.order_details li:first-child:nth-last-child(2) ~ li {
  width: calc(100% / 2);
}

.woocommerce-checkout .woocommerce-order ul.order_details li:first-child:nth-last-child(3),
.woocommerce-checkout .woocommerce-order ul.order_details li:first-child:nth-last-child(3) ~ li {
  width: calc(100% / 3);
}

.woocommerce-checkout .woocommerce-order ul.order_details li:first-child:nth-last-child(4),
.woocommerce-checkout .woocommerce-order ul.order_details li:first-child:nth-last-child(4) ~ li {
  width: calc(100% / 4);
}

.woocommerce-checkout .woocommerce-order ul.order_details li:first-child:nth-last-child(5),
.woocommerce-checkout .woocommerce-order ul.order_details li:first-child:nth-last-child(5) ~ li {
  width: calc(100% / 5);
}

@media (max-width: 800px) {
  .woocommerce-checkout .woocommerce-order ul.order_details li:first-child:nth-last-child(1),
  .woocommerce-checkout .woocommerce-order ul.order_details li:first-child:nth-last-child(1) ~ li {
    width: 100%;
  }
  .woocommerce-checkout .woocommerce-order ul.order_details li:first-child:nth-last-child(2),
  .woocommerce-checkout .woocommerce-order ul.order_details li:first-child:nth-last-child(2) ~ li {
    width: 100%;
  }
  .woocommerce-checkout .woocommerce-order ul.order_details li:first-child:nth-last-child(3),
  .woocommerce-checkout .woocommerce-order ul.order_details li:first-child:nth-last-child(3) ~ li {
    width: 100%;
  }
  .woocommerce-checkout .woocommerce-order ul.order_details li:first-child:nth-last-child(4),
  .woocommerce-checkout .woocommerce-order ul.order_details li:first-child:nth-last-child(4) ~ li {
    width: 100%;
  }
  .woocommerce-checkout .woocommerce-order ul.order_details li:first-child:nth-last-child(5),
  .woocommerce-checkout .woocommerce-order ul.order_details li:first-child:nth-last-child(5) ~ li {
    width: 100%;
  }
}
.woocommerce-checkout .woocommerce-order .woocommerce-customer-details .col-1,
.woocommerce-checkout .woocommerce-order .woocommerce-customer-details .col-2 {
  background: #f0f0f0;
}

.woocommerce-checkout .woocommerce-order .woocommerce-customer-details .col-2 {
  padding: 20px;
  box-sizing: border-box;
  margin-bottom: 40px;
}

@media (min-width: 801px) {
  .woocommerce-checkout .woocommerce-order .woocommerce-customer-details {
    width: 30%;
    float: left;
  }
  .woocommerce-checkout.logged-in .woocommerce-order .woocommerce-order-details:not(.mollie-instructions) {
    width: calc(70% - 40px);
    float: left;
    margin-right: 40px;
  }
}
.woocommerce-checkout .woocommerce-order .woocommerce-customer-details address {
  font-size: 15px;
}

.woocommerce-checkout .woocommerce-order .woocommerce-customer-details .col-1,
.woocommerce-checkout .woocommerce-order .woocommerce-customer-details .col-2 {
  width: 100%;
}

/**
* Zakelijk
*/
#billing_company_field,
#woocommerce_eu_vat_number_field {
  display: none;
  z-index: -1;
  position: absolute;
}

#billing_company_field.active,
#woocommerce_eu_vat_number_field.active {
  display: block;
  z-index: 1;
  position: relative;
}

/*
* My account
*/
.woocommerce-page.woocommerce-account #main .woocommerce {
  padding: 40px 20px;
}

.woocommerce-account .woocommerce-MyAccount-navigation ul {
  list-style: none;
  padding: 0;
}
.woocommerce-account .woocommerce-MyAccount-navigation li {
  padding: 0.575em 0.75em;
  background: #F1F1F1;
  margin-bottom: 1px;
}
.woocommerce-account .woocommerce-MyAccount-navigation li.is-active {
  background: #fff;
}

.woocommerce-account .woocommerce-MyAccount-content .woocommerce-Addresses .col-1,
.woocommerce-account .woocommerce-MyAccount-content .woocommerce-Addresses .col-2 {
  background: #f0f0f0;
  padding: 20px;
  box-sizing: border-box;
}
.woocommerce-account .woocommerce-MyAccount-content .woocommerce-Addresses .col-2 {
  margin-bottom: 40px;
}

.woocommerce-account .woocommerce-table--order-details thead tr th:last-of-type,
.woocommerce-account .woocommerce-table--order-details tr td:last-of-type {
  text-align: right;
}/*# sourceMappingURL=main.css.map */