/* Global Settings */
@import url("https://fonts.googleapis.com/css2?family=Saira:wght@300;400;500;600&display=swap");

body {
  font-family: "Saira", sans-serif;
}

*:focus {
  outline: none;
}

.text-gold {
  color: #999682;
}

a {
  text-decoration: none !important;
}

a {
  color: #000;
  transition: 0.4s;
  -webkit-transition: 0.4s;
  -moz-transition: 0.4s;
  -ms-transition: 0.4s;
  -o-transition: 0.4s;
}

a:hover {
  color: #999682 !important;
}

/* Carousel Custom Css */
.slick-prev:before {
  font-family: "Font Awesome 5 Free";
  content: "\f104";
  display: inline-block;
  margin-left: -50px;
  vertical-align: middle;
  font-weight: 900;
  font-size: 30px;
  color: #999682;
}

.slick-next:before {
  font-family: "Font Awesome 5 Free";
  content: "\f105";
  display: inline-block;
  margin-right: -20px;
  vertical-align: middle;
  font-weight: 900;
  font-size: 30px;
  color: #999682;
}

/* Product Carousel Custom Css */
.product-carousel .card {
  box-shadow: 0px 3px 14px rgba(0, 0, 0, 0.15);
  cursor: pointer;
  transition: 0.5s;
  -webkit-transition: 0.5s;
  -moz-transition: 0.5s;
  -ms-transition: 0.5s;
  -o-transition: 0.5s;
}

.product-carousel .card:hover {
  box-shadow: 0px 3px 18px rgba(0, 0, 0, 0.1);
  transform: scale(1.04) translate(0px, -3px);
  -webkit-transform: scale(1.04) translate(0px, -3px);
  -moz-transform: scale(1.04) translate(0px, -3px);
  -ms-transform: scale(1.04) translate(0px, -3px);
  -o-transform: scale(1.04) translate(0px, -3px);
}

.product-carousel .product-detail-button {
  position: absolute;
  bottom: 0;
  right: 0;
  color: #fff;
  padding: 10px;
  font-size: 1rem;
  background: #999682;
  border-radius: 4px 0px 4px 0px;
  -webkit-border-radius: 4px 0px 4px 0px;
  -moz-border-radius: 4px 0px 4px 0px;
  -ms-border-radius: 4px 0px 4px 0px;
  -o-border-radius: 4px 0px 4px 0px;
  transition: 0.5s;
  -webkit-transition: 0.5s;
  -moz-transition: 0.5s;
  -ms-transition: 0.5s;
  -o-transition: 0.5s;
}

.product-carousel .product-detail-button:hover {
  opacity: 0.7;
}

.product-group .card-body {
  padding: 0.75rem;
  background: #999682;
  border-bottom-right-radius: 5px;
  border-bottom-left-radius: 5px;
  transition: 0.5s;
  -webkit-transition: 0.5s;
  -moz-transition: 0.5s;
  -ms-transition: 0.5s;
  -o-transition: 0.5s;
}

.product-group .card-body:hover {
  opacity: 0.7;
}

.product-group .card-title {
  text-align: center;
  color: #fff;
  margin-bottom: 0;
}

.blum-right-area {
  border-radius: 5px;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  -ms-border-radius: 5px;
  -o-border-radius: 5px;
}

.product-group h5.card-title {
  font-size: 18px;
}

.product-carousel .card-title {
  font-size: 17px;
}

.product-carousel .product-detail-button {
  font-size: 14px;
}

.product-group .card {
  box-shadow: 0px 5px 10px rgba(0, 0, 0, 0.3);
  cursor: pointer;
  transition: 0.5s;
  -webkit-transition: 0.5s;
  -moz-transition: 0.5s;
  -ms-transition: 0.5s;
  -o-transition: 0.5s;
}

.product-group .card:hover {
  box-shadow: 0px 5px 30px rgba(0, 0, 0, 0.4);
  transform: scale(1.04) translate(0px, -3px);
  -webkit-transform: scale(1.04) translate(0px, -3px);
  -moz-transform: scale(1.04) translate(0px, -3px);
  -ms-transform: scale(1.04) translate(0px, -3px);
  -o-transform: scale(1.04) translate(0px, -3px);
}

.blum-right-area {
  cursor: pointer;
  background: rgb(235, 105, 9);
  box-shadow: 0 0 0 rgba(235, 105, 9, 0.8);
  animation: pulse 1s infinite;
  -webkit-animation: pulse 1s infinite;
}

.blum-right-area:hover {
  animation: none;
}

@-webkit-keyframes pulse {
  0% {
    -webkit-box-shadow: 0 0 0 0 rgba(242, 122, 26, 0.5);
  }

  70% {
    -webkit-box-shadow: 0 0 0 10px rgba(242, 122, 26, 0);
  }

  100% {
    -webkit-box-shadow: 0 0 0 0 rgba(242, 122, 26, 0);
  }
}

@keyframes pulse {
  0% {
    -moz-box-shadow: 0 0 0 0 rgba(242, 122, 26, 0.8);
    box-shadow: 0 0 0 0 rgba(242, 122, 26, 0.8);
  }

  70% {
    -moz-box-shadow: 0 0 0 10px rgba(242, 122, 26, 0);
    box-shadow: 0 0 0 10px rgba(242, 122, 26, 0);
  }

  100% {
    -moz-box-shadow: 0 0 0 0 rgba(242, 122, 26, 0);
    box-shadow: 0 0 0 0 rgba(242, 122, 26, 0);
  }
}

