@font-face {
  font-family: "Arial";
  src: url("../fonts/Arial.woff2") format("woff2");
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Arial";
  src: url("../fonts/Arial-Bold.woff2") format("woff2");
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Montserrat";
  src: url("../fonts/montserrat-regular-webfont.woff2") format("woff2");
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@media (min-width: 992px) {
  .mobile-only {
    display: none !important;
  }
}

@media (min-width: 768px) {
  .mobile-only-s {
    display: none !important;
  }
}

@media (max-width: 991.98px) {
  .desktop-only {
    display: none !important;
  }
}

@media (max-width: 767.98px) {
  .desktop-only-s {
    display: none !important;
  }
}

.main-container {
  max-width: 1200px;
  margin: auto;
}

.products-grid {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  -moz-column-gap: 0;
       column-gap: 0;
  row-gap: 7px;
}
@media only screen and (min-width: 768px) {
  .products-grid {
    grid-template-columns: repeat(3, 1fr);
    -moz-column-gap: 16px;
         column-gap: 16px;
    row-gap: 23px;
  }
}
@media only screen and (min-width: 992px) {
  .products-grid {
    grid-template-columns: repeat(4, 1fr);
    -moz-column-gap: 16px;
         column-gap: 16px;
    row-gap: 23px;
  }
}

.text-uppercase {
  text-transform: uppercase;
}

.text-center {
  text-align: center;
}

.js-fixed {
  overflow: hidden;
}

.js-block {
  display: block !important;
}

.js-flex {
  display: flex !important;
}

.js-none {
  display: none !important;
}

.top-cold-content {
  width: 100%;
  padding-bottom: 40px;
  padding-right: 26px;
}
.top-cold-content .top-cold-content-full {
  height: auto;
  overflow: hidden;
  display: block;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  text-overflow: ellipsis;
  white-space: normal;
  -webkit-line-clamp: 2;
}
.top-cold-content .container-read-more {
  display: flex;
  align-items: center;
  padding-top: 8px;
  cursor: pointer;
}
.top-cold-content .expanded {
  height: auto;
  overflow: hidden;
  display: block;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  text-overflow: ellipsis;
  white-space: normal;
  -webkit-line-clamp: unset;
}

.breadcrumbs-section {
  margin: 20px 0;
}
@media (max-width: 767.98px) {
  .breadcrumbs-section {
    display: none !important;
  }
}

.top-title-section {
  margin-bottom: 16px;
}
@media (max-width: 767.98px) {
  .top-title-section {
    padding: 0 0 0px 10px;
    margin-bottom: 0;
  }
}
.top-title-section .title-wrapper-section {
  margin: 16px 0;
}
@media (max-width: 767.98px) {
  .top-title-section .title-wrapper-section {
    padding: 12.5px 0;
    margin: 0;
  }
}
.top-title-section .title-wrapper-section .title-wrapper {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
  flex-wrap: nowrap;
  position: relative;
}
.top-title-section .title-wrapper-section .title-wrapper .page-title {
  margin-top: 4px;
}
.top-title-section .title-wrapper-section .title-wrapper .arrow-open-links {
  display: none;
}
@media (max-width: 767.98px) {
  .top-title-section .title-wrapper-section .title-wrapper .arrow-open-links {
    display: none;
  }
  .top-title-section .title-wrapper-section .title-wrapper .arrow-open-links::before {
    display: inline-block;
    position: absolute;
    top: 50%;
    right: 20px;
    width: 8px;
    height: 8px;
    margin-top: -3px;
    margin-left: 10px;
    transform: translateY(-0.16667rem) rotate(-45deg);
    transition: transform 0.2s linear;
    border-bottom: 2px solid #000;
    border-left: 2px solid #000;
    content: "";
  }
}
.top-title-section .top-cold-content-full {
  height: 20px;
  overflow: hidden;
  display: block;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  text-overflow: ellipsis;
  white-space: normal;
  -webkit-line-clamp: 1;
  margin-bottom: 5px;
  letter-spacing: 0.64px;
}
.top-title-section .top-cold-content-full ul, .top-title-section .top-cold-content-full ol {
  list-style-position: inside;
  -webkit-padding-start: 10px;
          padding-inline-start: 10px;
  margin: 0px;
}
.top-title-section .top-cold-content-full p, .top-title-section .top-cold-content-full ul, .top-title-section .top-cold-content-full ol {
  margin-bottom: 20px;
}
.top-title-section .top-cold-content-full ul {
  list-style-type: disc;
}
.top-title-section .top-cold-content-full a {
  text-decoration: underline;
}
.top-title-section .top-cold-content-full h2, .top-title-section .top-cold-content-full h3, .top-title-section .top-cold-content-full h4, .top-title-section .top-cold-content-full h5, .top-title-section .top-cold-content-full h6 {
  font-family: "Montserrat";
  text-transform: uppercase;
  letter-spacing: 0.84px;
}
.top-title-section .top-cold-content-full h2 {
  font-size: 14px;
}
.top-title-section .top-cold-content-full h3 {
  font-size: 13px;
}
.top-title-section .top-cold-content-full h4 {
  font-size: 12px;
}
.top-title-section .top-cold-content-full h5, .top-title-section .top-cold-content-full h6 {
  font-size: 11px;
}
@media (max-width: 1023.98px) {
  .top-title-section .top-cold-content-full {
    height: 38px;
    overflow: hidden;
    display: block;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    text-overflow: ellipsis;
    white-space: normal;
    -webkit-line-clamp: 2;
  }
}
.top-title-section .top-cold-content-full.expanded {
  height: auto;
  overflow: hidden;
  display: block;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  text-overflow: ellipsis;
  white-space: normal;
  -webkit-line-clamp: unset;
}
.top-title-section .top-cold-content {
  margin-top: 16px;
  padding-bottom: 0;
}
@media (max-width: 767.98px) {
  .top-title-section .top-cold-content {
    padding-bottom: 10px;
  }
}

.main-content {
  max-width: 1464px;
  margin: auto;
  padding: 0px 64px;
  margin: 0 auto;
}
@media (max-width: 767.98px) {
  .main-content {
    padding: 0;
  }
}
.main-content .products-filters-wrapper {
  position: relative;
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
}
.main-content .products-filters-wrapper .category {
  width: 25%;
  margin-top: 15px;
  padding: 0 0 16px 16px;
  display: none;
}
.main-content .products-filters-wrapper .products-filters {
  width: 100%;
  position: relative;
}
@media (max-width: 767.98px) {
  .main-content .products-filters-wrapper .products-filters .opacity-container {
    opacity: 0;
    pointer-events: none;
    transition: opacity 0.3s linear;
    background: #e4e4e4;
    position: absolute;
    width: 100%;
    top: 50px;
    left: 0;
    height: 100%;
    z-index: 8;
  }
  .main-content .products-filters-wrapper .products-filters .opacity-container.active {
    opacity: 0.8;
    pointer-events: auto;
  }
}
.main-content .dresses-title-section {
  display: flex;
  justify-content: space-between;
  margin-bottom: 12px;
  font-size: 18px;
  font-family: "Montserrat";
}
.main-content .dresses-title-section #arrowIcon {
  transition: transform 0.3s ease;
}
.main-content .dresses-title-section .rotated {
  transform: rotate(-180deg);
}
@media (max-width: 767.98px) {
  .main-content .dresses-title-section {
    padding-left: 10px;
    border-bottom: 1px solid #e4e4e4;
    padding-top: 20px;
    padding-bottom: 15px;
    margin-bottom: 0;
  }
}
.main-content .dresses-title-section img {
  display: none;
}
@media (max-width: 767.98px) {
  .main-content .dresses-title-section img {
    display: block;
  }
}
.main-content .dresses-title-section .dresses-title {
  line-height: 26px;
  font-weight: 400;
  text-transform: uppercase;
  letter-spacing: 1.26px;
  color: #000;
}
@media (max-width: 767.98px) {
  .main-content .dresses-title-section .dresses-title {
    font-size: 14px;
  }
}
.main-content .sidebar {
  min-width: 200px;
}
.main-content .sidebar .category-div {
  padding-top: 16px;
  padding-bottom: 10px;
  margin: 0 0 8px;
}
@media (max-width: 767.98px) {
  .main-content .sidebar .category-div {
    display: none;
  }
}
@media (max-width: 767.98px) {
  .main-content .sidebar {
    display: none;
    font-family: "Arial";
    font-size: 12px;
    left: 0;
    right: 0;
    position: absolute;
    top: 0;
    z-index: 10;
    background-color: #ffffff;
    overflow: hidden;
    -webkit-animation: foldUp 0.4s ease-in forwards;
            animation: foldUp 0.4s ease-in forwards;
  }
  .main-content .sidebar ul {
    max-height: 280px;
    overflow-y: scroll;
  }
  .main-content .sidebar.active {
    display: block;
    -webkit-animation: unfoldDown 0.4s ease-out forwards;
            animation: unfoldDown 0.4s ease-out forwards;
  }
  .main-content .sidebar.closing {
    -webkit-animation: foldUp 0.4s ease-in forwards;
            animation: foldUp 0.4s ease-in forwards;
  }
}
@-webkit-keyframes unfoldDown {
  from {
    max-height: 0;
    opacity: 0;
  }
  to {
    max-height: 280px;
    opacity: 1;
  }
}
@keyframes unfoldDown {
  from {
    max-height: 0;
    opacity: 0;
  }
  to {
    max-height: 280px;
    opacity: 1;
  }
}
@-webkit-keyframes foldUp {
  from {
    max-height: 280px;
    opacity: 1;
  }
  to {
    max-height: 0;
    opacity: 0;
  }
}
@keyframes foldUp {
  from {
    max-height: 280px;
    opacity: 1;
  }
  to {
    max-height: 0;
    opacity: 0;
  }
}

