/*-----------------------------------------------------------------------------
version:   1.3.1.3
date:      12/02/20
author:    Atvise
email:     info@atvise.nl
website:   http://atvise.nl
-----------------------------------------------------------------------------*/

/* Fonts */

@font-face {
  font-family: "Dirty Headline";
  src: url("../fonts/dirty_headline_commercial.eot");
  src: url("../fonts/dirty_headline_commercial.eot?#iefix")
      format("embedded-opentype"),
    url("../fonts/dirty_headline_commercial.woff2") format("woff2"),
    url("../fonts/dirty_headline_commercial.woff") format("woff"),
    url("../fonts/dirty_headline_commercial.ttf") format("truetype"),
    url("../fonts/dirty_headline_commercial.svg#dirty_headlineregular")
      format("svg");
  font-weight: normal;
  font-style: normal;
}

h1,
h5{
  text-transform: uppercase;
}

h2 {
  margin: 30px 0 40px;
}

h3 {
  font-size: 1.8em;
  margin-top: 2rem;
}

/* Algemeen */

body {
  background-size: 100% 585px;
}

body.cms-home,
body.cms-homepagina-oneven-week {
  background-size: 100% 930px;
}

body.cms-homepagina-oneven-week #maincontent {
  padding: 0;
  background-color: transparent;
  box-shadow: none !important;
}

.header-container .logo-wrapper .logo {
  margin-top: 25px;
  margin-bottom: 25px;
}

.logo-wrapper {
  position: relative;
}

.logo-wrapper:after{
  content: "Alle dranken goedkoper!";
  font-size: 24px;
  display: block;
  position: absolute;
  top: calc(100% - 20px);
  font-family: Oswald, Arial, "Helvetica Neue", Helvetica, sans-serif !important;
  color: black;
  text-transform: uppercase;
}
.logo-wrapper--mobile:after {
  content: "Alle dranken goedkoper!";
  font-size: 20px;
  display: block;
  top: calc(100% - 20px);
  font-family: Oswald, Arial, "Helvetica Neue", Helvetica, sans-serif !important;
  color: black;
  text-transform: uppercase;
  margin-top: -10px;
    margin-bottom: 10px;
}

/* ---------------------------------- */

button,
.cart.table-wrapper .actions-toolbar > .action,
.action-gift {
  font-family: "Oswald", "Open Sans", "Helvetica Neue", Helvetica, Arial,
    sans-serif;
}
.action.tocart span em {
  font-style: normal;
}

.block-cart-failed .action.continue,
.cart-container .form-cart .action.continue {
  border-radius: 0;
  font-family: "Oswald", "Open Sans", "Helvetica Neue", Helvetica, Arial,
    sans-serif;
}

/* Row EQ Height */

@media screen and (min-width: 9928px) {
  .row.row-eq-height {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
  }
}

/* Row Magento fix */

.row {
  margin-left: 0;
  margin-right: 0;
}

.inner-row.row {
  margin-left: -15px;
  margin-right: -15px;
}

/* Product Details */

.product-info-main .box-tocart .action.tocart,
.product-options-bottom .box-tocart .action.tocart,
.bundle-options-container .box-tocart .action.tocart,
.product-info-main .box-tocart .action.instant-purchase,
.product-options-bottom .box-tocart .action.instant-purchase,
.bundle-options-container .box-tocart .action.instant-purchase {
  font-weight: normal;
  min-width: 215px;
}

.items-grid-partitioned .item {
  padding-bottom: 0;
}

.product.details.product-item-details {
  height: 260px;
  position: relative;
}

.product-info-main .product-info-stock-sku {
  border: none;
}
.product-info-main .product-info-stock-sku .col-sm-12 {
  padding-right: 0;
}

.product-info-main .box-tocart {
  width: 100%;
  vertical-align: top;
  display: inline-block;
  /* margin-bottom: 50px; */
}

.product-info-main .box-tocart .actions {
  width: 100%;
}

.product-info-main .box-tocart .action {
  width: 100%;
}


/* Price Large variant */







.items-grid .product-item-name {
  height: 40px;
}

/* Price */

span.alleen-online-sticker {
  display: block;
  position: absolute;
  right: 0;
  bottom: 50%;
  top: 50%;
  text-transform: uppercase;
  font-size: 14px;
  font-family: "Dirty Headline";
  z-index: 999;
}
p.sticker-deel-1,
p.sticker-deel-2 {
  margin: 0;
  line-height: 20px;
}
span.alleen-online {
  display: block;
  background: #fff;
  padding: 7px 10px;
}

span.alleen-online-sticker.product-pagina-label {
  display: block;
  position: absolute;
  right: 0;
  bottom: 50%;
  top: 51%;
  text-transform: uppercase;
  font-size: 26px;
  font-family: "Dirty Headline";
  z-index: 2;
}
.product-pagina-label p.sticker-deel-1,
.product-pagina-label p.sticker-deel-2 {
  margin: 0;
  line-height: 26px;
}
.product-pagina-label span.alleen-online {
  display: block;
  background: #fff;
  padding: 10px 20px;
}

/* ------------- */

/* OnePageCheckout Bedankt */

.checkout-success {
  margin-top: 50px;
}

.checkout-onepage-success .checkout-success .primary {
  display: none;
}

.checkout-onepage-success .checkout-success .success-messages span {
  background: #eee;
  padding: 5px 10px;
  font-family: "Dirty Headline";
  letter-spacing: 4px;
  margin-left: 10px;
}

.checkout-onepage-success .checkout-success .success-messages span {
  font-family: "Dirty Headline";
  font-weight: normal;
}

.checkout-onepage-success .page-title-wrapper {
  display: none !important;
}

/* ------------- */

/* Amasty Single Step Checkout */

/* #shipping-method-buttons-container button.button.action.continue.primary {
  display: none;
} */

.checkout-index-index #checkout.checkout-container {
  background: none;
  /* max-width: 1140px;
 margin: 0 auto; */
}
.checkout-index-index .checkout-block {
  box-shadow: 0 0px 0px 1px #c2c2c2;
}

.checkout-index-index .checkout-block:hover {
  box-shadow: 0px 0px 0px 2px black;
}

.checkout-index-index ._keyfocus *:focus,
.checkout-index-index input:not([disabled]):focus,
.checkout-index-index textarea:not([disabled]):focus,
.checkout-index-index select:not([disabled]):focus {
  border-color: black !important;
  box-shadow: none !important;
}

.checkout-index-index ._keyfocus *:hover,
.checkout-index-index input:not([disabled]):hover,
.checkout-index-index textarea:not([disabled]):hover,
.checkout-index-index select:not([disabled]):hover {
  border-color: rgba(0, 0, 0, 0.5) !important;
}

.table-checkout-shipping-method tbody td {
  border-top: none;
}

.checkout-agreements .checkout-agreement label {
  /* display: inline-block;
   padding-left: 0;
   margin-left: 0;
   width: calc(100% - 35px); */
  width: 88%;
}

.checkout-agreements .checkout-agreement label .action {
  text-align: left;
}

.opc-wrapper > .checkout-column.opc:nth-child(3) > .checkout-block {
  position: -webkit-sticky;
  position: sticky;
  top: 20px;
}

.table-checkout-shipping-method {
  padding-top: 20px;
  padding-bottom: 20px;
  display: block;
}

.table-checkout-shipping-method tbody td {
  padding-top: 0;
  padding-bottom: 0;
}

.table-checkout-shipping-method > tbody > tr.row {
  padding-bottom: 20px;
  display: block;
}

.postnl-deliveryoptions .delivery_options .delivery,
.postnl-deliveryoptions .delivery_options .pickup {
  margin-bottom: 20px;
}

@media (min-width: 1024px), print {
  .checkout-index-index .table-checkout-shipping-method {
    min-width: 0 !important;
  }
}

.checkout-index-index
  #opc-shipping_method
  #checkout-shipping-method-load
  .table-checkout-shipping-method
  .col-price {
  display: none;
}

.delivery .wrapper label,
.pickup .locations label {
  margin: 0 !important;
}

.table-checkout-shipping-method > tbody > tr.row {
  cursor: pointer;
}
.table-checkout-shipping-method tbody td:first-child {
  width: auto;
}
.checkout-index-index .col-error {
  width: 100%;
}

tr.row-error + tr {
  display: none;
}

@media screen and (min-width: 1200px) {
  .tig_buckaroo_ideal .payment-method-second-col {
    width: 100%;
  }
}

.checkout-index-index .checkout-header {
  display: inline-block;
  box-sizing: border-box;
  vertical-align: top;
}
.checkout-index-index .authentication-wrapper {
  padding-top: 15px;
}
.checkout-index-index #checkout.am-checkout {
  padding: 0;
}

/* .checkout-payment-method .payment-method._active .payment-method-content { */
/* .checkout-payment-method .payment-method._active .checkout-agreements-block {
  display: none;
} */
.checkout-payment-method .payment-method-content > p {
  display: none;
}
.checkout-payment-method .payment-method-content {
  padding: 0;
}

.am-checkout .step-title,
.opc-block-summary span.title {
  font-family: "Dirty Headline";
}
.column.main .block .title strong {
  font-size: 18px;
}
.opc-wrapper .form-login .fieldset .note,
.opc-wrapper .form-shipping-address .fieldset .note {
  color: #aaaaaa;
}

/* .field.street > .control {
  margin-top: -20px;
} */

.field.choice label {
  cursor: pointer;
}

.tig_buckaroo_ideal .tig_buckaroo_image_title:after,
.tig_buckaroo_idealprocessing .tig_buckaroo_image_title:after,
.tig_buckaroo_creditcards .tig_buckaroo_image_title:after,
.tig_buckaroo_creditcard .tig_buckaroo_image_title:after,
.tig_buckaroo_giftcards .tig_buckaroo_image_title:after,
.tig_buckaroo_giftcards .tig_buckaroo_image_title:after {
  margin-left: 10px;
}

.payment-method-second-col.billing-address-form {
  width: 100%;
}

.payment-method-second-col.billing-address-form img.card-types-img {
  width: 20px;
}

.tig_buckaroo_giftcard .tig_buckaroo_image_title:after,
.tig_buckaroo_giftcards .tig_buckaroo_image_title:after {
  background: url("/media/images/kadokaart_2019.png") no-repeat;
  margin-top: -1px;
  float: right;
  margin-right: 10px;
  background-size: auto 22px;
  width: 35px;
  height: 25px;
  content: " ";
}

.checkout-payment-method
  .checkout-billing-address
  .billing-address-same-as-shipping-block
  > input {
  margin-left: 15px;
}

.checkout-payment-method .field-select-billing,
.checkout-payment-method .billing-address-form {
  margin-bottom: 30px;
  /* padding-left: 36px; */
  padding: 0 15px;
}

.checkout-index-index .admin__control-checkbox,
.checkout-index-index .required-entry {
  font-size: 20px;
}

.checkout-index-index .additional-options .checkout-agreements .action-show {
  color: #c00418;
}

.additional-options .admin__field-option {
  margin-bottom: 10px;
}

/* .checkout-payment-method .payment-methods .actions-toolbar .primary {
  width: 100%;
} */

.checkout-payment-method .payment-methods .payment-method-billing-address {
  width: 100%;
  /* display: none; */
}

.checkout-payment-method .payment-option-title .action-toggle {
  color: inherit;
}

.payment-method-second-col {
  float: none;
  width: auto;
}

/* ------------- */

.header-container-micro {
  background-color: inherit;
}

.review-add {
  padding-top: 20px;
}

.review-control-vote > label {
  margin-left: 0;
}

.Top_header_line {
  background-color: rgb(204, 0, 0);
  position: absolute;
  left: 0px;
  top: 0px;
  width: 1921px;
  height: 5px;
  z-index: 53;
}

.action.primary {
  font-family: "Dirty Headline";
  font-weight: normal;
  text-transform: uppercase;
}