.home-video-section {
  background: linear-gradient(#9a9782 0%, #848068 100%);
}

.video-thumbnail {
  cursor: pointer;
  background-image: linear-gradient(to bottom,
      rgba(245, 246, 252, 0.52),
      rgba(0, 0, 0, 0.73)),
    url("../img/video-img.png");
  width: 100%;
  height: 300px;
  background-size: cover;
  color: white;
  padding: 20px;
}

.video-thumbnail2 {
  cursor: pointer;
  background-image: linear-gradient(to bottom,
      rgba(245, 246, 252, 0.52),
      rgba(0, 0, 0, 0.73)),
    url("../img/video-img2.jpeg");
  width: 100%;
  height: 300px;
  background-size: cover;
  color: white;
  padding: 20px;
}

.video-play-button {
  position: absolute;
  z-index: 10;
  top: 50%;
  left: 50%;
  transform: translateX(-50%) translateY(-50%);
  box-sizing: content-box;
  display: block;
  width: 32px;
  height: 44px;
  border-radius: 50%;
  padding: 18px 20px 18px 28px;
}

.video-play-button:before {
  content: "";
  position: absolute;
  z-index: 0;
  left: 50%;
  top: 50%;
  transform: translateX(-50%) translateY(-50%);
  display: block;
  width: 80px;
  height: 80px;
  background: #fff;
  border-radius: 50%;
  animation: pulse-border 1500ms ease-out infinite;
}

.video-play-button:after {
  content: "";
  position: absolute;
  z-index: 1;
  left: 50%;
  top: 50%;
  transform: translateX(-50%) translateY(-50%);
  display: block;
  width: 80px;
  height: 80px;
  background: #fff;
  border-radius: 50%;
  transition: all 200ms;
}

.video-play-button:hover:after {
  background-color: darken(#fff, 10%);
}

.video-play-button img {
  position: relative;
  z-index: 3;
  max-width: 100%;
  width: auto;
  height: auto;
}

.video-play-button span {
  display: block;
  position: relative;
  z-index: 3;
  width: 0;
  height: 0;
  border-left: 32px solid rgba(0, 0, 0, 0.14);
  border-top: 22px solid transparent;
  border-bottom: 22px solid transparent;
}

@keyframes pulse-border {
  0% {
    transform: translateX(-50%) translateY(-50%) translateZ(0) scale(1);
    opacity: 1;
  }

  100% {
    transform: translateX(-50%) translateY(-50%) translateZ(0) scale(1.5);
    opacity: 0;
  }
}

.video-overlay {
  position: fixed;
  z-index: -1;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  background: rgba(0, 0, 0, 0.8);
  opacity: 0;
  transition: all ease 500ms;
}

.video-overlay.open {
  position: fixed;
  z-index: 1000;
  opacity: 1;
}

.video-overlay-close {
  position: absolute;
  z-index: 1000;
  top: 15px;
  right: 20px;
  font-size: 36px;
  line-height: 1;
  font-weight: 400;
  color: #fff !important;
  text-decoration: none;
  cursor: pointer;
  transition: all 200ms;
}

.video-overlay-close:hover {
  color: #fff;
}

.video-overlay iframe {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translateX(-50%) translateY(-50%);
  box-shadow: 0 0 15px rgba(0, 0, 0, 0.75);
}

.video-content-text {
  font-size: 18px;
}

.project-carousel .project-detail-button {
  font-size: 15px;
  color: #fff;
  padding: 15px;
  background: #999682;
  border-radius: 0px 0px 5px 5px;
  -webkit-border-radius: 0px 0px 5px 5px;
  -moz-border-radius: 0px 0px 5px 5px;
  -ms-border-radius: 0px 0px 5px 5px;
  -o-border-radius: 0px 0px 5px 5px;
}

@media(max-width: 480px) {
  .project-carousel .project-detail-button {
    font-size: 12px;
  }
}

.project-carousel .card-body {
  box-shadow: 0px 3px 20px rgba(0, 0, 0, 0.3);
}

.project-carousel-bg-grey {
  background: #ececec;
}


.special-he {
  box-shadow: 0px 3px 14px rgba(0, 0, 0, 0.15);
  transition: 0.5s;
  -webkit-transition: 0.5s;
  -moz-transition: 0.5s;
  -ms-transition: 0.5s;
  -o-transition: 0.5s;
}

.special-he:hover {
  box-shadow: 0px 3px 18px rgba(0, 0, 0, 0.1);
  transform: rotate(2deg);
  -webkit-transform: rotate(2deg);
  -moz-transform: rotate(2deg);
  -ms-transform: rotate(2deg);
  -o-transform: rotate(2deg);
}

.news-item .card .card-photo {
  position: relative;
}

.news-item .card .card-photo .year {
  position: absolute;
  right: 0;
  top: -45px;
  color: #999682;
  font-size: 30px;
  line-height: 100%;
  padding-right: 10px;
}

.news-item .card .card-photo .year::after {
  content: "";
  position: absolute;
  right: -1px;
  top: 0;
  width: 1px;
  height: 130px;
  background-color: #999682;
}

.news-item .card p {
  opacity: 0.7;
}

.news-item .card-body h4 a {
  color: #4B4B4B !important;
}

.card-photo .img-fluid {
  object-fit: cover;
}

.news-item .card .card-body {
  border: 1px solid #e6e6e6;
}

.business-partners {
  cursor: pointer;
}

.door-category-top-style .card {
  box-shadow: none;

}

.door-category-top-style .card:hover {
  box-shadow: none;
}

.door-category-left-menu .list-group-item {
  text-align: center;
  border-radius: 0.25rem;
  -webkit-border-radius: 0.25rem;
  -moz-border-radius: 0.25rem;
  -ms-border-radius: 0.25rem;
  -o-border-radius: 0.25rem;
  margin-bottom: 0.25rem;
}

.door-category-left-menu li.current-menu-item {
  display: list-item;
  list-style: inside url("../img/list-style-object.svg");
}

.door-category-left-menu li.current-menu-item {
  background: #787667 !important;
  box-shadow: 5px 5px 10px rgba(158, 155, 133, 0.5);
  border: none;
}

.door-category-left-menu li.current-menu-item:before {
  content: '';
  width: 5px;
  height: 100%;
  left: 0;
  top: 0;
  position: absolute;
  background: rgba(255, 255, 255, 0.4);
}

.door-category-left-menu .list-group-item {
  background: #9E9B85;
  box-shadow: 5px 5px 10px rgba(158, 155, 133, 0.5);
  color: white;
  border: none;
  transition: 0.5s;
  -webkit-transition: 0.5s;
  -moz-transition: 0.5s;
  -ms-transition: 0.5s;
  -o-transition: 0.5s;
}

.door-category-left-menu .list-group-item:hover {
  margin-left: 14px;
  opacity: 0.88;
}

.door-category-left-menu .list-group-item a {
  color: #fff !important;
}

.door-category-left-menu .list-group-item a:hover {
  color: #fff !important;
}

.screw {
  transition: 0.7s ease-out;
  -webkit-transition: 0.7s ease-out;
  -moz-transition: 0.7s ease-out;
  -ms-transition: 0.7s ease-out;
  -o-transition: 0.7s ease-out;
}

.screwRotated {
  transform: rotate(360deg);
  -webkit-transform: rotate(360deg);
  -moz-transform: rotate(360deg);
  -ms-transform: rotate(360deg);
  -o-transform: rotate(360deg);
}

.leftScrew {
  position: absolute;
  bottom: 20px;
  background: url("../img/screw.svg");
  width: 21px;
  height: 21px;
  background-repeat: no-repeat;
  overflow: hidden;
}

.rightScrew {
  right: 42px;
  position: absolute;
  bottom: 20px;
  background: url("../img/screw.svg");
  width: 21px;
  height: 21px;
  background-repeat: no-repeat;
  overflow: hidden;
}

.measure-door {
  cursor: pointer;
  width: 100%;
  height: 400px;
  object-fit: contain;
  position: relative;

}

.measure-door-outer img {
  transition: 0.6s;
  -webkit-transition: 0.6s;
  -moz-transition: 0.6s;
  -ms-transition: 0.6s;
  -o-transition: 0.6s;
}

.measure-door-outer img:hover {
  margin-left: 10px;
}

.door-box {
  margin-top: 20px;
  text-align: center;
  width: 80%;
  border: 1px dashed rgba(154, 151, 131, 0.6);
  box-shadow: 0px 3px 14px rgba(154, 151, 131, 0.3);
}

.category-top-shadow-button {
  background: #fff;
  color: #9A9783;
  border: 2px solid rgba(154, 151, 131, 0.3);
  box-shadow: 0px 6px 16px rgba(154, 151, 131, 0.3);
  transition: 0.5s;
  -webkit-transition: 0.5s;
  -moz-transition: 0.5s;
  -ms-transition: 0.5s;
  -o-transition: 0.5s;
}

.category-top-shadow-button:hover {
  background: #9A9783;
  border: none;
  box-shadow: 0px 6px 14px rgba(154, 151, 131, 0.4);
}

.btn:focus,
.btn:active:focus,
.btn.active:focus {
  box-shadow: 0px 6px 14px rgba(154, 151, 131, 0.7);
  outline: rgba(154, 151, 131, 0.7);
}

.btn-primary:not(:disabled):not(.disabled).active,
.btn-primary:not(:disabled):not(.disabled):active,
.show>.btn-primary.dropdown-toggle {
  background-color: rgba(154, 151, 131, 0.7);
  border-color: rgba(154, 151, 131, 0.7);
}

.door-product-img {
  width: 250px;
  height: auto;
}

.product-single-carousel .slick-prev:before {
  box-shadow: 0px 3px 10px rgba(154, 151, 131, 0.5);
  opacity: 0.7;
  border: 1px solid rgba(154, 151, 131, 0.5);
  width: 34px;
  margin-left: 0px;
  border-radius: 100px;
  -webkit-border-radius: 100px;
  -moz-border-radius: 100px;
  -ms-border-radius: 100px;
  -o-border-radius: 100px;
}

.product-single-carousel .slick-next:before {
  box-shadow: 0px 3px 10px rgba(154, 151, 131, 0.5);
  opacity: 0.6;
  border: 1px solid rgba(154, 151, 131, 0.5);
  margin-left: -50px;
  width: 34px;
  border-radius: 100px;
  -webkit-border-radius: 100px;
  -moz-border-radius: 100px;
  -ms-border-radius: 100px;
  -o-border-radius: 100px;
}

.product-variant img {
  margin: 10px;
  box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.6)
}

.product-variant {
  cursor: pointer;
}

.product-single .content-text-inner p {
  height: 290px;
  overflow-y: scroll;
}

.product-single .content-text-inner p::-webkit-scrollbar {
  width: 6px;
}

.product-single .content-text-inner p::-webkit-scrollbar-track {
  background: rgba(75, 74, 76, 0.3);
  border-radius: 6px;
  -webkit-border-radius: 6px;
  -moz-border-radius: 6px;
  -ms-border-radius: 6px;
  -o-border-radius: 6px;
  box-shadow: 0px 0px 10px rgba(75, 74, 76, 0.3);
}

.product-single .content-text-inner p::-webkit-scrollbar-thumb {
  border-radius: 10px;
  background: rgba(155, 152, 131, 1);
}

.slick-dots li.slick-active button:before {
  opacity: 1;
  color: #9b9883;
  box-shadow: 0px 0px 1px #9b9883;
  border-radius: 100%;
  -webkit-border-radius: 100%;
  -moz-border-radius: 100%;
  -ms-border-radius: 100%;
  -o-border-radius: 100%;
}


.similiar-product-carousel .rightScrew {
  right: 50px;
}

@media(max-width: 600px) {
  .similiar-product-carousel .rightScrew {
    right: 35px;
  }
}

.price-quantity .modal-content {
  box-shadow: 0px 5px 20px rgba(0, 0, 0, 0.25);
}

.price-quantity .modal-header {
  border-bottom: none;
}

.price-quantity .modal-footer {
  border-top: none;
  padding-top: 0;
  padding-bottom: 0;
  padding-right: 1rem;
}


.price-quantity .price-quantity-mini-note {
  font-size: 12px;
  z-index: 9;
}

.price-quantity .price-quantity-mini-note:last-child {
  margin-bottom: 150px;
}

.price-quantity .btn-primary {
  background: #9A9783;
  border: none;
}

.price-quantity .btn-secondary {
  opacity: 0.4;
}

.price-quantity .col-form-label {
  line-height: 2;
}

.price-quantity .form-control {
  padding: 1.4rem .75rem;
}

.price-quantity .form-control {
  padding: 1.4rem .75rem;
}

.price-quantity .form-control:focus {
  border-color: #9A9783;
  outline: 0;
  box-shadow: 0 0 0 0.2rem rgba(154, 151, 131, .25);
}

.price-quantity .btn:focus {
  border-color: #9A9783;
  outline: 0;
  box-shadow: 0 0 0 0.2rem rgba(154, 151, 131, .25);
}

.price-quantity .btn:active {
  border-color: #9A9783;
  outline: 0;
  box-shadow: 0 0 0 0.2rem rgba(154, 151, 131, .25);
}

.btn-primary:not(:disabled):not(.disabled).active:focus,
.btn-primary:not(:disabled):not(.disabled):active:focus,
.show>.btn-primary.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(154, 151, 131, .25);
}

