element {
    width: 100%;
}
.product-.mobile { display: block; }
.desktop { display: none !important; }

#header .header-text { display: none; }
.container-wrapper {
    margin: 0 0px;
}
main {
    display: flex;
    flex-direction: column;
}
#topbar { order: 3; }
#topbar > div { margin-top: 20px; }
#full-menu { display: none; }
#topbar .container-wrapper {
    flex-wrap: wrap;
    justify-content: flex-start;
}
#topbar .item-social { display: none; }
#topbar .spacer { display: none; }

#footer {
    order: 4;
    padding: 0;
}

#footer .footer-copyright {
    order: 1;
}
#footer .realisatie {
    order: 2;
    font-size: 18px;
    margin: 30px 0;
}

#footer .cadeaukaart-imgs {
    order: 3;
    display: flex;
    margin-bottom: 30px;
    width: 100%;
    align-items: center;
    justify-content: space-between;
}
#footer .cadeaukaart-imgs img {
    margin: 0;
}

#topbar .language-selector :checked ~ ul {
    display: block;
    bottom: 48px;
}

#header .logo-anchor {
    flex-basis: 90px;
    margin-right: auto;
}
#topbar .menu { display: none; }

#search_widget { display: none; }
#mobile-search-show:checked + #search_widget {
    display: block;
    box-shadow: 0px 2px 3px 0 #ccc;
    background: #fff;
    position: absolute;
    left: 0;
    right: 0;
    top: 94px;
    z-index: 100;
}

#topbar .user-info {
    margin-left: 0;
}
#search_widget form {
    align-items: center;
}

#header .search-clear {
    background: #FFE2F3;
    color: #262626;
    text-align: center;
    line-height: 2em;
    width: 2em;
    height: 2em;
    padding: 0;
}
#header #search_widget input[type="search"] {
    flex: 1 1 auto;
    padding: 1rem;
    border-radius: 0;
}

#header #search_widget [type="submit"] {
    display: none;
}

#header #search_widget .search-hide {
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 0.9em;
    color: #262626;
    padding: 0 1em;
    cursor: pointer;
}

#header #search_widget button {
    border-radius: 0;
    padding: 0;
}

#header .shopping-cart-button,
.button.icon-button {
    font-size: 0.8em;
    height: 36px;
    line-height: 36px;
    padding: 0 9px;
}

#cms .category-navigation { display: none; }
#cms #content h2 { margin-top: 0; }

#header span.cart-wishlist-number span.count,
#header .shopping-cart-button span {
    display: none;
}

#button-mobile-menu { display: block; }

#wrapper .container {
    display: block;
    margin-top: 0;
    padding-top: 0
}

#breadcrumbs {
    margin: 20px 0;
    flex-wrap: wrap;
}
#overlay {
    padding: 30px 0;
    z-index: 100000;
}
#overlay-content {
    padding: 30px 40px;
}
.product-list-count { display: none; }

#categories {
    display: none;
    display: block;
    position: fixed;
    background: #fff;
    z-index: 10000;
    top: 0;
    left: 0;
    right: 100%;
    bottom: 0;
    overflow-x: hidden;
    overflow-y: auto;
    transition: right 0.3s ease;
}
#mobile-menu-show:checked ~ #categories {
    right: 20%;
}
#categories .category-menu {
    padding: 20px;
}
#categories .has-children ul { display: none; }
#categories .has-children :checked ~ ul { display: block; }
#categories .has-children :checked ~ label::after { content: '\f077'; }
#categories .has-children ul {
    position: static;
    border: none;
}
#categories .has-children ul li a,
#categories .has-children ul li label {
    padding: 15px;
    display: block;
}
#categories .has-children ul li a::before,
#categories .has-children ul li label::before {
    content: '»';
    display: inline-block;
    margin-right: 20px;
}
#categories .has-children :checked ~ label {
    color: #DE058A;
    font-weight: bold;
}
#categories .category-menu li a,
#categories .category-menu li label {
    display: flex;
    justify-content: space-between;
    align-items: baseline;
    font-size: 16px;
    padding: 15px;
    border-top: 1.5px solid #ddd;
}

#categories .category-menu  {
    display: block;
}

#categories .mobile-menu-header {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-bottom: 30px;
}

#categories .mobile-menu {
    font-weight: bold;
    font-size: 18px;
    line-height: 30px;
    display: block;
}

#categories .mobile-menu-close {
    border-radius: 50%;
    cursor: pointer;
    background: #FFE2F3;
    width: 40px;
    height: 40px;
    line-height: 40px;
    text-align: center;
}

#search_filters {
    position: fixed;
    top: 0;
    left: 100%;
    right: 0;
    top: 0;
    bottom: 0;
    overflow-y: auto;
    height: 100vh;
    background: #fff;
    padding: 30px;
    z-index: 10000;
    transition: left 0.3s ease-in-out;
}
:checked ~ #search_filters {
    left: 20%;
}

.product-list-top {
    margin: 20px 0;
}
.sidelay-header {
    display: flex;
    font-size: 1.3em;
    font-weight: bold;
    margin-bottom: 20px;
    align-items: baseline;
}

.sidelay-header span {
    flex: 1 1 auto;
    margin: 0 20px;
}

.sidelay-header label {
    background: #FFE2F2;
    color: #262626;
    width: 45px;
    height: 45px;
    border-radius: 50%;
    text-align: center;
    line-height: 45px;
    font-size: 16px;
}

.blockcart {
    position: static;
}

#header .blockcart .body {
    z-index: 1000;
    width: 100%;
    top: 74px;
    box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.4);
}
.blockcart .body::before {
    right: 26px;
}

.cart-actions {
    margin-bottom: 30px;
}
.cart-buttons a {
    text-align: center;
    margin-top: 10px;
}

