 /*====== SIGNUP FORM ====*/


    .portlet-body.form table tbody tr td > table > tbody >  td:first-child {
        font-size: 12px !important;
        color: #808080 !important;
    }


   

    .carousel-inner > .item > img {
        width: auto !important;
       	height: auto !important;
    }

    .portlet-body.form tbody tr > td.prod table {
        background: #fff !important;
        max-width: 300px;
        margin-top: 30px;
        width: 95% !important;
    }
    .portlet-body table tbody tr td.prod table tbody tr td:nth-child(1) {
        padding: 10px;
    }

    .portlet-body table tbody tr td.prod table tbody tr:nth-child(7) td:nth-child(1) {
        padding: 0;
    }

    .carousel:hover a.carousel-control {
        display: none !important;
    }

    td.prodTitle {
        padding: 0 !important;
        font-size: 15px;
    }

    .prod .quantSec {
        max-width: unset;
    }

    .portlet-body table tbody tr td.prod table tbody tr td:nth-child(1) {
        padding: 10px;
    }

    .portlet-body.form .table tbody:first-child tr:first-child td:first-child select {
        display: none;
    }

    td#delSD tr.clsMEM {
        display: none;
    }



    input[type="text"].m-wrap,
    select.m-wrap {
        border: solid 1px #ddd;
    }