.cloud-transparent {
  margin-bottom: -180px;
  margin-left: -110px;
  position: absolute;
  bottom: 0;
}

@media(max-width: 500px) {
  .cloud-transparent {
    display: none !important;
  }
}

.search-result-title {
  font-size: 21px;
}

.search-result-img {
  box-shadow: 0px 5px 20px rgba(0, 0, 0, 0.45);
  transition: 0.4s;
  -webkit-transition: 0.4s;
  -moz-transition: 0.4s;
  -ms-transition: 0.4s;
  -o-transition: 0.4s;
}

.search-result-img:hover {
  opacity: 0.85;
  transform: scale(1.04);
  -webkit-transform: scale(1.04);
  -moz-transform: scale(1.04);
  -ms-transform: scale(1.04);
  -o-transform: scale(1.04);
}

.content-404 .img-404 {
  width: 80%;
  height: auto;
}

.content-404 .title-404 {
  font-size: 26px;
  opacity: 0.85;
}

.project-category .project-detail-button {
  font-size: 15px;
  color: #fff;
  padding: 15px;
  background: #999682;
  border-radius: 0px 0px 5px 5px;
  -webkit-border-radius: 0px 0px 5px 5px;
  -moz-border-radius: 0px 0px 5px 5px;
  -ms-border-radius: 0px 0px 5px 5px;
  -o-border-radius: 0px 0px 5px 5px;
}

