﻿﻿@font-face {
    font-family: 'Amazon Ember';
    src: url('../fonts/Amazon Ember.ttf');
    font-weight: normal;
    font-style: normal;
}

html, body {
    width: 100%;
    margin: 0;
}

body {
    font-family: 'Amazon Ember',Arial, sans-serif;
    font-size: 14px;
    background-color: #f5f5f5;
    color: #373a39;
}

#app-cotainer {
}
/* width */
::-webkit-scrollbar {
    width: 8px;
}

/* Track */
::-webkit-scrollbar-track {
    background: #f1f1f1;
}

/* Handle */
::-webkit-scrollbar-thumb {
    background: #c5c5c5;
}

    /* Handle on hover */
    ::-webkit-scrollbar-thumb:hover {
        background: #888;
    }

.no-gutters {
    margin-right: 0px !important;
    margin-left: -0px !important;
}

.special-gutters {
    margin-right: -5px !important;
    margin-left: -5px !important;
}

.special-col {
    padding-right: 5px !important;
    padding-left: 5px !important;
}

.no-col {
    padding-right: 0px !important;
    padding-left: 0px !important;
}

.center {
    text-align: center !important;
}

.right {
    text-align: right !important;
}

.left {
    text-align: left !important;
}

.required::after {
    content: " *";
    color: red;
}

