
@media only screen and (max-width: 768px) {
.tt-menu {
	height: 500px;
	overflow: scroll;
}	

.chaty-widget {
    z-index: 9 !important;
}
	
}



#ss_filtres {
  width: 100%;
}

.ss_on {
  font-weight: 600;
  color: #13272a !important;
}

.ss_counter {
  font-weight: 600;
  font-size: 16px;
  margin: 0 0 13px 0;
}
.ss_amount{
    text-align: center;
    width: 100%;
    display: block;
    padding: 0 0 16px 0;
}

[ss-filtre] {
  position: relative;
  width: 212px;
  display: inline-block;
  margin: 7px 23px 9px 0;
}

[ss-filtre] > a {
  width: 100%;
  display: inline-block;
  margin: 0 15px 0 0;
  cursor: pointer;

  margin: 3px 0px;
  border: 1px solid #ddd;
  background-color: #fff;
  padding: 10px 15px;
  padding-right: 32px;

  font-weight: 600;
  color: #444 !important;

  margin: 0 5px 5px 0;
}

[ss-filtre] > a:after {
  color: #ddd;
  content: " ▾";
  position: absolute;
  right: 7px;
  top: 10px;
  font-size: 29px;
}

[ss-filtre] > a.ssactive:after {
  transform: rotate(180deg);
}

[ss-filtre] > div {
  position: absolute;
  background: #fff;
  z-index: 999;
  width: 581px;
  padding: 15px;

  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -ms-box-sizing: border-box;
  -o-box-sizing: border-box;
  -webkit-box-shadow: 0 0 5px 0 rgb(128 128 128 / 20%);
  -moz-box-shadow: 0 0 5px 0 rgba(128, 128, 128, 0.2);
  box-shadow: 0 0 5px 0 rgb(128 128 128 / 20%);
  border: 1px solid #ddd;
}

[ss-filtre] > div > a {
  float: left;
  padding: 3px 7px;
  border: solid 1px #aaa;
  margin: 0 5px 5px 0;
  cursor: pointer;
}

[ss-filtre].filtremarque > div > a {
  width: 100%;
}

[ss-filtre].filtremarque > div {
  width: 320px;
  max-height: 280px;
  overflow-x: hidden;
}

[ss-filtre].filtremarque *::-webkit-scrollbar {
  width: 0.6em;
  height: 0.6em;
}
[ss-filtre].filtremarque *::-webkit-scrollbar-thumb {
  background-color: #666;
  border-radius: 20px;
  border: 3px solid #fff;
}
[ss-filtre].filtremarque *::-webkit-scrollbar-track {
  background-color: #fff;
  border-radius: 20px;
}

#searchBrand {
  width: 100%;
  margin: 0 0 11px 0;
}
/**********orderby  *****************/
.orderbyfilter > div {
  width: 250px;
}
a.orderby {
  width: 100%;
  cursor: pointer;
}

/************** tags *************/
.ss_tags {
  padding: 15px;
}
.ss_tags > a:before {
  display: inline-block;
  content: "\00d7"; /* This will render the 'X' */
  font-size: 20px;
  padding: 0px 9px 0 0;
}

.ss_tags > a {
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
  background: #eee;
  display: inline-block;
  padding: 3px 15px;
  font-size: 16px;
  margin: 5px 10px 5px 0;
  cursor: pointer;
}

/***********************************/
/********* producs *****************/

.ss-products-container {
  display: flex;
  flex-wrap: wrap;
}

#ss_response img {
  width: 100%;
  height: 300px;
}

#ss_response .ss_product {
  font-size: 12px;

  padding-left: 10px;
  padding-right: 10px;
  margin-bottom: 1.4286em;
    position: relative;
	}

#ss_response .ss_product_inner:hover {
  box-shadow: 0 5px 25px 0 rgb(0 0 0 / 8%);
}

#ss_response .ss_product-image {
  margin-bottom: 10px;
  min-height: 90px;
}

