.mrktplcL2_hero_banner_md {
  background-color: #f9f9f9;
  padding: 60px 0px 0px;
}

.mrktplc_ctn_tg h1 {
  font-size: 32px;
  font-weight: 600;
  color: #0d0d0d;
  margin: 0 0 20px;
  line-height: 1.3em;
}

.mrktplc_ctn_tg p {
  font-size: 16px;
  line-height: 1.7em;
  margin: 0 0 30px;
}

.mrktplc_srch_form input {
  width: 100%;
  height: 55px;
  border-radius: 5px;
  border: 0;
  box-shadow: 0 0 15px 0 rgba(0, 0, 0, 0.03);
  font-family: inherit;
  font-size: 14px;
  padding: 10px 15px;
  color: #666;
}

.mrktplc_srch_form input:focus,
.mrktplc_srch_form button:focus {
  outline: none;
}

.mrktplc_srch_form button {
  border: 0;
  background: transparent;
  position: absolute;
  right: 0;
  top: 0;
  height: 55px;
  width: 55px;
  padding: 0;
  font-size: 18px;
  color: #bfbfbf;
}

.marketplace_product_md {
  padding: 70px 0px 55px;
}

.mp_filter_tp:not(:last-child) {
  margin-bottom: 15px;
}

.m_product_sidebar {
  box-shadow: 0 0 25px 0 rgba(0, 0, 0, 0.05);
  padding: 20px;
  border-radius: 3px;
}

.mp_filter_head {
  display: block;
  font-size: 16px;
  color: #012840;
  margin-bottom: 10px;
}

.mp_filter_tp ul {
  padding: 0;
  margin: 0;
  list-style: none;
  height: auto;
  overflow-y: hidden;
  scrollbar-width: thin;
  white-space: nowrap;
  scrollbar-color: #878787 #e3e3e3;
}

/* webkit browsers */
.mp_filter_tp ul::-webkit-scrollbar,
.mp_filter_tp ul::-webkit-scrollbar-thumb {
  height: 26px;
  width: 7px;
  border-radius: 0px;
  background-clip: padding-box;
  border: 0;
  background: #e3e3e3;
}

.mp_filter_tp ul::-webkit-scrollbar-thumb {
  background-color: #878787;
}

.mp_filter_tp ul li:not(:first-child) {
  margin-top: 6px;
}

.mp_filter_tp input {
  display: none;
}

.mp_filter_tp label {
  font-size: 14px;
  position: relative;
  padding-left: 30px;
  color: #878787;
}

.mp_filter_tp label:before {
  content: "";
  width: 18px;
  height: 18px;
  border: 1px solid #e4e4e4;
  border-radius: 2px;
  position: absolute;
  left: 0;
  top: 0px;
  text-align: center;
  line-height: 17px;
  font-size: 12px;
  font-weight: bold;
}

.mp_filter_tp input:checked + label:before {
  content: "\2713";
  background: #e4e4e4;
  color: #012840;
}

.mp_populer_tb_btn {
  display: flex;
  padding: 10px 15px;
  background: #f9f9f9;
  border-radius: 3px;
  font-size: 14px;
  color: #878787;
  position: relative;
  align-items: center;
  justify-content: space-between;
}

.mp_populer_tb_btn:hover {
  color: #878787;
}

.mp_populer_tb_btn:after {
  font-family: "Font Awesome 5 Free";
  content: "\f078";
  font-weight: 600;
  font-size: 13px;
  color: #000000;
}

.mp_populer_tb .card-body {
  padding: 15px 0 0;
  border: 0;
}

/*********/
.pro_assest_box {
  /* border: 1px solid #E4E4E4; */
  border-radius: 5px;
  overflow: hidden;
  margin-bottom: 45px;
  box-shadow: 0 12px 28px rgb(0 0 0 / 6%);
  display: flex;
  gap: 20px;
  padding: 20px;
}

.mpl_pro_pic {
  width: 40%;
  max-width: 400px;
}

.marketplace-slider img {
  border-radius: 5px;
}

.mpl_pro_cnt {
  padding: 20px 15px;
  background: #ffffff;
  display: flex;
  width: 60%;
  max-width: 600px;
}

.thm_tag_price span:first-child {
  font-size: 20px;
  color: rgb(1 40 64);
  font-weight: 600;
}

.thm_tag_price span:last-child {
  padding: 4px 10px;
  background: #f0f0f0;
  font-size: 12px;
  color: #0d0d0d;
  border-radius: 3px;
  font-weight: 600;
  letter-spacing: 0.3px;
}

.mpl_pro_cnt h3 {
  font-size: 20px;
  color: #0d0d0d;
  margin: 0px 0 15px;
  font-weight: 600;
}

