/*-----------------------------
	13.0 WOOCOMMERCE
-----------------------------*/


/* Shop Page */

.angie.no-tiles.woocommerce nav.woocommerce-pagination {
	margin-top: -10px;
}

.angie.woocommerce .shop-title {
	padding-top: 0;
}

.wc-page-title {
	margin-bottom: 0;
}

.angie.woocommerce .post-content,
.woocommerce-page .post-content {
	padding-left: 0;
	padding-right: 0;
}

.single-product .post-content {
	margin-top: -32px;
}

.angie.wc_2_col.woocommerce ul.products li.product,
.angie.wc_2_col.woocommerce-page ul.products li.product,
.angie .wc_2_col.woocommerce ul.products li.product,
.angie .wc_2_col.woocommerce-page ul.products li.product {
	width: 48.10%;
}

.angie.wc_3_col.woocommerce ul.products li.product,
.angie.wc_3_col.woocommerce-page ul.products li.product,
.angie .wc_3_col.woocommerce ul.products li.product,
.angie .wc_3_col.woocommerce-page ul.products li.product {
	width: 30.8%;
}

.angie.wc_4_col.woocommerce ul.products li.product,
.angie.wc_4_col.woocommerce-page ul.products li.product,
.angie.woocommerce .related ul.products li.product,
.angie.woocommerce-page .related ul.products li.product,
.angie .wc_4_col.woocommerce ul.products li.product,
.angie .wc_4_col.woocommerce-page ul.products li.product,
.angie .woocommerce .related ul.products li.product,
.angie .woocommerce-page .related ul.products li.product {
	width: 22.05%;
}

.woocommerce ul.products li.product a img {
	will-change: opacity;
	-webkit-transition: all .2s linear;
	-moz-transition: all .2s linear;
	-o-transition: all .2s linear;
	transition: all .2s linear;
}

.woocommerce ul.products li.product a img:hover {
	opacity: 0.8;
}

.angie.woocommerce .woocommerce-ordering,
.angie .woocommerce .woocommerce-ordering {
	margin-top: -10px;
	margin-bottom: 30px;
}

.angie.woocommerce ul.products li.product .woocommerce-loop-category__title,
.angie.woocommerce ul.products li.product .woocommerce-loop-product__title,
.angie.woocommerce ul.products li.product h3,
.angie .woocommerce ul.products li.product .woocommerce-loop-category__title,
.angie .woocommerce ul.products li.product .woocommerce-loop-product__title,
.angie .woocommerce ul.products li.product h3 {
	font-size: 22px;
	font-weight: normal;
}

.angie.woocommerce ul.products li.product .price ins,
.angie .woocommerce ul.products li.product .price ins {
	text-decoration: none;
	font-weight: normal;
}

.angie.woocommerce ul.products li.product .price del,
.angie.woocommerce ul.products li.product .price ins,
.angie .woocommerce ul.products li.product .price del,
.angie .woocommerce ul.products li.product .price ins {
	display: inline;
	padding-right: 5px;
	font-size: 14px;
}

.angie.woocommerce ul.products li.product .price ins,
.angie .woocommerce ul.products li.product .price ins {
	font-size: 18px;
}

.angie.woocommerce div.product p.price del,
.angie.woocommerce div.product span.price del,
.angie .woocommerce div.product p.price del,
.angie .woocommerce div.product span.price del {
	font-size: 18px;
	padding-right: 5px;
}

.angie.woocommerce ul.products li.product .price,
.angie .woocommerce ul.products li.product .price {
	color: #121212;
	font-size: 18px;
}

.angie .product_list_widget .amount,
.angie.product_list_widget .amount {
	font-size: 14px;
}

del .amount {
	opacity: 0.4;
}

.angie .product_list_widget .amount {
	text-decoration: none;
}

.angie.woocommerce div.product span.price,
.angie .woocommerce div.product span.price {
	font-size: 18px;
	color: #121212;
}

