/*
ambblack: '#202020',
amborange: '#fea700',
ambgreen: '#85ca4d',
ambgrey: '#f0f0f0'

.lato-thin {
  font-family: "Lato", sans-serif;
  font-weight: 100;
  font-style: normal;
}

.lato-light {
  font-family: "Lato", sans-serif;
  font-weight: 300;
  font-style: normal;
}

.lato-regular {
  font-family: "Lato", sans-serif;
  font-weight: 400;
  font-style: normal;
}

.lato-bold {
  font-family: "Lato", sans-serif;
  font-weight: 700;
  font-style: normal;
}
*/

.checkout-cart-index .page-bottom .content,
.bss-onestepcheckout .page-bottom .content {
    display: none!important;
}

#ambzoom {
    width: 250px;
    height: 250px;
    border: 1px solid #fff;
    border-radius: 50%;
    display: none;
    cursor: move;
    z-index: 999;
    position: absolute;
    top: 25px;
    left: 25px;
    pointer-events: none;
}

.zoom-container {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    pointer-events: none;
}

.img-zoom-lens {
    display: none;
    position: absolute;
    border: 1px solid #999;
    width: 120px;
    height: 120px;
    background: rgba(255, 255, 255, 0.3);
    pointer-events: none;
}

.img-zoom-result {
    position: absolute;
    top: 0;
    left: 100%;
    margin-left: 20px;
    width: 400px;
    height: 400px;
    border: 1px solid #ccc;
    background-repeat: no-repeat;
    background-size: 200%;
    z-index: 10;
}

.ambpshadow {
    -webkit-box-shadow: 4px 4px 4px 0px rgba(50, 50, 50, 0.60);
    -moz-box-shadow: 4px 4px 4px 0px rgba(50, 50, 50, 0.60);
    box-shadow: 4px 4px 4px 0px rgba(50, 50, 50, 0.60);
}

.ambpdimgUIT {
    -webkit-box-shadow: 4px 4px 4px 0px rgba(50, 50, 50, 0.60);
    -moz-box-shadow: 4px 4px 4px 0px rgba(50, 50, 50, 0.60);
    box-shadow: 4px 4px 4px 0px rgba(50, 50, 50, 0.60);
}

.ambroomslider {
    position: relative;
    width: 100%;
    max-width: 100%;
    /* Pas aan naar wens */
    margin: auto;
    overflow: hidden;
    border: #ccc 1px solid;
    padding: 20px;
}

.ambroomsliderheader {
    text-align: center;
    font-size: 1.5rem;
}

.ambroomitem {
    padding: 20px;
    margin: 20px;
    background: #f0f0f0;
}

.ambroomitemtxt {
    text-align: center;
    padding-top: 15px;
    min-height: 110px;
}

.ambroomslider ul {
    display: flex;
    padding: 0;
    margin: 0;
    list-style: none;
    transition: transform 0.4s ease-in-out;
}

.ambroomslider li {
    flex: 0 0 25%;
    /* 100% / 4 items = 25% */
    box-sizing: border-box;
}

.ambroomslider img {
    width: 100%;
    display: block;
}

.ambroomslider .prev,
.ambroomslider .next {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    background: rgba(255, 255, 255, 0.7);
    border: none;
    font-size: 2rem;
    cursor: pointer;
    z-index: 2;
}

.ambroomslider .prev {
    left: 10px;
}

.ambroomslider .next {
    right: 10px;
}


/* 📱 Mobiele weergave: 2 naast elkaar */

@media (max-width: 768px) {
    .ambroomslider li {
        flex: 0 0 50%;
    }
}

.checkout-index-index .field._error .control input,
.checkout-index-index .field._error .control select,
.checkout-index-index .field._error .control textarea {
    border-color: #c2c2c2!important;
}

input.mage-error,
select.mage-error,
textarea.mage-error {
    border-color: #c2c2c2!important;
}

.catalog-product-view #gallery .bg-white {
    --tw-bg-opacity: 1;
    background-color: rgb(255, 255, 255, .5);
}


/*.checkout-index-index .field-error {
    display: none;
}*/


/*.checkout-index-index #customer-email-error {
    opacity: 0;
}*/

.checkout-index-index .am-checkout:not(.-modern) {
    background: #f5f5f5;
}

.checkout-header h1 {
    font-size: 2.6rem;
}

.payment-method-content p[data-bind="html: getInstructions()"]:last-of-type {
    display: none;
}


