﻿.middle__pro2 .middle__pro2-inner {
    display: flex;
    flex-wrap: wrap;
    height: auto;
}
.middle__pro2.card-3 {
    -webkit-box-shadow: 0 0 3px 1px rgba(0, 0, 0, .1);
    -ms-box-shadow: 0 0 3px 1px rgba(0,0,0,.1);
    box-shadow: 0 0 3px 1px rgba(0, 0, 0, .1);
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
    overflow: hidden;
}
.middle__pro2 .pro1__left {
    flex: 0 0 100%;
    overflow: hidden;
}
.middle__pro2 .container__pro1-inner {
    background: #fff;
    font-family: PayavaSansWeb;
    display: flex;
    flex-direction: column;
}
.middle__pro2 .slider__header {
    justify-content: space-between;
    border-bottom: 1px solid #dbe1f6;
    display: flex;
    align-items: center;
    margin: 0 5rem;
}
.middle__pro2 .slider__header-pro1 {
    justify-content: space-between;
}
.middle__pro2 .slide__header-inner-right {
    display: flex;
    border-bottom: 1px solid #2e50be;
    padding: 10px;
    color: #2e50be;
    gap: 10px;
}
.middle__pro2 .slide__header-inner-left a {
    font-size: 1.5rem;
    display: flex;
    align-items: center;
    gap: 10px;
    padding: 10px;
    border-radius: 10px;
    text-align: center;
    justify-content: center;
    color: #2e50be;
}
    .middle__pro2 .slide__header-inner-left a span.icon{
        font-size:large;
    }
    .middle__pro2 .swiper__general {
        width: 100%;
        height: 100%;
        background: #fff;
        flex: 1 1 auto;
    }
.middle__pro2 .icon-tag {
    font-size: large;
    transform: scaleX(-1);
}
.middle__pro2 .icon-tag:before {
    content: '\eddb';
}
.middle__pro2 .swiper-slide {
    text-align: center;
    font-size: 18px;
    background: #fff;
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    -webkit-justify-content: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: baseline;
    -webkit-align-items: baseline;
    align-items: baseline;
}
    .middle__pro2 .swiper-slide > div {
        display: flex;
        justify-content: center;
        align-items: center;
        flex-direction: column;
    }
    .middle__pro2 .swiper-wrapper {
        flex: 1 1 auto;
        width: auto !important;
    }
.middle__pro2 .swiper-slide div img {
    height: 150px;
    margin: 5px 0;
}
.middle__pro2 .pro__text {
    font-size: 1.4rem;
    min-height: 75px;
    width: 80%;
}
.middle__pro2 .pro__price {
    font-size: 1.5rem;
    display: flex;
    flex-direction: column;
    margin: 0;
    margin-bottom: 0.5rem;
    justify-content: center;
    align-items: center;
    font-weight: bold;
}
.middle__pro2 .p-takhfif {
    display: flex;
    justify-content: space-between;
    align-items: center;
}
.middle__pro2 .old--price {
    text-decoration: line-through;
    float: right;
    color: #777474;
}
.middle__pro2 .pishnahad--percent {
    background-color: #f23636;
    color: #fff;
    float: right;
    position: relative;
    font-size: .9em;
    font-weight: 500;
    -webkit-border-radius: 50%;
    -moz-border-radius: 20px;
    border-radius: 50%;
    width: 32px;
    height: 30px;
    display: flex;
    justify-content: center;
    align-items: center;
    margin-right: 8px;
}
.middle__pro2 .r-opcy {
    background: #88888878;
    width: 30px;
    height: 30px;
    position: absolute;
    right: 3px;
    top: 43%;
    z-index: 3;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%;
}

.middle__pro2 .l-opcy {
    background: #88888878;
    width: 30px;
    height: 30px;
    position: absolute;
    left: 3px;
    top: 43%;
    z-index: 3;
    -webkit-border-radius: 100px;
    -moz-border-radius: 100px;
    border-radius: 100px;
}

    .middle__pro2 .l-opcy.m, .middle__pro2 .r-opcy.m {
        background: #ecf1ff;
        display: flex;
        justify-content: center;
        min-width: 30px;
        min-height: 30px;
    }

    .middle__pro2 .l-opcy .swiper-button-next, .middle__pro2 .r-opcy .swiper-button-prev {
        position: relative;
        left: unset;
        right: unset;
        width: auto;
        top: unset;
        margin: auto;
    }
.middle__pro2 .imagepromotion {
    flex: 1 1 auto;
    display: block;
    position: relative;
    height: 250px;
}
    .middle__pro2 .imagepromotion > img {
        height: 100%;
    }