/**
* Theme Name: Wildy Child
* Description: This is a child theme of Wildy, generated by Merlin WP.
* Author: <a href="https://wpopal.com/">Opalthemes</a>
* Template: wildy
* Version: 1.1.1
*/

.woocommerce img.pswp__img, 
.woocommerce-page img.pswp__img {
    object-fit: contain !important;
}

.rmzn-gallery .d-grid {
    gap: 20px !important;
}
.rmzn-gallery img {
    width: 100%;
    margin: 0;
    object-fit: cover;
}
.rmzn-testimonials .icon {
    position: relative;
    z-index: 0;
}
.rmzn-testimonials .details-info {
    position: relative;
    z-index: 1;
    margin-top: 80px;
}
.horizontal-dot .swiper-pagination-horizontal {
    left: 0 !important;
}
.horizontal-dot .swiper-pagination {
    bottom: 106% !important;
}

@media (max-width: 767px) {
    .swiper-pagination-bullets .swiper-pagination-bullet {
        height: 4px;
        width: 8px;
        border-radius: 0;
    }
}

body.woocommerce-account .woosc-list th.th-label {
    width: 200px !important;
}
body.woocommerce-account .woosc-list td.col h1 {
    font-size: 20px;
    line-height: 1.4em;
    text-transform: none;
}
body.woocommerce-account .woosc-list td.col h1 span {
    font-size: 13px;
    line-height: 15px;
}
body.woocommerce-account .woosc-list td.col div {
    height: 16px;
}