.slider-main .row-slider.slider [data-animated=true],
.slider-main .slider .is-selected [data-animated=true],
.slider-main [data-animated=true] {
	animation-delay: .0000s;
}

.banner-main .banner-layers.container {
	max-width: unset;
	width: 50%;
	padding: 0 75px;
	margin: 0;
	display: flex;
	justify-content: center;
	flex-direction: column;
}

.banner-main .text-box {
	margin: 0 10% 25px 15%;
	position: unset !important;
	font-family: var(--font-2);
	width: auto !important;
	font-size: 16px;
}

.banner-main-desc h2 {
	font-size: 73px;
	font-weight: bold;
	font-family: var(--font-1);
	line-height: 1.2;
}

.linkmore {
	display: none;
	font-size: 17px;
	text-transform: uppercase;
	font-weight: bold;
	text-shadow: 1px 0px 7px rgb(0 0 0 / 25%);
}

.cat-cus .linkmore {
	display: block;
}

.cat-cus .box {
	border-radius: 30px;
	overflow: hidden;
}

.cat-cus .box-text-inner,
.cat-cus .box-text {
	height: 100%;
	display: flex;
	flex-direction: column;
	justify-content: space-between;
	width: 100%;
}

.cat-cus .box-text {
	text-shadow: unset !important;
	padding: 20px;
}

.cat-cus .box-text .header-title {
	background-color: #fff;
	color: var(--primary-color);
	font-size: 18px;
	padding: 10px 10px 8px;
	line-height: 25px;
	border-radius: 30px;
}

h2.woocommerce-loop-product__title a {
	font-size: 13px;
	color: #000;
	text-transform: uppercase;
	font-weight: bold;
	font-family: var(--font-2);
}

h2.woocommerce-loop-product__title {
	line-height: normal;
	font-size: 13px;
}

span.amount {
	color: rgba(84, 84, 84, 0.8);
	font-weight: 600;
	font-size: 13px;
	font-family: var(--font-1);
}
.product-small.box {
    display: flex;
    flex-direction: column;
    height: 100%;
}

.product-small.col .col-inner {
    height: 100%;
}
.product-small.box p.category {
	display: none;
}

.product-small.box .image-tools.grid-tools {
	display: flex !important;
	flex-direction: row-reverse;
	align-items: center;
	background: #fff;
	border-radius: 50px;
	-webkit-box-shadow: 0px 0px 5px rgba(0, 0, 0, 0.25);
	box-shadow: 0px 0px 5px rgba(0, 0, 0, 0.25);
	height: 34px;
	bottom: 15px;
	line-height: 0;
	padding: 0 15px !important;
	position: absolute;
	-webkit-transition: all 0.5s;
	transition: all 0.5s;
	width: max-content;
	z-index: 999;
	margin: 0 auto;
	left: 0;
	right: 0;
	opacity: 0;
	visibility: hidden;
}

.product-small.box:hover .image-tools.grid-tools {
	opacity: 1;
	visibility: visible;
}


.product-small.box a.quick-view {
	font-size: 0;
	background: url(../icons/eye.svg) left / 18px no-repeat;
	width: 27px;
	height: 34px;
	padding-right: 8px;
	margin-right: 6px;
	border-right: 1px solid #eee;
	opacity: 1;
}

.product-small.box .yith-wcwl-add-to-wishlist *,
.product-small.box .yith-wcwl-add-to-wishlist {
	font-size: 0;
	background: transparent !important;
	margin: 0;
	line-height: 0;
}

.product-small.box .yith-wcwl-add-to-wishlist {
	width: 20px;
}

.product-small.box .yith-wcwl-add-to-wishlist svg {
	width: 18px !important;
}

.product-small.box .yith-wcwl-add-to-wishlist svg.yith-wcwl-icon-svg:hover,
.product-small.box .yith-wcwl-add-to-wishlist.exists svg.yith-wcwl-icon-svg {
	color: #dd3333;
}

