/*product slider css started*/
/* Alert messages */
.alert {
position: fixed;
bottom: -20%;
left: 50%;
width: auto;
z-index: 9999;
border: 0;
border-radius: 0;
transform: translateX(-50%);
color: #fff;
padding: 0;
margin: 0;/*
height: 50px;*/
background: #333 !important;
box-shadow: 0px 2px 1px 0px #333;
}
.alert-icon, .alert-text {
display: block;
float: left;
}
.alert-icon {
text-align: center;
height: 100%;
width: 55px;
line-height: 50px;
border-right: 1px solid #000;
}
.alert-text {
padding: 10px 40px 10px 25px;
font-size: 16px;
line-height: 32px;
height: 100%;
}
.alert-icon i {
background: transparent;
box-shadow: none !important;
color: #FFDD8A;
width: auto;
height: auto;
font-size: 30px;
line-height: 50px;
text-shadow: 1px 1px 1px #000;
}
.alert-danger .alert-icon i {
color: #f75353;
}
.alert-warning .alert-icon i {
color: #FFDD8A;
}
.alert-info .alert-icon i {
color: #ffffff;
}
.alert-success .alert-icon i {
color: #339F7B;
}
/* Alert message css end */
._pna{
  color: currentColor;
  cursor: not-allowed;
  opacity: 0.5;
  text-decoration: none;
}

.parsley-errors-list{
    color: #f00;
    font-size: 12px;
}
