@import url('https://fonts.googleapis.com/css2?family=Montserrat:ital,wght@0,400;0,600;0,700;1,400;1,600&family=Raleway&display=swap');
:root{
    --mainColor:#E61B47;
    --buttonColorBackground:#E61B47;--buttonColor:white;--buttonBorderColor:#e31918;--buttonHoverBackground:black;--detailBackground:orange;
    --bodyColor:black;
	--tooltipbg:#337ab7;
}
body{
    font-family: 'Montserrat', sans-serif;
    background-color: #ffffff;
    color: #333;
font-size:15px;
}
h1,h2,h3{font-size:24px;}
h1,h2,h3,h4,h5,h6,.h1,.h2,.h3,.h4,.h5,.h6 {
  font-family: inherit;
  font-weight: 500;
  line-height: 1.1;
  color: inherit;
}
div#maincontent,div#header,div#footer{
    margin:auto;
    max-width:1170px;
}
div#footer .footer {
    column-count:2;
}
div#footer .footer>div{
    display:inline-block;
    width:100%;
}
#searchHolder input[type="search"]{
	font-size:16px;
	width:100%;
	box-sizing:border-box;
	outline:0;
	border: 1px solid #ccc;
	height: 30px;
	padding: 10px;
}
#searchHolder #searchresults{
	position:relative;
	max-height:600px;
	overflow:auto;
	list-style:none;
	padding-left:0px;
	margin-left:0px;
	display:block;
	margin:0px;
	box-shadow: 0px 4px 9px rgba(0, 0, 0, 0.2);
}
#searchHolder #searchresults:empty{
	display:none;
}
#searchHolder #searchresults li{
	padding:5px;
	display:block;
	border:1px solid #ccc;
	background-color:white;
}
#searchHolder #searchresults li>a, #searchHolder #searchresults li>button{
	background:none;
	font-size:14px;
	padding:3px;
	color:black;
	border-radius:0;
	text-decoration:underline;
	appearance:none;
	-webkit-appearance:none;
	text-align:left;
	border: none;
}
#searchHolder #searchresults li .fa{
	color:#ccc;
	font-size:16px;
	vertical-align:text-top;
}
#searchHolder #resultsholder{
	width:100%;
	max-height:0px;
	overflow:visible;
	box-sizing:border-box;
	position:relative;
}
#searchHolder button#clearresults{
	position:absolute;
	height:30px;
	top: 0px;
	right: 0px;
	z-index:2;
	background-color:#eee;
	box-sizing:border-box;
	width:30px;
	border: none;
	border-radius:50%;
}
#searchHolder button#clearresults.hidden{
display:none;
}
#searchHolder{
	position:relative;
	background:none;
	overflow:visible;
	padding:0px;
	z-index: 8;
	margin-bottom: 10px;
}
button#showSearch{
	display:none;
}
#searchHolder #productsearch{
	background-color:white;
	border-radius: 3px;
}
.end_summary .grid{
    display: grid;
    grid-template-columns: 300px 1fr;
    text-align: left;
    padding-top: 10px;
    font-weight: bold;
    gap: 10px;
}
.faq{
    border-top: 1px solid #dcdcdc;
    padding-top: 10px
}
#playslideshow{/* min-height: 200px; */box-sizing: border-box;float:none;min-width:100%;position:relative;margin:0px;padding:0px;aspect-ratio: 3 / 2;width: 100%;} 
#playslideshow>div.image{
	display:block;position:absolute;visibility:visible!important;width: auto;max-width:100%;max-height: 100%;opacity: 0;transition: opacity 1s ease-in-out;
}
#playslideshow>div.image[active]{z-index:1;opacity: 1;}

.slideshow-container{position: relative;max-width: 90%;margin: auto;}

div.playslideshow{float:none;margin:0px;min-width:100%;box-sizing: border-box;min-height:350px;user-select:none;-webkit-user-select:none;transition:0.5s, z-index 0s;position: relative;opacity:0;width: 100%;top: 0px;left: 0px;z-index: -1;display: flex;justify-content: center;align-items: center;height: 100%;text-align: center;background: rgba(0,0,0,0.7);background: #fff;color: white} 

div.playslideshow.toon{opacity:1;z-index:2;}

.playslideshow >img{display:block;position:absolute;visibility:visible!important;width: auto;max-width:100%;max-height: 100%;opacity: 0;transition: opacity 1s ease-in-out;}

.playslideshow >img[active]{z-index:1;opacity: 1;}.playslideshow .controls{margin-top: 0px;position: absolute;z-index: 2;width: 100%;height:100%;} .playslideshow button.button{border:none;padding: 10px;font-size: 18px;margin: 5px;cursor: pointer;/* height:100%; */margin:0;outline:none;background-color: rgba(0, 0, 0, 0);transition: 0.5s;} div#playslideshow:before{content:"";display:none;}.playslideshow button.button .fa{text-shadow: 0px 0px 2px white;width:40px;border-radius: 50%;aspect-ratio:1;display:inline-block;background-color: transparent;color:black;font-size:40px;padding: 10px;transition: 0.5s;} div#caption{width: calc(100% - 20px);position: absolute;text-align:left;transition:0.2s 0.2s;text-shadow:none;color:#a1a1a1;opacity:1;bottom:-100%;background-color:#fff;font-size: 12px;font-style: italic;font-weight:bold;margin: 10px;padding: 10px;border-radius: 3px;box-shadow: 0px 0px 5px rgba(0,0,0,0.5);}div#caption.bottom-100{opacity:1;bottom: 10px;z-index: 2;}div.playslideshow{overflow:hidden;background:#fff;/* min-height: 200px; */}
button#nextSlide {
    position: absolute;
    right: 0px;
    border-top-left-radius: 50%;
    border-top-right-radius: 0px;
    border-bottom-right-radius: 0px;
    border-bottom-left-radius: 50%;
    padding: 5px;
    top: 50%;
    transform: translateY(-50%);
}

