/*
    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----------------------------------------------------------------**/
input[disabled='disabled'],
input.input-text[disabled='disabled']{
	background-color: #e5e5e5 !important;
}
.clear-both {
    clear: both;
}

.clear-right {
    clear: right;
}

.clear-left {
    clear: left;
}
.mimic-hyperlink input{
    background: none !important;
    border: none;
    padding: 0 !important;
    font: inherit;
    cursor: pointer;
}
.module-switch-customer .userOnHold {
	color: red;
	margin-left: 10px;
}
.module-switch-customer .userOnHoldMsg {
	border-color: #c02230;
	background-color: #f5dad3;
	color: #c02230;
	display: none;
	padding: 10px;
	text-align: left;
	position: absolute;
	z-index: 9999;
	width: 400px;
	right: 10px;
	font-size: 16px !important;
}
.module-switch-customer .userInvalid:hover .userOnHoldMsg {
	display: block;
}
.cloud-zoom-big {
	background-color: #fff;
}

.m-l-5 {
	margin-left: 5px;
}

.awesomplete > input.input-text {
    float: initial !important;
}

html body #nav {
	z-index: 1000;
}

.no-spinners {
	-moz-appearance:textfield;
}

.no-spinners::-webkit-outer-spin-button,
.no-spinners::-webkit-inner-spin-button {
	-webkit-appearance: none;
	margin: 0;
}
.highslide-container {
	z-index:2050!important;
}
.addto-links-icons a {
	position: relative;
	display: block;
}
.addto-links-icons .fa-remove{
	position: absolute;
	bottom: 10%;
	right: 10%;
	font-size: 12px;
	padding: 0.5em;
}
.addto-links-icons .fa-remove,
.addto-links-icons .fa-remove:hover {
	background-color: transparent;
	color: red;
}
.item-code {
	white-space: pre;
}

.products-grid .product-image {
	position: relative;
}

.category-products .toolbar {
	display:inline-block;
	width:100%;
}

.category-products-grid.hover-effect .item:hover {
	height: auto !important;
}

@media screen and (max-width: 600px) {

	.responsive-data-tables {

	}

	.responsive-data-tables thead {
		display: none;
	}

	.responsive-data-tables tr {
		display: block;
		margin-bottom: 10px;
	}

	.responsive-data-tables td {
		display: block;
		text-align: right;
	}

	.responsive-data-tables td:last-child {

	}

	.responsive-data-tables td:before {
		content: attr(data-label);
		float: left;
		font-weight: bold;
	}
}
/**==========================================================================**/

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

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

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

/**-- Opener: + and - symbols --*/
.nav-mobile li .opener {
	cursor: pointer;
}
.nav-mobile li .opener:before,
.nav-mobile li.item-active .opener:before,
.nav-mobile li.active .opener:before,
.nav-mobile li.current .opener:before
{
	font: normal normal normal 14px/1 "FontAwesome";
	cursor: pointer;
}

.nav-mobile li {
	position: relative;
}
.nav-mobile li > .opener {
	position: absolute;
	top: 15px;
	right: 15px;
	/*top: 50%;*/
	/*transform: translateY(-50%);*/
}
.nav-mobile .nav-item.level0 > .opener:before {
	font-size: 18px;
}

.nav-mobile li .opener:before
{
	content: "\f067";
}

.nav-mobile .opener.active:before,
.nav-mobile li.active > .opener:before
{
	content: "\f068";
}

.nav-mobile .nav-panel-inner .opener {
	position:absolute;
	right: 0;
	top: 10px;
	display:block;
	cursor:pointer;
}
.nav-mobile .nav-panel-inner .opener:before {
	content: "\f067";
	font-size: 15px;
}

.nav-mobile .nav-panel-inner .opener.active:before,
.nav-mobile .acco li.active > .opener:before,
.nav-mobile .nav-panel-inner li.active > .opener:before,
.nav-mobile .nav-panel-inner li.item-active > .opener:before {
	content: "\f068";
}

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

