body {
    /*-webkit-user-select: none;
    user-select: none;*/
}

.padding-0-75 {
    padding: 0.75rem;
}

button,
button:hover,
button:active,
button:focus {
    outline: none !important;
}

.textarea-none,
.textarea-none:hover,
.textarea-none:active,
.textarea-none:focus {
    outline: none !important;
    border: none;
}

.pointer-events-none {
    pointer-events: none;
}

.pointer-events-all {
    pointer-events: all !important;
}

.hover-bg-color-grey:hover {
    background-color: #dee2e6;
}

.vertical-align-middle {
    vertical-align: middle;
}

.carousel-control-next,
.carousel-control-prev {
    opacity: 1 !important;
    width: 60px !important;
}

.carousel-control-prev-icon {
    width: 48px !important;
    height: 48px !important;
    padding: 2rem 1rem;
    border-radius: 5px;
    background-color: hsla(0, 0%, 45%, 0.6) !important;
    cursor: pointer;
}

.carousel-control-next-icon {
    width: 48px !important;
    height: 48px !important;
    padding: 2rem 1rem;
    border-radius: 5px;
    background-color: hsla(0, 0%, 45%, 0.6) !important;
    cursor: pointer;
}

#productGroup {
    transition: all ease .5s;
}

.scale-1-5 {
    scale: 1.5;
}

.object-position-rc {
    object-position: right center;
}

.transform-origin-left {
    transform-origin: left;
}

.underline {
    text-decoration: underline !important;
}

.mix-blend-darken {
    mix-blend-mode: multiply;
}

.box-shadow {
    box-shadow: 0 8px 14px 0 rgba(0, 0, 0, 0.2), 0 6px 14px 0 rgba(0, 0, 0, 0.19);
}


.shadow-box-bottom {
    box-shadow: 0px 15px 10px -15px #111;
}

.hover-color-blue:hover {
    color: #007bff !important;
}

.hover-border-color-blue:hover {
    border: solid 1px #007bff;
}

.hover-color-white:hover {
    color: white !important;
}

.hover-color-orange:hover {
    color: #f87d00 !important;
}

.hover-scale {
    transition: scale .2s ease;
}

.hover-scale-5 {
    transition: scale .2s ease;
}

.hover-scale-5:hover {
    scale: 1.05;
}

.hover-scale:hover {
    scale: 1.02;
}

.overflow-hidden {
    overflow: hidden;
}

.text-max-width-50 {
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    max-width: 130px;
}

.max-line-1 {
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
}

.max-line-2 {
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
}

.max-line-3 {
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
}

.max-line-5 {
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 5;
    -webkit-box-orient: vertical;
}

.max-line-9 {
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 9;
    -webkit-box-orient: vertical;
}

.pr-60-px {
    padding-right: 60px;
}

.letter-spacing-0-9 {
    letter-spacing: .9px;
}

.opacity-0-15 {
    opacity: .15;
}

.opacity-0-3 {
    opacity: .3;
}

.opacity-0-5 {
    opacity: .5;
}

.opacity-0-8 {
    opacity: .8;
}

.opacity-1 {
    opacity: 1 !important;
}

.object-fit-cover {
    object-fit: cover;
}

.object-fit-contain {
    object-fit: contain;
}

.font-family-kaushan {
    font-family: 'Kaushan Script', cursive;
}

.font-family-ubuntu {
    font-family: 'Ubuntu', sans-serif;
}

.font-family-poppins {
    font-family: 'Poppins', sans-serif;
}

.font-family-koho {
    font-family: 'KoHo', sans-serif;
}

.font-family-open {
    font-family: 'Open Sans', sans-serif;
}

.border-dashed {
    border-style: dashed !important;
}

.border-dee2e6 {
    border: solid 1px #dee2e6 !important;
}

.border-blue {
    border: solid #3f6791 1px !important;
}

.border-orange {
    border: solid #f87d00 1px !important;
}

.border-red {
    border: solid red 1px !important;
}

.border-dadada {
    border: solid #dadada 1px;
}

.border-dadada-dashed {
    border: dashed #dadada 1px;
}

.border-bottom {
    border-bottom: solid 1px #B2B2B2 !important;
}

.border-bottom-blue {

    border-bottom: solid #3f6791 2px;
}

