abbr.required{
	border-bottom: none;
	color: #DA0000;
}
.custom-cart-submit-button{
	background: url(images/shop-online-small.png) no-repeat top center;
	width: 200px;
	height: 60px;
	margin: auto;
	margin-top: 8px;
	cursor: pointer;
}
#custom-cart{
	background-color: white;
	position: fixed;
	top: 30px;
	left: 0;
	border-radius: 7px;
	font-size: 12px;
	max-width: 230px;
}
#custom-cart .title {
	font-weight: bold;
	color: #5aa903;
	margin-bottom: 8px;
}
#custom-cart .shop_table.cart td, #custom-cart .shop_table.cart th{
	padding: 0 5px !important;
	text-align: right;
}
#custom-cart.locked{
	position: absolute;
	top: 272px;
}
#custom-cart > div {
	border-right: 3px solid #75b02f;
	border-bottom: 3px solid #75b02f;
	border-top: 3px solid #75b02f;
	border-radius: 0 0px 7px 0;
	padding: 8px 8px 8px 0;
	overflow: overlay;
	/*max-height: 500px;*/
}

#custom-cart > div.closed{
	display: none;
}
#cart-icon{
	background-image: url(images/cart-icon.png);
	position: absolute;
	right: -58px;
	cursor: pointer;
}


.sukot-headers{
	display: block;
	margin: 0 auto;
	margin-top: 5px;
}
li{
	list-style-type: none;
}
/*-------attributes selection*/
.attribute{
	position: relative;
}
.attribute > div {
	padding-right: 0;
}
.attr-name{
	background-color: #f4f7f4;
	padding: 3px 20px 3px 10px;
	border-radius: 3px;
	font-weight: bold;
}
.attr-index{
	margin-left: 10px;
}
img.attr-desc{
	cursor: pointer;
	vertical-align: top;
	margin-right: 5px;
}
.attr-values li {
	display: inline-block;
	margin: 0 13px;
}
.attr-selected-price{
	position: absolute;
	top: 33px;
	left: 10px;
	background: #f4f7f4;
	padding: 2px 10px;
}
.attr-price{
	background-color: white;
	padding: 0 8px;
	border: 1px solid #316120;
	margin: 0 5px;
	font-weight: bold;
	color: #316120;
}
.suka-refound-msg{
	font-weight: bold;
}
.suka-attributes-submit-button
.term_thumbnail{
	vertical-align: middle;
	margin: 0 5px;
}
#sukot-attr-total span{
	float: left;
}
#sukot-attr-total{
	color: #316120;
	font-size: 20px;
	line-height: 30px;
}

img.attachment-shop_single{
	width: 650px;
	height: auto;
}
.product .images {
	border-radius: 4px;
	background-color: #f4f7f4;
	padding: 2em;
	margin: 1em 0;
}

.summary {
	/*border-radius: 4px;
	background-color: #f4f7f4;*/
	width: 100%;
	padding: 0;
}

.product-title {
	color: #316120 !important;
	margin: 0 10px 3px 0 !important;
}

.product-addon .addon-name{
	border-radius: 4px;
	background-color: #f4f7f4;
	padding: 0.5em;
}
.product-addon > .form-row{
	display: inline-block;
	margin-right: 1em;
}

#product-addons-total{
	float: left;
}
 dt{
 	min-width: 120px;
	float: right !important;
	clear: right;
}
 dd{
	margin: 0 110px 0 0;
	padding: 0 0 0.3em 0;
}
.single_add_to_cart_button, .checkout-button{
	color: transparent !important;
	clear: both;
	float: left;
	background-image: url(images/shop-online.png);
	width: 305px;
	height: 60px;
	outline: none;
	border: none;
	cursor: pointer;
}
.suka-attributes-submit-button{
	clear: both;
	float: left;
	background-image: url(images/shop-online1.png);
	width: 239px;
	height: 64px;
	cursor: pointer;
	margin: 20px 5px 15px 0;
}
.suka-attributes-service-rep-button{
	background-image: url(images/service-rep-button.png);
	width: 239px;
	height: 64px;
	cursor: pointer;
	margin: 20px 0 5px 15px;
	float: left;
}

.products li {
	display: inline-block;
	border-radius: 4px;
	background-color: #f4f7f4;
	max-width: 402px;
}
.products li a {
	text-decoration: none;
	color: #316120;
}
.products li a{
	text-decoration: none;
	
}


.sukot-photo-note{
	color: #316120 !important;
	font-size: small;
	padding-right: 20px;
}
.suka-size-selection{
	float: left;
	padding-left: 10px;
}
.sukot-photo-note.left{
	float: left;
}

