/* start product page */
.catalog-product-view .columns .page-title-wrapper h1 {
    color: #e30927;
    font-size: 1.875rem;
    line-height: 1.2;
    letter-spacing: -.01em;
    font-weight: 700;
}
.catalog-product-view #maincontent .widget.block.block-static-block {
    display: none;
}
.catalog-product-view .breadcrumbs .item.cms_page {
    display: none !important;
}
.catalog-product-view .product.media {
    display: block;
}
.catalog-product-view .product.media .product.attribute.description {
    padding-top: 15px !important;
    font-size: 1.1428em;
    line-height: 1.6875;
    letter-spacing: -.015em;
}
p {
    font-size: unset !important;
    line-height: unset !important;
    letter-spacing: unset !important;
    margin-top: 0 !important;
    margin-bottom: 1rem !important;
}
@media only screen and (max-width: 768px) {
    .product-info-main .product.attribute.overview, .catalog-product-view .product.media .product.attribute.description {
        display: none !important;
    }
    .product-info-main .prices-tier.items, .product-info-main .product-info-stock-sku {
        margin-bottom: 0 !important;
    }
}
.product-info-main .product.sku .value{
    display:block !important;
}
.price-discount-header-extra {
    font-weight: 700 !important;
    background-color: #ffffff !important;
    padding-top: 20px !important;
    padding-bottom: 0 !important;
}
.bundle-options-wrapper{
    display: none;
}
.bundle-options-container {
    display: flex;
    margin-bottom: 0;
}
.bundle-options-container .product-add-form{
    display: block;
}
.block-bundle-summary{
    float: left;
    padding: 0;
    width: inherit;
    background-color: inherit;
}
.block-bundle-summary .title,
.block-bundle-summary .content .bundle-summary,
.block-bundle-summary .content .bundle-info .product-image-container,
.block-bundle-summary .content .bundle-info .product-details strong,
.block-bundle-summary .content .bundle-info .product-details p,
.block-bundle-summary .content .bundle-info .product-details .price-box,
.block-bundle-summary .content .bundle-info .product-details .product-addto-links {
    display: none;
}
.bundle-options-container .block-bundle-summary {
    background-color: unset !important;
    padding: 0 !important;
    width: unset !important;
    width: 100% !important;
}
@media (min-width: 768px) {
    .product.media {
        width: 31.333333333333% !important;
    }
}
@media (min-width: 768px) {
    .product-info-main {
        width: 66.666666666667% !important;
    }
}
.product-add-form {
    width: 100% !important;
}
/* end product page */

/* start account */
.account .order-status, .account #my-orders-table .status {
    display: none !important;
}
/* end account */

/* start checkout */
.billing-address-same-as-shipping-block label span {
    font-weight: 700 !important;
    color: #E30927 !important;
}
.amdelivery-main-container .field.date .control input {
    width: 80%;
}
.amdelivery-main-container .field.date .control button {
    border: none !important;
    background-color: #ffffff !important;
}
.amdelivery-main-container .field.date .control button {
    max-width: 28px;
}
.ui-datepicker-trigger:hover {
    color: unset !important;
}
.ui-datepicker-trigger:before {
    content: "\f073";
    font-family: 'Font Awesome\ 5 Free';
    font-weight: 400;
    font-size: 28px;
}
.ui-datepicker-trigger span, .checkout-index-index .form-shipping-address .field.street .control .label, .checkout-index-index .form-shipping-address .field-tooltip .label  {
    display: none !important;
}
.shipping-policy-block.field-tooltip:before {
    content: '\f854';
    font-family: 'porto-icons';
    font-size: 20px;
    line-height: 10px;
    display: inline;
    position: relative;
    color: #bbbbbb;
}
/* end checkout */

/* start footer */
.footer, .footer p {
    font-size: unset !important;
    line-height: unset !important;
    letter-spacing: unset !important;
    margin-top: 0 !important;
    margin-bottom: 1rem !important;
}
/* end footer */

/* start webform */
.webforms .legend {
    display: none !important;
}
.webforms-success-text {
    background-color: #fef10d;
    padding: 10px;
}
.webforms-success-text p {
    margin: 0 !important;
}
.webforms .fieldset, .webforms .field {
    padding: 0 !important;
    margin: 0 0 10px 0 !important;
}
/* end webform */

/*  Colors */
:root {
    --primary:#e30927 !important;
    --primary-accent:#ac1c30 !important;
    --secondary:#f5a200 !important;
    --secondary-accent:#ce8800 !important;
    --accent: #eeced3 !important;
    --element:#e30927 !important;
}

