.custom_button a {
  color: #ffffff;
  font-size: 17px;
  font-family: 'SegoeUI-SemiBold', sans-serif;
  border-radius: 24px;
  display: inline-block;
  padding: 8px 22px 9px;
  border: 1px solid #d81f26;
  background-color: #d81f26;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
.custom_button a:hover {
  text-decoration: none;
  background-color: #ffffff;
  color: #d81f26;
}
.btn-primary-light {
  color: #d81f26;
  background-color: #ffffff;
  border-color: #d81f26;
}
.btn-primary-light:hover {
  color: #ffffff;
  background-color: #d81f26;
  border-color: #d81f26;
}
.btn-check:focus + .btn-primary-light, .btn-primary-light:focus {
  color: #ffffff;
  background-color: #d81f26;
  border-color: #d81f26;
  -webkit-box-shadow: 0 0 0 0.25rem rgba(216, 31, 38, 0.5);
          box-shadow: 0 0 0 0.25rem rgba(216, 31, 38, 0.5);
}
.btn-check:checked + .btn-primary-light, .btn-check:active + .btn-primary-light, .btn-primary-light:active, .btn-primary-light.active, .show > .btn-primary-light.dropdown-toggle {
  color: #000000;
  background-color: white;
  border-color: #dc353c;
}
.btn-check:checked + .btn-primary-light:focus, .btn-check:active + .btn-primary-light:focus, .btn-primary-light:active:focus, .btn-primary-light.active:focus, .show > .btn-primary-light.dropdown-toggle:focus {
  -webkit-box-shadow: 0 0 0 0.25rem rgba(216, 31, 38, 0.5);
          box-shadow: 0 0 0 0.25rem rgba(216, 31, 38, 0.5);
}
.btn-primary-light:disabled, .btn-primary-light.disabled {
  color: #000000;
  background-color: #ffffff;
  border-color: #d81f26;
}
.marketplace_gr01 {
  margin-bottom: 40px;
}
.marketplace_gr01 .left {
  width: calc(100% - 400px);
  background-color: #f4f4f9;
  padding: 40px 50px;
}
.marketplace_gr01 .left h1 {
  font-size: 28px;
}
.marketplace_gr01 .left p {
  color: #555555;
  font-family: 'SegoeUI-SemiBold', sans-serif;
  line-height: 1.45;
}
.marketplace_gr01 .right {
  width: 395px;
  margin-left: 5px;
  background-color: #f4f4f9;
  padding: 24px 40px;
}
.marketplace_gr01 .right h2 {
  font-size: 23px;
  margin-bottom: 25px;
  font-family: 'SegoeUI-SemiBold', sans-serif;
}
.marketplace_gr01_bd{
  padding-bottom: 40px;
  border-bottom: 1px solid #EFEFEF;
}
.marketplace_list .item .item_lst {
  -webkit-box-shadow: 0px 5px 20px #2727270d;
  box-shadow: 0px 5px 20px #2727270d;
  border: 1px solid #efefef;
  border-radius: 10px;
}
.marketplace_list .item .item_lst.premium{
  border: 3px solid #FFB743;
}
.marketplace_list .item:last-child{
  margin-bottom:  0 !important;
}
.marketplace_list .item .item_lst .img {
  width: 300px;
  margin-right: 20px;
  border-radius: 10px;
  position: relative;
  overflow: hidden;
}
.marketplace_list .item .item_lst .img:hover img{
  transform: scale(1.2);
}
.marketplace_list .item .item_lst .img img {
  border-radius: 10px;
  transition: 0.3s;
  height: 100%;
  object-fit: cover;
}
.marketplace_list .item .item_lst .txt {
  width: calc(100% - 320px);
}
.marketplace_list .item .item_lst .txt_right {
  font-family: 'SegoeUI-SemiBold', sans-serif;
  color: #7F7F7F;
}
.marketplace_list .item .item_lst .txt_right .stock span {
  position: relative;
  padding-left: 15px;
}
.marketplace_list .item .item_lst .txt_right .stock span:before {
  content: '';
  position: absolute;
  left: 0;
  top: 9px;
  width: 5px;
  height: 5px;
  background-color: #7f7f7f;
  border-radius: 50%;
}
.marketplace_list .item .item_lst .txt_tag {
  font-family: 'SegoeUI-SemiBold', sans-serif;
}
.marketplace_list .item .item_lst .txt_lf01 {
  width: calc(100% - 200px);
  padding-right: 20px;
  color: rgba(0, 0, 0, 0.6);
}
.marketplace_list .item .item_lst .txt_lf01 h3 {
  color: #000000;
  font-size: 22px;
  margin-bottom: 0;
}
.marketplace_list .item .item_lst .txt_lf01 h3 a{
  text-decoration: none;
  transition: 0.3s;
}
.marketplace_list .item .item_lst .txt_lf01 .short {
  line-height: 1.45;
}
.marketplace_list .item .item_lst .txt_rt01 {
  width: 200px;
  position: relative;
}
.sale_percent{
  position: absolute;
  top: 5px;
  right: 0;
  line-height: 1;
  background: #d81f26;
  color: #fff;
  display: block;
  padding: 3px 10px 4px;
  font-size: 14px;
  border-radius: 20px;
  font-family: 'SegoeUI-SemiBold', sans-serif;
}
.marketplace_list .item .item_lst .txt_regular {
  font-size: 18px;
  color: #7f7f7f;
  font-family: 'SegoeUI-SemiBold', sans-serif;
  text-decoration: line-through;
}
.marketplace_list .item .item_lst .txt_sale {
  font-size: 22px;
  font-family: 'SegoeUI-Bold', sans-serif;
  color: #000000;
}
.marketplace_list .item .item_lst .txt_lf02 {
  width: calc(100% - 310px);
}
.marketplace_list .item .item_lst .txt_rt02 {
  width: 300px;
}
.mw-150 {
  min-width: 150px;
}
.results {
  color: #7f7f7f;
  font-family: 'SegoeUI-SemiBold', sans-serif;
}
.cate_filter .sort_by {
  font-family: 'SegoeUI-SemiBold', sans-serif;
  padding: 10px 35px 12px 40px;
  position: relative;
  background-color: #ffffff;
  border: 1px solid rgba(112, 112, 112, 0.11);
  border-radius: 10px;
}
.cate_filter .sort_by:before {
  position: absolute;
  content: '';
  left: 15px;
  top: 20px;
  background: url('../images/sort-amount-down-alt.svg') left top no-repeat;
  background-size: 12px;
  width: 15px;
  height: 15px;
}
.cate_filter .sort_by:after {
  position: absolute;
  content: '';
  right: 15px;
  top: 23px;
  background: url('../images/angle-small-down.svg') left top no-repeat;
  background-size: 12px;
  width: 15px;
  height: 12px;
}
.cate_filter .sort_by select {
  height: 28px;
  border: none;
  padding: 0;
  color: #000;
}
.count_cate li:last-child{
  margin-right: 0;
}
.count_cate li{
  margin-right: 20px;
}
.count_cate li a{
  cursor: pointer;
  font-family: 'SegoeUI-SemiBold', sans-serif;
  background-color: #efefef;
  border: 1px solid #efefef;
  font-size: 17px;
  padding: 8px 25px 9px;
  border-radius: 26px;
  -webkit-transition: 0.3s;
  transition: 0.3s;
  display: block;
}
.count_cate li a:hover, .count_cate li a:focus {
  background-color: #d81f26;
  border-color: #d81f26;
  color: #ffffff;
  text-decoration: none;
}
.count_cate li.current-menu-item a {
  background-color: #d81f26;
  border-color: #d81f26;
  color: #ffffff;
  font-family: 'SegoeUI-Bold', sans-serif;
}
.sub_cate{
  padding-top: 20px;
  margin-top: 20px;
  border-top: 1px solid #EFEFEF;
}
.sub_cate> span{
  font-family: 'SegoeUI-SemiBold', sans-serif;
}
.filter_bg {
  border: 1px solid rgba(112, 112, 112, 0.11);
  padding: 22px;
  border-radius: 10px;
}
.filter_title .clear {
  color: rgba(0, 0, 0, 0.4);
  cursor: pointer;
}
.filter_main {
  border-top: 1px solid #efefef;
  padding-top: 20px;
}
.filter_search h4:before{
  display: none !important;
}
.filter_main h4 {
  font-size: 19px;
  padding-right: 30px;
  position: relative;
  cursor: pointer;
}
.filter_main h4:before{
  position: absolute;
  content: '';
  right: 0;
  top: 10px;
  background: url('../images/angle-small-down.svg') left top no-repeat;
  background-size: 12px;
  width: 15px;
  height: 12px;
}
#filter_search{
  border: none;
  background-color: #efefef;
  border-top-left-radius: 5px;
  border-bottom-left-radius: 5px;
  width: 40px;
}
#filter_search img{
  width: 15px;
  padding-bottom: 5px;
}
.filter_main .search {
  font-family: 'SegoeUI-SemiBold', sans-serif;
  height: 43px;
  padding-bottom: 4px;
  padding-left: 0;
  background: #efefef;
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
}
.filter_main .search::-webkit-input-placeholder {
  color: rgba(0, 0, 0, 0.3);
}
.filter_main .search::-moz-placeholder {
  color: rgba(0, 0, 0, 0.3);
}
.filter_main .search:-ms-input-placeholder {
  color: rgba(0, 0, 0, 0.3);
}
.filter_main .search::-ms-input-placeholder {
  color: rgba(0, 0, 0, 0.3);
}
.filter_main .search::placeholder {
  color: rgba(0, 0, 0, 0.3);
}
.filter_main .label_checkbox {
  color: rgba(0, 0, 0, 0.3) !important;
  font-family: 'SegoeUI-SemiBold', sans-serif;
  padding-left: 35px;
}
.filter_main .label_checkbox .checkmark:after {
  border: none;
  -webkit-transform: inherit;
  transform: inherit;
  content: '';
  background: url('../images/check.svg') center center no-repeat #d81f26;
  background-size: 10px;
  width: 10px;
  height: 10px;
  top: 4px;
  left: 4px;
  display: block;
}
.filter_main .price_range .input-group {
  width: calc(50% - 15px);
}
.filter_main .price_range .input-group .input-group-text {
  padding-left: 0;
  padding-right: 0;
  color: rgba(0, 0, 0, 0.3);
  padding-left: 15px;
  background-color: #efefef;
  font-size: 16px;
}
.filter_main .price_range .input-group .form-control {
  background-color: #efefef;
}
.filter_main .price_range .input-group .form-control:focus {
  -webkit-box-shadow: none;
  box-shadow: none;
  border-color: #efefef;
}
.filter_scroll {
  max-height: 150px;
  overflow-y: auto;
  overflow-x: hidden;
}
.filter_scroll::-webkit-scrollbar-track {
  border-radius: 10px;
  background-color: #efefef;
}
.filter_scroll::-webkit-scrollbar {
  width: 4px;
  background-color: #efefef;
}
.filter_scroll::-webkit-scrollbar-thumb {
  border-radius: 10px;
  background-color: #d81f26;
}
.filter_scroll .label_checkbox:last-child {
  margin-bottom: 0;
}
.label_checkbox {
  padding-left: 35px;
}
.label_checkbox .checkmark {
  background-color: #efefef !important;
  top: 5px !important;
  height: 20px !important;
  width: 20px !important;
}