.products {
  font-family: "Arial";
  font-size: 12px;
}
.products .sorting-section-wrapper {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  align-items: flex-start;
  flex-wrap: nowrap;
  margin-bottom: 42px;
}
@media (max-width: 767.98px) {
  .products .sorting-section-wrapper {
    margin-bottom: 0;
    padding-top: 10px;
    font-size: 12px;
    line-height: 18px;
    font-weight: 400;
    font-family: "Arial";
    width: calc(100% - 32px);
    min-height: 35px;
    z-index: 10;
  }
}

.sidebar-nav-list .nav-list-item a {
  line-height: 18px;
  padding: 4px 0;
  display: block;
  cursor: pointer;
  font-weight: 400;
  font-family: "Arial";
  font-size: 12px;
  letter-spacing: 0.36px;
}
@media (max-width: 767.98px) {
  .sidebar-nav-list .nav-list-item a {
    letter-spacing: normal;
    vertical-align: middle;
    background-color: #fff;
    display: block;
    width: 100%;
    padding: 22px 10px 21px;
    border-bottom: 1px solid #e4e4e4;
    text-decoration: none;
    margin: 0;
  }
}

.products-list .product-link:hover .quick-view-btn {
  display: block;
}
.products-list .product-card {
  position: relative;
}
.products-list .quick-view-btn {
  position: absolute;
  top: 0;
  left: 50%;
  padding: 2px 32px;
  margin-left: -8px;
  display: none;
}
.products-list .tag-wrapper {
  position: absolute;
  left: 50%;
  top: 70%;
  transform: translate(-50%, -70%);
}
@media (max-width: 1023.98px) {
  .products-list .tag-wrapper {
    top: 60%;
    transform: translate(-50%, -60%);
  }
}
@media (max-width: 767.98px) {
  .products-list .tag-wrapper {
    top: 65%;
    transform: translate(-50%, -65%);
  }
}
@media (max-width: 575.98px) {
  .products-list .tag-wrapper {
    top: 48%;
    transform: translate(-50%, -48%);
  }
}
.products-list .tag-wrapper .wrapper {
  margin: 0 auto;
  display: table;
  box-sizing: border-box;
  padding: 2px 10px 3px 10px;
  text-transform: capitalize;
}
.products-list .tag-wrapper .top-line {
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  flex-wrap: nowrap;
  top: -1px;
  position: relative;
}
.products-list .tag-wrapper .top-line span {
  margin-right: 5px;
}
@media (max-width: 767.98px) {
  .products-list .tag-wrapper .top-line {
    top: 0;
  }
  .products-list .tag-wrapper .top-line span {
    top: 2px;
    position: relative;
  }
}
.products-list .tag-wrapper .bottom-line {
  height: auto;
  overflow: hidden;
  display: block;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  text-overflow: ellipsis;
  white-space: normal;
  -webkit-line-clamp: 1;
}
.products-list .product-image-wrapper {
  position: relative;
  overflow: hidden;
}
.products-list .product-image-wrapper img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
@media (max-width: 767.98px) {
  .products-list .product-image-wrapper img {
    -o-object-fit: contain;
       object-fit: contain;
  }
}
.products-list .product-info {
  text-align: center;
  position: relative;
}
.products-list .product-info .label {
  position: absolute;
  top: -10px;
  left: 50%;
}
.products-list .product-info .label.new {
  padding: 7px 16px 5px;
}
@media (max-width: 767.98px) {
  .products-list .product-info .label {
    top: -50px;
  }
}
@media (max-width: 575.98px) {
  .products-list .product-info .label {
    top: -5px;
  }
}
.products-list .title {
  height: 16px;
  overflow: hidden;
  display: block;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  text-overflow: ellipsis;
  white-space: normal;
  -webkit-line-clamp: 1;
}
.products-list .product-general {
  height: auto;
  overflow: hidden;
  display: block;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  text-overflow: ellipsis;
  white-space: normal;
  -webkit-line-clamp: 3;
  margin-bottom: 5px;
  padding: 0 15px;
}
.products-list .price-wrapper {
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  flex-wrap: nowrap;
}
.products-list .price-wrapper .current-price {
  padding: 0 2px;
  display: inline-block;
}
.products-list .similar-items {
  position: relative;
  top: 5px;
  min-height: 21px;
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  flex-wrap: nowrap;
}
.products-list .similar-items span {
  padding-right: 3.5px;
}
@media (max-width: 767.98px) {
  .products-list .similar-items {
    top: 0;
  }
}

