/*
 Theme Name:   Woodmart Child
 Description:  Woodmart Child Theme
 Author:       XTemos
 Author URI:   http://xtemos.com
 Template:     woodmart
 Version:      1.0.0
 Text Domain:  woodmart
*/

.acf-prices-table {
    width: 100%;
    border-collapse: collapse;
}

.prices-cell {
    border: 1px solid #000;
    vertical-align: top;
    padding: 0;
    width: 50%;
}

.prices-cell h3 {
    margin: 0;
    padding: 20px;
    font-size: 16px;
    border-bottom: 1px solid #000;
}

.prices-cell ul {
    list-style: none;
    margin: 0;
    padding: 20px;
}

.prices-cell ul li {
    margin-bottom: 10px;
}

.prices-cell ul li i {
    color: green;
    margin-right: 10px;
}



@media (max-width: 760px) {
    .acf-prices-table, .acf-prices-table tbody, .acf-prices-table tr, .acf-prices-table td {
        display: block;
        width: 100%;
    }

    .prices-cell {
        width: 100%;
        border-bottom: none;
        border-left: 1px solid #000;
    }

    .prices-cell:first-child {
        border-top: 1px solid #000;
    }


}


div.quantity input[type="number"] {
	width:40px!important;
}