#ss_response .ss_product-image img {
  display: inline-block;
  width: 100%;
  height: auto;
  transition: opacity 0.3s ease-in-out;
  transform: translateZ(0);
}

@media (min-width: 576px) {
  #ss_response .ss_product-image img {
    max-height: 275px;
    width: 268px;
	}
}

#ss_response .ss_product-text {
  padding: 0 10px 8px 10px;
}

#ss_response .ss_product__title {
  font-family: Dosis, sans-serif !important;
  font-size: 0.9375rem;
  font-weight: 400;
      width: auto ; 
    overflow: hidden;
    display: block;
    height: 27px;
	    clear: both;
}

#ss_response .ss_price {
  display: block;
  color: rgb(68, 68, 68);
  font-family: Dosis, sans-serif;
  font-size: 18px;
  font-weight: 600;
}
#ss_response .ss_brand {
    font-size: 11px;
    padding: 0;
    margin: 0;
    line-height: 3;
    height: 0px;
    color: rgb(12, 23, 25);
	
	}
#ss_response h1 {
  font-size: 12px;
}

.ss_noresult
{
	text-align: center;
    padding: 57px;
}

[ss-filtre] > div.sssliderrange {
  width: 250px;
padding-bottom: 46px;
}

.ui-slider {
  background: #efefef;
  border: 1px solid #d2d2d2;
  height: 7px;
  position: relative;
  border-radius: 100px;
}

.ui-slider-range {
  background: #13272a;
  height: 7px;
  position: absolute;
  border-top: 1px solid #5d99c8;
  border-bottom: 1px solid #5d99c8;
  transform: translateY(-1px);

  &:after {
    content: "";
    width: 100%;
    height: 1px;
    background: #fff;
    position: absolute;
    top: 0;
    left: 0;
    opacity: 0.3;
  }
}

.ui-slider-handle {
  background: #c12000;
  position: absolute;
  width: 7px;
  height: 17px;
  top: 50%;
  display: block;
  transform: translate(-50%, -50%);
  border-radius: 100px;
  z-index: 10;
  cursor: move; /* fallback if grab cursor is unsupported */
  cursor: grab;
  cursor: -moz-grab;
  cursor: -webkit-grab;
  box-shadow: inset -2px -2px 6px 2px rgba(0, 0, 0, 0.1);
  transition: height 0.1s;

  &:focus {
    outline: none;
  }

  &:active {
    cursor: grabbing;
    cursor: -moz-grabbing;
    cursor: -webkit-grabbing;
  }
}

.ui-state-active {
  height: 22px;
}

#ss-slider-range label {
  position: absolute;
  width: 20px;
  margin-left: -10px;
  text-align: center;
  margin-top: 20px;
}

.tt-menu {
  background: #fff !important;
}
.typeahead,
.tt-query,
.tt-hint {
  height: 30px;
  padding: 8px 12px;
  font-size: 24px;
  line-height: 30px;
  border: 2px solid #ccc;
  -webkit-border-radius: 8px;
  -moz-border-radius: 8px;
  border-radius: 8px;
  outline: none;
}

.typeahead {
  background-color: #fff;
}

.typeahead:focus {
  border: 2px solid #0097cf;
}

.tt-query {
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  -moz-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
}

.tt-hint {
  color: #999;
}

.tt-dropdown-menu {
  width: 422px;

  border: solid 1px #c6c6c6;

  margin-top: 3px;
  padding: 8px 0;
  background-color: #fff;
  border: 1px solid #ccc;
  border: 1px solid rgba(0, 0, 0, 0.2);
  -webkit-border-radius: 8px;
  -moz-border-radius: 8px;
  border-radius: 8px;
  -webkit-box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2);
  -moz-box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2);
  box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2);
}

.tt-suggestion {
  padding: 3px 20px;
  font-size: 18px;
  line-height: 24px;
  color: black;
  height: 50px;
}

