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

.woocommerce input,
.woocommerce textarea, 
.woocommerce select {
	
	}

.woocommerce label {
	display: inline-block;
	font-weight:300;
	padding-right:10px;
}

/************loop**************/
.product-loop {
	position: relative;
	padding:15px;
	margin-bottom:30px;
	text-align:center;
	overflow: hidden;
	background:#FFF;
	border: #e1e1e1 1px solid;
	border-radius:16px;
	box-shadow: 4px 4px 5px 0px rgba(50, 50, 50, 0.1);
	
}

.product-image-area {
	position: relative;
}

.product-image {	
	
}

.product-image-area a.permalink {
	display: block;
	height:100%;
	position: absolute;
	z-index:20;
	width:100%;
}

.product-image-area .primg {
	display: 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-area:hover .primg {
	opacity:1;
}

.pr-labels {
	position:absolute;
	bottom:20px;
	z-index:10;
	width:100%;
	left:0;
	}
	
.pr-labels li {
	display: inline-block;
	margin-left:10px;
	margin-bottom:10px;
}

.badge {
	position: absolute;
	width:47px;
	height:47px;
	line-height:47px;
	text-align: center;
	top:-5px;
	right:-5px;
	z-index:10;
	background: url(../../images/salef.png);
	color:#FFF;
	font-size:12px;
	text-transform: uppercase;
	}


.product-title {
	margin:10px 0;
	font-size:20px;
	font-weight: 500;
	color:#000;
	margin-bottom:10px;
	
}

.product-title a {
	color:#000;
}
.product-title a:hover {
	color:#e92067;
}

.product-loop .excerpt {
	margin-bottom: 15px;
}

.product-loop .product-addtocart a.button {
	font-size:18px;
	font-weight:500;
	color:#fbab22;
	letter-spacing: -0.8px;
	padding:8px 15px;
}

.product-loop .product-addtocart del {
	color:#808080;
	font-weight:400;
	text-decoration: line-through;
	margin-left:10px;
	font-size:15px;
}

.product-price ins {
	
	}

.loop-product-atributes {
	display: block;
	font-size:16px;
	color:#909090;
	font-weight:400;
	margin-top:5px;
}
	
.add_to_cart_inline a.button {
	display: block;
	width:200px;
	max-width:95%;
	margin: 10px auto;
	margin-top: 10px;
	
}

.add_to_cart_inline .added_to_cart  {
	position: absolute;
	bottom:15px;
	z-index:10;
	width:200px;
	left:calc(50% - 100px);
	max-width:95%;
	display: inline-block;
    padding: 8px 35px;
    font-size: 20px;
    font-weight: 600;
    color: #FFF;
    border: none;
    border-radius: 20px;
	background:#fbab22;
	}


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

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

.woocommerce-pagination li a,
.woocommerce-pagination li span {
	display: inline-block;
	padding:5px;
	width:40px;
	height:40px;
	line-height:40px;
	text-align: center;
	    border: #e1e1e1 1px solid;
		border-radius:100%;
	
}

.woocommerce-pagination li a:hover,
.woocommerce-pagination li span {
	background:#fbab22;
	color:#FFF;
	border-radius:100%;
}

.woocommerce-pagination li a.next,
.woocommerce-pagination li a.prev {
	border: none;
color:#e92067;
background: none;
font-size:22px;
}

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

}

/************single**************/
#product-details {
	font-size:20px;
	
}
.product-content  {
	margin-bottom:20px;
	
}

.product-content .entry {
	margin-bottom:30px;
	border-bottom:#e8e8e8 1px solid;
}
.single-product-atributes {
	margin-bottom:20px;
	font-size:16px;
	font-weight:500;
}

.product-type-simple .addcart-single {
	position: relative;
	background:url(../../images/pink_bg.jpg);
	border-radius:30px;
	padding:10px 30px;
}

.product-type-simple .addcart-single .cart {
	
  
}

.woocommerce-variation-add-to-cart {
	
  background:url(../../images/pink_bg.jpg);
	border-radius:30px;
	padding:10px 30px;
}

.addcart-single button {
	padding:10px 35px;
	font-size:22px;
}
#product-details table.variations tbody {
	display: flex;
}

#product-details table.variations tr {
	display: flex;
	width:100%;
	flex-direction:column;
	
}


#product-details table.variations tr td {
	width:100%;
	direction: ltr;
	text-align: right;
}

.rtwpvs .rtwpvs-terms-wrapper {
	justify-content: flex-end;
}

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

#product-details .button-variable-wrapper li {
	display: inline-block;
	margin-left:10px;
	margin-bottom:15px;
}

