/*
 Theme Name:   Clean Theme | Shop Theme
 Theme URI:    https://ii4q.com
 Description:  Child Theme
 Author:       M Ellegaard;
 Author URI:   http://me1970.com/
 Template:     cleanTheme
 Version:      1.0.0
 Tags:         Responsive Design, Responsive Menu, CSS Animations
 Text Domain:  cleanTheme-shop-theme-child
*/

@import url("../cleanTheme/style.css");

h2.woocommerce {
    text-align: center !important;
	margin: 0 0 20px 0 !important;
}

h4.view-order {
    width: 70px !important;
    float: left;
    }

hr.margin-bottom {
    margin: 0 0 40px 0;
}

hr.margin-top-bottom {
    margin: 20px 0 20px 0;
}

p.pre-order{
    margin: 0 0 20px 0;
}

.woocommerce .woocommerce-customer-details address {
    border: none !important;
    padding: 0 !important;
}

.woocommerce div.product .out-of-stock {
    text-transform: uppercase !important;
    color: #000 !important;
}

.woocommerce-MyAccount-content {
    float: left;
    width: 100%;
}

header.woocommerce-Address-title.title {
    position: relative !important;
    background-color: transparent !important;
    margin: 0 0 20px 0;
    height: 100px;
}

header.woocommerce-Address-title.title h3 {
    margin: 0 0 10px 0;
}

.woocommerce-Address address, .woocommerce .woocommerce-customer-details address {
    font-size: 1.2em !important;
    line-height: 1.2 !important;
    float: left !important;
    border: 1px solid #000 !important;
    padding: 30px 70px !important;
    border-radius: 0 !important;
    width:auto !important;
}

.woocommerce-EditAccountForm.edit-account, .woocommerce-address-fields {
    width: calc(50% - 20px) !important;
    margin: 0 auto 0 auto;
    float: left;
    padding: 10px;
}

p.my-account  {
    font-size: 1em;
    text-transform: uppercase;
    font-weight: 500;
    text-decoration: underline;
    text-align: center;
}

p.woocommerce-form-row span {
    margin-top: 5px;
    float: left;
}

.woocommerce-MyAccount-content {
    padding: 10px !important;
    width: calc(100% - 20px) !important;
}

/*-----------------------------------------------------------------------------------*/
/*	WOO | MY ACCOUNT ORDERS PAGE
/*-----------------------------------------------------------------------------------*/

.woocommerce table.shop_table_responsive.my_account_orders tr td::before, .woocommerce-page table.shop_table_responsive.my_account_orders tr td::before {
    content: none !important;
    margin: 0 !important;
}

.woocommerce-orders-table__header-order-actions, .woocommerce table.my_account_orders .button {
    margin: 0 0 0 20px;
    float: right !important;
}

/*-----------------------------------------------------------------------------------*/
/*	WOO | MY ACCOUNT ORDER DETAILS PAGE
/*-----------------------------------------------------------------------------------*/

h2.woocommerce-order-details__title {
    margin: 20px 0 20px 0;
}

table.woocommerce-table--order-details th.woocommerce-table__product-name.product-name, table.woocommerce-table--order-details th.woocommerce-table__product-table.product-total, table.woocommerce-table--order-details td.woocommerce-table__product-name.product-name, table.woocommerce-table--order-details td.woocommerce-table__product-total.product-total {
    padding: 10px 0 10px 0 !important;
}

.woocommerce .woocommerce-customer-details .woocommerce-customer-details--phone::before, .woocommerce .woocommerce-customer-details .woocommerce-customer-details--email::before {
    content:'' !important;
}

.woocommerce .woocommerce-customer-details .woocommerce-customer-details--email, .woocommerce .woocommerce-customer-details .woocommerce-customer-details--phone{
    padding: 0 !important;
}

mark {
    background-color: #c69c6d !important;
    color: #ffffff;
    padding: 0 10px 0 10px;
    text-transform: uppercase;
}

.woocommerce table.shop_table_responsive tr td::before, .woocommerce-page table.shop_table_responsive tr td::before {
    margin: 0 10px 0 0;
}

/*-----------------------------------------------------------------------------------*/
/*	WOO | FONT FAMILY
/*-----------------------------------------------------------------------------------*/

.woocommerce {
	font-family: futura-pt, Arial, Georgia, Verdana, sans-serif !important;
	font-style: normal !important;
    font-weight: 400 !important;
}

