/*

Don't modify this file.
use custom-style.css

*/

/*social icon colored*/
ul.social a {
    display: inline-block;
    width: 30px;
    height: 30px;
    line-height: 33px;
    text-align: center;
    font-size: 1px;
    background-color: #d5d5df;
}
ul.social-md a {
    display: inline-block;
    width: 20px;
    height: 20px;
    border-radius: 50em;
    line-height: 22px;
    text-align: center;
    font-size: 13px;
    background-color: #d5d5df;
}
ul.social a:hover {
    -webkit-transform: translateY(-3px);
    transform: translateY(-3px);
}
ul.social i {
    margin-top: 5px;
    color: #171727;
    font-size: 24px;
    font-weight: 700;
}
ul.social a:hover i{
    color: #fff;
}

ul.social.colored i {
    color: #fff;
}
ul.social [class*="facebook"]:hover,
ul.social.colored [class*="facebook"] {
    background-color: #3b5998;
}
ul.social [class*="twitter"]:hover,
ul.social.colored [class*="twitter"] {
    background-color: #1da1f2;
}
ul.social [class*="google"]:hover,
ul.social.colored [class*="google"] {
    background-color: #e62833;
}
ul.social.colored [class*="apple"] {
    background-color: #141414;
}
ul.social [class*="youtube"]:hover,
ul.social.colored [class*="youtube"] {
    background-color: #ff0000;
}
ul.social [class*="instagram"]:hover,
ul.social.colored [class*="instagram"] {
    background-color: #bd32a2;
}
ul.social [class*="tripadvisor"]:hover,
ul.social.colored [class*="tripadvisor"] {
    background-color: #32da9d;
}
ul.social [class*="linkedin"]:hover,
ul.social.colored [class*="linkedin"] {
    background-color: #0070ac;
}

ul.colored-light [class*="facebook"] {
    background-color: #c2d9fd;
}
ul.colored-light [class*="twitter"] {
    background-color: #ace5f3;
}
ul.colored-light [class*="google"] {
    background-color: #ffcbcc;
}
ul.colored-light [class*="youtube"] {
    background-color: #ffcbcc;
}
ul.colored-light [class*="instagram"] {
    background-color: #f7e2f3;
}

ul.colored-light [class*="facebook"]:hover {
    background-color: #3b5998;
}
ul.colored-light [class*="twitter"]:hover {
    background-color: #1da1f2;
}
ul.colored-light [class*="google"]:hover {
    background-color: #ff0000;
}
ul.colored-light [class*="youtube"]:hover {
    background-color: #ff0000;
}
ul.colored-light [class*="instagram"]:hover {
    background-color: #bd32a2;
}

ul.colored-light [class*="facebook"] i {
    color: #3b5998;
}
ul.colored-light [class*="twitter"] i {
    color: #1da1f2;
}
ul.colored-light [class*="google"] i {
    color: #ff0000;
}
ul.colored-light [class*="youtube"] i {
    color: #ff0000;
}
ul.colored-light [class*="instagram"] i {
    color: #bd32a2;
}
ul.colored-light a:hover i{
    color: #ffffff;
}

/*apps icon*/
ul.apps a {
    display: inline-block;
    width: 36px;
    height: 36px;
    border-radius: 50em;
    line-height: 40px;
    text-align: center;
    font-size: 18px;
    border: 1px solid #b5b5bf;
}
ul.apps a:hover > svg * {
    fill: #171727 !important;
}
ul.apps a:hover {
    background-color: #b5b5bf;
}
ul.apps i {
    color: #b5b5bf;
    font-size: 23px;
}
ul.apps a:hover i{
    color: #171727;
}

.aiz-cookie-alert {
    position: fixed;
    bottom: 20px;
    left: 20px;
    right: 20px;
    max-width: 300px;
    z-index: 1070;
    display: none;
}
.aiz-cookie-alert.show {
    display: block;
}

/*messnger icon mobile*/
.fb_dialog_mobile iframe {
    bottom: 70px !important;
}

/*pages*/
.aiz-auth-form {
    max-width: 480px;
}

/*front pages*/

/*user panel*/
.aiz-user-sidenav-wrap {
    -ms-flex: 0 0 315px;
    flex: 0 0 315px;
    max-width: 315px;
    /* -webkit-box-shadow: 0 0 13px 0 rgba(82, 63, 105, 0.05); */
    /* box-shadow: 0 0 13px 0 rgba(82, 63, 105, 0.05); */
    background: #fff;
    border-radius: 4px;
    border: 1px solid #ebedf2;
}

