.lykins-login .login_wrapper .left-bg {
    /*background: url('../images/bg.png') 0 0 no-repeat;*/
}
/* .lykins-login .logo {.lykins-login .login_wrapper .left-bg {
    background: url(../images/wklogin.png) 0 0 no-repeat;
    background-size: 100% 100%;
}
/*.lykins-login .logo {
	background: linear-gradient(90deg, rgba(0,40,86,1) 0%, rgba(0,120,185,1) 100%);
	border-bottom: 1px solid transparent;
}*/

.lykins-login .logo a {
    border-bottom: 1px solid transparent;
}

.lykins-login {
    background: #fff;
}

.lykins-theme .sidebar {
    position: fixed;
    top: 0px;
    left: 0;
    bottom: 0;
    width: 250px;
    background: #142441;
    /* 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); */
}

    .lykins-theme .sidebar .nano-content > ul li > ul {
        display: none;
        /* background: rgba(52,57,87,0)!important; */
        background: #142441;
        padding-left: 28px;
    }

        .lykins-theme .sidebar .nano-content > ul li > ul > li ul {
            background: none !important;
        }

    .lykins-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: #00529b;
        padding: 20px 0px;
    }

.lykins-theme .dashboard-active {
    /*background: #00a651 !important;*/
    background: #00a651 !important;
    color: #fff;
}



.lykins-theme .sidebar .nano-content > ul li.active ul li a.active {
    background: #00a651 !important;
    color: #fff;
}

.lykins-theme .sidebar .nano-content > ul li.active ul li a:hover {
    background: rgba(0, 166, 81, 0.7) !important;
    color: #fff;
}

.lykins-theme .sidebar .nano-content > ul li.active ul li a:focus,
.lykins-theme .sidebar .nano-content > ul li.active ul li a:active {
    /*background: rgba(0,120,185,1) !important;*/
    background: #00a651 !important;
    color: #fff;
}

.lykins-theme .sidebar .nano-content > ul li.active ul li a.active {
    background: #00a651 !important;
    color: #fff;
}

/*.lykins-theme .sidebar .nano-content > ul > li > ul > li.active > a, 
.lykins-theme .sidebar .nano-content > ul > li > ul > li.open > a, 
.lykins-theme .sidebar .nano-content > ul > li > ul > li > ul {
    background: #00529b;
}*/

.lykins-theme .sidebar .nano-content > ul > li > ul > li > ul > li.active > a,
.lykins-theme .sidebar .nano-content > ul > li > ul > li > ul > li.open > a,
.lykins-theme .sidebar .nano-content > ul > li > ul > li > ul > li > ul {
    background: #00529b;
}

/*.lykins-theme .sidebar .nano-content > ul > li > ul > li > ul {
    background: #00539b !important;
}*/


    .lykins-theme .select-account label {
        color: #fff
    }

    .lykins-theme .select-account .form-control {
        background: transparent;
        border: 1px solid #80adc9;
        color: #fff;
        outline: none;
        height: 40px !important;
    }

        .lykins-theme .select-account .form-control option {
            background: transparent;
            border: 1px solid #80adc9;
            color: #444444;
        }

.lykins-theme .sidebar .nano-content > ul li > a {
    color: #fff;
}

.lykins-theme .sidebar .nano-content > ul li > a, .lykins-theme .sidebar .nano-content > ul li > span {
    color: #fff;
    padding-left: 20px;
}

.lykins-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;
}

.lykins-theme .menu-active {
    background: #f5f5f5 !important;
    color: #434343;
}

    .lykins-theme .menu-active.active > a, .lykins-theme .menu-active.active, .lykins-theme .sidebar .nano-content > ul li.menu-active.active > a, .lykins-theme .sidebar .nano-content > ul li.menu-active > a, .lykins-theme .sidebar .nano-content > ul li.open.menu-active > a {
        background: #f5f5f5 !important;
        color: #434343;
    }

.lykins-theme .sidebar .nano-content > ul li:hover > a, .lykins-theme .sidebar .nano-content > ul li.active > a, .lykins-theme .sidebar .nano-content > ul li.open > a {
    color: #fff;
    position: relative;
}