@media(max-width: 480px) {
  .project-category .project-detail-button {
    font-size: 12px;
  }
}

.project-category .card-body {
  box-shadow: 0px 3px 20px rgba(0, 0, 0, 0.1);
}

@media(max-width: 500px) {
  .project-category .project-detail-button {
    display: none;
  }
}

.project-category-button-group .btn-outline-primary {
  border-color: rgba(73, 72, 74, 0.7);
  color: rgba(73, 72, 74, 0.7);
  font-weight: bold;
}

.project-category-button-group .btn-outline-primary:hover {
  border-color: #999682;
  color: #fff;
  background: #999682;
  box-shadow: 0px 2px 14px rgba(0, 0, 0, 0.2);
}

.btn-outline-primary:not(:disabled):not(.disabled).active,
.btn-outline-primary:not(:disabled):not(.disabled):active,
.show>.btn-outline-primary.dropdown-toggle {
  color: #fff;
  background-color: #9A9783;
  border-color: #9A9783;
}

.btn-outline-primary:not(:disabled):not(.disabled).active:focus,
.btn-outline-primary:not(:disabled):not(.disabled):active:focus,
.show>.btn-outline-primary.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(154, 151, 131, .25);
  ;
}

.project-category-button-group .category-active {
  background-color: #9A9783 !important;
  border-color: #9A9783 !important;
  color: #fff;
}

.project-custom-single img {
  position: relative;
}

.project-custom-single img:nth-child(2) {
  top: -30px;
  left: 100px
}

@media(max-width: 800px) {
  .project-custom-single img:nth-child(2) {
    display: none;
  }
}

.project-single-w-bg {
  background: #fff;
  box-shadow: 0px 0px 20px rgba(0, 0, 0, 0.15);
  border-radius: 5px;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  -ms-border-radius: 5px;
  -o-border-radius: 5px;
}

.catalog-item-bg {
  box-shadow: 0px 0px 15px rgba(233, 234, 238, 0.5);
  background: rgba(233, 234, 238, 0.3);
  border: 1px solid rgba(112, 112, 122, 0.1);
  padding: 30px 20px;
  border-radius: 5px;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  -ms-border-radius: 5px;
  -o-border-radius: 5px;
}

.catalog-item-img {
  cursor: pointer;
  margin-left: -80px;
  transform: rotate(-10deg);
  -webkit-transform: rotate(-10deg);
  -moz-transform: rotate(-10deg);
  -ms-transform: rotate(-10deg);
  -o-transform: rotate(-10deg);
  transition: 0.5s;
  -webkit-transition: 0.5s;
  -moz-transition: 0.5s;
  -ms-transition: 0.5s;
  -o-transition: 0.5s;
}

.catalog-item-img:hover {
  transform: rotate(0deg);
  -webkit-transform: rotate(0deg);
  -moz-transform: rotate(0deg);
  -ms-transform: rotate(0deg);
  -o-transform: rotate(0deg);
}

.catalog-item-title {
  font-size: 21px;
  font-weight: bold;
}

.catalog-item-description {
  font-size: 16px;
  font-weight: regular;
}

@media(max-width: 600px) {
  .catalog-item-img {
    display: none;
  }
}

.contact-text-area {
  padding: 1rem !important;
}

.contact-form-submit-button {
  position: absolute;
  margin-top: -100px;
  margin-right: -15px;
  border-radius: 5px 0px 5px 0px;
  -webkit-border-radius: 5px 0px 5px 0px;
  -moz-border-radius: 5px 0px 5px 0px;
  -ms-border-radius: 5px 0px 5px 0px;
  -o-border-radius: 5px 0px 5px 0px;
}

.fa-bordered {
  cursor: pointer;
  border: 1px solid #999683;
  margin-bottom: 20px;
  padding: 20px;
  border-radius: 5px;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  -ms-border-radius: 5px;
  -o-border-radius: 5px;
  width: 55px;
}

.fa-bordered-social {
  cursor: pointer;
  border: 1px solid #999683;
  margin-bottom: 20px;
  padding: 14px;
  border-radius: 5px;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  -ms-border-radius: 5px;
  -o-border-radius: 5px;
  width: 45px;
  transition: 0.6s;
  -webkit-transition: 0.6s;
  -moz-transition: 0.6s;
  -ms-transition: 0.6s;
  -o-transition: 0.6s;
}

.fa-bordered-social:hover {
  background: #999683;
  color: #fff;
}

.contact-iconbox-item {
  color: #999683;
}

.contact-iconbox-item i:hover {
  color: #fff;
  background: #999683;
}

.about-vm.mision {
  padding-top: 20px;
  margin-left: 20px;
}

.about-vm {
  padding: 15px 20px 15px 20px;
  min-height: 260px;
  position: relative;
  margin-top: 40px;
}

