#search-box{
    display: inline-flex;
    margin-top: 25px;
    margin-bottom: 20px;
    height: 30px;
}
.product-image{
    width: 100%;
    /*height: 100%;*/
    margin: auto;
    padding: 10px;
   
}
.product-title{
    font-weight:bold;
    padding-left: 12px;
    border-left: 4px solid #2ddb76;
    margin:  10px 15px;
}
.product-description{
    font-size: 13px;
    margin:  5px 15px;
}
.product-description-title{
    font-size: 13px;
    padding-left: 30px !important;
    font-weight: bold;
    padding-top: 2px;
    padding-bottom: 2px;
}
.product-description-type{
    font-size: 13px;
    padding-right: 30px !important;
    padding-top: 2px;
    padding-bottom: 2px;
}
.product-line{
    width: 95%;
    border-top: 1px solid #2ddb76 ;
}
.price-title{
    font-size: 10px;
    padding-right: 5px;
    
}
.price-box{
    margin: 15px 20px;
   
    text-align: center;
    border: 1px solid #2ddb76;
}
.second-price-box{
    background-color: #2ddb76;
    color: white !important;
}
#second-price{
    color: white;
}
.price{
    font-size: 18px;
    font-weight: bold;
    color: #2ddb76;
}
.product-box{
    border-right: 1px solid rgba(45, 219, 118, 0.2);
    margin-bottom: 25px;
    background: white;
    padding: 2px;
    border-radius: 1px;
}
.title-on-box{
    position: absolute;
    left: 7%;
    top: 10%;
    background-color: #DC0404  ;
    color: white;
    width: 20%;
    text-align: center;
    font-weight: bold;
    font-size: 12px;
    padding: 2px 0;
    z-index: 2;
}
.image-number-box{
    position: absolute;
    bottom:5%;
    left: 4%;
    padding: 7px 10px;
    background-color: rgba(0,0,0, 0.4);
    color: white;
    font-size: 10px;
}
.product-image-box{
    overflow: hidden;
    position: relative;
    height: 218px;
}
.image-number{
    padding-left: 3px;
}
#caret-up{
    display: none;
    padding-left: 10px;
    padding-top: 6px;
    
}
#caret-down{
    padding-left: 10px;
    padding-top: 7px;
}
#categories-open{
    display: none;
    margin: 10px;
    font-size: 12px;
}
.search-type{
    display: inline-flex;
    margin-left: 10px;
    font-size: 15px;
}
#search-icon{
    padding : 2% 10px 0;
    border:1px solid #DADADA ;
    border-top-right-radius: 0;
    border-bottom-right-radius: 0;
    border-top-left-radius: 5px;
    border-bottom-left-radius: 5px;
    font-size: 12px;
}
#search-input{
    width: 100%;
    border-radius:0;
    height: 30px;
}
#search-button{
    background-color: #2ddb76;
    border-color: #2ddb76;
    font-size: 10px;
    border-top-left-radius: 0;
    border-bottom-left-radius: 0;
    border-top-right-radius: 5px;
    border-bottom-right-radius:5px;
}
#chosen-categories{
    margin: 20px 0;
    padding: 10px 10px 15px 10px;
}
.chosen-categories-title{
     border: 1px solid #928E8E;
    margin: 0 5px;
    font-size: 14px;
    padding:2px 3px 3px 8px;
    border-radius: 5px;
    color: #928E8E  ;
    background-color: white;
}
.close-icon{
    
   margin-left: 5px;
   margin-bottom: 7px;
  padding: 0 1px;
   
    
    font-size: 8px;
}
.close-icon:hover{
   color: #2ddb76;
   cursor: pointer;
}
#product-col{
    padding-right: 0;
}
.page-number-box{
    text-align: center;
    width: 100%;
    margin: 30px 0;
    font-size: 12px;
}
.page-number{
   padding: 4px 10px;
   margin: 0 1px;
  
   

}
#number-active{
   background-color: #2ddb76;
   color: white;
   border-radius: 5px;
  
}
.other-page-number:hover{
    background-color: lightgrey;
    border-radius: 5px;
    color: black

}
.other-page-number{
    color: black;
}
.pagination-icon{
    cursor: pointer;
    color: black;
}
a{
    text-decoration: none !important;
}
#right-part{
    display:block;
}
@media only screen and (max-width:991px){
    #right-part{
        display:none;
    }
    .product-description-type{
        margin-left: 30px;
    }
}
#right-side{
    margin: 20px 0;
}
#telephone-icon-box{
    padding: 30px 15px 20px 15px;
    background-color: lightgrey;
    margin-left: 30px;
    width:12%;
    color: white;
}
#telephone-number-box{
    padding: 10px 25px;
    background-color: darkgrey;
    width: 73%;
    color: white;
}
#telephone-number{
    margin-bottom: 0;
    font-weight: bold;
    padding-top: 10px;
}
#telephone-description{
    font-size: 13px;
    padding-left: 5px;
}
#telephone-box-bottom{
    margin-left: 15px;
    margin-right: 25px;
    text-align: center;
    padding: 10px 0;
    font-size: 15px;
    background-color: #2ddb76;
    color: white;
}
.box-logo{
   text-align: center;
  
}
.icons{
    background-color: darkgrey;
    border-radius: 15px;
    padding: 5px 8px;
}
.box-description{
    font-size: 12px;
    text-align: center;
    padding-top: 5px;
    font-weight: bold;
}
.box-category{
    font-size: 12px;
    text-align: center;
    padding-top: 5px;
    background-color: lightgrey;
    padding-bottom: 5px;
}
.logo-box{
     padding:10px 0 0 0 !important;

    margin: 15px 0;
    border: 1px solid #ECE8E8 ;
}
.description-text{
    font-size: 14px;
}
.menus{
    padding: 3px 5px 5px 2px;
    margin-right: 15px !important;
    font-size: 20px;
    color: black;
    border-bottom: 1px solid lightgrey;
 
}
#active-menu{
    color: #2ddb76;
    border-bottom: 1px solid rgba(45, 219, 118, 0.2);
}