button#prevSlide {
    position: absolute;
    left: 0px;
    border-top-left-radius: 0%;
    border-top-right-radius: 50%;
    border-bottom-right-radius: 50%;
    border-bottom-left-radius: 0%;
    padding: 5px;
    top: 50%;
    transform: translateY(-50%);
}
div#caption:empty {
    display:none;
}
div.playslideshow div.image{
    position:absolute;
    left: 0px;
    top: 0px;
    width:100%;
    height:100%;
    
}
div.playslideshow div.image span.text{
	visibility:hidden;
}
div.playslideshow div.image img{
    opacity:0;
    transition:0.5s;
    height: 100%;
    width: 100%;
    /* aspect-ratio: auto; */
    object-fit: contain;
}
div.playslideshow div.image img[active]{
    opacity:1;
}
#containertje {
     display: block;
     flex-wrap: wrap;
}
a[href]{
	text-decoration:underline;
	color: #333;
}
a.btn[href]{
	text-decoration:none;
}
.flex{
display:flex;
}
.inline-block{
	display:inline-block;
}
.text-red{
	color:red;
}
.text-black{
	color:black;
}
.text-white{
	color:white;
}
.text-yellow{
	color:yellow;
}
.margin-2px{
	margin:2px;
}
.margin-5px{
	margin:5px;
}
.mb-5px{
	margin-bottom:5px;
}
.padding-2px{
    padding:2px;
}
.padding-5px{
    padding:5px;
}
.padding-10px{
    padding:10px;
}
.background-white{
    background-color: white;
}
.background-red{
    background-color: #E61B47;
}
.background-orange{
    background-color: orange;
}
.background-green{
    background-color: green;
}
.background-yellow{
    background-color: yellow;
}
.background-blue{
    background-color: blue;
}
.radius-2px{
	border-radius:2px;
}
.radius-5px{
	border-radius:5px;
}
.round{
	border-radius:50%;
}
.border-1px{
	border:1px solid;
}
.bold{
	font-weight:bold;
}
.italic{
	text-style:italic;
}
.align-center{
	text-align:center;
}
.align-left{
	text-align:left;
}
.align-right{
	text-align:right;
}
.border-gray{
	border-color:#ccc;
}
.width-15px{
	width: 19px;
}
.width-20px{
	width:20px;
}
.height-15px{
	height:15px;
}
.height-20px{
	height:20px;
}
.ratio-1{
	aspect-ratio:1 / 1;
}
.line-height-unset{
	line-height:unset;
}
.line-height-12{
	line-height:12px;
}
.line-height-16{
	line-height:16px;
}
.line-height-20{
	line-height:20px;
}
.p-5{
    padding: 5px;
}

.hpthumbs a:hover h2,.hpthumbs a:hover,a:focus, a:hover {
    color: #23527c;
    text-decoration: underline;
}
a.tip span.tooltiptext {position: absolute;bottom: 30px;left: 0px;background-color: var(--tooltipbg);color: white;transition: 0.5s;border-radius: 5px;padding: 8px;font-size: 12px;pointer-events: none;opacity: 0;font-weight:bold;text-align: left;font-family: 'Montserrat', sans-serif;display: inline-block;line-height: 18px;width: auto;min-width: 200px;height: auto;max-height: unset;margin-left: 0px;}
a.tip{
    position:relative;
    /* font-size:24px; */
    cursor: pointer;
    color: black;
}
a.tip .fa{
	font-size:24px;
	vertical-align: text-top;
	color: var(--tooltipbg);
}
.end_summary a.tip{
	/* vertical-align: text-top; */
}
a.tip:hover span.tooltiptext{
    opacity:1;
    z-index: 10;
    visibility: visible;
}
a.tip:hover{
    text-decoration:none;
    z-index: 10;
    overflow: visible;
}
a.tip span.tooltiptext:after{content: " ";position: absolute;top: 100%;left: 12px;margin-left: -5px;border-width: 5px;border-style: solid;border-color: var(--tooltipbg) transparent transparent transparent;transition: 0.5s;opacity: 1;}
.clearfix{
	clear:both;
	display: block;
	float: none;
}
.col-md-4 li {
    margin-bottom: 4px;
    font-size: 13px;
}
.col-md-3 li {
    font-size: 13px;
    margin-bottom: 4px;
}
.modal-content {
    margin-top: 50px !important;
    width: 900px !important;
}
section#tabprice .flex-container-prijzen{
    max-height: 500px;
    overflow-y: auto;
}

#a, #b, #c {
     flex: 1 0 100%; 
}

#a {
     order: 0;
}
#c {
     order: 1; 
}
#b {
     order: 2; 
}

#left-column {
     display: contents; 
display:block;
}
.flex-item-grid a {
    color: black;
}
.driecol h2 {
    font-size: 16px;
}
.carousel-control{
	opacity:1;
}
.carousel-inner .item img{
    width:-webkit-fill-available;
    height:auto
}
div.actiesloganeen span.hide_mobile {
    /* display: inline-block; */
    /* background-color: #ffa501; */
    /* padding: 12px; */
    /* border-radius: 5px; */
    /* color: white; */
    /* margin-left:10px; */
    /* position: absolute; */
    /* right: 0px; */
    /* top: 0px; */
    /* border-bottom-left-radius: 0px; */
    /* border-top-left-radius: 0px; */
    /* box-shadow: inset 0px 0px 20px #8e9006; */
}
div.actiesloganeen span.hide_mobile:empty{
	display:none;
}
div.actiesloganeen {
        font-size: 16px;
        border: none;
        margin: 0px;
        margin-bottom: 5px;
        margin-top: 5px;
        display: block;
        border-radius: 5px;
        padding: 12px;
        background: #f97317;
        box-shadow: inset 0px 0px 20px #BFC200;
        position: relative;
        color: white;
    }

body[page="productpagina"] div.actiesloganeen,body[page="productformaatpagina"] div.actiesloganeen{
	display:none;
}
div.actiesloganeen *{
	margin-bottom:0;
	margin-top:0;
}
@media (min-width:1200px){

#searchHolder>div{
	width: calc(50% - 8px);
	max-width:50%;
	margin-bottom: 10px;
	margin-top: 10px;
	position:relative;
}
#searchHolder.grid{
	display:grid;
	grid-template-columns: repeat(2,1fr);
	column-gap: 10px;
}
#searchHolder.grid>div{
	width:auto;
	max-width:unset;
}
#searchHolder input[type="search"]{
    width:100%;
    font-size: 14px;
    box-sizing:border-box;
}
	div#resultsholder {
    max-width: 100%;
    margin-left: 0px;
}
	#containertje {
         flex-wrap: nowrap;
         display: flex;
         max-width: 1200px;
         margin: 0 auto;
         display: grid;
         grid-template-columns: 50% 50%;
         gap: 5px;
     }
}
@media (min-width: 768px) {

	.playslideshow button.button:hover{
		background-color: rgba(0,0,0,0.2);
		color:white;
	}
	.playslideshow button.button:hover .fa{
		color:white;
	}
	.tabset label:hover,.tabsetb label:hover{
	color:red;
}
     
     #left-column {
         display: flex;
         flex-direction: column;
         flex: 0 0 50%;
         margin-bottom: 40px;
         width: auto;
     }
     #c {
         /* flex: 0 0 50%; */
         order: 0;
         /* padding: 0 0 0 20px; */
         display: block;
         width: 100%;
     }
     #a, #b {
         flex: 0 0 auto; 
         padding: 0 20px 0 0;
     }
     #b {
         order: 1; 
     }
}

     #flexcontainer {
     display: flex;
     flex-wrap: wrap;
     margin: 0 auto; 
}
.tab-panel ul,
ul.lijst {
    padding-left: 0;
    list-style: none;
	
}