/* END - Optional - Basic Skin */
.load-animate {
    -webkit-animation: load 1s linear infinite;
    animation: load 1s linear infinite;
    -webkit-animation-fill-mode: forwards;
    animation-fill-mode: forwards;
    background: #dddddd;
    background-image: -webkit-gradient(linear, left top, right top, from(#dddddd), color-stop(20%, #f5f5f5), color-stop(40%, #efefef), to(#dddddd));
    background-image: linear-gradient(left, #dddddd 0%, #f5f5f5 20%, #efefef 40%, #dddddd 100%);
    background-repeat: no-repeat;
    background-size: cover;
}

@-webkit-keyframes load {
    0% {
        background-position: -680px 0;
    }

    100% {
        background-position: 680px 0;
    }
}

@keyframes load {
    0% {
        background-position: -680px 0;
    }

    100% {
        background-position: 680px 0;
    }
}

@-webkit-keyframes load-image {
    0% {
        background-position: -680px 0;
    }

    100% {
        background-position: 680px 0;
    }
}

@keyframes load-image {
    0% {
        background-position: -680px 0;
    }

    100% {
        background-position: 680px 0;
    }
}

.form-label {
    font-size: 12px;
    font-weight: bold;
    color: #757575;
    margin-bottom: 0;
}

.form-group {
    margin-bottom: 15px;
}

/*login style*/
.login-wrap {
    width: 100%;
    max-width: 520px;
    margin: 0 auto;
    background: #fff;
    padding: 20px;
    border-radius: 3px;
    box-shadow: 0 1px 2px rgba(0, 0, 0, 0.16), 0 1px 2px rgba(0, 0, 0, 0.23);
}

.login-back {
    background-image: url('../images/welcome-back.png');
    background-position: center;
    background-repeat: no-repeat;
    background-size: 100% 100%;
    min-height: 295px;
}

.mh-login-section {
    margin: 0 auto;
    text-align: center;
}

.mh-login-section-up {
    max-width: 500px;
    margin: 0 auto;
    margin-top: 50px;
    text-align: center;
}

.mh-login-pnl {
    padding: 20px;
}

.mh-login-title {
    line-height: 30px;
    font-weight: bold;
    font-size: 20px;
}

.mh-login-subtitle {
    line-height: 30px;
}

.mh-login-pnl-footer {
    padding: 15px;
    background: #eeefef;
    border-radius: 0px 0px 5px 5px;
}

.mh-forget-pass {
    padding: 20px;
}

    .mh-forget-pass a {
        font-weight: normal;
        text-decoration: none !important;
    }

.login-button {
    font-size: 14px;
    padding: 5px 45px;
}

.mh-btn-login {
    padding: 5px 25px;
    font-size: 15px;
}

.mh-login-body {
    margin: 20px 10px;
}

.btn-app-default {
    background: #6c757d;
    color: #fff;
}

    .btn-app-default:hover {
        background: #373a39;
        color: #fff;
    }

.btn-block {
    width: 100%;
}

input.error, select.error {
    border: 1px solid red;
}

.error ~ label {
    display: block;
    position: relative;
    font-size: 10px;
    color: red;
    font-weight: bold;
    text-align: left;
}

.web-top-nav, .admin-top-nav {
    box-shadow: 0 1px 2px rgba(0, 0, 0, 0.16), 0 1px 2px rgba(0, 0, 0, 0.23);
    position: fixed;
    width: 100%;
    z-index: 9999;
    top: 0;
}

.admin-top-bar {
    padding: 10px;
    background: #131921;
}

.web-top-bar {
    padding: 30px;
    background: #ffffff;
}

.web-logo {
    width: 25%;
    display: inline-block;
}

.web-search {
    text-align: center;
    width: 50%;
    display: inline-block;
    position: relative;
}

    .web-search input {
    }

.web-cart {
    text-align: right;
    width: 25%;
    display: inline-block;
}

.web-brand-logo, .admin-brand-logo {
    display: block;
}

    .admin-brand-logo img {
        width: auto;
        height: 35px;
        max-width: 130px;
    }

    .web-brand-logo img {
        width: auto;
        height: 56px;
        max-width: 130px;
    }

.web-container {
    width: 90%;
}

.modal {
    z-index: 9999;
}

#app-cotainer.admin-container {
    margin-top: 110px;
}

#app-cotainer.web-container {
    margin-top: 180px;
}

.cart-btn-lg {
    display: inline;
    font-size: 20px;
    position: relative;
}

.web-top-rt-btn {
    color: #c70000;
}

.web-nav {
    background-color: #c70000;
    padding: 3px 0px;
    min-height: 45px;
}

    .web-nav .nav-link {
        color: #fff;
    }

.web-top-rt-btn:hover, .nav-link:hover {
    color: #dddddd;
    cursor: pointer;
}

.navbar-toggler {
    padding: 0.25rem 0.75rem;
    font-size: 1.25rem;
    line-height: 1;
    transition: box-shadow .15s ease-in-out;
}

.about-us {
    background: #fff;
    padding: 20px;
    text-align: justify;
}

    .about-us .title {
        text-align: center;
        font-size: 20px;
    }

    .about-us .head-title {
        font-size: 18px;
        margin-top: 20px;
    }

.cart-item-count {
    background: red;
    font-size: 11px;
    position: absolute;
    color: #fff;
    border-radius: 6px;
    height: 16px;
    min-width: 16px;
    padding: 0px 3px;
}

.site-footer {
    background-color: #eeeeee;
    padding: 45px 0 20px;
    font-size: 14px;
    line-height: 24px;
    color: #232f3e;
    border-top: 2px solid #b7b7b7;
}

    .site-footer hr {
        border-top-color: #bbb;
        opacity: 0.5;
    }

        .site-footer hr.small {
            margin: 20px 0;
        }

    .site-footer h6 {
        color: #131921;
        font-size: 16px;
        text-transform: uppercase;
        margin-top: 5px;
        letter-spacing: 2px;
    }

    .site-footer a {
        color: #232f3e;
    }

        .site-footer a:hover {
            color: #131921;
            text-decoration: none;
        }

.footer-links {
    padding-left: 0;
    list-style: none;
}

    .footer-links li {
        display: block;
    }

    .footer-links a {
        color: #232f3e;
        text-decoration: none;
    }

        .footer-links a:active, .footer-links a:focus, .footer-links a:hover {
            color: #131921;
        }

    .footer-links.inline li {
        display: inline-block;
    }

.site-footer .social-icons a {
    width: 40px;
    height: 40px;
    line-height: 40px;
    margin-left: 0px;
    margin-right: 5px;
    border-radius: 100%;
    background-color: #33353d;
}

.copyright-text {
    margin: 0;
}

.social-icons {
    padding-left: 0;
    margin-bottom: 0;
    list-style: none;
}

    .social-icons li {
        display: inline-block;
        margin-bottom: 4px;
    }

        .social-icons li.title {
            margin-right: 15px;
            text-transform: uppercase;
            color: #96a2b2;
            font-weight: 700;
            font-size: 13px;
        }

    .social-icons a {
        background-color: #eceeef;
        color: #818a91;
        font-size: 16px;
        display: inline-block;
        line-height: 44px;
        width: 44px;
        height: 44px;
        text-align: center;
        margin-right: 8px;
        border-radius: 100%;
        -webkit-transition: all .2s linear;
        -o-transition: all .2s linear;
        transition: all .2s linear;
    }

        .social-icons a:active, .social-icons a:focus, .social-icons a:hover {
            color: #fff;
        }

    .social-icons.size-sm a {
        line-height: 34px;
        height: 34px;
        width: 34px;
        font-size: 14px;
    }

    .social-icons a.facebook {
        color: #fff;
        background-color: #3b5998;
    }

    .social-icons a.twitter {
        background-color: #00aced;
        color: #fff;
    }

    .social-icons a.linkedin {
        background-color: #007bb6;
        color: #fff;
    }

    .social-icons a.dribbble {
        background-color: #ea4c89;
        color: #fff;
    }

.user-profile {
    padding: 10px 0px;
}

    .user-profile .card {
        border-radius: 10px;
    }

        .user-profile .card .card-header .profile_img {
            width: 150px;
            height: 150px;
            object-fit: fill;
            margin: 10px auto;
            border: 10px solid #ccc;
            border-radius: 50%;
        }

        .user-profile .card h3 {
            font-size: 20px;
            font-weight: 700;
        }

        .user-profile .card p {
            font-size: 16px;
            color: #000;
        }

    .user-profile .table th,
    .user-profile .table td {
        font-size: 14px;
        padding: 5px 10px;
        color: #000;
    }

.user-profile-logout {
    margin-bottom: 10px;
}

.welcome-profile {
    font-size: 20px;
    padding: 10px;
}
/*admin*/
.admin-container {
    width: 100%;
}

.admin-logo {
    width: 50%;
    display: inline-block;
}

.admin-left-menu-toggle {
    position: sticky;
}

.admin-navbar-toggler {
    margin-left: 50px;
}

.admin-collapse-nav {
    padding-left: 10px;
}

.admin-top-right {
    width: 50%;
    display: inline-block;
    text-align: right;
}

.app-profile-img {
    display: inline-block;
    margin-left: 20px;
}

    .app-profile-img img {
        width: 35px;
        height: 35px;
        background: #eee;
        border-radius: 50%;
        padding: 1px;
    }

.admin-welcome-name {
    color: #fff;
}

.admin-title {
    position: absolute;
    display: none;
    left: 50px;
    top: 66px;
    color: #fff;
    z-index: 999;
}

.toggle-bar-icon {
    color: #fff;
    font-size: 28px;
}

.admin-left-menu {
    width: 250px;
    height: 100vh;
    background: #232f3e;
    position: fixed;
    left: 0;
    margin-top: -18px;
    padding-bottom: 110px;
    display: block;
}

.admin-left-menu-open {
    display: none;
}

.sub-menu-item.active a {
    color: #ffdb00 !important;
}

.admin-main {
    padding: 10px;
}

.admin-main-open {
    padding-left: 260px;
    overflow-wrap: anywhere;
}

.admin-order-table .dataTables_wrapper, .admin-user-table .dataTables_wrapper, .admin-product-table .dataTables_wrapper {
    min-width: 1000px;
}

.datepicker-dropdown {
    margin-top: 110px;
}

.lf-menu {
    padding-top: 10px;
    overflow-y: auto;
    height: 100%;
}

    .lf-menu .image-wrapper {
        overflow: hidden;
        position: absolute;
        top: 0;
        right: 0;
        bottom: 0;
        left: 0;
        opacity: 0.2;
        z-index: 1;
        display: block;
    }

        .lf-menu .image-wrapper > img {
            width: 100%;
            height: 100%;
            object-fit: cover;
            object-position: center;
        }

    .lf-menu .sidebar-content {
        height: 100%;
        display: flex;
        flex-direction: column;
        position: relative;
        z-index: 2;
    }

@keyframes swing {
    0%, 30%, 50%, 70%, 100% {
        transform: rotate(0deg);
    }

    10% {
        transform: rotate(10deg);
    }

    40% {
        transform: rotate(-10deg);
    }

    60% {
        transform: rotate(5deg);
    }

    80% {
        transform: rotate(-5deg);
    }
}

.lf-menu .sidebar .menu ul {
    list-style-type: none;
    padding: 0;
    margin: 0;
}

.lf-menu .sidebar .menu .menu-item a {
    display: flex;
    align-items: center;
    padding: 7px 10px;
    color: #b3b8d4;
    text-decoration: none;
}

    .lf-menu .sidebar .menu .menu-item a .menu-icon {
        font-size: 1.2rem;
        width: 35px;
        min-width: 35px;
        height: 35px;
        line-height: 35px;
        text-align: center;
        display: inline-block;
        margin-right: 10px;
        border-radius: 2px;
        transition: color 0.3s;
    }

        .lf-menu .sidebar .menu .menu-item a .menu-icon i {
            display: inline-block;
        }

    .lf-menu .sidebar .menu .menu-item a .menu-title {
        font-size: 0.9rem;
        overflow: hidden;
        text-overflow: ellipsis;
        white-space: nowrap;
        flex-grow: 1;
        transition: color 0.3s;
    }

    .lf-menu .sidebar .menu .menu-item a .menu-prefix,
    .lf-menu .sidebar .menu .menu-item a .menu-suffix {
        display: inline-block;
        padding: 5px;
        opacity: 1;
        transition: opacity 0.3s;
    }

    .lf-menu .sidebar .menu .menu-item a:hover .menu-title {
        color: #dee2ec;
    }

    .lf-menu .sidebar .menu .menu-item a:hover .menu-icon {
        color: #dee2ec;
    }

        .lf-menu .sidebar .menu .menu-item a:hover .menu-icon i {
            animation: swing ease-in-out 0.5s 1 alternate;
        }

    .lf-menu .sidebar .menu .menu-item a:hover::after {
        border-color: #dee2ec !important;
    }

.lf-menu .sidebar .menu .menu-item.sub-menu {
    position: relative;
}

    .lf-menu .sidebar .menu .menu-item.sub-menu > a::after {
        content: "";
        transition: transform 0.3s;
        border-right: 2px solid currentcolor;
        border-bottom: 2px solid currentcolor;
        width: 5px;
        height: 5px;
        transform: rotate(-45deg);
    }

    .lf-menu .sidebar .menu .menu-item.sub-menu > .sub-menu-list {
        padding-left: 40px;
        display: none;
        overflow: hidden;
        z-index: 999;
    }

    .lf-menu .sidebar .menu .menu-item.sub-menu.open > a::after {
        transform: rotate(45deg);
    }

.lf-menu .sidebar .menu .menu-item.active > a .menu-title {
    color: #dee2ec;
}

.lf-menu .sidebar .menu .menu-item.active > a::after {
    border-color: #dee2ec;
}

.lf-menu .sidebar .menu .menu-item.active > a .menu-icon {
    color: #dee2ec;
}

.lf-menu .sidebar .menu > ul > .sub-menu > .sub-menu-list {
    background-color: #0b1a2c;
}

.lf-menu .sidebar .menu.icon-shape-circle .menu-item a .menu-icon, .lf-menu .sidebar .menu.icon-shape-rounded .menu-item a .menu-icon, .lf-menu .sidebar .menu.icon-shape-square .menu-item a .menu-icon {
    background-color: #0b1a2c;
}

.lf-menu .sidebar .menu.icon-shape-circle .menu-item a .menu-icon {
    border-radius: 50%;
}

.lf-menu .sidebar .menu.icon-shape-rounded .menu-item a .menu-icon {
    border-radius: 4px;
}

.lf-menu .sidebar .menu.icon-shape-square .menu-item a .menu-icon {
    border-radius: 0;
}

.lf-menu .sidebar:not(.collapsed) .menu > ul > .menu-item.sub-menu > .sub-menu-list {
    visibility: visible !important;
    position: static !important;
    transform: translate(0, 0) !important;
}

.lf-menu .sidebar.collapsed .menu > ul > .menu-item > a .menu-prefix,
.lf-menu .sidebar.collapsed .menu > ul > .menu-item > a .menu-suffix {
    opacity: 0;
}

.lf-menu .sidebar.collapsed .menu > ul > .menu-item.sub-menu > a::after {
    content: "";
    width: 5px;
    height: 5px;
    background-color: currentcolor;
    border-radius: 50%;
    display: inline-block;
    position: absolute;
    right: 10px;
    top: 50%;
    border: none;
    transform: translateY(-50%);
}

.lf-menu .sidebar.collapsed .menu > ul > .menu-item.sub-menu > a:hover::after {
    background-color: #dee2ec;
}

.lf-menu .sidebar.collapsed .menu > ul > .menu-item.sub-menu > .sub-menu-list {
    transition: none !important;
    width: 200px;
    margin-left: 3px !important;
    border-radius: 4px;
    display: block !important;
}

.lf-menu .sidebar.collapsed .menu > ul > .menu-item.active > a::after {
    background-color: #dee2ec;
}

.lf-menu .sidebar.has-bg-image .menu.icon-shape-circle .menu-item a .menu-icon, .lf-menu .sidebar.has-bg-image .menu.icon-shape-rounded .menu-item a .menu-icon, .lf-menu .sidebar.has-bg-image .menu.icon-shape-square .menu-item a .menu-icon {
    background-color: rgba(11, 26, 44, 0.6);
}

.lf-menu .sidebar.has-bg-image:not(.collapsed) .menu > ul > .sub-menu > .sub-menu-list {
    background-color: rgba(11, 26, 44, 0.6);
}

.lf-menu.rtl .sidebar .menu .menu-item a .menu-icon {
    margin-left: 10px;
    margin-right: 0;
}

.lf-menu.rtl .sidebar .menu .menu-item.sub-menu > a::after {
    transform: rotate(135deg);
}

.lf-menu.rtl .sidebar .menu .menu-item.sub-menu > .sub-menu-list {
    padding-left: 0;
    padding-right: 20px;
}

.lf-menu.rtl .sidebar .menu .menu-item.sub-menu.open > a::after {
    transform: rotate(45deg);
}

.lf-menu.rtl .sidebar.collapsed .menu > ul > .menu-item.sub-menu a::after {
    right: auto;
    left: 10px;
}

.lf-menu.rtl .sidebar.collapsed .menu > ul > .menu-item.sub-menu > .sub-menu-list {
    margin-left: -3px !important;
}

* {
    box-sizing: border-box;
}

.sub-menu-list-block {
    transition: ease-in-out 0.3s !important;
    display: block !important;
}

.page-header {
    background: #dee2ec;
    padding: 5px 10px;
    margin-bottom: 5px;
}

.green {
    color: green;
}

.red {
    color: red;
}

.admin-user-tbl-img {
    width: 50px;
    height: 50px;
    border-radius: 50%;
    padding: 2px;
    background: #ffffff;
    transition: ease-in-out 0.3s;
}

    .admin-user-tbl-img:hover {
        cursor: pointer;
        transform: scale(1.5);
    }

.btn-edit {
    border: 1px solid #188eda;
    padding: 2px 10px;
    color: #fff;
    background: #28abff;
    margin: 2px;
}

.btn-delete {
    border: 1px solid #c12105;
    padding: 2px 10px;
    color: #fff;
    background: #FF416C;
    margin: 2px;
}

legend {
    font-size: 13px;
    font-weight: bold;
}

.modal .close {
    border-radius: 50px;
    width: 30px;
    height: 30px;
    color: red;
    font-size: 25px;
    text-align: center;
    line-height: 1;
    transition: ease-in-out 0.3s;
}

    .modal .close:hover {
        cursor: pointer;
        background: #fcc7c7;
    }

.up-profile-image {
    width: 100px;
    height: 100px;
    border: 1px solid #b7b7b7;
    border-radius: 5px;
    padding: 5px;
    display: block;
    margin: 10px auto;
    margin-top: 0px;
}

.form-label[required]::after {
    content: " *";
    color: red;
    font-size: 14px;
}

.img-upload-panel {
    text-align: center;
    padding: 10px;
}

.modal-content {
    background-color: #f5f5f5;
}

.admin-page {
    min-height: 200px;
}

.ctg-panel-boxs {
    width: 100%;
    overflow: auto;
}

.tree-ctg, .parent-ctg, .sub-ctg, .group-ctg {
    display: inline-block;
    width: 25%;
    border: 2px solid #dbdbdb;
    margin-right: 2px;
    min-width: 300px;
}

    .tree-ctg .ct-title, .parent-ctg .ct-title, .sub-ctg .ct-title, .group-ctg .ct-title {
        background: #dbdbdb;
        text-align: center;
        padding: 5px;
        position: relative;
    }

    .tree-ctg .ct-body, .parent-ctg .ct-body, .sub-ctg .ct-body, .group-ctg .ct-body {
        height: calc(100vh - 200px);
        box-sizing: border-box;
        overflow: auto;
    }

    .tree-ctg .ct-body {
        padding: 10px;
    }

.tree-node {
    white-space: normal !important;
    height: 100% !important;
    display: flex;
    padding: 5px 0px;
    padding-top: 0;
}

.tree li {
    white-space: normal !important;
}

.btn-add-new-ctg {
    width: 30px;
    height: 30px;
    background: #2d97b7;
    color: #fff;
    text-align: center;
    border-radius: 50%;
    line-height: 1;
    padding: 9px;
    position: absolute;
    right: 6px;
    top: 0;
    transition: ease-in-out 0.3s;
    z-index: 9;
}

    .btn-add-new-ctg:hover {
        background: #232f3e;
        cursor: pointer;
    }

.up-ctg-image {
    width: 100%;
    height: auto;
    min-height: 100px;
    border: 1px solid #b7b7b7;
    border-radius: 5px;
    padding: 5px;
    display: block;
    margin-bottom: 10px;
}

.ct-li {
    display: block;
    text-decoration: none !important;
    min-height: 84px;
    border: 1px solid rgba(0, 0, 0, 0.23);
    margin-bottom: 5px;
    padding: 5px;
    position: relative;
    background: #eee;
    cursor: move;
}

    .ct-li.selected {
        background: #e4f3b1;
    }

.ct-body ul {
    padding: 5px;
}

.ct-li img {
    width: 50px;
    height: 50px;
    display: inline-block;
    border: 1px solid #bcbcbc;
    border-radius: 3px;
    padding: 2px;
    background: #fff;
    margin-right: 10px;
}

.ct-li .pa-ct-name {
    display: inline-block;
    padding-right: 30px;
}

.ct-li .pa-ct-action {
    display: inline-block;
    position: absolute;
    right: 2px;
    top: 1px;
}

.btn-ic-edt {
    background: #cbcbcb;
    display: block;
    border: 1px solid #bcbcbc;
    padding: 4px 5px;
    border-radius: 3px;
    color: #196259;
    margin: 2px;
    cursor: pointer;
}

.btn-ic-del {
    background: #cbcbcb;
    display: block;
    border: 1px solid #bcbcbc;
    padding: 4px 5px;
    border-radius: 3px;
    color: red;
    margin: 2px;
    cursor: pointer;
}

.ct-dis-tbl tr td {
    vertical-align: top;
}

.badge {
    padding-bottom: 1px;
}

.up-product-image {
    width: 100%;
    height: 250px;
    border: 1px solid #b7b7b7;
    border-radius: 5px;
    padding: 5px;
    display: block;
    margin: 10px auto;
    margin-top: 0px;
}

.selected-img-box {
    width: 50px !important;
    height: 50px !important;
}

.addi-img {
    position: relative;
    display: inline-block;
}

    .addi-img img {
        width: 100px;
        height: 100px;
        display: inline-block;
        background: #fff;
        float: left;
        padding: 2px;
        margin: 2px 5px;
        border: 1px solid #b7b7b7;
    }

.remove-addi-img {
    position: absolute;
    right: 7px;
    margin-top: 4px;
    width: 20px;
    height: 20px;
    background: red;
    color: #fff;
    border-radius: 50%;
    cursor: pointer;
    text-align: center;
}

.up-product-image-add {
    margin-top: 10px;
    padding: 15px 5px;
    width: 100%;
    height: 250px;
    border: 1px solid #b7b7b7;
    border-radius: 5px;
    overflow: auto;
    background: #eee;
}

.price-config-panel {
    min-width: 100%;
    overflow: auto;
}

#tbl_price_config {
    min-width: 700px;
}