.angie.woocommerce div.product p.price,
.angie .woocommerce div.product p.price {
	font-size: 21px;
	color: #121212;
	border-bottom: 1px solid #f1f1f1;
	padding-bottom: 25px;
}

.angie.woocommerce div.product p.price ins,
.angie.woocommerce div.product span.price ins,
.angie .woocommerce div.product p.price ins,
.angie .woocommerce div.product span.price ins {
	text-decoration: none;
	font-weight: normal;
}

.angie.woocommerce span.onsale,
.angie .woocommerce span.onsale {
	background: #bbd0a4;
	width: 50px;
	height: 50px;
	line-height: 50px;
	font-size: 11px;
	padding: 0;
	text-transform: uppercase;
	letter-spacing: 1px;
}

.angie.woocommerce ul.products li.product,
.angie.woocommerce-page ul.products li.product,
.angie .woocommerce ul.products li.product,
.angie .woocommerce-page ul.products li.product {
	text-align: center;
}

.angie.woocommerce .products .star-rating,
.angie .woocommerce .products .star-rating {
	margin: 10px auto;
}

.angie.woocommerce #respond input#submit,
.angie.woocommerce a.button,
.angie.woocommerce button.button,
.angie.woocommerce input.button,
.angie .woocommerce button.button,
.angie .woocommerce .button,
.angie .woocommerce .widget_shopping_cart .button,
.angie .woocommerce.widget_shopping_cart .button,
.angie .woocommerce ul.products li.product .button {
	font-size: 11px;
	text-transform: uppercase;
	background: #121212;
	color: #fff;
	letter-spacing: 1px;
	font-weight: 500;
	border-radius: 30px;
	padding: 0 16px;
	margin-bottom: 15px;
	height: 36px;
	line-height: 36px;
	-webkit-transition: background-color .2s linear;
	-o-transition: background-color .2s linear;
	transition: background-color .2s linear;
}

.angie .woocommerce .cart .button,
.angie .woocommerce .cart input.button {
	font-weight: 500;
	font-size: 12px;
}

.product-remove {
	text-align: center;
}

.angie .woocommerce #respond input#submit.disabled,
.angie.woocommerce #respond input#submit:disabled,
.angie .woocommerce #respond input#submit:disabled[disabled],
.angie .woocommerce a.button.disabled,
.angie .woocommerce a.button:disabled,
.angie .woocommerce a.button:disabled[disabled],
.angie .woocommerce button.button.disabled,
.angie .woocommerce button.button:disabled,
.angie .woocommerce button.button:disabled[disabled],
.angie .woocommerce input.button.disabled,
.angie .woocommerce input.button:disabled,
.angie .woocommerce input.button:disabled[disabled] {
	padding-top: 0;
	padding-bottom: 0;
	background: #dedede;
}

.angie.woocommerce ul.products li.product .button,
.angie .woocommerce ul.products li.product .button {
	height: 32px;
	line-height: 32px;
	padding: 0 12px;
}

.angie.woocommerce #respond input#submit:hover,
.angie.woocommerce a.button:hover,
.angie.woocommerce button.button:hover,
.angie.woocommerce input.button:hover,
.angie .woocommerce #respond input#submit:hover,
.angie .woocommerce a.button:hover,
.angie .woocommerce button.button:hover,
.angie .woocommerce input.button:hover,
.angie .woocommerce ul.products li.product .button:hover {
	color: #fff;
	background: #121212;
}

.angie.woocommerce #review_form #respond .form-submit input,
.angie .woocommerce #review_form #respond .form-submit input {
	font-weight: bold;
	font-size: 0.857em;
	margin-top: 20px;
}

.angie.woocommerce ul.products li.product .star-rating,
.angie .woocommerce ul.products li.product .star-rating {
	font-size: 1em;
}

.angie.woocommerce a.added_to_cart,
.angie .woocommerce a.added_to_cart {
	padding-left: 15px;
	font-size: 10px;
	text-transform: uppercase;
	letter-spacing: 1px;
}