.lykins-theme .logo {
    border-bottom: 1px solid #0077b7;
}

/*style the items (options), including the selected item:*/
.lykins-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;
}

.lykins-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):*/
.lykins-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--*/
.lykins-theme .online-porduct-listing .form-control {
    color: #495057;
    background-color: #fff;
    border: 1px solid #e8eaec;
}

.lykins-theme .online-porduct-listing .input-group-text {
    border: 1px solid #e8eaec;
    border: 0;
    background-color: #ffd200;
}

.lykins-theme .online-porduct-listing ::placeholder {
    color: #bebebe;
}

.lykins-theme .new-search-header {
    background: #bebebe;
}

.lykins-theme .static-frequently-ordered-product {
    background: #fff;
}

.lykins-theme .add-to-cart {
    border: 1px solid #e5e5e5;
    color: #888;
}

    .lykins-theme .add-to-cart:hover {
        background-color: #f25f65;
    }

.lykins-theme .dark-red {
    background: #d8292f;
    color: #fff !important;
}


.lykins-theme .product-listing-column .add-to-cart:hover, .lykins-theme .btn-primary:hover, .lykins-theme .view-profile-search .btn-primary:hover, .lykins-theme .information-search .btn-primary:hover {
    background-color: #002856;
}

.lykins-theme .MultiCarousel .MultiCarousel-inner .item {
    border: 3px solid #bebebe;
}

.lykins-theme .product-caro {
    background: #bebebe;
}

.lykins-theme .order-tracking-wrp #progressbar .final-step.step0:before {
    color: #81bc00;
}

.lykins-theme .order-tracking-wrp #progressbar li:before {
    background: #ecedf5;
}

.lykins-theme .order-tracking-wrp #progressbar li:after {
    background: #ecedf5;
}

.lykins-theme .order-tracking-wrp #progressbar li.active:before,
.lykins-theme .order-tracking-wrp #progressbar li.active:after {
    background: #81bc00
}

.lykins-theme .order-tracking-wrp {
    border: 1px dashed #ccc;
}

.lykins-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 */
}

.lykins-theme .for-gradient:before {
    background: #81bc00 !important
}

.lykins-theme .information-search {
    background: #585858
}



    .lykins-theme .information-search label {
        color: #bebebe;
    }

    .lykins-theme .information-search .form-control {
        background: #bebebe !important;
        color: #585858;
    }

.lykins-theme .theme-bg, .lykins-theme .btn-primary, .lykins-theme .btn-outline-primary:not(:disabled):not(.disabled).active, .lykins-theme .btn-outline-primary:not(:disabled):not(.disabled):active, .lykins-theme .show > .btn-outline-primary.dropdown-toggle, .lykins-theme .btn-outline-primary:hover, .lykins-theme .btn-outline-primary:focus, .lykins-theme .btn-outline-primary:active, .lykins-theme .modal-product-details .close:hover, .lykins-theme .btn-secondary-2:hover, .lykins-theme .product-listing-column .add-to-cart, .lykins-theme .btn-primary:not(:disabled):not(.disabled).active, .lykins-theme .btn-primary:not(:disabled):not(.disabled):active, .lykins-theme .show > .btn-primary.dropdown-toggle {
    background: #00539b
}

    .lykins-theme .btn-primary.disabled, .lykins-theme .btn-primary:disabled {
        background: #bebebe;
        color: #2b2b2b
    }

.lykins-theme .modal-product-details .close:hover {
    color: #fff;
}

.lykins-theme .new-product-title {
    color: #000;
    background: #fff;
}

.lykins-theme .product-list-all .product-grid {
    background: #fff;
}
/*--Theme colors--*/


.lykins-theme .dark-red-text {
    color: #d8292f
}

.lykins-theme .arrow-btn {
    color: #00539b
}


.lykins-theme .table-striped tbody tr:nth-of-type(odd) {
    background: #f6f7fa;
}

