﻿body {
}

.fadeInUp {
    display: none;
}

    .fadeInUp.show {
        display: block;
    }

.myAlert-bottom {
    background: black;
    color: white;
    text-align: center;
    margin: 0 auto;
    padding: 9px 0 9px 1px;
    width: max-content;
    padding: 9px 8px 9px 8px;
    position: fixed;
    left: 0;
    right: 0;
    z-index: 99999;
    bottom: 0;
}

.animated {
    animation-duration: 1s;
    animation-fill-mode: both;
    -webkit-animation-duration: 1s;
    -webkit-animation-fill-mode: both;
    margin-bottom: 46px;
}

.animatedFadeInUp {
    opacity: 0;
}

.fadeInUp {
    opacity: 0;
    animation-name: fadeInUp;
    -webkit-animation-name: fadeInUp;
}

#Showcartmsg {
    font-size: 13px;
    font-weight: 500;
    font-family: sans-serif;
    letter-spacing: 0.5px;
}

@media only screen and (max-width: 767px) {

    .myAlert-bottom {
        color: white;
        text-align: center;
        padding: 9px 0 9px 1px;
        width: 91% !important;
        padding: 9px 8px 9px 8px;
        position: fixed;
        left: 0;
        right: 0;
        z-index: 99999;
        bottom: 0;
        background: black;
        margin-left: 16px !important;
        margin-bottom: 29px !important;
    }

    #Showcartmsg {
        font-size: 10px;
        letter-spacing: 0px;
    }

    .myAlert-bottom {
        background: black;
        color: white;
        text-align: center;
        margin: 0 auto;
        padding: 9px 0 9px 1px;
        width: max-content;
        padding: 6px 12px 6px 9px;
        position: fixed;
        left: 0;
        right: 0;
        z-index: 99999;
        bottom: 0;
        font-size: 9px;
    }
}