.aiz-user-panel {
    -ms-flex-positive: 1;
    flex-grow: 1;
    padding-left: 30px;
}
[dir="rtl"] .aiz-user-panel {
    padding-right: 30px;
    padding-left: 0;
}
.aiz-user-sidenav .aiz-side-nav-list .aiz-side-nav-link {
    color: #292933;
    font-weight: 500;
    font-size: 0.875rem;
    border-radius: 25px;
    padding: 12px 20px 12px 20px;
    margin-bottom: 3px;
    display: flex;
    align-items: center;
}
.aiz-user-sidenav .aiz-side-nav-list .level-2 .aiz-side-nav-link {
    padding: 10px 25px 10px 54px;
}
.aiz-user-sidenav .aiz-side-nav-list .aiz-side-nav-icon {
    width: 28px;
    font-size: 16px;
}
.aiz-user-sidenav .aiz-side-nav-link.level-2-active,
.aiz-user-sidenav .aiz-side-nav-link.level-3-active {
    background-color: transparent;
    color: var(--dark);
}
.aiz-user-sidenav .level-2-active .aiz-side-nav-icon,
.aiz-user-sidenav .level-3-active .aiz-side-nav-icon {
    color: var(--dark);
}
.aiz-user-sidenav .aiz-side-nav-link.active,
.aiz-user-sidenav .aiz-side-nav-link:hover {
    background-color: var(--soft-warning);
}
.aiz-user-sidenav .level-2 .aiz-side-nav-link:hover:after,
.aiz-user-sidenav .level-2 .aiz-side-nav-link.active:after {
    background: var(--dark);
}
.aiz-user-sidenav .active .aiz-side-nav-icon {
    color: var(--dark);
}
.aiz-user-sidenav .aiz-side-nav-link > svg *{
    transition: 0.3s;
}
.aiz-user-sidenav .aiz-side-nav-link.active > svg *,
.aiz-user-sidenav .aiz-side-nav-link:hover > svg *,
.aiz-user-sidenav .level-2-active > svg *,
.aiz-user-sidenav .level-3-active > svg *{
    fill: var(--dark);
}

@media (max-width: 1199px) {
    .aiz-user-sidenav-wrap {
        display: none;
        height: 100vh;
    }
    .aiz-user-panel {
        padding-left: 0px;
    }
    .aiz-user-sidenav {
        position: absolute;
        top: 0;
        left: 0;
        right: 0;
        bottom: 0;
        width: 100%;
        height: 100%;
    }
    [dir="rtl"] .aiz-user-panel {
        padding-right: 0px;
    }
}
.aiz-mobile-side-nav .aiz-user-sidenav-wrap {
    display: block;
    max-width: initial;
    border: 0;
}
.sidebar-cart .cart-toggler {
    position: fixed;
    right: 0;
    top: 50%;
    transform: translateY(-50%);
    border: 0;
    background: var(--primary);
    border-top-left-radius: 5px;
    border-bottom-left-radius: 5px;
    padding: 10px;
    color: #fff;
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.3);
}

.sidebar-cart .cart-toggler .price {
    background: #fff;
    color: var(--primary);
    border-radius: 3px;
    margin-top: 10px;
    font-weight: 500;
    padding: 5px;
}
.cart-item:not(:last-of-type) {
    margin-bottom: 10px;
    padding-bottom: 10px;
    border-bottom: 1px solid var(--light);
}

/*hover category menu*/
.aiz-category-menu .sub-cat-menu {
    /* display: none; */
    position: absolute;
    width: calc(100% - 270px);
    left: calc(270px);
    /* height: calc(100% + 20px); */
    height: 460px;
    overflow: hidden;
    top: 0;
    z-index: -1;
    background-color: #fff;
    overflow-y: auto;
    transition: 0.5s;
    opacity: 0;
}
[dir="rtl"] .aiz-category-menu .sub-cat-menu {
    left: auto;
    right: calc(25% - 10px);
}
.aiz-category-menu .category-nav-element:hover .sub-cat-menu {
    z-index: 9;
    opacity: 1;
}
.aiz-user-top-menu .user-top-nav-element > a {
    padding-top: 14px;
    padding-bottom: 14px;
}
.aiz-category-menu .category-nav-element > a {
    padding-top: 12px;
    padding-bottom: 12px;
}
.aiz-user-top-menu .user-top-nav-element:hover > a ,
.aiz-category-menu .category-nav-element:hover > a {
    position: relative;
    z-index: 10;
    background: var(--soft-warning);
}
.aiz-user-top-menu .user-top-nav-element:hover > .user-top-menu-name,
.aiz-category-menu .category-nav-element:hover > a .cat-name{
    margin-left: 5px;
}
.hover-category-menu .all-category::before {
    position: absolute;
    content: "";
    width: 50px;
    height: 20px;
    bottom: 100%;
    right: 0;
}
.hover-category-menu .all-category::before {
    position: absolute;
    content: "";
    height: 12px;
    width: 12px;
    border-top: 0;
    border-right: 12px solid transparent;
    border-bottom: 12px solid var(--soft-primary);
    border-left: 12px solid transparent;
    top: -12px;
    right: 20px;
}
[dir="rtl"] .hover-category-menu .all-category::before {
    left: 20px;
    right: auto;
}