#product-details .button-variable-wrapper li span {
	display: inline-block;
	padding:15px;	
	border: #e8e8e8 1px solid;
	border-radius:6px;	
}

#product-details .button-variable-wrapper li.selected span {
	border: #af1f24 1px solid;
}

#product-details .reset_variations {
	font-size:16px;
	color:#ea1b64;
	font-weight:500;
	}

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


#product-details .quantity {
	display: inline-block;
	position: relative;
	
}

.woocommerce-variation-price {
	font-size: 26px;
    font-weight: 500;
    color: #efa019;
    margin-bottom: 20px
}


#product-details  .simple-price-wrap form {
	padding:40px 0;
	border-top: #e8e8e8 1px solid;
	margin-top:20px;
}
#product-details .cart .quantity label {
	color:#e92067;
	font-size:18px;
	margin-left:10px;
	}
	
#product-details .cart .quantity input[type="button"] {
	font-family: 'Rubik', sans-serif;
	display: inline-block;
	
	}

#product-details .cart .quantity input[type="button"]:hover {
	
	
}

#product-details .cart .quantity input[type="number"] {
	font-family: 'Rubik', sans-serif;
	display: inline-block;
	padding:10px 4px;
	width:50px;
	background:#FFF;
	border-radius:0;
	text-align:center;
	margin-left:-4px;
	font-size:17px;
	line-height:21px;
}



#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 {
}


#related-row {
	margin-bottom:30px;
	background:url(../../images/pink_bg.jpg);
	background-size: cover;
}

#related-row .title {
	background: url(../../images/pattern_2.png) top center no-repeat;
	text-align:center;
	font-size:35px;
	font-weight:500;
	padding:15px 30px;
	
}

.images-area {
	position: relative;
}

.woocommerce-product-gallery .woocommerce-product-gallery__wrapper {
	border: #d8d8d8 1px solid;
   	border-radius:20px;
	overflow: hidden;
}

.woocommerce-product-gallery {
	display: flex;
}

.flex-control-nav {
	width:100px;
	margin-right:10px;
	margin-top:0;
	padding-right:0;
	
}

.images-area .flex-viewport {
	width:100%;	
	text-align: center;
	border: #d8d8d8 1px solid;
   	border-radius:20px;
	overflow: hidden;
	}

.woocommerce-product-gallery__image {
	
}

.images-area .flex-viewport .woocommerce-product-gallery__image {
	padding:0;
	border: none;
	border-radius: 0;
}



.images-area .flex-control-thumbs li {
	margin-bottom:10px;
	padding:5px;
	border:#d8d8d8 1px solid;
	border-radius:10px;
	overflow: hidden;	
}

.images-area .flex-control-thumbs li:focus,
.images-area .flex-control-thumbs li:hover {
	border:#ea1b64 1px solid;
}

.single-product-title {
	font-size:26px;
	color:#ea1b64;
	margin-bottom:20px;
}

.single-price {
	font-size:22px;
	font-weight:500;
	color:#efa019;
	margin-bottom:20px;
}

.single-price span {
	display: inline-block;
	margin-left:5px;
}

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

.single-price del {
	color:#999;
	text-decoration: line-through;
}
abbr {
	text-decoration: none;
}

.product-addon-fields {
	margin-bottom:20px;
}

.product-addon-fields p {
	display: flex;
}

.product-addon-fields label {
	display: block;
	padding-top:5px;
	width:20%;
	padding-left:10px;
	font-size:16px;
	font-weight:400;
}

.ui-timepicker-container {
	z-index:999999 !important;
}


.product-addon-fields input,
.product-addon-fields select,
.product-addon-fields textarea {
	width:80%;
	border-radius:4px;
	
}

/**********CATEGORY LOOP**********************/


.widget_product_categories .cat-item a {
	position: relative;
	display: block;
	padding:10px 10px;
	border-bottom:#dfd6d6 1px solid;
	font-weight:500;
}
.widget_product_categories .cat-item a:hover {
	color:#ea1b64;
}

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

.widget_product_categories .cat-item.cat-parent .children a {
	padding-right:30px;
	font-weight:400;
}

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

.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;
}

.cat-item.child-child a {
	padding-right:30px;
	font-size:17px;
}


ul.sub.child.level-2 {
	
}

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

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

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

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

.woocommerce-ordering {
	position: relative;
	
}

.ordering-label {
	display: inline-block;
	margin-left:10px;
	font-size:18px;
	font-weight:500;
}

.ordering-label i {
	font-size:26px;
	margin-left:5px;
}

.woocommerce-ordering  {
	padding:10px 0 !important;
	width:70%;
	
}


