/*
 * Woocommerce custom styles 
 */

.woocommerce-account div.woocommerce ,
 .woocommerce-order {
	border: 1px solid rgba(0,0,0,0.1);
	border-radius: 10px;
	padding: 30px;
	position: relative;
	overflow: hidden;
}

/* 
 * Woo input fields
 */

.woocommerce form .form-row input.input-text, .woocommerce form .form-row textarea { 
	padding: 12px 25px !important;
	line-height: 1.25 !important;
	border-radius: 10px !important;
	font-size: 16px !important;
	background-color: #fff !important;
	border: 1px solid rgba(0,0,0,0.15) !important;
	box-shadow: none !important;
}

.select2-container--default .select2-selection--single .select2-selection__rendered {
	line-height: 45px;
	padding-left: 10px;
	color: inherit;
}

.select2-container .select2-selection--single {
	height: 45px;
	border-color: #e2e2e2;
	border-radius: 10px !important;
	font-size: 16px !important;
	background-color: #fff !important;
	border: 1px solid rgba(0,0,0,0.15) !important;
	box-shadow: none !important;
}

.select2-container--default .select2-selection--single .select2-selection__arrow {
	top: 10px;
	right: 5px;
}

.woocommerce form .form-row label {
    line-height: 1.5;
    font-size: 13px;
    font-weight: 600;
    margin-bottom: 3px;
}

 /* 
  * Woo archive 
  */

.woocommerce-page.post-type-archive-product #left-area ul.products,
.woocommerce-page.tax-product_cat #left-area ul.products  {
	border-top: 1px dashed rgba(0,0,0,0.1);
	padding-top: 25px !important;
}

.woocommerce .woocommerce-result-count {
	padding-bottom: 0  !important;
	margin-bottom: 20px !important; 
	font-weight: 400;
	line-height: 1.5;
	padding: 5px 5px 0 0;
}

.orderby, .woocommerce div.product form.cart .variations td select {
	padding: 7px 15px;
	border: 1px solid rgba(0,0,0,0.1); 
	border-radius: 15px; 
	background-color: #fff; 
}
 
.term-description {
	margin-bottom: 30px;
} 

.woocommerce-products-header img.term-img  {
	margin-bottom: 15px;
} 

/* product display */

 .woocommerce ul.products li.product, 
 .woocommerce-page ul.products li.product {
 	overflow: hidden;
 }

 .woocommerce ul.products li.product .woocommerce-loop-category__title, 
 .woocommerce ul.products li.product .woocommerce-loop-product__title, 
 .woocommerce ul.products li.product h3 {
 	font-size: 19px;
 	font-weight: 600; 
 	padding: 10px 0 5px;
 }

 .woocommerce ul.products li.product a img, 
 .woocommerce-page ul.products li.product a img {
 	border-radius: 10px;
 	overflow: hidden;
 }

 .woocommerce span.onsale {
    text-transform: uppercase;
    display: block;
    position: absolute; 
    padding: 0  !important;
    margin: 0;
    height: 22px  !important;
    line-height: 23px  !important;
    width: 110px; 
    text-align: center;
    font-size: 12px;
    font-weight: 600 !important;  
}

.woocommerce ul.products li.product .onsale {
	right: -29px !important;
	left: inherit  !important;
	top: 18px  !important;
	margin: 0  !important;
	-webkit-transform: rotate(45deg);
	transform: rotate(45deg);
}

.woocommerce ul.products li.product .price, 
.woocommerce ul.products li.product .price del, 
.woocommerce-page ul.products li.product .price, 
.woocommerce-page ul.products li.product .price del {
	font-size: 16px;
	vertical-align: middle;
}

/* Sidebar */

.woocommerce-product-search {
	position: relative;
	overflow: hidden;
}

.woocommerce-product-search button,
.woocommerce-product-search input.search-field {
	height: 40px!important;
	margin: 0; 
	color: #666;
	font-size: 14px;
	line-height: normal!important;
	border-radius: 25px;
}

