.clear {
    clear: both;
}

.products_block h3.widget-title, #upsells h2, #related h2, .cross-sells h2 {
	background:url("images/title_icon.png") no-repeat scroll 8px center transparent;   
    color: #000;
    font-size: 15px;
	font-family:'Cousine',Arial,Verdana;
    text-transform: capitalize;
    padding: 5px 10px 5px 30px;
    margin: 10px 0 0;
}

.home #brand.products_block,
.home .homepage_blog {
    background: #FFF;
    margin: 10px 0;
    position: relative;
    
}

.nobr {
    white-space: nowrap;
}

.products_block {
    position: relative;
    clear: both;
	float:left;
	width:100%;
}

.products ul, 
ul.products {
    clear: both;
    float: left;
    margin: 0 0 14px;
    padding: 0;
    width: 100%;
}

.porduct_thumbs.products_block ul.products li {
}
#recent .product-block .price 
{
	background:#444;
	padding:5px 10px; 
	float:none;
	text-align:center;
	
}
.cart_block .add_to_cart {
    margin-bottom: 10px;
}
#recent .cart_block
{
	width:100%;
	text-align:center;
	transition:bottom 1.2s ease-out 0s;
	position:absolute;
	bottom:50px;
	visibility:hidden;
	opcaity:0;
	
}
#recent #recent-carousel li:hover .cart_block{ bottom:110px;opcaity:1; visibility:visible;}
#recent .product-block .price del {color:#fff; float:none;}
#recent .product-block .price ins {float:none;} 
#recent .product-block a.added_to_cart 
{
	float: none;
    top: 12px;
    height: 30px;
    background: url("images/view-cart.png") no-repeat scroll center center #444;
	margin-right:0;
}
#recent .product-block a.button {
	background: url("images/Cart.png") no-repeat scroll 6px 7px #444;
    float: none;
    height: 28px;
    padding: 0;
    text-indent: -9999px;
    width: 30px;
	display:inline-block;
 }
#recent .product-block a.button:focus,  #recent .product-block a.button:hover
{
	background: url("images/Cart.png") no-repeat scroll 6px 7px #EF4135;
	border:none;
}

.homepage .products_block ul.products li .product-block a.compare, #upsells .product-block a.compare, #related  .product-block a.compare, #crosssells .product-block a.compare{display:none;}
.products_block ul.grid li .product-block a.compare {display:none;}

ul.products.list li.product .gridlist-buttonwrap {width:auto !important; float:left !important; margin-right:10px;}
ul.products.list li.product a.compare
{
	background:url("images/sprite.png")no-repeat scroll -5px -450px transparent;
	padding:0 0 0 27px;
	margin:5px 0 0; 
	float:left;
}
ul.products.list li.product a.compare:hover
{
	background:url("images/sprite.png")no-repeat scroll -220px -450px transparent;
}
.products_block ul.products li .product-inner {
    overflow: hidden;
    padding: 10px;
    position: relative;
	text-align:center;
}
.products_block .first_item_tm .product-block { margin-left:0 !important;}
.products_block .last_item_tm .product-block { margin-right:2px !important;}

.products_block ul.products li .product-block {
    border: 1px solid #EEEEEE;
    margin: 10px 8px;
    position: relative;
    font-family:'Open Sans', Arial,Helvetica,sans-serif;
    font-size: 13px;
    background: none repeat scroll 0 0 #FFFFFF;
	padding:0px;
	clear:both;
	overflow:hidden;
}
.products_block ul.products li .product-block:hover {background:#EDEDED;}
.products_block ul.products li .product-block:hover .image-block {box-shadow:none;}
.products_block ul.products li .product-block:hover h3 {color:#EF4135;}
.products_block ul.products li .product-block:hover a.button { background:#222;}
.products ul, ul.products, .products li {
    list-style: none outside none !important;
}

#brand.products_block ul.products li {
    background: none;
}
#brand.products_block .first_item_tm .product-block { margin-left:8px !important;}
#brand.products_block .last_item_tm .product-block { margin-right:8px !important;}
#brand.products_block ul.products li .product-block {
    border: 1px solid #EEEEEE;
    background: none;
    margin: 8px;
	padding:0;
}

#brand.products_block ul.products li .product-block .image-block {
    margin: 0;
	border: medium none;
    box-shadow: none;
}

.products li.first {
    margin-left: 0;
}

.products li {
    float: left;
    margin: 0;
    padding: 0;
    position: relative;
    text-align: center;
    width: 242px;
}

.products li a {
    font-weight: normal;
    text-decoration: none;
    text-transform: capitalize;
}
ul.products.list li.product div[itemprop="description"], .entry-summary div[itemprop="description"] {text-align:justify;}
.products li a.button {
    text-transform: capitalize;
	margin-top:0px;
}

.products li a img {
    border: medium none;
    height: auto;
    margin: 0 auto;
}

ul.products.list li.product img
{
	background: none repeat scroll 0 0 #FFFFFF;
    border: 1px solid #E9E9E9;
    box-shadow: 0 0 15px #DDDDDD inset;
	-webkit-box-shadow: 0 0 15px #DDDDDD inset;
	-moz-box-shadow: 0 0 15px #DDDDDD inset;
	-o-box-shadow: 0 0 15px #DDDDDD inset;
}
ul.products li.product img {
    max-width: 100%;
    height: auto;
}

.woocommerce a.added_to_cart {
    background:url("images/view-cart.png") no-repeat scroll center center #888;
    border: none;
    padding: 0;
    color: #717171 !important;
	display: inline-block;
    margin-right: 7px;
	position:relative;
	float:right;
	height:28px;
	width:28px;
}
.tooltips-text {
    background: none repeat scroll 0 0 #222;
    color: #FFFFFF;
    padding: 2px 0;
    position: absolute;
    top: -32px;
    width: 80px;
	display:none;
	transition-duration:300ms;
	left:-28px;
}
.tooltips-text:after{
	border-left: 8px solid rgba(0, 0, 0, 0);
    border-right: 8px solid rgba(0, 0, 0, 0);
    border-top: 8px solid #222;
    content: "";
    height: 0;
    left: 50%;
    margin-left: -8px;
    position: absolute;
    top: 100%;
    width: 0;
}
.woocommerce a.added_to_cart:hover .tooltips-text {display:block;} 

.woocommerce a.added_to_cart:hover {
    background: url("images/view-cart.png") no-repeat scroll center center #000;
    border: none;
    padding: 0;
    color: #000000 !important;
    display: inline-block;
}

.imageBoxouter, 
.woocommerce-main-image {
    background: none repeat scroll 0 0 #FFFFFF;
    border: 1px solid #DDDDDD;
    display: block;
    height: auto;
    margin: 0px;
    padding: 0px;
    transition: all 0.2s ease-in-out 0s;
}
.yith_magnifier_zoom_wrap { z-index:9 !important;}
.yith_magnifier_zoom_magnifier { 
	/*left:320px !important;*/
	background:#fff;
	z-index:9999;
	border:3px solid #ddd !important;
}
.single-product.woocommerce .thumbnails #slider-next, .single-product.woocommerce .thumbnails #slider-prev {height:20px !important; width:20px !important;}
.single-product.woocommerce .thumbnails #slider-next {
	background:url("images/sprite.png")no-repeat scroll -233px -295px transparent !important;
	right:-10px !important;
	
}
.single-product.woocommerce .thumbnails #slider-next:hover 
{
	background:url("images/sprite.png")no-repeat scroll -233px -265px transparent !important;
}
.single-product.woocommerce .thumbnails #slider-prev {
	background:url("images/sprite.png")no-repeat scroll -203px -293px transparent !important;
	left:-10px !important;
}
.single-product.woocommerce .thumbnails #slider-prev:hover {
	background:url("images/sprite.png")no-repeat scroll -203px -263px transparent !important;
}
#imageBox {
    overflow: hidden;
    padding: 0;
    display: block;
    text-align: center;
}

div.product {
    position: relative;
}

