@charset "utf-8";

.clear_fix:after {
	content: ".";
	display: block;
	height: 0;
	clear: both;
	visibility: hidden;
}

.clear_fix {
	display: inline-block;
}

.ui-helper-hidden-accessible {
	display: none;
}

.clear_fix {
	display: block;
}

ul, ol {
	padding: 0;
	margin: 0;
}

ul li {
	list-style-type: none;
}

select option {
	font-weight: 400;
}

.skip, .skiptocontent, .skiptonavigation {
	position: absolute;
	top: -30000px;
	left: -30000px;
}

a {
	text-decoration: none;
	color: #000;
}

.hidden, .notVisible {
	display: none;
}

img {
	vertical-align: top;
}

/*clearfix hack*/
.cf::before, .cf::after {
	content: " ";
	display: table;
}

@media screen and (-webkit-min-device-pixel-ratio:0) {
	.addressList.addressBook.cf {
		content: " ";
		display: table;
		width: 100%;
	}
}

.cf::after {
	clear: both;
}

.cf {
	*zoom: 1;
}

/*box-sizing:borde-rbox*/
* {
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}

*:before, *:after {
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}

/*responsive images*/
img {
	max-width: 100%;
}

/*default customization of jspscrollpane plugin*/
.jspVerticalBar {
	width: 12px;
	background: transparent;
}

.jspTrack {
	background: #dadada;
	border-radius: 3px;
	cursor: pointer;
}

.jspDrag {
	background: #6b6b6b;
	border-radius: 3px;
}

/*display table utils*/
.displayTable {
	display: table;
}

.displayRow {
	display: table-row;
}

.displayCell {
	display: table-cell;
}

.displayBlock {
	display: block;
}

.verticalTop {
	vertical-align: top;
}

.verticalMiddle {
	vertical-align: middle;
}

.verticalBottom {
	vertical-align: bottom;
}

/*align text*/
.leftText {
	text-align: left;
}

.centerText {
	text-align: center;
}

.rightText {
	text-align: right;
}

/*text decoration*/
.underlinedText {
	text-decoration: underline;
}

/*ellipsis*/
.ellipsisText {
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
}

/*float utils*/
.pull-right {
	float: right;
}

.pull-left {
	float: left;
}

/*position utils*/
.fixed {
	position: fixed;
}

.absolute {
	position: absolute;
}

.relative {
	position: relative;
}

/*fix for input text in ios safari*/
input[type="text"] {
	border-radius: 0;
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
}

.not-visible {
	visibility: hidden;
	opacity: 0;
}

.visible-mobile, .visible-tablet, .visible-desktop,
	.visible-mobile-block, .visible-mobile-inline,
	.visible-mobile-inline-block, .visible-tablet-block,
	.visible-tablet-inline, .visible-tablet-inline-block,
	.visible-desktop-block, .visible-desktop-inline,
	.visible-desktop-inline-block, .visible-mobile-table-cell,
	.visible-tablet-table-cell, .visible-desktop-table-cell {
	display: none !important;
}

@media ( max-width : 767px) {
	.visible-mobile {
		display: block !important;
	}
	.visible-mobile-block {
		display: block !important;
	}
	.visible-mobile-inline {
		display: inline !important;
	}
	.visible-mobile-inline-block {
		display: inline-block !important;
	}
	.visible-mobile-table-cell {
		display: table-cell !important;
	}
}

.sparPopupContent .sparPopupConfirmationButtons button {
	margin-left: 20%;
	margin-right: 20%;
}

.sparPopupContent .sparPopupConfirmationButtons {
	text-align: center;
}


@media ( min-width : 768px) and (max-width: 1279px) {
	.visible-tablet {
		display: block !important;
	}
	.visible-tablet-block {
		display: block !important;
	}
	.visible-tablet-inline {
		display: inline !important;
	}
	.visible-tablet-inline-block {
		display: inline-block !important;
	}
	.visible-tablet-table-cell {
		display: table-cell !important;
	}
}

