/*************************************
    check-box style CSS 
*************************************/
.filter-check-box {
  margin-bottom: 10px;
}

.check-box-inner {
  padding-top: 20px;
}

.check-box-inner .title {
  font-weight: 500;
  font-size: 20px;
  line-height: 1;
  color: #292929;
  text-transform: uppercase;
  margin-bottom: 15px;
  position: relative;
}

.check-box-inner .sub-title {
  font-weight: 500;
  color: #292929;
  font-size: 16px;
  margin-bottom: 10px;
  line-height: 24px;
  /* text-transform: capitalize; */
}

.filter-check-box input[type="checkbox"] {
  display: none;
}

.filter-check-box input[type="checkbox"] + label {
  position: relative;
  padding-top: 3px;
  padding-left: 30px;
  cursor: pointer;
  text-transform: capitalize;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
  color: #707070;
  font-size: 13px;
  line-height: 22px;
}

.filter-check-box input[type="checkbox"] + label:hover {
  color: #2dc380;
}

.filter-check-box input[type="checkbox"] + label:before {
  content: "";
  display: block;
  width: 15px;
  height: 15px;
  border: 1px solid #ebebeb;
  border-radius: 3px;
  position: absolute;
  left: 0;
  top: 5px;
  opacity: 1;
}

.filter-check-box input[type="checkbox"] + label:hover:before {
  border-color: #2dc380;
}

.filter-check-box.color-grey input[type="checkbox"] + label:before {
  background-color: #7e7e7e;
  -webkit-box-shadow: 2px 2px 4px 0 rgba(0, 0, 0, 0.2);
          box-shadow: 2px 2px 4px 0 rgba(0, 0, 0, 0.2);
  border: 1px solid rgba(0, 0, 0, 0.05);
}

.filter-check-box.color-grey input[type="checkbox"]:checked + label:before {
  background-color: transparent;
}

.filter-check-box.color-white input[type="checkbox"] + label:before {
  -webkit-box-shadow: 2px 2px 4px 0 rgba(0, 0, 0, 0.2);
          box-shadow: 2px 2px 4px 0 rgba(0, 0, 0, 0.2);
  border: 1px solid rgba(0, 0, 0, 0.05);
}

.filter-check-box.color-white.modify input[type="checkbox"] + label:before {
  top: -9px;
}

.filter-check-box.color-black input[type="checkbox"] + label:before {
  background-color: #666;
  border: 1px solid #666;
}

.filter-check-box.color-black.modify input[type="checkbox"] + label:before {
  top: -9px;
}

.filter-check-box.color-camel input[type="checkbox"] + label:before {
  background-color: #c19a6b;
  border: 1px solid #c19a6b;
}

.filter-check-box.color-camel input[type="checkbox"]:checked + label:before {
  background-color: transparent;
}

.filter-check-box input[type="checkbox"]:checked + label:before {
  width: 10px;
  top: -1px;
  left: 5px;
  border-color: #2dc380;
  border-radius: 0;
  opacity: 1;
  border-top-color: transparent;
  border-left-color: transparent;
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
}

.theme1 .filter-check-box input[type="checkbox"]:checked + label:before {
  border-color: #2dc380;
  border-radius: 0;
  opacity: 1;
  border-top-color: transparent;
  border-left-color: transparent;
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
}

.theme2 .filter-check-box input[type="checkbox"]:checked + label:before {
  border-color: #ff7519;
  border-radius: 0;
  opacity: 1;
  border-top-color: transparent;
  border-left-color: transparent;
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
}

.filter-check-box.color-black input[type="checkbox"]:checked + label:before {
  background: 0 0;
}

/* radio check box style */
.filter-check-box input[type="radio"]:checked,
.filter-check-box input[type="radio"]:not(:checked) {
  position: absolute;
  left: -9999px;
}

.filter-check-box input[type="radio"]:checked + label,
.filter-check-box input[type="radio"]:not(:checked) + label {
  position: relative;
  padding-left: 35px;
  cursor: pointer;
  line-height: 20px;
  display: inline-block;
}