.btn-price-config {
    position: absolute;
    margin-left: 100px;
    width: 25px;
    height: 25px;
    line-height: 0;
    background: #0d6efd;
    color: #fff;
    border-radius: 50%;
    padding: 6px 7px;
    top: -6px;
    cursor: pointer;
}

.admin-product-tbl-img {
    width: 50px;
    height: 45px;
    border-radius: 3px;
    box-shadow: 1px 1px 1px #c3c3c3;
    transition: ease-in-out 0.3s;
    background: #fff;
}

    .admin-product-tbl-img:hover {
        transform: scale(1.9);
    }

.btn-shipping-config {
    position: absolute;
    margin-left: 135px;
    width: 25px;
    height: 25px;
    line-height: 0;
    background: #0d6efd;
    color: #fff;
    border-radius: 50%;
    padding: 6px 7px;
    top: -6px;
    cursor: pointer;
}

.category-box-loading {
    width: 100%;
    max-width: 180px;
    height: 200px;
    border: 2px solid #ddd;
    border-radius: 5px;
    width: 175px;
    display: inline-block;
    margin: 10px;
}

.web-home-left {
    width: 250px;
    z-index: 99;
}
    .web-home-left .head-title {
        background: #c70000;
        color: #fff;
        margin: 5px 0px;
        padding: 2px;
    }
