#confirmOverlay #confirmBox.am-center{

}
#confirmBox.am-center{
    width: 602px;
    border-radius: 0;
    border: 0;
    box-shadow: none;
}
#confirmOverlay{
    background: rgba(0, 0, 0, 0.6);
}
.am-center #messageBox{
    padding: 40px 35px;
}
.am-center #messageBox .row{
    margin:0 -10px;
}
.am-center #messageBox .row:before{
    content:'';
    display: table;
}
.am-center #messageBox .row:after{
    content:'';
    display: table;
    clear: both;
}
.am-center #messageBox{

}
.am-center #messageBox .col-md-5{
    width: 40%;
    padding:0 10px;
    float: left;
    box-sizing: border-box;
}
.am-center #messageBox .col-md-7{
    width: 60%;
    padding:0 10px;
    float: left;
    box-sizing: border-box;
}
#confirmBox.am-center .amcart-title a{
    color: #000;
    font-size: 14px;
    font-weight: 600;
    font-family: "Open Sans", georgia, serif;
    line-height: 18px;
    margin: 0;
    word-break: break-word;
}
#confirmBox.am-center .amcart-text{
    font: normal 13px/18px Lato,Arial;
    color: #000000;
    margin-top:4px;
}
.btn-btp{
    max-width: 205px;
    margin: 0 auto;
}
.btn-btp a{
    background: #ff8300;
    color: #fff;
    text-transform: uppercase;
    width: 100%;
    display: inline-block;
    height: 42px;
    box-sizing: border-box;
    line-height: 42px;
    font-weight: 700;
    font-size: 13px;
    border-radius: 3px;
    margin-top:20px;
}
.btn-btp a:hover{
    background: #333;
}
button.continue-shopping{
    margin-top: 15px;
    background: #e4e4e4 !important;
    color: #444444;
    text-transform: uppercase;
    width: 100%;
    display: inline-block;
    height: 42px;
    box-sizing: border-box;
    line-height: 42px;
    font-weight: 700;
    font-size: 13px;
    border-radius: 3px;
}
button.continue-shopping:hover{
    background: #d7d7d7 !important;
    color: #444444;
}
#confirmBox.am-center > .cross{
    background: url(../images/close.png);
    top: 20px;
    right: 20px;
    font-size: 0;
    width: 20px;
    height: 20px;
    background-repeat: no-repeat;
}
.amcart-dialog-container .message{
    border-color: #296a23;
    background-color: #e9ffca;
    color: #296a23;
    margin:10px 0;
    padding:15px 10px;
    width:100%;
    box-sizing: border-box;
}
.amcart-dialog-container .message span{
    text-decoration: underline;
}
@media (max-width: 991px){
    .am-center #messageBox .col-md-5{
        width: 100%;
        margin-bottom: 10px;
    }
    .am-center #messageBox .col-md-7{
        width: 100%;
    }
}
@media (max-width: 600px){
    #confirmBox.am-center{
        max-width: 320px;
    }
}