.products .product-title{
	margin: 0 10px 5px 0;
}
.products .attachment-shop_catalog {
	width: 402px;
	height: auto;
}
ul.products {
	margin: 0px;
}
/*Cart*/
.checkout .shop_table.cart tr th, .checkout .shop_table.cart thead th{
	font-size: 16px !important;
}
.shop_table thead{
	border-bottom: 25px solid white;
	background-color: #d7ecac;
}
.shop_table.cart tbody tr{
	border-bottom: 1px solid #f4f7f4;
}
.shop_table.cart td, .shop_table.cart th{
	padding: 5px 20px !important;
}
.shop_table.cart .product-thumbnail{
	display: none;
}
.shop_table.cart .input-text.qty{
	width: 50px;
}
.shop_table.cart .product-quantity, .shop_table.cart .product-subtotal, .shop_table.cart .product-remove{
	text-align: center;
}
.shop_table.cart .sukot-total-cart-row{
	border-radius: 3px;
	background-color: #f4f7f4;
	color: #316120;
	font-weight: bold;
}
.shop_table.cart{
	border: none !important;
}
.shop_table td {
	vertical-align: top;
	padding: 5px 20px !important;
}
.shop_table dl {
	font-size: 13px;
	color: gray;
}

.shop_table .actions > * {
	margin: 3em 0 !important;
}

/*Checkout page */

.checkout .sukot-sub-title{
	margin: 10px 0;
	padding: 5px 20px;
	background: #f4f7f4;
	border-radius: 3px;
	font-weight: bold;
}
.checkout .shop_table{
	margin-bottom: 3em;
}
p#shipping_country_field, p#billing_country_field{
	display:none;
}
form.checkout input.input-text{
	background-color: #f4f7f4;
	border: 1px solid #e3e6e3;
	padding: 2px;
}
form.checkout p.form-row > *{
	display: block;
}
form.checkout p#shiptobilling > *{
	display: inline;
}
form.checkout .col2-set {
	position: relative;
}
form.checkout .col-2 {
	position: absolute;
	top: 18px;
	left: 15em;
}
.shop_table tr th{
	padding-right: 20px;
	color: black;
	font-size: inherit;
	line-height: inherit;
}

form.checkout textarea {
	resize: none;
	width: 175px;
}
.sukot-order-button{
	background: url(images/place-order.png) no-repeat;
	width: 239px;
	height: 66px;
	border: none;
	cursor: pointer;
}

/*widget area*/
#primary{
	position: absolute;
	left: 0;
	width: 178px;
	top: 260px;
	
	padding-right: 10px;
}
#primary .xoxo{
	padding: 0 !important;
}
.widget_shopping_cart{
	border: 2px solid #316120;
	border-left: none;
	border-top-right-radius: 4px;
	border-bottom-right-radius: 4px;
}
.widget_shopping_cart .widget-title {
	margin: 5px 0;
	color: #316120;
}
.widget_shopping_cart_content .buttons{
	margin-top: 4px;
}
.widget_shopping_cart_content .button.checkout img {
	width: 100%;
	height: auto;
}

#shipping_method{
	margin-right: 0;
}

#sukot-store-selection{
	width: 660px;
	font-size: 12px;
	font-style: italic;
}



/* ---------------------------New-----------------------*/
#step2-header{
	background: url(images/Sukot_online_Shop_step2_header.jpg) no-repeat;
	width: 100%;
	height: 78px;
}
#suka-image-and-title{
	margin-left: auto;
	margin-right: auto;
	width: 650px;
}
#suka-image-and-title img{
	width: 650px;
	height: auto;
}

#suka-image-background{
	background-color: #f4f7f4;
	margin-top: 10px;
}

/* Better tTip */
.tip {
	width: 212px;
	padding-top: 37px;
	overflow: hidden;
	display: none;
	position: absolute;
	z-index: 500;
	background: transparent url(images/tipTop.png) no-repeat top;
}
.tipMid {background: transparent url(images/tipMid.png) repeat-y; padding: 0 25px 20px 25px;}
.tipBtm {background: transparent url(images/tipBtm.png) no-repeat bottom; height: 32px;}

/* reset store css after woocommrece update destroy it - Avishay */
body.woocommerce ul.products li.product,
body.woocommerce-page ul.products li.product{
    margin: 0 0 45px 0;
    width: auto;
}
body.woocommerce ul.products li.product a img.order-suka-button{
    width: auto;
    margin: 0;
}
.woocommerce ul.products li.product:nth-child(even) {
    float: none;
}
#sukot-store-selection li a{
	text-decoration: none;
	font-size: 14px;
	color: #2c2c2c;
}
#sukot-store-selection .store-address{
	font-weight: normal;
}
.place-order{
	background: #fff;
}
div.woocommerce table.shop_table tfoot th{
	border: none;
}

.shop-online-button{
color: yellow !important;
}