
#sidebar2 {
    width: 360px;
    position: fixed;
    min-height: 100%;
    top: 0;
    bottom: 45px;
    right: -360px;
    z-index: 9997;
    /**
    background: url("../img/pbg.png") repeat scroll 0px 0px transparent;
    **/
    background: #fff;
    color: #333;
    transition: all 0.3s;
    overflow-y: scroll;
    box-shadow: 3px 3px 3px rgba(0, 0, 0, 0.2);

}

#sidebar2.active {
    right: 0;
}

#dismiss {
    width: 35px;
    height: 35px;
    line-height: 35px;
    text-align: center;
    position: absolute;
    top: 10px;
    right: 10px;
    cursor: pointer;
    -webkit-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s;
}
#dismiss:hover {
    color: #668;
}

#dismiss2 {
    width: 35px;
    height: 35px;
    line-height: 35px;
    text-align: center;
    position: absolute;
    top: 10px;
    right: 10px;
    cursor: pointer;
    -webkit-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s;
}
#dismiss2:hover {
    color: #74716f;
}

.overlay {
    position: fixed;
    width: 100vw;
    height: 100vh;
    background: rgba(0, 0, 0, 0.5);
    z-index: 9900;
    display: none;
}

#sidebar2 .sidebar-header {
    padding: 20px;
    color:#000;
}


#sidebar2 ul p {
    color: #fff;
    padding: 10px;
}

.cd-cart-items {
  font-size: 14px;
  padding: 0;
}
.cd-cart-items li {
  /**
    position: relative;
  **/    
  padding: 1em;
  border-top: 1px solid #e0e6ef;
  min-height: 80px;  
  display: -webkit-flex; 
  -webkit-align-items: center; 
  display: flex;
  align-items: center;  
    
}
.cd-cart-items li:last-child {
  border-bottom: 1px solid #e0e6ef;
}
.cd-cart-items li .cd-qty{
    padding-right: 32px;
    width: 30px;
    text-align: left;
  
}
.cd-cart-items li .cd-name{
    
    display: inline-block;
    width: 140px;
    text-align: left;
}

.cd-cart-items .cd-button{
         
    width: 78px;
    text-align: center;
     
}
 .cd-button .btn-min,.cd-button .btn-plus{


  color: #545454;
  
}

.cd-button .btn-min{
    margin-right: 8px;
}

.cd-cart-items li .cd-price {
  
    width: 60px;
    text-align: right;
}
.cd-cart-items li .cd-remove{
    
    width: 32px;
    text-align: right;
    
   
}

.cd-cart-items li .cd-remove a i{
    
    color: #545454;
   
}

.cd-button .btn-min:hover,.cd-button .btn-plus:hover{
    
    color:#777;
  
}

/**
.cd-item-remove {
  position: absolute;
  right: 1em;
  top: 50%;
  bottom: auto;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
  width: 32px;
  height: 32px;
  border-radius: 50%;
  background: url("../img/cd-remove-item.svg") no-repeat center center;
}
.no-touch .cd-item-remove:hover {
  background-color: #e0e6ef;
}
**/
.cd-cart-total {
   padding: 1em;
  
}
 .cd-cart-total span {
  float: right;
}
.cd-cart-total::after {
  /* clearfix */
  content: '';
  display: table;
  clear: both;
}
#sidebar2 .checkout-btn {
  display: block;
  width: 100%;
  height: 60px;
  line-height: 60px;
  background: #545454;
  color: #FFF;
  text-align: center;
  font-size:18px;
}
.no-touch .checkout-btn:hover,.checkout-btn:focus,.checkout-btn:active {

  background-color: #545454;
  text-decoration: none;
  color:#fff;
}
/**
//** category 
.get_cate1{
    
    position: fixed;
    overflow-y: auto;
    overflow-x: hidden;
    list-style: none;
    padding-left: 0;
    font-size: 20px;
}

.get_cate1 li a {
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
    line-height: 1;
    display: block;
    text-align: justify;
    cursor: pointer;
    padding: 10px;
}
.get_cate1 li a:hover, .get_cate1 li a:focus{
    
  color: #777;
  text-decoration: underline;   
}
.get_cate1 a.active{
    color:#000;
    text-decoration: underline; 
    font-weight: 700;
}
.get_cate1{
    margin-bottom: 10px;
}
**/

/** categorty2 **/
.post1{
    
    position: fixed;
}
.get_cate{
    overflow-y: auto;
    overflow-x: hidden;
    list-style: none;
    padding-left: 0;
    font-size: 14px;
    /**
    /position: fixed;
    **/
}

.get_cate li a {
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
    line-height: 1.2;
    display: block;
    text-align: justify;
    cursor: pointer;
    padding: 10px;
    font-family: 'Roboto', sans-serif;
    
}
.get_cate li a:hover, .get_cate li a:focus{
    
  color: #545454;
   
}

.get_cate a.active{
    color:#545454;
    font-weight: 700;
    text-decoration: underline; 
}

#cate {
   
  color: #545454;
  font-weight: bolder;
  text-align: left;
  margin-top: 40px;
  margin-bottom: 40px;
    
}


@media (max-width: 640px) {
  
   #content #blog-homepage .item{
        
        height: 220px;
        padding: 10px;
    }
   .panel-primary > .panel-heading h4{
        
        font-size: 13px;
}
    .panel-primary >.panel-body p{
        
        font-size:11px;
    }
}