.lykins-theme .table-unstriped tbody tr:nth-of-type(odd) {
    background: #fff
}

.lykins-theme .table-striped tbody tr {
    background: #fff;
}

.lykins-theme .table-striped tfoot tr:nth-of-type(odd) {
    background: #fff;
}

.lykins-theme .search-header-2 .search-header textarea:disabled, .lykins-theme .search-header-2 .search-header input:disabled {
    background: #f5f5f5
}

.lykins-theme .view-order-history .account-table .rowhead {
    background: transparent !important;
    color: #000 !important;
}

.lykins-theme .table .thead-dark th {
    color: #000;
    background-color: #f5f5f5;
    border-color: #dee2e6;
}

.lykins-theme .view-order-history .account-table .row [class*="cell"] {
    color: #000
}

.lykins-theme .view-order-history .account-table .row.rowhead .sorting-item, .lykins-theme .view-order-history .account-table .row.rowhead [class*="cell"] {
    color: #000;
}

.lykins-theme .view-order-history .user-detail .closed-btn, .lykins-theme .view-order-history .card-block .closed-btn {
    color: #00539b;
}

.lykins-theme .view-profile-search {
    background: rgba(88, 88, 88, 1);
}



    .lykins-theme .view-profile-search label {
        color: #fff;
    }

    .lykins-theme .view-profile-search .form-control {
        color: #000;
        background: #fff !important;
    }

.lykins-theme .order-tracking-wrp #progressbar {
    color: #455A64;
}

.lykins-theme .user-profile-accordion .card-link:after, .lykins-theme .user-profile-accordion .card-link.collapsed:after {
}

.lykins-theme .new-swtich.switch label, .lykins-theme .switch-checkbox-label:before {
    color: #747474;
}

.lykins-theme .new-swtich.switch .lykins-theme .toggle-inside {
    background: #fff;
}

.lykins-theme .new-swtich.switch--horizontal label:last-of-type {
    color: #fff;
}

.lykins-theme .new-swtich.switch--horizontal .toggle-outside, .lykins-theme .switch-checkbox-label {
    background: #d1d1d1
}

.lykins-theme .new-swtich.switch--vertical .toggle-outside {
    background: #fff;
}

.lykins-theme .new-swtich.switch input.radio-checked:checked + label ~ .toggle-outside, .lykins-theme .switch-checkbox-input:checked ~ .switch-checkbox-label {
    background: #81bc00;
}

.lykins-theme .arrow-btn {
    font-weight: 400;
    cursor: pointer
}

    .lykins-theme .arrow-btn:hover {
        color: #585858
    }

.lykins-theme .add-to-cart:hover {
    color: #fff !important;
}

.lykins-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);
}

.lykins-theme .switch--no-label input ~ input:checked ~ .toggle-outside {
    background: #fff;
}

    .lykins-theme .switch--no-label input ~ input:checked ~ .toggle-outside .toggle-inside {
        background: #2ecc71;
    }

.lykins-theme .new-swtich.switch input:not(:checked) > .toggle-outside {
    background: #ccc
}

.lykins-theme .header-menu-top a:hover, a.morelink, .lykins-theme .product-delete a:hover, .lykins-theme .table.pricing-table tfoot td, .lykins-theme .header-menu-top a:active, .lykins-theme .header-menu-top a:active, .lykins-theme .header-menu-top a:focus, .lykins-theme .header-menu-top a:hover .svg-icon-header svg path, .lykins-theme .header-menu-top .dropdown-menu a .svg-icon-header svg path, .lykins-theme .dropdown-item a.active, .lykins-theme .dropdown-item a:active {
    fill: #00539b !important;
    color: #00539b !important;
}

.lykins-theme .btn-outline-primary {
    border-color: #00539b;
    color: #00539b
}

    .lykins-theme .btn-outline-primary:hover, .lykins-theme .btn-outline-primary:focus, .lykins-theme .btn-outline-primary:active, .lykins-theme .btn-outline-primary:not(:disabled):not(.disabled).active, .lykins-theme .btn-outline-primary:not(:disabled):not(.disabled):active, .lykins-theme .show > .btn-outline-primary.dropdown-toggle {
        border-color: #00539b;
        color: #fff
    }

