/*STANDARD CATEGORY NAVIGATION*/
.navigationMenu{
	padding-top:5px;
}

.navigationMenu li{
	background:url('../images/shapes/ico_navigation_right.png') no-repeat 92.8125% 50%;
	padding:9px 0;
	text-transform: uppercase;
}

.navigationMenu li a{
	font-family:MuseoSans;
	font-weight:700;
	font-size:15px;
	color:#262626;
	display:block;
	padding-left:11.25%;/*36/320*/
}

.sortAndFilterTab .listignInfo__title.listingInfo__item {
	float: left;
	padding-left: 18px;
}
.listingInfo__mobileQty.visible-mobile{
	border-top:1px solid lightgray;
	padding:20px;
}
.listingInfo__mobileQty.visible-mobile {
	color:#333;
}
.sortAndFiltersWrapper .sortAndFilterTab label span, .listingInfo__mobileQty.visible-mobile span{
	font-weight:bold;
}

@media(min-width:768px){
	.sortAndFiltersWrapper .sortAndFilterTab{
		text-align: right;
	}

	.sortAndFiltersWrapper .sortBy .sortLabel{
		right: 0;
		background: transparent url('../images/shapes/ico_sort.png') no-repeat 93% 50%;
		padding-right: 44px;
	}

	.sortAndFiltersWrapper .sortAndFilterContent .sortContent{
		float: right;
	}

	.sortAndFiltersWrapper .sortAndFilter .filters .filterLabel{
		text-align: left;
	}
}

/***************************
SUGGESTION IN SEARCH PAGE
****************************/

.topAdobePage .suggestionContainer{
	padding: 0 3.125% 12px; /* 10/320 */
	-webkit-transition: opacity 0.8s;
	transition: opacity 0.8s;
	animation-timing-function: ease-in;
}

.topAdobePage .suggestionContainer.removingBox{
	opacity: 0;
}

.topAdobePage .suggestionContainer .singleSuggestion{
	border: 1px solid #ccc;
	border-radius: 3px;
	margin-top: 8px;
	padding: 12px 2.425876%; /* 18/742 */
	background-color: #f8f8f8;
	position: relative;
	text-transform: uppercase;
}

.topAdobePage .suggestionContainer .singleSuggestion .suggestion,
.topAdobePage .suggestionContainer .singleSuggestion .suggestion a{
	font-weight: 300;
	font-style: italic;
	font-size: 12px;
	color: #c90613;
	font-family: MuseoSans;
}

.topAdobePage .suggestionContainer .singleSuggestion .suggestion a{
	font-weight: 700;
	font-style: normal;
	text-decoration: underline;
}

.topAdobePage .suggestionContainer .singleSuggestion .suggestion a:HOVER{
	color: #620209
}

.topAdobePage .suggestionContainer .singleSuggestion .removeIco{
	position: absolute;
	right: 10px;
	top: 50%;
	font-size: 8px;
	margin-top: -4px;
	cursor: pointer;
}


@media (min-width: 768px){
	
	.topAdobePage .suggestionContainer{
		padding: 0 1.563% 12px; /* 12/768 */
	}
}

@media (min-width: 1280px){
	
	.topAdobePage .suggestionContainer{
		padding: 0 1.5625% 12px; /* 10/640 */
	}
}



/***************************
END SUGGESTION IN SEARCH PAGE
****************************/



/****************************
	MULTI SEARCH COMPONENT
*****************************/
.multiSearchComponent{
	padding:20px 0;
	border-top:1px solid #cccccc;
}

.multiSearchComponent .title,
.multiSearchComponent .addItemSection,
.multiSearchComponent .multiItemsListWrapper{
	display:block;
	width:93.75%;/*300/320*/
	margin:0 auto;
	background:#f8f8f8;
}

.multiSearchComponent .title{
	height:38px;line-height:36px;
	border-top-left-radius:5px;
	border-top-right-radius:5px;
	background:#333;
	border-bottom:5px solid #666666;
	
	color:#ffffff;
	font-weight:700;
	font-size:14px;
	text-indent:22px;
}

.multiSearchComponent .addItemSection{
	border:1px solid #ccc;
	height:67px;
	padding:12px 0;
}

.multiSearchComponent .addItemSection .addItemWrapper{
	position:relative;
	display:block;
	margin:0 auto;
	width:93.3333333333%;/*280/300*/
	height:43px;line-height:43px;
	border:1px solid #ccc;
	border-radius:5px;
	background:#fff;
}

.multiSearchComponent .multiItemsListWrapper{
	border-width:0 1px 0 1px;
	border-style:solid;
	border-color:#cccccc;
	padding:10px 0;
}

.multiSearchComponent .multiItemsList{
	display:block;
	overflow:hidden;
	max-height:170px;
}

