
.product_list_left{

}

.product_list_main .section_overlay {
    content: "";
    position: absolute;
    left: 0;
    top: 0%;
    width: 100%;
    height: 21%;
    z-index: -1;
    background: linear-gradient(0deg, #F0E2C9 0%, rgba(240, 226, 201, 0.00) 100%);
}

.product_list_inner{
    column-gap: min(max(30px, 2.3438vw), 45px);
}


/* start left part */

.product_list_left{
    width: min(max(230px, 18.2292vw), 350px);
}


.product_list_right .craft_section{
   padding-top: min(max(20px, 2.0833vw), 40px);
   background: none;
}

.product_list_left{
    position: relative;
}

.product_list_right .listing_data_part_main .list_data span{
    font-weight: 700;
}

.product_list_left_inner{
    position: sticky;
    top: 40px;
    padding: min(max(16px, 1.3021vw), 25px) min(max(16px, 1.5625vw), 30px);
    border-radius:min(max(10px, 1.0417vw), 20px);
    -webkit-border-radius:min(max(10px, 1.0417vw), 20px);
    -moz-border-radius:min(max(10px, 1.0417vw), 20px);
    -ms-border-radius:min(max(10px, 1.0417vw), 20px);
    -o-border-radius:min(max(10px, 1.0417vw), 20px);
}

.product_list_left_inner{
   background: var(--theme-yellow-light);
}



.filter-header {
  display: flex;
  justify-content: space-between;
  align-items: flex-end;
}

.filter-header .fs-28 {
  margin: 0;
  font-weight: 700;
  font-family: var(--theme-body-font-family);
}

.filter-header .reset {
  color: var(--theme-orange-red);
  cursor: pointer;
  font-size: min(max(14px, 0.8333vw), 16px);
}

.price_range {
  margin-top: 25px;
}

.price_range .fs-18 {
  margin-bottom: 15px;
  font-family: var(--theme-body-font-family);
  font-weight: 700;
}

.price-range-inner {
  display: flex;
  align-items: flex-end;
  gap: 10px;
}

.price-range-inner span{
    margin-bottom: 9px;
}

.price-box .form-control{
    width: 100%;
    border-radius: 10px;
    border: 1px solid #CCC;
    background: var(--theme-white);
    padding: 5px 10px;
    font-size: min(max(14px, 0.8333vw), 16px);
    color: rgba(0, 0, 0, 0.40);
    outline: none;
    line-height: 0.5;
    height: min(max(35px, 2.1875vw), 42px);
    margin: 0;
}

.price-box {
  display: flex;
  flex-direction: column;
}

.price-box label {
  font-size: 14px;
  margin-bottom: 5px;
}

.price-box input {
  width: 120px;
  padding: 10px;
  border-radius: 10px;
  border: none;
  background: #e6e6e6;
  font-size: 14px;
}

.dash {
  font-size: 18px;
  margin-top: 25px;
}

.category_check {
    margin-top: min(max(20px, 1.5625vw), 30px);
}

.category_check .fs-18{
    font-family: var(--theme-body-font-family);
    font-weight: 700;
    margin-bottom: 14px;
    color: var(--theme-brown-light);
}


.artisan_select {
    margin-top: min(max(20px, 1.5625vw), 30px);
}

.artisan_select .fs-18{
    font-family: var(--theme-body-font-family);
    font-weight: 700;
    color: var(--theme-brown-light);
}

.availability_radio {
    margin-top: min(max(20px, 1.5625vw), 30px);
}

.availability_radio .fs-18{
    font-family: var(--theme-body-font-family);
    font-weight: 700;
    margin-bottom: 14px;
    color: var(--theme-brown-light);
}


/* Checkbox */
.custom-checkbox {
  display: flex;
  align-items: center;
  margin-bottom: 12px;
  cursor: pointer;
  font-size: min(max(14px, 0.8333vw), 16px);
}

.custom-checkbox input {
  display: none;
}

.checkmark {
  width: 20px;
  height: 20px;
  background: var(--theme-white);
  border-radius: 4px;
  margin-right: 10px;
  /* border: 1px solid var(--theme-white); */
}

.custom-checkbox input:checked + .checkmark {
  background: var(--theme-dark-brown-new);
}

/* Radio */
.custom-radio {
  display: flex;
  align-items: center;
  margin-bottom: 12px;
  cursor: pointer;
  font-size: 15px;
}

.custom-radio input {
  display: none;
}

.radiomark {
  width: 20px;
  height: 20px;
  background: var(--theme-white);
  border-radius: 4px;
  margin-right: 10px;
  /* border: 1px solid var(--theme-white); */
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  -ms-border-radius: 4px;
  -o-border-radius: 4px;
}

.custom-radio input:checked + .radiomark {
  background: var(--theme-dark-brown-new);
}

/* Select */
.artisan-select {
  width: 100%;
  padding: 10px;
  border: 0.8px solid #D6D3D1;
  border-radius: 8px;
  border: none;
  background: var(--theme-white);
  font-size: 16px;
  margin-top: 12px;
  -webkit-border-radius: 8px;
  -moz-border-radius: 8px;
  -ms-border-radius: 8px;
  -o-border-radius: 8px;
  appearance: none;
  -webkit-appearance: none;
  outline: none;
  box-shadow: none;
  letter-spacing: 0;
}


.select_main{
    position: relative;
}

.select_main::after {
    content: "";
    width: 12px;
    height: 12px;
    border-right: 2px solid #79716B;
    border-bottom: 2px solid #79716B;
    position: absolute;
    right: 12px;
    top: 53%;
    transform: translateY(-50%) rotate(45deg);
    transition: 0.3s;
    pointer-events: none;
}

/* end left part */



/* start right part */

.product_list_main{
    position: relative;
}

.product_list_right{
    width: 100%;
    flex: 1;
    padding-top: 20px;
}

.mobile_listing_toggle{
    display: none;
}

.product_list_right .craft_section .filter__result{
    flex-wrap: wrap;
    column-gap: min(max(16px, 1.25vw), 24px);
    row-gap: min(max(16px, 1.25vw), 24px);
}

.product_list_right .craft_section .filter__result .item__wrap{
   /* flex: 0 0 calc(100% / 3); */
   flex: 0 0 calc((100% - (2 * min(max(16px, 1.25vw), 24px))) / 3);
}

 .filter-overlay{
        display: none;
    }

.product_list_main .craft_section .filter__result .single__item .content__area{
   padding: 20px 18px 24px;   
}

#ts-shopping-cart-sidebar .cart_list li .cart-item-wrapper a.remove:before{
    font-size: 22px;
}

