.fe-login .login_wrapper .left-bg {
    background: url('../images/bg.png') 0 0 no-repeat;
}
/*.fe-login .logo {
	background: linear-gradient(90deg, rgba(0,40,86,1) 0%, rgba(0,120,185,1) 100%);
	border-bottom: 1px solid transparent;
}*/

.fe-login .logo a {
    border-bottom: 1px solid transparent;
}

.fe-login {
    background: #fff;
}

.fe-theme .sidebar {
    position: fixed;
    top: 0px;
    left: 0;
    bottom: 0;
    width: 250px;
    background: #0c4c91;
    /* font-size: 14px; */
    z-index: 100;
    overflow: auto;
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
    -webkit-transition: width 300ms ease-in-out;
    transition: width 300ms ease-in-out;
    /* box-shadow: 0 5px 20px rgba(0, 0, 0, 0.50); */
}

    .fe-theme .sidebar .nano-content > ul li > ul {
        display: none;
        /* background: rgba(52,57,87,0)!important; */
        background: #0c4c91;
        padding-left: 28px;
    }

        .fe-theme .sidebar .nano-content > ul li > ul > li ul {
            background: none !important;
        }

    .fe-theme .sidebar .nano-content > ul li.label {
        font-size: 14px;
        /* height: 30px; */
        line-height: 40px;
        color: rgba(160, 180, 200, 0.55);
        text-transform: capitalize;
        font-weight: normal;
        background: #005a93;
        padding: 20px 0px;
    }

.fe-theme .dashboard-active {
    /*background: #00a651 !important;*/
    background: #00a651 !important;
    color: #fff;
}

.fe-theme .menu-active {
    background: #00a651 !important;
    color: #fff;
}

.fe-theme .sidebar .nano-content > ul li.active ul li a.active {
    background: #00a651 !important;
    color: #fff;
}

.fe-theme .sidebar .nano-content > ul li.active ul li a:hover {
    background: rgba(0, 166, 81, 0.7) !important;
    color: #fff;
}

.fe-theme .sidebar .nano-content > ul li.active ul li a:focus,
.fe-theme .sidebar .nano-content > ul li.active ul li a:active {
    /*background: rgba(0,120,185,1) !important;*/
    background: #00a651 !important;
    color: #fff;
}

.fe-theme .sidebar .nano-content > ul li.active ul li a.active {
    background: #00a651 !important;
    color: #fff;
}

/*.fe-theme .sidebar .nano-content > ul > li > ul > li.active > a, 
.fe-theme .sidebar .nano-content > ul > li > ul > li.open > a, 
.fe-theme .sidebar .nano-content > ul > li > ul > li > ul {
    background: #005a93;
}*/

.fe-theme .sidebar .nano-content > ul > li > ul > li > ul > li.active > a,
.fe-theme .sidebar .nano-content > ul > li > ul > li > ul > li.open > a,
.fe-theme .sidebar .nano-content > ul > li > ul > li > ul > li > ul {
    background: #005a93;
}

/*.qf-theme .sidebar .nano-content > ul > li > ul > li > ul {
    background: #ed1c24 !important;
}*/

.fe-theme .select-account {
    background: #005a93;
    border-bottom: 1px solid transparent;
}

    .fe-theme .select-account label {
        color: #fff
    }

    .fe-theme .select-account .form-control {
        background: transparent;
        border: 1px solid #80adc9;
        color: #fff;
        outline: none;
        height: 40px !important;
    }

        .fe-theme .select-account .form-control option {
            background: transparent;
            border: 1px solid #80adc9;
            color: #444444;
        }

.fe-theme .sidebar .nano-content > ul li > a {
    color: #fff;
}

.fe-theme .sidebar .nano-content > ul li > a, .fe-theme .sidebar .nano-content > ul li > span {
    color: #fff;
    padding-left: 20px;
}

.fe-theme .logo {
    display: flex;
    flex-direction: row;
    text-align: left;
    width: 250px;
    height: 62px;
    padding-left: 15px;
    -webkit-transition: left 300ms ease-in-out, width 300ms ease-in-out;
    transition: left 300ms ease-in-out, width 300ms ease-in-out;
}

.fe-theme .logo {
    border-bottom: 1px solid #0077b7;
}