.lykins-theme .dropdown-item.active, .lykins-theme .dropdown-item:active {
    background-color: #f8f9fa;
}

.lykins-theme .btn-secondary-2 {
    background: #585858
}

.lykins-theme .confirmation-modal .modal-content .footer-modal span:hover, .lykins-theme .confirmation-modal .modal-content .footer-modal span:focus {
    background: #00539b;
}

.lykins-theme .modal-product-details .confirmation-modal .close, .lykins-theme .confirmation-modal .close, .lykins-theme .confirmation-modal .modal-content .footer-modal {
    color: #00539b;
}


    .lykins-theme .confirmation-modal .close:hover, .lykins-theme .confirmation-modal .close:focus {
        color: #fff;
    }

background: linear-gradient(90deg, rgba(0,40,86,1) 0%, rgba(0,120,185,1) 100%);
border-bottom: 1px solid transparent;
}

*/
.lykins-login .logo a {
    border-bottom: 1px solid transparent;
}

.lykins-login {
    background: #fff
}

.lykins-theme .sidebar {
    position: fixed;
    top: 0px;
    left: 0;
    bottom: 0;
    width: 250px;
    /* 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); */
}

    .lykins-theme .sidebar .nano-content > ul li > ul {
        display: none;
        /* background: rgba(52,57,87,0)!important; */
        padding-left: 28px;
    }

    .lykins-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: #00529b;
        padding: 20px 0px;
    }

.lykins-theme .dashboard-active {
    background: #00539b !important;
    color: #fff;
}

.lykins-theme li.active.menu-active.open > a {
    background: #f5f5f5 !important;
    color: #434343;
}
/*.lykins-theme .sidebar .nano-content > ul li.open > a {
    color: #434343;
}*/
.lykins-theme .sidebar .nano-content > ul li.active ul li a.active {
    background: #00539b !important;
    color: #fff;
}

.lykins-theme .sidebar .nano-content > ul li.active ul li a:hover {
    background: #f5f5f5 !important;
    color: #434343;
}

.lykins-theme .sidebar .nano-content > ul li.active ul li a:focus,
.lykins-theme .sidebar .nano-content > ul li.active ul li a:active {
    background: #f5f5f5 !important;
    color: #434343;
}

.lykins-theme .sidebar .nano-content > ul li.active ul li a.active {
    background: #00539b !important;
    color: #fff;
}

/*.lykins-theme .sidebar .nano-content > ul > li > ul > li.active > a, 
.lykins-theme .sidebar .nano-content > ul > li > ul > li.open > a, 
.lykins-theme .sidebar .nano-content > ul > li > ul > li > ul {
    background: #00539b !important;
}*/

/*.lykins-theme .sidebar .nano-content > ul > li > ul > li > ul {
    background: #00539b !important;
}*/

.lykins-theme .sidebar .nano-content > ul > li > ul > li > ul > li.active > a,
.lykins-theme .sidebar .nano-content > ul > li > ul > li > ul > li.open > a,
.lykins-theme .sidebar .nano-content > ul > li > ul > li > ul > li > ul {
    background: #00539b !important;
}

.lykins-theme .select-account {
    background: #2f5699;
    border-bottom: 1px solid #2f5699;
}

    .lykins-theme .select-account label {
        color: #fff;
    }

    .lykins-theme .select-account .form-control {
        background: transparent;
        border: 1px solid #fff;
        color: #fff;
        outline: none;
        height: 40px !important;
    }

        .lykins-theme .select-account .form-control option {
            background: transparent;
            border: 1px solid #8b91a0;
            color: #444444;
        }

.lykins-theme .sidebar .nano-content > ul li > a {
    color: #fff;
}

.lykins-theme .sidebar .nano-content > ul li > a, .lykins-theme .sidebar .nano-content > ul li > span {
    color: #fff;
    padding-left: 20px;
}