.web-home-right {
    padding-left: 10px;
    min-height: 500px;
}

.left-menu-panel {
    height: 100%;
    background: #c70000;
    padding: 5px;
    border-radius: 5px;
    min-height: 500px;
    overflow: auto;
    max-height: calc(100vh - 65px);
}

.categories-panel {
    min-height: 100px;
    /*text-align: center;*/
    display: inline-block;
    width: 100%;
}

.master-ctg-box {
    background: #fff;
    padding: 5px;
    text-align: center;
    border: 1px solid #d1d1d1;
    border-radius: 3px;
    display: inline-block;
    margin-bottom: 5px;
    width: 100%;
    text-decoration: none !important;
}

.master-ctg-box-loading {
    text-align: center;
    border: 1px solid #d1d1d1;
    border-radius: 3px;
    margin-bottom: 5px;
    height: 40px;
}

.master-ctg-box .master-ctg-img {
    width: 40px;
    height: 40px;
    border-radius: 10px;
    overflow: hidden;
    float: left;
    background: #eee;
}

.master-ctg-box .master-category-name {
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    text-align: left;
    padding: 8px 10px;
}

.master-ctg-box img {
    width: 100%;
    height: 100%;
}

.ctg-box {
    background: #fff;
    display: inline-block;
    padding: 10px;
    text-align: center;
    border: 1px solid #d1d1d1;
    border-radius: 3px;
    width: 175px;
    margin: 5px;
    text-decoration: none !important;
}

    .ctg-box .ctg-img {
        width: 100%;
        height: 100%;
        height: 150px;
        border-radius: 3px;
        margin: auto;
        overflow: hidden;
        padding: 2px;
    }

    .ctg-box .category-name {
        margin-top: 10px;
        white-space: nowrap;
        overflow: hidden;
        text-overflow: ellipsis;
        font-size: 16px;
    }


.home-ctg-box {
    background: #fff;
    display: inline-block;
    padding: 10px;
    border-radius: 3px;
    text-align: center;
    border: 1px solid #eee;
    border-radius: 3px;
}

    .home-ctg-box .ctg-img {
        width: 100%;
        height: 100%;
        max-height: 153px;
        border-radius: 3px;
        margin: auto;
        overflow: hidden;
        background: #dbdada;
        padding: 2px;
    }

.ctg-img img {
    width: auto;
    height: 100%;
    border-radius: 3px;
}