.checkmark {
  position: absolute !important;
  top: 5px !important;
  left: 0 !important;
  height: 16px !important;
  width: 16px !important;
  border: 1px solid #e3e3e3 !important;
  border-radius: 5px !important;
  padding-left: 0 !important;
}
.checkmark::before {
  display: none;
}
.checkmark:after {
  content: '';
  position: absolute;
  display: none;
}

input[type='checkbox']:checked ~ .checkmark, input[type='radio']:checked ~ .checkmark {
  background-color: #d81f26 !important;
  border-color: #d81f26 !important;
}

.label_remember_me,
.label_checkbox {
  display: block;
  position: relative;
  padding-left: 25px;
  margin-bottom: 12px;
  cursor: pointer;
  font-size: 16px;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}
.btn-primary-light.disable{
  border-color: #7F7F7F;
  color: #7F7F7F;
  opacity: 1;
}
.btn-primary-light.disable:hover{
  color: #fff;
  border-color: #d81f26;
}
.btn-primary:disabled, .btn-primary.disabled{
  border-color: #7F7F7F;
  background-color: #7F7F7F;
  opacity: 1;
}
.list_order{
  font-family: 'SegoeUI-SemiBold', sans-serif;
  padding: 11px 35px 12px 40px;
  position: relative;
  background-color: #ffffff;
  border: 1px solid rgba(112, 112, 112, 0.11);
  border-radius: 10px;
}
.list_order:before {
  position: absolute;
  content: '';
  left: 15px;
  top: 20px;
  background: url('../images/list.svg') left top no-repeat;
  background-size: 12px;
  width: 15px;
  height: 15px;
}
.list_order:after {
  position: absolute;
  content: '';
  right: 10px;
  top: 23px;
  background: url('../images/angle-small-down.svg') left top no-repeat;
  background-size: 12px;
  width: 15px;
  height: 12px;
}
.list_order select{
  border: none;
  height: auto;
  padding: 0;
  color: #000;
}
.marketplace_pagination .results{
  width: 150px;
}
.marketplace_pagination .list_order{
  width: 185px;
}
.marketplace_pagination .pagination{
  width: calc(100% - 335px);
  padding: 0 10px;
}
.marketplace_pagination .pagination .paged{
  width: 55px;
  height: 36px;
  border: 1px solid #7F7F7F;
  background-color: #FCFCFE;
  border-radius: 18px;
  display: flex;
  justify-content: center;
  align-items: center;
  margin: 0 5px;
  transition: 0.3s;
  cursor: pointer;
}
.marketplace_pagination .pagination .prev{
  margin-right: 15px;
}
.marketplace_pagination .pagination .next{
  margin-left: 15px;
}
.marketplace_pagination .pagination .prev:hover,.marketplace_pagination .pagination .next:hover{
  background-color: #D81F26;
  border-color: #D81F26;
}
.marketplace_pagination .pagination .prev:hover img,.marketplace_pagination .pagination .next:hover img{
  filter: brightness(2);
}
.marketplace_pagination .pagination .num.active, .marketplace_pagination .pagination .num:hover{
  color: #fff;
  background-color: #D81F26;
  border-color: #D81F26;
}

