/*
Theme Name: Stameski (Flatsome Child)
Description: This is a child theme for Flatsome Theme
Author: UX Themes
Template: flatsome
Version: 3.0
*/

/*************** ADD CUSTOM CSS HERE.   ***************/
/*ARTO 22.09.2023*/
/*Cart button*/
a.button.checkout.wc-forward {
    padding: 5px 0;
    line-height: 1;
}
.page-template-page-checkout .select2-container--default .select2-selection--single{
    background-color: #fff;
    border: 1px solid #ddd;
    border-radius: 0;
    box-shadow: inset 0 1px 2px rgba(0, 0, 0, .1);
    box-sizing: border-box;
    color: #333;
    font-size: .97em;
    height: 2.507em;
    max-width: 100%;
    padding: 0 .75em;
    transition: color .3s, border .3s, background .3s, opacity .3s;
    vertical-align: middle;
    width: 100%
}
.page-template-page-checkout .select2-container--default .select2-selection--single .select2-selection__rendered{
    height: 100%;
    display: flex;
    align-items: center;
    padding: 0
}
@media only screen and (min-width: 999px) {
    .dashboard-links {
        flex-wrap: nowrap!important;
    }
}
@media only screen and (max-width: 850px) {
    .sidebar-menu i.image-icon, .sidebar-menu i.icon-image {
        display: none;
    }
    .nav-sidebar.nav-vertical>li.has-child.active {
        background-color: rgba(0,0,0,.05);
    }
}

@media only screen and (max-width: 48em) {
/*************** ADD MOBILE ONLY CSS HERE  ***************/
   .sidebar-menu i.image-icon, .sidebar-menu i.icon-image {
        display: none;
    }
    .nav-sidebar.nav-vertical>li.has-child.active {
        background-color: rgba(0,0,0,.05);
    }

}