.about-vm:before {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  left: 0;
  bottom: 0;
  background: -o-linear-gradient(#f2f2f2 0%, rgba(242, 242, 242, 0) 55.21%, rgba(242, 242, 242, 0) 100%);
  background: -webkit-gradient(linear, left top, left bottom, from(#f2f2f2), color-stop(55.21%, rgba(242, 242, 242, 0)), to(rgba(242, 242, 242, 0)));
  background: linear-gradient(#f2f2f2 0%, rgba(242, 242, 242, 0) 55.21%, rgba(242, 242, 242, 0) 100%);
  border-radius: 5px;
}

.mision .vm-text {
  background: #F4F4F4;
}

.vm-text {
  position: relative;
  z-index: 9;
  border-radius: 5px;
  padding: 30px 60px 30px 40px;
}

.about-vm h2 {
  font-size: 20px;
  letter-spacing: -0.05em;
  line-height: 35px;
  color: #9a9782;
}

.about-vm p {
  font-size: 14px !important;
  line-height: 26px;
  color: #606060;
}

.about-vm p span {
  font-size: 14px !important;
  line-height: 26px;
  color: #606060;
  font-weight: normal !important;
}

.about-vm:after {
  content: "";
  position: absolute;
  top: 5px;
  right: 4px;
  left: 5px;
  bottom: 5px;
  background: #fff;
}

.about-vm.vision {
  margin-right: -20px;
}

.vision .vm-text {
  background: #EAEAEA;
  left: -60px;
  top: 5px;
  width: 112%;
  padding-bottom: 85px;
}

.vision .vm-text:before {
  content: "";
  position: absolute;
  top: -16px;
  background: #fff;
  width: 100px;
  height: 16px;
  left: 30px;
}

.vision {
  top: 20px;
  left: -34px;
}

@media(max-width: 991px) {
  .about-vm.mision:before {
    border-radius: 5px 5px 0 0;
    bottom: 0;
  }

  .vision .vm-text {
    left: 0;
    width: 100%;
    padding-bottom: 30px;
  }

  .about-vm.vision:before {
    top: 0;
    border-radius: 0 0 5px 5px;
    transform: scaleY(-1);
  }

  .about .vision {
    top: 0;
    left: 0;
    margin-top: 0;
    padding: 25px 20px;
  }

  .vision {
    left: 0;
  }

  .about-vm {
    margin-top: 10px;
  }
}

@media(max-width: 767px) {
  .about-vm.mision {
    margin-top: 30px;
  }

  .about-vm.mision {
    padding-top: 20px;
    margin-left: 0;
  }

  .vm-text {
    padding: 20px;
  }

  .about-vm.vision {
    margin-right: 0px;
  }

}

.grey-banner {
  background: url(../img/grey-banner.png) center center no-repeat;
  background-size: cover;
  padding: 2.5rem 0;
  position: relative;
  -webkit-transition: 0.5s;
  -o-transition: 0.5s;
  transition: 0.5s;
}

.grey-banner h6 {
  font-size: 1.2rem;
  color: #ffffff;
  line-height: 2rem;
  letter-spacing: -1px;
  margin-bottom: 0;
  width: 500px;
  max-width: 100%;
}

.grey-banner a {
  display: block;
  padding: 1rem 2rem;
  border: 2px solid #ffffff;
  border-radius: 5px;
  color: #ffffff !important;
  font-size: 1rem;
  font-weight: 600;
  -webkit-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
}

.grey-banner a:hover {
  opacity: 0.8;
  background: rgba(255, 255, 255, 0.3);
}

.grey-banner .cd-text {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  width: 100%;
}

.kitchen-product-item .card {
  border: none;
  box-shadow: 0px 3px 30px rgba(0, 0, 0, 0.1);
  transition: 0.5s;
  -webkit-transition: 0.5s;
  -moz-transition: 0.5s;
  -ms-transition: 0.5s;
  -o-transition: 0.5s;
}

.kitchen-product-item .card:hover {
  border: none;
  box-shadow: 0px 3px 30px rgba(0, 0, 0, 0.2);
}


.kitchen-product-item .btn {
  background: transparent;
  border: 1px solid #9a9782;
  color: #9a9782 !important;
  border-radius: 4px;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  -ms-border-radius: 4px;
  -o-border-radius: 4px;
}

.kitchen-product-item .btn:hover {
  background: #9a9782 !important;
  color: #fff !important;
}


.kitchen-product-single-carousel {
  cursor: pointer;
}

.kitchen-product-single-carousel .slick-prev,
.kitchen-product-single-carousel .slick-next {
  top: 45%;
}

.kitchen-product-wrapper {
  box-shadow: 0px 3px 16px rgba(0, 0, 0, 0.1);
  border: 2px #EBEBEB;
  border-radius: 5px;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  -ms-border-radius: 5px;
  -o-border-radius: 5px;
}

.kitchen-product-wrapper h1 {
  font-size: 2.5rem;
  font-weight: 500;
}

.kitchen-product-wrapper h2 {
  font-size: 2.2rem;
  font-weight: lighter;
}

.kitchen-product-scroll-description .project-single-w-bg {
  box-shadow: none;
}

.image-gal img {
  width: 100%;
  transition-delay: .1s;
  transition-duration: .1s
}

.image-gal span {
  position: absolute;
  transition: .3s;
  color: #fff;
  padding: 10px;
}

.image-gal .gal-one {
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  opacity: 0;
  font-size: 20px;
  transition-delay: .1s
}

.image-gal .gal-two {
  left: 50%;
  bottom: -20px;
  transform: translate(-50%, -50%);
  opacity: 0;
  transition-delay: .1s
}

.image-gal:hover img {
  opacity: .8;
  transition-delay: .1s;
  filter: blur(2px);
  -webkit-filter: blur(2px);
  transform: scale(1.1);
  -webkit-transform: scale(1.1);
  -moz-transform: scale(1.1);
  -ms-transform: scale(1.1);
  -o-transform: scale(1.1);
}

.image-gal:hover .gal-one {
  opacity: 1;
  transition-delay: .1s;
  transition-duration: .2s
}

.image-gal:hover .gal-two {
  opacity: 1;
  transition-delay: .1s;
  transition-duration: .2s
}

.footer {
  box-shadow: 0px -10px 20px rgba(0, 0, 0, 0.3);
  padding-top: 2rem;
  background: #4B4B4B;
  color: #fff;
}

.footer-circle {
  position: absolute;
  margin-top: 180px;
  left: 0;
  position: absolute;
  background: #4b4b4b url('../img/circle.png') center;
  box-shadow: 0px 20px 20px rgba(0, 0, 0, 0.1);
  height: 500px;
  width: 100%;
  border-radius: 50%;
}

@media(max-width: 993px) {
  .footer-circle {
    display: none !important;
  }

  footer {
    background: #4b4b4b url('../img/circle.svg') center !important;
  }
}

.footer .list-group li {
  display: list-item;
  list-style: none;
  line-height: 2rem;
}

.footer .footer-list-heading {
  margin-bottom: 10px;
  margin-top: 20px;
}

.footer .list-group li:before {
  content: '\f061';
  font-family: 'Font Awesome\ 5 Free';
  font-weight: 900;
  display: inline-block;
  margin-left: -1.5em;
  width: 1.6rem;
}

.footer .footer-information,
.footer .list-group a {
  transition: 0.3s ease;
  -webkit-transition: 0.3s ease;
  -moz-transition: 0.3s ease;
  -ms-transition: 0.3s ease;
  -o-transition: 0.3s ease;
}

.footer .footer-information:hover,
.footer .list-group a:hover {
  text-shadow: 0px 0px 13px #fff;
}

.footer .footer-information a:hover {
  color: #fff !important;
}

.footer-social-media .fa-bordered {
  padding: 10px;
  width: 38px;
  border: 2px solid rgba(255, 255, 255, 0.6);
  border-radius: 0;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  -ms-border-radius: 0;
  -o-border-radius: 0;
}

footer {
  font-size: 15px !important;
}

.footer a {
  color: #fff !important;
}

@media(max-width:467px) {
  .footer-information {
    font-size: 12px !important;
  }

  .footer-social-media-latest-icon {
    display: none;
  }
}

.footer-copyright {
  font-size: 14px;
  font-weight: lighter;
}

a.footer-copyright-link {
  text-decoration: underline !important;
  font-weight: bold;
}

.footer-bottom-column {
  margin-top: 20%
}

@media(max-width: 800px) {
  .footer-bottom-column {
    margin-top: 4%;
    text-align: center;
    margin-bottom: 4%;
  }

  .footer-bottom-seperator {
    display: none !important;
  }
}

.heading-standart .heading-sub {
  background: -moz-radial-gradient(#e0e0e0 15%, transparent 13%), -moz-radial-gradient(#e0e0e0 13%, transparent 13%), transparent;
  background: -webkit-radial-gradient(#e0e0e0 13%, transparent 13%);
  background-position: 50px;
  padding: 10px 15%;
  background-size: 21px 20px;
}

.heading-standart .heading-d-inline-block {
  display: inline-block !important;
}

.heading-standart .heading-title {
  color: #9B9883;
  font-weight: 500;
  font-size: 26px;
}

.page-item {
  margin-right: 10px;
}

.pagination-lg .page-item:last-child .page-link {
  border-top-left-radius: .3rem;
  border-bottom-left-radius: .3rem;
}

.pagination-lg .page-item:first-child .page-link {
  border-top-right-radius: .3rem;
  border-bottom-right-radius: .3rem;
}

.page-link {
  border-radius: .3rem;
}

.page-link:hover {
  background: rgba(154, 151, 130, 0.9);
  color: #fff !important;
}

.pagination-button-group .previous-item .page-link,
.pagination-button-group .next-item a.page-link {
  border: none !important;
}

i.icon-special-right-arrow,
i.icon-special-left-arrow {
  font-size: 14px;
}

.left-arrow-mt {
  margin-top: -12px;
  margin-right: -15px;
}

.page-link:focus {
  z-index: 2;
  outline: 0;
  box-shadow: 0 0 0 0.2rem rgba(154, 151, 130, 0.4);
}

/* Special Header Start */

header {
  height: 92px;
  width: 100%;
  float: left;
  padding-bottom: 80px;
}

div.wrapper {
  width: 100%;
  max-width: 1230px;
  padding: 0 15px;
  margin: auto;
  box-sizing: border-box;
}

header div.header-area1 {
  width: 100%;
  height: 200px;
  float: left;
  position: absolute;
  top: 0;
  left: 0;
  background: url(../img/header.png) no-repeat center;
  z-index: 2;
}

header div.header-area1 a.logo {
  width: 200px;
  height: 140px;
  float: left;
  background: url(../img/logo.png) no-repeat center;
  position: absolute;
  margin: auto;
  left: 0;
  right: 0;
  top: 30px;
}

.sMobileMenuButton {
  cursor: pointer;
  display: none;
  width: 32px;
  height: 32px;
  margin: 20px 15px 15px 15px;
  float: right;
  background-size: 30px;
  background-repeat: no-repeat;
  background-position: center;
  background-image: url(../img/menu.svg);
}

header div.header-area1 div.info_area {
  height: auto;
  width: 50%;
  float: left;
  margin-top: 16px;
}

header div.header-area1 div.info_area div.info1 {
  height: auto;
  width: auto;
  float: left;
  padding-right: 34px;
  color: #707070;
}

header div.header-area1 div.info_area div.info1 div.phone_icon {
  float: left;
  margin-right: 10px;
  margin-top: -2px;
}

header div.header-area1 div.info_area div.info1 div.phone {
  font-size: 14px;
  font-weight: 400;
  width: auto;
  height: auto;
  float: left;
}

header div.header-area1 div.info_area div.info2 div.email_icon {
  float: left;
  margin-right: 10px;
  color: #707070;

}

header div.header-area1 div.info_area div.info2 a.email {
  font-size: 14px;
  font-weight: 400;
  color: #707070;
  width: auto;
  height: auto;
  float: left;
}

header div.header-area1 div.languages {
  height: auto;
  width: (50% - 140px);
  float: right;
  margin-top: 8px;
}

header div.header-area1 div.languages div.lang {
  width: auto;
  height: auto;
  float: right;
  text-align: center;
}

header div.header-area1 div.languages div.lang a {
  width: 32px;
  height: 32px;
  float: left;
  font-size: 12px;
  font-weight: 600;
  color: #fff;
  margin-right: 16px;
}

header div.header-area2 {
  width: 100%;
  height: 55px;
  float: left;
  background: #9C9983;
  position: relative;
  top: 47px;
  border-bottom-left-radius: 45px;
  border-bottom-right-radius: 45px;
  box-shadow: 0 2px 10px 3px rgba(0, 0, 0, 0.11);
}

header .header-area2 .header-left {
  width: calc(50% - 100px);
  height: auto;
  float: left;
  margin-top: 15px;
  padding-left: 50px;
  position: relative;
  z-index: 4;
}

header .header-area2 .header-left li {
  list-style-type: none;
  float: left;
  width: auto;
  height: auto;
  color: #fff !important;
  font-size: 16px;
  margin-right: 43px;
  position: relative;
  transition: 0.4s;
  -webkit-transition: 0.4s;
  -moz-transition: 0.4s;
  -ms-transition: 0.4s;
  -o-transition: 0.4s;
}

header .header-area2 .header-left li a {
  color: #fff !important;
}

header .header-area2 .header-left a:hover {
  text-shadow: 0px 0px 14px #fff;
}


header .header-area2 .header-left li:first-child::after {
  display: none;
}

header .header-area2 .header-left li:after {
  content: "";
  background-color: #fff;
  width: 6px;
  height: 6px;
  float: left;
  border-radius: 100%;
  position: absolute;
  left: -23px;
  top: 0;
  bottom: 0;
  margin: auto;
}

header .header-area2 .header-right li:first-child::after {
  display: none;
}

header .header-area2 .header-right li:after {
  content: "";
  background-color: #fff;
  width: 6px;
  height: 6px;
  float: left;
  border-radius: 100%;
  position: absolute;
  left: -23px;
  top: 0;
  bottom: 0;
  margin: auto;
}

header .header-area2 .header-right {
  width: calc(50% - 110px);
  height: auto;
  float: right;
  margin-top: 15px;
  padding-left: 45px;
  position: relative;
  z-index: 4;
}

header .header-area2 .header-right li {
  list-style-type: none;
  float: left;
  width: auto;
  height: auto;
  font-size: 16px;
  margin-right: 45px;
  color: #fff !important;
  position: relative;
  transition: 0.4s;
  -webkit-transition: 0.4s;
  -moz-transition: 0.4s;
  -ms-transition: 0.4s;
  -o-transition: 0.4s;
}

header .header-area2 .header-right a:hover {
  text-shadow: 0px 0px 14px #fff;
}

header .header-area2 .header-right li a {
  color: #fff !important;
}

/* Special Header End */

/* Special Header for Mobile Start */
@media (max-width: 1024px) and (min-width: 0px) {
  header div.header-area1 {
    z-index: 99;
    padding-right: 15px;
    padding-left: 15px;
    position: fixed;
    margin-top: -5px;
    background: #fff;
    height: 70px !important;
    box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.2);
  }

  header div.header-area1 a.logo {
    margin-top: -26px;
    background-size: contain;
    height: 120px;
    width: 120px;
    top: 0;
    right: 290px;
  }

  .sMobileMenuButton {
    display: block;
  }

  header div.header-area1 div.info_area {
    display: none;
  }

  header div.header-area1 div.languages {
    margin-top: 15px;
  }

  header div.header-area1 {
    background: #fff;
    height: 100%;
  }

  header div.header-area2 {
    display: none;
  }
}

@media (max-width: 800px) and (min-width: 0px) {

  header .header-area2 .header-left,
  header .header-area2 .header-right {
    width: 36%;
  }

  header .header-area2 .header-left a,
  header .header-area2 .header-right a {
    margin-right: 2.5%;
  }

  header .header-area2 .header-left,
  header .header-area2 .header-right {
    width: 36%;
  }

  header .header-area2 .header-left a,
  header .header-area2 .header-right a {
    margin-right: 2.5%;
  }
}

@media (max-width: 1030px) and (min-width: 0px) {
  header .header-area2 .header-left {
    padding-left: 5%;
  }

  header .header-area2 .header-left,
  header .header-area2 .header-right {
    margin-top: 1.5%;
    width: 40%;
  }

  header .header-area2 .header-left a {
    font-size: 12px;
    margin-right: 9.5%;
  }

  header div.header-area2 div.header-right {
    padding-right: 1%;
    padding-left: 4%;
  }

  header .header-area2 .header-left,
  header .header-area2 .header-right {
    margin-top: 1.5%;
    width: 40%;
  }

  header div.header-area2 div.header-right a {
    font-size: 12px;
    margin-right: 9.5%;
  }

}

/* Special Header for Mobile End */


/* Special Mobile Menu Start*/
#sMobileMenu.active {
  z-index: 2;
  display: block;
  left: 0;
}

#sMobileMenu {
  display: none;
  width: 100%;
  height: calc(100% - 65px);
  margin-top: 60px;
  position: fixed;
  bottom: 0;
  left: 0;
  background: #f4f4f4;
  overflow-y: auto;
  box-sizing: border-box;
  left: 100%;
  box-shadow: 0 0 15px rgba(0, 0, 0, 0.3);
}

#sMobileMenu a {
  margin-left: -24px;
  width: 100%;
  /* height: 58px;
  line-height: 73px; */
  float: left;
  background: #f4f4f4;
  font-weight: 400;
  font-size: 19px;
  color: #383838;
  padding: 14px 0px;
  box-sizing: border-box;
  border-bottom: 1px solid #ddd;
}

@media(min-width: 1024px) {
  header div.header-area1 div.languages div.lang {
    margin-top: 0px !important;
  }
}

@media(max-width: 1024px) {
  header div.header-area1 div.languages div.lang {
    margin-top: 3px;
  }
}

/* Special Mobile Menu End*/


/* Theme Final Extras Start*/
#main-slider {
  width: 100% !important;
  background-color: rgba(0, 0, 0, 0.42);
  height: auto;
  float: left;
  margin-top: -45px;
}

#main-slider .wrapper {
  z-index: -1;
  max-width: none;
  width: 100%;
  padding: 0;
  cursor: pointer;
}

