.products {
  margin-left: 0;
}

.products .product_row:first-child li {
  border-top: 1px solid #ddd;
}

.products li {
  float: none;
  display: inline-block;
  vertical-align: top;
  margin-right: -3px; 
  border-right: 1px solid #ddd;
  border-bottom: 1px solid #ddd;
  position: relative;
  padding: 20px 15px;
}

.products li.last {
  border-right: none;
}

.products li .product-image-link {
  position: relative;
  display: block;
  text-align: center;
  font-size: 0;
  margin-bottom: 15px;
  height: 150px;
  overflow: hidden;
  border-radius: 15px;
  vertical-align: middle;
  white-space: nowrap;
}

.products li .product-image-link > span {
  display: inline-block;
  height: 100%;
  vertical-align: middle;
}

.products li .product-image-link img {
  vertical-align: middle;
  border: 0;
}

.products li h3 {
  display: block;
  margin: 0 0 10px 0;
  font-size: 13px;
  font-weight: 700;
  line-height: 1.3em;
  text-align: center;
}

.woocommerce-breadcrumb {
  padding: 15px 0;
  font-size: 11px;
  color: #6d6e6d;
  border-bottom: 1px dotted #b2b1b1;
  border-top: 1px dotted #b2b1b1;
  margin: 0 0 18px 0;
}

.hdng {
  margin: 0 0 7px 0;
  padding: 0;
  font-size: 30px;
  font-weight: 700;
  color: #4f4f4f;
  background: 0;
  border: 0;
}

.woocommerce h1.widget-title {
  font-size: 16px;
  font-style: italic;
  margin-top: 0;
  background: rgba(75, 99, 127, .6);
  padding: 15px;
  color: #fff;
  box-shadow: inset 0 0 0 1px #fff;
  margin-bottom: 0;
}

.woocommerce .widget {
  border: 1px dotted #b2b1b1;
  background: rgba(75, 99, 127, .1);
  box-shadow: inset 0 0 0 1px #fff;
}

.woocommerce .widget_product_categories ul {
  list-style: none;
  padding-left: 0;
  padding: 15px;
}

.woocommerce .widget_product_categories a {
  color: #828792;
  font-size: 12px;
}

.price .amount,
.price .amount_none {
  font-weight: bold;
  font-size: 1.1em;
  color: #4f4f4f;
}

.price .amount_none {
  font-size: .9em;
  line-height: 1.1em;
}

h1.product_title {
  font-size: 18px;
  margin-top: 0;
}

.alert-success .button.wc-forward {
  float: right;
  color: #3c763d;
  font-weight: bold;
}


.cart .quantity input.plus, .cart .quantity input.minus {
	font-weight: normal!important;
    height: 32px;
    font-size: 16px;
    width: 32px;
}

.cart .quantity input.qty {
 	height: 32px;
    width: 32px;
 }
.cart .quantity input.plus, .cart .quantity input.minus {
    background-color: #F8F8F8;
    background-repeat: repeat-x;
    border: 1px solid #E1E1E1;
    border-radius: 0 0 0 0;
    color: #666666;
    cursor: pointer;
    display: inline!important;
    height: 35px;
    line-height: 35px;
    margin: 0;
    padding: 0;
    vertical-align: middle;
    width: 35px;
    position: relative;
}
.woocommerce .cart .quantity input.qty {
    border-left: medium none;
    border-right: medium none;
    display: inline;
    height: 35px;
    line-height: 35px;
    margin: 0;
    padding: 0 5px;
    text-align: center;
    vertical-align: middle;
    width: 35px;
     position: relative;

}

.woocommerce .cart .quantity input.qty::-webkit-outer-spin-button, 
.woocommerce .cart .quantity input.qty::-webkit-inner-spin-button {
       -webkit-appearance: none;
    margin: 0;
}

.quant {
  margin-right: 10px;
}

.product_meta {
  margin-top: 15px;
}

.widget {
  margin-bottom: 15px;
}

.widget_shopping_cart_content {
  padding: 15px;
  font-size: 12px;
}

.cart_list {
  list-style: none;
  padding-left: 0;
}

.cart_list img {
  display: none;
}

.widget_shopping_cart_content .total {
  border-bottom: 1px dotted #b2b1b1;
  border-top: 1px dotted #b2b1b1;
  padding: 10px 0;
}

.widget_shopping_cart_content .button.wc-forward {
  padding: 8px 11px;
  width: 100%;
  border-radius: 3px;
  text-align: center;
  display: block;
  border: 1px solid #DADADA;
  background: #fff;
  margin-bottom: 10px;
}

