@charset "utf-8";
/* CSS Document */


.woocommerce label {
	font-weight: 400;
    color: #282a52;
}

/****************general***************/


.woocommerce #respond input#submit,
.woocommerce a.button,
.woocommerce button.button,
.woocommerce input.button  {
	
	display: inline-block;
	cursor: pointer;
    padding: 15px 20px;
	text-align: center;
    color: #ffffff;
    margin-top: 0px;
    font-size: 100%;
    border: #e50043 0px solid;
    border-radius: 40px;
    background-color: #e50043;
	transition: all 0.5s ease;
	
	
	
}
.woocommerce-notices-wrapper {
    text-align: center;
}
.woocommerce #respond input#submit:hover,
.woocommerce a.button:hover,
.woocommerce button.button:hover,
.woocommerce input.button:hover {
		
	-moz-transform: scale(0.9);
-webkit-transform: scale(0.9);
-o-transform: scale(0.9);
-ms-transform: scale(0.9);
transform: scale(0.9);
	
}

.woocommerce #respond input#submit.loading,
.woocommerce a.button.loading,
.woocommerce button.button.loading,
.woocommerce input.button.loading {
    opacity: .25;
    padding-right: 2.618em
}

.woocommerce #respond input#submit.loading::after,
.woocommerce a.button.loading::after,
.woocommerce button.button.loading::after,
.woocommerce input.button.loading::after {
    font-family: FontAwesome;
    content: '\f110';
    vertical-align: top;
    font-weight: 400;
    position: absolute;
    top: .618em;
    right: 1em;
    -webkit-animation: spin 2s linear infinite;
    animation: spin 2s linear infinite
}

.woocommerce .col-1,
.woocommerce .col-2 {
	display: block;
	width: 100%;
	padding:0;
	max-width:100%;
	
}

.wooform .entry ul,
.wooform .entry li {
	margin:0;
	padding:0;
	list-style: none;
}

/************loop**************/

#before-products {
	padding-bottom: 15px;
    padding-top: 15px;
    border-top: 1px solid #e9dfe0;
    border-bottom: 1px solid #e9dfe0;
    margin-bottom: 15px;
}
.woocommerce-ordering  {
	position: relative;
	width:auto;
    display: inline-block;
    margin-right: 10px;
    border: #dfdddd 1px solid;
    outline: none;
    border-radius: 50px;
    padding: 0px 15px;
    background-color: #fff;
    overflow: hidden;
    vertical-align: middle;
}

.woocommerce-ordering select {
	}

.woocommerce-result-count {
	font-size:15px;
	text-align: left;
}

#products-list {
	padding-top:30px;
}
.product-loop {
	position: relative;
	text-align:center;
	padding:15px;
    border-radius: 0px;
	
}

.product-image {
    position: relative;
    width: 100%;
    text-align: center;
    overflow: hidden;
    background-color: #fff;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius:15px;
    padding:15px;
}


.product-image .primg {
	    display: inline-block;
	
	-webkit-transition: all 0.5s ease;
-moz-transition: all 0.5s ease;
-ms-transition: all 0.5s ease;
-o-transition: all 0.5s ease;
transition: all 0.5s ease;
}

.product-image .primg:hover {
	-moz-transform: scale(1.2);
-webkit-transform: scale(1.2);
-o-transform: scale(1.2);
-ms-transform: scale(1.2);
transform: scale(1.2);
	
}


.badge {
	position: absolute;
	display: none;
    top: 0px;
    right: 0px;
    padding: 8px 20px;
    z-index: 10;
    background: #97938a;
	color:#FFF;
	font-size:14px;
	text-align: center;
	border-radius:0px;
		
}

.product-title {	
	margin:10px 0;
	font-size:18px;
	font-weight: 400;
	color:#000000;
	}

.product-title a {
	color:#0e103b;
}
.product-title a:hover {
	color:#e50042;
}

.product-loop .excerpt {
	
}

.loop-price{
	margin-bottom:10px;
	font-size:20px;
	color:#000000;
	font-weight:500;
}