.woocommerce-product-search input.search-field {
	padding: 0 90px 0 20px;
	border: 1px solid #ddd !important;
	width: 100%;
	display: block;
}

.woocommerce-product-search input#searchsubmit {
	color: #fff; 
	width: 80px;
	border: none;
}

.woocommerce-product-search button[type=submit] {
	position: absolute;
	top: 0;
	right: 0;  
	color: #fff; 
	width: 80px !important;
	border: none;
	cursor: pointer;
}

/* Widget - Product showcase */

#sidebar ul.product_list_widget li {
	border-bottom:1px dashed rgba(0,0,0,0.1);
	padding: 0 0 10px 0;
	margin-bottom: 10px;
}

#sidebar ul.product_list_widget li:last-child {
	border: none;
}

#sidebar .woocommerce ul.cart_list li img, 
#sidebar .woocommerce ul.product_list_widget li img {
	float: left;
	margin-left: 0;
	width: 60px;
	margin-right: 15px;  
	border-radius: 5px;
	overflow: hidden;
}

#sidebar .woocommerce ul.product_list_widget li a,
#sidebar .woocommerce ul.cart_list  li a {
	line-height: 1.2 !important;
}

#sidebar .woocommerce ul.product_list_widget li span.product-title, 
#sidebar .woocommerce ul.cart_list li span.product-title,
.woocommerce ul.cart_list li a, 
.woocommerce ul.product_list_widget li a {
	font-size: 17px !important;
	font-weight: 600;  
}

#sidebar ul.product_list_widget li .star-rating {
	margin: 5px 0;
	font-size: 11px; 
}

#sidebar .woocommerce ul.product_list_widget li del .amount, 
#sidebar .woocommerce ul.cart_list  li del .amount {
	opacity: 0.5;
	font-size: 80%;
}

/* 
 * Single product page 
 */

 .single-product div.product {
 	overflow: hidden;
 }

 .single-product div.product .onsale {
	right: auto !important;
	left: -29px  !important;
	top: 18px  !important;
	margin: 0  !important;
	-webkit-transform: rotate(-45deg);
	transform: rotate(-45deg);
}

.woocommerce-product-gallery .woocommerce-product-gallery__image img,
.woocommerce-product-gallery .flex-control-thumbs img {
	border-radius: 10px;
	overflow: hidden;
 }

 .woocommerce-product-gallery .flex-control-thumbs img {
 	border: 2px solid #ddd;
 }

 .single-product .entry-summary .price {
	margin-bottom: 15px;
}

.woocommerce div.product .product_meta {
	border-top: none;
}

.woocommerce div.product .product_meta > span {
    display: block;
    padding: 10px 0;
    border-top: 1px dashed rgba(0,0,0,0.1);
}

.woocommerce #content .quantity input.qty, 
.woocommerce .quantity input.qty, 
.woocommerce-cart table.cart td.actions .coupon .input-text, 
.woocommerce-page #content .quantity input.qty,
.woocommerce-page .quantity input.qty {
    height: 43px;
    border: 2px solid rgba(0,0,0,0.2) !important; 
    border-radius: 25px;
    color: #666 !important;
    background-color: rgba(0,0,0,0)!important;
    font-size: 16px !important;  
}

.woocommerce #content .quantity input.qty, 
.woocommerce .quantity input.qty,  
.woocommerce-page #content .quantity input.qty,
.woocommerce-page .quantity input.qty {
	width: auto;
	max-width: 85px;
	padding: 0 10px 0 15px; 
}

.woocommerce #content div.product form.cart div.quantity, 
.woocommerce div.product form.cart div.quantity, 
.woocommerce-page #content div.product form.cart div.quantity, 
.woocommerce-page div.product form.cart div.quantity {
	margin-right: 10px !important;
}

/* Tabs */

.woocommerce div.product .woocommerce-tabs ul.tabs::before { 
    border: none;
}

body.woocommerce .woocommerce-tabs {
	border: 1px solid rgba(0,0,0,0.1);
	padding: 15px 20px;
	border-radius: 10px;
}