.home-ctg-box .category-name {
    margin-top: 10px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

.home-ctg-box:hover, .master-ctg-box:hover, .p-panel:hover, .ctg-box:hover {
    cursor: pointer;
    background: rgba(255, 229, 173, 0.85);
    transition: ease-in-out 0.3s;
    text-decoration: none !important;
}

.home-ctg-box.active, .master-ctg-box.active, .p-panel.active, .ctg-box.active {
    cursor: pointer;
    background: rgba(255, 229, 173, 0.85);
    transition: ease-in-out 0.3s;
    text-decoration: none !important;
}

.design-box-loading {
    text-align: center;
    border: 1px solid #d1d1d1;
    border-radius: 3px;
    margin: 2px;
    width: 70px;
    height: 70px;
    display: inline-block;
}

.home-page-tbl {
    width: 100%;
}

    .home-page-tbl tr td {
        vertical-align: top;
        text-align: left;
    }

.section-heading {
    width: 100%;
    height: 13px;
    text-align: center;
    margin: 10px 0px 15px;
    color: #232f3e;
    border-bottom: 2px groove #ffffff;
}

.section-title {
    background: #f5f5f5;
    font-size: 14px;
    padding: 10px;
}

.web-home-left-menu-open {
    position: fixed;
    color: #fff;
    left: 10px;
    font-size: 26px;
    line-height: 0;
    top: 62px;
    z-index: 9999;
    display: none;
}

.web-product-card {
    height: auto;
    min-height: 150px;
    position: relative;
    background: #fff;
    border: 1px solid #d1d1d1;
    border-radius: 3px;
    margin-bottom: 10px;
}

.product-box-loading {
    height: auto;
    min-height: 150px;
    position: relative;
    border: 1px solid #d1d1d1;
    border-radius: 3px;
    margin-bottom: 10px;
}

.web-product-card-tbl {
    width: 100%;
}

    .web-product-card-tbl tr td {
        vertical-align: top !important;
    }

.web-pv-lf {
    width: 150px;
    height: 150px;
    padding: 5px;
    margin-right: 5px;
}

    .web-pv-lf img {
        width: 100%;
        height: 100%;
    }

.web-pv-rt {
    padding: 10px;
    padding-left: 0;
}

.web-pv-price-table {
    position: absolute;
    right: 5px;
}

.p-price {
    color: red;
    margin-left: 10px;
    font-weight: bold;
    font-size: 16px;
    line-height: 0;
}

.p-disc {
    color: #8f8f8f;
    font-size: 15px;
    font-weight: normal;
    width: 100%;
    line-height: 0;
    text-decoration: line-through;
}

.p-title {
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    line-height: 20px;
    font-size: 15px;
    margin-top: 10px;
    margin-bottom: 4px;
    font-weight: bold;
}

    .p-title:hover {
        color: #a52222;
        cursor: pointer;
    }

.p-sub-text {
    color: #888;
    font-size: 11px;
    line-height: 13px;
}

.p-price-conf {
    margin-right: 3px;
    border-radius: 3px;
    color: #232f3e;
    margin-bottom: 3px;
}

.p-price-conf-qty {
    font-size: 12px;
    line-height: 15px;
}

.p-price-conf-price {
    font-size: 12px;
    line-height: 15px;
}

.add-to-cart-btn-tbl {
    position: absolute;
    bottom: 10px;
    display: inline-block;
    transition: ease-in-out 0.3s;
}

.web-p-btn-add-to-cart {
    border: 1px solid #232f3e;
    color: #232f3e;
    display: inline-block;
    padding: 2px 10px;
    border-radius: 3px;
    margin-top: 2px;
    font-size: 14px;
    transition: ease-in-out 0.3s;
}

    .web-p-btn-add-to-cart:hover {
        cursor: pointer;
        background: #046903;
        color: #fff;
    }

.p-minus-btn {
    display: inline-block;
    padding: 4px 10px;
    line-height: 0;
    background: red;
    transition: ease-in-out 0.3s;
    border: 1px solid red;
    border-radius: 3px;
    margin-top: 2px;
    color: #fff;
    opacity: 0.8;
    z-index: 9;
}

.p-cart-count {
    display: inline-block;
    padding: 11px 5px;
    line-height: 0;
    color: black;
    font-weight: bold;
    background: #eee;
    margin: 0px 2px;
    border: 1px solid #eee;
    border-radius: 3px;
    z-index: 9;
    cursor: pointer;
}

.p-plus-btn {
    display: inline-block;
    padding: 4px 10px;
    line-height: 0;
    background: green;
    transition: ease-in-out 0.3s;
    border: 1px solid green;
    border-radius: 3px;
    margin-top: 2px;
    color: #fff;
    opacity: 0.8;
    z-index: 9;
    cursor: pointer;
}

.p-remove-btn {
    display: inline-block;
    padding: 4px 10px;
    line-height: 0;
    background: #fff;
    transition: ease-in-out 0.3s;
    border-radius: 3px;
    margin-top: 2px;
    margin-left: 5px;
    color: red;
    opacity: 0.8;
    z-index: 9;
    cursor: pointer;
    position: absolute;
    top: 2px;
    right: 18px;
}

    .p-remove-btn:hover {
        color: #fff;
        background: red;
    }

.card-price {
    display: inline-block;
    width: auto;
    height: 20px;
    background-color: #ff0000;
    -webkit-border-radius: 2px 4px 4px 2px;
    -moz-border-radius: 2px 4px 4px 2px;
    border-radius: 2px 4px 4px 2px;
    border-left: 1px solid #7e0101;
    position: absolute;
    color: white;
    font-weight: 300;
    font-size: 12px;
    padding: 0px 4px;
    right: -10px;
    margin-top: 27px;
    -webkit-transform: rotate(53deg);
    -ms-transform: rotate(53deg);
    transform: rotate(53deg);
    line-height: 20px;
    box-shadow: 1px 1px 2px #666;
}

    /* Makes the triangle */
    .card-price:before {
        content: "";
        position: absolute;
        display: block;
        left: -12px;
        width: 0;
        height: 0;
        border-top: 9px solid transparent;
        border-bottom: 11px solid transparent;
        border-right: 12px solid #e50000;
    }

    /* Makes the circle */
    .card-price:after {
        content: "";
        background-color: white;
        border-radius: 50%;
        width: 4px;
        height: 4px;
        display: block;
        position: absolute;
        left: -6px;
        top: 7px;
        box-shadow: 0px 1px 3px #000;
    }

.p-stock-out {
    pointer-events: none !important;
    opacity: 0.4;
}

.out-of-stock-tag {
    position: absolute;
    z-index: 99;
    text-align: center;
    color: #ff0000;
    font-size: 20px;
    margin-left: 30%;
    margin-top: 8%;
    text-shadow: 0px 1px 2px #000;
}

    .out-of-stock-tag img {
        width: 50px;
        height: 50px;
    }

.web-pv-lf {
    transition: ease-in-out 0.5s;
    position: relative;
    z-index: 999;
}

    .web-pv-lf:hover {
        transform: scale(1.9);
        z-index: 9999;
        background: #fff;
        transition: ease-in-out 0.5s;
        position: relative;
        border-radius: 5px;
    }

.g-filter {
    padding: 5px;
    font-size: 16px;
    font-weight: bold;
    border-bottom: 2px groove #fff;
    margin-bottom: 10px;
}

.web-prod-group {
    display: block;
    padding: 5px;
    background: #fff;
    margin-bottom: 4px;
    text-decoration: none !important;
}

    .web-prod-group:hover {
        color: #003196;
    }

.item-not-found {
    padding: 20px 10px;
    font-size: 20px;
    text-align: center;
    color: #b7b7b7;
}

.web-cart-img img {
    width: 80px;
    height: 80px;
}

.cart-items table {
    margin-bottom: 0 !important;
}

.table-item-ctg-parent {
    margin-top: 20px !important;
}

.cart-product-tbl {
    margin-bottom: 0 !important;
}

    .cart-product-tbl tr td {
        border: none !important;
    }

.cart-prod-img {
    width: 80px;
    text-align: left;
    margin-top: 5px;
    margin-left: -15px;
    margin-right: 10px;
}

.cart-prod-additional {
    margin-bottom: 5px;
}

.cart-prod-buttons {
    margin-bottom: 5px;
}

.cart-prod-price {
    margin-bottom: 5px;
}

    .cart-prod-price .p-disc, .cart-prod-price .p-price {
        line-height: 1.5;
    }

.cart-prod-count-input {
    display: inline-block;
    width: 80px;
    padding: 1px 5px;
    text-align: center;
    height: 25px;
    margin: 0px 2px;
    position: relative;
    top: 1px;
}

.cart-prod-title .p-title {
    margin: 0px;
    margin-top: 3px;
}

.cart-item-row {
    margin-bottom: 10px;
    display: block;
    position: relative;
}

    .cart-item-row .row {
        background: #fff;
    }

.cart-ctg-table {
    border: none !important;
}

    .cart-ctg-table tr {
        border: none !important;
    }

.free-shipping-text {
    color: red;
}

.swal2-container {
    z-index: 9999 !important;
}

.shopping-summary-box {
    border: 1px solid #b7b7b7;
    border-radius: 5px;
    margin-top: 20px;
}

    .shopping-summary-box h6 {
        text-align: center;
        background: #e8e8e8;
        color: #131921;
        padding: 10px;
    }

.checkout {
    border: 0;
    margin-top: 5px;
    padding: 10px;
    background-color: #232f3e;
    color: #fff;
    font-size: 18px;
    border-radius: 3px;
    width: 100%;
    text-align: center;
    cursor: pointer;
    opacity: 0.8;
}

    .checkout:hover {
        opacity: 1;
    }

.cart-bttom {
    padding: 10px;
    border-top: 2px dotted #bbbaba;
    background: #fff;
}

.empty-cart {
    font-size: 30px;
    color: #c1bdbd;
    text-align: center;
    padding: 50px;
}

.cart-btn-sm {
    display: none;
}

.cart-btn-lg {
    display: inline;
    font-size: 20px;
}

.sh-summary {
    padding: 10px;
}

.bold {
    font-weight: bold;
}

.cart-saving {
    text-align: right;
    font-size: 18px;
    color: #039b25;
    font-weight: bold;
    display: inline-block;
    width: 100%;
    border-bottom: 1px solid green;
    margin-bottom: 10px;
    padding: 10px;
    padding-top: 0px;
    padding-right: 0px;
}

.search-view-panel {
    min-height: 50px;
    background: #fff;
    position: absolute;
    z-index: 9999;
    width: 100%;
    box-shadow: 1px 2px 5px #000;
    border-radius: 3px;
    max-height: 500px;
    overflow: auto;
}

.search-loader {
    position: absolute;
    right: 10px;
    margin-top: -34px;
}

.search-result {
    margin-bottom: 2px;
    background: #f3f3f3;
    padding: 5px;
    text-align: left;
}

    .search-result a {
        text-decoration: none !important;
    }

.search-result-prod {
    display: block;
    height: 60px;
}

.search-product-img {
    width: 60px;
    height: 60px;
    margin-right: 10px;
    float: left;
}

.search-price {
    color: red;
}

.product-preview-product-name {
    font-size: 22px;
    margin-top: 20px;
    line-height: 25px;
}

.priview-price {
    color: red;
    margin: 10px 0px;
    font-size: 25px;
    line-height: 1;
}

.priview-sku {
    margin: 10px 0px;
}

.preview-add-to-cart-btn {
    line-height: 0;
    height: 35px;
    background: #232f3e;
    color: #fff;
    margin-top: 10px;
    font-size: 15px;
    border: none;
    padding: 15px;
    cursor: pointer;
    opacity: 0.8;
}

    .preview-add-to-cart-btn:hover {
        opacity: 1;
    }

.prod-preview-details {
    font-size: 16px;
    font-weight: normal;
    margin-top: 10px;
    margin-bottom: 30px;
    white-space: pre-wrap;
}

.product-preview-product-ctg a {
    display: inline-block;
    background: #12181f;
    color: #fff !important;
    padding: 2px 10px;
    border-radius: 5px;
    font-size: 14px;
}
/* Hide scrollbar for Chrome, Safari and Opera */
.modal-open .modal::-webkit-scrollbar {
    display: none;
}

/* Hide scrollbar for IE, Edge and Firefox */
.modal-open .modal {
    -ms-overflow-style: none; /* IE and Edge */
    scrollbar-width: none; /* Firefox */
}

.modal-open {
    padding-right: 0 !important;
}

.prod-privew {
    margin-top: 15px;
}

    .prod-privew .p-price-conf .p-price-conf-qty {
        font-size: 16px;
    }

.offtag {
    position: relative;
    z-index: 9999;
}

.wel-rm {
    font-size: 18px;
    text-align: center;
    padding: 10px;
    color: #232f3e;
    border-bottom: 2px groove #ffffff;
    margin-bottom: 10px;
}

.p-image-td {
    width: 150px;
}

.btn-profile-cntr {
    margin-bottom: 10px;
}

    .btn-profile-cntr.active:before {
        content: '';
        border-left: 14px solid #6c757d;
        border-top: 15px solid transparent;
        border-bottom: 15px solid transparent;
        position: absolute;
        right: 7px;
        margin-top: -4px;
    }

.img-profile {
    width: 100px;
    height: 100px;
    border: 1px solid #b7b4b4;
    padding: 2px;
    border-radius: 4px;
}

.profile-btns {
    padding: 10px;
    padding-right: 20px;
}

.pro-table-item-ctg-parent-td {
    padding: 0px !important;
}

    .pro-table-item-ctg-parent-td table {
        margin-bottom: 0 !important;
    }

.admin-inv-setup-panel {
}

.inv-set-panel {
    width: 250px;
    border: 1px solid #b7b7b7;
    padding: 5px;
    border-radius: 5px;
    display: inline-block;
    vertical-align: top;
    margin-right: 10px;
    margin-bottom: 10px;
    float: left;
}

.toggle-ac {
    text-decoration: none !important;
    background: #dee2ec;
    padding: 5px;
    display: block;
    position: relative;
}

.inv-set-panel .inner .in-d {
    text-decoration: none !important;
    background: #dee2ec;
    padding: 5px;
    display: block;
    margin: 2px;
    position: relative;
}

.inv-move-btn {
    position: absolute;
    right: 5px;
    top: 5px;
    padding: 4px 5px;
    background: #eee;
}

    .inv-move-btn:hover {
        cursor: pointer;
        background: #b7b7b7;
    }

.type-pnl {
    position: absolute !important;
    min-width: 200px !important;
    padding: 5px !important;
    background: #fff !important;
    z-index: 9;
    right: 0;
    border: 1px solid #96979b;
    color: #232f3e;
    border-radius: 3px;
}

    .type-pnl div {
        padding: 5px;
    }

        .type-pnl div:hover {
            color: red;
            cursor: pointer;
        }

.ctg-set-box.active {
    color: red;
}

.close-ctg-box {
    position: absolute;
    right: 10px;
    background: red;
    width: 20px;
    height: 20px;
    border-radius: 50%;
    color: #fff;
    padding: 8px 7px;
    cursor: pointer;
    line-height: 0;
}

.inv-set-panel ul {
    list-style: none;
    padding: 0;
}

    .inv-set-panel ul .inner {
        padding-left: 1em;
        display: none;
    }

    .inv-set-panel ul li {
        margin: 0.5em 0;
    }

        .inv-set-panel ul li a.toggle {
            width: 100%;
            display: block;
            background: rgba(0, 0, 0, 0.78);
            color: #fefefe;
            padding: 0.75em;
            border-radius: 0.15em;
            transition: background 0.3s ease;
        }

            .inv-set-panel ul li a.toggle:hover {
                background: rgba(0, 0, 0, 0.9);
            }

.ord-td {
    width: 150px;
}

.ac-head {
    display: block;
    position: relative;
    margin: 0;
    padding: 5px 30px;
    border: 1px solid #0079c1;
    font-size: 16px;
    font-weight: normal;
    color: #0079c1;
    cursor: pointer;
}

    .ac-head.open {
        background-color: #3d82b9;
        color: white;
    }

.ac-body {
    display: none;
    border: 1px solid #0079c1;
    overflow: auto;
    padding-bottom: 20px;
    background: #fff;
}

.ac-head .ic {
    position: absolute;
    top: 0px;
    left: 5px;
    font-style: normal;
    font-size: 1.625em;
    color: #0079c1;
}

.ac-head.open .ic:before {
    content: "⇧";
    color: white;
}

.ac-head .ic:before {
    content: "⇩";
}

.inv-pnl-part {
    margin-bottom: 10px;
}

.table-adm-inv {
    min-width: 1000px;
    margin-bottom: 0px;
}

.inv-p-title {
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    line-height: 18px;
}

.inv-prod-img {
    width: 40px;
    height: 30px;
    transition: ease-in-out 0.3s;
}

    .inv-prod-img:hover {
        -webkit-transform: scale(3);
        transform: scale(3);
    }

.inv-no {
    position: absolute;
    right: 10px;
}

.inv-btm-part {
    padding: 10px 20px;
}

.signature-box {
    width: 100%;
    height: 70px;
    border: 1px dotted rgba(0, 0, 0, 0.5);
}

#signature {
    border: 2px dotted #9b9b9b;
    margin: 0 auto;
    margin-top: 5px;
    background: #fff;
    display: block;
}

