/* ----------------------------------------------------------------
	Custom Free Marketplace CSS
-----------------------------------------------------------------*/

@media (max-width: 768px) {
    .free_marketplace__page {
        background-color: #F2F2F2;
    }
}

/* ---------------------------------------------------
    Promotion banner
----------------------------------------------------- */
#promotion_banner2 {
    margin-top: 0;
}

@media (max-width: 992px) {

    #promotion_banner2 {
        background-color: transparent !important;
    }
}

@media (max-width: 768px) {

    #promotion_banner2 {
        background-color: #F2F2F2 !important;
    }
}

/* ---------------------------------------------------
    Card Free Post
----------------------------------------------------- */
.no_found_item_wrapper {
    border: 1px solid #bbb;
    padding: 30px 0;
    margin-top: 30px;
}

    .no_found_item_wrapper p {
        color: #13110c;
    }

/* ---------------------------------------------------
    Card Free Post
----------------------------------------------------- */
.post_free_item_form_area.sec_pad {
    padding: 40px 0px 80px;
}

/* ---------------------------------------------------
    Card Free Post
----------------------------------------------------- */
.card.free_post_item_ads_card {
    /*margin: 0 15px 0 20px;*/
    margin: 0 0 0 20px;
    border-radius: 6px;
}

    .card.free_post_item_ads_card .card-body {
        background: #e62237;
        color: #fff;
        padding: 22px 20px 12px;
        padding: 39px 20px 29px;
        padding: 66px 20px 44px;
        border-radius: 6px;
    }

    .card.free_post_item_ads_card img {
        height: 55px;
        display: inline-block;
        margin-top: -35px;
    }

    .card.free_post_item_ads_card .free_post_item_ads_card_info {
        display: inline-block;
        text-transform: uppercase;
        color: #fff;
        padding: 0 12px;
        margin-top: 0;
    }

        .card.free_post_item_ads_card .free_post_item_ads_card_info h3.card-title {
            color: #fff;
            font-size: 27px;
            font-weight: 700;
            margin-bottom: 5px;
        }

        .card.free_post_item_ads_card .free_post_item_ads_card_info h3.card-subtitle {
            color: #fff;
            font-size: 18px;
            font-weight: 700;
            letter-spacing: 2.5px;
        }

@media (max-width: 1024px) {

    .card.free_post_item_ads_card .card-body {
        padding: 26px 20px 18px;
        padding: 48px 20px 32px;
        padding: 70px 20px 48px;
    }

    .card.free_post_item_ads_card img {
        height: 68px;
        height: 48px;
        display: inline-block;
        margin-top: -30px;
    }

    .card.free_post_item_ads_card .free_post_item_ads_card_info h3.card-title {
        font-size: 20px;
    }

    .card.free_post_item_ads_card .free_post_item_ads_card_info h3.card-subtitle {
        font-size: 16px;
    }
}

@media (max-width: 992px) {

    .card.free_post_item_ads_card .card-body {
        padding: 35px 12px 25px;
        padding: 38px 12px 18px;
        padding: 62px 12px 32px;
    }

    .card.free_post_item_ads_card img {
        height: 50px;
        height: 46px;
        display: inline-block;
        margin-top: -25px;
    }

    .card.free_post_item_ads_card .free_post_item_ads_card_info {
        padding: 0 6px;
    }

        .card.free_post_item_ads_card .free_post_item_ads_card_info h3.card-title {
            font-size: 20px;
        }

        .card.free_post_item_ads_card .free_post_item_ads_card_info h3.card-subtitle {
            font-size: 13px;
        }
}

@media (max-width: 768px) {
    .frontend_free_item_list_page .marketplace_header_wrapper {
        margin-top: 15px;
    }

    .frontend_free_item_list_page .marketplace_header_wrapper .form-group {
        margin-bottom: 15px;
    }
}

