.template-collection{
  .breadcrumb{
    margin: 0;
    padding: 0;
  }
  .main-collection-template{
    padding-bottom: 100px;
  }
  .custom-page-progress-bar{
    visibility: hidden;
    height: 0;
  }
  .collection-header{
    margin: 0;
    align-items: end;
    padding-bottom: 32px;
    .collection-template-query-wrap{
      padding-top: 0;
    }
    .drawer_filter_action{
      padding: 1px;
      height: auto;
      display: inline-block;
    }
    .lhr-collection-sorting{
      .selection,.selection *{
        background-color: transparent !important;
        color: #A2A9B0 !important;
        font-size: 16px;
      }
      .selection{
        .select2-selection__rendered{
          padding: 14px 16px;
          line-height: 120% !important;
          border: 1px solid #A2A9B0;
          border-radius: 5px;
        }
        .select2-selection__arrow b{
          border-color: #A2A9B0 transparent transparent transparent !important;
          height: 9px;
          width: 9px;
          border-bottom: 1px solid #a2a9b0 !important;
          border-right: 1px solid #a2a9b0 !important;
          border: none;
          transform: rotate(45deg) translate(-50%);
          top: 50%;
        }
      }
    }
    &:after{
      content: none;
    }
    &>* {
      margin: 0;
    }
  }
  .select2-results{
    .select2-results__option{
      background: #fff !important;
    }
    .select2-results__option--highlighted[aria-selected]{
      background: #0F62FE !important;
    }
  }
}
@media only screen and (max-width: 1140px){
  .template-collection{
    .three-column{
      grid-template-columns: repeat(2, 1fr);
    }
  }
}
@media only screen and (max-width: 670px){
  .template-collection{
    .collection-header{
      flex-direction: column;
      align-items: center;
      gap: 20px;
    }
    .breadcrumb_title{
      text-align: center;
      margin-bottom: 5px;
    }
    .product-collection.dt-sc-column {
        grid-template-columns: repeat(1, 1fr) !important;
    }
  }
}