.img-sign {
    height: 100%;
    width: 100%;
}

.inv-summary-box {
    padding: 5px;
    border: 1px solid #b7b7b7;
    border-radius: 5px;
    margin-bottom: 10px;
    overflow: auto;
    margin-top: 10px;
}

.signature-auto {
    width: 100%;
    height: 70px;
    border: 1px dotted rgba(0, 0, 0, 0.5);
}

.sign-date {
    font-size: 11px;
}

.tbl-inv-info tr td {
    font-size: 13px;
}

.table-inv-btm tr td {
    border: none;
    border-left: 1px solid #dee2e6;
}

iframe[name="printIframe"] {
    display: none !important;
}

.modal-content {
    box-shadow: 2px 5px 14px #5c5959;
}

.fixed-height-chart {
    height: 300px;
    border: 1px solid #b7b7b7;
}

.admin-home-tile-title {
    margin-top: 20px;
    margin-bottom: 10px;
    border-bottom: 2px groove #fff;
}

.admin-home-tile {
    background: #232f3e;
    display: block;
    color: #fff;
    text-align: center;
    padding: 10px;
    text-decoration: none;
    box-shadow: 2px 2px 4px #000;
    border-radius: 3px;
    margin-bottom: 10px;
}

    .admin-home-tile:hover {
        color: #dddddd !important;
    }

.welcome-ctrl-pnl {
    margin-left: 10px;
    font-size: 20px;
}

.empty-cart img {
    display: block;
    margin: 0 auto;
}

.product-loading {
    height: 100px;
}

#age-verify {
    width: 100%;
    height: 100%;
    background-color: rgba(0,0,0,0.35);
    color: #fff;
    font-family: inherit;
    border-radius: 5px;
}

.age-verify-box {
    margin: 0 auto;
    padding: 20px;
    text-align: center;
    background: #000;
    box-shadow: 0px 1px 5px #fff;
    border-radius: 5px;
    font-size: 17px;
}

#age-verify button {
    color: inherit;
    border: 0;
    padding: 10px;
    margin-top: 10px;
    width: 100%;
}

.age-v-accept {
    background: green;
    cursor: pointer !important;
}

.age-v-close {
    background: #ce2c2c;
    color: white;
    cursor: pointer !important;
}

.signature_of_purchaser {
    max-width: 320px;
    height: 100px;
    border: 1px dotted #232f3e;
    border-radius: 3px;
    background: #fff;
}

.policy {
    border: 1px solid #232f3e;
    padding: 20px 10px;
    border-radius: 3px;
    background: #fff;
    margin: 20px 0px;
}

input[type=search]::-webkit-search-cancel-button {
    -webkit-appearance: searchfield-cancel-button;
}

.ressllert-top-sm {
    font-size: 10px;
}

.ressllert-top-lg {
    font-size: 13px;
}

.ressllert-top-title {
    padding: 20px;
    font-weight: bold;
    font-size: 15px;
}

.ressllert-sector {
    margin-top: 10px;
    text-align: justify;
}

.attach {
    position: relative;
    display: inline-block;
    margin: 10px;
}

.attach-img {
    width: 100px;
    height: 80px;
    border: 2px solid #ababab;
    padding: 2px;
    border-radius: 3px;
}

.attach-preview {
    width: 100%;
}

.remeve-attach {
    position: absolute;
    width: 20px;
    height: 20px;
    background: #eb0000;
    color: #fff;
    border-radius: 50%;
    padding: 8px 6px;
    line-height: 0;
    cursor: pointer;
    right: 5px;
    top: 2px;
}

.faq-accordion .faq-accordion-item {
    border-bottom: 1px solid #e5e5e5;
    max-width: 900px;
    margin: 0 auto;
}

    .faq-accordion .faq-accordion-item button[aria-expanded=true] {
        border-bottom: 1px solid #03b5d2;
    }

.faq-accordion button {
    position: relative;
    display: block;
    text-align: left;
    width: 100%;
    padding: 1em 0;
    color: #676768;
    font-size: 16px;
    font-weight: 400;
    border: none;
    background: none;
    outline: none;
}

    .faq-accordion button:hover, .faq-accordion button:focus {
        cursor: pointer;
        color: #03b5d2;
    }

        .faq-accordion button:hover::after, .faq-accordion button:focus::after {
            cursor: pointer;
            color: #03b5d2;
            border: 1px solid #03b5d2;
        }

    .faq-accordion button .faq-accordion-title {
        padding: 1em 1.5em 1em 0;
    }

    .faq-accordion button .icon {
        display: inline-block;
        position: absolute;
        top: 18px;
        right: 0;
        width: 22px;
        height: 22px;
        border: 1px solid;
        border-radius: 22px;
    }

        .faq-accordion button .icon::before {
            display: block;
            position: absolute;
            content: "";
            top: 9px;
            left: 5px;
            width: 10px;
            height: 2px;
            background: currentColor;
        }

        .faq-accordion button .icon::after {
            display: block;
            position: absolute;
            content: "";
            top: 5px;
            left: 9px;
            width: 2px;
            height: 10px;
            background: currentColor;
        }

    .faq-accordion button[aria-expanded=true] {
        color: #03b5d2;
    }

        .faq-accordion button[aria-expanded=true] .icon::after {
            width: 0;
        }

        .faq-accordion button[aria-expanded=true] + .faq-accordion-content {
            opacity: 1;
            max-height: 500px;
            overflow: auto;
            transition: all 200ms linear;
            will-change: opacity, max-height;
            padding: 20px 0px;
        }

