@import url('https://fonts.googleapis.com/css?family=Open+Sans|Quicksand:400,700');

.navbar-fixed-top {
    background-color: #fff;
    -webkit-box-shadow: 0px -2px 5px 0px rgba(0,0,0,0.75);
-moz-box-shadow: 0px -2px 5px 0px rgba(0,0,0,0.75);
box-shadow: 0px -2px 5px 0px rgba(0,0,0,0.75);
}

/**
footer{
    
    background: #fff;
}
**/

@media(min-width: 992px){

#cover_special{

    position: fixed;
    bottom: 0;
    width: 100%;

    }
}

#footer2{
        border-top: 2px solid #000;
        padding-top:40px;
        padding-bottom: 20px;
        color:#000;
    }

@media (min-width: 1280px) and (max-width: 1440px) {
    
    
    .service{

          min-height: 760px;           
    }
    
}

/**
@media(max-width:768px) {

    
    footer .row{
        
       margin-left: 0;
       margin-right: 0;
    }    
   
}
**/

/**
   button style
**/

.btn{
   
   color: #fff;
   padding:5px 8px;
   background-color: #c11b24;
   margin-left:5px;
   margin-right:5px;
   font-weight: bolder;    
   border-radius: 4px;
   border: 2px solid #c11b24;
       
   
}
.btn:hover,.btn:focus,btn:active{
    
  
  color: #c11b24;
  background-color: #fff;
  border: 2px solid #c11b24;
      
 
}

.btn1{
   
   color: #fff;
   padding:5px 8px;
   background-color:#c11b24;
   margin-left:5px;
   margin-right:5px;
    font-size: 14px;
   line-height: 1.4;
   font-weight: bolder;
   border-radius: 4px;
   border: 2px solid #c11b24;
  

}

.btn-primary {
  color: #fff;
  background-color:#c11b24;
  font-weight: bolder;  
  border-radius: 4px;
  border: 2px solid #c11b24;
}

.btn-primary:hover,
.btn-primary:focus,
.btn-primary:active,
.btn-primary.active,
.open .dropdown-toggle.btn-primary {
  
  color: #c11b24;
  background-color: #fff;
  border: 2px solid #c11b24;

  
}

.pull-left .btn1{
   
    padding: 3px 8px;
    margin-left:5px;
    margin-right:5px; 
    display: inline-block;
}

.pull-right .btn1{
    
   display: inline-block;
   padding:3px 6px;
   margin-left:5px;
   margin-right:5px;
    font-size: 14px;
   line-height: 1.42857143;
   border-radius: 4px;
    
}

/**
   about element
**/ 


#pro{
    height:160px;    
     margin-bottom: 15px;
    
}

#pro {
    cursor: pointer;
}

.item1{
    
    /**
    background: #fff;
    border-radius: 6px;
    **/
    -webkit-box-shadow: 6px 6px 5px 0px rgba(230,227,230,1);
    -moz-box-shadow: 6px 6px 5px 0px rgba(230,227,230,1);
    box-shadow: 6px 6px 5px 0px rgba(230,227,230,1);
    height: 100%;
    border-top: 1px solid #f5f5f5;
    border-left: 1px solid #f5f5f5;
   
   
}

#pinfo,#pname,#pdes,#pprice{
    
    padding-left: 0px;
    padding-right: 0px;
    
}

#pprice{
    
    text-align: left;
}

#pdes{
    
    font-size: 12px;
}
/**
#pinfo{
    
    margin: auto;
    
}
**/

.item-img-box {
 
    height: 160px;
    position:absolute;
    right:0;
    padding-left: 5px;
    padding-right: 5px;
    display:flex;
    justify-content:center;
    align-items: center;
    
}

.item-img-box img{
    
    width: 110px;
  
}

.item-img-box #ft{
  
    object-fit: cover;
    width: 7em;
    height: 7em;
    
    
  
}

.item-info {
  
    margin-top: 5px;
    height: 100%;
    position:absolute;
    left:0;
}


.panel-body{
    padding: 10px 8px;
    
}
/**
.panel-body{
    position: relative;
    padding: 10px 20px;
    left: 0;  
    right: 0; 
    height:100%;
    
}
**/

#pprice{
    
    position: absolute;
    bottom: 0;      
    margin-bottom: 20px;
}

@media (max-width: 1199px) and (min-width: 992px){
    
   .item-img-box #ft{
  
    width: 6em;
    height: 6em;
  
   }
    
    
}

@media (max-width: 767px) {
    
    .item-img-box #ft{
  
    width: 8em;
    height: 8em;
  
}
#pro{
     margin-bottom: 0px;
     border-bottom: 1px solid #e6e3e6;
    
}
.item1{
    
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    box-shadow: none;
    height: 100%;
    border-top: none;
    border-left: none;
    
}   
    
}


@media (max-width: 480px) {
    
    .item-info{
        
        padding-right: 0px;
        padding-left: 0px;
    }
   #pdes{

    text-align: left;
   } 

}

.panel-footer1 {
    
    position: absolute;
    bottom: 0;  
    left: 0;  
    right: 0; 
    padding: 10px 15px;
    margin-bottom: 10px;
    
}