/*-----------------------------------------------------------------------------------*/
/*	WOO | PAGE 
/*-----------------------------------------------------------------------------------*/

.main_woo_wrap {
	max-width: 1280px;
	margin-left: auto;
	margin-right: auto;
}

/* Global WOO Button */
.woocommerce #respond input#submit, .woocommerce a.button, .woocommerce button.button, .woocommerce input.button {
	background-color: #fff !important;
	color: #000 !important;
	text-transform: uppercase;
	font-weight: 400 !important;
	font-size: 1em;
	text-align: center;
    border: solid 1px #000 !important;
    border-radius: 0px !important;
}

/* Global WOO Button Hover  */
.woocommerce #respond input#submit:hover, .woocommerce a.button:hover, .woocommerce button.button:hover, .woocommerce input.button:hover {
	background-color: #000 !important;
	color: #fff !important;
}


/* Global WOO Price */
.woocommerce-Price-amount {
	color: #000;
}

/* Global WOO Product Name */
.product-name {
	text-transform: uppercase;
}

/* Global WOO Table */
.woocommerce table.shop_table {
	border: none !important;
}

.woocommerce table.shop_table td {
	border-top: none !important;
	border-bottom: 1px solid rgba(0,0,0,.1);
	position: relative;
}

/* WOO Basket & Checkout Radio Button */
.woocommerce ul#shipping_method li input {
	margin: 6px 6px 0 0 !important;
}

/*-----------------------------------------------------------------------------------*/
/*	THEME HEADER WOO CART / BASKET
/*-----------------------------------------------------------------------------------*/

.header_basket {
	float:right;
	margin-top: 20px;
	margin-right: 20px;
}

.header_basket a {
	color: #000;
}

.header_basket a:hover {
	color: #ccc;
}

.header_basket a span.header_cart_items, .header_basket a span.header_cart_seperator, .header_basket a .woocommerce-Price-amount.amount {
	font-size: 1.4em;
}

.header_basket a span.header_cart_items:hover, .header_basket a span.header_cart_seperator:hover, .header_basket a .woocommerce-Price-amount.amount:hover {
	color: #ccc;
}

.fa-shopping-bag {
	margin: 0 10px 0 0;
}

/*-----------------------------------------------------------------------------------*/
/*	BUTTONS
/*-----------------------------------------------------------------------------------*/

.form-row-wrap {
    margin-left: 20px;
    margin-right: 20px
}

.woocommerce .woocommerce-form-login .woocommerce-form-login__rememberme {
    display: inline-block !important;
    margin: 10px 0 0 40px !important
}

.woocommerce form .form-row-first, .woocommerce form .form-row-last, .woocommerce-page form .form-row-first, .woocommerce-page form .form-row-last {
    width: 100% !important
}

.woocommerce-FormRow.form-row .woocommerce-button, .woocommerce-FormRow.form-row .woocommerce-Button {
    margin-top: 20px !important
}

.woocommerce-LostPassword.lost_password {
    display: block !important;
    margin-top: 20px !important
}

/*-----------------------------------------------------------------------------------*/
/*	WOO | ARCHIVE PRODUCTS PAGE
/*-----------------------------------------------------------------------------------*/

/* WOO Product Height */
.woocommerce-page.columns-3 ul.products li.product, .woocommerce.columns-3 ul.products li.product {
	height: 540px
}

/* WOO Title Header Style */
h2.woocommerce-loop-product__title, .term-description {
	text-align: center;
	color: #000;
}

/* WOO Product Padding & Border */
.woocommerce-page.columns-3 ul.products li.product, .woocommerce.columns-3 ul.products li.product {
	border-bottom: 1px solid rgba(0,0,0,.1);
	padding-bottom: 0px;
}

/* WOO Center Price & Button */
.woocommerce .products ul, .woocommerce ul.products {
	text-align: center;
	padding: 0 10px 0 10px !important;
}

.woocommerce a.added_to_cart {
	display: block !Important;
	margin: 10px 0 0 0;
}

/*-----------------------------------------------------------------------------------*/
/*	WOO | SINGLE PRODUCT PAGE
/*-----------------------------------------------------------------------------------*/

/* WOO Product Description */
.product_description {
	width: 100%;
}

.product_description p {
	font-weight: 400 !important;
	font-size: 1.4em;
	line-height: 1.2em;
	text-align: center;
	margin: 10px auto 0 auto;
	padding: 0 10px 0 10px;
	max-width: 980px;
}