@media (max-width: 480px) {

    .frontend_free_item_list_page .marketplace_header_wrapper .form-row .col-8 {
        padding-left: 0;
    }

    .frontend_free_item_list_page .marketplace_header_wrapper .form-group {
        margin-bottom: 5px;
    }

    .frontend_free_item_list_page .marketplace_header_wrapper .col-xs-pr-none {
        padding-right: 0 !important;
    }

    .frontend_free_item_list_page .marketplace_header_wrapper .col-xs-pl-xs {
        padding-left: 5px !important;
        padding-right: 10px !important;
    }

    .card.free_post_item_ads_card {
        margin: 0;
    }

        .card.free_post_item_ads_card .card-body {
            padding: 44px 12px 25px;
            padding: 45px 6px 22px;
            padding: 54px 6px 28px;
            text-align: center;
        }

        .card.free_post_item_ads_card img {
            /*height: 36px;
        display: block;
        margin-top: -28px;*/
            height: 44px;
            display: block;
            margin: -30px auto 2px !important;
            text-align: center;
        }

    .card.free_post_item_ads_card .free_post_item_ads_card_info {
        display: block;
        padding: 0;
    }

        .card.free_post_item_ads_card .free_post_item_ads_card_info h3.card-title {
            font-size: 15px;
        }

        .card.free_post_item_ads_card .free_post_item_ads_card_info h3.card-subtitle {
            font-size: 9px;
        }
}

@media (max-width: 320px) {

    .card.free_post_item_ads_card .card-body {
        padding: 46px 10px 28px;
        padding: 51px 6px 28px;
    }

    .card.free_post_item_ads_card .free_post_item_ads_card_info h3.card-title {
        font-size: 12px;
    }

    .card.free_post_item_ads_card .free_post_item_ads_card_info h3.card-subtitle {
        font-size: 7px;
    }
}

/* ---------------------------------------------------
    Form input
----------------------------------------------------- */
@media (max-width: 480px) {

    .post_free_item_form .form-group.no-float-label label {
        color: #000;
        line-height: 18px;
        font-size: 12px !important;
    }
}

.post_free_item_form .sellertype_radio_grp div.radio-custom {
    display: block;
    width: 100%;
    margin-top: 0 !important;
}

@media (max-width: 480px) {

    .post_free_item_form .sellertype_radio_grp div.radio-custom {
        margin-bottom: 5px;
    }
}

.post_free_item_form div.radio-custom label {
    font-size: 14px;
    line-height: 18px;
}

@media (max-width: 480px) {

    .post_free_item_form div.radio-custom label {
        font-size: 12px;
        line-height: 14px;
    }
}

p.openm_addesc_inp_submsg {
    line-height: 18px;
    margin-top: 8px;
}

@media (max-width: 480px) {
    p.openm_addesc_inp_submsg {
        line-height: 16px;
        margin-top: 8px;
        font-size: 14px;
    }
}

/* ---------------------------------------------------
    Upload motorcycle image
----------------------------------------------------- */
.post_free_item_form .upload_photo_label_submsg {
    font-size: 12px;
    line-height: 16px;
}

@media (max-width: 480px) {
    .post_free_item_form .upload_photo_label_submsg {
        font-size: 11px;
        line-height: 14px;
    }
}

.post_free_item_form .single_imgupload_row {
    margin-top: 10px;
    align-items: flex-start;
    justify-content: flex-start;
}

@media (max-width: 480px) {
    .post_free_item_form .single_imgupload_row {
        margin-top: 10px;
        align-items: center;
        justify-content: center;
        padding: 0 10px 0;
    }
}

    .post_free_item_form .single_imgupload_row .single_imgupload_wrapper {
        padding: 10px 15px 0;
    }

@media (max-width: 768px) {
    .post_free_item_form .single_imgupload_row .single_imgupload_wrapper {
        /*padding: 10px 20px 0;
            display: block;
            width: 100%;
            text-align: center;*/
        padding: 10px 8px 0;
        text-align: center;
    }
}

