
    html
    {
        width: 100%;
        height: 100%;
        font-size: 16px;
     }

    /*font-family: 'Inter', system-ui, -apple-system, sans-serif;*/

    body
    {
        font-family:  'Roboto', Arial, sans-serif;
        font: 400 14px/21px 'roboto',sans-serif;
        font-size: 0.875rem;
        color: #212529;
        background-color:#f5f5f5;

        font-family:  var(--bs-body-font-family);
        font: var(--bs-body-font);
        font-size: var(--bs-body-font-size);
        font-weight: 400;
        line-height:  1.4;
        color: var(--bs-body-color);
        width: 100%;
        height: 100%;
        margin: 0;
        padding: 0;
        background-color:var(--bs-body-bg);
        text-rendering:optimizeLegibility;
        -webkit-text-size-adjust: 100%;
        -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
    }

    /***Scrollbar Style ****/

    body::-webkit-scrollbar
    {
        width: 6px;
        background-color: rgba(240, 240, 240, 0.8);

    }

    body::-webkit-scrollbar-thumb
    {
        background-color: rgba(149, 159, 172, 0.8);
    }

    body::-webkit-scrollbar-thumb:hover
    {
        background-color: rgba(100, 100, 100, 0.8);
        cursor: pointer;
    }

    .scrollbar-y
    {
        overflow-y: auto;
        -ms-overflow-style: none;
        scrollbar-width: none;
        cursor: pointer;
    }

    .scrollbar-x
    {
        overflow-x: auto;
        -ms-overflow-style: none;
        scrollbar-width: none;
        cursor: pointer;
    }

    .scrollbar::-webkit-scrollbar
    {
        width: 6px;
        height: 6px;
        background-color: rgba(240, 240, 240, 0.8);
    }

    .scrollbar::-webkit-scrollbar-thumb
    {
        border-radius: 4px;
        background-color: rgba(149, 159, 172, 0.8);
    }

    .scrollbar::-webkit-scrollbar-thumb:hover
    {
        background-color: rgba(100, 100, 100, 0.8);
        cursor: pointer;
    }

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


    /***End Scrollbar Style ****/

    /* Override the bootstrap defaults */

    h1, h2, h3, h4, h5, h6, p
    {
        margin-top: 0;
    }

    h1, h2, h3, h4, h5, h6
    {
        color: #212529;
        color: var(-- bs-heading-color);
    }

    h1:hover, h2:hover, h3:hover, h4:hover, h5:hover, h6:hover
    {
        color: #6b7885;
        color: var(-- bs-heading-hover-color );
    }

    a
    {
        color: #1e91cf;
        color: var(--bs-link-color);
        text-decoration: none;
    }
    a:hover
    {
        color: #1874a6;
        color: var(--bs-link-hover-color);
        text-decoration: none;
    }

    .text-justify
    {
        text-align: justify;
    }



    button:focus
    {
        outline: none !important;
    }

    .dropdown-menu
    {
        --bs-dropdown-bg: var(--bs-submenu-bg);
        --bs-dropdown-border-width: var(--bs-submenu-width);
        --bs-dropdown-border-color: var(--bs-submenu-border-color);
        --bs-dropdown-border-radius: var(--bs-submenu-radius);
        --bs-dropdown-color: var(--bs-submenu-color);

        background-color: #ffffff;
        border: 1px solid rgba(0, 0, 0, 0.175);
        border-radius: 0.2308rem;
        color: #212529;

        background-color: var(--bs-dropdown-bg);
        border: var(--bs-dropdown-border-width) solid var(--bs-dropdown-border-color);
        border-radius: var(--bs-dropdown-border-radius);
        color: var(--bs-dropdown-color);
        padding: 0;
        margin: 0;
    }

    .dropdown-menu a
    {
        color: #212529;
        color: var(--bs-submenu-color);
    }

    .dropdown-menu a:hover
    {
        color: #6b7885;
        background-color: #f8f9fa;

        color: var(--bs-submenu-color-hover);
        background-color: var(--bs-submenu-bg-hover);
    }

    .dropdown-menu li:not(:last-child)
    {
        border-bottom: 1px solid rgba(0, 0, 0, 0.175);

        border-bottom: var(--bs-submenu-bitem-width) solid var(--bs-submenu-border-bitem-color);
    }

    .dropdown-menu li
    {
        padding-top: 0.15rem;
        padding-bottom: 0.15rem;
    }

    :root
    {
        --bs-primary-rgb: 166, 94, 73;
    }


    .btn
    {
        --bs-btn-color: var(--bs-body-color);
        --bs-btn-border-width: var(--bst-btn-border-width);
        --bs-btn-border-color: transparent;
        --bs-btn-border-radius: var(--bst-btn-border-radius);
        --bs-btn-bg: var(--bs-body-bg);


        color: #212529;
        border: 1px solid transparent;
        border-radius: 0.5rem;
        background-color: #f5f5f5;

        color: var(--bs-btn-color);
        border: var(--bs-btn-border-width) solid var(--bs-btn-border-color);
        border-radius: var(--bs-btn-border-radius);
        background-color: var(--bs-btn-bg);
    }

    .btn:hover
    {
        transform: scale(1.08);
    }


    .btn-primary
    {
        --bs-btn-bg: var(--bs-btn-primary-bg);
        --bs-btn-hover-bg: var(--bs-btn-primary-bg-hover);
        --bs-btn-color: var(--bs-btn-primary-color);
        --bs-btn-hover-color: var(--bs-btn-primary-color-hover);
        --bs-btn-border-color: var(--bs-btn-primary-border);
        --bs-btn-hover-border-color: var(--bs-btn-primary-border-hover);
        --bs-btn-active-color: var(--bs-btn-primary-color-hover);
        --bs-btn-active-bg: var(--bs-btn-primary-bg-hover);
        --bs-btn-active-border-color: var(--bs-btn-primary-border-hover);
        --bs-btn-active-shadow: none;
        --bs-btn-focus-shadow-rgb:0, 0, 0;
        --bs-btn-disabled-color: var(--bs-btn-primary-color);
        --bs-btn-disabled-bg: var(--bs-btn-primary-bg);
        --bs-btn-disabled-border-color:var(--bs-btn-primary-border);
    }

    .btn-secondary
    {
        --bs-btn-bg: var(--bs-btn-secondary-bg);
        --bs-btn-hover-bg: var(--bs-btn-secondary-bg-hover);
        --bs-btn-color: var(--bs-btn-secondary-color);
        --bs-btn-hover-color: var(--bs-btn-secondary-color-hover);
        --bs-btn-border-color: var(--bs-btn-secondary-border);
        --bs-btn-hover-border-color: var(--bs-btn-secondary-border-hover);
        --bs-btn-active-color: var(--bs-btn-secondary-color-hover);
        --bs-btn-active-bg: var(--bs-btn-secondary-bg-hover);
        --bs-btn-active-border-color: var(--bs-btn-secondary-border-hover);
        --bs-btn-active-shadow: none;
        --bs-btn-focus-shadow-rgb:0, 0, 0;
        --bs-btn-disabled-color: var(--bs-btn-secondary-color);
        --bs-btn-disabled-bg: var(--bs-btn-secondary-bg);
        --bs-btn-disabled-border-color:var(--bs-btn-secondary-border);

    }
    .btn-success
    {
        --bs-btn-bg: var(--bs-btn-success-bg);
        --bs-btn-hover-bg: var(--bs-btn-success-bg-hover);
        --bs-btn-color: var(--bs-btn-success-color);
        --bs-btn-hover-color: var(--bs-btn-success-color-hover);
        --bs-btn-border-color: var(--bs-btn-success-border);
        --bs-btn-hover-border-color: var(--bs-btn-success-border-hover);
        --bs-btn-active-color: var(--bs-btn-success-color-hover);
        --bs-btn-active-bg: var(--bs-btn-success-bg-hover);
        --bs-btn-active-border-color: var(--bs-btn-success-border-hover);
        --bs-btn-active-shadow: none;
        --bs-btn-focus-shadow-rgb:0, 0, 0;
        --bs-btn-disabled-color: var(--bs-btn-success-color);
        --bs-btn-disabled-bg: var(--bs-btn-success-bg);
        --bs-btn-disabled-border-color:var(--bs-btn-success-border);
    }
    .btn-info
    {
        --bs-btn-bg: var(--bs-btn-info-bg);
        --bs-btn-hover-bg: var(--bs-btn-info-bg-hover);
        --bs-btn-color: var(--bs-btn-info-color);
        --bs-btn-hover-color: var(--bs-btn-info-color-hover);
        --bs-btn-border-color: var(--bs-btn-info-border);
        --bs-btn-hover-border-color: var(--bs-btn-info-border-hover);
        --bs-btn-active-color: var(--bs-btn-info-color-hover);
        --bs-btn-active-bg: var(--bs-btn-info-bg-hover);
        --bs-btn-active-border-color: var(--bs-btn-info-border-hover);
        --bs-btn-active-shadow: none;
        --bs-btn-focus-shadow-rgb:0, 0, 0;
        --bs-btn-disabled-color: var(--bs-btn-info-color);
        --bs-btn-disabled-bg: var(--bs-btn-info-bg);
        --bs-btn-disabled-border-color:var(--bs-btn-info-border);
    }
    .btn-warning
    {
        --bs-btn-bg: var(--bs-btn-warning-bg);
        --bs-btn-hover-bg: var(--bs-btn-warning-bg-hover);
        --bs-btn-color: var(--bs-btn-warning-color);
        --bs-btn-hover-color: var(--bs-btn-warning-color-hover);
        --bs-btn-border-color: var(--bs-btn-warning-border);
        --bs-btn-hover-border-color: var(--bs-btn-warning-border-hover);
        --bs-btn-active-color: var(--bs-btn-warning-color-hover);
        --bs-btn-active-bg: var(--bs-btn-warning-bg-hover);
        --bs-btn-active-border-color: var(--bs-btn-warning-border-hover);
        --bs-btn-active-shadow: none;
        --bs-btn-focus-shadow-rgb:0, 0, 0;
        --bs-btn-disabled-color: var(--bs-btn-warning-color);
        --bs-btn-disabled-bg: var(--bs-btn-warning-bg);
        --bs-btn-disabled-border-color:var(--bs-btn-warning-border);
    }
    .btn-danger
    {
        --bs-btn-bg: var(--bs-btn-danger-bg);
        --bs-btn-hover-bg: var(--bs-btn-danger-bg-hover);
        --bs-btn-color: var(--bs-btn-danger-color);
        --bs-btn-hover-color: var(--bs-btn-danger-color-hover);
        --bs-btn-border-color: var(--bs-btn-danger-border);
        --bs-btn-hover-border-color: var(--bs-btn-danger-border-hover);
        --bs-btn-active-color: var(--bs-btn-danger-color-hover);
        --bs-btn-active-bg: var(--bs-btn-danger-bg-hover);
        --bs-btn-active-border-color: var(--bs-btn-danger-border-hover);
        --bs-btn-active-shadow: none;
        --bs-btn-focus-shadow-rgb:0, 0, 0;
        --bs-btn-disabled-color: var(--bs-btn-danger-color);
        --bs-btn-disabled-bg: var(--bs-btn-danger-bg);
        --bs-btn-disabled-border-color:var(--bs-btn-danger-border);
    }

    .modal
    {
        --bs-modal-color:var(--bs-modal-content-color );
        z-index: 1060;
    }

    .modal-content
    {
        border: none;
        color: var(--bs-modal-color);
        background-color:var(--bs-modal-content-bg);
    }

    .modal-header
    {
        background-color: #dee2e6;
        border-bottom: none;
        color: var(--bs-modal-header-color );
        background-color:var(--bs-modal-header-bg);
    }

    .modal-delete .modal-header
    {
       background-color: #ED8F82;
    }

    .modal-update .modal-header
    {
        background-color: rgb(84, 183, 211);
    }

    .modal-footer
    {
        border-top: none;
        color: var(--bs-modal-footer-color );
        background-color: var(--bs-modal-footer-bg);
    }

   




    .offcanvas-backdrop
    {
        z-index: 1999 !important;
    }

    .offcanvas
    {
        --bs-offcanvas-zindex: 2000;
    }

    .offcanvas
    {
        background-color: #FFFFFF;
        border: 0 !important;
        z-index: 2000 !important;
        position: fixed !important;
    }


    .offcanvas .offcanvas-header
    {
        background-color: rgba(245, 245, 245, 1.0);
    }

    /* End Override the bootstrap defaults */

    .text-icon
    {
        color: #A65E49;
    }



    /***Preloader Style****/

    .preloader-backdrop-page
    {
        position: fixed;
        top: 0;
        left: 0;
        z-index: 1040;
        width: 100vw;
        height: 100vh;
        background-color: #000000;
        opacity:0.2;
        transition: transform 0.3s ease-out;
    }

    .preloader-fullscreen
    {
        position: fixed !important;
        width: 100vw;
        height: 100vh;
        top: 0;
        left: 0;
        background: rgba(0, 0, 0, 0.1) url("image/AjaxLoader.gif") no-repeat center center;
        background-size: 64px 64px;
        z-index: 9999;
    }

    .preloader-content
    {
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        background: rgba(255, 255, 255, 0.1) url("image/AjaxLoader.gif") no-repeat center center;
        background-size: 64px 64px;
        z-index: 9999;
    }

    /***End Preloader Style****/

    /***Alert Style****/

    #alert-container {
        position: fixed;
        top: 100px;
        left: auto;
        right: 5px;
        padding: 1rem;
        z-index: 9998;
        transform: translateY(-150%);
        -webkit-animation: alert-animation 1s forwards;
        animation: alert-animation 1s forwards;
    }


    .alert
    {
        border:none;
        border-radius: 10px;
    }

    .alert div
    {
        padding-bottom: 0.2rem;
    }

    .alert div:not(:first-child)
    {
        color: rgb(33, 37, 41, 1);
    }

    .alert .alert-heading
    {
        font-size: 1rem;
        vertical-align: middle;
    }

    .alert-heading-body
    {
        max-height: 80vh;
        overflow-y: auto;
    }

    .alert-heading-body::-webkit-scrollbar
    {
        width: 0px;
        height: 0px;
    }

    .alert-heading-body::-webkit-scrollbar-thumb
    {
        border-radius: 0px;
        background-color: none;
    }

    .alert-heading-body::-webkit-scrollbar-thumb:hover
    {
        background-color: none;
        cursor: pointer;
    }


    .alert .btn-close
    {
        padding: 1.1rem 1rem;
    }



    @keyframes alert-animation
    {
        0%
        {
            transform: translateY(-150%);
        }
        100%
        {
            transform: translateY(0);
        }
    }

    .alert-danger
    {
        --bs-alert-color: var(--bs-danger-text-emphasis);
        --bs-alert-bg: var(--bs-danger-bg-subtle);
        --bs-alert-border-color: var(--bs-danger-border-subtle);
        --bs-alert-link-color: var(--bs-danger-text-emphasis);
    }


    /***End Alert Style****/

    /*=========== Pagination ===========================*/

    .pagination
    {
        margin: 0;
        background-color: none;
        border : none;
        box-shadow: none;
    }
    .pagination a
    {
        color: #000000;
    }

    .pagination .page-link
    {
        background-color: transparent;
        border: none;
        box-shadow: none;
        border-radius: 4px;
        font-weight: bold;
        margin: 0 4px 0 4px;
    }

    .pagination .page-item.active .page-link
    {
        background-color: #a65e49;
        border-color: #a65e49;
        border-radius: 4px;
        font-weight: bold;
    }

    .pagination .page-link:hover
    {
        color: #FFFFFF;
        background-color: #a65e49;
    }


    .pagination .page-item.disabled .page-link
    {
        border-color: #a65e49;
    }

    .pagination .page-item.active .page-link:focus,
    .pagination .page-item.active .page-link:active
    {
        border-color: #a65e49;
    }
    /*=========== End Pagination ===========================*/

    /******* Autocomplete Style ************/

    .autocomplete-menu
    {
        position: relative;
        width: 100%;
    }

    .autocomplete-menu .dropdown-menu
    {
        z-index: 9999;
        width: 100%;
        margin: 0 auto;
        min-height: 70px;
        left: 0;
        right: auto;
    }
    .autocomplete
    {
        max-height: 200px;
        overflow-y: auto;
        background: #FFFFFF;
        -webkit-box-shadow: 0 4px 10px rgba(0, 0, 0, 0.1);
        box-shadow: 0 4px 10px rgba(0, 0, 0, 0.1);
        z-index: 9999;
        position: relative;
    }

    .autocomplete .dropdown-header
    {
        color: #333333;
        font-weight: bold;
        padding: 8px 15px;
        border-bottom: 1px solid #eeeeee;
    }


    .autocomplete li a, .autocomplete li
    {
        word-wrap: break-word;
        white-space: pre-wrap;
        padding: 5px 10px;
    }

    .autocomplete .form-check-input
    {
        margin-right: 8px;
        margin-left: 5px;
    }

    .autocomplete li:not(.dropdown-item-btn):hover,
    .autocomplete li:not(.dropdown-item-btn):hover a
    {
        background: #f1f8ff;
        color: #007bff;
        text-decoration: none;
        border-bottom: none !important;
    }

    .autocomplete li a.dropdown-item
    {
        border-bottom: none !important;
    }

    .autocomplete li.dropdown-item-btn
    {
        padding: 10px 15px 5px 15px;
        border-top: 1px solid #eeeeee;
    }

    .autocomplete .btn
    {
        min-width: 150px;
    }

    .loading-preloader-autocomplete
    {
        position: absolute;
        width:100%;
        height: 100%;
        top:0px;
        left:0;
        z-index: 9999;
        outline: 0;
        opacity: 0.5;
        text-align: center;
        overflow: hidden;
        transition: transform 0.3s ease-out;
    }

    .loading-preloader-autocomplete:after
    {
        content:'';
        position: absolute;
        display: inline-block;
        top:25%;
        left:45%;
        width: 2rem;
        height: 2rem;
        color: #6c757d !important;
        vertical-align: -0.125em;
        border: 0.25em solid currentColor;
        border-right-color: transparent;
        border-radius: 50%;
        animation: 1s linear infinite spinner-border;
    }

    /******* End Autocomplete Style ************/



    /***Structure Style ****/

    .container-content
    {
        max-width: var(--bs-body-max-width);
        margin: 0 auto;
        padding: 0;
        width: 100%;
        padding-right: calc(.5 * 1.2rem);
        padding-left: calc(.5 * 1.2rem);
    }


    main.container-content
    {
        padding-bottom: 25px;
    }

    .container-fluid
    {
        padding: 0 5px;
    }

    @media (max-width: 767.98px)
    {
        body
        {
            padding-top: 70px;
        }
    }

    .container-content-block
    {
        background: #FFFFFF;
        width: 100%;
        max-width: 100%;
        padding: 1rem;
        border-radius: 1rem;
        border: 1px solid rgba(255, 255, 255, 0.175);

        background: var(--bs-content-block-bg);
        border-radius: var(--bs-content-radius);
        border: var(--bs-content-block-width) solid var(--bs-content-block-color);
    }



    /***End Structure Style ****/

    /****Breadcrumb ****/

    .breadcrumb {
        display: flex;
        flex-wrap: nowrap;
        overflow-x: auto;
        white-space: nowrap;
        margin: 0;
        padding: 0 0 0.5rem 0;
        width: 100%;
        gap: 0.5rem;
        scrollbar-width: thin;
    }

    .breadcrumb-item
    {
        font-size: 0.875rem;

    }

    .breadcrumb li.breadcrumb-item a
    {
        color: #1e91cf;
        color: var(--bs-link-color);
        text-decoration: none;
        white-space: nowrap;
    }

    .breadcrumb li.breadcrumb-item:hover a
    {
        color: #1874a6;
        color: var(--bs-link-hover-color);
    }

    /****End Breadcrumb ****/


    /****Control Slider ****/

    .swiper-button-prev
    {
        left: 10px;
    }

    .swiper-button-next
    {
        right: 10px;
    }

    .swiper-button-prev,
    .swiper-button-next
    {
        color: #AAAAAA;
        color: var(--bs-slide-control-color);
    }

    .swiper-button-next::after,
    .swiper-button-prev::after
    {
        font-size: 32px;
    }

    .swiper-button-prev:hover,
    .swiper-button-prev:focus,
    .swiper-button-next:hover,
    .swiper-button-next:focus
    {
        color: #575757;
        color: var(--bs-slide-control-color-hover);
    }

    .swiper-control.swiper-button-prev,
    .swiper-control.swiper-button-next
    {
        position: absolute;
        top: 15px;
        width: 36px;
        height: 36px;
        display: flex;
        align-items: center;
        justify-content: center;
        z-index: 10;

        border-radius: 0px;
        background-color: #FFFFFF;
        color: #AAAAAA;

        border-radius: var(--bs-slide-sc-radius);
        background-color: var(--bs-slide-sc-bg);
        color: var(--bs-slide-sc-color);
    }

    .swiper-control.swiper-button-next::after,
    .swiper-control.swiper-button-prev::after
    {
        font-size: 16px;
    }

    .swiper-control.swiper-button-next
    {
        right: 2px;
        left: auto;
    }

    .swiper-control.swiper-button-prev
    {
        right: 30px;
        left: auto;
    }

    .swiper-control.swiper-button-prev:hover,
    .swiper-control.swiper-button-prev:focus,
    .swiper-control.swiper-button-next:hover,
    .swiper-control.swiper-button-next:focus
    {
        background-color: #FFFFFF;
        color:#575757;

        background-color: var(--bs-slide-sc-bg-hover);
        color: var(--bs-slide-sc-color-hover);
    }

    .swiper-pagination-bullet
    {
        background: #AAAAAA;
        background: var(--bs-slide-pagination);
    }

    .swiper-pagination-bullet-active
    {
        background: #262626;
        background: var(--bs-slide-pagination-active);

    }

    .swiper-pagination
    {
        bottom: 10px;
        left: 5px;
        right: auto;
        width: 100%;
        text-align: right;
        position: absolute;
    }

    /****End Control Slider ****/

    .content-widget
    {
        border-radius: 4px;
        padding: 0.7rem;
        box-shadow: 0 2px 6px rgba(0,0,0,0.08);
        transition: box-shadow 0.2s ease;

    }

    .content-widget:hover
    {
        box-shadow: 0 4px 12px rgba(0,0,0,0.12);
    }

    /*====== Table Style  =====*/

    .table-responsive
    {
        overflow-x: auto;
        display: block;
        width: 100%;
    }

    .table-responsive::-webkit-scrollbar
    {
        width: 6px;
        height: 6px;
        background-color: rgba(200, 200, 200, 0);
    }

    .table-responsive::-webkit-scrollbar-thumb
    {
        border-radius: 4px;
        background-color: rgba(128, 139, 156, 0.2);
    }

    .table-responsive::-webkit-scrollbar-thumb:hover
    {
        background-color: #3B3B3B;
        cursor: pointer;
    }

    /*======  End Table Style  =====*/


    /***Header Style ****/

    #header-banner-top
    {
        display: flex;
        text-align: center;
        max-height: 50px;
        padding: 0.3rem;
        background: var(--bs-banner-bg);
    }

    #header-banner-top a
    {
        text-align: center;
        margin: 0 auto;
    }

    #header-banner-top img
    {
        max-height: 50px;
    }

    header
    {
        background-color:var(--bs-header-bg);
    }

    #header-top-bar
    {
        background-color:var(--bs-header-top-bg);

    }

    #header-top-bar .navbar-nav
    {
        padding: 0.3rem 0;
    }

    #header-top-bar .navbar-nav
    {
      flex-wrap: wrap;
    }

    #header-top-bar .nav-link
    {
        font-size: var(--bs_header_font_size);
        color:var(--bs-header-color);
    }

    #header-top-bar li:hover .nav-link
    {
        color:var(--bs_header_color_hover);
        transform: scale(1.05);
    }


    #header-top-bar .dropdown-submenu
    {
        position: relative;
    }

    #header-top-bar .dropdown-submenu > .dropdown-menu
    {
        top: 0;
        left: 100%;
        display: none;
        position: absolute;
    }

    @media (min-width: 992px)
    {
        #header-top-bar .dropdown:hover > .dropdown-menu,
        #header-top-bar .dropdown:hover form > .dropdown-menu
        {
            display: block;
        }

        #header-top-bar .dropdown-submenu:hover > .dropdown-menu
        {
            display: block;
        }

        #header-top-bar .dropdown-submenu > .dropdown-menu.dropdown-menu-start
        {
            left: 100%;
            right: auto;
        }

        #header-top-bar .dropdown-submenu > .dropdown-menu.dropdown-menu-end
        {
           left: auto;
           right: 100%;
        }

        #header-top-bar .dropdown:hover > .dropdown-menu.dropdown-menu-start,
        #header-top-bar .dropdown:hover form > .dropdown-menu.dropdown-menu-start,
        #language-currency .dropdown:first-child:hover form > .dropdown-menu
        {
            left: 0;
            right: auto;
        }

        #header-top-bar .dropdown:hover > .dropdown-menu.dropdown-menu-end,
        #header-top-bar .dropdown:hover form > .dropdown-menu.dropdown-menu-end,
        #language-currency .dropdown:last-child:hover form > .dropdown-menu
        {
            right: 0;
            left: auto;
        }
    }

    @media (max-width: 991px)
    {
        #header-top-bar .dropdown-submenu .dropdown-menu.show
        {
            display: block;
        }
    }

    #header-top-bar .navbar-nav > li.dropdown > .nav-link::after,
    #header-top-bar .navbar-nav > li.dropdown > form > .nav-link::after

    {
        font-family: "Font Awesome 6 Free";
        font-weight: 900;
        content: "\f078";
        margin-left: 0.4rem;
        transition: transform 0.2s ease;
    }

    #header-top-bar .navbar-nav > li.dropdown:hover > .nav-link::after,
    #header-top-bar .navbar-nav > li.dropdown:hover > form >  .nav-link::after
    {
        content: "\f077";
    }

    .language-item img
    {
        display: none;
    }

    .language-item.language-image-show img
    {
        display: inline-block;
    }

    .language-item.language-image-show i.fa-solid
    {
        display: none;
    }

        /***End Header Top Bar Style ****/

        /***Header Top Main Style ****/

    #header-main-bar
    {
        background-color:var(--bs-header-main-bg);
    }

    #header-main-bar .row
    {
        align-items: center;
    }

    #header-main-bar .navbar,
    #header-main-bar .nav,
    #header-main-bar .navbar-nav
    {
        height: 100%;
        display: flex;
        align-items: center;
    }

    #header-main-bar .navbar-nav > li
    {
        display: flex;
        align-items: center;
    }

    #header-main-bar .nav-link
    {
        display: flex;
        align-items: center;
        height: 100%;
        white-space: nowrap;
        font-size: var(--bs-header-icon-size);
        color:var(--bs-header-icon-color);
    }

    #header-main-bar li:hover .nav-link
    {
        color:var(--bs-header-icon-color-hover);
        transform: scale(1.05);
    }

    #header-main-bar .navbar-nav > li > a.nav-link
    {
        padding-left: 2rem !important;
        padding-right: 2rem !important;
    }

    #header-main-bar .rounded-container
    {
        position: absolute !important;
        top: 10px !important;
        right: 5px !important;
        transform: translate(-50%, -50%) !important;
        background: rgba(166, 94, 73, 0.85);
        color: #FFFFFF;
        font-size: 0.625rem;
        width: 24px;
        height: 24px;
        border-radius: 50%;
        display: flex;
        align-items: center;
        justify-content: center;
        line-height: 1;
        white-space: nowrap;
        z-index: 10;
    }

    @media (max-width: 575.98px)
    {
       #header-main-bar .rounded-container
       {
            top: auto !important;
            bottom: 0px !important;
            left: 8px !important;
            transform: translate(0%, 0%) !important;
        }
    }



    #header-main-bar .nav-link-title
    {
        padding: 0.3rem 0.6rem;
    }

    #header-main-bar .nav-link-title small
    {
        font-size: 0.75rem;
        line-height: 1;
        margin-top: 0.2rem;
        color: inherit;
    }

    #header-main-bar #logo-item
    {
        display: flex;
        justify-content: center;
        padding: 0 !important;
        margin: 0 auto;
        text-align: center;
    }

    #header-main-bar #logo-item img
    {
        object-fit: contain;
        display: block;
        max-height: 75px;
        height: auto;
        width: auto;
        margin: 0 auto;
        text-align: center;
    }

    @media (max-width: 1199.98px)
    {
        #header-main-bar .navbar-nav > li > a.nav-link
        {
            padding-left: 1.5rem !important;
            padding-right: 1.5rem !important;
        }
    }

    @media (min-width: 768px)
    {
        #header-main-bar.sticky-header
        {
            position: fixed;
            top: 0;
            left: 0;
            right: 0;
            z-index: 1060;

            transition: transform 0.3s ease, box-shadow 0.3s ease;
            border-bottom-left-radius: var(--bs-nav-bottom-radius);
            border-bottom-right-radius: var(--bs-nav-bottom-radius);
        }

        #header-main-bar.sticky-header #catalog-item
        {
            display: block !important;
        }
    }

    @media (max-width: 767.98px)
    {
        #header-main-bar
        {
            position: fixed;
            top: 0;
            left: 0;
            height: 80px;
            right: 0;
            padding: 0;
            z-index: 1060;
            border-bottom-left-radius: calc(var(--bs-nav-bottom-radius) * 0.65);
            border-bottom-right-radius: calc(var(--bs-nav-bottom-radius) * 0.65);
        }

        #header-main-bar .navbar-nav > li > a.nav-link
        {
            padding-left: 1.2rem !important;
            padding-right: 1.2rem !important;
        }

        #header-main-bar .navbar-nav.flex-grow-2
        {
            flex: 1 1 auto !important;
            justify-content: center !important;
        }
    }

    @media (max-width: 575.98px)
    {
        #header-main-bar
        {
            height: 60px;
        }


        #header-main-bar .navbar-nav
        {
            margin: 0 !important;
            padding: 0 !important;
            gap: 0 !important;
        }


        #header-main-bar ul.navbar-nav
        {
            margin: 0 !important;
        }

        #header-main-bar .navbar-nav:first-child,
        #header-main-bar .navbar-nav:last-child
        {
            flex: 0 0 auto !important;
        }

        #header-main-bar .navbar-nav .nav-link
        {
            padding: 0.25rem 0.4rem !important;

        }

        #header-main-bar .navbar-nav > li.nav-item
        {
            font-size: calc(var(--bs-header-icon-size) * 0.75);
            margin: 0 !important;
        }


        #header-main-bar .navbar-nav > li > a.nav-link
        {
            font-size: calc(var(--bs-header-icon-size) * 0.75);
        }


        #header-main-bar #logo-item img
        {
            max-height: 45px;
        }

        #header-main-bar #logo a
        {
            display: inline-block;
            width: auto;
        }
    }

    #header-main-bar.mobile-main-bar
    {
        border-bottom-left-radius:0;
        border-bottom-right-radius: 0;
    }


       /***End Header Top Main Style ****/

    /***End Header ****/



    /*******Seacrh Style*************/

    .search-content
    {
        width:100%;
        margin: 0 auto;
        background-color: #FFFFFF;


    }

    .search-content .input-group
    {
        padding: 10px 15px;
    }

    #search-item .search-content
    {
        position: absolute;
        display: none;
        top: 15px;
        left: 0;
        width: calc(100% - 20px);
        margin: 0 10px;
        background-color: #FFFFFF;
        z-index: 1050;
    }

    @media (max-width: 767.98px)
    {
        #search-item .search-content
        {
            position: fixed;
            top: 65px;
        }
    }

    @media (min-width: 768px)
    {
        #header-main-bar.sticky-header #search-item .search-content
        {
            top: 5px;
        }
    }

    .search-content .btn-search-content
    {
        border-radius: 0;
        border: 0;
        font-size: 14px;
        background-color: var(--bs-header-main-bg);
    }

    .search-content .search-input-ajax
    {
        background-color: var(--bs-header-main-bg);
    }

    #search-item .search-content .search-input-ajax
    {
        background-color: #FFFFFF;
    }

    #search-item .search-content .btn-search-content
    {
        background-color: #FFFFFF;
    }


    .search-content .search-input-ajax,
    .search-content .search-input-ajax:focus
    {
        border-radius: 0;
        border: 0;
        box-shadow: none;
        border-bottom: 1px solid #CCCCCC;
    }

    .search-content .btn-search-content:hover
    {
        border-radius: 0;
        border: 0;
        background: none;
        color: #000000;
        transform: scale(1.05);
    }

    .search-content .btn-search-page-mobile,
    .search-content .btn-eraser-search
    {
        display: none;
    }

    #search-item .btn-search-page-mobile,
    #search-item .btn-eraser-search
    {
        display: block;
    }

    #search-item .btn-search-page
    {
        display: none;
    }


    .search-result-container
    {
        position: absolute;
        top: 100%;
        left: 0;
        right: 0;
        min-height: 80px;
        max-height: calc(100vh - 185px);
        padding: 1rem;
        background-color: #FFFFFF;
        overflow-y: auto;
        overflow-x: hidden;
        z-index: 1050;
        font-size: 0.875rem;
        line-height: 1.25rem;

    }

    .search-result-container .product-thumb
    {
        font-size: inherit;
        line-height: inherit;
        margin: 0;
        padding: 0.5rem;
    }

    .search-result-container::-webkit-scrollbar
    {
        width: 6px;
        height: 6px;
        background-color: rgba(240, 240, 240, 0.8);
    }

    .search-result-container::-webkit-scrollbar-thumb
    {
        border-radius: 4px;
        background-color: rgba(149, 159, 172, 0.8);
    }

    .search-result-container::-webkit-scrollbar-thumb:hover
    {
        background-color: rgba(100, 100, 100, 0.8);
        cursor: pointer;
    }

    #search-item-input .search-result-container
    {
        border: 1px solid rgba(0, 0, 0, 0.175);
        border-radius: 6px;
    }





    /*******End Seacrh*************/

    /***Navigation List Style ****/

    #navigation-bar
    {
        background:#FFFFFF;
        border-bottom-left-radius: 0;
        border-bottom-right-radius: 0;

        padding: 0.3rem 0;
        background:var(--bs-nav-bg);
        border-bottom-left-radius: var(--bs-nav-bottom-radius);
        border-bottom-right-radius: var(--bs-nav-bottom-radius);
    }


    #navigation-bar .navbar-nav
    {
      flex-wrap: wrap;
    }

    #navigation-bar .dropdown-submenu
    {
        position: relative;
    }


    #navigation-bar li > .nav-link
    {
        font-size:1rem;
        color: #212529;

        font-size:var(--bs-nav-font-size);
        color:var(--bs-nav-color);
    }

    #navigation-bar li:hover > .nav-link
    {
        color: #6b7885;

        color:var(--bs-nav-color-hover);
        transform: scale(1.05);
    }

    #navigation-bar .dropdown-submenu > .dropdown-menu
    {
        top: 0;
        left: 100%;
        display: none;
        position: absolute;
    }

    @media (min-width: 992px)
    {
        #navigation-bar .dropdown:hover > .dropdown-menu
        {
            display: block;
        }

        #navigation-bar .dropdown-submenu:hover > .dropdown-menu
        {
            display: block;
        }

        #navigation-bar .dropdown-submenu > .dropdown-menu.dropdown-menu-start
        {
            left: 100%;
            right: auto;
        }

        #navigation-bar .dropdown-submenu > .dropdown-menu.dropdown-menu-end
        {
           left: auto;
           right: 100%;
        }

        #navigation-bar .dropdown:hover > .dropdown-menu.dropdown-menu-start
        {
            left: 0;
            right: auto;
        }

        #navigation-bar .dropdown:hover > .dropdown-menu.dropdown-menu-end
        {
            right: 0;
            left: auto;
        }
    }

    @media (max-width: 991px)
    {
        #navigation-bar .dropdown-submenu .dropdown-menu.show
        {
            display: block;
        }
    }


    #navigation-bar .navbar-nav > li.dropdown > .nav-link::after
    {
        font-family: "Font Awesome 6 Free";
        font-weight: 900;
        content: "\f078";
        margin-left: 0.4rem;
        transition: transform 0.2s ease;
    }

    #navigation-bar .navbar-nav > li.dropdown:hover > .nav-link::after
    {
        content: "\f077";
    }



    #navigation-bar .dropdown-menu-image
    {
        border-radius: 0.2308rem;
        border: 1px solid rgba(0, 0, 0, 0.175);
        background-color: #FFFFFF;

        left: 0 !important;
        right: 0 !important;
        width: 100% !important;
        max-width: none;
        padding: 0 !important;
        border-radius: var(--bs-submenu-radius);
        border: var(--bs-submenu-width) solid var(--bs-submenu-border-color);
        background-color: var(--bs-submenu-bg);
    }

    #navigation-bar .dropdown-menu-image > li
    {
        width: 100%;
        padding: 1rem;


    }

    #navigation-bar .nav-link-image
    {
        transition: all 0.3s ease;
        padding: 0.625rem;
    }

    #navigation-bar .dropdown-menu-image .nav-link
    {
        font-size:1rem;
        color:#212529;

        font-size:var(--bs-nav-font-size);
        color:var(--bs-submenu-color);
    }

    #navigation-bar .dropdown-menu-image .nav-link:hover
    {
        color:#6b7885;
        color:var(--bs-submenu-color-hover);
        background-color: #FFFFFF;
        background-color: var(--bs-submenu-bg);
    }

    #navigation-bar .dropdown-menu-image .nav-link:hover img
    {
        transform: scale(1.05);

    }

    @media (max-width: 768px)
    {
        #navigation-bar
        {
            border-bottom-left-radius: 0;
            border-bottom-right-radius: 0;
            padding: 0;
        }
    }


    /***End Navigation List Style ****/

    /***Ccatalog Desktop ****/


    .catalog-desktop
    {
        position: relative;
        display: none;

        border: 1px solid rgba(0, 0, 0, 0.175);
        background-color: #FFFFFF;

        border: var(--bs_cat_border_width) solid var(--bs-cat-border-color);
        background-color: var(--bs-cat-bg);

        visibility: hidden;
        -webkit-transition: visibility 0s 0.3s;
        -moz-transition: visibility 0s 0.3s;
        transition: visibility 0s 0.3s;

        position: absolute;
        top: 100%;
        left: 0;
        width: 100%;
        z-index: 1059;
    }

    .catalog-desktop::-webkit-scrollbar
    {
        width: 8px;
        height: 8px;
        background-color: rgba(240, 240, 240, 0.8);
    }

    .catalog-desktop::-webkit-scrollbar-thumb
    {
        border-radius: 4px;
        background-color: rgba(149, 159, 172, 0.8);
    }

    .catalog-desktop::-webkit-scrollbar-thumb:hover
    {
        background-color: rgba(100, 100, 100, 0.8);
        cursor: pointer;
    }


    .catalog-desktop.nav-is-visible
    {
        display: block;
        visibility: visible;
        -webkit-transition: visibility 0s 0s;
        -moz-transition: visibility 0s 0s;
        transition: visibility 0s 0s;
    }


    @media only screen and (max-width: 991.9px)
    {
        .catalog-desktop,
        .catalog-desktop.nav-is-visible
        {
            display: none;
            visibility: hidden;
        }
    }


    .catalog-desktop ul
    {
        list-style: none;
        height: auto;
        width: auto;
        padding: 0;
        margin: 0;
        overflow: visible;
    }

    .catalog-desktop ul a
    {
        display: block;
        line-height: 40px;
        padding: 0;
        margin: 0;
        width: 100%;
        -webkit-font-smoothing: antialiased;
        -moz-osx-font-smoothing: grayscale;
        overflow: hidden;
        text-overflow: ellipsis;
        white-space: nowrap;

        color: #5E6978;
        font-size: 0.875rem;

        color:  var(--bs-cat-color);
        font-size: var(--bs_cat_font_size);
    }

    .catalog-desktop ul .has-children > a,
    .catalog-desktop ul .go-back > a
    {
        position: relative;
    }


    .catalog-desktop ul .has-children > a::after
    {
        content: "\f054";
        font-family: "Font Awesome 6 Free";
        font-weight: 600;
        position: absolute;
        top: 50%;
        right: 10px;
        transform: translateY(-50%);
        pointer-events: none;
        font-size: !important;
        color: !important;
    }

    .catalog-desktop-nav > li > a::after
    {
        content: none !important;
    }

    .catalog-desktop-nav .go-back,
    .catalog-desktop-nav .see-children
    {
        display: none;
    }

    .catalog-desktop-nav ul ul .go-back,
    .catalog-desktop-nav ul ul .see-children
    {
        display: block;
    }


    .catalog-desktop-left,
    .catalog-desktop-right
    {
        padding: 1rem;
        height: 100%;
    }

    .catalog-desktop-right
    {
        padding: 1rem 1.5rem;
    }


    .catalog-desktop-nav
    {
        display: flex;
        flex-wrap: wrap;
        gap: 2.66%;
    }

    .catalog-desktop-nav > li
    {
        flex: 0 1 23%;
        margin: 0;
        max-height: 360px;
        margin-bottom: 1.5rem;
        overflow-y: auto;
        box-sizing: border-box;
        overflow: hidden;
        overflow-x: hidden;
        overflow-y: auto;
        -webkit-overflow-scrolling: touch;
    }

    .catalog-desktop-nav > li::-webkit-scrollbar
    {
        width: 0;
        height: 0;
    }



    .catalog-desktop-root > li:hover a
    {
        transform: scale(1.01);
        text-shadow: 0 0 5px rgba(0, 0, 0, 0.15);
    }

    .catalog-desktop-root > li > a,
    .catalog-desktop-nav > li > a,
    .catalog-desktop-nav .nohas-children li a
    {
        position: relative;
        width: 100%;
        font-size: 1rem;
        font-weight: bold;
        font-size: var(--bs-cat-title-font-size);
    }

    .catalog-desktop-nav > li > a
    {
        color: #212529;
        color: var(--bs-cat-title-color);
    }

    .catalog-desktop-nav > li > a:hover,
    .catalog-desktop-nav > li > a.selected
    {
        color:#6b7885;
        color:var(--bs-cat-title-color-hover);
    }


    .catalog-desktop-nav .see-children > a
    {
        font-weight: bold;
    }

    .catalog-desktop-nav >li :hover img
    {
        transform: scale(1.05);
    }

    .catalog-desktop-nav ul
    {
        -webkit-transform: translateZ(0);
        -moz-transform: translateZ(0);
        -ms-transform: translateZ(0);
        -o-transform: translateZ(0);
        transform: translateZ(0);
    }

    .catalog-desktop-nav ul ul
    {
        position: absolute;
        top: 0;
        left: 0;
        height: 100%;
        width: 100%;
    }

    .catalog-desktop-nav ul ul.is-hidden
    {
        -webkit-transform: translateX(100%);
        -moz-transform: translateX(100%);
        -ms-transform: translateX(100%);
        -o-transform: translateX(100%);
        transform: translateX(100%);
    }

    .catalog-desktop-nav .moves-out > li > a
    {
        -webkit-transform: translateX(-100%);
        -moz-transform: translateX(-100%);
        -ms-transform: translateX(-100%);
        -o-transform: translateX(-100%);
        transform: translateX(-100%);
    }


    .catalog-mobile
    {
        position: relative;
        display: none;
        visibility: hidden;
        -webkit-transition: visibility 0s 0.3s;
        -moz-transition: visibility 0s 0.3s;
        transition: visibility 0s 0.3s;
        border: none;
        background-color: #FFFFFF;
        background-color: var(--bs-cat-bg);
    }


    .catalog-mobile.nav-is-visible
    {
        display: block;
        visibility: visible;
        -webkit-transition: visibility 0s 0s;
        -moz-transition: visibility 0s 0s;
        transition: visibility 0s 0s;
    }


    @media only screen and (min-width: 991.9px)
    {
        .catalog-mobile,
        .catalog-mobile.nav-is-visible
        {
            display: none;
            visibility: hidden;
        }
    }


    .cm-primary-nav,
    .cm-primary-nav ul
    {
        position: fixed;
        top: 60px;
        left: 0;
        padding: 0;
        margin: 0;
        height: calc(100% - 60px);
        width: 100%;
        list-style: none;
        overflow-y: auto;
        -webkit-overflow-scrolling: touch;
        -webkit-transition: -webkit-transform 0.3s;
        -moz-transition: -moz-transform 0.3s;
        transition: transform 0.3s;
        z-index: 1040;
        background-color: #FFFFFF;
        background-color: var(--bs-cat-bg);
    }



    .cm-primary-nav a,
    .cm-primary-nav ul a,
    .cm-primary-nav .cm-divider
    {
        display: block;
        line-height: 40px;
        padding: 0 1rem;
        width: 100%;

        -webkit-font-smoothing: antialiased;
        -moz-osx-font-smoothing: grayscale;
        overflow: hidden;
        text-overflow: ellipsis;
        white-space: nowrap;
        -webkit-transition: -webkit-transform 0.3s, opacity 0.3s;
        -moz-transition: -moz-transform 0.3s, opacity 0.3s;
        transition: transform 0.3s, opacity 0.3s;

        color:#212529;
        color:var(--bs-cat-color);

        font-size:0.875rem;
        font-size:var(--bs-cat-font-size);

    }

    .cm-primary-nav li:hover > a
    {
        color:#6b7885;
        color:var(--bs-cat-color-hover);
    }


    .cm-primary-nav .cm-divider a
    {
        padding: 0;
    }

    .cm-primary-nav a img
    {
        padding: 0;
        margin: 0 0.6em;
        text-align: left;
        vertical-align: middle;
    }


    .cm-primary-nav .cm-divider
    {
        font-weight: bold;
    }

    .cm-primary-nav .cm-nav-icon
    {
        display: flex;
        justify-content: space-around;
        align-items: center;
        width: 100%;
        gap: 1rem;
    }

    .cm-primary-nav .cm-nav-icon a
    {
        text-align: center;
        flex: 1;
        font-size:1.5rem;
    }

    .cm-primary-nav .cm-nav-icon .rounded-container
    {
        position: absolute !important;
        top: 10px !important;
        right: 25px !important;
        transform: translate(-50%, -50%) !important;
        background: rgba(166, 94, 73, 0.85);
        color: #FFFFFF;
        font-size: 0.5rem;
        width: 20px;
        height: 20px;
        border-radius: 50%;
        display: flex;
        align-items: center;
        justify-content: center;
        line-height: 1;
        white-space: nowrap;
        z-index: 10;
    }

    .cm-primary-nav.is-hidden,
    .cm-primary-nav ul.is-hidden
    {
        -webkit-transform: translateX(100%);
        -moz-transform: translateX(100%);
        -ms-transform: translateX(100%);
        -o-transform: translateX(100%);
        transform: translateX(100%);
    }

    .cm-primary-nav.moves-out > li > a,
    .cm-primary-nav ul.moves-out > li > a
    {

        -webkit-transform: translateX(-100%);
        -moz-transform: translateX(-100%);
        -ms-transform: translateX(-100%);
        -o-transform: translateX(-100%);
        transform: translateX(-100%);
        opacity: 0;
    }

    .cm-primary-nav
    {
        visibility: hidden;
        -webkit-transition: visibility 0s 0.3s;
        -moz-transition: visibility 0s 0.3s;
        transition: visibility 0s 0.3s;
    }

    .cm-primary-nav.nav-is-visible
    {
        visibility: visible;
        -webkit-transition: visibility 0s 0s;
        -moz-transition: visibility 0s 0s;
        transition: visibility 0s 0s;
    }

    .catalog-mobile .has-children > a,
    .catalog-mobile .go-back a
    {
      position: relative;
    }

    .catalog-mobile .has-children > a::after
    {
        content: "\f054";
        font-family: "Font Awesome 6 Free";
        font-weight: 600;
        position: absolute;
        top: 50%;
        right: 10px;
        transform: translateY(-50%);
        pointer-events: none;
        font-size: !important;
        color: !important;
    }










    /**** Message***/
    .message-content
    {
        background: #FFFFFF;
        border-radius: 0.3rem;
        padding: 0;
        margin: 0;
        width: 100%;

        background:var(--bs-message-bg);
        border-radius: var(--bs-message-radius);
        border: 1px solid #000000;
        border: var(--bs-message-border-width) solid var(--bs-message-border-color);
    }

    .message-content h5
    {
        color:#e3503e;
        color:var(--bs-message-title-color);
        font-size: 1rem;
        font-size: var(--bs-message-title-size);
        font-weight: bold;

    }

    .message-content h5:hover
    {
        color:#c14435;
        color:var(--bs-message-title-color-hover);
    }

    /**** End Message***/

    /**** Container Content Block  *****/

    .container-content-block .content-block-heading
    {
        color: #212529;
        color: var(--bs-content-block-color-heading);
        font-weight: bold;
        font-size: 1.5rem;

    }

    .container-content-block .content-block-heading:hover,
    .container-content-block .content-block-heading:focus
    {
        color: #6B7885;
        color:  var(--bs-content-block-color-heading-hover);
    }

    .container-content-block .content-block-subheading
    {
        color: #212529;
        color:  var(--bs-content-block-color-subheading);
    }

    .container-content-block .content-block-subheading:hover,
    .container-content-block .content-block-subheading:focus
    {
        color: #6B7885;
        color:  var(--bs-content-block-color-subheading-hover);
    }

    .container-content-block .content-block-subheading
    {
        font-size: 0.875rem;
        word-break: break-word;
        white-space: normal;
        overflow: visible;
        text-align: center;
        padding: 0 0.25rem;
        line-height: 1.4;
    }

    .container-content-block .category-item
    {
        flex: 0 0 140px;
        height: auto;
        text-align: center;
        display: flex;
        flex-direction: column;
        align-items: center;
    }

    .container-content-block .d-flex > .category-item:only-child
    {
        flex: 0 0 100%;
        max-width: 100%;
    }

    .container-content-block .category-item img
    {
        display: block;
        object-fit: contain;
        margin: 0 auto;
    }

    .container-content-block .category-item:hover img
    {
        transform: scale(1.05);
    }


    .container-content-block .banner-item .swiper-slide:hover .content-block-subheading
    {
        color: #6B7885;
        color:  var(--bs-content-block-color-subheading-hover);
    }

    .container-content-block .banner-item .swiper-slide:hover img,
    .container-content-block .banner-item .swiper-slide:hover iframe
    {
        transform: scale(1.05);
    }

    .content-block-description img
    {
        max-width: 100%;
        height: auto;
        display: block;
    }

    .content-block-description table
    {
        width: auto;
        min-width: 60%;
        margin-bottom: 1rem;
        vertical-align: top;
        border: none;
        margin: 0 auto;
        overflow-x: auto;
    }

    .content-block-description table  tr:first-child td
    {
        font-weight: bold;
        text-align: center;
    }

    .content-block-description tbody td
    {
        font-weight: bold;
        text-align: center;
        vertical-align: middle;
        padding: 0.5rem 0.5rem;
        font-weight: normal;
    }

    .content-block-description p
    {
        margin-bottom: 0.5rem;
        line-height: 1.6;
    }

    .content-block-description br
    {
        display: block;
        margin-bottom: 0.5rem;
    }

    .container-content-block .list-unstyled li
    {
        display:block;
        width: 100%
    }

    .container-content-block .list-unstyled li a
    {
        color: #1e91cf;
        color: var(--bs-link-color);
        text-decoration: none;
        border-bottom: 1px solid #dee2e6;
    }

    .container-content-block .list-unstyled li a:hover
    {
        color: #1874a6;
        color: var(--bs-link-hover-color);
        text-decoration: none;
    }

    .container-content-block .list-unstyled a.active
    {
        font-weight: bold;
    }

    /**** End Container Content Block  *****/


    /**** Product Cart Info  *****/

    #product-card-panel
    {
        padding: 0;
        margin: 0;
        padding: 0.75rem 1rem 0 1rem;
    }

    #voucher-card-panel
    {
        padding: 0;
        margin: 0;
        padding: 0.75rem 1rem 0 1rem;
    }



    #tab-product-card,
    #tab-voucher-card
    {
        overflow: hidden;
        overflow-x: auto;
        white-space: nowrap;
        flex-wrap: nowrap;
        border-bottom: 1px solid #dee2e6;
        scrollbar-width: thin;
        scrollbar-color: #ccc transparent;
        box-shadow: none;
        border-bottom: none;
        padding: 0;
        margin: 0;
    }

    #tab-product-card .nav-link,
    #tab-voucher-card .nav-link
    {
        border: none;
        background: transparent;
        font-weight: 500;
        white-space: nowrap;
        color: #212529;
    }

    #tab-product-card .nav-link:focus,
    #tab-voucher-card .nav-link:focus
    {
        box-shadow: none;
    }


    #tab-product-card .nav-link.active,
    #tab-voucher-card .nav-link.active
    {
        font-weight: 600;
    }


    #tab-product-card .nav-item,
    #tab-voucher-card .nav-item
    {
        border: none;
    }

    #product-card-gallery .swiper-slide,
    #voucher-card-image-container
    {
        display: flex;
        align-items: center;
        justify-content: center;
        overflow: hidden;
        position: relative;
        height: 400px;
    }

    #product-card-gallery .swiper-slide img
    {
        width: 100% !important;
        height: 100% !important;
        object-fit: cover;
    }

    #voucher-card-image-container img
    {
        text-align: center;
        margin: 0 auto;
        object-fit: cover;
    }

    .product-gallery-thumbs
    {
        display: flex;
        justify-content: center;
        align-items: center;
        margin-top: 10px;
        gap: 5px;
        position: relative;
    }

    .product-gallery-thumbs .swiper
    {
        max-width: 100%;
        width: 100%;
    }


    .product-gallery-thumbs .swiper-wrapper
    {
        display: flex;
    }


    .product-gallery-thumbs .swiper-slide
    {
        height: 75px;
        width: auto;
        display: flex;
        align-items: center;
        justify-content: center;
        overflow: hidden;
        position: relative;
        flex-shrink: 0;
        cursor: pointer;
        opacity: 0.6;
        border: 1px solid transparent;
        transition: 0.2s;
    }

    .product-gallery-thumbs .swiper-slide-thumb-active
    {
        opacity: 1;
        border-radius: 4px;
        border-color: #C4C9CF;
    }

    .product-gallery-thumbs img
    {
        display: block;
        width: 100%;
        height: auto;
        border-radius: 4px;
        height: 100%;
        width: 100%;
        object-fit: cover;
    }

    .product-attribute tr.border-bottom
    {
        border-bottom: 1px solid rgba(0, 0, 0, 0.175);
    }

    .product-attribute tr.border-bottom:last-child
    {
        border-bottom: none !important;
    }

    .product-attribute td
    {
        padding: 0.5rem;
        line-height: 2;
    }

    .product-shipping-payment .list-unstyled li
    {
        border: none;
    }

    .product-shipping-payment .list-unstyled li a
    {
        background: none;
        border: none;
    }


    .product-shipping-payment .list-unstyled li img
    {
        width: 30px;
        height: auto;
        flex-shrink: 0;
    }

    #product-price
    {
        display: flex;
        flex-wrap: wrap;
        align-items: center;
        justify-content: flex-start;
        padding: 2rem 1rem 1rem 1rem;

    }

    #product-price .price-block,
    #product-price .product-quantity,
    #product-price .product-btn-buy
    {
        flex: 0 0 auto;
        text-align: left;
        margin-right: 1rem;
    }

    #product-price .product-price-old
    {
        font-size: 1.2rem;
    }

    #product-price .product-price
    {
        font-size: 1.6rem;
    }


    #product-price .product-controls
    {
        display: flex;
        flex-direction: row;
        flex-wrap: nowrap;
        justify-content: flex-start;
        align-items: center;
        flex: 0 0 auto;
    }

    #product-price .product-quantity

    {
        padding: 0;
        margin: 0;
        min-width: 60px;
        text-align: center;
        justify-content: center;
    }

    #product-price .product-qty-minus,
    #product-price .product-qty-plus
    {
        text-decoration: none;
        background: none;
        color: rgba(0, 0, 0, 1);
        box-shadow: none;
        font-weight: bold;
        border:1px solid rgba(0, 0, 0, 0.175);

    }

    #product-price .product-qty
    {
        outline: none;
        background: none;
        text-align: center;
        justify-content: center;
        width: 60px;
        border:1px solid rgba(0, 0, 0, 0.175);
    }

    #product-price .btn-shopping-buy
    {
        min-width: 120px;
    }

    @media (max-width: 768px)
    {
        #product-price
        {
            flex-direction: column;
            align-items: flex-start;
        }

        #product-price .product-controls
        {
            flex-direction: row;
            justify-content: flex-start;
            width: 100%;
        }

        #product-price .product-quantity,
        #product-price .product-btn-buy
        {
            flex: 0 0 auto;
        }

        #product-price .product-quantity .input-group
        {
            justify-content: flex-start;
        }
    }

    @media (max-width: 414px)
    {
        #product-price .product-controls
        {
            flex-wrap: wrap;
            justify-content: flex-start;
        }

        #product-price .product-quantity
        {
            flex: 0 0 auto;
            margin-right: auto;
        }

        #product-price .product-btn-buy
        {
            flex: 0 0 100%;
            display: flex;
            justify-content: center;
            margin-top: 0.5rem;
        }

        #product-price .btn-shopping-buy
        {
            min-width: 140px;
        }
    }



    @media (max-width: 360px)
    {
        #product-price .product-controls
        {
            display: flex !important;
            flex-wrap: wrap !important;
        }

        #product-price .product-btn-buy
        {
            flex-basis: 100% !important;
            margin-top: 0.5rem;
        }
    }

    .btn-shopping-login
    {
        text-decoration: none;
        background: none;
        font-size: 1rem;
        padding-top:1rem;
    }

    /**** End Product Cart Info  *****/

    /**** Product Thumb  *****/

    .product-thumb
    {
        border-radius: 4px;
        padding: 0.7rem;
        box-shadow: 0 2px 6px rgba(0,0,0,0.08);
        transition: box-shadow 0.2s ease;
    }

    .product-thumb:hover
    {
        box-shadow: 0 4px 12px rgba(0,0,0,0.12);
    }


    .product-thumb-content .product-thumb-stock,
    .product-thumb-content .product-thumb-rating
    {
        height: 24px;
    }

    .product-thumb-content .product-thumb-price
    {
        height: 36px;
    }

    .product-thumb-content .product-thumb-name h5
    {
        font-size: 1rem;
        line-height: 1.4;
        margin: 0;
        text-align: left;

        display: -webkit-box;
        -webkit-line-clamp: 3;
        -webkit-box-orient: vertical;
        overflow: hidden;
        text-overflow: ellipsis;
        min-height: calc(1.4em * 3);
    }

    .product-thumb-content .product-thumb-stock,
    .product-thumb-content .product-thumb-rating,
    .product-thumb-content .product-thumb-price
    {
        display: block !important;
        height: auto !important;
    }


    .product-thumb-adult
    {
        background: #FFFFFF;
        background: var(--bs-content-block-bg);

        position: absolute !important;
        top: 0 !important;
        left: 0 !important;
        width: 100% !important;
        height: 100% !important;
        z-index: 1038;
        opacity: 0.9;
    }

    .product-thumb-icon
    {
        display: flex !important;
        position: absolute !important;
        top: 0.5rem !important;
        right: 0.5rem !important;
        gap: 2rem;
        z-index: 1039;

    }

    .product-thumb .product-thumb-icon
    {
        top: 1rem !important;
        right: 0.5rem !important;
        gap: 1rem;

    }

    .product-thumb .product-thumb-icon i
    {
        font-size: 1.25rem;
    }


    .product-thumb-image .product-thumb-navigation.swiper-button-next::after,
    .product-thumb-image .product-thumb-navigation.swiper-button-prev::after
    {
        font-size: 20px;
    }

    @media (min-width: 768px)
    {
        .product-thumb-icon
        {
            display: none !important;
        }

        .product-thumb-image .product-thumb-navigation.swiper-button-next,
        .product-thumb-image .product-thumb-navigation.swiper-button-prev
        {
            display: none;
        }

        .product-gallery:hover .product-thumb-icon,
        .product-thumb:hover .product-thumb-icon
        {
            display: flex !important;
            flex-direction: column;
            align-items: flex-end;
        }

        .product-thumb:hover .product-thumb-image .product-thumb-navigation.swiper-button-next,
        .product-thumb:hover .product-thumb-image .product-thumb-navigation.swiper-button-prev
        {
            display: flex;
        }


    }

    .product-thumb-icon .btn-wishlist,
    .product-thumb-icon .btn-compare
    {
        all: unset;
        cursor: pointer;
        padding: 0;
        line-height: 1;
        display: inline-flex;
        align-items: center;
        justify-content: center;
        color: #999999;
        transition: color 0.2s ease;
        font-size: 1.5rem;
    }

    @media (min-width: 768px)
    {
        .product-thumb-icon .btn-wishlist,
        .product-thumb-icon .btn-compare
        {
            font-size: 2rem;
        }
    }

    .product-thumb-icon .btn-wishlist.checked-icon,
    .product-thumb-icon .btn-compare.checked-icon
    {
        color: #A65E49;
    }


    .product-thumb-icon .btn-wishlist:hover,
    .product-thumb-icon .btn-compare:hover
    {
        transform: scale(1.04);
    }

    .product-thumb-label
    {
        position: absolute !important;
        top: 0.5rem !important;
        left: 0.5rem !important;
        gap: 1rem;
        z-index: 10;
        margin: 0.5rem !important;
        display: flex !important;
        flex-direction: column !important;
        align-items: flex-start !important;

    }

    .product-thumb-label >span
    {
        padding: 0.5rem;
        color: #FFFFFF;
        font-weight: bold;
    }

    .product-thumb-label >span.discount-label
    {
        background: rgba(224, 62, 41, 1);
    }

    .product-thumb-label >span.bestseller-label
    {
        background: rgba(166, 94, 73, 1.0);
    }

    .product-thumb-label >span.new-label
    {
        background: rgba(243, 166, 56, 1.0);

    }
    /**** End Product Thumb  *****/

    /*====== Commom Product Cart ====================*/

    .common-product-thumb-wrapper
    {
        position: relative !important;
        display: flex;
        flex-direction: column;
        height: 100%;

    }
    .common-product-thumb
    {
        overflow-y: auto;
        max-height: calc(100vh - 150px);
        padding-bottom: 100px;
    }

    .common-product-thumb-wrapper .common-product-thumb:first-child
    {
        padding-top: 10px;
    }


    .common-product-thumb-content
    {
        position: relative !important;
        border-radius:  0.2308rem !important;
        padding: 1rem;
    }

    .common-product-thumb-content .btn-close
    {
        position: absolute !important;
        top: -5px !important;
        right: 2px !important;
    }
    .common-product-thumb-content h6
    {
        line-height: 1.4;
    }

    .common-product-thumb-quantity .product-quantity
    {
        flex: 0 0 auto;
        text-align: left;
        margin-right: 1rem;
    }

    .common-product-thumb-quantity .product-quantity
    {
        padding: 0;
        margin: 0;
        min-width: 60px;
        text-align: center;
        justify-content: center;
    }

    .common-product-thumb-quantity .product-qty-minus,
    .common-product-thumb-quantity .product-qty-plus
    {
        text-decoration: none;
        background: none;
        color: rgba(0, 0, 0, 1);
        box-shadow: none;
        font-weight: bold;
        border:1px solid rgba(0, 0, 0, 0.175);

    }

   .common-product-thumb-quantity .product-qty
    {
        outline: none;
        background: none;
        text-align: center;
        justify-content: center;
        width: 60px;
        border:1px solid rgba(0, 0, 0, 0.175);
    }

    @media (max-width: 768px)
    {
        .common-product-thumb-quantity .product-quantity
        {
            flex: 0 0 auto;
        }

        .common-product-thumb-quantity .product-quantity .input-group
        {
            justify-content: flex-start;
        }
    }

    @media (max-width: 414px)
    {
        .common-product-thumb-quantity .product-quantity
        {
            flex: 0 0 auto;
            margin-right: auto;
        }
    }

    .common-product-thumb-controls .btn
    {
        padding: 0.5rem 0.5rem 0.5rem 0.5rem;
    }

    .commom-product-cart-empty i
    {
        font-size: 3rem;
    }
    /*====== End Commom Product Cart ====================*/

    /*====== Input Style====================*/

    .input-group-text
    {
        border-radius: 10px;
        border: 1px solid #DDDDDD;
    }

    .form-select
    {
        position: relative;
        display: inline-block;
        width: 100%;
        cursor: pointer;
        padding: 7px 10px;
        outline: 0;
        background: #FFFFFF;
        color: #8A8A8A;
        border-radius: 40px;
        color: #696969;
        background-color: rgba(255, 255, 255, 0);
        border: 1px solid #DDDDDD;
    }

    .form-select:hover,
    .form-select:focus
    {
        color: #8A8A8A;
        background: #FFFFFF;
        border: 1px solid #DDDDDD;
        border-radius: 4px;
        border-radius: 40px;
        box-shadow:none;
    }

    .form-select:disabled
    {
        opacity: 0.5;
        pointer-events: none;
    }

    .btn-form-control
    {
        background-color: var(--bs-body-bg);
        border: var(--bs-border-width) solid var(--bs-border-color);
        border-radius: 0;
    }

    .form-control
    {
        color: #696969;
        /*border-radius: 40px;*/
        border-color: #E6E6E6;
        border-radius: 0;
    }


    textarea.form-control
    {
        /*border-radius: 20px;*/
        border-radius: 0;
    }

    div.form-control
    {
        /*border-radius: 10px;*/
        border-radius: 0;
    }


    .form-label, .col-form-label
    {
        font-weight: bold;
    }

    .form-switch-lg
    {
        font-size: 26px;
        min-height: 36px;
        line-height: 36px;
    }

    @media (min-width: 992px)
    {
        .col-form-label
        {
            text-align: right;
        }
    }

    .row.mb-3
    {
        position: relative;
    }

    .row.mb-3 + .row.mb-3
    {
        padding-top: 1rem;
    }

    .row.mb-3 + .row.mb-3:before
    {
        display: block;
        content: '';
        position: absolute;
        width: calc(100% - calc(var(--bs-gutter-x) / 1));
        height: 0px;
        left: calc(var(--bs-gutter-x) / 2);
        top: 0;
        border-bottom: 1px solid #ededed;
    }

    div.required .col-form-label:not(span):before
    {
        content: '* ';
        color: #F00;
        font-weight: bold;
    }

    .form-input-readonly,
    .form-input-readonly:focus,
    .form-input-readonly:active
    {
        background-color: #e9ecef;
        opacity: 1;
    }

    .form-control[readonly],
    .form-control[readonly]:focus,
    .form-control[readonly]:active,
    .form-select[readonly],
    .form-select[readonly]:focus,
    .form-select[readonly]:active,
    .form-check-input[readonly],
    .form-check-input[readonly]:focus,
    .form-check-input[readonly]:active
    {
        background-color: #e9ecef;
        opacity: 1;

    }
    .form-select[readonly],
    .form-select[readonly]:focus,
    .form-select[readonly]:active
    {
        pointer-events: none;
    }

    .form-check-input[readonly],
    .form-check-input[readonly]:focus,
    .form-check-input[readonly]:active
    {
        border-color: #e9ecef;
    }

    /*======End Input Style================*/

    /******* Radio Rating ************/

    .rating-block
    {
        width: 125px;
        height: 25px;
    }

    .rating-block input[type="radio"]
    {
        display: none;
    }

    .label-rating
    {
        float: right;
        display: block;
        width: 25px;
        height: 25px;
        background: url(image/rating.png) no-repeat 50% 0;
        cursor: pointer;
    }


    .rating-block .label-rating:hover,
    .rating-block .label-rating:hover ~ .label-rating,
    .rating-block input[type="radio"]:checked ~ .label-rating
    {
        background-position: 50% -25px;
    }

    /**Radio and Checkbox Toolbar***/

    .input-form-radio-toolbar input[type="radio"],
    .input-form-checkbox-toolbar input[type="checkbox"]
    {
        display: none;
    }

    .input-form-radio-toolbar label,
    .input-form-checkbox-toolbar label
    {
        display: inline-block !important;
        min-width: 50px;
        padding: 6px;
        cursor: pointer;
        margin: 0;
        color: #000000;
        background-color: rgba(255, 255, 255, .9);
        border: 1px solid rgba(0, 0, 0, 0.3);
        font-size: 14px;
        white-space: normal;
        -webkit-touch-callout: none;
        -webkit-user-select: none;
        -moz-user-select: none;
        -ms-user-select: none;
        user-select: none;
        -webkit-tap-highlight-color: transparent;
        transition: all .2s;
        text-align: center;
        margin: 0.2rem;
    }

    .input-form-radio-toolbar input[type="radio"]:checked + label::before,
    .input-form-checkbox-toolbar input[type="checkbox"]:checked + label::before
    {
        transition: transform .3s ease-in-out;
    }

    .input-form-radio-toolbar input[type="radio"]:checked + label,
    .input-form-checkbox-toolbar input[type="checkbox"]:checked + label
    {
        border: 2px solid #A65E49;
        color: #696969;
        transition: all .2s;
    }

    .input-form-radio-toolbar input[type="radio"],
    .input-form-checkbox-toolbar input[type="checkbox"]
    {
        display: absolute;
    }

    .input-form-radio-toolbar input[type="radio"],
    .input-form-checkbox-toolbar input[type="checkbox"]
    {
        position: absolute;
        opacity: 0;
    }

    .input-form-radio-toolbar input[type="radio"]:focus + label,
    .input-form-checkbox-toolbar input[type="checkbox"]:focus + label
    {
        border: 2px solid #222222;
    }

    /*End Radio and Checkbox Toolbar*/

    /**Select***/
    .input-form-select
    {
        position: relative;
        display: inline-block !important;
        width: 100%;
        cursor: pointer;
        padding: 7px 10px;
        outline: 0;
        background: #FFFFFF;
        color: #8A8A8A;
        border-radius: 0;
        color: #696969;
        background-color: rgba(255, 255, 255, .9);
        border: 1px solid rgba(139, 139, 139, .3);

    }

    .input-form-select:hover,
    .input-form-select:focus
    {
        color: #8A8A8A;
        background: #FFFFFF;
        border: 1px solid #DDDDDD;
        border-radius: 0;
        box-shadow:none;
    }

    .input-form-select:disabled
    {
        opacity: 0.5;
        pointer-events: none;
    }
    /**End Select***/



    /*Radio*/

    .input-form-radio [type="radio"]:checked,
    .input-form-radio [type="radio"]:not(:checked)
    {
        position: absolute;
        left: -9999px;
    }

    .input-form-radio [type="radio"]:checked + label,
    .input-form-radio [type="radio"]:not(:checked) +label
    {
        position: relative;
        padding: 6px 0 4px 32px;
        cursor: pointer;
        line-height: 20px;
        display: inline-block;
        margin-bottom: 4px;
        margin-left: 8px;
        color: #696969;

    }

    .input-form-radio [type="radio"]:checked + label:before,
    .input-form-radio [type="radio"]:not(:checked) + label:before
    {
        content: '';
        position: absolute;
        left: 0;
        top: 0;
        width: 26px;
        height: 26px;
        border: 2px solid #DDDDDD;
        border-radius: 100%;
        background: #FFFFFF;
    }

    .input-form-radio [type="radio"]:checked + label:after,
    .input-form-radio [type="radio"]:not(:checked) +label:after
    {
        content: '';
        width: 14px;
        height: 14px;
        background: #A65E49;
        position: absolute;
        top: 6px;
        left: 6px;
        border-radius: 100%;
        -webkit-transition: all .2s ease;
        transition: all .2s ease;
    }

    .input-form-radio [type="radio"]:not(:checked) + label:after
    {
        opacity: 0;
        -webkit-transform: scale(0);
        transform: scale(0);
    }

    .input-form-radio [type="radio"]:checked + label:after
    {
        opacity: 1;
        -webkit-transform: scale(1);
        transform: scale(1);
    }

    /*End Radio*/

    /*Checkbox*/

    .input-form-checkbox input[type=checkbox]
    {
        display: none;
    }

    .input-form-checkbox input[type=checkbox] + label
    {
        margin-right: 8px;
        margin-bottom: 10px;

    }

    .input-form-checkbox input[type=checkbox] + label:before
    {
        content: "\2714";
        color:  transparent;
        display: inline-block;
        border: 1px solid #8A8A8A;
        border-radius: 4px;
        font-size: 20px;
        font-weight: 900;
        line-height: 22px;
        margin: -5px 5px 0 0;
        height: 24px;
        width: 24px;
        text-align: center;
        vertical-align: middle;
        transition: color ease .3s;
    }

    .input-form-checkbox input[type=checkbox]:disabled + label
    {
        pointer-events: none;
        filter: none;
        opacity: 0.5;
    }


    .input-form-checkbox input[type=checkbox]:not(disabled) + label:hover
    {
        color: #A65E49;
    }

    .input-form-checkbox input[type=checkbox]:not(disabled):checked + label:before
    {
        color: #A65E49;
        border-color: #A65E49;
    }

    .input-form-checkbox input[type=radio] + label:before
    {
        content: "\26AB";
        border: 1px solid #000;
        border-radius: 50%;
        display: inline-block;
        border: 1px solid #000;
        font-size: 20px;
        line-height: 20px;
        margin: -5px 5px 0 0;
        height: 20px;
        width: 20px;
        text-align: center;
        vertical-align: middle;
        font-size: 0;
        transition: font-size ease .3s;
    }

    .input-form-checkbox input[type=radio]:checked + label:before
    {
        font-size: 20px;
    }


    /*End  Checkbox*/

    /*====== Table Style  =====*/

    .table-responsive
    {
        width: 100%;
        border-collapse: collapse;
        white-space:nowrap;
        word-break: break-all;
        flex-wrap: nowrap;
    }

    .table-responsive::-webkit-scrollbar
    {
        width: 6px;
        height: 6px;
        background-color: rgba(200, 200, 200, 0);
    }

    .table-responsive::-webkit-scrollbar-thumb
    {
        border-radius: 4px;
        background-color: rgba(128, 139, 156, 0.2);
    }

    .table-responsive::-webkit-scrollbar-thumb:hover
    {
        background-color: #3B3B3B;
        cursor: pointer;
    }

    .table td
    {
        position: relative;
    }

    .table-thead > tr
    {
        background: #6B6B6B;
        border-color: #6B6B6B;
        color: #FFFFFF;
    }

    .table thead th
    {
        position: sticky;
        top: 0;
        background: #6B6B6B;
        z-index: 1;
    }

    .table .table-thead th, .table .table-thead th a
    {
        font-weight: bold;
        color: #FFFFFF;
    }

    .table-thead > tr.thead-light
    {
        background:  #FFFFFF;
        border-color: none;
        color: #000000;

    }

    .table .table-thead th a:after
    {
        font-family: 'Font Awesome 5 Free';
        font-weight: 600;
        content: " \f0dc";
        margin-left: 5px;
    }


    .table .table-thead th a.asc:after
    {
        font-family: 'Font Awesome 5 Free';
        font-weight: 600;
        content: " \f0de";
    }

    .table .table-thead th a.desc:after
    {
        font-family: 'Font Awesome 5 Free';
        font-weight: 600;
        content: " \f0dd";
    }

    .table .table-thead th a:hover
    {
        color: #00BBEC;
    }

    .table .table-thead a.asc:after
    {
        font-family: 'Font Awesome 5 Free';
        font-weight: 600;
        content: " \f106";
    }

    .table .table-thead a.desc:after
    {
        font-family: 'Font Awesome 5 Free';
        font-weight: 600;
        content: " \f107";
    }

    .table .table-thead td span[data-toggle='tooltip']:after, label.form-label span:after,label.col-form-label span:after
    {
        font-family: 'Font Awesome 5 Free';
        font-weight: 600;
        content: "\f059";
        color: #1E91CF;
        margin-left: 4px;
    }

    .table .table-thead td
    {
        font-weight: bold;
    }

    .table .table-thead > tr > td, .table tbody > tr > td
    {
        vertical-align: middle;
    }

    .table th span[data-bs-toggle='tooltip']:after, label.form-label span:after,label.col-form-label span:after
    {
        font-family: 'Font Awesome 5 Free';
        font-weight: 600;
        content: "\f059";
        color: #1E91CF;
        margin-left: 4px;
    }

    .table .form-check-input:checked
    {
        background-color: #878F9A;
        border-color: #878F9A;
    }

    .table th.required:before
    {
        content: '* ';
        color: #F00;
        font-weight: bold;

    }

    .table .table-no-border
    {
        border-width : 0;
        border:0;
    }

    .table-no-border
    {
        border-width : 0;
        border:0;
        border-color: #FFFFFF;
    }

    td.required:before
    {
        content: '* ';
        color: #F00;
        font-weight: bold;
    }

    .table .td-wrap
    {
       word-wrap:  break-word; /* IE 5.5-7 */
       white-space:  pre-wrap; /* текущие браузеры */
    }



    .btn-scroll-left,
    .btn-scroll-right
    {
        position: absolute;
        top: 50%;
        transform: translateY(-50%);
        background-color: rgba(0, 0, 0, 0.1);
        border: none;
        border-radius: 12px;
        padding: 10px;
        font-size: 14px;
        cursor: pointer;
        z-index: 1000;
    }

    .btn-scroll-left
    {
        left: 10px;
    }

    .btn-scroll-right
    {
        right: 20px;
    }

    .btn-scroll-left:hover, .btn-scroll-right:hover
    {
        background-color: rgba(0, 0, 0, 0.3);
    }
    /*======  End Table Style  =====*/




    /*======Category Page Style================*/

    #subcategory-container
    {
        display: block;
        width: 100%;
        margin: 0 auto;
        padding: 8px;
        text-align: center;
        overflow-x: auto;
    }

    #subcategory-list
    {
        display: flex;
        flex-wrap: wrap;
        justify-content: flex-start;
        gap: 15px;
        margin: 0;
        padding: 0;
        list-style: none;
    }

    #subcategory-list li
    {
        flex: 1 1 calc(20% - 15px);
        box-sizing: border-box;
        text-align: center;
    }

    #subcategory-list li a
    {
        display: block;
        text-decoration: none;
        text-transform: uppercase;
        font-weight: bold;
        font-size: 1rem;
    }

    #subcategory-list li img
    {
        display: block;
        width: 100%;
        max-width: 150px;
        height: auto;
        margin: 0 auto 8px;
    }



    @media (max-width: 767px)
    {
        #subcategory-list
        {
            justify-content: center;
        }

        #subcategory-list li
        {
            flex: 1 1 45%;
            max-width: 200px;
        }
    }


    #subcategory-list li:hover
    {
        -moz-transform: scale(1.02);
        -ms-transform: scale(1.02);
        -o-transform: scale(1.02);
        -webkit-transform: scale(1.02);
        transform: scale(1.02);
    }


    #filter-sort-menu
    {
        z-index: 1040;
    }



    #filter-product
    {
        background-color: #FFFFFF;
        z-index: 1040;
        padding: 0;
        margin:0;
    }

    .filter-list-menu
    {
        display: flex;
        flex-wrap: wrap;
        padding-left: 0;
        margin-bottom: 0;
        list-style: none;
        padding: 0.5rem;
    }

    .filter-list-menu > li
    {
        flex-wrap: nowrap;
        justify-content: flex-start;
        position: relative;
        padding: 0.3rem;
        font-size: 0.7rem;
        border: 1px solid rgba(163, 163, 163, 0.3);
        border-radius: 10px;
        text-align: left;
        margin-right: 2px;
        margin-bottom: 2px;
        color: #5E5E5E
    }

    .filter-list-menu > li > span
    {
        margin-right: 5px;

    }

    .filter-list-menu .btn-close
    {
        width: 0.5em;
        height: 0.5em;
        vertical-align: middle;
        --bs-btn-close-bg: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='%23ff0000'%3e%3cpath d='M.293.293a1 1 0 0 1 1.414 0L8 6.586 14.293.293a1 1 0 1 1 1.414 1.414L9.414 8l6.293 6.293a1 1 0 0 1-1.414 1.414L8 9.414l-6.293 6.293a1 1 0 0 1-1.414-1.414L6.586 8 .293 1.707a1 1 0 0 1 0-1.414z'/%3e%3c/svg%3e");
    }



    @media (min-width: 768px)
    {
        #filter-product
        {
            position: static;
            display: block !important;
            height: auto;
            overflow: visible;

        }

        #filter-product .filter-header
        {
            display: none;
        }
    }

    @media (max-width: 767.98px)
    {
        #filter-product
        {
            display: none;
            flex-direction: column;
            position: fixed;
            top: 0;
            bottom: 0;
            left: 0;
            width: 100%;
            height: 100vh;
            max-width: 100%;
            z-index: 2000;
            padding: 0 !important;
            background-clip: padding-box;
            outline: 0;
            transition: transform 0.3s ease-in-out;
        }

        #filter-product.active
        {
            display: flex;
        }

        #filter-product .filter-header
        {
            flex: 0 0 auto;
            position: sticky;
            top: 0;
            z-index: 2100;
            background-color: #F5F5F5;
            padding: 0.75rem 1rem;
        }

        #filter-product .filter-body
        {
            flex: 1 1 auto;
            flex-grow: 1;
            overflow-y: auto;
            padding: 1rem;

        }


        #filter-product .filter-footer
        {
            position: sticky;
            bottom: 0;
            z-index: 2100;
            background-color: #FFFFFF;
            padding: 0.75rem 1rem;
        }

        .filter-list-menu
        {
            display: none;
        }

    }

    #accordion-filter.accordion
    {
        padding: 0;
        margin: 0;
        border: none;
        background: none;
        box-shadow: none;

    }

    #accordion-filter .accordion-item
    {
        padding: 0;
        margin: 0;
        border: none;
        background: none;
        box-shadow: none;
        border-bottom: 1px solid rgba(97, 97, 97, 0.15);
    }

    #accordion-filter .accordion-item:last-child
    {
        border-bottom: none;
    }

    #accordion-filter .accordion-button
    {
        padding: 8px 0;
        margin: 0;
        color: #6B6B6B;
        font-weight: bold;
        border: none;
        background: none;
        font-size: 1rem;
    }


    #accordion-filter .accordion-button:focus,
    #accordion-filter .accordion-button:not(.collapsed),
    #accordion-filter .accordion-button:focus:not(.collapsed)
    {
        border: none !important;
        box-shadow: none !important;
        outline: none !important;
        background: none !important;
    }


    #accordion-filter .accordion-button::after
    {
        color: #6B6B6B;
        background-size:0.75rem;
        width:0.75rem;
        height:0.75rem;
    }


    #accordion-filter .accordion-body
    {
        margin:0;
        width: 100%;
        font-size: 0.875rem;
        max-height: 250px;
        overflow: hidden;
        overflow-y: auto;
        padding: 0.5rem 0.2rem;
    }

    #accordion-filter .accordion-body .badge
    {
        background: rgba(166, 94, 73, 0.85);
        color: #FFFFFF;
    }


    #accordion-filter .filter-range-price-input
    {
        display: flex;
        width: 100%;
        padding: 0;
        margin: 10px auto 15px auto;
    }

    #accordion-filter .filter-range-price-input .filter-range-field
    {
        display: flex;
        width: 100%;
        align-items: center;
    }

    #accordion-filter .filter-range-field input
    {
        width: 100%;
        outline: none;
        height: 30px;
        font-size: 14px;
        border-radius: 4px;
        text-align: center;
        border: 1px solid rgba(139, 139, 139, .3);
        -moz-appearance: textfield;
    }

    #accordion-filter .filter-range-price input[type="number"]::-webkit-outer-spin-button,
    .filter-range-price input[type="number"]::-webkit-inner-spin-button
    {
        -webkit-appearance: none;
    }

    #accordion-filter .filter-range-price-input .filter-range-separator
    {
        width: 50px;
        display: flex;
        font-size: 19px;
        align-items: center;
        justify-content: center;
        vertical-align: middle;
    }

    #accordion-filter .filter-range-slider
    {
        height: 5px;
        position: relative;
        background: #DDDDDD;
        border-radius: 5px;
    }

    #accordion-filter .filter-range-slider .filter-range-progress
    {
        height: 100%;
        left: 0%;
        right: 0%;
        position: absolute;
        border-radius: 5px;
        background: #a65e49;
        margin-bottom: 50px;
    }

    #accordion-filter .filter-range-range-input
    {
        position: relative;
    }

    #accordion-filter .filter-range-range-input input
    {
        position: absolute;
        width: 100%;
        height: 5px;
        top: -5px;
        background: none;
        pointer-events: none;
        -webkit-appearance: none;
        -moz-appearance: none;
    }

    #accordion-filter .filter-range-price input[type="range"]::-webkit-slider-thumb
    {
        height: 17px;
        width: 17px;
        border-radius: 50%;
        background: #a65e49;
        pointer-events: auto;
        -webkit-appearance: none;
        box-shadow: 0 0 6px rgba(0, 0, 0, 0.05);
    }

    #accordion-filter .filter-range-price input[type="range"]::-moz-range-thumb
    {
        height: 17px;
        width: 17px;
        border: none;
        border-radius: 50%;
        background: #a65e49;
        pointer-events: auto;
        -moz-appearance: none;
        box-shadow: 0 0 6px rgba(0, 0, 0, 0.05);
    }

    /*======End Category Page Style================*/

    /*======Compare Page Style================*/
    .compare-content .nav-tabs
    {
        flex-wrap: nowrap;
        overflow-x: auto;
        overflow-y: hidden;
        white-space: nowrap;
        scrollbar-width: thin;
    }

    .compare-content .nav-tabs
    {
        border-bottom: none;
    }

    .compare-content .nav-item
    {
        margin-right: 1.5rem;
    }

    .compare-content .nav-link
    {
        display: flex;
        align-items: center;
        gap: 6px;
        border: none;
        background-color: transparent;
        padding: 0.5rem;
        border-radius: 0;
        color: #333333;
        transition: color 0.2s ease, border-bottom 0.2s ease;
        font-weight: bold;


    }

    .compare-content .nav-link:hover
    {
        background-color: transparent;
        border-bottom: 2px solid rgba(0, 0, 0, 0.175);
    }

    .compare-content .nav-link.active
    {
        background-color: transparent;
        color: #C14435;
    }

    .compare-content .tab-close
    {
        border: none;
        background: transparent;
        font-size: 1.5rem;
        line-height: 1;
        cursor: pointer;
    }

    .compare-content .tab-content
    {
        margin-top: 20px;
    }

    #compare-content-table
    {
        overflow-x: auto !important;
    }

    .compare-content .table-compare
    {
        table-layout: fixed;
        border-collapse: separate;
        border-spacing: 0;
        width: auto;
        max-width: 100%;
    }

    .compare-content .table-compare tr td,
    .compare-content .table-compare tr th
    {
        padding: 1rem;
        vertical-align: top;
        border-bottom: 1px solid #dee2e6;
    }

    .compare-content .sticky-col
    {
        position: -webkit-sticky;
        position: sticky;
        left: 0;
        z-index: 1040;
        background: #FFFFFF;
    }

    .compare-content .product-cell
    {
        width: 280px;
        min-width: 250px;
        max-width: 300px;
        padding: 1rem;
        vertical-align: top;
        border-bottom: 1px solid #dee2e6;
        text-align: center;
    }

    .compare-content .product-content
    {
        padding: 1rem;
        text-align: justify;
    }

    .compare-content .product-top
    {
        align-items: center;
        flex-direction: column;
    }

    .compare-content .product-content .product-top .product-name
    {
        font-size: 0,875rem;
        line-height: 1.5;
        display: -webkit-box;
        -webkit-line-clamp: 3;
        -webkit-box-orient: vertical;
        overflow: hidden;
        font-weight: 600;
        justify-content: center;
        align-items: center;

    }

    .compare-content .product-content .product-top .product-image
    {
        max-width: 150px;
        height: auto;
    }

    .compare-content .product-content .product-price
    {
        font-size: 1rem;
        white-space: nowrap;
    }

    .compare-content .product-remove-compare
    {
        position: absolute;
        top: 10px;
        right: 10px;
        z-index: 10;
    }

    /*======End Compare Page Style================*/

    /*******Page Seacrh Style*************/
    #product-search-content .input-group
    {
        padding: 10px 15px;
    }

    #product-search-content .btn-product-search-close
    {
        border-radius: 0;
        border: 0;
        font-size: 14px;
        background-color: var(--bs-header-main-bg);
    }

    #product-search-content .btn-product-search-close:hover
    {
        border-radius: 0;
        border: 0;
        background: none;
        color: #000000;
        transform: scale(1.05);
    }

    #product-search-content .search-input-text
    {
        background-color: #FFFFFF;
    }

    #product-search-content .search-input-text,
    #product-search-content .search-input-text:focus
    {
        border-radius: 0;
        border: 0;
        box-shadow: none;
        border-bottom: 1px solid #CCCCCC;
    }

    /*******End Page Seacrh*************/

    /*======Promo Page Style================*/
    .promo-container
    {
        border-radius: 4px;
        overflow: hidden;
        background: #FFFFFF;
        box-shadow: 0 2px 6px rgba(0,0,0,0.08);
        transition: box-shadow 0.2s ease;
        display: flex;
        flex-direction: column;
    }
    .promo-container:hover
    {
        box-shadow: 0 4px 12px rgba(0,0,0,0.12);
    }

    .promo-container img
    {
        display: block;
        width: 100%;
        height: auto;
        border-radius: 4px 4px 0 0;
    }

    .promo-container-info
    {
        padding: 0 0.2rem;
        margin: 0;
    }

    .promo-countdown-title
    {
        display: block;
        display: -webkit-box;
        -webkit-line-clamp: 3;
        -webkit-box-orient: vertical;
        overflow: hidden;
        text-overflow: ellipsis;
        line-height: 1.4;
        min-height: calc(1.4em * 3);
        font-size: 1rem;
        color: #333333;
        text-decoration: none;
        margin: 0;
        text-align: left;
    }

    .promo-container-description
    {
        padding: 0.7rem;
        align-items: flex-start;
    }

    .promo-countdown
    {
        display: flex;
        flex-direction: column;
        justify-content: center;
        align-items: center;
        min-width: 100px;
        text-align: center;
        padding: 0 0.7rem;
        padding: 0;
        margin: 0;
    }

    .promo-countdown-remaining
    {
        font-size: 1.2rem;
        font-weight: 700;
        line-height: 1;
        margin: 4px 0;
    }

    .promo-countdown-days
    {
        font-size: 0.85rem;
        font-weight: 500;
    }

    .promo-container-expired
    {
        opacity: 0.95;
        filter: brightness(1.0) grayscale(2%);
        pointer-events: auto;
        box-shadow: 0 1px 4px rgba(0,0,0,0.02);
    }

    .promo-container-expired:hover
    {
        opacity: 0.95;
        filter: brightness(1.0) grayscale(2%);
        box-shadow: 0 1px 4px rgba(0,0,0,0.02);
    }

    .promo-container-expired .promo-container-description
    {
        background-color: #F9FAFB !important;
    }

    .promo-container-expired .promo-container-image img
    {
        filter: brightness(0.95);
        transition: filter 0.3s ease;
    }

    @media (max-width: 576px)
    {

        .promo-container-description
        {
            flex-direction: column;
            align-items: flex-start;
            gap: 10px;
            padding: 0.7rem;
        }

        .promo-container-info
        {
            width: 100%;
            padding: 0 0.7rem;
        }

        .promo-countdown
        {
            width: 100%;
            min-width: unset;
            flex-direction: row;
            justify-content: space-between;
            margin: 0;
            padding: 0.5rem 0.7rem;
            text-align: center;
        }


        .promo-countdown-title,
        .promo-countdown-remaining,
        .promo-countdown-days
        {
            margin: 0;
            text-align: center;
            flex-grow: 1;
        }

        .promo-countdown-remaining
        {
            font-size: 1.1rem;
            font-weight: 700;
        }
    }

      /***widget***/
    .promotion-widget
    {
        overflow: hidden !important;
        margin: 0;
        padding: 0;
    }

    .promotion-widget-image
    {
        height: auto;
        display: flex;
        align-items: center;
        justify-content: center;
        max-height: 200px;
        border-radius: 4px;
    }

    .promotion-widget-image img
    {
        object-fit: cover;
        width: 100%;
        height: 100%;
        display: block;
    }

    .promotion-widget-content
    {
        padding: 1rem;
        margin-bottom: 0 !important;
    }

    .promo-timer-container
    {
        padding-top: 5px;
        border-top: 1px solid #f0f0f0;
        align-self: flex-start;
    }

    .promo-timer-label
    {
        font-size: 0.9rem;
        color: #A65E49;
    }

    .promo-countdown-timer
    {
        flex-wrap: nowrap;
    }

    .promo-countdown-timer .timer-value
    {
        font-size: 1.5rem !important;
        line-height: 1.2;
        color: #A65E49;
    }

    .promo-countdown-timer .timer-label
    {
        white-space: nowrap;
    }

    .promo-countdown-timer .timer-separator
    {
        align-self: flex-start;
        line-height: 1.7;
        font-size: 1.5rem;
        color: #A65E49;
    }


    @media (min-width: 768px)
    {
        .promotion-widget-image
        {
            max-height: unset;
            border-radius: 4px;
        }

        .promotion-widget-image img
        {
            border-radius: 4px;

        }

        .promo-countdown-timer .timer-value
        {
            font-size: 2rem !important;
        }

        .promo-countdown-timer .timer-separator
        {
            font-size: 2rem;
            line-height: 1.2;
            align-self: flex-start;
        }
    }


    /******* End Promo Page Style*************/
    /******* Maintenance Page Style*************/
    .maintenance-text
    {
        font-size: 2rem;
        line-height: 1.5;
        text-align:center;
    }

    @media (max-width: 768px)
    {
        .maintenance-text
        {
            font-size: 1rem;
            text-align:left;
        }
    }

    /******* End Maintenance Page Style*************/

    /******* Contact Page Style*************/

    .contact-info-widget
    {
        margin-top: 2rem;
        margin-bottom: 2rem;
    }

    .contact-info-widget .text-icon
    {
        color: #A65E49;
    }

    .contact-info-block:hover
    {
        box-shadow: 0 8px 16px rgba(0, 0, 0, 0.1);
        transform: translateY(-2px);
    }

    .contact-info-block h5
    {
        font-size: 1.15rem;
        font-weight: 600;
        color: #343a40;
    }

    .contact-info-widget .phone-list li
    {
        border: none !important;
        padding: 0;
    }

    .contact-info-widget .phone-list li a
    {
        border: none !important;
        display: inline;
        background: transparent !important;
        padding: 0;
    }

    .contact-info-widget .phone-list li:hover
    {
        border: none !important;
        background: transparent !important;
    }

    .contact-send-form
    {
        background-color: #fff;
        border: 1px solid #e9ecef;
        border-radius: 8px;
        box-shadow: 0 4px 8px rgba(0, 0, 0, 0.05);
        transition: transform 0.3s, box-shadow 0.3s;
    }

    /******* End Contact Page Style*************/

    /******* Sitemap Page Style*************/

    .sitemap-widget
    {
        margin-top: 2rem;
        margin-bottom: 2rem;
    }
    .sitemap-widget-block .text-icon
    {
        color: #A65E49;
    }

    .sitemap-widget-block:hover
    {
        box-shadow: 0 8px 16px rgba(0, 0, 0, 0.1);
        transform: translateY(-2px);
    }

    .sitemap-widget-block h5
    {
        font-size: 1.15rem;
        font-weight: 600;
        color: #343a40;
    }


    .sitemap-widget-block li
    {
        border: none !important;
        padding: 0;
    }

    .sitemap-widget-block li a
    {
        border: none !important;
        display: inline;
        background: transparent !important;
        padding: 0;
    }

    .sitemap-widget-block li:hover
    {
        border: none !important;
        background: transparent !important;
    }

   /******* End Contact Page Style*************/

   /******* Account Page Style*************/
    #account-menu-collapse a.active
    {
        color: #fff !important;
        background-color: rgba(var(--bs-primary-rgb), var(--bs-bg-opacity)) !important;
    }

    #account-menu-collapse a.active i
    {
        color: #fff !important;
    }

    #account-content h3
    {
        font-size: 1.125rem;
        font-weight: 600;
    }

    .account-view-mode-row
    {
       padding: 5px 0;
       border-bottom: 1px dashed #eee;
    }

    .account-view-mode-label
    {
        font-size: 0.875rem;
        font-weight: 500;
        white-space: nowrap;
    }

    .account-view-mode-value
    {
        font-size: 0.875rem;
        word-break: break-word;
        flex-grow: 1;
    }

   /******* End Account Page Style*************/

   /*========Checkout Cart============================ */

    .theme-accordion .badge
    {
        border-radius: 50%;
        margin-right: 10px;
        background: #A65E49;
        color: #FFFFFF;
        min-width: 25px;
        height: 25px;
        display: inline-flex;
        align-items: center;
        justify-content: center;
        font-size: 14px;
    }

    .theme-accordion .accordion-item
    {
        padding: 0;
        margin: 0 0 10px 0;
        border: none;
        border-radius: 0;
        background-color: transparent;
        box-shadow: none;
    }

    .theme-accordion .accordion-button
    {
        padding: 18px 20px;
        color: #343a40;
        font-weight: 600;
        font-size: 1rem;
        background: none;
        border: none;
        width: 100%;
        text-align: left;
        transition: all 0.2s ease-in-out;
    }

    .theme-accordion .accordion-button:hover
    {
        background-color: #f8f9fa;
        color: #A65E49;
    }


    .theme-accordion .accordion-button:not(.collapsed),
    .theme-accordion .accordion-button:focus
    {
        color: #A65E49 !important;
        background-color: #fff8f5 !important;
        box-shadow: none !important;
        border-bottom: none !important;
    }

    .theme-accordion .accordion-body
    {
        padding: 20px !important;
    }

    .theme-accordion .accordion-button::after
    {
        background-size: 1rem;
        width: 1rem;
        height: 1rem;
        background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='%236B6B6B'%3e%3cpath fill-rule='evenodd' d='M1.646 4.646a.5.5 0 0 1 .708 0L8 10.293l5.646-5.647a.5.5 0 0 1 .708.708l-6 6a.5.5 0 0 1-.708 0l-6-6a.5.5 0 0 1 0-.708z'/%3e%3c/svg%3e");
        transition: transform 0.2s ease-in-out;
    }

    .theme-accordion .accordion-button:not(.collapsed)::after
    {
        background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='%23A65E49'%3e%3cpath fill-rule='evenodd' d='M1.646 4.646a.5.5 0 0 1 .708 0L8 10.293l5.646-5.647a.5.5 0 0 1 .708.708l-6 6a.5.5 0 0 1-.708 0l-6-6a.5.5 0 0 1 0-.708z'/%3e%3c/svg%3e");
        transform: rotate(180deg);
    }





