html,
body,
div,
span,
applet,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
a,
abbr,
acronym,
address,
big,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
s,
samp,
small,
strike,
strong,
sub,
sup,
tt,
var,
b,
u,
i,
center,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
embed,
figure,
figcaption,
footer,
header,
hgroup,
menu,
nav,
output,
ruby,
section,
summary,
time,
mark,
audio,
video {
    margin: 0;
    padding: 0;
    border: 0;
    font-size: 100%;
    font: inherit;
    vertical-align: baseline;
}





h1,
h2,
h3,
h4 {
    margin: 0;
   
    font-weight: normal;
}

html {
    min-height: 100%;
    box-sizing: border-box;
    background-color: #FFF;
    font-family: "Poppins", sans-serif;
}

*,
*:before,
*:after {
    box-sizing: inherit;
}



/*rood #e71e24  #b4332c*/
* {
    margin: 0;
}

html,
body {
  
    color: #1d2025;
    background-color: #fbfaf6;
}


/* Sticky footer styles
-------------------------------------------------- */
html {
  position: relative;
  min-height: 100%;
}
body {
  /* Margin bottom by footer height */
  margin-bottom: 60px;
  background: url('../img/bg_snow.jpg') no-repeat center center fixed;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  background-size: cover;
  -o-background-size: cover;
/*     background-color: #509ee8;*/
}

.iceimg{
    width: 100%;
    height: 40px;
    background: url('../img/ice.png'); 
    
}
.footer {
  position: absolute;
  bottom: 0;
  width: 100%;
  /* Set the fixed height of the footer here */
  height: 60px;
  line-height: 60px; /* Vertically center the text there */
  background-color: #e71e24;
    color:#FFF;
}


/* Custom page CSS
-------------------------------------------------- */
/* Not required for template or sticky footer method. */

body > .container {
/*  padding: 20px 15px 0;*/
}

.footer > .container {
  padding-right: 15px;
  padding-left: 15px;
}

code {
  font-size: 80%;
}

.container{
   /* background-color:#fbfaf6;*/
}
.embed-container {
    position: relative;
    padding-bottom: 56.25%;
    height: 0;
    overflow: hidden;
    max-width: 100%;
    height: auto;
}
p.light{
    color:#808388;
    font-weight: 300;
}
h1{
    font-size: 32px;
    text-transform: uppercase;
    font-family: 'Fredoka One', cursive;
}
h2{
    font-size: 18px;
    text-transform: uppercase;
    font-family: 'Fredoka One', cursive;
}
h3{
    color:#06d4c9;
}

h4{
    font-size: 14px;
   font-weight: 700;
}
p{
    
    font-size: 14px;
}
.b{
    font-weight: bold;
}
.presentholder{
    /*display: inline-block;*/
    border-radius: 12px;
    position: relative;
    float: left;
    width:210px;
    height: 180px;
    border:4px solid #e71e24;
    background-color: #FFF;

    
}
.smallprod{
    transform: scale(0.2);
    opacity: 0;
}

.presentholderbg{
    border-radius: 12px;
    background-color: #edece8;
    position: relative;

        float: left;
        width:210px;
        height: 180px; 
        margin:16px;
}
.imgholder{
    position: relative;
    width:100%;
    height: 100%;
    /*width:260px;
    height: 200px;  */ 
   transition: all .2s;
   padding:20px;
}
.presentholder .prodname{
    position: absolute;
    height: 20px;
    background-color: #e71e24;
    color:#FFF;
    bottom:0px;
    width: 100%;
    font-size: 12px;
    padding:2px;
    overflow: hidden;
    
}

.presentholder .pricetag{
    position: absolute;
   
   /* background-color: #e71e24;*/
    color:#e71e24;
    left:4px;
    top:2px;
    font-size: 14px;
   
}
.pricetag i{
  
    color:#f3ee37;
}
.presentholder img{
    position: relative;
    left:50%;
    top:50%;
    transform: translate(-50%,-50%);
    max-width: 100%;
    max-height: 100%;
  
}


.imgholder:hover{
    padding:14px;
}

.filterfield{
    background-color: #FFF;

}
.lijsttop{
   /* background-color:#e71e24;*/
    position: relative;
  /*  text-align: center;*/
 /*  padding-top:16px;*/
/*    background-image: url(../img/lijsttop_big.jpg);*/
    background-repeat: no-repeat;
  /*  height: 99px;
    */

}
.lijstholder{
    top:0px;
    position: relative;
    width:302px;
    margin: 0 auto;
    padding-top: 20px;
    
    
/* 
   -webkit-box-shadow: 3px 2px 16px -8px rgba(0,0,0,0.68);
    -moz-box-shadow: 3px 2px 16px -8px rgba(0,0,0,0.68);
    box-shadow: 3px 2px 16px -8px rgba(0,0,0,0.68);*/
}
.lijstitem{
    position: relative;

    width:100%;
    padding:8px;
     margin-bottom: 2px;
    border-bottom: solid #edece8 1px;

}