div.product div.images {
    margin-right: 2%;
    float: left;
    width: 40%;
    margin-bottom: 2em;
}

.porduct_thumbs, .thumbnails {
    clear: both;
    display: inline-block;
    margin: 10px 10px 0;
    width: 95%;
}

.porduct_thumbs #porduct_thumbs .single-thumb,
.thumbnails .single-thumb {
    float: left;
    list-style: none outside none;
    text-align: center;
}

.products .single-thumb a img {
    border: 1px solid #D1D1CF;
    border-radius: 5px;
}

div.product div.summary {
    float: right;
    width: 57%;
    margin-bottom: 2em;
}

#imageBox img.wp-post-image {
}

ul.products li.product h3 {
    clear: both;
    display: inline-block;
    margin-top: 10px;
    margin-bottom: 10px;
    width: 100%;
    padding: 0;
	text-transform: capitalize;
	font-family:'Open Sans',Arial,Verdana;
	font-size:13px;
	text-align:left;
	color:#888888;
}

ul.products li.product h3:hover {
    color: #5C483C;
}

.products .product_title {
    clear: both;
    display: inline-block;
    margin-top: 10px;
    width: 100%;
	text-transform: capitalize;
}

.single .summary .product_title {
    background:url("images/title_icon.png") no-repeat scroll 2px center transparent;
	border-bottom: 1px solid #E5E5E5;
    clear: none;
    font-size: 15px;
    margin-top: 0;
    padding: 8px 0 8px 25px;
    text-transform: capitalize;
    width: 100%;
}

.products .product_title a {
    font-size: 14px;
}

.products .product_stock {
    color: #5C483C;
    margin: 5px 0;
}

.products li strong {
    color: #555555;
    display: none;
}

ul.list li a .onsale
{
	left:20px; right:auto!important; top:20px;
}
.products li .onsale,
.onsale {
    background-color: #EEEEEE;
    color: #000000;
    display: block;
    font-size: 12px;
    left: 18px;
    padding: 2px 5px;
    position: absolute;
    text-align: right;
    text-transform: capitalize;
    top: 205px;
	box-shadow: 1px 1px 2px rgba(50, 50, 50, 0.3);
	-webkit-box-shadow: 1px 1px 2px rgba(50, 50, 50, 0.3);
	-moz-box-shadow: 1px 1px 2px rgba(50, 50, 50, 0.3);
	-o-box-shadow: 1px 1px 2px rgba(50, 50, 50, 0.3);
    z-index: 99;
}



.single .sale .onsale {
display:none;
}

.products li .price {
    margin: 0px 0 0px;
    float:left;
}

.widget li ins {color: #EF4135; clear:both;} 
.products li .price,
.products li .price ins,
.js_widget_product_price {
    color: #EF4135;
	float:left;
	clear:both;
}

.products li .price del,
.widget li del {
    color: #777777;
    font-size: 14px;
	float:left;
}

.sidebar-inner .widget ul del, .widget-area .widget ul del {
    display: none;
}
.home-page-banner {clear: both; margin:0 0 5px;}
.woocommerce ul.cart_list li a,
.woocommerce-page ul.cart_list li a,
.woocommerce ul.product_list_widget li a,
.woocommerce-page ul.product_list_widget li a {
    display: block;
}

.woocommerce .sidebar-inner .widget ul span,
.woocommerce-page .sidebar-inner .widget ul span {
    float: left;
    width: auto;
}

.sidebar-inner .widget ul .price_label {
    clear: both;
    text-align: left;
}

.woocommerce .sidebar-inner .widget ul .price_label span,
.woocommerce-page .sidebar-inner .widget ul .price_label span {
    float: none;
    width: auto;
}

.woocommerce .widget ul.product_list_widget li a,
.woocommerce-page .widget ul.product_list_widget li a,
.woocommerce .widget ul.cart_list li a
.woocommerce-page .widget ul.cart_list li a {
    margin-bottom: 2px;
    text-align: left;
	text-transform: capitalize;
}

.products .price .amount {
    font-size: 14px;
    line-height:16px;
}

div.product p.price,
.summary .price .amount,
.summary .price ins {
    font-size: 20px;
	margin:10px 0;
}

.products li .price del .amount {
    font-size: 14px;
    font-weight: normal;
}

.summary .price del .amount,
.jigoshop .summary .price del {
    font-size: 14px;
    color: #AAAAAA;
}

.price .from {
    font-size: 10px;
    line-height: 10px;
    margin: -2px 0 0 0;
    display: block;
    color: #aaa;
    padding-bottom: 3px;
}

div.product p.stock {
    font-size: .92em;
    float: left;
    padding: 2px 0 0 0;
}

.stock {
    color: green;
}

.out-of-stock {
    color: red;
}

/* Start Social */

div.product div.social {
    text-align: right;
    margin: 0 0 1em;
}

div.product div.social span {
    margin: 0 0 0 2px;
}

div.product div.social span span {
    margin: 0;
}

div.product div.social span .stButton .chicklets {
    padding-left: 16px;
    width: 0;
}

div.product div.social iframe {
    float: left;
    margin-top: 3px;
}

p.cart {
    float: right;
}

form.cart {
    margin-bottom: 24px;
    float: right;
    width: 100%;
    clear: both;
}

form.cart div.quantity {
    float: left;
    margin: 3px 4px 0 0;
}

.woocommerce form.cart div.quantity, .woocommerce-page form.cart div.quantity {
    margin: 3px 4px 0 0;
}

form.cart table {
    font-size: 12px;
    border-width: 0 0 1px 0!important;
	border:none;
}

form.variations_form table td {padding:7px 4px 7px 0 !important; border:none;}
form.cart table td {
    padding: 7px 4px 7px 0!important;
}

form.cart table div.quantity {
    float: none;
    margin: 0;
    width: 72px;
}

form.cart table small.stock {
    display: block;
    float: none;
}

form.cart .variations label {
}

form.cart .variations select {
    width: 100%;
    float: left;
}

form.cart .button {
    vertical-align: middle;
    float: left;
    margin: 2px 0!important;
}

.summary form.cart .button {
    float: none;
}

.product_meta .posted_in {
    display: inline-block;
    margin-bottom: 10px;
}

.product_meta .tagged_as {
    display: inline-block;
    margin-bottom: 10px;
}
.yith-wcwl-add-to-wishlist {clear:both;}
.yith-wcwl-add-to-wishlist a {
	background: url("images/sprite.png") no-repeat scroll -5px -412px transparent;
    float: left;
    padding: 0 0 0 27px;
	margin-right:4px;
}
.yith-wcwl-add-to-wishlist a:hover { background: url("images/sprite.png") no-repeat scroll -220px -412px transparent;}
.yith-wcwl-add-to-wishlist a.compare
{
	background: url("images/sprite.png") no-repeat scroll -5px -450px transparent;
    float: left;
    padding: 0 0 0 27px;
}
.yith-wcwl-add-to-wishlist a.compare:hover{ background: url("images/sprite.png") no-repeat scroll -220px -450px transparent;}
/* End Social */
ul.products.list li .image-block { box-shadow:none;border:none;}
.products_block ul.products.list li .product-block:hover .image-block img {box-shadow:none;}
.product-block .image-block {
	background:#fff; 
    cursor: pointer;
    margin: 0;
    position: relative;
    text-align: center;
	 border: 1px solid #E9E9E9;
    box-shadow: 0 0 15px #DDDDDD inset;
	-webkit-box-shadow: 0 0 15px #DDDDDD inset;
	-moz-box-shadow: 0 0 15px #DDDDDD inset;
	-o-box-shadow: 0 0 15px #DDDDDD inset;
}

.product-carousel {
    display: none;
    position: relative;
    width: 100%;
    -ms-touch-action: pan-y;
    margin: 0;
}

.product-carousel .slider-wrapper {
    display: none;
    position: relative;
    -webkit-transform: translate3d(0px, 0px, 0px);
    -webkit-perspective: 1000;
}

.product-carousel .slider-wrapper-outer {
    overflow: hidden;
    position: relative;
    width: 100%;
}

.product-carousel .slider-wrapper-outer.autoHeight {
    -webkit-transition: height 500ms ease-in-out;
    -moz-transition: height 500ms ease-in-out;
    -ms-transition: height 500ms ease-in-out;
    -o-transition: height 500ms ease-in-out;
    transition: height 500ms ease-in-out;
}

.product-carousel .slider-item {
    float: left;
}

.slider-controls .slider-page,
.slider-controls .slider-buttons div {
    cursor: pointer;
}

.slider-controls {
    -webkit-user-select: none;
    -khtml-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    -webkit-tap-highlight-color: transparent;
}

.customNavigation a {
    display: block;
    float: right;
    height: 60px;
    position: absolute;
    top: 45%;
    width: 36px;
    cursor: pointer;
    z-index: 95;
}

.customNavigation a.prev {
    background: url("images/sprite.png") no-repeat scroll -10px -580px transparent;
    left: -10px;
    right: auto;
}

.customNavigation a.prev:hover {
    background-position: -10px -517px;
}

.customNavigation a.next {
    background: url("images/sprite.png") no-repeat scroll -50px -580px  transparent;
    left: auto;
    right: -10px;
}

.customNavigation a.next:hover {
    background-position: -50px -517px;
}



.brand-logo.products.block_content {
    width: 95%;
    margin: 0 auto;
    overflow: hidden;
}

.home-logo-slider {
    padding: 0;
}

.home-logo-slider ul#brand-carousel {
    margin: 0 auto;
}