@media only screen and (max-width: 1439px) {

.product_list_main .craft_section .filter__result .single__item .content__area {
    padding: 15px 14px 16px;
}

.checkmark {
    width: 16px;
    height: 16px;
}

.radiomark {
    width: 16px;
    height: 16px;
}

}

@media only screen and (max-width: 1365px) {

    .product_list_main .craft_section .filter__result .single__item .content__area {
        padding: 15px 9px 16px;
    }

    .product_list_main .craft_section .filter__result .single__item .content__row .btn-group {
    column-gap: 8px;
}

}


@media only screen and (max-width: 1199px) {

.product_list_right .craft_section .filter__result .item__wrap {
    flex: 0 0 calc((100% - (1 * min(max(16px, 1.25vw), 24px))) / 2);
}


}

@media only screen and (max-width: 991px) {

    .product_list_left{
        position: fixed;
        top: 0;
        bottom: 0;
        right: 0;
        left: auto;
        width: 300px;
        overflow-y: auto;
        overflow-x: hidden;
        transform: translate(350px, 0);
        transition: transform 0.5s cubic-bezier(0.645, 0.045, 0.355, 1);
        margin: 0;
        z-index: 99992;
    }

.product_list_inner {
    column-gap: min(max(30px, 2.3438vw), 45px);
    flex-direction: column;
}

.listing_data_part_main {
    display: flex;
    justify-content: space-between;
    column-gap: 20px;
    align-items: center;
}

    .mobile_listing_toggle {
        display: flex;
        font-size: 18px;
        font-weight: 600;
        color: #000;
        background: #fff;
        padding: 8px 16px;
        align-items: center;
        column-gap: 5px;
        border-radius: 50px;
    }

    .mobile_listing_toggle span{
        width: 18px;
    }

    .mobile_listing_toggle span svg{
        width: 100%;
    }

    .filter-overlay{
        display: block;
    }

.filter-overlay {
    position: fixed;
    opacity: 0;
    visibility: hidden;
    left: 0;
    right: 0;
    bottom: 0;
    top: 0;
    content: "";
    background: rgba(0, 0, 0, 0.5);
    z-index: 99991;
    transition: opacity 0.5s ease-in-out, visibility 0.5s ease-in-out;
}

.filter-overlay.active{
    visibility: visible;
    opacity: 1;
}

.product_list_left.active{
    transform: translate(0, 0);
        box-shadow: -4px 0 10px rgba(0, 0, 0, 0.1);
}

    .product_list_left_inner {
        overflow-x: auto;
        top: 0;
        height: 100%;
    }

    .product_list_right {
    padding-top: 0;
}

}


@media only screen and (max-width: 767px) {

    .mobile_listing_toggle {
        font-size: 16px;
    }

    .product_list_right .craft_section .filter__result .item__wrap {
        flex: 100%;
    }

}



/* end right part */