.pagebuilder-button-primary {
  background: #cc0000 !important;
  font-family: "Dirty Headline" !important;
  text-transform: uppercase;
  font-size: 1.4em !important;
  color: white !important;
}
.pagebuilder-button-primary:hover {
  background: #000 !important;
}

p {
  line-height: 1.7em;
  color: #000;
  margin-top: 1rem;
  margin-bottom: 1rem;
}
.swatch-option.image{
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center;
}

.abs-global-border-color,
h1.border-bottom,
h2.border-bottom,
h3.border-bottom,
h4.border-bottom,
h5.border-bottom,
h6.border-bottom,
.filter .block-subtitle,
.filter-options-item,
.abs-sidebar-block-title,
.catalog-category-view .products-list-ext .item:first-child,
.collateral-container .review-list .review-toolbar,
.section-line,
.custom-sidebar-right .inner,
.custom-sidebar-left .inner,
.sidebar .block .block-title,
.itemslider .block-title,
.product-slider .block-title,
.block.related .block-title,
.block.upsell .block-title,
.block.crosssell .block-title,
.section-title,
.collateral-block > .block-title {
  border-color: black;
}

.abs-sidebar-block-title,
.sidebar .block .block-title,
.itemslider .block-title,
.product-slider .block-title,
.block.related .block-title,
.block.upsell .block-title,
.block.crosssell .block-title,
.section-title,
.collateral-block > .block-title {
  border-bottom: 2px solid black;
}

.product.data.items {
  margin-top: 50px;
}
.product.data.items > .row > .col-md-4,
.product.data.items > .row > .col-md-8 {
  padding-left: 2px;
  padding-right: 2px;
}

.product.data.items.stacked-tabs > .item.title {
  border-bottom: none;
}

.filter-options-item.active .filter-options-content {
  display: block;
}

/* Logo */

.logo img {
  height: 75px;
  width: auto !important;
}

._keyfocus *:focus,
input:not([disabled]):focus,
textarea:not([disabled]):focus,
select:not([disabled]):focus {
  border-color: black;
}

.block-search .action.search {
  margin: 0;
}

.field.search .input-text {
  height: 34px;
  line-height: 34px;
}

.block-search .action.search .icon,
.block-search .action.search {
  height: 34px;
  line-height: 33px;
}

.block-search .input-text {
  padding-right: 44px;
}

.block-search .action.search .icon,
.block-search .action.search {
  width: 34px;
  color: white !important;
}

.block-search .action.search[disabled] {
  opacity: 1;
}

.header-regular .block-search .action.search .icon {
  background-color: #cc0300 !important;
}

.block-search input[type="text"].input-text {
  border: 0 !important;
}
.block-search input[type="text"].input-text,
input[type="text"],
input[type="password"],
input[type="url"],
input[type="tel"],
input[type="search"],
input[type="number"],
input[type="datetime"],
input[type="email"] {
  font-family: "Oswald", "Open Sans", "Helvetica Neue", Helvetica, Arial,
    sans-serif;
}

.custom-header li.link {
  float: none;
  display: inline-block;
}

@media screen and (max-width: 679px) {
  .custom-header {
    display: none;
  }
}

/* Navigatie */
.navi-wrapper .menu-trigger, .nav-regular .nav-item.level0 > a.aanbiedingen-nav {
  background: #cc0000;
  font-family: "Dirty Headline";
  text-transform: uppercase;
  font-size: 1.4em !important;
  color: white !important;
}

.aanbiedingen-nav > span:after {
  content: "\f35a";
  font-family: Font Awesome\ 5 Free;
  padding-left: 15px;
  font-weight: 900;
  font-size: 0.8em;
  line-height: 1;
}

.aanbiedingen-nav:hover {
  box-shadow: none !important;
  transform: scale(1.1) translate(-4%);
}

.aanbiedingen-button-container {
  padding: 0 30px;
  margin-bottom: 50px;
}
.aanbiedingen-button-container .aanbiedingen-nav {
  display: inline-block;
  box-sizing: border-box;
  padding: 10px;
  text-align: center;
  width: 100%;
}

.nav-regular .nav-item.level0 > .nav-panel--dropdown {
  border-top: none;
}

.nav-mobile .nav-item.level0 > a.aanbiedingen-nav {
  background: #cc0000;
}

.nav-mobile .nav-item.level0 > a.aanbiedingen-nav:hover {
  transform: none;
}

.nav-item a {
  -webkit-transition: all 200ms ease-in-out;
  -moz-transition: all 200ms ease-in-out;
  -o-transition: all 200ms ease-in-out;
  transition: all 200ms ease-in-out;
}

.navi .nav-item--homeicon a:hover {
  opacity: 1;
}

.header-container .dropdown-block .dropdown-content {
  -webkit-box-shadow: inset 0px 0px 0px 2px rgba(0, 0, 0, 1);
  -moz-box-shadow: inset 0px 0px 0px 2px rgba(0, 0, 0, 1);
  box-shadow: inset 0px 0px 0px 2px rgba(0, 0, 0, 1);
}

.main.container {
  padding-top: 25px;
}

body:not(.cms-home) .main.container {
  padding-top: 20px;
}

.dropdown-block.show-border.filled-heading.open .dropdown-heading {
  -webkit-box-shadow: inset 0px 0px 0px 2px rgba(0, 0, 0, 1);
  -moz-box-shadow: inset 0px 0px 0px 2px rgba(0, 0, 0, 1);
  box-shadow: inset 0px 0px 0px 2px rgba(0, 0, 0, 1);
}

.dropdown-block.show-border.filled-heading.open .dropdown-content {
  margin-top: -6px;
}

.breadcrumbs {
  margin: 20px 0 15px;
  font-family: "Dirty Headline";
  text-transform: uppercase;
  display: none;
}
.catalog-product-view .breadcrumbs,
.catalog-category-view .breadcrumbs {
  display: block;
}

.amasty-xlanding-page-view .category-image {
  display: none;
}

.breadcrumbs .items > li {
  font-size: 14px;
  color: black;
}

.breadcrumbs a {
  text-decoration: none;
}

.breadcrumbs a:hover {
  text-decoration: underline;
}

.sideacco .nav-item > a {
  background-color: transparent;
  color: #000;
}

.sideacco .nav-item > a:hover {
  box-shadow: none;
}

.ui-slider-horizontal {
  background-color: rgb(248, 248, 248);
  box-shadow: inset 0px 5px 10px 0px rgba(0, 0, 0, 0.05);
}

.am_shopby_slider_container .ui-slider-range {
  background-color: black;
}

.am_shopby_slider_container .am-slider .ui-slider-handle,
.am_shopby_slider_container .am-slider .ui-slider-handle:hover,
.am_shopby_slider_container .am-slider .ui-slider-handle:active {
  background: transparent;
  border-radius: 0;
}

.am_shopby_slider_container .am-slider .ui-slider-handle:before {
  content: "\f02b";
  font-family: Font Awesome\ 5 Free;
  color: #cc0000;
  font-size: 24px;
  line-height: 1;
  font-weight: 900;
  transform: rotate(-135deg);
  position: absolute;
  top: -3px;
  text-shadow: -1px -2px 4px rgba(0, 0, 0, 0.05);
}

/* Vergelijk-functie */

.tocompare {
  display: none !important;
}

/* Styling */

.white-bg {
  background-color: white;
}

.page-title {
  margin-top: 15px;
}

.overlay {
  position: absolute;
  width: calc(100% - 30px);
  height: calc(100% - 30px);
  background: rgba(192, 4, 24, 0.25);
  left: 15px;
  top: 15px;
  opacity: 0;
  -webkit-transition: all 200ms ease-in-out;
  -moz-transition: all 200ms ease-in-out;
  -o-transition: all 200ms ease-in-out;
  transition: all 200ms ease-in-out;
}

.sub-afbeeldingen .overlay {
  top: 0;
  height: 100%;
}

.sfeerbanner-sidebar,
.dirckiii-border {
  border: 4px solid black;
}

/* Homepage */

.cms-home .main.container .inner-container {
  background-color: transparent;
  margin: 0 15px;
  padding: 0;
  box-shadow: none;
}

/*
.main.container .inner-container {
   background-color: white;
   margin: 20px 15px 30px;
   padding: 30px;
   box-shadow: 0px 10px 20px 0px rgba(0, 0, 0, 0.05);
}
*/

#maincontent {
  background-color: white;
  /* padding: 0 30px 30px; */
  padding: 30px;
  box-shadow: 0px 10px 20px 0px rgba(0, 0, 0, 0.05);
}

.cms-home #maincontent {
  background-color: transparent;
  padding: 0;
  box-shadow: none;
}

.reg-padding {
  margin: 0 0 40px;
  padding: 15px;
  box-shadow: 0px 10px 20px 0px rgba(0, 0, 0, 0.05);
}

.reg-shadow {
  box-shadow: 0px 10px 20px 0px rgba(0, 0, 0, 0.05);
}

.main-banners > div,
.sub-banners > div {
  padding: 15px;
}

.sub-afbeeldingen .col-lg-12:first-child {
  margin-bottom: 30px;
}

.main-banners a:hover .overlay,
.main-banners a:hover > span,
.sub-banners a:hover .overlay,
.sub-banners a:hover > span {
  opacity: 1;
}

.main-banners img,
.sub-banners img {
  position: relative;
  object-fit: cover;
  width: 100%;
}

.main-banners a > span,
.sub-banners a > span {
  position: absolute;
  font-family: "Dirty Headline";
  text-transform: uppercase;
  font-size: 2em;
  left: 50%;
  top: 50%;
  color: white;
  background: black;
  padding: 0.05em 0.5em;
  transform: translate(-50%, -50%) scale(0.8);
  opacity: 0;
  -webkit-transition: all 200ms ease-in-out;
  -moz-transition: all 200ms ease-in-out;
  -o-transition: all 200ms ease-in-out;
  transition: all 200ms ease-in-out;
}

.main-banners a > span:after,
.sub-banners a > span:after {
  content: "\f35a";
  font-family: Font Awesome\ 5 Free;
  padding-left: 15px;
  font-weight: 900;
  font-size: 0.8em;
  vertical-align: middle;
}

.main-banners a:hover > span,
.sub-banners a:hover > span {
  transform: translate(-50%, -50%);
}

.cms-slider {
  margin-top: 30px;
}

/* Zoek Winkel */

.winkels img {
  object-fit: cover;
  height: 100%;
  width: 100%;
}

.cms-home .zoek-winkel {
  box-shadow: 0px 10px 20px 0px rgba(0, 0, 0, 0.05);
}

.zoek-winkel > div {
  padding: 0 15px;
}

.zoek-winkel a,
.sec-button {
  background: black;
  color: white;
  font-family: "Dirty Headline";
  text-transform: uppercase;
  font-size: 1.4em;
  padding: 0.5em 1em;
  margin: 15px 0 30px;
  display: inline-block;
  -webkit-transition: all 200ms ease-in-out;
  -moz-transition: all 200ms ease-in-out;
  -o-transition: all 200ms ease-in-out;
  transition: all 200ms ease-in-out;
}

.zoek-winkel a:hover,
.sec-button:hover {
  color: white;
  transform: scale(1.1) translateX(4%);
}

.zoek-winkel a:after {
  content: "\f35a";
  font-family: Font Awesome\ 5 Free;
  padding-left: 15px;
  font-weight: 900;
  font-size: 0.8em;
  vertical-align: middle;
}

.zoek-winkel a:before {
  content: "\f041";
  font-family: Font Awesome\ 5 Free;
  padding-right: 15px;
  font-weight: 900;
  font-size: 0.8em;
  vertical-align: middle;
}

@media screen and (max-width: 767px) {
  #mini-cart strong.product-item-name a {
    color: #000 !important;
}
  .winkels .img-no-padding-left {
    text-align: center;
  }
  .row.winkels {
    margin-left: 0;
    margin-right: 0;
  }
}