/*input[name="billing-address-same-as-shipping"] {
    accent-color: #ffffff!important;
}*/

.ambfooterpaymenth,
.ambproddetailpaymenth {
    display: none!important;
}

.category-description {
    font-weight: 400!important;
}

a:hover {
    color: #fea700!important;
}

.ambunderline a {
    text-decoration: underline!important;
}

.ambunderline a:hover {
    color: #fea700!important;
}

#ambtotop {
    display: none;
    cursor: pointer;
    position: fixed;
    right: 10px;
    bottom: 10px;
    font-size: 60px;
    width: 50px;
    height: 50px;
    background: #fea700;
    vertical-align: top;
    line-height: 72px;
    text-align: center;
    text-decoration: none!important;
}

#ambtotop a:hover {
    color: #000!important;
}

.voorraad-container {
    display: flex;
    align-items: center;
    font-size: 18px;
    font-family: Arial, sans-serif;
    font-weight: bold;
}

.indicator {
    width: 12px;
    height: 12px;
    background-color: #00c853;
    border-radius: 50%;
    margin-right: 10px;
    box-shadow: 0 0 5px #00c853;
    animation: glow 1.5s infinite alternate;
}

@keyframes glow {
    0% {
        box-shadow: 0 0 5px #00c853;
    }
    100% {
        box-shadow: 0 0 15px #00c853;
    }
}

* {
    -webkit-tap-highlight-color: transparent!important;
}

a:focus,
a:visited,
a:active,
div,
button {
    outline: none!important;
}

.ambhmenuh a {
    font-weight: 500;
}

.coupon-form,
#discount-coupon-form {
    display: block!important;
    float: right;
    padding-right: 0;
}

#discount-form-toggle {
    display: none!important;
}

#discount-form .action-apply {
    padding: 7px;
}

#discount-form .action-apply span {
    font-size: 13px;
}

#discount-form .action-cancel {
    padding: 7px;
}

#discount-form .action-cancel span {
    font-size: 13px;
}

#customer-email-fieldset .note {
    display: none!important;
}

.checkout-cart-index .ambtaxc {
    display: none!important;
}

#cart-drawer .inline-flex.btn.btn-primary {
    background: #85ca4d!important;
    color: #fff!important;
}

.page-main {
    margin-top: 1rem;
    margin-bottom: 1rem;
}

#search_mini_form .w-full.leading-normal.transition.appearance-none.text-grey-800.flex.flex-col.mt-1 {
    position: absolute;
    max-width: 275px;
}

.ambmobshow {
    display: none;
}

.ambnavmobile {
    z-index: 9;
}

.ambpdtitle,
.ambpdsku {
    margin-top: 0!important;
    margin-bottom: 0!important;
    /*padding: 10px 0 0 0!important;*/
}

.page-layout-2columns-left .ambpdtitle,
.page-layout-2columns-left .ambpdsku {
    padding: 10px 0 0 0!important;
}

@media (min-width: 1536px) {
    .container {
        max-width: 1320px;
    }
    .page.messages .messages section#messages {
        max-width: 1320px;
    }
    .columns {
        max-width: 1320px;
    }
    [data-content-type=row][data-appearance=contained] {
        max-width: 1320px;
    }
    [data-content-type=row][data-appearance=full-width]>.row-full-width-inner {
        max-width: 1320px;
    }
}

.max-w-screen-2xl {
    max-width: 1320px;
}

#header {
    border-bottom-color: #fea700;
}

.ambsidemenu {
    border: 0px solid #e6ebee;
    background: #f0f0f0;
}

.ambsidemenu li {
    font-weight: 500!important;
}

.ambcattxt {
    padding: 10px;
    background: #fea700;
    color: #fff!important;
    font-weight: 500;
}

.ambcattxt:hover {
    padding: 10px;
    background: #fea700!important;
    color: #fff!important;
    font-weight: 500;
}

.ambsidemenu li.active {
    /*background: #fea700;*/
    color: #fea700;
    font-weight: bold;
}

.ambsidemenu li:hover,
.ambsidemenu li a:hover,
.ambsidemenu li.active {
    /*background: #fea700;*/
    color: #fff!important;
    /*font-weight: bold;*/
    background: #fea700!important;
}

