<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">/**
* Venam Update CSS
*/
body {
	overflow-x: hidden;
	-ms-word-wrap: break-word;
	word-wrap: break-word;
}

 .adminbar--active .sticky-menu,
 .admin-bar .mobile-menu {
	top: 32px;
}

.adminbar--active .thm-default__header,
.adminbar--active .venam-elementor-header {
	margin-top: 32px;
}

@media(max-width:782px) {
	.adminbar--active .sticky-menu,
	.admin-bar .mobile-menu {
		top: 46px;
	}

	.adminbar--active .thm-default__header,
	.adminbar--active .venam-elementor-header {
		margin-top: 46px;
	}
}

@media(max-width:600px) {

	.adminbar--active .thm-default__header,
	.adminbar--active .venam-elementor-header {
		margin-top: 46px;
	}

	.adminbar--active .sticky-menu {
		top: 0px;
	}
	.adminbar--active .mobile-menu {
		top: 46px;
	}

	.adminbar--active.scroll-start .mobile-menu {
		top: 0px;
	}
}

.header-widget .main-header.sticky-menu {
	padding-left: 15px;
	padding-right: 15px;
}

.menu-area.sticky-menu .menu-wrap {
	max-width: 1428px;
	width: 100%;
	margin-left: auto;
	margin-right: auto;
}

.menu-area.sticky-menu .custom-container-three .menu-wrap {
	max-width: 1628px;
}

.logo.logo-type-sitename {
    max-width: 450px;
}
.big-index{
    z-index:99997;
}
a.nt-logo.header-logo {
	position: relative;
	display: block;
	line-height: 1;
}

.header-text-logo {
	font-size: 40px;
	text-transform: uppercase;
	font-weight: 600;
	line-height: 2;
	display: block;
	color: var(--theme-black);
}

.mobile-menu .header-text-logo {
	color: #fff;
}

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

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

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

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

.navbar-wrap ul li .submenu .submenu {
	left: calc(100% + 2px);
	right: auto;
	top: 0;
}

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

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

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

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

.category-menu .cat-menu-img {
	display: inline-block;
	border: 2px solid var(--theme-gray);
	padding: 2px;
	border-radius: 50%;
	-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;
	margin-left: 15px;
}

.category-menu&gt;li:hover&gt;a .cat-menu-img,
.more_slide_open&gt;li:hover&gt;a .cat-menu-img {}

.breadcrumb-bg {
	background-color: var(--theme-gray-background);
}

.swiper-slide .col {
	padding: 0;
}

.related-slider-nav {
	display: flex;
	align-items: center;
	justify-content: center;
}

.related-slider-nav&gt;div {
	outline: none;
	cursor: pointer;
}

.related-slider-nav&gt;div:hover {
	color: var(--theme-primary);
}

.related-slider-nav .slide-next-related i {
	margin-right: 20px;
}

.related-product-wrap .exclusive-item {
	margin-bottom: 0px;
}

/* start home 1 slider*/
.slider-area {
	position: relative;
}

.slider-area .slick-dotted.slick-slider {
	margin-bottom: 0;
}

.slick-custom-arrows {
	display: flex;
	justify-content: center;
	align-items: center;
	position: absolute;
	bottom: 10px;
	right: 0;
	width: 100%;
}

.slick-custom-arrows .slick-arrow {
	display: flex;
	justify-content: center;
	align-items: center;
	width: 44px;
	height: 44px;
	color: #9b9b9b;
	margin-left: 2px;
	border: none;
	background-color: #fff;
	box-shadow: 0px 5px 10px 0px rgb(47 47 47 / 4%);
	-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;
	cursor: pointer;
}

.slick-custom-arrows .slick-arrow:hover {
	color: var(--theme-primary);
}

.slick-custom-arrows .slick-c-prev {
	margin-left: 2px;
}

.slick-custom-dots {
	position: absolute;
	bottom: 10px;
	right: 30px;
	z-index: 1;
}

.slick-custom-dots .slick-dots {
	position: relative;
	height: 44px;
	bottom: 0;
	display: flex;
	align-items: center;
	justify-content: center;
}

.slick-custom-dots .slick-dots li {
	display: flex;
	width: auto;
	height: auto;
}