/* WOO Product Image */
.woocommerce #content div.product div.images, .woocommerce div.product div.images, .woocommerce-page #content div.product div.images, .woocommerce-page div.product div.images {
	width: 100% !important;
}

.woocommerce div.product div.images .woocommerce-product-gallery__wrapper {
	max-width: 700px;
	align: center;
	margin-left: auto !important;
	margin-right: auto !important;
}

/* WOO Price */
.woocommerce div.product p.price, .woocommerce div.product span.price {
	margin: 0 0 20px 0;
}

/* WOO Center Price, Buttons & Category */
.woocommerce #content div.product div.summary, .woocommerce div.product div.summary, .woocommerce-page #content div.product div.summary, .woocommerce-page div.product div.summary {
	width: 100% !important;
	text-align: center;
}


/* WOO Button */
div.product form.cart div.quantity, div.product form.cart .button {
	float: none !important;
}

/* WOO Qauntity & Woo Button */
.single-product div.product form.cart .quantity {
    float: none;
    margin: 0;
    display: inline-block;
}

/* WOO PayPal Button */

.woocommerce-checkout #payment ul.payment_methods li img {
	max-width:150px !important;
	max-height: 100% !important;
}

.single-product .zoid-outlet {
	max-width: 75px !important
}

/* WOO Product Meta / Category */
.product_meta {
	margin: 60px 0 40px 0;
}

.product_meta .posted_in a {
	font-weight: 500 !important;
	text-transform: uppercase;
	color: #000;
	font-size: 1em;
}

.product_meta .posted_in a:hover {
	color: #000 !important;
}

/*-----------------------------------------------------------------------------------*/
/*	QUANTITY +/- BUTTONS
/*-----------------------------------------------------------------------------------*/

input[type="number"] {
  -webkit-appearance: textfield;
     -moz-appearance: textfield;
          appearance: textfield;
}

input[type=number]::-webkit-inner-spin-button, 
input[type=number]::-webkit-outer-spin-button { 
  -webkit-appearance: none;
}

.woocommerce div.product form.cart div.quantity {
	margin: 0 !important;
}

button.plus, button.plus *, button.minus, button.minus *{
  box-sizing: border-box;
}

button.plus, button.minus {
	font-size: 1em;
	font-weight: bold;
	outline:none;
	-webkit-appearance: none;
	background-color: #ddd;
	border: none;
	align-items: center;
	justify-content: center;
	width: 30px;
	height: 30px;
	cursor: pointer;
	margin: 0 !important;
	padding: 0 !important;
	position: relative;
	vertical-align: middle;
	border-radius: 3px;
}

button.plus {
	margin-right: 40px !important;
}

.quantity input[type=number] {
	font-size: 1em;
	padding: 0 !important;
	border: none;
	width: 30px !important;
	height: 30px !important;
	font-weight: bold;
	text-align: center;
	margin: 0;
}

/*-----------------------------------------------------------------------------------*/
/*	WOO | BASKET PAGE
/*-----------------------------------------------------------------------------------*/

.woocommerce-billing-fields__field-wrapper {
    margin-bottom: 20px;
}

/* WOO Left Grid Products */
form.woocommerce-cart-form {
	width: calc(70% - 30px);
	float:left;
	padding: 0px 10px 20px 20px;
}

/* WOO Right Grid Basket */
.woocommerce .cart-collaterals, .woocommerce-page .cart-collaterals {
	width: calc(30% - 30px) !important;
	float: right !important;
	padding: 0px 20px 10px 10px;
}


/* WOO Hide Title : Product */
.product-name[data-title="Product"]::before, .product-name[data-title=Product]::before {
    display: none !important;
}

/* WOO Hide Title : Total */
.product-subtotal[data-title="Total"]::before, .product-subtotal[data-title=Total]::before {
    display: none !important;
}

/* WOO Title, Price, +/- & Trash (delete) */
.woocommerce .woocommerce-cart-form__cart-item.cart_item .product_title, .woocommerce .woocommerce-cart-form__cart-item.cart_item span.woocommerce-Price-amount.amount, .woocommerce .woocommerce-cart-form__cart-item.cart_item .quantity, .woocommerce .woocommerce-cart-form__cart-item.cart_item .remove_button {
	width: 100%;
	float: left;
}

/* WOO Title */
.woocommerce .woocommerce-cart-form__cart-item.cart_item .product_title {
	margin: 0 0 10px 0;
}

/* WOO Title Hover */
.woocommerce .woocommerce-cart-form__cart-item.cart_item .product_title  a {
	color: #000;
	letter-spacing: 0.2em;
	margin: 0 0 10px 0;
}

