/* latin-ext */
@font-face {
    font-family: "Lato";
    font-style: normal;
    font-weight: 400;
    src: url(/assets/fonts/S6uyw4BMUTPHjxAwXjeu.woff2) format("woff2");
    unicode-range: U+0100-02BA, U+02BD-02C5, U+02C7-02CC, U+02CE-02D7, U+02DD-02FF,
        U+0304, U+0308, U+0329, U+1D00-1DBF, U+1E00-1E9F, U+1EF2-1EFF, U+2020,
        U+20A0-20AB, U+20AD-20C0, U+2113, U+2C60-2C7F, U+A720-A7FF;
        font-display: swap
}
/* latin */
@font-face {
    font-family: "Lato";
    font-style: normal;
    font-weight: 400;
    src: url(/assets/fonts/S6uyw4BMUTPHjx4wXg.woff2) format("woff2");
    unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA,
        U+02DC, U+0304, U+0308, U+0329, U+2000-206F, U+20AC, U+2122, U+2191, U+2193,
        U+2212, U+2215, U+FEFF, U+FFFD;
        font-display: swap
}
/* latin-ext */
@font-face {
    font-family: "Titillium Web";
    font-style: normal;
    font-weight: 400;
    src: url(/assets/fonts/NaPecZTIAOhVxoMyOr9n_E7fdM3mDbRS.woff2) format("woff2");
    unicode-range: U+0100-02BA, U+02BD-02C5, U+02C7-02CC, U+02CE-02D7, U+02DD-02FF,
        U+0304, U+0308, U+0329, U+1D00-1DBF, U+1E00-1E9F, U+1EF2-1EFF, U+2020,
        U+20A0-20AB, U+20AD-20C0, U+2113, U+2C60-2C7F, U+A720-A7FF;
        font-display: swap
}
/* latin */
@font-face {
    font-family: "Titillium Web";
    font-style: normal;
    font-weight: 400;
    src: url(/assets/fonts/NaPecZTIAOhVxoMyOr9n_E7fdMPmDQ.woff2) format("woff2");
    unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA,
        U+02DC, U+0304, U+0308, U+0329, U+2000-206F, U+20AC, U+2122, U+2191, U+2193,
        U+2212, U+2215, U+FEFF, U+FFFD;
        font-display: swap
}

html,
body {
    height: 100%;
    font-family: 'Lato', 'Titillium Web', Arial;
}

body {
    background-color: #f5f5f5;
    overflow-x: hidden;
}

main {
    overflow-x: hidden;
}

.invalid-input{
    border-color: #dc3545;
    padding-right: calc(1.5em + .75rem);
    background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 12 12' width='12' height='12' fill='none' stroke='%23dc3545'%3e%3ccircle cx='6' cy='6' r='4.5'/%3e%3cpath stroke-linejoin='round' d='M5.8 3.6h.4L6 6.5z'/%3e%3ccircle cx='6' cy='8.2' r='.6' fill='%23dc3545' stroke='none'/%3e%3c/svg%3e");
    background-repeat: no-repeat;
    background-position: right calc(.375em + .1875rem) center;
    background-size: calc(.75em + .375rem) calc(.75em + .375rem);
}

.fs-sm {
    font-size: .875em;
}

.pb-6 {
    padding-bottom: 4rem;
}

.w-200 {
    min-width: 200px;
}

.w-250 {
    min-width: 250px;
}

.mw-250 {
    max-width: 250px;
}

.mw-200 {
    max-width: 200px;
}

.hw-60 {
    height: 60px;
    width: 60px;
}

@media (max-width: 576px) {
    .w-200 {
        min-width: 100%;
    }
    .mw-200 {
        max-width: 100%;
    }
    .w-250 {
        min-width: 100%;
    }
    .mw-250 {
        max-width: 100%;
    }
}

.bg-a20 {
    background-color: rgba(0, 0, 0, 0.2) !important;
}

.overlay-pwa {
    top: 0;
    left: 0;
    overflow: hidden;
    background-color: rgba(0, 0, 0, 0.5);
    width: 100%;
    height: 100%;
    position: fixed;
    z-index: 6500;
}

.noclick {
    user-select: none !important;
    pointer-events: none !important;
}

.cart_comments .selectize-dropdown {
    display: none !important;
}

.cart_comments .selectize-input {
    min-height: 300px !important;
}

.opacity-10 {
    opacity: 0.1;
}

.cart_product_click {
    cursor: pointer;
}

.btn-green {
    background-color: #229c3a !important;
    color: #fafafa !important;
    border-color: #4cae4c;
}

.btn-green:hover {
    background-color: #1c8a32 !important;
}

.btn-buy {
    background-color: #5cb85c !important;
    color: #fafafa !important;
    border-color: #4cae4c;
}

.btn-buy:hover {
    background-color: #53a353 !important;
}

.btn-cart {
    background-color: #fafafa !important;
    color: #181818 !important;
    border: #b9b9b9 1px solid;
}

.btn-cart:hover {
    background-color: #e9e9e9 !important;
}

.noscroll {
    overflow: hidden;
}

.line-30 {
    line-height: 30px;
}

.line-45 {
    line-height: 45px;
}

.h5-m {
    color: #4d4d4d;
}

.d-color {
    color: #626568;
}

.text-a3 {
    color: #a3a3a3 !important;
}

.img-m {
    width: 100%;
    margin-left: auto;
    margin-right: auto;
}

@media (min-width: 1140px) {
    .img-m {
        width: 95%;
    }
}

@media (max-width: 991px) {
    .h5-m {
        font-size: 13pt;
        font-weight: bolder;
    }
    .img-m {
        border-radius: 15px;
        /* margin-top: -8px; */
        /* margin-left: -8px; */
        /* width: calc(100% + 16px); */
        width: 100px;
    }
}

.navbar-nav .dropdown-item:active {
    color: #212529;
}

.sideheader {
    width: 100%;
    margin-left: -1rem !important;
    top: 0;
}

.ajaxLogout p {
    color: #fff;
}

.sideheader .topheader {
    min-height: 66px;
    padding-top: 1px;
}

@media (min-width: 992px) {
    .sideheader {
        background-color: #353340 !important;
    }
    .ajaxLogout p {
        color: #dd5555;
    }
    .sideheader .topheader {
        background-color: #2a2933 !important;
        border-bottom: 1px solid rgb(35 35 36);
    }
}

.sideheader .topheader img {
    max-height: 50px;
    max-width: 100%;
}

.mt-9r {
    margin-top: 8.95rem!important;
}

.m-h5 {
    margin: 10px !important;
}

.navbar .copyright {
    position: absolute;
    width: 100%;
    height: 10%;
    bottom: 0;
    /* padding: 30px 15px; */
    margin-left: -1rem;
    left: 17px;
    font-weight: bold;
    background-color: #eee;
    color: #444;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
}

.sideheader .username {
    width: 150px;
    padding-top: 17px;
    overflow: hidden;
    line-height: 15px;
    position: relative;
    margin-top: -3px;
    margin-right: 5px;
    transition: visibility 0.15s linear;
}

.sideheader .username b {
    position: absolute;
    white-space: nowrap;
    transform: translateX(0);
    transition: 1.5s;
}

.sideheader .username:hover b {
    transform: translateX(calc(150px - 100%));
}

@media (max-width: 991.98px) {
    .sideheader .username {
        margin-top: 0;
        padding-top: 5px;
    }
    .sideheader .username p {
        position: absolute;
        top: 26px;
        margin: 0;
    }
}

@media (max-width: 576px) {
    .sideheader .username {
        margin-top: -3px;
        padding-top: 8px;
    }
    .sideheader .username p {
        position: absolute;
        top: 30px;
    }
}

.sideheader .username p.right {
    right:0;
}

.sideheader .usericon {
    width: 45px;
    height: 45px;
    padding-right: .25rem!important;
    padding-left: .35rem!important;
    font-family: var(--bs-body-font-family) !important;
}


/*
 * Nav Menu
 */

.navbar .nav-link {
    color: #293340;
}

.navbar-m-header {
    height: 110px;
    margin-left: -1rem;
    margin-right: -1rem;
}