.slick-custom-dots .slick-dots li button {
	border: 1px solid #cacaca;
	text-indent: -99999px;
	padding: 0;
	background: transparent;
	height: 11px;
	width: 11px;
	border-radius: 50%;
	line-height: 1;
	cursor: pointer;
	transition: .3s linear;
}

.slick-custom-dots .slick-dots li.slick-active button {
	border-color: var(--theme-primary);
}
/* end home 1 slider*/


.grid-item,
.blog-grid-item {
	position: relative;
	width: 100%;
	padding-left: 15px;
	padding-right: 15px;
}

.blog-post-items {
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	margin-left: -15px;
	margin-right: -15px;
	margin-bottom: -60px;
	overflow: hidden;
}

.blog-post-items.popular-active .slick-slide img {
	margin: 0 auto;
}

.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;
}

.elementor .cat-menu-img img,
.cat-menu-img img {
	max-width: 38px;
	max-height: 38px;
	height: 38px;
	width: 38px;
	border-radius: 50%;
}

.elementor-section.elementor-top-section.mobile-menu-visible {
	z-index: 9999 !important;
}

.super-deal-thumb {
	overflow: hidden;
}

.super-deals-item:hover .button-actions {
	bottom: 0px;
}

@media(max-width:768px) {
	.special--cat--list {
		margin-bottom: 10px;
	}
}

@media(max-width:576px) {

	.super-deal-title-left-shape,
	.super-deal-title-right-shape {
		display: none;
	}
}

.button-actions .action a:not(.add_to_cart_button) {
	/*font-size: 0;*/
}

.button-actions .action a.add_to_cart_button {
	color: #fff;
	height: 100%;
	padding: 10px;
	min-width: 160px;
	background-color: var(--theme-primary);
}

.button-actions a.button:before {
	font-size: 14px;
	font-weight: 500;
	color: #fff;
}

.button-actions .action a.add_to_cart_button:before {
	margin-left: 5px;
}

.woocommerce-noreviews,
textarea#comment {
	margin-bottom: 0;
}

#respond p.form-submit {
	margin-top: 0;
}

#review_form #respond {
	margin: 0;
}

#review_form .form-submit input#submit {
	margin: 0;
}

/* BLOG PAGE */
.s-blog-post-item.thumb-none .blog-overlay-tag {
	position: relative;
	display: flex;
	align-items: center;
	right: 0;
	top: 0;
	z-index: 1;
}

.classic-blog-post.thumb-none .blog-post-content {
	width: 100%;
	margin: 0;
}
.blog-details-wrap .blog-post-meta ul,
body .blog-bottom-meta ul.nt-theme-content-list,
.blog-bottom-meta ul {
	padding: 0 !important;
	margin: 0;
	list-style: none;
}

.comment-avatar-info {
	overflow: hidden;
	margin-bottom: 10px;
}

.nt-comment-author a {
	font-size: 18px;
	margin-bottom: 0;
	display: inline-block;
}

span.post-meta__item.__date-post a {
	font-size: 12px;
	color: #7d7d7d;
	font-weight: 500;
}

span.post-meta__item.__date-post a.comment-edit-link {
	color: #239ce8;
}

#respond {
	margin-bottom: 0;
}

.nt-theme-content .gallery-item .gallery-caption {
	margin: 0 auto !important;
}

.nt-theme-content .pagination {
	margin-top: 50px;
	display: flex;
	align-items: center;
	background-color: var(--theme-gray-background);
	padding: 35px 30px 35px 30px;
	border-radius: 0;
}

.nt-theme-content .pagination a {
	color: var(--theme-black);
	font-weight: 600;
}

a.btn-disabled {
	color: #7d7d7d;
}

.blog-post-meta+blockquote {
	margin-top: 0;
}

.blog-post-meta+blockquote p:last-child {
	margin: 0;
}

.slick-list {
	padding: 0 !important;
}

.wpcf7 .ajax-loader {
	position: absolute;
}

.breadcrumb-content .breadcrumb li a:hover {
	color: var(--theme-primary);
}

.not-found .woocommerce-info {
	-ms-flex: 0 0 100%;
	flex: 0 0 100%;
	max-width: 100%;
	text-align: center;
	display: flex;
	align-items: center;
	justify-content: center;
}