.post_free_item_form .single_imgupload_row .single_imgupload_wrapper .imgupload label.cabinet {
    display: block;
    cursor: pointer;
    text-align: center;
}

    .post_free_item_form .single_imgupload_row .single_imgupload_wrapper .imgupload label.cabinet img {
        width: 128px;
        height: 128px;
        object-fit: contain;
        background: #F5F5F5;
        padding: 0;
    }

    .post_free_item_form .single_imgupload_row .single_imgupload_wrapper .imgupload label.cabinet label.f_size_11 {
        margin-top: 5px;
    }

@media (max-width: 992px) {

    .post_free_item_form .single_imgupload_row .single_imgupload_wrapper .imgupload label.cabinet img {
        width: 70px;
        height: 70px;
        padding: 5px;
    }

    .post_free_item_form .single_imgupload_row .single_imgupload_wrapper .imgupload label.cabinet label.f_size_11 {
        font-size: 9px !important;
    }
}

@media (max-width: 768px) {

    .post_free_item_form .single_imgupload_row .single_imgupload_wrapper .imgupload label.cabinet img {
        width: 70px;
        height: 70px;
        padding: 5px;
    }

    .post_free_item_form .single_imgupload_row .single_imgupload_wrapper .imgupload label.cabinet label.f_size_11 {
        font-size: 9px !important;
    }
}

/**Upload more images**/
.openm_upload_more_motor_image_wrapper {
    text-align: center;
    padding-right: 140px;
}

@media (max-width: 1024) {

    .openm_upload_more_motor_image_wrapper {
        padding-right: 22px;
    }
}

@media (max-width: 992px) {

    .openm_upload_more_motor_image_wrapper {
        padding-right: 74px;
    }
}

@media (max-width: 768px) {

    .openm_upload_more_motor_image_wrapper {
        padding-right: 109px;
    }
}

@media (max-width: 480px) {

    .openm_upload_more_motor_image_wrapper {
        padding-right: 15px;
    }
}

    .openm_upload_more_motor_image_wrapper .openm_upload_more_motor_image_btn {
        text-decoration: underline;
        color: #e62237;
        margin-top: 20px;
        font-size: 16px;
        display: block;
    }

.openm_upload_more_motor_image_wrapper p {
    font-size: 13px;
    line-height: 16px;
    margin-top: 5px;
}

@media (max-width: 768px) {
    .openm_upload_more_motor_image_wrapper .openm_upload_more_motor_image_btn {
        margin-top: 6px;
        font-size: 13px;
    }

    .openm_upload_more_motor_image_wrapper p {
        font-size: 11px;
        line-height: 10px;
        margin-top: 10px;
    }
}

/**appt date error message**/
#openm_image_motorfront_required_msg,
#openm_image_motorback_required_msg,
#openm_image_motormileage_required_msg {
    font-size: 12px;
    margin-bottom: 0;
    display: block;
    color: #721c24;
    width: 100%;
}

@media (max-width: 768px) {
    #openm_image_motorfront_required_msg,
    #openm_image_motorback_required_msg,
    #openm_image_motormileage_required_msg {
        font-size: 9px;
        padding: 0 5px;
        line-height: 10px;
    }
}

/* ---------------------------------------------------
    price input field
----------------------------------------------------- */
.openm_motor_price_input_grp.input-group {
    border: 1px solid #ccc;
    border-radius: 4px;
}

    .openm_motor_price_input_grp.input-group .input-group-addon {
        color: #fff;
        font-weight: 600;
        background-color: #000;
        padding-right: 0;
        border: none;
        padding: 8px 20px;
        font-size: 16px;
        font-weight: 600;
        line-height: 28px;
        text-align: center;
        border-radius: 0;
    }

    .openm_motor_price_input_grp.input-group input {
        border: 0 solid #fff;
        font-size: 18px;
        padding: 16px 14px 16px 10px;
    }

/* ---------------------------------------------------
    preview button
----------------------------------------------------- */
.panel-footer-action-wrapper {
    margin-top: 40px;
}

#open_market_post_item_preview_btn {
    color: #e62237;
    background-color: #fff;
    border-color: #e62237;
}