.navbar-m-header img {
    max-height: 50px;
    margin-top: 5px;
    /* margin-left: 0; */
    /* margin-right: 0; */
    transform: translate(20px, 0)
}

.dropdown-item {
    padding: 0.5rem 0 0.5rem 0;
    margin: 0;
}

.dropdown-menu {
    margin: 0;
    padding: 0;
}

.nav-img {
    height: 20px;
    width: 20px;
    margin-right: 7px;
    margin-top: -3.5px;
}

@media (min-width: 992px) {
    .navbar-nav .nav-img {
        filter: invert(100%) sepia(35%) saturate(567%) hue-rotate(193deg) brightness(106%) contrast(104%);
    }
}

li.dropdown img {
    height: 20px;
    width: 20px;
    margin-right: 12px;
    margin-top: -3.5px;
}

.fixed-top {
    top: -60px;
    /* transition: all 1s; */
    padding: -15px;
    animation-name: example;
    animation-duration: 0.5s;
    animation-fill-mode: forwards;
}

@keyframes example {
    from {
        top: -66px;
    }
    to {
        top: 0;
    }
}

.m-row {
    display: flex;
    flex-wrap: wrap;
    width: 100%;
}

#overlay {
    height: 100%;
    width: 100%;
    position: fixed;
    top: 0;
    background-color: black;
    z-index: 4990;
    opacity: 0.7;
}

@media (max-width: 991.98px) {
    .offcanvas-collapse {
        position: fixed;
        z-index: 5000;
        top: 0;
        bottom: 0;
        right: 100%;
        width: 40%;
        height: 100%;
        padding-right: 1rem;
        padding-left: 1rem;
        overflow-y: auto;
        overflow-x: hidden;
        visibility: hidden;
        background-color: #f5f5f5;
        transition: transform .15s ease-in-out, visibility .15s ease-in-out;
    }
}

.offcanvas-collapse.open {
    visibility: visible; 
    transform: translateX(87%);
}

@media (max-width: 576px) {
    .offcanvas-collapse {
        width: 70%;
    }
}


/* ============ Menu desktop view ============ */

.menu-drop-plus {
    font-size: 1.5rem;
    position: relative;
    padding: 6px 15px 0px 15px;
    float: right;
    bottom: 22px;
    line-height: 0;
    color: #777777;
}

@media all and (min-width: 992px) {
    .navbar-dark .navbar-nav .nav-link {
        color: #fafafa;
    }
    .dropdown:hover>.dropdown-menu {
        display: block;
    }
    .dropdown-menu li {
        position: relative;
    }
    .nav-item .submenu {
        display: none;
        position: absolute;
        left: 100%;
        top: -7px;
    }
    .nav-item .submenu-left {
        right: 100%;
        left: auto;
    }
    .dropdown-menu>li>a:hover {
        background-color: #f1f1f1;
    }
    .dropdown-menu>li:hover>.submenu {
        display: block;
    }
    .dropdown-item:hover {
        background-color: #f1f1f1;
    }
}


/* ============ small devices ============ */

@media (max-width: 991px) {
    .dropdown-menu .dropdown-menu {
        border: none;
        border-bottom: 1px solid #bbbbbb;
        border-radius: 0;
    }
    .dropdown-toggle::after {
        border: none;
    }
    .dropdown-menu .submenu li {
        border-top: 1px solid #bbb;
    }
    .dropdown-item {
        width: auto !important;
    }
    .dropdown-menu a {
        padding-left: 10px;
        margin-right: 70px;
    }
    .nav-item {
        width: auto !important;
    }
    .nav-item a {
        padding-left: 10px;
        margin-right: 70px;
    }
}


/*
 * Footer
 */

.footer {
    padding: 0.5rem 0;
    color: #a7a7a7;
}

.footer .site-logo {
    margin-bottom: 15px;
    margin-top: 15px;
    margin-left: -10px;
}

.footer a {
    text-decoration: none;
}

.footer a:not(.btn) {
    color: #a7a7a7;
}

.footer .title {
    color: #ededed;
}

.footer_top.dark {
    background-color: #293340 !important;
}

.footer_top.dark .site-logo img {
    max-height: 40px;
}

.footer_top.dark .quick-link li a:hover {
    color: #ff6f61;
}

.footer_bottom.dark {
    background-color: #293340 !important;
}

.footer_bottom.dark .container {
    padding: 20px;
    border-top: 2px solid #a7a7a7;
}

.footer-lang-selector {
    margin-top: 4px;
    margin-left: 20px;
    padding: 3px;
    display: inline-block;
    border: 1px solid #6D7784;
    outline: none;
    background-color: transparent;
    color: #a7a7a7;
    font-size: 14px;
    line-height: 24px;
}

@media (max-width: 576px) {
    section.banner .content {
        text-align: center;
    }
    section.banner .content h1 {
        font-size: 30px;
    }
    .header-top .navbar-nav.list-inline {
        display: none;
    }
    nav.header-top .link {
        margin-left: auto;
    }
    footer {
        border-top: none;
    }
    footer .col-auto {
        flex: 0 0 auto;
        -ms-flex: 0 0 auto;
        width: 100%;
        text-align: center;
    }
}

.home-list-product {
    height: 130px;
    border: 0.2px solid #eeeeee;
    border-radius: 5px;
}

.home-list-product:hover {
    box-shadow: 0rem .125rem .6rem rgba(0, 0, 0, .4)!important;
    transition: 0.3s;
}

.home-list-product-title {
    color: #4e4e4e;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    white-space: normal;
    /* number of lines to show */
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    font-weight: bold;
    font-size: 0.95rem;
    height: 50px;
    /* margin-left: -10px; */
}

.home-list-product-desc {
    font-size: 0.91rem;
    height: 38px;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    white-space: normal;
    /* number of lines to show */
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    text-align: left;
    color: #676a6e;
    font-size: 0.85rem;
    /* margin-left: -10px; */
}

.home-list-product-img {
    height: 130px;
    width: 100%;
    object-fit: cover;
    /* margin-left: -12px; */
    border-radius: 3px 0 0 3px;
}

.home-list-product-extra {
    margin-top: -10px;
    /* margin-left: -10px; */
}

@media screen and (max-width: 575px) {
    .home-list-product {
        height: 100px !important;
        border-radius: 0 !important;
    }
    .home-list-product-img {
        height: 100px !important;
        border-radius: 0 !important;
    }
    .home-list-product-title {
        overflow: hidden;
        text-overflow: ellipsis;
        display: -webkit-box;
        white-space: normal;
        /* number of lines to show */
        -webkit-line-clamp: 3;
        -webkit-box-orient: vertical;
        margin-top: -5px;
        font-weight: 500 !important;
        text-align: left;
        font-size: 0.9rem;
        margin-bottom: 10px !important;
        /* margin-left: -25px; */
        height: 75px;
    }
    .home-list-product-extra small,
    .home-list-product-extra i {
        font-size: 0.7rem;
    }
    /*
    .home-list-product-extra {
        flex-direction: column;
    }
    /*
    .home-list-product-desc {
        margin-left: -25px;
    } */
}

.product-cat-badge {
    position: relative;
    top: -20px;
    width: 100%;
    border-bottom-right-radius: 0;
    border-top-right-radius: 0;
    border-top-left-radius: 0;
}

.hr-product {
    color: #bbbbbb;
    margin: 0;
}

.widget-list-product {
    height: 100px;
    border: none;
}

.widget-list-product-title {
    height: 2.5rem;
    color: #5e5e5e;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    white-space: normal;
    /* number of lines to show */
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    margin-top: -5px;
    font-weight: bold;
    font-size: small;
    margin-left: -10px;
}

.widget-list-product-img {
    margin: 9px 0 0 10px;
    height: 85px;
    width: 85px;
    object-fit: cover;
    border-radius: 5px;
}

.widget-list-product-extra {
    margin-top: 20px;
    font-size: small;
    font-weight: bold;
    color: #bbbbbb;
    margin-left: -10px;
}