.not-found .woocommerce-info::before,
.not-found .woocommerce-message::before {
	position: relative;
	top: 0;
	right: 0;
	margin-left: 5px;
}

.nt-pagination {
	flex: 0 0 100%;
	max-width: 100%;
}

.nt-sidebar-inner-widget ul ul {
	color: inherit;
}

.nt-sidebar-inner-widget:last-child {
	margin: 0;
}

.nt-sidebar-inner-widget input:not([type="checkbox"]):not([type="radio"]) {
	width: 100%;
}

.widget-list-span {
	top: auto;
	right: auto;
	width: 32px;
	height: 25px;
	border-radius: 6px;
	font-size: 12px;
	font-weight: 500;
	background: var(--theme-gray);
	text-align: center;
}

.s-blog-post-item .blog-overlay-tag {
	margin-bottom: -10px;
}

.single .page-links,
.page .page-links {
	padding: 0;
	margin-top: 0;
}

.s-blog-post-item .page-links {
	margin-bottom: 20px;
}

.wp-comment-cookies-consent {
	margin-bottom: 20px;
}

.wp-comment-cookies-consent span {
	line-height: 1;
}

.comment-form-comment {
	line-height: 1;
}

.comment-form textarea {
	line-height: 1.5;
}

@media (max-width:576px) {
	.nt-theme-content .pagination {
		padding: 20px 19px 20px 30px;
	}

	.nt-theme-content .pagination a {
		font-size: 12px;
	}
}

.nt-desktop .main-header li.menu-item-mega-parent&gt;ul.submenu {
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	padding: 20px 30px;
}

li.menu-item-mega-parent&gt;ul.submenu.depth_0&gt;li&gt;a {
	font-weight: 500;
}

.navbar-wrap.main-menu li.menu-item-mega-parent&gt;ul.submenu .submenu {
	position: relative;
	opacity: 1;
	visibility: visible;
	transform: none;
	right: auto;
	left: auto;
	border: 0;
	box-shadow: none;
	padding: 0;
	background: transparent;
}

.main-menu li.menu-item-mega-parent&gt;ul.submenu&gt;li {
	display: inline-block;
}

.main-menu li.menu-item-mega-parent&gt;ul.submenu&gt;li a {
	padding: 0;
}

.main-menu li.menu-item-mega-parent&gt;ul.submenu&gt;li &gt; a {
   color: var(--theme-black);
    font-size: 16px;
    margin-bottom: 10px;
}

.main-menu li.menu-item-mega-column-1.menu-item-has-shortcode-parent&gt;ul.submenu {
	padding: 0;
}

.main-menu li.menu-item-mega-parent&gt;ul.submenu&gt;li a {
	padding: 0;
}

.main-menu li.menu-item-mega-parent.menu-item-mega-column-11&gt;ul.submenu&gt;li {
	width: 8.3333%;
	flex: 0 0 8.3333%;
}

.main-menu li.menu-item-mega-parent.menu-item-mega-column-11&gt;ul.submenu&gt;li {
	width: 9.0909%;
	flex: 0 0 9.0909%;
}

.main-menu li.menu-item-mega-parent.menu-item-mega-column-10&gt;ul.submenu&gt;li {
	width: 10%;
	flex: 0 0 10%;
}

.main-menu li.menu-item-mega-parent.menu-item-mega-column-9&gt;ul.submenu&gt;li {
	width: 11.1111%;
	flex: 0 0 11.1111%;
}

.main-menu li.menu-item-mega-parent.menu-item-mega-column-8&gt;ul.submenu&gt;li {
	width: 12.5%;
	flex: 0 0 12.5%;
}

.main-menu li.menu-item-mega-parent.menu-item-mega-column-7&gt;ul.submenu&gt;li {
	width: 14.285%;
	flex: 0 0 14.285%;
}

.main-menu li.menu-item-mega-parent.menu-item-mega-column-6&gt;ul.submenu&gt;li {
	width: 16.666667%;
	flex: 0 0 16.666667%;
}

.main-menu li.menu-item-mega-parent.menu-item-mega-column-5&gt;ul.submenu&gt;li {
	width: 20%;
	flex: 0 0 20%;
}