.main-empty {
  height: 200px;
}

@media(max-width: 1024px) {
  .main-empty {
    height: 5px;
  }
}

html {
  max-width: 100% !important;
  overflow-x: hidden !important;
}

body::-webkit-scrollbar {
  width: 10px;
}

body::-webkit-scrollbar-track {
  background: rgba(75, 74, 76, 0.2);
  border-radius: 6px;
  -webkit-border-radius: 6px;
  -moz-border-radius: 6px;
  -ms-border-radius: 6px;
  -o-border-radius: 6px;
  box-shadow: 0px 0px 10px rgba(75, 74, 76, 0.3);
}

body::-webkit-scrollbar-thumb {
  border-radius: 10px;
  background: rgba(0, 0, 0, 0.6);
}

.outline-special-btn .btn-primary {
  background: transparent;
  color: #706f70;
  border: 1px solid #706f70;
}

.outline-special-btn .btn-primary:hover {
  background: #9a9782;
  color: #4e4d4e;
  box-shadow: 0px 0px 14px #9a9782;
}

.outline-special-btn i.icon-special-right-arrow {
  font-size: 8px !important;
  margin-left: 10px;
}

.outline-special-btn-white .btn-primary {
  background: transparent;
  color: #fff;
  border: 1px solid #fff;
}