body.woocommerce #content-area div.product .woocommerce-tabs ul.tabs, 
body.woocommerce div.product .woocommerce-tabs ul.tabs {
	background-color: transparent; 
}

body.woocommerce #content-area div.product .woocommerce-tabs ul.tabs li,  
body.woocommerce div.product .woocommerce-tabs ul.tabs li {
	margin: 10px 2px !important;
	border: 2px solid !important;
	padding: 0;
	border-radius: 25px !important;
	background-color: transparent;
}

body.woocommerce #content-area div.product .woocommerce-tabs ul.tabs li:not(.active),  
body.woocommerce div.product .woocommerce-tabs ul.tabs li:not(.active) {
	border-color: rgba(0,0,0,0.1) !important;
}

body.woocommerce #content-area div.product .woocommerce-tabs ul.tabs li a,
body.woocommerce div.product .woocommerce-tabs ul.tabs li a {
	padding: 5px 20px !important;
}

body.woocommerce #content-area div.product .woocommerce-tabs .panel, 
body.woocommerce div.product .woocommerce-tabs .panel {
	padding-left: 10px;
	padding-right: 10px;
	padding-top: 20px;
}

body.woocommerce #content-area div.product .woocommerce-tabs .panel h2:first-of-type, 
body.woocommerce div.product .woocommerce-tabs .panel h2:first-of-type {
	margin-bottom: 10px !important;
	font-size: 20px;
	font-weight: 600;
}

/* Tabs - additional info */

.woocommerce table.shop_attributes,
.woocommerce table.shop_attributes td,
.woocommerce table.shop_attributes th {
	border: none;
}

@media (min-width: 500px) {
	.woocommerce table.shop_attributes td,
	.woocommerce table.shop_attributes th {
		padding: 15px !important;
	}
}

@media (max-width: 500px) {
	.woocommerce table.shop_attributes td,
	.woocommerce table.shop_attributes th {
		display: block;
		width: 100%;
		padding-left: 20px !important;
		padding-right: 20px !important;
	}
	.woocommerce table.shop_attributes th {
		padding-bottom: 0 !important;
		padding-top: 12px !important;
	}
	.woocommerce table.shop_attributes td {
		padding-top: 0 !important;
		padding-bottom: 12px !important;
	}
}

/* Tabs - reviews */

.woocommerce #reviews #comments ol.commentlist li img.avatar, 
.woocommerce-page #reviews #comments ol.commentlist li img.avatar {
	width: 45px !important;
	height: 45px !important;
	object-fit: cover;
	border-radius: 50%;
	max-width: 100% !important;
}

.woocommerce #reviews #comments ol.commentlist li .comment-text, 
.woocommerce-page #reviews #comments ol.commentlist li .comment-text {
	margin: 0 0 0 60px!important; 
	font-size: 14px;
	line-height: 1.4;
}

.woocommerce #reviews #comments ol.commentlist li, 
.woocommerce-page #reviews #comments ol.commentlist li {
    margin-bottom: 25px!important;
}

#review_form_wrapper span.comment-reply-title {
	font-size: 19px;
	font-weight: 600;
	padding-bottom: 5px;
	display: block;
	color: #333;
	overflow: hidden;
}

.woocommerce #review_form #respond p {
	margin: 0;
	padding-bottom: 10px;
}

@media (max-width: 600px) {
	.woocommerce #reviews #comments ol.commentlist li img.avatar, 
	.woocommerce-page #reviews #comments ol.commentlist li img.avatar {
	    display: none;
	}
	.woocommerce #reviews #comments ol.commentlist li .comment-text, 
	.woocommerce-page #reviews #comments ol.commentlist li .comment-text {
	    margin: 0 !important; 
	}
}

/* Related procuts / Upsells products */

 .product .related h2.woocommerce-loop-product__title {
	font-size: 19px !important;
 }