.over-dirckiii-blok > div {
  padding-top: 15px;
  padding-bottom: 15px;
}

.over-dirckiii-blok img {
  width: 100%;
}

.storelocator-page .box {
  width: 100%;
}

.info-locator .title-list {
  background-color: #cc1900;
}

.info-locator .info-detail-box ul .store-image img {
  border-radius: 0;
}

.info-locator .info-detail-box h2 {
  background-color: #000000;
}

.info-locator .tab_content.open h2 {
  background-color: #000000;
  border-top: none;
}

.storelocator__actions {
  /* margin-top: 10px; */
  font-size: 12px;
}

.info-locator .separator,
.storelocator__actions .separator {
  color: #999999;
  padding: 0 7px;
  font-size: 12px;
}

.info-locator .tag-content a,
.storelocator__actions a {
  white-space: normal !important;
  color: #cb3335;
  margin-right: 0;
}

.info-locator .tag-content a,
.tag-content span.btn-link.direction {
  color: #cb3335;
  padding-left: 0;
}

.info-locator .tag-content {
  margin: auto;
  padding: 10px;
}

#option-direction {
  margin: 0 0 15px;
  border-radius: 0;
}

#option-direction .form-inputs {
  border-bottom: none;
}

#option-direction .store-location,
#option-direction .customer-location {
  border-radius: 3px;
  border: 1px solid black;
  box-shadow: none;
}

#option-direction,
.info-locator .info-detail-box,
.info-locator .tab_content.open {
  border: 2px solid black;
}

.info-locator .title-list {
  background-color: #000000;
  text-transform: uppercase;
}

.info-locator .title-list span {
  color: white;
  background: transparent;
  font-family: "Dirty Headline", "Oswald", sans-serif;
  text-transform: uppercase;
  visibility: hidden;
}

.info-locator ul#store-list {
  background: #f8f8f8;
  border: 2px solid black;
}

/* Zoek uw winkel */

.store-usp {
  font-family: "Dirty Headline";
  text-transform: uppercase;
  margin: 30px 0 30px 15px;
}

.store-usp i {
  color: #c00718;
  margin-right: 20px;
  width: 20px;
  text-align: center;
}

/* Store Locator */

#pac-input {
  font-family: "Oswald", sans-serif;
}

.storelocator-page {
  display: flex;
  flex-direction: column;
}

.storelocator-page .search-content .input-location #pac-input {
  width: 100%;
  box-shadow: 0 1px 2px rgba(0, 0, 0, 0.2);
  margin: 0;
  box-shadow: none;
  border: 1px solid;
}

.storelocator-page .search-content {
  background: transparent;
  border: none;
  border-bottom: 2px solid black;
}

.storelocator-page .search-content .social-icon .button {
  float: left;
  margin: 7px 0 0 0;
}

.storelocator-page .search-content .social-icon .button {
  background: #c00418;
  color: white;
}

.storelocator-page .search-content .social-icon .button:hover {
  background: black;
}

.map-locator-right {
  order: 2;
}

.address-info h2 {
  font-size: 20px;
}
.address-info table {
  margin-bottom: 10px;
}

.address-info table td p {
  margin-top: 0px;
  line-height: 1.3em;
}

.address-info .table-responsive {
  margin-bottom: 0;
}
.openingstijden__title {
  background: black;
  color: white;
  padding: 5px;
  margin-bottom: 5px;
}
.openingstijden__title > strong {
  font-family: "Dirty Headline";
}

.el-content {
  background: #fff;
  border: 2px solid black;
  box-shadow: 0 10px 20px rgba(0, 0, 0, 0.1);
  border-radius: 0;
}

.el-content:hover {
  background-color: #ffffff;
  border: 2px solid #cc0100;
}

.tag-content h4 {
  color: #000000;
  font-size: 12px;
  text-transform: uppercase;
  margin: 0 0 4px 0;
}

.storelocator-page .search-content .social-icon .button {
  background: #c00418;
  color: white;
  padding: 10px 20px;
}

/* Filter */

.filter .block-subtitle,
.filter-options-title {
  font-family: "Oswald", Arial, "Helvetica Neue", Helvetica, sans-serif !important;
}
.filter-options-content .items {
  max-height: 9999px;
}

.filter .block-subtitle {
  display: none;
}

.filter-options-title {
  font-weight: normal;
  text-transform: none;
  font-size: 24px;
}

.filter-options-title:after {
  top: 20px;
  font-size: 36px !important;
  right: 0;
}

.filter-options-item {
  border-color: black;
  border-width: 2px;
}

.filter input[type="radio"] {
  display: none;
}

.filter-options-item {
  margin-bottom: 10px;
}

.amshopby-slider-wrapper.-default, 
.amshopby-slider-wrapper.-default, 
.amshopby-slider-container, 
.am-slider.ui-slider.ui-slider-horizontal,
.ui-slider-range.ui-widget-header.ui-corner-all {
    margin-left: 0 !important;
    margin-right: 0 !important;
}
.amshopby-slider-container .am-slider:before, .amshopby-slider-container .am-slider:after {
    display: none;
}
.filter-options-item .filter-options-content .items [class*='am-filter-item'] {
  color: black;
  padding: 10px 7px 10px 7px;
}
.filter-options-item .filter-options-content .items [class*='am-filter-item']:hover {
  background-color: rgba(0,0,0,0.04);
  color: inherit;
}
.filter-options-content .item a:hover .count{
  color: inherit;
}
.filter-options-content .items .count {
  margin-right: 5px;
}
.am-filter-current .am-show-more:before, .filter-options-content .am-show-more:before {
  display: none;
}
.am-show-more, .filter-options-content .am-show-more {
  display: flex;
}
ol.items.am-filter-items-attr_manufacturer li input {
  margin: 10px 7px;
  float:left;
}

.amshopby-slider-container .am-slider .ui-slider-handle,
.amshopby-slider-container .am-slider .ui-slider-handle:hover,
.amshopby-slider-container .am-slider .ui-slider-handle:active {
  color: #b92a27;
}

/* Product slider filter bolletjes  mobiel */
.itemslider .owl-pagination {
  display: block !important;
}

.filter-options-content .count {
  float: right;
  color: #ddd;
}

.modes-mode.active {
  background-color: black !important;
  color: white !important;
}

.modes-mode.active:before {
  color: white !important;
}

.itemslider .block-title {
  border: 0;
}

.block.itemslider .block-title {
  padding-left: 80px;
  text-align: center;
  text-transform: uppercase;
}
.cms-home .block.itemslider .block-title {
  display: none;
}

.home-slider > .col-xs-12 {
  padding-left: 0;
  padding-right: 0;
}

.home-slider .block-title {
  text-align: center;
  padding: 18px 80px;
}
.home-slider:nth-child(2) .block.itemslider .block-title {
  display: none;
}

/* .home-slider .product.details.product-item-details {
  position: relative;
  min-height: 300px;
} */

.home-slider .block.itemslider .item,
.block.itemslider .item {
  background: white;
  padding-bottom: 0px;
  box-shadow: 0px 10px 20px 0px rgba(0, 0, 0, 0.05),
    inset 0px 0px 0 2px rgba(0, 0, 0, 1);
  margin: 15px 5px 25px;
  -webkit-transition: all 200ms ease-in-out;
  -moz-transition: all 200ms ease-in-out;
  -o-transition: all 200ms ease-in-out;
  transition: all 200ms ease-in-out;
}

.itemslider .block-title strong {
  font-size: 36px;
  line-height: 1;
}

.home-slider .owl-page.active > span,
.home-slider .owl-page:hover > span {
  transform: scale(1.1);
  opacity: 1;
}

.home-slider .owl-page > span {
  opacity: 0.5;
  border-radius: 50%;
  transform: scale(0.8);
}

.home-slider {
  position: relative;
}

.home-slider .slider-btn {
  position: relative;
  display: inherit;
  color: black;
  font-family: "Dirty Headline";
  text-transform: uppercase;
  text-align: center;
  font-size: 24px;
  z-index: 5;
  -webkit-transition: all 200ms ease-in-out;
  -moz-transition: all 200ms ease-in-out;
  -o-transition: all 200ms ease-in-out;
  transition: all 200ms ease-in-out;
}

@media screen and (max-width: 768px) {
  .nieuwsbrief-formulier iframe {
    height: 140px !important;
  }
  .home-slider .slider-btn {
    bottom: 10px;
  }
  h1 {
    font-size: 2rem;
  }
  div#checkout {
    margin-top: 0px;
  }
  .logo-wrapper:after {
    top: calc(100% - 10px);
  }
}

.red-arrow > span:after {
  content: "\f35a";
  color: #c00418;
  font-family: Font Awesome\ 5 Free;
  padding-left: 15px;
  font-weight: 900;
  font-size: 0.8em;
  vertical-align: middle;
}

.red-arrow:hover {
  transform: scale(1.1) translate(-4%);
  color: black;
}

.addto-links .ic,
.slider-arrows1 .owl-controls .owl-buttons div,
.slider-arrows1 .owl-controls.clickable .owl-buttons div.disabled:hover,
.slider-arrows2 .owl-controls .owl-buttons div,
.slider-arrows3 .owl-controls .owl-buttons div,
.slider-arrows3 .owl-controls.clickable .owl-buttons div.disabled:hover,
.slider-pagination1 .owl-controls .owl-page span,
.slider-pagination2 .owl-controls .owl-page span,
#cboxPrevious,
#cboxNext,
#cboxClose,
.uaccordion-style1 .opener,
.collapsible .opener,
.qty-button,
#scroll-to-top {
  background-color: black !important;
  color: white !important;
}

.slider-arrows1-pos-top-right .owl-controls .owl-buttons {
  top: -54px;
  right: 15px;
}
.cms-home .slider-arrows1-pos-top-right .owl-controls .owl-buttons {
  display: none;
}

.upsell.itemslider.slider-arrows1-pos-top-right .owl-controls .owl-buttons,
.related.itemslider.slider-arrows1-pos-top-right .owl-controls .owl-buttons {
  top: -75px;
}

/* Related Products */

#itemslider-product-related .product.details.product-item-details {
  min-height: 200px;
  position: relative;
}

/* Input-velden */

label {
  font-family: "Oswald", sans-serif;
}

input[type="text"],
input[type="password"],
input[type="url"],
input[type="tel"],
input[type="search"],
input[type="number"],
input[type="datetime"],
input[type="email"] {
  border-radius: 0 !important;
}

.table-responsive {
  border: none;
}

.modes-mode,
.pages .page,
.pages .action,
.pages .action.previous,
.pages .action.next {
  background-color: #fff !important;
  color: #000 !important;
  box-shadow: inset 0px 0px 0 2px rgba(0, 0, 0, 1);
}

.sorter-action {
  background-color: black !important;
  color: white !important;
}

.sorter-action:hover {
  background-color: black !important;
  color: white !important;
}

.sorter-action:before {
  color: white !important;
}

.sorter-action:before {
  content: "\f062";
  font-family: Font Awesome\ 5 Free;
  font-weight: 900;
  font-size: 16px;
  -webkit-transition: all 200ms ease-in-out;
  -moz-transition: all 200ms ease-in-out;
  -o-transition: all 200ms ease-in-out;
  transition: all 200ms ease-in-out;
}

.sorter-action.sort-desc:before {
  content: "\f063";
  font-weight: 900;
}

.sorter-action:hover:before {
  transform: rotate(180deg);
}

/* dual-blok */

.dual-inner.dual-no-margin > * {
  margin-left: -15px;
  margin-right: -15px;
  display: block;
}

.img-text-blok .img-blok {
  float: left;
  display: block;
  width: calc(45% - 60px);
  padding: 0 30px;
  max-height: 250px;
}

.img-text-blok {
  background: white;
  padding: 30px;
  min-height: 290px;
}

.img-text-blok .img-blok img {
  box-shadow: 0px 2px 10px 0px rgba(3, 4, 4, 0.2);
}

