/*
---------------
	DEFAULT
---------------
*/
.cart-collaterals h2, 
li.product-category h2, 
table.shop_table thead tr { font-family: 'Barlow Condensed', sans-serif; } 

ul.products li, 
.woocommerce-product-gallery__image a { -webkit-transition: all 0.2s ease-out; -moz-transition: all 0.2s ease-out; -o-transition: all 0.2s ease-out; transition: all 0.2s ease-out; } 


/*
----------------
	MESSAGES
----------------
*/
.woocommerce-message { margin-bottom: 20px; padding: 20px 20px 20px 80px; font-weight: 700; background: #edfdf2; border: 1px solid #0b531f; display: flex; flex-wrap: wrap; align-items: center; justify-content: space-between; position: relative; overflow: hidden; -webkit-border-radius: 3px; -moz-border-radius: 3px; border-radius: 3px; }
.woocommerce-message:before { width: 60px; height: 100%; left: 0; top: 0; background: #0b531f url(../images/icon_info_white.svg) no-repeat center; background-size: 20px auto; position: absolute; content: ''; }
.woocommerce-message .button { height: 40px; line-height: 40px; background: #b2693c; order: 2; }
.woocommerce-message .button:hover { background: #333; }

/* Error */
.woocommerce-error { margin-bottom: 20px; padding: 20px 20px 20px 80px; font-weight: 700; background: #feecf1; border: 1px solid #cc1040; display: flex; flex-wrap: wrap; align-items: center; justify-content: space-between; position: relative; overflow: hidden; -webkit-border-radius: 3px; -moz-border-radius: 3px; border-radius: 3px; }
.woocommerce-error:before { width: 60px; height: 100%; left: 0; top: 0; background: #cc1040 url(../images/icon_info_white.svg) no-repeat center; background-size: 20px auto; position: absolute; content: ''; }


/*
-------------------------------
	RESULT COUNT & ORDERING
-------------------------------
*/
p.woocommerce-result-count { margin-bottom: 20px !important; font-weight: 700; line-height: 40px; float: left; }
select.orderby { height: 40px; margin-bottom: 20px; background: white; border: 1px solid #eae6e5; float: right; }


/*
-----------------------------------
	OPEN / CLOSE SIDEBAR BUTTON
-----------------------------------
*/
.open_sidebar { margin-bottom: 20px; padding: 15px; font-size: 17px; font-weight: 700; text-transform: uppercase; text-decoration: none !important; color: white !important; line-height: 20px; background-color: #338732; -webkit-border-radius: 25px; -moz-border-radius: 25px; border-radius: 25px; cursor: pointer; display: block; position: relative; }
.open_sidebar:hover { background-color: #11211a; }
.open_sidebar img { width: auto; height: 16px; margin-bottom: 4px; vertical-align: middle; display: inline-block; }


/*
----------------
	PRODUCTS
----------------
*/
ul.products { margin-left: -15px !important; margin-right: -15px !important; display: flex; flex-wrap: wrap; clear: both; }
ul.products li { list-style: none !important; }
ul.products li:not(.product-category) { width: calc(25% - 30px); margin-left: 15px !important; margin-right: 15px !important; margin-top: 30px; padding: 20px !important; background: white; border: 1px solid #d3d3d3; position: relative; }
ul.products li:not(.product-category):hover { border-color: #338732; }
ul.products li:not(.product-category):nth-child(-n+4) { margin-top: 0; }
ul.products li:not(.product-category):before { display: none !important; }

/* Has sidebar */
#container.has_sidebar ul.products li:not(.product-category) { width: calc(33.3333333333% - 30px); }
#container.has_sidebar ul.products li:not(.product-category):nth-child(4) { margin-top: 30px; }

/* Thumbnail */
ul.products li:not(.product-category) .thumbnail { max-height: 180px; display: block; position: relative; }
ul.products li:not(.product-category) .thumbnail:before { padding-top: 71%; display: block; content: ''; }
ul.products li:not(.product-category) .thumbnail img { width: auto; max-width: 90%; height: auto; max-height: 180px; left: 50%; top: 50%; display: block; position: absolute; -webkit-transform: translate(-50%,-50%); -ms-transform: translate(-50%,-50%); transform: translate(-50%,-50%); }

/* Entry */
ul.products li:not(.product-category) .entry { padding: 20px 0; }
ul.products li:not(.product-category) .entry h3 { margin-bottom: 5px !important; }
ul.products li:not(.product-category) .entry h3 a { font-size: 26px; font-weight: 600; text-decoration: none !important; color: #11211a !important; line-height: 1; display: block; }

ul.products li:not(.product-category) .entry .posted_in { margin-bottom: 10px; }
ul.products li:not(.product-category) .entry .posted_in a { font-size: 15px; font-weight: 600; text-decoration: none; text-transform: uppercase; color: #338732 !important; line-height: 16px; }
ul.products li:not(.product-category) .entry .posted_in a:hover { color: #11211a !important; }

ul.products li:not(.product-category) .price_button { display: flex; flex-wrap: wrap; justify-content: space-between; }
ul.products li:not(.product-category) .price_button .price { font-size: 24px; font-weight: 600; color: #000; line-height: 50px; }

/* Buttons */
ul.products li:not(.product-category) .button { text-align: center; }


/*
------------------
	PAGINATION
------------------
*/
.woocommerce-pagination ul { margin-left: 0 !important; margin-bottom: 0 !important; padding: 10px; text-align: center; background: #faf7f6; display: flex; flex-wrap: wrap; justify-content: center; list-style: none; }
.woocommerce-pagination ul li { padding-left: 0 !important; list-style: none !important; }
.woocommerce-pagination ul li:before { display: none !important; }
.woocommerce-pagination ul li a, 
.woocommerce-pagination ul li span { width: 50px; height: 50px; text-align: center; color: #11211a; line-height: 50px; display: block; }
.woocommerce-pagination ul li a { text-decoration: none !important; }
.woocommerce-pagination ul li a:hover { text-decoration: none !important; color: #000; }
.woocommerce-pagination ul li span { font-weight: 700; color: white; background: #338732; }


/*
---------------------
	MAIN PRODUCTS
---------------------
*/
.main_product_content { display: flex; flex-wrap: wrap; }

/* Images */
.main_product_content .woocommerce-product-gallery { width: 50%; padding: 50px; font-size: 0; text-align: center; }

.main_product_content .woocommerce-product-gallery__image:first-child { margin-bottom: 30px; }
.main_product_content .woocommerce-product-gallery__image a { display: inline-block; }
.main_product_content .woocommerce-product-gallery__image img { max-width: 100%; height: auto; display: block; }

.main_product_content .woocommerce-product-gallery__image:nth-child(n+2) { width: 25%; padding: 0 10px; vertical-align: top; display: inline-block; }
.main_product_content .woocommerce-product-gallery__image:nth-child(n+2) a { padding: 10px; display: block; border: 3px solid #eae6e5; -webkit-border-radius: 3px; -moz-border-radius: 3px; border-radius: 3px; }
.main_product_content .woocommerce-product-gallery__image:nth-child(n+2) a:hover { border-color: #b2693c; }

/* Summary */
.main_product_content .summary { width: 50%; padding: 50px; position: relative; }

/* Title */
.main_product_content .summary .product_title {  }

/* Price */
.main_product_content .summary .price { margin-bottom: 20px; font-size: 30px; font-weight: 700; color: #000; line-height: 1; }

/* Short description */
.main_product_content .summary .woocommerce-product-details__short-description { margin-bottom: 20px; font-size: 19px; line-height: 22px; }

/* Cart */
.main_product_content .summary form.cart { margin-bottom: 30px; background: white; display: flex; flex-wrap: wrap; align-items: center; -moz-box-shadow: 0 2px 3px rgba(0 0 0 / 10%); -webkit-box-shadow: 0 2px 3px rgba(0 0 0 / 10%); box-shadow: 0 2px 3px rgba(0 0 0 / 10%); } 
.main_product_content .summary form.cart .quantity { width: 180px; padding: 10px; }
.main_product_content .summary form.cart .quantity button { width: 28px; height: 28px; background: #eae6e5; cursor: pointer; -webkit-border-radius: 50%; -moz-border-radius: 50%; border-radius: 50%; }
.main_product_content .summary form.cart .quantity button:hover { color: white; background: #b2693c; }

.main_product_content .summary form.cart .quantity input[type=number] { width: 64px; height: 50px; margin: 0 10px; text-align: center; border: 3px solid #eae6e5; -webkit-border-radius: 25px; -moz-border-radius: 25px; border-radius: 25px; }

/* Product meta */
.main_product_content .summary .product_meta { margin-top: 30px; margin-bottom: 20px; padding: 10px; font-size: 20px; background: white; border: 1px dotted #000; }

/* Description */
.main_description { padding: 70px 0; background: white; }


/*
------------------------
	RELATED PRODUCTS
------------------------
*/
.related.products { margin-top: 30px; }


/*
------------------
	SHOP TABLE
------------------
*/
table.shop_table { width: 100%; margin-bottom: 30px; border-collapse: collapse; table-layout: fixed; }
table.shop_table thead tr { text-transform: uppercase; }
table.shop_table thead tr th { padding: 10px; font-size: 16px; font-weight: 700; color: #919191; line-height: 1; }
table.shop_table thead tr th.product-name { text-align: left; }


/*
------------
	CART
------------
*/

/* Vars */
table.shop_table.cart .product-remove { width: 50px; }
table.shop_table.cart .product-thumbnail { width: 120px; }
table.shop_table.cart .product-price { width: 20%; text-align: center; }
table.shop_table.cart .product-quantity { width: 170px; text-align: center; }
table.shop_table.cart .product-subtotal { width: 120px; text-align: right; }

/* tbody */
table.shop_table.cart tbody tr td { border-top: 1px solid #eae6e5; }

table.shop_table.cart tbody tr td.product-remove { padding: 10px; }
table.shop_table.cart tbody tr td.product-remove a { width: 30px; height: 30px; text-align: center; text-decoration: none !important; color: white !important; line-height: 30px; background: #cc1040; display: block; -webkit-border-radius: 50%; -moz-border-radius: 50%; border-radius: 50%; }
table.shop_table.cart tbody tr td.product-remove a:hover { background-color: #333; }

table.shop_table.cart tbody tr td.product-thumbnail { padding: 10px; }
table.shop_table.cart tbody tr td.product-thumbnail a { display: block; }
table.shop_table.cart tbody tr td.product-thumbnail a img { width: auto; max-width: 100px; height: auto; max-height: 100px; display: block; }

table.shop_table.cart tbody tr td.product-name { padding: 10px; }

table.shop_table.cart tbody tr td.product-price { padding: 10px; }

table.shop_table.cart tbody tr td.product-quantity { padding: 10px; }
table.shop_table.cart tbody tr td.product-quantity button { width: 28px; height: 28px; background: #eae6e5; cursor: pointer; -webkit-border-radius: 50%; -moz-border-radius: 50%; border-radius: 50%; }
table.shop_table.cart tbody tr td.product-quantity button:hover { color: white; background: #b2693c; }

table.shop_table.cart tbody tr td.product-quantity input[type=number] { width: 64px; height: 50px; margin: 0 10px; text-align: center; border: 3px solid #eae6e5; -webkit-border-radius: 25px; -moz-border-radius: 25px; border-radius: 25px; }

table.shop_table.cart tbody tr td.product-subtotal { padding: 10px;font-weight: 700; }

table.shop_table.cart tbody tr td.actions { padding: 10px; text-align: right; }

/* Cart collaterals */
.cart-collaterals { background: #f8f3f3; }
.cart-collaterals h2 { margin-bottom: 0 !important; padding: 20px 30px; font-size: 30px !important; text-align: right; }

.cart-collaterals table { margin-bottom: 0 !important; } 
.cart-collaterals table tbody tr th, 
.cart-collaterals table tbody tr td { padding: 15px 30px; font-size: 20px; font-weight: 400; text-align: right; border-top: 1px solid #eae6e5; }
.cart-collaterals table tbody tr td { width: 230px; font-weight: 700; color: #b2693c; }

.cart-collaterals ul.woocommerce-shipping-methods { margin-bottom: 0 !important; margin-left: 0 !important; }
.cart-collaterals ul.woocommerce-shipping-methods li { padding-left: 0 !important; }
.cart-collaterals ul.woocommerce-shipping-methods li:before { display: none !important; }
.cart-collaterals ul.woocommerce-shipping-methods li > span { display: block; }
.cart-collaterals .woocommerce-shipping-destination { display: none !important; }

.cart-collaterals .wc-proceed-to-checkout { padding: 20px 30px; text-align: right; border-top: 1px solid #eae6e5; }


/*
----------------
	CHECKOUT
----------------
*/
.checkout { display: flex; flex-wrap: wrap; }

/* Customer details */
.checkout #customer_details { width: calc(100% - 400px); padding: 50px 50px 50px 0; background: #f8f3f3; position: relative; }
.checkout #customer_details:before { width: 50px; height: 100%; left: -50px; top: 0; background: #f8f3f3; position: absolute; content: ''; }

.checkout #billing_country_field, 
.checkout #shipping_country_field { display: none; }

/* Order review */
.checkout #order_review { width: 400px; padding: 50px 0 50px 50px; }
.checkout #order_review .button { width: 100%; display: block; }

/* Table */
table.shop_table.woocommerce-checkout-review-order-table thead tr th { padding: 10px 0; }
table.shop_table.woocommerce-checkout-review-order-table thead tr th:last-child { text-align: right; }

table.shop_table.woocommerce-checkout-review-order-table tbody tr td { padding: 10px 0; border-top: 1px solid #eae6e5; }
table.shop_table.woocommerce-checkout-review-order-table tbody tr td:last-child { text-align: right; }

table.shop_table.woocommerce-checkout-review-order-table tfoot tr th, 
table.shop_table.woocommerce-checkout-review-order-table tfoot tr td { padding: 10px 0; border-top: 1px solid #eae6e5; }
table.shop_table.woocommerce-checkout-review-order-table tfoot tr.cart-subtotal th, 
table.shop_table.woocommerce-checkout-review-order-table tfoot tr.cart-subtotal td { border-top-width: 3px; }

table.shop_table.woocommerce-checkout-review-order-table ul.woocommerce-shipping-methods { margin-left: 0 !important; margin-bottom: 0 !important; }
table.shop_table.woocommerce-checkout-review-order-table ul.woocommerce-shipping-methods li { padding-left: 0 !important; }
table.shop_table.woocommerce-checkout-review-order-table ul.woocommerce-shipping-methods li:before { display: none !important; }

/* Payment methods */
ul.payment_methods { margin-bottom: 20px; margin-left: 0 !important; background: #f8f3f3; border: 1px solid #eae6e5; }
ul.payment_methods li { padding: 20px !important; border-bottom: 1px solid #eae6e5; }
ul.payment_methods li:last-child { border-bottom: none; }
ul.payment_methods li:before { display: none !important; }
ul.payment_methods li label { font-weight: 700; cursor: pointer; }
ul.payment_methods li div { margin-top: 10px; }
ul.payment_methods li div p { margin-bottom: 0 !important; font-size: 15px; line-height: 18px; }
ul.payment_methods li a { display: none !important; }


/*
---------------
	ACCOUNT 
---------------
*/

/* Customer login */
#customer_login { display: flex; flex-wrap: wrap; }
#customer_login .col-1 { width: 50%; padding: 50px 50px 50px 0; }
#customer_login .col-2 { width: 50%; padding: 50px 0 50px 50px; background: #f8f3f3; position: relative; }
#customer_login .col-2:after { width: 50px; height: 100%; right: -50px; top: 0; background: #f8f3f3; position: absolute; content: ''; }

form.woocommerce-form-register .woocommerce-privacy-policy-text { margin-bottom: 20px; font-size: 14px; line-height: 20px; }

/* My account navigation */
.woocommerce-MyAccount-navigation { margin-bottom: 30px; }
.woocommerce-MyAccount-navigation ul { margin-left: 0 !important; margin-bottom: 0 !important; padding: 10px; font-size: 0; background: #f8f3f3; border: 1px solid #eae6e5;}
.woocommerce-MyAccount-navigation ul li { margin-right: 10px; padding-left: 0 !important; vertical-align: top; display: inline-block; }
.woocommerce-MyAccount-navigation ul li.woocommerce-MyAccount-navigation-link--downloads { display: none !important; }
.woocommerce-MyAccount-navigation ul li:before { display: none !important; }
.woocommerce-MyAccount-navigation ul li a { height: 40px; padding: 0 20px; font-size: 16px; font-weight: 700; text-decoration: none !important; color: #333 !important; line-height: 40px; display: block; -webkit-border-radius: 3px; -moz-border-radius: 3px; border-radius: 3px; }
.woocommerce-MyAccount-navigation ul li a:hover { background: white; }
.woocommerce-MyAccount-navigation ul li.is-active a { color: white !important; background: #0b531f; }

/* My account content */
.woocommerce-MyAccount-content fieldset { margin-bottom: 20px; padding: 20px 30px; background: #f8f3f3; border: 3px solid #eae6e5; }
.woocommerce-MyAccount-content fieldset legend { margin-bottom: 20px; padding: 0 10px; font-size: 25px; font-weight: 700; color: #b2693c; line-height: 1; }

/* Addresses */
.addresses { border: 3px solid #eae6e5; display: flex; flex-wrap: wrap; }
.addresses .col-1 { width: 50%; padding: 30px; }
.addresses .col-2 { width: 50%; padding: 30px; border-left: 1px solid #eae6e5; }

.addresses a.edit { margin-bottom: 20px; font-weight: 700; display: inline-block; }


/*
------------
	FORM
------------
*/
.form-row { margin-bottom: 20px; }
.form-row.notes { margin-bottom: 0 !important; }
.form-row.form-row-first { width: calc(50% - 10px); float: left; }
.form-row.form-row-last { width: calc(50% - 10px); float: right; }
.form-row.form-row-wide { clear: both; }

.form-row label { margin-bottom: 5px; font-weight: 700; color: #333; line-height: 20px; display: block; }

.form-row textarea, 
.form-row input[type=tel], 
.form-row input[type=text], 
.form-row input[type=email], 
.form-row input[type=password] { width: 100%; height: 50px; padding-left: 15px; border: 1px solid #eae6e5; border-bottom-width: 2px; }

.form-row textarea:focus, 
.form-row input[type=tel]:focus, 
.form-row input[type=text]:focus, 
.form-row input[type=email]:focus, 
.form-row input[type=password]:focus { border-color: #333; }

.form-row textarea { min-height: 150px; padding: 15px; resize: vertical; }


/*
-----------
	RWD
-----------
*/
@media only screen and (max-width: 1280px) { 

	/* CATEGORIES */
	ul.products li.product-category { width: calc(16.6666666666% - 20px); }
	
	/* PRODUCTS */
	ul.products { margin-left: -10px !important; margin-right: -10px !important; }
	ul.products li:not(.product-category) { margin-left: 10px !important; margin-right: 10px !important; }
	
	#container.has_sidebar ul.products li:not(.product-category) { width: calc(50% - 20px); margin: 20px 10px 0; }
	#container.has_sidebar ul.products li:not(.product-category):nth-child(3), 
	#container.has_sidebar ul.products li:not(.product-category):nth-child(4) { margin-top: 20px; }
	
	/* MAIN PRODUCTS: Images */
	.main_product_content .woocommerce-product-gallery { padding-left: 0; }

	/* MAIN PRODUCTS: Summary */
	.main_product_content .summary { padding-right: 0; }
}

@media only screen and (max-width: 960px) { 

	/* CATEGORIES */
	ul.products li.product-category { width: calc(20% - 20px); }
	ul.products li.product-category:nth-child(6) { margin-top: 0; }
	
	/* PRODUCTS */
	ul.products li:not(.product-category) { width: calc(33.3333333333% - 20px) !important; }
	ul.products li:not(.product-category):nth-child(4) { margin-top: 20px; }
	
	/* MAIN PRODUCTS: Images */
	.main_product_content .woocommerce-product-gallery { width: 100%; max-width: 480px; margin: auto; padding: 0 30px 30px; }

	/* MAIN PRODUCTS: Summary */
	.main_product_content .summary { width: 100%; padding: 0 0 30px 0; }
	
	/* MAIN PRODUCTS: Description */
	.main_description { padding: 50px 0; }
	
	/* CHECKOUT: Customer details */
	.checkout #customer_details { width: 100%; padding: 30px 20px; }
	.checkout #customer_details:before { display: none; }

	/* CHECKOUT: Order review */
	.checkout #order_review { width: 100%; padding: 30px 0; }
}

@media only screen and (max-width: 768px) { 

	/* RESULT COUNT & ORDERING */
	p.woocommerce-result-count { text-align: center; float: none; }
	select.orderby { width: 100%; float: none; }

	/* PRODUCTS */
	ul.products li:not(.product-category) { width: calc(50% - 20px) !important; padding-bottom: 80px !important; }
	ul.products li:not(.product-category):nth-child(3) { margin-top: 20px; }
	
	/* PRODUCTS: Entry */
	ul.products li:not(.product-category) .price_button { left: 20px; right: 20px; bottom: 20px; text-align: center; display: block; position: absolute; }
	ul.products li:not(.product-category) .price_button .price { line-height: 40px; }

	/* PRODUCTS: Buttons */
	ul.products li:not(.product-category) .button { width: 100%; display: block; }
	
	/* SHOP TABLE */
	table.shop_table.shop_table_responsive thead { display: none; }
	table.shop_table.shop_table_responsive tbody td::before { font-weight: 700; display: block; content: attr(data-title) ": "; }
	
	/* CART: tbody */
	table.shop_table.cart tbody { display: block; }
	table.shop_table.cart tbody tr { margin-bottom: 30px; border: 3px solid #eae6e5; display: flex; flex-wrap: wrap; position: relative; }
	table.shop_table.cart tbody tr td { display: block; }

	table.shop_table.cart tbody tr td.product-remove { right: 0; top: 20px; padding: 0; text-align: center; border-top: none !important; position: absolute; }
	table.shop_table.cart tbody tr td.product-remove::before { display: none; }

	table.shop_table.cart tbody tr td.product-thumbnail::before { display: none; }

	table.shop_table.cart tbody tr td.product-name { flex: 1 1 80%; }
	
	table.shop_table.cart tbody tr td.product-price { text-align: right; }

	table.shop_table.cart tbody tr td.product-quantity { width: calc(100% - 120px); text-align: left; }
	table.shop_table.cart tbody tr td.product-quantity::before { display: none; }

	table.shop_table.cart tbody tr:last-child { border: none !important; }
	table.shop_table.cart tbody tr td.actions { padding: 0; text-align: center; }
	table.shop_table.cart tbody tr td.actions::before { display: none; }
	
	/* CART: Cart collaterals */
	.cart-collaterals h2 { padding: 20px; text-align: left; }

	.cart-collaterals table { display: block; } 
	.cart-collaterals table tbody { display: block; }
	.cart-collaterals table tbody tr { display: block; }
	.cart-collaterals table tbody tr th { display: none; }
	.cart-collaterals table tbody tr td { width: 100%; padding: 20px; text-align: left; display: block; }
	.cart-collaterals table tbody tr td::before { font-size: 16px; color: #000; }
	
	.cart-collaterals .wc-proceed-to-checkout { padding: 20px; }
	
	/* ACCOUNT: My account navigation */
	.woocommerce-MyAccount-navigation ul li { margin-right: 0; margin-bottom: 10px; display: block; }
	.woocommerce-MyAccount-navigation ul li:last-child { margin-bottom: 0; }
	
	/* ACCOUNT: Addresses */
	.addresses .col-1 { width: 100%; padding: 20px; }
	.addresses .col-2 { width: 100%; padding: 20px; border-left: none; border-top: 1px solid #eae6e5; }
}

@media only screen and (max-width: 640px) { 

	/* PRODUCTS */
	ul.products li:not(.product-category) { width: calc(50% - 20px); }
	
	/* FORM */
	.form-row.form-row-first, 
	.form-row.form-row-last { width: 100%; float: none; }
}

@media only screen and (max-width: 480px) { 

	/* CATEGORIES */
	ul.products li.product-category a h2 { font-size: 16px; }
	
	/* PRODUCTS: Entry */
	ul.products li:not(.product-category) .entry h3 a { font-size: 22px; }
	
	/* MAIN PRODUCTS: Cart */
	.main_product_content .summary form.cart { padding: 10px; } 
	.main_product_content .summary form.cart .quantity { width: 100%; padding: 0 0 10px; text-align: center; }
	.main_product_content .summary form.cart .button { width: 100%; display: block; }
	
	/* CART: tbody */
	table.shop_table.cart tbody tr td.actions { width: 100%; }
	table.shop_table.cart tbody tr td.actions .button { width: 100%; display: block; }
	
	/* CART: Cart collaterals */
	.cart-collaterals .wc-proceed-to-checkout { text-align: center; }
	.cart-collaterals .wc-proceed-to-checkout .button { width: 100%; }
}

@media only screen and (max-width: 375px) { 

	/* PRODUCTS: Entry */
	ul.products li:not(.product-category) .entry h3 a { font-size: 18px; line-height: 20px; word-break: break-word; }
	
	/* CART: tbody */
	table.shop_table.cart tbody tr td.product-quantity input[type=number] { width: 60px; margin: 0 5px; }
}
