/**
 * styles for Front-page Banner-slider
 */
.banners_slider {
    opacity: 1;
}
.banners_slider:not(.slick-initialized) .slick-slide:not(:first-child){
    display: none;
}
.banners_slider .slick-track {
    display: flex;
}
.banners_slider .slick-slide {
    justify-content: center;
    align-items: center;
    background-color: #1e3a63;
    display: flex;
    position: relative;
    /*max-width: 100%;*/
    width: 100%;
    float: none;
}
.banners_slider .inner {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    max-width: 100%;
}
.banners_slider .inner > img.bg-img {
    position: absolute;
    top:0;
    left:0;
    width:100%;
    height: 100%;
    object-fit: cover;
    object-position: 100% 50%;
}
.banners_slider .text-content {
    width:1200px;
    max-width: 100%;
    margin: 15px auto;
    padding:0 15px;
    box-sizing: border-box;
    opacity: .99;
}
.banners_slider .text-content {
    font-weight: 700;
    font-size: 40px;
    line-height: 1.4;
}
.banners_slider .text-content p:nth-last-child(n + 2){
    margin-bottom:.5em ;
}

.banners_slider .inner:hover .text-content {
    /*color:black;*/
}
.banners_slider .color-white {
    color:white;
}
.banners_slider .smaller-font {
    font-size: .8em;
    font-weight: 400;
}
.banners_slider .money {
    font-size: 1.2em;
    color:#faa924;
    white-space: nowrap;
}
.banners_slider .text-underline {
    text-decoration: underline;
}

@media screen and (max-width: 767px) {
    .banners_slider {
        /* padding-left: 15px; */
        /* padding-right: 15px; */
    }
    .banners_slider,
    .banners_slider .slick-slide {
        height: auto !important;
        min-height: 320px;
    }
    .banners_slider .inner > img.bg-img {
        /* display: none; */
    }

    .slick-slide .text-content button {
        margin-top: 14px;
    }
    .banners_slider,
    .banners_slider .color-white {
        color:black;
    }
    .banners_slider .text-content {
        font-size: 25px;
        text-align: center;
        line-height: 1.3;
        margin: 45px 0;
    }
}

/**
 * special appearance of slider for mobile devices
 */
.body-mobile .related.products,
.body-mobile .slider_product,
.body-mobile .slider,
.body-mobile .related {
    opacity: 1;
}
.body-mobile .prod_card,
.body-mobile .related .products.columns-4 .prod_card {
    margin-bottom: 20px;
}
.body-mobile .related-add {
    width: 100%;
}
.body-mobile .related.mostsales form.cart {
    margin-bottom: 0;
}
.body-mobile .related .products.columns-4 div.images img {
    height: 200px;
    /*position: absolute;*/
    /*top: 0;*/
    /*left: 0;*/
    /*height: 100%;*/
}

body > div.cont.index > div > form > div:nth-child(2) > div > div > p.woocommerce-mini-cart__buttons.buttons{
    display: none;
}
body > div.cont.index > div > form > div:nth-child(2) > div > div > form{
    display: none;
}