.top-collection {
  padding: 25px 0; }

.count-product-list {
  color: #777777; }

.collection-page .content-product-list {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 15px; }

.banner-collection-2, .banner-collection-1 {
  grid-column: 1 / 3; }

.pro-loop-banner {
  position: relative; }

.shop-the-look-banner a {
  display: none;
  position: absolute;
  background-color: #085C65 !important;
  border-radius: 5px;
  color: #fff;
  padding: 10px 30px;
  text-align: center;
  font-size: 14px;
  font-weight: 500;
  transition: all 0.25s ease 0s;
  bottom: 40px;
  z-index: 9;
  left: 50%;
  transform: translateX(-50%);
  text-transform: uppercase; }

.shop-the-look-banner a:hover {
  background-color: #ffffff !important;
  color: var(--bg_button); }

.sort-filter {
  display: none;
  position: absolute;
  margin-top: 0;
  z-index: 9;
  background: #fff;
  right: 0;
  box-shadow: 2px 2px 10px 0px #dadada;
  border-radius: 5px;
  min-width: 200px; }
  .sort-filter li {
    padding: 7px 10px;
    cursor: pointer; }
    .sort-filter li.active {
      display: none; }
    .sort-filter li:hover {
      background: #E0E0E3; }
  .sort-filter.show {
    display: block; }

.value-sort-by, .value-sort-by svg {
  margin-left: 5px;
  cursor: pointer; }

.product-sort-list {
  position: relative; }
  @media only screen and (min-width: 992px) {
    .product-sort-list:hover .sort-filter {
      display: block; } }
  .product-sort-list > .d-flex {
    padding-bottom: 10px; }

#filter-collection .heading-filter {
  margin-right: 15px;
  padding-bottom: 10px; }

#filter-collection .filter-item {
  padding: 0 10px; }
  #filter-collection .filter-item > .title {
    padding-bottom: 10px; }
  @media only screen and (min-width: 992px) {
    #filter-collection .filter-item:hover svg {
      transform: rotate(180deg); }
    #filter-collection .filter-item:hover .group-filter {
      display: block; } }
  #filter-collection .filter-item.active-filter .title {
    font-weight: bold; }
  #filter-collection .filter-item .group-filter {
    display: none;
    position: absolute;
    background: #fff;
    z-index: 9;
    box-shadow: 2px 2px 10px 0px #dadada;
    border-radius: 5px;
    min-width: 185px; }
    #filter-collection .filter-item .group-filter ul li label {
      display: block;
      padding: 8px 10px; }
    #filter-collection .filter-item .group-filter ul li input {
      display: none; }
    #filter-collection .filter-item .group-filter ul li:hover, #filter-collection .filter-item .group-filter ul li.active {
      background: #E0E0E3; }
    #filter-collection .filter-item .group-filter.active {
      display: block; }
  #filter-collection .filter-item .filter-color {
    max-width: 185px;
    padding: 10px 5px 5px 5px; }
    #filter-collection .filter-item .filter-color li {
      padding: 3px;
      margin-bottom: 5px;
      border: 1px solid #ccc;
      border-radius: 50%;
      margin: 0 5px 5px 5px; }
      #filter-collection .filter-item .filter-color li:hover {
        background-color: transparent !important; }
        @media only screen and (min-width: 992px) {
          #filter-collection .filter-item .filter-color li:hover {
            border: 1px solid #085C65; } }
      #filter-collection .filter-item .filter-color li.active {
        border: 1px solid #085C65;
        background-color: transparent !important; }
      #filter-collection .filter-item .filter-color li label {
        font-size: 0;
        width: 25px;
        height: 25px;
        display: block;
        padding: 0 !important;
        border-radius: 50%;
        position: relative;
        /*&:after{
						content: "";
						height: 2.5px;
						background: #fff;
						position: absolute;
						width: 100%;
						filter: blur(1.5px);
						top: 12px;
						transform: rotate(145deg);
					}*/ }

