/** 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: 12px;
    line-height: 20px;
    font-weight: 600;
    color: #3f532f;
    text-transform: uppercase;
    margin-bottom: 3px;
}

.shop-block-three .inner-box h2 {
    position: relative;
    display: block;
    font-size: 22px;
    line-height: 30px;
    color: #3f532f;
    margin-bottom: 6px;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
}

.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: 18px;
    line-height: 24px;
    max-width: 230px;
    margin-bottom: 14px;
}

.shop-block-four .inner-box h4 a {
    display: inline-block;
    color: var(--title-color);
    display: inline-block;
    color: var(--title-color);
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
}

.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) {
}