.loop-price del {
	color:#000000;
	font-weight:400;
	font-size:15px;
}

	
.woocommerce .product-addtocart a.button {
	display: block;
	transition: all 0.5s ease;
	width:80%;
	margin-left: auto;
	margin-right: auto;
	text-align: center;
	padding: 10px 10px;
    font-size: 18px;
    font-weight: 400;
    color: #fff;
    border: #1b1d1e 1px solid;
    border-radius: 0px;
    background-color: #1b1d1e;
}

.product-addtocart a:hover {
transform: scale(0.9);

	
}

.add_to_cart_inline {
	position: relative;
}

.added_to_cart.wc-forward {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    display: block;
    padding: 12px 10px;
    color: #fff;
    font-size: 18px;
    font-weight: 600;
    transition: all 0.5s ease;
    margin-left: auto;
    margin-right: auto;
    background-color: #799f9c;
    border-radius: 0px;
    text-align: center;
}
.added_to_cart.wc-forward:hover {
	transform: scale(1);
}


.product-loop .single_variation_wrap {
	position: relative;
	display: flex;
	justify-content: center;
  	
}

.product-loop .woocommerce-variation-price {
	margin-bottom: 0;
	
}


.product-addtocart.simp .display-attribules label {
	display: none;
}
.product-addtocart.simp .display-attribules {
	padding:8px 0;
}

.product-addtocart.simp .display-attribules span {
	display: inline-block;
	padding:7px 8px;
	border: #1c7c49 1px solid;
	background:#FFF;
	border-radius:10px;
	font-size:16px;
}
	
.product-loop .add_to_cart_inline .woocommerce-Price-amount {
	display: none;
	
}

.woocommerce-pagination {
	margin:20px 0;
	text-align: center;
}

.woocommerce-pagination li {
	display: inline-block;
	margin-left:5px;
	font-size:15px;
}

.woocommerce-pagination li a,
.woocommerce-pagination li span {
	display: inline-block;
	border: none;
	border-radius:50%;
	width:32px;
	height:32px;
	line-height:32px;
	text-align: center;
	background:#ffffff;
	color:#000000;
	border:1px solid #e8e8e8;
	font-size: 17.46px;
}

.woocommerce-pagination li a:hover,
.woocommerce-pagination li span {
	background:#e50042;
	color:#fff;
}

.woocommerce-pagination li i {
	-moz-transform: rotate(180deg);
-webkit-transform: rotate(180deg);
-o-transform: rotate(180deg);
-ms-transform: rotate(180deg);
transform: rotate(180deg);
}

/************single**************/
.single-product-title {
	font-size:48px;
	color:#000000;
	margin-bottom:20px;
}

.pr-kashrut {
	font-weight: bold;
}

.pr-kashrut label {
	font-weight: normal;
}

#product-details {
	font-size:20px;
	
}
.product-description  {
	padding:20px 0 0;
	
}

.product-tags {
	margin:30px 0 20px 0;
}

.product-tags a {
	text-decoration: underline #20851a; 
	
}

.variations {
    border-top: #dadfe0 solid thin;
    padding-top: 30px;
}
.woocommerce-product-gallery .flex-control-thumbs li{padding: 0 5px;}
.flex-control-thumbs img{    border: #ccc solid thin;}


.product-tags a:hover {
	text-decoration: underline #799f9c; 
	color: #799f9c;
}


#product-details table.variations tr td {
	width:100%;
	border: none;
}

.images-area .woocommerce-product-gallery__wrapper .woocommerce-product-gallery__image{margin-bottom:10px!important}
#product-details .rtwpvs-button-term {
	margin-left:10px;
	border-radius:40px;
    border: 1px solid #000;	   
}

#product-details .rtwpvs-button-term.selected {
	 box-shadow: 0 0 0 1px #000000;
	     background: #000000;
}
#product-details .rtwpvs-button-term.selected span {
    color: #fff;
}
.variations span.label label {
    color: #e50042;
    font-size: 19px;
    font-weight: 500;
}

#product-details .variations .label {
	display: block;
	font-weight: bold;
	margin-bottom:15px;
	
}


#product-details .reset_variations {
	display: block;
	margin:10px 0;
	font-size:18px;
	color: #F00;
	font-weight:500;
}

#product-details .single_variation_wrap {
	margin-bottom:20px;
	
}

#product-details .single_variation .price {
	font-size:25px;
	color:#799f9c;
	font-weight:600;
}