.outline-special-btn-white .btn-primary:hover {
  background: #9a9782;
  color: #fff;
  box-shadow: 0px 0px 14px #9a9782;
}

.outline-special-btn-white i.icon-special-right-arrow {
  font-size: 8px !important;
  margin-left: 10px;
}

/**
 * Edit For Solid Admin Bar Extra
 */
.admin-bar header .header-area1,
.admin-bar {
  top: 32px !important;
}

@media (max-width: 781px) {
  .admin-bar header .header-area1 {
    top: 50px !important;
  }

  .admin-bar #sMobileMenu {
    height: calc(100% - 75px) !important;
  }
}

p.footer-list-heading:after {
  position: absolute;
  content: '';
  margin-left: 5px;
  width: 8px;
  height: 8px;
  background: white;
  border-radius: 2px;
  -webkit-border-radius: 2px;
  -moz-border-radius: 2px;
  -ms-border-radius: 2px;
  -o-border-radius: 2px;
}

ul#menu-mobil-menu {
  margin-top: 50px;
  list-style-type: none !important;
}

/**
 * Pagination
 */
.wp-pagenavi .extend {
  display: none;
}

.wp-pagenavi .pages {
  display: none;
}

.wp-pagenavi span.current {
  border: 2px solid rgba(156, 153, 131, 1);
  color: rgba(156, 153, 131, 1);
  background: #fff;
  display: inline-block;
  line-height: 2.48em;
  height: 2.4em;
  text-decoration: none;
  margin: 0 .3em 12px;
  padding: 0 .85em;
  font-size: 21px;
  text-shadow: 0 1px 0 #fff;
  border-radius: 5px;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  -ms-border-radius: 5px;
  -o-border-radius: 5px;
  box-shadow: inset 0 0 1px white;
}

