﻿html,
body,
h1,
h2,
h3,
h4,
h5,
h6,
.h1,
.h2,
.h3,
.h4,
.h5,
.h6 {
    -webkit-font-smoothing: subpixel-antialiased;
    color: rgb(11, 11, 11);
    display: block;
    font-family: 'lato', sans-serif, arial, sans-serif;
    font-size: 16px;
    font-style: 400;
    font-weight: 400;
    height: 17px;
    line-height: 17px;
    text-decoration: none;
  

}
b, strong {   font-weight: 700; color: #000; }
/*---------------------------------------------------------------------------------*/
/*  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:  #000;
}

.list-product-band {
    color:  #000;
}
     

.list-product-title { color:  #000;
}

.list-product-type {
	 color:  #000;
	
}

.list-product-price {
    color:  #000;
	
}

/*  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{

}
/*  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{
    }