/* ---------------------------------------------------
    Success modal
----------------------------------------------------- */
/**Sucessful modal**/
#modal_freeads_submit_success .freeads_successful_form {
    padding: 25px 15px;
}

    #modal_freeads_submit_success .freeads_successful_form .modal_content_wrapper {
        padding: 30px 20px 10px;
    }

        #modal_freeads_submit_success .freeads_successful_form .modal_content_wrapper h4 {
            margin-top: 15px;
        }

/* ---------------------------------------------------
    Free marketplace page
----------------------------------------------------- */
.op_clear_filter_btn {
    margin-top: -14px;
    text-align: right;
    float: right;
    cursor: pointer;
    color: #000;
    font-size: 14px;
    text-decoration: underline;
}

@media (max-width: 480px) {
    .op_clear_filter_btn {
        margin-top: -5px;
        font-size: 12px;
    }
}

.marketplace_used_and_new_item_wrapper.free_market_ads_item_wrapper .single_used_new_thumbnail .purchase_mode_wrapper {
    bottom: 5px;
}

.marketplace_used_and_new_item_wrapper.free_market_ads_item_wrapper .single_used_new_thumbnail .purchase_mode_wrapper .single_purchase_mode img {
    width: 22px;
    height: 22px;
    margin-right: 8px;
}

.marketplace_used_and_new_item_wrapper.free_market_ads_item_wrapper .single_used_new_thumbnail .purchase_mode_wrapper .single_purchase_mode span {
    display: inline-block;
}

@media (max-width: 480px) {
    .marketplace_used_and_new_item_wrapper.free_market_ads_item_wrapper .single_used_new_thumbnail .purchase_mode_wrapper {
        position: relative;
        bottom: unset;
        right: unset;
        display: flex;
        justify-content: space-around;
        flex-flow: wrap;
        margin-top: 6px;
        width: 100%;
    }

    .marketplace_used_and_new_item_wrapper.free_market_ads_item_wrapper .single_used_new_thumbnail .purchase_mode_wrapper .single_purchase_mode {
        width: 100%;
    }

        .marketplace_used_and_new_item_wrapper.free_market_ads_item_wrapper .single_used_new_thumbnail .purchase_mode_wrapper .single_purchase_mode img {
            width: 18px;
            height: 18px;
            margin-right: 8px;
        }

    .marketplace_used_and_new_item_wrapper.free_market_ads_item_wrapper .single_used_new_thumbnail .purchase_mode_wrapper .single_purchase_mode span {
        display: inline-block;
    }
}

.marketplace_used_and_new_item_wrapper.free_market_ads_item_wrapper .free_ads_item_other_info_wrapper {
    margin-top: 15px;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between
}

    .marketplace_used_and_new_item_wrapper.free_market_ads_item_wrapper .free_ads_item_other_info_wrapper .single_o_info {
        color: #6c757d;
        font-size: 12px;
        line-height: 28px;
        display: block;
        width: 31%;
        width: auto !important;
        text-align: center;
        text-align: left;
    }

    .marketplace_used_and_new_item_wrapper.free_market_ads_item_wrapper .free_ads_item_other_info_wrapper .single_o_info:first-child {
        text-align: left;
        width: 38%;
        width: auto !important;
    }

/*.marketplace_used_and_new_item_wrapper.free_market_ads_item_wrapper .free_ads_item_other_info_wrapper .single_o_info:last-child {
    text-align: right;
}*/

    .marketplace_used_and_new_item_wrapper.free_market_ads_item_wrapper .free_ads_item_other_info_wrapper .single_o_info img {
        width: 18px;
        height: 18px;
        margin-right: 3px;
    }

.marketplace_used_and_new_item_wrapper.free_market_ads_item_wrapper .free_ads_item_other_info_wrapper .single_o_info span {
    color: #6c757d;
    font-size: 11px;
    font-weight: 500;
    line-height: 24px;
    margin-top: 2px;
    display: inline-block;
}

