.gallery__action-bar {
  display: flex;
  align-items: center;
  margin-bottom: 28px
}

@media (min-width: 768px) and (max-width: 1024px) {
  .gallery__action-bar {
    display: none
  }
}

@media (min-width: 481px) and (max-width: 767px) {
  .gallery__action-bar {
    display: none
  }
}

@media (min-width: 320px) and (max-width: 480px) {
  .gallery__action-bar {
    display: none
  }
}

.gallery__action-bar-left {
  display: flex;
  justify-content: space-between
}

.gallery__action-bar-right {
  display: flex;
  align-items: center
}

.gallery__action-bar-right form {
  flex-basis: 100%;
  border: none !important;
  background-color: #fff !important;
  padding: 0 16px !important
}

.gallery__action-bar-right form:last-child {
  padding-right: 0 !important
}

.gallery__action-bar-right form select {
  height: 2.3125rem;
  border-color: #e1e5e4;
  font-weight: 700
}

.gallery__action-bar-right form select:after {
  content: "\f078";
  font-family: fontawesome
}

.gallery__action-bar-right form select.nice-select.open, .gallery__action-bar-right form select:active {
  outline: 0
}

#gallery-filter-search:focus {
  outline: 0
}

#gallery-filter-search.placeholder {
  color: #a3a5a8
}

#gallery-filter-search:-moz-placeholder {
  color: #a3a5a8
}

#gallery-filter-search::-moz-placeholder {
  color: #a3a5a8
}

#gallery-filter-search:-ms-input-placeholder {
  color: #a3a5a8
}

#gallery-filter-search::-webkit-input-placeholder {
  color: #a3a5a8
}

.gallery__filter {
  position: relative;
  float: left;
  padding-left: .9375rem;
  padding-right: .9375rem;
  width: 25%
}

@media (min-width: 320px) and (max-width: 480px) {
  .gallery__filter {
    display: none !important
  }
}

@media (min-width: 601px) and (max-width: 962px) {
  .gallery__filter {
    width: 50% !important
  }
}

@media (min-width: 601px) and (max-width: 962px) and (orientation: landscape) {
  .gallery__filter {
    width: 40% !important
  }
}

@media (min-width: 963px) and (max-width: 1024px) {
  .gallery__filter {
    width: 40% !important
  }
}

@media (min-width: 963px) and (max-width: 1024px) and (orientation: landscape) {
  .gallery__filter {
    width: 33.33333% !important
  }
}



.form-occurences {
  white-space: nowrap;
  font-size: .75rem;
  opacity: inherit;
  color: #a3a5a8;
  margin-left: 4px;
  cursor: default
}

.form-disable {
  opacity: .5;
  pointer-events: none
}

.gallery__img-container {
  position: relative;
  float: left;
  width: 100%;
  overflow: hidden
}

@media (min-width: 320px) and (max-width: 480px) {
  .gallery__img-container {
    width: 100% !important
  }
}

.gallery__img {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between
}


.gallery__img .gallery__img--background .gallery__img--background-overlay {
  transition: .4s ease;
  opacity: 0;
  position: absolute;
  text-align: center;
  line-height: 210px;
  width: 100%
}

.gallery__img .gallery__img--background .gallery__img--background-overlay span i {
  font-size: 30px;
  color: #fff
}

.gallery__img .gallery__img--body {
  padding: 13px 20px 18px;
  border-left: 1px solid #e1e5e4;
  border-right: 1px solid #e1e5e4
}

.gallery__img .gallery__img--props {
  list-style: none;
  margin-left: 0;
  font-size: .8125rem;
  margin-bottom: 0;
  padding-left: 0
}

.gallery__img .gallery__img--props li {
  padding-bottom: 9px;
  margin: 0;
  line-height: 1
}

.gallery__img .gallery__img--props li:last-child {
  padding-bottom: 0
}

.gallery__img .gallery__img--props > li img {
  padding-right: 13px
}

.gallery__img-button-bar {
  border: 1px solid #e1e5e4
}

.gallery__img-button-bar__btn {
  display: inline-block;
  padding: 6px 11px 5px;
  text-align: center;
  margin: 0 auto
}

.gallery__img-button-bar__btn:first-child {
  padding-right: 0
}

.gallery__img-button-bar__btn a, .gallery__img-button-bar__btn button {
  padding: 0;
  margin: 0
}

.gallery__img-button-bar__btn svg {
  max-width: 18px;
  height: 18px
}

.gallery__img-button-bar__btn svg path {
  fill: #a3a5a8
}