/* Footer */
.footer-middle:after{
    content: url(https://www.arwebshop.nl/media/swirl/voermeesters_swirl_footer.svg) !important;
}

/*  Colors */
:root {
    --base:#ffffff !important;
    --base-2:#f2f2f2 !important;
    --base-3:#e7e7e7 !important;
    --contrast:#222222 !important;
    --contrast-2:#555555 !important;
    --contrast-3:#777777 !important;
}

/* Width website to 1400*/
@media only screen and (min-width: 1200px) {
    .block.category.event, .footer.content, .header.content, .navigation, .page-main, .page-wrapper>.breadcrumbs ul, .page-wrapper>.page-bottom, .page-wrapper>.widget, .top-container, [data-content-type=row][data-appearance=contained], [data-content-type=row][data-appearance=full-width]>.row-full-width-inner, .container{
        max-width:1400px !important;
    }
}

/* General */
.full-width, .full-width img {
    width:100% !important;
}
@media only screen and (min-width: 1024px) {
    .col-lg-2-4 {
        max-width: 20% !important;
    }
    .col-lg-1-5 {
        max-width: 12.5% !important;
    }
}
@media only screen and (max-width: 768px) {
    .col-sm-3 {
        flex-basis:25% !important;
    }
    .col-sm-4 {
        flex-basis:33.3333% !important;
    }
    .col-sm-6 {
        flex-basis:50% !important;
    }
    .col-sm-8 {
        flex-basis:66.6667% !important;
    }
}
p a {
    text-decoration: underline !important;
}
p a:visited {
    color:var(--primary) !important;
}
p a:hover {
    color:var(--primary-accent) !important;
}
.black {
    color:var(--contrast); !important;
}
.yellow {
    color:#fef10d !important;
}
.border-bottom {
    border-bottom:1px solid var(--base-3) !important;
}
.block .block-title {
    font-family:inherit !important;
}
.block-title, .block-title.title strong{
    font-size:1.4rem !important;
    font-weight:700 !important;
    color:var(--element) !important;
    margin-bottom:0.5rem !important;
}
@media only screen and (max-width: 1024px) {
    .block-title, .block-title.title strong {
        font-size:1.2rem !important;
    }
}
@media only screen and (max-width: 768px) {
    .hide-on-mobile {
        display:none !important;
    }
    .main-panel-top {
        display:none !important;
    }
}
.page-header.type2 {
    border-bottom:0px !important;
}
@media only screen and (max-width: 991px) {
    .page-header.type2 {
        margin-bottom:70px !important;
    }
}

/* Fonts */
h1, h2, h3, h4, h5, .h1, .h2, .h3, .h4, .h5, h6, .h6 {
    font-weight:700 !important;
}
h2, .h2 {
    color: var(--contrast) !important;
}
h1, .h1, h3, .h3, h4, .h4 {
    color: var(--element) !important;
}
h6, .h6 {
    color: var(--contrast-3);
    text-transform: uppercase !important;
}
h4, .h4 {
    font-size:1.4rem;
}
@media only screen and (max-width: 1024px) {
    h4, .h4 {
        font-size:1.2rem !important;
    }
}

/* Icons */
.fa-facebook-messenger:before {
    content: "\f39e" !important;
    font-family:"Font Awesome 5 Free" !important;
}

/* Buttons */
a.pagebuilder-button-primary, a.pagebuilder-button-primary:focus, a.pagebuilder-button-primary:active ,button.pagebuilder-button-primary, button.pagebuilder-button-primary:active, button.pagebuilder-button-primary:focus {
    background:  var(--secondary) !important;
    color: var(--base) !important;
    padding: 12px 24px !important;
    font-weight: 600 !important;
    font-size: 0.9rem !important;
    border-radius: 30px !important;
    border: none !important;
    line-height:inherit !important;
    font-family:inherit !important;
}
a.pagebuilder-button-primary:hover, button.pagebuilder-button-primary:hover {
    background: var(--secondary-accent) !important;
    color: var(--base) !important;
    border: none !important;
}
a.pagebuilder-button-secondary, a.pagebuilder-button-secondary:active, a.pagebuilder-button-secondary:focus, button.pagebuilder-button-secondary button.pagebuilder-button-secondary:active, button.pagebuilder-button-secondary:focus {
    background: var(--primary) !important;
    color: var(--base) !important;
    padding: 12px 24px !important;
    font-weight: 600 !important;
    font-size: 0.9rem !important;
    border-radius: 30px !important;
    border: none !important;
    line-height:inherit !important;
    font-family:inherit !important;
}
a.pagebuilder-button-secondary:hover, button.pagebuilder-button-secondary:hover {
    background: var(--primary-accent) !important;
    color: var(--base) !important;
    border: none !important;
}
a.pagebuilder-button-link, a.pagebuilder-button-link:visited {
    color: var(--primary) !important;
    padding: 12px 24px !important;
    font-size: 0.9rem !important;
    font-weight: 600 !important;
    border: none !important;
    line-height:inherit !important;
    font-family:inherit !important;
}
a.pagebuilder-button-link:hover {
    color: var(--primary-accent) !important;
    border: none !important;
    text-decoration:none !important;
}
.pagebuilder-button-primary:after, .pagebuilder-button-secondary:after, a.pagebuilder-button-link:after {
    content:"\f061" !important;
    font-family:"Font Awesome 5 Free" !important;
    padding-left:10px !important;
}
a.pagebuilder-button-link:hover:after {
    color:var(--primary-accent) !important;
}
button:focus {
    outline: none !important;
}

/* Topbar */
.links  li  a {
    text-transform:none !important;
}
.links  li  a:hover {
    background-color: unset !important;
    color: var(--primary) !important;
}
.main-panel-top .header-left span {
    padding-right:10px !important;
}
.main-panel-top .header-left span:before {
    font-family: "Font Awesome 5 Free" !important;
    content:"\f00c" !important;
    font-weight:700 !important;
    color:green !important;
    padding-right:5px !important;
}
.page-header .panel.wrapper::after {
    border-bottom:0px !important;
}
.header.panel .header.links li.greet.welcome {
    display:none !important;
}

/* Logo */
.header-row .header-left {
    padding-top:15px !important;
    padding-bottom:10px !important;
}
.header-row  .header-left .logo img {
    width:auto !important;
    height:62px !important;
}
@media only screen and (max-width: 1024px) {
    .logo img {
        max-height:unset !important;
    }
}
.sticky-header  .logo img {
    display:none !important;
}

/* Header */
.page-header .amsearch-wrapper-block {
    float: unset !important;
    width: 100% !important;
}
.amsearch-form-block {
    justify-content: unset !important;
}
.page-header .amsearch-input-wrapper {
    width: 100% !important;
    max-width: 700px !important;
}
.amsearch-input {
    background-color: var(--base-2) !important;
    border-radius: 0 30px 30px 0 !important;
    border: 1px solid var(--base-3) !important;
    height: 40px !important;
}
.search-area {
     text-align: left !important;
 }
.amsearch-block-header.amsearch-collapsible-title {
    display: none !important;
}
.amsearch-products-section .product-item-description {
    font-size: 0.8rem !important;
}
.amsearch-item.product-item {
    padding-bottom: 0 !important;
}
.block-search .action.search:before {
    color:var(--contrast-3) !important;
}
.amsearch-result-section {
    border: none !important;
}
.amsearch-product-list {
    max-height: 510px;
}
.amsearch-products-section .amsearch-item:hover {
    background:var(--accent) !important;
}
.amsearch-wrapper-inner .price-wrapper.price-including-tax {
    display: none !important;
}
.amsearch-products-section.-list .amsearch-image {
    max-width: 100px !important;
}
.amsearch-item.product-item {
    padding-top: 10px !important;
    padding-bottom: 10px !important;
}
.amsearch-products-section .product-item [data-role='priceBox'] span {
    padding: 0 !important;
}

/* Search field*/
.block-search input {
    background-color:var(--base-2) !important;
    border-radius:0px 30px 30px 0px !important;
    border: 1px solid var(--base-3) !important;
}
.search-autocomplete {
    box-shadow:none !important;
}
.autocomplete-suggestions {
    width: 100% !important;
    box-shadow: 0px 0px 0px 10000px #00000033 !important;
    padding-top:0px !important;
    padding-bottom:0px !important;
    xxxmax-width: calc(100% - 20px) !important;
}
@media only screen and (min-width: 992px) {
    .search-autocomplete, .autocomplete-suggestions {
        border-top-right-radius: 30px !important;
        border-bottom-right-radius: 30px !important;
    }
}
.autocomplete-suggestion {
    padding:10px !important;
}
.autocomplete-suggestion .product-name {
    font-weight:600 !important;
}
.autocomplete-suggestion .product-price {
    font-weight:600 !important;
    color: var(--primary) !important;
    overflow-x: hidden !important;
}
.autocomplete-suggestion .product-des p {
    color: var(--contrast);
    margin-bottom: 0px !important;
}
.autocomplete-selected {
    background:var(--accent) !important;
}

/* Menu */
.navigation .ui-menu-item .level-top span {
    font-size:14px !important;
}
@media only screen and (min-width: 1024px) {
    .sw-megamenu.navigation li.level0.classic .submenu a {
        font-size: 14px !important;
    }
}
.page-header .navigation .level0 > .level-top {
    text-transform:none !important;
}
.submenu a {
    text-transform:none !important;
}
.sidebar .sidebar-content .side-megamenu {
    padding:0px !important;
}
.sw-megamenu.navigation.side-megamenu li.level0  a {
    padding:8px 15px !important;
    font-weight:700 !important;
    border:0px !important;
    margin-left:6px !important;
    margin-right:6px !important;
}
.breadcrumbs .items li {
    text-transform:none !important;
    color:var(--element) !important;
}
.breadcrumbs .items li:after, .breadcrumbs .items li:last-child {
    color:var(--contrast-2) !important;
}

/* Mobile menu*/
@media only screen and (max-width: 991px) {
    .nav-toggle:before {
        content: "\f0c9" !important;
        font-family:"Font Awesome 5 Free" !important;
        font-weight:600 !important;
        transform: scale(1.5,1) !important;
    }
    .nav-toggle {
        margin-bottom:0px !important;
        padding-bottom:0px !important;
    }
    .nav-toggle:after {
        content:"menu" !important;
        display:block !important;
        font-size: 10px !important;
    }
    .header-row .header-left {
        padding-top:0px !important;
        padding-bottom:0px !important;
    }
    .page-header a.logo {
        position: relative !important;
        left: calc((100vw / 2) - 65px) !important;
        transform: translateX(-50%) !important;
    }
    .page-header .header-left .logo {
        position: relative !important;
        left: calc((100vw / 2) - 65px) !important;
        transform: translateX(-50%) !important;
    }
    .page-header.type2 .header-contact .wishlist {
        display:none !important;
    }
    .header-row .header-left .logo img {
        padding: 5px !important;
    }
}

/* Mobile sticky menu*/
@media only screen and (max-width: 991px) {
    .sticky-header .logo img {
        display:block !important;
    }
}

/* Mobile search bar*/
@media only screen and (max-width: 991px) {
    .search-area.show-icon-tablet .block.block-search {
        display:block !important;
    }
    .page-header.type2 .header-row .header-center {
        padding:0px !important;
    }
    .search-area.show-icon-tablet a.search-toggle-icon {
        display:none !important;
    }
    .search-area.show-icon-tablet .block.block-search {
        left: calc(50% - 3px) !important;
        transform: translateX(-50%) !important;
        top:25px !important;
        min-width: calc(100vw + 0px) !important;
        border-radius:0px !important;
        border:20px solid var(--base) !important;
        border-top-width: 10px !important;
        box-shadow: 0px 5px 10px -7px var(--contrast-3) !important;
    }
    .search-area .minisearch {
        border:1px solid var(--base-3) !important;
        border-bottom:0px !important;
        box-shadow: 0px 1px 0 0px var(--base-3) !important;
    }
    .block-search input {
        border:0px !important;
    }
}

/* Banners */
.banner-main-space {
    padding-right:10px !important;
    padding-bottom:20px !important;
}
.banner-side-space {
    padding-left:10px !important;
    padding-bottom:20px !important;
}
.banner-main-space .pagebuilder-overlay {
    xxxbackground: linear-gradient(to bottom right, #00000066, transparent) !important;
    height:500px !important;
    max-width:100% !important;
}
.banner-side-space .pagebuilder-overlay {
    xxxbackground: linear-gradient(to right, #00000066, transparent) !important;
    height:240px !important;
    max-width:100% !important;
}
.banner-shadow .pagebuilder-overlay {
    background: linear-gradient(to bottom right, #00000066, transparent) !important;
}
.pagebuilder-overlay h2 {
    text-shadow: 1px 1px 3px rgba(0,0,0,.5) !important;
}
@media only screen and (max-width: 768px) {
    .banner-main-space {
        padding-right:0px !important;
    }
    .banner-side-space {
        padding-left:0px !important;
    }
}
.pagebuilder-poster-content h2 {
    text-shadow:1px 2px 1px #000 !important;
}
.pagebuilder-poster-content h3, .pagebuilder-poster-content h4, .pagebuilder-poster-content p {
    text-shadow:1px 1px 1px #000 !important;
}

/* Account */
html .btn-v-dark {
    background-color:var(--primary) !important;
    line-height: unset !important;
}
html .secondary .btn-v-dark {
    background-color:var(--secondary) !important;
    line-height: unset !important;
}
.block-collapsible-nav .item a:before, .block-collapsible-nav .item strong:before {
    display:none !important;
}
.block-collapsible-nav .item a, .block-collapsible-nav .item strong {
    border-bottom:0px !important;
}
.block-collapsible-nav .item:first-child {
    border-top: 0px !important;
}
.block-collapsible-nav .content {
    border:1px solid #ddd !important;
}
.form-create-account .fieldset-fullname .field-name-prefix {
    width: 80px !important;
}
.form-create-account .fieldset-fullname .field-name-prefix select {
    height: 50px !important;
}
.form-create-account #dob {
    width: auto !important;
    float: left !important;
    height: 50px !important;
}
.form-create-account .ui-datepicker-trigger {
    height: 50px !important;
}
.form-create-account .fullname label[for="firstname"] {
    display:none !important;
}
.form-create-account .fieldset-fullname label[for="firstname"] {
    display: block !important;
}
.amorderattr_img_radio {
    display: block !important;
}

/* Sidebar */
.sidebar.sidebar-additional {
    width:100% !important;
}
.sidebar.sidebar-additional .block.block-reorder {
    padding:0px !important;
}

/* Home > Ons voer */
.ons-voer a.pagebuilder-button-link, .ons-voer a.pagebuilder-button-link:visited {
    font-size: 16px !important;
}

/* Home > Productsoorten */
.productsoorten .background-accent {
    background-image: linear-gradient(to top,  var(--accent) 40%, transparent 40%) !important;
    border-bottom: 50px solid  var(--accent) !important;
}
.productsoorten .background-accent:hover {
    box-shadow: 0px 3px 10px 0px  var(--contrast-3) !important;
    color: var(--primary-accent) !important;
}
.productsoorten .pagebuilder-poster-content {
    position:absolute !important;
    bottom:-50px !important;
    right:-14px !important;
    transition: 0.25s !important;
}
.productsoorten .pagebuilder-poster-content p {
    text-shadow:none !important;
}
.pagebuilder-poster-content h3, .pagebuilder-poster-content p {
    text-shadow:1px 1px 1px #000 !important;
}
.productsoorten .pagebuilder-column-line {
    flex-wrap: wrap !important;
}
.productsoorten .pagebuilder-poster-content span:after {
    content:"\f061" !important;
    color: var(--contrast) !important;
    font-family:"Font Awesome 5 Free" !important;
    padding-left:10px !important;
    font-weight: 700 !important;
    opacity:0 !important;
}
.productsoorten .pagebuilder-banner-wrapper:hover .pagebuilder-poster-content {
    right:0px !important;
    transition: 0.25s !important;
}
.productsoorten .pagebuilder-banner-wrapper:hover .pagebuilder-poster-content span:after {
    opacity:1 !important;
    color: var(--primary-accent) !important;
    transition: 0.25s !important;
}

/* Home > hardlopers */
@media only screen and (min-width: 1200px) {
    .products-grid.columns4 .widget-product-grid .product-item {
        width:20% !important;
    }
}

/* Blog > Home */
#mpblog-list-container .row .post-list-item {
    width:100% !important;
    margin:10px !important;
    margin-left:10px !important;
    background-color: var(--base) !important;
    text-align:left !important;
}
#mpblog-list-container .row .post-list-item:hover {
    box-shadow: 0px 3px 10px 0px var(--contrast-3) !important;
}
#mpblog-list-container .row .post-list-item .post-item-wraper, #mpblog-list-container .row .post-list-item .post-item-wraper:hover {
    padding:0px !important;
    border:0px !important;
    box-shadow:none !important;
}
#mpblog-list-container img.img-responsive {
    width:100% !important;
    object-fit:cover !important;
    object-position: center !important;
    margin:0px !important;
}
.post-list-container .post-list-item img.img-responsive {
    height:250px !important;
}
#mpblog-list-container .row .post-list-item .post-item-wraper .post-info-wraper {
    padding:20px !important;
}
#mpblog-list-container .row .post-list-item .post-item-wraper .mp-post-title {
    margin-bottom:20px !important;
}
#mpblog-list-container .row .post-list-item .post-item-wraper .mp-post-title a {
    color:var(--element) !important;
}
#mpblog-list-container .row .post-list-item .post-item-wraper .mp-post-info {
    display:none !important;
}
#mpblog-list-container .row .post-list-item .post-item-wraper .post-short-description p {
    display: -webkit-box !important;
    -webkit-line-clamp: 6 !important;
    -webkit-box-orient: vertical !important;
    overflow: hidden !important;
}
#mpblog-list-container .row .post-list-item .post-item-wraper .actions a {
    color:var(--primary) !important;
    font-weight:700 !important;
}
#mpblog-list-container .row .post-list-item .post-item-wraper a:hover {
    color:var(--primary-accent) !important;
}
@media only screen and (min-width: 768px) {
    #mpblog-list-container .row{
        flex-wrap: nowrap !important;
    }
}

