/* Scrollable item style */

body {
    margin-top: 0px;
    background-color: rgb(255, 255, 255);
    padding: 0px;
    margin: 00px;
    padding: 0px;
    /* zoom: 1; */
    outline: none;
}

input,
textarea,
button,
select,
a {
    -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}


/* Misc styles */

.wrapper {
    /* margin: 80px; */
    border: 0px solid rgb(247, 0, 0);
    margin: 0px;
    padding: 0px;
    background-color: aqua;
    overflow: hidden;
    overflow-x: auto;
    overflow-y: hidden;
    white-space: nowrap;
    /* overscroll-behavior-x: contain; */
    /* box-shadow: 0 0 50px rgba(0, 0, 0, 0.15); */
    margin-top: -30px !important;
    outline: none;
}

.box {
    /* width: 1000px; */
    /* display: inline-block; */
    /* // overflow: scroll; */
    outline: none;
}

img {
    position: relative !important;
    box-shadow: rgba(50, 50, 93, 0.25) 0px 2px 5px -1px, rgba(0, 0, 0, 0.3) 0px 1px 3px -1px;
    box-shadow: rgba(0, 0, 0, 0.19) 0px 10px 20px, rgba(0, 0, 0, 0.23) 0px 6px 6px;
    height: 200px;
    outline: none;
    /* width: 300px; */
    /* margin: 150px 50px 10px 10px; */
    /* margin-right: -15px; */
    /* border: 20px solid rgb(0, 0, 0); */
    /* padding: 40px 0px 40px 40px; */
    /* align-content: center; */
    top: 10px;
    padding: 0px;
    vertical-align: middle;
    background-color: rgb(0, 0, 0);
    border: 0px solid rgb(253, 252, 252);
    /* opacity: .5; */
    /* margin: -10px; */
    /* transition: transform .5s ease; */
    /* filter: saturate(0) blur(0px) opacity(1); */
    /* filter: saturate(0); */
    margin-left: 60px !important;
    /* left: 5px; */
    /* padding: 2px !important; */
    /* pointer-events: none; */
    /* cursor: default; */
    /* border-right: 40px solid rgb(255, 255, 255);
    border-left: 40px solid rgb(255, 255, 255);
    border-top: 40px solid rgb(255, 255, 255);
    border-bottom: 40px solid rgb(255, 255, 255); */
}

.div3 {
    position: relative !important;
    height: 200px;
    outline: none;
    /* width: 300px; */
    /* margin: 150px 50px 10px 10px; */
    /* margin-right: -15px; */
    /* border: 20px solid rgb(0, 0, 0); */
    /* padding: 40px 0px 40px 40px; */
    /* align-content: center; */
    padding: 0px;
    vertical-align: middle;
    border: 0px solid rgb(253, 252, 252);
    /* opacity: .5; */
    /* margin: -10px; */
    /* transition: transform .5s ease; */
    /* filter: saturate(0) blur(0px) opacity(1); */
    /* filter: saturate(0); */
    margin-left: 60px !important;
    /* left: 5px; */
    padding: 20px !important;
    /* pointer-events: none; */
    /* cursor: default; */
    /* border-right: 40px solid rgb(255, 255, 255);
    border-left: 40px solid rgb(255, 255, 255);
    border-top: 40px solid rgb(255, 255, 255);
    border-bottom: 40px solid rgb(255, 255, 255); */
    outline: none;
}


/* [2] Transition property for smooth transformation of images */

.scrollable {
    outline: none;
    position: relative;
    /* transition: transform .9s ease; */
    background-color: rgb(255, 255, 255);
    white-space: nowrap;
    overflow: hidden;
    overflow-x: auto;
    overflow-y: hidden;
    overscroll-behavior-x: contain;
    -webkit-transition: all 0.0 ease-in-out;
    -moz-transition: all 0.0s ease-in-out;
    transition: all 0.0s ease-in-out;
    outline: none;
    /* width: 100%; */
    /* height: 50%;
   
    top: 50%;
    left: 0px; */
    padding: 30px;
    margin: 0px;
    /* overflow: scroll; */
    /* padding: 50px; */
    /* display: inline-block; */
}


/* Hide scrollbar for Chrome, Safari and Opera */

.scrollable::-webkit-scrollbar {
    display: none;
}


/* Hide scrollbar for IE, Edge and Firefox */

.scrollable {
    -ms-overflow-style: none;
    /* IE and Edge */
    scrollbar-width: none;
    /* Firefox */
}

.scrollable img {
    background-color: rgb(255, 255, 255);
    padding: 1px;
    margin: 0px;
}


/* pointer-events: auto; */


/* align-items: center; */


/* transform: scale(1.3); */


/* height: 300px; */


/* width: 100%; */


/* :nth-child(3n+0) .zoom-click { transform-origin: top right; }
    #images > div:nth-child(3n+1) .zoom-click { transform-origin: top left; } */


/** LIGHTBOX MARKUP **/

.lightbox {
    /* Default to hidden */
    color: rgb(255, 255, 255);
    display: none;
    /* Overlay entire screen */
    position: fixed;
    z-index: 999;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    /* A bit of padding around image */
    /* //padding: 4em; */
    /* Translucent background */
    background: rgba(17, 17, 17, 0.952);
    /* background: rgba(255, 255, 255, 0.925); */
    text-align: center;
    overflow-x: auto;
    align-content: center;
}


/* Unhide the lightbox when it's the target */

.lightbox:target {
    display: block;
    overflow-x: auto;
    font-family: Arial, Helvetica, sans-serif;
    font-size: 12px;
    font-style: normal;
    text-decoration: none !important;
}

