@import "../css/cihaniriboyreset.css";
/* Kategori Css */
/*------------------------------------------------------------------
[Less Zr]
-------------------------------------------------------------------*/
/*--------------- Base Color --------------*/
/*--------------- PlaceHolder ---------------*/
/*--------------- Absolute ---------------*/
/*--------------- Relative ---------------*/
/*------------ Rotate -----------------*/
/*--------------- Border Radius ---------------*/
/*--------------- Custom Radius ---------------*/
/*--------------- Transtion---------------*/
/*--------------- Origin Transform ---------------*/
/*--------------- Scale ---------------*/
/*--------------- Linear Grarient ---------------*/
/*--------------- Quick Gradient ---------------*/
/*--------------- Box Shadow 1 ---------------*/
/*--------------- Box Shadow 2 ---------------*/
/*--------------- Box Shadow 3 ---------------*/
.box-shadow-3 {
  position: relative;
  -webkit-box-shadow: 0 1px 4px rgba(0, 0, 0, 0.3), 0 0 40px rgba(0, 0, 0, 0.1) inset;
  -moz-box-shadow: 0 1px 4px rgba(0, 0, 0, 0.3), 0 0 40px rgba(0, 0, 0, 0.1) inset;
  box-shadow: 0 1px 4px rgba(0, 0, 0, 0.3), 0 0 40px rgba(0, 0, 0, 0.1) inset;
}
.box-shadow-3:before,
.box-shadow-3:after {
  content: "";
  position: absolute;
  z-index: -1;
  -webkit-box-shadow: 0 0 20px rgba(0, 0, 0, 0.8);
  -moz-box-shadow: 0 0 20px rgba(0, 0, 0, 0.8);
  box-shadow: 0 0 20px rgba(0, 0, 0, 0.8);
  top: 50%;
  bottom: 0;
  left: 10px;
  right: 10px;
  -moz-border-radius: 10px;
  border-radius: 10px;
}
/* Sidebar */
.kat-sidebar {
  width: 100%;
  float: left;
  margin-bottom: 30px;
  font-family: 'Dosis', sans-serif;
}
.kat-sidebar .title {
  width: 100%;
  float: left;
  margin-bottom: 15px;
}
.kat-sidebar .title h1 {
  display: block;
  color: #333;
  padding: 10px 10px;
  font-size: 25px;
  font-family: 'Dosis', sans-serif;
  font-weight: 900;
}
.kat-sidebar > ul {
  width: 100%;
  float: left;
}
.kat-sidebar > ul > li.active:after {
  color: #57167a !important;
}
.kat-sidebar > ul > li.active > a {
  color: #57167a;
}
.kat-sidebar > ul > li.has {
  /*&:after {
					content:"\f105";
					font-family:'FontAwesome';
					color:#555;
					position:absolute;
					right:9px;
					top:5px;
					font-size:21px;
				}*/
}
.kat-sidebar > ul > li {
  width: 100%;
  float: left;
  background: #fff;
  position: relative;
  border-bottom: solid 1px #ddd;
  -webkit-transition: all 0.2s linear;
  -moz-transition: all 0.2s linear;
  -o-transition: all 0.2s linear;
  -ms-transition: all 0.2s linear;
  transition: all 0.2s linear;
}
.kat-sidebar > ul > li ul {
  width: 100%;
  float: left;
}
.kat-sidebar > ul > li ul > li.has:after {
  content: "\f105";
  font-family: 'FontAwesome';
  color: #555;
  position: absolute;
  right: 9px;
  top: 5px;
  font-size: 21px;
}
.kat-sidebar > ul > li ul > li.active > a {
  color: #57167a;
}
.kat-sidebar > ul > li ul > li {
  width: 100%;
  float: left;
  background: #fff;
  position: relative;
  -webkit-transition: all 0.2s linear;
  -moz-transition: all 0.2s linear;
  -o-transition: all 0.2s linear;
  -ms-transition: all 0.2s linear;
  transition: all 0.2s linear;
}
.kat-sidebar > ul > li ul > li:hover:after {
  color: #57167a;
}
.kat-sidebar > ul > li ul > li:hover > a {
  color: #57167a;
  -webkit-transition: all 0.2s linear;
  -moz-transition: all 0.2s linear;
  -o-transition: all 0.2s linear;
  -ms-transition: all 0.2s linear;
  transition: all 0.2s linear;
}
.kat-sidebar > ul > li ul > li a {
  display: block;
  font-size: 15px;
  color: #555;
  font-weight: 500;
  padding: 10px 9px 10px 25px;
}
.kat-sidebar > ul > li > a {
  display: block;
  font-size: 16px;
  color: #555;
  font-weight: 700;
  padding: 15px 9px;
}
/* Kat Filter */
.kat-filter {
  width: 100%;
  float: left;
  margin-bottom: 30px;
  padding-top: 5px;
  border-top: solid 1px #f2f2f2;
}
.kat-filter .title {
  width: 100%;
  float: left;
  margin-bottom: 15px;
}
.kat-filter .title h2 {
  display: block;
  color: #333;
  padding: 10px 10px;
  font-size: 25px;
  font-family: 'Dosis', sans-serif;
  font-weight: 900;
}
.kat-filter .input-form {
  width: 100%;
  float: left;
  /*.check-box*/
}
.kat-filter .input-form .slider-handle {
  background-color: #57167a;
}
.kat-filter .input-form .slider.slider-horizontal .slider-selection {
  background-color: #57167a;
}
.kat-filter .input-form .checks {
  width: 100%;
  float: left;
}
.kat-filter .input-form .checks a.renk {
  width: 20%;
}
.kat-filter .input-form .checks a {
  font-size: 15px;
  font-weight: 400;
  color: #454444;
  font-family: 'Oswald', sans-serif;
  float: left;
  position: relative;
  margin: 3px 4px;
  width: 30%;
  padding: 0 5px;
}
.kat-filter .input-form .checks a span.selected i {
  color: #454444;
  font-size: 12px;
  float: left;
  margin-top: 2px;
  margin-left: 2px;
}
.kat-filter .input-form .checks a .secili-renk {
  border: 1px solid #000!important;
}
.kat-filter .input-form .checks a .secili-renk p {
  border: solid 4px #fff!important;
}
.kat-filter .input-form .checks a .renk {
  width: 36px;
  height: 36px;
  border: solid 1px #ddd;
  border-radius: 50%;
  overflow: hidden;
  display: block;
}
.kat-filter .input-form .checks a .renk p {
  width: 100%;
  display: block;
  border: solid 4px #fff;
  height: 35px;
  border-radius: 50%;
}
.kat-filter .input-form .checks a span {
  float: left;
  border: solid 1px #b9b9b9;
  width: 17px;
  height: 17px;
  border-radius: 4px;
  background: #fff;
  margin-right: 8px;
  text-align: center;
}
.kat-filter .input-form .checks a span i {
  color: #454444;
  font-size: 12px;
  float: left;
  margin-top: 2px;
  margin-left: 2px;
}
.filtre-tutucu {
  width: 100%;
  float: left;
  padding: 15px 5px;
  border-top: solid 1px #ececec;
}
.filtre-tutucu a {
  float: left;
  background: #f2f2f2;
  border: solid 1px #f2f2f2;
  color: #a1a1a1;
  font-size: 15px;
  padding: 3px 8px;
  margin-right: 8px;
}
.filtre-tutucu a:hover {
  background: #57167a;
  color: #fff;
}
.filtre-tutucu span {
  float: left;
  padding: 3px 8px;
  font-size: 15px;
  background: #57167a;
  color: #fff;
  margin-right: 6px;
}
/* Kat List */
.kat-list {
  width: 100%;
  float: left;
  min-height: 400px;
  position: relative;
  margin-bottom: 15px;
  margin-top: 0!important;
  /* helper */
}
.kat-list .kat-helper {
  width: 100%;
  float: left;
  padding: 0 15px;
  margin-bottom: 15px;
}
.kat-list .kat-helper .order-list {
  float: left;
}
.kat-list .kat-helper .order-list ul {
  float: left;
  list-style-type: none;
}
.kat-list .kat-helper .order-list ul li {
  float: left;
  margin-bottom: 9px;
  padding: 0 10px;
}
.kat-list .kat-helper .order-list ul li:nth-child(odd) {
  border-right: 1px solid rgba(85, 85, 85, 0.66);
}
.kat-list .kat-helper .order-list ul li a {
  font-size: 14px;
  color: #555;
  font-weight: 400;
  font-family: 'Oswald', sans-serif;
  float: left;
}
.kat-list .kat-helper .list-items {
  float: right;
}
.kat-list .kat-helper .list-items a {
  float: left;
  color: #555;
  font-size: 18px;
  margin: 0 2px;
  padding: 3px 5px 1px 5px;
}
.kat-list .kat-helper .list-items a:hover {
  color: #57167a;
}
.kat-list .loader {
  width: 100%;
  height: 100%;
  position: absolute;
  z-index: 2;
  background: #fff;
  left: 0;
  top: 0;
}
.kat-list .loader img {
  width: 32px;
  height: 32px;
  position: absolute;
  left: 50%;
  top: 25%;
  transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
}
.kat-list .alert {
  font-size: 14px;
  font-family: 'Dosis', sans-serif;
}