.mpl_pro_cnt h3 a {
  color: #0d0d0d;
  line-height: 24px;
}

.mpl_pro_cnt p {
  font-size: 14px;
  line-height: 1.5em;
  margin: 0;
}

.thm_instl_btn {
  text-align: right;
  margin-top: 0px;
}

.thm_instl_btn a {
  color: #878787;
  display: inline-block;
  font-size: 14px;
}

.thm_instl_btn a:last-child {
  padding: 8px 18px;
  border: 1px solid #012840;
  color: #012840;
  border-radius: 2px;
  margin-left: 5px;
  transition: 0.3s ease-in-out;
  font-size: 14px;
  font-weight: 500;
  /* background: #012840; */
  text-transform: capitalize;
  line-height: normal;
}

.thm_instl_btn a:last-child:hover,
.thm_instl_btn button.click-here:last-child:hover {
  color: #fff;
  background-color: rgb(48, 207, 242);
  border-color: rgb(48, 207, 242);
}

/*********/
.market_place_pro_brdcurm {
  margin-bottom: 20px;
}

.market_place_pro_brdcurm span {
  font-size: 14px;
  color: #666;
  display: inline-block;
}

.market_place_pro_brdcurm a {
  font-size: 14px;
  color: #666;
  position: relative;
  margin-right: 20px;
  display: inline-block;
}

.market_place_pro_brdcurm a:after {
  font-family: "Font Awesome 5 Free";
  content: "\f054";
  font-weight: 600;
  margin-left: 20px;
  font-size: 12px;
  color: #666;
}

.product_pagination {
  background: #f9f9f9;
  padding: 15px;
  border-radius: 5px;
  display: flex;
  justify-content: center;
}

.product_pagination a {
  width: 40px;
  height: 40px;
  border: 1px solid #f9f9f9;
  line-height: 40px;
  text-align: center;
  font-size: 14px;
  color: #012840;
}

.product_pagination a.active {
  border-color: #c5c5c5;
  background-color: #fff;
  border-radius: 3px;
}

#marketplace_toggle {
  padding: 6px 15px;
  display: inline-block;
  color: #878787;
  border-radius: 3px;
  margin: 0 0 20px;
  background: #f9f9f9;
}

@media (max-width: 1199px) {
  .thm_tag_price span:first-child,
  .mpl_pro_cnt h3 {
    font-size: 16px;
  }

  .mpl_pro_cnt h3 {
    margin: 15px 0px;
  }

  .mpl_pro_cnt p,
  .thm_instl_btn a {
    font-size: 14px;
  }

  .thm_instl_btn a:last-child {
    padding: 6px 20px;
  }
}

@media (max-width: 991px) {
  .marketplace_product_md {
    padding: 50px 0px;
  }

  .market_place_pro_brdcurm a {
    font-size: 12px;
    margin-right: 10px;
  }

  .market_place_pro_brdcurm a:after {
    margin-left: 10px;
    font-size: 10px;
  }

  .market_place_pro_brdcurm span {
    font-size: 12px;
  }
}

@media (max-width: 767px) {
  .m_product_sidebar {
    position: fixed;
    width: 100%;
    height: 100%;
    z-index: 999;
    top: 0;
    left: 0;
    background: #fff;
    padding: 0;
    box-shadow: none;
    display: none;
  }

  .tg_mn_bar > span {
    display: flex;
    justify-content: space-between;
    padding: 10px 20px;
    color: #878787;
    background: rgb(245, 248, 250);
    font-size: 13px;
    font-weight: 600;
    border-bottom: 1px solid rgb(234, 240, 246);
    color: rgb(48, 207, 242);
  }

  .mp_filter_tp {
    padding: 0 20px;
  }

  .mp_filter_tp > ul {
    display: none;
    padding-top: 15px;
    height: 100px;
  }

  .mp_filter_head {
    font-size: 14px;
  }

  .mp_filter_tp .mp_filter_head {
    padding: 10px 20px;
    border-bottom: 1px solid #f9f9f9;
    margin: 0 -20px;
    display: flex;
    justify-content: space-between;
    cursor: pointer;
  }

  .mp_filter_tp.mp_populer_tp .mp_filter_head {
    padding: 5px 20px;
    margin: 0 -20px;
    border: 0;
    font-weight: 600;
    background: rgb(245, 248, 250);
    cursor: unset;
  }

  .mp_filter_tp .mp_filter_head:after {
    font-family: "Font Awesome 5 Free";
    content: "\f078";
    font-weight: 600;
    font-size: 13px;
    color: #000000;
  }

  .mp_filter_tp.mp_populer_tp .mp_filter_head:after {
    display: none;
  }

  .mp_filter_tp:not(:first-child) {
    margin: 0;
  }

  .mp_populer_tb_btn {
    padding: 10px 20px;
    background: #fff;
    margin: 0 -20px;
    color: #012840;
    border-bottom: 1px solid #f9f9f9;
  }

  .mp_filter_tp_wrp_m {
    height: 100%;
    overflow: scroll;
  }

  body.filter_open {
    overflow: hidden;
  }

  .mp_filter_tp:not(:last-child) {
    margin: 0px;
  }

  #marketplace_toggle_hide {
    cursor: pointer;
  }

  .marketplace_product_md {
    padding: 40px 0px;
  }
}

