/*
Theme Name:        Around Child
Theme URI:         https://themeforest.net/user/madrasthemes/portfolio
Author:            MadrasThemes
Author URI:        https://themeforest.net/user/madrasthemes/
Description:       Child Theme of Around Multipurpose Busines Theme. A truly multipurpose WordPress Theme designed to facilitate the needs of businesses from different niches.
Requires at least: WordPress 5.0
Template:          around
Version:           1.0.5
License:           GNU General Public License v3 or later
License URI:       LICENSE
Text Domain:       around-child
Tags:              two-columns, left-sidebar, right-sidebar, custom-background, custom-colors, custom-header, custom-menu, featured-images, full-width-template, threaded-comments, accessibility-ready, rtl-language-support, footer-widgets, sticky-post, theme-options
*/

@media (min-width: 992px) {
    .admin-bar .navbar-floating {
        top: 0 !important;
    }
}

@media (max-width: 991.98px) {
    .admin-bar .navbar-floating:not(.navbar-stuck) {
        top: 0 !important;
    }
}
/*

.admin-bar .navbar-floating.navbar-stuck {
    top: 0;
}*/
.intl-tel-input.allow-dropdown input, .intl-tel-input.allow-dropdown input[type="tel"], .intl-tel-input.allow-dropdown input[type="text"], .intl-tel-input.separate-dial-code input, .intl-tel-input.separate-dial-code input[type="tel"], .intl-tel-input.separate-dial-code input[type="text"] {
    padding-left: 130px !important;
}

.intl-tel-input.allow-dropdown .selected-flag, .intl-tel-input.separate-dial-code .selected-flag {
    width: 115px !important;
}

.woocommerce-order-details__title{
    margin-top: 40px;
}

.woocommerce-billing-fields input[type="radio"]{
    width: 54px;
}

.woocommerce-billing-fields .radio-label{
    margin-top: 8px;
}

.woocommerce-billing-fields .row-radio{
    display: flex;
}