/* Alerts */
.alert-placeholder {
	width: 100%;
	margin: 0 auto;
	position: fixed;
	height: 0;
	text-align: center;
	clear: both;
	top:0;
	z-index:10001;
    left:0;
}

.alert-box {
	z-index: 4;
	position: relative;
	top: 0;
  left:0;
  right:0;
  display:table;
  margin:0 auto 12px;
  padding: 8px 32px 8px 18px;
  text-align: center;
  border: 1px solid #3d444c;
  background-color: #5a6169;
  color:#fff;
  border-radius: 0 0 4px 4px;
  box-shadow: 0 2px 4px rgba(0,0,0,0.18);
  -webkit-animation: alertShow 420ms;
  -moz-animation: alertShow 420ms;
  -o-animation: alertShow 420ms;
  animation: alertShow 420ms;
}

.alert-box.inverse {
  background-color: #dde4e6;
  color: #495d62;
  border-color: #b5bcbe;
}
.alert-box.error {
  background-color: #fb663b;
  color: #fff;
  border-color: #e94213;
}
.alert-box.important {
  background-color: #e74c3c;
  color: #fff;
  border-color: #cc1906;
}
.alert-box.secondary {
  color: #333;
  border-color: #f0c36d;
  background-color: #f9edbe;
}
.alert-box p {
	margin: 0;
}
.alert-box a:not(.button):not(.close-alert) {
	color: inherit;
	text-decoration: underline;
}
.alert-box a.button {
	margin: 0 6px;
	height: 25px;
	line-height: 25px;
	font-size: 13px;
}
.alert-box .close-alert {
  font-size: 1em;
  padding: 4px;
  line-height: 0;
  position: absolute;
  text-decoration: none;
  top: 6px;
  right: 5px;
  opacity: 0.5;
  cursor: pointer;
  -webkit-transition: opacity 180ms;
	transition: opacity 180ms;
}
.alert-box .close-alert:before {
	color: #fff;
	text-decoration: none;
}
.alert-box .close-alert:hover, .alert-box .close-alert:focus {
  opacity: 0.9;
}
.alert-box.inverse .close-alert:before, .alert-box.secondary .close-alert:before {
	color: #333;
}
.alert-box.slow-message{
  max-width:300px;
}

.opt-in-pop{
	position: fixed;
	top: 4%;
	z-index: 9999;
	background: #fff;
	width: 400px;
	padding: 20px 20px 10px;
	left: 2%;
	border: 1px solid #D1D1D1;
	box-shadow: 0 4px 8px rgba(108,108,108,.5);
}
.opt-in-pop p:before{
	font-size: 2.8em;
	display: inline-block;
	float: left;
	margin-right: 15px;
	margin-bottom: 30px;
	color: #000;
}
.opt-in-pop p{
	font-size: .815em;
	color: #788997;
}
.opt-in-pop footer{
	text-align: right;
	font-size: .825em;
}
.opt-in-pop footer > a:first-of-type{
	margin-right: 15px;
	color: #808080;
	font-weight: bold;
}
.opt-in-pop .button{
	background-color: #0098E4;
}

.opt-in-pop.admin-notif {
    background-color: #d83220;
    padding-right: 50px;
    padding-bottom: 20px;
	display: block;
    top: 4%;
    left: 2%;
    bottom: unset;
    right: unset;
}

.opt-in-pop.banner-collapsed {
	max-height: 7%;
	overflow: hidden;
}

#tmBannerToggle {
	all: unset;
	position: absolute;
	top: 14px;
	right: 45px;
	background-color: unset;
	font-size: 15px;
	cursor: pointer;
}

#tmBannerToggle::before {
	font-family: 'iCons';
	content: "î";
}

#tmBannerToggle:hover:before {
	color: #06c;
}

.banner-collapsed #tmBannerToggle {
    transform: rotate(180deg);
}

.opt-in-pop.admin-notif p{
    color:#fff;
}