.main-menu li.menu-item-mega-parent.menu-item-mega-column-4&gt;ul.submenu&gt;li {
	width: 25%;
	flex: 0 0 25%;
}

.main-menu li.menu-item-mega-parent.menu-item-mega-column-3&gt;ul.submenu&gt;li {
	width: 33.3333%;
	flex: 0 0 33.3333%;
}

.main-menu li.menu-item-mega-parent.menu-item-mega-column-2&gt;ul.submenu&gt;li {
	width: 50%;
	flex: 0 0 50%;
}

.main-menu li.menu-item-mega-parent.menu-item-mega-column-1&gt;ul.submenu&gt;li {
	width: 100%;
	flex: 0 0 100%;
}

.main-menu ul.submenu&gt;li&gt;a .item-thumb {
	display: block;
	margin-bottom: 10px;
	overflow: hidden;
}

.main-menu .menu-label,
.mobile-menu .menu-label {
	font-size: 10px;
	font-weight: 400;
	position: relative;
	top: -2px;
	display: inline-block;
	margin-right: 4px;
	color: #fff;
	background-color: #bbb;
	line-height: 1;
	padding: 3px 6px;
	border-radius: 3px;
}

.main-menu ul.navigation&gt;li&gt;a&gt;.menu-label {
	font-size: 8px;
	position: absolute;
	top: 9px;
	right: 23px;
}

.mobile-menu ul.navigation&gt;li&gt;a&gt;.menu-label {
	display: none;
}

.nt-sidebar-elementor .sidebar-search-form input {
	width: 100%;
	background-color: var(--theme-gray-background);
	border: none;
	padding: 19px 25px 19px 60px;
}

.nt-sidebar-elementor .sidebar-search-form button {
	position: absolute;
	border: none;
	background: transparent;
	padding: 10px;
	color: #484848;
	line-height: 1;
	top: 50%;
	transform: translateY(-50%);
	left: 15px;
}

.left-sidebar .blog-sidebar {
	margin-left: 25px;
	margin-right: 0px;
}

.after-shop--loop .pb-40 {
	padding-bottom: 0;
}

.after-shop--loop .super-deal-area .row {
	margin-bottom: -55px;
}

@media (max-width: 991.98px) {
	.header-action {
		margin-left: 5px;
	}
}

.header-style-one .main-header {
	padding-left: 15px;
	padding-right: 15px;
}

.container-wrapper {
	max-width: 1200px;
	width: 100%;
	padding-left: 15px;
	padding-right: 15px;
	margin-left: auto;
	margin-right: auto;
	position: relative;
}

.nmb-40 {
	margin-bottom: -40px;
}

.nmb-60 {
	margin-bottom: -60px;
}

.header-style-two .main-header:not(.sticky-menu) ul.submenu.depth_0 {
	top: calc(100% + 10px);
}

.header-style-two .main-header ul.submenu.depth_0:before {
	content: "";
	position: absolute;
	height: 10px;
	width: 100%;
	top: -10px;
}

.header-style-two .sticky-menu ul.submenu.depth_0:before {
	height: 5px;
	top: -5px;
}

.nt-theme-content .pagination a.btn-disabled {
	color: #7d7d7d;
	cursor: no-drop;
}

.nt-theme-content .pagination a {
	width: 33.3333%;
	flex: 0 0 33.3333%;
}

.nt-theme-content .pagination a:first-child {
	text-align: right;
}

.nt-theme-content .pagination a:last-child {
	text-align: left;
}

.nt-theme-content .pagination a.icon {
	text-align: center;
}

@media(max-width: 480px) {

	.exclusive-item-thumb .sd-meta,
	.most--popular--item--thumb .sd-meta {
		top: 0px;
		left: 0px;
		right: auto;
	}

	.exclusive-item-thumb .discount {
		top: 0;
		right: 0;
	}

	form .footer-newsletter-wrap .newsletter-form button {
		position: relative;
		width: 100%;
		margin-top: 15px;
	}
}

.section-title.hide-separator:after {
	content: none !important;
}

.after-shop--loop .super-deal-title {
	margin-bottom: 40px;
}

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