.brand-logo li {
    list-style: none;
    text-align: center;
    float: left;
}

#brand .customNavigation a.next {
    background: url("images/sprite.png") no-repeat scroll -48px -182px #DDDDDD;
    right: 0px;
    left: auto;
    width: 25px;
    height: 79px;
    top: 8%;
    z-index: 95;
}

#brand .customNavigation a.next:hover {
    background-position: -48px -182px;
	background-color:#222;
}

#brand .customNavigation a.prev {
    background: url("images/sprite.png") no-repeat scroll -1px -182px #DDDDDD;
    left: 0px;
    right: auto;
    width: 25px;
    height: 79px;
    top: 8%;
    z-index: 95;
}

#brand .customNavigation a.prev {
    top: 8%;
}

#brand .customNavigation a.prev:hover {
    background-position: -1px -182px;
	background-color:#222;
}

/************************start Related-carousel *************************/
#related .customNavigation a,
#upsells .customNavigation a, #crosssells .customNavigation a {
    top: 10px;
    height: 24px;
    width: 24px;
    cursor: pointer;
}

#related .customNavigation a.next,
#upsells .customNavigation a.next, #crosssells .customNavigation a.next{
    background: url("images/sprite.png") no-repeat scroll -231px 0 #fff;
    right: 0;
}

#related .customNavigation a.next:hover,
#upsells .customNavigation a.next:hover, #crosssells .customNavigation a.next:hover {
    background-position: -231px -25px;
    text-decoration: none;
}

#related .customNavigation a.prev,
#upsells .customNavigation a.prev, #crosssells .customNavigation a.prev {
    background: url("images/sprite.png") no-repeat scroll -206px 0 #fff;
    left: auto;
    right: 30px;
}

#related .customNavigation a.prev:hover,
#upsells .customNavigation a.prev:hover, #crosssells .customNavigation a.prev:hover {
    background-position: -206px -25px;
    text-decoration: none;
}
/************************end Related-carousel *************************/

/**********************start thumbnails-carousel****************************/
#thumblist-carousel {
    width: 90%;
    margin: 0 auto;
    float: none;
}

#thumblist li {
    background: none;
}

#thumblist .customNavigation a {
    height: 15px;
    width: 10px;
    cursor: pointer;
    top: 44%;
}

#thumblist .customNavigation a.next {
    background: url("images/sprite.png") no-repeat scroll -37px -475px transparent;
    right: 0;
}

#thumblist .customNavigation a.next:hover {
    background-position: -26px -475px;
    text-decoration: none;
}

#thumblist .customNavigation a.prev {
    background: url("images/sprite.png") no-repeat scroll -3px -475px transparent;
    left: -2px;
}

#thumblist .customNavigation a.prev:hover {
    background-position: -15px -475px;
    text-decoration: none !important;
}

#thumblist-carousel li img, #thumblist-grid li img {
    max-width: 100%;
} 
/************************end thumbnails-carousel *************************/

.grid_default_width {
    width: 242px;
}

.brand_default_width {
    width: 160px;
}

.recent_default_width {
    width: 242px;
}

.featured_default_width {
    width: 242px;
}

.upsells_default_width {
    width: 242px;
}

.shop_default_width {
    width: 242px;
}

.related_default_width {
    width: 242px;
}

.crosssells_default_width {
    width: 242px;
}

.thumblist_default_width {
    width: 80px;
}

.tm-hide {
    opacity: 0;
    filter: alpha(opacity=0);
    cursor: pointer;
}

.tm-checkbox {
    background: transparent url('../../img/sprite.png') -2px -330px no-repeat;
    display: inline-block;
    width: 17px;
    height: 17px;
    cursor: pointer;
}

.tm-radio {
    background: transparent url('../../img/sprite.png') -2px -295px no-repeat;
    display: inline-block;
    padding: 0 2px;
    cursor: pointer;
}

.tm-checked {
    background-position: -75px -331px;
    cursor: pointer;
}

.tm-selected {
    background-position: -75px -295px;
    cursor: pointer;
}

/*#order .delivery_option .tm-radio, #order-opc .delivery_option .tm-radio { background-position:-9px -417px; }
#order .delivery_option .tm-selected, #order-opc .delivery_option .tm-selected { background-position:-342px -418px; }*/

.tm-checkbox-green {
    background: transparent url('../../img/megnor/checkbox-green.png') 0 1px no-repeat;
    display: inline-block;
}

.ie7 .tm-checkbox-green,.ie8 .tm-checkbox-green,.ie9 .tm-checkbox-green	,
.ie7 .tm-checkbox, .ie8 .tm-checkbox,.ie9 .tm-checkbox,
.ie7 .tm-radio,.ie8 .tm-radio,.ie9 .tm-radio {
    display: inline;
    zoom: 1;
}

.tm-checked-green {
    background-position: 0 -18px;
}

.ie7 .tm-checkbox, .ie8 .tm-checkbox,.ie9 .tm-checkbox,
.ie7 .tm-radio,.ie8 .tm-radio,.ie9 .tm-radio {
    height: 18px;
    float: left;
}
 
/* Custom Select*/
select.hasCustomSelect {
    z-index: 999;
    cursor: pointer;
    display: inline-block !important;
}

span.customSelect, span #calc_shipping_state, p #calc_shipping_country {
    background-color: #FFF;
    border: 1px solid #CCCCCC;
    color: #777777;
    padding: 4px;
    text-align: left;
    text-decoration: none;
    white-space: nowrap;
}

.chzn-container {
    display: none !important;
    opacity: 0 !important;
}

#customer_details span.country_select.country_select {
    width: 100%;
}

.jigoshop-checkout #billing-country {
    margin-bottom: 35px;
}

.shipping_calculator .customSelect.country_to_state {
    margin-bottom: 0;
}

span.customSelect.changed {
    background-color: #f0dea4;
}

.customSelectOpen {
    -moz-box-shadow: #bbb 0 0 3px;
    -webkit-box-shadow: #bbb 0 0 3px;
    box-shadow: #bbb 0 0 3px;
}

.customSelectInner {
    background: url('images/down_arrow.png') no-repeat center right;
}

.customSelectOpen .customSelectInner {
    background: url('images/Up_arrow.png') no-repeat center right;
}

.table-responsive {
    display: none;
    visibility: hidden;
}

.tm_responsive_container,
.tm_responsive_container_footer {
    width: auto;
    overflow: hidden;
}