.gallery__img-button-bar__btn a i.fa-pinterest {
  color: #f01834;
  -webkit-transition: all .3s ease;
  -moz-transition: all .3s ease;
  -ms-transition: all .3s ease;
  -o-transition: all .3s ease;
  transition: all .3s ease;
  font-size: 1.125rem;
  top: 2px;
  position: relative
}

.gallery__img-button-bar__btn a i.fa-pinterest:hover {
  color: #c30019;
  cursor: pointer
}

a.km-btn.km-btn--pin.km-btn--ghost-dark {
  font-size: .75rem;
  text-transform: none;
  padding: 1px 5px !important;
  border-radius: 4px
}

a.km-btn.km-btn--pin.km-btn--ghost-dark i {
  font-size: .9375rem
}

a.km-btn.km-btn--pin.km-btn--ghost-dark:hover {
  color: #fff
}

.nice-select {
  background-color: #fff;
  font-weight: 700;
  border-radius: 0;
  border: solid 1px #e1e5e4;
  box-sizing: border-box;
  clear: both;
  cursor: pointer;
  display: block;
  font-family: inherit;
  text-transform: uppercase;
  font-size: 14px;
  /*   height: 42px; */
  line-height: 40px;
  outline: 0;
  /*   padding-left: 18px;
  padding-right: 30px; */
  position: relative;
  text-align: left !important;
  transition: all .2s ease-in-out;
  user-select: none;
  white-space: nowrap;
  width: auto
}

.nice-select:hover {
  border-color: #d3d9d8
}

.nice-select.open, .nice-select:active, .nice-select:focus {
  border-color: #222
}

.nice-select:after {
  /*   border-bottom: 1px solid #980408;
  border-right: 1px solid #980408; */
  content: '';
  display: block;
  height: 11px;
  margin-top: -8px;
  pointer-events: none;
  position: absolute;
  right: 24px;
  top: 50%;
  transform-origin: 66% 66%;
  transform: rotate(45deg);
  transition: all .3s ease-in-out;
  width: 11px
}

.nice-select.open:after {
  transform: rotate(-135deg)
}

.nice-select.open .list {
  opacity: 1;
  pointer-events: auto;
  transform: scale(1) translateY(0)
}

.nice-select.disabled {
  border-color: #ededed;
  color: #222;
  pointer-events: none
}

.nice-select.disabled:after {
  border-color: #555
}

.nice-select.wide {
  width: 100%
}

.nice-select.wide .list {
  left: 0 !important;
  right: 0 !important
}

.nice-select.right {
  float: right
}

.nice-select.right .list {
  left: auto;
  right: 0
}

.nice-select.small {
  font-size: 12px;
  height: 36px;
  line-height: 34px
}

.nice-select.small:after {
  height: 4px;
  width: 4px
}

.nice-select.small .option {
  line-height: 34px;
  min-height: 34px
}

.nice-select .option {
  cursor: pointer;
  font-weight: 400;
  line-height: 40px;
  list-style: none;
  min-height: 40px;
  outline: 0;
  padding-left: 22px;
  padding-right: 29px;
  text-align: left;
  transition: all .2s
}

.nice-select .option.focus, .nice-select .option.selected.focus, .nice-select .option:hover {
  background-color: #f0f2f8
}

.nice-select .option.disabled {
  background-color: transparent;
  color: #222;
  cursor: default
}

.no-csspointerevents .nice-select .list {
  display: none
}

.no-csspointerevents .nice-select.open .list {
  display: block
}

.mobx-holder {
  z-index: 999999
}

.mobx-overlay {
  background: rgba(0, 0, 0, .9) !important
}

.mobx-top-bar {
  background-color: #000
}

.mobx-ui a.km-mobx-button {
  position: relative;
  display: inline-block;
  padding: 0;
  cursor: pointer;
  box-shadow: none;
  border: 0;
  outline: 0;
  -ms-touch-action: manipulation;
  touch-action: manipulation;
  -webkit-appearance: none;
  height: 32px;
  line-height: 32px;
  background: #f01834;
  color: #fff;
  opacity: 1;
  -webkit-transition: all .3s ease;
  -moz-transition: all .3s ease;
  -ms-transition: all .3s ease;
  -o-transition: all .3s ease;
  transition: all .3s ease;
  float: right;
  margin: 7px 2px 2px;
  padding: 0 10px
}

.mobx-ui a.km-mobx-button:hover {
  background: #c30019
}

.mobx-ui button.nice-select.open, .mobx-ui button:active, .mobx-ui button:focus, .mobx-ui button:hover {
  background-color: transparent
}