.cross-sells >h2,
.product .upsells >h2,
.product .related > h2 {
	padding-bottom: 18px;
	font-weight: 500;
	line-height: 1.1;
	font-size: 23px !important;
}

/*
 * Notifications
 */

.woocommerce-message, .woocommerce-error, .woocommerce-info {
	border-radius: 10px;
	font-size: 16px !important;  
	margin-bottom: 20px !important;
}

.woocommerce .woocommerce-error a.button, 
.woocommerce .woocommerce-info a.button, 
.woocommerce .woocommerce-message a.button,
.woocommerce-page .woocommerce-error a.button, 
.woocommerce-page .woocommerce-info a.button, 
.woocommerce-page .woocommerce-message a.button {
	font-size: 16px !important; 
	border: 2px solid #fff !important;
	padding: 5px 15px !important;
	line-height: 1.1 !important;
	font-weight: 600;
}

.woocommerce .woocommerce-error a.button:hover, 
.woocommerce .woocommerce-info a.button:hover, 
.woocommerce .woocommerce-message a.button:hover,
.woocommerce-page .woocommerce-error a.buttonv, 
.woocommerce-page .woocommerce-info a.button:hover, 
.woocommerce-page .woocommerce-message a.button:hover {
	color: #fff !important;
	border: 2px solid #fff !important;
	padding: 5px 15px !important;
	line-height: 1.1 !important;
} 

@media (min-width: 700px) {
	 .woocommerce-message, .woocommerce-error, .woocommerce-info {
		line-height: 31px  !important; 
	}
	.woocommerce-message, .woocommerce-error, .woocommerce-info { 
		padding:  10px  15px !important;  
	}
}

@media (max-width: 700px) {
	.woocommerce-message, .woocommerce-error, .woocommerce-info {
		text-align: center;
		padding:  15px !important; 
	}
	.woocommerce .woocommerce-error .button, 
	.woocommerce .woocommerce-info .button, 
	.woocommerce .woocommerce-message .button,
	.woocommerce-page .woocommerce-error .button, 
	.woocommerce-page .woocommerce-info .button, 
	.woocommerce-page .woocommerce-message .button {
		float: none;
		display:block;
		vertical-align: middle;
		text-align: center;
		margin-bottom: 8px;
		max-width: 300px;
		margin-left: auto;
		margin-right: auto;
	}
}

/* 
 * My account 
 */

/* NAVIGATION */

@media (min-width: 768px) {
	.woocommerce-MyAccount-navigation {
		margin-top: -30px;
		margin-left: -30px;
		margin-bottom: -30px;
	} 
}

@media (max-width: 768px) {
	.woocommerce-MyAccount-navigation {
		margin-top: -30px;
		margin-left: -30px; 
		margin-right: -30px;
		width: auto !important;
		display: block;
	}
}

.woocommerce-account .woocommerce-error, .woocommerce-account .woocommerce-info, .woocommerce-account .woocommerce-message {
	margin-bottom: 50px !important;
}

.woocommerce-MyAccount-navigation ul {
	list-style-type: none;
	padding: 0;  
} 

.woocommerce-MyAccount-navigation ul li a {
	padding: 17px 10px 17px 50px !important;
	display: block;
	position: relative;
	font-size: 16px; 
	line-height: 1.3;
	color: inherit;
	font-weight: 600;
	border-bottom: 1px solid rgba(0,0,0,0.05); 
}

.woocommerce-MyAccount-navigation ul li:last-child a {
	border: none;
}

.woocommerce-MyAccount-navigation ul li a:before {
	font-family: ETmodules !important;
	line-height: 1;
	font-size: 20px;
	margin-top: -10px;
	color: inherit;
	position: absolute;
	left: 20px;
	top: 50%;
	font-weight: normal;
}

ul li.woocommerce-MyAccount-navigation-link--dashboard a:before {
	content: '\e109';
}

ul li.woocommerce-MyAccount-navigation-link--orders a:before {
	content: '\e015';
}

ul li.woocommerce-MyAccount-navigation-link--downloads a:before {
	content: '\e003';
}