.woocommerce.single .col-md-12 .content-section {
	padding-left: 70px;
	padding-right: 70px;
}


/* Navigation */

.angie.woocommerce nav.woocommerce-pagination ul .page-numbers {
	border: none;
	padding: 0;
	margin: 0 2px;
	float: none;
	overflow: visible;
	line-height: 42px;
}

.angie.woocommerce nav.woocommerce-pagination ul.page-numbers {
	width: auto;
	height: auto;
	-webkit-box-shadow: none;
	-moz-box-shadow: none;
	box-shadow: none;
	background: none;
}

.angie.woocommerce nav.woocommerce-pagination ul.page-numbers .page-numbers {
	font-weight: bold;
}

.angie.woocommerce nav.woocommerce-pagination ul.page-numbers:hover {
	background: none;
}

.angie.woocommerce nav.woocommerce-pagination ul li {
	float: none;
	border: none;
	overflow: visible;
}

.angie.woocommerce nav.woocommerce-pagination ul li a:focus,
.angie.woocommerce nav.woocommerce-pagination ul li a:hover,
.angie.woocommerce nav.woocommerce-pagination ul li span.current {
	color: #fff;
}

.angie.woocommerce nav.woocommerce-pagination ul {
	border: none;
	margin: 0;
}

.angie.woocommerce nav.woocommerce-pagination {
	text-align: left;
	margin-bottom: 40px;
	margin-top: 40px;
}


/* WooCommerce Page Content */

.wc-content {
	border: none !important;
}

.page-title+.page-content.wc-content {
	padding-top: 40px;
}

.tiled .wc-content {
	-webkit-box-shadow: 0 5px 5px rgba(0, 0, 0, 0.02);
	-moz-box-shadow: 0 5px 5px rgba(0, 0, 0, 0.02);
	box-shadow: 0 5px 5px rgba(0, 0, 0, 0.02);
}

.no-tiles .wc-content {
	padding-top: 0;
}

.angie.woocommerce div.product .product_title {
	text-transform: none;
	font-weight: normal;
	font-size: 32px;
	margin-bottom: 15px;
}

.angie.woocommerce div.product .woocommerce-product-rating {
	margin-bottom: 10px;
}

.angie .woocommerce-review-link {
	color: #c5c5c5;
	font-size: 0.929em;
}

.angie.woocommerce .quantity .qty,
.angie.woocommerce-cart table.cart .qty {
	height: 36px;
	width: 70px;
	padding-right: 10px;
	padding-left: 5px;
	border-radius: 30px;
	border: 1px solid #e5e5e5;
}

.angie.woocommerce #respond input#submit.disabled,
.angie.woocommerce #respond input#submit:disabled,
.angie.woocommerce #respond input#submit:disabled[disabled],
.angie.woocommerce a.button.disabled,
.angie.woocommerce a.button:disabled,
.angie.woocommerce a.button:disabled[disabled],
.angie.woocommerce button.button.disabled,
.angie.woocommerce button.button:disabled,
.angie.woocommerce button.button:disabled[disabled],
.angie.woocommerce input.button.disabled,
.angie.woocommerce input.button:disabled,
.angie.woocommerce input.button:disabled[disabled] {
	padding-top: 0 !important;
	padding-bottom: 0 !important;
	height: 36px;
	opacity: 0.8;
}