.tm_responsive_group {
    float: left;
    margin: 15px;
    padding: 15px;
    border: 1px solid #ededed;
    color: #000;
    background: #FBFBFB;
}

.tm_responsive_row label {
    width: 100px;
    display: block;
    float: left;
    font-weight: bold;
}

.tm_responsive_row span {
    width: 250px;
    display: block;
    float: left;
}

.tm_responsive_row {
    overflow: hidden;
    border-bottom: 1px solid #EEEEEE;
    padding: 10px 0;
}

#layered_block_left .ui-widget-content {
    border: 1px solid #ddd;
}

#layered_block_left .ui-slider-horizontal {
    height: 8px;
}

#layered_block_left .ui-slider-horizontal .ui-slider-handle {
    margin-left: -6px;
    top: -6px;
}

#layered_block_left .ui-slider .ui-slider-handle {
    height: 18px;
    width: 7px;
    border: 1px solid #aaa;
}

#layered_block_left .ui-slider-horizontal .ui-slider-range {
    background: #eee;
}

div.quantity {
    min-width: 80px;
}

form.cart {
    clear: both;
    float: right;
    margin-bottom: 24px;
    width: 100%;
}

form.cart div.quantity {
    float: left;
}

.quantity input.plus {
}

.quantity input.minus {
}

.quantity input.plus, 
.quantity input.minus {
    border: 0 none;
    cursor: pointer;
    height: 30px;
    line-height: 1em;
    margin-top: -3px;
    padding: 0;
    vertical-align: middle;
    width: 20px;
}

.quantity input.plus, 
.quantity input.minus {
    background: none repeat scroll 0 0 #CCCCCC;
    color: #FFFFFF;
	float:left;
}

input.qty {
    border-radius: 0;
    border-radius: 0;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
}

.quantity input.qty {
    border: 1px solid #CCCCCC;
    padding: 0;
    text-align: center;
    width: 30px;
    height: 30px;
    display: inline;
    margin-top: -3px;
	float:left;
}

/* TAbs */
ul.tabs {
    background: none repeat scroll 0 0 transparent;
    border-radius: 0;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    margin-bottom: -1px;
    padding: 0;
    border-bottom: medium none;
    list-style: none outside none;
    overflow: hidden;
    clear: both;
}

.tabs .panel,
#tabs .panel,
.woocommerce-tabs .panel {
    float: left;
    padding: 10px;
    width: 100%;
	border:1px solid #ddd;
}

ul.tabs a {
    background: none repeat scroll 0 0 #F4F4F4;
    color: #555555;
    font-family: 'Open Sans', Arial, Helvetica, sans-serif;
    font-size: 14px;
    padding: 8px 10px;
    text-decoration: none;
}

ul.tabs li.active a, ul.tabs li:hover a {
    background: #000;
    color: #fff;
}

ul.tabs li a {
    background: none repeat scroll 0 0 #E5E5E5;
    color: #6B6B6B;
    filter: none;
    display: inline-block;
}
.typography-page ul.tabs li a:hover {background:#ddd; color:#3C3C3C;} 
ul.tabs li {
    float: left;
    margin-right: 4px;
}
/* Tabs */


/* Start Messages */
@font-face {
    font-family:'star';src:url('../fonts/star.eot');src:url('../fonts/star.eot?#iefix') format('embedded-opentype'), url('../fonts/star.woff') format('woff'), url('../fonts/star.ttf') format('truetype'), url('../fonts/star.svg#star') format('svg');font-weight:normal;font-style:normal;
}

.woocommerce-message,
.woocommerce-error,
.woocommerce-info,
.jigoshop_message,
.jigoshop_error,
.jigoshop .info {
    padding: 1em 1em 1em 3.5em;
    margin: 0 0 2em;
    position: relative;
    background: #FBFBFB;
    color: #5e5e5e;
    list-style: none outside;
    width: auto;
    -webkit-box-shadow: inset 0 -2px 6px rgba(0,0,0,0.05), inset 0 -2px 30px rgba(0,0,0,0.015), inset 0 1px 0 #fff, 0 1px 2px rgba(0,0,0,0.3);
    box-shadow: inset 0 -2px 6px rgba(0,0,0,0.05), inset 0 -2px 30px rgba(0,0,0,0.015), inset 0 1px 0 #fff, 0 1px 2px rgba(0,0,0,0.3);
}

.woocommerce-message:after,
.woocommerce-error:after,
.woocommerce-info:after,
.jigoshop_message:after,
.jigoshop_error:after,
.jigoshop .info:after {
    content: "";
    display: block;
    clear: both;
}

.woocommerce-message:before,
.woocommerce-error:before,
.woocommerce-info:before,
.jigoshop_message:before,
.jigoshop_error:before,
.jigoshop .info:before {
    content: "";
    height: 1.5em;
    width: 1.5em;
    display: block;
    position: absolute;
    top: 0;
    left: 1em;
    font-family: sans-serif;
    font-size: 1em;
    line-height: 1.5;
    text-align: center;
    color: #fff;
    text-shadow: 0 1px 0 rgba(0,0,0,0.2);
    padding-top: 1em;
    box-shadow: inset 0 -1px 0 0 rgba(0,0,0,0.1);
    -webkit-box-shadow: inset 0 -1px 0 0 rgba(0,0,0,0.1);
    -moz-box-shadow: inset 0 -1px 0 0 rgba(0,0,0,0.1);
}

.woocommerce-message .button,
.woocommerce-error .button,
.woocommerce-info .button,
.jigoshop_message .button,
.jigoshop_error .button,
.jigoshop .info .button {
    float: right;
}

.woocommerce-message li,
.woocommerce-error li,
.woocommerce-info li,
.jigoshop_message li,
.jigoshop_error li,
.jigoshop .info li {
    list-style: none outside;
    padding-left: 0;
    margin-left: 0;
}

.woocommerce-message,
.jigoshop_message {
    border-top: 3px solid #37A12D;
}

.woocommerce-message:before,
.jigoshop_message:before {
    background-color: #37A12D;
    content: "\2713";
}

.woocommerce-info,
.jigoshop .info {
    border-top: 3px solid #777;
}

.woocommerce-info:before,
.jigoshop .info:before {
    background-color: #777;
    content: "i";
    font-family: Cousine,Times, Georgia, serif;
    font-style: italic;
}

.woocommerce-error,
.jigoshop_error {
    border-top: 3px solid #777;
}

.woocommerce-error:before,
.jigoshop_error:before {
    background-color: #777;
    content: "\00d7";
    font-weight: 700;
}

.woocommerce-info a, 
.myaccount_user a,
.jigoshop .info a,
.addresses .address a.edit {
    color: #717171;
}

.woocommerce-info a:hover, 
.myaccount_user a:hover,
.jigoshop .info a:hover,
.addresses .address a.edit:hover {
    color: #903537;
}

.woocommerce-result-count {
    float: left;
    margin: 5px 0 0;
}

.woocommerce-ordering {
    float: right;
    margin: 0 0 0;
}
/* Start Messages */

/* Start Ratings */
/*.products_block .star-rating {position:absolute;right:15px; top:210px;}*/
#woocommerce_top_rated_products-2 .star-rating {margin-right:20px;}
#recent .star-rating { float:none;margin:10px auto;}
.star-rating {
    width: 81px;
    height: 15px;
    background: url(images/star.png) repeat-x left 0;
    float: left;
	margin-bottom:10px;
}

.products_block ul.products li .block_hover .star-rating {
    margin: 0 auto 10px;
    float: none;
}

.star-rating span {
    background: url(images/star.png) repeat-x left -30px;
    height: 0;
    padding-top: 16px;
    overflow: hidden;
    float: left;
}

#tab-reviews .star-rating {
    float: right;
}

.hreview-aggregate .star-rating {
    margin: 10px 0 0 0;
}

p.stars {
    overflow: hidden;
    zoom: 1;
}