.tt-suggestion.tt-cursor {
  color: #fff;
  background-color: #0097cf;
}

.tt-suggestion p {
  margin: 0;
  font-size: 18px;
  text-align: left;
}

.twitter-typeahead {
  width: 100%;
}

.ss_filtrefooter .ss_tags{
	display: inline;
}
.ss_filtrefooter .ss_tags > a {
    background: #13272a;
}
	
/************** mobile filtre btn****************/
.ss_filtrefooter {
  display: none;
}
.ss_tags {
    display: block;
}


@media only screen and (max-width: 575px) {
.ss_tags {
    display: none;
}

.ss_filtrefooter .ss_tags {
    display: inline;
}

  #ss_filtres>div {
    display: none;
  }
  #ss_filtres>div.orderbyfilter {
    display: block;
  }
  
  .ss_filtrefooter {
      margin-bottom: 15px;
    color: #fff;
    background-color: #13272A;
    padding: 9px;
    border-radius: 8px;
    width: 100%;
    justify-content: center;
	display:block;
	
font-size :16px;
font-weight :600;	
}
  .ss_filtrefooter.sticky {

    position: fixed;
    top: 60px;
    z-index: 3;
    left: 0;
    right: 0;
	
 
 }
}

/************ add to cart */
.ss-links-on-image {
	height: 0;
	position: relative;
	}
.ss_AddToCart {
    position: relative;
    z-index: 3;

	top: 10px;
	margin-left: 82%;

    width: 36px;
    padding: 0;
    border-radius: 18px;
    transition: .25s;
    text-indent: -9999px;
    padding: 9px;
opacity:0;

background: #2b2b2d;
    border-color: #2b2b2d;
	color: #aaa;
cursor:pointer;
	}

.ss_AddToCart:before {
    font-family: "Porto";
    content: "\e8ba";
    font-size: 1rem;
    font-weight: 600;
    font-size: .9375rem;
}

.ss_AddToCart:hover {
		color: #fff;
}
.ss_product:hover .ss_AddToCart {
		opacity:1;
}

[ss-filtre].orderbyfilter{
	width: 217px;
}
[ss-filtre].orderbyfilter>label{
	float: left;
    width: 48px;
	padding: 4px 0 0 0px;
}
[ss-filtre].orderbyfilter>a{
	width: 143px;
	float: right;

	font-size: 13px;
	padding: 3px 0px 0 14px;
	box-shadow: none;
	border: 1px solid #e4e4e4;
	height: 34px;
	border-radius: 0;
	background-color: #fff;
	color: #777 !important;

}

[ss-filtre].orderbyfilter > a:after {
    right: 7px;
    top: 4px;
}

[ss-filtre].orderbyfilter > div {
	width: 250px;
	left: 68px;
	top: 36px;
}
	
.ss-add-to-wishlist {
    float: right;
	cursor:pointer;
	}
.ss-add-to-wishlist:before {
    content: '\e889';
	font-family: 'Porto';
	font-size: 1rem;
color : rgb(51, 51, 51);
}



/********** responsive ***********/

@media (max-width: 575px) {
	
	.ss_AddToCart {
			position: relative;
			z-index: 3;

			top: 15px;
			margin-left: 87%;

			width: 36px;
			padding: 0;
			border-radius: 18px;
			transition: .25s;
			text-indent: -9999px;
			padding: 9px;
			opacity:1;

			background: #2b2b2d;
			border-color: #2b2b2d;
			color: #aaa;
			cursor:pointer;
	}
	
	
  [ss-filtre] {
    position: relative;
    width: 100%;
  }
  [ss-filtre] > div {
    width: 100%;
  }

  [ss-filtre].filtremarque > div {
    width: 100%;
  }

  [ss-filtre] > div.sssliderrange {
    width: 100%;
    padding: 40px 20px;
  }

  #ss_response .ss_product {
    width: 50%;
  }
  
[ss-filtre].orderbyfilter > div{
    left: 71px;
}

}

