body {
    letter-spacing: 1px;
}

.vendor_header span {
    color:var(--company-color);
}

.btn-outline-primary {
    color: var(--company-color) !important;
    border-color: var(--company-color) !important;
}
.btn-outline-primary:hover , .dt-buttons .dt-button ,.dataTables_paginate .current {
    background:  var(--company-color) !important;
    color: #fff !important;
}
.btn-outline-secondary {
    color: #b2cc2f !important;
    border-color: #b2cc2f !important;
}
.btn-outline-secondary:hover {
    background:  #b2cc2f !important;
    color: #fff !important;
}
.btn-outline-dark {
    color: #6c757d !important;
    border-color: #6c757d !important;
}
.btn-outline-dark:hover {
    background:  #6c757d !important;
    color: #fff !important;
}

.new_customer_button:hover {
    background:  var(--company-color) !important;
    color: #fff !important;
}

.single_div_2:hover{
    box-shadow: 5px 7px 20px 5px var(--company-color) !important;
}
.logo {
    max-width: 250px !important;
}
#add_reply_button_icon
{
    width: 30px;
    height: 30px;
    border-radius: 20px;
    padding: 5px;
    color: #fff;
    background: #b2cc2f !important;
}
.new_customer_button 
{
    color: #b2cc2f !important;
    border-color: #b2cc2f !important;
}
.new_customer_button:hover 
{
    background:  #b2cc2f !important;
    color: #fff !important;
}
.single_div:hover{
    box-shadow: 1px 1px 9px 3px var(--company-color) !important;
    
}

@media only screen and (min-width: 780px) {
    .welcome_img 
    {
        margin-top: -20px !important;
        display: block;
        margin-left: auto;
        margin-right: auto;
        width: 80%;
    }    
}
.welcome_img 
{
    margin-top: 20px !important;
    display: block;
    margin-left: auto;
    margin-right: auto;
    width: 80%
}
.alert {
    background :#e8eaff;
    border-color: #e8eaff
}

.card-header{
    background-color: var(--company-color) !important;
    color: #fff;
}      
.card .card_button, .card .card_button:hover{
    color:#fff;
    background: var(--company-color);
}
.view_ticket {
    background-color: var(--company-color) !important;
    border-color: var(--company-color) !important;
}
.ck-widget__type-around__button
{
    display: none !important;
}
footer {
    font-family: -apple-system,BlinkMacSystemFont,"Segoe UI",Roboto,"Helvetica Neue",Arial,"Noto Sans","Liberation Sans",sans-serif,"Apple Color Emoji","Segoe UI Emoji","Segoe UI Symbol","Noto Color Emoji";
}
.dataTables_wrapper .dataTables_scroll div.dataTables_scrollBody > table > tbody > tr > td {
    vertical-align: initial !important;
}
.dataTables_wrapper .dataTables_scroll div.dataTables_scrollBody > table > tbody > tr > td {
    font-size: 14px !important;
    border-left: 0 !important;
    border-right: 0 !important;
}
.circle_status {
    font-size: 20px;
    background: #DDD;
    padding: 8px;
    width: 50px;
    height: 50px;
    border-radius: 50%;
    /* border: 4px solid #FFF; */
    max-width: initial;
    text-align: center;
}


.nav-pills .nav-link:not(.active):hover {
    background-color: #444 !important;
    color: #ffffff !important;
}

.sidebar {
    padding: 0 !important;
}

.sidebar ul.treeview li a{
    padding: 0 !important;
    border-radius: unset !important;
}

.sidebar ul.treeview a.nav-link{
    padding: 0 !important;
    border-radius: unset !important;
}

.nav-pills .nav-link {
    border-radius: unset !important;
}

.sidebar-mini .main-sidebar .nav-link, .sidebar-mini-md .main-sidebar .nav-link, .sidebar-mini-xs .main-sidebar .nav-link {
    width: auto !important;
    transition: width ease-in-out 0.3s;
}

.main-sidebar {
    background-color: #000 !important;
    height: 100vh !important;
    position: fixed !important;
}

.nav-sidebar .nav-item > .nav-link {
    margin-bottom: 0 !important; 
    padding: 15px 15px !important;
    color: #fff;
}

.nav-sidebar .nav-link > .right, .nav-sidebar .nav-link > p > .right {
    position: absolute;
    right: 1rem;
    top: 1.2rem;
}

[class*="sidebar-light-"] .nav-treeview > .nav-item > .nav-link:hover, [class*="sidebar-light-"] .nav-treeview > .nav-item > .nav-link:focus {
    background-color: #444;
    color: #fff;
}