#category-menu-bar-icon.show{
    transform: rotate(180deg);
}

.hover-user-top-menu{
    display: none;
}
.hover-user-top-menu.active{
    display: block;
    animation: toggle_show 0.5s
}

@keyframes toggle_show {
    0% {
         opacity: 0;
         transform: translateY(0)
    }
    100% {
         opacity: 1;
         transform: translateY(100)
    }
}

/*front widgets (footer)*/

/*footer widgets*/
.aiz-front-widget .title {
    font-size: 12px;
    text-transform: uppercase;
    letter-spacing: 0.1em;
    margin-bottom: 20px;
}
.aiz-front-widget .menu {
    list-style: none;
    padding: 0;
    margin: 0;
}

.aiz-front-widget .menu a {
    display: inline-block;
    color: inherit;
    padding: 5px 0;
}

.aiz-front-widget .menu a:hover {
    transform: translateX(5px);
    -webkit-transform: translateX(5px);
}

/*header*/
.aiz-header {
    box-shadow: 0 10px 30px rgba(34, 44, 62, 0.05);
    border-bottom: 1px solid #edf0f5;
}

/*subheader*/
.aiz-subheader {
    border-bottom: 1px solid #edf0f5;
}

.aiz-subheader a {
    color: #6f6f6f;
}

.aiz-subheader a:hover {
    color: var(--primary);
}

/*navbar*/
.aiz-navbar .search .input-group > select,
.aiz-navbar .search .bootstrap-select {
    min-width: 160px;
}

.aiz-navbar .search .input-group-prepend {
    min-width: 280px;
}

.aiz-navbar .menu a {
    color: #505050;
    font-weight: 500;
    font-size: 13px;
}
.aiz-navbar .menu a.btn-primary {
    color: #fff;
}
@media (max-width: 991px) {
    .front-header-search {
        position: absolute;
        z-index: 1;
        width: 100%;
        height: 100%;
        top: 0;
        right: 0;
        left: 0;
        opacity: 0;
        transform: translateY(-100%);
        -webkit-transform: translateY(-100%);
        transition: all 0.3s;
        -webkit-transition: all 0.3s;
    }
    .front-header-search.active {
        transform: translateY(0%);
        -webkit-transform: translateY(0%);
        opacity: 1;
    }
}

/*slider mobile auto height*/
@media (max-width: 767.98px) {
    .mobile-img-auto-height img {
        height: auto;
    }
}

/*footer*/
.aiz-footer {
    background: #151c29;
    padding-top: 70px;
}

.policy-file a > svg *{
    transition: 0.3s;
}
.policy-file:hover a > svg *{
    fill: var(--primary) !important;
}

.aiz-front-widget .title {
    color: #717b8c;
}
.aiz-footer .menu a {
    color: #cfd3da;
}
.aiz-footer p {
    color: #cbcdd2;
}

/*copyright*/
.aiz-footer-copyright {
    border-top: 1px solid #283244;
}

[dir="rtl"] .la-angle-right {
    transform: rotate(180deg);
    -webkit-transform: rotate(180deg);
}

[dir="rtl"] .slick-arrow .la-angle-right {
    transform: rotate(0deg);
    -webkit-transform: rotate(0deg);
}

[dir="rtl"] .la-angle-left {
    transform: rotate(180deg);
    -webkit-transform: rotate(180deg);
}

[dir="rtl"] .slick-arrow .la-angle-left {
    transform: rotate(0deg);
    -webkit-transform: rotate(0deg);
}

.category-filter li {
    font-weight: 400;
}

.category-filter a {
    color: inherit;
    display: block;
    padding: 5px 0;
}

.category-filter .go-back {
    font-weight: 500;
}
.category-filter .go-back ~ li:not(.go-back) {
    margin-left: 20px;
}
.category-filter .go-back a:before {
    content: "\f104";
    font-family: "Line Awesome Free";
    font-weight: 900;
    text-rendering: optimizeLegibility;
    text-transform: none;
    -moz-osx-font-smoothing: grayscale;
    -webkit-font-smoothing: antialiased;
    opacity: 0.7;
    font-size: 90%;
    margin-right: 5px;
}

.category-filter .child a {
    padding-left: 17px;
}

/*workdesk*/
.card-project {
    border-left: 3px solid transparent;
}

.card-project:not(:last-of-type) {
    border-bottom: 1px solid #ebedf2;
}

.card-project:hover {
    border-left-color: var(--primary);
    box-shadow: 0 0 4px 0 rgba(0, 0, 0, 0.08), 0 2px 4px 0 rgba(0, 0, 0, 0.12);
}

/* collapse side bar*/

.collapse-sidebar-wrap .overlay {
    opacity: 0;
    visibility: hidden;
}

