﻿.kitchen-category-page {
  background-color: black;
  color: white;
}

/*.kitchen-category-content{
    display:none;
}*/
.kitchen-category-page .center-title-section h2 {
  color: white;
}

.kitchen-category-page .center-title-section h2:after {
  background: white;
  width: 40%;
  height: 2px;
  margin: 2% auto;
}

.kitchen-category-wrapper {
  padding: 0 12%;
}

.kitchen-category-wrapper .owl-carousel {
  padding-bottom: 110px;
}

.kitchen-category-wrapper p {
  color: rgba(255, 255, 255, 0.7);
  font-weight: 300;
  width: 80%;
}

.kitchen-category-models {
  margin-top: 80px;
}

.kitchen-category-models {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}

.kitchen-category-models h4 {
  color: white;
  font-weight: 300;
  margin-top: 3%;
  text-transform: capitalize;
  font-family: Lato, Helvetica, sans-serif;
}

.kitchen-category-models .model {
  margin-bottom: 70px;
}

.kitchen-category-models .model img {
  width: 100%;
}

.kitchen-category-models a {
  width: 49%;
}

/*.kitchen-category-page h2 {
    line-height: 38px;
    letter-spacing: 0.64px;
    margin-top: 198px;
    text-align: center;
    position: relative;
}

    .kitchen-category-page h2:after {
        content: '';
        display: block;
        margin: 0 auto;
        margin-top: 32px;
        width: 10%;
        height: 2px;
        background-color: white;
    }*/
.category-model-slider .slick-dots {
  display: flex;
  justify-content: center;
  position: relative;
  top: -56px;
  margin: 0;
  padding: 28px 0 0;
  list-style-type: none;
  visibility: visible;
  height: 52px;
  background-image: linear-gradient(to top, rgba(0, 0, 0, 0.4), rgba(0, 0, 0, 0));
}

.category-model-slider .slick-dots li {
  margin: 0 6px;
  width: 24px;
  height: 4px;
}

.category-model-slider .slick-dots button {
  display: block;
  width: 24px;
  height: 4px;
  padding: 0;
  border: none;
  border-radius: 0;
  background-color: #fff;
  opacity: 0.35;
  text-indent: -9999px;
}

.category-model-slider .slick-dots li.slick-active button {
  background-color: white;
  opacity: 1;
}

.other-cat {
  padding: 24px 0 110px 0;
}

.feature-wrapper {
  background: black;
}

.main-baner-btn-cont {
  position: fixed;
  z-index: 112;
  right: 0;
  display: flex;
  flex-direction: column;
  bottom: 128px;
}

.main-baner-btn-cont a {
  font-size: 16px;
  display: block;
  border-bottom: 2px solid #B3B3B3;
  color: #B3B3B3;
  padding-bottom: 12px;
  margin-top: 24px;
  transition: width 0.5s, color 0.5s, border-bottom-color 0.5s;
  width: 104px;
  align-self: flex-end;
}

.main-baner-btn-cont a:hover {
  cursor: pointer;
  width: 124px;
  color: white;
  border-bottom-color: white;
}

.slick-slide div .item img {
  width: 100%;
}

.kitchen-category-page .know-more {
  padding: 0 0%;
}