#product-details .single_variation .price del {
	font-size:20px;
	color:#999;
	font-weight: normal;
}

.single-price{
	font-size:25px;
	font-weight: 600;
	color:#000;
	/*margin-bottom:20px;*/
}
.single-price ins {
    text-decoration: none;
}
.single-price del{
	color:#000;
	font-size:18px;
	font-weight: normal;
	text-decoration:line-through;
}

#product-details .single_variation_wrap .woocommerce-variation-price {
	margin-bottom:15px;
	
}

#product-details .addcart-single.var .woocommerce-variation-add-to-cart {
	position: relative;
	display: block;
	 justify-content: space-between;
  align-items: center;
  
	padding:20px 0px;
}

#product-details  .simple-price-wrap form {
	padding:40px 0;
	border-top: #e8e8e8 1px solid;
	margin-top:20px;
}

#product-details .quantity {
	display: inline-block;
	position: relative;
	margin-left:15px;
		
}

#product-details .quantity:before {
	content:"כמות";
	display: inline-block;
	margin-left:10px;
    font-size: 19px;
    color: #e50042;
    font-weight: 500;
}
#product-details .addcart-single.simp .cart {
	display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 20px 0px;
	flex-wrap: wrap;
}
	
#product-details .addcart-single button {
	font-family: 'Heebo', sans-serif;
    line-height: 51px;
    padding: 0px 15px;
    width: 35%;
    float: left; 
    color: #fff;
    font-weight: 500;
    font-size: 21px;
	background: rgb(243,51,23);
    background: linear-gradient(90deg, rgba(243,51,23,1) 0%, rgba(243,99,23,1) 100%);
    border-radius: 40px;
}


#product-details .cart .quantity input[type="number"] {
	font-family: 'Heebo', sans-serif;
	display: inline-block;
	padding:10px 15px;
	width:150px;
    border: 1px solid #000;
    background: #fff;
    text-align: center;
    font-size: 18px;
    line-height: 18px;
    font-weight: 500;
    border-radius: 40px;
}





#product-details .woocommerce-variation-add-to-cart .screen-reader-text {
	display: inline-block;
	font-size:18px;
	margin-bottom:10px;
	margin-left:10px;
	}



#product-details .woocommerce-variation-add-to-cart input[type="number"]{
	width: 60px;
}

#product-details .woocommerce-variation-add-to-cart button {
}

#product-details .out-of-stock {
	color: #e95a0b;
	font-size:24px;
}

#product-details .display-attribules {
	margin:15px 0;
	font-size:18px;
}

.single-product div#main {
    background-image: none;
}


#related-row .title {
	
	
}

.images-area {
	position: relative;
}


.images-area .stamp {
	position: absolute;
	top: 10px;
	left: 10px;
	z-index:10;
}

.images-area .woocommerce-product-gallery {
	opacity: 1 !important;
}

.images-area .flex-viewport {
	width:100%;	
	margin-bottom:30px;
	text-align: center;
	}

.images-area .woocommerce-product-gallery__wrapper .woocommerce-product-gallery__image {
	border: #e9dfe0 1px solid;
	border-radius:12px;
	overflow: hidden;
    background-color: #fff;
    padding: 15px;
}
.woocommerce-product-gallery .flex-control-thumbs img.flex-active, .woocommerce-product-gallery .flex-control-thumbs img:hover {
    opacity: 1;
    border-color: #e50042;
}

.single-price {
	margin:0px 0;
}

.single-price span {

	
}

.short-description {
	font-size:18px;
	font-weight: 400;
}

.single-price .woocommerce-Price-amount {
	direction: ltr;
}

.single-product .added_to_cart.wc-forward {
	position: relative;
	width: auto;
	padding:12px 20px;
}

.single-product .subtitle {
	font-size:20px;
	color:#20851a;
	margin-bottom:20px;
}

.quality-lables {
	padding:0px 0;
	display:inline-block;
	vertical-align:middle;
}
#related-row {
    padding-bottom: 100px;
}
.quality-lables ul {
	display: flex;
	flex-wrap: wrap;
 
}

.quality-lables ul li {
	padding:0 7px;
}

.the-label {
    width: auto;
    height: auto;
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 8px 18px;
    border-radius: 40px;
    background: transparent;
    border: #e50042 1px solid;
    color: #e50042;
    font-weight: 500;	
}

