.product-list {
  margin: 50px 0;
}
.product-list .items {
  border: 1px solid rgba(163, 163, 163, 0.45);
  padding: 15px;
  margin-bottom: 30px;
  position: relative;
  overflow: hidden;
  min-height: 340px;
  transition: 0.5s ease-out color !important;
  -webkit-transition: all 0.3s linear;
  -moz-transition: all 0.3s linear;
  -o-transition: all 0.3s linear;
  transition: all 0.3s linear;
}
.product-list .items .product-image {
  position: relative;
  overflow: hidden;
  z-index: 1;
  display: block;
}
.product-list .items .product-image:before {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(255, 255, 255, 0.5);
  content: "";
  -webkit-transition: -webkit-transform 1s;
  transition: transform 0.6s;
  -webkit-transform: scale3d(4.9, 3.4, 1) rotate3d(0, 0, 1, 45deg) translate3d(0, -100%, 0);
  transform: scale3d(4.9, 3.4, 1) rotate3d(0, 0, 1, 45deg) translate3d(0, -100%, 0);
  pointer-events: none;
}
.product-list .items .product-image:hover:before {
  -webkit-transform: scale3d(4.9, 3.4, 1) rotate3d(0, 0, 1, 45deg) translate3d(0, 100%, 0);
  transform: scale3d(4.9, 3.4, 1) rotate3d(0, 0, 1, 45deg) translate3d(0, 100%, 0);
}
@media only screen and (max-width: 992px) {
  .product-list .items {
    flex-direction: column;
  }
  .product-list .items img {
    width: 100%;
    height: auto;
  }
}
.product-list .items .new-yeni {
  position: absolute;
  width: 100px !important;
  border: 0 !important;
  pointer-events: none;
  left: 0;
  top: 0;
}
.product-list .items img {
  border: 1px solid transparent;
  width: 100%;
  display: block;
  height: auto;
  -webkit-transition: all 0.3s linear;
  -moz-transition: all 0.3s linear;
  -o-transition: all 0.3s linear;
  transition: all 0.3s linear;
}
.product-list .items .product-title {
  text-align: center;
}
.product-list .items .product-title a {
  color: #1D2736;
  display: block;
  margin: 10px 0;
  font-size: 18px;
  font-weight: 500;
  transition: 0.5s ease-out color !important;
}
.product-list .items .list-all {
  display: none;
}
.product-list .items:hover {
  background: #8E939B;
}
.product-list .items:hover img {
  border-color: white;
}
.product-list .items:hover .product-content .product-title a {
  color: white !important;
}
.product-list .items:hover .product-content .product-desc p {
  color: white;
}
.product-list .pager__items li {
  display: inline-block !important;
  margin-top: inherit !important;
  padding-top: 10px !important;
}
.product-list .pager__items li a {
  display: inline-block !important;
}
.product-list .block-views-exposed-filter-blocksearch-list-page-1 .form--inline {
  display: flex;
}
.product-list .block-views-exposed-filter-blocksearch-list-page-1 .form--inline .form-item-combine {
  flex: 1;
}

.sort-row .items {
  display: flex;
  min-height: 225px;
}
.sort-row .items .product-title {
  text-align: left;
  display: flex;
  flex-direction: column;
}
.sort-row .items .product-title a {
  font-size: 18px;
  color: #272727;
}
.sort-row .items .product-content {
  margin: 0 15px;
  padding: 15px 30px;
  border-left: 1px solid #D8D8D8;
  position: relative;
  width: 75%;
}
@media only screen and (max-width: 992px) {
  .sort-row .items .product-content {
    margin: 0;
    padding: 0;
    border: 0;
    text-align: center;
  }
}
.sort-row .items .product-content .product-desc, .sort-row .items .product-content .product-title {
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
}
.sort-row .items .product-content .product-title a {
  font-size: 18px;
  color: #EB1F25;
  margin: 0;
  -webkit-transition: all 0.3s linear;
  -moz-transition: all 0.3s linear;
  -o-transition: all 0.3s linear;
  transition: all 0.3s linear;
}
.sort-row .items .product-content .product-desc p {
  line-height: normal;
  color: #202020;
  -webkit-transition: all 0.3s linear;
  -moz-transition: all 0.3s linear;
  -o-transition: all 0.3s linear;
  transition: all 0.3s linear;
}
.sort-row .items .product-content .list-all {
  border: 1px solid #929292;
  padding: 10px 50px 10px 30px;
  position: absolute;
  bottom: 15px;
  display: inline-block;
}
.sort-row .items .product-content .list-all:after {
  top: 2px;
}
.sort-row .items img {
  width: 100%;
  height: auto;
  display: block;
}
.sort-row .items:hover {
  background: #8E939B;
}
.sort-row .items:hover img {
  border-color: white;
}
.sort-row .items:hover .product-content .product-title a {
  color: white;
}
.sort-row .items:hover .product-content .product-desc p {
  color: white;
}

.path-taxonomy .sort-row .col-12 {
  max-width: 100%;
  flex: 100%;
}
.path-taxonomy .sort-area {
  text-align: right;
  position: relative;
  bottom: 30px;
}
@media only screen and (max-width: 992px) {
  .path-taxonomy .sort-area {
    display: none;
  }
}
.path-taxonomy .sort-area i {
  font-size: 20px;
}
.path-taxonomy .sort-area i:hover {
  cursor: pointer;
}
.path-taxonomy .page-title {
  font-size: 24px;
}

.term-id-1154 .page-title, .term-id-1150 .page-title, .term-id-1182 .page-title, .term-id-1162 .page-title {
  /*display: none;*/
}
.term-id-1154 .taxonomy-logo, .term-id-1150 .taxonomy-logo, .term-id-1182 .taxonomy-logo, .term-id-1162 .taxonomy-logo {
  margin: 30px 0;
}

.sort-column .product-desc {
  display: none;
}
.sort-column .kale-icons-column {
  color: #EB1F25;
}

.sort-row .kale-icons-row {
  color: #EB1F25;
}

/*# sourceMappingURL=taxonomy-categories.css.map */
