/* ------------- Flash messages ------------- */
.flash-msg {
    background-color: #e3e8ef;
    border: 3px solid #be110e;
    display: block;
    height: 100px;
    margin: 10px auto;
    position: relative;
    width: 1000px;
}

.flash-msg p {
    padding: 25px;
}

/* ------------- gshop.css modifiers ------------- */
input[name="itemQuantity"] {
    width: 20px;
}

td.cart-table__code {
    font-size: 10px;
}

.cart-table__img img {
    margin-left: -23px;
}

.header-cart__item-img {
    overflow: hidden;
}
.header-cart__item-img img {
    margin-left: -23px;
}

/* ------------- Overlays ------------- */

/* On Sale & Sold Out*/
.on-sale, .sold-out {
    position: relative;
}
.on-sale img, .sold-out img {
    display: block
}
.on-sale:after, .sold-out:after {
    width: 48px;
    height: 23px;
    display: block;
    content: ' ';
    position: absolute;
    top: 0;
    right: 202px;
}

.on-sale-home:after {
    bottom: 203px;
    right: 241px;
}

/* On Sale */
.on-sale:after {
    background: url("../img/on-sale.png") no-repeat;
}
/* Sold out */
.sold-out:after {
    background: url("../img/sold-out.png") no-repeat;
}

/* ------------- Custom ------------- */
.on-sale-name:hover, .on-sale-name, .on-sale-name:visited, .on-sale-name:active {
    color: #000;
}