@media screen and (max-width: 1399px) {
    .widget-list-product {
        height: 100px;
    }
    .widget-list-product-title {
        height: 2.5rem;
        font-size: smaller;
    }
    .widget-list-product-img {
        margin: 20px 0 0 10px;
        height: 60px;
        width: 60px;
    }
    .widget-list-product-extra {
        font-size: x-small;
    }
}

.text-title {
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    white-space: normal;
    /* number of lines to show */
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    color: #4e4e4e;
    -webkit-hyphens: auto;
    -moz-hyphens: auto;
    -ms-hyphens: auto;
    hyphens: auto;
    /* height: 65px; */
    width: 100%;
    overflow: hidden;
    word-wrap: break-word;
    font-weight: bold;
    font-size: 0.91rem;
    white-space: break-spaces;
    text-align: center;
}

.text-desc {
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    white-space: normal;
    /* number of lines to show */
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    color: #6d6d6d;
    -webkit-hyphens: auto;
    -moz-hyphens: auto;
    -ms-hyphens: auto;
    hyphens: auto;
    height: 45px;
    width: 100%;
    overflow: hidden;
    word-wrap: break-word;
    font-size: 0.9rem;
    white-space: break-spaces;
    text-align: center;
}

.grid-scroll-items {
    position: relative;
    width: 100%;
    overflow-y: hidden;
    transition: all 0.2s;
    /*transform: scale(0.98);*/
    will-change: transform;
    user-select: none;
    cursor: pointer;
    white-space: nowrap;
}


/* Hide scrollbar for Chrome, Safari and Opera */

.grid-scroll-items::-webkit-scrollbar {
    display: none;
}


/* Hide scrollbar for IE, Edge and Firefox */

.grid-scroll-items {
    margin: 0;
    -ms-overflow-style: none;
    /* IE and Edge */
    scrollbar-width: none;
    /* Firefox */
}

.grid-scroll-items.active a {
    cursor: grabbing !important;
    cursor: -webkit-grabbing !important;
    /* transform: scale(1.1); */
}

.grid-scroll-item {
    display: inline-block;
    width: 202px;
    height: 325px;
}

.grid-scroll-items .card-body {
    border-bottom-left-radius: 3px;
    border-bottom-right-radius: 3px;
}

@media (max-width: 575.98px) {
    .text-title {
        font-weight: 500;
        font-size: 0.9rem;
    }
    /*.grid-scroll-item {
        width: 225px;
        height: 300px;
    }
    .grid-scroll-card {
        height: 280px !important;
    }*/
}

.grid-scroll-card {
    height: auto;
}

.grid-scroll-card:hover {
    box-shadow: 0rem .1rem .4rem rgba(0, 0, 0, .2)!important;
    transition: 0.3s;
}

@media screen and (max-width: 500px) {
    .grid-scroll-item {
        min-height: 200px;
        min-width: 200px;
    }
}

.ma-border {
    border: 0.2px solid #eeeeee;
    border-radius: 5px;
}

.ma-card {
    border: 0.2px solid #eeeeee;
    border-radius: 5px;
}

.ma-card:hover {
    box-shadow: 0rem .125rem .75rem rgba(0, 0, 0, .5)!important;
    transition: 0.3s;
}

.product-title {
    color: #293340;
    text-align: center;
    font-weight: bold;
}

.product-desc {
    color: rgb(26, 29, 38);
    font-size: 1.125rem;
    text-align: center;
    border-bottom: 1px solid rgba(0, 0, 0, 0.1);
}

.product-desc p {
    margin: 1rem 0;
    color: rgb(26, 29, 38);
    font-size: 1.125rem;
}

.product-desc-short {
    color: rgb(26, 29, 38);
    font-size: 1.125rem;
    border-bottom: 1px solid rgba(0, 0, 0, 0.1);
}

.product-desc-short p {
    margin: 1rem 0;
    color: rgb(26, 29, 38);
    font-size: 1.125rem;
}

.pagination-center {
    align-items: center;
    justify-content: center;
}


/**   BreadCrumb  **/

.breadcrumbs__nav {
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    -webkit-flex-direction: row;
    flex-direction: row;
}

.breadcrumbs__nav .item {
    position: relative;
}

.breadcrumbs__nav .item a {
    color: #000000;
    text-decoration: none;
}

.breadcrumbs__nav .item:before {
    position: absolute;
}

.breadcrumbs__nav {
    overflow-x: auto;
    scroll-behavior: smooth;
    -webkit-overflow-scrolling: touch;
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
}

.breadcrumbs__nav:after {
    content: "";
    display: block;
    /* min-width: 5vw;
    min-height: 1vw; */
    visibility: hidden;
}

.breadcrumbs__nav::-webkit-scrollbar {
    display: none;
}

.breadcrumbs__nav {
    -webkit-box-flex: 1;
    -ms-flex-positive: 1;
    -webkit-flex-grow: 1;
    flex-grow: 1;
}

.breadcrumbs__nav .item {
    padding-right: 1.3rem;
    -ms-flex-negative: 0;
    -webkit-flex-shrink: 0;
    flex-shrink: 0;
    display: flex;
    flex-direction: column;
    justify-content: center;
}

.breadcrumbs__nav .item:before {
    color: #6c757d;
    content: var(--bs-breadcrumb-divider, "/");
    position: absolute;
    right: .4rem;
}

.breadcrumbs__nav .item:first-child {
    padding-left: 0;
}

.breadcrumbs__nav .item:last-child {
    padding-right: 0;
    opacity: 1;
    color: #6c757d !important;
}

.breadcrumbs__nav .item:last-child:before {
    display: none;
}

.tag-item {
    background-color: #f2f2f2;
    color: #878e94;
    cursor: pointer;
}

.tag-item a {
    text-decoration: none;
    color: #878e94;
}

.product-desc img {
    max-width: 100% !important;
}

.hrseprator {
    border: 0;
    border-bottom: 1px solid #ccc;
    margin: 0;
}

.btn-comment {
    width: 100%;
    background: none;
    color: #333;
    border: 1px solid #ccc;
    box-shadow: none;
    text-shadow: none;
}

.btn-comment:hover {
    background: #eee;
    box-shadow: none
}

#add_comment .btn-primary:hover,
.btn-primary:active {
    background-color: #0d6efd;
    border-color: #0d6efd;
}

.overlay {
    top: 0;
    overflow: hidden;
    background-color: rgba(0, 0, 0, 0.8);
    width: 100%;
    height: 100%;
    position: fixed;
    z-index: 6500;
}

.overlay-f {
    top: 0;
    left: 0;
    overflow: hidden;
    background-color: rgba(0, 0, 0, 0.5);
    width: 100%;
    height: 100%;
    position: fixed;
    z-index: 6500;
}

@keyframes spinner-circle {
    to {
        transform: rotate(360deg);
    }
}

.spinner-border {
    width: 50px;
    height: 50px;
    border: 0.25em solid currentColor;
    border-right-color: transparent;
    border-width: 2px;
    position: absolute;
    top: 50%;
    left: 50%;
    margin-left: -25px;
    border-radius: 50%;
    animation: spinner-circle 0.75s linear infinite;
}

.centered {
    position: fixed;
    top: 50%;
    left: 50%;
    margin-right: -50%;
    transform: translate(-50%, -50%);
}


/* 
    *
    Loading Spinner 
    *
    */

.loader {
    border: 8px solid #f3f3f3;
    border-radius: 50%;
    border-top: 8px solid #3498db;
    width: 60px;
    height: 60px;
    margin-left: auto;
    margin-right: auto;
    -webkit-animation: spin 1s linear infinite;
    /* Safari */
    animation: spin 1s linear infinite;
}


/* Safari */

@-webkit-keyframes spin {
    0% {
        -webkit-transform: rotate(0deg);
    }
    100% {
        -webkit-transform: rotate(360deg);
    }
}

@keyframes spin {
    0% {
        transform: rotate(0deg);
    }
    100% {
        transform: rotate(360deg);
    }
}

#footer_bar {
    position: fixed;
    bottom: 0;
    left: 0;
    right: 0;
    z-index: 98;
    background-color: rgba(249, 249, 249, .98);
    box-shadow: 0 -5px 10px 0 rgb(0 0 0 / 6%);
    min-height: 60px;
    display: flex;
    text-align: center;
    border-top-left-radius: 15px;
    border-top-right-radius: 15px;
    transition: all .3s ease;
}