p.stars span {
    width: 80px;
    height: 16px;
    position: relative;
    float: left;
    background: url(images/star.png) repeat-x left 0;
}

p.stars span a {
    float: left;
    position: absolute;
    left: 0;
    top: 0;
    width: 16px;
    height: 0;
    padding-top: 16px;
    overflow: hidden;
}

p.stars span a:hover,p.stars span a:focus {
    background: url(images/star.png) repeat-x left -16px;
}

p.stars span a.active {
    background: url(images/star.png) repeat-x left -32px;
}

p.stars span a.star-1 {
    width: 16px;
    z-index: 10;
}

p.stars span a.star-2 {
    width: 32px;
    z-index: 9;
}

p.stars span a.star-3 {
    width: 48px;
    z-index: 8;
}

p.stars span a.star-4 {
    width: 64px;
    z-index: 7;
}

p.stars span a.star-5 {
    width: 80px;
    z-index: 6;
}
/* End Ratings */

/* Start Reviews */

#reviews h2 small {
    float: right;
    color: #999;
    font-size: 15px;
    line-height: 21px;
    margin: 10px 0 0 0;
}

#reviews h2 small a {
    text-decoration: none;
    color: #999;
}

#reviews h3 {
    margin: 0;
}

#reviews #respond {
    margin: 0;
    border: 0;
    padding: 0;
}

#reviews #comment {
    height: 75px;
}

#reviews #comments .add_review {
    overflow: hidden;
    zoom: 1;
}

#reviews #comments h2 {
    clear: none;
    margin-bottom: 25px;
}

#reviews #comments ol.commentlist {
    overflow: hidden;
    zoom: 1;
    margin: 0!important;
}

#reviews #comments ol.commentlist li {
    padding: 00;
    margin: 0 0 20px;
    border: 0;
    position: relative;
}

#reviews #comments ol.commentlist li .meta {
    color: #999;
    font-size: .75em;
}

#reviews #comments ol.commentlist li img {
    float: left;
    position: absolute;
    top: 0;
    left: 0;
    padding: 3px;
    width: 32px;
    height: auto;
    border: 1px solid #ddd;
    background: #fff;
    margin: 0;
    line-height: 1;
}

#reviews #comments ol.commentlist li .comment-text {
    margin: 0 0 0 50px;
    border: 1px solid #F4F4F4;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
    padding: 11px 11px 0;
}

#reviews #comments ol.commentlist li .comment-text p {
    margin: 0 0 11px;
}

#reviews #comments ol.commentlist li .comment-text p.meta {
    font-size: .86em;
}

#review_form #respond {
    overflow: hidden;
    zoom: 1;
    border: 1px solid #E7E7E7;
    margin: 0!important;
    padding: 10px 20px 20px;
    width: auto;
}

#review_form #respond p {
    margin: 0 0 10px!important;
}

/* End Reviews */

table.shop_table {
    border: 1px solid #E7E7E7;
    margin: 0 -1px 24px 0;
    text-align: left;
    width: 100%;
    border-collapse: separate;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
}

table.shop_table th {
    color: #888;
    font-size: 12px;
    line-height: 18px;
    padding: 9px 12px;
    background: none repeat scroll 0 0 #F0F0F0;
    text-align: center;
}

table.shop_table td {
    border-top: 1px solid #ddd;
    padding: 6px 10px;
    vertical-align: middle;
    border-right: 1px solid #ddd;
    text-align: center;
}

table.shop_table td a.button {
    margin: 0 3px;
}

table.shop_table tfoot td {
}

table.my_account_orders {
    font-size: .85em;
}

table.my_account_orders th,table.my_account_orders td {
    padding: 4px 8px!important;
    vertical-align: top;
}

table.my_account_orders .button {
    white-space: nowrap;
    margin: 4px 0;
}

ul.cart_list,ul.product_list_widget {
    list-style: none outside!important;
    padding: 0!important;
    margin: 0!important;
}

ul.cart_list li,ul.product_list_widget li {
    padding: 4px 0!important;
    margin: 0!important;
    overflow: hidden;
    zoom: 1;
}

ul.cart_list li a,ul.product_list_widget li a {
}

ul.cart_list li img,ul.product_list_widget li img {
    float: left;
    margin-right: 4px;
    border: 1px solid #ddd;
}

ul.cart_list li dt,ul.product_list_widget li dt {
    display: inline-block;
    margin: 0 10px 0 0;
    padding: 0;
}

ul.cart_list li dd,ul.product_list_widget li dd {
    display: inline;
    padding: 0;
}

.jigoshop_cart .total,
.widget_shopping_cart .total {
    margin: 10px 0;
    overflow: hidden;
}

.jigoshop_cart .total strong,
.widget_shopping_cart .total strong {
    min-width: 40px;
    display: inline-block;
    float: left;
}

.jigoshop_cart .buttons,
.widget_shopping_cart .buttons {
    overflow: hidden;
    zoom: 1;
    clear: both;
}

aside p.buttons a.button {text-decoration:none;}
aside p.buttons a.checkout {
    float: right;
	margin-right:10px;
	text-decoration:none;
}

a.remove {
    display: block;
    height: 16px;
    width: 16px;
    text-indent: -9999px;
    background: url(images/remove.png) #ccc;
}

a.remove:hover {
    background-color: #f93;
}

.cart th,.cart td {
    vertical-align: middle;
}

.woocommerce-page table.shop_table td.actions, .woocommerce table.shop_table td.actions {
    text-align: right;
}

td.actions .coupon {
    float: left;
}

td.actions .coupon label {
    display: none;
}

td.actions .coupon .input-text {
    float: left;
    margin: 1px 6px 0 0!important;
}

td.actions .button-alt {
    float: right;
    margin: 2px 0 0 6px;
}

td.product-name dl.variation {
    margin: 0;
}

td.product-name dl.variation dt {
    display: inline-block;
    margin: 0 4px 0 0;
    padding: 0;
}

td.product-name dl.variation dd {
    display: inline;
    margin: 0 12px 0 0;
    padding: 0;
}

td.quantity,.jigoshop #content div.quantity {
    min-width: 80px;
}

.cart input {
    margin: 0;
    vertical-align: middle;
}

.col2-set {
    overflow: hidden;
    zoom: 1;
    width: 100%;
}

.col2-set .col-1 {
    float: left;
    width: 48%;
}

.col2-set .col-2 {
    float: right;
    width: 48%;
}

.cart-collaterals {
    overflow: hidden;
    zoom: 1;
    width: 100%;
}

.cart-collaterals .related {
    width: 310px;
    float: left;
}

.cart-collaterals .cross-sells {
    clear: both;
}

.cart-collaterals .shipping_calculator {
    float: right;
    width: 225px;
    clear: right;
    text-align: right;
    overflow: hidden;
    zoom: 1;
    margin: 20px 0 0 0;
}

.cart-collaterals .shipping_calculator .button {
    width: 225px!important;
    float: none!important;
    display: block;
}

.cart-collaterals .shipping_calculator .col2-set .col-1,.cart-collaterals .shipping_calculator .col2-set .col-2 {
    width: 47%;
}

.cart-collaterals .cart_totals {
    float: right;
    width: 350px;
    text-align: right;
}

.cart-collaterals .cart_totals h2 {
    text-align: left;
    margin: 0;
    margin-left: 10px;
}

.cart-collaterals .cart_totals p {
    margin: 0!important;
    text-align: left;
}

.cart-collaterals .cart_totals table {
    border-collapse: separate;
    margin: 0 0 6px!important;
    padding: 0;
}

.cart-collaterals .cart_totals table tr:first-child th,.cart-collaterals .cart_totals table tr:first-child td {
    border-top: 0!important;
}

.cart-collaterals .cart_totals table td,.cart-collaterals .cart_totals table th {
    padding: 6px 12px!important;
}

.cart-collaterals .cart_totals table small {
    display: block;
    color: #999;
}

.cart-collaterals .cart_totals .discount td {
    color: green;
}

