.main-content {
    min-height: 280px;
}

img.img-logo {
    max-width: 130px;
    max-height: 90px;
    margin-left: 15px
}

a,
a:hover,
a.btn-link,
a.btn-link:hover {
    color: #0810b8;
}

h1.page-header {
    margin-bottom: 30px;
    /* border-bottom: 1px solid #0810b8; */
}

h1.page-header::after {
    content: '';
    height: 2px;
    background: #0810b8;
    width: auto;
    display: block;
    margin-top: 8px;
}

.alert p {
    margin-bottom: 0;
}

#category_list h4 i.fa.fa-angle-down {
    display: none;
}

#category_list ul {
    list-style: none;
    margin: 0;
    padding: 0;
}

#category_list ul li {
    position: relative;
}

#category_list ul ul {
    display: none;
}

#category_list ul ul.active {
    display: block;
}

.open-sub {
    position: absolute;
    right: 0;
    top: 8px;
    background-color: rgb(43, 67, 204);
    width: 24px;
    height: 24px;
    text-align: center;
    cursor: pointer;
    color: #fff;
}

#category_list ul a {
    border-bottom: 1px solid #aaaaaa;
    padding: 8px;
    display: block;
    text-decoration: none
}

#category_list a::before {
    content: ' ';
}

#category_list ul ul a {
    padding-left: 20px;
}

#category_list ul ul ul a {
    padding-left: 36px;
}

.hover-border {
    text-decoration: none;
    padding: 5px;
    position: relative;
}

.hover-border:hover {
    text-decoration: none;
}

.hover-border::after {
    content: '';
    display: block;
    width: 0px;
    background: #e3e5f5;
    transition: width .3s;
    height: 100%;
    position: absolute;
    top: 0;
    z-index: -1;
    left: 0;
}

.hover-border:hover::after,
#category_list ul li.active>a::after {
    width: 100%;
    transition: width .3s;
}

.img-thumb {
    max-width: 150px;
    max-height: 150px;
}

.order-input input {
    width: 100px;
    display: inline-block;
    text-align: center
}

.view {
    position: relative;
    overflow: hidden;
    cursor: default
}

.view .mask {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 100%;
    overflow: hidden;
    background-attachment: fixed;
    background-color: rgba(198, 247, 230, 0.69);
}

.view img,
.view video {
    position: relative;
    display: block
}

.view video.video-intro {
    top: 50%;
    left: 50%;
    z-index: -100;
    width: auto;
    min-width: 100%;
    height: auto;
    min-height: 100%;
    -webkit-transition: 1s opacity;
    transition: 1s opacity;
    -webkit-transform: translateX(-50%) translateY(-50%);
    transform: translateX(-50%) translateY(-50%)
}

.overlay .mask {
    opacity: 0;
    -webkit-transition: all 0.4s ease-in-out;
    transition: all 0.4s ease-in-out
}

.overlay .mask:hover {
    opacity: 1
}

.zoom img,
.zoom video {
    -webkit-transition: all 0.2s linear;
    transition: all 0.2s linear;
    opacity: 1;
}

.zoom:hover img,
.zoom:hover video {
    -webkit-transform: scale(1.1);
    transform: scale(1.1);
    opacity: 0.5;
}

.flex-center {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    height: 100%;
}

@media(max-width:600px) {
    body {
        font-size: 14px;
    }
    #mainMenu.navbar button .fa {
        color: #000;
    }
    #mainMenu.navbar .navbar-collapse {
        background: #f5f5f5;
        position: absolute;
        top: 40px;
        right: 0;
        min-width: 200px;
        padding: 2px 12px;
        z-index: 9;
    }
    .col-sm-6.text-right {
        text-align: left !important;
    }
    #category_list h4 i.fa.fa-angle-down {
        display: block;
    }
    .sidebar_category_list {
        display: none;
    }
    
    .table td, .table th {
        padding: 5px;
    }
    .container, .col, .col-1, .col-10, .col-11, .col-12, .col-2, .col-3, .col-4, .col-5, .col-6, .col-7, .col-8, .col-9, .col-auto, .col-lg, .col-lg-1, .col-lg-10, .col-lg-11, .col-lg-12, .col-lg-2, .col-lg-3, .col-lg-4, .col-lg-5, .col-lg-6, .col-lg-7, .col-lg-8, .col-lg-9, .col-lg-auto, .col-md, .col-md-1, .col-md-10, .col-md-11, .col-md-12, .col-md-2, .col-md-3, .col-md-4, .col-md-5, .col-md-6, .col-md-7, .col-md-8, .col-md-9, .col-md-auto, .col-sm, .col-sm-1, .col-sm-10, .col-sm-11, .col-sm-12, .col-sm-2, .col-sm-3, .col-sm-4, .col-sm-5, .col-sm-6, .col-sm-7, .col-sm-8, .col-sm-9, .col-sm-auto, .col-xl, .col-xl-1, .col-xl-10, .col-xl-11, .col-xl-12, .col-xl-2, .col-xl-3, .col-xl-4, .col-xl-5, .col-xl-6, .col-xl-7, .col-xl-8, .col-xl-9, .col-xl-auto {
        padding-left: 6px;
        padding-right: 6px;
    }
    .row {
        margin-left: -6px;
        margin-right: -6px;
    }
    .order-input input {
        width: 60px;
    }
    form[name="product_listing"] .table th small {
        display: block;
    }
    .img-thumb {
        max-width: 60px;
    }
}