.shop-category7 {
    display: flex;
    flex-direction: row;
}

.shop-category7 .swiper-slide {
    height: auto;
    box-shadow: 0 5px 6px 0 #0000000F;
    border-radius: 30px !important;
}

.shop-category7 .product {
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    align-content: space-between;
    background-color: #fff;
    padding: 15px;
    border-radius: 10px;
    text-align: right;
    height: 100%;
    border-radius: 30px !important;
}

.shop-category8.is-double-row .product {
    height: auto;
    margin: 15px 0;
}

.shop-category7 .title-wrap .p-title {
    font-size: 17px;
    text-align: right;
}

.shop-category7 .products-list .product > div {
    width: 100%;
}

.shop-category7 .product .product-cover {
    position: relative;
}

.shop-category7 .product .product-cover img {
    width: 100%;
    height: 250px;
    margin-bottom: 15px;
    border-radius: 10px;
}

.shop-category7 .shop-category7-side {
    position: relative;
}

.shop-category7 .shop-category7-side .shop-category7-innerside {
    position: relative;
    display: flex;
    margin: 0 0 0 100px;
    justify-content: center;
    align-items: center;
    flex-direction: column;
}

.shop-category7 .shop-category7-side .shop-category7-innerside h2 {
    text-align: center;
}

.shop-category7 .swiper-nav-wrapper {
    position: relative;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
}

.shop-category7 .swiper {
    padding-bottom: 50px;
}

.shop-category7 .swiper-nav-button {
    z-index: 99;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 50px;
    height: 50px;
    border-radius: 5px;
    background: none;
    background-color: #FA722C;
    font-size: 20px;
    color: #fff;
    cursor: pointer;
    transition: ease .3s;
}

.shop-category7 .swiper-nav-button::after {
    font-size: 20px;
}

.shop-category7 .product-foot {
    margin: 15px 0;
}

.shop-category7 .swiper-button-next:after, .shop-category7 .swiper-rtl .swiper-button-prev:after {
    content: 'prev';
}

.shop-category7 .swiper-button-prev:after, .shop-category7 .swiper-rtl .swiper-button-next:after {
    content: 'next';
}

@media (max-width: 767.98px) {
    .shop-category7 .shop-category7-side,
    .shop-category7 .swiper {
        width: 100%;
    }
    .shop-category7 {
        flex-direction: column-reverse
    }
    .shop-category7 .shop-category7-side .shop-category7-innerside {
        margin: 0
    }
}