/*
.accordion-button:not(.collapsed) {
    color: #ffffff;
    background-color: #0d6efd;
    box-shadow: none;
}


.accordion-body {
    padding-top: 20px;
    padding-bottom: 20px;
}


.card-footer .list-group-item:last-child {
    border-top: 1px dashed #ced4da;
    margin-top: 5px;
    padding-top: 15px !important;
}


@media (min-width: 992px) {
    .sticky-top {
        position: sticky;
        top: 20px;
    }
}


#shipping-method-area .form-check,
#payment-method-area .form-check {
    padding: 15px;
    border: 1px solid #dee2e6;
    border-radius: 5px;
    margin-bottom: 10px;
    transition: all 0.2s;
    cursor: pointer;
}

#shipping-method-area .form-check:hover,
#payment-method-area .form-check:hover {
    border-color: #0d6efd;
}


.form-check-input:checked + .form-check-label {
    font-weight: bold;
    color: #0d6efd;
}





    #checkout-checkout .container-fluid-checkout
    {
        max-width: 920px;
        margin: 0 auto;
    }

    .storage-container
    {
        display:block;
        position: relative;
        width:100%;
        height: 100%;
        margin: 0;
        padding:0;

    }

    .storage-container .accordion-item
    {
        padding: 0;
        margin: 0;
        border: none;
        background: none;
        box-shadow: none;
        border-bottom: none;
    }

    .storage-container .accordion-button
    {
        padding: 15px 15px;
        margin: 0;
        color: #000000;
        font-weight: bold;
        font-size: 16px;
        box-shadow: none;
        background: none;
        border-bottom: 1px solid rgba(97, 97, 97, 0.15);
    }

    .storage-container .accordion-button:focus,
    .storage-container .accordion-button:not(.collapsed)
    {
        outline: 0;
        box-shadow: none;
        background: none;
        color: #00BBEC;
    }

    .storage-container .accordion-button::after
    {
        color: #000000;
        background-size:1rem;
        width:1rem;
        height:1rem;
        background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='%236B6B6B'%3e%3cpath fill-rule='evenodd' d='M1.646 4.646a.5.5 0 0 1 .708 0L8 10.293l5.646-5.647a.5.5 0 0 1 .708.708l-6 6a.5.5 0 0 1-.708 0l-6-6a.5.5 0 0 1 0-.708z'/%3e%3c/svg%3e");      ;

    }

    .storage-container .accordion-button:focus::after,
    .storage-container .accordion-button:not(.collapsed)::after
    {
        background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='%2300BBEC'%3e%3cpath fill-rule='evenodd' d='M1.646 4.646a.5.5 0 0 1 .708 0L8 10.293l5.646-5.647a.5.5 0 0 1 .708.708l-6 6a.5.5 0 0 1-.708 0l-6-6a.5.5 0 0 1 0-.708z'/%3e%3c/svg%3e");      ;
    }


    .storage-container .accordion-body
    {
        overflow:hidden;
        overflow-y:auto;
        max-height: 600px;
    }

    .storage-container .accordion-body::-webkit-scrollbar
    {
        width: 8px;
        height: 8px;
        background-color: rgba(200, 200, 200, 0);
    }

    .storage-container .accordion-body::-webkit-scrollbar-thumb
    {
        border-radius: 4px;
        background-color: rgba(128, 139, 156, 0.2);
    }

    .storage-container .accordion-body::-webkit-scrollbar-thumb:hover
    {
        background-color: #3B3B3B;
        cursor: pointer;
    }

    .storage-product img
    {
        margin: 0 auto;
        width: 100%;
        max-width: 100;
        height: auto;
        padding-top: 15px;
        text-align: center;
        border-radius: 10px;
        vertical-align: middle;
    }


    .storage-total
    {
        width: 100%;
        margin: 0;
        padding: 10px 25px;
        overflow:hidden;
    }
    *


    #checkout-data-container
    {
        padding: 25px;
        margin:0;
    }

    @media (max-width: 720px)
    {
        #checkout-data-container
        {
           padding: 0 0 15px 0;
        }
    }
    */





    .checkout-shipping-method label,
    .checkout-payment-method label

    {
        position: relative;
        display: block;
        margin-bottom: 10px;
        padding-left: 30px;
        cursor: pointer;
        font-size: 16px;
    }

    .checkout-shipping-method input[type="radio"],
    .checkout-payment-method input[type="radio"]
    {
        position: absolute;
        opacity: 0;
        cursor: pointer;
    }

    .checkout-shipping-method .radio-custom,
    .checkout-payment-method .radio-custom
    {
        position: absolute;
        top: 8px;
        left: 0;
        height: 20px;
        width: 20px;
        background-color: #FFFFFF;
        border: 2px solid #00BBEC;
        border-radius: 50%;
    }

    .checkout-shipping-method input[type="radio"]:checked + .radio-custom,
    .checkout-payment-method input[type="radio"]:checked + .radio-custom
    {
        background-color: #00BBEC;
        border-color: #00BBEC;
    }