/* Home > onze merken */
.onze-merken {
    padding:0 30px !important;
}
@media only screen and (max-width: 1024px) {
    .onze-merken {
        padding:0 15px !important;
    }
}
@media only screen and (max-width: 768px) {
    .onze-merken {
        padding:0px !important;
    }
    .nowrap .pagebuilder-column-line {
        flex-wrap: nowrap !important;
    }
}

/* Blog > Overview */
.mp-blog-rss {
    display:none !important;
}
.post-list-content .mp-clear {
    display:none !important;
}
.post-list-content {
    margin-left:-10px !important;
    margin-right:-10px !important;
}
.post-list-content .post-item-wraper {
    padding:0px !important;
    background-color:var(--base-2) !important;
    border: 0px !important;
}
.post-list-content .post-item-wraper:hover {
    box-shadow: 0px 3px 10px 0px var(--contrast-3) !important;
}
.post-list-content .post-info-wraper {
    padding:20px !important;
}
.post-list-content .post-image img.img-responsive {
    height:250px !important;
}
.post-list-content h2.mp-post-title {
    font-size:1.2rem !important;
    min-height: 50px !important;
    display: flex !important;
    align-items: center !important;
}
.post-list-content .post-info-wraper h2.mp-post-title a {
    color:var(--element) !important;
}
.post-list-content .post-info-wraper h2.mp-post-title a:hover, .mp-post-meta-info a.mp-read-more:hover {
    color:var(--primary-accent) !important;
}
.post-list-content .mp-post-info {
    margin-bottom:5px !important;
}
.post-list-content .post-short-description p {
    display: -webkit-box !important;
    -webkit-line-clamp: 4 !important;
    -webkit-box-orient: vertical !important;
    overflow: hidden !important;
}
.post-list-content .post-short-description p:first-child, .post-list-content .post-short-description p:last-child {
    display:none !important;
}
.post-list-content .post-info-wraper a.mp-read-more {
    font-weight:700 !important;
}
.post-list-content .limiter-options {
    padding-right:20px !important;
    margin-right:10px !important;
}
.mpblog-search .control input {
    border: 1px solid var(--base-3) !important;
    border-radius: 0px 30px 30px 0px !important;
    background-color: var(--base-2) !important;
    color: var(--contrast) !important;
}
.mpblog-search .actions i {
    margin-top:7px !important;
}
.mp-sidebar .data.item.title .data.switch {
    padding-left:0px !important;
    padding-right:0px !important;
}
.mp-sidebar .list-post-tabs a {
    font-weight:600 !important;
}
.mp-sidebar .list-post-tabs:hover {
    background-color:var(--accent) !important;
}
.mp-footer {
    display:none !important;
}
.post-short-description {
    min-height: 120px !important;
}
.post-image {
    min-height: 190px;
}