.cart-collaterals .cart_totals tr td,.cart-collaterals .cart_totals tr th {
    border-top: 1px solid #E7E7E7;
    padding: 6px 24px;
}

.cart-collaterals .cart_totals a.button-alt {
    width: 193px;
    display: block;
    font-size: .92em;
}

#billing_country_field {overflow:visible;}
#shipping_country_field {clear: both;}
.form-row {
    zoom: 1;
    padding: 3px;
    margin: 0 0 6px!important;
}
.chosen-container-single .chosen-single {
	background: none repeat scroll 0 0 rgba(0, 0, 0, 0) !important;
    border-radius: 0 !important;
    box-shadow: none !important;
}
.form-row label {
    display: block;
    margin-bottom: 5px;
}

.form-row label.hidden {
    visibility: hidden;
}

.form-row select {
    width: 100%;
    cursor: pointer;
    margin: 0!important;
}

.form-row .required {
    color: #c00;
}

.form-row .input-checkbox {
    display: inline;
    margin: -2px 8px 0 0;
    text-align: center;
    vertical-align: middle;
}

.form-row label.checkbox {
    display: inline;
}

form .form-row input.input-text,#content .form-row input.input-text,form .form-row textarea,#content .form-row textarea {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    border: 1px solid #ccc;
    width: 100%;
    padding: 6px;
    margin: 0;
    outline: 0;
    background: #fff none;
    font-size: 14px;
    line-height: 1em;
}

form .form-row input#calc_shipping_postcode.input-text {
    padding: 5px;
    margin: 0;
    background: none;
    border: 1px solid #ccc;
}

form .form-row textarea,#content .form-row textarea {
    height: 3.5em;
    line-height: 1.5em;
    display: block;
    -moz-box-shadow: none;
    -webkit-box-shadow: none;
    box-shadow: none;
}

form .form-row #calc_shipping_postcode {
    padding: 0;
    background: none;
    border: none;
}

form .form-row input.input-text:focus,#content .form-row input.input-text:focus,form .form-row textarea:focus,#content .form-row textarea:focus {
}

.form-row-first,
.form-row-last {
    float: left;
    width: 47%;
    overflow: visible;
}

.form-row-last {
    float: right;
}

.woocommerce #customer_login .col-1,
.woocommerce #customer_login .col-2{ width: 49%;}
.woocommerce form.login .form-row-first,
.woocommerce form.login .form-row-last,
.woocommerce form.register .form-row-first,
.woocommerce form.register .form-row-last{ width: 100%;}

form.login {
}

#payment {
    background: #FFF;
 	border:1px solid #ddd;
}

#payment ul.payment_methods {
    overflow: hidden;
    zoom: 1;
    text-align: left;
    padding: 1em;
    border-bottom: 1px solid #eee;
    margin: 0!important;
    list-style: none outside;
}

#payment ul.payment_methods li {
    line-height: 2.5em;
    text-align: left;
    margin: 0!important;
}

#payment ul.payment_methods li input {
    margin: 0 1em 0 0!important;
}

#payment ul.payment_methods li img {
    vertical-align: middle;
    margin: -2px 0 0 .5em;
    position: relative;
}

#payment div.form-row {
    padding: 1em;
    border-top: 1px solid #ddd;
}

#payment #place_order {
    float: right;
    margin: 0 0 10px;
}

#payment .terms {
    padding: 0 1em 0!important;
    text-align: right;
}

#payment div.payment_box {
    position: relative;
    width: 96%;
    background: #FFF;
    border: 1px solid #ddd;
    box-shadow: inset 0 1px 1px rgba(255,255,255,.5) #888;
    -webkit-box-shadow: inset 0 1px 1px rgba(255,255,255,.5) #888;
    -moz-box-shadow: inset 0 1px 1px rgba(255,255,255,.5) #888;
    padding: 1em 2% 0;
    margin: 1em 0 1em 0;
    font-size: .92em;
}

#payment div.payment_box #cc-expire-month,#payment div.payment_box #cc-expire-year {
    width: 48%;
    float: left;
}

#payment div.payment_box #cc-expire-year {
    float: right;
}

#payment div.payment_box span.help {
    font-size: 11px;
    color: #999;
    line-height: 13px;
    font-weight: 400;
}

#payment div.payment_box p,#payment div.payment_box .form-row {
    margin: 0 0 1em;
}

#payment div.payment_box:after {
    content: "";
    display: block;
    border: 8px solid #ddd;
    border-right-color: transparent;
    border-left-color: transparent;
    border-top-color: transparent;
    position: absolute;
    top: -4px;
    left: 0;
    margin: -1em 0 0 2em;
}

#payment div.payment_message {
    position: relative;
    width: 96%;
    background: #F9F9F9;
    color: red;
    border: 1px solid #eee;
    box-shadow: inset 0 1px 1px rgba(255,255,255,.5) #888;
    -webkit-box-shadow: inset 0 1px 1px rgba(255,255,255,.5) #888;
    -moz-box-shadow: inset 0 1px 1px rgba(255,255,255,.5) #888;
    padding: 1em 2% 1em;
    margin: 1em 0 1em 0;
    font-size: .92em;
}

#payment div.payment_message:after {
    content: "";
    display: block;
    border: 8px solid #eee;
    border-right-color: transparent;
    border-left-color: transparent;
    border-top-color: transparent;
    position: absolute;
    top: -4px;
    left: 85%;
    margin: -1em 0 0 2em;
}

div.shipping-address {
    padding: 0;
    clear: left;
}

#shiptobilling {
    float: right;
    line-height: 1.62em!important;
    margin: 0!important;
    padding: 0;
}

#shiptobilling label {
    font-size: .6875em;
}

.checkout .col-2 h3 {
    float: left;
    clear: none;
}

.checkout .col-2 .notes {
    clear: left;
}

.checkout .col-2 .form-row-first {
    clear: left;
}

.checkout #customer_details,.checkout #order_review,.checkout #payment {
    margin-bottom: 24px;
}

.checkout .jigoshop-validated input.input-text {
    background-image: url('images/accepted.jpg')!important;
    background-position: 95% center!important;
    background-repeat: no-repeat!important;
}

.checkout .jigoshop-validated select {
    border: green 1px solid!important;
}

.checkout .jigoshop-invalid select {
    border: red 1px solid!important;
}

.checkout .jigoshop-invalid input.input-text {
    background-image: url('images/rejected.png')!important;
    background-position: 95% center!important;
    background-repeat: no-repeat!important;
    border: red 1px solid!important;
}

.order_details {
    overflow: hidden;
    zoom: 1;
    margin: 0 0 1.5em;
    list-style: none;
}

.order_details li {
    float: left;
    margin-right: 2em;
    text-transform: uppercase;
    line-height: 1em;
    border-right: 1px dashed #ccc;
    padding-right: 2em;
}

.order_details li strong {
    display: block;
    text-transform: none;
    line-height: 1.5em;
    margin-top: 10px;
}

.order_details li.method {
    border: 0;
}

.col2-set {
    width: 100%;
}

.col2-set:after {
    content: "";
    display: block;
    clear: both;
}

.col2-set.addresses {
}

.customer_details {
    border: 1px solid #ddd;
    margin: 0;
    padding: 10px;
}

.col2-set .address {
}

.addresses address {
    clear: both;
}

.addresses .title {
    overflow: hidden;
    zoom: 1;
}

.addresses .title h3 {
    float: left;
}

.addresses .title .edit {
    float: right;
}

.widget_price_filter .price_slider_wrapper .button {
    float: right;
    margin: 0!important;
}

.widget_price_filter .price_slider_wrapper .price_slider {
    margin: 5px 0;
}

.widget_price_filter .price_slider_wrapper .price_slider .ui-slider-handle {
    outline: 0!important;
}

.widget_price_filter .price_slider_wrapper .price_slider_amount {
    overflow: hidden;
    line-height: 2em;
}

.widget_layered_nav ul {
    margin: 0!important;
    padding: 0!important;
    border: 0!important;
    list-style: none outside!important;
}