.product-small.box .add-to-cart-button .button {
	padding: 0;
	color: var(--fs-color-primary);
	height: auto;
	min-height: unset;
	border: 0;
	background: #fff !important;
	display: block;
	text-align: left;
	margin: 0;
	line-height: 20px;
	position: absolute;
	bottom: -3px;
	transform: translateY(10px);
	opacity: 0;
	visibility: hidden;
	transition: all 0.5s;
	box-shadow: unset !important;
}

.product-small.box .box-text.box-text-products {
	padding-bottom: 0;
	height: auto !important;
	flex: 1;
	display: flex;
	flex-direction: column;
}

.product-small.box:hover .add-to-cart-button .button {
	opacity: 1;
	visibility: visible;
	transform: translateY(0);
}

.product-small.box .price-wrapper {
	transition: all 0.5s;
	opacity: 1;
	visibility: visible;
	margin-top: auto;
}

.product-small.box:hover .price-wrapper {
	transform: translateY(-10px);
	opacity: 0;
	visibility: hidden;
}

.section3 .cot1>.col-inner:before {
	content: '';
	background: url('/wp-content/uploads/2026/07/anti-arrow-gray-right.png') no-repeat right top/ auto 100%;

	position: absolute;
	right: 0;
	top: 0;
	bottom: 0;
	left: 0;
	-webkit-filter: contrast(0%) brightness(200%);
	filter: contrast(0%) brightness(200%);
	z-index: 100
}

.progress {
	background: none;
	margin: 0 auto;
	box-shadow: none;
	width: 150px;
	height: 150px;
	line-height: 150px;
	position: relative;
}

.progress:after {
	content: '';
	border-radius: 50%;
	border: 3px solid #f2f5f5;
	position: absolute;
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
}

.progress>span {
	position: absolute;
	top: 0;
	z-index: 1;
	width: 50%;
	height: 100%;
	overflow: hidden;
}

.progress .progress-left {
	left: 0;
}

.progress .progress-bar {
	border-width: 3px;
	border-style: solid;
	position: absolute;
	width: 100%;
	height: 100%;
	background: none;
	top: 0;
}

.progress .progress-left .progress-bar {
	left: 100%;
	border-top-right-radius: 80px;
	border-bottom-right-radius: 80px;
	border-left: 0;
	-webkit-transform-origin: center left;
	transform-origin: center left;
}

.progress .progress-right {
	right: 0;
}

.progress .progress-right .progress-bar {
	left: -100%;
	-webkit-transform-origin: center right;
	transform-origin: center right;
	border-top-left-radius: 80px;
	border-bottom-left-radius: 80px;
	border-right: 0;
	animation: loading-1 1.8s linear forwards;
}

.progress .progress-value {
	font-size: 40px;
	top: 0;
	color: #d51c20;
	text-align: center;
	width: 100%;
	height: 100%;
	position: absolute;
}

@keyframes loading-1 {
	0% {
		-webkit-transform: rotate(0deg);
		transform: rotate(0deg);
	}

	100% {
		-webkit-transform: rotate(180deg);
		transform: rotate(180deg);
	}
}

@keyframes loading-2 {
	0% {
		-webkit-transform: rotate(0deg);
		transform: rotate(0deg);
	}

	100% {
		-webkit-transform: rotate(144deg);
		transform: rotate(144deg);
	}
}

@keyframes loading-3 {
	0% {
		-webkit-transform: rotate(0deg);
		transform: rotate(0deg);
	}

	100% {
		-webkit-transform: rotate(90deg);
		transform: rotate(90deg);
	}
}

@keyframes loading-4 {
	0% {
		-webkit-transform: rotate(0deg);
		transform: rotate(0deg);
	}

	100% {
		-webkit-transform: rotate(36deg);
		transform: rotate(36deg);
	}
}

@keyframes loading-5 {
	0% {
		-webkit-transform: rotate(0deg);
		transform: rotate(0deg);
	}

	100% {
		-webkit-transform: rotate(126deg);
		transform: rotate(126deg);
	}
}