.multiSearchComponent .multiItemsList .jspVerticalBar{
	visibility:hidden;
	width:5px;
	right:5px;
}

.multiSearchComponent .multiItemsList:hover .jspVerticalBar{
	visibility:visible;
}

.multiSearchComponent .multiItemsList .jspCap{
	display:block;
	height:10px;
}

.multiSearchComponent .multiItemsList li{
	margin:10px 0 10px 3.33333333333%;
	width:93.3333333333%;/*280/300*/
	max-width:280px;
	height:42px;line-height:42px;
	border-radius:5px;
	display:block;
	position:relative;
}

.multiSearchComponent .multiItemsList li i{
	position:relative;
	display:block;
	float:left;
	text-align:center;
	font-size:12px;
	color:#666;
	width:14.2857142857%;/*40/280*/
	max-width:40px;
	border:1px solid #ccc;
	height:42px;line-height:42px;
	cursor:pointer;
	border-top-left-radius:5px;
	border-bottom-left-radius:5px;
}

.multiSearchComponent .multiItemsList li i:before{
	position:absolute;
	top:50%;margin-top:-6px;
	left:50%;margin-left:-6px;
}

.multiSearchComponent .multiItemsList li .item{
	display:block;
	float:left;
	width:85.7142857143%;/*240/280*/
	height:42px;line-height:42px;
	border-width:1px 1px 1px 0;
	border-style:solid;
	border-color:#ccc;
	border-top-right-radius:5px;
	border-bottom-right-radius:5px;
	font-weight:500;
	font-size:12px;
	text-indent:14px;
	color:#595959;
	text-transform:uppercase;
	cursor:pointer;
	background:transparent;
	padding-right:50px;
}

.multiSearchComponent .multiItemsList li.selected{
	background:#ebebeb;
}

.multiSearchComponent .multiItemsList li.selected i{
	background:transparent;
	color:transparent;
	cursor: default;
}

.multiSearchComponent .multiItemsList li.selected i:before{
	visibility:hidden;
}

.multiSearchComponent .multiItemsList li.selected .item{
	font-weight:700;
	color:#000;
	cursor:auto;
}

.multiSearchComponent .multiItemsList li.done:after,
.multiSearchComponent .multiItemsList li.notFound:after{
	content:"\a067";/*ico-check*/
	color:#009640;
	position:absolute;
	right:15px;
	font-size:14px;
	top:50%;margin-top:-7px;
}

.multiSearchComponent .multiItemsList li.notFound:after{
	content:"\a060";/*.ico-warning*/
	color:#ffa500;
}

.multiSearchComponent .addItemSection .addItemWrapper .addItemIco{
	content:"+";
	position:absolute;
	top:0;margin-top:-2px;
	right:14px;
	font-size:16px;
	color:#b1b1b1;
	cursor:pointer;
}

.multiSearchComponent .addItemSection .addItemWrapper input[type='text']{
	display:block;
	margin:0 auto;
	width:83.9285714286%;
	height:100%;
	border:0;
	outline:none;
	font-weight:500;
	font-size:12px;
}

@media(min-width:768px){
	.multiSearchComponent .title,
	.multiSearchComponent .addItemSection,
	.multiSearchComponent .multiItemsListWrapper{
		width:96.6145833333%;/*742/768*/
	}
	
	.multiSearchComponent .multiItemsList li{
		float:left;
	}
}

@media(min-width:1280px){
	
	.multiSearchComponent{
		padding:20px 0;
		border-top:0;
		border-bottom:1px solid #cccccc;
	}
	
	.multiSearchComponent .title,
	.multiSearchComponent .addItemSection,
	.multiSearchComponent .multiItemsListWrapper{
		width:89.9371069182%;/*286/318*/
	}
	
	.multiSearchComponent .multiItemsListWrapper{
		padding:0;
	}
	
	.multiSearchComponent .multiItemsList li{
		margin:0;width:100%;max-width:none;
		border-radius:0;
	}
	
	.multiSearchComponent .multiItemsList li i{
		border-radius:0;
		border:0;
		max-width:none;
		width:13.986013986%;/*40/286*/
	}
	
	.multiSearchComponent .multiItemsList li .item{
		border-radius:0;
		border:0;
		width:86.013986014%;/*40/286*/
		max-width:none;
	}
	
	.multiSearchComponent .multiItemsList li.selected{
		border-radius:0;
	}
	
	.multiSearchComponent .multiItemsList li.selected i,
	.multiSearchComponent .multiItemsList li.done i,
	.multiSearchComponent .multiItemsList li.notFound i{
		background:transparent;color:#666;
	}

}
/****************************
	END MULTI SEARCH COMPONENT
*****************************/


/* START: FACETS 2.0 */
.single-facet {
  border-bottom: 1px solid #ccc;
  padding: 0 15px;
}
.single-facet .single-facet__head {
  display: flex;
  align-items: center;
  padding: 20px 0;
  cursor: pointer;
  position: relative;
}