.the-label a {
	display: block;
	color:#e50042;	
}

.the-label tag {
	display: block;
	text-align: center;
	font-size:16px;
	
}
a.login {
    margin-right: 15px;
}
/**********CATEGORY LOOP**********************/


.filter-btn-container {
    display: none;
    text-align: center;
}

.filter-btn-container button {
	padding:10px 30px;
}

.cat-item {
	position: relative;
	margin-bottom:30px;
	text-align: center;
	
}

.cat-item img {
	display: block;
    opacity: 0.7;
    -webkit-transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    -ms-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
    transition: all 0.5s ease;
}

.cat-item:hover img {
	opacity:1;
}

.woocommerce-loop-category__title {
	position: absolute;
	top:45%;
	width:100%;
	left:0;
	z-index:10;
	font-size:24px;
	font-weight:500;
	color:#FFF;
	text-align:center;
}

.woocommerce-loop-category__title a,
.woocommerce-loop-category__title a:hover {
	color:#799f9c;
}

.woocommerce-loop-category__title mark {
	display: none;
}

.shop-data {
	background:#f4f7fa;
	padding:10px;
	margin-bottom:30px;
	font-size: 16px;
	font-weight: bold;
	color:#b12324;
}

.wc-top-row {
	padding:7px 0;
	border-top:#e8e8e8 1px solid;
	border-bottom:#e8e8e8 1px solid;
}


/**************WIDGETS*************/
.widget_product_categories .cat-item  {
	text-align: right;
	margin-bottom:0;
	font-size:20px;
}

.widget_product_categories .cat-item a {
	display: block;
	padding:20px 0;
    font-size: 18px;
    border-bottom: #f2f2f2 1px solid;
    font-weight: 400;
    color: #1b1d1e;
}



.widget_product_categories .cat-item a:hover {
	color:#799f9c;
}

.widget_product_categories .cat-item.cat-parent a:after {
	content:"\f104";
	font-family:"FontAwesome";
	position: absolute;
	top:8px;
	left:0;
	color:#ca1f27;
	
}

.widget_product_categories .cat-item.cat-parent .children {
	padding-right:30px;
}

.widget_product_categories .cat-item.cat-parent .children a {
	padding-right:30px;
	font-weight:400;
	font-size:18px;
	font-weight:400;
	border-bottom: none;
}

.widget_product_categories .cat-item.cat-parent .children a:after {
	display: none;
}


/**/
#sidebar .widget_yith_wc_category_accordion .cat-item  {
	text-align: right;
	margin:0;
	font-size:20px;
	border-bottom:#dde6de 1px solid;
	padding:0;
	position: relative;
	
}
#sidebar .widget_yith_wc_category_accordion ul.children li:last-child {
	border-bottom: none !important;
}

#sidebar .widget_yith_wc_category_accordion ul.children ul.children li {
	padding-right:30px;
}



#sidebar .widget_yith_wc_category_accordion ul {
	padding-left:0;
}

.widget_yith_wc_category_accordion .cat-item a {
	display: inline-block;
	padding:10px 0;
	font-size:20px;	
	font-weight:600;
}



.widget_yith_wc_category_accordion .cat-item a:hover {
	color:#799f9c;
}

#sidebar .widget_yith_wc_category_accordion ul.children li:before {
	content:"\f104";
	font-family:"FontAwesome";
	margin-left:5px;
	font-size:16px;
	
}

#sidebar .widget_yith_wc_category_accordion ul.ywcca_category_accordion_widget li i {
	float:  none;
	margin:0px;
	position:absolute;
	top: 10px;
	left:5px;
	z-index:10;
	background: none;
	text-indent: 0;
	font-size:24px;
		
}
#sidebar .widget_yith_wc_category_accordion ul.ywcca_category_accordion_widget li i.icon-plus {
	left:15px;
}

#sidebar .widget_yith_wc_category_accordion ul.ywcca_category_accordion_widget li i:after {
	display: inline-block !important;
	color:#ca1f27;
	font-style:normal;
}

#sidebar .widget_yith_wc_category_accordion ul.ywcca_category_accordion_widget li i.icon-minus:after {
	content:"\f104";
	font-family:"FontAwesome";	
}