.woocommerce-ordering select {
	display: inline-block;
	padding:5px 5px;
	font-weight: normal;
	border-radius:10px;
	
}

.woocommerce-result-count {
	padding-top:10px;
	text-align: left;
	font-size:16px;
}

#tabs .r-tabs-nav {
	position: absolute;
	top: -55px;
	width:66%;
	right:0;
}

#tabs .r-tabs-nav li a  {
	display: inline-block;
	padding:7px 15px;
	background:#f0f5ec;
	font-size:14px;
	font-weight:500;
	border-radius:4px;
	
}

#tabs .r-tabs-nav li a .chunk1 {
	display: none;
}

#tabs .r-tabs-nav li.r-tabs-state-active a {
	background:#e92067;
	color:#FFF;
}

#tabs .r-tabs-nav li a:hover {
	background:#e92067;
}

#tabs .pr-tab {
	padding-top: 40px;
}

/**************CART WIDGET****************/
#floating-sidebar {
	position: fixed;
	width:360px;
	top: 200px;
	right:-360px;
	z-index:100;
	background:#FFF;
	border-radius: 0px 0 0 10px;
	padding:20px;
	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-sidebar.dispaly {
	right:0;
}

.cart-pad {
	position: absolute;
	left:-80px;
	top:0;
	width:80px;
	padding:8px;
	border-radius: 10px 0 0 10px;
	color:#FFF;
	font-weight:800;
	cursor: pointer;
		
	background-image: -webkit-gradient( linear, right top, left top, color-stop(0, #FBB513), color-stop(1, #B22323) );
    background-image: -o-linear-gradient(left, #FBB513 0%, #B22323 100%);
    background-image: -moz-linear-gradient(left, #FBB513 0%, #B22323 100%);
    background-image: -webkit-linear-gradient(left, #FBB513 0%, #B22323 100%);
    background-image: -ms-linear-gradient(left, #FBB513 0%, #B22323 100%);
    background-image: linear-gradient(to left, #FBB513 0%, #B22323 100%);
    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);

}

.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: block;
	width:60%;
	font-size:16px;
	font-weight:500;
}

.woocommerce-mini-cart-item a.remove {
	width: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:14px;
	display: inline-block;
	margin-right:5px;
	padding-right:5px;
	border-right:#e9e9e9 1px solid;
}

.woocommerce-mini-cart__total  {
	font-size:20px;
	font-weight:800;
	margin:10px 0;
}

.woocommerce-mini-cart__buttons {
	text-align: center;
	padding-top:20px;
}



/***************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[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 td:last-child {
	
}

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

.cart_item .product-name a {
	font-weight: bold;
}

.cart_item .product-name dl {
	display: flex;
	flex-wrap: wrap;
}

.cart_item .product-name dt {
	width:20%;	
	font-weight:400;
	margin:0;
}

.cart_item .product-name dd {
	width:80%;
	margin:0;
	overflow: hidden;
}


.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:10px 45px;
	font-weight:400;
}

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


/**********BILLING PAGE ************/

.woo-form-content {
	background:#f3ebeb;
	padding:50px 30px;
	border-radius:20px;
}
#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:#e92067;
	font-size:1.5em;
}

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

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

.woocommerce form {
	  padding:10px;
}

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

.woocommerce form h3 {
	color:#000;
	font-weight:600;
	font-size:26px;
}

.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;
}

#payment {
	background:#FFF;
	padding:20px;
}

.place-order button {
	font-size: 30px;
    padding: 10px 45px;
    font-weight: 400;
}

/*********ACCOUNT************/
.woo-content {
	width:80%;
	margin: 0 auto;
}

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

.woocommerce-MyAccount-navigation ul {
	margin:0 !important;
	padding:0;
}

.woocommerce-MyAccount-navigation li:before {
	display: none;
}

.woocommerce-MyAccount-navigation li {
	display: inline-block;
}

.woocommerce-MyAccount-navigation li a {
	padding:10px 20px;	
	display: block;
	background:#e92067;
	color:#FFF;
}
.woocommerce-MyAccount-navigation li a:hover {
	background:#4ab0be;
	color:#FFF;
}

.woocommerce-Message .button {
	margin-left:20px;
	color:#FFF;
	font-weight:400;
	font-size:16px;
	text-decoration: none !important;
}

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

.woocommerce-Address-title.title h3  {
	color:#4ab0be;
	font-size:28px;
	font-weight:300;
}

.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:#4ab0be;
}

.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: #f8f9fb;
    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:#ab1c55;
	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:#4ab0be;
}

.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;
}


 
@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.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 */