/* Blog > Individual */
.mpblog-post-view  .page-title-wrapper h1.page-title {
    font-size:2.5rem !important;
}
@media only screen and (max-width: 1024px) {
    .mpblog-post-view  .page-title-wrapper h1.page-title {
        font-size:2rem !important;
    }
}
@media only screen and (max-width: 768px) {
    .post-list-content.col-sm-8 {
        max-width:unset !important;
    }
}

/* Category */
.type9 .product-item-photo:hover, .product-item-info:hover .product-item-photo {
    box-shadow:none !important;
}
.products-grid ol.product-items li.product-item:hover {
    box-shadow: 0px 3px 10px 0px var(--contrast-3) !important;
}
.product-item-info img.product-image-photo {
    min-height:250px !important;
    max-height:250px !important;
    height:100% !important;
    object-fit:contain !important;
}
.product-item-info.type9 .product-item-actions > .actions-primary .tocart {
    line-height:unset !important;
    background-color: var(--secondary) !important;
    border-color:var(--base) !important;
    border-width:2px !important;
    color:var(--base) !important;
    opacity:1 !important;
    width:72px !important;
}
.product-item-info.type9 .product-item-actions > .actions-primary .action.primary:hover {
    background-color: var(--secondary-accent) !important;
}
.product-item-info.type9 .product-item-actions > .actions-primary .tocart {
    display:none !important;
}
.product-item-info.type9 .product-item-details {
    text-align:center !important;
}
.product-item-info.type9 .product-item-details .product-item-name {
    white-space:unset !important;
    min-height:4rem !important;
}
.product-item-info.type9 .product-item-details .product-item-name a {
    white-space:unset !important;
    font-weight:700 !important;
    ffont-size:1rem !important;
}
.product-item-info.type9 .product-item-details .product-item-name a:hover {
    color: var(--primary) !important;
}
.product-item-details .price-including-tax, .product-item-details .price-excluding-tax {
    margin-bottom:0.45rem !important;
}
.product-item-details .price-excluding-tax .price {
    color:var(--primary) !important;
    font-size:1rem !important;
    font-weight:700 !important;
}
.product-item-details .price-including-tax .price {
    color:var(--contrast-3) !important;
    font-weight:normal !important;
    font-size:1rem !important;
}
.product-item-details .price-including-tax .price:before {
    content:"Excl. btw " !important;
    font-size:1rem !important;
}
.product-item-details .price-container .product-tax-display {
    display:none !important;
}
.catalog-category-view .sidebar.sidebar-main .sidebar-content {
    border:0px !important;
}
UIT.filter-options-item {
    border-bottom:0px !important;
}
.block-category-list .block-title {
    color: var(--primary) !important;
    font-weight: 700 !important;
    text-transform:none !important;
}
.block-category-list ol, .layered-filter-block-container ol {
    margin-bottom:0px !important;
    padding-left:0px !important;
}
.block-category-list li, .layered-filter-block-container li {
    list-style:none !important;
}
.block-category-list .block-content ol li a {
    color: var(--contrast) !important;
    font-weight: 700 !important;
    text-transform:none !important;
}
.block-category-list li.item a:hover {
    color: var(--primary) !important;
}
.filter-options-title {
    text-transform:none !important;
    font-weight: 700 !important;
}
.filter-options-title .toggle::after, .filter-options-title .toggle::before {
    background: var(--contrast-3) !important;
}
.filter-options-content .item a:hover, .filter-options-content .item a:hover .count {
    color: var(--primary) !important;
}
.sorter-action, .modes-mode.active, .modes-mode:hover {
    background-color:unset !important;
}
.modes-mode:hover:before {
    color: var(--primary-accent) !important;
}
.sorter-action:hover, .sorter-action:hover:before {
    background-color:unset !important;
    color: var(--primary-accent) !important;
}
.category-description p {
    font-size:1rem !important;
}
.pages a.page, .pages strong.page, .pages .action {
    border:0px !important;
}
.pages .current .page {
    background-color: unset !important;
}
.pages a.page:visited {
    color:var(--contrast-3) !important;
}
.pages strong.page:hover, .pages a.page:hover {
    border:0px !important;
    color:var(--primary) !important;
}
.pages .action.next, .pages .action.previous {
    background-color:unset !important;
    color:var(--contrast) !important;
}
.pages .action.next, .pages .action.previous {
    background-color:unset !important;
    color:var(--contrast) !important;
}
.pages .action:hover {
    border:0px !important;
    background-color:unset !important;
    color:var(--primary) !important;
}
.items.am-filter-items-category_ids {
    padding: 0 !important;;
}
.items[class*=category_ids]:not(.items-children)>.item>a {
    font-weight: 400 !important;
}