#sidebar .widget_yith_wc_category_accordion ul.ywcca_category_accordion_widget li i.icon-plus:after {
	content:"\f107";
	font-family:"FontAwesome";
	}


.widget_price_filter .ui-slider .ui-slider-range {
	background:#0b6e16; 
}

.widget_price_filter .price_slider_wrapper .ui-widget-content {
	background:#ca1f27;
}

.widget_price_filter .ui-slider .ui-slider-handle {
	background-color:#0b6e16; 
}


.widget_product_tag_cloud .wp-tag-cloud li {
	text-align: right;
    margin: 0;
    border-bottom: #dde6de 1px solid;
    padding: 0;
    position: relative;
}

.widget_product_tag_cloud .wp-tag-cloud li a {
	display: block;
	padding: 10px 0;
   font-weight: 600;
}


/****************MINI CART*************/
#floating-cart {
	position: fixed;
	top: 100px;
	left:-461px;
	width: 500px;
	max-width:80%;
	z-index:100;
	padding-right:39px;
	
	
	transition: all 0.5s ease;
-webkit-box-shadow: -9px 4px 10px 0px rgba(0, 0, 0, 0.2);
-moz-box-shadow:    -9px 4px 10px 0px rgba(0, 0, 0, 0.2);
box-shadow:         -9px 4px 10px 0px rgba(0, 0, 0, 0.2);
}


#floating-cart.display {
	left:0;
	
}

.fl-cart {
	padding:20px;
	background:#FFF;
	border-radius: 0 20px 0 0;
	min-height:259px
}

.cart-pad {
	position: absolute;
	right:0px;
	top:0;
	width:39px;
	cursor: pointer;


}

.cart-pad span {
	
}

.woocommerce-mini-cart-item {
	display: flex;
	flex-direction:row;
	align-items:center;
	justify-content: space-between;
	padding:10px 10px;
	border-bottom: #e9e9e9 1px solid;
}

.woocommerce-mini-cart-item a {	
	display: flex;
	align-items: center;
	width:60%;
	font-size:16px;
	font-weight:500;
}

.woocommerce-mini-cart-item a.remove {
	display: inline-block;
	width:20px;
	font-size:20px;
}
.woocommerce-mini-cart-item img {
	width:60px;
}



.woocommerce-mini-cart-item img {
	vertical-align: middle;
}



.cart_list li dd {
	margin:0;
	margin-right:5px;
}

.woocommerce-mini-cart-item .variation {
	font-size:14px;
	display: inline-block;
}

.woocommerce-mini-cart-item .quantity {
	font-size:16px;
	color:#e95a0b;
	display:block;
	margin-right:5px;
	padding-right:5px;
	border-right:#e9e9e9 1px solid;
}

.woocommerce-mini-cart__total  {
	font-size:20px;
	font-weight:400;
	color:#e95a0b;
	margin:15px 0;
}

.woocommerce-mini-cart__total  strong {
	font-weight: normal;
}

.woocommerce-mini-cart__buttons {
	text-align: center;
	}

.woocommerce-mini-cart__buttons a.button {
	padding:12px 15px;
	font-size:18px;
	margin-left:7px;
	width:152px;
}


.woocommerce-mini-cart__buttons a.button.checkout {
	background:#a6bd0a;
}

.woocommerce-mini-cart__buttons a.button:hover {
	background:#1f5036;
	-moz-transform: scale(0.8);
-webkit-transform: scale(0.8);
-o-transform: scale(0.8);
-ms-transform: scale(0.8);
transform: scale(0.8);
}


/***************CART PAGE **************/
.coupon {
	position: relative;
	display: block;
}

.coupon:after {
	content:"";
	display: block;
	width:100%;
	clear: both;
	height:10px;
}

.coupon  label {
	display: none;
}

.actions {
	position: relative;
}

.actions button[name="update_cart"] {
	float: left;
	font-weight:400;
	font-size:18px;
	
}

.actions button[aria-disabled="true"] {
	opacity:0.3;
}

.actions button[name="apply_coupon"] {
	font-weight:400;
	font-size:18px;
}

.cart .quantity label {
	display: inline-block;
	margin-left:5px;
}

.woocommerce-cart-form .quantity input {
	display: inline-block;
}