.angie.woocommerce #respond input#submit.alt.disabled,
.angie.woocommerce #respond input#submit.alt.disabled:hover,
.angie.woocommerce #respond input#submit.alt:disabled,
.angie.woocommerce #respond input#submit.alt:disabled:hover,
.angie.woocommerce #respond input#submit.alt:disabled[disabled],
.angie.woocommerce #respond input#submit.alt:disabled[disabled]:hover,
.angie.woocommerce a.button.alt.disabled,
.angie.woocommerce a.button.alt.disabled:hover,
.angie.woocommerce a.button.alt:disabled,
.angie.woocommerce a.button.alt:disabled:hover,
.angie.woocommerce a.button.alt:disabled[disabled],
.angie.woocommerce a.button.alt:disabled[disabled]:hover,
.angie.woocommerce button.button.alt.disabled,
.angie.woocommerce button.button.alt.disabled:hover,
.angie.woocommerce button.button.alt:disabled,
.angie.woocommerce button.button.alt:disabled:hover,
.angie.woocommerce button.button.alt:disabled[disabled],
.angie.woocommerce button.button.alt:disabled[disabled]:hover,
.angie.woocommerce input.button.alt.disabled,
.angie.woocommerce input.button.alt.disabled:hover,
.angie.woocommerce input.button.alt:disabled,
.angie.woocommerce input.button.alt:disabled:hover,
.angie.woocommerce input.button.alt:disabled[disabled],
.angie.woocommerce input.button.alt:disabled[disabled]:hover {
	background-color: #a0a0a0;
}


/* Tabs */

.angie.woocommerce div.product .woocommerce-tabs ul.tabs li {
	border-radius: 0;
	padding: 5px 15px;
}

.angie.woocommerce div.product .woocommerce-tabs ul.tabs li a {
	font-weight: 700;
	font-size: 0.647em;
	text-transform: uppercase;
	letter-spacing: 1px;
}

.angie.woocommerce div.product .woocommerce-tabs ul.tabs li::before,
.angie.woocommerce div.product .woocommerce-tabs ul.tabs li::after {
	display: none;
}

.angie.woocommerce div.product .woocommerce-tabs ul.tabs li {
	background-color: #f4f4f4;
	border: 1px solid #e5e5e5;
}

.angie.woocommerce div.product .woocommerce-tabs ul.tabs::before {
	border-color: #e5e5e5;
}

.angie .product_meta {
	font-size: 0.857em;
}

.angie .posted_in {
	display: block;
}

.angie.woocommerce table.shop_attributes td {
	border-right: none;
}

.angie.woocommerce table.shop_attributes tr:nth-child(even) {
	background: none;
}

.angie.woocommerce div.product form.cart .variations td,
.angie.woocommerce div.product form.cart .variations th {
	line-height: 4em;
}

.angie.woocommerce table.variations tr:nth-child(even) {
	border-top: 1px solid #f1f1f1;
	background: none;
}


/* WooCommerce Flex */

.angie.woocommerce div.product div.images .flex-control-thumbs li,
.angie.woocommerce div.product div.images .woocommerce-product-gallery__image:nth-child(n+2) {
	padding-left: 5px;
	padding-top: 5px;
}

.angie.woocommerce div.product div.images .woocommerce-product-gallery__image:nth-child(2) {
	margin-left: -5px;
}

.angie.woocommerce div.product .woocommerce-product-gallery--columns-4 .flex-control-thumbs li:nth-child(4n+1) {
	margin-left: -5px;
}

.angie .wc-tab h2,
.angie .related h2 {
	font-size: 24px;
}

.angie .wc-tab h2 {
	margin-bottom: 30px;
}

.angie.woocommerce table.shop_attributes td {
	padding-left: 15px;
}


/* Reviews */

.angie.woocommerce #reviews #comments ol.commentlist li img.avatar {
	width: 80px;
	border-radius: 50%;
	border: none;
	padding: 0;
}

.angie.woocommerce #reviews #comments ol.commentlist {
	padding-left: 0;
	margin-bottom: 20px;
}

.angie.woocommerce #reviews #comments ol.commentlist li {
	border-bottom: 1px solid #f1f1f1;
	margin-bottom: 20px;
	padding-bottom: 20px;
}

.angie.woocommerce #reviews #comments ol.commentlist li .comment-text {
	margin-left: 110px;
	border: none;
	padding: 0;
	border-radius: 0;
}

.angie.woocommerce #review_form #respond textarea {
	border-color: #e5e5e5;
	font-family: inherit;
	padding: 10px;
	height: 120px;
}