#footer_bar a {
    text-decoration: none;
    color: #414141;
    padding-top: 12px;
    position: relative;
    flex: 1 1 auto;
}

#footer_bar a.active {
    color: #147cac;
}

#footer_bar a svg,
#footer_bar a i {
    margin-top: -8px;
}

#footer_bar a span {
    position: relative;
    z-index: 2;
    display: block;
    font-weight: 500;
    opacity: .7;
}

.font-10 {
    font-size: .625rem !important;
}


/* The switch - the box around the slider */

.switch {
    position: relative;
    display: inline-block;
    width: 40px;
    height: 17px;
}


/* Hide default HTML checkbox */

.switch input {
    opacity: 0;
    width: 0;
    height: 0;
}


/* The slider */

.slider {
    position: absolute;
    cursor: pointer;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: #fff;
    -webkit-transition: 0.4s;
    transition: 0.4s;
}

.slider:before {
    position: absolute;
    content: "";
    height: 25px;
    width: 25px;
    left: 0px;
    bottom: 4px;
    top: 0;
    bottom: 0;
    margin: auto 0;
    -webkit-transition: 0.4s;
    transition: 0.4s;
    box-shadow: 0 0px 15px #2020203d;
    background: white url("data:image/svg+xml;charset=UTF-8, %3csvg id='SvgjsSvg1001' width='288' height='288' xmlns='http://www.w3.org/2000/svg' version='1.1' xmlns:xlink='http://www.w3.org/1999/xlink' xmlns:svgjs='http://svgjs.com/svgjs'%3e%3cdefs id='SvgjsDefs1002'%3e%3c/defs%3e%3cg id='SvgjsG1008' transform='matrix(1,0,0,1,0,0)'%3e%3csvg xmlns='http://www.w3.org/2000/svg' width='288' height='288' fill='currentColor' class='bi bi-sun-fill' viewBox='0 0 16 16'%3e%3cpath d='M8 12a4 4 0 1 0 0-8 4 4 0 0 0 0 8zM8 0a.5.5 0 0 1 .5.5v2a.5.5 0 0 1-1 0v-2A.5.5 0 0 1 8 0zm0 13a.5.5 0 0 1 .5.5v2a.5.5 0 0 1-1 0v-2A.5.5 0 0 1 8 13zm8-5a.5.5 0 0 1-.5.5h-2a.5.5 0 0 1 0-1h2a.5.5 0 0 1 .5.5zM3 8a.5.5 0 0 1-.5.5h-2a.5.5 0 0 1 0-1h2A.5.5 0 0 1 3 8zm10.657-5.657a.5.5 0 0 1 0 .707l-1.414 1.415a.5.5 0 1 1-.707-.708l1.414-1.414a.5.5 0 0 1 .707 0zm-9.193 9.193a.5.5 0 0 1 0 .707L3.05 13.657a.5.5 0 0 1-.707-.707l1.414-1.414a.5.5 0 0 1 .707 0zm9.193 2.121a.5.5 0 0 1-.707 0l-1.414-1.414a.5.5 0 0 1 .707-.707l1.414 1.414a.5.5 0 0 1 0 .707zM4.464 4.465a.5.5 0 0 1-.707 0L2.343 3.05a.5.5 0 1 1 .707-.707l1.414 1.414a.5.5 0 0 1 0 .708z' fill='%23ffbf66' class='color000 svgShape'%3e%3c/path%3e%3c/svg%3e%3c/g%3e%3c/svg%3e");
    background-repeat: no-repeat;
    background-position: center;
    background-size: 16px 16px !important;
}

.theme-switch.active+.slider {
    background-color: #6666ff;
}


/*
.input:focus+.slider {
    box-shadow: 0 0 1px #6666ff;
}
*/

.theme-switch.active+.slider:before {
    -webkit-transform: translateX(18px);
    -ms-transform: translateX(18px);
    transform: translateX(18px);
    background: white url("data:image/svg+xml;charset=UTF-8, %3csvg id='SvgjsSvg1011' width='288' height='288' xmlns='http://www.w3.org/2000/svg' version='1.1' xmlns:xlink='http://www.w3.org/1999/xlink' xmlns:svgjs='http://svgjs.com/svgjs'%3e%3cdefs id='SvgjsDefs1012'%3e%3c/defs%3e%3cg id='SvgjsG1013'%3e%3csvg xmlns='http://www.w3.org/2000/svg' width='288' height='288' fill='currentColor' class='bi bi-moon-stars-fill' viewBox='0 0 16 16'%3e%3cpath d='M6 .278a.768.768 0 0 1 .08.858 7.208 7.208 0 0 0-.878 3.46c0 4.021 3.278 7.277 7.318 7.277.527 0 1.04-.055 1.533-.16a.787.787 0 0 1 .81.316.733.733 0 0 1-.031.893A8.349 8.349 0 0 1 8.344 16C3.734 16 0 12.286 0 7.71 0 4.266 2.114 1.312 5.124.06A.752.752 0 0 1 6 .278z' fill='%236666ff' class='color000 svgShape'%3e%3c/path%3e%3cpath d='M10.794 3.148a.217.217 0 0 1 .412 0l.387 1.162c.173.518.579.924 1.097 1.097l1.162.387a.217.217 0 0 1 0 .412l-1.162.387a1.734 1.734 0 0 0-1.097 1.097l-.387 1.162a.217.217 0 0 1-.412 0l-.387-1.162A1.734 1.734 0 0 0 9.31 6.593l-1.162-.387a.217.217 0 0 1 0-.412l1.162-.387a1.734 1.734 0 0 0 1.097-1.097l.387-1.162zM13.863.099a.145.145 0 0 1 .274 0l.258.774c.115.346.386.617.732.732l.774.258a.145.145 0 0 1 0 .274l-.774.258a1.156 1.156 0 0 0-.732.732l-.258.774a.145.145 0 0 1-.274 0l-.258-.774a1.156 1.156 0 0 0-.732-.732l-.774-.258a.145.145 0 0 1 0-.274l.774-.258c.346-.115.617-.386.732-.732L13.863.1z' fill='%236666ff' class='color000 svgShape'%3e%3c/path%3e%3c/svg%3e%3c/g%3e%3c/svg%3e");
    background-repeat: no-repeat;
    background-position: center;
}


/* Rounded sliders */

.slider.round {
    border-radius: 34px;
}

.slider.round:before {
    border-radius: 50%;
}

.onesignal-bell-container {
    display: none !important;
}

a#menu-contact+ul {
    visibility: hidden;
}

ul.contact-child {
    position: fixed;
    padding: 0;
    padding-bottom: 40px;
    z-index: 1000;
    bottom: 15px;
    right: 0.5rem;
}

ul.contact-child li {
    list-style: none;
    margin-bottom: 10px;
}

ul.contact-child li a {
    color: #fff;
    border-radius: 50px;
    text-align: center;
    box-shadow: 2px 2px 3px #999;
    width: 55px;
    height: 55px;
    display: block;
    padding-top: 6px;
}

ul.contact-child li:first-child a {
    background-color: #8068b6;
}

a#menu-contact:hover+ul {
    visibility: visible;
    animation: scale-in .5s;
}

ul.contact-child:hover {
    visibility: visible!important;
    opacity: 1!important;
}

#crisp-chatbox>div>a {
    display: none!important;
}

.my-float {
    font-size: 28px;
    color: #fff;
}

.float {
    position: fixed;
    width: 55px;
    height: 55px;
    bottom: 15px;
    right: 0.5rem;
    background-color: #3d6fb0;
    color: #fff;
    border-radius: 50px;
    text-align: center;
    box-shadow: 0 1px 2px #3b5998;
    z-index: 1000;
    animation: bot-to-top 2s ease-out;
    padding-top: 8px;
}

a#menu-contact i {
    animation: rotate-in .5s;
}

@media (max-width: 767.98px) {
    ul.contact-child {
        bottom: 64px;
    }
    .float {
        bottom: 64px;
    }
}

