/*!
 * Theme Name: JM Haga
 * Theme URI: http://www.joomlart.com
 * Version: 1.0
 * Description: JM Haga - Magento fashion and accessories theme
 * Author: JM Team - Joomlart.com
 * Author URI: http://www.joomlart.com
 * Powered by Magento
 * Licensed under the Apache License v2.0
 * http://www.apache.org/licenses/LICENSE-2.0
 *
 */
 
 #ja-header .block-cart .block-title i {
	display: none;
}

#ja-search .input-text {
	-webkit-appearance: none;
    border-radius: 0;
}
 
 .multiple-checkout .col2-set h2.legend {
	background: #EDF7FC;
	font-size: 110%;
	border-bottom: 0 !important;
	margin: 0;
	float: left;
	width: 97%;
	padding: 5px 15px 5px 14px;
}
.multiple-checkout .col2-set h3.legend {
	background: #EDF7FC;
	border-bottom: 1px solid #e5e5e5;
	border-top: 1px solid #E5E5E5;
	font-size: 110%;
	margin: 0;
	float: left;
	width: 97%;
	padding: 5px 15px 5px 14px;
}

.product-shop .add-to-links a {
	margin: 1px 3px 0 3px;
}

.account-create .form-list .control div.input-box input.checkbox {
  margin-top: 3px;
}

.cart-collaterals .totals td {
	padding: 5px 10px;
}
.cart-collaterals .totals ul.checkout-types li {
	padding: 5px 10px 5px 0;
	text-align: right;
}



.cart-collaterals .totals ul.checkout-types .button {
  display: inline-block;
  float: right;
}


.data-table thead tr th, 
.data-table thead tr td, 
.data-table thead tr.last th {
  border-bottom: 1px solid #E7E7E7 !important;
  border-right: 1px solid #E7E7E7 !important;
  color: #484848;
}

.data-table thead tr th:last-of-type {
	border-right: 0 !important;
}