@media ( min-width : 1280px) {
	.visible-desktop {
		display: block !important;
	}
	.visible-desktop-block {
		display: block !important;
	}
	.visible-desktop-inline {
		display: inline !important;
	}
	.visible-desktop-inline-block {
		display: inline-block !important;
	}
	.visible-desktop-table-cell {
		display: table-cell !important;
	}
}

@media ( max-width : 767px) {
	.hidden-mobile {
		display: none !important;
	}
}

@media ( min-width : 768px) and (max-width: 1279px) {
	.hidden-tablet {
		display: none !important;
	}
}

@media ( min-width : 1280px) {
	.hidden-desktop {
		display: none !important;
	}
}

/**password strenght custom classes*/
.pstrengthContainer{
	height:3px;
	position:relative;
	margin-top:-1px;
}

.pstrengthWeak,.pstrengthMedium,.pstrengthStrong{
	position:relative;
	display: inline-block;
	float:left;
	height:3px;
	width:33.33333333%;
	font-family:BrandonGrotesque;
	font-weight: 700;
	font-size:10px;
	color:#ffffff;
	text-align:center;
	text-transform:uppercase;
	overflow:hidden;
	padding-top: 2px;
	/*custom transition*/
	-webkit-transition: height 0.6s;
	-moz-transition: height 0.6s;
	transition: height 0.6s;
}

.pstrengthWeak.open, .pstrengthMedium.open, .pstrengthStrong.open {
	height: 17px;
}

.pstrengthWeak {
	background: #dd7373;
}

.pstrengthMedium {
	background: #eec896;
/* 	left: 33.33333333%; */
}

.pstrengthStrong {
	background: #9bd2a5;
/* 	left: 66.66666666%; */
}

/*
SPAR popup
********************************************/
.sparPopupOverlay {
	position: fixed;
	background: rgba(0, 0, 0, 0.6) none repeat scroll 0 0;
	z-index: 99999;
	top: 0;
	left: 0;
	bottom: 0;
	right: 0;
	overflow-y: auto;
}

.sparPopupOverlay, .onBoardOverlay {
	position: fixed;
	top:0;left:0;bottom:0;right:0;
	overflow-y: auto;
}

.sparPopupOverlay .sparPopupContent {
	position: absolute;
	top: 0;
	left: 50%;
	margin-top: 20px;
	margin-bottom: 20px;
	margin-left: -150px; /* width/2 */
	width: 300px; /*300/320*/
	height: auto;
	background: #fff none repeat scroll 0 0;
}

.sparPopupOverlay .siPopupContent {
	position: absolute;
	margin: 30px auto 0;
	width: 40%; /*300/320*/
	height: auto;
	background: #fff none repeat scroll 0 0;
	top: 35%;
	left: 50%;
	margin-left: -20%;
}

.sparPopupContent .sparPopupTopBar {
	height: 30px;
	background: #262626;
	margin-bottom: 22px;
	position: relative;
}

.siPopupContent .siPopupTopBar {
	height: 30px;
	background: #262626;
	margin-bottom: 22px;
	position: relative;
}

.sparPopupContent .sparPopupTopBar .closeIcon {
	position: absolute;
	right: 3.33333333333%;
	top: 50%;
	margin-top: -6px;
	cursor: pointer;
}

.siPopupContent .siPopupTopBar .closeIcon {
	position: absolute;
	right: 3.33333333333%;
	top: 50%;
	margin-top: -6px;
	cursor: pointer;
}

.sparPopupContent .sparPopupTopBar .ico-x_squared{
 	color: #808080;
}

.sparPopupContent .sparPopupConfirmationButtons button {
 	width: 184px;
 	line-height: 1.2;
 	margin-bottom:10px;
	float: none;
 }
 
 
 .wrapModifyOrderButton{
 	width: 130px;
 	display: inline-block;
 	margin: 5px;
 }
 
 .wrapModifyOrderButton button[disabled]{
 	opacity:0.2;
 	cursor:default;
 	text-transform: none;
 }
 
 .sparPopupContent .wrapModifyOrderButton button {
 	text-transform: none;
 }
 
 
 .wrapModifyOrderCenterButton {
 	width: 45%;
 	display: flex;
 	margin: auto;
 	justify-content: center;
 }
 
 .wrapModifyOrderCenterButton button[disabled]{
 	opacity:0.2;
 	cursor:default;
 	text-transform: none;
 }
 