/* WOO Price */
.woocommerce .woocommerce-cart-form__cart-item.cart_item span.woocommerce-Price-amount.amount {
	margin: 0 0 20px 0;
}

/* WOO Quantity */
.woocommerce .woocommerce-cart-form__cart-item.cart_item .quantity {
	margin: 0 0 30px 0;
}

/* WOO Total */
.woocommerce .cart-collaterals .cart_totals, .woocommerce-page .cart-collaterals .cart_totals {
	width: 100% !important;
}

/* Remove Button 'X' */
.woocommerce .woocommerce-cart-form__cart-item.cart_item .remove_button a.remove {
    text-indent: -9999px;
    border: 0;
	border-radius: 0% !important;
}

/* FontAwsome Instead of 'X' */
.woocommerce a.remove:before {
    font-family: "Font Awesome 5 Free";
    content: "\f2ed";
    float: left;
    text-indent: 0;
	color: #ccc;
}

.woocommerce a.remove:hover:before {
    color: #000000 !important;
}

.woocommerce a.remove:hover {
    color: transparent !important;
    background: transparent !important;
}

/* WOO Products Table Buttom Border */
.woocommerce table.shop_table td.actions {
	border-bottom: none !important;
}

/* WOO Update Cart Button */
button[name='update_cart'], p.woocommerce-shipping-destination {
  display: none !important;
}

/* WOO Proceed To Checkout Button */
.cart-collaterals .wc-proceed-to-checkout .checkout-button {
	width: calc(100% - 2em) !important
}

/* WOO - or - */
.wcppec-checkout-buttons__separator {
	text-align: center !important
}

/* WOO - or - */
.product-subtotal .woocommerce-Price-amount.amount, .cart_totals .woocommerce-Price-amount.amount {
	font-weight: 400 !important;
	text-transform: uppercase;
	color: #000;
	font-size: 1.6em;
	float: right;
}

/* WOO Hide Basket Headers : Subtotal, Shipping & Total */
.woocommerce .cart-collaterals table.shop_table tbody th, .woocommerce .cart-collaterals table.shop_table tfoot td, .woocommerce .cart-collaterals table.shop_table tfoot th {
	display: none;
}

/* WOO Display Basket Headers : Subtotal, Shipping & Total */
.woocommerce table.shop_table_responsive tr td::before, .woocommerce-page table.shop_table_responsive tr td::before {
	content: attr(data-title) " " !important;
}

.paypal-button-layout-vertical > .zoid-outlet {
    width: 100% !important
}

/*-----------------------------------------------------------------------------------*/
/*	WOO | CHECKOUT PAGE
/*-----------------------------------------------------------------------------------*/

.woocommerce form.checkout_coupon, .woocommerce form.login, .woocommerce form.register {
    padding: 0 !important
}

/* WOO Page Grid */
.woocommerce .col2-set .col-1, .woocommerce-page .col2-set .col-1, .woocommerce .col2-set .col-2, .woocommerce-page .col2-set .col-2{
	width: calc(50% - 40px) !important;
	padding-left: 20px;
	padding-right: 20px;
}

/* WOO Order Grid  */
#order_review.woocommerce-checkout-review-order {
	margin: 70px 0 0 0 !important
}


/* WOO Form Fields */
.woocommerce form .form-row input.input-text, .woocommerce form .form-row textarea {
    -webkit-appearance:none;
    -moz-appearance:none;
    border: 1px solid rgba(0, 0, 0, .15) !important;
    border-radius: 0 !important;
    width: 100% !important;
    height: 40px !important;
    font-size: 1.2em !important;
    line-height: 1.2 !important;
    padding: 10px 5px !important;
    margin-top: 8px !important;
}

.woocommerce form .form-row {
    padding: 0 !important;
}

/* WOO Form Fields */
.woocommerce form .form-row input.input-text:focus, .woocommerce form .form-row textarea:focus {
    border-color: #000 !important;
    outline: none !important;
    transition: border-color .2s ease-in-out !important
}

.form-row.form-row-first.validate-required#billing_first_name_field, .form-row.form-row-last.validate-required#billing_last_name_field {
	padding: 0px !important;
}

/* WOO Form Field Labels */
.woocommerce form .form-row label {
	font-weight: 400 !important;
	text-transform: capitalize !important;
    line-height: 1em !important;
    margin: 20px 0 0 0;
}

