/* ===========================
   ===== Modal  =====
   =========================== */


.centering{
	max-width:1200px;
	margin:50px auto;
}

.modal1{
	display: none;
    position: fixed;
    z-index: 99;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    overflow: auto;
    background-color: rgb(0,0,0);
    background-color: rgba(0,0,0,0.5);
}

.modal-content1{
	position: relative;
	background: #fff;
	margin:20% auto;
	padding:0;
	width:90%; border-radius:0;
	animation: modalanim 0.5s ease;
}

.close{
	color: #000;
    cursor: pointer;
    float: right;
    opacity: 0.7;
    font-size: 16px;
    font-weight: normal;
}

@keyframes modalanim{
	from{top:-100px; opacity:0}
	to{top:0; opacity:1}
}

@keyframes modalanim{
	from{top:-100px; opacity:0}
	to{top:0; opacity:1}
}
.modal-header .modal-close {
    position: absolute;
    right: 10px;
    top: 5px;
}
.modal-header .modal-close:before {
    content: 'x';
    font-size: 20px;color: #000;
}
.modal-header .message {
    text-align: center; font-size:15px;
}
.modal-header {
    min-height: 16.43px;
    padding: 15px 30px;
    border-bottom: 1px solid #e5e5e5;
    background-color: #ddd;
}

.notification-wrapper {
    text-align: center;
    padding: 15px;
    text-align: center;
    padding: 25px 13px;
    max-width: 1200px;
    margin-left: auto;
    margin-right: auto;
}
.notification-wrapper .product-image {
    display: inline-block;
    width: 50%;
    vertical-align: middle;
    text-align: center;
}
.notification-wrapper .product-name {
    display: inline-block;
    width:48%;
    vertical-align: middle;
    padding: 1rem 0;
    letter-spacing: .5px;
}
.notification-wrapper .product-name h2 {
      font-size: 18px;
    /* font-weight: bold; */
    margin-bottom: 10px;
    line-height: 22px;
	    font-family: proxima nova;
}
.notification-wrapper .product-name p {
    font-size: 14px;
   /* font-weight: bold;*/
    margin-bottom: 10px;
}
.notification-wrapper .product-name .size .data {
    font-size: 16px;
    margin-left: 5px;
}
.notification-wrapper .product-name .size .checked-tick {
    margin-left: 5px;
    height: 25px;
    width: 25px;
    opacity: 1;
    background-image: url(../images/checked-circle-icon.png);
    background-repeat: no-repeat;
    background-color: transparent;
    background-position: 0 0;
    background-size: cover;
    -webkit-animation: fadeIn 3s;
    animation: fadeIn 3s;
}
.notification-wrapper .action {
    margin-top: 2rem;
    text-align: center;
}
.notification-wrapper .product-image img {
    max-width: 100%;
}
.continue-shop-btn{border: 1px solid #000;
    margin: 10px 0;
    border-radius:4px;
    font-size: 15px;    padding: 9px;
    text-transform: uppercase;}