.woo-keystone-product-info {
    margin: 15px 0;
    padding: 10px;
    background: #f8f8f8;
    border: 1px solid #e2e2e2;
}
.woo-keystone-product-info .stock {
    font-weight: bold;
}
.woo-keystone-product-info .in-stock {
    color: #00a32a;
}
.woo-keystone-product-info .out-of-stock {
    color: #d63638;
}
.woo-keystone-warehouses {
    list-style: none;
    margin: 0;
    padding: 0;
    font-size: 0.9em;
}
.woo-keystone-warehouses li {
    display: inline-block;
    margin-right: 10px;
}
.woo-keystone-badge {
    display: inline-block;
    padding: 3px 8px;
    margin: 2px 0;
    border-radius: 3px;
    font-size: 0.8em;
    font-weight: bold;
    color: #fff;
}
.woo-keystone-badge.hazmat {
    background: #d63638;
}
.woo-keystone-badge.non-returnable {
    background: #dba617;
}
.woo-keystone-badge.special-order {
    background: #2271b1;
}
.woo-keystone-ships-from {
    font-style: italic;
    color: #555;
}
.woo-keystone-shipping-dropdown {
    margin: 0.75em 0;
    max-width: 100%;
}

.woocommerce-cart .woo-keystone-shipping-dropdown {
    overflow: visible;
}

.woocommerce-checkout .woo-keystone-shipping-dropdown {
    overflow: hidden;
}
.woo-keystone-shipping-label {
    display: block;
    margin-bottom: 0.5em;
    font-weight: 600;
    font-size: 1em;
    color: #333;
}
.woo-keystone-shipping-select {
    width: 100%;
    min-width: 100%;
    max-width: 100%;
    padding: 10px 5px 14px 18px;
    font-size: 1em;
    line-height: 1.5;
    border: 1px solid #c4c4c4;
    border-radius: 8px;
    background-color: #fff;
    color: #333;
    appearance: none;
    -webkit-appearance: none;
    -moz-appearance: none;
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='16' height='16' viewBox='0 0 24 24' fill='none' stroke='%23555' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'%3E%3Cpath d='M6 9l6 6 6-6'/%3E%3C/svg%3E");
    background-repeat: no-repeat;
    background-position: right 8px center;
    background-size: 14px 14px;
    box-shadow: 0 1px 2px rgba(0,0,0,0.05);
    transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
    cursor: pointer;
    box-sizing: border-box;
}

/* Allow the dropdown to expand to fit long option text on the cart page,
   where the sidebar has more room. */
.woocommerce-cart .woo-keystone-shipping-select {
    width: auto;
    min-width: 100%;
    max-width: none;
}

/* On checkout the shipping area is inside an order-review table;
   keep the dropdown constrained to its cell so it doesn't break the layout. */
.woocommerce-checkout .woo-keystone-shipping-select {
    width: 100%;
    min-width: 0;
    max-width: 100%;
    display: block;
}
.woo-keystone-shipping-select:hover {
    border-color: #999;
}
.woo-keystone-shipping-select:focus {
    border-color: #2271b1;
    outline: 0;
    box-shadow: 0 0 0 3px rgba(34, 113, 177, 0.2);
}

@media (min-width: 768px) {
    .woo-keystone-shipping-select {
        padding: 10px 30px 14px 18px;
        font-size: 1.1em;
        background-position: right 14px center;
        background-size: 18px 18px;
    }
}

@media (max-width: 480px) {
    .woo-keystone-shipping-select {
        min-width: 100%;
    }
}
