/*
Theme Name: Valeska Child
Theme URI: https://valeska.qodeinteractive.com
Description: A child theme of Valeska
Author: Edge Themes
Author URI: https://qodeinteractive.com
Version: 1.0
Text Domain: valeska
Template: valeska
*/

#shipping_country_field span.woocommerce-input-wrapper,
#billing_country_field span.woocommerce-input-wrapper {
    margin: 0 0 20px;
    padding: 13.5px 17px;
    font-family: inherit;
    font-size: 17px;
    line-height: 24px;
    font-weight: inherit;
    color: grey;
    background-color: transparent;
    border: 1px solid #ddd9ca;
    width: 100%;
    display: inline-block;
    cursor: not-allowed;
}