.angie.woocommerce #review_form #respond input[type="text"],
.angie.woocommerce #review_form #respond input[type="email"] {
	color: #757575;
	width: 100%;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	padding: 10px 12px;
	border: 1px solid #eaeaea;
	font-family: inherit;
	font-size: inherit;
	-webkit-appearance: none;
	border-radius: 0;
}

.comment-form-author { padding-right: 15px;}
.comment-form-email { padding-left: 15px;}

.angie .woocomerce-Reviews .comment-reply-title {
	margin-bottom: 10px;
}


/* Cart */

.angie #add_payment_method table.cart td.actions .coupon .input-text,
.angie.woocommerce-cart table.cart td.actions .coupon .input-text,
.angie.woocommerce-checkout table.cart td.actions .coupon .input-text {
    border-color: #e5e5e5;
    height: 36px;
    width: 60%;
    border-radius: 30px;
    padding: 0 0 0 15px;
    min-height: 36px;
}

.angie .woocommerce .cart .button,
.angie .woocommerce .cart input.button {
	height: 36px;
	padding-top: 0;
	padding-bottom: 0;
	margin-bottom: 0;
}

.angie .woocommerce form .form-row input.input-text,
.angie .woocommerce form .form-row textarea {
	padding: 10px;
	border: 1px solid #e5e5e5;
	border-radius: 0;
}

.angie .woocommerce #respond input#submit.alt,
.angie .woocommerce a.button.alt,
.angie .woocommerce button.button.alt,
.angie .woocommerce input.button.alt {
	-webkit-transition: all .2s linear;
	-ms-transition: all .2s linear;
	-o-transition: all .2s linear;
	transition: all .2s linear;
}

.angie.woocommerce .button.checkout-button.alt,
.angie .woocommerce .button.checkout-button.alt {
	height: auto;
	font-size: 0.824em;
	padding: 10px 0;
	border-radius: 8px;
}

.angie .woocommerce a.remove {
	color: #989898 !important;
}


/* Widgets */

.angie .woocommerce .widget_shopping_cart .cart_list li,
.angie .woocommerce.widget_shopping_cart .cart_list li {
	border-bottom: 1px solid #f1f1f1;
	margin-bottom: 10px;
	padding-bottom: 10px;
}

.angie .woocommerce .widget_shopping_cart .cart_list li:last-child,
.angie .woocommerce.widget_shopping_cart .cart_list li:last-child {
	border: none;
}

.angie .woocommerce .widget_shopping_cart .buttons a,
.angie .woocommerce.widget_shopping_cart .buttons a {
	margin-right: 10px;
	margin-bottom: 10px;
}

.angie .price_slider_wrapper {
	margin-top: 5px;
}

.angie.woocommerce .widget_price_filter .price_slider_amount .button {
	font-size: 10px;
	letter-spacing: 1px;
}

.angie.woocommerce ul.product_list_widget li .star-rating,
.angie .woocommerce ul.product_list_widget li .star-rating {
	margin: 8px 0;
}

.angie.woocommerce ul.product_list_widget li a,
.angie .woocommerce ul.product_list_widget li a {
	color: #121212;
    font-size: 0.941em;
    font-weight: 600;
    letter-spacing: 0.5px
}

.product_list_widget .reviewer {
	font-size: 12px;
	color: #a5a5a5;
}

.angie.woocommerce ul.product_list_widget li,
.angie .woocommerce ul.product_list_widget li {
	border-bottom: 1px solid #e5e5e5;
	padding-top: 0;
	padding-bottom: 10px;
	margin-bottom: 10px;
}

.angie .product_list_widget li ins {
	text-decoration: none;
}

.angie .woocommerce ul.product_list_widget li img,
.angie.woocommerce ul.product_list_widget li img {
	margin-top: 10px;
	width: 52px;
	margin-bottom: 5px;
}