.box-logo{
   text-align: center;
  
}

.icons{
    background-color: darkgrey;
    border-radius: 15px;
    padding: 5px 8px;
}
.box-description{
    font-size: 12px;
    text-align: center;
    padding-top: 5px;
    font-weight: bold;
}
.box-category{
    font-size: 12px;
    text-align: center;
    padding-top: 5px;
    background-color: lightgrey;
    padding-bottom: 5px;
}
#icon-box{
    margin: 5px 5px 15px 5px;
}
.logo-box{
     padding:10px 0 0 0 !important;

    margin-bottom: 15px;
    border: 1px solid #ECE8E8 ;
}
.description-text{
    font-size: 14px;

}
.calculation-type{
    padding: 4px 0;
    font-size: 13px;
   
}
.calculation-price{
    text-align: end;
    padding: 3px 0;
    font-size: 13px;
}
#netto-price-box{
    margin-bottom: 13px;
   
}
#netto-price{
    text-align: end;
    padding: 3px 0;
}
#brutto-price-box{
    margin-top: 13px;
    font-size: 20px !important;
    padding: 4px 0;
}
#brutto-price{
    text-align: end;
    padding: 3px 0;
}
#calculation-box{
    margin: 25px 20px;

}



.swiper-container {
    width: 100%;

    margin-left: auto;
    margin-right: auto;
}
.swiper-slide {
    background-size: cover;
    background-position: center;
}
.gallery-top {
    height: 500px;
    width: 100%;
}

.gallery-thumbs , .gallery-thumbs  .swiper-slide{
    height: 120px !important;
    box-sizing: border-box;
    padding: 10px 0;
}
.gallery-thumbs .swiper-slide {
    width: 25%;
    height: 100px;
    opacity: 0.4;
}
.gallery-thumbs .swiper-slide-thumb-active {
    opacity: 1;
}










#name-description{
    font-size: 12px;
    margin: 0px 5px 20px 5px;
    font-weight: normal;
    padding-bottom: 7px;
}
#name-title{
    margin: 30px 5px 0 5px;
    padding-top: 7px;
    font-size: 25px;
}
#adatlap-price-box{
    width: 50%;
    margin-top: 35px;
    float:right;
    margin-right: 10%;
   
}
#product-price-box{
    padding: 0;
}






#right-side{
    margin:0 0 20px 0;
    padding: 0;
}
#telephone-icon-box{
    padding: 25px 20px 20px 20px;
    background-color: #B3AEAE ;
    margin-left: 10%;
    
    width:15%;
    color: white;
}
#telephone-number-box{
    padding: 0px 25px;
    background-color: #565050 ;
   width: 65%;
    color: white;
    margin-right: 10%;
}
#telephone-number{
    margin-bottom: 0;
    font-weight: bold;
    padding-top: 15px;
}
#telephone-description{
    font-size: 13px;
    padding-left: 5px;
}
.telephone-box-bottom{
    margin-left: 10%;
    margin-right: 10%;
     width:80%;
    text-align: center;
    padding: 10px 0;
    font-size: 15px;
    background-color: #28a745;
    color: white;
}
.form-box{
    margin-left: 10%;
    margin-right: 10%;
    width: 80%; 
    padding: 30px 30px;
    background-color: #EEE4E4 ;
}
.calculation-title{
    text-align: center;
    font-weight: bold;
}
.calculation-line{
    border-bottom: 1px solid #28a745;
}
.calculation-name{
    font-size: 14px;
    color: #565050  ;
}
.calculation-button{
    font-size: 15px !important;
    padding: 7px 15px !important;
    background-color: #28a745 !important;
    border-color: #28a745 !important;
    border-radius: 20px !important;
    width: 140px;
}
.calculation-button-box{
    text-align: center;
}
#grey-place{
    margin-left: 10%;
    margin-right: 10%;
    width: 80%; 
    background-color:#565050 ;
    height: 50px;
}
#green-place{
    margin-left: 10%;
    margin-right: 10%;
    width: 80%; 
    background-color:#28a745 ;
    height: 50px;
}
.check-box{
    
    margin-left: 10px;
    font-size: 14px;
}




.menus{
    padding: 3px 5px 5px 2px;
    margin-right: 15px !important;
    font-size: 20px;
    color: black;
    border-bottom: 1px solid lightgrey;
    cursor: pointer;
}
.active-menu{
    color: #28a745;
    border-bottom: 1px solid #28a745;
}
#details{
    display: none;
}
#calculation{
    display: none;
}
.pipa-icon{
    margin-right: 8px;
    color: #28a745;
}
#check-box{
    padding: 10px 10px 10px 35px;
    font-size: 14px;
}
.pipa-text{
    padding: 3px 0;
}
#contact-box{
    
    margin-left: 0px !important;
    margin-right: 0px !important;
}