.nt-theme-content ol li, .nt-theme-content ul li {
	list-style: inherit;
	line-height: 30px;
}

a.wp-block-button__link {
	color: #fff;
}

.nt-theme-content ul.blocks-gallery-grid {
	margin: 0 0 20px 15px !important;
	padding: 0 !important;
}

img.size-full.wp-image-904.alignright {
	margin-top: 40px;
}

.nt-single-date {
	display: inline-block !important;
	border: 1px solid #9b9a9a;
	padding: 4px 10px !important;
	border-radius: 3px;
	margin-bottom: 25px !important;
}
.elementor-element .menu li {
    line-height: 2;
}
.elementor-element .menu li a {}

@media (min-width: 768px) {
    .mobile-menu {
        width: 400px;
    }
}
@media (max-width: 576px) {
    header .menu-area .mobile-nav-toggler {
        margin-right: 20px;
    }
    header .header-action {
        margin-left: 0;
    }
    header .header-action&gt;ul&gt;li {
        margin-right: 20px;
    }
    header .header-action &gt; ul &gt; li&gt;a:before,
    header .header-action &gt; ul &gt; li&gt;a:after{
        content: none!important;
    }
    header .header-action&gt;ul&gt;li i {
        font-size: 14px;
    }
    .header-action svg,
    header .header-action&gt;ul&gt;li&gt;svg {
        max-width: 18px;
        max-height: 18px;
    }
    .header-shop-cart a span.cart-count {
        bottom: 7px;
    }
    header .header-shop-compare.woosc-menu-item .woosc-menu-item-inner:after,
    header .header-shop-wishlist.woosw-menu-itemm .woosw-menu-item-inner:after {
        width: 16px;
        height: 16px;
    }
    header .header-shop-cart .minicart{
        top: 81px;
        right: 0;
        left: 0;
        position: fixed;
        width: 100%;
        transition: all 0.5s ease 0s;
    }
}

.venam-social-icons a {
    position: relative;
}
.venam-social-icons a:after,
.venam-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;
}
.venam-social-icons a:before {
    content:"";
    position: absolute;
    background: 0 0;
    border: 6px solid transparent;
    border-top-color: var(--theme-black);
    z-index: 1000001;
}
.venam-social-icons a:after {
    background: var(--theme-black);
    color: #fff;
    padding: 8px 10px;
    font-size: 12px;
    font-family: "Helvetica Neue",Helvetica,Arial,sans-serif;
    line-height: 12px;
    white-space: nowrap;
    text-shadow: 0 -1px 0 #000;
    box-shadow: -4px 4px 8px rgba(0,0,0,.3);
}
.venam-social-icons a:after {
    -webkit-transform: translateX(50%);
    -moz-transform: translateX(50%);
    transform: translateX(50%);
}

.venam-social-icons a:after,
.venam-social-icons a:before {
    bottom: 100%;
    right: 50%;
}
.venam-social-icons a:before {
    margin-bottom: -11px;
    right: calc(50% - 6px);
}

.venam-social-icons a:hover:before {
    -webkit-transform: translateY(-8px);
    -moz-transform: translateY(-8px);
    transform: translateY(-8px);
}
.venam-social-icons a:hover:after {
    -webkit-transform: translateX(50%) translateY(-8px);
    -moz-transform: translateX(50%) translateY(-8px);
    transform: translateX(50%) translateY(-8px);
}

.venam-social-icons a:hover:after,
.venam-social-icons a:hover:before {
    visibility: visible;
    opacity: 1;
    -webkit-transition-delay: .1s;
    -moz-transition-delay: .1s;
    transition-delay: .1s;
}

.venam-social-icons a:after {
    content: attr(data-title);
}
.woocommerce.elementor-editor-active div.product div.images.woocommerce-product-gallery {
    position: relative;
    width: 100%;
    float: none;
}
.venam-mfp-slide-bottom .mfp-close {
    width: 44px;
    text-align: center;
    height: 44px;
    line-height: 44px;
    position: absolute;
    right: 0px;
    top: 0px;
    text-decoration: none;
    text-align: center;
    opacity: 1;
    padding: 0 0 48px;
    color: #FFF;
    background: #252525;
    font-style: normal;
    font-size: 28px;
    font-family: inherit;
}
@media (min-width: 768px) {
    #woosq-popup .single-product .product &gt; div {
        height: 545px;
    }
    #woosq-popup {
        height: 545px;
    }
}