ul li.woocommerce-MyAccount-navigation-link--edit-address a:before {
	content: '\e01d';
}

ul li.woocommerce-MyAccount-navigation-link--edit-account a:before {
	content: '\e014';
}

ul li.woocommerce-MyAccount-navigation-link--customer-logout a:before {
	content: '\4a ';
}

@media(min-width: 769px) {
	.woocommerce-MyAccount-navigation {
		border-right: 1px solid rgba(0,0,0,0.1); 
	}
	.woocommerce-MyAccount-navigation ul li.is-active a:after { 
		right: 0; 
	}
}

@media(max-width: 768px) {
	.woocommerce-MyAccount-navigation {
		margin-bottom: 25px;
	}
	.woocommerce-MyAccount-navigation ul li.is-active a:after { 
		left: 0; 
	}
}

/* Billing / Shipping addresses */

.woocommerce-Addresses .woocommerce-Address  address,
.addresses .woocommerce-column--billing-address address,
.addresses .woocommerce-column--shipping-address address {
	margin-bottom: 0;
	font-size: 14px;
	line-height: 1.5;
	border: none;
	padding: 0;
}

.woocommerce-Addresses .woocommerce-Address h2,
.addresses .woocommerce-column--billing-address h2,
.addresses .woocommerce-column--shipping-address h2 {
	font-size: 20px;
}

/* Orders */

.woocommerce-MyAccount-content  .woocommerce-order-details {
	margin-top: 30px;
}

.woocommerce table.my_account_orders {
	font-size: 14px;
	font-weight: normal;
}

.woocommerce table.shop_table_responsive tr td::before, 
.woocommerce-page table.shop_table_responsive tr td::before { 
	font-weight: 600; 
}

.woocommerce-MyAccount-orders .woocommerce-orders-table__cell-order-actions a.button,
.woocommerce .woocommerce-table--order-downloads a.button,
.woocommerce .woocommerce-table--order-downloads a.woocommerce-MyAccount-downloads-file {
	padding: 4px 8px !important; 
	font-size: 14px !important;
	line-height: 1.2 !important; 
	font-weight: 600  !important; 
	border-radius: 1px;
	margin-right: 5px;
	margin-bottom: 2px;
	margin-top: 2px;
}

.woocommerce-MyAccount-orders .woocommerce-orders-table__cell-order-actions a.button:last-child,
.woocommerce-table--order-downloads a.button:last-child,
.woocommerce-table--order-downloads a.woocommerce-MyAccount-downloads-file:last-child { 
	margin-right: 0; 
}

table.woocommerce-orders-table,
table.shop_table.order_details {
	border: none !important;
}

.woocommerce-MyAccount-orders .woocommerce-orders-table__cell-order-actions a.button, .woocommerce .woocommerce-table--order-downloads a.button, .woocommerce .woocommerce-table--order-downloads a.woocommerce-MyAccount-downloads-file {
	border-radius: 25px;
	padding: 0 13px !important;
	line-height: 22px  !important;
	height: 23px !important;
	font-size: 13px !important;
	border: 1px solid !important;
	white-space: nowrap;
}

.woocommerce-MyAccount-orders .woocommerce-orders-table__cell-order-actions a.button:hover, .woocommerce .woocommerce-table--order-downloads a.button:hover, .woocommerce .woocommerce-table--order-downloads a.woocommerce-MyAccount-downloads-file:hover { 
	font-size: 13px !important;
	border: 1px solid !important;
	line-height: 22px  !important;
	padding: 0 13px !important;
}

/* Order confirmation */

.woocommerce-order .woocommerce-thankyou-order-received {
	margin-bottom: 10px !important;
}

.woocommerce ul.order_details {
	margin-bottom: 10px !important;
}

.woocommerce ul.order_details li {
	padding: 13px !important;
	margin: 0 auto !important;
}

.woocommerce .woocommerce-customer-details address {
    padding: 0 5px !important;
}