.type-tabs .mp_filter_tp ul {
  display: flex;
  align-items: center;
  justify-content: center;
}

.type-tabs .mp_filter_tp ul li:not(:first-child) {
  margin-top: 0;
  margin-left: 0px;
}

.type-tabs ul li {
  padding: 0px 12px;
}

.type-tabs ul li.active_tab {
  /* background: #012840!important; */
}

.type-tabs ul li.active_tab label {
  font-size: 22px;
  position: relative;
  padding-left: 0px;
  border-bottom: 2px solid #012840 !important;
  /* color: #fff; */
}

.type-tabs ul.sort_ftr {
  height: auto !important;
}

.type-tabs .mp_filter_tp label:before {
  opacity: 0;
  width: 0;
  height: 0;
}

.type-tabs .mp_filter_tp label {
  padding: 0px;
  color: #012840 !important;
  cursor: pointer;
  font-size: 22px;
  font-weight: 500;
}

.type-tabs {
  /* margin: 40px auto 10px;
  padding: 16px 0 14px;
  border-top: 1px solid #00000017; */
  margin: 100px auto 10px;
  padding: 0;
}

.type-tabs ul li label {
  font-weight: 500;
}

.type-tabs ul.sort_ftr li {
  /* background: #f2f2f2; */
  border-radius: 50px;
}

.mpl_pro_cnt h3 {
  /* min-height: 44px !important; */
}

.short-description p {
  padding-bottom: 10px;
}

.short-description ul {
  padding-left: 0px;
}

.short-description ul li {
  list-style: none;
  line-height: 1.4em;
  font-size: 13px;
  background-image: url("https://www.transfunnel.com/images/double-right-arrow-icon.png");
  background-size: 16px;
  background-repeat: no-repeat;
  padding-left: 25px;
  background-position: top 1px left 0px;
}

.short-description ul li:not(:last-child) {
  margin-bottom: 6px;
}

.price-install-box {
  display: flex;
  align-items: center;
  justify-content: space-around;
  flex-direction: column;
  gap: 40px;
  border-left: 1px solid #e4e4e4;
  margin-left: 16px;
  padding-left: 16px;
}

.preview-btn {
  /* background: #f2f2f2; */
  /* border: 1px solid #f2f2f2; */
  padding: 6px 8px;
  border-radius: 2px;
  transition: 0.3s ease-in-out;
  line-height: 24px;
  border: 1px solid #012840;
  color: #012840 !important;
  font-weight: 500;
}

.thm_instl_btn button.click-here {
  background: none;
}

.preview-btn:hover {
  border: 1px solid #000;
  background: #012840;
  color: #fff !important;
}

.preview-btn:hover i {
  color: #000;
}

.website-theme-template-box {
  width: 100%;
  max-width: 490px;
  margin: 0 auto;
}

.website-theme-template-box h2 {
  font-size: 22px;
  font-weight: 600;
  color: #0d0d0d;
  margin: 30px 0 0;
  line-height: 1.4em;
  text-align: center;
}

.short-description {
  flex: 0 0 54%;
}

.price-install-box {
  flex: 0 0 46%;
}

@media (min-width: 300px) and (max-width: 767px) {
  .pro_assest_box {
    display: block;
  }

  .mpl_pro_pic {
    width: 100%;
    max-width: 100%;
  }

  .mpl_pro_cnt {
    display: block;
    width: 100%;
    max-width: 100%;
  }

  .price-install-box {
    display: block;
    border-left: none;
    margin-left: 0px;
    padding-left: 0px;
  }

  .thm_tag_price span {
    font-size: 24px;
  }

  .thm_instl_btn {
    margin-top: 10px;
  }

  .short-description {
    margin-bottom: 30px;
  }
}

@media (min-width: 768px) and (max-width: 991px) {
  .pro_assest_box {
    display: block;
  }

  .mpl_pro_pic {
    width: 100%;
    max-width: 100%;
  }

  .mpl_pro_cnt {
    width: 100%;
    max-width: 100%;
  }
}