.widget_shopping_cart_content .button.checkout.wc-forward {
  color: #fff;
  background-color: rgb(238,93,77);
		background-image: -ms-linear-gradient(top,rgb(238,93,77),rgb(232,58,52));
		background-image: -webkit-gradient(linear,0 0,0 100%,from(rgb(238,93,77)),to(rgb(232,58,52)));
		background-image: -webkit-linear-gradient(top,rgb(238,93,77),rgb(232,58,52));
		background-image: -o-linear-gradient(top,rgb(238,93,77),rgb(232,58,52));
		background-image: linear-gradient(top,rgb(238,93,77),rgb(232,58,52));
		background-image: -moz-linear-gradient(top,rgb(238,93,77),rgb(232,58,52));
}



.woocommerce .cart-collaterals .cart_totals {
	float: left!important;
	text-align: left!important;
}

.woocommerce table.cart img, .woocommerce #content table.cart img, .woocommerce-page table.cart img, .woocommerce-page #content table.cart img {
	width: 60px!important;
	height: 60px!important;
}

.woocommerce table.shop_table, .woocommerce-page table.shop_table {
	border-radius: 0px!important;	
	-moz-border-radius: 0px!important;	
	-webkit-border-radius: 0px!important;	
	-o-border-radius: 0px!important;
	border: none!important;
}

.woocommerce table.cart td {
	padding: 10px!important;
}

.woocommerce table.cart tr td:first-child {
	padding-left: 0px!important;
}

.woocommerce table.cart tr td:last-child {
	padding-right: 0px!important;
}

.woocommerce table.cart a.remove, .woocommerce #content table.cart a.remove, .woocommerce-page table.cart a.remove, .woocommerce-page #content table.cart a.remove {
	transition: all 0.2s linear;
	font-size: 16px!important;
	padding: 0px!important;
	line-height: 17px!important;
	width: 20px!important;
	height: 20px!important;
	-webkit-transition: all 0.2s linear;
	-o-transition: all 0.2s linear;
	-moz-transition: all 0.2s linear;
}

.woocommerce table.cart .product-thumbnail a, .woocommerce table.cart .product-thumbnail a img {
	display: block;
}

.woocommerce-page table.cart a.remove:hover {
	color: #fff!important;
}

.woocommerce .cart-collaterals .shipping_calculator, .woocommerce-page .cart-collaterals .shipping_calculator {
	margin-top: 0px!Important;
}

.woocommerce table.shop_table td, .woocommerce-page table.shop_table td {
border-top: 1px solid rgba(0,0,0,.1);
padding: 6px 12px;
vertical-align: middle;
}

.cart_totals th {
  padding-right: 10px;
}

.woocommerce-billing-fields h3,
.woocommerce-shipping-fields h3#ship-to-different-address label {
  font-size: 16px;
  padding-left: 0;
  font-weight: normal;
}

.woocommerce-billing-fields h3,
.woocommerce-shipping-fields h3 {
  margin-top: 0;
  display: inline-block;
  height: 20px;
}

.woocommerce-billing-fields h3 {
  height: 24px;
}

.woocommerce-shipping-fields h3#ship-to-different-address label {
  float: left;
  margin-right: 15px;
  margin-top: 0;
  margin-bottom: 0;
}

.shipping_address,
.woocommerce-billing-fields {
  clear: both;
}

#ship-to-different-address-checkbox {
  float: left;
  margin-bottom: 0;
  margin-top: 0;
}

.address-field label {
  margin-right: 10px;
  color: #888;
}

.woocommerce table.shop_table th, .woocommerce-page table.shop_table th, .woocommerce table.shop_table tfoot td, .woocommerce table.shop_table tfoot th, .woocommerce-page table.shop_table tfoot td, .woocommerce-page table.shop_table tfoot th {
	font-weight: bold;
	color: #333;
}

.woocommerce #payment div.form-row, .woocommerce-page #payment div.form-row {
	padding: 15px 0px!important;	
}

.shop_table {
  width: 100%;
  margin-bottom: 20px;
}

.shop_table th {
  border-top: 1px solid rgba(0,0,0,.1);
  border-right: 2px solid #fff;
  padding-left: 12px;
}

.shop_table th.product-name,
.shop_table th.product-total,
.shop_table th.product-thumbnail,
.shop_table th.product-remove,
.shop_table th.product-price,
.shop_table th.product-quantity,
.shop_table th.product-subtotal {
  border-top: none;
}

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

.payment_methods.methods {
  list-style: none;
  padding-left: 0;
}

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

.woocommerce-pagination > ul {
  list-style: none;
  padding: 0;
}

.woocommerce-pagination > ul > li {
  display: inline-block;
}

.woocommerce-pagination > ul > li > a,
.woocommerce-pagination > ul > li .current {
  display: block;
  height: 36px;
  line-height: 34px;
  width: 40px;
  text-align: center;
  border: 1px solid #428bca;
}

.woocommerce-pagination > ul > li .current {
  border-color: #888;
}