.footer-socials a {
    padding: 0.15rem 0.6rem !important;
}

.footer-socials i {
    font-size: 1.5rem !important;
}

.bg-instagram {
    background-color: #e1306c!important;
    color: #FFFFFF;
}

.bg-phone {
    background-color: #27aea7 !important;
    color: #FFFFFF;
}

.bg-anchorup {
    background-color: #4A89DC !important;
}

.bg-red2-dark {
    background-color: #DA4453 !important;
    color: #FFFFFF !important;
}

.bg-skype {
    background-color: #12A5F4 !important;
    color: #FFFFFF;
}

.icon {
    display: inline-block;
    position: relative;
    text-align: center;
}

.icon-xs i {
    width: 2.375em;
    line-height: 2.375em;
    font-size: .875em;
    display: inline-block;
}

.icon-s i {
    width: 2.375em;
    line-height: 2.375em;
    font-size: 1rem;
    display: inline-block;
}

.btn-facebook {
    color: #fff;
    background-color: #3b5998;
    border-color: #3b5998;
}

.btn-facebook:hover {
    color: #fff;
    background-color: #30497c;
    border-color: #2d4373;
}

.btn-facebook:focus,
.btn-facebook.focus {
    box-shadow: 0 0 0 2px rgba(59, 89, 152, 0.5);
}

.btn-facebook.disabled,
.btn-facebook:disabled {
    color: #fff;
    background-color: #3b5998;
    border-color: #3b5998;
}

.btn-facebook:not(:disabled):not(.disabled):active,
.btn-facebook:not(:disabled):not(.disabled).active,
.show>.btn-facebook.dropdown-toggle {
    color: #fff;
    background-color: #2d4373;
    border-color: #293e6a;
}

.btn-facebook:not(:disabled):not(.disabled):active:focus,
.btn-facebook:not(:disabled):not(.disabled).active:focus,
.show>.btn-facebook.dropdown-toggle:focus {
    box-shadow: 0 0 0 2px rgba(59, 89, 152, 0.5);
}

.btn-twitter {
    color: #fff;
    background-color: #1da1f2;
    border-color: #1da1f2;
}

.btn-twitter:hover {
    color: #fff;
    background-color: #0d8ddc;
    border-color: #0c85d0;
}

.btn-twitter:focus,
.btn-twitter.focus {
    box-shadow: 0 0 0 2px rgba(29, 161, 242, 0.5);
}

.btn-twitter.disabled,
.btn-twitter:disabled {
    color: #fff;
    background-color: #1da1f2;
    border-color: #1da1f2;
}

.btn-twitter:not(:disabled):not(.disabled):active,
.btn-twitter:not(:disabled):not(.disabled).active,
.show>.btn-twitter.dropdown-toggle {
    color: #fff;
    background-color: #0c85d0;
    border-color: #0b7ec4;
}

.btn-twitter:not(:disabled):not(.disabled):active:focus,
.btn-twitter:not(:disabled):not(.disabled).active:focus,
.show>.btn-twitter.dropdown-toggle:focus {
    box-shadow: 0 0 0 2px rgba(29, 161, 242, 0.5);
}

.btn-instagram {
    color: #fff;
    background-color: #e4405f;
    border-color: #e4405f;
}

.btn-instagram:hover {
    color: #fff;
    background-color: #de1f44;
    border-color: #d31e40;
}

.btn-instagram:focus,
.btn-instagram.focus {
    box-shadow: 0 0 0 2px rgba(228, 64, 95, 0.5);
}

.btn-instagram.disabled,
.btn-instagram:disabled {
    color: #fff;
    background-color: #e4405f;
    border-color: #e4405f;
}

.btn-instagram:not(:disabled):not(.disabled):active,
.btn-instagram:not(:disabled):not(.disabled).active,
.show>.btn-instagram.dropdown-toggle {
    color: #fff;
    background-color: #d31e40;
    border-color: #c81c3d;
}

.btn-instagram:not(:disabled):not(.disabled):active:focus,
.btn-instagram:not(:disabled):not(.disabled).active:focus,
.show>.btn-instagram.dropdown-toggle:focus {
    box-shadow: 0 0 0 2px rgba(228, 64, 95, 0.5);
}

.btn-pinterest {
    color: #fff;
    background-color: #bd081c;
    border-color: #bd081c;
}

.btn-pinterest:hover {
    color: #fff;
    background-color: #980617;
    border-color: #8c0615;
}

.btn-pinterest:focus,
.btn-pinterest.focus {
    box-shadow: 0 0 0 2px rgba(189, 8, 28, 0.5);
}

.btn-pinterest.disabled,
.btn-pinterest:disabled {
    color: #fff;
    background-color: #bd081c;
    border-color: #bd081c;
}

.btn-pinterest:not(:disabled):not(.disabled):active,
.btn-pinterest:not(:disabled):not(.disabled).active,
.show>.btn-pinterest.dropdown-toggle {
    color: #fff;
    background-color: #8c0615;
    border-color: #800513;
}

.btn-pinterest:not(:disabled):not(.disabled):active:focus,
.btn-pinterest:not(:disabled):not(.disabled).active:focus,
.show>.btn-pinterest.dropdown-toggle:focus {
    box-shadow: 0 0 0 2px rgba(189, 8, 28, 0.5);
}

.btn-youtube {
    color: #fff;
    background-color: #f00;
    border-color: #f00;
}

.btn-youtube:hover {
    color: #fff;
    background-color: #d90000;
    border-color: #cc0000;
}

.btn-youtube:focus,
.btn-youtube.focus {
    box-shadow: 0 0 0 2px rgba(255, 0, 0, 0.5);
}

.btn-youtube.disabled,
.btn-youtube:disabled {
    color: #fff;
    background-color: #f00;
    border-color: #f00;
}

.btn-youtube:not(:disabled):not(.disabled):active,
.btn-youtube:not(:disabled):not(.disabled).active,
.show>.btn-youtube.dropdown-toggle {
    color: #fff;
    background-color: #cc0000;
    border-color: #bf0000;
}

.btn-youtube:not(:disabled):not(.disabled):active:focus,
.btn-youtube:not(:disabled):not(.disabled).active:focus,
.show>.btn-youtube.dropdown-toggle:focus {
    box-shadow: 0 0 0 2px rgba(255, 0, 0, 0.5);
}

.btn-telegram {
    color: #fff;
    background-color: #6383a8;
    border-color: #6383a8;
}

.btn-telegram:hover {
    color: #fff;
    background-color: #527093;
    border-color: #4d6a8b;
}

.btn-telegram:focus,
.btn-telegram.focus {
    box-shadow: 0 0 0 2px rgba(99, 131, 168, 0.5);
}

.btn-telegram.disabled,
.btn-telegram:disabled {
    color: #fff;
    background-color: #6383a8;
    border-color: #6383a8;
}

.btn-telegram:not(:disabled):not(.disabled):active,
.btn-telegram:not(:disabled):not(.disabled).active,
.show>.btn-telegram.dropdown-toggle {
    color: #fff;
    background-color: #4d6a8b;
    border-color: #496482;
}

.btn-telegram:not(:disabled):not(.disabled):active:focus,
.btn-telegram:not(:disabled):not(.disabled).active:focus,
.show>.btn-telegram.dropdown-toggle:focus {
    box-shadow: 0 0 0 2px rgba(99, 131, 168, 0.5);
}

.btn-whatsapp {
    color: #fff;
    background-color: #3dcb44;
    border-color: #3dcb44;
}

.btn-whatsapp:hover {
    color: #fff;
    background-color: #32b639;
    border-color: #32b639;
}

.btn-whatsapp:focus,
.btn-whatsapp.focus {
    box-shadow: 0 0 0 2px rgba(76, 234, 97, 0.5);
}

.btn-whatsapp.disabled,
.btn-whatsapp:disabled {
    color: #fff;
    background-color: #3dcb44;
    border-color: #3dcb44;
}

.btn-whatsapp:not(:disabled):not(.disabled):active,
.btn-whatsapp:not(:disabled):not(.disabled).active,
.show>.btn-whatsapp.dropdown-toggle {
    color: #fff;
    background-color: #1ee56a;
    border-color: #1ee56a;
}

