
/** stores-section **/

.stores-section{
  position: relative;
  padding: 120px 0px 90px 0px;
}

.stores-section .top-bar{
  position: relative;
  display: block;
  background: #fff;
  padding: 20px 30px;
  box-shadow: 0px 20px 60px 0px rgba(0,0,0,0.1);
  border-radius: 10px;
  margin-bottom: 30px;
}

.stores-section .top-bar .text p{
  font-size: 15px;
  color: #061a3a;
  line-height: 50px;
  font-weight: 500;
}

.stores-section .top-bar .nice-select{
  padding: 6px 12px 6px 0px;
}

.stores-section .top-bar .nice-select:after{
  top: 7px;
  right: 0px;
  margin: 0px;
}

.stores-section .top-bar .nice-select .list{
  width: 150px;
}

.stores-block-one .inner-box {
  position: relative;
  background: #fff;
  box-shadow: 0px 20px 60px 0px rgb(0 0 0 / 10%);
  padding: 30px 30px 30px 30px;
  border-radius: 10px;
  margin-bottom: 30px;
  display: flex;
  align-items: center;
}

.stores-block-one .inner-box .icon-box {
  width: 70px;
  height: 70px;
  line-height: 64px;
  text-align: center;
  background-color: #fcf0f1;
  border-radius: 50%;
  margin-right: 20px;
  position: relative;
}
.stores-block-one .inner-box .icon-box img{
  border-radius: 100%;
}
.stores-block-one .inner-box .icon-box:before{
  position: absolute;
  content: '';
  background-color: #fff;
  width: 18px;
  height: 18px;
  right: 0px;
  bottom: 0px;
  border-radius: 50%;
  box-shadow: 0px 5px 10px 0px rgb(0 0 0 / 15%);
}

.stores-block-one .inner-box .icon-box:after{
  position: absolute;
  content: '';
  width: 8px;
  height: 8px;
  right: 5px;
  bottom: 5px;
  border-radius: 50%;
}

.stores-block-one .inner-box h4{
  font-size: 20px;
  line-height: 28px;
  font-weight: 800;
  margin-bottom: 2px;
}

.stores-block-one .inner-box h4 a{
  display: inline-block;
  color: #061a3a;
}

.stores-block-one .inner-box h4 a:hover{
  
}

.stores-block-one .inner-box .rating li{
  position: relative;
  display: inline-block;
  font-size: 14px;
}

.stores-block:nth-child(2) .stores-block-one .inner-box .icon-box{
  background-color: #e4f6f1;
}

.stores-block:nth-child(3) .stores-block-one .inner-box .icon-box{
  background-color: #efeaf8;
}

.stores-block:nth-child(4) .stores-block-one .inner-box .icon-box{
  background-color: #e8f3fa;
}

.stores-block:nth-child(5) .stores-block-one .inner-box .icon-box{
  background-color: #f5eee2;
}

.stores-block:last-child .stores-block-one .inner-box .icon-box{
  background-color: #e4f6f4;
}