.sparPopupContent .sparPopupHeadline, .sparPopupContent .sparPopupDescription
	{
	font-family: BrandonGrotesque;
	font-weight: 700;
	font-size: 20px;
	color: #000000;
	text-align: center;
}

.siPopupContent .sparPopupHeadline, .siPopupContent .siPopupDescription
	{
	font-family: BrandonGrotesque;
	font-weight: 700;
	font-size: 20px;
	color: #000000;
	text-align: center;
}

.siPopupContent .siPopupDescription {
	font-weight: 400;
	font-size: 12px;
	color: #616161;
	border-bottom: 1px solid #cccccc;
	text-transform: uppercase;
	padding: 18px 0 24px 0;
}

.sparPopupContent .sparPopupDescription {
	font-weight: 400;
	font-size: 12px;
	color: #616161;
	text-transform: uppercase;
	padding: 18px 0 24px 0;
}

@media screen and (min-width:768px) {
	.sparPopupContent .sparPopupConfirmationButtons {
		display:flex;
		text-align: center;
	}

	.sparPopupContent .sparPopupDescription {
		font-weight: 400;
		font-size: 12px;
		color: #616161;
		text-transform: uppercase;
		padding: 18px 0 24px 0;
		border-bottom: 1px solid #cccccc;
	}
}

.sparPopupContent .sparPopupConfirmationButtons {
	display: block;
	text-align: center;
}

.sparPopupContent .sparModificationPopupConfirmationSubmit,
.sparPopupContent .sparPopupConfirmationUnMergeSubmit,
.sparPopupContent .sparPopupConfirmationSubmit
	{
	display: table-cell;
	height: 42px;
	padding: 0 30px;
	font-family: BrandonGrotesque;
	font-weight: 700;
	font-size: 12px;
	text-transform: uppercase;
	background: #c90613;
	color: #ffffff;
	border: 0;
	outline: none;
	border-radius: 3px;
	margin: 0 auto;
	vertical-align: top;
}

.sparPopupContent .sparPopupConfirmationCancel
{
	height: 42px;
	padding: 0 30px;
	font-family: BrandonGrotesque;
	font-weight: 700;
	font-size: 12px;
	text-transform: uppercase;
	background: #c90613;
	color: #ffffff;
	border: 0;
	outline: none;
	border-radius: 3px;
	margin: 0 auto;
	vertical-align: top;
}

.sparPopupContent .sparModificationPopupConfirmationSubmit:active,
.sparPopupContent .sparPopupConfirmationSubmit:active {
	background: #B50511;
}

.sparPopupContent .sparPopupConfirmationCancel {
	background: #333333;
}

.sparPopupContent .sparPopupConfirmationCancel:active {
	background: #222222;
}

.sparPopupOverlay .jspVerticalBar {
	display: none;
}

.sparPopupContent .sparPopupConfirmationSubmitLink{
	margin:0px auto;
}


.sparPopupEditOrderDescription {
 	font-weight: bold;
 	font-size: 12px;
 	color: #000;
 	text-align: center;
 	padding: 0 15px;
 }
 
 .sparPopupEditOrderDescription.additionalMessage{
 	padding: 0 15px 20px 15px;
 }
 
 .acceptContainer {
 	text-align: center;
 	margin: 20px 7% 20px 7%;
 	border-bottom: 1px solid #ccc;
 	padding-bottom: 20px;
 }
 
 .acceptContainer label {
 	vertical-align: middle;
 }
 
 .acceptParagraph {
 	vertical-align: middle;
 	margin-left: 5px;
 	font-size: 10px;
 }
 
 .containerButtonPopup {
 	text-align: center;
 	margin: 10px 0;
 }