.logged-in div#venam_myaccount {
    max-width: 800px;
    padding: 20px;
    background: #fff;
}
.logged-in .venam_mini_account_form .menu-form.menu_logged_in .account-dropdown {
    background: transparent;
}

.menu-form.menu_logged_in nav.woocommerce-MyAccount-navigation&gt;ul&gt;li {
    position: relative;
    display: block;
    border-top: 1px solid rgb(0 0 0 / 10%);
    opacity: 0;
    visibility: hidden;
    -webkit-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
    transition: all 0.5s ease;
    -webkit-transform: translateY(101%);
    -ms-transform: translateY(101%);
    transform: translateY(101%);
}
.menu-form.menu_logged_in nav.woocommerce-MyAccount-navigation&gt;ul&gt;li:first-child {
    border-top: 0;
}
.menu-form.menu_logged_in .woocommerce-MyAccount-content,
.woocommerce-account .menu-form.menu_logged_in .woocommerce-MyAccount-content {
    padding-right: 20px;
}
.mfp-ready .menu-form.menu_logged_in nav.woocommerce-MyAccount-navigation&gt;ul&gt;li {
    opacity: 1;
    visibility: visible;
    -webkit-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
    transition: all 0.5s ease;
    -webkit-transform: translateY(0%);
    -ms-transform: translateY(0%);
    transform: translateY(0%);
    -webkit-transition-delay: 0.3s;
    -o-transition-delay: 0.3s;
    transition-delay: 0.3s;
}
.menu-form.menu_logged_in nav.woocommerce-MyAccount-navigation&gt;ul&gt;li&gt;a {
    position: relative;
    display: block;
    font-size: 14px;
    font-weight: 400;
    color: var(--theme-black);
    text-transform: uppercase;
    -webkit-transition: all 500ms ease;
    -o-transition: all 500ms ease;
    transition: all 500ms ease;
    border: none;
}
.menu-form.menu_logged_in nav.woocommerce-MyAccount-navigation&gt;ul&gt;li&gt;a:hover {
    color: var(--theme-primary);
}
.scroll-to-top {
    display: inline-block;
    width: 35px;
    height: 35px;
	line-height: 35px;
    background: var(--theme-base);
    position: fixed;
    color: var(--theme-black);
    bottom: 40px;
    right: 40px;
    z-index: 99;
    font-size: 18px;
    text-align: center;
    -webkit-transition: all 0.4s ease;
    transition: all 0.4s ease;
    display: none;
    border-radius: 5px;
    transition: all 0.4s ease;
}
@media(max-width:576px){
    html {
        overflow-x: hidden;
    }
    .super-deal-content .save--price{
        display:block;
    }
    .super-deal-content p span.save--price::before{
        display:none;
    }
    .product-menu button {
        margin: 0 5px 10px;
    }
    .scroll-to-top.scroll-to-top {
        right: 15px;
        left: auto;
        bottom: 70px;
        width: 25px;
        height: 25px;
        line-height: 25px;
        font-size: 14px;
    }
}
div#bottom-search.bottom-search-ajax {
    position: absolute;
    width: 100%;
    top: -200px;
}
div#bottom-search.bottom-search-ajax .autocomplete-suggestions {
    max-height: 260px!important;
}
div#bottom-search.bottom-search-ajax .search-icon.loading {
    top: 0;
    height: 47px;
}
.thm-slick__slider .slick-dots {
    display: flex;
    align-items: center;
    justify-content: center;
    margin-top: 40px;
}
.thm-slick__slider .slick-dots li button {
    border: 0;
    outline: none;
    font-size: 0;
    width: 12px;
    height: 12px;
    background: var(--theme-gray);
    margin: 0 5px;
    border-radius: 20px;
    padding: 0;
}
.thm-slick__slider .slick-dots li button:hover,
.thm-slick__slider .slick-dots .slick-active button {
    background: var(--theme-base);
}
@media (max-width: 480px) {
    .exclusive-item-thumb .discount {
        top: 25px;
        right: auto;
        left: 0;
    }
}
.wcfm-dashboard-page nav.venam-bottom-mobile-nav {
    display: none;
}