[class*="sidebar-light-"] .sidebar a {
    color: #fff;
}

[class*="sidebar-light"] .user-panel {
    border-bottom: 1px solid #6e6e6e;
}

[class*="sidebar-light-"] .nav-treeview > .nav-item > .nav-link {
    color: #fff;
}
.content-wrapper {
    background-color: #fff;
}

[class*="sidebar-light-"] .nav-sidebar > .nav-item > .nav-link:active, [class*="sidebar-light-"] .nav-sidebar > .nav-item > .nav-link:focus {
    color: #fff;
}

.logo_image {
    padding: 20px;
}

.sidebar-collapse .logo_image img{
    width: 65px !important;
}

.clear {
    clear: both;
}

.v-label {
    font-size: 18px !important;
}

.primary {
    background-color: var(--company-primary) !important;
}
.secondary {
    background-color: var(--company-secondary) !important;
}

[class*='sidebar-light-'] .nav-treeview > .nav-item > .nav-link.active, [class*='sidebar-light-'] .nav-treeview > .nav-item > .nav-link.active:hover {
    background-color: #444 !important;
    color: #ffffff !important;
}

/* width */
.sidebar::-webkit-scrollbar {
    width: 5px;
    border-radius: 20px;
}
/* Track */
.sidebar::-webkit-scrollbar-track {
    background: #f1f1f1;
}

/* Handle */
.sidebar::-webkit-scrollbar-thumb {
    background: #888;
}

/* Handle on hover */
.sidebar::-webkit-scrollbar-thumb:hover {
    background: #555;
}

.nav-treeview a {
    margin-left: 0px !important;    
}

.sidebar-dark-primary .nav-sidebar > .nav-item > .nav-link.active, .sidebar-light-primary .nav-sidebar > .nav-item > .nav-link.active {
    background-color: var(--company-secondary-color);
    color: #ffffff;
}

.section_info{
    padding: 30px;
    background: #fbfbfb;
    margin-top: 20px;
    border: 1px solid #ddd;
    border-radius: 10px;
}
.section_info .section_info_list .single_row{
    margin-bottom: 20px;
}
.section_info .section_info_list .single_row .right_text{
    padding-left: 0;
}
.section_info .section_info_list .single_row .right_text .text{
    font-family: auto;
}
.section_info .section_info_title {
    margin-bottom: 25px;
}

.section_info .right_text .title {
    margin-bottom: 5px;
    font-family: 'Raleway';
}
.section_info .right_text .title a {
    color: #444;
}
.section_info .right_text .title span {
    font-weight: 600;
    font-size: 17px;
}
.section_info .right_text .text {
    font-size: 15px;
    color: #888;
}

.section_info .section_info_list .left_icon .icon_container{
    background: #c8c8c8;
    width: 50px;
    height: 50px;
    border-radius: 50%;
    position: relative;
}
.section_info .section_info_list .left_icon .icon_container i{
    margin: 0;
    position: absolute;
    top: 50%;
    left: 50%;
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%); 
    color: #f7f7f7; 
    font-size: 20px;
}

.main_product_section .header .title{
    font-size: 50px;
    margin-bottom: 20px;
}
.main_product_section .search_list{
    display: flex;
}
.products .product {
    margin-bottom: 30px;
    background-color: #fff;
    height: 100%;
    /* box-shadow: 1px 4px 8px rgb(0 0 0 / 11%) */
}
.products .product .product_title{
    font-size: 14px;
    font-weight: 500;
    padding: 20px 0px;
    font-family: 'Raleway';
}
.products .product .product_title a{
    color: #000;
}
.products .product .product_description{
    text-align: center;
    font-size: 14px;
    /* padding: 20px; */
    color: #666;
    max-height: 75px;
}
.products .product .product_price{
    padding: 0px 4px;
    font-size: 16px;
    font-weight: 600;
    font-style: italic;
    bottom: 65px !important;
    position: absolute !important;
    width: 90% !important;
}
.products .product .product_price .price_sign{
    /* font-size: 35px;
    color: var(--company-secondary-color); */
}
.products .product_button{
    /* position: absolute;
    bottom: 30px; */
}
.products .product_button button{
    background-color: #ffffff;
    color: var(--company-secondary-color);
    padding: 10px 15px;
    font-weight: 500;
    font-size: 14px;
    border: 1px solid;
    margin-top: 10px;
    border-radius: 5px;
    width: 100%;
}
.products .product_button button:hover{
    background-color: var(--company-secondary-color);
    color: #ffffff; 
}
.btn-primary {
    background-color: var(--company-color)  !important;
    color: #fff !important;
    border: unset !important;
    margin-left: 2px;
}
.btn-secondary {
    background-color: var(--company-secondary-color)  !important;
    color: #fff !important;
    border: unset !important;
    margin-left: 2px;
}
.main_product_section input {
    border-radius: unset !important;
}
.btn-plus {
    border-left: unset !important;
}
.btn-plus i {
    margin-right: 15px;
}
.btn-minus {
    border-right: unset !important;    
}
.btn-minus i{
    margin-left: 15px;  
}
.btn-minus, .btn-plus {
    background: #ffffff !important;
    color: var(--company-secondary-color) !important;
    border: 1px solid #ddd !important;
    font-size: 12px !important;
    text-align: center !important;
    width: 30px !important;
    padding: 0 !important;
    outline: 0;
    box-shadow: unset !important;
    border-color: #ddd !important;
}
.btn-plus {
    border-left: unset !important;
    border-top-right-radius: 12px !important;
    border-bottom-right-radius: 12px !important;
}
.btn-minus {
    border-right: unset !important;
    border-top-left-radius: 12px;
    border-bottom-left-radius: 12px;
}