.ambsidemenu .group22:last-of-type:hover,
.ambsidemenu .group22:last-of-type a:hover,
.ambsidemenu .group22.active:last-of-type {
    background: #85ca4d!important;
    /* Pas de achtergrondkleur aan */
}

.ambsidemenu li a {
    margin-left: 15px;
    text-indent: 5px;
    margin-right: 15px;
    font-weight: 500;
    border-bottom-width: 0px!important;
}

.ambhlmenu a {
    text-decoration: none;
    border-bottom-width: 0px!important;
}

.ambhlmenulabel a {
    background: #fea700;
}

.mgz-element-slider .mgz-carousel-item {
    background-position: initial;
}

.btn-primary {
    color: #202020;
}

.card {
    border-radius: .125rem;
    --tw-bg-opacity: 1;
    background-color: #ffffff;
    padding: 1rem;
    --tw-shadow: none;
    --tw-shadow-colored: none;
    box-shadow: none;
}

.cms-home .card {
    padding: 0rem;
}

.cms-home .hyva-category .container {
    border: 1px solid #dfe1e3;
}

.ambhomeslider .title-font {
    text-align: center;
    padding-top: 10px;
}

.ambhomeslider .my-12 {
    margin-top: 1rem;
    margin-bottom: 0rem;
}

.ambcarticoh {
    background: #fea700;
}

input:focus {
    outline: none!important;
    /* Verwijdert de blauwe rand */
    box-shadow: none!important;
    /* Verwijdert de eventuele schaduw */
}

.ambhmenuh a:hover {
    color: #fea700;
}

.magezon-builder a {
    color: #000;
}

.page-title.title-font {
    text-align: left!important;
}

.wishlist .comment-box {
    display: none;
}

.wishlist .product-image-container {
    max-height: 333px;
}

.wishlist .product-item {
    text-align: center;
}

.wishlist .actions-primary button {
    margin: 0 auto;
}

.catalog-product-view .w-full.h-full.fixed .object-left {
    object-position: center;
}

.catalog-product-view .w-full.h-full.fixed .amlabel-position-wrapper {
    display: none;
}

.catalog-product-view .product-description {
    display: none;
}

.ambhomefaq h2 {
    background: #fff!important;
    color: #fea700;
    margin-top: 10px;
    font-size: 28px!important;
    font-weight: 400;
}

.ambhomefaq h4 {
    font-size: 18px!important;
    font-weight: 400;
}

.cms-page-view .magezon-builder h2 {
    color: #fea700;
    background: #fff!important;
    padding-left: 0px!important;
    font-weight: 400;
}

.ambtable * {
    border-width: 0!important;
}

#grecaptcha-container-Contact {
    margin: 10px 10px 20px 8px;
}

.even\:bg-container-darker:nth-child(2n) {
    --tw-bg-opacity: 1;
    background-color: #fff!important;
}

.tig-postnl-field-group .field span {
    overflow: hidden;
    max-width: 100%;
    display: inline-block;
    text-overflow: initial;
    vertical-align: bottom;
}

.catalog-product-view .ambrecenth .js_slides button {
    display: none!important;
}

.catalog-product-view .ambrecenth .js_slides .btn-primary {
    color: #202020;
    width: 100%;
}

#ambclonediscount {
    position: absolute;
    margin-left: 215px;
    margin-top: -13px;
    background: #fea700;
    padding: 5px 10px 5px 10px;
    color: #000;
    font-weight: bold;
}


/*
.product-item-photo {
    display: flex;
    align-items: center;
    justify-content: center;
    position: relative;
    width: 100%;
    height: 360px;
}

.amblabelh {
    position: relative;
}

.products-grid .product-image-photo {
    width: auto;
    height: auto;
}

.amblabel {
    position: absolute;
    top: 10px;
    left: 10px;
    color: #ffffff;
    background: #fea700;
    padding: 10px;
    border-radius: 10px;
}

.ambpdimg {
    width: fit-content;
    margin: 0 auto;
}
    */


/*.products-grid .product-item-photo {
    min-height: 360px;
    display: flex;
}*/

#ambdiscountlabel {
    margin-top: -65px;
    margin-left: 100px;
}

.products-grid .product-image-photo {
    /*min-height: 360px;*/
    /*display: flex;*/
    object-fit: scale-down;
    object-position: center;
    height: 360px;
    /*width: auto!important;*/
    /*box-shadow: 4px 4px 4px 0px rgba(50, 50, 50, 0.60);*/
}