.widget_layered_nav ul li {
    overflow: hidden;
    zoom: 1;
    padding: 0 0 1px;
}

.widget_layered_nav ul li a,.widget_layered_nav ul li span {
    padding: 1px 0;
    float: left;
}

.widget_layered_nav ul li.chosen a {
    padding: 0 6px 0 18px;
    border: 1px solid #888;
    background: #888 url(images/cross_white.png) no-repeat 6px center;
    box-shadow: inset 0 1px 1px rgba(255,255,255,.5) #888;
    -webkit-box-shadow: inset 0 1px 1px rgba(255,255,255,.5) #888;
    -moz-box-shadow: inset 0 1px 1px rgba(255,255,255,.5) #888;
    color: #fff;}

.widget_layered_nav ul small.count {
    float: right;
    margin-left: 6px;
    font-size: 1em;
    padding: 1px 0;
    color: #999;
}

fieldset.variations {
    border: 0;
}

div.product div.product_meta,div.product div.variations_button {
    clear: left;
}

section#primary div.product div.summary {
    width: 42%;
}

.single_variation .price {
    float: left;
	margin:0 0 10px;
}

.single_variation,.stock {
    clear: left;
}

.customized_product_label {
}

dl.customization {
    margin: 0;
}

dl.customization dt {
    display: inline-block;
    margin: 0 4px 0 0;
    padding: 0;
}

dl.customization dd {
    display: inline;
    margin: 0 12px 0 0;
    padding: 0;
}

