.prods-sldr .cont-img img {
    width: 100%;
    height: auto;
    margin: auto;
    max-height: 255px;
    object-fit: contain;
}

.prods-sldr .cont-txt {
    display: flex;
    flex-direction: column;
    justify-content: center;
    height: 100%;
    align-content: flex-start;
}

.prods-nav > div {
    height: 100%
}

.prods-nav .cont-img {
    width: 100%;
    height: 100%;
    overflow: hidden
        /*
    margin: 15px;
    display: flex;
    justify-content: center;
    align-items: center;
    height: 150px;
    width: auto
*/
}

.prods-nav .cont-img img {
    width: 100%;
    height: 100%;
    object-fit: contain;
    margin: auto;
    cursor: pointer
}

.gallery {
    width: 100%;
    position: relative
}

.gallery-slider {
    width: 100%;
    height: auto;
    margin: 0 0 10px 0;
}

.gallery-slider .swiper-slide {
    width: auto;
}


.gallery-thumbs {
    width: 100%;
    padding: 0;
    overflow: hidden;
}

.gallery-thumbs .swiper-slide {
    width: 150px;
    height: 100px;
    text-align: center;
    overflow: hidden;
    opacity: 0.2;
    object-fit: contain
}

.gallery-thumbs .swiper-slide-active {
    opacity: 1;
}

.gallery-thumbs .swiper-slide img {
    width: auto;
    height: 100%;
}

.prods-list {
    background-color: #000d62;
    color: #fff;
    text-align: center;
    padding: 30px 0;
    margin: 30px 0 45px
}

.prods-list h3 {
    margin-bottom: 18px
}

.prods-list button {
    font-weight: bold
}

.prods-modal .cont-img {
    width: 250px;
    height: auto;
    object-fit: contain;
    overflow: hidden;
    text-align: center;
    display: flex;
    justify-content: center;
    align-items: center;
    margin: 0 auto 15px
}

.prods-modal .cont-img img {
    width: 100%;
    height: auto;
    margin: auto;
    max-height: 255px;
    object-fit: contain;
    display: block
}

.prods-modal h4 {
    font-size: 16px
}

.prods-modal p {
    font-size: 14px;
    line-height:
}

.prods-modal .accordion-button {
    position: relative;
    display: flex;
    align-items: center;
    width: 100%;
    padding: 1rem 1.25rem;
    font-size: 1rem;
    color: #000d62;
    background-color: #ddd;
    border: none;
    box-shadow: none;
    outline: none;
    border-radius: 0 !important;
    text-align: left
}

.prods-modal .accordion-button:not(.collapsed) {
    color: #fff;
    background-color: #000d62;
}

.prods-modal > div {
    margin-bottom: 15px
}

.prods-modal .accordion-collapse {
    transition: .6s ease-in-out
}

.accordion-button:not(.collapsed)::after {
    filter: brightness(100)
}