.swal2-container{
    z-index: 99999 !important; 
    font-size: 13px !important;
}

.swal2-title {
    position: relative;
    max-width: 100%;
    margin: 0 0 0.4em;
    color: #595959;
    font-size: 1.4em !important;
    font-weight: 600;
    text-align: center;
    text-transform: none;
    word-wrap: break-word;
}

.swal2-popup {    
    width: auto !important;    
    padding: 30px !important;
    max-width: 600px !important;
    min-width: 500px;
}

.swal2-content {
    z-index: 1;
    justify-content: center;
    margin: 0;
    /* padding: 0 1em; */
    color: #545454;
    font-size: 1em !important;
    font-weight: 400;
    line-height: normal;
    text-align: center;
    word-wrap: break-word;
}

.swal2-actions button {
    font-size: 1em !important;
}

.wrapper {
    /* padding-top: 3rem !important; */
}

@media only screen and  (max-width: 760px) {
    body {
        font-size: 15px !important;
    }    
    button {
        letter-spacing: 0 !important;
    }
    .products .product_button button { 
        padding: 10px 5px !important;
    }
    .login_register_card .col-md-12 , .login_register_card .col-md-6{
        padding: 0 !important;
    }
    .login_register_card .card-body {
        padding: 5px !important;
    }
    .forgot_pass_link {
        float: left !important;
    }
    h1 {
        font-size: 24px !important;
    }
    h2 {
        font-size: 22px !important;
    }
    h3 {
        font-size: 20px !important;
    }
    h4 {
        font-size: 18px !important;
    }
    h4 {
        font-size: 16px !important;
    }
    .new_butto,.btn-primary,.btn-secondary,.btn-danger {
        font-size: 14px !important;
        height: 40px !important;
        padding: 0 10px !important;
        min-width: unset !important;
    }
    .close_product_alert {
        right: -2px;
        position: absolute;
        font-size: 30px !important;
        cursor: pointer;
        margin-top: -3px;
    }
}

button {
    align-items: center !important;
    border-radius: 4px !important;
    flex: 0 0 auto !important;
    font-weight: 500 !important;
    letter-spacing: .0892857143em;
    justify-content: center !important;
    outline: 0 !important;
    align-items: center !important;
    border-radius: 4px !important;
    font-weight: 500 !important;
    justify-content: center !important;
    outline: 0 !important;    
}


.new_butto,.btn-primary,.btn-secondary,.btn-danger {
    align-items: center !important;
    border-radius: 4px !important;
    display: inline-flex !important;
    flex: 0 0 auto !important;
    font-weight: 500 !important;
    font-size: 14px !important;
    letter-spacing: .0892857143em !important;
    justify-content: center !important;
    outline: 0 !important;
    position: relative !important;
    text-decoration: none !important;
    text-indent: 0.0892857143em !important;
    text-transform: uppercase !important;
    transition-duration: .28s !important;
    transition-property: box-shadow,transform,opacity !important;
    transition-timing-function: cubic-bezier(.4,0,.2,1) !important;
    -webkit-user-select: none !important;
    -moz-user-select: none !important;
    -ms-user-select: none !important;
    user-select: none !important;
    vertical-align: middle !important;
    white-space: nowrap !important;
    height: 40px;
    min-width: 64px;
    padding: 0 15px;
    box-shadow: 0 3px 1px -2px rgb(0 0 0 / 20%), 0 2px 2px 0 rgb(0 0 0 / 14%), 0 1px 5px 0 rgb(0 0 0 / 12%) !important;
}
 