/**---CART - BASKET WIDGET---------------------------------------------------**/
.basket-widget-container{}
.basket-widget-container .checkout-with-multi-order{
    clear: both;
    padding-top: 10px;
}
.basket-widget-container .block-subtitle,
.nav-cart .block-subtitle {
	position: relative;
}
.basket-widget-container .close-pop,
.nav-cart .close-pop {
	position: absolute;
	top: 0;
	right: 0;
	padding: 0 !important;
	cursor: pointer;
}
/**==========================================================================**/

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

#shopping-cart-table .product-name .description {
		display: block;
}

#shopping-cart-table .product-name .item-secondary-heading {
	display: block;
	font-size: 12px;
}

/* ORDER REVIEW - This will be independant at some point */
#checkout-review-table .grant-total-amount th,
#checkout-review-table .grant-total-amount-without-cc-fee th,
#checkout-review-table .grant-total-amount-without-cc-fee td
#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;
}

.page-type-cart #upsell_relateditems .sticker-wrapper .sticker {
	font-size: 8px;
	width: 30px;
	height: 30px;
}

/*---CART - SHIPPING OPTIONS--------------------------------------------------*/
#cart-shipping-quote select.has-error,
#cart-shipping-quote input.has-error{
    border: 1px solid red;
    background-color: #fab8b8;
}

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

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


/*---*/

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

/**---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 .order-lines .product-description small{
    display: inline;
}
.checkout-multishipping-shipping .action-success .sub-info-box{
    margin-top: 8px;
}
.checkout-multishipping-shipping dl.expected-shipping-date{
    line-height: 15px;
    padding: 0 0 12px 0;
}
.checkout-multishipping-shipping dl.order-properties dt{
    float: left;
    margin: 0 7px 0 0;
    white-space: normal;
}
.checkout-multishipping-shipping dl.order-properties dd{
    margin: 0 0 2px;
    padding-left: 11px;
}
.checkout-multishipping-shipping .select-address-page .no-address-error {
    width: 350px;
}

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

/**---CHECKOUT - ONEPAGE-----------------------------------------------------**/
.onepage-checkout-main-container{}

/**---WiGroup---**/
.onepage-checkout-main-container .wigroup-wicode-onepage-container{}
.onepage-checkout-main-container .wigroup-wicode-onepage-container .main-label{
    margin-bottom: 5px;
}
.onepage-checkout-main-container .wigroup-wicode-onepage-container .wicode-row-container{
    margin-bottom: 22px;
}

/**---WiGroup WiCode Product level ---**/
.onepage-checkout-main-container .checkout-review-container .wigroup-wicode-product-discount-names{
    display: block;
    font-size: 80%;
}
.onepage-checkout-main-container .checkout-review-container .wigroup-wicode-order-discount-names{
    display: block;
    font-size: 80%;
}

.onepage-checkout-main-container .wigroup-wicode-token {
    min-width: 100px;
    display: inline-block;
}
.onepage-checkout-main-container .wigroup-wicode-token-list > li {
    margin-bottom: 5px;
}
.onepage-checkout-main-container .wigroup-wicode-token-description {
    /*display: block;*/ /*Uncomment if you like the description under the token, but its hard to see what description the token belongs to*/
    font-size: 75%;
    font-weight: normal;
}

.wicode-sidebar-summary {}
.wicode-sidebar-summary * {
    /*font-size: 94%;*/
}
.wicode-sidebar-summary li {
	margin-bottom: 10px;
}
.wicode-sidebar-summary h6 {
    font-weight: normal;
    display: inline;
}
.wicode-sidebar-summary .description {
    font-weight: normal;
	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;
}

.sidebar .block-content #filter_list_box i.fa {
	font-style: normal;
}

.sidebar .filter-collapsible,
.sidebar .category-filter-collapsible {
	float: right;
	padding: 0 0.4em !important;
	cursor: pointer;
	-moz-transition: all 0.4s linear;
	-webkit-transition: all 0.4s linear;
	transition: all 0.4s linear;
}

.sidebar .block-title .category-filter-collapsible {
	padding: 0.4em !important;
}