.products-grid .amlabel-position-wrapper {
    max-width: 50px;
    max-height: 50px;
    margin-left: 10px;
    margin-top: 10px;
}

.catalog-product-view .amlabel-position-wrapper {
    max-width: 150px;
    max-height: 75px;
    margin-top: 20px;
}

.products-grid .amlabel-text,
.cms-home .amlabel-text {
    position: absolute;
    top: 0px;
    left: 0px;
    background: #fea700;
    border-radius: 5px;
    padding: 5px 10px;
}

.catalog-product-view .amlabel-text {
    position: absolute;
    top: 10px;
    left: 23px;
    background: #fea700;
    border-radius: 5px;
    padding: 5px 10px;
}

.price-box.price-final_price {
    display: grid;
    float: left;
    line-height: normal;
}

.ambhomesliderbut {
    background: #e5e5e5;
    padding: 5px 10px;
    margin-top: 4px;
    float: right;
}

.ambprodlistitemmoreinfoh .ambhomesliderbut {
    background: #e5e5e5;
    padding: 7px 27px;
    margin-top: -4px;
    margin-left: 10px;
    float: right;
    font-size: 18px;
    font-weight: 300;
}

.old-price {
    order: 1;
    color: #848484;
}

.special-price {
    order: 2;
    font-weight: 700;
    color: #fea700;
}

.product-item .old-price .price-container .price {
    font-size: 1rem;
    line-height: 1.5rem;
    font-weight: 400;
    text-decoration: line-through;
}

.price-label {
    display: none!important;
}

.cms-home .hyva-category .mfwebp {
    /*min-height: 266px;*/
    /*display: inline-block;*/
    /*max-width: 200px;*/
}

.cms-home .hyva-category .container {
    padding: 0;
}

.cms-home .hyva-category p {
    white-space: normal !important;
    /*nowrap*/
    overflow: hidden !important;
    text-overflow: ellipsis !important;
    max-width: 200px;
    min-height: 10px;
}

.page.messages {
    position: fixed;
    z-index: 20;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}

.toolbar-sorter {
    display: none!important;
}

.category-cms h1,
.category-cms h2,
.category-cms h3 {
    font-weight: 300;
    color: #fea700;
    font-size: 28px;
    padding-top: 10px;
    padding-bottom: 10px;
}

.category-description div {
    padding: 0 !important;
    margin: 20px 0 0 0 !important;
    font-size: 1rem;
    line-height: 175%;
}

.catalog-product-view #product-details {
    display: none!important;
}

.catalog-product-view .rating-summary {
    display: none!important;
}

.catalog-product-view .stock {
    display: none!important;
}

.catalog-product-view #add-to-wishlist {
    margin-top: 10px;
}

#product-addtocart-button {
    background: #85ca4d !important;
    color: #ffffff !important;
    width: 100%;
    /* text-align: center; */
    display: inline;
    margin-top: 40px;
    border-radius: 3px;
    font-size: 18px;
}

#product-addtocart-button span {
    display: inline;
}

.ambpdsal {
    background: #f0f0f0;
    padding: 20px;
    margin-top: 50px;
}

.amb1left {
    position: absolute;
    float: left;
    padding-top: 44px;
    display: inline-flex;
}

.amb1leftgreendot {
    margin-top: 6px;
    margin-right: 10px;
}

.additional-attributes tr:nth-child(odd) {
    background: #f0f0f0;
}

.additional-attributes tr {
    border: none!important;
}

.final-price .price {
    color: #fea700;
    font-weight: 800!important;
}

.catalog-product-view .product-selling-points li {
    padding-left: 50px;
    height: 37px;
    line-height: 17px;
    padding-top: 7px;
}

.catalog-product-view .ambpdsal .old-price,
.catalog-product-view .ambpdsal .final-price {
    float: left!important;
}

.catalog-product-view .ambpdsal .final-price .price {
    font-size: 1.25rem;
}

.mp-post-info {
    display: none!important;
}

#search_mini_form .w-full.leading-normal.transition.appearance-none.text-grey-800.flex.flex-col.mt-1 {
    background: #fff;
}

.catalog-product-view .product-selling-points li.leverbaar,
.checkout-cart-index .product_cost .product_txt .direct-leverbaar li {
    background: url(/media/wysiwyg/schilderijenshop/icons/truck.webp) 8px 7px no-repeat;
}