.tab-panel ul li:before,.lijst li:before {
	content:"";
    background: url(https://www.fotogeschenk.nl/img/icons/marker.svg) no-repeat;
    background-position: 0px 0px;
    width: 15px;
	height:15px;
    padding-left: 0px;
    display: inline-block;
    margin-right:5px;
	vertical-align:middle;
	
}
.tab-panel ul li,.lijst li{
	background:none;
	list-style: none;
    padding-left: 20px;
    text-indent: -20px;
}
#tabmontage .flex-grid .tweecol {
    margin-right: 10px;
    background-color: #eee;
    padding: 0px;
    border-radius: 2px;
    border: 1px solid #D6D6D6;
    width: 100%;
    height: auto;
    margin-bottom: 0px;
}

#tabmontage .flex-grid .tweecol img {
    max-height: 125px;
    margin-bottom: 10px;
    display: block;
    margin-left: auto;
    margin-right: auto;
}
     .flex-container,.flex-container-hor {
   display: flex;
   flex-direction: row;
}
.flex-container-column{
  display: flex;
flex-direction: column;
}

footer.col-md-12 {
    border-top: 1px solid #dcdcdc;
    padding-top: 50px;
    margin-top: 50px;
}

.flex-container-prijzen {
   display: flex;
   flex-direction: row;
   flex-wrap:wrap;
   justify-content:space-between;
}

.review {
    margin-bottom: 9px;
    display: flex;
    flex-direction: column;
    background-color: #f4f4f4;
    padding: 15px;
    border-radius: 2px;
}

span.reviewer.col-md-12 {
    padding: 0px;
}

.review .col-md-12 {
    padding: 0px;
    margin-top: 0px;
}

span.reviewdescription {margin-bottom: 15px;margin-top: 5px;}
.flex-item-grid {
   width: 49%;
   background-color: #fafafa;
   border: 1px solid #e9e9e9;
   padding-left: 10px;
   padding-right: 5px;
   padding-top: 5px;
   padding-bottom: 5px;
   margin: 4px 0 4px 0;
}
.flex-item-grid a {
font-size:12px;
}
.maatupload{padding:3px;}

.flex-item-hor {
   padding: 10px;
   width: 33%;
}

.actiesloganeen a {
    color: #E61D47;
}

.flex-item-hor-text {
   padding: 10px;
   flex: 33%;
}

.flex-item-left {
   padding: 10px;
   width: 50%;

   height : auto;
}

.flex-item-left-twee {
   padding: 10px;
   width: 50%;
   border:2px solid #c00;
}

.flex-item-right {
   padding: 10px;
   width: 50%;
}
@media (min-width:800px){
	.columns{
	column-count:2;
	column-gap: 30px;
	margin-top: 10px;
}
.columns>*{
	display:inline-block;
	width:100%;
	box-sizing:border-box;
}

.columns style,.columns>*:empty{
	display:none;
}
.hide-desktop{
 display:none;  
}
}
@media (max-width: 800px) {
#searchHolder #searchresults{
	max-height:200px;
}
	div.actiesloganeen{
		display:none!important;
	}
	
	#fbcblok .col-xs-8{
		width:auto;
		
	}
	#fbcblok{
		justify-content: space-between;
	}
	div#fbcblok .hide-mobile{
		display:none;
	}
	.hide-mobile{
		display:none;
	}
	 .hide-on-desktop{
      display:block;
      font-size: 10px;
   }
   .flex-container {
     flex-direction: column;
   }
#nieuwsbriefblok{
padding:15px!important;
height:auto!important;
max-height:unset;
}
}


h1.titleproduct span.melding{
     font-size:16px;
}
div#block_left {
     width:20%;
}

div#block_right {
     width:80%;
}

#upload_button_head>a{font-size: 14px;}
#block_usps{
display:none;
}


 .actiesloganeen {
    background-color: #fff7f9;
    border: 1.2px dashed #ffa3b7;
    padding-left: 15px;
    padding-right: 15px;
    color: black;
    font-weight: 600;
    display: inline-block;
    margin-right: 10px;
    border-radius: 2px;
    margin-bottom: 35px;
    margin-top: 22px;
}

span.actietitel {
    padding: 4px 7px;
    border-radius: 2px;
    background-color: #E61B47;
    color: white;
    position: relative;
    top: -10px;
    font-size: 12px;
}

.carousel-caption {
    position: relative;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 10;
    padding-top: 0;
    padding-bottom: 0;
    color: #333;
    text-align: center;
    text-shadow: none;
    font-weight:normal;
    display: block;
    }

.tab-panel h2 {
    margin-top: 0px;
    font-size: 16px;
    font-weight: 600;
}

.tabset {
    margin-top: 10px;
}

.container i.fa.fa-upload {
    background-image: url(https://www.fotogeschenk.nl/images/upload_icon.svg);
    color: #ffffff00;
    background-repeat: no-repeat;
    background-position: center;
    background-size: contain;
    margin-right: 5px;
    width: 20px;
}

#block_usps {
     display: block;
     width: auto;
     float: none;
}
div#block_usps>ul>li .fa {
     color:#5cb85c
}
div#block_usps>ul {
     column-count: 2;
}
div#block_usps>ul>li {
     width: 100%;
     text-indent: -10px;
     padding-left:20px;
     background:none;
display:inline-block;
}
div#block_usps>ul>li:before{
     content: "\f00c";
     color:green;
     font: normal normal normal 14px / 1 FontAwesome;
     display: inline-block;
     margin-right: 6px;
}


.flex-item-grid-popup {
    background-color: #f3f3f3;
    padding-left: 10px;
    padding-right: 5px;
    padding-bottom: 5px;
    padding-top: 5px;
    border-radius: 3px;
    border: 1px solid #e7e7e7;
    margin-bottom: 5px;
    50: 500;
    width: 49.6%;
}

.flex-item-grid-popup a {
    color: black;
}
.btn{
margin-bottom:5px;	
}
a.fa.fa-upload.btn.btn-success.btn-sm.pull-right.maatupload {
	color: #ffffff00 !important;
	width: 23px;
	height: 23px;
	background-image: url(https://www.fotogeschenk.nl/images/upload_icon.svg);
	background-repeat: no-repeat;
	background-position: center;
	background-size: 12px;
	padding: 0px;
}

#modal-body h2 {
    font-weight: 700;
    margin-bottom: 20px;
}

button#modal-close {
    font-weight: 600;
    border: 1px solid #dedede;
    border-radius: 3px;
    float: right;
}

input#searchforsizes {
    width: 100%;
    margin-bottom: 20px;
    padding: 10px;
    border: 1px solid #dedede;
    border-radius: 3px;
}