.pagination {
  margin: 50px 0 32px 0;
  padding: 0 24px;
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  flex-wrap: nowrap;
}
@media (max-width: 767.98px) {
  .pagination {
    margin: 32px 0;
    padding: 0 16px;
    justify-content: space-between;
  }
  .pagination ul {
    flex-grow: 1;
  }
}
.pagination .separator {
  display: none;
  margin-right: 0;
  padding-right: 0;
}
@media (max-width: 767.98px) {
  .pagination .separator {
    display: block;
  }
}
.pagination .page {
  padding: 0 6px;
  vertical-align: top;
  display: inline-block;
  margin-right: 24px;
}
.pagination .page.mobile {
  display: none;
}
@media (max-width: 767.98px) {
  .pagination .page.mobile {
    display: block;
  }
}
@media (max-width: 767.98px) {
  .pagination .page {
    margin-right: 3px;
  }
}
.pagination .arrow-prev {
  box-sizing: border-box;
  padding: 13px;
}
.pagination .arrow-prev:hover {
  padding: 13px;
}
.pagination .arrow-next {
  box-sizing: border-box;
  padding: 13px;
}
.pagination .arrow-next:hover {
  padding: 13px;
}
.pagination ul {
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  flex-wrap: nowrap;
  padding: 0 24px;
}
.pagination ul li {
  padding-right: 17px;
}
.pagination ul li:first-of-type {
  margin-left: 16px;
}