.catalog-product-view .product-selling-points li.echtewinkel {
    background: url(/media/wysiwyg/schilderijenshop/icons/shop.webp) 8px 7px no-repeat;
}

.catalog-product-view .product-selling-points li.leveringdynh {
    background: url(/media/wysiwyg/schilderijenshop/icons/icon-clock-orange.png) 5px 5px no-repeat;
}

.catalog-product-view .product-selling-points li.uniekecol {
    background: url(/media/wysiwyg/schilderijenshop/icons/icon-orange-vink.webp) 7px 8px no-repeat;
}

.catalog-product-view .product-selling-points li.uspreviews {
    background: url(/media/wysiwyg/schilderijenshop/icons/star.webp) 7px 8px no-repeat;
}

.catalog-product-view .product-selling-points li.uspvakspecialist {
    background: url(/media/wysiwyg/schilderijenshop/icons/schilicon.webp) 7px 0px no-repeat;
}

.catalog-product-view .product-selling-points li.roomico {
    background: url(/media/wysiwyg/schilderijenshop/icons/icon-camera.png) 5px 3px no-repeat;
}

.ambpdroom {
    height: 120px;
    width: 100%;
    background: #f0f0f0;
    text-align: center;
    margin-top: 20px;
    margin-bottom: 20px;
    font-size: 30px;
    padding: 30px 10px 10px 10px;
}

.ambpdroom a:hover {
    color: #000!important;
}

.ambpdroombut {
    height: 45px;
    width: 150px;
    background: #fea700;
    padding: 8px 10px 5px 10px;
    font-size: 18px;
    display: inline-block;
    margin-left: 30px;
}

.ambpdroombut.ambbuttongreen {
    background: #85ca4d;
}

.ambpdroombut:hover {
    color: #000!important;
}

.ambpdrev {
    height: 300px;
    width: 100%;
    background: #f0f0f0;
    text-align: center;
    margin-top: 20px;
    margin-bottom: 20px;
    font-size: 30px;
    padding: 20px;
}

.ambpdrevcount {
    width: 150px;
    height: 150px;
    background: url(/media/wysiwyg/schilderijenshop/icons/reviewpd.png) left top no-repeat;
    margin: 20px auto;
}

.ambpdrevlogo {
    width: 100px;
    height: 58px;
    background: url(/media/wysiwyg/schilderijenshop/icons/kiyoht.png) left top no-repeat;
    float: right;
    margin-top: -76px;
}

.mpblog-post-index .column.main {
    grid-column: span 4 / span 4;
}

.mpblog-post-index .column.main .grid {
    display: inline-block!important;
    max-width: 100%;
}

.post-list-content .products-grid .product-item {
    width: 33%!important;
    float: left;
}

.post-image img.img-responsive {
    max-height: 100%;
    max-width: 100%;
    position: relative;
    right: 0;
    top: 0;
    left: 0;
    bottom: 0;
    margin: auto;
    border: none;
    height: 359px;
    object-fit: cover;
}

.mp-blog-rss {
    display: none;
}

.post-info-wraper h2.mp-post-title {
    margin-top: 0;
    min-height: 100px;
    /* font-size: 21px !important; */
}

.post-short-description {
    max-width: 100%;
    min-height: 225px;
}

.checkout-index-index a,
.checkout-index-index .alink,
.checkout-index-index .action-auth-toggle {
    color: #202020!important;
    text-decoration: none;
}

input[type="checkbox"] {
    accent-color: #fea700;
}

input[type='radio'] {
    accent-color: #fea700;
}

.opc-wrapper .methods-shipping {
    background: transparent;
}

#checkout-link-button {
    background: #85ca4d!important;
    color: #fff!important;
}

.checkout-cart-index #block-shipping {
    display: none!important;
}

.checkout-index-index .logo {
    float: left;
    margin: 0 0 10px 40px;
    max-width: 100%;
    position: relative;
    z-index: 5;
}

.checkout-index-index .page-header {
    background-color: #202020 !important;
}

.checkout-index-index .copyright {
    display: none;
}

.bss-onestepcheckout .step-title:before {
    background-color: #fea700!important;
}

.bss-onestepcheckout #opc-sidebar .opc-block-summary>.title:before {
    content: '\2713';
    background-color: #fea700;
}

.bss-onestepcheckout input[type="radio"]:checked {
    background: #fea700;
}

.action.primary {
    background: #85ca4d;
    border: 1px solid #85ca4d;
    color: #ffffff;
}

