.h1, .h2, .h3, a, body, div, input, label, li, p, ul {
    font-family: Roboto, sans-serif
}

a, body, input, label, li, p, ul {
    font-size: 18px;
    font-weight: 300
}

.prof-btnS {
    font-size: 18px !important;
    font-weight: 300 !important
}

.prof-btnS.active {
    background-color: unset !important
}

#userModeChange {
    min-width: 180px;
}

body {
    pointer-events: none
}

.no-click {
    pointer-events: none
}

.clip-board-btn:focus > i:before {
    content: "\f46c"
}

.disable-link{
    pointer-events: none;
    color: #a4a4a4
}

.h1 {
    font-size: 48px !important;
    font-weight: 500 !important
}

.h2 {
    font-size: 30px !important;
    font-weight: bolder
}

.h3 {
    font-size: 22px !important
}

.logo {
    font-weight: 500 !important
}

.text-warning {
    color: #ede861 !important
}

.text-muted {
    color: #bcbcbc !important
}

.text-jlt-blue {
    color: #0B568D !important;
    text-decoration: none
}

.text-success {
    color: #59ab6e !important
}

.text-light {
    /*color: #cfd6e1 !important*/
    color: #fff !important
}

.bg-light-secondary{
    background-color: #efefef
}

.bg-dark {
    background-color: #504c4b !important
}

input[type="text"].bg-dark {
    color: #dcdde1
}

.bg-light {
    background-color: #e9eef5 !important
}

.bg-black {
    background-color: #1d242d !important
}

.bg-success, .btn-success {
    background-color: #59ab6e !important
}

.btn-success {
    border-color: #56ae6c !important
}

.remove-bs-btn-styles:focus {
    box-shadow: none !important;
}

.btn-outline-success.remove-bs-btn-styles:hover {
    background-color: unset;
    color: #44b629
}

.btn-outline-success.remove-bs-btn-styles:focus {
    color: #198754
}

.bg-jlt-blue, .btn-jlt-blue:not([type='range']) {
    background-color: #0B568D !important
}

.btn-jlt-blue:not([type='range'],.border-white) {
    border-color: #0B568D !important
}

.btn-jlt-blue:not([type='range']) {
    color: #fff !important
}

.btn-jlt-blue::-webkit-slider-thumb {
    background-color: #0B568D !important
}

.btn-jlt-blue::-moz-range-thumb {
    background-color: #0B568D !important
}

.btn-jlt-blue::-ms-thumb {
    background-color: #0B568D !important
}

.btn-primary.text-white>.text-primary{
    color: #fff !important
}

.slide-img-container > .lazyColor.img-fluid {
    min-height: 150px;
    height: 100%
}

/*lazy animation start*/

.lazyColor {
    opacity: 0.8;
    /*background: linear-gradient(135deg, rgba(211, 223, 232, .5) 30%, rgba(169, 184, 197, .5) 38%, rgba(168, 182, 193, .6) 41%, rgba(168, 182, 193, .6) 50%, rgba(168, 182, 193, .6) 50%, rgba(169, 184, 197, .6) 51%, rgba(211, 223, 232, .6) 57%, rgba(211, 223, 232, .6) 80%, rgba(211, 223, 232, .6) 80%);*/
    background: rgb(186, 186, 186);
    background: linear-gradient(133deg, rgba(186, 186, 186, 1) 0%, rgba(254, 254, 254, 1) 14%, rgba(173, 173, 173, 1) 29%, rgba(209, 209, 209, 1) 41%, rgba(163, 163, 163, 1) 49%, rgba(193, 193, 193, 1) 55%, rgba(157, 157, 157, 1) 68%, rgba(218, 218, 218, 1) 78%, rgba(134, 134, 134, 1) 100%);
    background-size: 1200% 1200%;
    animation: lazyAnimation 2s ease infinite reverse;
    pointer-events: none
}

.lazyImageLoadFailed {
    width: 100%;
    height: 100%;
    background-color: rgb(229 204 201);
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 12px !important;
    font-weight: 400 !important
}

@keyframes lazyAnimation {
    0% {
        background-position: 0 92%
    }
    100% {
        background-position: 100% 9%
    }
}

/*lazy animation end*/

.z-index-0 {
    z-index: 0 !important
}

/*loading spinner start*/

@keyframes ldio-tkb6twev6nj {
    0% {
        top: 94px;
        left: 94px;
        width: 0;
        height: 0
    }
    50% {
        opacity: 1
    }
    100% {
        top: 17px;
        left: 17px;
        width: 154px;
        height: 154px;
        opacity: 0
    }
}