.sidebar .filter-collapsible.up,
.sidebar .category-filter-collapsible.up {
	-moz-transform: rotate(180deg);
	-webkit-transform: rotate(180deg);
	transform: rotate(180deg);
}

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


/**---Review Form-------------------------------------------------------**/
#review-form {
	margin-top: 15px;
}

#review-form ul {
	list-style: none;
}

#review-form ul li {
	list-style: none;
	background: none;
	display: inline-block;
	margin-right: 20px;
}

.box-reviews .review-wrapper {
	margin-top: 15px;
	padding: 10px;
	border-bottom: 1px solid #ccc;
}

.box-reviews .review-wrapper .review-title .review-rating,
.box-reviews .review-wrapper .review-title h4 {
	display: inline-block;
}

.box-reviews .review-wrapper .review-title .review-rating {
	margin-right: 15px;
}

.box-reviews .review-wrapper .review-author .review-user-name,
.box-reviews .review-wrapper .review-author .review-date {
	display: inline-block;
}

.box-reviews .review-wrapper .review-comment {
	padding: 10px 0;
	word-break: break-all;
}

.panel .no-review-msg {
	margin: 20px 0;
}

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


/**---Rating-----------------------------------------------------------------**/
.rating i, .product-rate i {
	font-style: normal !important;
}
.product-rate i {
	font-size: 2em;
}
.product-rate, .product-rate-tip {
	display: inline-block;
}
.product-rate-tip {
	background-color: #999;
	border-bottom-right-radius: 2px;
	border-top-right-radius: 2px;
	color: white;
	display: inline-block;
	font-weight: bold;
	line-height: 20px;
	margin: 2px 20px;
	padding: 3px 10px 3px 5px;
	position: relative;
	vertical-align: top;
	text-transform: capitalize;
}
.product-rate-tip:before {
	content: "";
	border-color: transparent;
	border-right-color: #999;
	border-style: solid;
	border-width: 13px 13px 13px 0;
	height: 0;
	position: absolute;
	top: 0;
	left: -13px;
	width: 0;
}
.cancel-on-png, .cancel-off-png, .star-on-png, .star-off-png, .star-half-png {
	color: rgb(212,175,55);
}

/**---Review Form------------------------------------------------------------**/
.reviewForm {
	padding-bottom: 10px;
}

.reviewForm .even, .reviewForm .odd {
	border-radius: 3px;
}

.reviewForm .even {
	background-color: #fbfbfb;
}

.reviewForm .odd {
	background-color: transparent;
}

.reviewForm .even > div,
.reviewForm .odd > div {
	padding: 10px;
	margin: 0;
}

.reviewForm input[type="text"] {
	width: 100%;
}

.reviewForm textarea {
	width: 100%;
	height: 80px;
}

.reviewForm .error {
	display: block;
}

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

/**---Add to Cart Button - processing state----------------------------------**/
.button.btn-processing span span,
.button.remove-from-request-list.btn-processing span span,
.button.add-to-request-list.btn-processing span span {
	background: rgba(0, 0, 0, 0) url("/assets/images/share/ajax-loader.svg") no-repeat scroll center center;
	opacity: 0.5;
}

.button.btn-update.btn-processing span span {
	background: rgba(0, 0, 0, 0) url("/assets/images/share/highslide/loader.white.gif") no-repeat scroll center center;
	opacity: 0.5;
}

.add-cart-wrapper {
	padding-bottom: 20px;
}
/**==========================================================================**/

/**---Social Media Shares----------------------------------------------------**/
.social_media_buttons {
    clear: both;
    white-space: nowrap;
}

.social_media_buttons .social_media_items {
	display: inline-block;
	vertical-align: top;
	height: 20px;
}

.social_media_buttons .twitter-share-button,
.social_media_buttons .fb-send,
.social_media_buttons .fb-like,
.social_media_buttons .pinterest-button {
    float: left;
    margin-right: 5px;
}

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