.single-facet .single-facet__head .facet-title {
  text-transform: uppercase;
  width: 100%;
  padding-right: 30px;
  position: relative;
  font-weight: bold;
  letter-spacing: .05em;
}

.single-facet .single-facet__head .facet-title[data-count] {
  color: #ca0614;
}

.single-facet .single-facet__head .facet-title::after,
.single-facet .single-facet__head.is-open .facet-title::after {
  content: '+';
  display: flex;
  align-items: center;
  justify-content: center;
  width: 20px;
  height: 20px;
  border-radius: 50%;
  font-size: 18px;
  position: absolute;
  top: -2px;
  right: 0;
  font-family: MuseoSans, Arial, sans-serif;
  color: #333;
}

.single-facet .single-facet__head.is-open .facet-title::after {
  content: '-'!important;
  font-size: 26px;
  top: -3px;
}

.single-facet .single-facet__head:not(.is-open) .facet-title[data-count]::after {
  content: attr(data-count);
  color: #fff;
  background-color: #ca0614;
  font-size: 11px;
  font-weight: bold;
  top: 50%;
  transform: translateY(-50%);
}

.single-facet .single-facet__content {
  padding: 0 0 10px;
  display: none;
}

.single-facet .single-facet__head.is-open + .single-facet__content {
  display: flex;
  flex-direction: column;
}

@media(min-width:1280px) {
  .facets-wrapper {
    padding: 0 20px;
    margin-bottom: 10px;
  }
  .single-facet {
    padding: 0;
  }
}

/* START: single-facet__profile-wrapper */
.single-facet__profile-wrapper {
  display: flex;
  align-items: center;
  margin-bottom: 20px;
}

.single-facet__profile-wrapper .single-facet__profile-wrapper__checkbox {
  order: 1;
  min-width: 45px;
  max-width: 45px;
}

.single-facet__profile-wrapper .single-facet__profile-wrapper__label {
  flex: 1 1 auto;
  padding-right: 5px;
}

.single-facet__profile-wrapper .single-facet__profile-wrapper__label .single-facet__profile-wrapper__label--active {
  display: none;
}

.single-facet__profile-wrapper .custom-rounded-checkbox__input:checked ~ .single-facet__profile-wrapper__label .single-facet__profile-wrapper__label--active {
  display: inline;
}

.single-facet__profile-wrapper .custom-rounded-checkbox__input:checked ~ .single-facet__profile-wrapper__label .single-facet__profile-wrapper__label--inactive {
  display: none;
}

/* END: single-facet__profile-wrapper */

/* START: facet list checkbox */
.single-facet__list {
  margin: 0;
  padding: 0;
  list-style-type: none;
}

.single-facet__list .single-facet__list-item {
  display: flex;
  align-items: center;
  padding-bottom: 10px;
}

.single-facet__list .single-facet__list-item.is-selected {
  color: #333;
  font-weight: bold;
}

.single-facet__list .single-facet__list-item.is-disabled {
  opacity: .3;
  cursor: not-allowed;
}

.single-facet__list .single-facet__list-item:hover {
  text-decoration: none;
}

.single-facet__list .single-facet__list-item .single-facet__list-item__checkbox {
  width: 25px;
  height: 25px;
  border: 1px solid #ccc;
  margin-right: 10px;
  position: relative;
}

.single-facet__list .single-facet__list-item.is-selected .single-facet__list-item__checkbox::after {
  content: "\a067"; /*ico-check*/
  color: #ca0614;
  font-size: 14px;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}

.single-facet__list .single-facet__list-item .single-facet__list-item__user {
  display: none;
  font-size: 18px;
  margin-right: 8px;
  color: #ca0614;
  position: relative;
  top: -2px;
}

.single-facet__list .single-facet__list-item.is-selected .single-facet__list-item__user {
  display: block;
}

.single-facet__list .single-facet__list-item .single-facet__list-item__count {
  margin-left: 5px;
}


/* END: facet list checkbox */

/* START: slider range specific */
.single-facet .single-facet__range-wrapper {
  margin: 0 auto;
  padding-top: 20px;
}

.range-slider__inputs {
  display: flex;
  align-items: center;
  justify-content: space-between;
  width: 200px;
  margin: 10px auto 0;
}

.range-slider__inputs .range-slider__value {
  width: 50px;
  border: 1px solid #ccc;
  height: 30px;
  text-align: center;
  font-weight: 300;
  font-size: 10px;
}
/* END: slider range specific */


/* START: sorting */
.facet-total-sort__wrapper {
  background-color: #fff;
  padding: 13px 10px;
  display: flex;
  align-items: center;
	border-top: 1px solid #ccc;
}

