.hide {
    display: none;
}
div#addtocartmodal {
    position: fixed;
    width: 100%;
	height: 100%;
    top: 0;
	padding-top: 88px;
    z-index: 999;
    background: #000000a6;
}
div#addtocartmodal .modal-header {
    width: 100%;
    text-align: right !important;
    display: block;
    border: none;
	padding: 0px 15px;
}
.modal-body {
    text-align: center;
}
.modal-body h3 {
    color: #c2183d;
    text-transform: uppercase;
    margin: 10px 0px;
    font-weight: 700;
}
.modal-body h5 {
    color: #c2183d;
    font-size: 15px;
    font-weight: 600;
}
button.btn.continue {
    background: #c2183d;
    color: #fff !important;
}
.modal-footer button.btn {
    font-size: 15px;
    border: 2px solid #c2183d;
    border-radius: 22px;
    color: #c2183d;
    text-transform: uppercase;
    font-weight: 600;
}
div#addtocartmodal .modal-footer {
    border: none;
	margin-bottom: 40px;
}
div#addtocartmodal .modal-dialog {
    max-width: 570px;
}