/**---Scroll iFrame for iOS--------------------------------------------------**/
.ios,            /** use for all class, need JS for insert this class name **/
.highslide-body /** use for (swith customer dialog) **/
{
    -webkit-overflow-scrolling: touch;
    overflow: auto;
}

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

/**---Hover image swap-------------------------------------------------------**/
.owl-carousel .owl-item img.alt-img.owl-lazy {
	display: none;
}
.product-image-wrapper .alt-img {
	display: block;
	position: absolute;
	top: 0;
	opacity: 0;
	left: 50%;
	transform: translateX(-50%);
}
/** Product list view, image is in left alignment **/
.products-list .product-image-wrapper .alt-img {
	left: 0;
	transform: none;
}

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

/**---OWL carousel style-------------------------------------------------------**/
.xm-owl-carousel {
	white-space: normal;
}

.xm-owl-carousel > .item {
	display: inline-block;
}

.owl-carousel .owl-item img {
	text-align: center;
	display: inline-block;
}

.owl-carousel .owl-item .item-code {
	overflow: hidden;
	text-overflow: ellipsis;
	width: 100%;
	display: inline-block;
}

.xm-owl-carousel .item .product-name a,
.owl-carousel .owl-item .product-name a {
	white-space: normal;
}

.owl-carousel .owl-controls .owl-prev.disabled,
.owl-carousel .owl-controls .owl-next.disabled {
	display: none;
}

.main-before-top-container .owl-carousel .owl-item img {
	width: 100%;
}
/**==========================================================================**/

/**---inline search-------------------------------------------------------**/
#inline-search-results {
	background: none repeat scroll 0 0 white;
	border: 1px solid silver;
	-webkit-border-radius: 3px;
	border-radius: 3px;
	box-shadow: 0px 1px 5px silver;
	-webkit-box-shadow: 1px 1px 5px silver;
	position: absolute;
	z-index: 2001;
	top: 35px;
	left: 0px;
	display: none;
}

#inline-search-results a {
	color:#000;
}

#inline-search-results li {
	padding: 5px;
	text-align: left;
	position: relative;
}

#inline-search-results > ul > li > div > div > div.product-image-wrapper {
	padding: 10px;
}

#inline-search-results li .inline-search-listing-detail {
	left: 0px;
	padding: 10px;
	position: absolute;
	top: 0;
	display: none;
	width: 200px;
	margin: 10px;
	margin-left: -225px;
	z-index: 9999;
	background: none repeat scroll 0 0 white;
	border: 1px solid silver;
	border-top: none;
	-webkit-border-radius: 3px;
	border-radius: 3px;
	box-shadow: 1px 1px 5px silver;
	-webkit-box-shadow: 1px 1px 5px silver;
}

#inline-search-results li .inline-search-listing-detail img {
	max-width: 180px;
}

#inline-search-results li .inline-search-listing-detail .inline-search-price {
	padding: 14px 0;
	font-size: 18px;
	font-weight: 400;
}

#inline-search-results li .inline-search-listing-detail .add {
	padding: 24px 0 10px;
}

#inline-search-results li .inline-search-listing-detail .product-image-wrapper .product-image {
	position: relative;
	display: block;
}

#inline-search-results #view-search-results {
	float: right;
}

#inline-search-results .products-grid.equal-height .item .actions {
	position: initial;
}

#search_mini_form > div > button > span.search-loading:before {
	content: '';
}

#search_mini_form > div > button > span.search-loading {
	background-position: 10px 10px;
	background-image: url(/assets/app/public/images/magento/opc-ajax-loader.gif);
	background-repeat: no-repeat;
}

#inline-search-results .highlight {
	background-color: #5bd2ec;
	color: #ffffff;
}

#inline-search-results  > #new-advanced-search-box .highlight {
    font-weight: bold;
    background-color: initial;
    color: initial;
}

#inline-search-results .inline-search-listing-detail .btn-cart {
	display: none;
}

@media only screen and (max-width: 752px) {
	#inline-search-results li .inline-search-listing-detail {
		position: relative;
		margin-left: 0 !important;
	}
}
/**==========================================================================**/

