:root {
	--text: #FFFFFF;
}

.mouse-cursor.desktop {
	position: fixed;
	left: 0;
	top: 0;
	pointer-events: none;
	border-radius: 50%;
	-webkit-transform: translateZ(0);
	transform: translateZ(0);
	visibility: hidden;
}
.cursor-inner.desktop {
	margin-left: -3px;
	margin-top: -3px;
	width: 6px;
	height: 6px;
	z-index: 100;
	background-color: rgba(158, 0, 0, 0);
	-webkit-transition: width .3s ease-in-out, height .3s ease-in-out, margin .3s ease-in-out, opacity .3s ease-in-out;
	transition: width .3s ease-in-out, height .3s ease-in-out, margin .3s ease-in-out, opacity .3s ease-in-out;
}
.cursor-inner.desktop.cursor-hover {
	margin-left: -30px;
	margin-top: -30px;
	width: 60px;
	height: 60px;
	background: rgba(158, 0, 0, 0) url(/wp-content/uploads/2023/09/Sotz-White.svg) center bottom / 100% auto no-repeat scroll;
	opacity: .2;
}
.cursor-outer.desktop {
	margin-left: -15px;
	margin-top: -15px;
	width: 30px;
	height: 30px;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	z-index: 999999;
	opacity: .8;
	-webkit-transition: all .08s ease-out;
	transition: all .08s ease-out;
}
.cursor-outer.desktop::before {
	content: '';
	width: 100%;
	height: 100%;
	display: block;
	background: rgba(158, 0, 0, 0) url(/wp-content/uploads/2023/09/Sotz-White.svg) center bottom / 100% auto no-repeat scroll;
	border-radius: 100%;
	/* transform: rotate(45deg); */
}
.cursor-outer.desktop.cursor-hover{opacity: 0;}
/* .dizme_tm_all_wrap[data-magic-cursor="hide"] .mouse-cursor{
	display: none;
	opacity: 0;
	visibility: hidden;
	position: absolute;
	z-index: -1111;
} */

.kc-container {
	max-width: 1050px;
}
.vnt_content {
	max-width: 1050px;
	padding-left: 15px;
	padding-right: 15px;
}
.row_main {
	display: flex;
	flex-flow: wrap;
	justify-content: center;
}
div#ez-toc-container {
	width: 100%;
	float: left;
}
.vnt_the_content div.ez-toc-title-container {
	margin-bottom: 0;
}
.vnt_the_content.taxonomy .ez-toc-title-container {
	display: flex;
	align-items: center;
	width: 100%;
}
.vnt_the_content.taxonomy .ez-toc-title-container p {
	flex: 1;
}
.ez-toc-list {
	width: 100%;
	float: left;
}
.vnt_tags {
	display: flex;
	flex-flow: wrap;
	align-items: center;
	gap: 5px;
	font-size: 12px;
}
.vnt_tags .title {
	font-weight: 500;
	font-size: 16px;
}
.vnt_tags a {
	display: inline-block;
	background: var(--tertiary);
	border-radius: 3px;
	color: #ffffff;
	padding: 3px 8px;
	transition: all 500ms ease;
}
.vnt_tags a:hover {
	background: var(--primary);
}

body.kc-css-system .swiper-slide {
	width: 50vw;
}
body.kc-css-system .swiper-slide-active {
	padding: 10px;
	border: 2px solid var(--secondary);
	border-radius: 4px;
}

.vnt_accordion .type {
	justify-content: space-between;
	align-items: center;
	cursor: pointer;
}
.vnt_accordion .type.active {
	color: var(--secondary);
}
.vnt_accordion .type::after {
	content: "\f107";
	font-family: "FontAwesome Pro", "FontAwesome Duotone", "FontAwesome Brands", "FontAwesome";
	transition: all 500ms ease;
}
.vnt_accordion .type.active::after {
	transform: rotate(-180deg);
}

/* Header */
body.fix_header {
	padding-top: 0 !important;
}

#header_main {
	position: fixed;
	top: 0;
	left: 0;
	z-index: 90;
	transition: all 500ms ease;
}
#header_main.active {
	background: #000000;
}
body.desktop.admin-bar #header_main {
	top: 32px;
}

#menu_main {
	display: flex !important;
	flex-flow: wrap;
	flex-direction: column;
	z-index: -1;
	left: -110%;
	transition: all 500ms ease;
	visibility: hidden;
	opacity: 0;
}
#menu_main.show {
	z-index: 99;
	left: 0;
	/* transition: all 500ms ease; */
	visibility: visible;
	opacity: 1;
}

#header_menu {
	flex: 1;
	overflow-y: auto;
	padding: 15px;
}

.header_nav, .header_nav li {
	display: flex;
	flex-flow: wrap;
	justify-content: center;
}
.header_nav {
	gap: 10px;
}
.header_nav li {
	width: 100%;
}
.header_nav li a {
	display: block;
	width: 100%;
	color: #FFFFFF;
	font-size: 18px;
	font-weight: 700;
	text-transform: uppercase;
	padding: 10px 0;
}
.header_nav li a:hover, .header_nav li.current-menu-item a {
	color: var(--secondary)
}

/* Homepage */



/* Page */


/* Single */