.border-bottom-gray {
    border-bottom: solid #6c7985 2px;
}

.border-gray {
    border: solid #dee2e6 2px !important;
}

.hover-border-grey:hover {
    border: solid #ced4da 1px !important;
}

.line-height-1 {
    line-height: .25rem;
}

.line-height-2 {
    line-height: .5rem;
}

.line-height-3 {
    line-height: 1.20rem;
}

.gap-1 {
    gap: .25rem;
}

.gap-2 {
    gap: .5rem;
}

.gap-3 {
    gap: 1rem;
}

.gap-4 {
    gap: 1.5rem;
}

.gap-5 {
    gap: 3rem;
}

.width-20 {
    width: 20px;
}

.width-30 {
    min-width: 30px;
    width: 30px;
}

.width-35 {
    width: 35px;
}

.width-40 {
    min-width: 40px;
    width: 40px;
}

.width-50 {
    min-width: 50px;
    width: 50px;
}

.width-60 {
    width: 60px;
}

.width-70 {
    width: 70px;
}

.width-80 {
    width: 80px;
}

.width-100 {
    min-width: 100px;
    width: 100px;
}

.width-110 {
    width: 110px;
}

.width-120 {
    width: 120px;
}

.width-140 {
    width: 140px;
}

.width-146 {
    width: 146px;
}

.width-323 {
    width: 323px;
}

.width-200 {
    width: 200px;
}

.max-width-200 {
    max-width: 200px;
}

.width-250 {
    width: 250px;
}

.width-280 {
    width: 280px;
}

.width-350 {
    width: 350px;
}

.width-66-p {
    width: 66.666666666666%;
}

.width-33-p {
    width: 33.333333333333%;
}

@media (min-width: 768px) {
    .width-md-15-p {
        width: 15%;
    }

    .width-md-35-p {
        width: 35%;
    }

}

@media (min-width: 992px) {
    .width-lg-200 {
        width: 200px;
    }
}

.max-width-15-p {
    max-width: 15%;
}

.width-15-p {
    width: 15%;
}

.width-35-p {
    width: 35%;
}

.max-width-60-p {
    max-width: 60%;
}

.width-50-p {
    width: 50%;
}

.width-100-p {
    width: 100%;
}

.min-width-40 {
    min-width: 40px;
}

.width-150 {
    width: 150px;
}

.width-calc100-20 {
    width: calc(100% - 20px) !important;
}

.height-420 {
    height: 420px;
}

.height-390 {
    height: 390px;
}

.height-385 {
    height: 385px;
}

.height-35 {
    height: 35px;
}

.min-height-35 {
    min-height: 35px;
}

.min-height-200 {
    min-height: 200px;
}

.height-425 {
    height: 425px;
}

.max-height-60 {
    max-height: 60px;
}

.height-1375 {
    height: 1375px;
}

.min-height-1500 {
    min-height: 1500px !important;
}

.height-1025 {
    height: 1025px !important;
}

.height-20 {
    height: 20px;
}

.height-30 {
    height: 30px;
}

.height-30-vh {
    height: 30vh;
}

.height-50-vh {
    height: 50vh;
}

.height-40 {
    height: 40px;
}

.height-40-vh {
    height: 40vh;
}

.height-45-vh {
    height: 45vh;
}

.height-50 {
    height: 50px;
}

.height-58 {
    height: 58px !important;
}

.height-60 {
    height: 60px;
}

.height-70 {
    height: 70px;
}

.height-80 {
    height: 80px;
}

.height-90 {
    height: 90px;
}

.height-100 {
    height: 100px;
}

.height-106 {
    height: 106px;
}

.height-130 {
    height: 130px;
}

.height-150 {
    height: 150px;
}

.height-100-p {
    height: 100%;
}

.height-156 {
    height: 156px;
}

.height-180 {
    height: 180px;
}

.height-200 {
    height: 200px;
}

.height-220 {
    height: 220px;
}

.height-230 {
    height: 230px;
}

.height-240 {
    height: 240px;
}

.height-250 {
    height: 250px;
}

.height-466 {
    height: 466px;
}

.height-480 {
    height: 480px;
}

.min-height-480 {
    min-height: 480px;
}

.font-size-0-5 {
    font-size: .5rem;
}

.font-size-0-65 {
    font-size: .65rem;
}