/**---order detail view-------------------------------------------------------**/
.data-table.comment-table tr:nth-child(odd){
	background-color: #f5f5f5;
}
.data-table.comment-table td:nth-child(1){
	font-weight: bold;
}
.page-type-cart #page small{
    color:#DCDCDC;
    font-size: 10px !important;
    margin-left: 10px;
}


/* ========================== NEW ADVANCED SEARCH BOX =========================== */

#new-advanced-search-box.grid12-12 {
	margin-left: 0;
	margin-right: 0;
	width: 100%;
}

#new-advanced-search-box .results-left {
	z-index: 302;
	overflow: hidden;
	word-wrap: break-word;
	word-break: break-all;
	font-size: 14px;
	background: #fff;
	flex: 1;
	padding: 0;
	margin-left: 0;
	margin-right: 0;
}

#new-advanced-search-box .results-left .terms li a {
	display: block;
	color: black;
	text-transform: lowercase;
	padding: 5px 10px;
	border-top: transparent solid 1px;
	border-bottom: transparent solid 1px;
	border-right: transparent solid 1px;
	word-break: break-all;
}

#new-advanced-search-box .results-left .terms li a:hover,
#new-advanced-search-box .results-left .terms li a:focus,
#new-advanced-search-box .results-left .terms li a.active {
	background: #eee;
	border-top: #ddd solid 1px;
	border-bottom: #ddd solid 1px;
	border-right: #eee solid 1px;
}

#new-advanced-search-box .results-right {
	flex: 2;
	background: #eee;
	z-index: 301;
	overflow: hidden;
	margin-left: 0;
	margin-right: 0;
}

#new-advanced-search-box .results-right .products ul {
	overflow: hidden;
	word-break: normal;
	padding: 10px 0px 0px 0px;
	text-align: center;
}

#new-advanced-search-box .results-right .products ul li {
	padding-bottom: 20px;
	overflow: hidden;
	min-height: 197px;
}

#new-advanced-search-box .results-right .products ul li img {
	width: 90px;
	border: 1px solid #ddd;
}

#new-advanced-search-box .results-right .products ul li.grow {
	transition: all .2s ease-in-out;
}

#new-advanced-search-box .results-right .products ul li.grow:hover {
	transform: scale(1.05);
}

#new-advanced-search-box .results-right .products ul li .product-code {
	font-weight: bold;
}

@media only screen and (max-width: 1280px) {
	#inline-search-results {
		width: 590px;
	}
}

@media only screen and (max-width: 960px) {
	#inline-search-results {
		width: 370px;
	}

	#new-advanced-search-box .results-left {
		width: 100%;
	}

	#new-advanced-search-box .results-right {
		width: 100%;
	}

	.grid12-12, .grid-full {
		overflow: auto;
	}

	.mob-horiz-scroll {
		overflow-x: scroll;
		width: -webkit-max-content;
		width: -moz-max-content;
		width: max-content;
	}

	.mob-horiz-scroll > li, .mob-horiz-scroll > div {
		display: inline-block;
		width: auto !important;
		padding: 0 10px;
	}
	.mob-horiz-scroll > li:first-child, .mob-horiz-scroll > div:first-child {
		padding-left: 0;
	}
	.mob-horiz-scroll > li:last-child, .mob-horiz-scroll > div:last-child {
		padding-right: 0;
	}
}

@media only screen and (max-width: 768px) {
	#inline-search-results {
		width: 100%;
	}

	#new-advanced-search-box .results-right .products ul li img {
		width: 150px;
	}

	#header .grid-full {
		overflow:unset;
	}
}

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

/**---Header Page------------------------------------------------------------**/
.header .userCode,
.header .userName,
.header .userSwitch {
	display: inline-block;
	vertical-align: top;
}
.header .userCode {
	margin-right: 10px;
}
.header .userName{
	max-width: 350px;
	word-break: break-all;
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
}
.header .userSwitch {
	margin-left: 10px;
}

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