.flex-container-prijzen a {
    color: black;
}
.van,.voor{
	font-weight:bold;
}
button#toonalleformaten {
    border: none;
    background-color: #ffffff00;
    padding-bottom: 15px;
    padding-right: 35px;
    padding-top: 15px;
    font-weight: 600;
    width: 100%;
    text-align: right;
    border-top: 1px solid #eee;
    transition: 0.3s;
    
}

button#toonalleformaten:hover {
    padding-right: 30px;
    background-color: #f5f5f5;
    cursor: pointer;
}


i.fa.fa-arrow-right {
    color: #e61b47;
    font-size: 12px;
}

#drag_drop{
min-width:100%;
}
img {border-radius:3px;}
#dropElement{padding:10px;background-color:white;border:3px dashed #ccc;display:flex;align-items:center;justify-content:center;margin-top:10px;margin-bottom:10px;transition:0.5s;min-height:100px;border-radius: 5px;font-weight: 600;text-transform: lowercase;}
#dropElement.highlight{
background-color:red;
}
@media (max-width:1200px){
	button#showSearch{
		display:inline-block;
		margin-bottom:5px;
		border-radius:0px;
		background-color:white;
		padding:5px;
		border:none;
		font-size:20px;
		margin-left:15px;
	}
#searchHolder #hidden_mobile.hidden_mobile{
	height: 30px;
	padding: 0px;
}
	#place_tabset2_mobile{
		margin-top:10px;
	}
	#left-column{
		display:block;
		width:auto;
	}
	div.actiesloganeen span.hide_mobile {
    display:none;
}
}
@media (max-width:700px){
	#containertje,#left-column{
		display:block;
		float:none;
	}
	#dropElement{
		display:none!important;
	}
#block_usps{
margin-top:10px;
display:block;
}
#dropElement{
display:none;
}
div#block_usps>ul{
column-count:1;
}
}
@media (min-width: 993px){
     div#block_left {
         width:25%;
     }
     div#block_right {
         width:75%;
     }
}
.tabset > input[type="radio"],.tabsetb > input[type="radio"] {
   position: absolute;
   left: -200vw;
}
.tabset .tab-panel,.tabsetb .tab-panelb {
   display: none;
}
.tabset > input:first-child:checked ~ .tab-panels > .tab-panel:first-child,
.tabset > input:nth-child(3):checked ~ .tab-panels >
.tab-panel:nth-child(2),
.tabset > input:nth-child(5):checked ~ .tab-panels >
.tab-panel:nth-child(3),
.tabset > input:nth-child(7):checked ~ .tab-panels >
.tab-panel:nth-child(4),
.tabset > input:nth-child(9):checked ~ .tab-panels >
.tab-panel:nth-child(5),
.tabset > input:nth-child(11):checked ~ .tab-panels >
.tab-panel:nth-child(6) {
   display: block;
}
.tabsetb > input:first-child:checked ~ .tab-panelsb >
.tab-panelb:first-child,
.tabsetb > input:nth-child(3):checked ~ .tab-panelsb >
.tab-panelb:nth-child(2),
.tabsetb > input:nth-child(5):checked ~ .tab-panelsb >
.tab-panelb:nth-child(3),
.tabsetb > input:nth-child(7):checked ~ .tab-panelsb >
.tab-panelb:nth-child(4),
.tabsetb > input:nth-child(9):checked ~ .tab-panelsb >
.tab-panelb:nth-child(5),
.tabsetb > input:nth-child(11):checked ~ .tab-panelsb >
.tab-panelb:nth-child(6) {
   display: block;
}
.tabset > label,.tabsetb > label {

}

.tabset > label::after,.tabsetb > label::after {
   content: "";
   width: 22px;
   height: 4px;
   background: #8d8d8d;
}
input:focus-visible + label {
   outline: 2px solid rgba(0,102,204,1);
   border-radius: 3px;
}
.tabset > input:checked + label,
.tabsetb > input:checked + label {
   color: #06c;
}
.tabset > input:checked + label::after,
.tabsetb > input:checked + label::after {
   background: #06c;
   display: block;
   opacity: 1;
}
.tabset > input:checked + label,.tabsetb > input:checked + label {
   border-color: #ccc;
   border-bottom: 1px solid #fff;
   margin-bottom: -1px;
}
.tab-panel,.tab-panelb {
   padding: 3px 0;
}

.flex-grid {
   display: flex;
   justify-content: start;
   margin-top: 30px;
   gap: 18px;
   flex-direction: row;
}



.tweecol {
   width:49%;
   margin-bottom: 60px;
}
.driecol {
   width: 32%;
   border: 1px solid #D6D6D6;
   border-radius: 3px;
   display: flex;
   flex-direction: column;
   justify-content: space-between;
}
.driecol h2 {
    font-size: 16px;
    font-weight: 600;
    margin-right: 20px;
    margin-left: 20px;
    color: black;
}
.driecol p {
    margin-left: 20px;
    margin-right: 20px;
    margin-bottom: 20px;
}
.driecol a.btn.btn-block.btn-success {
    background-color: #e61b47;
    border-color: #e61b47;
    padding-top: 10px;
    padding-bottom: 10px;
    margin-top: auto;
}
.driecol a.btn.btn-block.btn-success:hover {
    background-color: #000000;
    border-color: #000000;
    padding-top: 10px;
    padding-bottom: 10px;
    margin-top: auto;
}
.viercol {
   width:24%;
}
#c div#upload_button_head {
    display: inline-block;
    width: 240px;
    margin-top: 13px;
}
div#beeldbank_button_head {
    display: inline-block;
}
#beeldbank_button_head a.btn.btn-success.btn-block {
    background-color: white;
    border-color: white;
    color: black;
    font-size: 14px;
    margin-right: 10px;
}
.tabset > input[type="radio"],.tabsetb > input[type="radio"] {
  position: absolute;
  left: -200vw;
}
.tabset .tab-panel,.tabsetb .tab-panelb {
  display: none;
}
header#topmenuholder {
    margin-bottom: 0px;
    display: block;
    justify-content: space-between;
    width: 100%;
	max-width: 1170px;
    margin: auto;
}
.tabset > input:first-child:checked ~ .tab-panels > .tab-panel:first-child,
.tabset > input:nth-child(3):checked ~ .tab-panels > .tab-panel:nth-child(2),
.tabset > input:nth-child(5):checked ~ .tab-panels > .tab-panel:nth-child(3),
.tabset > input:nth-child(7):checked ~ .tab-panels > .tab-panel:nth-child(4),
.tabset > input:nth-child(9):checked ~ .tab-panels > .tab-panel:nth-child(5),
.tabset > input:nth-child(11):checked ~ .tab-panels > .tab-panel:nth-child(6) {
  display: block;
}