/*========End Checkout Cart======================== */







    /***Footer Style ****/

    footer
    {
        padding: 3rem 1rem 1rem 1rem;
        background: var(--bs-footer-bg);
        font-size:  var(--bs-footer-font-size);
        color: var(--bs-footer-color);
        border-top-left-radius: var(--bs-footer-top-radius);
        border-top-right-radius: var(--bs-footer-top-radius);
        background: var(--bs-footer-bg);
    }

    @media (max-width: 767.98px)
    {
        footer
        {
            border-top-left-radius: calc(var(--bs-footer-top-radius) * 0.65);
            border-top-right-radius: calc(var(--bs-footer-top-radius) * 0.65);
        }
    }

    footer a
    {
        color: var(--bs-footer-color);
        font-size:  var(--bs-footer-font-size)rem;
    }

    footer a:hover
    {
        color: var(--bs-footer-color-hover);
    }


    footer h5 > a,
    footer h5
    {
        font-weight: bold;
        font-size: calc(var(--bs-footer-font-size) * 1.142857);
        color: var(--bs-footer-color-heading);
    }

    footer h5:hover,
    footer li:hover  a
    {
        color: var(--bs-footer-color-hover-heading);
    }

    #footer-icon i
    {
        display: inline-flex;
        align-items: center;
        justify-content: center;
        width: 40px;
        height: 40px;
        border-radius: 50%;
        color: var(--bs-footer-color-heading);
        border: var(--bs-footer-hr-width) solid var(--bs-footer-hr-color);
        font-size: calc(var(--bs-footer-font-size) * 1.5);
    }

    #footer-icon li:hover i
    {
        transform: scale(1.05);
        color: var(--bs-footer-color-hover-heading);
    }


    footer li img
    {
        object-fit: contain;
        display: block;
        max-height: 60px;
        height: auto;
        width: auto;
        padding: 0;
        margin: 0 auto;
    }

    #footer-icon ul
    {
        padding: 0;
        margin: 0;
    }

    @media (max-width: 576px)
    {
        footer li img
        {
            max-height: 40px;
        }

        #footer-icon i
        {
            width: 32px;
            height: 32px;
            border-radius: 50%;
            font-size: calc(var(--bs-footer-font-size) * 1.2);
        }
    }

    @media (max-width: 400px)
    {
        footer li img
        {
            max-height: 40px;
        }

        #footer-powered
        {
            width: 24px;
            height: 24px;
        }
    }

    #footer-powered
    {
        white-space: normal !important;
        word-wrap: break-word;
        overflow-wrap: break-word;
        text-align: center;
        width: 100%;
        display: block;
        font-weight: bold;
        font-size: calc(var(--bs-footer-font-size) * 0.75);
    }

    @media (max-width: 576px)
    {
        #footer-powered
        {
            font-size: calc(var(--bs-footer-font-size) * 0.65);
        }
    }

    footer hr
    {
        padding: 0;
        margin: 0 auto;
        border-top: none;
        border-bottom: var(--bs-footer-hr-width) solid var(--bs-footer-hr-color);
    }

    #btn-back-top
    {
        position: fixed;
        bottom: 30px;
        right: 30px;
        width: 45px;
        height: 45px;
        line-height: 45px;
        background-color: var(--bs-btn-back-bg);
        color: var(--bs-btn-back-color);
        text-align: center;
        border-radius: 50%;
        text-decoration: none;
        font-size: var(--bs-btn-back-size); ;
        z-index: 3;
        opacity: 0;
        visibility: hidden;
        transition: opacity 0.3s ease, visibility 0.3s;
    }


    #btn-back-top.show
    {
        opacity: 1;
        visibility: visible;
    }

    /***End Footer Style ****/

    /*** Cookie Style ****/
    #cookie
    {
        position: fixed;
        bottom: 0;
        left: 0;
        width: 100%;
        z-index: 1060;
        opacity: 0.95;
        color: #ECF0F1;
        padding: 1em;
        background: #343A40;
        border-top-left-radius: 1rem;
        border-top-right-radius: 1rem;
    }

    #cookie div
    {
        font-size: 1rem;
        color: #FFFFFF;
    }
    /*** End Cookie Style ****/