.mobx-share-tooltip :after, .mobx-thumb-video:after, .mobx-ui button, .mobx-video:after, .mobx-video:before {
  background-image: url(../svg/modulobox.svg)
}

.mobx-caption .mobx-caption-inner {
  max-width: 600px
}

.mobx-caption .mobx-caption-inner .mobx-desc {
  font-size: 15px;
  text-align: left;
  line-height: 1.45;
  color: #dadada
}

.mobx-desc {
  font-family: Proxima Nova, helvetica, serif !important
}

button.mobx-next:focus, button.mobx-prev:focus {
  outline: 0
}

.heart-btn img {
  width: .8125rem
}

.like-count {
  color: #a3a5a8;
  font-size: .8125rem;
  padding-left: 3px
}

.like-count__container {
  position: relative;
  display: inline-block
}

.like-count-animate {
  position: absolute;
  opacity: 0;
  font-size: 14px;
  left: 3px;
  color: #a3a5a8
}

.like-count-animate--active {
  animation: like .8s ease-in-out
}

@keyframes like {
  0% {
    opacity: 0;
    top: 0
  }
  50% {
    opacity: 1
  }
  100% {
    opacity: 0;
    top: -22px
  }
}

a.km-btn.km-btn--pin.km-btn--ghost-dark {
  font-size: .75rem;
  text-transform: none;
  padding: 1px 5px !important;
  border-radius: 4px
}

a.km-btn.km-btn--pin.km-btn--ghost-dark i {
  font-size: .9375rem
}

a.km-btn.km-btn--pin.km-btn--ghost-dark:hover {
  color: #fff
}

button.km-btn.km-btn--fav.km-btn--ghost-dark {
  font-size: .75rem;
  text-transform: none;
  padding: 1px 5px !important;
  border-radius: 4px
}

button.km-btn.km-btn--fav.km-btn--ghost-dark.active {
  background: #222;
  color: #fff
}

button.km-btn.km-btn--fav.km-btn--ghost-dark.active svg path {
  fill: #fff
}

button.km-btn.km-btn--fav.km-btn--ghost-dark svg {
  margin: 0 3px
}

button.km-btn.km-btn--fav.km-btn--ghost-dark svg path {
  fill: #222
}

button.km-btn.km-btn--fav.km-btn--ghost-dark:hover svg path {
  fill: #fff
}

.km-empty-state {
  max-width: 400px;
  text-align: center;
  padding-top: 25px;
  margin: 0 auto
}

.km-empty-state img {
  opacity: .5
}

.km-empty-state p {
  color: #a3a5a8
}

.km-empty-state p span {
  color: #ffa800
}

.gallery__sticky-footer {
  position: fixed;
  bottom: 0;
  transform: translateY(150px);
  background: #f01834;
  color: #fff;
  padding: 6px 14px;
  border-radius: 4px 4px 0 0;
  right: 200px;
  font-size: .9375rem;
  -webkit-transition: all .3s ease-in-out;
  -moz-transition: all .3s ease-in-out;
  -ms-transition: all .3s ease-in-out;
  -o-transition: all .3s ease-in-out;
  transition: all .3s ease-in-out
}

.gallery__sticky-footer:hover {
  background: #c30019;
  color: #fff;
  text-decoration: none
}

@media (max-width: 1199px) {
  .gallery__sticky-footer {
    right: 0
  }
}

@media (max-width: 575px) {
  .gallery__sticky-footer {
    display: none
  }
}

.gallery__sticky-footer.open {
  transform: translateY(0)
}

.gallery__sticky-footer:hover {
  cursor: pointer
}

.gallery__sticky-footer-text {
  font-family: ProximaNova-Bold, helvetica, sans-serif
}

.gallery__sticky-footer-text span {
  color: #fff;
  font-size: .875rem
}

.gallery__sticky-footer-text svg {
  margin-right: 9px
}

.gallery__sticky-footer-text svg path {
  fill: #fff
}




/* ==== NEW GALLERY STYLES ==== */


.kitchen-design-gallery-section {
  padding: 100px 0;
}

.kitchen-design-gallery--clear-filters {
  display: flex;
  margin-bottom: 20px;
  width: 100%;
  padding: 0 40px;
  opacity: 0;
  visibility: hidden;
}

.kitchen-design-gallery--clear-filters.open{
  opacity: 1;
  visibility: visible;
}

.mobile--clear-filters--row .kitchen-design-gallery--clear-filters {
  padding-left: 15px;
}