@media (max-width: 1024px) {

    .marketplace_used_and_new_item_wrapper.free_market_ads_item_wrapper .free_ads_item_other_info_wrapper {
        margin-top: 0;
    }

    .marketplace_used_and_new_item_wrapper.free_market_ads_item_wrapper .free_ads_item_other_info_wrapper .single_o_info {
        width: 100% !important;
        text-align: left !important;
    }
}

/*@media (max-width: 1024px) {
    .marketplace_used_and_new_item_wrapper.free_market_ads_item_wrapper .free_ads_item_other_info_wrapper .single_o_info {
        color: #6c757d;
        font-size: 12px;
        line-height: 28px;
        display: block;
        width: 33.3%;
        text-align: center;
        padding-bottom: 5px;
    }

        .marketplace_used_and_new_item_wrapper.free_market_ads_item_wrapper .free_ads_item_other_info_wrapper .single_o_info:first-child {
            text-align: center;
            width: 33.3%;
        }

        .marketplace_used_and_new_item_wrapper.free_market_ads_item_wrapper .free_ads_item_other_info_wrapper .single_o_info:last-child {
            text-align: center;
            border-right: unset;
        }

        .marketplace_used_and_new_item_wrapper.free_market_ads_item_wrapper .free_ads_item_other_info_wrapper .single_o_info span {
            display: block;
            line-height: 14px;
        }
}

@media (max-width: 480px) {
    .marketplace_used_and_new_item_wrapper.free_market_ads_item_wrapper .free_ads_item_other_info_wrapper {
        margin-top: 5px;
        display: flex;
        flex-wrap: wrap;
        justify-content: space-between;
        margin-left: -5px;
        margin-right: -5px;
    }

    .marketplace_used_and_new_item_wrapper.free_market_ads_item_wrapper .free_ads_item_other_info_wrapper .single_o_info {
        color: #6c757d;
        font-size: 12px;
        line-height: 28px;
        display: block;
        width: 32%;
        text-align: center;
        border-right: 1px solid #ddd;
        padding: 0 2px 5px;
    }

    .marketplace_used_and_new_item_wrapper.free_market_ads_item_wrapper .free_ads_item_other_info_wrapper .single_o_info:first-child {
        text-align: center;
        width: 36%;
    }

    .marketplace_used_and_new_item_wrapper.free_market_ads_item_wrapper .free_ads_item_other_info_wrapper .single_o_info:last-child {
        text-align: center;
        border-right: unset;
    }

    .marketplace_used_and_new_item_wrapper.free_market_ads_item_wrapper .free_ads_item_other_info_wrapper .single_o_info span {
        font-size: 8px;
        display: block;
        line-height: 10px;
        text-align: match-parent;
    }
}*/

/* ---------------------------------------------------
    Free marketplace page
----------------------------------------------------- */
.free_marketplace__page .breadcrumb_area.breadcrumb_area_custom.no_promotion_banner_section_ontop {
    margin-top: 0;
}

/** purchase mode**/
.free_marketplace__page .frontend_open_market_free_ads_item #motorcycle_item_wrapper .right_side_info_wrapper {
    position: absolute;
    bottom: 50px;
    right: 16px;
}

    .free_marketplace__page .frontend_open_market_free_ads_item #motorcycle_item_wrapper .right_side_info_wrapper .single_right_side_info {
        color: #6c757d;
        font-size: 12px;
        line-height: 22px;
        display: block;
    }

.free_marketplace__page .frontend_open_market_free_ads_item #motorcycle_item_wrapper .single_right_side_info img {
    width: 28px;
    height: 28px;
    margin-right: 8px;
}

.free_marketplace__page .frontend_open_market_free_ads_item #motorcycle_item_wrapper .single_right_side_info span {
    color: #000;
    font-size: 14px;
    font-weight: 500;
    line-height: 28px;
    margin-top: 5px;
    display: inline-block;
    vertical-align: middle;
}

/**list**/
.free_marketplace__page .frontend_open_market_free_ads_item #motorcycle_item_wrapper .motor_item_info_list {
    margin: 15px 0;
    padding: 0;
}