.collapse-sidebar-wrap .overlay {
    opacity: 0;
    visibility: hidden;
}
.sidebar-all {
    -webkit-transition: all 0.3s ease;
    transition: all 0.3s ease;
    position: fixed;
    height: 100%;
    width: 100%;
    top: 0;
    left: 0;
    z-index: 1;
}
.sidebar-all .collapse-sidebar {
    -webkit-transition: all 0.3s ease;
    transition: all 0.3s ease;
    position: fixed;
    width: 340px;
    max-width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    z-index: 2;
    -webkit-transform: translateX(-100%);
    transform: translateX(-100%);
    overflow-y: auto;
}
.sidebar-all.sidebar-right .collapse-sidebar {
    -webkit-transform: translateX(100%);
    transform: translateX(100%);
    left: auto;
    right: 0;
}
.sidebar-all.sidebar-auto .collapse-sidebar {
    width: auto;
    max-width: 100%;
    height: auto;
    -webkit-transform: translate(-50%, -100px);
    transform: translate(-50%, -100px);
    left: 50%;
    top: 0;
}
.sidebar-all.sidebar-full .collapse-sidebar {
    width: 100%;
    max-width: 100%;
    -webkit-transform: translateX(100%);
    transform: translateX(100%);
    left: auto;
    right: 0;
}
.sidebar-all,
.sidebar-all .collapse-sidebar,
.sidebar-all .overlay {
    opacity: 0;
    visibility: hidden;
}
@media (max-width: 575.98px) {
    .sidebar-sm {
        -webkit-transition: all 0.3s ease;
        transition: all 0.3s ease;
        position: fixed;
        height: 100%;
        width: 100%;
        top: 0;
        left: 0;
        z-index: 1;
    }
    .sidebar-sm .collapse-sidebar {
        -webkit-transition: all 0.3s ease;
        transition: all 0.3s ease;
        position: fixed;
        width: 340px;
        max-width: 100%;
        height: 100%;
        top: 0;
        left: 0;
        z-index: 2;
        -webkit-transform: translateX(-100%);
        transform: translateX(-100%);
        overflow-y: auto;
    }
    .sidebar-sm.sidebar-right .collapse-sidebar {
        -webkit-transform: translateX(100%);
        transform: translateX(100%);
        left: auto;
        right: 0;
    }
    .sidebar-sm.sidebar-auto .collapse-sidebar {
        width: auto;
        max-width: 100%;
        height: auto;
        -webkit-transform: translate(-50%, -100px);
        transform: translate(-50%, -100px);
        left: 50%;
        top: 0;
    }
    .sidebar-sm.sidebar-full .collapse-sidebar {
        width: 100%;
        max-width: 100%;
        -webkit-transform: translateX(100%);
        transform: translateX(100%);
        left: auto;
        right: 0;
    }
    .sidebar-sm,
    .sidebar-sm .collapse-sidebar,
    .sidebar-sm .overlay {
        opacity: 0;
        visibility: hidden;
    }
    .aiz-filter-sidebar .collapse-sidebar {
        overflow-y: auto;
    }
}
@media (max-width: 767.98px) {
    .sidebar-md {
        -webkit-transition: all 0.3s ease;
        transition: all 0.3s ease;
        position: fixed;
        height: 100%;
        width: 100%;
        top: 0;
        left: 0;
        z-index: 1;
    }
    .sidebar-md .collapse-sidebar {
        -webkit-transition: all 0.3s ease;
        transition: all 0.3s ease;
        position: fixed;
        width: 400px;
        max-width: 320px;
        height: 100%;
        top: 0;
        left: 0;
        z-index: 2;
        -webkit-transform: translateX(-100%);
        transform: translateX(-100%);
        overflow-y: auto;
    }
    .sidebar-md.sidebar-right .collapse-sidebar {
        -webkit-transform: translateX(100%);
        transform: translateX(100%);
        left: auto;
        right: 0;
    }
    .sidebar-md.sidebar-auto .collapse-sidebar {
        width: auto;
        max-width: 100%;
        height: auto;
        -webkit-transform: translate(-50%, -100px);
        transform: translate(-50%, -100px);
        left: 50%;
        top: 0;
    }
    .sidebar-md.sidebar-full .collapse-sidebar {
        width: 100%;
        max-width: 100%;
        -webkit-transform: translateX(100%);
        transform: translateX(100%);
        left: auto;
        right: 0;
    }
    .sidebar-md,
    .sidebar-md .collapse-sidebar,
    .sidebar-md .overlay {
        opacity: 0;
        visibility: hidden;
    }
}