.tabsetb > input:first-child:checked ~ .tab-panelsb > .tab-panelb:first-child,
.tabsetb > input:nth-child(3):checked ~ .tab-panelsb > .tab-panelb:nth-child(2),
.tabsetb > input:nth-child(5):checked ~ .tab-panelsb > .tab-panelb:nth-child(3),
.tabsetb > input:nth-child(7):checked ~ .tab-panelsb > .tab-panelb:nth-child(4),
.tabsetb > input:nth-child(9):checked ~ .tab-panelsb > .tab-panelb:nth-child(5),
.tabsetb > input:nth-child(11):checked ~ .tab-panelsb > .tab-panelb:nth-child(6) {
  display: block;
}
.tabset > label,.tabsetb > label {
  padding: 15px 4px 0 0;
}

.tabset > label::after,.tabsetb > label::after {
  content: "";
  position: relative;
  width: 22px;
  height: 4px;
  background: #8d8d8d;
  display: block;
  opacity: 0;
}
input:focus-visible + label {
  outline: 2px solid rgba(0,102,204,1);
  border-radius: 3px;
}
.tabsetb > input:checked + label {
  color: #313131;
  cursor: pointer;
  border-bottom: 1px solid #E61B47;
}

.tabset > input:checked + label {
  color: #E61B47;
  cursor: pointer;
  background-color: #ffffff;
}
.tabset > label:hover::after,
.tabset > input:focus + label::after,
.tabset > input:checked + label::after {
color: black;
}
.tabsetb > input:checked + label::after {
  background: #E61B47;
}
.tabsetb > input:checked + label,.tabsetb > input:checked + label {
  border-color: #ccc;
  border-bottom: 1px solid #fff;
  margin-bottom: -1px;
  margin-right: 0px;
  color: #E61B47;
  border-bottom: 1px solid #E61B47;
}
.tabset > input:checked + label,.tabset > input:checked + label {
  border-color: #ffffff;
  background-color: white;
  margin-bottom: -1px;
  margin-right: 0px;
  color: #000000;
  border: 1px solid #d7d7d7;
	
}
.tab-panel,.tab-panelb {
  padding: 3px 0;
}
div#nieuwsbriefblok {
    padding: 25px;
    background: #e3e3e3;
    background: linear-gradient(180deg, rgb(243 243 243) 0%, rgba(255, 255, 255, 1) 100%, rgb(234 234 234) 99%);
    height: 325px;
    border-radius: 3px;
    margin-bottom: 10px;
}
#nieuwsbriefblok p {
    font-size: 22px;
    font-weight: 700;
    margin-bottom: 0px;
}
p.nieuwsbriefkorting {color: #E61B47;}
form {
    margin-top: 20px;
}
input#email {
    width: 100%;
    margin-bottom: 20px;
    padding: 10px;
    border: 1px solid #dedede;
    border-radius: 3px;
}
.logo {
    background-image: url(https://www.fotogeschenk.nl/aftersales/images/logo-nl-ex-pay-off.svg);
    height: 25px;
    background-repeat: no-repeat;
    margin-bottom: 25px;
}
#nieuwsbriefblok input.btn.btn-success.submit {
    background-color: #1AD997;
    border-color: #1AD997;
    padding-left: 20px;
    padding-right: 20px;
}
.col-md-4 h2 {
    font-size: 16px;
    font-weight: 600;
    color: #000000;
    margin-top: 0px;
    margin-bottom: 10px;
    position: relative;
}
footer.col-md-12 .col-md-4 h2 {
    font-size: 16px;
    font-weight: 700;
    color: #e61b47;
    margin-top: 0px;
    margin-bottom: 10px;
    position: relative;
}
.col-md-4 h3 {
    font-size: 13px;
    font-weight: 600;
    margin-bottom: 6px;
    margin-top: 25px;
}
.col-md-4 a {
    color: #313030;
}
.col-md-3 h2 {
    font-size: 16px;
    font-weight: 700;
    color: #E61B47;
    margin-top: 0px;
    margin-bottom: 10px;
}
.col-md-3 h3 {
    font-size: 13px;
    font-weight: 600;
    margin-bottom: 7px;
    margin-top: 20px;
}
.col-md-3 a {
    color: #313030;
}
img.payicons {
    max-width: 30px;
    margin-bottom: 3px;
    margin-top: 3px;
}
a#united-kingdom {
    float: left !important;
    margin-bottom: 20px;
    color: #ffffff00;
}
.col-md-12.copyright {
    padding-top: 20px;
    padding-bottom: 20px;
    border-top: 1px solid #dbdbdb;
    margin-top: 30px;
}
a#nederland {float: left !important; color: #ffffff00;}
a#belgie {float: left !important; color: #ffffff00;}
a#deutschland {
    float: left !important;
    color: #ffffff00;
}
span.product-vanafprijs {
    background-color: #1AD997;
    color: #00240f;
    font-weight: 600;
    font-size: 14px;
    padding: 4px 10px;
    border-radius: 4px;
    display: inline-block;
    display: none;
}
.lijst-vinkjes li{
    list-style:none;
    background:none;
    padding-left: 20px;
    text-indent: -20px;
}
.lijst-vinkjes li:before{content:"";background-image: url("https://www.fotogeschenk.nl/img/icons/marker.svg");background-position: initial;background-repeat:no-repeat;width: 15px;height: 15px;display:inline-block;margin-right:5px;vertical-align: middle;}

#tabmontage .flex-grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 10px;
    margin-bottom: 10px;
}

#tabmontage .flex-grid .tweecol span {
    color: black;
    font-weight: 500;
    padding: 4px;
    text-align: center;
    display: block;
}

h1.product-h1 {
    font-size: 24px;
    font-weight: 600;
    margin-top: 7px;
    margin-bottom: 20px;
}
span.melding {
    /*display: none;*/
}
#pptitels span.melding{
display:inline;
}
#c .tabsetb {
    border: 1px solid #e6e6e6;
    border-radius: 5px;
    margin-bottom: 15px;
    margin-top: 20px;
}

