﻿.for-sale-card .image-container img {
    width: 60%;
}

@media (max-width: 479px) {
    .pager a, .pager strong {
        margin-left: 2px;
        padding: 3px 6px;
    }

    .search-btn{
        display:none;
    }

    .description-brief {
        font-size: 14pt!important;
    }

    .master-header .material-icons-outlined{
        padding:5px;
    }

    .search-container {
        width: 100%;
    }

    .carousel-control-next, .carousel-control-prev {
        display: none;
    }

    .detail-bbb-logo {
        width: 80%!important;
    }
}

@media (max-width: 825px) {
    .for-sale-card .image-container img {
        width: 100%;
    }

    .card-grid .headline {
        font-size: 0.4em;
    }

    .truncate-bodytext {
        font-size: 0.8em;
    }
}

@media(max-width: 768px) {
    .detail-back-top {
        right: 2px;
        bottom: 15%;
    }
    
    .list-back-top {
        right: 2px;
        bottom: 2%;
    }

    #m-shoppingCart-drawer {
        width: 100%;
        min-width: 0px;
        max-width: 100%;
    }
    .detail-field-row .m-col-xs-12 {
        width: 100%;
        margin: 5px 0;
    }

    .detail-field-row .m-col-xs-80 {
        width: 80%;
        margin: 5px 0;
    }

    .detail-field-row .m-col-xs-50 {
        width: 50%;
        margin: 5px 0;
    }

    .detail-field-row .specific-checkbox .mdc-form-field {
        width: 50%;
    }

    .detail-field-row .text-align-left12 {
        text-align: left;
    }

    .mdc-dialog__actions .mdc-button--outlined {
        margin: 0;
    }

    .mdc-dialog--open .mdc-dialog__surface {
        min-width: 280px !important;
    }

    .m-itemforsale-row {
        display: block;
    }

        .m-itemforsale-row .m-col-3-1 {
            display: none;
        }

        .m-itemforsale-row .m-col-3-1, .m-itemforsale-row .m-col-3-2, .m-itemforsale-row .m-col-3-3 {
            width: 100%;
            margin-top: 5px;
        }

        .m-itemforsale-row .m-col-3-3 {
            text-align: center !important;
        }

        .m-itemforsale-row .m-sm-col-3-1 {
            display: none;
        }

        .m-itemforsale-row .m-sm-col-3-1, .m-itemforsale-row .m-sm-col-3-2, .m-itemforsale-row .m-sm-col-3-3 {
            width: 100%;
            margin-top: 5px;
        }

        .m-itemforsale-row .m-sm-col-3-3 {
            text-align: center !important;
        }

    .mdc-dialog__actions .mdc-button-xs-left.right {
        float: left;
        margin-top: 10px;
    }

    .m-checkout-wrapper {
        height: auto !important;
    }

    .m-checkout-container {
        padding-bottom: 100px;
    }

    .m-shoppingcart-title {
        font-size: 1em;
    }

    .detail-binprice {
        font-size: 20px;
    }

    .number-left-btn, .number-control-panel input.number-center-input, .number-right-btn {
        font-size: 20px;
        height: 32px;
        padding: 6px 10px;
    }

    .m-checkout-thankyou-btn{
        height: auto;
    }

    /* wallet */
    .mywallet_carditem {
        width: 100%
    }

    #m_mywallet_btn_addnew {
        margin: 10px auto !important;
    }

    #m_mywallet_cardlist .carousel-item {
        transition: -webkit-transform .6s ease-in-out;
        transition: transform .6s ease-in-out;
        transition: transform .6s ease-in-out,-webkit-transform .6s ease-in-out;
    }

    .mywallet_carditem {
        margin-right: -100%;
    }

    #mywallet_carousel_indicators {
        z-index: 1;
    }

    /*.leadGroup_headerText {
        width: 100%!important;
    }*/

    .leadGroup_headerText h1, .uc_nomatch h1 {
        font-size: 1.4rem !important;
    }

    .leadGroup_headerText h3, .uc_nomatch h3 {
        font-size: 1.0rem !important;
    }
}