/**
 comment color - change to grey/brown
 copy table styles from old site.
 banner shortcode button color
 shop prices - match old shop
 shop tabs - change blue color

*/


/* jigoshop */
.jigoshop #content > ul.products,
.related.products ul.products{
  margin-top:20px !important; /*override jigoshop frontend.css-*/
}
.jigoshop .products li {
    float: left;
    margin: 0 58px 30px 0;
    padding: 0 !important;
    position: relative;
}
.jigoshop .left_column ul.products{
    /*margin-left: 26px !important;*/
}
.jigoshop .full_column .products li{
    margin-right: 45px;
}
.jigoshop .full_column .products li.last {
    margin-right: 0;
}

.jigoshop .products li a img{
    display:inline-block;
    padding:3px;
    border: 1px solid #DEDEDE;
    background: #F3F3F3;
    border-radius:5px;
    margin: 0 0 0px 0 !important;
    /*height: 147px !important;
    width: 147px !important;*/
}
.jigoshop .products li a:hover img{
    background:#e5f3ff;
}
.jigoshop div.product div.images{
    width:auto;
}
.jigoshop div.product div.summary{
    width:auto;
}
.jigoshop div.product div.images img {
    padding:3px;
    border: 1px solid #DEDEDE;
    background: #F3F3F3;
    border-radius:5px;
}
.jigoshop span.onsale {
    background:#ffae00;
}
.jigoshop a.button,
.jigoshop .button-alt,
.jigoshop button.button,
.jigoshop input.button,
.jigoshop #review_form #submit {
    background: #EBEAD8;
    color: #573216 !important;
}
.jigoshop a.button:hover,
.jigoshop .button-alt:hover,
.jigoshop button.button:hover,
.jigoshop input.button:hover,
.jigoshop #review_form #submit:hover{
    background: #EBEAD8;
}
.jigoshop .products li strong {
    color: #037B8D;
    border-bottom:1px solid #DFDFDF;
}
/*
.products li .price{
    color: #6aa03e;
    display: block;
    float: right;
    font-weight: bold;
    text-align: right;
}
.products li .price del {
    color: #CCCCCC;
    display: block;
    font-size: 13px;
    line-height: 10px;
    padding:5px 5px 0 0;
	margin:0px;
	float:left;font-weight:normal;
}
*/
.jigoshop .products li .price{
    text-align: center;
    color: #573216;
    font-weight: bold;
    padding:5px 0 0 0;
}
.jigoshop div.product div.summary {
    float: left;
    margin: 0 0 0 20px;
}
.jigoshop div.product .summary .price{
    color: #573216;
    font-weight: bold;
}
.jigoshop div.product .summary .price del{
    padding: 2px 5px 2px 0;
    font-weight:normal;
}
.jigoshop div.product .summary .price ins{
    float: left;
    clear: left;
    color:#573216;
    font-size:16px;
    font-weight:bold;
    text-decoration: none;
    padding-right: 10px;
}
.jigoshop .products li .price ins{
    color:#FF0000;
    font-size:10px;
    margin:-5px 0 0 0;
    display:block;
    font-weight:normal;
}
.jigoshop .js_widget_product_price{
    color: #6aa03e;
    margin:-2px 4px 0 0;
    float:right;
}
.jigoshop .js_widget_product_price del{
    font-size: 0.9em;
    color: #BBB;
    padding: 0 3px 0 0;
}
.jigoshop .js_widget_product_price ins{
    display:none;
}
.widget.jigoshop .cart_list li a,
.widget.jigoshop .product_list_widget li a{
    border: 0; /*remove border*/
}
.widget.jigoshop .cart_list li,
.widget.jigoshop .product_list_widget li{
    border-bottom: 1px solid #C9E1EB;
    height: 42px;
}


/* product tabs*/
.jigoshop div.product #tabs ul.tabs {
    background: #EBEAD8;
}
.jigoshop div.product #tabs ul.tabs a{
    background: #EEE;
}
.jigoshop div.product #tabs .panel{
    border-color: #EBEAD8;
}

/** add cart button */
.jigoshop .button-alt{
   /* background: #4E83B8;*/
}

/**cart widget**/
.jigoshop_cart .total{
    text-align: center;
    color: #573216;
    border-top: 0;
    border-bottom: 1px solid #DFDFDF;
    padding: 8px 0 6px 0;
    margin: 0 6px 0 9px !important;
}
.jigoshop_cart .js_widget_product_price{
    color:#573216;
    padding: 9px 4px 0 0;
}
.jigoshop_cart .js_widget_product_title{
    position: absolute;
    display: block;
    margin: 7px 0 0 49px;
}
.jigoshop_cart ul.cart_list li img{
}
.jigoshop_cart ul.cart_list li a,
.jigoshop_cart ul.cart_list li a:link,
.jigoshop_cart ul.cart_list li a:visited{
    background: none;
    padding-left: 13px;
}
.jigoshop_cart .buttons{
    text-align: center;
    padding: 0;
    margin: 4px;
}
.jigoshop_cart .buttons a{
    display: inline-block;
    float: none;
    margin: 4px;
}
.jigoshop .button.checkout{
    /*background: #0f3963;*/
}

.jigoshop .summary .button-alt{
    margin-top: 0;
}
/*cart/checkout page*/
.jigoshop td.actions .button-alt{
    margin-top: 0;
}
