.has-overlay {
overflow: inherit;
}
body:not(.page-loaded) .ninetheme-canvas-menu {
display: none;
}
header.header-fixed {
position: absolute;
width: 100%;
top: 0;
left: 0;
z-index: 100;
}
.ninetheme-header-sticky {
position: fixed;
top: 0;
left: 0;
opacity: 0;
width: 100%;
height: auto;
min-height: 70px;
z-index: 105;
background-color: var(--ninetheme-light);
display: flex;
align-items: center;
transform: translateY(-100%);
-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%);
transition: opacity 0.4s cubic-bezier(.19,1,.22,1),transform 0.4s cubic-bezier(.19,1,.22,1);
}
.scroll-start .ninetheme-header-sticky.sticky-start  {
opacity: 1;
transform: none;
}
body.admin-bar.scroll-start .ninetheme-header-sticky.sticky-start {
top: 32px;
}
.ninetheme-header-part:not(.ninetheme-header-sticky) {
position: relative;
}
.ninetheme-header-top {
font-size: 12px;
border-bottom: 1px solid var(--ninetheme-border);
width: 100%;
font-size: 10px;
text-transform: uppercase;
font-weight: 500;
letter-spacing: 0.3px;
}
.ninetheme-header-bottom {
border: 1px solid var(--ninetheme-border);
border-right: 0;
border-left: 0;
padding: 5px 0;
}
.ninetheme-header-bottom.bg-trans-light {
border-bottom: 1px solid var(--ninetheme-border);
}
.ninetheme-header-inner {
display: flex;
align-items: stretch;
justify-content: space-between;
flex-wrap: wrap;
width: 100%;
max-width: 1580px;
padding-left: 20px;
padding-right: 20px;
margin-left: auto;
margin-right: auto;
min-height: 40px;
height: 100%;
gap: 20px;
position: relative;
}
.ninetheme-header-middle .ninetheme-header-inner {
min-height: 60px;
}
.ninetheme-header-bottom .ninetheme-header-inner {
min-height: 50px;
}
.header-col {
display: flex;
align-items: center;
gap: 15px;
}
.header-col.col-left {
justify-content: flex-start;
}
.header-col.col-center {
justify-content: center;
flex: 1 1 auto;
}
.header-col.col-right {
justify-content: flex-end;
}
.type-minimenu>.nav {
display: flex;
align-items: center;
justify-content: center;
gap: 15px;
list-style: none;
font-size: 12px;
text-transform: uppercase;
font-weight: 500;
line-height: 1;
}
.type-minimenu>.nav li:nth-child(1) a {
color: var(--ninetheme-green);
}
.type-minimenu>.nav li:nth-child(2) a {
color: var(--ninetheme-blue-soft);
}
.type-minimenu>.nav li:nth-child(3) a {
color: var(--ninetheme-blue);
}
.type-minimenu>.nav li:nth-child(4) a {
color: var(--ninetheme-red);
}
.type-dropdown {
position: relative;
height: 100%;
}
.type-dropdown>.nav {
height: 100%;
display: flex;
align-items: center;
list-style: none;
gap: 15px;
}
.type-dropdown ul.submenu {
list-style: none;
font-size: 10px;
visibility: hidden;
opacity: 0;
background-color: var(--ninetheme-light);
padding: 15px;
position: absolute;
top: 100%;
z-index: 99999;
display: flex;
align-items: flex-start;
flex-direction: column;
min-width: 100px;
width: max-content;
gap: 10px;
}
.col-right .type-dropdown ul.submenu {
left: auto;
right: 0;
}
.type-dropdown .has-dropdown {
position: relative;
height: 100%;
display: flex;
align-items: stretch;
}
.type-dropdown ul.submenu a {
color: var(--ninetheme-dark);
}
.type-dropdown .dropdown-btn {
font-size: 8px;
transform: rotate(180deg);
}
.type-dropdown .has-dropdown>a {
display: flex;
align-items: center;
gap: 5px;
}
.ninetheme-header-inner .top-action-btn {
position: relative;
display: flex;
align-items: center;
justify-content: center;
max-width: 23px;
max-height: 23px;
}
.ninetheme-header-top .top-action-btn svg {
width: 18px;
height: 18px;
}
.ninetheme-header-top .ninetheme-wc-count {
left: 10px;
}
.header-text,
.ninetheme-header-top .top-action-btn {
line-height: 1;
}
.account-page-link {
text-transform: uppercase;
font-weight: 500;
font-size: 12px;
display: flex;
align-items: center;
justify-content: center;
}
.header-shortcode {
display: flex;
align-items: center;
gap: 13px;
font-size: 10px;
text-transform: uppercase;
font-weight: 500;
letter-spacing: 0.3px;
line-height:0;
}
.header-shortcode a {
font-size: 14px;
}
.bg-light .header-shortcode .ht-c-url {
font-size: 12px;
color: var(--ninetheme-text);
}
.ninetheme-header-middle {
width: 100%;
display: flex;
align-items: center;
min-height: 85px;
}
.header-mainmenu.type-menu {
height: 100%;
}
.header-mainmenu ul.nav {
display: flex;
align-items: center;
gap: 20px;
height: 100%;
}
.header-mainmenu .nav>li>.submenu,
.header-mainmenu .nav>li>.submenu .submenu {
list-style: none;
font-size: 13px;
visibility: hidden;
opacity: 0;
background-color: var(--ninetheme-light);
padding: 20px;
position: absolute;
top: 100%;
z-index: 99999;
display: flex;
align-items: flex-start;
flex-direction: column;
gap: 7px;
min-width: 240px;
width: max-content;
border-radius: 0 0 5px 5px;
}
@media(min-width:1024px) {
.mega-container {
position: absolute;
top: 100%;
left: 20px;
width: calc(100% - 40px);
max-width: 1540px;
border-top: 1px solid var(--ninetheme-gray);
background-color: var(--ninetheme-light);
display: flex;
align-items: center;
justify-content: center;
z-index: 999;
opacity: 0;
visibility: hidden;
}
}
.ninetheme-mobile-menu .mega-container.has-el-template {
display:none;
}
.mega-container>li {
display: flex;
justify-content: center;
}
.header-mainmenu .mega-container>.submenu {
flex-direction: row;
max-width: 1340px;
display: flex;
margin: 0 auto;
width: 100%;
flex-wrap: wrap;
align-items: flex-start;
justify-content: space-around;
list-style: none;
font-size: 12px;
gap: 10px;
padding: 30px;
}
.header-mainmenu.has-submenu {
min-width: 125px;
}
.header-mainmenu .mega-container .submenu .submenu {
list-style: none;
font-size: 12px;
display: flex;
flex-direction: column;
gap: 7px;
}
.header-mainmenu .mega-container .column-title {
font-size: 12px;
text-transform: uppercase;
font-weight: 600;
margin-bottom: 15px;
padding-bottom: 0;
}
.header-mainmenu .nav>li>.submenu .submenu {
left: 100%;
top: calc(-100% + 3px);
}
.col-right .header-mainmenu .nav>li>.submenu {
left: auto;
right: 0;
}
.col-right .header-mainmenu .nav>li>.submenu .submenu {
left: auto;
right: 100%;
}
.col-right .header-mainmenu .submenu li.has-dropdown .dropdown-btn {
transform: rotate(-90deg);
}
@media(min-width:1024px) {
.mega-container .column-title .dropdown-btn {
display:none;
}
}
.menu-item.has-icon>a {
display: flex;
align-items: center;
gap: 10px;
width: -webkit-fill-available;
}
.header-mainmenu>.nav>li:not(.mega-parent) {
display: flex;
position: relative;
align-items: center;
height: 100%;
}
.header-mainmenu>.nav>li.mega-parent {
display: flex;
align-items: center;
height: 100%;
}
.menu-item-has-children.has-dropdown:hover:before {
content: "";
position: absolute;
width: 100%;
height: 20px;
top: 96%;
left: 0;
z-index: 0;
}
.header-mainmenu>.nav>li>a {
font-size: 13px;
font-weight: 500;
color: var(--ninetheme-gray-dark);
text-transform: uppercase;
padding: 0;
display: block;
line-height: 1;
position: relative;
z-index: 1;
display: flex;
align-items: center;
gap: 6px;
}
.menu-item>a>svg {
width: 14px;
height: 14px;
fill: currentColor;
}
.header-mainmenu>.nav>li>.submenu>li,
.header-mainmenu>.nav>li>.submenu .submenu>li {
width: 100%;
position: relative; }
.header-mainmenu .submenu>li>a {
display: flex;
position: relative;
width: 100%;
padding: 4px 0px;
align-items: center;
}
.header-mainmenu .menu-item .menu-label {
position: absolute;
top: -30px;
max-height: 16px;
display: flex;
right: -1px;
font-size: 8px;
padding: 4px 5px;
color: var(--ninetheme-light);
background-color: var(--ninetheme-blue-soft);
border-radius: 3px;
letter-spacing: 0.5px;
align-items: center;
justify-content: center;
align-content: center;
text-transform: uppercase;
font-weight: 500;
}
.ninetheme-header-sticky.sticky-start .menu-item .menu-label {
top: -25px;
}
.header-mainmenu .menu-item .submenu .menu-label {
top: 3px;
right: 15px;
left: auto;
}
.menu-item-mega-parent {
position: static;
}
.mega-parent.column-5>.mega-container>ul.submenu>li {
width: 20%;
flex: 0 0 20%;
}
.header-mainmenu .dropdown-btn {
display: block;
transform: rotate(180deg);
font-size: 7px;
font-weight: bold;
color: currentColor;
}
.header-mainmenu .submenu li.has-dropdown .dropdown-btn {
transform: rotate(90deg);
position: absolute;
right: 15px;
}
.ninetheme-category-menu {
display: flex;
align-items: center;
position: relative;
height: 100%;
}
.ninetheme-category-menu .menu-title {
font-size: 14px;
font-weight: 500;
color: var(--ninetheme-light);
background-color: var(--ninetheme-dark);
padding: 13px 15px;
text-transform: uppercase;
line-height: 1;
cursor: pointer;
display: flex;
align-items: center;
justify-content: space-between;
height: auto;
gap: 10px;
border-radius: 5px;
}
.ninetheme-category-menu .title {
display: flex;
align-items: center;
gap: 10px;
}
.ninetheme-header-bottom .menu-title {
min-width: 230px;
}
.ninetheme-category-menu .menuBars {
width: 18px;
height: 18px;
}
.ninetheme-category-menu .icon-arrow {
display: block;
transform: rotate(180deg);
font-size: 10px;
}
.ninetheme-category-menu .submenu {
min-width: 230px;
position: absolute;
padding: 0;
background-color: var(--ninetheme-light);
border-radius: 5px;
border: none;
opacity: 0;
visibility: hidden;
left: 0;
top: 110%;
z-index: 998;
display: flex;
flex-direction: column;
gap: 0;
justify-content: space-between;
align-content: flex-start;
}
.ninetheme-category-menu.always-open>.submenu {
opacity: 1;
visibility: visible;
transform: none;
pointer-events: unset;
}
.ninetheme-category-menu .submenu .submenu {
right: auto;
left: 100%;
top: 0px;
}
.col-right .ninetheme-category-menu .submenu {
left: auto;
right: 0;
}
.col-right .ninetheme-category-menu .submenu .submenu {
right: 100%;
left: auto;
}
.ninetheme-category-menu .primary-cats>li,
.ninetheme-category-menu .submenu>li {
margin-left: 0;
text-align: left;
display: flex;
position: relative;
padding: 8px 15px;
align-items: center;
flex-direction: row;
}
.ninetheme-category-menu .primary-cats>li:not(last-child),
.ninetheme-category-menu .submenu>li:not(last-child) {
border-bottom: 1px solid var(--ninetheme-border);
}
.ninetheme-category-menu .product_cat {
width: 100%;
display: flex;
text-transform: capitalize;
line-height: 1;
align-items: center;
gap: 10px;
}
.ninetheme-category-menu-footer {
padding: 20px 15px !important;
gap: 7px;
display: flex;
flex-direction: column;
}
.ninetheme-category-menu-footer div ul {
gap: 7px;
display: flex;
flex-direction: column;
}
.ninetheme-category-menu-footer div ul li a {
font-weight: 600;
color: var(--ninetheme-green) !important;
}
header .ninetheme-vertical-catmenu-primary.submenu .menu-item-has-children> .product_cat:after {
font-family: 'ninetheme-font';
content: "\f115";
position: absolute;
right: 18px;
transform: rotate(90deg);
font-size: 7px;
}
.bg-light .ninetheme-category-menu > .submenu li:hover> .product_cat:after {
color: var(--ninetheme-light);
}
.ninetheme-category-menu .submenu .dropdown-btn {
display: block;
position: relative;
font-size: 10px;
color: currentColor;
}
.col-right .ninetheme-category-menu .submenu .dropdown-btn {
transform: rotate(180deg);
}
.type-dropdown ul.submenu,
.header-mainmenu .nav>li>.submenu,
.header-mainmenu .nav>li>.submenu .submenu,
.header-mainmenu .mega-container,
.ninetheme-category-menu .submenu {
-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: -4px -2px 30px 2px rgb(0 0 0 / 17%);
transform: translateY(15px) translateZ(0);
transition: opacity 0.4s cubic-bezier(.19,1,.22,1),visibility 0.4s cubic-bezier(.19,1,.22,1),transform 0.4s cubic-bezier(.19,1,.22,1);
pointer-events: none;
}
.header-mainmenu .nav>li:hover>.submenu,
.header-mainmenu .nav .submenu li:hover>.submenu,
.header-mainmenu .nav>li:hover>.mega-container,
.type-dropdown ul>li.open>.submenu,
.ninetheme-category-menu:hover>.submenu,
.ninetheme-category-menu.active>.submenu,
.ninetheme-category-menu:not(.action-fixed) .submenu li:hover>.submenu,
.ninetheme-category-menu.fixed-submenu.active li:hover>.submenu {
opacity: 1;
visibility: visible;
transform: none;
pointer-events: unset;
}
.bg-light:not(.bg-trans-light) {
background-color: var(--ninetheme-light);
}
.bg-dark:not(.bg-trans-dark) {
background-color: var(--ninetheme-dark);
color: var(--ninetheme-light);
}
.bg-dark .top-action-btn svg,
.bg-dark .ninetheme-svg-icon,
.bg-trans-light .ninetheme-svg-icon {
fill: var(--ninetheme-light);
}
.bg-light .ninetheme-svg-icon {
fill: var(--ninetheme-text);
}
.bg-dark .menuBars,
.bg-trans-light .menuBars {
stroke: var(--ninetheme-light);
}
.bg-light .menuBars {
stroke: var(--ninetheme-light);
}
.top-action-btn .shopCompare.ninetheme-svg-icon {
max-width: 28px !important;
max-height: 28px !important;
}
.bg-dark .header-text,
.bg-dark .header-text a,
.bg-dark .account-page-link,
.bg-dark .nav >li> a,
.bg-dark .header-mainmenu>ul>li>a,
.bg-dark .header-mainmenu .submenu>li>a,
.bg-dark .ninetheme-ajax-product-title,
.bg-dark .ninetheme-btn-text,
.bg-dark .ninetheme-ajax-product-price,
.bg-dark .header-shortcode a,
.bg-dark .ninetheme-ajax-selected,
.bg-dark .ninetheme-category-menu .submenu a,
.bg-dark .ninetheme-category-menu li,
.bg-dark .type-dropdown ul.submenu a,
.bg-trans-light .header-text,
.bg-trans-light .header-text a,
.bg-trans-light .account-page-link,
.bg-trans-light .nav >li> a,
.bg-trans-light .header-mainmenu>ul>li>a,
.bg-trans-light .header-shortcode a ,
.bg-trans-light .ninetheme-ajax-selected,
.bg-trans-light .header-mainmenu .submenu>li>a,
.bg-trans-light .ninetheme-ajax-product-title,
.bg-trans-light .ninetheme-btn-text,
.bg-trans-light .ninetheme-ajax-product-price,
.bg-trans-light .ninetheme-category-menu .submenu a,
.bg-trans-light .ninetheme-category-menu li,
.bg-trans-light .type-dropdown ul.submenu a {
color: var(--ninetheme-light);
}
.bg-light .header-text,
.bg-light .header-text a,
.bg-light .account-page-link,
.bg-light .nav >li> a,
.bg-light .header-mainmenu>ul>li>a,
.bg-light .header-mainmenu .submenu>li>a,
.bg-light .ninetheme-ajax-product-title,
.bg-light .ninetheme-btn-text,
.bg-light .ninetheme-ajax-product-price,
.bg-light .header-shortcode a,
.bg-light .ninetheme-category-menu .submenu >li>a,
.bg-light .ninetheme-category-menu li>a,
.bg-light .type-dropdown ul.submenu a,
.bg-trans-dark .header-text,
.bg-trans-dark .header-text a,
.bg-trans-dark .account-page-link,
.bg-trans-dark .nav >li> a,
.bg-trans-dark .header-mainmenu>ul>li>a,
.bg-trans-dark .header-shortcode a,
.bg-trans-dark .ninetheme-ajax-selected,
.bg-trans-dark .header-mainmenu .submenu>li>a,
.bg-trans-dark .ninetheme-ajax-product-title,
.bg-trans-dark .ninetheme-btn-text,
.bg-trans-dark .ninetheme-ajax-product-price,
.bg-trans-dark .ninetheme-category-menu .submenu a,
.bg-trans-dark .ninetheme-category-menu li,
.bg-trans-dark .type-dropdown ul.submenu a {
color: var(--ninetheme-dark);
}
.bg-trans-dark,
.bg-trans-light {
background-color: transparent;
}
.bg-dark .type-dropdown ul.submenu,
.bg-dark .header-mainmenu ul.submenu,
.bg-dark .category-select-wrapper .category-list,
.bg-dark .ninetheme-category-menu .submenu {
background-color: var(--ninetheme-dark);
}
.ninetheme-header .panel-open .menuBars {
stroke: var(--ninetheme-dark);
}
.ninetheme-header .panel-open {
display: flex;
align-items: center;
align-content: center;
}
.bg-light .ninetheme-category-menu img {
max-width: 28px;
border: 1px solid;
border-color:var(--ninetheme-border);
padding: 4px;
border-radius: 5px;
background-color: #eee;
}
.bg-light .ninetheme-category-menu .has-template img {
max-width: 100%;
border: none;
padding: 0;
border-radius: 0;
background-color: inherit;
}
.bg-light .ninetheme-category-menu .category-title {font-weight: 500;}
.bg-light .ninetheme-category-menu > ul > li:hover > a img {
background-color: var(--ninetheme-blue-bg);
border-color: var(--ninetheme-blue-bg);
}
.bg-light .ninetheme-category-menu .submenu>li:hover {
background-color: var(--ninetheme-dark);
}
.bg-light .ninetheme-category-menu li.current-cat {
background-color: var(--ninetheme-secondary);
}
.bg-light .ninetheme-category-menu .submenu > li:hover>a,
.bg-light .ninetheme-category-menu .submenu > li.current-cat>a,
.bg-light .ninetheme-category-menu .submenu > li.current-cat,
.bg-light .ninetheme-category-menu .submenu > li:hover {
color: var(--ninetheme-light);
}
.ninetheme-category-menu.type-vertical:before {
content: "";
position: absolute;
width: 100%;
height: 30px;
left: 0;
top: 100%;
z-index: 0;
opacity: 0;
}
.ninetheme-category-menu .submenu>li.has-template {
position: static;
}
.ninetheme-category-menu ul.header-cat-template {
position: absolute;
width: 100vw;
max-width: calc(1380px - 270px);
height: auto;
padding: 0;
background-color: var(--ninetheme-light);
color: var(--ninetheme-dark);
border-radius: 5px;
border: none;
opacity: 0;
visibility: hidden;
left: 100%;
top: 0;
z-index: 99;
-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: -4px -2px 30px 2px rgb(0 0 0 / 17%);
}
.ninetheme-category-menu li.has-template:hover>.header-cat-template {
opacity: 1;
visibility: visible;
}
.ninetheme-category-menu ul.header-cat-template + .submenu {
display: none;
}
.ninetheme-category-menu.subtype-dropdown .primary-cats>li,
.ninetheme-category-menu.subtype-dropdown .submenu>li {
flex-direction: column;
padding: 0;
}
.ninetheme-category-menu.subtype-dropdown .primary-cats>li>a,
.ninetheme-category-menu.subtype-dropdown .submenu>li>a {
padding: 8px 15px;
}
.ninetheme-category-menu.subtype-dropdown > ul.submenu {
max-height: 608px;
overflow-y: auto;
}
.ninetheme-category-menu.subtype-dropdown li.menu-item-has-children.active {
padding-bottom: 0;
}
.ninetheme-category-menu.subtype-dropdown li.menu-item-has-children .submenu li:last-child {
border-bottom: 0;
}
.ninetheme-category-menu.subtype-dropdown.open>.submenu,
.ninetheme-category-menu.action-fixed.open>.submenu{
opacity: 1;
visibility: visible;
transform: none;
pointer-events: unset;
}
.ninetheme-category-menu.subtype-dropdown:not(.action-fixed) .submenu .submenu {
position: relative;
left: auto;
top: auto;
transform: none;
opacity: 1;
visibility: visible;
display: none;
width: 100%;
box-shadow: none;
background-color: transparent;
border: 0;
border-radius: 0;
min-width: auto;
}
.ninetheme-category-menu.action-fixed .submenu .submenu {
position: fixed;
left: auto;
top: auto;
transform: translateY(0px) translateZ(0);
opacity: 0;
visibility: hidden;
}
.ninetheme-category-menu.action-fixed .submenu li.open .submenu {
transform: translateY(0px) translateZ(0);
opacity: 1;
visibility: visible;
}
.ninetheme-category-menu.subtype-dropdown .submenu .dropdown-btn {
position: absolute;
right: 10px;
transform: rotate(90deg);
font-size: 8px;
display: flex;
align-items: center;
justify-content: center;
width: 20px;
height: 20px;
}
header .subtype-dropdown .ninetheme-vertical-catmenu-primary.submenu .menu-item-has-children> .product_cat:after {
display: none;
}
.ninetheme-category-menu.subtype-dropdown .submenu li.open .dropdown-btn {
transform: rotate(0deg);
}
.bg-light .ninetheme-category-menu:not(.action-fixed) .submenu>li.open {
background-color: var(--ninetheme-dark);
padding-bottom: 0;
}
.bg-light .ninetheme-category-menu .submenu>li.current_cat {
background-color: var(--ninetheme-dark);
}
.bg-light .ninetheme-category-menu li.current_cat a,
.bg-light .ninetheme-category-menu.subtype-dropdown li.open a,
.bg-light .ninetheme-category-menu.subtype-dropdown li:hover .submenu > li > a {
color: var(--ninetheme-light);
}
.bg-light .ninetheme-category-menu.subtype-dropdown li.open .submenu>li {
border-bottom-color: var(--ninetheme-dark-soft);
}
.ninetheme-category-menu.subtype-dropdown .submenu .submenu>li {
padding-left: 10px;
}
.ninetheme-category-menu .submenu>li.no-image > a.product_cat {
padding: 14px 15px;
padding-left: 55px;
}
.ninetheme-category-menu .submenu .submenu>li.no-image > a.product_cat {
padding-left: 45px;
}
.bg-light .ninetheme-category-menu .submenu>li.ninetheme-category-menu-footer:hover {
background: none;
}
.ninetheme-header-middle .nt-header-callus-container {
margin: 0 10px;
}
.ninetheme-header-middle .nt-header-callus-icon i {
font-size: 30px;
color: var(--ninetheme-green);
}
.ninetheme-header-middle .nt-header-callus {
display: flex;
gap: 15px;
align-items: center;
}
.ninetheme-header-middle .nt-header-callus-text {
display: flex;
flex-direction: column-reverse;
gap: 3px;
}
.ninetheme-header-middle .nt-header-phone-text {
color: var(--ninetheme-text);
text-transform: uppercase;
font-size: 8px;
font-weight: 600;
letter-spacing: 0.3px;
}
.ninetheme-header-middle .nt-header-phone-number {
font-weight: 700;
font-size: 15px;
line-height: 18px;
color: #222529;
}
.ninetheme-header-bottom .nt-header-callus-container {
margin: 0 0px 0 10px;
}
.ninetheme-header-bottom .nt-header-callus-icon i {
font-size: 30px;
color: var(--ninetheme-green-soft);
}
.ninetheme-header-bottom .nt-header-callus {
display: flex;
gap: 15px;
align-items: center;
}
.ninetheme-header-bottom .nt-header-callus-text {
display: flex;
flex-direction: column-reverse;
gap: 3px;
}
.ninetheme-header-bottom .nt-header-phone-text {
color: var(--ninetheme-dark-soft);
text-transform: uppercase;
font-size: 13px;
font-weight: 600;
letter-spacing: 0.3px;
}
.ninetheme-header-bottom .nt-header-phone-number {
font-weight: 700;
font-size: 15px;
line-height: 18px;
color: var(--ninetheme-green-soft);
}
.nt-header-type-2 .header-text {
min-width: 210px;
}
.nt-header-type-2 .ninetheme-header-middle .nt-header-callus-container {
border: 1px solid;
border-color: var(--ninetheme-red);
border-radius: 50px;
padding: 5px;
}
.nt-header-type-2 .ninetheme-header-middle .nt-header-callus-icon i {
font-size: 20px;
}
.nt-header-type-2 .ninetheme-header-middle .nt-header-callus-icon {
background-color: var(--ninetheme-red);
color: #fff;
width: 40px;
height: 40px;
display: flex;
align-items: center;
justify-content: center;
border-radius: 100%;
}
.ninetheme-header-top .nt-header-callus {
display: flex;
gap: 10px;
align-items: center;
}
.ninetheme-header-top .nt-header-callus-container {
font-size: 12px;
background-color: var(--ninetheme-gray-soft);
padding: 7px 10px;
color: var(--ninetheme-dark-soft);
border-radius: 4px;
display: flex;
align-items: center;
justify-content: center;
flex-direction: row;
gap: 5px;
}
.ninetheme-header-top .nt-header-phone-number {
font-size: 13px;
color: white;
}
.ninetheme-header-top .nt-header-callus-text {
display: flex;
flex-direction: row;
align-content: center;
align-items: center;
gap: 10px;
}
.ninetheme-header-top .nt-header-callus-container * {
color: var(--ninetheme-dark-soft);
} .ninetheme-popup-search.type-popup {
position: fixed;
top: -100vh;
left: 0;
opacity: 0;
visibility: hidden;
height: 100%;
width: 100%;
display: flex;
flex-wrap: wrap;
align-items: center;
justify-content: center;
background-color: #ffffffa8;
z-index: 106;
padding: 100px;
transition: opacity 1.2s cubic-bezier(.19,1,.22,1),visibility 1.2s cubic-bezier(.19,1,.22,1),top 1.4s cubic-bezier(.19,1,.22,1);
}
.ninetheme-popup-search.type-popup.active {
top: 0;
visibility: visible;
z-index: 99999;
opacity: 1;
transition: opacity 0.4s cubic-bezier(.19,1,.22,1),visibility 0.4s cubic-bezier(.19,1,.22,1),top 0.4s cubic-bezier(.19,1,.22,1);
}
.ninetheme-popup-search.type-panel {
display: flex;
flex-direction: column;
position: fixed;
top: 0;
right: 0;
height: 100%;
max-height: 100%;
width: 470px;
max-width: calc(100% - 30px);
z-index: 99999;
padding: 50px 20px 50px 20px;
border-radius: 0;
opacity: 1;
background-color: var(--ninetheme-light);
border: 1px solid var(--ninetheme-border);
will-change: transform;
-webkit-transition: opacity 0.25s ease, ease;
transition: opacity 0.25s ease, transform 0.25s ease;
-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%);
-moz-transform: translateX(calc(100% + 40px));
-ms-transform: translateX(calc(100% + 40px));
-webkit-transform: translateX(calc(100% + 40px));
transform: translateX(calc(100% + 40px));
}
.ninetheme-popup-search.type-panel.active {
-moz-transform: translateX(0%);
-ms-transform: translateX(0%);
-webkit-transform: translateX(0%);
transform: translateX(0%);
}
.ninetheme-popup-search.type-panel.style-2 {
top: 15px;
right: 15px;
max-height: calc(100% - 30px);
border-radius: 15px;
}
.admin-bar .ninetheme-popup-search.type-panel.style-2 {
top: 50px;
height: calc(100% - 65px);
}
.ninetheme-popup-search.active .search-form-found {
position: relative;
z-index: 9;
}
.type-popup .search-container {
max-width: 640px;
width: 100%;
background-color: var(--ninetheme-light);
padding: 50px;
box-shadow: 0 0 16px 2px #33333326;
position: relative;
border-radius: 5px;
}
.ninetheme-popup-search.type-panel .search-container {
max-width: 100%;
border-radius: 0;
height: 100%;
}
.ninetheme-popup-search.active .search-form-found {
position: relative;
z-index: 9;
}
.search-col {
flex: 0 0 100%;
width: 100%;
}
.search-col .ninetheme-ajax-product-search {
max-width: 100%;
z-index: 1;
}
.search-col .ninetheme-ajax-product-search form {
border: 0;
border-bottom: 2px solid var(--ninetheme-border);
border-radius: 0;
}
.search-col .ninetheme-ajax-search-results {
max-width: 100%;
}
.search-col .ninetheme-ajax-search-results ul {
flex-direction: row;
flex-wrap: wrap;
}
.search-col .ninetheme-ajax-search-results ul li {
padding: 10px 20px;
flex: 0 0 50%;
}
.search-col .ninetheme-ajax-search-results ul li:nth-child(2n+1) {
border-right: 1px dashed var(--ninetheme-border);
}
.search-col .ninetheme-scrollbar {
padding-right: 0;
padding-left: 0;
}
.search-col .ninetheme-ajax-product-search .category-select-wrapper {
border: 0;
}
.search-col .ninetheme-ajax-product-search button.ninetheme-ajax-search-submit,
.search-col .ninetheme-ajax-product-search button.ninetheme-ajax-search-submit:hover,
.search-col .ninetheme-ajax-close-search-results {
color: var(--ninetheme-dark);
background-color: transparent;
}
.search-col .ninetheme-ajax-product-search button.ninetheme-ajax-search-submit svg,
.search-col .ninetheme-ajax-product-search button.ninetheme-ajax-search-submit:hover svg {
fill: var(--ninetheme-dark);
}
.search-col .cat-heading {
font-size: 18px;
margin-top: 40px;
position: relative;
display: block;
padding-bottom: 0;
margin-bottom: 20px;
text-align: left;
font-weight: 500;
}
.search-col .ninetheme-category-menu {
display: flex;
align-items: center;
position: relative;
height: 100%;
width: 100%;
z-index: 1;
}
.search-col .ninetheme-vertical-catmenu-primary.submenu {
position: relative;
opacity: 1;
visibility: visible;
flex-direction: row;
background-color: transparent;
box-shadow: none;
border: 0;
transform: none;
gap: 1px;
display: grid;
grid-template-columns: repeat(auto-fill, minmax(240px, 1fr));
width: 100%;
}
.ninetheme-popup-search.type-panel .search-col .ninetheme-vertical-catmenu-primary.submenu {
grid-template-columns: repeat(auto-fill, minmax(180px, 1fr));
padding-bottom: 10px;
overflow: hidden;
overflow-y: auto;
height: 100%;
max-height: calc(100vh - 285px);
}
.search-col .ninetheme-category-menu .submenu>li {
border: 1px solid var(--ninetheme-border);
}
.search-col .ninetheme-category-menu .submenu .submenu {
right: auto;
left: 0;
top: 100%;
width: 100%;
display: none;
}
.ninetheme-popup-search .panel-close {
position: absolute;
top: -15px;
right: -15px;
}
.ninetheme-popup-search.type-panel .panel-close {
top: 15px;
right: 15px;
}
.ninetheme-popup-search .cat-item:hover {
background-color: var(--ninetheme-primary);
border-color: var(--ninetheme-primary);
-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: -4px -2px 30px 2px rgb(0 0 0 / 17%);
}
.ninetheme-popup-search .cat-item:hover,
.ninetheme-popup-search .cat-item:hover > a {
color: var(--ninetheme-light);
opacity: 1;
}
.ninetheme-popup-search .nt-icon-up-chevron.dropdown-right {
transform: rotate(90deg);
font-size: 10px;
}
.ninetheme-popup-search .ninetheme-category-menu-footer {
display: none;
} .ninetheme-promotion-bar .inner {
display: flex;
align-items: center;
justify-content: center;
flex-wrap: wrap;
width: 100%;
height: 100%;
min-height: 30px;
max-width: 1380px;
padding-left: 20px;
padding-right: 20px;
margin-left: auto;
margin-right: auto;
font-size: 12px;
transition: height 0.5s, padding 0.5s;
background: none;
position: relative;
}
#promotionBar.closed {
height: 0;
padding: 0;
overflow: hidden;
}
.ninetheme-promotion-bar .panel-close {
position: absolute;
right: 15px;
top: 6px;
width: 20px;
height: 20px;
border-width: 5px;
background-color: transparent;
}
.ninetheme-promotion-bar .panel-close:before,
.ninetheme-promotion-bar .panel-close:after {
background-color: var(--ninetheme-text);
}
.ninetheme-promotion-bar.grad-blue {
color: var(--ninetheme-light);
background-image: linear-gradient(180deg, #0062ff 0%, #61efff 100%);
background-image: -moz-linear-gradient(180deg, #0062ff 0%, #61efff 100%);
background-image: -webkit-linear-gradient(180deg, #0062ff 0%, #61efff 100%)
}
.ninetheme-promotion-bar.grad-green{
color: var(--ninetheme-light);
background-image: linear-gradient(180deg, #00ff88 0%, #61efff 100%);
background-image: -moz-linear-gradient(180deg, #00ff88 0%, #61efff 100%);
background-image: -webkit-linear-gradient(180deg, #00ff88 0%, #61efff 100%)
}
.ninetheme-promotion-bar.grad-purple {
color: var(--ninetheme-light);
background-image: linear-gradient(180deg, #382c68 0%, #b57cee 100%);
background-image: -moz-linear-gradient(180deg, #382c68 0%, #b57cee 100%);
background-image: -webkit-linear-gradient(180deg, #382c68 0%, #b57cee 100%);
}
.ninetheme-promotion-bar.grad-orange {
color: var(--ninetheme-light);
background-image: linear-gradient(180deg, #f9675d 0%, #ee811b 100%);
background-image: -moz-linear-gradient(180deg, #f9675d 0%, #ee811b 100%);
background-image: -webkit-linear-gradient(180deg, #f9675d 0%, #ee811b 100%);
}
.ninetheme-promotion-bar.grad-red {
color: var(--ninetheme-light);
background-image: linear-gradient(180deg, hsla(356, 76%, 50%, 1) 0%, hsla(14, 63%, 36%, 1) 100%);
background-image: -moz-linear-gradient(180deg, hsla(356, 76%, 50%, 1) 0%, hsla(14, 63%, 36%, 1) 100%);
background-image: -webkit-linear-gradient(180deg, hsla(356, 76%, 50%, 1) 0%, hsla(14, 63%, 36%, 1) 100%);
}
.ninetheme-promotion-bar.grad-dark {
color: var(--ninetheme-light);
background-image: linear-gradient(180deg, #e01f2c 0%, #ff414e 100%);
background-image: -moz-linear-gradient(180deg, #e01f2c 0%, #ff414e 100%);
background-image: -webkit-linear-gradient(180deg, #e01f2c 0%, #ff414e 100%);
}
.ninetheme-promotion-bar.ninetheme-grad-default {
color: var(--ninetheme-text);
background: linear-gradient(90deg,#b7b7b7 0%,#e8e8e8 50%);
background: -moz-linear-gradient(0deg,#b7b7b7 0%,#e8e8e8 50%);
background: -webkit-linear-gradient(0deg,#b7b7b7 0%,#e8e8e8 50%);
background: -o-linear-gradient(0deg,#b7b7b7 0%,#e8e8e8 50%);
background: -ms-linear-gradient(0deg,#b7b7b7 0%,#e8e8e8 50%);
}
.grad-anim-1 {
background-size: 400% 400%;
-webkit-animation: grad-anim-1 22s ease infinite;
-moz-animation: grad-anim-1 22s ease infinite;
animation: grad-anim-1 22s ease infinite;
}
.grad-anim-2 {
background-size: 800% 800%;
-webkit-animation: grad-anim-1 8s ease infinite;
-moz-animation: grad-anim-1 8s ease infinite;
animation: grad-anim-2 8s ease infinite;
}
@-webkit-keyframes grad-anim-1 {
0%{background-position:0% 50%}
50%{background-position:100% 50%}
100%{background-position:0% 50%}
}
@-moz-keyframes grad-anim-1 {
0%{background-position:0% 50%}
50%{background-position:100% 50%}
100%{background-position:0% 50%}
}
@keyframes grad-anim-1 {
0%{background-position:0% 50%}
50%{background-position:100% 50%}
100%{background-position:0% 50%}
}
@keyframes grad-anim-2 {
0% {
background-position: 0% 50%;
}
50% {
background-position: 100% 50%;
}
100% {
background-position: 0% 50%;
}
} .ninetheme-header.bg-light.style-2 .ninetheme-header-bottom {
background-color: var(--ninetheme-blue-dark);
}
.style-2 .ninetheme-header-bottom .nt-header-phone-number {
color: var(--ninetheme-light);
}
.style-2 .ninetheme-header-bottom .nt-header-phone-text {
color: var(--ninetheme-blue-soft);
}
.style-2 .ninetheme-header-bottom .nt-header-callus-icon i {
color: var(--ninetheme-light);
}
.style-2 .ninetheme-ajax-product-search button.ninetheme-ajax-search-submit svg {
fill: var(--ninetheme-dark);
}
.style-2 .ninetheme-category-menu .menu-title {
color: var(--ninetheme-light);
background-color: var(--ninetheme-blue-soft);
}
.ninetheme-header.bg-light.style-2 .ninetheme-header-bottom .header-mainmenu .nav >li> a,
.ninetheme-header.bg-light.style-2 .ninetheme-header-bottom .account-page-link,
.ninetheme-header.bg-light.style-2 .ninetheme-header-bottom svg,
.ninetheme-header.bg-light.style-2 .header-text a,
.ninetheme-header.bg-light.style-2 .ninetheme-header-bottom .ninetheme-ajax-selected {
color: var(--ninetheme-light);
fill: var(--ninetheme-light);
}
.ninetheme-header.bg-light.style-2 .ninetheme-header-bottom .panel-open svg {
stroke: var(--ninetheme-light);
}
.ninetheme-header.bg-light.style-2 .ninetheme-header-bottom .ninetheme-ajax-product-search .category-select-wrapper,
.ninetheme-header.bg-light.style-2 .ninetheme-header-bottom .ninetheme-ajax-product-search form {
border-width: 2px solid;
border-color: var(--ninetheme-primary);
}
.ninetheme-header.bg-light.style-2 .ninetheme-header-bottom .ninetheme-ajax-product-search form {
height: 38px;
}
.ninetheme-header.bg-light.style-2 .ninetheme-header-bottom .type-minimenu>.nav li:nth-child(3) a {
color: var(--ninetheme-yellow);
}
.ninetheme-header.bg-light.style-2 .ninetheme-header-bottom .header-minimenu.type-dropdown > ul > li > a {
color: var(--ninetheme-light);
font-size: 10px;
text-transform: uppercase;
font-weight: 500;
letter-spacing: 0.3px;
}
.ninetheme-header.style-2 .ninetheme-header-bottom .nt-header-callus {
text-transform: uppercase;
font-size: 12px;
}
.ninetheme-header.style-2 .ninetheme-header-bottom .nt-header-callus-icon i {
font-size: 30px;
margin-right: 0;
}
.ninetheme-header.bg-light.style-2 .ninetheme-header-middle .header-text {
background-color: var(--ninetheme-green);
padding: 8px;
border-radius: 5px;
}
.ninetheme-header.bg-light.style-2 .ninetheme-header-middle .header-text:hover {
background-color: var(--ninetheme-primary);
}
.ninetheme-header.bg-light.style-2 .ninetheme-header-middle .header-text i {
color: var(--ninetheme-light);
}
.ninetheme-header.bg-light.style-2 .ninetheme-header-middle .nt-header-phone-text {
color: var(--ninetheme-green-bg);
}
.ninetheme-header.bg-light.style-2 .ninetheme-header-middle .nt-header-phone-number {
color: var(--ninetheme-light);
}  .ninetheme-header.style-3 .ninetheme-header-top {
background-color: var(--ninetheme-primary);
}
.ninetheme-header.style-3 .ninetheme-header-top .nt-header-callus-container {
background-color: var(--ninetheme-primary-bg);
color: var(--ninetheme-primary);
}
.ninetheme-header.style-3 .ninetheme-header-top .nt-header-callus-container * {
color: var(--ninetheme-primary);
}
.ninetheme-header.style-3 .ninetheme-header-top .header-mainmenu .nav >li> a,
.ninetheme-header.style-3 .ninetheme-header-top .account-page-link,
.ninetheme-header.style-3 .ninetheme-header-top svg,
.ninetheme-header.style-3 .header-text a,
.ninetheme-header.style-3 .ninetheme-header-top .header-shortcode a {
color: var(--ninetheme-light);
fill: var(--ninetheme-light);
}
.ninetheme-header.style-3 .ninetheme-header-top .panel-open svg {
stroke: var(--ninetheme-light);
}
.ninetheme-header.style-3 .ninetheme-header-top .type-minimenu>.nav li:nth-child(3) a {
color: var(--ninetheme-yellow);
}
.ninetheme-header.style-3 .ninetheme-header-top .header-minimenu.type-dropdown > ul > li > a {
color: var(--ninetheme-light);
font-size: 10px;
text-transform: uppercase;
font-weight: 500;
letter-spacing: 0.3px;
}
.ninetheme-header.style-3 .ninetheme-header-top .nt-header-callus {
text-transform: uppercase;
font-size: 10px;
}
.ninetheme-header.style-3 .ninetheme-header-top .nt-header-callus-icon i {
font-size: 15px;
margin-right: 0px;
}
.ninetheme-header.style-3 .ninetheme-header-middle .header-text {
background-color: var(--ninetheme-green);
padding: 8px;
border-radius: 5px;
}
.ninetheme-header.style-3 .ninetheme-header-middle .header-text:hover {
background-color: var(--ninetheme-primary);
}
.ninetheme-header.style-3 .ninetheme-header-middle .header-text i {
color: var(--ninetheme-light);
}
.ninetheme-header.style-3 .ninetheme-header-middle .nt-header-phone-text {
color: var(--ninetheme-green-bg);
}
.ninetheme-header.style-3 .ninetheme-header-middle .nt-header-phone-number {
color: var(--ninetheme-light);
}  .ninetheme-header.style-4 .ninetheme-header-top {
background-color: var(--ninetheme-gray-soft);
}
.style-4 .ninetheme-header-top .nt-header-callus-container {
background-color: var(--ninetheme-blue-bg);
}
.ninetheme-header.style-4 .ninetheme-category-menu .menu-title,
.ninetheme-header.style-4 .ninetheme-ajax-product-search button.ninetheme-ajax-search-submit,
.ninetheme-header.style-4 .ninetheme-ajax-product-search button.ninetheme-ajax-search-submit:hover,
.ninetheme-header.style-4 .ninetheme-ajax-close-search-results,
.ninetheme-header.style-4 .ninetheme-wc-count {
background-color: var(--ninetheme-red);
border-radius: 3px;
}
.ninetheme-header.style-4  .ninetheme-ajax-product-search button.ninetheme-ajax-search-submit svg {
fill:var(--ninetheme-light);
}
.style-4 .ninetheme-header-bottom {
border: 0;
border-top: 1px solid;
border-color: var(--ninetheme-border);
border-right: 0;
border-left: 0;
padding-top: 5px;
}
.ninetheme-header.style-4 .ninetheme-header-middle .nt-header-callus-icon i {
font-size: 24px;
color: var(--ninetheme-light);
}
.ninetheme-header.style-4 .ninetheme-header-middle .nt-header-callus {
gap: 10px;
}
.ninetheme-header.style-4 .ninetheme-header-middle .nt-header-callus-icon {
background-color: var(--ninetheme-green);
color: var(--ninetheme-light);
padding: 5px 7px;
border-radius: 3px;
}  .style-5 .header-mainmenu > ul > li > a > .dropdown-btn {
color: var(--ninetheme-light);
}
.style-5 .ninetheme-header-bottom {
border: 0;
background-color: var(--ninetheme-red-dark);
}
.style-5 .ninetheme-header-bottom .nt-header-phone-number {
color: var(--ninetheme-light);
}
.style-5 .ninetheme-header-bottom .nt-header-phone-text {
color: var(--ninetheme-red-soft);
}
.style-5 .ninetheme-header-bottom .nt-header-callus-icon i {
color: var(--ninetheme-light);
}
.style-5 .ninetheme-header-top {
background-color: var(--ninetheme-gray-soft);
}
.style-5 .ninetheme-header-middle .nt-header-callus {
border: 2px solid #009367;
padding: 10px;
border-radius: 5px;
}
.style-5 .ninetheme-ajax-product-search button.ninetheme-ajax-search-submit,
.style-5 .ninetheme-ajax-product-search button.ninetheme-ajax-search-submit:hover,
.style-5 .ninetheme-ajax-close-search-results {
background-color: var(--ninetheme-red);
}
.style-5 .ninetheme-ajax-product-search button.ninetheme-ajax-search-submit svg {
fill: var(--ninetheme-light);
}
.style-5 .ninetheme-wc-count {
background-color: var(--ninetheme-red-soft);
color: var(--ninetheme-red-dark);
}
.style-5 .ninetheme-category-menu .menu-title,
.style-5 .ninetheme-category-menu .submenu>li:hover {
background-color: var(--ninetheme-red);
}
.style-5 .ninetheme-header-bottom .header-mainmenu .nav >li> a,
.style-5 .ninetheme-header-bottom .account-page-link,
.style-5 .ninetheme-header-bottom svg,
.style-5 .header-text a,
.style-5 .type-minimenu>.nav li a,
.style-5 .ninetheme-header-bottom .header-shortcode a {
color: var(--ninetheme-light);
fill: var(--ninetheme-light);
}
.style-5 .ninetheme-header-top .nt-header-callus-container {
background-color: var(--ninetheme-red-bg);
color: var(--ninetheme-red);
border: 1px dashed var(--ninetheme-red);
}
.style-5 .ninetheme-header-top .nt-header-callus-container span {
color: var(--ninetheme-red);
}  .style-6 .header-mainmenu > ul > li > a > .dropdown-btn {
color: var(--ninetheme-light);
}
.style-6 .ninetheme-header-bottom {
border: 0;
background-color: var(--ninetheme-primary);
}
.style-6 .ninetheme-header-bottom .nt-header-phone-number {
color: var(--ninetheme-primary-bg);
}
.style-6 .ninetheme-header-bottom .nt-header-callus-icon i {
color: var(--ninetheme-primary-bg);
}
.style-6 .ninetheme-header-top {
background-color: var(--ninetheme-gray-soft);
}
.style-6 .ninetheme-header-middle .nt-header-callus {
border: 2px solid #009367;
padding: 10px;
border-radius: 5px;
}
.style-6 .ninetheme-ajax-product-search button.ninetheme-ajax-search-submit,
.style-6 .ninetheme-ajax-product-search button.ninetheme-ajax-search-submit:hover,
.style-6 .ninetheme-ajax-close-search-results {
background-color: var(--ninetheme-primary);
}
.style-6 .ninetheme-ajax-product-search button.ninetheme-ajax-search-submit svg {
fill: var(--ninetheme-light);
}
.style-6 .ninetheme-header-bottom svg.menuBars.ninetheme-svg-icon {
fill: var(--ninetheme-primary);
color: var(--ninetheme-primary);
stroke: var(--ninetheme-primary);
}
.style-6 .ninetheme-wc-count {
background-color: var(--ninetheme-primary);
color: var(--ninetheme-light);
}
.style-6 .ninetheme-category-menu .menu-title,
.style-6 .ninetheme-category-menu .submenu>li:hover {
background-color: var(--ninetheme-primary-bg);
color: var(--ninetheme-primary);
}
.style-6 .ninetheme-header-bottom .header-mainmenu .nav >li> a,
.style-6 .ninetheme-header-bottom .account-page-link,
.style-6 .ninetheme-header-bottom svg,
.style-6 .header-text a,
.style-6 .type-minimenu>.nav li a,
.style-6 .ninetheme-header-bottom .header-shortcode a {
color: var(--ninetheme-light);
fill: var(--ninetheme-light);
}
.style-6 .ninetheme-header-top .nt-header-callus-container {
background-color: var(--ninetheme-primary-bg);
color: var(--ninetheme-primary);
border: 1px dashed var(--ninetheme-primary);
}
.style-6 .ninetheme-header-top .nt-header-callus-container span {
color: var(--ninetheme-primary);
} @media(max-width:1200px) {
.ninetheme-category-menu.always-open>.submenu {
opacity: 0;
visibility: hidden;
}
.ninetheme-category-menu.always-open.show>.submenu,
.search-col .ninetheme-category-menu.always-open>.submenu {
opacity: 1;
visibility: visible;
}
}
@media(min-width:1024px) {
body.page-loaded.has-minibar,
body.page-loaded.has-minibar .ninetheme-header-sticky {
margin-left: 50px;
transition: margin-left 0.4s cubic-bezier(.19,1,.22,1);
}
.type-dropdown ul>li:hover>.submenu {
opacity: 1;
visibility: visible;
transform: none;
pointer-events: unset;
}
}
@media(max-width:1024px) {
.ninetheme-header .hidden-mobile {
display: none;
}
.ninetheme-header-top .ninetheme-header-inner {
gap: 0;
}
.ninetheme-header-top .header-col.col-center {
justify-content: flex-start;
}
.ninetheme-header-inner {
padding-left: 15px;
padding-right: 15px;
}
} @media(max-width:782px) {
.admin-bar .ninetheme-side-panel {
top: 46px;
}
.admin-bar .ninetheme-promotion-bar .panel-close {
top: 5px;
}
}
@media(max-width:768px) {
.ninetheme-popup-search {
padding: 60px 30px;
}
}
@media(max-width:480px) {
.ninetheme-popup-search {
padding: 25px 20px;
}
.search-col .ninetheme-ajax-product-search {
margin-top: 30px;
}
.search-col .ninetheme-vertical-catmenu-primary {
max-height: calc(100vh - 200px);
overflow: auto;
padding-bottom: 10px;
}
.search-col .ninetheme-vertical-catmenu-primary.submenu {
grid-template-columns: repeat(auto-fill, minmax(175px, 1fr));
}
.search-col .ninetheme-ajax-search-results {
min-width: auto;
}
.search-col .ninetheme-ajax-search-results ul li {
flex: 0 0 100%;
}
.search-col .ninetheme-ajax-search-results ul li:nth-child(2n+1) {
border-right: 0;
}
.search-col .ninetheme-scrollbar {
padding-right: 0;
padding-left: 0px;
gap: 5px;
}
.header-shortcode {
gap: 7px;
}
body.admin-bar.scroll-start .ninetheme-header-sticky.sticky-start {
top: -6px;
}
body.admin-bar .ninetheme-popup-search .panel-close {
top: 15px;
right: 25px;
}
.type-dropdown>.nav {
gap: 7px;
}
} .ninetheme-header-mobile {
min-height: 80px;
display: none;
align-items: center;
width: 100%;
height: auto;
z-index: 99;
-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 0px 30px -4px rgb(0 0 0 / 17%);
transition: opacity 0.4s cubic-bezier(.19,1,.22,1),top 0.4s cubic-bezier(.19,1,.22,1);
}
.ninetheme-header-mobile>div {
flex: 0 0 100%;
}
.ninetheme-header-mobile-fixed {
min-height: 80px;
display: none;
}
.ninetheme-header-mobile .search-form-found {
padding: 0 15px;
min-height: 46px;
}
.ninetheme-header-mobile.sticky-ready .search-form-found {
display: none;
}
.ninetheme-header-mobile .ninetheme-ajax-search-results {
max-width: 100%;
}
.ninetheme-mobile-menu {
position: fixed;
top: 0;
left: -100%;
width: 100%;
height: 100%;
max-width: 450px;
z-index: 99999;
background-color: var(--ninetheme-light);
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%);
transition: opacity 0.4s cubic-bezier(.19,1,.22,1),visibility 0.4s cubic-bezier(.19,1,.22,1),left 0.4s cubic-bezier(.19,1,.22,1);
}
.admin-bar .ninetheme-mobile-menu {
top: 0px;
height: 100%;
z-index: 99999;
}
.ninetheme-mobile-menu.active {
transform: none;
left: 0;
visibility: visible;
transition: opacity 0.4s cubic-bezier(.19,1,.22,1),visibility 0.4s cubic-bezier(.19,1,.22,1),left 0.4s cubic-bezier(.19,1,.22,1);
}
.ninetheme-mobile-menu .panel-close {
border-radius: 0;
width: 40px;
height: 40px;
right: -40px;
top: 0;
z-index: 5;
}
.mobile-menu-inner {
display: flex;
height: calc(100% - 55px);
overflow: hidden;
overflow-y: auto;
width: 100%;
flex: 0 0 100%;
flex-wrap: wrap;
position: relative;
}
.mobile-menu-inner.ninetheme-scrollbar {
padding-right: 0;
}
.mobile-menu-tabs {
display: flex;
align-items: center;
gap: 1px;
width: 100%;
}
.mobile-menu-tab {
flex: 1 0 auto;
padding: 16px 10px;
text-align: center;
background-color: var(--ninetheme-light);
color: var(--ninetheme-dark);
text-transform: uppercase;
cursor: pointer;
min-height: 40px;
display: flex;
align-items: center;
justify-content: center;
border-bottom: 2px solid;
border-color: var(--ninetheme-border);
font-weight: 500;
letter-spacing: 0.1px;
}
.mobile-menu-tab:hover,
.mobile-menu-tab.active {
background-color: var(--ninetheme-gray-soft);
border-color: var(--ninetheme-gray);
}
.mobile-menu .menu-item .menu-label {
display: none;
}
.mobile-menu .menu-divider {
border-top: 1px dashed var(--ninetheme-border);
margin: 30px 0;
}
.mobile-menu .nav.cloned {
border-top: 1px solid var(--ninetheme-border);
}
.mobile-menu .submenu,
.mobile-category-menu .submenu {
display: none;
flex-direction: column;
}
.mobile-category-menu ul.header-cat-template {
display: none;
padding: 15px;
}
.mobile-category-menu .has-template:not(.hidden-on-mobile) ul.header-cat-template + .submenu {
display: none;
}
.has-tab .mobile-menu,
.no-tab .mobile-menu,
.has-tab .mobile-category-menu,
.no-tab .mobile-category-menu {
width: 100%;
position: absolute;
top: 0;
left: 0;
transform: translateX(-100%);
opacity: 0;
transition: opacity 0.4s cubic-bezier(.19,1,.22,1),transform 0.4s cubic-bezier(.19,1,.22,1);
}
.mobile-menu.menu-active, .mobile-category-menu.menu-active {
transform: translateX(0);
opacity: 1;
}
.mobile-menu li,
.mobile-category-menu li {
list-style: none;
}
.mobile-menu .nav>li>a,
.mobile-menu .submenu>li>a,
.mobile-category-menu ul>li>a {
padding: 0 20px;
border-bottom: 1px solid var(--ninetheme-border);
position: relative;
display: flex;
align-items: center;
gap: 15px;
width: -webkit-fill-available;
min-height: 52px;
font-weight: 500;
font-size: 13px;
}
.mobile-category-menu ul.header-cat-template + ul>li:first-child>a {
border-top: 1px solid var(--ninetheme-border);
}
.mobile-menu li.open>a,
.mobile-menu li>a:hover,
.mobile-category-menu li.open>a,
.mobile-category-menu li>a:hover {
background-color: var(--ninetheme-gray-soft);
color: var(--ninetheme-dark);
opacity: 1;
}
.mobile-menu li.open>a, .mobile-menu li>a:hover,
.mobile-category-menu li.open>a,
.mobile-category-menu li>a:hover .mobile-menu-tab:hover,
.mobile-menu-tab.active {
-webkit-tap-highlight-color: transparent;
}
.mobile-menu li>.submenu>li>a,
.mobile-category-menu li>.submenu>li>a,
.ninetheme-mobile-menu li>.mega-container>.submenu>li>a,
.ninetheme-mobile-menu li>.mega-container>.submenu>li>.submenu>li>a {
padding-left: 40px;
color: var(--ninetheme-text);
font-size: 12px;
}
.ninetheme-mobile-menu li>.mega-container>.submenu>li>.submenu>li>a {
padding-left: 50px;
}
.mobile-menu span.dropdown-btn,
.mobile-category-menu span.dropdown-btn {
position: absolute;
right: 0;
height: 100%;
display: flex;
align-items: center;
justify-content: center;
width: 50px;
border-left: 1px solid var(--ninetheme-border);
font-size: 11px;
}
.mobile-menu li.open>a>.dropdown-btn,
.mobile-menu span.dropdown-btn:hover,
.mobile-category-menu li.open>a>.dropdown-btn,
.mobile-category-menu span.dropdown-btn:hover {
background-color: var(--ninetheme-gray-soft);
color: var(--ninetheme-dark);
}
.mobile-menu li>a>.dropdown-btn:before,
.mobile-category-menu li>a>.dropdown-btn:before {
transform: rotate(180deg);
}
.mobile-menu li.open>a>.dropdown-btn:before,
.mobile-category-menu li.open>a>.dropdown-btn:before {
transform: rotate(0deg);
}
body.admin-bar.scroll-start .ninetheme-header-mobile.sticky-start {
top: 32px;
}
@media(max-width:1024px) {
.ninetheme-header-mobile {
display: flex;
flex-wrap: wrap;
padding: 20px 0px;
gap: 20px;
}
.hidden-on-mobile ul.header-cat-template {
display: none;
}
.ninetheme-header-mobile .ninetheme-ajax-product-search {
max-width: 100%;
}
.ninetheme-header-mobile.search-before {
flex-direction: column-reverse;
align-items: stretch;
}
.ninetheme-header-mobile.sticky-ready {
position: fixed;
top: -100%;
left: 0;
opacity: 0;
z-index: 999;
}
.ninetheme-header-mobile.sticky-ready.sticky-start {
top: 0;
opacity: 1;
}
.ninetheme-header-mobile-fixed.sticky-ready {
display: block;
}
.ninetheme-header .hidden-mobile {
display: none;
}
}
@media(max-width:782px) {
.admin-bar .ninetheme-mobile-menu .panel-close {
top: 0;
right: -40px;
}
}
@media(max-width:480px) {
.admin-bar .ninetheme-header-mobile.sticky-ready {
top: -100%;
opacity: 0;
}
body.admin-bar.scroll-start .ninetheme-header-mobile.sticky-ready.sticky-start {
top: 0px;
opacity: 1;
}
.ninetheme-mobile-menu {
max-width: calc(100% - 50px);
}
}
.header-notices.top-action-btn.has-panel>i,
.header-notices.top-action-btn.has-panel>a>i {
font-size: 24px;
cursor: pointer;
} .ninetheme-header.header-transparent {
position: absolute;
width: 100%;
top: 0;
left: 0;
z-index: 105;
color: var(--ninetheme-light);
}
.admin-bar .ninetheme-header.header-transparent {
top:32px;
}
.has-overlay .ninetheme-header.header-transparent {
z-index: 108;
}
.ninetheme-header.header-transparent .ninetheme-header-middle {
padding: 10px 0;
}
.ninetheme-header.header-transparent .ninetheme-header-top + .brd-top {
border-top: 1px solid #ffffff36;
}
.ninetheme-header.header-transparent .ninetheme-header-top.brd-none,
.ninetheme-header.header-transparent .ninetheme-header-middle.brd-none,
.ninetheme-header.header-transparent .ninetheme-header-bottom.brd-none {
border: 0;
}
.has-center-logo .ninetheme-header-top {
padding: 10px 0 10px;
}
.has-center-logo .ninetheme-header-inner,
.ninetheme-header.header-transparent.has-center-logo .ninetheme-header-middle {
min-height: auto;
}
.ninetheme-header.header-transparent .has-pad-top {
padding-top: 20px;
}
.ninetheme-header.header-transparent .nav-logo .main-logo {
max-width: 55px;
background: var(--ninetheme-light);
border-radius: 100%;
padding-right: 3px;
}
.ninetheme-header.header-transparent .nav-logo .main-mobile-logo {
background: var(--ninetheme-light);
border-radius: 100%;
}
.ninetheme-header.header-transparent .menu-item>a>svg,
.ninetheme-header.header-transparent .header-mainmenu .menu-item .menu-label {
display: none;
}
.ninetheme-header.header-transparent .ninetheme-svg-icon {
width: 18px;
height: 18px;
}
.ninetheme-header.header-transparent .ninetheme-header-part:not(.sticky-start),
.ninetheme-header.header-transparent .ninetheme-header-top .nt-header-callus-container,
.ninetheme-header.header-transparent .ninetheme-header-top .nt-header-callus-container span,
.ninetheme-header.header-transparent .ninetheme-ajax-product-search:not(.custom-search-form) form {
background: transparent;
}
.has-transparent-header .ninetheme-header.header-transparent .ninetheme-ajax-product-search:not(.custom-search-form) form {
border-width: 2px;
}
.has-transparent-header .ninetheme-header.header-transparent .ninetheme-ajax-product-search:not(.custom-search-form) form:focus-within,
.has-transparent-header .ninetheme-header.header-transparent .ninetheme-ajax-product-search:not(.custom-search-form) form:hover {
border-color: var(--ninetheme-primary);
}
.ninetheme-header.header-transparent .ninetheme-wc-count {
background: var(--ninetheme-primary);
}
.has-transparent-header:not(.archive) .ninetheme-header.header-transparent .ninetheme-wc-count {
background: var(--ninetheme-secondary);
}
.ninetheme-header.header-transparent .ninetheme-header-part:not(.sticky-start) {
box-shadow: none;
}
.ninetheme-header:not(.header-transparent) .brd-top {
border-top: 1px solid var(--ninetheme-border);
}
.has-transparent-header.page .ninetheme-header.text-light .ninetheme-header-top .nt-header-callus-container,
.has-transparent-header.page .ninetheme-header.text-light .ninetheme-header-top .nt-header-callus-container span,
.has-transparent-header.page .ninetheme-header.text-light .ninetheme-wc-count,
.has-transparent-header.page .ninetheme-header.text-light .header-shortcode a,
.has-transparent-header.page .ninetheme-header.text-light .ninetheme-ajax-selected,
.has-transparent-header.page .ninetheme-header.text-light .ninetheme-ajax-product-search input.ninetheme-ajax-search-input.hide-clear,
.has-transparent-header.page .ninetheme-header.text-light div:not(.mobile-menu):not(.sticky)>.nav>li>a,
.has-transparent-header.page .ninetheme-page-hero-content .page-title,
.has-transparent-header.page .ninetheme-breadcrumb li,
.has-transparent-header.page .ninetheme-breadcrumb li a,
.has-transparent-header .ninetheme-page-hero .ninetheme-category-slider .category-title {
color: var(--ninetheme-light);
}
.has-transparent-header.page .ninetheme-header.text-light .ninetheme-header-part:not(.sticky-start) .panel-open .menuBars {
stroke: var(--ninetheme-light);
}
.has-transparent-header.page .ninetheme-header.text-light .ninetheme-header-part:not(.sticky-start) .ninetheme-svg-icon {
fill: var(--ninetheme-light);
}
.has-transparent-header.page .ninetheme-header.text-light input::-webkit-input-placeholder,
.has-transparent-header.page .ninetheme-header.text-light input::placeholder {
color: var(--ninetheme-light) !important;
}
.has-transparent-header.page .ninetheme-header.text-light .sticky div:not(.mobile-menu)>.nav>li>a,
.has-transparent-header.page .ninetheme-header.text-light .ninetheme-ajax-product-search-form {
color: var(--ninetheme-dark);
}
.has-transparent-header.page .ninetheme-header.text-light .ninetheme-ajax-close-search-results:before,
.has-transparent-header.page .ninetheme-header.text-light .ninetheme-ajax-close-search-results:after {
background-color: var(--ninetheme-light);
}
.has-transparent-header .ninetheme-page-hero {
margin-top: 0;
}
.has-transparent-header .nt-ninetheme-inner-container,
.has-transparent-header .ninetheme-page-hero {
padding-top: 150px;
}
.ninetheme-header-middle .header-minimenu,
.ninetheme-header-bottom .header-minimenu {
font-size: 12px;
font-size: 10px;
text-transform: uppercase;
font-weight: 500;
letter-spacing: 0.3px;
}
.has-transparent-header .ninetheme-header.text-light .ninetheme-category-menu .menu-title {
color: var(--ninetheme-light);
background-color: transparent;
min-width: auto;
}
.has-transparent-header .ninetheme-header.text-light .ninetheme-category-menu .menu-title .menuBars {
display: none;
}
@media(max-width:600px){
.admin-bar .ninetheme-header.header-transparent {
top:46px;
}
.admin-bar:not(.scroll-start) .ninetheme-mobile-menu {
top: 46px;
height: calc(100% - 46px);
}
}
header .text-light .header-shortcode a,
header .text-light div>.nav>li>a {
color: #fff;
}
header .text-light .ninetheme-svg-icon {
fill: #fff;
}
header .text-light .ninetheme-wc-count {
background: var(--ninetheme-light);
color: var(--ninetheme-dark);
}
.ninetheme-header .text-light .panel-open .menuBars {
stroke: var(--ninetheme-light);
}
.ninetheme-header .brd-bottom-none {
border-bottom: 0;
}
.cat-item.only-catname {
padding: 14px 15px;
}
.submenu-type-sliding .mobile-menu {
height: 100%;
}
.submenu-type-sliding .mobile-menu {
height: 100%;
}
.submenu-type-sliding .mobile-menu.menu-active,
.submenu-type-sliding .mobile-category-menu.menu-active {
z-index: 1;
}
.submenu-type-sliding li {
position: static;
}
.ninetheme-mobile-menu.submenu-type-sliding .back-button,
.submenu-type-sliding .mobile-menu .nav>li>a {
padding: 0 20px;
border-bottom: 1px solid var(--ninetheme-border);
position: relative;
display: flex;
align-items: center;
gap: 15px;
width: -webkit-fill-available;
min-height: 45px;
font-weight: 500;
font-size: 13px;
}
.submenu-type-sliding .mobile-menu span.dropdown-btn,
.submenu-type-sliding .mobile-category-menu span.dropdown-btn {
border-left: 0;
}
.submenu-type-sliding .submenu,
.submenu-type-sliding .mega-container.has-el-template {
display: block;
position: absolute;
top: 0;
left: 0;
width: 100%;
height: 100%;
background: var(--ninetheme-light);
transition: transform 0.25s ease;
transform: translateX(calc(100% + 20px));
z-index: 1;
overflow: hidden;
overflow-y: auto;
max-height: calc(100vh - 55px);
}
.submenu-type-sliding .mega-container.has-el-template.active,
.submenu-type-sliding .submenu.active {
transform: translateX(0);
}
.submenu-type-sliding .mega-container.has-el-template,
.submenu-type-sliding .hidden {
transform: translateX(calc(100% + 20px));
}
.submenu-type-sliding .ninetheme-scrollbar {
padding-right: 0px;
}
.submenu-type-sliding .mobile-menu .submenu>li>a {
min-height: 45px;
padding-left: 20px!important;
}
.submenu-type-sliding .back-button span.back-text {
display: flex;
align-items: center;
gap: 10px;
}
.submenu-type-sliding .back-button svg {
width: 14px;
height: 14px;
fill: currentColor;
}
.submenu-type-sliding .dropdown-btn.nt-icon-up-chevron:before {
content: "\f114";
}
.submenu-type-sliding span.dropdown-btn {
display: flex;
align-items: center;
justify-content: center;
}
.submenu-type-sliding.menu-sliding span.dropdown-btn:before,
.submenu-type-sliding .mobile-menu span.dropdown-btn:before,
.submenu-type-sliding .mobile-category-menu span.dropdown-btn:before {
transform: rotate(-180deg)!important;
}
.submenu-type-sliding .back-button span.dropdown-btn:before {
transform: rotate(0deg)!important;
}
.submenu-type-sliding .back-button {
width: 100%;
cursor: pointer;
gap: 10px;
display: flex;
align-items: center;
}
.ninetheme-mobile-menu.submenu-type-sliding .back-button {
background: var(--ninetheme-gray-soft);
}
.submenu-type-sliding .back-button span.dropdown-btn {
position: relative;
right: auto;
width: auto;
height: auto;
border: 0;
}
.menu-sliding .back-button {
border-bottom: 1px solid var(--ninetheme-border);
padding-bottom: 10px;
}
.menu-sliding>ul,
.menu-sliding>ul .submenu{
display: flex;
flex-direction: column;
width: 100%;
max-width: 100%;
flex: 0 0 100%;
list-style: none;
padding: 0;
margin: 0;
gap: 15px;
}
.submenu-type-sliding.menu-sliding .nav li a {
padding: 0;
position: relative;
display: flex;
align-items: center;
justify-content: space-between;
gap: 15px;
width: -webkit-fill-available;
font-weight: 500;
font-size: 13px;
}:root {
--ninetheme-font: "Roboto", Sans-serif;
--ninetheme-font-heading: 'Roboto', sans-serif;
--ninetheme-primary: #db1215;
--ninetheme-secondary: #1376d8;
--ninetheme-primary-bg: #db5153;
--ninetheme-text: #4e4e4e;
--ninetheme-text-soft: #949494;
--ninetheme-dark: #161616;
--ninetheme-dark-soft: #343131;
--ninetheme-light: #FFFFFF;
--ninetheme-light-soft: #bdbdbd;
--ninetheme-gray: #E1E2E3;
--ninetheme-gray-dark: #595959;
--ninetheme-gray-soft: #f7f7f7;
--ninetheme-border: #EAEBED;
--ninetheme-dark-border: #060606;
--ninetheme-trans-border: #f7f7f833;
--ninetheme-success: #398f14;
--ninetheme-success-bg: #d4ffe7;
--ninetheme-success-border: #b5fdb0;
--ninetheme-warning: #c28e00;
--ninetheme-warning-bg: #fffcf2;
--ninetheme-warning-border: #faeecf;
--ninetheme-info: #1e73be;
--ninetheme-info-bg: #daedfd;
--ninetheme-info-border: #b0daff;
--ninetheme-red: #ED4B4B;
--ninetheme-red-dark: #B20808;
--ninetheme-red-soft: #FFB1B1;
--ninetheme-red-softer: #FFF5F5;
--ninetheme-red-text: #B20808;
--ninetheme-red-bg: #FFE8E8;
--ninetheme-red-border: #FFBFC1;
--ninetheme-green: #019267;
--ninetheme-green-soft: #0ECEA6;
--ninetheme-green-bg: #DFFFF8;
--ninetheme-purple: #6C5EBC;
--ninetheme-purple-soft: #BDB3FF;
--ninetheme-purple-bg: #EAE8FF;
--ninetheme-yellow: #ffdc00;
--ninetheme-yellow-soft: #FFE331;
--ninetheme-yellow-bg: #FFFCDA;
--ninetheme-brown: #6C3428;
--ninetheme-cream: #F4EAD5;
--ninetheme-blue-dark: #011962;
--ninetheme-blue: #072AC8;
--ninetheme-blue-soft: #1E96FC;
--ninetheme-blue-bg: #E0F0FF;
--ninetheme-border-radius: 5px;
} html {
line-height: 1.15;
-webkit-text-size-adjust: 100%;
}
main {
display: block;
}
hr {
box-sizing: content-box;
height: 0;
overflow: visible;
}
abbr[title] {
border-bottom: none;
text-decoration: underline;
text-decoration: underline dotted;
}
code,
kbd,
samp {
font-family: monospace, monospace;
font-size: 1em;
}
small {
font-size: 80%;
}
sub,
sup {
font-size: 75%;
line-height: 0;
position: relative;
vertical-align: baseline;
}
sub {
bottom: -0.25em;
}
sup {
top: -0.5em;
}
img {
border-style: none;
}
li::marker {
display: none;
content: "";
}
button,
input,
optgroup,
select,
textarea {
font-family: inherit;
font-size: inherit;
line-height: inherit;
margin: 0;
outline: 0;
}
::-webkit-input-placeholder,
::-moz-placeholder,
:-ms-input-placeholder,
:-moz-placeholder,
textarea::-webkit-input-placeholder,
textarea:-moz-placeholder,
textarea::-moz-placeholder,
textarea:-ms-input-placeholder,
textarea::placeholder,
::placeholder {
color: var(--ninetheme-gray-dark) !important;
}
.has-default-header-type-dark ::-webkit-input-placeholder,
.has-default-header-type-dark ::-moz-placeholder,
.has-default-header-type-dark :-ms-input-placeholder,
.has-default-header-type-dark :-moz-placeholder,
.has-default-header-type-dark textarea::-webkit-input-placeholder,
.has-default-header-type-dark textarea:-moz-placeholder,
.has-default-header-type-dark textarea::-moz-placeholder,
.has-default-header-type-dark textarea:-ms-input-placeholder,
.has-default-header-type-dark textarea::placeholder,
.has-default-header-type-dark ::placeholder {
color: #bbbbbb !important;
}
button,
input {
overflow: visible;
}
input[type="submit"] {
cursor: pointer;
}
button,
select {
text-transform: none;
cursor:pointer;
}
select {
-webkit-appearance: none;
-moz-appearance: none;
background-image: url("data:image/svg+xml;utf8,<svg fill='%237a7a7a' height='24' viewBox='0 0 24 24' width='24' xmlns='http://www.w3.org/2000/svg'><path d='M7 10l5 5 5-5z'/><path d='M0 0h24v24H0z' fill='none'/></svg>");
background-repeat: no-repeat;
background-position-x: 99%;
background-position-y: 50%;
}
blockquote {
margin: 0 0 1rem;
background-color: var(--ninetheme-gray);
padding: 60px;
}
button,
[type="button"],
[type="reset"],
[type="submit"] {
-webkit-appearance: button;
}
button::-moz-focus-inner,
[type="button"]::-moz-focus-inner,
[type="reset"]::-moz-focus-inner,
[type="submit"]::-moz-focus-inner {
border-style: none;
padding: 0;
}
button:-moz-focusring,
[type="button"]:-moz-focusring,
[type="reset"]:-moz-focusring,
[type="submit"]:-moz-focusring {
outline: 1px dotted ButtonText;
}
fieldset {
padding: 0.35em 0.75em 0.625em;
}
legend {
box-sizing: border-box;
color: inherit;
display: table;
max-width: 100%;
padding: 0;
white-space: normal;
}
progress {
vertical-align: baseline;
}
textarea {
overflow: auto;
-o-transition: height .3s ease-in-out;
-webkit-transition: height .3s ease-in-out;
transition: height .3s ease-in-out;
}
textarea:focus {
-o-transition: height .3s ease-in-out;
-webkit-transition: height .3s ease-in-out;
transition: height .3s ease-in-out;
}
input:focus, textarea:focus,
textarea:focus::placeholder {
color: var(--ninetheme-dark);
border-color: var(--ninetheme-primary) !important;
}
::placeholder,
::-moz-placeholder,
::-webkit-input-placeholder,
:-ms-input-placeholder {
color: var(--ninetheme-gray-dark);
-o-transition: color .3s ease-in-out;
-webkit-transition: color .3s ease-in-out;
transition: color .3s ease-in-out;
}
[type="checkbox"],
[type="radio"] {
box-sizing: border-box;
padding: 0;
}
[type="number"]::-webkit-inner-spin-button,
[type="number"]::-webkit-outer-spin-button {
height: auto;
}
[type="search"] {
-webkit-appearance: textfield; outline-offset: -2px; }
[type="search"]::-webkit-search-decoration {
-webkit-appearance: none;
}
::-webkit-file-upload-button {
-webkit-appearance: button;
font: inherit;
}
details {
display: block;
}
summary {
display: list-item;
}
template {
display: none;
}
[hidden] {
display: none;
}
@media print {
*,
*::before,
*::after {
text-shadow: none;
box-shadow: none;
}
}
* {
-webkit-box-sizing: border-box;
-moz-box-sizing: border-box;
box-sizing: border-box;
}
*:before,
*:after {
-webkit-box-sizing: border-box;
-moz-box-sizing: border-box;
box-sizing: border-box;
}
*:focus {
outline: none;
}
html {
font-size: var(--font-size);
}
a {
color: var(--color-primary);
text-decoration: none;
}
a:hover {
color: var(--color-primary-tint);
}
p {
margin-top: 0;
margin-bottom: 30px;
}
p:empty {
display: none;
}
p:last-child {
margin-bottom: 0;
}
hr {
margin-top: 30px;
margin-bottom: 30px;
border-width: 1px 0 0 0;
border-style: solid;
border-color: var(--color-grey2);
}
hr:last-child {
margin-bottom: 0;
}
img {
max-width: 100%;
vertical-align: middle;
height: auto;
}
b, strong {
font-weight: 500;
}
nav ol,
nav ul {
padding: 0;
margin: 0;
list-style-type: none;
}
iframe {
display: block;
width: 100%;
border: 0;
overflow: hidden;
}
canvas {
-webkit-user-select: none;
-moz-user-select: none;
-ms-user-select: none;
user-select: none;
}
blockquote {
margin: 0;
border-left: 5px solid var(--color-grey2);
-webkit-border-radius: 10px;
-moz-border-radius: 10px;
border-radius: 10px;
text-align: left;
background-color: var(--color-grey1);
}
blockquote:not(:first-child) {
margin-top: 30px;
}
blockquote:not(:last-child) {
margin-bottom: 30px;
}
blockquote footer {
color: var(--color-primary-tint);
}
@media (max-width: 991px) {
blockquote {
padding: 30px;
}
}
@media (min-width: 992px) {
blockquote {
position: relative;
padding: 60px 15%;
font-size: 24px;
overflow: hidden;
}
blockquote:before {
position: absolute;
top: -30px;
left: 0;
content: "\"";
font-size: 200px;
line-height: 1;
-webkit-opacity: 0.2;
-khtml-opacity: 0.2;
-moz-opacity: 0.2;
opacity: 0.2;
}
}
label {
display: inline-block;
max-width: 100%;
margin-bottom: 5px;
width: 100%;
font-weight: inherit;
font-size: inherit;
display: flex;
align-content: center;
align-items: center;
}
label span {
line-height: 0;
}
label span.wpcf7-form-control-wrap {
line-height: inherit;
}
mark {
color: var(--color-primary);
background-color: #fcf8e3;
}
code {
padding: 2px 4px;
background-color: var(--color-grey1);
white-space: normal;
}
kbd {
padding: 2px 4px;
font-weight: 600;
color: var(--color-white);
background-color: var(--color-primary);
-webkit-border-radius: 4px;
-moz-border-radius: 4px;
border-radius: 4px;
}
pre {
display: block;
margin-top: 0;
font-size: 90%;
border: 1px solid var(--ninetheme-gray);
overflow: auto;
margin-bottom: 20px;
padding: 15px;
word-break: break-all;
word-wrap: break-word;
-webkit-border-radius: 4px;
-moz-border-radius: 4px;
border-radius: 4px;
}
pre:last-child {
margin-bottom: 0;
}
dt {
font-weight: 600;
}
dt:not(:last-child) {
margin-bottom: 5px;
}
dd {
margin-left: 0;
margin-bottom: 20px !important;
}
dd:not(:last-child) {
margin-bottom: 5px;
}
address {
margin-bottom: 20px;
font-style: normal;
line-height: inherit;
}
address:last-child {
margin-bottom: 0;
}
cite {
font-style: normal;
}
table {
border-collapse: collapse;
background-color: transparent;
}
th {
text-align: left;
font-weight: 500;
color: var(--ninetheme-dark);
}
fieldset {
margin: 0;
padding: 0;
border: 0;
}
input[type=checkbox], input[type=radio] {
margin: 0;
margin-right: 5px;
font-size: 16px;
}
input[type="search"] {
-webkit-appearance: none;
}
input[type="radio"]:disabled,
input[type="checkbox"]:disabled {
cursor: not-allowed;
}
textarea {
resize: vertical;
}
input,
select,
textarea,
input[type="radio"],
input[type="checkbox"] {
background-color: transparent;
}
input,
select,
textarea,
input[type="checkbox"] {
-webkit-border-radius: 0px;
-moz-border-radius: 0px;
border-radius: 0px;
color: var(--ninetheme-gray-dark);
}
textarea {
min-height: 110px;
}
input:not([type="checkbox"]):not([type="radio"]), select, textarea {
padding: 12px 10px;
min-height: 45px;
border: 2px solid var(--ninetheme-border);
max-width: 100%;
}
input[type="radio"],
input[type="checkbox"] {
vertical-align: middle;
}
button[disabled="disabled"] {
pointer-events: none;
opacity: 0.5;
}
.select2-search--dropdown {
padding: 0 !important;
margin: 10px 0 15px 6px;
}
.select2-dropdown {
border: 1px solid var(--ninetheme-border) !important;
}
.select2-container--default .select2-search--dropdown .select2-search__field {
border: 1px solid var(--ninetheme-border) !important;
max-width: 87%;
max-height: 36px;
margin-left: 10px;
}
.vehicle-search-form .select2-container--default .select2-selection--single .select2-selection__rendered {
line-height: 45px;
}
.vehicle-search-form .select2-container--default .select2-selection--single,
.vehicle-search-form .select2-container--default .select2-selection--single .select2-selection__arrow {
height: 45px !important;
}
.vehicle-search-form button {
border: 0;
outline: none;
min-height: 45px;
color: var(--ninetheme-light);
background-color: var(--ninetheme-dark);
}
.vehicle-search-form:not(.loading) .filter-loader {
display: none;
}
.vehicle-search-form.loading .filter-loader {
position: absolute;
width: 100%;
height: 100%;
left: 0;
top: 0;
background-color: var(--ninetheme-light);
opacity: 0.8;
}
.ninetheme-swiper-container:not(.swiper-initialized) .swiper-slide {
flex-shrink: 1;
}
.ninetheme-swiper-container:not(.swiper-initialized) .ninetheme-swiper-wrapper {
gap: 15px;
}
.ninetheme-widget-banners-wrapper .ninetheme-swiper-container:not(.swiper-initialized) .ninetheme-swiper-wrapper
.ninetheme-product-gallery-main-slider.ninetheme-swiper-container:not(.swiper-initialized) .ninetheme-swiper-wrapper{
gap: 0;
}
.ninetheme-widget-banners-wrapper .ninetheme-swiper-container:not(.swiper-initialized) .swiper-slide,
.ninetheme-product-gallery-main-slider.ninetheme-swiper-container:not(.swiper-initialized) .swiper-slide {
flex-shrink: 0;
}
.progress-wrap {
position: fixed;
bottom: 30px;
right: 30px;
height: 44px;
width: 44px;
cursor: pointer;
display: block;
border-radius: 50px;
-webkit-box-shadow: inset 0 0 0 2px rgba(130, 130, 130, 0.2);
box-shadow: inset 0 0 0 2px rgba(130, 130, 130, 0.2);
z-index: 100;
opacity: 0;
visibility: hidden;
-webkit-transform: translateY(20px);
transform: translateY(20px);
-webkit-transition: all 400ms linear;
transition: all 400ms linear;
}
.progress-wrap.active-progress {
opacity: 1;
visibility: visible;
-webkit-transform: translateY(0);
transform: translateY(0);
}
.progress-wrap.nt-icon-up-chevron::before {
content: none;
}
.progress-wrap::after {
position: absolute;
content: "\f115";
text-align: center;
line-height: 44px;
font-size: 13px;
font-weight: 900;
color: var(--ninetheme-primary);
left: 0;
top: 0;
height: 44px;
width: 44px;
cursor: pointer;
display: block;
z-index: 1;
-webkit-transition: all 400ms linear;
transition: all 400ms linear;
}
.progress-wrap svg.progress-circle path {
fill: none;
stroke: var(--ninetheme-primary);
stroke-width: 4;
-webkit-box-sizing: border-box;
box-sizing: border-box;
-webkit-transition: all 400ms linear;
transition: all 400ms linear;
}
.progress-wrap {
-webkit-box-shadow: inset 0 0 0 2px rgba(130, 130, 130, 0.2);
box-shadow: inset 0 0 0 2px rgba(130, 130, 130, 0.2);
} html {
margin-right: 0 !important;
}
body {
font-family: var(--ninetheme-font);
font-weight: 400;
font-style: normal;
font-size: 13px;
color: var(--ninetheme-text);
line-height: 1.6;
overflow-x: hidden;
-ms-word-wrap: break-word;
word-wrap: break-word;
margin: 0;
-moz-osx-font-smoothing: grayscale;
-webkit-font-smoothing: antialiased;
-moz-font-smoothing: antialiased;
overflow-y: scroll;
}
* {
-webkit-box-sizing: border-box;
-moz-box-sizing: border-box;
box-sizing: border-box;
}
a,
.button {
-webkit-transition: all 0.25s ease-out 0s;
-moz-transition: all 0.25s ease-out 0s;
-ms-transition: all 0.25s ease-out 0s;
-o-transition: all 0.25s ease-out 0s;
transition: all 0.25s ease-out 0s;
color: var(--ninetheme-dark);
outline: medium none;
}
a {
background-color: transparent;
text-decoration: none;
}
a:focus,
.btn:focus,
.button:focus {
text-decoration: none;
outline: none;
box-shadow: none;
}
a:hover {
color: var(--ninetheme-dark);
text-decoration: none;
opacity: 0.8;
}
input:focus,
input:focus,
textarea,
textarea:focus {
outline: 0;
color: var(--ninetheme-text);
}
.nt-font-main {
font-family: var(--ninetheme-font);
}
.nt-font-primary {
font-family: var(--ninetheme-font-heading);
}
h1,
h2,
h3,
h4,
h5,
h6 {
font-family: var(--ninetheme-font-heading);
color: var(--ninetheme-dark);
margin-top: 0px;
font-style: normal;
font-weight: 500;
word-spacing: 0px;
margin-bottom: 20px;
-ms-word-wrap: break-word;
word-wrap: break-word;
}
h1 a,
h2 a,
h3 a,
h4 a,
h5 a,
h6 a {
color: inherit;
}
h1, h1.elementor-heading-title {
font-size: 44.8px;
line-height: 1.2;
}
h2, h2.elementor-heading-title {
font-size: 37.3px;
line-height: 1.2;
}
h3, h3.elementor-heading-title {
font-size: 31.1px;
line-height: 1.3;
}
h4, h4.elementor-heading-title {
font-size: 25.9px;
line-height: 1.3;
}
h5, h5.elementor-heading-title {
font-size: 21.6px;
line-height: 1.4;
}
h6, h6.elementor-heading-title {
font-size: 18px;
line-height: 1.4;
}
@media(max-width:767px) {
h1, h1.elementor-heading-title {
font-size: 32px;
line-height: 1.2;
}
h2, h2.elementor-heading-title {
font-size: 28px;
line-height: 1.2;
}
h3, h3.elementor-heading-title {
font-size: 23px;
line-height: 1.3;
}
h4, h4.elementor-heading-title {
font-size: 19px;
line-height: 1.3;
}
h5, h5.elementor-heading-title {
font-size: 17px;
line-height: 1.2;
}
h6, h6.elementor-heading-title {
font-size: 15px;
line-height: 1.2;
}
}
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;
}
img {
max-width: 100%;
height: auto;
vertical-align: middle;
}
*::-moz-selection {
background-color: 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: 14px;
opacity: 1;
}
*::placeholder {
color: var(--ninetheme-text);
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;
}
.elementor-widget-ninetheme-home-slider,
.ninetheme-main-slider {
overflow: hidden;
width: 100%;
}
.ninetheme-header .ninetheme-header-part:not(.ninetheme-header-sticky) .has-sticky-logo .sticky-logo,
.ninetheme-header .ninetheme-header-sticky .has-sticky-logo .main-logo:not(.sticky-logo),
.ninetheme-header .ninetheme-header-mobile:not(.sticky-start) .has-sticky-logo .sticky-logo,
.ninetheme-header .ninetheme-header-mobile.sticky-start .has-sticky-logo .main-logo:not(.sticky-logo) {
display: none;
}
.ninetheme-header .ninetheme-header-mobile.sticky-start .has-sticky-logo .main-logo.sticky-logo {
display: block;
} .loading li .ninetheme-ajax-product-data {
width: 100%;
}
.loading .ninetheme-product-type-6 .ninetheme-product-details-wrapper {
border-top: 0;
}
.ninetheme-swiper-container:not(.swiper-initialized){
height: 100%;
}
.loading li .ninetheme-ajax-product-image,
.loading li .ninetheme-ajax-product-title,
.loading li .ninetheme-ajax-product-price,
.loading li .ninetheme-stock-status,
.loading .ninetheme-loop-product .thumb-wrapper,
.loading .ninetheme-loop-product .product-name,
.loading .ninetheme-loop-product .product-price,
.loading .woo-default-box .price,
.loading .ninetheme-loop-product .stock-rating,
.loading .ninetheme-loop-product .product-stock-rating,
.loading .ninetheme-loop-product .product-features,
.loading .ninetheme-loop-product .product-cart-wrapper,
.loading .ninetheme-loop-product .ninetheme-product-buttons,
.loading .ninetheme-loop-product .product-desc,
.loading .ninetheme-loop-product .product-details>*,
.loaded.loading .quick-details>*,
.ninetheme-swiper-container:not(.swiper-initialized),
.ninetheme-category-slider:not(.swiper-initialized),
.loading .ninetheme-swiper-container.swiper-initialized,
.loading .list-inner .cart-actions,
.loading .ninetheme-products-column .ninetheme-not-found-info-wrapper,
.loading .product-footer a{
position: relative;
overflow: hidden;
}
.loading li .ninetheme-ajax-product-title,
.loading li .ninetheme-ajax-product-price,
.loading li .ninetheme-stock-status,
.loading .ninetheme-loop-product .thumb-wrapper,
.loading .ninetheme-loop-product .product-name,
.loading .ninetheme-loop-product .product-price,
.loading .woo-default-box .price,
.loading .ninetheme-loop-product .stock-rating,
.loading .ninetheme-loop-product .product-stock-rating,
.loading .ninetheme-loop-product .product-features,
.loading .ninetheme-loop-product .product-cart-wrapper,
.loading .ninetheme-loop-product .ninetheme-product-buttons,
.loading .ninetheme-loop-product .product-desc,
.loading .ninetheme-loop-product .product-details>*,
.loading .ninetheme-loop-product .details-inner>*,
.loaded.loading .quick-details>*,
.loading .ninetheme-products-column .ninetheme-not-found-info-wrapper,
.loading .list-inner .cart-actions
{
min-width: 100%;
max-width: 100%;
}
.loading .ninetheme-loop-product.type-1 .product-inner {
padding-bottom: 0;
}
.loading .ninetheme-loop-product.type-1 .product-cart-wrapper,
.loading .ninetheme-loop-product.type-10 .product-cart-wrapper {
bottom: 15px;
max-width: calc(100% - 30px);
min-width: auto;
left: 15px;
position: absolute;
}
.loading .ninetheme-loop-product {
pointer-events: none;
}
.loading .ninetheme-ajax-product-link,
.loading .ribbon {
display: none;
}
.loading li .ninetheme-ajax-product-image::before,
.loading li .ninetheme-ajax-product-title::before,
.loading li .ninetheme-ajax-product-price::before,
.loading li .ninetheme-stock-status::before,
.loading li .ninetheme-btn-text::before,
.loading .ninetheme-loop-product .thumb-wrapper::before,
.loading .ninetheme-loop-product .product-name::before,
.loading .ninetheme-loop-product .product-price::before,
.loading .woo-default-box .price::before,
.loading .ninetheme-loop-product .stock-rating::before,
.loading .ninetheme-loop-product .product-stock-rating::before,
.loading .ninetheme-loop-product .product-features::before,
.loading .ninetheme-loop-product .product-cart-wrapper::before,
.loading .ninetheme-loop-product .ninetheme-product-buttons::before,
.loading .ninetheme-loop-product .product-desc::before,
.loading .ninetheme-loop-product .product-details>*::before,
.loading .ninetheme-loop-product .details-inner>*::before,
.loaded.loading .ninetheme-swiper-container:before,
.loaded.loading .quick-thumbs:before,
.loaded.loading .quick-details>*:before,
.ninetheme-swiper-container:not(.swiper-initialized):before,
.ninetheme-category-slider:not(.swiper-initialized):before,
.ninetheme-product-gallery-col .ninetheme-swiper-slider-wrapper.loading:before,
.loading .ninetheme-swiper-container.swiper-initialized:before,
.loading .list-inner .cart-actions:before,
.loading .product-footer a:before,
.loading .ninetheme-products-column .ninetheme-not-found-info-wrapper:before
{
display: block;
content: "";
position: absolute;
top: 0;
right: 0;
bottom: 0;
left: 0;
z-index: 98;
background-color: #f4f4f4;
width: 100%;
height: 100%;
}
.loading li .ninetheme-ajax-product-image::after,
.loading li .ninetheme-ajax-product-title::after,
.loading li .ninetheme-ajax-product-price::after,
.loading li .ninetheme-stock-status::after,
.loading li .ninetheme-btn-text::after,
.loading .ninetheme-loop-product .thumb-wrapper::after,
.loading .ninetheme-loop-product .product-name::after,
.loading .ninetheme-loop-product .product-price::after,
.loading .woo-default-box .price::after,
.loading .ninetheme-loop-product .stock-rating::after,
.loading .ninetheme-loop-product .product-stock-rating::after,
.loading .ninetheme-loop-product .product-features::after,
.loading .ninetheme-loop-product .product-cart-wrapper::after,
.loading .ninetheme-loop-product .ninetheme-product-buttons::after,
.loading .ninetheme-loop-product .product-desc::after,
.loading .ninetheme-loop-product .product-details>*::after,
.loading .ninetheme-loop-product .details-inner>*::after,
.loaded.loading .ninetheme-swiper-container::after,
.loaded.loading .quick-thumbs::after,
.loaded.loading .quick-details>*::after,
.ninetheme-swiper-container:not(.swiper-initialized):after,
.ninetheme-category-slider:not(.swiper-initialized):after,
.loading .ninetheme-swiper-container.swiper-initialized:after,
.ninetheme-product-gallery-col .ninetheme-swiper-slider-wrapper.loading:after,
.loading .list-inner .cart-actions:after,
.loading .product-footer a:after,
.loading .ninetheme-products-column .ninetheme-not-found-info-wrapper:after
{
content: "";
position: absolute;
left: 0;
top: 0;
height: 100%;
width: 100%;
background-image: linear-gradient(
to right,
#f6f7f9 0%,
#e9ebee 20%,
#f6f7f9 40%,
#f6f7f9 100%
);
background-repeat: no-repeat;
background-size: 450px 400px;
animation: shimmer 2s linear infinite;
z-index: 99;
}
.ninetheme-swiper-container:not(.swiper-initialized):after,
.ninetheme-category-slider:not(.swiper-initialized):after,
.ninetheme-product-gallery-col .ninetheme-swiper-slider-wrapper.loading:after
{
background-size: 100%;
}
@keyframes shimmer {
0% {
background-position: -450px 0;
}
100% {
background-position: 450px 0;
}
}   @font-face {
font-family: 'ninetheme-font';
src:  url(//salizo.shop/wp-content/themes/dressy/fonts/ninetheme-font.eot?ksdru7);
src:  url(//salizo.shop/wp-content/themes/dressy/fonts/ninetheme-font.eot?ksdru7#iefix) format('embedded-opentype'),
url(//salizo.shop/wp-content/themes/dressy/fonts/ninetheme-font.ttf?ksdru7) format('truetype'),
url(//salizo.shop/wp-content/themes/dressy/fonts/ninetheme-font.woff?ksdru7) format('woff'),
url(//salizo.shop/wp-content/themes/dressy/fonts/ninetheme-font.svg?ksdru7#ninetheme-font) format('svg');
font-weight: normal;
font-style: normal;
font-display: block;
}
[class^="nt-icon-"], [class*=" nt-icon-"] {
font-family: 'ninetheme-font';
speak: never;
font-style: normal;
font-weight: normal;
font-variant: normal;
text-transform: none;
line-height: 1;
-webkit-font-smoothing: antialiased;
-moz-osx-font-smoothing: grayscale;
}
.nt-icon-alert:before {
content: "\f100";
}
.nt-icon-button-play-2:before {
content: "\f101";
}
.nt-icon-360-deg:before {
content: "\f102";
}
.nt-icon-note:before {
content: "\f103";
}
.nt-icon-statik:before {
content: "\f104";
}
.nt-icon-altcart:before {
content: "\f105";
}
.nt-icon-shapes:before {
content: "\f106";
}
.nt-icon-check:before {
content: "\f107";
}
.nt-icon-logout:before {
content: "\f108";
}
.nt-icon-moredots:before {
content: "\f109";
}
.nt-icon-arrowaroundleft:before {
content: "\f110";
}
.nt-icon-arrowaroundright:before {
content: "\f111";
}
.nt-icon-cross:before {
content: "\f112";
}
.nt-icon-right-arrow-chevron:before {
content: "\f113";
}
.nt-icon-left-arrow-chevron:before {
content: "\f114";
}
.nt-icon-up-chevron:before {
content: "\f115";
}
.nt-icon-edit:before {
content: "\f116";
}
.nt-icon-symbol:before {
content: "\f117";
}
.nt-icon-filters:before {
content: "\f118";
}
.nt-icon-sort-by:before {
content: "\f119";
}
.nt-icon-eye:before {
content: "\f11a";
}
.nt-icon-arrow-next:before {
content: "\f120";
}
.nt-icon-arrow-back:before {
content: "\f121";
}
.nt-icon-layout:before {
content: "\f122";
}
.nt-icon-cart:before {
content: "\f123";
}
.nt-icon-user:before {
content: "\f124";
}
.nt-icon-newlatter:before {
content: "\f125";
}
.nt-icon-bag:before {
content: "\f126";
}
.nt-icon-scaleerrows:before {
content: "\f127";
}
.nt-icon-compare:before {
content: "\f128";
}
.nt-icon-arrows:before {
content: "\f129";
}
.nt-icon-lup:before {
content: "\f130";
}
.nt-icon-quote_right:before {
content: "\f131";
}
.nt-icon-envelope-o:before {
content: "\f132";
}
.nt-icon-wishlist:before {
content: "\f134";
}
.nt-account-details:before {
content: "\f135";
}
.nt-icon-account-download:before {
content: "\f136";
}
.nt-icon-account-exit:before {
content: "\f137";
}
.nt-icon-account-orders:before {
content: "\f138";
}
.nt-icon-account-address:before {
content: "\f139";
}
.nt-icon-size-ruler:before {
content: "\f13f";
}
.nt-icon-account-other:before {
content: "\f140";
}
.nt-icon-account-payment:before {
content: "\f142";
}
.nt-icon-plus:before {
content: "\f143";
}
.nt-icon-home-page:before {
content: "\f144";
}
.nt-icon-blog:before {
content: "\f145";
}
.nt-icon-shop-page:before {
content: "\f146";
}
.nt-icon-cart-empty:before {
content: "\f147";
}
.nt-icon-star:before {
content: "\f148";
}
.nt-icon-star_empty:before {
content: "\f149";
}
.nt-icon-caret_down:before {
content: "\f150";
}
.nt-icon-caret_up:before {
content: "\f151";
}
.nt-caret_left:before {
content: "\f152";
}
.nt-caret_right:before {
content: "\f153";
}
.nt-icon-env:before {
content: "\f157";
}
.nt-icon-mobile-alt-solid:before {
content: "\f159";
}
.nt-icon-menu:before {
content: "\f15a";
}
.nt-icon-menu-active:before {
content: "\f15b";
}
.nt-icon-menu-filters:before {
content: "\f15c";
}
.nt-icon-location-arrow-solid:before {
content: "\f160";
} .nt-icon-tik-tok:before {
content: "\f133";
}
.nt-icon-twitter:before {
content: "\f154";
}
.nt-icon-github:before {
content: "\f155";
}
.nt-icon-pinterest:before {
content: "\f156";
}
.nt-icon-linkedin:before {
content: "\f158";
}
.nt-icon-youtube:before {
content: "\f162";
}
.nt-icon-instagram:before {
content: "\f163";
}
.nt-icon-flickr:before {
content: "\f164";
}
.nt-icon-tumblr:before {
content: "\f165";
}
.nt-icon-dribbble:before {
content: "\f166";
}
.nt-icon-skype:before {
content: "\f167";
}
.nt-icon-vk:before {
content: "\f168";
}
.nt-icon-google:before {
content: "\f169";
}
.nt-icon-behance:before {
content: "\f170";
}
.nt-icon-spotify:before {
content: "\f171";
}
.nt-icon-soundcloud:before {
content: "\f172";
}
.nt-icon-copyright-regular:before {
content: "\f173";
}
.nt-icon-facebook-square:before {
content: "\f174";
}
.nt-icon-whatsapp:before {
content: "\f175";
}
.nt-icon-odnoklassniki-square:before {
content: "\f176";
}
.nt-icon-vimeo:before {
content: "\f177";
}
.nt-icon-snapchat-ghost:before {
content: "\f178";
}
.nt-icon-telegram:before {
content: "\f179";
}
.nt-icon-facebook:before {
content: "\f180";
}
.nt-icon-viber:before {
content: "\f181";
}  body.admin-bar {
padding-top: 32px;
}
@media(max-width:782px) {
body.admin-bar {
padding-top: 46px;
}
}
.layout-boxed .ninetheme-header-default {
width: 100%;
max-width: 1600px;
}
body.has-overlay {
overflow-x: hidden;
}
body.layout-boxed {
background-color: #eee;
}
.container {
width: 100%;
padding-right: 20px;
padding-left: 20px;
margin-right: auto;
margin-left: auto;
}
@media (min-width: 1200px) {
.container {
max-width: 1580px;
}
}
.ninetheme-row {
display: flex;
flex-direction: column;
}
#wrapper {
position: relative;
width: 100%;
scroll-behavior: smooth;
}
.layout-boxed:not(.has-header-sidebar) #wrapper {
max-width: 1400px;
margin: 0px auto 40px;
background-color: var(--ninetheme-light);
}
.layout-boxed:not(.has-header-sidebar) .ninetheme-header {
max-width: 1400px;
margin: 40px auto 0;
background-color: var(--ninetheme-light);
}
.layout-boxed:not(.has-header-sidebar) .ninetheme-header-bottom .ninetheme-header-inner {
max-width: 100%;
}
@media(max-width: 767px) {
.layout-boxed:not(.has-header-sidebar) #wrapper {
margin: 0px auto;
}
}
.jarallax.parallax-yes {
transition: none;
position: relative;
z-index: 0;
}
.jarallax > div[id^="jarallax-"] > img {
position: fixed;
object-fit: cover;
top: 0;
left: 0;
width: 100%;
height: 100%;
z-index: -1;
}
.elementor-editor-active .page-loaded .ninetheme-main-sidebar-header {
display: none;
}
.elementor-editor-active .has-header-sidebar .site-content {
width: auto;
margin-left: 0;
}
.page-wrapper .elementor-edit-area {
z-index: 3;
}
.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;
}
body.single-elementor_library.elementor-editor-active .ninetheme-main-header,
body.single-elementor_library.elementor-editor-active #nt-footer{
display: none;
}
[class^="elementor-widget-ninetheme-"] .elementor-widget-empty-icon,
[class*="elementor-widget-ninetheme-"] .elementor-widget-empty-icon{
display: none!important;
}
.elementor-editor-active .loading {
display: none!important;
}
.logo.logo-type-sitename {
max-width: 450px;
}
.ninetheme-hidden {
display: none;
}
.ninetheme-small-title,
.ninetheme-small-title a {
color: var(--ninetheme-dark);
}
.elementor-widget-heading a.title-link {
color: var(--ninetheme-dark) !important;
}
#particles-js {
position:absolute;
width: 100%;
height: 100vh;
top:0;
left:0;
}
canvas {
display: block;
vertical-align: bottom;
}
.ninetheme-particles:not(.particles-none) div.ninetheme-particles-effect {
position:absolute;
width: 100%;
height: 100%;
top:0;
left:0;
}
.ninetheme-particles:not(.particles-none) div.ninetheme-particles-effect canvas {
display: block;
vertical-align: bottom;
} .section-padding {
padding-top: 40px;
padding-bottom: 40px;
}
@media(min-width:768px) {
.section-padding {
padding-top: 50px;
padding-bottom: 50px;
}
}
@media(min-width:1200px) {
.section-padding {
padding-top: 60px;
padding-bottom: 60px;
}
}
.nt-section.section-padding.pt-0 {
padding-top: 0;
}
.nt-section.section-padding.pb-0 {
padding-bottom: 0;
} .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-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;
} .page-overlay {
position: fixed;
z-index: 106;
top: 0;
cursor: pointer;
cursor: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='32' height='32' 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;
right: 0;
width: 0;
height: 0;
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);
visibility: hidden;
pointer-events: none;
}
.has-overlay .page-overlay {
width: 100%;
height: 100%;
opacity: 0.7;
visibility: visible;
pointer-events: unset;
}  .ninetheme-svg-icon {
max-width: 24px;
max-height: 24px;
cursor: pointer;
fill: var(--ninetheme-dark);
}
.ninetheme-svg-icon.mini-icon {
max-width: 15px;
max-height: 15px;
}  .scroll-to-top {
display: inline-block;
width: 40px;
height: 40px;
line-height: 40px;
background-color: var(--ninetheme-dark);
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-color: var(--ninetheme-primary);
color: var(--ninetheme-dark);
}  .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-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-color: var(--ninetheme-dark);
display: flex;
align-items: center;
justify-content: center;
border-radius: 10px;
line-height: 1;
width: 2px;
height: 2px;
content: "";
}  .ninetheme-breadcrumb li {
list-style: none;
}
.ninetheme-breadcrumb li, .ninetheme-breadcrumb li a {
display: inline-block;
color: var(--ninetheme-dark);
padding: 0;
max-width: 100%;
font-size: 10px;
font-weight: 400;
text-transform: uppercase;
letter-spacing: 0.3px;
}
.woocommerce-breadcrumb,
.yoast-breadcrumb,
.rank-math-breadcrumb {
color: var(--ninetheme-dark);
font-size: 10px;
font-weight: 400;
text-transform: uppercase;
letter-spacing: 0.3px;
}
.ninetheme-product-summary ul.ninetheme-breadcrumb {
display:  flex;
}
.ninetheme-breadcrumb li.active {
font-weight: 500;
max-width: 247px;
text-overflow: ellipsis;
white-space: nowrap;
}
.breadcrumb-item+.breadcrumb-item::before,
.woocommerce-breadcrumb a::after {
content: "";
display: inline-block;
padding-right: 0;
width: 4px;
height: 4px;
background-color: var(--ninetheme-gray);
border-radius: 50%;
margin-bottom: 2px;
margin-right: 8px;
margin-left: 8px;
}
.rank-math-breadcrumb .separator {
margin-right: 4px;
margin-left: 4px;
}
@media (max-width: 576px) {
.has-default-header-type-default:not(.elementor-page) .section-padding {
padding-bottom: 90px;
}
.ninetheme-page-hero-content .page-title {
font-size: 19px;
}
.ninetheme-breadcrumb li,
.ninetheme-breadcrumb li a {
font-size: 11px;
}
.breadcrumb-item+.breadcrumb-item::before {
margin-right: 5px;
margin-left: 5px;
}
}  .nav-logo img {
max-width: 150px;
}
a.nt-logo.logo-type-text {
position: relative;
display: block;
line-height: 1;
}
.header-text-logo {
font-size: 24px;
font-weight: 800;
line-height: 1;
display: block;
color: var(--ninetheme-dark);
font-family: var(--ninetheme-font-heading);
text-transform: uppercase;
}
@media(max-width:768px) {
.header-text-logo {
line-height: 1;
}
.nt-logo img,
.nav-logo img {
max-width: 110px;
}
} img[data-lazy-src] {
opacity: 0;
}
img.lazyloaded {
-webkit-transition: opacity .5s linear 0.2s;
-moz-transition: opacity .5s linear 0.2s;
transition: opacity .5s linear 0.2s;
opacity: 1;
} .ninetheme-viewed-offer-time {
margin-top: 20px;
display: flex;
border-radius: 4px;
align-items: center;
align-content: center;
padding: 5px 15px;
background-color: var(--ninetheme-gray-soft);
border: 1px solid var(--ninetheme-dark);
gap: 30px;
justify-content: space-between;
}
.ninetheme-viewed-offer-time .offer-time-text {
margin-bottom: 0;
color: var(--ninetheme-dark) !important;
font-weight: 600;
font-size: 12px;
text-transform: uppercase;
}
.ninetheme-cart-timer {
color: var(--ninetheme-dark-soft);
text-transform: uppercase;
letter-spacing: 1px;
font-weight: 600;
}
.ninetheme-viewed-offer-time .offer-time-text span {
color: var(--ninetheme-primary);
}
.ninetheme-summary-item .ninetheme-coming-time {
display: flex;
align-items: center;
flex-direction: row;
flex-wrap: nowrap;
align-content: center;
}
.ninetheme-summary-item:not(.has-text) .ninetheme-coming-time {
justify-content: center;
}
.ninetheme-viewed-offer-time.type-default .ninetheme-coming-time {
min-width: 240px;
}
.ninetheme-viewed-offer-time.type-default:not(.has-icon) .ninetheme-coming-time {
margin-bottom: 30px;
}
.ninetheme-viewed-offer-time.ninetheme-summary-item:not(.type-default),
.ninetheme-viewed-offer-time.type-default .ninetheme-coming-time {
background-color: var(--ninetheme-gray-soft);
padding: 10px 15px;
border-radius: 4px;
}
.ninetheme-viewed-offer-time.has-icon .ninetheme-svg-icon {
max-width: 50px;
max-height: 50px;
}
.ninetheme-product-summary .ninetheme-viewed-offer-time.has-icon .ninetheme-coming-time,
.ninetheme-product-summary .ninetheme-viewed-offer-time.has-icon .offer-time-icon,
.ninetheme-product-summary .ninetheme-viewed-offer-time.has-icon .offer-time-inner {
margin: 0;
}
.ninetheme-product-summary .offer-time-icon {
display: flex;
align-items: flex-end;
align-content: center;
flex-direction: row;
flex-wrap: nowrap;
}
.offer-time-text-after {
margin-top: 5px;
font-size: 12px;
}
.ninetheme-viewed-offer-time.ninetheme-summary-item.type-2 {
background-color: var(--ninetheme-yellow-soft);
border: 1px solid var(--ninetheme-yellow);
padding: 15px;
border-radius: 5px;
}
.ninetheme-viewed-offer-time.ninetheme-summary-item.type-3,
.ninetheme-viewed-offer-time.ninetheme-summary-item.type-4 {
background-color: transparent;
border: 1px solid var(--ninetheme-dark);
padding: 15px;
border-radius: 5px;
}
.ninetheme-viewed-offer-time.ninetheme-summary-item.type-4 {
border-color: var(--ninetheme-gray);;
}
.ninetheme-viewed-offer-time.type-2 .ninetheme-coming-time {
background-color: transparent;
padding: 0;
max-width: 100%;
margin-bottom: 0;
}
.ninetheme-viewed-offer-time.type-2 .offer-time-icon {
margin-left: -50px;
}
.ninetheme-viewed-offer-time.type-2 .offer-time-text {
margin-bottom: 5px;
color: var(--ninetheme-dark-soft);
font-weight: 600;
font-size: 13px;
margin-bottom: 15px;
}
.ninetheme-viewed-offer-time.type-2 .time-count,
.ninetheme-viewed-offer-time.type-3 .time-count,
.ninetheme-viewed-offer-time.type-4 .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-viewed-offer-time.type-2 .time-count {
min-width: 40px;
}
.ninetheme-viewed-offer-time.type-3 .time-count {
color: var(--ninetheme-red);
background-color: transparent;
border: 1px solid var(--ninetheme-gray);
}
.ninetheme-viewed-offer-time.type-4 .time-count {
background-color: var(--ninetheme-success-bg);
border: 1px solid var(--ninetheme-success-border);
color: var(--ninetheme-success);
}
.ninetheme-viewed-offer-time.type-4 .time-count:last-child {
color: var(--ninetheme-red);
background-color: var(--ninetheme-red-bg);
border-color: var(--ninetheme-red-border);
}
.ninetheme-viewed-offer-time.type-2 .time-count {
padding: 12px 10px;
}
.ninetheme-viewed-offer-time .separator {
margin: 0 5px;
color: var(--ninetheme-dark);
}
.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-coming-time {
gap: 1px;
display: flex;
align-items: center;
justify-content: space-between;
}
.ninetheme-coming-time .time-count {
display: flex;
align-items: center;
justify-content: center;
line-height: 1;
min-width: 10px;
padding: 0;
letter-spacing: 1px;
position: relative;
color: var(--ninetheme-dark);
font-weight: 500;
font-size: 21px;
}
.ninetheme-coming-time:not(.separator-none) .time-count+.time-count:before {
position: relative;
content: ":";
margin: 0 7px;
color: currentColor;
font-size: 13px;
font-weight: 500;
} .nt-ninetheme-content blockquote .quote-icon {
margin-right: 25px;
}
.nt-ninetheme-content blockquote {
margin: 30px 0 30px;
font-size: 18px;
color: var(--ninetheme-dark);
font-weight: 500;
line-height: 1.9;
background-color: var(--ninetheme-gray-soft);
}
.nt-ninetheme-content blockquote p {
margin: 0;
}
.nt-ninetheme-content .ninetheme-post-content-wrapper>ul:last-child {
margin-bottom: 0;
}
.ninetheme-post-thumb-wrapper {
margin-bottom: 25px;
}
.ninetheme-blog-post-meta-bottom {
margin-top: 20px;
padding-top: 50px;
border-top: 1px solid var(--ninetheme-gray);
}
.ninetheme-blog-post-meta-bottom .ninetheme-meta-label {
font-weight: 500;
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);
}  .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 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);
}
} .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%);
}
} .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-panel-content {
width: 100%;
max-width: 600px;
}
@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;
}
.ninetheme-toggle-hidden-sidebar span,
.ninetheme-open-fixed-sidebar span,
.ninetheme-filter-action {
font-size: 13px;
}
p.ninetheme-newsletter-bottom {
max-width: 100%;
max-width: 100% !important;
}
}   .action-content {
position: absolute;
top: 0;
height: 100%;
width: 100%;
left: 0;
padding: 35px 50px;
background-color: var(--ninetheme-light);
max-height: 100%;
z-index: 3;
overflow: hidden;
opacity: 0;
-moz-transform: translateX(-150%);
-ms-transform: translateX(-150%);
-webkit-transform: translateX(-150%);
transform: translateX(-150%);
will-change: transform;
-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%);
overflow-y: auto;
}
.action-content.checkout-area {
max-height: 100vh;
}  .contact-area form>label {
margin-bottom: 10px;
width: 100%;
}
.contact-area.action-content textarea {
height: 120px;
max-height: 120px;
}
.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;
}
.contact-area.action-content label {
margin-bottom: 5px;
}
.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 50%;
flex: 0 0 50%;
max-width: 50%;
}
.category-area .row-cols-3>* {
-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 .category-title {
font-size: 12px;
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-color: var(--ninetheme-primary);
display: flex;
align-items: center;
justify-content: center;
border-radius: 20px;
} .ninetheme-header-mobile-top {
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;
}
}
@media only screen and (max-width: 1280px) {
.ninetheme-header-mobile-top {
position: relative;
top: 0;
min-height: 80px;
padding: 0 20px;
width: 100%;
z-index: 100;
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-color: var(--ninetheme-light);
border-bottom: 1px solid #f0f0f1;
-moz-transition: height .15s linear, box-shadow .15s linear, background-color .15s cubic-bezier(.2, .06, .05, .95);
-o-transition: height .15s linear, box-shadow .15s linear, background-color .15s cubic-bezier(.2, .06, .05, .95);
-webkit-transition: height .15s linear, box-shadow .15s linear, background-color .15s cubic-bezier(.2, .06, .05, .95);
transition: height .15s linear, box-shadow .18s 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-ready {
position: fixed;
-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);
transition-delay: .2s;
}
.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: 600px) {
.ninetheme-overlay-open {
overflow: hidden;
}
}
@media only screen and (max-width: 490px) {
.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-left: 25px;
padding-right: 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-content {
padding-left: 35px;
padding-right: 35px;
}
.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: 1px;
}
.sidebar-top-action .top-action-btn {
height: 35px;
width: 35px;
}
.top-action-btn .ninetheme-wc-count {
width: 16px;
height: 16px;
left: 14px;
top: -6px;
font-size: 8px;
}
.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-color: var(--ninetheme-bg-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;
}
}  .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';
}  .zoom-in .mfp-img {
opacity: 0;
}
.mfp-product-gallery .mfp-figure figure {
max-width: 430px;
}
.item-shortcode-wrapper>div {
width: 100%;
}
.gallery-menu {
text-align: center;
margin-bottom: 40px;
}
.gallery-menu span {
cursor: pointer;
position: relative;
}
.gallery-menu span+span {
margin-left: 15px;
}
.gallery-menu span:hover,
.gallery-menu span.active {
color: var(--ninetheme-primary);
}
.gallery-menu span:before {
content: "";
position: absolute;
left: 0;
bottom: 0;
width: 0;
height: 2px;
background-color: currentColor;
-webkit-transition: width 0.25s ease;
transition: width 0.25s ease;
}
.gallery-menu span:hover:before {
width: 100%;
}
.elementor-social-icons-wrapper .elementor-social-icon {
display: inline-flex;
align-items: center;
justify-content: center;
text-align: center;
cursor: pointer;
} .panel-close {
border-radius: 5px;
background-color: var(--ninetheme-gray-soft);
border: 9px solid transparent;
color: var(--ninetheme-dark);
width: 30px;
height: 30px;
display: inline-flex;
justify-content: center;
align-items: center;
position: relative;
cursor: pointer;
position: absolute;
right: 10px;
top: 40px;
z-index: 5;
}
.panel-close:before,
.panel-close:after{
content: '';
position: absolute;
height: 2px;
width: 9px;
top: 39%;
left: auto;
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;
}
.panel-close:before {
-webkit-transform: rotate(45deg);
-moz-transform: rotate(45deg);
-ms-transform: rotate(45deg);
-o-transform: rotate(45deg);
transform: rotate(45deg);
}
.panel-close:after {
-webkit-transform: rotate(-45deg);
-moz-transform: rotate(-45deg);
-ms-transform: rotate(-45deg);
-o-transform: rotate(-45deg);
transform: rotate(-45deg);
}
.panel-close:hover:after {
-webkit-transform: rotate(0deg);
-moz-transform: rotate(0deg);
-ms-transform: rotate(0deg);
-o-transform: rotate(0deg);
transform: rotate(0deg);
}
.panel-close:hover:before {
-webkit-transform: rotate(0deg);
-moz-transform: rotate(0deg);
-ms-transform: rotate(0deg);
-o-transform: rotate(0deg);
transform: rotate(0deg);
} .ninetheme-mfp-close,
.ninetheme-filter-close {
border-radius: 50%;
background-color: 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-color: var(--ninetheme-gray-soft);
width: 30px;
height: 30px;
}
.ninetheme-mfp-close {
position: absolute;
top: 15px;
right: 15px;
z-index: 999999;
opacity: 1;
}
.ninetheme-mfp-close:before,
.ninetheme-mfp-close:after,
.ninetheme-filter-close:before,
.ninetheme-filter-close: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 .25s;
-webkit-transition: -webkit-transform ease .25s;
-o-transition: -o-transform ease .25s;
-ms-transition: -ms-transform ease .25s;
transition: transform ease .25s;
}
.ninetheme-mfp-close:before,
.ninetheme-filter-close: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.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.no-bar:hover:after {
-webkit-transform: rotate(0deg);
-moz-transform: rotate(0deg);
-ms-transform: rotate(0deg);
-o-transform: rotate(0deg);
transform: rotate(0deg);
}
.ninetheme-mfp-close:hover:before,
.ninetheme-filter-close:hover:before,
.ninetheme-panel-close.no-bar:hover:before {
-webkit-transform: rotate(0deg);
-moz-transform: rotate(0deg);
-ms-transform: rotate(0deg);
-o-transform: rotate(0deg);
transform: rotate(0deg);
}  .ninetheme-success,
.ninetheme-label.ninetheme-success {
color:var(--ninetheme-success);
background-color:var(--ninetheme-success-bg);
border-color:var(--ninetheme-success-border);
}
.ninetheme-warning,
.ninetheme-label.ninetheme-warning {
color:var(--ninetheme-warning);
background-color:var(--ninetheme-warning-bg);
border-color:var(--ninetheme-warning-border);
}
.ninetheme-red,
.ninetheme-label.ninetheme-red {
color:var(--ninetheme-red);
background-color:var(--ninetheme-red-bg);
border-color:var(--ninetheme-red-border);
}
.ninetheme-info,
.ninetheme-label.ninetheme-info {
color:var(--ninetheme-info);
background-color:var(--ninetheme-info-bg);
border-color:var(--ninetheme-info-border);
}
.ninetheme-success .ninetheme-svg-icon {
fill:var(--ninetheme-success);
}
.ninetheme-warning .ninetheme-svg-icon {
fill:var(--ninetheme-warning);
}
.ninetheme-red .ninetheme-svg-icon {
fill:var(--ninetheme-red);
}
.ninetheme-info .ninetheme-svg-icon {
fill:var(--ninetheme-info);
}
.ninetheme-warning svg {
fill: var(--ninetheme-warning);
}  .ninetheme-label {
color: var(--ninetheme-light);
background-color: var(--ninetheme-blue-soft);
height: 20px;
padding: 0px 7px;
font-size: 10px;
font-weight: 600;
line-height: 1.4;
border-radius: 3px;
text-transform: uppercase;
letter-spacing: 0.3px;
display: flex;
align-items: center;
justify-content: center;
border-radius: 5px;
}
.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;
background-color: var(--ninetheme-dark);
color: var(--ninetheme-light);
}
.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-large {
padding: 11px 25px;
font-size: 14px;
}
.ninetheme-widget-label.label-medium {
padding: 5px 20px;
font-size: 12px;
}
.ninetheme-widget-label.label-small {
padding: 5px 15px;
}
.ninetheme-label.ninetheme-in-stock {
background-color: var(--ninetheme-green);
}
.ninetheme-label.ninetheme-out-stock {
color: var(--ninetheme-red-dark);
background-color: var(--ninetheme-red-bg);
}
.ninetheme-label.badge-def {
color: var(--ninetheme-light);
background-color: var(--ninetheme-red);
border-color: var(--ninetheme-red-border);
}
.ninetheme-label.badge-NEW {
color: var(--ninetheme-light);
}  .ninetheme-btn.is-full {
width: 100%;
display: block;
}
.ninetheme-btn-fullwidth,
.ninetheme-fullwidth {
width:100%;
}
.ninetheme-btn {
font-size: 13px;
font-weight: 400;
text-align: center;
color:var(--ninetheme-light);
fill:var(--ninetheme-light);
padding: 10px 15px;
letter-spacing: 0.3px;
line-height: 1;
display: inline-block;
position: relative;
cursor: pointer;
border: 0;
border-radius: 5px;
}
.ninetheme-button-inner {
display: flex;
align-items: center;
justify-content: center;
}
.btn-icon-top .ninetheme-button-inner,
.btn-icon-bottom .ninetheme-button-inner {
flex-direction: column;
}
.ninetheme-btn svg {
width: 1em;
height: 1em;
fill: currentColor;
}
.ninetheme-btn * {
fill: currentColor;
}
.btn-icon-right .ninetheme-button-icon {
display: inline-flex;
align-items: center;
}
.btn-icon-right .ninetheme-button-icon {
margin-left: 6px;
}
.btn-icon-top .ninetheme-button-icon {
margin-bottom: 6px;
}
.btn-icon-bottom .ninetheme-button-icon {
margin-top: 6px;
}
.btn-icon-left .ninetheme-button-icon {
margin-right: 6px;
}
.ninetheme-btn-text .ninetheme-btn,
.ninetheme-btn-text.ninetheme-btn,
.ninetheme-btn-text .ninetheme-btn:hover,
.ninetheme-btn-text.ninetheme-btn:hover {
font-size: 13px;
font-weight: 400;
color: var(--ninetheme-dark);
padding: 0;
min-width: auto;
text-transform: capitalize;
letter-spacing: 0px;
background-color: transparent;
border: none;
height: auto;
}
.ninetheme-btn-text .ninetheme-btn:hover,
.ninetheme-btn-text.ninetheme-btn:hover {
color: var(--ninetheme-primary);
}
.ninetheme-input-large,
.ninetheme-btn-large {
padding: 18px 30px;
font-size:16px;
}
.ninetheme-input-medium,
.ninetheme-btn-medium {
padding: 12px 24px;
}
.ninetheme-input-small,
.ninetheme-btn-small {
padding: 6px 12px;
letter-spacing: 0;
}
.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-bg-primary,
.ninetheme-btn-primary {
color: var(--ninetheme-dark);
border-color: var(--ninetheme-gray);
background-color: var(--ninetheme-gray-soft);
}
.ninetheme-btn-primary:hover {
color: var(--ninetheme-light);
background-color: var(--ninetheme-dark-soft);
}
.ninetheme-bg-secondary,
.ninetheme-btn-secondary {
color: var(--ninetheme-light);
border-color: var(--ninetheme-secondary);
background-color: var(--ninetheme-secondary);
}
.ninetheme-btn-secondary:hover {
color: var(--ninetheme-light);
background-color: var(--ninetheme-red-dark);
}
.ninetheme-bg-success,
.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-green);
}
.ninetheme-bg-dark,
.ninetheme-btn-dark {
color: var(--ninetheme-light);
background-color: var(--ninetheme-dark);
}
.ninetheme-btn-dark:hover {
color: var(--ninetheme-light);
background-color: var(--ninetheme-primary);
}
.ninetheme-bg-dark-soft,
.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);
}
.ninetheme-bg-light,
.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-bg-light-soft,
.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);
}
.ninetheme-bg-gray,
.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-bg-gray-soft,
.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-bg-gray-dark,
.ninetheme-btn-gray-dark {
color: var(--ninetheme-light);
background-color: var(--ninetheme-gray-dark);
}
.ninetheme-btn-gray-dark:hover {
color: var(--ninetheme-light);
background-color: var(--ninetheme-dark);
}
.ninetheme-bg-green,
.ninetheme-btn-green {
color: var(--ninetheme-light);
background-color: var(--ninetheme-green);
}
.ninetheme-green-bg,
.ninetheme-btn-green-bg {
color: var(--ninetheme-green);
background-color: var(--ninetheme-green-bg);
}
.ninetheme-green-bg:hover,
.ninetheme-btn-green-bg:hover {
color: var(--ninetheme-light);
background-color: var(--ninetheme-green);
}
.ninetheme-btn-green:hover {
color: var(--ninetheme-light);
background-color: var(--ninetheme-green-soft);
}
.ninetheme-bg-green-soft,
.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-green);
}
.ninetheme-bg-red,
.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-dark);
}
.ninetheme-bg-red-soft,
.ninetheme-btn-red-soft {
color: var(--ninetheme-red-dark);
background-color: var(--ninetheme-red-soft);
}
.ninetheme-btn-red-soft:hover {
color: var(--ninetheme-light);
background-color: var(--ninetheme-red-dark);
}
.ninetheme-red-bg,
.ninetheme-btn-red-bg {
color: var(--ninetheme-red-dark);
background-color: var(--ninetheme-red-bg);
}
.ninetheme-red-bg-dark,
.ninetheme-bg-red-dark,
.ninetheme-btn-red-dark {
color: var(--ninetheme-light);
background-color: var(--ninetheme-red-dark);
}
.ninetheme-red-bg-dark:hover,
.ninetheme-bg-red-dark:hover,
.ninetheme-btn-red-dark:hover {
color: var(--ninetheme-red-dark);
background-color: var(--ninetheme-red-soft);
}
.ninetheme-btn-red-bg:hover,
.ninetheme-bg-red-dark:hover {
color: var(--ninetheme-red-dark);
background-color: var(--ninetheme-red-bg);
}
.ninetheme-bg-brown,
.ninetheme-btn-brown {
color: var(--ninetheme-light);
background-color: var(--ninetheme-brown);
}
.ninetheme-btn-brown:hover {
color: var(--ninetheme-light);
background-color: var(--ninetheme-secondary);
}
.ninetheme-bg-blue,
.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-bg-blue-soft,
.ninetheme-btn-blue-soft {
color: var(--ninetheme-light);
background-color: var(--ninetheme-blue-soft);
}
.ninetheme-btn-blue-soft:hover {
color: var(--ninetheme-light);
background-color: var(--ninetheme-blue-dark);
}
.ninetheme-bg-blue-dark,
.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-blue-bg,
.ninetheme-btn-blue-bg {
color: var(--ninetheme-blue-dark);
background-color: var(--ninetheme-blue-bg);
}
.ninetheme-btn-blue-bg:hover {
color: var(--ninetheme-light);
background-color: var(--ninetheme-blue);
}
.ninetheme-bg-purple,
.ninetheme-btn-purple {
color: var(--ninetheme-light);
background-color: var(--ninetheme-purple);
}
.ninetheme-btn-purple:hover {
color: var(--ninetheme-dark);
background-color: var(--ninetheme-purple-soft);
}
.ninetheme-bg-purple-soft,
.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-purple-bg,
.ninetheme-btn-purple-bg {
color: var(--ninetheme-purple);
background-color: var(--ninetheme-purple-bg);
}
.ninetheme-btn-purple-bg:hover {
color: var(--ninetheme-light);
background-color: var(--ninetheme-purple);
}
.ninetheme-bg-yellow,
.ninetheme-btn-yellow {
color: var(--ninetheme-dark);
background-color: var(--ninetheme-yellow);
}
.ninetheme-btn-yellow:hover {
color: var(--ninetheme-light);
background-color: var(--ninetheme-primary);
}
.ninetheme-bg-yellow-soft,
.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-yellow-bg,
.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-bg-cream,
.ninetheme-btn-cream {
color: var(--ninetheme-dark);
background-color: var(--ninetheme-cream);
}
.ninetheme-btn-cream:hover {
color: var(--ninetheme-light);
background-color: var(--ninetheme-dark);
} .ninetheme-grad-green,
.color-grad-green .cr-product-slider__img,
.color-grad-green .cr-product-slider__button a  {
background: hsla(152, 100%, 50%, 1);
background: linear-gradient(90deg, hsla(152, 100%, 50%, 1) 0%, hsla(186, 100%, 69%, 1) 100%);
background: -moz-linear-gradient(90deg, hsla(152, 100%, 50%, 1) 0%, hsla(186, 100%, 69%, 1) 100%);
background: -webkit-linear-gradient(90deg, hsla(152, 100%, 50%, 1) 0%, hsla(186, 100%, 69%, 1) 100%);
filter: progid: DXImageTransform.Microsoft.gradient( startColorstr="#00FF87", endColorstr="#60EFFF", GradientType=1 );
}
.ninetheme-grad-blue,
.color-grad-blue .cr-product-slider__img,
.color-grad-blue .cr-product-slider__button a {
background: hsla(217, 100%, 50%, 1);
background: linear-gradient(90deg, hsla(217, 100%, 50%, 1) 0%, hsla(186, 100%, 69%, 1) 100%);
background: -moz-linear-gradient(90deg, hsla(217, 100%, 50%, 1) 0%, hsla(186, 100%, 69%, 1) 100%);
background: -webkit-linear-gradient(90deg, hsla(217, 100%, 50%, 1) 0%, hsla(186, 100%, 69%, 1) 100%);
filter: progid: DXImageTransform.Microsoft.gradient( startColorstr="#0061FF", endColorstr="#60EFFF", GradientType=1 );
}
.ninetheme-grad-purple,
.color-grad-purple .cr-product-slider__img,
.color-grad-purple .cr-product-slider__button a {
background: hsla(252, 40%, 29%, 1);
background: linear-gradient(90deg, hsla(252, 40%, 29%, 1) 0%, hsla(270, 77%, 71%, 1) 100%);
background: -moz-linear-gradient(90deg, hsla(252, 40%, 29%, 1) 0%, hsla(270, 77%, 71%, 1) 100%);
background: -webkit-linear-gradient(90deg, hsla(252, 40%, 29%, 1) 0%, hsla(270, 77%, 71%, 1) 100%);
filter: progid: DXImageTransform.Microsoft.gradient( startColorstr="#392D69", endColorstr="#B57BEE", GradientType=1 );
}
.ninetheme-grad-orange,
.color-grad-orange2 .cr-product-slider__img,
.color-grad-orange2 .cr-product-slider__button a {
background: hsla(4, 93%, 67%, 1);
background: linear-gradient(90deg, hsla(4, 93%, 67%, 1) 0%, hsla(29, 86%, 52%, 1) 100%);
background: -moz-linear-gradient(90deg, hsla(4, 93%, 67%, 1) 0%, hsla(29, 86%, 52%, 1) 100%);
background: -webkit-linear-gradient(90deg, hsla(4, 93%, 67%, 1) 0%, hsla(29, 86%, 52%, 1) 100%);
filter: progid: DXImageTransform.Microsoft.gradient( startColorstr="#F9655B", endColorstr="#EE821A", GradientType=1 );
}
.ninetheme-grad-red,
.color-grad-red .cr-product-slider__img,
.color-grad-red .cr-product-slider__button a {
background: hsla(356, 76%, 50%, 1);
background: linear-gradient(90deg, hsla(356, 76%, 50%, 1) 0%, hsla(14, 63%, 36%, 1) 100%);
background: -moz-linear-gradient(90deg, hsla(356, 76%, 50%, 1) 0%, hsla(14, 63%, 36%, 1) 100%);
background: -webkit-linear-gradient(90deg, hsla(356, 76%, 50%, 1) 0%, hsla(14, 63%, 36%, 1) 100%);
filter: progid: DXImageTransform.Microsoft.gradient( startColorstr="#E01F2D", endColorstr="#943C22", GradientType=1 );
}
.ninetheme-grad-dark,
.color-grad-dark .cr-product-slider__img,
.color-grad-dark .cr-product-slider__button a {
background: hsla(0, 0%, 0%, 1);
background: linear-gradient(90deg, hsla(0, 0%, 0%, 1) 0%, hsla(0, 2%, 12%, 1) 50%, hsla(0, 0%, 23%, 1) 100%);
background: -moz-linear-gradient(90deg, hsla(0, 0%, 0%, 1) 0%, hsla(0, 2%, 12%, 1) 50%, hsla(0, 0%, 23%, 1) 100%);
background: -webkit-linear-gradient(90deg, hsla(0, 0%, 0%, 1) 0%, hsla(0, 2%, 12%, 1) 50%, hsla(0, 0%, 23%, 1) 100%);
filter: progid: DXImageTransform.Microsoft.gradient( startColorstr="#000000", endColorstr="#201F1F", GradientType=1 );
}
.ninetheme-grad-dark svg {
fill: var(--ninetheme-light);
}  .ninetheme-btn.ninetheme-bordered {
background-color: transparent;
border: 2px solid var(--ninetheme-primary);
color: var(--ninetheme-primary);
}
.ninetheme-bordered.ninetheme-bg-primary,
.ninetheme-bordered.ninetheme-btn-primary {
color: var(--ninetheme-primary);
border-color: var(--ninetheme-primary);
}
.ninetheme-bordered.ninetheme-btn-primary:hover {
color: var(--ninetheme-light);
background-color: var(--ninetheme-primary);
}
.ninetheme-bordered.ninetheme-bg-secondary,
.ninetheme-bordered.ninetheme-btn-secondary {
color: var(--ninetheme-secondary);
border-color: var(--ninetheme-secondary);
}
.ninetheme-bordered.ninetheme-btn-secondary:hover {
color: var(--ninetheme-light);
background-color: var(--ninetheme-red);
border-color: var(--ninetheme-red);
}
.ninetheme-bordered.ninetheme-bg-success,
.ninetheme-bordered.ninetheme-btn-success {
color: var(--ninetheme-success);
border-color: var(--ninetheme-success);
}
.ninetheme-bordered.ninetheme-btn-success:hover {
color: var(--ninetheme-light);
background-color: var(--ninetheme-green);
}
.ninetheme-bordered.ninetheme-bg-light,
.ninetheme-bordered.ninetheme-btn-light {
color: var(--ninetheme-light);
border-color: var(--ninetheme-light);
}
.ninetheme-bordered.ninetheme-btn-light:hover {
color: var(--ninetheme-dark);
background-color: var(--ninetheme-light);
}
.ninetheme-bordered.ninetheme-bg-light-soft,
.ninetheme-bordered.ninetheme-btn-light-soft {
color: var(--ninetheme-dark);
border-color: var(--ninetheme-light-soft);
}
.ninetheme-bordered.ninetheme-btn-light-soft:hover {
color: var(--ninetheme-dark);
background-color: var(--ninetheme-light-soft);
}
.ninetheme-bordered.ninetheme-bg-dark,
.ninetheme-bordered.ninetheme-btn-dark {
color: var(--ninetheme-dark);
border-color: var(--ninetheme-dark);
}
.ninetheme-bordered.ninetheme-btn-dark:hover {
color: var(--ninetheme-light);
background-color: var(--ninetheme-dark);
}
.ninetheme-bordered.ninetheme-bg-dark-soft,
.ninetheme-bordered.ninetheme-btn-dark-soft {
color: var(--ninetheme-dark-soft);
border-color: var(--ninetheme-dark-soft);
}
.ninetheme-bordered.ninetheme-btn-dark-soft:hover {
color: var(--ninetheme-light);
background-color: var(--ninetheme-dark-soft);
}
.ninetheme-bordered.ninetheme-bg-gray, .ninetheme-bordered.ninetheme-btn-gray {
color: var(--ninetheme-dark-soft);
border-color: var(--ninetheme-gray);
}
.ninetheme-bordered.ninetheme-btn-gray:hover {
color: var(--ninetheme-light);
background-color: var(--ninetheme-gray-dark);
border-color: var(--ninetheme-gray-dark);
}
.ninetheme-bordered.ninetheme-bg-gray-dark,
.ninetheme-bordered.ninetheme-btn-gray-dark {
color: var(--ninetheme-dark);
border-color: var(--ninetheme-gray-dark);
}
.ninetheme-bordered.ninetheme-btn-gray-dark:hover {
color: var(--ninetheme-dark);
background-color: var(--ninetheme-gray-dark);
}
.ninetheme-bordered.ninetheme-bg-gray-soft,
.ninetheme-bordered.ninetheme-btn-gray-soft {
color: var(--ninetheme-dark);
border-color: var(--ninetheme-gray-soft);
}
.ninetheme-bordered.ninetheme-btn-gray-soft:hover {
color: var(--ninetheme-dark);
background-color: var(--ninetheme-gray-soft);
}
.ninetheme-bordered.ninetheme-bg-green,
.ninetheme-bordered.ninetheme-btn-green {
color: var(--ninetheme-green);
border-color: var(--ninetheme-green);
}
.ninetheme-bordered.ninetheme-btn-green:hover {
color: var(--ninetheme-light);
background-color: var(--ninetheme-green);
}
.ninetheme-bordered.ninetheme-bg-green-soft,
.ninetheme-bordered.ninetheme-btn-green-soft {
color: var(--ninetheme-green-soft);
border-color: var(--ninetheme-green-soft);
}
.ninetheme-bordered.ninetheme-btn-green-soft:hover {
color: var(--ninetheme-light);
background-color: var(--ninetheme-green-soft);
}
.ninetheme-bordered.ninetheme-green-bg,
.ninetheme-bordered.ninetheme-btn-green-bg {
color: var(--ninetheme-green-bg);
border-color: var(--ninetheme-green-bg);
}
.ninetheme-bordered.ninetheme-btn-green-bg:hover {
color: var(--ninetheme-dark);
background-color: var(--ninetheme-green-bg);
}
.ninetheme-bordered.ninetheme-bg-red,
.ninetheme-bordered.ninetheme-btn-red {
color: var(--ninetheme-red);
border-color: var(--ninetheme-red);
}
.ninetheme-bordered.ninetheme-btn-red:hover {
color: var(--ninetheme-light);
background-color: var(--ninetheme-red);
}
.ninetheme-bordered.ninetheme-btn-red-dark {
color: var(--ninetheme-red-dark);
border-color: var(--ninetheme-red-dark);
}
.ninetheme-bordered.ninetheme-btn-red-dark:hover {
color: var(--ninetheme-light);
background-color: var(--ninetheme-red-dark);
}
.ninetheme-bordered.ninetheme-bg-red-soft,
.ninetheme-bordered.ninetheme-btn-red-soft {
color: var(--ninetheme-red);
border-color: var(--ninetheme-red-soft);
}
.ninetheme-bordered.ninetheme-btn-red-soft:hover {
color: var(--ninetheme-red-dark);
background-color: var(--ninetheme-red-soft);
}
.ninetheme-bordered.ninetheme-red-bg,
.ninetheme-bordered.ninetheme-btn-red-bg {
color: var(--ninetheme-red-dark);
border-color: var(--ninetheme-red-bg);
}
.ninetheme-bordered.ninetheme-btn-red-bg:hover {
color: var(--ninetheme-red-dark);
background-color: var(--ninetheme-red-bg);
}
.ninetheme-bordered.ninetheme-bg-brown,
.ninetheme-bordered.ninetheme-btn-brown {
color: var(--ninetheme-brown);
border-color: var(--ninetheme-brown);
}
.ninetheme-bordered.ninetheme-btn-brown:hover {
color: var(--ninetheme-light);
background-color: var(--ninetheme-brown);
}
.ninetheme-bordered.ninetheme-bg-cream,
.ninetheme-bordered.ninetheme-btn-cream {
color: var(--ninetheme-cream);
border-color: var(--ninetheme-cream);
}
.ninetheme-bordered.ninetheme-btn-cream:hover {
color: var(--ninetheme-light);
background-color: var(--ninetheme-cream);
}
.ninetheme-bordered.ninetheme-bg-blue,
.ninetheme-bordered.ninetheme-btn-blue {
color: var(--ninetheme-blue);
border-color: var(--ninetheme-blue);
}
.ninetheme-bordered.ninetheme-btn-blue:hover {
color: var(--ninetheme-light);
background-color: var(--ninetheme-blue);
}
.ninetheme-bordered.ninetheme-bg-blue-dark,
.ninetheme-bordered.ninetheme-btn-blue-dark {
color: var(--ninetheme-blue-dark);
border-color: var(--ninetheme-blue-dark);
}
.ninetheme-bordered.ninetheme-btn-blue-dark:hover {
color: var(--ninetheme-light);
background-color: var(--ninetheme-blue-dark);
}
.ninetheme-bordered.ninetheme-bg-blue-soft,
.ninetheme-bordered.ninetheme-btn-blue-soft {
color: var(--ninetheme-blue-dark);
border-color: var(--ninetheme-blue-soft);
}
.ninetheme-bordered.ninetheme-btn-blue-soft:hover {
color: var(--ninetheme-blue-light);
background-color: var(--ninetheme-blue-soft);
}
.ninetheme-bordered.ninetheme-blue-bg,
.ninetheme-bordered.ninetheme-btn-blue-bg {
color: var(--ninetheme-blue-dark);
border-color: var(--ninetheme-blue-bg);
}
.ninetheme-bordered.ninetheme-btn-blue-bg:hover {
color: var(--ninetheme-blue-dark);
background-color: var(--ninetheme-blue-bg);
border-color: var(--ninetheme-blue-bg);
}
.ninetheme-bordered.ninetheme-bg-purple,
.ninetheme-bordered.ninetheme-btn-purple {
color: var(--ninetheme-purple);
border-color: var(--ninetheme-purple);
}
.ninetheme-bordered.ninetheme-btn-purple:hover {
color: var(--ninetheme-light);
background-color: var(--ninetheme-purple);
border-color: var(--ninetheme-purple);
}
.ninetheme-bordered.ninetheme-bg-purple-soft,
.ninetheme-bordered.ninetheme-btn-purple-soft {
color: var(--ninetheme-primary);
border-color: var(--ninetheme-purple-soft);
}
.ninetheme-bordered.ninetheme-btn-purple-soft:hover {
color: var(--ninetheme-purple);
background-color: var(--ninetheme-purple-soft);
border-color: var(--ninetheme-purple-soft);
}
.ninetheme-bordered.ninetheme-purple-bg,
.ninetheme-bordered.ninetheme-btn-purple-bg {
color: var(--ninetheme-purple);
border-color: var(--ninetheme-purple-bg);
}
.ninetheme-bordered.ninetheme-btn-purple-bg:hover {
color: var(--ninetheme-light);
background-color: var(--ninetheme-purple-bg);
border-color: var(--ninetheme-purple-bg);
}
.ninetheme-bordered.ninetheme-bg-yellow,
.ninetheme-bordered.ninetheme-btn-yellow {
color: var(--ninetheme-dark);
border-color: var(--ninetheme-yellow);
}
.ninetheme-bordered.ninetheme-btn-yellow:hover {
color: var(--ninetheme-dark);
background-color: var(--ninetheme-yellow);
}
.ninetheme-bordered.ninetheme-bg-yellow-soft,
.ninetheme-bordered.ninetheme-btn-yellow-soft {
color: var(--ninetheme-dark);
border-color: var(--ninetheme-yellow-soft);
}
.ninetheme-bordered.ninetheme-btn-yellow-soft:hover {
color: var(--ninetheme-dark);
background-color: var(--ninetheme-yellow-soft);
}
.ninetheme-bordered.ninetheme-yellow-bg,
.ninetheme-bordered.ninetheme-btn-yellow-bg {
color: var(--ninetheme-dark);
border-color: var(--ninetheme-yellow-bg);
}
.ninetheme-bordered.ninetheme-btn-yellow-bg:hover {
color: var(--ninetheme-dark);
background-color: var(--ninetheme-yellow);
}
.ninetheme-radius {
border-radius: 30px;
}
.ninetheme-radius-soft {
border-radius: 5px;
}
.ninetheme-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: 400;
color: var(--ninetheme-dark);
padding: 0;
min-width: auto;
text-transform: capitalize;
letter-spacing: 0px;
background-color: 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-color: transparent;
color: var(--ninetheme-dark);
}
.ninetheme-btn.ninetheme-btn-text.ninetheme-btn-primary {
color: var(--ninetheme-primary);
}
.ninetheme-btn.ninetheme-btn-text.ninetheme-btn-secondary {
color: var(--ninetheme-secondary);
}
.ninetheme-btn.ninetheme-btn-text.ninetheme-btn-success {
color: var(--ninetheme-success);
}
.ninetheme-btn.ninetheme-btn-text.ninetheme-btn-light {
color: var(--ninetheme-light);
}
.ninetheme-btn.ninetheme-btn-text.ninetheme-btn-cream {
color: var(--ninetheme-cream);
}
.ninetheme-btn.ninetheme-btn-text.ninetheme-btn-light-soft {
color: var(--ninetheme-light-soft);
}
.ninetheme-btn.ninetheme-btn-text.ninetheme-btn-dark-soft {
color: var(--ninetheme-dark-soft);
}
.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,
.ninetheme-btn.ninetheme-btn-text.ninetheme-btn-green-bg {
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-red-dark {
color: var(--ninetheme-red-dark);
}
.ninetheme-btn.ninetheme-btn-text.ninetheme-btn-red-dark-soft {
color: var(--ninetheme-red-dark-soft);
}
.ninetheme-btn.ninetheme-btn-text.ninetheme-btn-yellow {
color: var(--ninetheme-yellow);
}
.ninetheme-btn.ninetheme-btn-text.ninetheme-btn-yellow-soft,
.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-bg,
.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-purple);
}
.ninetheme-btn.ninetheme-btn-text.ninetheme-btn-purple-bg,
.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);
}
span[data-hover]{
position: relative;
overflow: hidden;
display: flex;
flex-direction: column;
line-height: normal;
}
span[data-hover]:before {
content: attr(data-hover);
transition: transform 0.35s cubic-bezier(0.310, -0.105, 0.430, 1.400);
}
span[data-hover]:after {
position: absolute;
top: 100%;
content: attr(data-hover);
transition: transform 0.35s cubic-bezier(0.310, -0.105, 0.430, 1.400);
width: 100%;
}
a:hover span[data-hover]:before {
-webkit-transform: translateY(-101%);
-moz-transform: translateY(-101%);
transform: translateY(-101%);
}
a:hover span[data-hover]:after {
-webkit-transform: translateY(-100%);
-moz-transform: translateY(-100%);
transform: translateY(-100%);
} @media(max-width: 800px) {
.ninetheme-btn {
font-size: 12px;
padding: 10px 15px;
}
} .ninetheme-scrollbar {
padding-right: 10px;
}
.ninetheme-scrollbar.horizontal {
display: flex;
overflow-x: auto;
padding: 10px;
gap: 20px;
}
.ninetheme-scrollbar.horizontal>div {
flex: 0 0 100%;
}
.ninetheme-scrollbar>.elementor-container::-webkit-scrollbar,
.ninetheme-scrollbar::-webkit-scrollbar {
width: 2px;
}
.ninetheme-scrollbar>.elementor-container::-webkit-scrollbar-thumb,
.ninetheme-scrollbar::-webkit-scrollbar-thumb {
background-color: var(--ninetheme-dark);
}
.ninetheme-scrollbar>.elementor-container::-webkit-scrollbar-track,
.ninetheme-scrollbar::-webkit-scrollbar-track {
background-color: var(--ninetheme-gray);
}
.ninetheme-scrollbar.horizontal>.elementor-container::-webkit-scrollbar,
.ninetheme-scrollbar.horizontal::-webkit-scrollbar {
height: 4px;
}
.ninetheme-scrollbar.horizontal>.elementor-container::-webkit-scrollbar-thumb,
.ninetheme-scrollbar.horizontal::-webkit-scrollbar-thumb,
.ninetheme-scrollbar.horizontal>.elementor-container::-webkit-scrollbar-track,
.ninetheme-scrollbar.horizontal::-webkit-scrollbar-track {
border-radius: 6px;
}  div#promotionBar.closed {
height: 0;
visibility: hidden;
transition: height 0.25s visibility 0.25s opacity 0.25s;;
} .ninetheme-newsletter-wrapper {
position: fixed;
width: 100%;
height: 100%;
display: flex;
align-items: center;
justify-content: center;
top: 0;
left: 0;
z-index: 999999;
opacity: 0;
visibility: hidden;
transition: visibility 0.25s opacity 0.25s;;
}
.ninetheme-newsletter-wrapper.active {
visibility: visible;
opacity: 1;
}
.ninetheme-newsletter-wrapper.closed {
opacity: 0;
display: none;
visibility: hidden;
}
span#newsletterClose {
position: absolute;
top: 10px;
right: 10px;
}
.ninetheme-newsletter-inner {
display: flex;
align-items: center;
justify-content: center;
flex-direction: column;
padding: 0;
max-width: 720px;
position: relative;
z-index: 9999;
opacity: 0;
transform: scale(0);
transition: transform .25s, opacity .25s;
}
.ninetheme-newsletter-inner.active {
opacity: 1;
transform: scale(1);
transition: transform .5s, opacity .5s;
}
.ninetheme-newsletter-bottom label {
background-color: var(--ninetheme-light);
padding: 0;
display: flex;
align-items: center;
justify-content: center;
line-height: 1;
margin: 0;
min-height: 25px;
}
.type-default div#newsletterInner {
flex-direction: row;
gap: 20px;
padding: 40px;
background-color: var(--ninetheme-light);
box-shadow: 5px 5px 30px rgb(0 0 0 / 31%);
border-radius: 5px;
}
.type-default .wpcf7 {
margin-bottom: 15px;
}
.type-default .subtitle {
font-weight: 400;
margin-bottom: 15px;
font-size: 16px;
line-height: 1.6;
}
.type-default .ninetheme-newsletter-content {
display: block;
max-width: 100%;
}
.type-default .ninetheme-footer-newsletter-form-2 {
position: relative;
display: flex;
align-items: center;
flex-wrap: nowrap;
flex-direction: row;
gap: 10px;
}
.type-default .ninetheme-footer-newsletter-form-2-input {
max-width: 60%;
}
.type-default .ninetheme-footer-newsletter-form-2-button {
flex: 1;
}
.type-default input:not([type="checkbox"]):not([type="radio"]) {
width: 100%;
border-radius: 3px;
position: relative;
}
.panel-close.hint-left:hover .ninetheme-hint{
opacity: 1;
visibility: visible;
}
@media(max-width: 480px) {
.type-default div#newsletterInner {
flex-direction: column;
max-width: 320px;
}
.type-default .subtitle {
font-size: 14px;
}
} .site-gdpr {
position: fixed;
max-width: 100%;
bottom: 15px;
left: 15px;
right: 15px;
background-color: var(--ninetheme-light);
box-shadow: 5px 5px 30px rgb(0 0 0 / 31%);
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%);
}
.site-gdpr.closed {
opacity: 0;
visibility: hidden;
pointer-events: none;
display: none;
}
.gdpr-icon svg {
width: 66px;
height: 66px;
}
.gdpr-text {
font-size: 13px;
line-height: 1.6;
}
.gdpr-text a:not(.ninetheme-btn) {
font-weight: 500;
color: #ed174a;
text-decoration: underline;
}
.gdpr-text .gdpr-button {
margin-top: 20px;
display: block;
}
.site-gdpr.default .gdpr-inner {
text-align: center;
}
.site-gdpr.type-default.style-2 .gdpr-inner {
display: flex;
align-items: center;
gap: 20px;
}
@media screen and (min-width: 1200px) {
.site-gdpr {
bottom: 15px;
padding: 30px;
}
}
@media screen and (min-width: 576px) {
.site-gdpr.type-default {
max-width: 360px;
}
.site-gdpr.type-elementor {
max-width: 100%;
}
} .ninetheme-swiper-container {
margin-left: auto;
margin-right: auto;
position: relative;
overflow-x: clip;
list-style: none;
padding: 0;
z-index: 1;
max-width: 100%;
height: 100%;
}
.swiper-vertical>.ninetheme-swiper-wrapper {
flex-direction: column;
}
.ninetheme-swiper-wrapper {
position: relative;
width: 100%;
height: 100%;
z-index: 1;
display: flex;
transition-property: transform;
box-sizing: content-box;
}
.swiper-android .swiper-slide,
.ninetheme-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 .ninetheme-swiper-wrapper {
align-items: flex-start;
transition-property: transform, height;
} .swiper-centered>.ninetheme-swiper-wrapper::before {
content: '';
flex-shrink: 0;
order: 9999;
}
.swiper-centered.swiper-horizontal>.ninetheme-swiper-wrapper>.swiper-slide:first-child {
margin-inline-start: var(--swiper-centered-offset-before);
}
.swiper-centered.swiper-horizontal>.ninetheme-swiper-wrapper:before {
height: 100%;
min-height: 1px;
width: var(--swiper-centered-offset-after);
}
.swiper-centered.swiper-vertical>.ninetheme-swiper-wrapper>.swiper-slide:first-child {
margin-block-start: var(--swiper-centered-offset-before);
}
.swiper-centered.swiper-vertical>.ninetheme-swiper-wrapper:before {
width: 100%;
min-width: 1px;
height: var(--swiper-centered-offset-after);
}
.swiper-centered>.ninetheme-swiper-wrapper>.swiper-slide {
scroll-snap-align: center center;
}
.ninetheme-swiper-prev,
.ninetheme-swiper-next {
z-index: 10;
font-size: 12px;
cursor: pointer;
display: flex;
align-items: center;
justify-content: center;
}
.nav-vertical-center .ninetheme-swiper-prev,
.nav-vertical-center .ninetheme-swiper-next {
position: absolute;
top: 50%;
font-size: 24px;
transform: translateY(calc(-50% - 24px));
}
.nav-vertical-centered .ninetheme-swiper-prev,
.nav-vertical-centered .ninetheme-swiper-next {
position: absolute;
top: 50%;
font-size: 12px;
transform: translateY(-50%);
}
.ninetheme-nav-bg {
background-color: #f8f9fa1a;
border: 1px solid #e2e2e21a;
color: var(--ninetheme-light);
width: 35px;
height: 35px;
border-radius: 100%;
opacity: 0;
visibility: hidden;
}
.ninetheme-swiper-container:hover .ninetheme-nav-bg {
opacity: 1;
visibility: visible;
}
.nav-vertical-centered .ninetheme-nav-small {
font-size: 13px;
width: 35px;
height: 35px;
}
.ninetheme-nav-bg:hover{
background-color: var(--ninetheme-blue);
border-color: var(--ninetheme-primary);
color: var(--ninetheme-light);
}
.ninetheme-swiper-prev.swiper-button-disabled,
.ninetheme-swiper-next.swiper-button-disabled {
opacity: 0.35;
cursor: auto;
pointer-events: none;
}
.ninetheme-swiper-prev:after,
.ninetheme-swiper-next:after {
font-family: 'ninetheme-font';
font-size: inherit;
text-transform: none !important;
letter-spacing: 0;
text-transform: none;
font-variant: initial;
line-height: 1;
}
.nav-vertical-center .ninetheme-swiper-prev,
.nav-vertical-centered .ninetheme-swiper-prev,
.swiper-rtl.nav-vertical-center .ninetheme-swiper-next {
left: 10px;
right: auto;
}
.ninetheme-swiper-prev:after,
.swiper-rtl .ninetheme-swiper-next:after {
content: '\f114';
}
.nav-vertical-center .ninetheme-swiper-next,
.nav-vertical-centered .ninetheme-swiper-next,
.swiper-rtl.nav-vertical-center .ninetheme-swiper-prev {
right: 10px;
left: auto;
}
.ninetheme-swiper-next:after,
.swiper-rtl .ninetheme-swiper-prev:after {
content: '\f113';
}
.ninetheme-swiper-container:hover .ninetheme-swiper-next,
.ninetheme-swiper-container:hover .ninetheme-swiper-prev {
opacity: 1;
background-color: var(--ninetheme-primary);
color: var(--ninetheme-light);
}
.ninetheme-nav-bg {
opacity: 0;
visibility: hidden;
}
.ninetheme-swiper-container:hover .ninetheme-nav-bg {
opacity: 1;
visibility: visible;
}
.swiper-button-lock {
display: none;
}
.ninetheme-swiper-pagination {
text-align: center;
z-index: 10;
display: block;
list-style: none;
line-height: 1;
transition: 300ms opacity;
transform: translate3d(0, 0, 0);
}
.ninetheme-swiper-pagination.position-relative {
position: relative;
margin-top: 40px;
bottom: auto;
left: auto;
right: auto;
}
.ninetheme-swiper-pagination.position-absolute-bottom {
position: absolute;
bottom: 60px;
}
.ninetheme-swiper-pagination.swiper-pagination-hidden {
opacity: 0;
} .swiper-pagination-fraction,
.swiper-pagination-custom,
.swiper-horizontal>.ninetheme-swiper-bullets,
.ninetheme-swiper-bullets.swiper-pagination-horizontal {
bottom: 10px;
left: 0;
width: 100%;
} .ninetheme-swiper-bullets-dynamic {
overflow: hidden;
font-size: 0;
}
.ninetheme-swiper-bullets-dynamic .ninetheme-swiper-bullet {
transform: scale(0.33);
position: relative;
}
.ninetheme-swiper-bullets-dynamic .ninetheme-swiper-bullet-active {
transform: scale(1);
}
.ninetheme-swiper-bullets-dynamic .ninetheme-swiper-bullet-active-main {
transform: scale(1);
}
.ninetheme-swiper-bullets-dynamic .ninetheme-swiper-bullet-active-prev {
transform: scale(0.66);
}
.ninetheme-swiper-bullets-dynamic .ninetheme-swiper-bullet-active-prev-prev {
transform: scale(0.33);
}
.ninetheme-swiper-bullets-dynamic .ninetheme-swiper-bullet-active-next {
transform: scale(0.66);
}
.ninetheme-swiper-bullets-dynamic .ninetheme-swiper-bullet-active-next-next {
transform: scale(0.33);
}
.ninetheme-swiper-bullet {
position: relative;
display: inline-block;
align-items: center;
cursor: pointer;
padding: 2px;
border: 1px solid var(--ninetheme-gray);
width: 10px;
height: 10px;
border-radius: 100%;
margin: 0 4px;
opacity: 1;
background-color: transparent;
}
.ninetheme-swiper-bullet.active {
border-color: var(--ninetheme-primary);
}
.ninetheme-swiper-bullet:before {
content: "";
display: block;
width: 100%;
height: 4px;
background-color: var(--ninetheme-light);
border-radius: 100%;
}
.ninetheme-swiper-bullet:hover:before,
.ninetheme-swiper-bullet:focus:before,
.ninetheme-swiper-bullet.active:before {
background-color: var(--ninetheme-primary);
}
.ninetheme-swiper-bullet:only-child {
display: none !important;
}
.ninetheme-main-slider {
overflow: hidden;
}
.ninetheme-main-slider.ninetheme-swiper-theme-style .swiper-pagination-bullets {
bottom: 40px;
text-align: left;
left: 45px;
} .swiper .swiper-notification {
position: absolute;
left: 0;
top: 0;
pointer-events: none;
opacity: 0;
z-index: -1000;
}
.swiper-free-mode>.ninetheme-swiper-wrapper {
transition-timing-function: ease-out;
margin: 0 auto;
}
.swiper-grid>.ninetheme-swiper-wrapper {
flex-wrap: wrap;
}
.swiper-grid-column>.ninetheme-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-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-pagination-lock {
display: none;
} .ninetheme-products-widget-slider .ninetheme-loop-slider .ninetheme-swiper-bullets,
.ninetheme-wc-tab-slider-edit-mode .ninetheme-swiper-theme-style .ninetheme-swiper-bullets,
.ninetheme-wc-tab-slider .ninetheme-swiper-theme-style .ninetheme-swiper-bullets {
position: absolute;
top: auto;
}
.ninetheme-swiper-theme-style .ninetheme-swiper-prev:after,
.ninetheme-swiper-theme-style .ninetheme-swiper-next:after {
font-size: 10px;
width: auto;
height: auto;
}
@media(max-width:480px) {
.ninetheme-swiper-theme-style .ninetheme-swiper-prev,
.ninetheme-swiper-theme-style .ninetheme-swiper-next {
display: none;
}
}
.thm-tab-slider.ninetheme-swiper-slider {
min-height: 300px;
} .ninetheme-product-related .ninetheme-swiper-slider:not(.swiper-initialized) .ninetheme-swiper-wrapper,
.up-sells .ninetheme-swiper-slider:not(.swiper-initialized) .ninetheme-swiper-wrapper,
.cross-sells .ninetheme-swiper-slider:not(.swiper-initialized) .ninetheme-swiper-wrapper{
gap: 20px;
}
.ninetheme-product-related .ninetheme-swiper-slider:not(.swiper-initialized) .swiper-slide,
.up-sells .ninetheme-swiper-slider:not(.swiper-initialized) .swiper-slide,
.cross-sells .ninetheme-swiper-slider:not(.swiper-initialized) .swiper-slide{
width: 20%;
}
.slider-home-onepage .swiper-container:not(.swiper-initialized) section {
background-image: none !important;
}  .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%;
}
.ninetheme-cf7-form-wrapper form.wpcf7-form .wpcf7-form-control-wrap textarea {
max-height: 100px;
}
.ninetheme-cf7-form-wrapper label {
display: flex;
flex-direction: column;
flex-wrap: nowrap;
align-items: stretch;
gap: 5px;
text-transform: uppercase;
font-weight: 500;
font-size: 12px;
color: var(--ninetheme-dark);
margin-bottom: 20px;
}
.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-footer-newsletter-form-2 {
position: relative;
}
.ninetheme-footer-newsletter-form-2 .ninetheme-footer-newsletter-form-2-button input {
position: absolute;
right: 0;
top: 0;
width: 100px;
border: 1px solid var(--ninetheme-dark);
}
.ninetheme-footer-newsletter-form-2 .ninetheme-footer-newsletter-form-2-button input {
background-color: 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:576px) {
.wpcf7 form.invalid .wpcf7-response-output {
border-color: var(--ninetheme-red);
margin: 14px;
width: 92% !important;
border-radius: 0;
}
.wpcf7 form.invalid .wpcf7-response-output {
border-color: var(--ninetheme-red);
margin: 14px;
width: 92%;
border-radius: 0;
}
}
.contact-area.action-content form>.wpcf7-form-control-wrap {
position: relative;
display: inline-block;
width: 100%;
}
.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-color: var(--ninetheme-light);
}
.wpcf7 form .wpcf7-response-output {
border: 0;
padding: 0;
font-size: 13px;
text-align: left;
margin: 13px 2px;
width: 93% !important;
border-radius: 0;
margin-top: 20px !important;
}
.screen-reader-response {
display: none;
}
.wpcf7-form:not(.invalid) .wpcf7-response-output {
display: none;
}
.wpcf7 form.invalid .wpcf7-response-output, .wpcf7 form.unaccepted .wpcf7-response-output {
border: 0;
background: none;
color: var(--ninetheme-red);
text-align: left;
padding: 0 !important;
margin: 0;
}
input.wpcf7-not-valid+span {
display: none !important;
}
span.wpcf7-not-valid-tip {
color: #f00;
font-size: 1em;
display: block;
display: none;
}
.wpcf7-response-output.wpcf7-validation-errors {
display: inline-block !important;
margin: 15px 0 !important;
width: 100% !important;
-webkit-border-radius: 4px;
-moz-border-radius: 4px;
border-radius: 4px;
border: 2px solid var(--ninetheme-red);
background-color: var(--ninetheme-red);
color: var(--ninetheme-light);
}
div.wpcf7-mail-sent-ok {
display: inline-block !important;
margin: 15px !important;
width: 97.2% !important;
-webkit-border-radius: 4px;
-moz-border-radius: 4px;
border-radius: 4px;
border: 2px solid var(--ninetheme-success);
background-color: var(--ninetheme-success);
color: var(--ninetheme-light);
}
div.wpcf7-mail-sent-ok {
background-color: var(--ninetheme-success);
border: 2px solid var(--ninetheme-success);
color: var(--ninetheme-light);
}
.wpcf7 button,
.wpcf7 input,
.wpcf7 select,
.wpcf7 textarea {
display: inline-block;
}
.wpcf7 br {
display: none;
} .woo-products-grid-masonry .ninetheme-products.row .product:not(.ninetheme-product-type-7) img {
width: 100%;
}
@media (min-width: 1200px) {
.woo-products-grid-masonry .ninetheme-products.row {
grid-template-columns: repeat(5,1fr);
}
}
@media (min-width: 992px) {
.woo-products-grid-masonry .ninetheme-products.row {
display: grid;
grid-template-columns: repeat(4,1fr);
}
.woo-products-grid-masonry .ninetheme-products.row .product:not(.ninetheme-product-type-7) {
display: inline-grid;
width: 100%;
}
.woo-products-grid-masonry .ninetheme-products.row .product:not(.ninetheme-product-type-7):nth-child(1) {
grid-column: span 2;
grid-row: span 2;
width: 100%;
}
}  .ninetheme-features-item svg {
width: 1em;
}
.ninetheme-features-item .ninetheme-features-icon {
display: inline-block;
}
.ninetheme-features-item .icon-border {
display: inline-flex;
justify-content: center;
align-items: center;
padding: 10px;
border: 1px solid;
margin-bottom: 10px;
} .blog-rc-post ul li {
display: flex;
}
.blog-rc-post .rc-post-content {
padding: 20px;
}
.blog-rc-post .rc-post-content h5 {
margin-bottom: 10px;
}
.blog-rc-post > ul > li + li {
margin-top: 10px;
}
.ninetheme-elementor-footer .elementor-icon {
display: inline-flex;
}
.title-percent {
font-size: 45px;
position: absolute;
top: 7px;
left: inherit;
margin-left: 7px;
}
.title-off {
font-size: 18px;
left: inherit;
margin-left: 7px;
} .mfp-bg {
top: 0;
left: 0;
width: 100%;
height: 100%;
z-index: 999998;
overflow: hidden;
position: fixed;
background-color: #00438beb;
opacity: 0.8;
}
.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;
}
.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: #FFF;
}
.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-color: 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:hover,
.mfp-close:focus {
opacity: 1;
}
.mfp-close-btn-in .mfp-close {
color: #333;
}
.mfp-image-holder .mfp-close,
.mfp-iframe-holder .mfp-close {
color: #FFF;
right: -6px;
text-align: right;
padding-right: 6px;
width: 100%;
}
.panel-close.mfp-close {
right: 10px;
top: 10px;
}
.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: -55px;
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: 0;
}
.mfp-arrow-left:after {
border-right: 17px solid #FFF;
margin-left: 31px;
}
.mfp-arrow-left:before {
margin-left: 25px;
border-right: 27px solid #3F3F3F;
}
.mfp-arrow-right {
right: 0;
}
.mfp-arrow-right:after {
border-left: 17px solid #FFF;
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-color: #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-color: #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-color: 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-color: 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-left: 6px;
padding-right: 6px;
}
}
@media(max-width: 1024px) {
.ninetheme-canvas-menu {
display: none;
}
}
.ninetheme-mfp-slide-bottom button.mfp-close,
.ninetheme-mfp-slide-bottom button.mfp-arrow {
overflow: visible;
cursor: pointer;
background-color: transparent;
border: 0;
-webkit-appearance: none;
display: block;
outline: none;
padding: 0;
z-index: 1046;
box-shadow: none;
touch-action: manipulation;
} .ninetheme-mfp-zoom-in .zoom-anim-dialog {
opacity: 0;
-webkit-transition: all 0.2s ease-in-out;
-moz-transition: all 0.2s ease-in-out;
-o-transition: all 0.2s ease-in-out;
transition: all 0.2s ease-in-out;
-webkit-transform: scale(0.8);
-moz-transform: scale(0.8);
-ms-transform: scale(0.8);
-o-transform: scale(0.8);
transform: scale(0.8);
} .ninetheme-mfp-zoom-in.mfp-ready .zoom-anim-dialog {
opacity: 1;
-webkit-transform: scale(1);
-moz-transform: scale(1);
-ms-transform: scale(1);
-o-transform: scale(1);
transform: scale(1);
} .ninetheme-mfp-zoom-in.mfp-removing .zoom-anim-dialog {
-webkit-transform: scale(0.8);
-moz-transform: scale(0.8);
-ms-transform: scale(0.8);
-o-transform: scale(0.8);
transform: scale(0.8);
opacity: 0;
} .ninetheme-mfp-zoom-in.mfp-bg {
opacity: 0;
-webkit-transition: opacity 0.3s ease-out;
-moz-transition: opacity 0.3s ease-out;
-o-transition: opacity 0.3s ease-out;
transition: opacity 0.3s ease-out;
} .ninetheme-mfp-zoom-in.mfp-ready.mfp-bg {
opacity: 0.8;
} .ninetheme-mfp-zoom-in.mfp-removing.mfp-bg {
opacity: 0;
}  .ninetheme-mfp-slide-bottom .zoom-anim-dialog {
opacity: 0;
-webkit-transition: all 0.2s ease-out;
-moz-transition: all 0.2s ease-out;
-o-transition: all 0.2s ease-out;
transition: all 0.2s ease-out;
-webkit-transform: translateY(-20px) perspective(600px) rotateX(10deg);
-moz-transform: translateY(-20px) perspective(600px) rotateX(10deg);
-ms-transform: translateY(-20px) perspective(600px) rotateX(10deg);
-o-transform: translateY(-20px) perspective(600px) rotateX(10deg);
transform: translateY(-20px) perspective(600px) rotateX(10deg);
} .ninetheme-mfp-slide-bottom.mfp-ready .zoom-anim-dialog {
opacity: 1;
-webkit-transform: translateY(0) perspective(600px) rotateX(0);
-moz-transform: translateY(0) perspective(600px) rotateX(0);
-ms-transform: translateY(0) perspective(600px) rotateX(0);
-o-transform: translateY(0) perspective(600px) rotateX(0);
transform: translateY(0) perspective(600px) rotateX(0);
}
@media(max-width:576px){
.ninetheme-mfp-slide-bottom.mfp-ready .zoom-anim-dialog {
margin: 15px;
padding: 40px 30px 30px;
}
} .ninetheme-mfp-slide-bottom.mfp-removing .zoom-anim-dialog {
opacity: 0;
-webkit-transform: translateY(-10px) perspective(600px) rotateX(10deg);
-moz-transform: translateY(-10px) perspective(600px) rotateX(10deg);
-ms-transform: translateY(-10px) perspective(600px) rotateX(10deg);
-o-transform: translateY(-10px) perspective(600px) rotateX(10deg);
transform: translateY(-10px) perspective(600px) rotateX(10deg);
} .ninetheme-mfp-slide-bottom.mfp-bg {
opacity: 0;
-webkit-transition: opacity 0.3s ease-out;
-moz-transition: opacity 0.3s ease-out;
-o-transition: opacity 0.3s ease-out;
transition: opacity 0.3s ease-out;
} .ninetheme-mfp-slide-bottom.mfp-ready.mfp-bg {
opacity: 0.8;
} .ninetheme-mfp-slide-bottom.mfp-removing.mfp-bg {
opacity: 0;
}
.ninetheme-tab-products-wrapper:not(.active) {
position: absolute;
height: 0;
opacity: 0;
visibility: hidden;
}
.ninetheme-swiper-container .ninetheme-swiper-prev.swiper-button-disabled,
.ninetheme-swiper-container .ninetheme-swiper-next.swiper-button-disabled {
opacity: 0.35!important;
pointer-events: unset!important;
cursor: no-drop!important;
}
.ninetheme-tab-products-wrapper .swiper-autoheight .swiper-slide {
height: 100%;
}
.ninetheme-tab-products-wrapper .swiper-autoheight.no-height .swiper-slide {
height: auto;
}
.header-col  form.sidebar-search-form,
.default-search-form form[role="search"] {
margin: 0;
border-radius: 0px;
display: flex;
width: 100%;
justify-content: space-between;
}
.header-col .sidebar-search-form input,
.default-search-form form input {
border-radius: 5px 0 0 5px;
width: 100%;
}
.header-col .sidebar-search-form button,
.default-search-form form button {
outline: none;
border: 0;
background-color: var(--ninetheme-dark-soft);
padding: 0 20px;
color: var(--ninetheme-light);
text-transform: uppercase;
font-size: 12px;
font-weight: 500;
border-radius: 0 5px 5px 0;
}
.header-col .sidebar-search-form button:hover,
.default-search-form form button:hover {
background: var(--ninetheme-primary);
color: var(--ninetheme-light);
}.ninetheme-ajax-product-search {
position: relative;
z-index: 99;
width: 100%;
display: flex;
align-items: center;
justify-content: center;
max-width: 500px;
}
.header-vehicle-button.panel-open {
background: var(--ninetheme-gray-soft);
padding: 10.5px;
border-radius: 5px;
}
.header-vehicle-button.panel-open svg {
fill: var(--ninetheme-dark);
color: var(--ninetheme-dark);
border-radius: 5px;
}
.ninetheme-ajax-product-search:not(.custom-search-form) form {
position: relative;
display: flex;
align-items: center;
width: 100%;
border: 1px solid var(--ninetheme-border);
height: 50px;
border-radius: 5px;
background: var(--ninetheme-light);
padding: 5px;
}
.ninetheme-ajax-product-search.style-radius:not(.custom-search-form) form {
border-radius: 5px;
}
.ninetheme-ajax-product-search:not(.custom-search-form).style-circle form {
border-radius: 50px;
}
.ninetheme-ajax-product-search:not(.custom-search-form).style-square form {
border-radius: 0px;
}
.ninetheme-ajax-product-search input.ninetheme-ajax-search-input.hide-clear {
width: 100%;
color: var(--ninetheme-gray-dark);
border: 0;
height: 100%;
min-height: auto;
overflow: hidden;
}
.bg-trans-dark .ninetheme-ajax-product-search input.ninetheme-ajax-search-input.hide-clear,
.bg-dark .ninetheme-ajax-product-search input.ninetheme-ajax-search-input.hide-clear {
color: var(--ninetheme-light);
}
.ninetheme-ajax-product-search .category-select-wrapper {
width: max-content;
display: flex;
align-items: center;
justify-content: center;
padding: 0 15px;
height: 100%;
border-left: 0;
border-right: 1px solid var(--ninetheme-border);
position: relative;
cursor: pointer;
}
.category-select-wrapper.active {
min-width: 120px;
}
.ninetheme-ajax-product-search button.ninetheme-ajax-search-submit,
.ninetheme-ajax-product-search button.ninetheme-ajax-search-submit:hover,
.ninetheme-ajax-close-search-results {
color: var(--ninetheme-dark);
background-color: var(--ninetheme-gray-bg);
display: flex;
align-items: center;
justify-content: center;
border: 0;
outline: none;
padding: 0;
margin: 0;
min-width: 45px;
z-index: 1;
border-radius: 0 5px 5px 0;
height: calc(100% + 4px);
margin-right: -2px;
}
.ninetheme-ajax-product-search button.ninetheme-ajax-search-submit svg {
fill: var(--ninetheme-text);
width: 22px;
height: 22px;
}
.ninetheme-ajax-close-search-results {
position: absolute;
top: -2px;
right: 0;
opacity: 0;
z-index: 0;
cursor: pointer;
}
form.active .ninetheme-ajax-close-search-results {
opacity: 1;
z-index: 2;
}
form.active button.ninetheme-ajax-search-submit {
opacity: 0;
z-index: 0;
pointer-events: none;
}
.category-select-wrapper .category-list {
opacity: 0;
visibility: hidden;
position: absolute;
top: 105%;
left: 0;
background-color: var(--ninetheme-light);
display: flex;
flex-direction: column;
gap: 7px;
z-index: 999;
padding: 15px;
list-style: none;
-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);
transform: translateY(15px) translateZ(0);
max-height: 200px;
overflow-y: auto;
width: 100%;
border-radius: 0 0 5px 5px;
}
.category-select-wrapper .category-list,
.category-select-wrapper .category-list li {
cursor: pointer;
}
.category-select-wrapper.active .category-list {
opacity: 1;
visibility: visible;
transform: none;
}
.ninetheme-ajax-search-results {
background-color: var(--ninetheme-light);
color: var(--ninetheme-dark);
display: none;
position: absolute;
width: 100%;
top: 88%;
max-height: 50vh;
padding: 10px 20px;
border: 2px solid var(--ninetheme-border);
border-right: 0;
z-index: 15;
transform: translateY(2px);
-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 / 21%);
overflow-y: auto;
min-width: 450px;
max-width: 620px;
border-radius: 0 0 5px 5px;
}
.bg-dark .ninetheme-ajax-search-results,
.bg-trans-dark .ninetheme-ajax-search-results,
.bg-dark .loading .loading-wrapper,
.bg-trans-dark .loading .loading-wrapper {
background-color: var(--ninetheme-dark);
color: var(--ninetheme-light);
}
.bg-dark .loading .ajax-loading,
.bg-dark .loading .ajax-loading::before,
.bg-dark .loading .ajax-loading::after,
.bg-trans-dark .loading .ajax-loading,
.bg-trans-dark .loading .ajax-loading::before,
.bg-trans-dark .loading .ajax-loading::after {
background-color: var(--ninetheme-light);
}
.ninetheme-ajax-search-results.loading,
.ninetheme-ajax-search-results.active {
display: block;
min-height: 100px;
}
.ninetheme-ajax-search-results.loading,
.ninetheme-ajax-search-results.loading a {
pointer-events: none;
}
.ninetheme-ajax-search-results ul {
list-style: none;
margin: 0;
padding: 0;
display: flex;
flex-direction: column;
}
.ninetheme-ajax-search-results ul li {
display: block;
padding: 12px 0;
position: relative;
border-bottom: 1px dashed var(--ninetheme-border);
}
.ninetheme-ajax-search-results ul li:last-child {
border-bottom: none;
}
.ninetheme-ajax-search-results ul li.search-total-link {
display: none;
}
.ninetheme-ajax-search-results .search-total-wrapper {
text-align: center;
padding: 10px 0 0;
}
.ninetheme-ajax-search-results .search-total-wrapper a:hover {
color: var(--ninetheme-primary);
}
.ninetheme-ajax-search-results span.search-total {
color: var(--ninetheme-primary);
}
.ninetheme-ajax-search-results .ninetheme-ajax-product-link {
display: flex;
width: 100%;
z-index: 1;
position: relative;
align-items: center;
gap: 20px;
}
.ninetheme-ajax-search-results .ninetheme-ajax-product-image {
width: 65px;
max-width: 65px;
}
.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;
font-weight: 500;
}
.ninetheme-ajax-product-data .del {
text-decoration: line-through;
font-size: 12px;
}
.ninetheme-ajax-product-data .ninetheme-stock-status {
font-size: 11px;
line-height: 1;
display: flex;
align-items: center;
line-height: 1;
gap: 3px;
text-transform: uppercase;
font-weight: 500;
}
.ninetheme-ajax-product-data .stock-value {
color: var(--ninetheme-red);
}
.ninetheme-ajax-product-data .instock {
color: var(--ninetheme-green-soft);
}
.ninetheme-ajax-search-results .ninetheme-btn,
.ninetheme-ajax-search-results .ninetheme-product-cart.has-icon,
.ninetheme-ajax-search-results .ninetheme-btn-text,
.ninetheme-ajax-search-results .ninetheme-add-to-cart-btn.btn-type-icon {
position: absolute;
bottom: 10px;
right: 15px;
z-index: 1;
}
.ninetheme-ajax-search-results a.btn-type-icon {
background: var(--ninetheme-blue-bg);
min-width: 32px;
min-height: 33px;
line-height: initial;
border-radius: 100%;
display: flex;
align-items: center;
justify-content: center;
}
.ninetheme-ajax-search-results a.btn-type-icon:hover,
.ninetheme-ajax-search-results a.btn-type-icon.added {
background-color: var(--ninetheme-primary);
opacity: 1;
}
.ninetheme-ajax-search-results a.btn-type-icon svg {
max-width: 16px;
max-height: 16px;
fill: var(--ninetheme-primary);
}
.ninetheme-ajax-search-results .btn-type-icon:hover svg,
.ninetheme-ajax-search-results .btn-type-icon.added svg {
fill: var(--ninetheme-light);
}
.ninetheme-ajax-search-results .btn-type-icon span.ninetheme-hint {
top: 50%;
right: 40px;
transform: translateY(-50%);
}
.ninetheme-ajax-search-results  .ninetheme-hint:before {
bottom: auto;
top: 50%;
right: -10px;
border-color: transparent;
border-left-color: var(--ninetheme-primary);
left: auto;
-webkit-transform: translateY(-50%);
transform: translateY(-50%);
}
.ninetheme-ajax-search-results .ninetheme-product-button:hover .ninetheme-hint {
top: 16px;
}
.ninetheme-ajax-search-results .ninetheme-product-cart.has-icon {
min-height: 25px;
}
.ninetheme-ajax-search-results .ninetheme-product-cart.has-icon svg {
width: 16px;
height: 16px;
}
.ninetheme-ajax-selected {
text-transform: uppercase;
font-size: 12px;
font-weight: 500;
display: flex;
align-items: center;
justify-content: space-between;
width: 100%;
gap: 10px;
color: var(--ninetheme-text);
}
.ninetheme-ajax-selected .icon:before {
content: "\f115";
transform: rotate(180deg);
display: flex;
font-size: 10px;
} 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: 46%;
left: 15px;
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;
}
.bg-dark .ninetheme-ajax-close-search-results:before,
.bg-dark .ninetheme-ajax-close-search-results:after {
background-color: var(--ninetheme-light);
}
.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-form div.error {
position: absolute;
left: 0;
top: 0%;
margin-top: 5px;
color: var(--ninetheme-red);
background:#fff;
padding:5px 10px;
}
.ninetheme-ajax-search-results .spinner.loading:after {
z-index: 2;
width: 30px;
height: 30px;
border: 1px solid var(--ninetheme-gray);
border-left-color: var(--ninetheme-primary);
}
@media (max-width: 480px) {
.ninetheme-ajax-search-results {
min-width: auto;
}
.header-vehicle-button.panel-open {
padding: 5.5px;
}
.header-vehicle-button.panel-open svg {
max-width: 18px;
max-height: 18px;
}
}
.ninetheme-ajax-product-search .aws-container {
width: 100%;
}
.search-col .ninetheme-ajax-product-search form.aws-search-form {
border-bottom: 0;
}
.ninetheme-ajax-product-search .aws-container .aws-search-field {
padding-right: 6px;
min-height: auto;
}
.type-panel .ninetheme-ajax-search-results.loading,
.type-panel .ninetheme-ajax-search-results.active {
max-height: calc(100vh - 155px);
height: 100vh;
max-width: 100%;
min-width: auto;
top: 52px;
padding: 10px 20px;
border: 1px solid var(--ninetheme-border);
z-index: 15;
border-radius: 15px;
transform: none;
}
.type-panel .search-col .ninetheme-ajax-search-results ul {
flex-direction: column;
}
.type-panel .search-col .ninetheme-ajax-search-results ul li:nth-child(2n+1) {
border-right: 0;
}
.type-panel .search-col .ninetheme-ajax-search-results ul li {
padding-left: 0;
padding-right: 0;
}.ninetheme-page-hero {
position: relative;
overflow: hidden;
background-color: var(--ninetheme-gray-soft);
border-bottom: 1px solid var(--ninetheme-border);
padding: 50px 0;
background-size: cover;
background-position: center;
display: flex;
text-align: center;
align-items: center;
margin-top: -1px;
}
.has-default-header-type-trans .ninetheme-page-hero.has-bg-image {
padding-top: 120px;
padding-bottom: 50px;
min-height: 400px !important;
}
.has-header-sidebar .ninetheme-page-hero {
padding: 80px 50px;
}
.has-header-sidebar .page-hero-small {
padding: 40px 55px;
}
.ninetheme-page-hero picture img,
.ninetheme-page-hero > img {
position: absolute;
top: 0;
left: 0;
width: 100%;
height: 100%;
object-fit: cover;
}
.ninetheme-page-hero-content .page-title {
margin-bottom: 0px;
-ms-word-wrap: break-word;
word-wrap: break-word;
word-break: break-word;
font-size: 26px;
}
.ninetheme-page-hero-content .term-description {
max-width: 500px;
margin-top: 15px;
margin: 15px auto;
}
.breadcrumb-trail.ninetheme-breadcrumbs {
margin-bottom: 0;
}
.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;
display: flex;
flex-direction: row-reverse;
align-content: center;
align-items: center;
}
@media (max-width: 1200px) {
.has-header-sidebar .ninetheme-page-hero {
padding: 80px 20px;
}
}
@media (max-width: 768px) {
.page-hero-mini .ninetheme-page-hero-content {
flex-direction: column;
}
}  .page-hero-big {
background-size: cover;
background-position: center;
background-repeat: no-repeat;
background-attachment: fixed;
min-height: 350px;
position: relative;
justify-content: center;
align-items: center;
text-align: center;
overflow: hidden;
}
.ninetheme-page-hero-inner {
position: relative;
z-index: 1;
}
.has-default-header-type-trans .page-hero-big {
display: flex;
justify-content: center;
align-items: center;
padding-top: 80px;
}
.has-default-header-type-trans .page-hero-cat-slider {
min-height: 450px;
padding-top: 120px;
}
.page-hero-big ul.ninetheme-wc-category-list {
width: 100%;
display: flex;
flex-wrap: wrap;
justify-content: center;
align-items: center;
list-style: none;
margin-top: 15px;
}
.ninetheme-shop-hero.page-hero-big .term-description,
.ninetheme-shop-hero.page-hero-big .ninetheme-breadcrumbs {
margin-top: 15px;
}
.ninetheme-shop-hero.has-bg-image .ninetheme-breadcrumbs li,
.ninetheme-shop-hero.has-bg-image .ninetheme-breadcrumbs li a,
.ninetheme-shop-hero.has-bg-image .term-description,
.ninetheme-shop-hero.has-bg-image .page-title{
color: var(--ninetheme-light);
}
.ninetheme-shop-hero.has-bg-image .page-title{
margin-bottom: 0;
}
.page-hero-big ul.ninetheme-wc-category-list li {
display: inline-block;
position: relative;
}
.page-hero-big ul.ninetheme-wc-category-list li+li {
margin-left: 20px;
}
.page-hero-big ul.ninetheme-wc-category-list li a {
padding: 10px 0;
}
.page-hero-big ul.ninetheme-wc-category-list li a:after {
content: '';
height: 2px;
width: 0;
background-color: currentColor;
position: absolute;
bottom: 0;
left: 0;
-webkit-transition: width .25s;
transition: width .25s;
}
.page-hero-big ul.ninetheme-wc-category-list li a:hover:after {
width: 100%;
}  .ninetheme-shop-hero.ninetheme-page-hero.page-hero-cat-slider.page-hero-static {
background-position: center;
background-size: cover;
min-height: 330px;
background-color: var(--ninetheme-gray-soft);
display: flex;
align-items: flex-start;
padding: 90px 0;
align-content: center;
}
.has-default-header-type-trans .ninetheme-shop-hero.ninetheme-page-hero.page-hero-cat-slider.page-hero-static {
min-height: 450px;
}
.ninetheme-category-slider.ninetheme-swiper-slider {
max-width: 1180px;
overflow: hidden;
margin: 15px auto;
}
.ninetheme-category-slider {
margin-bottom: -140px;
margin-top: 25px;
}
.ninetheme-shop-hero.ninetheme-page-hero.page-hero-cat-slider .ninetheme-category-slider {
margin-bottom: 0px;
}
.ninetheme-category-slider .ninetheme-category-slide-item-inner {
display: flex;
align-items: center;
justify-content: center;
flex-direction: column;
position: relative;
width: 100%;
}
.ninetheme-category-slider:not(.swiper-initialized) .ninetheme-category-thumb{
max-height: 155px;
min-height: 135px!important;
padding-bottom: 0!important;
}
.ninetheme-category-slider.style-1 .ninetheme-category-slide-item-inner,
.ninetheme-category-slider.style-2 .ninetheme-category-thumb  {
padding: 10px 10px 0;
background-color: var(--ninetheme-light);
border: 1px solid var(--ninetheme-border);
border-radius: 5px;
min-height: 155px;
}
.ninetheme-category-slider.style-2 .ninetheme-category-thumb {
border-radius: 100%;
}
.ninetheme-category-slider .link-absolute {
position: absolute;
top: 0;
left: 0;
width: 100%;
height: 100%;
z-index: 5;
}
.ninetheme-category-slider.image-fit .ninetheme-category-thumb {
position: relative;
width: 100%;
height: 100%;
min-height: auto;
overflow: hidden;
padding: 0;
padding-bottom: 100%;
display: flex;
align-items: center;
justify-content: center;
}
.ninetheme-category-slider.image-fit img {
position: absolute;
top: 0;
left: 0;
width: 100%;
height: 100%;
object-fit: cover;
}
.ninetheme-category-slider.image-fit .ninetheme-category-slide-item-inner:hover .ninetheme-category-thumb,
.ninetheme-category-slider .ninetheme-category-slide-item-inner:hover,
.ninetheme-category-slider .ninetheme-category-slide-item-inner:focus {
border-color: var(--ninetheme-primary);
}
.ninetheme-category-slider .category-title {
color: var(--ninetheme-dark);
line-height: 1;
margin-top: 0;
padding: 10px;
}
.ninetheme-category-slider .cat-count {
position: absolute;
top: 5px;
left: 5px;
right: auto;
width: 20px;
height: 20px;
border-radius: 50%;
background-color: var(--ninetheme-primary);
color: var(--ninetheme-light);
display: flex;
align-items: center;
justify-content: center;
font-size: 10px;
}
.ninetheme-category-slider.style-2 .cat-count {
position: relative;
top: auto;
left: auto;
right: auto;
width: 20px;
margin-top: -10px;
}
.ninetheme-category-slider .swiper-pagination {
position: relative;
left: auto;
right: auto;
bottom: auto;
margin-top: 20px;
}
.ninetheme-shop-hero.page-hero-cat-slider {
text-align: center;
}
.ninetheme-page-hero-content .page-title {
margin-bottom: 0px;
-ms-word-wrap: break-word;
word-wrap: break-word;
word-break: break-word;
font-size: 44px;
text-transform: uppercase;
}
.ninetheme-shop-hero.page-hero-cat-slider .ninetheme-breadcrumbs {
display: none;
}
@media (max-width: 767px) {
.ninetheme-page-hero-content .page-title {
font-size: 24px;
}
}.carousel {
position: relative;
box-sizing: border-box;
}
.carousel *, .carousel *:before, .carousel *:after {
box-sizing: inherit;
}
.carousel.is-draggable {
cursor: move;
cursor: grab;
}
.carousel.is-dragging {
cursor: move;
cursor: grabbing;
}
.carousel__viewport {
position: relative;
overflow: hidden;
max-width: 100%;
max-height: 100%}
.carousel__track {
display: flex;
}
.carousel__slide {
flex: 0 0 auto;
width: var(--carousel-slide-width,  60%);
max-width: 100%;
padding: 1rem;
position: relative;
overflow-x: hidden;
overflow-y: auto;
overscroll-behavior: contain;
}
.has-dots {
margin-bottom: calc(0.5rem + 22px);
}
.carousel__dots {
margin: 0 auto;
padding: 0;
position: absolute;
top: calc(100% + 0.5rem);
left: 0;
right: 0;
display: flex;
justify-content: center;
list-style: none;
user-select: none;
}
.carousel__dots .carousel__dot {
margin: 0;
padding: 0;
display: block;
position: relative;
width: 22px;
height: 22px;
cursor: pointer;
}
.carousel__dots .carousel__dot:after {
content: "";
width: 8px;
height: 8px;
border-radius: 50%;
position: absolute;
top: 50%;
left: 50%;
transform: translate(-50%,  -50%);
background-color: currentColor;
opacity: .25;
transition: opacity .15s ease-in-out;
}
.carousel__dots .carousel__dot.is-selected:after {
opacity: 1;
}
.carousel__button {
width: var(--carousel-button-width,  48px);
height: var(--carousel-button-height,  48px);
padding: 0;
border: 0;
display: flex;
justify-content: center;
align-items: center;
pointer-events: all;
cursor: pointer;
color: var(--carousel-button-color,  currentColor) !important;
background-color: var(--carousel-button-bg,  transparent) !important;
border-radius: var(--carousel-button-border-radius,  50%) !important;
box-shadow: var(--carousel-button-shadow,  none);
transition: opacity .15s ease;
}
.carousel__button.is-prev, .carousel__button.is-next {
position: absolute;
top: 50%;
transform: translateY(-50%);
}
.carousel__button.is-prev {
left: 10px;
}
.carousel__button.is-next {
right: 10px;
}
.carousel__button[disabled] {
cursor: default;
opacity: .3;
}
.carousel__button svg {
width: var(--carousel-button-svg-width,  50%);
height: var(--carousel-button-svg-height,  50%);
fill: none;
stroke: currentColor;
stroke-width: var(--carousel-button-svg-stroke-width,  1.5);
stroke-linejoin: bevel;
stroke-linecap: round;
filter: var(--carousel-button-svg-filter,  none);
pointer-events: none;
}
html.with-fancybox {
scroll-behavior: auto;
}
body.compensate-for-scrollbar {
overflow: hidden !important;
touch-action: none;
}
.fancybox__container {
position: fixed;
top: 0;
left: 0;
bottom: 0;
right: 0;
direction: ltr;
margin: 0;
padding: env(safe-area-inset-top,  0px) env(safe-area-inset-right,  0px) env(safe-area-inset-bottom,  0px) env(safe-area-inset-left,  0px);
box-sizing: border-box;
display: flex;
flex-direction: column;
color: var(--fancybox-color,  #fff);
-webkit-tap-highlight-color: rgba(0, 0, 0, 0);
overflow: hidden;
z-index: 99999;
outline: none;
transform-origin: top left;
--carousel-button-width:  48px;
--carousel-button-height:  48px;
--carousel-button-svg-width: 19px;
--carousel-button-svg-height: 19px;
--carousel-button-svg-stroke-width: 1;
--carousel-button-svg-filter:  drop-shadow(1px 1px 1px rgba(0,  0,  0,  0.4));
}
.fancybox__container *, .fancybox__container *::before, .fancybox__container *::after {
box-sizing: inherit;
}
.fancybox__container :focus {
outline: none;
}
body:not(.is-using-mouse) .fancybox__container :focus {
box-shadow: 0 0 0 1px #fff, 0 0 0 2px var(--fancybox-accent-color,  rgba(1,  210,  232,  0.94));
}
@media all and (min-width: 1024px) {
.fancybox__container {
--carousel-button-width: 48px;
--carousel-button-height: 48px;
--carousel-button-svg-width: 27px;
--carousel-button-svg-height: 27px;
}
}
.fancybox__backdrop {
position: absolute;
top: 0;
right: 0;
bottom: 0;
left: 0;
z-index: -1;
background: var(--fancybox-bg,  rgba(24,  24,  27,  0.92));
}
.fancybox__carousel {
position: relative;
flex: 1 1 auto;
min-height: 0;
height: 100%;
z-index: 10;
}
.fancybox__carousel.has-dots {
margin-bottom: calc(0.5rem + 22px);
}
.fancybox__viewport {
position: relative;
width: 100%;
height: 100%;
overflow: visible;
cursor: default;
}
.fancybox__track {
display: flex;
height: 100%
}
.fancybox__slide {
flex: 0 0 auto;
width: 100%;
max-width: 100%;
margin: 0;
padding: 48px 8px 8px 8px;
position: relative;
overscroll-behavior: contain;
display: flex;
flex-direction: column;
outline: 0;
overflow: auto;
--carousel-button-width:  36px;
--carousel-button-height:  36px;
--carousel-button-svg-width:  22px;
--carousel-button-svg-height:  22px;
}
.fancybox__slide::before, .fancybox__slide::after {
content: "";
flex: 0 0 0;
margin: auto;
}
@media all and (min-width: 1024px) {
.fancybox__slide {
padding: 64px 100px;
}
}
.fancybox__content {
margin: 0 env(safe-area-inset-right,  0px) 0 env(safe-area-inset-left,  0px);
padding: 36px;
color: var(--fancybox-content-color,  #374151);
background: var(--fancybox-content-bg,  #fff);
position: relative;
align-self: center;
display: flex;
flex-direction: column;
z-index: 20;
}
.fancybox__content:not(.carousel__button.is-close):focus {
outline: thin dotted;
box-shadow: none;
}
.fancybox__caption {
align-self: center;
max-width: 100%;
margin: 0;
padding: 1rem 0 0 0;
line-height: 1.375;
color: var(--fancybox-color,  currentColor);
visibility: visible;
cursor: auto;
flex-shrink: 0;
overflow-wrap: anywhere;
text-align: center;
}
.is-loading .fancybox__caption {
visibility: hidden;
}
.fancybox__container>.carousel__dots {
top: 100%;
color: var(--fancybox-color,  #fff);
}
.fancybox__nav .carousel__button {
z-index: 40;
}
.fancybox__nav .carousel__button.is-next {
right: 8px;
}
@media all and (min-width: 1024px) {
.fancybox__nav .carousel__button.is-next {
right: 40px;
}
}
.fancybox__nav .carousel__button.is-prev {
left: 8px;
}
@media all and (min-width: 1024px) {
.fancybox__nav .carousel__button.is-prev {
left: 40px;
}
}
.carousel__button.is-close {
position: absolute;
top: 8px;
right: 8px;
top: calc(env(safe-area-inset-top,  0px) + 8px);
right: calc(env(safe-area-inset-right,  0px) + 8px);
z-index: 40;
}
@media all and (min-width: 1024px) {
.carousel__button.is-close {
right: 40px;
}
}
.fancybox__content>.carousel__button.is-close {
position: absolute;
top: -40px;
right: 0;
color: var(--fancybox-color,  #fff);
}
.fancybox__no-click, .fancybox__no-click button {
pointer-events: none;
}
.fancybox__spinner {
position: absolute;
top: 50%;
left: 50%;
transform: translate(-50%,  -50%);
width: 50px;
height: 50px;
color: var(--fancybox-color,  currentColor);
}
.fancybox__slide .fancybox__spinner {
cursor: pointer;
z-index: 1053;
}
.fancybox__spinner svg {
animation: fancybox-rotate 2s linear infinite;
transform-origin: center center;
position: absolute;
top: 0;
right: 0;
bottom: 0;
left: 0;
margin: auto;
width: 100%;
height: 100%}
.fancybox__spinner svg circle {
fill: none;
stroke-width: 2.75;
stroke-miterlimit: 10;
stroke-dasharray: 1, 200;
stroke-dashoffset: 0;
animation: fancybox-dash 1.5s ease-in-out infinite;
stroke-linecap: round;
stroke: currentColor;
}
@keyframes fancybox-rotate {
100% {
transform: rotate(360deg);
}
}
@keyframes fancybox-dash {
0% {
stroke-dasharray: 1, 200;
stroke-dashoffset: 0;
}
50% {
stroke-dasharray: 89, 200;
stroke-dashoffset: -35px;
}
100% {
stroke-dasharray: 89, 200;
stroke-dashoffset: -124px;
}
}
.fancybox__backdrop,
.fancybox__caption,
.fancybox__nav,
.carousel__dots,
.carousel__button.is-close {
opacity: var(--fancybox-opacity,  1);
}
.fancybox__container.is-animated[aria-hidden=false] .fancybox__backdrop,
.fancybox__container.is-animated[aria-hidden=false] .fancybox__caption,
.fancybox__container.is-animated[aria-hidden=false] .fancybox__nav,
.fancybox__container.is-animated[aria-hidden=false] .carousel__dots,
.fancybox__container.is-animated[aria-hidden=false] .carousel__button.is-close {
animation: .15s ease backwards fancybox-fadeIn;
}
.fancybox__container.is-animated.is-closing .fancybox__backdrop,
.fancybox__container.is-animated.is-closing .fancybox__caption,
.fancybox__container.is-animated.is-closing .fancybox__nav,
.fancybox__container.is-animated.is-closing .carousel__dots,
.fancybox__container.is-animated.is-closing .carousel__button.is-close {
animation: .15s ease both fancybox-fadeOut;
}
.fancybox-fadeIn {
animation: .15s ease both fancybox-fadeIn;
}
.fancybox-fadeOut {
animation: .1s ease both fancybox-fadeOut;
}
.fancybox-zoomInUp {
animation: .2s ease both fancybox-zoomInUp;
}
.fancybox-zoomOutDown {
animation: .15s ease both fancybox-zoomOutDown;
}
.fancybox-throwOutUp {
animation: .15s ease both fancybox-throwOutUp;
}
.fancybox-throwOutDown {
animation: .15s ease both fancybox-throwOutDown;
}
@keyframes fancybox-fadeIn {
from {
opacity: 0;
}
to {
opacity: 1;
}
}
@keyframes fancybox-fadeOut {
to {
opacity: 0;
}
}
@keyframes fancybox-zoomInUp {
from {
transform: scale(0.97) translate3d(0,  16px,  0);
opacity: 0;
}
to {
transform: scale(1) translate3d(0,  0,  0);
opacity: 1;
}
}
@keyframes fancybox-zoomOutDown {
to {
transform: scale(0.97) translate3d(0,  16px,  0);
opacity: 0;
}
}
@keyframes fancybox-throwOutUp {
to {
transform: translate3d(0,  -30%,  0);
opacity: 0;
}
}
@keyframes fancybox-throwOutDown {
to {
transform: translate3d(0,  30%,  0);
opacity: 0;
}
}
.fancybox__carousel .carousel__slide {
scrollbar-width: thin;
scrollbar-color: #ccc rgba(255, 255, 255, .1);
}
.fancybox__carousel .carousel__slide::-webkit-scrollbar {
width: 8px;
height: 8px;
}
.fancybox__carousel .carousel__slide::-webkit-scrollbar-track {
background-color: rgba(255, 255, 255, .1);
}
.fancybox__carousel .carousel__slide::-webkit-scrollbar-thumb {
background-color: #ccc;
border-radius: 2px;
box-shadow: inset 0 0 4px rgba(0, 0, 0, .2);
}
.fancybox__carousel.is-draggable .fancybox__slide, .fancybox__carousel.is-draggable .fancybox__slide .fancybox__content {
cursor: move;
cursor: grab;
}
.fancybox__carousel.is-dragging .fancybox__slide, .fancybox__carousel.is-dragging .fancybox__slide .fancybox__content {
cursor: move;
cursor: grabbing;
}
.fancybox__carousel .fancybox__slide .fancybox__content {
cursor: auto;
}
.fancybox__carousel .fancybox__slide.can-zoom_in .fancybox__content {
cursor: zoom-in;
}
.fancybox__carousel .fancybox__slide.can-zoom_out .fancybox__content {
cursor: zoom-out;
}
.fancybox__carousel .fancybox__slide.is-draggable .fancybox__content {
cursor: move;
cursor: grab;
}
.fancybox__carousel .fancybox__slide.is-dragging .fancybox__content {
cursor: move;
cursor: grabbing;
}
.fancybox__image {
transform-origin: 0 0;
user-select: none;
transition: none;
}
.has-image .fancybox__content {
padding: 0;
background: rgba(0, 0, 0, 0);
min-height: 1px;
}
.is-closing .has-image .fancybox__content {
overflow: visible;
}
.has-image[data-image-fit=contain] {
overflow: visible;
touch-action: none;
}
.has-image[data-image-fit=contain] .fancybox__content {
flex-direction: row;
flex-wrap: wrap;
}
.has-image[data-image-fit=contain] .fancybox__image {
max-width: 100%;
max-height: 100%;
object-fit: contain;
}
.has-image[data-image-fit=contain-w] {
overflow-x: hidden;
overflow-y: auto;
}
.has-image[data-image-fit=contain-w] .fancybox__content {
min-height: auto;
}
.has-image[data-image-fit=contain-w] .fancybox__image {
max-width: 100%;
height: auto;
}
.has-image[data-image-fit=cover] {
overflow: visible;
touch-action: none;
}
.has-image[data-image-fit=cover] .fancybox__content {
width: 100%;
height: 100%}
.has-image[data-image-fit=cover] .fancybox__image {
width: 100%;
height: 100%;
object-fit: cover;
}
.fancybox__carousel .fancybox__slide.has-iframe .fancybox__content, .fancybox__carousel .fancybox__slide.has-map .fancybox__content, .fancybox__carousel .fancybox__slide.has-pdf .fancybox__content, .fancybox__carousel .fancybox__slide.has-video .fancybox__content, .fancybox__carousel .fancybox__slide.has-html5video .fancybox__content {
max-width: 100%;
flex-shrink: 1;
min-height: 1px;
overflow: visible;
}
.fancybox__carousel .fancybox__slide.has-iframe .fancybox__content, .fancybox__carousel .fancybox__slide.has-map .fancybox__content, .fancybox__carousel .fancybox__slide.has-pdf .fancybox__content {
width: 100%;
height: 80%}
.fancybox__carousel .fancybox__slide.has-video .fancybox__content, .fancybox__carousel .fancybox__slide.has-html5video .fancybox__content {
width: 960px;
height: 540px;
max-width: 100%;
max-height: 100%}
.fancybox__carousel .fancybox__slide.has-map .fancybox__content, .fancybox__carousel .fancybox__slide.has-pdf .fancybox__content, .fancybox__carousel .fancybox__slide.has-video .fancybox__content, .fancybox__carousel .fancybox__slide.has-html5video .fancybox__content {
padding: 0;
background: rgba(24, 24, 27, .9);
color: var(--ninetheme-light);
}
.fancybox__carousel .fancybox__slide.has-map .fancybox__content {
background: #e5e3df;
}
.fancybox__html5video, .fancybox__iframe {
border: 0;
display: block;
height: 100%;
width: 100%;
background: rgba(0, 0, 0, 0);
}
.fancybox-placeholder {
position: absolute;
width: 1px;
height: 1px;
padding: 0;
margin: -1px;
overflow: hidden;
clip: rect(0,  0,  0,  0);
white-space: nowrap;
border-width: 0;
}
.fancybox__thumbs {
flex: 0 0 auto;
position: relative;
padding: 0px 3px;
opacity: var(--fancybox-opacity,  1);
}
.fancybox__container.is-animated[aria-hidden=false] .fancybox__thumbs {
animation: .15s ease-in backwards fancybox-fadeIn;
}
.fancybox__container.is-animated.is-closing .fancybox__thumbs {
opacity: 0;
}
.fancybox__thumbs .carousel__slide {
flex: 0 0 auto;
width: var(--fancybox-thumbs-width,  96px);
margin: 0;
padding: 8px 3px;
box-sizing: content-box;
display: flex;
align-items: center;
justify-content: center;
overflow: visible;
cursor: pointer;
}
.fancybox__thumbs .carousel__slide .fancybox__thumb::after {
content: "";
position: absolute;
top: 0;
left: 0;
right: 0;
bottom: 0;
border-width: 5px;
border-style: solid;
border-color: var(--fancybox-accent-color,  rgba(34,  213,  233,  0.96));
opacity: 0;
transition: opacity .15s ease;
border-radius: var(--fancybox-thumbs-border-radius,  4px);
}
.fancybox__thumbs .carousel__slide.is-nav-selected .fancybox__thumb::after {
opacity: .92;
}
.fancybox__thumbs .carousel__slide>* {
pointer-events: none;
user-select: none;
}
.fancybox__thumb {
position: relative;
width: 100%;
padding-top: calc(100%/(var(--fancybox-thumbs-ratio,  1.5)));
background-size: cover;
background-position: center center;
background-color: rgba(255, 255, 255, .1);
background-repeat: no-repeat;
border-radius: var(--fancybox-thumbs-border-radius,  4px);
}
.fancybox__toolbar {
position: absolute;
top: 0;
right: 0;
left: 0;
z-index: 20;
background: linear-gradient(to top,  hsla(0deg,  0%,  0%,  0) 0%,  hsla(0deg,  0%,  0%,  0.006) 8.1%,  hsla(0deg,  0%,  0%,  0.021) 15.5%,  hsla(0deg,  0%,  0%,  0.046) 22.5%,  hsla(0deg,  0%,  0%,  0.077) 29%,  hsla(0deg,  0%,  0%,  0.114) 35.3%,  hsla(0deg,  0%,  0%,  0.155) 41.2%,  hsla(0deg,  0%,  0%,  0.198) 47.1%,  hsla(0deg,  0%,  0%,  0.242) 52.9%,  hsla(0deg,  0%,  0%,  0.285) 58.8%,  hsla(0deg,  0%,  0%,  0.326) 64.7%,  hsla(0deg,  0%,  0%,  0.363) 71%,  hsla(0deg,  0%,  0%,  0.394) 77.5%,  hsla(0deg,  0%,  0%,  0.419) 84.5%,  hsla(0deg,  0%,  0%,  0.434) 91.9%,  hsla(0deg,  0%,  0%,  0.44) 100%);
padding: 0;
touch-action: none;
display: flex;
justify-content: space-between;
--carousel-button-svg-width:  20px;
--carousel-button-svg-height:  20px;
opacity: var(--fancybox-opacity,  1);
text-shadow: var(--fancybox-toolbar-text-shadow,  1px 1px 1px rgba(0,  0,  0,  0.4));
}
@media all and (min-width: 1024px) {
.fancybox__toolbar {
padding: 8px;
}
}
.fancybox__container.is-animated[aria-hidden=false] .fancybox__toolbar {
animation: .15s ease-in backwards fancybox-fadeIn;
}
.fancybox__container.is-animated.is-closing .fancybox__toolbar {
opacity: 0;
}
.fancybox__toolbar__items {
display: flex;
}
.fancybox__toolbar__items--left {
margin-right: auto;
}
.fancybox__toolbar__items--center {
position: absolute;
left: 50%;
transform: translateX(-50%);
}
.fancybox__toolbar__items--right {
margin-left: auto;
}
@media(max-width: 640px) {
.fancybox__toolbar__items--center:not(:last-child) {
display: none;
}
}
.fancybox__counter {
min-width: 72px;
padding: 0 10px;
line-height: var(--carousel-button-height,  48px);
text-align: center;
font-size: 17px;
font-variant-numeric: tabular-nums;
-webkit-font-smoothing: subpixel-antialiased;
}
.fancybox__progress {
background: var(--fancybox-accent-color,  rgba(34,  213,  233,  0.96));
height: 3px;
left: 0;
position: absolute;
right: 0;
top: 0;
transform: scaleX(0);
transform-origin: 0;
transition-property: transform;
transition-timing-function: linear;
z-index: 30;
user-select: none;
}
.fancybox__container:fullscreen::backdrop {
opacity: 0;
}
.fancybox__button--fullscreen g:nth-child(2) {
display: none;
}
.fancybox__container:fullscreen .fancybox__button--fullscreen g:nth-child(1) {
display: none;
}
.fancybox__container:fullscreen .fancybox__button--fullscreen g:nth-child(2) {
display: block;
}
.fancybox__button--slideshow g:nth-child(2) {
display: none;
}
.fancybox__container.has-slideshow .fancybox__button--slideshow g:nth-child(1) {
display: none;
}
.fancybox__container.has-slideshow .fancybox__button--slideshow g:nth-child(2) {
display: block;
}
.carousel__button svg {
stroke: var(--ninetheme-light);
}.row {--bs-gutter-x: 1.5rem;--bs-gutter-y: 0;display: flex;flex-wrap: wrap;margin-top: calc(-1 * var(--bs-gutter-y));margin-right: calc(-0.5 * var(--bs-gutter-x));margin-left: calc(-0.5 * var(--bs-gutter-x));}.row > * {box-sizing: border-box;flex-shrink: 0;width: 100%;max-width: 100%;padding-right: calc(var(--bs-gutter-x) * 0.5);padding-left: calc(var(--bs-gutter-x) * 0.5);margin-top: var(--bs-gutter-y);}.col {flex: 1 0 0%;}.row-cols-auto > * {flex: 0 0 auto;width: auto;}.row-cols-1 > * {flex: 0 0 auto;width: 100%;}.row-cols-2 > * {flex: 0 0 auto;width: 50%;}.row-cols-3 > * {flex: 0 0 auto;width: 33.3333333333%;}.row-cols-4 > * {flex: 0 0 auto;width: 25%;}.row-cols-5 > * {flex: 0 0 auto;width: 20%;}.row-cols-6 > * {flex: 0 0 auto;width: 16.6666666667%;}.col-auto {flex: 0 0 auto;width: auto;}.col-1 {flex: 0 0 auto;width: 8.33333333%;}.col-2 {flex: 0 0 auto;width: 16.66666667%;}.col-3 {flex: 0 0 auto;width: 25%;}.col-4 {flex: 0 0 auto;width: 33.33333333%;}.col-5 {flex: 0 0 auto;width: 41.66666667%;}.col-6 {flex: 0 0 auto;width: 50%;}.col-7 {flex: 0 0 auto;width: 58.33333333%;}.col-8 {flex: 0 0 auto;width: 66.66666667%;}.col-9 {flex: 0 0 auto;width: 75%;}.col-10 {flex: 0 0 auto;width: 83.33333333%;}.col-11 {flex: 0 0 auto;width: 91.66666667%;}.col-12 {flex: 0 0 auto;width: 100%;}@media (min-width: 576px) {.col-sm {flex: 1 0 0%;}.row-cols-sm-auto > * {flex: 0 0 auto;width: auto;}.row-cols-sm-1 > * {flex: 0 0 auto;width: 100%;}.row-cols-sm-2 > * {flex: 0 0 auto;width: 50%;}.row-cols-sm-3 > * {flex: 0 0 auto;width: 33.3333333333%;}.row-cols-sm-4 > * {flex: 0 0 auto;width: 25%;}.row-cols-sm-5 > * {flex: 0 0 auto;width: 20%;}.row-cols-sm-6 > * {flex: 0 0 auto;width: 16.6666666667%;}.col-sm-auto {flex: 0 0 auto;width: auto;}.col-sm-1 {flex: 0 0 auto;width: 8.33333333%;}.col-sm-2 {flex: 0 0 auto;width: 16.66666667%;}.col-sm-3 {flex: 0 0 auto;width: 25%;}.col-sm-4 {flex: 0 0 auto;width: 33.33333333%;}.col-sm-5 {flex: 0 0 auto;width: 41.66666667%;}.col-sm-6 {flex: 0 0 auto;width: 50%;}.col-sm-7 {flex: 0 0 auto;width: 58.33333333%;}.col-sm-8 {flex: 0 0 auto;width: 66.66666667%;}.col-sm-9 {flex: 0 0 auto;width: 75%;}.col-sm-10 {flex: 0 0 auto;width: 83.33333333%;}.col-sm-11 {flex: 0 0 auto;width: 91.66666667%;}.col-sm-12 {flex: 0 0 auto;width: 100%;}.d-sm-flex {display: flex !important;}}@media (min-width: 768px) {.col-md {flex: 1 0 0%;}.row-cols-md-auto > * {flex: 0 0 auto;width: auto;}.row-cols-md-1 > * {flex: 0 0 auto;width: 100%;}.row-cols-md-2 > * {flex: 0 0 auto;width: 50%;}.row-cols-md-3 > * {flex: 0 0 auto;width: 33.3333333333%;}.row-cols-md-4 > * {flex: 0 0 auto;width: 25%;}.row-cols-md-5 > * {flex: 0 0 auto;width: 20%;}.row-cols-md-6 > * {flex: 0 0 auto;width: 16.6666666667%;}.col-md-auto {flex: 0 0 auto;width: auto;}.col-md-1 {flex: 0 0 auto;width: 8.33333333%;}.col-md-2 {flex: 0 0 auto;width: 16.66666667%;}.col-md-3 {flex: 0 0 auto;width: 25%;}.col-md-4 {flex: 0 0 auto;width: 33.33333333%;}.col-md-5 {flex: 0 0 auto;width: 41.66666667%;}.col-md-6 {flex: 0 0 auto;width: 50%;}.col-md-7 {flex: 0 0 auto;width: 58.33333333%;}.col-md-8 {flex: 0 0 auto;width: 66.66666667%;}.col-md-9 {flex: 0 0 auto;width: 75%;}.col-md-10 {flex: 0 0 auto;width: 83.33333333%;}.col-md-11 {flex: 0 0 auto;width: 91.66666667%;}.col-md-12 {flex: 0 0 auto;width: 100%;}.d-md-flex {display: flex!important;}}@media (min-width: 992px) {.col-lg {flex: 1 0 0%;}.row-cols-lg-auto > * {flex: 0 0 auto;width: auto;}.row-cols-lg-1 > * {flex: 0 0 auto;width: 100%;}.row-cols-lg-2 > * {flex: 0 0 auto;width: 50%;}.row-cols-lg-3 > * {flex: 0 0 auto;width: 33.3333333333%;}.row-cols-lg-4 > * {flex: 0 0 auto;width: 25%;}.row-cols-lg-5 > * {flex: 0 0 auto;width: 20%;}.row-cols-lg-6 > * {flex: 0 0 auto;width: 16.6666666667%;}.col-lg-auto {flex: 0 0 auto;width: auto;}.col-lg-1 {flex: 0 0 auto;width: 8.33333333%;}.col-lg-2 {flex: 0 0 auto;width: 16.66666667%;}.col-lg-3 {flex: 0 0 auto;width: 25%;}.col-lg-4 {flex: 0 0 auto;width: 33.33333333%;}.col-lg-5 {flex: 0 0 auto;width: 41.66666667%;}.col-lg-6 {flex: 0 0 auto;width: 50%;}.col-lg-7 {flex: 0 0 auto;width: 58.33333333%;}.col-lg-8 {flex: 0 0 auto;width: 66.66666667%;}.col-lg-9 {flex: 0 0 auto;width: 75%;}.col-lg-10 {flex: 0 0 auto;width: 83.33333333%;}.col-lg-11 {flex: 0 0 auto;width: 91.66666667%;}.col-lg-12 {flex: 0 0 auto;width: 100%;}.d-lg-flex {display: flex!important;}.pr-lg-35 {padding-right: 35px;}}@media (min-width: 1200px) {.col-xl {flex: 1 0 0%;}.row-cols-xl-auto > * {flex: 0 0 auto;width: auto;}.row-cols-xl-1 > * {flex: 0 0 auto;width: 100%;}.row-cols-xl-2 > * {flex: 0 0 auto;width: 50%;}.row-cols-xl-3 > * {flex: 0 0 auto;width: 33.3333333333%;}.row-cols-xl-4 > * {flex: 0 0 auto;width: 25%;}.row-cols-xl-5 > * {flex: 0 0 auto;width: 20%;}.row-cols-xl-6 > * {flex: 0 0 auto;width: 16.6666666667%;}.col-xl-auto {flex: 0 0 auto;width: auto;}.col-xl-1 {flex: 0 0 auto;width: 8.33333333%;}.col-xl-2 {flex: 0 0 auto;width: 16.66666667%;}.col-xl-3 {flex: 0 0 auto;width: 25%;}.col-xl-4 {flex: 0 0 auto;width: 33.33333333%;}.col-xl-5 {flex: 0 0 auto;width: 41.66666667%;}.col-xl-6 {flex: 0 0 auto;width: 50%;}.col-xl-7 {flex: 0 0 auto;width: 58.33333333%;}.col-xl-8 {flex: 0 0 auto;width: 66.66666667%;}.col-xl-9 {flex: 0 0 auto;width: 75%;}.col-xl-10 {flex: 0 0 auto;width: 83.33333333%;}.col-xl-11 {flex: 0 0 auto;width: 91.66666667%;}.col-xl-12 {flex: 0 0 auto;width: 100%;}.d-xl-flex {display: flex !important;}}@media (min-width: 1400px) {.col-xxl {flex: 1 0 0%;}.row-cols-xxl-auto > * {flex: 0 0 auto;width: auto;}.row-cols-xxl-1 > * {flex: 0 0 auto;width: 100%;}.row-cols-xxl-2 > * {flex: 0 0 auto;width: 50%;}.row-cols-xxl-3 > * {flex: 0 0 auto;width: 33.3333333333%;}.row-cols-xxl-4 > * {flex: 0 0 auto;width: 25%;}.row-cols-xxl-5 > * {flex: 0 0 auto;width: 20%;}.row-cols-xxl-6 > * {flex: 0 0 auto;width: 16.6666666667%;}.col-xxl-auto {flex: 0 0 auto;width: auto;}.col-xxl-1 {flex: 0 0 auto;width: 8.33333333%;}.col-xxl-2 {flex: 0 0 auto;width: 16.66666667%;}.col-xxl-3 {flex: 0 0 auto;width: 25%;}.col-xxl-4 {flex: 0 0 auto;width: 33.33333333%;}.col-xxl-5 {flex: 0 0 auto;width: 41.66666667%;}.col-xxl-6 {flex: 0 0 auto;width: 50%;}.col-xxl-7 {flex: 0 0 auto;width: 58.33333333%;}.col-xxl-8 {flex: 0 0 auto;width: 66.66666667%;}.col-xxl-9 {flex: 0 0 auto;width: 75%;}.col-xxl-10 {flex: 0 0 auto;width: 83.33333333%;}.col-xxl-11 {flex: 0 0 auto;width: 91.66666667%;}.col-xxl-12 {flex: 0 0 auto;width: 100%;}.d-xxl-flex {display: flex !important;}}.d-block {display: block;}.d-flex {display: flex;}.d-none {display: none;}.flex-row-reverse {flex-direction: row-reverse;}.flex-column-reverse {flex-direction: column-reverse;}.flex-wrap {flex-wrap: wrap;}.flex-wrap-reverse {flex-wrap: wrap-reverse;}.justify-content-start {justify-content: flex-start;}.justify-content-end {justify-content: flex-end;}.justify-content-center {justify-content: center;}.order-0 {order: 0;}.order-1 {order: 1;}.order-2 {order: 2;}  .bypostauthor,
.gallery-caption {
display: block;
}
.aligncenter,
div.aligncenter {
display: block;
margin: 5px auto 5px auto;
}
.page .aligncenter,
.page div.aligncenter {
margin: 5px auto 20px auto;
}
.alignright {
float: right;
margin: 5px 0 20px 20px;
clear: both;
}
.wp-image-904.alignright {
margin: 50px 0 20px 20px;
}
.alignleft {
float: left;
margin: 5px 20px 20px 0;
}
a img.alignright {
float: right;
margin: 5px 0 20px 20px;
}
a img.alignnone {
margin: 0;
}
a img.alignleft {
float: left;
margin: 5px 20px 20px 0;
}
a img.aligncenter {
display: block;
margin-left: auto;
margin-right: auto
}
.nt-clearfix:after,
.wp-caption:after {
visibility: hidden;
display: block;
font-size: 0;
content: " ";
clear: both;
height: 0;
}
.wp-caption {
background-color: var(--ninetheme-light);
border: 1px solid var(--ninetheme-border);
max-width: 100%;
padding: 5px 5px 10px;
text-align: center;
}
.wp-caption.alignnone {
margin: 20px 20px 20px 0;
}
.wp-caption.alignleft {
margin: 5px 20px 20px 0;
}
.wp-caption.alignright {
margin: 5px 0 20px 20px;
}
.wp-caption img {
border: 0 none;
height: auto;
margin: 0;
max-width: 100%;
padding: 0;
width: auto;
}
.wp-caption p.wp-caption-text {
line-height: 17px;
margin: 15px 0 0;
font-size: 14px;
padding: 0 4px 5px;
}
.sticky_text {
background-color: var(--ninetheme-bg-soft);
color: var(--ninetheme-dark);
padding: 5px 10px;
border-radius: 3px;
display: inline-block;
margin: 1px 0 10px;
}
@media only screen and (min-width: 992px) {
.alignnone {
margin: 15px 20px 15px 0;
}
} #nt-sidebar #searchform {
position: relative;
max-height: 50px;
}
#nt-sidebar .menu {
opacity: 1 !important;
}
#nt-sidebar .widget_text {
min-height: 20px;
}
#wp-calendar a {
color: var(--ninetheme-dark-soft);
}
.calendar_wrap #prev a {
background-color: var(--ninetheme-dark);
color: var(--ninetheme-light);
padding: 5px 10px;
margin-top: 10px;
display: inline-block;
margin-left: -12px;
}
.calendar_wrap #next a {
background-color: var(--ninetheme-dark);
color: var(--ninetheme-light);
padding: 5px 10px;
margin-top: 10px;
display: inline-block;
margin-right: -8px;
}
#nt-sidebar select {
max-width: 100%;
min-width: 100%;
}
#nt-sidebar form[role="search"],
#nt-sidebar form[role="password"] {
margin: 0;
border-radius: 0px;
display: flex;
width: 100%;
justify-content: space-between;
}
#nt-sidebar form input {
border-radius: 5px 0 0 5px;
width: 100%;
}
#nt-sidebar form button {
outline: none;
border: 0;
background-color: var(--ninetheme-dark-soft);
padding: 0 20px;
color: var(--ninetheme-light);
text-transform: uppercase;
font-size: 12px;
font-weight: 500;
border-radius: 0 5px 5px 0;
}
.content-none-container .ninetheme-btn {
margin-top: 30px;
}
.content-none-container {
text-align: center;
max-width: 590px;
margin: 60px auto 0;
}
.search-no-results .ninetheme-page-hero, .nt-404 .ninetheme-page-hero {
text-align: center;
}
.ninetheme_content_none {
position: relative !important;
margin: auto;
}
.content-none-container .__title {
font-size: 70px;
font-weight: 900;
text-transform: uppercase;
margin-bottom: 20px;
line-height: 1;
color: var(--ninetheme-primary);
}
.content-none-container .__nothing {
margin: 0;
} .textwidget img {
margin: 0px 0px 15px;
display: block;
font-size: 14px;
}
.textwidget strong {
margin: 0px 0px 15px;
display: block;
font-size: 14px;
}
.textwidget br {
display: none;
} .widget_rss ul {
padding: 0px !important;
margin: 0 !important;
}
.widget_rss ul li {
list-style: none;
margin-bottom: 25px !important;
padding: 30px;
-webkit-box-shadow: 0 10px 60px 0 rgb(0 0 0 / 5%);
box-shadow: 0 10px 60px 0 rgb(0 0 0 / 5%);
background-color: var(--ninetheme-light);
}
.widget_rss ul li:last-child {
border-bottom: 0px;
list-style: none;
margin-bottom: 0;
}
.widget_rss ul li a {
margin-bottom: 15px;
display: block;
color: var(--ninetheme-dark) !important;
font-weight: 500;
}
.widget_rss ul li span {
color: var(--ninetheme-dark-soft);
margin-bottom: 14px;
display: block;
font-size: 12px;
text-transform: uppercase;
text-align: left !important;
}
.widget_rss -title a {
font-weight: 600;
color: var(--ninetheme-dark);
vertical-align: top;
}
.widget_rss cite {
color: var(--ninetheme-dark);
display: block;
margin-top: 5px;
}
.widget_rss cite:before {
content: "-- ";
}
.widget_rss .rssSummary {
margin-bottom: 15px;
font-weight: 400;
} .search-results article,
article.hentry {
margin-bottom: 40px;
}
.search .product .ninetheme-blog-post-content .ninetheme-blog-post-meta {
display: none;
}
.search-no-results .nt-ninetheme-inner-container.blog-area.section-padding.ninetheme-blog-classic {
min-height: calc(100vh - 250px);
display: flex;
align-items: center;
align-content: center;
justify-content: flex-start;
} .article-img {
margin-bottom: 20px;
}
.tags-links {
border-right: 2px solid var(--ninetheme-gray);
padding: 0px 10px 0 0px;
display: inline-block;
margin: 0px 10px 0px 0;
}
.nt-sidebar-inner-widget .tag-cloud {
margin-bottom: -5px;
}
.nt-sidebar-inner-widget .tag-cloud-link {
display: inline-block;
font-size: 12px !important;
font-weight: 500;
text-transform: uppercase;
margin: 0 0 3px;
text-decoration: none;
cursor: pointer;
white-space: nowrap;
outline: 0;
background-color: var(--ninetheme-gray-soft);
color: var(--ninetheme-dark);
padding: 5px 10px;
border: 0;
border-radius: 4px;
}
.nt-sidebar-inner-widget .tagcloud a:hover {
background-color: var(--ninetheme-primary);
color: var(--ninetheme-light);
}
.tag-item-one {
color: #695afd !important;
background-color: #f2f1ff;
}
.tag-item-two {
color: #f94a11 !important;
background-color: #ffefe8;
}
.tag-item-three {
color: #0cbc5a !important;
background-color: #e6faef;
}
.tag-item-four {
color: #feb302 !important;
background-color: #fff8e6;
}
.tag-item-five {
color: #34c7df !important;
background-color: #f1fdff;
} .post-password-form {
max-width: 520px;
}
.post-password-form p{
display: flex;
justify-content: flex-start;
flex-direction: row;
align-content: space-around;
align-items: center;
flex-wrap: nowrap;
gap: 5px;
}
.post-password-form label {
display: inline;
margin: 0;
padding: 0;
line-height: 0;
gap: 10px;
display: flex;
}
.post-password-form input[type=password] {
width: auto;
background-color: var(--ninetheme-light);
color: var(--ninetheme-dark);
background-clip: padding-box;
border: 2px solid var(--ninetheme-border);
line-height: 1.2;
font-size: 1.6rem;
-webkit-appearance: none;
-moz-appearance: none;
appearance: none;
outline: 0;
padding: 10px;
-webkit-box-shadow: none;
box-shadow: none;
-webkit-border-radius: 30px;
border-radius: 5px;
-webkit-transition: background-color .3s ease-in-out, border-color .3s ease-in-out, color .3s ease-in-out;
-o-transition: background-color .3s ease-in-out, border-color .3s ease-in-out, color .3s ease-in-out;
transition: background-color .3s ease-in-out, border-color .3s ease-in-out, color .3s ease-in-out;
}
.post-password-form input[type=submit] {
color: var(--ninetheme-dark-soft);
border-color: var(--ninetheme-dark-soft);
background-color: transparent;
border-width: 1px;
height: 54px;
line-height: 38px;
padding: 0 40px;
font-size: 14px;
display: inline-block;
text-transform: capitalize;
letter-spacing: normal;
cursor: pointer;
border-style: solid;
font-family: inherit;
font-weight: 700;
text-align: center;
-webkit-transition: all 0.2s linear;
-moz-transition: all 0.2s linear;
-ms-transition: all 0.2s linear;
-o-transition: all 0.2s linear;
transition: all 0.2s linear;
-webkit-border-radius: 1000px;
-moz-border-radius: 1000px;
border-radius: 1000px;
}
.gallery-content ul {
padding: 0;
}
.gallery-content ul li {
list-style: none;
} .video-responsive {
width: 100%;
}
.video-responsive iframe {
width: 100%;
height: 100%;
}
.page-template-default .ninetheme-page-hero-content {
text-align: center;
}
.nt-ninetheme-content ol, .nt-ninetheme-content ul {
margin-bottom: 30px;
margin-top: 30px;
}
.nt-ninetheme-content ol ol,
.nt-ninetheme-content ul ol,
.nt-ninetheme-content ol ul,
.nt-ninetheme-content ul ul {
margin: 0px;
}
.single .the-post-thumbnail {
margin-bottom: 30px;
}
.nt-ninetheme-content.nt-single-content {
margin-bottom: 60px;
position: relative;
}
.nt-inner-title {
margin: 50px 0 50px;
}
.nt-post-tags {
clear: both;
margin-bottom: 60px;
}
.page-links {
clear: both;
margin: 0;
padding: 0;
text-transform: capitalize;
}
.nt-is-wp-link-pages .page-links {
background-color: var(--ninetheme-light);
margin-top: 20px;
color: #b6b6b6;
}
.nt-is-wp-link-pages { }
.single .page-links,
.page .page-links {
position: relative;
border-width: 1px;
display: table;
padding: 10px 0px;
margin-top: 40px;
}
.page-links span span {
margin-right: 0px;
}
.page-links a {
margin-right: 2px;
display: inline-block;
font-size: 14px;
color: var(--ninetheme-primary);
text-align: center;
text-decoration: none;
}
.single .page-links a,
.page .page-links a,
.single .page-links span,
.page .page-links span {
margin-right: 8px !important;
font-size: 15px;
letter-spacing: 0.5px;
text-transform: uppercase;
color: var(--ninetheme-dark);
font-weight: 500;
}
.page-links-title {
margin-right: 5px;
display: inline-block;
font-size: 14px;
text-align: center;
font-weight: 500;
color: var(--ninetheme-primary);
}
.page-links .current {
margin-right: 0px;
display: inline-block;
font-size: 14px;
color: var(--ninetheme-dark-soft) !important;
} .nt-page-template-content.nt-ninetheme-content:after {
clear: both;
content: "";
display: table;
table-layout: fixed;
}
.ninetheme-post-content-wrapper:after {
clear: both;
content: "";
display: table;
table-layout: fixed;
}
.post .nt-ninetheme-content li {
list-style: inherit !important;
line-height: 30px;
}
.nt-ninetheme-content .gallery-item img {
margin-bottom: 15px;
}
.nt-ninetheme-content .gallery-caption {
margin-left: 0;
}
.nt-ninetheme-content p iframe {
max-width: 100%;
}
.nt-ninetheme-content p {
margin: 0 0 20px;
}
.nt-ninetheme-content p:last-child {
margin-bottom: 0;
} .nt-ninetheme-content .pagination {
margin-top: 50px;
display: flex;
align-items: center;
padding: 35px 0px;
border-radius: 0;
align-content: center;
justify-content: space-between;
background: none;
border: 1px solid;
border-width: 1px 0;
border-color: var(--ninetheme-gray);
}
.nt-ninetheme-content .pagination a {
color: var(--ninetheme-dark);
font-weight: 600;
width: 33.3333%;
flex: 0 0 33.3333%;
}
.nt-ninetheme-content .pagination a.icon {
text-align: center;
}
.nt-ninetheme-content .pagination a.icon+a {
text-align: right;
} .nsl-button-label-container b {
font-weight: 600;
color: var(--ninetheme-light);
} @media (max-width: 991px) {
footer .widget {
margin-bottom: 40px;
}
footer .widget-title {
margin-bottom: 15px;
}
}
@media (max-width: 768px) {
#nt-sidebar #searchform {
position: relative;
max-height: 50px;
margin-top: 90px;
}
}
@media (max-width: 480px) {
.avatar-class {
float: none;
margin-right: 30px;
margin-bottom: 15px;
display: block;
}
.comment-details,
.comments ul li .commentlist {
margin-left: 0;
}
.pager li>a,
.pager li>span {
float: none;
width: 100%;
}
.comment-meta {
margin-bottom: 15px;
}
}
.blog-medium-container iframe {
max-width: 100%;
height: auto;
min-height: 170px;
}
.single .blog-post-body ul {
text-align: left;
}
.widget-list-span {
position: absolute;
font-size: 14px;
width: 25px;
right: 0;
top: -4px;
left: 95%;
padding: 0;
text-align: center;
color: var(--ninetheme-dark-soft);
line-height: 2;
} .container-author-box,
.nt-single-post-related,
.ninetheme-single-post-navigation {
margin-top: 60px;
}  .nt-sidebar .nt-sidebar-inner-widget:last-child {
margin-bottom: 0 !important;
}
.nt-sidebar-type-2 .nt-sidebar-inner-widget {
padding: 35px;
border-width: 5px 1px 1px 1px;
border-style: solid;
margin-bottom: 50px;
border-color: var(--ninetheme-dark);
border-top-color: var(--ninetheme-dark);
}
.nt-sidebar-inner-widget a {
text-decoration: none;
position: relative;
}
.nt-sidebar-inner-widget ul.children li a:before,
.nt-sidebar-inner-widget ul.sub-menu li a:before {
content: "\2022";
font-weight: bold;
display: inline-block;
width: 18px;
margin-left: -15px;
position: absolute;
top: 1px;
color: var(--ninetheme-dark);
}
.nt-sidebar-inner-widget p {
margin-bottom: 10px;
}
.nt-sidebar-inner-widget p:last-child {
margin-bottom: 0;
}
.nt-sidebar-inner-widget-title {
display: flex;
align-items: center;
justify-content: space-between;
}
.widget_block .wp-block-group__inner-container h1,
.widget_block .wp-block-group__inner-container h2,
.widget_block .wp-block-group__inner-container h3,
.widget_block .wp-block-group__inner-container h4,
.widget_block .wp-block-group__inner-container h5,
.widget_block .wp-block-group__inner-container h6,
.nt-sidebar-inner-widget-title h1,
.nt-sidebar-inner-widget-title h2,
.nt-sidebar-inner-widget-title h3,
.nt-sidebar-inner-widget-title h4,
.nt-sidebar-inner-widget-title h5,
.nt-sidebar-inner-widget-title h6 {
font-size: 18px;
}
span.nt-sidebar-widget-toggle {
width: 25px;
height: 25px;
display: inline-flex;
align-items: center;
justify-content: center;
cursor: pointer;
background-color: var(--ninetheme-bg-soft);
border-radius: 30px;
letter-spacing: -1px;
}
span.nt-sidebar-widget-toggle.active:after {
content: '';
position: absolute;
height: 8px;
width: 2px;
background-color: var(--ninetheme-dark);
}
span.nt-sidebar-widget-toggle:before {
content: '';
width: 8px;
height: 2px;
background-color: var(--ninetheme-dark);
}
.nt-sidebar-inner-widget.ninetheme-widget-hide .nt-sidebar-inner-widget-title {
margin: 0 !important;
}
.nt-sidebar-inner-widget ol li, .nt-sidebar-inner-widget ul li {
margin: 0px;
font-size: 13px;
position: relative;
line-height: 1.3;
font-weight: 400;
}
.nt-sidebar-inner-widget ol li:not(:first-child),
.nt-sidebar-inner-widget ul li:not(:first-child) {
margin-top: 10px;
}
.nt-sidebar-inner-widget ol li:last-child,
.nt-sidebar-inner-widget ul li:last-child {
margin-bottom: 0px;
position: relative;
}
.nt-sidebar-inner-widget ol,
.nt-sidebar-inner-widget ul {
margin: 0;
padding: 0;
text-transform: capitalize;
list-style-type: none;
}
.nt-sidebar-inner-widget .children {
list-style: none;
}
.nt-sidebar-inner-search-form {
position: relative;
width: 100%;
}
.nt-sidebar-inner-search-field {
width: 100%;
height: 45px;
line-height: 45px;
padding: 8px 40px 8px 0;
background-color: #f7f7f700;
border: 1px solid var(--ninetheme-dark);
padding-left: 10px;
}
.nt-sidebar-inner-nav ul li {
margin-bottom: 20px;
}
.nt-sidebar-inner-nav ul li:last-child {
margin-bottom: 0;
}
.nt-sidebar-inner-recentposts ul {
padding: 0;
margin: 0;
list-style-type: none;
}
.nt-sidebar-inner-recentposts ul li {
margin-bottom: 30px;
font-size: 13px;
}
.nt-sidebar-inner-recentposts ul li:last-child {
margin-bottom: 0;
}
.nt-sidebar-inner-recentcomments ul {
padding: 0;
margin: 0;
list-style-type: none;
}
.nt-sidebar-inner-recentcomments ul li {
margin-bottom: 30px;
font-size: 13px;
}
.nt-sidebar-inner-recentcomments ul li:last-child {
margin-bottom: 0;
}
.nt-sidebar-inner-tags ul {
padding: 0;
margin: 0;
list-style-type: none;
}
.nt-sidebar-inner-tags ul:before, .nt-sidebar-inner-tags ul:after {
content: "";
display: table;
}
.nt-sidebar-inner-tags ul:after {
clear: both;
}
.nt-sidebar-inner-tags ul li {
float: left;
margin-right: 10px;
margin-bottom: 10px;
}
.nt-sidebar-inner-tags ul li a {
font-size: 12px;
}
.nt-sidebar-inner-widget ol ol,
.nt-sidebar-inner-widget ul ul {
padding: 0px 0 0 0px;
margin: 10px 0px 0px 15px;
list-style: none;
color: var(--ninetheme-dark);
}  .nt-page-default table.table.table-striped {
background-color: white;
border: 1px solid var(--ninetheme-border);
border-collapse: collapse;
margin-bottom: 30px;
}
.nt-page-default table.table.table-striped tbody th,
.nt-page-default table.table.table-striped thead th,
.nt-page-default table.table.table-striped tfoot th {
color: var(--ninetheme-gray-dark);
}
.nt-page-default table.table.table-striped caption {
padding: 1em;
}
.nt-page-default table.table.table-striped th,
.nt-page-default table.table.table-striped td {
padding: 10px;
border: 1px solid var(--ninetheme-border);
text-align: center;
}
.nt-ninetheme-content table.table.table-striped {
background-color: var(--ninetheme-light);
border: 1px solid var(--ninetheme-border);
border-collapse: collapse;
margin-bottom: 30px;
}
.nt-ninetheme-content table.table.table-striped tbody th,
.nt-ninetheme-content table.table.table-striped thead th,
.nt-ninetheme-content table.table.table-striped tfoot th {
color: var(--ninetheme-gray-dark);
}
.nt-ninetheme-content table.table.table-striped caption {
padding: 1em;
}
.nt-ninetheme-content table.table.table-striped th,
.nt-ninetheme-content table.table.table-striped td {
padding: 15px;
border: 1px solid var(--ninetheme-border);
text-align: left;
}
#nt-sidebar table {
margin-bottom: 0px;
font-size: 14px;
width: 100%;
}
#nt-sidebar caption {
background-color: var(--ninetheme-dark);
padding: 10px;
text-align: center;
color: var(--ninetheme-light);
margin-bottom: 15px;
} .nt-blog-sticky {
display: none;
position: absolute;
top: 0;
left: -25px;
width: 25px;
height: 25px;
line-height: 25px;
text-align: center;
font-size: 12px;
color: #ffffff;
background-color: var(--ninetheme-dark-soft);
}
.nt-is-sticky {
position: absolute;
right: 0;
top: 0;
background-color: var(--ninetheme-dark-soft);
color: var(--ninetheme-light);
padding: 5px 15px;
font-size: 13px;
}  .nt-pagination {
display: -webkit-flex;
display: flex;
-webkit-flex-wrap: wrap;
flex-wrap: wrap;
margin-top: 40px;
}
.nt-pagination-inner {
display: flex;
align-items: center;
justify-content: flex-start;
flex-wrap: wrap;
width: 100%;
margin: 0;
padding: 0;
margin-bottom: -10px;
list-style-type: none;
}
.nt-pagination .nt-pagination-item {
display: inline-block;
margin-bottom: 10px;
border: 0;
}
.nt-pagination li+li {
margin-left: 10px;
}
.nt-pagination-link {
display: flex;
justify-content: center;
align-items: center;
width: 40px;
height: 40px;
margin: 0;
padding: 0;
border: 0;
color: var(--ninetheme-dark);
background-color: var(--ninetheme-gray-soft);
text-decoration: none;
font-size: 14px;
font-weight: 500;
line-height: 50px;
border-radius: 4px;
}
.nt-pagination-link i {
font-size: 10px;
}
.nt-pagination .nt-pagination-item.active .nt-pagination-link,
.nt-pagination-link:hover {
color: var(--ninetheme-light);
background-color: var(--ninetheme-dark);
}
.nt-pagination-item.-is-disabled .nt-pagination-link,
.nt-pagination-link.-is-disabled {
pointer-events: none;
color: var(--ninetheme-gray-dark);
} .post-meta__item.__date-post a {
font-size: 10px;
text-decoration: unset;
line-height: 36px; font-weight: 500;
}
.align-left {
margin-left: 0 !important;
}
.align-right {
margin-right: 0 !important;
}
.attachment-.size-.wp-post-image {
border: 1px solid #eee;
}
.align-center {
margin-left: auto !important;
margin-right: auto !important;
} .nt-ninetheme-content .mt-0,
.mt-0 {
margin-top: 0px !important;
}
.nt-ninetheme-content .mb-0 {
margin-top: 0px !important;
}
.nt-ninetheme-content .mb-40,
.mb-40 {
margin-bottom: 40px !important;
}  #masonry-container {
margin-bottom: 70px;
width: 100%;
}
@media (max-width: 1199px) {
#masonry-container .masonry-item {
width: 100%;
}
}
.lazy {
display: block;
}
iframe {
max-width: 100%;
}
td#next a {
float: right;
padding: 0;
}
ul.nt-post-category-links {
text-transform: capitalize;
font-size: 15px;
line-height: 30px;
}
.nt-single-no-thumbnial .nt-ninetheme-inner-container.section.blog-detail {
padding: 0;
}
.ninetheme-blog-post-details .nt-ninetheme-content {
max-width: 767px;
margin: 0 auto;
} .wp-block-cover p.wp-block-cover-text, .wp-block-cover p.wp-block-cover-text strong {
color: var(--ninetheme-light);
}
.wp-block-button {
margin-bottom: 15px;
}
.wp-block-gallery.nt-ninetheme-content-list {
padding: 0px !important;
margin: 0 0 30px !important;
}
.wp-block-gallery.alignleft.columns-2.is-cropped.nt-ninetheme-content-list {
margin-right: 15px !important;
}
.wp-block-quote.is-large, .wp-block-quote.is-style-large {
margin: 30px 0 32px 45px;
padding: 0 1em;
padding-left: 100px !important;
}
.wp-block-archives.wp-block-archives-dropdown .nice-select {
float: none;
max-width: 250px;
}
.wp-block-columns.alignwide.has-3-columns blockquote {
margin: 0 auto !important;
}
.nt-ninetheme-content .wp-block-archives.wp-block-archives-list,
.nt-ninetheme-content .wp-block-archives.wp-block-archives-dropdown,
.nt-ninetheme-content .wp-block-categories.wp-block-categories-list,
.nt-ninetheme-content .wp-block-latest-comments.has-avatars.has-dates.has-excerpts,
.nt-ninetheme-content .wp-block-latest-comments,
.nt-ninetheme-content .wp-block-latest-posts.wp-block-latest-posts__list,
.nt-ninetheme-content .wp-block-latest-posts.is-grid,
.nt-ninetheme-content ul.wp-block-archives-list.wp-block-archives.nt-ninetheme-content-list,
.nt-ninetheme-content .nt-ninetheme-content .wp-block-calendar,
.nt-ninetheme-content .wp-block-categories-dropdown.wp-block-categories {
margin-bottom: 30px !important;
position: relative;
}
.wp-block-media-text {
margin-bottom: 30px;
}
.nt-ninetheme-content .wp-block-archives.wp-block-archives-dropdown .nice-select .option {
cursor: pointer;
font-weight: 400;
line-height: 40px;
list-style: none;
min-height: 40px;
outline: none;
padding-left: 18px;
padding-right: 29px;
}
.blocks-gallery-grid .blocks-gallery-image,
.blocks-gallery-grid .blocks-gallery-item,
.wp-block-gallery .blocks-gallery-image,
.wp-block-gallery .blocks-gallery-item {
margin: 0 5px 5px 0 !important;
}
.wp-block-embed {
margin: 0 0 2em;
margin-bottom: 2em;
}
ul.wp-block-latest-posts.wp-block-latest-posts__list.has-dates li {
margin-bottom: 20px;
}
ul.wp-block-categories.wp-block-categories-list li,
ul.wp-block-archives.wp-block-archives-list li {
margin-bottom: 10px;
position: relative;
}
.wp-block-gallery {
padding: 0 !important;
margin: 10px 5px 30px 0px !important;
}
.wp-block-latest-comments {
padding: 0;
}
.wp-block-image {
margin-bottom: 2em;
}
.wp-block-cover {
margin: 0 25px 25px 0;
}
.nt-ninetheme-content .wp-block-latest-posts.wp-block-latest-posts__list {
padding-left: 0 !important;
margin: 0 0 20px 0 !important;
}
.blocks-gallery-grid .blocks-gallery-image,
.blocks-gallery-grid .blocks-gallery-item,
.wp-block-gallery .blocks-gallery-image,
.wp-block-gallery .blocks-gallery-item {
margin: 0 5px 5px 0 !important;
}
img.rss-widget-icon {
margin: -5px 0 0 0;
}
.wp-block-button {
margin-bottom: 15px;
}
.wp-block-button.is-style-squared a {
border-radius: 0;
}
.wp-block-quote.is-large, .wp-block-quote.is-style-large {
margin: 0 0 16px;
padding: 60px 15%;
}
.wp-block-cover, .wp-block-cover-image {
height: auto;
} #nt-sidebar .wp-block-search__inside-wrapper {
display: flex;
flex: auto;
flex-wrap: nowrap;
max-width: 100%;
}
#nt-sidebar .wp-block-search .wp-block-search__label {
display: none;
}
#nt-sidebar .wp-block-search .wp-block-search__input {
flex-grow: 1;
min-width: 3em;
border: 1px solid var(--ninetheme-border);
}
#nt-sidebar .wp-block-search .wp-block-search__button {
margin: 0;
}
.ninetheme-post-content-wrapper .ninetheme-last-child {
margin-bottom: 0 !important;
}
table.table.table-striped {
width: 100%;
}
ul.wp-block-categories.wp-block-categories-list .children {
margin: 0;
padding: 0 0 0 10px;
}
.wp-block-latest-comments__comment {
font-size: inherit;
line-height: 1.1;
list-style: none;
margin-bottom: 1em;
} .ninetheme-default-copyright {
background-color: var(--ninetheme-dark);
color: var(--ninetheme-gray);
padding: 20px;
bottom: 0;
width: 100%;
min-height: 68px;
display: flex;
justify-content: center;
align-items: center;
}
.ninetheme-default-copyright a {
color: var(--ninetheme-light);
}
.ninetheme-default-copyright a:hover {
color: var(--ninetheme-light);
}
.ninetheme-post-content-wrapper .form_password .form_password_input {
padding: 12px 25px;
}
.form_password button {
border-radius: 0;
background-color: var(--ninetheme-dark);
border: 0;
outline: none;
min-width: 55px;
}
.form_password button span {
color: var(--ninetheme-light);
}
.ninetheme-post-content-wrapper .form_password {
display: flex;
margin: 30px 0 40px 0 !important;
}
ul.blocks-gallery-grid.nt-ninetheme-content-list {
padding: 0 !important;
margin: 0 10px 15px 0 !important;
}
ul.blocks-gallery-grid.nt-ninetheme-content-list li {
padding: 0 !important;
margin: 0 5px 5px 0 !important;
}
ul.wp-block-latest-posts__list.is-grid.columns-3.wp-block-latest-posts.nt-ninetheme-content-list,
form.wp-block-search__button-outside.wp-block-search__text-button.wp-block-search {
padding: 0 !important;
margin: 0 0 20px 0 !important;
}
.wp-block-tag-cloud a {
display: inline-block;
margin-right: -1px;
font-size: 12px !important;
font-weight: 500;
text-transform: uppercase;
border: 1px solid var(--ninetheme-border);
padding: 0 8px;
}
.wp-block-search__button {
margin-left: -1px;
word-break: normal;
font-size: inherit;
font-family: inherit;
line-height: inherit;
outline: none;
border: 0;
background-color: var(--ninetheme-dark);
padding: 0 20px;
color: var(--ninetheme-light);
border-radius: 0;
}
ul.product_list_widget {
display: flex;
flex-direction: column;
gap: 15px;
line-height: 1;
}
.nt-sidebar-inner-widget ul.product_list_widget li:not(:first-child) {
margin-top: 0px;
}
.product_list_widget .ninetheme-widget-product-list-inner {
display: flex;
gap: 10px;
flex-direction: row;
align-items: flex-start;
}
.product_list_widget .ninetheme-widget-product-list-details {
display: flex;
flex-direction: column;
gap: 5px;
}
.product_list_widget .product-title {
font-weight: 500;
}
.product_list_widget .ninetheme-widget-product-list-inner img {
margin-top: 5px;
}
@media (max-width: 576px) {
.ninetheme-before-loop.ninetheme-inline-two-block>div {
flex: 100%;
margin-top: 0px;
flex-direction: row;
justify-content: space-between;
flex: 1 0 auto;
}
.ninetheme-before-loop.ninetheme-shop-filter-top-area:not(.ninetheme-bg-none) {
padding: 10px 10px;
flex-wrap: wrap;
}
.ninetheme-before-loop .ninetheme-block-right>div+div {
margin-left: 0px;
padding-left: 0;
margin-top: 5px;
}
.ninetheme-popup-search-panel.panel-position-right {
right: 0;
top: 0;
max-width: 100%;
}
} .nice-select {
-webkit-tap-highlight-color: transparent;
border: solid 1px var(--ninetheme-gray);
color: var(--ninetheme-gray-dark);
border-radius: 5px;
box-sizing: border-box;
clear: both;
cursor: pointer;
display: block;
font-family: inherit;
font-weight: normal;
height: 45px;
line-height: 43px;
outline: none;
padding-left: 18px;
padding-right: 30px;
position: relative;
text-align: left !important;
text-transform: capitalize;
-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;
}
.nice-select:after {
border-bottom: 2px solid;
border-right: 2px solid;
border-color: var(--ninetheme-dark-soft);
content: '';
display: block;
height: 5px;
margin-top: -4px;
pointer-events: none;
position: absolute;
right: 12px;
top: 50%;
-webkit-transform-origin: 66% 66%;
-ms-transform-origin: 66% 66%;
transform-origin: 66% 66%;
-webkit-transform: rotate(45deg);
-ms-transform: rotate(45deg);
transform: rotate(45deg);
-webkit-transition: all 0.15s ease-in-out;
transition: all 0.15s ease-in-out;
width: 5px;
}
.nice-select.open:after {
-webkit-transform: rotate(-135deg);
-ms-transform: rotate(-135deg);
transform: rotate(-135deg);
}
.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 {
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 {
border-radius: 0;
margin: 0 !important;
}
.nice-select span.current {
font-weight: 400;
}
.last-child .nice-select .list {
left: auto;
right: 0;
}
@media(max-width:576px) {
.nice-select .list {
left: auto;
right: 0;
}
}.admin-bar .ninetheme-side-panel.style-2 {
top: 50px;
max-height: calc(100% - 65px);
}
.ninetheme-side-panel {
display: flex;
flex-direction: column;
position: fixed;
top: 0;
right: 0;
opacity: 1;
height: 100%;
max-height: 100%;
width: 470px;
max-width: calc(100% - 30px);
z-index: 99999;
padding: 15px 20px 50px 20px;
background-color: var(--ninetheme-light);
border: 1px solid #ddd;
border-radius: 0;
will-change: transform;
-webkit-transition: opacity 0.25s ease, ease;
transition: opacity 0.25s ease, transform 0.25s ease;
-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%);
-moz-transform: translateX(calc(100% + 40px));
-ms-transform: translateX(calc(100% + 40px));
-webkit-transform: translateX(calc(100% + 40px));
transform: translateX(calc(100% + 40px));
}
.ninetheme-side-panel.active {
-moz-transform: translateX(0%);
-ms-transform: translateX(0%);
-webkit-transform: translateX(0%);
transform: translateX(0%);
}
.ninetheme-side-panel.style-2 {
top: 15px;
right: 15px;
max-height: calc(100% - 30px);
border-radius: 15px;
}
.ninetheme-side-panel .panel-close {
top: 20px;
right: 20px;
}
.panel-header {
display: flex;
align-items: center;
justify-content: space-between;
min-height: 45px;
padding-bottom: 0;
}
.panel-header-title {
font-size: 18px;
font-weight: 500;
text-transform: capitalize;
color: var(--ninetheme-dark);
text-decoration: none;
}
.ninetheme-header-mobile-content .ninetheme-cart-goal-wrapper,
.ninetheme-side-panel .ninetheme-cart-goal-wrapper {
margin: 20px 0 0;
}
.ninetheme-header-mobile-content .ninetheme-cart-goal-wrapper {
margin-bottom: 50px;
}
.ninetheme-header-mobile-content .ninetheme-cart-goal-text,
.ninetheme-side-panel .ninetheme-cart-goal-text {
font-size: 18px;
margin-bottom: 15px;
color: var(--ninetheme-dark);
text-transform: uppercase;
font-size: 12px;
}
.panel-content {
position: relative;
margin-top: 40px;
margin-bottom: 30px;
height: 100%;
}
.woocommerce-mini-cart {
position: relative;
}
.ninetheme-wc-count {
display: flex;
align-items: center;
justify-content: center;
width: 16px;
height: 16px;
background: var(--ninetheme-dark-soft);
color: var(--ninetheme-light);
font-size: 8px;
border-radius: 20px;
position: absolute;
right: -6px;
top: -7px;
line-height: 1;
}
.ninetheme-cart-total {
font-size: 12px;
color: var(--ninetheme-dark);
font-weight: 500;
}
.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;
} .cart-area {
position: relative;
display: flex;
flex-direction: column;
height: 100%;
}
.cart-area .minicart-items {
position: relative;
flex: 1 1 auto;
}
.cart-area .minicart-items-inner {
display: flex;
flex-direction: column;
gap: 20px;
}
.ninetheme-side-panel .cart-area .ninetheme-scrollbar {
overflow: hidden;
overflow-y: auto;
padding-bottom: 20px;
position: absolute;
inset: 0;
max-height: 100%;
overscroll-behavior: none;
}
.cart-area .mini-cart-item {
display: flex;
width: 100%;
align-items: flex-start;
justify-content: space-between;
position: relative;
gap: 10px;
}
.cart-item-details {
display: flex;
flex: 1;
gap: 15px;
}
.cart-item-details a img {
background-color: #fff;
border: 1px solid var(--ninetheme-border);
padding: 3px;
border-radius: 5px;
}
.cart-area .product-link>span {
display: block;
line-height: 1.4;
margin-bottom: 5px;
}
.cart-area .cart-item-title {
display: flex;
flex-direction: column;
flex: 1;
gap: 5px;
text-transform: inherit;
}
.cart-area .cart-item-title .type-variable  {
font-size: 11px;
color: var(--ninetheme-text);
}
dl.variation {
display: flex;
gap: 8px;
text-transform: uppercase;
font-size: 9px;
color: var(--ninetheme-text);
max-width: 100%;
text-wrap: nowrap;
overflow: auto;
}
.variation dd, .variation dt {
margin-bottom: 5px !important;
}
.cart-area .del-icon .variation {
display: none;
}
.cart-item-title .cart-name {
color: var(--ninetheme-dark);
font-size: 13px;
font-weight: 500;
}
.cart-area .cart-quantity-wrapper {
display: flex;
align-items: center;
flex: 1;
gap: 5px;
}
.cart-area .quantity,
.woocommerce .cart-area .quantity {
margin: 0;
box-shadow: none;
border: 0;
}
.quantity-button.disabled {
pointer-events: none;
}
.quantity.hidden {
display: none;
opacity: 0;
visibility: hidden;
}
.cart-area .quantity input,
.woocommerce .cart-area .quantity input,
.woocommerce .cart-area .quantity .qty {
max-height: 26px;
}
.cart-area .quantity-button.plus,
.cart-area .quantity-button.minus {
color: var(--ninetheme-text);
background: var(--ninetheme-light);
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);
max-width: 100px;
}
.cart-item-title .ninetheme-price {
font-size: 14px;
font-weight: 400;
}
.cart-item-title .ninetheme-price span {
font-size: 13px;
font-weight: 500;
}
.cart-item-title .ninetheme-price .cart-quantity {
font-size: 10px;
font-weight: 400;
color: var(--ninetheme-text);
}
.cart-area .del-icon {
width: 22px;
height: 22px;
display: inline-flex;
justify-content: center;
align-items: center;
border-radius: 30px;
}
.cart-area .del-icon a {
color: var(--ninetheme-dark);
display: inline-flex;
}
.cart-area .del-icon a svg {
fill: var(--ninetheme-gray-dark);
color: var(--ninetheme-gray-dark);
}
.cart-area .del-icon:hover svg {
fill: var(--ninetheme-dark);
}
.cart-area .del-icon:hover a {
color:var(--ninetheme-light);
}
.cart-area .cart-total {
margin-bottom: 22px;
}
.cart-area .header-cart-footer {
border-top: 1px solid var(--ninetheme-border);
margin-top: 20px;
}
.cart-area .cart-total-price {
overflow: hidden;
padding-top: 15px;
text-transform: uppercase;
font-weight: 500;
display: flex;
align-items: center;
justify-content: space-between;
color: var(--ninetheme-dark);
}
.cart-empty-content {
display: flex;
align-items: center;
flex-direction: column;
flex-wrap: nowrap;
align-content: center;
gap: 15px;
}
.cart-empty-content .minicart-title {
display: none;
}
.ninetheme-cart-empty-wrapper {
text-align: center;
}
.ninetheme-cart-empty-wrapper .ninetheme-btn {
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;
gap: 10px;
}
.cart-bottom-btn .ninetheme-btn {
flex: auto;
}
.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;
margin: 0;
}
.ninetheme_clear_cart_button {
position: absolute;
width: auto;
bottom: -20px;
right: 0;
text-align: center;
opacity: 0;
background-color: var(--ninetheme-dark);
color: var(--ninetheme-light);
padding: 5px 10px;
line-height: 1;
cursor: pointer;
transition: bottom .2s ease, opacity .2s ease;
border-radius: 4px;
}
.cart-area:hover .ninetheme_clear_cart_button {
bottom: -15px;
opacity: 1;
}
.ninetheme-side-panel[data-cart-count="0"] .ninetheme_clear_cart_button {
display: none;
}
.mini-cart-item.loading {
pointer-events: none;
}
.ninetheme-side-panel[data-cart-count="0"] .ninetheme-viewed-offer-time {
display: none;
}  .mini-panel {
position: absolute;
min-width: 280px;
top: calc(100% + 15px);
right: -20px;
background-color: var(--ninetheme-light);
border: 1px solid var(--ninetheme-border);
border-radius: 5px;
z-index: 101;
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: -4px -2px 30px 2px rgb(0 0 0 / 17%);
transform: translateY(15px) translateZ(0);
transition: opacity 0.4s cubic-bezier(.19,1,.22,1),
visibility 0.4s cubic-bezier(.19,1,.22,1),
transform 0.4s cubic-bezier(.19,1,.22,1);
pointer-events: none;
}
.account-action .mini-panel,
.header-notices .mini-panel{
padding: 20px;
}
.header-notices .mini-panel .inner {
display: flex;
flex-direction: column;
gap: 5px;
line-height: 20px;
}
.header-notices .mini-panel .inner * {
line-height: 18px;
}
.minicart-panel-inner {
position: relative;
overflow: hidden;
width: 100%;
height: 100%;
padding: 30px;
}
.top-action-btn:hover .mini-panel,
.top-action-btn.active .mini-panel {
opacity: 1;
visibility: visible;
transform: none;
pointer-events: unset;
}
.top-action-btn.inactive .mini-panel {
opacity: 0;
visibility: hidden;
pointer-events: none;
}
.mini-panel:after {
content: "";
position: absolute;
top: -20px;
left: 0;
width: 100%;
height: 20px;
}
.mini-panel:before {
content: "";
position: absolute;
top: -10px;
right: 20px;
width: 0;
height: 0;
border-style: solid;
border-width: 0 10px 10px 10px;
border-color: transparent transparent var(--ninetheme-light) transparent;
}
.mini-panel .ninetheme-scrollbar {
max-height: 225px;
overflow: hidden;
overflow-y: auto;
display: flex;
flex-direction: column;
gap: 0px;
position: relative;
margin-right: -10px;
}
.ninetheme-side-panel.loading .minicart-items:before,
.mini-panel .ninetheme-scrollbar.spinner.loading:before {
content: "";
position: absolute;
top: 0;
left: 0;
width: 100%;
height: 100%;
background-color: #fff;
opacity: 0.8;
z-index: 1;
}
.ninetheme-side-panel.loading .minicart-items:after,
.mini-panel .ninetheme-scrollbar.spinner.loading:after {
z-index: 2;
width: 30px;
height: 30px;
border: 1px solid var(--ninetheme-gray);
border-left-color: var(--ninetheme-primary);
}
.mini-panel .minicart-item {
display: flex;
align-items: flex-start;
gap: 15px;
padding-right: 20px;
position: relative;
}
.mini-panel .minicart-item + .minicart-item{
padding-top: 10px;
margin-top: 15px;
border-top: 1px dashed var(--ninetheme-border);
}
.mini-panel .minicart-item img {
max-width: 60px;
}
.mini-panel .header-cart-footer {
display: flex;
flex-direction: column;
gap: 15px;
padding-top: 15px;
margin-top: 15px;
border-top: 1px solid var(--ninetheme-border);
}
.mini-panel .cart-total-details {
display: flex;
flex-direction: column;
gap: 10px;
}
.mini-panel .cart-total-item,
.mini-panel .cart-total-details .shipping {
display: flex;
justify-content: space-between;
align-items: center;
width: 100%;
line-height: 1;
font-weight: 500;
flex: 1;
gap: 10px;
}
.mini-panel ul#shipping_method li {
display: flex;
align-items: center;
line-height: 1;
margin-bottom: 0;
}
.cart-total-item.cart-discount .name {
display: flex;
align-items: center;
justify-content: center;
gap: 5px;
padding: 3px 5px;
border: 1px solid var(--ninetheme-green);
border-radius: 5px;
background-color: var(--ninetheme-success-bg);
color: var(--ninetheme-green);
text-transform: uppercase;
line-height: 1;
font-size: 9px;
}
.cart-total-item .ninetheme-remove-coupon {
gap: 10px;
display: flex;
align-items: center;
}
.cart-total-item .ninetheme-remove-coupon:hover .ninetheme-svg-icon {
fill: var(--ninetheme-red);
}
.mini-panel .cart-total {
padding-top: 10px;
border-top: 1px dashed var(--ninetheme-border);
}
.mini-panel span[data-hover]:after {
width: 100%;
}
.mini-panel .cart-empty-content {
text-align: center;
}
.mini-panel .cart-empty-content svg.shopBag {
max-width: 80px;
max-height: 80px;
}
.mini-panel .cart-item-title .cart-name {
font-size: 13px;
font-weight: 500;
display: block;
}
.mini-panel .del-icon {
position: absolute;
right: 0;
}
.mini-panel .coupons-wrapper,
.mini-panel .shipping-calculator {
list-style: none;
padding: 0;
display: flex;
gap: 10px;
flex-direction: column;
position: absolute;
left: 0;
top: 100%;
width: 100%;
background-color: var(--ninetheme-light);
padding: 20px;
border-radius: 5px;
max-height: 100%;
height: 100%;
min-height: 375px;
opacity: 0;
visibility: hidden;
transition: opacity 0.4s cubic-bezier(.19,1,.22,1),
visibility 0.4s cubic-bezier(.19,1,.22,1),
top 0.4s cubic-bezier(.19,1,.22,1);
align-items: flex-end;
}
.mini-panel .coupons-wrapper .ninetheme-scrollbar {
gap: 10px;
max-height: 100%;
padding-right: 10px;
}
.mini-panel .coupons-wrapper.active,
.mini-panel .shipping-calculator.active {
top: 0;
opacity: 1;
visibility: visible;
}
.mini-panel .shipping-calculator a.ninetheme-shipping-calculator-button {
display: none;
}
.mini-panel .shipping-calculator input,
.mini-panel .shipping-calculator select {
width: 100%;
}
.mini-panel .shipping-calculator-form {
display: flex!important;
gap: 10px;
flex-direction: column;
}
.mini-panel .shipping-calculator-form .form-row {
margin: 0;
}
.mini-panel .shipping-calculator button.ninetheme-btn {
width: 100%;
padding: 10px 20px;
}
.mini-panel .cart-item-title .cart-name .variation {
display: flex;
gap: 8px;
text-transform: uppercase;
font-size: 10px;
}
.cart-bottom-actions {
display: flex;
align-items: center;
justify-content: space-between;
gap: 3px;
margin-top: 10px;
}
.action {
display: flex;
align-items: center;
justify-content: center;
flex: 1;
gap: 10px;
padding: 10px;
border: 1px solid var(--ninetheme-border);
border-radius: 5px;
flex-direction: row-reverse;
cursor: pointer;
}
.ninetheme-header-sticky:not(.sticky-start) .mini-panel {
display: none;
}
.mini-panel .inner {
display: flex;
width: 100%;
gap: 1px;
}
.mini-panel .cart-bottom-btn {
gap: 10px;
}
.mini-panel .account-area {
width: 100%;
display: flex;
gap: 1px;
flex-wrap: wrap;
}
.mini-panel .inner .account-area>a {
flex: 1;
}
.mini-panel .panel-title {
font-size: 12px;
padding-bottom: 10px;
margin-bottom: 10px;
display: block;
width: 100%;
border-bottom: 1px solid var(--ninetheme-border);
flex: 0 0 100%;
text-transform: uppercase;
}
.mini-panel .navigation {
padding: 0;
list-style: none;
display: flex;
flex-direction: column;
width: 100%;
gap: 10px;
margin-top: 10px;
}
.coupons-wrapper .panel-close {
right: 15px;
top: 10px;
}
.ninetheme-side-panel .ninetheme-cart-discount {
margin: 10px 0 0px;
padding: 05px 10px;
display: flex;
justify-content: space-between;
align-items: center;
flex-direction: row;
flex-wrap: nowrap;
align-content: center;
color: var(--ninetheme-dark);
background-color: var(--ninetheme-yellow);
border-radius: 5px;
text-transform: uppercase;
font-size: 12px;
font-weight: 500;
}
.ninetheme-side-panel[data-cart-count="0"] .panel-footer {
display: none;
}
.ninetheme-side-panel .panel-footer {
margin-bottom: -20px;
}
.ninetheme-side-panel .footer-actions {
display: flex;
align-items: center;
justify-content: center;
border: 1px solid var(--ninetheme-border);
border-radius: 5px;
}
.ninetheme-side-panel .footer-action {
display: flex;
align-items: center;
justify-content: center;
padding: 10px;
flex: 1 0 auto;
cursor: pointer;
position: relative;
}
.ninetheme-side-panel .footer-action + .footer-action {
border-left: 1px solid var(--ninetheme-border);
}
.ninetheme-side-panel .footer-action.active {
background-color: var(--ninetheme-gray-soft);
}
.ninetheme-side-panel #minicart_order_notes {
width: 100%;
min-height: 200px;
}
.ninetheme-side-panel .footer-notice label {
display: none;
}
@media (min-width: 1024px) {
.ninetheme-side-panel .footer-action:not(.active):hover .ninetheme-hint {
visibility: visible;
opacity: 1;
top: -35px;
-webkit-transition-delay: .1s;
-moz-transition-delay: .1s;
transition-delay: .1s;
}
}
.ninetheme-side-panel .footer-action-content {
position: absolute;
bottom: 78px;
max-width: 100%;
width: 100%;
left: 0;
padding: 20px;
background-color: var(--ninetheme-light);
border-top: 1px solid var(--ninetheme-border);
overflow: hidden;
max-height: calc(100% - 100px);
overflow: hidden;
overflow-y: auto;
display: none;
z-index: 5;
}
.ninetheme-side-panel .ninetheme-hint {
z-index: 6;
}
.ninetheme-side-panel .footer-action-content.active {
opacity: 1;
}
.ninetheme-side-panel .whatsapp-contact {
margin-bottom: 30px;
}
.ninetheme-side-panel .whatsapp-link {
display: flex;
align-items: center;
border: 2px solid var(--ninetheme-green);
color: var(--ninetheme-green);
border-radius: 5px;
overflow: hidden;
gap: 20px;
font-size: 15px;
margin-bottom: 10px;
}
.ninetheme-side-panel .whatsapp-link i {
width: 45px;
height: 45px;
display: flex;
align-items: center;
justify-content: center;
background-color: var(--ninetheme-green);
color: var(--ninetheme-light);
font-size: 28px;
}
.ninetheme-side-panel .whatsapp-link svg {
height: 27px;
width: 27px;
fill: currentColor;
}
.ninetheme-side-panel .ninetheme-cf7-form-wrapper form.wpcf7-form input[type="submit"],
.ninetheme-side-panel .ninetheme-cf7-form-wrapper form.wpcf7-form button.wpcf-7-submit {
background-color: var(--ninetheme-green);
border-color: var(--ninetheme-green);
color: var(--ninetheme-light);
outline: none;
text-transform: uppercase;
}
.ninetheme-side-panel .ninetheme-cf7-form-wrapper form.wpcf7-form input[type="submit"]:hover,
.ninetheme-side-panel .ninetheme-cf7-form-wrapper form.wpcf7-form button.wpcf-7-submit:hover,
.ninetheme-side-panel .ninetheme-cf7-form-wrapper form.wpcf7-form input[type="submit"]:focus,
.ninetheme-side-panel .ninetheme-cf7-form-wrapper form.wpcf7-form button.wpcf-7-submit:focus {
background-color: var(--ninetheme-secondary);
border-color: var(--ninetheme-secondary) !important;
}
@media(max-width:782px) {
body.admin-bar {
padding-top: 46px;
}
}
@media(max-width:600px) {
.admin-bar.scroll-start .ninetheme-header-mobile-top {
top: 0px;
}
}
@media(max-width:767px) {
.mini-panel {
right: -5px;
}
.mini-panel:before {
right: 5px;
}
.cart-area.ninetheme-scrollbar {
max-height: 275px;
}
}
@media(max-width:576px) {
.admin-bar .ninetheme-side-panel {
top: 20px;
max-height: calc(100% - 35px);
}
}.select2-container{box-sizing:border-box;display:inline-block;margin:0;position:relative;vertical-align:middle}.select2-container .select2-selection--single{box-sizing:border-box;cursor:pointer;display:block;height:28px;user-select:none;-webkit-user-select:none}.select2-container .select2-selection--single .select2-selection__rendered{display:block;padding-left:8px;padding-right:20px;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.select2-container .select2-selection--single .select2-selection__clear{position:relative}.select2-container[dir="rtl"] .select2-selection--single .select2-selection__rendered{padding-right:8px;padding-left:20px}.select2-container .select2-selection--multiple{box-sizing:border-box;cursor:pointer;display:block;min-height:32px;user-select:none;-webkit-user-select:none}.select2-container .select2-selection--multiple .select2-selection__rendered{display:inline-block;overflow:hidden;padding-left:8px;text-overflow:ellipsis;white-space:nowrap}.select2-container .select2-search--inline{float:left}.select2-container .select2-search--inline .select2-search__field{box-sizing:border-box;border:none;font-size:100%;margin-top:5px;padding:0}.select2-container .select2-search--inline .select2-search__field::-webkit-search-cancel-button{-webkit-appearance:none}.select2-dropdown{background-color:white;border:1px solid #aaa;border-radius:4px;box-sizing:border-box;display:block;position:absolute;left:-100000px;width:100%;z-index:1051}.select2-results{display:block}.select2-results__options{list-style:none;margin:0;padding:0}.select2-results__option{padding:6px;user-select:none;-webkit-user-select:none}.select2-results__option[aria-selected]{cursor:pointer}.select2-container--open .select2-dropdown{left:0}.select2-container--open .select2-dropdown--above{border-bottom:none;border-bottom-left-radius:0;border-bottom-right-radius:0}.select2-container--open .select2-dropdown--below{border-top:none;border-top-left-radius:0;border-top-right-radius:0}.select2-search--dropdown{display:block;padding:4px}.select2-search--dropdown .select2-search__field{padding:4px;width:100%;box-sizing:border-box}.select2-search--dropdown .select2-search__field::-webkit-search-cancel-button{-webkit-appearance:none}.select2-search--dropdown.select2-search--hide{display:none}.select2-close-mask{border:0;margin:0;padding:0;display:block;position:fixed;left:0;top:0;min-height:100%;min-width:100%;height:auto;width:auto;opacity:0;z-index:99;background-color:var(--ninetheme-light);filter:alpha(opacity=0)}.select2-hidden-accessible{border:0 !important;clip:rect(0 0 0 0) !important;-webkit-clip-path:inset(50%) !important;clip-path:inset(50%) !important;height:1px !important;overflow:hidden !important;padding:0 !important;position:absolute !important;width:1px !important;white-space:nowrap !important}.select2-container--default .select2-selection--single{background-color:var(--ninetheme-light);border:1px solid #aaa;border-radius:4px}.select2-container--default .select2-selection--single .select2-selection__rendered{color:#444;line-height:28px}.select2-container--default .select2-selection--single .select2-selection__clear{cursor:pointer;float:right;font-weight:bold}.select2-container--default .select2-selection--single .select2-selection__placeholder{color:#999}.select2-container--default .select2-selection--single .select2-selection__arrow{height:26px;position:absolute;top:1px;right:1px;width:20px}.select2-container--default .select2-selection--single .select2-selection__arrow b{border-color:#888 transparent transparent transparent;border-style:solid;border-width:5px 4px 0 4px;height:0;left:50%;margin-left:-4px;margin-top:-2px;position:absolute;top:50%;width:0}.select2-container--default[dir="rtl"] .select2-selection--single .select2-selection__clear{float:left}.select2-container--default[dir="rtl"] .select2-selection--single .select2-selection__arrow{left:1px;right:auto}.select2-container--default.select2-container--disabled .select2-selection--single{background-color:#eee;cursor:default}.select2-container--default.select2-container--disabled .select2-selection--single .select2-selection__clear{display:none}.select2-container--default.select2-container--open .select2-selection--single .select2-selection__arrow b{border-color:transparent transparent #888 transparent;border-width:0 4px 5px 4px}.select2-container--default .select2-selection--multiple{background-color:white;border:1px solid #aaa;border-radius:4px;cursor:text}.select2-container--default .select2-selection--multiple .select2-selection__rendered{box-sizing:border-box;list-style:none;margin:0;padding:0 5px;width:100%}.select2-container--default .select2-selection--multiple .select2-selection__rendered li{list-style:none}.select2-container--default .select2-selection--multiple .select2-selection__clear{cursor:pointer;float:right;font-weight:bold;margin-top:5px;margin-right:10px;padding:1px}.select2-container--default .select2-selection--multiple .select2-selection__choice{background-color:#e4e4e4;border:1px solid #aaa;border-radius:4px;cursor:default;float:left;margin-right:5px;margin-top:5px;padding:0 5px}.select2-container--default .select2-selection--multiple .select2-selection__choice__remove{color:#999;cursor:pointer;display:inline-block;font-weight:bold;margin-right:2px}.select2-container--default .select2-selection--multiple .select2-selection__choice__remove:hover{color:#333}.select2-container--default[dir="rtl"] .select2-selection--multiple .select2-selection__choice,.select2-container--default[dir="rtl"] .select2-selection--multiple .select2-search--inline{float:right}.select2-container--default[dir="rtl"] .select2-selection--multiple .select2-selection__choice{margin-left:5px;margin-right:auto}.select2-container--default[dir="rtl"] .select2-selection--multiple .select2-selection__choice__remove{margin-left:2px;margin-right:auto}.select2-container--default.select2-container--focus .select2-selection--multiple{border:solid black 1px;outline:0}.select2-container--default.select2-container--disabled .select2-selection--multiple{background-color:#eee;cursor:default}.select2-container--default.select2-container--disabled .select2-selection__choice__remove{display:none}.select2-container--default.select2-container--open.select2-container--above .select2-selection--single,.select2-container--default.select2-container--open.select2-container--above .select2-selection--multiple{border-top-left-radius:0;border-top-right-radius:0}.select2-container--default.select2-container--open.select2-container--below .select2-selection--single,.select2-container--default.select2-container--open.select2-container--below .select2-selection--multiple{border-bottom-left-radius:0;border-bottom-right-radius:0}.select2-container--default .select2-search--dropdown .select2-search__field{border:1px solid #aaa}.select2-container--default .select2-search--inline .select2-search__field{background:transparent;border:none;outline:0;box-shadow:none;-webkit-appearance:textfield}.select2-container--default .select2-results>.select2-results__options{max-height:200px;overflow-y:auto}.select2-container--default .select2-results__option[role=group]{padding:0}.select2-container--default .select2-results__option[aria-disabled=true]{color:#999}.select2-container--default .select2-results__option[aria-selected=true]{background-color:#ddd}.select2-container--default .select2-results__option .select2-results__option{padding-left:1em}.select2-container--default .select2-results__option .select2-results__option .select2-results__group{padding-left:0}.select2-container--default .select2-results__option .select2-results__option .select2-results__option{margin-left:-1em;padding-left:2em}.select2-container--default .select2-results__option .select2-results__option .select2-results__option .select2-results__option{margin-left:-2em;padding-left:3em}.select2-container--default .select2-results__option .select2-results__option .select2-results__option .select2-results__option .select2-results__option{margin-left:-3em;padding-left:4em}.select2-container--default .select2-results__option .select2-results__option .select2-results__option .select2-results__option .select2-results__option .select2-results__option{margin-left:-4em;padding-left:5em}.select2-container--default .select2-results__option .select2-results__option .select2-results__option .select2-results__option .select2-results__option .select2-results__option .select2-results__option{margin-left:-5em;padding-left:6em}.select2-container--default .select2-results__option--highlighted[aria-selected]{background-color:#5897fb;color:white}.select2-container--default .select2-results__group{cursor:default;display:block;padding:6px}.select2-container--classic .select2-selection--single{background-color:#f7f7f7;border:1px solid #aaa;border-radius:4px;outline:0;background-image:-webkit-linear-gradient(top, #fff 50%, #eee 100%);background-image:-o-linear-gradient(top, #fff 50%, #eee 100%);background-image:linear-gradient(to bottom, #fff 50%, #eee 100%);background-repeat:repeat-x;filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#FFFFFFFF', endColorstr='#FFEEEEEE', GradientType=0)}.select2-container--classic .select2-selection--single:focus{border:1px solid #5897fb}.select2-container--classic .select2-selection--single .select2-selection__rendered{color:#444;line-height:28px}.select2-container--classic .select2-selection--single .select2-selection__clear{cursor:pointer;float:right;font-weight:bold;margin-right:10px}.select2-container--classic .select2-selection--single .select2-selection__placeholder{color:#999}.select2-container--classic .select2-selection--single .select2-selection__arrow{background-color:#ddd;border:none;border-left:1px solid #aaa;border-top-right-radius:4px;border-bottom-right-radius:4px;height:26px;position:absolute;top:1px;right:1px;width:20px;background-image:-webkit-linear-gradient(top, #eee 50%, #ccc 100%);background-image:-o-linear-gradient(top, #eee 50%, #ccc 100%);background-image:linear-gradient(to bottom, #eee 50%, #ccc 100%);background-repeat:repeat-x;filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#FFEEEEEE', endColorstr='#FFCCCCCC', GradientType=0)}.select2-container--classic .select2-selection--single .select2-selection__arrow b{border-color:#888 transparent transparent transparent;border-style:solid;border-width:5px 4px 0 4px;height:0;left:50%;margin-left:-4px;margin-top:-2px;position:absolute;top:50%;width:0}.select2-container--classic[dir="rtl"] .select2-selection--single .select2-selection__clear{float:left}.select2-container--classic[dir="rtl"] .select2-selection--single .select2-selection__arrow{border:none;border-right:1px solid #aaa;border-radius:0;border-top-left-radius:4px;border-bottom-left-radius:4px;left:1px;right:auto}.select2-container--classic.select2-container--open .select2-selection--single{border:1px solid #5897fb}.select2-container--classic.select2-container--open .select2-selection--single .select2-selection__arrow{background:transparent;border:none}.select2-container--classic.select2-container--open .select2-selection--single .select2-selection__arrow b{border-color:transparent transparent #888 transparent;border-width:0 4px 5px 4px}.select2-container--classic.select2-container--open.select2-container--above .select2-selection--single{border-top:none;border-top-left-radius:0;border-top-right-radius:0;background-image:-webkit-linear-gradient(top, #fff 0%, #eee 50%);background-image:-o-linear-gradient(top, #fff 0%, #eee 50%);background-image:linear-gradient(to bottom, #fff 0%, #eee 50%);background-repeat:repeat-x;filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#FFFFFFFF', endColorstr='#FFEEEEEE', GradientType=0)}.select2-container--classic.select2-container--open.select2-container--below .select2-selection--single{border-bottom:none;border-bottom-left-radius:0;border-bottom-right-radius:0;background-image:-webkit-linear-gradient(top, #eee 50%, #fff 100%);background-image:-o-linear-gradient(top, #eee 50%, #fff 100%);background-image:linear-gradient(to bottom, #eee 50%, #fff 100%);background-repeat:repeat-x;filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#FFEEEEEE', endColorstr='#FFFFFFFF', GradientType=0)}.select2-container--classic .select2-selection--multiple{background-color:white;border:1px solid #aaa;border-radius:4px;cursor:text;outline:0}.select2-container--classic .select2-selection--multiple:focus{border:1px solid #5897fb}.select2-container--classic .select2-selection--multiple .select2-selection__rendered{list-style:none;margin:0;padding:0 5px}.select2-container--classic .select2-selection--multiple .select2-selection__clear{display:none}.select2-container--classic .select2-selection--multiple .select2-selection__choice{background-color:#e4e4e4;border:1px solid #aaa;border-radius:4px;cursor:default;float:left;margin-right:5px;margin-top:5px;padding:0 5px}.select2-container--classic .select2-selection--multiple .select2-selection__choice__remove{color:#888;cursor:pointer;display:inline-block;font-weight:bold;margin-right:2px}.select2-container--classic .select2-selection--multiple .select2-selection__choice__remove:hover{color:#555}.select2-container--classic[dir="rtl"] .select2-selection--multiple .select2-selection__choice{float:right;margin-left:5px;margin-right:auto}.select2-container--classic[dir="rtl"] .select2-selection--multiple .select2-selection__choice__remove{margin-left:2px;margin-right:auto}.select2-container--classic.select2-container--open .select2-selection--multiple{border:1px solid #5897fb}.select2-container--classic.select2-container--open.select2-container--above .select2-selection--multiple{border-top:none;border-top-left-radius:0;border-top-right-radius:0}.select2-container--classic.select2-container--open.select2-container--below .select2-selection--multiple{border-bottom:none;border-bottom-left-radius:0;border-bottom-right-radius:0}.select2-container--classic .select2-search--dropdown .select2-search__field{border:1px solid #aaa;outline:0}.select2-container--classic .select2-search--inline .select2-search__field{outline:0;box-shadow:none}.select2-container--classic .select2-dropdown{background-color:var(--ninetheme-light);border:1px solid transparent}.select2-container--classic .select2-dropdown--above{border-bottom:none}.select2-container--classic .select2-dropdown--below{border-top:none}.select2-container--classic .select2-results>.select2-results__options{max-height:200px;overflow-y:auto}.select2-container--classic .select2-results__option[role=group]{padding:0}.select2-container--classic .select2-results__option[aria-disabled=true]{color:grey}.select2-container--classic .select2-results__option--highlighted[aria-selected]{background-color:#3875d7;color:#fff}.select2-container--classic .select2-results__group{cursor:default;display:block;padding:6px}.select2-container--classic.select2-container--open .select2-dropdown{border-color:#5897fb}
#brand_exclude + .select2-container {
display: block;
width: 100%!important;
}.ninetheme-empty,
.ninetheme-terms + select:not(.ninetheme-select),
.ninetheme-term.ninetheme-disabled:after,
.ninetheme-term.ninetheme-disabled:before {
display: none !important;
}
.ninetheme-term.ninetheme-disabled:before {
pointer-events: none;
}
.ninetheme-term.ninetheme-disabled {
opacity: .4;
cursor: default;
}
.ninetheme-terms {
display: flex;
justify-content: flex-start;
align-items: center;
gap: 5px;
flex-wrap: wrap;
}
.ninetheme-variations {
display: flex;
flex-direction: column;
gap: 15px;
}
.ninetheme-term {
display: inline-flex;
justify-content: center;
align-items: center;
cursor: pointer;
text-align: center;
position: relative;
min-width: 35px;
min-height: 23px;
border-radius: 0;
font-size: 11px;
line-height: 1.4;
height: 0;
}
.ninetheme-term.ninetheme-selected:before {
content: 'Ã¢Å“â€œ';
min-height: 18px;
min-width: 18px;
border-radius: 100%;
background-color: var(--ninetheme-success);
color: var(--ninetheme-light);
text-align: center;
font-size: 10px;
position: absolute;
display: flex;
align-items: center;
justify-content: center;
top: -12px;
}
.ninetheme-summary-item .ninetheme-term.ninetheme-selected {
box-shadow: 0px 0px 0px 2px var(--ninetheme-dark);
}
.hide-icon .ninetheme-term.ninetheme-selected:before {
content: none;
}
.terms-outline .ninetheme-term {
padding: 0;
border: 0;
}
.ninetheme-type-image .ninetheme-term {
height: 50px;
width: 50px;
}
.ninetheme-type-image .ninetheme-term img {
width: 100%;
height: auto;
display: block;
}
.ninetheme-type-button:not(.terms-outline) .ninetheme-term {
color: var(--ninetheme-light);
background: var(--ninetheme-primary);
}
.terms-outline .ninetheme-term .type-button {
color: var(--ninetheme-light);
background: var(--ninetheme-green);
}
.terms-outline .type-button {
width: 100%;
height: 100%;
display: flex;
align-items: center;
justify-content: center;
}
.type-color {
height: 100%;
width: 100%;
display: flex;
border-radius: 3px;
}
.ninetheme-product.row .ninetheme-variations {
position: relative;
}
.ninetheme-variations-items .ninetheme-small-title,
.ninetheme-small-title {
text-transform: uppercase;
font-size: 13px;
font-weight: 500;
}
.ninetheme-product.row .ninetheme-variations-items .label {
margin-right: 10px;
}
.terms-radius .ninetheme-term,
.terms-radius .type-color,
.terms-radius .type-button {
border-radius: 4px;
}
.terms-outline .type-button {
width: 100%;
height: 100%;
display: flex;
align-items: center;
justify-content: center;
padding: 5px 8px !important;
border-radius: 3px;
} @media (min-width: 992px) {
.shop-masonry-grid .ninetheme-products.row {
display: grid;
grid-template-columns: repeat(4,1fr);
}
.shop-masonry-grid .ninetheme-products.row .product:not(.ninetheme-product-type-7):nth-child(1) {
grid-column: span 2;
grid-row: span 2;
width: 100%;
}
.shop-masonry-grid.masonry-column-3 .ninetheme-products.row .product:not(.ninetheme-product-type-7):nth-child(8),
.shop-masonry-grid.masonry-column-3 .ninetheme-products.row .product:not(.ninetheme-product-type-7):nth-child(11),
.shop-masonry-grid.masonry-column-3 .ninetheme-products.row .product:not(.ninetheme-product-type-7):nth-child(18),
.shop-masonry-grid.masonry-column-3 .ninetheme-products.row .product:not(.ninetheme-product-type-7):nth-child(21),
.shop-masonry-grid.masonry-column-3 .ninetheme-products.row .product:not(.ninetheme-product-type-7):nth-child(28),
.shop-masonry-grid.masonry-column-3 .ninetheme-products.row .product:not(.ninetheme-product-type-7):nth-child(31),
.shop-masonry-grid.masonry-column-3 .ninetheme-products.row .product:not(.ninetheme-product-type-7):nth-child(38),
.shop-masonry-grid.masonry-column-3 .ninetheme-products.row .product:not(.ninetheme-product-type-7):nth-child(41) {
grid-column: span 2;
grid-row: span 2;
width: 100%;
}
.shop-masonry-grid.masonry-column-4 .ninetheme-products.row .product:not(.ninetheme-product-type-7):nth-child(11),
.shop-masonry-grid.masonry-column-4 .ninetheme-products.row .product:not(.ninetheme-product-type-7):nth-child(15),
.shop-masonry-grid.masonry-column-4 .ninetheme-products.row .product:not(.ninetheme-product-type-7):nth-child(25),
.shop-masonry-grid.masonry-column-4 .ninetheme-products.row .product:not(.ninetheme-product-type-7):nth-child(29),
.shop-masonry-grid.masonry-column-4 .ninetheme-products.row .product:not(.ninetheme-product-type-7):nth-child(35),
.shop-masonry-grid.masonry-column-4 .ninetheme-products.row .product:not(.ninetheme-product-type-7):nth-child(39),
.shop-masonry-grid.masonry-column-4 .ninetheme-products.row .product:not(.ninetheme-product-type-7):nth-child(45),
.shop-masonry-grid.masonry-column-4 .ninetheme-products.row .product:not(.ninetheme-product-type-7):nth-child(49){
grid-column: span 2;
grid-row: span 2;
width: 100%;
}
.shop-masonry-grid.masonry-column-5 .ninetheme-products.row .product:not(.ninetheme-product-type-7):nth-child(1),
.shop-masonry-grid.masonry-column-5 .ninetheme-products.row .product:not(.ninetheme-product-type-7):nth-child(14),
.shop-masonry-grid.masonry-column-5 .ninetheme-products.row .product:not(.ninetheme-product-type-7):nth-child(19),
.shop-masonry-grid.masonry-column-5 .ninetheme-products.row .product:not(.ninetheme-product-type-7):nth-child(32),
.shop-masonry-grid.masonry-column-5 .ninetheme-products.row .product:not(.ninetheme-product-type-7):nth-child(37),
.shop-masonry-grid.masonry-column-5 .ninetheme-products.row .product:not(.ninetheme-product-type-7):nth-child(50) {
grid-column: span 2;
grid-row: span 2;
width: 100%;
}
.shop-masonry-grid.masonry-column-6 .ninetheme-products.row .product:not(.ninetheme-product-type-7):nth-child(1),
.shop-masonry-grid.masonry-column-6 .ninetheme-products.row .product:not(.ninetheme-product-type-7):nth-child(17),
.shop-masonry-grid.masonry-column-6 .ninetheme-products.row .product:not(.ninetheme-product-type-7):nth-child(23),
.shop-masonry-grid.masonry-column-6 .ninetheme-products.row .product:not(.ninetheme-product-type-7):nth-child(39),
.shop-masonry-grid.masonry-column-6 .ninetheme-products.row .product:not(.ninetheme-product-type-7):nth-child(45),
.shop-masonry-grid.masonry-column-6 .ninetheme-products.row .product:not(.ninetheme-product-type-7):nth-child(61) {
grid-column: span 2;
grid-row: span 2;
width: 100%;
}
.shop-masonry-grid .ninetheme-products.row .product:not(.ninetheme-product-type-7) {
display: inline-grid;
width: 100%;
}
.shop-masonry-grid .ninetheme-products.row .product:not(.ninetheme-product-type-7):nth-child(1) .ninetheme-thumb-wrapper,
.shop-masonry-grid .ninetheme-products.row .product:not(.ninetheme-product-type-7):nth-child(11) .ninetheme-thumb-wrapper,
.shop-masonry-grid .ninetheme-products.row .product:not(.ninetheme-product-type-7):nth-child(15) .ninetheme-thumb-wrapper {
padding-bottom: 114%;
}
.shop-masonry-grid .ninetheme-products.row .product:not(.ninetheme-product-type-4):nth-child(1) .ninetheme-thumb-wrapper img,
.shop-masonry-grid .ninetheme-products.row .product:not(.ninetheme-product-type-7):nth-child(11) .ninetheme-thumb-wrapper img,
.shop-masonry-grid .ninetheme-products.row .product:not(.ninetheme-product-type-7):nth-child(15) .ninetheme-thumb-wrapper img {
position: absolute;
top: 0;
left:0;
object-fit: cover;
width: 100%;
height: 100%;
}
}
@media (min-width: 1200px) {
.shop-masonry-grid.masonry-column-3 .ninetheme-products.row {
grid-template-columns: repeat(4,1fr);
}
.shop-masonry-grid.masonry-column-4 .ninetheme-products.row {
grid-template-columns: repeat(5,1fr);
}
.shop-masonry-grid.masonry-column-5 .ninetheme-products.row {
grid-template-columns: repeat(6,1fr);
}
.shop-masonry-grid.masonry-column-6 .ninetheme-products.row {
grid-template-columns: repeat(7,1fr);
}
} .ninetheme-products-wrapper {
position: relative;
}
.ninetheme-before-loop {
margin-bottom: 30px;
}
.ninetheme-shop-filter-area {
display: flex;
align-items: center;
}
.ninetheme-shop-filter-area li.active {
pointer-events: none;
}
.ninetheme-open-fixed-sidebar.panel-open,
.ninetheme-toggle-hidden-sidebar {
border: 1px solid;
border-color: var(--ninetheme-dark);
background-color: var(--ninetheme-gray-soft);
padding: 5px 10px;
text-transform: uppercase;
border-radius: 5px;
color: var(--ninetheme-dark);
font-weight: 500;
}
.ninetheme-filter-action {
display: flex;
align-items: center;
}
.ninetheme-toggle-hidden-sidebar svg,
.ninetheme-open-fixed-sidebar svg,
.ninetheme-filter-action svg {
max-width: 20px;
max-height: 20px;
}
.ninetheme-before-loop .ninetheme-block-right>div,
.ninetheme-before-loop .ninetheme-block-left>div {
display: inline-flex;
align-items: center;
}
.ninetheme-before-loop .ninetheme-block-left>div+div,
.ninetheme-before-loop .ninetheme-block-right>div+div {
margin-left: 2px;
padding-left: 20px;
position: relative;
}
.ninetheme-before-loop .ninetheme-block-left>div:not(:last-child):before,
.ninetheme-before-loop .ninetheme-block-right>div:not(:last-child):before {
content: "";
width: 1px;
height: 91%;
border-radius: 3px;
position: absolute;
right: 0px;
}
.ninetheme-filter-action li:not(:first-child) {
margin-left: 10px;
}
.ninetheme-toggle-hidden-sidebar,
.ninetheme-open-fixed-sidebar,
.ninetheme-filter-column-select ul li svg,
.ninetheme-shop-filter-area ul li a,
.ninetheme-shop-filter-area li a svg {
display: flex;
align-items: center;
justify-content: center;
fill: var(--ninetheme-gray-dark);
color: var(--ninetheme-gray-dark);
}
.ninetheme-filter-column-select li.active svg,
.ninetheme-shop-filter-area li.active a:hover svg,
.ninetheme-shop-filter-area ul li.active a,
.ninetheme-shop-filter-area li.active a svg {
fill: var(--ninetheme-dark);
color: var(--ninetheme-dark);
}
.shop-layout-full-width .ninetheme-open-fixed-sidebar {
display: none;
}
.woocommerce-order .row {
display: flex;
justify-content: center;
}
.woocommerce .ninetheme-shop-filter-ordering .woocommerce-ordering {
margin: 0px;
}
.woocommerce .ninetheme-shop-filter-ordering select.orderby {
border: 0;
height: auto;
padding-left: 0;
line-height: 30px;
}
.ninetheme-woo-result-count .woocommerce-result-count {
margin: 0;
}
.ninetheme-shop-filter-area ul {
list-style: none;
}
.ninetheme-shop-filter-area .nice-select.orderby {
border: 0;
height: auto;
padding-left: 0;
line-height: 30px;
}
.ninetheme-shop-filter-top-area .ninetheme-woo-result-count {
margin-right: 10px;
}
@media (min-width: 992px) {
.shop-layout-top-sidebar .ninetheme-shop-filter-top-area .ninetheme-open-fixed-sidebar,
.shop-layout-right-sidebar .ninetheme-shop-filter-top-area .ninetheme-open-fixed-sidebar,
.shop-layout-left-sidebar .ninetheme-shop-filter-top-area .ninetheme-open-fixed-sidebar,
.shop-layout-left-sidebar .ninetheme-header-bottom-bar .ninetheme-before-loop .ninetheme-block-right>.ninetheme-open-fixed-sidebar,
.shop-layout-left-sidebar .ninetheme-header-bottom-bar .ninetheme-before-loop .ninetheme-before-loop .ninetheme-block-left>div {
display: none;
}
}
@media (max-width: 768px) {
.ninetheme-before-loop.ninetheme-inline-two-block {
flex-wrap: nowrap;
}
.ninetheme-shop-filter-top-area>div>.ninetheme-filter-per-page-area,
.ninetheme-shop-filter-top-area>div>.ninetheme-filter-column-select-area {
display: none;
}
.ninetheme-before-loop .ninetheme-block-left>div+div,
.ninetheme-before-loop .ninetheme-block-right>div+div {
padding-left: 10px;
}
.ninetheme-before-loop .woocommerce-result-count {
font-size: 10px;
}
.ninetheme-woo-result-count {
display: none !important;
}
}
@media (max-width: 576px) {
.ninetheme-filter-action li:not(:last-child) {
margin-right: 6px;
}
}  .ninetheme-shop-fast-filters {
position: relative;
z-index: 5;
display: flex;
align-items: center;
margin-bottom: 40px;
align-content: center;
}
.fast-filters-label {
min-width: 95px;
display: flex;
align-items: center;
gap: 6px;
}
.ninetheme-fast-filters-list {
list-style: none;
padding: 0;
display: flex;
align-items: center;
flex-wrap: wrap;
gap: 5px;
}
.ninetheme-fast-filters-list li {
display: inline-flex;
align-items: center;
justify-content: center;
padding: 0;
line-height: 1;
position: relative;
z-index: 9;
}
.ninetheme-fast-filters-submenu li {
width: 100%;
}
.ninetheme-fast-filters-list li svg {
margin-right: 10px;
max-width: 17px;
max-height: 17px;
}
.ninetheme-fast-filters-list li span[data-color] {
width: 12px;
height: 12px;
background: #000;
position: absolute;
right: 10px;
border-radius: 12px;
}
.ninetheme-fast-filters-list li span.is_white {
border: 1px solid var(--ninetheme-border);
}
.ninetheme-fast-filters-list:not(.has-filter) .remove-fast-filter a {
display: none;
}
.ninetheme-fast-filters-list .remove-fast-filter.active a {
display: flex;
align-items: center;
justify-content: center;
}
.ninetheme-fast-filters-list li:hover> a,
.ninetheme-fast-filters-list .remove-fast-filter.active > a {
color: var(--ninetheme-primary);
background-color: var(--ninetheme-red-bg);
border-color: var(--ninetheme-primary);
border-radius: 5px 5px 0 0;
}
.ninetheme-fast-filters-list li a,
.ninetheme-has-submenu.inactive >a {
padding: 2px 20px;
border: 1px solid var(--ninetheme-border);
border-radius: 20px;
position: relative;
display: flex;
align-items: center;
font-size: 11px;
text-transform: uppercase;
font-weight: 500;
letter-spacing: 0.5px;
min-height: 35px;
width: 100%;
text-align: center;
}
.ninetheme-fast-filters-list.has-filter li.show-always {
display: inline-flex;
}
.ninetheme-fast-filters-list.has-filter.filters-first,
.show-always-stock-sale .ninetheme-fast-filters-list.filters-first {
margin-right: 20px;
}
.ninetheme-shop-fast-filters .ninetheme-fast-filters-list li.show-always,
.ninetheme-shop-fast-filters .ninetheme-fast-filters-list.has-filter li.show-after-filter,
.ninetheme-fast-filters-list.has-filter ul.ninetheme-fast-filters-submenu li,
.ninetheme-fast-filters-list.has-filter li.fast-filters-label {
display: inline-flex;
}
.ninetheme-fast-filters-list.has-filter li:not(.remove-fast-filter).active > a,
.ninetheme-fast-filters-list.has-filter li.active .ninetheme-fast-filters-submenu li.active > a {
color:var(--ninetheme-warning);
background-color:var(--ninetheme-warning-bg);
border-color:var(--ninetheme-warning-border);
}
.ninetheme-fast-filters-list li:not(.remove-fast-filter) .remove-filter {
background-color: var(--ninetheme-warning-bg);
}
.ninetheme-fast-filters-list li:not(.remove-fast-filter) .remove-filter:before,
.ninetheme-fast-filters-list li:not(.remove-fast-filter) .remove-filter:after {
background-color: var(--ninetheme-warning) !important;
}
.ninetheme-fast-filters-submenu {
position: absolute;
padding: 10px;
width: 100%;
min-width: max-content;
top: 100%;
left: 0;
background: var(--ninetheme-light);
border: 1px solid var(--ninetheme-border);
border-radius: 0 0 5px 5px;
flex-direction: column;
align-items: flex-start;
justify-content: flex-start;
opacity: 0;
display: none;
visibility: hidden;
z-index: 1;
}
.ninetheme-fast-filters-submenu li a {
min-height: 30px;
}
.ninetheme-fast-filters-submenu li a:hover {
color: var(--ninetheme-primary);
background-color: var(--ninetheme-red-bg);
border-color: var(--ninetheme-primary);
border-radius: 5px;
}
.ninetheme-has-submenu:hover > .ninetheme-fast-filters-submenu {
opacity: 1;
display: inline-flex;
visibility: visible;
}
.ninetheme-has-submenu.inactive > .ninetheme-fast-filters-submenu {
opacity: 0;
visibility: hidden;
}
.ninetheme-fast-filters-list .ninetheme-fast-filters-submenu li {
margin: 0;
}
.ninetheme-fast-filters-list .ninetheme-fast-filters-submenu li:not(:last-child) {
margin-bottom: 5px;
}
.ninetheme-widget-shop-fast-filters {
display: flex;
align-items: center;
}
@media(max-width:576px) {
.ninetheme-shop-fast-filters {
align-items: flex-start;
margin-bottom: 20px;
align-content: flex-start;
flex-direction: column;
}
.ninetheme-fast-filters-list {
margin-top: 10px;
}
.ninetheme-fast-filters-list li a,
.ninetheme-has-submenu.inactive >a {
padding: 2px 13px;
font-size: 9px;
letter-spacing: 0.3px;
min-height: 30px;
}
}  .header-cart-after-buttons .coupons {
margin-top: 15px;
}
ul.coupons {
list-style: none;
padding: 0;
display: flex;
gap: 10px;
flex-direction: column;
position: relative;
}
ul.coupons>li>div {
padding: 15px;
border: 1px dashed var(--ninetheme-border);
background-color: var(--ninetheme-gray-soft);
border-radius: 5px;
display: flex;
flex-direction: column;
gap: 10px;
cursor: pointer;
}
ul.coupons>li>div:hover,
ul.coupons>li>div.applied{
background-color: var(--ninetheme-success-bg);
border-color: var(--ninetheme-success);
opacity: 1;
}
ul.coupons>li>div.applied {
cursor: no-drop;
}
ul.coupons span.amount {
font-size: 14px;
font-weight: 500;
}
ul.coupons .discount {
display: flex;
align-items: center;
gap: 5px;
font-weight: 500;
font-size: 14px;
line-height: 1;
}
ul.coupons .discount .value {
color: var(--ninetheme-red);
}
ul.coupons .name-date {
display: flex;
align-items: center;
gap: 20px;
}
ul.coupons .name {
padding: 5px;
border: 1px solid var(--ninetheme-green);
border-radius: 5px;
background-color: var(--ninetheme-success-bg);
color: var(--ninetheme-green);
text-transform: uppercase;
line-height: 1;
}
ul.coupons.loading:before {
content: "";
position: absolute;
top: 0;
left: 0;
width: 100%;
height: 100%;
background-color: var(--ninetheme-light);
opacity: 0.8;
}
ul.coupons.spinner.loading:after {
width: 35px;
height: 35px;
border: 2px solid var(--ninetheme-gray);
border-left-color: var(--ninetheme-primary);
} .coupon {
height: 109px;
max-width: 250px;
border-radius: 10px;
overflow: hidden;
margin: auto;
filter: drop-shadow(0 3px 5px rgba(0, 0, 0, 0.1));
display: flex;
align-items: stretch;
position: relative;
text-transform: uppercase;
}
.coupon .add-coupon {
position: absolute;
width: 100%;
height: 100%;
top: 0;
left: 0;
z-index: 1;
cursor: pointer;
}
.coupon::before,
.coupon::after {
content: "";
position: absolute;
top: 0;
width: 50%;
height: 100%;
z-index: -1;
}
.coupon::before {
left: 0;
background-color: var(--ninetheme-gray-soft);
}
.coupon::after {
right: 0;
background-image: radial-gradient(    circle at 100% 50%,    transparent 25px,    var(--ninetheme-gray-soft) 26px  );
}
.coupon > div {
display: flex;
align-items: center;
justify-content: center;
}
.coupon .left {
width: 23%;
border-right: 2px dashed rgba(0, 0, 0, 0.13);
}
.left div {
transform: rotate(-90deg);
white-space: nowrap;
font-weight: bold;
margin-left: 7px;
font-size: 10px;
}
.center {
flex-grow: 1;
text-align: center;
flex-direction: column;
gap: 7px;
}
.right {
width: 27%;
background-image: radial-gradient(    circle at 100% 50%,    transparent 25px,    var(--ninetheme-yellow) 26px  );
}
.right div {
font-weight: 400;
transform: rotate(-90deg);
white-space: nowrap;
margin-left: -18px;
font-size: 11px;
font-weight: 500;
}
.center .discount {
background: var(--ninetheme-yellow);
color: var(--ninetheme-dark);
padding: 5px 10px;
font-size: 12px;
font-weight: 600;
line-height: 1.2;
white-space: nowrap;
border-radius: 46px;
}
.center .name {
font-size: 14px; }
.center small {
font-size: 9px;
font-weight: 600;
letter-spacing: 0.4px;
}
@media screen and (max-width:500px){
} .ninetheme-selected-variations-terms-wrapper {
display: none;
}
.ninetheme-selected-variations-terms {
padding: 10px 15px;
background-color: var(--ninetheme-red-bg);
border: 1px solid var(--ninetheme-primary);
border-radius: var(--ninetheme-border-radius);
color: var(--ninetheme-primary);
line-height: 1;
display: inline-flex;
flex-direction: row;
}
.ninetheme-selected-variations-terms span {
font-weight: 500;
text-transform: uppercase;
font-size: 11px;
}
.ninetheme-selected-variations-terms .selected-value {
color: var(--ninetheme-green);
}
.ninetheme-selected-variations-terms-title {
text-transform: uppercase;
font-size: 12px;
font-weight: 500;
color: var(--ninetheme-dark);
margin-bottom: 10px;
display: block;
line-height: 1;
}
.ninetheme-selected-variations-terms-wrapper .selected-features + .selected-features {
margin-left: 10px;
} .show-hints .ninetheme-terms .ninetheme-term:after,
.show-hints .ninetheme-terms .ninetheme-term:not(.ninetheme-disabled):before{
position: absolute;
-webkit-transform: translate3d(0,0,0);
-moz-transform: translate3d(0,0,0);
transform: translate3d(0,0,0);
visibility: hidden;
opacity: 0;
pointer-events: none;
-webkit-transition: .3s ease;
-moz-transition: .3s ease;
transition: .3s ease;
-webkit-transition-delay: 0s;
-moz-transition-delay: 0s;
transition-delay: 0s;
bottom: 100%;
left: 50%;
}
.show-hints .ninetheme-terms .ninetheme-term:not(.ninetheme-disabled):before {
content: '';
background: 0 0;
border: 6px solid transparent;
border-top-color: var(--ninetheme-dark);
z-index: 1000001;
margin-bottom: -11px;
left: calc(50% - 6px);
}
.show-hints .ninetheme-terms .ninetheme-term:not(.ninetheme-disabled):after {
content: attr(data-title);
background: var(--ninetheme-dark);
color: var(--ninetheme-light);
padding: 8px 10px;
font-size: 12px;
line-height: 12px;
white-space: nowrap;
box-shadow: 4px 4px 8px rgba(0,0,0,.3);
-webkit-transform: translateX(-50%);
-moz-transform: translateX(-50%);
transform: translateX(-50%);
}
.show-hints .ninetheme-terms .ninetheme-term:hover:after,
.show-hints .ninetheme-terms .ninetheme-term:not(.ninetheme-disabled):hover:before {
visibility: visible;
opacity: 1;
-webkit-transition-delay: .1s;
-moz-transition-delay: .1s;
transition-delay: .1s;
}
.show-hints .ninetheme-terms .ninetheme-term:hover:before{
-webkit-transform: translateY(-8px);
-moz-transform: translateY(-8px);
transform: translateY(-8px);
}
.show-hints .ninetheme-terms .ninetheme-term:hover:after {
-webkit-transform: translateX(-50%) translateY(-8px);
-moz-transform: translateX(-50%) translateY(-8px);
transform: translateX(-50%) translateY(-8px);
}
.woocommerce .show-hints .ninetheme-terms .ninetheme-term.ninetheme-selected:before {
content: 'âœ“';
min-height: 18px;
min-width: 18px;
border-radius: 100%;
background-color: var(--ninetheme-success);
color: var(--ninetheme-light);
text-align: center;
font-size: 10px;
position: absolute;
display: flex;
align-items: center;
justify-content: center;
transform: none;
bottom: auto;
margin: 0;
border: 0;
opacity: 1;
visibility: visible;
left: auto;
right: auto;
}
.show-hints .ninetheme-terms .ninetheme-term.ninetheme-disabled:hover:before {
-webkit-transform: none;
-moz-transform: none;
transform: none;
} ul.woocommerce-error {
margin: 10px 0;
list-style: none;
padding: 15px;
background-color: var(--ninetheme-red-bg);
border: 1px solid var(--ninetheme-red);
color: var(--ninetheme-red);
}
.archive.search.search-no-results .ninetheme-before-loop.ninetheme-shop-filter-top-area {
display: none;
}
.archive.search.search-no-results  .ninetheme-products-wrapper .ninetheme-products.row {
margin: 0;
}
.archive.search.search-no-results .ninetheme-not-found-info-wrapper {
margin-top: 0;
}
.ninetheme-not-found-info-wrapper {
text-align: center;
margin-top: 60px;
}
.ninetheme-page-hero-content .term-description {
max-width: 767px;
margin-top: 15px;
margin-bottom: 0;
}
.ninetheme-page-hero-content .term-description p {
margin: 0;
}
.style-border-outside .ninetheme-products {
border: 1px solid var(--ninetheme-border);
border-right-color: var(--ninetheme-light);
margin-right: -1px;
border-bottom: 0;
gap: 0!important;
}
.ninetheme-tab-wrapper.style-border-outside .ninetheme-swiper-container {
border: 1px solid var(--ninetheme-border);
border-top: 0;
border-bottom: 0;
border-right-color: var(--ninetheme-light);
}
.style-border-outside .ninetheme-loop-product.type-1,
.style-border-outside .ninetheme-loop-product {
border: 0;
border-style: solid;
border-color: var(--ninetheme-border);
border-bottom-width: 1px;
border-right-width: 1px;
border-radius: 0;
padding: 0
}
.ninetheme-swiper-container.style-border-outside:not(.centermode) .swiper-slide-active .ninetheme-loop-product {
border-left-width: 1px;
}
.ninetheme-tab-wrapper.style-border-outside.layout-slider .ninetheme-loop-product:hover {
border-bottom-width: 1px;
}
.ninetheme-swiper-container.style-border-outside.centermode .swiper-slide-next + .swiper-slide .ninetheme-loop-product {
border-right-width: 3px;
}
.ninetheme-swiper-container.style-border-outside.centermode .ninetheme-swiper-wrapper {
padding-left: 2px;
}
.ninetheme-tab-wrapper.style-border-outside.layout-slider .ninetheme-loop-product,
.ninetheme-swiper-container.style-border-outside .ninetheme-loop-product {
border-top-width: 1px;
}
.style-border-outside .ninetheme-loop-product {
padding: 0px;
}
.style-border-outside .ninetheme-loop-product:hover,
.ninetheme-swiper-container.style-border-outside .ninetheme-loop-product:hover,
.ninetheme-swiper-container.style-border-outside .swiper-slide-active .ninetheme-loop-product:hover {
border-color: var(--ninetheme-primary);
border-width: 0px;
transform: scale(1.02);
border-radius: 5px;
z-index: 1;
-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: -1px 3px 30px 8px rgb(0 0 0 / 17%);
transition: transform 0.4s cubic-bezier(.19,1,.22,1);
}
.ninetheme-tab-wrapper.style-border-outside.layout-slider .ninetheme-loop-product:hover {
transform: scale(1);
}
.style-boxshadow .ninetheme-loop-product {
box-shadow: 0 0 4px rgba(0,0,0,.12);
}
.style-bgcolor .ninetheme-loop-product,
.style-bgcolor .ninetheme-loop-product:hover .ninetheme-swatches-wrapper,
.style-bgcolor .ninetheme-loop-product:hover .ninetheme-product-actions {
background-color: var(--ninetheme-gray-soft);
} .ninetheme-price-wrapper.price ins,
.ninetheme-price ins,
.woocommerce-variation-price ins,
.woobt-products .woobt-product .woobt-price ins,
.woocommerce .product_list_widget li ins,
.ninetheme-price,
.product-list-item .list-price.list-part ins,
.product-list-item .list-price.list-part,
.cr-product-slider__price,
.cr-product-slider__price ins,
.woobt-price-ori,
.ninetheme-product-summary .ninetheme-summary-item.ninetheme-price,
.mini-panel .cart-total-item .value,
.mini-panel .cart-total .value,
.woocommerce-variation-price,
.woobt-total .woocommerce-Price-amount,
.woobt-additional .woocommerce-Price-amount,
.woobt-products .woobt-product-this .woobt-price .woobt-price-new,
.woosc-sidebar-item-price ins,
.woosc-sidebar-item-price,
.ninetheme-checkout-footer-item-value strong span,
.ninetheme-cart-totals .ninetheme-cart-total span,
.woosw-item--price ins,
.woosw-item--price,
.cart-area .cart-total-price .cart-total-price-right,
.woobt-additional.woobt-text ins,
.woobt-total.woobt-text ins,
.price-wrapper
{
color: var(--ninetheme-red);
font-weight: 500;
font-size: 14px;
text-transform: uppercase;
text-decoration: none;
}
.ninetheme-price-wrapper.price,
.ninetheme-price-wrapper.price del,
.ninetheme-price del,
.woocommerce-variation-price del,
.woobt-price .woobt-price-new del,
.woobt-products .woobt-product .woobt-price del,
.woocommercel.product_list_widget li del,
.ninetheme-cart-totals .ninetheme-cart-total .cart-total-value,
.ninetheme-cart-totals .ninetheme-cart-total .cart-total-value strong,
.ninetheme-product-total.product-total,
.ninetheme-checkout-footer-item-value,
.product-list-item .list-price.list-part del,
.cr-product-slider__price del,
.woosc-sidebar-item-price del,
.woosw-item--price del,
.woobt-additional.woobt-text del,
.woobt-total.woobt-text del
{
color: var(--ninetheme-gray-dark);
font-size: 14px;
text-transform: uppercase;
font-weight: 500;
}
.woobt-products .woobt-product .woobt-price del,
.woobt-products .woobt-product .woobt-price ins,
.woobt-price-ori {
font-size: 12px;
}
.woocommerce-variation-price .price span.del>span,
.ninetheme-price span.del>span {
text-decoration: line-through;
color: var(--ninetheme-dark-soft);
}
span.ninetheme-primary-color.del span {
color: var(--ninetheme-red);
font-weight: 300;
font-size: 13px;
text-decoration: line-through;
}
.ninetheme-secondary-color {
margin-left: 5px;
}  .nt-ninetheme-content .woocommerce-message .button.wc-forward {
display: none;
}
.ninetheme-btn:not(.loading) .loading-wrapper {
display: none;
}
.processing .ninetheme-btn:not(.loading) .loading-wrapper {
display: flex;
background: var(--ninetheme-dark);
}
.ninetheme-btn .loading-wrapper {
position: absolute;
height: 100%;
width: 100%;
display: flex;
align-items: center;
justify-content: center;
background: var(--ninetheme-light);
}  .nt-ninetheme-content .woocommerce-message {
padding: 10px 15px;
background: var(--ninetheme-red-bg);
color: var(--ninetheme-red);
margin-bottom: 40px;
max-width: 49%;
border-radius: 5px;
display: flex;
justify-content: space-between;
align-content: center;
align-items: center;
}
.nt-ninetheme-content .woocommerce-message a {
background: var(--ninetheme-red-dark);
color: var(--ninetheme-light);
padding: 5px 10px;
border-radius: 5px;
font-size: 10px;
text-transform: uppercase;
}
.woocommerce-error strong {
color: var(--ninetheme-red);
text-decoration: underline;
} .animation {
will-change: opacity, transform;
opacity: 0;
-moz-animation: none;
-webkit-animation: none;
animation: none;
}/*/*/@keyframes stock-progress-bar {
from {
width: 100%
}
to {
width: 0
}
}
@keyframes slide-down {
0% {
opacity: 0;
transform: translateY(20px);
}
100% {
opacity: 1;
transform: translateY(0);
}
}
@keyframes ninethemefadeInLeft {
0% {
transform: translate3d(-20px, 0, 0);
}
100% {
transform: none;
}
}
@keyframes ninethemefadeOutLeft {
0% {
transform: translate3d(-20px, 0, 0);
}
100% {
transform: none;
}
}
.woocommerce-form-login-toggle, .woocommerce-form-coupon-toggle {
background-color: var(--ninetheme-red-bg);
margin-bottom: 0;
padding: 10px 20px;
border: 1px solid var(--ninetheme-red);
max-width: 380px;
color: var(--ninetheme-dark);
margin: 0;
border-radius: 3px;
text-align: center;
display: flex;
align-items: center;
justify-content: center;
align-content: center;
}
.ninetheme-form-toggle-inner .woocommerce-info {
margin: 0;
font-size: 13px;
}
.woocommerce-form-coupon-toggle a,
.woocommerce-form-login-toggle a {
color: var(--ninetheme-dark);
text-decoration: underline;
}
.woocommerce-info {
font-size: 15px;
margin-bottom: 20px;
}
.woocommerce-form.woocommerce-form-login.login:not(.ninetheme-myaccount-form),
.woocommerce-form-register:not(.ninetheme-myaccount-form),
.checkout_coupon.woocommerce-form-coupon {
max-width: 450px;
margin: 20px 0;
text-align: left;
}
.ninetheme-myaccount-form input:not([type="checkbox"]) {
width: 100%;
}
.ninetheme-myaccount-form .woocommerce-privacy-policy-text,
.ninetheme-myaccount-form .woocommerce-form-login__submit {
margin-bottom: 20px;
}
.ninetheme-myaccount-form .woocommerce-form-login__submit {
margin-top: 20px;
}
.ninetheme-myaccount-form .woocommerce-form-register__submit,
.ninetheme-myaccount-form .woocommerce-form-login__submit {
font-size: 12px;
font-weight: 400;
text-align: center;
color: var(--ninetheme-light);
fill: var(--ninetheme-light);
padding: 13px 30px;
letter-spacing: 0.3px;
line-height: 1;
display: inline-block;
position: relative;
cursor: pointer;
border: 0;
border-radius: 5px;
color: var(--ninetheme-light);
border-color: var(--ninetheme-primary);
background-color: var(--ninetheme-primary);
}
.lost_password a {
color: var(--ninetheme-red-dark);
text-decoration: underline;
}/**/.woocommerce-thankyou-order-details {
list-style: none;
display: flex;
flex-wrap: wrap;
padding: 15px;
border: 2px solid var(--ninetheme-gray);
}
.woocommerce-order-received .woocommerce-order-details,
.woocommerce-order-received .woocommerce-customer-details {
padding: 15px;
border: 2px solid var(--ninetheme-gray);
margin-top: 30px;
}
.woocommerce-order-received .woocommerce-order-details address p {
margin: 0px;
}
.woocommerce-thankyou-order-details li {
display: inline-flex;
align-items: flex-start;
justify-content: flex-start;
flex-direction: column;
}
.woocommerce-thankyou-order-details li+li {
margin-left: 15px;
padding-left: 15px;
border-left: 1px dashed var(--ninetheme-gray);
}
.woocommerce-order-received table.order_details {
width: 100%;
}
.woocommerce-order-received .woocommerce-order-details tr {
border-bottom: 1px solid var(--ninetheme-gray);
line-height: 2.5em;
}
.woocommerce-order-received .woocommerce-order-details tfoot tr:last-child {
border-bottom: 0;
}  .ninetheme-lost-reset-password-wrapper .ninetheme-flex {
flex-direction: column;
}
.woocommerce-notice.woocommerce-notice--success.woocommerce-thankyou-order-received {
display: inline-block;
background: var(--ninetheme-gray-soft);
border: 1px solid var(--ninetheme-gray);
padding: 10px 20px;
color: var(--ninetheme-dark);
}
ul.wc-bacs-bank-details.order_details.bacs_details {
margin: 0;
}
h2.wc-bacs-bank-details-heading {
margin: 30px 0 10px;
font-size: 22px;
}
h3.wc-bacs-bank-details-account-name {
font-size: 18px;
}
.ninetheme-checkout-footer-item.woocommerce-shipping-totals.shipping {
padding: 15px;
background: var(--ninetheme-red-bg);
color: var(--ninetheme-primary);
margin-top: 10px;
border-radius: 5px;
}
ul.ninetheme-product-features-list {
padding-left: 20px;
} .ninetheme-woocommerce-pagination {
display: flex;
text-align: center;
align-items: center;
justify-content: center;
margin-top: 30px;
}
.ninetheme-woocommerce-pagination ul {
display: flex;
align-items: center;
justify-content: center;
flex-wrap: wrap;
width: 100%;
margin: 0;
padding: 0;
gap: 5px;
}
.ninetheme-woocommerce-pagination ul li a,
.ninetheme-woocommerce-pagination ul li span {
display: flex;
justify-content: center;
align-items: center;
width: 40px;
height: 40px;
margin: 0;
padding: 0;
border: 0;
color: var(--ninetheme-dark);
background-color: var(--ninetheme-gray-soft);
text-decoration: none;
font-size: 14px;
font-weight: 500;
line-height: 50px;
border-radius: 4px;
}
.ninetheme-woocommerce-pagination ul li a:focus,
.ninetheme-woocommerce-pagination ul li a:hover,
.ninetheme-woocommerce-pagination ul li span.current {
color: var(--ninetheme-primary);
background-color: var(--ninetheme-red-bg);
} .woosc-sidebar .woosc-sidebar-top {
background-color: var(--ninetheme-gray-soft);
}
.woosc-sidebar-item .woosc-sidebar-item-info .woosc-sidebar-item-name,
.woosc-sidebar-item .woosc-sidebar-item-info .woosc-sidebar-item-name a {
font-weight: 500;
text-decoration: none;
font-size: 14px;
}
.woosc-sidebar-item-action p {
display: flex;
font-size: 12px;
flex-direction: column;
color: var(--ninetheme-primary);
}
.woosc-sidebar-item-action p a {
color: var(--ninetheme-primary);
font-weight: 500;
text-transform: uppercase;
font-size: 10px;
}
.woosc-sidebar-btn {
border-radius: 5px;
}
.open-wishlist-btn .woosw-menu-item .woosw-menu-item-inner {
display: none;
}
.open-wishlist-btn {
position: relative;
}
.woosw-item--time, .woosw-item--stock {
font-size: 8px;
font-weight: 600;
text-transform: uppercase;
color: var(--ninetheme-primary);
}
.woosw-item--time {
color: var(--ninetheme-text);
}
.woosw-popup .woosw-popup-inner .woosw-popup-content .woosw-popup-content-bot .woosw-popup-content-bot-inner a,
.woosw-popup .woosw-popup-inner .woosw-popup-content .woosw-popup-content-bot .woosw-popup-content-bot-inner span {
line-height: 1.2;
text-decoration: none;
border-bottom: 1px solid var(--ninetheme-dark);
outline: none;
font-size: 12px;
cursor: pointer;
font-weight: 600;
}
.woosw-popup.woosw-show .woosw-popup-inner .woosw-popup-content {
border-radius: 5px;
}
.woocommerce-form-track-order.track_order .button {
padding: 13px 20px;
min-width: 100%;
border: 0;
color: var(--ninetheme-light);
background-color: var(--ninetheme-primary);
}
.woocommerce-form-track-order.track_order .button:hover {
background-color: var(--ninetheme-blue-soft);
}
.woocommerce-form-track-order label {
display: block;
font-size: 12px;
text-transform: uppercase;
color: var(--ninetheme-dark-soft);
margin-bottom: 15px;
line-height: 1;
font-weight: 500;
}
.woocommerce-form-track-order.track_order input {
width: 100%;
}
.open-wishlist-btn li.woosw-menu-item {
list-style: none;
line-height: 0;
}
a.wishlist-page-link,
a.compare-page-link,
.open-wishlist-btn .woosw-menu-item a {
position: absolute;
top: 0;
left: 0;
z-index: 1;
width: 100%;
height: 100%;
}
.open-wishlist-btn .woosw-menu-item .woosw-menu-item-inner {
display: none;
}
.ninetheme-product-info form.cart {
gap: 10px;
display: flex;
}
button.woocommerce-button + ul.woocommerce-error {
margin-bottom: 0;
margin-top: 20px;
width: 100%;
padding: 10px;
background-color: var(--ninetheme-red-softer);
color: var(--ninetheme-red-text);
border: 1px solid var(--ninetheme-red);
}
button.woocommerce-button + ul.ninetheme-success {
border: 1px solid;
padding: 10px;
list-style: none;
width: 100%;
max-width: 100%;
background: var(--ninetheme-success-bg);
margin: 0;
margin-top: 20px;
}
.ninetheme-myaccount-form .woocommerce-button.loading {
position: relative;
} .hidden-message .woocommerce-notices-wrapper {
display: none;
}
.has-gap {
gap: 30px;
}
.ninetheme-myaccount-wrapper .ninetheme-myaccount-steps-buttons {
display: flex;
align-items: center;
justify-content: space-between;
flex-wrap: wrap;
margin-bottom: 40px;
gap: 10px;
}
.ninetheme-myaccount-wrapper .ninetheme-myaccount-steps-buttons>span {
display: flex;
align-items: center;
justify-content: center;
margin: 0;
width: calc(50% - 5px);
cursor: pointer;
background-color: var(--ninetheme-gray-soft);
padding: 10px 20px;
border: 1px solid var(--ninetheme-gray);
color: var(--ninetheme-dark);
}
.ninetheme-myaccount-wrapper .ninetheme-myaccount-steps-buttons>span[tabindex="-1"] {
background-color: var(--ninetheme-dark);
color: var(--ninetheme-light);
}
.ninetheme-myaccount-wrapper .ninetheme-myaccount-steps-buttons>span[tabindex="-1"] svg {
fill: var(--ninetheme-light);
}
.ninetheme-myaccount-wrapper .ninetheme-myaccount-steps-buttons svg {
max-width: 18px;
max-height: 18px;
margin-right: 5px;
}
.swiper-slide .ninetheme-myaccount-form .woocommerce-privacy-policy-text {
margin-bottom: 5px;
}
.ninetheme-myaccount-page-content-inner {
padding: 40px;
border: 2px solid var(--ninetheme-border);
border-radius: 5px;
}
.ninetheme-myaccount-content {
padding-left: 20px;
}
.ninetheme-myaccount-navigation {
position: relative;
}
nav.ninetheme-myaccount-navigation:after {
content: "";
position: absolute;
right: 0;
top: -40px;
width: 3px;
height: calc(100% + 80px);
background: var(--ninetheme-border);
}
.ninetheme-myaccount-navigation ul {
margin: 0;
padding: 0;
display: flex;
align-items: center;
flex-direction: column;
gap: 10px;
}
li.menu-item.woocommerce-MyAccount-navigation-link {
display: flex;
list-style: none;
align-items: center;
width: 100%;
flex: 0 0 100%;
gap: 10px;
}
.ninetheme-popup-account {
position: fixed;
width: 100%;
height: 100%;
z-index: 9999;
opacity: 0;
visibility: hidden;
top: 0;
left: 0;
display: flex;
align-items: center;
justify-content: center;
}
.ninetheme-popup-account.active {
opacity: 1;
visibility: visible;
transition: visibility .25s, opacity .25s;
}
.ninetheme-popup-account .panel-overlay {
position: absolute;
width: 100%;
height: 100%;
z-index: 1;
background-color: var(--ninetheme-dark);
opacity: 0.5;
top: 0;
left: 0;
cursor: pointer;
cursor: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='32' height='32' 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;
}
.ninetheme-popup-account .panel-close {
z-index: 2;
}
.ninetheme-popup-account div#customer_login {
width: 360px;
max-width: calc(100% - 30px);
padding: 20px;
background-color: var(--ninetheme-light);
border-radius: 5px;
overflow: hidden;
z-index: 3;
opacity: 0;
transform: scale(0);
transition: transform .25s, opacity .25s;
}
.ninetheme-popup-account.active div#customer_login {
opacity: 1;
transform: scale(1);
transition: transform .5s, opacity .5s;
}
.ninetheme-popup-account .form-content {
width: 100%;
display: flex;
align-items: center;
justify-content: center;
position: relative;
gap: 20px;
transform: translate3d(0px, 0px, 0px);
transition-property: transform;
box-sizing: content-box;
}
.ninetheme-popup-account form {
width: 100%;
flex: 1 0 100%;
}
.ninetheme-popup-account form:not(.active) {
display: none
}
.ninetheme-popup-account .woocommerce-privacy-policy-text {
margin-bottom: 15px;
}
.ninetheme-popup-account .steps-buttons {
display: flex;
align-items: center;
justify-content: space-between;
flex-wrap: wrap;
margin-bottom: 20px;
gap: 10px;
}
.ninetheme-popup-account .steps-buttons>a {
display: flex;
align-items: center;
justify-content: center;
flex-wrap: wrap;
gap: 10px;
flex: 1 0 auto;
}
.ninetheme-popup-account .steps-buttons>a.active {
background-color: var(--ninetheme-dark);
}
.ninetheme-popup-account ul.navigation {
display: flex;
flex-direction: column;
gap: 15px;
}
.ninetheme-popup-account .panel-title {
margin-bottom: 15px;
border-bottom: 1px solid var(--ninetheme-border);
padding-bottom: 10px;
display: flex;
align-items: center;
gap: 10px;
font-size: 18px;
}
.shop-container  {
display: grid;
gap: 30px;
grid-template-columns: auto;
}
.shop-container.has-sidebar {
grid-template-columns: 320px 1fr;
}
.shop-container.has-sidebar.right-sidebar {
grid-template-columns: 1fr 320px;
}
@media(max-width:992px) {
.shop-container.has-sidebar.left-sidebar,
.shop-container.has-sidebar.right-sidebar {
grid-template-columns: auto;
}
.shop-container.has-sidebar.right-sidebar {
grid-template-columns: auto!important;
}
}
.ninetheme-products {
display: grid;
gap: 25px 15px;
grid-template-columns: repeat(auto-fill, minmax(200px, 1fr));
}
.ninetheme-shop-categories {
display: grid;
gap: 15px;
grid-template-columns: repeat(auto-fill, minmax(170px, 1fr));
}
.shop-mode-cats .ninetheme-shop-categories {
margin-bottom: 40px;
}
@media(max-width:992px) {
.ninetheme-products,
.ninetheme-shop-categories {
grid-template-columns: repeat(auto-fill, minmax(150px, 1fr));
}
}
@media(min-width:992px) {
.has-sidebar .products.column-6,
.has-sidebar .ninetheme-shop-categories.column-6 {
grid-template-columns: repeat(auto-fill, minmax(calc((1580px - 320px) / 7), 1fr));
}
.has-sidebar .products.column-5,
.has-sidebar .ninetheme-shop-categories.column-5 {
grid-template-columns: repeat(auto-fill, minmax(calc((1580px - 320px) / 6), 1fr));
}
.has-sidebar .products.column-4,
.has-sidebar .ninetheme-shop-categories.column-4 {
grid-template-columns: repeat(auto-fill, minmax(calc((1580px - 320px) / 5), 1fr));
}
.has-sidebar .products.column-3,
.has-sidebar .ninetheme-shop-categories.column-3 {
grid-template-columns: repeat(auto-fill, minmax(calc((1580px - 320px) / 4), 1fr));
}
.has-sidebar .products.column-2,
.has-sidebar .ninetheme-shop-categories.column-2 {
grid-template-columns: repeat(auto-fill, minmax(calc((1580px - 320px) / 3), 1fr));
}
.has-sidebar .products-type-list {
grid-template-columns: repeat(auto-fill, minmax(calc((1580px - 320px) / 3), 1fr));
}
}
.products-type-list {
grid-template-columns: repeat(auto-fill, minmax(370px, 1fr));
}
.ninetheme-widget-header {
display: flex;
align-items: center;
justify-content: space-between;
gap: 15px;
flex-wrap: wrap;
margin-bottom: 20px;
}
.ninetheme-header-title {
margin: 0;
}
.ninetheme-custom-reviews-wrapper .cr-reviews-slider {
padding: 0;
}
.ninetheme-header-button.has-icon {
display: flex;
align-items: center;
justify-content:center;
gap: 14px;
}
.ninetheme-product-cart.added {
background: var(--ninetheme-green);
color: var(--ninetheme-light);
}
.ninetheme-header-button.icon-after {
flex-direction: row-reverse;
}
.ninetheme-category-grid,
.ninetheme-brands-grid {
display: grid;
grid-template-columns: repeat(5,1fr);
gap: 20px;
}
.ninetheme-widget-brands-wrapper .ninetheme-brand-item {
text-align: center;
border: 1px solid var(--ninetheme-border);
padding: 15px;
}
.style-4 .ninetheme-brand-item {
text-align: center;
border: 0;
padding: 0;
opacity: .6;
}
.style-2 .ninetheme-brand-item {
text-align: center;
border: 1px solid var(--ninetheme-border);
padding: 15px;
border-radius: 5px;
} .ninetheme-minicart.loading:after,
.header-cart-footer.loading:after,
.ninetheme_ajax_add_to_cart.loading:after,
.ninetheme_swatches_add_to_cart.loading:after,
.spinner.loading:after,
.loading .spinner:after,
.list-buttons .loading:after,
.type-10 a.add_to_cart_button.loading:after,
.vehicle-search-form.loading .filter-loader:after,
.nt-mobile .nt-sidebar.loading .filter-loader:after {
position: absolute;
top: 50%;
left: 50%;
margin-top: -9px;
margin-left: -9px;
transition: opacity .2s ease;
content: "";
display: inline-block;
width: 18px;
height: 18px;
border: 1px solid var(--ninetheme-light);
border-left-color: var(--ninetheme-primary);
border-radius: 50%;
vertical-align: middle;
animation: ninetheme-rotate 450ms infinite linear;
}
.list-buttons .loading:after {
border-color: #ddd;
border-left-color: var(--ninetheme-primary);
}
.ninetheme_ajax_add_to_cart.loading .cart-text,
.ninetheme_swatches_add_to_cart.loading .cart-text {
opacity: 0;
}
.ninetheme-header-title span {
color: gray;
font-size: 12px;
margin-left: 20px;
border-left: 2px solid #eee;
padding-left: 20px;
}
.ninetheme-product-extra-features {
padding: 0 !important;
margin: 0 !important;
display: flex;
flex-direction: column;
gap: 5px;
list-style: none;
font-size: 10px;
line-height: normal;
}
.ninetheme-product-extra-features li {
display: flex;
gap: 5px;
justify-content: flex-start;
color: var(--ninetheme-text);
text-transform: uppercase;
}
.ninetheme-product-extra-features li .checked {
color: var(--ninetheme-green);
margin-right: 3px;
} @keyframes ninetheme-rotate {
100% {
transform: rotate(360deg);
}
}
.ninetheme-product-cart.has-icon {
position: relative;
overflow: hidden;
display: inline-flex;
flex-direction: column;
justify-content: center;
align-items: center;
line-height: normal;
padding: 0 20px;
min-height: 40px;
}
.ninetheme-product-cart.has-icon>* {
transition: transform 0.35s cubic-bezier(0.310, -0.105, 0.430, 1.400);
}
.ninetheme-product-cart.has-icon svg {
position: absolute;
bottom: auto;
top: auto;
width: 20px;
height: 20px;
-webkit-transform: translateY(200%);
-moz-transform: translateY(200%);
transform: translateY(200%);
margin-right: 0;
}
.ninetheme-product-cart.has-icon.loading svg {
opacity: 0;
}
.ninetheme-product-cart.has-icon:hover>.cart-text {
-webkit-transform: translateY(-200%);
-moz-transform: translateY(-200%);
transform: translateY(-200%);
}
.ninetheme-product-cart.has-icon:hover>svg {
-webkit-transform: translateY(0%);
-moz-transform: translateY(0%);
transform: translateY(0%);
}
.ninetheme-product-cart.has-icon:hover .woobt-count {
display: none;
}
.ninetheme-swatches-loading {
position: absolute;
height: 6px;
background-color: var(--ninetheme-yellow);
bottom: 44px;
border-radius: 5px;
max-width: calc(100% - 10px);
left: 5px;
}
.ninetheme-hint {
display: none;
}
@media(min-width:1024px){
.ninetheme-hint {
display: flex;
align-items: center;
justify-content: center;
background-color: var(--ninetheme-primary);
color: var(--ninetheme-light);
font-size: 12px;
line-height: 1;
position: absolute;
top: -25px;
visibility: hidden;
opacity: 0;
pointer-events: none;
white-space: nowrap;
-webkit-border-radius: 3px;
border-radius: 3px;
padding: 8px 9px 8px 9px;
-webkit-transform: translateZ(0);
transform: translateZ(0);
box-shadow: 0 7px 15px rgba(0,0,0,.3);
-webkit-transition: .3s ease;
-moz-transition: .3s ease;
transition: .3s ease;
-webkit-transition-delay: 0s;
-moz-transition-delay: 0s;
transition-delay: 0s;
z-index: 5;
}
.ninetheme-hint:before {
content: '';
border: 5px solid transparent;
border-top-color: var(--ninetheme-primary);
position: absolute;
bottom: -10px;
left: 50%;
-webkit-transform: translateX(-50%);
transform: translateX(-50%);
}
.ninetheme-product-button:hover .ninetheme-hint,
.ninetheme-term:hover .ninetheme-hint{
visibility: visible;
opacity: 1;
top: -35px;
-webkit-transition-delay: .1s;
-moz-transition-delay: .1s;
transition-delay: .1s;
}
.hint-left span.ninetheme-hint {
top: 50%;
right: 20px;
transform: translateY(-50%);
}
.hint-left .ninetheme-hint:before {
content: '';
border-color: transparent;
border-left-color: var(--ninetheme-primary);
bottom: auto;
top: 50%;
right: -10px;
left: auto;
-webkit-transform: translateY(-50%);
transform: translateY(-50%);
}
.hint-left .ninetheme-product-button:hover .ninetheme-hint,
.ninetheme-add-to-cart.hint-left:hover .ninetheme-hint {
visibility: visible;
opacity: 1;
top: 50%;
right: calc(100% + 10px);
-webkit-transition-delay: .1s;
-moz-transition-delay: .1s;
transition-delay: .1s;
}
.show-on-mobile {
display: none;
}
}
@media(max-width: 1024px) {
.ninetheme-myaccount-page-content.row>div {
width: 100%;
}
.woocommerce-page .ninetheme-myaccount-page-content a.button {
padding: 0px 10px;
min-height: 38px;
min-width: auto;
}
.nt-ninetheme-content .ninetheme-myaccount-content table.table.table-striped {
margin-bottom: 0;
}
}
@media(max-width:768px){
.ninetheme-myaccount-page-content .ninetheme-myaccount-page-content-inner {
padding: 30px;
}
.ninetheme-myaccount-navigation {
margin-bottom: 20px;
padding-bottom: 20px;
}
.ninetheme-myaccount-content {
padding-left: 0;
}
nav.ninetheme-myaccount-navigation:after {
right: 0;
left: -30px;
top: auto;
bottom: 0;
width: calc(100% + 60px);
height: 2px;
}
.ninetheme-myaccount-navigation ul {
flex-direction: row;
flex-wrap: wrap;
gap: 5px;
}
.ninetheme-myaccount-navigation li.menu-item.woocommerce-MyAccount-navigation-link {
width: auto;
flex: 0 0 calc(33.3333% - 5px);
}
.ninetheme-myaccount-navigation li.menu-item.woocommerce-MyAccount-navigation-link a {
padding: 10px 15px;
background: var(--ninetheme-primary);
line-height: 1;
color: var(--ninetheme-light);
width: 100%;
text-align: center;
border-radius: 5px;
}
.ninetheme-myaccount-navigation li.menu-item.woocommerce-MyAccount-navigation-link a:hover {
background: var(--ninetheme-primary-dark);
}
.ninetheme-woocommerce-pagination ul li a,
.ninetheme-woocommerce-pagination ul li span {
width: 30px;
height: 30px;
font-size: 10px;
}
}
@media(max-width:576px) {
.ninetheme-myaccount-page-content .ninetheme-myaccount-page-content-inner {
padding: 20px;
}
.ninetheme-myaccount-page-content .ninetheme-myaccount-content a:not(.button) {
display: initial;
}
.ninetheme-myaccount-page-content .ninetheme-myaccount-content a:not(.button):after {
display: none;
}
.nt-ninetheme-content .ninetheme-myaccount-content table.table.table-striped th,
.nt-ninetheme-content .ninetheme-myaccount-content table.table.table-striped td {
padding: 8px;
font-size: 10px;
}
.woocommerce-page .ninetheme-myaccount-page-content a.button {
padding: 0px 5px;
min-height: 20px;
font-size: 10px;
}
nav.ninetheme-myaccount-navigation:after {
left: -20px;
width: calc(100% + 40px);
}
li.menu-item.woocommerce-MyAccount-navigation-link {
flex: 0 0 calc(50% - 5px);
}
.ninetheme-header-title {
margin: 0;
display: flex;
flex-direction: column;
max-width: 55%;
}
.ninetheme-header-title span {
color: var(--ninetheme-text-soft);
font-size: 12px;
margin-left: 0;
border-left: 0;
padding-left: 0;
font-weight: 400;
}
} .star-rating {
position: relative;
overflow: hidden;
display: inline-flex;
align-items: center;
justify-content: flex-start;
font-family: 'ninetheme-font';
}
.star-rating::before {
content: "\f148\f148\f148\f148\f148";
color: var(--ninetheme-gray);
}
.star-rating>span {
position: absolute;
top: 0;
left: 0;
overflow: hidden;
height: 100%;
font-size: 0;
}
.star-rating>span::before {
content: "\f148\f148\f148\f148\f148";
top: 0;
position: absolute;
left: 0;
color: var(--ninetheme-yellow);
}
.star-rating,
.star-rating>span::before {
font-size: 12px;
line-height: 1;
}
p.stars {
line-height: 1;
font-size: 0;
margin: 0;
}
p.stars a {
padding-right: 10px;
margin-right: 10px;
position: relative;
color: var(--ninetheme-gray);
}
p.stars a.active {
color: var(--ninetheme-yellow);
}
p.stars a:not(:last-child):after {
content: "|";
position: absolute;
right: 0;
font-size: 12px;
}
p.stars a:before {
font-family: 'ninetheme-font';
font-size: 12px;
letter-spacing: 2px;
}
p.stars a.star-1:before {
content: "\f148";
}
p.stars a.star-2:before {
content: "\f148\f148";
}
p.stars a.star-3:before {
content: "\f148\f148\f148";
}
p.stars a.star-4:before {
content: "\f148\f148\f148\f148";
}
p.stars a.star-5:before {
content: "\f148\f148\f148\f148\f148";
}
p.stars a:hover:before,
p.stars.selected a.active:before {
color: var(--ninetheme-yellow);
}
.ninetheme-summary-item.ninetheme-product-rating {
display: inline-flex;
border: 1px solid var(--ninetheme-yellow);
padding: 3px 10px;
border-radius: 5px;
background: #fffef0;
line-height: 1;
align-items: center;
gap: 5px;
}
.ninetheme-product-rating .ninetheme-review-link {
font-size: 10px;
color: #efac00;
}
@media(max-width:576px) {
p.stars a:before {
font-size: 10px;
}
} .quantity {
position: relative;
display: -webkit-inline-box;
display: -ms-inline-flexbox;
display: inline-flex;
padding-left: 32px;
padding-right: 32px;
border: 1px solid var(--ninetheme-border);
max-width: 100px;
border-radius: 4px;
}
.quantity input.qty {
padding: 0;
min-height: inherit;
border: 0;
max-width: 100%;
font-size: 12px;
}
.woocommerce .product .grouped-list-item .quantity .qty,
.woocommerce .quantity .qty,
.quantity input {
border: 0;
font-size: 12px;
padding: 0;
text-align: center;
height: 100%;
flex: 1;
width: auto;
height: 36px;
}
.quantity .qty {
margin-bottom: 0;
padding-left: 0;
padding-right: 0;
-webkit-box-shadow: none;
box-shadow: none;
font-size: 0.9375rem;
text-align: center;
height: 37px;
}
.quantity.hidden {
display: none;
}
.quantity .minus,
.quantity .plus {
position: absolute;
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;
width: 32px;
height: 100%;
top: 0;
left: 0;
cursor: pointer;
color: var(--ninetheme-gray);
-webkit-user-select: none;
-moz-user-select: none;
-ms-user-select: none;
user-select: none;
}
.quantity .plus {
left: auto;
right: 0;
}
.quantity .minus:after,
.quantity .plus:after {
content: "";
display: block;
width: 10px;
height: 2px;
background: currentColor;
position: absolute;
}
.quantity .plus::before {
content: "";
display: block;
width: 2px;
height: 10px;
background: currentColor;
position: absolute;
}
.quantity-button.plus:hover,
.quantity-button.minus:hover {
background: inherit;
}
input.qty[type='number'] {
-moz-appearance: textfield;
}
input.qty::-webkit-outer-spin-button,
input.qty::-webkit-inner-spin-button {
-webkit-appearance: none;
}
.cart-quantity-wrapper .cart-update {
display: none;
}
.cart-quantity-wrapper .cart-update.clicked {
pointer-events: none;
} .ninetheme-shop-popup-notices {
z-index: 99999;
max-width: 100%;
display: flex;
flex-direction: column;
gap: 10px;
position: fixed;
right: 0;
}
.ninetheme-shop-popup-notices .woocommerce-message,
.ninetheme-quickshop-notices .woocommerce-message,
.ninetheme-quickview-wrapper .woocommerce-message,
.ninetheme-shop-popup-notices .wc-block-components-notice-banner.is-success {
background: var(--ninetheme-success);
border: 1px solid var(--ninetheme-green);
border-radius: 3px;
color: var(--ninetheme-light);
padding: 15px 20px;
}
.ninetheme-shop-popup-notices .woocommerce-error,
.ninetheme-quickshop-notices .woocommerce-error,
.ninetheme-quickview-wrapper .woocommerce-error,
.ninetheme-shop-popup-notices .wc-block-components-notice-banner.is-error {
background: var(--ninetheme-red);
border: 1px solid var(--ninetheme-red);
border-radius: 3px;
color: var(--ninetheme-light);
padding: 15px 20px;
margin: 0;
}
.woocommerce-error span.close-error {
position: absolute;
top: 5px;
right: 5px;
width: 20px;
height: 20px;
display: flex;
align-items: center;
justify-content: center;
cursor: pointer;
}
.ninetheme-shop-popup-notices.postion-top-right,
.ninetheme-shop-popup-notices.postion-bottom-right {
right: 0px;
-moz-transform: translateX(100%);
-ms-transform: translateX(100%);
-webkit-transform: translateX(100%);
transform: translateX(100%);
}
.ninetheme-shop-popup-notices.postion-bottom-left,
.ninetheme-shop-popup-notices.postion-bottom-right {
bottom: 25px;
right: 7px;
}
.ninetheme-shop-popup-notices.postion-top-left,
.ninetheme-shop-popup-notices.postion-bottom-left {
left: 15px;
-moz-transform: translateX(-100%);
-ms-transform: translateX(-100%);
-webkit-transform: translateX(-100%);
transform: translateX(-100%);
}
.ninetheme-shop-popup-notices.postion-top-right,
.ninetheme-shop-popup-notices.postion-top-left {
top: 40px;
}
.ninetheme-shop-popup-notices.postion-centered {
top: 50%;
left: 50%;
-moz-transform: translateX(-50%) translateY(-50%);
-ms-transform: translateX(-50%) translateY(-50%);
-webkit-transform: translateX(-50%) translateY(-50%);
transform: translateX(-50%) translateY(-50%);
visibility: visible;
opacity: 1;
}
.woocommerce-notices-wrapper {
position: relative;
max-width: 530px;
width: 100%;
color: #fff;
}
.postion-top-right .woocommerce-notices-wrapper,
.postion-bottom-right .woocommerce-notices-wrapper {
transform: translateX(calc(-100% - 15px));
}
.postion-top-left .woocommerce-notices-wrapper,
.postion-bottom-left .woocommerce-notices-wrapper {
transform: translateX(calc(100% + 15px));
}
@media(max-width:576px) {
.ninetheme-shop-popup-notices {
left: 15px;
}
.ninetheme-shop-popup-notices.postion-top-left,
.ninetheme-shop-popup-notices.postion-bottom-left {
right: 15px;
}
}
.ninetheme-shop-popup-notices,
.ninetheme-shop-popup-notices.ninetheme-notices-has-error ul.woocommerce-error {
color: var(--ninetheme-light);
}
.ninetheme-shop-popup-notices .ninetheme-panel-close-button,
.ninetheme-shop-popup-notices .button.wc-forward,
.ninetheme-shop-popup-notices.ninetheme-notices-has-error .close-error {
display: none;
}
.ninetheme-shop-popup-notices.postion-in-product .ninetheme-btn {
padding: 10px;
font-size: 12px;
}
.ninetheme-shop-popup-notices.postion-centered:hover,
.ninetheme-shop-popup-notices.postion-centered.active {
opacity: 1;
visibility: visible;
}
.ninetheme-shop-popup-notices span.product-name,
.ninetheme-shop-popup-notices p.message {
color: var(--ninetheme-light);
}
.ninetheme-shop-popup-notices .ninetheme-cart-update-message p {
margin-bottom: 10px;
text-transform: uppercase;
font-size: 10px;
}
.ninetheme-shop-popup-notices span.update {
display: block;
text-transform: uppercase;
}
.ninetheme-shop-popup-notices .button.wc-forward {
color: #fff !important;
}
@media(max-width:768px) {
.ninetheme-shop-popup-notices.postion-bottom-left,
.ninetheme-shop-popup-notices.postion-bottom-right {
bottom: 15px;
left: 30px;
}
.ninetheme-shop-popup-notices .woocommerce-message,
.ninetheme-quickshop-notices .woocommerce-message,
.ninetheme-quickview-wrapper .woocommerce-message {
font-size: 11px;
}
}  .ninetheme-quickshop-wrapper {
max-width: 500px;
background: var(--ninetheme-light);
padding: 40px;
margin: 0 auto;
border-radius: 5px;
}
.ninetheme-selected-variations-terms-wrapper {
display: none;
}
.ninetheme-selected-variations-terms span {
font-weight: 500;
text-transform: uppercase;
font-size: 11px;
}
.ninetheme-selected-variations-terms .selected-value {
color: var(--ninetheme-primary);
font-weight: 400;
}
.ninetheme-selected-variations-terms-title {
text-transform: uppercase;
font-size: 12px;
font-weight: 500;
color: var(--ninetheme-dark);
margin-bottom: 10px;
display: block;
line-height: 1;
}
.ninetheme-selected-variations-terms-wrapper .selected-features+.selected-features {
margin-left: 10px;
}
.ninetheme-quickshop-wrapper .ninetheme-variations {
margin-bottom: 0px;
width: 100%;
}
.ninetheme-quickshop-wrapper .ninetheme-quickshop-form-wrapper {
display: block;
}
.ninetheme-quickshop-wrapper .ninetheme-product-title {
margin-bottom: 15px;
}
.ninetheme-quickshop-wrapper .ninetheme-summary-item.ninetheme-price {
display: flex;
align-items: center;
line-height: 1;
gap: 10px;
flex-wrap:wrap;
margin-bottom: 15px;
}
.ninetheme-quickshop-wrapper .ninetheme-summary-item.ninetheme-price p.stock.ninetheme-stock-status {
margin-top: 0;
}
.ninetheme-quickshop-wrapper .ninetheme-variations-items .ninetheme-small-title{
min-width: 65px;
}
.ninetheme-quickshop-wrapper form.ninetheme-summary-item.ninetheme-flex.cart.grouped_form .ninetheme-after-cart-grouped-button-wrapper button {
width: auto;
flex: 0 0 100%;
}
.product.ninetheme-quickshop-wrapper .single_variation_wrap.single-product-add-to-cart-type-black .woocommerce-variation-add-to-cart,
.product.ninetheme-quickshop-wrapper .single_variation_wrap.single-product-add-to-cart-type-gray .woocommerce-variation-add-to-cart {
margin-top: 10px;
background: transparent;
border: 0;
padding: 0;
}
.ninetheme-quickshop-wrapper ul.woocommerce-error {
list-style: none;
position: relative;
margin: 0;
margin-top: 10px;
padding: 25px 15px 15px 15px;
background: var(--ninetheme-red);
color: var(--ninetheme-light);
}
.ninetheme-quickshop-buttons-wrapper .ninetheme-flex,
.ninetheme-quickshop-wrapper .ninetheme-product-info-top {
gap: 10px;
}
.ninetheme-quickshop-buttons-wrapper .ninetheme-flex {
flex-wrap: nowrap;
}
.ninetheme-quickshop-buttons-wrapper span[data-hover]:after {
width: 100%;
}
.ninetheme-quickshop-wrapper .woocommerce-variation-add-to-cart {
margin-top: 0px;
}
.ninetheme-quickshop-wrapper .ninetheme-btn,
.ninetheme-quickshop-wrapper .ninetheme-product-info .ninetheme-btn,
.ninetheme-quickshop-wrapper .ninetheme-product-info-top .single_add_to_cart_button,
.ninetheme-quickshop-wrapper .ninetheme-product-info .ninetheme-btn-buynow {
flex: 1 0 auto;
min-width: 150px;
}
.ninetheme-quickshop-wrapper .ninetheme-quickshop-buttons-wrapper:not(.active),
.ninetheme-quickshop-wrapper .ninetheme-quickshop-notices-wrapper:not(.active),
.ninetheme-quickshop-wrapper .woocommerce-message .button.wc-forward {
display: none;
}
.ninetheme-quickshop-wrapper .mfp-close.ninetheme-panel-close-button {
position: absolute;
top: 10px;
right: 10px;
width: 30px;
height: 30px;
opacity: 1;
background: var(--ninetheme-dark);
padding: 0;
}
.ninetheme-quickshop-wrapper .ninetheme-panel-close-button:before,
.ninetheme-quickshop-wrapper .ninetheme-panel-close-button:after {
background-color: var(--ninetheme-light);
opacity: 1;
}
.ninetheme-quickshop-wrapper .ninetheme-quickshop-buttons-wrapper {
display: none;
}
.ninetheme-quickshop-buttons-wrapper .ninetheme-flex>div {
flex: 1;
}
.ninetheme-quickshop-buttons-wrapper .ninetheme-btn {
min-width: auto!important;
width: calc(50% - 10px);
cursor: pointer;
}
.ninetheme-quickshop-wrapper .ninetheme-product-info-top .quantity {
min-width: 150px;
}
.ninetheme-quickshop-wrapper .minicart-extra-text {
margin: 0;
position: absolute;
width: 100%;
top: -41px;
left: 0;
padding: 7px 40px 7px 30px;
background: var(--ninetheme-dark);
text-align: left;
color: var(--ninetheme-light);
}
.ninetheme-quickshop-wrapper .woocommerce-variation-price {
margin: 0px 0 10px;
}
.ninetheme-quickshop-wrapper .woobt-alert {
padding: 6px 10px 6px 14px;
border: 1px solid var(--ninetheme-red-soft);
background-color: var(--ninetheme-red-bg);
font-size: 12px;
color: var(--ninetheme-red-dark);
border-radius: var(--ninetheme-border-radius);
text-align: center;
}
.ninetheme-quickshop-wrapper .woobt-wrap .woobt-products {
margin: 0 0 20px;
}
.ninetheme-quickshop-wrapper .ninetheme-after-cart-button-wrapper {
display: none;
}
.ninetheme-quickshop-wrapper .product-after-cart-wrapper {
flex: 0 0 100%;
order: 2;
max-width: 150px;
}
.ninetheme-quickshop-wrapper .ninetheme-btn-buynow {
order: 3;
}
.woocommerce-variation.single_variation {
display: flex;
gap: 15px;
flex-direction: column;
}
.ninetheme-quickshop-wrapper .ninetheme-summary-item .ninetheme-product-button {
max-width: 50%;
}
@media(max-width:480px) {
.ninetheme-quickshop-wrapper .quantity {
max-width: 100%;
}
.ninetheme-quickshop-wrapper .ninetheme-hint {
display: none;
}
.ninetheme-quickshop-wrapper .product-after-cart-wrapper {
width: 100%;
order: 3;
max-width: 100%;
}
.ninetheme-quickshop-wrapper .ninetheme-btn {
flex: 1 0 100%;
}
.ninetheme-quickshop-wrapper .ninetheme-btn-buynow {
order: 2;
}
} .ninetheme-quickview-sidebar {
position: fixed;
top: 0;
right: 0;
height: 100%;
max-width: calc(100% - 30px);
width: 470px;
z-index: 99999;
padding: 50px 20px 50px 20px;
opacity: 1;
border-radius: 15px;
background-color: var(--ninetheme-light);
border: 1px solid var(--ninetheme-border);
will-change: transform;
-moz-transform: translateX(calc(100% + 40px));
-ms-transform: translateX(calc(100% + 40px));
-webkit-transform: translateX(calc(100% + 40px));
transform: translateX(calc(100% + 40px));
-webkit-transition: opacity 0.25s ease, ease;
transition: opacity 0.25s ease, transform 0.25s ease;
-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%);
}
.ninetheme-quickview-sidebar.style-2 {
top: 15px;
right: 15px;
height: calc(100% - 30px);
max-width: calc(100% - 30px);
border-radius: 15px;
}
.admin-bar .ninetheme-quickview-sidebar {
top: 32px;
max-height: calc(100% - 32px);
}
.admin-bar .ninetheme-quickview-sidebar.style-2 {
top: 50px;
max-height: calc(100% - 65px);
}
.ninetheme-quickview-inner.ninetheme-scrollbar {
overflow-y: auto;
max-height: 100%;
margin-right: -20px;
padding-right: 20px;
}
.ninetheme-quickview-sidebar.active {
-moz-transform: translateX(0%);
-ms-transform: translateX(0%);
-webkit-transform: translateX(0%);
transform: translateX(0%);
}
.quick-main,
.ninetheme-quickview-sidebar .quick-thumbs img,
.ninetheme-quickview-sidebar .quick-thumbs img:hover {
border: 1px solid var(--ninetheme-border);
border-radius: 5px;
}
.quick-thumbs img {
padding: 5px;
cursor: pointer;
}
.ninetheme-quickview-sidebar .quick-thumbs .swiper-slide-thumb-active img {
border-color: var(--ninetheme-primary);
}
.quick-thumbs {
margin-top: 20px;
}
.ninetheme-quickview-swiper-wrapper {
position: relative;
height: 100%;
}
.ninetheme-quickview-sidebar .ninetheme-product-info-top {
width: 100%;
}
@media(min-width:600px) {
.ninetheme-quickview-swiper-wrapper.thumbs-right .quick-main,
.ninetheme-quickview-swiper-wrapper.thumbs-left .quick-main {
max-width: calc(100% - 77px);
}
.ninetheme-quickview-wrapper .ninetheme-quickview-swiper-wrapper.thumbs-right .quick-main,
.ninetheme-quickview-wrapper .ninetheme-quickview-swiper-wrapper.thumbs-left .quick-main {
max-width: calc(100% - 100px);
}
.ninetheme-quickview-swiper-wrapper.thumbs-left .quick-main {
margin-right: 0;
}
.ninetheme-quickview-swiper-wrapper.thumbs-right .quick-main {
margin-left: 0;
}
.ninetheme-quickview-swiper-wrapper.thumbs-right .quick-thumbs,
.ninetheme-quickview-swiper-wrapper.thumbs-left .quick-thumbs {
position: absolute;
top: 0;
left: 0;
margin: 0;
list-style: none;
padding: 0;
z-index: 1;
max-width: 67px;
height: 100%;
overflow: hidden;
}
.ninetheme-quickview-wrapper .ninetheme-quickview-swiper-wrapper.thumbs-right .quick-thumbs,
.ninetheme-quickview-wrapper .ninetheme-quickview-swiper-wrapper.thumbs-left .quick-thumbs {
max-width: 90px;
}
.ninetheme-quickview-swiper-wrapper.thumbs-right .quick-thumbs {
left: auto;
right: 0;
}
.ninetheme-quickview-swiper-wrapper.thumbs-right .quick-thumbs .swiper-slide,
.ninetheme-quickview-swiper-wrapper.thumbs-left .quick-thumbs .swiper-slide {
width: 100%;
text-align: center;
}
}
.quick-main,
.ninetheme-quickview-sidebar .quick-thumbs img,
.ninetheme-quickview-sidebar .quick-thumbs img:hover {
border: 1px solid var(--ninetheme-border);
border-radius: 5px;
}
.quick-thumbs img {
padding: 5px;
cursor: pointer;
}
.ninetheme-quickview-sidebar .quick-thumbs .swiper-slide-thumb-active img {
border-color: var(--ninetheme-primary);
}
.quick-thumbs {
margin-top: 20px;
}
.quick-details {
display: flex;
flex-direction: column;
gap: 15px;
padding: 0;
}
.quick-details .ninetheme-summary-item {
position: relative;
display: flex;
align-items: center;
flex-wrap: wrap;
gap: 5px;
}
.quick-details .ninetheme-product-title {
margin: 0;
margin-top: 20px;
font-size: 24px;
}
.quick-details .ninetheme-summary-item.ninetheme-price {
gap: 10px;
}
.quick-details .ninetheme-summary-item.ninetheme-price p.stock.ninetheme-stock-status {
line-height: 1;
margin: 0;
}
.quick-details .ninetheme-price-wrapper.price,
.quick-details .ninetheme-summary-item.ninetheme-price {
font-size: 22px;
}
.quick-details .woobt-wrap {
display: block;
clear: both;
width: 100%;
margin: 0;
}
.ninetheme-product-summary  .dot-list {
padding: 0;
}
.dot-list ::marker {
color: var(--ninetheme-blue-soft);
}
.has-overlay.quick-open {
overflow: hidden;
}
.quick-open .page-overlay {
width: 100%;
height: 100%;
opacity: 0.7;
}
.ninetheme-quickview-sidebar.spinner.loading:after {
width: 50px;
height: 50px;
border: 1px solid var(--ninetheme-gray);
border-left-color: var(--ninetheme-primary);
}
.ninetheme-quickview-sidebar.spinner.loading.loaded:after {
display: none;
}
.image-loading .swiper-slide {
overflow: hidden;
}
.image-loading .quick-details {
opacity: 0;
}
.ninetheme-mfp-slide-bottom button.mfp-close,
.ninetheme-mfp-slide-bottom button.mfp-arrow,
.mfp-ninetheme-quickview button.mfp-close,
.mfp-ninetheme-quickview 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;
}
.mfp-ninetheme-quickview .ninetheme-panel-close-button {
position: absolute;
top: 15px;
right: 15px;
}
.mfp-ninetheme-quickview .ninetheme-panel-close-button:hover {
background-color: var(--ninetheme-bg-soft);
}
.ninetheme-quickview-wrapper {
background: var(--ninetheme-light);
padding: 60px;
max-width: 680px;
margin: 0 auto;
box-shadow: 0 3px 10px rgb(116 116 116 / 22%);
}
.ninetheme-quickview-wrapper .ninetheme-swiper-slider-wrapper {
overflow: hidden;
}
.ninetheme-quickview-wrapper .ninetheme-quickview-thumbnails {
margin-top: 10px;
}
.ninetheme-quickview-wrapper .ninetheme-product-attributes {
justify-content: space-between;
margin-bottom: 20px;
padding-bottom: 10px;
border-bottom: 1px solid var(--ninetheme-gray);
}
.ninetheme-quickview-wrapper .ninetheme-attr-label {
text-transform: capitalize;
margin-right: 5px;
font-weight: 500;
color: var(--ninetheme-dark);
}
.ninetheme-quickview-wrapper .ninetheme-attr-item {
display: flex;
align-items: flex-start;
justify-content: flex-start;
margin-right: 15px;
}
.ninetheme-quickview-wrapper .product_meta>span a,
.ninetheme-quickview-wrapper .ninetheme-attr-value,
.ninetheme-quickview-wrapper .ninetheme-attr-value a {
color: var(--ninetheme-dark);
}
.ninetheme-quickview-wrapper .product_meta>span a:hover,
.ninetheme-quickview-wrapper .ninetheme-attr-value a:hover {
color: var(--ninetheme-gray);
}
.ninetheme-quickview-wrapper .ninetheme-title-rating {
margin-bottom: 5px;
}
.ninetheme-quickview-wrapper .ninetheme-product-title {
margin-bottom: 0px;
}
.ninetheme-quickview-wrapper .ninetheme-summary-item p:first-child {
margin-top: 0;
}
.ninetheme-quickview-wrapper .ninetheme-summary-item p:last-child {
margin-bottom: 0;
}
.ninetheme-quickview-wrapper .ninetheme-summary-item.ninetheme-price p.stock.ninetheme-stock-status {
line-height: 1;
}
.ninetheme-quickview-wrapper .ninetheme-product-info-top .quantity {
height: 36px;
}
.ninetheme-quickview-wrapper .product_meta>span {
display: block;
}
.ninetheme-quickview-wrapper .product_meta {
margin-top: 15px;
}
.ninetheme-quickview-wrapper .product_meta .sku_wrapper {
display: none;
}
.ninetheme-quickview-wrapper .product_meta .sku_wrapper {
display: none;
}
.ninetheme-quickview-wrapper .ninetheme-viewed-offer-time {
margin-top: 15px;
}
.woocommerce div.ninetheme-quickview-wrapper form.cart .variations {
margin-bottom: 0;
}
.ninetheme-quickview-wrapper .variations span.label {
min-width: 40px;
}
.woocommerce div.ninetheme-quickview-wrapper form.cart .variations select {
margin-right: 0;
width: auto;
padding: 10px;
margin-left: 10px;
}
.ninetheme-quickview-wrapper ul.ninetheme-product-features-list+form {
margin-top: 30px;
}
.ninetheme-quickview-wrapper .variations-items {
display: flex;
}
.ninetheme-quickview-wrapper .ninetheme-swiper-slider-wrapper .swiper-slide {
text-align: center;
}
.ninetheme-quickview-wrapper .ninetheme-quickview-product-details ul,
.ninetheme-quickview-wrapper .ninetheme-product-summary ul.ninetheme-product-features-list {
list-style: none;
padding-left: 0px;
}
.ninetheme-quickview-wrapper .ninetheme-quickview-product-details ul.ninetheme-attr-list {
padding: 0 !important;
margin-bottom: 20px;
}
.ninetheme-quickview-wrapper .ninetheme-summary-item.ninetheme-product-meta {
display: flex;
flex-direction: column;
}
.ninetheme-quickview-wrapper .ninetheme-btn-small {
color: var(--ninetheme-light);
border-color: var(--ninetheme-dark);
background-color: var(--ninetheme-dark);
height: 38px;
font-size: 14px;
font-weight: 400;
color: var(--ninetheme-light);
padding: 0 15px;
min-width: 160px;
text-transform: capitalize;
letter-spacing: 0.3px;
display: flex;
align-items: center;
justify-content: center;
position: relative;
cursor: pointer;
border: 0;
}
.ninetheme-quickview-wrapper .ninetheme-summary-item+.ninetheme-summary-item {
margin-top: 20px;
}
.ninetheme-quickview-wrapper .ninetheme-summary-item.template-add-to-cart {
display: inline-block;
}
.ninetheme-quickview-wrapper .swiper-button-prev,
.ninetheme-quickview-wrapper .swiper-button-next {
background-image: none;
color: var(--ninetheme-dark-soft);
}
.ninetheme-quickview-wrapper .swiper-button-prev:after,
.ninetheme-quickview-wrapper .swiper-button-next:after {
font-size: 24px;
width: 44px;
height: 44px;
display: flex;
align-items: center;
justify-content: center;
}
.ninetheme-quickview-wrapper .ninetheme-swiper-thumbnails img {
cursor: pointer;
}
.ninetheme-quickview-wrapper .ninetheme-swiper-thumbnails .swiper-slide-thumb-active img {
border: 1px solid var(--ninetheme-gray);
}
.ninetheme-product-summary .ninetheme-summary-item.ninetheme-price {
margin-top: 15px;
}
.ninetheme-quickview-product-details.ninetheme-product-summary .ninetheme-summary-item.ninetheme-price span+p.stock.ninetheme-stock-status {
position: relative;
margin: 20px 0 0 10px;
top: -4px;
}
.ninetheme-quickview-wrapper .ninetheme-swiper-slider-wrapper .swiper-slide {
text-align: left;
}
.template-add-to-cart a {
color: var(--ninetheme-light);
width: 100%;
}
.ninetheme-quickview-wrapper .woocommerce-notices-wrapper {
position: relative;
}
.ninetheme-quickview-wrapper .button.wc-forward {
display: none;
}
.ninetheme-quickview-wrapper .woocommerce-error li {
list-style: none;
}
.quick-cart-col {
margin-top: 30px;
padding-top: 20px;
border-top: 1px solid var(--ninetheme-border);
padding-left: 0;
padding-right: 0;
}
.quick-cart-col form.cart {
flex-wrap: wrap;
gap: 10px;
}
.quick-cart-col form.cart>div {
flex: 1;
}
.quick-cart-col .ninetheme-variations.variations + .ninetheme-product-info {
margin-top: 0;
}
.quick-cart-col .product-after-cart-wrapper {
order: 2;
}
.quick-cart-col .ninetheme-btn-buynow {
order: 3;
}
.quick-cart-col .woobt-alert.woobt-text:empty {
display: none;
}
.quick-cart-col .woobt-wrap .woobt-products {
margin: 0;
}
.quick-cart-col .ninetheme-selected-variations-terms-title {
display: none;
}
.quick-cart-col .ninetheme-selected-variations-terms {
display: flex;
gap: 5px;
flex-wrap: wrap;
}
.quick-cart-col .ninetheme-selected-variations-terms-wrapper .selected-features {
padding: 5px 10px;
display: flex;
align-items: center;
justify-content: center;
line-height: 1;
gap: 2px;
color: var(--ninetheme-success);
background-color: var(--ninetheme-success-bg);
border: 1px solid var(--ninetheme-success-border);
margin: 0!important;
border-radius: 10px;
}
.quick-cart-col .ninetheme-selected-variations-terms span {
font-size: 10px;
}
.quick-cart-col .ninetheme-product-info-top .quantity {
min-width: 160px;
}
.ninetheme-quickview-sidebar .panel-close {
top: 10px;
}
@media(min-width:1024px) {
.ninetheme-quickview-wrapper .swiper-button-prev,
.ninetheme-quickview-wrapper .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;
}
.ninetheme-quickview-wrapper .swiper-button-next,
.ninetheme-quickview-wrapper .swiper-container-rtl .swiper-button-prev {
right: 0px;
transform: translateX(30px);
}
.ninetheme-quickview-wrapper .swiper-button-prev,
.ninetheme-quickview-wrapper .swiper-container-rtl .swiper-button-next {
left: 0px;
transform: translateX(-30px);
}
.ninetheme-quickview-wrapper .ninetheme-swiper-slider-wrapper:hover .swiper-button-prev,
.ninetheme-quickview-wrapper .ninetheme-swiper-slider-wrapper:hover .swiper-button-next {
opacity: 1;
}
.ninetheme-quickview-wrapper .ninetheme-swiper-slider-wrapper:hover .swiper-button-next,
.ninetheme-quickview-wrapper .ninetheme-swiper-slider-wrapper:hover .swiper-container-rtl .swiper-button-prev {
right: 0px;
transform: translateX(-10px);
}
.ninetheme-quickview-wrapper .ninetheme-swiper-slider-wrapper:hover .swiper-button-prev,
.ninetheme-quickview-wrapper .ninetheme-swiper-slider-wrapper:hover .swiper-container-rtl .swiper-button-next {
left: 0px;
transform: translateX(10px);
}
}
@media(max-width:992px) {
.ninetheme-quickview-wrapper .ninetheme-quickview-product-details {
margin-top: 40px;
}
}
@media(max-width:768px) {
.ninetheme-quickview-wrapper {
max-width: 560px;
}
.quick-cart-col .product-after-cart-wrapper {
width: 100%;
}
.quick-cart-col .ninetheme-btn-buynow {
order: 3;
min-width: auto;
}
.quick-cart-col form.cart {
flex-wrap: wrap;
}
.quick-cart-col form.cart>div {
flex: 0 0 100%;
}
.ninetheme-quickview-sidebar,
.ninetheme-quickview-sidebar.ninetheme-scrollbar {
width: 100%;
padding: 25px 20px 50px 20px;
}
body.admin-bar .ninetheme-quickview-sidebar .panel-close {
right: 10px;
top: 10px;
}
}
@media(max-width:576px) {
.ninetheme-quickview-wrapper .single_variation_wrap .ninetheme-btn {
min-width: 140px;
}
.ninetheme-quickshop-buttons-wrapper .ninetheme-flex {
flex-wrap: wrap;
}
.product-inner:not(.swatches-mobile) .ninetheme-swatches-wrapper {
display: none!important;
}
.ninetheme-quickview-sidebar.ninetheme-scrollbar {
max-width: 100%;
}
.ninetheme-quickview-sidebar .ninetheme-summary-item .ninetheme-product-button {
max-width: 50%;
}
}
@media(max-width:480px) {
.mfp-arrow {
-webkit-transform: scale(0.55);
transform: scale(0.55);
}
.ninetheme-quickview-wrapper {
padding: 20px;
padding-bottom: 86px;
}
.ninetheme-quickview-wrapper .ninetheme-product-attributes,
.ninetheme-quickview-wrapper .ninetheme-attr-list,
.ninetheme-quickview-wrapper .ninetheme-attr-item {
align-items: flex-start;
justify-content: flex-start;
flex-direction: column;
width: 100%;
}
.ninetheme-quickview-wrapper .ninetheme-attr-item {
margin-right: 0;
flex-direction: row;
}
.ninetheme-quickview-wrapper .ninetheme-btn {
text-align: center;
display: inline-flex;
justify-content: center;
}
.ninetheme-quickview-wrapper div.product form.cart div.quantity,
.woocommerce .ninetheme-quickview-wrapper div.product form.cart div.quantity {
margin-left: 0;
width: 100%;
max-width: 100%;
float: none;
}
.quick-cart-col .ninetheme-btn-buynow {
order: 2;
min-width: 100%;
}
.quick-cart-col .product-after-cart-wrapper {
order: 3;
}
.ninetheme-quickview-wrapper .swiper-button-prev:after,
.ninetheme-quickview-wrapper .swiper-button-next:after {
font-size: 24px;
}
.mfp-ninetheme-quickview .ninetheme-panel-close-button {
top: 0;
right: 0;
background: var(--ninetheme-gray);
border-radius: 0;
}
}
.quantity.type-hidden {
display: none;
}
.ninetheme-shop-popup-notices .wc-block-components-notice-banner {
display: flex;
align-items: center;
gap: 10px;
}
.ninetheme-shop-popup-notices .wc-block-components-notice-banner svg {
fill: #fff;
}
.payment-method-message iframe {
min-height: 80px;
}
ul.wc_payment_methods.payment_methods.methods li div {
margin-left: 0;
margin-bottom: 0;
}
ul.wc_payment_methods.payment_methods.methods iframe,
.ninetheme-product-summary iframe {
min-height: auto;
}
.ninetheme-checkout-review-order-table .ninetheme-checkout-review-order-footer #shipping_method {
height: auto;
display: flex;
flex-direction: column;
gap: 15px;
}
.ninetheme-checkout-review-order-table .ninetheme-checkout-review-order-footer #shipping_method li {
display: flex;
align-items: center;
}
.cr-customer-consent label.woocommerce-form__label.woocommerce-form__label-for-checkbox.checkbox {
align-items: flex-start;
margin-top: 15px;
}
.ninetheme-product-summary div#payment-method-message {
display: block;
margin-bottom: 15px;
}
.shop-catalog-mode .ninetheme-loop-product.type-1 .product-inner {
padding-bottom: 0;
}
.shop-catalog-mode .ninetheme-loop-product.type-3 .product-actions.hint-top {
flex-direction: row;
gap: 15px;
margin-bottom: 5px;
position: relative;
}
.shop-catalog-mode .type-7 .details-wrapper {
min-height: auto;
}
form.vehicle-search-form {
display: flex;
align-items: stretch;
gap: 10px;
flex-wrap: wrap;
position: relative;
}
form.vehicle-search-form>* {
flex: 1 0 auto;
}
.ninetheme-form-col>* {
width: 100%;
}
.ninetheme-form-col.child-attr-col.disabled {
opacity: 0.8;
}
.ninetheme-vehicle-search.style-1 form {
margin-bottom: 30px;
background: var(--ninetheme-gray-soft);
padding: 15px;
border: 1px solid;
border-color: var(--ninetheme-border);
border-radius: 5px;
}
.ninetheme-vehicle-search.style-2 form {
margin-bottom: 30px;
background: var(--ninetheme-primary);
padding: 15px;
border: 1px solid;
border-color: var(--ninetheme-primary);
border-radius: 5px;
}
.ninetheme-vehicle-search.style-2 form .nice-select {
background-color: #fff;
border-radius: 5px;
border: 0;
}
.ninetheme-vehicle-search.style-2 button {
background: var(--ninetheme-yellow);
color: var(--ninetheme-dark);
}
.ninetheme-vehicle-search.style-3 form {
margin-bottom: 30px;
background: var(--ninetheme-light);
padding: 15px;
border: 1px solid;
border-color: var(--ninetheme-border);
border-radius: 5px;
}
.ninetheme-vehicle-search.style-3 .select2-container--default .select2-selection--single .select2-selection__rendered {
line-height: 45px;
background: none;
}
.ninetheme-vehicle-search .select2-container--default .select2-results__option--highlighted[aria-selected] {
background-color: var(--ninetheme-primary);
color: white;
}
.vehicle-search-form .select2-container--default .select2-selection--single .select2-selection__rendered {
line-height: 45px;
background: var(--ninetheme-light);
}
.ninetheme-vehicle-search .select2-container--default .select2-selection--single .select2-selection__rendered {
color: var(--ninetheme-dark);
}
.popup-vehicle-form-wrapper {
position: fixed;
top: -100%;
left: 0;
width: 100%;
height: 100%;
background-color: #ffffffa8;
z-index: 999;
display: flex;
align-items: center;
justify-content: center;
opacity: 0;
visibility: hidden;
}
.popup-vehicle-form-wrapper.active {
top: 0;
opacity: 1;
visibility: visible;
transition: opacity 0.4s cubic-bezier(.19,1,.22,1),visibility 0.4s cubic-bezier(.19,1,.22,1),top 0.4s cubic-bezier(.19,1,.22,1);
}
.popup-vehicle-form-wrapper .ninetheme-vehicle-search {
width: 100%;
display: flex;
align-items: center;
justify-content: center;
position: relative;
max-width: 400px;
}
.popup-vehicle-form-wrapper form.vehicle-search-form {
flex-direction: column;
width: 100%;
max-width: 600px;
margin: 0;
background: var(--ninetheme-light);
padding: 30px;
box-shadow: 0 0 16px 2px #33333330;
}
.popup-vehicle-form-wrapper .panel-close  {
top: -10px;
right:-10px;
}
@media(max-width:992px) {
.products-type-list {
grid-template-columns: repeat(auto-fill, minmax(280px, 1fr));
}
}
@media(max-width:768px) {
.popup-vehicle-form-wrapper .ninetheme-vehicle-search {
margin: 25px;
}
}
@media(max-width:480px) {
form.vehicle-search-form>* {
flex: 1 0 calc(50% - 10px);
}
.products-type-list {
grid-template-columns: repeat(auto-fill, minmax(250px, 1fr));
}
}
.ninetheme-products-column span.panel-close {
display: none;
}
.shop-mode-cats .loop-cat-item.type-1 {
border: 1px solid var(--ninetheme-border);
background: var(--ninetheme-light);
position: relative;
border-radius: 5px;
padding: 0;
width: 100%;
height: 100%;
overflow: hidden;
}
.shop-mode-cats .loop-cat-item.type-1:hover {
border-color: var(--ninetheme-primary);
}
.shop-mode-cats .loop-cat-item a:hover {
opacity: 1;
}
.shop-mode-cats .loop-cat-item.type-1 .cat-name {
font-size: 16px;
margin: 0;
padding: 15px;
padding-top: 20px;
position: relative;
border-top: 1px solid var(--ninetheme-border);
display: flex;
align-items: center;
justify-content: center;
gap: 10px;
}
.shop-mode-cats .loop-cat-item span.cat-count {
display: flex;
align-items: center;
justify-content: center;
background-color: var(--ninetheme-primary);
color: var(--ninetheme-light);
border-radius: 30px;
}
.shop-mode-cats .loop-cat-item.type-1 span.cat-count {
position: absolute;
width: 25px;
height: 25px;
font-size: 12px;
top: -13px;
}
.shop-mode-cats .loop-cat-item.type-1:hover .cat-name {
border-color: var(--ninetheme-primary);
background-color: var(--ninetheme-primary);
color: var(--ninetheme-light);
}
.shop-mode-cats .loop-cat-item.type-1:hover .cat-count {
background-color: var(--ninetheme-dark);
}
body.ninetheme-compare-page:not(.woocommerce-page) .nt-ninetheme-content {
max-width: 100%;
}
.ninetheme-myaccount-content input:not([type="checkbox"]):not([type="radio"]),
.ninetheme-myaccount-content select,
.ninetheme-myaccount-content textarea {
width: 100%;
}
.ninetheme-myaccount-content .ninetheme-btn {
margin-top: 20px;
}
.ninetheme-myaccount-content .select2-container--default .select2-selection--single,
.ninetheme-myaccount-content .select2-container--default .select2-selection--single .select2-selection__arrow {
height: 45px !important;
}
.ninetheme-myaccount-content .select2-container--default .select2-selection--single .select2-selection__rendered {
line-height: 45px;
}
.ninetheme-product-recently {
position: relative;
z-index: 2;
}
.ninetheme-product-recently .section-title {
margin: 0;
}
.shop-area.has-sidebar .sticky-sidebar .nt-sidebar-inner {
position: sticky;
position: -webkit-sticky;
top: 120px;
}
.select2-container--default .select2-results__option--highlighted[aria-selected] {
background-color: var(--ninetheme-primary);
color: white;
}
.woocommerce-remove-coupon {
color: var(--ninetheme-red);
}
.product-after-cart-wrapper .ninetheme-product-button.added svg {
fill: var(--ninetheme-primary);
}
body .fancybox__thumb {
padding-top: calc(100%/(var(--fancybox-thumbs-ratio,  0.8)));
}
body .fancybox__thumbs .carousel__slide .fancybox__thumb::after {
border-color: var(--ninetheme-primary);
}
@media (min-width: 1024px) {
body .fancybox__slide {
padding-bottom: 20px;
}
}.ninetheme-loop-product .product-inner {
position: relative;
}
.ninetheme-loop-product .details-inner {
display: flex;
flex-direction: column;
gap: 10px;
}
.ninetheme-loop-product .ninetheme-product-button a {
line-height: 1;
}
.ninetheme-loop-product .product-labels {
position: absolute;
top: 10px;
left: 15px;
display: inline-flex;
flex-direction: column;
align-items: flex-start;
gap: 5px;
}
.ninetheme-loop-product .thumb-wrapper {
position: relative;
overflow: hidden;
min-height: 186px;
display: flex;
flex-direction: column;
align-content: center;
justify-content: center;
align-items: center;
}
.ninetheme-loop-product .thumb-wrapper img {
width: auto;
}
.ninetheme-loop-product .thumb-wrapper:hover {
overflow: visible;
}
.ninetheme-loop-product .product-name {
font-size: 14px;
margin: 0;
line-height: 1.6;
}
.product-custom-html .notice {
background: #fff000;
color: black;
display: inline-flex;
padding: 3px 10px;
border-radius: 3px;
}
.ninetheme-loop-product .product-features {
display: flex;
flex-direction: column;
gap: 0px;
font-size: 10px;
text-transform: uppercase;
list-style: none;
color: var(--ninetheme-text);
line-height: 1.7;
padding: 0;
margin: 0;
}
.product-features .checked {
color: var(--ninetheme-green);
}
.ninetheme-loop-product .ninetheme-product-button {
display: flex;
align-items: center;
justify-content: center;
position: relative;
}
.ninetheme-loop-product .product-actions svg {
width: 18px;
height: 18px;
}
.ninetheme-loop-product .product-actions svg {
fill: var(--ninetheme-text);
}
.ninetheme-loop-product .ninetheme-product-button:hover svg {
fill: var(--ninetheme-primary);
}
.woosc-btn.woosc-btn-added:before {
content: none;
}
.ninetheme-product-button.woosc-btn-added svg {
fill: var(--ninetheme-green);
}
.ninetheme-product-button.added svg {
fill: var(--ninetheme-green);
}
.ninetheme-loop-product .product-stock {
text-transform: uppercase;
font-size: 9px;
font-weight: 500;
line-height: 1;
color: var(--ninetheme-light);
padding: 4px 10px 4px 6px;
border-radius: 0px 10px 10px 0px;
display: inline-flex;
align-items: center;
gap: 5px;
max-width: max-content;
}
.ninetheme-loop-product .instock {
background-color: var(--ninetheme-green);
}
.ninetheme-loop-product .outofstock {
background-color: var(--ninetheme-red);
}
.ninetheme-loop-product .onbackorder {
background-color: var(--ninetheme-green-soft);
}
.ninetheme-loop-product .product-price {
color: var(--ninetheme-primary);
font-size: 14px;
line-height: 1;
font-weight: 500;
display:flex;
gap:10px;
}
.ninetheme-loop-product ins {
text-decoration: none;
}
.ninetheme-loop-product del {
color: var(--ninetheme-gray-dark);
}
.ninetheme-loop-product .stock-rating {
display: flex;
align-items: center;
line-height: 1;
gap: 15px;
}
.ninetheme-loop-product .star-rating,
.ninetheme-loop-product .star-rating>span::before {
font-size: 11px;
}
.ninetheme-swatches-wrapper .ninetheme-variations {
gap: 10px;
}
.ninetheme-product-inner a.reset_variations,
.ninetheme-product-inner span.variation-label {
display: none;
}
.ninetheme-loop-swatches.resettting a.reset_variations {
display: none!important;
}
.ninetheme-swatches-wrapper .type-color {
border-radius: 50%;
}
.ninetheme-swatches-wrapper .type-button {
font-size: 10px;
}
.ninetheme-swatches-wrapper .ninetheme-term .type-button {
color: var(--ninetheme-dark);
background: transparent;
}
.ninetheme-swatches-wrapper .ninetheme-term {
min-width: 15px;
min-height: 15px;
border-radius: 10px;
}
.ninetheme-swatches-wrapper .ninetheme-term {
padding: 1px;
border: 0px solid var(--ninetheme-gray);
}
.ninetheme-swatches-wrapper .type-button {
font-size: 11px;
}
.ninetheme-swatches-wrapper .ninetheme-term.ninetheme-selected,
.ninetheme-swatches-wrapper .ninetheme-type-button .ninetheme-term.ninetheme-selected {
border-color: #25d366;
border-width: 2px;
border-style: solid;
}
.ninetheme-swatches-wrapper .ninetheme-type-button .ninetheme-term,
.ninetheme-swatches-wrapper .ninetheme-type-button .ninetheme-term.ninetheme-selected {
padding: 0;
min-width: auto;
min-height: auto;
border-width: 0;
border-bottom-width: 2px;
border-radius: 0;
height: auto;
}
.ninetheme-swatches-wrapper .terms-outline .type-button {
padding: 0px !important;
}
.ninetheme-swatches-wrapper .ninetheme-terms {
gap: 5px;
}
.ninetheme-swatches-wrapper .ninetheme-variations-items select {
border: 0;
padding: 0;
min-height: 15px;
}
.ninetheme-swatches-wrapper .ninetheme-variations-items .select,
.ninetheme-swatches-wrapper .ninetheme-variations-items select,
.ninetheme-variations-items .value,
.ninetheme-variations-items select {
width: 100%;
border: 0;
padding: 0;
margin: 0;
}
.ninetheme-swatches-wrapper .ninetheme-term.ninetheme-selected:before {
content: none;
}
.product-sku {
font-size: 10px;
line-height: 1;
display: flex;
gap: 3px;
font-weight: 500;
}
.ajax_add_to_cart.loading,
.ninetheme-btn.ajax_add_to_cart.loading {
pointer-events: none;
}
.swiper-slide.style-bordered .ninetheme-loop-product {
border: 1px solid var(--ninetheme-gray);
padding: 5px;
border-radius: 4px;
}
.section-custom-categories.style-bordered .row {
border-top: 1px solid var(--ninetheme-gray);
border-left: 1px solid var(--ninetheme-gray);
border-radius: 4px;
margin-bottom: 0;
border-right: 0;
overflow: hidden;
margin-left: calc(0.5 * var(--bs-gutter-x));
margin-right: calc(0.5 * var(--bs-gutter-x));
}
.section-custom-categories.style-bordered .ninetheme-loop-product {
border-right: 1px solid var(--ninetheme-gray);
border-bottom: 1px solid var(--ninetheme-gray);
padding: calc(var(--bs-gutter-x) * 0.5);
}
.section-custom-categories.style-bordered .ninetheme-product-loop-inner {
margin-bottom: 0px;
}
.ninetheme-loop-product .variations_form .ninetheme-btn-reset.reset_variations {
display: none!important;
}  .ninetheme-loop-product.type-list {
position: relative;
padding: 15px;
border: 1px solid var(--ninetheme-border);
-webkit-box-shadow: 1px 2px 4px rgba(33, 37, 41, 0.05);
box-shadow: 1px 2px 4px rgba(33, 37, 41, 0.05);
border-radius: 10px;
overflow: hidden;
}
.ninetheme-loop-product.type-list:hover {
border-color: var(--ninetheme-primary);
}
.type-list .list-inner {
display: -webkit-box;
display: -ms-flexbox;
display: flex;
gap: 20px;
flex-wrap: wrap;
}
.type-list .thumb-wrapper,
.ninetheme-loop-product.type-list .thumb-wrapper {
margin: 0px;
flex: 1;
max-width: 40%;
position: relative;
overflow: hidden;
}
.type-list .details-wrapper {
flex: 1;
display: flex;
flex-direction: column;
gap: 10px;
position: relative;
overflow: hidden;
}
.ninetheme-loop-product.type-list:hover img {
-moz-transform: scale(1.1);
-ms-transform: scale(1.1);
-webkit-transform: scale(1.1);
transform: scale(1.1);
transform-origin: center center;
-moz-transition: all .5s cubic-bezier(.25,.46,.45,.94);
-o-transition: all .5s cubic-bezier(.25,.46,.45,.94);
-webkit-transition: all .5s cubic-bezier(.25,.46,.45,.94);
transition: all .5s cubic-bezier(.25,.46,.45,.94);
}
.type-list .product-labels {
top: 0;
left: 0;
}
.type-list .product-desc {
font-size: 12px;
margin: 0;
}
.type-list .cart-actions {
display: flex;
flex: 0 0 100%;
width: 100%;
gap: 20px;
}
.type-list .product-buttons {
flex: 0 0 40%;
display: flex;
align-items: center;
justify-content: center;
gap: 10px;
}
.type-list .ninetheme-product-button {
background-color: var(--ninetheme-light);
width: 30px;
height: 30px;
border-radius: 30px;
position: relative;
display: flex;
align-items: center;
justify-content: center;
}
.type-list .ninetheme-svg-icon {
max-width: 16px;
max-height: 16px;
fill: var(--ninetheme-dark);
}
.type-list .cart-wrapper,
.type-list .ninetheme-product-cart {
margin-top: 0;
width: 100%;
}
.type-list .cart-wrapper svg {
fill: var(--ninetheme-light);
}
.type-list .ninetheme-loop-swatches {
width: 100%;
}
.type-list .ninetheme-swatches-wrapper {
position: absolute;
bottom: 0;
width: 100%;
height: auto;
background-color: var(--ninetheme-green-bg);
border: 1px solid var(--ninetheme-green);
border-radius: 5px;
padding: 15px;
z-index: 1;
display: flex;
flex-direction: column;
align-items: flex-start;
justify-content: end;
transform: translateY(100px);
opacity: 0;
visibility: hidden;
-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);
}
.type-list:hover .ninetheme-swatches-wrapper {
opacity: 1;
visibility: visible;
-webkit-transform: translateX(0%);
transform: translateX(0%);
}
.type-list:hover .has-swatches .details-wrapper>*:not(.ninetheme-swatches-wrapper) {
opacity: 0.5;
}
.type-list .ninetheme-swatches-wrapper .ninetheme-term {
border-color: var(--ninetheme-green);
}
.type-list .ninetheme-swatches-wrapper .ninetheme-term:hover {
border-color: var(--ninetheme-secondary);
}
.type-list .ninetheme-swatches-wrapper .ninetheme-term:hover .type-button {
color: var(--ninetheme-secondary);
}
.has-swatches .ninetheme-loop-swatches {
width:100%;
}
.ninetheme-loop-product .cart-big .loop-cart {
display: flex;
flex-direction: column;
gap: 10px;
}
.ninetheme-loop-product .cart-small .loop-cart {
display: flex;
gap: 5px;
}
.ninetheme-loop-product .cart-small .loop-cart.type-variable {
display: flex;
gap: 10px;
}
.ninetheme-loop-product .cart-small .loop-cart.type-variable {
flex-direction: column;
}
.has-qty.cart-small .type-simple .ninetheme-btn,
.has-qty.cart-small .type-variable .ninetheme-btn {
margin: 0 auto;
min-width: 40px;
max-width: 40px;
padding: 0;
}
.outofstock .has-qty.cart-small .type-simple .ninetheme-btn,
.outofstock .has-qty.cart-small .type-variable .ninetheme-btn {
max-width: 100%;
overflow: hidden;
}
.ninetheme-loop-product .cart-small .type-variable .woocommerce-variation-add-to-cart {
gap: 5px;
max-width: 100%;
}
.ninetheme-loop-product:not(.outofstock) .cart-small .type-simple span.cart-text,
.ninetheme-loop-product:not(.outofstock) .cart-small .type-variable span.cart-text {
display: none;
}
.ninetheme-loop-product:not(.outofstock) .cart-small .type-simple .ninetheme-product-cart.has-icon svg,
.ninetheme-loop-product:not(.outofstock) .cart-small .type-variable .ninetheme-product-cart.has-icon svg {
position: relative;
-webkit-transform: none;
-moz-transform: none;
transform: none;
margin-right: 0;
}
.ninetheme-loop-product .cart-big .quantity {
max-width: 100%;
}
.ninetheme-loop-product .cart-small .quantity {
max-width: calc(100% - 45px);
width: 100%;
}
.ninetheme-loop-product .cart-small .ninetheme-btn {
position: relative;
overflow: visible;
}
.ninetheme-loop-product .cart-small .ninetheme-btn:hover .ninetheme-hint {
opacity: 1;
visibility: visible;
top: -40px;
-webkit-transition-delay: .1s;
-moz-transition-delay: .1s;
transition-delay: .1s;
-webkit-transition: .3s ease;
-moz-transition: .3s ease;
transition: .3s ease;
-webkit-transition-delay: 0s;
-moz-transition-delay: 0s;
transition-delay: 0s;
}
.ninetheme-loop-product .woocommerce-variation.single_variation {
display: none!important;
}
.loop-cart .ninetheme-type-color .ninetheme-term {
min-width: 15px;
min-height: 15px;
}
.loop-cart .woocommerce-variation-add-to-cart {
margin-top: 0px;
}
@media(max-width:992px){
.ninetheme-loop-product:not(.product-type-variable) .has-qty.cart-small {
padding-bottom: 50px;
}
}
@media(max-width:768px){
.ninetheme-loop-product .product-price,
.ninetheme-loop-product .price-wrapper {
font-size: 12px;
}
}
@media(max-width:480px){
.type-list .list-inner,
.type-list .cart-actions{
gap: 10px;
}
.ninetheme-loop-product.type-list .thumb-wrapper {
min-height: 125px;
}
.ninetheme-loop-product .product-name {
line-height: 1.5;
font-size:12px;
}
}
@media(max-width:360px){
.ninetheme-loop-product .cart-small .loop-cart {
flex-wrap: wrap;
}
.ninetheme-loop-product:not(.product-type-variable) .has-qty.cart-small {
padding-bottom: 95px;
}
.ninetheme-loop-product .cart-small .quantity {
max-width: 100%;
}
.has-qty.cart-small .type-simple .ninetheme-btn,
.has-qty.cart-small .type-variable .ninetheme-btn {
max-width: 100%;
}
.ninetheme-loop-product .product-price {
flex-wrap: wrap;
gap: 5px;
}
}
@media(min-width:768px){
.loop-list-item {
padding: 20px;
}
}
@media(max-width:1024px) {
.loop-list-item span.ninetheme-hint {
display: none;
}
.ninetheme-loop-product .product-features {
display:none;
}
.ninetheme-loop-product .fatures-mobile .product-features {
display:flex;
}
.ninetheme-loop-product .ninetheme-stock-status {
font-size:9px;
}
} .has-thumbs .thumbs {
display: flex;
align-items: center;
justify-content: center;
gap: 3px;
width: 100%;
z-index: 2;
position: absolute;
bottom: 10px;
}
.has-thumbs .dot {
width: 8px;
height: 8px;
border-radius: 10px;
background-color: var(--ninetheme-gray);
cursor: pointer;
}
.has-thumbs .dot.active {
background-color: var(--ninetheme-primary);
}
.product-labels-bottom {
display: flex;
gap: 5px;
flex-wrap: wrap;
}
.product-labels-bottom .ninetheme-label {
gap: 5px;
font-size: 8px;
}
.ninetheme-discount.ninetheme-label {
gap: 3px;
border-radius: 5px;
}
.ninetheme-loop-product .product-actions.hint-top .ninetheme-product-button.added svg {
fill: var(--ninetheme-primary);
}.ninetheme-loop-product.type-6 .product-actions {
display: flex;
gap: 10px;
align-items: baseline;
flex-direction: row;
flex-wrap: nowrap;
width: 100%;
justify-content: center;
border-top: 0;
padding: 10px 0;
background-color: var(--ninetheme-light);
border-radius: 0 0 4px 4px;
}
.ninetheme-loop-product.type-6:hover .product-actions {
background-color: var(--ninetheme-dark);
}
.ninetheme-loop-product.type-6 .product-details {
display: flex;
flex-direction: column;
gap: 10px;
position: relative;
}
.ninetheme-loop-product.type-6 .product-footer {
display: flex;
flex-direction: column;
gap: 10px;
}
.ninetheme-loop-product.type-6 .product-actions.hint-top svg {
fill: var(--ninetheme-text);
}
.ninetheme-loop-product.type-6:hover .product-actions svg {
fill: var(--ninetheme-light);
}
.ninetheme-loop-product.type-6 .product-stock-rating {
line-height: 0;
display: flex;
gap: 10px;
align-items: center;
flex-direction: row;
align-content: center;
justify-content: flex-start;
}
.ninetheme-loop-product.type-6 .thumb-wrapper {
position: relative;
min-height: 150px;
display: flex;
flex-direction: column;
align-content: center;
justify-content: center;
align-items: center;
border: 1px solid var(--ninetheme-border);
border-radius: 5px;
margin-bottom: 15px;
}
.ninetheme-loop-product.type-6 .ninetheme-swatches-wrapper {
display: flex;
flex-direction: column;
align-content: center;
justify-content: center;
align-items: flex-start;
}
.ninetheme-loop-product.type-6 .product-link {
padding: 0;
}
.ninetheme-loop-product.type-6 .star-rating {
margin-top: -2px;
}
.ninetheme-loop-product.type-6 .has-thumbs .thumbs {
bottom: 50px;
}/**/@media(min-width:992px) {
.ninetheme-shop-hidden-top-sidebar {
display: none;
}
.shop-layout-top-sidebar:not(.single) .nt-sidebar-inner-widget {
padding: 15px;
border: 1px solid var(--ninetheme-border);
border-radius: 5px;
}
.shop-area.has-sidebar.right-sidebar .nt-sidebar {
order: 2;
}
.shop-area.top-sidebar .ninetheme-open-fixed-sidebar {
display: none;
}
.shop-area.top-sidebar .nt-sidebar-inner.sidebar-col-6 {
display: grid;
grid-template-columns: repeat(6,1fr);
}
.shop-area.top-sidebar .nt-sidebar-inner.sidebar-col-5 {
display: grid;
grid-template-columns: repeat(5,1fr);
}
.shop-area.top-sidebar .nt-sidebar-inner.sidebar-col-4 {
display: grid;
grid-template-columns: repeat(4,1fr);
}
.shop-area.top-sidebar .nt-sidebar-inner.sidebar-col-3 {
display: grid;
grid-template-columns: repeat(3,1fr);
}
.shop-area.top-sidebar .nt-sidebar-inner.sidebar-col-2 {
display: grid;
grid-template-columns: repeat(2,1fr);
}
}
.ninetheme-shop-hidden-top-sidebar .nt-sidebar-inner {
gap: 15px;
}
.ninetheme-shop-hidden-top-sidebar .nt-sidebar-inner.row-cols-4 {
display: grid;
grid-template-columns: repeat(auto-fit, minmax(calc(1580px / 5), 1fr));
}
.ninetheme-shop-hidden-top-sidebar .nt-sidebar-inner.row-cols-3 {
display: grid;
grid-template-columns: repeat(auto-fit, minmax(calc(1580px / 4), 1fr));
}
.ninetheme-shop-hidden-top-sidebar .nt-sidebar-inner.row-cols-2 {
display: grid;
grid-template-columns: repeat(auto-fit, minmax(calc(1580px / 3), 1fr));
}
.ninetheme-shop-hidden-top-sidebar .nt-sidebar-inner.row-cols-1 {
display: grid;
grid-template-columns: auto;
}
.has-sidebar .nt-sidebar-inner {
border: 1px solid var(--ninetheme-border);
border-radius: 5px;
display: grid;
grid-template-columns: auto;
padding: 0;
}
.has-sidebar.sticky-sidebar .nt-sidebar-inner {
position: sticky;
position: -webkit-sticky;
top: 120px;
}
.has-sidebar .nt-sidebar-inner-widget .select2-container--default .select2-selection--single {
background-color: #fff;
color: var(--ninetheme-dark);
border: 2px solid;
border-radius: 5px;
border-color: var(--ninetheme-border);
min-height: 38px;
display: flex;
align-items: center;
align-content: center;
}
.select2-container--default .select2-selection--single .select2-selection__placeholder {
color: var(--ninetheme-dark);
}
.has-sidebar .nt-sidebar-inner-widget {
padding: 30px;
position: relative;
}
.has-sidebar .nt-sidebar-inner-widget + .nt-sidebar-inner-widget:before {
content: "";
position: absolute;
top: 0;
left: 0px;
width: 100%;
height: 1px;
background-color: var(--ninetheme-border);
}
#nt-woo-single .shop-sidebar.nt-sidebar-inner {  background: #eeeeee29;
border-radius: 5px;
}
.nt-sidebar-inner-widget ol li, .nt-sidebar-inner-widget ul li {
margin: 0px;
font-size: 13px;
position: relative;
line-height: 1.6;
font-weight: 400;
}
.ninetheme-product-summary.ninetheme-is-sticky.ninetheme-sticky-start {
margin-top: 30px;
}
.shop-layout-right-sidebar .nt-sidebar {
order: 1;
}
#nt-sidebar .widget-title,
.blog-sidebar-title h5,
.nt-sidebar-inner-widget h5,
.nt-sidebar-inner-widget .wp-block-group h2,
.shop-widget-title .title {
text-transform: capitalize;
margin: 0 0 20px;
color: var(--ninetheme-dark);
font-style: normal;
line-height: 1.8;
}
.ninetheme-widget-product-list-details {
display: flex;
margin-left: 0px;
flex-direction: column;
}
.nt-sidebar-inner-widget .ninetheme-widget-product-list-item a {
text-decoration: none;
position: relative;
display: flex;
}
.woocommerce ul.cart_list li a,
.woocommerce ul.product_list_widget li a {
font-size: 13px;
color: var(--ninetheme-dark);
font-weight: 400;
}
.woocommerce.nt-sidebar-inner-widget span.reviewer {
font-size: 14px;
}
.woocommerce ul.product_list_widget li ins,
.woocommerce ul.product_list_widget li>.amount bdi {
text-decoration: none;
}
.product_list_widget a.ninetheme-widget-product-list-inner span.ninetheme-price del,
.product_list_widget a.ninetheme-widget-product-list-inner span.ninetheme-price ins,
.product_list_widget a.ninetheme-widget-product-list-inner span.ninetheme-price {
margin-top: 5px;
font-size: 12px !important;
}
.woocommerce ul.product_list_widget li del {
line-height: 1;
color: var(--ninetheme-gray-dark);
}
.woocommerce.nt-sidebar-inner-widget .star-rating,
.woocommerce.nt-sidebar-inner-widget .star-rating::before,
.woocommerce.nt-sidebar-inner-widget .star-rating span::before {
font-size: 11px;
}
.nt-sidebar-inner-widget .wc-layered-nav-rating a {
font-size: 11px;
display: flex;
align-items: center;
}
.woocommerce.nt-sidebar-inner-widget .star-rating {
width: 75px;
margin: 0;
font-size: 8px;
}
.price_slider_wrapper {
position: relative;
}
.woocommerce .widget_price_filter .price_slider_wrapper .ui-widget-content {
position: relative;
background: #ebebeb none repeat scroll 0 0;
border: medium none;
border-radius: 0;
height: 6px;
margin-right: 0;
margin-left: 0;
border-radius: 20px;
max-width: 100%;
width: 95%;
}
.rtl.woocommerce .widget_price_filter .price_slider_wrapper .ui-widget-content {
direction: ltr;
}
.woocommerce .widget_price_filter .ui-slider .ui-slider-range {
background: var(--ninetheme-primary-bg);
border-radius: 0;
height: 6px;
left: 10px;
margin-left: 5px;
position: relative;
}
.rtl.woocommerce .widget_price_filter .ui-slider .ui-slider-range {
right: 10px;
margin-left: 0;
margin-right: 5px;
}
.woocommerce .widget_price_filter .ui-slider .ui-slider-handle {
position: absolute;
height: 14px;
width: 5px;
top: 0;
margin-top: -4px;
border-radius: 3px;
margin-left: 0;
background-color: var(--ninetheme-primary);
border-color: var(--ninetheme-primary);
cursor: all-scroll;
}
.woocommerce .widget_price_filter .price_slider_amount {
text-align: left;
line-height: 2;
font-size: 12px;
font-weight: 500;
color: var(--ninetheme-dark-soft);
text-transform: uppercase;
margin: 25px 0 0 0;
}
.woocommerce .widget_price_filter .price_slider_amount .price_label {
margin-top: 10px;
text-align: left;
position: absolute;
right: 0;
bottom: 0;
}
#nt-sidebar form .price_slider_amount .button {
padding: 3px 15px;
font-size: 11px;
border-radius: 3px !important;
text-transform: uppercase;
font-weight: 500;
min-width: inherit;
background: var(--ninetheme-primary);
min-height: auto;
color: var(--ninetheme-light);
}
.price_label {
margin-top: 10px;
text-align: left;
}
.woocommerce-widget-layered-nav-list__item .widget-list-span {
background: var(--ninetheme-light);
color: var(--ninetheme-dark);
line-height: 1;
display: flex;
align-items: center;
justify-content: center;
position: absolute;
top: 0;
left: auto;
right: 3px;
width: 15px;
height: 15px;
border-radius: 20px;
font-size: 11px;
}
.woocommerce-widget-layered-nav-list__item .ninetheme-swatches-widget-color-item {
position: relative;
margin-right: 12px;
width: 12px;
height: 12px;
border-radius: 100%;
border: 1px solid #ebebeb;
}
.woocommerce ul.cart_list li img,
.woocommerce ul.product_list_widget li img {
width: 50px;
border: 1px solid;
border-color: var(--ninetheme-border);
border-radius: 5px;
padding: 5px;
}
.woocommerce .woocommerce-widget-layered-nav-list .woocommerce-widget-layered-nav-list__item {
padding: 0;
display: flex;
align-items: center;
}
.woocommerce-widget-layered-nav-list__item .ninetheme-swatches-widget-color-item {
position: relative;
margin-right: 12px;
width: 14px;
height: 14px;
border-radius: 2px;
border: 0;
}
.woocommerce .woocommerce-widget-layered-nav-list .woocommerce-widget-layered-nav-list__item a {
padding: 0;
padding-left: 0px;
font-size: 13px;
color: var(--ninetheme-dark-soft);
position: relative;
display: flex;
align-items: center;
line-height: 1;
}
.woocommerce .woocommerce-widget-layered-nav-list .woocommerce-widget-layered-nav-list__item.chosen a::before {
display: none;
}
#nt-sidebar form button:hover {
background: var(--ninetheme-primary);
color: var(--ninetheme-light);
}
.ninetheme-widget-product-categories a label,
.ninetheme-product-status a label {
margin: 0;
margin-left: 7px;
color: var(--ninetheme-dark-soft);
font-size: 13px;
font-weight: 400;
width: auto;
cursor: pointer;
}
.nt-sidebar .site-scroll li > label {
display: none;
}
.site-scroll .stock-sale-filter li,
.site-scroll li a {
display: flex;
align-items: center;
gap: 10px;
}
.site-scroll li a .checkbox {
width: 13px;
height: 13px;
border: 1px solid var(--ninetheme-gray-dark);
border-radius: 2px;
display: flex;
align-items: center;
justify-content: center;
font-weight: 600;
font-size: 0;
}
.site-scroll li a.checked .checkbox {
font-size: 9px;
background-color: var(--ninetheme-primary);
color: var(--ninetheme-light);
border-color: var(--ninetheme-primary);
}
input[type='checkbox']:after {
cursor: pointer;
}
.nt-sidebar-inner .select2-container--default .select2-selection--single .select2-selection__arrow {
height: 100%;
position: absolute;
top: 0;
right: 0;
width: 25px;
}
.select2-container--default .select2-selection--single {
background-color: #fff;
border: 1px solid;
border-color: var(--ninetheme-border);
border-radius: 4px;
height: 29px !important;
font-size: 12px !important;
} .ninetheme-shop-fixed-sidebar {
position: fixed;
z-index: 999;
left: 0;
top: 0;
height: 100%;
background: var(--ninetheme-light);
box-shadow: 0px 12px 24px 0px rgb(120 120 120 / 30%);
padding: 70px 30px 50px;
width: 100%;
max-width: 360px;
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;
}
.admin-bar .ninetheme-shop-fixed-sidebar {
top: 32px;
height: calc(100% - 32px);
}
.ninetheme-shop-fixed-sidebar.active {
opacity: 1;
-moz-transform: translateX(0%);
-ms-transform: translateX(0%);
-webkit-transform: translateX(0%);
transform: translateX(0%);
}
.ninetheme-toggle-hidden-sidebar span,
.ninetheme-open-fixed-sidebar span {
margin-right: 10px;
cursor: pointer;
}
.ninetheme-shop-fixed-sidebar .panel-close {
position: absolute;
top: 15px;
right: 15px;
cursor: pointer;
}
.ninetheme-shop-fixed-sidebar .nt-sidebar-inner {
margin: 0;
height: 100%;
max-height: 100%;
overflow-y: auto;
margin-right: -15px;
padding-right: 15px;
display: flex;
flex-direction: column;
gap: 30px;
}
.nt-sidebar-inner-wrapper {
position: relative;
display: block;
width: 100%;
height: 100%;
}
.nt-sidebar-inner-wrapper.all-closed {
margin-bottom: 15px;
}
@media(min-width: 992px) {
.left-sidebar .ninetheme-before-loop .ninetheme-open-fixed-sidebar,
.right-sidebar .ninetheme-before-loop .ninetheme-open-fixed-sidebar {
display: none;
}
.nt-woo-single.left-sidebar .row-content {
flex-direction: row-reverse;
}
}  .ninetheme-shop-hidden-top-sidebar.active {
margin-bottom: 30px;
}
.shop-layout-top-sidebar:not(.single) .nt-sidebar-inner-widget {
padding: 0 12px;
}
.shop-layout-top-sidebar .ninetheme-products-wrapper .ninetheme-choosen-filters {
display: none;
}
.ninetheme-toggle-hidden-sidebar:not(.active) .ninetheme-filter-close {
display: none;
}
.ninetheme-toggle-hidden-sidebar.active .svgFilter {
display: none;
}
.nt-sidebar .panel-close {
position: absolute;
top: 15px;
right: 15px;
cursor: pointer;
}
.panel-close.btn-done {
position: relative;
top: auto;
right: auto;
width: auto;
padding: 0px 15px;
}
.shop-layout-top-sidebar .ninetheme-toggle-hidden-sidebar {
display: none;
}
.ninetheme-choosen-filters-row.filters-active .ninetheme-remove-filter,
.ninetheme-products-wrapper .ninetheme-choosen-filters,
.ninetheme-shop-hidden-top-sidebar .ninetheme-choosen-filters {
border-bottom: 1px solid var(--ninetheme-gray);
justify-content: center;
padding: 0 0 5px;
text-align: left;
margin-bottom: 20px;
}
.ninetheme-product-status .nt-sidebar-inner-widget ul li:not(:first-child) {
margin-top: 0px;
}
@media (min-width: 992px) {
.shop-layout-left-sidebar .default-sidebar .ninetheme-choosen-filters,
.shop-layout-right-sidebar .default-sidebar .ninetheme-choosen-filters,
body:not(.shop-layout-fixed-sidebar) .nt-sidebar .panel-close,
.nt-sidebar .ninetheme-choosen-filters {
display: none;
}
body:not(.shop-layout-fixed-sidebar) .nt-sidebar.ninetheme-shop-fixed-sidebar .panel-close {
display: flex;
}
}
@media(max-width: 992px) {
.nt-sidebar.ninetheme-blog-sidebar {
margin-top: 60px;
}
.nt-sidebar:not(.ninetheme-blog-sidebar) {
position: fixed;
z-index: 999;
left: 0;
top: 0;
height: 100%;
background: var(--ninetheme-light);
box-shadow: 0px 12px 24px 0px rgb(120 120 120 / 30%);
padding: 60px 15px 20px;
width: 100%;
max-width: 400px;
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;
}
.nt-sidebar:not(.ninetheme-blog-sidebar).active {
opacity: 1;
-moz-transform: translateX(0%);
-ms-transform: translateX(0%);
-webkit-transform: translateX(0%);
transform: translateX(0%);
}
.admin-bar .nt-sidebar:not(.ninetheme-blog-sidebar) {
top: 32px;
height: calc(100% - 32px);
}
.nt-sidebar:not(.ninetheme-blog-sidebar) .nt-sidebar-inner {
margin: 0;
max-height: 100%;
overflow-y: auto;
}
.has-sidebar .nt-sidebar-inner-widget {
padding: 20px;
}
.nt-sidebar.ninetheme-shop-hidden-top-sidebar {
padding: 70px 10px 20px;
}
.ninetheme-before-loop .ninetheme-block-right>div.ninetheme-toggle-hidden-sidebar,
.ninetheme-before-loop .ninetheme-block-left>div.ninetheme-toggle-hidden-sidebar,
.shop-layout-fixed-sidebar.fixed-sidebar-top .ninetheme-toggle-hidden-sidebar {
display: none;
}
.nt-sidebar .ninetheme-choosen-filters {
border-bottom: 1px solid var(--ninetheme-gray);
justify-content: center;
padding: 0 0 5px;
text-align: left;
margin-bottom: 20px;
}
.ninetheme-choosen-filters-action {
width: 100%;
display: flex;
align-items: center;
justify-content: space-between;
}
}
@media (max-width: 600px) {
.admin-bar.scroll-start .nt-sidebar:not(.ninetheme-blog-sidebar) {
top: 0;
height:100%;
}
}
.ninetheme-shop-hidden-sidebar .nt-sidebar-inner-widget {
margin: 30px 0 60px !important;
}
.nt-sidebar .nt-sidebar-inner-widget ul {
list-style: none;
}
.nt-sidebar .nt-sidebar-inner-widget ul.product-categories li ul.children {
display: none;
}
.product-categories span.subDropdown {
border-radius: 50%;
background: rgb(226 226 226);
border: 5px solid transparent;
color: var(--ninetheme-dark);
width: 20px;
height: 20px;
display: inline-flex;
justify-content: center;
align-items: center;
position: absolute;
cursor: pointer;
top: 3px;
right: 38px;
}
.product-categories span.subDropdown:before,
.product-categories span.subDropdown:after {
content: '';
position: absolute;
height: 2px;
width: 100%;
top: 50%;
left: 0;
margin-top: -1px;
background-color: #282828;
transform-origin: 50% 50%;
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;
}
.product-categories span.subDropdown:after {
-webkit-transform: rotate(-90deg);
-moz-transform: rotate(-90deg);
-ms-transform: rotate(-90deg);
-o-transform: rotate(-90deg);
transform: rotate(-90deg);
}
.product-categories span.subDropdown:before {
-webkit-transform: rotate(0deg);
-moz-transform: rotate(0deg);
-ms-transform: rotate(0deg);
-o-transform: rotate(0deg);
transform: rotate(0deg);
}
.product-categories span.subDropdown.active:before,
.product-categories span.subDropdown.active:after,
.product-categories span.subDropdown:hover:before,
.product-categories span.subDropdown:hover:after {
-webkit-transform: rotate(0deg);
-moz-transform: rotate(0deg);
-ms-transform: rotate(0deg);
-o-transform: rotate(0deg);
transform: rotate(0deg);
}  .product_list_widget a.ninetheme-widget-product-list-inner {
display: flex;
flex-wrap: nowrap;
align-items: center;
justify-content: flex-start;
}
.product_list_widget a.ninetheme-widget-product-list-inner img {
margin-right: 15px;
}
.product_list_widget a.ninetheme-widget-product-list-inner span.ninetheme-widget-product-list-details {
display: flex;
flex-direction: column;
gap: 5px;
}
.product_list_widget .ninetheme-widget-product-list-details .product-title {
max-width: 100%;
font-size: 13px;
}
.product_list_widget a.ninetheme-widget-product-list-inner span.ninetheme-price {
margin-top: 0;
} @media(min-width:1200px) {
.row.left-sidebar {
flex-direction: row-reverse;
}
}
@media(max-width:768px) {
.shop-sidebar-fixed .blog-sidebar {
height: calc(100vh);
max-height: calc(100vh);
}
}
@media(max-width:1024px) {
.mobile-sidebar-close {
display: flex;
align-items: stretch;
align-content: center;
justify-content: center;
flex-direction: row;
flex-wrap: wrap;
margin-right: -3px;
}
.shop-sidebar-fixed .ninetheme-mobile-sidebar-toggle {
display: block;
}
body.ninetheme-ajax-shop #nt-sidebar .nt-sidebar-inner .ninetheme-choosen-filters {
display: block;
}
#nt-sidebar .nt-sidebar-inner .ninetheme-choosen-filters {
padding: 5px 10px;
border: none;
width: 100%;
margin: 0 0 15px 0px;
background: var(--ninetheme-light);
z-index: 1;
}
#nt-sidebar .nt-sidebar-inner.scroll-start .ninetheme-choosen-filters {
position: absolute;
top: 40px;
margin-top: 0;
left: 0;
}
#nt-sidebar .woocommerce-result-count {
float: none;
margin: 0;
width: 100%;
}
.woocommerce #nt-sidebar .woocommerce-info:before {
display: none;
}
.woocommerce #nt-sidebar .nt-sidebar-inner .close-sidebar {
top: auto;
bottom: auto;
position: relative;
padding: 5px;
background: var(--ninetheme-dark);
align-items: center;
justify-content: center;
color: var(--ninetheme-light);
line-height: 1.3;
margin-top: 5px;
border-radius: 4px;
cursor: pointer;
margin-top: 10px;
}
.woocommerce #nt-sidebar .woocommerce-result-count span {
color: var(--ninetheme-primary);
}
.shop-sidebar-fixed .blog-sidebar {
margin: 0;
overflow-y: scroll;
padding: 0px;
}
#nt-sidebar .nt-sidebar-inner-widget a.ajax-loading::after {
content: "";
margin-left: 10px;
border-width: 2px;
border-color: var(--ninetheme-dark);
border-left-color: transparent;
border-radius: 50%;
border-style: solid;
-webkit-animation: v-spin-fast 1s linear infinite;
animation: v-spin-fast 1s linear infinite;
width: 15px;
height: 15px;
position: absolute;
right: 7px;
}
}
@media(max-width: 480px) {
.admin-bar.scroll-start .ninetheme-shop-fixed-sidebar {
top: 0px;
height: calc(100% - 0px);
}
}
#nt-sidebar.order-2 {
position: relative;
}
.ninetheme-sticky-sidebar-stopper {
position: relative;
display: block;
}
.ninetheme-is-sticky {
will-change: position, top;
}
span.subDropdown {
position: absolute;
top: 0;
right: 0;
width: 25px;
height: 15px;
display: flex;
align-items: center;
justify-content: center;
font-size: 18px;
cursor: pointer;
}
span.subDropdown svg {
max-width: 10px;
max-height: 15px;
}
span.subDropdown.minus svg .vertical,
.widget_ninetheme_product_categories ul.children {
display: none;
}
.widget_ninetheme_product_categories ul.children li a:before {
content: none !important;
}
ul.ninetheme-remove-filter li {
display: inline-block;
margin-right: 15px;
}
ul.ninetheme-remove-filter li a {
display: flex;
align-items: center;
justify-content: center;
text-transform: capitalize;
}
.nt-sidebar-inner a span.remove-filter,
ul.ninetheme-remove-filter li a span.remove-filter,
.ninetheme-fast-filters-list .remove-filter {
position: relative;
width: 15px;
height: 15px;
background-color: var(--ninetheme-bg-soft);
margin-right: 5px;
border-radius: 50px;
}
.nt-sidebar-inner li a:hover span.remove-filter,
ul.ninetheme-remove-filter li a:hover span.remove-filter,
.ninetheme-fast-filters-list .remove-filter {
background-color: var(--ninetheme-gray);
}
ul.ninetheme-remove-filter li a.clear-all span.remove-filter {
background-color: var(--ninetheme-dark);
}
.ninetheme-remove-filter li:first-child a span.remove-filter:before,
.ninetheme-remove-filter li:first-child a span.remove-filter:after {
background-color: #fff !important;
}
.nt-sidebar-inner li a span.remove-filter:before,
.nt-sidebar-inner li a span.remove-filter:after,
.ninetheme-fast-filters-list .remove-filter:before,
.ninetheme-fast-filters-list .remove-filter:after,
.ninetheme-remove-filter li a span.remove-filter:before,
.ninetheme-remove-filter li a span.remove-filter:after {
content: "";
width: 7px;
height: 1px;
position: absolute;
left: 4px;
top: 7px;
display: inline-block;
background-color: var(--ninetheme-dark);
-webkit-transition: all .3s ease-out;
-moz-transition: all .3s ease-out;
-o-transition: all .3s ease-out;
transition: all .3s ease-out;
}
.nt-sidebar-inner li a span.remove-filter,
.ninetheme-fast-filters-list .remove-filter,
.ninetheme-remove-filter li a {
position: relative;
color: var(--ninetheme-dark);
letter-spacing: 0.2px;
cursor: pointer;
}
.nt-sidebar-inner li a span.remove-filter:before,
.ninetheme-remove-filter li a span.remove-filter:before,
.ninetheme-fast-filters-list .remove-filter:before {
-webkit-transform: rotate(45deg);
-ms-transform: rotate(45deg);
transform: rotate(45deg);
}
.nt-sidebar-inner li a span.remove-filter:after,
.ninetheme-remove-filter li a span.remove-filter:after,
.ninetheme-fast-filters-list .remove-filter:after {
transform: rotate(-45deg);
-webkit-transform: rotate(-45deg);
-ms-transform: rotate(-45deg);
}
.nt-sidebar-inner li a:hover span.remove-filter:before,
.nt-sidebar-inner li a:hover span.remove-filter:after,
.ninetheme-remove-filter li a:hover span.remove-filter:before,
.ninetheme-remove-filter li a:hover span.remove-filter:after,
.ninetheme-fast-filters-list li:hover > a > .remove-filter:before,
.ninetheme-fast-filters-list li:hover > a > .remove-filter:after {
-webkit-transform: rotate(0);
-ms-transform: rotate(0);
transform: rotate(0);
}
.filters-container .nav-tabs.nav-tab-box {
display: inline-block;
}
body:not(.page-loaded) .price_slider_wrapper {
opacity: 0;
}
.ninetheme-choosen-filters-row {
margin-bottom: 15px;
}
.site-scroll input[type=checkbox],
.site-scroll input[type=radio] {
margin-right: 0px;
}
.ninetheme-product-status .site-scroll a label {
margin-left: 0;
}
.cart-item-details dl.variation {
flex-wrap: wrap;
line-height: 1;
}
.ninetheme-category-menu.fixed-submenu .submenu {
position: fixed;
max-height: 400px;
overflow-y: auto;
}
.widget_shopping_cart .header-cart-footer.col {
margin-top: 20px;
}
form.ninetheme-multiselect {
display: flex;
flex-direction: column;
gap: 10px;
}
.ninetheme-multiselect .select2-container--default .select2-selection--single .select2-selection__clear {
float: left;
margin-right: 10px;
font-size: 14px;
width: 20px;
height: 100%;
display: flex;
align-items: center;
justify-content: center;
color: var(--ninetheme-red);
}
.ninetheme-multiselect + .form-clear:not(.active) {
display: none;
}
.ninetheme-multiselect + .form-clear {
width: 100%;
margin-top: 10px;
}
.ninetheme-shop-hidden-top-sidebar .nt-sidebar-inner-widget {
background-color: var(--ninetheme-gray-soft);
padding: 15px;
border: 1px solid;
border-color: var(--ninetheme-border);
border-radius: 5px;
height: max-content;
}
.ninetheme-shop-hidden-top-sidebar .widget_product_search:not(.ninetheme-widget-hide),
.ninetheme-shop-hidden-top-sidebar .widget_price_filter:not(.ninetheme-widget-hide) {
height: auto;
}
.ninetheme-shop-hidden-top-sidebar .widget-body .site-scroll {
max-height: 107px;
overflow: hidden;
overflow-y: auto;
}
.ninetheme-shop-hidden-top-sidebar .nt-sidebar-inner-widget ol li:not(:first-child),
.ninetheme-shop-hidden-top-sidebar .nt-sidebar-inner-widget ul li:not(:first-child) {
margin-top: 8px;
}
.ninetheme-shop-hidden-top-sidebar .shop-widget-title {
cursor: pointer;
}
#nt-sidebar select.ninetheme-select2.select2-hidden-accessible {
max-width: 100%!important;
min-width: auto;
}
#nt-sidebar .select2-container {
width: 100%!important;
max-width: 100%!important;
}
.shop-top-sidebar-choosen-filter .ninetheme-choosen-filters {
margin-bottom: 30px;
}
.widget_shopping_cart_content .ninetheme-scrollbar {
max-height: 275px;
overflow-y: auto;
}/*/*/.ninetheme-product-top-nav {
margin: 0;
z-index: 1;
position: relative;
}
.ninetheme-product-summary .ninetheme-product-title {
line-height: 24px;
font-size: 24px;
}
.ninetheme-product-breadcrumb-nav .ninetheme-flex,
.ninetheme-product-top-nav {
justify-content: space-between;
}
.ninetheme-product-top-nav.ninetheme-bread-off {
justify-content: flex-end;
}
.ninetheme-product-breadcrumb-nav {
padding: 30px 0;
z-index: 2;
}/*/*/.ninetheme-row-summary .ninetheme-product-labels,
.ninetheme-swiper-slider-wrapper .ninetheme-product-labels {
z-index: 5;
display: flex;
gap: 5px;
}
.ninetheme-product-video-button+.ninetheme-product-labels {
top: 80px;
left: 20px;
}
.ninetheme-section:not(.first-section) {
margin-top: 50px;
}
.section-title-wrapper {
display: flex;
align-items: center;
justify-content: space-between;
margin-bottom: 30px;
}
.ninetheme-section .section-title {
margin-bottom: 0;
text-transform: capitalize;
}
.ninetheme-summary-item .ninetheme-svg-icon {
max-width: 20px;
max-height: 20px;
margin-right: 5px;
}
.ninetheme-product-summary ul,
.ninetheme-product-summary ul.ninetheme-product-features-list,
.ninetheme-product-tabs-content ul,
.ninetheme-product-tabs-content ul.ninetheme-product-features-list {
padding-left: 12px;
}
.ninetheme-product-summary ul.ninetheme-breadcrumb {
padding-left: 0px;
}
form.ninetheme-summary-item.ninetheme-flex.cart.grouped_form {
display: block;
}
.woocommerce-grouped-product-list.group_table {
width: 100%;
}
form .grouped-list-wrapper {
display: flex;
gap: 10px;
flex-wrap: wrap;
}
.woocommerce-grouped-product-list .woocommerce-grouped-product-list-items {
list-style: none;
display: flex;
flex-direction: column;
gap: 10px;
padding: 15px;
flex: 1 0 auto;
background: var(--ninetheme-gray-bg);
border: 1px solid var(--ninetheme-border);
border-radius: 4px;
}
.woocommerce-grouped-product-list .quantity {
border-color: 1px solid var(--ninetheme-dark);
-webkit-box-shadow: none;
box-shadow: none;
color: var(--ninetheme-dark);
}
.woocommerce-grouped-product-list .quantity .minus,
.woocommerce-grouped-product-list .quantity .plus {
color: var(--ninetheme-dark);
}
form.ninetheme-summary-item.ninetheme-flex.cart.grouped_form button {
width: 100%;
}
.ninetheme-summary-item .ninetheme-product-button {
max-width: 45px;
width: 40px;
height: 40px;
position: relative;
background-color: var(--ninetheme-dark-soft);
color: var(--ninetheme-light);
flex: 1 0 auto;
border-radius: 5px;
text-align: center;
display: flex;
align-items: center;
justify-content: center;
}
.ninetheme-summary-item .golden-product-button.added svg {
fill: var(--ninetheme-green);
}
.ninetheme-after-cart-button-wrapper {
display: flex;
}
.product:not(.ninetheme-single-product-type-3) .single-product-add-to-cart-type-black .woocommerce-variation-add-to-cart,
.product:not(.ninetheme-single-product-type-3) .single-product-add-to-cart-type-gray .woocommerce-variation-add-to-cart {
display: flex;
flex-wrap: nowrap;
margin-top: 20px;
justify-content: center;
align-items: center;
flex-direction: row;
align-content: center;
background: var(--ninetheme-bg-soft);
border: 1px solid var(--ninetheme-gray);
padding: 20px;
border-radius: 4px;
text-align: center;
}/*/*/.ninetheme-product-top {
display: flex;
align-items: center;
justify-content: space-between;
width: 100%;
flex-wrap: wrap;
}
.ninetheme-product-top-labels {
display: flex;
align-items: center;
}
.ninetheme-product-top-labels .ninetheme-label:not(:last-child) {
margin-right: 5px;
}
.ninetheme-product-nav {
position: relative;
display: flex;
align-items: center;
justify-content: space-between;
}
.ninetheme-product-nav .product-nav-content {
position: absolute;
top: 100%;
right: 0px;
visibility: hidden;
padding: 10px;
min-width: 240px;
opacity: 0;
transition: opacity .1s ease .1s, visibility .1s ease .1s;
animation: ninethemefadeOutLeft .1s ease .1s both;
z-index: 99;
display: flex;
align-items: center;
flex-direction: row;
background-color: var(--ninetheme-light);
box-shadow: 0 0 3px rgba(0, 0, 0, .15);
cursor: pointer;
}
.ninetheme-product-nav .product-nav-link,
.ninetheme-product-nav .product-nav-link:hover {
opacity: 1;
}
.ninetheme-product-nav .product-nav-link:hover>.product-nav-content {
visibility: visible;
opacity: 1;
transition: opacity .3s ease, visibility .3s ease;
animation: ninethemefadeInLeft .3s ease both;
}
.ninetheme-product-nav .product-nav-title {
margin-left: 7px;
font-size: 14px;
color: var(--ninetheme-dark);
}
.ninetheme-product-nav .product-nav-title:hover {
color: var(--ninetheme-primary);
}
.product-nav-link.ninetheme-nav-shop {
position: relative;
margin: -2px 10px 0;
}
.ninetheme-nav-arrow {
font-size: 14px;
}
span.ninetheme-shop-link-inner {
position: relative;
display: flex;
align-items: center;
justify-content: center;
}
span.ninetheme-shop-link-icon {
display: flex;
align-items: center;
justify-content: center;
flex-direction: column;
}
span.ninetheme-shop-link-icon:before,
span.ninetheme-shop-link-icon:after {
content: "";
position: relative;
display: block;
width: 7px;
height: 7px;
border: 1px solid var(--ninetheme-dark);
margin: 1px;
}
span.product-nav-content:after {
content: "";
width: 100%;
height: 5px;
position: absolute;
top: -5px;
left: 0;
}
.product-nav-link.disabled {
opacity: 0.5;
pointer-events: none;
}/*/*/.woocommerce-variation-add-to-cart {
display: flex;
flex-wrap: wrap;
margin-top: 10px;
gap: 10px;
}
.woocommerce-variation-price {
margin-top: 10px;
}
.woocommerce-product-rating.ninetheme-summary-item {
line-height: 1;
display: inline-flex;
justify-content: flex-start;
border: 1px solid;
border-color: var(--ninetheme-yellow);
background: var(--ninetheme-yellow-bg);
flex-direction: row;
padding: 5px 10px;
border-radius: 3px;
color: var(--ninetheme-yellow);
}
.ninetheme-product-info.active .woocommerce-variation-price {
margin-top: 0;
}
.ninetheme-product-bottom-popup-cart .woocommerce-variation-price {
margin: 5px 0;
}
.woocommerce-variation-add-to-cart-disabled {
opacity: 0.5;
pointer-events: none;
margin-top: 0px;
}
.ninetheme-product-summary .ninetheme-summary-item {
margin: 0px;
position: relative;
color: var(--ninetheme-dark);
}
.ninetheme-product-labels.ninetheme-summary-item:empty {
display: none;
}
.woocommerce-review-link,
.cr-qna-link {
text-transform: uppercase;
font-size: 12px;
font-weight: 500;
}
.woocommerce-review-link {
margin-left: 10px;
}
.ninetheme-summary-item.short-description,
.ninetheme-product-summary .ninetheme-summary-item p {
color: var(--ninetheme-text);
}
.ninetheme-product-summary .ninetheme-summary-item+.ninetheme-summary-item {
margin-top: 20px;
}
.ninetheme-summary-item.ninetheme-product-popup-details div {
text-transform: uppercase;
font-size: 12px;
font-weight: 500;
}
.ninetheme-summary-item.ninetheme-product-popup-details {
display: flex;
gap: 10px;
flex-direction: column;
}
.ninetheme-product-summary .ninetheme-summary-item.ninetheme-price {
display: flex;
align-items: center;
justify-content: flex-start;
gap: 15px;
flex-wrap: wrap;
}
.ninetheme-product-summary .ninetheme-summary-item.ninetheme-price,
.ninetheme-product-summary .ninetheme-summary-item.ninetheme-price .price del,
.ninetheme-product-summary .ninetheme-summary-item.ninetheme-price .price ins {
font-size: 21px;
font-weight: 600;
line-height: 1;
position: relative;
color: var(--ninetheme-red-dark);
}
.woocommerce .ninetheme-product-summary .ninetheme-summary-item.ninetheme-price del {
font-weight: 400;
color: var(--ninetheme-gray-dark);
font-size: 21px;
}
.woocommerce .ninetheme-product-summary .ninetheme-summary-item.ninetheme-price ins {
color: var(--ninetheme-dark);
text-decoration: none;
font-size: 21px;
}
.ninetheme-product-summary .ninetheme-summary-item.ninetheme-price .price del {
color: var(--ninetheme-gray-dark);
}
.woocommerce-grouped-product-list .woocommerce-grouped-product-list-items li a {
font-weight: 500;
}
.ninetheme-summary-item.ninetheme-product-title:first-letter {
text-transform: capitalize;
}
.ninetheme-summary-item.ninetheme-price p.stock.ninetheme-stock-status {
font-size: 9px;
padding: 6px 12px;
letter-spacing: 0.5px;
background: var(--ninetheme-success-bg);
border: 1px solid var(--ninetheme-success-border);
color: var(--ninetheme-success);
border-radius: 10px;
display: inline-block;
margin-top: 10px;
font-weight: 500;
}
.ninetheme-summary-item.ninetheme-price span+p.stock.ninetheme-stock-status {
margin-top: 15px;
}
.ninetheme-product-summary .ninetheme-summary-item.ninetheme-price>p.ninetheme-stock-status {
margin: 0;
}
.ninetheme-summary-item.ninetheme-price p.stock.ninetheme-stock-status.out-of-stock {
color: var(--ninetheme-red);
background-color: var(--ninetheme-red-bg);
border-color: var(--ninetheme-red-border);
}
.cart p.stock.out-of-stock {
padding: 10px;
background-color: var(--ninetheme-red-bg);
color: var(--ninetheme-red);
border: 1px solid var(--ninetheme-red);
}
.ninetheme-product-summary .variations_form {
flex-direction: column;
display: flex;
height: revert;
flex-wrap: nowrap;
align-content: flex-start;
margin-bottom: 25px;
}
.ninetheme-product-summary .variations_form .value select {
padding: 8px 30px 8px 20px;
min-height: 25px;
border-radius: 4px;
}
.product-after-cart-wrapper {
display: flex;
gap: 10px;
flex: 1 0 auto;
max-width: 160px;
}
.ninetheme-summary-item .ninetheme-product-button .ninetheme-svg-icon {
margin-right: 0px;
fill: var(--ninetheme-light);
}
.ninetheme-summary-item .ninetheme-product-button.woosw-added,
.ninetheme-summary-item .ninetheme-product-button.woosc-added {
background-color:var(--ninetheme-blue-dark);
}
.ninetheme-summary-item .ninetheme-product-button:hover {
color: var(--ninetheme-light);
background-color: var(--ninetheme-red-dark);
}
.ninetheme-after-cart-grouped-button-wrapper {
display: flex;
flex-wrap: wrap;
width: 100%;
gap: 10px;
margin-top: 10px;
padding-top: 15px;
border-top: 1px solid var(--ninetheme-border);
}
.ninetheme-btn-reset-wrapper {
display: none;
}
.ninetheme-btn-reset-wrapper.active,
.ninetheme-variations-items {
display: flex;
justify-content: flex-start;
align-items: center;
}
.ninetheme-btn-reset-wrapper,
.ninetheme-variations-items {
gap: 15px;
}
.ninetheme-variations-items .ninetheme-small-title,
span.ninetheme-small-title {
min-width: 60px;
}
.ninetheme-btn-reset-wrapper .ninetheme-small-title {
opacity: 0;
visibility: hidden;
}
.variations_form .ninetheme-btn-reset.reset_variations {
background-color: var(--ninetheme-light);
color: var(--ninetheme-red-dark);
padding: 0;
display: none;
line-height: 1;
margin-left: 0;
font-size: 11px;
text-transform: uppercase;
font-weight: normal;
letter-spacing: 0.5px;
border-radius: 3px;
}
.ninetheme-btn-reset-wrapper.active .ninetheme-btn-reset.reset_variations {
display: block;
}
.ninetheme-zoom-wrapper img:not(.zoomImg).ninetheme-hidden {
display: none!important;
}
form.ninetheme-summary-item.ninetheme-flex.cart.grouped_form .ninetheme-after-cart-grouped-button-wrapper button {
width: auto;
flex: 0 0 calc(100% - 110px);
height: 50px;
font-size: 16px;
}
.ninetheme-after-cart-grouped-button-wrapper .ninetheme-after-cart-button-wrapper {
display: flex;
}
.ninetheme-product-summary .ninetheme-summary-item.form-external>div {
margin-bottom: 0px;
}
.ninetheme-product-summary .ninetheme-product-meta {
display: flex;
flex-direction: column;
}
.ninetheme-summary-item.ninetheme-product-meta {
display: flex;
flex-direction: column;
align-items: flex-start;
gap: 5px;
}
.ninetheme-summary-item.ninetheme-product-meta .ninetheme-meta-label {
color: var(--ninetheme-dark-soft);
text-transform: uppercase;
margin-right: 5px;
font-weight: 600;
}
.ninetheme-visitors-product-message {
display: -webkit-box;
display: -ms-flexbox;
display: flex;
-webkit-box-align: start;
-ms-flex-align: center;
align-items: flex-start;
font-size: 12px;
border-width: 1px;
border-style: solid;
border-radius: var(--ninetheme-border-radius);
padding: 14px 20px;
}
.ninetheme-product-carousel {
margin-bottom: 60px;
}/*/*/.ninetheme-product-tab-title {
display: flex;
justify-content: flex-start;
flex-direction: row;
flex-wrap: nowrap;
width: fit-content;
}
.ninetheme-product-tab-title-item {
margin: 0;
margin-right: 0;
display: inline-block;
border: none;
border-radius: 0;
padding-right: 15px;
font-weight: 500;
font-size: 14px;
position: relative;
color: var(--ninetheme-text);
font-family: var(--ninetheme-font-heading);
text-transform: uppercase;
cursor: pointer;
}
.ninetheme-product-tab-title-item::after {
content: "";
position: absolute;
left: 16%;
bottom: 7px;
width: 15px;
height: 0px;
background: var(--ninetheme-primary);
-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;
opacity: 0;
}
.ninetheme-product-tab-title-item.active {
color: var(--ninetheme-dark);
}
.ninetheme-product-tab-title-item.active::after {
opacity: 1;
}
.ninetheme-product-tab-title-item:first-child {
margin-left: 0;
border-radius: 5px 0 0 5px;
}
.ninetheme-product-tab-title-item:last-child {
margin-right: 0;
border-radius: 0 5px 5px 0;
}
.ninetheme-product-tab-content-item {
padding: 20px 0;
margin-bottom: -20px;
display: none;
}
.ninetheme-product-tab-content-item h4.title {
display: none;
}
.ninetheme-product-tab-content-item.active {
display: block;
animation: slide-down .3s ease-out;
}
.product-desc-content {
max-width: 980px;
}
.product-desc-content img {
border: 1px solid var(--ninetheme-border) !important;
border-radius: 5px;
margin: 30px 0;
}
.product-desc-content img:hover {
border-style: solid;
border-color: var(--ninetheme-primary);
}
.woocommerce-product-attributes-item th {
width: 15%;
}
.ninetheme-product-tabs-content th.woocommerce-product-attributes-item__label {
font-weight: bold;
padding-right: 10px;
}
.ninetheme-summary-item .ninetheme-svg-icon.shopBag {
max-width: 30px;
max-height: 30px;
margin-right: 14px;
}
@media (max-width: 767px) {
.ninetheme-product-summary .ninetheme-product-title {
line-height: 24px;
font-size: 18px;
}
.ninetheme-product-tab-title-item::after {
height:0px;
}
.ninetheme-product-tab-title {
border-bottom: 1px solid var(--ninetheme-gray);
border-bottom: 0px;
display: flex;
flex-direction: column;
align-content: space-between;
justify-content: space-between;
width: inherit;
}
.ninetheme-product-tab-title-item {
margin-right: 15px;
margin-bottom: 0;
padding-bottom: 10px;
font-size: 13px;
padding: 10px 15px;
}
.ninetheme-summary-item.ninetheme-product-meta .ninetheme-meta-label {
color: var(--ninetheme-dark-soft);
text-transform: uppercase;
margin-right: 5px;
font-weight: 700;
}
.ninetheme-wc-proceed-to-checkout .ninetheme-btn {
width: 100%;
}
.ninetheme-product-tab-title-item:first-child {
margin-left: 0;
border-radius: 5px 5px 0 0;
}
.ninetheme-product-tab-title-item:last-child {
margin-right: 0;
border-radius: 0 0 5px 5px;
}
.ninetheme-product-tab-title-item::after {
content: "\f115";
transform: rotate(180deg);
font-family: 'ninetheme-font';
position: absolute;
right: 10px;
left: auto;
font-size: 10px;
top: 77%;
width: 15px;
height: 0px;
color: var(--ninetheme-light);
background: var(--ninetheme-light);
opacity: 1;
transition: none;
}
.ninetheme-product-tab-title-item.active::after {
transform: rotate(0deg);
top: 25%;
right: 5px;
}
}
@media (max-width: 480px) {
.ninetheme-product-tab-title-item {
margin-right: 15px;
margin-bottom: 0;
padding-bottom: 10px;
font-size: 13px;
width: 100% !important;
max-width: 100% !important;
}
.ninetheme-product-tab-title-item::after {
bottom: 5px;
}
.ninetheme-summary-item.ninetheme-product-popup-details div {
font-size: 10px;
}
}/*/*/.ninetheme-product-related .ninetheme-product {
margin-bottom: 0;
}
.cross-sells-slider-nav, .upsells-slider-nav, .related-slider-nav, .recently-slider-nav {
display: flex;
align-items: center;
justify-content: center;
font-size: 14px;
font-weight: bold;
}
.cross-sells-slider-nav>div:hover,
.upsells-slider-nav>div:hover,
.related-slider-nav>div:hover, .recently-slider-nav:hover {
color: var(--ninetheme-primary);
}
.related-slider-nav .ninetheme-swiper-next,
.cross-sells-slider-nav .ninetheme-swiper-next,
.upsells-slider-nav .ninetheme-swiper-next, .recently-slider-nav  .ninetheme-swiper-next {
margin-left: 15px;
}/*/*/.ninetheme-product-gallery-main-slider .swiper-slide img,
.ninetheme-product-gallery-main-image .swiper-slide img,
.ninetheme-gallery-grid-item img {
position: relative;
width: 100%;
display: block;
border: 1px solid !important;
border-color: var(--ninetheme-border) !important;
border-radius: 5px;
background: var(--ninetheme-gray-soft);
padding: 0;
}
body:not(.page-loaded) .ninetheme-product-gallery-main-slider.swiper-creative .swiper-wrapper .swiper-slide:not(.swiper-slide-active) {
display: none;
}/*/*/.ninetheme-single-product-stock .stock-details {
display: flex;
align-items: center;
justify-content: space-between;
margin-bottom: 10px;
}
.ninetheme-single-product-stock .stock-sold,
.ninetheme-single-product-stock .current-stock {
display: inline-block;
text-transform: uppercase;
font-size: 10px;
font-weight: 500;
color: var(--ninetheme-text);
}
.ninetheme-single-product-stock .stock-sold {
color: var(--ninetheme-red);
}
.ninetheme-single-product-stock .current-stock {
color: var(--ninetheme-green) !important;
}
.ninetheme-single-product-stock .ninetheme-product-stock-progress {
background: var(--ninetheme-red-bg);
-webkit-border-radius: 4px;
-moz-border-radius: 4px;
border-radius: 4px;
}
.ninetheme-single-product-stock .ninetheme-product-stock-progressbar {
display: block;
height: 8px;
min-width: 1px;
background: var(--ninetheme-red);
-webkit-border-radius: 4px;
-moz-border-radius: 4px;
border-radius: 4px;
max-width: 100%;
}
.ninetheme-single-product-stock .ninetheme-product-stock-progressbar {
animation: stock-progress-bar 8s ease;
animation-delay: .5s;
min-width: 3%;
}/*/*/.ninetheme-social-icons a {
position: relative;
opacity: 1;
}
.ninetheme-social-icons a:after,
.ninetheme-social-icons a:before {
position: absolute;
visibility: hidden;
opacity: 0;
z-index: 1000000;
pointer-events: none;
-webkit-transform: translate3d(0, 0, 0);
-moz-transform: translate3d(0, 0, 0);
transform: translate3d(0, 0, 0);
-webkit-transition: .3s ease;
-moz-transition: .3s ease;
transition: .3s ease;
-webkit-transition-delay: 0s;
-moz-transition-delay: 0s;
transition-delay: 0s;
}
.ninetheme-social-icons a:before {
content: "";
position: absolute;
background: 0 0;
border: 6px solid transparent;
border-top-color: var(--ninetheme-primary);
z-index: 1000001;
}
.ninetheme-social-icons a:after {
background: var(--ninetheme-primary);
color: var(--ninetheme-light);
padding: 8px 10px;
font-size: 12px;
line-height: 12px;
white-space: nowrap;
text-shadow: 0 -1px 0 #000;
box-shadow: 4px 4px 8px rgba(0, 0, 0, .3);
-webkit-border-radius: 3px;
border-radius: 3px;
}
.ninetheme-social-icons a:after {
-webkit-transform: translateX(-50%);
-moz-transform: translateX(-50%);
transform: translateX(-50%);
}
.ninetheme-social-icons a:after,
.ninetheme-social-icons a:before {
bottom: 100%;
left: 50%;
}
.ninetheme-social-icons a:before {
margin-bottom: -11px;
left: calc(50% - 6px);
}
.ninetheme-social-icons a:hover:before {
-webkit-transform: translateY(-8px);
-moz-transform: translateY(-8px);
transform: translateY(-8px);
}
.ninetheme-social-icons a:hover:after {
-webkit-transform: translateX(-50%) translateY(-8px);
-moz-transform: translateX(-50%) translateY(-8px);
transform: translateX(-50%) translateY(-8px);
}
.ninetheme-social-icons a:hover:after,
.ninetheme-social-icons a:hover:before {
visibility: visible;
opacity: 1;
-webkit-transition-delay: .1s;
-moz-transition-delay: .1s;
transition-delay: .1s;
}
.ninetheme-social-icons a:after {
content: attr(data-title);
}
.ninetheme-product-share {
display: flex;
align-items: center;
color: var(--ninetheme-dark);
margin: 15px 0;
font-weight: 500;
}
.ninetheme-product-share a {
font-size: 13px;
margin: 0;
color: var(--ninetheme-light);
width: 30px;
height: 30px;
display: inline-flex;
justify-content: center;
align-items: center;
border-radius: 100%;
}
.ninetheme-product-share span.share-title {
margin-right: 5px;
}
.ninetheme-product-share a.social-facebook {
background: #3b5998;
}
.ninetheme-product-share a.social-twitter {
background-color: #1da1f2;
}
.ninetheme-product-share a.social-pinterest {
background-color: #e60023;
}
.ninetheme-product-share a.social-linkedin {
background-color: #0077b5;
}
.ninetheme-product-share a.social-reddit {
background-color: #ff4500;
}
.ninetheme-product-share a.social-whatsapp {
background-color: #25d366;
}
.ninetheme-product-share a.social-ok {
background-color: #ee8208;
}
.ninetheme-product-share a.social-telegram {
background-color: #0088CC;
}
.ninetheme-product-share a.social-email {
background-color: #000;
}
.ninetheme-product-share a.social-viber {
background-color: #7360f2;
}
.ninetheme-product-share a.social-vk {
background-color: #4C75A3;
}
.ninetheme-product-share a.social-youtube {
background-color: #FF0000;
}
.ninetheme-product-share a.social-vimeo {
background-color: #1ab7ea;
}
.ninetheme-product-share a.social-tumblr {
background-color: #34526f;
}
.ninetheme-product-share a.social-flickr {
background-color: #0063dc;
}
.ninetheme-product-share a.social-github {
background-color: #6e5494;
}
.ninetheme-product-share a.social-behance {
background-color: #1769ff;
}
.ninetheme-product-share a.social-dribbble {
background-color: #8aba56;
}
.ninetheme-product-share a.social-soundcloud {
background-color: #ff8800;
}
.ninetheme-product-share a.social-spotify {
background-color: #1db954;
}
.ninetheme-product-share a.social-snapchat {
background-color: #fffc00;
}
.ninetheme-product-share a.social-tiktok {
background-color: #25F4EE;
}/*/*/.ninetheme-product-question-top {
display: flex;
align-items: center;
justify-content: space-between;
background: var(--ninetheme-gray);
padding: 20px;
}
.ninetheme-product-question-tumb {
margin-right: 20px;
}
.ninetheme-product-question-top .ninetheme-product-question-title {
font-size: 18px;
}
.ninetheme-product-question-buttons {
margin-left: 20px;
}/*/*/.ninetheme-product-view,
.ninetheme-estimated-delivery {
display: flex;
align-items: center;
justify-content: flex-start;
}
.ninetheme-product-view svg {
max-width: 14px;
max-height: 14px;
}
.ninetheme-estimated-delivery svg {
max-width: 18px;
max-height: 18px;
}
.ninetheme-estimated-delivery span,
a.ninetheme-open-popup,
.ninetheme-product-summary .ninetheme-product-meta .ninetheme-brands,
.ninetheme-product-summary .ninetheme-product-meta .posted_in,
.ninetheme-product-summary .ninetheme-product-meta .tagged_as,
.ninetheme-product-summary .ninetheme-product-meta .ninetheme-sku-wrapper {
color: var(--ninetheme-dark);
font-weight: 400;
}
.ninetheme-product-summary .ninetheme-product-meta .ninetheme-brands a, .ninetheme-product-summary .ninetheme-product-meta .posted_in a, .ninetheme-product-summary .ninetheme-product-meta .tagged_as a, .ninetheme-product-summary .ninetheme-product-meta .ninetheme-brands {
color: var(--ninetheme-gray-dark);
font-weight: 400;
text-decoration: underline;
}
.ninetheme-estimated-delivery,
.ninetheme-estimated-delivery span {
color: var(--ninetheme-primary);
}/*/*/.woocommerce div.product div.images .woocommerce-product-gallery__wrapper {
transition: all cubic-bezier(.795,-.035,0,1) .5s;
margin: 0;
padding: 0;
}
.woocommerce div.product div.images.woocommerce-product-gallery {
position: relative;
overflow: hidden;
}
.woocommerce div.product div.images .flex-control-thumbs {
overflow: hidden;
zoom: 1;
margin: 0;
padding: 0;
}
.woocommerce div.ninetheme-single-product-type-1 div.images .flex-control-thumbs {
margin-top: 10px;
}
.woocommerce div.product div.images:not(.ninetheme-gallery-swiper-enabled) .flex-control-thumbs li {
width: 20%;
float: left;
margin: 0;
list-style: none;
}
.has-header-sidebar .product .ninetheme-gallery-swiper-enabled .flex-control-thumbs li { max-width: 80px; }
.woocommerce .product .images.ninetheme-gallery-swiper-enabled .flex-control-thumbs li {
width: 100px;
margin: 0;
list-style: none;
}
.woocommerce .product .woocommerce-product-gallery--columns-4:not(.ninetheme-gallery-swiper-enabled) .flex-control-thumbs li:nth-child(4n+1) {
clear: left;
}
.woocommerce div.product div.images img {
display: block;
width: 100%;
height: auto;
box-shadow: none;
}
.woocommerce div.product div.images .flex-control-thumbs li img {
cursor: pointer;
opacity: 1;
margin: 0;
padding: 0px;
border-bottom: 6px solid var(--ninetheme-gray);
}
body:not(.page-loaded) div.product .gallery-col {
overflow: hidden;
}
.woocommerce div.product div.images .flex-control-thumbs li img.flex-active,
.woocommerce div.product div.images .flex-control-thumbs li img:hover {
opacity: 1;
}
.woocommerce div.product div.images .woocommerce-product-gallery__trigger {
position: absolute;
top: 15px;
left: auto;
right: 15px;
font-size: 2em;
z-index: 9;
width: 35px;
height: 35px;
background: var(--ninetheme-gray);
text-indent: -9999px;
border-radius: 100%;
box-sizing: content-box;
display: flex;
align-items: center;
justify-content: center;
}
.woocommerce div.product div.images .woocommerce-product-gallery__trigger img{
display: none!important;
}
.woocommerce div.product div.images .woocommerce-product-gallery__trigger::before {
content: "";
display: block;
width: 15px;
height: 15px;
border: 0;
border-radius: 0;
position: absolute;
top: auto;
left: auto;
box-sizing: content-box;
background-image: url("data:image/svg+xml,%3Csvg version='1.1' xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink' x='0px' y='0px' viewBox='0 0 512 512' style='enable-background:new 0 0 512 512;' xml:space='preserve'%3E%3Cg%3E%3Cpath d='M128,32V0H16C7.163,0,0,7.163,0,16v112h32V54.56L180.64,203.2l22.56-22.56L54.56,32H128z'/%3E%3Cpath d='M496,0H384v32h73.44L308.8,180.64l22.56,22.56L480,54.56V128h32V16C512,7.163,504.837,0,496,0z'/%3E%3Cpath d='M480,457.44L331.36,308.8l-22.56,22.56L457.44,480H384v32h112c8.837,0,16-7.163,16-16V384h-32V457.44z'/%3E%3Cpath d='M180.64,308.64L32,457.44V384H0v112c0,8.837,7.163,16,16,16h112v-32H54.56L203.2,331.36L180.64,308.64z'/%3E%3C/g%3E%3C/svg%3E");
background-size: contain;
background-repeat: no-repeat;
-webkit-transition: all .3s ease-out;
-moz-transition: all .3s ease-out;
-o-transition: all .3s ease-out;
transition: all .3s ease-out;
}
.woocommerce div.product div.images .woocommerce-product-gallery__trigger::after {
content: none;
display: block;
width: 2px;
height: 8px;
background: #000;
border-radius: 6px;
position: absolute;
top: 27px;
left: 30px;
-webkit-transform: rotate(-45deg);
-ms-transform: rotate(-45deg);
transform: rotate(-45deg);
box-sizing: content-box;
}
.woocommerce div.product div.ninetheme_product_images .flex-control-thumbs li {
margin: 2px;
}
.woocommerce div.product div.images .flex-control-thumbs li img.flex-active {
border-color: var(--ninetheme-dark);
}
.woocommerce div.product .woocommerce-product-gallery--columns-3:not(.ninetheme-gallery-swiper-enabled) .flex-control-thumbs li {
width: calc( 33.3333% - 4px );
}
.woocommerce div.product .woocommerce-product-gallery--columns-4:not(.ninetheme-gallery-swiper-enabled) .flex-control-thumbs li {
width: calc( 25% - 4px );
}
.woocommerce div.product .woocommerce-product-gallery--columns-5:not(.ninetheme-gallery-swiper-enabled) .flex-control-thumbs li {
width: calc( 20% - 4px );
}
.woocommerce div.product .woocommerce-product-gallery--columns-6:not(.ninetheme-gallery-swiper-enabled) .flex-control-thumbs li {
width: calc( 16.66666667% - 4px );
}
.woocommerce-product-gallery.ninetheme_product_images.images_top .flex-control-nav {
margin-bottom: 10px;
}
.woocommerce div.product .woocommerce-product-gallery.ninetheme_product_images.images_top .flex-control-nav,
.woocommerce div.product .woocommerce-product-gallery.ninetheme_product_images.images_left .flex-control-nav,
.woocommerce div.product .woocommerce-product-gallery.ninetheme_product_images.images_bottom .flex-control-nav {
margin-top: 10px;
}
.woocommerce div.product .ninetheme_product_images.ninetheme_product_images .flex-control-thumbs li {
clear: none;
}
.gallery-position-right .gallery-col {
order: 1;
}
.ninetheme-gallery-swiper-enabled li.flex-nav-next,
.ninetheme-gallery-swiper-enabled li.flex-nav-prev {
position: absolute;
top: 50%;
transform: translateY(-50%);
margin-top: -50px;
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;
width: 50px;
height: 50px;
z-index: 5;
font-size: 24px;
}
.woocommerce-product-gallery.ninetheme_product_images .flex-direction-nav .flex-nav-next {
right: 0;
}
@media (min-width: 576px) {
.woocommerce div.product div.ninetheme_product_images.woocommerce-product-gallery {
display: flex;
flex-direction: column;
}
.woocommerce div.product div.ninetheme_product_images.woocommerce-product-gallery.images_left,
.woocommerce div.product div.ninetheme_product_images.woocommerce-product-gallery.images_right {
flex-direction: row;
}
.woocommerce-product-gallery.ninetheme_product_images.images_top .flex-control-nav,
.woocommerce-product-gallery.ninetheme_product_images.images_left .flex-control-nav {
order: 0;
}
.woocommerce-product-gallery.ninetheme_product_images.images_top .flex-viewport,
.woocommerce-product-gallery.ninetheme_product_images.images_left .flex-viewport {
order: 1;
}
.woocommerce-product-gallery.ninetheme_product_images.images_left .flex-viewport,
.woocommerce-product-gallery.ninetheme_product_images.images_right .flex-viewport {
flex: 0 0 auto;
width: calc(100% - 90px);
}
.woocommerce div.product .woocommerce-product-gallery.ninetheme_product_images.images_left .flex-control-nav,
.woocommerce div.product .woocommerce-product-gallery.ninetheme_product_images.images_right .flex-control-nav {
width: 90px;
flex-direction: column;
display: flex;
align-items: center;
margin-right: 10px;
margin-top: 0px;
}
.woocommerce-product-gallery.ninetheme_product_images.images_right .flex-control-nav {
margin-left: 10px;
}
.woocommerce div.product .ninetheme_product_images.images_left .flex-control-thumbs li,
.woocommerce div.product .ninetheme_product_images.images_right .flex-control-thumbs li {
width: 100%;
}
}
@media (max-width: 992px) {
.woocommerce div.product:not(.ninetheme-product-strech-type) div.ninetheme_product_images.woocommerce-product-gallery {
margin-bottom: 60px;
}
}
@media (max-width: 576px) {
.woocommerce div.product .woocommerce-product-gallery--with-images.ninetheme_product_images .flex-control-thumbs li {
width: calc( 16.66666667% - 4px );
}
}/*/*/.ninetheme-accordion-item {
background-color: var(--ninetheme-light);
border: 1px solid var(--ninetheme-border);
}
.ninetheme-accordion-header {
position: relative;
display: flex;
align-items: center;
width: 100%;
padding: 12px 20px;
font-weight: 500;
color: var(--ninetheme-dark);
text-align: left;
border: 0;
border-radius: 0;
cursor: pointer;
overflow-anchor: none;
transition: color 0.15s ease-in-out,
background-color 0.15s ease-in-out,
border-color 0.15s ease-in-out,
box-shadow 0.15s ease-in-out,
border-radius 0.15s ease;
}
.ninetheme-accordion-header::after {
font-family: 'ninetheme-font';
font-size: 12px;
text-transform: none;
letter-spacing: 0;
font-variant: initial;
line-height: 1;
font-weight: 600;
margin-left: auto;
content: "\f115";
transition: transform 0.2s ease-in-out;
transform: rotate(180deg);
}
.ninetheme-accordion-item.active .ninetheme-accordion-header::after {
transform: rotate(0deg);
}
.ninetheme-product-summary .ninetheme-summary-item>div.ninetheme-accordion-item {
margin-bottom: 0;
}
.ninetheme-accordion-item:not(:first-of-type) {
border-top: 0;
}
.ninetheme-accordion-body {
display: none;
padding: 1rem 1.25rem;
}
.ninetheme-accordion-body .ninetheme-product-reviews-wrapper .section-title-wrapper {
display: none;
}/*/*/.ninetheme-product-showcase.ninetheme-bg-dark {
background: var(--ninetheme-dark);
}
.ninetheme-product-showcase .ninetheme-swiper-slider-wrapper {
padding-bottom: 60px;
padding-top: 60px;
}
.ninetheme-product-showcase.ninetheme-has-breadcrumb .ninetheme-swiper-slider-wrapper {
padding-top: 0;
}
.ninetheme-product-showcase.ninetheme-bg-dark .ninetheme-product-summary {
padding-bottom: 80px;
}
.has-default-header-type-trans .ninetheme-product-showcase .ninetheme-swiper-slider-wrapper {
padding-top: 120px;
}
.has-default-header-type-trans .ninetheme-product-showcase.ninetheme-bg-dark.ninetheme-has-breadcrumb .ninetheme-swiper-slider-wrapper {
padding-top: 0px;
}
.has-default-header-type-trans .ninetheme-product-showcase.ninetheme-bg-dark.ninetheme-has-breadcrumb {
padding-top: 120px;
}
.ninetheme-product-showcase.ninetheme-bg-dark .ninetheme-product-summary .ninetheme-summary-item,
.ninetheme-product-showcase.ninetheme-bg-dark .ninetheme-small-title,
.ninetheme-product-showcase.ninetheme-bg-dark .ninetheme-small-title a,
.ninetheme-product-showcase.ninetheme-bg-dark .ninetheme-product-view span,
.ninetheme-product-showcase.ninetheme-bg-dark .ninetheme-estimated-delivery span,
.ninetheme-product-showcase.ninetheme-bg-dark a.ninetheme-open-popup,
.ninetheme-product-showcase.ninetheme-bg-dark .ninetheme-product-summary .ninetheme-product-meta .posted_in,
.ninetheme-product-showcase.ninetheme-bg-dark .ninetheme-product-summary .ninetheme-product-meta .tagged_as,
.ninetheme-product-showcase.ninetheme-bg-dark .quantity-button.plus,
.ninetheme-product-showcase.ninetheme-bg-dark .quantity-button.minus,
.ninetheme-product-showcase.ninetheme-bg-dark .ninetheme-accordion-header,
.ninetheme-product-showcase.ninetheme-bg-dark .woocommerce-product-attributes-item th,
.ninetheme-product-showcase.ninetheme-bg-dark .product-desc-content h4,
.ninetheme-product-showcase.ninetheme-bg-dark .product-desc-content .title,
.ninetheme-product-showcase.ninetheme-bg-dark .ninetheme-single-product-stock .stock-details span,
.ninetheme-product-showcase.ninetheme-bg-dark .ninetheme-product-summary .ninetheme-product-meta .ninetheme-brands,
.has-default-header-type-dark .woocommerce-form-coupon-toggle a,
.ninetheme-product-showcase.ninetheme-bg-dark .ninetheme-summary-item.ninetheme-price p.stock.ninetheme-stock-status,
#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,
#nt-woo-single .ninetheme-product-showcase.ninetheme-bg-dark #cr_qna.cr-qna-block .cr-qna-list-block .cr-qna-list-q-cont .cr-qna-list-q-q .cr-qna-list-q-q-r .cr-qna-list-q-author,
.ninetheme-product-showcase.ninetheme-bg-dark .ninetheme-product-nav .product-nav-link,
.ninetheme-product-showcase.ninetheme-bg-dark .ninetheme-product-nav .product-nav-link:hover,
.ninetheme-product-showcase.ninetheme-bg-dark .ninetheme-product-summary .ninetheme-product-meta .ninetheme-sku-wrapper {
color: var(--ninetheme-light);
}
.ninetheme-product-showcase.ninetheme-bg-dark span.ninetheme-shop-link-icon:before,
.ninetheme-product-showcase.ninetheme-bg-dark span.ninetheme-shop-link-icon:after {
border-color: var(--ninetheme-light);
}
.ninetheme-product-showcase.ninetheme-bg-dark .ninetheme-accordion-item,
.ninetheme-product-showcase.ninetheme-bg-dark .ninetheme-product-summary .ninetheme-summary-item>div.ninetheme-accordion-item,
#nt-woo-single .ninetheme-product-showcase.ninetheme-bg-dark #cr_qna.cr-qna-block .cr-qna-list-q-b .cr-qna-list-q-b-r {
border-color: var(--ninetheme-dark-border);
}
.ninetheme-product-showcase.ninetheme-bg-dark .ninetheme-product-summary .ninetheme-summary-item p,
.ninetheme-product-showcase.ninetheme-bg-dark .ninetheme-product-summary ul,
.ninetheme-product-showcase.ninetheme-bg-dark .ninetheme-product-summary ul.ninetheme-product-features-list,
.ninetheme-product-showcase.ninetheme-bg-dark .ninetheme-product-tabs-content ul,
.ninetheme-product-showcase.ninetheme-bg-dark .ninetheme-product-tabs-content ul.ninetheme-product-features-list {
color: #bbbbbb;
}
#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;
}
.ninetheme-product-showcase.ninetheme-bg-dark .ninetheme-product-summary .ninetheme-product-meta .posted_in a,
.ninetheme-product-showcase.ninetheme-bg-dark .ninetheme-product-summary .ninetheme-product-meta .tagged_as a,
.ninetheme-product-showcase.ninetheme-bg-dark .ninetheme-product-summary .ninetheme-product-meta .ninetheme-brands a,
.ninetheme-product-showcase.ninetheme-bg-dark .woocommerce-product-attributes-item a,
.ninetheme-product-showcase.ninetheme-bg-dark .woocommerce-review-link,
.ninetheme-product-showcase.ninetheme-bg-dark .product-desc-content a {
color: var(--ninetheme-primary);
}
.ninetheme-product-showcase.ninetheme-bg-dark .ninetheme-product-button,
.ninetheme-product-showcase.ninetheme-bg-dark .ninetheme-accordion-header {
background-color: var(--ninetheme-dark);
}
.ninetheme-product-showcase.ninetheme-bg-dark .ninetheme-accordion-item {
background-color: var(--ninetheme-dark);
border-color: var(--ninetheme-light);
}
.ninetheme-product-showcase.ninetheme-bg-dark .ninetheme-svg-icon {
fill: var(--ninetheme-light);
}
.ninetheme-product-showcase.ninetheme-bg-dark .ninetheme-summary-item.ninetheme-price p.stock.ninetheme-stock-status,
.ninetheme-product-showcase.ninetheme-bg-dark .ninetheme-product-button.added,
.ninetheme-product-showcase.ninetheme-bg-dark .ninetheme-single-product-stock .ninetheme-product-stock-progressbar {
background-color: var(--ninetheme-primary);
}
.ninetheme-product-showcase.ninetheme-bg-dark .ninetheme-breadcrumb li,
.ninetheme-product-showcase.ninetheme-bg-dark .ninetheme-breadcrumb li a {
display: inline-block;
color: var(--ninetheme-light);
padding: 0;
max-width: 100%;
}
.ninetheme-product-showcase.ninetheme-bg-dark .breadcrumb-item+.breadcrumb-item:before {
content: "";
display: inline-block;
padding-right: 0;
margin-bottom: 2px;
width: 3px;
height: 3px;
background-color: var(--ninetheme-bg-soft);
border-radius: 50%;
margin-right: 10px;
margin-left: 10px;
}/*/*/.ninetheme-swiper-slider-wrapper {
position: relative;
}
.ninetheme-product-thumbnails.swiper-vertical {
height: 100%;
}
.ninetheme-swiper-slider-wrapper.thumbs-left .ninetheme-product-thumbnails,
.ninetheme-swiper-slider-wrapper.thumbs-right .ninetheme-product-thumbnails {
max-width: 90px;
position: absolute;
top: 0;
}
.ninetheme-swiper-slider-wrapper.thumbs-top .ninetheme-product-thumbnails {
margin-bottom: 10px;
}
.ninetheme-swiper-slider-wrapper.thumbs-left .ninetheme-product-thumbnails {
left: 0px;
}
.ninetheme-swiper-slider-wrapper.thumbs-right .ninetheme-product-thumbnails {
right: 0;
}
.ninetheme-swiper-slider-wrapper.thumbs-left .ninetheme-product-gallery-main-slider {
margin-left: 100px;
}
.ninetheme-swiper-slider-wrapper.thumbs-right .ninetheme-product-gallery-main-slider {
margin-right: 100px;
}
.ninetheme-product-thumbnails.swiper-vertical .swiper-slide {
width: 100%;
height: auto;
}
.ninetheme-swiper-slider-wrapper .ninetheme-slide-video-item-icon {
display: flex;
align-items: center;
justify-content: center;
width: 100%;
cursor: pointer;
max-width: 90px;
background: var(--ninetheme-dark);
color: var(--ninetheme-light);
}
.ninetheme-product-showcase-thumbnails .ninetheme-slide-video-item-icon {
display: flex;
align-items: center;
justify-content: center;
width: 100%;
cursor: pointer;
max-width: 90px;
background: var(--ninetheme-dark);
color: var(--ninetheme-light);
max-height: calc(218px - 8em);
}
.swiper-slide-thumb-active .ninetheme-slide-video-item-icon {
background: var(--ninetheme-dark);
color: var(--ninetheme-light);
}
.ninetheme-gallery-grid-item {
position: relative;
}
.ninetheme-gallery-grid-item {
margin-top: 30px;
text-align: center;
}
.ninetheme-gallery-grid-item-first {
flex: 0 0 auto;
width: 100%;
margin-top: 0;
}
.ninetheme-gallery-grid-item .ninetheme-product-popup.small-popup {
right: 25px;
}
.ninetheme-gallery-grid-item.ninetheme-gallery-grid-video-item {
margin-top: 0;
}
.ninetheme-product-popup {
position: absolute;
top: 70px;
left: 25px;
font-size: 2em;
z-index: 9;
width: 50px;
height: 50px;
background: var(--ninetheme-gray);
border-radius: 100%;
box-sizing: content-box;
display: flex;
align-items: center;
justify-content: center;
}
.ninetheme-product-popup.small-popup {
top: 15px;
left: auto;
right: 15px;
width: 35px;
height: 35px;
}
.ninetheme-product-popup.small-popup svg {
max-width: 15px;
max-height: 15px;
}
.ninetheme-product-popup {
opacity: 0;
visibility: hidden;
}
.ninetheme-product-showcase-main .swiper-slide:hover .ninetheme-product-popup {
opacity: 1;
visibility: visible;
}
.ninetheme-gallery-grid-item.col a.ninetheme-product-popup {
right: 30px;
}
span.ninetheme-zoom-wrapper {
z-index: 0;
height: 100%;
}
.swiper-slide:hover .ninetheme-product-popup,
.ninetheme-gallery-grid-item:hover .ninetheme-product-popup {
opacity: 1;
visibility: visible;
}
.ninetheme-product-main-gallery-grid a.ninetheme-product-video-button,
.ninetheme-product-gallery-main-slider a.ninetheme-product-video-button {
position: absolute;
top: 15px;
left: 15px;
z-index: 2;
width: 35px;
height: 35px;
display: flex;
align-items: center;
justify-content: center;
border-radius: 50px;
background: var(--ninetheme-gray);
}
.ninetheme-slider-thumbs-vertical-left .ninetheme-product-gallery-main-slider a.ninetheme-product-video-button {
left: auto;
top: 120px;
border-radius: 4px;
right: 20px;
width: 52px;
height: 52px;
}
.ninetheme-slider-thumbs-vertical-left .ninetheme-product-labels {
top: 120px;
right: 20px;
left: auto;
}
.ninetheme-slider-thumbs-vertical-left .ninetheme-product-video-button+.ninetheme-product-labels {
top: 180px;
right: 20px;
left: auto;
}
.ninetheme-slider-thumbs-vertical-left .ninetheme-product-popup {
top: 80px;
right: 30px;
}
a.ninetheme-product-video-button.mfp-iframe.ninetheme-in-content {
width: 50px;
height: 50px;
display: flex;
align-items: center;
justify-content: center;
border-radius: 50px;
background: var(--ninetheme-gray);
margin-bottom: 15px;
}
.ninetheme-product-gallery-main-slider a.ninetheme-product-video-button:hover {
color: var(--ninetheme-light);
background: var(--ninetheme-dark);
}
.ninetheme-product-gallery-main-slider-carousel .swiper-slide {
text-align: center;
}
.ninetheme-product-gallery-main-slider-carousel:not(.swiper-coverflow) .swiper-slide:not(.swiper-slide-active) {
opacity: 0.5;
}
.ninetheme-product-showcase .ninetheme-product-gallery-main-slider-carousel .swiper-pagination {
position: relative;
left: auto;
right: auto;
bottom: auto;
margin-top: 20px;
}
.swiper-container.swiper-coverflow {
padding-top: 10px;
}
.ninetheme-slider-thumbnails-full .swiper-wrapper {
justify-content: center;
}
.ninetheme-slider-thumbnails-full .swiper-slide {
max-width: 90px;
}
.ninetheme-product-main-gallery-grid {
position: relative;
}
.ninetheme-product-main-gallery-grid .ninetheme-gallery-grid-item.iframe-video,
.swiper-slide.swiper-slide-video-item.iframe-video .ninetheme-slide-iframe-wrapper {
padding: 0;
padding-top: 100%;
position: relative;
overflow: hidden;
}
.ninetheme-product-main-gallery-grid .ninetheme-gallery-grid-item.iframe-video iframe,
.swiper-slide.swiper-slide-video-item.iframe-video iframe {
position: absolute;
width: 101%;
max-width: 101%;
height: 180%;
top: 50%;
left: 50%;
transform: translate(-50%, -50%);
pointer-events: none;
}
.ninetheme-swiper-showcase-wrapper {
margin-bottom: 60px;
}/*/*/.ninetheme-single-product-type-stretch {
padding-bottom: 80px;
}
.has-header-sidebar .ninetheme-product-accordion-wrapper {
margin-top: 80px;
}
.ninetheme-product-strech-type {
position: relative;
display: flex;
align-items: flex-start;
}
.ninetheme-product-strech-type .summary-col {
width: 500px;
min-width: 300px;
max-width: 500px;
min-height: 100vh;
display: flex;
flex-direction: column;
}
.ninetheme-product-strech-type .summary-col {
padding: 80px 50px;
padding-bottom: 0px;
}
#nt-woo-single .content-container {
padding: 0 50px;
}
.ninetheme-product-strech-type .gallery-col {
display: flex;
flex: 1;
width: calc( 100% - 500px );
flex-direction: column;
}
.ninetheme-swiper-thumbnails .swiper-slide {
border: 1px solid;
border-color: var(--ninetheme-border);
border-radius: 0px;
cursor: pointer;
}
.ninetheme-swiper-thumbnails .swiper-slide-thumb-active {
border-color: var(--ninetheme-secondary);
}
.ninetheme-product-strech-type .ninetheme-swiper-thumbnails {
position: absolute;
left: 50%;
transform: translateX(-50%);
bottom: 50px;
padding: 0 20px;
z-index: 10;
width: 100%;
}
.ninetheme-product-strech-type .ninetheme-product-gallery-main-slider .ninetheme-swiper-wrapper {
height: auto!important;
}
.ninetheme-product-strech-type .ninetheme-product-gallery-main-slider .swiper-slide {
height: 100vh;
}
.ninetheme-product-strech-type .ninetheme-product-gallery-main-slider .swiper-slide img:not(.zoomImg){
height: 100%;
width: 100%;
position: absolute;
object-fit: cover;
}
.ninetheme-product-strech-type .swiper-slide img {
display: block;
width: 100%;
height: 100%;
object-fit: cover;
}
.ninetheme-product-strech-type .ninetheme-product-thumbnails .swiper-slide {
max-width: 90px;
}
.ninetheme-product-strech-type div.images .flex-control-thumbs {
position: absolute;
bottom: 40px;
width: 100%;
display: flex;
align-items: center;
justify-content: center;
}
.ninetheme-product-strech-type div.images .flex-control-thumbs .ninetheme-swiper-wrapper {/**/}
.ninetheme-product-strech-type .ninetheme-price.price {
font-size: 18px;
line-height: 1;
font-weight: 500;
position: relative;
display: flex;
align-items: flex-start;
font-family: var(--ninetheme-font-heading);
color: var(--ninetheme-dark);
padding-top: 30px;
}
.ninetheme-product-strech-type .ninetheme-product-info-top {
padding: 15px;
}
.ninetheme-product-strech-type .ninetheme-summary-item + .ninetheme-summary-item {
margin: 0;
margin-top: 20px;
}
.ninetheme-product-strech-type .ninetheme-product-info-bottom {
flex-wrap: wrap;
}
.ninetheme-product-strech-type .ninetheme-product-top-nav {
margin: 0;
}
@media(max-width:1024px) {
.ninetheme-single-product-type-stretch .ninetheme-product-summary-inner {
padding-top: 0px;
}
.ninetheme-single-product-type-stretch .ninetheme-product-summary-inner {
padding: 0 15px;
}
.ninetheme-single-product-type-stretch .ninetheme-product-summary {
padding:0;
}
.ninetheme-single-product-type-stretch .ninetheme-product-thumbnails {
padding-left:10px;
}
.ninetheme-single-product-type-stretch .ninetheme-swiper-slider-wrapper .swiper-button-prev,
.ninetheme-single-product-type-stretch .ninetheme-swiper-slider-wrapper .swiper-button-next {
display : none;
}
}  .ninetheme-product-info {
width: 100%;
position: relative;
border: 1px solid var(--ninetheme-border);
border-radius: var(--ninetheme-border-radius);
}
.ninetheme-product-info-top {
display: -webkit-box;
display: -ms-flexbox;
display: flex;
-webkit-box-orient: vertical;
-webkit-box-direction: normal;
-ms-flex-direction: column;
flex-direction: column;
padding: 15px;
}
.ninetheme-product-info-bottom {
display: -webkit-box;
display: -ms-flexbox;
display: flex;
border-top: 1px solid var(--ninetheme-border);
padding: 1.25rem;
align-items: center;
}
.ninetheme-product-info-bottom .info-message strong {
text-transform: uppercase;
font-size: 12px;
color: var(--ninetheme-dark);
}
.ninetheme-product-info-bottom .shipping-class {
display: flex;
align-items: center;
}
.ninetheme-product-info-bottom .shipping-class svg {
margin-right: 7px;
}
.ninetheme-product-info-bottom .info-message {
font-size: 0.8125rem;
}
.ninetheme-product-info-bottom .info-message +.info-message:before {
content: "|";
margin-left: 15px;
margin-right: 15px;
opacity: 0.3;
}
.ninetheme-variations.variations + .ninetheme-product-info {
margin-top: 20px;
}
@media(max-width:576px) {
.ninetheme-product-info-bottom {
align-items: flex-start;
flex-direction: column;
}
.ninetheme-product-info-bottom .info-message +.info-message:before {
display: none;
}
}  .ninetheme-product-trust-badge {
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;
-webkit-box-orient: vertical;
-webkit-box-direction: normal;
-webkit-flex-flow: column;
-ms-flex-flow: column;
flex-flow: column;
background-color:var(--ninetheme-gray-soft);
padding: 15px;
width: 100%;
position: relative;
border: 1px solid var(--ninetheme-border);
border-radius: var(--ninetheme-border-radius);
}
.ninetheme-trust-badge-image + .ninetheme-trust-badge-text {
margin-top: 10px;
}
.ninetheme-trust-badge-text {
color: var(--ninetheme-text);
text-transform: uppercase;
font-weight: 500;
font-size: 15px;
} .woocommerce-product-gallery a.ninetheme-product-video-button {
position: absolute;
top: 15px;
left: 15px;
z-index: 2;
width: 35px;
height: 35px;
display: flex;
align-items: center;
justify-content: center;
border-radius: 50px;
background: var(--ninetheme-gray);
}/*/*/.ninetheme-product-bottom-popup-cart {
position: fixed;
bottom: 0;
max-width: 100%;
width: 100%;
z-index: 101;
padding: 10px 0;
background: var(--ninetheme-light);
will-change: transform;
-webkit-transition: opacity 0.25s ease, ease;
transition: opacity 0.25s ease, transform 0.25s ease;
opacity: 0;
-moz-transform: translateY(100%);
-ms-transform: translateY(100%);
-webkit-transform: translateY(100%);
transform: translateY(100%);
-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-product-bottom-popup-cart .ninetheme-btn { min-width: 120px; }
@media(min-width:992px){
.has-header-sidebar .ninetheme-product-bottom-popup-cart {
max-width: calc(100% - 360px);
padding: 10px 55px;
}
.header-sidebar-position-left .ninetheme-product-bottom-popup-cart {
left: 360px;
}
.header-sidebar-position-right .ninetheme-product-bottom-popup-cart {
right: 360px;
}
.ninetheme-product-showcase-main .swiper-slide.active img:not(.zoomImg),
.ninetheme-product-showcase-thumbnails .swiper-slide-thumb-active img {
border: 1px solid var(--ninetheme-primary);
}
}
.ninetheme-product-bottom-popup-cart.active {
opacity: 1;
-moz-transform: translateY(0%);
-ms-transform: translateY(0%);
-webkit-transform: translateY(0%);
transform: translateY(0%);
}
.ninetheme-product-bottom-popup-cart.active {
display: flex;
align-items: center;
justify-content: space-between;
max-width: 100%;
padding: 10px 20px;
gap: 15px;
flex-wrap: nowrap;
margin: auto;
flex-direction: row;
}
.ninetheme-product-bottom-popup-cart .details {
display: flex;
align-items: center;
height: 100%;
}
.ninetheme-product-bottom-popup-cart .details img {
margin-right: 20px;
}
.ninetheme-product-bottom-popup-cart span.price {
display: block;
}
.ninetheme-product-bottom-popup-cart form.ninetheme-summary-item.ninetheme-flex {
align-items: center;
justify-content: center;
flex-direction: row;
margin: 0;
}
.ninetheme-product-bottom-popup-cart.ninetheme-product-summary .ninetheme-summary-item>div {
margin-bottom: 0px;
}
.ninetheme-product-bottom-popup-cart .ninetheme-variations {
margin-bottom: 0;
margin-right: 40px;
}
.ninetheme-product-bottom-popup-cart .woocommerce-variation-add-to-cart-disabled {
margin-top: 0;
}
.ninetheme-product-bottom-popup-cart span.ninetheme-small-title {
margin-right: 10px;
}
.ninetheme-product-bottom-title.mobile-title {
text-align: center;
margin-bottom: 5px;
}
.ninetheme-product-bottom-popup-cart.relative {
position: relative;
}
.ninetheme-product-bottom-popup-cart .ninetheme-summary-item .ninetheme-product-button {
display: none;
min-height: 38px;
}
body.bottom-popup-cart-active .scroll-to-top {
bottom: 90px;
}
.ninetheme-product-to-top {
max-width: 160px;
display: block;
margin: 12px 0 0 auto;
}
.ninetheme-product-action-button a {
width: 100%;
text-transform: uppercase;
display: flex;
align-items: center;
justify-content: center;
gap: 6px;
font-weight: 500;
font-size: 15px;
}/*/*/.ninetheme-yith-wfbt-section form.yith-wfbt-form {
border: 1px solid var(--ninetheme-border);
padding: 20px;
}
.ninetheme-yith-wfbt-section .ninetheme-yith-wfbt-images {
display: flex;
align-items: center;
}
.ninetheme-yith-wfbt-section .image_plus {
margin: 0 10px;
font-size: 24px;
}
.ninetheme-yith-wfbt-block-wrapper {
display: flex;
align-items: stretch;
width: 100%;
}
.ninetheme-yith-wfbt-section .ninetheme-yith-wfbt-block,
.ninetheme-yith-wfbt-section .ninetheme-yith-wfbt-items {
margin-top: 20px;
padding: 15px;
background: var(--ninetheme-success-bg);
color: var(--ninetheme-success);
border: 1px solid var(--ninetheme-success-border);
border-radius: var(--ninetheme-border-radius);
width: 50%;
}
.ninetheme-yith-wfbt-section .ninetheme-yith-wfbt-block {
display: inline-flex;
flex-direction: column;
justify-content: space-between;
margin-left: 20px;
text-align: center;
}
.ninetheme-yith-wfbt-section .ninetheme-yith-wfbt-items {
padding-left: 40px;
}
.ninetheme-yith-wfbt-section .ninetheme-yith-wfbt-items .price {
color: var(--ninetheme-dark);
font-weight: 500;
}
.ninetheme-yith-wfbt-section .price_text {
font-size: 18px;
margin-bottom: 10px;
}
.ninetheme-yith-wfbt-section .total_price {
font-weight: 500;
color: var(--ninetheme-dark);
}/*/*/.woobt-wrap {
display: block;
clear: both;
width: 100%;
margin: 30px 0 15px;
}
.woobt-alert {
padding: 10px 15px;
border-left: 4px solid var(--ninetheme-red-dark);
background-color: var(--ninetheme-red);
font-size: 13px;
color: #fff;
border-radius: 5px;
}
.woobt-alert.woobt-text:empty {
display: none;
}
.woobt-wrap + .ninetheme-product-accordion-wrapper {
margin-top: 30px;
}
.woobt-item-name {
font-size: 12px;
text-transform: capitalize;
}
.woobt-products .woobt-product .woobt-quantity {
width: 100px;
flex: 0 0 100px;
}
.woobt-products .woobt-product .woobt-price {
width: 75px;
flex: 0 0 75px;
max-width: 75px;
text-align: end;
}
.woobt-title-inner span {
text-transform: capitalize;
}
.woobt-before-text.woobt-text svg {
width: 18px;
height: 18px;
margin-right: 5px;
}
.woobt-before-text.woobt-text {
color: var(--ninetheme-red-color);
text-transform: uppercase;
font-size: 14px;
font-weight: 500;
display: flex;
align-items: center;
}
.woobt-before-text.woobt-text strong {
font-weight: 600;
}
.woobt-products .woobt-product .woobt-title .in-stock {
color: var(--ninetheme-green);
text-transform: uppercase;
font-size: 10px;
font-weight: 600;
}
.woobt-product .woobt-title-inner {
font-weight: 500;
}
.ninetheme-product360-wrapper,
.ninetheme-single-product-delivery,
.ninetheme-product-size-guide {
background-color: var(--ninetheme-light);
padding: 60px;
max-width: 920px;
margin: 0 auto;
box-shadow: 0 3px 10px rgb(116 116 116 / 22%);
}
.ninetheme-product-info-top .single_add_to_cart_button,
.ninetheme-btn-buynow {
flex: 1 0 auto;
flex-direction: row;
min-width: calc(100% - 110px);
}
.ninetheme-product-info .ninetheme-btn-buynow {
background-color: var(--ninetheme-dark-soft);
min-width: calc(100% - 110px);
color: var(--ninetheme-light);
text-transform: uppercase;
}/*/*/.ninetheme-viewed-offer-time.ninetheme-summary-item .type-1 {
background-color: var(--ninetheme-red-bg);
padding: 10px 15px;
border-radius: 4px;
color: var(--ninetheme-red);
}
.ninetheme-viewed-offer-time.type-1 .ninetheme-coming-time .time-count {
color: var(--ninetheme-red);
}
.ninetheme-viewed-offer-time.type-1  .separator {
margin: 0 5px;
color: var(--ninetheme-dark);
}/*/*/.ninetheme-swiper-slider-wrapper.thumbs-top .ninetheme-product-thumbnails {
margin-bottom: 10px;
}
.ninetheme-swiper-slider-wrapper.thumbs-bottom .ninetheme-product-thumbnails {
margin-top: 10px;
}
.fancybox__content .wpcf7-form  {
display: inline-flex;
flex-wrap: wrap;
gap: 12px;
flex-direction: column;
}
.fancybox__content .wpcf7-form input,
.fancybox__content .wpcf7-form select,
.fancybox__content .wpcf7-form .ninetheme-btn {
width: 100%;
gap: 10px;
display: flex;
flex-direction: column;
}
@media (min-width: 768px) {
.ninetheme-slider-thumbs-right .col-md-2,
.ninetheme-slider-thumbs-left .col-md-2 {
max-width: 115px;
}
.ninetheme-product-gallery-main-slider-carousel .swiper-slide.swiper-slide-active img:not(.zoomImg) {
border: 1px solid var(--ninetheme-primary);
}
.ninetheme-product-bottom-popup-cart form.ninetheme-summary-item.ninetheme-flex {
justify-content: flex-end;
height: 100%;
}
.ninetheme-product-bottom-popup-cart .ninetheme-product-bottom-title.mobile-title {
display: none;
}
.ninetheme-product-bottom-popup-cart .ninetheme-summary-item .ninetheme-product-button {
display: flex;
}
}
@media (min-width: 992px){
.ninetheme-product-strech-type.gallery-position-left .summary-col {
order: 2;
}
.ninetheme-product-strech-type.gallery-position-left .gallery-col {
order: 1;
}
}
@media (min-width: 1025px) {
.ninetheme-social-icons .whatsapp-mobile {
display: none !important;
}
.ninetheme-product-strech-type .summary-col {
min-height: calc(100vh - 40px);
}
.gallery-col {
position: sticky;
position: -webkit-sticky;
top: 0;
}
.ninetheme-product-main-gallery-grid,
.woocommerce div.product div.images.woocommerce-product-gallery,
.ninetheme-product-summary,
.ninetheme-single-product-type-1 .ninetheme-swiper-slider-wrapper {
position: sticky;
position: -webkit-sticky;
top: 120px;
}
.ninetheme-product-strech-type .woocommerce-product-gallery__wrapper {
height: 100vh;
}
.ninetheme-product-strech-type .woocommerce-product-gallery__image {
position: relative;
display: block;
padding-top: 100vh;
}
.ninetheme-product-strech-type .woocommerce-product-gallery__image a img {
position: absolute!important;
height: 100%!important;
left: 0;
top: 0;
object-fit: cover;
}
.ninetheme-product-strech-type .ninetheme-summary-item.ninetheme-price span+p.stock.ninetheme-stock-status {
margin-top: 0px;
}
}
@media (min-width: 1200px) {
.shop-single-layout-left-sidebar #nt-sidebar {
order: 1;
padding-right: 40px;
}
.shop-single-layout-right-sidebar #nt-sidebar {
padding-left: 40px;
}
.shop-single-layout-left-sidebar .summary-column {
order: 2;
}
.shop-single-layout-left-sidebar .shop-sidebar.nt-sidebar-inner,
.shop-single-layout-right-sidebar .shop-sidebar.nt-sidebar-inner {
position: sticky;
position: -webkit-sticky;
top: 30px;
}
}
@media screen and (max-width: 992px){
.ninetheme-after-tabs {
margin-top: 40px;
}
.ninetheme-product-strech-type {
display: block;
}
.ninetheme-product-strech-type .gallery-col {
width: 100%;
order: 0;
position: relative;
}
.ninetheme-product-strech-type .summary-col {
width: 100%;
max-width: 100%;
order: 1;
padding: 50px 20px;
padding-bottom: 0;
min-height: inherit;
}
.ninetheme-product-strech-type .ninetheme-product-info-bottom  .info-message +.info-message:before {
content: none;
}
.ninetheme-single-product-type-1 .ninetheme-swiper-slider-wrapper {
margin-bottom: 60px;
}
}
@media (max-width:1200px) {
.ninetheme-swiper-showcase-wrapper {
margin-bottom: 0px;
}
.nt-woo-single .summary-column {
margin-bottom: 80px;
}
}
@media (max-width: 1024px) {
.ninetheme-social-icons .whatsapp-desktop {
display: none !important;
}
a.ninetheme-product-popup {
opacity: 1;
visibility: visible;
}
}
@media (max-width:992px) {
.ninetheme-product-showcase .ninetheme-swiper-slider-wrapper {
padding-top: 0;
padding-bottom: 0;
}
}
@media screen and (max-width: 768px){
.woocommerce div.product.ninetheme-product-strech-type div.images .flex-control-thumbs {
position: relative;
bottom: auto;
left: auto;
transform: none;
width: 100%;
max-width: 100%;
padding: 20px;
}
.ninetheme-yith-wfbt-block-wrapper {
display: flex;
align-items: stretch;
width: 100%;
flex-direction: column;
}
.ninetheme-yith-wfbt-section .ninetheme-yith-wfbt-items {
width: 100%;
}
.ninetheme-yith-wfbt-section .ninetheme-yith-wfbt-items {
width: 100%;
}
.ninetheme-yith-wfbt-section .ninetheme-yith-wfbt-block {
width: 100%;
margin-left: 0;
text-align: center;
}
.ninetheme-yith-wfbt-section .price_text {
font-size: 16px;
}
.ninetheme-swiper-slider-wrapper.has-thumbs {
margin-bottom: 30px;
}
.ninetheme-swiper-slider-wrapper.has-thumbs .ninetheme-swiper-thumbnails {
margin-top: 10px;
}
.ninetheme-swiper-slider-wrapper.has-thumbs {
flex-direction: column;
}
.ninetheme-swiper-slider-wrapper.thumbs-right .ninetheme-product-thumbnails,
.ninetheme-swiper-slider-wrapper.thumbs-left .ninetheme-product-thumbnails {
width: 100%;
max-width: 100%;
margin-right: 0px;
position: relative;
}
.ninetheme-swiper-slider-wrapper.thumbs-right .ninetheme-product-gallery-main-slider,
.ninetheme-swiper-slider-wrapper.thumbs-left .ninetheme-product-gallery-main-slider {
max-width: 100%;
margin: 0px;
}
.woobt-wrap-responsive .woobt-products .woobt-product {
justify-content: flex-start;
align-items: flex-start;
gap: 5px;
flex-direction: row;
text-align: left;
padding: 10px 0;
}
.ninetheme-product-popup {
opacity: 1;
visibility: visible;
}
}
@media screen and (max-width: 576px){
#nt-woo-single form.cart {
margin-bottom: 0px;
}
.ninetheme-product-info-top .quantity {
min-width: auto;
}
.ninetheme-summary-item .ninetheme-product-hint {
display: none;
}
.ninetheme-product-strech-type .ninetheme-summary-item .ninetheme-product-button {
margin: 0;
max-height: 20px;
width: auto;
font-size: 14px;
}
}
@media (max-width: 480px) {
.product-after-cart-wrapper {
width: 100%;
order: 2;
max-width: 100px;
}
.ninetheme-product-info .ninetheme-btn-buynow {
order: 3;
flex: 1 0 auto;
}
.ninetheme-product-nav.ninetheme-flex.ninetheme-align-center {
display: none;
}
.ninetheme-section:not(.first-section) {
margin-top: 40px;
}
.ninetheme-product-size-guide, .ninetheme-quickview-wrapper {
padding: 40px 20px;
}
.ninetheme-product-share a {
font-size: 12px;
width: 25px;
height: 25px;
}
.ninetheme-product-to-top {
margin: 12px auto 0 auto;
}
#nt-woo-single #cr_qna.cr-qna-block div.cr-qna-search-block button.cr-qna-ask-button {
margin: 10px 0 0 0 !important;
}
}
@media (max-width: 360px) {
.ninetheme-product-info-top .quantity {
flex: 1 0 auto;
max-width: 100%;
}
.product-after-cart-wrapper {
order: 3;
max-width: 100%;
}
.ninetheme-summary-item .product-after-cart-wrapper .ninetheme-product-button {
width: calc(50% - 5px);
max-width:calc(50% - 5px);
}
.ninetheme-product-info .ninetheme-btn-buynow {
order: 2;
}
}
.ninetheme-product-top-nav.position-top {
margin-bottom: 20px;
margin-top: -42px;
}
#productTabContent {
border: 1px solid;
border-color: var(--ninetheme-border);
padding: 20px;
border-radius: 5px;
}
.ninetheme-swiper-slider-wrapper .ninetheme-swiper-container {
overflow: hidden;
}.rtl .scroll-to-top {
left: 30px;
right: auto;
}
.rtl .mini-panel {
right: auto;
left: -20px;
}
.rtl .mini-panel:before {
left: 20px;
right: auto;
}
.rtl .mini-panel .del-icon {
right: auto;
left: 0;
}
.rtl .mini-panel .minicart-item {
padding-right: 0;
padding-left: 20px;
}
.rtl .ninetheme-ajax-product-search button.ninetheme-ajax-search-submit,
.rtl .ninetheme-ajax-product-search button.ninetheme-ajax-search-submit:hover,
.rtl .ninetheme-ajax-close-search-results {
border-radius: 5px 0px 0px 5px;
margin-left: -2px;
}
.rtl .ninetheme-ajax-close-search-results {
right: auto;
left: 0;
}
.rtl .ninetheme-ajax-search-results .ninetheme-btn-text {
right: auto;
left: 15px;
}
.rtl .header-mainmenu .nav>li>.submenu .submenu {
left: auto;
right: 100%;
}
.rtl .header-mainmenu .submenu li.has-dropdown .dropdown-btn {
transform: rotate(-90deg);
right: auto;
left: 15px;
}
.rtl .ninetheme-category-menu .submenu .submenu {
right: 100%;
left: auto;
}
.rtl header .ninetheme-vertical-catmenu-primary.submenu .menu-item-has-children .product_cat:after {
left: 18px;
right: auto;
transform: rotate(-90deg);
}
.rtl .ninetheme-category-slider .cat-count {
left: auto;
right: 5px;
}
.rtl .ninetheme-wc-count {
left: -6px;
right: auto;
}
.rtl .ninetheme-summary-item.ninetheme-product-meta .ninetheme-meta-wrapper {
display: flex;
}
.rtl .ninetheme-product-bottom-popup-cart .details img {
margin-right: 0;
margin-left: 20px;
}
.rtl .ninetheme-taxonomy-list .taxonomy-details.position-right {
left: auto;
right: 100%;
}
.rtl .ninetheme-taxonomy-list .taxonomy-details.position-right:before {
left: auto;
right: -8px;
transform: rotate(135deg);
}
.rtl .ninetheme-taxonomy-list .taxonomy-details.position-left {
left: 100%;
right: auto;
}
.rtl .ninetheme-taxonomy-list .taxonomy-details.position-left:before {
left: -8px;
right: auto;
transform: rotate(-45deg);
}
.rtl span.subDropdown {
right: auto;
left: 0;
}
.rtl .woocommerce-widget-layered-nav-list__item .widget-list-span {
left: 3px;
right: auto;
}
.rtl .star-rating>span {
right: 0;
left: auto;
}
.rtl .star-rating>span::before {
left: auto;
right: 0;
}
.rtl .type-1 .rating-review {
right: 15px;
left: auto;
}
.rtl .ninetheme-fast-filters-list li span[data-color] {
right: auto;
left: 10px;
}
.rtl .ninetheme-filter-action li:not(:first-child) {
margin-left: 0;
margin-right: 10px;
}
.rtl .ninetheme-before-loop .ninetheme-block-left>div+div,
.rtl .ninetheme-before-loop .ninetheme-block-right>div+div {
margin-left: 0;
padding-left: 0;
margin-right: 2px;
padding-right: 20px;
}
.rtl .woocommerce-widget-layered-nav-list__item .ninetheme-swatches-widget-color-item {
position: relative;
margin-right: 0;
margin-left: 12px;
}
.rtl ul.ninetheme-remove-filter li {
display: inline-block;
margin-right: 0;
margin-left: 15px;
}
.rtl .nt-sidebar-inner a span.remove-filter,
.rtl ul.ninetheme-remove-filter li a span.remove-filter,
.rtl .ninetheme-fast-filters-list .remove-filter {
margin-right: 0;
margin-left: 5px;
}
.rtl .ninetheme-fast-filters-list li svg {
margin-right: 0;
margin-left: 10px;
}
.rtl .ninetheme-promotion-bar .panel-close {
left: 15px;
right: auto;
}
.rtl .ninetheme-loop-product .product-labels {
left: auto;
right: 15px;
}
.rtl .ninetheme-shop-popup-notices.postion-top-right,
.rtl .ninetheme-shop-popup-notices.postion-bottom-right {
right: auto;
left: 0;
}
.rtl .ninetheme-popup-search .nt-icon-up-chevron.dropdown-right {
transform: rotate(-90deg);
}
body.admin-bar.rtl .ninetheme-popup-search .panel-close,
.rtl .ninetheme-popup-search .panel-close {
right: auto;
left: 20px;
}
.rtl .ninetheme-shop-filter-top-area .ninetheme-woo-result-count {
margin-right: 0;
margin-left: 10px;
}
.rtl #nt-sidebar form button {
border-radius: 5px 0px 0px 5px;
}
.rtl .nav-vertical-center .ninetheme-swiper-prev,
.rtl .nav-vertical-centered .ninetheme-swiper-prev {
left: auto;
right: 10px;
}
.rtl .nav-vertical-center .ninetheme-swiper-next,
.rtl .nav-vertical-centered .ninetheme-swiper-next {
left: 10px;
right: auto;
}
.rtl .ninetheme-tab-wrapper .ninetheme-swiper-container .ninetheme-swiper-prev {
right: 0;
left: auto;
}
.rtl .ninetheme-tab-wrapper .ninetheme-swiper-container .ninetheme-swiper-next {
right: auto;
left: 0;
}
.rtl .ninetheme-summary-item .coupon {
flex-direction: row-reverse;
}
.rtl .ninetheme-summary-item .ninetheme-svg-icon.shopBag {
margin-right: 0;
margin-left: 14px;
}
.rtl .product_list_widget a.ninetheme-widget-product-list-inner img {
margin-right: 0;
margin-left: 15px;
}
.rtl .cross-sells-slider-nav,
.rtl .upsells-slider-nav,
.rtl .related-slider-nav {
flex-direction: row-reverse;
}
.rtl .ninetheme-product-tab-title-item:first-child {
border-radius: 0 5px 5px 0;
}
.rtl .ninetheme-product-tab-title-item:last-child {
border-radius: 5px 0 0 5px;
}
.rtl th {
text-align: right;
}
.rtl p.stars a {
padding-right: 0px;
margin-right: 0px;
padding-left: 10px;
margin-left: 10px;
}
.rtl .cr-review-card .product-title {
padding-left: 0;
padding-right: 15px;
}
.rtl .cr-review-card .rating-label {
margin: 0;
margin-right: 10px;
}
.rtl .ninetheme-header-title {
display: flex;
align-items: baseline;
}
.rtl .ninetheme-header-title span {
border-right: 2px solid #eee;
border-left: 0;
margin-right: 20px;
margin-left: 0;
padding-right: 20px;
padding-left: 0;
}
.rtl .ninetheme-mobile-menu {
left: auto;
right: -100%;
}
.rtl .ninetheme-mobile-menu.active {
left: auto;
right: 0;
}
.rtl .mobile-menu span.dropdown-btn,
.rtl .mobile-category-menu span.dropdown-btn {
right: auto;
left: 0;
border-right: 1px solid var(--ninetheme-border);
border-left: 0;
}
.rtl .has-tab .mobile-menu,
.rtl .has-tab .mobile-category-menu {
left: auto;
right: 0;
transform: translateX(100%);
}
.rtl .mobile-menu.menu-active,
.rtl .mobile-category-menu.menu-active {
transform: translateX(0);
}
.rtl .ninetheme-mobile-menu .panel-close {
right: auto;
left: -40px;
}
.rtl .ninetheme-ajax-product-search-form div.error {
left: auto;
right: 0;
}
.rtl .deals-item .ninetheme-discount {
left: auto;
right: 10px;
}
.rtl .ninetheme-blog-post-meta .ninetheme-post-meta-title,
.rtl .ninetheme-blog-post-meta .ninetheme-post-meta-title a,
.rtl .ninetheme-blog-post-meta .ninetheme-post-meta-date a,
.rtl .ninetheme-blog-post-meta .ninetheme-post-meta-date {
margin-right: 0;
margin-left: 5px;
}
.rtl .nt-ninetheme-content .pagination a.icon+a {
text-align: left;
}
.rtl .single .ninetheme-blog-post-meta-top a {
margin-right: 0;
margin-left: 15px;
}
.rtl .style-card .ninetheme-blog-post-content,
.rtl .style-card .ninetheme-blog-post-content .ninetheme-blog-post-meta h6,
.rtl .style-card .ninetheme-blog-post-content .ninetheme-post-title {
margin-right: 0;
margin-left: 20px;
}
.rtl .ninetheme-main-slider .ninetheme-slide-inner {
text-align: right;
}
.rtl .cr-product-slider__pagination {
left: 20px;
right: auto;
}
.rtl .style-1 .cr-product-slider__item {
transform: translateX(80px);
}
.rtl .ninetheme-woocommerce-pagination ul.page-numbers li+li {
margin-left: 0px;
margin-right: 10px;
}
.rtl .header-style-3 .ninetheme-timer .time-count:first-child {
border: 0px;
}
.rtl .header-style-3 .ninetheme-timer .time-count:last-child {
border-right: 1px solid var(--ninetheme-red);
}
.rtl .ninetheme-text-marquee .elementor-heading-title {
justify-content: flex-end;
}
.rtl .ninetheme-tab-wrapper .ninetheme-banner-button.icon-before {
flex-direction: row;
}
.rtl .product-list-item .ninetheme-label {
left: auto;
right: -10px;
}
.rtl .product-list-timer .coming-time-mini {
margin-right: 0;
margin-left: 18px;
}
.rtl .product-list-inner .thumb-wrapper {
margin-right: 0;
margin-left: 25px;
}
.rtl .cr-product-slider__text .dot-list li:before {
margin-right: 0;
margin-left: 5px;
}
.rtl .cr-product-slider__content {
padding-right: 0;
padding-left: 25px;
}
.rtl nav.ninetheme-myaccount-navigation:after {
right: auto;
left: 0;
width: 2px;
}
.rtl .ninetheme-compare-items .ninetheme-compare-del-icon {
right: auto;
left: 17px;
}
.rtl .ninetheme-compare-items > table > thead > tr > th .name {
text-align: right;
}
.rtl .nt-ninetheme-content table.table.table-striped th,
.rtl .nt-ninetheme-content table.table.table-striped td {
text-align: right;
}
.rtl .ninetheme-form-toggle-inner svg {
margin-right: 0;
margin-left: 10px;
}
.rtl input[type=checkbox],
.rtl input[type=radio] {
margin-right: 0;
margin-left: 5px;
}
.rtl .site-scroll input[type=checkbox],
.rtl .site-scroll input[type=radio] {
margin-right: 0px;
margin-left: 0;
}
input[type='checkbox']:after,
input[type='checkbox']:checked:after {
left: auto;
right: -1px;
}
.rtl .ninetheme-checkout-review-order-table .ninetheme-cart-item .product-name,
.rtl .ninetheme-checkout-review-order-table .ninetheme-cart-item .product-img {
margin-right: 0;
margin-left: 10px;
}
.rtl .woocommerce-NoticeGroup.woocommerce-NoticeGroup-checkout .woocommerce-error {
text-align: right;
margin: 0 0px 20px 10px;
}
.rtl svg.svgRight {
transform: rotate(180deg);
}
.rtl .deals-item .thumb-wrapper .deals-buttons {
right: auto;
left: 10px;
}
.rtl .ninetheme-quickview-sidebar {
right: auto;
left: 0;
-moz-transform: translateX(-100%);
-ms-transform: translateX(-100%);
-webkit-transform: translateX(-100%);
transform: translateX(-100%);
}
.rtl .loading .ninetheme-loop-product.type-1 .product-cart-wrapper {
left: -15px;
}
@keyframes shimmer {
0% {
background-position: 450px 0;
}
100% {
background-position: -450px 0;
}
}
@-webkit-keyframes ninethemeMarquee {
0% {
transform: translateX(-100%);
}
100% {
transform: translateX(0);
}
}
@keyframes ninethemeMarquee {
0% {
transform: translateX(-100%);
}
100% {
transform: translateX(0);
}
}
@media (max-width: 767px) {
.rtl .ninetheme-product-tab-title-item {
margin-right: 0;
}
.rtl .ninetheme-product-tab-title-item:first-child {
border-radius: 5px 5px 0 0;
}
.rtl .ninetheme-product-tab-title-item:last-child {
border-radius: 0 5px 5px 0;
}
.rtl .ninetheme-product-tab-title-item::after {
left: 10px;
right: auto;
}
.rtl .ninetheme-product-tab-title-item.active::after {
right: auto;
left: 5px;
}
}
.rtl .nt-sidebar-inner-widget ol ol,
.rtl .nt-sidebar-inner-widget ul ul {
margin: 10px 15px 0px 0px;
}
.rtl .widget-list-span {
left: auto;
right: 95%;
}
.rtl .nt-sidebar-inner-widget ul.children li a:before,
.rtl .nt-sidebar-inner-widget ul.sub-menu li a:before {
margin-left: 0;
margin-right: -15px;
}
.rtl .ninetheme-quickview-sidebar.active {
-moz-transform: translateX(0%);
-ms-transform: translateX(0%);
-webkit-transform: translateX(0%);
transform: translateX(0%);
opacity: 1;
}
.rtl .ninetheme-product-cart.has-icon.added>svg.svgRight {
-webkit-transform: translateY(200%) rotate(180deg);
-moz-transform: translateY(200%) rotate(180deg);
transform: translateY(200%) rotate(180deg);
}
.rtl .ninetheme-product-cart.has-icon.added:hover>svg.svgRight {
-webkit-transform: translateY(0%) rotate(180deg);
-moz-transform: translateY(0%) rotate(180deg);
transform: translateY(0%) rotate(180deg);
}
.deals-item .btn-type-icon svg {
width: 16px;
height: 16px;
}.ninetheme-header .ninetheme-header-mobile.sticky-start .has-sticky-logo .main-mobile-logo,
.ninetheme-header .ninetheme-header-part:not(.ninetheme-header-mobile) .main-mobile-logo,
.ninetheme-header .ninetheme-header-mobile .has-mobile-logo .main-logo {
display: none;
} .newsletter-form {
position: relative;
display: flex;
align-items: center;
gap: 10px;
}
.newsletter-form .wpcf7-form-control-wrap {
flex: 1 0 auto;
max-width: 100%;
}
.newsletter-form input.ninetheme-btn[type=submit] {
position: absolute;
right: 1px;
top: 1px;
width: 100px;
border: 0;
min-height: calc(100% - 2px);
outline: none;
}
#newsletterPopup .newsletter-form input.ninetheme-btn[type=submit] {
right: 3px;
top: 3px;
min-height: calc(100% - 6px);
}
.ninetheme-cf7-form-wrapper .newsletter-form input:not(.ninetheme-btn):focus {
border-color: var(--ninetheme-secondary);
}
.newsletter-form .wpcf7-response-output {
position: absolute;
margin-top: 50px!important;
}
.newsletter-form .wpcf7-spinner {
position: absolute;
top: 11px;
right: 20px;
}
.nt-cf7-form-wrapper .wpcf7-response-output {
display: none !important;
}
.wpcf7 form.sent .wpcf7-response-output {
color: var(--ninetheme-success);
} .ninetheme-header-location {
position: relative;
color: var(--ninetheme-text);
display: flex;
align-items: center;
}
.ninetheme-select-location {
position: absolute;
top: 100%;
left: 0;
min-width: 320px;
z-index: 106;
opacity: 0;
visibility: hidden;
transform: translateY(20px);
}
.ninetheme-header-top-right .ninetheme-select-location {
left: auto;
right: 0;
}
.ninetheme-header-location.active .ninetheme-select-location {
opacity: 1;
visibility: visible;
transform: translateY(0px);
-webkit-transition: transform .65s cubic-bezier(.165, .84, .44, 1) .075s, opacity .65s cubic-bezier(.165, .84, .44, 1) .15s;
transition: transform .65s cubic-bezier(.165, .84, .44, 1) .075s, opacity .65s cubic-bezier(.165, .84, .44, 1) .15s;
}
.ninetheme-select-location .ninetheme-select-location-wrapper {
position: relative;
padding: 30px;
background-color: #fff;
will-change: transform;
-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 / 9%);
border-radius: 0 0 5px 5px;
}
.ninetheme-select-location.active .ninetheme-select-location-wrapper {
z-index: 99;
}
.ninetheme-select-location .ninetheme-location-title {
font-size: 1rem;
font-weight: 600;
}
.ninetheme-select-location .ninetheme-location-description {
font-size: .75rem;
opacity: .7;
}
.ninetheme-select-location .ninetheme-search-location {
position: relative;
margin-top: 1.25rem;
}
.ninetheme-select-location .ninetheme-search-location .select2-container {
position: relative !important;
width: 100% !important;
top: auto !important;
left: auto !important;
}
.ninetheme-select-location .ninetheme-search-location .select2-container .ninetheme-location-select {
position: relative !important;
font-family: var(--font-primary);
width: 100% !important;
border: 0;
z-index: 10001;
}
.ninetheme-select-location .ninetheme-search-location .select2-container.select2-container--below {
display: none;
}
.ninetheme-select-location .ninetheme-search-location .select2-container .ninetheme-location-select .select2-search--dropdown {
position: relative;
padding: 0;
}
.ninetheme-select-location .ninetheme-search-location .select2-container .ninetheme-location-select .select2-search--dropdown .select2-search__field {
height: 3rem;
border: 0;
padding: 0 .9375rem 0 2.875rem;
background-color: var(--ninetheme-gray-soft);
}
.ninetheme-select-location .ninetheme-search-location .select2-container .ninetheme-location-select .select2-search--dropdown svg {
position: absolute;
width: 1.25rem;
top: .875rem;
left: .9375rem;
}
.ninetheme-select-location .ninetheme-search-location .select2-container .ninetheme-location-select .select2-results {
margin-top: 1.25rem;
}
.ninetheme-select-location .ninetheme-search-location .select2-container .ninetheme-location-select .select2-results .select2-results__option {
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;
font-size: 13px;
padding-left: 0;
padding: 6px 0;
}
.ninetheme-select-location .ninetheme-search-location .select2-container .ninetheme-location-select .select2-results>.select2-results__options {
max-height: 20.625rem;
}
.ninetheme-select-location .ninetheme-search-location .select2-container .ninetheme-location-select .select2-results .select2-results__option:not(.select2-results__message):hover {
color: var(--ninetheme-primary);
}
.ninetheme-select-location .ninetheme-search-location .select2-container .ninetheme-location-select .select2-results .select2-results__option.select2-results__option--highlighted {
color: currentColor;
background-color: transparent;
}
.ninetheme-select-location .ninetheme-search-location .select2-container .ninetheme-location-select .select2-search--dropdown .select2-search__field {
height: 3rem;
border: 0;
padding: 0 .9375rem 0 2.875rem;
}
.ninetheme-select-location .ninetheme-search-location .select2-container .ninetheme-location-select .select2-results .select2-results__option .min-price {
font-size: 11px;
font-weight: 500;
min-width: 78px;
margin-right: .625rem;
border: 1px solid var(--ninetheme-green-soft);
color: var(--ninetheme-green-soft);
padding: .1875rem .625rem;
border-radius: 5px;
}
.ninetheme-select-location .ninetheme-search-location .select2-container .ninetheme-location-select .select2-results .select2-results__option--highlighted .min-price {
border: 1px solid var(--ninetheme-red);
color: var(--ninetheme-red);
}
.ninetheme-header-location .ninetheme-header-location-trigger {
position: relative;
display: -webkit-box;
display: -ms-flexbox;
display: flex;
text-decoration: none;
color: var(--ninetheme-dark);
flex-direction: column;
padding-right: 20px;
cursor: pointer;
}
.ninetheme-header-location .ninetheme-header-location-trigger:after,
.ninetheme-discount-products-wrapper .ninetheme-header-discount-trigger-text:after {
position: absolute;
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';
color: currentColor;
right: 5px;
bottom: 7px;
-webkit-transition: all 0.2s cubic-bezier(0.17, 0.62, 0.44, 0.99);
transition: all 0.2s cubic-bezier(0.17, 0.62, 0.44, 0.99);
transform: rotate(90deg);
}
.ninetheme-header-location.active .ninetheme-header-location-trigger:after {
transform: rotate(-90deg);
}
.ninetheme-header-location .ninetheme-header-location-description {
font-size: 10px;
color: var(--ninetheme-green);
}
.ninetheme-header-location .ninetheme-header-current-location {
font-size: 13px;
font-weight: 600;
color: currentColor;
}
.ninetheme-header-location .ninetheme-header-current-location.active {
text-transform: capitalize;
}
.ninetheme-select-location .ninetheme-close-popup {
position: absolute;
font-size: 1.25rem;
top: .9375rem;
right: .9375rem;
cursor: pointer;
}
.ninetheme-header-mobile-content .location-area .ninetheme-header-location-trigger {
display: none;
}
.ninetheme-header-mobile-content .ninetheme-header-location {
width: 100%;
display: block;
}
.ninetheme-header-mobile-content .ninetheme-select-location .ninetheme-select-location-wrapper {
position: relative;
padding: 0;
background-color: transparent;
will-change: transform;
-webkit-box-shadow: none;
-moz-box-shadow: none;
box-shadow: none;
border-radius: 0;
height: 100%;
}
.ninetheme-header-mobile-content .ninetheme-select-location {
position: relative;
top: auto;
padding: 0px;
width: 100%;
min-width: 100%;
opacity: 1;
visibility: visible;
transform: none;
}
.ninetheme-header-mobile-content .ninetheme-select-location .ninetheme-search-location .select2-container .ninetheme-location-select .select2-results>.select2-results__options {
max-height: 24.625rem;
height: 100%;
}
.ninetheme-header-mobile-content .select2-container--default .select2-selection--single .select2-selection__arrow {
height: 100%;
position: absolute;
top: 0;
right: 0;
width: 30px;
}  .ninetheme-exitsite-wrapper {
position: fixed;
width: 100%;
height: 100%;
display: flex;
align-items: center;
justify-content: center;
top: 0;
left: 0;
z-index: 999999;
opacity: 0;
visibility: hidden;
transition: visibility 0.25s opacity 0.25s;;
}
.ninetheme-exitsite-wrapper.active {
visibility: visible;
opacity: 1;
}
.ninetheme-exitsite-wrapper.closed {
opacity: 0;
display: none;
visibility: hidden;
}
span#exitsiteClose {
position: absolute;
top: 10px;
right: 10px;
}
.ninetheme-exitsite-inner {
display: flex;
align-items: center;
justify-content: center;
flex-direction: column;
padding: 0;
max-width: 720px;
position: relative;
z-index: 9999;
opacity: 0;
transform: scale(0);
transition: transform .25s, opacity .25s;
}
.ninetheme-exitsite-inner.active {
opacity: 1;
transform: scale(1);
transition: transform .5s, opacity .5s;
}
.ninetheme-exitsite-inner {
justify-content: flex-start;
}
.ninetheme-exitsite-bottom label {
background-color: var(--ninetheme-light);
padding: 0;
display: flex;
align-items: center;
justify-content: center;
line-height: 1;
margin: 0;
min-height: 25px;
}
.ninetheme-newsletter-image {
max-width: 200px;
}
.type-default div#exitsiteInner {
flex-direction: row;
gap: 20px;
padding: 35px;
background-color: var(--ninetheme-light);
box-shadow: 5px 5px 30px rgb(0 0 0 / 31%);
border-radius: 5px;
}
.ninetheme-exitsite-image {
max-width: 40%;
}
.image-right div#exitsiteInner {
flex-direction: row-reverse;
justify-content: space-between;
}
.image-top div#exitsiteInner {
flex-direction: column;
}
.image-top div#exitsiteInner,
.image-bottom div#exitsiteInner {
max-width: 420px;
align-items: flex-start;
}
.image-bottom div#exitsiteInner {
flex-direction: column-reverse;
}
.image-top div#exitsiteInner .ninetheme-exitsite-image,
.image-bottom div#exitsiteInner .ninetheme-exitsite-image {
max-width: 100%;
}
.type-default .wpcf7 {
margin-bottom: 15px;
}
.type-default .subtitle {
font-weight: 400;
margin-bottom: 15px;
font-size: 16px;
line-height: 1.6;
}
.type-default .ninetheme-newsletter-content,
.type-default .ninetheme-exitsite-content {
display: block;
max-width: 100%;
flex: 1 0 auto;
}
.ninetheme-exitsite-content .ninetheme-products {
display: flex;
gap: 10px;
flex-direction: column;
max-height: 178px;
overflow: hidden;
overflow-y: auto;
margin-right: -15px;
padding-right: 15px;
}
.ninetheme-exitsite-content .ninetheme-loop-product {
min-height: auto!important;
}
.ninetheme-exitsite-content .ninetheme-loop-product .product-inner {
display: flex;
align-items: center;
gap: 15px;
padding: 3px!important;
height: auto!important;
}
.ninetheme-exitsite-content .ninetheme-loop-product .thumb-wrapper {
min-height: auto!important;
max-width: 75px;
margin: 0!important;
}
.ninetheme-exitsite-content .ninetheme-loop-product.type-7 .thumb-wrapper,
.ninetheme-exitsite-content .ninetheme-loop-product.type-8 .thumb-wrapper {
border: 0!important;
}
.ninetheme-exitsite-content .ninetheme-loop-product .details-wrapper {
width: 100%;
border: 0;
padding: 0;
}
.ninetheme-exitsite-content .ninetheme-loop-product .nt-wish-icon,
.ninetheme-exitsite-content .ninetheme-loop-product .ribbon,
.ninetheme-exitsite-content .ninetheme-loop-product .product-labels,
.ninetheme-exitsite-content .ninetheme-loop-product .ninetheme-discount,
.ninetheme-exitsite-content .ninetheme-loop-product .thumbs,
.ninetheme-exitsite-content .ninetheme-loop-product .content-hidden,
.ninetheme-exitsite-content .ninetheme-loop-product .product-footer,
.ninetheme-exitsite-content .ninetheme-loop-product .product-cart-wrapper,
.ninetheme-exitsite-content .ninetheme-loop-product .ninetheme-add-to-cart-btn,
.ninetheme-exitsite-content .ninetheme-loop-product .ft-btn,
.ninetheme-exitsite-content .ninetheme-loop-product .star-rating,
.ninetheme-exitsite-content .ninetheme-loop-product .rating-review,
.ninetheme-exitsite-content .ninetheme-loop-product .product-sku,
.ninetheme-exitsite-content .ninetheme-loop-product .product-stock,
.ninetheme-exitsite-content .ninetheme-loop-product .product-labels-bottom,
.ninetheme-exitsite-content .ninetheme-loop-product .product-custom-html,
.ninetheme-exitsite-content .ninetheme-loop-product .product-features,
.ninetheme-exitsite-content .ninetheme-loop-product .product-actions {
display: none!important;
}
.type-default .ninetheme-footer-newsletter-form-2,
.type-default .ninetheme-footer-exitsite-form-2 {
position: relative;
display: flex;
align-items: center;
flex-wrap: nowrap;
flex-direction: row;
gap: 10px;
}
.type-default .ninetheme-footer-newsletter-form-2-input,
.type-default .ninetheme-footer-exitsite-form-2-input {
max-width: 60%;
}
.type-default .ninetheme-footer-newsletter-form-2-button,
.type-default .ninetheme-footer-exitsite-form-2-button {
flex: 1;
}
.type-default input:not([type="checkbox"]):not([type="radio"]) {
width: 100%;
border-radius: 3px;
position: relative;
}
.panel-close.hint-left:hover .ninetheme-hint{
opacity: 1;
visibility: visible;
}
.ninetheme-exitsite-content .deals-wrapper {
display: grid;
grid-template-columns: repeat(1,1fr);
gap: 10px;
}
.ninetheme-exitsite-content .style-6 .deals-item .thumb-wrapper {
max-width: 76px;
}
.ninetheme-exitsite-content .style-6 .deals-item{
overflow: visible;
}
@media(min-width: 768px) {
.ninetheme-exitsite-content .style-6 .deals-buttons {
bottom: -15px;
}
}
@media(max-width: 768px) {
.ninetheme-exitsite-wrapper {
max-width: calc(100% - 30px);
left: 15px;
}
.type-default div#exitsiteInner {
flex-direction: column;
}
}
@media(max-width: 480px) {
.type-default div#exitsiteInner {
max-width: 320px;
}
.type-default .subtitle {
font-size: 14px;
}
.ninetheme-newsletter-image {
max-width: 100%;
}
}
#sales-popup {
position: fixed;
bottom: 15px;
left: 15px;
display: flex;
align-items: center;
justify-content: flex-start;
gap: 10px;
width: 100%;
max-width: 380px;
padding: 20px;
background-color: var(--ninetheme-light);
border: 1px solid var(--ninetheme-border);
box-shadow: 0 0 10px rgba(0,0,0,0.1);
border-radius: 100px;
opacity: 0;
z-index: 9999;
will-change: transform;
transition: all 0.5s ease; -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%);
-moz-transform: translateY(calc(100% + 20px));
-ms-transform: translateY(calc(100% + 20px));
-webkit-transform: translateY(calc(100% + 20px));
transform: translateY(calc(100% + 20px));
}
#sales-popup.active {
transform: translateY(0%);
opacity: 1;
}
.right-bottom > #sales-popup {
left: auto;
right: 15px;
}
.has-overlay #sales-popup {
visibility: hidden!important;
opacity: 0!important;
}
#sales-popup .thumb-wrapper {
max-width: 60px;
flex: 1 0 auto;
margin-right: 10px;
}
#sales-popup .details {
flex: 1 0 auto;
}
#sales-popup .product-name {
margin-bottom: 5px;
margin-top: 5px;
display: block;
font-size: 14px;
font-weight: 600;
}
#sales-popup .sale-details {
display: flex;
align-items: center;
gap: 15px;
}
#sales-popup .panel-close {
right: 0;
top: 0;
border-radius: 100%;
}
#sales-popup img {
background: var(--ninetheme-primary-bg);
padding: 10px;
border-radius: 100%;
}
.text-verify, .text-verify svg {
color: var(--ninetheme-primary);
fill: var(--ninetheme-secondary);
display: flex;
gap: 5px;
align-content: center;
align-items: center;
}
@media(max-width:480px) {
#sales-popup {
max-width: calc(100% - 30px);
padding: 10px;
}
.product-popup-list .product-item {
max-width: calc(100% - 30px);
padding: 15px;
border-radius: 30px;
}
.product-popup-list .details {
max-width: calc(100% - 80px);
}
.product-popup-list .thumb-wrapper {
max-width: 60px;
}
.product-popup-list .product-name {
font-size: 12px;
}
body.sales-popup-active .scroll-to-top {
bottom: 150px;
}
body.bottom-popup-cart-active .scroll-to-top {
bottom: 75px;
}
body.has-bottom-mobile-nav.sales-popup-active .scroll-to-top {
bottom: 200px;
}
body.has-bottom-mobile-nav.sales-popup-active #sales-popup {
bottom: 75px;
}
body.bottom-popup-cart-active.sales-popup-active .scroll-to-top {
bottom: 190px;
}
body.bottom-popup-cart-active.has-bottom-mobile-nav.sales-popup-active .scroll-to-top {
bottom: 270px;
}
body.bottom-popup-cart-active.has-bottom-mobile-nav.sales-popup-active #sales-popup {
bottom: 150px;
}
}
@media(max-width:360px) {
.product-popup-list .product-item {
padding-left: 25px;
}
.product-popup-list .thumb-wrapper{
display:none;
}
.product-popup-list .details {
max-width: 100%;
}
#sales-popup {
padding: 10px 50px;
}
}
.ninetheme-loop-product .cart-big .loop-cart {
display: flex;
flex-direction: column;
gap: 10px;
}
.ninetheme-loop-product .cart-small .loop-cart {
display: flex;
gap: 5px;
}
.ninetheme-loop-product .cart-small .loop-cart.type-variable {
display: flex;
gap: 10px;
}
.ninetheme-loop-product .cart-small .loop-cart.type-variable {
flex-direction: column;
}
.notify-me-form {
padding: 15px;
border: 1px solid var(--ninetheme-yellow);
border-radius: 5px;
background-color: var(--ninetheme-yellow-bg);
}
.notify-me-form #notifyMeForm {
display: flex;
gap: 5px;
}
.notify-me-form input[type="email"] {
background-color: var(--ninetheme-light);
flex: 1 0 auto;
}
.notify-me-form #notify_response p {
margin-top: 10px;
}
.notify-me-form #notify_response .error {
color: var(--ninetheme-red);
}
.notify-me-form #notify_response .success {
color: var(--ninetheme-green);
}
.ninetheme-product-recently {
margin-bottom: 80px;
}.flatpickr-month {
height: 34px!important;
}
.flatpickr-calendar.animate.open.arrowTop,.flatpickr-calendar.animate.open.arrowBottom {
width: 280px;
direction: rtl;
font-family: VazirMatn;
}
.flatpickr-current-month input.cur-year {
padding: 0 .5ch 0 0!important;
direction: ltr;
}
.flatpickr-current-month span.cur-month {
margin-right: .5ch;
margin-left: 0;
}
pre.highlight-height {
direction: ltr;
}@font-face {
font-family: 'efaicons';
src:  url(//salizo.shop/wp-content/plugins/persian-elementor/includes/icons/efaicons/fonts/efaicons.eot);
src:  url(//salizo.shop/wp-content/plugins/persian-elementor/includes/icons/efaicons/fonts/efaicons.eot?#iefix) format('embedded-opentype'),
url(//salizo.shop/wp-content/plugins/persian-elementor/includes/icons/efaicons/fonts/efaicons.woff2) format('woff2'),
url(//salizo.shop/wp-content/plugins/persian-elementor/includes/icons/efaicons/fonts/efaicons.ttf) format('truetype'),
url(//salizo.shop/wp-content/plugins/persian-elementor/includes/icons/efaicons/fonts/efaicons.woff) format('woff'),
url(//salizo.shop/wp-content/plugins/persian-elementor/includes/icons/efaicons/fonts/efaicons.svg?#efaicons) format('svg');
font-weight: normal;
font-style: normal;
font-display: block;
}
[class^="efa-"], [class*=" efa-"] { font-family: 'efaicons' !important;
speak: none;
font-style: normal;
font-weight: normal;
font-variant: normal;
text-transform: none;
line-height: 1; -webkit-font-smoothing: antialiased;
-moz-osx-font-smoothing: grayscale;
}
.efa-eitaa:before {
content: "\e97c";
}
.efa-soroush:before {
content: "\e97d";
}
.efa-bale:before {
content: "\e97e";
}
.efa-gap:before {
content: "\e900";
}
.efa-bisphone:before {
content: "\e916";
}
.efa-EFA:before {
content: "\e917";
color: #eb345e;
}
.efa-Enbank:before {
content: "\e918";
}
.efa-aparat:before {
content: "\e919";
}
.efa-cloob:before {
content: "\e91a";
}
.efa-dey:before {
content: "\e91b";
}
.efa-gardeshgari:before {
content: "\e91c";
}
.efa-Hekmat:before {
content: "\e91d";
}
.efa-iranzamin:before {
content: "\e91e";
}
.efa-ghavamin:before {
content: "\e91f";
}
.efa-markazi:before {
content: "\e920";
}
.efa-mehr:before {
content: "\e921";
}
.efa-mellat:before {
content: "\e922";
}
.efa-melli:before {
content: "\e923";
}
.efa-parsian:before {
content: "\e924";
}
.efa-refah:before {
content: "\e925";
}
.efa-saderat:before {
content: "\e926";
}
.efa-salehin:before {
content: "\e927";
}
.efa-saman:before {
content: "\e928";
}
.efa-sarmayeh:before {
content: "\e929";
}
.efa-Mahak:before {
content: "\e93e";
}
.efa-Maskan:before {
content: "\e940";
}
.efa-MEBank:before {
content: "\e941";
}
.efa-Mehreghtesad:before {
content: "\e942";
}
.efa-Mehriran:before {
content: "\e947";
}
.efa-tejarat:before {
content: "\e97f";
}
.efa-Pasargad:before {
content: "\e99b";
}
.efa-PayamNoor:before {
content: "\e99d";
}
.efa-SanatMadan:before {
content: "\e9c7";
}
.efa-Shahr:before {
content: "\e9d1";
}
.efa-Shaparak:before {
content: "\e9d2";
}
.efa-Shetab:before {
content: "\e9d3";
}
.efa-Sina:before {
content: "\e9d4";
}
.efa-Tosse:before {
content: "\ea09";
}
.efa-ZarinPal:before {
content: "\ea12";
}
.efa-Afzal-toos:before {
content: "\ea13";
}.elementor-hidden{display:none}.elementor-visibility-hidden{visibility:hidden}.elementor-screen-only,.screen-reader-text,.screen-reader-text span,.ui-helper-hidden-accessible{position:absolute;top:-10000em;width:1px;height:1px;margin:-1px;padding:0;overflow:hidden;clip:rect(0,0,0,0);border:0}.elementor-clearfix:after{content:"";display:block;clear:both;width:0;height:0}.e-logo-wrapper{background:var(--e-a-bg-logo);display:inline-block;padding:.75em;border-radius:50%;line-height:1}.e-logo-wrapper i{color:var(--e-a-color-logo);font-size:1em}.elementor *,.elementor :after,.elementor :before{box-sizing:border-box}.elementor a{box-shadow:none;text-decoration:none}.elementor hr{margin:0;background-color:transparent}.elementor img{height:auto;max-width:100%;border:none;border-radius:0;box-shadow:none}.elementor .elementor-widget:not(.elementor-widget-text-editor):not(.elementor-widget-theme-post-content) figure{margin:0}.elementor embed,.elementor iframe,.elementor object,.elementor video{max-width:100%;width:100%;margin:0;line-height:1;border:none}.elementor .elementor-background,.elementor .elementor-background-holder,.elementor .elementor-background-video-container{height:100%;width:100%;top:0;left:0;position:absolute;overflow:hidden;z-index:0;direction:ltr}.elementor .elementor-background-video-container{transition:opacity 1s;pointer-events:none}.elementor .elementor-background-video-container.elementor-loading{opacity:0}.elementor .elementor-background-video-embed{max-width:none}.elementor .elementor-background-video,.elementor .elementor-background-video-embed,.elementor .elementor-background-video-hosted{position:absolute;top:50%;left:50%;transform:translate(-50%,-50%)}.elementor .elementor-background-video{max-width:none}.elementor .elementor-html5-video{-o-object-fit:cover;object-fit:cover}.elementor .elementor-background-overlay{height:100%;width:100%;top:0;left:0;position:absolute}.elementor .elementor-background-slideshow{position:absolute;width:100%;height:100%;z-index:0;top:0;right:0}.elementor .elementor-background-slideshow__slide__image{width:100%;height:100%;background-position:50%;background-size:cover}.e-con-inner>.elementor-element.elementor-absolute,.e-con>.elementor-element.elementor-absolute,.elementor-widget-wrap>.elementor-element.elementor-absolute{position:absolute}.e-con-inner>.elementor-element.elementor-fixed,.e-con>.elementor-element.elementor-fixed,.elementor-widget-wrap>.elementor-element.elementor-fixed{position:fixed}.elementor-widget-wrap .elementor-element.elementor-widget__width-auto,.elementor-widget-wrap .elementor-element.elementor-widget__width-initial{max-width:100%}@media (max-width:1024px){.elementor-widget-wrap .elementor-element.elementor-widget-tablet__width-auto,.elementor-widget-wrap .elementor-element.elementor-widget-tablet__width-initial{max-width:100%}}@media (max-width:767px){.elementor-widget-wrap .elementor-element.elementor-widget-mobile__width-auto,.elementor-widget-wrap .elementor-element.elementor-widget-mobile__width-initial{max-width:100%}}.elementor-element{--flex-direction:initial;--flex-wrap:initial;--justify-content:initial;--align-items:initial;--align-content:initial;--gap:initial;--flex-basis:initial;--flex-grow:initial;--flex-shrink:initial;--order:initial;--align-self:initial;flex-basis:var(--flex-basis);flex-grow:var(--flex-grow);flex-shrink:var(--flex-shrink);order:var(--order);align-self:var(--align-self)}.elementor-element.elementor-absolute,.elementor-element.elementor-fixed{z-index:1}.elementor-element:where(.e-con-full,.elementor-widget){flex-direction:var(--flex-direction);flex-wrap:var(--flex-wrap);justify-content:var(--justify-content);align-items:var(--align-items);align-content:var(--align-content);gap:var(--gap)}.elementor-invisible{visibility:hidden}.elementor-align-center{text-align:center}.elementor-align-center .elementor-button{width:auto}.elementor-align-right{text-align:right}.elementor-align-right .elementor-button{width:auto}.elementor-align-left{text-align:left}.elementor-align-left .elementor-button{width:auto}.elementor-align-justify .elementor-button{width:100%}.elementor-custom-embed-play{position:absolute;top:50%;left:50%;transform:translate(-50%,-50%)}.elementor-custom-embed-play i{font-size:100px;color:#fff;text-shadow:1px 0 6px rgba(0,0,0,.3)}.elementor-custom-embed-play svg{height:100px;width:100px;fill:#fff;filter:drop-shadow(1px 0 6px rgba(0,0,0,.3))}.elementor-custom-embed-play i,.elementor-custom-embed-play svg{opacity:.8;transition:all .5s}.elementor-custom-embed-play.elementor-playing i{font-family:eicons}.elementor-custom-embed-play.elementor-playing i:before{content:"\e8fb"}.elementor-custom-embed-play.elementor-playing i,.elementor-custom-embed-play.elementor-playing svg{animation:eicon-spin 2s linear infinite}.elementor-tag{display:inline-flex}.elementor-ken-burns{transition-property:transform;transition-duration:10s;transition-timing-function:linear}.elementor-ken-burns--out{transform:scale(1.3)}.elementor-ken-burns--active{transition-duration:20s}.elementor-ken-burns--active.elementor-ken-burns--out{transform:scale(1)}.elementor-ken-burns--active.elementor-ken-burns--in{transform:scale(1.3)}@media (min-width:2400px){.elementor-widescreen-align-center{text-align:center}.elementor-widescreen-align-center .elementor-button{width:auto}.elementor-widescreen-align-right{text-align:right}.elementor-widescreen-align-right .elementor-button{width:auto}.elementor-widescreen-align-left{text-align:left}.elementor-widescreen-align-left .elementor-button{width:auto}.elementor-widescreen-align-justify .elementor-button{width:100%}}@media (max-width:1400px){.elementor-laptop-align-center{text-align:center}.elementor-laptop-align-center .elementor-button{width:auto}.elementor-laptop-align-right{text-align:right}.elementor-laptop-align-right .elementor-button{width:auto}.elementor-laptop-align-left{text-align:left}.elementor-laptop-align-left .elementor-button{width:auto}.elementor-laptop-align-justify .elementor-button{width:100%}}@media (max-width:1200px){.elementor-tablet_extra-align-center{text-align:center}.elementor-tablet_extra-align-center .elementor-button{width:auto}.elementor-tablet_extra-align-right{text-align:right}.elementor-tablet_extra-align-right .elementor-button{width:auto}.elementor-tablet_extra-align-left{text-align:left}.elementor-tablet_extra-align-left .elementor-button{width:auto}.elementor-tablet_extra-align-justify .elementor-button{width:100%}}@media (max-width:1024px){.elementor-tablet-align-center{text-align:center}.elementor-tablet-align-center .elementor-button{width:auto}.elementor-tablet-align-right{text-align:right}.elementor-tablet-align-right .elementor-button{width:auto}.elementor-tablet-align-left{text-align:left}.elementor-tablet-align-left .elementor-button{width:auto}.elementor-tablet-align-justify .elementor-button{width:100%}}@media (max-width:880px){.elementor-mobile_extra-align-center{text-align:center}.elementor-mobile_extra-align-center .elementor-button{width:auto}.elementor-mobile_extra-align-right{text-align:right}.elementor-mobile_extra-align-right .elementor-button{width:auto}.elementor-mobile_extra-align-left{text-align:left}.elementor-mobile_extra-align-left .elementor-button{width:auto}.elementor-mobile_extra-align-justify .elementor-button{width:100%}}@media (max-width:767px){.elementor-mobile-align-center{text-align:center}.elementor-mobile-align-center .elementor-button{width:auto}.elementor-mobile-align-right{text-align:right}.elementor-mobile-align-right .elementor-button{width:auto}.elementor-mobile-align-left{text-align:left}.elementor-mobile-align-left .elementor-button{width:auto}.elementor-mobile-align-justify .elementor-button{width:100%}}:root{--page-title-display:block}.elementor-page-title,h1.entry-title{display:var(--page-title-display)}@keyframes eicon-spin{0%{transform:rotate(0deg)}to{transform:rotate(359deg)}}.eicon-animation-spin{animation:eicon-spin 2s linear infinite}.elementor-section{position:relative}.elementor-section .elementor-container{display:flex;margin-right:auto;margin-left:auto;position:relative}@media (max-width:1024px){.elementor-section .elementor-container{flex-wrap:wrap}}.elementor-section.elementor-section-boxed>.elementor-container{max-width:1140px}.elementor-section.elementor-section-stretched{position:relative;width:100%}.elementor-section.elementor-section-items-top>.elementor-container{align-items:flex-start}.elementor-section.elementor-section-items-middle>.elementor-container{align-items:center}.elementor-section.elementor-section-items-bottom>.elementor-container{align-items:flex-end}@media (min-width:768px){.elementor-section.elementor-section-height-full{height:100vh}.elementor-section.elementor-section-height-full>.elementor-container{height:100%}}.elementor-bc-flex-widget .elementor-section-content-top>.elementor-container>.elementor-column>.elementor-widget-wrap{align-items:flex-start}.elementor-bc-flex-widget .elementor-section-content-middle>.elementor-container>.elementor-column>.elementor-widget-wrap{align-items:center}.elementor-bc-flex-widget .elementor-section-content-bottom>.elementor-container>.elementor-column>.elementor-widget-wrap{align-items:flex-end}.elementor-row{width:100%;display:flex}@media (max-width:1024px){.elementor-row{flex-wrap:wrap}}.elementor-widget-wrap{position:relative;width:100%;flex-wrap:wrap;align-content:flex-start}.elementor:not(.elementor-bc-flex-widget) .elementor-widget-wrap{display:flex}.elementor-widget-wrap>.elementor-element{width:100%}.elementor-widget-wrap.e-swiper-container{width:calc(100% - (var(--e-column-margin-left, 0px) + var(--e-column-margin-right, 0px)))}.elementor-widget{position:relative}.elementor-widget:not(:last-child){margin-bottom:20px}.elementor-widget:not(:last-child).elementor-absolute,.elementor-widget:not(:last-child).elementor-widget__width-auto,.elementor-widget:not(:last-child).elementor-widget__width-initial{margin-bottom:0}.elementor-column{position:relative;min-height:1px;display:flex}.elementor-column-wrap{width:100%;position:relative;display:flex}.elementor-column-gap-narrow>.elementor-column>.elementor-element-populated{padding:5px}.elementor-column-gap-default>.elementor-column>.elementor-element-populated{padding:10px}.elementor-column-gap-extended>.elementor-column>.elementor-element-populated{padding:15px}.elementor-column-gap-wide>.elementor-column>.elementor-element-populated{padding:20px}.elementor-column-gap-wider>.elementor-column>.elementor-element-populated{padding:30px}.elementor-inner-section .elementor-column-gap-no .elementor-element-populated{padding:0}@media (min-width:768px){.elementor-column.elementor-col-10,.elementor-column[data-col="10"]{width:10%}.elementor-column.elementor-col-11,.elementor-column[data-col="11"]{width:11.111%}.elementor-column.elementor-col-12,.elementor-column[data-col="12"]{width:12.5%}.elementor-column.elementor-col-14,.elementor-column[data-col="14"]{width:14.285%}.elementor-column.elementor-col-16,.elementor-column[data-col="16"]{width:16.666%}.elementor-column.elementor-col-20,.elementor-column[data-col="20"]{width:20%}.elementor-column.elementor-col-25,.elementor-column[data-col="25"]{width:25%}.elementor-column.elementor-col-30,.elementor-column[data-col="30"]{width:30%}.elementor-column.elementor-col-33,.elementor-column[data-col="33"]{width:33.333%}.elementor-column.elementor-col-40,.elementor-column[data-col="40"]{width:40%}.elementor-column.elementor-col-50,.elementor-column[data-col="50"]{width:50%}.elementor-column.elementor-col-60,.elementor-column[data-col="60"]{width:60%}.elementor-column.elementor-col-66,.elementor-column[data-col="66"]{width:66.666%}.elementor-column.elementor-col-70,.elementor-column[data-col="70"]{width:70%}.elementor-column.elementor-col-75,.elementor-column[data-col="75"]{width:75%}.elementor-column.elementor-col-80,.elementor-column[data-col="80"]{width:80%}.elementor-column.elementor-col-83,.elementor-column[data-col="83"]{width:83.333%}.elementor-column.elementor-col-90,.elementor-column[data-col="90"]{width:90%}.elementor-column.elementor-col-100,.elementor-column[data-col="100"]{width:100%}}@media (max-width:479px){.elementor-column.elementor-xs-10{width:10%}.elementor-column.elementor-xs-11{width:11.111%}.elementor-column.elementor-xs-12{width:12.5%}.elementor-column.elementor-xs-14{width:14.285%}.elementor-column.elementor-xs-16{width:16.666%}.elementor-column.elementor-xs-20{width:20%}.elementor-column.elementor-xs-25{width:25%}.elementor-column.elementor-xs-30{width:30%}.elementor-column.elementor-xs-33{width:33.333%}.elementor-column.elementor-xs-40{width:40%}.elementor-column.elementor-xs-50{width:50%}.elementor-column.elementor-xs-60{width:60%}.elementor-column.elementor-xs-66{width:66.666%}.elementor-column.elementor-xs-70{width:70%}.elementor-column.elementor-xs-75{width:75%}.elementor-column.elementor-xs-80{width:80%}.elementor-column.elementor-xs-83{width:83.333%}.elementor-column.elementor-xs-90{width:90%}.elementor-column.elementor-xs-100{width:100%}}@media (max-width:767px){.elementor-column.elementor-sm-10{width:10%}.elementor-column.elementor-sm-11{width:11.111%}.elementor-column.elementor-sm-12{width:12.5%}.elementor-column.elementor-sm-14{width:14.285%}.elementor-column.elementor-sm-16{width:16.666%}.elementor-column.elementor-sm-20{width:20%}.elementor-column.elementor-sm-25{width:25%}.elementor-column.elementor-sm-30{width:30%}.elementor-column.elementor-sm-33{width:33.333%}.elementor-column.elementor-sm-40{width:40%}.elementor-column.elementor-sm-50{width:50%}.elementor-column.elementor-sm-60{width:60%}.elementor-column.elementor-sm-66{width:66.666%}.elementor-column.elementor-sm-70{width:70%}.elementor-column.elementor-sm-75{width:75%}.elementor-column.elementor-sm-80{width:80%}.elementor-column.elementor-sm-83{width:83.333%}.elementor-column.elementor-sm-90{width:90%}.elementor-column.elementor-sm-100{width:100%}}@media (min-width:768px) and (max-width:1024px){.elementor-column.elementor-md-10{width:10%}.elementor-column.elementor-md-11{width:11.111%}.elementor-column.elementor-md-12{width:12.5%}.elementor-column.elementor-md-14{width:14.285%}.elementor-column.elementor-md-16{width:16.666%}.elementor-column.elementor-md-20{width:20%}.elementor-column.elementor-md-25{width:25%}.elementor-column.elementor-md-30{width:30%}.elementor-column.elementor-md-33{width:33.333%}.elementor-column.elementor-md-40{width:40%}.elementor-column.elementor-md-50{width:50%}.elementor-column.elementor-md-60{width:60%}.elementor-column.elementor-md-66{width:66.666%}.elementor-column.elementor-md-70{width:70%}.elementor-column.elementor-md-75{width:75%}.elementor-column.elementor-md-80{width:80%}.elementor-column.elementor-md-83{width:83.333%}.elementor-column.elementor-md-90{width:90%}.elementor-column.elementor-md-100{width:100%}}@media (min-width:2400px){.elementor-reverse-widescreen>.elementor-container>:first-child{order:10}.elementor-reverse-widescreen>.elementor-container>:nth-child(2){order:9}.elementor-reverse-widescreen>.elementor-container>:nth-child(3){order:8}.elementor-reverse-widescreen>.elementor-container>:nth-child(4){order:7}.elementor-reverse-widescreen>.elementor-container>:nth-child(5){order:6}.elementor-reverse-widescreen>.elementor-container>:nth-child(6){order:5}.elementor-reverse-widescreen>.elementor-container>:nth-child(7){order:4}.elementor-reverse-widescreen>.elementor-container>:nth-child(8){order:3}.elementor-reverse-widescreen>.elementor-container>:nth-child(9){order:2}.elementor-reverse-widescreen>.elementor-container>:nth-child(10){order:1}}@media (min-width:1025px) and (max-width:1400px){.elementor-reverse-laptop>.elementor-container>:first-child{order:10}.elementor-reverse-laptop>.elementor-container>:nth-child(2){order:9}.elementor-reverse-laptop>.elementor-container>:nth-child(3){order:8}.elementor-reverse-laptop>.elementor-container>:nth-child(4){order:7}.elementor-reverse-laptop>.elementor-container>:nth-child(5){order:6}.elementor-reverse-laptop>.elementor-container>:nth-child(6){order:5}.elementor-reverse-laptop>.elementor-container>:nth-child(7){order:4}.elementor-reverse-laptop>.elementor-container>:nth-child(8){order:3}.elementor-reverse-laptop>.elementor-container>:nth-child(9){order:2}.elementor-reverse-laptop>.elementor-container>:nth-child(10){order:1}}@media (min-width:1201px) and (max-width:1400px){.elementor-reverse-laptop>.elementor-container>:first-child{order:10}.elementor-reverse-laptop>.elementor-container>:nth-child(2){order:9}.elementor-reverse-laptop>.elementor-container>:nth-child(3){order:8}.elementor-reverse-laptop>.elementor-container>:nth-child(4){order:7}.elementor-reverse-laptop>.elementor-container>:nth-child(5){order:6}.elementor-reverse-laptop>.elementor-container>:nth-child(6){order:5}.elementor-reverse-laptop>.elementor-container>:nth-child(7){order:4}.elementor-reverse-laptop>.elementor-container>:nth-child(8){order:3}.elementor-reverse-laptop>.elementor-container>:nth-child(9){order:2}.elementor-reverse-laptop>.elementor-container>:nth-child(10){order:1}}@media (min-width:1025px) and (max-width:1200px){.elementor-reverse-laptop>.elementor-container>:first-child,.elementor-reverse-laptop>.elementor-container>:nth-child(2),.elementor-reverse-laptop>.elementor-container>:nth-child(3),.elementor-reverse-laptop>.elementor-container>:nth-child(4),.elementor-reverse-laptop>.elementor-container>:nth-child(5),.elementor-reverse-laptop>.elementor-container>:nth-child(6),.elementor-reverse-laptop>.elementor-container>:nth-child(7),.elementor-reverse-laptop>.elementor-container>:nth-child(8),.elementor-reverse-laptop>.elementor-container>:nth-child(9),.elementor-reverse-laptop>.elementor-container>:nth-child(10){order:0}.elementor-reverse-tablet_extra>.elementor-container>:first-child{order:10}.elementor-reverse-tablet_extra>.elementor-container>:nth-child(2){order:9}.elementor-reverse-tablet_extra>.elementor-container>:nth-child(3){order:8}.elementor-reverse-tablet_extra>.elementor-container>:nth-child(4){order:7}.elementor-reverse-tablet_extra>.elementor-container>:nth-child(5){order:6}.elementor-reverse-tablet_extra>.elementor-container>:nth-child(6){order:5}.elementor-reverse-tablet_extra>.elementor-container>:nth-child(7){order:4}.elementor-reverse-tablet_extra>.elementor-container>:nth-child(8){order:3}.elementor-reverse-tablet_extra>.elementor-container>:nth-child(9){order:2}.elementor-reverse-tablet_extra>.elementor-container>:nth-child(10){order:1}}@media (min-width:768px) and (max-width:1024px){.elementor-reverse-tablet>.elementor-container>:first-child{order:10}.elementor-reverse-tablet>.elementor-container>:nth-child(2){order:9}.elementor-reverse-tablet>.elementor-container>:nth-child(3){order:8}.elementor-reverse-tablet>.elementor-container>:nth-child(4){order:7}.elementor-reverse-tablet>.elementor-container>:nth-child(5){order:6}.elementor-reverse-tablet>.elementor-container>:nth-child(6){order:5}.elementor-reverse-tablet>.elementor-container>:nth-child(7){order:4}.elementor-reverse-tablet>.elementor-container>:nth-child(8){order:3}.elementor-reverse-tablet>.elementor-container>:nth-child(9){order:2}.elementor-reverse-tablet>.elementor-container>:nth-child(10){order:1}}@media (min-width:881px) and (max-width:1024px){.elementor-reverse-tablet>.elementor-container>:first-child{order:10}.elementor-reverse-tablet>.elementor-container>:nth-child(2){order:9}.elementor-reverse-tablet>.elementor-container>:nth-child(3){order:8}.elementor-reverse-tablet>.elementor-container>:nth-child(4){order:7}.elementor-reverse-tablet>.elementor-container>:nth-child(5){order:6}.elementor-reverse-tablet>.elementor-container>:nth-child(6){order:5}.elementor-reverse-tablet>.elementor-container>:nth-child(7){order:4}.elementor-reverse-tablet>.elementor-container>:nth-child(8){order:3}.elementor-reverse-tablet>.elementor-container>:nth-child(9){order:2}.elementor-reverse-tablet>.elementor-container>:nth-child(10){order:1}}@media (min-width:768px) and (max-width:880px){.elementor-reverse-tablet>.elementor-container>:first-child,.elementor-reverse-tablet>.elementor-container>:nth-child(2),.elementor-reverse-tablet>.elementor-container>:nth-child(3),.elementor-reverse-tablet>.elementor-container>:nth-child(4),.elementor-reverse-tablet>.elementor-container>:nth-child(5),.elementor-reverse-tablet>.elementor-container>:nth-child(6),.elementor-reverse-tablet>.elementor-container>:nth-child(7),.elementor-reverse-tablet>.elementor-container>:nth-child(8),.elementor-reverse-tablet>.elementor-container>:nth-child(9),.elementor-reverse-tablet>.elementor-container>:nth-child(10){order:0}.elementor-reverse-mobile_extra>.elementor-container>:first-child{order:10}.elementor-reverse-mobile_extra>.elementor-container>:nth-child(2){order:9}.elementor-reverse-mobile_extra>.elementor-container>:nth-child(3){order:8}.elementor-reverse-mobile_extra>.elementor-container>:nth-child(4){order:7}.elementor-reverse-mobile_extra>.elementor-container>:nth-child(5){order:6}.elementor-reverse-mobile_extra>.elementor-container>:nth-child(6){order:5}.elementor-reverse-mobile_extra>.elementor-container>:nth-child(7){order:4}.elementor-reverse-mobile_extra>.elementor-container>:nth-child(8){order:3}.elementor-reverse-mobile_extra>.elementor-container>:nth-child(9){order:2}.elementor-reverse-mobile_extra>.elementor-container>:nth-child(10){order:1}}@media (max-width:767px){.elementor-reverse-mobile>.elementor-container>:first-child{order:10}.elementor-reverse-mobile>.elementor-container>:nth-child(2){order:9}.elementor-reverse-mobile>.elementor-container>:nth-child(3){order:8}.elementor-reverse-mobile>.elementor-container>:nth-child(4){order:7}.elementor-reverse-mobile>.elementor-container>:nth-child(5){order:6}.elementor-reverse-mobile>.elementor-container>:nth-child(6){order:5}.elementor-reverse-mobile>.elementor-container>:nth-child(7){order:4}.elementor-reverse-mobile>.elementor-container>:nth-child(8){order:3}.elementor-reverse-mobile>.elementor-container>:nth-child(9){order:2}.elementor-reverse-mobile>.elementor-container>:nth-child(10){order:1}.elementor-column{width:100%}}ul.elementor-icon-list-items.elementor-inline-items{display:flex;flex-wrap:wrap}ul.elementor-icon-list-items.elementor-inline-items .elementor-inline-item{word-break:break-word}.elementor-grid{display:grid;grid-column-gap:var(--grid-column-gap);grid-row-gap:var(--grid-row-gap)}.elementor-grid .elementor-grid-item{min-width:0}.elementor-grid-0 .elementor-grid{display:inline-block;width:100%;word-spacing:var(--grid-column-gap);margin-bottom:calc(-1 * var(--grid-row-gap))}.elementor-grid-0 .elementor-grid .elementor-grid-item{display:inline-block;margin-bottom:var(--grid-row-gap);word-break:break-word}.elementor-grid-1 .elementor-grid{grid-template-columns:repeat(1,1fr)}.elementor-grid-2 .elementor-grid{grid-template-columns:repeat(2,1fr)}.elementor-grid-3 .elementor-grid{grid-template-columns:repeat(3,1fr)}.elementor-grid-4 .elementor-grid{grid-template-columns:repeat(4,1fr)}.elementor-grid-5 .elementor-grid{grid-template-columns:repeat(5,1fr)}.elementor-grid-6 .elementor-grid{grid-template-columns:repeat(6,1fr)}.elementor-grid-7 .elementor-grid{grid-template-columns:repeat(7,1fr)}.elementor-grid-8 .elementor-grid{grid-template-columns:repeat(8,1fr)}.elementor-grid-9 .elementor-grid{grid-template-columns:repeat(9,1fr)}.elementor-grid-10 .elementor-grid{grid-template-columns:repeat(10,1fr)}.elementor-grid-11 .elementor-grid{grid-template-columns:repeat(11,1fr)}.elementor-grid-12 .elementor-grid{grid-template-columns:repeat(12,1fr)}@media (min-width:2400px){.elementor-grid-widescreen-0 .elementor-grid{display:inline-block;width:100%;word-spacing:var(--grid-column-gap);margin-bottom:calc(-1 * var(--grid-row-gap))}.elementor-grid-widescreen-0 .elementor-grid .elementor-grid-item{display:inline-block;margin-bottom:var(--grid-row-gap);word-break:break-word}.elementor-grid-widescreen-1 .elementor-grid{grid-template-columns:repeat(1,1fr)}.elementor-grid-widescreen-2 .elementor-grid{grid-template-columns:repeat(2,1fr)}.elementor-grid-widescreen-3 .elementor-grid{grid-template-columns:repeat(3,1fr)}.elementor-grid-widescreen-4 .elementor-grid{grid-template-columns:repeat(4,1fr)}.elementor-grid-widescreen-5 .elementor-grid{grid-template-columns:repeat(5,1fr)}.elementor-grid-widescreen-6 .elementor-grid{grid-template-columns:repeat(6,1fr)}.elementor-grid-widescreen-7 .elementor-grid{grid-template-columns:repeat(7,1fr)}.elementor-grid-widescreen-8 .elementor-grid{grid-template-columns:repeat(8,1fr)}.elementor-grid-widescreen-9 .elementor-grid{grid-template-columns:repeat(9,1fr)}.elementor-grid-widescreen-10 .elementor-grid{grid-template-columns:repeat(10,1fr)}.elementor-grid-widescreen-11 .elementor-grid{grid-template-columns:repeat(11,1fr)}.elementor-grid-widescreen-12 .elementor-grid{grid-template-columns:repeat(12,1fr)}}@media (max-width:1400px){.elementor-grid-laptop-0 .elementor-grid{display:inline-block;width:100%;word-spacing:var(--grid-column-gap);margin-bottom:calc(-1 * var(--grid-row-gap))}.elementor-grid-laptop-0 .elementor-grid .elementor-grid-item{display:inline-block;margin-bottom:var(--grid-row-gap);word-break:break-word}.elementor-grid-laptop-1 .elementor-grid{grid-template-columns:repeat(1,1fr)}.elementor-grid-laptop-2 .elementor-grid{grid-template-columns:repeat(2,1fr)}.elementor-grid-laptop-3 .elementor-grid{grid-template-columns:repeat(3,1fr)}.elementor-grid-laptop-4 .elementor-grid{grid-template-columns:repeat(4,1fr)}.elementor-grid-laptop-5 .elementor-grid{grid-template-columns:repeat(5,1fr)}.elementor-grid-laptop-6 .elementor-grid{grid-template-columns:repeat(6,1fr)}.elementor-grid-laptop-7 .elementor-grid{grid-template-columns:repeat(7,1fr)}.elementor-grid-laptop-8 .elementor-grid{grid-template-columns:repeat(8,1fr)}.elementor-grid-laptop-9 .elementor-grid{grid-template-columns:repeat(9,1fr)}.elementor-grid-laptop-10 .elementor-grid{grid-template-columns:repeat(10,1fr)}.elementor-grid-laptop-11 .elementor-grid{grid-template-columns:repeat(11,1fr)}.elementor-grid-laptop-12 .elementor-grid{grid-template-columns:repeat(12,1fr)}}@media (max-width:1200px){.elementor-grid-tablet_extra-0 .elementor-grid{display:inline-block;width:100%;word-spacing:var(--grid-column-gap);margin-bottom:calc(-1 * var(--grid-row-gap))}.elementor-grid-tablet_extra-0 .elementor-grid .elementor-grid-item{display:inline-block;margin-bottom:var(--grid-row-gap);word-break:break-word}.elementor-grid-tablet_extra-1 .elementor-grid{grid-template-columns:repeat(1,1fr)}.elementor-grid-tablet_extra-2 .elementor-grid{grid-template-columns:repeat(2,1fr)}.elementor-grid-tablet_extra-3 .elementor-grid{grid-template-columns:repeat(3,1fr)}.elementor-grid-tablet_extra-4 .elementor-grid{grid-template-columns:repeat(4,1fr)}.elementor-grid-tablet_extra-5 .elementor-grid{grid-template-columns:repeat(5,1fr)}.elementor-grid-tablet_extra-6 .elementor-grid{grid-template-columns:repeat(6,1fr)}.elementor-grid-tablet_extra-7 .elementor-grid{grid-template-columns:repeat(7,1fr)}.elementor-grid-tablet_extra-8 .elementor-grid{grid-template-columns:repeat(8,1fr)}.elementor-grid-tablet_extra-9 .elementor-grid{grid-template-columns:repeat(9,1fr)}.elementor-grid-tablet_extra-10 .elementor-grid{grid-template-columns:repeat(10,1fr)}.elementor-grid-tablet_extra-11 .elementor-grid{grid-template-columns:repeat(11,1fr)}.elementor-grid-tablet_extra-12 .elementor-grid{grid-template-columns:repeat(12,1fr)}}@media (max-width:1024px){.elementor-grid-tablet-0 .elementor-grid{display:inline-block;width:100%;word-spacing:var(--grid-column-gap);margin-bottom:calc(-1 * var(--grid-row-gap))}.elementor-grid-tablet-0 .elementor-grid .elementor-grid-item{display:inline-block;margin-bottom:var(--grid-row-gap);word-break:break-word}.elementor-grid-tablet-1 .elementor-grid{grid-template-columns:repeat(1,1fr)}.elementor-grid-tablet-2 .elementor-grid{grid-template-columns:repeat(2,1fr)}.elementor-grid-tablet-3 .elementor-grid{grid-template-columns:repeat(3,1fr)}.elementor-grid-tablet-4 .elementor-grid{grid-template-columns:repeat(4,1fr)}.elementor-grid-tablet-5 .elementor-grid{grid-template-columns:repeat(5,1fr)}.elementor-grid-tablet-6 .elementor-grid{grid-template-columns:repeat(6,1fr)}.elementor-grid-tablet-7 .elementor-grid{grid-template-columns:repeat(7,1fr)}.elementor-grid-tablet-8 .elementor-grid{grid-template-columns:repeat(8,1fr)}.elementor-grid-tablet-9 .elementor-grid{grid-template-columns:repeat(9,1fr)}.elementor-grid-tablet-10 .elementor-grid{grid-template-columns:repeat(10,1fr)}.elementor-grid-tablet-11 .elementor-grid{grid-template-columns:repeat(11,1fr)}.elementor-grid-tablet-12 .elementor-grid{grid-template-columns:repeat(12,1fr)}}@media (max-width:880px){.elementor-grid-mobile_extra-0 .elementor-grid{display:inline-block;width:100%;word-spacing:var(--grid-column-gap);margin-bottom:calc(-1 * var(--grid-row-gap))}.elementor-grid-mobile_extra-0 .elementor-grid .elementor-grid-item{display:inline-block;margin-bottom:var(--grid-row-gap);word-break:break-word}.elementor-grid-mobile_extra-1 .elementor-grid{grid-template-columns:repeat(1,1fr)}.elementor-grid-mobile_extra-2 .elementor-grid{grid-template-columns:repeat(2,1fr)}.elementor-grid-mobile_extra-3 .elementor-grid{grid-template-columns:repeat(3,1fr)}.elementor-grid-mobile_extra-4 .elementor-grid{grid-template-columns:repeat(4,1fr)}.elementor-grid-mobile_extra-5 .elementor-grid{grid-template-columns:repeat(5,1fr)}.elementor-grid-mobile_extra-6 .elementor-grid{grid-template-columns:repeat(6,1fr)}.elementor-grid-mobile_extra-7 .elementor-grid{grid-template-columns:repeat(7,1fr)}.elementor-grid-mobile_extra-8 .elementor-grid{grid-template-columns:repeat(8,1fr)}.elementor-grid-mobile_extra-9 .elementor-grid{grid-template-columns:repeat(9,1fr)}.elementor-grid-mobile_extra-10 .elementor-grid{grid-template-columns:repeat(10,1fr)}.elementor-grid-mobile_extra-11 .elementor-grid{grid-template-columns:repeat(11,1fr)}.elementor-grid-mobile_extra-12 .elementor-grid{grid-template-columns:repeat(12,1fr)}}@media (max-width:767px){.elementor-grid-mobile-0 .elementor-grid{display:inline-block;width:100%;word-spacing:var(--grid-column-gap);margin-bottom:calc(-1 * var(--grid-row-gap))}.elementor-grid-mobile-0 .elementor-grid .elementor-grid-item{display:inline-block;margin-bottom:var(--grid-row-gap);word-break:break-word}.elementor-grid-mobile-1 .elementor-grid{grid-template-columns:repeat(1,1fr)}.elementor-grid-mobile-2 .elementor-grid{grid-template-columns:repeat(2,1fr)}.elementor-grid-mobile-3 .elementor-grid{grid-template-columns:repeat(3,1fr)}.elementor-grid-mobile-4 .elementor-grid{grid-template-columns:repeat(4,1fr)}.elementor-grid-mobile-5 .elementor-grid{grid-template-columns:repeat(5,1fr)}.elementor-grid-mobile-6 .elementor-grid{grid-template-columns:repeat(6,1fr)}.elementor-grid-mobile-7 .elementor-grid{grid-template-columns:repeat(7,1fr)}.elementor-grid-mobile-8 .elementor-grid{grid-template-columns:repeat(8,1fr)}.elementor-grid-mobile-9 .elementor-grid{grid-template-columns:repeat(9,1fr)}.elementor-grid-mobile-10 .elementor-grid{grid-template-columns:repeat(10,1fr)}.elementor-grid-mobile-11 .elementor-grid{grid-template-columns:repeat(11,1fr)}.elementor-grid-mobile-12 .elementor-grid{grid-template-columns:repeat(12,1fr)}}@media (min-width:1401px){#elementor-device-mode:after{content:"desktop"}}@media (min-width:2400px){#elementor-device-mode:after{content:"widescreen"}}@media (max-width:1400px){#elementor-device-mode:after{content:"laptop"}}@media (max-width:1200px){#elementor-device-mode:after{content:"tablet_extra"}}@media (max-width:1024px){#elementor-device-mode:after{content:"tablet"}}@media (max-width:880px){#elementor-device-mode:after{content:"mobile_extra"}}@media (max-width:767px){#elementor-device-mode:after{content:"mobile"}}.e-con{--border-radius:0;--border-top-width:0px;--border-right-width:0px;--border-bottom-width:0px;--border-left-width:0px;--border-style:initial;--border-color:initial;--container-widget-width:100%;--container-widget-height:initial;--container-widget-flex-grow:0;--container-widget-align-self:initial;--content-width:min(100%,var(--container-max-width,1140px));--width:100%;--min-height:initial;--height:auto;--text-align:initial;--margin-top:0px;--margin-right:0px;--margin-bottom:0px;--margin-left:0px;--padding-top:var(--container-default-padding-top,10px);--padding-right:var(--container-default-padding-right,10px);--padding-bottom:var(--container-default-padding-bottom,10px);--padding-left:var(--container-default-padding-left,10px);--position:relative;--z-index:revert;--overflow:visible;--gap:var(--widgets-spacing,20px);--overlay-mix-blend-mode:initial;--overlay-opacity:1;--overlay-transition:0.3s;--e-con-grid-template-columns:repeat(3,1fr);--e-con-grid-template-rows:repeat(2,1fr);position:var(--position);width:var(--width);min-width:0;min-height:var(--min-height);height:var(--height);border-radius:var(--border-radius);z-index:var(--z-index);overflow:var(--overflow);transition:background var(--background-transition,.3s),border var(--border-transition,.3s),box-shadow var(--border-transition,.3s),transform var(--e-con-transform-transition-duration,.4s);--flex-wrap-mobile:wrap;margin-block-start:var(--margin-block-start);margin-inline-end:var(--margin-inline-end);margin-block-end:var(--margin-block-end);margin-inline-start:var(--margin-inline-start);padding-inline-start:var(--padding-inline-start);padding-inline-end:var(--padding-inline-end);--margin-block-start:var(--margin-top);--margin-block-end:var(--margin-bottom);--margin-inline-start:var(--margin-left);--margin-inline-end:var(--margin-right);--padding-inline-start:var(--padding-left);--padding-inline-end:var(--padding-right);--padding-block-start:var(--padding-top);--padding-block-end:var(--padding-bottom);--border-block-start-width:var(--border-top-width);--border-block-end-width:var(--border-bottom-width);--border-inline-start-width:var(--border-left-width);--border-inline-end-width:var(--border-right-width)}body.rtl .e-con{--padding-inline-start:var(--padding-right);--padding-inline-end:var(--padding-left);--margin-inline-start:var(--margin-right);--margin-inline-end:var(--margin-left);--border-inline-start-width:var(--border-right-width);--border-inline-end-width:var(--border-left-width)}.e-con.e-flex{--flex-direction:column;--flex-basis:auto;--flex-grow:0;--flex-shrink:1;flex:var(--flex-grow) var(--flex-shrink) var(--flex-basis)}.e-con-full,.e-con>.e-con-inner{text-align:var(--text-align);padding-block-start:var(--padding-block-start);padding-block-end:var(--padding-block-end)}.e-con-full.e-flex,.e-con.e-flex>.e-con-inner{flex-direction:var(--flex-direction)}.e-con,.e-con>.e-con-inner{display:var(--display)}.e-con.e-grid{--grid-justify-content:start;--grid-align-content:start;--grid-auto-flow:row}.e-con.e-grid,.e-con.e-grid>.e-con-inner{grid-template-columns:var(--e-con-grid-template-columns);grid-template-rows:var(--e-con-grid-template-rows);justify-content:var(--grid-justify-content);align-content:var(--grid-align-content);grid-auto-flow:var(--grid-auto-flow);justify-items:var(--justify-items);align-items:var(--align-items)}.e-con-boxed.e-flex{flex-direction:column;flex-wrap:nowrap;justify-content:normal;align-items:normal;align-content:normal}.e-con-boxed.e-grid{justify-items:legacy;grid-template-columns:1fr;grid-template-rows:1fr}.e-con-boxed{text-align:initial;gap:initial}.e-con.e-flex>.e-con-inner{flex-wrap:var(--flex-wrap);justify-content:var(--justify-content);align-items:var(--align-items);align-content:var(--align-content);flex-basis:auto;flex-grow:1;flex-shrink:1;align-self:auto}.e-con.e-grid>.e-con-inner{justify-items:var(--justify-items);align-items:var(--align-items)}.e-con>.e-con-inner{gap:var(--gap);width:100%;max-width:var(--content-width);margin:0 auto;padding-inline-start:0;padding-inline-end:0;height:100%}:is(.elementor-section-wrap,[data-elementor-id])>.e-con{--margin-left:auto;--margin-right:auto;max-width:min(100%,var(--width))}.e-con .elementor-widget.elementor-widget{margin-block-end:0}.e-con:before,.e-con>.elementor-background-slideshow:before,.e-con>.elementor-motion-effects-container>.elementor-motion-effects-layer:before,:is(.e-con,.e-con>.e-con-inner)>.elementor-background-video-container:before{content:var(--background-overlay);display:block;position:absolute;mix-blend-mode:var(--overlay-mix-blend-mode);opacity:var(--overlay-opacity);transition:var(--overlay-transition,.3s);border-radius:var(--border-radius);border-style:var(--border-style);border-color:var(--border-color);border-block-start-width:var(--border-block-start-width);border-inline-end-width:var(--border-inline-end-width);border-block-end-width:var(--border-block-end-width);border-inline-start-width:var(--border-inline-start-width);top:calc(0px - var(--border-top-width));left:calc(0px - var(--border-left-width));width:max(100% + var(--border-left-width) + var(--border-right-width),100%);height:max(100% + var(--border-top-width) + var(--border-bottom-width),100%)}.e-con:before{transition:background var(--overlay-transition,.3s),border-radius var(--border-transition,.3s),opacity var(--overlay-transition,.3s)}.e-con>.elementor-background-slideshow,:is(.e-con,.e-con>.e-con-inner)>.elementor-background-video-container{border-radius:var(--border-radius);border-style:var(--border-style);border-color:var(--border-color);border-block-start-width:var(--border-block-start-width);border-inline-end-width:var(--border-inline-end-width);border-block-end-width:var(--border-block-end-width);border-inline-start-width:var(--border-inline-start-width);top:calc(0px - var(--border-top-width));left:calc(0px - var(--border-left-width));width:max(100% + var(--border-left-width) + var(--border-right-width),100%);height:max(100% + var(--border-top-width) + var(--border-bottom-width),100%)}@media (max-width:767px){:is(.e-con,.e-con>.e-con-inner)>.elementor-background-video-container.elementor-hidden-phone{display:none}}:is(.e-con,.e-con>.e-con-inner)>.elementor-background-video-container:before{z-index:1}:is(.e-con,.e-con>.e-con-inner)>.elementor-background-slideshow:before{z-index:2}.e-con .elementor-widget{min-width:0}.e-con .elementor-widget-empty,.e-con .elementor-widget-google_maps,.e-con .elementor-widget-video,.e-con .elementor-widget.e-widget-swiper{width:100%}.e-con>.e-con-inner>.elementor-widget>.elementor-widget-container,.e-con>.elementor-widget>.elementor-widget-container{height:100%}.e-con.e-con>.e-con-inner>.elementor-widget,.elementor.elementor .e-con>.elementor-widget{max-width:100%}@media (max-width:767px){.e-con.e-flex{--width:100%;--flex-wrap:var(--flex-wrap-mobile)}}.elementor-form-fields-wrapper{display:flex;flex-wrap:wrap}.elementor-form-fields-wrapper.elementor-labels-above .elementor-field-group .elementor-field-subgroup,.elementor-form-fields-wrapper.elementor-labels-above .elementor-field-group>.elementor-select-wrapper,.elementor-form-fields-wrapper.elementor-labels-above .elementor-field-group>input,.elementor-form-fields-wrapper.elementor-labels-above .elementor-field-group>textarea{flex-basis:100%;max-width:100%}.elementor-form-fields-wrapper.elementor-labels-inline>.elementor-field-group .elementor-select-wrapper,.elementor-form-fields-wrapper.elementor-labels-inline>.elementor-field-group>input{flex-grow:1}.elementor-field-group{flex-wrap:wrap;align-items:center}.elementor-field-group.elementor-field-type-submit{align-items:flex-end}.elementor-field-group .elementor-field-textual{width:100%;max-width:100%;border:1px solid #69727d;background-color:transparent;color:#1f2124;vertical-align:middle;flex-grow:1}.elementor-field-group .elementor-field-textual:focus{box-shadow:inset 0 0 0 1px rgba(0,0,0,.1);outline:0}.elementor-field-group .elementor-field-textual::-moz-placeholder{color:inherit;font-family:inherit;opacity:.6}.elementor-field-group .elementor-field-textual::placeholder{color:inherit;font-family:inherit;opacity:.6}.elementor-field-group .elementor-select-wrapper{display:flex;position:relative;width:100%}.elementor-field-group .elementor-select-wrapper select{-webkit-appearance:none;-moz-appearance:none;appearance:none;color:inherit;font-size:inherit;font-family:inherit;font-weight:inherit;font-style:inherit;text-transform:inherit;letter-spacing:inherit;line-height:inherit;flex-basis:100%;padding-inline-end:20px}.elementor-field-group .elementor-select-wrapper:before{content:"\e92a";font-family:eicons;font-size:15px;position:absolute;top:50%;transform:translateY(-50%);left:10px;pointer-events:none;text-shadow:0 0 3px rgba(0,0,0,.3)}.elementor-field-group.elementor-field-type-select-multiple .elementor-select-wrapper:before{content:""}.elementor-field-subgroup{display:flex;flex-wrap:wrap}.elementor-field-subgroup .elementor-field-option label{display:inline-block}.elementor-field-subgroup.elementor-subgroup-inline .elementor-field-option{padding-inline-end:10px}.elementor-field-subgroup:not(.elementor-subgroup-inline) .elementor-field-option{flex-basis:100%}.elementor-field-type-acceptance .elementor-field-subgroup .elementor-field-option input,.elementor-field-type-acceptance .elementor-field-subgroup .elementor-field-option label,.elementor-field-type-checkbox .elementor-field-subgroup .elementor-field-option input,.elementor-field-type-checkbox .elementor-field-subgroup .elementor-field-option label,.elementor-field-type-radio .elementor-field-subgroup .elementor-field-option input,.elementor-field-type-radio .elementor-field-subgroup .elementor-field-option label{display:inline}.elementor-field-label{cursor:pointer}.elementor-mark-required .elementor-field-label:after{content:"*";color:red;padding-inline-start:.2em}.elementor-field-textual{line-height:1.4;font-size:15px;min-height:40px;padding:5px 14px;border-radius:3px}.elementor-field-textual.elementor-size-xs{font-size:13px;min-height:33px;padding:4px 12px;border-radius:2px}.elementor-field-textual.elementor-size-md{font-size:16px;min-height:47px;padding:6px 16px;border-radius:4px}.elementor-field-textual.elementor-size-lg{font-size:18px;min-height:59px;padding:7px 20px;border-radius:5px}.elementor-field-textual.elementor-size-xl{font-size:20px;min-height:72px;padding:8px 24px;border-radius:6px}.elementor-button-align-stretch .elementor-field-type-submit:not(.e-form__buttons__wrapper) .elementor-button{flex-basis:100%}.elementor-button-align-stretch .e-form__buttons__wrapper{flex-basis:50%;flex-grow:1}.elementor-button-align-stretch .e-form__buttons__wrapper__button{flex-basis:100%}.elementor-button-align-center .e-form__buttons,.elementor-button-align-center .elementor-field-type-submit{justify-content:center}.elementor-button-align-start .e-form__buttons,.elementor-button-align-start .elementor-field-type-submit{justify-content:flex-end}.elementor-button-align-end .e-form__buttons,.elementor-button-align-end .elementor-field-type-submit{justify-content:flex-start}.elementor-button-align-center .elementor-field-type-submit:not(.e-form__buttons__wrapper) .elementor-button,.elementor-button-align-end .elementor-field-type-submit:not(.e-form__buttons__wrapper) .elementor-button,.elementor-button-align-start .elementor-field-type-submit:not(.e-form__buttons__wrapper) .elementor-button{flex-basis:auto}.elementor-button-align-center .e-form__buttons__wrapper,.elementor-button-align-end .e-form__buttons__wrapper,.elementor-button-align-start .e-form__buttons__wrapper{flex-grow:0}.elementor-button-align-center .e-form__buttons__wrapper,.elementor-button-align-center .e-form__buttons__wrapper__button,.elementor-button-align-end .e-form__buttons__wrapper,.elementor-button-align-end .e-form__buttons__wrapper__button,.elementor-button-align-start .e-form__buttons__wrapper,.elementor-button-align-start .e-form__buttons__wrapper__button{flex-basis:auto}@media screen and (max-width:1024px){.elementor-tablet-button-align-stretch .elementor-field-type-submit:not(.e-form__buttons__wrapper) .elementor-button{flex-basis:100%}.elementor-tablet-button-align-stretch .e-form__buttons__wrapper{flex-basis:50%;flex-grow:1}.elementor-tablet-button-align-stretch .e-form__buttons__wrapper__button{flex-basis:100%}.elementor-tablet-button-align-center .e-form__buttons,.elementor-tablet-button-align-center .elementor-field-type-submit{justify-content:center}.elementor-tablet-button-align-start .e-form__buttons,.elementor-tablet-button-align-start .elementor-field-type-submit{justify-content:flex-end}.elementor-tablet-button-align-end .e-form__buttons,.elementor-tablet-button-align-end .elementor-field-type-submit{justify-content:flex-start}.elementor-tablet-button-align-center .elementor-field-type-submit:not(.e-form__buttons__wrapper) .elementor-button,.elementor-tablet-button-align-end .elementor-field-type-submit:not(.e-form__buttons__wrapper) .elementor-button,.elementor-tablet-button-align-start .elementor-field-type-submit:not(.e-form__buttons__wrapper) .elementor-button{flex-basis:auto}.elementor-tablet-button-align-center .e-form__buttons__wrapper,.elementor-tablet-button-align-end .e-form__buttons__wrapper,.elementor-tablet-button-align-start .e-form__buttons__wrapper{flex-grow:0}.elementor-tablet-button-align-center .e-form__buttons__wrapper,.elementor-tablet-button-align-center .e-form__buttons__wrapper__button,.elementor-tablet-button-align-end .e-form__buttons__wrapper,.elementor-tablet-button-align-end .e-form__buttons__wrapper__button,.elementor-tablet-button-align-start .e-form__buttons__wrapper,.elementor-tablet-button-align-start .e-form__buttons__wrapper__button{flex-basis:auto}}@media screen and (max-width:767px){.elementor-mobile-button-align-stretch .elementor-field-type-submit:not(.e-form__buttons__wrapper) .elementor-button{flex-basis:100%}.elementor-mobile-button-align-stretch .e-form__buttons__wrapper{flex-basis:50%;flex-grow:1}.elementor-mobile-button-align-stretch .e-form__buttons__wrapper__button{flex-basis:100%}.elementor-mobile-button-align-center .e-form__buttons,.elementor-mobile-button-align-center .elementor-field-type-submit{justify-content:center}.elementor-mobile-button-align-start .e-form__buttons,.elementor-mobile-button-align-start .elementor-field-type-submit{justify-content:flex-end}.elementor-mobile-button-align-end .e-form__buttons,.elementor-mobile-button-align-end .elementor-field-type-submit{justify-content:flex-start}.elementor-mobile-button-align-center .elementor-field-type-submit:not(.e-form__buttons__wrapper) .elementor-button,.elementor-mobile-button-align-end .elementor-field-type-submit:not(.e-form__buttons__wrapper) .elementor-button,.elementor-mobile-button-align-start .elementor-field-type-submit:not(.e-form__buttons__wrapper) .elementor-button{flex-basis:auto}.elementor-mobile-button-align-center .e-form__buttons__wrapper,.elementor-mobile-button-align-end .e-form__buttons__wrapper,.elementor-mobile-button-align-start .e-form__buttons__wrapper{flex-grow:0}.elementor-mobile-button-align-center .e-form__buttons__wrapper,.elementor-mobile-button-align-center .e-form__buttons__wrapper__button,.elementor-mobile-button-align-end .e-form__buttons__wrapper,.elementor-mobile-button-align-end .e-form__buttons__wrapper__button,.elementor-mobile-button-align-start .e-form__buttons__wrapper,.elementor-mobile-button-align-start .e-form__buttons__wrapper__button{flex-basis:auto}}.elementor-error .elementor-field{border-color:#d9534f}.elementor-error .help-inline{color:#d9534f;font-size:.9em}.elementor-message{margin:10px 0;font-size:1em;line-height:1}.elementor-message:before{content:"\e90e";display:inline-block;font-family:eicons;font-weight:400;font-style:normal;vertical-align:middle;margin-inline-end:5px}.elementor-message.elementor-message-danger{color:#d9534f}.elementor-message.elementor-message-danger:before{content:"\e87f"}.elementor-message.form-message-success{color:#5cb85c}.elementor-form .elementor-button{padding-block-start:0;padding-block-end:0;border:none}.elementor-form .elementor-button-content-wrapper,.elementor-form .elementor-button>span{display:flex;justify-content:center;flex-direction:row;gap:5px}.elementor-form .elementor-button.elementor-size-xs{min-height:33px}.elementor-form .elementor-button.elementor-size-sm{min-height:40px}.elementor-form .elementor-button.elementor-size-md{min-height:47px}.elementor-form .elementor-button.elementor-size-lg{min-height:59px}.elementor-form .elementor-button.elementor-size-xl{min-height:72px}.elementor-element .elementor-widget-container{transition:background .3s,border .3s,border-radius .3s,box-shadow .3s,transform var(--e-transform-transition-duration,.4s)}.elementor-heading-title{padding:0;margin:0;line-height:1}.elementor-button{display:inline-block;line-height:1;background-color:#69727d;font-size:15px;padding:12px 24px;border-radius:3px;color:#fff;fill:#fff;text-align:center;transition:all .3s}.elementor-button:focus,.elementor-button:hover,.elementor-button:visited{color:#fff}.elementor-button-content-wrapper{display:flex;justify-content:center;flex-direction:row;gap:5px}.elementor-button-icon svg{width:1em;height:auto}.elementor-button-icon .e-font-icon-svg{height:1em}.elementor-button-text{display:inline-block}.elementor-button.elementor-size-xs{font-size:13px;padding:10px 20px;border-radius:2px}.elementor-button.elementor-size-md{font-size:16px;padding:15px 30px;border-radius:4px}.elementor-button.elementor-size-lg{font-size:18px;padding:20px 40px;border-radius:5px}.elementor-button.elementor-size-xl{font-size:20px;padding:25px 50px;border-radius:6px}.elementor-button span{text-decoration:inherit}.elementor-element.elementor-button-info .elementor-button{background-color:#5bc0de}.elementor-element.elementor-button-success .elementor-button{background-color:#5cb85c}.elementor-element.elementor-button-warning .elementor-button{background-color:#f0ad4e}.elementor-element.elementor-button-danger .elementor-button{background-color:#d9534f}.elementor-widget-button .elementor-button .elementor-button-info{background-color:#5bc0de}.elementor-widget-button .elementor-button .elementor-button-success{background-color:#5cb85c}.elementor-widget-button .elementor-button .elementor-button-warning{background-color:#f0ad4e}.elementor-widget-button .elementor-button .elementor-button-danger{background-color:#d9534f}.elementor-tab-title a{color:inherit}.elementor-view-stacked .elementor-icon{padding:.5em;background-color:#69727d;color:#fff;fill:#fff}.elementor-view-framed .elementor-icon{padding:.5em;color:#69727d;border:3px solid #69727d;background-color:transparent}.elementor-icon{display:inline-block;line-height:1;transition:all .3s;color:#69727d;font-size:50px;text-align:center}.elementor-icon:hover{color:#69727d}.elementor-icon i,.elementor-icon svg{width:1em;height:1em;position:relative;display:block}.elementor-icon i:before,.elementor-icon svg:before{position:absolute;left:50%;transform:translateX(-50%)}.elementor-icon i.fad{width:auto}.elementor-shape-square .elementor-icon{border-radius:0}.elementor-shape-rounded .elementor-icon{border-radius:10%}.elementor-shape-circle .elementor-icon{border-radius:50%}.e-transform .elementor-widget-container{transform:perspective(var(--e-transform-perspective,0)) rotate(var(--e-transform-rotateZ,0)) rotateX(var(--e-transform-rotateX,0)) rotateY(var(--e-transform-rotateY,0)) translate(var(--e-transform-translate,0)) translateX(var(--e-transform-translateX,0)) translateY(var(--e-transform-translateY,0)) scaleX(calc(var(--e-transform-flipX, 1) * var(--e-transform-scaleX, var(--e-transform-scale, 1)))) scaleY(calc(var(--e-transform-flipY, 1) * var(--e-transform-scaleY, var(--e-transform-scale, 1)))) skewX(var(--e-transform-skewX,0)) skewY(var(--e-transform-skewY,0));transform-origin:var(--e-transform-origin-y) var(--e-transform-origin-x)}.e-con.e-transform{transform:perspective(var(--e-con-transform-perspective,0)) rotate(var(--e-con-transform-rotateZ,0)) rotateX(var(--e-con-transform-rotateX,0)) rotateY(var(--e-con-transform-rotateY,0)) translate(var(--e-con-transform-translate,0)) translateX(var(--e-con-transform-translateX,0)) translateY(var(--e-con-transform-translateY,0)) scaleX(calc(var(--e-con-transform-flipX, 1) * var(--e-con-transform-scaleX, var(--e-con-transform-scale, 1)))) scaleY(calc(var(--e-con-transform-flipY, 1) * var(--e-con-transform-scaleY, var(--e-con-transform-scale, 1)))) skewX(var(--e-con-transform-skewX,0)) skewY(var(--e-con-transform-skewY,0));transform-origin:var(--e-con-transform-origin-y) var(--e-con-transform-origin-x)}.animated{animation-duration:1.25s}.animated.animated-slow{animation-duration:2s}.animated.animated-fast{animation-duration:.75s}.animated.infinite{animation-iteration-count:infinite}.animated.reverse{animation-direction:reverse;animation-fill-mode:forwards}@media (prefers-reduced-motion:reduce){.animated{animation:none}}.page-template-elementor_canvas.elementor-page:before{display:none}.elementor-post__thumbnail__link{transition:none}#left-area ul.elementor-icon-list-items,.elementor-edit-area .elementor-element ul.elementor-icon-list-items,.elementor .elementor-element ul.elementor-icon-list-items{padding:0}.e--ua-appleWebkit.rtl{--flex-right:flex-start}.e--ua-appleWebkit .elementor-share-buttons--align-right,.e--ua-appleWebkit .elementor-widget-social-icons.e-grid-align-right{--justify-content:var(--flex-right,flex-end)}.e--ua-appleWebkit .elementor-share-buttons--align-center,.e--ua-appleWebkit .elementor-widget-social-icons.e-grid-align-center{--justify-content:center}.e--ua-appleWebkit .elementor-grid-0.elementor-share-buttons--align-center .elementor-grid,.e--ua-appleWebkit .elementor-grid-0.elementor-share-buttons--align-justify .elementor-grid,.e--ua-appleWebkit .elementor-grid-0.elementor-share-buttons--align-right .elementor-grid,.e--ua-appleWebkit .elementor-grid-0.elementor-widget-social-icons.e-grid-align-center .elementor-grid,.e--ua-appleWebkit .elementor-grid-0.elementor-widget-social-icons.e-grid-align-right .elementor-grid{width:auto;display:flex;flex-wrap:wrap;justify-content:var(--justify-content,space-between);margin-left:calc(-.5 * var(--grid-column-gap));margin-right:calc(-.5 * var(--grid-column-gap))}.e--ua-appleWebkit .elementor-grid-0.elementor-share-buttons--align-center .elementor-grid-item,.e--ua-appleWebkit .elementor-grid-0.elementor-share-buttons--align-justify .elementor-grid-item,.e--ua-appleWebkit .elementor-grid-0.elementor-share-buttons--align-right .elementor-grid-item,.e--ua-appleWebkit .elementor-grid-0.elementor-widget-social-icons.e-grid-align-center .elementor-grid-item,.e--ua-appleWebkit .elementor-grid-0.elementor-widget-social-icons.e-grid-align-right .elementor-grid-item{margin-left:calc(.5 * var(--grid-column-gap));margin-right:calc(.5 * var(--grid-column-gap))}.e--ua-appleWebkit .elementor-grid-0.elementor-share-buttons--align-left .elementor-grid,.e--ua-appleWebkit .elementor-grid-0.elementor-widget-social-icons.e-grid-align-left .elementor-grid{display:inline-block}.e--ua-appleWebkit .elementor-grid-0.elementor-share-buttons--align-left .elementor-grid,.e--ua-appleWebkit .elementor-grid-0.elementor-share-buttons--align-left .elementor-grid-item,.e--ua-appleWebkit .elementor-grid-0.elementor-widget-social-icons.e-grid-align-left .elementor-grid,.e--ua-appleWebkit .elementor-grid-0.elementor-widget-social-icons.e-grid-align-left .elementor-grid-item{margin-left:0;margin-right:0}@media (max-width:1024px){.e--ua-appleWebkit .elementor-share-buttons-tablet--align-right,.e--ua-appleWebkit .elementor-widget-social-icons.e-grid-align-tablet-right{--justify-content:var(--flex-right,flex-end)}.e--ua-appleWebkit .elementor-share-buttons-tablet--align-center,.e--ua-appleWebkit .elementor-widget-social-icons.e-grid-align-tablet-center{--justify-content:center}.e--ua-appleWebkit .elementor-grid-0.elementor-share-buttons--align-tablet-center .elementor-grid,.e--ua-appleWebkit .elementor-grid-0.elementor-share-buttons--align-tablet-justify .elementor-grid,.e--ua-appleWebkit .elementor-grid-0.elementor-share-buttons--align-tablet-right .elementor-grid,.e--ua-appleWebkit .elementor-grid-0.elementor-widget-social-icons.e-grid-align-tablet-center .elementor-grid,.e--ua-appleWebkit .elementor-grid-0.elementor-widget-social-icons.e-grid-align-tablet-right .elementor-grid{width:auto;display:flex;flex-wrap:wrap;justify-content:var(--justify-content,space-between);margin-left:calc(-.5 * var(--grid-column-gap));margin-right:calc(-.5 * var(--grid-column-gap))}.e--ua-appleWebkit .elementor-grid-0.elementor-share-buttons--align-tablet-center .elementor-grid-item,.e--ua-appleWebkit .elementor-grid-0.elementor-share-buttons--align-tablet-justify .elementor-grid-item,.e--ua-appleWebkit .elementor-grid-0.elementor-share-buttons--align-tablet-right .elementor-grid-item,.e--ua-appleWebkit .elementor-grid-0.elementor-widget-social-icons.e-grid-align-tablet-center .elementor-grid-item,.e--ua-appleWebkit .elementor-grid-0.elementor-widget-social-icons.e-grid-align-tablet-right .elementor-grid-item{margin-left:calc(.5 * var(--grid-column-gap));margin-right:calc(.5 * var(--grid-column-gap))}.e--ua-appleWebkit .elementor-grid-0.elementor-share-buttons-tablet--align-left .elementor-grid,.e--ua-appleWebkit .elementor-grid-0.elementor-widget-social-icons.e-grid-align-tablet-left .elementor-grid{display:inline-block}.e--ua-appleWebkit .elementor-grid-0.elementor-share-buttons-tablet--align-left .elementor-grid,.e--ua-appleWebkit .elementor-grid-0.elementor-share-buttons-tablet--align-left .elementor-grid-item,.e--ua-appleWebkit .elementor-grid-0.elementor-widget-social-icons.e-grid-align-tablet-left .elementor-grid,.e--ua-appleWebkit .elementor-grid-0.elementor-widget-social-icons.e-grid-align-tablet-left .elementor-grid-item{margin-left:0;margin-right:0}}@media (max-width:767px){.e--ua-appleWebkit .elementor-share-buttons-mobile--align-right,.e--ua-appleWebkit .elementor-widget-social-icons.e-grid-align-mobile-right{--justify-content:var(--flex-right,flex-end)}.e--ua-appleWebkit .elementor-share-buttons-mobile--align-center,.e--ua-appleWebkit .elementor-widget-social-icons.e-grid-align-mobile-center{--justify-content:center}.e--ua-appleWebkit .elementor-grid-0.elementor-share-buttons--align-mobile-center .elementor-grid,.e--ua-appleWebkit .elementor-grid-0.elementor-share-buttons--align-mobile-justify .elementor-grid,.e--ua-appleWebkit .elementor-grid-0.elementor-share-buttons--align-mobile-right .elementor-grid,.e--ua-appleWebkit .elementor-grid-0.elementor-widget-social-icons.e-grid-align-mobile-center .elementor-grid,.e--ua-appleWebkit .elementor-grid-0.elementor-widget-social-icons.e-grid-align-mobile-right .elementor-grid{width:auto;display:flex;flex-wrap:wrap;justify-content:var(--justify-content,space-between);margin-left:calc(-.5 * var(--grid-column-gap));margin-right:calc(-.5 * var(--grid-column-gap))}.e--ua-appleWebkit .elementor-grid-0.elementor-share-buttons--align-mobile-center .elementor-grid-item,.e--ua-appleWebkit .elementor-grid-0.elementor-share-buttons--align-mobile-justify .elementor-grid-item,.e--ua-appleWebkit .elementor-grid-0.elementor-share-buttons--align-mobile-right .elementor-grid-item,.e--ua-appleWebkit .elementor-grid-0.elementor-widget-social-icons.e-grid-align-mobile-center .elementor-grid-item,.e--ua-appleWebkit .elementor-grid-0.elementor-widget-social-icons.e-grid-align-mobile-right .elementor-grid-item{margin-left:calc(.5 * var(--grid-column-gap));margin-right:calc(.5 * var(--grid-column-gap))}.e--ua-appleWebkit .elementor-grid-0.elementor-share-buttons-mobile--align-left .elementor-grid,.e--ua-appleWebkit .elementor-grid-0.elementor-widget-social-icons.e-grid-align-mobile-left .elementor-grid{display:inline-block}.e--ua-appleWebkit .elementor-grid-0.elementor-share-buttons-mobile--align-left .elementor-grid,.e--ua-appleWebkit .elementor-grid-0.elementor-share-buttons-mobile--align-left .elementor-grid-item,.e--ua-appleWebkit .elementor-grid-0.elementor-widget-social-icons.e-grid-align-mobile-left .elementor-grid,.e--ua-appleWebkit .elementor-grid-0.elementor-widget-social-icons.e-grid-align-mobile-left .elementor-grid-item{margin-left:0;margin-right:0}}@media (max-width:767px){.elementor .elementor-hidden-mobile,.elementor .elementor-hidden-phone{display:none}}@media (min-width:768px) and (max-width:880px){.elementor .elementor-hidden-mobile_extra{display:none}}@media (min-width:881px) and (max-width:1024px){.elementor .elementor-hidden-tablet{display:none}}@media (min-width:1025px) and (max-width:1200px){.elementor .elementor-hidden-tablet_extra{display:none}}@media (min-width:1201px) and (max-width:1400px){.elementor .elementor-hidden-laptop{display:none}}@media (min-width:1401px) and (max-width:2399px){.elementor .elementor-hidden-desktop{display:none}}@media (min-width:2400px){.elementor .elementor-hidden-widescreen{display:none}}@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{margin-left:auto;margin-right:auto;position:relative;overflow:hidden;list-style:none;padding:0;z-index:1}.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-backface-hidden .swiper-slide{transform:translateZ(0);-webkit-backface-visibility:hidden;backface-visibility:hidden}.swiper-3d,.swiper-3d.swiper-css-mode .swiper-wrapper{perspective:1200px}.swiper-3d .swiper-cube-shadow,.swiper-3d .swiper-slide,.swiper-3d .swiper-slide-shadow,.swiper-3d .swiper-slide-shadow-bottom,.swiper-3d .swiper-slide-shadow-left,.swiper-3d .swiper-slide-shadow-right,.swiper-3d .swiper-slide-shadow-top,.swiper-3d .swiper-wrapper{transform-style:preserve-3d}.swiper-3d .swiper-slide-shadow,.swiper-3d .swiper-slide-shadow-bottom,.swiper-3d .swiper-slide-shadow-left,.swiper-3d .swiper-slide-shadow-right,.swiper-3d .swiper-slide-shadow-top{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,.15)}.swiper-3d .swiper-slide-shadow-left{background-image:linear-gradient(to left,rgba(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,.5),rgba(0,0,0,0))}.swiper-3d .swiper-slide-shadow-top{background-image:linear-gradient(to top,rgba(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,.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-slide{-webkit-backface-visibility:hidden;transform:translateZ(0)}.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)}:root{--swiper-navigation-size:44px}.swiper-button-next,.swiper-button-prev{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-next.swiper-button-disabled,.swiper-button-prev.swiper-button-disabled{opacity:.35;cursor:auto;pointer-events:none}.swiper-button-next.swiper-button-hidden,.swiper-button-prev.swiper-button-hidden{opacity:0;cursor:auto;pointer-events:none}.swiper-navigation-disabled .swiper-button-next,.swiper-navigation-disabled .swiper-button-prev{display:none!important}.swiper-button-next:after,.swiper-button-prev:after{font-family:swiper-icons;font-size:var(--swiper-navigation-size);text-transform:none!important;letter-spacing:0;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:.3s opacity;transform:translate3d(0,0,0);z-index:10}.swiper-pagination.swiper-pagination-hidden{opacity:0}.swiper-pagination-disabled>.swiper-pagination,.swiper-pagination.swiper-pagination-disabled{display:none!important}.swiper-horizontal>.swiper-pagination-bullets,.swiper-pagination-bullets.swiper-pagination-horizontal,.swiper-pagination-custom,.swiper-pagination-fraction{bottom:10px;left:0;width:100%}.swiper-pagination-bullets-dynamic{overflow:hidden;font-size:0}.swiper-pagination-bullets-dynamic .swiper-pagination-bullet{transform:scale(.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(.66)}.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-prev-prev{transform:scale(.33)}.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-next{transform:scale(.66)}.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-next-next{transform:scale(.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, .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-pagination-vertical.swiper-pagination-bullets,.swiper-vertical>.swiper-pagination-bullets{right:10px;top:50%;transform:translate3d(0px,-50%,0)}.swiper-pagination-vertical.swiper-pagination-bullets .swiper-pagination-bullet,.swiper-vertical>.swiper-pagination-bullets .swiper-pagination-bullet{margin:var(--swiper-pagination-bullet-vertical-gap,6px) 0;display:block}.swiper-pagination-vertical.swiper-pagination-bullets.swiper-pagination-bullets-dynamic,.swiper-vertical>.swiper-pagination-bullets.swiper-pagination-bullets-dynamic{top:50%;transform:translateY(-50%);width:8px}.swiper-pagination-vertical.swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet,.swiper-vertical>.swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet{display:inline-block;transition:.2s transform,.2s 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:.2s transform,.2s left}.swiper-horizontal.swiper-rtl>.swiper-pagination-bullets-dynamic .swiper-pagination-bullet{transition:.2s transform,.2s right}.swiper-pagination-progressbar{background:rgba(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-pagination-progressbar.swiper-pagination-vertical.swiper-pagination-progressbar-opposite,.swiper-vertical>.swiper-pagination-progressbar.swiper-pagination-progressbar-opposite{width:100%;height:4px;left:0;top:0}.swiper-horizontal>.swiper-pagination-progressbar.swiper-pagination-progressbar-opposite,.swiper-pagination-progressbar.swiper-pagination-horizontal.swiper-pagination-progressbar-opposite,.swiper-pagination-progressbar.swiper-pagination-vertical,.swiper-vertical>.swiper-pagination-progressbar{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,.1)}.swiper-scrollbar-disabled>.swiper-scrollbar,.swiper-scrollbar.swiper-scrollbar-disabled{display:none!important}.swiper-horizontal>.swiper-scrollbar,.swiper-scrollbar.swiper-scrollbar-horizontal{position:absolute;left:1%;bottom:3px;z-index:50;height:5px;width:98%}.swiper-scrollbar.swiper-scrollbar-vertical,.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,.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>canvas,.swiper-zoom-container>img,.swiper-zoom-container>svg{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%;box-sizing:border-box;border:4px solid var(--swiper-preloader-color,var(--swiper-theme-color));border-radius:50%;border-top-color:transparent}.swiper-watch-progress .swiper-slide-visible .swiper-lazy-preloader,.swiper:not(.swiper-watch-progress) .swiper-lazy-preloader{animation:swiper-preloader-spin 1s infinite linear}.swiper-lazy-preloader-white{--swiper-preloader-color:#fff}.swiper-lazy-preloader-black{--swiper-preloader-color:#000}@keyframes swiper-preloader-spin{0%{transform:rotate(0deg)}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-next+.swiper-slide,.swiper-cube .swiper-slide-prev{pointer-events:auto;visibility:visible}.swiper-cube .swiper-slide-shadow-bottom,.swiper-cube .swiper-slide-shadow-left,.swiper-cube .swiper-slide-shadow-right,.swiper-cube .swiper-slide-shadow-top{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:.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-bottom,.swiper-flip .swiper-slide-shadow-left,.swiper-flip .swiper-slide-shadow-right,.swiper-flip .swiper-slide-shadow-top{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}.elementor-element,.elementor-lightbox{--swiper-theme-color:#000;--swiper-navigation-size:44px;--swiper-pagination-bullet-size:6px;--swiper-pagination-bullet-horizontal-gap:6px}.elementor-element .swiper-container .swiper-slide figure,.elementor-element .swiper .swiper-slide figure,.elementor-lightbox .swiper-container .swiper-slide figure,.elementor-lightbox .swiper .swiper-slide figure{line-height:0}.elementor-element .swiper-container .elementor-lightbox-content-source,.elementor-element .swiper .elementor-lightbox-content-source,.elementor-lightbox .swiper-container .elementor-lightbox-content-source,.elementor-lightbox .swiper .elementor-lightbox-content-source{display:none}.elementor-element .swiper-container .elementor-swiper-button,.elementor-element .swiper-container~.elementor-swiper-button,.elementor-element .swiper .elementor-swiper-button,.elementor-element .swiper~.elementor-swiper-button,.elementor-lightbox .swiper-container .elementor-swiper-button,.elementor-lightbox .swiper-container~.elementor-swiper-button,.elementor-lightbox .swiper .elementor-swiper-button,.elementor-lightbox .swiper~.elementor-swiper-button{position:absolute;display:inline-flex;z-index:1;cursor:pointer;font-size:25px;color:hsla(0,0%,93.3%,.9);top:50%;transform:translateY(-50%)}.elementor-element .swiper-container .elementor-swiper-button svg,.elementor-element .swiper-container~.elementor-swiper-button svg,.elementor-element .swiper .elementor-swiper-button svg,.elementor-element .swiper~.elementor-swiper-button svg,.elementor-lightbox .swiper-container .elementor-swiper-button svg,.elementor-lightbox .swiper-container~.elementor-swiper-button svg,.elementor-lightbox .swiper .elementor-swiper-button svg,.elementor-lightbox .swiper~.elementor-swiper-button svg{fill:hsla(0,0%,93.3%,.9);height:1em;width:1em}.elementor-element .swiper-container .elementor-swiper-button-prev,.elementor-element .swiper-container~.elementor-swiper-button-prev,.elementor-element .swiper .elementor-swiper-button-prev,.elementor-element .swiper~.elementor-swiper-button-prev,.elementor-lightbox .swiper-container .elementor-swiper-button-prev,.elementor-lightbox .swiper-container~.elementor-swiper-button-prev,.elementor-lightbox .swiper .elementor-swiper-button-prev,.elementor-lightbox .swiper~.elementor-swiper-button-prev{left:10px}.elementor-element .swiper-container .elementor-swiper-button-next,.elementor-element .swiper-container~.elementor-swiper-button-next,.elementor-element .swiper .elementor-swiper-button-next,.elementor-element .swiper~.elementor-swiper-button-next,.elementor-lightbox .swiper-container .elementor-swiper-button-next,.elementor-lightbox .swiper-container~.elementor-swiper-button-next,.elementor-lightbox .swiper .elementor-swiper-button-next,.elementor-lightbox .swiper~.elementor-swiper-button-next{right:10px}.elementor-element .swiper-container .elementor-swiper-button.swiper-button-disabled,.elementor-element .swiper-container~.elementor-swiper-button.swiper-button-disabled,.elementor-element .swiper .elementor-swiper-button.swiper-button-disabled,.elementor-element .swiper~.elementor-swiper-button.swiper-button-disabled,.elementor-lightbox .swiper-container .elementor-swiper-button.swiper-button-disabled,.elementor-lightbox .swiper-container~.elementor-swiper-button.swiper-button-disabled,.elementor-lightbox .swiper .elementor-swiper-button.swiper-button-disabled,.elementor-lightbox .swiper~.elementor-swiper-button.swiper-button-disabled{opacity:.3}.elementor-element .swiper-container .swiper-image-stretch .swiper-slide .swiper-slide-image,.elementor-element .swiper .swiper-image-stretch .swiper-slide .swiper-slide-image,.elementor-lightbox .swiper-container .swiper-image-stretch .swiper-slide .swiper-slide-image,.elementor-lightbox .swiper .swiper-image-stretch .swiper-slide .swiper-slide-image{width:100%}.elementor-element .swiper-container .swiper-horizontal>.swiper-pagination-bullets,.elementor-element .swiper-container .swiper-pagination-bullets.swiper-pagination-horizontal,.elementor-element .swiper-container .swiper-pagination-custom,.elementor-element .swiper-container .swiper-pagination-fraction,.elementor-element .swiper-container~.swiper-pagination-bullets.swiper-pagination-horizontal,.elementor-element .swiper-container~.swiper-pagination-custom,.elementor-element .swiper-container~.swiper-pagination-fraction,.elementor-element .swiper .swiper-horizontal>.swiper-pagination-bullets,.elementor-element .swiper .swiper-pagination-bullets.swiper-pagination-horizontal,.elementor-element .swiper .swiper-pagination-custom,.elementor-element .swiper .swiper-pagination-fraction,.elementor-element .swiper~.swiper-pagination-bullets.swiper-pagination-horizontal,.elementor-element .swiper~.swiper-pagination-custom,.elementor-element .swiper~.swiper-pagination-fraction,.elementor-lightbox .swiper-container .swiper-horizontal>.swiper-pagination-bullets,.elementor-lightbox .swiper-container .swiper-pagination-bullets.swiper-pagination-horizontal,.elementor-lightbox .swiper-container .swiper-pagination-custom,.elementor-lightbox .swiper-container .swiper-pagination-fraction,.elementor-lightbox .swiper-container~.swiper-pagination-bullets.swiper-pagination-horizontal,.elementor-lightbox .swiper-container~.swiper-pagination-custom,.elementor-lightbox .swiper-container~.swiper-pagination-fraction,.elementor-lightbox .swiper .swiper-horizontal>.swiper-pagination-bullets,.elementor-lightbox .swiper .swiper-pagination-bullets.swiper-pagination-horizontal,.elementor-lightbox .swiper .swiper-pagination-custom,.elementor-lightbox .swiper .swiper-pagination-fraction,.elementor-lightbox .swiper~.swiper-pagination-bullets.swiper-pagination-horizontal,.elementor-lightbox .swiper~.swiper-pagination-custom,.elementor-lightbox .swiper~.swiper-pagination-fraction{bottom:5px}.elementor-element .swiper-container.swiper-cube .elementor-swiper-button,.elementor-element .swiper-container.swiper-cube~.elementor-swiper-button,.elementor-element .swiper.swiper-cube .elementor-swiper-button,.elementor-element .swiper.swiper-cube~.elementor-swiper-button,.elementor-lightbox .swiper-container.swiper-cube .elementor-swiper-button,.elementor-lightbox .swiper-container.swiper-cube~.elementor-swiper-button,.elementor-lightbox .swiper.swiper-cube .elementor-swiper-button,.elementor-lightbox .swiper.swiper-cube~.elementor-swiper-button{transform:translate3d(0,-50%,1px)}.elementor-element :where(.swiper-container-horizontal)~.swiper-pagination-bullets,.elementor-lightbox :where(.swiper-container-horizontal)~.swiper-pagination-bullets{bottom:5px;left:0;width:100%}.elementor-element :where(.swiper-container-horizontal)~.swiper-pagination-bullets .swiper-pagination-bullet,.elementor-lightbox :where(.swiper-container-horizontal)~.swiper-pagination-bullets .swiper-pagination-bullet{margin:0 var(--swiper-pagination-bullet-horizontal-gap,4px)}.elementor-element :where(.swiper-container-horizontal)~.swiper-pagination-progressbar,.elementor-lightbox :where(.swiper-container-horizontal)~.swiper-pagination-progressbar{width:100%;height:4px;left:0;top:0}.elementor-element.elementor-pagination-position-outside .swiper,.elementor-element.elementor-pagination-position-outside .swiper-container,.elementor-lightbox.elementor-pagination-position-outside .swiper,.elementor-lightbox.elementor-pagination-position-outside .swiper-container{padding-bottom:30px}.elementor-element.elementor-pagination-position-outside .swiper-container .elementor-swiper-button,.elementor-element.elementor-pagination-position-outside .swiper-container~.elementor-swiper-button,.elementor-element.elementor-pagination-position-outside .swiper .elementor-swiper-button,.elementor-element.elementor-pagination-position-outside .swiper~.elementor-swiper-button,.elementor-lightbox.elementor-pagination-position-outside .swiper-container .elementor-swiper-button,.elementor-lightbox.elementor-pagination-position-outside .swiper-container~.elementor-swiper-button,.elementor-lightbox.elementor-pagination-position-outside .swiper .elementor-swiper-button,.elementor-lightbox.elementor-pagination-position-outside .swiper~.elementor-swiper-button{top:calc(50% - 30px / 2)}.elementor-element .elementor-swiper,.elementor-lightbox .elementor-swiper{position:relative}.elementor-element .elementor-main-swiper,.elementor-lightbox .elementor-main-swiper{position:static}.elementor-element.elementor-arrows-position-outside .swiper,.elementor-element.elementor-arrows-position-outside .swiper-container,.elementor-lightbox.elementor-arrows-position-outside .swiper,.elementor-lightbox.elementor-arrows-position-outside .swiper-container{width:calc(100% - 60px)}.elementor-element.elementor-arrows-position-outside .swiper-container .elementor-swiper-button-prev,.elementor-element.elementor-arrows-position-outside .swiper-container~.elementor-swiper-button-prev,.elementor-element.elementor-arrows-position-outside .swiper .elementor-swiper-button-prev,.elementor-element.elementor-arrows-position-outside .swiper~.elementor-swiper-button-prev,.elementor-lightbox.elementor-arrows-position-outside .swiper-container .elementor-swiper-button-prev,.elementor-lightbox.elementor-arrows-position-outside .swiper-container~.elementor-swiper-button-prev,.elementor-lightbox.elementor-arrows-position-outside .swiper .elementor-swiper-button-prev,.elementor-lightbox.elementor-arrows-position-outside .swiper~.elementor-swiper-button-prev{left:0}.elementor-element.elementor-arrows-position-outside .swiper-container .elementor-swiper-button-next,.elementor-element.elementor-arrows-position-outside .swiper-container~.elementor-swiper-button-next,.elementor-element.elementor-arrows-position-outside .swiper .elementor-swiper-button-next,.elementor-element.elementor-arrows-position-outside .swiper~.elementor-swiper-button-next,.elementor-lightbox.elementor-arrows-position-outside .swiper-container .elementor-swiper-button-next,.elementor-lightbox.elementor-arrows-position-outside .swiper-container~.elementor-swiper-button-next,.elementor-lightbox.elementor-arrows-position-outside .swiper .elementor-swiper-button-next,.elementor-lightbox.elementor-arrows-position-outside .swiper~.elementor-swiper-button-next{right:0}