/**list**/
.free_marketplace__page .frontend_open_market_free_ads_item #motorcycle_item_wrapper .freeads_item_info_list .single_freeads_item_info_wrapper {
    position: relative;
    width: 100%;
    -ms-box-orient: horizontal;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -moz-flex;
    display: -webkit-flex;
    display: flex;
    flex-flow: row wrap;
    align-content: flex-start;
    justify-content: flex-start;
    padding: 2px 0;
}

.free_marketplace__page .frontend_open_market_free_ads_item #motorcycle_item_wrapper .freeads_item_info_list img {
    height: 28px;
    width: 28px;
    margin-right: 8px;
}

.free_marketplace__page .frontend_open_market_free_ads_item #motorcycle_item_wrapper .freeads_item_info_list .single_freeads_item_info_right,
.free_marketplace__page .frontend_open_market_free_ads_item #motorcycle_item_wrapper .freeads_item_info_list .single_freeads_item_info_right h3 {
    font-size: 13px;
    font-weight: 400;
    color: #000;
    margin-top: 3px;
}

/**Action btn**/
.freeads_item_contact_actions .whatsapp_seller_btn,
.freeads_item_contact_actions .direct_call_seller_btn {
    text-align: center;
    font-size: 22px;
    padding: 10px 40px;
    margin-top: 0;
    line-height: 26px;
}

@media (max-width: 480px) {
    .freeads_item_contact_actions .whatsapp_seller_btn,
    .freeads_item_contact_actions .direct_call_seller_btn {
        font-size: 16px;
        line-height: 18px;
        padding: 10px 20px;
    }
}

/**hr line**/
.free_marketplace__page .hr_line_seperator hr {
    border-top: 1px solid #747474;
    margin: 30px 0;
}

/**desc and spec**/
.free_marketplace__page #motorcycle_item_desc_wrapper .card {
    margin-top: 5px;
    border-color: #747474;
}

    .free_marketplace__page #motorcycle_item_desc_wrapper .card .card-body,
    .free_marketplace__page #motorcycle_item_desc_wrapper .card .card-body h2 {
        font-size: 16px;
        font-weight: 400;
        color: #000;
        min-height: 124px;
        white-space: pre-line;
    }

.free_marketplace__page #motorcycle_item_desc_wrapper p {
    font-weight: 400;
    font-size: 14px;
    line-height: 24px;
    margin-bottom: 12px;
    color: #000;
}

@media (max-width: 480px) {

    .free_marketplace__page #motorcycle_item_desc_wrapper .card .card-body {
        font-size: 12px;
        line-height: 20px;
    }

    .free_marketplace__page #motorcycle_item_desc_wrapper p {
        font-size: 12px;
        line-height: 20px;
    }
}

    .free_marketplace__page #motorcycle_item_desc_wrapper p span {
        padding: 0 !important;
    }

.free_marketplace__page #motorcycle_item_desc_wrapper img {
    width: 100% !important;
    height: auto !important;
    margin-bottom: 1rem;
}

.free_marketplace__page #motorcycle_item_desc_wrapper iframe {
    width: 100% !important;
}

/**specification list**/
.free_marketplace__page #motorcycle_item_spec_wrapper .card {
    margin-top: 5px;
    border-color: #747474;
}

.freeads_spec_item_info_list .single_freeads_spec_item_info_wrapper {
    position: relative;
    width: 100%;
    -ms-box-orient: horizontal;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -moz-flex;
    display: -webkit-flex;
    display: flex;
    flex-flow: row wrap;
    align-content: flex-start;
    justify-content: flex-start;
}

    .freeads_spec_item_info_list .single_freeads_spec_item_info_wrapper .single_freeads_spec_item_info_left {
        font-size: 16px;
        line-height: 28px;
        font-weight: 400;
        color: #000;
        margin: 0;
        flex: 1 0 50%;
        text-align: left;
    }

    .freeads_spec_item_info_list .single_freeads_spec_item_info_wrapper .single_freeads_spec_item_info_right {
        font-size: 16px;
        font-weight: 600;
        color: #000;
        margin: 0;
        flex: 1 0 50%;
        text-align: right;
    }


