#search-box{
    display: inline-flex;
    margin-top: 25px;
    margin-left: 10px;
    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 #28a745;
    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 #ACFF82 ;
}
.price-title{
    font-size: 10px;
    padding-right: 5px;
    
}
.price-box{
    margin: 15px 20px;
   
    text-align: center;
    border: 1px solid #28a745;
}
.second-price-box{
    background-color: #28a745;
    color: white !important;
}
#second-price{
    color: white;
}
.price{
    font-size: 18px;
    font-weight: bold;
    color: #28a745;
}
.product-box{
    border-right: 1px solid #ACFF82;
    margin-bottom: 25px;
}
.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{
    position: relative;
}
.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: 70%;
    border-radius:0;
    height: 30px;
}
#search-button{
    background-color: #28a745;
    border-color: #28a745;
    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;
    background-color: lightgrey;
}
.chosen-categories-title{
     border: 1px solid #928E8E;
    margin: 0 5px;
    font-size: 9px;
    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: #28a745;
   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: #28a745;
   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;
    }
}
