
/** product-section **/

.product-section{
  position: relative;
  padding: 125px 0px 70px 0px;
}

.product-block-one .inner-box{
  position: relative;
  display: block;
  overflow: hidden;
}

.product-block-one .inner-box .image-box{
  position: relative;
  display: block;
  overflow: hidden;
}

.product-block-one .inner-box .image-box:before,
.product-block-one .inner-box .image-box:after{
  position: absolute;
  content: '';
  width: 0%;
  height: 100%;
  opacity: 0.8;
  z-index: 1;
  transition: all 500ms ease;
}

.product-block-one .inner-box .image-box:before{
  left: 0px;
}

.product-block-one .inner-box .image-box:after{
  right: 0px;
}

.product-block-one .inner-box:hover .image-box:before,
.product-block-one .inner-box:hover .image-box:after{
  width: 50%;
}

.product-block-one .inner-box .image-box img{
  width: 100%;
  transition: all 500ms ease;
}

.product-block-one .inner-box:hover .image-box img{
  transform: scale(1.1);
}

.product-block-one .inner-box .image-box a{
  position: absolute;
  left: 0px;
  top: 0px;
  width: 100%;
  height: 100%;
  font-size: 0px;
  color: #fff;
  z-index: 2;
}

.product-block-one .inner-box .lower-content{
  position: relative;
  padding-top: 22px;
}

.product-block-one .inner-box .lower-content .rating li{
  position: relative;
  display: inline-block;
  float: left;
  font-size: 13px;
  margin-right: 6px;
}

.product-block-one .inner-box .lower-content .rating li:last-child{
  margin: 0px !important;
}

.product-block-one .inner-box .lower-content .rating{
  margin-bottom: 2px;
}

.product-block-one .inner-box .lower-content h3{
  position: relative;
  display: block;
  font-size: 24px;
  line-height: 32px;
  font-weight: 700;
}

.product-block-one .inner-box .lower-content h3 a{
  display: inline-block;
  color: #222;
}

.product-block-one .inner-box .lower-content h3 a:hover{

}

.product-block-one .inner-box .lower-content .price{
  position: absolute;
  top: 37px;
  right: 0px;
}

.product-block-one .inner-box .lower-content .price h3{
  font-size: 24px;
  line-height: 32px;
  font-weight: 700;
}

.product-block-one .inner-box .lower-content .price h3 span{
  font-size: 15px;
}

.product-block-one .inner-box{
  margin-bottom: 52px;
}

.product-section .sec-title{
  margin-bottom: 80px;
}


.product-section.alternat-2{
  position: relative;
}

.product-section.alternat-2:before{
  position: absolute;
  content: '';
  width: 100%;
  height: 625px;
  left: 0px;
  top: 0px;
  right: 0px;
}

.product-section.alternat-2 .pattern-layer{
  position: absolute;
  left: 0px;
  top: 0px;
  right: 0px;
  width: 100%;
  height: 625px;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
}

.product-section.alternat-2 .sec-title{
  margin-bottom: 72px;
}

.product-section.alternat-2 .product-block-one .inner-box{
  background: #f2eae6;
  margin-bottom: 40px;
}

.product-section.alternat-2 .product-block-one .inner-box .lower-content{
  padding: 17px 30px;
}

.product-section.alternat-2 .product-block-one .inner-box .lower-content .price{
  right: 30px;
  top: 32px;
}