.new_butto i,.btn-primary i,.btn-secondary i, .btn-danger i {
    padding: 5px !important;
}
.login_register_card {
    box-shadow: unset !important;
    border: unset !important;
    border-radius: unset !important;
}
.login_register_card input:not([type='checkbox']){
    border-radius: 4px !important;
    padding: 0 20px !important;
    font-size: 15px;
    border: 1px solid #ddd;
    height: 50px !important;
    background: #fff !important;
    letter-spacing: 1px;
}
.forgot_pass_link {
    float: right;
}
input:focus-visible, input:focus {
    outline: none !important;
    box-shadow: none !important;
    border: 1px solid var(--company-secondary-color) !important;     
}
.register_now a {
    margin-left: 5px;
}
.login_register_card a {
    color: var(--company-secondary-color) !important;
    text-decoration: underline !important;
}
.login_register_card button{
    border-radius: 4px !important;
}
.register_now{
    padding-top: 0px;
    text-align: center;
}
.card_page form {
    padding-top: 0px !important;
}
.main_header {
    text-align: center;
    font-weight: 700;
}
.main_header_hint {
    text-align: center;
    color: #444;
    font-size: 15px;
    margin-top: 10px;
}
/* 
.login_register_card .card_button {
    font-size: 20px !important;
    color: #1b3815 !important;
    line-height: 1.2 !important;
    position: relative !important;
    display: block !important;
    width: 100% !important;
    height: 55px !important;
    background: #f6f6f6 !important;
    border-radius: 4px !important;
    padding: 0 35px !important;
}
.login_register_card button {
    border-radius: 4px !important;
}
.login_register_card .register_now {
    text-align: center;
} */

input:-webkit-autofill,
input:-webkit-autofill:hover,
input:-webkit-autofill:focus,
textarea:-webkit-autofill,
textarea:-webkit-autofill:hover,
textarea:-webkit-autofill:focus,
select:-webkit-autofill,
select:-webkit-autofill:hover,
select:-webkit-autofill:focus {
  -webkit-box-shadow: 0 0 0px 1000px #ffffff inset !important;
}

.red_color_menu{
    background: #b81d1d;
    color: #fff !important;
}


.product_alerts {
    display: none;
    justify-content: center;
    padding: 10px;
    color: #fff;
    background: #6dbd28;
    font-weight: 700;
    position: fixed;
    width: 100%;
    top: 0;
    z-index: 999999;
}
.product_alerts i {
    margin-right: 15px;
    font-size: 25px;
}
.product_added_successfully {
    background: #6dbd28;
}
.product_removed_successfully {
    background: #dc3545;
}

.show {
    display: flex;    
}

.close_product_alert {
    right: 0;
    position: absolute;
    font-size: 30px !important;
    cursor: pointer;
}

.company_info_navbar {
    margin: 0 !important;
    font-size: 12px;
    text-align: center;
    width: 260px;
}
#navbarDropdown {
    padding: 2px 0px !important;
}
.navbar-nav {
    justify-content: center;
    align-items: center;
}

select.form-control {
    -webkit-appearance: menulist-button;
    appearance: menulist-button;
}

.modal {
    z-index: 99999 !important;
}
.modal .btn-close{
    font-size: 14px;
}
.input_icon{
    position: relative;
    float: right;
    top: -27px;
    right: 10px;
    font-size: 18px;
    cursor: initial;
}

.row_lines_closed {
    background: #c3e6cb57 !important;
    background-color: #c3e6cb57 !important;
}
.row_lines_cancelled {
    background: #b1b1b154 !important;
    background-color: #b1b1b154 !important;
}
.row_lines_awaiting_approval {
    background: #faebf5 !important;
    background-color: #faebf5 !important;
}

@media (max-width: 1500px)  and  (min-width: 760px) {
    body {
        font-size: 14px !important;
    }
    .btn {
        font-size: 14px !important;
        height: 35px !important;
    }
}

#DataTables_Table_0_filter input {
    width: unset !important;
}

.table-hover tbody tr:not(.row_lines_closed) td, .table-hover tbody tr:not(.row_lines_awaiting_approval) td{
    border-top: 2px solid #ddd !important;
    border-bottom: unset !important;
}

.table-hover tbody tr:hover {
    color: #212529;
    background-color: rgb(255 255 255 / 8%);
}

.dataTables_processing {
    padding-bottom: 50px !important;
}