.action.primary:hover,
.action-primary:hover,
.action.primary:active,
.action-primary:active,
.action.primary:focus,
.action-primary:focus {
    background: #fea700!important;
    border: 1px solid #fea700!important;
    color: #ffffff;
}

.minicart-wrapper .action.showcart .counter.qty {
    background: #fea700;
}

#header .ambmobhide #search_mini_form {
    height: 50px;
    position: relative;
    z-index: 9;
}

#search_mini_form .hover\:bg-container-darker:hover {
    background-color: #fff;
}

#search_mini_form #search {
    border-radius: 50px;
    padding-left: 20px;
    padding-right: 20px;
    height: 50px;
    /*min-width: 364px;*/
}

.ambsearchph {
    display: none;
}

.ambsearcht {
    padding-left: 10px;
    padding-right: 10px;
}

.page-layout-2columns-left .breadcrumbs .container {
    padding-left: 0px;
}

input[type="search"]::-webkit-search-decoration,
input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-results-button,
input[type="search"]::-webkit-search-results-decoration {
    -webkit-appearance: none;
}

.cms-home .js_slide .mfwebp img {
    max-height: 300px;
}

.category-cms a {
    text-decoration: underline!important;
}

[aria-label="Product filters"] {
    display: none;
}

.prose :where(h2):not(:where([class~=not-prose], [class~=not-prose] *)) {
    margin-top: 0em;
}

.pages-items a[aria-current="page"] {
    background-color: #fea700;
}

.checkout-index-index .authentication-wrapper {
    display: none!important;
}

.social-links.ib-wrapper--square {
    margin-top: 10px;
}

.social-links.ib-wrapper--square span {
    float: left;
    margin-right: 5px;
}

.checkout-payment-method .payment-option-title .action-toggle {
    color: #333;
    display: inline-block;
    text-decoration: none;
}


/* responsive */

