ul.products li.product div.slider a.slide{min-height: 15px}
ul.products li.product div.slider {margin-top: 0.5rem;}
ul.products li.product div.slider div.slick-slide {line-height: 20px;}


.bim_search_container{
  max-width:1200px;
  height: 1300px;
  background-color:#f7f7f7;
  margin-left:auto;
  margin-right:auto;
  margin-bottom:2rem;
  margin-top:2rem;
  display:flex;
  justify-content:space-around;
  padding:10px;
}

.bim_item_container{
    max-width:1200px;
    background-color:#f7f7f7;
    margin-left:auto;
    margin-right:auto;
    margin-bottom:2rem;
    margin-top:2rem;
    display:flex;
    flex-wrap: wrap;
    justify-content:space-around;
    padding:10px;
  }
  .bim_item {
    /*width:360px;
    height:200;*/
    width:560px;
    height:500px;
    margin-left:5px;
    padding-top:15px;
    padding-left:10px;
    padding-right:10px;
    margin-top:1rem;
    
  }

  .bim_item .sketchfab-embed-wrapper{
    display: flex;
    justify-content: center;
  }

  .bim_item .sketchfab-embed-wrapper iframe{
    width: 100%;
    height:400px;
  }

  .bim_item:hover{
    box-shadow: 0 4px 23px 0 rgba(0, 0, 0, 0.09);
  }
  .bim_item_container .bim_item_title{
    font-size: 1.5rem;
    margin: 10px 20px;
    text-align: center;
  }
  .bim_item_container .bim_item_body{
    font-size: 1rem;
    margin-right: 10px;
    margin-left: 10px;
  }
  .bim_item_container_header{
    display: flex;
    width:100%;
  }




  
.bim_item_main{
    display: flex;
    justify-content: space-between;
    align-items:center ;
    color :rgb(0, 0, 0) ;
}

.bim_item_main .bim_item_main_left_img{
  width: 55%;
  padding:5px;
}

.bim_item_main .bim_item_main_right{
  width: 40%;
}


.bim_item_main_left_img img{
  width:100%;
  object-fit: cover;
}
.bim_item_main .bim_item_main_right_title h1{
  font-size: var(--h6_typography-font-size);
  font-family: var(--h6_typography-font-family);
  font-weight: var(--h6_typography-font-weight);
  letter-spacing: var(--h6_typography-letter-spacing);
  text-transform: var(--h6_typography-text-transform);
  font-style: var(--h6_typography-font-style, normal);
  margin-top: var(--h6_typography-margin-top);
  margin-bottom: var(--h6_typography-margin-bottom);
  line-height: 1;
  color: var(--h2_typography-color);
}

.bim_item_main .bim_item_main_right_body h2{

  font-size: var(--h2_typography-font-size);
  font-family: var(--h2_typography-font-family);
  font-weight: var(--h2_typography-font-weight);
  letter-spacing: var(--h2_typography-letter-spacing);
  text-transform: var(--h2_typography-text-transform);
  font-style: var(--h2_typography-font-style, normal);
  line-height: 1.2;
  margin-top: var(--h2_typography-margin-top);
  margin-bottom: var(--h2_typography-margin-bottom);
  color: var(--h2_typography-color);

}

.bim_item_main .bim_item_main_right_body h3{

  font-size: var(--h3_typography-font-size);
  font-family: var(--h3_typography-font-family);
  font-weight: var(--h3_typography-font-weight);
  letter-spacing: var(--h3_typography-letter-spacing);
  text-transform: var(--h3_typography-text-transform);
  font-style: var(--h3_typography-font-style, normal);
  margin-top: var(--h3_typography-margin-top);
  margin-bottom: var(--h3_typography-margin-bottom);
  line-height: 1.3;
  color: var(--h3_typography-color);
}




@media (max-width: 700px) {
  .bim_item .sketchfab-embed-wrapper iframe{
    height:200px;
  }

  .bim_item_container .bim_item{
    width:360px;
    height:300px;
    margin-left:3px;
    padding-top:10px;
  }
}


@media (max-width: 500px) {
    .bim_item_main{
        flex-direction: column-reverse;
    }

    .bim_item_main .bim_item_main_right{
      width:100%;
    }

    .bim_item_main .bim_item_main_left_img{
      width:100%;
    }

    .bim_item_main .bim_item_main_right_title h1{
      width: 100%;
    }



}