.cart-collaterals .cart_totals  {
	width:50%;
	margin-left: auto;
	margin-right: auto;
}

table.cart tr:last-child td {
	border: none;
}

.woocommerce-cart-form {
	margin-bottom:30px;
}

.entry .shop_table ul,
.entry .shop_table li {
	list-style: none;
}

.woocommerce .wc-proceed-to-checkout {
	text-align: center;
}



.shop_table {
	margin-bottom:30px;
}

.woocommerce .wc-proceed-to-checkout .checkout-button {
	    font-size: 30px;
    padding: 15px 45px 17px;
   
    text-decoration: none;
    color: #fff;
    font-weight: 400;
   background: rgb(243,51,23);
    background: linear-gradient(90deg, rgba(243,51,23,1) 0%, rgba(243,99,23,1) 100%);
}

.woocommerce-cart-form__contents tr.red {
	background:#ffe3de;
}

.entry .backtoshop a {
	display: inline-block;
	padding:12px 45px;
	border-radius:20px;
	font-size:30px;
	font-weight:30;
	background:#cad5a0;
	color:#12472d;
	border:#b0bc82 1px solid;
	text-decoration: none !important;
}

.entry .backtoshop a:hover {
	background:#000;
	color:#FFF;
}



/**********BILLING PAGE ************/
#customer_details {
	font-size:16px;
}

.select2-container--default .select2-selection--single {
	background:#f8f9fb !important;
	}
	
.select2-container--default .select2-selection--single .select2-selection__rendered {
	line-height:38px !important;
}

.select2-container .select2-selection--single {
	height:38px !important;
}

.woocommerce-shipping-fields {
	margin-top:30px;
	
}

.woocommerce-notice {
	font-size:25px;
	text-align: center;
	margin-bottom:30px;
}

.woocommerce-notice--success {
	color:#282a52;
	font-size:1.5em;
}

.addresses .woocommerce-column {
	margin-bottom:30px;
}

.wc-item-meta {
	font-size:0.85em;
}

.woocommerce form {
	 
}

.shop_table {
	margin-bottom:30px;
}
.woocommerce .wc-proceed-to-checkout .checkout-alert {
	color: red;
    line-height: 50px;
	display:none;
}

.woocommerce-cart-form__contents tr.red {
	background:#ffe3de;
}

.woocommerce form#searchform {
	 border: none;
	 padding:0px;
}


.woocommerce form h3 {
	color:#282a52;
	font-weight:300;
	font-size:32px;
}

.form-row.half {
	display: inline-block;
	width:50%;
	padding-left:10px;
	align-self:flex-start;
	vertical-align: top;
}

.form-row.half:last-child {
	padding-left:0;
}

#customer_details {
	display: flex;
}

#customer_details .col-1,
#customer_details .col-2 {
	width:50%;
	padding:0 10px;
	flex: 0 0 50%;
    max-width: 100%;
}

#customer_details label {
	padding-right:10px;
	font-weight:400;
	color:#808080;
	margin-bottom:7px;
	display: block;
}

.place-order button.button {
	 font-size: 32px;
    padding: 9px 30px 14px;
    
    margin-top: 20px;
    color: #fff;
    font-weight: 400;
    background: rgb(243,51,23);
    background: linear-gradient(90deg, rgba(243,51,23,1) 0%, rgba(243,99,23,1) 100%);
}

/*********ACCOUNT************/

.woocommerce-MyAccount-navigation {
	font-size:22px;
	/*border-bottom: #eff7f0 3px solid;*/
	margin-bottom:20px;
	
}

.woocommerce-MyAccount-navigation ul {
	margin:0 !important;
	padding:0;
}
.woocommerce-info {
    color:#ffffff;    
    text-align: center;
        background: #e50043;
}
.woocommerce-MyAccount-navigation li:before {
	display: none;
}

.woocommerce-MyAccount-navigation li {
	display: inline-block;
	margin-bottom:0;
}
.woocommerce-Message.woocommerce-Message--info.woocommerce-info a.woocommerce-Button.button {
    border: #fff solid thin;
    color: #fff;
}
.woocommerce-message{
   background: #ffe3ed;
}
.woocommerce-account .woocommerce-MyAccount-navigation li.is-active a {
    background: #e50043;
}
.woocommerce-MyAccount-navigation li a {
	padding:10px 20px;	
	display: block;
	background:#000;
	color:#FFF;
	font-weight:400;
}
.woocommerce-MyAccount-navigation li a:hover {
	background:#e50043;
	color:#FFF;
}

