
/** mixed-products-section **/

.mixed-products-section{
  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: 1.2;
  color: #3F532F;
  margin-bottom: 6px;
}

.shop-block-three .inner-box h4{
  display: block;
  font-size: 20px;
  line-height: 1.4;
  font-weight: 600;
  color: #3F532F;
  margin-bottom: 17px;
}

.shop-block-three .inner-box h4 span{
  font-weight: 400;
}
.mixed-products-section .shop-block-four .inner-box .image-box .sale-badge{
  display: none;
}
.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 .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 115px;
  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 a{
  outline: none;
}
.shop-block-four .inner-box .image-box img{
  width: 100%;
}

.shop-block-four .inner-box:hover .image-box,
.shop-block-four .inner-box:focus-within .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;
  outline: none;
  color: var(--title-color);
}
.shop-block-four .inner-box h5{
  display: block;
  font-size: 16px;
  line-height: 24px;
  color: #E92530;
  font-weight: 600;
}
.shop-block-four .inner-box h5 del{
  font-size: 14px;
  color: #7C7C7C;
  margin-right: 10px;
}
.shop-block-four .inner-box h5 ins{
  text-decoration: none;
}

/** 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;
}