/*style the items (options), including the selected item:*/
.fe-theme .select-selected {
    color: #ffffff;
    padding: 8px 16px;
    border: 1px solid #80adc9;
    /* border-color: transparent transparent rgba(0, 0, 0, 0.1) transparent; */
    cursor: pointer;
    user-select: none;
}

.fe-theme .select-items div {
    color: #002856;
    padding: 8px 16px;
    cursor: pointer;
    user-select: none;
    border: 1px solid #80adc9;
    border-width: 0px 0px 1px 0px;
}
/*style items (options):*/
.fe-theme .select-items {
    position: absolute;
    /* background: linear-gradient(90deg, rgba(0,40,86,1) 0%, rgba(0,120,185,1) 100%); */
    background: #fff;
    border: 1px solid #80adc9;
    border-radius: 4px;
    /* -webkit-border-bottom-right-radius: 4px;
  -webkit-border-bottom-left-radius: 4px;
  -moz-border-radius-bottomright: 4px;
  -moz-border-radius-bottomleft: 4px;
  border-bottom-right-radius: 4px;
  border-bottom-left-radius: 4px; */
    color: #fff;
    top: 42px;
    left: 0;
    right: 0;
    z-index: 99;
}
/*--theme color--*/
.fe-theme .online-porduct-listing .form-control {
    color: #495057;
    background-color: #fff;
    border: 1px solid #e8eaec;
}

.fe-theme .online-porduct-listing .input-group-text {
    border: 1px solid #e8eaec;
    border: 0;
    background-color: #ffd200;
}

.fe-theme .online-porduct-listing ::placeholder {
    color: #bebebe;
}

.fe-theme .new-search-header {
    background: #bebebe;
}

.fe-theme .static-frequently-ordered-product {
    background: #fff;
}

.fe-theme .add-to-cart {
    border: 1px solid #e5e5e5;
    color: #888;
}

    .fe-theme .add-to-cart:hover {
        background-color: #f25f65;
    }

.fe-theme .dark-red {
    background: #d8292f;
    color: #fff !important;
}


.fe-theme .product-listing-column .add-to-cart:hover, .fe-theme .btn-primary:hover, .fe-theme .view-profile-search .btn-primary:hover, .fe-theme .information-search .btn-primary:hover {
    background-color: #002856;
}

.fe-theme .MultiCarousel .MultiCarousel-inner .item {
    border: 3px solid #bebebe;
}

.fe-theme .product-caro {
    background: #bebebe;
}

.fe-theme .order-tracking-wrp #progressbar .final-step.step0:before {
    color: #81bc00;
}

.fe-theme .order-tracking-wrp #progressbar li:before {
    background: #ecedf5;
}

.fe-theme .order-tracking-wrp #progressbar li:after {
    background: #ecedf5;
}

.fe-theme .order-tracking-wrp #progressbar li.active:before,
.fe-theme .order-tracking-wrp #progressbar li.active:after {
    background: #81bc00
}

.fe-theme .order-tracking-wrp {
    border: 1px dashed #ccc;
}