.btn-whatsapp:not(:disabled):not(.disabled):active:focus,
.btn-whatsapp:not(:disabled):not(.disabled).active:focus,
.show>.btn-whatsapp.dropdown-toggle:focus {
    box-shadow: 0 0 0 2px rgba(76, 234, 97, 0.5);
}

#shop_product_tabs {
    background-color: #e0e0e0 !important;
    border-top-left-radius: 0.25rem;
    border-top-right-radius: 0.25rem;
}

#shop_product_tabs .nav-item {
    background-color: rgba(255, 255, 255, 0.1);
    border-right: 2px #f3eded solid;
}

#shop_product_tabs .nav-item .nav-link:not(.active) {
    color: #616161 !important;
    margin-bottom: 0px !important;
    border-radius: 0 !important;
}

#shop_product_tabs .nav-tabs .nav-item.show .nav-link,
.nav-tabs .nav-link.active {
    background-color: #555555 !important;
    border-color: transparent !important;
    border-bottom: 3px #3ab3c8 solid !important;
    color: #fafafa !important;
}

#shop_product_tabs .nav-tabs .nav-link:focus,
.nav-tabs .nav-link:hover {
    border-color: transparent !important;
}

#shop_product_tabs .nav-tabs .nav-item.show .nav-link:hover,
.nav-tabs .nav-item.show .nav-link:focus,
.nav-tabs .nav-link.active:hover,
.nav-tabs .nav-link.active:focus {
    border-bottom: 3px #3ab3c8 solid !important;
}

.block-title {
    color: #343434;
}

.block-title:after {
    display: block;
    content: "";
    height: 3px;
    width: 80px;
    margin-top: 8px;
    border-radius: 99rem;
}

.cat-items {
    list-style: none;
}

.cat-item {
    width: auto;
    cursor: pointer;
}

.cat-item.active {
    background-color: rgb(181, 208, 250) !important;
    user-select: none;
    pointer-events: none;
}

.cat-item:not(.active):hover,
.cat-item:not(.active):focus {
    background-color: rgb(234, 236, 247) !important;
}

.cat-item .nav-link {
    color: #293340;
    padding-right: 0;
    padding-left: 0;
    cursor: pointer;
}

.cat-item a {
    padding-left: 10px;
    margin-right: 70px;
}

.card-body-line {
    /* border-bottom: 4px #0d6efd solid; */
    border-bottom-left-radius: 3px;
    border-bottom-right-radius: 3px;
}

.subcat-items {
    list-style: none;
    background-color: #fafafa;
    border-bottom: 1px #f3f3f3 solid;
    border-top: 1px #f3f3f3 solid;
}

.score_section {
    border-left: 1px #eeeeee solid;
}

@media (max-width: 575.98px) {
    #shop_product_tabs .nav-item .nav-link {
        width: 100% !important;
        border-bottom: 1px #fff solid;
    }
    #shop_product_tabs .nav-item,
    #shop_product_tabs>.nav-link {
        flex: 1 1 auto;
        width: 25%;
        text-align: center;
    }
    .score_section {
        border-left: none;
        padding-bottom: 20px;
    }
}


/*
  Card options
   */

.card-options {
    margin-left: auto;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-order: 100;
    order: 100;
    margin-right: -.5rem;
    color: #9aa0ac;
    -ms-flex-item-align: center;
    align-self: center;
}

.card-options a:not(.btn) {
    margin-left: .5rem;
    color: #9aa0ac;
    display: inline-block;
    min-width: 1rem;
    padding-right: 5px;
}

.card-options a:not(.btn):hover {
    text-decoration: none;
    color: #6e7687;
}

.card-options a:not(.btn) i {
    font-size: 1rem;
    vertical-align: middle;
}

.custom-switch-input:checked~.custom-switch-description {
    color: #495057;
}

.custom-control {
    position: relative;
    display: block;
    min-height: 1.5rem;
    padding-left: 1.5rem;
}

.custom-control-inline {
    display: -ms-inline-flexbox;
    display: inline-flex;
    margin-right: 1rem;
}

.custom-control-input {
    position: absolute;
    z-index: -1;
    opacity: 0;
}

.custom-control-input:checked~.custom-control-label::before {
    color: #fff;
    background-color: #467fcf;
}

.custom-control-input:focus~.custom-control-label::before {
    box-shadow: 0 0 0 1px #f5f7fb, 0 0 0 2px rgba(70, 127, 207, 0.25);
}

.custom-control-input:active~.custom-control-label::before {
    color: #fff;
    background-color: #d4e1f4;
}

.custom-control-input:disabled~.custom-control-label {
    color: #868e96;
}

.custom-control-input:disabled~.custom-control-label::before {
    background-color: #e9ecef;
}

.custom-control-label {
    margin-bottom: 0;
}

.custom-control-label::before {
    position: absolute;
    top: 0.25rem;
    left: 0;
    display: block;
    width: 1rem;
    height: 1rem;
    pointer-events: none;
    content: "";
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    background-color: #dee2e6;
}

.custom-control-label::after {
    position: absolute;
    top: 0.25rem;
    left: 0;
    display: block;
    width: 1rem;
    height: 1rem;
    content: "";
    background-repeat: no-repeat;
    background-position: center center;
    background-size: 50% 50%;
}

.custom-checkbox .custom-control-label::before {
    border-radius: 3px;
    border: 1px solid #bbb;
    background-color: #fff;
}

.custom-checkbox .custom-control-label.centered::before {
    top: 50%;
    left: 50%;
    margin-right: -50%;
    transform: translate(-50%, -50%);
}

.custom-checkbox .custom-control-label.centered::after {
    top: 50%;
    left: 50%;
    margin-right: -50%;
    transform: translate(-50%, -50%);
}

.custom-checkbox .custom-control-input:checked~.custom-control-label::before {
    background-color: #467fcf;
}

.custom-checkbox .custom-control-input:checked~.custom-control-label::after {
    background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 8 8'%3E%3Cpath fill='%23fff' d='M6.564.75l-3.59 3.612-1.538-1.55L0 4.26 2.974 7.25 8 2.193z'/%3E%3C/svg%3E");
}

.custom-checkbox .custom-control-input:indeterminate~.custom-control-label::before {
    background-color: #467fcf;
}

.custom-checkbox .custom-control-input:indeterminate~.custom-control-label::after {
    background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 4 4'%3E%3Cpath stroke='%23fff' d='M0 2h4'/%3E%3C/svg%3E");
}

.custom-checkbox .custom-control-input:disabled:checked~.custom-control-label::before {
    background-color: rgba(70, 127, 207, 0.5);
}

.custom-checkbox .custom-control-input:disabled:indeterminate~.custom-control-label::before {
    background-color: rgba(70, 127, 207, 0.5);
}

.cart_products .cart_product {
    padding-bottom: 10px;
    border-bottom: 1px #eee solid;
}

.cart_products img {
    max-height: 85px;
    border-radius: 10px;
}

.cart_product>d-flex:not(.cart_na) i.text-danger {
    color: #ffb9b9 !important;
}

.cart_products .cart_product:last-child {
    border-bottom: none;
    padding-bottom: 0;
}

.text-price {
    color: #2ba6e1;
}

.cart .custom-checkbox a {
    color: #5a99e4;
    text-decoration: none;
}

.chkbox {
    margin: 20px 0;
    display: flex;
    align-items: center;
    user-select: none;
}

.chkbox input {
    opacity: 0;
    visibility: hidden;
    position: absolute;
}

.chkbox input:checked~.check {
    border-width: 2px;
    border-color: #8ccf10;
    box-shadow: 0px 0px 0px 15px #a1eb19 inset;
    border: none;
}

.chkbox input:checked~.check::after {
    opacity: 1;
    transform: scale(1);
}

.chkbox .check {
    width: 25px;
    height: 25px;
    display: flex;
    justify-content: center;
    align-items: center;
    position: relative;
    border-radius: 100px;
    border: 1px solid rgba(0, 0, 0, .125);
    box-shadow: 0px 0px 0px 0px #8ccf10 inset;
    transition: all 0.15s cubic-bezier(0, 1.05, 0.72, 1.07);
}