body.single .rank-math-breadcrumb .last {
	display: none;
}
.post_slider {
	margin: auto;
	margin-bottom: 15px;
	overflow: hidden;
}
.post_slider .slick-arrow i {
	font-size: 36px;
	color: var(--primary);
}
.post_slider .slick-dots {
	display: flex;
	justify-content: center;
	margin: 10px 0 0 0;
	padding: 0;
}
.post_slider .slick-dots button {
	width: 12px;
	height: 12px;
	margin: 0;
	padding: 0;
	background: #FFFFFF;
	border: 2px solid var(--primary);
	border-radius: 100%;
	font-size: 0;
	cursor: pointer;
}
.post_slider .slick-dots li {
	margin: 0 3px;
	display: flex;
}
.post_slider .slick-dots li.slick-active button {
	background: var(--primary);
}
.post_slider p.caption {
	color: #000000;
	text-align: center;
	margin-top: 5px;
}
.post_slider .slick-slide {
	margin: 0 5px;
}
.post_slider .slick-list {
	margin: 0 -5px;
}

.product_store {
	display: flex;
	align-items: center;
	gap: 30px;
	margin-top: 30px;
	border: 1px solid #dcdcdc;
	border-radius: 5px;
	background: #f6f6f6;
	padding: 15px;
}
.product_store .title {
	font-weight: 600;
	font-size: 20px;
	text-transform: uppercase;
}
.product_store a {
	display: block;
}
.product_store img, .product_store svg {
	width: auto;
	height: 50px;
	display: block;
}

.product_store_logo .post_gallery img {
	max-height: 80px;
	-webkit-filter: grayscale(100%);
	filter: grayscale(100%);
	transition: all 300ms ease;
}
.product_store_logo .post_gallery img:hover {
	/* max-height: 80px;
	-webkit-filter: none;
	filter: none; */
}
.product_store_logo .vnt_gallery.grid {
	gap: 15px
}

/* Archive */

.blogcat_nav li>a {
	color: #FFFFFF;
	font-weight: 600;
	font-size: 18px;
}
.blogcat_nav li>a:hover, .blogcat_nav li.current-menu-item>a, .blogcat_nav li.current-post-ancestor>a {
	color: var(--secondary);
}

/* Archive Product */

 {
	color: var(--secondary);
	font-size: 30px;
}
.vnt_product .price .label {
	color: var(--primary);
	font-weight: 600;
	font-size: 16px;
}
.vnt_product .product_shop {
	display: block;
	padding: 8px 20px;
	background-color: var(--secondary);
	color: #FFFFFF;
	font-size: 18px;
	text-transform: uppercase;
}
.p_label {
	display: flex;
	gap: 10px;
	flex-direction: column;
	text-align: center;
	width: 15%;
	max-width: 50px;
	position: absolute;
	top: 15px;
	right: 15px;
	z-index: 5;
}
.p_label img {
	display: block;
}

.cf_lienhe .wpcf7-form-control-wrap {
	margin-bottom: 20px;
}
.cf_lienhe .cf7_item.submit {
	display: flex;
	align-items: center;
	gap: 15px;
}
.cf_lienhe .wpcf7-submit {
	border: 0;
	border-radius: 5px;
	padding: 5px 15px;
	background: var(--secondary);
	color: var(--secondary_color);
	font-weight: 600;
	letter-spacing: 2px;
	text-transform: uppercase;
}
.cf_lienhe .wpcf7-not-valid {
	border: 1px solid var(--secondary)
}

/* Footer */

.footer_sub .wpcf7-text {
	background: #949494;
	border-radius: 0;
}
.footer_sub .wpcf7-text::-webkit-input-placeholder { /* WebKit, Blink, Edge */
    color: #000000;
}
.footer_sub .wpcf7-text:-moz-placeholder { /* Mozilla Firefox 4 to 18 */
   color: #000000;
   opacity:  1;
}
.footer_sub .wpcf7-text::-moz-placeholder { /* Mozilla Firefox 19+ */
   color: #000000;
   opacity:  1;
}
.footer_sub .wpcf7-text:-ms-input-placeholder { /* Internet Explorer 10-11 */
   color: #000000;
}
.footer_sub .wpcf7-text::-ms-input-placeholder { /* Microsoft Edge */
   color: #000000;
}
.footer_sub .wpcf7-text::placeholder { /* Most modern browsers support this now. */
   color: #000000;
}
.footer_sub .wpcf7-submit {
	background: #ffffff;
	color: #000000;
	font-size: 14px;
	font-weight: 600;
	text-transform: uppercase;
	padding: 5px 20px;
}

.footer_social svg path {
	fill: #FFFFFF;
}


body.woocommerce-checkout .select2-container .select2-selection--single {
	height: 44px;
	border: 1px solid var(--primary);
	display: flex;
	align-items: center
}
body.woocommerce-checkout .select2-container--default .select2-selection--single .select2-selection__arrow {
	top: calc(50% - 13px);
}
.vnt_editor ul[role="alert"] {
	padding-left: 90px
}

@media only screen and (max-width: 1920px) {
}
@media only screen and (max-width: 1600px) {
}
@media only screen and (max-width: 1336px) {
}
@media only screen and (min-width: 1025px) {
}
@media only screen and (min-width: 897px) {
	
}
@media only screen and (min-width: 768px) {
}
@media only screen and (min-width: 480px) {
}
@media only screen and (max-width: 1024px) {
}
@media only screen and (max-width: 896px) {
	html #wpadminbar {
		display: none !important;
	}
}
@media only screen and (max-width: 768px) {
}
@media only screen and (max-width: 767px) {
	body.single-product p.price {
		font-size: 30px;
	}
	form.comment-form label {
		min-width: 60px;
	}
}
@media only screen and (max-width: 479px) {
	
}
@media only screen and (max-width: 359px) {
}
@media screen and (-webkit-min-device-pixel-ratio: 0) {
}
