
/* keyvis Start */
.section-keyvis-cust.section-keyvis-slide {
    height: 400px;
}

#sec-keyvis-Contact {
    background: url('../images/contact/keyvis-Contact.jpg') no-repeat center center;
    background-size: cover;
}

.ver-bm #sec-keyvis-Contact {
    background: url('../images/contact/keyvis-Contact.jpg') no-repeat center center;
    background-size: cover;
}

#sec-keyvis-Contact .keyvis-container {
    display: flex;
    justify-content: flex-start;
    align-items: center;

    margin-top: 0px;
}

#sec-keyvis-Contact .keyvis-headline-tag {
    margin-top: 0px;
}

#sec-keyvis-Contact .keyvis-headline-tag h1 {
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 10px;

    text-shadow: 0px 0px 50px rgba(0, 0, 0, 1), 0px 0px 30px rgba(0, 0, 0, 1), 0px 0px 10px rgba(0, 0, 0, 1);
}

@media (max-width: 640px) {
    .section-keyvis-cust.section-keyvis-slide {
        height: 260px;
    }

    #sec-keyvis-Contact {
        background: url('../images/contact/keyvis-Contact-xs.jpg') no-repeat center center;
        background-size: cover;
    }

    .ver-bm #sec-keyvis-Contact {
        background: url('../images/contact/keyvis-Contact-xs.jpg') no-repeat center center;
        background-size: cover;
    }

    #sec-keyvis-Contact .keyvis-headline-tag h1 {
        flex-direction: column;
    }
}

@media (min-width: 641px) and (max-width: 860px) {
    .section-keyvis-cust.section-keyvis-slide {
        height: 400px;
    }

    #sec-keyvis-Contact {
        background: url('../images/contact/keyvis-Contact-sm.jpg') no-repeat center center;
        background-size: cover;
    }

    .ver-bm #sec-keyvis-Contact {
        background: url('../images/contact/keyvis-Contact-sm.jpg') no-repeat center center;
        background-size: cover;
    }

    #sec-keyvis-Contact .keyvis-headline-tag {
        margin-top: 0px;
    }

    
 
}
/* keyvis End */

/* shownow Start */
.penal-shopnow {
    margin-top: 40px;
}

.shopnow-flex-row {
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: flex-start;

}

.shopnow-flex-col {
    flex: 0 0 50%;
    max-width: 50%;
    padding: 20px;
}

.shopnow-flex-col:not(:last-child) {
    border-right: 1px solid #275E6B;
    border-bottom: none;
}

.shopnow-card {
}

.shopnow-method {
    margin-bottom: 20px;
    color: #275E6B;
    font-size: 20px;
    line-height: 20px;
    font-weight: 600;
    text-align: center;
}

.shopnow-shops {
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
    gap: 20px;
}

.shopnow-shop {
}

.ahref-shopnow {
}

.shopnow-btn {
    margin: 0px;
    width: 100%;
    max-width: 200px;
    padding: 10px 20px;
    background-color: #ffffff;
    box-shadow: 0px 0px 10px rgba(0,0,0,0.2);
}

.shopnow-btn img {
    margin: auto;
    width: 100%;
}

@media (max-width: 640px) {
    .shopnow-flex-row {
        flex-direction: column;
    }

    .shopnow-flex-col {
        flex: 0 0 100%;
        max-width: 100%;
    }

    .shopnow-flex-col:not(:last-child) {
        border-right: none;
        border-bottom: 1px solid #275E6B;
    }

    .shopnow-method {
        font-size: 20px;
        line-height: 20px;
    }
}
/* shopnow End */