.chkbox .check::after {
    content: '';
    width: 100%;
    height: 100%;
    opacity: 0;
    z-index: 4;
    position: absolute;
    transform: scale(0);
    background-size: 50%;
    background-image: url("data:image/svg+xml;charset=UTF-8,%3csvg xmlns='http://www.w3.org/2000/svg' width='7.805' height='6.138' viewBox='0 0 7.805 6.138'%3e%3cg id='checkmark' transform='translate(0.25 0.15)'%3e%3cpath id='Path_1' data-name='Path 1' d='M2.108,5.738a.53.53,0,0,1-.343-.147L.147,4.071a.474.474,0,0,1,0-.686.474.474,0,0,1,.686,0L2.108,4.611,6.472.247a.474.474,0,0,1,.686,0,.474.474,0,0,1,0,.686L2.451,5.591A.445.445,0,0,1,2.108,5.738Z' fill='%23fff' stroke='%23fff' stroke-width='0.5'/%3e%3c/g%3e%3c/svg%3e");
    background-repeat: no-repeat;
    background-position: center;
    transition: all 0.25s cubic-bezier(0, 1.05, 0.72, 1.07);
}

.cart_payments img {
    width: 65px;
}

.cart_payments .disabled {
    background-color: #ffc3c3;
}

.bg-silver {
    background-color: #f3f3f3;
}

.cart_payments>div.active {
    background-color: #e8fcba;
}

.cart_payments>div.active .cart-payment-title {
    color: #638d17;
}

.cart_payments .cart-payment-subtitle {
    color: #333;
    font-size: 12px;
}

.user-select-none {
    user-select: none !important;
}

.bg-blue-light {
    background-color: #c6efff;
}

.text-ocean-blue {
    color: #2ba6e1;
}

.btn-pay {
    /*
    background-color: #59a803;
    border-color: #549e06;*/
    background-color: #0dc376;
    border-color: #08ac67;
    color: #fff;
}

.btn-pay:hover {
    /* background-color: #4f9109; */
    background-color: #0ea566;
    color: #fff;
}

.mi-w-400 {
    min-width: 400px;
}

@media (max-width: 575.98px) {
    .mi-w-400 {
        min-width: 0;
        width: 100%;
    }
}

.fw-600 {
    font-weight: 600;
}

.fw-500 {
    font-weight: 500;
}

.fw-400 {
    font-weight: 400;
}

.fw-300 {
    font-weight: 300;
}

.btn-default {
    background: none;
    color: #333;
    border: 1px solid #ccc;
    box-shadow: none;
    text-shadow: none;
}

.btn-default:hover {
    background: #eee;
    box-shadow: none
}

@media print {
    * {
        visibility: hidden;
    }
    .container-lg {
        visibility: visible;
    }
    .container-lg *:not(button) {
        visibility: visible;
    }
    #payment_buttons {
        display: none !important;
    }
}


/*** Home Styles ***/

.single-promo-card {
    min-height: 110px;
}

.single-promo-card span {
    font-size: 1.1rem;
    font-weight: bold;
    color: #fafafa;
    padding-bottom: 5px;
}

.single-promo-card a {
    display: block;
    text-decoration: none;
    color: rgb(15, 123, 196);
    font-weight: 600;
    font-size: 1rem;
    border-bottom: 1px solid #ebebeb;
    padding: 6px 0;
    /* background: #ffffff; */
    text-align: center;
    width: 100%;
}

@media (max-width: 575.98px) {
    .single-promo-card a {
        text-align: left !important;
        padding-left: 15px !important;
    }
}

.single-promo-card a span {
    margin-left: 5px;
}

.single-promo-card a:hover {
    color: rgb(13, 98, 155);
    background: #f5f5f5;
}

@media (min-width: 576px) {
    .single-promo-card a:last-child {
        border-bottom: none;
    }
}

.single-promo-card img {
    width: 25px;
    height: 25px;
    filter: invert(100%) sepia(35%) saturate(567%) hue-rotate( 193deg) brightness(106%) contrast(104%);
}

.background-img {
    position: relative;
    width: 100%;
    display: block;
}

@media (min-width: 320px) and (max-width: 992px) {
    .pt-100 {
        padding-top: 55px;
    }
}

.pt-100 {
    padding-top: 100px;
}

