/*
 * Custom code goes here.
 * A template should always ship with an empty custom.css
 */

#loyalty_cart b, #loyalty_product b {
	color: #FFD029;
}

#loyalty_cart span.material-icons, #loyalty_product span.material-icons {
	color: #FFD029;
}

.ets_abancart_popup_overload .ets_abancart_title {
    background: #FFD029 none repeat scroll 0 0;
    color: #222;
}

td.ets_abancart_total_item,
.p_price .price{
    color: #FFD029;
}

a.ets_abancart_no_thanks:hover {
    color: #FFD029!important;
}

a.ets_abancart_checkout:not(.btn) {
    background: #FFD029;
    color: #222;
}

a.ets_abancart_checkout:not(.btn):hover{
    background: #FFD029;
}

button.ets_abancart_add_discount {
    background: #FFD029;
    color: #222;
}

button.ets_abancart_add_discount:hover{
    background: #FFD029;
}

.sp_listing_tab_1 .box-html {
    padding-left: 10px;
    padding-right: 10px;
}

.btn-primary:hover {
	color: #fff;
	background-color: #FAC68D;
	border-color: transparent;
}

.display-category-img {
    margin-top: 10px;
    margin-bottom: 10px;
}

.display-category-img img {
    margin: auto;
}

.special-offer-countdown {
    width: 100%;
    padding-left: 10px;
    padding-right: 10px;
    padding-top: 10px;
    padding-bottom: 10px;
    text-align: center;
    font-size: 1.4rem;
    color: #FFF;
    background-color: #A72B48;
}

.special-offer-countdown span{
    font-size: 1.8rem;
    font-weight: bold;
    display: block;
    margin: auto;
    margin-top: 10px;
    color: #F9E149;
}

@media (min-width:768px) and (max-width:991px) {
    .special-offer-countdown {
        font-size: 1.2rem;
    }
    .special-offer-countdown span{
        font-size: 1.4rem;
    }
}

@media (max-width: 767px) {
    .special-offer-countdown {
        font-size: 1rem;
    }
    .special-offer-countdown span{
        font-size: 1.2rem;
    }
}