/**---XM 404 Page------------------------------------------------------------**/
.pageNotFoundContents {
    font-size: 12px;
}
.pageNotFoundContents h1 {
    font-weight: normal;
    font-size: 14px;
    color: #990000;
    margin: 0 0 4px 0;
}
.pageNotFoundContents h2 {
    margin-bottom: 8px;
}
/**==========================================================================**/

/**---Sorter-----------------------------------------------------------------**/
.sorter { padding:5px 0; }

.sorter .view-mode { float:right; }
.sorter .view-mode label { margin-right:5px; }
.sorter .view-mode .grid,
.sorter .view-mode .list,
.sorter .view-mode .line,
.sorter .view-mode .variants {
	display: inline-block;
	vertical-align: middle;
	margin:0 0 0 1px;
	background-image: url(/assets/app/public/images/magento/img/pix2.png);
	background-repeat: no-repeat;
	text-indent: -9999px;
	overflow: hidden;
}

.sorter .view-mode .grid { background-position:0 -207px; }
.sorter .view-mode .list { background-position:-30px -207px; margin-left:-5px; }
.sorter .view-mode .line { background-position: -60px -207px; margin-left: -5px; }
.sorter .view-mode .variants { background-position:-90px -207px; margin-left: -5px; }

.sorter .view-mode a.grid:hover { background-position:0 -237px; }
.sorter .view-mode a.list:hover { background-position:-30px -237px; }
.sorter .view-mode a.line:hover { background-position: -60px -237px; }
.sorter .view-mode a.variants:hover { background-position:-90px -237px; }

.sorter .view-mode span.grid,
.sorter .view-mode span.list,
.sorter .view-mode span.line,
.sorter .view-mode span.variants {
	background-color: #e5e5e5;
}

/**---Edit User Group Form---------------------------------------------------**/
.imageLogo {
	max-width: 300px;
	max-height: 150px;
}
/**==========================================================================**/

/**---Product Finder---------------------------------------------------------**/
.product-finder-fields{}
.product-finder-fields select:disabled {
    background-color: #F5F5F5;
}
/**==========================================================================**/


/**---BoF - popup-module-modal-----------------------------------------------**/
.popup-module-modal {
	text-align: center;
	padding: 0!important;
}

.popup-module-modal:before {
	content: '';
	display: inline-block;
	height: 100%;
	vertical-align: middle;
	margin-right: -4px;
}

.popup-module-modal-dialog {
	display: inline-block;
	text-align: left;
	vertical-align: middle;
}

.popup-module-modal .module_form_input .input-box label.multi {
	width: auto;
	float: left;
	line-height: 2em;
}

.popup-module-modal .module_form_input .input-box input[type="checkbox"] {
	float: left;
	clear: left;
	margin: 0.5em;
}

.popup-module-modal .modal-body {
	text-align: left;
}

.popup-module-modal .form-list li {
	margin-bottom: 1.5em;
}

.popup-module-modal ._buttons-set {
	display: inline-block;
	width: 100%;
}

.availability-box {
	float: right;
	margin: 15px 0 10px;
}

.details-main-container .breadcrumbs {
	margin-bottom: 10px;
}

.optfields-list {
	margin-top: 6px;
}
.optfield-box {
	margin-bottom: 6px;
}
.optfield-code {

}
.optfield-value {

}


/**********
* EoF - popup-module-modal
**********/

.sorter .view-mode span.list {background-color: #e9e9e9;}

/**==========================================================================**/
/**---Edit User Group Form---------------------------------------------------**/
.imageLogo {
	max-width: 300px;
	max-height: 150px;
}
/**==========================================================================**/

/**********
* BoF - User Account Pages
**********/
/**-- Address Book ---**/
#user_contents #billing_address{
	width: 100%;
}
/**-- My Favourites --**/
.fav-item-row .fav-options button.btn-cart {
	vertical-align: top;
}
/**********
* EoF - User Account Pages
**********/

/**==========================================================================**/
/**---Configurator input text or text area place holder----------------------**/
.optionInput input::-webkit-input-placeholder {
	color: #ccc;
}

