/*
    Created on : 16/06/2015, 3:04:37 PM
    Author     : jeremy
    Description: Generic Xm styles for magento. Keep this organised so we can
                 split it apart later if need be
    Notes:
        todo-jim this file still need to go under review and discussion, please see Jim before modifying this file.
*/
/**---GENERAL----------------------------------------------------------------**/
.clear-both {
	clear: both;
}

.clear-right {
	clear: right;
}

.clear-left {
	clear: left;
}

/**==========================================================================**/

/**---Megamenu---------------------------------------------------------------**/
nav.nav-container {
	display: none;
}

.xm-mega-menu.nav-mobile {
	display: none;
}

.xm-mega-menu.nav-mobile.show {
	display: block;
}

/**==========================================================================**/

/**---CART - GENERAL---------------------------------------------------------**/
.grant-total-amount th,
.grant-total-amount td {
	font-weight: bold;
	font-size: 16px;
}

/* ORDER REVIEW - This will be independant at some point */
#checkout-review-table .grant-total-amount th,
#checkout-review-table .grant-total-amount td {
	padding: 10px 0 1px 0;
}

#checkout-review-table .top-space th,
#checkout-review-table .top-space td {
	padding: 3px 0 0 0;
}

#checkout-review-table tfoot td,
#checkout-review-table tfoot th {
	padding: 1px 0 1px 0;
}

/*---*/

/**==========================================================================**/

/**---General Payment Styles------------------------------**/
.credit-card-payment .card-images {
    max-width: 308px
}


/*---*/

/**==========================================================================**/

/**---CART - GENERAL - PAYMENT - paymentSummary------------------------------**/
.payment-summary {
	margin-top: 5px;
}

.payment-summary th {
	padding-right: 15px;
}

.payment-summary .grant-total-amount th,
.payment-summary .grant-total-amount td {
	padding-top: 15px;
}

/**==========================================================================**/

/**---CART - MULTI-----------------------------------------------------------**/
.checkout-multishipping-shipping {
}

.checkout-multishipping-shipping .checkout-progress {
	padding-top: 15px;
}
.checkout-multishipping-shipping .sp-methods label,
.checkout-multishipping-shipping .sp-methods span.price{
    display: inline;
}
.checkout-multishipping-shipping .no-address-error {
	width: 350px;
}
.checkout-multishipping-shipping .order-lines .product-description small{
    display: inline;
}
/**==========================================================================**/

/**==========================================================================**/

/**---NOTIFICATION - MESSAGES------------------------------------------------**/
#messages_product_view {
	position: fixed;
	z-index: 9999;
	left: 0;
	top: 5px;
	margin: 0;
	width: 100% !important;
}

#messages_product_view > ul.messages {
	margin: 0 auto;
	width: 1176px;
}

#messages_product_view > ul.messages > li.error-msg,
#messages_product_view > ul.messages > li.success-msg,
#messages_product_view > ul.messages > li.note-msg,
#messages_product_view > ul.messages > li.notice-msg,
#messages_product_view div.site-notifacition > div {
	padding: 15px 15px 15px 80px !important
}

/**==========================================================================**/

/**---Filter scrollbar-------------------------------------------------------**/
.sidebar .block-content #filter_list_box dd ol {
	max-height: 171px;
	overflow-x: hidden;
	overflow-y: auto;
}

/**==========================================================================**/
