@import url(https://fonts.googleapis.com/css?family=Hanuman);

/* Commont */

html *,
.category-menu-wrapper .category-menu-dropdown,
.search-box .search-box-button .search-box-btn,
.product-card .product-content .product-name,
.slide .caption,
.btn,
.product-card .product-content .product-name,
.product-price {
    font-family: 'Hanuman'
}


/* Badge */

.header-column-right .icon-wrap>.count,
.header-column-right .icon-wrap>.count {
    background: #ffae36
}


/* Product Item */


/*.coming-soon {
    background: purple !important
}

.best-selling {
    background: green !important
}*/

.product-badge .badge.badge-primary {
    background: red !important
}

.detail-badge {
    padding: 4px;
    font-size: 0.7em;
    color: white;
    background: red;
}


/* App Store */

.app-store li img {
    width: 112px;
}

.desktop-store img {
    width: 164px;
}

.img-qr {
    width: 128px;
}

.bl-footer-title {
    margin-bottom: 8px;
}

.social-links li {
    margin-left: 10px;
}


/* Checkout */

.order-summary {
    border: 1px solid orange;
}