.woocommerce .woocommerce-customer-details .woocommerce-customer-details--email, .woocommerce .woocommerce-customer-details .woocommerce-customer-details--phone {
	padding: 5px 0 0 !important;
	font-weight: 600;
	font-size: 15px;
	line-height: 1.2;
}

.woocommerce .woocommerce-customer-details .woocommerce-customer-details--email::before,
.woocommerce .woocommerce-customer-details .woocommerce-customer-details--phone::before {
	display: none;
}

/* 
 * Checkout
 */

@media(min-width: 981px) {
	form.woocommerce-checkout {
		margin-top: 30px;
	}
	#customer_details {
		float: left;
		padding-right: 60px; 
		position: relative; 
		width: 65%; 
	}
	#order_review {
		float: left;
		width: 35%; 

	}
	#customer_details:before {
		content: '';
		height: 100%;
		width: 1px;
		border-right: 1px solid rgba(0,0,0,0.1);
		position: absolute;
		right: 30px;
		top: 0;
		display: block;
	}
	form.woocommerce-checkout #customer_details .col-1,
	form.woocommerce-checkout #customer_details .col-2 {
		float: none;
		width: 100%;
		margin-bottom: 30px;
	}
}

#order_review table.woocommerce-checkout-review-order-table {
	border: none;
}

table.shop_table tr.order-total .amount { 
	font-weight: 800 !important; 
}

.woocommerce-billing-fields h3,
.woocommerce-shipping-fields h3,
h3#order_review_heading {
	font-weight: 600;
	font-size: 20px;
	line-height: 1.5;
}
 
#add_payment_method #payment, .woocommerce-cart #payment, .woocommerce-checkout #payment {
	background: #f4f4f4 !important;
	border-radius: 10px !important;
}

#add_payment_method #payment div.payment_box, 
.woocommerce-cart #payment div.payment_box, 
.woocommerce-checkout #payment div.payment_box { 
	background-color:  rgba(0,0,0,0.075);
}

#add_payment_method #payment div.payment_box::before, 
.woocommerce-cart #payment div.payment_box::before, 
.woocommerce-checkout #payment div.payment_box::before {
	border-width: 10px;
	border-bottom-color: rgba(0,0,0,0.075);
	top: -10px;
	margin: -10px 0 0 10px;
}

.woocommerce #payment #place_order, .woocommerce-page #payment #place_order {
	float: none !important;
	display: block;
	text-align: center;
	min-width: 200px;
	margin: 15px auto 10px !important;
}

.woocommerce-error li:before {
	font-family: "ETmodules";
	content: '\72';
	font-size: inherit;
	line-height: inherit;
	padding-right: 5px;
}

.woocommerce #payment .terms, .woocommerce #payment .wc-terms-and-conditions, .woocommerce-page #payment .terms, .woocommerce-page #payment .wc-terms-and-conditions {
    float: none;
}

/* Pay for order */

.woocommerce-order-pay .woocommerce form#order_review {
	float: none  !important;
	width: 100%  !important;
	max-width: 700px ;
	margin: 0 auto  !important;
}

.woocommerce-order-pay .woocommerce form#order_review table {
	border: none;
}

/* Order recieved */

.woocommerce-order-received .woocommerce-order {
	max-width: 900px;
	margin: 0 auto;
}

.woocommerce-order-received .woocommerce-order .woocommerce-customer-details, 
.woocommerce-order-received .woocommerce-order.woocommerce-order-details, 
.woocommerce-order-received .woocommerce-order .woocommerce-order-downloads {
    margin-bottom: 0;
}

.woocommerce-order .woocommerce-thankyou-order-received {
	margin-bottom: 25px !important; 
	font-size: 17px;
	line-height: 25px;
}

.woocommerce-order .woocommerce-thankyou-order-received:before {
	font-family: "ETmodules";
	content: '\4e';
	color: #26c15f;
	font-size: 20px;
	line-height: inherit;
	font-weight: bold;
	padding-right: 10px;
}