.angie.woocommerce .widget_shopping_cart .cart_list li a.remove,
.angie .woocommerce .widget_shopping_cart .cart_list li a.remove,
.angie .woocommerce.widget_shopping_cart .cart_list li a.remove,
.angie .woocommerce a.remove {
	font-size: 18px;
	height: 14px;
	width: 14px;
	line-height: 13px;
	display: inline-block;
	margin-top: 5px;
	-webkit-transition: all .2s linear;
	-ms-transition: all .2s linear;
	-o-transition: all .2s linear;
	transition: all .2s linear;
}

.angie.woocommerce .widget_shopping_cart .cart_list li a.remove:hover,
.angie .woocommerce .widget_shopping_cart .cart_list li a.remove:hover,
.angie .woocommerce.widget_shopping_cart .cart_list li a.remove:hover,
.angie .woocommerce a.remove:hover {
	color: #121212 !important;
	background: none!important;
}

.product-thumbnail {
	text-align: center;
}

.angie.woocommerce .widget_price_filter .price_slider_wrapper .ui-widget-content,
.angie .woocommerce .widget_price_filter .price_slider_wrapper .ui-widget-content {
	background: #ddd;
}

.angie .woocommerce-mini-cart__buttons.buttons {
	margin-bottom: 0;
}


/* WooCommerce - My Account */

.angie .woocommerce-MyAccount-navigation {
	padding: 0;
	margin-bottom: 40px;
}

.angie .woocommerce-MyAccount-navigation ul {
	list-style: none;
	padding-left: 0;
	margin-bottom: 0;
}

.angie .woocommerce-MyAccount-navigation ul li {
	padding-bottom: 15px;
	margin: 0;
}

.angie .woocommerce-MyAccount-navigation ul li a {
	font-size: 0.882rem;
	color: #aaa;
}

.angie .woocommerce-MyAccount-navigation ul li a:hover {
	color: #121212;
}

.angie .woocommerce-MyAccount-navigation ul li.is-active a {
	color: #121212;
	font-weight: bold;
}

.angie .woocommerce-MyAccount-navigation ul li:first-child {
	border: none;
}

.angie.woocommerce-account .post-content {
	margin-bottom: 40px;
}

.angie.woocommerce-account .woocommerce-MyAccount-content {
	width: 75%;
	padding-left: 40px;
}

.woocommerce-account .page-content {
	border-radius: 5px;
	padding-top: 0;
}

.angie.woocommerce-account .woocommerce-MyAccount-navigation {
	padding-top: 5px;
	padding-bottom: 5px;
	margin-bottom: 0;
	width: 25%;
	border-right: 1px solid #f1f1f1;
}

.angie .woocommerce-MyAccount-content {
	padding: 0 20px;
}

#customer_details {
	margin-bottom: 30px;
}


/* Cart Nav Icon */

.header-layout-1.menu-bottom .cart-nav {
	right: 50px;
}

.menu-bottom .cart-nav {
	right: 65px;
}

.cart-nav:before {
	font-family: 'fontello';
	content: "\e805";
	font-size: 21px;
	margin-top: 10px;
	font-style: normal;
	padding-right: 5px;
	-webkit-transition: all .2s linear;
	-ms-transition: all .2s linear;
	-o-transition: all .2s linear;
	transition: all .2s linear;
}

.cart-nav:hover {
	text-decoration: none;
}

.cart-nav-count {
	color: #fff;
	position: absolute;
	background-color: #bbd0a4;
	border-radius: 50%;
	line-height: 1;
	vertical-align: middle;
	display: inline-block;
	width: 16px;
	height: 16px;
	text-align: center;
	line-height: 16px;
	font-size: 11px;
	top: -8px;
	right: -4px;
}

.is_wc .search-btn-header~.header-social {
	padding-right: 50px;
}

.angie .woocommerce-error,
.angie .woocommerce-info,
.angie .woocommerce-message {
	margin-top: 28px;
	padding-left: 2em;
	border: 1px solid #e5e5e5;
    background: none;
    padding-top: 2em;
    padding-bottom: 2em;
}

