﻿html,
body,
h1,
h2,
h3,
h4,
h5,
h6,
.h1,
.h2,
.h3,
.h4,
.h5,
.h6 {
    -webkit-font-smoothing: subpixel-antialiased;
    display: block;
    font-family: 'Oswald', sans-serif, century gothic, arial, sans-serif;
    font-size: 16px;
    font-style: 400;
    font-weight: 400;
    height: 17px;
    line-height: 17px;
    text-decoration: none;
}



/*---------------------------------------------------------------------------------*/
/*  BEGIN Menu Text  BEGIN*/
.menu-text {
    font-size: 16px;
    letter-spacing: 2px;
    text-transform: uppercase;
}

/* END Menu Text END */

.copyright {
    font-size: 8px;
}
/*---------------------------------------------------------------------------------*/
/*  BEGIN  List Product Text   BEGIN*/

.smaller-product-font {
    font-size: 12px;
}

/*  Override for all product test values. what is set here applies for all below.*/
.list-product-text {
    color: #fff;
}

.list-product-band {
    color: #fff;
}


.list-product-title {
    color: #fff;
}

.list-product-type {
    color: #fff;
}

.list-product-price {
    color: #fff;
}

/*  END List Product Text END*/

/*---------------------------------------------------------------------------------*/
/*  BEGIN  Infinite Scroll   BEGIN*/
.scroll-text {
    color: cadetblue;
}
/*  END Infinite Scroll END */

/*---------------------------------------------------------------------------------*/
/*  BEGIN   Related Items    BEGIN  */
.related-items-title-text {
}
/*  END     Related Items     END */

/*---------------------------------------------------------------------------------*/
/*  BEGIN   Show Product Description Text    BEGIN  */
.product-description-text {
    color: #000;
}

    .product-description-text text-left {
        color: #000;
    }

.product-price {
    color: #000;
}
/*  END     Show Product Sescription Text     END */

/*---------------------------------------------------------------------------------*/
/*  BEGIN   Cart    BEGIN  */
.cart-wrapper {
}

    .cart-wrapper .item-quantity {
    }

.cart-item-price {
}

.cart-item-catalog {
    font-weight: bold;
}

.cart-item-title {
}

.summary-row {
}

/*  END     Cart     END */
@media screen and (max-width:767px) {
    .menu-text {
        font-size: 24px !important;
    }

    .smart .navbar-nav a.menu-text {
        font-size: 12px !important;
        letter-spacing: 2px;
    }
}
