
/** category-details **/

.category-details{
  position: relative;
  padding: 120px 0px;
}

.category-details-content .item-shorting{
  position: relative;
  display: block;
  background: #fff;
  padding: 25px 25px;
  box-shadow: 0px 20px 60px 0px rgba(0,0,0,0.1);
  margin-bottom: 30px;
}

.category-details-content .item-shorting .select-box,
.category-details-content .item-shorting .menu-box{
  position: relative;
  float: left;
}

.category-details-content .item-shorting .select-box{
  margin-right: 25px;
}

.category-details-content .item-shorting .text p{
  line-height: 40px;
}

.category-details-content .item-shorting .text p span{
  font-weight: 500;
  color: #061a3a;
}

.category-details-content .item-shorting .nice-select{
  height: 40px;
  padding: 0px 42px 0px 0px;
}

.category-details-content .item-shorting .nice-select:after{
  top: 1px;
}

.category-details-content .item-shorting .menu-box button{
  position: relative;
  display: inline-block;
  width: 40px;
  height: 40px;
  line-height: 40px;
  text-align: center;
  border: 1px solid #e6e7ec;
  border-radius: 50%;
  font-size: 14px;
  color: #93959e;
  font-weight: 700;
  cursor: pointer;
  background: transparent;
  transition: all 500ms ease;
}

.category-details-content .item-shorting .menu-box button.on{
  color: #fff;
}

.category-details-content .feature-style-three{
  padding: 0px;
}

.category-details.half-map-style{
  position: relative;
  padding: 40px 0px 40px 40px;
}

.category-details.half-map-style .outer-container{
  position: relative;
  padding-left: 310px;
}

.category-details.half-map-style .outer-container .default-sidebar{
  position: absolute;
  left: 0px;
  top: 0px;
  max-width: 270px;
}

.category-details.half-map-style .main-content .category-details-content{
  position: relative;
  width: 50%;
}

.category-details.half-map-style .main-content .map-content{
  position: absolute;
  top: 0px;
  right: 0px;
  width: 50%;
  padding-left: 30px;
}

.category-details.half-map-style .main-content .map-content iframe{
  height: 630px;
}

.category-details.half-map-style .main-content{
  position: relative;
}