table.woocommerce-MyAccount-suborderlist tr th {
	background: #eaeaea;
}
table.woocommerce-MyAccount-suborderlist tr td {
	background: #f9f9f9;
}
.device-too-small-message{
    display: none;
}
table.pwc-table th,
table.pwc-table td,
table.pwc-table th > span{
	font-size: 0.85em;
}
.select2-container--default .select2-selection--single {
    background-color: #E6E8E7;
    border: 1px solid #E6E8E7;
    box-shadow: inset 0 0px 0px rgba(0, 0, 0, 0.1);
    color: #1e1e1e;
    font-size: 13px;
    font-weight: 400;
    height: 40px;
    padding: 0 8px;
    border-radius: 0;
    -webkit-transition: border-color 0.15s linear,background 0.15s linear;
    -moz-transition: border-color 0.15s linear,background 0.15s linear;
    -ms-transition: border-color 0.15s linear,background 0.15s linear;
    -o-transition: border-color 0.15s linear,background 0.15s linear;
    transition: border-color 0.15s linear,background 0.15s linear;
}
.select2-container--default .select2-selection--single .select2-selection__rendered {
    height: 38px;
    line-height: 38px;
}
.select2-container--default .select2-selection--single .select2-selection__arrow {
	height: 38px;
}
#billing_postcode_field,
#billing_city_field {
	width: 47%;
	clear: none;
}
@media only screen and (max-width: 768px) {
    ul.woocommmerce-steps li {
        width: 36%;
    }
    ul.woocommmerce-steps li .li-text{
        display: none;
    }
    .woocommerce-cart table.cart td.product-quantity,
    .woocommerce-cart table.cart td.product-quantity .quantity{
        width: 100% !important;
    }
    .woocommerce-cart .coupon .button,
    .woocommerce-cart .coupon #coupon_code{
        width: 100% !important;
    }
    .woocommerce-cart .product-name a,
    .woocommerce-cart .product-name dt{
        clear: both;
        float: none;
        padding-top: 12px;
        display: block;
        text-align: left !important;
    }
    table.cart td,
    table.cart tr{
	    padding-left: 0 !important;
	    padding-right: 0 !important;
    }
    .woocommerce-MyAccount-orders td{
        width: 100% !important;
        float:left;
    }
    .woocommerce table.shop_table_responsive tr,
    .woocommerce-page table.shop_table_responsive tr {
        display: block;
        border-top: 1px solid #818181;
        clear: both;
    }
    .woocommerce-page table.shop_table_responsive td{
        border: 0 !important;
    }
    table.shop_table.vendor_order_detail_table tr td{
        padding: 4px 0 !important;
    }
}
@media only screen and (max-width: 580px) {
/* 
    .pwc-table tr{
        border-top: 1px solid #818181;
        border-bottom: 1px solid #818181;
    }
    .pwc-table tr td:first-child{
        font-weight: bold;
        padding-bottom: 0px !important
        
    }
    .pwc-table td{
        width: 100%;
        float: left;
        border: 0 !important;
        padding: 12px 0px !important;
    }
    table#pwc-product-table tr th{
        float: left;
    }
    table#pwc-product-table tr td{
        padding: 4px 0 !important; 
    }
 */
    .hide-on-mobile{
        display: none;
    }
    .device-too-small-message{
        display: block;
    }
}