@media (max-width: 480px) {

    .freeads_spec_item_info_list .single_freeads_spec_item_info_wrapper .single_freeads_spec_item_info_left {
        font-size: 12px;
        line-height: 20px;
    }

    .freeads_spec_item_info_list .single_freeads_spec_item_info_wrapper .single_freeads_spec_item_info_right {
        font-size: 12px;
        line-height: 20px;
    }
}

/* ---------------------------------------------------
    Free marketplace page - view more carousel section
----------------------------------------------------- */
.view_history_item_carousel .single_carousel_item .freeads_spec_item_info_list {
    margin-top: 15px;
}

    .view_history_item_carousel .single_carousel_item .freeads_spec_item_info_list .single_freeads_spec_item_info_wrapper .single_freeads_spec_item_info_left {
        font-size: 10px;
        line-height: 16px;
        font-weight: 400;
        color: #000;
        margin: 0;
        flex: 1 0 40%;
        text-align: left;
    }

    .view_history_item_carousel .single_carousel_item .freeads_spec_item_info_list .single_freeads_spec_item_info_wrapper .single_freeads_spec_item_info_right {
        font-size: 10px;
        line-height: 16px;
        font-weight: 600;
        color: #000;
        margin: 0;
        flex: 1 0 60%;
        text-align: right;
    }

@media (max-width: 480px) {

    .view_history_item_carousel .single_carousel_item .freeads_spec_item_info_list .single_freeads_spec_item_info_wrapper .single_freeads_spec_item_info_left {
        font-size: 9px;
        line-height: 16px;
    }

    .view_history_item_carousel .single_carousel_item .freeads_spec_item_info_list .single_freeads_spec_item_info_wrapper .single_freeads_spec_item_info_right {
        font-size: 9px;
        line-height: 16px;
    }
}

/* ---------------------------------------------------
    Preview modal
----------------------------------------------------- */
@media (max-width: 768px) {
    #modal_preview_freeads #frontend_market_page_container {
        padding: 20px 0 60px;
    }
}

#modal_preview_freeads .marketplace_motor_item_info_body h1 {
    font-size: 18px;
    font-weight: 700;
    line-height: 24px;
    margin-bottom: 15px;
}

@media (max-width: 480px) {

    #modal_preview_freeads .marketplace_motor_item_info_body h1 {
        font-size: 18px;
        font-weight: 600;
        line-height: 24px;
        margin-bottom: 20px;
    }
}

#modal_preview_freeads #motorcycle_item_image_carousel_wrapper img {
    width: 100%;
    height: 280px;
    object-fit: cover;
    border-radius: 8px;
    background: #F5F5F5;
}

#modal_preview_freeads .marketplace_motor_item_info_body .item_price {
    font-size: 40px;
    font-weight: 700;
    color: #E72236;
    margin: 8px 0;
    flex: 1 0 50%;
}

@media (max-width: 480px) {
    #modal_preview_freeads .marketplace_motor_item_info_body .item_price {
        font-size: 28px;
        font-weight: 700;
    }
}

#modal_preview_freeads .marketplace_motor_item_info_body h5 {
    font-size: 14px;
    font-weight: 400;
    line-height: 16px;
    color: #8A8A8A;
    margin-bottom: 0;
}

#modal_preview_freeads #motorcycle_item_desc_wrapper .card .card-body {
    font-size: 16px;
    font-weight: 400;
    color: #000;
    min-height: 124px;
    white-space: pre-line;
}

/** purchase mode**/
#modal_preview_freeads .frontend_open_market_free_ads_item #motorcycle_item_wrapper .right_side_info_wrapper {
    position: absolute;
    bottom: 5px;
    right: 16px;
}

    #modal_preview_freeads .frontend_open_market_free_ads_item #motorcycle_item_wrapper .right_side_info_wrapper .single_right_side_info {
        color: #6c757d;
        font-size: 12px;
        line-height: 22px;
        display: block;
    }

