/* ----------- NOTY ----------- */

#noty_topRight_layout_container {
    top: 40px !important;
}

#noty_topRight_layout_container > li.shop {
    background-color: white;
    opacity: 0.9;
    box-shadow: 0px 0px 5px 1px rgba(0, 0, 0, 0.6);
}

#noty_topRight_layout_container .btn-light {
    cursor: pointer;
    padding: 15px 55px;
    text-align: center;
    border-radius: 25px;
    margin: 10px 0;
    border:1px solid transparent;
    background-color: #fff;
    color: #c75867;
    border-color: #c75867;
}

#noty_topRight_layout_container .btn-light:hover {
    color: #fff;
    background-color: #c75867;
}

#noty_topRight_layout_container .btn-close {
    position: absolute;
    top: 15px;
    right: 15px;
    width: 36px;
    height: 36px;
    border-radius: 18px;
    font-size: 1.6em;
    text-transform: uppercase;
    text-align: center;
    padding-left: 9px;
    padding-top: 1px;
}

#noty_topRight_layout_container .noty_message {
    text-align: center;
    padding-top: 80px;
    padding-bottom: 35px;
    font-size: 2rem;
    font-family: 'Montserrat';
    font-weight: 200;
}


#noty_topRight_layout_container .noty_buttons {
    text-align: center;
    padding-bottom: 35px;
}

#noty_topRight_layout_container .noty_type_error {
	background-color: red;
}