.progress.blue .progress-bar {
	border-color: #d51c20;
}

.progress.blue .progress-left .progress-bar {
	animation: loading-2 1.5s linear forwards 1.8s;
}

.progress.yellow .progress-bar {
	border-color: #d51c20;
}

.progress.yellow .progress-left .progress-bar {
	animation: loading-3 1s linear forwards 1.8s;
}

.progress.pink .progress-bar {
	border-color: #d51c20;
}

.progress.pink .progress-left .progress-bar {
	animation: loading-4 0.4s linear forwards 1.8s;
}

.section3 .cot1 {
	position: relative
}

.section3 .cot2 {
	max-width: 660px;
}

.desc-m h2 {
	font-size: 1.6em;
	line-height: normal;
}

.desc-m h3 {
	font-size: 1.25em;
}

.section-title {
	font-size: 100%;
}

.section-title b {
	background: transparent;
	opacity: 1;
	position: relative;
	overflow: hidden;
	height: 10px;
}

.section-title b::after {
	content: '';
	display: block;
	position: absolute;
	left: 0;
	top: -20px;
	right: 0;
	height: 10px;
	border-radius: 100%;
	box-shadow: 10px 10px 10px 3px;
	right: -100%;
	color: #ebebeb;
}

.img-blog .box-image *,
.img-blog .box-image,
.img-blog {
	height: 100%;
	min-height: 470px;
	object-fit: cover;
}

.img-blog .box-text {
	margin-bottom: 25px !important;
	padding-top: 60px !important;
	padding-bottom: 0px !important;
	padding-left: 65px !important;
}

.img-blog .overlay {
	opacity: 1;
	display: none;
}

.img-blog .box-text h3 {
	margin: 0 0 20px;
}

p.from_the_blog_comments.uppercase.is-xsmall,
.shop-page-title .category-filtering,
.shop-page-title nav.woocommerce-breadcrumb.breadcrumbs {
	display: none;
}

.list_shop_categories {
	margin: 0px 0 30px;
}

.row.category-page-row .row {
	max-width: unset;
	width: unset;
}

.woocommerce-page h1.shop-page-title {
	text-align: center;
	margin: 0 0 30px;
}

.filter-top {
	display: flex;
	flex-wrap: wrap;
	margin: 0 0 30px;
	gap: 20px;
	align-items: end;
}

a.filter-button.uppercase.plain {
	margin: 0;
	color: #000;
	font-size: 13px;
	line-height: 1;
}

nav.woocommerce-breadcrumb.breadcrumbs {
	font-size: 10px;
	margin: 0;
	color: #767676;
	text-transform: uppercase;
	font-weight: normal;
	line-height: 1;
}

.category-filtering.category-filter-row {
	line-height: 1;
	padding: 0;
}

nav.woocommerce-breadcrumb.breadcrumbs * {
	font-weight: normal;
}

.product-main {
	padding: 0;
}

.product-main>.row {
	max-width: 1250px;
}

.product-main nav.woocommerce-breadcrumb.breadcrumbs {
	margin-bottom: 25px;
	padding: 0;
}

.product-main .price {
	margin-bottom: 1.25rem;
}

.product-main .price span.amount {
	font-size: 22px !important;
	font-weight: 600;
	color: #dd3333;
}


.product-summary .woocommerce-Price-currencySymbol {
	vertical-align: middle;
}

.button.contact-button {
	font-size: 13px;
	line-height: 52px !important;
	min-width: 220px;
	border: 0;
}

.woocommerce #content div.product .product_title,
.woocommerce div.product .product_title,
.woocommerce-page #content div.product .product_title,
.woocommerce-page div.product .product_title {
	font-size: 23.101px;
	text-align: left;
	margin-bottom: 21px;
}

.product-short-description {
	margin: 0 0 20px;
}

.product-main .yith-wcwl-add-to-wishlist svg path {
	color: var(--fs-color-primary);
}

.product-main .yith-wcwl-add-to-wishlist {
	font-size: 13px;
	margin: 10px 0 14px;
}