.category-menu .navigation li.menu-item&gt;a {
    display: flex;
    align-items: center;
    color: #7d7d7d;
    font-size: 14px;
    padding: 5px 50px 5px 20px;
    background: transparent;
    border: 1px solid transparent;
    position: relative;
}
.category-menu .navigation li.menu-item:hover&gt;a {
    background: #f2f1f1;
    border-color: var(--theme-gray);
}
.category-menu .navigation .menu-item-has-children .submenu {
    position: absolute;
    left: 100%;
    top: 0;
    background: #fff;
    width: auto;
    min-width: 150px;
    padding: 0;
    text-align: left;
    opacity: 0;
    visibility: hidden;
    transform: translateY(10px);
    transition: .3s linear;
    z-index: 2;
    border: 1px solid var(--thm-gray);
    box-shadow: 0px 1px 16px 0px rgb(220 220 220 / 22%);
    background: #fff;
    width: 100%;
    border: 1px solid var(--theme-gray);
}
.category-menu .navigation .menu-item-has-children:hover &gt;.submenu  {
    opacity: 1;
    visibility: visible;
    transform: translateY(0px);
}
.category-menu .navigation .menu-item-has-children .dropdown-btn {
    position: absolute;
    right: 10px;
    top: 5px;
    transform: rotate(-90deg);
}


.venam-bottom-mobile-nav a span.cart-count {
    position: absolute;
    right: 0px;
    top: -4px;
    width: 16px;
    height: 16px;
    text-align: center;
    border-radius: 50%;
    font-size: 8px;
    font-weight: 500;
    line-height: 16px;
    color: #222;
    background: var(--theme-base);
}
.venam-bottom-mobile-nav .woosw-menu-item .woosw-menu-item-inner {
    position: absolute;
    top: -4px;
    right: 0;
}
.venam-bottom-mobile-nav a span.woosw-menu-item-inner:after {
    content: attr(data-count);
    display: block;
    background: var(--theme-base);
    color: #222;
    font-size: 12px;
    font-weight: 500;
    width: 16px;
    height: 16px;
    line-height: 16px;
    text-align: center;
    border-radius: 8px;
    position: absolute;
    top: -4px;
    right: -4px;
}
.venam-hidden-product.outofstock,
.exclusive-item-content .venam-woosc-btn,
.exclusive-item-content .venam-woosq-btn,
.exclusive-item-content .venam-woosw-btn{
	display: none!important;
}
.super-deal-content .rating{
    margin-bottom: 5px;
    width: 100%;
    justify-content: center;
}
.rating-empty {
    font-size: 12px;
    color: var(--theme-gray);
}
.super-deals-item .action,
.exclusive-item-three .action,
.most-popular-viewed-item .action,
.exclusive-item-two .action{
    bottom: 0;
    transform:translateY(100%);
    -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;
}
.super-deals-item:hover .action,
.exclusive-item-three:hover .action,
.most-popular-viewed-item:hover .action,
.exclusive-item-two:hover .action{
	transform:translateY(0%);
}
.super-deals-item .super-deal-thumb,
.exclusive-item-three .exclusive-item-thumb,
.most--popular--item--thumb,
.exclusive-item-two .exclusive-item-thumb{
    overflow: inherit;
    margin-bottom: 0;
}
.super-deal-content,
.exclusive-item-content {
    position: relative;
    z-index: 2;
    background: #fff;
    padding-top: 25px;
}
.widget-list-span {
    right: 0 !important;
}
.error-content .sidebar_search_button {
    padding: 15px 20px;
    border: 1px solid var(--theme-gray);
    border-radius: 4px;
    color: var(--theme-black);
}
.error-content .sidebar-search-form {
    margin-top: 20px;
}
.error-content .sidebar_search_input {
    width: 80%;
}
@media(max-width: 1024px){
    .super-deals-item .action,
    .exclusive-item-three .action,
    .most-popular-viewed-item .action,
    .exclusive-item-two .action,
    .action{
        transform: none;
    }
}
</pre></body></html>