.ldio-tkb6twev6nj div {
    position: absolute;
    border-width: 6px;
    border-style: solid;
    opacity: 1;
    border-radius: 50%;
    animation: ldio-tkb6twev6nj 2s cubic-bezier(0, 0.2, 0.8, 1) infinite
}

.ldio-tkb6twev6nj div:nth-child(1) {
    border-color: #0051a2;
    animation-delay: 0s
}

.ldio-tkb6twev6nj div:nth-child(2) {
    border-color: #408ee0;
    animation-delay: -0.6666666666666666s
}

.ldio-tkb6twev6nj div:nth-child(3) {
    border-color: #a9d2fb;
    animation-delay: -1.3333333333333333s
}

.loadingio-spinner-ripple-p35o2ekmxa9 {
    width: 200px;
    height: 200px;
    display: inline-block;
    overflow: hidden;
    background: none
}

.ldio-tkb6twev6nj {
    width: 100%;
    height: 100%;
    position: relative;
    transform: translateZ(0) scale(1);
    backface-visibility: hidden;
    transform-origin: 0 0 /* see note above */
}

.ldio-tkb6twev6nj div {
    box-sizing: content-box
}

/*loading spinner end*/

.btn-shine {
    position: relative;
    display: inline-block;
    overflow: hidden;
    transition: all 0.3s ease;
}


.btn-shine:before {
    position: absolute;
    content: '';
    display: inline-block;
    top: -180px;
    left: 0;
    width: 30px;
    height: 100%;
    background-color: #fff;
    animation: btn-shine 3s ease-in-out infinite;
}

.btn-jlt-standard {
    border: 1px solid #1779ba;
    background-color: transparent;
    color: #1779ba;
    border-radius: 40px;
    padding-left: 1rem;
    padding-right: 3rem;
    transition: color 300ms ease-in-out, border 300ms ease-in-out;
    position: relative;
    display: flex;
    justify-content: center;
    align-items: center
}

.btn-jlt-standard::after {
    content: "\f061";
    font-family: "Font Awesome 6 Pro", serif;
    font-weight: 600;
    margin-left: 8px;
    transition: all 300ms ease-in-out;
    position: absolute;
    right: 22px
}

.btn-jlt-standard:hover{
    border-color: #0c3d5d;
    color: #0c3d5d
}

.btn-jlt-standard:hover::after {
    transform: translateX(8px);
}

@-webkit-keyframes btn-shine {
    0% {
        -webkit-transform: scale(0) rotate(45deg);
        opacity: 0;
    }
    80% {
        -webkit-transform: scale(0) rotate(45deg);
        opacity: 0.5;
    }
    81% {
        -webkit-transform: scale(4) rotate(45deg);
        opacity: 1;
    }
    100% {
        -webkit-transform: scale(50) rotate(45deg);
        opacity: 0;
    }
}

.error-list {
    display: flex;
    width: 100%
}

.error-list > ul {
    max-width: calc(100% - 38px);
}

.error-list > ul > li.li-head {
    list-style-type: none;
}

.error-list > ul > li {
    /*list-style-type: none;*/
    /*margin: 0;*/
    /*padding: 0;*/
    text-align: left
}

.pagination .page-link.active, .pagination .page-link:hover {
    /*background-color: #69bb7e;*/
    /*color: #fff*/
}

#navTop {
    /*min-height: 40px*/
}

#navTop * {
    font-size: .9em !important
}

#navMain {
    z-index: 4;
    background-color: rgb(255, 255, 255);
    transition: 0.15s all ease
}

#navMain button.navbar-toggler {
    transition: all 0.35s ease-out;
    transform-origin: center;
    box-shadow: none
}

#navMain button.navbar-toggler > span.icon-bar {
    display: block;
    background-color: #4f4f4f;
    height: 3px;
    width: 25px;
    margin-top: 5px;
    margin-bottom: 5px;
    position: relative;
    left: 0;
    opacity: 1;
    transition: all 0.35s ease-out;
    transform-origin: left center
}

#navMain button.navbar-toggler:not(.collapsed) > span.icon-bar:nth-child(1) {
    transform: translate(15%, -33%) rotate(45deg)
}

#navMain button.navbar-toggler:not(.collapsed) > span.icon-bar:nth-child(2) {
    opacity: 0
}

#navMain button.navbar-toggler:not(.collapsed) > span.icon-bar:nth-child(3) {
    transform: translate(15%, 33%) rotate(-45deg)
}