.yith-wcwl-wishlistaddedbrowse {
	display: flex !important;
	align-items: center;
	flex-direction: row;
}

.product-main span.feedback {
	display: inline-flex !important;
	margin-right: 10px;
	align-items: center;
}

.product_meta * {
	border: 0 !important;
	color: rgba(84, 84, 84, 0.55);
	font-weight: 600;
	opacity: 1 !important;
	text-transform: uppercase;
	font-size: 10px;
	font-family: var(--font-1) !important;
}

.product_meta {
	opacity: 1;
}

.product-footer .woocommerce-tabs {
	border: 0;
	margin: 30px 0 0;
}

.product-footer .woocommerce-tabs .nav li a {
	font-size: 13px;
	color: rgba(84, 84, 84, 0.55);
}

.tab-panels {
	max-width: 850px;
	margin: 10px auto 0;
}

h3.product-section-title {
	border: 0;
	text-align: center;
	font-size: 13px;
	margin: 30px 0;
}

.product-section {
	border: 0;
	padding-bottom: 30px;
}


.blog-wrapper>.row.align-center {
	padding: 0;
	position: relative;
	max-width: 1680px;
	margin: 0 auto;
}

.blog-wrapper .large-10.col .row {
	max-width: unset;
	width: unset;
}

.box-blog-post .read_more {
	font-size: 12px;
	font-weight: 600;
	font-family: var(--font-1);
	text-transform: uppercase;
	display: inline-block;
	vertical-align: middle;
	margin-top: -5px;
	-webkit-transition: all 0.3s ease;
	transition: all 0.3s ease;
	color: #000;
}

.box-blog-post .read_more:hover {
	opacity: 1;
	color: var(--fs-color-primary);
}

.box-blog-post .read_more:before {
	content: "";
	width: 40px;
	height: 1px;
	display: inline-block;
	background-color: #000000;
	vertical-align: middle;
	margin-right: 10px;
	-webkit-transition: all 0.3s ease;
	transition: all 0.3s ease;
}

.box-blog-post h5.post-title.is-large {
	font-family: var(--font-1);
	font-size: 24px;
	margin: 0 0 15px;
}

.box-blog-post .is-divider {
	display: none;
}

.box-blog-post p.from_the_blog_excerpt {
	font-size: 16px;
	margin: 0 0 30px;
}

.page-type.page-title-desc {
	text-align: center;
	font-weight: 600;
	font-size: 13px;
	text-transform: uppercase;
	letter-spacing: 2px;
	margin-bottom: 15px;
	line-height: 1.5;
}

.blog-single {
	padding: 0;
}

.single-post-header.with-thumb {
	/* margin-top: -85px; */
	margin-bottom: 90px;
	position: relative;
	z-index:2
}

.single-post-header.with-thumb .title {
	padding: 125px 0 55px 0;
	position: relative;
	max-width: 708px;
	margin: 0 auto;
	text-align: center;
}

.single-post-header-bkg {
	width: 100%;
	height: 100%;
	background-size: cover;
	background-position: 50% 0;
	background-repeat: no-repeat;
	background-color: transparent;
	position: absolute;
	left: 0;
	top: 0;
	transition: opacity 0.3s;
	-webkit-transition: opacity 0.3s;
}

@media only screen and (max-width: 1280px) {
	.single-post-header-bkg {
		background-position: 50% 0 !important;
	}
}

.single-post-header-overlay {
	content: "";
	display: block;
	width: 100%;
	height: 100%;
	background: #000;
	opacity: 0.3;
	position: absolute;
	left: 0;
	top: 0;
	transition: all 0.3s;
	-webkit-transition: all 0.3s;
}

.single-post-header.with-thumb .entry-title,
.single-post-header.with-thumb .post_meta,
.single-post-header.with-thumb .post_meta a {
	color: #fff;
}

.single-post-header.with-thumb .post_meta a:hover {
	color: #fff !important;
}

.single-post-header.with-thumb .post_meta:before {
	background: #fff;
}