.opt-in-pop.admin-notif .button{
    color: #fff;
    margin:0 0 8px;
}
.opt-in-pop.admin-notif .picker{
    width: 70%;
    display: inline-block;
    margin-right: 8px;
}
/*.opt-in-pop.admin-notif .popupExit{
    background-color: #258cd1;
    border-bottom-color: #217dbb;
    border-left-color: #217dbb;
}*/

@-webkit-keyframes alertShow {
  0%   {opacity: 0; top:-50px;}
  50%  {opacity: 0.1; top:-10px;}
  100% {opacity: 1; top:0;}
}
@-moz-keyframes alertShow {
  0%   {opacity: 0; top:-50px;}
  50%  {opacity: 0.1; top:-10px;}
  100% {opacity: 1; top:0;}
}
@-o-keyframes alertShow {
  0%   {opacity: 0; top:-50px;}
  50%  {opacity: 0.1; top:-10px;}
  100% {opacity: 1; top:0;}
}
@keyframes alertShow {
  0%   {opacity: 0; top:-50px;}
  50%  {opacity: 0.1; top:-10px;}
  100% {opacity: 1; top:0;}
}


.message-impt {
  padding-left: 72px;
  border: 1px solid #f2d716;
  background: #fffad4;
	color: #555;
	position: relative;
	margin: 3px 0 12px;
}
.message-impt:before {
	position: absolute;
	left: 18px;
	color: #EAE1A2;
	font-size: 42px;
	margin-right: 18px;
	top: 6px;
}
.message-impt p {
	margin:0;
}

.cart-notify {
	background: #EBF5D5;
	border-color: #cedbb4;
	padding: 18px 15px 18px 48px;
	border-radius: 5px;
	margin-bottom: 18px;
	position: relative;
	font-size: 0.875em;
}
.cart-notify:before {
	font-size: 30px;
	color: #78A21C;
	position: absolute;
	left: 12px;
	top: 12px;
}
.cart-notify .view-cart {
	margin-left: 8px;
}
/*Cart Notify CTA from WEB-36084*/
.cart-notify {padding:10px 18px 10px 48px; overflow: auto;}
.cart-notify:before {top: 22px;}
.cart-notify span {display:inline-block; padding-top:18px!important;}
.cart-notify .checkout-button {margin:0; float:right;}
.cart-notify .checkout-button[data-icon]:before {color: #FFF; margin: 7px 7px 0 0;}

/*ie*/
.ie11 .message-impt:before {
    line-height:1;
}
/*ie edge*/
@supports (-ms-accelerator:true) {
	.message-impt:before {
    line-height:1;
	}
}

/* !--- rwd: large --- */
@media screen and (min-width:801px) {
	.item {position: relative;}
	.offer-item-required {position: absolute; top:0; left:0;}
}


/* !--- rwd: amall AND medium --- */
@media screen and (max-width:801px) {
	.alert-box {border-radius: 0;}
	.bundle-includes {display: none;}
	.opt-in-pop{
		width: 90%;
		bottom: 0;
		top: auto;
		left: auto;
		margin: 0px 5%;
	}
}


/* !--- rwd: small --- */
@media screen and (max-width:599px) {
	.alert-box {padding: 3%;}
	.alert-box .close-alert {top:auto; bottom: 18px; right: 0; width: 100%; padding: 8px 0; color: inherit; opacity: 1; font-size: 0.8125em; display: block; position: static;}
	.alert-box .close-alert:after {content:'Dismiss'; color: inherit; text-decoration: underline;}
	.page-container .alert-box .close-alert:after {content:'x';}
	.alert-box .close-alert:before {display: none;}
	.message-impt {padding-left: 48px;}
	.message-impt:before {font-size: 30px; left: 10px;}
	.alert-box.secondary.coupon-auto-na {width: 100%}
}


/* !--- rwd: medium --- */
@media screen and (max-width:801px) and (min-width:599px) {
	.alert-box p {font-size: 0.6875em;}
}