.background-img:before {
    position: absolute;
    content: '';
    background-color: transparent;
    background-image: linear-gradient(180deg, #4c66f4 0%, rgb(1 173 211 / 98%) 100%);
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
}

.hero-content-left,
.sign-up-form-wrap {
    z-index: 2;
}

.hero-animation-img,
.hero-content-left {
    position: relative;
    z-index: 2;
}

.counter-wrap {
    position: relative;
    background-color: #fafafa;
}

.single-counter span {
    font-weight: bold;
    color: #4b66f3;
    font-size: 25px;
    line-height: 28px;
}

.counter-wrap .single-counter {
    border-left: 1px solid #ebebeb;
    margin: 10px 0 !important;
    padding: 10px 0;
}

.counter-wrap>div:first-child>.single-counter {
    border-left: none;
}

@media (max-width: 767.98px) {
    .counter-wrap>div:nth-child(3)>.single-counter {
        border-left: none;
    }
}

.payment_result_transaction {
    background-color: #b3e9f5;
}

.searchBox {
    height: 40px;
}

.searchBox:hover {
    background: #ffffff;
    border-radius: 40px;
}

.searchBox:hover>.searchInput {
    width: 150px;
    padding: 0 6px;
    color: #2f3640 !important;
    font-size: 16px;
}

.searchBox:hover>.searchButton {
    background: #d7d7d7;
    color: #2f3640;
}

.searchButton {
    background: none;
    border: none;
    color: #ffffff;
    float: right;
    width: 40px;
    height: 40px;
    border-radius: 50%;
    display: flex;
    justify-content: center;
    align-items: center;
    transition: 0.1s;
}

.searchInput {
    border: none;
    background: none;
    outline: none;
    float: left;
    padding: 0;
    font-size: 0px;
    transition: 0.4s;
    line-height: 40px;
    width: 0px;
    color: transparent !important;
}

.topheader .cart-icon {
    width: 45px;
    height: 45px;
    padding-left: 0.6rem !important;
    padding-top: 0.7rem !important;
}

.topheader .cart-icon i {
    margin: 0 !important;
    padding-left: 2px;
}

.user-section .dropdown-toggle::after {
    color: #fff;
}

.user-section .dropdown-menu[data-bs-popper] {
    left: -75px;
}

.cursor-pointer {
    cursor: pointer !important;
}

.btn-overlay {
    background-color: rgba(0, 0, 0, 0.3);
    color: #fafafa;
}

.btn-overlay:hover {
    color: #fafafa;
}

.service-one__single {
    position: relative;
    display: block;
    text-align: center;
    padding: 5px 5px 32px;
    background: #fff;
    border-radius: 30px;
    transition: all .5s ease;
    box-shadow: 0 4px 10px 2px rgb(0 0 0 / 6%);
}

.service-one__single .service-icon {
    padding: 30px 0;
    border-top-left-radius: 30px;
    border-top-right-radius: 30px;
}

.service-one__single .service-icon .icon-box,
.service-one__single .service-icon .icon-box i {
    display: flex;
    height: 80px;
    width: 80px;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    flex-wrap: wrap;
    position: relative;
    z-index: 10;
}

.service-one__single .service-icon .icon-box {
    border-radius: 50px;
    font-size: 32px;
    color: #fff;
    margin: 0 auto;
}

.service-one__single .service-icon .icon-box:after,
.service-one__single .service-icon .icon-box:before {
    width: 100%;
    height: 100%;
    border-radius: 50%;
    top: calc(50% - 40px);
    left: calc(50% - 40px);
    content: "";
    position: absolute;
    opacity: .35;
    animation: ripple 3s infinite;
    animation-delay: .9s;
    animation-timing-function: linear;
}

@media (max-width: 575.98px) {
    .service-one__single {
        display: flex;
        padding: 5px 5px;
    }
    .service-one__single .service-icon {
        background: #fef6f8;
        padding: 20px 20px;
        border-top-right-radius: 0;
        border-top-left-radius: 30px;
        border-bottom-right-radius: 0;
        border-bottom-left-radius: 30px;
    }
    .service-one__single .text .h3,
    .service-one__single .text h3 {
        line-height: normal !important;
        padding: 0 !important;
        padding-top: 12px !important;
    }
    .service-one__single .text p:not(.h3) {
        padding-left: 5px;
        padding-right: 5px;
        font-size: 0.85rem;
        padding-top: 10px;
    }
}

@keyframes ripple {
    0% {
        transform: scale(1)
    }
    25% {
        transform: scale(1.1)
    }
    50% {
        transform: scale(1.2)
    }
    75% {
        transform: scale(1.1)
    }
    to {
        transform: scale(1)
    }
}

@keyframes videoBtnAnim {
    0% {
        transform: scale(.8)
    }
    25% {
        transform: scale(1)
    }
    50% {
        transform: scale(1.2)
    }
    75% {
        transform: scale(1)
    }
    to {
        transform: scale(.8)
    }
}

@keyframes banner3Shake {
    0% {
        transform: rotateY(0deg)
    }
    30% {
        transform: rotate(15deg)
    }
    60% {
        transform: rotateX(0deg)
    }
    80% {
        transform: rotate(15deg)
    }
    to {
        transform: rotateY(0deg)
    }
}

@keyframes ImgBounce {
    0% {
        transform: translateY(0)
    }
    to {
        transform: translateY(-30px)
    }
}

@keyframes squareMover {
    0%,
    to {
        transform: translate(0) rotate(0)
    }
    20%,
    60% {
        transform: translate(20px, 40px) rotate(180deg)
    }
    30%,
    80% {
        transform: translate(40px, 60px) rotate(0deg)
    }
}

@keyframes shapeMover {
    0%,
    to {
        transform: perspective(400px) translateY(0) rotate(0deg) translateZ(0) translateX(0)
    }
    50% {
        transform: perspective(400px) rotate(-45deg) translateZ(20px) translateY(20px) translateX(20px)
    }
}

.service-one__single .service-icon .icon-box i {
    border-radius: 50%;
}

.service-one__single .service-icon .icon-box,
.service-one__single .service-icon .icon-box i {
    display: flex;
    height: 80px;
    width: 80px;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    flex-wrap: wrap;
    position: relative;
    z-index: 10;
}

.service-one__single .text .h3,
.service-one__single .text h3 {
    color: #111;
    font-size: 20px;
    font-weight: 600;
    line-height: 30px;
    padding: 25px 0 20px;
}

.service-one__single .text p:not(.h3) {
    color: #777676;
    height: 30px;
}

.pe-15 {
    padding-right: 0.375rem!important;
}

.noclick {
    touch-action: none !important;
    user-select: none !important;
    pointer-events: none !important;
}

@media (max-width: 991px) {
    .language-section .dropdown-menu a {
        padding-left: 10px;
        margin-right: 0;
    }
    .language-section .nav-item a {
        padding-left: 10px;
        margin-right: 10px;
    }
    .language-section .dropdown-toggle::after {
        border-top: 0.3em solid;
        border-right: 0.3em solid transparent;
        border-bottom: 0;
        border-left: 0.3em solid transparent;
    }
}

.language-section.dropstart .dropdown-toggle::before {
    border: none;
}

.language-section.dropstart .dropdown-toggle::after {
    display: inline-block;
    margin-left: 0.255em;
    vertical-align: 0.255em;
    content: "";
    border-top: 0.3em solid;
    border-right: 0.3em solid transparent;
    border-bottom: 0;
    border-left: 0.3em solid transparent;
    color: #ffffff;
}

@media (min-width: 992px) {
    .language-section .dropdown-toggle::after {
        color: #ffffff !important;
    }
}

@media (max-width: 575.98px) {
    .navbar .navbar-brand {
        margin-right: 0 !important;
    }
}

.ipage img {
    margin-top: -0.625rem!important;
    box-shadow: 0 5px 30px 0 rgba(0, 0, 0, .11), 0 5px 15px 0 rgba(0, 0, 0, .08)!important;
}

.iposts {
    direction: ltr;
    max-height: 37.5vh;
    overflow-y: scroll;
    border-top: 1px solid #d5d3d3;
}

.iposts>div {
    position: relative;
}

.ipost {
    max-height: calc(1.2 * 114.66px);
    overflow: hidden;
    padding: 1px 1px;
    cursor: pointer;
}

@media (max-width: 575.98px) {
    .ipost {
        max-height: calc(1.2 * 95.66px);
    }
}

.ipost i.imedia {
    position: absolute;
    z-index: 2;
    top: 10px;
    right: 10px;
    color: #ffffff;
    filter: drop-shadow(0px 0px 1px rgb(0 0 0 / 0.4))
}

.ipost i.imedia.bi-play-fill {
    top: 5px;
    right: 5px;
}

.ipost .selected {
    position: absolute;
    z-index: 3;
    width: 100%;
    top: 0;
    left: 0;
    height: 100%;
    background-color: rgba(0, 0, 0, .8);
    cursor: pointer;
}

.ipost .selected.disable {
    visibility: hidden;
}

.label-info {
    background-color: #2ba5c4;
    margin-bottom: 2px;
    margin-top: 2px;
}

.bootstrap-tagsinput {
    min-width: 100% !important;
}

.tag.label.label-info.rounded.px-2.py-05 {
    padding-bottom: 0 !important;
}

.comment_user_pic {
    opacity: 0.45;
    height: 30px;
    margin-top: 15px;
    margin-right: 20px;
}

.card-footer {
    /* padding: .5rem 1rem; */
    /* margin-bottom: 0; */
    padding: 0;
    padding-bottom: 1rem;
    background-color: rgba(0, 0, 0, .03);
    border-top: 1px solid rgba(0, 0, 0, .125);
}

.card-style-back {
    border-top-left-radius: 35px;
    border-top-right-radius: 35px;
    width: 100%;
    /* padding-bottom: 60px !important; */
    margin-top: 30px;
    /* margin-bottom: -43px; */
}
/*
.card-style-back .card {
    margin-top: -95px !important;
}*/

.card-style {
    overflow: hidden;
    margin: 0 4% 30 px 4%;
    border-radius: 15 px;
    border: none;
    box-shadow: 0 4px 10px 0 rgb(0 0 0 / 10%);
}

.shadow-md {
    box-shadow: 0 4px 10px 2px rgb(0 0 0 / 6%) !important;
}

.rounded-4 {
    border-radius: 15px;
}

.logo-white {
    display: none;
}

.input-icon {
    position: relative;
}

.input-icon input,
.input-icon select {
    padding-left: 2.5rem;
}

.input-icon-addon {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    color: #9aa0ac;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-pack: center;
    justify-content: center;
    min-width: 2.5rem;
    pointer-events: none;
}

.input-icon-addon:last-child {
    left: auto;
    right: 0;
}

.comment-admin {
    background-color:#f9ffe4 !important;
}

.star {
    color: #fcac42 !important;
    padding: 1px !important;
    font-size: 19px !important;
}

#star-mobile {
    padding-left: 24%;
    direction: ltr;
    text-align: -webkit-match-parent;
    margin-left: -35px;
    margin-right: -35px;
}

.dir-ltr {
    direction: ltr;
}

.add_cart_link {
    direction: ltr;
}

.add_cart_link::placeholder {
    font-size: 10px;
}

.mul-select2-tag.select2-container--bootstrap.select2-container--open.select2-container--below .select2-selection{
    border-bottom-right-radius: 4px !important;
    border-bottom-left-radius: 4px !important;
    border-bottom-color: #66afe9 !important;
    border-radius: 4px !important;
}

.select2-container--bootstrap .mul-select2-tag.select2-dropdown{
    width: 0 !important;
    position: fixed !important;
    left: -1000px !important;
    min-width: unset !important;
}

.bg-orange{
    background-color: #ff8100 !important;
  }