/* Productpage */
.fotorama__arr .fotorama__arr__arr {
    background-color:var(--primary) !important;
    border-radius:100% !important;
}
.fotorama__arr .fotorama__arr__arr:hover {
    background-color:var(--primary-accent) !important;
}
.fotorama__arr .fotorama__arr__arr:before {
    color:var(--base) !important;
}
.fotorama__arr--next .fotorama__arr__arr:before {
    margin-left:1px !important;
    margin-right:-1px !important;
}
.fotorama__arr--prev .fotorama__arr__arr:before {
    margin-left:-1px !important;
    margin-right:1px !important;
}
.fotorama__stage {
    border:0px !important;
}
.fotorama__nav .fotorama__thumb-border {
    border-color: var(--primary) !important;
}
.fotorama__thumb {
    background-color:unset !important;
    border:1px solid var(--base-3) !important;
}
.product-share {
    display:none !important;
}
.product-info-main .page-title-wrapper h1 {
    color: var(--element) !important;
}
.product-info-price .price-excluding-tax {
    color: var(--primary) !important;
    font-size: 1.2rem !important;
    font-weight: 700 !important;
}
.product-info-price .price-including-tax:before {
    content:"Excl. btw " !important;
    color:var(--contrast-3) !important;
    font-size:1rem !important;
    font-weight:normal !important;
}
.product-info-price .old-price .price-including-tax:before {
    display:none !important;
}
.product-info-price .price-including-tax {
    display: inline !important;
    color:var(--contrast-3) !important;
    font-size: 1rem !important;
    font-weight:normal !important;
}
.product-info-price .product-tax-display {
    color:var(--contrast-3) !important;
    font-size: 1rem !important;
    font-weight:normal !important;
    padding-left:5px !important;
}
.price-box .levertijd, .product-info-stock-sku .levertijd {
    font-size:14px !important;
    font-weight:700 !important;
}
.levertijd .fa-check-circle {
    color:green !important;
}
.product-info-main .product-info-stock-sku {
    text-transform: none !important;
}
.product-add-form .box-tocart {
    border:0px !important;
}
.box-tocart .action.tocart {
    background-color: var(--secondary) !important;
    border-radius:30px !important;
    width:100% !important;
    text-transform: none !important;
    font-weight:500 !important;
}
.box-tocart .action.tocart:hover {
    background-color: var(--secondary-accent) !important;
}
.box-tocart .action.tocart:after {
    display: inline-block !important;
    content: "\e04e" !important;
    font-family: "Simple-Line-Icons" !important;
    margin-left: 0.5rem !important;
    font-size: 1.125rem !important;
}
.box-tocart .action.tocart:before {
    display:none !important;
}