.fe-theme .for-gradient:after {
    /* Permalink - use to edit and share this gradient: https://colorzilla.com/gradient-editor/#81bc00+0,4faa00+100 */
    background: #81bc00 !important; /* Old browsers */
    background: -moz-linear-gradient(left, #81bc00 0%, #93d208 100%) !important; /* FF3.6-15 */
    background: -webkit-linear-gradient(left, #81bc00 0%,#93d208 100%) !important; /* Chrome10-25,Safari5.1-6 */
    background: linear-gradient(to right, #81bc00 0%,#93d208 100%) !important; /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#81bc00', endColorstr='#93d208',GradientType=1 ) !important; /* IE6-9 */
}

.fe-theme .for-gradient:before {
    background: #81bc00 !important
}

.fe-theme .information-search {
    background: #585858
}



    .fe-theme .information-search label {
        color: #bebebe;
    }

    .fe-theme .information-search .form-control {
        background: #bebebe !important;
        color: #585858;
    }

.fe-theme .theme-bg, .fe-theme .btn-primary, .fe-theme .btn-outline-primary:not(:disabled):not(.disabled).active, .fe-theme .btn-outline-primary:not(:disabled):not(.disabled):active, .fe-theme .show > .btn-outline-primary.dropdown-toggle, .fe-theme .btn-outline-primary:hover, .fe-theme .btn-outline-primary:focus, .fe-theme .btn-outline-primary:active, .fe-theme .modal-product-details .close:hover, .fe-theme .btn-secondary-2:hover, .fe-theme .product-listing-column .add-to-cart, .fe-theme .btn-primary:not(:disabled):not(.disabled).active, .fe-theme .btn-primary:not(:disabled):not(.disabled):active, .fe-theme .show > .btn-primary.dropdown-toggle {
    background: #003da7
}

    .fe-theme .btn-primary.disabled, .fe-theme .btn-primary:disabled {
        background: #bebebe;
        color: #2b2b2b
    }

.fe-theme .modal-product-details .close:hover {
    color: #fff;
}

.fe-theme .new-product-title {
    color: #000;
    background: #fff;
}

.fe-theme .product-list-all .product-grid {
    background: #fff;
}
/*--Theme colors--*/

.fe-theme .theme-color, .fe-theme .color-blue-primary, .fe-theme .ticket-id {
    color: #003da7
}



.fe-theme .dark-red-text {
    color: #d8292f
}

.fe-theme .arrow-btn {
    color: #003da7
}


.fe-theme .table-striped tbody tr:nth-of-type(odd) {
    background: #f6f7fa;
}

.fe-theme .table-unstriped tbody tr:nth-of-type(odd) {
    background: #fff
}

.fe-theme .table-striped tbody tr {
    background: #fff;
}

.fe-theme .table-striped tfoot tr:nth-of-type(odd) {
    background: #fff;
}

.fe-theme .search-header-2 .search-header textarea:disabled, .fe-theme .search-header-2 .search-header input:disabled {
    background: #f5f5f5
}

.fe-theme .view-order-history .account-table .rowhead {
    background: transparent !important;
    color: #000 !important;
}

.fe-theme .table .thead-dark th {
    color: #000;
    background-color: #f5f5f5;
    border-color: #dee2e6;
}

.fe-theme .view-order-history .account-table .row [class*="cell"] {
    color: #000
}

.fe-theme .view-order-history .account-table .row.rowhead .sorting-item, .fe-theme .view-order-history .account-table .row.rowhead [class*="cell"] {
    color: #000;
}

.fe-theme .view-order-history .user-detail .closed-btn, .fe-theme .view-order-history .card-block .closed-btn {
    color: #ed1c24;
}

.fe-theme .view-profile-search {
    background: rgba(88, 88, 88, 1);
}



    .fe-theme .view-profile-search label {
        color: #fff;
    }

    .fe-theme .view-profile-search .form-control {
        color: #000;
        background: #fff !important;
    }

.fe-theme .order-tracking-wrp #progressbar {
    color: #455A64;
}

.fe-theme .user-profile-accordion .card-link:after, .fe-theme .user-profile-accordion .card-link.collapsed:after {
}

.fe-theme .new-swtich.switch label, .fe-theme .switch-checkbox-label:before {
    color: #747474;
}

.fe-theme .new-swtich.switch .fe-theme .toggle-inside {
    background: #fff;
}

.fe-theme .new-swtich.switch--horizontal label:last-of-type {
    color: #fff;
}

.fe-theme .new-swtich.switch--horizontal .toggle-outside, .fe-theme .switch-checkbox-label {
    background: #d1d1d1
}

.fe-theme .new-swtich.switch--vertical .toggle-outside {
    background: #fff;
}

.fe-theme .new-swtich.switch input.radio-checked:checked + label ~ .toggle-outside, .fe-theme .switch-checkbox-input:checked ~ .switch-checkbox-label {
    background: #81bc00;
}

.fe-theme .arrow-btn {
    font-weight: 400;
    cursor: pointer
}

    .fe-theme .arrow-btn:hover {
        color: #585858
    }

.fe-theme .add-to-cart:hover {
    color: #fff !important;
}

.fe-theme .switch--no-label input:checked ~ .toggle-outside .toggle-inside {
    background: rgba(0,0,0,0.2);
    border: 1px solid rgba(0,0,0,0.2);
}

.fe-theme .switch--no-label input ~ input:checked ~ .toggle-outside {
    background: #fff;
}

    .fe-theme .switch--no-label input ~ input:checked ~ .toggle-outside .toggle-inside {
        background: #2ecc71;
    }

.fe-theme .new-swtich.switch input:not(:checked) > .toggle-outside {
    background: #ccc
}

.fe-theme .header-menu-top a:hover, a.morelink, .fe-theme .product-delete a:hover, .fe-theme .table.pricing-table tfoot td, .fe-theme .header-menu-top a:active, .fe-theme .header-menu-top a:active, .fe-theme .header-menu-top a:focus, .fe-theme .header-menu-top a:hover .svg-icon-header svg path, .fe-theme .header-menu-top .dropdown-menu a .svg-icon-header svg path, .fe-theme .dropdown-item a.active, .fe-theme .dropdown-item a:active {
    fill: #003da7 !important;
    color: #003da7 !important;
}

.fe-theme .btn-outline-primary {
    border-color: #003da7;
    color: #003da7
}

    .fe-theme .btn-outline-primary:hover, .fe-theme .btn-outline-primary:focus, .fe-theme .btn-outline-primary:active, .fe-theme .btn-outline-primary:not(:disabled):not(.disabled).active, .fe-theme .btn-outline-primary:not(:disabled):not(.disabled):active, .fe-theme .show > .btn-outline-primary.dropdown-toggle {
        border-color: #003da7;
        color: #fff
    }

.fe-theme .dropdown-item.active, .fe-theme .dropdown-item:active {
    background-color: #f8f9fa;
}

.fe-theme .btn-secondary-2 {
    background: #585858
}

.fe-theme .confirmation-modal .modal-content .footer-modal span:hover, .fe-theme .confirmation-modal .modal-content .footer-modal span:focus {
    background: #003da7;
}

.fe-theme .modal-product-details .confirmation-modal .close, .fe-theme .confirmation-modal .close, .fe-theme .confirmation-modal .modal-content .footer-modal, .fe-theme .ticket-id {
    color: #003da7;
}


    .fe-theme .confirmation-modal .close:hover, .fe-theme .confirmation-modal .close:focus {
        color: #fff;
    }




.fe-theme .imageMap .help-box {
    background-color: #039cda;
}
.fe-theme .help-box3:after, .fe-theme .help-box4:after, .fe-theme .help-box5:after, .fe-theme .help-box6:after, .fe-theme .help-box7:after, .fe-theme .help-box8:before {
    border-color: rgba(255, 255, 255, 0) ;
}
.fe-theme .help-box3:before, .fe-theme .help-box4:before, .fe-theme .help-box5:before, .fe-theme .help-box6:before, .fe-theme .help-box7:before, .fe-theme .help-box8:before {
    border-color: rgba(68, 68, 68, 0) ;
    border-bottom-color: #000 ;
}
.fe-theme .help-box1:after, .fe-theme .help-box2:after, .fe-theme .help-box3:after, .fe-theme .help-box4:after, .fe-theme .help-box5:after, .fe-theme .help-box6:after, .fe-theme .help-box7:after, .fe-theme .help-box8:after {
    /* border-bottom-color: #3c404d; */
    border-bottom-color: #005a93 ;
}
.fe-theme .new-tour,
.fe-theme .imageMap1,
.fe-theme .imageMap2,
.fe-theme .order-online-tour,
.fe-theme .imageMap4,
.fe-theme .ship-to-address-tour,
.fe-theme .online-sidebar-tour,
.fe-theme .will-call-order-tour, .fe-theme .all-category-tour, .fe-theme .all-manufacture-tour, .fe-theme .all-search-tour, .fe-theme .all-search-icon-tour, .fe-theme .all-faqproduct-tour, .fe-theme .add-to-cart-tour, .fe-theme .picked-just-tour, .fe-theme .view-cart-tour, .fe-theme .request-delivery-tour, .fe-theme .site-contact-tour, .fe-theme .order-timeline-bar-tour, .fe-theme .order-history-view-tour, .fe-theme .new-tour {
    background-color: #005a93;
}
    .fe-theme .order-history-view-tour .row, .fe-theme .order-timeline-bar-tour .row, .fe-theme .reorder-all-btn-tour .row {
        background-color: #005a93 ;
        border: 0
    }

.fe-theme .blink-btn {
    background: #ff0000;
}
.fe-theme .pulse-new {
    animation: pulse-animation1 1.5s infinite;
}
@keyframes pulse-animation1 {
    0% {
        box-shadow: 0 0 0 0px rgba(255, 0, 0, 0.7);
    }

    100% {
        box-shadow: 0 0 0 7px rgba(255, 0, 0, 0);
    }
}