/* Start custom CSS */body.elementor-page-1615 .woocommerce-message {
    position: absolute;
    top: 11%;
    z-index: 1;
    background: #f1e2db;
    display: flex;
    justify-content: start;
    flex-direction: row-reverse;
    align-items: center;
}

body.elementor-page-1615 .woocommerce-message a {
        font-family: "Dana", Sans-serif;
    font-size: 13px;
    font-weight: 400;
    line-height: 0em;
    background-color: var(--e-global-color-f8abaa2);
    border-radius: 25px 25px 25px 25px;
        padding: 18px 20px 15px 20px;
       position: absolute;
       left: 10px;
       bottom: 7.5px;
       transition: 0.5s;
}

body.elementor-page-1615 .woocommerce-message a:hover {
    background-color: var(--e-global-color-primary );
        color: #fff;
        transition: 0.5s;
}

@media screen and (max-width:768px){
   body.elementor-page-1615 .woocommerce-message {
   position:unset !important;
   width:92% !important;
   margin: 1rem auto !important;
   font-size:11px !important;
   text-align:justify;
}


body.elementor-page-1615 .woocommerce-message a{
    position:unset !important;
    font-size:8px !important;
    padding: 8px 12px 6px 12px;
    line-height:1.25;
    width:150px;
    margin-right:5%;
    
}

body.elementor-page-1615 .woocommerce-message::before {
    top:unset !important;
    right:8% !important;
}



}/* End custom CSS */