.post_meta_archive,
.post_meta {
	font-size: 0.825rem;
	line-height: 1.5em;
}

.post_meta {
	text-align: center;
	margin: 0;
	margin-bottom: 80px;
}

.post_meta_archive a,
.post_meta a {
	margin-right: 16px;
	margin-left: 4px;
	text-transform: uppercase;
	font-weight: 600;
}

.post_meta_archive a:hover,
.post_meta a:hover {
	opacity: 1;
}

.post_meta a {
	display: inline-block;
	padding-bottom: 4px;
	margin-bottom: 8px;
	border-bottom: 1px solid #ddd;
	transition: color 0.3s, border-color 0.3s;
	-webkit-transition: color 0.3s, border-color 0.3s;
}

.post_meta a:hover {
	border-bottom: 1px solid transparent;
	opacity: 1 !important;
}

.post_meta_archive a:last-child,
.post_meta a:last-child {
	margin-right: 0;
}

.post_meta_archive a {
	font-weight: 600;
}

.post_meta_archive a[rel^=category],
.post_meta a[rel^=category] {
	margin-right: 0;
}


.single-post-content {
	width: 100%;
	margin: auto;
}

.post_meta.no-meta:before {
	background: none !important;
	margin: 10px auto;
}

.post_meta:before {
	content: "";
	display: block;
	background: none repeat scroll 0 0 #000;
	height: 3px;
	margin: 24px auto 28px;
	width: 100px;
}

.entry-meta .post_meta {
	font-size: 13px;
	margin-top: 20px;
	margin-bottom: 54px;
}

.entry-meta .post_meta:before {
	display: none;
	margin-bottom: 31px;
}

.post_tags {
	text-align: center;
}

.post_tags a {
	display: inline-block;
	font-size: 12px;
	line-height: 1.2;
	font-weight: 600;
	margin-bottom: 10px;
	margin-left: 10px;
	padding: 6px 13px 4px;
	border-width: 1px;
	border-style: solid;
	border-radius: 13px;
	text-transform: uppercase;
	word-wrap: break-word;
	transition: all 0.3s;
	-webkit-transition: all 0.3s;
}

.post_tags a:hover {
	opacity: 1;
}

.post_tags a:first-child {
	margin-left: 0;
}

.post_tags a:hover {
	border: 1px solid;
	color: #fff;
}


aside ul.wp-block-latest-posts__list li {
	margin: 0 0 30px
}

aside ul.wp-block-latest-posts__list li a {
	font-weight: normal;
	font-size: 0.8125rem;
	color: #000;
}

a.wp-block-latest-comments__comment-link {
	color: #000;
	font-weight: 600;
}

a.wp-block-latest-comments__comment-link:hover {
	color: var(--fs-experimental-link-color);
}

.widget h3,
.wpb_wrapper .widget h3,
.widget-area .widget-title {
	font-size: 13px !important;
	font-weight: 600;
	margin: 0px 0 20px;
	padding: 0;
	position: relative;
	text-transform: uppercase;
	color: #000;
	display: block;
}

.widget .is-divider {
	display: none;
}

.widget_search form.searchform {
	border: 1px solid rgba(84, 84, 84, 0.1) !important;
}

.widget_search form.searchform input#s {
	border: 0;
	box-shadow: unset;
	height: 40px;
}

.widget_search form.searchform button.ux-search-submit {
	background: transparent;
	color: #000;
	border: 0;
	height: 40px;
	font-size: 12px;
	box-shadow: unset;
}


.entry-content>h1,
.entry-content>h2,
.entry-content>h3,
.entry-content>h4,
.entry-content>h5,
.entry-content>h6,
.entry-content>hr {
	margin-top: 2.5rem;
}

.entry-content>p+*:not(p) {
	margin-top: 2.5rem;
}

.entry-content>p {
	margin-bottom: 1rem !important;
}

.entry-content>hr {
	margin-bottom: 2.5rem;
}

.entry-content:after {
	content: "";
	display: block;
	clear: both;
}