/* Productpage > Wishlist Compare*/
.box-tocart .actions {
    width: calc(100% - 235px) !important;
}
.product-addto-links .action.towishlist, .product-addto-links .action.tocompare {
    border:0px !important;
}
@media only screen and (max-width: 1024px) {
    .box-tocart .actions {
        width: calc(100% - 120px) !important;
        float: right !important;
        margin-right: 0 !important;
    }
}
.moved-add-to-links {
    display:unset !important;
}
.product-addto-links .action.towishlist, .product-addto-links .action.tocompare {
    margin-top:20px !important;
    margin-left:0px !important;
    width:49% !important;
}
.product-addto-links .action.tocompare {
    float:right !important;
}
.product-addto-links a.action {
    display: inline-block !important;
    width: 49% !important;
    margin-right: 0 !important;
    background-color: var(--base-2) !important;
    border-radius: 30px !important;
}

/* Productpage > Pricetable*/
.prices-tier.items {
    width:100% !important;
    margin-bottom:2rem !important;
}
.prices-tier.items table {
    background-color: var(--base-2) !important;
}
.prices-tier.items table th, .prices-tier.items table tr:first-child {
    font-weight:700 !important;
}
.prices-tier.items table tr:nth-child(odd) {
    background-color: var(--base) !important;
}
.prices-tier.items table tr:last-child {
    border-bottom:1px solid var(--base-2) !important;
}

/* Productpage > Voordelen*/
.product-social-links .block-title {
    display:block !important;
}
.product-social-links ul {
    list-style-type: none !important;
    padding-left:20px !important;
}
.product-social-links ul li:before {
    content:"\f00c" !important;
    font-family:"Font Awesome 5 Free"; padding-right:10px !important;
    font-weight: bold !important;
}

/* Productpage > Tabs */
.product.data.items .item.title.active {
    color:var(--base) !important;
    background-color: var(--primary) !important;
    border-color: var(--primary) !important;
    border-radius: 5px 5px 0 0 !important;
}
.product.data.items .item.title {
    color: var(--contrast) !important;
    text-transform: none !important;
    padding-left: 20px !important;
    padding-right: 20px !important;
    margin-right: 0 !important;
}
.product.data.items .item.content table {
    width:100% !important;
}
.product.data.items .item.content table tr:nth-child(odd) {
    background-color: var(--base-2) !important;
}
.product.info.detailed .additional-attributes th {
    width:30%;
    padding:11px 0.5em !important;
}
.product.info.detailed .additional-attributes td {
    padding:11px 0.5em !important;
}
.product.info.detailed .additional-attributes td {
    padding:11px 0.5em !important;
}
.product.info.detailed .additional-attributes td:before {
    float:left !important;
}
.product.data.items .item.content table.tabtable tr:first-child {
    color: var(--primary) !important;
    font-weight:700 !important;
}
.product.data.items .item.content table.tabtable tr:nth-child(odd) {
    background-color: var(--base) !important;
}
.product.data.items .item.content table.tabtable tr:nth-child(even) {
    background-color: var(--base-2) !important;
}
.product.data.items .item.content table.tabtable td:first-child {
    width:30% !important;
    font-weight:700 !important;
}
.product.data.items .item.title:hover {
    border-color: var(--primary) !important;
}
@media only screen and (max-width: 768px) {
    .product.info.detailed .additional-attributes th {
        width:unset !important;
    }
    .product.data.items .item.content table.tabtable td:first-child {
        width:unset !important;
    }
    .product.data.items .item.content table.tabtable td:nth-child(2) {
        text-align:right !important;
    }
    .product.data.items .item.title.active {
        background-color: unset !important;
        color:var(--primary) !important;
    }
    .product.data.items .item.title {
        color:var(--primary) !important;
        padding-left:0px !important;
        padding-right:0px !important;
    }
    .product.data.items .item.title  .switch {
        font-size:1.2rem !important;
    }
}