@media (max-width: 991.98px) {
    .sidebar-lg {
        -webkit-transition: all 0.3s ease;
        transition: all 0.3s ease;
        position: fixed;
        height: 100%;
        width: 100%;
        top: 0;
        left: 0;
        z-index: 1;
    }
    .sidebar-lg .collapse-sidebar {
        -webkit-transition: all 0.3s ease;
        transition: all 0.3s ease;
        position: fixed;
        width: 400px;
        max-width: 320px;
        height: 100%;
        top: 0;
        left: 0;
        z-index: 2;
        -webkit-transform: translateX(-100%);
        transform: translateX(-100%);
        overflow-y: auto;
    }
    .sidebar-lg.sidebar-right .collapse-sidebar {
        -webkit-transform: translateX(100%);
        transform: translateX(100%);
        left: auto;
        right: 0;
    }
    .sidebar-lg.sidebar-auto .collapse-sidebar {
        width: auto;
        max-width: 100%;
        height: auto;
        -webkit-transform: translate(-50%, -100px);
        transform: translate(-50%, -100px);
        left: 50%;
        top: 0;
    }
    .sidebar-lg.sidebar-full .collapse-sidebar {
        width: 100%;
        max-width: 100%;
        -webkit-transform: translateX(100%);
        transform: translateX(100%);
        left: auto;
        right: 0;
    }
    .sidebar-lg,
    .sidebar-lg .collapse-sidebar,
    .sidebar-lg .overlay {
        opacity: 0;
        visibility: hidden;
    }
}

@media (max-width: 1199.98px) {
    .sidebar-xl {
        -webkit-transition: all 0.3s ease;
        transition: all 0.3s ease;
        position: fixed;
        height: 100%;
        width: 100%;
        top: 0;
        left: 0;
        z-index: 1;
    }
    .sidebar-xl .collapse-sidebar {
        -webkit-transition: all 0.3s ease;
        transition: all 0.3s ease;
        position: fixed;
        width: 400px;
        max-width: 320px;
        height: 100%;
        top: 0;
        left: 0;
        z-index: 2;
        -webkit-transform: translateX(-100%);
        transform: translateX(-100%);
        /* overflow-y: auto; */
    }
    .sidebar-xl.sidebar-right .collapse-sidebar {
        -webkit-transform: translateX(100%);
        transform: translateX(100%);
        left: auto;
        right: 0;
    }
    .sidebar-xl.sidebar-auto .collapse-sidebar {
        width: auto;
        max-width: 100%;
        height: auto;
        -webkit-transform: translate(-50%, -100px);
        transform: translate(-50%, -100px);
        left: 50%;
        top: 0;
    }
    .sidebar-xl.sidebar-full .collapse-sidebar {
        width: 100%;
        max-width: 100%;
        -webkit-transform: translateX(100%);
        transform: translateX(100%);
        left: auto;
        right: 0;
    }
    .sidebar-xl,
    .sidebar-xl .collapse-sidebar,
    .sidebar-xl .overlay {
        opacity: 0;
        visibility: hidden;
    }
}

.collapse-sidebar-wrap.active,
.collapse-sidebar-wrap.active .collapse-sidebar,
.collapse-sidebar-wrap.active .overlay {
    opacity: 1;
    visibility: visible;
}
.collapse-sidebar-wrap.active .collapse-sidebar {
    -webkit-transform: translate(0%, 0%);
    transform: translate(0%, 0%);
    background-color: #fff;
}
.collapse-sidebar-wrap.active .sidebar-auto {
    -webkit-transform: translate(-50%, 0px);
    transform: translate(-50%, 0px);
}

.dropdown-toggle.filter-section[data-toggle].collapsed:after {
    content: "\f107";
    font-family: "Line Awesome Free";
    color: #b5b5bf;
    font-size: 16px;
}

.dropdown-toggle.filter-section[data-toggle]:not(.collapsed):after {
    font-family: "Line Awesome Free";
    content: "\f106";
    color: #b5b5bf;
    font-size: 16px;
}

.iqty-btns {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    border-radius: 0.25rem;
}

.iqty-btns.vertical {
    -ms-flex-direction: column;
    flex-direction: column;
}

.iqty-btns .form-control {
    border: 0;
    background: transparent;
}

.iqty-btns .form-control,
.iqty-btns .btn {
    width: 30px;
    height: 30px;
    padding: 0;
    text-align: center;
    line-height: 30px;
}

.badge-custom {
    display: inline-block;
    padding: 3px;
    font-size: 11px;
    border-radius: 0 50em 50em 0;
    color: #ff0000;
    font-weight: 600;
    line-height: 26px;
    position: absolute;
    background: #fff;
    z-index: 1;
    top: 20px;
    box-shadow: 2px 1px 6px 2px rgba(0, 0, 0, 0.1),
        0 4px 4px 0px rgba(0, 0, 0, 0.06) !important;
}

.badge-custom .box {
    height: 26px;
    width: 26px;
    background: #ff0000;
    color: #fff;
    display: inline-block;
    border-radius: 50%;
    text-align: center;
}
[dir="rtl"] .badge-custom {
    border-radius: 50em 0 0 50em;
}