.lykins-theme .logo {
    display: flex;
    flex-direction: row;
    text-align: left;
    width: 250px;
    height: 62px;
    padding-left: 5px;
    -webkit-transition: left 300ms ease-in-out, width 300ms ease-in-out;
    transition: left 300ms ease-in-out, width 300ms ease-in-out;
}

.lykins-theme .logo {
    border-bottom: 1px solid #ccc;
}

/*style the items (options), including the selected item:*/
.lykins-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;
}

.lykins-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):*/
.lykins-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--*/
.lykins-theme .online-porduct-listing .form-control {
    color: #495057;
    background-color: #fff;
    border: 1px solid #e8eaec;
}

.lykins-theme .online-porduct-listing .input-group-text {
    border: 1px solid #e8eaec;
    border: 0;
    background-color: #ffd200;
}

.lykins-theme .online-porduct-listing ::placeholder {
    color: #bebebe;
}

.lykins-theme .new-search-header {
    background: #bebebe;
}

.lykins-theme .static-frequently-ordered-product {
    background: #fff;
}

.lykins-theme .add-to-cart {
    border: 1px solid #e5e5e5;
    color: #888;
}

    .lykins-theme .add-to-cart:hover {
        background-color: #f25f65;
    }

.lykins-theme .dark-red {
    background: #d8292f;
    color: #fff !important;
}


.lykins-theme .product-listing-column .add-to-cart:hover, .lykins-theme .btn-primary:hover, .lykins-theme .view-profile-search .btn-primary:hover, .lykins-theme .information-search .btn-primary:hover {
    background-color: #002856;
}

.lykins-theme .MultiCarousel .MultiCarousel-inner .item {
    border: 3px solid #bebebe;
}

.lykins-theme .product-caro {
    background: #bebebe;
}

.lykins-theme .order-tracking-wrp #progressbar .final-step.step0:before {
    color: #81bc00;
}

.lykins-theme .order-tracking-wrp #progressbar li:before {
    background: #ecedf5;
}

.lykins-theme .order-tracking-wrp #progressbar li:after {
    background: #ecedf5;
}

.lykins-theme .order-tracking-wrp #progressbar li.active:before,
.lykins-theme .order-tracking-wrp #progressbar li.active:after {
    background: #81bc00
}

.lykins-theme .order-tracking-wrp {
    border: 1px dashed #ccc;
}

.lykins-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 */
}

.lykins-theme .for-gradient:before {
    background: #81bc00 !important
}

.lykins-theme .information-search {
    background: #585858
}



    .lykins-theme .information-search label {
        color: #bebebe;
    }

    .lykins-theme .information-search .form-control {
        background: #bebebe !important;
        color: #585858;
    }

.lykins-theme .theme-bg, .lykins-theme .btn-primary, .lykins-theme .btn-outline-primary:not(:disabled):not(.disabled).active, .lykins-theme .btn-outline-primary:not(:disabled):not(.disabled):active, .show > .btn-outline-primary.dropdown-toggle, .lykins-theme .btn-outline-primary:hover, .lykins-theme .btn-outline-primary:focus, .lykins-theme .btn-outline-primary:active, .lykins-theme .modal-product-details .close:hover, .lykins-theme .btn-secondary-2:hover, .lykins-theme .product-listing-column .add-to-cart, .lykins-theme .btn-primary:not(:disabled):not(.disabled).active, .lykins-theme .btn-primary:not(:disabled):not(.disabled):active, .show > .lykins-theme .btn-primary.dropdown-toggle {
    background: #00539b
}

    .lykins-theme .btn-primary.disabled, .lykins-theme .btn-primary:disabled {
        background: #bebebe;
        color: #2b2b2b
    }

.lykins-theme .modal-product-details .close:hover {
    color: #fff;
}

.lykins-theme .new-product-title {
    color: #000;
    background: #fff;
}

.lykins-theme .product-list-all .product-grid {
    background: #fff;
}
/*--Theme colors--*/

