
    .shop-selector-label {
        font-weight: bolder;
    }
    .shop-selector-component .select2-container--default .select2-selection--single {
        background-color: #fff;
        height: 47px;
        line-height: 47px;
        border-radius: 5px;
        font-family: Lato, sans-serif;
        padding: 10px;
        width: 100%;
        font-size: 14px;
        color: #707070;
        border: 1px solid #eee;
        transition: all .3s;
        box-shadow: none;
    }

    .shop-selector-component .select2-container--default .select2-selection--single .select2-selection__arrow {
        top:10px;
    }

    .shop-selector-component .container {
        padding: 1rem;
    }

    .shop-selector-component .row,
    .shop-selector-component p,
    .shop-selector-component .toggle-switch-inner {
        margin-bottom: 1rem;

    }

    .shop-selector-component select {
        height: 47px;
    }
    .shop-selector-component .form-group {
        overflow: visible;
    }

    @media (min-width: 992px) {
        .shop-selector-component .modal-xl {
            max-width: 1440px;
        }
    }
