/**
 * All of the CSS for your public-facing functionality should be
 * included in this file.
 */
 
#salert2Wrapper .popup_template {
    background-color: #e0e0e0; 
    bottom: 20px;
    border-radius: 0;
    overflow: hidden;
}

#salert2Wrapper  .popup_position {
    position: fixed; 
    z-index: 99999;
    width: 250px;
}

#salert2Wrapper  .popup_position.bottomRight {
    bottom: 20px;
    right: 10px;
}

#salert2Wrapper .popup_position.bottomLeft {
    bottom: 20px;
    left: 10px;
}
#salert2Wrapper  .popup_position.topRight {
    top: 20px;
    right: 10px;
}

#salert2Wrapper .popup_position.topLeft {
    top: 20px;
    left: 10px;
}

#salert2Wrapper figure.circle{
    height: 60px;
    border-radius: 50%;
    border: 1px solid #eee;
}

#salert2Wrapper .popup-item {
    padding: 5px;
    padding-right: 25px !important;
    width: 100%; 
    float: left;
}

#salert2Wrapper a{
    /* border:2px dotted green; */
    display: flex;
}
#salert2Wrapper figure{
    margin: 0 10px 0 0; 
    width: 60px; 
    height: 60px; 
    overflow: hidden;
    float: left;
}

#salert2Wrapper .imageOnRight figure{
    float: right;
}

#salert2Wrapper .textOnly  figure{
   display: none;
}


#salert2Wrapper figure img{
    height: 100%;
    width: 100%;
    object-fit: cover;
    /* background-color: yellow; */
}

#salert2Wrapper .salert2-content-wrap{
    width: calc(100% - 70px);    
    float: right;
    font-size: 12px;
    /* color: #1e1e1e; */
    /* background-color: cyan; */
}

#salert2Wrapper .imageOnRight .salert2-content-wrap{
    float: left;
}

#salert2Wrapper .textOnly .salert2-content-wrap{
   width: 100%;
}

#salert2Wrapper .salert2-content-wrap .t-product{
    display: block; 
    font-size: 120%;
    font-weight: bold;
    line-height: 1.2;
}

#salert2Wrapper .salert2-content-wrap small{
    font-size: 70%;
    font-style: italic;
}
 
.clearfix::after {
    content: "";
    clear: both;
    display: table;
}

/* Close Button */
.popup_template .popup-item .btn-close{
    cursor: pointer;
    position: absolute;
    top: 5px;
    right: 5px;
    color: #000;
    font-size: 22px;
    height: 15px;
    width: 15px;
    text-align: center;
    line-height: 12px;
    z-index: 999999;
}
.popup_template .popup-item .close img{
    max-width: 100%;
}

@media screen and ( max-width: 767px){
    #salert2Wrapper .popup-item{
        padding: 10px !important;
    }

    #salert2Wrapper .popup_position.bottomRight {
        bottom: 0 !important;
        right: 0 !important;
        width: 100% !important;
        left: 0 !important;
    }  

    #salert2Wrapper .popup_position .salert2-content-wrap {
        font-size: 13px !important;
        line-height: 1.5 !important;
    } 
}
@media screen and ( max-width: 480px){
    #sale_alertWrapper .popup_position{
        width: 300px !important;
    }
}
 