/* ===============================================
   NOTICE SECTION
   =============================================== */
   
.ilrc-notice {
	width:100;
	display:block;
	border-color:#ec7063;
	padding:25px
}

.ilrc-notice .dismiss-notice {
	margin-top:5px;
	font-size:12px;
}

.ilrc-notice .ilrc-noticedescription {
	float:left;
	font-size:14px;
	width: 80%;
}

.ilrc-notice .button {
	background: #ec7063;
	border:solid 2px #ec7063;
	color:#fff;
	padding: 6px 12px;
	height:auto;
	line-height:normal;
	-webkit-transition: all .3s ease;
	-moz-transition: all .3s ease;
	-o-transition: all .3s ease;
	transition: all .3s ease;
	font-weight:bold
}

.ilrc-notice .button:hover ,
.ilrc-notice .button:active ,
.ilrc-notice .button:focus {
	border-color: #e74c3c;
	background-color:#e74c3c;
	-webkit-box-shadow:none;
    box-shadow:none;
	color: #fff;
}

.ilrc-notice .button:first-of-type {
	background: #f6f7f7;
	border:solid 2px #ddd;
	color: #000;
	font-weight: 500;
}

.ilrc-notice .button:first-of-type:hover ,
.ilrc-notice .button:first-of-type:active ,
.ilrc-notice .button:first-of-type:focus {
	background-color:#f0f0f1;
}

.ilrc-notice .dismiss-notice {
    margin-top: 15px;
    display: inline-block;
    font-weight: bold;
}

.ilrc-notice p.notice-coupon-message {
    padding: 0;
    margin-top:15px;
    margin-bottom:15px;
}

.ilrc-notice .notice-coupon-message .dashicon {
    width: 15px;
    height: 15px;
    line-height: 17px;
    font-size: 15px;
    margin-right:5px;
}

@media screen and (min-width : 0px) and (max-width : 992px)  {
		
	.ilrc-notice .ilrc-noticedescription {
		float:none;
		width: 100%;
	}
	
	.ilrc-notice .button {
		margin-top:20px;
		float:none;
	}

	.ilrc-notice .dismiss-notice {
		margin-top:15px;
		display:block
	}

}