.optionInput input:-moz-placeholder {
	color: #ccc;
}
.optionInput input::-moz-placeholder {
	color: #ccc;
}
.optionInput input:-ms-input-placeholder {
	color: #ccc;
}

/**==========================================================================**/
/**--- Product Page - Price by Carton ---------------------------------------**/
.carton-price-box {
	padding: 10px 0;
}

/**-- Qty input box --**/
.add-to-cart .qty {
	padding: 0;
	-moz-appearance: textfield;
}

.add-to-cart .qty::-webkit-outer-spin-button,
.add-to-cart .qty::-webkit-inner-spin-button {
	-webkit-appearance: none;
	margin: 0;
}

/**-- Select2 dropdown --**/
.select2-results {
	text-align: left;
}

.variant-opt-img-wrapper {
	width: 100%;
	max-height: 26px;
	line-height: 26px;
	vertical-align: middle;
	display: block;
}
.variant-opt-img-wrapper .variant-opt-img {
	max-width: 100px;
	max-height: 26px;
	display: inline-block;
}

/**==========================================================================**/
/**==========================================================================**/
/**--- Header Global filter ==========---------------------------------------**/
.item-filter-box {
    border:none !important;
    height:auto !important;
		min-height: 28px !important;
    line-height: 28px !important;
    margin-top:10px !important;
}
.item-filter-box .grid12-4 {
    margin-bottom: 10px !important;
}
.item-filter-box label {
    display:inline-block !important;
}
.xm-global-filters {
    text-align: left !important;

}
.item-filter-box .select2-results__option {
    line-height: 20px !important;
    padding: 3px;
}
/**==========================================================================**/
.data-table th.other-location { font-weight:bold; vertical-align:bottom; border-right: none; }

/*
popup checkout
*/
#popupcheckout-body-global .customFieldsBox input {
    display: none;
}
#popupcheckout-body-global .customFieldsBox textarea {
    display: none;
}
#popupcheckout-body-global .customFieldsBox h2 {
    font-weight: 700 !important;
}
#popupcheckout-body-global .customFieldsBox label {
    display:none !important;
}
#popupcheckout-body-global hr {
    border: 1px solid #e5e5e5;
}
#popupcheckout-body-global .paymentMethod .input-box{
    padding: 10px !important;
}
#popupcheckout-body-global .customFieldsBox .customfieldDateValue {
    display: block !important;
    font-weight: 600;
}
/** popup checkout -- start */
#popup-checkout .single-order h2{
    display:none;
}
#popup-checkout .single-order address{
    display:none;
}
#popup-checkout .single-order .box-title{
    display:none;
}
#popup-checkout div.col-wide.single-order{
    display:none;
}
#popup-checkout .col-narrow{
    width: 100% !important;
}
#popup-checkout {
    text-align: left !important;
}
#popup-checkout .sp-methods label {
    display: inline !important;
}
#popup-checkout .radio-wrapper{
    padding-top: 5px;
    padding-bottom: 5px;
}
#popup-checkout .popup-submit{
    width: 100%;
}
#popup-checkout .button span{
    width: 100%;
}
#popup-checkout .button span span{
    padding: 0px !important;
}
#popup-checkout .item{
    text-align:left;
}
#popupcheckout-body-global .fa-times-circle{
    z-index: 99999;
    font-size: 25px;
    right: -250px;
    color: #000;
    position: relative;
    padding: 0;
    border-radius: 50%;
    margin: 0;
    background-color: #fff;
    width: 30px;
    height: 30px;
    line-height: 30px;
    padding-top: 1px;
    top: -25px;
}
#popup-checkout .popup-shipping-options{
    margin-top:10px;
}
#popup-checkout {
    width:auto;
}
#popupCheckout-global .modal-lg{
    width:500px !important;
}
.owl-item .quickviewbutton {
    top:40%;
    left:25%;
    position:absolute;
    display:none;
}
.button-display-flex .add-to-cart {
    display: flex;
}
a.onhold-disabled, button.onhold-disabled {
        pointer-events:none;
        opacity:0.5;
        cursor:not-allowed;
}