.entry-header-page {
	margin-bottom: 45px;
}

.entry-header-page.with-featured-img {
	padding: 200px 0 170px;
	margin-top: -85px;
}

.entry-header-page.with-featured-img h2,
.entry-header-page.with-featured-img h1,
.entry-header-page.with-featured-img p,
.entry-header-page.with-featured-img li,
.entry-header-page.with-featured-img a {
	color: #FFF;
	border-bottom-color: #FFF;
}

.edit-link {
	font-size: 0.8125rem;
	text-transform: uppercase;
	font-weight: 600;
}

.entry-content [class*=wp-block-] {
	margin-bottom: 2.5rem;
}

.entry-content ul,
.entry-content ol {
	margin: 0 0 0 1em;
}

.blog-single .row.row-large {
	max-width: 1155px;
}

.blog-single .row.row-large .comments_section {
	display: none;
}
nav.navigation.post-navigation {
	max-width: 1120px;
	margin: 0 auto;
}

.previous-arrow,
.next-arrow {
	display: inline-block;
	line-height: 1;
	position: relative;
	top: 1px;
}

.nav-previous {
	text-align: left;
	line-height: 1.8em;
}

.nav-previous a:hover,
.nav-previous a:focus {
	opacity: 1 !important;
}

.nav-next {
	text-align: right;
	line-height: 1.8em;
}

.nav-next a:hover,
.nav-next a:focus {
	opacity: 1 !important;
}

.nav-previous-title,
.nav-next-title {
	font-size: 0.619em;
	line-height: 28px;
	font-weight: 600;
	text-transform: uppercase;
}

.nav-next a,
.nav-previous a {
	color: #545454;
}

.nav-next a:hover,
.nav-previous a:hover {
	color: var(--primary-color);
}

.entry-content.single-page {
	padding: 0;
}

#comments .comment-respond {
	background: transparent;
	padding: 0;
	max-width: 850px;
	margin: 0 auto;
}

form#commentform {
	margin: 0;
}

textarea#comment {
	width: 100%;
	display: block;
	min-height: 200px;
	margin: 0;
}

#comments .comment-respond .row {
	max-width: 100%;
	width: 100%;
	margin: 0 !important;
}

#comments .comment-respond .comment-reply-title {
	font-size: 30px;
}

p.logged-in-as {
	padding: 0;
}

.comments_section {
	background-color: rgba(84, 84, 84, 0.01) !important;
	border-top: 1px solid;
	border-top-color: rgba(84, 84, 84, 0.15);
	padding: 50px 0;
}

form#commentform .large-12.columns {
	padding: 0;
}

form#commentform input#submit {
	margin-top: 20px;
}

p.form-submit {
	padding: 0;
}

.banner-cus {
	min-height: 300px;
	padding: 20px !important;
	flex-direction: column;
}

.banner-cus .section-content {
	border: 2px solid #fff;
	flex: 1;
	display: flex;
	flex-direction: column;
	justify-content: center;
}

.banner-cus-desc h3 {
	padding: 0;
	margin: 0;
	font-weight: 900;
	font-size: 38px;
	line-height: 1.391em;
}

.banner-cus-desc h3::after {
	content: "";
	display: block;
	width: 20%;
	height: 2px;
	background: #fff;
	margin: 5px auto;
}

.banner-cus-desc h4 {
	padding: 0;
	margin: 0;
	font-size: 18px;
	font-weight: normal;
	line-height: 1.5em;
}

.col-text>.col-inner {
	padding: 2.5rem 0;
	margin: 2.5rem 0;
	border-top: 1px solid;
	border-bottom: 1px solid;
	border-color: #ebebeb;
	font-size: 16px;
	opacity: 1;
}

.row.gallery-main {
	max-width: unset;
	width: auto;
	margin: 0 -15px !important;
}

.row.gallery-main .overlay.fill {
	opacity: 0;
	background: transparent !important;
	border: 10px solid #e8e8e8 !important;
}