.lykins-theme .theme-color, .lykins-theme .color-blue-primary, .lykins-theme .ticket-id, .lykins-theme .dash-board a.ticket-id {
    color: #00539b
}



.lykins-theme .dark-red-text {
    color: #d8292f
}

.lykins-theme .arrow-btn {
    color: #00539b
}


.lykins-theme .table-striped tbody tr:nth-of-type(odd) {
    background: #f6f7fa;
}

.lykins-theme .table-unstriped tbody tr:nth-of-type(odd) {
    background: #fff
}

.lykins-theme .table-striped tbody tr {
    background: #fff;
}

.lykins-theme .table-striped tfoot tr:nth-of-type(odd) {
    background: #fff;
}

.lykins-theme .search-header-2 .search-header textarea:disabled, .lykins-theme .search-header-2 .search-header input:disabled {
    background: #f5f5f5
}

.lykins-theme .view-order-history .account-table .rowhead {
    background: transparent !important;
    color: #000 !important;
}

.lykins-theme .table .thead-dark th {
    color: #000;
    background-color: #f5f5f5;
    border-color: #dee2e6;
}

.lykins-theme .view-order-history .account-table .row [class*="cell"] {
    color: #000
}

.lykins-theme .view-order-history .account-table .row.rowhead .sorting-item, .lykins-theme .view-order-history .account-table .row.rowhead [class*="cell"] {
    color: #000;
}

.lykins-theme .view-order-history .user-detail .closed-btn, .lykins-theme .view-order-history .card-block .closed-btn {
    color: #00539b;
}

.lykins-theme .view-profile-search {
    background: #434343
}
#main-content ul.pagination li a.active {
    background-color: #00539b !important;
    border-color: #00539b !important;
}



.lykins-theme .view-profile-search label {
    color: #fff;
}

    .lykins-theme .view-profile-search .form-control {
        color: #000;
        background: #fff !important;
    }

.lykins-theme .order-tracking-wrp #progressbar {
    color: #455A64;
}

.lykins-theme .user-profile-accordion .card-link:after, .lykins-theme .user-profile-accordion .card-link.collapsed:after {
}

.lykins-theme .new-swtich.switch label, .lykins-theme .switch-checkbox-label:before {
    color: #747474;
}

.lykins-theme .new-swtich.switch .toggle-inside {
    background: #fff;
}

.lykins-theme .new-swtich.switch--horizontal label:last-of-type {
    color: #fff;
}

.lykins-theme .new-swtich.switch--horizontal .toggle-outside, .lykins-theme .switch-checkbox-label {
    background: #d1d1d1
}

.lykins-theme .new-swtich.switch--vertical .toggle-outside {
    background: #fff;
}

.lykins-theme .new-swtich.switch input.radio-checked:checked + label ~ .toggle-outside, .lykins-theme .switch-checkbox-input:checked ~ .switch-checkbox-label {
    background: #0fc477;
}

.lykins-theme .arrow-btn {
    font-weight: 400;
    cursor: pointer
}

    .lykins-theme .arrow-btn:hover {
        color: #585858
    }

.lykins-theme .add-to-cart:hover {
    color: #fff !important;
}

.lykins-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);
}

.lykins-theme .switch--no-label input ~ input:checked ~ .toggle-outside {
    background: #fff;
}

    .lykins-theme .switch--no-label input ~ input:checked ~ .toggle-outside .toggle-inside {
        background: #2ecc71;
    }

.lykins-theme .new-swtich.switch input:not(:checked) > .toggle-outside {
    background: #ccc
}

.lykins-theme .header-menu-top a:hover, .lykins-theme a.morelink, .lykins-theme .product-delete a:hover, .lykins-theme .table.pricing-table tfoot td, .lykins-theme .header-menu-top a:active, .lykins-theme .header-menu-top a:active, .lykins-theme .header-menu-top a:focus, .lykins-theme .header-menu-top a:hover .svg-icon-header svg path, .lykins-theme .header-menu-top .dropdown-menu a .svg-icon-header svg path, .lykins-theme .dropdown-item a.active, .lykins-theme .dropdown-item a:active {
    fill: #00539b !important;
    color: #00539b !important;
}