.woocommerce-error::before,
.woocommerce-info::before,
.woocommerce-message::before {
	display: none!important;
}

.angie .woocommerce-error .button,
.angie .woocommerce-info .button,
.angie .woocommerce-message .button {
	margin-bottom: 0!important;
}

.angie.woocommerce-account .woocommerce-error,
.angie.woocommerce-account .woocommerce-info,
.angie.woocommerce-account .woocommerce-message {
	margin-top: 0;
}

.angie .search-field {
	width: 100%;
	margin-bottom: 10px;
}

.angie .woocommerce-product-search button {
	cursor: pointer;
	padding: 10px 15px;
	border: none;
	width: 100%;
	letter-spacing: 1px;
	font-size: 0.8571em;
	line-height: 1.7;
	text-transform: uppercase;
	color: #fff;
	background: #bbd0a4;
	font-weight: 700;
	-webkit-transition: background-color .2s linear;
	-o-transition: background-color .2s linear;
	transition: background-color .2s linear;
	display: inline-block;
	-webkit-appearance: none;
	border-radius: 0;
}

.woocommerce-Address-title:after {
	width: 0!important;
	height: 0!important;
	background: none!important;
}

.woocommerce-account .woocommerce:not(.widget-box) {
	margin-bottom: 0;
}

.angie.woocommerce-account .addresses .title h3 {
	float: none;
	font-size: 26px;
}

.angie.woocommerce form .form-row,
.angie .woocommerce form .form-row {
	margin-bottom: 15px;
}

@media only screen and (max-width: 580px) {
	.cart-nav {
		display: none;
	}
}

@media only screen and (max-width: 768px) {
	.angie.woocommerce-account .woocommerce-MyAccount-navigation {
		width: 100%;
	}

	.angie.wc_2_col.woocommerce ul.products li.product,
	.angie.wc_2_col.woocommerce-page ul.products li.product,
	.angie.wc_3_col.woocommerce ul.products li.product,
	.angie.wc_3_col.woocommerce-page ul.products li.product,
	.angie.wc_4_col.woocommerce ul.products li.product,
	.angie.wc_4_col.woocommerce-page ul.products li.product,
	.angie.woocommerce .related ul.products li.product,
	.angie.woocommerce-page .related ul.products li.product,
	.angie .wc_2_col.woocommerce ul.products li.product,
	.angie .wc_2_col.woocommerce-page ul.products li.product,
	.angie .wc_3_col.woocommerce ul.products li.product,
	.angie .wc_3_col.woocommerce-page ul.products li.product,
	.angie .wc_4_col.woocommerce ul.products li.product,
	.angie .wc_4_col.woocommerce-page ul.products li.product,
	.angie .woocommerce .related ul.products li.product,
	.angie .woocommerce-page .related ul.products li.product {
		width: 48%;
	}
	.angie.woocommerce-account .woocommerce-MyAccount-content {
		padding-left: 20px;
		width: 100%;
		margin-top: 30px;
	}

	.angie.woocommerce-account .woocommerce-MyAccount-navigation {
		border: none;
	}

	.angie .woocommerce-MyAccount-content {
		padding: 0!important;
	}
}

@media only screen and (max-width: 768px) {
	.angie #add_payment_method table.cart td.actions .coupon .input-text,
	.angie.woocommerce-cart table.cart td.actions .coupon .input-text,
	.angie.woocommerce-checkout table.cart td.actions .coupon .input-text {
		width: 50%;
		float: none;
	}
}

@media only screen and (max-width: 400px) {
	.angie.woocommerce-cart table.cart td.actions .coupon .input-text,
	.woocommerce table.cart td.actions .coupon .input-text+.button {
		width: 100%;
		float: none;
	}
	.angie.woocommerce-cart table.cart td.actions .coupon .input-text {
		margin-bottom: 10px;
	}
}

.angie .woocommerce form.checkout_coupon,
.angie .woocommerce form.login,
.angie .woocommerce form.register {
	border: none;
}