.black-drop{
    background-color: rgba(0,0,0,0.5);
    position: fixed;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    z-index: 3;
}

#navMain.fixed-top {
    padding-top: 0 !important;
    padding-bottom: 0 !important
}

#brandLogo {
    width: 230px;
    transition: 300ms all ease;
    transition-delay: 0.15s
}

#navMain.fixed-top #brandLogo {
    width: 198px
}

#mainNavSticky {
    margin: 0;
    padding: 0;
    width: 100%;
    height: 52px
}

#mainNav a {
    color: #212934
}

#jltShopFooter {
    background-color: #0B568D !important
}

#mainNav a.active, #jltShopFooter a.active {
    font-weight: 600 !important
}

#mainNav .nav-icon.active * {
    color: #0085e7 !important
}

#mainNav a:hover {
    color: #1779BA;
    font-weight: 400
}

#navProfileButtonNameHolder {
    /*font-family: cursive;*/
    background-color: #efefef;
    max-width: 241px;
    font-size: 16px !important;
    font-weight: 400 !important
}

#heroCarousel {
    /*background: #efefef !important;*/
    padding-bottom: 6px
}

.jltAccordion a {
    color: #000
}

.jltAccordion a:hover {
    color: #333d4a
}

.shop-top-menu a:hover {
    color: #69bb7e !important
}

.product-wap {
    box-shadow: 0 5px 10px 0 rgba(0, 0, 0, .1)
}

.product-wap .product-color-dot.color-dot-red {
    background: #f71515
}

.product-wap .product-color-dot.color-dot-blue {
    background: #6db4fe
}

.product-wap .product-color-dot.color-dot-black {
    background: #000
}

.product-wap .product-color-dot.color-dot-light {
    background: #e0e0e0
}

.product-wap .product-color-dot.color-dot-green {
    background: #0bff7e
}

.card.product-wap .card .product-overlay {
    background: rgba(0, 0, 0, .2);
    visibility: hidden;
    opacity: 0;
    transition: .3s
}

.card.product-wap:hover .card .product-overlay {
    visibility: visible;
    opacity: 1
}

.card.product-wap a {
    color: #000
}

#carousel-related-product .slick-slide:focus {
    outline: 0 !important
}

#carousel-related-product .slick-dots li button:before {
    font-size: 15px;
    margin-top: 20px
}

.slide-img-container img {
    aspect-ratio: 1 / 1;
}

.brand-img {
    filter: grayscale(100%);
    opacity: .5;
    transition: .5s
}

.brand-img:hover {
    filter: grayscale(0);
    opacity: 1
}

#heroCarousel .carousel-indicators li {
    /*margin-top: -50px;*/
    background-color: #0B568D
}

#heroCarousel .carousel-indicators {
    margin-bottom: 0
}

#heroCarousel .carousel-control-next i, #heroCarousel .carousel-control-prev i {
    color: #2A86BF !important;
    font-size: 2.8em !important
}

.jltCarousel .h1 {
    font-size: .5em !important;
    color: #000 !important
}

.services-icon-wap {
    transition: .3s
}

.services-icon-wap:hover, .services-icon-wap:hover i {
    color: #fff
}

.services-icon-wap:hover {
    background: #29A7D9
}

.leaflet-control, .leaflet-control a {
    font-size: 10px !important
}

.form-control {
    border: 1px solid #939393
}

.form-label{
    color: #666
}

#jltShopFooter a {
    color: #fff
}

#jltShopFooter a:hover {
    font-weight: 500
}

#jltShopFooter ul.footer-link-list li {
    padding-top: 10px
}

#jltShopFooter ul.footer-icons li {
    width: 2.6em;
    height: 2.6em;
    line-height: 2.6em
}

#jltShopFooter ul.footer-icons li:hover {
    background-color: #fff;
    transition: .5s
}

#jltShopFooter ul.footer-icons li:hover i {
    color: #0093ff;
    transition: .5s
}

#jltShopFooter .border-light {
    border-color: #fff !important
}

.short-dash1-grey{
    display: block;
    width: 50px;
    height: 5px;
    background-color: #504C4B;
}

.short-dash2-white {
    display: block;
    width: 40px;
    height: 3px;
    background-color: white;
}

.product-wap .h3, .product-wap i, .product-wap li, .product-wap p, .font-12, .font-12 ul > li {
    font-size: 12px !important
}

.font-18 {
    font-size: 18px !important
}

.font-20px {
    font-size: 20px
}

