input::-ms-clear {
	display: none;
}

.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;

}

.borderTop {
	border-top: 1px solid #ccc;
}
@media (min-width: 768px){
	.productGridSingleElement.borderTop{
		border-top:0;
	}
}

@media (min-width:768px){
	.productGridSingleElement.borderTop{
		border-top:0;
	}
}
.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%;}



.ps__rail-y{opacity: 0.9;background: #dadada;border-radius: 3px;cursor: pointer;width: 3px;}
.ps__thumb-y {background: #6b6b6b;border-radius: 3px;width: 3px;right: 0px;}

.ps__rail-y:hover > .ps__thumb-y,
.ps__rail-y:focus > .ps__thumb-y,
.ps__rail-y.ps--clicking .ps__thumb-y {background-color: #6b6b6b;width: 3px;}
/*default customization of jspscrollpane plugin*/
.jspVerticalBar{width:3px;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;}

.no-margin{margin:0!important;}

.fontSize10{font-size:10px;}
.fontSize14{font-size:14px!important;}
.fontSize20{font-size:20px;}
.size30{font-size:30px!important;}

/*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,
.visible-desktop-flex{
  display: none !important;
}


@media (max-width: 991px) {
  .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;
  }
}

@media (min-width: 992px) 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;
  }
  .visible-desktop-flex {
    display: flex !important;
  }
}

@media (max-width: 991px) {
  .hidden-mobile {
    display: none !important;
  }
}
@media (min-width: 992px) 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:MuseoSans;
	font-weight:700;
	font-size:10px;
	color:#ffffff;
	text-align:center;
	text-transform:uppercase;
	overflow:hidden;
	
	/*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 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:after{
	position: absolute;
	top:50%;margin-top:-6px;
	right: 14px;
	z-index:1;
	content:"\a010";
	color:#E30613;
	font-size:12px;
}
.select-wrapper, .select-wrapper select{
	width: 100%;
	height: 43px;
	line-height: 43px;
}

.select-wrapper .holder{
	display: block;
	margin-right: 40px;
	white-space: nowrap;
	overflow: hidden;
	cursor: pointer;
	position: relative;
	z-index: 0;
	font-size: 14px;
	font-weight: 300;
	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
**********************************************/

.defaultPointerEvents {
	pointer-events: auto;
}

.cursorPointer{
	cursor: pointer;
}
.primaryColor{
	color:#c90613;
}
.red {
	color: #e30613;
}

/*
## PADDINGS
**********************************************/
.paddingSmallLeft{
	padding:0 0 0 5px;
}
.paddingSmallRight{
	padding:0 5px 0 0;
}