.cart_notification {
    position: relative;
    top: -15px;
    left: -6px;
    width: 25px;
    height: 25px;
    background: red;
    color: #ffffff;
    display: flex;
    justify-content: center;
    align-items: center;
    border-radius: 50%;
    font-size: 12px !important;
    font-weight: bold;
}
.overlay_loading {
    position: absolute;
    display: flex;
    justify-content: center;
    align-items: center;
    width: 100%;
    z-index: 999;
    top: 0%;
    height: 100%;
    background: #ffffffab;
}
.loading_icon {
    font-size: 60px !important;
    animation: fa-spin .5s infinite linear;
    /* color: var(--company-secondary-color); */
}


/* start order created */


    .header_sentence {
        padding: 4px;
        line-height: 38px
        -webkit-animation: fadein 4s; /* Safari, Chrome and Opera > 12.1 */
        -moz-animation: fadein 4s; /* Firefox < 16 */
        -ms-animation: fadein 4s; /* Internet Explorer */
        -o-animation: fadein 4s; /* Opera < 12.1 */
        animation: fadein 4s;
    }

    @keyframes fadein {
        from { opacity: 0; }
        to   { opacity: 1; }
    }

    /* Firefox < 16 */
    @-moz-keyframes fadein {
        from { opacity: 0; }
        to   { opacity: 1; }
    }

    /* Safari, Chrome and Opera > 12.1 */
    @-webkit-keyframes fadein {
        from { opacity: 0; }
        to   { opacity: 1; }
    }

    /* Internet Explorer */
    @-ms-keyframes fadein {
        from { opacity: 0; }
        to   { opacity: 1; }
    }
    /* ------------------------------------------------ */

    .final_page_button {
        margin-bottom: 20px;
    }

    .success-animation { margin:50px auto;}

    .checkmark {
        width: 250px;
        /* height: 100px; */
        border-radius: 50%;
        display: block;
        stroke-width: 2;
        stroke: #fff;
        stroke-miterlimit: 10;
        box-shadow: inset 0px 0px 0px #000;
        animation: fill .4s ease-in-out .4s forwards, scale .3s ease-in-out .9s both;
        position:relative;
        top: 5px;
        right: 5px;
        margin: 0 auto;
    }

    .checkmark__circle {
        stroke-dasharray: 166;
        stroke-dashoffset: 166;
        stroke-width: 2;
        stroke-miterlimit: 10;
        stroke: #fff;
        fill: var(--company-secondary-color);
        animation: stroke 0.6s cubic-bezier(0.65, 0, 0.45, 1) forwards;
    }

    .checkmark__check {
        transform-origin: 50% 50%;
        stroke-dasharray: 48;
        stroke-dashoffset: 48;
        animation: stroke 0.3s cubic-bezier(0.65, 0, 0.45, 1) 0.8s forwards;
    }

    @keyframes stroke {
        100% {
            stroke-dashoffset: 0;
        }
    }

    @keyframes scale {
        0%, 100% {
            transform: none;
        }

        50% {
            transform: scale3d(1.1, 1.1, 1);
        }
    }

    @keyframes fill {
        100% {
            box-shadow: inset 0px 0px 0px 30px #fff;
        }
    }

    .reject:before,.reject:after {
        background: red !important;
    }
    .reject {
        color: red !important;
    }
    .not_reject:before,.not_reject:after {
        background: #008080 !important;        
    }
    .not_reject {
        color: #000 !important;
    }
    
/* end order created */


.heart_favorite i{
    color: red;
    cursor: pointer;
}

.red_color {
    color: red;
}

.required_field {
    border-color: red !important;
}
.account_main_info {
    font-size: 16px !important;
}

.stock_quantity_div {
    display: flex;
    align-items: center;
    height: 100%;
}
.stock_quantity {
    font-size: 14px;    
    margin-bottom: 10px;
}
.stock_available {
    color: #28a745;
}
.stock_notavailable {
    color: red;
}
.offer_badge{
    font-size: 13px;
    background: red;
    border-radius: 5px;
    color: #fff;
    font-weight: 800;
    padding: 5px 8px;
    padding-bottom: 15px;
    left: 7px;
    top: 1px;
    clip-path: polygon(0 0, 100% 0, 100% 100%, 74% 79%, 50% 100%, 24% 79%, 0 100%, 0% 20%);
    text-align: center;
    position: absolute;
    -webkit-transform: rotate(346deg);
}
.old_price {
    font-size: 16px;
    color: var(--company-secondary-color);
    font-weight: 700;
    text-decoration: line-through
}

.expand_collapse_filters {
    margin-right: 11px;
    cursor: pointer;
    margin-left: 1px;
    color: #888;
}
.filter_children_div {
    display: none;
    margin-left: 25px;
}