@import url('https://fonts.googleapis.com/css?family=Space+Mono&subset=latin-ext,vietnamese');
body,h1,h2,h3,h4,h5,h6,a,p,span,strong,b
{
font-family: 'Space Mono', monospace;
}
.price .price-new {
    color: white;
}
.product-block .name a {
    font-weight: bold;
    color: white;
    font-size: 35px;
}
.product-grid .product-block .name a,
.sidebar .bestseller .products-block .product-block .name a
{
color:black;
font-size:15px;
}
@media (min-width:991px)
{
#carousel0
{
padding:50px 0;
}
#carousel0 .owl-item .item img
{
margin:0 auto !important;
}
}
.tab-heading-carousel .nav-tabs>li
{
float:none;
}
.tab-heading-carousel .nav-tabs>li a
{
    color: #1f252b;
    padding: 0 10px;
    text-transform: uppercase;
    font-weight: 700;
    letter-spacing: 1px;
    position: relative;
    font-size: 17px;
    }