/* Productpage > Upsell */
.block.upsell .block-title.title {
    padding:30px 0 15px !important;
}
.block.upsell .block-title.title strong {
    color: var(--element) !important;
    font-size:1.4rem !important;
    line-height:1.4rem !important;
    margin-bottom: 0.5rem !important;
    padding:0 !important;
}
.products-grid.products-upsell ol.product-items li.product-item {
    width:25% !important;
    min-height:450px !important;
}
@media only screen and (max-width: 768px) {
    .block.upsell .block-title.title strong {
        font-size:1rem !important;
        line-height:1rem !important;
    }
    .products-grid.products-upsell ol.product-items li.product-item {
        width:50% !important;
    }
}
.block.upsell .product-item-name {
    min-height: 4rem !important;
    white-space: unset !important;
}
.block.upsell .product-item-name a {
    font-size:1rem !important;
    font-weight:700 !important;
    white-space: unset !important;
}
.block.upsell .product-item-info img.product-image-photo {
    height:100% !important;
}

/* Popup */
#confirmBox a {
    font-family:inherit;
    color:var(--primary) !important;
    font-weight:700 !important;
}
.amcart-confirm-buttons button.am-btn-right {
    background-color: var(--secondary) !important;
    border-radius: 30px !important;
    border:0px !important;
    box-shadow:none !important;
    font-size:1.2rem !important;
    width:90% !important;
    margin:0 auto !important;
}
.amcart-confirm-buttons button.am-btn-right:hover {
    background-color: var(--secondary-accent) !important;
}
.amcart-confirm-buttons button.am-btn-left {
    background-color: unset !important;
    border:0px !important;
    box-shadow:none !important;
    color: var(--secondary) !important;
    font-size:1.2rem !important;
    width:90% !important;
    margin:0 auto !important;
}
.amcart-confirm-buttons button.am-btn-left:hover {
    color: var(--secondary-accent) !important;
}

/* MiniCart */
.porto-icon-shopping-cart:before {
    content: "\e04e" !important;
    font-family: "Simple-Line-Icons"!important;
}
.minicart-wrapper .action.showcart .counter.qty {
    background-color:var(--secondary) !important;
}
.block-minicart .actions .secondary a.viewcart {
    color:var(--primary) !important;
}
.minicart-wrapper .block-minicart .total-count {
    text-transform:none !important;
}
.minicart-wrapper .block-minicart .subtotal {
    text-transform:none !important;
}
.block-minicart .actions .primary .action.primary {
    background-color: var(--secondary) !important;
    border-radius:30px !important;
    text-transform:none !important;
}
.block-minicart .actions .primary .action.primary:hover {
    background-color: var(--secondary-accent) !important;
}
.block-minicart .details-qty.qty label {
    margin-right:20px !important;
    margin-bottom:0px !important;
}
.block-minicart .subtotal .label:after {
    display:none !important;
}

/* Checkout > Cart */
.cart-summary .checkout-methods-items .action.primary.checkout {
    background-color:var(--secondary) !important;
    color:var(--base) !important;
}
.cart-summary .checkout-methods-items .action.primary.checkout:hover {
    background-color:var(--secondary-accent) !important;
}
.products-crosssell .product-item-info .product-item-details .product-item-actions .tocart {
    border-radius: 30px !important;
    border:0px !important;
    background-color: var(--primary) !important;
    color: var(--base) !important;
    text-transform: none !important;
}
.products-crosssell .product-item-info .product-item-details .product-item-actions .tocart:hover {
    background-color: var(--primary-accent) !important;
}
.products-crosssell .product-item-info .product-item-details .product-item-actions .actions-secondary {
    display:none !important;
}
.cart-discount .fieldset.coupon #coupon_code {
    min-width:170px !important;
    padding:0 20px !important;
    height:44px !important;
    border: 0px !important;
    border-radius:30px 0 0 30px !important;
    background-color:var(--base-2) !important;
}
.cart-discount .actions-toolbar button.action {
    border-radius:0 30px 30px 0 !important;
    background-color:var(--secondary) !important;
    color:var(--base) !important;
    opacity: 1 !important;
    text-transform: none !important;
}
.cart-discount .actions-toolbar button.action:hover {
    background-color:var(--secondary-accent) !important;
}
.cart.main.actions .action.update {
    background-color:unset !important;
    color:var(--primary) !important;
    padding-right:0px !important;
    padding-left:0px !important;
}
.cart.main.actions .action.update:hover {
    color:var(--primary-accent) !important;
}
.cart.actions button.action, .cart.table-wrapper th, .cart-summary .title {
    text-transform: none !important;
}
@media only screen and (max-width: 768px) {
    .cart-discount .block .title {
        display:block !important;
        padding:20px 0px !important;
    }
    .cart-discount .block .title:after {
        margin-top:20px !important;
    }
    .cart-discount .block .title strong{
        font-weight:700 !important;
    }
    .cart-discount .content{
        padding:10px 0 20px 0px !important;
    }
    .table-wrapper{
        margin-bottom:0px !important;
    }
}
.amorderattr_img_redio .choice input {
    float: left;
}
.amorderattr_img_redio .choice label {
    display: block;
    padding-left: 20px;
}

