#shipping-calc {
    margin-top: 30px;
}
#shipping-calc .cep-area {
    display: flex;
    flex-wrap: wrap;
    margin-bottom: 0;
}
#shipping-calc #virt-button {
    padding: 8px 12px;
    background: #ac996d;
    color: #fff;
    font-weight: bold;
    text-shadow: none;
    margin: 0;
    max-height: 38px;
    margin-left: 10px;
    border: none;
    line-height: 20px;
    min-width: initial;
    min-height: initial;
    cursor: pointer;
    border-radius:10px;
}
#shipping-calc p {
    font-size: 14px;
    margin-bottom: 8px;
    font-weight: bold;
}
a.search-cep {
    display: block;
    color: #ac996d;
    font-size: 12px;
    margin-left: 6px;
    margin-top: 4px;
}
#shipping-calc #virt-postcode {
    border-radius: 3px;
    border-width: 1px;
    border-color: #8adf9c !important;
    max-width: 180px;
    letter-spacing: 1px;
    height: 38px;
    font-size: 16px;
    padding: 0 10px 0 50px;
    margin: 0;
}
#shipping-calc .cep-area::before {
    content: "";
    background-image: url(../images/shipping.png);
    width: 50px;
    height: 38px;
    background-repeat: no-repeat;
    position: absolute;
    z-index: 2;
    background-size: 25px;
    background-position: center;
}
.cep-area ::placeholder {
    font-size: 14px;
}
.cep-area :-ms-input-placeholder {
    font-size: 14px;
}
.cep-area :-webkit-input-placeholder {
    font-size: 14px;
}
#virt-button:hover {
    filter: brightness(1.3);
    box-shadow: none;
}
.table-calc {
    font-size: 16px;
    width: 100%;
    border: none;
    border-collapse: collapse;
}
.table-calc th,
.table-calc td {
    padding: 10px 0;
    font-size: 16px;
    border: none;
}
.table-calc th {
    background-color: transparent;
}
.table-calc td {
    font-size: 16px;
    line-height: 24px;
}
.table-calc tbody tr {
    border-top: 1px solid #ddd;
}
.table-calc thead tr {
    border-bottom: 2px solid #ddd;
    text-align: left;
}
.table-calc th:last-child {
    text-align: center;
}
.table-calc td:last-child {
    text-align: center;
    width: 125px;
    font-weight: bold;
    font-size: 16px;
    color: green;
}
.table-calc td {
    font-weight: bold;
}
#virt-calc-response {
    margin-top: 20px;
    max-width: 480px;
    width: 100%;
}
.delivery-time {
    display: block;
    font-size: 14px;
    margin-top: 0px;
    font-weight: normal;
    color: #4c5157;
}
#virt-calc-response .woocommerce-notices-wrapper {
    margin-top: 30px;
}
.summary + #shipping-calc {
    max-width: 400px;
}