.local_country_wrapper{
  margin-bottom: 30px;
  padding-left: 15px;
}
.local_country_title_wrapper{
  display: flex;
  display: -webkit-flex;
  align-items: center;
}
.local_country_title_wrapper i {
  font-size: 20px;
  font-weight: bold;
  margin-right: 10px;
}
ul,li{
  list-style: none;
}
.other_location_wrapper{
  padding-left: 0;
}
.other_country{
  flex-wrap: wrap;
  padding-left: 0;
}
.partersList .shop_item p {
  font-size: 14px;
  margin-top: 20px;
  text-align: center;
  margin-bottom: 0;
  height: 42px;
}
.other_country .shop_item p{
  font-size: 14px;
  margin-top: 20px;
  text-align: center;
  margin-bottom: 0;
  height: 42px;
}
.partersList .shop_item p:hover,.other_country .shop_item p:hover{
  color: #f15b5b;
}
.current_location_wrapper{
  margin: 40px 0;
}
.global_partners{
  padding: 60px 0 0;
}
.impl_foo_wrapper{
  padding: 50px 0;
}
.dealer_store_row{
  display: block!important;
}
@media (max-width: 575px) {
  .status_partners {
      top: 185px;
  }
  .global_partners{
    padding: 0;
  }
}
.default_no_data{
  text-align: center;
  font-size: 14px;
  color: #ffffff;
  padding: 10px 0;
}
.no_data_wrapper{
  justify-content: center;
  width: 100%;
}
.no_data_wrapper i{
  font-size: 30px;
  margin-right: 10px;
}
.impl_partners_box{
  /* box-shadow: -2px 2px 10px #f15b5b; */
  /* box-shadow: 0 2px 12px 0 rgb(red / 10%); */
}
.impl_partners_box:hover{
  box-shadow: 0px 2px 10px rgba(255,255,255,0.6);

}
.impl_partners_box .store_img{
  box-shadow: 0px 2px 10px rgba(255,255,255,0.6);
  transition: ease 1s;
  max-height: 167.73px;
  min-height: 146.1px;
  width: 100%;
}
.impl_partners_box .store_img:hover{
  transform: scale(1.1)
}
.product_img_wrapper{
  overflow: hidden;
  display: block;
  width: 100%;
}
@media (min-width: 1200px){
  .impl_partners_box .store_img{
    height: 167.73px;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .impl_partners_box .store_img{
    height: 157.67px;
  }
}
@media (max-width: 767px){
  .impl_partners_box .store_img{
    max-height: 242px;
  }
}