.kitchen-design-gallery--clear-filters #clear-filters {
  font-family: Poppins, sans-serif;
  font-size: 16px;
  font-weight: 400;
  line-height: 24px;
  letter-spacing: 0;
  color: #980408;
  text-transform: uppercase;
}

.kitchen-design-gallery--filters-container {
  width: 100%;
  margin-bottom: 50px;
  padding: 0 20px;
}

.kitchen-design-gallery--filters-row {
  padding: 15px 20px 0;
  background-color: #F5F5F5;
  display: flex;
  flex-direction: column;
  margin-bottom: 25px;
}

.kitchen-design-gallery--filters-row__header {
  font-family: Poppins, sans-serif;
  text-transform: uppercase;
  font-size: 16px;
  font-weight: 600;
  color: #980408;
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 0 0 15px;
  cursor: pointer;
}


.kitchen-design-gallery--filters-row .gallery__filter-card--dropdown img{
  transform: rotate(0);
  transition: all 0.3s ease-in-out ;
}

.kitchen-design-gallery--filters-row .kitchen-design-gallery--filters-row__header.clicked .gallery__filter-card--dropdown img {
  transform: rotate(-180deg);
} 

.kitchen-design-gallery--filters-row__body {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  row-gap: 20px;
  align-items: flex-start;
  border-top: 1px solid #e1e5e4;
  padding-top: 15px;
}

.kitchen-design-gallery--filters-row .gallery__filter-card {
  width: 25%;
  margin: 0;
  background-color: #f5f5f5;
  border: none;
  border-radius: 2px!important;
}

.kitchen-design-gallery--filters-row .gallery__filter-card form#sort-by {
  background-color: #f5f5f5;
  border-radius: 2px!important;
  padding: 0 !important;
  border: none !important;
  position: relative;
}

.kitchen-design-gallery--filters-row .gallery__filter-card form#sort-by img{
  position: absolute;
  top: 20px;
  right: 20px;
  transition: all 0.3s ease-in-out;
  cursor: pointer;
  transform: rotate(0);
}

.kitchen-design-gallery--filters-row .gallery__filter-card form#sort-by .nice-select.open + img {
  transform: rotate(-180deg);
}

.kitchen-design-gallery--filters-row .gallery__filter-card form#sort-by .nice-select{
  padding: 12px 20px !important;
  border: none;
  background-color: transparent;
  font-family: Poppins,sans-serif;
  font-size: 16px;
  font-weight: 400;
  letter-spacing: 0;
  line-height: 20px;
  text-align: left;
  text-transform: uppercase;
  display: flex;
  align-items: center;
  z-index: 5; 
}

.mobile-filters--row .overlay {
  background-color: #fff;
  font-family: "Poppins",sans-serif;
}

.mobile-filters--row .overlay__card-label {
  font-family: "Poppins",sans-serif;
  color: #6d6d6d;
}

.mobile-filters--row .nice-select {
  background-color: #f5f5f5;
  font-weight: 400;
}

.mobile-filters--row .nice-select.open, .nice-select:active, .nice-select:focus {
  border: none;
}

.mobile-filters--row .nice-select {
  padding-left: 20px;
  height: 42px;
  border: none;
}

.mobile-filters--row .nice-select .list,
.kitchen-design-gallery--filters-row .gallery__filter-card form#sort-by .nice-select .list {
  background-color: #f5f5f5;
  border-radius: 0;
  box-sizing: border-box;
  margin: 0;
  opacity: 0;
  overflow: hidden;
  padding: 0;
  pointer-events: none;
  position: absolute;
  top: 100%;
  left: 0;
  transform-origin: 50% 0;
  transform: scale(.75) translateY(-21px);
  transition: all .3s cubic-bezier(.5, 0, 0, 1.25), opacity .15s ease-out;
  z-index: 9;
  width: 100%;
}

.kitchen-design-gallery--filters-row .gallery__filter-card form#sort-by .nice-select .list li {
  margin-bottom: 0;
  display: flex;
  align-items: center;
}

.kitchen-design-gallery--filters-row .gallery__filter-card form#sort-by .nice-select .list li:before {
  content: "";
  display: inline-flex;
  width: 11px;
  height: 11px;
  border: 1px solid rgb(118,118,118);
  background-color: #fff;
  border-radius: 2px;
  margin-right: 10px;
}

.kitchen-design-gallery--filters-row .gallery__filter-card form#sort-by .nice-select .list li.selected.focus:before {
  background-image: url('../png/checkmark.png'); 
  background-size: cover; 
}


