#iframe-div {
/*
    width: 85%;
*/
    height: 100%;
    padding: 2px;
    border: 2px solid #c0c3c6;
    background-color: white;
    z-index: 1002;
    overflow: auto;
    border-radius: 5px;
    overflow : visible;
    
}

.button-btn-cart {
    height: 30px;
    line-height: 32px;
    font-size: 14px;
    padding: 0px 10px;
    max-width: 100px;
    width: 100%;
    background-color: #3399cc;
    color: #FFFFFF;
    border: 0 none;
    margin-left : 40px;
    float: none;
    cursor:pointer;
}

.massage-sucess {
    
    display : none;
/*
    width: 30%;
*/
    height: auto;
    padding: 5px;
    border: 2px solid Green;
    background-color: white;
    z-index: 1002;
    overflow: auto;
    border-radius: 5px;
    margin-bottom: 1%;
/*
    font-weight:bold;
*/
	 
}

.massage-error {
    
    display : none;
/*
    width: 30%;
*/
    height: auto;
    padding: 5px;
    border: 2px solid Red;
    background-color: white;
    z-index: 1002;
    overflow: auto;
    border-radius: 5px;
    margin-bottom: 1%;
    font-weight:bold;
	 
}
.loader {
    position: fixed;
    left: 50%;
    top: 50%;
    width: 31px;
    height: 31px;
    z-index: 9999;
    background: url('https://nutridyn.com/skin/frontend/tricore/nutridyn/images/ajaxloader.gif') no-repeat;
    margin-top: -15px;
    margin-left: -15px;
    display: none;
}
