﻿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: century gothic, arial, sans-serif;
    font-size: 15px;
	
    font-style: 400;
    font-weight: 200;
    height: 17px;
    line-height: 17px;
    text-decoration: none;
  

}
b, strong {   font-weight: 700; color: #000; }

.glyphicon-shopping-cart:before {
    content: "\e116";
    color: #fff;
}
h2 {
   color: #af2120;
 
   font-size:20px;
}
/*---------------------------------------------------------------------------------*/
/*  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 {
    font-size: 14px;
padding: 2px 2px;
			
	
	
}

.list-product-band {
    font-weight: 600;
    font-family: 'pacifica-w00-condensed,fantasy';
    text-transform: uppercase; padding: 2px 2px;
			
}
     

.list-product-title {
	
	 color:#fff;
	 padding: 2px 2px;
			
}

.list-product-type {
	 color:#fff;

	 font-weight:400; padding: 2px 2px;
			
}

.list-product-price {
    color:#fff;
    font-weight:400; padding: 2px 2px;
			
	
}

/*  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 {
	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;
    }

}