.kitchen-design-gallery--filters-row .gallery__filter-card form#sort-by .nice-select .list:hover .option:not(:hover) {
  background-color: transparent !important
}

.mobile-filters--row .nice-select.open .list,
.kitchen-design-gallery--filters-row .gallery__filter-card form#sort-by .nice-select.open .list {
  opacity: 1;
  pointer-events: auto;
  transform: scale(1) translateY(0);
}

.kitchen-design-gallery--filters-row .gallery__filter-card--header {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 12px 20px;
  color: #1f1f1f;
  font-family: Poppins,sans-serif;
  font-size: 16px;
  font-weight: 400;
  letter-spacing: 0;
  line-height: 20px;
  text-align: left;
  text-transform: uppercase;
}

.kitchen-design-gallery--filters-row .gallery__filter-card--header:hover {
  cursor: pointer
}

.kitchen-design-gallery--filters-row .gallery__filter-card--dropdown {
  display: flex;
  align-items: center;
  font-size: 13px;
  color: #980408;
}

.kitchen-design-gallery--filters-row .gallery__filter-card--dropdown:hover {
  cursor: pointer
}

.kitchen-design-gallery--filters-row .gallery__filter-card--body {
  padding: 20px;
}

.kitchen-design-gallery--filters-row .gallery__filter-card--body form {
  border: none !important;
  background-color: #f5f5f5 !important;
  padding: 0 !important;
}

.kitchen-design-gallery--filters-row .gallery__filter-card--body form .gtm-gallery-filter {
  font-family: Poppins,sans-serif;
  font-size: 13px;
  font-weight: 400;
  color: #1f1f1f;
}

.kitchen-design-gallery--filters-row .gallery__filter-card--body form input {
  transform: none !important
}

.kitchen-design-gallery--filters-row .gallery__filter-card--body form input:hover {
  cursor: pointer
}

.kitchen-design-gallery--filters-row .gallery__filter-card-checkbox label {
  margin-left: .5rem;
  font-size: .875rem
}

.search-form--wrapper {
  width: 100%;
}

.body-container-wrapper .search-form--wrapper form#search-bar {
  padding: 0 !important;
  background-color: transparent;
  border: none;
  border-radius: 0;
  display: flex;
  height: 41px;
  width: 100%; 
}

.kitchen-design-gallery-search_form-wrapper form#search-bar #gallery-filter-search {
  background-color: #fff!important;
  background-image: none;
  background-position: 0;
  background-size: 0;
  border: 1px solid #e2e2e2;
  border-radius: 2px;
  box-shadow: none;
  box-sizing: border-box;
  color: #1f1f1f;
  font-family: Poppins,sans-serif;
  font-size: 16px;
  font-weight: 400;
  height: 42px;
  letter-spacing: 0;
  line-height: 48px;
  margin-bottom: 0;
  padding: .8rem;
  text-align: left;
  text-indent: 0;
  -webkit-transition: all .3s ease;
  -moz-transition: all .3s ease;
  -ms-transition: all .3s ease;
  -o-transition: all .3s ease;
  transition: all .3s ease;
  width: 100%!important
}

.kitchen-design-gallery-search_form-wrapp #gallery-filter-search::-webkit-input-placeholder {
  color: #6D6D6D;
}
.kitchen-design-gallery-search_form-wrapp #gallery-filter-search::-moz-placeholder {
  color: #6D6D6D;
}
.kitchen-design-gallery-search_form-wrapp #gallery-filter-search:-ms-input-placeholder {
  color: #6D6D6D;
}
.kitchen-design-gallery-search_form-wrapp #gallery-filter-search::-ms-input-placeholder {
  color: #6D6D6D;
}
.kitchen-design-gallery-search_form-wrapp #gallery-filter-search::placeholder {
  color: #6D6D6D;
}

.kitchen-design-gallery-search__icon-wrapper {
  align-items: center;
  background: #980408;
  border-radius: 2px;
  display: flex;
  justify-content: center;
  width: 48px;
  height: 42px;
}

.mobile-filters--row .col-lg-12 {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}

.mobile-filters--row {
  padding: 0 20px !important;
}

.mobile-filters--row .km-btn {
  width: 100%;
}

@media only screen and (max-width: 450px) {
  .mobile-filters--row .km-btn {
    width: 100%;
  }
}

.mobile-filters--row .km-btn {
  padding: 8px 20px;
  font-family: "Poppins" ,sans-serif;
  font-weight: 400;
  color: #1f1f1f;
}

.mobile-filters--row .km-btn.km-btn--ghost-dark {
  color: #1f1f1f;
}

