/* KATMIRRA_CHECKOUT_TURKEY_LOCATION_STYLE_V1 */
#checkout-form select[name="province"],#checkout-form select[name="city"]{width:100%;height:44px;border:1px solid #d7d0d3;border-radius:7px;padding:0 40px 0 13px;font:14px/1.2 "Segoe UI Variable","Segoe UI",Inter,Arial,sans-serif;background:#fff;color:#2d272a;outline:0;appearance:none;background-image:linear-gradient(45deg,transparent 50%,#7b6f75 50%),linear-gradient(135deg,#7b6f75 50%,transparent 50%);background-position:calc(100% - 17px) 19px,calc(100% - 12px) 19px;background-size:5px 5px,5px 5px;background-repeat:no-repeat}
#checkout-form select[name="province"]:focus,#checkout-form select[name="city"]:focus{border-color:#7b2945;box-shadow:0 0 0 3px #7b294512}
#checkout-form select[name="city"]:disabled{background-color:#f7f5f6;color:#9a9196;cursor:not-allowed}
