
/** shop-section **/

.shop-section{
  position: relative;
  padding: 125px 0px 130px 0px;
}

.shop-section .pattern-layer{
  position: absolute;
  top: 0px;
  right: 0px;
  width: 100%;
  height: 811px;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: top center;
}

.shop-block-one .inner-box{
  position: relative;
  display: block;
  background: #fff;
}

.shop-block-one .inner-box .image-box{
  position: relative;
  display: block;
  overflow: hidden;
}

.shop-block-one .inner-box .image-box img{
  width: 100%;
  transition: all 500ms ease;
}

.shop-block-one .inner-box:hover .image-box img{
  transform: scale(1.1);
}

.shop-block-one .inner-box .lower-content{
  margin-top: 20px;
  position: relative;
  padding-bottom: 15px;
}

.shop-block-one .inner-box .lower-content .rating li{
  position: relative;
  display: inline-block;
  font-size: 12px;
  line-height: 12px;
}

.shop-block-one .inner-box .lower-content .rating{
  position: relative;
  margin-bottom: 2px;
}

.shop-block-one .inner-box .lower-content h5{
  position: relative;
  display: block;
  font-size: 18px;
  line-height: 26px;
  font-weight: 700;
  text-transform: uppercase;
  margin-bottom: 3px;
}

.shop-block-one .inner-box .lower-content h5 a{
  display: inline-block;
  color: #131313;
}

.shop-block-one .inner-box .lower-content .price{
  position: relative;
  display: block;
  font-size: 15px;
  line-height: 26px;
  font-weight: 700;
}

.shop-section .more-btn{
  position: relative;
  margin-top: 60px;
}

.shop-section.alternat-2{
  position: relative;
  background-color: #fdf4e8;
}

.shop-section.alternat-2 .pattern-layer{
  height: 100%;
}

.shop-section .image-layer{
  position: absolute;
  right: 80px;
  top: -205px;
}