/* Checkout > Shipping */
.opc-progress-bar-item._active:before, .opc-progress-bar-item._active span:before {
    background-color: var(--primary) !important;
}
.opc-estimated-wrapper .estimated-block .estimated-price {
    color: var(--primary) !important;
}
.opc-wrapper hr {
    display:none !important;
}
.opc-wrapper {
    padding-top:30px !important;
}
.opc-wrapper .step-title {
    text-transform:none !important;
}
.minicart-items .product-item-name {
    max-width:140px !important;
}
.form-login .field:nth-child(2) .control {
    display: flex !important;
    align-items: baseline !important;
}
.fieldset > .field .choice input, .fieldset > .fields > .field .choice input {
    vertical-align: baseline !important;
}
button.action.primary, .action.primary {
    text-transform:none !important;
    border-radius:30px !important;
}
.checkout-index-index .footer-middle {
    display:none !important;
}
.field-error {
    color: var(--primary) !important;
    font-weight:700 !important;
}
.amdelivery-main-container .field.date .control input {
    width:75% !important;
}
.amdelivery-main-container .field.date .control button {
    width:25% !important;
    line-height: 25px !important;
    margin-top: -3px !important;
    background-color:var(--base-2) !important;
}
.opc-block-summary .title {
    text-transform:none !important;
}
.checkout-container .street, .checkout-container div[name="shippingAddress.postcode"], .checkout-container div[name="shippingAddress.city"], .checkout-container div[name="shippingAddress.region"] {
    margin: 0 !important;
}
.checkout-container .street .label, .checkout-container div[name="shippingAddress.postcode"] .label, .checkout-container div[name="shippingAddress.city"] .label, .checkout-container div[name="shippingAddress.region"] .label {
    display: none !important;
}
@media(max-width: 736px){
    .checkout-container .street .label, .checkout-container div[name="shippingAddress.postcode"] .label, .checkout-container div[name="shippingAddress.city"] .label, .checkout-container div[name="shippingAddress.region"] .label {
        display: none !important;
    }
}
.checkout-container input[name="street[0]"], .checkout-container input[name="postcode"], .checkout-container input[name="city"], .checkout-container input[name="region"] {
    border: 0 !important;
    font-style: italic;
    opacity: unset !important;
    line-height: unset !important;
}
.checkout-container input[name="street[0]"], .checkout-container input[name="postcode"], .checkout-container input[name="region"] {
    padding: 0 12px !important;
}
.checkout-container input[name="city"] {
    padding: 0 12px 20px 12px !important;
}
.checkout-container input[name="street[0]"]:focus, .checkout-container input[name="postcode"]:focus, .checkout-container input[name="city"]:focus, .checkout-container input[name="region"]:focus {
    box-shadow: none !important;
}

/* Checkout > Billing */
.opc-progress-bar-item._complete  span {
    color:var(--contrast-3) !important;
}
.checkout-agreements-block .checkout-agreement.field {
    align-items: baseline !important;
}
.checkout-index-index .footer-middle {
    display:none !important;
}
.action.primary.checkout {
    border:0px !important;
    background-color: var(--primary) !important;
    text-transform:none !important;
}
.action.primary.checkout:hover {
    background-color: var(--primary-accent) !important;
}
.payment-method .payment-method-title label {
    display: inline !important;
}
.payment-method .payment-method-title label:before, .payment-method .payment-method-title label:after {
    float:right !important;
}
.checkout-index-index .block.items-in-cart {
    display: none !important;
}

/* Cart Empty */
.cart-empty .btn-go-shop {
    background-color:var(--secondary) !important;
    border-radius: 30px !important;
    text-decoration: none !important;
    text-transform:none !important;
    padding: 12px 24px !important;
}
.cart-empty .btn-go-shop:hover {
    background-color:var(--secondary-accent) !important;
}

/* Footer */
footer .footer.content {
    display:none !important;
}
.footer-service td:first-child {
    width:40px !important;
    text-align:center !important;
}
.footer-service td {
    vertical-align:middle !important;
    padding-top:0px !important;
}
.footer-service tr:last-child td {
    padding-bottom:0px !important;
}
.footer-service i {
    font-size:32px !important;
}
.footer .newsletter input {
    border: 1px solid var(--base-2) !important;
    border-right:0px !important;
    background-color: var(--base-2) !important;
}
.footer .newsletter .action.subscribe {
    text-transform:none !important;
    font-weight:600 !important;
    font-size:0.9rem !important;
    letter-spacing: unset !important;
    font-family: inherit !important;
}
.footer .newsletter .content p {
    line-height:24px !important;
}
@media only screen and (max-width: 1024px) {
    .footer-middle .col-lg-3, .footer-middle .col-lg-4, .footer-middle .col-lg-5, .footer-middle-2 .pagebuilder-column {
        padding-top:20px !important;
    }
}
.footer-middle .container {
    padding-top: 3rem !important;
    padding-bottom: 3rem !important;
}
.footer-middle .container::after {
    display:none !important;
}
.footer-middle:after {
    position: relative !important;
    left: 0 !important;
    bottom:-8px !important;
}
.footer-middle.footer-middle-2:after {
    display:none !important;
}
.footer-middle.footer-middle-2 .pagebuilder-column-group {
    margin-bottom:0px !important;
}
.footer-middle .block .block-title {
    margin: 0 !important;
    margin-bottom: 0.5rem !important;
}
.footer-middle.footer-middle-2 h4 {
    color:var(--primary) !important;
}
.footer-middle .block .block-title strong {
    font-size: 1.4rem !important;
    font-weight:bold !important;
    line-height: 1.2 !important;
    color:var(--element) !important;
}
@media only screen and (max-width: 1024px) {
    .footer-middle .block .block-title strong {
        font-size:1.2rem !important;
    }
}
.footer-keurmerken hr {
    background:unset !important;
    margin:18px 0 !important;
}
@media only screen and (max-width: 768px) {
    .footer-keurmerken {
        display: flex !important;
        flex-direction: row-reverse !important;
        justify-content: space-around !important;
        padding-top:40px !important;
    }
    .footer-keurmerken figures {
        display:inline-block !important;
    }
    .footer-keurmerken div {
        display:none !important;
    }
}
.footer-bottom {
    padding-bottom:15px !important;
}
.footer-bottom address {
    margin-bottom:0px !important;
}
.footer-bottom .footer-payment img {
    height:20px !important;
}
@media only screen and (max-width: 768px) {
    .footer-middle .pagebuilder-column.col-sm-6:first-child, .footer-middle table tbody tr td {
        padding-left: 0 !important;
    }
}
