
/*Grid*/
    .col-sm-4.box_tobe_filled span {
        position: absolute;
        z-index: 1;
        top: 0px;
        left: 0px;
        right: 0px;
        bottom: 0px;
    }
    .col-sm-6.box_tobe_filled span {
        position: absolute;
        z-index: 1;
        top: 0px;
        left: 0px;
        right: 0px;
        bottom: 0px;
    }
    .col-sm-4.box_tobe_filled:before {
        width: 100%;
        height: auto;
        display: block;
        filter: opacity(50%);
        /*padding-top: 122% !important;*/
        content: '';
    }
    .col-sm-6.box_tobe_filled:before {
        width: 100%;
        height: auto;
        display: block;
        filter: opacity(50%);
        /*padding-top: 122% !important;*/
        content: '';
    }
        
    .col-sm-4.box_tobe_filled:after {
        content: '\A';
        position: absolute;
        width: 100%;
        height: 100%;
        top: 0;
        left: 0;
        background: rgba(0,0,0,0.3);
        opacity: 0;
        transition: all 1s;
        -webkit-transition: all 1s;
        z-index: 1;
    }
    .col-sm-6.box_tobe_filled:after {
        content: '\A';
        position: absolute;
        width: 100%;
        height: 100%;
        top: 0;
        left: 0;
        background: rgba(0,0,0,0.3);
        opacity: 0;
        transition: all 1s;
        -webkit-transition: all 1s;
        z-index: 1;
    }

    .mm_filled_col.col-sm-6 .col-sm-4.box_tobe_filled {
        width: 31% !important;
        position: relative;
    }
    .mm_filled_col.col-sm-6 .col-sm-6.box_tobe_filled {
        width: 48% !important;
        position: relative;
    }

    /*product info*/
    .col-sm-4 .mm_item_info {
        text-align: center;
        padding: 10px;
        color: black;
    }
    .col-sm-6 .mm_item_info {
        text-align: center;
        padding: 0 0 8px;
        color: black;
    }

    /*product name*/
    .col-sm-4.box_pro_item p.mm_pro_title {
        line-height: 22px;
        text-transform: capitalize;
        height: 70px;
        margin-bottom: 10px;
    }
    .col-sm-6.box_pro_item p.mm_pro_title {
        line-height: 50px;
        text-transform: capitalize;
        height: 50px;
        margin-bottom: 0px;
    }

    /*style items to show*/
    .mm_add_product_col .col-sm-4.box_pro_item {
        border: 1px solid #ccc;
        margin: 0 5px 5px 0;
        padding: 0px;
        width: 31% !important;
        margin-left: 0px;
        float: left;
    }
    .mm_add_product_col .col-sm-6.box_pro_item {
        border: 1px solid #ccc;
        margin: 0 0.5% 1% 0.5%;
        padding: 0px;
        width: 49% !important;
        margin-left: 0px;
        float: left;
    }
    .col-sm-4.box_pro_item figure {
        position: relative;
        padding: 4px;
    }
    .col-sm-6.box_pro_item figure {
        position: relative;
        padding: 4px;
    }

    .col-sm-4.box_pro_item figure:hover .mm_adding_pro_icon,
    .col-sm-4.box_pro_item figure:hover .mm_quantity.buttons_added {
        display: block;
    }
    .col-sm-4.box_pro_item figure:hover img{
        opacity: 0.6;
        filter:alpha(opacity=70);
    }
    .col-sm-6.box_pro_item figure:hover .mm_adding_pro_icon,
    .col-sm-6.box_pro_item figure:hover .mm_quantity.buttons_added {
        display: block;
    }
    .col-sm-6.box_pro_item figure:hover img{
        opacity: 0.6;
        filter:alpha(opacity=70);
    }
    .mm_quantity {
        display: inline-block; 
    }
    .mm_quantity .input-text.qty {
        width: 40px;
        height: 30px;
        padding: 0 1px;
        text-align: center;
        background-color: transparent;
        border: 1px solid #525252;
        color: black;
    }
    .mm_quantity.buttons_added {
        text-align: center;
        position: absolute;
        left: 0;
        right: 0;
        top: 38%;
        bottom: 0;
        cursor: pointer;
        background-position: center 30%;
        background-repeat: no-repeat;
        margin: 0 auto;
        display: none; 
    }
    .mm_quantity.buttons_added input {
        display: inline-block;
        margin: 0;
        vertical-align: top;
        box-shadow: none;
    }
    .mm_quantity.buttons_added .minus,
    .mm_quantity.buttons_added .plus {
        padding: 0px 10px 0px 10px;
        height: 30px;
        background-color: #0a0a0a;
        cursor: pointer;
        color: white;
    }
    .mm_quantity.buttons_added .minus {
        border-right: 0; 
    }
    .mm_quantity.buttons_added .plus {
        border-left: 0; 
    }
    .mm_quantity.buttons_added .minus:hover,
    .mm_quantity.buttons_added .plus:hover {
        background: #6b6b6b; 
    }
    .mm_quantity input::-webkit-outer-spin-button,
    .mm_quantity input::-webkit-inner-spin-button {
        -webkit-appearance: none;
        -moz-appearance: none;
        margin: 0; 
    }
    .mm_quantity.buttons_added .minus:focus,
    .mm_quantity.buttons_added .plus:focus {
        outline: none; 
    }
    .col-md-6.mm_float_center {
        text-align: center;
    }
    .col-md-6.mm_float_center .quantity {
        float: unset !important;
    }
    .mm_quantity_addtocart .col-md-12 {
        margin-top: 28px;
    }
    .mm_quantity_addtocart .mm_totalPrice {
        margin-bottom: 25px;
    }
    .mm_quantity_addtocart button.single_add_to_cart_button {
        background: #dd3333;
    }
    .col-md-12.mm_topHeading {
        text-align: center;
    }
    .mm_topHeading span, 
    .col-md-12.mm_topHeading .parentPrice {
        font-size: 25px;
    }
    .col-md-12.mm_topHeading {
        text-align: center;
        margin-bottom: 15px;
    }
    .mm_topHeading hr {
        margin-top: 5px;
        margin-bottom: 5px;
    }
    div#mm_error {
        margin: 0 auto;
        width: 100% !important;
    }
    #mm_error, #mm_stack_full,
    #mmlist_error {
        display: none;
    }
    .col-sm-4.box_tobe_filled span img {
        border-radius: 0px ;
        min-width: 100%;
        height: auto;
    }
    .col-sm-6.box_tobe_filled span img {
        border-radius: 0px ;
        min-width: 100%;
        height: auto;
    }
    .col-sm-4.box_tobe_filled.mm_yes:hover .mm_remove_product_icon {
        display: block;
    }
    .col-sm-4.box_tobe_filled.mendatory:hover .mm_remove_product_icon {
        display: none;
    }
    .col-sm-6.box_tobe_filled.mm_yes:hover .mm_remove_product_icon {
        display: block;
    }
    .col-sm-6.box_tobe_filled.mendatory:hover .mm_remove_product_icon {
        display: none;
    }
    .thumb-up-mm img {
        position: absolute;
        top: 5px;
        left: 5px;
    }
    .thumb-up-mm p {
        position: absolute;
        top: 5px;
        left: 38px;
        color: green;
    }
    .thumb-up-mm {
        display: none;
    }
    #tobe_section {
        padding: 0;
    }


/*List*/

    /*listing tempalte*/
    .mm_list_image {
        width: 150px;
        margin: 0 auto;
    }
    /*.mix_match_container_wrap_list .jumbotron .row {
        padding-bottom: 15px;
    }*/
    .mm_list_product_wrap {
        padding: 15px 10px 0px 10px;
        background: #f9f9f9;
        margin-bottom: 0px;
    }
    .mm_list_product_wrap .row {
        padding-bottom: 10px;
    }
    .mm_list_name {
        padding: 10px 0px;
    }
    .mm_list_name a{
        color: #96588a;
        text-transform: capitalize;
        font-weight: bold;
    }
    .mm_list_number input {
        width: 100%;
        text-align: center;
    }
    #mm_error, #mm_stack_full,
    #mmlist_error {
        display: none;
    }