.noUi-horizontal {
    height: 10px;
}
.noUi-handle {
    width: 20px !important;
    height: 20px !important;
    border-radius: 50%;
    background: var(--warning);
    cursor: pointer;
    box-shadow: none !important;
}
.noUi-handle:after, .noUi-handle:before {
    content: "";
    display: block;
    position: absolute;
    height: 0;
    width: 0;
    background: #E8E7E6;
    left: 14px;
    top: 6px;
}

/* ---- Nav User Info ---- */
.nav-user-info{
    cursor: pointer;
}
.nav-user-info .nav-user-img{
    transition: all 0.5s;
}
.nav-user-info:hover .nav-user-img{
    border-color: var(--primary) !important;
    box-shadow: 0px 6px 10px rgba(0, 0, 0, 0.16);
}
.nav-user-info .nav-user-img > svg *{
    transition: all 0.5s;
}
.nav-user-info:hover .nav-user-img > svg *{
    fill: var(--primary);
}

/* ---- particles ---- */
#particles-js{
    width: 100%;
    height: 100%;
    background-color: #ffffff;
    background-image: url('');
    background-size: cover;
    background-position: 50% 50%;
    background-repeat: no-repeat;
}
#particles-js canvas{
    display:block;
}

/* search input box */
.search-input-box{
    position: relative;
    width: 100%;
  }
.search-input-box > input{
    border-radius: 21px;
    overflow:hidden;
    height: 40px;
}
.search-input-box > svg {
    position: absolute;
    right: 20px;
    top: 10px;
}
[dir="rtl"] .search-input-box > svg {
    right: auto;
    left: 20px;
}
.search-input-box .form-control:focus {
    border-width: 2px !important;
    border-color: var(--primary) !important;
}

/* animate underline */
.animate-underline-gradient,
.animate-underline-primary,
.animate-underline-blue,
.animate-underline-white{
    position: relative;
}
.animate-underline-gradient::after,
.animate-underline-primary::after,
.animate-underline-blue::after,
.animate-underline-white:after{
    content: '';
    position: absolute;
    left: 0;
    right: 0;
    height: 1px;
    border-radius: 2px;
    transform-origin: right;
    transform: scaleX(0);
    transition: transform .5s cubic-bezier(0,0,.2,1),-webkit-transform .5s cubic-bezier(0,0,.2,1);
}
.animate-underline-gradient::after{
    bottom: -6px;
    background: linear-gradient(144deg, rgba(167,46,184,1) 20%, rgba(247,81,81,1) 82%);
}
.animate-underline-white:after{
    bottom: -5px;
    background: #fff;
}
.animate-underline-primary:after{
    bottom: -3px;
    background: var(--primary);
}
.animate-underline-blue:after{
    bottom: -3px;
    background: var(--blue);
    height: 2px;
}
.animate-underline-gradient:hover::after,
.animate-underline-primary:hover::after,
.animate-underline-blue:hover::after,
.animate-underline-white:hover::after{
    transform: scaleX(1);
    transform-origin: left;
}

/* animate outline */
.hov-animate-outline{
    position: relative;;
}
.hov-animate-outline::before,
.hov-animate-outline::after{
    box-sizing: inherit;
    content: '';
    position: absolute;
    z-index: -1 !important;
    width: 0;
    height: 0;
    transition: color 0.3s;
    border: 2px solid transparent;
}
.hov-animate-outline::before {
    top: 0;
    left: 0;
}
[dir="rtl"] .hov-animate-outline::before {
    left: auto;
    right: 0;
}
.hov-animate-outline::after {
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
}
.hov-animate-outline:hover::before,
.hov-animate-outline:hover::after {
    width: 100%;
    height: 100%;
}
.hov-animate-outline:hover::before {
    border-top-color: var(--primary);
    border-right-color: var(--primary);
    transition:
      width 0.3s ease-out,
      height 0.3s ease-out 0.3s;
}
[dir="rtl"] .hov-animate-outline:hover::before {
    border-left-color: var(--primary);
    border-right-color: transparent;
}
.hov-animate-outline:hover::after {
    border-bottom-color: var(--primary);
    border-left-color: var(--primary);
    transition:
      height 0.3s ease-out,
      width 0.3s ease-out 0.3s;
}
[dir="rtl"] .hov-animate-outline:hover::after {
    border-right-color: var(--primary);
    border-left-color: transparent;
}