.dual-blok .img-blok img {
  /* height: 250px; */
  max-height: 250px;
}

.row.dual-blok {
  margin: 0 -15px;
}

.img-text-blok .text-blok {
  float: left;
  width: 55%;
  display: block;
}

.img-text-blok .text-blok h2 {
  margin: 10px 0;
}

.img-text-blok .text-blok h2,
.img-text-blok .text-blok h4 {
  color: black;
}

@media screen and (min-width: 992px) {
  .img-text-blok {
    width: calc(50% - 30px);
    margin: 0 15px;
  }
  .dual-blok.folder-over-ons {
    margin-bottom: 40px;
  }
  .dual-blok .dual-inner {
    margin-left: 15px;
    margin-right: 15px;
  }
  input[name="am_giftcard_amount_custom"]:hover, input[name="am_giftcard_amount_custom"]:focus, input[name="am_giftcard_amount_custom"]:focus-within {
    transform: scale(1.05);
   }
}

@media screen and (max-width: 992px) {
  .logo-wrapper:after {
    content: "Alle dranken goedkoper!";
    font-size: 22px;
    display: block;
    position: absolute;
    top: calc(100% - 20px);
    font-family: Oswald, Arial, "Helvetica Neue", Helvetica, sans-serif !important;
    color: black;
    text-transform: uppercase;
  }
  .img-text-blok {
    margin-bottom: 40px;
  }
  .dual-blok.folder-over-ons {
    margin-top: 40px;
  }
}

/* OPC */

.onestepcheckout-index-index .page-title-wrapper {
  margin-bottom: 15px;
}
.field.additional:before {
  content: "Toevoeging";
  font-size: 1.1em;
}

.opc-wrapper label {
  font-family: "Oswald";
}

.opc-wrapper input[type="text"],
.opc-wrapper input[type="password"],
.opc-wrapper input[type="url"],
.opc-wrapper input[type="tel"],
.opc-wrapper input[type="search"],
.opc-wrapper input[type="number"],
.opc-wrapper input[type="datetime"],
.opc-wrapper input[type="email"],
.opc-wrapper select {
  border: 1px solid #cccccc !important;
  border-radius: 0 !important;
  font-family: "Oswald" !important;
}

.abs-action-button-as-link:hover,
.abs-action-remove:hover,
.cart.table-wrapper .action.help.map:hover,
.opc-wrapper .edit-address-link:hover,
.opc-block-shipping-information .shipping-information-title .action-edit:hover,
.action-auth-toggle:hover,
.checkout-payment-method .checkout-billing-address .action-cancel:hover,
.checkout-agreements-block .action-show:hover,
.cart-summary .block.giftcard .action.check:hover,
.gift-options .actions-toolbar .action-cancel:hover,
.table-comparison .wishlist.split.button > .action:hover,
.product-items .wishlist.split.button > .action:hover,
.paypal-button-widget .paypal-button:hover,
.block.related .action.select:hover,
.abs-add-fields .action.remove:hover,
.form-giftregistry-share .action.remove:hover,
.form-giftregistry-edit .action.remove:hover,
.form-add-invitations .action.remove:hover,
.form-create-return .action.remove:hover,
.form.send.friend .action.remove:hover {
  color: #cc0300;
}

.checkout-agreements-block .action-show {
  color: #000;
}

#label_carrier_instorepickupplus_instorepickupplus {
  padding: 0 0 0 33px;
}

/* specificaties van kortingsregel niet laten zien ivm met conflict tussen opc en amasty rulespro */

.onestepcheckout-index-index .totals.discount .title:after,
.onestepcheckout-index-index tr.total-rules {
  display: none;
}

.checkout-block .totals.discount {
  display: none;
}

/* Product-afbeeldingen */

.fotorama__thumb {
  background-color: #fff;
}

.items-grid-partitioned.hover-effect .item:hover {
  margin-left: 0;
  margin-right: 0;
  padding-left: 1%;
  padding-right: 1%;
}

.products.wrapper {
  padding-top: 30px;
}

.product-item .tocart,
.product-items .item .tocart,
.actions-primary {
  width: 100%;
  font-size: 14px;
  margin-top: 5px;
  float: none !important;
  display: block !important;
}

/* .product.product-item-actions {
  bottom: 7px !important;
  position: absolute;
  width: 100%;
} */
.product-item-actions .stock.unavailable {
  line-height: 18px;
  text-align: center;
}

.action.primary.dark {
  background-color: #000 !important;
}

.action.primary.dark:hover {
  background-color: #434343 !important;
}

/* Wishlist */

.sidebar .block-wishlist .action {
  font-size: 14px;
  padding: 7px;
}
.sidebar .block-wishlist .action > span > em {
  display: none;
}
.sidebar .product-items .product-item {
  margin-bottom: 50px;
}

.products-grid.wishlist {
  margin-bottom: 30px;
}

.products-grid.wishlist .product-item {
  box-shadow: 0px 10px 20px 0px rgba(0, 0, 0, 0.05),
    inset 0px 0px 0 2px rgba(0, 0, 0, 1);
  padding: 10px;
  margin: 10px;
  width: 30%;
}

@media only screen and (min-width: 1024px) {
  .wishlist-index-index .products-grid .product-item:nth-child(4n + 1) {
    margin-left: 10px;
  }
}

.products-grid.wishlist .product-item .price-box {
  height: 100px;
}

.page-title-wrapper.product {
  position: relative;
}

.page-title-wrapper.product .product-addto-links.addto-links {
  position: absolute;
  top: 0;
  right: 0;
}

.page-title-wrapper.product .icon {
  margin: 0 !important;
}

.product-info-main {
  overflow: hidden;
}

.product-info-main .product-addto-links .action {
  margin-right: 0;
}

.addto-links .action {
  margin-right: 0;
}

.action.towishlist .ib {
  -webkit-border-radius: 0%;
  -moz-border-radius: 0%;
  border-radius: 0%;
}

.action.towishlist span.label {
  display: none;
}

/* Stickers */
a.product-actie-sticker-geel {
  color: #000;
}

.sticker-wrapper .sticker img {
  max-width: 65px;
}

.product-view .product.media .bottom-left {
  bottom: 25%;
}

.product-view .sticker {
  padding: 0;
}

@media screen and (max-width: 991px) {
  .product-view .bottom-left {
    bottom: 30%;
  }
}

.item:hover .sticker-wrapper.bottom-left {
  left: 0 !important;
}

.item:hover .sticker {
  opacity: 1 !important;
}

/* Winkelwagen */

button.action.tocart span {
  float: left;
  width: 100%;
  text-align: left;
}

button.action.primary.tocart {
  position: relative;
}
button.action.tocart span:after {
  content: "\e250";
  font-family: ThemeIcons;
  padding-left: 15px;
  font-weight: 900;
  font-size: 0.8em;
  vertical-align: middle;
  float: right;
  position: absolute;
  right: 15px;
}

.form.form-cart {
  background: white !important;
}

/* Winkelwagen add fat black border */
.minicart-wrapper.active.open {
  box-shadow: 0 0 0 1px black;
}
.minicart-wrapper.active.open .mini-cart-content {
  box-shadow: 0 0 0 1px black;
}

/* Check-out */

.checkout-agreements-block #co-place-order-agreement {
  margin-bottom: 0;
}

.checkout-addition-block {
  padding-bottom: 20px !important;
}

.opc-wrapper .fieldset > .field.required > label,
.opc-wrapper .fieldset > .field._required > label {
  position: relative;
}

.opc-wrapper .fieldset > .field.required > label:after,
.opc-wrapper .fieldset > .field._required > label:after {
  /* left: 100%; */
  margin-left: 5px;
}

/* Categoriepagina */

.modes-mode.active,
.pages .current .page,
.modes-mode:hover,
.sorter-action:hover,
.pages .page:hover,
.pages .action:hover {
  background-color: black !important;
  color: white !important;
}

.filter-title strong {
  background: #000000;
  color: #ffffff;
}

.toolbar-products .sorter-label {
  display: none;
}

.amshopby-slider-container.-default .am-slider .ui-slider-handle:before {
  font-family: Font Awesome\ 5 Free;
  font-weight: 900;
  vertical-align: middle;
  color: red;
  text-align: center;
  font-size: 24px;
}

.amshopby-slider-container.-default .am-slider .ui-slider-handle {
  background: #fff !important;
  background-image: url("data:image/svg+xml,%3C%3Fxml version='1.0' encoding='utf-8'%3F%3E%3C!-- Generator: Adobe Illustrator 24.0.3, SVG Export Plug-In . SVG Version: 6.00 Build 0) --%3E%3Csvg version='1.1' id='Layer_1' focusable='false' xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink' x='0px' y='0px' viewBox='0 0 384.7 540' style='enable-background:new 0 0 384.7 540;' xml:space='preserve'%3E%3Cstyle type='text/css'%3E .st0%7Bfill:%23CC0000;%7D%0A%3C/style%3E%3Cpath class='st0' d='M370.6,381.6L226.3,525.9c-18.7,18.7-49.1,18.7-67.9,0L14.1,381.6c-9-9-14.1-21.2-14.1-33.9L0,48 C0,21.5,21.5,0,48,0l288.7,0c26.5,0,48,21.5,48,48l0,299.6C384.7,360.4,379.6,372.6,370.6,381.6z M158.4,435.4 c18.7,18.7,49.1,18.7,67.9,0c18.7-18.7,18.7-49.1,0-67.9c-18.7-18.7-49.1-18.7-67.9,0S139.6,416.7,158.4,435.4z'/%3E%3C/svg%3E") !important;
  background-size: contain !important;
  background-position: center !important;
  transform: translate(-8px, -5px) !important;
  width: 17px;
  height: 24px;
  border-radius: 0;
  background-repeat: no-repeat;
  background-color: transparent;
  transition: transform .1s ease-in-out;
}

.ui-slider-range.ui-widget-header.ui-corner-all {
  background: black;
}

.am-slider.ui-slider.ui-slider-horizontal.ui-widget.ui-widget-content.ui-corner-all {
  background: #f8f8f8;
  border-radius: 0;
}

.amshopby-slider-container {
  margin: 0;
  margin-top: 20px;
  margin-bottom: 20px;
  margin: 20px 12px 20px 5px;
}

.amshopby-slider-display {
  font-family: 'Dirty Headline';
  margin-top: 10px;
}

.filter-options-content {
  padding: 0;
}

ol.items.am-filter-items-attr_manufacturer li input {
  -webkit-appearance: none;
  margin: 0;
}

a.am-show-more {
  background: black;
  color: white !important;
  padding: 10px 25px 10px 10px !important;
  font-family: 'Dirty Headline';
  text-transform: uppercase;
  font-weight: normal;
  display: none;
  margin: 10px 0 20px;
}

.am-filter-current .am-show-more:before, .filter-options-content .am-show-more:before, .am-filter-current .am-show-more:after, .filter-options-content .am-show-more:after {
  background: white;
}

.am-filter-current .am-show-more:before, .filter-options-content .am-show-more:before {
  right: 10px;
}

.am-filter-current .am-show-more:after, .filter-options-content .am-show-more:after {
  right: 5px;
}

a.am-show-more:hover {
  background-color: black !important;
  color: white !important;
  text-decoration: none !important;
}

.am-filter-current .am-show-more[data-is-hide="false"]:before, .filter-options-content .am-show-more[data-is-hide="false"]:before {
  right: 10px;
}

.am-filter-current .am-show-more[data-is-hide="false"]:after, .filter-options-content .am-show-more[data-is-hide="false"]:after {
  right: 5px;
}

/* Productpagina */

.product-reviews-summary .reviews-actions a {
  color: black;
}

.data.item.title {
  background: #ebebeb;
  padding: 10px 15px;
  font-family: "Dirty Headline";
  text-transform: uppercase;
  font-size: 1.3em;
  line-height: 1.3em;
}
.data.item.title > strong {
  font-weight: normal;
}

