/*
Theme Name: Shopkeeper Child
Theme URI: http://shopkeeper.getbowtied.com/
Description: This is a child theme for Shopkeeper.
Author: Get Bowtied
Author URI: http: //www.getbowtied.com/
Template: shopkeeper
Version: 1.0
*/

#stm-lms-login-modal .stm_lms_login_wrapper .btn-default { background: #C4AE9F !important; }

#stm-lms-login-modal .stm_lms_login_wrapper .stm_lms_remember_me { margin-top: 0; }

/* Fix login modal lays below fixed header */
.modal.stm-lms-modal-login,
.modal.stm-lms-modal-login .modal-dialog { z-index: 8889; }

.stm-lms-buy-buttons .btn:not(.start-course).btn_big span {
    margin-right: auto;
    padding-right: 15px;
}

.stm-lms-buy-buttons .btn:not(.start-course).btn_big .btn-prices.btn-prices-price {
    margin-left: 0!important;
}

input[type="file"]:focus, input[type="radio"]:focus, input[type="checkbox"]:focus {
    outline: none;
}

.woocommerce form .form-row .input-checkbox {
    position: relative;
}

@media screen and (max-width: 600px) {
    .nav-tabs-wrapper .nav-tabs {
        width: 100%;
        flex-wrap: wrap !important;
    }

    .nav-tabs-wrapper {
        overflow-x: auto;
    }
}