
 /* Notify - Swatches OR Products */
#notify_products .modal-dialog {
	max-width: 550px;
}
.notify {
  font-family: "Alabama";
  color: #6D8377;
}

.notify .modal-content {
  background: #92a29a;
}
.modal-content .close span {
	color: #fff;
	font-family: sans-serif;
    font-size: 36px;
    line-height: 1.3;
    font-weight: 600;
}

.notify h1 {font-size: 36px;color: #fff;margin: 10px 0;font-weight: normal;}
.notify h4, .notify form label {font-size: 23px;}
.notify h4 {font-size: 21px;color: #fff;margin-bottom: 15px;font-family: sans-serif; font-weight: normal;}
.notify h5 {font-family: 'Arial';color: #000;}
.notify .modal-dialog { width:100%; max-width: 768px;}

.notify form {margin-bottom: 20px;}

.notify .inp input {width:100%;min-height: 36px;font-size: 21px !important;border: 0 !important;border-radius: 0;padding: 12px;}

.notify input[type="submit"] {padding: 17px 40px;font-size: 22px;margin-left: 15px;}

.notify#notify_swatches label, .notify#notify_swatches .inp {display:inline-block;width:50%;}
.notify#notify_swatches .form-cont {display: inline-block;vertical-align: bottom;width: 80%;}
.notify#notify_swatches input[type="submit"] {margin-top: -44px; font-size: 18px !important; margin-left: 10px;}
.notify#notify_swatches a { font-size: 28px !important; color: white;padding: 15px 35px; }

.notify#notify_products label, .notify#notify_products .inp {display:inline-block;width:100%;}
.notify#notify_products .form-cont {display: inline-block;vertical-align: bottom;width: 60%;}
.notify#notify_products input[type="submit"] {background-color: #9eba61;border-radius: 13px;}
.form-cont .form-group {margin-bottom: 0 !important;padding-bottom: 0;}


#cartProducts ul {padding: 0;}
.notify .modal-body .middle {
	margin-bottom: 20px;
}