/*
---------------
	DEFAULT
---------------
*/
.form-row label, 
.u-columns header a.edit, 
table.order_details thead th, 
table.order_details tfoot tr th, 
table.my_account_orders thead th, 
table.shop_table_responsive tbody tr td::before, 
.cart-collaterals .cart_totals table.shop_table, 
.product .summary form.variations_form table tbody tr td.label, 
form.checkout .order_review .woocommerce-checkout-payment ul li .payment_box,
body.woocommerce-checkout.woocommerce-order-received ul.woocommerce-thankyou-order-details li .name { font-family: 'PT Sans', sans-serif; }


/*
-----------------------
	SYSTEM MESSAGES
-----------------------
*/
.woocommerce-info, 
.woocommerce-error, 
.woocommerce-message { margin-bottom: 20px; margin-left: 0 !important; padding: 10px; font-size: 16px; font-weight: 700; color: white !important; line-height: 1; }

ul.woocommerce-info li, 
ul.woocommerce-error li, 
ul.woocommerce-message li { margin-left: 20px; padding-left: 0 !important; list-style-type: square !important; }

.woocommerce-info a, 
.woocommerce-error a, 
.woocommerce-message a { float: right; }

.woocommerce-info { color: #282828 !important; background: #fff5f2; }
.woocommerce-error { background: #ca333a; }
.woocommerce-message { background: #85ad74; }

body.single-product .woocommerce-info, 
body.single-product .woocommerce-error, 
body.single-product .woocommerce-message { margin-top: 10px; }

/* Button */
.woocommerce-info .button, 
.woocommerce-error .button, 
.woocommerce-message .button { display: none !important; }

/* In Checkout page */
body.woocommerce-checkout .woocommerce-NoticeGroup {  }

/* Overlay */
.blockOverlay { background: white !important; }


/*
-------------
	FORMS
-------------
*/
.form-row { margin-bottom: 10px !important; }
.form-row.form-row-first { width: 48%; width: calc(50% - 10px); float: left; }
.form-row.form-row-last { width: 48%; width: calc(50% - 10px); float: right; }
.form-row.form-row-wide, 
.form-row.notes { width: 100%; float: none; clear: both; }

.form-row br { display: none; }
.form-row label { font-size: 16px; font-weight: 700; display: block; }

.form-row select, 
.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: 10px; border: 1px solid #f0dcc8; resize: none; position: relative; }

.form-row select:focus, 
.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: #2e2e2e; }

.form-row textarea { min-height: 150px; padding: 10px; resize: vertical; }

.form-row.woocommerce-invalid-required-field input { border-color: #ca333a !important; }

.woocommerce-form__label-for-checkbox { margin-top: 20px; }

/* CF7 */
.wpcf7 .wpcf7-acceptance .wpcf7-list-item { margin: 0 !important; }
.wpcf7 .wpcf7-acceptance .wpcf7-list-item label { padding-left: 30px; line-height: 20px; position: relative; }
.wpcf7 .wpcf7-acceptance .wpcf7-list-item label input[type=checkbox] { margin-top: 0 !important; left: 0; top: 0; position: absolute; }


/*
---------------
	RESULTS
---------------
*/
.woocommerce-result-count { font-size: 17px; font-weight: 700; color: #282828; line-height: 40px; float: left; }
.woocommerce-ordering { height: 40px; margin-bottom: 20px; float: right; }
.woocommerce-ordering select { padding-left: 10px; background: white; }


/*
--------------------
	PRODUCT LIST
--------------------	
*/
ul.products { margin-left: -20px !important; margin-right: -20px; font-size: 0; position: relative; clear: both; }
ul.products:before { width: 165px; height: 165px; left: -80px; top: -20px; background: url(../images/dots.png) repeat left top; position: absolute; content: ''; }

ul.products li { width: 25%; margin-top: 40px; padding-left: 20px !important; padding-right: 20px !important; vertical-align: top; display: inline-block; position: relative; }
ul.products li:nth-child(-n+4) { margin-top: 0; }

/* On sale */
ul.products li .stock_status.out_of_stock { height: 30px; left: 0; top: 30px; padding: 0 10px; font-size: 12px; color: white; line-height: 30px; letter-spacing: 2px; background: #bc0001; position: absolute; z-index: 10; }

/* Thumbnail */
ul.products li .thumbnail { display: block; overflow: hidden; }
ul.products li .thumbnail img { width: auto; max-width: 100%; height: auto; display: block; position: relative; transform: scale(1) translateZ(0); transition: all 1s cubic-bezier(0.19, 1, 0.22, 1); }
ul.products li .thumbnail:hover img { -ms-transform: scale(1.05) translateZ(0); -webkit-transform: scale(1.05) translateZ(0); transform: scale(1.05) translateZ(0); }

ul.products li .price { height: 30px; font-size: 17px; font-weight: 700; color: #f1b4a6; line-height: 18px; display: block; }
ul.products li .price ins { }
ul.products li .price del { font-weight: 400; text-decoration: line-through; color: #282828; }

ul.products li .entry { min-height: 90px; padding-top: 20px; position: relative; }
ul.products li .entry h3 { padding-right: 70px; overflow: hidden; }
ul.products li .entry h3 a { font-size: 18px; font-weight: 700; text-decoration: none !important; color: #282828 !important; line-height: 20px; display: block; }

/* Buttons */
ul.products li a.added_to_cart { display: none !important; }

ul.products li a.add_to_cart_button { width: 50px; height: 50px; right: 0; bottom: 0; padding: 0; font-size: 0; background-image: url(../images/icon_cart_white.svg); background-repeat: no-repeat; background-position: center; background-size: auto 24px; position: absolute; }
ul.products li a.add_to_cart_button:hover { background-color: #000; }
ul.products li a.add_to_cart_button.loading { background-image: url(../images/button_loader.gif); }
ul.products li a.info_button { width: 40px; height: 40px; color: #fff !important; text-decoration: none !important; line-height: 35px; text-indent: -9999px; background: #6cad17 url(../images/icon_info.svg) no-repeat center; background-size: auto 20px; -webkit-border-radius: 3px; -moz-border-radius: 3px; border-radius: 3px; cursor: pointer; display: inline-block; }
ul.products li a.info_button:hover { background-color: #333; }


/*
------------------
	PAGINATION
------------------
*/
.woocommerce-pagination { border: 1px solid #f0dcc8; }
.woocommerce-pagination ul { height: 50px; margin-bottom: 0 !important; font-size: 0; text-align: center; }
.woocommerce-pagination ul li { height: 100%; margin-left: 0 !important; padding-left: 0 !important; vertical-align: top; border-right: 1px solid #f0dcc8; display: inline-block; }
.woocommerce-pagination ul li:first-child { border-left: 1px solid #f0dcc8; }
.woocommerce-pagination ul li:before { display: none; !important; }
.woocommerce-pagination ul li a, 
.woocommerce-pagination ul li span { width: 50px; height: 100%; font-size: 17px; font-weight: 700; text-decoration: none !important; line-height: 50px; display: block; }
.woocommerce-pagination ul li a:hover { background: #fff5f2; }
.woocommerce-pagination ul li span { color: white; background: #f1b4a6; }


/*
-----------------------
	SINGLE PRODUCT
-----------------------
*/
.product { position: relative; }
.product.main_content { padding-bottom: 50px; }
.product.main_content .row_single_product { width: 100%; }
.product.main_content .row .product_col_1 { padding-top: 50px; padding-right: 50px; }
.product.main_content .row .product_col_1 .onsale { display: none !important; }
.product.main_content .row .product_col_2 { width: 440px; padding: 70px 50px 50px; background: #fff5f2; position: relative; overflow: hidden; }
.product.main_content .row .product_col_2:before { width: 100px; height: 100px; right: 50px; top: -50px; background: #282828; position: absolute; content: ''; -webkit-border-radius: 50%; -moz-border-radius: 50%; border-radius: 50%; }

/* Images */
.product .images { position: relative; z-index: 1; overflow: hidden; }
.product .images a { display: block; }
.product .images img { width: 100% !important; height: auto; display: block; }

.product .images .woocommerce-product-gallery__image { margin-bottom: 40px; }
.product .images .woocommerce-product-gallery__image:last-child { margin-bottom: 0; }

/* Additional information */
.product .additional_information { margin-top: 30px; }
.product .additional_information h4 { padding-top: 30px; border-top: 1px solid #ffcbbb; }
.product .additional_information table.shop_attributes { width: 100%; border: 1px solid #ffcbbb; border-collapse: collapse; }
.product .additional_information table.shop_attributes tbody tr td, 
.product .additional_information table.shop_attributes tbody tr th { padding: 15px; font-size: 16px; text-align: left; border-bottom: 1px solid #ffcbbb; }
.product .additional_information table.shop_attributes tbody tr td p { margin-bottom: 0 !important; }

/* Summary */
.product .summary { padding-bottom: 50px; }
.product .summary h1 { margin-bottom: 20px !important; font-size: 30px !important; font-weight: 700; color: #282828; line-height: 1; }
.product .summary .product_labels { margin-bottom: 10px; font-size: 0; }
.product .summary .product_labels div { height: 24px; margin-right: 5px; padding: 0 10px; font-size: 13px; font-weight: 700; text-align: center; line-height: 24px; color: #282828; background: #f1b4a6; display: inline-block; -webkit-border-radius: 12px; -moz-border-radius: 12px; border-radius: 12px; }
.product .summary .product_labels div.onsale { }

/* Posted in */
.product .summary .posted_in { margin-bottom: 20px; font-weight: 700; color: #2f3239; }
.product .summary .posted_in a { font-weight: normal; color: #9d9da4 !important; }
.product .summary .posted_in a:hover { color: #2f3239 !important; }

/* Price */
.product .summary .price { margin-bottom: 30px; }
.product .summary .price .amount { font-size: 24px; font-weight: 700; color: #f1b4a6; }
.product .summary .price ins { display: block; }
.product .summary .price del .amount { font-size: 20px; text-decoration: line-through; color: #857575; }

/* Description */
.product .summary .description { margin-bottom: 30px; font-size: 18px; line-height: 25px; }

/* Variations */
.product .summary form.variations_form a.reset_variations { display: none !important; }

.product .summary form.variations_form table { margin-bottom: 20px; }
.product .summary form.variations_form table tbody tr td.label { width: 70px; font-size: 16px; font-weight: 700; text-transform: uppercase; color: #282828; line-height: 16px; }
.product .summary form.variations_form table tbody tr td.value .swatch { width: auto; min-width: 40px; height: 40px; margin-bottom: 0 !important; padding: 0 10px; line-height: 36px; background: white; border-color: #ffe7df; -webkit-border-radius: 20px !important; -moz-border-radius: 20px !important; border-radius: 20px !important; }
.product .summary form.variations_form table tbody tr td.value .swatch.selected { border-color: #f1b4a6 !important; }

/* Add to cart */
.product .summary .cart .single_add_to_cart_button { width: 100%; height: 60px; font-size: 20px; vertical-align: top; display: inline-block; position: relative; overflow: hidden; }
.product .summary .cart .single_add_to_cart_button:after { content: ''; width: 200%; height: 135%; left: -80%; top: -110%; position: absolute; opacity: 0; transform: rotate(-45deg); background: rgba(255, 255, 255, 0.13); background: linear-gradient(to bottom, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0.15) 30%, rgba(255, 255, 255, 0.15) 60%, rgba(255, 255, 255, 0) 100%); }
.product .summary .cart .single_add_to_cart_button:hover:after { opacity: 1; transition-property: opacity; transition-duration: 0.15s; transition-timing-function: ease; transition-delay: .25s; animation: shine 3s ease 1 forwards; animation-delay: .25s; }

/* Shipping info */
.product .summary .shipping_info .shipping_info_intro { margin-top: 20px; font-size: 15px; line-height: 18px; }
.product .summary .shipping_info .trust_links { margin-top: 20px; border: 1px solid #f1b4a6; overflow: hidden; }
.product .summary .shipping_info .trust_links a { padding: 10px 20px 10px 55px; font-size: 16px; font-weight: 700; line-height: 16px; border-bottom: 1px solid #f1b4a6; display: block; position: relative; }
.product .summary .shipping_info .trust_links a:last-child { border-bottom: none; }
.product .summary .shipping_info .trust_links a:hover { background: #fffaf9; }
.product .summary .shipping_info .trust_links a img { width: 24px; height: auto; left: 20px; top: 7px; display: inline-block; position: absolute; }


/*
------------------
	SHOP TABLE
------------------
*/
table.shop_table { width: 100%; margin-bottom: 0; border-spacing: 0; border-collapse: collapse; }

/* Table footer */
table.shop_table tfoot th, 
table.shop_table tfoot td { padding: 0 10px; }

/* Order details */
table.order_details tbody tr td { padding: 10px 15px; font-size: 17px; border-bottom: 1px dotted #ffcbbb; }
table.order_details tbody tr:last-child td { border-bottom: none; }


/*
--------------
	CART
--------------
*/
form.woocommerce-cart-form { padding-right: 50px; padding-top: 30px; }
form.woocommerce-cart-form .title { margin-bottom: 20px !important; padding-bottom: 20px; font-size: 22px !important; font-weight: 700; color: #282828; line-height: 1; border-bottom: 1px solid #ffcbbb; }

form.woocommerce-cart-form table.cart thead tr th { font-size: 16px; text-align: center; }
form.woocommerce-cart-form table.cart thead tr th.product-name { text-align: left; }

form.woocommerce-cart-form table.cart tbody tr td { border-bottom: 1px dotted #ffcbbb; }
form.woocommerce-cart-form table.cart tbody tr.cart_item:last-child td { border-bottom: none; }

form.woocommerce-cart-form table.cart tbody tr td.product-thumbnail { width: 70px; padding: 5px 0; }
form.woocommerce-cart-form table.cart tbody tr td.product-thumbnail a { display: inline-block; }
form.woocommerce-cart-form table.cart tbody tr td.product-thumbnail a img { width: auto; height: 60px; }

form.woocommerce-cart-form table.cart tbody tr td.product-name a { font-size: 16px; font-weight: 700; line-height: 18px; display: inline-block; }

form.woocommerce-cart-form table.cart tbody tr td.product-price { width: 100px; font-size: 16px; text-align: center; }

form.woocommerce-cart-form table.cart tbody tr td.product-remove { width: 40px; padding-left: 10px; }
form.woocommerce-cart-form table.cart tbody tr td.product-remove a { width: 40px; height: 40px; font-size: 22px; text-align: center; text-decoration: none !important; line-height: 40px; border: 1px solid #e7e3e3; display: block; -webkit-border-radius: 5px; -moz-border-radius: 5px; border-radius: 5px; }
form.woocommerce-cart-form table.cart tbody tr td.product-remove a:hover { color: #f1b4a6 !important; border-color: #f1b4a6; }

form.woocommerce-cart-form table.cart tbody tr td.actions { padding-top: 30px; font-size: 0; border-bottom: none; }
form.woocommerce-cart-form table.cart tbody tr td.actions label { display: none; }
form.woocommerce-cart-form table.cart tbody tr td.actions input[type=text] { height: 60px; padding-left: 30px; vertical-align: top; border: 1px solid #dbdbdb; border-right: none; display: inline-block; -webkit-border-radius: 5px 0 0 5px; -moz-border-radius: 5px 0 0 5px; border-radius: 5px 0 0 5px; }
form.woocommerce-cart-form table.cart tbody tr td.actions button { height: 60px; vertical-align: top; display: inline-block; -webkit-border-radius: 0 5px 5px 0; -moz-border-radius: 0 5px 5px 0; border-radius: 0 5px 5px 0; }

/* Cart collaterals */
.cart-collaterals { width: 440px; padding: 30px 20px; background: #fff5f2; }
.cart-collaterals .cart_totals h2 { margin-bottom: 20px !important; font-size: 22px !important; font-weight: 700; color: #282828; line-height: 1; }
.cart-collaterals .cart_totals .woocommerce-shipping-destination { display: none; }

.cart-collaterals .cart_totals table.shop_table { margin-bottom: 20px; font-size: 16px; line-height: 18px; background: white; border: 1px solid #ffcbbb; }
.cart-collaterals .cart_totals table.shop_table tbody tr { border-bottom: 1px solid #ffcbbb; } 
.cart-collaterals .cart_totals table.shop_table tbody tr th, 
.cart-collaterals .cart_totals table.shop_table tbody tr td { padding-top: 15px; padding-bottom: 15px; text-align: left; }
.cart-collaterals .cart_totals table.shop_table tbody tr th { width: 40%; padding-left: 15px; color: #282828; }
.cart-collaterals .cart_totals table.shop_table tbody tr td { width: 60%; padding-right: 15px; text-align: right; }

.cart-collaterals .cart_totals table.shop_table tbody tr.shipping td { padding-left: 15px; text-align: left; }
.cart-collaterals .cart_totals table.shop_table tbody tr.shipping td p { margin-bottom: 10px !important; }
.cart-collaterals .cart_totals table.shop_table tbody tr.shipping td strong { color: #282828; }
.cart-collaterals .cart_totals table.shop_table tbody tr.shipping td ul { margin-left: 0 !important; margin-bottom: 0 !important; text-align: left; }
.cart-collaterals .cart_totals table.shop_table tbody tr.shipping td ul li { margin-bottom: 10px; list-style: none !important; }
.cart-collaterals .cart_totals table.shop_table tbody tr.shipping td ul li:last-child { margin-bottom: 0; }
 
.cart-collaterals .cart_totals table.shop_table tbody tr.order-total th, 
.cart-collaterals .cart_totals table.shop_table tbody tr.order-total td { font-size: 20px; color: #282828; background: #fff3ef; }

.cart-collaterals .cart_totals .wc-proceed-to-checkout .button { width: 100%; height: 60px; padding: 0; font-size: 18px; text-align: center; line-height: 60px; display: block; }


/*
----------------
	CHECKOUT
----------------
*/
.woocommerce-form-coupon-toggle { display: none !important; }

form.checkout { width: 100%; font-size: 0; }

/* Customer details */
form.checkout .customer_details { width: calc(100% - 440px); padding-right: 50px; vertical-align: top; display: inline-block; }
form.checkout .customer_details h3 { margin-bottom: 20px !important; padding-bottom: 20px; font-size: 22px !important; font-weight: 700; color: #282828; line-height: 1; border-bottom: 1px solid #ffcbbb; }
form.checkout .customer_details h3#ship-to-different-address { margin-top: 30px; }

/* Order review */
form.checkout .order_review { width: 440px; padding: 30px 20px; vertical-align: top; line-height: 20px; background: #fff5f2; display: inline-block; }
form.checkout .order_review h3 { margin-bottom: 20px !important; font-size: 22px !important; font-weight: 700; color: #282828; line-height: 1; }
form.checkout .order_review .woocommerce-form-coupon-toggle + p { margin-bottom: 5px !important; font-size: 17px; font-weight: 700; color: #282828; }

form.checkout .order_review .form-row { font-size: 0; }
form.checkout .order_review .form-row.form-row-first, 
form.checkout .order_review .form-row.form-row-last { width: 50%; }
form.checkout .order_review .form-row input[type=text] { width: 100%; height: 50px; padding-left: 10px; vertical-align: top; border-right: none; display: inline-block; -webkit-border-radius: 5px 0 0 5px; -moz-border-radius: 5px 0 0 5px; border-radius: 5px 0 0 5px; }
form.checkout .order_review .form-row button { width: 100%; height: 50px; padding: 0; vertical-align: top; display: inline-block; -webkit-border-radius: 0 5px 5px 0; -moz-border-radius: 0 5px 5px 0; border-radius: 0 5px 5px 0; }

form.checkout .order_review table.woocommerce-checkout-review-order-table thead tr th { font-size: 16px; text-align: left; color: #282828; }
form.checkout .order_review table.woocommerce-checkout-review-order-table thead tr th.product-total { text-align: right; }

form.checkout .order_review table.woocommerce-checkout-review-order-table tbody tr td { font-size: 17px; border-bottom: 1px solid #ffcbbb; }
form.checkout .order_review table.woocommerce-checkout-review-order-table tbody tr td .name { width: calc(100% - 90px); padding: 10px 0; color: #282828; line-height: 18px; float: left; }
form.checkout .order_review table.woocommerce-checkout-review-order-table tbody tr td .value { width: 90px; padding: 10px 0; text-align: right; line-height: 18px; float: right; }

form.checkout .order_review table.woocommerce-checkout-review-order-table tfoot { font-size: 16px; background: white; border: 1px solid #ffcbbb; }
form.checkout .order_review table.woocommerce-checkout-review-order-table tfoot tr th { padding: 15px 0 15px 15px; text-align: left; color: #282828; }
form.checkout .order_review table.woocommerce-checkout-review-order-table tfoot tr th, 
form.checkout .order_review table.woocommerce-checkout-review-order-table tfoot tr td { border-bottom: 1px solid #ffcbbb; }
form.checkout .order_review table.woocommerce-checkout-review-order-table tfoot tr td { padding: 15px 15px 15px 0; }
form.checkout .order_review table.woocommerce-checkout-review-order-table tfoot tr td ul { margin-left: 0 !important; margin-bottom: 0 !important; }
form.checkout .order_review table.woocommerce-checkout-review-order-table tfoot tr td ul li { margin-bottom: 10px; list-style: none !important; }
form.checkout .order_review table.woocommerce-checkout-review-order-table tfoot tr td ul li:last-child { margin-bottom: 0; }
form.checkout .order_review table.woocommerce-checkout-review-order-table tfoot tr td ul li label { cursor: pointer; }
form.checkout .order_review table.woocommerce-checkout-review-order-table tfoot tr.shipping td { padding-left: 15px; }
form.checkout .order_review table.woocommerce-checkout-review-order-table tfoot tr.shipping td p { margin-bottom: 10px !important; }
form.checkout .order_review table.woocommerce-checkout-review-order-table tfoot tr.shipping td p strong { color: #282828; }

form.checkout .order_review table.woocommerce-checkout-review-order-table tfoot tr.order-total th, 
form.checkout .order_review table.woocommerce-checkout-review-order-table tfoot tr.order-total td { font-size: 20px; color: #282828; background: #fff3ef; }

form.checkout .order_review .woocommerce-checkout-payment ul { margin-left: 0 !important; padding: 15px; background: white; border: 1px solid #ffcbbb; }
form.checkout .order_review .woocommerce-checkout-payment ul li { margin-bottom: 10px; }
form.checkout .order_review .woocommerce-checkout-payment ul li:last-child { margin-bottom: 0; }
form.checkout .order_review .woocommerce-checkout-payment ul li input[type=radio] { margin-top: -12px !important; }
form.checkout .order_review .woocommerce-checkout-payment ul li label { font-size: 18px; font-weight: 700; color: #282828; cursor: pointer; }
form.checkout .order_review .woocommerce-checkout-payment ul li .payment_box { font-size: 16px; line-height: 20px; }
form.checkout .order_review .woocommerce-checkout-payment ul li .payment_box p { margin-bottom: 0 !important; }

/* PostaPont */
.gm-style-iw h1 { margin-bottom: 10px !important; font-size: 20px !important; font-weight: 700; line-height: 1 !important; }
.gm-style-iw p { margin-bottom: 5px !important; }
.gm-style-iw p:last-child { margin-bottom: 0 !important; }


/*
----------------------
	THANK YOU PAGE
----------------------
*/

body.woocommerce-checkout.woocommerce-order-received .woocommerce-notice { font-size: 20px; font-weight: 700; text-align: center; color: #282828; }

body.woocommerce-checkout.woocommerce-order-received ul.woocommerce-thankyou-order-details { max-width: 800px; margin-left: auto !important; margin-right: auto; font-size: 0; background: white; border: 1px solid #ffcbbb; }
body.woocommerce-checkout.woocommerce-order-received ul.woocommerce-thankyou-order-details li { line-height: initial; border-bottom: 1px dotted #ffcbbb; list-style: none !important; }
body.woocommerce-checkout.woocommerce-order-received ul.woocommerce-thankyou-order-details li.method { border-bottom: none; }
body.woocommerce-checkout.woocommerce-order-received ul.woocommerce-thankyou-order-details li .name { width: 50%; padding: 10px 15px; font-size: 16px; font-weight: 700; vertical-align: top; color: #282828; line-height: 18px; display: inline-block; }
body.woocommerce-checkout.woocommerce-order-received ul.woocommerce-thankyou-order-details li .value { width: 50%; padding: 10px 15px; font-size: 16px; vertical-align: top; line-height: 18px; display: inline-block; }
body.woocommerce-checkout.woocommerce-order-received ul.woocommerce-thankyou-order-details li.woocommerce-order-overview__order .value { font-size: 18px; font-weight: 700; }

/* Addreses */
body.woocommerce-checkout.woocommerce-order-received .woocommerce-order-details { max-width: 800px; margin: 0 auto 30px; position: relative; z-index: 0; } 
body.woocommerce-checkout.woocommerce-order-received .woocommerce-order-details h2 { margin-bottom: 10px !important; font-size: 22px !important; font-weight: 700; color: #282828; line-height: 1; }
body.woocommerce-checkout.woocommerce-order-received .woocommerce-order-details table.order_details { background: white; border: 1px solid #ffcbbb; }

body.woocommerce-checkout.woocommerce-order-received .woocommerce-order-details table.order_details { line-height: 20px; }
body.woocommerce-checkout.woocommerce-order-received .woocommerce-order-details table.order_details thead th { width: 50%; padding: 10px 15px; font-size: 16px; font-weight: 700; text-align: left; color: #282828; border-bottom: 1px solid #ffcbbb; }

body.woocommerce-checkout.woocommerce-order-received .woocommerce-order-details table.order_details tfoot { font-size: 17px; }
body.woocommerce-checkout.woocommerce-order-received .woocommerce-order-details table.order_details tfoot tr th { padding: 10px 15px; font-size: 16px; font-weight: 700; text-align: right; color: #282828; border-top: 1px solid #ffcbbb; }
body.woocommerce-checkout.woocommerce-order-received .woocommerce-order-details table.order_details tfoot tr td { padding: 10px 15px; border-top: 1px solid #ffcbbb; }
body.woocommerce-checkout.woocommerce-order-received .woocommerce-order-details table.order_details tfoot tr:first-child th, 
body.woocommerce-checkout.woocommerce-order-received .woocommerce-order-details table.order_details tfoot tr:first-child td { border-top-width: 3px; }
body.woocommerce-checkout.woocommerce-order-received .woocommerce-order-details table.order_details tfoot tr:last-child th, 
body.woocommerce-checkout.woocommerce-order-received .woocommerce-order-details table.order_details tfoot tr:last-child td { font-size: 20px; color: #282828; background: #fff3ef; }

body.woocommerce-checkout.woocommerce-order-received .woocommerce-customer-details { max-width: 800px; margin: auto; font-size: 0; background: white; border: 1px solid #ffcbbb; }
body.woocommerce-checkout.woocommerce-order-received .woocommerce-customer-details .addresses { width: 100%; display: table; table-layout: fixed; }
body.woocommerce-checkout.woocommerce-order-received .woocommerce-customer-details .addresses p:last-child { margin-bottom: 0 !important; }
body.woocommerce-checkout.woocommerce-order-received .woocommerce-customer-details .addresses h2 { margin-bottom: 10px !important; font-size: 22px !important; font-weight: 700; color: #282828; line-height: 1; }
body.woocommerce-checkout.woocommerce-order-received .woocommerce-customer-details .addresses address { font-size: 17px; font-weight: 400; font-style: normal; line-height: 20px; }
body.woocommerce-checkout.woocommerce-order-received .woocommerce-customer-details .addresses .col-1, 
body.woocommerce-checkout.woocommerce-order-received .woocommerce-customer-details .addresses .col-2 { width: 50%; padding: 15px; font-size: 18px; text-align: center; vertical-align: top; display: table-cell; }
body.woocommerce-checkout.woocommerce-order-received .woocommerce-customer-details .addresses .col-2 { border-left: 1px solid #ffcbbb; }


/*
-----------------
	MY ACCOUNT
-----------------
*/
.u-columns { width: 100%; border: 1px solid #f0dcc8; display: table; }
.u-columns .col-1,
.u-columns .col-2 { width: 50%; padding: 20px; vertical-align: top; display: table-cell; }
.u-columns .col-2 { border-left: 1px solid #f0dcc8; }

.u-columns header { margin-bottom: 20px; line-height: 25px; }
.u-columns header h3 { font-size: 20px; font-weight: 700; color: #282828; }
.u-columns header a.edit { font-size: 16px; text-decoration: underline; color: #999 !important; }
.u-columns header a.edit:hover { color: #282828 !important; }

.woocommerce-MyAccount-navigation ul { margin-left: 0 !important; margin-bottom: 0 !important; font-size: 0; }
.woocommerce-MyAccount-navigation ul li { margin-left: 0 !important; padding-left: 0 !important; vertical-align: top; display: inline-block; }
.woocommerce-MyAccount-navigation ul li:before { display: none !important; }
.woocommerce-MyAccount-navigation ul li.woocommerce-MyAccount-navigation-link--downloads { display: none !important; }
.woocommerce-MyAccount-navigation ul li a { height: 50px; padding: 0 20px; font-size: 17px; font-weight: 700; text-align: center; text-decoration: none !important; line-height: 50px; border: 1px solid #f1b4a6; border-left: none; border-bottom: none; display: block; }
.woocommerce-MyAccount-navigation ul li:first-child a { border-left: 1px solid #f1b4a6; }
.woocommerce-MyAccount-navigation ul li a:hover {  }
.woocommerce-MyAccount-navigation ul li.is-active a { background: #f1b4a6; }

.woocommerce-MyAccount-content { padding: 30px; background: white; border: 1px solid #f1b4a6; }
.woocommerce-MyAccount-content h2, 
.woocommerce-MyAccount-content h3, 
.woocommerce-MyAccount-content fieldset legend { font-size: 20px; font-weight: 700; color: #282828; }
.woocommerce-MyAccount-content .edit-account em { font-size: 16px; color: #282828; }
.woocommerce-MyAccount-content mark { background: none; }

.woocommerce-MyAccount-content .addresses { width: 100%; display: table; table-layout: fixed; }
.woocommerce-MyAccount-content .addresses .col-1, 
.woocommerce-MyAccount-content .addresses .col-2 { width: 50%; text-align: center; display: table-cell; }
.woocommerce-MyAccount-content .addresses address { font-size: 17px; font-style: normal; line-height: 20px; }

table.my_account_orders { width: 100%; border: 1px solid #ffcbbb; }

table.my_account_orders thead tr th { padding: 10px 15px; font-size: 16px; font-weight: 700; color: #282828; border-bottom: 1px solid #ffcbbb; }

table.my_account_orders tbody tr td { padding: 10px 15px; font-size: 18px; text-align: center; color: #282828; border-bottom: 1px solid #ffcbbb; }
table.my_account_orders tbody tr td.woocommerce-orders-table__cell-order-total { font-size: 15px; line-height: 20px; }
table.my_account_orders tbody tr td.woocommerce-orders-table__cell-order-total span.amount { font-size: 17px; display: block; }
table.my_account_orders tbody tr td.woocommerce-orders-table__cell-order-actions { width: 150px; }
table.my_account_orders tbody tr td.woocommerce-orders-table__cell-order-actions a { width: 120px; padding: 0; text-align: center; }
table.my_account_orders tbody tr:nth-child(odd) td { background: #fff5f2; }


#customer_login { border: none; }
#customer_login p { margin-bottom: 20px !important; }
#customer_login p.form-row { margin-bottom: 10px !important; }
#customer_login h2 { margin-bottom: 20px !important; font-size: 22px !important; font-weight: 700; color: #282828; line-height: 1; }
#customer_login .col-1 { padding: 30px; background: #fff5f2; border: none; }
#customer_login .col-2 { padding: 30px; border: none; }
#customer_login .col-2 .woocommerce-privacy-policy-text { font-size: 16px; line-height: 20px; }


/*
----------------------
	CHAINED SELECT
----------------------
*/
.select2-container .select2-selection--single { height: 50px; }
.select2-container--default .select2-selection--single { border-color: #f0dcc8; border-radius: 0; outline: none; }
.select2-container--default .select2-selection--single .select2-selection__arrow { top: 11px; }
.select2-container--default .select2-selection--single .select2-selection__rendered { line-height: 50px; }
.select2-dropdown { border: 1px solid #f0dcc8; border-radius: 0; }
.select2-dropdown ul { outline: none; }


/*
------------------
	RWD DESIGN
------------------
*/
@media only screen and (max-width: 1200px) { 

	/* PRODUCT LIST */
	ul.products { margin-left: -10px !important; margin-right: -10px; }
	ul.products:before { display: none; }

	ul.products li { padding-left: 10px !important; padding-right: 10px !important; }
	
	/* SINGLE PRODUCT */
	.product.main_content .row .product_col_1 { padding-top: 20px; padding-right: 20px; }
	.product.main_content .row .product_col_2 { padding: 50px 30px; }
}

@media only screen and (max-width: 960px) { 

	/* PRODUCT LIST */
	ul.products li { width: 33.3333333333%; }
	ul.products li:nth-child(4) { margin-top: 40px; }
	ul.products li:nth-child(-n+3) { margin-top: 0; }
	
	body.home ul.products li:nth-child(4) { display: none; }
	
	/* SINGLE PRODUCT */
	.product.main_content .row .product_col_1 { width: 50%; }
	.product.main_content .row .product_col_2 { width: 50%; padding: 30px 20px; }
	
	/* CART */
	.row_cart { display: block; }
	form.woocommerce-cart-form { margin-bottom: 30px; padding-right: 0; padding-top: 0; display: block !important; }

	/* CART: Cart collaterals */
	.cart-collaterals { width: 100%; display: block !important; }
	
	/* CHECKOUT: Customer details */
	form.checkout .customer_details { width: 100%; padding-right: 0; display: block; }

	/* CHECKOUT: Order review */
	form.checkout .order_review { width: 100%; }
}

@media only screen and (max-width: 768px) { 

	/* PRODUCT LIST */
	ul.products li { width: 50%; }
	ul.products li:nth-child(3) { margin-top: 40px; }
	ul.products li:nth-child(-n+2) { margin-top: 0; }
	
	body.home ul.products li:nth-child(4) { display: inline-block; }
	
	/* SINGLE PRODUCT */
	.product.main_content { padding-bottom: 0; }
	.product.main_content .row_single_product { display: block; }
	.product.main_content .row .product_col_1 { width: 100%; padding-bottom: 30px; padding-right: 0; display: block; }
	.product.main_content .row .product_col_2 { width: 100%; display: block; }
	.product.main_content .row .product_col_2:before { display: none; }
	
	/* SINGLE PRODUCT: Summary */
	.product .summary { padding-bottom: 0; }
	
	/* MY ACCOUNT */
	#customer_login { display: block !important; }
	#customer_login .col-1 { width: 100%; display: block; }
	#customer_login .col-2 { width: 100%; display: block; }
}

@media only screen and (max-width: 640px) { 

	/* FORMS */
	.form-row.form-row-first, 
	.form-row.form-row-last { width: 100%; float: none; }
	
	/* RESULTS */
	.woocommerce-result-count { margin-bottom: 20px !important; line-height: 20px; float: none; }
	.woocommerce-ordering { height: auto; float: none; }
	.woocommerce-ordering select { width: 100%; height: 50px; }
	
	/* SHOP TABLE */
	table.shop_table_responsive { font-size: 0; }
	table.shop_table_responsive thead { display: none !important; }
	table.shop_table_responsive tbody tr { display: block; position: relative; }
	table.shop_table_responsive tbody tr th { display: none !important; }
	table.shop_table_responsive tbody tr td { width: 100% !important; padding: 5px 15px !important; font-size: 16px; text-align: left !important; border-bottom-style: dotted; display: block; }
	
	table.shop_table_responsive tbody tr td::before { margin-bottom: 5px; font-size: 16px; font-weight: 700; color: #282828; line-height: 20px; display: block; content: attr(data-title) ": "; }
	table.shop_table_responsive tbody tr:nth-child(even) td { background: #fff5f2 }
	
	table.shop_table_responsive tbody tr.shipping td { background: none !important; }
	table.shop_table_responsive tbody tr.shipping td p { display: none; }
	
	table.shop_table_responsive tbody tr.order-total { border-bottom: none !important; }
	
	/* CART */
	form.woocommerce-cart-form table.cart tbody tr td.actions input[type=text] { width: 50%; height: 50px; padding-left: 10px; }
	form.woocommerce-cart-form table.cart tbody tr td.actions button { width: 50%; height: 50px; padding: 0; }

	form.woocommerce-cart-form table.cart tbody tr td.product-thumbnail { padding: 10px 0 0 15px !important; border-bottom: none !important; }
	form.woocommerce-cart-form table.cart tbody tr td.product-thumbnail::before { display: none; }

	form.woocommerce-cart-form table.cart tbody tr td.product-price { border-bottom: none; }
	
	form.woocommerce-cart-form table.cart tbody tr td.product-remove { padding: 0; border-bottom: none !important; }
	form.woocommerce-cart-form table.cart tbody tr td.product-remove:before { display: none; }
	form.woocommerce-cart-form table.cart tbody tr td.product-remove a { right: 15px; top: 15px; background: white; position: absolute; }

	form.woocommerce-cart-form table.cart tbody tr td.actions { padding: 30px 0 0 !important; background: none !important; }
	form.woocommerce-cart-form table.cart tbody tr td.actions:before { display: none; }
	
	/* CHECKOUT: Order review */
	form.checkout .order_review .form-row.form-row-first { float: left; }
	form.checkout .order_review .form-row.form-row-last { float: right; }
	
	/* THANK YOU PAGE */
	body.woocommerce-checkout.woocommerce-order-received .woocommerce-customer-details .addresses { display: block; }
	body.woocommerce-checkout.woocommerce-order-received .woocommerce-customer-details .addresses .col-1, 
	body.woocommerce-checkout.woocommerce-order-received .woocommerce-customer-details .addresses .col-2 { width: 100%; display: block; }
	body.woocommerce-checkout.woocommerce-order-received .woocommerce-customer-details .addresses .col-2 { border-left: none; border-top: 1px solid #ffcbbb; }
}

@media only screen and (max-width: 480px) { 

	/* PRODUCT LIST */
	ul.products li .entry { min-height: 170px; padding-bottom: 50px; }
	ul.products li .entry h3 { padding-right: 0; }

	/* PRODUCT LIST: Buttons */
	ul.products li a.add_to_cart_button { width: 100%; right: 0; font-size: 16px; text-align: center; background-image: none; }
	ul.products li a.add_to_cart_button.loading { font-size: 0; }

	/* CART */
	form.woocommerce-cart-form table.cart tbody tr td.actions input[type=text] { width: 100%; padding-left: 0; text-align: center; border: 1px solid #dbdbdb; border-bottom: none; display: block; -webkit-border-radius: 5px 5px 0 0; -moz-border-radius: 5px 5px 0 0; border-radius: 5px 5px 0 0; }
	form.woocommerce-cart-form table.cart tbody tr td.actions button { width: 100%; display: block; -webkit-border-radius: 0 0 5px 5px; -moz-border-radius: 0 0 5px 5px; border-radius: 0 0 5px 5px; }
	
	/* CART: Cart collaterals */
	.cart-collaterals { padding: 0; background: none; }
	
	/* CHECKOUT: Order review */
	form.checkout .order_review { padding: 0; background: none; }

	form.checkout .order_review .form-row.form-row-first, 
	form.checkout .order_review .form-row.form-row-last { width: 100%; float: none; }
	form.checkout .order_review .form-row.form-row-first { margin-bottom: 0 !important; }
	form.checkout .order_review .form-row input[type=text] { padding-left: 0; text-align: center; border: 1px solid #f0dcc8; border-bottom: none; display: block; -webkit-border-radius: 5px 5px 0 0; -moz-border-radius: 5px 5px 0 0; border-radius: 5px 5px 0 0; }
	form.checkout .order_review .form-row button { display: block; -webkit-border-radius: 0 0 5px 5px; -moz-border-radius: 0 0 5px 5px; border-radius: 0 0 5px 5px; }
	
	/* THANK YOU PAGE */
	body.woocommerce-checkout.woocommerce-order-received ul.woocommerce-thankyou-order-details li .name { width: 100%; padding: 10px 15px 0 15px; display: block; }
	body.woocommerce-checkout.woocommerce-order-received ul.woocommerce-thankyou-order-details li .value { width: 100%; padding: 5px 15px 10px 15px; display: block; }
	
	/* MY ACCOUNT */
	#customer_login .col-1 { padding: 20px; }
	#customer_login .col-2 { padding: 20px 0; }
}