.facet-total-sort__wrapper .facet-total-sort__total {
  font-size: 14px;
	font-weight:300;
  flex: 1 0 auto;
}
@media (min-width: 768px) {
	.facet-total-sort__wrapper{border-top:0}
}

@media (min-width: 1280px) {
  .facet-total-sort__wrapper {
    background-color: #f8f8f8;
    border-right: 1px solid #ccc;
    border-bottom: 1px solid #ccc;
  }
}

.facet-filter-mobile__wrapper {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  position: relative;
}

.facet-filter-mobile__wrapper .facet-filter-mobile__cta {
  width: 50%;
  height: 70px;
  background-color: #f8f8f8;
  border: 0;
  border-top: 1px solid #ccc;
  border-bottom: 1px solid #ccc;
  padding: 0 10px;
  margin: 0;
  position: relative;
  text-align: left;
  display: flex;
  flex-direction: column;
  justify-content: center;

  text-transform: uppercase;
  font-weight: 300;
  font-size: 11px;
  color: rgb(51, 51, 51);
}

.facet-filter-mobile__wrapper .facet-filter-mobile__cta::after {
  content: "\a010";
  position: absolute;
  color: #999;
  right: 10px;
  top: 50%;
  transform: translateY(-50%);
  transition: transform .3s ease-in;
}

.facet-filter-mobile__wrapper .facet-filter-mobile__cta.right {
  border-right: 1px solid #ccc;
}

.facet-filter-mobile__wrapper .facet-filter-mobile__cta.active {
  background-color: #fff;
  border-bottom-color: #fff;
}

.facet-filter-mobile__wrapper .facet-filter-mobile__cta.active::after {
  transform: translateY(-50%) rotateX(180deg);
}

.facet-filter-mobile__wrapper .facet-filter-mobile__cta .facet-filter-mobile__cta__title {
  margin-bottom: 2px;
}

.facet-filter-mobile__wrapper .facet-filter-mobile__content {
  width: 100%;
  display: none;
  position: absolute;
  top: 100%;
  background-color: #fff;
  z-index: 9998;
  -webkit-box-shadow: 0 4px 2px -2px #ccc;
  box-shadow: 0 4px 2px -2px #ccc;
}

.facet-filter-mobile__wrapper .facet-filter-mobile__content.active {
  display: block;
  left: 0;
}

.facet-sort-mobile__link {
  display: flex;
  align-items: center;
  padding: 15px 10px;
  cursor: pointer;
  text-transform: uppercase;
}

.facet-sort-mobile__link:hover {
  color: #333;
}

.facet-sort-mobile__link:not(.selected):hover {
  background-color: #f8f8f8;
  color: #333;
}

.facet-sort-mobile__link.selected {
  background-color: #ccc;
}

.facet-sort-mobile__link .facet-sort-mobile__link__label {
  flex: 1 1 auto;
}

.facet-sort-mobile__link i {
  color: transparent;
}

.facet-sort-mobile__link.selected i {
  color: #ca0614;
}
/* END: sorting */

/* START: applied filter */
.applied-filters__wrapper {
  display: flex;
  flex-direction: column;
  justify-content: center;
  padding: 15px 10px;
}

.applied-filters__wrapper .applied-filters__wrapper__link {
  background-color: #ca0614;
  padding: 5px 20px 5px 10px;
  border-radius: 3px;
  margin-right: 5px;
  margin-bottom: 5px;
  color: #fff;
  position: relative;
  transition: all .2s ease-in;
  font-weight: 300;
  display: inline-block;
}

.applied-filters__wrapper .applied-filters__wrapper__link:hover {
  background-color: #96050f;
}

.applied-filters__wrapper .applied-filters__wrapper__link--remove-all {
  background-color: #333;
  margin-right: 0;
  align-items: flex-start;
  min-width: 140px;
  text-align: center;
  text-transform: uppercase;
  margin-top: 0;
  width: 50%;
  padding: 10px;
  margin: 15px auto 0;
  font-size: 10px;
}

.applied-filters__wrapper .applied-filters__wrapper__link--remove-all:hover {
  background-color: #000;
}

.applied-filters__wrapper .applied-filters__wrapper__link i {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  right: 5px;
  font-size: 7px;
}


@media(min-width:1280px) {
  .applied-filters__wrapper {
    flex-direction: row;
    align-items: center;
    justify-content: unset;
    border-width: 0 1px 1px 0;
    border-style: solid;
    border-color: #ccc;
  }

  .applied-filters__wrapper .applied-filters__wrapper__labels {
    flex: 1 1 auto;
  }

  .applied-filters__wrapper .applied-filters__wrapper__link--remove-all {
    margin: 0;
    min-width: 140px;
    padding: 5px 20px 5px 10px;
    width: auto;
  }
}

/* END: applied filter */


/* END: FACETS 2.0 */
