/*
Theme Name: Clean Enterprise Child - RideWorthy
Template: clean-enterprise
Theme URI: https://rideworthy.com
Author: RideWorthy
Author URI: 
Description: This is custom child theme of Clean Enterprise for bike shop certification registion and membership
Version: 1.0
Text Domain: rideworthy
*/

/* Start of Theme Styling */


/* Basic Reset */

/* @font-face {
    font-family: 'Loveloline Bold';
    src: url('assets/fonts/lovelo_black.otf') format('opentype');
    font-weight: bold;
    font-style: normal;
} */

@font-face {
    font-family: 'Open Sauce One';
    src: url('assets/fonts/OpenSauceOne-Regular.ttf') format('truetype');
    font-weight: 400;
    font-style: normal;
}

/* Now, apply the fonts wherever you need them */
body {
    font-family: 'Open Sauce One', sans-serif;
}

h1, h2, h3, h4, h5, h6 {
    font-family: 'Loveloline Bold', sans-serif;
}

/* New Code */
#shop_country,
#bcountry{
    width: 300px;
}
.edit-profile-field-wrapper label{
    display: block;
    padding-bottom: 8px;
}
.shop_address_heading{
    margin: 0;
    padding-bottom: 10px;
}


h3 {
    font-size: 14px;
    font-weight: 600;
    margin-left: 15px;
}

label.form-label {
    font-size: 14px;
    margin-left: 15px;
}

input\[\] {
    font-size: 12px;
    margin: 0px 5px 10px 15px;
}

.col-12.mb-3 {
    font-size: 12px;
}

input#bars\[\] {}

input {
    margin: 0px 5px 10px 15px;
    /* padding-top: 14px; */
}