#resendLinkEmail {
	display: inline-flex;
	font-size: 14px;
	height: 40px;
	border-style: solid;
	border-width: 1px;
	border-color: rgb(204, 204, 204);
	font-weight: 400;
	padding: 12px;
}
@media ( min-width :768px) {
	.sparPopupOverlay .sparPopupContent {
		width: 732px;
		margin-left: -366px; /* width/2 */
	}
	.sparPopupContent .sparPopupDescription {
		padding: 30px 40px 20px 40px;
		border-bottom: 0;
	}
	.siPopupContent .siPopupDescription {
		padding: 18px 40px 40px 40px;
		border-bottom: 0;
	}

	.resendLinkEmailLabel {
		width: 80%;
		display: inline-flex;
		text-align: center;
		font-weight: 400;
		text-transform: uppercase;
	}
	#resendLinkEmail {
		width: 80%;
	}
	.sparPopupContent .sparPopupConfirmationButtons {
		width: 80%;
		margin: 0 auto;
		padding-bottom: 22px;
		padding-top: 20px;
		text-align: center;
		display: table;
	}

	.sparPopupContent .sparPopupConfirmationButtons button {
		margin-left: 3px;
		margin-right: 3px;
	}

	.sparPopupContent .sparModificationPopupConfirmationSubmit,
	.sparPopupContent .sparPopupConfirmationSubmit {
		float: right;
		margin-bottom: 0;
		order:2;
	}
}

/*
## SPAR Observe Product Colorbox
****************************************************/
.sparPopupContent .externalBlackBar {
	width: 100%;
	height: 40px;
	background: #262626;
}

@media ( min-width :768px) {
	.sparPopupContent .externalBlackBar {
		height: 30px;
	}
}

/*
END spar Popup
*****************************/

/*
## SPAR CUSTOM SELECT DROPDOWN
**********************************************/
.sparSelectWrapper {
	display: block;
	width: 100%;
	overflow: hidden;
	position: relative;
	height: 44px;
}

.sparSelectWrapper .dropdown {
	position: absolute;
	width: 20px;
	height: 43px;
	border: 1px solid #ccc;
	border-left: 0;
	background: #ffffff;
	top: 0;
	right: 0;
	color: #cb0715;
	padding: 15px 0;
	font-size: 10px;
}

/*
## END SPAR CUSTOM SELECT DROPDOWN
**********************************************/

/*
## CUSTOM SELECT DROPDOWN
**********************************************/
.select-wrapper {
	position: relative;
	display: inline-block;
	border: 1px solid #ccc;
	cursor: pointer;
}
.select-wrapper.disabled {
	background-color: #eeeeee;
}

.select-wrapper:after {
	position: absolute;
	top: 50%;
	margin-top: -6px;
	right: 14px;
	z-index: 1;
	content: "\a010";
	color: #E30613;
	font-size: 12px;
}

.select-wrapper.disabled:after {
	color: transparent;
}

.select-wrapper, .select-wrapper select {
	width: 100%;
	height: 43px;
	line-height: 43px;
}

.select-wrapper .holder {
	display: block;
	margin: 0 15px 0 0;
	white-space: nowrap;
	overflow: hidden;
	cursor: pointer;
	position: relative;
	z-index: 0;
	font-size: 14px;
	font-weight: 400;
	padding: 0 14px;
}

select.custom-select {
	margin: 0;
	position: absolute;
	z-index: 2;
	cursor: pointer;
	outline: none;
	opacity: 0;
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
	/* CSS hacks for older browsers*/
	_noFocusLine: expression(this.hideFocus = true);
	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
	filter: alpha(opacity = 0);
	-khtml-opacity: 0;
	-moz-opacity: 0;
}

/*
## END CUSTOM SELECT DROPDOWN
**********************************************/

.text-bold{
	font-weight: bold;
}

.fontSize14{font-size:14px!important;}

.checkbox--readonly {
  pointer-events: none;
}