/* WOO Form Field Billing Country */
#billing_country_field {
	margin: 40px 0 20px 0 !important;
	padding: 0 !important
}

#billing_country_field label {
	float: left !important;
	margin: 0 !important;
	padding: 0 !important
}

#billing_country_field .woocommerce-input-wrapper {
	float: right !important
}

/* WOO Footnote Phone Number */
#billing_phone_field:after {
content: "Required for delivery.";
font-size: 14px;
color: #000;
margin: 5px 0 0 0;
}

/* WOO Form Field Billing Country */
.woocommerce form .form-row label.checkbox, .woocommerce-page form .form-row label.checkbox {
    margin: 10px 0 0 0 !important;
    float: left
}

/* WOO Product Name Padding */
.woocommerce .col2-set .col-2 table.shop_table tbody td {
	padding: 10px 0 10px 0 !important
}


/* WOO Basket Prices */
.woocommerce .col2-set .col-2 table.shop_table td.product-total, .woocommerce .col2-set .col-2 table.shop_table tr.cart-subtotal td, .woocommerce .col2-set .col-2 table.shop_table tr.order-total td, .woocommerce .col2-set .col-2 table.shop_table tr.woocommerce-shipping-totals.shipping td {
	text-align: right;
}

/* WOO Basket Titles : Subtotal, Shipping & Total */
.woocommerce table.shop_table tbody th, .woocommerce table.shop_table tfoot td, .woocommerce table.shop_table tfoot th {
	border: none !important;
	width: 80px !important;
	padding: 9px 0 !important;
}

/* WOO Shipping Text */
.woocommerce-shipping-methods, .woocommerce ul#shipping_method .amount {
	font-weight: 400 !important;
    margin: 0 0 0 10px !important
}

/* WOO Total */
tr.woocommerce-shipping-totals.shipping, table.shop_table.woocommerce-checkout-review-order-table {
	border-bottom: 1px solid rgba(0,0,0,.1) !important;
	border-radius: 0 !important;
}

/* WOO PayPal */
#add_payment_method #payment, .woocommerce-cart #payment, .woocommerce-checkout #payment {
	background: #fff !important;
}

#add_payment_method #payment ul.payment_methods, .woocommerce-cart #payment ul.payment_methods, .woocommerce-checkout #payment ul.payment_methods {
	border-bottom: none !important;
	padding: 0 !important;
}

/* MailChimp */
.form-row.form-row-wide.mailchimp-newsletter {
	margin: 20px 0 0 0;
}

/* Terms */
.woocommerce-privacy-policy-text {
    margin: 10px 0 0 0;
}

.woocommerce-privacy-policy-text p{
    line-height: 1.2em
}

a.woocommerce-terms-and-conditions-link, .woocommerce-privacy-policy-link {
    text-transform: uppercase;
    color: #000;
    font-weight: 400;
    text-decoration: underline;
}

a.woocommerce-terms-and-conditions-link:hover, a.woocommerce-privacy-policy-link:hover {
    color: #c69c6d;
}

/*-----------------------------------------------------------------------------------*/
/*	WOO MESSAGES
/*-----------------------------------------------------------------------------------*/

.woocommerce-notices-wrapper {
	margin: 40px 0 0 0 !important;
}

.woocommerce-message, .woocommerce-info {
	border-top-color: #c69c6d !important;
}

.woocommerce-message::before, .woocommerce-info::before {
	color: #c69c6d !important;
}

.woocommerce-error {
	border-top-color: red !important;
}

.woocommerce-error::before, .woocommerce form .form-row.woocommerce-invalid label {
	color: red !important;
}

.woocommerce-error li {
    margin: 0 0 10px 0;
}

.woocommerce form.checkout_coupon, .woocommerce form.login, .woocommerce form.register {
	border: none !important;
	border-radius: 0 !important
}

.woocommerce-checkout p.woocommerce-invalid-required-field span.error {
   color: red;
   display: inline-block !important;
   font-weight: bold;
}

.shipping-notice.woocommerce-info {
    color: red;
    display: block;
    float: left;
    clear: both
}

span.required {
    color: red;
    font-weight: 700;
    border: 0!important;
    text-decoration: none;
}

/*-----------------------------------------------------------------------------------*/
/*	WOO EMPTY BASKET PAGE
/*-----------------------------------------------------------------------------------*/

.cart-empty {
	text-align: center;
}

