/* product detail: stock yes or no */
.stockY{ color: #008000 !important; }
.stockN{ color: #AE1A0F !important; }
.inline-label input{
    vertical-align: top;
}
.inline-label label{
    display: inline-block;
}

.relative {
    position: relative;
}

.absolute {
    position: absolute;
}

.excl {
    right: 1em;
    bottom: 0;
}

@media (max-width: 767px) {
    .text-center-xs {
        text-align: center;
    }
}