.lijstbottom{
   /* background-color:#e71e24;*/
    height:59px;
    background-image: url(../img/lijstbottom_big.jpg);
    background-repeat: no-repeat;

    

}
.lijstitem p{
/*    font-family: 'Courgette', cursive;*/
    font-size: 14px;
    line-height: 18px;
     display: table-cell;
    vertical-align: middle;
  
 
    
}
.dropzone{
  /*     border-radius: 12px;*/

    height: calc(100% - 40px);
   /* background-color: red;*/
}
/*.dropzone.shadowed{
    background-color: rgba(49, 55, 37, 0.58)
}*/
.dragshadow{
    -webkit-box-shadow: 11px 15px 29px -13px rgba(0,0,0,1);
    -moz-box-shadow: 11px 15px 29px -13px rgba(0,0,0,1);
    box-shadow: 11px 15px 29px -13px rgba(0,0,0,1);
}

.shadowed{
    -webkit-box-shadow: 0px 0px 58px -13px rgba(194,175,174,1);
    -moz-box-shadow: 0px 0px 58px -13px rgba(194,175,174,1);
    box-shadow: 0px 0px 58px -13px rgba(194,175,174,1);
}
.imgholdmodal{
    text-align: center;
}
.imgholdmodal img{
    max-width: 100%;
    max-height: 300px;
}
.modaldescr{
   padding: 1rem;
    font-size: 12px!important;
}


#descrleft{
    font-size: 20px;
    color:#e71e24;
}
.fa-euro{
    color:#f3ee37;
}







.blue{
    color:#2584b2;
}
.redbg{
    color:#FFF;
    padding:10px;
    background-color: #e71e24;
    border-radius: 6px;
}




.noselect {
  -webkit-touch-callout: none; /* iOS Safari */
    -webkit-user-select: none; /* Safari */
     -khtml-user-select: none; /* Konqueror HTML */
       -moz-user-select: none; /* Firefox */
        -ms-user-select: none; /* Internet Explorer/Edge */
            user-select: none; /* Non-prefixed version, currently
                                  supported by Chrome and Opera */
}

.navbar-nav{
    margin-top:10px;
    width:100%;
}




.embed-container iframe,
.embed-container object,
.embed-container embed {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    border: none;
}

.whitebg{
    background-color: #FFF;
}

.creambg{
    background-color: #f9f9f9
}
.no-padding{
    padding: 0;
    margin:0;
}


.undertitle{
    font-size: 14px;
    line-height: 16px;
    height: 32px;
}

.form-control{
    border-radius: 0px;
    padding:12px;
    color:#808388;
    font-weight: 300;
    background-color: #f9f9f9;
}
.errmsg{
    display: none;
    color:red;
    font-size: 16px;
    margin-top:6px;
}


.pink{
    color:#fb3a96;
}
.purple{
    color:#401467;
}
.modal-content {
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    width: 100%;
    pointer-events: auto;
    background-color: #fff;
    background-clip: padding-box;
    border: 4px solid #e71e24;
    border-radius: 12px;
    outline: 0;
}
.redbut{
    background-color:#e71e24;
    border:none;
    color:#FFF;
}

.yellowbut{
    background-color:#f3ee37;
    border:none;
   
}
.btn-primary:hover, .btn-primary:focus, .btn-primary:active, .btn-primary.active, .open>.dropdown-toggle.btn-primary {
    color: #000;
    background-color: #f3ee37;
    border-color: #f3ee37; /*set the color you want here*/
}
strong{
    font-weight: bold;
}

.ui-autocomplete {
  position: absolute;
  top: 100%;
  left: 0;
  z-index: 1000;
  display: none;
  float: left;
  min-width: 160px;
  padding: 5px 0;
  margin: 2px 0 0;
  list-style: none;
  font-size: 14px;
  text-align: left;
  background-color: #ffffff;
  border: 1px solid #cccccc;
  border: 1px solid rgba(0, 0, 0, 0.15);
  border-radius: 4px;
  -webkit-box-shadow: 0 6px 12px rgba(0, 0, 0, 0.175);
  box-shadow: 0 6px 12px rgba(0, 0, 0, 0.175);
  background-clip: padding-box;
    padding: 10px;


}
a.ui-autocomplete{
    color:red!important;
}
#tags{
   
}
.ui-widget-content 
{
    
  color:#1d2025!important;
}
li.ui-widget-content {
     color:#1d2025!important;
}

/*.ui-autocomplete > li > div {
  display: block;
  padding: 3px 20px;
  clear: both;
  font-weight: normal;
  line-height: 1.42857143;
  color: #333333;
  white-space: nowrap;

}*/

.ui-state-hover,
.ui-state-active,
.ui-state-focus {
  text-decoration: none;
 /* color: #262626;
  background-color: #f5f5f5;*/
  cursor: pointer;

}

.ui-helper-hidden-accessible {
  border: 0;
  clip: rect(0 0 0 0);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 10px;
  position: absolute;
  width: 1px;
}


@media (max-width: 480px)  {
  .presentholder{
        position: relative;
        float: left;
        width:140px;
        height: 110px; 
        
    }
    .presentholderbg{
        position: relative;
        float: left;
        width:140px;
        height: 110px; 
        margin:8px;
    }
    
    
    
    
    
    
    

}
@media (min-width: 1600px) {
    .presentholder{
        position: relative;
        float: left;
        width:210px;
        height: 180px; 
        
    }
    .presentholderbg{
        position: relative;
        float: left;
        width:210px;
        height: 180px; 
        margin:16px;
    }
}
