
/** shop-three **/

.shop-three{
  position: relative;
}

.shop-block-three .inner-box{
  position: relative;
  display: block;
  background: #E7FFEE;
  text-align: center;
  padding: 30px 30px 20px 30px;
  overflow: hidden;
  margin-bottom: 30px;
  z-index: 1;
}

.shop-block-three .inner-box:before{
  position: absolute;
  content: '';
  background: #D6F9E0;
  width: 440px;
  height: 440px;
  left: 50%;
  transform: translateX(-50%);
  border-radius: 50%;
  bottom: -226px;
  z-index: -1;
}

.shop-block-three .inner-box .text{
  position: relative;
  display: block;
  font-size: 14px;
  line-height: 26px;
  font-weight: 600;
  color: #3F532F;
  text-transform: uppercase;
  margin-bottom: 6px;
}

.shop-block-three .inner-box h2{
  position: relative;
  display: block;
  font-size: 36px;
  line-height: 46px;
  color: #3F532F;
  margin-bottom: 6px;
}

.shop-block-three .inner-box h4{
  display: block;
  font-size: 20px;
  line-height: 30px;
  font-weight: 800;
  color: #3F532F;
  margin-bottom: 17px;
}

.shop-block-three .inner-box h4 span{
  font-weight: 400;
}

.shop-block-three .inner-box .link-box a{
  position: relative;
  display: inline-block;
  font-size: 16px;
  line-height: 30px;
  font-weight: 700;
  color: #3F532F;
  text-decoration: underline;
  margin-bottom: 9px;
}

.shop-block-three .inner-box .link-box a:hover{

}

.shop-block-three .inner-box .image{
  position: relative;
  min-height: 270px;
  top: 25px;
}

.shop-block-three.alternat-2 .inner-box{
  background: #E7EFFF;
}

.shop-block-three.alternat-2 .inner-box:before{
  background: #DAE6FF;
}

.shop-block-three.alternat-2 .inner-box .text,
.shop-block-three.alternat-2 .inner-box h2,
.shop-block-three.alternat-2 .inner-box h4,
.shop-block-three.alternat-2 .inner-box .link-box a{
  color: #234387;
}


.shop-block-four .inner-box{
  position: relative;
  display: block;
  padding: 7px 0px 7px 110px;
  min-height: 100px;
  margin-bottom: 30px;
}

.shop-block-four .inner-box .image-box{
  position: absolute;
  left: 0px;
  top: 0px;
  width: 100px;
  height: 100px;
  background: #fff;
  border: solid;
  border-width: 1px;
  border-color: #E5E5E5;
  transition: all 500ms ease;
}

.shop-block-four .inner-box .image-box img{
  width: 100%;
}

.shop-block-four .inner-box:hover .image-box{
  box-shadow: 0px 4px 20px 0px rgba(0, 0, 0, 0.08);
  border-color: #fff;
}

.shop-block-four .inner-box h4{
  display: block;
  font-size: 20px;
  line-height: 24px;
  max-width: 230px;
  margin-bottom: 14px;
}

.shop-block-four .inner-box h4 a{
  display: inline-block;
  color: var(--title-color);
}

.shop-block-four .inner-box h4 a:hover{

}

.shop-block-four .inner-box h5{
  display: block;
  font-size: 20px;
  line-height: 24px;
  color: #E92530;
}

.shop-block-four .inner-box h5 del{
  margin-left: 8px;
  font-size: 16px;
  color: #7C7C7C;
  font-weight: 400;
}




/** rtl-css **/

.rtl .shop-block-four .inner-box{
  padding-left: 0px;
  padding-right: 110px;
}

.rtl .shop-block-four .inner-box .image-box{
  left: inherit;
  right: 0px;
}

/** responsive-css **/

@media only screen and (max-width: 1200px){
  
}

@media only screen and (max-width: 991px){
  
}

@media only screen and (max-width: 767px){

}

@media only screen and (max-width: 599px){
  
}

@media only screen and (max-width: 499px){

}











