.lightbox span {
    /* Full width and height */
    display: block;
    /* overflow-x: auto; */
    /* width: 100%; */
    /* height: 80%; */
    /* Size and position background image */
    background-position: center;
    background-repeat: no-repeat;
    background-size: contain;
    text-decoration: none !important;
    background-image: url('http://www.google.com/images/logo_sm.gif');
    border: 0px solid #000;
    margin: auto;
    height: 80%;
    width: 90%;
    /* padding: 10px; */
    /* // background-color: rgb(255, 255, 255); */
    filter: drop-shadow(-0px -0px 0px rgb(255, 255, 255)) drop-shadow(-0px -0px 0px rgb(255, 255, 255)) drop-shadow(00px 0px 0px black);
    /* filter: drop-shadow(00px 0px 30px black) */
    /* filter: drop-shadow(-30px -15px #ffffff) drop-shadow(30px -30px #ffffff); */
}

#div1 {
    position: relative;
    background: rgba(255, 255, 255, 0.0);
    /* //bottom: 60px!important; */
    text-align: center;
    align-content: center;
    /* width: 35%; */
    height: auto;
    color: rgb(255, 255, 255);
    font-family: Arial, Helvetica, sans-serif;
    font-size: 20px;
    font-style: normal;
    text-decoration: none !important;
    border-radius: 130px;
    margin: auto;
    padding: 10px;
    vertical-align: middle;
}

#koop {
    position: relative;
    top: 13px;
}

#prijs {
    position: relative;
    background: rgba(255, 255, 255, 0.0);
    text-align: center;
    align-content: center;
    /* width: 35%; */
    height: auto;
    color: rgb(255, 255, 255);
    font-family: Arial, Helvetica, sans-serif;
    font-size: 20px;
    font-style: normal;
    text-decoration: none !important;
    border-radius: 130px;
    margin: auto;
    top: 13px;
    vertical-align: middle;
}

#div23 {
    /* // position: relative; */
    position: -webkit-sticky;
    position: sticky;
    background: rgba(255, 255, 255, 0.733);
    /* top: 135px !important; */
    text-align: center;
    align-content: center;
    width: 50%;
    /* height: auto; */
    color: rgb(255, 255, 255);
    font-family: Arial, Helvetica, sans-serif;
    font-size: 20px;
    font-style: normal;
    text-decoration: none !important;
    border-radius: 130px;
    margin: auto;
    padding: 10px;
    vertical-align: middle;
    z-index: 999;
}


/* .lightbox:target img {
    border-right: 40px solid rgb(255, 255, 255);
    border-left: 40px solid rgb(255, 255, 255);
    border-top: 40px solid rgb(255, 255, 255);
    border-bottom: 40px solid rgb(255, 255, 255);
} */

#testt222 {
    border: 13px solid rgba(104, 104, 104, 0.664);
    background-color: rgba(104, 104, 104, 0.664);
    padding: 15px;
    border-radius: 30px;
}

.img2a2 {
    height: 100%;
    float: right;
}

.div3 {
    position: relative !important;
    height: 101x;
    width: 301px;
    margin: -45px 50px 10px 10px;
    /* margin-right: -15px; */
    border: 6px solid rgb(0, 0, 0);
    /* padding: 40px 0px 40px 40px; */
    /* align-content: center; */
    padding: 0px;
    vertical-align: middle;
    border: 0px solid rgb(253, 252, 252);
    /* opacity: .5; */
    margin: -43px;
    /* transition: transform .5s ease; */
    /* filter: saturate(0) blur(0px) opacity(1); */
    /* filter: saturate(0); */
    margin-left: 73px !important;
    left: -164px;
    padding: -273px !important;
    /* pointer-events: none; */
    /* cursor: default; */
    outline: none;
}

img {
    position: relative !important;
    box-shadow: rgb(50 50 93 / 25%) 0px 2px 5px -1px, rgb(0 0 0 / 30%) 0px 1px 3px -1px;
    box-shadow: rgb(0 0 0 / 19%) 0px 10px 20px, rgb(0 0 0 / 23%) 0px 6px 6px;
    height: 162px;
    outline: none;
    /* width: 300px; */
    /* margin: 150px 50px 10px 10px; */
    /* margin-right: -15px; */
    /* border: 20px solid rgb(0, 0, 0); */
    /* padding: 40px 0px 40px 40px; */
    /* align-content: center; */
    padding: 0px;
    vertical-align: middle;
    background-color: rgb(0, 0, 0);
    border: 0px solid rgb(253, 252, 252);
    /* opacity: .5; */
    margin: -5px;
    /* transition: transform .5s ease; */
    /* filter: saturate(0) blur(0px) opacity(1); */
    /* filter: saturate(0); */
    margin-left: 60px !important;
    /* left: 5px; */
    /* padding: 2px !important; */
    /* pointer-events: none; */
    /* cursor: default; */
}

.wrapper {
    /* margin: 80px; */
    border: -5px solid rgb(247, 0, 0);
    margin: 0px;
    padding: -12px;
    background-color: aqua;
    overflow: hidden;
    overflow-x: auto;
    /* overflow-y: hidden; */
    white-space: nowrap;
    overscroll-behavior-x: contain;
    /* box-shadow: 0 0 50px rgb(0 0 0 / 15%); */
    margin-top: 26px !important;
    outline: none;
    top: 30px!important;
    left: 50px!important;
    -drag: none;
    user-select: none;
    -moz-user-select: none;
    -webkit-user-drag: none;
    -webkit-user-select: none;
    -ms-user-select: none;
}

#x {
    height: 100vh;
    outline: none;
    width: 100vw;
}