.applied-coupons-values {
    text-decoration: none;
    font-size: 13px;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
    -moz-background-clip: padding;
    -webkit-background-clip: padding-box;
    background-clip: padding-box;
    background-color: #e4e4e4;
    filter: progid:dximagetransform.microsoft.gradient(startColorstr='#f4f4f4', endColorstr='#eeeeee', GradientType=0);
    background-image: -webkit-gradient(linear,0% 0,0% 100%,color-stop(20%, #f4f4f4),color-stop(50%, #f0f0f0),color-stop(52%, #e8e8e8),color-stop(100%, #eee));
    background-image: -webkit-linear-gradient(top, #f4f4f4 20%, #f0f0f0 50%, #e8e8e8 52%, #eee 100%);
    background-image: -moz-linear-gradient(top, #f4f4f4 20%, #f0f0f0 50%, #e8e8e8 52%, #eee 100%);
    background-image: -o-linear-gradient(top, #f4f4f4 20%, #f0f0f0 50%, #e8e8e8 52%, #eee 100%);
    background-image: -ms-linear-gradient(top, #f4f4f4 20%, #f0f0f0 50%, #e8e8e8 52%, #eee 100%);
    background-image: linear-gradient(top, #f4f4f4 20%, #f0f0f0 50%, #e8e8e8 52%, #eee 100%);
    -webkit-box-shadow: 0 0 2px #fff inset,0 1px 0 rgba(0,0,0,.05);
    -moz-box-shadow: 0 0 2px #fff inset,0 1px 0 rgba(0,0,0,.05);
    box-shadow: 0 0 2px #fff inset,0 1px 0 rgba(0,0,0,.05);
    color: #333;
    border: 1px solid #aaa;
    line-height: 13px;
    padding: 3px 20px 3px 5px;
    margin: 3px 0 3px 5px;
    position: relative;
}

.cart-discount-code {
    font-size: 12px;
    padding-right: 5px;
    color: #888;
    float: right;
}

.close {
    display: block;
    position: absolute;
    right: 3px;
    top: 2px;
    font-size: 18px;
    line-height: 18px;
    color: #000;
    text-shadow: 0 1px 0 white;
    opacity: .2;
    filter: alpha(opacity=20);
}

input:-ms-input-placeholder {
    background: #fff;
    color: LightGray;
}

.checkout {
}

.col1-set, .col2-set {
    overflow: visible;
}

.col-1 h3, .col-2 h3 {
    background: none repeat scroll 0 0 #E5E5E5;
    color: #777;
    padding: 8px;
    margin: -10px -10px 10px;
    float: none;
}

.col2-set .col-1,
.col2-set .col-2 {
    border: 1px solid #D1D1CF;
    margin: 20px 0;
    padding: 10px;
    width: 47%;
    background-color: #FFF;
}

.addresses .title {
    overflow: visible;
}

.col2-set select {
    float: left;
    height: 40px;
    margin-bottom: 10px !important;
    width: 60%;
    color: #959B8F;
}

table.shop_table {
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    background: none repeat scroll 0 0 #FFF;
    border: 1px solid #DDDDDD;
    border-collapse: separate;
    border-radius: 5px;
    margin: 0 -1px 24px 0;
    overflow: auto;
    text-align: left;
    width: 100%;
}

table.shop_table th {
    color: #888;
    line-height: 18px;
    padding: 9px 12px;
}

table.shop_table td {
    border-top: 1px solid #ddd;
    padding: 6px 10px;
    vertical-align: middle;
}

table.shop_table td a.button {
    margin: 0 3px;
	border-radius:0;
}

table.shop_table tfoot td {
}

table.my_account_orders {
    font-size: .85em;
}

table.my_account_orders th,table.my_account_orders td {
    padding: 4px 8px;
    vertical-align: top;
}

table.my_account_orders .button {
    white-space: nowrap;
    margin: 0 5px;
    padding: 4px;
    float: none;
    clear: none;
}

table.my_account_orders .button:hover {
}

td.actions .button-alt {
    color: #FFFFFF;
    margin: 2px 0 0 6px;
    float: right;
    clear: none;
}

.cart-collaterals .cart_totals tr td,.cart-collaterals .cart_totals tr th {
    border-top: 1px solid #D1D1CF;
    padding: 6px 24px;
}

table.shop_table th {
    background: none repeat scroll 0 0 #E5E5E5;
    color: #3C3C3C;
    text-align: center;
}

table.shop_table td {
    border-right: 1px solid #ddd;
    text-align: center;
}

table.shop_table .checkout-button {margin-right:5px;}
.shipping_calculator a
{
	background:#888;
	padding:6px 12px;
	color:#FFF !important;
	font-size:13px;
	font-family:'Open Sans',Arial,Helvetica;
	text-transform:uppercase;
}
.shipping_calculator a:hover{background:#222;}
table.shop_table td .button {
}

.cart-collaterals .cart_totals table {
    border-bottom: 1px solid #DDDDDD;
    border-left: 1px solid #DDDDDD;
    border-top: 1px solid #DDDDDD;
    width: 100%;
    margin: 10px 0 6px;
    background-color: #F9F9F9;
}

a.remove {
    margin: 0 auto;
}

.cart_totals_table {
    margin-top: 10px;
}

table.shop_table {
    border-radius: 0;
}

.cart-collaterals .cart_totals tr td, .cart-collaterals .cart_totals tr th {
    border-right: 1px solid #D1D1CF;
    font-size: 12px;
    vertical-align: top;
    color: #959B8F;
}
/* cart & checkout */

a.button.loading,
button.button.loading,
input.button.loading,
#respond input#submit.loading,
input.button.loading {
    color: #777777;
   
}

a.button.loading:before,
button.button.loading:before,
input.button.loading:before,
#respond input#submit.loading:before,
input.button.loading:before {
    content: "";
    position: absolute;
    top: 0;
    right: 0;
    left: 0;
    bottom: 0;
    background: url(images/ajax-loader.gif) center no-repeat;
}

.tagcloud a {
    background: none repeat scroll 0 0 #888;
    border-radius: 2px;
    color: #FFFFFF !important;
    font-size: 12px !important;
    line-height: 18px;
    margin: 5px;
    padding: 3px 5px;
}

.tagcloud a:hover {
    background: none repeat scroll 0 0 #000;
}

/* Header Cart */

.header_cart .togg .widget.jigoshop_cart, 
.header_cart .togg .widget.widget_shopping_cart {
    background: none repeat scroll 0 0 #FFF;
    border-radius:0;
    padding: 10px;
    position: absolute;
    right: 0;
    top: 35px;
    z-index: 9999;
    border: 1px solid #ddd;
	border-top:2px solid #000;
	display:none;
}
.ie7 .header_cart .togg .widget.jigoshop_cart, 
.ie7 .header_cart .togg .widget.widget_shopping_cart
{ min-height:100px;}


.header_cart .togg a, .header_login .togg a {
    background: none repeat scroll 0 0 transparent;
    color: #5B5B5B;
    font-size: 14px;
    padding: 0;
    text-transform: capitalize;
}

.header_login a#show-login-link {
    color: #717171;
    cursor: pointer;
    margin: -1px 0 0 9px;
}

.header_login .header_logout a.account {
    margin-left: 9px;
    padding: 0 9px 0 0;
}

.header_login .header_logout a.logout {
    padding-left: 4px;
}

.header_login a#show-login-link:hover {
    color: #EF4135;
}

.homepage .product_block .price del {
}

.header_cart .togg a, .header_login .togg a {
    background: none;
    float: right;
    padding: 0;
    color: #888;
    font-size: 14px;
	display:inlien-block;
}

.header_cart .togg a.show-login-link {
    clear: both;
    color: #959B8F;
    cursor: pointer;
    text-transform: capitalize;
    margin-top: -20px;
}

.header_cart .togg .tab_content, .header_login .togg .tab_content {
    background: none repeat scroll 0 0 #FBFBFB;
    border-radius: 5px;
    padding: 20px;
    position: absolute;
    right: 0;
    top: 50px;
    z-index: 100;
    width: 300px;
}

.header_login .widget_user_login ul {
    margin: 0;
    padding: 0;
}

.header_login .togg .tab_content {
    top: 35px;
    border: 1px solid #E6E6E6;
}

.header_cart .input-submit {
    float: left;
    clear: none;
}

.header_cart .forgot {
    background: none repeat scroll 0 0 #B4D2D0;
    clear: none;
    border: medium none;
    border-radius: 2px;
    color: #FFFFFF;
    display: inline-block;
    padding: 5px 8px;
    text-decoration: none;
}

.header_cart .forgot:hover {
    background: none repeat scroll 0 0 #959B8F;
}

.header_cart .togg .jigoshop_cart {
    top: 28px;
}

.header_cart .cart_list {
    display: inline-block;
    padding: 10px;
    width: 100%;
}

.header_cart h3 {
    margin: 10px 0;
	color:#000;
}

.header_cart .cart_list li a {
    float: left;
    width: 60%;
}

.header_cart .cart_list li a img {
    margin-top: 0;
}

.header_cart .widget ul span.js_widget_product_title {
    display: block;
    width: auto;
}

.header_cart .widget ul span.js_widget_product_price, .header_cart .widget ul span.quantity {
    float: right;
    width: 30%;
}

.header_cart .cart_list li {
    clear: both;
    border-bottom: 1px dashed #DDD;
    margin: 10px 0;
    padding-bottom: 10px;
    font-size: 13px;
}

.header_cart .togg a.button, .header_login  .togg a.button {
    background: none repeat scroll 0 0 #888;
    color: #FFFFFF;
    font-weight: normal;
    padding: 5px 8px;
    float: left;
    font-size: 13px;
}

.header_cart .togg a.button:hover, .header_login  .togg a.button:hover {
    background: none repeat scroll 0 0 #222;
    color: #FFFFFF;
    font-weight: normal;
    padding: 5px 8px;
    float: left;
    font-size: 13px;
}

.header_cart .total {
	background: none repeat scroll 0 0 #EEEEEE;
    margin: 10px 0;
    padding: 3px 8px;
	text-align:right;
}

.header_cart .togg a.button.checkout {
    clear: none;
    float: right;
}

.header_cart a.shopping_cart .item-text {
    float: left;
}

.header_cart a.shopping_cart .item-total {
    background: none repeat scroll 0 0 #EF4135;
    color: #FFFFFF;
    font-weight: bold;
    margin-left: 10px;
    margin-top: -6px;
    padding: 2px 7px;
}

.widget_user_login .widget-title, .widgets-headerlogin .widget-title {
    display: none;
}

.wp-pagenavi {
    clear: both;
    margin-bottom: 15px;
}

.wp-pagenavi a,.wp-pagenavi span {
    text-decoration: none;
    border: 1px solid #aaa;
    padding: 3px 5px;
    margin: 2px;
}

.wp-pagenavi a:hover,.wp-pagenavi span.current {
    border-color: #000;
}

.wp-pagenavi span.current {
}

.widget_user_login ul.pagenav li {
    display: inline;
}

.widget_user_login ul.pagenav li a:after {
    background: url("images/sprite.png") no-repeat scroll -239px -648px rgba(0, 0, 0, 0);
    content: "";
    height: 15px;
    position: absolute;
    width: 10px;
}

.widget_user_login ul.pagenav li:last-child a:after {
    background: none;
}

.widget_user_login ul.pagenav li a {
}

.widget_user_login {
    border: medium none;
    clear: both;
    float: right;
}

.header-main #shopping_cart {
    background: url("images/sprite.png") no-repeat scroll -3px -77px transparent;
    padding: 4px 0 2px 35px;
}

.header-main #shopping_cart:hover {
    background-position: -3px -77px;
}
/* Header Cart */


p small {
    color: #999;
}

p.demo_store {
    position: fixed;
    top: 0;
    left: 50%;
    width: 450px;
    margin-left: -225px;
    font-size: 12px;
    text-align: center;
    background: #f7f5c6;
    background: -webkit-gradient(linear,left top,left bottom,from( #f7f5c6),to( #eeeac1));
    background: -webkit-linear-gradient( #f7f5c6, #eeeac1);
    background: -moz-linear-gradient(center top, #f7f5c6 0, #eeeac1 100%);
    background: -moz-gradient(center top, #f7f5c6 0, #eeeac1 100%);
    padding: 8px 0;
    border: 1px solid #EEEAC1;
    color: #747165;
    z-index: 999999;
    box-shadow: inset 0 0 0 3px rgba(255,255,255,.3);
    -webkit-box-shadow: inset 0 0 0 3px rgba(255,255,255,.3);
    -moz-box-shadow: inset 0 0 0 3px rgba(255,255,255,.3);
}

small.note {
    display: block;
    color: #999;
    font-size: 11px;
    line-height: 21px;
    margin-top: 10px;
}

select#rating {
    display: block !important;
    z-index: 999;
    height: auto !important;
    width: auto !important;
}

#respond #commentform span.customSelect {
    width: 100px !important;
    height: 30px !important;
}

#respond #commentform .customSelectInner {
    height: auto;
    width: 85px !important;
}

.price_slider_amount .button {
    clear: none;
    float: right;
    margin: 0;
    padding: 5px;
}

.price_slider_amount {
    display: inline-block;
    margin-top: 10px;
    width: 100%;
}

ul.cart_list li img, ul.product_list_widget li img {
    border: 3px solid #EEEEEE;
    float: left;
    margin-right: 10px;
    margin-top: 0;
	height: 65px;
	width: auto;
}

table.shop_attributes {
	border:none;
}

table.shop_attributes th {
    width: 150px;
    padding: 8px;
    border:none;
    margin: 0;
    line-height: 1.5em;
}

table.shop_attributes td {
    font-style: italic;
    padding: 0;
    border: none;
    margin: 0;
    line-height: 1.5em;
}

table.shop_attributes td p {
    margin: 0;
    padding: 8px;
}

table.shop_attributes .alt td,table.shop_attributes .alt th {
}

ins {
    text-decoration: none;
}

.price_slider_wrapper .ui-widget-header {
    background: none repeat scroll 0 0 #EEEEEE;
}

.jigoshop_secondary #searchform .assistive-text {
    display: none;
}

.jigoshop_secondary #searchform #searchsubmit {
    margin-top: -4px;
}