.lykins-theme .btn-outline-primary {
    border-color: #00539b;
    color: #00539b
}

    .lykins-theme .btn-outline-primary:hover, .lykins-theme .btn-outline-primary:focus, .lykins-theme .btn-outline-primary:active, .lykins-theme .btn-outline-primary:not(:disabled):not(.disabled).active, .lykins-theme .btn-outline-primary:not(:disabled):not(.disabled):active, .lykins-theme .show > .btn-outline-primary.dropdown-toggle {
        border-color: #00539b;
        color: #fff
    }

.lykins-theme .dropdown-item.active, .lykins-theme .dropdown-item:active {
    background-color: #f8f9fa;
}

.lykins-theme .btn-secondary-2 {
    background: #585858
}

.lykins-theme .confirmation-modal .modal-content .footer-modal span:hover, .lykins-theme .confirmation-modal .modal-content .footer-modal span:focus {
    background: #00539b;
}

.lykins-theme .modal-product-details .confirmation-modal .close, .lykins-theme .confirmation-modal .close, .lykins-theme .confirmation-modal .modal-content .footer-modal {
    color: #00539b;
}


    .lykins-theme .confirmation-modal .close:hover, .lykins-theme .confirmation-modal .close:focus {
        color: #fff;
    }


.lykins-theme .dash-board .ac-price {
    color: #fff !important;
}

.lykins-theme .ac-price {
    background: #0fc477;
}

.lykins-login #loginDiv .btn-primary {
    background-color: #00539b
}

.lykins-login .login_wrapper .login-box #forgotPassword a, .lykins-theme .user-avatar:hover {
    color: #00539b
}





.lykins-theme .imageMap .help-box {
    background-color: #039cda;
}

.lykins-theme .help-box3:after, .lykins-theme .help-box4:after, .lykins-theme .help-box5:after, .lykins-theme .help-box6:after, .lykins-theme .help-box7:after, .lykins-theme .help-box8:before {
    border-color: rgba(255, 255, 255, 0);
}

.lykins-theme .help-box3:before, .lykins-theme .help-box4:before, .lykins-theme .help-box5:before, .lykins-theme .help-box6:before, .lykins-theme .help-box7:before, .lykins-theme .help-box8:before {
    border-color: rgba(68, 68, 68, 0);
    border-bottom-color: #000;
}

.lykins-theme .help-box1:after, .lykins-theme .help-box2:after, .lykins-theme .help-box3:after, .lykins-theme .help-box4:after, .lykins-theme .help-box5:after, .lykins-theme .help-box6:after, .lykins-theme .help-box7:after, .lykins-theme .help-box8:after {
    /* border-bottom-color: #3c404d; */
    border-bottom-color: #434343;
}

.lykins-theme .new-tour,
.lykins-theme .imageMap1,
.lykins-theme .imageMap2,
.lykins-theme .order-online-tour,
.lykins-theme .imageMap4,
.lykins-theme .ship-to-address-tour,
.lykins-theme .online-sidebar-tour,
.lykins-theme .will-call-order-tour, .lykins-theme .all-category-tour, .lykins-theme .all-manufacture-tour, .lykins-theme .all-search-tour, .lykins-theme .all-search-icon-tour, .lykins-theme .all-faqproduct-tour, .lykins-theme .add-to-cart-tour, .lykins-theme .picked-just-tour, .lykins-theme .view-cart-tour, .lykins-theme .request-delivery-tour, .lykins-theme .site-contact-tour, .lykins-theme .order-timeline-bar-tour, .lykins-theme .order-history-view-tour {
    background-color: #434343;
}

    .lykins-theme .order-history-view-tour .row, .lykins-theme .order-timeline-bar-tour .row, .lykins-theme .reorder-all-btn-tour .row {
        background-color: #434343;
        border: 0
    }

.lykins-theme .blink-btn {
    background: #ff0000;
}

.lykins-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);
    }
}

.lykins-hide-small-logo {
display:none
}