.mobile-filters--row .overlay__body {
  text-transform: uppercase;
}

.mobile-filters--row .km-btn.km-btn--primary{
  background-color: #980408;
  border: 1px solid #980408;
}


.gallery__img.gallery__img-grid {
  display: flex;
  width: 100%;
}

.gallery__img.gallery__img-grid .gallery__img--card {
  height: 400px;
  width: 33.333%;
  padding: 0 15px;
  margin-bottom: 30px;
}

.gallery__img .gallery__img--background {
  position: relative;
  background-size: cover;
  height: 100%;
  border-radius: 16px;
  overflow-y: hidden;
}

.gallery__img .gallery__img--background:hover {
  cursor: pointer
}

.gallery__img .gallery__img--background:hover .gallery__img--background-overlay {
  opacity: 1
}

.gallery__img .gallery__img--background .gallery__img--background-overlay {
  position: absolute;
  z-index: 2;
  width: 100%;
  height: 100%;
  background-color: rgba(0,0,0,0.7);
  display: flex;
  justify-content: center;
  align-items: center;
  transition: opacity 0.3s ease-in-out;
  opacity: 0;
}

.gallery__img .gallery__img--background:hover .gallery__img--background-overlay {
  opacity: 1;
}


.load-more-cards {
  margin-top: 50px;
  cursor: pointer;
  width: 100%;
  justify-content: center;
}


@media only screen and (max-width: 1600px) {
  .gallery__img.gallery__img-grid .gallery__img--card {
    height: 360px;
  }
}




@media only screen and (min-width: 1371px) {
  .gallery__img.gallery__img-grid .gallery__img--card.big-card {
    height: 750px;
    width: 66.6666%;
  }

  .gallery__img.gallery__img-grid .gallery__img--card.big-card.regular {
    height: 360px;
    width: 33.3333%;
  }
}

@media only screen and (min-width: 1601px) {
  .gallery__img.gallery__img-grid .gallery__img--card.big-card {
    height: 830px;
    width: 66.6666%;
  }

  .gallery__img.gallery__img-grid .gallery__img--card.big-card.regular {
    height: 400px;
    width: 33.3333%;
  }
}


@media only screen and (max-width: 1370px) {
  .gallery__img.gallery__img-grid .gallery__img--card {
    height: 330px;
  }
}



@media only screen and (max-width: 1200px) {
  .kitchen-design-gallery-section {
    padding: 75px 0;
  }
}

@media only screen and (max-width: 1100px) {
  .kitchen-design-gallery--filters-row .gallery__filter-card--header,
  .kitchen-design-gallery--filters-row .gallery__filter-card form#sort-by .nice-select{
    font-size: 14px;
  }
}

@media only screen and (max-width: 1025px) {
  .desktop--clear-filters--row,
  .module-row.kitchen-design-gallery--filters-row {
    display: none !important;
  }
}

@media only screen and (max-width: 769px) {
  .kitchen-design-gallery-section {
    padding: 50px 0;
  }
}

@media only screen and (min-width: 1025px) {
  .mobile-filters--row,
  .mobile--clear-filters--row {
    display: none !important;
  }
}

@media only screen and (max-width: 1025px) {
  .gallery__img.gallery__img-grid .gallery__img--card {
    width: 50%;
  }
}

@media only screen and (max-width: 650px) {
  .gallery__img.gallery__img-grid .gallery__img--card {
    width: 100%;
  }
}

@media only screen and (max-width: 580px) {
  .mobile-filters--row {
    padding: 0 !important;
  }
}

/* Popup slider styles */

.gallery-item-popup-slider--section {
  display: flex;
  flex-direction: column;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 999;
  background-color: rgba(0,0,0, 0.8);
  justify-content: center;
  align-items: center;
  opacity: 0;
  visibility: hidden;
  transition: all 0.3s ease-in-out;
}

.gallery-item-popup-slider--container {
  max-width: 900px;
  height: 862px;
  max-height: 80%;
  display: flex;
  justify-content: space-between;
}

.gallery-item-popup-slider--section.open {
  opacity: 1;
  visibility: visible;
  padding: 50px;
}

.thumb-slider-gallery-single--container {
  position: relative;
}

.thumb-slider-gallery-single--container.single_slides_group {
  width: 83%;
}

.thumb-slider-gallery-single--container.thumbs_group {
  width: 15%;
  height: 100%;
}

.thumb-slider-gallery-single--container.thumbs_group .thumb-slider-gallery--thumbs {
  height: 96%;
}

.thumb-slider-gallery--single {
  height: 100%;
  text-align: center;
}