.faq-accordion .faq-accordion-content {
    opacity: 0;
    max-height: 0;
    overflow: hidden;
    transition: opacity 200ms linear, max-height 200ms linear;
    transition: ease-in-out 0.3s;
    will-change: opacity, max-height;
}

.shell-logo {
    width: 24px;
    margin: 0 3px;
}

.login-container {
    display: inline-flex;
    width: 100%;
    max-width: 800px;
}

.login-session {
    width: auto;
    display: inline-block;
}

.login-session-panel {
    display: inline-block;
    border: 1px solid #b6b6b7;
    padding: 5px;
    margin: 5px;
    border-radius: 3px;
    background: #eee;
    box-shadow: 1px 1px 4px #c9c4c4;
    position: relative;
    transition: ease-in-out 0.3s;
    width: 125px;
}

    .login-session-panel:hover {
        background: #cfdaf6;
        cursor: pointer;
    }

.login-session-remove {
    position: absolute;
    width: 20px;
    height: 20px;
    border-radius: 50%;
    background: red;
    color: #fff;
    cursor: pointer;
    top: -8px;
    left: -8px;
}

.login-session-img {
    width: 100px;
    height: 100px;
    border-radius: 50%;
    padding: 5px;
    background: #fff;
}

.login-session-name {
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

.m-t-10 {
    margin-top: 10px;
}

.template-ad {
    border: 1px solid #232f3e;
    display: inline-block;
    padding: 10px;
    border-radius: 3px;
    margin: 5px;
    background: #eee;
}

    .template-ad:hover {
        background: #dee2ec;
        cursor: pointer;
    }

.my-ad {
    padding: 5px;
    margin-bottom: 5px;
    background: #dee2ec;
    border-radius: 3px;
    cursor: pointer;
    position: relative;
}

.my-add {
    border: 1px solid #dee2ec;
    margin-bottom: 10px;
    margin-top: -5px;
    border-top: none;
    padding: 10px;
    border-radius: 3px;
    background: #ededed;
}

.remove-ad-btn {
    position: absolute;
    right: 7px;
    background: red;
    padding: 0px 6px;
    color: #fff;
    border-radius: 3px;
    cursor: pointer;
}

.box-items-bag {
    position: absolute;
    right: 37px;
    top: 50%;
    z-index: 9999;
    background: red;
    width: 50px;
    text-align: center;
    line-height: 0;
    height: 50px;
    padding: 16px;
    color: #fff;
    border-radius: 5px;
    cursor: pointer;
}

.add-view-ed {
    border: 2px dotted #767676;
    min-height: 250px;
}

.distributor-page {
    font-size: 16px;
}

    .distributor-page h4, .distributor-page h5, .distributor-page p {
        margin: 20px 0px;
        padding: 0;
    }

    .distributor-page h4 {
        margin-top: 40px;
    }

.menu-distributor {
    border-bottom: 3px solid #efff00;
}

.find-inv {
    min-width: 250px;
    height: 100vh;
    overflow: auto;
    border: 1px solid #b7b7b7;
    border-radius: 3px;
    margin: 5px;
    padding: 10px;
    position: relative;
}

    .find-inv > .blc {
        border: 1px solid #dee2ec;
        padding: 5px;
        background: #ededed;
        border-radius: 3px;
        margin-bottom: 5px;
    }

        .find-inv > .blc:hover {
            cursor: pointer;
            color: red;
        }

.disabled {
    opacity: 0.6;
    cursor: not-allowed;
    pointer-events: none;
}

.take-a-pic {
    position: absolute;
    right: 35px;
    top: 10px;
    color: #0034a9;
    text-shadow: 1px 1px 1px #fff;
    cursor: pointer;
}

.up-invoice-taker-image {
    display: inline-block;
    border: 2px solid #dee2ec;
    border-radius: 3px;
    padding: 2px;
    margin: 0px 10px auto;
    vertical-align: top;
    width: 250px;
    height: 300px;
    cursor: pointer;
    margin-bottom: 20px;
}

.chartjs-render-monitor {
    width: 100% !important;
}

.cap-img {
    background: #fff;
    margin: 5px 0px;
    padding: 0px 5px;
    border: 1px solid #b7b7b7;
    border-radius: 3px;
}

    .cap-img > .btn {
        padding: 0px;
    }

.capture-date {
    font-size: 11px;
}

.client-cap-img {
    display: inline-block;
    margin: 5px;
    margin-bottom: 10px;
    width: 95px;
    height: 95px;
    cursor: pointer;
    border-radius: 3px;
}

    .client-cap-img img {
        width: 100%;
        height: 100%;
        transition: ease-in-out 0.5s;
        border-radius: 3px;
        border: 2px solid #b7b7b7;
    }

        .client-cap-img img:hover {
            border-width: 1px;
            transform: scale(3);
        }

.report-filter {
    background: #d9d9d9;
    padding: 10px;
    margin-bottom: 20px;
    box-shadow: 1px 2px 3px #7c7c7c;
    border-radius: 3px;
}

.inv-folder {
    display: inline-block;
    border: 1px solid #eee;
    border-radius: 3px;
    margin: 5px;
    padding: 5px;
    width: 100px;
    text-align: center;
    vertical-align: top;
    transition: ease-in-out 0.3s;
    position: relative;
}

    .inv-folder:hover {
        background: #dee2ec;
        cursor: pointer;
    }

    .inv-folder .c-name {
        font-size: 12px;
        white-space: nowrap;
        overflow: hidden;
        text-overflow: ellipsis;
    }

.map-dir {
}

.rpt-dir-map {
    background: #e3e0e0;
    padding: 5px;
    border-radius: 3px;
}

.dir-last-part {
    color: #767676;
}

.download-folder {
    position: absolute;
    top: 3px;
    right: 3px;
    width: 25px;
    background: #eee;
    border: 1px solid #ddd;
    border-radius: 3px;
}

.weed-frame {
    position: relative;
    background: #eee;
    border: 2px solid #cfcfcf;
    padding: 5px;
    margin: 10px 0px;
}

    .weed-frame .head-title {
        font-weight: bold;
        padding: 5px;
    }

.weed-body {
    overflow: auto;
}

    .weed-body img {
        text-align: center;
        border: 1px solid #d1d1d1;
        border-radius: 3px;
        margin: 2px;
        width: 70px;
        height: 70px;
        display: inline-block;
        background: #fff;
    }

.ed-playground-panle {
    border-radius: 3px;
    min-height: 200px;
    background: transparent;
    margin: 5px;
    overflow: auto;
    position: relative;
}

.ed-choose-img {
    border: none;
    padding: 3px 5px;
    margin-bottom: 5px;
    background: #ff8989;
    color: #fff;
    border-radius: 3px;
    transition: ease-in-out 0.3s;
}

    .ed-choose-img:hover {
        background: red;
    }

.ed-img {
    z-index: -1;
}

.ed-playground-panle .ed-img {
    width: 100%;
    height: 600px;
    margin: 0 auto;
    display: block;
}

.edit-img {
    background: #dee2ec;
    padding: 2px;
    border-radius: 3px;
    margin-bottom: 5px;
    position: relative;
}

    .edit-img:hover {
        cursor: pointer;
        background: #b3c6e7;
    }

.img-box {
    position: absolute;
    min-width: 10px;
    min-height: 10px;
    background-color: transparent;
    border-radius: 5px;
    color: #232f3e;
    text-align: center;
    display: inline-block;
    padding: 2px;
    width: 200px;
    padding: 3px;
}

    .img-box:hover {
        border: 3px dashed #b7b7b7;
        cursor: move;
        padding: 2px;
        padding: 0px;
    }

.context-menu-icon-fa-refresh, .context-menu-icon-fa-top {
    position: relative;
    -webkit-box-sizing: content-box;
    -moz-box-sizing: content-box;
    box-sizing: content-box;
    padding: 0.2em 2em;
    color: #2f2f2f;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    background-color: #fff;
}

    .context-menu-icon-fa-refresh:before {
        content: "⭮";
        font-weight: bolder;
    }

    .context-menu-icon-fa-top:before {
        content: "☑";
        font-weight: bolder;
    }

    .context-menu-icon-fa-refresh::before, .context-menu-icon-fa-top::before {
        position: absolute;
        top: 50%;
        left: 0;
        width: 2em;
        font-family: "context-menu-icons";
        font-size: 1em;
        font-style: normal;
        font-weight: normal;
        line-height: 1;
        color: #2980b9;
        text-align: center;
        -webkit-transform: translateY(-50%);
        -ms-transform: translateY(-50%);
        -o-transform: translateY(-50%);
        transform: translateY(-50%);
        -webkit-font-smoothing: antialiased;
    }

.cust-button {
    text-align: center;
    color: #000;
    text-transform: uppercase;
    font-weight: 600;
    cursor: pointer;
    display: inline-block;
    font-size: 20px;
}


.cust-button-1 {
    padding: 20px;
    border-radius: 5px;
    background-color: #f47c00;
    background-image: #f47c00;
    background-image: -moz-linear-gradient(top, #fff 0%, #f47c00 100%);
    background-image: -webkit-linear-gradient(top, #fff 0%,#f47c00 100%);
    background-image: linear-gradient(to bottom, #fff 0%,#f47c00 100%);
    background-size: 300px;
    background-repeat: no-repeat;
    background-position: 0%;
    -webkit-transition: background 300ms ease-in-out;
    transition: background 300ms ease-in-out;
    text-decoration: none !important;
}

    .cust-button-1:hover {
        background-position: -200%;
        color: #dee2ec;
        transition: background 300ms ease-in-out;
    }

.home-top-pl {
    text-align: center;
    padding: 5%;
    background: #c70000;
    height: 250px;
    color: #fff;
}

    .home-top-pl img {
        width: 100%;
    }

.home-top-pl-lt {
    background-image: url(../images/carousel_1.png);
    background-position: center;
    background-size: cover;
}

.home-top-pl-rt {
    background-image: url(../images/carousel_2.png);
    background-position: center;
    background-size: cover;
}
.cust-full-design {
    background: #d9d9d9;
    padding: 10px;
}
.cust-full-design img{
    width: 400px;
    display:block;
    margin:auto;
}
.cust-design-element {
    display: inline-block;
    width: 150px;
    height: 200px;
    background: #ffffff;
    vertical-align: top;
    margin: 5px;
    border: 2px solid #eee;
    border-radius: 5px;
    padding: 5px;
}
    .cust-design-element img {
        width: 100%;
    }

.design-panel {
    background: #e7e7e7;
    width: 100%;
    min-height: 500px;
    position: relative;
    padding:2px;
    padding-top: 45px;
    overflow:hidden;
}
.take-img {
    position: relative;
    width: 100%;
    height: 500px;
    margin-bottom: 10px;
}
#drop-area .uploadIcon i {
    font-size: 22px;
    position: relative;
    top: 0px;
}
#drop-area .uploadIcon {
    margin: 0 auto;
    display: block;
    position: absolute;
    top: -43px;
    background: #089cc9;
    color: #fff;
    width: auto;
    text-align: center;
    padding: 5px;
    font-size: 16px;
    border-radius: 5px;
    z-index: 999;
}

#drop-area.highlight {
    border-color: purple;
}

#gallery {
    height: 100%;
    text-align:center;
    overflow:auto;
}

    #gallery img {
        vertical-align: middle;
        width: auto;
        height: auto;
        max-height: 600px;
        margin: 0 auto;
        max-width: 100%;
    }

