:root {
    --ninetheme-primary: #255946;
    --ninetheme-secondary: #efb443;
    --ninetheme-text: #2d2d2d;
    --ninetheme-text-soft: #6a6a6a;
    --ninetheme-dark: #161616;
    --ninetheme-dark-soft: #343131;
    --ninetheme-light: #ffffff;
    --ninetheme-light-soft: #bdbdbd;
    --ninetheme-gray: #E1E2E3;
    --ninetheme-gray-dark: #595959;
    --ninetheme-gray-soft: #F7F7F8;
    --ninetheme-border: #f0f0f1;
    --ninetheme-dark-border: #363636;
    --ninetheme-trans-border: #f7f7f833;
    --ninetheme-success: #5aab19;
    --ninetheme-red: #ED4B4B;
    --ninetheme-red-soft: #FFB1B1;
    --ninetheme-red-bg: #F9CCCC;
    --ninetheme-green: #255946;
    --ninetheme-green-soft: #49a760;
    --ninetheme-green-bg: #CCD6A6;
    --ninetheme-purple: #6C5EBC;
    --ninetheme-purple-soft: #BDB3FF;
    --ninetheme-purple-bg: #DFDBFD;
    --ninetheme-yellow: #efb443;
    --ninetheme-yellow-soft: #F8CA74;
    --ninetheme-yellow-bg: #FAF297;
    --ninetheme-brown: #ECDBBA;
    --ninetheme-cream: #F4EAD5;
    --ninetheme-blue-dark: #011962;
    --ninetheme-blue: #072ac8;
    --ninetheme-blue-soft: #1e96fc;
    --ninetheme-blue-bg: #88c7fd;
}

html {
    margin-right: 0px !important;
}

.wp-full-overlay-main {
    background-color: var(--ninetheme-light);
}

body {
    font-family: Inter, sans-serif;
    font-weight: 400;
    font-style: normal;
    font-size: 14px;
    color: var(--ninetheme-dark);
    line-height: 1.8;
    overflow-x: hidden;
    overflow-wrap: break-word;
    margin: 0px;
}

body {
    direction: ltr !important;
    unicode-bidi: embed !important;
}

#wpadminbar {
    direction: ltr !important;
    unicode-bidi: embed !important;
}

a, .button, button, .ninetheme-swiper-theme-style .swiper-button-prev, .ninetheme-swiper-theme-style .swiper-button-next {
    transition: 0.3s ease-out;
    color: var(--ninetheme-dark);
    outline: none medium;
}

a {
    background-color: transparent;
}

a:focus, .btn:focus, .button:focus {
    text-decoration: none;
    outline: none;
    box-shadow: none;
}

a:hover {
    color: var(--ninetheme-dark-soft);
    text-decoration: none;
    opacity: 0.8;
}

button:focus, input:focus, input:focus, textarea, textarea:focus {
    outline: 0px;
}

h1, h2, h3, h4, h5, h6 {
    color: var(--ninetheme-dark);
    margin-top: 0px;
    font-style: normal;
    font-weight: 600;
}

h1 a, h2 a, h3 a, h4 a, h5 a, h6 a {
    color: inherit;
}

h1, h1.elementor-heading-title {
    font-size: 40px;
    line-height: 1.2;
}

h2, h2.elementor-heading-title {
    font-size: 35px;
    line-height: 1.2;
}

h3, h3.elementor-heading-title {
    font-size: 28px;
    line-height: 1.3;
}

h4, h4.elementor-heading-title, h2.woocommerce-order-details__title {
    font-size: 22px;
    line-height: 1.4;
}

h5, h5.elementor-heading-title {
    font-size: 18px;
    line-height: 1.6;
}

h6, h6.elementor-heading-title {
    font-size: 16px;
    line-height: 1.6;
}

ul {
    margin: 0px;
    padding: 0px;
    list-style: none;
}

p {
    margin-bottom: 15px;
}

p.elementor-heading-title {
    line-height: 1.8;
}

hr {
    border-bottom: 1px solid var(--ninetheme-dark);
    border-top: 0px none;
    margin: 30px 0px;
    padding: 0px;
}

::selection {
    background: var(--ninetheme-dark);
    color: var(--ninetheme-light);
    text-shadow: none;
}

::placeholder {
    color: var(--ninetheme-gray-dark);
    font-size: 13px;
    opacity: 1;
}

input:-webkit-autofill, input:-webkit-autofill:hover, input:-webkit-autofill:focus, input:-webkit-autofill:active {
    box-shadow: white 0px 0px 0px 30px inset !important;
}

.ninetheme-scrollbar {
    padding-top: 20px;
}

.ninetheme-elementor-header-mobile-menu.ninetheme-scrollbar > .elementor-container, .ninetheme-scrollbar {
    overflow-y: auto;
    scrollbar-color: var(--ninetheme-gray) var(--ninetheme-dark);
    scrollbar-width: thin;
}

.ninetheme-elementor-header-mobile-menu.ninetheme-scrollbar > .elementor-container::-webkit-scrollbar, .ninetheme-scrollbar::-webkit-scrollbar {
    width: 2px;
}

.ninetheme-elementor-header-mobile-menu.ninetheme-scrollbar > .elementor-container::-webkit-scrollbar-thumb, .ninetheme-scrollbar::-webkit-scrollbar-thumb {
    background-color: var(--ninetheme-dark);
}

.ninetheme-elementor-header-mobile-menu.ninetheme-scrollbar > .elementor-container::-webkit-scrollbar-track, .ninetheme-scrollbar::-webkit-scrollbar-track {
    background-color: var(--ninetheme-gray);
}

.ninetheme-small-title, .ninetheme-small-title a {
    color: var(--ninetheme-dark);
}

@media (min-width: 1281px) {
    .hidden-on-desktop {
        display: none;
    }
}

@media (max-width: 1280px) {
    .hidden-on-mobile {
        display: none;
    }
}

.ninetheme-hidden {
    display: none;
}

body:not(.page-loaded) .ninetheme-select-location {
    opacity: 0;
}

body:not(.page-loaded) .ninetheme-before-loop-template {
    margin-bottom: 30px;
    position: relative;
    min-height: 200px;
    border: 2px solid rgb(0, 0, 0);
    border-radius: 5px;
    overflow: hidden;
    display: flex;
    align-items: center;
    justify-content: center;
}

body:not(.page-loaded) .ninetheme-before-loop-template .loading-template + div, body.page-loaded .ninetheme-before-loop-template .loading-template {
    display: none;
}

.page-loaded .ninetheme-before-loop-template .elementor-invisible {
    opacity: 1;
    visibility: visible;
}

body:not(.page-loaded) .ninetheme-swiper-slider .swiper-slide {
    max-width: 195px;
    margin-right: 15px;
}

.preloader.type-default {
    position: fixed;
    width: 100%;
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    background-color: rgb(255, 255, 255);
    z-index: 99999;
}

.ninetheme-elementor-header {
    z-index: 103;
    position: relative;
}

body:not(.single-elementor_library).mobile-active .ninetheme-elementor-header-desktop.hidden-on-mobile, body:not(.single-elementor_library):not(.mobile-active) .ninetheme-elementor-header-mobile.hidden-on-dektop, body:not(.single-elementor_library):not(.mobile-active) .ninetheme-elementor-header-mobile-menu.hidden-on-dektop, body.single-elementor_library:not(.elementor-editor-active).mobile-active .ninetheme-elementor-header-desktop.hidden-on-mobile, body.single-elementor_library:not(.elementor-editor-active):not(.mobile-active) .ninetheme-elementor-header-mobile.hidden-on-dektop, body.single-elementor_library:not(.elementor-editor-active):not(.mobile-active) .ninetheme-elementor-header-mobile-menu.hidden-on-dektop {
    display: none;
}

body.single-elementor_library:not(.elementor-editor-active) .elementor-section.ninetheme-elementor-header-mobile-menu, body:not(.single-elementor_library) .elementor-section.ninetheme-elementor-header-mobile-menu {
    position: fixed;
    width: 100%;
    z-index: 103;
    left: 0px;
    top: 0px;
    transform: translateX(-100%);
    overflow-x: hidden;
}

body.single-elementor_library:not(.elementor-editor-active) .elementor-section.ninetheme-elementor-header-mobile {
    z-index: 104;
}

body.single-elementor_library.elementor-editor-active.ninetheme-overlay-open .ninetheme-header-overlay {
    display: none;
}

body.single-elementor_library.elementor-editor-active.ninetheme-overlay-open {
    overflow: auto;
}

body.mobile-menu-active .elementor-section.ninetheme-elementor-header-mobile-menu.active, body .elementor-section.ninetheme-elementor-header-mobile-menu:not(.active) {
    transition: transform 0.65s cubic-bezier(0.165, 0.84, 0.44, 1) 0.075s, opacity 0.65s cubic-bezier(0.165, 0.84, 0.44, 1) 0.15s;
}

body.mobile-menu-active .elementor-section.ninetheme-elementor-header-mobile-menu.active {
    transform: translateX(0%);
    margin-top: 14px;
}

body:not(.single-elementor_library).scroll-start .elementor-section.ninetheme-section-sticky-yes {
    position: fixed;
    width: 100%;
    left: 0px;
}

.elementor-section .ninetheme-menu-toggle-wrapper {
    overflow: hidden;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    position: relative;
}

.elementor-section .mobile-menu-close-edit, .elementor-section .mobile-menu-open-edit, .elementor-section .mobile-menu-close, .elementor-section .mobile-menu-open {
    cursor: pointer;
    opacity: 1;
    transition: transform 0.35s cubic-bezier(0.165, 0.84, 0.44, 1) 0.075s, opacity 0.15s cubic-bezier(0.165, 0.84, 0.44, 1) 0.15s;
}

.elementor-section .ninetheme-menu-toggle-wrapper.active .mobile-menu-open-edit, .elementor-section .ninetheme-menu-toggle-wrapper.active .mobile-menu-open {
    transform: translateY(-100%);
    opacity: 0;
}

.elementor-section .ninetheme-menu-toggle-wrapper .mobile-menu-close-edit, .elementor-section .ninetheme-menu-toggle-wrapper .mobile-menu-close {
    transform: translateY(100%);
    position: absolute;
    top: 0px;
    opacity: 0;
}

.elementor-section .ninetheme-menu-toggle-wrapper.active .mobile-menu-close-edit, .elementor-section .ninetheme-menu-toggle-wrapper.active .mobile-menu-close {
    transform: translateY(0%);
    opacity: 1;
}

.elementor-widget-wp-widget-nav_menu li.menu-item-has-children .sub-menu {
    display: none;
}

.ninetheme-menu-toggle-wrapper {
    display: block;
    text-align: right;
}

.ninetheme-menu-toggle {
    display: inline-block;
    text-align: center;
}

.ninetheme-menu-toggle span {
    display: block;
    font-size: 12px;
    line-height: 1;
}

.ninetheme-button-wrapper {
    display: block;
    line-height: 0;
}

.ninetheme-btn.icon-position-top i, .ninetheme-btn.icon-position-bottom i {
    display: block;
}

.ninetheme-button-wrapper.is-full .ninetheme-btn {
    width: 100%;
}

.ninetheme-fullwidth {
    width: 100%;
}

.ninetheme-summary-item .ninetheme-btn-product, .ninetheme-btn {
    font-size: 14px;
    font-weight: 600;
    color: var(--ninetheme-light);
    padding: 10px 20px;
    text-transform: capitalize;
    display: inline-block;
    text-align: center;
    position: relative;
    cursor: pointer;
    border: 0px;
    line-height: 1;
    outline: none;
    border-radius: 5px;
    overflow: hidden;
}

.ninetheme-btn.ninetheme-btn-large {
    padding: 16px 30px;
    font-size: 16px;
}

.ninetheme-btn.ninetheme-btn-medium {
    padding: 13px 25px;
    font-size: 14px;
}

.ninetheme-btn.ninetheme-btn-medium.btn-icon-right {
   	fill: var(--e-global-color-178e57e);
    display: inline-flex;
    align-items: center;
}

.ninetheme-btn.ninetheme-btn-medium.btn-icon-right:hover {
	 fill: var(--ninetheme-light);
}

.ninetheme-btn.ninetheme-btn-medium.btn-icon-right svg {
    width: 12px;
    margin-left: 20px;
}

.ninetheme-btn.ninetheme-btn-small {
    padding: 10px 25px;
    font-size: 13px;
}

.ninetheme-btn-product {
    font-size: 16px;
    line-height: 1.6;
    font-weight: 500;
}

.ninetheme-dropdown-menu-trigger {
    display: flex;
    align-items: center;
    justify-content: center;
}

.ninetheme-input {
    padding: 0px 15px;
}

.ninetheme-input-large {
    height: 48px;
}

.ninetheme-input-medium {
    height: 38px;
    font-size: 14px;
}

.ninetheme-input-small {
    height: 33px;
    font-size: 13px;
    min-width: 160px;
}

.ninetheme-bg {
    background: var(--ninetheme-gray-soft);
}

.ninetheme-color.ninetheme-red {
    color: var(--ninetheme-red-soft);
    border-color: var(--ninetheme-red);
    background-color: var(--ninetheme-red);
}

.ninetheme-btn:hover {
    opacity: 1;
}

.ninetheme-label-primary.label-solid, .ninetheme-btn-primary {
    color: var(--ninetheme-light);
    border-color: var(--ninetheme-primary);
    background-color: var(--ninetheme-primary);
}

.ninetheme-btn-primary:hover {
    color: var(--ninetheme-light);
    background-color: var(--ninetheme-secondary);
}

.ninetheme-label-secondary.label-solid, .ninetheme-btn-secondary {
    color: var(--ninetheme-light);
    border-color: var(--ninetheme-primary);
    background-color: var(--ninetheme-primary);
}

.ninetheme-btn-secondary:hover {
    color: var(--ninetheme-light);
    background-color: var(--ninetheme-secondary);
}

.ninetheme-label-success.label-solid, .ninetheme-btn-success {
    color: var(--ninetheme-light);
    border-color: var(--ninetheme-success);
    background-color: var(--ninetheme-success);
}

.ninetheme-btn-success:hover {
    color: var(--ninetheme-light);
    background-color: var(--ninetheme-success);
}

.ninetheme-label-dark.label-solid, .ninetheme-btn-dark {
    color: var(--ninetheme-light);
    background-color: var(--ninetheme-dark);
}

.ninetheme-btn-dark:hover {
    color: var(--ninetheme-light);
    background-color: var(--ninetheme-secondary);
}

.ninetheme-label-dark-soft.label-solid, .ninetheme-btn-dark-soft {
    color: var(--ninetheme-light);
    background-color: var(--ninetheme-dark-soft);
}

.ninetheme-btn-dark-soft:hover {
    color: var(--ninetheme-light);
    background-color: var(--ninetheme-dark-soft);
}

.ninetheme-label-light.label-solid, .ninetheme-btn-light {
    color: var(--ninetheme-dark);
    background-color: var(--ninetheme-light);
}

.ninetheme-btn-light:hover {
    color: var(--ninetheme-dark);
    background-color: var(--ninetheme-light);
}

.ninetheme-label-light-soft.label-solid, .ninetheme-btn-light-soft {
    color: var(--ninetheme-dark);
    background-color: var(--ninetheme-light-soft);
}

.ninetheme-btn-light-soft:hover {
    color: var(--ninetheme-dark);
    background-color: var(--ninetheme-light-soft);
}

.ninetheme-label-gray.label-solid, .ninetheme-btn-gray {
    color: var(--ninetheme-dark);
    background-color: var(--ninetheme-gray);
}

.ninetheme-btn-gray:hover {
    color: var(--ninetheme-light);
    background-color: var(--ninetheme-dark);
}

.ninetheme-label-gray-soft.label-solid, .ninetheme-btn-gray-soft {
    color: var(--ninetheme-dark);
    background-color: var(--ninetheme-gray-soft);
}

.ninetheme-btn-gray-soft:hover {
    color: var(--ninetheme-light);
    background-color: var(--ninetheme-dark);
}

.ninetheme-label-gray-dark.label-solid, .ninetheme-btn-gray-dark {
    color: var(--ninetheme-dark);
    background-color: var(--ninetheme-gray-dark);
}

.ninetheme-btn-gray-dark:hover {
    color: var(--ninetheme-light);
    background-color: var(--ninetheme-dark);
}

.ninetheme-label-green.label-solid, .ninetheme-btn-green {
    color: var(--ninetheme-light);
    background-color: var(--ninetheme-green);
}

.ninetheme-btn-green:hover {
    color: var(--ninetheme-light);
    background-color: var(--ninetheme-secondary);
}

.ninetheme-label-green-soft.label-solid, .ninetheme-btn-green-soft {
    color: var(--ninetheme-light);
    background-color: var(--ninetheme-green-soft);
}

.ninetheme-btn-green-soft:hover {
    color: var(--ninetheme-light);
    background-color: var(--ninetheme-secondary);
}

.ninetheme-label-red.label-solid, .ninetheme-btn-red {
    color: var(--ninetheme-light);
    background-color: var(--ninetheme-red);
}

.ninetheme-btn-red:hover {
    color: var(--ninetheme-light);
    background-color: var(--ninetheme-red-soft);
}

.ninetheme-label-red-soft.label-solid, .ninetheme-btn-red-soft {
    color: var(--ninetheme-light);
    background-color: var(--ninetheme-red-soft);
}

.ninetheme-btn-red-soft:hover {
    color: var(--ninetheme-light);
    background-color: var(--ninetheme-red-soft);
}

.ninetheme-label-red-bg.label-solid, .ninetheme-btn-red-bg {
    color: var(--ninetheme-light);
    background-color: var(--ninetheme-red-bg);
}

.ninetheme-btn-red-bg:hover {
    color: var(--ninetheme-light);
    background-color: var(--ninetheme-red-bg);
}

.ninetheme-label-brown.label-solid, .ninetheme-btn-brown {
    color: var(--ninetheme-dark);
    background-color: var(--ninetheme-brown);
}

.ninetheme-btn-brown:hover {
    color: var(--ninetheme-light);
    background-color: var(--ninetheme-secondary);
}

.ninetheme-label-blue.label-solid, .ninetheme-btn-blue {
    color: var(--ninetheme-light);
    background-color: var(--ninetheme-blue);
}

.ninetheme-btn-blue:hover {
    color: var(--ninetheme-light);
    background-color: var(--ninetheme-blue-soft);
}

.ninetheme-label-blue-soft.label-solid, .ninetheme-btn-blue-soft {
    color: var(--ninetheme-blue-dark);
    background-color: var(--ninetheme-blue-soft);
}

.ninetheme-btn-blue-soft:hover {
    color: var(--ninetheme-light);
    background-color: var(--ninetheme-blue);
}

.ninetheme-label-blue-dark.label-solid, .ninetheme-btn-blue-dark {
    color: var(--ninetheme-light);
    background-color: var(--ninetheme-blue-dark);
}

.ninetheme-btn-blue-dark:hover {
    color: var(--ninetheme-light);
    background-color: var(--ninetheme-blue-soft);
}

.ninetheme-label-blue-bg.label-solid, .ninetheme-btn-blue-bg {
    color: var(--ninetheme-light);
    background-color: var(--ninetheme-blue-bg);
}

.ninetheme-btn-blue-bg:hover {
    color: var(--ninetheme-light);
    background-color: var(--ninetheme-blue);
}

.ninetheme-label-purple.label-solid, .ninetheme-btn-purple {
    color: var(--ninetheme-light);
    background-color: var(--ninetheme-purple);
}

.ninetheme-btn-purple:hover {
    color: var(--ninetheme-light);
    background-color: var(--ninetheme-purple-soft);
}

.ninetheme-label-purple-soft.label-solid, .ninetheme-btn-purple-soft {
    color: var(--ninetheme-light);
    background-color: var(--ninetheme-purple-soft);
}

.ninetheme-btn-purple-soft:hover {
    color: var(--ninetheme-light);
    background-color: var(--ninetheme-purple);
}

.ninetheme-label-purple-bg.label-solid, .ninetheme-btn-purple-bg {
    color: var(--ninetheme-light);
    background-color: var(--ninetheme-purple-bg);
}

.ninetheme-btn-purple-bg:hover {
    color: var(--ninetheme-light);
    background-color: var(--ninetheme-purple);
}

.ninetheme-label-yellow.label-solid, .ninetheme-btn-yellow {
    color: var(--ninetheme-light);
    background-color: var(--ninetheme-yellow);
}

.ninetheme-btn-yellow:hover {
    color: var(--ninetheme-light);
    background-color: var(--ninetheme-primary);
}

.ninetheme-label-yellow-soft.label-solid, .ninetheme-btn-yellow-soft {
    color: var(--ninetheme-dark);
    background-color: var(--ninetheme-yellow-soft);
}

.ninetheme-btn-yellow-soft:hover {
    color: var(--ninetheme-dark);
    background-color: var(--ninetheme-yellow);
}

.ninetheme-label-yellow-bg.label-solid, .ninetheme-btn-yellow-bg {
    color: var(--ninetheme-dark);
    background-color: var(--ninetheme-yellow-bg);
}

.ninetheme-btn-yellow-bg:hover {
    color: var(--ninetheme-dark);
    background-color: var(--ninetheme-yellow);
}

.ninetheme-label-cream.label-solid, .ninetheme-btn-cream {
    color: var(--ninetheme-dark);
    background-color: var(--ninetheme-cream);
}

.ninetheme-btn-cream:hover {
    color: var(--ninetheme-dark);
    background-color: var(--ninetheme-dark);
}

.ninetheme-btn.ninetheme-btn-border {
    background-color: transparent;
    border: 2px solid var(--ninetheme-primary);
    color: var(--ninetheme-primary);
}

.label-border.ninetheme-label-primary, .ninetheme-btn-border.ninetheme-btn-primary {
    color: var(--ninetheme-primary);
    border-color: var(--ninetheme-primary);
}

.ninetheme-btn-border.ninetheme-btn-primary:hover {
    color: var(--ninetheme-light);
    background-color: var(--ninetheme-primary);
}

.label-border.ninetheme-label-secondary, .ninetheme-btn-border.ninetheme-btn-secondary {
    color: var(--ninetheme-secondary);
    border-color: var(--ninetheme-secondary);
}

.ninetheme-btn-border.ninetheme-btn-secondary:hover {
    color: var(--ninetheme-light);
    background-color: var(--ninetheme-primary);
}

.label-border.ninetheme-label-success, .ninetheme-btn-border.ninetheme-btn-success {
    color: var(--ninetheme-success);
    border-color: var(--ninetheme-success);
}

.ninetheme-btn-border.ninetheme-btn-success:hover {
    color: var(--ninetheme-light);
    background-color: var(--ninetheme-success);
}

.label-border.ninetheme-label-light, .ninetheme-btn-border.ninetheme-btn-light {
    color: var(--ninetheme-light);
    border-color: var(--ninetheme-light);
}

.ninetheme-btn-border.ninetheme-btn-light:hover {
    color: var(--ninetheme-dark);
    background-color: var(--ninetheme-light);
}

.label-border.ninetheme-label-light-soft, .ninetheme-btn-border.ninetheme-btn-light-soft {
    color: var(--ninetheme-light-soft);
    border-color: var(--ninetheme-light-soft);
}

.ninetheme-btn-border.ninetheme-btn-light-soft:hover {
    color: var(--ninetheme-dark);
    background-color: var(--ninetheme-light-soft);
}

.label-border.ninetheme-label-dark, .ninetheme-btn-border.ninetheme-btn-dark {
    color: var(--ninetheme-dark);
    border-color: var(--ninetheme-dark);
}

.ninetheme-btn-border.ninetheme-btn-dark:hover {
    color: var(--ninetheme-light);
    background-color: var(--ninetheme-dark);
}

.label-border.ninetheme-label-dark-soft, .ninetheme-btn-border.ninetheme-btn-dark-soft {
    color: var(--ninetheme-dark-soft);
    border-color: var(--ninetheme-dark-soft);
}

.ninetheme-btn-border.ninetheme-btn-dark-soft:hover {
    color: var(--ninetheme-light);
    background-color: var(--ninetheme-dark-soft);
}

.label-border.ninetheme-label-gray, .ninetheme-btn-border.ninetheme-btn-gray {
    color: var(--ninetheme-dark);
    border-color: var(--ninetheme-gray);
}

.ninetheme-btn-border.ninetheme-btn-gray:hover {
    color: var(--ninetheme-light);
    background-color: var(--ninetheme-gray);
}

.label-border.ninetheme-label-gray-dark, .ninetheme-btn-border.ninetheme-btn-gray-dark {
    color: var(--ninetheme-dark);
    border-color: var(--ninetheme-gray-dark);
}

.ninetheme-btn-border.ninetheme-btn-gray-dark:hover {
    color: var(--ninetheme-dark);
    background-color: var(--ninetheme-gray-dark);
}

.label-border.ninetheme-label-gray-soft, .ninetheme-btn-border.ninetheme-btn-gray-soft {
    color: var(--ninetheme-dark);
    border-color: var(--ninetheme-gray-soft);
}

.ninetheme-btn-border.ninetheme-btn-gray-soft:hover {
    color: var(--ninetheme-dark);
    background-color: var(--ninetheme-gray-soft);
}

.label-border.ninetheme-label-green, .ninetheme-btn-border.ninetheme-btn-green {
    color: var(--ninetheme-green);
    border-color: var(--ninetheme-green);
}

.ninetheme-btn-border.ninetheme-btn-green:hover {
    color: var(--ninetheme-light);
    background-color: var(--ninetheme-green);
}

.label-border.ninetheme-label-green-soft, .ninetheme-btn-border.ninetheme-btn-green-soft {
    color: var(--ninetheme-green-soft);
    border-color: var(--ninetheme-green-soft);
}

.ninetheme-btn-border.ninetheme-btn-green-soft:hover {
    color: var(--ninetheme-light);
    background-color: var(--ninetheme-green-soft);
}

.label-border.ninetheme-label-green-bg, .ninetheme-btn-border.ninetheme-btn-green-bg {
    color: var(--ninetheme-green-bg);
    border-color: var(--ninetheme-green-bg);
}

.ninetheme-btn-border.ninetheme-btn-green-bg:hover {
    color: var(--ninetheme-light);
    background-color: var(--ninetheme-green-bg);
}

.label-border.ninetheme-label-red, .ninetheme-btn-border.ninetheme-btn-red {
    color: var(--ninetheme-red);
    border-color: var(--ninetheme-red);
}

.ninetheme-btn-border.ninetheme-btn-red:hover {
    color: var(--ninetheme-light);
    background-color: var(--ninetheme-red);
}

.label-border.ninetheme-label-red-soft, .ninetheme-btn-border.ninetheme-btn-red-soft {
    color: var(--ninetheme-red);
    border-color: var(--ninetheme-red-soft);
}

.ninetheme-btn-border.ninetheme-btn-red-soft:hover {
    color: var(--ninetheme-light);
    background-color: var(--ninetheme-red-soft);
}

.label-border.ninetheme-label-red-bg, .ninetheme-btn-border.ninetheme-btn-red-bg {
    color: var(--ninetheme-light);
    border-color: var(--ninetheme-red-bg);
}

.ninetheme-btn-border.ninetheme-btn-red-bg:hover {
    color: var(--ninetheme-light);
    background-color: var(--ninetheme-red-bg);
}

.label-border.ninetheme-label-brown, .ninetheme-btn-border.ninetheme-btn-brown {
    color: var(--ninetheme-brown);
    border-color: var(--ninetheme-brown);
}

.ninetheme-btn-border.ninetheme-btn-brown:hover {
    color: var(--ninetheme-light);
    background-color: var(--ninetheme-brown);
}

.label-border.ninetheme-label-blue, .ninetheme-btn-border.ninetheme-btn-blue {
    color: var(--ninetheme-blue);
    border-color: var(--ninetheme-blue);
}

.ninetheme-btn-border.ninetheme-btn-blue:hover {
    color: var(--ninetheme-light);
    background-color: var(--ninetheme-blue);
}

.label-border.ninetheme-label-blue-dark, .ninetheme-btn-border.ninetheme-btn-blue-dark {
    color: var(--ninetheme-blue-dark);
    border-color: var(--ninetheme-blue-dark);
}

.ninetheme-btn-border.ninetheme-btn-blue-dark:hover {
    color: var(--ninetheme-light);
    background-color: var(--ninetheme-blue-dark);
}

.label-border.ninetheme-label-blue-soft, .ninetheme-btn-border.ninetheme-btn-blue-soft {
    color: var(--ninetheme-blue-dark);
    border-color: var(--ninetheme-blue-soft);
}

.ninetheme-btn-border.ninetheme-btn-blue-soft:hover {
    color: var(--ninetheme-blue-dark);
    background-color: var(--ninetheme-blue-soft);
}

.label-border.ninetheme-label-blue-bg, .ninetheme-btn-border.ninetheme-btn-blue-bg {
    color: var(--ninetheme-blue-bg);
    border-color: var(--ninetheme-blue-bg);
}

.ninetheme-btn-border.ninetheme-btn-blue-bg:hover {
    color: var(--ninetheme-light);
    background-color: var(--ninetheme-blue-bg);
}

.label-border.ninetheme-label-purple, .ninetheme-btn-border.ninetheme-btn-purple {
    color: var(--ninetheme-primary);
    border-color: var(--ninetheme-primary);
}

.ninetheme-btn-border.ninetheme-btn-purple:hover {
    color: var(--ninetheme-light);
    background-color: var(--ninetheme-primary);
}

.label-border.ninetheme-label-purple-soft, .ninetheme-btn-border.ninetheme-btn-purple-soft {
    color: var(--ninetheme-primary);
    border-color: var(--ninetheme-purple-soft);
}

.ninetheme-btn-border.ninetheme-btn-purple-soft:hover {
    color: var(--ninetheme-primary);
    background-color: var(--ninetheme-purple-soft);
}

.label-border.ninetheme-label-purple-bg, .ninetheme-btn-border.ninetheme-btn-purple-bg {
    color: var(--ninetheme-light);
    border-color: var(--ninetheme-purple-bg);
}

.ninetheme-btn-border.ninetheme-btn-purple-bg:hover {
    color: var(--ninetheme-light);
    background-color: var(--ninetheme-purple-bg);
}

.label-border.ninetheme-label-yellow, .ninetheme-btn-border.ninetheme-btn-yellow {
    color: var(--ninetheme-dark);
    border-color: var(--ninetheme-yellow);
}

.ninetheme-btn-border.ninetheme-btn-yellow:hover {
    color: var(--ninetheme-dark);
    background-color: var(--ninetheme-yellow);
}

.label-border.ninetheme-label-yellow-soft, .ninetheme-btn-border.ninetheme-btn-yellow-soft {
    color: var(--ninetheme-dark);
    border-color: var(--ninetheme-purple-soft);
}

.ninetheme-btn-border.ninetheme-btn-yellow-soft:hover {
    color: var(--ninetheme-dark);
    background-color: var(--ninetheme-yellow-soft);
}

.label-border.ninetheme-label-yellow-bg, .ninetheme-btn-border.ninetheme-btn-yellow-bg {
    color: var(--ninetheme-dark);
    border-color: var(--ninetheme-purple-bg);
}

.ninetheme-btn-border.ninetheme-btn-yellow-bg:hover {
    color: var(--ninetheme-dark);
    background-color: var(--ninetheme-yellow-bg);
}

.ninetheme-btn-radius {
    border-radius: 30px;
}

.ninetheme-btn-radius-soft {
    border-radius: 5px;
}

.ninetheme-btn-square {
    border-radius: 0px;
}

.ninetheme-button-wrapper .ninetheme-btn.ninetheme-btn-text, .ninetheme-btn.ninetheme-btn-text.ninetheme-btn-dark, .ninetheme-btn-text .ninetheme-btn, .ninetheme-btn-text.ninetheme-btn {
    font-size: 13px;
    font-weight: 600;
    color: var(--ninetheme-dark);
    padding: 0px;
    min-width: auto;
    text-transform: capitalize;
    letter-spacing: 1px;
    display: inline-block;
    background: transparent;
    border: none;
    height: auto;
}

.ninetheme-button-wrapper .ninetheme-btn.ninetheme-btn-text:hover, .ninetheme-btn.ninetheme-btn-text.ninetheme-btn-dark:hover, .ninetheme-btn-text .ninetheme-btn:hover, .ninetheme-btn-text.ninetheme-btn:hover {
    background: transparent;
    color: var(--ninetheme-dark);
}

.ninetheme-btn.ninetheme-btn-text.ninetheme-btn-primary {
    color: var(--ninetheme-primary);
}

.ninetheme-btn.ninetheme-btn-text.ninetheme-btn-gray {
    color: var(--ninetheme-gray);
}

.ninetheme-btn.ninetheme-btn-text.ninetheme-btn-gray-soft {
    color: var(--ninetheme-gray-soft);
}

.ninetheme-btn.ninetheme-btn-text.ninetheme-btn-green {
    color: var(--ninetheme-green);
}

.ninetheme-btn.ninetheme-btn-text.ninetheme-btn-green-soft {
    color: var(--ninetheme-green-soft);
}

.ninetheme-btn.ninetheme-btn-text.ninetheme-btn-brown {
    color: var(--ninetheme-brown);
}

.ninetheme-btn.ninetheme-btn-text.ninetheme-btn-red {
    color: var(--ninetheme-red);
}

.ninetheme-btn.ninetheme-btn-text.ninetheme-btn-yellow {
    color: var(--ninetheme-yellow);
}

.ninetheme-btn.ninetheme-btn-text.ninetheme-btn-yellow-soft {
    color: var(--ninetheme-yellow-soft);
}

.ninetheme-btn.ninetheme-btn-text.ninetheme-btn-blue {
    color: var(--ninetheme-blue);
}

.ninetheme-btn.ninetheme-btn-text.ninetheme-btn-blue-dark {
    color: var(--ninetheme-blue-dark);
}

.ninetheme-btn.ninetheme-btn-text.ninetheme-btn-blue-soft {
    color: var(--ninetheme-blue-soft);
}

.ninetheme-btn.ninetheme-btn-text.ninetheme-btn-purple {
    color: var(--ninetheme-primary);
}

.ninetheme-btn.ninetheme-btn-text.ninetheme-btn-purple-soft {
    color: var(--ninetheme-purple-soft);
}

.ninetheme-button-wrapper .ninetheme-btn.ninetheme-btn-text:hover, .ninetheme-btn-text .ninetheme-btn:hover, .ninetheme-btn-text.ninetheme-btn:hover {
    color: var(--ninetheme-primary);
}

.ninetheme-label.ninetheme-bg-default {
    color: var(--ninetheme-red);
    background-color: var(--ninetheme-red-bg);
}

.ninetheme-bg-red-soft {
    color: var(--ninetheme-red);
    background-color: var(--ninetheme-red-bg);
}

.ninetheme-bg-green-soft {
    color: var(--ninetheme-light);
    background-color: var(--ninetheme-green-soft);
}

.ninetheme-bg-purple-soft {
    color: var(--ninetheme-purple);
    background-color: var(--ninetheme-purple-soft);
}

.ninetheme-bg-yellow-soft {
    color: var(--ninetheme-dark);
    background-color: var(--ninetheme-yellow-soft);
}

.ninetheme-bg-blue-soft {
    color: var(--ninetheme-light);
    background-color: var(--ninetheme-blue-soft);
}

.ninetheme-list-disc ul, ul.ninetheme-list-disc {
    list-style: none;
}

.ninetheme-list-disc li, ul.ninetheme-list-disc li {
    position: relative;
}

.ninetheme-list-disc li::before, ul.ninetheme-list-disc li::before {
    position: absolute;
    top: 10px;
    left: -20px;
    padding: 0px;
    border: 1px solid var(--ninetheme-gray);
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 10px;
    line-height: 1;
    width: 8px;
    height: 8px;
    content: "";
}

.ninetheme-list-disc li::after, ul.ninetheme-list-disc li::after {
    position: absolute;
    top: 13px;
    left: -17px;
    padding: 0px;
    background: var(--ninetheme-dark);
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 10px;
    line-height: 1;
    width: 2px;
    height: 2px;
    content: "";
}

.nt-logo img {
    width: 100%;
    max-width: 217px;
}

.ninetheme-header-mobile-top .nt-logo img {
    max-width: 136px;
}

.ninetheme-header-mobile-sidebar-logo .nt-logo img {
    max-width: 100px;
}

a.nt-logo.logo-type-text {
    position: relative;
    display: block;
    line-height: 1;
}

.header-text-logo {
    font-size: 24px;
    text-transform: uppercase;
    font-weight: 700;
    line-height: 1;
    display: flex;
    color: var(--ninetheme-primary);
}

.ninetheme-header-default-bottom-sticky .header-text-logo {
    color: var(--ninetheme-light);
    margin-right: 30px;
}

.header-text-logo span {
    font-size: 24px;
    text-transform: uppercase;
    font-weight: 600;
    line-height: 1;
    display: block;
    color: var(--ninetheme-success);
}

.ninetheme-header-mobile-sidebar-logo .header-text-logo-mini, .header-text-logo-mini {
    display: none;
}

.scroll-start .ninetheme-section-fixed-yes {
    position: fixed;
    width: 100%;
    top: 0px;
}

.sticky-start .has-sticky-logo .main-logo, .has-sticky-logo .sticky-logo {
    display: none;
}

.sticky-start .has-sticky-logo .sticky-logo {
    display: block;
}

@media (max-width: 768px) {
    .header-text-logo {
        line-height: 1;
    }
}

.ninetheme-page-hero {
    background-position: center center;
    background-size: cover;
    background-repeat: no-repeat;
    height: 150px;
    background-color: var(--ninetheme-green-bg);
    color: var(--ninetheme-light);
    display: flex;
    align-items: center;
}

.page-hero-big {
    min-height: 280px;
    position: relative;
    justify-content: center;
    margin-top: -38px;
}

.ninetheme-page-hero-off {
    background-image: url("../images/hero-default-bg.png");
}

.ninetheme-page-hero-content h2 {
    text-transform: capitalize;
    margin-bottom: 0px;
    overflow-wrap: break-word;
    word-break: break-word;
    color: var(--ninetheme-light);
}

.ninetheme-page-hero-content h2, .ninetheme-breadcrumb li span, .ninetheme-breadcrumb li a {
    color: rgb(33, 65, 0);
}

.blog li.trail-item.breadcrumb-item.trail-end.active {
    display: none;
}

.ninetheme-page-hero.page-hero-mini {
    height: 80px;
}

.ninetheme-page-hero.page-hero-mini .ninetheme-page-hero-content {
    justify-content: space-between;
}

.ninetheme-page-hero.page-hero-big .ninetheme-page-hero-content {
    flex-direction: column;
}

@media (max-width: 768px) {
    .ninetheme-page-hero.page-hero-mini .ninetheme-page-hero-content {
        flex-direction: column;
    }

    .ninetheme-page-hero.page-hero-mini {
        height: 130px;
    }

    .ninetheme-page-hero.page-hero-mini .ninetheme-page-hero-content h2 {
        margin: 0px 0px 10px;
        text-align: center;
    }

    .ninetheme-page-hero-content h2 {
        font-size: 18px;
    }
}

.has-default-header-type-trans.header-trans-light .ninetheme-page-hero {
    background-color: var(--ninetheme-dark);
    color: var(--ninetheme-light);
}

.has-default-header-type-trans.header-trans-light .ninetheme-page-hero h2 {
    color: var(--ninetheme-light);
    margin-bottom: 30px;
}

.has-default-header-type-trans.header-trans-dark .ninetheme-page-hero.page-hero-mini h2, .has-default-header-type-trans.header-trans-light .ninetheme-page-hero.page-hero-mini h2, .has-default-header-type-trans.header-trans-dark .ninetheme-page-hero.page-hero-big h2, .has-default-header-type-trans.header-trans-light .ninetheme-page-hero.page-hero-big h2 {
    margin-bottom: 0px;
}

.has-default-header-type-trans.header-trans-dark .ninetheme-page-hero.page-hero-mini, .has-default-header-type-trans.header-trans-light .ninetheme-page-hero.page-hero-mini {
    display: flex;
    align-items: flex-end;
    height: 160px;
    padding-bottom: 20px;
}

.ninetheme-page-hero.page-hero-big .ninetheme-breadcrumbs {
    margin-top: 15px;
}

.ninetheme-breadcrumb li {
    list-style: none;
}

.ninetheme-breadcrumb li, .ninetheme-breadcrumb li a {
    display: inline-block;
    color: var(--ninetheme-gray-dark);
    padding: 0px;
    max-width: 100%;
}

.breadcrumb-item + .breadcrumb-item::before {
    content: "";
    display: inline-block;
    padding-right: 0px;
    width: 4px;
    height: 4px;
    background-color: var(--ninetheme-text-soft);
    border-radius: 50%;
    margin-bottom: 2px;
    margin-right: 10px;
    margin-left: 10px;
}

@media (max-width: 576px) {
    .ninetheme-shop-filter-top-area .ninetheme-breadcrumb li, .ninetheme-shop-filter-top-area .ninetheme-breadcrumb li a {
        font-size: 11px;
    }

    .ninetheme-breadcrumb li, .ninetheme-breadcrumb li a {
        font-size: 14px;
    }

    .breadcrumb-item + .breadcrumb-item::before {
        margin-right: 5px;
        margin-left: 5px;
    }
}

.ninetheme-coming-time, .ninetheme-coming-time .time-count {
    display: flex;
    align-items: center;
    justify-content: flex-start;
}

.ninetheme-coming-time .time-count {
    display: flex;
    align-items: center;
    justify-content: center;
    line-height: 1;
    min-width: 10px;
    letter-spacing: 1px;
    color: var(--ninetheme-light);
    background-color: var(--ninetheme-red);
    padding: 10px 15px;
    border-radius: 4px;
    font-size: 12px;
    font-weight: 500;
}

.ninetheme-product-summary .ninetheme-coming-time .time-count {
    padding: 12px 10px;
}

.ninetheme-viewed-offer-time .offer-time-text {
    color: var(--ninetheme-dark);
    font-weight: 600;
    font-size: 13px;
    margin-bottom: 15px;
}

.ninetheme-viewed-offer-time .separator {
    margin: 0px 5px;
    color: var(--ninetheme-dark);
}

.ninetheme-viewed-offer-time .offer-time-icon {
    margin-left: -50px;
}

.ninetheme-product-summary .offer-time-icon svg {
    max-width: 60px;
    max-height: 60px;
}

.ninetheme-summary-item.ninetheme-viewed-offer-time {
    display: flex;
    align-items: center;
    background: var(--ninetheme-yellow-bg);
    padding: 20px;
    border-radius: 5px;
}

.offer-time-inner {
    margin-left: 20px;
    max-width: 270px;
}

.ninetheme-countdown-title-wrapper.ninetheme-display-inline {
    display: flex;
    align-items: center;
    justify-content: flex-start;
    flex-wrap: wrap;
}

.ninetheme-countdown-title-wrapper.ninetheme-display-inline .ninetheme-super-deal-title {
    margin: 0px 30px 0px 0px;
}

.ninetheme-super-deal-area .ninetheme-super-deal-title-wrapper {
    display: inline-flex;
    justify-content: flex-start;
    align-items: center;
    flex-wrap: wrap;
    width: 100%;
    margin-bottom: 30px;
}

.ninetheme-super-deal-area .ninetheme-super-deal-title-wrapper .ninetheme-super-deal-title {
    margin: 0px 30px 0px 0px;
}

.ninetheme-product-summary .ninetheme-viewed-offer-time .offer-time-text svg {
    max-width: 50px;
    max-height: 50px;
    margin-right: 25px;
    margin-left: 10px;
}

.ninetheme-list-product-top {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding-bottom: 10px;
    border-bottom: 1px solid var(--ninetheme-dark);
    margin-bottom: 40px;
}

.ninetheme-list-product-top .title {
    font-size: 22px;
    margin-bottom: 0px;
    width: 70%;
}

.ninetheme-list-product-top .view-all {
    font-size: 16px;
    font-weight: 600;
}

.ninetheme-list-product-item {
    border: 1px solid rgb(236, 236, 236);
    display: flex;
    align-items: center;
    padding: 20px 10px;
    position: relative;
    transition: 0.3s linear;
    background: var(--ninetheme-light);
}

.ninetheme-list-product-thumb {
    margin-right: 25px;
    position: relative;
}

.ninetheme-list-product-content {
    flex-grow: 1;
}

.ninetheme-list-product-content h6 {
    font-size: 16px;
    margin-bottom: 7px;
}

.ninetheme-list-product-content p {
    margin-bottom: 7px;
}

.ninetheme-list-product-item .rating {
    display: flex;
}

.ninetheme-list-product-item .rating .star-rating {
    float: none;
}

.ninetheme-list-product-item:hover {
    border-color: var(--ninetheme-dark);
}

.ninetheme-list-product-item .ninetheme-label {
    position: absolute;
    left: 10px;
    top: 10px;
    padding: 0px 5px;
}

.woocommerce .ninetheme-list-product-thumb img, .ninetheme-list-product-thumb img {
    max-width: 100px;
}

.ninetheme-content blockquote .quote-icon {
    margin-right: 25px;
}

.ninetheme-content blockquote {
    margin: 30px 0px;
    font-size: 18px;
    color: var(--ninetheme-dark);
    font-weight: 500;
    line-height: 1.9;
    background: var(--ninetheme-gray-soft);
}

.ninetheme-content blockquote p {
    margin: 0px;
}

.single .ninetheme-post-thumb-wrapper img {
    border-radius: 4px;
}

.ninetheme-content .ninetheme-post-content-wrapper > ul:last-child {
    margin-bottom: 0px;
}

.ninetheme-blog-post-meta-bottom {
    margin-top: 15px;
    padding-top: 10px;
    border-top: 1px solid var(--ninetheme-gray);
}

.ninetheme-related-post-area.ninetheme-bg.section-padding .section-title.text-center.mb-40 {
    margin-bottom: 20px !important;
}

.blog-area .nt-sidebar-inner-wrapper .nt-sidebar-inner {
    padding: 30px;
    border: 1px solid var(--ninetheme-border);
    border-radius: 4px;
}

.ninetheme-blog-post-meta-bottom .ninetheme-meta-label {
    font-weight: 600;
    color: var(--ninetheme-dark);
}

.ninetheme-blog-post-meta-bottom a {
    color: var(--ninetheme-gray-dark);
}

.ninetheme-blog-post-meta-bottom .ninetheme-post-meta + .ninetheme-post-meta {
    margin-top: 5px;
}

.ninetheme-blog-post-meta-top {
    margin-bottom: 20px;
}

.single .ninetheme-blog-post-meta-top {
    margin-bottom: 20px;
    font-size: 12px;
    text-transform: uppercase;
    font-weight: 500;
    letter-spacing: 0.3px;
    display: flex;
    justify-content: flex-start;
    align-items: center;
}

.single .ninetheme-blog-post-meta-top a {
    margin-right: 15px;
    color: var(--ninetheme-dark-soft);
}

.comment-text p {
    margin-bottom: 0px;
    padding-right: 100px;
}

.blog-comment ul li.comment-reply {
    margin-left: 80px;
}

.blog-comment ul li:last-child {
    margin-bottom: 0px;
}

.comment-form textarea {
    width: 100%;
    padding: 20px;
    margin-bottom: 0px;
    height: 160px;
    transition: 0.3s;
    font-size: 14px;
    border-radius: 4px;
    color: var(--ninetheme-dark-soft);
}

.comment-form input:not(.ninetheme-btn):not([type="checkbox"]) {
    width: 100%;
    padding: 12px 20px;
    margin-bottom: 20px;
    color: var(--ninetheme-dark-soft);
    transition: 0.3s;
    font-size: 13px;
}

.comment-form input:not(.ninetheme-btn)::placeholder, .comment-form textarea::placeholder {
    color: var(--ninetheme-dark);
}

.comment-check-box input {
    width: auto;
    margin: 0px;
}

.comment-check-box label {
    font-size: 14px;
    color: var(--ninetheme-dark-soft);
    margin: 0px;
    user-select: none;
}

.comment-check-box {
    display: flex;
    align-items: flex-start;
}

.ninetheme-error-txt {
    font-size: 150px;
    font-weight: 600;
    margin-bottom: 20px;
    line-height: 1;
    color: var(--ninetheme-primary);
}

.ninetheme-error-content h5 {
    font-weight: 500;
    margin-bottom: 15px;
}

.ninetheme-error-content p {
    margin-bottom: 0px;
}

.ninetheme-error-content .search_form {
    margin-top: 25px;
}

.ninetheme-error-area .search_form form {
    position: relative;
}

.ninetheme-error-area .search_form form input {
    height: 50px;
    padding: 5px 60px 5px 20px;
    margin-bottom: 20px;
    box-shadow: none;
}

.ninetheme-error-content .ninetheme-fill-out {
    background: var(--ninetheme-primary);
}

.ninetheme-error-area .search_form form input:focus {
    height: 50px;
}

.ninetheme-error-area .search_form .icon_search {
    position: absolute;
    right: 18px;
    top: 50%;
    padding: 0px 0px 0px 15px;
    transform: translateY(-50%);
    border-radius: 0px;
    box-shadow: none;
    border-top: none;
    border-right: none;
    border-bottom: none;
    border-image: initial;
    border-left: 1px solid rgb(221, 221, 221);
    background: transparent;
    color: var(--ninetheme-dark-soft);
}

.ninetheme-error-area .search_form .icon_search i {
    font-size: 22px;
    margin-right: 0px;
}

.ninetheme-error-area .ninetheme-btn {
    max-width: 200px;
    margin-left: auto;
    margin-right: auto;
}

.ninetheme-error-area .text-center {
    text-align: center;
}

.ninetheme-vertical-menu-wrapper-edit-mode, .ninetheme-vertical-menu-wrapper {
    display: inline-block;
    position: relative;
}

.ninetheme-vertical-menu-toggle {
    padding: 10px 20px;
    border: 1px solid var(--ninetheme-dark);
    display: inline-block;
    cursor: pointer;
}

.ninetheme-vertical-menu {
    padding: 15px 0px;
    z-index: 999;
    border: 1px solid var(--ninetheme-gray-dark);
    position: absolute;
    width: 100%;
    background: var(--ninetheme-light);
    left: 0px;
    top: calc(100% - 2px);
    min-width: max-content;
}

.ninetheme-vertical-menu:not(.drop-active) {
    display: none;
}

.ninetheme-mega-menu-content {
    position: absolute;
    display: flex;
    left: 100%;
    top: 0px;
    background-color: var(--ninetheme-light);
    border: 1px solid var(--ninetheme-dark);
    width: 750px;
    padding: 20px;
    text-align: left;
    opacity: 0;
    visibility: hidden;
    transform: translateY(10px);
    transition: 0.3s linear;
    z-index: 2;
}

.ninetheme-vertical-menu-item:hover .ninetheme-mega-menu-content {
    opacity: 1;
    visibility: visible;
    transform: translateY(0px);
}

.ninetheme-vertical-menu ul.navigation, .ninetheme-vertical-menu-two ul.navigation, .ninetheme-vertical-menu .submenu {
    list-style: none;
}

.ninetheme-vertical-menu .has-dropdown .submenu {
    position: absolute;
    left: 100%;
    top: -1px;
    background-color: var(--ninetheme-light);
    border: 1px solid var(--ninetheme-dark);
    width: auto;
    padding: 20px 0px;
    text-align: left;
    opacity: 0;
    visibility: hidden;
    transform: translateY(10px);
    transition: 0.3s linear;
    z-index: 2;
    min-width: max-content;
}

.ninetheme-vertical-menu.dropdown-right .has-dropdown .submenu {
    right: 100%;
    left: auto;
}

.ninetheme-vertical-menu .has-dropdown:hover > .submenu {
    opacity: 1;
    visibility: visible;
    transform: translateY(0px);
}

.ninetheme-vertical-menu .navigation .menu-item, .ninetheme-vertical-menu .ninetheme-vertical-menu-item {
    padding: 0px 20px;
    position: relative;
}

span.ninetheme-vertical-menu-item-title, .ninetheme-vertical-menu .navigation .menu-item > a {
    display: flex;
    align-items: center;
    justify-content: space-between;
    flex: 0 0 100%;
    width: 100%;
    font-size: 12px;
    font-weight: 500;
}

.ninetheme-vertical-menu .navigation .menu-item .submenu > a {
    display: block;
    width: 100%;
}

.ninetheme-vertical-menu .dropdown-btn {
    transform: rotate(-90deg);
    margin-left: 10px;
}

.ninetheme-vertical-menu .navigation li.has-dropdown li.has-dropdown li.has-dropdown a > .dropdown-btn, .ninetheme-vertical-menu .submenu .menu-label {
    display: none;
}

span.ninetheme-vertical-menu-item-title i {
    margin-left: 10px;
}

.ninetheme-vertical-menu-two {
    position: relative;
    padding: 10px 20px;
    background-color: 1px solid var(--ninetheme-light);
    border: 1px solid var(--ninetheme-gray);
    border-radius: 5px;
}

.ninetheme-vertical-menu-mobile-trigger {
    display: flex;
    align-items: center;
    justify-content: space-between;
    cursor: pointer;
}

.ninetheme-vertical-menu-icon-arrow {
    transform: rotate(90deg);
}

.ninetheme-vertical-menu-mobile-trigger.active .ninetheme-vertical-menu-icon-arrow {
    transform: rotate(-90deg);
}

.ninetheme-vertical-menu-two li.ninetheme-vertical-menu-item + li.ninetheme-vertical-menu-item {
    margin-top: 10px;
}

.ninetheme-vertical-menu-two .navigation {
    display: none;
    margin-top: 15px;
}

.ninetheme-vertical-menu-icon-arrow::after {
    content: "next";
    font-family: swiper-icons;
    font-size: inherit;
    letter-spacing: 0px;
    font-variant: initial;
    line-height: 1;
    text-transform: none !important;
}

.ninetheme-posts-row {
    margin-bottom: -15px;
}

.ninetheme-blog-card .ninetheme-posts-row {
    margin-bottom: -15px;
}

.syler-blog-slider .ninetheme-blog-post-content {
    padding: 30px;
}

.ninetheme-blog-classic .excerpt-none .ninetheme-blog-post-content .ninetheme-post-title {
    margin-bottom: 0px;
}

.blog-sticky {
    background: var(--ninetheme-dark);
    color: var(--ninetheme-light);
    padding: 3px 10px;
    font-size: 10px;
    text-transform: uppercase;
    letter-spacing: 0.5px;
    margin: 0px 0px 15px;
    display: inline-block;
    border-radius: 3px;
}

.ninetheme-blog-grid {
    display: flex;
    flex-wrap: wrap;
}

.ninetheme-blog-grid > * {
    box-sizing: border-box;
    flex-shrink: 0;
    width: 100%;
    max-width: 100%;
    padding-right: calc(var(--bs-gutter-x) * .5);
    padding-left: calc(var(--bs-gutter-x) * .5);
    margin-top: var(--bs-gutter-y);
}

.ninetheme-post-item {
    flex: 0 0 auto;
    width: 25%;
}

.style-classic .ninetheme-blog-post-item-inner {
    background-color: var(--ninetheme-light);
    border: 1px solid rgb(238, 238, 238);
    padding: 20px;
    border-radius: 4px;
    height: 100%;
}

.ninetheme-posts-row .ninetheme-blog-posts-item .ninetheme-blog-post-item-inner img {
    height: 165px;
}

.ninetheme-posts-row .ninetheme-blog-posts-item {
    margin-bottom: 40px;
}

.ninetheme-posts-row .ninetheme-blog-posts-item.style-card {
    margin-bottom: 15px;
}

.ninetheme-blog-post-content {
    background-color: var(--ninetheme-light);
}

.ninetheme-blog-thumb + .ninetheme-blog-post-content {
    margin-top: 15px;
}

.block-blog .ninetheme-blog-thumb + .ninetheme-blog-post-content {
    margin-top: 0px;
    border-radius: 0px 0px 4px 4px;
}

.ninetheme-blog-post-content .ninetheme-post-meta-title, .ninetheme-blog-post-content .ninetheme-post-title, .ninetheme-blog-post-content .ninetheme-post-excerpt {
    margin: 0px;
}

.ninetheme-blog-slider .ninetheme-blog-post-content {
    margin: 0px;
    padding: 25px 0px 0px;
}

.ninetheme-post-excerpt {
    line-height: 1.5;
}

.ninetheme-blog-post-content .ninetheme-blog-post-meta {
    margin-bottom: 5px;
}

.ninetheme-blog-post-content .ninetheme-post-title {
    margin-bottom: 15px;
}

.block-blog .ninetheme-blog-post-content .ninetheme-post-title {
    margin-top: 20px;
    margin-bottom: 10px;
}

.ninetheme-swiper-theme-style .ninetheme-blog-post-content .ninetheme-post-title {
    margin-bottom: 0px;
}

.ninetheme-swiper-theme-style .ninetheme-blog-post-content .ninetheme-post-excerpt {
    margin-top: 15px;
}

.ninetheme-blog-post-content .blog-read-more-link {
    display: inline-block;
    font-size: 11px;
    font-weight: 600;
    text-transform: uppercase;
    text-decoration: underline;
}

.ninetheme-blog-thumb.image-fit {
    position: relative;
    overflow: hidden;
    display: block;
    padding-top: 75%;
}

.ninetheme-blog-thumb.image-fit img {
    position: absolute;
    inset: 0px;
    width: 100%;
    min-height: 100%;
    object-fit: cover;
    border-radius: 4px;
}

.style-default .ninetheme-blog-post-category, .style-classic .ninetheme-blog-post-category {
    position: relative;
    display: block;
    background-color: #2DB762;
    border-radius: 4px;
    margin-right: 20px;
}

.style-card .ninetheme-blog-post-item-inner {
    display: flex;
    flex-direction: column;
    justify-content: flex-end;
    min-height: 380px;
    background-repeat: no-repeat;
    background-size: cover;
    position: relative;
    padding: 30px;
    overflow: hidden;
    border-radius: 4px;
}

.style-card .ninetheme-blog-post-item-inner.category-none {
    justify-content: flex-end;
}

.style-card .ninetheme-blog-post-item-inner::before {
    content: "";
    position: absolute;
    top: 0px;
    left: 0px;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.34);
}

.style-card.thumb-none .ninetheme-blog-post-item-inner {
    background-color: var(--ninetheme-gray-soft);
}

.style-card.thumb-none .ninetheme-blog-post-item-inner::before {
    content: none;
}

.style-card .ninetheme-blog-post-content {
    padding: 0px;
    background-color: transparent;
    z-index: 1;
}

.style-card .ninetheme-blog-post-content, .style-card .ninetheme-blog-post-content .ninetheme-blog-post-meta h6, .style-card .ninetheme-blog-post-content .ninetheme-post-title {
    color: var(--ninetheme-light);
    margin-right: 20px;
}

.style-card.thumb-none .ninetheme-blog-post-content, .style-card.thumb-none .ninetheme-blog-post-content .ninetheme-blog-post-meta h6, .style-card.thumb-none .ninetheme-blog-post-content .ninetheme-post-title {
    color: var(--ninetheme-dark);
}

.style-card .ninetheme-blog-post-content .ninetheme-post-title a:hover {
    color: var(--ninetheme-light);
    opacity: 0.7;
}

.style-card .ninetheme-blog-post-category {
    z-index: 1;
    margin-bottom: 30px;
}

.ninetheme-blog-post-category span {
    padding: 8px 16px;
    display: inline-block;
    text-align: center;
    color: var(--ninetheme-light);
    line-height: 24px;
    font-size: 16px;
    font-weight: 500;
}

.ninetheme-blog-post-meta.ninetheme-inline-two-block {
    margin-bottom: 10px;
    display: flex;
    justify-content: flex-start;
}

.block-blog .ninetheme-blog-post-meta.ninetheme-inline-two-block {
    margin-bottom: 0px;
}

.ninetheme-blog-post-meta .ninetheme-post-author, .ninetheme-blog-post-meta .ninetheme-post-date {
    text-transform: uppercase;
    font-size: 10px;
    margin-right: 20px;
    margin-bottom: 0px;
    color: #343434;
    background-color: #E8E8E8;
    padding: 8px 16px;
    border-radius: 4px;
}

.ninetheme-blog-post-meta .ninetheme-post-date::before {
	display: block;
	width: 24px;
	height: 24px;
    background: url("../images/calendar-alt.svg") center center no-repeat;
}

.style-split .ninetheme-blog-post-meta .ninetheme-post-date {
    margin-right: 0px;
}

.ninetheme-blog-post-meta.ninetheme-inline-two-block .ninetheme-post-meta-title.ninetheme-block-left, .ninetheme-blog-post-meta.ninetheme-inline-two-block .ninetheme-post-meta-date.ninetheme-block-right a, .ninetheme-blog-post-meta.ninetheme-inline-two-block .ninetheme-post-meta-date.ninetheme-block-right {
    text-transform: uppercase;
    font-size: 10px;
    letter-spacing: 0.5px;
    margin-right: 15px;
    font-weight: 500;
    color: var(--ninetheme-text-soft);
}

.ninetheme-blog-post-meta.ninetheme-inline-two-block a {
    font-size: 12px;
    line-height: 1.8;
}

.ninetheme-blog-post-content .ninetheme-post-excerpt {
    font-size: 16px;
}

.ninetheme-blog-post-content .blog-read-more-link {
    font-size: 16px;
}

.ninetheme-blog-post-meta.ninetheme-inline-two-block .ninetheme-post-meta-date.ninetheme-block-right a {
    font-size: 12px;
    line-height: 1.8;
    margin-right: 0px;
}

.content-alignment-center .ninetheme-blog-post-meta.ninetheme-inline-two-block {
    justify-content: center;
    align-items: baseline;
}

.style-split .ninetheme-blog-post-item-inner {
    display: inline-flex;
    flex-wrap: wrap;
    width: 100%;
}

.style-split .ninetheme-blog-post-thumb-wrapper {
    flex: 0 0 40%;
    position: relative;
    overflow: hidden;
    min-height: 250px;
}

.style-split .ninetheme-blog-post-thumb {
    position: absolute;
    left: 0px;
    top: 0px;
    width: 100%;
    height: 100%;
    background-size: cover;
    background-repeat: no-repeat;
}

.style-split.thumb-none .ninetheme-blog-post-thumb {
    background-color: var(--ninetheme-gray-soft);
}

.style-split .ninetheme-blog-post-thumb img {
    position: absolute;
    inset: 0px;
    width: 100%;
    min-height: 100%;
    object-fit: cover;
}

.style-split a.blog-thumb-link {
    position: absolute;
    left: 0px;
    top: 0px;
    height: 100%;
    width: 100%;
}

.style-split a.ninetheme-blog-post-category {
    position: absolute;
    top: 10px;
    left: 10px;
}

.style-split .ninetheme-blog-post-content {
    padding: 15px 30px 0px;
    background-color: var(--ninetheme-light);
    flex: 0 0 60%;
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
}

.style-split .ninetheme-blog-post-meta.ninetheme-inline-two-block {
    text-transform: uppercase;
    font-size: 12px;
    margin-bottom: 0px;
    margin-top: 20px;
    padding: 10px 0px;
    border-top: 1px solid var(--ninetheme-gray-softer);
}

@media (max-width: 768px) {
    .style-split .ninetheme-blog-post-item-inner {
        flex-direction: column;
    }

    .style-split .ninetheme-blog-post-content {
        padding: 15px 0px 0px;
    }
}

.blog-sidebar.nt-sidebar-inner {
    padding: 20px;
    border: 1px solid var(--ninetheme-border);
    border-radius: 5px;
    margin-left: 10px;
}

.blog-layout-left-sidebar .blog-sidebar.nt-sidebar-inner {
    margin-left: 0px;
    margin-right: 10px;
}

.ninetheme-blog-post-item .wp-post-image {
    border-radius: 4px;
    width: 100%;
    height: 165px;
    object-fit: cover;
}

.block-blog .ninetheme-blog-post-item .wp-post-image {
    border-radius: 4px 4px 0px 0px;
    width: 100%;
    min-width: 262px;
    min-height: 262px;
    height: 100%;
    object-fit: cover;
}

@media (max-width: 576px) {
    .style-split .ninetheme-blog-post-thumb-wrapper {
        min-height: auto;
    }

    .style-split .ninetheme-blog-post-thumb {
        padding-bottom: 0px;
        position: relative;
    }

    .style-split .ninetheme-blog-post-thumb img {
        position: relative;
    }

    .page-hero-big {
        min-height: 150px;
        position: relative;
        justify-content: center;
        margin-top: 0px;
    }

    .blog-layout-left-sidebar .blog-sidebar.nt-sidebar-inner {
        margin-right: 0px;
    }

    .blog-layout-right-sidebar .blog-sidebar.nt-sidebar-inner {
        margin-left: 0px;
    }
}

.animated {
    animation-duration: 1s;
    animation-fill-mode: both;
}

@-webkit-keyframes fadeInUp {
    0% {
        opacity: 0;
        transform: translateY(20px);
    }

    100% {
        opacity: 1;
        transform: translateY(0px);
    }
}

@keyframes fadeInUp {
    0% {
        opacity: 0;
        transform: translateY(20px);
    }

    100% {
        opacity: 1;
        transform: translateY(0px);
    }
}

.fadeInUp {
    animation-name: fadeInUp;
}

@-webkit-keyframes fadeInUp2 {
    0% {
        opacity: 0;
        transform: translate3d(0px, 100%, 0px);
    }

    100% {
        opacity: 1;
        transform: none;
    }
}

@keyframes fadeInUp2 {
    0% {
        opacity: 0;
        transform: translate3d(0px, 100%, 0px);
    }

    100% {
        opacity: 1;
        transform: none;
    }
}

.fadeInUp2 {
    animation-name: fadeInUp2;
}

@-webkit-keyframes fadeInUpBig {
    0% {
        opacity: 0;
        transform: translateY(2000px);
    }

    100% {
        opacity: 1;
        transform: translateY(0px);
    }
}

@keyframes fadeInUpBig {
    0% {
        opacity: 0;
        transform: translateY(2000px);
    }

    100% {
        opacity: 1;
        transform: translateY(0px);
    }
}

.fadeInUpBig {
    animation-name: fadeInUpBig;
}

.ninetheme-text-marquee .elementor-heading-title {
    display: flex;
    align-items: baseline;
    width: 100%;
    white-space: nowrap;
    overflow: hidden;
}

.ninetheme-text-marquee .elementor-heading-title span {
    animation: 5s linear 0s infinite normal none running ninethemeMarquee;
    padding-left: 20px;
}

@-webkit-keyframes ninethemeMarquee {
    0% {
        transform: translateX(0px);
    }

    100% {
        transform: translateX(-100%);
    }
}

@keyframes ninethemeMarquee {
    0% {
        transform: translateX(0px);
    }

    100% {
        transform: translateX(-100%);
    }
}

.nice-select {
    -webkit-tap-highlight-color: transparent;
    color: var(--ninetheme-gray-dark);
    box-sizing: border-box;
    clear: both;
    cursor: pointer;
    font-family: inherit;
    font-weight: normal;
    height: auto;
    outline: none;
    padding-left: 18px;
    padding-right: 18px;
    position: relative;
    transition: 0.2s ease-in-out;
    user-select: none;
    white-space: nowrap;
    width: auto;
    display: flex;
    align-items: center;
    text-align: left !important;
}

.nice-select::after {
    pointer-events: none;
    color: currentcolor;
    position: absolute;
    right: 5px;
    top: auto;
    transform: rotate(90deg);
    transition: 0.15s ease-in-out;
    font-family: swiper-icons;
    letter-spacing: 0px;
    font-variant: initial;
    line-height: 1;
    font-size: 9px;
    font-weight: 600;
    content: "next";
    text-transform: none !important;
}

.nice-select.orderby::after {
    right: 5px;
}

.nice-select.open::after {
    transform: rotate(-90deg);
}

.nice-select.open .list {
    opacity: 1;
    border-radius: 4px;
    pointer-events: auto;
    transform: scale(1) translateY(0px);
}

.nice-select.disabled {
    border-color: var(--ninetheme-gray);
    color: var(--ninetheme-dark-soft);
    pointer-events: none;
}

.nice-select.disabled::after {
    border-color: var(--ninetheme-gray);
}

.nice-select.wide {
    width: 100%;
}

.nice-select.wide .list {
    left: 0px !important;
    right: 0px !important;
}

.nice-select.right {
    float: right;
}

.nice-select.right .list {
    left: auto;
    right: 0px;
}

.nice-select.small {
    font-size: 12px;
    height: 36px;
    line-height: 34px;
}

.nice-select.small::after {
    height: 4px;
    width: 4px;
}

.nice-select.small .option {
    line-height: 34px;
    min-height: 34px;
}

.nice-select .list {
    background-color: var(--ninetheme-light);
    border-radius: 0px;
    box-shadow: rgba(68, 68, 68, 0.11) 0px 0px 0px 1px;
    box-sizing: border-box;
    opacity: 0;
    pointer-events: none;
    position: absolute;
    top: 100%;
    left: 0px;
    transform-origin: 50% 0px;
    transform: scale(0.75) translateY(-21px);
    transition: 0.2s cubic-bezier(0.5, 0, 0, 1.25), opacity 0.15s ease-out;
    z-index: 9;
    width: 100%;
    max-width: 650px;
    min-width: max-content;
    max-height: 200px;
    overflow: auto;
    padding: 0px 0px 10px;
    margin: 5px 0px 0px !important;
}

.nice-select .option {
    cursor: pointer;
    font-weight: 400;
    line-height: 30px;
    list-style: none;
    min-height: 30px;
    font-size: 12px;
    outline: none;
    padding-left: 18px;
    padding-right: 15px;
    text-align: left;
    transition: 0.2s;
    overflow: auto;
    margin: 0px !important;
}

.nice-select .option:hover, .nice-select .option.focus {
    color: var(--ninetheme-light);
    background-color: var(--ninetheme-primary);
}

.nice-select .option.selected {
    color: var(--ninetheme-light);
    background-color: var(--ninetheme-dark);
}

.nice-select .option.selected {
    font-weight: 500;
}

.nice-select .option.disabled {
    background-color: transparent;
    color: var(--ninetheme-dark-soft);
    cursor: default;
}

.no-csspointerevents .nice-select .list {
    display: none;
}

.no-csspointerevents .nice-select.open .list {
    display: block;
}

.nice-select.custom-select span.current {
    height: 100%;
    margin: 0px;
    display: flex;
    align-items: center;
}

.nice-select.open .list {
    margin: 0px !important;
}

.nice-select span.current {
    font-weight: 500;
}

@media (max-width: 576px) {
    .nice-select .list {
        left: auto;
        right: 0px;
    }

    .ninetheme-header-slide-menu-inner .nice-select .list {
        left: 0px;
    }

    .nice-select.ninetheme-ajax-category .list {
        left: 0px;
        right: auto;
    }
}

.ninetheme-term.ninetheme-selected::before {
    content: "✓";
}

.slick-slider {
    position: relative;
    display: block;
    box-sizing: border-box;
    user-select: none;
    touch-action: pan-y;
    -webkit-tap-highlight-color: transparent;
}

.slick-list {
    position: relative;
    display: block;
    overflow: hidden;
    margin: 0px;
    padding: 0px;
}

.slick-list:focus {
    outline: none;
}

.slick-list.dragging {
    cursor: pointer;
}

.slick-slider .slick-track, .slick-slider .slick-list {
    transform: translate3d(0px, 0px, 0px);
}

.slick-track {
    position: relative;
    top: 0px;
    left: 0px;
    display: block;
    margin-left: auto;
    margin-right: auto;
}

.slick-track::before, .slick-track::after {
    display: table;
    content: "";
}

.slick-track::after {
    clear: both;
}

.slick-loading .slick-track {
    visibility: hidden;
}

.slick-slide {
    display: none;
    float: left;
    height: 100%;
    min-height: 1px;
}

[dir="rtl"] .slick-slide {
    float: right;
}

.slick-slide img {
    vertical-align: middle;
    display: inline-block;
}

.slick-slide.slick-loading img {
    display: none;
}

.slick-slide.dragging img {
    pointer-events: none;
}

.slick-initialized .slick-slide {
    display: block;
}

.slick-loading .slick-slide {
    visibility: hidden;
}

.slick-vertical .slick-slide {
    display: block;
    height: auto;
    border: 1px solid transparent;
}

.slick-arrow.slick-hidden {
    display: none;
}

.slick-prev, .slick-next {
    font-size: 0px;
    line-height: 0;
    position: absolute;
    top: 50%;
    display: block;
    width: 20px;
    height: 20px;
    padding: 0px;
    transform: translate(0px, -50%);
    cursor: pointer;
    color: transparent;
    border: none;
    outline: none;
    background: transparent;
}

.slick-prev:hover, .slick-prev:focus, .slick-next:hover, .slick-next:focus {
    color: transparent;
    outline: none;
    background: transparent;
}

.slick-prev:hover::before, .slick-prev:focus::before, .slick-next:hover::before, .slick-next:focus::before {
    opacity: 1;
}

.slick-prev.slick-disabled::before, .slick-next.slick-disabled::before {
    opacity: 0.25;
}

.slick-prev::before, .slick-next::before {
    font-size: 20px;
    line-height: 1;
    opacity: 0.75;
    color: white;
    -webkit-font-smoothing: antialiased;
}

.slick-prev {
    left: -25px;
}

[dir="rtl"] .slick-prev {
    right: -25px;
    left: auto;
}

.slick-prev::before {
    content: "â†";
}

[dir="rtl"] .slick-prev::before {
    content: "â†’";
}

.slick-next {
    right: -25px;
}

[dir="rtl"] .slick-next {
    right: auto;
    left: -25px;
}

.slick-next::before {
    content: "â†’";
}

[dir="rtl"] .slick-next::before {
    content: "â†";
}

.slick-dots {
    display: block;
    padding: 0px;
    margin: 40px 0px 0px;
    list-style: none;
    line-height: 1;
}

.slick-dots li {
    position: relative;
    display: inline-block;
    align-items: center;
    cursor: pointer;
    border-radius: 100%;
    padding: 3px;
    border: 1px solid var(--ninetheme-gray);
}

.slick-dots li.slick-active {
    border-color: var(--ninetheme-dark);
}

.slick-dots li + li {
    margin-left: 10px;
}

[dir="rtl"] .slick-dots li + li {
    margin-left: 0px;
    margin-right: 10px;
}

.slick-dots li button {
    font-size: 0px;
    line-height: 0;
    display: block;
    width: 5px;
    height: 5px;
    cursor: pointer;
    color: transparent;
    border: 0px;
    outline: none;
    background: var(--ninetheme-gray);
    padding: 0px;
    border-radius: 100%;
}

.slick-dots li:hover button, .slick-dots li:focus button, .slick-dots li.slick-active button {
    background: var(--ninetheme-dark);
}

body.magnificpopupnoscroll {
    overflow-y: hidden !important;
}

.mfp-bg {
    top: 0px;
    left: 0px;
    width: 100%;
    height: 100%;
    z-index: 999998;
    overflow: hidden;
    position: fixed;
    background: rgb(0, 0, 0);
    opacity: 0.6;
}

.mfp-wrap {
    top: 0px;
    left: 0px;
    width: 100%;
    height: 100%;
    z-index: 999999;
    position: fixed;
    backface-visibility: hidden;
    outline: none !important;
}

.mfp-container {
    text-align: center;
    position: absolute;
    width: 100%;
    height: 100%;
    left: 0px;
    top: 0px;
    padding: 0px 8px;
    box-sizing: border-box;
}

.mfp-container::before {
    content: "";
    display: inline-block;
    height: 100%;
    vertical-align: middle;
}

.mfp-align-top .mfp-container::before {
    display: none;
}

.mfp-content {
    position: relative;
    display: inline-block;
    vertical-align: middle;
    margin: 0px auto;
    text-align: left;
    z-index: 1045;
}

.mfp-inline-holder .mfp-content, .mfp-ajax-holder .mfp-content {
    width: 100%;
    cursor: auto;
}

.mfp-ajax-cur {
    cursor: progress;
}

.mfp-zoom-out-cur, .mfp-zoom-out-cur .mfp-image-holder .mfp-close {
    cursor: zoom-out;
}

.mfp-zoom {
    cursor: zoom-in;
}

.mfp-auto-cursor .mfp-content {
    cursor: auto;
}

.mfp-close, .mfp-arrow, .mfp-preloader, .mfp-counter {
    user-select: none;
}

.mfp-loading.mfp-figure {
    display: none;
}

.ninetheme-hide {
    display: none;
}

.mfp-hide {
    display: none !important;
}

.mfp-preloader {
    color: rgb(204, 204, 204);
    position: absolute;
    top: 50%;
    width: auto;
    text-align: center;
    margin-top: -0.8em;
    left: 8px;
    right: 8px;
    z-index: 1044;
}

.mfp-preloader a {
    color: rgb(204, 204, 204);
}

.mfp-preloader a:hover {
    color: var(--ninetheme-light);
}

.mfp-s-ready .mfp-preloader {
    display: none;
}

.mfp-s-error .mfp-content {
    display: none;
}

button.mfp-close, button.mfp-arrow {
    overflow: visible;
    cursor: pointer;
    background: transparent;
    border: 0px;
    appearance: none;
    display: block;
    outline: none;
    padding: 0px;
    z-index: 1046;
    box-shadow: none;
    touch-action: manipulation;
}

.mfp-close {
    width: 44px;
    height: 44px;
    line-height: 44px;
    position: absolute;
    right: 0px;
    top: 0px;
    text-decoration: none;
    text-align: center;
    opacity: 0.65;
    padding: 0px 0px 18px 10px;
    color: var(--ninetheme-light);
    font-style: normal;
    font-size: 28px;
    font-family: Arial, Baskerville, monospace;
}

.mfp-close:hover, .mfp-close:focus {
    opacity: 1;
}

.mfp-close-btn-in .mfp-close {
    opacity: 1;
}

.mfp-image-holder .mfp-close, .mfp-iframe-holder .mfp-close {
    color: var(--ninetheme-light);
    right: -6px;
    text-align: right;
    padding-right: 6px;
    width: 100%;
}

.mfp-counter {
    position: absolute;
    top: 0px;
    right: 0px;
    color: rgb(204, 204, 204);
    font-size: 12px;
    line-height: 18px;
    white-space: nowrap;
}

.mfp-arrow {
    position: absolute;
    opacity: 0.65;
    margin: -30px 0px 0px;
    top: 50%;
    padding: 0px;
    width: 90px;
    height: 110px;
    -webkit-tap-highlight-color: transparent;
}

.mfp-arrow:active {
    margin-top: -54px;
}

.mfp-arrow:hover, .mfp-arrow:focus {
    opacity: 1;
}

.mfp-arrow::before, .mfp-arrow::after {
    content: "";
    display: block;
    width: 0px;
    height: 0px;
    position: absolute;
    left: 0px;
    top: 0px;
    margin-top: 35px;
    margin-left: 35px;
    border: medium inset transparent;
}

.mfp-arrow::after {
    border-top-width: 13px;
    border-bottom-width: 13px;
    top: 8px;
}

.mfp-arrow::before {
    border-top-width: 21px;
    border-bottom-width: 21px;
    opacity: 0.7;
}

.mfp-arrow-left {
    left: 10%;
}

.mfp-arrow-left::after {
    border-right: 17px solid var(--ninetheme-light);
    margin-left: 31px;
}

.mfp-arrow-left::before {
    margin-left: 25px;
    border-right: 27px solid rgb(63, 63, 63);
}

.mfp-arrow-right {
    right: 10%;
}

.mfp-arrow-right::after {
    border-left: 17px solid var(--ninetheme-light);
    margin-left: 39px;
}

.mfp-arrow-right::before {
    border-left: 27px solid rgb(63, 63, 63);
}

.mfp-iframe-holder {
    padding-top: 40px;
    padding-bottom: 40px;
}

.mfp-iframe-holder .mfp-content {
    line-height: 0;
    width: 100%;
    max-width: 900px;
}

.mfp-iframe-holder .mfp-close {
    top: -40px;
}

.mfp-iframe-scaler {
    width: 100%;
    height: 0px;
    overflow: hidden;
    padding-top: 56.25%;
}

.mfp-iframe-scaler iframe {
    position: absolute;
    display: block;
    top: 0px;
    left: 0px;
    width: 100%;
    height: 100%;
    box-shadow: rgba(0, 0, 0, 0.6) 0px 0px 8px;
    background: rgb(0, 0, 0);
}

img.mfp-img {
    width: auto;
    max-width: 100%;
    height: auto;
    display: block;
    line-height: 0;
    box-sizing: border-box;
    padding: 40px 0px;
    margin: 0px auto;
}

.mfp-figure {
    line-height: 0;
}

.mfp-figure::after {
    content: "";
    position: absolute;
    inset: 40px 0px;
    display: block;
    width: auto;
    height: auto;
    z-index: -1;
    box-shadow: rgba(165, 165, 165, 0.18) 0px 0px 8px;
    background: rgb(68, 68, 68);
}

.mfp-figure small {
    color: rgb(189, 189, 189);
    display: block;
    font-size: 12px;
    line-height: 14px;
}

.mfp-figure figure {
    margin: 0px;
}

.mfp-bottom-bar {
    margin-top: -36px;
    position: absolute;
    top: 100%;
    left: 0px;
    width: 100%;
    cursor: auto;
}

.mfp-title {
    text-align: left;
    line-height: 18px;
    color: rgb(243, 243, 243);
    overflow-wrap: break-word;
    padding-right: 36px;
}

.mfp-image-holder .mfp-content {
    max-width: 100%;
}

.mfp-gallery .mfp-image-holder .mfp-figure {
    cursor: pointer;
}

@media screen and (max-width: 800px) and (orientation: landscape), screen and (max-height: 300px) {
    .mfp-img-mobile .mfp-image-holder {
        padding-left: 0px;
        padding-right: 0px;
    }

    .mfp-img-mobile img.mfp-img {
        padding: 0px;
    }

    .mfp-img-mobile .mfp-figure::after {
        top: 0px;
        bottom: 0px;
    }

    .mfp-img-mobile .mfp-figure small {
        display: inline;
        margin-left: 5px;
    }

    .mfp-img-mobile .mfp-bottom-bar {
        background: rgba(0, 0, 0, 0.6);
        bottom: 0px;
        margin: 0px;
        top: auto;
        padding: 3px 5px;
        position: fixed;
        box-sizing: border-box;
    }

    .mfp-img-mobile .mfp-bottom-bar:empty {
        padding: 0px;
    }

    .mfp-img-mobile .mfp-counter {
        right: 5px;
        top: 3px;
    }

    .mfp-img-mobile .mfp-close {
        top: 0px;
        right: 0px;
        width: 35px;
        height: 35px;
        line-height: 35px;
        background: rgba(0, 0, 0, 0.6);
        position: fixed;
        text-align: center;
        padding: 0px;
    }
}

@media (max-width: 900px) {
    .mfp-arrow {
        transform: scale(0.75);
    }

    .mfp-arrow-left {
        transform-origin: 0px center;
    }

    .mfp-arrow-right {
        transform-origin: 100% center;
    }

    .mfp-container {
        padding: 6px;
    }
}

@font-face {
    font-family: swiper-icons;
    src: url("data:application/font-woff;charset=utf-8;base64, d09GRgABAAAAAAZgABAAAAAADAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAABGRlRNAAAGRAAAABoAAAAci6qHkUdERUYAAAWgAAAAIwAAACQAYABXR1BPUwAABhQAAAAuAAAANuAY7+xHU1VCAAAFxAAAAFAAAABm2fPczU9TLzIAAAHcAAAASgAAAGBP9V5RY21hcAAAAkQAAACIAAABYt6F0cBjdnQgAAACzAAAAAQAAAAEABEBRGdhc3AAAAWYAAAACAAAAAj//wADZ2x5ZgAAAywAAADMAAAD2MHtryVoZWFkAAABbAAAADAAAAA2E2+eoWhoZWEAAAGcAAAAHwAAACQC9gDzaG10eAAAAigAAAAZAAAArgJkABFsb2NhAAAC0AAAAFoAAABaFQAUGG1heHAAAAG8AAAAHwAAACAAcABAbmFtZQAAA/gAAAE5AAACXvFdBwlwb3N0AAAFNAAAAGIAAACE5s74hXjaY2BkYGAAYpf5Hu/j+W2+MnAzMYDAzaX6QjD6/4//Bxj5GA8AuRwMYGkAPywL13jaY2BkYGA88P8Agx4j+/8fQDYfA1AEBWgDAIB2BOoAeNpjYGRgYNBh4GdgYgABEMnIABJzYNADCQAACWgAsQB42mNgYfzCOIGBlYGB0YcxjYGBwR1Kf2WQZGhhYGBiYGVmgAFGBiQQkOaawtDAoMBQxXjg/wEGPcYDDA4wNUA2CCgwsAAAO4EL6gAAeNpj2M0gyAACqxgGNWBkZ2D4/wMA+xkDdgAAAHjaY2BgYGaAYBkGRgYQiAHyGMF8FgYHIM3DwMHABGQrMOgyWDLEM1T9/w8UBfEMgLzE////P/5//f/V/xv+r4eaAAeMbAxwIUYmIMHEgKYAYjUcsDAwsLKxc3BycfPw8jEQA/gZBASFhEVExcQlJKWkZWTl5BUUlZRVVNXUNTQZBgMAAMR+E+gAEQFEAAAAKgAqACoANAA+AEgAUgBcAGYAcAB6AIQAjgCYAKIArAC2AMAAygDUAN4A6ADyAPwBBgEQARoBJAEuATgBQgFMAVYBYAFqAXQBfgGIAZIBnAGmAbIBzgHsAAB42u2NMQ6CUAyGW568x9AneYYgm4MJbhKFaExIOAVX8ApewSt4Bic4AfeAid3VOBixDxfPYEza5O+Xfi04YADggiUIULCuEJK8VhO4bSvpdnktHI5QCYtdi2sl8ZnXaHlqUrNKzdKcT8cjlq+rwZSvIVczNiezsfnP/uznmfPFBNODM2K7MTQ45YEAZqGP81AmGGcF3iPqOop0r1SPTaTbVkfUe4HXj97wYE+yNwWYxwWu4v1ugWHgo3S1XdZEVqWM7ET0cfnLGxWfkgR42o2PvWrDMBSFj/IHLaF0zKjRgdiVMwScNRAoWUoH78Y2icB/yIY09An6AH2Bdu/UB+yxopYshQiEvnvu0dURgDt8QeC8PDw7Fpji3fEA4z/PEJ6YOB5hKh4dj3EvXhxPqH/SKUY3rJ7srZ4FZnh1PMAtPhwP6fl2PMJMPDgeQ4rY8YT6Gzao0eAEA409DuggmTnFnOcSCiEiLMgxCiTI6Cq5DZUd3Qmp10vO0LaLTd2cjN4fOumlc7lUYbSQcZFkutRG7g6JKZKy0RmdLY680CDnEJ+UMkpFFe1RN7nxdVpXrC4aTtnaurOnYercZg2YVmLN/d/gczfEimrE/fs/bOuq29Zmn8tloORaXgZgGa78yO9/cnXm2BpaGvq25Dv9S4E9+5SIc9PqupJKhYFSSl47+Qcr1mYNAAAAeNptw0cKwkAAAMDZJA8Q7OUJvkLsPfZ6zFVERPy8qHh2YER+3i/BP83vIBLLySsoKimrqKqpa2hp6+jq6RsYGhmbmJqZSy0sraxtbO3sHRydnEMU4uR6yx7JJXveP7WrDycAAAAAAAH//wACeNpjYGRgYOABYhkgZgJCZgZNBkYGLQZtIJsFLMYAAAw3ALgAeNolizEKgDAQBCchRbC2sFER0YD6qVQiBCv/H9ezGI6Z5XBAw8CBK/m5iQQVauVbXLnOrMZv2oLdKFa8Pjuru2hJzGabmOSLzNMzvutpB3N42mNgZGBg4GKQYzBhYMxJLMlj4GBgAYow/P/PAJJhLM6sSoWKfWCAAwDAjgbRAAB42mNgYGBkAIIbCZo5IPrmUn0hGA0AO8EFTQAA");
    font-weight: 400;
    font-style: normal;
}

:root {
    --swiper-theme-color: #007aff;
}

.swiper, .swiper-container {
    margin-left: auto;
    margin-right: auto;
    position: relative;
    overflow: hidden;
    list-style: none;
    padding: 0px;
    z-index: 1;
    border-radius: 0px;
}

.swiper-vertical > .swiper-wrapper {
    flex-direction: column;
}

.swiper-wrapper {
    position: relative;
    width: 100%;
    height: 100%;
    z-index: 1;
    display: flex;
    transition-property: transform;
    box-sizing: content-box;
}

.swiper-android .swiper-slide, .swiper-wrapper {
    transform: translate3d(0px, 0px, 0px);
}

.swiper-pointer-events {
    touch-action: pan-y;
}

.swiper-pointer-events.swiper-vertical {
    touch-action: pan-x;
}

.swiper-slide {
    flex-shrink: 0;
    width: 100%;
    height: 100%;
    position: relative;
    transition-property: transform;
}

.swiper-slide-invisible-blank {
    visibility: hidden;
}

.swiper-autoheight, .swiper-autoheight .swiper-slide {
    height: auto;
}

.swiper-autoheight .swiper-wrapper {
    align-items: flex-start;
    transition-property: transform, height;
}

.swiper-3d, .swiper-3d.swiper-css-mode .swiper-wrapper {
    perspective: 1200px;
}

.swiper-3d .swiper-wrapper, .swiper-3d .swiper-slide, .swiper-3d .swiper-slide-shadow, .swiper-3d .swiper-slide-shadow-left, .swiper-3d .swiper-slide-shadow-right, .swiper-3d .swiper-slide-shadow-top, .swiper-3d .swiper-slide-shadow-bottom, .swiper-3d .swiper-cube-shadow {
    transform-style: preserve-3d;
}

.swiper-3d .swiper-slide-shadow, .swiper-3d .swiper-slide-shadow-left, .swiper-3d .swiper-slide-shadow-right, .swiper-3d .swiper-slide-shadow-top, .swiper-3d .swiper-slide-shadow-bottom {
    position: absolute;
    left: 0px;
    top: 0px;
    width: 100%;
    height: 100%;
    pointer-events: none;
    z-index: 10;
}

.swiper-3d .swiper-slide-shadow {
    background: rgba(0, 0, 0, 0.15);
}

.swiper-3d .swiper-slide-shadow-left {
    background-image: linear-gradient(to left, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
}

.swiper-3d .swiper-slide-shadow-right {
    background-image: linear-gradient(to right, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
}

.swiper-3d .swiper-slide-shadow-top {
    background-image: linear-gradient(to top, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
}

.swiper-3d .swiper-slide-shadow-bottom {
    background-image: linear-gradient(rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
}

.swiper-css-mode > .swiper-wrapper {
    overflow: auto;
    scrollbar-width: none;
}

.swiper-css-mode > .swiper-wrapper::-webkit-scrollbar {
    display: none;
}

.swiper-css-mode > .swiper-wrapper > .swiper-slide {
    scroll-snap-align: start;
}

.swiper-horizontal.swiper-css-mode > .swiper-wrapper {
    scroll-snap-type: x mandatory;
}

.swiper-vertical.swiper-css-mode > .swiper-wrapper {
    scroll-snap-type: y mandatory;
}

.swiper-centered > .swiper-wrapper::before {
    content: "";
    flex-shrink: 0;
    order: 9999;
}

.swiper-centered.swiper-horizontal > .swiper-wrapper > .swiper-slide:first-child {
    margin-inline-start: var(--swiper-centered-offset-before); }

.swiper-centered.swiper-horizontal > .swiper-wrapper: :before {
    height: 100%;
    min-height: 1px;
    width: var(--swiper-centered-offset-after);
}

.swiper-centered.swiper-vertical > .swiper-wrapper > .swiper-slide:first-child {
    margin-block-start: var(--swiper-centered-offset-before); }

.swiper-centered.swiper-vertical > .swiper-wrapper: :before {
    width: 100%;
    min-width: 1px;
    height: var(--swiper-centered-offset-after);
}

.swiper-centered > .swiper-wrapper > .swiper-slide {
    scroll-snap-align: center;
}

.swiper-virtual.swiper-css-mode .swiper-wrapper::after {
    content: "";
    position: absolute;
    left: 0px;
    top: 0px;
    pointer-events: none;
}

.swiper-virtual.swiper-css-mode.swiper-horizontal .swiper-wrapper::after {
    height: 1px;
    width: var(--swiper-virtual-size);
}

.swiper-virtual.swiper-css-mode.swiper-vertical .swiper-wrapper::after {
    width: 1px;
    height: var(--swiper-virtual-size);
}

.swiper-button-prev, .swiper-button-next {
    position: absolute;
    top: 50%;
    width: calc(var(--swiper-navigation-size) / 44 * 27);
    height: var(--swiper-navigation-size);
    margin-top: calc(0px - (var(--swiper-navigation-size) / 2));
    z-index: 10;
    cursor: pointer;
    display: flex;
    align-items: center;
    justify-content: center;
    color: var(--swiper-navigation-color, var(--swiper-theme-color));
}

.swiper-button-prev.swiper-button-disabled, .swiper-button-next.swiper-button-disabled {
    opacity: 0.35;
    cursor: auto;
    pointer-events: none;
}

.swiper-button-prev::after, .swiper-button-next::after {
    font-family: swiper-icons;
    font-size: var(--swiper-navigation-size);
    letter-spacing: 0px;
    font-variant: initial;
    line-height: 1;
    text-transform: none !important;
}

.swiper-button-prev, .swiper-rtl .swiper-button-next {
    left: 10px;
    right: auto;
}

.swiper-button-prev::after, .swiper-rtl .swiper-button-next::after {
    content: "prev";
}

.swiper-button-next, .swiper-rtl .swiper-button-prev {
    right: 10px;
    left: auto;
}

.swiper-button-next::after, .swiper-rtl .swiper-button-prev::after {
    content: "next";
}

.swiper-button-lock {
    display: none;
}

.swiper-pagination {
    position: absolute;
    text-align: center;
    transition: opacity 300ms;
    transform: translate3d(0px, 0px, 0px);
    z-index: 10;
}

.swiper-pagination.swiper-pagination-hidden {
    opacity: 0;
}

.swiper-pagination-fraction, .swiper-pagination-custom, .swiper-horizontal > .swiper-pagination-bullets, .swiper-pagination-bullets.swiper-pagination-horizontal {
    bottom: 10px;
    left: 0px;
    width: 100%;
}

.swiper-pagination-bullets-dynamic {
    overflow: hidden;
    font-size: 0px;
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
    transform: scale(0.33);
    position: relative;
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active {
    transform: scale(1);
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-main {
    transform: scale(1);
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-prev {
    transform: scale(0.66);
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-prev-prev {
    transform: scale(0.33);
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-next {
    transform: scale(0.66);
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-next-next {
    transform: scale(0.33);
}

.swiper-pagination-bullet {
    width: var(--swiper-pagination-bullet-width, var(--swiper-pagination-bullet-size, 8px));
    height: var(--swiper-pagination-bullet-height, var(--swiper-pagination-bullet-size, 8px));
    display: inline-block;
    border-radius: 50%;
    background: var(--swiper-pagination-bullet-inactive-color, #000);
    opacity: var(--swiper-pagination-bullet-inactive-opacity, 0.2);
}

button.swiper-pagination-bullet {
    border: none;
    margin: 0px;
    padding: 0px;
    box-shadow: none;
    appearance: none;
}

.swiper-pagination-clickable .swiper-pagination-bullet {
    cursor: pointer;
}

.swiper-pagination-bullet:only-child {
    display: none !important;
}

.swiper-pagination-bullet-active {
    opacity: var(--swiper-pagination-bullet-opacity, 1);
    background: var(--swiper-pagination-color, var(--swiper-theme-color));
}

.swiper-vertical > .swiper-pagination-bullets, .swiper-pagination-vertical.swiper-pagination-bullets {
    right: 10px;
    top: 50%;
    transform: translate3d(0px, -50%, 0px);
}

.swiper-vertical > .swiper-pagination-bullets .swiper-pagination-bullet, .swiper-pagination-vertical.swiper-pagination-bullets .swiper-pagination-bullet {
    margin: var(--swiper-pagination-bullet-vertical-gap, 6px) 0;
    display: block;
}

.swiper-vertical > .swiper-pagination-bullets.swiper-pagination-bullets-dynamic, .swiper-pagination-vertical.swiper-pagination-bullets.swiper-pagination-bullets-dynamic {
    top: 50%;
    transform: translateY(-50%);
    width: 8px;
}

.swiper-vertical > .swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet, .swiper-pagination-vertical.swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
    display: inline-block;
    transition: transform 200ms, top 200ms;
}

.swiper-horizontal > .swiper-pagination-bullets .swiper-pagination-bullet, .swiper-pagination-horizontal.swiper-pagination-bullets .swiper-pagination-bullet {
    margin: 0 var(--swiper-pagination-bullet-horizontal-gap, 2px);
}

.swiper-horizontal > .swiper-pagination-bullets.swiper-pagination-bullets-dynamic, .swiper-pagination-horizontal.swiper-pagination-bullets.swiper-pagination-bullets-dynamic {
    left: 50%;
    transform: translateX(-50%);
    white-space: nowrap;
}

.swiper-horizontal > .swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet, .swiper-pagination-horizontal.swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
    transition: transform 200ms, left 200ms;
}

.swiper-horizontal.swiper-rtl > .swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
    transition: transform 200ms, right 200ms;
}

.swiper-pagination-progressbar {
    background: rgba(0, 0, 0, 0.25);
    position: absolute;
}

.swiper-pagination-progressbar .swiper-pagination-progressbar-fill {
    background: var(--swiper-pagination-color, var(--swiper-theme-color));
    position: absolute;
    left: 0px;
    top: 0px;
    width: 100%;
    height: 100%;
    transform: scale(0);
    transform-origin: left top;
}

.swiper-rtl .swiper-pagination-progressbar .swiper-pagination-progressbar-fill {
    transform-origin: right top;
}

.swiper-horizontal > .swiper-pagination-progressbar, .swiper-pagination-progressbar.swiper-pagination-horizontal, .swiper-vertical > .swiper-pagination-progressbar.swiper-pagination-progressbar-opposite, .swiper-pagination-progressbar.swiper-pagination-vertical.swiper-pagination-progressbar-opposite {
    width: 100%;
    height: 4px;
    left: 0px;
    top: 0px;
}

.swiper-vertical > .swiper-pagination-progressbar, .swiper-pagination-progressbar.swiper-pagination-vertical, .swiper-horizontal > .swiper-pagination-progressbar.swiper-pagination-progressbar-opposite, .swiper-pagination-progressbar.swiper-pagination-horizontal.swiper-pagination-progressbar-opposite {
    width: 4px;
    height: 100%;
    left: 0px;
    top: 0px;
}

.swiper-pagination-lock {
    display: none;
}

.swiper-scrollbar {
    border-radius: 10px;
    position: relative;
    background: rgba(0, 0, 0, 0.1);
}

.swiper-horizontal > .swiper-scrollbar {
    position: absolute;
    left: 1%;
    bottom: 3px;
    z-index: 50;
    height: 5px;
    width: 98%;
}

.swiper-vertical > .swiper-scrollbar {
    position: absolute;
    right: 3px;
    top: 1%;
    z-index: 50;
    width: 5px;
    height: 98%;
}

.swiper-scrollbar-drag {
    height: 100%;
    width: 100%;
    position: relative;
    background: rgba(0, 0, 0, 0.5);
    border-radius: 10px;
    left: 0px;
    top: 0px;
}

.swiper-scrollbar-cursor-drag {
    cursor: move;
}

.swiper-scrollbar-lock {
    display: none;
}

.swiper-zoom-container {
    width: 100%;
    height: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    text-align: center;
}

.swiper-zoom-container > img, .swiper-zoom-container > svg, .swiper-zoom-container > canvas {
    max-width: 100%;
    max-height: 100%;
    object-fit: contain;
}

.swiper-slide-zoomed {
    cursor: move;
}

.swiper-lazy-preloader {
    width: 42px;
    height: 42px;
    position: absolute;
    left: 50%;
    top: 50%;
    margin-left: -21px;
    margin-top: -21px;
    z-index: 10;
    transform-origin: 50% center;
    animation: 1s linear 0s infinite normal none running swiper-preloader-spin;
    box-sizing: border-box;
    border-top-style: ;
    border-top-width: ;
    border-right-color: ;
    border-right-style: ;
    border-right-width: ;
    border-bottom-color: ;
    border-bottom-style: ;
    border-bottom-width: ;
    border-left-color: ;
    border-left-style: ;
    border-left-width: ;
    border-image-source: ;
    border-image-slice: ;
    border-image-width: ;
    border-image-outset: ;
    border-image-repeat: ;
    border-radius: 50%;
    border-top-color: transparent;
}

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

.swiper .swiper-notification {
    position: absolute;
    left: 0px;
    top: 0px;
    pointer-events: none;
    opacity: 0;
    z-index: -1000;
}

.swiper-free-mode > .swiper-wrapper {
    transition-timing-function: ease-out;
    margin: 0px auto;
}

.swiper-grid > .swiper-wrapper {
    flex-wrap: wrap;
}

.swiper-fade.swiper-free-mode .swiper-slide {
    transition-timing-function: ease-out;
}

.swiper-fade .swiper-slide {
    pointer-events: none;
    transition-property: opacity;
}

.swiper-fade .swiper-slide .swiper-slide {
    pointer-events: none;
}

.swiper-fade .swiper-slide-active, .swiper-fade .swiper-slide-active .swiper-slide-active {
    pointer-events: auto;
}

.swiper-cube {
    overflow: visible;
}

.swiper-cube .swiper-slide {
    pointer-events: none;
    backface-visibility: hidden;
    z-index: 1;
    visibility: hidden;
    transform-origin: 0px 0px;
    width: 100%;
    height: 100%;
}

.swiper-cube .swiper-slide .swiper-slide {
    pointer-events: none;
}

.swiper-cube.swiper-rtl .swiper-slide {
    transform-origin: 100% 0px;
}

.swiper-cube .swiper-slide-active, .swiper-cube .swiper-slide-active .swiper-slide-active {
    pointer-events: auto;
}

.swiper-cube .swiper-slide-active, .swiper-cube .swiper-slide-next, .swiper-cube .swiper-slide-prev, .swiper-cube .swiper-slide-next + .swiper-slide {
    pointer-events: auto;
    visibility: visible;
}

.swiper-cube .swiper-slide-shadow-top, .swiper-cube .swiper-slide-shadow-bottom, .swiper-cube .swiper-slide-shadow-left, .swiper-cube .swiper-slide-shadow-right {
    z-index: 0;
    backface-visibility: hidden;
}

.swiper-cube .swiper-cube-shadow {
    position: absolute;
    left: 0px;
    bottom: 0px;
    width: 100%;
    height: 100%;
    opacity: 0.6;
    z-index: 0;
}

.swiper-cube .swiper-cube-shadow::before {
    content: "";
    background: rgb(0, 0, 0);
    position: absolute;
    inset: 0px;
    filter: blur(50px);
}

.swiper-flip {
    overflow: visible;
}

.swiper-flip .swiper-slide {
    pointer-events: none;
    backface-visibility: hidden;
    z-index: 1;
}

.swiper-flip .swiper-slide .swiper-slide {
    pointer-events: none;
}

.swiper-flip .swiper-slide-active, .swiper-flip .swiper-slide-active .swiper-slide-active {
    pointer-events: auto;
}

.swiper-flip .swiper-slide-shadow-top, .swiper-flip .swiper-slide-shadow-bottom, .swiper-flip .swiper-slide-shadow-left, .swiper-flip .swiper-slide-shadow-right {
    z-index: 0;
    backface-visibility: hidden;
}

.swiper-creative .swiper-slide {
    backface-visibility: hidden;
    overflow: hidden;
    transition-property: transform, opacity, height;
}

.swiper-cards {
    overflow: visible;
}

.swiper-cards .swiper-slide {
    transform-origin: center bottom;
    backface-visibility: hidden;
    overflow: hidden;
}

.swiper-pagination {
    position: absolute;
    text-align: left;
}

.swiper-pagination-bullets {
    display: block;
    padding: 0px;
    margin: 40px 0px 0px;
    list-style: none;
    line-height: 1;
}

.swiper-pagination-bullets .swiper-pagination-bullet {
    position: relative;
    display: inline-block;
    align-items: center;
    cursor: pointer;
    padding: 3px;
    border: 1px solid var(--ninetheme-gray);
    width: auto;
    height: auto;
    border-radius: 100%;
    margin: 0px;
    opacity: 1;
    background: transparent;
}

.swiper-pagination-bullets .swiper-pagination-bullet.swiper-pagination-bullet-active {
    border-color: var(--ninetheme-dark);
}

.swiper-pagination-bullets .swiper-pagination-bullet::before {
    content: "";
    display: block;
    width: 3px;
    height: 3px;
    border-radius: 100%;
}

.swiper-pagination-bullets .swiper-pagination-bullet:hover::before, .swiper-pagination-bullets .swiper-pagination-bullet:focus::before, .swiper-pagination-bullets .swiper-pagination-bullet.swiper-pagination-bullet-active::before {
    background: var(--ninetheme-dark);
}

.showcase-bg-type-dark .swiper-pagination-bullets .swiper-pagination-bullet.swiper-pagination-bullet-active {
    border-color: var(--ninetheme-primary);
}

.showcase-bg-type-dark .swiper-pagination-bullets .swiper-pagination-bullet::before {
    content: "";
    display: block;
    width: 5px;
    height: 5px;
    background: var(--ninetheme-light);
    border-radius: 100%;
}

.showcase-bg-type-dark .swiper-pagination-bullets .swiper-pagination-bullet:hover::before, .showcase-bg-type-dark .swiper-pagination-bullets .swiper-pagination-bullet:focus::before, .showcase-bg-type-dark .swiper-pagination-bullets .swiper-pagination-bullet.swiper-pagination-bullet-active::before {
    background: var(--ninetheme-primary);
}

.theme-style.swiper-button-prev, .theme-style.swiper-button-next, .ninetheme-swiper-theme-style .swiper-button-prev, .ninetheme-swiper-theme-style .swiper-button-next {
    background: rgba(37, 89, 70, 0.55);
    border: 1px solid rgba(226, 226, 226, 0.1);
    color: var(--ninetheme-light);
    width: 50px;
    height: 50px;
    border-radius: 5px;
    transform: translateY(-50%);
}

.ninetheme-swiper-slider-wrapper .theme-style.swiper-button-prev, .ninetheme-swiper-slider-wrapper .theme-style.swiper-button-next {
    color: var(--ninetheme-light);
}

.ninetheme-swiper-slider-wrapper .nav-small, .ninetheme-swiper-theme-style .nav-small {
    width: 30px;
    height: 30px;
}

.ninetheme-swiper-slider-wrapper .nav-medium, .ninetheme-swiper-theme-style .nav-medium {
    width: 40px;
    height: 40px;
}

.swiper-button-next, .swiper-container-rtl .swiper-button-prev {
    right: 20px;
    left: auto;
}

.swiper-button-prev, .swiper-container-rtl .swiper-button-next {
    left: 20px;
    right: auto;
}

.theme-style.swiper-button-prev:hover, .theme-style.swiper-button-next:hover, .ninetheme-swiper-theme-style .swiper-button-prev:hover, .ninetheme-swiper-theme-style .swiper-button-next:hover {
    background: var(--ninetheme-primary);
    border: 1px solid var(--ninetheme-primary);
    color: var(--ninetheme-light);
}

.ninetheme-wc-tab-slider-edit-mode .ninetheme-swiper-theme-style .swiper-button-prev, .ninetheme-wc-tab-slider-edit-mode .ninetheme-swiper-theme-style .swiper-button-next, .ninetheme-wc-tab-slider .ninetheme-swiper-theme-style .swiper-button-prev, .ninetheme-wc-tab-slider .ninetheme-swiper-theme-style .swiper-button-next {
    background: none;
    border: 0px;
}

.ninetheme-products-widget-slider .ninetheme-loop-slider .swiper-pagination-bullets, .ninetheme-wc-tab-slider-edit-mode .ninetheme-swiper-theme-style .swiper-pagination-bullets, .ninetheme-wc-tab-slider .ninetheme-swiper-theme-style .swiper-pagination-bullets {
    position: absolute;
    top: auto;
}

.ninetheme-swiper-theme-style .swiper-button-prev::after, .ninetheme-swiper-theme-style .swiper-button-next::after {
    font-size: 8px;
    width: auto;
    height: auto;
}

.ninetheme-swiper-theme-style .swiper-pagination-bullets {
    position: relative;
    inset: 0px;
    text-align: center;
    margin-top: 30px;
}

.ninetheme-swiper-theme-style.ninetheme-swiper-onepage-style .swiper-pagination-bullets {
    position: absolute;
    inset: auto 0px 30px;
    text-align: center;
    margin-top: 0px;
}

.nav-show-hover .swiper-button-prev, .nav-show-hover .swiper-button-next {
    opacity: 0;
    transition: transform 0.25s, opacity 0.25s;
}

.nav-show-hover:hover .swiper-button-prev, .nav-show-hover:hover .swiper-button-next {
    opacity: 1;
}

.nav-show-hover .swiper-button-prev, .swiper-container-rtl.nav-show-hover .swiper-button-next {
    left: 10px;
    transform: translateX(-30px);
}

.nav-show-hover:hover .swiper-button-prev {
    transform: translateX(0px);
}

.nav-show-hover .swiper-button-next, .swiper-container-rtl.nav-show-hover .swiper-button-next {
    right: 0px;
    transform: translateX(30px);
}

.nav-show-hover:hover .swiper-button-next {
    right: 10px;
    transform: translateX(0px);
}

.ninetheme-header-mobile-search-wrapper {
    display: none;
}

@media (max-width: 480px) {
    .ninetheme-swiper-theme-style:not(.ninetheme-products-widget-slider) .swiper-button-prev, .ninetheme-swiper-theme-style:not(.ninetheme-products-widget-slider) .swiper-button-next, .nav-show-hover .swiper-button-prev, .nav-show-hover .swiper-button-next {
        display: none;
    }
}

.thm-tab-slider.ninetheme-swiper-slider {
    min-height: 300px;
}

.sliding-menu {
    position: relative;
    overflow: hidden;
    background-color: transparent;
    text-align: left;
    font-size: 18px;
}

.sliding-menu__panel {
    position: absolute;
    top: 0px;
    left: 100%;
    width: 100%;
    overflow: hidden auto;
}

.sliding-menu li {
    padding: 0px;
    margin: 0px;
    list-style: none;
}

.sliding-menu .sliding-menu-inner li a, .sliding-menu li .sliding-menu__nav {
    display: block;
    position: relative;
    padding: 10px 0px;
    text-align: left;
    font-size: 13px;
    line-height: 1;
    font-weight: 400;
    color: var(--ninetheme-dark);
    text-decoration: none;
    border-width: 0px;
    width: 100%;
    cursor: pointer;
    background-color: transparent;
    transition: color 250ms, background-color 250ms;
}

.sliding-menu li a:hover, .sliding-menu li .sliding-menu__nav:hover {
    background: none;
}

.sliding-menu li.current-menu-parent > .sliding-menu__nav, .sliding-menu li.current-menu-item > .sliding-menu__nav, .sliding-menu li.current-menu-item > a, .sliding-menu li a:hover, .sliding-menu li.active a, .sliding-menu li .sliding-menu__nav:hover {
    color: var(--ninetheme-dark);
}

.sliding-menu .sliding-menu__nav::before {
    content: "";
    font-family: "Font Awesome 5 Free";
    font-style: normal;
    text-decoration: inherit;
    color: var(--ninetheme-gray-dark);
    font-size: 14px;
    padding-right: 0.5em;
    position: absolute;
    top: 10px;
    right: -5px;
    font-weight: 900;
}

.sliding-menu li .sliding-menu__nav.sliding-menu__back {
    position: relative;
    margin-bottom: 10px;
    color: var(--ninetheme-dark);
    font-weight: 500;
}

.sliding-menu .sliding-menu__back::after {
    content: "";
    border-bottom: 1px solid var(--ninetheme-dark);
    height: 1px;
    width: 100%;
    position: absolute;
    bottom: 0px;
    left: 0px;
    opacity: 0.1;
}

.sliding-menu .sliding-menu__back::before {
    content: "";
    font-family: "Font Awesome 5 Free";
    font-style: normal;
    text-decoration: inherit;
    color: var(--ninetheme-gray-dark);
    font-size: 14px;
    padding-right: 0.5em;
    position: absolute;
    top: 10px;
    right: -5px;
    font-weight: 900;
}

.sliding-menu .sliding-menu__icon {
    margin-right: 0.4em;
}

.sliding-menu .sliding-menu__separator {
    margin: 0.4em 1em;
    border-top: 2px solid rgb(85, 85, 85);
}

li.item-shortcode-li, li.sliding-menu-inner {
    overflow: hidden;
}

.ninetheme-landscape li.item-shortcode-li, .ninetheme-landscape li.sliding-menu-inner {
    overflow: hidden auto;
}

body.admin-bar {
    padding-top: 32px;
}

.elementor-editor-active header.ninetheme-header-default {
    z-index: 0;
}

.elementor-editor-active.scroll-start header.ninetheme-header-default, .elementor-editor-active header.ninetheme-header-default:hover {
    z-index: 9;
}

.container, .container-fluid, .container-lg, .container-md, .container-sm, .container-xl, .container-xxl {
    padding-right: 20px;
    padding-left: 20px;
}

@media (min-width: 1200px) {
    .container, .container-lg, .container-md, .container-sm, .container-xl {
        max-width: 1240px;
        padding-right: 30px;
        padding-left: 30px;
    }
}

.ninetheme-row {
    display: flex;
    flex-direction: column;
}

#wrapper {
    position: relative;
    min-height: 100%;
    width: 100%;
    scroll-behavior: smooth;
}

.theme-layout-boxed {
    background-color: var(--ninetheme-gray-soft);
}

.theme-layout-boxed #wrapper {
    max-width: 1280px;
    margin: 29px auto;
    background-color: var(--ninetheme-light);
    box-shadow: rgba(0, 0, 0, 0.07) 0px 2px 13px 6px;
}

.header-spacer {
    height: 80px;
    transition: 0.25s cubic-bezier(0.25, 0.46, 0.45, 0.94);
    display: none;
}

.ninetheme-main-overlay {
    position: fixed;
    z-index: 2;
    top: 0px;
    right: 0px;
    width: 0px;
    height: 0px;
    background: var(--ninetheme-gray-soft);
    opacity: 0;
    transition: opacity 0.45s cubic-bezier(0.25, 0.46, 0.45, 0.94);
}

.ninetheme-overlay-open .ninetheme-main-overlay {
    width: 100%;
    height: 100%;
    opacity: 0.7;
}

.scroll-to-top {
    width: 30px;
    height: 30px;
    line-height: 30px;
    background: var(--ninetheme-primary);
    position: fixed;
    color: var(--ninetheme-light);
    bottom: 60px;
    right: 40px;
    z-index: 99;
    font-size: 15px;
    text-align: center;
    display: none;
    border-radius: 4px;
    transition: 0.4s;
}

.scroll-to-top:hover {
    background: var(--ninetheme-secondary);
    color: var(--ninetheme-light);
}

.page-wrapper .elementor-edit-area {
    z-index: 3;
}

.submenu-open > .submenu, .mega-open .submenu {
    transform: scale(1);
    opacity: 1 !important;
    visibility: visible !important;
}

.logo.logo-type-sitename {
    max-width: 450px;
}

.big-index {
    z-index: 99997;
}

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

.ninetheme-popup-item {
    background: var(--ninetheme-light);
    padding: 40px 0px 50px;
    max-width: 1024px;
    margin: 0px auto;
}

.ninetheme-popup-item .wpcf7-form p br {
    display: none;
}

.section-padding {
    padding: 40px 0px;
}

.gap-extended.section-padding {
    padding: 15px;
}

.gap-wide.section-padding {
    padding: 20px 0px;
}

.gap-wider.section-padding {
    padding: 0px;
}

@media (min-width: 768px) {
    .section-padding {
        padding: 40px 0px;
    }

    .gap-extended.section-padding {
        padding: 25px 15px;
    }

    .gap-wide.section-padding {
        padding: 40px 0px;
    }

    .gap-wider.section-padding {
        padding: 20px 0px;
    }
}

@media (min-width: 1024px) {
    .section-padding {
        padding: 40px 0px;
    }

    .gap-extended.section-padding {
        padding: 40px 15px;
    }

    .gap-wide.section-padding {
        padding: 60px 0px;
    }

    .gap-wider.section-padding {
        padding: 40px 0px;
    }
}

.nt-section.section-padding.pt-0 {
    padding-top: 0px;
}

.nt-section.section-padding.pb-0 {
    padding-bottom: 0px;
}

.effect-zigzag a, .effect-arrow a, .effect-wavy a, a.effect-zigzag, a.effect-arrow, a.effect-wavy {
    display: inline-block;
    position: relative;
    text-decoration: none;
    z-index: 2;
    transition: 0.2s ease-in-out;
}

.effect-zigzag a::before, .effect-arrow a::before, .effect-wavy a::before, a.effect-zigzag::before, a.effect-arrow::before, a.effect-wavy::before {
    content: "";
    position: absolute;
    width: 100%;
    height: 80px;
    left: 0px;
    bottom: -40px;
    z-index: -1;
    transform: scaleX(0);
    transition: transform 300ms cubic-bezier(0.175, 0.885, 0.32, 1);
    transform-origin: right center;
}

.effect-zigzag a:hover::before, .effect-arrow a:hover::before, .effect-wavy a:hover::before, a.effect-zigzag:hover::before, a.effect-arrow:hover::before, a.effect-wavy:hover::before {
    transition: transform 300ms cubic-bezier(0.175, 0.885, 0.32, 1.275);
    transform-origin: left center;
    transform: scaleX(1);
}

.effect-zigzag a::before, a.effect-zigzag::before {
    bottom: -40px;
    transform-origin: left center;
}

.effect-arrow a::before, a.effect-arrow::before {
    transform-origin: right center;
    width: calc(100% + 25px);
}

.effect-arrow a:hover::before, a.effect-arrow:hover::before {
    animation: auto ease 0s 1 normal none running none;
    transform-origin: left center;
}

.effect-wavy a:hover::before, a.effect-wavy:hover::before {
    transition: transform 300ms cubic-bezier(0.175, 0.885, 0.32, 1.275);
    transform-origin: left center;
    animation: 3s linear 0s infinite normal none running waving;
    transform: scaleX(1);
}

@-webkit-keyframes waving {
    100% {
        background-position: 80px 50%, 160px 50%;
    }
}

@keyframes waving {
    100% {
        background-position: 80px 50%, 160px 50%;
    }
}

.ninetheme-flex-center {
    flex-wrap: wrap;
    display: flex;
    -webkit-box-align: center;
    align-items: center;
    text-align: center;
    -webkit-box-pack: center;
    justify-content: center;
}

.ninetheme-inline-two-block, .ninetheme-flex {
    display: flex;
    flex-wrap: wrap;
}

.ninetheme-flex-nowrap {
    flex-wrap: nowrap;
}

.ninetheme-inline-two-block {
    justify-content: space-between;
    -webkit-box-align: center;
    align-items: center;
}

.ninetheme-align-center {
    display: flex;
    -webkit-box-align: center;
    align-items: center;
}

.ninetheme-justify-center {
    display: flex;
    -webkit-box-pack: center;
    justify-content: center;
}

.ninetheme-block-left, .ninetheme-flex-left {
    display: flex;
    text-align: left;
    -webkit-box-pack: start;
    justify-content: flex-start;
}

.ninetheme-block-right, .ninetheme-flex-right {
    display: flex;
    text-align: right;
    -webkit-box-pack: end;
    justify-content: flex-end;
}

.ninetheme-block-full, .ninetheme-flex-full {
    -webkit-box-flex: 1;
    flex: 1 1 0%;
}

.ninetheme-xl-block {
    display: block;
}

.ninetheme-lg-block {
    display: block;
}

.ninetheme-md-block {
    display: block;
}

.ninetheme-sm-block {
    display: block;
}

.ninetheme-xs-block {
    display: block;
}

@media (min-width: 480px) {
    .ninetheme-xs-block {
        display: none;
    }
}

@media (min-width: 576px) {
    .ninetheme-sm-block {
        display: none;
    }
}

@media (min-width: 768px) {
    .ninetheme-md-block {
        display: none;
    }
}

@media (min-width: 992px) {
    .ninetheme-lg-block {
        display: none;
    }
}

@media (min-width: 1200px) {
    .ninetheme-xl-block {
        display: none;
    }
}

@media (max-width: 1200px) {
    .ninetheme-xl-hidden {
        display: none;
    }
}

@media (max-width: 992px) {
    .ninetheme-lg-hidden {
        display: none;
    }
}

@media (max-width: 768px) {
    .ninetheme-md-hidden {
        display: none;
    }
}

@media (max-width: 576px) {
    .ninetheme-sm-hidden {
        display: none;
    }
}

@media (max-width: 480px) {
    .ninetheme-xs-hidden {
        display: none;
    }
}

.wpcf7-form-control-wrap {
    display: block;
}

.wpcf7 .screen-reader-response {
    display: none;
}

.ninetheme-cf7-form-wrapper form.wpcf7-form {
    display: flex;
    flex-wrap: wrap;
    margin-top: calc(-1 * var(--bs-gutter-y));
    margin-right: calc(-.5 * var(--bs-gutter-x));
    margin-left: calc(-.5 * var(--bs-gutter-x));
}

.ninetheme-cf7-form-wrapper form.wpcf7-form > * {
    box-sizing: border-box;
    flex-shrink: 0;
    width: 100%;
    max-width: 100%;
    padding-right: calc(var(--bs-gutter-x) * .5);
    padding-left: calc(var(--bs-gutter-x) * .5);
    margin-top: var(--bs-gutter-y);
}

.ninetheme-cf7-form-wrapper form.wpcf7-form .wpcf7-form-control-wrap input:not([type="checkbox"]):not([type="radio"]):not([type="submit"]), .ninetheme-cf7-form-wrapper form.wpcf7-form .wpcf7-form-control-wrap > label, .ninetheme-cf7-form-wrapper form.wpcf7-form .wpcf7-form-control-wrap select, .ninetheme-cf7-form-wrapper form.wpcf7-form .wpcf7-form-control-wrap textarea {
    width: 100%;
    margin-bottom: 10px;
}

.ninetheme-cf7-form-wrapper form.wpcf7-form input[type="submit"], .ninetheme-cf7-form-wrapper form.wpcf7-form button.wpcf-7-submit {
    display: inline-block;
}

.ninetheme-cf7-form-wrapper form.wpcf7-form input[type="submit"]:focus {
    color: var(--ninetheme-light);
}

.ninetheme-cf7-form-wrapper.form_front label {
    display: block;
    font-size: 11px;
    text-transform: uppercase;
    color: var(--ninetheme-dark);
    margin-bottom: 15px;
    font-weight: 600;
}

textarea.wpcf7-form-control.wpcf7-textarea {
    max-height: 135px;
}

.loading-template, .loading-wrapper {
    position: absolute;
    top: 0px;
    left: 0px;
    width: 100%;
    height: 100%;
    background-color: var(--ninetheme-light);
    display: none;
    align-items: center;
    justify-content: center;
    z-index: 10;
}

.product-loading .loading-wrapper, .mfp-ajax-cur .mfp-preloader .loading-wrapper, .tab-loading .loading-wrapper, .loading .loading-wrapper, .template-loading .loading-template {
    display: flex;
}

.wpcf7-form.submitting .ninetheme-btn:not(.loading) .loading-wrapper {
    display: flex;
    margin: 1px;
    height: 95%;
    width: 99%;
}

.template-loading .ajax-loader::before, .template-loading .ajax-loader::after, .processing .ajax-loader::before, .processing .ajax-loader::after, .wpcf7-form.submitting .ajax-loader::before, .wpcf7-form.submitting .ajax-loader::after, .wpcf7-form .ajax-loader::before, .wpcf7-form .ajax-loader::after, .mfp-ajax-cur .mfp-preloader .ajax-loading::before, .mfp-ajax-cur .mfp-preloader .ajax-loading::after, .tab-loading .ajax-loading::before, .tab-loading .ajax-loading::after, .loading .ajax-loading::before, .loading .ajax-loading::after {
    animation: 1s ease 0s infinite alternate none running dotFlashing;
}

.template-loading .ajax-loader::before, .template-loading .ajax-loader::after, .wpcf7-form.submitting .ajax-loader::before, .wpcf7-form.submitting .ajax-loader::after, .wpcf7-form .ajax-loader::before, .wpcf7-form .ajax-loader::after, .ajax-loading::before, .ajax-loading::after {
    content: "";
    display: inline-block;
    position: absolute;
    top: 0px;
}

.template-loading .ajax-loader, .wpcf7-form .ajax-loader, .ajax-loading {
    position: relative;
    width: 10px;
    height: 10px;
    border-radius: 5px;
    background-color: var(--ninetheme-dark);
    color: var(--ninetheme-dark);
}

.wpcf7-form .ajax-loader, .product-loading .ajax-loading, .mfp-ajax-cur .mfp-preloader .ajax-loading, .tab-loading .ajax-loading, .loading .ajax-loading {
    animation: 1s linear 0.5s infinite alternate none running dotFlashing;
}

.wpcf7-form .ajax-loader::before, .wpcf7-form .ajax-loader::after, .ajax-loading::before, .ajax-loading::after {
    content: "";
    display: inline-block;
    position: absolute;
    top: 0px;
}

.wpcf7-form .ajax-loader::before, .wpcf7-form .ajax-loader::after, .mfp-ajax-cur .mfp-preloader .ajax-loading::before, .mfp-ajax-cur .mfp-preloader .ajax-loading::after, .tab-loading .ajax-loading::before, .tab-loading .ajax-loading::after, .loading .ajax-loading::before, .loading .ajax-loading::after {
    animation: 1s ease 0s infinite alternate none running dotFlashing;
}

.template-loading .ajax-loader::before, .ajax-loading::before {
    left: -15px;
    width: 10px;
    height: 10px;
    border-radius: 5px;
    background-color: var(--ninetheme-dark);
    color: var(--ninetheme-dark);
}

.template-loading .ajax-loader::after, .ajax-loading::after {
    left: 15px;
    width: 10px;
    height: 10px;
    border-radius: 5px;
    background-color: var(--ninetheme-dark);
    color: var(--ninetheme-dark);
}

.has-default-header-type-dark .ninetheme-header-mobile .ajax-loading::before, .has-default-header-type-dark .ninetheme-header-mobile .ajax-loading::after, .has-default-header-type-dark .ninetheme-side-panel .ajax-loading::before, .has-default-header-type-dark .ninetheme-side-panel .ajax-loading::after, .has-default-header-type-dark .ninetheme-popup-search-panel .ajax-loading::before, .has-default-header-type-dark .ninetheme-popup-search-panel .ajax-loading::after {
    background-color: var(--ninetheme-light);
    color: var(--ninetheme-light);
}

@keyframes dotFlashing {
    0% {
        background-color: var(--ninetheme-dark);
    }

    50%, 100% {
        background-color: var(--ninetheme-gray);
    }
}

.ninetheme-mfp-close, .ninetheme-filter-close, .ninetheme-panel-close-button, .ninetheme-panel-close.no-bar, .ninetheme-ajax-close-search-results {
    border-radius: 50%;
    background: rgba(255, 255, 255, 0.7);
    border: 9px solid transparent;
    color: var(--ninetheme-dark);
    width: 36px;
    height: 36px;
    display: inline-flex;
    justify-content: center;
    align-items: center;
    position: relative;
    cursor: pointer;
}

.ninetheme-filter-close {
    background: var(--ninetheme-gray-soft);
    width: 30px;
    height: 30px;
}

.ninetheme-mfp-close {
    position: absolute;
    top: 15px;
    right: 15px;
    z-index: 999999;
    opacity: 1;
}

.panel-header .ninetheme-panel-close-button {
    background: var(--ninetheme-gray-soft);
    margin-bottom: 0px;
}

.ninetheme-mfp-close::before, .ninetheme-mfp-close::after, .ninetheme-filter-close::before, .ninetheme-filter-close::after, .ninetheme-panel-close-button::before, .ninetheme-panel-close-button::after, .ninetheme-panel-close.no-bar::before, .ninetheme-panel-close.no-bar::after {
    content: "";
    position: absolute;
    height: 2px;
    width: 90%;
    top: 46%;
    left: 1px;
    transform-origin: 50% 50%;
    background-color: var(--ninetheme-dark);
    opacity: 1;
    transition: transform 0.25s;
}

.ninetheme-mfp-close:hover::before, .ninetheme-mfp-close:hover::after, .ninetheme-filter-close:hover::before, .ninetheme-filter-close:hover::after, .ninetheme-panel-close-button:hover::before, .ninetheme-panel-close-button:hover::after, .ninetheme-panel-close.no-bar:hover::before, .ninetheme-panel-close.no-bar:hover::after {
    background-color: var(--ninetheme-dark);
}

.ninetheme-ajax-close-search-results::before, .ninetheme-mfp-close::before, .ninetheme-filter-close::before, .ninetheme-panel-close-button::before, .ninetheme-panel-close.no-bar::before {
    transform: rotate(45deg);
}

.ninetheme-mfp-close::after, .ninetheme-filter-close::after, .ninetheme-panel-close-button::after, .ninetheme-panel-close.no-bar::after {
    transform: rotate(-45deg);
}

.ninetheme-mfp-close:hover::after, .ninetheme-filter-close:hover::after, .ninetheme-panel-close-button:hover::after, .ninetheme-panel-close.no-bar:hover::after {
    transform: rotate(45deg);
}

.ninetheme-mfp-close:hover::before, .ninetheme-filter-close:hover::before, .ninetheme-panel-close-button:hover::before, .ninetheme-panel-close.no-bar:hover::before {
    transform: rotate(-45deg);
}

.parallax-slider-two:not(.swiper-initialized) .elementor-section:not(:first-child) {
    display: none;
}

a.product-link.has-images.lazy-loading {
    display: block;
    position: relative;
}

.lazy-loading::before {
    content: "";
    position: absolute;
    top: 0px;
    left: 0px;
    width: 100%;
    height: 100%;
    background-image: url("../images/loader.gif");
    background-repeat: no-repeat;
    background-position: 50% 50%;
    background-color: var(--ninetheme-light);
    z-index: 3;
}

.lazy-loading img {
    z-index: 1;
}

.swiper-slide .lazy-loading img {
    height: inherit;
}

.ninetheme-svg-icon {
    max-width: 25px;
    max-height: 25px;
    cursor: pointer;
    fill: var(--ninetheme-dark);
}

.ninetheme-header-default .ninetheme-svg-icon {
    width: auto;
    height: auto;
    max-width: 40px;
    max-height: 40px;
    padding: 10px;
    fill: rgb(255, 255, 255);
    background-color: var(--e-global-color-primary);
    border-radius: 30px;
    margin-right: 10px;
}

.ninetheme-svg-icon.mini-icon {
    max-width: 15px;
    max-height: 15px;
}

.ninetheme-not-found-info-wrapper svg.shopBag, .cart-empty-content svg.shopBag {
    max-width: 100px;
    max-height: 100px;
    fill: var(--ninetheme-gray);
    opacity: 0.5;
}

.admin-bar .ninetheme-side-panel {
    top: 32px;
    height: 100%;
}

.ninetheme-side-panel {
    display: flex;
    flex-direction: column;
    position: fixed;
    top: 0px;
    right: 0px;
    height: 100%;
    width: 460px;
    max-width: 100%;
    z-index: 104;
    padding: 15px 20px 50px;
    background: var(--ninetheme-light);
    will-change: transform;
    transition: opacity 0.25s, transform 0.25s;
    opacity: 1;
    transform: translateX(100%);
}

.ninetheme-overlay-open .ninetheme-side-panel.active {
    transform: translateX(0%);
    opacity: 1;
    box-shadow: rgba(0, 0, 0, 0.3) 2px -2px 40px -20px;
}

.panel-header-actions, .panel-header {
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.panel-header {
    min-height: 65px;
    padding-bottom: 10px;
    border-bottom: 1px solid var(--ninetheme-gray);
}

.panel-header-btn {
    position: relative;
    display: inline-flex;
    justify-content: center;
    align-items: center;
    cursor: pointer;
    width: 40px;
    height: 40px;
    border-radius: 50px;
}

.panel-header-btn.active {
    background: var(--ninetheme-gray-soft);
}

.panel-header-btn {
    margin-right: 20px;
}

.panel-header-cart {
    display: inline-flex;
    align-items: center;
}

.panel-header-cart span.ninetheme-cart-total {
    margin-right: 10px;
}

.panel-top-title {
    display: block;
    position: relative;
    padding: 0px 0px 10px;
    text-align: left;
    font-size: 18px;
    font-weight: 500;
    text-transform: capitalize;
    color: var(--ninetheme-dark);
    text-decoration: none;
    margin-bottom: 20px;
}

.panel-top-title strong {
    font-weight: 500;
    font-size: 10px;
    text-transform: uppercase;
    letter-spacing: 0.3px;
    background: var(--ninetheme-dark);
    color: var(--ninetheme-light);
    padding: 2px 10px;
    border-radius: 4px;
}

.panel-top-title::after {
    content: "";
    border-bottom: 1px solid var(--ninetheme-gray);
    height: 1px;
    width: 100%;
    position: absolute;
    bottom: 0px;
    left: 0px;
}

.panel-content {
    position: relative;
    margin-top: 40px;
    height: 100%;
}

.panel-content .panel-content-item {
    position: absolute;
    width: 100%;
    top: 0px;
    right: 0px;
    will-change: transform;
    transition: opacity 0.25s, transform 0.5s;
    opacity: 0;
    transform: translateX(150%);
}

.panel-content .panel-content-item.active {
    transform: translateX(0%);
    opacity: 1;
}

.cart-area .ninetheme-scrollbar {
    max-height: calc(-350px + 100vh);
    display: flex;
    flex-direction: column;
    gap: 25px;
    padding: 0px;
}

@media (max-width: 782px) {
    body.admin-bar {
        padding-top: 46px;
    }

    .admin-bar .ninetheme-side-panel {
        height: 100%;
    }

    .admin-bar.scroll-start .ninetheme-side-panel {
        top: 0px;
    }

    .admin-bar .ninetheme-popup-search-panel {
        top: 46px;
    }

    .admin-bar .ninetheme-ajax-checkout-popup-inner {
        margin-top: 46px;
    }
}

@media (max-width: 600px) {
    .admin-bar .ninetheme-side-panel {
        top: 46px;
    }

    .admin-bar.scroll-start .ninetheme-side-panel, .admin-bar.scroll-start .ninetheme-header-mobile-top, .admin-bar .ninetheme-popup-search-panel {
        top: 0px;
    }
}

.woocommerce-mini-cart {
    position: relative;
    overflow: hidden;
}

.ninetheme-wc-count {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 15px;
    height: 15px;
    background: var(--ninetheme-primary);
    color: var(--ninetheme-light);
    font-size: 8px;
    border-radius: 20px;
    position: absolute;
    left: auto;
    right: 0px;
    top: 0px;
    line-height: 1;
    z-index: 1;
}

.panel-header-btn .ninetheme-wc-count {
    left: auto;
    right: -10px;
    top: 11px;
}

.counter-square .ninetheme-wc-count {
    border-radius: 0px;
}

.counter-primary .ninetheme-wc-count {
    background: var(--ninetheme-primary);
    color: var(--ninetheme-light);
}

.counter-dark .ninetheme-wc-count {
    background: var(--ninetheme-dark);
    color: var(--ninetheme-light);
}

.counter-gray .ninetheme-wc-count {
    background: var(--ninetheme-gray);
    color: var(--ninetheme-light);
}

.counter-gray-soft .ninetheme-wc-count {
    background: var(--ninetheme-gray-soft);
    color: var(--ninetheme-dark);
}

.counter-green .ninetheme-wc-count {
    background: var(--ninetheme-green);
    color: var(--ninetheme-light);
}

.counter-green-soft .ninetheme-wc-count {
    background: var(--ninetheme-green-soft);
    color: var(--ninetheme-dark);
}

.counter-brown .ninetheme-wc-count {
    background: var(--ninetheme-purple-soft);
    color: var(--ninetheme-primary);
}

.counter-red .ninetheme-wc-count {
    background: var(--ninetheme-red);
    color: var(--ninetheme-light);
}

.counter-blue .ninetheme-wc-count {
    background: var(--ninetheme-blue);
    color: var(--ninetheme-light);
}

.counter-blue-soft .ninetheme-wc-count {
    background: var(--ninetheme-blue-soft);
    color: var(--ninetheme-dark);
}

.counter-blue-dark .ninetheme-wc-count {
    background: var(--ninetheme-blue-soft);
    color: var(--ninetheme-light);
}

.counter-yellow .ninetheme-wc-count {
    background: var(--ninetheme-yellow);
    color: var(--ninetheme-dark);
}

.counter-yellow-soft .ninetheme-wc-count {
    background: var(--ninetheme-yellow-soft);
    color: var(--ninetheme-dark);
}

.counter-purple .ninetheme-wc-count {
    background: var(--ninetheme-primary);
    color: var(--ninetheme-light);
}

.counter-purple-soft .ninetheme-wc-count {
    background: var(--ninetheme-purple-soft);
    color: var(--ninetheme-dark);
}

span.ninetheme-cart-total {
    font-size: 12px;
    color: var(--ninetheme-dark);
    font-weight: 500;
}

.ninetheme-panel-content-items {
    position: relative;
}

.ninetheme-content-item {
    width: 100%;
    margin-bottom: 15px;
    position: relative;
}

.ninetheme-content-item-inner {
    width: 100%;
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
    position: relative;
}

.ninetheme-content-item .ninetheme-content-link {
    display: flex;
    align-items: flex-start;
    flex-direction: column;
    color: var(--ninetheme-dark);
}

.ninetheme-link img {
    max-width: 80px;
    max-height: 80px;
}

.ninetheme-content-item .ninetheme-content-info {
    display: flex;
    flex-direction: column;
    margin: 0px 20px 0px 15px;
    flex: 1 1 0%;
    justify-content: space-between;
}

.ninetheme-content-item .ninetheme-content-info .ninetheme-btn-text {
    font-size: 12px;
}

.ninetheme-content-item .ninetheme-content-info .ninetheme-btn-small {
    color: rgb(37, 37, 37);
}

.ninetheme-content-item .ninetheme-content-info .added_to_cart {
    display: none;
}

.ninetheme-content-item .ninetheme-content-del-icon {
    width: 20px;
    height: 20px;
    display: inline-flex;
    justify-content: center;
    align-items: center;
    border-radius: 30px;
    position: absolute;
    left: 40px;
    top: -20px;
    background: var(--ninetheme-red);
}

.ninetheme-content-item .ninetheme-content-del-icon:hover svg {
    fill: var(--ninetheme-light);
}

.ninetheme-content-info .ninetheme-price ins {
    text-decoration: none;
}

.ninetheme-content-info .product-stock {
    color: var(--ninetheme-green);
    font-size: 10px;
    text-transform: uppercase;
    font-weight: 600;
}

.ninetheme-content-info .product-name {
    margin-bottom: 0px;
}

.ninetheme-content-info .ninetheme-btn {
    margin-top: 10px;
}

.ninetheme-panel-content-notice .product-name {
    color: var(--ninetheme-primary);
}

.ninetheme-empty-content svg {
    max-width: 55px;
    max-height: 55px;
    float: left;
    margin-right: 10px;
    fill: var(--ninetheme-gray);
    opacity: 0.5;
    margin-bottom: 10px;
}

.compare-area.has-product .ninetheme-empty-content {
    display: none;
}

.ninetheme-panel-content-notice.ninetheme-empty-content a {
    text-decoration: underline;
}

.ninetheme-panel-checkout-swiper {
    display: block;
    position: relative;
}

.ninetheme-panel-checkout-content-wrapper .ninetheme-panel-checkout-form-wrapper {
    overflow: hidden auto;
    padding-right: 16px;
}

.ninetheme-panel-checkout-content-wrapper .ninetheme-panel-checkout-labels .swiper-pagination-bullets {
    margin: 0px;
}

.ninetheme-panel-checkout-content-wrapper .ninetheme-justify-center {
    text-align: left;
}

.ninetheme-panel-checkout-content-wrapper .ninetheme-woocommerce-form-coupon-wrapper {
    padding: 10px;
    margin-bottom: 15px;
    border: 2px solid var(--ninetheme-gray);
    display: flex;
    justify-content: space-between;
    align-items: center;
    flex-wrap: wrap;
}

.ninetheme-panel-checkout-content-wrapper .woocommerce-form-coupon-toggle, .ninetheme-panel-checkout-content-wrapper .ninetheme-coupon-code-info {
    margin-bottom: 10px;
}

.ninetheme-panel-checkout-content-wrapper .ninetheme-coupon-code-wrapper input#coupon_code {
    padding: 0px 10px;
    min-height: 38px;
}

.ninetheme-panel-checkout-content-wrapper .ninetheme-panel-checkout-button-wrapper {
    margin-top: 20px;
    display: flex;
    justify-content: space-between;
    align-items: center;
    flex-wrap: wrap;
}

.ninetheme-panel-checkout-content-wrapper form.checkout_coupon.woocommerce-form-coupon .form-row.ninetheme-coupon-row {
    display: flex;
    flex-flow: column;
}

.ninetheme-panel-checkout-content-wrapper form.checkout_coupon.woocommerce-form-coupon .form-row.ninetheme-coupon-row .ninetheme-btn {
    height: 48px;
    margin: 10px 0px 20px;
}

.ninetheme-panel-checkout-content-wrapper .ninetheme-coupon-code-wrapper {
    display: inline-flex;
    flex-direction: column;
}

.ninetheme-panel-checkout-content-wrapper .ninetheme-coupon-code-actions {
    display: inline-flex;
    align-items: center;
}

.ninetheme-coupon-code-wrapper input#coupon_code {
    margin-right: 10px;
}

.ninetheme-woocommerce-form-coupon-wrapper .woocommerce-error {
    flex: 0 0 100%;
    list-style: none;
}

.ninetheme-panel-checkout-content-wrapper .ninetheme-panel-checkout-labels {
    margin-bottom: 20px;
    min-height: 40px;
}

.ninetheme-panel-checkout-content-wrapper .ninetheme-panel-checkout-labels-inner {
    display: flex;
    align-items: center;
    place-content: space-around;
    border: 1px solid var(--ninetheme-gray);
    max-width: 100%;
    flex-flow: row;
    min-height: 46px;
}

.checkout-area.panel-content-item .ninetheme-panel-checkout-content-wrapper {
    padding-right: 0px;
}

.ninetheme-panel-checkout-content-wrapper .swiper-pagination-bullets {
    text-align: left;
}

.ninetheme-panel-checkout-content-wrapper .ninetheme-step-item {
    padding: 0px 10px 0px 0px;
    border: 0px;
    color: var(--ninetheme-dark);
    font-size: 12px;
    line-height: 1;
    margin: 0px;
    display: inline-flex;
    align-items: center;
    place-content: flex-start space-around;
    position: relative;
    flex-flow: row;
}

.ninetheme-panel-checkout-content-wrapper .ninetheme-step-item + .ninetheme-step-item {
    margin-left: 1px;
}

.ninetheme-panel-checkout-content-wrapper .ninetheme-step-item.active-step {
    color: rgb(37, 37, 37);
}

.ninetheme-panel-checkout-content-wrapper .ninetheme-step {
    height: 30px;
    display: inline-flex;
    justify-content: center;
    align-items: center;
}

.ninetheme-panel-checkout-content-wrapper .ninetheme-step-label {
    margin-left: 10px;
}

.ninetheme-panel-checkout-content-wrapper .lost_password {
    text-align: left;
    margin-bottom: 0px;
}

.ninetheme-panel-checkout-content-wrapper form.woocommerce-checkout .woocommerce-billing-fields__field-wrapper .form-row:last-child {
    margin-bottom: 0px;
}

.ninetheme-panel-checkout-form-login .ninetheme-inner-steps-buttons {
    display: flex;
    align-items: center;
    justify-content: center;
    flex-wrap: wrap;
    margin-bottom: 40px;
}

.ninetheme-panel-checkout-form-login .ninetheme-inner-steps-buttons > span {
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 1px;
    cursor: pointer;
    padding: 5px 15px;
    background-color: var(--ninetheme-gray);
    color: var(--ninetheme-dark);
    font-size: 12px;
}

.ninetheme-panel-checkout-form-login .ninetheme-inner-steps-buttons > span[tabindex="-1"] {
    background-color: var(--ninetheme-dark);
    color: var(--ninetheme-light);
}

.ninetheme-panel-checkout-form-login .ninetheme-inner-steps-buttons > span[tabindex="-1"] svg {
    fill: var(--ninetheme-light);
}

.ninetheme-panel-checkout-form-login .ninetheme-inner-steps-buttons svg {
    max-width: 18px;
    max-height: 18px;
    margin-right: 5px;
}

.ninetheme-panel-checkout-content-wrapper .woocommerce-checkout-review-order-table {
    width: 100%;
    margin-bottom: 20px;
}

.ninetheme-panel-checkout-content-wrapper .woocommerce-form-login__submit {
    margin-top: 10px;
}

.ninetheme-lost-reset-password-wrapper .ninetheme-flex {
    flex-direction: column;
}

.ninetheme-panel-checkout-content-wrapper .ninetheme-checkout-review-order-table .ninetheme-cart-items, .ninetheme-panel-checkout-content-wrapper .ninetheme-checkout-review-order-table .ninetheme-checkout-review-order-footer {
    flex-flow: column wrap;
}

.ninetheme-panel-checkout-content-wrapper .ninetheme-checkout-review-order-table .ninetheme-cart-item, .ninetheme-panel-checkout-content-wrapper .ninetheme-checkout-review-order-table .ninetheme-checkout-footer-item {
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.ninetheme-panel-checkout-content-wrapper .ninetheme-checkout-review-order-table .ninetheme-checkout-review-order-footer {
    margin-top: 15px;
    padding-top: 15px;
    border-top: 1px solid var(--ninetheme-gray);
}

.ninetheme-panel-checkout-content-wrapper .ninetheme-checkout-review-order-table .ninetheme-cart-items {
    margin-top: -10px;
}

.ninetheme-checkout-footer-item.order-total, .ninetheme-panel-checkout-content-wrapper .ninetheme-checkout-review-order-table .ninetheme-cart-item {
    padding-top: 10px;
    margin-top: 10px;
    border-top: 1px solid var(--ninetheme-gray);
}

.ninetheme-checkout-footer-item.order-total {
    text-transform: uppercase;
}

.ninetheme-panel-checkout-content-wrapper .ninetheme-checkout-review-order-table .ninetheme-cart-item .ninetheme-product-name {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
}

.ninetheme-panel-checkout-content-wrapper .ninetheme-checkout-review-order-table .ninetheme-cart-item .product-name, .ninetheme-panel-checkout-content-wrapper .ninetheme-checkout-review-order-table .ninetheme-cart-item .product-img {
    margin-right: 10px;
}

.ninetheme-panel-checkout-content-wrapper .ninetheme-checkout-review-order-table .ninetheme-cart-item .product-name {
    max-width: 140px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    text-align: right;
}

.ninetheme-panel-checkout-button-wrapper .button {
    min-width: 80px;
    min-height: 33px;
    display: flex;
    justify-content: center;
    align-items: center;
    background-color: var(--ninetheme-dark);
    color: var(--ninetheme-light);
    font-size: 14px;
    cursor: pointer;
}

.ninetheme-side-panel .cart-area .ninetheme-perfect-scrollbar.ps-container {
    padding-right: 0px;
    margin-right: 0px;
}

.ninetheme-side-panel .cart-area .ninetheme-perfect-scrollbar.ps-container.ps-active-y {
    padding-right: 15px;
}

.ninetheme-panel-checkout-content-wrapper .ninetheme-customer-shipping-details {
    margin-top: 30px;
}

.ninetheme-panel-checkout-content-wrapper .ninetheme-coupon-code-actions button {
    margin-top: 0px;
}

.ninetheme-panel-checkout-content-wrapper ul {
    list-style: none;
}

.ninetheme-panel-checkout-content-wrapper li.wc_payment_method label {
    display: inline-block;
    width: auto;
    margin-bottom: 0px;
}

.ninetheme-panel-checkout-content-wrapper .woocommerce-form__label.checkbox {
    margin-top: 15px;
}

.ninetheme-panel-checkout-content-wrapper .ninetheme-woocommerce-checkout-coupon .form-row-first {
    margin-bottom: 0px;
    float: left;
}

.ninetheme-panel-checkout-content-wrapper .ninetheme-woocommerce-checkout-coupon button {
    margin-top: 0px;
    margin-left: 15px;
    height: auto;
}

.woocommerce .ninetheme-panel-checkout-content-wrapper .ninetheme-woocommerce-checkout-coupon .form-row {
    max-width: 100%;
}

.ninetheme-panel-checkout-content-wrapper .ninetheme-swiper-slide-inner {
    display: block;
    position: relative;
    max-height: calc(-300px + 100vh);
    overflow-y: auto;
    padding-right: 15px;
}

.ninetheme-panel-checkout-button-next.disabled, .ninetheme-step-item.ninetheme-step-item-2.disabled {
    pointer-events: none;
    opacity: 0.5;
}

.ninetheme-register-message.ninetheme-error, .ninetheme-register-message.ninetheme-success, .ninetheme-login-message.ninetheme-success, .ninetheme-login-message.ninetheme-error {
    margin-top: 15px;
}

.ninetheme-register-message.ninetheme-success strong, .ninetheme-register-message.ninetheme-error strong, .ninetheme-login-message.ninetheme-success strong, .ninetheme-login-message.ninetheme-error strong {
    color: var(--ninetheme-light);
}

.ninetheme-login-message.ninetheme-error, .ninetheme-register-message.ninetheme-error, .ninetheme-panel-checkout-content-wrapper ul.woocommerce-error {
    background: var(--ninetheme-red);
    color: var(--ninetheme-light);
    padding: 10px;
}

.ninetheme-login-message.ninetheme-success, .ninetheme-register-message.ninetheme-success {
    background: var(--ninetheme-success);
    color: var(--ninetheme-light);
    padding: 10px;
}

.ninetheme-panel-checkout-content-wrapper .has-error > label {
    color: var(--ninetheme-red);
}

.ninetheme-panel-checkout-content-wrapper .has-error > .woocommerce-input-wrapper select, .ninetheme-panel-checkout-content-wrapper .has-error > .woocommerce-input-wrapper input, .woocommerce-invalid-required-field .woocommerce-input-wrapper select, .woocommerce-invalid-required-field .woocommerce-input-wrapper input, .woocommerce-invalid-required-field select, .woocommerce-invalid-required-field input {
    border-color: var(--ninetheme-red);
}

.ninetheme-panel-checkout-content {
    position: relative;
}

.checkout-area ul.woocommerce-error {
    width: 100%;
    max-height: 146px;
    overflow-y: auto;
    margin: 0px;
}

@media (max-width: 576px) {
    .ninetheme-panel-checkout-content-wrapper .swiper-pagination-bullets {
        text-align: left;
    }

    .ninetheme-panel-checkout-content-wrapper .ninetheme-step-item {
        justify-content: flex-start;
    }

    .ninetheme-panel-checkout-content-wrapper .ninetheme-step-item + .ninetheme-step-item {
        margin: 1px 0px 0px;
    }

    .ninetheme-panel-checkout-content-wrapper .woocommerce-form-coupon-toggle a {
        display: block;
    }
}

.ninetheme-popup-search-panel form.sidebar-search-form {
    display: flex;
    align-items: center;
    width: 100%;
    min-width: 100%;
    position: relative;
}

.ninetheme-popup-search-panel input.sidebar_search_input {
    width: 100%;
    border: 0px;
    border-radius: 0px;
    outline: none;
    font-size: 36px;
    text-align: center;
}

.ninetheme-popup-search-panel .sidebar_search_button {
    border: 0px;
    background: transparent;
    font-size: 30px;
    color: var(--ninetheme-gray);
    position: absolute;
    right: 20px;
    opacity: 0;
    cursor: pointer;
}

.ninetheme-popup-search-panel input.sidebar_search_input:focus + .sidebar_search_button {
    opacity: 1;
}

.ninetheme-popup-search-panel .sidebar_search_button:hover {
    color: var(--ninetheme-dark);
}

.ninetheme-popup-search-panel {
    position: fixed;
    top: 0px;
    z-index: 95;
    background: var(--ninetheme-light);
    will-change: transform;
    transition: opacity 0.25s, transform 0.25s;
    opacity: 0;
}

.ninetheme-popup-search-panel.active {
    z-index: 105;
}

.ninetheme-popup-search-panel.panel-position-top {
    left: 0px;
    width: 100%;
    padding: 50px 0px;
    transform: translateY(-100%);
}

.ninetheme-popup-search-panel.panel-position-top.active {
    transform: translateY(0%);
    opacity: 1;
}

.ninetheme-popup-search-panel.panel-position-right, .ninetheme-popup-search-panel.panel-position-left {
    width: 450px;
    max-width: 100%;
    height: 100vh;
    padding: 30px;
}

.ninetheme-popup-search-panel.panel-position-left {
    left: 0px;
    transform: translateX(-100%);
}

.ninetheme-popup-search-panel.panel-position-right {
    right: 0px;
    top: 0px;
    transform: translateX(100%);
}

.ninetheme-popup-search-panel.panel-position-right.active, .ninetheme-popup-search-panel.panel-position-left.active {
    opacity: 1;
    transform: translateX(0%);
}

.admin-bar:not(.scroll-start) .ninetheme-popup-search-panel.panel-position-right.active, .admin-bar:not(.scroll-start) .ninetheme-popup-search-panel.panel-position-left.active {
    top: 46px;
}

.has-default-header-type-dark .ninetheme-popup-search-panel {
    background: var(--ninetheme-dark);
}

.ninetheme-search-panel-inner {
    display: flex;
    flex-direction: column;
    align-items: center;
}

.ninetheme-popup-search-panel:not(.panel-position-top) .ninetheme-search-panel-inner {
    align-items: flex-start;
}

.ninetheme-popup-search-panel .ninetheme-panel-close {
    background: var(--ninetheme-gray-soft);
}

.ninetheme-popup-search-panel .ninetheme-svg-icon {
    fill: currentcolor;
}

.ninetheme-panel-content {
    width: 100%;
    max-width: 600px;
    margin-top: 15px;
}

.ninetheme-popup-search-panel .autocomplete-suggestion {
    width: 50%;
}

.ninetheme-popup-search-panel .autocomplete-suggestions {
    padding: 0px;
    margin-top: 15px;
    display: flex;
    flex-wrap: wrap;
    width: 100%;
    max-width: 100% !important;
    position: relative !important;
    border: 0px !important;
    max-height: 300px !important;
}

.ninetheme-popup-search-panel:not(.panel-position-top) .autocomplete-suggestions {
    max-width: 100% !important;
    position: absolute !important;
    max-height: calc(100% - 230px) !important;
}

.has-default-header-type-dark .ninetheme-popup-search-panel .autocomplete-suggestions {
    background: transparent;
}

.ninetheme-popup-search-panel .no-result + .autocomplete-suggestions {
    background: transparent;
}

.ninetheme-popup-search-panel .no-result + .autocomplete-suggestions .autocomplete-suggestion {
    width: 100%;
    padding: 10px 20px;
    border: 0px;
    margin: 0px;
    justify-content: center;
}

.autocomplete-suggestion img, .autocomplete-suggestion .value {
    margin-right: 15px;
    font-weight: 500;
}

.autocomplete-suggestion {
    padding: 0px;
    cursor: pointer;
    text-align: left;
    line-height: inherit;
    display: flex;
    height: auto;
    margin-bottom: 20px;
    flex-flow: row;
    place-content: center flex-start;
    align-items: center;
}

.ninetheme-asform-container form.ninetheme-asform .ajax-loading {
    position: absolute;
    top: 40%;
}

.ninetheme-popup-search-panel.panel-position-top .ninetheme-asform input.ninetheme-as, .ninetheme-popup-search-panel.panel-position-top .ninetheme-asform input.ninetheme-as:hover, .ninetheme-popup-search-panel.panel-position-top .ninetheme-asform input.ninetheme-as:focus {
    font-size: 36px;
    text-align: center;
}

.ninetheme-popup-search-panel.panel-position-top input::-webkit-input-placeholder {
    color: var(--ninetheme-gray);
    font-size: 36px;
}

.ninetheme-popup-search-panel .ninetheme-small-title, .search-area-top .autocomplete-suggestion .ninetheme-small-title {
    display: flex;
    flex-direction: column;
}

.has-default-header-type-dark .ninetheme-popup-search-panel .ninetheme-small-title, .has-default-header-type-dark .search-area-top .autocomplete-suggestion .ninetheme-small-title, .has-default-header-type-dark .ninetheme-asform.no-result + .autocomplete-suggestion strong, .has-default-header-type-dark .ninetheme-popup-search-panel input:focus {
    color: var(--ninetheme-light);
}

.ninetheme-popup-search-panel.panel-position-top input::placeholder {
    color: var(--ninetheme-gray);
    font-size: 36px;
}

.ninetheme-popup-search-panel.panel-position-top input:focus::placeholder {
    opacity: 0;
}

.ninetheme-label {
    padding: 3px 10px;
    font-size: 9px;
    font-weight: 600;
    text-transform: uppercase;
    letter-spacing: 0.3px;
    display: inline-block;
    line-height: 1.4;
    border-radius: 3px;
}

.ninetheme-widget-label {
    padding: 3px 7px;
    font-size: 10px;
    font-weight: 600;
    text-transform: uppercase;
    letter-spacing: 1px;
    display: inline-block;
    line-height: 1.4;
}

.ninetheme-widget-label {
    background-color: var(--ninetheme-dark);
}

.ninetheme-widget-label.label-border {
    background-color: transparent;
    border-width: 1px;
    border-style: solid;
}

.ninetheme-widget-label.label-radius {
    border-radius: 30px;
}

.ninetheme-widget-label.label-radius-soft {
    border-radius: 5px;
}

.ninetheme-widget-label.label-large {
    padding: 11px 20px;
    font-size: 14px;
}

.ninetheme-widget-label.label-medium {
    padding: 5px 15px;
    font-size: 12px;
}

.ninetheme-widget-label.label-small {
    padding: 5px 20px;
    font-size: 10px;
}

.ninetheme-widget-label.ninetheme-in-stock {
    background-color: var(--ninetheme-primary);
}

.ninetheme-widget-label.ninetheme-out-stock {
    color: var(--ninetheme-dark);
    background-color: var(--ninetheme-gray);
}

.newsletter-popup-visible div#ninetheme-newsletter-popup {
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    padding: 0px;
    max-width: 720px;
    position: relative;
}

p.ninetheme-newsletter-bottom {
    width: 100%;
    text-align: right;
    margin: 0px 0px 10px;
    position: absolute;
    bottom: 0px;
    right: 0px;
    font-size: 12px;
    max-width: 50%;
}

.ninetheme-newsletter-bottom label {
    background: none;
    padding: 3px 15px 1px;
    color: var(--ninetheme-text);
    margin: 0px;
}

p.ninetheme-newsletter-bottom span {
    line-height: 1;
}

@media (max-width: 768px) {
    p.ninetheme-newsletter-bottom {
        position: relative;
        right: auto;
        max-width: 100%;
        margin: 0px 0px 20px;
    }

    .ninetheme-newsletter-bottom label {
        padding: 0px 20px;
        justify-content: flex-start;
        margin: 0px;
        text-align: left;
    }
}

.ninetheme-footer-newsletter-form-2 {
    position: relative;
}

.ninetheme-footer-newsletter-form-2 .ninetheme-footer-newsletter-form-2-button input {
    position: absolute;
    right: 4px;
    top: 4px;
    width: 100px;
    border: 1px solid var(--ninetheme-dark);
    height: 84%;
}

.ninetheme-footer-newsletter-form-2 .ninetheme-footer-newsletter-form-2-input {
    width: 100%;
}

.ninetheme-footer-newsletter-form-2 .ninetheme-footer-newsletter-form-2-input input {
    margin: 0px !important;
}

.ninetheme-footer-newsletter-form-2 .ninetheme-footer-newsletter-form-2-button input {
    background: var(--ninetheme-dark);
    color: var(--ninetheme-light);
}

.ninetheme-footer-newsletter-form-2 .ninetheme-footer-newsletter-form-2-button .wpcf7-spinner {
    position: absolute;
    top: 11px;
    right: 20px;
}

.nt-cf7-form-wrapper .wpcf7-response-output {
    display: none !important;
}

.ninetheme-footer-newsletter-form-2 .ninetheme-footer-newsletter-form-2-input input {
    border-color: var(--ninetheme-dark);
}

.ninetheme-footer-newsletter-form-1 .ninetheme-footer-newsletter-form-1-input input {
    width: 100%;
    text-align: center;
    margin-bottom: 10px;
}

.wpcf7 form.sent .wpcf7-response-output {
    color: var(--ninetheme-success);
}

@media (max-width: 768px) {
    .ninetheme-sm-flex-left, .flex-sm-left-items {
        display: flex;
        text-align: left;
        -webkit-box-pack: start;
        justify-content: flex-start;
    }

    .ninetheme-sm-flex-column {
        flex-direction: column;
        flex: 0 0 100%;
        width: 100%;
        align-items: flex-start;
    }

    .ninetheme-toggle-hidden-sidebar span, .ninetheme-open-fixed-sidebar span {
        margin-right: 10px;
        cursor: pointer;
    }

    .ninetheme-before-loop .ninetheme-svg-icon, .ninetheme-toggle-hidden-sidebar svg, .ninetheme-open-fixed-sidebar svg, .ninetheme-filter-action svg {
        max-width: 16px;
        max-height: 16px;
    }
}

@media (max-width: 576px) {
    .ninetheme-popup-search-panel .autocomplete-suggestion {
        width: 100%;
    }

    .wpcf7 form.invalid .wpcf7-response-output {
        border-color: var(--ninetheme-red);
        margin: 14px;
        border-radius: 0px;
        width: 92% !important;
    }

    p.ninetheme-newsletter-bottom {
        max-width: 100%;
    }
}

.minicart-extra-text {
    margin: 0px 0px 30px;
}

.admin-bar .ninetheme-header-mobile {
    top: 32px;
    height: calc(-32px + 100vh);
}

@media (max-width: 782px) {
    .admin-bar .ninetheme-header-mobile {
        top: 46px;
        height: calc(-46px + 100vh);
    }
}

.ninetheme-header-overlay {
    position: fixed;
    z-index: 102;
    top: 0px;
    right: 0px;
    width: 0px;
    height: 0px;
    background: var(--ninetheme-gray-soft);
    opacity: 0;
    transition: opacity 0.45s cubic-bezier(0.25, 0.46, 0.45, 0.94);
}

.ninetheme-overlay-open .ninetheme-header-overlay.close-cursor {
    cursor: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='25' height='25' viewBox='0 0 512 512'%3e%3cg transform='rotate(45 256 256)'%3e%3crect id='r' x='16' y='216' width='480' height='80' rx='14'/%3e%3cuse href='%23r' transform='rotate(90 256 256)'/%3e%3c/g%3e%3c/svg%3e") 16 16, pointer;
}

.has-default-header-type-dark .ninetheme-header-overlay {
    background: var(--ninetheme-dark);
}

.ninetheme-overlay-open .ninetheme-header-overlay {
    width: 100%;
    height: 100%;
    opacity: 0.7;
}

.ninetheme-header-mobile {
    display: flex;
    flex-direction: column;
    position: fixed;
    height: 100%;
    width: 100%;
    max-width: 530px;
    z-index: 103;
    padding: 0px;
    background: var(--ninetheme-light);
    left: 0px;
    opacity: 0;
    overflow: hidden;
    transform: translateX(-100%);
    will-change: transform;
    transition: opacity 0.25s, transform 0.25s;
}

.ninetheme-header-mobile.no-bar {
    max-width: 450px;
}

body:not(.admin-bar) .ninetheme-header-mobile {
    top: 0px;
}

.has-sticky-header.scroll-start .ninetheme-header-mobile {
    position: fixed;
}

.ninetheme-header-mobile.active {
    opacity: 1;
    transform: translateX(0%);
}

.ninetheme-header-mobile.has-bar {
    display: flex;
    flex-direction: row;
}

.ninetheme-header-mobile.has-bar .ninetheme-panel-close.no-bar {
    display: none;
}

.ninetheme-panel-close.no-bar {
    margin: 10px 0px 0px 30px;
    background: var(--ninetheme-gray-soft);
}

.ninetheme-header-mobile-sidebar {
    display: flex;
    justify-content: space-between;
    align-items: center;
    flex-direction: column;
    padding: 15px 0px;
    background: var(--ninetheme-gray-soft);
    z-index: 4;
    min-width: 80px;
}

.ninetheme-header-mobile-sidebar-inner {
    display: flex;
    flex-direction: column;
    height: 100%;
    justify-content: space-between;
    align-items: center;
    text-align: center;
}

.ninetheme-header-mobile-sidebar-logo img.main-logo {
    transform: rotate(-90deg);
    position: absolute;
    left: -13px;
}

.ninetheme-header-mobile-sidebar-logo .nav-logo.logo-type-sitename {
    transform: rotate(-90deg);
}

.ninetheme-header-mobile-sidebar-logo .header-text-logo {
    font-size: 24px;
    line-height: 0;
}

.ninetheme-header-mobile-sidebar-top {
    text-align: center;
}

.ninetheme-panel-close {
    position: relative;
    margin-bottom: 20px;
}

.sidebar-top-action {
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
}

.sidebar-top-action .top-action-btn {
    margin-top: 10px;
    border-radius: 30px;
    height: 40px;
    width: 40px;
    display: flex;
    align-items: center;
    justify-content: center;
    position: relative;
}

.sidebar-top-action .top-action-btn.has-custom-action {
    display: none;
}

.sidebar-top-action .top-action-btn:first-child {
    margin-top: 0px;
}

.sidebar-top-action.counter-left .top-action-btn .ninetheme-wc-count {
    left: -5px;
    top: 0px;
}

.sidebar-top-action.counter-right .top-action-btn .ninetheme-wc-count {
    right: -2px;
    top: 1px;
}

.sidebar-top-action.counter-top .top-action-btn .ninetheme-wc-count {
    left: 11px;
    top: -10px;
}

.sidebar-top-action.counter-bottom .top-action-btn .ninetheme-wc-count {
    left: 11px;
    bottom: -4px;
    top: auto;
}

.sidebar-top-action .top-action-btn.active {
    background: var(--ninetheme-light);
}

.ninetheme-header-mobile-sidebar a {
    color: var(--ninetheme-dark);
}

.ninetheme-header-mobile-content {
    position: relative;
    flex: 1 1 0%;
}

.ninetheme-header-mobile.no-bar .ninetheme-header-mobile-content {
    padding: 30px;
}

.sidebar-top-action .share {
    display: none;
}

.ninetheme-header-mobile-content .ninetheme-header-slide-menu {
    position: absolute;
    top: 0px;
    height: 100%;
    width: 100%;
    left: 0px;
    padding: 35px 50px;
    transform: translateX(0%);
    opacity: 1;
    will-change: transform;
    transition: opacity 0.75s, transform 0.75s;
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
    flex-direction: column;
}

.ninetheme-header-slide-menu-inner {
    width: 100%;
}

.ninetheme-header-mobile.no-bar .ninetheme-header-mobile-content .ninetheme-header-slide-menu {
    padding: 35px 30px;
}

.ninetheme-header-mobile-content .ninetheme-header-slide-menu:not(.active) {
    transform: translateX(-150%);
    opacity: 0;
}

.ninetheme-sidemenu-lang-switcher {
    display: flex;
    width: 100%;
    align-items: center;
    margin-top: 50px;
    padding-top: 10px;
    border-top: 1px solid var(--ninetheme-gray);
}

.ninetheme-sidemenu-lang-switcher .lang-blobe-icon {
    margin-right: 10px;
    margin-top: 10px;
}

.ninetheme-sidemenu-lang-switcher .sliding-menu {
    width: 100%;
}

.search-area-top:not(.active) {
    opacity: 0;
}

.search-area-top {
    display: flex;
    align-items: center;
    justify-content: flex-start;
    width: 100%;
    border-bottom: 1px solid var(--ninetheme-gray);
    margin-bottom: 20px;
    position: relative;
}

.search-area-top input {
    width: 100%;
}

.search-area-top svg {
    fill: var(--ninetheme-gray);
    position: absolute;
    right: 15px;
}

.ninetheme-header-mobile-content .search-area-top .ninetheme-ajax-product-search .catsSearch.ninetheme-svg-icon {
    left: 9px;
}

.search-icon.loading {
    position: relative;
    display: flex;
    align-items: center;
    justify-content: flex-end;
    right: 15px;
}

.search-icon:not(.loading) .ajax-loading {
    display: none;
}

.sidebar-bottom-socials {
    display: flex;
    flex-direction: column;
    text-align: center;
}

.sidebar-bottom-socials a {
    font-size: 18px;
    margin-top: 15px;
    line-height: 1;
}

.action-content {
    position: absolute;
    top: 0px;
    height: 100%;
    width: 100%;
    left: 0px;
    padding: 35px 50px;
    max-height: 100%;
    z-index: 3;
    overflow: hidden;
    opacity: 0;
    background: var(--ninetheme-light);
    transform: translateX(-150%);
    transition: opacity 0.15s, transform 0.75s;
}

.action-content.active {
    opacity: 1;
    transform: translateX(0%);
}

.action-content.checkout-area {
    max-height: 100vh;
}

.cart-area .mini-cart-item {
    display: flex;
    width: 100%;
    align-items: flex-start;
    justify-content: space-between;
    position: relative;
}

.compare-area.has-product .ninetheme-scrollbar, .wishlist-area .ninetheme-scrollbar {
    min-height: 120px;
    max-height: calc(-230px + 100vh);
    padding-right: 15px;
    padding-top: 10px;
}

.compare-area.has-product .ninetheme-scrollbar, .wishlist-area .ninetheme-scrollbar {
    min-height: 120px;
    max-height: calc(-230px + 100vh);
    padding-right: 15px;
}

.cart-item-details {
    display: flex;
    flex: 1 1 0%;
}

.cart-area img {
    border: 1px solid rgb(238, 238, 238);
    padding: 3px;
    border-radius: 4px;
    width: 50px;
}

.cart-area .product-link > span {
    display: block;
}

.cart-area .cart-item-title {
    display: flex;
    flex-direction: column;
    margin-left: 15px;
    flex: 1 1 0%;
}

.cart-area .cart-quantity-wrapper {
    margin-top: 5px;
    display: flex;
    align-items: center;
    justify-content: flex-start;
    flex: 1 1 0%;
}

.cart-area .cart-quantity-wrapper .ninetheme-price {
    margin-left: 15px;
}

.cart-area .quantity {
    height: 26px;
    max-width: 80px;
}

.cart-area .quantity-button.plus, .cart-area .quantity-button.minus {
    color: var(--ninetheme-dark);
    font-weight: 400;
}

.cart-area .quantity-button.plus:hover, .cart-area .quantity-button.minus:hover {
    background: var(--ninetheme-gray);
}

.cart-area .quantity {
    background: var(--ninetheme-light);
}

.cart-area .quantity-button.plus, .cart-area .quantity-button.minus {
    width: 20px;
    flex: 0 0 20px;
    line-height: 1;
}

.cart-area .ninetheme-price, .cart-item-title .ninetheme-price .cart-quantity {
    color: var(--ninetheme-primary);
}

.cart-item-title .cart-name, .ninetheme-content-info .product-name {
    color: var(--ninetheme-dark);
    font-size: 13px;
    font-weight: 500;
}

.cart-item-title .ninetheme-price {
    font-size: 14px;
    margin: 0px;
    font-weight: 500;
}

.cart-item-title .ninetheme-price .cart-quantity {
    font-size: 12px;
    font-weight: 500;
    color: var(--ninetheme-primary);
}

.cart-area .del-icon, .ninetheme-content-item .ninetheme-content-del-icon {
    width: 20px;
    height: 20px;
    display: inline-flex;
    justify-content: center;
    align-items: center;
    border-radius: 30px;
    position: absolute;
    right: 0px;
    top: 5px;
    background: var(--ninetheme-red);
}

.cart-area .woocommerce-mini-cart-item.loading .del-icon {
    opacity: 0;
}

.cart-area .del-icon svg, .ninetheme-content-item .ninetheme-content-del-icon svg {
    max-width: 11px;
    max-height: 11px;
}

.cart-area .del-icon .variation {
    display: none;
}

.cart-area .del-icon a svg, .wishlist-area .ninetheme-svg-icon.mini-icon, .compare-area .ninetheme-svg-icon.mini-icon {
    fill: var(--ninetheme-light);
    color: var(--ninetheme-light);
}

.cart-area .del-icon a {
    color: var(--ninetheme-dark);
    display: inline-flex;
}

.cart-area .del-icon:hover a, .cart-area .del-icon:hover a svg {
    color: var(--ninetheme-light);
    fill: var(--ninetheme-light);
}

.cart-area .cart-total {
    margin-bottom: 22px;
}

.cart-area .cart-total-price {
    border-top: 1px solid var(--ninetheme-gray);
    overflow: hidden;
    padding-top: 15px;
    margin-top: 15px;
    text-transform: uppercase;
    font-weight: 500;
    display: flex;
    align-items: center;
    justify-content: space-between;
    color: var(--ninetheme-dark);
}

.cart-empty-content .minicart-title {
    display: none;
}

.ninetheme-cart-empty-wrapper {
    text-align: center;
}

.ninetheme-cart-empty-wrapper .ninetheme-btn-medium {
    max-width: 170px;
    margin: 0px auto;
}

.ninetheme-cart-empty-icon, .cart-area svg.shopBag {
    max-width: 100px;
    max-height: 100px;
    fill: var(--ninetheme-gray);
    opacity: 0.5;
    margin-left: -14px;
    margin-bottom: 10px;
}

.cart-bottom-btn {
    display: flex;
    align-items: center;
    justify-content: space-between;
    flex-wrap: wrap;
    gap: 10px;
}

.cart-bottom-btn .ninetheme-btn {
    flex: 1 1 auto;
}

.quantity.hidden {
    display: none;
    opacity: 0;
    visibility: hidden;
}

.contact-area form > label {
    margin-bottom: 10px;
    width: 100%;
}

.contact-area.action-content textarea {
    height: 120px;
    max-height: 120px;
}

.contact-area.action-content form > .wpcf7-form-control-wrap {
    position: relative;
    display: inline-block;
    width: 100%;
}

.contact-area.action-content input, .contact-area.action-content select, .contact-area.action-content label, .contact-area.action-content textarea {
    width: 100%;
    margin-bottom: 10px;
    text-transform: uppercase;
    font-size: 12px;
    font-weight: 500;
    line-height: 2;
}

.contact-area.action-content .ninetheme-btn {
    border-radius: 30px;
}

.contact-area.action-content label {
    margin-bottom: 5px;
}

.contact-area .wpcf7 form .wpcf7-response-output {
    margin: 20px 0px 0px;
    padding: 10px 15px;
}

.contact-area .wpcf7-form .ajax-loader, .contact-area .wpcf7-form:not(.submitting) .loading-wrapper {
    display: none;
}

.contact-area .loading-wrapper {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100%;
    height: 100%;
    position: absolute;
    background: var(--ninetheme-light);
}

.header-left-side-menu-form-container-title h6 {
    margin: 25px 0px 0px;
}

.header-left-side-menu-form-container-title {
    margin: 30px 0px 20px;
}

.header-left-side-menu-form-container-title .ninetheme-meta-title {
    display: block;
    font-size: 10px;
    font-weight: 600;
    text-transform: uppercase;
    letter-spacing: 2px;
    color: var(--ninetheme-dark);
    margin-top: 25px;
}

.header-left-side-menu-form-container-title address {
    margin: 0px;
}

.category-area .row-cols-2 > * {
    flex: 0 0 33.3333%;
    max-width: 33.3333%;
}

.category-area .product-category a {
    text-align: center;
    margin-bottom: 20px;
    position: relative;
    display: flex;
    align-items: center;
    flex-direction: column;
}

.category-area .product-category a img {
    max-width: 70px;
}

.category-area .category-title {
    font-size: 13px;
    margin-top: 10px;
    color: var(--ninetheme-dark);
    text-transform: capitalize;
}

.category-area .cat-count {
    position: absolute;
    top: 8px;
    left: 18px;
    width: 18px;
    height: 18px;
    color: var(--ninetheme-light);
    font-size: 11px;
    background: var(--ninetheme-primary);
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 20px;
}

.account-popup-content.ninetheme-popup-item {
    max-width: 360px;
    padding: 40px;
    border-radius: 4px;
}

.account-popup-content .account-area {
    overflow: hidden;
}

.account-popup-content .account-area .account-area-form-wrapper {
    display: flex;
}

.account-popup-content .mfp-close.ninetheme-mfp-close {
    top: -50px;
    left: 50%;
    transform: translateX(-50%);
}

.account-area ul.navigation {
    display: inline-block;
}

.account-area li.menu-item {
    display: block;
    width: auto;
    position: relative;
}

.account-area li.menu-item:hover a, .account-area li.menu-item.is-active a {
    color: var(--ninetheme-dark);
}

.account-area li.menu-item a {
    display: inline-block;
    padding: 10px 0px;
    text-align: left;
    position: relative;
    font-size: 13px;
    line-height: 1em;
    color: var(--ninetheme-gray-dark);
    text-decoration: none;
    border-width: 0px;
    background-color: transparent;
    transition: color 250ms, background-color 250ms;
}

.account-area li.menu-item a::after {
    content: "";
    height: 2px;
    width: 0px;
    background-color: currentcolor;
    position: absolute;
    bottom: 0px;
    left: 0px;
    transition: width 0.25s;
}

.account-area li.menu-item a:hover::after {
    width: 100%;
}

.account-area .panel-top-title {
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.account-area:not(.account-logged-in) .top-title {
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.account-area .form-row {
    margin-right: 0px;
    margin-left: 0px;
    flex-direction: column;
    display: flex;
    position: relative;
}

.account-area .button {
    margin-top: 10px;
}

.account-area label {
    display: flex;
    align-items: center;
}

.account-area .account-area-form-wrapper {
    position: relative;
}

.account-area .login-form-content, .account-area .register-form-content {
    position: absolute;
    z-index: 3;
    opacity: 0;
    width: 100%;
    height: 100%;
    background: var(--ninetheme-light);
    padding: 0px;
    transform: translateX(-100%);
    will-change: transform;
    transition: opacity 0.15s, transform 0.25s;
}

.account-area .login-form-content.active, .account-area .register-form-content.active {
    opacity: 1;
    transform: translateX(0%);
}

.account-popup-content .account-area .login-form-content, .account-popup-content .account-area .register-form-content {
    position: relative;
    transform: translateX(0%);
    flex: 0 0 100%;
}

.account-popup-content .account-area .register-form-content.active, .account-popup-content .account-area .login-form-content:not(.active) {
    transform: translateX(-100%);
}

.account-area .form-action-btn {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
}

.form-action-btn svg {
    max-width: 16px;
    max-height: 16px;
    fill: var(--ninetheme-primary);
}

.form-action-btn.active span {
    color: var(--ninetheme-primary);
}

.form-action-btn.active svg {
    fill: var(--ninetheme-dark);
    max-width: 20px;
    max-height: 20px;
}

.account-area-social-form-wrapper div.nsl-container.nsl-container-block .nsl-container-buttons {
    display: flex;
    place-content: space-between;
    align-items: center;
    flex-wrap: wrap;
}

.ninetheme-header-mobile-top-wrapper {
    display: none;
}

@media only screen and (min-width: 1280px) {
    .header-text-logo-special {
        margin-top: 15px;
        display: block;
    }

    .header-text-logo-mini {
        display: block;
        line-height: 1;
        font-size: 10px;
        text-align: center;
    }
}

.ninetheme-header-mobile-top {
    position: relative;
    min-height: 80px;
    padding: 0px 20px;
    width: 100%;
    z-index: 100;
    border: 1px solid var(--ninetheme-border);
    display: flex;
    -webkit-box-align: center;
    align-items: center;
    justify-content: space-between;
    background: var(--ninetheme-light);
    transition: box-shadow 0.15s linear, background-color 0.15s cubic-bezier(0.2, 0.06, 0.05, 0.95);
    -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}

.has-sticky-header.scroll-start .ninetheme-header-mobile-top.sticky-start {
    position: fixed;
    top: 0px;
    z-index: 102;
    box-shadow: rgba(0, 0, 0, 0.3) -2px 2px 45px -20px;
    min-height: 60px;
}

.ninetheme-header-mobile-top .mobile-toggle {
    display: inline-flex;
    align-items: center;
    cursor: pointer;
}

.ninetheme-header-mobile-top .mobile-toggle {
    color: var(--ninetheme-dark);
}

.ninetheme-header-mobile-top-actions {
    display: flex;
    align-items: center;
}

.ninetheme-header-mobile-top .top-action-btn {
    position: relative;
    display: inline-flex;
    align-items: center;
    margin-right: 10px;
}

.ninetheme-header-mobile-top .top-action-btn:last-child {
    margin-right: 0px;
}

.ninetheme-header-mobile-top .top-action-btn .ninetheme-wc-count {
    left: auto;
    top: auto;
    position: relative;
}

@media only screen and (max-width: 1280px) {
    .ninetheme-header-mobile-top-wrapper {
        display: block;
    }
}

header.ninetheme-header-default {
    /* position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    background: #FFFFFF; */
	position: relative;
    padding-bottom: 20px;
    box-shadow: rgba(0, 0, 0, 0.1) 0px 4px 4px 0px;
    z-index: 100;
}

/* body.admin-bar header.ninetheme-header-default {
	top: 32px;
}

body .site-content {
    margin-top: 213px;
} */

.ninetheme-header-sticky.sticky-ready {
    position: fixed;
    width: 100%;
    top: 0px;
    left: 0px;
    opacity: 0;
    transform: translateY(-100%);
}

.ninetheme-header-sticky.sticky-start {
    opacity: 1;
    transform: translateY(0%);
    box-shadow: rgba(0, 0, 0, 0.3) -2px 2px 45px -20px;
    z-index: 100;
    background-color: var(--ninetheme-primary);
    transition: transform 0.5s, opacity 0.5s;
}

body:not(.scroll-start) .header-width-stretch .ninetheme-container.container, body:not(.scroll-start) .header-width-stretch .ninetheme-container-xl.container-xl {
    max-width: 100%;
}

body.admin-bar.has-sticky-header.scroll-start header.ninetheme-header-default .sticky-start, body.admin-bar.has-sticky-header.scroll-start .ninetheme-header-mobile-top {
    top: 32px;
}

@media (max-width: 768px) {
    body.admin-bar.has-sticky-header.scroll-start .ninetheme-header-mobile-top {
        top: 46px;
    }
}

@media (max-width: 600px) {
    body.admin-bar.has-sticky-header.scroll-start .ninetheme-header-mobile-top {
        top: 0px;
    }
}

.ninetheme-header-row {
    color: var(--ninetheme-dark);
    z-index: 1;
    position: relative;
}

.ninetheme-header-default .ninetheme-header-content {
    min-height: 60px;
}

.ninetheme-header-top-right .ninetheme-header-default-inner .header-top-buttons {
    padding-top: 0px;
}

.has-header-boxed-layout .ninetheme-header-default-bottom-sticky > .container-xl {
    max-width: 1220px;
    margin: auto;
    border-radius: 5px;
}

.has-header-boxed-layout .ninetheme-header-top-menu-area > ul > li.menu-item-mega-parent > ul.submenu.depth_0, .has-header-boxed-layout .ninetheme-header-top-menu-area > ul > li.menu-item-mega-parent.menu-item-has-shortcode > .item-shortcode-wrapper {
    display: flex;
    flex-wrap: wrap;
    padding: 40px 1%;
    border-top: 1px solid var(--ninetheme-gray);
    justify-content: space-evenly;
    transition-delay: 0.2s;
    width: 100%;
    margin-left: 0px;
    left: 0px;
    right: 0px;
    border-radius: 0px 0px 5px 5px;
    top: 97%;
}

.ninetheme-header-row .ninetheme-header-default-bottom-sticky > .container-xl .ninetheme-header-top-left {
    padding-left: 0px;
}

.ninetheme-header-default-bottom .ninetheme-header-top-right .ninetheme-header-default-inner > div:last-child {
    background: var(--ninetheme-yellow);
    padding: 0px 30px;
    margin-right: -10px;
    border-radius: 0px 5px 5px 0px;
}

.has-header-boxed-layout .ninetheme-header-default-bottom-sticky.sticky-start > .container-xl {
    max-width: 1280px;
    padding: 0px 30px;
    border-radius: 0px;
}

.has-header-boxed-layout .ninetheme-header-default-bottom-sticky.sticky-start > .container-xl .ninetheme-header-top-left {
    padding-left: 0px;
}

.has-header-boxed-layout .ninetheme-header-default-bottom-sticky.sticky-start > .container-xl .ninetheme-header-top-right .ninetheme-header-default-inner > div:last-child {
    margin-right: 0px;
    border-radius: 0px;
}

.has-header-boxed-layout .ninetheme-header-default-bottom-sticky.sticky-start {
    max-width: 100%;
}

.has-header-boxed-layout.has-sticky-header.scroll-start .ninetheme-header-sticky.sticky-start {
    border-radius: 0px;
}

.ninetheme-header-default .ninetheme-header-sticky.sticky-start, .has-header-boxed-layout .ninetheme-header-default-bottom-sticky > .container-xl {
    background-color: transparent;
    min-height: 50px;
}

.ninetheme-header-default-topbar.ninetheme-header-row {
    border-bottom: 0px;
    z-index: 3;
    font-size: 12px;
}

.ninetheme-header-default-center.ninetheme-header-row {
    padding: 20px 0px;
    z-index: 2;
    display: flex;
    align-items: center;
    height: auto;
}

.ninetheme-header-default-topbar .ninetheme-header-default-inner {
    align-items: stretch;
    height: 100%;
}

.ninetheme-header-default-topbar .ninetheme-header-default-inner > div {
    min-height: 30px;
    display: flex;
    align-items: center;
}

.ninetheme-header-row .ninetheme-header-default-bottom-sticky > .container-xl, .ninetheme-header-row > .container-xl {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: space-between;
    position: relative;
    z-index: 1;
}

.ninetheme-header-row .container-xl.ninetheme-container-xl {
    max-width: 1780px;
}

.ninetheme-header-default .mobile-toggle, .ninetheme-header-default .top-action-btn {
    display: flex;
}

.ninetheme-header-default .header-top-buttons, .ninetheme-header-default-inner {
    display: flex;
    align-items: center;
}

.ninetheme-header-top-right .ninetheme-header-default-inner {
    justify-content: flex-end;
}

.ninetheme-header-default-inner .gtranslate_wrapper .gt_switcher {
    position: relative;
    width: 170px;
    overflow: visible;
}

.ninetheme-header-default-inner .gtranslate_wrapper .gt_switcher .gt_option {
    position: absolute;
    top: 38px;
    left: -10px;
    width: 170px;
    border: 0px;
    background-color: rgb(250, 250, 250);
    padding: 7px 10px;
}

.ninetheme-header-default-inner .gtranslate_wrapper .gt_switcher .gt_option a:not(.gt_current) {
    display: flex;
    border: 0px;
    padding: 3px 0px;
    width: auto;
    color: rgb(10, 10, 10);
    font-family: Roboto, sans-serif;
    font-weight: 500;
    font-size: 18px;
    line-height: 26px;
    gap: 10px;
    align-items: center;
}

.ninetheme-header-default-inner .gtranslate_wrapper .gt_switcher .gt_option a:not(.gt_current) img {
    width: 44px;
    border-radius: 4px;
    opacity: 1;
}

.ninetheme-header-default-inner .gtranslate_wrapper .gt_switcher .gt_selected {
    background: transparent;
}

.ninetheme-header-default-inner .gtranslate_wrapper .gt_switcher .gt_selected a {
    display: flex;
    border: 0px;
    padding: 0px;
    width: auto;
    color: rgb(10, 10, 10);
    font-family: Roboto, sans-serif;
    font-weight: 500;
    font-size: 18px;
    line-height: 26px;
    gap: 10px;
    align-items: center;
}

.ninetheme-header-default-inner .gtranslate_wrapper .gt_switcher .gt_selected a img {
    width: 44px;
    border-radius: 4px;
    opacity: 1;
}

.ninetheme-header-default-inner .gtranslate_wrapper .gt_switcher .gt_selected a::after {
    background: url("../images/angle-down.svg") center center no-repeat;
}

.ninetheme-header-top-right .ninetheme-header-default-inner .custom-item a {
    color: rgb(255, 255, 255);
    font-weight: 400;
    font-size: 12px;
    line-height: 18px;
    padding: 0px 10px;
}

.ninetheme-header-top-right .ninetheme-header-default-inner .custom-item a {
    padding-right: 0px;
}

.ninetheme-header-default .top-action-btn {
    margin-left: 15px;
    position: relative;
    justify-content: center;
    align-items: center;
    cursor: pointer;
}

.ninetheme-header-default .top-action-btn .top-action-btn-text {
    font-family: Roboto, sans-serif;
    font-weight: 500;
    font-size: 18px;
    line-height: 26px;
}

.ninetheme-header-default-inner .header-top-buttons > .top-action-btn:last-child {
    margin-right: 0px;
}

.ninetheme-header-default-inner .header-top-buttons.counter-right > .top-action-btn:last-child {
    margin-right: 0px;
}

.ninetheme-header-default-inner .header-top-buttons > .top-action-btn:first-child {
    margin-left: 0px;
}

.ninetheme-header-top-right .ninetheme-header-default-inner > div:not(:first-child) {
    margin-left: 30px;
    display: flex;
    align-items: center;
}

.ninetheme-header-top-left .ninetheme-header-default-inner > div:not(:last-child) {
    margin-right: 40px;
    height: 100%;
}

.header-basic .ninetheme-header-top-right .ninetheme-header-default-inner > div:not(:first-child) {
    margin-left: 20px;
}

.ninetheme-header-default-bottom .ninetheme-header-default-inner > div, .ninetheme-header-default-bottom .ninetheme-header-top-menu-area > ul > li.menu-item {
    height: 100%;
}

.ninetheme-header-default-bottom .ninetheme-header-top-left .ninetheme-header-default-inner > div {
    height: 100%;
}

.ninetheme-header-default-inner .top-action-btn .ninetheme-wc-count {
    left: -10px;
    top: -6px;
}

.ninetheme-header-default-inner .header-top-buttons.counter-right .top-action-btn .ninetheme-wc-count {
    left: 20px;
    right: auto;
    top: 0px;
    background-color: rgb(232, 61, 61);
    width: 16px;
    height: 16px;
    font-family: Roboto, sans-serif;
    font-size: 9px;
    line-height: 10px;
    border: 1px solid rgb(255, 255, 255);
}

.ninetheme-header-default-inner .header-top-buttons.counter-top .top-action-btn .ninetheme-wc-count {
    left: 3px;
    top: -20px;
}

.ninetheme-header-default-inner .header-top-buttons.counter-bottom .top-action-btn .ninetheme-wc-count {
    left: 3px;
    top: auto;
    bottom: -20px;
}

.ninetheme-header-default-inner .header-top-buttons.counter-right .top-action-btn .ninetheme-wishlist-count.ninetheme-wc-count {
    right: 0px;
}

.ninetheme-header-default-inner .header-top-buttons.counter-right .top-action-btn .ninetheme-compare-count.ninetheme-wc-count {
    right: 4px;
}

.ninetheme-header-default .ninetheme-header-top-left .top-action-btn {
    margin-left: 0px;
}

.ninetheme-header-default .top-action-btn a {
    display: flex;
    align-items: center;
}

.theme-layout-fullwidth .ninetheme-container.container, .theme-layout-fullwidth .ninetheme-container-xl.container-xl, .theme-layout-fullwidth .elementor-section.elementor-section-boxed > .elementor-container {
    max-width: 1600px;
}

.theme-layout-fullwidth .ninetheme-header-default-bottom-sticky.ninetheme-header-sticky.sticky-ready {
    padding: 0px 10px;
}

.theme-layout-fullwidth.has-header-boxed-layout .ninetheme-header-default-bottom-sticky > .container-xl {
    max-width: 1580px;
}

.theme-layout-fullwidth.has-header-boxed-layout .ninetheme-header-default-bottom-sticky.sticky-ready > .container-xl {
    padding: 0px;
}

.theme-layout-stretch .ninetheme-container.container, .theme-layout-stretch .ninetheme-container-xl.container-xl, .theme-layout-stretch .elementor-section.elementor-section-boxed > .elementor-container, .theme-layout-stretch.has-header-boxed-layout .ninetheme-header-default-bottom-sticky > .container-xl {
    max-width: 100%;
}

.ninetheme-header-top-menu-area {
    z-index: 108;
}

.ninetheme-header-top-menu-area ul.navigation, .ninetheme-header-top-menu-area ul.submenu {
    display: flex;
    flex-direction: row;
    width: 100%;
}

.ninetheme-header-top-menu-area ul.submenu {
    flex-wrap: wrap;
}

.ninetheme-header-top-menu-area.nav-logo-center ul.navigation {
    width: auto;
}

.ninetheme-default-menu-item-empty, .ninetheme-header-top-menu-area > ul > li.menu-item {
    display: flex;
    position: relative;
    height: 80px;
    align-items: center;
}

.ninetheme-header-top-menu-area a {
    transition: none;
}

.ninetheme-header-top-menu-area > ul > li.menu-item > a {
    font-size: 12px;
    font-weight: 500;
    color: var(--ninetheme-light);
    text-transform: uppercase;
    padding: 0px;
    margin-right: 20px;
    display: block;
    line-height: 1;
    position: relative;
    z-index: 1;
}

.ninetheme-header-top-menu-area > ul > li.menu-item:last-child > a {
    margin-right: 0px;
}

.ninetheme-header-top-menu-area ul li .submenu > li.menu-item > a {
    padding: 0px;
    line-height: 33px;
    font-weight: 400;
    color: var(--ninetheme-dark-soft);
    text-transform: capitalize;
    position: relative;
    display: block;
}

.submenu .menu-label {
    font-size: 9px;
    padding: 3px 5px;
    margin-left: 0px;
    position: relative;
    top: -17px;
    right: 0px;
    left: auto;
    color: var(--ninetheme-light);
    text-align: center;
    text-transform: uppercase;
    letter-spacing: 0.5px;
    border-radius: 0px;
    border-color: var(--ninetheme-dark);
    height: 15px;
    line-height: 1;
    display: inline-block;
    align-items: center;
    justify-content: center;
}

.submenu span.menu-label::before {
    content: "";
    position: absolute;
    top: 100%;
    left: 10px;
    border-width: 4px 7px 4px 0px;
    border-style: solid;
    border-image: initial;
    border-top-color: inherit;
    border-left-color: inherit;
    border-right-color: transparent !important;
    border-bottom-color: transparent !important;
}

.current-menu-parent > a, .current-menu-item > a, .ninetheme-header-top-menu-area > ul > li.menu-item > a:hover, .ninetheme-header-top-menu-area ul li .submenu > li.menu-item > a:hover {
    transition: 0.3s ease-out;
}

.ninetheme-header-top-menu-area > ul > li.menu-item.active > a {
    color: var(--ninetheme-yellow-soft);
}

.ninetheme-header-top-menu-area ul li .submenu > li.menu-item.active > a {
    color: var(--ninetheme-primary);
}

.ninetheme-header-top-menu-area > ul > li.menu-item.has-dropdown > a {
    padding-right: 12px;
}

.ninetheme-header-top-menu-area li.has-dropdown .dropdown-btn {
    display: block;
    position: absolute;
    top: 57%;
    transform: translateY(-50%);
    right: 0px;
    font-size: 10px;
}

.ninetheme-header-top-menu-area li.has-dropdown li.has-dropdown .dropdown-btn {
    top: 50%;
}

.ninetheme-header-top-menu-area .submenu li.has-dropdown .dropdown-btn {
    transform: translateY(-50%) rotate(-90deg);
    right: 0px;
}

.ninetheme-header-top-menu-area ul li .submenu, .ninetheme-header-top-menu-area ul li > .item-shortcode-wrapper {
    min-width: 230px;
    position: absolute;
    padding: 20px 0px;
    background-color: var(--ninetheme-light);
    border-radius: 0px 0px 5px 5px;
    border: none;
    display: block;
    opacity: 0;
    visibility: hidden;
    box-shadow: rgba(0, 0, 0, 0.21) 0px 15px 30px -4px;
    transform: translateY(20px);
    transition: none;
}

.ninetheme-header-top-menu-area > ul > li > .submenu, .ninetheme-header-top-menu-area > ul > li > .item-shortcode-wrapper {
    left: 0px;
    top: 100%;
}

.ninetheme-header-top-menu-area > ul > li.has-dropdown > .submenu .submenu {
    right: auto;
    left: -100%;
    top: -20px;
}

.ninetheme-header-top-left .ninetheme-header-top-menu-area > ul > li.has-dropdown > .submenu .submenu {
    right: auto;
    left: 100%;
    top: -20px;
}

.ninetheme-header-top-menu-area > ul > li > .submenu .submenu {
    left: 100%;
    top: -15px;
}

.ninetheme-header-top-right .ninetheme-header-top-double-menu ul > li > .submenu {
    margin-top: 30px;
}

.ninetheme-header-top-double-menu ul > li.menu-item-mega-parent > .submenu {
    margin-top: 0px;
}

.ninetheme-header-top-menu-area ul > li.menu-item:hover > ul.submenu, .ninetheme-header-top-menu-area ul > li.menu-item.on-hover > ul.submenu, .ninetheme-header-top-menu-area ul > li.menu-item:hover > .item-shortcode-wrapper {
    opacity: 1;
    visibility: visible;
    transform: translateY(0px);
    transition: transform 0.65s cubic-bezier(0.165, 0.84, 0.44, 1) 0.075s, opacity 0.65s cubic-bezier(0.165, 0.84, 0.44, 1) 0.15s;
}

.ninetheme-header-default .ninetheme-header-content > div:last-child .navigation.primary-menu > li:last-child .submenu {
    left: auto;
}

.ninetheme-header-top-menu-area > ul > li.menu-item-mega-parent > .submenu > li.menu-item {
    position: relative;
    display: block;
}

.ninetheme-header-top-menu-area > ul > li.menu-item-mega-parent > .submenu > li.menu-item > a {
    text-transform: uppercase;
    position: relative;
    font-weight: 600;
    color: var(--ninetheme-dark);
    margin-bottom: 10px;
    display: block;
    font-size: 12px;
}

.ninetheme-header-top-menu-area > ul > li.menu-item-mega-parent > .submenu > li.menu-item > a > .dropdown-btn {
    display: none;
    transition: none;
}

.ninetheme-header-top-menu-area > ul > li.menu-item-mega-parent ul.submenu.depth_1 {
    padding: 0px;
}

.ninetheme-header-top-menu-area > ul > li.menu-item-mega-parent {
    position: static;
}

.ninetheme-header-top-menu-area > ul > li.menu-item-mega-parent > ul.submenu.depth_0, .ninetheme-header-top-menu-area > ul > li.menu-item-mega-parent.menu-item-has-shortcode > .item-shortcode-wrapper {
    display: flex;
    flex-wrap: wrap;
    padding: 40px 1%;
    border-top: 1px solid var(--ninetheme-gray);
    justify-content: space-evenly;
    transition-delay: 0.2s;
    width: 100vw;
    margin-left: -50vw;
    left: 50%;
    right: -15%;
}

.ninetheme-header-top-menu-area > ul > li.menu-item-mega-parent > ul.submenu.depth_0, .ninetheme-header-top-menu-area > ul > li.menu-item-mega-parent.menu-item-has-shortcode > .item-shortcode-wrapper {
    transition: transform 0.65s cubic-bezier(0.165, 0.84, 0.44, 1) 0.075s, opacity 0.65s cubic-bezier(0.165, 0.84, 0.44, 1) 0.15s;
}

.ninetheme-header-top-menu-area > ul > li.menu-item-mega-parent.menu-item-has-shortcode-parent > ul.submenu.depth_0 {
    padding: 0px;
}

.ninetheme-header-top-menu-area > ul > li.menu-item-has-shortcode-parent > ul.submenu {
    padding: 0px;
}

.ninetheme-header-top-menu-area ul li .submenu > li {
    margin-left: 0px;
    text-align: left;
    display: block;
    position: relative;
    padding: 0px 25px;
}

.ninetheme-header-top-menu-area > ul > li.menu-item-mega-parent > .submenu > li.menu-item-has-children > .submenu {
    display: block;
    position: static;
    border: 0px;
    box-shadow: none;
    min-width: 100%;
    background: none;
    animation: auto ease 0s 1 normal none running none;
    left: auto;
    top: auto;
    opacity: 1;
    transition-delay: 0s;
}

.ninetheme-header-top-menu-area > ul > li.menu-item-mega-parent:hover > .submenu > li.menu-item-has-children .submenu {
    opacity: 1;
    visibility: visible;
    transform: none;
}

.ninetheme-header-top-menu-area > ul > li.menu-item-mega-parent:not(.menu-item-has-shortcode-parent) > .submenu.depth_0 > li {
    opacity: 0;
    transform: translateY(30px);
}

.ninetheme-header-top-menu-area > ul > li.menu-item-mega-parent:hover > .submenu.depth_0 > li {
    opacity: 1;
    transform: none;
    padding: 0px 20px;
}

.ninetheme-header-top-menu-area > ul > li.menu-item-mega-parent:hover > .submenu.depth_0 > li .submenu li {
    padding-left: 0px;
    padding-right: 0px;
}

.ninetheme-header-top-menu-area > ul > li.menu-item-mega-parent:hover > .submenu.depth_0 > li:nth-child(1) {
    transition: transform 0.65s cubic-bezier(0.165, 0.84, 0.44, 1) 0.075s, opacity 0.65s cubic-bezier(0.165, 0.84, 0.44, 1) 0.15s;
}

.ninetheme-header-top-menu-area > ul > li.menu-item-mega-parent:hover > .submenu.depth_0 > li:nth-child(2) {
    transition: transform 0.65s cubic-bezier(0.165, 0.84, 0.44, 1) 0.195s, opacity 0.65s cubic-bezier(0.165, 0.84, 0.44, 1) 0.27s;
}

.ninetheme-header-top-menu-area > ul > li.menu-item-mega-parent:hover > .submenu.depth_0 > li:nth-child(3) {
    transition: transform 0.65s cubic-bezier(0.165, 0.84, 0.44, 1) 0.255s, opacity 0.65s cubic-bezier(0.165, 0.84, 0.44, 1) 0.33s;
}

.ninetheme-header-top-menu-area > ul > li.menu-item-mega-parent:hover > .submenu.depth_0 > li:nth-child(4) {
    transition: transform 0.65s cubic-bezier(0.165, 0.84, 0.44, 1) 0.315s, opacity 0.65s cubic-bezier(0.165, 0.84, 0.44, 1) 0.39s;
}

.ninetheme-header-top-menu-area > ul > li.menu-item-mega-parent:hover > .submenu.depth_0 > li:nth-child(5) {
    transition: transform 0.65s cubic-bezier(0.165, 0.84, 0.44, 1) 0.375s, opacity 0.65s cubic-bezier(0.165, 0.84, 0.44, 1) 0.45s;
}

.ninetheme-header-top-menu-area > ul > li.menu-item-mega-parent:hover > .submenu.depth_0 > li:nth-child(6) {
    transition: transform 0.65s cubic-bezier(0.165, 0.84, 0.44, 1) 0.435s, opacity 0.65s cubic-bezier(0.165, 0.84, 0.44, 1) 0.51s;
}

.ninetheme-header-top-menu-area li.menu-item-mega-parent.menu-item-mega-column-11 > ul.submenu > li {
    width: 8.3333%;
    flex: 0 0 8.3333%;
}

.ninetheme-header-top-menu-area li.menu-item-mega-parent.menu-item-mega-column-11 > ul.submenu > li {
    width: 9.0909%;
    flex: 0 0 9.0909%;
}

.ninetheme-header-top-menu-area li.menu-item-mega-parent.menu-item-mega-column-10 > ul.submenu > li {
    width: 10%;
    flex: 0 0 10%;
}

.ninetheme-header-top-menu-area li.menu-item-mega-parent.menu-item-mega-column-9 > ul.submenu > li {
    width: 11.1111%;
    flex: 0 0 11.1111%;
}

.ninetheme-header-top-menu-area li.menu-item-mega-parent.menu-item-mega-column-8 > ul.submenu > li {
    width: 12.5%;
    flex: 0 0 12.5%;
}

.ninetheme-header-top-menu-area li.menu-item-mega-parent.menu-item-mega-column-7 > ul.submenu > li {
    width: 14.285%;
    flex: 0 0 14.285%;
}

.ninetheme-header-top-menu-area li.menu-item-mega-parent.menu-item-mega-column-6 > ul.submenu > li {
    width: 16.6667%;
    flex: 0 0 16.6667%;
}

.ninetheme-header-top-menu-area li.menu-item-mega-parent.menu-item-mega-column-5 > ul.submenu > li {
    width: 20%;
    flex: 0 0 20%;
}

.ninetheme-header-top-menu-area li.menu-item-mega-parent.menu-item-mega-column-4 > ul.submenu > li {
    width: 25%;
    flex: 0 0 25%;
}

.ninetheme-header-top-menu-area li.menu-item-mega-parent.menu-item-mega-column-3 > ul.submenu > li {
    width: 33.3333%;
    flex: 0 0 33.3333%;
}

.ninetheme-header-top-menu-area li.menu-item-mega-parent.menu-item-mega-column-2 > ul.submenu > li {
    width: 50%;
    flex: 0 0 50%;
}

.ninetheme-header-top-menu-area li.menu-item-mega-parent.menu-item-mega-column-1 > ul.submenu > li {
    width: 100%;
    flex: 0 0 100%;
}

.ninetheme-header-top-menu-area ul.submenu > li > a .item-thumb {
    display: block;
    margin-bottom: 10px;
    overflow: hidden;
}

.nav-logo-center .center-logo-wrapper {
    margin: 0px 20px;
}

.ninetheme-header-top-mini-menu-area ul.navigation-mini {
    list-style: none;
    display: flex;
    align-items: center;
}

.ninetheme-header-top-mini-menu-area ul.navigation-mini li a {
    font-size: 10px;
    font-weight: 600;
    text-transform: uppercase;
    color: var(--ninetheme-gray-dark);
}

.ninetheme-header-top-mini-menu-area ul.navigation-mini li.menu-item-circle-icon a {
    font-size: 25px;
}

.ninetheme-header-default .menu-item-phone-number {
    font-size: 14px;
    font-weight: normal;
    display: flex;
}

.ninetheme-header-default .menu-item-phone-number span.phone-text {
    font-size: 10px;
    display: block;
    text-transform: uppercase;
    letter-spacing: 0.5px;
}

.ninetheme-header-default .menu-item-phone-number i {
    font-size: 25px;
    margin-right: 10px;
}

.ninetheme-header-top-right ul.navigation-mini li + li {
    margin-left: 15px;
}

.ninetheme-header-top-left ul.navigation-mini li + li {
    margin-right: 15px;
}

.ninetheme-header-top-double-menu {
    display: flex;
    flex-direction: column;
}

.ninetheme-header-top-double-menu:hover .ninetheme-header-top-menu-area ul > li.menu-item:hover > ul.submenu {
    opacity: 1;
    visibility: visible;
    transform: translateY(0px);
    transition: transform 0.35s cubic-bezier(0.165, 0.84, 0.44, 1) 0.15s, opacity 0.35s cubic-bezier(0.165, 0.84, 0.44, 1) 0.15s;
}

.ninetheme-header-top-left .ninetheme-header-top-double-menu {
    align-items: flex-start;
}

.ninetheme-header-top-right .ninetheme-header-top-double-menu {
    align-items: flex-end;
}

.ninetheme-header-top-center .ninetheme-header-top-double-menu {
    align-items: center;
}

.ninetheme-header-top-right .ninetheme-header-default-inner .ninetheme-header-top-double-menu + .header-top-buttons {
    margin-left: 40px;
}

.ninetheme-header-top-double-menu .ninetheme-header-top-menu-area > ul > li.menu-item {
    height: 40px;
}

.ninetheme-header-top-double-menu .ninetheme-header-top-menu-area > ul > li.menu-item-has-children:hover::after {
    content: "";
    position: absolute;
    height: 40px;
    width: 100%;
    transform: translateY(40px);
}

.ninetheme-header-bottom-bar .ninetheme-before-loop {
    margin-bottom: 0px;
}

.ninetheme-header-bottom-bar:not(.ninetheme-elementor-template) {
    border-top: 1px solid var(--ninetheme-gray);
    padding: 10px 0px;
}

.ninetheme-header-bottom-bar.show-on-scroll:not(.sticky-filter-active) {
    height: 0px;
    opacity: 0;
    padding: 0px;
    transform: translateY(50px);
    transition: none;
    visibility: hidden;
}

.ninetheme-header-bottom-bar.show-on-scroll.sticky-filter-active {
    height: auto;
    opacity: 1;
    visibility: visible;
    transform: translateY(0px);
    transition: transform 0.65s cubic-bezier(0.165, 0.84, 0.44, 1) 0.075s, opacity 0.65s cubic-bezier(0.165, 0.84, 0.44, 1) 0.15s;
}

.ninetheme-header-default .ninetheme-header-bottom-bar .top-action-btn {
    margin-left: 0px;
}

.has-default-header-type-dark .ninetheme-header-default, .has-default-header-type-dark .sidebar-header-bg-type-dark, .has-default-header-type-dark .mobile-header-bg-type-dark, .has-default-header-type-dark .autocomplete-suggestions, .has-default-header-type-dark .ninetheme-side-panel, .has-default-header-type-dark .ninetheme-header-top-menu-area ul li .submenu {
    background: var(--ninetheme-dark);
}

.has-default-header-type-dark .ninetheme-header-mobile-top .ninetheme-svg-icon {
    fill: var(--ninetheme-light);
    color: var(--ninetheme-light);
}

.has-default-header-type-dark .ninetheme-header-top-menu-area > ul > li.menu-item-mega-parent > ul.submenu.depth_0, .has-default-header-type-dark .ninetheme-header-top-menu-area > ul > li.menu-item-mega-parent.menu-item-has-shortcode > .item-shortcode-wrapper {
    border-top: 1px solid var(--ninetheme-dark-border);
}

.has-default-header-type-dark .ninetheme-header-top-menu-area > ul > li.menu-item-mega-parent > ul.submenu.depth_0, .has-default-header-type-dark .ninetheme-header-top-menu-area > ul > li.menu-item-mega-parent.menu-item-has-shortcode > .item-shortcode-wrapper, .has-default-header-type-dark .search-area-top, .has-default-header-type-dark .ninetheme-sidemenu-lang-switcher, .has-default-header-type-dark .panel-top-title::after, .has-default-header-type-dark .cart-area .cart-total-price, .has-default-header-type-dark .ninetheme-header-default input:not([type="checkbox"]):not([type="radio"]), .has-default-header-type-dark .contact-area.action-content input, .has-default-header-type-dark .contact-area.action-content select, .has-default-header-type-dark .contact-area.action-content textarea, .has-default-header-type-dark .ninetheme-panel-checkout-content-wrapper select, .has-default-header-type-dark .panel-header, .has-default-header-type-dark .ninetheme-checkout-footer-item.order-total, .has-default-header-type-dark .ninetheme-panel-checkout-content-wrapper .ninetheme-checkout-review-order-table .ninetheme-cart-item, .has-default-header-type-dark .ninetheme-order-review, .has-default-header-type-dark .woocommerce-privacy-policy-text p, .has-default-header-type-dark .woocommerce-input-wrapper input, .woocommerce-input-wrapper select, .has-default-header-type-dark .woocommerce-input-wrapper textarea, .has-default-header-type-dark .ninetheme-panel-checkout-content-wrapper .ninetheme-checkout-review-order-table .ninetheme-checkout-review-order-footer, .has-default-header-type-dark .ninetheme-popup-search-panel .no-result + .autocomplete-suggestions .autocomplete-suggestion {
    border-color: var(--ninetheme-dark-border);
}

#nt-woo-single .ninetheme-product-showcase.ninetheme-bg-dark #cr_qna.cr-qna-block div.cr-qna-list-block .cr-qna-list-q-cont button.cr-qna-ans-button {
    background: none;
}

.has-default-header-type-dark .search-area-top svg {
    color: var(--ninetheme-dark-border);
    fill: var(--ninetheme-dark-border);
}

.has-default-header-type-dark .cart-area .quantity-button.plus, .has-default-header-type-dark .cart-area .quantity-button.minus, .has-default-header-type-dark .quantity input.qty, .has-default-header-type-dark .ninetheme-header-mobile-sidebar-bottom {
    color: var(--ninetheme-light);
    background: var(--ninetheme-dark);
}

.has-default-header-type-dark .ninetheme-header-default .ninetheme-svg-icon, .has-default-header-type-dark .ninetheme-side-panel .ninetheme-svg-icon, .has-default-header-type-dark .ninetheme-header-mobile .ninetheme-svg-icon, .has-default-header-type-dark .cart-area .del-icon a svg, .has-default-header-type-dark .wishlist-area .ninetheme-svg-icon.mini-icon, .has-default-header-type-dark .compare-area .ninetheme-svg-icon.mini-icon {
    fill: var(--ninetheme-light);
    color: var(--ninetheme-light);
}

.has-default-header-type-dark .ninetheme-header-socials a, .has-default-header-type-dark .ninetheme-header-default-inner, .has-default-header-type-dark .ninetheme-header-default .top-action-btn-text {
    color: var(--ninetheme-light);
}

.has-default-header-type-dark a:hover {
    color: var(--ninetheme-gray);
    text-decoration: none;
    opacity: 0.8;
}

.has-default-header-type-dark .header-text-logo, .has-default-header-type-dark .header-text-logo, .has-default-header-type-dark .ninetheme-header-top-menu-area > ul > li.menu-item > a, .has-default-header-type-dark .ninetheme-header-top-mini-menu-area ul.navigation-mini li a, .has-default-header-type-dark .ninetheme-header-top-menu-area ul li .submenu > li.menu-item > a, .has-default-header-type-dark .sliding-menu li a, .has-default-header-type-dark .sliding-menu li .sliding-menu__nav, .has-default-header-type-dark .sliding-menu li .sliding-menu__nav.sliding-menu__back, .has-default-header-type-dark .ninetheme-header-mobile-sidebar a, .has-default-header-type-dark .panel-top-title, .has-default-header-type-dark .panel-top-title .nt-strong-sfot, .has-default-header-type-dark .account-area li.menu-item a, .has-default-header-type-dark .contact-area label, .has-default-header-type-dark .contact-area input, .has-default-header-type-dark .contact-area input[type="submit"], .has-default-header-type-dark .contact-area texyarea, .has-default-header-type-dark .contact-area input:focus, .has-default-header-type-dark .contact-area textarea:focus, .has-default-header-type-dark .search-area-top input, .has-default-header-type-dark .category-area .category-title, .has-default-header-type-dark .header-left-side-menu-form-container-title .ninetheme-meta-title, .has-default-header-type-dark .header-left-side-menu-form-container-title h6, .has-default-header-type-dark .search-area-top input:focus, .has-default-header-type-dark .contact-area .wpcf7 form .wpcf7-response-output, .has-default-header-type-dark .cart-item-title .cart-name, .has-default-header-type-dark .ninetheme-content-info .product-name, .has-default-header-type-dark .cart-item-title .cart-name, .has-default-header-type-dark .ninetheme-content-info .product-name, .has-default-header-type-dark .ninetheme-content-item .ninetheme-content-info .ninetheme-btn-small, .has-default-header-type-dark .cart-area .cart-total-price, .has-default-header-type-dark .quantity input.qty, .has-default-header-type-dark .ninetheme-side-panel .ninetheme-small-title, .has-default-header-type-dark .ninetheme-side-panel .ninetheme-small-title a, .has-default-header-type-dark .ninetheme-header-mobile .ninetheme-small-title, .has-default-header-type-dark .ninetheme-header-mobile .ninetheme-small-title a, .has-default-header-type-dark .autocomplete-suggestion .ninetheme-small-title, .has-default-header-type-dark .autocomplete-suggestion .ninetheme-small-title a, .has-default-header-type-dark .ninetheme-header-mobile .ninetheme-btn-small, .has-default-header-type-dark .ninetheme-side-panel .ninetheme-btn-small, .has-default-header-type-dark .ninetheme-header-top-mini-menu-area ul.navigation-mini li.menu-item-circle-icon a, .has-default-header-type-dark .ninetheme-header-default .menu-item-phone-number, .has-default-header-type-dark .ninetheme-panel-checkout-content-wrapper .ninetheme-step-item, .has-default-header-type-dark .ninetheme-panel-checkout-content-wrapper h4.ninetheme-form-title, .has-default-header-type-dark .ninetheme-panel-checkout-content-wrapper .ninetheme-checkout-footer-item.order-total, .has-default-header-type-dark .ninetheme-panel-checkout-content-wrapper .product-name, .has-default-header-type-dark .ninetheme-panel-checkout-content-wrapper p, .has-default-header-type-dark .ninetheme-panel-checkout-content-wrapper #ship-to-different-address label, .has-default-header-type-dark .ninetheme-panel-checkout-content-wrapper .ninetheme-checkout-footer-item, .has-default-header-type-dark .ninetheme-side-panel .ninetheme-panel-checkout-content-wrapper .ninetheme-btn, .has-default-header-type-dark .ninetheme-panel-checkout-content-wrapper .woocommerce-terms-and-conditions-link, .has-default-header-type-dark .ninetheme-popup-search-panel .no-result + .autocomplete-suggestions .autocomplete-suggestion strong {
    color: var(--ninetheme-light);
}

.has-default-header-type-dark .ninetheme-panel-close-button::before, .has-default-header-type-dark .ninetheme-panel-close-button::after {
    background-color: var(--ninetheme-light);
}

.has-default-header-type-dark .ninetheme-panel-checkout-content-wrapper select, .has-default-header-type-dark .ninetheme-panel-checkout-content-wrapper textarea, .has-default-header-type-dark .ninetheme-panel-checkout-content-wrapper .ninetheme-checkout-review-order-table .ninetheme-checkout-footer-item strong, .has-default-header-type-dark .ninetheme-panel-checkout-content-wrapper input, .has-default-header-type-dark .ninetheme-panel-checkout-content-wrapper .ninetheme-checkout-footer-item-label, .has-default-header-type-dark .ninetheme-panel-checkout-content-wrapper ul.wc_payment_methods.payment_methods.methods li label, .has-default-header-type-dark .ninetheme-panel-checkout-content-wrapper .form-row:not(.has-error) label, .has-default-header-type-dark .ninetheme-cart-total {
    color: rgb(187, 187, 187);
}

.has-default-header-type-dark .contact-area input:focus, .has-default-header-type-dark .contact-area textarea:focus {
    border-color: var(--ninetheme-primary);
}

.has-default-header-type-dark .ninetheme-panel-checkout-content-wrapper input[type="checkbox"]:checked::after, .has-default-header-type-dark .ninetheme-panel-checkout-content-wrapper input[type="radio"]:checked::after, .has-default-header-type-dark .panel-top-title strong, #nt-woo-single .ninetheme-product-showcase.ninetheme-bg-dark button.cr-qna-ans-button {
    background-color: var(--ninetheme-dark);
}

.has-default-header-type-dark .ninetheme-header-default input[type="checkbox"]::after, .has-default-header-type-dark .ninetheme-header-default input[type="radio"]:checked::after {
    border-color: var(--ninetheme-dark-soft);
}

.has-default-header-type-dark .ninetheme-header-default input[type="checkbox"]::after, .has-default-header-type-dark .ninetheme-header-default input[type="radio"]:checked::after {
    background-color: var(--ninetheme-dark);
}

.has-default-header-type-dark .action-content, .has-default-header-type-dark .sliding-menu {
    background-color: transparent;
}

.has-default-header-type-dark .sliding-menu li.current-menu-parent > .sliding-menu__nav, .has-default-header-type-dark .sliding-menu li.current-menu-item > .sliding-menu__nav, .has-default-header-type-dark .sliding-menu li.current-menu-item > a, .has-default-header-type-dark .sliding-menu li a:hover, .has-default-header-type-dark .sliding-menu li.active a, .has-default-header-type-dark .sliding-menu li .sliding-menu__nav:hover, .has-default-header-type-dark .account-area li.menu-item a:hover, .has-default-header-type-dark .ninetheme-header-top-menu-area ul li .submenu > li.menu-item > a:hover, .has-default-header-type-dark .ninetheme-header-top-menu-area ul li .submenu > li.menu-item.active > a, .has-default-header-type-dark .ninetheme-panel-checkout-content-wrapper .ninetheme-step-item.active-step, .has-default-header-type-dark .ninetheme-panel-checkout-content-wrapper a.woocommerce-remove-coupon, .has-default-header-type-dark .ninetheme-sidemenu-copyright a, .ninetheme-primary-color {
    color: var(--ninetheme-primary);
}

.has-default-header-type-dark .ninetheme-content-item .ninetheme-content-del-icon:hover svg, .has-default-header-type-dark .cart-area .del-icon:hover svg {
    fill: var(--ninetheme-primary);
}

.has-default-header-type-dark .panel-header-btn.active {
    fill: var(--ninetheme-dark);
}

.has-default-header-type-dark .sliding-menu .sliding-menu__back::after {
    border-bottom-color: var(--ninetheme-gray);
}

.has-default-header-type-dark .ninetheme-header-mobile-sidebar {
    background: rgb(34, 34, 34);
}

.has-default-header-type-dark .sidebar-top-action .top-action-btn.active, .has-default-header-type-dark .panel-header-btn.active, .has-default-header-type-dark .cart-area .quantity, .has-default-header-type-dark .panel-header .ninetheme-panel-close-button, .has-default-header-type-dark .ninetheme-panel-close-button, .has-default-header-type-dark .ninetheme-filter-close {
    background: var(--ninetheme-dark);
}

.has-default-header-type-dark .ninetheme-header-mobile .ninetheme-btn, .has-default-header-type-dark .ninetheme-side-panel .ninetheme-btn, .has-default-header-type-dark .cart-bottom-btn .ninetheme-btn, .has-default-header-type-dark .ninetheme-panel-checkout-content-wrapper .ninetheme-panel-checkout-labels-inner, .has-default-header-type-dark .woocommerce-form-login-toggle, .has-default-header-type-dark .woocommerce-form-coupon-toggle {
    border: 1px solid var(--ninetheme-light);
    background-color: var(--ninetheme-dark);
}

.has-default-header-type-dark .woocommerce-form-coupon-toggle {
    padding: 0px;
    background: none transparent;
    border: 0px;
}

.has-default-header-type-dark .ninetheme-header-mobile .ninetheme-btn-small, .has-default-header-type-dark .ninetheme-side-panel .ninetheme-btn-small {
    margin-top: 10px;
}

.has-default-header-type-trans .header-spacer, .has-default-header-type-trans.shop-single-layout-showcase .header-spacer {
    display: none;
}

.has-default-header-type-trans.page-hero-off .header-spacer, .single-product.has-default-header-type-trans.shop-single-layout-showcase .header-spacer, .single-product.has-default-header-type-trans.shop-single-layout-full-width .header-spacer, .single-product.has-default-header-type-trans.shop-single-layout-no-sidebar .header-spacer, .single-product.has-default-header-type-trans.shop-single-layout-left-sidebar .header-spacer, .single-product.has-default-header-type-trans.shop-single-layout-right-sidebar .header-spacer, .shop-single-layout-showcase.gallery-type-slider.showcase-carousel-type-full .header-spacer {
    display: block;
}

.has-default-header-type-trans.header-trans-dark:not(.scroll-start) .ninetheme-header-mobile-top, .has-default-header-type-trans.header-trans-light:not(.scroll-start) .ninetheme-header-mobile-top, .has-default-header-type-trans.header-trans-dark:not(.scroll-start) .ninetheme-header-default, .has-default-header-type-trans.header-trans-light:not(.scroll-start) .ninetheme-header-default {
    background: transparent;
    border-bottom: 1px solid var(--ninetheme-trans-border);
}

.has-default-header-type-trans.header-trans-dark.showcase-bg-type-light:not(.scroll-start) .ninetheme-header-mobile-top, .has-default-header-type-trans.header-trans-dark.shop-single-layout-full-width:not(.scroll-start) .ninetheme-header-mobile-top, .has-default-header-type-trans.header-trans-light.showcase-bg-type-light:not(.scroll-start) .ninetheme-header-mobile-top, .has-default-header-type-trans.header-trans-light.shop-single-layout-full-width:not(.scroll-start) .ninetheme-header-mobile-top, .has-default-header-type-trans.header-trans-dark.showcase-bg-type-light:not(.scroll-start) .ninetheme-header-default, .has-default-header-type-trans.header-trans-dark.shop-single-layout-full-width:not(.scroll-start) .ninetheme-header-default, .has-default-header-type-trans.header-trans-light.showcase-bg-type-light:not(.scroll-start) .ninetheme-header-default, .has-default-header-type-trans.header-trans-light.shop-single-layout-full-width:not(.scroll-start) .ninetheme-header-default {
    border-bottom-color: var(--ninetheme-gray);
}

.has-default-header-type-trans:not(.scroll-start) .ninetheme-header-mobile-top .ninetheme-svg-icon, .has-default-header-type-trans:not(.scroll-start) .ninetheme-header-default .ninetheme-svg-icon {
    fill: var(--ninetheme-light);
    color: var(--ninetheme-light);
}

.has-default-header-type-trans.page-hero-off:not(.scroll-start) .ninetheme-header-mobile-top .ninetheme-svg-icon, .has-default-header-type-trans.page-hero-off:not(.scroll-start) .ninetheme-header-default .ninetheme-svg-icon {
    fill: var(--ninetheme-dark);
    color: var(--ninetheme-dark);
}

.has-default-header-type-trans.header-trans-dark:not(.scroll-start) .ninetheme-header-default .ninetheme-svg-icon, .has-default-header-type-trans.header-trans-dark:not(.scroll-start) .ninetheme-header-mobile-top .ninetheme-svg-icon {
    fill: var(--ninetheme-dark);
    color: var(--ninetheme-dark);
}

.has-default-header-type-trans:not(.scroll-start) .ninetheme-header-default .header-text-logo, .has-default-header-type-trans:not(.scroll-start) .ninetheme-header-mobile-top .header-text-logo, .has-default-header-type-trans:not(.scroll-start) .ninetheme-header-top-menu-area > ul > li.menu-item > a, .has-default-header-type-trans:not(.scroll-start) .ninetheme-header-default .menu-item-phone-number, .has-default-header-type-trans:not(.scroll-start) .ninetheme-header-top-mini-menu-area ul.navigation-mini li a {
    color: var(--ninetheme-light);
}

.has-default-header-type-trans.page-hero-off:not(.scroll-start) .ninetheme-header-default .header-text-logo, .has-default-header-type-trans.page-hero-off:not(.scroll-start) .ninetheme-header-mobile-top .header-text-logo, .has-default-header-type-trans.page-hero-off:not(.scroll-start) .ninetheme-header-top-menu-area > ul > li.menu-item > a, .has-default-header-type-trans.page-hero-off:not(.scroll-start) .ninetheme-header-default .menu-item-phone-number, .has-default-header-type-trans.page-hero-off:not(.scroll-start) .ninetheme-header-top-mini-menu-area ul.navigation-mini li a {
    color: var(--ninetheme-dark);
}

.has-default-header-type-trans.header-trans-dark:not(.scroll-start) .ninetheme-header-default .header-text-logo, .has-default-header-type-trans.header-trans-dark:not(.scroll-start) .ninetheme-header-mobile-top .header-text-logo, .has-default-header-type-trans.header-trans-dark:not(.scroll-start) .ninetheme-header-top-menu-area > ul > li.menu-item > a, .has-default-header-type-trans.header-trans-dark:not(.scroll-start) .ninetheme-header-default .menu-item-phone-number, .has-default-header-type-trans.header-trans-dark:not(.scroll-start) .ninetheme-header-top-mini-menu-area ul.navigation-mini li a {
    color: var(--ninetheme-dark);
}

.has-default-header-type-trans.header-trans-dark:not(.scroll-start) .ninetheme-header-default.trans-hover, .has-default-header-type-trans.header-trans-light:not(.scroll-start) .ninetheme-header-default.trans-hover {
    background: var(--ninetheme-light);
}

.has-default-header-type-trans.header-trans-light:not(.scroll-start) .ninetheme-header-default.trans-hover .header-text-logo, .has-default-header-type-trans.header-trans-light:not(.scroll-start) .ninetheme-header-default.trans-hover .ninetheme-svg-icon, .has-default-header-type-trans.header-trans-light:not(.scroll-start) .ninetheme-header-default.trans-hover .ninetheme-header-top-menu-area > ul > li.menu-item.active > a, .has-default-header-type-trans.header-trans-light:not(.scroll-start) .ninetheme-header-default.trans-hover .menu-item-phone-number, .has-default-header-type-trans.header-trans-light:not(.scroll-start) .ninetheme-header-default.trans-hover .ninetheme-header-top-mini-menu-area ul.navigation-mini li.active a {
    color: var(--ninetheme-dark);
}

.has-default-header-type-trans.header-trans-light:not(.scroll-start) .ninetheme-header-default.trans-hover .ninetheme-header-top-menu-area > ul > li.menu-item > a, .has-default-header-type-trans.header-trans-light:not(.scroll-start) .ninetheme-header-default.trans-hover .ninetheme-header-top-mini-menu-area ul.navigation-mini li a {
    color: var(--ninetheme-gray-dark);
}

.has-default-header-type-trans.header-trans-dark:not(.scroll-start) .ninetheme-header-default.trans-hover .header-text-logo, .has-default-header-type-trans.header-trans-dark:not(.scroll-start) .ninetheme-header-default.trans-hover .ninetheme-svg-icon, .has-default-header-type-trans.header-trans-dark:not(.scroll-start) .ninetheme-header-default.trans-hover .ninetheme-header-top-menu-area > ul > li.menu-item > a, .has-default-header-type-trans.header-trans-dark:not(.scroll-start) .ninetheme-header-default.trans-hover .menu-item-phone-number, .has-default-header-type-trans.header-trans-dark:not(.scroll-start) .ninetheme-header-default.trans-hover .ninetheme-header-top-mini-menu-area ul.navigation-mini li a {
    color: var(--ninetheme-gray-dark);
}

.has-default-header-type-trans.header-trans-light:not(.scroll-start) .ninetheme-header-default.trans-hover .ninetheme-svg-icon {
    fill: var(--ninetheme-dark);
    color: var(--ninetheme-dark);
}

.has-default-header-type-trans-dark:not(.scroll-start) .ninetheme-header-default.trans-hover .ninetheme-svg-icon {
    fill: var(--ninetheme-dark);
    color: var(--ninetheme-dark);
}

.has-default-header-type-trans.header-trans-dark:not(.scroll-start) .ninetheme-header-default.trans-hover, .has-default-header-type-trans.header-trans-light:not(.scroll-start) .ninetheme-header-default.trans-hover {
    background: var(--ninetheme-light);
    transition: transform 0.65s cubic-bezier(0.165, 0.84, 0.44, 1) 0.2s, opacity 0.65s cubic-bezier(0.165, 0.84, 0.44, 1);
}

ul.navigation-mini-inline {
    list-style: none;
    color: var(--ninetheme-dark);
}

ul.navigation-mini-inline li {
    display: inline-block;
}

ul.navigation-mini-inline li a {
    color: var(--ninetheme-dark);
    font-size: 10px;
    font-weight: 500;
    text-transform: uppercase;
}

.ninetheme-header-top-right .navigation-mini-inline li + li {
    margin-left: 7px;
    padding-left: 7px;
    position: relative;
}

.ninetheme-header-top-right .navigation-mini-inline li + li::before {
    content: "";
    width: 1px;
    height: 8px;
    background: currentcolor;
    display: inline-block;
    position: absolute;
    left: -1px;
    top: 7px;
    opacity: 0.4;
}

a.header-phone-number {
    display: flex;
    align-items: center;
    color: var(--ninetheme-light);
}

a.header-phone-number i {
    font-size: 30px;
    margin-right: 10px;
}

a.header-phone-number span {
    display: flex;
    flex-direction: column;
}

a.header-phone-number span.phone-number {
    font-weight: 600;
    font-size: 13px;
}

a.header-phone-number span.phone-text {
    font-size: 10px;
    color: var(--ninetheme-yellow-soft);
}

.ninetheme-header-socials a {
    color: var(--ninetheme-dark);
}

.ninetheme-header-socials a:hover {
    color: var(--ninetheme-primary);
}

.ninetheme-header-socials a + a {
    margin-left: 10px;
}

.ninetheme-header-mini-dropdown {
    display: flex;
    align-items: center;
}

.ninetheme-header-mini-dropdown > ul, .ninetheme-header-mini-dropdown > ul > li {
    display: flex;
    align-items: center;
    height: 100%;
}

.ninetheme-header-mini-dropdown ul li {
    list-style: none;
    position: relative;
    border: 0px;
    font-size: 10px;
    font-weight: 500;
}

.ninetheme-header-mini-dropdown ul li + li {
    margin-top: 5px;
}

.ninetheme-header-mini-dropdown ul li a {
    color: var(--ninetheme-dark);
}

.ninetheme-header-mini-dropdown ul li a:hover {
    color: var(--ninetheme-primary);
}

.ninetheme-header-mini-dropdown > ul > li > a {
    color: var(--ninetheme-dark);
    display: flex;
    align-items: center;
    font-size: 10px;
    font-weight: 500;
}

.ninetheme-header-mini-dropdown > ul > li > a > .dropdown-btn {
    margin-left: 5px;
}

.ninetheme-header-mini-dropdown .submenu {
    position: absolute;
    top: 100%;
    left: 0px;
    visibility: hidden;
    opacity: 0;
    background-color: var(--ninetheme-light);
    border: 1px solid var(--ninetheme-border);
    padding: 10px 15px;
    transform: translateY(10px);
}

.ninetheme-header-mini-dropdown .submenu {
    position: absolute;
    top: 100%;
    left: 0px;
    visibility: hidden;
    opacity: 0;
    background-color: var(--ninetheme-light);
    padding: 10px 15px;
    transform: translateY(10px);
}

.ninetheme-header-mini-dropdown ul li.opened > ul, .ninetheme-lang-menu.active > li > .submenu.depth_0 {
    visibility: visible;
    opacity: 1;
    transform: translateY(0px);
    transition: transform 0.65s cubic-bezier(0.165, 0.84, 0.44, 1) 0.075s, opacity 0.65s cubic-bezier(0.165, 0.84, 0.44, 1) 0.15s;
}

.ninetheme-lang-menu .submenu .active {
    color: var(--ninetheme-green);
}

.ninetheme-header-top-right .ninetheme-header-mini-dropdown .submenu {
    right: 0px;
    left: auto;
}

@media (max-width: 1280px) {
    .ninetheme-header-mini-dropdown .submenu {
        right: 0px;
        left: auto;
    }
}

.ninetheme-header-wc-categories.ninetheme-wc-vertical-menu {
    display: flex;
    align-items: center;
    padding: 0px 40px 0px 0px;
    border-right: 1px solid rgb(245, 164, 109);
    position: relative;
}

.ninetheme-header-wc-categories .ninetheme-vertical-catmenu-title {
    color: rgb(52, 52, 52);
    background: transparent;
    border-radius: 4px;
    text-transform: uppercase;
    cursor: pointer;
    display: flex;
    align-items: center;
    font-family: Roboto, sans-serif;
    font-weight: 400;
    font-size: 16px;
    line-height: 24px;
}

.has-default-header-type-trans.page-hero-off .ninetheme-header-wc-categories .ninetheme-vertical-catmenu-title, .has-default-header-type-trans.header-trans-dark .ninetheme-header-wc-categories .ninetheme-vertical-catmenu-title, .ninetheme-header-default.trans-hover .ninetheme-header-wc-categories .ninetheme-vertical-catmenu-title {
    color: var(--ninetheme-dark);
}

.ninetheme-header-wc-categories .submenu {
    min-width: 230px;
    position: absolute;
    padding: 20px 0px;
    background-color: var(--ninetheme-light);
    border-radius: 0px 0px 5px 5px;
    border: none;
    display: block;
    opacity: 0;
    visibility: hidden;
    box-shadow: rgba(0, 0, 0, 0.17) 0px 15px 30px -4px;
    left: 0px;
    top: 100%;
    transform: translateY(20px);
}

.ninetheme-header-wc-categories .primary-cats .submenu {
    min-width: 230px;
    left: 100%;
    top: 0px;
}

ul.category-list.post-categories .submenu {
    padding-left: 20px;
    flex: 0 0 100%;
}

ul.category-list.post-categories .cat-item {
    display: flex;
    align-items: center;
    justify-content: space-between;
    flex-wrap: wrap;
}

.ninetheme-header-wc-categories .primary-cats .dropdown-btn {
    color: var(--ninetheme-light-soft);
    font-size: 11px;
}

.ninetheme-header-wc-categories .primary-cats {
    width: 100%;
    display: inline-block;
    max-width: 230px;
}

.ninetheme-header-wc-categories:hover > .submenu, .cat-parent:hover .submenu {
    opacity: 1;
    visibility: visible;
    transform: translateY(0px);
    transition: transform 0.65s cubic-bezier(0.165, 0.84, 0.44, 1) 0.075s, opacity 0.65s cubic-bezier(0.165, 0.84, 0.44, 1) 0.15s;
}

.ninetheme-header-wc-categories .submenu .submenu {
    right: auto;
    left: 100%;
    top: -20px;
}

.ninetheme-header-wc-categories.taxonomy-category .submenu .submenu {
    position: relative;
    left: auto;
    top: auto;
    min-width: auto;
    max-height: inherit;
    opacity: 1;
    visibility: visible;
    box-shadow: none;
    flex: 0 0 100%;
    transform: none;
    padding: 0px 0px 0px 15px;
}

.ninetheme-header-wc-categories.taxonomy-category .product_cat {
    width: auto;
}

.ninetheme-header-wc-categories.taxonomy-category .submenu > li {
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: space-between;
    flex-wrap: wrap;
}

.ninetheme-header-wc-categories.taxonomy-category .submenu .submenu li {
    padding: 0px;
}

.ninetheme-header-wc-categories .primary-cats > li, .ninetheme-header-wc-categories .submenu > li {
    margin-left: 0px;
    text-align: left;
    display: flex;
    align-items: center;
    position: relative;
    padding: 0px 25px;
}

.ninetheme-header-wc-categories .primary-cats > li {
    padding: 0px;
}

.ninetheme-header-wc-categories .primary-cats > li + li, .ninetheme-header-wc-categories .submenu > li + li {
    padding-top: 10px;
}

.ninetheme-header-wc-categories .product_cat {
    width: 100%;
    display: block;
    text-transform: capitalize;
}

.ninetheme-header-wc-categories .ninetheme-vertical-catmenu-title .dropdown-btn {
    order: -1;
    margin-right: 10px;
    font-size: 10px;
}

.ninetheme-header-wc-categories .ninetheme-vertical-catmenu-title .dropdown-btn::before {
    content: "";
    position: relative;
    display: block;
    width: 24px;
    height: 24px;
    background: url("../images/icon-category.svg") center center no-repeat;
}

.ninetheme-header-top-left .ninetheme-header-default-inner .action-button {
    display: flex;
    gap: 40px;
}

.ninetheme-header-top-left .ninetheme-header-default-inner .action-button a {
    font-family: Roboto, sans-serif;
    font-weight: 400;
    font-size: 16px;
    line-height: 24px;
}

.ninetheme-header-wc-categories .submenu .dropdown-btn {
    display: block;
    position: relative;
    font-size: 10px;
    color: var(--ninetheme-dark);
}

.ninetheme-header-wc-categories li.cat-item img {
    margin-right: 10px;
    border-radius: 30px;
    width: 30px;
    height: 30px;
}

.ninetheme-header-wc-categories .primary-cats > li.cat-more {
    margin-top: 20px;
    padding-top: 15px;
    border-top: 1px solid var(--ninetheme-border);
    color: var(--ninetheme-primary);
}

.ninetheme-header-wc-categories .primary-cats > li.cat-more a {
    color: var(--ninetheme-primary);
}

@media (max-width: 1280px) {
    .hide-on-mobile, header.ninetheme-header-default {
        display: none;
    }
}

.ninetheme-product {
    position: relative;
    display: flex;
    overflow: hidden;
}

.row {
    --bs-gutter-x: 1rem;
}

.ninetheme-product:not(.row) {
    flex-direction: column;
    margin-bottom: 30px;
}

.ninetheme-product-widget-slider .ninetheme-product:not(.row) {
    margin-bottom: 0px;
}

.ninetheme-thumb-wrapper {
    position: relative;
    margin-bottom: 15px;
    overflow: hidden;
}

.ninetheme-thumb-wrapper img {
    height: auto;
    max-height: 100%;
}

.ninetheme-products.products .ninetheme-thumb-wrapper img {
    width: 100%;
}

.ninetheme-product .has-images .overlay-thumb {
    position: absolute;
    max-width: 100%;
    top: 0px;
    left: 0px;
    opacity: 0;
}

.ninetheme-product:not(.added-term):hover .has-images .product-thumb {
    opacity: 0;
    transition: 0.55s;
}

.ninetheme-product:not(.added-term):hover .has-images .overlay-thumb {
    opacity: 1;
    transition: 0.55s;
}

.ninetheme-product .ninetheme-stock-status {
    padding: 2px 10px;
    font-size: 11px;
    text-transform: uppercase;
    letter-spacing: 1px;
    background-color: var(--ninetheme-gray-soft);
    color: var(--ninetheme-dark);
    display: flex;
    align-items: center;
    justify-content: center;
}

.ninetheme-product .ninetheme-thumb-wrapper .ninetheme-stock-status {
    position: absolute;
    bottom: 0px;
    left: 0px;
}

.ninetheme-product .ninetheme-out-of-stock {
    background-color: var(--ninetheme-gray-dark);
    color: var(--ninetheme-light);
}

.ninetheme-product-labels {
    position: absolute;
    top: 10px;
    left: 10px;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    z-index: 2;
}

.ninetheme-product-labels > span:not(:last-child) {
    margin-bottom: 5px;
}

.has-iframe-video .ninetheme-loop-product-iframe-wrapper > a {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0px;
    left: 0px;
    z-index: 1;
}

.has-iframe-video .ninetheme-product-labels {
    display: none;
}

.has-iframe-video .ninetheme-loop-product-iframe-wrapper {
    padding: 100% 0px 0px;
    position: relative;
    overflow: hidden;
}

.has-iframe-video .ninetheme-loop-product-iframe-wrapper video, .has-iframe-video .ninetheme-loop-product-iframe-wrapper iframe {
    position: absolute;
    width: 100%;
    max-width: 100%;
    height: 180%;
    top: 50%;
    left: 49%;
    transform: translate(-48%, -50%);
    pointer-events: none;
}

.ninetheme-product .ninetheme-product-name {
    margin: 5px 0px;
}

.ninetheme-loop-item-list-wrapper .star-rating {
    margin: 0px 0px 15px;
}

.ninetheme-product-excerpt {
    margin: 0px;
}

.ninetheme-loop-product .ninetheme-loop-product-more-details .ninetheme-product-excerpt {
    margin: 10px 0px;
}

.ninetheme-loop-product-shipping-dimensions {
    margin: 10px 0px 0px;
    font-weight: 600;
}

.ninetheme-has-hidden-cart {
    position: relative;
    overflow: hidden;
    min-height: 33px;
}

.ninetheme-has-hidden-cart .ninetheme-price, .ninetheme-has-hidden-cart .ninetheme-product-name, .ninetheme-has-hidden-cart .ninetheme-cart-hidden {
    transition: 0.25s;
}

.ninetheme-has-hidden-cart .ninetheme-btn-small, .ninetheme-block-right .ninetheme-btn-small {
    color: var(--ninetheme-dark);
    font-weight: 500;
    font-size: 16px;
}

.outofstock .ninetheme-btn-small {
    text-decoration: underline;
}

.ninetheme-has-hidden-cart .ninetheme-price {
    display: block;
}

.ninetheme-cart-hidden {
    position: absolute;
    bottom: 0px;
    left: 0px;
    width: 100%;
    height: 100%;
    opacity: 0;
    visibility: hidden;
    display: inline-flex;
    flex-wrap: wrap;
    align-items: center;
    transform: translateY(100%);
}

.ninetheme-product:hover .ninetheme-cart-hidden {
    transform: translateY(0px);
    opacity: 1;
    visibility: visible;
    z-index: 1;
}

.ninetheme-product:hover .ninetheme-has-hidden-cart .ninetheme-price, .ninetheme-product:hover .ninetheme-has-hidden-cart .ninetheme-product-name {
    transform: translateY(-100%);
    opacity: 0;
    visibility: hidden;
}

.ninetheme-product-list .ninetheme-cart-hidden.ninetheme-mini-icon {
    justify-content: flex-start;
}

.ninetheme-loop-item-list-wrapper {
    position: relative;
    overflow: hidden;
    padding: 15px;
    margin-bottom: 30px;
    border: 1px solid var(--ninetheme-gray);
}

.ninetheme-loop-item-list-wrapper .ninetheme-product {
    margin-bottom: 0px;
    align-items: center;
}

.ninetheme-loop-item-list-wrapper .ninetheme-product-labels {
    position: absolute;
    top: 15px;
    left: 25px;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
}

.ninetheme-loop-item-list-wrapper .ninetheme-product .ninetheme-thumb-wrapper .ninetheme-stock-status {
    left: auto;
}

.ninetheme-loop-item-list-wrapper .ninetheme-thumb-wrapper {
    margin-bottom: 0px;
}

.ninetheme-loop-item-list-wrapper .ninetheme-btn {
    color: var(--ninetheme-dark);
    border: 0px;
    padding: 0px;
    height: auto;
    justify-content: flex-start;
    text-transform: uppercase;
    font-size: 11px;
    background-color: transparent !important;
}

.ninetheme-loop-item-list-wrapper .ninetheme-price-cart {
    margin-top: 25px;
}

.ninetheme-product .ninetheme-price {
    font-weight: 400;
}

.ninetheme-product span.del > span {
    text-decoration: underline;
}

.ninetheme-loop-item-list-wrapper a.product-link.has-images {
    position: relative;
    overflow: hidden;
    display: block;
}

.ninetheme-cart-hidden .ninetheme-btn {
    font-size: 16px;
    width: 100%;
    display: block;
    padding: 0px;
    color: var(--ninetheme-dark);
}

.woocommerce div.product .ninetheme-product form.cart {
    margin-bottom: 0px;
    width: 100%;
}

.woocommerce div.product .ninetheme-product form.cart div.quantity {
    margin: 0px;
    float: none;
    max-width: 100%;
    position: absolute;
    height: 33px;
    z-index: 0;
}

.woocommerce div.product .ninetheme-product form.cart.added-cart div.quantity {
    z-index: 1;
}

.ninetheme-product .quantity-button.plus, .ninetheme-product .quantity-button.minus {
    background: var(--ninetheme-dark);
}

.ninetheme-product .view-cart, .woocommerce.ninetheme-product a.added_to_cart, .ninetheme-product .added_to_cart {
    display: none;
}

.ninetheme-swatches-static {
    margin-top: 10px;
}

.ninetheme-swatches-static:empty {
    display: none;
}

.ninetheme-loop-product-buttons-static {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-top: 10px;
}

.ninetheme-loop-product-buttons-static .ninetheme-product-button {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 36px;
    height: 36px;
    border-radius: 40px;
    background: var(--ninetheme-gray-soft);
}

.ninetheme-loop-product-buttons-static .ninetheme-product-button:hover {
    color: var(--ninetheme-light);
    background: var(--ninetheme-dark);
}

.ninetheme-loop-product-buttons-hover {
    display: flex;
    flex-flow: column wrap;
    align-items: center;
    justify-content: center;
    position: absolute;
    right: -36px;
    top: 10px;
    opacity: 0;
    transition: 0.25s;
    z-index: 2;
}

.ninetheme-product:hover .ninetheme-loop-product-buttons-hover {
    right: 15px;
    opacity: 1;
}

.ninetheme-product .ninetheme-loop-product-buttons-hover.loading {
    width: 100%;
    height: 100%;
    top: 0px;
    left: 0px;
    transition: none;
    transform: none;
}

.ninetheme-product .ninetheme-loop-product-buttons-hover.loading .loading-wrapper {
    background: rgba(255, 255, 255, 0.95);
}

.ninetheme-product-button {
    display: flex;
    align-items: center;
    justify-content: center;
    background: var(--ninetheme-gray-soft);
    position: relative;
}

.ninetheme-loop-product-buttons-hover .ninetheme-product-button {
    width: 36px;
    height: 36px;
    border-radius: 40px;
    margin-top: 10px;
}

.ninetheme-loop-product-buttons-hover .ninetheme-product-button .ninetheme-svg-icon {
    max-width: 18px;
}

.ninetheme-loop-product-buttons-hover .ninetheme-product-button:first-child {
    margin-top: 0px;
}

.ninetheme-add-to-cart-btn.ninetheme-product-button {
    position: relative;
}

.ninetheme-add-to-cart-btn.ninetheme-product-button > a:first-child {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0px;
    left: 0px;
}

.ninetheme-price-buttons {
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.ninetheme-block-right.ninetheme-mini-icon {
    display: inline-flex;
    justify-content: flex-end;
}

.ninetheme-mini-icon .ninetheme-product-button {
    width: 27px;
    height: 27px;
    border-radius: 27px;
    cursor: pointer;
}

.ninetheme-mini-icon .ninetheme-product-button.cart-icon {
    position: relative;
}

.ninetheme-mini-icon .ninetheme-product-button.cart-icon a.ninetheme-btn {
    position: absolute;
    font-size: 0px;
    width: 100%;
    height: 100%;
    border: 0px;
    min-width: auto;
    background: transparent;
}

.ninetheme-mini-icon .ninetheme-product-button:not(:first-child) {
    margin-left: 5px;
}

.ninetheme-mini-icon svg {
    max-width: 15px;
    max-height: 15px;
}

.ninetheme-title-buttons-static .ninetheme-mini-icon {
    margin-top: 10px;
}

.ninetheme-product-button.added {
    background: var(--ninetheme-green);
    color: var(--ninetheme-light);
}

.ninetheme-product-button.added svg {
    fill: var(--ninetheme-light);
}

.ninetheme-product-button.added:hover {
    opacity: 1;
}

.ninetheme-title-block .ninetheme-block-left {
    flex: 0 0 60%;
}

.ninetheme-title-block.ninetheme-title-buttons .ninetheme-block-left {
    flex: 0 0 100%;
}

.ninetheme-title-rating .ninetheme-block-left {
    flex: 0 0 75%;
}

.ninetheme-title-rating .ninetheme-block-right {
    align-items: center;
}

.woocommerce .products .ninetheme-price-rating .star-rating, .woocommerce .products .ninetheme-title-rating .star-rating {
    margin: 0px;
}

.ninetheme-cart-buttons.ninetheme-inline-two-block, .ninetheme-title-cart.ninetheme-inline-two-block, .ninetheme-title-price.ninetheme-inline-two-block, .ninetheme-title-rating.ninetheme-inline-two-block {
    align-items: center;
    justify-content: space-between;
}

.ninetheme-btn-text {
    position: relative;
    color: var(--ninetheme-dark);
}

.ninetheme-btn-text a:hover {
    position: relative;
    color: var(--ninetheme-primary);
}

.ninetheme-btn-text .ninetheme_ajax_add_to_cart.added {
    color: var(--ninetheme-primary);
}

.ninetheme-title-cart .ninetheme-btn-text .view-cart {
    margin-top: 0px;
    margin-left: 10px;
}

.ninetheme-btn-text a::after {
    content: "";
    height: 2px;
    width: 0px;
    background-color: currentcolor;
    position: absolute;
    bottom: 0px;
    left: 0px;
    transition: width 0.25s;
}

.ninetheme-btn-text a:hover::after {
    width: 100%;
}

.ninetheme-cart-buttons .ninetheme-block-left .ninetheme-btn, .ninetheme-cart-buttons .ninetheme-block-left .ninetheme-btn.view-cart {
    min-width: auto;
    margin-top: 0px;
}

.ninetheme-cart-buttons .ninetheme-block-left .ninetheme-btn.view-cart {
    margin-left: 5px;
}

.ninetheme-loop-slider.swiper-container-horizontal > .swiper-pagination-bullets {
    width: auto;
    left: auto;
    right: 10px;
}

.ninetheme-loop-slider .swiper-pagination.swiper-pagination-clickable.swiper-pagination-bullets.swiper-pagination-horizontal {
    bottom: 9px;
    right: 0px;
    width: auto;
    text-align: right;
    padding: 0px 10px;
}

.woocommerce.ninetheme-product .swiper-pagination-bullets .swiper-pagination-bullet::before {
    width: 1px;
    height: 1px;
}

.ninetheme-product .ninetheme-thumb-wrapper.ninetheme-thumb-slider .ninetheme-stock-status {
    z-index: 1;
}

.ninetheme-swatches-hover {
    display: flex;
    flex-direction: column;
    position: absolute;
    z-index: 1;
    top: 50%;
    left: 50%;
    transform: translate3d(-50%, -50%, 0px);
    opacity: 0;
}

.woosv_color .ninetheme-product .ninetheme-swatches-hover .variations .wpcvs-type-color .wpcvs-term {
    background: transparent;
}

.ninetheme-product .ninetheme-swatches-hover .variations .reset {
    position: relative;
    bottom: auto;
    right: auto;
}

.ninetheme-product .ninetheme-swatches-hover .variations .reset a {
    border: 2px solid var(--ninetheme-dark);
    color: var(--ninetheme-dark);
    text-align: center;
    padding: 3px 10px;
    line-height: 1;
    width: 100%;
    display: block;
}

.ninetheme-product .ninetheme-swatches-hover .variations .reset a:hover {
    background-color: var(--ninetheme-dark);
    color: var(--ninetheme-light);
}

.ninetheme-product.added-term .ninetheme-thumb-slider .ninetheme-swatches-hover, .ninetheme-product:hover .ninetheme-thumb-slider .ninetheme-swatches-hover {
    opacity: 1;
}

.ninetheme-product.added-term .ninetheme-thumb-slider.has-swatches .swiper-pagination {
    opacity: 0;
}

.ninetheme-product .ninetheme-thumb-slider .ninetheme-product-labels {
    z-index: 1;
}

.ninetheme-product-type-5 .ninetheme-price-buttons {
    margin-bottom: 5px;
}

.ninetheme-loop-product-buttons-mobile {
    display: none;
}

.ninetheme-product-type-7 .ninetheme-loop-product-buttons-static, .ninetheme-product-type-7 .ninetheme-thumb-wrapper {
    margin: 0px;
}

.ninetheme-product-type-7 .ninetheme-loop-product-buttons-static {
    margin: 0px 0px 5px;
    background: var(--ninetheme-dark);
    padding: 5px 15px;
    border-top: 3px solid var(--ninetheme-primary);
}

.ninetheme-loop-product-buttons-mobile .ninetheme-product-button, .ninetheme-product-type-7 .ninetheme-loop-product-buttons-static .ninetheme-product-button {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 30px;
    height: 30px;
    border-radius: 40px;
    background: transparent;
}

.ninetheme-loop-product-buttons-mobile .ninetheme-product-button .ninetheme-svg-icon, .ninetheme-product-type-7 .ninetheme-product-button .ninetheme-svg-icon {
    max-width: 20px;
    max-height: 20px;
    fill: var(--ninetheme-light);
}

.ninetheme-loop-product-buttons-mobile .ninetheme-product-button.added .ninetheme-svg-icon, .ninetheme-loop-product-buttons-mobile .ninetheme-product-button .ninetheme-svg-icon:hover, .ninetheme-product-type-7 .ninetheme-product-button.added .ninetheme-svg-icon, .ninetheme-product-type-7 .ninetheme-product-button .ninetheme-svg-icon:hover {
    fill: var(--ninetheme-primary);
}

.ninetheme-loop-product-buttons-mobile.ninetheme-mini-icon, .ninetheme-product-type-8 .ninetheme-loop-product-buttons-hover {
    flex-direction: row;
    justify-content: space-between;
    right: auto;
    top: auto;
    bottom: -40px;
    width: 100%;
    padding: 5px 15px;
    background: var(--ninetheme-dark);
}

.ninetheme-product-type-8 .ninetheme-product:hover .ninetheme-loop-product-buttons-hover {
    right: auto;
    bottom: 0px;
}

.ninetheme-product-type-8 .ninetheme-loop-product-buttons-hover .ninetheme-product-button {
    width: 30px;
    height: 30px;
    border-radius: 0px;
    margin-top: 0px;
    background: transparent;
}

.ninetheme-product-type-8 .ninetheme-product-button .ninetheme-svg-icon {
    max-width: 20px;
    max-height: 20px;
    fill: var(--ninetheme-light);
}

.ninetheme-product-type-8 .ninetheme-product-button.added .ninetheme-svg-icon, .ninetheme-product-type-8 .ninetheme-product-button .ninetheme-svg-icon:hover {
    fill: var(--ninetheme-primary);
}

.product-action-tooltips.tooltipster-sidetip.tooltipster-base {
    height: auto !important;
}

.product-action-tooltips.tooltipster-sidetip.tooltipster-base .tooltipster-content {
    padding: 10px 14px;
    color: var(--ninetheme-light);
    line-height: 1;
    text-align: center;
}

@media (min-width: 1025px) {
    .ninetheme-add-to-cart-btn.ninetheme-product-button + .ninetheme-product-button {
        margin-top: 0px;
    }
}

@media (max-width: 1024px) {
    .ninetheme-before-loop.ninetheme-inline-two-block > div {
        flex: 0 0 auto;
        margin-top: 0px;
    }

    .ninetheme-inline-two-block {
        flex-wrap: wrap;
    }

    .ninetheme-block-left, .ninetheme-block-right, .ninetheme-title-block .ninetheme-block-left {
        flex: 0 0 100%;
    }

    .ninetheme-block-right, .ninetheme-cart-buttons .ninetheme-block-right {
        margin-top: 10px;
    }

    .ninetheme-cart-buttons .ninetheme-block-left {
        flex-wrap: wrap;
    }

    .ninetheme-cart-buttons .ninetheme-btn, .ninetheme-cart-buttons .view-cart {
        width: 100%;
    }

    .ninetheme-cart-buttons .view-cart {
        margin-top: 10px;
    }

    .ninetheme-cart-buttons .ninetheme-block-left .ninetheme-btn.view-cart {
        margin-left: 0px;
    }

    .ninetheme-block-right {
        text-align: start;
        -webkit-box-pack: start;
        justify-content: flex-start;
    }

    .ninetheme-product .ninetheme-thumb-slider .ninetheme-swatches-hover {
        opacity: 1;
    }

    .ninetheme-price-buttons .ninetheme-block-right.ninetheme-mini-icon {
        justify-content: flex-start;
    }

    .ninetheme-product:hover .ninetheme-cart-hidden {
        transform: translateY(0px);
        opacity: 1;
        visibility: visible;
        z-index: 1;
    }

    .ninetheme-cart-hidden, .ninetheme-product:hover .ninetheme-cart-hidden, .ninetheme-product:hover .ninetheme-has-hidden-cart .ninetheme-price, .ninetheme-product:hover .ninetheme-has-hidden-cart .ninetheme-product-name {
        transform: none;
        opacity: 1;
        visibility: visible;
        position: relative;
    }

    .ninetheme-product .ninetheme-loop-product-buttons-hover {
        right: 10px;
        opacity: 1;
    }

    .ninetheme-loop-product-buttons-hover, .ninetheme-cart-hidden, .ninetheme-block-right:empty {
        display: none;
    }

    .ninetheme-loop-product-buttons-mobile .ninetheme-mini-icon .ninetheme-product-button {
        width: 24px;
        height: 24px;
        border-radius: 24px;
    }

    .ninetheme-loop-product-buttons-mobile .ninetheme-mini-icon svg {
        max-width: 14px;
        max-height: 14px;
    }

    .ninetheme-loop-product-buttons-mobile {
        display: flex;
        margin-bottom: 10px;
    }

    .ninetheme-loop-item-list-wrapper .ninetheme-thumb-wrapper {
        margin-bottom: 15px;
    }

    .ninetheme-loop-item-list-wrapper .ninetheme-block-right {
        display: none;
    }

    .ninetheme-loop-item-list-wrapper .ninetheme-price-cart {
        margin-top: 15px;
    }

    .ninetheme-thumb-wrapper {
        margin-bottom: 0px;
    }
}

@media (max-width: 480px) {
    .ninetheme-block-right {
        flex-wrap: wrap;
    }

    .ninetheme-loop-product-buttons-hover .ninetheme-product-button {
        width: 25px;
        height: 25px;
    }

    .ninetheme-loop-product-buttons-hover .ninetheme-svg-icon {
        max-width: 18px;
        max-height: 18px;
    }

    .ninetheme-cart-hidden {
        margin-top: 5px;
    }

    .ninetheme-btn {
        min-width: auto;
    }

    .ninetheme-label {
        padding: 2px 7px;
        font-size: 8px;
        letter-spacing: 1px;
    }

    .ninetheme-product-name {
        font-size: 14px;
    }

    .ninetheme-loop-item-list-wrapper .ninetheme-product .ninetheme-btn, .ninetheme-product .ninetheme-price {
        font-size: 13px;
    }

    .ninetheme-loop-item-list-wrapper .ninetheme-product-excerpt {
        display: none;
    }

    .ninetheme-loop-item-list-wrapper .ninetheme-price-cart {
        margin-top: 10px;
    }

    .ninetheme-panel-checkout-content-wrapper .ninetheme-checkout-review-order-table .ninetheme-cart-item .product-name {
        max-width: 80px;
        white-space: nowrap;
        overflow: hidden;
        text-overflow: ellipsis;
        text-align: right;
    }

    .ninetheme-single-product-type-stretch .ninetheme-breadcrumbs {
        display: none;
    }
}

.wps-form-row input:not([type="checkbox"]):not([type="radio"]):not([type="submit"]), .wps-form-row textarea {
    width: 100%;
    background-color: rgb(242, 244, 236);
    border: none;
    padding: 15px;
}

input[type="checkbox"], input[type="radio"] {
    margin: 0px 5px 0px 0px;
    line-height: 0;
}

nav.navbar.transparent-white ul.ul-h.nav-menu > li > a {
    text-decoration: none;
}

nav.navbar .container .row > div {
    padding: 0px;
}

body:not(.elementor-page) .nav-menu.nav-social i {
    font-family: FontAwesome;
}

.ninetheme-product-category-type .ninetheme-category-inner {
    height: 100%;
    padding: 20px;
    min-height: 170px;
    text-align: center;
    display: flex;
    align-items: center;
    justify-content: center;
    position: relative;
    box-shadow: rgb(118, 118, 118) 0px -1px 0px 0.5px;
    & -swatch-icon {
        color: var(--icon-css);
        transform: scale(0.7);
        position: relative;
        margin: -5px -2px -5px -4px;
        user-select: none;
        vertical-align: baseline;
        cursor: pointer;
    }
}

.ninetheme-product-category-type .ninetheme-category-inner .ninetheme-category-thumb {
    display: flex;
    width: 100px;
    height: 100px;
    padding: 12px;
    align-items: center;
    justify-content: center;
    background-color: rgb(255, 255, 255);
    border-radius: 100px;
    overflow: hidden;
}

.ninetheme-category-content {
    margin-top: 16px;
}

.ninetheme-category-content .ninetheme-category-title {
    margin: 0px;
    text-transform: uppercase;
    font-size: 12px;
    letter-spacing: 1px;
}

.ninetheme-category-content .ninetheme-category-description {
    margin: 0px;
}

.ninetheme-category-content .ninetheme-category-description {
    margin-top: 10px;
}

.ninetheme-category-content .ninetheme-category-count {
    font-size: 12px;
}

.ninetheme-product-category-type.style-1 .ninetheme-category-inner {
    border: 1px solid var(--ninetheme-gray);
    border-radius: 4px;
    display: flex;
    align-items: center;
    height: 100%;
}

.ninetheme-product-category-type.style-1 .ninetheme-category-inner:hover {
    border-color: var(--ninetheme-primary);
}

.ninetheme-product-category-grid.style-2::before, .ninetheme-product-category-type.style-2 .swiper-container::before {
    border: 1px solid var(--ninetheme-gray);
    border-radius: 4px;
    content: "";
    position: absolute;
    width: 100%;
    height: 100%;
    left: 0px;
}

.ninetheme-product-category-type.style-2 .swiper-slide {
    margin: 0px;
}

.ninetheme-product-category-grid.style-2 .ninetheme-category-inner {
    border-bottom: 1px solid var(--ninetheme-gray);
    height: 100%;
}

.ninetheme-product-category-grid.style-2 .ninetheme-category-item {
    padding: 0px;
}

.ninetheme-product-category-grid.style-2 {
    margin: 0px;
    overflow: hidden;
    border-radius: 4px;
}

.ninetheme-product-category-grid.style-3 .ninetheme-category-inner {
    border: 1px solid var(--ninetheme-gray);
    border-radius: 100%;
    min-width: 200px;
    min-height: 220px;
}

.ninetheme-product-category-slider.style-3 .ninetheme-category-inner {
    border: 1px solid var(--ninetheme-gray);
    border-radius: 100%;
    min-width: 200px;
    min-height: 200px;
    margin-top: 13px;
}

.ninetheme-product-category-type.style-3 .ninetheme-category-inner:hover {
    border-color: var(--ninetheme-red);
}

.ninetheme-product-category-type.style-3 .ninetheme-category-inner a:hover {
    opacity: 1;
}

.ninetheme-product-category-type.style-3 .ninetheme-category-thumb {
    max-width: 100px;
}

.ninetheme-product-category-type.style-3 .ninetheme-category-content .ninetheme-category-count {
    position: absolute;
    top: 0px;
    left: 50%;
    transform: translateX(-50%);
    width: 30px;
    height: 30px;
    border-radius: 30px;
    background-color: var(--ninetheme-yellow);
    color: rgb(255, 255, 255);
    display: flex;
    align-items: center;
    justify-content: center;
}

.ninetheme-product-category-grid.style-3 .ninetheme-category-content .ninetheme-category-count {
    top: -13px;
}

.ninetheme-loop-product .progressbar-wrapper {
    margin-top: 15px;
}

.ninetheme-loop-product .stock-progress {
    height: 8px;
    width: 100%;
    background: var(--ninetheme-gray-soft);
    border-radius: 10px;
    overflow: hidden;
}

.ninetheme-loop-product .stock-progressbar {
    background: var(--ninetheme-red);
    height: 100%;
    min-width: 5%;
}

.ninetheme-loop-product .stock-details {
    display: flex;
    justify-content: space-between;
    line-height: 1;
    margin-top: 10px;
    font-size: 12px;
}

.ninetheme-loop-product .status-value {
    font-weight: 700;
    color: var(--ninetheme-dark);
    font-size: 10px;
    text-transform: uppercase;
}

.ninetheme-loop-product .status-label {
    font-size: 10px;
    text-transform: uppercase;
}

@media (min-width: 992px) {
    .ninetheme-loop-product .stock-details {
        font-size: 14px;
    }
}

.ninetheme-hero-banner-product-slider .banner-details-col, .ninetheme-hero-banner-product-slider .banner-image-col {
    align-items: center;
    display: inline-flex;
    justify-content: flex-start;
}

.ninetheme-hero-banner-product-slider.slick-dotted {
    margin-bottom: 0px;
}

.ninetheme-hero-banner-product-slider .ninetheme-container-xl.container-xl, .ninetheme-hero-banner-product-slider .hero-banner-slide-row {
    height: 100%;
}

.ninetheme-hero-banner-product-slider .banner-details-wrapper > * {
    width: 100%;
}

.ninetheme-hero-banner-product-slider .product-image-wrapper {
    display: flex;
}

.ninetheme-hero-banner-product-slider .hero-banner-slide-row {
    align-items: stretch;
}

.ninetheme-hero-banner-product-slider .hero-banner-slide-item .banner-details-wrapper {
    padding: 30px;
}

.ninetheme-hero-banner-product-slider .slick-dots {
    text-align: center;
    position: absolute;
    bottom: 40px;
    margin: 0px;
}

.ninetheme-hero-banner-product-slider.dots-alingment-center .slick-dots {
    left: 50%;
    transform: translateX(-50%);
}

.ninetheme-hero-banner-product-slider.dots-alingment-left .slick-dots {
    left: 50px;
    right: auto;
    transform: none;
}

.ninetheme-hero-banner-product-slider.dots-alingment-right .slick-dots {
    right: 50px;
    left: auto;
}

.add_to_cart_inline.cart-shortcode .added_to_cart {
    display: none;
}

@media (max-width: 992px) {
    .ninetheme-hero-banner-product-slider .hero-banner-slide-row {
        flex-direction: column-reverse;
    }
}

@media (max-width: 480px) {
    .ninetheme-hero-banner-product-slider .hero-banner-slide-item .banner-details-wrapper {
        padding: 20px 0px;
    }
}

.ninetheme-woo-banner-wrapper {
    position: relative;
    overflow: hidden;
    display: block;
}

.full-height-yes, .full-height-yes .elementor-widget-container, .full-height {
    height: 100%;
}

.ninetheme-woo-banner-wrapper.banner-style-classic .ninetheme-banner-image::before, .ninetheme-woo-banner-wrapper:not(.banner-style-classic)::before {
    content: "";
    background: rgba(57, 57, 58, 0.34);
    z-index: 1;
    transition: 0.15s ease-in-out;
}

.ninetheme-woo-banner-wrapper .ninetheme-banner-link {
    z-index: 3;
}

.ninetheme-woo-banner-wrapper .ninetheme-banner-image {
    display: block;
    padding-top: 75%;
    background-repeat: no-repeat;
    background-size: cover;
    position: relative;
    overflow: hidden;
}

.ninetheme-woo-banner-wrapper.banner-style-card.full-height .ninetheme-banner-image {
    padding-top: 0px;
    height: 100%;
}

.ninetheme-woo-banner-wrapper::before, .ninetheme-woo-banner-wrapper .ninetheme-banner-link, .ninetheme-woo-banner-wrapper .ninetheme-banner-content, .ninetheme-woo-banner-wrapper img {
    position: absolute;
    inset: 0px;
    width: 100%;
    height: 100%;
}

.ninetheme-woo-banner-wrapper img {
    height: auto;
    min-height: 100%;
    object-fit: cover;
    transition: 0.15s ease-in-out;
}

.ninetheme-woo-banner-wrapper:hover img {
    transform: scale(1.2);
}

.ninetheme-woo-banner-wrapper .ninetheme-banner-content {
    padding: 30px;
    z-index: 2;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}

.ninetheme-woo-banner-wrapper:not(.banner-style-classic) .ninetheme-banner-content, .ninetheme-woo-banner-wrapper:not(.banner-style-classic) .ninetheme-banner-title {
    color: var(--ninetheme-light);
}

.ninetheme-woo-banner-wrapper .ninetheme-banner-title {
    margin: 0px;
}

.ninetheme-woo-banner-wrapper .banner-content-item {
    display: block;
    margin: 0px;
    line-height: 1;
}

.ninetheme-woo-banner-wrapper span.ninetheme-banner-button {
    display: inline-block;
    padding: 10px 15px;
    color: var(--ninetheme-light);
    background: var(--ninetheme-dark);
    font-weight: 600;
}

.ninetheme-woo-banner-wrapper .banner-content-item + .banner-content-item {
    margin-top: 15px;
}

.banner-content-item .add_to_cart_inline.cart-shortcode .ninetheme-btn-text {
    margin-right: 1px;
}

.ninetheme-woo-banner-wrapper.banner-style-card-hover .ninetheme-banner-content .banner-content-item {
    opacity: 0;
    transform: translateY(20px);
    transition: 0.15s ease-in-out;
}

.ninetheme-woo-banner-wrapper.banner-style-card-hover:hover .ninetheme-banner-content .banner-content-item + .banner-content-item {
    transition-delay: 0.15s;
}

.ninetheme-woo-banner-wrapper.banner-style-card-hover:hover .ninetheme-banner-content > div > * {
    opacity: 1;
    transform: translateY(0px);
}

.ninetheme-woo-banner-wrapper.banner-style-classic .ninetheme-banner-content {
    position: relative;
}

.ninetheme-woo-banner-wrapper.banner-style-classic .ninetheme-banner-content {
    position: relative;
}

.ninetheme-woo-banner-iframe-container {
    position: relative;
}

.ninetheme-woo-banner-iframe-wrapper {
    height: 100%;
    width: 100%;
    top: 0px;
    left: 0px;
    position: absolute;
    overflow: hidden;
    z-index: 0;
    direction: ltr;
    transition: opacity 1s;
    pointer-events: none;
}

.ninetheme-woo-banner-iframe-wrapper iframe, .ninetheme-woo-banner-iframe-wrapper video {
    position: absolute;
    top: 50%;
    left: 50%;
    height: 110%;
    transform: translate(-50%, -50%);
    max-width: none !important;
}

.shop-cat-banner-template-wrapper {
    position: relative;
    overflow: hidden;
}

.ninetheme-testimonials .slick-list {
    padding: 0px !important;
}

.ninetheme-testimonials .ninetheme-testimonial-content p {
    font-size: 22px;
    line-height: 1.75;
}

.ninetheme-testimonials .ninetheme-testimonial-info .name {
    margin: 0px;
}

.ninetheme-testimonials .ninetheme-testimonial-info img {
    border-radius: 100%;
    display: inline-block;
}

.ninetheme-testimonial-1 .ninetheme-testimonial-content {
    margin-top: 40px;
}

.ninetheme-testimonial-1 {
    text-align: center;
}

.ninetheme-testimonial-1.align-right {
    text-align: right;
}

.ninetheme-testimonial-1.align-left {
    text-align: left;
}

.ninetheme-testimonial-1 .ninetheme-testimonial-info img {
    margin-bottom: 20px;
}

.ninetheme-testimonial-2 .ninetheme-testimonial-avatar, .ninetheme-testimonial-3 .ninetheme-testimonial-avatar {
    margin-right: 30px;
    max-width: 100px;
}

.ninetheme-testimonial-2 .ninetheme-testimonial-content {
    margin-bottom: 40px;
}

.ninetheme-testimonial-2 .ninetheme-testimonial-info, .ninetheme-testimonial-3 .ninetheme-testimonial-info {
    text-align: left;
    width: 100%;
    justify-content: center;
}

.ninetheme-testimonial-2.align-right .ninetheme-testimonial-info.ninetheme-flex, .ninetheme-testimonial-3.align-right .ninetheme-testimonial-info.ninetheme-flex {
    flex-direction: row-reverse;
    justify-content: flex-start;
    text-align: right;
}

.ninetheme-testimonial-2.align-left .ninetheme-testimonial-info.ninetheme-flex, .ninetheme-testimonial-3.align-left .ninetheme-testimonial-info.ninetheme-flex {
    justify-content: flex-start;
}

.ninetheme-testimonial-2.align-right .ninetheme-testimonial-info.ninetheme-flex .ninetheme-testimonial-avatar, .ninetheme-testimonial-3.align-right .ninetheme-testimonial-info.ninetheme-flex .ninetheme-testimonial-avatar {
    margin-right: 0px;
    margin-left: 30px;
}

.ninetheme-testimonial-3 .ninetheme-testimonial-content {
    margin-top: 40px;
}

.swiper-slide > [class^="col-"], .swiper-slide > [class*=" col-"] {
    flex: 0 0 100%;
    max-width: 100%;
    padding: 0px !important;
}

.ninetheme-tab-nav {
    display: flex;
    flex-wrap: wrap;
}

.ninetheme-tab-nav-item {
    color: var(--ninetheme-dark);
    position: relative;
    padding: 8px;
    overflow: hidden;
    cursor: pointer;
    border-radius: 4px;
}

.ninetheme-tab-nav-item.has-icon {
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
}

.ninetheme-tab-nav-item .ninetheme-tab-icon {
    font-size: 24px;
    color: var(--ninetheme-green-soft);
}

.ninetheme-tab-nav-item.has-icon svg {
    width: 15px;
    height: 15px;
    max-width: 15px;
    max-height: 15px;
}

.icon-bottom .ninetheme-tab-icon, .icon-right .ninetheme-tab-icon {
    order: 2;
}

.icon-left .ninetheme-tab-icon {
    margin-right: 5px;
}

.icon-right .ninetheme-tab-icon {
    margin-left: 5px;
}

.ninetheme-tab-nav-item:hover, .ninetheme-tab-nav-item.is-active {
    background-color: var(--e-global-color-178e57e);
    color: var(--e-global-color-12d5431);
}

.ninetheme-tab-nav-item::after {
    display: none;
    content: "";
    width: 0px;
    position: absolute;
    bottom: 0px;
    left: -2px;
    height: 2px;
    background-color: currentcolor;
    transition: width 0.25s;
}

.ninetheme-tab-nav-item:hover::after, .ninetheme-tab-nav-item.is-active::after {
    width: 100%;
    left: 0px;
}

.ninetheme-tab-nav-item:not(:last-child) {
    margin-right: 15px;
}

.ninetheme-tab-page {
    display: none;
    margin-top: 30px;
    position: relative;
}

.ninetheme-tab-page.is-active {
    display: block;
}

.ninetheme-slider-nav.nav-default .swiper-pagination {
    position: relative;
    margin-top: 30px;
}

.ninetheme-elementor-widget .row.style-1 .ninetheme-type-product {
    margin-bottom: 20px;
}

.ninetheme-elementor-widget .row.style-1 {
    margin-bottom: -20px;
}

.ninetheme-tab-nav-mobile-trigger {
    display: none;
    visibility: hidden;
    align-items: center;
    border: 1px solid var(--ninetheme-gray);
    border-radius: 4px;
    padding: 0px 15px;
    min-height: 40px;
    cursor: pointer;
}

.ninetheme-tab-nav-mobile-bars {
    margin-right: 7px;
    display: flex;
    flex-direction: column;
}

.ninetheme-tab-nav-mobile-bars .bar {
    display: block;
    width: 18px;
    height: 2px;
    background-color: var(--ninetheme-dark);
    border-radius: 2px;
}

.ninetheme-tab-nav-mobile-bars .bar:nth-child(2) {
    width: 14px;
}

.ninetheme-tab-nav-mobile-bars .bar + .bar {
    margin-top: 3px;
}

@media (max-width: 768px) {
    .ninetheme-tab-page:not(.is-active) {
        display: none;
    }

    .ninetheme-tab-nav .ninetheme-tab-nav-item {
        margin: 0px 10px 10px 0px;
        padding-bottom: 5px;
    }
}

@media (max-width: 576px) {
    .ninetheme-tab-nav-mobile-trigger {
        display: flex;
        visibility: visible;
    }

    .ninetheme-wc-tab-slider.ninetheme-swiper-slider-wrapper.nav-type-both .ninetheme-tab-nav-inner {
        flex-direction: row;
        position: relative;
    }

    .ninetheme-tab-nav {
        display: none;
        flex-direction: column;
        position: absolute;
        top: calc(100% + 1px);
        left: 0px;
        background-image: initial;
        background-position: initial;
        background-size: initial;
        background-repeat: initial;
        background-attachment: initial;
        background-origin: initial;
        background-clip: initial;
        z-index: 99;
        padding: 15px;
        border-radius: 5px;
        border: 1px solid var(--ninetheme-gray);
        background-color: var(--ninetheme-light);
        box-shadow: rgba(0, 0, 0, 0.3) -2px 2px 45px -20px;
    }

    .ninetheme-tab-nav .ninetheme-tab-nav-item.has-icon, .ninetheme-tab-nav .ninetheme-tab-nav-item:not(.has-icon) {
        margin: 0px;
        padding-bottom: 0px;
        display: flex;
        flex-direction: column;
    }

    .ninetheme-tab-nav .ninetheme-tab-nav-item:not(.has-icon) {
        padding-bottom: 5px;
    }

    .ninetheme-tab-nav-item::after {
        content: none;
    }
}

form#commentform {
    display: flex;
    flex-flow: wrap;
    margin-right: -10px;
    margin-left: -10px;
}

.comment-form .comment-notes, .comment-form .comment-form-comment, .comment-form .form-submit, .comment-form .comment-form-rating, .comment-form .comment-form-cookies-consent, .comment-form .comment-form-images {
    flex-basis: 100%;
    max-width: 100%;
    width: 100%;
}

.comment-form > div, .comment-form > p {
    flex: 1 1 220px;
    padding-right: 10px;
    padding-left: 10px;
}

.comment-form input:not(.btn):not([type="checkbox"]) {
    margin-bottom: 0px;
    border-radius: 5px;
}

p.comment-form-cookies-consent {
    display: flex;
    align-items: flex-start;
}

.post--data p.comment-form-cookies-consent {
    align-items: center;
    margin-top: 0px;
}

.post--data .comment-form-comment {
    margin: 0px;
}

.post--data #respond p.form-submit {
    margin: 0px;
}

p.comment-form-cookies-consent input#wp-comment-cookies-consent {
    margin-right: 10px;
}

p.comment-form-cookies-consent label {
    width: auto;
    margin: 0px;
    line-height: 1;
}

.comment-form input#submit {
    width: auto;
    line-height: 1;
    min-width: 150px;
    border: 0px;
}

#nt-single .blog-post-meta {
    margin: 30px 0px 20px;
}

button[aria-label][data-balloon-pos] {
    overflow: visible;
}

[aria-label][data-balloon-pos] {
    position: relative;
    cursor: pointer;
}

[aria-label][data-balloon-pos]::after {
    opacity: 0;
    pointer-events: none;
    transition: 0.18s ease-out 0.18s;
    text-indent: 0px;
    font-weight: normal;
    font-style: normal;
    text-shadow: none;
    font-size: 12px;
    background: rgba(16, 16, 16, 0.95);
    color: var(--ninetheme-light);
    border-radius: 4px;
    content: attr(aria-label);
    padding: 0.5em 1em;
    position: absolute;
    white-space: nowrap;
    z-index: 10;
}

[aria-label][data-balloon-pos]::before {
    width: 0px;
    height: 0px;
    border-width: 5px;
    border-style: solid;
    border-color: rgba(16, 16, 16, 0.95) transparent transparent;
    border-image: initial;
    opacity: 0;
    pointer-events: none;
    transition: 0.18s ease-out 0.18s;
    content: "";
    position: absolute;
    z-index: 10;
}

[aria-label][data-balloon-pos]:hover::before, [aria-label][data-balloon-pos]:hover::after, [aria-label][data-balloon-pos][data-balloon-visible]::before, [aria-label][data-balloon-pos][data-balloon-visible]::after, [aria-label][data-balloon-pos]:not([data-balloon-nofocus]):focus::before, [aria-label][data-balloon-pos]:not([data-balloon-nofocus]):focus::after {
    opacity: 1;
    pointer-events: none;
}

[aria-label][data-balloon-pos].font-awesome::after {
    font-family: FontAwesome, -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, sans-serif, Oxygen, Ubuntu, Cantarell, "Open Sans", "Helvetica Neue", sans-serif;
}

[aria-label][data-balloon-pos][data-balloon-break]::after {
    white-space: pre;
}

[aria-label][data-balloon-pos][data-balloon-break][data-balloon-length]::after {
    white-space: pre-line;
    word-break: break-word;
}

[aria-label][data-balloon-pos][data-balloon-blunt]::before, [aria-label][data-balloon-pos][data-balloon-blunt]::after {
    transition: none;
}

[aria-label][data-balloon-pos][data-balloon-pos="up"]:hover::after, [aria-label][data-balloon-pos][data-balloon-pos="up"][data-balloon-visible]::after, [aria-label][data-balloon-pos][data-balloon-pos="down"]:hover::after, [aria-label][data-balloon-pos][data-balloon-pos="down"][data-balloon-visible]::after {
    transform: translate(-50%, 0px);
}

[aria-label][data-balloon-pos][data-balloon-pos="up"]:hover::before, [aria-label][data-balloon-pos][data-balloon-pos="up"][data-balloon-visible]::before, [aria-label][data-balloon-pos][data-balloon-pos="down"]:hover::before, [aria-label][data-balloon-pos][data-balloon-pos="down"][data-balloon-visible]::before {
    transform: translate(-50%, 0px);
}

[aria-label][data-balloon-pos][data-balloon-pos*="-left"]::after {
    left: 0px;
}

[aria-label][data-balloon-pos][data-balloon-pos*="-left"]::before {
    left: 5px;
}

[aria-label][data-balloon-pos][data-balloon-pos*="-right"]::after {
    right: 0px;
}

[aria-label][data-balloon-pos][data-balloon-pos*="-right"]::before {
    right: 5px;
}

[aria-label][data-balloon-pos][data-balloon-pos*="-left"]:hover::after, [aria-label][data-balloon-pos][data-balloon-pos*="-left"][data-balloon-visible]::after, [aria-label][data-balloon-pos][data-balloon-pos*="-right"]:hover::after, [aria-label][data-balloon-pos][data-balloon-pos*="-right"][data-balloon-visible]::after {
    transform: translate(0px, 0px);
}

[aria-label][data-balloon-pos][data-balloon-pos*="-left"]:hover::before, [aria-label][data-balloon-pos][data-balloon-pos*="-left"][data-balloon-visible]::before, [aria-label][data-balloon-pos][data-balloon-pos*="-right"]:hover::before, [aria-label][data-balloon-pos][data-balloon-pos*="-right"][data-balloon-visible]::before {
    transform: translate(0px, 0px);
}

[aria-label][data-balloon-pos][data-balloon-pos^="up"]::before, [aria-label][data-balloon-pos][data-balloon-pos^="up"]::after {
    bottom: 100%;
    transform-origin: center top;
    transform: translate(0, var(--balloon-move));
}

[aria-label][data-balloon-pos][data-balloon-pos^="up"]::after {
    margin-bottom: 10px;
}

[aria-label][data-balloon-pos][data-balloon-pos="up"]::before, [aria-label][data-balloon-pos][data-balloon-pos="up"]::after {
    left: 50%;
    transform: translate(-50%, var(--balloon-move));
}

[aria-label][data-balloon-pos][data-balloon-pos^="down"]::before, [aria-label][data-balloon-pos][data-balloon-pos^="down"]::after {
    top: 100%;
    transform: translate(0, calc(var(--balloon-move) * -1));
}

[aria-label][data-balloon-pos][data-balloon-pos^="down"]::after {
    margin-top: 10px;
}

[aria-label][data-balloon-pos][data-balloon-pos^="down"]::before {
    width: 0px;
    height: 0px;
    border-width: 5px;
    border-style: solid;
    border-color: transparent transparent rgba(16, 16, 16, 0.95);
    border-image: initial;
}

[aria-label][data-balloon-pos][data-balloon-pos="down"]::after, [aria-label][data-balloon-pos][data-balloon-pos="down"]::before {
    left: 50%;
    transform: translate(-50%, calc(var(--balloon-move) * -1));
}

[aria-label][data-balloon-pos][data-balloon-pos="left"]:hover::after, [aria-label][data-balloon-pos][data-balloon-pos="left"][data-balloon-visible]::after, [aria-label][data-balloon-pos][data-balloon-pos="right"]:hover::after, [aria-label][data-balloon-pos][data-balloon-pos="right"][data-balloon-visible]::after {
    transform: translate(0px, -50%);
}

[aria-label][data-balloon-pos][data-balloon-pos="left"]:hover::before, [aria-label][data-balloon-pos][data-balloon-pos="left"][data-balloon-visible]::before, [aria-label][data-balloon-pos][data-balloon-pos="right"]:hover::before, [aria-label][data-balloon-pos][data-balloon-pos="right"][data-balloon-visible]::before {
    transform: translate(0px, -50%);
}

[aria-label][data-balloon-pos][data-balloon-pos="left"]::after, [aria-label][data-balloon-pos][data-balloon-pos="left"]::before {
    right: 100%;
    top: 50%;
    transform: translate(var(--balloon-move), -50%);
}

[aria-label][data-balloon-pos][data-balloon-pos="left"]::after {
    margin-right: 10px;
}

[aria-label][data-balloon-pos][data-balloon-pos="left"]::before {
    width: 0px;
    height: 0px;
    border-width: 5px;
    border-style: solid;
    border-color: transparent transparent transparent rgba(16, 16, 16, 0.95);
    border-image: initial;
}

[aria-label][data-balloon-pos][data-balloon-pos="right"]::after, [aria-label][data-balloon-pos][data-balloon-pos="right"]::before {
    left: 100%;
    top: 50%;
    transform: translate(calc(var(--balloon-move) * -1), -50%);
}

[aria-label][data-balloon-pos][data-balloon-pos="right"]::after {
    margin-left: 10px;
}

[aria-label][data-balloon-pos][data-balloon-pos="right"]::before {
    width: 0px;
    height: 0px;
    border-width: 5px;
    border-style: solid;
    border-color: transparent rgba(16, 16, 16, 0.95) transparent transparent;
    border-image: initial;
}

[aria-label][data-balloon-pos][data-balloon-length]::after {
    white-space: normal;
}

[aria-label][data-balloon-pos][data-balloon-length="small"]::after {
    width: 80px;
}

[aria-label][data-balloon-pos][data-balloon-length="medium"]::after {
    width: 150px;
}

[aria-label][data-balloon-pos][data-balloon-length="large"]::after {
    width: 260px;
}

[aria-label][data-balloon-pos][data-balloon-length="xlarge"]::after {
    width: 380px;
}

@media screen and (max-width: 768px) {
    [aria-label][data-balloon-pos][data-balloon-length="xlarge"]::after {
        width: 90vw;
    }
}

[aria-label][data-balloon-pos][data-balloon-length="fit"]::after {
    width: 100%;
}

.ninetheme-pointer-wrapper {
    position: relative;
    overflow: hidden;
    min-height: 500px;
}

.ninetheme-pointer-wrapper .ninetheme-pointer {
    position: absolute;
    width: 30px;
    height: 30px;
    border-radius: 30px;
    top: 50%;
    left: 50%;
    background-color: var(--ninetheme-dark);
    color: var(--ninetheme-light);
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 12px;
    cursor: pointer;
    transition: 0.15s linear;
}

.ninetheme-pointer-wrapper .ninetheme-pointer.has-pulse::before {
    content: "";
    width: 46px;
    height: 46px;
    position: absolute;
    top: -8px;
    left: -8px;
    border-width: 2px;
    border-style: solid;
    border-image: initial;
    border-radius: 100%;
    animation: 1.5s ease 0s infinite normal none running doublePulse;
    z-index: 0;
    border-color: var(--ninetheme-dark);
}

.tooltipster-base .ninetheme-product:not(.row) {
    margin-bottom: 0px;
}

.tooltipster-base a:hover {
    opacity: 1;
}

.tooltipster-base .ninetheme-btn-small {
    padding: 0px;
}

.tooltipster-sidetip.tooltipster-base .tooltipster-content {
    color: inherit;
    line-height: inherit;
    padding: 20px;
}

@-webkit-keyframes doublePulse {
    0% {
        transform: scale(0.6);
        opacity: 1;
    }

    100% {
        transform: scale(1);
        opacity: 0;
    }
}

@keyframes doublePulse {
    0% {
        transform: scale(0.6);
        opacity: 1;
    }

    100% {
        transform: scale(1);
        opacity: 0;
    }
}

.ninetheme-swiper-theme-style.nav-type-both .ninetheme-slider-title-wrapper.nav-top {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-bottom: 30px;
}

.ninetheme-swiper-theme-style .ninetheme-slider-nav-title {
    margin-bottom: 0px;
    margin-right: 40px;
}

.ninetheme-swiper-theme-style .ninetheme-slider-nav-title b {
    color: rgb(237, 98, 3);
    font-family: Roboto, sans-serif;
    font-weight: 700;
    font-size: 24px;
    line-height: 36px;
    text-align: center;
}

.ninetheme-swiper-theme-style .ninetheme-slider-nav-title span.widget-inner-title {
    font-size: 12px;
    color: var(--ninetheme-text);
    font-weight: 400;
    margin-left: 10px;
}

.ninetheme-swiper-theme-style .ninetheme-slider-nav-title span.ninetheme-slider-title-with-timer {
    font-size: inherit;
    color: inherit;
    font-weight: inherit;
    margin-left: inherit;
}

.ninetheme-swiper-theme-style .ninetheme-slider-nav-title.has-timer {
    display: flex;
    align-items: center;
}

.ninetheme-swiper-theme-style .ninetheme-slider-title-with-timer {
    margin-right: 20px;
}

.ninetheme-swiper-theme-style .has-timer .ninetheme-coming-time .time-count {
    font-size: inherit;
    line-height: inherit;
}

.ninetheme-swiper-theme-style .has-timer .ninetheme-coming-time.separator-none .time-count {
    font-size: 12px;
    line-height: 1;
    padding: 5px 10px;
    background-color: var(--ninetheme-yellow);
    color: var(--ninetheme-light);
    border-radius: 4px;
}

.ninetheme-swiper-theme-style .has-timer .ninetheme-coming-time.separator-none > .time-count:last-child {
    background-color: var(--ninetheme-red);
    color: var(--ninetheme-light);
}

.ninetheme-swiper-theme-style .has-timer .ninetheme-coming-time.separator-none > .time-count + .time-count {
    margin-left: 5px;
}

.ninetheme-swiper-theme-style .has-timer .ninetheme-coming-time.separator-none > .time-count + .time-count::before {
    content: none;
}

.ninetheme-swiper-slider-wrapper.nav-type-both .ninetheme-slider-nav, .ninetheme-swiper-theme-style.nav-type-both .ninetheme-slider-nav {
    display: flex;
    align-items: center;
    justify-content: flex-end;
}

.ninetheme-swiper-slider-wrapper.nav-type-both .ninetheme-tab-nav-inner, .ninetheme-swiper-theme-style.nav-type-both .ninetheme-slider-nav.nav-top {
    margin-bottom: 30px;
}

.ninetheme-swiper-slider-wrapper.nav-type-both .ninetheme-slider-nav.nav-bottom, .ninetheme-swiper-theme-style.nav-type-both .ninetheme-slider-nav.nav-bottom {
    margin-top: 30px;
}

.ninetheme-swiper-theme-style.nav-type-both .swiper-pagination-bullets {
    width: auto;
    margin: 0px 15px;
}

.ninetheme-swiper-slider-wrapper.nav-type-both .swiper-button-prev, .ninetheme-swiper-slider-wrapper.nav-type-both .swiper-button-next, .ninetheme-swiper-theme-style.nav-type-both .swiper-button-prev, .ninetheme-swiper-theme-style.nav-type-both .swiper-button-next {
    border: none;
    color: var(--ninetheme-text-soft);
    position: relative;
    inset: auto;
    margin: 0px;
    transform: none;
    opacity: 1;
    background: var(--ninetheme-gray-soft);
    width: 36px;
    height: 36px;
    border-radius: 4px;
}

.ninetheme-swiper-slider-wrapper.nav-type-both .swiper-button-prev:hover, .ninetheme-swiper-slider-wrapper.nav-type-both .swiper-button-next:hover, .ninetheme-swiper-theme-style.nav-type-both .swiper-button-prev:hover, .ninetheme-swiper-theme-style.nav-type-both .swiper-button-next:hover {
    background-color: var(--ninetheme-primary);
    color: var(--ninetheme-light);
}

.ninetheme-swiper-slider-wrapper.nav-type-both:hover .swiper-button-prev, .ninetheme-swiper-slider-wrapper.nav-type-both:hover .swiper-button-next {
    left: auto;
    right: auto;
    transform: none;
}

.dots-none .theme-swiper-btn + .theme-swiper-btn, .ninetheme-swiper-theme-style .theme-swiper-btn + .theme-swiper-btn {
    margin-left: 5px;
}

.ninetheme-swiper-slider-wrapper.nav-type-both .ninetheme-tab-nav-inner {
    display: flex;
    align-items: center;
    justify-content: space-between;
    flex-wrap: wrap;
}

.ninetheme-swiper-slider-wrapper.nav-type-both .swiper-button-prev::after, .ninetheme-swiper-slider-wrapper.nav-type-both .swiper-button-next::after {
    font-size: 8px;
    width: auto;
    height: auto;
    font-weight: bold;
}

.ninetheme-swiper-slider-wrapper.nav-type-both .swiper-pagination {
    position: relative;
    top: auto;
    bottom: auto;
    width: auto;
    margin: 0px 15px;
}

.ninetheme-slider-nav.nav-default:not(.is-active), .ninetheme-swiper-slider-wrapper.nav-type-both .ninetheme-slider-nav:not(.is-active) {
    display: none;
}

@media only screen and (max-width: 600px) {
    .has-sticky-header.scroll-start .ninetheme-header-mobile, .has-sticky-header.scroll-start .ninetheme-header-mobile-top {
        top: 0px;
    }

    .has-sticky-header.scroll-start .ninetheme-header-mobile {
        height: 100%;
    }
}

@media (max-width: 576px) {
    .ninetheme-swiper-slider-wrapper.nav-type-both .ninetheme-tab-nav-inner, .ninetheme-swiper-theme-style.nav-type-both .ninetheme-slider-title-wrapper.nav-top {
        flex-direction: column;
    }

    .ninetheme-swiper-theme-style.nav-type-both.dots-none .ninetheme-slider-title-wrapper.nav-top {
        flex-direction: row;
        margin-bottom: 15px;
    }

    .ninetheme-swiper-theme-style.nav-type-both.dots-none .ninetheme-slider-nav-title + .ninetheme-slider-nav {
        margin-top: 0px;
    }

    .ninetheme-swiper-theme-style.nav-type-both .ninetheme-slider-nav-title {
        margin: 0px;
    }

    .ninetheme-swiper-theme-style.nav-type-both .ninetheme-slider-title-wrapper.nav-top.has-timer {
        align-items: flex-end;
    }

    .ninetheme-swiper-theme-style.nav-type-both .ninetheme-slider-nav-title.has-timer {
        margin: 0px;
        flex-direction: column;
        text-align: left;
        align-items: flex-start;
    }

    .ninetheme-blog-post-meta .ninetheme-post-author, .ninetheme-blog-post-meta .ninetheme-post-date {
        margin-right: 15px;
    }
}

@media only screen and (max-width: 490px) {
    .ninetheme-header-mobile-content .ninetheme-header-slide-menu {
        padding: 20px 35px;
    }

    li.sliding-menu-inner {
        max-height: 300px;
    }

    .ninetheme-sidemenu-lang-switcher li.sliding-menu-inner {
        max-height: 100px;
    }

    .ninetheme-sidemenu-lang-switcher {
        margin-top: 20px;
    }

    .ninetheme-sidemenu-copyright {
        bottom: 20px;
        width: calc(100% - 50px);
    }

    .ninetheme-header-mobile.has-bar {
        flex-direction: column;
        width: 100%;
    }

    .ninetheme-panel-close {
        margin-bottom: 0px;
    }

    .ninetheme-header-mobile-sidebar {
        flex-direction: row;
        justify-content: space-between;
        height: 70px;
        padding: 0px 25px;
        align-items: center;
        position: relative;
        z-index: 1;
    }

    .ninetheme-mfp-close, .ninetheme-filter-close, .ninetheme-panel-close-button {
        border-width: 8px;
        width: 35px;
        height: 35px;
        padding: 0px;
    }

    .ninetheme-header-mobile-sidebar-top {
        display: flex;
        justify-content: space-between;
        align-items: center;
        width: 100%;
    }

    .action-content {
        padding: 25px;
    }

    .ninetheme-header-mobile-sidebar-inner {
        align-items: flex-end;
        flex: 1 1 0%;
    }

    .sidebar-top-action .top-action-btn {
        margin: 0px;
    }

    .sidebar-top-action {
        display: flex;
        flex: 0 0 90%;
        width: 90%;
        justify-content: flex-end;
        align-items: center;
        flex-direction: row;
        margin-top: 4px;
        gap: 25px;
    }

    .sidebar-top-action .top-action-btn {
        height: 35px;
        width: 35px;
    }

    .top-action-btn .ninetheme-wc-count {
        width: 18px;
        height: 18px;
        left: 25px;
        top: auto;
        bottom: 0px;
        font-size: 9px;
        z-index: 1;
    }

    .ninetheme-header-mobile .ninetheme-header-mobile-sidebar svg {
        max-width: 20px;
        max-height: 20px;
    }

    .top-action-btn[data-name="menu"] {
        flex: 0 0 20%;
        width: 20%;
        text-align: left;
    }

    .ninetheme-header-mobile-sidebar-bottom {
        position: absolute;
        top: 70px;
        background: var(--ninetheme-gray-soft);
        width: 100%;
        left: 0px;
        padding: 10px;
        opacity: 0;
        visibility: hidden;
        border-top: 1px solid var(--ninetheme-gray);
        transform: translateX(-150%);
        will-change: transform;
    }

    .ninetheme-header-mobile-sidebar-bottom.active {
        opacity: 1;
        visibility: visible;
        transform: translateX(0%);
        transition: opacity 0.75s, transform 0.75s;
    }

    .sidebar-bottom-socials a {
        margin: 0px 10px;
    }

    .sidebar-top-action .share {
        display: flex;
    }

    .ninetheme-header-mobile .ninetheme-header-mobile-sidebar-logo {
        display: none;
    }

    .sidebar-bottom-socials {
        flex-direction: row;
        margin-top: 0px;
        justify-content: center;
    }

    .sidebar-bottom-socials i {
        font-size: 18px;
    }

    .cart-empty-actions .ninetheme-btn {
        margin-bottom: 10px;
    }

    .category-area .cat-count {
        top: 0px;
        left: 10px;
        width: 16px;
        height: 16px;
        font-size: 10px;
    }

    .ninetheme-loop-product-buttons-mobile.ninetheme-mini-icon, .ninetheme-product-type-8 .ninetheme-loop-product-buttons-hover {
        padding: 5px;
    }

    .ninetheme-loop-product-buttons-mobile .ninetheme-product-button, .ninetheme-product-type-7 .ninetheme-loop-product-buttons-static .ninetheme-product-button {
        width: 25px;
        height: 25px;
    }

    .ninetheme-product-type-8 .ninetheme-product-button .ninetheme-svg-icon {
        max-width: 15px;
        max-height: 15px;
    }
}

.copyright-text {
    color: var(--ninetheme-light);
}

.copyright-text a {
    color: var(--ninetheme-light);
    text-decoration: underline;
}

.ninetheme-team-image-wraper, .ninetheme-team-item-inner {
    position: relative;
    overflow: hidden;
}

.ninetheme-team-item .ninetheme-team-item-inner img {
    transition: 0.15s ease-in-out;
}

.ninetheme-team-item:hover .ninetheme-team-item-inner img {
    transform: scale(1.1);
}

.ninetheme-team-item.box-type-card .ninetheme-team-details, .ninetheme-team-item.content-show-hover .ninetheme-team-details {
    position: absolute;
    bottom: 15px;
    left: 15px;
    width: calc(100% - 30px);
    padding: 20px;
    opacity: 0;
    transition: opacity 0.25s, transform 0.25s;
    z-index: 2;
}

.ninetheme-team-item.box-type-card.content-show-always .ninetheme-team-details {
    opacity: 1;
}

.ninetheme-team-item.box-type-classic.content-show-always .ninetheme-team-details {
    margin-top: 15px;
}

.content-show-hover.box-type-classic .ninetheme-team-details {
    transform: translateY(100%);
    background: var(--ninetheme-light);
    padding: 20px;
}

.ninetheme-team-item.content-show-hover:hover .ninetheme-team-details {
    opacity: 1;
}

.ninetheme-team-item.box-type-card .ninetheme-team-details .ninetheme-team-subtitle, .ninetheme-team-item.box-type-card .ninetheme-team-details .ninetheme-team-title, .ninetheme-team-item.box-type-card .ninetheme-team-details .ninetheme-team-description, .ninetheme-team-item.box-type-card .ninetheme-team-details .ninetheme-team-link {
    color: var(--ninetheme-light);
}

.ninetheme-team-item.content-show-hover.box-type-classic:hover .ninetheme-team-details {
    transform: translateY(0%);
}

.ninetheme-team-details .ninetheme-team-title {
    margin-bottom: 10px;
}

.ninetheme-team-item.box-type-card .ninetheme-team-item-inner {
    display: block;
    padding-top: 100%;
}

.ninetheme-team-item.box-type-card .ninetheme-team-item-inner img {
    position: absolute;
    inset: 0px;
    width: 100%;
    height: 100%;
    min-height: 100%;
    object-fit: cover;
    transition: 0.15s ease-in-out;
}

.ninetheme-team-item.box-type-card .ninetheme-team-item-inner::before {
    content: "";
    position: absolute;
    top: 0px;
    left: 0px;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.3);
    z-index: 1;
}

.ninetheme-gallery-wrapper .ninetheme-gallery-filtering {
    text-align: center;
    margin-bottom: 20px;
    padding: 0px;
}

.ninetheme-gallery-wrapper .ninetheme-gallery-filtering span {
    font-weight: 500;
    cursor: pointer;
    position: relative;
}

.ninetheme-gallery-wrapper .ninetheme-gallery-filtering span:not(:first-child) {
    padding-left: 40px;
}

.ninetheme-gallery-wrapper .ninetheme-gallery-filtering span.active {
    color: var(--ninetheme-green);
}

.ninetheme-gallery-wrapper .ninetheme-gallery-filtering span:not(:first-child)::before {
    content: "";
    width: 7px;
    height: 7px;
    background: rgb(238, 238, 238);
    border-radius: 50%;
    position: absolute;
    left: calc(17px);
    top: 40%;
}

.ninetheme-gallery-wrapper .ninetheme-gallery-items {
    margin: 0px -15px;
}

.ninetheme-gallery-wrapper .ninetheme-gallery-item {
    overflow: hidden;
    position: relative;
    padding: 0px 15px;
    margin-bottom: 30px;
    width: 33.3333%;
}

.ninetheme-gallery-wrapper .ninetheme-gallery-item-inner {
    border-radius: 5px;
    overflow: hidden;
    position: relative;
}

.ninetheme-gallery-wrapper .ninetheme-gallery-item-overlay {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0px;
    left: 0px;
    background: var(--ninetheme-light);
    z-index: 1;
    transform: translate3d(0px, 0px, 0px);
    transition: 1s cubic-bezier(1, 0, 0.55, 1);
}

.ninetheme-gallery-wrapper .ninetheme-gallery-item-overlay.animated {
    transform: translate3d(100%, 0px, 0px);
}

.ninetheme-gallery-wrapper .ninetheme-gallery-item-inner > a {
    display: block;
}

.ninetheme-gallery-wrapper .ninetheme-gallery-item-inner img {
    transition: 0.5s;
}

.ninetheme-gallery-wrapper .ninetheme-gallery-item-inner .ninetheme-gallery-item-info-wrapper {
    position: absolute;
    top: 0px;
    left: 0px;
    width: 100%;
    height: 100%;
    background: rgba(38, 38, 40, 0.5);
    text-align: center;
    transition: 0.5s;
    opacity: 0;
    visibility: hidden;
    display: flex;
    -webkit-box-align: center;
    align-items: center;
}

.ninetheme-gallery-wrapper .ninetheme-gallery-item-inner:hover .ninetheme-gallery-item-info-wrapper {
    opacity: 1;
    visibility: visible;
}

.ninetheme-gallery-wrapper .ninetheme-gallery-item-inner .ninetheme-gallery-item-info {
    opacity: 0;
    padding: 0px 15px;
}

.ninetheme-gallery-wrapper .ninetheme-gallery-item-inner:hover .ninetheme-gallery-item-info {
    opacity: 1;
}

.ninetheme-gallery-wrapper .ninetheme-gallery-item-inner .ninetheme-gallery-item-title {
    font-weight: 600;
    text-transform: lowercase;
}

.ninetheme-gallery-wrapper .ninetheme-gallery-item-inner .ninetheme-gallery-item-info, .ninetheme-gallery-wrapper .ninetheme-gallery-item-inner .ninetheme-gallery-item-title {
    color: var(--ninetheme-light);
}

.ninetheme-gallery-slider .ninetheme-gallery-post-item-inner {
    position: relative;
    border-radius: 3px;
    overflow: hidden;
    transition: 0.8s;
    box-shadow: rgba(0, 0, 0, 0.3) 0px 40px 30px -40px;
}

.ninetheme-gallery-slider .ninetheme-gallery-post-item.image-type-bg .ninetheme-gallery-post-item-inner {
    background-size: cover;
    background-position: center center;
    background-repeat: no-repeat;
    min-height: 450px;
}

.ninetheme-gallery-slider .ninetheme-gallery-post-item-inner::after {
    content: "";
    position: absolute;
    top: 0px;
    left: 0px;
    width: 100%;
    height: 100%;
    background: linear-gradient(to top, rgba(0, 0, 0, 0.7), transparent);
    opacity: 0;
    transition: 0.5s;
}

.ninetheme-gallery-slider .swiper-slide-active .ninetheme-gallery-post-item-inner::after {
    opacity: 1;
}

.ninetheme-gallery-slider .ninetheme-gallery-post-content {
    z-index: 1;
    position: absolute;
    bottom: 0px;
    width: 100%;
    height: 100%;
    padding: 30px;
    align-content: center;
}

.ninetheme-gallery-slider .ninetheme-gallery-post-content .ninetheme-gallery-post-category {
    font-size: 12px;
    font-weight: 500;
    text-transform: uppercase;
    letter-spacing: 1px;
    margin-bottom: 10px;
    opacity: 0;
    visibility: hidden;
    transform: translateY(-20px);
    display: block;
}

.ninetheme-gallery-slider .ninetheme-gallery-post-content .ninetheme-gallery-post-title {
    font-weight: 700;
}

.ninetheme-gallery-slider .ninetheme-gallery-post-content .ninetheme-gallery-post-title, .ninetheme-gallery-slider .ninetheme-gallery-post-content .ninetheme-gallery-post-excerpt, .ninetheme-gallery-slider .ninetheme-gallery-post-content .ninetheme-gallery-post-category {
    color: var(--ninetheme-light);
}

.ninetheme-gallery-slider .ninetheme-gallery-post-content .ninetheme-gallery-post-title a:hover {
    color: var(--ninetheme-light);
}

.ninetheme-gallery-slider .ninetheme-gallery-post-content .ninetheme-gallery-post-title, .ninetheme-gallery-slider .ninetheme-gallery-post-content .ninetheme-gallery-post-excerpt {
    opacity: 0;
    visibility: hidden;
    transform: translateY(20px);
    margin-bottom: 5px;
}

.ninetheme-gallery-slider .swiper-slide-active .ninetheme-gallery-post-content .ninetheme-gallery-post-category, .ninetheme-gallery-slider .swiper-slide-active .ninetheme-gallery-post-content .ninetheme-gallery-post-title, .ninetheme-gallery-slider .swiper-slide-active .ninetheme-gallery-post-content .ninetheme-gallery-post-excerpt {
    transition: 0.7s 0.5s;
}

.ninetheme-gallery-slider .swiper-slide-active .ninetheme-gallery-post-content .ninetheme-gallery-post-excerpt {
    transition-delay: 0.7s;
}

.ninetheme-gallery-slider .swiper-slide-active .ninetheme-gallery-post-content .ninetheme-gallery-post-category, .ninetheme-gallery-slider .swiper-slide-active .ninetheme-gallery-post-content .ninetheme-gallery-post-title, .ninetheme-gallery-slider .swiper-slide-active .ninetheme-gallery-post-content .ninetheme-gallery-post-excerpt {
    opacity: 1;
    visibility: visible;
    transform: translateY(0px);
    margin-bottom: 5px;
}

.ninetheme-bottom-mobile-nav {
    position: fixed;
    -webkit-box-align: center;
    align-items: center;
    width: 100%;
    height: 4rem;
    bottom: 0px;
    left: 0px;
    background-color: var(--ninetheme-light);
    box-shadow: rgba(0, 0, 0, 0.3) -2px 2px 45px -20px;
    z-index: 101;
    padding-top: 5px;
    will-change: transform;
    transition: opacity 0.25s, transform 0.25s;
}

.ninetheme-bottom-mobile-nav, .ninetheme-overlay-open .ninetheme-bottom-mobile-nav.show-allways, .ninetheme-overlay-open .ninetheme-bottom-mobile-nav.show-onscroll, body:not(.scroll-start) .ninetheme-bottom-mobile-nav.show-onscroll {
    transform: translateY(100%);
    opacity: 0;
}

.ninetheme-bottom-mobile-nav .ninetheme-mobile-nav-wrapper {
    width: 100%;
    padding-left: 20px;
    padding-right: 20px;
}

.ninetheme-bottom-mobile-nav .ninetheme-mobile-nav-wrapper > ul {
    display: flex;
    -webkit-box-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    justify-content: space-between;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    flex-flow: wrap;
    margin: 0px;
    padding: 0px;
    list-style: none;
}

.ninetheme-bottom-mobile-nav .menu-item a {
    position: relative;
    display: inline-flex;
    -webkit-box-align: center;
    align-items: center;
    -webkit-box-pack: center;
    justify-content: center;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    flex-direction: column;
    text-decoration: none;
    color: var(--ninetheme-gray-dark);
}

.ninetheme-bottom-mobile-nav .menu-item svg {
    max-width: 22px;
    max-height: 22px;
}

.ninetheme-bottom-mobile-nav .menu-item i {
    font-size: 20px;
}

.ninetheme-bottom-mobile-nav .menu-item a, .ninetheme-bottom-mobile-nav .menu-item a span {
    font-size: 12px;
}

.ninetheme-bottom-mobile-nav .menu-item a span.ninetheme-wc-count, .ninetheme-bottom-mobile-nav .ninetheme-wc-count {
    width: 18px;
    height: 18px;
    left: -17px;
    top: 2px;
    font-size: 9px;
}

.ninetheme-bottom-mobile-nav .counter-right a span.ninetheme-wc-count {
    left: auto;
    right: -17px;
}

@media screen and (max-width: 1280px) {
    .ninetheme-bottom-mobile-nav.active, .ninetheme-bottom-mobile-nav.show-allways, .scroll-start .ninetheme-bottom-mobile-nav.show-onscroll {
        display: flex;
        transform: translateY(0px);
        opacity: 1;
    }

    .has-bottom-mobile-nav .scroll-to-top {
        right: 15px;
        bottom: 61px;
    }

    .has-bottom-mobile-nav .ninetheme-product-bottom-popup-cart.active:not(.relative) {
        bottom: 64px;
    }

    body.bottom-popup-cart-active.has-bottom-mobile-nav .scroll-to-top {
        bottom: 150px;
    }

    body.has-bottom-mobile-nav.redux-active {
        padding-bottom: 64px;
    }
}

.ninetheme-ajax-product-search select, .ninetheme-ajax-product-search input {
    width: 100%;
    color: var(--ninetheme-gray-dark);
}

.ninetheme-ajax-search-wrapper {
    position: relative;
}

.ninetheme-ajax-product-search.style-inline .ninetheme-ajax-search-wrapper {
    width: 58%;
}

.ninetheme-ajax-product-search.style-inline:not(.style-select-bars) .ninetheme-ajax-search-wrapper {
    width: 100%;
}

.ninetheme-ajax-search-wrapper button.ninetheme-ajax-search-submit, .ninetheme-ajax-search-wrapper .ninetheme-ajax-close-search-results {
    border: 0px;
    position: absolute;
    top: 0px;
    right: 0px;
    color: var(--ninetheme-light);
    background-color: var(--ninetheme-primary);
    height: 100%;
    width: 50px;
    display: flex;
    align-items: center;
    justify-content: center;
}

input.hide-clear[type="search"]::-webkit-search-decoration, input.hide-clear[type="search"]::-webkit-search-cancel-button, input.hide-clear[type="search"]::-webkit-search-results-button, input.hide-clear[type="search"]::-webkit-search-results-decoration {
    display: none;
}

.ninetheme-ajax-search-wrapper.active button.ninetheme-ajax-search-submit {
    display: none;
}

.ninetheme-ajax-close-search-results::before, .ninetheme-ajax-close-search-results::after {
    content: "";
    position: absolute;
    height: 2px;
    width: 16px;
    top: 48%;
    transform-origin: 50% 50%;
    background-color: var(--ninetheme-light);
    opacity: 1;
    transition: transform 0.25s;
}

.ninetheme-ajax-close-search-results::before {
    transform: rotate(45deg);
}

.ninetheme-ajax-close-search-results::after {
    transform: rotate(-45deg);
}

.ninetheme-ajax-close-search-results:hover::after {
    transform: rotate(45deg);
}

.ninetheme-ajax-close-search-results:hover::before {
    transform: rotate(-45deg);
}

.ninetheme-ajax-search-wrapper.loading button.ninetheme-ajax-search-submit, .ninetheme-ajax-search-wrapper .ninetheme-ajax-close-search-results {
    opacity: 0;
}

.ninetheme-ajax-search-wrapper.active .ninetheme-ajax-close-search-results {
    opacity: 1;
    z-index: 1;
}

.ninetheme-ajax-product-search + .ninetheme-product-categories.category-area {
    margin-top: 30px;
    padding-top: 20px;
    border-top: 1px solid var(--ninetheme-gray);
}

.ninetheme-ajax-product-search.active + .ninetheme-product-categories.category-area {
    display: none;
}

.ninetheme-ajax-product-search + .ninetheme-product-categories .ninetheme-product-categories-inner {
    max-height: calc(-330px + 100vh);
    overflow-x: hidden;
}

.ninetheme-ajax-product-search + .ninetheme-product-categories .category-title {
    font-size: 12px;
}

.ninetheme-ajax-product-search.type-block {
    position: relative;
    width: 100%;
    margin-bottom: 20px;
}

.ninetheme-header-default-inner .ninetheme-ajax-product-search.style-inline {
    margin-bottom: 0px;
}

.ninetheme-ajax-product-search.type-post .ninetheme-ajax-search-results.loading, .ninetheme-ajax-product-search.type-post .ninetheme-ajax-search-results.active, .ninetheme-ajax-product-search.style-inline .ninetheme-ajax-search-results.loading, .ninetheme-ajax-product-search.style-inline .ninetheme-ajax-search-results.active {
    background-color: var(--ninetheme-light);
    color: var(--ninetheme-text);
}

.ninetheme-ajax-product-search.style-inline .ninetheme-ajax-search-results {
    max-height: calc(-195px + 100vh);
}

.ninetheme-ajax-product-search.style-block form, .ninetheme-ajax-product-search.style-inline form {
    display: flex;
    align-items: stretch;
    background-color: var(--ninetheme-light);
    min-width: 768px;
    border-radius: 3px;
    color: var(--ninetheme-text);
}

.ninetheme-ajax-product-search.style-block form {
    flex-direction: column;
}

.ninetheme-ajax-product-search.width-auto form {
    min-width: auto;
}

.ninetheme-ajax-product-search .ninetheme-ajax-cats-search {
    display: none;
    align-items: center;
    justify-content: center;
    margin-left: 15px;
    width: 35px;
}

.ninetheme-ajax-product-search.style-inline .ninetheme-ajax-cats-search {
    margin-right: 15px;
}

.ninetheme-ajax-product-search .ninetheme-ajax-cats-search .ninetheme-svg-icon {
    max-width: 40px;
    max-height: 40px;
    fill: var(--ninetheme-dark);
}

.ninetheme-ajax-product-search .ninetheme-svg-icon {
    fill: var(--ninetheme-light);
    max-width: 20px;
    max-height: 20px;
    padding: 0px;
    margin: 0px;
}

.ninetheme-ajax-product-search.style-inline .ninetheme-ajax-category.nice-select, .ninetheme-ajax-product-search.style-inline select {
    width: 42%;
    margin-bottom: 0px;
    padding-left: 60px;
    border: 0px;
}

.ninetheme-ajax-product-search.style-block .ninetheme-ajax-category.nice-select, .ninetheme-ajax-product-search.style-block select {
    width: 100%;
    padding: 12px 15px;
    margin-bottom: 10px;
    position: relative;
}

.ninetheme-ajax-product-search .ninetheme-ajax-search-wrapper input[type="search"].ninetheme-ajax-search-input {
    border: 0px;
    border-radius: 0px;
}

.ninetheme-ajax-product-search.style-inline .ninetheme-ajax-category.nice-select {
    border: 0px;
    height: auto;
    display: flex;
    align-items: center;
    margin-right: 10px;
}

.ninetheme-ajax-product-search.type-block .ninetheme-ajax-category.nice-select {
    margin-bottom: 10px;
    width: 100%;
}

.ninetheme-header-mobile-content.search-loading .ninetheme-header-mobile-slide-menu, .ninetheme-header-mobile-content.ajax-active .ninetheme-header-mobile-slide-menu, .ninetheme-header-mobile-content.search-loading .ninetheme-sidemenu-lang-switcher, .ninetheme-header-mobile-content.ajax-active .ninetheme-sidemenu-lang-switcher {
    opacity: 0;
    visibility: hidden;
}

.ninetheme-product-categories-inner ul.ninetheme-wc-category-list .submenu {
    padding: 15px;
    background-color: var(--ninetheme-light);
    border-radius: 0px;
    border: none;
    display: none;
    z-index: 1;
    text-align: left;
    list-style: none;
}

.ninetheme-product-categories-inner ul.ninetheme-wc-category-list li {
    position: relative;
}

.ninetheme-product-categories-inner ul.ninetheme-wc-category-list > li > a > .category-title {
    font-size: 14px;
}

.ninetheme-product-categories-inner ul.ninetheme-wc-category-list li + li {
    margin-top: 10px;
}

.ninetheme-product-categories-inner ul.ninetheme-wc-category-list .submenu li a {
    padding: 10px 0px;
    color: var(--ninetheme-dark);
    flex-direction: row;
    width: 100%;
    align-items: flex-start;
    position: relative;
}

.ninetheme-product-categories-inner ul.ninetheme-wc-category-list li a img {
    margin-right: 10px;
}

.ninetheme-product-categories-inner ul.ninetheme-wc-category-list li span.dropdown-btn {
    margin-left: 10px;
    cursor: pointer;
    position: absolute;
    right: 0px;
    top: 8px;
    font-size: 12px;
}

.ninetheme-product-categories-inner ul.ninetheme-wc-category-list li.active span.dropdown-btn {
    transform: rotate(90deg);
    right: 2px;
}

.ninetheme-popup-search-panel.panel-position-right.active .ninetheme-product-categories-inner ul.ninetheme-wc-category-list li span.dropdown-btn {
    right: 20px;
}

.ninetheme-popup-search-panel.panel-position-right.active .ninetheme-product-categories-inner ul.ninetheme-wc-category-list li + li {
    margin-top: 5px;
}

.ninetheme-popup-search-panel.panel-position-right.active .ninetheme-ajax-search-wrapper {
    width: 100%;
}

.ninetheme-popup-search-panel.panel-position-right.active .ninetheme-ajax-product-search.style-circle form {
    display: flex;
    flex-flow: row;
    place-content: center space-between;
    align-items: center;
    min-width: auto;
}

.ninetheme-ajax-search-wrapper button.ninetheme-ajax-search-submit, .ninetheme-ajax-search-wrapper .ninetheme-ajax-close-search-results {
    border: 0px;
    position: absolute;
    top: 10px;
    right: 10px;
    color: var(--ninetheme-light);
    background-color: var(--ninetheme-primary);
    width: 68px;
    height: calc(100% - 20px);
    margin: 0px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.ninetheme-ajax-search-wrapper button.ninetheme-ajax-search-submit:hover, .ninetheme-ajax-search-wrapper .ninetheme-ajax-close-search-results:hover {
    background: var(--ninetheme-yellow);
}

.ninetheme-ajax-product-search.style-circle form {
    border-width: 1px;
    border-style: solid;
    border-image: initial;
    border-color: var(--ninetheme-primary);
    border-radius: 4px;
    min-width: 100%;
    width: 100vw;
    max-width: 768px;
}

.ninetheme-ajax-product-search.style-border:not(.style-block) form {
    border: 1px solid var(--ninetheme-border);
}

.ninetheme-ajax-product-search.style-square form {
    border-radius: 0px;
}

.ninetheme-ajax-product-search.style-circle .ninetheme-ajax-search-wrapper button.ninetheme-ajax-search-submit, .ninetheme-ajax-product-search.style-circle .ninetheme-ajax-search-wrapper .ninetheme-ajax-close-search-results {
    border-radius: 5px;
    left: auto;
}

.ninetheme-ajax-product-search.style-border .ninetheme-ajax-search-wrapper input[type="search"], .ninetheme-ajax-product-search.style-circle .ninetheme-ajax-search-wrapper input[type="search"], .ninetheme-ajax-product-search.style-circle form select.ninetheme-ajax-category {
    border: 0px;
}

.ninetheme-ajax-product-search.style-inline .ninetheme-ajax-search-wrapper {
    border-left: 1px solid var(--ninetheme-border);
}

.ninetheme-ajax-product-search.style-block.style-border .ninetheme-ajax-search-wrapper input[type="search"], .ninetheme-ajax-product-search.style-block.style-border .ninetheme-ajax-category.nice-select, .ninetheme-ajax-product-search.style-block.style-border select {
    border: 1px solid var(--ninetheme-border);
}

.ninetheme-ajax-product-search.style-block.style-select-show select, .ninetheme-ajax-product-search.style-block.style-select-show .ninetheme-ajax-category.nice-select {
    padding-left: 60px;
}

.ninetheme-ajax-product-search.style-inline.style-select-show .ninetheme-ajax-cats-search {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
}

.ninetheme-ajax-product-search.style-block.style-select-show .ninetheme-ajax-cats-search {
    position: absolute;
    top: 5px;
}

.style-select-bars .ninetheme-ajax-search-wrapper svg.svgBars {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    left: 20px;
}

.ninetheme-ajax-product-search.style-inline.style-select-bars .ninetheme-ajax-search-wrapper {
    width: 100%;
    overflow: hidden;
    border: 0px;
}

.ninetheme-ajax-product-search.style-select-bars.style-cricle .ninetheme-ajax-search-wrapper {
    border-radius: 0px 30px 30px 0px;
}

.ninetheme-ajax-product-search.style-select-bars .ninetheme-ajax-search-wrapper input[type="search"] {
    color: rgb(10, 10, 10);
    border: 0px;
    padding: 10px 80px 10px 20px;
    font-size: 16px;
    line-height: 24px;
    min-height: 50px;
}

.ninetheme-ajax-product-search.style-inline.style-select-bars .ninetheme-ajax-category.nice-select {
    width: auto;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 0px;
    left: 0px;
    position: relative;
    height: 100%;
    margin: 0px;
}

.ninetheme-ajax-product-search.style-inline.style-select-bars .ninetheme-ajax-category.nice-select::before {
    content: "";
    position: absolute;
    display: block;
    width: 24px;
    height: 24px;
    top: 13px;
    right: 20px;
    background: url("../images/angle-down.svg") center center no-repeat;
}

.ninetheme-ajax-product-search.style-select-bars form select {
    display: none;
}

.ninetheme-ajax-product-search.style-select-bars span.current {
    position: relative;
    color: rgb(10, 10, 10);
    font-size: 16px;
    width: 100%;
    height: auto;
    line-height: 24px;
    margin: 13px 0px 13px 20px;
    padding-right: 64px;
    border-right: 1px solid rgb(245, 164, 109);
}

.ninetheme-ajax-product-search.style-select-bars .nice-select::after {
    content: none;
}

.ninetheme-header-content .ninetheme-ajax-product-search.style-inline .ninetheme-ajax-search-results {
    max-height: calc(-100px + 50vh);
    max-width: 100%;
    left: 0;
    margin-top: 5px;
    border-radius: 0px 0px 5px 5px;
}

.ninetheme-header-mobile-content .ninetheme-ajax-product-search {
    width: 100%;
    margin-bottom: 20px;
}

.ninetheme-header-mobile-content .ninetheme-ajax-product-search.style-circle form {
    min-width: auto;
}

.ninetheme-header-mobile-content .ninetheme-ajax-product-search .ninetheme-ajax-cats-search {
    margin-left: 0px;
}

.ninetheme-header-mobile-content .ninetheme-ajax-product-search.style-select-bars .ninetheme-ajax-search-wrapper input[type="search"] {
    min-height: 100%;
    padding: 0px 40px 0px 20px;
}

.ninetheme-header-mobile-content .ninetheme-ajax-product-search.style-select-bars .ninetheme-ajax-category.nice-select {
    left: 0px;
}

.ninetheme-header-mobile-content .ninetheme-ajax-product-search.style-select-bars .ninetheme-ajax-search-wrapper {
    height: 40px;
}

.ninetheme-header-mobile-content .ninetheme-ajax-search-wrapper button.ninetheme-ajax-search-submit, .ninetheme-header-mobile-content .ninetheme-ajax-search-wrapper .ninetheme-ajax-close-search-results {
    width: 40px;
}

.ninetheme-header-mobile-content .search-area-top .ninetheme-ajax-product-search svg {
    position: relative;
    right: auto;
}

.ninetheme-header-location.ninetheme-widget-woo-location .ninetheme-header-location-trigger::after {
    bottom: 8px;
}

.ninetheme-header-location.subtitle-bottom .ninetheme-header-location-trigger::after {
    bottom: auto;
    top: 8px;
}

.ninetheme-header-location.style-border {
    border: 1px solid var(--ninetheme-border);
    padding: 10px 15px;
}

.ninetheme-header-location.style-border.style-radius {
    border-radius: 4px;
}

@media (max-width: 480px) {
    .ninetheme-ajax-product-search.style-inline select, .ninetheme-ajax-product-search.style-inline input, .search-area-top input {
        font-size: 12px;
    }
}

.ninetheme-product-popup:not(.active) {
    opacity: 0;
    visibility: hidden;
}

.ninetheme-product-popup.active {
    z-index: 100;
}

.mfp-product-gallery .mfp-figure figure {
    max-width: 430px;
}

.zoom-in .mfp-img {
    opacity: 0;
}

.item-shortcode-wrapper > div {
    width: 100%;
}

.elementor-editor-active .ninetheme-elementor-header {
    display: none;
}

.site-gdpr {
    position: fixed;
    max-width: 100%;
    bottom: 20px;
    left: 15px;
    right: 15px;
    background-color: var(--ninetheme-light);
    box-shadow: rgba(0, 0, 0, 0.1) 0px 5px 30px;
    border-radius: 8px;
    z-index: 100;
    padding: 20px;
    opacity: 0;
    visibility: hidden;
    pointer-events: none;
    transform: translateY(100%);
    will-change: transform;
    transition: opacity 0.25s, transform 0.25s;
}

.site-gdpr.active {
    pointer-events: auto;
    z-index: 9999;
    opacity: 1;
    visibility: visible;
    transform: translateY(0%);
}

.gdpr-icon svg {
    max-width: 66px;
    max-height: 66px;
}

.gdpr-text {
    font-size: 13px;
    margin-bottom: 15px;
    line-height: 1.6;
}

.gdpr-text a {
    font-weight: 500;
    color: rgb(237, 23, 74);
    text-decoration: underline;
}

.gdpr-template-elementor .gdpr-button {
    margin-top: 20px;
}

.gdpr-inner {
    text-align: center;
}

@media screen and (max-width: 1280px) {
    .site-gdpr {
        bottom: 70px;
    }

    .theme-style.swiper-button-prev, .theme-style.swiper-button-next, .ninetheme-swiper-theme-style .swiper-button-prev, .ninetheme-swiper-theme-style .swiper-button-next {
        width: 35px;
        height: 35px;
    }

    .elementor-widget-ninetheme-woo-slider .ninetheme-products-widget-slider .ninetheme-slider-nav-title {
        font-size: 21px;
    }
}

@media screen and (min-width: 1280px) {
    .site-gdpr {
        bottom: 20px;
        left: 15px;
        padding: 30px;
    }

    .gdpr-text {
        margin-bottom: 20px;
    }
}

@media screen and (min-width: 576px) {
    .site-gdpr {
        max-width: 360px;
    }

    .gdpr-template-elementor {
        max-width: 100%;
    }
}

@media (max-width: 576px) {
    .gdpr-icon {
        display: none;
    }

    .elementor-widget-ninetheme-woo-slider .ninetheme-products-widget-slider .ninetheme-slider-nav-title {
        font-size: 18px;
    }

    .ninetheme-testimonial-2 .ninetheme-testimonial-avatar, .ninetheme-testimonial-3 .ninetheme-testimonial-avatar {
        margin-right: 15px;
    }
}

.ninetheme-ajax-search-results .add_to_cart_inline {
    position: absolute;
    bottom: 12px;
    left: 0px;
    display: flex;
    align-items: center;
    justify-content: flex-end;
    width: 100%;
}

.ninetheme-ajax-search-results .add_to_cart_inline a {
    padding: 6px 10px;
    width: auto;
    line-height: 1;
    background: var(--ninetheme-secondary);
    font-size: 12px;
    border-radius: 4px;
    color: rgb(255, 255, 255);
}

.ninetheme-ajax-search-results .add_to_cart_inline a + a {
    margin-left: 5px;
}

.ninetheme-ajax-search-results .ninetheme-btn-text:not(.loading) .loading-wrapper {
    display: none !important;
}

.ninetheme-header-mobile-top-wrapper .ninetheme-header-default-topbar.ninetheme-header-row {
    border-bottom: 0px;
    z-index: 101;
    font-size: 12px;
}

.ninetheme-features-item {
    position: relative;
    overflow: hidden;
}

.ninetheme-features-item .features-link {
    position: absolute;
    top: 0px;
    left: 0px;
    width: 100%;
    height: 100%;
}

.woosc-popup:not(.open) {
    pointer-events: none;
}

.action-content .category-area-inner {
    overflow: hidden auto;
    height: calc(100% - 60px);
}

.action-content .category-area-inner::-webkit-scrollbar {
    width: 2px;
}

.action-content .category-area-inner::-webkit-scrollbar-thumb {
    background-color: var(--ninetheme-dark);
}

.action-content .category-area-inner::-webkit-scrollbar-track {
    background-color: var(--ninetheme-gray);
}

.fancybox__content .wpcf7 button, .fancybox__content .wpcf7 input, .fancybox__content .wpcf7 select, .fancybox__content .wpcf7 textarea {
    width: 100%;
}

.ninetheme-product-thumbnails.swiper-container:not(.swiper-initialized) {
    opacity: 0;
}

.ninetheme-product-bottom-details img {
    max-width: 60px;
}

.ninetheme-header-content .ninetheme-ajax-product-search.style-inline.search-type-input .ninetheme-ajax-search-results {
    max-width: 100%;
    left: 0px;
}

.ninetheme-ajax-product-search.style-inline.search-type-input .ninetheme-ajax-search-wrapper {
    border-left: none;
}

.ninetheme-products-widget-slider .swiper-wrapper {
    align-items: stretch;
}

.ninetheme-products-widget-slider .swiper-slide {
    height: auto;
}

.wpml-ls-legacy-list-horizontal .wpml-ls-item:last-child a {
    padding-right: 0px;
}

.wpml-ls-statics-shortcode_actions.wpml-ls.wpml-ls-legacy-list-horizontal {
    padding-right: 0px;
}

.ninetheme-product-category-type .ninetheme-category-inner .ninetheme-category-thumb img {
    width: 70px;
    height: 70px;
    border-radius: 100px;
    object-fit: cover;
}

.ninetheme-woo-banner-wrapper:not(.full-height) .ninetheme-banner-image {
    padding-top: 150px;
}

.elementor-widget-heading .elementor-heading-title b {
    color: rgb(237, 98, 3);
    font-family: Roboto, sans-serif;
    font-weight: 700;
    font-size: 24px;
    line-height: 36px;
    text-align: center;
}

@media (max-width: 1580px) {
    .ninetheme-ajax-product-search.style-circle form {
		min-width: auto;
		width: auto;
    }
	header.ninetheme-header-default {
		padding-bottom: 15px;
	}
	.ninetheme-header-default-center.ninetheme-header-row {
		padding: 15px 0px;
	}
	.ninetheme-ajax-product-search.style-inline.style-select-bars .ninetheme-ajax-category.nice-select::before {
		right: 15px;
	}
	.ninetheme-ajax-product-search.style-select-bars span.current {
		font-size: 14px;
		line-height: 22px;
		margin: 13px 0px 13px 10px;
		padding-right: 50px;
	}
}

@media (max-width: 1280px) {
    .ninetheme-header-mobile-content .ninetheme-ajax-product-search.style-select-bars .ninetheme-ajax-category.nice-select {
        min-height: 50px;
    }
    .ninetheme-ajax-product-search.style-inline.style-select-bars .ninetheme-ajax-category.nice-select::before {
        right: 5px;
    }
    .ninetheme-ajax-product-search.style-select-bars span.current {
        padding-right: 30px;
    }
    .ninetheme-header-mobile-content .ninetheme-ajax-product-search.style-select-bars .ninetheme-ajax-search-wrapper input[type="search"] {
        padding: 0px 55px 0px 10px;
    }
    .ninetheme-header-mobile-content .ninetheme-ajax-product-search.style-select-bars .ninetheme-ajax-search-wrapper {
        height: 50px;
    }
}

.account-area .menu-item.woocommerce-MyAccount-navigation-link--compare, .account-area .menu-item.woocommerce-MyAccount-navigation-link--wishlist {
    display: none;
}