.thumb-slider-gallery--thumbs_swiper-wrapper.centered {
  justify-content: center;
}

.thumb-slider-gallery--single-slide {
  text-align: center;
}

.thumb-slider-gallery--single_swiper-wrapper .swiper-slide img {
  border-radius: 16px;
  height: 96%;
  object-fit: cover;
}

.thumb-slider-gallery--thumbs_swiper-wrapper {
  display: flex;
}

.thumb-slider-gallery--thumbs_swiper-wrapper.centered {
  justify-content: center;
}

.thumb-slider-gallery--thumbs_swiper-wrapper .swiper-slide {
  overflow: hidden;
  border-radius: 16px;
  transition: border 0.3s ease-in-out;
  cursor: pointer;
  background-color: #000;
}

.thumb-slider-gallery--thumbs_swiper-wrapper .swiper-slide img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  opacity: 0.5;
  transition: opacity 0.3s ease-in-out;
}

.thumb-slider-gallery--thumbs_swiper-wrapper .swiper-slide.swiper-slide-thumb-active img {
  opacity: 1;
}

.thumb-slider-gallery-single--container .swiper-button-prev {
  left: 20px;
}

.thumb-slider-gallery-single--container .swiper-button-next {
  right: 20px;
}

.thumb-slider-gallery-single--container .swiper-button-next,
.thumb-slider-gallery-single--container .swiper-button-prev {
  color: #DD6B47;
}
.thumb-slider-gallery--thumbs,
.thumb-slider-gallery-single--container .swiper-button-next.swiper-button-disabled,
.thumb-slider-gallery-single--container .swiper-button-prev.swiper-button-disabled {
  color: #fff;
  opacity: 1;
}

.gallery__img.gallery__img-grid {
  overflow-y: hidden;
}

.swiper-wrapper.thumb-slider-gallery--single_swiper-wrapper {
  height: 99%;
}

.project-info--group {
  height: 20vh;
  width: 100%;
  max-width: 860px;
}

.project-info--container {
  border-radius: 16px;
  height: auto;
  width: 100%;
  background-color: #fff;
  display: flex;
  justify-content: center;
  padding: 15px;
}

.thumb-slider-gallery--single .project-info--container .props-box {
  display: flex;
  align-items: center;
  width: fit-content;
}

.thumb-slider-gallery--single .project-info--container .like-wrapper {
  position: absolute;
  z-index: 2;
  right: 20px;
  top: -40px;
  width: 70px;
  height: 33px;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #ffffff;
  font-family: "Poppins", sans-serif;
  font-size: 16px;
  font-weight: 300;
  line-height: 24px;
  letter-spacing: 0em;
  border-radius: 8px;
  background-color: rgba(31, 31, 31, 0.5);
  cursor: pointer;
}

.like-wrapper .filled-heart {
  position: absolute;
  top: 10px;
  left: 5px;
  opacity: 0;
}

.like-wrapper .filled-heart.liked {
  opacity: 1;
}


.thumb-slider-gallery--single .project-info--container .like-wrapper svg {
  margin-right: 6px;
}

.gallery__img--props {
  min-width: 170px;
  margin-right: 15px;
  padding-right: 10px;
  height: 100%;
  overflow-y: auto;
}

.props-box .description-box::-webkit-scrollbar,
.gallery__img--props::-webkit-scrollbar {
  width: 7px;
}

.props-box .description-box::-webkit-scrollbar-thumb,
.gallery__img--props::-webkit-scrollbar-thumb {
  background: #333;
}

.props-box .description-box,
.gallery__img--props {
  scrollbar-width: none;
}

.gallery__img--props .prop {
  margin-bottom: 7px;
  text-align: left;
  font-family: Poppins, sans-serif;
  font-size: 16px;
  font-weight: 400;
  line-height: 24px;
  letter-spacing: 0em;
  color: #1f1f1f;
}

.gallery__img--props .prop img {
  margin-right: 7px;
}

.props-box .description-box {
  text-align: left;
  padding-right: 10px;
  font-family: Poppins, sans-serif;
  font-size: 15px;
  font-weight: 400;
  line-height: 26px;
  letter-spacing: 0em;
  color: #6D6D6D;
  max-height: 100%;
  overflow: auto;
}

    @media only screen and (min-width: 1300px) {
      .gallery-item-popup-slider--container {
        aspect-ratio: 32/16;
        max-width: 80%;
      }
      
      .thumb-slider-gallery-single--container.single_slides_group {
        width: 87%;
      }
      
      .thumb-slider-gallery-single--container.thumbs_group {
        width: 12%;
        height: 99%;
      }
      
      .thumb-slider-gallery--single_swiper-wrapper .swiper-slide img {
        width: 100%;
      }
      
      .project-info--group {
        height: auto;
        max-width: 77%;
      }
    }

