.layout-collections .breadcrumb-shop {
  margin-bottom: 0; }

.collection-banner-header {
  text-align: center;
  margin-bottom: 0; }
  .collection-banner-header img {
    display: block;
    margin: auto;
    width: 100%; }

.collection-alert-no {
  font-size: 18px;
  margin-bottom: 50px;
  margin-top: 20px; }

.wrapper-mainCollection {
  padding: 0 0 20px 0px; }
  @media (min-width: 991px) {
    .wrapper-mainCollection {
      padding: 56px 0 80px 0px; } }
  .wrapper-mainCollection .collection-heading {
    margin: 0px 0 10px; }
    .wrapper-mainCollection .collection-heading .flexbox-heading {
      margin: 0 -15px;
      display: -ms-flexbox;
      display: flex;
      -ms-flex-wrap: wrap;
      flex-wrap: wrap;
      -ms-align-items: center;
      align-items: center; }
    .wrapper-mainCollection .collection-heading h1 {
      margin: 0;
      font-size: 24px; }
  .wrapper-mainCollection .collection-sortby {
    position: relative;
    max-width: 220px;
    margin-left: auto; }
    .wrapper-mainCollection .collection-sortby--title {
      position: relative;
      font-size: 18px;
      font-weight: 400;
      line-height: 24px;
      /*
			height: 38px;line-height: 36px; border-radius: 0px;
			width: 100%;font-size: 13px;font-weight: 500;
			padding:0px 40px 0px 10px;
			background:#ffffff;border: 1px solid var(--shop-color-border);
			cursor: pointer;
			*/ }
      .wrapper-mainCollection .collection-sortby--title:after {
        content: "\f078";
        display: block;
        position: absolute;
        top: 10px;
        right: 10px;
        font-family: 'FontAwesome';
        font-size: 10px; }
    .wrapper-mainCollection .collection-sortby--option {
      background: #fff;
      border: 1px solid var(--shop-color-border);
      border-top: 0;
      -webkit-transition: all 0.3s ease;
      -o-transition: all 0.3s ease;
      transition: all 0.3s ease;
      position: absolute;
      left: 0;
      right: 0;
      margin: 0;
      top: calc(100% + 10px);
      z-index: 999;
      pointer-events: none;
      visibility: hidden;
      opacity: 0; }
      .wrapper-mainCollection .collection-sortby--option ul.sort-by {
        margin: 0;
        padding: 5px 10px; }
      .wrapper-mainCollection .collection-sortby--option ul.sort-by li {
        position: relative;
        cursor: pointer;
        padding: 4px 10px 4px 25px; }
      .wrapper-mainCollection .collection-sortby--option ul.sort-by li:before {
        content: "";
        position: absolute;
        left: 5px;
        top: 10px;
        margin: auto;
        z-index: 1;
        width: 12px;
        height: 6px;
        border: 1.5px solid var(--shop-color-main);
        border-top-style: none;
        border-right-style: none;
        -webkit-transition: -webkit-transform 0.4s cubic-bezier(0.45, 1.8, 0.5, 0.75);
        -moz-transition: -moz-transform 0.4s cubic-bezier(0.45, 1.8, 0.5, 0.75);
        transition: transform 0.4s cubic-bezier(0.45, 1.8, 0.5, 0.75);
        -webkit-transform: rotate(-45deg) scale(0, 0);
        -moz-transform: rotate(-45deg) scale(0, 0);
        -ms-transform: rotate(-45deg) scale(0, 0);
        -o-transform: rotate(-45deg) scale(0, 0);
        transform: rotate(-45deg) scale(0, 0); }
      .wrapper-mainCollection .collection-sortby--option ul.sort-by li.active:before {
        -webkit-transform: rotate(-45deg) scale(1, 1);
        -moz-transform: rotate(-45deg) scale(1, 1);
        -ms-transform: rotate(-45deg) scale(1, 1);
        -o-transform: rotate(-45deg) scale(1, 1);
        transform: rotate(-45deg) scale(1, 1); }
      .wrapper-mainCollection .collection-sortby--option ul.sort-by li:hover {
        color: var(--shop-color-main); }
    .wrapper-mainCollection .collection-sortby:hover .collection-sortby--option {
      pointer-events: auto;
      visibility: visible;
      top: 100%;
      opacity: 1; }
  .wrapper-mainCollection .collection-filter-boxmb {
    display: none; }
    .wrapper-mainCollection .collection-filter-boxmb .title-count {
      margin: 0;
      padding: 5px 0; }
    .wrapper-mainCollection .collection-filter-boxmb .title-count b {
      font-weight: 500; }
    .wrapper-mainCollection .collection-filter-boxmb .title-filter {
      margin: 0;
      padding: 3px 12px;
      border: 1px solid var(--shop-color-border);
      display: flex;
      -webkit-box-pack: center;
      justify-content: center;
      -webkit-box-align: center;
      align-items: center;
      border-radius: 30px;
      cursor: pointer; }
      .wrapper-mainCollection .collection-filter-boxmb .title-filter span {
        max-width: 100px;
        overflow: hidden;
        text-overflow: ellipsis;
        white-space: nowrap; }
    .wrapper-mainCollection .collection-filter-boxmb .title-filter svg {
      width: 16px;
      height: 16px;
      stroke: var(--shop-color-text);
      margin-left: 5px; }
  .wrapper-mainCollection .collection-listproduct {
    margin-top: 80px; }
    .wrapper-mainCollection .collection-listproduct .animated.fadeIn {
      animation-duration: 1.5s;
      animation-delay: 0.1s; }
  .wrapper-mainCollection .collection-loadmore {
    margin-top: 20px;
    /*
		.btn-loadmore:before {background-color:#ffffff;}	
		.btn-loadmore:after {
		content: '';
		position: absolute;
		left: 10px;
		top: 50%;
		margin-top: -9px;
		width: 20px;
		height: 19px;
		border-radius: 50%;
		border:2px dotted var(--shop-color-hover);
		opacity: 0;transition: opacity 0.5s;
		animation: 1s linear infinite rotate;
	}
		*/ }
    .wrapper-mainCollection .collection-loadmore .btn-loadmore {
      font-size: 18px;
      line-height: 24px;
      font-weight: 400;
      padding: 12px;
      border-radius: 8px;
      transition: all 0.3s ease;
      color: var(--shop-color-button);
      border: 1px solid var(--shop-color-button);
      white-space: nowrap;
      overflow: hidden;
      text-overflow: ellipsis;
      max-width: 100%;
      background: #ffffff;
      margin: 0 !important; }
    .wrapper-mainCollection .collection-loadmore .btn-loadmore b {
      text-transform: lowercase; }
    .wrapper-mainCollection .collection-loadmore .btn-loadmore:hover {
      background-color: #173963;
      color: #FFFFFF; }
    .wrapper-mainCollection .collection-loadmore .btn-loadmore.btn-loading {
      padding-left: 40px;
      padding-right: 10px; }
    .wrapper-mainCollection .collection-loadmore .btn-loadmore.btn-loading:after {
      opacity: 1; }

/*  FILTER */
.filter_group.filter_sortby {
  display: none; }

.checkbox-sortby li {
  position: relative;
  margin: 0 0 8px;
  padding: 0 0 0 25px; }

.checkbox-sortby li:after {
  content: "";
  position: absolute;
  left: 0;
  top: 0px;
  width: 16px;
  height: 16px;
  background: #fff;
  border: 1px solid #cedadd;
  cursor: pointer;
  border-radius: 2px; }

.checkbox-sortby li:before {
  content: "";
  position: absolute;
  left: 3px;
  top: 5px;
  margin: auto;
  z-index: 1;
  width: 10px;
  height: 5px;
  border: 2px solid #ffffff;
  border-top-style: none;
  border-right-style: none;
  -webkit-transition: -webkit-transform 0.4s cubic-bezier(0.45, 1.8, 0.5, 0.75);
  -moz-transition: -moz-transform 0.4s cubic-bezier(0.45, 1.8, 0.5, 0.75);
  transition: transform 0.4s cubic-bezier(0.45, 1.8, 0.5, 0.75);
  -webkit-transform: rotate(-45deg) scale(0, 0);
  -moz-transform: rotate(-45deg) scale(0, 0);
  -ms-transform: rotate(-45deg) scale(0, 0);
  -o-transform: rotate(-45deg) scale(0, 0);
  transform: rotate(-45deg) scale(0, 0); }

.checkbox-sortby li.active:after {
  background: var(--shop-color-main); }

.checkbox-sortby li.active:before {
  -webkit-transform: rotate(-45deg) scale(1, 1);
  -moz-transform: rotate(-45deg) scale(1, 1);
  -ms-transform: rotate(-45deg) scale(1, 1);
  -o-transform: rotate(-45deg) scale(1, 1);
  transform: rotate(-45deg) scale(1, 1); }

.checkbox-list li {
  position: relative;
  margin: 0 0 10px;
  padding: 0 0 0 25px; }
  .checkbox-list li:last-child {
    margin: 0 0 0px; }

.checkbox-list input[type='checkbox'],
.checkbox-list input[type='radio'] {
  position: absolute;
  top: 0px;
  left: 0px;
  margin-top: 0;
  vertical-align: top;
  width: 16px;
  height: 16px;
  cursor: pointer;
  outline: none;
  background: #fff;
  border: 1px solid transparent;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none; }

.checkbox-list input[type='checkbox']:after,
.checkbox-list input[type='radio']:after {
  content: "";
  position: absolute;
  left: 0;
  top: 0px;
  width: 16px;
  height: 16px;
  background: #fff;
  border: 1px solid #cedadd;
  cursor: pointer;
  border-radius: 2px; }

.checkbox-list input[type='checkbox']:before,
.checkbox-list input[type='radio']:before {
  content: "";
  position: absolute;
  left: 3px;
  top: 5px;
  margin: auto;
  z-index: 1;
  width: 10px;
  height: 5px;
  border: 2px solid #ffffff;
  border-top-style: none;
  border-right-style: none;
  -webkit-transition: -webkit-transform 0.4s cubic-bezier(0.45, 1.8, 0.5, 0.75);
  -moz-transition: -moz-transform 0.4s cubic-bezier(0.45, 1.8, 0.5, 0.75);
  transition: transform 0.4s cubic-bezier(0.45, 1.8, 0.5, 0.75);
  -webkit-transform: rotate(-45deg) scale(0, 0);
  -moz-transform: rotate(-45deg) scale(0, 0);
  -ms-transform: rotate(-45deg) scale(0, 0);
  -o-transform: rotate(-45deg) scale(0, 0);
  transform: rotate(-45deg) scale(0, 0); }

.checkbox-list li.active input[type='checkbox']:after,
.checkbox-list li.active input[type='radio']:after {
  background: var(--shop-color-main); }

.checkbox-list li.active input[type='checkbox']:before,
.checkbox-list li.active input[type='radio']:before {
  -webkit-transform: rotate(-45deg) scale(1, 1);
  -moz-transform: rotate(-45deg) scale(1, 1);
  -ms-transform: rotate(-45deg) scale(1, 1);
  -o-transform: rotate(-45deg) scale(1, 1);
  transform: rotate(-45deg) scale(1, 1); }

/*
.checkbox-list input[type='checkbox']:checked:after, 
.checkbox-list input[type='radio']:checked:after {background:var(--shop-color-main); }
.checkbox-list input[type='checkbox']:checked:before, 
.checkbox-list input[type='radio']:checked:before {
	-webkit-transform: rotate(-45deg) scale(1,1);
	-moz-transform: rotate(-45deg) scale(1,1);
	-ms-transform: rotate(-45deg) scale(1,1);
	-o-transform: rotate(-45deg) scale(1,1);
	transform: rotate(-45deg) scale(1,1);
}
*/
.checkbox-list li label {
  margin: 0px;
  font-weight: normal;
  cursor: pointer; }

.filter-color .checkbox-list li {
  margin: 0 14px 15px 0;
  line-height: normal;
  float: left;
  padding: 0; }

.filter-color .checkbox-list li label {
  border: 1px solid #eaeaea;
  width: 25px;
  height: 25px;
  border-radius: 50%;
  float: left;
  position: relative;
  font-size: 0; }

.filter-color .checkbox-list li label {
  margin-left: 0;
  margin-bottom: 0; }

.filter-color .checkbox-list input[type="checkbox"] {
  display: none; }

.filter-color .checkbox-list input[type="checkbox"]:checked + label:before {
  content: '';
  position: absolute;
  top: 7px;
  left: 6px;
  height: 6px;
  width: 12px;
  z-index: 99;
  border: 2px solid #fff;
  border-top-style: none;
  border-right-style: none;
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg); }