.font-22px {
    font-size: 22px
}

.font-26px {
    font-size: 26px
}

.product-wap .product-color-dot {
    width: 6px;
    height: 6px
}

#scrollToTop {
    position: fixed;
    right: 20px;
    bottom: 100px;
    font-size: 38px !important;
    color: #0B568D;
    background-color: #fff;
    border-radius: 50%;
    border: 4px solid #0B568D;
    width: 46px;
    height: 46px;
    padding-left: 4px;
    display: none;
    z-index: 2
}

#scrollToTop > i {
    position: absolute
}

#commonSignUpButton {
    padding-top: 14px;
    max-width: 234px;
    padding-right: 14px
}

#commonModalLoginSpinner.act {
    position: absolute;
    width: 100%;
    height: calc(100% - 28px);
    display: flex;
    justify-content: center;
    align-items: center;
    background: rgba(255, 255, 255, 0.5)
}

#commonModalLoginSpinnerText {
    background-color: black;
    color: #fff;
    height: 28px;
    display: flex;
    justify-content: center;
    align-items: center;
}

.swal2-icon .swal2-icon-content {
    font-size: 3.75em !important;
}

label[for=btn-check-outlined] {
    box-shadow: none !important;
    border: none !important;
    border-radius: 0
}

#btn-check-outlined:checked + label[for=btn-check-outlined] {
    background-color: #2A86BF;
}

label[for=btn-check-outlined]:hover {
    background-color: #e9ecef;
    color: #29a7d9
}

#pendingCartsDtb * {
    font-size: 14px !important;
}

#pendingCartsDtb_paginate *,
#pendingCartsDtb_info,
#pendingCartsDtb_filter * {
    font-size: 14px !important;
}

.pointer-cursor {
    cursor: pointer;
}

.text-jlt-blue.pointer-cursor:hover {
    color: #186094 !important
}

.commonCartModalCartState {
    float: right;
    font-size: 12px
}

.font-14, .font-14 ul > li {
    font-size: 14px
}

.no-style-link {
    text-decoration: inherit
}

.modal.fade {
    z-index: 2147483641 !important;
}

/*::placeholder {*/
/*    color: #919191 !important*/
/*}*/

/*.placeholder-dark-text::placeholder{*/
/*    color: #0a47a9 !important*/
/*}*/

.border-transparent {
    border-color: transparent
}

.form-control-no-outline {
    border: 1px solid #ced4da
}

.form-control-no-outline:focus {
    box-shadow: unset !important
}

.select2-container {
    width: 100% !important;
    padding: 0;
}

.select2-selection {
    box-shadow: unset !important
}

.select2-results__option {
    font-size: 14px !important
}

.select2-results__option.loading-results[aria-disabled=true] {
    color: #77b5ec !important
}

.select2-results__option[aria-disabled=true] {
    color: #d4d4d4 !important
}

.select2-results__option--load-more[aria-disabled=true] {
    font-weight: 600 !important;
    text-align: center;
    color: #676e6f !important
}

.select2-results__option--highlighted {
    background-color: #c6e2ff !important
}

.select2-results__options > li:first-child {
    border-top: 1px solid #dbd7ff
}

.select2-results__options > li:not(:last-child) {
    border-bottom: 1px solid #dbd7ff
}

.font-16,  .font-16 *{
    font-size: 16px
}

/*scrollable table css start*/

.scrollable-table,
.scrollable-table tbody {
    display: block
}

.scrollable-table tbody {
    overflow-y: overlay;
    overflow-x: hidden
}

.scrollable-table thead, .scrollable-table tbody tr, .scrollable-table tfoot {
    display: table;
    width: 100%;
    table-layout: fixed
}

.scrollable-table {
    width: 100%
}

.scrollable-table ::-webkit-scrollbar {
    position: absolute;
    width: 5px;
    background: rgba(0, 0, 0, 0.1)
}

.scrollable-table ::-webkit-scrollbar-thumb {
    background: rgba(0, 0, 0, 0.3);
    border-radius: 2px
}

.scrollable-table tbody > tr:first-child {
    border-top: none
}

.scrollable-table td,
.scrollable-table th {
    vertical-align: middle
}

/*scrollable table css end*/

.dataTables_wrapper.dt-bootstrap5 > .row:nth-child(1) {
    justify-content: space-between !important
}

.dataTables_wrapper.dt-bootstrap5 > .row:nth-child(1) > div {
    width: auto !important;
    /*flex-grow: 1*/
}

.text-truncate-custom {
    -webkit-line-clamp: 2;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    overflow: hidden
}