.wp-pagenavi a,
.wp-pagenavi a:link,
.wp-pagenavi a:visited {
  border: 2px solid rgba(0, 0, 0, 0.24);
  color: rgba(0, 0, 0, 0.3);
  box-shadow: inset 0 0 1px white;
  background: #fff;
  display: inline-block;
  line-height: 2.48em;
  height: 2.4em;
  text-decoration: none;
  margin: 0 .3em 12px;
  padding: 0 .85em;
  font-size: 21px;
  text-shadow: 0 1px 0 #fff;
  border-radius: 5px;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  -ms-border-radius: 5px;
  -o-border-radius: 5px;
}

.wp-pagenavi a:hover {
  box-shadow: 0 0 24px rgba(156, 153, 131, 0.5);
}

div.wpcf7 .ajax-loader {
  display: block !important;
}

div.searchbox {
  position: absolute;
  margin-left: -225px;
}

.searchbox .btn-search {
  height: 35px;
  width: 35px;
  border-radius: 50%;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -ms-border-radius: 50%;
  -o-border-radius: 50%;
  margin-left: -30px;
  box-shadow: 0px 0px 20px #ccc;
}

.btn-search-icon {
  margin-left: -4px;
}

.searchbox .input-search {
  height: 35px;
  width: 200px;
  border-radius: 30px;
  -webkit-border-radius: 30px;
  -moz-border-radius: 30px;
  -ms-border-radius: 30px;
  -o-border-radius: 30px;
  box-shadow: 0px 0px 10px #eee;
}

.searchbox .form-control:focus {
  border: 1px solid #999682 !important;
  box-shadow: 0px 0px 14px rgba(153, 150, 130, 0.6) !important;
}

@media(max-width: 1024px) {
  .searchbox {
    display: none !important;
  }
}

.product-single-carousel .slick-prev,
.product-single-carousel .slick-next {
  top: 38% !important;
}

.heading-standart .heading-title {
	margin-top: -16px !important;
}

#rev_slider_1_1_wrapper {
    z-index: -1 !important;
}

.modal-open .modal {
	overflow-y: hidden !important;
}


.door-category-left-menu {
    position: sticky !important;
    top: 40px !important;
}

.image-gal img,
.project-custom-single img,
.project-custom-single img:nth-child(2){
	border-radius: 5px !important;
}

.catalog-item-img{
	border-radius: 5px !important;
}


.kitchen-product-item .card:hover{
	transform: scale(1.02) !important;
	transition: 0.7s !important;
}

.kitchen-product-item .btn-kitchen-special:hover{
	box-shadow: 0px 0px 16px #9a9782 !important;
	transition: 0.7s;
}

.kitchen-product-item .card:hover{
	box-shadow: 0px 0px 20px rgba(0,0,0, 0.2) !important;
}

.kitchen-product-item .btn {
  background-position: right bottom !important;
  transition: all .5s ease-out !important;
}

.kitchen-product-item .btn:hover {
  background-position: left bottom !important;
}

.door-category-left-menu ul.sub-menu li{
	margin-bottom: 10px !important;
	border-bottom: 1px solid rgba(255,255,255,0.5) !important;
	padding: 2px 0px !important;
}

.door-category-left-menu ul.sub-menu li:first-child{
	margin-top: 20px !important;
}

.door-category-left-menu ul.sub-menu li:before{
	padding-left: 12px !important;
	float: left !important;
	content: "\f105";
  	font-family: "Font Awesome 5 Free" !important;
	font-weight: 900 !important;
}

.door-category-left-menu ul.sub-menu li.current-menu-item:before {
	display: none !important;
}

.project-single-w-bg {
    margin-left: -15px !important;
}

.catalog-item-img {
	transition: 0.5s !important;
}

header div.header-area1 {
	z-index: 4 !important;
	background: #fff !important;
	height: 47px !important;
	border-bottom: 1px solid #eee !important;
    box-shadow: 0px 0px 4px #ddd !important;
}

header div.header-area2 {
	z-index: 3 !important;
}

#rev_slider_1_1_forcefullwidth {
	z-index: 1 !important;
}

@media(max-width: 1024px){
	header div.header-area1 {
		height: 74px !important;
	}
}

@media(min-width: 1024px){
	header div.header-area1 a.logo {
		background: url(/wp-content/uploads/2020/12/logo-main.png) no-repeat center !important;
		width: 280px !important;
    height: 140px !important;
		top: 36px !important;
	}
}

.kitchen-product-item .btn {
	border: 0 !important;
	color: #fff !important;
	background: rgba(108,117,125,0.6) !important;
}

.price-quantity .modal-content {
    box-shadow: 0px 5px 25px #9A9783 !important;
	border-bottom: 7px solid #9A9783 !important;
}

.cloud-transparent,
.price-quantity .price-quantity-mini-note {
	display: none !important;
}

@media(max-width: 467px){
	.special-proje-items p.card-text{
		display: none !important;
	}
}

.footer-bottom-column {
    margin-top: 16% !important;
}

.kitchen-product-item .btn {
	box-shadow: 0px 0px 15px #b1ab83 !important;
    background: #b1ab83 !important;
}

@media(max-width: 467px){
	#rev_slider_1_1_wrapper .ares.tparrows {
    	display: none !important;
	}
}