.data.item.content {
  padding: 15px !important;
  margin-bottom: 50px;
  display: block !important;
}

.product.info.detailed .additional-attributes {
  width: 100%;
}

a.druif-link:last-child span.komma {
  display: none;
}

.data.table.additional-attributes tr {
  border-bottom: 1px solid rgba(221, 221, 221, 0.25) !important;
}

.data.table.additional-attributes tr > th {
  width: 160px;
  text-transform: uppercase;
}

.review-field-rating label {
  margin-left: 0;
}

.review-ratings {
  float: none;
  margin-bottom: 10px;
  max-width: 100%;
}

.review-ratings ~ .review-content,
.review-ratings ~ .review-details {
  margin-left: 0px;
}

.review-field-ratings .review-field-rating .label {
  display: none;
}

.review-title {
  margin: 0 0 5px;
}

.review-item {
  padding: 15px 0;
}

.review-toolbar {
  margin: 0;
}

.review-add {
  padding-top: 10px;
}

.grecaptcha-badge {
  display: none;
}

/* USP's */

.usp {
  text-transform: uppercase;
  width: 100%;
  margin: 30px 0 0;
}
.usp > .col-sm-12.no-gutter {
  padding-left: 0;
  padding-right: 0;
}

.text-right {
  text-align: right;
}

.dirck {
  font-family: "Dirty Headline";
  text-transform: uppercase;
}

.dirck-red {
  color: #cc0000;
}

.black {
  color: black;
}

.usp p {
  margin-bottom: 0;
}

.usp p.text-right {
  font-size: 16px;
  text-align: left;
}

.usp i {
  color: #cc0000;
  width: 25px;
  margin-right: 0px;
}

.usp hr {
  border-top: 2px solid black;
  margin-bottom: 5px;
  margin-top: 5px;
}

.usps-row {
  /* display: flex;
   align-items: center;
   justify-content: space-between; */
  font-family: "Dirty Headline";
  text-transform: uppercase;
  font-size: 12px;
  line-height: 18px;
  width: 100%;
}
.usps-row a {
  color: #000;
}
.usps-row > span {
  display: inline-block;
  box-sizing: border-box;
  width: 100%;
}

.header-container-micro .usp p.text-right {
  text-align: right;
}

/* Mobile Topnavigatie */

.diii-mobile-top-navigation a {
  text-align: center;
  background: white;
  padding: 15px 0;
  margin: 5px;
  font-family: "Dirty Headline";
  border: 3px solid black;
  text-transform: uppercase;
  color: black;
  box-shadow: 0px 10px 20px 0px rgba(0, 0, 0, 0.05);
}

.diii-mobile-top-navigation {
  display: grid;
  grid-template-columns: 50% 50%;
  margin: 0 -5px;
}

.diii-mobile-top-navigation-wrapper {
  margin-bottom: 15px;
}

/* CMS Pagina's */

.banner-top {
  position: relative;
  max-height: 250px;
  min-height: 250px;
  height: 250px;
  margin-bottom: 30px;
}

.banner-top img {
  height: 100%;
  width: 100%;
  object-fit: cover;
  object-position: center;
}

.banner-top h1 {
  position: absolute;
  bottom: 0;
  left: 0;
  color: white;
  background: black;
  padding: 5px 15px;
  font-size: 3em;
  box-shadow: 0px 10px 20px 0px rgba(0, 0, 0, 0.05);
}

.cms-sidebar .zoek-winkel > div {
  padding: 0;
}

.cms-sidebar > .widget > div {
  margin-bottom: 30px;
  border-bottom: 2px solid;
}

.cms-sidebar img {
  width: calc(100% - 8px);
  border: 4px solid black;
}

ul.dot-list > li:before {
  content: "\f192";
  font-family: Font Awesome\ 5 Free;
  font-size: 0.8em;
  margin-right: 10px;
  color: #cc0300;
  font-weight: 900;
}

ul.dot-list > li {
  display: flex;
  line-height: 1.8em;
}

ul.check-list > li:before {
  content: "\f00c";
  font-family: Font Awesome\ 5 Free;
  font-size: 0.8em;
  margin-right: 10px;
  color: #4ebf56;
  font-weight: 900;
}

ul.check-list > li {
  display: flex;
  line-height: 1.8em;
}

/* Nu ook bezorging-pagina */

.bezorging-fw h1,
.bezorging-fw h2 {
  text-align: center;
  font-size: 5em;
  display: inline-block;
}

.bezorging-fw h1 {
  max-width: 400px;
  margin: 0 auto;
}

.bezorging-fw ul.check-list {
  font-size: 1.6em;
  font-weight: 500;
}

.bezorging-fw ul.check-list > li:before {
  font-size: 1.3em;
  margin-right: 20px;
}

.condensed-sans * {
  font-family: Oswald, Arial, "Helvetica Neue", Helvetica, sans-serif !important;
  font-weight: 900;
}

.red-bg {
  background-color: #de0000;
  color: white;
}

.bezorging-fw .red-bg {
  padding: 30px;
}

.wood-bg {
  background-image: url("/media/wysiwyg/infortis/_bg/default/DirckIII_hout_DEF_M_1.jpg");
  background-size: cover;
  background-position: center;
}

.bezorging-fw .wood-bg {
  padding: 40px 60px;
}

.dirckiii-announcement-banner-bg {
  background: #fcf4e8;
  padding: 0 45px 30px;
  text-align: center;
  font-family: "Dirty Headline";
  text-transform: uppercase;
  box-shadow: 0px 10px 20px 0px rgba(0, 0, 0, 0.05);
}

.dirckiii-announcement-banner-bg:before,
.dirckiii-announcement-banner-bg:after {
  content: "";
  position: absolute;
  top: 0;
  display: block;
  width: 12px;
  height: 100%;
  background: #cc0300;
  background: repeating-linear-gradient(
    -45deg,
    #cc0300,
    #cc0300 12px,
    white 10px,
    white 23px
  );
}

.dirckiii-announcement-banner-bg:after {
  right: 0;
}

.dirckiii-announcement-banner-bg:before {
  left: 0;
}

.dirckiii-announcement-banner-bg h2 {
  font-size: 3em;
}

.black-bg {
  background-color: black;
  color: white;
}

/* Bedankt-pagina */

.bedankt-bestelling h1 {
  margin-bottom: 0;
}

.bedankt-bestelling h2 {
  margin-top: 0;
}

.bedankt-bestelling label.name {
  font-size: 1em;
  margin: 0;
}

/* label.bestelnummer {
   padding: 5px 10px;
   background: #f8f8f8;
   letter-spacing: 5px;
   font-family: 'Dirty Headline';
   font-size: 1.2em;
   font-weight: normal;
   margin-top: 30px;
} */

.verder-winkelen {
  text-align: center;
  max-width: 245px;
  margin: 0 auto;
}

.verder-winkelen a {
  background: #cc0000;
  font-family: "Dirty Headline";
  text-transform: uppercase;
  font-size: 1.4em !important;
  color: white !important;
  padding: 10px 15px;
  box-shadow: 0px 10px 20px 0px rgba(0, 0, 0, 0.05);
}

.didier-stappen img {
  -moz-transform: scaleX(-1);
  -o-transform: scaleX(-1);
  -webkit-transform: scaleX(-1);
  transform: scaleX(-1);
  filter: FlipH;
  -ms-filter: "FlipH";
}

.wait-step {
  background: #f8f8f8;
  border-radius: 5px;
  border-bottom-left-radius: 0;
  padding: 20px;
  margin: 15px 0;
  display: inline-block;
}

.wait-step {
  background: #f8f8f8;
  border-radius: 5px;
  border-bottom-left-radius: 0;
  padding: 15px 30px;
  margin: 15px 0;
}

span.wait-step-nr {
  display: block;
  font-family: "Dirty Headline";
  font-size: 48px;
  float: left;
  width: 45px;
}

.wait-step p {
  display: inline-block;
  margin-left: 15px;
  max-width: calc(100% - 60px);
}

.stappen-plan {
  margin-top: 30px;
}

/* Footer */

/* Top-footer */

.footer-top-container {
  background-image: url("/media/wysiwyg/infortis/_bg/default/DirckIII_hout_DEF_M_1.jpg");
  background-repeat: no-repeat;
  background-attachment: scroll;
  background-position: center center;
  background-size: cover;
}

.mail-tekst {
  display: block;
  float: left;
}

.mail-tekst h2 {
  font-size: 36px;
  color: #cc0000;
  margin: 10px 0 0;
}

.mail-tekst h3 {
  font-size: 24px;
  margin-top: 0;
  margin-bottom: 0;
}

.mail-tekst p {
  margin-top: 0;
}

/* Dynamische Nieuwsbrief Footer */
.nieuwsbrief-formulier iframe {
  border: 0;
  width: 100%;
  height: 90px;
}
ul.mpFormTable.mpOneColumnLayout {
  margin: 30px 0;
  padding: 15px;
  background: #fff;
}
.mpFormTable > tbody > tr > td {
  padding: 15px;
  background: #fff;
  margin: 30px 0;
}
li#CNT1053 {
  position: relative;
  z-index: 1;
  display: table-cell;
  width: 100%;
}
li#CNT1059 {
  display: table-cell;
}
#CNT1053 .mpFormLabel {
  position: absolute;
  width: calc(100% - 10px);
  z-index: 5;
  display: table-cell;
  background: #fff;
  top: 0;
  left: 0;
}
label.descriptionLabel:before {
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  content: "\f0e0";
  margin-right: 10px;
}
.mpFormLabel {
  padding: 5px 0px !important;
}
#CNT1053 .mpFormField {
  position: absolute;
  width: calc(100% - 10px);
  z-index: 5;
  display: table-cell;
  top: 0;
  left: 0;
}
#CNT1053 .mpFormLabel label {
  height: 30px;
  padding: 0 !important;
  vertical-align: middle;
  line-height: 30px;
}
#CNT1053 .mpFormField input {
  padding: 0 !important;
  width: 100%;
  display: block;
}
input#field1053 {
  opacity: 0.5;
  height: 40px;
  width: 100%;
  border: dashed 1px #8e8e8e !important;
}
input#field1053:focus {
  opacity: 1;
  border: dashed 1px #000 !important;
}
input#field1053:hover {
  border: dashed 1px #000 !important;
}
input#field1059 {
  background-color: #c00418;
  color: #fff;
  text-transform: uppercase;
  padding: 0 30px;
  font-size: 18px;
  border-bottom-left-radius: 0;
  border-top-left-radius: 0;
  margin-left: -1px;
  line-height: 40px;
  border: 0;
}

/* Nieuwbrief formulier banner */

.footer-top img {
  height: auto;
  width: 25%;
  float: left;
}

.footer-top .mail-tekst {
  display: block;
  float: left;
  width: 75%;
}

.footer-container .item-left,
.footer-container .item-right {
  width: calc(50% - 40px);
}

.nieuwsbrief-formulier {
  margin: 30px 0;
  padding: 15px;
  background: white;
  box-shadow: 0px 10px 20px 0px rgba(0, 0, 0, 0.05);
}

.nieuwsbrief-formulier .block.newsletter input {
  -webkit-transition: all 200ms ease-in-out;
  -moz-transition: all 200ms ease-in-out;
  -o-transition: all 200ms ease-in-out;
  transition: all 200ms ease-in-out;
}

.nieuwsbrief-formulier .block.newsletter ._keyfocus *:focus,
.nieuwsbrief-formulier .block.newsletter input:not([disabled]):focus,
.nieuwsbrief-formulier .block.newslettertextarea:not([disabled]):focus,
.nieuwsbrief-formulier .block.newsletter select:not([disabled]):focus,
.nieuwsbrief-formulier input[type="email"]:hover {
  border: dashed 1px #000 !important;
  box-shadow: none;
}

.nieuwsbrief-formulier input[type="email"] {
  border: dashed 1px #eee !important;
}