.woocommerce-Message .button {
	margin-left:20px;
}

.woocommerce-Address-title.title {
	text-align:inherit;
	margin-bottom:10px;
	
} 

.woocommerce-Address-title.title h3  {
	
}

.woocommerce-Address-title.title:before {
	width:0;
	border: none;
}

.woocommerce-account .addresses .title .edit {
	display: inline-block;
	font-size:18px;
	text-decoration: underline;
	position: absolute;
	top:10px;
	left:0;
	color:#b12324;
}
.woocommerce-Address-title.title:before {
    content: none;
}
.woocommerce-Address-title.title:after {
    content: none;
}
.woocommerce-MyAccount-content address {
	font-style: normal;
    margin-bottom: 0;
    border: 1px solid rgba(0, 0, 0, .1);
    border-bottom-width: 2px;
    border-right-width: 2px;
    width: 100%;
    border-radius: 5px;
    padding: 15px 15px;
    background: #fff1f5;
    font-size: 16px;
}

.woocommerce-MyAccount-content .woocommerce-Address  {
	margin-bottom:30px;
}
.woocommerce-MyAccount-content form {
	
	padding:30px;
}

.woocommerce-MyAccount-content form h3 {
	font-size:22px;
	color:#e92c63;
	margin-bottom:20px;
}

.woocommerce form.login {
	width:50%;
	margin-left: auto;
	margin-right: auto;
}

.woocommerce-form-login button {
	display: block;
	width:100%;
}

.woocommerce-LostPassword  {
	text-align: left;
}


.woocommerce-LostPassword a {
	text-decoration: underline;
	color:#b12324;
}

.woocommerce-LostPassword a:hover {
	text-decoration: none;
}

.woocommerce-mini-cart__empty-message {
	text-align: center;
		
	}
	
.wooform .entry .woocommerce-order-overview  {
	margin-bottom:40px;
	font-size:20px;
}

.wooform .entry h2 {
	font-weight:600;
}

.woocommerce-order-details {
	margin-bottom:40px;
}



.woocommerce .woocommerce-customer-details .col-1, 
.woocommerce .woocommerce-customer-details .col-2 {
	width:45%;
	padding:0 15px;
	display: inline-block;
	vertical-align: top;
}

.woocommerce-orders-table th {
	padding:10px 7px;
}

#billing_city_field {
	
}

/******************SHIPPING********************/

#shipping_method li label .chunk2 {
	font-weight:300;
	font-size:16px;
}

#calc_shipping_country_field {
	display: none !important;
}
/**********/


 
@media only screen and (max-width: 420px) {

/* START Make the cart table responsive */
/* http://css-tricks.com/responsive-data-tables/ */

/* Force table to not be like tables anymore */
.woocommerce-page table.shop_table, 
.woocommerce-page table.shop_table thead, 
.woocommerce-page table.shop_table tbody, 
.woocommerce-page table.shop_table th, 
.woocommerce-page table.shop_table td, 
.woocommerce-page table.shop_table tr { 
	display: block; 
}
	


/* Hide table headers (but not display: none;, for accessibility) */



.woocommerce-page table.shop_table thead tr { 
	position: absolute;
	display: none;
}

.woocommerce-page table.shop_table tr {
	margin-bottom:15px;
}

.woocommerce-page table.shop_table td { 
	/* Behave  like a "row" */
	border: 1px solid #d2d3d3; 
	position: relative;
	padding-right: 20% !important; 
}
	.woocommerce-page table.shop_table td.actions,.woocommerce-page .cart_totals table.shop_table td{
		padding-right:0px !important;
	}
	.actions button[name="update_cart"]{
		float:none;
		display: block;
		width: 100%;
	}
.woocommerce-page table.shop_table td.product-total { 
padding-right: 25% !important; 
}

.woocommerce-page table.shop_table td 
.woocommerce-page table.shop_table {
	border: none;
}

.woocommerce-page table.shop_table td.product-spacer {
	border-color: #FFF;
	height: 10px;
}

.woocommerce-page table.shop_table td:before { 
	/* Now like a table header */
	position: absolute;
	/* Top/left values mimic padding */
	top: 10px;
	right: 6px;
	width: 35%; 
	padding-left: 10px; 
	white-space: nowrap;
	font-weight: bold;
	
}

.woocommerce-checkout-review-order-table tfoot {
	width:100%;
	display: block;
}

/*
Label the data
*/
.woocommerce-page table.shop_table td.product-remove:before {
	content: "מחק";
}

.woocommerce-page table.shop_table td.product-thumbnail:before {
	content: "תמונה";
}

.woocommerce-page table.shop_table td.product-name:before {
	content: "מוצר";
}

.woocommerce-page table.shop_table td.product-price:before {
	content: "מחיר";
}

.woocommerce-page table.shop_table td.product-quantity:before {
	content: "כמות";
}

.woocommerce-page table.shop_table td.product-subtotal:before {
	content: "סכום";
}

.woocommerce-page table.shop_table td.product-total:before {
	content: "סך הכול";
}

.woocommerce .quantity, 
.woocommerce #content .quantity, 
.woocommerce-page .quantity, 
.woocommerce-page #content .quantity {
	margin: 0;
}

