: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: 0 !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;
-ms-word-wrap: break-word;
word-wrap: break-word;
margin: 0;
}
a,
.button,
button,
.ninetheme-swiper-theme-style .swiper-button-prev,
.ninetheme-swiper-theme-style .swiper-button-next{
-webkit-transition: all 0.3s ease-out 0s;
-moz-transition: all 0.3s ease-out 0s;
-ms-transition: all 0.3s ease-out 0s;
-o-transition: all 0.3s ease-out 0s;
transition: all 0.3s ease-out 0s;
color: var(--ninetheme-dark);
outline: medium none;
}
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: 0
}
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;
}
p {
margin-bottom: 15px;
}
p.elementor-heading-title {
line-height: 1.8;
}
hr {
border-bottom: 1px solid var(--ninetheme-dark);
border-top: 0 none;
margin: 30px 0;
padding: 0;
}
*::-moz-selection {
background: var(--ninetheme-gray-dark);
color: var(--ninetheme-light);
text-shadow: none;
}
::-moz-selection {
background: var(--ninetheme-dark);
color: var(--ninetheme-light);
text-shadow: none;
}
::selection {
background: var(--ninetheme-dark);
color: var(--ninetheme-light);
text-shadow: none;
}
*::-moz-placeholder {
color: var(--ninetheme-gray-dark);
font-size: 13px;
opacity: 1;
}
*::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 {
-webkit-box-shadow: 0 0 0 30px white inset !important;
box-shadow: 0 0 0 30px white 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 #000;
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;
}
body:not(.page-loaded) .ninetheme-swiper-slider .swiper-wrapper { } .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: 0;
top: 0;
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 .65s cubic-bezier(.165,.84,.44,1) .075s,opacity .65s cubic-bezier(.165,.84,.44,1) .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: 0;
}
.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 .35s cubic-bezier(.165,.84,.44,1) .075s,opacity .15s cubic-bezier(.165,.84,.44,1) .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: 0;
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: 0;
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-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: 0 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: 0;
}
.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: 0;
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: 0;
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: 0;
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 {
max-width: 160px;
}
.ninetheme-header-mobile-top .nt-logo img {
max-width: 130px;
}
.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: 0;
}
.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;
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(//sparforfar.com/wp-content/themes/crisop/images/hero-default-bg.png);
}
.ninetheme-page-hero-content h2 {
text-transform: capitalize;
margin-bottom: 0px;
-ms-word-wrap: break-word;
word-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: #214100;
}
.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 {
-webkit-box-pack: space-between;
-webkit-justify-content: space-between;
-ms-flex-pack: space-between;
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: 0 0 10px 0;
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: 0;
max-width: 100%;
}
.breadcrumb-item+.breadcrumb-item::before {
content: "";
display: inline-block;
padding-right: 0;
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 {
margin-bottom: 5px;
color: var(--ninetheme-dark);
font-weight: 600;
font-size: 13px;
margin-bottom: 15px;
}
.ninetheme-viewed-offer-time .separator {
margin: 0 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: 0;
margin-right: 30px;
}
.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: 0;
margin-right: 30px;
}
.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: 0;
width: 70%;
}
.ninetheme-list-product-top .view-all {
font-size: 16px;
font-weight: 600;
}
.ninetheme-list-product-item {
border: 1px solid #ececec;
display: flex;
align-items: center;
padding: 20px 10px;
position: relative;
transition: .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: 0 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 0 30px;
font-size: 18px;
color: var(--ninetheme-dark);
font-weight: 500;
line-height: 1.9;
background: var(--ninetheme-gray-soft);
}
.ninetheme-content blockquote p {
margin: 0;
}
.single .ninetheme-post-thumb-wrapper img {
border-radius: 4px;
}
.ninetheme-content .ninetheme-post-content-wrapper>ul:last-child {
margin-bottom: 0;
}
.ninetheme-blog-post-meta-bottom {
margin-top: 20px;
padding-top: 50px;
border-top: 1px solid var(--ninetheme-gray);
}
.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: 0;
padding-right: 100px;
}
.blog-comment ul li.comment-reply {
margin-left: 80px;
}
.blog-comment ul li:last-child {
margin-bottom: 0;
}
.comment-form textarea {
width: 100%;
padding: 20px 20px;
margin-bottom: 0;
height: 160px;
transition: .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: .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: 0;
}
.comment-check-box label {
font-size: 14px;
color: var(--ninetheme-dark-soft);
margin: 0;
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: 0;
}
.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: 0;
-moz-transform: translateY(-50%);
-webkit-transform: translateY(-50%);
transform: translateY(-50%);
border-radius: 0;
padding-left: 15px;
box-shadow: none;
border: none;
border-left: 1px solid #ddd;
background: transparent;
color: var(--ninetheme-dark-soft);
}
.ninetheme-error-area .search_form .icon_search i {
font-size: 22px;
margin-right: 0;
}
.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 0;
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: 0;
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: .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;
min-width: 150px;
padding: 20px 0;
text-align: left;
opacity: 0;
visibility: hidden;
transform: translateY(10px);
transition: .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: 0 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;
text-transform: none !important;
letter-spacing: 0;
text-transform: none;
font-variant: initial;
line-height: 1;
}  .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: 0;
}
.blog-sticky {
background: var(--ninetheme-dark);
color: var(--ninetheme-light);
padding: 3px 10px;
font-size: 10px;
text-transform: uppercase;
letter-spacing: 0.5px;
margin: 0 0 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 #eee;
padding: 20px;
border-radius: 4px;
}
.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;
}
.ninetheme-blog-post-content .ninetheme-post-meta-title,
.ninetheme-blog-post-content .ninetheme-post-title,
.ninetheme-blog-post-content .ninetheme-post-excerpt {
margin: 0;
}
.ninetheme-blog-slider .ninetheme-blog-post-content {
margin: 0;
padding: 25px 0 0;
}
.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;
}
.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;
top: 0;
left: 0;
right: 0;
bottom: 0;
width: 100%;
min-height: 100%;
object-fit: cover;
border-radius: 4px;
}
.style-default .ninetheme-blog-post-category,
.style-classic .ninetheme-blog-post-category {
position: absolute;
display: block;
right: 15px;
top: 15px;
} .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: 0;
left: 0;
width: 100%;
height: 100%;
background:rgb(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: 0;
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: 7px 15px;
display: inline-block;
text-align: center;
background: var(--ninetheme-light);
line-height: 1;
text-transform: uppercase;
font-size: 10px;
font-weight: 500;
border-radius: 4px;
}
.ninetheme-blog-post-meta.ninetheme-inline-two-block {
margin-bottom: 10px;
display: flex;
justify-content: flex-start;
}
.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: 0;
color: var(--ninetheme-text-soft);
}
.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 .ninetheme-post-meta-date.ninetheme-block-right a {
font-size: 11px;
margin-right: 10px;
}
.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: 0;
top: 0;
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;
top: 0;
left: 0;
right: 0;
bottom: 0;
width: 100%;
min-height: 100%;
object-fit: cover;
}
.style-split a.blog-thumb-link {
position: absolute;
left: 0;
top: 0;
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 0;
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: 0;
margin-top: 20px;
padding: 10px 0;
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 0 0;
}
} .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: 0;
margin-right: 10px;
}
.ninetheme-blog-post-item .wp-post-image {
border-radius: 4px;
}
@media(max-width:576px) {
.style-split .ninetheme-blog-post-thumb-wrapper {
min-height: auto;
}
.style-split .ninetheme-blog-post-thumb {
padding-bottom: 0;
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 {
-webkit-animation-duration: 1s;
animation-duration: 1s;
-webkit-animation-fill-mode: both;
animation-fill-mode: both;
}
@-webkit-keyframes fadeInUp {
0% {
opacity: 0;
-webkit-transform: translateY(20px);
transform: translateY(20px);
}
100% {
opacity: 1;
-webkit-transform: translateY(0);
transform: translateY(0);
}
}
@keyframes fadeInUp {
0% {
opacity: 0;
-webkit-transform: translateY(20px);
-ms-transform: translateY(20px);
transform: translateY(20px);
}
100% {
opacity: 1;
-webkit-transform: translateY(0);
-ms-transform: translateY(0);
transform: translateY(0);
}
}
.fadeInUp {
-webkit-animation-name: fadeInUp;
animation-name: fadeInUp;
}
@-webkit-keyframes fadeInUp2 {
0% {
opacity: 0;
transform: translate3d(0,100%,0);
}
100% {
opacity: 1;
-webkit-transform: none;
transform: none;
}
}
@keyframes fadeInUp2 {
0% {
opacity: 0;
transform: translate3d(0,100%,0);
}
100% {
opacity: 1;
-webkit-transform: none;
-ms-transform: none;
transform: none;
}
}
.fadeInUp2 {
-webkit-animation-name: fadeInUp2;
animation-name: fadeInUp2;
}
@-webkit-keyframes fadeInUpBig {
0% {
opacity: 0;
-webkit-transform: translateY(2000px);
transform: translateY(2000px);
}
100% {
opacity: 1;
-webkit-transform: translateY(0);
transform: translateY(0);
}
}
@keyframes fadeInUpBig {
0% {
opacity: 0;
-webkit-transform: translateY(2000px);
-ms-transform: translateY(2000px);
transform: translateY(2000px);
}
100% {
opacity: 1;
-webkit-transform: translateY(0);
-ms-transform: translateY(0);
transform: translateY(0);
}
}
.fadeInUpBig {
-webkit-animation-name: 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 {
-webkit-animation: ninethemeMarquee 20s linear infinite;
animation: ninethemeMarquee 5s linear infinite;
padding-left: 20px;
}
@-webkit-keyframes ninethemeMarquee {
0% {
transform: translateX(0);
}
100% {
transform: translateX(-100%);
}
}
@keyframes ninethemeMarquee {
0% {
transform: translateX(0);
}
100% {
transform: translateX(-100%);
}
}  .nice-select {
-webkit-tap-highlight-color: transparent;
color: var(--ninetheme-gray-dark);
box-sizing: border-box;
clear: both;
cursor: pointer;
display: block;
font-family: inherit;
font-weight: normal;
height: auto;
outline: none;
padding-left: 18px;
padding-right: 18px;
position: relative;
text-align: left !important;
-webkit-transition: all 0.2s ease-in-out;
transition: all 0.2s ease-in-out;
-webkit-user-select: none;
-moz-user-select: none;
-ms-user-select: none;
user-select: none;
white-space: nowrap;
width: auto;
display: flex;
align-items: center;
}
.nice-select:after {
pointer-events: none;
color: currentColor;
position: absolute;
right: 5px;
top: auto;
-webkit-transform: rotate(90deg);
-ms-transform: rotate(90deg);
transform: rotate(90deg);
-webkit-transition: all 0.15s ease-in-out;
transition: all 0.15s ease-in-out;
font-family: swiper-icons;
text-transform: none !important;
letter-spacing: 0;
text-transform: none;
font-variant: initial;
line-height: 1;
font-size: 9px;
font-weight: 600;
content: 'next';
}
.nice-select.orderby:after {
right: 5px;
}
.nice-select.open:after {
-webkit-transform: rotate(-90deg);
-ms-transform: rotate(-90deg);
transform: rotate(-90deg);
}
.nice-select.open .list {
opacity: 1;
border-radius: 4px;
pointer-events: auto;
-webkit-transform: scale(1) translateY(0);
-ms-transform: scale(1) translateY(0);
transform: scale(1) translateY(0);
}
.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: 0 !important;
right: 0 !important;
}
.nice-select.right {
float: right;
}
.nice-select.right .list {
left: auto;
right: 0;
}
.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 {
position: absolute;
background-color: var(--ninetheme-light);
border-radius: 0;
box-shadow: 0 0 0 1px rgba(68, 68, 68, 0.11);
box-sizing: border-box;
margin-top: 4px;
opacity: 0;
overflow: hidden;
padding: 0;
pointer-events: none;
position: absolute;
top: 100%;
left: 0;
-webkit-transform-origin: 50% 0;
-ms-transform-origin: 50% 0;
transform-origin: 50% 0;
-webkit-transform: scale(0.75) translateY(-21px);
-ms-transform: scale(0.75) translateY(-21px);
transform: scale(0.75) translateY(-21px);
-webkit-transition: all 0.2s cubic-bezier(0.5, 0, 0, 1.25), opacity 0.15s ease-out;
transition: all 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: 0 0 10px;
margin: 5px 0 0 0 !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;
-webkit-transition: all 0.2s;
transition: all 0.2s;
overflow: auto;
margin: 0 !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: bold;
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: 0;
display: flex;
align-items: center;
}
.nice-select.open .list {
margin: 0 !important;
}
.nice-select span.current {
font-weight: 500;
}
@media(max-width:576px) {
.nice-select .list {
left: auto;
right: 0;
}
.ninetheme-header-slide-menu-inner .nice-select .list {
left: 0;
}
.nice-select.ninetheme-ajax-category .list {
left: 0;
right: auto;
}
}
.ninetheme-term.ninetheme-selected:before {
content: '✓';
}   .slick-slider {
position: relative;
display: block;
box-sizing: border-box;
-webkit-user-select: none;
-moz-user-select: none;
-ms-user-select: none;
user-select: none;
-webkit-touch-callout: none;
-khtml-user-select: none;
-ms-touch-action: pan-y;
touch-action: pan-y;
-webkit-tap-highlight-color: transparent;
}
.slick-list {
position: relative;
display: block;
overflow: hidden;
margin: 0;
padding: 0;
}
.slick-list:focus {
outline: none;
}
.slick-list.dragging {
cursor: pointer;
}
.slick-slider .slick-track,
.slick-slider .slick-list {
-webkit-transform: translate3d(0, 0, 0);
-moz-transform: translate3d(0, 0, 0);
-ms-transform: translate3d(0, 0, 0);
-o-transform: translate3d(0, 0, 0);
transform: translate3d(0, 0, 0);
}
.slick-track {
position: relative;
top: 0;
left: 0;
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: 0;
line-height: 0;
position: absolute;
top: 50%;
display: block;
width: 20px;
height: 20px;
padding: 0;
-webkit-transform: translate(0, -50%);
-ms-transform: translate(0, -50%);
transform: translate(0, -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: .25;
}
.slick-prev:before,
.slick-next:before {
font-size: 20px;
line-height: 1;
opacity: .75;
color: white;
-webkit-font-smoothing: antialiased;
-moz-osx-font-smoothing: grayscale;
}
.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: 0;
margin: 0;
list-style: none;
line-height: 1;
margin-top: 40px;
}
.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: 0;
margin-right: 10px;
}
.slick-dots li button {
font-size: 0;
line-height: 0;
display: block;
width: 5px;
height: 5px;
cursor: pointer;
color: transparent;
border: 0;
outline: none;
background: var(--ninetheme-gray);
padding: 0;
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: 0;
left: 0;
width: 100%;
height: 100%;
z-index: 999998;
overflow: hidden;
position: fixed;
background: #000000;
opacity: 0.6;
}
.mfp-wrap {
top: 0;
left: 0;
width: 100%;
height: 100%;
z-index: 999999;
position: fixed;
outline: none !important;
-webkit-backface-visibility: hidden;
}
.mfp-container {
text-align: center;
position: absolute;
width: 100%;
height: 100%;
left: 0;
top: 0;
padding: 0 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: 0 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: -moz-zoom-out;
cursor: -webkit-zoom-out;
cursor: zoom-out;
}
.mfp-zoom {
cursor: pointer;
cursor: -webkit-zoom-in;
cursor: -moz-zoom-in;
cursor: zoom-in;
}
.mfp-auto-cursor .mfp-content {
cursor: auto;
}
.mfp-close,
.mfp-arrow,
.mfp-preloader,
.mfp-counter {
-webkit-user-select: none;
-moz-user-select: none;
user-select: none;
}
.mfp-loading.mfp-figure {
display: none;
}
.ninetheme-hide {
display: none;
}
.mfp-hide {
display: none !important;
}
.mfp-preloader {
color: #CCC;
position: absolute;
top: 50%;
width: auto;
text-align: center;
margin-top: -0.8em;
left: 8px;
right: 8px;
z-index: 1044;
}
.mfp-preloader a {
color: #CCC;
}
.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: 0;
-webkit-appearance: none;
display: block;
outline: none;
padding: 0;
z-index: 1046;
box-shadow: none;
touch-action: manipulation;
}
button::-moz-focus-inner {
padding: 0;
border: 0;
}
.mfp-close {
width: 44px;
height: 44px;
line-height: 44px;
position: absolute;
right: 0;
top: 0;
text-decoration: none;
text-align: center;
opacity: 0.65;
padding: 0 0 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: 0;
right: 0;
color: #CCC;
font-size: 12px;
line-height: 18px;
white-space: nowrap;
}
.mfp-arrow {
position: absolute;
opacity: 0.65;
margin: 0;
top: 50%;
margin-top: -30px;
padding: 0;
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: 0;
height: 0;
position: absolute;
left: 0;
top: 0;
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 #3F3F3F;
}
.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 #3F3F3F;
}
.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: 0;
overflow: hidden;
padding-top: 56.25%;
}
.mfp-iframe-scaler iframe {
position: absolute;
display: block;
top: 0;
left: 0;
width: 100%;
height: 100%;
box-shadow: 0 0 8px rgba(0, 0, 0, 0.6);
background: #000;
} img.mfp-img {
width: auto;
max-width: 100%;
height: auto;
display: block;
line-height: 0;
box-sizing: border-box;
padding: 40px 0 40px;
margin: 0 auto;
} .mfp-figure {
line-height: 0;
}
.mfp-figure:after {
content: '';
position: absolute;
left: 0;
top: 40px;
bottom: 40px;
display: block;
right: 0;
width: auto;
height: auto;
z-index: -1;
box-shadow: 0 0 8px rgb(165 165 165 / 18%);
background: #444;
}
.mfp-figure small {
color: #BDBDBD;
display: block;
font-size: 12px;
line-height: 14px;
}
.mfp-figure figure {
margin: 0;
}
.mfp-bottom-bar {
margin-top: -36px;
position: absolute;
top: 100%;
left: 0;
width: 100%;
cursor: auto;
}
.mfp-title {
text-align: left;
line-height: 18px;
color: #F3F3F3;
word-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: 0;
padding-right: 0;
}
.mfp-img-mobile img.mfp-img {
padding: 0;
}
.mfp-img-mobile .mfp-figure:after {
top: 0;
bottom: 0;
}
.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: 0;
margin: 0;
top: auto;
padding: 3px 5px;
position: fixed;
box-sizing: border-box;
}
.mfp-img-mobile .mfp-bottom-bar:empty {
padding: 0;
}
.mfp-img-mobile .mfp-counter {
right: 5px;
top: 3px;
}
.mfp-img-mobile .mfp-close {
top: 0;
right: 0;
width: 35px;
height: 35px;
line-height: 35px;
background: rgba(0, 0, 0, 0.6);
position: fixed;
text-align: center;
padding: 0;
}
}
@media all and (max-width: 900px) {
.mfp-arrow {
-webkit-transform: scale(0.75);
transform: scale(0.75);
}
.mfp-arrow-left {
-webkit-transform-origin: 0;
transform-origin: 0;
}
.mfp-arrow-right {
-webkit-transform-origin: 100%;
transform-origin: 100%;
}
.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: 0; z-index: 1;
border-radius: 4px;
}
.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, 0, 0);
}
.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: 0;
top: 0;
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(to bottom, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
} .swiper-css-mode>.swiper-wrapper {
overflow: auto;
scrollbar-width: none; -ms-overflow-style: none; }
.swiper-css-mode>.swiper-wrapper::-webkit-scrollbar {
display: none;
}
.swiper-css-mode>.swiper-wrapper>.swiper-slide {
scroll-snap-align: start 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 center;
}
.swiper-virtual.swiper-css-mode .swiper-wrapper::after {
content: '';
position: absolute;
left: 0;
top: 0;
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);
text-transform: none !important;
letter-spacing: 0;
text-transform: none;
font-variant: initial;
line-height: 1;
}
.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: 300ms opacity;
transform: translate3d(0, 0, 0);
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: 0;
width: 100%;
} .swiper-pagination-bullets-dynamic {
overflow: hidden;
font-size: 0;
}
.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: 0;
padding: 0;
box-shadow: none;
-webkit-appearance: 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%, 0);
}
.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: 200ms transform, 200ms top;
}
.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, 4px);
}
.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: 200ms transform, 200ms left;
}
.swiper-horizontal.swiper-rtl>.swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
transition: 200ms transform, 200ms right;
} .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: 0;
top: 0;
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: 0;
top: 0;
}
.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: 0;
top: 0;
}
.swiper-pagination-lock {
display: none;
} .swiper-scrollbar {
border-radius: 10px;
position: relative;
-ms-touch-action: none;
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: 0;
top: 0;
}
.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%;
animation: swiper-preloader-spin 1s infinite linear;
box-sizing: border-box;
border: 4px solid var(--swiper-preloader-color, var(--swiper-theme-color));
border-radius: 50%;
border-top-color: transparent;
}
@keyframes swiper-preloader-spin {
100% {
transform: rotate(360deg);
}
} .swiper .swiper-notification {
position: absolute;
left: 0;
top: 0;
pointer-events: none;
opacity: 0;
z-index: -1000;
}
.swiper-free-mode>.swiper-wrapper {
transition-timing-function: ease-out;
margin: 0 auto;
}
.swiper-grid>.swiper-wrapper {
flex-wrap: wrap;
}
.swiper-grid-column>.swiper-wrapper {
flex-wrap: wrap;
flex-direction: column;
}
.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;
-webkit-backface-visibility: hidden;
backface-visibility: hidden;
z-index: 1;
visibility: hidden;
transform-origin: 0 0;
width: 100%;
height: 100%;
}
.swiper-cube .swiper-slide .swiper-slide {
pointer-events: none;
}
.swiper-cube.swiper-rtl .swiper-slide {
transform-origin: 100% 0;
}
.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;
-webkit-backface-visibility: hidden;
backface-visibility: hidden;
}
.swiper-cube .swiper-cube-shadow {
position: absolute;
left: 0;
bottom: 0px;
width: 100%;
height: 100%;
opacity: 0.6;
z-index: 0;
}
.swiper-cube .swiper-cube-shadow:before {
content: '';
background: #000;
position: absolute;
left: 0;
top: 0;
bottom: 0;
right: 0;
filter: blur(50px);
}
.swiper-flip {
overflow: visible;
}
.swiper-flip .swiper-slide {
pointer-events: none;
-webkit-backface-visibility: hidden;
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;
-webkit-backface-visibility: hidden;
backface-visibility: hidden;
}
.swiper-creative .swiper-slide {
-webkit-backface-visibility: hidden;
backface-visibility: hidden;
overflow: hidden;
transition-property: transform, opacity, height;
}
.swiper-cards {
overflow: visible;
}
.swiper-cards .swiper-slide {
transform-origin: center bottom;
-webkit-backface-visibility: hidden;
backface-visibility: hidden;
overflow: hidden;
} .swiper-pagination {
position: absolute;
text-align: left;
}
.swiper-pagination-bullets {
display: block;
padding: 0;
margin: 0;
list-style: none;
line-height: 1;
margin-top: 40px;
}
.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: 0;
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;
background: var(--ninetheme-gray);
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);
}
.swiper-grid-column>.swiper-wrapper .swiper-slide {
height: calc((100% - 30px) / 2) !important;
}
.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-image: none;
background: #2559468c;
border: 1px solid #e2e2e21a;
color: var(--ninetheme-light);
width: 50px;
height: 50px;
border-radius: 5px;
}
.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-image: none;
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: 0;
}
.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;
top: 0;
left: 0;
bottom: 0;
right: 0;
text-align: center;
margin-top: 30px;
}
.ninetheme-swiper-theme-style.ninetheme-swiper-onepage-style .swiper-pagination-bullets {
position: absolute;
top: auto;
left: 0;
bottom: 30px;
right: 0;
text-align: center;
margin-top: 0px;
}
.nav-show-hover .swiper-button-prev,
.nav-show-hover .swiper-button-next {
opacity: 0;
-moz-transition: -moz-transform ease 0.25s, opacity ease 0.25s;
-webkit-transition: -webkit-transform ease 0.25s, opacity ease 0.25s;
-o-transition: -o-transform ease 0.25s, opacity ease 0.25s;
-ms-transition: -ms-transform ease 0.25s, opacity ease 0.25s;
transition: transform ease 0.25s, opacity ease 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: 0;
transform: translateX(30px);
}
.nav-show-hover:hover .swiper-button-next {
right: 10px;
transform: translateX(0px);
}
@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;
}   .ps-container {
-ms-touch-action: auto;
touch-action: auto;
overflow: hidden !important;
-ms-overflow-style: none;
overflow-x: hidden;
}
.ps-container.ps-active-x>.ps-scrollbar-x-rail,
.ps-container.ps-active-y>.ps-scrollbar-y-rail {
display: block;
background-color: transparent;
}
.ps-container.ps-active-x>.ps-scrollbar-x-rail {
display: none;
}
.ps-container.ps-in-scrolling.ps-x>.ps-scrollbar-x-rail {
background-color: #eee;
opacity: 0.9;
}
.ps-container.ps-in-scrolling.ps-x>.ps-scrollbar-x-rail>.ps-scrollbar-x {
background-color: #999;
height: 11px;
}
.ps-container.ps-in-scrolling.ps-y>.ps-scrollbar-y-rail {
background-color: #eee;
opacity: 0.9;
}
.ps-container.ps-in-scrolling.ps-y>.ps-scrollbar-y-rail>.ps-scrollbar-y {
background-color: #999;
width: 11px;
}
.ps-container>.ps-scrollbar-x-rail {
display: none;
position: absolute; opacity: 0;
-webkit-transition: background-color .2s linear, opacity .2s linear;
-o-transition: background-color .2s linear, opacity .2s linear;
-moz-transition: background-color .2s linear, opacity .2s linear;
transition: background-color .2s linear, opacity .2s linear;
bottom: 0px; height: 15px;
}
.ps-container>.ps-scrollbar-x-rail>.ps-scrollbar-x {
position: absolute; background-color: #aaa;
-webkit-border-radius: 6px;
-moz-border-radius: 6px;
border-radius: 6px;
-webkit-transition: background-color .2s linear, height .2s linear, width .2s ease-in-out, -webkit-border-radius .2s ease-in-out;
transition: background-color .2s linear, height .2s linear, width .2s ease-in-out, -webkit-border-radius .2s ease-in-out;
-o-transition: background-color .2s linear, height .2s linear, width .2s ease-in-out, border-radius .2s ease-in-out;
-moz-transition: background-color .2s linear, height .2s linear, width .2s ease-in-out, border-radius .2s ease-in-out, -moz-border-radius .2s ease-in-out;
transition: background-color .2s linear, height .2s linear, width .2s ease-in-out, border-radius .2s ease-in-out;
transition: background-color .2s linear, height .2s linear, width .2s ease-in-out, border-radius .2s ease-in-out, -webkit-border-radius .2s ease-in-out, -moz-border-radius .2s ease-in-out;
bottom: 2px; height: 6px;
}
.ps-container>.ps-scrollbar-x-rail:hover>.ps-scrollbar-x, .ps-container>.ps-scrollbar-x-rail:active>.ps-scrollbar-x {
height: 11px;
}
.ps-container>.ps-scrollbar-y-rail {
display: none;
position: absolute; opacity: 0;
-webkit-transition: background-color .2s linear, opacity .2s linear;
-o-transition: background-color .2s linear, opacity .2s linear;
-moz-transition: background-color .2s linear, opacity .2s linear;
transition: background-color .2s linear, opacity .2s linear;
right: 0; width: 15px;
}
.ps-container>.ps-scrollbar-y-rail>.ps-scrollbar-y {
position: absolute; background-color: #aaa;
-webkit-border-radius: 6px;
-moz-border-radius: 6px;
border-radius: 6px;
-webkit-transition: background-color .2s linear, height .2s linear, width .2s ease-in-out, -webkit-border-radius .2s ease-in-out;
transition: background-color .2s linear, height .2s linear, width .2s ease-in-out, -webkit-border-radius .2s ease-in-out;
-o-transition: background-color .2s linear, height .2s linear, width .2s ease-in-out, border-radius .2s ease-in-out;
-moz-transition: background-color .2s linear, height .2s linear, width .2s ease-in-out, border-radius .2s ease-in-out, -moz-border-radius .2s ease-in-out;
transition: background-color .2s linear, height .2s linear, width .2s ease-in-out, border-radius .2s ease-in-out;
transition: background-color .2s linear, height .2s linear, width .2s ease-in-out, border-radius .2s ease-in-out, -webkit-border-radius .2s ease-in-out, -moz-border-radius .2s ease-in-out;
right: 2px; width: 6px;
}
.ps-container>.ps-scrollbar-y-rail:hover>.ps-scrollbar-y, .ps-container>.ps-scrollbar-y-rail:active>.ps-scrollbar-y {
width: 11px;
}
.ps-container:hover.ps-in-scrolling.ps-x>.ps-scrollbar-x-rail {
background-color: #eee;
opacity: 0.9;
}
.ps-container:hover.ps-in-scrolling.ps-x>.ps-scrollbar-x-rail>.ps-scrollbar-x {
background-color: #999;
height: 11px;
}
.ps-container:hover.ps-in-scrolling.ps-y>.ps-scrollbar-y-rail {
background-color: #eee;
opacity: 0.9;
}
.ps-container:hover.ps-in-scrolling.ps-y>.ps-scrollbar-y-rail>.ps-scrollbar-y {
background-color: #999;
width: 11px;
}
.ps-container:hover>.ps-scrollbar-x-rail,
.ps-container:hover>.ps-scrollbar-y-rail {
opacity: 0.6;
}
.ps-container:hover>.ps-scrollbar-x-rail:hover {
background-color: #eee;
opacity: 0.9;
}
.ps-container:hover>.ps-scrollbar-x-rail:hover>.ps-scrollbar-x {
background-color: #999;
}
.ps-container:hover>.ps-scrollbar-y-rail:hover {
background-color: #eee;
opacity: 0.9;
}
.ps-container:hover>.ps-scrollbar-y-rail:hover>.ps-scrollbar-y {
background-color: #999;
}
.ninetheme-perfect-scrollbar.ps-container {
position: relative;
max-height: 380px;
overflow: auto;
padding-right: 15px;
margin-right: -15px;
min-height: 75px;
}
.compare-area:not(.has-product) .ninetheme-panel-content-items,
.wishlist-area:not(.has-product) .ninetheme-panel-content-items {
min-height: auto;
}
.ninetheme-wishlist-content-notice.ninetheme-empty-content {
color: var(--ninetheme-dark);
}
.ninetheme-perfect-scrollbar.ps-container:empty {
min-height: auto;
}
.ninetheme-perfect-scrollbar.ps-container>.ps-scrollbar-y-rail>.ps-scrollbar-y,
.ninetheme-perfect-scrollbar.ps-container>.ps-scrollbar-y-rail {
right: 0;
width: 6px;
padding: 0;
}
.ninetheme-perfect-scrollbar.ps-container:hover>.ps-scrollbar-y-rail:hover {
background-color: var(--ninetheme-gray-soft);
opacity: 1;
}
.ninetheme-perfect-scrollbar.ps-container:hover>.ps-scrollbar-y-rail:hover>.ps-scrollbar-y,
.ninetheme-perfect-scrollbar.ps-container>.ps-scrollbar-y-rail>.ps-scrollbar-y {
background-color: var(--ninetheme-gray-dark);
}
.ninetheme-perfect-scrollbar.ps-container:hover.ps-in-scrolling.ps-y>.ps-scrollbar-y-rail>.ps-scrollbar-y,
.ninetheme-perfect-scrollbar.ps-container>.ps-scrollbar-y-rail:hover>.ps-scrollbar-y,
.ninetheme-perfect-scrollbar.ps-container>.ps-scrollbar-y-rail:active>.ps-scrollbar-y,
.ninetheme-perfect-scrollbar.ps-container>.ps-scrollbar-y-rail:hover>.ps-scrollbar-y,
.ninetheme-perfect-scrollbar.ps-container>.ps-scrollbar-y-rail:active>.ps-scrollbar-y,
.ninetheme-perfect-scrollbar.ps-container>.ps-scrollbar-y-rail:hover>.ps-scrollbar-y,
.ninetheme-perfect-scrollbar.ps-container>.ps-scrollbar-y-rail:active>.ps-scrollbar-y {
width: 6px;
}  .sliding-menu {
position: relative;
overflow: hidden;
background-color: transparent;
text-align: left;
font-size: 18px;
}
.sliding-menu__panel {
position: absolute;
top: 0;
left: 100%;
width: 100%;
overflow: hidden;
overflow-y: auto;
}
.sliding-menu li {
padding: 0;
margin: 0;
list-style: none;
}
.sliding-menu .sliding-menu-inner li a,
.sliding-menu li .sliding-menu__nav {
display: block;
position: relative;
padding: 10px 0;
text-align: left;
font-size: 13px;
line-height: 1;
font-weight: 400;
color: var(--ninetheme-dark);
text-decoration: none;
border-width: 0;
width: 100%;
cursor: pointer;
background-color: transparent;
-webkit-transition: color 250ms ease, background-color 250ms ease;
-moz-transition: color 250ms ease, background-color 250ms ease;
-o-transition: color 250ms ease, background-color 250ms ease;
transition: color 250ms ease, background-color 250ms ease;
}
.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: '\f105';
font-family: "Font Awesome 5 Free";
font-style: normal;
font-weight: 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: 0;
left: 0px;
opacity: 0.1;
}
.sliding-menu .sliding-menu__back:before {
content: '\f104';
font-family: "Font Awesome 5 Free";
font-style: normal;
font-weight: 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: .4em;
}
.sliding-menu .sliding-menu__separator {
margin: .4em 1em;
border-top: 2px solid #555;
}
li.item-shortcode-li,
li.sliding-menu-inner {
overflow: hidden;
}
.ninetheme-landscape li.item-shortcode-li,
.ninetheme-landscape li.sliding-menu-inner {
overflow: hidden;
}  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: 10px;
padding-left: 10px;
}
}
.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: 0px 2px 13px 6px #00000012;
}
.header-spacer {
height: 80px;
-moz-transition: all .25s cubic-bezier(.25, .46, .45, .94);
-o-transition: all .25s cubic-bezier(.25, .46, .45, .94);
-webkit-transition: all .25s cubic-bezier(.25, .46, .45, .94);
transition: all .25s cubic-bezier(.25, .46, .45, .94);
display: none;
}
.ninetheme-main-overlay {
position: fixed;
z-index: 2;
top: 0;
right: 0;
width: 0;
height: 0;
background: var(--ninetheme-gray-soft);
opacity: 0;
-moz-transition: opacity .45s cubic-bezier(0.25, 0.46, 0.45, 0.94);
-o-transition: opacity .45s cubic-bezier(0.25, 0.46, 0.45, 0.94);
-webkit-transition: opacity .45s cubic-bezier(0.25, 0.46, 0.45, 0.94);
transition: opacity .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 {
display: inline-block;
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;
-webkit-transition: all 0.4s ease;
transition: all 0.4s ease;
display: none;
border-radius: 4px;
transition: all 0.4s ease;
}
.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 {
opacity: 1 !important;
visibility: visible !important;
transform: scale(1);
}
.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 0 50px;
max-width: 1024px;
margin: 0 auto;
}
.ninetheme-popup-item .wpcf7-form p br {
display: none;
} .section-padding {
padding: 40px 0;
}
.gap-extended.section-padding {
padding: 15px 15px;
}
.gap-wide.section-padding {
padding: 20px 0;
}
.gap-wider.section-padding {
padding: 0;
}
@media(min-width:768px) {
.section-padding {
padding: 60px 0;
}
.gap-extended.section-padding {
padding: 25px 15px;
}
.gap-wide.section-padding {
padding: 40px 0;
}
.gap-wider.section-padding {
padding: 20px 0;
}
}
@media(min-width:1024px) {
.section-padding {
padding: 60px 0;
}
.gap-extended.section-padding {
padding: 40px 15px;
}
.gap-wide.section-padding {
padding: 60px 0;
}
.gap-wider.section-padding {
padding: 40px 0;
}
}
.nt-section.section-padding.pt-0 {
padding-top: 0;
}
.nt-section.section-padding.pb-0 {
padding-bottom: 0;
}  .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: 0;
bottom: -40px;
z-index: -1;
transform: scaleX(0);
transition: transform 300ms cubic-bezier(0.175, 0.885, 0.32, 1);
transform-origin: right;
}
.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;
transform: scaleX(1);
}
.effect-zigzag a:before,
a.effect-zigzag:before {
bottom: -40px;
transform-origin: left;
}
.effect-zigzag a:hover:before a.effect-zigzag:hover:before {
animation: waving 6s linear infinite reverse;
transform-origin: right;
}
.effect-arrow a:before,
a.effect-arrow:before {
transform-origin: right;
width: calc(100% + 25px);
}
.effect-arrow a:hover:before,
a.effect-arrow:hover:before {
-webkit-animation: none;
animation: none;
transform-origin: left;
}
.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;
-webkit-animation: waving 3s linear infinite;
animation: waving 3s linear infinite;
transform: scaleX(1);
}
@-webkit-keyframes waving {
to {
background-position: 80px 50%, 160px 50%;
}
}
@keyframes waving {
to {
background-position: 80px 50%, 160px 50%;
}
}
.ninetheme-flex-center {
display: -webkit-box;
display: -webkit-flex;
display: -ms-flexbox;
display: flex;
flex-wrap: wrap;
display: flex;
-webkit-box-align: center;
-webkit-align-items: center;
-ms-flex-align: center;
align-items: center;
text-align: center;
-webkit-box-pack: center;
-webkit-justify-content: center;
-ms-flex-pack: center;
justify-content: center;
}
.ninetheme-inline-two-block,
.ninetheme-flex {
display: -webkit-box;
display: -webkit-flex;
display: -ms-flexbox;
display: flex;
flex-wrap: wrap;
}
.ninetheme-flex-nowrap {
flex-wrap: nowrap;
}
.ninetheme-inline-two-block {
-webkit-box-pack: space-between;
-webkit-justify-content: space-between;
-ms-flex-pack: space-between;
justify-content: space-between;
-webkit-box-align: center;
-webkit-align-items: center;
-ms-flex-align: center;
align-items: center;
}
.ninetheme-align-center {
display: -webkit-box;
display: -webkit-flex;
display: -ms-flexbox;
display: flex;
-webkit-box-align: center;
-webkit-align-items: center;
-ms-flex-align: center;
align-items: center;
}
.ninetheme-justify-center {
display: -webkit-box;
display: -webkit-flex;
display: -ms-flexbox;
display: flex;
-webkit-box-pack: center;
-webkit-justify-content: center;
-ms-flex-pack: center;
justify-content: center;
}
.ninetheme-block-left,
.ninetheme-flex-left {
display: -webkit-box;
display: -webkit-flex;
display: -ms-flexbox;
display: flex;
text-align: left;
-webkit-box-pack: start;
-webkit-justify-content: flex-start;
-ms-flex-pack: start;
justify-content: flex-start;
}
.ninetheme-block-right,
.ninetheme-flex-right {
display: -webkit-box;
display: -webkit-flex;
display: -ms-flexbox;
display: flex;
text-align: right;
-webkit-box-pack: end;
-webkit-justify-content: flex-end;
-ms-flex-pack: end;
justify-content: flex-end;
}
.ninetheme-block-full,
.ninetheme-flex-full {
-webkit-box-flex: 1;
-webkit-flex: 1;
-ms-flex: 1;
flex: 1;
}
.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;
}
.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: 0;
left: 0;
width: 100%;
height: 100%;
background-color: var(--ninetheme-light);
display: none;
align-items: center;
justify-content: center;
z-index: 1;
}
.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: dotFlashing 1s infinite alternate;
animation-delay: 0s;
}
.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: 0;
}
.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: dotFlashing 1s infinite linear alternate;
animation-delay: .5s;
}
.wpcf7-form .ajax-loader::before,
.wpcf7-form .ajax-loader::after,
.ajax-loading::before,
.ajax-loading::after {
content: '';
display: inline-block;
position: absolute;
top: 0;
}
.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: dotFlashing 1s infinite alternate;
animation-delay: 0s;
}
.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: 0;
}
.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;
-moz-transition: -moz-transform ease 0.25s;
-webkit-transition: -webkit-transform ease 0.25s;
-o-transition: -o-transform ease 0.25s;
-ms-transition: -ms-transform ease 0.25s;
transition: transform ease 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 {
-webkit-transform: rotate(45deg);
-moz-transform: rotate(45deg);
-ms-transform: rotate(45deg);
-o-transform: rotate(45deg);
transform: rotate(45deg);
}
.ninetheme-mfp-close:after,
.ninetheme-filter-close:after,
.ninetheme-panel-close-button:after,
.ninetheme-panel-close.no-bar:after {
-webkit-transform: rotate(-45deg);
-moz-transform: rotate(-45deg);
-ms-transform: rotate(-45deg);
-o-transform: rotate(-45deg);
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 {
-webkit-transform: rotate(45deg);
-moz-transform: rotate(45deg);
-ms-transform: rotate(45deg);
-o-transform: rotate(45deg);
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 {
-webkit-transform: rotate(-45deg);
-moz-transform: rotate(-45deg);
-ms-transform: rotate(-45deg);
-o-transform: rotate(-45deg);
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: 0;
left: 0;
width: 100%;
height: 100%;
background-image: url(//sparforfar.com/wp-content/themes/crisop/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 {
fill: var(--ninetheme-dark);
}
.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: 0;
right: 0;
height: 100%;
width: 460px;
max-width: 100%;
z-index: 104;
padding: 15px 20px 50px 20px;
background: var(--ninetheme-light);
will-change: transform;
-webkit-transition: opacity 0.25s ease, ease;
transition: opacity 0.25s ease, transform 0.25s ease;
opacity: 1;
-moz-transform: translateX(100%);
-ms-transform: translateX(100%);
-webkit-transform: translateX(100%);
transform: translateX(100%);
}
.ninetheme-overlay-open .ninetheme-side-panel.active {
-moz-transform: translateX(0%);
-ms-transform: translateX(0%);
-webkit-transform: translateX(0%);
transform: translateX(0%);
opacity: 1;
box-shadow: 2px -2px 40px -20px rgb(0 0 0 / 30%);
}
.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: 0 0 10px 0;
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: 0;
left: 0;
}
.panel-content {
position: relative;
margin-top: 40px;
height: 100%;
}
.panel-content .panel-content-item {
position: absolute;
width: 100%;
top: 0;
right: 0;
will-change: transform;
-webkit-transition: opacity 0.25s ease, transform 0.5s ease;
transition: opacity 0.25s ease, transform 0.5s ease;
opacity: 0;
-moz-transform: translateX(150%);
-ms-transform: translateX(150%);
-webkit-transform: translateX(150%);
transform: translateX(150%);
}
.panel-content .panel-content-item.active {
-moz-transform: translateX(0%);
-ms-transform: translateX(0%);
-webkit-transform: translateX(0%);
transform: translateX(0%);
opacity: 1;
}
.cart-area .ninetheme-scrollbar {
padding-top: 20px;
max-height: calc(100vh - 350px);
}
@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;
}
.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 0 15px;
flex: 1;
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: #252525;
}
.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;
overflow-y: 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 form.checkout_coupon.woocommerce-form-coupon { }
.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-direction: column;
flex-wrap: nowrap;
}
.ninetheme-panel-checkout-content-wrapper form.checkout_coupon.woocommerce-form-coupon .form-row.ninetheme-coupon-row .ninetheme-btn {
height: 48px;
margin: 10px 0 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;
justify-content: space-around;
border: 1px solid var(--ninetheme-gray);
max-width: 100%;
flex-direction: row;
flex-wrap: nowrap;
min-height: 46px;
align-content: space-around;
}
.checkout-area.panel-content-item .ninetheme-panel-checkout-content-wrapper {
padding-right: 0;
}
.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: 0;
color: var(--ninetheme-dark);
font-size: 12px;
line-height: 1;
margin: 0;
display: inline-flex;
align-items: center;
justify-content: space-around;
position: relative;
align-content: flex-start;
flex-direction: row;
flex-wrap: nowrap;
}
.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: #252525;
}
.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: 0;
}
.ninetheme-panel-checkout-content-wrapper form.woocommerce-checkout .woocommerce-billing-fields__field-wrapper .form-row:last-child {
margin-bottom: 0;
}
.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-wrap: wrap;
flex-direction: column;
}
.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: 0;
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(100vh - 300px);
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: 0;
}
@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: 0;
margin-top: 1px;
}
.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: 0;
border-radius: 0px;
outline: none;
font-size: 36px;
text-align: center;
}
.ninetheme-popup-search-panel .sidebar_search_button {
border: 0;
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: 0;
z-index: 95;
background: var(--ninetheme-light);
will-change: transform;
-webkit-transition: opacity 0.25s ease, transform 0.25s ease;
transition: opacity 0.25s ease, transform 0.25s ease;
opacity: 0;
}
.ninetheme-popup-search-panel.active {
z-index: 105;
}
.ninetheme-popup-search-panel.panel-position-top {
left: 0;
width: 100%;
padding: 50px 0;
-moz-transform: translateY(-100%);
-ms-transform: translateY(-100%);
-webkit-transform: translateY(-100%);
transform: translateY(-100%);
}
.ninetheme-popup-search-panel.panel-position-top.active {
-moz-transform: translateY(0%);
-ms-transform: translateY(0%);
-webkit-transform: translateY(0%);
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: 0;
-moz-transform: translateX(-100%);
-ms-transform: translateX(-100%);
-webkit-transform: translateX(-100%);
transform: translateX(-100%);
}
.ninetheme-popup-search-panel.panel-position-right {
right: 0px;
top: 0px;
-moz-transform: translateX(100%);
-ms-transform: translateX(100%);
-webkit-transform: translateX(100%);
transform: translateX(100%);
}
.ninetheme-popup-search-panel.panel-position-right.active,
.ninetheme-popup-search-panel.panel-position-left.active {
opacity: 1;
-moz-transform: translateX(0%);
-ms-transform: translateX(0%);
-webkit-transform: translateX(0%);
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;
max-width: 100% !important;
position: relative !important;
display: flex;
flex-wrap: wrap;
border: 0 !important;
width: 100%;
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%;
margin: 0;
padding: 10px 20px;
border: 0;
margin: 0;
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-direction: row;
flex-wrap: nowrap;
align-content: center;
justify-content: 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:-moz-placeholder {
color: var(--ninetheme-gray);
font-size: 36px;
opacity: 1;
}
.ninetheme-popup-search-panel.panel-position-top input:focus:-moz-placeholder {
opacity: 0;
} .ninetheme-popup-search-panel.panel-position-top input::-moz-placeholder {
color: var(--ninetheme-gray);
font-size: 36px;
opacity: 1;
}
.ninetheme-popup-search-panel.panel-position-top input:focus::-moz-placeholder {
opacity: 0;
} .ninetheme-popup-search-panel.panel-position-top input:-ms-input-placeholder {
color: var(--ninetheme-gray);
font-size: 36px;
}
.ninetheme-popup-search-panel.panel-position-top input:focus:-ms-input-placeholder {
opacity: 0;
} .ninetheme-popup-search-panel.panel-position-top input::-ms-input-placeholder {
color: var(--ninetheme-gray);
font-size: 36px;
}
.ninetheme-popup-search-panel.panel-position-top input:focus::-ms-input-placeholder {
opacity: 0;
} .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: 0;
max-width: 720px;
position: relative;
}
p.ninetheme-newsletter-bottom {
width: 100%;
text-align: right;
margin: 0 0 10px 0;
position: absolute;
bottom: 0;
right: 0;
font-size: 12px;
max-width: 50%;
}
.ninetheme-newsletter-bottom label {
background: none;
padding: 3px 15px 1px;
color: var(--ninetheme-text);
margin: 0;
}
p.ninetheme-newsletter-bottom span {
line-height: 1;
}
@media (max-width:768px) {
p.ninetheme-newsletter-bottom {
position: relative;
right: auto;
max-width: 100%;
margin: 0 0 20px;
}
.ninetheme-newsletter-bottom label {
padding: 0px 20px 0px;
justify-content: flex-start;
margin: 0;
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: 0!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: -webkit-box;
display: -webkit-flex;
display: -ms-flexbox;
display: flex;
text-align: left;
-webkit-box-pack: start;
-webkit-justify-content: flex-start;
-ms-flex-pack: start;
justify-content: flex-start;
}
.ninetheme-sm-flex-column {
-webkit-flex-direction: column;
-ms-flex-direction: 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;
width: 92% !important;
border-radius: 0;
}
p.ninetheme-newsletter-bottom {
max-width: 100%;
}
}
.minicart-extra-text {
margin: 0 0 30px;
}   .admin-bar .ninetheme-header-mobile {
top: 32px;
height: calc(100vh - 32px);
}
@media(max-width:782px) {
.admin-bar .ninetheme-header-mobile {
top: 46px;
height: calc(100vh - 46px);
}
}
.ninetheme-header-overlay {
position: fixed;
z-index: 102;
top: 0;
right: 0;
width: 0;
height: 0;
background: var(--ninetheme-gray-soft);
opacity: 0;
-moz-transition: opacity .45s cubic-bezier(0.25, 0.46, 0.45, 0.94);
-o-transition: opacity .45s cubic-bezier(0.25, 0.46, 0.45, 0.94);
-webkit-transition: opacity .45s cubic-bezier(0.25, 0.46, 0.45, 0.94);
transition: opacity .45s cubic-bezier(0.25, 0.46, 0.45, 0.94);
}
.ninetheme-overlay-open .ninetheme-header-overlay.close-cursor {
cursor: pointer;
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: 0;
background: var(--ninetheme-light);
left: 0;
opacity: 0;
overflow: hidden;
-moz-transform: translateX(-100%);
-ms-transform: translateX(-100%);
-webkit-transform: translateX(-100%);
transform: translateX(-100%);
will-change: transform;
-webkit-transition: opacity 0.25s ease, ease;
transition: opacity 0.25s ease, transform 0.25s ease;
}
.ninetheme-header-mobile.no-bar {
max-width: 450px;
}
body:not(.admin-bar) .ninetheme-header-mobile {
top: 0;
}
.has-sticky-header.scroll-start .ninetheme-header-mobile {
position: fixed;
}
.ninetheme-header-mobile.active {
opacity: 1;
-moz-transform: translateX(0%);
-ms-transform: translateX(0%);
-webkit-transform: translateX(0%);
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 0 0 30px;
background: var(--ninetheme-gray-soft);
}
.ninetheme-header-mobile-sidebar {
display: flex;
justify-content: space-between;
align-items: center;
flex-direction: column;
padding: 15px 0;
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:first-child {
margin-top: 0px;
}
.sidebar-top-action.counter-left .top-action-btn .ninetheme-wc-count {
left: -5px;
top: 0;
}
.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;
}
.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: 0;
height: 100%;
width: 100%;
left: 0;
padding: 35px 50px;
-moz-transform: translateX(0%);
-ms-transform: translateX(0%);
-webkit-transform: translateX(0%);
transform: translateX(0%);
opacity: 1;
will-change: transform;
-webkit-transition: opacity 0.75s ease, transform 0.75s ease;
transition: opacity 0.75s ease, transform 0.75s ease;
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) {
-moz-transform: translateX(-150%);
-ms-transform: translateX(-150%);
-webkit-transform: translateX(-150%);
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: 0;
height: 100%;
width: 100%;
left: 0;
padding: 35px 50px;
max-height: 100%;
z-index: 3;
overflow: hidden;
opacity: 0;
background: var(--ninetheme-light);
-moz-transform: translateX(-150%);
-ms-transform: translateX(-150%);
-webkit-transform: translateX(-150%);
transform: translateX(-150%);
-webkit-transition: opacity 0.15s ease, transform 0.75s ease;
transition: opacity 0.15s ease, transform 0.75s ease;
}
.action-content.active {
opacity: 1;
-moz-transform: translateX(0%);
-ms-transform: translateX(0%);
-webkit-transform: translateX(0%);
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;
margin-bottom: 25px;
position: relative;
}
.cart-area.cart-item-loading .ninetheme-mini-cart-item-loading {
position: relative;
min-height: 80px;
}
.cart-area:not(.cart-item-loading) .ninetheme-mini-cart-item-loading {
display: none;
}
.ninetheme-perfect-scrollbar .mini-cart-item:last-child {
margin-bottom: 0px;
}
.compare-area.has-product .ninetheme-scrollbar,
.wishlist-area .ninetheme-scrollbar {
min-height: 120px;
max-height: calc( 100vh - 230px );
padding-right: 15px;
padding-top: 10px;
}
.compare-area.has-product .ninetheme-scrollbar,
.wishlist-area .ninetheme-scrollbar {
min-height: 120px;
max-height: calc( 100vh - 230px );
padding-right: 15px;
}
.cart-item-details {
display: flex;
flex: 1;
}
.cart-area img {
border: 1px solid #eee;
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;
}
.cart-area .cart-quantity-wrapper {
margin-top: 5px;
display: flex;
align-items: center;
justify-content: flex-start;
flex: 1;
}
.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: 0;
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;
left: 40px;
top: -8px;
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: 0 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;
}
.cart-bottom-btn .ninetheme-btn {
flex: auto;
margin: 0 10px 10px 0;
}
.cart-bottom-btn {
margin-right: -10px;
}
.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: 0px;
margin-top: 20px;
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 0 0;
}
.header-left-side-menu-form-container-title {
margin: 30px 0 20px;
}
.header-left-side-menu-form-container-title .ninetheme-meta-title {
text-transform: uppercase;
font-weight: 500;
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: 0;
}  .category-area .row-cols-2>* {
-ms-flex: 0 0 33.33333%;
flex: 0 0 33.33333%;
max-width: 33.33333%;
}
.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 {
position: relative;
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 0;
text-align: left;
position: relative;
font-size: 13px;
line-height: 1em;
color: var(--ninetheme-gray-dark);
text-decoration: none;
border-width: 0;
background-color: transparent;
-webkit-transition: color 250ms ease, background-color 250ms ease;
-moz-transition: color 250ms ease, background-color 250ms ease;
-o-transition: color 250ms ease, background-color 250ms ease;
transition: color 250ms ease, background-color 250ms ease;
}
.account-area li.menu-item a:after {
content: '';
height: 2px;
width: 0;
background-color: currentColor;
position: absolute;
bottom: 0;
left: 0;
-webkit-transition: width .25s;
transition: width .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: -ms-flexbox;
display: flex;
align-items: center;
justify-content: space-between;
}
.account-area .form-row {
margin-right: 0;
margin-left: 0;
flex-direction: column;
display: flex;
}
.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 0px;
-moz-transform: translateX(-100%);
-ms-transform: translateX(-100%);
-webkit-transform: translateX(-100%);
transform: translateX(-100%);
will-change: transform;
-webkit-transition: opacity 0.15s ease, transform 0.25s ease;
transition: opacity 0.15s ease, transform 0.25s ease;
}
.account-area .login-form-content.active,
.account-area .register-form-content.active {
opacity: 1;
-moz-transform: translateX(0%);
-ms-transform: translateX(0%);
-webkit-transform: translateX(0%);
transform: translateX(0%);
}
.account-popup-content .account-area .login-form-content,
.account-popup-content .account-area .register-form-content {
position: relative;
-moz-transform: translateX(0%);
-ms-transform: translateX(0%);
-webkit-transform: translateX(0%);
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) {
-moz-transform: translateX(-100%);
-ms-transform: translateX(-100%);
-webkit-transform: translateX(-100%);
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;
justify-content: space-between;
align-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: 0 20px;
width: 100%;
z-index: 100;
border: 1px solid var(--ninetheme-border);
display: -webkit-box;
display: -webkit-flex;
display: -ms-flexbox;
display: flex;
-webkit-box-align: center;
-webkit-align-items: center;
-ms-flex-align: center;
align-items: center;
justify-content: space-between;
background: var(--ninetheme-light);
-moz-transition: box-shadow .15s linear, background-color .15s cubic-bezier(.2, .06, .05, .95);
-o-transition: box-shadow .15s linear, background-color .15s cubic-bezier(.2, .06, .05, .95);
-webkit-transition: box-shadow .15s linear, background-color .15s cubic-bezier(.2, .06, .05, .95);
transition: box-shadow .15s linear, background-color .15s cubic-bezier(.2, .06, .05, .95);
-webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}
.has-sticky-header.scroll-start .ninetheme-header-mobile-top.sticky-start {
position: fixed;
top: 0;
z-index: 102;
-webkit-box-shadow: -2px 2px 45px -20px rgba(0, 0, 0, .3);
-moz-box-shadow: -2px 2px 45px -20px rgba(0, 0, 0, .3);
box-shadow: -2px 2px 45px -20px rgba(0, 0, 0, .3);
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: 0;
}
.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: relative;
z-index: 100;
}
.ninetheme-header-sticky.sticky-ready {
position: fixed;
top: -100%;
width: 100%;
left: 0;
opacity: 0;
-moz-transform: translateY(-100%);
-ms-transform: translateY(-100%);
-webkit-transform: translateY(-100%);
transform: translateY(0%);
-webkit-transition: all ease 1s;
transition: all ease 1s;
}
.ninetheme-header-sticky.sticky-start{
position: fixed;
opacity: 1;
top: 0;
width: 100%;
-moz-transform: translateY(0%);
-ms-transform: translateY(0%);
-webkit-transform: translateY(0%);
transform: translateY(0%);
-webkit-transition: all ease 0.5s;
transition: all ease 0.5s;
-webkit-box-shadow: -2px 2px 45px -20px rgba(0, 0, 0, .3);
-moz-box-shadow: -2px 2px 45px -20px rgba(0, 0, 0, .3);
box-shadow: -2px 2px 45px -20px rgba(0, 0, 0, .3);
z-index: 100;
background-color: var(--ninetheme-primary);
}
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: 90px;
}
.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: -ms-flexbox;
display: flex;
-ms-flex-wrap: wrap;
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: 0;
left: 0;
right: 0;
border-radius: 0 0 5px 5px;
top: 97%;
}
.ninetheme-header-row .ninetheme-header-default-bottom-sticky > .container-xl .ninetheme-header-top-left {
padding-left: 30px;
}
.ninetheme-header-default-bottom .ninetheme-header-top-right .ninetheme-header-default-inner>div:last-child {
background: var(--ninetheme-green-soft);
padding: 0 30px;
margin-right: -10px;
border-radius: 0 5px 5px 0;
}
.has-header-boxed-layout .ninetheme-header-default-bottom-sticky.sticky-start>.container-xl {
max-width: 1280px;
padding: 0 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:0;
border-radius:0;
}
.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: var(--ninetheme-primary);
min-height: 74px;
}
.ninetheme-header-default-topbar.ninetheme-header-row {
border-bottom: 1px solid var(--ninetheme-border);
z-index: 3;
font-size: 12px;
}
.ninetheme-header-default-center.ninetheme-header-row {
padding: 0;
z-index: 2;
display: flex;
align-items: center;
}
.ninetheme-header-default-topbar .ninetheme-header-default-inner {
align-items: stretch;
height: 100%;
}
.ninetheme-header-default-topbar .ninetheme-header-default-inner> div {
min-height: 45px;
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-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 .top-action-btn {
margin-left: 15px;
position: relative;
flex-direction: column;
justify-content: center;
align-items: center;
cursor: pointer;
}
.ninetheme-header-default .top-action-btn .top-action-btn-text {
font-size: 11px;
}
.ninetheme-header-default-inner .header-top-buttons>.top-action-btn:last-child {
margin-right: 0;
}
.ninetheme-header-default-inner .header-top-buttons.counter-right>.top-action-btn:last-child {
margin-right: 4px;
}
.ninetheme-header-default-inner .header-top-buttons>.top-action-btn:first-child {
margin-left: 0;
}
.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: 10px;
}
.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: 74px;
}
.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: auto;
right: -5px;
top: -7px;
}
.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;
flex-direction: column;
}
.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: 0 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 {
-webkit-transition: none;
-ms-transition: none;
-o-transition: none;
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: 0;
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: 0;
position: relative;
top: -17px;
right: 0;
left: auto;
color: var(--ninetheme-light);
text-align: center;
text-transform: uppercase;
letter-spacing: 0.5px;
border-radius: 0;
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: 4px solid;
border-right-color: transparent !important;
border-bottom-color: transparent !important;
border-right-width: 7px;
border-left-width: 0;
border-color: inherit;
}
.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 {
-webkit-transition: all 0.3s ease-out 0s;
-moz-transition: all 0.3s ease-out 0s;
-ms-transition: all 0.3s ease-out 0s;
-o-transition: all 0.3s ease-out 0s;
transition: all 0.3s ease-out 0s;
}
.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 0;
background-color: var(--ninetheme-light);
border-radius: 0 0 5px 5px;
border: none;
display: block;
opacity: 0;
visibility: hidden;
-webkit-box-shadow: 0 15px 30px -4px rgb(0 0 0 / 26%);
-moz-box-shadow: 0 15px 30px -4px rgba(0, 0, 0, .09);
box-shadow: 0 15px 30px -4px rgb(0 0 0 / 21%);
transform: translateY(20px);
transition: none;
}
.ninetheme-header-top-menu-area>ul>li>.submenu,
.ninetheme-header-top-menu-area>ul>li>.item-shortcode-wrapper {
left: 0;
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 .65s cubic-bezier(.165,.84,.44,1) .075s,opacity .65s cubic-bezier(.165,.84,.44,1) .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: -ms-flexbox;
display: flex;
-ms-flex-wrap: wrap;
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 .65s cubic-bezier(.165,.84,.44,1) .075s,opacity .65s cubic-bezier(.165,.84,.44,1) .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: 0;
}
.ninetheme-header-top-menu-area ul li .submenu>li {
margin-left: 0;
text-align: left;
display: block;
position: relative;
padding: 0 25px;
}
.ninetheme-header-top-menu-area>ul>li.menu-item-mega-parent>.submenu>li.menu-item-has-children>.submenu {
display: block;
position: static;
border: 0;
box-shadow: none;
min-width: 100%;
background: none;
animation: 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: 0 20px;
}
.ninetheme-header-top-menu-area>ul>li.menu-item-mega-parent:hover>.submenu.depth_0>li .submenu li {
padding-left: 0;
padding-right: 0;
}
.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.666667%;
flex: 0 0 16.666667%;
}
.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: 0 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: 0;
}
.ninetheme-header-bottom-bar:not(.ninetheme-elementor-template) {
border-top: 1px solid var(--ninetheme-gray);
padding: 10px 0;
}
.ninetheme-header-bottom-bar.show-on-scroll:not(.sticky-filter-active) {
height: 0;
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: 0;
}  .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: #bbbbbb;
}
.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: #222222;
}
.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 {
border: 0;
padding: 0;
background: none;
background-color: transparent;
border: 0;
}
.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-delay: .2s;
transition: transform .65s cubic-bezier(.165,.84,.44,1) .075s,opacity .65s cubic-bezier(.165,.84,.44,1) .15s;
transition-delay: .2s;
}  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: 0;
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: 0;
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: 0;
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(0);
transition: transform .65s cubic-bezier(.165,.84,.44,1) .075s,opacity .65s cubic-bezier(.165,.84,.44,1) .15s;
}
.ninetheme-lang-menu .submenu .active {
color: var(--ninetheme-green);
}
.ninetheme-header-top-right .ninetheme-header-mini-dropdown .submenu {
right: 0;
left: auto;
}
@media(max-width:1280px) {
.ninetheme-header-mini-dropdown .submenu {
right: 0;
left: auto;
}
}  .ninetheme-header-wc-categories.ninetheme-wc-vertical-menu {
display: flex;
align-items: center;
padding: 0px 20px 0 00px;
position: relative;
}
.ninetheme-header-wc-categories .ninetheme-vertical-catmenu-title {
font-size: 12px;
color: var(--ninetheme-light);
background: var(--ninetheme-yellow);
padding: 10px 15px;
border-radius: 4px;
text-transform: uppercase;
line-height: 1;
cursor: pointer;
display: flex;
align-items: flex-end;
}
.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 0;
background-color: var(--ninetheme-light);
border-radius: 0 0 5px 5px;
border: none;
display: block;
opacity: 0;
visibility: hidden;
-webkit-box-shadow: 0 15px 30px -4px rgb(0 0 0 / 9%);
-moz-box-shadow: 0 15px 30px -4px rgba(0, 0, 0, .09);
box-shadow: 0 15px 30px -4px rgb(0 0 0 / 17%);
left: 0;
top: 100%;
transform: translateY(20px);
}
.ninetheme-header-wc-categories .primary-cats .submenu {
min-width: 230px;
left: 100%;
top: 0;
}
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 .65s cubic-bezier(.165,.84,.44,1) .075s,opacity .65s cubic-bezier(.165,.84,.44,1) .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: 0;
padding-left: 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: 0;
}
.ninetheme-header-wc-categories .primary-cats>li,
.ninetheme-header-wc-categories .submenu>li {
margin-left: 0;
text-align: left;
display: flex;
align-items: center;
position: relative;
padding: 0 25px;
}
.ninetheme-header-wc-categories .primary-cats>li {
padding: 0;
}
.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 {
margin-left: 8px;
font-size: 10px;
}
.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: 0;
left: 0;
opacity: 0;
}
.ninetheme-product:not(.added-term):hover .has-images .product-thumb {
opacity: 0;
-moz-transition: all ease 0.55s;
-webkit-transition: all ease 0.55s;
-o-transition: all ease 0.55s;
-ms-transition: all ease 0.55s;
transition: all ease 0.55s;
}
.ninetheme-product:not(.added-term):hover .has-images .overlay-thumb {
opacity: 1;
-moz-transition: all ease 0.55s;
-webkit-transition: all ease 0.55s;
-o-transition: all ease 0.55s;
-ms-transition: all ease 0.55s;
transition: all ease 0.55s;
}
.ninetheme-product .ninetheme-stock-status {
padding: 2px 10px 2px;
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: 0;
left: 0;
}
.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: 0;
left: 0;
z-index: 1;
}
.has-iframe-video .ninetheme-product-labels {
display: none;
}
.has-iframe-video .ninetheme-loop-product-iframe-wrapper {
padding: 0;
padding-top: 100%;
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 0;
}
.ninetheme-loop-item-list-wrapper .star-rating {
margin: 0px 0 15px;
}
.ninetheme-product-excerpt {
margin: 0;
}
.ninetheme-loop-product .ninetheme-loop-product-more-details .ninetheme-product-excerpt {
margin: 10px 0;
}
.ninetheme-loop-product-shipping-dimensions {
margin: 10px 0 0;
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 {
-moz-transition: all ease 0.25s;
-webkit-transition: all ease 0.25s;
-o-transition: all ease 0.25s;
-ms-transition: all ease 0.25s;
transition: all ease 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: 0;
left: 0;
width: 100%;
height: 100%;
opacity: 0;
visibility: hidden;
display: inline-flex;
flex-wrap: wrap;
align-items: center;
-moz-transform: translateY(100%);
-webkit-transform: translateY(100%);
-o-transform: translateY(100%);
-ms-transform: translateY(100%);
transform: translateY(100%);
}
.ninetheme-product:hover .ninetheme-cart-hidden {
-moz-transform: translateY(0px);
-webkit-transform: translateY(0px);
-o-transform: translateY(0px);
-ms-transform: translateY(0px);
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 {
-moz-transform: translateY(-100%);
-webkit-transform: translateY(-100%);
-o-transform: translateY(-100%);
-ms-transform: translateY(-100%);
transform: translateY(-100%);
opacity: 0;
visibility: hidden;
}
.ninetheme-product-list .ninetheme-cart-hidden.ninetheme-mini-icon {
-webkit-box-pack: flex-start;
-webkit-justify-content: flex-start;
-ms-flex-pack: flex-start;
justify-content: flex-start;
}
.ninetheme-loop-item-list-wrapper {
position: relative;
overflow: hidden;
padding: 15px;
margin-bottom: 30px;
border: 1px solid var(--ninetheme-gray);
-moz-box-shadow: -2px 2px 45px -20px rgba(0, 0, 0, .3);
}
.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 {
background-color: transparent !important;
color: var(--ninetheme-dark);
border: 0;
padding: 0;
height: auto;
justify-content: flex-start;
text-transform: uppercase;
font-size: 11px;
}
.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 {
width: 100%;
font-size: 16px;
width: 100%;
display: block;
padding: 0;
color: var(--ninetheme-dark);
}
.woocommerce div.product .ninetheme-product form.cart {
margin-bottom: 0;
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-wrap: wrap;
flex-direction: column;
align-items: center;
justify-content: center;
position: absolute;
right: -36px;
top: 10px;
opacity: 0;
-moz-transition: all ease 0.25s;
-webkit-transition: all ease 0.25s;
-o-transition: all ease 0.25s;
-ms-transition: all ease 0.25s;
transition: all ease 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: 0;
left: 0;
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: 0;
left: 0;
}
.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: 0;
width: 100%;
height: 100%;
border: 0;
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: 0;
}
.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 .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: 0;
background-color: currentColor;
position: absolute;
bottom: 0;
left: 0;
-webkit-transition: width .25s;
transition: width .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: 0;
}
.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: 0;
width: auto;
text-align: right;
padding: 0 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%, 0);
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: 0;
}
.ninetheme-product-type-7 .ninetheme-loop-product-buttons-static {
margin: 0 0 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: 0;
}
.ninetheme-product-type-8 .ninetheme-loop-product-buttons-hover .ninetheme-product-button {
width: 30px;
height: 30px;
border-radius: 0px;
margin-top: 0;
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: 0;
}
}
@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;
-webkit-justify-content: flex-start;
-ms-flex-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 {
-moz-transform: translateY(0px);
-webkit-transform: translateY(0px);
-o-transform: translateY(0px);
-ms-transform: translateY(0px);
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 {
-moz-transform: none;
-webkit-transform: none;
-o-transform: none;
-ms-transform: none;
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:768px) {}
@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: #f2f4ec;
border: none;
padding: 15px;
}
input[type=checkbox],
input[type=radio] {
margin: 0;
line-height: 0;
margin-right: 5px;
} nav.navbar.transparent-white ul.ul-h.nav-menu>li>a {
text-decoration: none;
} nav.navbar .container .row>div {
padding: 0;
}
body:not(.edlementor-page) .nav-menu.nav-social i {
font-family: 'FontAwesome';
}   .ninetheme-product-category-type .ninetheme-category-inner {
padding: 10px;
min-height: 170px;
text-align: center;
display: flex;
align-items: center;
justify-content: center;
position: relative;
}
.ninetheme-category-content {
margin-top: 10px;
}
.ninetheme-category-content .ninetheme-category-title {
margin: 0;
text-transform: uppercase;
font-size: 12px;
letter-spacing: 1px;
}
.ninetheme-category-content .ninetheme-category-description {
margin: 0;
}
.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: 0;
}
.ninetheme-product-category-type.style-2 .swiper-slide {
margin: 0;
}
.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: 0;
}
.ninetheme-product-category-grid.style-2 {
margin: 0;
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: #fff;
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: -webkit-box;
display: -ms-flexbox;
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: 0;
}
.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: 0;
}
.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;
-webkit-transition: all 0.15s ease-in-out;
transition: all 0.15s ease-in-out;
}
.ninetheme-woo-banner-wrapper .ninetheme-banner-link {
z-index: 3;
}
.ninetheme-woo-banner-wrapper .ninetheme-banner-image {
position: relative;
overflow: hidden;
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: 0;
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;
top: 0;
left: 0;
right: 0;
bottom: 0;
width: 100%;
height: 100%;
}
.ninetheme-woo-banner-wrapper img {
height: auto;
min-height: 100%;
object-fit: cover;
-webkit-transition: all 0.15s ease-in-out;
transition: all 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: 0;
}
.ninetheme-woo-banner-wrapper .banner-content-item {
display: block;
margin: 0;
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;
-webkit-transform: translateY(20px);
transform: translateY(20px);
-webkit-transition: all 0.15s ease-in-out;
transition: all 0.15s ease-in-out;
}
.ninetheme-woo-banner-wrapper.banner-style-card-hover:hover .ninetheme-banner-content .banner-content-item+.banner-content-item {
-webkit-transition-delay: 0.15s;
transition-delay: 0.15s;
}
.ninetheme-woo-banner-wrapper.banner-style-card-hover:hover .ninetheme-banner-content>div>* {
opacity: 1;
-webkit-transform: translateY(0px);
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: 0;
left: 0;
position: absolute;
overflow: hidden;
z-index: 0;
direction: ltr;
-webkit-transition: opacity 1s;
-o-transition: opacity 1s;
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%;
-webkit-transform: translate(-50%, -50%);
-ms-transform: translate(-50%, -50%);
transform: translate(-50%, -50%);
max-width: none !important;
}
.shop-cat-banner-template-wrapper {
position: relative;
overflow: hidden;
}  .ninetheme-testimonials .slick-list {
padding: 0 !important;
}
.ninetheme-testimonials .ninetheme-testimonial-content p {
font-size: 22px;
line-height: 1.75;
}
.ninetheme-testimonials .ninetheme-testimonial-info .name {
margin: 0;
}
.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: 0;
margin-left: 30px;
}
.ninetheme-testimonial-3 .ninetheme-testimonial-content {
margin-top: 40px;
}  .swiper-slide>[class^="col-"],
.swiper-slide>[class*=" col-"] {
-ms-flex: 0 0 100% !important;
flex: 0 0 100%;
max-width: 100%;
padding: 0 !important;
}
.ninetheme-tab-nav {
display: flex;
flex-wrap: wrap;
}
.ninetheme-tab-nav-item {
color: var(--ninetheme-dark);
position: relative;
padding-bottom: 5px;
overflow: hidden;
cursor: pointer;
}
.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 {
color: currentColor;
}
.ninetheme-tab-nav-item:after {
content: "";
width: 0;
position: absolute;
bottom: 0;
left: -2px;
height: 2px;
background-color: currentColor;
-webkit-transition: width .25s;
transition: width .25s;
}
.ninetheme-tab-nav-item:hover:after,
.ninetheme-tab-nav-item.is-active:after {
width: 100%;
left: 0;
}
.ninetheme-tab-nav-item:not(:last-child) {
margin-right: 20px;
}
.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: 0 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: 0 10px 10px 0;
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: 0;
background: white;
z-index: 99;
padding: 15px;
border-radius: 5px;
border: 1px solid var(--ninetheme-gray);
background-color: var(
--ninetheme-light);
-webkit-box-shadow: -2px 2px 45px -20px rgb(0 0 0 / 30%);
-moz-box-shadow: -2px 2px 45px -20px rgba(0, 0, 0, .3);
box-shadow: -2px 2px 45px -20px rgb(0 0 0 / 30%);
}
.ninetheme-tab-nav .ninetheme-tab-nav-item.has-icon,
.ninetheme-tab-nav .ninetheme-tab-nav-item:not(.has-icon) {
margin: 0;
padding-bottom: 0;
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-direction: row;
flex-wrap: 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: 0;
}
.post--data .comment-form-comment {
margin: 0;
}
.post--data #respond p.form-submit {
margin: 0;
}
p.comment-form-cookies-consent input#wp-comment-cookies-consent {
margin-right: 10px;
}
p.comment-form-cookies-consent label {
width: auto;
margin: 0;
line-height: 1;
}
.comment-form input#submit {
width: auto;
line-height: 1;
min-width: 150px;
border : 0px;
}
#nt-single .blog-post-meta {
margin: 30px 0 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: all 0.18s ease-out 0.18s;
text-indent: 0;
font-weight: normal;
font-style: normal;
text-shadow: none;
font-size: 12px;
background: rgba(16, 16, 16, 0.95);
border-radius: 2px;
color: var(--ninetheme-light);
border-radius: 4px;
content: attr(aria-label);
padding: .5em 1em;
position: absolute;
white-space: nowrap;
z-index: 10;
}
[aria-label][data-balloon-pos]:before {
width: 0;
height: 0;
border: 5px solid transparent;
border-top-color: rgba(16, 16, 16, 0.95);
opacity: 0;
pointer-events: none;
transition: all 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, 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%, 0);
}
[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%, 0);
}
[aria-label][data-balloon-pos][data-balloon-pos*="-left"]:after {
left: 0;
}
[aria-label][data-balloon-pos][data-balloon-pos*="-left"]:before {
left: 5px;
}
[aria-label][data-balloon-pos][data-balloon-pos*="-right"]:after {
right: 0;
}
[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(0, 0);
}
[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(0, 0);
}
[aria-label][data-balloon-pos][data-balloon-pos^="up"]:before,
[aria-label][data-balloon-pos][data-balloon-pos^="up"]:after {
bottom: 100%;
transform-origin: 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: 0;
height: 0;
border: 5px solid transparent;
border-bottom-color: rgba(16, 16, 16, 0.95);
}
[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(0, -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(0, -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: 0;
height: 0;
border: 5px solid transparent;
border-left-color: rgba(16, 16, 16, 0.95);
}
[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: 0;
height: 0;
border: 5px solid transparent;
border-right-color: rgba(16, 16, 16, 0.95);
}
[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: all .3s linear 0s;
transition-duration: .15s;
}
.ninetheme-pointer-wrapper .ninetheme-pointer.has-pulse:before {
content: "";
width: 46px;
height: 46px;
position: absolute;
top: -8px;
left: -8px;
border: 2px solid;
border-radius: 100%;
-webkit-animation: doublePulse 1.5s ease infinite;
animation: doublePulse 1.5s ease infinite;
z-index: 0;
border-color: var(--ninetheme-dark);
}
.tooltipster-base .ninetheme-product:not(.row) {
margin-bottom: 0;
}
.tooltipster-base a:hover {
opacity: 1;
}
.tooltipster-base .ninetheme-btn-small {
padding: 0;
}
.tooltipster-sidetip.tooltipster-base .tooltipster-content {
color: inherit;
line-height: inherit;
padding: 20px;
}
@-webkit-keyframes doublePulse{
0%{
-webkit-transform:scale(.6);
transform:scale(.6);
opacity:1
}
100%{
-webkit-transform:scale(1);
transform:scale(1);
opacity:0
}
}
@keyframes doublePulse{
0%{
-webkit-transform:scale(.6);
transform:scale(.6);
opacity:1
}
100%{
-webkit-transform:scale(1);
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 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: 0 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 {
background-image: none;
border: none;
color: var(--ninetheme-text-soft);
position: relative;
top: auto;
left: auto;
bottom: auto;
right: auto;
margin: 0;
transform: none;
opacity: 1;
background: var(--ninetheme-gray-soft);
width: 20px;
height: 20px;
border-radius: 5px;
}
.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: 0 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: 768px) {}
@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: 0;
}
.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: 0;
}
.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 20px;
}
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;
align-items: center;
height: 70px;
padding: 0 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: 0;
}
.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;
}
.sidebar-top-action .top-action-btn {
margin: 0px;
}
.sidebar-top-action {
display: flex;
flex: 0 0 90%;
width: 90%;
justify-content: space-between;
align-items: center;
flex-direction: row;
margin-top: 4px;
}
.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: 0;
padding: 10px;
opacity: 0;
visibility: hidden;
border-top: 1px solid var(--ninetheme-gray);
-moz-transform: translateX(-150%);
-ms-transform: translateX(-150%);
-webkit-transform: translateX(-150%);
transform: translateX(-150%);
will-change: transform;
}
.ninetheme-header-mobile-sidebar-bottom.active {
opacity: 1;
visibility: visible;
-moz-transform: translateX(0%);
-ms-transform: translateX(0%);
-webkit-transform: translateX(0%);
transform: translateX(0%);
-webkit-transition: opacity 0.75s ease, transform 0.75s ease;
transition: opacity 0.75s ease, transform 0.75s ease;
}
.sidebar-bottom-socials a {
margin: 0 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: 0;
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 {
-webkit-transition: all 0.15s ease-in-out;
transition: all 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;
-webkit-transition: opacity 0.75s ease, transform 0.75s ease;
transition: opacity 0.25s ease, transform 0.25s ease;
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 {
-webkit-transform: translateY(0%);
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;
top: 0;
left: 0;
right: 0;
bottom: 0;
width: 100%;
height: 100%;
min-height: 100%;
object-fit: cover;
-webkit-transition: all 0.15s ease-in-out;
transition: all 0.15s ease-in-out;
}
.ninetheme-team-item.box-type-card .ninetheme-team-item-inner:before {
content: "";
position: absolute;
top: 0;
left: 0;
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: 0;
}
.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: #eee;
border-radius: 50%;
position: absolute;
left: calc( 40px / 2 - 3px);
top: 40%;
}
.ninetheme-gallery-wrapper .ninetheme-gallery-items {
margin: 0 -15px;
}
.ninetheme-gallery-wrapper .ninetheme-gallery-item {
overflow: hidden;
position: relative;
padding: 0 15px;
margin-bottom: 30px;
width: 33.33333333%;
}
.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: 0;
left: 0;
background: var(--ninetheme-light);
z-index: 1;
-webkit-transform: translate3d(0,0,0);
transform: translate3d(0,0,0);
-webkit-transition: all 1s cubic-bezier(1,0,.55,1);
transition: all 1s cubic-bezier(1,0,.55,1);
}
.ninetheme-gallery-wrapper .ninetheme-gallery-item-overlay.animated {
-webkit-transform: translate3d(100%,0,0);
transform: translate3d(100%,0,0);
}
.ninetheme-gallery-wrapper .ninetheme-gallery-item-inner>a {
display: block;
}
.ninetheme-gallery-wrapper .ninetheme-gallery-item-inner img {
-webkit-transition: all .5s;
transition: all .5s;
}
.ninetheme-gallery-wrapper .ninetheme-gallery-item-inner .ninetheme-gallery-item-info-wrapper {
position: absolute;
top: 0;
left: 0;
width: 100%;
height: 100%;
background: rgba(38,38,40,.5);
text-align: center;
-webkit-transition: all .5s;
transition: all .5s;
opacity: 0;
visibility: hidden;
display: -webkit-box;
display: -ms-flexbox;
display: flex;
-webkit-box-align: center;
-ms-flex-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: 0 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;
-webkit-transition: all .8s;
transition: all .8s;
-webkit-box-shadow: 0 40px 30px -40px rgba(0,0,0,.3);
box-shadow: 0 40px 30px -40px rgba(0,0,0,.3);
}
.ninetheme-gallery-slider .ninetheme-gallery-post-item.image-type-bg .ninetheme-gallery-post-item-inner {
background-size: cover;
background-position: center;
background-repeat: no-repeat;
min-height: 450px;
}
.ninetheme-gallery-slider .ninetheme-gallery-post-item-inner:after {
content: '';
position: absolute;
top: 0;
left: 0;
width: 100%;
height: 100%;
background: -webkit-gradient(linear, left bottom, left top, from(rgba(0, 0, 0, 0.7)), to(transparent));
background: -webkit-linear-gradient(bottom, rgba(0, 0, 0, 0.7), transparent);
background: -o-linear-gradient(bottom, rgba(0, 0, 0, 0.7), transparent);
background: linear-gradient(to top, rgba(0, 0, 0, 0.7), transparent);
opacity: 0;
-webkit-transition: all .5s;
-o-transition: all .5s;
transition: all .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%;
padding: 0 40px 40px;
}
.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;
-webkit-transform: translateY(-20px);
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;
-webkit-transform: translateY(20px);
transform: translateY(20px);
}
.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 {
-webkit-transition: all .7s;
transition: all .7s;
-webkit-transition-delay: .5s;
transition-delay: .5s;
}
.ninetheme-gallery-slider .swiper-slide-active .ninetheme-gallery-post-content .ninetheme-gallery-post-excerpt {
-webkit-transition-delay: .7s;
transition-delay: .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;
-webkit-transform: translateY(0px);
transform: translateY(0px);
}  .ninetheme-bottom-mobile-nav {
position: fixed;
-webkit-box-align: center;
-ms-flex-align: center;
align-items: center;
width: 100%;
height: 4rem;
bottom: 0;
left: 0;
background-color: var(--ninetheme-light);
-webkit-box-shadow: -2px 2px 45px -20px rgb(0 0 0 / 30%);
-moz-box-shadow: -2px 2px 45px -20px rgba(0, 0, 0, .3);
box-shadow: -2px 2px 45px -20px rgb(0 0 0 / 30%);
z-index: 101;
padding-top: 5px;
will-change: transform;
-webkit-transition: opacity 0.25s ease, ease;
transition: opacity 0.25s ease, transform 0.25s ease;
}
.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 {
-moz-transform: translateY(100%);
-ms-transform: translateY(100%);
-webkit-transform: translateY(100%);
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: -webkit-box;
display: -ms-flexbox;
display: flex;
-webkit-box-align: center;
-ms-flex-align: center;
align-items: center;
-webkit-box-pack: justify;
-ms-flex-pack: justify;
justify-content: space-between;
-webkit-box-orient: horizontal;
-webkit-box-direction: normal;
-ms-flex-flow: row wrap;
flex-flow: row wrap;
margin: 0;
padding: 0;
list-style: none;
}
.ninetheme-bottom-mobile-nav .menu-item a {
position: relative;
display: -webkit-inline-box;
display: -ms-inline-flexbox;
display: inline-flex;
-webkit-box-align: center;
-ms-flex-align: center;
align-items: center;
-webkit-box-pack: center;
-ms-flex-pack: center;
justify-content: center;
-webkit-box-orient: vertical;
-webkit-box-direction: normal;
-ms-flex-direction: column;
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: -webkit-box;
display: -ms-flexbox;
display: flex;
-moz-transform: translateY(0);
-ms-transform: translateY(0);
-webkit-transform: translateY(0);
transform: translateY(0);
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 {
position: relative;
}
.ninetheme-ajax-search-results {
display: none;
position: absolute;
width: 100%;
max-height: calc( 100vh - 230px );
padding: 10px 20px;
border: 1px solid var(--ninetheme-border);
z-index: 15;
transform: translateY(1px);
}
.ninetheme-ajax-search-results.loading,
.ninetheme-ajax-search-results.active {
display: block;
min-height: 40px;
}
.ninetheme-ajax-search-results ul {
list-style: none;
margin:0;
padding: 0;
}
.ninetheme-ajax-search-results ul li {
display: block;
padding: 12px 0;
position: relative;
border-bottom: 1px dashed #e0e0e0;
}
.ninetheme-ajax-search-results ul li:last-child {
border-bottom: none;
}
.ninetheme-ajax-search-results ul li a {
display: table;
width: 100%;
}
.ninetheme-ajax-search-results ul li a > * {
display: table-cell;
vertical-align: top;
}
.ninetheme-ajax-search-results .ninetheme-ajax-product-image {
width: 65px;
max-width: 65px;
}
.ninetheme-ajax-product-data {
padding-left: 20px;
}
.ninetheme-ajax-search-results .ninetheme-ajax-product-title {
display: block;
margin-bottom: 7px;
font-size: 14px;
}
.ninetheme-ajax-product-data .ninetheme-ajax-product-price {
font-size: 14px;
margin-bottom: 10px;
color: var(--ninetheme-primary);
font-weight: 500;
}
.ninetheme-ajax-product-stock {
padding: 6px 10px;
background: var(--ninetheme-green-soft);
color: var(--ninetheme-light);
display: inline-block;
line-height: 1;
border-radius: 3px;
font-size: 9px;
font-weight: 500;
text-transform: uppercase;
letter-spacing: 1px;
}
.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: 0;
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]::-ms-clear,
input.hide-clear[type=search]::-ms-reveal {
display: none;
width: 0;
height: 0;
} 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;
-moz-transition: -moz-transform ease 0.25s;
-webkit-transition: -webkit-transform ease 0.25s;
-o-transition: -o-transform ease 0.25s;
-ms-transition: -ms-transform ease 0.25s;
transition: transform ease 0.25s;
}
.ninetheme-ajax-close-search-results:before{
-webkit-transform: rotate(45deg);
-moz-transform: rotate(45deg);
-ms-transform: rotate(45deg);
-o-transform: rotate(45deg);
transform: rotate(45deg);
}
.ninetheme-ajax-close-search-results:after {
-webkit-transform: rotate(-45deg);
-moz-transform: rotate(-45deg);
-ms-transform: rotate(-45deg);
-o-transform: rotate(-45deg);
transform: rotate(-45deg);
}
.ninetheme-ajax-close-search-results:hover:after {
-webkit-transform: rotate(45deg);
-moz-transform: rotate(45deg);
-ms-transform: rotate(45deg);
-o-transform: rotate(45deg);
transform: rotate(45deg);
}
.ninetheme-ajax-close-search-results:hover:before {
-webkit-transform: rotate(-45deg);
-moz-transform: rotate(-45deg);
-ms-transform: rotate(-45deg);
-o-transform: rotate(-45deg);
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( 100vh - 330px );
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( 100vh - 195px );
}
.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: 620px;
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: flex;
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;
}
.ninetheme-ajax-product-search.style-inline .ninetheme-ajax-category.nice-select,
.ninetheme-ajax-product-search.style-inline select {
width: 42%;
margin-bottom: 0px;
border-right: 0;
padding-left: 60px;
border: 0;
}
.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: 0;
border-radius: 0px;
}
.ninetheme-ajax-product-search.style-inline .ninetheme-ajax-category.nice-select {
border: 0;
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: 0;
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 0;
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: 0;
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-direction: row;
flex-wrap: nowrap;
justify-content: space-between;
align-items: center;
align-content: center;
min-width: auto;
}
.ninetheme-ajax-search-wrapper button.ninetheme-ajax-search-submit,
.ninetheme-ajax-search-wrapper .ninetheme-ajax-close-search-results {
border: 0;
position: absolute;
top: 0px;
right: 0px;
color: var(--ninetheme-light);
background-color: var(--ninetheme-secondary);
height: 100%;
width: 40px;
height: calc(100% - 9px);
margin: 4px;
display: flex;
align-items: center;
justify-content: center;
} .ninetheme-ajax-product-search.style-circle form {
border: 1px solid;
border-color: var(--ninetheme-border);
border-radius: 5px;
}
.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: 0;
}
.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;
}
.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: 0;
}
.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;
}
.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"] {
border: 0;
padding-left: 20px;
}
.ninetheme-ajax-product-search.style-inline.style-select-bars .ninetheme-ajax-category.nice-select {
width: 65px;
display: flex;
align-items: center;
justify-content: center;
padding: 0;
left: 0;
position: absolute;
height: 100%;
}
.ninetheme-ajax-product-search.style-select-bars form select {
display: none;
}
.ninetheme-ajax-product-search.style-select-bars span.current {
position: absolute;
font-size: 0;
width: 100%;
height: 100%;
line-height: 1;
}
.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( 50vh - 100px );
max-width: 553px;
left: 10.7%;
margin-top: -2px;
border-radius: 0 0 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: 0;
}
.ninetheme-header-mobile-content .ninetheme-ajax-product-search.style-select-bars .ninetheme-ajax-search-wrapper input[type="search"] {
min-height: 100%;
padding: 0 40px 0 20px;
}
.ninetheme-header-mobile-content .ninetheme-ajax-product-search.style-select-bars .ninetheme-ajax-category.nice-select {
left: 0;
}
.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: 0px 5px 30px rgba(0, 0, 0, .1);
border-radius: 8px;
z-index: 100;
padding: 20px;
opacity: 0;
visibility: hidden;
pointer-events: none;
transform: translateY(100%);
will-change: transform;
-webkit-transition: opacity 0.25s ease, ease;
transition: opacity 0.25s ease, transform 0.25s ease;
}
.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: #ed174a;
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;
}
}
@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;
}
}
.ninetheme-ajax-search-results .add_to_cart_inline {
position: absolute;
bottom: 12px;
left: 0;
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: #fff;
}
.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: 0;
z-index: 101;
font-size: 12px;
}
.ninetheme-features-item {
position: relative;
overflow: hidden;
}
.ninetheme-features-item .features-link {
position: absolute;
top: 0;
left: 0;
width: 100%;
height: 100%;
}
.woosc-popup:not(.open) {
pointer-events: none;
}
.action-content .category-area-inner {
overflow: hidden;
overflow-y: 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.ninetheme-swiper-thumbnails.swiper-container:not(.swiper-initialized) {
opacity: 0;
}