.swiper_landing .swiper {
    width: 100%;
    margin-left: auto;
    margin-right: auto;
}

.swiper_landing .swiper-slide {
    background-size: cover;
    background-position: center;
}

.swiper_landing .swiper-slide img {
    display: block;
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: 0% 50%;
}

@media (max-width: 450px) {
    .swiper_landing .swiper-slide img {
        object-position: 0% 80%;
    }
}

/* Main slider */
.swiper_landing .mySwiper2 {
    height: 500px;
}

/* Thumb slider */
.swiper_landing .mySwiper {
    height: 150px;
    margin-top: -25px;
    box-sizing: border-box;
}

.swiper_landing .mySwiper .swiper-slide {
    width: 25%;
    height: 100%;
    opacity: 0.4;
}

.swiper_landing .mySwiper .swiper-slide-thumb-active {
    opacity: 1;
}

/* Price block */
.swiper_landing .price {
    z-index: 10;
    position: relative;
    width: 90%;
    max-width: 420px;
    height: 80px;
    margin: -20px auto 35px;
    background: url('/wp-content/themes/hello-theme-child-master/includes/elementor/widgets/SomioSlider/assets/css/../img/price-bg.png') 50% 0 no-repeat;
    box-shadow: 0 0 18px rgba(0, 0, 0, 0.21);
    border-radius: 35px;
}

.swiper_landing .price::after {
    clear: both;
}

.swiper_landing .price > div {
    margin-top: 6px;
    float: left;
    width: 50%;
    text-align: center;
    line-height: 30px;
}

.swiper_landing .price .old {
    color: #313131;
}

.swiper_landing .price .old p,
.swiper_landing .price .new p {
    margin: 0;
    font-size: 14px;
}

.swiper_landing .price .new {
    color: #fff;
}

.swiper_landing .price .val {
    font-size: 28px;
}

.swiper_landing .price .val i {
    font-style: normal;
    font-size: 26px;
    text-transform: uppercase;
}

.swiper_landing .price .old span {
    text-decoration: line-through;
}

.swiper_landing .price .new .val {
    font-weight: 700;
}

.swiper-button-next::after,
.swiper-button-prev::after {
    font-size: 25px;
}
