.img-container {
    max-width: 100%;
    margin: 0 auto;
    overflow: hidden;
}
@media (min-width: 768px) {
    .img-container {
        max-width: 800px;
    }
}
/* ==========  ========== */
.store-buttons {
    display: flex;
    gap: 15px;
    margin-top: 20px;
    justify-content: center;
    flex-wrap: wrap;
}
.store-buttons img {
    height: 60px;
    cursor: pointer;
}
/* ========== gm_owl_mobile ========== */
.gm_owl_mobile {
    margin-top: 30px;
    position: relative;
}
.gm_owl_mobile .owl-item img {
    max-width: 100%;
    width: 100%;
    height: auto;
}
.gm_owl_mobile .owl-prev,
.gm_owl_mobile .owl-next {
    position: absolute;
    top: 0;
    bottom: 0;
    margin: auto 0;
    width: 40px;
    height: 40px;
    z-index: 2;
    border: 1px solid rgba(51, 51, 51, 0.1) !important;
    border-radius: 4px;
    background: #ffffff !important;
    font-size: 25px !important;
    transition: all .5s;
}
.gm_owl_mobile .owl-prev:hover,
.gm_owl_mobile .owl-next:hover {
    background: #52752b !important;
    color: #ffffff !important;
}
.owl-carousel.owl-carousel--view1 .owl-nav {
    position: static;
}
.gm_owl_mobile .owl-prev {
    left: -20px;
}
.gm_owl_mobile .owl-next {
    right: -20px;
}
.gm_owl_mobile .owl-prev span,
.gm_owl_mobile .owl-next span {
    position: relative;
    top: -2px;
}
.gm_owl_mobile_wrp .owl-nav {
    display: block !important;
}
/* ==========  ========== */
/* ==========  ========== */
/* ==========  ========== */