.font-size-0-85 {
    font-size: .85rem;
}

.font-size-0-8 {
    font-size: .8rem;
}

.font-size-0-9 {
    font-size: .9rem;
}

.font-size-1 {
    font-size: 1rem;
}

.font-size-1-1 {
    font-size: 1.1rem;
}

.font-size-1-2 {
    font-size: 1.2rem;
}

.font-size-1-4 {
    font-size: 1.4rem;
}

.font-size-1-5 {
    font-size: 1.5rem;
}

.font-size-1-6 {
    font-size: 1.6rem;
}

.font-size-1-7 {
    font-size: 1.7rem;
}

.font-size-1-8 {
    font-size: 1.8rem;
}

.font-size-1-9 {
    font-size: 1.9rem;
}

.font-size-2 {
    font-size: 2rem;
}

.font-size-2-5 {
    font-size: 2.5rem;
}

.font-size-14-px {
    font-size: 14px;
}

.font-size-auto-2 {
    font-size: clamp(1.5rem, 3vw, 2rem);
}

.font-size-auto-1-5 {
    font-size: clamp(1.2rem, 3vw, 1.5rem);
}

.font-style-italic {
    font-style: italic;
}

.font-weight-bold {
    font-weight: bold;
}

.font-weight-600 {
    font-weight: 600;
}

.font-weight-500 {
    font-weight: 500;
}

.font-weight-400 {
    font-weight: 400;
}

.bg-color-transparent {
    background-color: transparent;
}

.bg-color-blue {
    background-color: #007bff;
    color: white;
}

.bg-color-yellow {
    background-color: #ffb321;
}

.bg-color-black {
    background-color: #000;
}

.bg-color-footer {
    background-color: #525564;
}

.bg-color-white {
    background-color: #fff;
}

.bg-color-darkgrey {
    background-color: #313131;
}

.bg-color-grey {
    background-color: #74828f;
}

.bg-color-orange {
    background-color: #f87d00;
}

.bg-color-light-gray {
    background: #f0f0ef;
}

.bg-color-delete {
    background-color: hsla(0, 100%, 50%, .5);
}

.bg-color-gray {
    background-color: #e9ecef;
}

.border-round-50-rem-right {
    border-top-right-radius: 50rem;
    border-bottom-right-radius: 50rem;
}

.border-left-0 {
    border-left: none;
}

.border-right-0 {
    border-right: none;
}

.border-color-gray {
    border-color: #B2B2B2;
}

.border-color-green {
    border-color: green;
}

.border-color-orange {
    border-color: #f87d00;
}

.border-width-0 {
    border-width: 0;
}

@media(min-width: 1200px) {
    .bg-color-xl-white {
        background: #fff !important;
    }

    .border-bottom-xl-1 {
        border-bottom-width: 1px;
    }
}

@media(max-width: 1350px) {
    .hide-1350 {
        display: none !important;
    }
}

.border-top-1 {
    border-top-width: 1px;
}

.border-top-5 {
    border-top: 5px solid #dee2e6;
}

.border-width-1 {
    border-width: 1px;
}

.border-width-2 {
    border-width: 2px;
}

.border-width-3 {
    border-width: 3px;
}

.border-width-5 {
    border-width: 5px;
}

.border-bottom-1 {
    border-bottom-width: 1px;
}

.bg-color-footer-white {
    background-color: #F0F0F0
}

.txt-color-inherit,
.txt-color-inherit:hover,
.txt-color-inherit:visited {
    color: inherit !important;
    text-decoration: none;
}



.txt-color-dee2e6 {
    color: #dee2e6;
}

.txt-color-6c7985 {
    color: #6c7985;
}

.txt-color-blue-1 {
    color: #3f6791;
}

.txt-color-blue {
    color: #3f6791;
}

.txt-color-yellow {
    color: #ffb321;
}

.txt-color-black {
    color: #000;
}

.txt-color-footer {
    color: #1d2328;
}

.txt-color-footer-white {
    color: #F0F0F0
}

.txt-color-white {
    color: #fff;
}

.txt-color-grey {
    color: #74828f;
}

.txt-color-orange {
    color: #f87d00;
}

.txt-color-light-gray {
    color: #f0f0ef;
}

.txt-color-gray-1 {
    color: #cccccc;
}

