/* Pink = #FE0060 */
/* Lightgreen = #B4D11D */
.sale{ color: #FE0060; border: 1px solid #FE0060; }
.header .logo { margin-left: 5px; margin-top: 1px; }
.header .quick-access .header-cart .cart-mask{
	background: url('../images/hart_ster.png') no-repeat 16px 22px; 
}
.header .header-block { position: absolute; text-align: center; top: 54px; left: 196px; width: 430px; height: 100px; overflow: hidden;}
.header .header-block h3 { margin: 0px; display: inline-block; font-size: 14px; }
.header .header-block p { line-height: 16px; color: #9E9E9E; }

.current a.button { color: #99A84B; }

.header .quick-access .header-cart .cart-mask { background-color: #B4D11D !important; }

a.button.color-1, button.button.color-1 { background: url("../images/button_bg_green.png") repeat-x scroll -1px center rgba(0, 0, 0, 0); border-color: #64750B; }
.add-to-cart a.button.color-1, a.add-to-cart button.button.color-1 { text-indent: -2000em; background-image: url("../images/button_bg_green_cart.png"); }


.shop-by-look li{ position: relative; width: 460px !important; padding: 0px !important; margin: 0 0 20px 0;}
.shop-by-look li.last { margin-left: 20px !important; }
.shop-by-look li a{  width: 460px !important; height: 305px !important; margin: 0 !important; }
.shop-by-look li a div.text{ background-color:rgba(0,0,0,0.6); position: absolute; bottom: 10px; left: 46px; width: 338px; padding: 12px; color: #fff; text-align: center;  }
.shop-by-look li:hover { border: none !important; }
.shop-by-look li a div.text h3 { font-size: 14px; }


.shop-by-look-page .category-info-wrapper{ border: none; float: left; width: 300px; padding: 0;}
.shop-by-look-page .category-info-wrapper{} 

.shop-by-look-page .category-products{ float: left; width: 640px; }
.shop-by-look-page{ clear: both; }


.shop-by-look-page .category-image img { max-width: 300px !important; }
.shop-by-look-page .category-image { width: 300px !important; height: auto !important; overflow: visible !important; float: none !important}
.shop-by-look-page .category-description { padding: 0; width: auto !important; background: #1c1c1c; color: #fff; margin: 16px 0 0 0; padding: 10px; }

.shop-by-look-page .shop-by-look-products{ }
.shop-by-look-page .shop-by-look-products li.item{ border-bottom: none; border-top: 1px dashed #DDDDDD;  padding: 20px 0 0 0; margin: 0 0 20px 20px; clear: both;  min-height: 190px; }
.shop-by-look-page .shop-by-look-products li.item .look-item-image .product-image{ width: auto; height: auto; }
.shop-by-look-page .shop-by-look-products li.item .look-item-image{ float: left; width: 120px; margin: 0 20px 0 0; }
.shop-by-look-page .shop-by-look-products li.item .look-item-info{ float: left; width: 250px; margin-top: -6px; }
.shop-by-look-page .shop-by-look-products li.item .look-item-price{ }
.shop-by-look-page .shop-by-look-products li.item .look-item-actions{ float: left; width: 210px; margin: 0 0 0 20px; font-size: 13px; }
.shop-by-look-page .shop-by-look-products li.item .look-item-actions dl{ margin: 0 0 10px 0; }
.shop-by-look-page .shop-by-look-products li.item .look-item-actions .button { background: url('../images/add-to-cart-shop-to-look.png'); text-indent: -2000em; background-position: 0px 0px; line-height: 27px;}

.shop-by-look-page .shop-by-look-products li.item button.button{ width: 100%; }
.shop-by-look-page .shop-by-look-products li.item .product-name a{ font-size: 13px; font-weight: bold; }
.shop-by-look-page .shop-by-look-products{ }

/* Shadows */

.shop-by-look li a div.text{ 
	-webkit-box-shadow: 2px 2px 8px 0px rgba(0, 0, 0, 0.35);
	-moz-box-shadow:    2px 2px 8px 0px rgba(0, 0, 0, 0.35);
	box-shadow:         2px 2px 8px 0px rgba(0, 0, 0, 0.35);
}

.shop-by-look li,
.shop-by-look-page .category-description,
.shop-by-look-page .category-image img
{
	-webkit-box-shadow: 2px 2px 3px 0px rgba(0, 0, 0, 0.35);
	-moz-box-shadow:    2px 2px 3px 0px rgba(0, 0, 0, 0.35);
	box-shadow:         2px 2px 3px 0px rgba(0, 0, 0, 0.35);
}