/* Visit Button */
.btn-visit {
    position: relative;
    display: inline-block;
    cursor: pointer;
    outline: none;
    border: 0;
    vertical-align: middle;
    text-decoration: none;
    background: transparent;
    padding: 0;
    font-size: inherit;
    font-family: inherit;
}
.btn-visit {
    width: 12rem;
    height: auto;
}
.btn-visit .circle {
    transition: all 0.8s cubic-bezier(0.65,0,.076,1);
    position: relative;
    display: block;
    margin: 0;
    width: 2.5rem;
    height: 2.5rem;
    background: #fdefd8;
    border-radius: 1.625rem;
}
.btn-visit .circle .icon {
    transition: all 0.5s cubic-bezier(0.65,0,.076,1);
    position: absolute;
    top: 0;
    bottom: 0;
    margin: auto;
    background: var(--primary);
}
.btn-visit .circle .icon.arrow {
    transition: all 0.5s cubic-bezier(0.65,0,.076,1);
    left: 0.4rem;
    width: 1.125rem;
    height: 0.125rem;
    background: none;
}
[dir="rtl"] .btn-visit .circle .icon.arrow {
    left: 0.5rem;
}
.btn-visit .circle .icon.arrow::before {
    position: absolute;
    content: '';
    top: -0.25rem;
    right: 0.0625rem;
    width: 0.625rem;
    height: 0.625rem;
    border-top: 0.125rem solid var(--primary);
    border-right: 0.125rem solid var(--primary);
    transform: rotate(45deg);
}
[dir="rtl"] .btn-visit .circle .icon.arrow::before {
    transform: rotate(225deg);
}
.btn-visit .button-text {
    transition: all 0.5s cubic-bezier(0.65,0,.076,1);
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    padding: 0.65rem 0;
    margin: 0 0 0 1.85rem;
    color: var(--dark);
    font-weight: 700;
    line-height: 1.6;
    text-align: center;
    text-transform: uppercase;
}
[dir="rtl"] .btn-visit .button-text {
    margin: 0 0.5rem 0 0;
}
.btn-visit:hover .circle {
    width: 100%;
}
.btn-visit:hover .circle .icon.arrow {
    background: var(--primary);
    transform: translate(1rem, 0);
}
[dir="rtl"] .btn-visit:hover .circle .icon.arrow {
    left: 0;
}
[dir="rtl"] .btn-visit:hover .circle .icon.arrow::before {
    right: auto;
}
.btn-visit:hover .button-text {
    color: var(--primary);
}

/* Slide Button */
.btn-slide{
    background: none;
    border: 2px solid;
    font: inherit;
    line-height: 1;
    padding: 1em 2em;
    color: var(--dark);
    border-color: var(--dark);
    transition: 0.5s;
}
.btn-slide:hover,
.btn-slide:focus{
    color: #fff  !important;
    box-shadow: inset 25em 0 0 0 var(--dark);
}
.btn-slide-primary{
    color: var(--primary) !important;
    border-color: var(--primary) !important;
}
.btn-slide-primary:hover,
.btn-slide-primary:focus{
    box-shadow: inset 25em 0 0 0 var(--primary) !important;
}
.btn-slide-secondary{
    color: var(--secondary) !important;
    border-color: var(--secondary) !important;
}
.btn-slide-secondary:hover,
.btn-slide-secondary:focus{
    box-shadow: inset 25em 0 0 0 var(--secondary) !important;
}
.btn-slide-warning{
    color: var(--warning) !important;
    border-color: var(--warning) !important;
}
.btn-slide-warning:hover,
.btn-slide-warning:focus{
    box-shadow: inset 25em 0 0 0 var(--warning) !important;
    color: var(--white) !important;
}

/* Top menu sidebar for mobile */
.aiz-top-menu-sidebar{
    opacity: 0;
    visibility: hidden;
}
.aiz-top-menu-sidebar.active{
    opacity: 1;
    visibility: visible;
}
.aiz-top-menu-sidebar .collapse-sidebar{
    overflow-y: auto;
    transform: translateX(-100%);
    left: 0;
    right: auto;
    transition: all 0.5s;
}
.aiz-top-menu-sidebar.active .collapse-sidebar{
    transform: translate(0%, 0%);
}
.aiz-top-menu-sidebar ul li{
    list-style-type: none;
}

/* Accordion */
.aiz-accordion-wrap{
    margin-bottom: 2px;
}
.aiz-accordion-heading .aiz-accordion {
    background-color: #eee;
    color: #444;
    cursor: pointer;
    padding: 18px 0;
    width: 100%;
    border: none;
    text-align: left;
    outline: none;
    font-size: 15px;
    transition: 0.4s;
}
.aiz-accordion-heading.active, .aiz-accordion-heading:hover {
    background-color: #ccc;
}
.aiz-accordion-heading .aiz-accordion:after {
    content: '\002B';
    color: #777;
    font-weight: bold;
    float: right;
    margin-left: 5px;
    font-size: 18px;
}
.aiz-accordion-heading.active .aiz-accordion:after {
    content: "\2212";
}
.aiz-accordion-panel {
    background-color: white;
    max-height: 0;
    overflow: hidden;
    transition: max-height 0.2s ease-out;
}

/* Custom */
.home-slider {
    width: 100% !important;
    max-width: 100% !important;
}
.hov-svg-white > svg *,
.hov-svg-dark > svg *{
    transition: 0.5s;
}
.hov-svg-white:hover  > svg *{
    fill: var(--white);
}
.hov-svg-dark:hover  > svg *{
    fill: var(--dark);
}
.rounded-content{
    border-radius: 50%;
}
.rounded-1{
    border-radius: 0.25rem !important;
}
.rounded-2{
    border-radius: 0.5rem !important;
}
.rounded-3{
    border-radius: 1rem !important;
}
.rounded-4{
    border-radius: 1.5rem !important;
}