.filter-color .checkbox-list input[type="checkbox"]:checked + label {
  box-shadow: 0 0 0 3px #ffffff, 0 0 0 4px var(--shop-color-border); }

@media (min-width: 992px) {
  .checkbox-list li:hover {
    color: var(--shop-color-main); }
  .checkbox-list li:hover input[type='checkbox']:after {
    border-color: var(--shop-color-main); } }

.wrapper_layered_filter {
  margin-bottom: 0;
  /*
	.layered_filter_title{text-transform: uppercase;}

	.layered_filter_title .title_filter{margin:0;font-weight: 600;font-size: 14px;}

	.layered_filter_title .title_filter:after{content: ""; width: 1px;height: 20px; background: var(--shop-color-border);display: inline-block;vertical-align: middle; margin: 0 20px;}
	.layered_filter_title .title_filter .icon-filter{
	display: inline-block;vertical-align: middle;margin-right: 5px;
	svg{width: 20px;height:30px;fill: #909097;stroke: #909097;-webkit-transition: 0.5s;transition: 0.5s;}
}
	*/ }
  .wrapper_layered_filter .layered_filter_title .close_filter {
    display: none;
    width: 30px;
    height: 30px;
    position: absolute;
    right: 10px;
    top: calc(50% - 15px);
    z-index: 5;
    border: 0;
    background: transparent;
    text-align: center;
    outline: none; }
    .wrapper_layered_filter .layered_filter_title .close_filter svg {
      width: 16px;
      height: 30px; }
  .wrapper_layered_filter .layered_filter_container {
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    -webkit-align-items: center;
    align-items: center; }
  .wrapper_layered_filter .layered_filter_container .layered_filter_group {
    -ms-flex: 1 1 auto;
    flex: 1 1 auto;
    width: 1%; }
  .wrapper_layered_filter .layered_filter_container .layered_filter_title {
    display: inline-block;
    max-width: 30%; }
  .wrapper_layered_filter .layered_filter_container .layered_filter_bottom {
    display: none; }
  .wrapper_layered_filter .filter_group .filter_group_block {
    position: relative; }
  .wrapper_layered_filter .filter_group .filter_group-subtitle {
    position: relative;
    /*
			font-size: 13px;
			font-weight: 600;
			padding: 10px 15px;	background: #fff;
			border: 1px solid var(--shop-color-border);		
			cursor: pointer;    border-radius: 0px;
			*/ }
  .wrapper_layered_filter .filter_group .filter_group-subtitle span.icon-control {
    width: 30px;
    height: 30px;
    line-height: 30px;
    text-align: center;
    position: absolute;
    top: 0;
    bottom: 0;
    right: 5px;
    margin: auto;
    font-size: 10px;
    vertical-align: 1px;
    display: inline-block;
    -webkit-transition: transform .3s;
    -moz-transition: transform .3s;
    -o-transition: transform .3s;
    transition: transform .3s; }
  .wrapper_layered_filter .filter_group .filter_group-content {
    padding: 10px 15px;
    background: #ffffff; }
  .wrapper_layered_filter .layered_filter_tags .filter_tags {
    position: relative;
    border-radius: 12px;
    margin: 8px 8px 0px 0;
    color: #5d5d5d;
    background: #fff;
    border: 1px solid #dadada;
    font-size: 13px;
    display: none;
    padding: 2px 32px 3px 10px; }
    .wrapper_layered_filter .layered_filter_tags .filter_tags span.filter_tags_remove {
      position: absolute;
      right: 8px;
      top: 0;
      bottom: 0;
      margin: auto;
      width: 16px;
      height: 16px;
      cursor: pointer; }
      .wrapper_layered_filter .layered_filter_tags .filter_tags span.filter_tags_remove svg {
        width: 16px;
        height: 16px; }
    .wrapper_layered_filter .layered_filter_tags .filter_tags.opened {
      display: inline-block; }
    .wrapper_layered_filter .layered_filter_tags .filter_tags.filter_tags_remove_all {
      cursor: pointer;
      border: 0;
      padding-left: 8px;
      padding-right: 8px;
      background: transparent; }
      .wrapper_layered_filter .layered_filter_tags .filter_tags.filter_tags_remove_all span {
        color: var(--shop-color-hover);
        border-bottom: 1px solid var(--shop-color-hover); }
  @media (min-width: 992px) {
    .wrapper_layered_filter .layered_filter_parent.layered_filter_sortby {
      display: none; }
    .wrapper_layered_filter .filter_group .filter_group-content {
      position: absolute;
      left: 0;
      right: 0;
      margin: 0;
      top: calc(100% + 10px);
      z-index: 100;
      border: 1px solid var(--shop-color-border);
      border-radius: 8px;
      pointer-events: none;
      visibility: hidden;
      opacity: 0;
      -webkit-transition: all 0.3s ease;
      -o-transition: all 0.3s ease;
      transition: all 0.3s ease; }
    .wrapper_layered_filter .filter_group .filter_group_block:hover .filter_group-content {
      pointer-events: auto;
      visibility: visible;
      top: 100%;
      opacity: 1; }
    .wrapper_layered_filter .filter_group .filter_group_block:hover .filter_group-subtitle span.icon-control {
      color: #666;
      -webkit-transform: rotate(180deg);
      -moz-transform: rotate(180deg);
      -ms-transform: rotate(180deg);
      -o-transform: rotate(180deg);
      transform: rotate(180deg); } }
  @media (max-width: 991px) {
    .wrapper_layered_filter {
      margin: 0; }
    .wrapper_layered_filter .layered_filter_parent {
      display: none;
      position: fixed;
      top: 0;
      bottom: 0;
      left: 0;
      right: 0;
      z-index: 999999;
      pointer-events: none;
      overflow: hidden; }
      .wrapper_layered_filter .layered_filter_parent .overlays-rgba {
        position: absolute;
        top: 0;
        left: 0;
        right: 0;
        height: 100%;
        z-index: -1;
        background-color: rgba(0, 0, 0, 0.5); }
    .wrapper_layered_filter .layered_filter_container {
      position: absolute;
      left: 0;
      right: 0;
      height: 100%;
      max-height: 100%;
      bottom: 0;
      background: #ffffff;
      margin: 0;
      overflow: hidden;
      -webkit-transform: translateY(100%);
      transform: translateY(100%);
      -ms-flex-direction: column;
      flex-direction: column;
      -webkit-transition: transform 0.4s ease;
      transition: transform 0.4s ease; }
      .wrapper_layered_filter .layered_filter_container .layered_filter_title {
        position: relative;
        width: 100%;
        display: block;
        max-width: 100%;
        padding: 12px 50px 12px 15px; }
        .wrapper_layered_filter .layered_filter_container .layered_filter_title .close_filter {
          display: block; }
        .wrapper_layered_filter .layered_filter_container .layered_filter_title .title_filter {
          font-size: 16px; }
        .wrapper_layered_filter .layered_filter_container .layered_filter_title .title_filter:after {
          display: none; }
        .wrapper_layered_filter .layered_filter_container .layered_filter_title .title_filter .icon-filter {
          width: 22px;
          height: 22px;
          margin-top: -2px; }
        .wrapper_layered_filter .layered_filter_container .layered_filter_title .title_filter .icon-filter svg {
          width: 22px;
          height: 100%; }
      .wrapper_layered_filter .layered_filter_container .layered_filter_group {
        -ms-flex: 0 0 auto;
        flex: 1 1 auto;
        width: 100%;
        height: 100%;
        overflow: auto;
        overflow-x: hidden;
        padding: 10px 15px 10px;
        border-top: 1px solid var(--shop-color-border);
        border-bottom: 1px solid var(--shop-color-border); }
      .wrapper_layered_filter .layered_filter_container .layered_filter_bottom {
        width: 100%;
        padding: 10px 5px 12px;
        display: -ms-flexbox;
        display: flex;
        -ms-flex-pack: end;
        justify-content: flex-end; }
        .wrapper_layered_filter .layered_filter_container .layered_filter_bottom .btn-filter {
          margin: 0 6px;
          -ms-flex: 0 0 calc(50% - 12px);
          flex: 0 0 calc(50% - 12px);
          max-width: calc(50% - 12px);
          position: relative;
          display: block;
          padding: 10px 15px;
          font-size: 13px;
          font-weight: 500;
          cursor: pointer;
          text-align: center;
          letter-spacing: 1px;
          outline: none;
          border-radius: 2px;
          text-transform: uppercase; }
        .wrapper_layered_filter .layered_filter_container .layered_filter_bottom .btn-filter-apply {
          color: #ffffff;
          background-color: var(--shop-color-button);
          border: 1px solid var(--shop-color-button); }
        .wrapper_layered_filter .layered_filter_container .layered_filter_bottom .btn-filter-clear {
          color: #000000;
          background-color: #f3f4f6;
          border: 1px solid #e5e7eb; }
      .wrapper_layered_filter .layered_filter_container .filter_group + .filter_group .filter_group_block {
        border-top: 1px solid var(--shop-color-border);
        padding-top: 10px; }
      .wrapper_layered_filter .layered_filter_container .filter_group.filter_sortby {
        display: block; }
      .wrapper_layered_filter .layered_filter_container .filter_group .filter_group-subtitle span.icon-control {
        display: none; }
      .wrapper_layered_filter .layered_filter_container .filter_group .filter_group-subtitle {
        border: 0;
        font-size: 14px; }
      .wrapper_layered_filter .layered_filter_container .filter_group .filter_group-subtitle, .wrapper_layered_filter .layered_filter_container .filter_group .filter_group-content {
        padding-left: 0;
        padding-right: 0; }
    .wrapper_layered_filter .layered_filter_tags {
      display: none; }
    .wrapper_layered_filter .layered_filter_parent.show-filter .layered_filter_container {
      pointer-events: auto;
      -webkit-transform: translateY(0);
      transform: translateY(0);
      -webkit-transition-delay: 0.1s;
      transition-delay: 0.1s; }
    .wrapper_layered_filter .layered_filter_parent.show-filter .overlays-rgba {
      pointer-events: auto; }
    .wrapper_layered_filter .layered_filter_parent.layered_filter_sortby .layered_filter_container {
      height: auto; }
    .wrapper_layered_filter .layered_filter_parent.layered_filter_sortby .layered_filter_container {
      border-radius: 16px 16px 0 0; }
    .wrapper_layered_filter .layered_filter_parent.layered_filter_sortby .filter_sortby .filter_group-subtitle {
      display: none; } }

@media (max-width: 991px) {
  .wrapper-mainCollection .collection-heading {
    margin-top: 10px;
    margin-bottom: 0px;
    overflow: hidden; }
  .wrapper-mainCollection .collection-heading .bgwhite-heading {
    padding: 10px 10px; }
  .wrapper-mainCollection .collection-heading h1 {
    font-size: 20px;
    margin-bottom: 0px; }
  .wrapper-mainCollection .collection-listproduct {
    margin-top: 8px; }
  .wrapper-mainCollection .collection-filter-boxmb {
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-flex-flow: row nowrap;
    flex-flow: row nowrap;
    -ms-justify-content: space-between;
    justify-content: space-between;
    -ms-align-items: center;
    align-items: center; }
  .wrapper-mainCollection .collection-sortby {
    display: none; } }

@media (max-width: 767px) {
  .wrapper-mainCollection .collection-heading > .container {
    padding-left: 0;
    padding-right: 0; } }

/** Cus header sort **/
@media (min-width: 991px) {
  .filter-sort-container {
    display: flex;
    width: 100%;
    align-items: center;
    gap: 40px;
    font-weight: 400;
    justify-content: space-between;
    flex-wrap: wrap; }
  .filter-section {
    align-self: stretch;
    display: flex;
    width: 100%;
    margin: auto 0;
    align-items: center;
    gap: 40px;
    justify-content: flex-start;
    flex-wrap: wrap; }
  .filter-header {
    align-self: stretch;
    display: flex;
    margin: auto 0;
    align-items: center;
    gap: 4px;
    font-size: 16px;
    color: #494948; }
  .filter-icon {
    aspect-ratio: 1;
    object-fit: contain;
    object-position: center;
    width: 24px;
    align-self: stretch;
    margin: auto 0;
    flex-shrink: 0; }
  .filter-label {
    align-self: stretch;
    margin: auto 0; }
  .filter-options {
    font-size: 18px;
    color: #173963;
    line-height: 24px; }
  .filter-button,
  .sort-button {
    align-items: center;
    border-radius: 8px;
    border: 1px dashed #8f8f8f;
    align-self: stretch;
    display: flex;
    margin: auto 0;
    padding: 12px 16px;
    gap: 4px;
    background: transparent;
    cursor: pointer;
    font-family: inherit;
    font-size: inherit;
    color: inherit; }
  .button-text {
    align-self: stretch;
    margin: auto 0; }
  .dropdown-icon {
    aspect-ratio: 1;
    object-fit: contain;
    object-position: center;
    width: 16px;
    align-self: stretch;
    margin: auto 0;
    flex-shrink: 0; }
  .sort-section {
    align-self: stretch;
    display: flex;
    margin: auto 0;
    align-items: center;
    gap: 8px; }
  .sort-label {
    color: #494948;
    font-size: 16px;
    align-self: stretch;
    margin: auto 0; } }

@media (max-width: 991px) {
  .filter-button {
    white-space: normal; } }

.filter-color .checkbox-list {
  display: flex;
  flex-wrap: wrap;
  gap: 10px; }
  .filter-color .checkbox-list li {
    margin: 0; }