#fileElem {
    display: none;
}
#drop-area label {
    margin-bottom: 0;
    height: 100%;
    width: 100%;
    display: block;
}
.des-t {
    display: block;
    background: #585757;
    color: #b7b7b7;
    text-align: center;
    padding: 4px;
    margin: 5px;
    width: 30px;
    height: 30px;
    border-radius: 3px;
}
.des-t:hover {
    color: #fff;
   cursor:pointer;
}
.img-container {
    position: absolute;
    top: 20%;
    left: 50%;
    background: #eee;
}
.d-box {
    position: absolute;
    user-select: none;
    transform: translate(-50%, -50%);
}
.box-elm {
    width: 200px;
    height: 200px;
    background-color: transparent;
    background-repeat: no-repeat;
    background-size: contain;
    
}
    .box-elm:hover {
        cursor: move;
    }
    .resize-handler {
        height: 10px;
        width: 10px;
        background-color: #0055ff;
        position: absolute;
        border-radius: 100px;
        border: 1px solid #ffffff;
        user-select: none;
        display: none;
    }

        .resize-handler:hover {
            background-color: #0000cc;
            cursor: default;
        }

    .resize-handler.rotate {
        cursor: url('https://findicons.com/files/icons/1620/crystal_project/16/rotate_ccw.png'), auto;
    }

.des-note {
    margin-top: 20px;
    background: #dddddd;
    min-height: 375px;
    padding: 10px;
    border-radius: 3px;
    background-image: url(../images/note-back.png);
    background-position: center;
    background-size: cover;
    text-align: center;
    font-size: 18px;
    text-transform: capitalize;
}
.contact-tab-content {
    border: 1px solid #dee2e6;
    border-top: none;
    padding: 10px;
}
.contact-for-event {
    font-size: 20px !important;
    color: red !important;
    border-radius: 8px 8px 0px 0px !important;
    border: 1px solid #c9c9c9 !important;
    border-bottom: none !important;
    margin-bottom: -2px !important;
    position:relative;
    
}
.btm-sep {
    border: 3px solid #422727;
    margin-bottom: 10px;
    display: inline-block;
    width: 120px;
    border-image: linear-gradient(45deg, #272828, #ff692f) 1;
}
.org-img {
    width: 300px;
    float: right;
    margin-left: 20px;
    margin-bottom: 10px;
    border-radius: 5px;
    box-shadow: 0px 1px 2px #000000;
    padding: 5px;
}

.ceo-img {
    width: 300px;
    float: left;
    margin-right: 20px;
    margin-bottom: 10px;
    border-radius: 5px;
    box-shadow: 0px 1px 2px #000000;
    padding: 5px;
}

.about-pnl {
    display: inline-block;
}

.page-title {
    font-weight: bold;
}
#calendar {
    max-width: 900px;
    margin: 10px auto;
}

.fc-day-number {
    text-decoration: none !important;
}
/* Style 7
   ----------------------------- */
.seven h1 {
    text-align: center;
    font-size: 30px;
    font-weight: 300;
    color: #222;
    letter-spacing: 1px;
    text-transform: uppercase;
    display: grid;
    grid-template-columns: 1fr max-content 1fr;
    grid-template-rows: 27px 0;
    grid-gap: 20px;
    align-items: center;
}

    .seven h1:after, .seven h1:before {
        content: " ";
        display: block;
        border-bottom: 1px solid #c50000;
        border-top: 1px solid #c50000;
        height: 5px;
        background-color: #f8f8f8;
    }

.hero {
    display: flex;
    position: relative;
    align-items: center;
    justify-content: center;
    width: 100%;
    height: 100%;
    max-height: 720px;
    margin: 0 auto;
    color: #fff;
    text-align: center;
}

    .hero:after {
        z-index: 0;
        position: absolute;
        width: 100%;
        height: 100%;
        background-color: rgba(0, 0, 0, 0.4);
        content: "";
    }

.hero__image-wrapper {
    display: flex;
    position: absolute;
    width: 100%;
    height: 100%;
}

#hero__image {
    width: auto;
    min-width: 100%;
    height: auto;
    min-height: 100%;
    object-fit: cover;
}

.hero__text {
    z-index: 1;
    max-width: 100%;
    padding: 20px 5%;
}

    .hero__text h1 {
        margin: 0 0 24px;
        font-family: "Merriweather", serif;
        font-size: 50px;
        line-height: 1.3;
    }

    .hero__text p {
        margin: 0px 0px 40px;
        font-family: "Lato", sans-serif;
        font-size: 26px;
        line-height: 1.3;
    }

#hero__img-refresh {
    padding: 14px 20px;
    border: 2px solid #fff;
    border-radius: 5px;
    background-color: rgba(0, 0, 0, 0.4);
    color: #fff;
    font-family: "Lato", sans-serif;
    font-size: 20px;
    line-height: 1;
    cursor: pointer;
    transition: 0.3s;
}

    #hero__img-refresh:hover {
        background-color: rgba(0, 0, 0, 0.7);
    }

@media only screen and (max-width: 768px) {
    .hero__text h1 {
        margin: 0 0 16px;
        font-size: 40px;
    }

    .hero__text p {
        margin: 0px 0px 48px;
        font-size: 22px;
    }

    #hero__img-refresh {
        font-size: 18px;
    }
}