.tabset label {
	width: auto;
	padding: 8px !important;
	background: #F7F7F7;
	border: 1px solid #D6D6D6;
	border-radius: 3px;
	font-weight: 600;
	margin-bottom: 0px !important;
	margin-top: 5px;
	font-size: 13px;
	transition: 0.2s;
	position: relative;
	cursor: pointer;
}
.tab-panels > section {
    padding: 20px;
    border: 1px solid #dddddd;
    margin-top: 5px;
    border-radius: 3px;
}
input#tab1:checked ~ .tab-panels > section#tabproduct, input#tab2:checked ~ .tab-panels > section#tabprice, input#tab3:checked ~ .tab-panels > section#tabdelivery, input#tab4:checked ~ .tab-panels > section#tabspecs, input#tab5:checked ~ .tab-panels > section#tabmontage, input#tab6:checked ~ .tab-panels > section#tabreview
Specificity: (2,2,2)
 {
    display: block !important;
}
.tabsetb label {
  display: inline-block;
  font-weight: bold;
  text-align: center;
  padding: 10px !important;
  margin-bottom: 0px !important;
  border-right: 1px solid #e6e6e6;
  margin-right: -4px;
  color:#929292;
  cursor: pointer;
}
.tab-panelsb {
    border-top: 1px solid #e6e6e6;
    overflow-y: auto;
    max-height: 500px;
}
.tabsetb li {
    display: flex;
    align-items: center;
    gap: 12px;
    padding-left: 10px;
    padding-right: 10px;
    padding-bottom: 7px;
    padding-top: 7px;
    font-family: 'Montserrat';
    font-size: 14px;
    color: black;
    text-decoration: none;
    border-bottom: 1px solid #eee;
    justify-content: space-between;
}
.tabsetb a:hover {
    color: #000000;
    background-color: #f5f5f5;
    text-decoration: none;
}
.tabsetb h2 {
    display: none;
}
li a .van {
  text-decoration: line-through;
  color: #d33;
  margin-left: auto;
}
li a .voor {
  font-weight: bold;
  
  margin-left: 6px;
}
span.price {
  font-weight: bold;
  color: black;
  margin-left: auto;
}
ul.matenlijst {
    padding-left: 0px;
    margin-bottom: 0px;
}
::marker {
    
}
ul.matenlijst li{
    list-style:none;
}
.edited_content ul.bullets,ul.bullets {
    padding-left: 15px;
}
.edited_content ul.bullets li,ul.bullets li{
    list-style: none;
    padding-left: 0px;
    text-indent: -15px;
}
.attention-block,.edited_content article{
    background-color: orange;
    padding: 15px;
    border-radius: 5px;
    margin-bottom: 10px;
    margin-top: 10px;
    color: white;
    font-size: 16px;
    font-weight:bold;
}
.edited_content p.bold.font-size-big {
    font-size: 2rem;
    font-weight: bold;
}

.edited_content ul.bullets li::marker,ul.bullets li::marker{
    display: none;
}
.edited_content ul.bullets li:before,ul.bullets li:before{
    content:"";
    background: url(https://www.fotogeschenk.nl/img/icons/marker.svg) no-repeat;
    width: 15px;
    height:15px;
    margin-right:5px;
    display: inline-block;
}

.products .hpthumbs{
    width:auto;
    transition: 0.5s;
    border-radius: 0;
    border: 1px solid #ccc;
}
.products .clearfix.visible-lg.visible-md{
    display:none!important;
}
#block_usps {
    display: block;
    width: auto;
    float: none;
}
div#block_usps>ul {
    column-count: 2;
}
div#formatholder{
    border:1px solid #ccc;
    padding:10px;
margin-bottom: 10px;
}
div#formatholder >div{
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(180px, 1fr)); 
    gap: 10px;
max-height: 900px;
    overflow: auto;    
}
div#formatholder >div>div{
    border: 1px solid var(--buttonBorderColor);
    padding:5px;
}
div#formatholderfixed2 {
cursor: pointer;
    position: fixed;
    z-index: -1;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.5);
    transition: 0.5s;
    display: flex;
    justify-content: center;
    align-items: center;
    opacity: 0;
}
div#formatholderfixed2.showflex {
    opacity: 1;
    z-index: 100000;
}
#formatholderfixed2 .other_formats{
   width: 90%;
position: relative;
  height: 90%;

}
#formatholderfixed2 .other_formats>div{
    box-sizing: border-box;
    padding: 20px;
    display:grid;
    grid-template-columns: repeat(auto-fit, minmax(200px, 1fr));
    gap: 10px;
    overflow: auto;
    background: white;
    margin: auto;
    border: 1px solid rgba(0, 0, 0, .15);
    -webkit-box-shadow: 0 6px 12px rgba(0, 0, 0, .2);
    box-shadow: 0 6px 12px rgba(0, 0, 0, .2);
 height: 100%;
    padding-top: 50px;
}
#formatholderfixed2 .other_formats>div>div{
    border:1px solid #ccc;
    padding:5px;
}
div#formatholderfixed2 span.title{
    position: fixed;
    display: block;
    background-color: orange;
    color: white;
    padding: 5px;
    box-sizing: border-box;
    left: 0px;
    right: 0px;
    z-index: 2;
    text-align: center;
    font-weight: bold;
    width: 90%;
    right: 0px;
    margin: auto;
   -webkit-box-shadow: 0 6px 12px rgba(0, 0, 0, .2);
    box-shadow: 0 0 4px rgba(0, 0, 0, .2);
}
.dropdown-menu2 {
    max-height: 400px;
    overflow: auto;
    margin-top: 0;
    max-width: 100%;
    width: 100%;
}
.dropdown-menu2 {
    position: absolute;
    top: 100%;
    left: 0;
    z-index: 1000;
    display: none;
    float: none;
    min-width: 160px;
    padding: 5px 0;
    margin: 2px 0 0;
    font-size: 14px;
    text-align: left;
    list-style: none;
    background-color: #fff;
    -webkit-background-clip: padding-box;
    background-clip: padding-box;
    border: 1px solid #ccc;
    border: 1px solid rgba(0, 0, 0, .15);
    border-radius: 4px;
    -webkit-box-shadow: 0 6px 12px rgba(0, 0, 0, .175);
    box-shadow: 0 6px 12px rgba(0, 0, 0, .175);
}
.dropdown-menu2>div{
}
.dropdown-menu2>div>a {
    display: block;
    padding: 3px 20px;
    clear: both;
    font-weight: 400;
    line-height: 1.42857143;
    color: #333;
    white-space: nowrap;
transition:0.5s;
}
.dropdown-menu2>div>a:hover{
color: #262626;
background-color: #ccc;
}
#MyCustomTrustbadge img {
    width:35px!important;
    max-width:35px!important;
}
ul.news {
    list-style:none;
    flex-wrap:nowrap;
    overflow:auto;
    padding:0;
    margin:0;
    margin-bottom:20px;
    white-space: nowrap;
}

ul.news >li{
    width: 200px;
    padding:5px;
    margin:0;
    border:1px solid #ccc;
    display: inline-block;
    margin-right: 5px;
    white-space: normal;
    vertical-align: top;
}
div#resseller_welkom {
    padding: 0;
}
div.klantnummer {
    padding:0;
}
#loadIframe{
visibility:hidden;
position:fixed;
}
div#paymethods {
    margin-top:15px;
    text-align:left;