.nieuwsbrief-formulier .block.newsletter {
  width: 100%;
}

.nieuwsbrief-formulier .block.newsletter .action.subscribe {
  text-transform: uppercase;
  padding: 0 30px;
  font-size: 18px;
}

/* Nieuwsbrief pagina */

table.mpFormTable td {
  padding: 8px 0;
}

td.mpFormLabel,
td.submitCellSpacer {
  width: 200px;
  min-width: 30%;
}

td.mpFormField {
  width: 330px;
  min-width: 70%;
}

/* Spaties tussen - */

td.mpFormField .mpDateField {
  margin-right: 3px;
}

/* Class toevoegen op sublabel */

.sublabel {
  display: inline-block;
}

.sublabel.nix18-label {
  background: #c00518;
  color: white;
  padding: 5px 10px;
  margin: 10px 0;
}

/* Submit Button */

.submitButton {
  font-family: "Dirty Headline", sans-serif !important;
}

/* Primary-footer */

.footer-primary .inner-container > .clearfix {
  display: block;
}

.footer-primary-container h3 {
  font-size: 21px !important;
}

.footer-primary-container h4 {
  font-size: 16px;
}

.nieuwsbrief-index-index h6 {
  font-size: 12px;
  line-height: 1.5em;
  color: #777;
  margin: 10px 0 0;
}

/* Bottom-footer */

/* Remove OG footer */

.footer-bottom {
  display: none;
}

.footer-bottom-container a,
.footer-bottom-container {
  color: white;
  font-size: 12px;
}

.footer-bottom-container a {
  cursor: pointer;
}

.footer-bottom-container a:hover {
  color: rgba(255, 255, 255, 0.7);
}

.footer-bottom-container .links span {
  color: #ff011c;
  margin: 0 5px;
}

.footer-bottom-container img {
  height: 100px;
  width: auto;
}

.footer-copyright {
  line-height: 82px;
}

.action > span > em {
  font-style: normal;
}

.product-primary-column.product-info-main {
  margin-bottom: 50px;
}

.product-info-main .product-add-form {
  border: none;
}

.product-info-main .product-add-form .action {
  margin-bottom: 10px;
}

.product-info-main .table {
  margin-top: 30px;
}

.product-info-main .table .col {
  padding: 2px 0;
}

.product-info-main .table .col.label {
  padding-left: 0px;
  width: 140px;
}
.product-info-main .page-title-wrapper .page-title {
  max-width: 89%; /* Leave some space for favorites button */
}

/* CART CSS */

@media screen and (min-width: 768px) {
  .cart.table-wrapper .col.price,
  .order-items.table-wrapper .col.price,
  .cart.table-wrapper .col.qty,
  .order-items.table-wrapper .col.qty,
  .cart.table-wrapper .col.subtotal,
  .order-items.table-wrapper .col.subtotal,
  .cart.table-wrapper .col.msrp,
  .order-items.table-wrapper .col.msrp {
    float: none;
  }

  .form.form-cart > div {
    padding: 30px !important;
  }

  /* .nav-panel--dropdown.nav-panel.full-width {
      max-width: 650px;
  }
  .nav-panel-inner .nav-block--center.grid12-8 {
      width: 70%;
      margin: 0;
  }
  .nav-panel-inner .nav-block.nav-block--right.std {
      width: 30% !important;
      text-align: right;
  }
  .nav-panel-inner .nav-block--center ul.nav-submenu {
      padding: 20px;
  }
  li.nav-item.mega.parent.item-active{
      position: relative;
  }
  .nav-panel--dropdown.nav-panel.full-width {
      top: 70px !important;
  }
  .nav-panel-inner:before {
      font-family: "Font Awesome 5 Free";
      font-weight: 900;
      content: "\f0d8" !important;
      position: absolute;
      top: -8px;
      font-size: 34px;
      left: 30px;
  }
  li.nav-item.mega.parent {
    position: relative;
  }
  .nav-regular .nav-item > .nav-panel--dropdown {
    border: 5px solid #000;
  }
  .nav-regular .nav-submenu--mega .nav-item > a{
    padding: 0;
  }
  .nav-submenu--mega li.nav-item.parent > a {
      font-weight: 700;
  }
  .nav-submenu--mega li.nav-item.parent ul.level1.nav-submenu.nav-panel {
      padding: 0px !important;
  }
  .nav-submenu--mega li.nav-item.parent ul.level1.nav-submenu.nav-panel li a:before{
      display: none;
  }
  .nav-submenu--mega li.nav-item.parent ul.level1.nav-submenu.nav-panel li a{
      padding: 5px 0px;
  }
  ul.nav-submenu li.nav-item.parent {
    margin-bottom: 20px;
  }

  .nav-block.nav-block--bottom.std.grid-full {
      width: 70%;
      margin: 0;
      padding: 0px 20px 20px 20px;
  }
  a.mega-menu-knop {
      background: #cc0000;
      font-family: "Dirty Headline";
      text-transform: uppercase;
      font-size: 1.2em !important;
      color: white !important;
      line-height: 40px;
      display: inline-block;
      margin: 0 auto;
      padding: 0 15px;
  }
  a.mega-menu-knop:hover {
      transform: scale(1.1);
      box-shadow: none !important;
  }
  a.mega-menu-knop > span:after {
      content: "\f35a";
      font-family: Font Awesome\ 5 Free;
      padding-left: 15px;
      font-weight: 900;
      font-size: 0.8em;
      vertical-align: middle;
  } */

  /* Checkout */
  /* .field.street > .label {
    margin-top: -20px !important;
  } */
  .field.additional:before {
      position: absolute;
      left: 7px;
  }
  fieldset.field.street.admin__control-fields.required {
      position: relative;
  }
}

@media screen and (max-width: 991px) {
  .cart.table-wrapper .item .col.item > a {
    display: none;
  }
}

@media screen and (max-width: 767px) {
  .cart.table-wrapper .item .col.item {
    padding-left: 0;
  }
}

.message.error {
  width: auto !important;
}

/* CONFIRMBOX */

#confirmBox {
  width: 80vw;
  max-width: 600px;
}
#confirmBox > .cross {
  font-size: 40px;
  line-height: 20px;
}
#messageBox {
  margin-top: 0;
}
#messageBox,
.am-related-box {
  min-width: inherit;
}

#messageBox,
#messageBox .related {
  width: 100% !important;
}
#messageBox .added-item {
  word-break: normal;
  margin-top: 20px;
  line-height: 24px;
}

#confirmBox .product.product-item-actions {
  bottom: 10px !important;
  position: relative;
  width: 100%;
}

#confirmBox .product-item-info {
  width: auto;
}

#confirmBox a,
#confirmBox a:hover,
#confirmBox a:active {
  color: #c00418 !important;
}

/* AVG - Cookiebar */

.avg-cookiebar {
  background: rgba(255, 255, 255, 0.98);
  box-shadow: 0px 10px 20px 0px rgba(0, 0, 0, 0.05);
}

.actions button.action.primary.cookiebar.disallow {
  background-color: #444;
}

.avg-cookiebar__title {
  font-weight: normal;
  font-size: 20px;
  font-family: "Dirty Headline";
  text-transform: uppercase;
}

.avg-cookiebar__content {
  padding-top: 10px;
  font-family: "Oswald", sans-serif;
  line-height: 1.7em;
}

.avg-cookiebar__content a {
  color: #c00718;
}

.avg-cookiebar__tab .button {
  font-family: "Dirty Headline";
  text-transform: uppercase;
  font-weight: normal;
  font-size: 18px;
  border-radius: 0;
}

.avg-cookiebar__button + label {
  border: 2px solid black;
  background: #fff;
  color: #000;
  border-radius: 0;
  margin-left: 0;
  margin-right: 15px;
  text-transform: uppercase;
}

.avg-cookiebar__button:checked + label {
  font-weight: 700;
  background: #000000;
  color: white;
}

/* Cookie settings pagina */

.amgdprcookie-main-wrapper .amgdprcookie-btn {
  border-radius: 0;
  background: #000000;
  border: 2px solid black;
}

.amgdprcookie-main-wrapper .amgdprcookie-btn#amgdprcookie-btn-save {
  background: white;
  border: 2px solid black;
  color: black;
}

.amgdprcookie-container {
  border-radius: 0;
  box-shadow: none;
  border: 1px solid #eee;
}

.amgdprcookie-toggle-cookie
  .amgdprcookie-input:checked:not([disabled])
  + .amgdprcookie-label {
  background: black;
}

.amgdprcookie-main-wrapper
  .amgdprcookie-toggle-cookie
  .amgdprcookie-input.disabled
  + .amgdprcookie-label {
  background: #ccc;
  cursor: not-allowed;
}

/* -------------- */

.faqcat-title {
  color: black;
  font-weight: normal;
}

.faqcat-title i {
  border-bottom-color: #cc0500;
}

.block-faq-category .block-content .items .item a .count {
  float: right;
}

.category-list .category .block a img {
  height: 60px;
}

/* Sfeerbanner */

.sfeerbanner-sidebar img {
  width: 100%;
  height: auto;
}

/* FAQ */

.faq-content,
.faq-content .content p {
  color: black !important;
}

.faq-content .created-by {
  display: none !important;
}

.faq-search-form {
  display: none;
}
/* Account */

.account-nav-content .nav.item:nth-child(3), /* Downloads */
.account-nav-content .nav.item:nth-child(8) {
  /* Opgeslagen betalingsmethoden */
  display: none;
}

.box {
  display: inline-block;
  box-sizing: border-box;
  vertical-align: top;
}

/* Cart Popup */
.am-related-box .products .product-item-actions .tocart {
  background: #c00418;
  box-shadow: none;
  border-radius: 0;
  border: 0;
  padding: 15px 17px;
}
.am-related-box span.am-subtitle {
  display: none;
}

span.veelvoud__uitleg {
  padding: 20px 50px;
  display: block;
}

.amcart-confirm-buttons button.button,
#confirmBox a.checkout {
  font-family: "Dirty Headline";
  text-transform: uppercase;
}

.amcart-confirm-buttons button.button.am-btn-left,
.amcart-confirm-buttons button.button.am-btn-right {
  background-color: transparent;
  color: black;
  text-decoration: underline;
}

.amcart-confirm-buttons button.button {
  border-radius: 0;
  box-shadow: none;
}

#confirmBox a.checkout .order-button{
  background-color: #c00419;
  color: white;
  padding: 15px 0;
  font-size: 20px;
}
#confirmBox a.checkout .order-button:hover{
  background-color: #000;
}
#confirmBox a.checkout{
  width: calc(100% - 60px);
  margin: 15px 30px;
  padding: 0;
  font-size: unset;
  text-align: center;
}

/* Postcode check */

.postcodecheck {
  width: 100%;
  max-width: 500px;
  padding: 18px;
  margin: 20px 0;
  background: #f8f8f8;
}

.postcodecheck__input {
  width: 100px !important;
  font-size: 20px !important;
  letter-spacing: 2px;
  text-indent: 6px;
}

.postcodecheck__button {
  background: #c42d1b;
  padding: 8px;
  color: white;
  font-weight: normal;
}
.postcodecheck__result {
  margin-top: 15px;
  width: 100%;
  text-align: left;
}

.search-autocomplete > ul > li:nth-child(n + 11) {
  display: none;
}

.kadokaart_checker {
  position: relative;
  margin-top: 40px;
  margin-bottom: 40px;
  /* max-width: 540px; */
  height: 360px;
  padding: 0 10px;
  background-image: url("/media/wysiwyg/infortis/_bg/default/DirckIII_hout_DEF_M_1.jpg");
  background-size: cover;
  border-radius: 30px;
  -webkit-box-shadow: 0px 10px 20px 0px rgba(0, 0, 0, 0.05);
  -moz-box-shadow: 0px 10px 20px 0px rgba(0, 0, 0, 0.05);
  box-shadow: 0px 10px 20px 0px rgba(0, 0, 0, 0.05);
}