.filter-check-box input[type="radio"]:checked + label:before,
.filter-check-box input[type="radio"]:not(:checked) + label:before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 20px;
  height: 20px;
  border: 2px solid #ebebeb;
  border-radius: 100%;
  background: #ffffff;
}

.filter-check-box input[type="radio"]:checked + label:after,
.filter-check-box input[type="radio"]:not(:checked) + label:after {
  content: "";
  width: 12px;
  height: 12px;
  background: #2dc380;
  position: absolute;
  top: 4px;
  left: 4px;
  border-radius: 100%;
}

.filter-check-box input[type="radio"]:not(:checked) + label:after {
  opacity: 0;
  -webkit-transform: scale(0);
          transform: scale(0);
}

.filter-check-box input[type="radio"]:checked + label:after {
  opacity: 1;
  -webkit-transform: scale(1);
          transform: scale(1);
}

.filter-check-box input[type="radio"] + label:hover {
  color: #2dc380;
}

/* check-box style CSS End */
#amount {
  border: 0;
  color: #292929;
  font-size: 14px;
  margin: 0 0 20px;
}

.check-box-inner .ui-widget-content {
  border: 1px solid #2dc380;
}

.check-box-inner .ui-slider-horizontal {
  height: 1px;
}

.check-box-inner .ui-widget-header {
  background: #0C2750 !important;
}

.check-box-inner .ui-slider-handle {
  top: 50%;
  width: 15px;
  height: 15px;
  border: 1px solid #0C2750 !important;
  background: #ffffff !important;
  -webkit-box-shadow: none !important;
          box-shadow: none !important;
  outline: 0;
  cursor: pointer;
  margin-top: -7.5px;
  border-radius: 100% !important;
}

/*************************************
    check-box style CSS  END
*************************************/



/* Sidebar */
/* categories */
.product-categories-filter li {
  position: relative;
  padding-right: 35px;
}
.product-categories-filter li a,
.product-categories-filter li ul.category-sub-menu li a {
  line-height: 30px;
}
.product-categories-filter li a::before {
  content: none;
}
.product-categories-filter li .toggle {
  line-height: 30px;
  width: 30px;
  position: absolute;
  top: 0;
  right: 0;
  cursor: pointer;
  text-align: center;
  transform: all 0.3s;
}
.product-categories-filter li ul.category-sub-menu li a:hover,
.product-categories-filter li .toggle:hover {
  color: #2dc380;
}
/* prix */
.price_slider_amount #amount {
  float: left;
}
.price_slider_amount .btn {
  float: right;
  width:auto;
  border:1px solid #000;
  border-radius: 0% !important;
  margin-bottom:15px;
  margin-top:-7px;
  
}
/* marque */
.shop-sidebar li .count {
/*  display: none !important;*/
}



.shop-sidebar ul{
  list-style-type: none; /* Remove bullets */
  padding: 0; /* Remove padding */
  margin: 0; /* Remove margins */	
}
/*
     FILE ARCHIVED ON 11:50:28 Mar 01, 2022 AND RETRIEVED FROM THE
     INTERNET ARCHIVE ON 06:26:29 Aug 13, 2026.
     JAVASCRIPT APPENDED BY WAYBACK MACHINE, COPYRIGHT INTERNET ARCHIVE.

     ALL OTHER CONTENT MAY ALSO BE PROTECTED BY COPYRIGHT (17 U.S.C.
     SECTION 108(a)(3)).
*/
/*
playback timings (ms):
  captures_list: 0.708
  exclusion.robots: 0.091
  exclusion.robots.policy: 0.078
  esindex: 0.01
  cdx.remote: 8.439
  LoadShardBlock: 98.383 (3)
  PetaboxLoader3.datanode: 1127.191 (5)
  PetaboxLoader3.resolve: 4219.321 (2)
  load_resource: 5498.698
  loaddict: 801.878
*/