margin:auto;

}
div#paymethods img {
    width: 30px;
    display: inline-block;
    vertical-align: middle;
    margin: 0px;
    box-sizing: border-box;
    margin-bottom: 5px;
}
.panel-primary{
border-radius:0;
border-color: var(--buttonBorderColor);
}
.button{
text-decoration: underline;
}
select.form-control,input.form-control {
    appearance:none;
    -webkit-appearance:none;
    border-radius:0;
    border-color: var(--buttonBorderColor);
max-width: 400px;
}
.btn-success.focus, .btn-success:focus{
    background-color: var(--buttonColorBackground);
    border-color: var(--buttonBorderColor);
    outline: none;
}
.form-control:focus{
    border-color: var(--buttonBorderColor);
    -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075), 0 0 8px rgb(255 0 0 / 60%);
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075), 0 0 8px rgb(255 0 0 / 60%);
}
.panel-primary>.panel-heading {
    color: #fff;
    background-color: var(--buttonColorBackground);
    border-color: var(--buttonBorderColor);
}
label#topmenulabel{
background-color: var(--buttonColorBackground);
}
#extraactiemelding{
background-color: var(--buttonColorBackground);
}
.btn{
transition:0.5s;
}
div.warning.reseller {
    margin-bottom: 5px;
    margin-top: 5px;
    font-size: 17px;
    background: #f97316;
    border-radius: 5px;
    padding: 10px;
    color: white;
}
.btn-warning,.btn-success,.btn-primary{background-color: var(--buttonColorBackground);border-color: var(--buttonBorderColor);color: white !important;display: inline-block;padding: 10px;font-size: 14px;font-weight: 600;border-radius: 0;}
.btn-warning .fa,.btn-success .fa,.btn-primary .fa{
    color:white;
}
.button .fa{
    color: var(--bodyColor);
}
.btn.continue{
	background-color:orange;
}
.btn-succes:focus,.btn-success:hover{
background-color: var(--buttonHoverBackground);
    border-color: black;
}
.hpthumbs:hover{
background-color: var(--buttonHoverBackground);
}
.hpthumbs:hover a,.hpthumbs:hover a .melding{
color:white;
}
div#sloganblock, div._product-maat-details {
    padding: 10px;
    border-radius: 0px;
    background-color: var(--detailBackground);
    color: white;
    margin-bottom: 6px;
}
*.btn{
border-radius:2px!important;
}
div#fbcblok {
    float:none;
    display:flex;
    margin-top:5px;
    margin-bottom:5px;
    justify-content: space-between;
    text-align: left;
    padding: 10px;
    border-radius: 10px;
    background-color: #eee;
    color: black;
}
div#fbcblok>div{
    float:none;
}
div#fbcblok div {
    display:inline-block;
    width: auto;
	margin-right:5px;
}
.nav-tabs.nav-justified>li {
    display: block;
    width: auto;
    border-radius:0px;
    margin: 0;
    padding: 0;
    margin-right: 5px;
    margin-bottom: 5px;
}
ul.nav.nav-tabs.nav-justified {
    display:flex;
    flex-wrap: wrap;
    justify-content: start;
    align-items: baseline;
    padding: 0px;
}
.nav-tabs.nav-justified>li >a{
    padding:5px;
    display:block;
    float:none;
    border-radius:0px;
    border:1px solid #ccc;
    cursor:pointer;
    transition:0.5s;
    margin: 0;
}
.nav-tabs.nav-justified>li >a:hover{
    background-color: #ccc;
}
.nav-tabs.nav-justified>li.active>a{
    border:1px solid #ccc;
}
.nav-tabs.nav-justified>.active>a, .nav-tabs.nav-justified>.active>a:focus, .nav-tabs.nav-justified>.active>a:hover{
    border:1px solid #ccc;
    
}
#myCarousel{z-index:1;border-radius: 3px;overflow: hidden;}
.carousel-indicators li{
    border: 1px solid #00000000;
    background-color: #ffffffa8;
    z-index:1;
box-shadow:0px 0px 1px black;
}

li.active {
    width: 12px;
    height: 12px;
    margin: 0;
    background-color: var(--buttonColorBackground);
}


#website_logo{
padding-top:10px;
padding-bottom:10px;
display:inline-block;
}
#website_logo img{
width:200px;
}
div#loadedimages,div#loadedimages2 {
    display:flex;
    justify-content: center;
    align-items:center;
    flex-wrap: wrap;
    gap: 10px;
}
div#loadedimages2 img,div#loadedimages img{
    width:100px;
    height: auto;
}
ul.topmenu_ul{
overflow: auto;
    white-space: nowrap;
    margin: auto;
    float: none !important;
}
ul.topmenu_ul img{
    border-radius:0px;
}
ul.topmenu_ul li{
padding: 0px 6px 0px 8px;
    padding-bottom: 2px;
    float: none;
    display: inline-block;
    background: unset;
    border-left: 1px solid black;
}
ul.topmenu_ul li:first-child {
    border-left: none;
    padding-left: 0px;
}
.floatnone_mobile {
    float: none;
    width: 80%;
    margin: auto;
    box-sizing: border-box;
}
.floatnone_mobile a{
    color:white;
}
img{
border-radius:0px;
}
#iframeholder{
position: fixed;
    top: 0px;
    left: 0px;
    width: 100%;
    height: 100%;
    z-index: 1000;
    background-color: rgba(0, 0, 0, 0.5);
    display: flex;
opacity:0;
transition:0.5s;
z-index:-1;
    align-items: center;
    justify-content: center;
    flex-wrap: wrap;
}
#iframeholder.showupload{
opacity:1;
}
#iframeholder iframe{
width: 600px;
max-width:90%;
    max-height: 80%;
    margin: auto;
    position: absolute;
    display: block;
    border: 0;
    box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.5);
    border-radius: 5px;
    height: 100%;
}
#iframeholder #ifr2{
display:none;
}
#divupload{
width: 300px;
max-width:90%;
    max-height: 80%;
    margin: auto;
    position: relative;
    display: block;
    border: 0;
    box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.5);
    border-radius: 5px;
    height: auto;
    background-color: white;
text-align:center;
}
ol#wo-breadcrumbs {
    background: none;
    padding: 0;
    margin-bottom: 5px;
}
.deliverybutton{
font-size: 14px;
}
.products {
    width: 100%;
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));
    float: none;
    gap: 10px;
}
.products.coll-3{
	grid-template-columns: repeat(auto-fit, minmax(350px, 1fr));
}
._opmaakB_kolommen .products{
    grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
}
.products .hpthumbs{
    width:auto;
    transition: 0.5s;
    border-radius: 3px;
    border: 1px solid #ffffff;
    background: #f6f6f6;
    padding-top: 8px;
    padding-left: 8px;
    padding-right: 8px;
    padding-bottom: 10px;
    overflow: hidden;
    height: 100%;
}
.products .clearfix.visible-lg.visible-md{
    display:none!important;
}
div#tfcwidget {
    width: 100%;
    float: none;
    min-height: unset;
}
div#tfcwidget .list-unstyled.lijst-vinkjes{
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
}
div#tfcwidget .list-unstyled.lijst-vinkjes li{
    width: auto;
}