.kadokaart_checker img {
  position: absolute;
  width: 165px;
  right: 30px;
  top: 30px;
}

/* Amasty Giftcard */

.page-product-amgiftcard .product-info-main .product-add-form {
float: none;
}

.amgiftcard-apply-code.cart-discount,
.payment-option._collapsible.opc-payment-additional.gift-code {
  display: none;
}

.page-product-amgiftcard .product-info-main .box-tocart {
margin-top: 0;
}

label[for="am_giftcard_image"], label[for="am_giftcard_image"]+input-box, .amgiftcard-preview, .page-product-amgiftcard .product-info-main .price-box, div[data-amgiftcard-js="amgiftcard-images"] {
display: none !important;
}

label[for="amgiftcard_amount"] {
visibility: hidden;
}

select#am_giftcard_amount {
font-size: 2em;
height: auto;
padding: .3rem 1.5rem;
font-family: 'Dirty Headline';
}

.fieldset[data-amgiftcard-js="amgiftcard-fieldset"] {
margin-bottom: 0;
}

input[name="am_giftcard_amount_custom"] {
border-color: black;
border-width: 2px;
font-size: 2em;
height: auto;
padding: .3rem 3.5rem;
font-family: 'Dirty Headline';
transform: scale(1);
}


#amgiftcard_amount_custom_block {
position: relative;
display: block;
}

#amgiftcard_amount_custom_block::before {
position: absolute;
content: "€";
top: 0;
left: 1rem;
z-index: 99;
font-size: 2em;
line-height: 90px;
font-family: 'Dirty Headline';
}

#amgiftcard_amount_custom_block > div > span {
margin-top: 5px;
display: inline-block;
opacity: .3;
text-transform: uppercase;
font-size: .9em;
}

/* Amasty Landingpages */

.amasty-xlanding-page-view h1 {
  font-size: 16px;
}

.amasty-xlanding-page-view h2 {
  margin-bottom: 0;
}

.amasty-xlanding-page-view p {
  margin-top: 0;
}

/*==================================================
=            Bootstrap 3 Media Queries             =
==================================================*/

/*==========  Mobile First Method  ==========*/

/* Custom, iPhone Retina */

@media only screen and (min-width: 320px) {
}

/* Extra Small Devices, Phones */

@media only screen and (min-width: 480px) {
  .breadcrumbs {
    margin: 5px 0 15px;
  }

  .banner-top h1 {
    font-size: 4em;
  }

  .toolbar-products .sorter-label {
    display: inline-block;
  }

  .sticker-wrapper .sticker img {
    max-width: 100px;
  }

  .product.details.product-item-details {
    height: 230px;
  }
  .amasty-xlanding-top-description h1 {
    font-size: 40px;
    text-align: center;
  }
  .catalog-category-view .usp,
  .amasty-xlanding-page-view .usp {
    display: none;
  }
  .diii-mobile-top-navigation-wrapper {
    display: none;
  }
}

/* Small Devices, Tablets */

@media only screen and (min-width: 768px) {
  .am-related-box .related .products .product-item {
    margin: 0;
    width: 90% !important;
  }

  /* Checkout page */
  .page-layout-checkout #maincontent {
    padding-top: 0;
  }
  .checkout-header {
    margin: 0 !important;
  }
  .checkout-index-index .authentication-wrapper {
    padding-top: 0px;
  }

  .category-products-grid .main {
    padding-left: 0;
  }
  .amasty-catalog-topnav {
    border-top: none;
  }
  .NIX {
    text-align: right;
  }
  .footer-copyright {
    float: left;
  }
  .fieldset > .field:not(.choice) > .label {
    text-align: left;
  }
  .opc-wrapper .fieldset > .field.required > label,
  .opc-wrapper .fieldset > .field._required > label {
    padding-right: 0;
  }
  .navi .nav-item.level0 a:hover,
  .navi .nav-item.level0.active,
  .navi .nav-item--home.active {
    box-shadow: inset 0 -4px 0 0px white;
  }
  .items-grid-partitioned .item {
    box-shadow: 0px 10px 20px 0px rgba(0, 0, 0, 0.05),
      inset 0px 0px 0 2px rgba(0, 0, 0, 1);
    /* -webkit-transition: all 200ms ease-in-out;
       -moz-transition: all 200ms ease-in-out;
       -o-transition: all 200ms ease-in-out;
       transition: all 200ms ease-in-out; */
  }
  .items-grid.category-products-grid .item,
  .items-grid-partitioned.hover-effect .item:hover {
    margin-left: 30px;
    width: calc(48% - 15px) !important;
    margin-bottom: 30px;
  }
  .items-grid-partitioned.hover-effect .item:hover {
    box-shadow: 0px 10px 20px 0px rgba(0, 0, 0, 0.05),
      inset 0px 0px 0 4px rgba(0, 0, 0, 1);
  }
  .cms-home .zoek-winkel {
    height: 426px; /* @TODO Fix the 'row-eq-height' js function from bootstrap */
  }
  /*
   .catalog-category-view .main {
       padding-left: 15px;
   }
*/
  .sfeerbanner-sidebar img {
    min-height: 170px;
    object-fit: cover;
  }
  .home-slider .block.itemslider .item:hover,
  .block.itemslider .item:hover {
    box-shadow: 0px 10px 20px 0px rgba(0, 0, 0, 0.15),
      inset 0px 0px 0 4px rgba(0, 0, 0, 1);
  }
  .breadcrumbs {
    margin: 0 0 10px;
  }

  .header-container-micro .usp {
    text-align: right;
  }

  .info-locator ul#store-list {
    max-height: 433px;
  }

  .storelocator-page {
    display: block;
  }
}

/* @media only screen and (min-width : 768px) and (max-width: 991px) {


   } */

/* Medium Devices, Desktops */

@media only screen and (min-width: 992px) {
  .category-products-grid .itemgrid > li:nth-of-type(3n + 1),
  .items-grid-partitioned.hover-effect .item:nth-of-type(3n + 1):hover {
    margin-left: 0;
  }
  .items-grid.category-products-grid .item,
  .items-grid-partitioned.hover-effect .item:hover {
    margin-left: 30px;
    width: calc(31.3333% - 20px) !important;
  }
  .main-column {
    padding-right: 30px;
  }
  .cms-sidebar {
    padding-left: 30px;
  }
  .main-column {
    -webkit-box-shadow: inset -2px 0px 0px 0px black;
    -moz-box-shadow: inset -2px 0px 0px 0px black;
    box-shadow: inset -2px 0px 0px 0px black;
  }
  .sfeerbanner-sidebar img {
    min-height: 190px;
    object-fit: cover;
  }
  .main-banners .grote-afbeelding img {
    height: 550px;
  }
  .main-banners .sub-afbeeldingen img {
    height: 260px;
  }
  .page-layout-checkout #maincontent {
    margin: 0 auto;
    /* width: 100%; */
    max-width: 1140px;
    margin-bottom: 90px;
  }
  .usps-row {
    display: flex;
    align-items: center;
    justify-content: space-between;
  }
  .usps-row > span {
    width: auto;
  }
  .usp p.text-right {
    text-align: right;
  }
  .usp i {
    width: auto;
    margin-right: 5px;
  }
  .dual-blok .dual-inner {
    width: calc(50% - 30px);
  }

  .product-info-main {
    overflow: inherit;
  }

  /* .header-container .logo-wrapper .logo:before {
    content: " ";
    width: 100px;
    top: -40px;
    height: 70px;
    display: block;
    right: -50px;
    position: absolute;
    background-image: url("/media/wysiwyg/dirckiii-50jaar_balloons-250px.png");
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center right;
    transform: rotate(20deg);
  }

  .header-container .logo-wrapper .logo:after {
    content: " ";
    width: 100px;
    bottom: -15px;
    height: 70px;
    display: block;
    right: -85px;
    position: absolute;
    background-image: url("/media/wysiwyg/dirckiii-50jaar_confetti-emblem-250px.png");
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center right;
  } */
  .header-container .logo-wrapper .logo {
    position: relative;
  }
}

/* Large Devices, Wide Screens */

@media only screen and (min-width: 1200px) {
  .product-info-main .product-add-form {
    float: right;
    width: 50%;
  }
  .product-info-main .product-info-stock-sku .col-sm-12 {
    padding-left: 0;
  }
  .sfeerbanner-sidebar img {
    min-height: 240px;
    object-fit: cover;
  }

  /* Back to normal button font size */
  .product-item .tocart,
  .product-items .item .tocart,
  .actions-primary {
    font-size: 17px;
  }
  /* .product.product-item-actions {
    bottom: 9px !important;
  } */


  .home-slider .slider-btn {
    position: absolute;
    right: 30px;
    bottom: 40px;
  }
  .main-banners .grote-afbeelding img {
    height: 450px;
  }
  .main-banners .sub-afbeeldingen img {
    height: 210px;
  }

  .img-text-blok {
    min-height: 310px;
  }
}

/*==========  Non-Mobile First Method  ==========*/

/* Large Devices, Wide Screens */

@media only screen and (max-width: 1200px) {
  .product-info-main {
    display: flex;
    flex-direction: column;
  }
  .product-info-main .product-add-form {
    order: 1;
    margin-top: 40px;
  }
}

@media only screen and (min-width: 320px) and (max-width: 480px) {
  .action > span > em,
  button.action.tocart span > em {
    display: none !important;
  }
}

/* Medium Devices, Desktops */

@media only screen and (max-width: 992px) {
  /* .items-grid.category-products-grid .item, .items-grid-partitioned.hover-effect .item:hover {
           margin-left: 30px;
           width: calc(48% - 20px) !important;
           margin-bottom: 30px;
       } */
  .custom-header {
    display: none !important;
  }
  /* .category-products-grid .actions {
         width: calc(100% - 18px);
         padding-left: 1px;
       } */
  .home-slider .block.itemslider .item,
  .block.itemslider .item {
    box-shadow: none;
  }
  .over-dirckiii-blok {
    margin-left: -15px;
    margin-right: -15px;
  }
}

/* Small Devices, Tablets */

@media only screen and (max-width: 992px) {
  .footer-container .item-left,
  .footer-container .item-right {
    width: calc(100% - 40px);
  }
  .footer-container .footer-top .inner-container {
    padding-top: 20px;
  }
  td.mpFormLabel,
  td.submitCellSpacer {
    min-width: 200px;
    width: 200px;
  }
  .cms-home .page.messages,
  .cms-home .column.main {
    margin-top: 0;
  }
  .page.messages,
  .column.main {
    margin-top: 0 !important;
  }
}

/* Small Devices, Tablets */

