﻿
.logo-lg img {
    vertical-align:top;
    margin-left:-15px;
    height: 50px;
}

.main-header .logo {
}

/*.alert-danger,
.alert-error {
    border-color: transparent !important;
    background-color: transparent !important;
    color: #d73925 !important;
}

.alert-warning2 {
    border-color: #ffffff !important;
    background-color: none !important;
    color: #d73925;
}

.alert-warning {
    border-color: transparent !important;
    background-color: transparent !important;
    color: #d73925 !important;
}*/




img.figure-img-z {
    transition: transform .2s;
    z-index: -1;
}

    img.figure-img-z:hover {
        transform: scale(2);
        background-color: white;
        z-index: 1900;
    }

@media (min-width: 1600px) 
.un_productform_summary .well, .un_productform_summary.well {
    padding-left: 10px !important;
    padding-top: 20px !important;
    line-height: 1.5em !important;
}

.well {
    min-height: 20px !important;
    padding: 19px !important;
    margin-bottom: 20px !important;
    background-color: rgb(209,235,255) !important;
    border: 1px solid rgb(209,235,255) !important;
    border-radius: 4px !important;
    -webkit-box-shadow: inset 0 1px 1px rgb(0 0 0 / 5%) !important;
    box-shadow: inset 0 1px 1px rgb(0 0 0 / 5%) !important;
}

div.floating_summary_product hr {
    border-top: none !important;
}