.open-filer-mobile #filter-collection {
  right: 0; }

.js-toggle-filter.active svg, .value-sort-by.show svg, .show-more .view-more-fiter-js svg {
  transform: rotate(180deg); }

.loadmore-collection button {
  border: 1px solid #000;
  background: #A1A2AB;
  width: 180px;
  color: #000;
  padding: 7px 0;
  border-radius: 5px;
  text-transform: capitalize;
  font-size: 15px;
  background-color: transparent;
  transition: background-color 0.3s  , color 0.3s;
  cursor: pointer;
  display: inline-block;
  text-align: center; }
  .loadmore-collection button:hover {
    background: #000;
    color: #fff; }

.list-result-filter button {
  background: #EEEEEE;
  border: none;
  padding: 3px 10px;
  border-radius: 20px;
  font-size: 12px;
  margin-right: 10px; }
  .list-result-filter button svg {
    margin-left: 5px; }

.clear-all {
  background: none;
  border: none;
  outline: none;
  text-decoration: underline; }

.banner-collection-1 {
  grid-area: 9 / 1 / 5 / 3; }

.banner-collection-1 .shop-the-look-banner a {
  background: #ffffff; }
  .banner-collection-1 .shop-the-look-banner a:hover {
    background-color: #ffffff;
    color: #101012; }

@media only screen and (min-width: 992px) {
  .check-box-list.scrollbar {
    max-height: 300px;
    overflow-y: auto; }
  .banner-collection-1 {
    grid-area: 2 / 1 / 4 / 3; }
  .banner-collection-2 {
    grid-area: 5 / 3 / 7 / 5; } }

@media only screen and (max-width: 991px) {
  .vl-f {
    margin-left: 2px; }
  .result-filter-tag {
    display: none !important; }
  .pro-loop-banner {
    margin: 0 -15px 10px -15px; }
  .collection-page .content-product-list {
    grid-template-columns: repeat(2, 1fr);
    gap: 15px; }
  .banner-collection-1 {
    grid-area: 3 / 1 / 3 / 3; }
  .banner-collection-2 {
    grid-area: 6 / 1 / 8 / 3; }
  #filter-collection {
    position: fixed;
    height: 100%;
    top: 0;
    width: 100%;
    right: -100%;
    background: #fff;
    z-index: 99; }
    #filter-collection .heading-filter-mob {
      flex: 0 0 100%;
      display: flex;
      justify-content: space-between;
      padding: 15px;
      background: #EEEEEE; }
    #filter-collection .style-filter-mb {
      padding: 15px;
      max-height: calc(100% - 110px);
      overflow-y: auto; }
    #filter-collection .filter-item {
      padding: 15px 0;
      flex: 0 0 100%;
      border-bottom: 1px solid #ccc; }
      #filter-collection .filter-item:last-child {
        border: none; }
      #filter-collection .filter-item .title {
        font-weight: 600;
        margin-bottom: 10px; }
      #filter-collection .filter-item .group-filter {
        display: block;
        position: relative;
        background: none;
        box-shadow: none;
        margin: 0;
        border-radius: 0; }
        #filter-collection .filter-item .group-filter .bl-filter:not(.filter-color) .check-box-list {
          display: flex;
          flex-wrap: wrap;
          margin: 0px -5px; }
          #filter-collection .filter-item .group-filter .bl-filter:not(.filter-color) .check-box-list li {
            flex: 0 0 50%;
            text-align: center;
            padding: 0 5px;
            margin-bottom: 10px;
            background: none !important; }
            #filter-collection .filter-item .group-filter .bl-filter:not(.filter-color) .check-box-list li.active {
              background: none; }
              #filter-collection .filter-item .group-filter .bl-filter:not(.filter-color) .check-box-list li.active label {
                background: #E0E0E3; }
            #filter-collection .filter-item .group-filter .bl-filter:not(.filter-color) .check-box-list li label {
              border: 1px solid #ccc;
              border-radius: 5px;
              height: 100%;
              align-items: center;
              display: flex;
              justify-content: center; }
        #filter-collection .filter-item .group-filter .filter-color {
          max-width: 100%;
          padding: 0; }
  .wrap-box-btn-f-mb {
    position: absolute;
    bottom: 0;
    display: flex;
    justify-content: space-between;
    width: 100%;
    padding: 10px;
    background: #fff;
    z-index: 25;
    border-top: 1px solid #ccc; }
  .wrap-box-btn-f-mb .item {
    flex: 1;
    text-align: center;
    padding: 0 5px; }
  .wrap-box-btn-f-mb .item button {
    border: 1px solid #101012;
    width: 100%;
    padding: 6px 10px;
    border-radius: 5px; }
  .wrap-box-btn-f-mb .item button.js-apply-fiter {
    background: #101012;
    color: #fff; }
  .js-open-filter-mob {
    display: flex;
    align-items: center;
    position: relative;
    padding: 5px 8px;
    border: 1px solid #ccc;
    border-radius: 5px; }
    .js-open-filter-mob.filter-now {
      border-color: var(--colorshop); }
      .js-open-filter-mob.filter-now .filter-active-check {
        opacity: 1; }
    .js-open-filter-mob .name {
      margin-left: 3px; }
  .filter-active-check {
    position: absolute;
    bottom: 9px;
    left: 5px;
    opacity: 0; }
  .sort-filter-mob > li {
    margin-right: 10px; }
  .sort-filter-mob > li.active {
    border-bottom: 1px solid #085C65;
    font-weight: bold; }
  .toggle-price-sort {
    position: absolute;
    right: 0;
    top: 100%;
    z-index: 9;
    background: #fff;
    box-shadow: 2px 2px 10px 0px #dadada;
    border-radius: 5px;
    padding: 10px 0;
    display: none; }
    .toggle-price-sort.show {
      display: block; }
    .toggle-price-sort li {
      padding: 5px 10px; }
  .js-toggle-price-sort {
    display: flex;
    align-items: center; }
    .js-toggle-price-sort .descending, .js-toggle-price-sort .ascending {
      display: none; }
    .js-toggle-price-sort.ascending-active .ascending {
      display: block; }
    .js-toggle-price-sort.ascending-active svg:not(.ascending) {
      display: none; }
    .js-toggle-price-sort.descending-active .descending {
      display: block; }
    .js-toggle-price-sort.descending-active svg:not(.descending) {
      display: none; }
  .filter-no-color > ul > li:nth-child(n+5) {
    display: none; }
  .filter-no-color.show-more > ul > li:nth-child(n+5) {
    display: block; } }

#filter-collection .filter-item .group-filter .filter-ring-belt ul li label {
  background-image: var(--bg-rb);
  background-repeat: no-repeat;
  background-size: 29px;
  background-position: 10px center;
  padding-left: 45px;
  text-align: left !important;
  justify-content: flex-start !important; }

.collection-desc {
  width: 100%;
  margin-top: 30px;
  margin-right: 16px; }
  .collection-desc .collapsible {
    background-color: white;
    color: #252a2b;
    cursor: pointer;
    padding-top: 18px;
    padding-bottom: 18px;
    width: 100%;
    border: none;
    text-align: left;
    outline: none;
    font-size: 17px;
    position: relative;
    border-bottom: 1px solid #ddd; }
  .collection-desc .content {
    padding: 0 18px;
    max-height: 0;
    /* Initially hidden */
    overflow: hidden;
    transition: max-height 0.2s ease-out, padding 0.2s ease-out; }
  .collection-desc .content.open {
    padding-top: 15px;
    margin-bottom: 15px; }
  .collection-desc .icon {
    position: absolute;
    right: 20px; }

@media (max-width: 758px) {
  .banner-collection-header {
    width: 100%;
    height: 380px; }
    .banner-collection-header img {
      width: 100%;
      height: 380px; } }
