.shop_table {
    margin: 0;
    padding:0.3em !important;
}

.shop_table td,
.shop_table th {
    margin: 0;
    padding:0.3em !important;
}


input.shipping-address1,input.shipping-address2,input.country,input.shipping-province, input.shipping-city  {
    width: 100px; /* Adjust the width to your preference */
    padding: 5px; /* Add some padding for better appearance */
    box-sizing: border-box; /* Ensure padding doesn't affect width */
}

input.shipping-zip {
    width: 60px;
}

input.shipping-country {
    width: 100px;
}

.shop_table th, .shop_table td {
    padding: 8px; /* Adjust padding for table cells */
    text-align: left; /* Align text to the left */
}

input#main-datatable {
    width:70px;
}

.shop_table {
    width: 100%; /* Make table full width */
    border-collapse: collapse; /* Remove space between table cells */
}

.shop_table th {
    background-color: #f8f8f8; /* Light background for header */
    border-bottom: 2px solid #ddd; /* Border under header */
}

.shop_table td {
    border-bottom: 1px solid #ddd; /* Border under each row */
}

.shop_table button {
    padding: 5px 10px; /* Adjust padding for buttons */
    font-size: 14px; /* Set font size */
}

.add-item-container {
    margin-top: 20px;
    padding: 10px 0;
}