.row.gallery-main .box:hover .overlay.fill {
	opacity: 1;
}


.box-link-main .box-text {
	height: 100%;
	display: flex;
	align-items: center;
}

.box-link-main .box-text-inner p {
	line-height: 1.5;
}

.text-title {
	font-size: 22px;
	color: #ffffff;
	line-height: 1.5;
	text-align: center;
	font-weight: 500;
	font-style: normal;
}

.text-title::after {
	content: "";
	display: block;
	margin: 15px auto;
	width: 50%;
	border-bottom: 1px solid #ebebeb;
}
.image-tools.is-small.top.right.show-on-hover {
    display: none;
}
.woocommerce-product-gallery .image-tools.absolute.top.show-on-hover.right.z-3 {
    right: 15px;
    top: 15px;
    padding: 0;
}
@media screen and (min-width: 48em) {

	.nav-previous,
	.nav-next {
		margin-left: 0;
		margin-right: 0;
		font-size: 1.3125rem;
	}

	.nav-next a,
	.nav-previous a {
		font-size: 1.3125rem;
		background: none;
		display: inline-block;
		padding-top: 0;
		height: auto;
		color: #545454;
		font-weight: 600;
	}

	.nav-next a {
		text-align: right;
	}

	.nav-previous a {
		text-align: left;
	}

	.nav-next a:hover,
	.nav-previous a:hover {
		background: none;
	}

	.nav-next a:before,
	.nav-previous a:before {
		display: none;
	}

	.nav-next .nav-next-title,
	.nav-previous .nav-previous-title {
		display: block;
	}

	.nav-next a span,
	.nav-previous a span {
		display: inline-block;
	}

	#nav-below.paging-navigation {
		margin-bottom: 3px;
		padding: 0 1.5%;
	}
}

@media screen and (min-width: 75.0625em) {
	.product-info .yith-wcwl-add-to-wishlist:after {
		content: "";
		width: 50px;
		height: 1px;
		display: block;
		margin-top: 20px;
		background-color: rgba(84, 84, 84, 0.55);
	}
}

@media only screen and (min-width: 1400px) {
	.product-info .social-icons {
		position: fixed !important;
		top: 50%;
		left: 5%;
		transform: translateY(-50%);
		z-index: 9999999;
		display: flex;
		flex-direction: column
	}

	.product-info .social-icons a {
		display: block;
		-webkit-box-shadow: 0px 4px 8px 0px rgba(0, 0, 0, 0.1);
		box-shadow: 0px 4px 8px 0px rgba(0, 0, 0, 0.1);
		border-radius: 50%;
		text-align: center;
		margin: 10px 0;
		width: 38px;
		height: 38px;
		line-height: 40px;
		color: #000;
	}

	ul.next-prev-thumbs.is-small.show-for-medium {
		display: block !important;
		position: fixed;
		right: 6%;
		top: 50%;
		transform: translateY(-50%);
	}

	ul.next-prev-thumbs.is-small.show-for-medium>li>a {
		display: block;
		-webkit-box-shadow: 0px 4px 8px 0px rgba(0, 0, 0, 0.1);
		box-shadow: 0px 4px 8px 0px rgba(0, 0, 0, 0.1);
		border-radius: 50%;
		text-align: center;
		margin: 10px 0;
		width: 38px;
		height: 38px;
		line-height: 42px;
		color: #000;
		border: 0;
	}
}
@media only screen and (min-width: 1024px) {

	.woocommerce #content div.product .product_title,
	.woocommerce div.product .product_title,
	.woocommerce-page #content div.product .product_title,
	.woocommerce-page div.product .product_title {
		font-size: 40.871px
	}
}