@media (max-width: 767.98px) {
  .bottom-content-section {
    padding: 0 16px;
  }
}
.bottom-content-section h3 {
  margin-bottom: 10px;
  margin-top: 20px;
  display: inline-block;
}
.bottom-content-section .bottom-cold-content {
  padding-top: 40px;
  letter-spacing: 0.64px;
}
.bottom-content-section .bottom-cold-content ul, .bottom-content-section .bottom-cold-content ol {
  list-style-position: inside;
  -webkit-padding-start: 10px;
          padding-inline-start: 10px;
  margin: 0px;
}
.bottom-content-section .bottom-cold-content p, .bottom-content-section .bottom-cold-content ul, .bottom-content-section .bottom-cold-content ol {
  margin-bottom: 20px;
}
.bottom-content-section .bottom-cold-content ul {
  list-style-type: disc;
}
.bottom-content-section .bottom-cold-content a {
  text-decoration: underline;
}
.bottom-content-section .bottom-cold-content h2, .bottom-content-section .bottom-cold-content h3, .bottom-content-section .bottom-cold-content h4, .bottom-content-section .bottom-cold-content h5, .bottom-content-section .bottom-cold-content h6 {
  font-family: "Montserrat";
  text-transform: uppercase;
  letter-spacing: 0.84px;
}
.bottom-content-section .bottom-cold-content h2 {
  font-size: 14px;
}
.bottom-content-section .bottom-cold-content h3 {
  font-size: 13px;
}
.bottom-content-section .bottom-cold-content h4 {
  font-size: 12px;
}
.bottom-content-section .bottom-cold-content h5, .bottom-content-section .bottom-cold-content h6 {
  font-size: 11px;
}
.bottom-content-section .ls-links {
  display: flex;
  flex-direction: row;
  justify-content: start;
  align-items: center;
  flex-wrap: wrap;
}
.bottom-content-section .ls-links a {
  padding: 2px 0;
  margin-right: 16px;
}
.bottom-content-section .ls-links a:first-of-type {
  padding-left: 0;
}