.cart-actions a {
    margin: 7px 0;
    display: flex;
    align-items: center;
}
.cart-actions a span {
    order: 1;
}
.cart-actions a i {
    order: 0;
    width: 24px;
    text-align: center;
}

#button-sort-mobile,
#button-facets {
    flex: 1 1 auto;
    margin-bottom: 20px;
    font-size: 0.9em;
}
#button-facets {
    padding: 10px 20px;
    box-shadow: 0 0 3px 0 #ccc;
    margin-right: 10px;
}
#button-facets i {
    margin-right: 10px;
}
#button-sort-mobile {
    margin-left: 10px;
    justify-content: center;
}
#button-sort-mobile i {
    color: #DE058A;
    margin-left: 10px;
    font-size: 0.9em;
}

.facet {
    border-top: 1px solid #ccc;
    padding: 20px;
}

#left-column .facet h3 {
    font-size: 1rem;
    font-weight: normal;
    color: inherit;
    display: block;
}
#wrapper #right-column {
    padding-left: 0;
}
:checked ~ .product-list-sort-options {
    position: fixed;
    top: 30%;
    display: block;
    left: 40px;
    right: 40px;
    z-index: 6000;
    width: auto;
    min-width: auto;
}

.follow-overlay {
    position: fixed;
    top: 0;
    width: auto;
    height: auto;
    z-index: 5000;
    bottom: 0;
    left: 0;
    right: 0;
    background: transparent;
    pointer-events: none;
    transition: background 0.3s ease-in-out;
}
:checked + .follow-overlay {
    pointer-events: initial;
    background: rgba(0, 0, 0, 0.4);
}
.product-list-sort-options a {
    padding: 10px;
}

.add-to-cart span {
    display: none;
}
.product-info .add-to-cart i {
    margin-left: 0;
}

/* Cart */
.cart-product .product-thumbnail {
    width: 100px;
    height: 100px;
}

.cart-product .product-name i {
    margin-left: 10px;
}

.product-quantity-input * {
    width: 35px;
    height: 35px;
    line-height: 35px;
}

.cart-product .product-quantity-input {
    margin: 0;
}

.cart-product .product-controls {
    flex-wrap: wrap;
    margin-top: 20px;
}
.cart-product .product-total { margin-top: 10px; }
.cart-product .product-price {
    width: auto;
}
.cart-product .product-total, .cart-product .product-quantity-input {
    margin-left: 10px;
}

/* My account */
.my-account-page {
    flex-direction: column;
}
.my-account-page .my-account-button {
    box-shadow: none;
    margin-bottom: 0;
    padding: 20px 0;
}
.my-account-page .my-account-button:hover {
    background: none;
}

.addresses .address-item,
.cart-actions,
.cart-buttons,
#subscribe form,
#full-menu .container-wrapper,
#footer .link-block ul,
#subscribe .container-wrapper,
#content-wrapper #login-form .form-fields,
#content-wrapper .authentication-columns {
    flex-direction: column;
}
#subscribe form {
    margin-top: 20px;s
}
#subscribe .container-wrapper {
    padding: 0 40px;
}
#subscribe span { padding-right: 0; font-size: 1.2em; text-align: center; margin-bottom: 20px; }
#subscribe input[type="text"] { margin-right: 0; margin-bottom: 10px; text-align: center; }

#footer .container-wrapper {
    flex-wrap: wrap;
    align-items: center;
}
#footer .container-wrapper,
#topbar .container-wrapper {
    padding: 0 30px;
}
#footer .link-block {
    display: none;
}

.z2-homepage-blocks .z2-homepage-block {
    width: 100%;
}

.z2-homepage-blocks .z2-homepage-cover {
    height: 350px;
}

.z2-homepage-blocks .z2-homepage-block img {
    display: block;
}

.z2-homepage-blocks .z2-homepage-text h2 {
    font-size: 30px;
}

.z2-homepage-blocks .z2-homepage-text {
    padding: 40px;
}
.z2-homepage-cover-text {
    font-size: 35px;
}
.z2-homepage-blocks .z2-homepage-block .button {
    width: max-content;
    box-sizing: content-box;
}
.products {
    /* flex-direction: column; */
}

.product {
    flex-direction: column;
}

.product-specs {
    order: 2;
}
.product-info {
    order: 1;
    width: 100%;
    position: static;
}

.products .product-miniature {
    flex: 0 0 45%;
}

#footer .link-block ul li + li {
    margin: 0;
}

.form .form-fields > label {
    flex-direction: column;
    align-items: flex-start;

}

.form .form-fields > label span:first-child {
    flex: 0;
    margin-bottom: 10px;
}

.my-account-header {
    flex-direction: column;
}

.my-account-header h2 {
    order: 2;
    margin-top: 5px;
    margin-bottom: 10px;
}

.my-account-header .welcome-user {
    margin-top: 20px;
}

.addresses .address-item {
    margin-right: 0;
    margin-bottom: 10px;
    align-items: flex-start;
}
.addresses .address-item .radio { display: none; }
.addresses .address-actions {
    display: flex;
    justify-content: space-between;
    width: 100%;
}

.addresses .address-actions a {
    padding: 15px 30px;
}

.product-miniature-cart:not(.show-permanent) {
    display: none !important;
}

#notifications .container {
    padding-bottom: 10px;
}

#view_wishlist .products { justify-content: space-between !important; }
#view_wishlist .products article.product-miniature { margin: 0 0 30px 0 !important; }


#btn-notify-me {
    margin-top: 10px;
    margin-left: 0 !important;
}

.promo-input {
    display: block;
    width: 100%;
    margin-bottom: 10px;
}

.z2-washing-rule + .z2-washing-rule {
    margin-top: 10px;
}