@media only screen and (max-width: 768px) {
  .amcart-message-box .related, .am-related-box .related {
    margin: 0 auto;
    width: auto;
  }
  p#amcart-count, p.amcart-subtotal.text {
    display: none;
  }
  #confirmBox {
    width: 95%;
    max-height: 95%;
    max-width: 600px;
  }

  .am-related-box {
    margin: 40px auto 13px;
  }

  .header-primary {
    padding-top: 0 !important;
    padding-bottom: 0 !important;
  }
  .logo img {
    height: 60px;
    padding: 5px 0;
  }
  .header-mobile {
    box-shadow: 0px 10px 20px 0px rgba(0, 0, 0, 0.05);
  }
  .footer-copyright,
  .NIX {
    text-align: center;
  }
  td.mpFormLabel,
  td.submitCellSpacer,
  td.mpFormField {
    display: block;
    width: 100%;
    min-width: fit-content;
  }
  label {
    margin-left: 0;
  }
  td.mpFormLabel {
    border-bottom: 1px solid #eee;
    margin-top: 15px;
  }
  .header-container .skip-content.mini-cart-content {
    background-color: #fff;
    color: #000;
    border: 5px solid black;
  }
  .header-container .skip-content.mini-cart-content .actions .secondary a {
    color: black;
  }
  #maincontent {
    padding: 15px;
    /* margin: 0 -15px; */
    margin: 15px 0 0;
  }
  .footer-primary-container {
    padding-top: 0 !important;
    padding-bottom: 10px !important;
  }
  .cms-home .main.container {
    padding-top: 40px !important;
  }
  .main.container {
    padding-top: 15px !important;
  }
  .products.wrapper {
    padding-top: 0;
  }
  .items-grid .item:hover .addto-onimage.onhover .action {
    visibility: hidden;
  }
  .items-grid-partitioned.hover-effect .item:hover {
    box-shadow: none;
  }
  .header-container .skip-links--4 .skip-link {
    display: inline-block;
    box-sizing: border-box;
  }

  .header-container-micro .usps-row {
    text-align: center;
    margin-bottom: 30px;
  }
  .header-container-micro .usp p.text-right {
    text-align: center;
  }
  .header-container .logo-wrapper--mobile .logo,
  .header-container .logo-wrapper .logo {
    position: relative;
    max-width: 200px;
    margin: 10px auto;
  }
  /* .checkout-index-index.page-layout-checkout .row.usp {
    display: none;
  }*/
  .checkout-index-index.page-layout-checkout
    .mobile-announcement-banner-wrapper {
    display: none;
  }
  .img-text-blok .img-blok {
    display: block;
    text-align: center;
    width: calc(100% - 30px);
    padding: 15px;
  }
  .img-text-blok .text-blok {
    width: 100%;
    text-align: center;
    display: inline-block;
  }
  .dirckiii-announcement-banner-bg {
    padding: 30px 45px;
  }

  .product-info-main .product-reviews-summary {
    order: 1;
  }

  .product-info-main .product-add-form {
    margin-top: 40px;
  }

  .field.street > .control{
    margin-top: 0;
  }
  .amcart-confirm-buttons button.button.am-btn-left,
  .amcart-confirm-buttons button.button.am-btn-right {
    height: auto;
    padding: 5px !important;
    margin: 0;
  }
  button.button.am-btn-right {
    font-size: 20px !important;
  }
}

@media only screen and (max-width: 639px) {
  .catalog-product-view
    .table-wrapper
    .table:not(.cart):not(.totals):not(.table-comparison)
    > tbody
    > tr {
    display: grid;
  }
  .catalog-product-view
    .table-wrapper
    .table:not(.cart):not(.totals):not(.table-comparison)
    > tbody
    > tr
    td:before,
  .table-wrapper
    .table:not(.cart):not(.totals):not(.table-comparison)
    > tbody
    > tr
    th:before {
    width: 120px;
  }
}

/* Extra Small Devices, Phones */

@media only screen and (max-width: 480px) {

  .logo-wrapper--mobile:after {
    content: "Alle dranken goedkoper!";
    font-size: 16px;
    display: block;
    top: calc(100% - 20px);
    font-family: Oswald, Arial, "Helvetica Neue", Helvetica, sans-serif !important;
    color: black;
    text-transform: uppercase;
    margin-top: -10px;
      margin-bottom: 10px;
  }
  .product-view .bottom-left {
    bottom: 0px;
}
  span.veelvoud__uitleg {
    padding: 0px 50px;
    display: block;
}
.amcart-confirm-buttons {
    margin: 0px auto;
}
  .amasty-xlanding-page-view .row.usp {
    margin: 0;
}
  .nieuwsbrief-formulier .block.newsletter .action.subscribe {
    padding: 0 10px;
    font-size: 15px;
  }
  .footer-top img,
  .footer-top .mail-tekst {
    float: none;
    display: block;
    margin: 0 auto;
  }
  .reg-padding {
    padding: 7.5px;
  }
  .main-banners > div,
  .sub-banners > div {
    padding: 7.5px;
  }
  .sub-afbeeldingen .col-lg-12:first-child {
    margin-bottom: 15px;
  }
  .footer-top img {
    width: 50%;
  }
  .block.filter .block-title.filter-title strong {
    line-height: 16px;
  }
  .sorter {
    float: right;
    padding: 0;
  }
  .breadcrumbs {
    display: none !important;
  }
  .main.container {
    padding-top: 0 !important;
  }

  #confirmButtons button.am-btn-right,
  #confirmButtons button.am-btn-left,
  #confirmButtons .cart.table-wrapper .actions-toolbar > .action.am-btn-right,
  #confirmButtons .cart.table-wrapper .actions-toolbar > .action.am-btn-left,
  #confirmButtons .action-gift.am-btn-right,
  #confirmButtons .action-gift.am-btn-left {
    font-size: 1em;
    padding: 8px 0;
  }
  .bezorging-fw h1,
  .bezorging-fw h2 {
    font-size: 3em;
  }
  .bezorging-fw h2 {
    margin-bottom: 30px;
  }
  .bezorging-fw .wood-bg {
    padding: 30px 20px 40px;
  }
  .kadokaart_checker img {
    display: none !important;
  }
  .page-layout-checkout .hp-block .usp,
  .page-layout-checkout .announcement-banner-wrapper,
  .page-layout-checkout .mobile-announcement-banner-wrapper {
    display: none !important;
  }
  .header-container .logo-wrapper .logo {
    margin: 15px auto;
  }
  .checkout-index-index #checkout.am-checkout {
    margin-top: 0;
  }
  .cart.table-wrapper .item .col.item {
    padding-left: 10px;
  }
  .cart.table-wrapper .col.qty,
  .cart.table-wrapper .col.price,
  .cart.table-wrapper .col.subtotal,
  .cart.table-wrapper .col.msrp {
    text-align: left;
  }
  .cart.table-wrapper .item-actions td {
    text-align: right;
  }
  .cart.table-wrapper .actions-toolbar > .action,
  .cart.main.actions a,
  .cart.main.actions button {
    width: 100%;
    padding: 20px 10px !important;
    font-size: 1.2em !important;
    font-weight: bold;
    text-align: center;
  }
  .cart-summary {
    padding: 15px 15px 25px;
  }
  .product-info-main .page-title-wrapper .page-title {
    max-width: 85%;
    font-size: 2.2rem;
    line-height: 1.2;
  }
  .product-info-main .usp {
    margin: 0;
  }
  .product-add-form .fieldset:last-child {
    margin-bottom: 0;
  }
  .product-info-main .box-tocart,
  .product-options-bottom .box-tocart {
    margin: 0;
  }
  /* .usps-row {
    text-align: center;
  } */

  .usps-row > span {
    margin: 5px 0;
  }
  .product-info-main .product-info-stock-sku {
    padding-bottom: 0;
    margin-bottom: 0;
  }
  .product-primary-column.product-info-main {
    margin-bottom: 10px;
  }
  .page-wrapper {
    border-top: none !important;
  }
  .logo img {
    height: 50px !important;
  }
  .amasty-xlanding-top-description .usp,
  .catalog-category-view .usp {
    margin: 0 0 10px;
  }
  .amasty-xlanding-page-view .toolbar-amount,
  .catalog-category-view .toolbar-amount {
    display: none;
  }
  .amasty-xlanding-page-view h1,
  .catalog-category-view h1 {
    margin-top: 0;
    margin-bottom: 0;
  }
  .page-products .columns {
    padding-top: 50px;
  }
  #form1052 li#CNT1053 {
    display: block;
    margin-bottom: 45px;
  }
  #CNT1053 .mpFormLabel {
    width: 100% !important;
  }
  #form1052 li#CNT1059,
  #form1052 li#CNT1059 .submitButton,
  #CNT1053 .mpFormField {
    display: block;
    width: 100%;
  }
  .amasty-xlanding-page-view .category-image,
  .amasty-xlanding-page-view .category-description,
  .category-image,
  .category-description,
  .amasty-xlanding-top-image {
    display: none;
  }
  .amcart-confirm-buttons button.button {
    width: calc(100% - 60px);
  }
  .cms-home .main.container {
    padding-top: 0px !important;
  }
  .checkout-index-index input[type="radio"],
  .checkout-index-index input[type="checkbox"] {
    vertical-align: middle;
    height: 15px;
    position: relative;
    margin-right: 20px;
  }

  .checkout-index-index input[type="radio"]:before {
    width: 15px;
    height: 15px;
    display: block;
    content: " ";
    background: #eee;
    border: 6px solid #eee;
    border-radius: 50%;
    position: absolute;
    left: -6px;
    top: -6px;
  }

  .checkout-index-index input[type="radio"]:checked:before {
    background: black;
    border: 6px solid #eee;
  }

  img.bank-types-img {
    vertical-align: middle;
    top: 0;
  }

  .tig_buckaroo_ideal .payment-method-second-col .bank-types-input,
  .tig_buckaroo_idealprocessing .payment-method-second-col .bank-types-input {
    margin-top: 0;
  }

  .tig_buckaroo_ideal .payment-method-second-col .bank-types,
  .tig_buckaroo_idealprocessing .payment-method-second-col .bank-types {
    padding: 10px 0;
  }

  .billing-address-same-as-shipping-block.field.choice
    input[type="checkbox"]:before,
  .checkout-index-index input[type="checkbox"]:before {
    width: 20px;
    height: 20px;
    display: block;
    content: " ";
    background: #eee;
    border: 2px solid #eee;
    position: absolute;
    top: -1px;
    left: -1px;
  }

  .billing-address-same-as-shipping-block.field.choice
    input[type="checkbox"]:checked:before,
  .checkout-index-index input[type="checkbox"]:checked:before {
    content: "\f00c";
    background: #eee;
    font-weight: bold;
    font-size: 15px;
    line-height: 20px;
    text-align: center;
    border: 2px solid #000;
    font-family: Font Awesome\ 5 Free;
  }
  .opc-wrapper .label,
  .opc-wrapper input {
    font-size: 1.1em;
  }

  .opc-wrapper input.input-text {
    padding: 10px 15px;
  }

  .opc-wrapper input[type="text"],
  .opc-wrapper input[type="password"],
  .opc-wrapper input[type="url"],
  .opc-wrapper input[type="tel"],
  .opc-wrapper input[type="search"],
  .opc-wrapper input[type="number"],
  .opc-wrapper input[type="datetime"],
  .opc-wrapper input[type="email"] {
    height: auto;
  }
  .table-checkout-shipping-method {
    padding-top: 20px;
    padding-bottom: 20px;
    display: block;
  }

  .table-checkout-shipping-method tbody td {
    padding-top: 0;
    padding-bottom: 0;
  }

  .table-checkout-shipping-method > tbody > tr.row {
    padding-bottom: 20px;
    display: block;
  }
  .logo-wrapper:after {
    top: calc(100% - 15px);
    text-align: center;
    width: 100%;
  }
  .postnl-deliveryoptions .delivery_options .delivery ul {
    margin-bottom: 0;
  }

  .checkout-index-index .postnl-deliveryoptions input[type="radio"]:before {
    background: white;
    border: 2px solid black;
    padding: 2px;
    margin-top: 4px;
    margin-left: 4px;
  }

  .checkout-index-index
    .postnl-deliveryoptions
    input[type="radio"]:checked:before {
    background: black;
    box-shadow: inset 0px 0px 0px 3px white;
  }

  .postnl-deliveryoptions .delivery_options .delivery .days .wrapper strong {
    width: 30%;
  }

  .postnl-deliveryoptions .delivery_options .delivery .days .wrapper ul,
  .postnl-deliveryoptions .delivery_options .delivery .days .wrapper ol {
    width: 70%;
  }
  .product.product-item-actions a.action.towishlist {
    visibility: hidden;
  }
  .product-lower-primary-column
    .block.upsell
    .product.details.product-item-details {
    min-height: 260px;
    height: auto;
  }
  .amgdprcookie-container .amgdprcookie-options {
    border-radius: 0;
    background: black;
  }
  .amgdprcookie-main-wrapper .amgdprcookie-top {
    display: block;
  }
  .amgdprcookie-btn-wrapper {
    display: block;
    margin: 20px 0;
  }
}
