@media only screen and (min-width: 480px) {
    .product-item .item-inner .item-info .item-title {
        height: 84px;
    }
}

.header-topbar{
    width:100%;
    padding:10px;
    text-align: center;
    background-color: #f1c400;
    color:white
}

#search .input-group {
    border-color: #f1c400;
}

.product-view-area .product-details-area .price {
    color: #0075bc;
}

.dec.qtybutton, .inc.qtybutton {
    background-color: #f1c400;
}

.product-view-area .availability.in-stock.pull-right span:nth-child(2) {
    color: #f1c400 !important;
}

.availability.in-stock span {
    background-color: #83c8ef;
}

.share-btn {
    color: #83c8ef;
}

.socials-box a {
    color: #1e428a;
}

footer, .footer-coppyright {
    background-color: #1c6db7;
}

    footer .footer-links ul li a, .footer-description {
        color: white;
    }

    footer .container .row .col-sm-6.col-md-3.col-xs-12 div:nth-child(5) {
        display:none;
    }

.productPrice {
    color: #0075bc !important;
}

.divbestprice {
    z-index: 1;
    position: relative;
}

footer .footer-links ul li a:hover {
    color: #999;
}