@media only screen and (max-width: 1600px) {
  .gallery__img--props .prop,
  .props-box .description-box {
    font-size: 14px;
  }
}

@media only screen and (max-width: 992px) {
  .gallery-item-popup-slider--container {
    height: 70%;
  }
  
  .thumb-slider-gallery-single--container.thumbs_group .thumb-slider-gallery--thumbs {
    height: 90%;
    width: 75%;
  }

  .project-info--group {
    height: 25%;
  }

  .thumb-slider-gallery-single--container.single_slides_group,
  .thumb-slider-gallery-single--container.thumbs_group {
    width: 100%;
  }
  
  .thumb-slider-gallery-single--container.single_slides_group {
    height: 75%;
  }

  .thumb-slider-gallery-single--container.thumbs_group {
    height: 25%;
  }

  .gallery-item-popup-slider--section .gallery-item-popup-slider--container{
    flex-direction: column;
  }
  
  .project-info--container {
    max-height: 75%;
  }
}


@media only screen and (max-width: 650px) {
  .gallery-item-popup-slider--section.open {
    padding: 50px 15px;
  }

  .thumb-slider-gallery-single--container.thumbs_group .thumb-slider-gallery--thumbs {
    width: 85%;
  }
}



@media only screen and (max-width: 580px) {
  .kitchen-design-gallery--filters-container,
  .gallery__img.gallery__img-grid .gallery__img--card {
    padding: 0;
  }

  .kitchen-design-gallery--clear-filters {
    padding: 0 20px;
  }

  .thumb-slider-gallery--thumbs {
    width: 300px;
  }
}


@media only screen and (max-width: 470px) {
  .thumb-slider-gallery--thumbs {
    width: 200px;
  }
}

.gallery__img--props .prop {
  margin: 5px;
}

}

@media only screen and (max-width: 412px) {
  .module-container.gallery-item-popup-slider--container {
    max-height: 80vh;
    justify-content: flex-start;
  }

  .gallery__img--props {
    display: flex;
    flex-direction: column;
    width: 100%;
    margin-bottom: 7px;
    margin-right: 0;
  }

  .thumb-slider-gallery--thumbs_swiper-wrapper .swiper-slide {
    height: 50px;
  }
}

@media only screen and (max-width: 380px) {
  .thumb-slider-gallery-single--container .swiper-button-prev {
    left: 0;
  }

  .thumb-slider-gallery-single--container .swiper-button-next {
    right: 0;
  }
}



.km-empty-state--search.hide {
  display: none;
}

.km-empty-state--search {
  display: flex;
  justify-content: center;
  align-items: center;
  text-align: center;
  flex-direction: column;
  margin-bottom: 75px;
  padding: 0 20px;
}

.km-empty-state--search img {
  opacity: 0.5;
}

.km-empty-state--search h4 {
  font-family: Nobile, sans-serif;
  font-size: 36px;
  font-weight: 500;
  line-height: 47px;
  letter-spacing: 0em;
  text-align: center;
  color: #1f1f1f;
  margin-bottom: 25px;
}

.km-empty-state--search p {
  font-family: Poppins, sans-serif;
  font-size: 20px;
  font-weight: 500;
  line-height: 30px;
  letter-spacing: 0em;
  text-align: center;
  color: #6d6d6d;
}

.price-tag {
  font-family: 'Poppins', sans-serif;
  position: absolute;
  top: 15px;
  left: 30px;
  background: #fff;
  color: #000;
  z-index: 2;
  padding: 2px 9px;
  border-radius: 4px;
}

.slide-cta--wrapper {
  width: 100%;
  max-width: 450px;
  margin: 10px auto 0;
  display: flex;
  align-items: center;
  justify-content: center;
  background: #980408;
  color: #fff;
  font-family: 'Poppins', sans-serif;
  border-radius: 16px;
}

.slide-cta--wrapper .red-btn {
  width: 100%;
  height: 100%;
  display: inline-flex;
  align-items: center;
  justify-content: center;
}

@media only screen and (max-width: 470px) {
  .slide-cta--wrapper {
    width: 100%;
    margin-left: 0;

    position: relative;
    padding: 0;
  }

  .slide-cta--wrapper .red-btn {
    padding: 5px;
    font-size: 12px;
  }
}