@media screen and (min-width: 850px) {
	.blog-wrapper .large-10.col {
		max-width: 100%;
		flex-basis: 100%;
		padding: 0;
	}

	.blog-wrapper .large-10.col .row .col.post-item {
		position: relative;
		width: 25%;
		display: inline-block;
		vertical-align: top;
		padding: 0 1.875rem;
		flex-basis: unset;
		margin-bottom: 90px;
		max-width: unset;
	}

	.blog-wrapper .large-10.col .row .col.post-item:nth-child(-9n+10),
	.blog-wrapper .large-10.col .row .col.post-item:nth-child(10n+15) {
		width: 50%;
	}

	.slider-main .flickity-page-dots {
		bottom: 80px;
	}

	.product-main>.row .product-info {
		max-width: 41.6666666667%;
		flex-basis: 41.6666666667%;
		margin-left: auto;
	}

}
@media only screen and (max-width: 1400px) {
	ul.next-prev-thumbs.is-small.show-for-medium,
	.product_meta,
	.product-info .social-icons {
		display: flex;
		padding: 20px 0;
		border-top-width: 1px;
		border-top-style: solid;
		border-top-color: rgba(84, 84, 84, 0.15);
		align-items: center;
		margin: 0;
	}

	.share-product-text.show-for-medium {
		margin-right: auto;
		font-size: 10px;
		color: rgba(84, 84, 84, 0.55);
		font-weight: 600;
		text-transform: uppercase;
	}

	.product-info .social-icons i {
		color: #000;
	}

	.product-info.summary.col-fit.col.entry-summary.product-summary {
		display: flex;
		flex-direction: column;
	}

	ul.next-prev-thumbs.is-small.show-for-medium {
		order: 10;
		display: flex;
		align-items: center;
		justify-content: space-between;
	}

	ul.next-prev-thumbs.is-small.show-for-medium li a i {
		line-height: 0;
	}

	ul.next-prev-thumbs.is-small.show-for-medium li a {
		border: 0;
		font-size: 10px;
		display: flex;
		align-items: center;
		gap: 5px;
		line-height: normal;
	}

	ul.next-prev-thumbs.is-small.show-for-medium li a[rel="next"]::after {
		content: "Previous Product";
		font-size: 10px;
		color: rgba(84, 84, 84, 0.55);
		font-weight: 600;
	}

	ul.next-prev-thumbs.is-small.show-for-medium li a[rel="previous"]::before {
		content: "Next Product";
		font-size: 10px;
		color: rgba(84, 84, 84, 0.55);
		font-weight: 600;
	}
}

@media screen and (max-width: 1200px) {
	.banner-main .banner-layers.container {
		padding: 0;
		width: 100%;
	}

	.banner-main .text-inner.text-left {
		text-align: center;
	}
}

@media all and (max-width: 1023px) {
	.single-post-header.with-thumb .post_meta.no-meta {
		margin-bottom: 0px;
	}

	.single-post-header:not(.with-thumb) .post_meta.no-meta {
		margin-bottom: 40px;
	}
}

@media screen and (max-width: 850px) {
	.banner-main .text-box {
		margin: 0;
		padding: 0 15px;
	}

	.banner-main-desc h2 {
		font-size: 30px !important;
	}

	.section3 .cot2 {
		max-width: 100%;
	}

	.desc-m h2 {
		font-size: 15px;
	}

	.product_meta {
		order: 8
	}



	.woocommerce-product-gallery.woocommerce-product-gallery--with-images.woocommerce-product-gallery--columns-4.images.relative.mb-half.has-hover {
		margin: 0 -25px;
	}

	.product-info {
		margin-top: 30px;
	}

	.blog-wrapper .large-10.col .row .col.post-item {
		flex-basis: 50%;
		max-width: 50%;
	}

	.box-blog-post p.from_the_blog_excerpt {
		margin: 0 0 20px;
	}

	.single-post-header.with-thumb .title {
		padding-top: 50px;
	}

	.text-box-mb-center.text-box {
		max-width: calc(100% - 30px);
		margin: 0 auto;
		right: 0;
	}
}

@media screen and (max-width: 550px) {
	.blog-wrapper .large-10.col .row .col.post-item {
		max-width: 100%;
		flex-basis: 100%;
	}

	form#commentform input#submit {
		width: 100%;
		margin: 0;
	}


}