.flash-deal-item:hover .flash-deal-price{
    padding-top: 0 !important;
}

.hov-pl-1:hover{
    padding-left: 0.25rem !important;
}
.hov-pl-2:hover{
    padding-left: 0.5rem !important;
}
.hov-pl-3:hover{
    padding-left: 1rem !important;
}
.hov-column-gap-1{
    transition: all 0.5s;
    column-gap: 0;
}
.hov-column-gap-1:hover{
    column-gap: 0.25rem !important;
}
.hov-icon-opacity-100:hover i{
    opacity: 1 !important;
}
.link-disable{
    pointer-events: none;
    opacity: 0.3;
}
.card-columns{
    column-gap: 2rem;
}
.header_menu_links.active{
    background-color: rgb(0 0 0 / 10%) !important;
}
#spotlight {
    position: fixed;
    top: -1px;
    bottom: -1px;
    width: 100%;
    z-index: 99999;
    color: #fff;
    background-color: rgb(0 0 0 / 80%);
}

.home-category-name i{
    transition: all 0.5s;
    opacity: 0;
}
.home-category-name:hover i{
    opacity: 1;
}

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

.ls-1,
.hov-ls-1:hover{
    letter-spacing: 1px;
}

.less{
    max-height: 140px !important;
    overflow: hidden;
}
.svg-active svg *{
    fill: var(--primary) !important;
}

.aiz-carousel.product-gallery-thumb .slick-track {
    transform: translate3d(0, 0, 0) !important;
}

[dir="rtl"] .mr-4 {
    margin-right: inherit !important;
}

@media (min-width: 576px){
    .aiz-mobile-bottom-nav{
        width: 463px !important;
        height: 72px;
        border-radius: 36px;
    }
    .card-columns {
        column-count: 2 !important;
    }
}
@media (min-width: 768px){
    .fs-md-12 {
        font-size: 12px !important;
    }
    .fs-md-13 {
        font-size: 13px !important;
    }
    .fs-md-14 {
        font-size: 14px !important;
    }
    .fs-md-20 {
        font-size: 20px !important;
    }
    .fs-md-24 {
        font-size: 24px !important;
    }
    .gutters-md-16 {
        margin-right: -16px;
        margin-left: -16px;
    }
    .gutters-md-16 > .col,
    .gutters-md-16 > [class*="col-"] {
        padding-right: 16px;
        padding-left: 16px;
    }
}
@media (min-width: 992px){
    .card-columns {
        column-count: 3 !important;
    }
    .arrow-lg-none .slick-arrow {
        display: none !important;
    }
    .sticky-top-flash-deal{
        position: -webkit-sticky;
        position: sticky;
        top: 140px;
    }
}
@media (min-width: 1200px){
    .home-slider {
        max-width: calc(100% - 270px) !important;
    }
    .h-xl-100{
        height: 100% !important;
    }
}
/* Main category info*/
.main-category-info-icon{
    cursor: pointer;
}
.main-category-info{
    width: max-content;
    right: 0;
    bottom: 20px;
    border-radius: 4px;
}
.main-category-info-icon:hover .main-category-info{
    display: block !important;
}

/* treeview*/
.hummingbird-treeview,
.hummingbird-treeview *
{
    list-style: none;
    font-size: 13px;
    line-height: 12px;
}
.hummingbird-treeview label {
    font-weight: normal;
    width: 250px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    padding-left: 20px;
}
.hummingbird-treeview input[type=checkbox] {
    width: 13px;
    height: 12px;
    padding: 0px;
    margin: 0px;
}
.hummingbird-treeview input[type=radio] {
    float: right;
    margin-right: 10px;
}
.hummingbird-treeview ul:not(.hummingbird-base) {
    display: none;
}
.hummingbird-treeview .la {
    font-style: normal;
    cursor: pointer;
}
.hummingbird-treeview .las {
    font-style: normal;
    cursor: pointer;
    position: absolute;
    margin-top: 2px;
}
.hummingbird-base {
    white-space:nowrap;
    padding-inline-start: 0px !important;
}
.hummingbird-base ul {
    padding-inline-start: 15px !important;
}
.hummingbird-base li{
    margin-top: 5px;
    margin-bottom: 5px;
}
.hummingbird-base li[data-id]:not([data-id=""]) {
    position: relative;
}
@media (min-width: 1024px) and (max-width: 1399px) {
    .hummingbird-treeview label {
        width: 180px;
    }
}
@media (max-width: 375px) {
    .hummingbird-treeview label {
        width: 200px;
    }
}
@media (max-width: 345px) {
    .hummingbird-treeview label {
        width: 180px;
    }
}