/** sidebar_left**/

#sidebar_left {
    position: fixed;
    width: 360px;
    min-height: 100%;
    top: 0;
    bottom: 45px;
    left: -360px;
    z-index: 9999;
    background: #fff;
    color: #74716f;
    transition: all 0.3s;
    overflow-y: scroll;
    box-shadow: 3px 3px 3px rgba(0, 0, 0, 0.2);
    padding-bottom: 45px;

}

#sidebar_left.active {
    left: 0;
}

#dismiss_left {
    width: 35px;
    height: 35px;
    line-height: 35px;
    text-align: center;
    position: absolute;
    top: 10px;
    right: 10px;
    cursor: pointer;
    -webkit-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s;
    color:#74716f;
}
#dismiss_left:hover {
    color:#000;
}

#sidebar_left .sidebar-header {
    padding: 20px;
    color:#666;
}


#sidebar_left ul p {
    color: #fff;
    padding: 10px;
}

/**
.modal.in .modal-dialog {
    position: relative;
    top: 40%;
    transform: translateY(-50%);
}
**/

.vertical-alignment-helper {
    display:table;
    height: 100%;
    width: 100%;
  
}
.vertical-align-center {
    
    display: table-cell;
    vertical-align: middle;
   
}
.vertical-align-center .modal-content {
  
    width:inherit;
    height:inherit;
    margin: 0 auto;
    
}

/**
@media(max-width:767px) {
    
    .vertical-alignment-helper {
    display:table;
    height: 80%;
    width: 80%;
  
}
    
}
**/


.modal-content{

    color:#000;
}

#map {
    width: 100%;
    height: 400px;
}

a.disabled {
   pointer-events: none;
   cursor: not-allowed !important;
}
#alert_modal{
    z-index: 2000;
}

/**detail modal**/


.portfolio-modal{
    
  text-align: left;    
  
}

.portfolio-modal .modal-content {
     
    padding: 150px 0 0;
    min-height: 100%;
    height: auto;
    border: 0;
    border-radius: 0;
    background-clip: border-box;
    -webkit-box-shadow: none;
    box-shadow: none;
    background: #fff;
}

@media(max-width:480px) {

    .portfolio-modal .modal-content{
        
        padding: 100px 0;
    }

}

.portfolio-modal .modal-content h2 {
    margin: 0;
    font-size: 3em;
}

.portfolio-modal .modal-content img {
    margin-bottom: 30px;
}

.portfolio-modal .modal-content .item-details {
    margin: 30px 0;
}

.portfolio-modal .close-modal {
    position: absolute;
    top: 25px;
    right: 25px;
    width: 75px;
    height: 75px;
    background-color: transparent;
    cursor: pointer;
    
}

.portfolio-modal .close-modal:hover {
    opacity: .5;
}

.portfolio-modal .close-modal .lr {
    z-index: 1051;
    width: 1px;
    height: 75px;
    margin-left: 35px;
    background-color: #777;
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
}

.portfolio-modal .close-modal .lr .rl {
    z-index: 1052;
    width: 1px;
    height: 75px;
    background-color:  #777;
    -webkit-transform: rotate(90deg);
    -ms-transform: rotate(90deg);
    transform: rotate(90deg);
    
}

 .naam,
.gegeven, .bes{
    margin: 25px 0;
    min-height: 30px;
}

.bes{
   
     padding: 25px 0;
     border-top: 1px dotted #777;
        
 }
.bes p{
    color:#777;
}

.benaden{
   
     padding: 25px 0;
        
 }

.benaden .pull-left b{
    
    margin-left:10px;
    margin-right: 10px;
    
}

.benaden1 .pull-left b{
    
    margin-left:10px;
    margin-right: 10px;
    
}



.gegevens p b{
  display: inline-block;
  vertical-align: baseline;
  font-size: 1.2rem;
  line-height: 1.8rem;
}


#choose_modal{
    
    z-index: 1502;
}

/** talen menu**/


#dm {
    min-width: 60px;
    padding: 0px;
    margin: 2px 0 0;
    font-size: 14px;
    text-align: center;
    list-style: none;
    background-color: #fff;
    color:#545454;
}
#dm > li > a{
    
    color:#545454;
    
}

#dm > li > a:hover, #dm > li > a:focus, #dm > li > a:active{
    
    color:#fff;
    background: #545454;
}


/**
@media (max-width: 991px){
    
    .navbar-brand>img {
        
        max-width: 50%;
    } 
    
}
**/

@media (max-width: 400px) {
    
    
    .top-nav>li>a {

    font-size: 13px;
 
}
}

.modal-header{
    
    border-bottom: 1px solid #fff;
}

.modal a strong{
    
    color:#777;
}

.btn2{
   
   color: #fff;
   padding:5px 8px;
   border: none;
   background-color: #545454;
   margin-left:5px;
   margin-right:5px;
       font-size: 14px;
line-height: 1.42857143;
font-weight: bolder;
border-radius: 4px;
border: 2px solid #545454;
}

.btn2:hover,
.btn2:focus,
.btn2:active
 {
  
  color: #fff;
  background-color: #000;
  border: 2px solid #000;
      
}