.woocommerce-MyAccount-content p:first-child {
	margin-bottom: 20px;
}

.woocommerce-customer-details h2,
.woocommerce-order-downloads h2,
.woocommerce-order-details h2  {
	font-weight: 600;
	font-size: 21px;
	line-height: 1.5;
}

.woocommerce .woocommerce-customer-details address {
	padding: 15px;
}

/* Checkout additonal fields */

.woocommerce form.checkout_coupon, .woocommerce form.login, .woocommerce form.register {
	border: none; 
	margin: 0 auto 30px; 
	padding: 0;
}

 /* 
 * Cart
 */

.cart-collaterals .cart_totals h2 {
	font-weight: 600;
	font-size: 20px;
	line-height: 1.5;
}

/* CART TABLE */

form.woocommerce-cart-form {
	margin-bottom: 25px;
}

table.shop_table { 
	margin-bottom: 15px !important;
	border-radius: 10px !important; 
}

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

form.woocommerce-cart-form td.product-name a {
	font-size: 16px;
	font-weight: bold; 
	color: inherit;
}

form.woocommerce-cart-form td.product-remove a {
	text-align: center;
	font-weight: normal;
	margin: 0 auto;
}

form.woocommerce-cart-form  td.product-subtotal {
	font-weight: bold;
}

form.woocommerce-cart-form img {
	width: 60px !important;
	border-radius: 5px;
	overflow: hidden;
	border: 2px solid #ddd;
}

form.woocommerce-cart-form td.product-thumbnail {
	width: 80px !important;
}

form.woocommerce-cart-form td.product-quantity {
	text-align: center;
}

.woocommerce-cart .woocommerce table.shop_table td.actions {
	padding-top: 15px  !important;
	padding-bottom: 15px  !important;
}

@media (min-width: 768px) {
	form.woocommerce-cart-form td.product-remove {
		width: 45px !important;
		text-align: right;
		padding-right: 0 !important;
	}
}

/* TOTAL ORDER */
 
 .cart_totals  table.shop_table {
	border: none !important; 
	margin-bottom: 0 !important;
}

 .cart_totals > h2 {
 	margin-bottom: 0;
 }

table.shop_table  tr.cart-subtotal th,
table.shop_table  tr.cart-subtotal td,
table.shop_table  tr.shipping th,
table.shop_table  tr.shipping td {
	padding: 10px 5px !important;
}

table.shop_table tr.cart-subtotal th,
table.shop_table tr.shipping th,
table.shop_table tr.order-total th  {
	line-height: 1;  
	text-transform: uppercase;
	font-size: 12px !important;
	vertical-align: middle !important;
}

table.shop_table tr.order-total th,
table.shop_table tr.order-total td  {
	padding: 15px 5px !important;
}

table.shop_table tr.order-total strong { 
	line-height: 1;
	font-weight: 700; 
}

table.shop_table tr.order-total  .amount {
	font-size: 22px;
	font-weight: bold; 
}

.woocommerce-cart .cart-collaterals .cart_totals tr th,
.woocommerce-cart .cart-collaterals .cart_totals tr td {
	border-color: rgba(0,0,0,0.1);
}

/* SHIPPING OPTIONS */

.shipping-calculator-form select {
	padding: 8px !important;
	border-color: rgba(0,0,0,0.1) !important;
	border-radius: 1px !important;
}

/*
* Empty cart / checkout
*/

.woocommerce-cart .return-to-shop {
	text-align: center; 
}

.woocommerce-cart p.cart-empty {
	text-align: center;
	padding-bottom: 14px; 
	position: relative; 
	font-size: 20px;
	padding-top: 100px;
} 

.woocommerce-cart p.cart-empty:before {
	font-family: 'ETmodules';
	position: absolute;
	top: 0;
	content: '\e015';
	left: 50%;
	margin-left: -45px;
	width: 90px;
	height: 90px;
	text-align: center;
	font-size: 50px;
	line-height: 90px;
	border-radius: 50%;
	color: #fff; 
}
