.layout-boxed .wrapper{box-shadow:0 14px 28px rgba(0,0,0,.25),0 10px 10px rgba(0,0,0,.22)!important;}

@media (min-width: 768px) {

body:not(.sidebar-mini-md):not(.sidebar-mini-xs):not(.layout-top-nav) .content-wrapper,
body:not(.sidebar-mini-md):not(.sidebar-mini-xs):not(.layout-top-nav) .main-footer,
body:not(.sidebar-mini-md):not(.sidebar-mini-xs):not(.layout-top-nav) .main-header {
    /*margin-left: 0px;*/
}

}

.content-wrapper>.content {
    padding: 0 0.9rem;
}

.content-header {
    padding: 15px 0.9rem;
}

@media (max-width: 991px) {

.content-header h1 {
    font-size: 20px;
}

.btn {
    font-size: 14px;
}

}

.fancybox-button--thumbs {
    display: none !important;
}

@media (min-width: 1024px) {

.image-gallery .col-md-3.col-6.pb-3 {
    -ms-flex: 0 0 20%;
    flex: 0 0 20%;
    max-width: 20%;
}

}

.dashboard-page {
    display: flex;
    height: 80vh;
    align-items: center;
}


@media (max-width: 576px){
    .login-box, .register-box {
        margin-top: 0;
        width: 100%;
    }
    .card-footer {
        padding: 0.35rem 0.25rem;
    }

}

@media (max-width: 768px){

    .gallery-page .col-sm-6.col-12 .box {
        float: left !important;
        padding-right: 0px;
    }

    .gallery-page .col-sm-6.col-12 a {
        float: left !important;
        margin-right: 6px;
        height: 38px;
        padding-top: 7px;
    }

    .gallery-page h1 {
        margin-bottom: 12px;
    }

}

.card-title {
    font-size: 1.2rem;
}

.user-panel img {
    width: 1.5rem;
}


@media (min-width: 576px){

.dropdown-menu.dropdown-menu-lg.dropdown-menu-right {
    display: none !important;
}

}

.dropdown-item i {
    color: #c7c7c7;
}

.dropdown-menu-lg .dropdown-item:hover {
    color: #0cb303;
}

.dropdown-menu-lg .dropdown-item:hover i {
    color: #0cb303;
}

.dropdown-item.active, .dropdown-item:active, .dropdown-item.active, .dropdown-item:active i {
    color: #fff !important;
    text-decoration: none;
    background-color: #0cb303;
}

.login-page {
    background: url(../images/bg.jpg);
    background-size: cover;
}

.login-page:after {
    content: '';
    background: rgb(0 0 0 / 50%);
    position: absolute;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: -1;
}

label {
    display: inline-block;
    margin-bottom: 0.5rem;
    color: #ccc;
    font-weight: 500 !important;
}

.dark-mode .card .card-header {
    background-color: rgba(0,0,0,.1);
}

.product-detail_img .single-img.gallery-item img {
    height: 200px;
    object-fit: cover;
}