#searchResultDisplay > .card:nth-child(1) {
    margin-top: 1rem
}

#searchResultDisplay > .card {
    height: 90px
}

#searchResultDisplay > .card img {
    height: 100%;
    width: 100%;
    object-fit: cover
}

#searchModalError h5 {
    text-align: start !important
}

#searchResultDisplay {
    max-height: calc(100vh - 107px);
    overflow-y: auto;
}

input[type=range].pending::-webkit-slider-thumb {
    background: url(../icons/loading-spin.svg) #fff !important;
    background-size: 100%;
    background-position: center;
    background-repeat: no-repeat;
}

input[type=range]:disabled::-webkit-slider-thumb {
    background: url(../icons/disabled.svg) #fff !important;
    background-size: 100%;
    background-position: center;
    background-repeat: no-repeat;
}

/*.beautyScroll::-webkit-scrollbar {*/
/*    width: 8px*/
/*}*/

.beautyScroll::-webkit-scrollbar-track {
    border-radius: 8px;
    background-color: #e7e7e7;
    border: 1px solid #9f9d9d;
    box-shadow: inset 0 0 6px rgba(0, 0, 0, .3)
}

.beautyScroll::-webkit-scrollbar-thumb {
    border-radius: 8px;
    background-color: #989898
}

.beautyScroll.dark::-webkit-scrollbar-track {
    background-color: #f3f3f3;
    border-color: #dedede
}

.beautyScroll.dark::-webkit-scrollbar-thumb {
    background-color: #6c6c6c
}

input.remove-arrow-from-input::-webkit-outer-spin-button,
input.remove-arrow-from-input::-webkit-inner-spin-button{
    -webkit-appearance: none;
    -moz-appearance: textfield;
    margin: 0
}

i{
    line-height: 1
}

@media (min-width: 575px) {
    .jltCarousel .h1 {
        font-size: 1em !important
    }
}

@media (min-width: 768px) {
    #mainNav .navbar-nav {
        max-width: 450px
    }
}

@media (min-width: 992px) {
    #navBackdrop.black-drop{
        display: none
    }

    #mainNavSticky {
        display: none
    }

    #mainNav .navbar-nav {
        max-width: 550px
    }

    #heroCarousel .carousel-item {
        /*min-height: 30rem !important*/
    }

    .product-wap .h3, .product-wap i, .product-wap li, .product-wap p {
        font-size: 18px !important
    }

    .product-wap .product-color-dot {
        width: 12px;
        height: 12px
    }
}

/*.slide-text-container .h1 {*/
/*    font-size: 1.9em !important*/
/*}*/

.slide-text-container .h2 {
    font-size: 1.4em !important
}


@media (max-width: 991px) {

    #mainNav {
        width: 100%
    }

    .carousel-custom-pb {
        /*padding-bottom: 3rem !important;*/
        /*padding-top: 3rem !important;*/
    }

    #navMain.main-nav-sticky {
        position: fixed;
        width: 100%;
        padding-top: 0 !important;
        padding-bottom: 0 !important
    }

    #navMain.main-nav-sticky #brandLogo {
        width: 198px
    }

    @media (min-width: 768px) {
        #heroCarousel {
            padding-top: 30px;
            padding-bottom: 30px
        }
    }
}

@media (max-width: 575px) {
    .slider-rows {
        padding-left: 30px;
        padding-right: 30px
    }

    .slide-text-container .h1 {
        font-size: 1.4em !important;
        margin-bottom: 0
    }

    .slide-text-container .h2 {
        font-size: 1.1em !important
    }

    .slide-text-container p {
        line-height: 16px
    }

    .slide-text-container p, .slide-text-container a {
        font-size: 14px !important
    }

    #footerCopyRight, #footerCopyRight > a {
        font-size: 12px !important
    }

    .w-sm-100 {
        width: 100% !important
    }

    .dataTables_wrapper.dt-bootstrap5 > .row:nth-child(1) > div:nth-child(1) {
        margin-bottom: 12px;
    }

    label[for='statusType'], label[for='earnType'] {
        margin-top: 12px;
    }

    .dataTables_length > label {
        margin-left: 14px
    }

    /*.dataTables_length>label,.dataTables_filter>label{*/
    /*    width: 100%*/
    /*}*/
    /*.dataTables_filter>label>input{*/
    /*    width: calc(100% - 49px) !important*/
    /*}*/
}

@media (max-width: 323px) {
    #brandLogo {
        width: 140px
    }
}