@media (max-width: 640px) {
    .ambhomemob100 img,
    .ambhomemob100 .mgz-single-image-wrapper {
        width: 100%;
    }
    .ambmobtexthide {
        display: none;
    }
    .catalog-product-view .w-full.h-full.fixed.top-0.left-0.bg-white.z-50.flex .ambpdimg .ambgalpd {
        max-height: 300px!important;
    }
    /*.columns {
        padding-right: 0.5rem;
        padding-left: 0.5rem;
    }*/
    #ambclonediscount {
        position: absolute;
        margin-left: 189px;
        margin-top: -13px;
        background: #fea700;
        padding: 5px 10px 5px 10px;
        color: #000;
        font-weight: bold;
    }
    .catalog-category-view .price-box.price-final_price {
        display: grid;
        float: left;
        line-height: 15px;
    }
    .catalog-product-view .amlabel-text {
        position: absolute;
        top: 0px;
        left: 0px;
        background: #fea700;
        border-radius: 5px;
        padding: 2px 5px;
    }
    .catalog-category-view .item.product.product-item.product_addtocart_form.card {
        padding: 0rem;
    }
    .catalog-category-view .product-item .price-container .price {
        font-size: 12px;
        line-height: 0rem;
        font-weight: 600;
    }
    .catalog-category-view .old-price {
        order: 1;
        color: #848484;
        padding-top: 5px;
    }
    .product-item .old-price .price-container .price {
        text-decoration: line-through;
    }
    .ambhomesliderbut {
        background: #e5e5e5;
        padding: 6px 1px 6px 1px;
        margin-top: 4px;
        float: right;
        font-size: 12px;
    }
    .products-grid .amlabel-text,
    .cms-home .amlabel-text {
        position: absolute;
        top: 0px;
        left: 0px;
        background: #fea700;
        border-radius: 5px;
        padding: 2px 5px;
    }
    .cms-home .hyva-category .price-box.price-final_price {
        font-size: 14px!important;
    }
    .wishlist .product-image-container {
        max-height: 155px;
    }
    .guestwishlist-index-index .page-title.title-font {
        text-align: center!important;
    }
    .cms-home .hyva-category .w-fit-content {
        width: auto;
    }
    .page-title.title-font {
        font-size: 1.3rem;
    }
    .ambhomeslider .title-font {
        text-align: center;
        padding-top: 10px;
        font-size: 18px;
    }
    .ambpdrevlogo {
        margin-top: -105px;
        margin-right: -12px;
    }
    .catalog-product-view .ambrecenth .mx-1.card.card-interactive {
        margin: 0;
        padding: 3px;
    }
    .catalog-product-view .product-selling-points li {
        padding-left: 47px;
        height: 30px;
        line-height: 16px;
        padding-top: 7px;
        font-size: 1rem;
    }
    .catalog-product-view .product-selling-points li.uspvakspecialist {
        background: url(/media/wysiwyg/schilderijenshop/icons/schilicon.webp) 7px 0px no-repeat;
        background-size: 28px 28px;
    }
    #product-addtocart-button {
        margin-top: 0px;
    }
    .catalog-product-view .ambpdsal .final-price .price {
        font-size: 1.25rem;
    }
    .snap>div {
        scroll-snap-align: start;
        width: 49%;
    }
    .cms-home .hyva-category .snap>div {
        width: 47%;
    }
    .ambpdroom {
        height: 120px;
        margin-top: -23px;
        margin-bottom: 3px;
        padding: 17px 10px 10px 10px;
    }
    .ambmobshow {
        display: block;
    }
    .ambmobhide {
        display: none;
    }
    .ambsidemenu {
        display: none;
    }
    .ambheadeh {
        padding-top: 0.15rem;
        padding-bottom: .15rem;
        padding-left: 0rem;
        padding-right: 0rem;
    }
    .ambpdroom {
        font-size: 15px;
    }
    .ambpdroombut {
        height: 36px;
        width: 150px;
        background: #fea700;
        padding: 5px 5px 5px 5px;
        font-size: 15px;
        display: inline-block;
        /*margin-left: 0px;
        margin-top: 5px;*/
        display: block;
        margin: auto;
    }
    .ambpdrev {
        font-size: 16px;
    }
    .post-list-content .products-grid .product-item {
        width: 100%!important;
        float: left;
    }
    .breadcrumbs .item.flex.product {
        display: none;
    }
    .ambmobshow.float-right.text-black {
        font-size: 12px;
        padding-top: 3px;
    }
    #header .float-left.text-black {
        font-size: 12px;
        padding-top: 3px;
    }
    .amblogo {
        max-width: 180px;
    }
    .ambnavmobile {
        position: absolute;
        top: 55px;
        right: 73px;
    }
    .ambicons {
        position: absolute;
        top: 60px;
        right: 12px;
    }
    .ambheaderc {
        display: inline-block;
    }
    .ambmobhideoff.flex {
        display: flow-root;
    }
    #search_mini_form #search {
        border-radius: 50px;
        padding-left: 20px;
        padding-right: 20px;
        height: 30px;
        min-width: 100%;
        width: 100%;
        max-width: 100%;
        margin: 0;
        font-size: 12px;
    }
    .ambsearch .container {
        padding: 0%;
    }
    .level-0 .py-4 {
        padding-top: 0.3rem;
        padding-bottom: 0.3rem;
    }
    #ambusps {
        text-align: center;
        height: 40px;
    }
    #ambusps img {
        max-height: 20px;
    }
    #ambusps span {
        display: none;
    }
    #ambusps span.active {
        display: block;
    }
    .page-footer .absolute.right-4 {
        display: contents;
    }
    .products-grid .product-image-photo {
        height: 150px;
    }
    .ambprodlistitemmoreinfoh .ambhomesliderbut {
        padding: 5px 1px;
        margin-left: 3px;
        float: right;
        font-size: 12px;
    }
    .ambprodlistdolphin .product-item-link {
        font-size: 14px;
        line-height: normal;
    }
    .ambprodlistdolphin .text-lg {
        line-height: 1.3rem!important;
        min-height: 60px;
        max-height: 60px;
        text-overflow: ellipsis;
        /*white-space: nowrap;*/
        overflow: hidden;
        margin-top: -5px;
    }
    .ambprodlistitemmoreinfoh button {
        margin-left: 0!important;
        margin-top: 0px;
        max-width: 22px;
        max-height: 22px;
        margin-right: 10px;
    }
    .products-grid .amlabel-text {
        font-size: 14px;
        padding: 2px 5px;
    }
    .category-description div {
        padding: 0 !important;
        margin: 5px 0 0 0 !important;
        font-size: 1rem;
        line-height: 175%;
    }
    .page.messages {
        width: 90%;
    }
    /*.cms-home .hyva-category .mfwebp {
        display: inline-block;
        max-width: 267px;
    }
    .cms-home .hyva-category p {
        max-width: 260px;
    }*/
}