.woocommerce-page table.cart td.actions, 
.woocommerce-page #content table.cart td.actions {
	text-align: left;
	border:0;
	padding-left: 6px !important;
}

.woocommerce-page table.cart td.actions .button.alt, 
.woocommerce-page #content table.cart td.actions .button.alt {
	float: left;
	margin-top: 10px;
}

.woocommerce-page table.cart td.actions div, 
.woocommerce-page #content table.cart td.actions div,
.woocommerce-page table.cart td.actions input, 
.woocommerce-page #content table.cart td.actions input {
	margin-bottom: 10px;
}

.woocommerce-page .cart-collaterals {
	float: none;
	margin-top:20px;
}

.actions button {
	float: none;
}

.woocommerce-page .cart-collaterals .cart_totals {
	width: 100%;
	float: none;
	
}

.woocommerce-page .cart-collaterals .cart_totals th, 
.woocommerce-page .cart-collaterals .cart_totals td {
	border:0 !important;
}

.woocommerce-page .cart-collaterals .cart_totals table tr.cart-subtotal td,
.woocommerce-page .cart-collaterals .cart_totals table tr.shipping td,
.woocommerce-page .cart-collaterals .cart_totals table tr.total td {
	padding-left: 6px !important;
}

.woocommerce-page table.shop_table tr.cart-subtotal td,
.woocommerce-page table.shop_table tr.shipping td,
.woocommerce-page table.shop_table tr.total td,
.woocommerce-page table.shop_table.order_details tfoot th,
.woocommerce-page table.shop_table.order_details tfoot td {
	padding-left: 6px !important;
	border:0 !important;
}

.woocommerce-page table.shop_table tbody {
	padding-top: 10px;
}

.woocommerce .col2-set .col-1, 
.woocommerce-page .col2-set .col-1,
.woocommerce .col2-set .col-2, 
.woocommerce-page .col2-set .col-2,
.woocommerce form .form-row-first, 
.woocommerce form .form-row-last, 
.woocommerce-page form .form-row-first, 
.woocommerce-page form .form-row-last {
	float: none;
	width: 100%;
}

.woocommerce .order_details ul, 
.woocommerce-page .order_details ul,
.woocommerce .order_details, 
.woocommerce-page .order_details {
	padding:0;
}

.woocommerce .order_details li, 
.woocommerce-page .order_details li {
	clear: left;
	margin-bottom: 10px;
	border:0;
}

}

/* END Make the cart table responsive */

.rtwpvs-button-term span {
    font-size: 16px;
    padding: 10px 30px !important;
}
.woocommerce-ordering select{
    outline:none;
    border:none;
    padding: 10px 0px;
}
.btn-submit{
  background-color: #282a52;
    background-image: none;  
}
.btn.focus, .btn:focus{
     background-color: #799f9c;   
}

.loop-price del .amount {
    color: #000000 !important;
    font-size: 14px !important;
}
.loop-price ins {
    text-decoration: none;
}
.woocommerce-cart-form .quantity input[type="number"]{
    background: #ffffff;
}
