/*
*************************************
*** Hier kunt u uw eigen CSS ***
*************************************
*/
:root {
    --display-heading-line-height: 1;
}

/*saletag*/
.productinfo-image-item .layover img, .productinfo-image-item #artikellayover img {
	max-width: 75% !important;  
}

.layover img, #artikellayover img{
  	bottom: unset;
}


/* beoordelingen kleur */
.products_row_review_stars a > small {
 color: #6699cc; 
}

.products_row_review_stars a > small:hover,
.products_row_review_stars a > small:focus,
.products_row_review_stars a > small:active {
 color: #e97d10; 
}
/*
*************************************
******** stappen bestelproces *******
*************************************
*/


/* media queries responsive */

@media only screen and (min-width: 1200px){
  .img-responsive-100{
  	width: 1180px;
    height: auto;
  }
  
  .img-responsive-50{
  	width: 590px;
    height: auto;
  }
  
  .img-responsive-25{
  	width: 295px;
    height: auto;
  }
}

@media only screen and (min-width: 962px) and (max-width: 1199px){
  .img-responsive-100{
  	width: 943px;
    height: auto;
  }
  
  .img-responsive-50{
  	width: 472px;
    height: auto;
  }
  
  .img-responsive-25{
  	width: 236px;
    height: auto;
  }
}

@media only screen and (min-width: 862px) and (max-width: 962px){
  .img-responsive-100{
  	width: 840px;
    height: auto;
  }
  
  .img-responsive-50{
  	width: 420px;
    height: auto;
  }
  
  .img-responsive-25{
  	width: 210px;
    height: auto;
  }
}

@media only screen and (min-width: 762px) and (max-width: 862px){
  .img-responsive-100{
  	width: 730px;
    height: auto;
  }
  
  .img-responsive-50{
  	width: 365px;
    height: auto;
  }
  
  .img-responsive-25{
  	width: 182px;
    height: auto;
  }
}

@media only screen and (min-width: 660px) and (max-width: 762px){
  .img-responsive-100{
  	width: 630px;
    height: auto;
  }
  
  .img-responsive-50{
  	width: 315px;
    height: auto;
  }
  
  .img-responsive-25{
  	width: 157px;
    height: auto;
  }
}

@media only screen and (min-width: 560px) and (max-width: 660px){
  .img-responsive-100{
  	width: 530px;
    height: auto;
  }
  
   .img-responsive-50{
  	width: 265px;
    height: auto;
  }
  
  .img-responsive-25{
  	width: 132px;
    height: auto;
  }
}

@media only screen and (min-width: 460px) and (max-width: 560px){
  .img-responsive-100{
  	width: 445px;
    height: auto;
  }
  
  .img-responsive-50{
  	width: 222px;
    height: auto;
  }
  
  .img-responsive-25{
  	width: 111px;
    height: auto;
  }
}

@media only screen and (min-width: 375px) and (max-width: 411px){
  .img-responsive-100 {
  	width: 360px;
    height: auto;
  }
  
  .img-responsive-50 {
    width: 180px;
    height: auto;
  }
  
  .img-responsive-25{
  	width: 90px;
    height: auto;
  }
}

@media only screen and (max-width: 375px){
  .img-responsive-100 {
  	width: 340px;
    height: auto;
  }
  
  .img-responsive-50 {
  	width: 170px;
    height: auto;
  }
  
  .img-responsive-25{
  	width: 85px;
    height: auto;
  }
}

@media screen and (max-width: 560px) {
    #PRODUCT_INFO_DESCRIPTION_BOX div.embeddedContent.oembed-provider-.oembed-provider-youtube iframe,
    #info-section iframe.youtube-player {
        width: 100%;
        height: 100%;
    }
}