#modal_preview_freeads .frontend_open_market_free_ads_item #motorcycle_item_wrapper .single_right_side_info img {
    width: 28px;
    height: 28px;
    margin-right: 8px;
}

#modal_preview_freeads .frontend_open_market_free_ads_item #motorcycle_item_wrapper .single_right_side_info span {
    color: #000;
    font-size: 14px;
    font-weight: 500;
    line-height: 28px;
    margin-top: 5px;
    display: inline-block;
    vertical-align: middle;
}

/**list**/
#modal_preview_freeads .frontend_open_market_free_ads_item #motorcycle_item_wrapper .motor_item_info_list {
    margin: 15px 0;
    padding: 0;
}

/**list**/
#modal_preview_freeads .frontend_open_market_free_ads_item #motorcycle_item_wrapper .freeads_item_info_list .single_freeads_item_info_wrapper {
    position: relative;
    width: 100%;
    -ms-box-orient: horizontal;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -moz-flex;
    display: -webkit-flex;
    display: flex;
    flex-flow: row wrap;
    align-content: flex-start;
    justify-content: flex-start;
    padding: 2px 0;
}

#modal_preview_freeads .frontend_open_market_free_ads_item #motorcycle_item_wrapper .freeads_item_info_list img {
    height: 28px;
    width: 28px;
    margin-right: 8px;
}

#modal_preview_freeads .frontend_open_market_free_ads_item #motorcycle_item_wrapper .freeads_item_info_list .single_freeads_item_info_right {
    font-size: 13px;
    font-weight: 400;
    color: #000;
}

/**Action btn**/
#modal_preview_freeads .freeads_item_contact_actions .whatsapp_seller_btn,
#modal_preview_freeads .freeads_item_contact_actions .direct_call_seller_btn {
    text-align: center;
    font-size: 16px;
    padding: 10px 10px;
    margin-top: 0;

    line-height: 24px;
}

@media (max-width: 480px) {
    #modal_preview_freeads .freeads_item_contact_actions .whatsapp_seller_btn,
    #modal_preview_freeads .freeads_item_contact_actions .direct_call_seller_btn {
        font-size: 14px;
        line-height: 18px;
        padding: 10px 20px;
    }
}

@media (max-width: 480px) {

    #modal_preview_freeads #motorcycle_item_desc_wrapper h5 {
        font-size: 14px;
        margin-top: 10px;
    }

    #modal_preview_freeads #motorcycle_item_desc_wrapper .card .card-body {
        font-size: 12px;
        line-height: 20px;
    }

    #modal_preview_freeads #motorcycle_item_desc_wrapper p {
        font-size: 12px;
        line-height: 20px;
    }
}

@media (max-width: 480px) {

    #modal_preview_freeads #motorcycle_item_spec_wrapper h5 {
        font-size: 14px;
        margin-top: 15px;
    }

    #modal_preview_freeads .freeads_spec_item_info_list .single_freeads_spec_item_info_wrapper .single_freeads_spec_item_info_left {
        font-size: 12px;
        line-height: 20px;
    }

    #modal_preview_freeads .freeads_spec_item_info_list .single_freeads_spec_item_info_wrapper .single_freeads_spec_item_info_right {
        font-size: 12px;
        line-height: 20px;
    }
}

/* ---------------------------------------------------
    free marketplace motorcycle details page
----------------------------------------------------- */
@media (max-width: 992px) {
    .free_marketplace_details_page .edm_sticky_menu_area,
    .free_marketplace_details_page .edm_sticky_menu_area .web__view,
    .free_marketplace_details_page .edm_sticky_menu_area .mobile__view {
        display: none !important;
    }

    .free_marketplace_details_page .breadcrumb_area.breadcrumb_area_custom {
        display: none !important;
    }

    .free_marketplace_details_page .promotion_banner_area_custom {
        display: none !important;
    }
}