.flex-grow-1 {
    flex-grow: 1;
}

.top-40- {
    top: -40px;
}

.top-25- {
    top: -25px;
}

.top-15- {
    top: -15px;
}

.top-12- {
    top: -12px;
}

.top-10- {
    top: -10px;
}

.top-5- {
    top: -5px;
}

.top-0 {
    top: 0px;
}

.top-5 {
    top: 5px;
}

.top-6 {
    top: 6px;
}

.top-7 {
    top: 7px;
}

.top-8 {
    top: 8px;
}

.top-9 {
    top: 9px;
}

.top-10 {
    top: 10px;
}

.top-15 {
    top: 15px;
}

.top-16 {
    top: 16px;
}

.top-17 {
    top: 17px;
}

.top-18 {
    top: 18px;
}

.top-19 {
    top: 19px;
}

.top-20 {
    top: 20px;
}

.top-30 {
    top: 30px;
}

.top-40 {
    top: 40px;
}

.top-50 {
    top: 50px;
}

.top-60 {
    top: 60px;
}

.top-96 {
    top: 96px;
}

.top-100 {
    top: 100px;
}

.top-120 {
    top: 120px;
}

.left-300- {
    left: -300px;
}

.left-25- {
    left: -25px;
}

.left-20- {
    left: -20px;
}

.left-7- {
    left: -7px;
}

.left-5- {
    left: -5px;
}

.left-0 {
    left: 0;
}

.left-5 {
    left: 5px;
}

.left-6 {
    left: 6px;
}

.left-7 {
    left: 7px;
}

.left-8 {
    left: 8px;
}

.left-9 {
    left: 9px;
}

.left-10 {
    left: 10px;
}

.left-20 {
    left: 20px;
}

.right-0 {
    right: 0px;
}

.right-5 {
    right: 5px;
}

.right-6 {
    right: 6px;
}

.right-7 {
    right: 7px;
}

.right-8 {
    right: 8px;
}

.right-9 {
    right: 9px;
}

.right-10 {
    right: 10px;
}

.right-20 {
    right: 20px;
}

.right-25 {
    right: 25px;
}

.right-142 {
    right: 142px;
}

.right-150 {
    right: 150px;
}

.right-90 {
    right: 90px;
}

.right-85 {
    right: 85px;
}

.right-80 {
    right: 80px;
}

.right-70 {
    right: 70px;
}

.right-100 {
    right: 100px;
}

.right-110 {
    right: 110px;
}

.right-120 {
    right: 120px;
}

.right-130 {
    right: 130px;
}

.right-140 {
    right: 140px;
}

.bottom-20 {
    bottom: 20px;
}


.bottom-25- {
    bottom: -25px;
}

.bottom-0 {
    bottom: 0;
}

.z-index-1- {
    z-index: -1;
}

.z-index-1 {
    z-index: 1;
}

.z-index-9999 {
    z-index: 99999;
}

.cursor-pointer {
    cursor: pointer;
}

@media(min-width: 1400px) {
    .d-1400-inline {
        display: inline !important;
    }
}

@media(max-width: 1400px) {
    .d-1400-none {
        display: none;
    }
}

td a {
    color: #fff;
    text-decoration: underline;
}

td a:hover {
    color: #ccc !important;
    text-decoration: underline;
}

.default-tr {
    background-color: #5998c1 !important;
}

.row-color-red {
    background-color: #212529 !important;
}

.row-color-red td {
    color: #777 !important;
}

.row-color-red td a {
    color: #777 !important;
}

.row-color-yellow {
    background-color: #838792 !important;
}

.bootstrap-switch-container {
    height: 36px;
}

.bootstrap-switch-handle-on {
    height: 36px;
}

.bootstrap-switch-handle-off {
    height: 36px;
}

.hover-bg-color-blue:hover {
    background-color: #4d8cc1;
    color: white;
}

.bg-color-navyblue {
    background-color: #4d8cc1;
}

.hover-bg-color-navyblue:hover {
    background-color: #4076A4;
}

.border-muted {
    border: solid #ccc 1px;
}

.txt-muted {
    color: #999 !important;
}

.txt-color-navy {
    color: #4d8cc1;
}

.txt-color-navy-hover:hover {
    color: #1e5f94 !important;
}