.woocommerce a.button.wc-backward {
	position: absolute;
	left: calc(50% - 100px);
	width: 180px;
	text-align: center;
	margin: 40px 0 0 0 !important;
	padding: 10px !important;
}

/*-----------------------------------------------------------------------------------*/
/*	MEDIA CSS - MAX 480
/*-----------------------------------------------------------------------------------*/


@media only screen and (max-width: 480px), only screen and (max-device-width: 480px) {
	
h2.woocommerce-loop-product__title {
	height: 50px;
}

h2.single_product_page {
	margin: 0 0 0 10px;
}
    
.woocommerce-billing-fields h3 {
    margin: 0 0 0 0 !important;
}
    
h3#order_review_heading {
    margin: 40px 0 0 0 !important;
}
    
.col-2 {
    margin: 50px 0 0 0 !important;
    border-top: 1px solid rgba(0,0,0,.1);
    }
    
#order_review.woocommerce-checkout-review-order {
      margin: 0 0 0 0 !important;
    }

form.woocommerce-cart-form {
	width: calc(100% - 20px);
	float:left;
	padding: 10px;
}

.woocommerce .cart-collaterals, .woocommerce-page .cart-collaterals {
	width: calc(100% - 20px) !important;
	float: right !important;
	position: relative;
	padding: 10px;
}

.wc-proceed-to-checkout {
	float: left !important;
	text-align: center;
    margin-left: 0 !important;
    width: 100% !important;
}

.wcppec-checkout-buttons {
	text-align: center !important;
}
    
.paypal-button-container, .paypal-button-size-responsive .zoid-outlet, .paypal-button-layout-vertical > .zoid-outlet {
	max-width: 100% !important;
}


.header_basket {
margin-top: 15px;
margin-right: 15px;
}

.woocommerce .col2-set .col-1, .woocommerce-page .col2-set .col-1{
	width: calc(100% - 40px) !important;
}

.woocommerce .col2-set .col-2, .woocommerce-page .col2-set .col-2 {
	width: calc(100% - 40px) !important;
}

.woocommerce .product-thumbnail {
	display: block !important;
}

.woocommerce table.shop_table_responsive tr td.product-thumbnail, .woocommerce-page table.shop_table_responsive tr td.product-thumbnail {
	text-align: center!important;
}



.woocommerce .woocommerce-cart-form__cart-item.cart_item .product_title, .woocommerce .woocommerce-cart-form__cart-item.cart_item span.woocommerce-Price-amount.amount, .woocommerce .woocommerce-cart-form__cart-item.cart_item .quantity, .woocommerce .woocommerce-cart-form__cart-item.cart_item .remove_button {
	text-align: center !important;
}

.product-name {
	display: inline-block !important;
}

.woocommerce table.shop_table td {
	border-bottom: none !important;
}

.woocommerce #content table.cart td.actions, .woocommerce table.cart td.actions, .woocommerce-page #content table.cart td.actions, .woocommerce-page table.cart td.actions {
	display: none !important;
}

.woocommerce table.shop_table_responsive tr td, .woocommerce-page table.shop_table_responsive tr td {
	
}

.woocommerce-page.columns-3 ul.products li.product, .woocommerce.columns-3 ul.products li.product {
	height: 360px
}

.woocommerce table.shop_table_responsive tr:nth-child(2n) td, .woocommerce-page table.shop_table_responsive tr:nth-child(2n) td {
	background-color: #fff !important;
}

.woocommerce table.shop_table_responsive tr, .woocommerce-page table.shop_table_responsive tr {
	clear:both !important;
	border-bottom: 1px solid rgba(0,0,0,.1) !important;
    padding: 20px !important;
    width: calc(100% - 40px) !important;
    float:left !important;
    text-align: left !important;
}

.woocommerce .woocommerce-cart-form__cart-item.cart_item .quantity {

}

button.plus {
	margin: 0 !important;
}

.product-subtotal {
	height: 30px;
}
    
.woocommerce-EditAccountForm.edit-account, .woocommerce-address-fields {
    width: calc(100% - 20px) !important;
}
    
.half-width.my-account-menu {
    margin: 30px 0 0 0 !important;
    border-top: 1px solid rgba(0,0,0,.1) !important;
    padding-top: 20px !important;
    float:left !important;
    }
    
.woocommerce-Address address, .woocommerce .woocommerce-customer-details address {
    width: calc(100% - 142px) !important;
}
    
.woocommerce table.shop_table_responsive tr td, .woocommerce-page table.shop_table_responsive tr td {
    text-align: left !important;
    }
        
}
