/* jwbs (color) class, and default styling */
@import url('https://fonts.googleapis.com/css?family=Roboto&display=swap');
@import url("../includes/assets/default.css");
@import url("jwbs.css");

/* Global */
body { font-size: 16px; font-family: 'Roboto', sans-serif; font-weight: 400; font-style: normal; }
html, body { overflow-x: hidden; }
h1, h2, h3, h4 { color: #0068a1; }
a, a:hover, a:focus { color: #87af10; } /* put color here */
.btn-login, .btn-login:hover, .btn-login:focus { background-color: #87af10; font-size: 12px; color: #ffffff; }

/* Header*/
#header-block-1 { background-color: #444444; }
#header-block-1 .menu-nav-top li { margin-right: 10px; }
#header-block-1 .menu-nav-top a { color: #fff; font-weight: 500; }

/* Navbar */
.navbar-dark { border-bottom: #444444 5px solid !important; }
.navbar-dark .navbar-nav .nav-link { color: #ffffff; }
.navbar-dark .navbar-nav .nav-link:focus, .navbar-dark .navbar-nav .nav-link:hover { color: #ffffff; }
.navbar-dark .navbar-collapse { text-align: right; }

/* Footer */
.footer-container { background-color: #444444; }
.footer-container a, .footer-container p { color: #ffffff; }
.footer-container hr { background-color: #ffffff; }

/* Home */
.home .featured-products .btn-login { display: none; }
/* Product Archive */
#select2-product_cat-container { display: none; }

/* wholesale registration */

abbr[data-original-title], abbr[title] { text-decoration: none; }
#wwlc-registration-form .form-controls-section { clear: both; }
#wwlc-registration-form a.form-control { text-decoration: none; width: auto; display: inline; border-width: 0; }
#wwlc-registration-form a.form-control#log-in { border-right-width: 1px; }
.select2-container--default .select2-results__option--highlighted[aria-selected],.select2-container--default .select2-results__option--highlighted[data-selected] { background-color: #d0a149; }
p.register-button-container { width: 100px; }
#wwlc_country_field, #wwlc-registration-form #log-in, #wwlc-registration-form #lost-password { display: none; }
.wwlc_password_confirm-field-set label { text-transform: capitalize; }
/* wholesale login */
#wwlc-login-form .register_link::after { content: "  |  "; color: black; }

/* media queries */
/* Extra Small Devices, Phones */
@media only screen and (min-width : 576px) {
}

/* Small Devices, Tablets */
@media only screen and (min-width : 768px) {
    #first_name_field, #last_name_field, #wwlc_phone_field, #user_email_field, #wwlc_company_name_field, #wwlc_cf_tax_number_field, #wwlc_cf_owners_name_field, #wwlc_cf_rich_account_number_field { width: 50%; padding-right: 2%; float: left; }
    #wwlc_address_field, #wwlc_address_2_field, #wwlc_cf_comments_field, #wwlc_cf_select_role_field { width: 98%; padding-right: 2%; float: left; }
    #wwlc_city_field, #wwlc_state_field, #wwlc_postcode_field, #wwlc_username_field, .wwlc_password-field-set, .wwlc_password_confirm-field-set { width: 33.3%; padding-right: 2%; float: left; }
}

/* Medium Devices, Desktops */
@media only screen and (min-width : 992px) {
}

/* Large Devices, Wide Screens */
@media only screen and (min-width : 1200px) {
}