#scrollButton {
  padding: 13px;
  border: 1px solid #000;
  background-color: hsla(0, 0%, 100%, 0.8);
  border-radius: 50%;
  position: -webkit-sticky;
  position: sticky;
  bottom: 34px;
  left: 100%;
  margin-right: -44px;
  cursor: pointer;
  opacity: 0;
  z-index: 20;
  transition: opacity 0.25s ease-in-out;
  height: 44px;
  width: 44px;
}
#scrollButton:hover {
  border-color: transparent;
  transition: all 0.25s ease-in-out;
}
@media (max-width: 767.98px) {
  #scrollButton:hover {
    background-color: rgba(0, 0, 0, 0.1019607843);
    border: 1px solid #000;
  }
}

.is-scrolling {
  transition: opacity 0.25s ease-in-out !important;
  opacity: 1 !important;
}

.products-filters {
  position: relative;
}

.filters {
  margin-bottom: 16px;
}
@media (max-width: 767.98px) {
  .filters {
    margin-bottom: 0;
    z-index: 10;
    position: absolute;
    top: 30px;
    left: 0;
    right: 0;
    overflow: hidden;
    max-height: 0;
  }
  .filters.active {
    max-height: 100vh;
    height: 100vh;
  }
}
.filters .filters-wrapper {
  margin-bottom: 20px;
  margin-top: 9px;
  padding: 7px 0 8px;
  position: relative;
  display: flex;
  flex-direction: row;
  align-items: flex-end;
  flex-wrap: wrap;
  /* @include media-up(s) {
     .filter-title:hover .filter-list {
       display: block;
     }
   } */
}
@media (max-width: 767.98px) {
  .filters .filters-wrapper {
    margin: 0;
    padding: 16px;
    margin-bottom: 156px;
  }
}
@media (max-width: 767.98px) {
  .filters .filters-wrapper .filter-box {
    width: 100%;
  }
}
.filters .filters-wrapper .filter-box.sorting-mobile {
  display: none;
}
@media (max-width: 767.98px) {
  .filters .filters-wrapper .filter-box.sorting-mobile {
    display: block;
  }
}
.filters .filters-wrapper .filter-box .filter-title {
  margin-right: 16px;
  padding-bottom: 7px;
  display: flex;
  flex-direction: row;
  align-items: center;
  flex-wrap: nowrap;
}
@media (max-width: 767.98px) {
  .filters .filters-wrapper .filter-box .filter-title {
    margin-right: 0;
    padding: 16px 0 16px 16px;
    margin-bottom: 8px;
    position: relative;
  }
}
.filters .filters-wrapper .filter-box .filter-title.by {
  margin-bottom: 4px;
  cursor: default;
}
.filters .filters-wrapper .filter-box .filter-title .count-number {
  padding: 0px 2.5px;
  margin-left: 0.5px;
}
.filters .filters-wrapper .filter-box .filter-title .arrow-img {
  margin-top: 1.5px;
}
@media (max-width: 767.98px) {
  .filters .filters-wrapper .filter-box .filter-title .arrow-img {
    display: none;
  }
}
.filters .filters-wrapper .filter-box .filter-list {
  display: none;
  position: absolute;
  top: 50px;
  right: 0;
  left: 0;
  width: 100%;
  padding: 24px;
  z-index: 2;
}
.filters .filters-wrapper .filter-box .filter-list.active {
  display: block;
}
@media (max-width: 767.98px) {
  .filters .filters-wrapper .filter-box .filter-list {
    position: relative;
    padding: 0;
    top: 0;
  }
  .filters .filters-wrapper .filter-box .filter-list.active {
    display: block;
    margin-bottom: 30px;
  }
}
@media (max-width: 767.98px) {
  .filters .filters-wrapper .filter-box .filter-list .list-wrapper {
    padding: 0;
  }
}
.filters .filters-wrapper .filter-box .filter-list .list-wrapper .ul-list {
  margin-bottom: 12px;
  margin-left: 4px;
}
@media (max-width: 767.98px) {
  .filters .filters-wrapper .filter-box .filter-list .list-wrapper .ul-list {
    margin-bottom: 5px;
  }
}
.filters .filters-wrapper .filter-box .filter-list .list-wrapper .ul-list.designer {
  max-height: 211px;
  margin-left: 0;
  display: flex;
  flex-wrap: wrap;
}
.filters .filters-wrapper .filter-box .filter-list .list-wrapper .ul-list.designer .checkbox {
  margin: 0;
  display: none;
}
.filters .filters-wrapper .filter-box .filter-list .list-wrapper .ul-list.designer .filter-item {
  font-family: "Arial";
  flex: 0 0 30%;
  margin-left: 6px;
  margin-bottom: 8px;
  position: relative;
  min-height: 1px;
}
.filters .filters-wrapper .filter-box .filter-list .list-wrapper .ul-list.designer span {
  display: block;
}
.filters .filters-wrapper .filter-box .filter-list .list-wrapper .ul-list.size {
  display: flex;
  flex-direction: row;
  align-items: center;
  flex-wrap: wrap;
  max-height: 200px;
  min-height: 51px;
}
.filters .filters-wrapper .filter-box .filter-list .list-wrapper .ul-list.size .filter-item {
  padding: 12px;
  text-align: center;
  margin-right: 8.4px;
  margin-bottom: 7px;
  min-width: 60px;
  position: relative;
}
.filters .filters-wrapper .filter-box .filter-list .list-wrapper .ul-list.size .filter-item input {
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  width: 100%;
  position: absolute;
  left: 0;
  top: 0px;
  height: 100%;
  margin: 0;
}
.filters .filters-wrapper .filter-box .filter-list .list-wrapper .ul-list.size .filter-item.disabled .checkbox-label::before {
  position: absolute;
  left: 0;
  top: 50%;
  right: 0;
}
.filters .filters-wrapper .filter-box .filter-list .list-wrapper .ul-list.color {
  display: flex;
  flex-direction: row;
  align-items: center;
  flex-wrap: wrap;
  margin-bottom: 12px;
  margin-left: 0;
  max-height: 214px;
}
.filters .filters-wrapper .filter-box .filter-list .list-wrapper .ul-list.color .filter-item {
  flex: 0 0 20%;
  position: relative;
  height: 41px;
  margin-bottom: 1px;
  display: flex;
  align-items: center;
}
@media (max-width: 1255.98px) {
  .filters .filters-wrapper .filter-box .filter-list .list-wrapper .ul-list.color .filter-item {
    flex: 0 0 30%;
  }
}
.filters .filters-wrapper .filter-box .filter-list .list-wrapper .ul-list.color .filter-item input {
  width: 100%;
  position: absolute;
  left: 0;
  top: 0;
  height: 100%;
  margin: 0;
}
.filters .filters-wrapper .filter-box .filter-list .list-wrapper .ul-list.color .filter-item .image-pattern {
  height: 100%;
  width: 100%;
}
.filters .filters-wrapper .filter-box .filter-list .list-wrapper .ul-list.color .filter-item .checkbox-label {
  display: block;
  height: 30px;
  width: 30px;
}
.filters .filters-wrapper .filter-box .filter-list .list-wrapper .ul-list.color .filter-item .checkbox-label span {
  height: 100%;
  display: flex;
  flex-direction: row;
  align-items: center;
  flex-wrap: nowrap;
  position: absolute;
  left: 40px;
  top: 0;
}
.filters .filters-wrapper .filter-box .filter-list .bottom-buttons {
  /*  .done-btn {
      padding: 11px 22px;
      display: inline-block;
      margin-left: 6px;

      &.size-btn {
        margin-left: 4px !important;
      }

      &.color-btn {
        margin-left: 0 !important;
      }
    } */
}
.filters .filters-wrapper .filter-box .filter-list .bottom-buttons .clear-btn {
  margin-left: 5px;
  padding: 0;
}
@media (max-width: 767.98px) {
  .filters .filters-wrapper .filter-box .filter-list .bottom-buttons {
    display: none;
  }
}
.filters .filters-wrapper .filter-box .filter-item-title {
  margin: 0 0 16px 0;
}
.filters .filters-wrapper .filter-box .filter-item-title.title-size {
  margin: 0 0 16px 4px;
}
@media (max-width: 767.98px) {
  .filters .filters-wrapper .filter-box .filter-item-title {
    display: none;
  }
}
.filters .filters-wrapper .filter-box .collapse {
  display: none;
}
.filters .filters-wrapper .reset-btn {
  margin-bottom: 8px;
  padding: 0;
}
@media (max-width: 767.98px) {
  .filters .filters-wrapper .reset-btn {
    display: none;
  }
}
.filters .filters-wrapper .show-all-results {
  margin-right: 30px;
}
.filters .filters-wrapper .show-all-results button {
  margin-bottom: 8px;
  padding: 0;
}
@media (max-width: 767.98px) {
  .filters .filters-wrapper .show-all-results {
    display: none;
  }
}
.filters .bottom-btn-mobile {
  position: fixed;
  z-index: 10;
  bottom: 0;
  right: 0;
  left: 0;
  display: flex;
  gap: 16px;
  padding: 16px 16px;
}
.filters .bottom-btn-mobile .clear-all-btn {
  padding: 18px 22px;
  flex-basis: 50%;
  text-align: center;
}
.filters .bottom-btn-mobile .done-btn {
  flex-basis: 50%;
  padding: 18px 22px;
  display: inline-block;
  transition: all 0.25s ease-in-out;
  text-align: center;
  margin-left: auto;
}