.panel-body{
    
    
   font-size:14px;    
   font-family: 'Roboto', sans-serif;
   line-height: 1.42857143;
   text-align: left;

}

#logo{
    
    height: 58px;
}

@media(max-width:480px) {

    .item-img-box{
        
        padding-right: 5px;
    }
    
.panel-footer1 {
    
  
    padding: 5px 10px;    
} 

#logo{
    
    height: 30px;
}

.top-nav > li > a {
    
  font-size: 15px;
  font-weight: 700;
  color: #000;
}
.nav > li > a {
    padding-left: 8px;
    padding-right: 8px;
}

}

@media only screen and (max-width: 1200px) and (min-width: 768px) {
    
    
    .item-info {
        
        padding-right: 5px;
        padding-left: 5px;
    }

}


/**
   message color
**/

.error, .message, .dmsg, .cmsg, .pmsg, .emsg, #bezorgkost{
    
    color:#c11b24;
}

.dmsg{
    
    font-size: 16px;
    font-weight: 700;
}

#alertMsg{
   
    padding:10px; 
    font-size: 18px;
    color:#c11b24;
}

.box #email, .box span{
    
    color:#c11b24;
}

table tr td a{
    
    padding:2px;
    color:#c11b24;
}

table tr td a:hover{
    
    padding:2px;
    color:#c11b24;
}

#choose_modal .modal-body, #info_modal .modal-body{
    
  max-height: 75vh; /* max 80% of the viewport height */
  overflow-y: auto;
  padding: 0px 25px 25px; 
}

#choose_modal .modal-header, #info_modal .modal-header{
    
    border-color: transparent;
    height:30px;
   
}

#choose_modal .modal-footer #footer-total{
    
    display: flex;
    flex-direction:row;
	align-items: flex-start;
	justify-content: space-between;
    flex-wrap: nowrap;
}
/**
#choose_modal .modal-header .close {
    
    position: absolute;
    float: left;
    margin: 20px;
    color: #c11b24;
    opacity: 1;
}


#choose_modal .modal-header img{
    
     height: 35vh; 
   

}
**/

#choose_modal .modal-header #ft2{
    
    width:100%;
    object-fit: cover;
}

#choose_modal .modal-body img {
    height: 288px;
    margin-bottom: 20px;
}


#cover{
    width: 100px;
    
}


#ouders{
    
    margin-bottom: 4em;
}


#pro2 {
    height: 380px;
    margin-bottom: 15px;
   
}

.item2 {
    background: #fff;
    border-radius: 6px;
    height: 100%;
    border: 1px solid #E0E0E0;

}
.item2 .item-img-box2 {
    margin-top: 15px;
    margin-bottom: 15px;
    
}

.item2 .item-img-box2 #ft2 {
    width: 100%;
    object-fit: cover;
    height: 250px;
}

.item2 .item-info {
    padding: 15px;
}

.item2 h5{
    
    margin-bottom: 0.5rem;
    color:#c11b24;
}

#pro2 a{
    
    color: #c11b24;
}

#pro2 a:hover, #pro2 a:focus, #pro2 s:active{
    
    color: #c11b24;
}

.control-group h6 a{
    
    font-size: 1rem;
    margin-bottom: .9rem;
    font-family: 'Quicksand', sans-serif;
    font-weight: 700;
    color:#000;
    display: flex;
    align-items: center; 
}


.control-group h6 a #symbol{
    
    margin-left: auto;
}

/** 
  bottom shopping cart
**/

  .shopCart{
    position: fixed;
    left:0;
    bottom:0;
    height:50px;
    z-index:1050;
    width: 100%;
-webkit-box-shadow: 0px -2px 5px 0px rgba(0,0,0,0.75);
-moz-box-shadow: 0px -2px 5px 0px rgba(0,0,0,0.75);
box-shadow: 0px -2px 5px 0px rgba(0,0,0,0.75);
    
  }
    .content{
    
      display:flex;
   justify-content: center;
     align-items: center;
     height: 100%;
    background: #c11b24;
    color:#fff;
      
    } 
    
    /**
    .content a{
        
        background: #c11b24;
        color:#fff;
        padding: 5px 25px;
    }
    **/
    
    .content a{
        
        color:#fff;
        
    }
    
     .content a:hover, .content a:active, .content a:focus{
        
        color: #fff;
        font-weight: bolder;
    }
    
    .hidden{
    
    display:none;
}

.hide{
    
    display:none;
}



.overlay2 {
  content: "";
  display: block;
  left: 0;
  top: 0;
  width: 100%;
  height: 320px;
  z-index: -10;
  background: url(../images/head-image.jpg) no-repeat center center;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
    display: flex;
  align-items: center;
}

.fix{
    
    position: fixed;
    top:128px;
}
#frame{
    
    background: #fff;
    flex: 50%;
}

#frame h3{
    
    margin: 10px;
}

#rname{
    
    padding: 24px 0;
  
}

.home_menu{
    
    margin-top: 88px;
}

#pdes span,#des span{
    
    color: #7ea21a;
}

.high{
    
    color:#ff0000;
}