@media (min-width: 1280px) {
    .cms-home .js_slide.xl\:w-1\/4 {
        width: 24.3%!important;
    }
}

@media (max-width: 1024px) {
    /* ipad normaal */
    .amblogo {
        max-width: 320px;
    }
}

@media (max-width: 435px) {
    /* iphone normaal */
    .amblogo {
        max-width: 250px;
    }
    #ambzoom {
        display: none !important;
    }
    .ambprodlistitemmoreinfoh button {
        margin-left: 0px !important;
        margin-top: 0px;
        max-width: 22px;
        max-height: 22px;
        margin-right: 10px;
    }
    .catalog-product-view #gallery .absolute.inset-0.w-full.outline-offset-2 {
        display: none!important;
    }
    #discount-form .action-apply {
        padding: 7px;
    }
    #discount-form .action-apply span {
        font-size: 10px;
    }
    #discount-form .action-cancel {
        padding: 7px;
    }
    #discount-form .action-cancel span {
        font-size: 9px;
    }
    .checkout-cart-index .cart-form.clearfix .w-full:nth-of-type(1) {
        display: grid!important;
    }
    .checkout-cart-index .cart-form.clearfix .w-full .w-full:nth-of-type(1) {
        order: 3!important;
    }
    .checkout-cart-index .coupon-form,
    .checkout-cart-index #discount-coupon-form {
        display: block !important;
        float: left;
        padding: 0;
        width: 100%;
        margin: 0;
        text-align: center;
    }
    .checkout-cart-index .fieldset.coupon .flex.flex-col {
        display: -webkit-inline-box;
    }
    .checkout-cart-index .fieldset.coupon .flex.flex-col #coupon_code {
        width: 160px;
    }
    .checkout-cart-index .cart-form.clearfix .w-full .w-full:nth-of-type(1) h2 {
        display: none!important;
    }
    .checkout-cart-index .fieldset.coupon .flex.flex-col .btn.btn-primary {
        font-size: 14px;
        padding: 10px 10px 10px 10px!important;
    }
    .checkout-cart-index .fieldset.coupon .flex.flex-col #coupon_code {
        font-size: 14px;
    }
    .ambhomeslidernew {
        height: 146px!important;
    }
    .ambhomeslidernew .mgz-carousel-item {
        height: 146px!important;
    }
    #ambdiscountlabel {
        margin-top: -58px;
        margin-left: 0px;
    }
    .checkout-cart-index .item-info .col.price,
    .checkout-cart-index .item-info .col.qty,
    .checkout-cart-index .item-info .col.subtotal,
    .checkout-cart-index .item-actions {
        display: none!important;
    }
    .checkout-cart-index .product-image-photo {
        max-height: 111px;
        width: auto;
    }
}

@media (max-width: 320px) {
    /* iphone zoomed */
    .ambhomeslidernew {
        height: 115px!important;
    }
    .ambhomeslidernew .mgz-carousel-item {
        height: 115px!important;
    }
    .amblogo {
        max-width: 180px;
    }
    .ambprodlistitemmoreinfoh button {
        margin-left: 0px !important;
        margin-top: 0px;
        max-width: 22px;
        max-height: 22px;
        margin-right: 1px;
    }
    .catalog-product-view .product-selling-points li {
        font-size: 0.9rem;
    }
    .checkout-cart-index .fieldset.coupon .flex.flex-col .btn.btn-primary {
        font-size: 12px;
        padding: 10px 5px 10px 5px!important;
    }
    .checkout-cart-index .fieldset.coupon .flex.flex-col #coupon_code {
        font-size: 12px;
    }
    .checkout-cart-index .fieldset.coupon .flex.flex-col #coupon_code {
        width: 140px;
    }
    #ambdiscountlabel {
        margin-top: -51px;
        margin-left: 0px;
    }
}


/* end normal */

@media (min-width: 769px),
print {
    .opc-progress-bar-item._complete>span {
        color: #333;
    }
    .opc-progress-bar-item._active:before {
        background: #85ca4d;
        border-color: #85ca4d;
    }
    .opc-progress-bar-item._active>span:before {
        background: #85ca4d;
        border-color: #85ca4d;
    }
    .opc-progress-bar-item._active>span:after {
        border-color: #85ca4d;
        content: '\e610';
        font-family: 'luma-icons';
    }
}