p.success, i.success, h3.success, h4.success, b.success { color:green; }
p.error, i.error, h3.error, h4.error, b.error { color:#be2c41; }
#footer .main-footer p {
    color: #9f9a9b;
    font-size: 13px;
}
#footer .main-footer .footer-links li a {
    display: block;
    padding: 13px 0 0;
    font-size: 13px;
    color: #be2c41;
    text-decoration: none;
    text-transform: capitalize;
}

#footer .main-footer p a {
    color: #fff !important;
    text-decoration: none;
}
#footer .main-footer p a:hover{
color:red !important;
text-decoration:none !important;
}
#footer .footer-copyright a {
    color: #0ab7f7;
}
footer {
    border-top: none !important;

}
.pickupbtn > button.btn-default2 { border:1px solid #999; }
.pickupbtn > button.btn-default2:hover { background:#be2c41; color:#fff; border:red 1px solid; }
.pickupbtn > button:disabled,
.pickupbtn > button[disabled]{ opacity: 0.65; background:#be2c41; color:#fff; border:red 1px solid; cursor:not-allowed; }


.itemlink{
    background: transparent;
    min-width: 126px;
    padding: 8px 5px;
    margin: 0px;
    color: #333;
    font-size: 12px;
    line-height: 16px;
    text-align: center;
    height: 87px;
    cursor: pointer;
    border-right: 1px solid #ccc;
    border-bottom: 1px solid #ccc;
    margin-top: 3px;
	}

.itemlink.active, .itemlink:hover { background:#be2c41; color:#fff; }

@media (max-width: 320px) {

.itemlink{ background: transparent;
    min-width: 126px;
    padding: 8px 5px;
    margin: 0px;
    color: #333;
    font-size: 12px;
    line-height: 16px;
    text-align: center;
    height: 30px;
    cursor: pointer;
    border-right: 1px solid #ccc;
    border-bottom: 1px solid #ccc;
    margin-top: 3px;}
}

@media (max-width: 900px) {

.itemlink{ background: transparent;
    min-width: 126px;
    padding: 8px 5px;
    margin: 0px;
    color: #333;
    font-size: 12px;
    line-height: 16px;
    text-align: center;
    height: 30px;
    cursor: pointer;
    border-right: 1px solid #ccc;
    border-bottom: 1px solid #ccc;
    margin-top: 3px;}
 #thumbnail-list .item {
    width: 83px;
    height: 70px;
    font-size: 11px;
    line-height: 12px;
}
#thumbnail-list .item > img {
    width: 60px;
}
}


p{ font-size:13px; }