.ui-slider-horizontal {
  height: 6px !important;
  border: none !important;
  background: #efefef;
  margin-bottom: 15px;
  width: calc(100% - 18px);
}
.ui-widget-header {
  background: #d81f26;
}
.ui-slider-horizontal .ui-slider-handle{
  width: 18px;
  height: 18px;
  border-radius: 50%;
  border: 2px solid rgb(255, 255, 255);
  background: rgb(216, 31, 38);
  margin-left: -1px;
  top: -6px;
}
.ui-slider-horizontal .ui-slider-handle:focus-visible{
  outline: none;
}
.price-range-search {
  width:40.5%;
  background-color: #f9f9f9;
  border: 1px solid #6e6666;
  min-width: 40%;
  display: inline-block;
  height: 32px;
  border-radius: 5px;
  margin-bottom:20px;
  font-size:16px;
}
.price-range-field{
  width:20%;
  min-width: 16%;
  background-color:#f9f9f9;
  border: 1px solid #6e6666;
  color: black;
  border-radius: 5px;
  height:26px;
  padding:5px;
}
.search-results-block{
  position: relative;
  display: block;
  clear: both;
}
.price-range-field{
  height: 100% !important;
  border: none !important;
  margin-left: 0 !important;
  font-family: 'SegoeUI-SemiBold', sans-serif;
}
/* Chrome, Safari, Edge, Opera */
input.price-range-field::-webkit-outer-spin-button,
input.price-range-field::-webkit-inner-spin-button {
  -webkit-appearance: none;
  margin: 0;
}
/* Firefox */
input[type=number].price-range-field {
  -moz-appearance: textfield;
}
.marketplace #all_count,
.marketplace #youtube-marketplace,
.marketplace #instagram-marketplace,
.marketplace #tiktok-marketplace,
.marketplace #facebook-marketplace,
.marketplace #premium_count,
.marketplace #boosted_count,
.marketplace #monetized_count,
.marketplace #verify_account_count,
.marketplace #followers_count,
.marketplace #under_10k_count,
.marketplace #from_10k_50k_count,
.marketplace #from_50k_100k_count,
.marketplace #from_100k_250k_count,
.marketplace #revenue_all,
.marketplace #revenue_yes,
.marketplace #revenue_no {
  display: none;
}
@media screen and (max-width: 1500px) {
  .marketplace_list .item .item_lst .txt_lf02 {
    width: calc(100% - 260px);
  }
  .marketplace_list .item .item_lst .txt_rt02 {
    width: 250px;
  }
  .txt_rt02 .mw-150{
    min-width: 120px;
  }
  .field_title{
    font-size: 14px;
  }
}
@media screen and (max-width: 1400px) {
  .container{
    max-width: 1320px;
  }
}
@media screen and (max-width: 1280px) {
  .marketplace_gr03 > .container > .row > .col-12.col-lg-3{
    width: 100%;
    margin-bottom: 20px;
  }
  .marketplace_gr03 > .container > .row > .col-12.col-lg-9{
    width: 100%;
  }
  #clear_filter{
    display: none !important;
  }
  .filter_icon{
    display: block !important;
    cursor: pointer;
    background: #f2f2f2;
  }
  .filter_icon.open{
    transform: rotate(180deg);
  }
  .filter_icon img{
    width: 30px;
  }
  .marketplace_list .item .item_lst .txt .txt01{
    padding: 0 15px;
  }
  .filter_bg{
    display: flex;
    border: none;
    padding: 0;
    border-radius: 0;
    width: 100%;
    overflow-x: auto;
    background-color: transparent !important;
  }
  .filter_bg::-webkit-scrollbar {
    display: none;
  }
  .filter_title{
    margin-bottom: 0 !important;
    border: 1px solid #EFEFEF;
    padding: 7px 35px 9px 15px;
    border-radius: 8px;
    margin-right: 5px;
    position: relative;
    margin-bottom: 10px !important;
    background-color: #fff;
  }
  .filter_title:before{
    position: absolute;
    content: '';
    right: 5px;
    top: 20px;
    background: url(../images/angle-small-down.svg) left top no-repeat;
    background-size: 12px;
    width: 15px;
    height: 12px;
  }
  .filter_title h3 span{
    font-size: 16px;
    font-family: 'SegoeUI-SemiBold', sans-serif;
    padding-right: 7px;
  }
  .filter_group{
    display: flex;
  }
  .filter_main{
    width: auto;
    padding: 0 5px 0;
    border-top: none;
    margin-bottom: 0 !important;
  }
  .filter_main > div{
    display: none;
    position: absolute;
    z-index: 2;
    width: calc(100% - 30px);
    background: #fff;
    left: 15px;
    padding: 10px;
    max-height: inherit;
    border-radius: 8px;
    box-shadow: 0 2px 5px #999;
  }
  .filter_main h4{
    font-size: 15px;
    margin-bottom: 10px !important;
    white-space: nowrap;
    border: 1px solid #EFEFEF;
    padding: 12px 35px 13px 15px;
    border-radius: 8px;
    font-family: 'SegoeUI-SemiBold', sans-serif;
    position: relative;
    background-color: #fff;
  }
  .filter_main h4.open{
    background-color: #D81F26;
    color: #ffffff;
  }
  .before_icon{
    display: none;
  }
  .filter_main h4.open:before{
    filter: invert(1);
  }
  .filter_main h4.open .before_icon{
    position: absolute;
    display: block;
    left: 50%;
    bottom: 0px;
    background: #fff;
    z-index: 10;
  }
  .filter_main h4.open .before_icon:after{
    position: absolute;
    content: '';
    left: 50%;
    transform: translateX(-50%);
    bottom: -11px;
    border-left: 9px solid transparent;
    border-right: 9px solid transparent;
    border-bottom: 9px solid #ffffff;
  }
  .filter_main h4.open .before_icon:before{
    position: absolute;
    content: '';
    left: 50%;
    transform: translateX(-50%);
    bottom: -11px;
    border-left: 10px solid transparent;
    border-right: 10px solid transparent;
    border-bottom: 10px solid #dbdbdb;
  }
  .filter_main h4:before{
    right: 5px;
    top: 20px;
  }
  .filter_group > div{
    margin: 0 -15px;
  }
  .filter_search{
    width: 100%;
  }
  .cate_filter > .row .col-12.col-lg-8{
    width: 100%;
    margin-bottom: 15px;
  }
  .cate_filter > .row .col-12.col-lg-4{
    width: 100%;
  }
  .marketplace_gr01 .right, .marketplace_gr01 .left{
    padding: 18px;
  }
  .count_cate{
    overflow-x: auto;
    width: 100%;
  }
  .count_cate::-webkit-scrollbar {
    display: none;
  }
  .count_cate li a{
    white-space: nowrap;
  }
  .marketplace_gr01 {
    margin-bottom: 25px;
  }
  .marketplace_gr01_bd{
    border-bottom: none;
    padding-bottom: 0;
  }
  .marketplace_list .item .item_lst{
    border-width: 1px !important;
    padding: 0 !important;
  }
  .marketplace_list .item .item_lst .img img, .marketplace_list .item .item_lst .img{
    border-bottom-left-radius: 0;
    border-bottom-right-radius: 0;
  }
  .field_title,.marketplace_list .item .item_lst .txt_lf01 .short,.filter_search{
    display: none;
  }
  .short_txt,.field_lst{
    padding: 0 15px 10px;
  }
  .marketplace_list .item .item_lst .txt_lf02 > div{
    width: auto;
    margin-right: 10px !important;
  }
  .marketplace_list .item .item_lst .txt_rt02{
    justify-content: center !important;
  }
  .marketplace_list .item .item_lst .txt_rt02 a{
    display: none;
  }
  .marketplace_list .item .item_lst .txt_rt02 button{
    padding: 5px 5px;
    width: 100%;
    border-radius: 25px;
  }
  .marketplace_list{
    display: flex;
    flex-wrap: wrap;
    margin: 0 -10px;
  }
  .marketplace_list > div{
    width: 33.33%;
    padding: 0 10px;
  }
  .filter_group > div{
    margin: 0;
  }
  .marketplace_gr01 .left{
    margin-bottom: 16px;
  }
  .marketplace_gr01 .right, .marketplace_gr01 .left{
    width: 100%;
    margin-left: 0;
  }
  .marketplace_list .item .item_lst .img{
    width: 100%;
    margin-right: 0;
    margin-bottom: 10px;
    border-bottom: 1px solid #c7c7c7;
  }
  .marketplace_list .item .item_lst .txt{
    width: 100%;
  }
  .marketplace_list .item .item_lst .txt_lf01 h3 a{
    font-family: 'SegoeUI-SemiBold', sans-serif;
  }
  .field_lst{
    flex-wrap: wrap;
  }
  .field_lst .txt_lf02{
    width: 100% !important;
  }
  .field_lst .txt_rt02{
    width: 100% !important;
  }
  .marketplace_list .item .item_lst .txt .txt01{
    flex-wrap: wrap;
    margin-bottom: 0 !important;
  }
  .marketplace_list .item .item_lst .txt .txt01 .txt_left{
    width: 100%;
  }
  .marketplace_list .item .item_lst .txt .txt01 .txt_left li{
    margin-bottom: 5px !important;
  }
  .marketplace_list .item .item_lst .txt .txt01 .txt_left li:last-child{
    margin-right: 0 !important;
  }
  .marketplace_list .item .item_lst .txt .txt01 .txt_right{
    width: 100%;
    justify-content: flex-end;
    display: none !important;
  }
  .marketplace_list .item .item_lst .txt_lf01 .short p{
    margin-bottom: 5px;
  }
  .item_lst{
    align-items: flex-start;
  }
  .short_txt{
    flex-wrap: wrap;
  }
  .marketplace_list .item .item_lst .txt_lf01{
    width: 100%;
    padding-right: 0;
  }
  .txt_regular{
    padding-right: 15px;
  }
  .marketplace_pagination{
    flex-wrap: wrap;
    justify-content: flex-end !important;
  }
  .marketplace_pagination .pagination{
    width: 100%;
    margin-bottom: 11px;
  }
  .field_lst{
    padding-bottom: 10px !important;
  }
  .marketplace_list .item .item_lst .txt_lf02 > div{
    border-right: none !important;
  }
  .small_icon{
    margin-right: 0 !important;
  }
  .cate_filter .sort_by{
    padding: 4px 33px 6px 38px;
    font-size: 14px;
  }
  .cate_filter .sort_by:before{
    top: 12px;
  }
  .cate_filter .sort_by:after{
    right: 10px;
    top: 16px;
  }
  .marketplace_list .item:last-child {
    margin-bottom: 20px !important;
  }
  .filter_main .filter_scroll .label_checkbox .checkmark{
    display: none;
  }
  .filter_main .filter_scroll .label_checkbox {
    padding: 3px 20px;
    border: 1px solid #efefef;
    border-radius: 10px;
    margin-right: 10px;
    margin-bottom: 10px;
    font-size: 15px;
    color: #000 !important;
  }
  .filter_main .filter_scroll .label_checkbox.active{
    background-color: #D81F26;
    color: #fff !important;
  }
  /*popup filter*/
  .filter_group.open_popup{
    position: fixed;
    top: 55px;
    left: 0;
    width: 100%;
    height: calc(100vh - 55px);
    overflow-y: auto;
    overflow-x: hidden;
    padding: 20px 15px 150px;
    background-color: #fff;
    z-index: 9999999;
    flex-wrap: wrap;
    align-items: flex-start;
    align-content: flex-start;
  }
  .filter_group.open_popup .filter_main{
    width: 100%;
    margin-bottom: 15px !important;
  }
  .filter_group.open_popup .filter_search{
    display: block;
  }
  .filter_group.open_popup #filter_search img{
    padding-bottom: 0;
    height: 15px;
  }
  .filter_group.open_popup .filter_main > div{
    position: static;
    display: block;
    width: 100%;
    padding: 0;
    border-radius: 0;
    box-shadow: none;
  }
  .filter_group.open_popup .filter_main h4{
    border: none;
    padding: 0;
    margin-bottom: 12px !important;
  }
  .filter_group.open_popup .filter_main h4:before {
    right: 0;
    top: 8px;
  }
  .filter_group.open_popup .filter_main .search,.filter_group.open_popup #filter_search{
    background: #fff;
    border: 1px solid #dbdbdb;
    font-family: 'SegoeUI-SemiBold', sans-serif;
  }
  .filter_group.open_popup .filter_main .search{
    border-left: none;
  }
  .filter_group.open_popup #filter_search{
    border-right: none;
  }
  .filter_group.open_popup .filter_main .label_checkbox{
    font-family: 'SegoeUI', sans-serif;
  }
  .filter_group.open_popup  .head_popup{
    display: flex !important;
    padding: 0 5px;
    padding-bottom: 15px;
    border-bottom: 1px solid #dbdbdb;
  }
  .filter_group.open_popup  .head_popup h3{
    font-family: 'SegoeUI-SemiBold', sans-serif;
    font-size: 17px;
  }
  .result_popup_bl{
    position: fixed;
    bottom: 0;
    left: 0;
    border-top: 1px solid #dbdbdb;
    padding: 10px 0;
    background: #fff;
    z-index: 2;
  }
  .result_popup{
    background-color: #D81F26;
    color: #fff;
    border-radius: 20px;
    padding: 3px 15px 4px;
    margin: 0 10px;
    font-family: 'SegoeUI-SemiBold', sans-serif;
    font-size: 14px;
  }
  #clear_filter_popup{
    font-size: 14px;
    margin: 0 10px;
  }
  #clear_filter_popup img{
    margin-right: 5px !important;
  }
  .filter_group.open_popup .result_popup_bl{
    display: flex !important;
  }

  .marketplace_list .label-wrapper {
    position: absolute;
    pointer-events: none;
    left: 0;
    top: 0;
    z-index: 1;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
  .marketplace_list .label-wrapper .label {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
  .marketplace_list .label-wrapper .label:only-child {
    border-radius: 10px 0px 0px 0px;
  }
  .marketplace_list .label-wrapper .premium {
    position: relative;
    width: 48px;
    height: 17.5px;
    background-color: #FFBF00;
    border-radius: 10px 0px 0px 0px;
  }
  .marketplace_list .label-wrapper .premium img, .marketplace_list .label-wrapper .boosted img {
    margin-left: 5px;
  }
  .marketplace_list .label-wrapper .premium::before {
    content: "";
    position: absolute;
    top: 0;
    right: -3px;
    width: 10px;
    height: 17px;
    transform: skew(-20deg);
    background: #FFBF00;
    z-index: 2;
  }
  .marketplace_list .label-wrapper .premium + .boosted {
    left: 0;
  }
  .marketplace_list .label-wrapper .boosted {
    position: relative;
    width: 45.5px;
    height: 17.5px;
    background-color: #439BFF;
    border-radius: 0;
  }
  .marketplace_list .label-wrapper .boosted::before {
    content: "";
    position: absolute;
    top: 0;
    right: -4px;
    width: 10px;
    height: 17px;
    transform: skew(-20deg);
    background: #439BFF;
    z-index: 1;
  }
}
@media screen and (max-width: 1500px) and (min-width: 1281px) {
  .marketplace_list .item .item_lst .txt_rt02 button{
    font-size: 16px !important;
  }
}
@media screen and (max-width: 1200px) {
  .marketplace{
    margin-top: 40px !important;
  }
}
@media screen and (max-width: 1200px) {
  .marketplace_gr01 {
    margin-bottom: 16px;
  }
  .marketplace_list {
    min-height: 100px;
  }
  .marketplace_pagination .pagination .prev {
    margin-right: 5px;
  }
  .marketplace_pagination .pagination .next{
    margin-left: 5px;
  }
  .marketplace_pagination .pagination .paged{
    width: 37px;
    height: 24px;
    margin: 0 6px 5px;
    font-size: 14px;
    font-family: 'SegoeUI-SemiBold', sans-serif;
    color: #7F7F7F;
  }
  .marketplace_pagination #prevPage {
    margin-left: 0 !important;
    margin-right: auto !important;
  }
  .marketplace_pagination #nextPage {
    margin-right: 0 !important;
    margin-left: auto !important;
  }
  .marketplace_pagination #prevPage img, .marketplace_pagination #nextPage img {
    width: 10px;
  }
  .short_txt {
    min-height: 58px;
  }
  .marketplace_list .item .item_lst .txt_lf01 h3 a{
    font-size: 16px;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
  }
  .marketplace_list .item .item_lst {
    border-color: #C7C7C7;
    box-shadow: none;
    flex-direction: column;
  }
  .marketplace_list .item .item_lst.premium {
    border: 1px solid #FFB743;
  } 
  .marketplace_list .item .item_lst.disable_gr {
    border: 1px solid #C7C7C7;
  }
  .marketplace_list .item .item_lst.disable_gr.premium {
    border: 1px solid #C7C7C7;
  }
  .marketplace_list .item .item_lst .txt_lf01 h3 {
    font-size: 12px;
    font-family: 'SegoeUI-SemiBold', sans-serif;
    line-height: 18px;
  }
  .marketplace_list .item .item_lst .txt_tag {
    font-size: 13px;
    font-family: 'SegoeUI', sans-serif;
    color: #999999;
  }
  .marketplace_list .item .item_lst .txt_lf02 > div {
    font-size: 13px;
    font-family: 'SegoeUI', sans-serif;
    line-height: 12px;
  }
  .marketplace_list .item .item_lst .txt_rt02{
    display: none !important;
  }
  .sale_percent {
    display: none;
  }
  .marketplace_list .item .item_lst .txt_rt01 {
    width: 100%;
    display: flex;
    align-items: center;
    min-height: 32px;
  }
  .marketplace_list .item .item_lst .txt_regular{
    color: #E7E7E7;
    font-size: 16px;
  }
  .marketplace_list .item .item_lst .txt_rt01 .txt_regular {
    order: 1;
    margin-left: 8px;
    font-size: 12px;
  }
  .marketplace_list .item .item_lst .txt_regular .unit, .marketplace_list .item .item_lst .txt_sale .unit {
    display: none;
  }
  .marketplace_list .item .item_lst.disable_gr .txt_sale,
  .marketplace_list .item .item_lst.disable_gr .txt_regular {
    display: none;
  }
  .marketplace_list .item .item_lst.disable_gr .txt_sold {
    display: block !important;
    font-size: 18px;
    font-family: 'SegoeUI-Bold', sans-serif;
    line-height: 21px;
  }
  .marketplace_list .item .item_lst.disable_gr .img::after{ 
    content: "SOLD";
    color: #fff;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: #000000B2;
    display: flex;
    align-items: center;
    justify-content: center;
    font-family: 'SegoeUI-Bold', sans-serif;
    font-size: 16px;
  }
  .list_order {
    padding: 9px 35px 9px 40px;
    font-size: 14px;
    font-family: 'SegoeUI-SemiBold', sans-serif;
    color: #000;
  }
  .list_order:before {
    top: 16px;
  }
  .list_order:after {
    top: 17px;
  }
  .marketplace_gr01 .left p {
    color: #000;
    font-family: 'SegoeUI', sans-serif;
    font-size: 16px;
    line-height: 18px;
  }
}
@media screen and (max-width: 768px) {
  .marketplace_list > div{
    width: 50%;
  }
  .marketplace_list .item .item_lst .txt_regular{
    font-size: 16px;
  }
  .marketplace_list .item .item_lst .txt_sale{
    font-size: 19px;
  }
  .marketplace_list .item .item_lst .txt_rt02 button {
    padding: 2px 5px 4px;
    font-size: 15px !important;
  }
  .marketplace_list .item .item_lst .txt_lf02 > div {
    margin-right: 5px !important;
  }
}
@media screen and (max-width: 600px) {
  .marketplace_list{
    margin: 0 -8px;
  }
  .marketplace_list > div{
    padding: 0 8px;
  }
  .marketplace_list .item .item_lst .txt_lf02 > div{
    margin-bottom: 8px;
  }
  .marketplace_list .item .item_lst .txt .txt01 .txt_left li{
    margin-bottom: 0;
  }
  .marketplace_list .item .item_lst .txt .txt01 .txt_left li img{
    width: 32px;
  }
  .marketplace_list .item .item_lst .txt_lf01 h3 a {
    font-size: 18px;
  }
  .field_lst .txt_lf02{
    font-size: 14px;
  }
  .marketplace_gr01 .left h1 {
    font-size: 19px;
    color: #000;
  }
  .marketplace_gr01 .right h2 {
    font-size: 15px;
    color: #000;
    margin-bottom: 18px;
  }
  .custom_button a{
    font-size: 14px;
    padding: 5px 15px 5px;
  }
  .count_cate li {
    margin-right: 8px;
  }
  .count_cate li a{
    font-size: 16px;
    line-height: 16px;
    padding: 8px 16px 8px;
  }
  .marketplace_list .item .item_lst .txt .txt01,.short_txt, .field_lst {
    padding: 0 12px;
  }
  .field_lst {
    padding-bottom: 8px !important;
  }
  .marketplace_list .item .item_lst .img {
    margin-bottom: 8px;
  }
  .marketplace_list .item .item_lst .txt_lf02 > div {
    margin-right: 0 !important;
  }
  .filter_title {
    padding: 6px 35px 7px 15px;
  }
  .filter_title:before {
    right: 6px;
    top: 13px;
  }
  .filter_title h3 span {
    font-size: 14px;
  }
  .filter_main h4{
    font-size: 14px;
    padding: 6px 35px 7px 15px;
  }
  .filter_main h4:before {
    right: 6px;
    top: 13px;
  }
  .marketplace_gr03 > .container > .row > .col-12.col-lg-3 {
    margin-bottom: 11px;
  }
  .marketplace_list .label-wrapper .premium::before,.marketplace_list .label-wrapper .boosted::before {
    height: 17px;
  }
}
@media screen and (max-width: 480px) {
  .marketplace_list .item .item_lst .txt_lf01 h3 a {
    font-size: 16px;
    line-height: 18px;
  }
  .sale_percent{
    font-size: 12px;
    padding: 2px 5px 4px;
  }
}
@media screen and (max-width: 360px) {
  .marketplace_list > div{
    width: 100%;
  }
}