.hpthumbs.col-md-3.col-sm-6.col-xs-12 {
    background-color: #fcfcfc;
    border-radius: 2px;
    border: 1px solid #efefef;
    margin-bottom: 10px;
    margin-right: 10px;
    width: 24%;
}

input#email_01JXF981MYDRQFG3Y3VAND44FC {
    box-sizing: border-box !important;
    border-radius: 0px !important;
    padding: 0px 0px 0px 16px !important;
    height: 48px !important;
    text-align: left !important;
    color: rgb(172 172 172) !important;
    font-family: 'Montserrat' !important;
    font-size: 15px !important;
    font-weight: 400 !important;
    letter-spacing: 0px !important;
    background-color: rgb(255, 255, 255) !important;
    border: 1px solid rgb(221 221 221) !important;
    border-radius: 2px !important;
    width: 100% !important;
}

.needsclick.kl-private-reset-css-Xuajs1 {
    flex-direction: row;
}

button.needsclick.go3390922568.kl-private-reset-css-Xuajs1 {
    background: #24D698 !important;
    border-style: solid !important;
    border-color: rgb(29, 29, 29) !important;
    border-width: 0px !important;
    color: rgb(255, 255, 255) !important;
    font-family: 'Montserrat' !important;
    font-size: 16px !important;
    font-weight: 700 !important;
    letter-spacing: 0px !important;
    line-height: 1 !important;
    font-style: normal !important;
    white-space: normal !important;
    padding: 0px 19px !important;
    text-align: center !important;
    word-break: break-word !important;
    align-self: flex-end !important;
    cursor: pointer !important;
    pointer-events: auto !important;
    height: 48px !important;
    border-radius: 2px !important;
}

.products .hpthumbs img{
    padding:0;
    display:block;
    margin-bottom: 10px;
    width: 100%;
    max-height: 200px;
    min-height: 200px;
    margin-bottom: 17px;
    border-radius: 3px;
}
ul.socialdeal-list {
    list-style-type: square !important;
    padding-left: 20px;
}
ul.socialdeal-list li::marker {
  color: #ff6f00;
}
@media (min-width: 992px) {
    div#block_left {
        width: 20%;
    }
    div#block_right {
        width: 80%;
    }
    div.main-block div.block-left {
        width: 20%;
    }
    div.main-block div.block-mid {
        width: 80%;
    }
}
@media (max-width: 991px){
    div#block_right {
        width:auto;
    }
    div#left_block2 .col-md-12.col-sm-6{
float:none;
}
    div#fbcblok {
    margin-top: 20px;
    margin-bottom: 20px;
    top: 0px;
    }
        span.product-vanafprijs {
    margin-top: 20px;
    }
    .modal-content{
        width: 95% !important;
    }
    .flex-container-prijzen{
        display: block;
    }
    .flex-item-grid-popup{
        width: 100%;
    }
    .flex-item-grid{
        width: 100%;
    }
    footer.col-md-12 .col-md-4 h2{
        margin-top: 20px;
        margin-bottom: 5px;
    }
    .col-md-4 h3{
        margin-top: 20px;
    }
    .col-md-3 h2{
        margin-top: 20px;
        margin-bottom: 5px;
    }

    .hpthumbs.col-md-3.col-sm-6.col-xs-12 {
    width: 100%;
    margin-right: 0px;
    }
    
    #tabmontage .flex-grid .tweecol {
    width: 100%;
    margin-bottom: 10px;

}
}
@media (max-width: 700px) {
    h1.product-h1 {
        font-size: 20px;
        margin-bottom: 5px;
    }

    .breadcrumbs {
        display: none;
    }

    #logo.mobile-hidden {
        display: none !important;
    }

    .lijst li {
	/*
        background-image: url(https://www.fotogeschenk.nl/img/icons/marker.svg) !important;
        background-repeat: no-repeat !important;
        background-position: left !important;
        padding-left: 20px !important;
background-size:15px 15px;
*/
    }

    ul.lijst {
        padding-left: 0 !important;
    }

    .btn-warning,
    .btn-success,
    .btn-primary {
        padding: 6px;
        font-size: 14px;
    }

    div.details-right {
        padding: 0;
    }

    .carousel-inner > .item > img {
        width: 100%;
    }

    ul.topmenu_ul {
        padding-bottom: 5px;
    }

    .topmenu_ul li.hide_mobile_logo {
        display: none;
    }

    ul.topmenu_ul li:nth-child(2) {
        border-left: none;
    }

    .flex-grid {
        display: block;
    }

    .driecol,
    .tweecol {
        width: 100%;
        margin-bottom: 15px;
    }

    #fbcblok {
        margin-top: 20px;
        margin-bottom: 20px;
        top: 0;
    }

    .actiesloganeen {
        margin-top: 5px;
        margin-bottom: 10px;
    }
}
@media (max-width: 767px){
    .products .clearfix.visible-xs{
        display:none!important;        
    }
    div#fbcblok {
    margin-top: 20px;
    margin-bottom: 20px;
    top: 0px;
    }
    .carousel-caption {
    display: none;
    }
}
@media (max-width: 500px){
	.end_summary .grid{
    display: grid;
    grid-template-columns: 200px 1fr;
}
	#playslideshow div.image span.text{
display:none;
}
#playslideshow,div.playslideshow{margin:0;/* max-height:250px; */min-height:250px}
	div.playslideshow div#caption{
		display:none;
	}
	body{
		padding-bottom:50px;
	}

	.btn.continue{
	position: fixed;
        display: block;
        bottom: 0px;
        left: 20px;
        right: 20px;
        z-index: 1000;
        width: calc(100% - 40px);	
	}
	#myCarousel{
		width:100%;
	}
	div#fbcblok{
		padding:5px;
	}
	div.actiesloganeen{
font-size:16px;
border:none;
margin:0px;
margin-bottom:5px;
margin-top:5px;display:block;border-radius:5px;padding:12px;background: yellow;
box-shadow:inset 0px 0px 20px #BFC200;
}
	#mainLogo{
		max-width:130px;
	}
	form input[type="text"].form-control:focus,
form input[type="password"]:focus,
form input[type="password"].form-control,
form input[type="text"].form-control,
input[type="text"],
input[type="password"],
input[type="email"],
select {
    font-size: 16px !important;
}

    div#fbcblok {
    margin-top: 10px;
    margin-bottom: 5px;
    top: 0px;
    }
    
    #tabmontage .flex-grid {
    display: block;
    margin-bottom: 10px;
    }
}
