		/*------------ Start commen css ---------------------*/
		@media (min-width: 576px) {
			.container {
				max-width: 530px;
			}

			.single-product .woocommerce-notices-wrapper,
			.container {
				max-width: 530px;
				padding: 0;
				margin: auto;
			}
		}

		@media (min-width: 768px) {
			.container {
				max-width: 740px;
			}

			.single-product .woocommerce-notices-wrapper,
			.container {
				max-width: 740px;
				padding: 0;
				margin: auto;
			}
		}

		@media (min-width: 992px) {
			#mega-menu-wrap-header-menu #mega-menu-header-menu>li.mega-menu-item>a.mega-menu-link:focus {
				background-color: transparent;
				color: var(--secondary-color);
			}

			header.site-header.sticky .header-spacing {
				background-color: var(--background-color);
				justify-content: center;
				display: flex;
				align-items: center;
				transition: all 600ms ease-in-out 0s;
				-webkit-transition: all 600ms ease-in-out 0s;
				-moz-transition: all 600ms ease-in-out 0s;
				-o-transition: all 600ms ease-in-out 0s;
				-ms-transition: all 600ms ease-in-out 0s;
				box-shadow: 0 2px 2px rgba(0, 0, 0, 0.1);
				-webkit-box-shadow: 0 2px 2px rgba(0, 0, 0, 0.1);
				-moz-box-shadow: 0 2px 2px rgba(0, 0, 0, 0.1);
				-ms-box-shadow: 0 2px 2px rgba(0, 0, 0, 0.1);
				-o-box-shadow: 0 2px 2px rgba(0, 0, 0, 0.1);
				position: fixed;
				width: auto;
				left: 0;
				right: 0;
				top: 0;
				z-index: 10;
			}

			.container {
				max-width: 960px;
			}

			.single-product .woocommerce-notices-wrapper,
			.container {
				max-width: 960px;
				padding: 0;
				margin: auto;
			}

			.site-header ul#hamburger-menu li a::after {
				left: 0;
				right: auto;
				background: var(--primary-color);
				margin: auto;
				width: 0;
				height: 2px;
				z-index: -1;
				bottom: 0;
				top: auto;
				opacity: 0;
			}


			.site-header ul#hamburger-menu li:hover a {
				color: var(--primary-color);
			}

			.site-header ul#hamburger-menu li:hover a::after {
				width: 100%;
				right: auto;
				left: 0;
				opacity: 1;
			}

			.site-header ul#hamburger-menu li.show a::after {
				width: 100%;
				opacity: 1;
			}

			.site-header .navbar-hamburger ul#hamburger-menu ul.sub-menu li.show a,
			.site-header ul#hamburger-menu li.show a {
				color: var(--primary-color);
			}

			.navbar-hamburger ul.hamburger-nav li.show>span::before,
			.navbar-hamburger ul.hamburger-nav li:hover span::before {
				background: var(--primary-color);
				color: #fff;
			}

			.site-header .navbar-hamburger ul#hamburger-menu ul.sub-menu li a::after {
				width: 0%;
				display: none;
			}

			.site-header .navbar-hamburger ul#hamburger-menu ul.sub-menu li.show a::after {
				width: 100%;
			}

			.navbar-hamburger ul.hamburger-nav li a {
				z-index: 0;
				padding: 0 0 10px 0;
			}
		}

		@media (min-width: 1200px) {

			footer .main-footer .container,
			.single-product .woocommerce-notices-wrapper,
			.container {
				max-width: 1160px;
			}
		}

		@media (min-width:1410px) {

			footer .main-footer .container,
			.single-product .woocommerce-notices-wrapper,
			.container {
				max-width: 1470px;
				padding: 0;
				margin: auto;
			}
		}



		@media (min-width: 1401px) and (max-width: 1500px) {
			.spacer {
				padding: 0 15px !important;
			}

		}

		@media(max-width:1199px) {
			h1 {
				font-size: 32px;
			}

			h2 {
				font-size: 27px;
			}

			h3 {
				font-size: 22px;
			}

			h4 {
				font-size: 20px;
			}

			h5 {
				font-size: 18px;
			}

			h6 {
				font-size: 15px;
			}

			.wp-block-search .wp-block-search__label,
			.widget h2 {
				font-size: 23px;
			}

			td,
			li a,
			figcaption {
				font-size: 14px;
			}
		}

		@media(max-width:991px) {
			h2 {
				font-size: 25px;
			}
		}

		@media(max-width:575px) {
			h1 {
				font-size: 24px;
			}

			h2 {
				font-size: 22px;
			}

			h3 {
				font-size: 20px;
			}

			h4 {
				font-size: 18px;
			}

			h5 {
				font-size: 16px;
			}

			h6 {
				font-size: 14px;
			}

			.wp-block-search .wp-block-search__label,
			.widget h2 {
				font-size: 21px;
			}

			h1,
			h2,
			h3,
			h4,
			h5,
			h6 {
				margin: 0 0 15px;
			}

			p {
				margin: 0 0 10px;
			}

			table td,
			table th {
				padding: 5px 8px;
			}

		}

		/*------------ End commen css ---------------------*/

		/* ----------- Start blog-list block  ------------------- */
		@media(max-width:1400px) {
			.wp-block-media-text.has-media-on-the-right .wp-block-media-text__content {
				margin: 10px 0 0;
			}


			.header_style.site-header.header-style-3 .site-branding {
				padding: 0 12px;
			}

			.header_style.site-header.sticky .container-fluid {
				padding: 0 12px;
			}

			.category-style2 .wpcat-content {
				padding: 15px 33px 15px 20px;
			}

			.category-style2 .cat_desc .wpcat-content .cat_total_product {
				top: 13px;
				right: 19px;
			}

			.home .header_style.site-header.sticky .container-fluid {
				padding: 0 20px 0 6px;
			}

			#mega-menu-wrap-header-menu #mega-menu-header-menu>li.mega-menu-flyout ul.mega-sub-menu,
			#mega-menu-wrap-header-menu #mega-menu-header-menu>li.mega-menu-megamenu>ul.mega-sub-menu {
				top: 56px;
			}
		}

		@media(max-width:575px) {
			.spacer {
				padding: 0 15px !important;
			}

			#post_sidebar {
				padding: 0 25px;
			}

			.blog #post_sidebar,
			.single-post #post_sidebar {
				padding: 0 12px;
			}


			.single-post .tt-post-meta-wrap {
				margin: 0 0 15px;
			}


			.post .tt-post-wrapper>.tt-post-thumbnail,
			.search .tt-post-wrapper>.tt-post-thumbnail {
				margin: 0 0 20px;
			}

			.search-icon .top-search .search-fix .product-search-close {
				right: 20px;
				top: 10px;
			}

			.home .tt-post-details .tt-post-content p {
				line-height: 26px;
			}

			.tt-post-meta-wrap div a {
				font-size: 13px;
			}

			.tt-post-wrapper .tt-post-meta .fa-calendar-alt {
				font-size: 21px;
				padding: 0 7px 0 0;
			}
		}

		@media(max-width:349px) {

			.single-post .tt-post-details .tt-post-category,
			.single-post .tt-post-details .tt-post-author {
				width: auto;
			}
		}

		/* ----------- End blog-list block  ------------------- */

		/* --------------- Start widget block  ---------------- */
		@media(min-width:992px) and (max-width:1199px) {

			.widget_calendar #wp-calendar td,
			.widget_calendar #wp-calendar th {
				padding: 5px 0;
			}
		}

		@media(max-width:1199px) {
			#post_sidebar .widget ul li ul {
				margin-left: 15px;
			}

			.category-style2 .cat_desc .wpcat-content .cat_name {
				font-size: 16px;
			}

			.category-style2 .cat_desc .wpcat-content .cat_total_product {
				top: 10px;
				right: 15px;
				font-size: 13px;
			}

			.category-style2 .wpcat-content {
				padding: 12px 33px 12px 17px;
			}

			#mega-menu-wrap-header-menu #mega-menu-header-menu>li.mega-menu-item>a.mega-menu-link {
				padding: 0px 6px 0px 6px;
			}

			footer.footer-style-1 .main-footer .footer-02 {
				padding: 0 0 0 67px;
			}
		}

		@media(max-width:991px) {
			#mega-menu-wrap-header-menu #mega-menu-header-menu > li.mega-menu-megamenu > ul.mega-sub-menu li.mega-menu-column > ul.mega-sub-menu > li.mega-menu-item > a.mega-menu-link {
				font-size: 18px;
			}
			#mega-menu-wrap-header-menu #mega-menu-header-menu>li.mega-menu-item>a.mega-menu-link:focus {
				background-color: transparent;
				color: var(--secondary-color);
			}

			.widget-area .widget {
				position: relative;
				padding: 20px;
			}

			.blog .widget-area .widget,
			.single-post .widget-area .widget {
				padding: 20px 0;
				margin: 0;
			}

			.header_style.header-style-2 .site-branding .header-logo {
				display: flex;
				justify-content: center;
				flex: 3;
			}

			.header_style.site-header.transparent.header-style-2 .site-branding {
				padding: 0 12px;
			}

			.header_style.site-header.header-style-2 .header-line {
				min-height: 65px;
				height: 65px;
			}

			.header_style.header-style-2 .site-branding .main-navigation {
				flex: 2;
				justify-content: start !important;
				display: flex;
			}

			.header_style.header-style-2 .site-branding .right-header {
				flex: 2;
				justify-content: end;
			}

			#mega-menu-wrap-header-menu #mega-menu-header-menu>li.mega-menu-item.mega-toggle-on>a.mega-menu-link {
				background: transparent;
				color: var(--primary-color);
			}

			#mega-menu-wrap-header-menu #mega-menu-header-menu>li.mega-menu-item>a.mega-menu-link {
				display: flex;
				justify-content: space-between;
			}

			/* .header_style.header-style-2 .site-branding .main-navigation {
				flex: 0;
			} */

			.site-main .show.widget .widget-title::before {
				content: '\f068';
			}

			#post_sidebar .widget ul.sub-menu,
			#post_sidebar .widget ul.children {
				display: block;
				padding: 0;
			}

			#post_sidebar .widget.show ul {
				display: block;
			}
		}

		@media(max-width:575px) {
			.widget {
				padding: 20px;
			}

			.widget-area .widget {
				margin: 0 0 20px;
			}
			#site-navigation.main-navigation ul {
				top: 33px;
				width: 290px;
			}
		}

		@media(max-width:340px) {

			.widget_calendar #wp-calendar td,
			.widget_calendar #wp-calendar th {
				padding: 5px 0;
			}
		}

		/* --------------- End widget block  ---------------- */

		/* --------------- Start post comment ---------------- */
		@media(max-width:991px) {
			#comments {
				margin: 0 0 40px;
			}
			.single-post #comments {
				margin: 0;
			}
		}

		@media(max-width:575px) {
			#comments .comment-respond .section-field {
				width: 100%
			}

			.comment-list li.comment .comment-body {
				flex-wrap: wrap;
			}

			.comment-list .comment-avtar {
				padding-bottom: 10px;
				padding-right: 10px;
				width: 100%;
			}

			.comment-list .comment-wrap .comment-meta-wrap {
				margin: 0 0 5px;
			}

			#comments #respond {
				margin: 20px 0 0;
			}

			.comment-list li.comment .comment-body {
				padding: 20px;
				margin: 0 0 20px;
			}
		}

		/* --------------- End post comment ---------------- */

		/* --------------- Start Breadcump --------------------*/

		@media(max-width:767px) {
			.page-header.inner-header-opacity {
				margin: 0 0 30px;
			}
		}

		@media(max-width:575px) {
			#crumbs .active {
				padding-left: 16px;
				margin-left: 12px;
			}
		}

		/* --------------- End Breadcump --------------------*/

		/* --------------- Start Pagination ---------------*/
		@media(max-width:991px) {
			.paging .pagination {
				margin: 0 0 30px;
			}

			.pagination .page-numbers li>a,
			.pagination .page-numbers li>span {
				padding: 0 14px;
				font-size: 13px;
				min-width: 35px;
				height: 35px;
				line-height: 35px;
			}

			.pagination .page-numbers li>a.prev::after,
			.pagination .page-numbers li>a.next::after {
				height: 33px;
			}
		}

		/* --------------- End Pagination ---------------*/

		/* --------------- Start Post Detail page -------------- */
		@media(max-width:767px) {
			.gallery .gallery-item .gallery-caption {
				word-break: break-all;
			}
		}

		@media(max-width:575px) {
			.post.type-post.tag-password-2.tag-template input[type="submit"] {
				margin: 15px 0 0;
			}
		}

		/* --------------- End Post Detail page -------------- */

		/* --------------- Start Product Categories ------------------- */

		@media(max-width:1400px) {
			.cat_desc .wpcat-content .cat_name {
				font-size: 26px;
				line-height: 30px;
			}

			.Product.Categories .product-category .swiper-slide {
				margin: 0 0 100px;
			}

			.product-category.category-style1 .swiper-slide.swiper-slide-next {
				margin: 100px 0 0;
			}

			.product_catagories .swiper-wrapper .items {
				padding: 0 10px 30px 0;
			}



			.variations_form .variations tr {
				margin: 0 0 15px;
				float: left;
				width: 100%;
			}
		}

		@media(max-width:1199px) {
			.Product.Categories .product-category .swiper-slide {
				margin: 0 0 70px;
			}

			.product-category.category-style1 .swiper-slide.swiper-slide-next {
				margin: 70px 0 0;
			}

			.cat_desc .wpcat-content .cat_name {
				font-size: 22px;
				line-height: 28px;
			}

			.header-top .list-inline-item span a {
				font-size: 11px;
			}


			.item .wpcat-content a .cat_name {
				font-size: 18px;
				line-height: 25px;
			}



			.category-grid.product-category .swiper-wrapper .swiper-slide>a .wpcat-content {
				bottom: 10px;
			}

			.category-grid.product-category .swiper-wrapper .swiper-slide>a .wpcat-content .cat_name {
				width: 230px;
				height: 45px;
				font-size: 18px;
			}
		}

		@media(max-width:991px) {
			.Product.Categories .product-category .swiper-slide {
				margin: 0;
			}

			.product-category.category-style1 .swiper-slide.swiper-slide-next {
				margin: 0;
			}

			.cat_desc .wpcat-content .cat_total_product {
				font-size: 15px;
				line-height: 18px;
			}

			.product-content-wrap .cart-quantity-wrap {
				opacity: 1;
				-webkit-transition: all 0.3s ease-in-out 0s;
				-moz-transition: all 0.3s ease-in-out 0s;
				-ms-transition: all 0.3s ease-in-out 0s;
				-o-transition: all 0.3s ease-in-out 0s;
				transition: all 0.3s ease-in-out 0s;
			}

			section.product .product-button-wrap {
				-webkit-transition: all 0.3s ease-in-out 0s;
				-moz-transition: all 0.3s ease-in-out 0s;
				-ms-transition: all 0.3s ease-in-out 0s;
				-o-transition: all 0.3s ease-in-out 0s;
				transition: all 0.3s ease-in-out 0s;
				visibility: visible;
				opacity: 1;
				-moz-opacity: 1;
				-khtml-opacity: 1;
				-webkit-opacity: 1;
				z-index: 1;
			}



			.category-grid.product-category .swiper-wrapper .swiper-slide>a .wpcat-content .cat_name {
				width: 180px;
				height: 40px;
				font-size: 16px;
			}
		}

		@media(max-width:767px) {
			.cat_desc .wpcat-content {
				padding: 15px 0 0;
			}

			.cat_desc .wpcat-content .cat_name {
				font-size: 20px;
				line-height: 26px;
			}

			.cat_desc .wpcat-content .cat_total_product {
				font-size: 13px;
				line-height: 16px;
			}


			.category-grid.product-category .swiper-wrapper .swiper-slide>a .wpcat-content {
				bottom: 20px;
			}

			.item .wpcat-content a .cat_name {
				font-size: 15px;
				line-height: 22px;
			}

			.category-sticky .elementor-container {
				flex-direction: column-reverse;
			}

			.category-sticky>.elementor-container {
				overflow: hidden;
			}

			.category-grid .swiper-slide {
				width: 50%;
			}
		}

		@media(max-width:575px) {
			.item .wpcat-content a .cat_total_product {
				font-size: 13px;
			}


		}

		@media(max-width:480px) {


			.category-grid.product-category .swiper-wrapper .swiper-slide>a .wpcat-content .cat_name {
				width: 140px;
				height: 35px;
				font-size: 15px;
			}

			.category-grid.product-category .swiper-wrapper .swiper-slide>a .wpcat-content {
				bottom: 10px;
			}
		}

		/* --------------- End Product Categories ------------------- */

		/* ------------- Start header style ------------------ */
		@media(max-width:1400px) {
			.navbar-hamburger span.hamburger-close::after {
				bottom: 0;
			}

			.header_style.site-header .site-branding {
				max-height: 92px;
				height: 92px;
				padding: 0px 20px;
			}

		}

		@media(max-width:1366px) {
			.shop-sidebar .thumbnail-wrap .timer>div {
				padding: 0 7px;
			}

			.shop-sidebar .thumbnail-wrap .timer>div>div.text {
				font-size: 9px;
			}

			.shop-sidebar .list-content .timer>div>p,
			.shop-sidebar .thumbnail-wrap .timer>div>p {
				font-size: 12px;
			}

			.shop-sidebar section.product .blisssoap-sale span {
				width: 42px;
				height: 22px;
				font-size: 12px;
			}

			.shop-sidebar .thumbnail-wrap .timer {
				height: 38px;
			}

			.shop-sidebar .thumbnail-wrap .timer {
				top: 10px;
				left: 10px;
				right: 10px;
			}

			.product-layout-default .shop-sidebar section.product .cart-wrap a,
			.shop-sidebar .product .product-button-wrap .btn-hv a {
				height: 35px;
				width: 35px;
			}

			.shop-sidebar .product .product-button-wrap .btn-hv a::before {
				/* 				font-size: 13px; */
			}


			.shop-sidebar .product .price .amount bdi,
			.shop-sidebar .product .price ins {
				font-size: 16px;
				line-height: 16px;
			}

			.shop-sidebar .product .content-wrap a {
				float: left;
				margin: 0 0 5px 0;
			}

			.product-layout-default .shop-sidebar .product .content-wrap {
				padding: 10px 0 0 0;
			}


			.list-view .product .wrap-rate .star-rating {
				font-size: 13px;
				width: 90px;
				letter-spacing: 2px;
			}
		}

		@media(max-width:1199px) {
			.header-swiper {
				padding: 10px 20px;
			}


			.header-line {
				min-height: 142px;
				width: 100%;
			}

			.site-header #site-navigation ul.nav-menu li.menu-item a {
				padding: 10px 12px;
				font-size: 18px;
				line-height: 20px;
			}

			.header_style.site-header .site-branding {
				max-height: 90px;
				height: 90px;
			}

			.navbar-woocommerce #woocommerce-menu {
				top: 55px;
			}
		}

		@media(min-width:992px) and (max-width:1199px) {

			.header-style-1.site-header #site-navigation ul.nav-menu li.menu-item.menu-item-has-children>a::before {
				right: 12px;
			}
		}

		@media(min-width:992px) {
			footer .widget-wrap .widget .widget-title+div {
				display: block !important;
			}

			header .site-branding #site-navigation {
				display: flex;
			}

			.home-page-03 header .site-branding #site-navigation {
				display: flex;
				flex: 1;
				width: 100%;
			}

			.site-header .mini-cart ul li a::after,
			.site-header ul#woocommerce-menu li a::after {
				display: none;
			}

			.site-header #site-navigation ul.nav-menu li.menu-item.menu-item-has-children>a::before {
				content: '\f078';
				font-family: 'Font Awesome 5 Free';
				position: absolute;
				font-weight: 600;
				right: 25px;
				font-size: 12px;
				left: auto;
				top: 0;
				bottom: 0;
				margin: auto;
				height: 12px;
				color: var(--color-text);
			}

			.site-header #site-navigation ul.nav-menu li.menu-item.menu-item-has-children>a {
				padding-right: 45px;
			}

			.site-header #site-navigation ul.nav-menu li.menu-item:hover>ul.sub-menu {
				transform: scaleY(1);
				-webkit-transform: scaleY(1);
				-moz-transform: scaleY(1);
				-o-transform: scaleY(1);
				-ms-transform: scaleY(1);
				visibility: visible;
				transition: all .4s ease;
				-webkit-transition: all .4s ease;
				-moz-transition: all .4s ease;
				-o-transition: all .4s ease;
				-ms-transition: all .4s ease;
				opacity: 1;
			}

			.site-header #site-navigation ul.nav-menu li.menu-item>ul.sub-menu {
				background: var(--bs-white);
				display: inline-block;
				padding: 18px 0;
				min-width: 250px;
				width: 200px;
				box-shadow: 0 15px 25px rgb(0 0 0 / 6%);
				border: 1px solid var(--border-color);
				transform: scaleY(0);
				-webkit-transform: scaleY(0);
				-moz-transform: scaleY(0);
				-o-transform: scaleY(0);
				-ms-transform: scaleY(0);
				visibility: hidden;
				transition: all .4s ease;
				-webkit-transition: all .4s ease;
				-moz-transition: all .4s ease;
				-o-transition: all .4s ease;
				-ms-transition: all .4s ease;
				transform-origin: center top 0;
				opacity: 0;
				left: 0;
				cursor: auto;
			}

			.site-header #site-navigation ul.nav-menu li.menu-item ul.sub-menu li.menu-item:hover>ul {
				left: 100%;
				top: 10px;
			}

			#mega-menu-wrap-header-menu .mega-menu-toggle .mega-toggle-block-1 .mega-toggle-animated-slider .mega-toggle-animated-inner::after {
				top: 17px;
			}

			#mega-menu-wrap-header-menu .mega-menu-toggle .mega-toggle-block-1 .mega-toggle-animated-slider .mega-toggle-animated-inner::before {
				top: 8px;
			}
		}

		@media(max-width:1400px) {
			.tt-banner .banner-text.tt-icon-left {
				width: 32%;
			}

			/* .blog-style.blog-style-2 .tt-post-wrapper div.tt-post-thumbnail {
				width: auto;
			} */

			.catagories_errow .swiper-button-next,
			.catagories_errow .swiper-button-prev {
				top: 73%;
			}

			.header-style-3 #mega-menu-wrap-header-menu #mega-menu-header-menu>li.mega-menu-item>a.mega-menu-link {
				padding: 0px 8px 0px 8px;
			}

		}

		@media(max-width:1199px) {
			.header_style .site-branding a.dropdown-back {
				padding: 0;
			}


			.header_style.site-header .search-icon .search-wrap .search-text {
				display: none;
			}

			.site-branding .right-header .mini-cart a svg {
				width: 22px;
				height: 22px;
				margin: 0 5px 0 0;
			}

			.header_style .site-branding a svg,
			.search-icon .search-wrap svg {
				width: 20px;
				height: 20px;
			}


			.catagories_errow .swiper-navigation .swiper-button.swiper-button-next {
				left: -29%;
			}

			.catagories_errow .swiper-button-next,
			.catagories_errow .swiper-button-prev {
				top: 77%;
			}

			.service-block .swiper-wrapper.text-start .swiper-slide .tt-feature-box-icon {
				margin: 0;
				width: 70px;
			}

			.left-header .head-top-call a {
				margin: 0 10px 0 0;
				padding: 0 10px 0 0;
				font-size: 13px;
			}

			.page-header .blisssoap-page-title {
				padding: 10px 0;
			}

			.header-top a {
				font-size: 12px;
			}
		}

		@media(max-width:991px) {
			.page-header .blisssoap-page-title {
				min-height: 50px;
			}

			.product .content-wrap a {
				margin: 0 0 7px 0;
			}

			#mega-menu-wrap-header-menu #mega-menu-header-menu>li.mega-menu-flyout ul.mega-sub-menu li.mega-menu-item a.mega-menu-link:hover,
			#mega-menu-wrap-header-menu #mega-menu-header-menu>li.mega-menu-flyout ul.mega-sub-menu li.mega-menu-item a.mega-menu-link:focus {
				background: var(--dark-bg-text);
			}



			.home-page-03 .header_style.site-header .site-branding {
				max-height: 65px;
				height: 65px;
			}

			.elementor-container .elementor-widget-wrap .elementor-element.cms-video-gif {
				top: 100px;
			}

			#mega-menu-wrap-header-menu #mega-menu-header-menu>li.mega-menu-megamenu>ul.mega-sub-menu,
			#mega-menu-wrap-header-menu #mega-menu-header-menu>li.mega-menu-flyout ul.mega-sub-menu li.mega-menu-item a.mega-menu-link,
			#mega-menu-wrap-header-menu #mega-menu-header-menu>li.mega-menu-flyout ul.mega-sub-menu {
				background: none;
			}

			.category-style2 .cat_desc .wpcat-content .cat_name {
				font-size: 15px;
			}

			.site-branding .main-navigation {
				order: -1;
			}

			header .humburger-icon-wrap .humburger-title {
				display: none;
			}

			.product-layout-default .related section.product .quantity,
			.product .quantity {
				width: 70px;
				height: 35px;
			}

			section.product .cart-wrap .product-button {
				font-size: 0px;
			}

			#site-navigation .navbar-toggler svg {
				font-size: 16px;
				color: #222;
			}

			.main-navigation ul ul li:hover>ul {
				display: none;
			}

			#site-navigation.main-navigation ul {
				display: none;
				position: absolute;
				top: 100%;
				bottom: auto;
				width: max-content;
				left: 0;
				right: 0;
				background: var(--white-color-text);
				padding: 15px 0;
				border: 1px solid var(--border-color);
				z-index: 3;
				top: 41px;
				box-shadow: 0 4px 10px 2px rgb(0 0 0 / 4%);
			}

			.site-wrap .main-navigation.toggled ul {
				display: block;
			}

			.site-header #site-navigation ul.nav-menu>li.menu-item,
			.site-header #site-navigation .menu-all-pages-flat-container ul.navbar-nav li.menu-item {
				padding: 7px 25px;
				text-align: left;
				float: left;
				width: 100%;
			}

			.header_style.site-header #site-navigation ul.nav-menu>li.menu-item {
				padding: 3px;
			}

			.header_style.site-header #site-navigation ul.nav-menu>li.menu-item ul li {
				padding: 7px 0 0 25px;
			}

			.header_style.site-header #site-navigation ul li.menu-item-has-children>ul li .toggle-sub-menu {
				right: 22px;
			}

			.site-header #site-navigation ul.nav-menu li.menu-item a {
				font-weight: 400;
				padding: 0;
			}

			.site-header #site-navigation ul.nav-menu li.menu-item.menu-item-has-children>a::before {
				top: 5px;
			}

			.site-header #site-navigation ul li.menu-item-has-children .toggle-sub-menu {
				position: absolute;
				right: 25px;
				left: auto;
				top: 5px;
				bottom: auto;
				margin: auto;
				height: 28px;
				width: 20px;
				display: flex;
				justify-content: center;
				align-items: center;
			}

			.site-header #site-navigation ul li.menu-item-has-children>ul li .toggle-sub-menu {
				right: 0;
			}

			.site-header #site-navigation ul.nav-menu li.menu-item.menu-item-has-children .toggle-sub-menu::before {
				content: '\f078';
				font-family: 'Font Awesome 5 Free';
				font-weight: 600;
				font-size: 10px;
			}

			.site-header #site-navigation ul.nav-menu>li.menu-item .sub-menu {
				position: static;
				border: none;
				box-shadow: none;
				padding: 5px 0 5px;
			}

			.site-header #site-navigation .menu-testing-menu-container ul.nav-menu>li.menu-item .sub-menu {
				padding-bottom: 0;
			}

			.site-header #site-navigation ul li>ul li {
				float: left;
				width: 100%;
				padding: 5px 0 0 10px;
			}

			.site-header #site-navigation ul.nav-menu li.menu-item.show>.toggle-sub-menu {
				-webkit-transform: rotate(-180deg);
				-moz-transform: rotate(-180deg);
				-o-transform: rotate(-180deg);
				-ms-transform: rotate(-180deg);
				transform: rotate(-180deg);
			}

			.site-header #site-navigation ul.nav-menu li.menu-item ul.sub-menu li.menu-item a {
				font-size: 14px;
			}

			.header-style-1.site-header .site-wrap {
				padding: 0 15px;
			}

			.search-icon .top-search.show .search-fix .container {
				max-width: 95%;
			}

			.search-icon .top-search .search-fix .search .search-close-btn {
				right: 35px;
			}

			.header-top {
				padding: 0 15px;
			}

			.search-icon .top-search .search-form input[type="search"] {
				font-size: 18px;
			}

			.search-icon .top-search .search-form button[type="submit"] svg {
				width: 20px;
				height: 20px;
			}

			.search-icon .top-search .search-fix .product-search-close {
				right: 20px;
			}

			.search-icon .top-search .search-form button[type="submit"] {
				bottom: 15px;
				right: 0;
			}

			.search-icon .top-search .search-form input {
				height: 70px;
			}

			.thumbnail-slider-style2 .right-slider .product-360-slider-wrap .product-popup-wrap {
				bottom: 15px;
			}

			.header_style.site-header .site-wrap {
				display: flex;
				justify-content: space-between;
				align-items: center;
			}

			.header_style.site-header .site-wrap .site-branding,
			.header_style.site-header .site-wrap .right-header {
				order: 1;
			}

			#site-navigation .navbar-toggler,
			.mega-menu-header-menu #site-navigation .navbar-toggler {
				display: none;
			}

			#site-navigation .navbar-toggler {
				display: flex;
			}


			.mega-menu-header-menu .header-style-1.site-header #site-navigation {
				padding: 0;
			}

			#mega-menu-wrap-header-menu .mega-menu-toggle .mega-toggle-block-1 .mega-toggle-animated-box,
			#mega-menu-wrap-header-menu .mega-menu-toggle .mega-toggle-block-1 .mega-toggle-animated-inner,
			#mega-menu-wrap-header-menu .mega-menu-toggle .mega-toggle-block-1 .mega-toggle-animated-inner::before,
			#mega-menu-wrap-header-menu .mega-menu-toggle .mega-toggle-block-1 .mega-toggle-animated-inner::after {
				width: 25px;
			}

			#mega-menu-wrap-header-menu .mega-menu-toggle .mega-toggle-block-1 .mega-toggle-animated-slider .mega-toggle-animated-inner::before {
				top: 8px;
			}

			#mega-menu-wrap-header-menu .mega-menu-toggle .mega-toggle-block-1 .mega-toggle-animated-slider .mega-toggle-animated-inner::after {
				top: 17px;
			}

			#mega-menu-wrap-header-menu .mega-menu-toggle.mega-menu-open .mega-toggle-block-1 .mega-toggle-animated-slider .mega-toggle-animated-inner::after {
				transform: translate3d(0, -17px, 0) rotate(-90deg);
			}

			header.sticky .site-main-wrap {
				position: static;
			}

			#mega-menu-wrap-header-menu .mega-menu-toggle .mega-toggle-blocks-right .mega-toggle-block:only-child,
			#mega-menu-wrap-header-menu .mega-menu-toggle .mega-toggle-blocks-right .mega-toggle-block {
				margin: 0;
			}

			#mega-menu-wrap-header-menu .mega-menu-toggle.mega-menu-open+#mega-menu-header-menu {
				padding: 20px 15px;
				box-shadow: 0 4px 10px 2px rgb(0 0 0 / 4%);
				-webkit-box-shadow: 0 4px 10px 2px rgb(0 0 0 / 4%);
				-moz-box-shadow: 0 4px 10px 2px rgb(0 0 0 / 4%);
				-ms-box-shadow: 0 4px 10px 2px rgb(0 0 0 / 4%);
				-o-box-shadow: 0 4px 10px 2px rgb(0 0 0 / 4%);
				top: 48px;
				border-top: 2px solid var(--primary-color);
			}

			.main-navigation #mega-menu-wrap-header-menu #mega-menu-header-menu .mega-menu-link+ul.mega-sub-menu {
				box-shadow: none;
				padding: 0;
			}


			#mega-menu-wrap-header-menu #mega-menu-header-menu li.mega-menu-megamenu>ul.mega-sub-menu>li.mega-menu-row .mega-menu-column>ul.mega-sub-menu>li.mega-menu-item {
				padding: 0 10px;
				margin: 5px 0 15px;
			}



			.home header.site-header.header-style-1.sticky .site-branding,
			header.site-header.sticky .site-branding {
				position: static;
			}

			.header-swiper .head-slide .swiper-wrapper .header-top-swiper::after {
				right: 18%;
			}

			.elementor-shortcode #sb_instagram {
				padding: 0 !important;
			}

			.elementor-image-box-wrapper .elementor-image-box-content .elementor-image-box-title {
				font-size: 20px;
			}

			.search-icon .top-search .search-fix {
				padding: 35px 0 35px 0;
			}
		}

		@media(max-width:767px) {
			.right-header .mini-cart .dropdown-menu-mini-cart .widget_shopping_cart_content .quantity .total {
				font-size: 15px;
				line-height: 18px;
			}
			.right-header .mini-cart .dropdown-menu-mini-cart .widget_shopping_cart_content ul li .product-details {
				font-size: 15px;
			}


			.elementor-container .elementor-widget-wrap .elementor-element.cms-video-gif {
				top: 60px;
			}

			.h02_sec01 .tt-banner .banner-text.tt-icon-left {
				width: 80%;
			}

			.top-view-desciption {
				display: none;
			}

			.tt-banner .banner-text.tt-icon-top.text-center {
				top: 25px;
			}

			.blog-style .tt-post-wrapper div.tt-post-details {
				margin: 0;
			}

			.catagories_errow .swiper-navigation {
				display: none;
			}


			.service-block.swiper-slider .tt-feature-box-containt p {
				font-size: 13px;
			}

			.product .category-morden .wrap-rate {
				padding: 6px 0 0 0;
			}

			.category-morden .list-description p {
				margin: 6px 0 8px 0;
			}

			.product .category-morden .product-button-wrap {
				margin: 0 0 6px 0;
			}
		}

		@media(max-width:650px) {
			.page-header .blisssoap-page-title {
				justify-content: center;
			}

			.elementor-container .elementor-widget-wrap .elementor-element.cms-video-gif {
				top: 20px;
			}

			.header-swiper .head-slide .swiper-wrapper .header-top-swiper {
				font-size: 13px;
			}

			.header-swiper .head-slide .swiper-wrapper .header-top-swiper::after {
				right: 4%;
				width: 40px;
			}
		}

		@media(min-width:768px) and (max-width:991px) {
			#mega-menu-wrap-header-menu #mega-menu-header-menu li.mega-menu-item.mega-menu-megamenu ul.mega-sub-menu .mega-row-category-content ul.mega-sub-menu:not(.mega-menu-category-content .mega-sub-menu) {
				display: flex;
			}
		}

		@media(max-width:575px) {
			#site-navigation.main-navigation ul {
				top: 33px;
			}
			.single-product .woocommerce-notices-wrapper {
				display: flex;
			}

			.single-product .woocommerce-notices-wrapper .woocommerce-error {
				margin: 0 10px 20px;
			}

			.header-swiper {
				display: none;
			}

			.search-icon .top-search .search-form button[type="submit"] svg {
				width: 18px;
				height: 18px;
			}

			.search-icon .top-search .search-form button[type="submit"] {
				bottom: 12px;
				padding: 10px 0;
			}


			.elementor-container .elementor-widget-wrap .elementor-element.cms-video-gif {
				top: 60px;
			}

			.search-icon .top-search .search-form input {
				height: 60px;
			}

			.right-header .mini-cart .dropdown-back svg {
				left: 11px;
				width: 17px;
				height: 17px;
			}

			header .right-header .wishlist-wrap {
				padding: 0 0 0 12px;
			}

			header .right-header .wishlist-wrap div svg {
				width: 17px;
				height: 17px;
			}
			header.header-style-1 .humburger-icon-wrap .humburger-title {
				display: none;
			}

			.right-header .search-icon .top-search .search-form label input[type="search"] {
				font-size: 15px;
			}

			.search-icon .top-search .search-fix {
				min-height: 160px;
				padding: 30px 0 0;
			}

			.search-icon .top-search .search-fix .search .search-close-btn {
				right: 20px;
				top: 20%;
			}

			.single-product .single-product-thumb-content .prev_next_buttons {
				display: flex;
				justify-content: center;
				margin: 0 0 10px;
				display: none;
			}

			.single-product .xs_social_share_widget {
				width: 100% !important;
				margin: 0 0 20px;
			}

			.single-product.thumbnail-slider-style2 .single-product-thumbnail .product-360-slider-wrap .slider .zoom {
				margin: 0 0 10px;
			}


			#mega-menu-wrap-header-menu #mega-menu-header-menu>li.mega-menu-megamenu>ul.mega-sub-menu>li.mega-menu-item li.mega-menu-item>a.mega-menu-link,
			#mega-menu-wrap-header-menu #mega-menu-header-menu>li.mega-menu-megamenu>ul.mega-sub-menu li.mega-menu-column>ul.mega-sub-menu>li.mega-menu-item li.mega-menu-item>a.mega-menu-link {
				font-size: 18px;
			}

			#mega-menu-wrap-header-menu .mega-menu-toggle.mega-menu-open .mega-toggle-block-1 .mega-toggle-animated-slider .mega-toggle-animated-inner::after {
				transform: translate3d(0, -17px, 0) rotate(-90deg);
			}



			.nickx-slider-for .btn-prev,
			.nickx-slider-for .btn-next {
				height: auto;
				width: auto;
			}

			.single-product .site-main>.container .container {
				padding: 0;
			}


			header.header-style-1 .head-hamburger-menu-wrap {
				flex: 0;
			}

			.head-hamburger-menu {
				margin: 0;
			}
		}
		@media(max-width:480px) {
			.header_style .site-branding .product_name a {
				font-size: 16px;
				line-height: 18px;
			}
			.right-header .mini-cart .dropdown-menu-mini-cart .widget_shopping_cart_content .total .amount {
				font-size: 16px;
				line-height: 18px;
			}
			.right-header .mini-cart .dropdown-menu-mini-cart .widget_shopping_cart_content .total strong {
				font-size: 18px;
				line-height: 18px;
			}
		}

		@media(max-width:360px) {

			.navbar-hamburger span.hamburger-close,
			.navbar-hamburger ul.hamburger-nav>li span {
				right: 80px;
			}

			.navbar-hamburger ul.hamburger-nav li {
				padding: 10px 84px 10px 30px;
			}
		}

		/* ------------- End header style ------------------ */


		/* ---------------- Start Footer block ---------------*/
		@media(max-width:1199px) {
			footer.footer-style-2 .footer-newsletter .widget-title {
				font-size: 25px;
				padding-left: 35px;
			}

			footer.footer-style-2 .footer-newsletter .news-title .widget-title::before {
				font-size: 20px;
				height: 20px;
			}

			footer.footer-style-2 .footer-top-row {
				padding: 30px 5%;
			}

			.footer-style-2 .footer-top .footer-newsletter .newsletter-content {
				width: 100%;
			}

			.footer-style-2 .footer-top .footer-newsletter .news-form .newsletter-form input[type="submit"] {
				padding: 15px 30px;
			}
		}

		@media(max-width:991px) {
			footer .site-info .copyright {
				padding: 15px 0 20px;
			}

			footer .copyright .copyright-left {
				font-size: 14px;
			}

			footer ul.social-media {
				margin: 15px 0 0px 0;
			}

			footer .widget ul li {
				margin: 0 0 10px;
			}

			footer .widget .contact-info li span {
				font-size: 14px;
				line-height: 16px;
			}

			footer .main-footer,
			footer .main-footer a {
				font-size: 14px;
			}

			footer.footer-style-2 .footer-top-row {
				padding: 25px 0;
			}

			.header-style-3 .navbar-woocommerce #woocommerce-menu {
				top: 42px;
			}

			.header_style.header-style-3 .site-branding a.dropdown-back {
				padding: 0;
			}

			.home header.site-header.header-style-1.sticky,
			header.site-header.sticky {
				position: relative;
			}

			.thumbnail-wrap .timer {
				display: none;
			}

			footer.footer-style-2 .footer-newsletter .widget-title {
				font-size: 22px;
			}

			footer.footer-style-2 .footer-newsletter .news-title .widget-title::before {
				font-size: 18px;
			}

			footer .widget {
				position: relative;
			}

			footer.footer-style-2footer .main-footer .widget_blisssoap_widget_social_media .widget-title {
				text-align: center;
			}

			footer.footer-style-2 .widget .menu-account-container,
			footer.footer-style-2 .widget .menu-information-container,
			footer.footer-style-2 .widget .menu-quick-links-container,
			footer.footer-style-1 .widget .menu-information-container,
			footer.footer-style-1 .widget .menu-quick-links-container,
			footer .widget .menu-our-company-container {
				display: none;
				padding: 0 0 10px;
			}

			footer .footer-05 .widget .menu-quick-shop-container {
				display: block;
				padding: 0;
			}

			.news-title {
				justify-content: center;
			}

			footer .widget ul:not(footer .widget ul li ul, footer ul.social-media) {
				margin: 0 0 20px;
			}

			footer .widget .menu-quick-links-container,
			footer .widget .menu-short-container,
			footer .widget .contact-info,
			footer .widget .menu-quick-shop-container {
				display: none;
				padding: 5px 0 10px 0;
			}

			footer .widget .toggle-sub-menu {
				top: 0;
				right: 5px;
			}

			footer .widget .toggle-sub-menu::before {
				font-size: 10px;
				content: '\f078';
			}

			footer .widget .show .toggle-sub-menu {
				-webkit-transform: rotate(-180deg);
				-moz-transform: rotate(-180deg);
				-o-transform: rotate(-180deg);
				-ms-transform: rotate(-180deg);
				transform: rotate(-180deg);
			}

			footer .widget_block .newsletter-content,
			footer .widget.widget_block .widget-title {
				margin: 0 0 15px;
			}

			footer .widget_block input[type="submit"] {
				padding: 13px 20px;
				font-size: 13px;
			}

			footer .widget_block .input-form {
				margin: 0;
			}

			.email-popup-con .email-popup-inner-con .mc4wp-form {
				width: 100%;
				padding: 0;
				margin: 0;
			}

			.email-popup-inner-con .email-popup-img-con .newsletter {
				padding-left: 0;
			}

			footer .widget .wp-block-gallery figure.wp-block-image:not(#individual-image) {
				margin: 0;
			}

			footer .widget.widget_media_gallery {
				margin: 0 0 30px;
			}

			footer .footer-top .footer-newsletter .newsletter-content {
				font-size: 12px;
				line-height: 20px;
			}

			.footer-style-2 .footer-top .footer-newsletter .news-title::before {
				font-size: 20px;
				height: 50px;
				width: 50px;
				line-height: 50px;
			}

			.footer-style-2 .footer-top .footer-newsletter .news-form .newsletter-form input[type="submit"] {
				padding: 14px 26px;
				font-size: 12px;
			}

			.footer-style-2 .footer-top .footer-newsletter .news-form .newsletter-form input[type="email"] {
				height: 45px;
			}

			footer.footer-style-2 .widget-wrap .mc4wp-form-fields .news-title .widget-title {
				width: 100%;
			}

			footer.footer-style-2 .widget-wrap .mc4wp-form-fields .news-title .widget-title .footer-click {
				display: none;
			}
		}

		@media(max-width:767px) {

			footer.footer-style-2 .footer-top-row .news-title,
			footer.footer-style-2 .footer-top-row .news-form {
				margin: 0 0 20px;
				width: 60%;
			}

			.header-style-3 .navbar-woocommerce #woocommerce-menu {
				top: 40px;
			}


			.footer-style-2 .footer-top .footer-newsletter .news-title,
			.footer-style-2 .footer-top .footer-newsletter .news-form {
				width: 100%;
			}

			footer.footer-style-2 #footer-top .footer-newsletter {
				flex-direction: column;
			}

			.footer-style-2 .footer-top .footer-newsletter .news-title {
				margin: 0 0 20px;
			}

			.email-popup-inner-con .message-overlay-con {
				padding: 0;
			}

			.email-popup-con .footer-newsletter .news-form .newsletter-form input[type="submit"] {
				font-size: 13px;
				padding: 15px 30px;
			}

			.email-popup-inner-con .message {
				font-size: 21px;
			}

			.email-popup-inner-con .message-desc {
				font-size: 13px;
			}

			.footer-style-2 .footer-top .footer-newsletter .news-form .newsletter-form {
				width: 100%;
			}
		}

		@media(max-width:600px) {

			footer .widget .wp-block-gallery figure.wp-block-image:not(#individual-image),
			footer .wp-block-gallery.has-nested-images figure.wp-block-image:not(#individual-image):nth-of-type(2n) {
				margin: 0 10px 0 0;
			}
		}

		@media(max-width:575px) {

			footer .main-footer,
			footer .main-footer a {
				font-size: 13px;
				line-height: 16px;
			}

			footer .site-info .copyright {
				padding: 10px 0;
			}

			footer.footer-style-2 .footer-top-row {
				padding: 20px 0;
			}

			footer .site-info .copyright .copyright-right {
				margin: 10px 0 0 0;
			}

			.header-style-3.header_style .site-branding .header-logo {
				margin: 0 0 0 15px;
			}

			.header-style-3 .navbar-woocommerce #woocommerce-menu {
				top: 35px;
			}

			footer.footer-style-2 .footer-top-row .news-title,
			footer.footer-style-2 .footer-top-row .news-form {
				width: 100%;
			}

			footer .widget_block input[type="submit"] {
				padding: 12px 15px;
				font-size: 12px;
			}

			footer .widget.widget_media_gallery {
				margin: 0 0 20px;
			}

			.footer-style-2 .footer-top .footer-newsletter .news-form .newsletter-form input[type="email"] {
				height: 40px;
			}

			.footer-style-2 .footer-top .footer-newsletter .news-title::before {
				font-size: 17px;
				height: 45px;
				width: 45px;
				line-height: 45px;
			}
		}

		@media(max-width:480px) {
			.footer-style-2 .footer-top .footer-newsletter .news-title::before {
				right: 0;
				bottom: auto;
			}

			/* .deal-of-the-day .swiper-wrapper .swiper-slide section.product .product-content-wrap .deal-product-thumbnail {
				width: 100%;
			} */

			/* .deal-of-the-day .swiper-wrapper .swiper-slide section.product .product-content-wrap .deal-product-content {
				width: 100%;
			} */

			.footer-style-2 .footer-top .footer-newsletter .news-title {
				padding: 60px 0 0;
				text-align: center;
			}

			/* 
			.deal_of_the_day_title .timer-date {
				display: none;
			} */

			.footer-style-2 .footer-top .footer-newsletter .news-form .newsletter-form input[type="submit"] {
				padding: 12px 22px;
				font-size: 11px;
			}

			.right-header .mini-cart .dropdown-menu-mini-cart .cart-slider {
				width: 310px;
			}

			.right-header .mini-cart .dropdown-menu-mini-cart .widget_shopping_cart_content .buttons .button {
				font-size: 16px;
				line-height: 18px;
			}

			footer.footer-style-2 .footer-newsletter .widget-title {
				font-size: 18px;
			}
		}

		/* ---------------- End Footer block ---------------*/


		/* ---------------Start blog block --------------- */
		@media(max-width:1400px) {
			.blog-style .tt-post-details .tt-post-meta {
				margin: 15px 0 0;
			}

		}

		@media(max-width:1199px) {
			.blog-style .tt-post-details .tt-post-title h6 {
				font-size: 22px;
				line-height: 30px;
			}


			footer.footer-style-1 .widget-wrap .mc4wp-form-fields .news-title .widget-title {
				font-size: 22px;
				line-height: 26px;
			}

			footer.footer-style-1 .widget .widget-title {
				margin: 0 0 25px 0;
				font-size: 22px;
				line-height: 26px;
			}

			.site-header.header-style-2 #site-navigation ul.nav-menu li.menu-item a {
				padding: 10px 12px;
			}
		}

		@media(max-width: 991px) {
			.blog-style .tt-post-details .tt-post-title h6 {
				font-size: 20px;
				line-height: 24px;
			}



			.header-style-3 .header-line {
				min-height: 100%;
			}

			#rev_slider_2_1_wrapper .uranus.tparrows {
				display: none !important;
			}

			.product_catagories .section-heading {
				margin: 8px 0 0 0;
			}


			.product_catagories .title-wrap .ui-tabs-nav {
				margin: 0 0 10px 0;
			}


			.tt-banner .banner-text.tt-icon-center.text-center .banner-tag a {
				padding: 8px 15px;
				font-size: 14px;
			}

			.tt-banner .banner-text.tt-icon-center.text-center .button-banner-wrap {
				margin: 25px 0 0;
			}

			.recent-product .row {
				margin: 0;
			}


		}

		@media(max-width:767px) {
			.blog-style .tt-post-thumbnail .zoom-icon {
				opacity: 1;
			}

			.blog-style .tt-post-wrapper:hover .tt-post-thumbnail .zoom-icon,
			.blog-style .tt-post-wrapper .tt-post-thumbnail .zoom-icon {
				transform: none;
			}

		}


		@media(max-width:575px) {
			.tt-post-meta-wrap {
				margin: 0 0 8px;
			}

			.tt-post-wrapper .tt-post-details .tt-post-title>h2 {
				margin: 0 0 8px;
			}

			footer.footer-style-1 .widget .widget-title {
				margin: 0 0 10px 0;
			}

			.blog-style .tt-post-thumbnail .zoom-icon svg {
				font-size: 12px;
			}


			.blog-style .tt-post-thumbnail .zoom-icon {
				height: 30px;
				width: 30px;
			}

			.product_catagories .section-heading {
				margin: 5px 0 10px 0;
			}

			.tt-post-meta-wrap .tt-post-comment a::after {
				font-size: 12px;
				height: 16px;
			}
		}

		@media(max-width:480px) {
			.blog-style .tt-post-details .tt-post-title h6 {
				margin: 6px 0 8px;
			}
		}

		/* ---------------end blog block --------------- */

		/* ---------------- start owl-nav -------------------*/
		@media (max-width:1400px) {



			.swiper-navigation .swiper-button.swiper-button-prev,
			.client-logo .swiper-navigation .swiper-button.swiper-button-prev,
			.product-trending .swiper-navigation .swiper-button.swiper-button-prev {
				left: -18px;
			}

			.owl-carousel .owl-nav button.owl-prev {
				left: 0;
				top: -15%;
			}

			.owl-carousel .owl-nav button.owl-next {
				right: 0px;
				top: -15%;
			}

			.swiper-navigation .swiper-button.swiper-button-next,
			.client-logo .swiper-navigation .swiper-button.swiper-button-next,
			.product-trending .swiper-navigation .swiper-button.swiper-button-next {
				right: -18px;
			}

			.blog-section .swiper-navigation .swiper-button.swiper-button-prev {
				left: -18px;
				top: -30%;
			}

			.blog-section .swiper-navigation .swiper-button.swiper-button-next {
				right: -18px;
				top: -30%;
			}


		}

		@media(min-width:992px) {
			.owl-carousel .owl-nav {
				opacity: 0;
				transition: all 400ms ease-in-out 0s;
				-webkit-transition: all 400ms ease-in-out 0s;
				-moz-transition: all 400ms ease-in-out 0s;
				-o-transition: all 400ms ease-in-out 0s;
				-ms-transition: all 400ms ease-in-out 0s;
			}

			.owl-carousel:hover .owl-nav {
				opacity: 1;
				transition: all 400ms ease-in-out 0s;
				-webkit-transition: all 400ms ease-in-out 0s;
				-moz-transition: all 400ms ease-in-out 0s;
				-o-transition: all 400ms ease-in-out 0s;
				-ms-transition: all 400ms ease-in-out 0s;
			}
		}

		@media(max-width:1199px) {

			.blog-section .swiper-navigation .swiper-button.swiper-button-next,
			.blog-section .swiper-navigation .swiper-button.swiper-button-prev {
				top: -21%;
			}

			.owl-carousel .owl-nav button svg {
				font-size: 20px;
			}


		}

		@media(max-width:991px) {

			.swiper-navigation svg,
			.products-trending.product-swiper .swiper-navigation svg,
			.blog-section .swiper-navigation svg,
			.product-trending .swiper-navigation svg {
				width: 20px;
				height: 20px;
			}

			.owl-carousel .owl-nav button.owl-next,
			.owl-carousel .owl-nav button.owl-prev,
			.swiper-navigation .swiper-button,
			.client-logo .swiper-navigation .swiper-button {
				width: 30px;
				height: 30px;
			}

			.swiper-navigation .swiper-button.swiper-button-next,
			.swiper-navigation .swiper-button.swiper-button-prev {
				width: 30px;
				height: 30px;
			}

			.swiper-navigation .swiper-button.swiper-button-prev,
			.client-logo .swiper-navigation .swiper-button.swiper-button-prev,
			.owl-carousel .owl-nav button.owl-prev,
			.product-trending .swiper-navigation .swiper-button.swiper-button-prev {
				left: -15px;
			}

			.swiper-navigation .swiper-button.swiper-button-next,
			.client-logo .swiper-navigation .swiper-button.swiper-button-next,
			.owl-carousel .owl-nav button.owl-next,
			.product-trending .swiper-navigation .swiper-button.swiper-button-next {
				right: -15px;
			}

			.product-trending .swiper-navigation .swiper-button.swiper-button-next,
			.product-trending .swiper-navigation .swiper-button.swiper-button-prev {
				top: 42%;
				bottom: auto;
			}

			.blog-section .swiper-navigation .swiper-button.swiper-button-prev {
				left: -15px;
			}

			.blog-section .swiper-navigation .swiper-button.swiper-button-next {
				right: -15px;
			}

			.single-product .related.products .products .owl-carousel .owl-nav button.owl-prev {
				left: 0px;
			}

			.single-product .related.products .products .owl-carousel .owl-nav button.owl-next {
				right: 0px;
			}

		}

		@media(max-width:767px) {
			#rev_slider_1_1_wrapper .custom.tparrows.tp-leftarrow {
				transform: translate(0px, -20px) !important;
				-webkit-transform: translate(0px, -20px) !important;
				-moz-transform: translate(0px, -20px) !important;
				-ms-transform: translate(0px, -20px) !important;
				-o-transform: translate(0px, -20px) !important;
			}

			#rev_slider_1_1_wrapper .custom.tparrows.tp-rightarrow {
				transform: translate(-40px, -20px) !important;
				-webkit-transform: translate(-40px, -20px) !important;
				-moz-transform: translate(-40px, -20px) !important;
				-ms-transform: translate(-40px, -20px) !important;
				-o-transform: translate(-40px, -20px) !important;
			}

			.blog-section .swiper-navigation .swiper-button.swiper-button-next,
			.blog-section .swiper-navigation .swiper-button.swiper-button-prev {
				top: -30%;
			}

			#rev_slider_1_1_wrapper .custom.tparrows:before {
				font-weight: 600;
				font-size: 16px !important;
			}
		}

		@media(max-width:575px) {


			.swiper-navigation svg,
			.products-trending.product-swiper .swiper-navigation svg,
			.blog-section .swiper-navigation svg,
			.product-trending .swiper-navigation svg {
				width: 20px;
				height: 20px;
			}

			.owl-carousel .owl-nav button.owl-next,
			.owl-carousel .owl-nav button.owl-prev,
			.swiper-navigation .swiper-button,
			.client-logo .swiper-navigation .swiper-button {
				width: 25px;
				height: 25px;
			}

			.swiper-navigation .swiper-button.swiper-button-next,
			.swiper-navigation .swiper-button.swiper-button-prev {
				width: 25px;
				height: 25px;
			}

			.swiper-navigation .swiper-button.swiper-button-prev,
			.client-logo .swiper-navigation .swiper-button.swiper-button-prev,
			.owl-carousel .owl-nav button.owl-prev,
			.blog-section .swiper-navigation .swiper-button.swiper-button-prev,
			.product-trending .swiper-navigation .swiper-button.swiper-button-prev {
				left: 0;
			}

			.swiper-navigation .swiper-button.swiper-button-next,
			.client-logo .swiper-navigation .swiper-button.swiper-button-next,
			.owl-carousel .owl-nav button.owl-next,
			.blog-section .swiper-navigation .swiper-button.swiper-button-next,
			.product-trending .swiper-navigation .swiper-button.swiper-button-next {
				right: 0;
			}

			.single-product .related.products .products .owl-carousel .owl-nav button.owl-prev {
				left: 12px;
				top: -25%;
			}

			.single-product .related.products .products .owl-carousel .owl-nav button.owl-next {
				right: 12px;
				top: -25%;
			}

		}

		@media (max-width:480px) {}


		/* ---------------- end owl-nav -------------------*/

		/*---------------- start product block -------------- */

		@media(min-width:1200px) and (max-width:1560px) {
			.product .quantity input.qty {
				width: 25px;
			}
		}

		@media(max-width:1400px) {

			#review_form_wrapper .comment-respond .comment-form .comment-form-author,
			#review_form_wrapper .comment-respond .comment-form .comment-form-email {
				padding: 0;
				width: 100%;
				margin: 0 0 15px;
			}

			.thumbnail-slider-style1 #review_form_wrapper .comment-respond .comment-form .comment-form-author {
				width: 50%;
				padding: 0 15px 0 0;
			}

			.thumbnail-slider-style1 #review_form_wrapper .comment-respond .comment-form .comment-form-email {
				width: 50%;
			}
		}

		@media(max-width:1366px) {


			.single-product .product_meta .sku_wrapper,
			.single-product .product_meta .posted_in,
			.single-product .product_meta .tagged_as {
				font-size: 14px;
			}

			.single-product .buy-now-wrap {
				width: 100%;
			}

		}

		@media(max-width:1199px) {


			.product-layout-default .product .quantity input.qty {
				width: 20px;
				font-size: 13px;
			}

			.product-layout-default .product .quantity .qty_button {
				font-size: 14px;
			}

			.single-product .product_meta .sku_wrapper,
			.single-product .product_meta .posted_in,
			.single-product .product_meta .tagged_as {
				width: 100%;
				margin: 0 0 5px;
			}


			.single-product .entry-summary .woocommerce-product-rating {
				margin: 0 0 10px;
			}

			.product-360-slider-wrap .slider-popup-wrap svg,
			.product-360-button .product-popup svg {
				font-size: 15px;
			}

			.product-360-slider-wrap .slider-popup-wrap,
			.product-360-button .product-popup {
				height: 35px;
				width: 35px;
			}

			.product-360-slider-wrap .product-popup-wrap {
				padding: 3px 0 0 3px;
			}

			.product-360-slider-wrap .slider-popup-wrap,
			.product-360-slider-wrap .product-360-button-wrap {
				margin: 4px 0 0 4px;
			}

			/* .no-js .owl-carousel,
			.owl-carousel.owl-loaded {
				padding: 0;
			} */

			.single-product .single-product-thumbnail .blisssoap-sale span.onsale {
				right: 15px;
				top: 15px;
			}

			.single-product-thumbnail #nickx-gallery i.thumb_arrow {
				font-size: 12px;
				height: 20px;
				width: 20px;
			}

			.single-product .product .entry-summary .quantity .qty_button {
				height: 48px;
			}

			.single-product .product_meta .single-categories {
				width: 100%;
			}
		}

		@media(min-width:992px) {


			section.product .thumbnail-wrap:hover .timer {
				top: -80px;
				opacity: 0;
				-moz-opacity: 0;
				-khtml-opacity: 0;
				-webkit-opacity: 0;
				transition: all 500ms ease-in-out 0s;
				-webkit-transition: all 500ms ease-in-out 0s;
				-moz-transition: all 500ms ease-in-out 0s;
				-o-transition: all 500ms ease-in-out 0s;
				-ms-transition: all 500ms ease-in-out 0s;
			}

			section.product .thumbnail-wrap:hover .blisssoap-sale span {
				opacity: 1;
				transition: all 500ms ease-in-out 0s;
				-webkit-transition: all 500ms ease-in-out 0s;
				-moz-transition: all 500ms ease-in-out 0s;
				-o-transition: all 500ms ease-in-out 0s;
				-ms-transition: all 500ms ease-in-out 0s;
				transform: translateX(0px);
				-webkit-transform: translateX(0px);
				-moz-transform: translateX(0px);
				-o-transform: translateX(0px);
				-ms-transform: translateX(0px);
				z-index: 1;
			}
		}

		@media(min-width:1300px) {
			.single-product .product-estimate .delivery-shipping-wrap {
				align-items: center;
			}
		}

		@media(max-width:1299px) {
			.single-product .product-estimate .delivery-shipping-wrap .estimated-delivery {
				margin: 0 0 10px
			}
		}

		@media(max-width:1199px) {
			.blog-style.blog-style-2 .tt-post-wrapper div.tt-post-details {
				padding: 0 0 0 20px;
			}

			.blog-style.blog-style-2 .tt-post-wrapper div.tt-post-details .post-meta-wrap .tt-post-meta {
				padding: 8px 10px;
				;
				font-size: 12px;
				line-height: 14px;
			}

			.single-product .product-review-tab .review-wrap {
				flex-direction: column;
				width: 100%;
			}

			.product-review-tab .review_tab {
				margin: 0 0 20px;
			}

			.product-review-tab .rating-wrap .rating-bar {
				justify-content: center;
			}
		}

		@media(max-width:991px) {
			#tab-reviews .product-review-tab {
				padding: 0 20px 0 0;
			}

			section.product .blisssoap-sale span {
				left: 8px;
				top: 8px;
				;
				width: 43px;
				height: 22px;
				font-size: 12px;
				opacity: 1;
				z-index: 1;
				transform: none;
				-webkit-transform: none;
				-moz-transform: none;
				-ms-transform: none;
				-o-transform: none;
			}

			.single-product .woocommerce-tabs #tab-reviews #reviews {
				padding-left: 30px;
			}

			.single-product .entry-summary .woocommerce-product-details__short-description {
				margin: 0 0 15px;
			}

			.single-product .product .entry-summary .cart-wrap {
				width: 60%;
			}

			.single-product .single-product-thumb-content .single-product-detail {
				margin: 30px 0 0;
			}

			.single-product .single-product-thumb-content .single-product-thumb.single-product-default {
				padding: 0 80px 0 0;
			}

			.product .product-button-wrap {
				opacity: 1;
				visibility: visible;
			}

			.blisssoap-sale span.onsale:not(.single-product .single-product-thumbnail .blisssoap-sale span.onsale) {
				display: none;
			}


			div.list_product_color {
				height: 10px;
				width: 10px;
			}

			div.list_product_color:hover::after,
			div.list_product_color.select_variation::after {
				height: 14px;
				width: 14px;
			}

			.product-attribute-wrap .list_size_attr {
				font-size: 11px;
				padding-left: 9px;
				margin-left: 6px;
			}


			#yith-quick-view-modal .single-product.woocommerce span.onsale {
				top: 20px;
				left: 20px;
				font-size: 13px;
				width: 45px;
				height: 23px;
			}

			.yith-wcqv-wrapper .single-product .entry-summary .product_meta {
				padding: 15px 0;
				margin: 0;
			}

			#yith-quick-view-modal.open .yith-wcqv-wrapper {
				height: 490px !important;
			}

			.single-product .woocommerce-tabs {
				margin: 4% 0 50px;
			}

			.single-product.thumbnail-slider-style3 .woocommerce-tabs {
				margin: 0;
			}

		}

		@media(max-width:767px) {
			.product .woocommerce-loop-product__title {
				font-size: 18px;
				line-height: 20px;
			}

			.product .content-wrap a {
				float: left;
				margin: 0 0 7px 0;
			}

			.thumbnail-slider-style1 #review_form_wrapper .comment-respond .comment-form .comment-form-author,
			.thumbnail-slider-style1 #review_form_wrapper .comment-respond .comment-form .comment-form-email {
				width: 100%;
				padding: 0;
			}

			.single-product .woocommerce-tabs .woocommerce-Tabs-panel .product-review-wrap {
				flex-direction: column;
				align-items: center;
			}

			#tab-reviews .product-review-tab {
				border: none;
				padding: 0;
			}

			.single-product .product-review-tab .review-wrap {
				margin: 0;
			}

			.single-product .woocommerce-tabs #tab-reviews #reviews {
				padding: 0;
			}
		}

		@media(max-width:700px) {}

		@media(max-width:575px) {

			section.product .blisssoap-sale span {
				left: 6px;
				top: 6px;
				width: 40px;
				height: 21px;
				font-size: 11px;
				line-height: 14px;
			}

			.product .woocommerce-loop-product__title {
				font-size: 16px;
				line-height: 18px;
			}

			.single-product .woocommerce-tabs .woocommerce-Reviews #comments .commentlist {
				margin: 0;
				padding: 0;
			}

			.woocommerce-grouped-product-list-item__price .amount {
				font-size: 15px;
			}

			.woocommerce-grouped-product-list-item__price del .amount {
				font-size: 14px;
			}

			.single-product .single-product-thumb-content .single-product-thumb.single-product-default {
				padding: 0 10px;
				margin-bottom: 20px;
			}

			.single-product .single-product-thumb-content .single-product-thumb {
				padding: 0;
			}

		}

		@media(max-width:480px) {
			.woocommerce-grouped-product-list-item__price del {
				padding: 3px 0 0 0;
			}
			.woocommerce-grouped-product-list-item__price del::after {
				top: 0;
				bottom: auto;
				left: 0px;
				right: 0;
				width: 7px;
			}
			.cart.grouped_form .group_table tr td.woocommerce-grouped-product-list-item__price {
				flex-direction: column-reverse;
			}
			.product-360-slider-wrap .slider-popup-wrap, .product-360-slider-wrap .product-360-button-wrap {
				margin: 2px 0 0 2px;
			}
			.product-360-slider-wrap .slider-popup-wrap, .product-360-button .product-popup {
				height: 30px;
				width: 30px;
			}

			.single-product.thumbnail-slider-style2 .woocommerce-tabs ul li,
			.single-product.thumbnail-slider-style3 .woocommerce-tabs ul li {
				padding: 10px;
			}

			.tt-banner .banner-text.tt-icon-center.text-center .banner-tag {
				display: none;
			}

			.tt-banner .banner-text.tt-icon-top.text-end {
				top: 25px;
				bottom: auto;
				width: 52%;
				left: auto;
				right: 25px;
				margin: auto;
			}

		}

		@media(max-width:767px) {
			.thumbnail-wrap .timer {
				height: 35px;
			}

			.thumbnail-wrap .timer>svg {
				font-size: 12px;
			}
		}

		@media(max-width:575px) {


			.category-style2 .wpcat-content {
				padding: 8px 30px 8px 12px;
			}

			.category-style2 .cat_desc .wpcat-content .cat_total_product {
				top: 8px;
				right: 13px;
				font-size: 12px;
			}

			.category-style2 .cat_desc .wpcat-content .cat_name {
				font-size: 14px;
			}

			.product .product-button {
				font-size: 14px;
			}

			.blisssoap-sale span {
				left: 8px;
				top: 8px;
			}

			.product-layout-default .product .content-wrap .product-attribute-wrap {
				display: none;
			}

			.thumbnail-wrap .timer {
				height: 30px;
			}

			.thumbnail-wrap .timer svg {
				font-size: 12px;
				margin-right: 10px;
			}

			.single-product .single-product-thumbnail .blisssoap-sale span.onsale {
				right: 10px;
				top: 10px;
				font-size: 10px;
				left: auto;
			}
		}

		@media(max-width:480px) {

			.title-wrap .ui-tabs-nav {
				padding: 0;
				margin: 0 0 10px;
			}

			section .product .product-button {
				font-size: 13px;
			}

			.ui-tabs-nav .ui-tabs-tab {
				padding: 0 4px;
			}


			.title-wrap .product-title {
				text-align: center;
			}

			div.list_product_color {
				margin-right: 6px;
				height: 10px;
				width: 10px;
			}

			.product-attribute-wrap .list_size_attr {
				font-size: 11px;
			}

			.product-attribute-wrap .list_size_attr {
				padding-left: 8px;
				margin-left: 5px;
			}

			div.list_product_size {
				padding: 0 2px;
			}

			.product .quantity,
			.product .product-button {
				float: left;
			}

			.thumbnail-wrap .timer,
			.woocommerce-active.archive .site-main .products.grid-view .product .timer {
				height: 25px;
			}

			.thumbnail-wrap .timer svg,
			.woocommerce-active.archive .site-main .products.grid-view .product .timer svg {
				font-size: 9px;
				margin-right: 5px;
			}

			.products .product .thumbnail-wrap .wrap-rate {
				bottom: 6px;
			}
		}

		/*---------------- end product block -------------- */

		/* ---------------- start recent product ---------------- */

		@media(min-width:576px) {

			.woocommerce-active.archive .site-main .products .product,
			.woocommerce-active .site-main .product-recent .products .product {
				width: 33.33%;
			}
		}

		@media(min-width:992px) and (max-width:1399px) {

			.product-recent .products.columns-6 .product .content-wrap .woocommerce-loop-product__title,
			.product-recent .products.columns-4 .product .content-wrap .woocommerce-loop-product__title {
				font-size: 13px;
				margin: 0 0 4px;
			}

			.product-recent .products.columns-6 .product .content-wrap .price span.price,
			.product-recent .products.columns-4 .product .content-wrap .price span.price {
				font-size: 13px;
			}

			.product-recent .products.columns-6 .product .content-wrap .wrap-rate .star-rating,
			.product-recent .products.columns-4 .product .content-wrap .wrap-rate .star-rating {
				font-size: 10px;
				width: 58px;
			}

			.product-recent .products.columns-6 .product .content-wrap div.list_product_color,
			.product-recent .products.columns-4 .product .content-wrap div.list_product_color {
				height: 10px;
				width: 10px;
			}

			.product-recent .products.columns-6 .product .content-wrap .list_size_attr,
			.product-recent .products.columns-4 .product .content-wrap .list_size_attr {
				font-size: 11px;
			}

			.product-recent .products.columns-6 .product .content-wrap .wrap-rate,
			.product-recent .products.columns-4 .product .content-wrap .wrap-rate {
				margin: 0 0 4px;
			}

			.product-recent .products.columns-6 .product .content-wrap .product-attribute-wrap,
			.product-recent .products.columns-4 .product .content-wrap .product-attribute-wrap {
				margin: 0 0 2px;
			}

			.product-recent .products.columns-4 .product .thumbnail-wrap .quantity input.qty {
				width: 25px;
			}
		}

		@media(min-width:992px) {
			.woocommerce-active .site-main .products.columns-2 .product {
				width: 50%;
			}

			.woocommerce-active .site-main .products.columns-3 .product {
				width: 33.33%;
			}

			.woocommerce-active .site-main .products.columns-1 .product {
				width: 100%;
			}

			.woocommerce-active .site-main .products.columns-4 .product {
				width: 33.33%;
			}

			.woocommerce-active .site-main .products.columns-6 .product {
				width: 33.33%;
			}

			.woocommerce-active.archive .site-main .products.columns-5.grid-view .product {
				width: 33.33%;
			}

			.single-product .single-product-thumb-content {
				display: flex;
			}

			.single-product .blisssoap-sale span.onsale {
				display: block;
			}
		}

		@media(min-width:992px) and (max-width:1199px) {
			.woocommerce-active.archive .site-main .products.columns-6.grid-view .product {
				width: 33.33%;
			}
		}

		@media(min-width:1200px) and (max-width:1399px) {
			.product-recent .products.columns-4 .product .thumbnail-wrap .product-button-wrap .btn-hv a::before {
				width: 40px;
			}
		}

		@media(min-width:1200px) and (max-width:1599px) {

			.product-recent .products.columns-6 .product .thumbnail-wrap .product-button,
			.product-recent .products.columns-6 .product .thumbnail-wrap .product-button-wrap .btn-hv a {
				width: 35px;
			}
		}

		@media(min-width:1200px) and (max-width:1599px) {

			.product-recent .products .product .thumbnail-wrap .product-button-wrap .btn-hv a,
			.product-recent .products .product .thumbnail-wrap .product-button {
				width: 40px;
			}
		}

		@media(min-width:1200px) {

			.woocommerce-active .site-main .products.columns-6 .product,
			.woocommerce-active.archive .site-main .products.grid-view.columns-6 .product,
			.woocommerce-active.archive .site-main .products.grid-view.columns-5 .product,
			.woocommerce-active .site-main .products.columns-5 .product {
				width: 25%;
			}
		}

		@media(min-width:1400px) and (max-width:1560px) {
			.product-recent .products.columns-5 .product .thumbnail-wrap .product-button-wrap .btn-hv a::before {
				font-size: 13px;
			}

			.product-recent .products .product .thumbnail-wrap .product-button-wrap .btn-hv a,
			.product-recent .products .product .thumbnail-wrap .product-button {
				width: 38px;
			}
		}

		@media(min-width:576px) {
			.single-product.woocommerce-active .site-main .products.columns-5 .product {
				width: 33.33%;
			}
		}

		@media(min-width:992px) {
			.single-product.woocommerce-active .site-main .products.columns-5 .product {
				width: 25%;
			}

			.single-product.woocommerce-active .site-main .recent-product .products.columns-5.grid-view.woo-default .product,
			.single-product.woocommerce-active .site-main .related.products .products.columns-5.grid-view.woo-default .product,
			.single-product.woocommerce-active .site-main .up-sells.upsells.products .columns-5.grid-view.woo-default .product {
				width: 20%;
				padding: 0 15px;
			}
		}

		@media(min-width:1200px) {
			.single-product.woocommerce-active .site-main .products.columns-5 .product {
				width: 20%;
			}

			.video_section .section-heading::after {
				height: 80px;
			}

			.tt-section-title p {
				margin: 20px 0;
			}
		}

		@media(min-width:1200px) {
			.woocommerce-active .site-main .products.columns-4 .product {
				width: 25%;
			}

			.woocommerce-active .site-main .products.columns-6 .product {
				width: 20%;
			}

			.woocommerce-active.archive .site-main .products.grid-view.columns-6 .product {
				width: 20%;
			}

			.woocommerce-active .site-main .products.columns-5 .product {
				width: 20%;
			}
		}

		@media(min-width:1600px) {
			.woocommerce-active .site-main .products.columns-6 .product {
				width: 16.66667%;
			}

			.woocommerce-active.archive .site-main .products.grid-view.columns-6 .product {
				width: 16.66667%;
			}

			.woocommerce-active.archive .site-main .products.grid-view.columns-5 .product {
				width: 20%;
			}

			.trending_product .swiper-navigation .swiper-button.swiper-button-prev {
				left: -48px;
				right: auto;
				top: 12%;
				bottom: 0;
				margin: auto;
			}

			.trending_product .swiper-navigation .swiper-button.swiper-button-next {
				left: auto;
				right: -48px;
				top: 12%;
				bottom: 0;
				margin: auto;
			}
		}

		@media(max-width:1400px) {
			#review_form_wrapper {
				margin: 0 0 30px;
			}

			.navbar-hamburger span.hamburger-close .hamburger-close-wrap {
				top: -20px;
			}
		}

		@media(max-width:1199px) {

			.thumbnail-slider-style2 #review_form_wrapper,
			.thumbnail-slider-style3 #review_form_wrapper {
				padding: 15px;
			}


			.thumbnail-slider-style2 .product-review-tab .rating-wrap .rating-bar .rating-percentage-bar,
			.thumbnail-slider-style3 .product-review-tab .rating-wrap .rating-bar .rating-percentage-bar {
				width: 50%;
			}

			.single-product.thumbnail-slider-style2 .product-review-tab .rating-wrap .rating-bar .rating-percentage-bar {
				width: 51%;
			}

			.special-product-tab .title-wrap {
				margin: 0;
			}

			.single-product div.product .single-product-default .single-product-thumbnail .woocommerce-product-gallery .flex-viewport {
				margin: 0 0 30px;
			}

			.single-product .single-product-thumb-content .single-content-default {
				margin-left: 20px;
			}

			.single-product .summary.entry-summary {
				padding: 0 0 0 10px;
			}

			.single-product .related.products,
			.single-product .up-sells.upsells {
				margin: 0 0 50px;
			}

			.single-product .xs_social_share_widget,
			.single-product .prev_next_buttons {
				top: 20%;
			}

			.single-product .xs_social_share_widget {
				left: 20px;
			}

			.single-product .prev_next_buttons {
				right: 20px;
			}

			.single-product .xs_social_share_widget ul li a .xs-social-icon,
			.single-product .prev_next_buttons a {
				height: 35px;
				width: 35px;
			}

			.single-product .xs_social_share_widget ul li a .xs-social-icon {
				line-height: 25px;
			}

			.single-product .site-main .xs_social_share_widget ul li a span {
				font-size: 12px;
			}

			.single-product .prev_next_buttons .product-nav-link svg,
			.single-product .prev_next_buttons a svg {
				font-size: 13px;
			}

			.single-product .woocommerce-tabs .woocommerce-Tabs-panel .woocommerce-Reviews-title {
				justify-content: center;
				display: flex;
				flex-wrap: wrap;
			}

			.single-product .woocommerce-tabs .woocommerce-Tabs-panel .theiaStickySidebar {
				width: 100%;
			}

			.single-product .product .entry-summary .price {
				margin: 0 0 20px;
				padding: 0 0 20px;
			}

			.single-product .product .entry-summary .cart-wrap {
				padding: 0 0 10px 10px;
			}
		}

		@media(max-width:991px) {
			.single-product .stock-progress {
					margin: 0 0 25px;
				}
			.single-product .recent-product {
				padding: 0;
			}

			.recent-product .owl-carousel.owl-loaded {
				padding: 0;
			}

			.single-product .single-product-thumb-content .single-content-default {
				margin-left: 0;
			}

			.product-layout-default section.product .cart-wrap a.product_type_variable::before {
				font-size: 20px;
			}

			.product-layout-default section.product.product-type-grouped .cart-wrap a::before {
				font-size: 13px;
			}

			.product-layout-default section.product.product-type-external .cart-wrap a::before {
				font-size: 12px;
			}

			.right-content-product,
			.right-content-filter {
				float: right;
			}

			.product .quantity input.qty {
				font-size: 13px;
				width: 25px;
			}

			.single-product .single-product-thumb,
			.single-product .single-product-detail {
				float: left;
				width: 100%;
				margin: 0 0 10px;
			}


			.single-product .summary.entry-summary {
				padding: 0;
			}

			.nickx-slider-for .btn-prev,
			.nickx-slider-for .btn-next {
				opacity: 1;
				margin: 0;
			}

			.single-product.thumbnail-slider-style2 .recent-product .owl-carousel .owl-nav,
			.single-product.thumbnail-slider-style2 .related.products .owl-carousel .owl-nav {
				display: none;
			}

			.single-product.thumbnail-slider-style2 .related.products {
				margin-top: 0;
			}

			.single-product.thumbnail-slider-style3 .related.products,
			.single-product.thumbnail-slider-style2 .related.products {
				margin-top: 40px;
			}

			.single-product .product-border::after {
				top: 0;
			}

			.single-product .woocommerce-tabs ul.tabs li a {
				padding: 10px 15px;
			}

			.single-product.thumbnail-slider-style3 .single-product-image,
			.single-product.thumbnail-slider-style3 .single-product-content {
				float: left;
				width: 100%;
			}

			.single-product.thumbnail-slider-style3 .single-product-content {
				margin: 0;
			}

			.single-product.thumbnail-slider-style1 .left-slider .summary.entry-summary {
				padding: 0;
			}

			.shop-sidebar .filter-close {
				position: absolute;
				width: 32px;
				height: 32px;
				right: 20px;
				left: auto;
				background: transparent;
				transition: all 400ms ease-in-out 0s;
				-webkit-transition: all 400ms ease-in-out 0s;
				-moz-transition: all 400ms ease-in-out 0s;
				-o-transition: all 400ms ease-in-out 0s;
				-ms-transition: all 400ms ease-in-out 0s;
				top: 40px;
				bottom: auto;
				cursor: pointer;
			}

			.shop-sidebar .filter-close:hover {
				background: #f5f5f5;
				transition: all 400ms ease-in-out 0s;
				-webkit-transition: all 400ms ease-in-out 0s;
				-moz-transition: all 400ms ease-in-out 0s;
				-o-transition: all 400ms ease-in-out 0s;
				-ms-transition: all 400ms ease-in-out 0s;
			}

			.shop-sidebar .filter-close::after,
			.shop-sidebar .filter-close::before {
				content: '';
				position: absolute;
				height: 2px;
				width: 15px;
				top: 0;
				bottom: 0;
				left: 0;
				right: 0;
				margin: auto;
				z-index: 2;
				transform-origin: 50% 50%;
				background-color: var(--color-text);
				opacity: 1;
				-moz-opacity: 1;
				-khtml-opacity: 1;
				-webkit-opacity: 1;
				visibility: visible;
				-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;
			}

			.shop-sidebar .filter-close::before {
				-webkit-transform: rotate(45deg);
				-moz-transform: rotate(45deg);
				-ms-transform: rotate(45deg);
				-o-transform: rotate(45deg);
				transform: rotate(45deg);
			}

			.shop-sidebar .filter-close::after {
				-webkit-transform: rotate(-45deg);
				-moz-transform: rotate(-45deg);
				-ms-transform: rotate(-45deg);
				-o-transform: rotate(-45deg);
				transform: rotate(-45deg);
			}

			.shop-sidebar .filter-close:hover::before {
				-webkit-transform: rotate(-45deg);
				-moz-transform: rotate(-45deg);
				-ms-transform: rotate(-45deg);
				-o-transform: rotate(-45deg);
				transform: rotate(-45deg);
			}

			.shop-sidebar .filter-close:hover::after {
				-webkit-transform: rotate(45deg);
				-moz-transform: rotate(45deg);
				-ms-transform: rotate(45deg);
				-o-transform: rotate(45deg);
				transform: rotate(45deg);
			}
		}

		@media(max-width:767px) {
			.product-recent .products .product .thumbnail-wrap .quantity {
				display: none;
			}

			.single-product .woocommerce-tabs ul.tabs li a {
				padding: 10px 14px;
			}

			.single-product .product .entry-summary .price {
				font-size: 16px;
			}

			.single-product.thumbnail-slider-style3 .single-product-thumb-content {
				padding: 0;
			}

			.single-product.thumbnail-slider-style3 .prev_next_buttons {
				right: 10px;
			}

			.single-product.thumbnail-slider-style3 .xs_social_share_widget {
				left: 10px;
			}
		}

		@media(max-width:767px) {

			.woocommerce-active.archive .site-main .products .product,
			.woocommerce-active .site-main .product-recent .products .product {
				width: 50%;
			}
		}

		@media(max-width:575px) {

			/* 			.single-product.thumbnail-slider-style1 .recent-product .owl-carousel.owl-loaded , */
			.single-product.thumbnail-slider-style3 .recent-product .owl-carousel.owl-loaded {
				padding: 0 12px;
			}

			.single-product.thumbnail-slider-style3 .related .row {
				/* padding: 0 12px; */
			}

			.single-product div.product .single-product-default .single-product-thumbnail .woocommerce-product-gallery .flex-viewport {
				margin: 0 0px 15px;
			}

			.single-product.thumbnail-slider-style2 .woocommerce-tabs {
				margin: 20px 0 0 0;
			}

			.single-product .single-product-thumb-content .single-product-detail {
				margin: 0;
			}


			.offside .widget-area .filter-close,
			.cart-slider .cart-close,
			.topbar-close,
			.sticky-addToCart .sticky-close,
			.navbar-hamburger span.hamburger-close .hamburger-close-wrap,
			.search-icon .top-search .search-fix .product-search-close {
				width: 32px;
				height: 24px;
				right: 0;
			}

			.single-product .single-product-thumb,
			.single-product .single-product-detail {
				padding: 0 12px;
			}

			.woocommerce-active.archive .site-main .products .product .product-button-wrap .product.compare-button,
			.woocommerce-active .site-main .product-recent .products .product .product-button-wrap .product.compare-button {
				width: 100%;
				padding: 0;
			}

			.single-product.woocommerce-active .site-main .products.columns-5 .product {
				width: 50%;
			}

			.single-product .woocommerce-tabs ul.tabs li a {
				padding: 8px 14px;
			}

			.single-product .summary .single_variation_wrap .woocommerce-variation-add-to-cart .single_add_to_cart_button,
			.single-product .product .entry-summary .cart-wrap .product-button {
				font-size: 14px;
			}

			.single-product .product .entry-summary .quantity .qty_button {
				height: 42px;
				width: 28px;
			}

			.single-product .prev_next_buttons,
			.single-product .xs_social_share_widget {
				position: static;
				float: left;
				width: 100%;
				display: flex;
				flex-direction: row;
			}

			.single-product .site-main .xs_social_share_widget ul {
				flex-direction: row;
			}

			.single-product .single-product-thumb {
				margin: 0 0 20px;
			}

			.single-product .single-product-detail {
				margin: 0 0 20px;
			}

			.single-product.thumbnail-slider-style2 .single-product-detail {
				margin: 0;
			}

			.single-product.thumbnail-slider-style3 .single-product-content {
				padding-left: 10px;
				padding-right: 10px;
			}

			.single-product.thumbnail-slider-style3 .single-product-thumb {
				padding: 0 10px;
			}

			.single-product.thumbnail-slider-style2 .left-slider #nickx-gallery.nslick-initialized {
				width: 20%;
			}

			.single-product-thumbnail .blisssoap-sale span.label {
				left: 20px;
				top: 10px;
			}


			.single-product .xs_social_share_widget ul li a .xs-social-icon {
				height: 35px;
			}

			.single-product .buy-now-wrap .button {
				font-size: 14px;
			}

			.single-product .prev_next_buttons a {
				height: 30px;
				width: 30px;
			}

			.single-product .prev_next_buttons a svg {
				font-size: 12px;
			}



			.single-product .entry-summary .product_title {
				font-size: 20px;
				line-height: 22px;
			}

			.single-product .woocommerce-product-details__short-description p {
				font-size: 13px;
			}

			.thumbnail-slider-style2 .left-slider .product-360-slider-wrap .product-popup-wrap {
				bottom: 10px;
			}

			.single-product .entry-summary .product-attribute-wrap {
				margin: 0 0 15px;
			}

			.woocommerce-Reviews-title {
				font-size: 20px;
				text-align: center;
			}

			.list-content-wrap .list-content .product-estimate .delivery-shipping-wrap .estimated-delivery span,
			.list-content-wrap .list-content .product-estimate .delivery-shipping-wrap .free-shipping span {
				font-size: 13px;
			}


			.single-product.thumbnail-slider-style1 .woocommerce-tabs .woocommerce-Tabs-panel,
			.single-product.thumbnail-slider-style2 .woocommerce-tabs .woocommerce-Tabs-panel,
			.single-product.thumbnail-slider-style3 .woocommerce-tabs .woocommerce-Tabs-panel {
				padding: 0px;
			}


			.single-product .related.products,
			.single-product .up-sells.upsells {
				padding: 0;
			}

			/* .single-product.thumbnail-slider-style1 .recent-product {
				padding: 0;
			} */

			.single-product .product_meta {
				margin: 20px 0;
				padding: 20px 0;
			}

			.single-update-price {
				margin: 15px 0 0;
			}

			#tab-reviews .product-review-tab {
				width: 100%;
			}

			.thumbnail-slider-style2 .product-360-slider-wrap .slider.nickx-slider-for {
				border: none;
				padding: 0;
			}

			.sticky-addToCart .stickycart-popup .sticky-addcart-info .sticky-content {
				margin: 0;
			}
		}

		@media(max-width:480px) {


			.single-product.thumbnail-slider-style3 .related .row {
				padding: 0;
			}

			.woocommerce-active.archive .site-main .products .product,
			.woocommerce-active .site-main .product-recent .products .product {
				padding: 0 10px;
			}

			.woocommerce-active.archive .products.list-view .product .product-content-wrap .list-content-wrap .product-attribute-wrap {
				justify-content: center;
			}

			.woocommerce-active.archive .site-main .products .product,
			.woocommerce-active .site-main .product-recent .products .product {
				width: 100%;
			}

			.single-product .product .entry-summary .cart-wrap {
				width: 100%;
			}

			#review_form_wrapper {
				padding: 12px;
			}

			input[type="submit"] {
				padding: 12px 18px;
			}
		}

		/* ---------------- end recent product ---------------- */


		@media(max-width:1199px) {

			.woocommerce-active.archive.product-layout-default .products.columns-4 .product .quantity input.qty {
				width: 25px;
			}

			.woocommerce-active.archive.product-layout-default .products.columns-3 .product .quantity .qty_button {
				height: 35px;
			}

			.site .header-top ul li span {
				font-size: 14px;
			}

			.site .header-top ul li span svg {
				margin: 0 5px 0 0;
				width: 12px;
				height: 12px;
			}

		}

		@media(max-width:991px) {

			.woocommerce-active.archive .site-main .products.grid-view .product .timer {
				display: none;
			}
		}


		/* ---------------- start shop page ---------------- */

		@media(min-width:576px) {
			.shop-nosidebar .product-top-sorting .woocommerce-result-count {
				flex-grow: 1;
				flex-basis: 0;
			}
		}

		@media(min-width:576px) {
			.full-sidebar #post_sidebar .widget-area .widget {
				border: none;
				width: 50%;
				border-right: 1px solid var(--border-color);
				padding: 0 20px;
			}

			.full-sidebar #post_sidebar .widget-area .widget:last-child {
				border: none;
			}
		}

		@media(min-width:768px) {
			.full-sidebar #post_sidebar .widget-area .widget {
				width: 33.33%;
			}
		}

		@media(min-width:768px) and (max-width:992px) {
			.full-sidebar #post_sidebar .widget-area .widget:nth-child(3n) {
				border: none;
			}
		}

		@media(min-width:992px) {
			.full-sidebar #post_sidebar .widget-area .widget {
				float: left;
				width: 25%;
			}

			.shop-nosidebar.full-sidebar .widget-area {
				margin-left: -20px;
				margin-right: -20px;
			}

			.shop-nosidebar.full-sidebar .widget-area .widget.woocommerce {
				padding: 0 20px;
			}

			.full-sidebar .widget-area .widget.woocommerce:nth-child(4n) {
				border: none;
			}

			.shop-sidebar .product-top-sorting .toggle-filter {
				display: none;
			}
		}

		@media(min-width:1200px) {
			.sidebar-filter {
				width: 20%;
			}

			.shop-product {
				width: 80%;
			}
		}

		@media(max-width:1559px) {
			.product-top-sorting {
				margin: 0 0 30px;
			}

			.woocommerce-active.archive .offsidebar .products.list-view .product .list-cart-wrap .cart-wrap .product-button,
			.woocommerce-active.archive .offsidebar-left .products.list-view .product .list-cart-wrap .cart-wrap .product-button,
			.woocommerce-active.archive .offsidebar-right .products.list-view .product .list-cart-wrap .cart-wrap .product-button {
				padding: 0 35px;
			}

			.woocommerce-active.archive .offsidebar .products.list-view .product .list-cart-wrap .cart-wrap .product-button,
			.woocommerce-active.archive .offsidebar-left .products.list-view .product .list-cart-wrap .cart-wrap .product-button,
			.woocommerce-active.archive .offsidebar-right .products.list-view .product .list-cart-wrap .cart-wrap .product-button {
				height: 35px;
			}

			.woocommerce-active.archive .offsidebar .list-view .product .product-content-wrap .list-cart-wrap .product-button-wrap .product-button-hv .btn-hv a,
			.woocommerce-active.archive .offsidebar-left .list-view .product .product-content-wrap .list-cart-wrap .product-button-wrap .product-button-hv .btn-hv a,
			.woocommerce-active.archive .offsidebar-right .list-view .product .product-content-wrap .list-cart-wrap .product-button-wrap .product-button-hv .btn-hv a {
				height: 35px;
				width: 35px;
			}

			.woocommerce-active.archive .offsidebar .list-view .product .product-content-wrap .list-cart-wrap .product-button-wrap .product-button-hv .btn-hv a::before,
			.woocommerce-active.archive .offsidebar-left .list-view .product .product-content-wrap .list-cart-wrap .product-button-wrap .product-button-hv .btn-hv a::before,
			.woocommerce-active.archive .offsidebar-right .list-view .product .product-content-wrap .list-cart-wrap .product-button-wrap .product-button-hv .btn-hv a::before {
				font-size: 12px;
			}

			.woocommerce-active.archive .offsidebar .site-main .products.list-view .product .timer,
			.woocommerce-active.archive .offsidebar-left .site-main .products.list-view .product .timer,
			.woocommerce-active.archive .offsidebar-right .site-main .products.list-view .product .timer {
				width: 210px;
				height: 35px;
			}
		}

		@media(max-width:1199px) {
			.product-top-sorting {
				margin: 0 0 20px;
			}
		}

		@media(max-width:991px) {
			.no-results.not-found {
				padding: 20px;
			}

			.product .quantity {
				margin: 0;
			}

			.product .quantity .qty_button {
				height: 30px;
				width: 30px;
			}

			.no-results .tt-page-content>p {
				padding: 15px;
				margin: 0 0 20px;
				font-size: 15px;
			}

			.search .search_box button[type="submit"]>svg {
				font-size: 14px;
			}

			.short-view .product .wrap-rate .star-rating,
			.list-view .product .wrap-rate .star-rating {
				display: block;
			}

			.product-top-sorting .filter {
				font-size: 13px;
			}

			.woocommerce.widget .widget-title {
				font-size: 15px;
			}

			.toggle-res .woocommerce.widget .widget-title::before {
				font-size: 11px;
				right: 15px;
			}

			.offside .woocommerce.widget .widget-title::before {
				display: none;
			}

			.widget-area .widget.woocommerce {
				border: none;
				padding: 0;
			}

			.offside .widget-area .widget.woocommerce {
				margin: 0 0 20px;
			}

			.widget.woocommerce .toggle-sub-menu::before {
				font-size: 11px;
			}

			.full-sidebar #post_sidebar .widget-area {
				margin-bottom: 30px;
				margin-top: 0;
			}

			.product-top-sorting .filter .fa-align-right {
				font-size: 12px;
			}

			.shop-sidebar #post_sidebar {
				float: left;
				width: 100%;
				position: fixed;
				left: 0;
				right: 0;
				top: 0;
				bottom: 0;
				z-index: 999;
				visibility: hidden;
				padding: 0;
			}

			.toggle-filter #post_sidebar {
				visibility: visible;
			}

			.shop-nosidebar #offsidebar .widget-area,
			.shop-sidebar #post_sidebar .widget-area {
				position: absolute;
				top: 0;
				bottom: 0;
				width: 300px;
				background: var(--background-color);
				padding: 60px 20px 20px;
				overflow: auto;
				scrollbar-width: thin;
				scrollbar-color: #a0a0a0 #f5f5f5;
				height: 100vh;
			}

			.toggle-filter .shop-sidebar .toggle-res .widget-area {
				transform: translateX(0);
				-webkit-transform: translateX(0);
				-moz-transform: translateX(0);
				-o-transform: translateX(0);
				-ms-transform: translateX(0);
			}

			.shop-sidebar .left-content-filter .widget-area {
				right: auto;
				left: 0;
				transition: all 500ms ease-in-out 0s;
				-webkit-transition: all 500ms ease-in-out 0s;
				-moz-transition: all 500ms ease-in-out 0s;
				-o-transition: all 500ms ease-in-out 0s;
				-ms-transition: all 500ms ease-in-out 0s;
				transform: translateX(-150%);
				-webkit-transform: translateX(-150%);
				-moz-transform: translateX(-150%);
				-o-transform: translateX(-150%);
				-ms-transform: translateX(-150%);
			}

			.shop-sidebar .right-content-filter .widget-area {
				right: 0;
				left: auto;
				transition: all 500ms ease-in-out 0s;
				-webkit-transition: all 500ms ease-in-out 0s;
				-moz-transition: all 500ms ease-in-out 0s;
				-o-transition: all 500ms ease-in-out 0s;
				-ms-transition: all 500ms ease-in-out 0s;
				transform: translateX(100%);
				-webkit-transform: translateX(100%);
				-moz-transform: translateX(100%);
				-o-transform: translateX(100%);
				-ms-transform: translateX(100%);
			}
		}

		@media(max-width:991px) {
			.product-layout-default .products.grid-view .product .woocommerce-loop-product__title {
				font-size: 16px;
				line-height: 20px;
			}

			.product-layout-default .products.grid-view .product .wrap-rate {
				margin: 0 0 7px;
			}

			.product-layout-default .products.grid-view .product .content-wrap .price .amount bdi,
			.product-layout-default .products.grid-view .product .price .amount bdi,
			.product-layout-default .products.grid-view .product .price .amount bdi,
			.product-layout-default .products.grid-view .product .price ins {
				font-size: 16px;
				line-height: 18px;
			}

			.product-layout-default .products.grid-view .product .price del .woocommerce-Price-amount.amount bdi {
				font-size: 14px;
				line-height: 22px;
			}

			.product-layout-default .products.grid-view section.product .cart-wrap .product-button,
			.product-layout-default .products.grid-view section.product .cart-wrap .product-button,
			.product-layout-default .products.grid-view .product .product-button-wrap .btn-hv a,
			.product-layout-default .products.grid-view .product .product-button-wrap .btn-hv a {
				width: 35px;
				height: 35px;
			}

			.product-layout-default .products.grid-view section.product .cart-wrap .product-button svg,
			.product-layout-default .products.grid-view section.product .cart-wrap .product-button svg {
				width: 15px;
				height: 15px;
			}

			.products.grid-view .product .product-button-wrap .btn-hv a::before,
			.products.grid-view .product .product-button-wrap .btn-hv a::before {
				font-size: 14px;
			}
		}

		@media(max-width:767px) {
			.shop-nosidebar .product-sort-view {
				margin-right: 8px;
			}

			.woocommerce-active.archive .site-main .products.columns-6 .product .timer {
				height: 30px;
				padding: 0 8px;
			}

			.woocommerce-active.archive .site-main .products.columns-6 .product .timer svg {
				font-size: 10px;
				margin-right: 5px;
			}
		}

		@media(max-width:700px) {
			.product-top-sorting .filter {
				font-size: 12px;
				padding: 3px 12px;
			}

			.product-top-sorting .woocommerce-result-count {
				font-size: 12px;
			}

			.product-top-sorting .woocommerce-ordering {
				margin-right: 10px;
			}

			.product-top-sorting .toggle-filter {
				margin-left: 0;
				padding: 0;
			}

			.product-top-sorting .woocommerce-ordering .select-wrap select {
				padding: 5px 25px 5px 10px;
			}

			.product-top-sorting .select-wrap select {
				padding: 5px 9px 5px 5px;
			}

			.product-top-sorting .woocommerce-ordering .select-wrap .select-wrap::after {
				right: 12px;
			}

			.product-top-sorting .select-wrap select {
				font-size: 12px;
			}
		}

		@media(max-width:575px) {
			.woocommerce-active.archive .shop-nosidebar .widget {
				padding: 0 0 5px;
				margin: 0 0 15px;
			}

			.full-sidebar .product-top-sorting .product-sort-view,
			.offsidebar-left .product-top-sorting .product-sort-view,
			.offsidebar-right .product-top-sorting .product-sort-view {
				flex-grow: 1;
			}

			.no-results .tt-page-content>p {
				font-size: 14px;
			}

			.search-form input[type="search"],
			.widget.widget_search input[type="search"],
			.wp-block-search input[type="search"] {
				height: 40px;
			}

			.product-top-sorting .filter,
			.woocommerce-active .site-main .container .left.filter,
			.woocommerce-active .site-main .container .right.filter {
				padding: 5px 8px;
				font-size: 10px;
				margin: 0;
			}

			.shop-nosidebar .product-top-sorting {
				display: flex;
				flex-wrap: wrap;
			}

			.shop-nosidebar .product-top-sorting .product-sort-view {
				margin-right: 10px;
			}

			.shop-nosidebar .product-top-sorting .woocommerce-result-count {
				line-height: inherit;
			}

			.product-top-sorting .woocommerce-result-count,
			.product-top-sorting .woocommerce-ordering,
			.product-top-sorting .woocommerce-perpage {
				float: left;
			}

			.product-top-sorting .woocommerce-result-count {
				line-height: 30px;
				margin-bottom: 5px;
			}

			.product-top-sorting .product-sort-view {
				margin: 0 0 5px;
			}

			.shop-nosidebar .product-top-sorting .woocommerce-result-count {
				flex-shrink: 1;
			}

			.product-top-sorting .toggle-filter {
				order: 0;
			}

			.shop-nosidebar .product-top-sorting .woocommerce-ordering {
				margin-right: 5px;
			}

			.product-top-sorting .woocommerce-ordering {
				margin-right: 10px;
			}

			.product-top-sorting .select-wrap select {
				padding: 5px 10px 5px 5px;
			}

			.full-sidebar #post_sidebar .widget-area {
				margin: 0 auto 30px;
			}

			.site-main .container .left,
			.site-main .container .right {
				font-size: 13px;
			}

			.woocommerce-active .site-main .container .left,
			.woocommerce-active .site-main .container .right {
				padding: 0 25px;
			}

			.blog.woocommerce-active .site-main .container .left,
			.blog.woocommerce-active .site-main .container .right,
			.single-post.woocommerce-active .site-main .container .left,
			.single-post.woocommerce-active .site-main .container .right {
				padding: 0 12px;
			}

			.product-top-sorting .filter .fa-align-right {
				font-size: 10px;
				margin: 0 0 0 5px;
			}

			.product-top-sorting .filter .fa-align-right {
				font-size: 9px;
			}

			.product-top-sorting .woocommerce-ordering .select-wrap select {
				padding-right: 8px;
			}
		}

		@media(max-width:320px) {
			.product-top-sorting .woocommerce-result-count {
				width: 62%;
				text-align: right;
			}
		}


		/* ---------------- end shop page ---------------- */

		/* -------------- start list view ----------------- */

		@media(max-width:1400px) {

			.list-content-wrap .list-content .product-estimate .delivery-shipping-wrap .estimated-delivery span,
			.list-content-wrap .list-content .product-estimate .delivery-shipping-wrap .free-shipping span {
				font-size: 13px;
			}

			#mega-menu-wrap-header-menu #mega-menu-header-menu>li.mega-menu-item>a.mega-menu-link {
				padding: 0px 14px 0px 14px;
			}



		}

		@media(max-width:1199px) {
			.single-product .product.product-type-simple .entry-summary .cart-wrap {
				width: 76%;
			}


			.navbar-woocommerce {
				padding: 0 13px;
			}

			.product .category-morden .content-wrap .title_price a::after {
				width: 4%;
			}

			.single-product .product .entry-summary .product-button,
			.single-product .product .entry-summary .quantity {
				width: 24%;
			}

			.product-layout-default .products.short-view section.product.product-type-external .cart-wrap a::before {
				left: 16px;
			}

			#rev_slider_1_1_wrapper .revslider-initialised .tparrows.zeus,
			#rev_slider_2_1_wrapper .revslider-initialised .tparrows.metis,
			.revslider-initialised .revslider-initialised .tparrows.metis {
				display: none;
			}



			.product-layout-default .products.short-view section.product.product-type-grouped .cart-wrap a::before {
				left: 9px;
			}

			.product-layout-default .short-view section.product .cart-wrap .product-button svg,
			.product-layout-default .list-view section.product .cart-wrap .product-button svg {
				margin: 0 4px 0 0;
			}

			.product-layout-default .products.short-view section.product .cart-wrap a.product_type_variable::before {
				left: 13px;
			}

			.woocommerce-active.archive .products.short-view .product .price {
				display: flex;
				flex-direction: row-reverse;
				justify-content: left;
				margin: 0 0 6px;
				line-height: 20px;
				flex-direction: column-reverse;
			}

			.thumbnail-slider-style2 .single-product-thumbnail .product-360-slider-wrap {
				padding: 0 0 0 12px;
			}


			.woocommerce-active.archive .products.short-view .product .price del::after {
				display: none;
			}

			.woocommerce-active.archive .products.short-view .product .price del {
				width: fit-content;
			}

			.woocommerce-active.archive .products.short-view .product .price del bdi {
				font-size: 12px;
			}

			.woocommerce-active.archive .products.short-view .product .price {
				font-size: 14px;
				line-height: 19px;
			}

			.woocommerce-active.archive .products.short-view .product .price del::before {
				width: 55%;
				background: var(--body-text-color);
			}

			.list-view .list-content-wrap p {
				font-size: 14px;
				line-height: 24px;
			}

			.woocommerce-active.archive .short-view .product .product-content-wrap .list-cart-wrap .product-button-wrap .product-button-hv .btn-hv a {
				height: 35px;
				width: 35px;
			}

			.woocommerce-active.archive .short-view .product .product-content-wrap .list-cart-wrap .product-button-wrap .product-button-hv .btn-hv a::before {
				font-size: 14px;
			}

			.list-content-wrap .list-content .product-estimate {
				display: none;
			}

			.woocommerce-active.archive .list-view .product .product-content-wrap .list-cart-wrap .product-button-wrap .product-button-hv .btn-hv a {
				height: 40px;
				width: 40px;
			}

			.woocommerce-active.archive .list-view .product .product-content-wrap .list-cart-wrap .product-button-wrap .product-button-hv .btn-hv a::before {
				font-size: 13px;
			}

			.woocommerce-active.archive .products.list-view .product .list-cart-wrap .quantity input.qty {
				width: 70px;
			}

			/* .woocommerce-active.archive .products.list-view .product .product-content-wrap .list-content-wrap span.price {
				font-size: 14px;
			} */

			.woocommerce-active.archive .site-main .shop-nosidebar .products.list-view .product {
				width: 100%;
			}
		}

		@media(max-width:991px) {
			.product-layout-default .list-view .product-content-wrap>.row {
				padding: 0;
			}

			.product-layout-default .products.short-view section.product .cart-wrap a.product_type_variable::before,
			.product-layout-default .products.short-view section.product.product-type-grouped .cart-wrap a::before,
			.product-layout-default .products.short-view section.product.product-type-external .cart-wrap a::before {
				left: 0;
				right: 0;
			}

			.single-product .product .entry-summary .product-button,
			.single-product .product .entry-summary .quantity {
				width: 15%;
			}

			.product .category-morden .content-wrap .title_price a::after {
				width: 44%;
			}

			.single-product .product.product-type-simple .entry-summary .cart-wrap {
				width: 85%;
			}

			.short-view .product .list-content-wrap {
				flex-direction: column;
			}

			.single-product .single-product-thumb-content .single-product-detail {
				padding: 0;
			}

			.short-view .product .list-content-wrap .list-cart-wrap,
			.short-view .product .list-content-wrap .list-price,
			.short-view .product .list-content-wrap .list-content {
				width: 100%;
				padding: 0;
			}

			.product-layout-default .products.list-view .product .product-button-wrap .product-button-hv {
				width: 100%;
			}

			.product-layout-default .products.list-view section.product .cart-wrap {
				padding: 0;
			}

			.short-view .product .list-content-wrap .list-price .price {
				justify-content: start;
			}

			.short-view .product .list-content-wrap .list-cart-wrap .cart-button-list {
				align-items: start;
				flex-direction: row;
				width: 100%;
			}

			.short-view .product .list-content-wrap .list-cart-wrap .cart-button-list .product-button-wrap {
				margin: 0 4px 0 0;
			}

			.list-view .product .quantity,
			.woocommerce-active.archive .list-view .product .product-button-wrap .btn-hv.quickview {
				display: block;
			}

			.woocommerce-active.archive .products.list-view .product .list-cart-wrap .product-button {
				font-size: 14px;
			}

			.woocommerce-active.archive .products.list-view .product .list-cart-wrap .quantity input.qty {
				width: 55px;
			}

			.woocommerce-active.archive .list-view .product .product-content-wrap .list-cart-wrap .product-button-wrap .product-button-hv .btn-hv {
				margin: 0 4px;
			}

			.left-sidebar.shop-sidebar .left-content-filter {
				order: 2;
			}

			.header-top {
				display: none;
			}

			.woocommerce-active.archive .products.short-view .product .price del::after {
				display: block;
			}

			.woocommerce-active.archive .products.short-view .product .price del::before {
				width: 72%;
				right: 0;
				left: auto;
			}

			.woocommerce-active.archive .products.short-view .product .price del::after {
				left: -44px;
				top: 0;
				bottom: 0;
				margin: auto;
			}

			.woocommerce-active.archive .products.short-view .product .price del bdi {
				margin: 0 0 0 20px;
			}

			.product-layout-default .products.short-view .product .product-button-wrap .product-button-hv {
				width: 100%;
			}


			.short-view .product .list-content-wrap .list-cart-wrap .cart-button-list .cart-wrap {
				margin: 0 4px 0 0;
			}

			.product-layout-default .short-view section.product .cart-wrap {
				padding: 0;
			}

			.woocommerce-active.archive .products.short-view .product .price {
				flex-direction: row-reverse;
				align-items: center;
			}

			.short-view .product .price del {
				margin: 0;
			}
		}

		@media (max-width:770px) and (min-width:768px) {
			.products.short-view.columns-4 {
				padding: 0 12px;
			}
		}

		@media(max-width:770px) {
			.products.list-view.columns-4 {
				padding: 0 12px;
			}
		}

		@media(max-width:767px) {

			.product .category-morden .content-wrap .title_price a::after {
				width: 22%;
			}

			.single-product .product .entry-summary .product-button,
			.single-product .product .entry-summary .quantity {
				width: 18%;
			}

			.single-product .product.product-type-simple .entry-summary .cart-wrap {
				width: 82%;
				padding: 0 0 10px 10px;
			}

			.single-product .buy-now-wrap {
				width: 100%;
			}

			.woocommerce-active.archive .products.list-view .product .list-cart-wrap .cart-wrap {
				margin-right: 2px;
			}

			.woocommerce-active.archive .products.list-view .product .list-cart-wrap .quantity .qty_button {
				height: 35px;
				width: 20px;
			}

			.woocommerce-active.archive .products.list-view .product .list-cart-wrap .quantity input.qty {
				width: 30px;
				font-size: 13px;
			}

			.list-view .product .list-content-wrap {
				flex-direction: column;
			}

			.list-view .product .list-content-wrap .list-content,
			.list-view .product .list-content-wrap .list-cart-wrap {
				padding: 0;
				float: left;
				width: 100%;
				align-items: start;
			}

			.woocommerce-active.archive .list-view .product .list-cart-wrap .quantity-list,
			.list-view .product-content-wrap .list-cart-wrap .product-button-wrap {
				justify-content: start;
			}

			.list-view .product .list-content-wrap .list-cart-wrap .cart-button-list {
				margin: 0 0 10px;
				float: left;
				width: 100%;
				display: block;
			}

			.woocommerce-active.archive .products.list-view .product .list-cart-wrap .product-button,
			.list-view .product-content-wrap .list-cart-wrap .product-button-wrap .product-button-hv {
				margin: 0;
			}

			.woocommerce-active.archive .products.list-view .product .list-cart-wrap .product-button,
			.list-view .product-content-wrap .list-cart-wrap .product-button-wrap {
				float: left;
				width: auto;
			}

			.woocommerce-active.archive .list-view .product .product-content-wrap .list-cart-wrap .product-button-wrap .product-button-hv .btn-hv {
				margin: 0 4px;
			}

			.woocommerce-active.archive .products.list-view .product .list-cart-wrap .product-button {
				margin-right: 2px;
			}
		}

		@media (max-width:767px) and (min-width:576px) {
			.full-sidebar .products .quantity {
				display: none;
			}
		}

		@media(max-width:575px) {
			.progress-bar span {
				height: 7px;
			}

			.woocommerce-active.archive .site-main .products.short-view .product .timer svg,
			.woocommerce-active.archive .site-main .products.list-view .product .timer svg {
				width: 14px;
				height: 14px;
			}

			.woocommerce-active.archive .site-main .products.short-view .product .timer {
				width: 150px;
				height: 30px;
			}



			.list-content .timer>div>p,
			.thumbnail-wrap .timer>div>p {
				font-size: 12px;
			}

			.list-view .product .product-button-wrap .compare.btn-hv {
				display: block;
			}

			.list-view .product-content-wrap .list-cart-wrap .product-button-wrap {
				justify-content: center;
			}

			.woocommerce-active.archive .list-view .product .list-cart-wrap .quantity-list {
				display: none;
			}

			.woocommerce-active.archive .products.list-view .product .list-cart-wrap .quantity .qty_button {
				height: 30px;
				width: 20px;
			}

			.woocommerce-active.archive .products.list-view .product .list-cart-wrap .product-button {
				padding: 8px 15px 8px 30px;
			}

			.woocommerce-active.archive .products.list-view .product .list-cart-wrap .product-button {
				font-size: 13px;
			}

			.woocommerce-active.archive .list-view .product .product-content-wrap .list-cart-wrap .product-button-wrap .product-button-hv .btn-hv a,
			.woocommerce-active.archive .shop-nosidebar .list-view .product .product-content-wrap .list-cart-wrap .product-button-wrap .product-button-hv .btn-hv a {
				height: 35px;
				width: 35px;
			}

			.woocommerce-active.archive .outofstock .thumbnail-wrap .out-of-stock {
				font-size: 10px;
				height: 50px;
				width: 50px;
			}

			.woocommerce-active.archive.archive .products.list-view .product .list-content-wrap .product-attribute-wrap .list_size_attr {
				font-size: 13px;
			}

			.woocommerce-active.archive.archive .products.list-view .product .list-content-wrap .product-attribute-wrap .list_color_attr .list_product_color {
				height: 12px;
				width: 12px;
			}

			.woocommerce-active.archive .list-view .product .product-content-wrap .list-cart-wrap .product-button-wrap .product-button-hv .btn-hv {
				margin: 0 4px 0 0;
			}

			/* footer .widget .widget-title {
				font-size: 1px;
			} */
		}

		@media(max-width:480px) {
			.product-layout-default .products.short-view section.product.product-type-grouped .cart-wrap a::before,
			.product-layout-default .products.short-view section.product .cart-wrap a.product_type_variable::before,
			.product-layout-default .products.short-view section.product.product-type-external .cart-wrap a::before,
			.product-layout-default .products.list-view section.product .cart-wrap a.product_type_variable::before,
			.product-layout-default .products.list-view section.product.product-type-external .cart-wrap a::before {
				font-size: 11px;
			}
			.stock-progress .progress-bar {
				margin: 5px 0 0;
			}
			.list-content-wrap .list-content .stock-progress {
				margin: 0 0 15px;
			}
			.short-view .list-content-wrap .list-content .stock-progress .stock-progress-wrap ,
			.list-view .list-content-wrap .list-content .stock-progress .stock-progress-wrap {
				font-size: 14px;
				float: left;
				width: 100%;
				line-height: 20px;
			}
			.woocommerce-active.archive .short-view .product .product-content-wrap .list-cart-wrap .product-button-wrap .product-button-hv .btn-hv a::before {
				font-size: 12px;
			}
			.short-view .list-content-wrap .list-description {
				display: none;
			}

			.short-view .product .thumbnail-wrap {
				padding: 0 10px;
			}

			.woocommerce-active.archive .short-view .product .product-content-wrap .list-cart-wrap .product-button-wrap .product-button-hv .btn-hv a {
				width: 35px;
				height: 35px;
			}

			.short-view .product .list-content-wrap {
				padding: 0 10px 0 5px;
			}

			.short-view .product .list-content-wrap .list-price {
				margin: 0 0 5px;
			}

			.short-view .list-timer {
				display: none;
			}

			.woocommerce-active.archive .products.short-view .product .price {
				margin: 0;
			}

			.woocommerce-active.archive .products.short-view .product .list-content-wrap .wrap-rate {
				margin: 0 0 10px;
				padding: 25px 0 0 0;
			}

			.short-view .product .list-content-wrap .list-price {
				margin: 0;
			}

			.woocommerce-shop .short-view .product .product-content-wrap .list-cart-wrap .product-button-wrap .product-button-hv .btn-hv {
				margin: 0 4px 0 0;
			}

			.woocommerce-active.archive .site-main .shop-nosidebar .products.list-view .product {
				padding-bottom: 20px;
			}

			.short-view .product .list-content-wrap .list-cart-wrap .cart-button-list .product-button-wrap {
				margin: 0;
			}

			.woocommerce-active.archive .products.short-view .product .list-cart-wrap .product-button,
			.woocommerce-active.archive .products.list-view .product .list-cart-wrap .product-button {
				height: 35px;
			}

			.woocommerce-active.archive .site-main .products.list-view .product .timer {
				margin: 0 0 8px;
			}

			.shop-nosidebar .list-view .product .thumbnail-wrap,
			.shop-nosidebar .list-view .product .list-content-wrap {
				float: left;
				width: 100%;
			}

			.shop-nosidebar .list-view .product .list-content-wrap .list-cart-wrap {
				align-items: center;
			}

			.woocommerce-active.archive .site-main .shop-nosidebar .products.list-view .product .timer {
				margin: 0 0 5px;
			}
		}

		/* -------------- end list view ----------------- */

		@media(max-width: 1199px) {
			body #rev_slider_1_1_wrapper .zeus.tparrows {
				min-width: 50px;
				min-height: 50px;
			}

			body #rev_slider_1_1_wrapper .zeus.tparrows:before {
				line-height: 50px;
				font-size: 15px;
			}
		}

		@media(max-width: 991px) {
			.single-product .up-sells.upsells .product .product-button-wrap .btn-hv a {
				height: 35px;
				width: 35px;
			}

			.header_style.site-header .site-branding {
				padding: 0;
			}

			.product .category-morden .product-button-wrap {
				transform: translateX(0);
				opacity: 1;
			}

			body #rev_slider_1_1_wrapper .metis.tparrows {
				width: 40px;
				height: 40px;
			}

			body #rev_slider_1_1_wrapper .metis.tparrows::before {
				line-height: 20px;
				font-size: 13px;
			}
		}

		@media(max-width: 767px) {
			body #rev_slider_1_1_wrapper .metis.tparrows {
				display: none;
			}


			.single-product .up-sells.upsells .product .product-button-wrap .btn-hv a {
				height: 30px;
				width: 30px;
			}


			.product .price del .woocommerce-Price-amount.amount bdi {
				font-size: 12px;
				color: var(--body-text-color);
			}
		}

		@media(max-width: 575px) {

			.single-product .product .entry-summary .cart-wrap .product-button {
				padding: 12px 0;
			}
			.single-product .product .entry-summary .cart-wrap .product-button.loading {
				padding: 12px 0;
				height: 45px;
			}

			.single-product .buy-now-wrap .button {
				padding: 12px 0;
			}

			.single-product .product .entry-summary .product-button-wrap .btn-hv a {
				font-size: 13px;
			}

			.single-product .product .entry-summary .product-button-wrap .btn-hv a span {
				font-size: 13px;
			}


			.page-header .breadcrumbs #crumbs a svg {
				width: 14px;
				height: 14px;
			}

		}


		/* end slider */


		@media(max-width: 1199px) {
			.woocommerce-active.archive .products.list-view .product .list-cart-wrap .cart-wrap {
				margin: 0;
				margin-right: 5px;
				width: 240px;
			}

			.widget ul li>ul {
				margin-left: 15px;
			}


			.woocommerce-account .woocommerce .woocommerce-MyAccount-content {
				padding: 0 0 0 30px;
			}

			.single-product .product .entry-summary .woocommerce-grouped-product-list-item__quantity .quantity {
				width: 100%;
			}

			.woocommerce-account .woocommerce .woocommerce-MyAccount-navigation {
				padding: 0 30px 0 0;
			}

			.woocommerce-account #primary .woocommerce .woocommerce-MyAccount-navigation ul li a {
				font-size: 18px;
			}

			.woocommerce-account #primary .woocommerce .woocommerce-MyAccount-navigation ul li {
				margin: 13px 0;
			}

			.single-product.thumbnail-slider-style1 .woocommerce-tabs .woocommerce-Tabs-panel .product-review-wrap {
				display: block;
			}

			.thumbnail-slider-style1 #tab-reviews .product-review-tab {
				padding: 0;
				border: none;
				display: flex;
				justify-content: center;
				width: 100%;
			}

			.single-product.thumbnail-slider-style1 .woocommerce-tabs #tab-reviews #reviews {
				padding: 0;
			}

			.single-product.thumbnail-slider-style1 .woocommerce-tabs #tab-reviews #reviews {
				display: flex;
			}

			.single-product.thumbnail-slider-style1 .woocommerce-tabs #tab-reviews #reviews #comments {
				width: 100%;
			}
		}

		@media(max-width: 991px) {
			.single-product .summary .timer {
				font-size: 10px;
			}

			.single-product .summary .timer>div>p {
				font-size: 14px;
			}

			.woocommerce-account .woocommerce #customer_login .u-column {
				border: none;
				padding: 0;
			}

			/* .header_style.site-header.header-style-2 .header-line {
				min-height: auto;
				height: auto;
			} */

			.single-product .product .entry-summary .woocommerce-grouped-product-list-item__quantity .quantity {
				width: 100px;
			}

			.woocommerce-active.archive .products.list-view .product .list-cart-wrap .cart-wrap {
				width: 45px;
			}

			.woocommerce-active.archive .list-view .product .product-content-wrap .list-cart-wrap .product-button-wrap .product-button-hv .btn-hv a::before {
				font-size: 14px;
			}

			.woocommerce-account .woocommerce #customer_login .u-column1 {
				margin: 0 0 30px;
				border-bottom: 1px solid var(--border-color);
				padding: 0 0 30px;
			}

			footer .widget-wrap .widget .widget-title {
				position: relative;
				font-size: 20px;
				line-height: 22px;
				margin: 0 0 15px;
			}


			footer .widget-wrap .widget .footer-click {
				position: absolute;
				right: 0;
				left: auto;
				top: 0;
				bottom: 0;
				margin: auto;
				font-weight: 600;
				cursor: pointer;
			}

			footer .widget-wrap .widget .footer-click::after {
				content: '\2b';
				font-family: 'Font Awesome 5 Free';
				font-weight: 600;
				font-size: 18px;
			}

			footer .widget-wrap .widget.widget_blisssoap_widget_social_media .widget-title::after,
			footer .widget-wrap .widget .footer-newsletter .widget-title::after {
				display: none;
			}

			.thumbnail-slider-style1 #tab-reviews .product-review-tab .review-wrap {
				margin: 0 0 20px;
			}

			.woocommerce-account .woocommerce .woocommerce-MyAccount-navigation {
				width: 25%;
			}
		}

		@media(max-width: 767px) {
			.single-product.thumbnail-slider-style1 .woocommerce-tabs #tab-reviews #reviews {
				display: block;
			}

			.thumbnail-slider-style1 #tab-reviews .product-review-tab .review-wrap {
				margin: 0 0 20px;
			}

			.single-product.thumbnail-slider-style1 .woocommerce-tabs #tab-reviews #reviews #comments {
				margin: 0 0 10px;
			}

			.page-header .title {
				font-size: 18px;
			}
		}

		@media(max-width: 575px) {
			footer .widget-wrap .widget .widget-title {
				position: relative;
				font-size: 18px;
				line-height: 20px;
			}

			.woocommerce-account button[type="submit"] {
				padding: 10px 20px;
				font-size: 14px;
			}

			/* .header-style-2.header_style.site-header .header-spacing {
				border-bottom: none;
				padding: 0;
			} */

			.page-header .title {
				width: 100%;
			}

			.single-product.thumbnail-slider-style1 .woocommerce-tabs #tab-reviews #reviews #comments {
				width: 100%;
			}

			.thumbnail-slider-style1 #tab-reviews .product-review-tab {
				width: 100%;
			}

			.single-product.thumbnail-slider-style1 .woocommerce-tabs .woocommerce-Tabs-panel .product-review-wrap {
				padding: 0;
			}

			.single-product.thumbnail-slider-style1 .woocommerce-tabs .woocommerce-Tabs-panel .product-review-wrap .review_tab {
				margin: 0 20px 0 0;
			}

			.single-product.thumbnail-slider-style1 .product-review-tab .review-wrap,
			.single-product.thumbnail-slider-style1 .woocommerce-Reviews #comments {
				margin: 0;
			}

			.woocommerce-account .woocommerce {
				display: flex;
				flex-direction: column;
			}

			.woocommerce-edit-address .woocommerce-Address,
			.woocommerce-account .woocommerce .woocommerce-MyAccount-content,
			.woocommerce-account .woocommerce .woocommerce-MyAccount-navigation {
				width: 100%;
			}

			.woocommerce-account .woocommerce .woocommerce-MyAccount-content {
				padding: 0;
			}

			.woocommerce-account .woocommerce .woocommerce-MyAccount-navigation {
				border: none;
				border-bottom: 1px solid var(--border-color);
				margin: 0 0 20px;
			}

			.thumbnail-slider-style3.single-product .product_meta {
				padding: 15px 0;
			}

			.single-product .product_meta {
				margin: 15px 0 0 0;
				padding: 20px 0 0 0;
			}

			.woocommerce-account #primary .woocommerce .woocommerce-MyAccount-navigation ul {
				display: flex;
				justify-content: space-between;
				overflow: auto;
			}

			.woocommerce-account #primary .woocommerce .woocommerce-MyAccount-navigation ul li {
				margin: 0 10px;
				width: auto;
				padding: 0 10px;
				flex: 0 0 auto;
			}

			.woocommerce-account #primary .woocommerce .woocommerce-MyAccount-navigation ul li a {
				font-size: 16px;
			}

			.woocommerce-MyAccount-content .woocommerce-Addresses {
				display: block;
			}

			.related .row {
				margin: 0;
			}

			.single-product.thumbnail-slider-style1 .related .row {
				margin: 0;
				/* padding: 0 12px; */
			}
		}

		@media (max-width:480px) {
			.single-product.thumbnail-slider-style1 .related .row {
				padding: 0;
			}
		}

		@media (max-width:1199px) {
			body #page .site-main .our_team {
				display: none;
			}

			footer.footer-style-1 .footer-top-row .footer-top-content {
				padding: 0 25px;
			}
		}

		/* back-to-top */
		@media(max-width:1199px) {

			.back-to-top::after,
			.back-to-top {
				height: 44px;
				width: 44px;
			}

			.back-to-top::after {
				line-height: 44px;
				font-size: 14px;
			}
		}

		@media(max-width:767px) {

			.back-to-top::after,
			.back-to-top {
				height: 40px;
				width: 40px;
			}

			.back-to-top::after {
				line-height: 40px;
				font-size: 12px;
			}

			.back-to-top {
				right: 30px;
				bottom: 70px;
			}
		}

		/* quick view */
		@media(max-width:968px) {
			.yith-wcqv-wrapper .yith-wcqv-main #yith-quick-view-content div.images {
				width: 42.3%;
			}
		}

		@media(max-width:767px) {


			.yith-wcqv-wrapper .yith-wcqv-main #yith-quick-view-content div.images {
				width: 96%;
			}

			.yith-wcqv-wrapper .yith-wcqv-main #yith-quick-view-content div.summary.entry-summary {
				height: auto;
			}
		}

		@media(max-width:575px) {
			.yith-wcqv-wrapper .single-product .entry-summary .woocommerce-product-details__short-description {
				padding: 0 0 12px;
				margin: 0 0 12px;
			}


			.yith-wcqv-wrapper .yith-wcqv-main #yith-quick-view-content div.images {
				width: 100%;
				margin: auto;
				padding: 15px 0 0;
			}

			.yith-wcqv-wrapper .yith-wcqv-main #yith-quick-view-content div.summary.entry-summary {
				width: 100%;
				margin: auto;
				padding: 0;
			}

			.yith-wcqv-wrapper .single-product .entry-summary .product_meta {
				margin: 20px 0 0;
			}

			#yith-quick-view-modal .cart.grouped_form .group_table tr td {
				width: 50%;
			}

			#yith-quick-view-modal .single_variation_wrap .woocommerce-variation-add-to-cart {
				flex-direction: column;
			}

			.yith-wcqv-main #yith-quick-view-content .product .entry-summary .cart-wrap .product-button {
				margin: 0;
				height: 45px;
			}

			#yith-quick-view-modal .single-product .product .entry-summary .cart-wrap {
				width: 78%;
			}

			#yith-quick-view-modal .single-product .woocommerce-product-rating .star-rating::before,
			#yith-quick-view-modal .single-product .woocommerce-product-rating .star-rating span::before {
				font-size: 12px;
			}

			#yith-quick-view-modal .single-product .entry-summary .product_title {
				font-size: 18px;
				margin: 0 0 6px;
			}

			#yith-quick-view-modal .single-product .entry-summary .woocommerce-product-rating {
				margin: 0 0 6px;
			}

			#yith-quick-view-modal .product .entry-summary .price {
				margin: 0 0 12px;
				padding: 0 0 12px;
			}

			.yith-wcqv-wrapper .entry-summary div.list_product_color,
			.single-product .single-product-thumb-content .single-product-detail .entry-summary .list_color_attr .list_product_color {
				height: 25px;
				width: 25px;
			}

			.single-product .entry-summary div.list_product_color.select_variation::after,
			.single-product .entry-summary div.list_product_color:hover::after {
				height: 31px;
				width: 31px;
				left: -3px;
				top: -3px;
			}

			.yith-wcqv-wrapper .entry-summary div.list_product_size,
			.single-product .single-product-thumb-content .single-product-detail .entry-summary .list_size_attr .list_product_size {
				font-size: 13px;
				height: 25px;
				width: 25px;
				line-height: 21px;
			}

			.yith-wcqv-wrapper .entry-summary .product_meta {
				margin: 20px 0;
				padding: 20px 0;
			}

			.search-results .product-data .product-sku,
			.search-results .product-data .product-categories {
				display: none;
			}

			.cart.grouped_form .group_table tr .quantity {
				margin: 0;
			}

			.full-sidebar #post_sidebar .widget-area .widget.woocommerce.widget_layered_nav_filters .widget-title {
				margin-bottom: 10px;
				padding-bottom: 10px;
			}

			#yith-quick-view-modal .single-product.woocommerce span.onsale {
				top: 25px;
				left: 10px;
			}
		}

		@media(max-width:480px) {
			#yith-quick-view-modal .single-product.woocommerce span.onsale {
				top: 20px;
				left: 20px;
			}

			.yith-wcqv-wrapper .yith-wcqv-main #yith-quick-view-content div.images {
				padding: 12px;
			}
		}


		/* cart */

		@media(max-width:991px) {
			.cart-content-left {
				margin: 0 0 40px;
			}

			.catagories_errow .swiper-navigation .swiper-button.swiper-button-prev {
				left: -43.9%;
			}

			footer.footer-style-1 .main-footer .footer-02 {
				padding: 0;
				margin: 0;
			}

			.menu-my-accounts-container {
				display: none;
			}

			.footer-05 .widget.widget_nav_menu .menu-my-accounts-container {
				display: block;
			}

			.catagories_errow .swiper-navigation .swiper-button.swiper-button-next {
				left: -37.5%;
			}
		}

		@media(max-width:767px) {

			.product-quantity .cart-qty-wrap {
				float: left;
				width: 100%;
				display: flex;
				justify-content: center;
			}

			.error404 .search-form.search__form,
			.error-404.not-found .page-content {
				width: 60%;
			}

			footer.footer-style-2 #footer-top {
				display: none;
			}
		}

		@media(max-width:575px) {

			.tt-post-meta-wrap div::after,
			.tt-post-meta-wrap div.tt-post-category a::after {
				height: 4px;
				width: 4px;
			}

			.wp-block-search .wp-block-search__inside-wrapper .wp-block-search__button::after,
			.search .search_box button[type="submit"]>svg {
				font-size: 13px;
			}



			.cart-content-left {
				margin: 0 0 30px;
			}

			.error-404.not-found .page-content {
				width: 100%;
			}

			.error-404.not-found .page-content p {
				font-size: 15px;
			}

			.error-404.not-found h3 {
				font-size: 25px;
			}

			.error-404.not-found h2 {
				font-size: 110px;
			}

			.error404 .search-form.search__form {
				width: 100%;
			}

			.search-form .search_box input[type="search"] {
				font-size: 14px;
			}

			.woocommerce-checkout-payment ul li label,
			.woocommerce-checkout-payment ul li .payment_box p {
				font-size: 13px;
			}


			.woocommerce-active .woocommerce {
				padding: 0 15px;
			}

			.woocommerce-active .woocommerce.compare-button {
				padding: 0;
			}
		}

		@media(max-width:1500px) {

			.woocommerce-checkout .woocommerce .checkout .woocommerce-billing-fields p.form-row.form-row-first,
			.woocommerce-checkout .woocommerce .checkout .woocommerce-billing-fields p.form-row.form-row-last {
				width: 47%;
			}
		}

		@media(max-width:1199px) {
			.woocommerce-checkout .woocommerce .checkout .order_review-wrap {
				padding: 0 0 0 10px;
			}

			.woocommerce-checkout .woocommerce .checkout #customer_details {
				padding: 0 10px 0 0;
			}

		}

		@media(max-width:991px) {
			.woocommerce-checkout .woocommerce .checkout {
				flex-direction: column;
			}

			.woocommerce-checkout .woocommerce .checkout .order_review-wrap,
			.woocommerce-checkout .woocommerce .checkout #customer_details {
				margin: 0;
				padding: 0;
			}

			.woocommerce-checkout .woocommerce .checkout #customer_details {
				margin: 0 0 40px;
			}
		}

		@media(max-width:575px) {
			.woocommerce-checkout .woocommerce .checkout .order_review-wrap .order_review-bg {
				padding: 30px;
			}

			.woocommerce-checkout .woocommerce .checkout .woocommerce-billing-fields p.form-row.form-row-first,
			.woocommerce-checkout .woocommerce .checkout .woocommerce-billing-fields p.form-row.form-row-last {
				width: 100%;
			}

			.woocommerce-checkout .woocommerce .checkout .woocommerce-billing-fields p.form-row.form-row-last {
				margin: 0 0 30px;
			}



			.woocommerce-lost-password .woocommerce .lost_reset_password {
				padding: 25px;
			}
		}

		/* ------- coming soon ------- */
		@media(max-width:1199px) {
			.comingsoon-form {
				width: 65%;
			}
		}

		@media(max-width:991px) {
			.comingsoon-form {
				width: 70%;
			}

			.coming-soon-page .banner-timer .timer-datetime {
				font-size: 44px;
				line-height: 50px;
				margin: 0px 0 40px;
			}

			.coming-soon-page .coming-soon-wrap .coming-desc {
				margin: 0 0 30px;
			}
		}

		@media(max-width:767px) {
			.comingsoon-form {
				width: 85%;
			}

			.coming_section .tt-section-title p {
				display: none;
			}

			.coming-soon-page .coming-soon-wrap .coming-title {
				font-size: 30px;
				line-height: 34px;
			}

			.coming-soon-page .banner-timer .timer-datetime {
				font-size: 38px;
				line-height: 44px;
			}
		}

		@media(max-width:575px) {
			.coming-soon-page .banner-timer .timer-datetime {
				margin: 0px 0 30px;
			}

			.coming-soon-page .coming-soon-wrap .coming-desc {
				color: var(--white-color-text);
				font-size: 14px;
				margin: 0 0 25px;
				line-height: 24px;
			}
		}

		@media(max-width:480px) {
			/* 			.coming-soon-page .coming-soon-wrap .coming-title {
				font-size: 22px;
				line-height: 24px;
			} */

			.comingsoon-form {
				display: none;
			}

			.coming-soon-page .coming-soon-wrap .timer-datetime {
				font-size: 27px;
				line-height: 30px;
				letter-spacing: 1px;
			}
		}


		/* ------- stickyadd to cart --- */

		@media(max-width:1199px) {
			.single-product .product .entry-summary .stickycart-popup .cart-wrap .product-button {
				padding: 0;
				font-size: 0;
				height: 40px;
				width: 40px;
			}

			.tt-section-title p {
				margin: 25px 0;
			}


			.single-product .single-product-image .blisssoap-sale {
				left: 30px;
			}
		}

		@media(max-width:991px) {
			.single-product .single-product-thumb-content .single-product-detail .entry-summary .sticky-addToCart .attr-title {
				padding: 0;
				margin: 0 0 5px;
				font-size: 12px;
			}

			.tt-section-title p {
				margin: 18px 0;
			}


			.single-product .entry-summary .sticky-addToCart .product-attribute-wrap {
				margin: 0 10px 0 0;
			}

			.single-product .product .entry-summary .sticky-addToCart .quantity .qty_button {
				width: 20px;
			}

			footer.footer-style-1 .footer-top-row .footer-top-content {
				padding: 0;
			}
		}

		@media(max-width:767px) {
			.single-product .product .entry-summary .sticky-addToCart .quantity .qty_button {
				width: 20px;
				height: 40px;
			}
		}

		@media(max-width:575px) {
			.sticky-addToCart {
				padding: 15px 10px;
			}

			.single-product .single-product-thumb-content .single-product-detail .entry-summary .sticky-addToCart .list_color_attr .list_product_color {
				width: 15px;
				height: 15px;
			}

			.single-product .single-product-thumb-content .single-product-detail .entry-summary .sticky-addToCart .list_color_attr .list_product_color.select_variation::after,
			.single-product .single-product-thumb-content .single-product-detail .entry-summary .sticky-addToCart .list_color_attr .list_product_color::after {
				height: 19px;
				width: 19px;
				left: -2px;
				top: -2px;
			}

			.single-product .single-product-thumb-content .single-product-detail .entry-summary .sticky-addToCart .list_size_attr .list_product_size {
				font-size: 10px;
				line-height: 15px;
				height: 20px;
				width: 20px;
			}

			.single-product .single-product-thumb-content .single-product-detail .entry-summary .sticky-addToCart .list_size_attr .list_product_size.not-available::after,
			.single-product .single-product-thumb-content .single-product-detail .entry-summary .sticky-addToCart .list_size_attr .list_product_size.not-available::before {
				width: 15px;
			}

			.single-product .single-product-thumb-content .single-product-detail .entry-summary .sticky-addToCart .list_color_attr .list_product_color.not-available::before,
			.single-product .single-product-thumb-content .single-product-detail .entry-summary .sticky-addToCart .list_color_attr .list_product_color.not-available::after {
				width: 10px;
				height: 1px;
			}

			.single-product .entry-summary .sticky-addToCart .product-attribute-wrap .reset_custom_variations {
				font-size: 12px;
			}

			.single-product .entry-summary .sticky-addToCart .product-attribute-wrap .reset_custom_variations>svg {
				display: none;
			}
		}

		@media(max-width:480px) {
			.woocommerce-checkout .woocommerce .checkout .order_review-wrap .order_review-bg {
				padding: 15px;
			}

			.sticky-addToCart .stickycart-popup .sticky-addcart-info {
				margin: 0 0 10px;
			}

			.slider-buttom-04 {
				display: none;
			}


		}

		/* -------------- Start About Us block --------------- */

		@media(max-width:1400px) {
			.type-wrap {
				font-size: 60px;
				line-height: 70px;
				min-height: 150px;
			}

			.header-top {
				padding: 9px;
			}

			.home-page-03 header.site-header.sticky .header-spacing .container,
			.home-page-03.home header.site-header.sticky .header-spacing .container {
				padding: 0 20px;
			}

			.header_style.site-header.header-style-3 .header-spacing {
				padding: 0;
			}

			.home-page-03 header .container .site-branding {
				max-height: 100%;
				height: 80px;
			}


			.single-product .single-product-image .blisssoap-sale {
				left: 30px;
				top: 15px;
				width: 57px;
				height: 27px;
				font-size: 14px;
			}

			.aboutcms-content .cms-detail {
				font-size: 16px;
				padding: 20px 0;
			}

			.about-block-03 .type-wrap {
				font-size: 50px;
				line-height: 60px;
				min-height: 120px;
			}

			.about-block-03 .swiper-wrapper .swiper-slide {
				padding: 20px;
			}
		}

		@media(max-width:1199px) {

			footer .footer-top-section .footer-newsletter .news-title .widget-title {
				padding: 0 0 0 40px;
				font-size: 21px;
				width: 80%;
				line-height: 25px;
			}

			.type-wrap {
				font-size: 50px;
				line-height: 60px;
			}

			.aboutcms-content .cms-detail {
				font-size: 14px;
				padding: 15px 0;
			}

			.about-block-03 .type-wrap {
				font-size: 40px;
				line-height: 50px;
				min-height: 100px;
			}

			.video_section .section-heading {
				padding: 0px 0 0 12px;
			}

			.video_section .section-heading::after {
				height: 73px;
				top: 5px;
			}
		}

		@media(max-width: 991px) {
			.video_section .section-heading::after {
				height: 60px;
				top: 5px;
			}

			.home-page-03 header .container .site-branding {
				justify-content: space-between;
			}

			.home-page-03 #mega-menu-wrap-header-menu #mega-menu-header-menu {
				display: none;
			}

			footer .footer-top-section .footer-newsletter .news-title .widget-title {
				padding: 0 0 0 34px;
				font-size: 21px;
				width: 100%;
				line-height: 30px;
			}

			.footer-top-section .footer-top-content .news-title {
				margin-bottom: 12px;
			}

			.type-wrap {
				min-height: 120px;
			}

			.cms-about-us-01 .about-block .about-title-res.elementor-absolute {
				position: static;
			}

			.about-block-img-01::after {
				height: 55%;
				bottom: -85px;
			}

			.aboutus-desc-03 {
				display: none;
			}

			.sec-aboutus-06 {
				display: none;
			}
		}

		@media(max-width: 767px) {
			.type-wrap {
				font-size: 40px;
				line-height: 50px;
				min-height: 100px;
			}

			.about-block-03 .type-wrap {
				font-size: 35px;
				line-height: 45px;
				min-height: 100px;
			}

			.video_section .section-heading::after {
				height: 46px;
				top: 4px;
			}

			.tt-section-title p {
				margin: 11px 0;
			}
		}

		@media(max-width: 575px) {
			.single-product .product-type-grouped.product .entry-summary .cart-wrap {
				width: 100%;
				padding: 0;
			}

			.video_section .section-heading::after {
				height: 24px;
				top: 2px;
			}

			.single-product .product-type-grouped.product .buy-now-wrap {
				width: 100%;
			}

			.aboutus-text,
			.about-block-img-02 {
				display: none;
			}

			.about-block-img-01::after {
				bottom: -60px;
			}

			.type-wrap {
				font-size: 30px;
				line-height: 40px;
				min-height: 80px;
			}

			.aboutcms-content .cms-detail {
				font-size: 14px;
			}
		}

		/* -------------- End About Us block --------------- */


		@media(max-width: 1400px) {
			.social-media li a.btn.btn-primary {
				padding: 5px;
			}

			.right_img .elementor-widget-container::after {
				top: -149px;
				left: 222px;
				transform: rotate(-32deg);
			}

			.right_img .elementor-widget-container::before {
				top: -150px;
				left: 223px;
			}

			.right_img::before {
				top: -167px;
				left: 222px;
			}
		}



		@media(max-width: 1199px) {

			ul.social-media li svg {
				font-size: 15px;
			}

			.wpml-ls-legacy-dropdown a.wpml-ls-item-toggle {
				position: relative;
				padding-right: 16px;
			}

			.product.wcml-dropdown .wcml-cs-active-currency>a {
				width: 67px;
				margin: 0 0 0 10px;
			}

			footer .newsletter-form input[type=submit] {
				padding: 12px 20px;
				font-size: 12px;
			}

			footer .newsletter-form input[type=email] {
				padding: 10px 105px 10px 10px;
				font-size: 13px;
			}

			footer.footer-style-1 .footer-top-row .footer-top-columns {
				padding: 48px 0;
			}
		}

		@media(max-width: 991px) {
			footer.footer-style-1 .footer-top-row .footer-top-columns {
				padding: 30px 0;
				border: none;
			}

			.service-box .swiper-slide {
				margin: 0 0 10px 0;
			}
		}

		@media(max-width: 575px) {
			ul.accepted-payment-methods li span {
				padding: 3px;
			}


			ul.accepted-payment-methods li {
				margin-right: 4px;
			}

			.home .page {
				margin: 0;
			}
		}

		/* ----------- start cms aboutus block ----------------- */


		@media(max-width: 991px) {
			.product-top-sorting .woocommerce-result-count {
				font-size: 13px;
			}

			.product-top-sorting .select-wrap select {
				font-size: 13px;
			}
		}

		/* ----------- end cms aboutus block ----------------- */
		/* --------------- Start parallax block ------------------- */

		@media(max-width: 1600px) {}

		@media(max-width: 1400px) {
			.parallax .tt-section-title.text-center {
				padding: 40px 60px;
			}

			.parallax .section-heading {
				font-size: 52px;
				line-height: 62px;
			}

			.parallax .parallax-after,
			.parallax .parallax-before {
				width: 80px;
			}
		}

		@media(max-width: 1199px) {
			.parallax .section-heading {
				font-size: 48px;
				line-height: 60px;
			}

			.parallax .tt-section-title p {
				font-size: 16px;
				line-height: 18px;
				margin: 0 0 25px;
			}

			.parallax .tt-section-title.text-center {
				padding: 30px 45px;
			}

			.parallax .button-title-wrap a.title-button {
				font-size: 15px;
				line-height: 18px;
				padding: 12px 24px;
			}

			.parallax .parallax-after,
			.parallax .parallax-before {
				width: 70px;
			}
		}

		@media(max-width: 991px) {
			.parallax .section-heading {
				font-size: 36px;
				line-height: 44px;
				margin: 0 0 15px;
			}

			.parallax .tt-section-title p {
				font-size: 14px;
				line-height: 16px;
				margin: 0px 0 20px;
			}

			.parallax .button-title-wrap a.title-button {
				font-size: 14px;
				line-height: 16px;
				padding: 12px 20px;
			}

			.parallax .parallax-after,
			.parallax .parallax-before {
				width: 55px;
			}

			.parallax .tt-section-title.text-center {
				padding: 24px 40px;
			}
		}

		@media(max-width: 767px) {
			.parallax .section-heading {
				font-size: 24px;
				line-height: 32px;
				margin: 0 0 10px;
			}

			.parallax .tt-section-title.text-center {
				padding: 20px 30px;
			}

			.parallax .parallax-after,
			.parallax .parallax-before {
				width: 45px;
			}

			.parallax .button-title-wrap a.title-button {
				padding: 8px 14px;
			}
		}

		@media(max-width: 480px) {
			.parallax .section-heading {
				font-size: 22px;
				line-height: 30px;
			}

			.parallax .tt-section-title p {
				font-size: 13px;
				line-height: 14px;
				margin: 0px 0 15px;
			}

			.parallax .button-title-wrap a.title-button {
				font-size: 13px;
				line-height: 16px;
				padding: 8px 12px;
			}

			.parallax .parallax-after {
				left: 17% !important;
				bottom: 15px !important;
			}

			.parallax .parallax-before {
				left: 74% !important;
				bottom: 15px !important;
			}
		}

		@media(max-width: 330px) {
			.parallax .parallax-after {
				left: 0% !important;
			}

			.parallax .parallax-before {
				left: auto !important;
				right: 0 !important;
			}
		}

		/* --------------- End parallax block ------------------- */


		@media (max-width: 1400px) {
			.section-ackground::after {
				height: 500px;
			}
		}

		@media (max-width: 1199px) {
			.section-ackground::after {
				height: 450px;
			}



			footer .widget .widget-title {
				font-size: 18px;
			}

		}

		@media (max-width: 1500px) {
			.swiper .swiper-pagination-bullet.swiper-pagination-bullet-active {
				margin: 0 4px !important;
			}
		}

		@media (max-width: 1400px) {
			footer.footer-style-1 .main-footer {
				padding: 50px 0 0 0;
			}

			footer.footer-style-2 .mc4wp-form .mc4wp-form-fields .news_letter button {
				top: 5px;
			}

			footer .widget .description {
				width: 100%;
			}

			footer .main-footer {
				padding: 50px 0 0 0;
			}

			footer .main-footer .footer-02 {
				margin: 0 0 20px 0;
			}
		}

		@media (min-width: 1200px) {
			footer .main-footer .container>.row {
				margin: 0;
			}

			footer.footer-style-1 .footer-top-row {
				margin: 0;
			}
		}

		@media (max-width: 1199px) {
			.footer-top-section .mc4wp-form .mc4wp-form-fields .news_letter button svg {
				width: 18px;
				height: 18px;
			}

			.header_style .site-branding a.dropdown-back,
			.header_style .site-branding a.navbar-title,
			.header_style .site-branding .search-icon .search-wrap {
				font-size: 0;
				justify-content: center;
				display: flex;
			}

			footer .main-footer .footer-02 {
				padding: 0 0 0 50px;
				margin: 0 0 10px 0;
			}

			/* 			.shop-sidebar .short-view .product .price .amount bdi,
			.shop-sidebar .short-view .product .price ins {
				font-size: 16px;
				line-height: 18px;
			} */

			.yith-wcqv-main #yith-quick-view-content .quantity {
				width: 22%;
			}

			.woocommerce-active.archive .products.short-view .product .list-cart-wrap .cart-wrap .product-button.loading::before {
				left: 25px;
				right: auto;
			}

			.yith-wcqv-main #yith-quick-view-content .cart-wrap {
				width: 78%;
				padding: 0 0 10px 10px;
			}

			footer .main-footer {
				padding: 45px 0 0 0;
			}

			footer.site-footer .footer-05 .menu {
				margin: 25px 0 0 0;
			}

			footer .mc4wp-form-fields .news-title p {
				width: 100%;
			}
		}

		@media (max-width: 991px) {

			.product-layout-default section.product:hover .cart-wrap {
				opacity: 1;
				-webkit-transform: none;
			}



			.header_style .site-branding a.dropdown-back .basket-item-count {
				justify-content: center;
				display: flex !important;
			}

			.header_style .site-branding a.dropdown-back #mini-cart-count {
				font-size: 13px;
				margin: 0 0 0 5px;
			}

			footer.footer-style-2 .widget-wrap .mc4wp-form-fields .news-title .widget-title {
				font-size: 18px;
				line-height: 20px;
			}

			footer .main-footer .footer-02 {
				margin: 0;
			}

			footer.footer-style-2 .main-footer .footer-01 {
				padding: 30px 0 0 0;
			}

			.header_style.site-header.header-style-2 .site-branding {
				justify-content: space-between;
				width: 100%;
			}

			.single-product .woocommerce-tabs {
				margin: 4% 0 40px;
			}


			.product-layout-default .related .products.columns-5 .product .product-button-wrap .btn-hv a {
				height: 35px;
				width: 35px;
			}

			.single-product .woocommerce-tabs ul.tabs li.active a::after {
				content: '';
				transition: all 400ms ease-in-out 0s;
				-webkit-transition: all 400ms ease-in-out 0s;
				-moz-transition: all 400ms ease-in-out 0s;
				-o-transition: all 400ms ease-in-out 0s;
			}

			.footer-newsletter .news-form .newsletter-form button[type="submit"] {
				padding: 8px 20px;
				font-size: 12px;
			}

			footer.footer-style-1 .main-footer .footer-04 .widget {
				padding-left: 0;
			}

			footer .main-footer .footer-02 .widget {
				padding-right: 0;
				margin: 0;
			}

			.header_style.site-header.transparent .site-branding {
				justify-content: space-between;
			}

			footer.footer-style-1 .main-footer {
				padding: 0;
			}

			footer.footer-style-1 .main-footer .footer-04 {
				padding: 0;
				order: -1;
				margin: 35px 0 25px;
			}

			footer.footer-style-1 .main-footer .footer-04 .footer-click::after {
				display: none;
			}

			footer .widget ul:not(footer .widget ul li ul, footer ul.social-media) {
				margin: 0;
			}

			.type-wrap {
				font-size: 46px;
				line-height: 50px;
			}



			.sticky-addToCart .stickycart-popup .sticky-addcart-info .sticky-content .title {
				font-size: 15px;
			}

			.sticky-addToCart .product .price .amount bdi,
			.sticky-addToCart .product .price ins {
				font-size: 13px;
				line-height: 14px;
			}

			.sticky-addToCart .stickycart-popup .sticky-addcart-info .thumb {
				width: 72px;
			}

			.sticky-addToCart .variations_form .variations tbody tr td.value,
			.sticky-addToCart .variations_form .variations tbody {
				display: flex;
				flex-wrap: nowrap;
			}

			.single-product .product .sticky-addToCart .single_add_to_cart_button {
				width: 155px;
				height: 40px;
			}

			.single-product .product .stickycart-popup .quantity {
				width: 75px;
				height: 40px;
			}

			.sticky-addToCart .variations_form .variations tr {
				padding: 0 15px;
			}

			.navbar-woocommerce {
				padding: 0 11px;
			}

		}

		@media (max-width: 767px) {

			.single-product .recent-product .list-description p {
				margin: 7px 0 0 0;
			}


			.mc4wp-form .mc4wp-form-fields .news_letter button {
				width: 40px;
				height: 40px;
			}


			.product .price del::before {
				width: 39px;
			}

			.home-page-03 .header_style.site-header .site-branding {
				max-height: 60px;
				height: 60px;
				padding: 0 12px 0 10px;
			}

			.home-page-03 .header-line {
				min-height: 60px;
			}

			.blog-style .tt-post-details .tt-post-meta {
				font-size: 13px;
			}

			.blog-style .tt-post-wrapper .post-meta-wrap .tt-post-author {
				font-size: 13px;
			}

			.blog_space .tt-post-wrapper {
				padding: 11px;
			}

			.product .product-button::before {
				font-size: 17px;
				line-height: 17px;
			}

			#mega-menu-wrap-header-menu .mega-menu-toggle.mega-menu-open+#mega-menu-header-menu {
				top: 46px;
			}

			.type-wrap {
				font-size: 40px;
				line-height: 45px;
			}

			#footer-top {
				float: left;
				width: 100%;
				justify-content: center;
				display: flex;
				flex-direction: column;
			}

			footer.footer-style-1 .footer-top-row {
				margin: 0;
			}

			.sticky-addToCart .stickycart-popup .sticky-addcart-info .thumb {
				width: 82px;
			}

			.elementor-image-box-wrapper .elementor-image-box-content .elementor-image-box-title {
				font-size: 17px;
			}
		}

		@media (max-width: 575px) {
			footer.footer-style-1 .main-footer .footer-04 {
				padding: 0;
				order: -1;
				margin: 15px 0 20px;
			}

			.footer-newsletter {
				margin: 0;
			}

			.tt-banner img {
				width: 100%;
			}

			#mega-menu-wrap-header-menu .mega-menu-toggle.mega-menu-open+#mega-menu-header-menu {
				top: 39px;
			}

			.blog-style .tt-post-details .tt-post-content {
				font-size: 13px;
			}

			footer.site-footer .footer-05 .menu {
				margin: 20px 0 0 0;
			}

			footer .widget ul.social-media li {
				padding: 0 10px;
			}
		}

		@media (max-width: 480px) {
			.type-wrap {
				font-size: 38px;
				line-height: 43px;
			}

			.right-header .mini-cart .dropdown-menu-mini-cart .widget_shopping_cart_content .buttons .button:after {
				width: 68px;
			}

			.right-header .mini-cart .dropdown-menu-mini-cart .widget_shopping_cart_content .buttons .checkout.button::after {
				left: 28%;
				font-size: 14px;
			}

			.right-header .mini-cart .dropdown-menu-mini-cart .widget_shopping_cart_content ul li .product-details {
				font-size: 13px;
			}

			.right-header .mini-cart .dropdown-menu-mini-cart .widget_shopping_cart_content ul li .product-details .quantity .amount {
				font-size: 15px;
			}

			.right-header .mini-cart .dropdown-menu-mini-cart .widget_shopping_cart_content ul {
				padding: 0 20px;
			}

			.cart-slider .widget_shopping_cart_content .cart-button-wrap {
				padding: 20px;
			}

			.woocommerce-active.archive .products.short-view .product .price del bdi {
				margin: 0 0 0 12px;
			}

			footer.footer-style-2 .widget-wrap .mc4wp-form-fields .news-title .widget-title {
				font-size: 16px;
				line-height: 17px;
				margin: 10px 0 15px 0;
			}

			footer .widget .widget-title {
				font-size: 16px;
			}

			.video_section .section-heading::after {
				height: 50px;
				top: 2px;
			}

			footer.footer-style-1 .footer-widget .footer-01 .widget.widget_nav_menu ul li {
				padding: 0 13px;
			}
		}

		@media (max-width: 1199px) {
			.left-header .head-top-call a {
				display: block;
			}



			.left-header .head-top-call a span {
				margin: 0 0 0 4px;
			}

			.aboutcms-content .cms-detail {
				padding: 10px 0;
			}
		}

		@media (min-width: 992px) {

			header.site-header.sticky .header-spacing .container,
			.home header.site-header.sticky .header-spacing .container {
				display: flex;
				flex-direction: row-reverse;
				align-items: center;
				justify-content: space-between;
				max-width: 100%;
				padding: 0 100px 0 80px;
			}

		}



		@media (max-width: 991px) {
			.product .wrap-rate {
				margin: 0 0 7px;
			}

			.product .price .amount bdi,
			.product .price ins {
				font-size: 17px;
				line-height: 18px;
			}

			.product .price del .woocommerce-Price-amount.amount bdi {
				font-size: 14px;
				line-height: 22px;
			}


			.header_style.site-header .site-wrap {
				padding: 0;
			}

			.blog-style.blog-style-2 .tt-post-wrapper {
				display: flex;
				flex-wrap: wrap;
			}

			.blog-style.blog-style-2 .tt-post-wrapper .tt-post-thumbnail {
				width: 100%;
			}

			.blog-style.blog-style-2 .tt-post-wrapper .tt-post-details {
				width: 100%;
			}

			.blog-style.blog-style-2 .tt-post-wrapper div.tt-post-details {
				padding: 20px 0 0;
			}


			.header_style .site-branding .main-navigation {
				flex: 2;
			}
		}

		@media (max-width: 767px) {

			.portfolio-grid.Portfolio-style-1 .tt-portfolio-thumbnail,
			.portfolio-grid.Portfolio-style-2 .tt-portfolio-thumbnail {
				margin: 0 0 20px 0;
			}

			.inner-title .tt-section-title p,
			.service-con .tt-section-title p,
			.ourservice-title .tt-section-title p,
			.service_inner_01 .tt-section-title p,
			.about-02 .tt-section-title p,
			.about_01 .tt-section-title p {
				margin: 10px 0 0 0;
			}

			.service_section_01 {
				order: 2 !important;
			}





			footer .mc4wp-form-fields .newsletter-form {
				float: right;
				width: 100%;
				position: relative;
			}

			footer.footer-style-1 .footer-widget .footer-01 .widget.widget_nav_menu ul li {
				padding: 0 15px;
			}
		}

		@media (max-width: 575px) {
			#review_form_wrapper .comment-respond .comment-reply-title {
				font-size: 16px;
				line-height: 20px;
				margin: 0 0 10px;
			}
			.error-404.not-found .back-home-button a {
				font-size: 14px;
				padding: 10px 20px;
			}

			.error404 .search-form.search__form button {
				padding: 5px 10px;
			}

			.product .price .amount bdi,
			.product .price ins {
				font-size: 16px;
				line-height: 18px;
			}

			.service-block.swiper-slider .swiper-slide.service-box .tt-feature-box-containt {
				margin: 15px 0 0 0;
			}

			.dark-light-mode {
				width: 35px;
				height: 85px;
			}
		}

		@media (max-width: 480px) {
			.about-02 .inner_page_img_hover {
				margin: 0 0 0 10px;
			}
			.blog-style.blog-style-2 .tt-post-wrapper .tt-post-details {
				padding: 12px;
			}

			.service_about .swiper-slide {
				width: 100% !important;
			}

			.product-360-slider-wrap .product-popup-wrap {
				right: 0px;
			}

			.single-product .stickycart-popup .cart-wrap .product-button {
				width: 100%;
			}

			.woocommerce-active .woocommerce {
				padding: 0;
			}

			#yith-quick-view-modal .single-product div.product .woocommerce-product-gallery .woocommerce-product-gallery__trigger {
				display: none;
			}

			.single-product .product_meta .single-categories {
				flex-wrap: wrap;
			}

			.yith-wcqv-wrapper .yith-wcqv-main #yith-quick-view-content div.summary.entry-summary {
				padding: 0 12px;
			}

			.elementor-94 .elementor-element.elementor-element-3a5c21d1 .elementor-heading-title {
				justify-content: left;
				display: flex;
				align-items: left;
				text-align: left;
			}

			footer.footer-style-1 .footer-widget .footer-01 .widget.widget_nav_menu ul li {
				padding: 5px 10px 5px 10px;
			}


			.elementor-94 .elementor-element.elementor-element-3a5c21d1 .elementor-heading-title {
				font-size: 11px !important;
				line-height: 17px !important;
			}

			.single-product .prev_next_buttons,
			.single-product .xs_social_share_widget {
				margin: 0;
			}

			.search-results.active .product-image {
				width: 50%;
			}

			.search-results.active .product-data h3,
			.search-results.active .product-data .product-price {
				margin: 0 0 8px;
				font-size: 15px;
			}

			.mega-menu-header-menu .site-header #site-navigation {
				padding: 0;
				margin: 0 !important;
			}
		}

		@media (max-width: 1400px) {

			footer.footer-style-2 .footer-newsletter .news-title .widget-title {
				font-size: 20px;
			}

			.woocommerce-active.archive .products.list-view .product .list-cart-wrap .cart-wrap .product-button.loading::before {
				left: 30px;
			}

			.product .category-morden .product-button-wrap {
				margin: 0 0 10px 0;
			}

			.shop-nosidebar .list-view .product .list-content-wrap {
				padding: 0 20px;
			}

			.thumbnail-wrap .timer svg {
				width: 16px;
				height: 16px;
				margin: 0;
			}

			.cart.grouped_form .group_table tr:last-child {
				padding: 0 0 20px;
				margin: 0;
			}

			.list-content .timer>div::after,
			.thumbnail-wrap .timer>div::after {
				font-size: 14px;
				line-height: 16px;
			}

			.list-content .timer>div,
			.thumbnail-wrap .timer>div {
				padding: 0 12px;
			}

			.single-product .product-estimate .delivery-shipping-wrap span {
				font-size: 12px;
			}

			.service-block.swiper-slider .swiper-slide.service-box .tt-feature-box-containt {
				margin: 20px 0 0 0;
			}
		}

		@media (max-width: 1199px) {
			.woocommerce-active.archive .products.list-view .product .list-cart-wrap .cart-wrap .product-button.loading::before {
				left: 35px;
			}
		}

		@media (max-width: 991px) {
			.single-product.thumbnail-slider-style3 .summary.entry-summary {
				padding: 0;
			}


			footer .mc4wp-form-fields .news-title p {
				width: 90%;
			}

			footer .main-footer .menu-footer-menu-container {
				display: none;
			}



			footer.footer-style-1 .main-footer .footer-04 .widget {
				margin: 0;
			}

			.navbar-woocommerce #woocommerce-menu {
				top: 53px;
			}

			#mega-menu-wrap-header-menu #mega-menu-header-menu li.mega-menu-megamenu>ul.mega-sub-menu>li.mega-menu-row .mega-menu-column>ul.mega-sub-menu>li.mega-menu-item ul.mega-sub-menu {
				flex-direction: column;
			}

			#mega-menu-wrap-header-menu #mega-menu-header-menu li.mega-menu-item.mega-menu-megamenu ul.mega-sub-menu ul.mega-sub-menu {
				display: flex;
				flex-wrap: wrap;
			}

			#mega-menu-wrap-header-menu #mega-menu-header-menu li.mega-menu-megamenu>ul.mega-sub-menu>li.mega-menu-row>ul.mega-sub-menu>li.mega-menu-column {
				width: 50%;
			}

			.woocommerce-active.archive.product-layout-default .products.columns-6 .product .content-wrap span.price,
			.woocommerce-active.archive.product-layout-default .products.columns-5 .product .content-wrap span.price {
				font-size: 14px;
				margin: 0;
			}


			.product-layout-default section.product .cart-wrap .product-button svg {
				width: 16px;
				height: 16px;
			}

			.product-layout-default section.product .cart-wrap .product-button {
				width: 40px;
				height: 40px;
			}

			.product-layout-default .products .product .product-button::before {
				line-height: 20px;
			}


			.list-description p {
				font-size: 13px;
			}

			.product-layout-default .products .product .product-button-wrap .product-button-hv {
				display: flex;
				flex-wrap: wrap;
			}

			.list-view .product-content-wrap .list-cart-wrap .product-button-wrap .product-button-hv {
				flex-direction: row;
				flex-wrap: nowrap
			}

			.product span.price,
			.woocommerce-active.archive.product-layout-default .products.columns-5 .product .content-wrap span.price {
				font-size: 14px;
			}

			.product .price del::after {
				left: -15px;
				width: 10px;
			}

			.product .price del {
				color: var(--body-text-color);
				margin: 0 0 0 20px;
				position: relative;
				text-decoration: unset;
			}

			.product-top-sorting .filter {
				padding: 5px 10px 4px;
			}

			.product-top-sorting .select-wrap select {
				padding: 5px 10px 5px 8px;
			}

		}

		@media (max-width: 1199px) {
			.single-product .single-product-thumb-content .single-product-detail {
				margin: 0;
			}

			.product-layout-default .list-view .product-content-wrap .thumbnail-wrap {
				padding: 0;
				width: 30%;
			}


		}


		@media (max-width: 991px) {
			.right-header .mini-cart .dropdown-back .basket-item-count #mini-cart-count {
				margin: 0;
			}

			.single-product.thumbnail-slider-style3 .entry-content {
				margin: 10px 0 0;
			}

			.product-layout-default .related .products.columns-5 .product .content-wrap {
				height: 105px;
				max-height: 105px;
			}



			.back-to-top {
				right: 35px;
				bottom: 35px;
			}

			.product .product-button-wrap .btn-hv a {
				height: 40px;
				width: 40px;
			}

			.product .product-button-wrap .btn-hv a::before {
				font-size: 15px;

			}

			section.product .cart-wrap {
				position: relative;
			}

			.outofstock .thumbnail-wrap .out-of-stock {
				height: 80px;
				width: 80px;
			}

			footer .widget-wrap .widget .footer-click.footer-clicked::after {
				content: '\f068';
				font-size: 11px;
				font-weight: 600;
			}

			.banner-timer .timer-content {
				margin: 10px 0 0;
				display: none;
			}

			.product-top-sorting .woocommerce-ordering {
				margin-right: 10px;
			}

			.product-top-sorting .select-wrap select {
				padding: 5px 20px 4px 7px;
			}

			.product-top-sorting .toggle-filter {
				margin-left: 10px;
			}

			.product-top-sorting .woocommerce-perpage .select-wrap::after {
				right: 8px;
			}
		}

		@media (max-width: 575px) {
			.product-layout-default section.product .cart-wrap .product-button svg {
				width: 15px;
				height: 15px;
			}

			.product-layout-default section.product .cart-wrap .product-button,
			.product .product-button-wrap .btn-hv a {
				width: 35px;
				height: 35px;
			}

			.product-layout-default .product .content-wrap {
				padding: 10px 0 0 0;
			}

			.product .product-button-wrap .btn-hv a::before {
				font-size: 14px;

			}

			footer .copyright .copyright-left {
				font-size: 12px;
			}

			.woocommerce-active.archive .products.list-view .product .list-cart-wrap .cart-wrap .product-button {
				padding: 0 40px;
			}

			.shop-sidebar {
				float: left;
				width: 100%;
				/* padding: 0 12px; */
			}

			#mega-menu-wrap-header-menu #mega-menu-header-menu li.mega-menu-megamenu>ul.mega-sub-menu>li.mega-menu-row .mega-menu-column>ul.mega-sub-menu>li.mega-menu-item ul.mega-sub-menu {
				flex-direction: column;
			}

			#mega-menu-wrap-header-menu #mega-menu-header-menu li.mega-menu-item.mega-menu-megamenu ul.mega-sub-menu ul.mega-sub-menu {
				display: block;
			}

			#mega-menu-wrap-header-menu #mega-menu-header-menu li.mega-menu-megamenu>ul.mega-sub-menu>li.mega-menu-row>ul.mega-sub-menu>li.mega-menu-column {
				width: 100%;
			}

			.site-main .offsidebar-right,
			.site-main .offsidebar-left,
			.site-main .full-sidebar {
				padding: 0 15px;
			}

			.thumbnail-slider-style3 .single-product-thumbnail .product-360-slider-wrap .no-slider .zoom {
				padding: 12px;
			}


			#mega-menu-wrap-header-menu .mega-menu-toggle .mega-toggle-block-0 .mega-toggle-animated-box {
				width: fit-content;
			}
		}

		@media (max-width:480px) {

			.woocommerce-active.archive .short-view .product .product-content-wrap .list-cart-wrap .product-button-wrap .product-button-hv .btn-hv a {
				width: 30px;
				height: 30px;
			}

			.list-view .product .list-content-wrap div a h2,
			.short-view .product .list-content-wrap div a h2 {
				font-size: 14px;
				line-height: 17px;
			}

			.product-top-sorting .product-sort-view .view.list {
				display: none;
			}

			figure {
				margin: 0;
			}

			.type-wrap {
				font-size: 32px;
				line-height: 36px;
			}

			footer .mc4wp-form-fields .newsletter-form {
				float: right;
				width: 100%;
				position: relative;
			}


			.single-product.thumbnail-slider-style3 .woocommerce-tabs {
				margin: 0px 0 0;
			}

			.search-results.active .product-image {
				max-width: 42%;
			}

			.search-results.active .product-data {
				padding: 0 0 0 15px;
				width: 82%;
			}

			.single-product .entry-summary .list-timer {
				margin: 0 0 20px;
				padding: 0 0 20px;
			}
		}

		@media (max-width:767px) {
			.short-view .product .list-content-wrap .list-cart-wrap .cart-button-list {
				margin: 5px 0 0;
			}

			.header_style.site-header .header-spacing,
			.site-header .site-main-wrap,
			.header_style.site-header .site-branding {
				max-height: 65px;
				height: 65px;
			}

			.header_style .site-branding a.dropdown-back {
				padding: 0;
			}

			.site-branding .right-header .mini-cart a svg {
				margin: 0;
			}

			.nickx-slider-for .btn-prev,
			.nickx-slider-for .btn-next {
				width: 35px;
				height: 30px;
				line-height: 29px;
				font-size: 18px;
			}

			.sticky-addToCart .stickycart-popup .sticky-addcart-info .sticky-content .title {
				font-size: 14px;
			}

			.offside .widget-area .filter-close,
			.cart-slider .cart-close,
			.topbar-close,
			.sticky-addToCart .sticky-close,
			.navbar-hamburger span.hamburger-close .hamburger-close-wrap,
			.search-icon .top-search .search-fix .product-search-close {
				width: 32px;
				height: 24px;
				right: 10px;
			}

			.product .price ins {
				font-size: 12px;
			}

			.product-top-sorting .woocommerce-result-count {
				font-size: 12px;
			}

			.product-top-sorting .toggle-filter {
				margin-left: 5px;
			}



			.aboutcms-content .cms-detail {
				padding: 5px 0;
			}

			.product-top-sorting .woocommerce-ordering {
				margin-right: 5px;
			}

			.product-top-sorting {
				margin: 0 0 25px;
			}

			.product-top-sorting .select-wrap::after {
				font-size: 9px;
			}

			.product-top-sorting .select-wrap select.orderby {
				padding: 5px 10px 5px 8px;
				width: 135px;
			}

		}

		@media (max-width:480px) {
			.short-view .product .list-content-wrap .list-cart-wrap .cart-button-list {
				margin: 0;
			}
		}

		@media (max-width:1199px) {
			.product-top-sorting .product-sort-view .view.grid {
				display: none;
			}

			.single-product .product .entry-summary .single_variation_wrap .woocommerce-variation-add-to-cart .cart-wrap {
				width: 76%;
			}

			.special-product-tab .title-wrap {
				margin: 0 0 15px 0;
			}

			footer.footer-style-2 input[type="email"] {
				height: 45px;
			}

			footer.footer-style-2 .mc4wp-response {
				bottom: -33%;
			}

			footer.footer-style-2 .mc4wp-response,
			footer.footer-style-2 .mc4wp-response a {
				font-size: 13px;
			}

			.banner-timer {
				width: 72%;
			}

		}

		@media (max-width: 767px) {
			.title-wrap .ui-tabs-nav {
				margin: 0 0 25px;
			}

			.product_catagories .title-wrap .ui-tabs-nav {
				margin: 0;
			}

			.product-top-sorting .product-sort-view .view.grid-3 {
				display: none;
			}

			footer .footer-top-section .footer-newsletter .news-title .widget-title {
				font-size: 20px;
				width: 93%;
				line-height: 25px;
			}

			#mega-menu-wrap-header-menu .mega-menu-toggle .mega-toggle-block-1 .mega-toggle-animated-box,
			#mega-menu-wrap-header-menu .mega-menu-toggle .mega-toggle-block-1 .mega-toggle-animated-inner,
			#mega-menu-wrap-header-menu .mega-menu-toggle .mega-toggle-block-1 .mega-toggle-animated-inner::before,
			#mega-menu-wrap-header-menu .mega-menu-toggle .mega-toggle-block-1 .mega-toggle-animated-inner::after {
				width: 25px;
			}
		}

		@media (max-width:575px) {



			#yith-quick-view-modal .yith-wcqv-main #yith-quick-view-content.single-product .product .entry-summary .grouped_form .cart-wrap {
				width: 100%;
				padding: 0;
			}

			.single-product .left-slider #nickx-gallery.nslick-initialized {
				width: 20%;
			}

			.nickx-slider-for .btn-prev,
			.nickx-slider-for .btn-next {
				width: 30px;
				height: 25px;
				line-height: 24px;
				font-size: 16px;
				top: 50%;
			}

			.thumbnail-slider-style1 .left-slider .single-product-thumbnail .product-360-slider-wrap,
			.thumbnail-slider-style2 .single-product-thumbnail .product-360-slider-wrap {
				padding: 0px 0 0 10px;
				width: 80%;
			}

			.single-product-thumbnail #nickx-gallery .nslick-slide {
				margin: 0px 0 8px;
			}


			.product_catagories .swiper-wrapper {
				margin: 0 0 10px 0;
			}

			.page .site-main .button-cms-block .btn {
				width: 95px;
				height: 35px;
				font-size: 14px;
			}

			/* 
			.header_style .navbar-woocommerce {
				padding: 0 10px;
			} */

			.product-top-sorting .toggle-filter {
				margin-right: 5px;
				margin-left: 0;
			}

			.single-product .woocommerce-tabs {
				margin: 4% 0 20px;
			}

			.recent-product .owl-carousel .owl-nav,
			.related .owl-carousel .owl-nav {
				display: none;
			}

			.product-top-sorting .filter,
			.woocommerce-active .site-main .container .left.filter,
			.woocommerce-active .site-main .container .right.filter {
				padding: 6px 8px;
				font-size: 11px;
				margin: 0;
			}

			.shop-sidebar section.product .blisssoap-sale span {
				width: 33px;
				height: 20px;
				font-size: 11px;
			}


			.navbar-woocommerce #woocommerce-menu {
				top: 40px;
			}

			.woocommerce-active.archive .full-sidebar .products.short-view .product .list-cart-wrap .cart-wrap .product-button,
			.woocommerce-active.archive .full-sidebar .products.list-view .product .list-cart-wrap .cart-wrap .product-button {
				padding: 0;
			}
		}

		@media (max-width:480px) {

			.woocommerce-active.archive .products.short-view .product .list-cart-wrap .cart-wrap .product-button {
				height: 30px;
				width: 30px;
				position: relative;
			}


			.product-layout-default .short-view section.product .cart-wrap .product-button svg,
			.product-layout-default .list-view section.product .cart-wrap .product-button svg {
				width: 14px;
				height: 14px;
			}
		}


		@media (max-width:1199px) {
			#primary .wishlist_table.mobile li .item-wrapper .item-details .product-name h3 a {
				font-size: 18px;
			}


			#rev_slider_1_1_wrapper .zeus.tparrows {
				display: none;
			}

			.aboutus-content-05 {
				height: 90px;
				overflow: auto;
			}

			footer .widget_block input[type="email"] {
				padding: 10px 51px 10px 10px;
			}

			.wp-block-themepunch-revslider .revslider-initialised .zeus.tparrows.tp-leftarrow {
				transform: translate(20px, -36px) !important;
			}

			.wp-block-themepunch-revslider .revslider-initialised .zeus.tparrows.tp-rightarrow {
				transform: translate(-90px, -35px) !important;
			}

			.right_img .elementor-widget-container::before {
				top: -143px;
				left: 181px;
				border-top: 35px solid #f1f0e7;
				border-bottom: 35px solid #f1f0e7;
				width: 255px;
				height: 453px;
			}

			.right_img::before {
				top: -164px;
				left: 175px;
				border-top: 35px solid #f1f0e7;
				border-bottom: 35px solid #f1f0e7;
				width: 264px;
				height: 451px;
			}

			.right_img .elementor-widget-container::after {
				top: -147px;
				left: 174px;
				transform: rotate(-31deg);
				border-top: 35px solid #f1f0e7;
				border-bottom: 35px solid #f1f0e7;
				width: 266px;
				height: 448px;
			}
		}

		@media (max-width:991px) {
			.wishlist_table.mobile li .item-wrapper .item-details {
				flex-direction: column;
				border-right: 1px solid var(--bordercolor);
			}


			.banner-timer {
				width: 87%;
			}

			footer.footer-style-2 .mc4wp-response {
				position: static !important;
				margin: 10px 0 0;
			}

			.product-layout-default .short-view section.product .cart-wrap .product-button svg {
				width: 15px;
				height: 15px;
			}

			#rev_slider_1_1_wrapper .hermes.tp-bullets {
				display: block;
			}

			#rev_slider_1_1_wrapper .persephone.tparrows {
				display: none !important;
			}

			section.product:hover .wrap-rate {
				opacity: 1;
			}

			.footer-top-section .footer-top-content .news-title {
				width: 100%;
				justify-content: center;
				text-align: center;
				align-items: center;
				margin-bottom: 20px;
			}

			footer.site-footer .footer-top-section {
				padding: 20px 0;
			}

			.footer-top-section .footer-top-content .news-form {
				width: 100%;
			}

			.single-product .product .entry-summary .single_variation_wrap .woocommerce-variation-add-to-cart .cart-wrap {
				width: 85%;
			}

			footer .widget .description {
				width: 100%;
			}

			.wishlist_table.mobile li .item-wrapper {
				width: 80%;
			}

			.right-content-product,
			.right-content-filter {
				width: 100%;
				float: left;
			}

			.wp-block-themepunch-revslider .revslider-initialised .zeus.tparrows.tp-leftarrow {
				transform: translate(10px, -36px) !important;
			}

			.wp-block-themepunch-revslider .revslider-initialised .zeus.tparrows.tp-rightarrow {
				transform: translate(-80px, -35px) !important;
			}

			.wishlist_table.mobile li .additional-info-wrapper {
				width: 20%;
			}

			.wishlist_table.mobile li .item-wrapper .item-details .item-details-table,
			.wishlist_table.mobile li .item-wrapper .item-details .product-name {
				border: none;
			}

			.wishlist_table.mobile li .item-wrapper .item-details .product-name {
				width: 100%;
			}

			.wishlist_table.mobile li .additional-info-wrapper tr,
			.wishlist_table.mobile li .item-wrapper tr {
				width: 100%;
			}

			.wishlist_table.mobile li .item-wrapper .item-details .item-details-table {
				width: 100%;
			}

			.wishlist_table.mobile li .item-wrapper tr {
				display: flex;
				padding: 0;
			}

			.wishlist_table.images_grid li .item-details table.item-details-table td.label,
			.wishlist_table.mobile li .item-details table.item-details-table td.label,
			.wishlist_table.mobile li table.additional-info td.label,
			.wishlist_table.modern_grid li .item-details table.item-details-table td.label {
				width: auto;
			}

			.wishlist_table.mobile li .item-wrapper .item-details {
				padding: 10px;
			}

			.wishlist_table.mobile li .item-wrapper .item-details .product-name h3 {
				margin: 0;
			}

			.wishlist_table.mobile li table.additional-info td.label,
			.wishlist_table.mobile li .item-details table.item-details-table td.label {
				font-size: 16px;
			}

			.wishlist_table.mobile li .item-details table.item-details-table td.value {
				font-size: 14px;
			}

			.wishlist_table.mobile li .item-details table.item-details-table td.value del {
				font-size: 12px;
			}
		}

		@media(max-width:767px) {
			.wishlist_table.mobile li .item-wrapper .item-details {
				flex-direction: column;
			}

			.single-product .product .entry-summary .single_variation_wrap .woocommerce-variation-add-to-cart .cart-wrap {
				width: 82%;
			}

			#rev_slider_1_1_wrapper .hesperiden.tparrows {
				width: 35px !important;
				height: 35px !important;

			}

			#rev_slider_1_1_wrapper .hesperiden.tparrows:before {
				font-size: 18px !important;
				line-height: 35px !important;
			}

			.wishlist_table.mobile li .additional-info-wrapper tr {
				padding: 5px;
			}

			.wishlist_table.mobile li table.additional-info td.value {
				font-size: 10px;
			}

			.wp-block-themepunch-revslider #rev_slider_1_1_wrapper .zeus.tparrows.tp-leftarrow {
				transform: translate(5px, -36px) !important;
			}

			.wp-block-themepunch-revslider #rev_slider_1_1_wrapper .zeus.tparrows.tp-rightarrow {
				transform: translate(-70px, -35px) !important;
			}

			.wp-block-themepunch-revslider #rev_slider_1_1[data-slideactive="rs-4"] .zeus.tparrows::before,
			.wp-block-themepunch-revslider #rev_slider_1_1_wrapper .zeus.tparrows::before {
				font-size: 20px !important;
			}
		}

		@media (min-width: 576px) and (max-width: 580px) {

			.right-content-product,
			.right-content-filter {
				padding: 0 24px;
			}
		}

		@media (max-width:575px) {

			.right-content-product,
			.right-content-filter {
				padding: 0 12px;
			}

			.body-short-view .right-content-product,
			.body-short-view .right-content-filter {
				padding: 0 24px;
			}

			.thumbnail-slider-style3 .single-product-thumbnail .product-360-slider-wrap .no-slider .zoom {
				padding: 0 5px;
			}

			.wishlist_table.mobile li .additional-info-wrapper {
				flex-direction: column;
			}

			.home-page-03 header .container .site-branding {
				max-height: 100%;
				height: 60px;
			}

			.home-page-03 .header-line {
				min-height: 50px;
				height: 100%;
			}

			/* .aboutus-section-02 .aboutcms-content .cms-detail {
				display: flex;
			} */

			#mega-menu-wrap-header-menu .mega-menu-toggle .mega-toggle-block-0 .mega-toggle-animated-inner,
			#mega-menu-wrap-header-menu .mega-menu-toggle .mega-toggle-block-0 .mega-toggle-animated-inner::before,
			#mega-menu-wrap-header-menu .mega-menu-toggle .mega-toggle-block-0 .mega-toggle-animated-inner::after {
				width: 21px;
				height: 3px;
			}


			#mega-menu-wrap-header-menu .mega-menu-toggle .mega-toggle-block-0 .mega-toggle-animated-slider .mega-toggle-animated-inner::after {
				top: 16px;
			}

			#mega-menu-wrap-header-menu .mega-menu-toggle .mega-toggle-block-0 .mega-toggle-animated-slider .mega-toggle-animated-inner::before {
				top: 8px;
			}

			.wishlist_table.mobile li table.additional-info {
				border: none;
			}

			.wp-block-themepunch-revslider .revslider-initialised .zeus.tparrows.tp-leftarrow {
				transform: translate(-5px, -36px) !important;
			}

			.wp-block-themepunch-revslider .revslider-initialised .zeus.tparrows.tp-rightarrow {
				transform: translate(-60px, -35px) !important;
			}

			.wp-block-themepunch-revslider:hover #rev_slider_1_1_wrapper .zeus.tparrows.tp-leftarrow::before,
			.wp-block-themepunch-revslider:hover #rev_slider_1_1_wrapper .zeus.tparrows.tp-rightarrow::before {
				display: none;
			}
		}

		@media (max-width:480px) {

			.body-short-view .right-content-product,
			.body-short-view .right-content-filter {
				padding: 0 12px;
			}

			#primary .wishlist_table.mobile li {
				flex-direction: column;
			}

			#rev_slider_1_1_wrapper .hermes.tp-bullets {
				top: auto !important;
				bottom: -24px !important;
			}


			#rev_slider_3_1_wrapper .hermes.tp-bullets {
				top: auto !important;
				bottom: -26px !important;
			}

			#rev_slider_3_1_wrapper .hermes .tp-bullet {
				width: 13px !important;
				height: 13px !important;
			}

			.home-page-03 header .container .site-branding {
				max-height: 100%;
				height: 65px;
			}

			.Categories .swiper-pagination-progressbar .swiper-pagination-progressbar-fill {
				width: 100%;
			}

			.product_catagories .list-description p {
				display: none;
			}

			.product .category-morden .content-wrap .title_price a::after {
				display: none;
			}

			.product .category-morden .content-wrap .title_price {
				justify-content: left;
				flex-direction: column;
				text-align: left;
			}

			.product_catagories .product .price {
				justify-content: start;
			}

			.product .category-morden .content-wrap .title_price .price {
				margin: 6px 00 8px 0;
			}

			.single-product .product .entry-summary .single_variation_wrap .woocommerce-variation-add-to-cart .cart-wrap {
				width: 100%;
				padding: 15px 0 15px 0;
			}

			#primary .wishlist_table.mobile li .item-wrapper .item-details .product-name h3 a {
				font-size: 16px;
			}

			.wp-block-themepunch-revslider .revslider-initialised .zeus.tparrows.tp-leftarrow {
				transform: translate(-15px, -36px) !important;
			}

			.wp-block-themepunch-revslider .revslider-initialised .zeus.tparrows.tp-rightarrow {
				transform: translate(-55px, -35px) !important;
			}

			.wishlist_table.mobile li .item-wrapper {
				width: 100%;
				border-bottom: 1px solid var(--bordercolor);
			}

			.wishlist_table.mobile li .item-wrapper .item-details {
				border: none;
			}

			.wishlist_table.mobile li .additional-info-wrapper {
				width: 100%;
				display: flex;
			}

			.wishlist_table.mobile li .additional-info-wrapper tr,
			.wishlist_table.mobile li .item-wrapper tr {
				width: auto;
			}

			.wishlist_table.mobile li .additional-info-wrapper {
				flex-direction: row;
				justify-content: space-between;
			}

			.wishlist_table.mobile li table.additional-info {
				width: auto;
			}
		}

		@media (max-width:1600px) {}

		@media (max-width:1400px) {
			.section-img {
				margin: 10px 0 0;
			}


			.swiper-slider .swiper-top .tt-slider-box-containt .tt-slider-box-title {
				font-size: 32px;
				line-height: 36px;
				width: 93%;
			}

			.woocommerce-active.archive .full-sidebar .products.list-view .product .list-cart-wrap .cart-wrap .product-button {
				padding: 0 15px;
			}

			.woocommerce-active.archive .full-sidebar .products .list-content .timer>div>p {
				font-size: 15px;
			}

			.swiper-slider .swiper-top .tt-slider-box-containt {
				top: 30px;
				left: 30px;
			}
		}

		@media (max-width:991px) {

			footer .footer-01 .widget h2 {
				margin: 0px 0 10px 0;
			}

			.blog-style.blog-style-2 .tt-post-wrapper.grid-item {
				display: block;
			}

			.blog-style.blog-section .tt-post-wrapper.grid-item .tt-post-details,
			.blog-style.blog-section .tt-post-wrapper.grid-item .tt-post-thumbnail {
				width: 100%;
			}

			.header_style.site-header .site-branding {
				max-height: 65px;
				height: 65px;
			}

			.elementor-custom-embed-play::before {
				width: 70px;
				height: 70px;
			}

			.elementor-custom-embed-play {
				width: 70px;
				height: 70px;
			}




			.woocommerce-active.archive .products.short-view .product .price {
				margin: 0 0 10px;
			}

			.woocommerce-active.archive .full-sidebar .products .list-content .timer>div>p {
				font-size: 13px;
			}

			.product .product-button-wrap {
				opacity: 1;
				-moz-opacity: 1;
				-khtml-opacity: 1;
				-webkit-opacity: 1;
				z-index: 1;
				opacity: 1;
				visibility: visible;
				transform: scale(1);
			}


			.woocommerce-active.archive .products.list-view .product .list-cart-wrap .cart-wrap .product-button {
				height: 40px;
				width: 40px;
				padding: 0;
				font-size: 0;
			}

			.woocommerce-active.archive .products.short-view .product .list-cart-wrap .cart-wrap .product-button {
				height: 35px;
				width: 35px;
				padding: 0;
				font-size: 0;
				margin: 0;
			}

			.news_letter,
			footer .mc4wp-form .mc4wp-form-fields .news_letter {
				width: 100%;
			}

			#mega-menu-wrap-header-menu #mega-menu-header-menu>li.mega-menu-item.mega-current-menu-item>a:hover.mega-menu-link {
				color: var(--color-text);
				-webkit-transition: all .4s ease-in-out 0s;
				-moz-transition: all .4s ease-in-out 0s;
				-ms-transition: all .4s ease-in-out 0s;
				-o-transition: all .4s ease-in-out 0s;
				transition: all .4s ease-in-out 0s;
			}

			#mega-menu-wrap-header-menu #mega-menu-header-menu>li.mega-menu-flyout ul.mega-sub-menu,
			#mega-menu-wrap-header-menu #mega-menu-header-menu>li.mega-menu-megamenu>ul.mega-sub-menu {
				border-top: none;
			}

			.elementor-element.about-services-img1 {
				margin: 0px 0 40px 0;
			}

			.footer-top-content div::after {
				font-size: 30px;
			}

			.service_col.elementor-element.elementor-element-d650969 {
				width: 95% !important;
			}

			.tt-feature-box-containt p {
				font-size: 13px;
				margin: 0;
			}

			footer .widget .menu-our-link-container {
				display: none;
			}



			footer .widget-title {
				margin: 0 0 15px 0;
			}

			footer .widget {
				margin: 0;
			}

			.header_style.site-header .header-spacing {
				border-bottom: none;
			}
		}

		@media (max-width:575px) {
			.elementor-custom-embed-play::before {
				width: 50px;
				height: 50px;
			}

			.elementor-custom-embed-play {
				width: 50px;
				height: 50px;
			}
		}

		@media (max-width:1199px) {
			.ui-tabs-nav .ui-tabs-tab a {
				font-size: 16px;
				line-height: 18px;
				padding: 10px 18px;
			}

			footer .widget_block input[type="email"] {
				margin: 0;
				height: 45px;
			}



			.yith-wcqv-main #yith-quick-view-content .cart.grouped_form .group_table tr td.woocommerce-grouped-product-list-item__quantity .quantity {
				width: 85px;
			}

			.woocommerce-active.archive .products.short-view .product .list-cart-wrap .cart-wrap {
				width: 130px;
			}



			.cms_slider .swiper-slider .swiper-top .tt-slider-box-containt .tt-slider-box-title {
				font-size: 22px;
				line-height: 25px;
				padding: 10px 0 0 0;
			}

			.cms_slider .swiper-slider .swiper-top .tt-slider-box-containt .slider-button .slider-button {
				font-size: 13px;
			}

			.cms_slider .swiper-slider .swiper-top .tt-slider-box-containt .slider-title {
				width: 95%;
			}

			.blog-style .tt-post-thumbnail .post-meta-wrap {
				padding: 7px 15px;
				font-size: 12px;
			}

			.cms_slider .swiper-slider .swiper-top .tt-slider-box-containt .slider-title {
				padding: 10px 0;
			}

			.swiper-slider .swiper-top .tt-slider-box-containt .tt-slider-box-title {
				width: 73%;
			}

			header.site-header.sticky .header-spacing .container,
			.home header.site-header.sticky .header-spacing .container {
				padding: 0 20px 0 25px;
			}



			.portfolio-grid.Portfolio-style-2 a span {
				font-size: 18px;
				opacity: 0;

			}

			.woocommerce-active.archive .full-sidebar .products.list-view .product .list-cart-wrap .cart-wrap .product-button {
				padding: 0 30px;
			}

			.site-main .about-02 .left.tt-section-title,
			.site-main .about-01 .left.tt-section-title {
				margin: 0;
			}

			.site-main .service_inner_01 .left {
				margin: 0;
			}

			#mega-menu-wrap-header-menu #mega-menu-header-menu>li.mega-menu-item>a.mega-menu-link {
				padding: 0px 10px 0px 10px;
			}

			#sb_instagram .sbi_photo::before {
				width: 30px;
				height: 30px;
				font-size: 11px;
			}

			.blog-style .tt-post-wrapper div.tt-post-comment,
			.blog-style .tt-post-wrapper div.tt-post-views {
				font-size: 13px;
				line-height: 15px;
			}

			.blog-style .tt-post-wrapper div.tt-post-views svg {
				margin: 0 3px 0 0;
				width: 13px;
				height: 13px;
			}

			.blog-style .tt-post-wrapper div.tt-post-views {
				width: 82%;
			}

			.blog-style .tt-post-wrapper div.tt-post-comment svg {
				width: 13px;
				height: 13px;
			}


		}

		@media (max-width:991px) {
			#mega-menu-wrap-header-menu #mega-menu-header-menu>li.mega-menu-item.mega-current-menu-ancestor.mega-toggle-on>a.mega-menu-link {
				color: var(--secondary-color);
			}

			.blog-style .tt-post-wrapper div.testi-social {
				margin: 15px 0 0 0;
				flex-wrap: wrap;
			}

			#mega-menu-wrap-header-menu #mega-menu-header-menu>li.mega-menu-item>a.mega-menu-link .mega-indicator::after {
				font-size: 15px;
			}

			.banner-timer .timer-date {
				display: flex;
				margin: 0;
			}

			.woocommerce-active.archive .products.short-view .product .list-cart-wrap .cart-wrap .product-button::before {
				display: flex;
				color: #fff;
			}

			.woocommerce-active.archive .products.short-view section.product .cart-wrap a.product_type_variable svg {
				display: none;
			}

			.short-view .product .price span:first-child {
				display: flex;
				flex-direction: row-reverse;
			}



			.home header.site-header.header-style-1.sticky .header-spacing,
			header.site-header.sticky .header-spacing {
				display: none;
			}



			.product_catagories .swiper-wrapper .items {
				width: 100%;
			}

			.product_catagories .swiper-wrapper {
				height: 445px;
				overflow: scroll;
				overflow-x: scroll;
				scrollbar-width: thin;
				overflow-x: hidden;
				margin: 0 0 20px 0;
			}

			.product .product-button-wrap .cart-wrap a::before {
				font-size: 14px;
			}

			.header_style.site-header #site-navigation ul.nav-menu li.menu-item a {
				color: var(--color-text);
			}

			.site-header #site-navigation ul.nav-menu li.menu-item:hover a {
				color: #fff;
			}

			.header_style.site-header #site-navigation ul.nav-menu li.menu-item a:hover {
				color: var(--dark-color-text);
			}

			.header_style.site-header #site-navigation ul.nav-menu>li.menu-item {
				margin: 0;
			}

			.header_style.site-header #site-navigation ul.nav-menu>li.menu-item:last-child {
				margin: 0;
			}

			.navbar-woocommerce #woocommerce-menu {
				width: 165px;
				padding: 3px 12px 7px 17px;
			}

			.navbar-woocommerce #woocommerce-menu li:first-child a::before {
				top: 2px;
				font-size: 14px;
			}

			.navbar-woocommerce #woocommerce-menu li:last-child a::before {
				top: 2px;
				font-size: 13px;
			}


			.woocommerce-account .woocommerce .woocommerce-form-login {
				width: 100%;
			}

			.single-product .left-slider .summary.entry-summary,
			.single-product.thumbnail-slider-style1 .bottom-slider .summary.entry-summary,
			.single-product.thumbnail-slider-style1 .no-slider .summary.entry-summary,
			.single-product.thumbnail-slider-style1 .right-slider .summary.entry-summary {
				padding-left: 0;
			}

			.woocommerce-active.archive .products.list-view .product .list-cart-wrap .cart-wrap .product-button.loading,
			.woocommerce-active.archive .products.short-view .product .list-cart-wrap .cart-wrap .product-button.loading {
				padding: 0;
			}



			.woocommerce-active.archive .products.list-view .product .list-cart-wrap .cart-wrap .product-button.loading::before {
				left: 0;
				right: 0;
			}

			.woocommerce-active.archive .products.list-view .product .list-cart-wrap .cart-wrap .product-button.loading {}

			.woocommerce-active.archive .products.short-view .product .list-cart-wrap .cart-wrap .product-button.loading::before {
				left: 0;
			}

			.woocommerce-active.archive .products.list-view .product .list-cart-wrap .cart-wrap .product-button.loading svg,
			.woocommerce-active.archive .products.short-view .product .list-cart-wrap .cart-wrap .product-button.loading svg {
				display: none;
			}

			.woocommerce-active.archive .full-sidebar .products.short-view .product .list-cart-wrap .cart-wrap .product-button,
			.woocommerce-active.archive .full-sidebar .products.list-view .product .list-cart-wrap .cart-wrap .product-button {
				padding: 0;
			}

			.yith-wcqv-main #yith-quick-view-content .cart.grouped_form .group_table tr td {
				width: 33.33%;
			}

			.woocommerce-active.archive .full-sidebar .products.list-view .product .list-cart-wrap .cart-wrap .product-button,
			.woocommerce-active.archive .products.list-view .product .list-cart-wrap .cart-wrap .product-button {
				height: 40px;
				width: 40px;
				padding: 0;
				position: relative;
				font-size: 0;
			}

			.blog-style .tt-post-wrapper div.tt-post-views {
				margin: 0 0 5px 0;
			}

			footer .main-footer .footer-01 .wp-block-image {
				margin: auto;
			}

			#sb_instagram.sbi_tab_col_2 #sbi_images .sbi_item {
				width: 33%;
				height: auto;
			}

			.search-results.active .product-image {
				width: 25%;
				max-width: 25%;
			}

			.search-wrapper svg {
				top: 63px;
				right: 3px;
			}


			footer .widget.widget_block p {
				margin: auto;
			}

			footer .main-footer .footer-01 .widget_text {
				margin: 15px 0 30px 0;
			}

			footer .main-footer {
				padding: 0;
			}

			.single-product .stickycart-popup .cart-wrap .loading.product-button::before {
				left: 20px;
			}


			.single-product .stickycart-popup .cart-wrap .product-button {
				padding: 9px 20px 9px;
				font-size: 14px;
			}

			.home header.site-header.header-style-1.sticky,
			header.site-header.sticky {
				box-shadow: none;
			}

			.blog-style .tt-post-more a {
				font-size: 12px;
			}

			.swiper-slider .swiper-top .tt-slider-box-containt .tt-slider-box-title {
				font-size: 28px;
				line-height: 34px;
				width: 90%;
			}

			.swiper-slider .swiper-top .tt-slider-box-containt .slider-button .slider-button {
				font-size: 13px;
			}

			.swiper-slider .swiper-top .tt-slider-box-containt .slider-title {
				font-size: 15px;
				margin: 0;
			}

			.portfolio-grid.Portfolio-style-2 a span {
				font-size: 16px;
				padding: 10px 3px;
			}
		}

		@media (max-width:767px) {
			.ui-tabs-nav .ui-tabs-tab a {
				font-size: 14px;
				padding: 7px 13px;
			}

			.navbar-woocommerce #woocommerce-menu a {
				font-size: 16px;
				line-height: 18px;
			}


			footer .widget_block input[type="email"] {
				height: 40px;
			}

			.banner .elementor-container {
				flex-wrap: nowrap !important;
			}

			.cms_slider .slider-block .swiper-top .tt-slider-box-containt {
				width: 100%;
			}

			.woocommerce-active.archive .site-main .products.short-view .product .timer,
			.woocommerce-active.archive .site-main .products.list-view .product .timer {
				display: none;
			}

			.swiper-slider .swiper-top .tt-slider-box-containt .slider-title {
				font-size: 13px;
				margin: 0;
				padding: 10px 0;
			}

			.swiper-slider .swiper-top .tt-slider-box-containt {
				top: 20px;
				left: 20px;
			}

			.swiper-slider .swiper-top .tt-slider-box-containt .tt-slider-box-title {
				font-size: 23px;
				line-height: 28px;
				width: 100%;
			}

			.tt-video.text-start {
				height: 250px;
			}

			.product_catagories .product .content-wrap {
				padding: 0 20px 0 15px;
			}

			.product_catagories .swiper-wrapper {
				height: 330px;
			}

			.email-popup-inner-con .message-overlay-con {
				width: 95%;
				margin: 15px 0 0 0;
			}

			.email-popup-inner-con .news_letter {
				width: 95%;
			}

			.email-popup-con.newsletter .mc4wp-response {
				width: 95%;
			}

			.product_catagories .title-wrap .product-title {
				width: 94%;
			}

			.title-wrap .product-title {
				width: 100%;
			}


			.woocommerce-active.archive .site-main .products.short-view .product .timer {
				display: none;
			}

			.yith-wcqv-wrapper .yith-wcqv-main #yith-quick-view-content div.summary.entry-summary {
				width: 100%;
				margin: 20px 0 0 0;
			}


			.shop-sidebar .cart-quantity-wrap {
				bottom: 34px;
			}

			.product-top-sorting .toggle-filter {
				margin: 0 0 0 5px;
			}

			.product-layout-default .shop-sidebar .products .quantity {
				display: none;
			}


			.left-content-filter,
			.left-content-product {
				width: 100%;
			}

			.elementor-custom-embed-play i {
				font-size: 60px !important;
			}

			.elementor-custom-embed-play i {
				font-size: 65px;
			}

			.section-img {
				margin: 5px 0 15px 0;
			}

			footer .widget .description {
				line-height: 20px;
				font-size: 14px;
			}

			.product-layout-default .list-view .product-content-wrap .thumbnail-wrap {
				padding: 0;
				width: 33%;
			}

			.email-popup-inner-con {
				width: 550px;
				height: 510px;
			}




			#rev_slider_1_1_wrapper .hermes.tp-bullets {
				bottom: -20px !important;
				top: auto !important;
			}

			#rev_slider_1_1[data-slideactive="rs-2"] .hermes .tp-bullet,
			#rev_slider_1_1_wrapper .hermes .tp-bullet {
				width: 14px !important;
				height: 14px !important;
			}

		}

		@media (max-width:575px) {
			.woocommerce-active.archive .products.short-view section.product .blisssoap-sale span, 
			.woocommerce-active.archive .products.list-view section.product .blisssoap-sale span {
				display: none;
			}

			.yith-wcqv-wrapper .single-product .entry-summary .star-rating+.woocommerce-review-link::before {
				left: 6px;
			}

			#yith-quick-view-content div.woocommerce-product-rating a.woocommerce-review-link {
				padding: 0 0 0 15px;
			}

			#rev_slider_1_1_wrapper .hesperiden.tparrows.tp-rightarrow {
				right: -50px !important;
				left: auto !important;
			}

			#rev_slider_1_1_wrapper .hesperiden.tparrows.tp-leftarrow {
				left: -15px !important;
			}


			.yith-wcqv-wrapper .yith-wcqv-main #yith-quick-view-content div.summary.entry-summary {
				width: 100%;
				margin: 10px 0 0 0;
			}

			.list-view .product .list-content-wrap {
				margin: 0;
				padding: 0 0 0 12px;
			}

			.short-view .product .list-content-wrap {
				display: flex;
				padding: 0 12px;
			}

			.portfolio-grid.Portfolio-style-2 a span {
				padding: 10px;
			}

			.title-wrap .product-title {
				padding: 0;
			}

			.home-page-03 .header_style.site-header .site-branding {
				max-height: 50px;
				height: 50px;
			}


			.header-style-1.site-header .site-main-wrap {
				flex: 0.8;
			}


			.back-to-top {
				right: 35px;
				bottom: 60px;
			}

			.single-product .related.products,
			.single-product .up-sells.upsells {
				margin: 0 0 30px 0;
			}

			.elementor-widget-image-box .elementor-image-box-wrapper {
				display: flex;
			}

			.elementor-widget-image-box .elementor-image-box-content {
				margin: 0 0 0 10px;
			}

			.email-popup-inner-con .message-overlay-con {
				width: 100%;
			}

			.email-popup-inner-con .message {
				font-size: 16px;
				line-height: 23px;
				width: 100%;
				margin: 0;
			}

			.email-popup-con.newsletter input[type="email"] {
				margin-top: 0px;
				height: 35px;
				font-size: 12px;
			}

			.header_style.site-header .header-spacing,
			.site-header .site-main-wrap,
			.header_style.site-header .site-branding {
				max-height: 50px;
				height: 50px;
			}

			.email-popup-con.newsletter .mc4wp-form .mc4wp-form-fields .news_letter button {
				margin: 8px 0 0 0 !important;
			}

			.email-popup-inner-con .message-desc {
				font-size: 12px;
			}

			.email-popup-con.newsletter input[type="email"] {
				margin-top: 5px;
				height: 40px;
				font-size: 13px;
			}

			.woocommerce-active.archive .products.short-view .product .list-content-wrap .woocommerce-loop-product__title,
			.woocommerce-active.archive .products.list-view .product .list-content-wrap .woocommerce-loop-product__title {
				font-size: 18px;
				line-height: 20px;
			}

			.right_img::after {
				height: 64px;
				width: 53px;
			}

			.header-stickybar-wrap {
				transform: translateY(0%);
				-webkit-transform: translateY(0%);
				-moz-transform: translateY(0%);
				-o-transform: translateY(0%);
				-ms-transform: translateY(0%);
			}

			.woocommerce-active.archive .full-sidebar .products.list-view .product .list-cart-wrap .cart-wrap .product-button,
			.woocommerce-active.archive .products.list-view .product .list-cart-wrap .cart-wrap .product-button {
				height: 35px;
				width: 35px;
			}

			.product-button-hv .cart-wrap .product-button.loading::before,
			.single-product .product .entry-summary .cart-wrap .product-button.loading::before,
			.list-view.products .product .product-button.loading::before,
			.product .product-button.loading::before,
			.woocommerce-active.archive .products.short-view .product .list-cart-wrap .product-button.loading::before {
				left: 0;
			}

			.woocommerce-active .site-main .container .left.tt-section-title {
				padding: 0;
				margin: 0;
			}

			.single-product .product .entry-summary .product-button,
			.single-product .product .entry-summary .quantity {
				height: 45px;
			}

			.right-header .mini-cart .dropdown-menu-mini-cart .shopping_cart_top {
				padding: 15px 10px;
			}

			.home .transparent.header_style.site-header {
				padding: 0;
			}

			.section-img {
				margin: 5px 0 5px 0;
			}

			.product-top-sorting .toggle-filter {
				margin: 0 5px 0 0;
			}

			.woocommerce-active.archive .products.list-view .product .price,
			.woocommerce-active.archive .products.short-view .product .price {
				margin: 0 0 12px;
			}

			.woocommerce-active.archive .products.list-view .product .list-cart-wrap .cart-wrap .product-button,
			.woocommerce-active.archive .products.short-view .product .list-cart-wrap .cart-wrap .product-button {
				height: 35px;
				width: 35px;
			}

			.single-product .single-product-image .blisssoap-sale {
				left: 20px;
				top: 10px;
				width: 36px;
				height: 21px;
				font-size: 11px;
			}

			.woocommerce-active.archive .site-main .products.short-view .product .timer,
			.woocommerce-active.archive .site-main .products.list-view .product .timer {
				display: none;
			}

			.single-product .single-product-thumb-content {
				padding: 0 12px;
			}

			.single-product.thumbnail-slider-style1 .single-product-thumb-content,
			.single-product.thumbnail-slider-style2 .single-product-thumb-content {
				padding: 0;
			}

			.thumbnail-slider-style1.single-product .recent-product,
			.thumbnail-slider-style2.single-product .recent-product {
				padding: 0 12px;
			}

			.product-360-slider-wrap .slider.nickx-slider-for,
			.single-product-thumbnail #nickx-gallery .nslick-slide img,
			.product-layout-default .product-content-wrap {
				padding: 0;
				margin: 0;
			}

			.search-icon .top-search .search-form .search-title {
				font-size: 20px;
			}

			.right-header .mini-cart .dropdown-back::after {
				height: 35px;
				width: 35px;
				top: 0;
				bottom: 0;
				margin: auto;
			}

			.email-popup-inner-con {
				width: 475px;
				height: 503px;
			}

		}

		@media (max-width:480px) {
			.page-header .breadcrumbs #crumbs span.active {
				font-size: 13px;
				line-height: 13px;
			}

			.woocommerce-active.archive .products.short-view .product .list-content-wrap .woocommerce-loop-product__title,
			.woocommerce-active.archive .products.list-view .product .list-content-wrap .woocommerce-loop-product__title {
				font-size: 16px;
				line-height: 18px;
			}

			.woocommerce-active.archive .products.list-view .product .price,
			.woocommerce-active.archive .products.short-view .product .price {
				margin: 0 0 10px;
			}

			.header-style-1.site-header .site-main-wrap {
				flex: 0;
			}

			.woocommerce-active.archive .products.short-view .product .list-content-wrap .woocommerce-loop-product__title,
			.woocommerce-active.archive .products.list-view .product .list-content-wrap .woocommerce-loop-product__title {
				margin: 0 0 5px;
			}

			.tt-post-wrapper:not(.tt-post-wrapper.grid-item) {
				float: left;
				width: 100%;
				display: block;
			}


			.blog-section .swiper-navigation svg,
			.product-trending .swiper-navigation svg,
			.products-trending.product-swiper .swiper-navigation svg {
				width: 23px;
				height: 23px;
			}

			.page-header .title {
				padding: 0 0 5px 0;
				float: left;
			}

			#crumbs .active {
				padding-left: 15px;
				margin-left: 10px;
			}

			.search-icon .top-search .search-form input {
				height: 45px;
			}

			.page-header .blisssoap-page-title .breadcrumbs {
				width: auto;
			}

			.search-icon .top-search .search-fix {
				min-height: 145px;
			}

			.search-icon .top-search.show .search-fix .container {
				max-width: 100%;
			}

			/* 
			.recent-product .owl-carousel.owl-drag .owl-item .product, */
			.related .owl-carousel.owl-drag .owl-item .product {
				padding: 0 12px;
			}

			.thumbnail-slider-style1.single-product .related .owl-carousel.owl-drag .owl-item .product,
			.thumbnail-slider-style2.single-product .related .owl-carousel.owl-drag .owl-item .product,
			.thumbnail-slider-style3.single-product .related .owl-carousel.owl-drag .owl-item .product {
				padding: 0;
			}

			.widget-area .widget {
				position: relative;
				padding: 0;
			}

			.client .item img {
				width: 90%;
			}

			.product_catagories .product .content-wrap a .woocommerce-loop-product__title::before {
				display: none;
			}

			.nickx-slider-for .btn-prev,
			.nickx-slider-for .btn-next {
				width: 22px;
				height: 20px;
				line-height: 19px;
				font-size: 13px;
			}

			#rev_slider_1_1[data-slideactive="rs-2"] .hermes .tp-bullet,
			#rev_slider_1_1_wrapper .hermes .tp-bullet {
				width: 12px !important;
				height: 12px !important;
			}

			.product .category-morden .product-button-wrap .cart-wrap a {
				height: 30px;
				width: 30px;
			}

			.product .category-morden .product-button-wrap .cart-wrap a::before {
				font-size: 11px;
			}

			.product_catagories .product .content-wrap.price-wrap {
				padding: 0;
			}

			.product .category-morden .product-button-wrap .btn-hv a::before {
				font-size: 11px;
			}

			.product .category-morden .product-button-wrap .cart-wrap a svg {
				width: 13px;
				height: 13px;
			}

			.product .category-morden .product-button-wrap .cart-wrap {
				margin: 0 4px 0 0;
			}

			.product .category-morden .product-button-wrap .btn-hv a {
				height: 30px;
				width: 30px;
			}




			.woocommerce-active.archive .products.short-view .product .list-content-wrap .wrap-rate,
			.woocommerce-active.archive .products.list-view .product .list-content-wrap .wrap-rate {
				display: flex;
			}

			.search-results.active .product-image {
				width: 25%;
				max-width: 35%;
			}

			.search-results.active ul li a {
				min-height: auto;
			}

			.About_us_04 .elementor-widget-image-box .elementor-image-box-content {
				width: 90%;
			}

			.right-header .mini-cart .dropdown-back {
				padding: 15px 0px 15px 0;
			}




			.woocommerce-active.archive .products.list-view .product .list-cart-wrap .cart-wrap .product-button,
			.woocommerce-active.archive .products.short-view .product .list-cart-wrap .cart-wrap .product-button {
				height: 30px;
				width: 30px;
			}

			.header_style .site-branding .main-navigation {
				margin: 0 !important;
			}

			.footer-top-content div::after {
				font-size: 20px;
			}

			.products.short-view.columns-4 .row {
				margin: 0;
			}

			.woocommerce-active.archive .site-main .products.short-view section.product {
				padding: 0 0 30px 0;
			}

			.woocommerce-active.archive .full-sidebar .products.short-view .product .list-cart-wrap .cart-wrap .product-button {
				padding: 0;
			}

			.woocommerce-active.archive .full-sidebar .products.list-view .product .list-cart-wrap .cart-wrap .product-button {
				padding: 0;
			}

			.cart.grouped_form .group_table tr td.woocommerce-grouped-product-list-item__label a {
				text-align: center;
				font-size: 16px;
			}



			footer .mc4wp-form-fields .news-title p {
				width: 98%;
				font-size: 14px;
			}

			footer input[type="email"] {
				margin: 0 0 5px;
			}

			.single-product .product .entry-summary .woocommerce-grouped-product-list-item__quantity .quantity {
				width: 60px;
				height: 35px;
			}

			#rev_slider_1_1_wrapper .hesperiden.tparrows::before {
				font-size: 15px !important;
				line-height: 30px !important;
			}

			#rev_slider_1_1_wrapper .hesperiden.tparrows {
				width: 30px !important;
				height: 30px !important;
			}

			.woocommerce-active.archive .list-view .product .product-content-wrap .list-cart-wrap .product-button-wrap .product-button-hv .btn-hv a,
			.woocommerce-active.archive .shop-nosidebar .list-view .product .product-content-wrap .list-cart-wrap .product-button-wrap .product-button-hv .btn-hv a {
				height: 30px;
				width: 30px;
			}

			.woocommerce-active.archive .list-view .product .product-content-wrap .list-cart-wrap .product-button-wrap .product-button-hv .btn-hv a::before {
				font-size: 12px;
			}

			.list-view .list-content-wrap p {
				font-size: 14px;
				display: none;
			}

			#yith-quick-view-modal .yith-wcqv-wrapper .yith-wcqv-main {
				height: 380px;
			}

			.yith-wcqv-head #yith-quick-view-close {
				border: none;
				font-size: 0;
				top: 15px;
				right: 15px;
				background: transparent;
			}

			.sticky-addToCart .sticky-close:hover,
			.yith-wcqv-head #yith-quick-view-close:hover {
				background: transparent;
				transition: all 400ms ease-in-out 0s;
				-webkit-transition: all 400ms ease-in-out 0s;
				-moz-transition: all 400ms ease-in-out 0s;
				-o-transition: all 400ms ease-in-out 0s;
				-ms-transition: all 400ms ease-in-out 0s;
			}

			.email-popup-inner-con {
				width: 300px;
				height: 370px;
				padding: 10px;
			}

			.email-popup-con .nothanks {
				right: 10px;
				top: 10px;
				width: 25px;
				height: 25px;
			}

			.email-popup-con .nothanks::before,
			.email-popup-con .nothanks::after {
				height: 2px;
				width: 12px;
			}

			.right_img::before {
				top: -47px;
				left: 160px;
				border-top: 20px solid #f1f0e7;
				border-bottom: 20px solid #f1f0e7;
				width: 130px;
				height: 238px;
			}

			.woocommerce-active.archive .products.short-view .product .list-content-wrap .wrap-rate,
			.woocommerce-active.archive .products.list-view .product .list-content-wrap .wrap-rate {
				margin: 0 0 8px;
				padding: 0;
			}

			.woocommerce-active.archive .products.short-view .product .product-content-wrap .list-content-wrap .product-attribute-wrap,
			.woocommerce-active.archive .products.list-view .product .product-content-wrap .list-content-wrap .product-attribute-wrap {
				display: none;
			}

			.section-heading {
				line-height: 30px;
			}

			.Section_bg_img {
				--container-widget-width: 230px !important;
				--container-widget-flex-grow: 0;
				width: var(--container-widget-width, 230px);
				max-width: 230px !important;
			}


			.ui-tabs-nav .ui-tabs-tab a {
				margin: 0;
			}

			.product_catagories .title-wrap .ui-tabs-nav {
				margin: 0;
			}
		}

		@media (max-width:400px) {
			.title-wrap .ui-tabs-nav {
				justify-content: start;
			}

			#mega-menu-wrap-header-menu .mega-menu-toggle .mega-toggle-block-0 .mega-toggle-animated {
				width: 10px;
				height: 33px;
			}

			footer .footer-top-section .footer-newsletter .news-title .widget-title {
				font-size: 18px;
				width: 97%;
				line-height: 20px;
			}

			.tt-banner .banner-text.tt-icon-left {
				width: 57%;
			}

			.single-product .product.product-type-simple .entry-summary .cart-wrap {
				width: 100%;
				padding: 10px 0 10px 0;
			}

			#mega-menu-wrap-header-menu .mega-menu-toggle.mega-menu-open+#mega-menu-header-menu {
				padding: 10px;
			}

			.single-product .product .entry-summary .product-button,
			.single-product .product .entry-summary .quantity {
				width: 110px;
			}

			.yith-wcqv-main #yith-quick-view-content .cart-wrap {
				width: 100% !important;
				padding: 10px 0 10px 0;
			}

			#yith-quick-view-modal .single-product div.product .woocommerce-product-gallery .woocommerce-product-gallery__trigger {
				bottom: 17px;
				right: 17px;
			}

			.yith-wcqv-wrapper .single-product .entry-summary .product_meta {
				margin: 0;
			}

			#yith-quick-view-modal .single-product div.product .woocommerce-product-gallery .woocommerce-product-gallery__trigger {
				height: 35px;
				width: 35px;
			}

			.yith-wcqv-main #yith-quick-view-content .quantity {
				width: 43%;
			}

			#yith-quick-view-modal .single-product.woocommerce span.onsale {
				top: 19px;
				left: 19px;
				font-size: 11px;
				width: 38px;
				height: 18px;
				align-items: baseline;
			}

			#yith-quick-view-modal .single-product .entry-summary .product_title {
				margin: 0 0 6px;
				font-size: 16px;
				line-height: 18px;
			}

			.yith-wcqv-main #yith-quick-view-content .cart.grouped_form .group_table tr td {
				width: 100%;
			}



			.ui-tabs-nav .ui-tabs-tab {
				padding: 0 5px 8px;
				margin: 0;
			}

			.title-wrap .ui-tabs-nav {
				margin: 0 0 15px;
			}

			.product_catagories .product .content-wrap {
				width: 54%;
			}

			.product_catagories .product .content-wrap.price-wrap {
				width: 21%;
			}

			.product_catagories .product .content-wrap {
				padding: 0 0 0 15px;
			}

			.product_catagories .product .woocommerce-loop-product__title {
				font-size: 14px;
				line-height: 16px;
			}

			.product_catagories .product .thumbnail-wrap {
				width: 24%;
			}

			.product_catagories .product .product-button-wrap .btn-hv {
				margin: 0 4px 0 0;
			}

			.product .category-morden .price del::before {
				width: 42px;
			}

			.product_catagories .product .price .amount bdi,
			.product_catagories .product .price ins {
				font-size: 14px;
				line-height: 17px;
				justify-content: center;
				display: flex;
			}

			.product .category-morden .wrap-rate {
				padding: 5px 0;
			}

			.product_catagories .swiper-wrapper .items {
				padding: 0 0 20px 0;
			}

			.product_catagories .swiper-wrapper .items:last-child {
				margin: 0;
				padding: 0;
			}

			.elementor-19 .elementor-element.elementor-element-dbf6a91 {
				padding: 0px 0px 24px 0px !important;
			}
		}

		@media (max-width:991px) {
			.dark-mode .sidebar-filter .wc-block-product-categories-list-item-count {
									color: var(--secondary-color);
								}

								.dark-mode.woocommerce-active #primary .sidebar-filter .widget_block ul li a {
									color: var(--secondary-color);
								}

								.dark-mode .sidebar-filter .widget h2 {
									color: var(--secondary-color);
								}

								.dark-mode .sidebar-filter .wc-filter-element-label-list-count,
								.dark-mode .sidebar-filter .wc-block-product-categories-list-item .wc-block-product-categories-list-item-count,
								.dark-mode.woocommerce-active #primary .sidebar-filter .wc-block-attribute-filter ul li label .wc-filter-element-label-list-count {
									color: var(--secondary-color);
								}

								.dark-mode .sidebar-filter .wc-block-components-checkbox .wc-block-components-checkbox__label,
								.dark-mode.woocommerce-active #primary .sidebar-filter .widget_block .wc-block-attribute-filter ul li label .wc-block-components-checkbox__label {
									color: var(--secondary-color);
								}
			.dark-mode.woocommerce-active #primary .sidebar-filter .widget_block ul li .wc-block-components-checkbox label .wc-block-components-checkbox__input {
				border-color: var(--secondary-color);
			}
			.dark-mode .sidebar-filter .wc-block-components-price-slider__range-text {
									color: var(--secondary-color);
								}
			.header-style-1 .site-branding .left-header {
				display: none;
			}

			.woocommerce-active.archive .products.list-view .product .list-cart-wrap .cart-wrap .product-button.product_type_simple.loading,
			.woocommerce-active.archive .products.short-view .product .list-cart-wrap .cart-wrap .product-button.product_type_simple.loading {
				padding: 0;
			}


			.woocommerce-active.archive .products.list-view .product .list-cart-wrap .cart-wrap .product-button.loading::before {
				left: 0;
				right: 0;
			}

			section.product:hover .wrap-rate {
				transform: none;
			}

			.header_style.site-header.header-style-1 .container-fluid {
				display: flex;
				flex-direction: row-reverse;
				padding: 0 15px;
			}

			.header_style.header-style-3 .site-branding .main-navigation {
				flex: 1;
			}

			.header_style.site-header .site-wrap .main-navigation {
				width: auto;
			}

			.header_style.site-header.header-style-1 .container-fluid .site-branding-wrap {
				flex: 2;
			}

			footer.footer-style-2 .main-footer .footer-05,
			footer.footer-style-2 .main-footer .footer-04,
			footer.footer-style-2 .main-footer .footer-03,
			footer.footer-style-2 .main-footer .footer-02 {
				padding: 0;
			}

			.cat_desc .cat_image::after {
				border: 1px dashed var(--primary-color);
			}

			#mega-menu-wrap-header-menu #mega-menu-header-menu>li.mega-menu-item>a.mega-menu-link {
				padding: 0;
			}

			.cat_desc .cat_image .cat_image_box::before,
			.cat_desc .cat_image .cat_image_box svg {
				display: none;
			}

			.banner .elementor-container {
				overflow-y: hidden;
				overflow-x: auto;
				flex-wrap: nowrap;
			}

			.site-branding .header-logo {
				text-align: center;
				justify-content: center;
				align-items: center;
				padding: 0;
				flex: 1;
			}

			.home header.site-header.sticky .header-spacing,
			header.site-header.sticky .header-spacing {
				display: flex;
				position: relative;
			}

			.header_style.site-header .site-branding {
				display: flex;
			}


			.site-header .site-main-wrap {
				width: auto;
				border: none;
				padding: 0;
				align-items: center;
				display: flex;
				flex: 1;
			}

			.header_style.site-header .header-spacing .container:first-child {
				display: flex;
			}

			.header-line {
				min-height: auto;
				width: 100%;
			}

			.tt-section-sab {
				font-size: 15px;
			}

		}

		@media (max-width:575px) {

			.tt-section-sab {
				font-size: 14px;
				margin: 0 0 5px;
			}
		}

		@media (max-width:480px) {
			.ui-tabs-nav .ui-tabs-tab a {
				font-size: 13px;
				padding: 6px 10px;
			}

			.tt-section-sab {
				font-size: 12px;
			}

			.header_style .site-branding .right-header {
				flex: 1;
			}

			footer.site-footer .footer-05 .menu {
				display: flex;
				flex-wrap: wrap;
			}

			footer.site-footer .footer-05 .menu li {
				padding: 0px 12px 0 0;
				margin: 0px 12px 0 0;
			}

			.site-branding .header-logo {
				flex: none;
			}

			.site-main {
				min-height: auto;
			}
		}

		@media (max-width:1400px) {

			.catagories_errow .tt-section-title p {
				margin: 10px 0 0 0;
			}

			.page .site-main .button-cms-block .btn {
				width: 110px;
				height: 36px;
			}

			.shop-sidebar .short-view .list-content .timer>div,
			.shop-sidebar .short-view .thumbnail-wrap .timer>div,
			.shop-sidebar .list-view .list-content .timer>div,
			.shop-sidebar .list-view .thumbnail-wrap .timer>div {
				padding: 0 11px;
			}

			.woocommerce-active.archive .site-main .products.short-view .product .timer,
			.woocommerce-active.archive .site-main .products.list-view .product .timer {
				padding: 7px 13px;
			}

			.woocommerce-active.archive .site-main .products.short-view .product .timer {
				width: fit-content;
			}


		}

		@media (max-width:575px) {
				.woocommerce-account .woocommerce .woocommerce-MyAccount-content h3 {
				margin: 0 0 15px;
			}
			.woocommerce-account .woocommerce .woocommerce-MyAccount-content .account-content {
				font-size: 17px;
				line-height: 20px;
			}
			.woocommerce-active.archive .products.list-view .product .list-cart-wrap .cart-wrap {
				width: 35px;
			}

			.product-layout-default .short-view section.product .cart-wrap .product-button svg,
			.product-layout-default .list-view section.product .cart-wrap .product-button svg {
				width: 16px;
				height: 16px;
			}

			.header_style .site-branding .header-logo {
				margin: 0;

			}


			.header_style.site-header.header-style-2 .header-line {
				min-height: 50px;
				height: 50px;
			}

		}

		@media (max-width:480px) {
			.mc4wp-form .mc4wp-form-fields .news_letter button svg {
				top: -3px;
			}
			.header_style .site-branding .header-logo {
				margin: 0;
				justify-content: left;
				padding: 0 0 0 5px;
			}

			.woocommerce-active.archive .products.list-view .product .list-cart-wrap .cart-wrap {
				width: 30px;
			}

			.header_style.site-header .site-wrap {
				width: 18px;
			}

			.sticky-addToCart .variations_form .variations tbody {
				width: auto;
			}

			.sticky-addToCart .single_variation_wrap {
				flex-wrap: wrap;
			}

			.stickycart-wrap .single_variation_wrap .woocommerce-variation .woocommerce-variation-price .price {
				padding: 0;
				margin: 10px 0;
			}

			.sticky-addToCart .variations_form .variations tbody tr td.value,
			.sticky-addToCart .variations_form .variations tbody {
				justify-content: start;
			}

			.sticky-addToCart .variations_form .variations tbody {
				padding: 0;
			}

			.sticky-addToCart .variations_form .variations tr {
				padding: 0;
			}

			.sticky-addToCart .stickycart-popup .stickycart-wrap .cart {
				display: flex;
				flex-wrap: wrap;
			}

			#mega-menu-wrap-header-menu .mega-menu-toggle .mega-toggle-block-0 .mega-toggle-animated-slider .mega-toggle-animated-inner {
				top: 8px;
			}

			.blog-style.blog-section .tt-post-wrapper.grid-item .tt-post-details {
				padding: 10px 0 0 0;
			}

			.tt-feature-box-icon img {
				left: 0;
				right: 0;
			}

			.tt-feature-box-icon::before {
				left: 0;
				right: 0;
			}

			.product-layout-default .short-view section.product .cart-wrap .product-button svg,
			.product-layout-default .list-view section.product .cart-wrap .product-button svg {
				width: 14px;
				height: 14px;
			}

			#rev_slider_1_1_wrapper .hermes.tp-bullets {
				bottom: -26px !important;
				top: auto !important;
			}

			.footer-style-2 .mc4wp-form .mc4wp-form-fields .news_letter button svg {
				height: 17px;
				width: 17px;
			}

			#mega-menu-wrap-header-menu .mega-menu-toggle .mega-toggle-block-1 .mega-toggle-animated-box,
			#mega-menu-wrap-header-menu .mega-menu-toggle .mega-toggle-block-1 .mega-toggle-animated-inner,
			#mega-menu-wrap-header-menu .mega-menu-toggle .mega-toggle-block-1 .mega-toggle-animated-inner::before,
			#mega-menu-wrap-header-menu .mega-menu-toggle .mega-toggle-block-1 .mega-toggle-animated-inner::after {
				width: 20px;
			}

			.cart.grouped_form .group_table tr td.woocommerce-grouped-product-list-item__label {
				width: 57%;
				padding: 0 15px;
			}

			.cart.grouped_form .group_table tr td {
				width: 22%;
			}


			.cat_desc .cat_image {
				margin: 0;
			}

			.home-morden section.product {
				margin: 0;
			}

			.banner-timer .timer-head {
				margin: 5px 0 8px 0;
			}

			.tt-feature-box-icon {
				margin: 0 0 13px 0;
				width: 100%;
			}

			.search-results.active ul li a {
				padding: 0 0 20px;
				margin: 0px 0 20px;
			}

			.tax-product_cat .site-main .products section.product,
			section .product-recent .products section.product,
			.woocommerce-active.archive .site-main .products section.product {
				position: relative;
				padding: 0 12px 20px 12px;
			}

			.product-top-sorting {
				margin: 0px 0 20px;
			}

			.page-header.inner-header-opacity {
				margin: 0 0 20px;
			}

			.single-product .product_meta .posted_in a,
			.single-product .product_meta .sku_wrapper .sku,
			.single-product .product_meta .tagged_as a {
				font-size: 13px;
			}
		}


		/* home page 04 header css */
		@media (max-width:991px) {

			.page .site-main .button-cms-block .btn {
				width: 96px;
				height: 35px;
				font-size: 13px;
			}
			.elementor-element .swiper-navigation .swiper-button {
				opacity: 1;
           }
			

			.product-layout-default .products.list-view section.product.product-type-external .cart-wrap a::before,
			.product-layout-default .products.list-view section.product .cart-wrap a.product_type_variable::before {
				left: 0;
				right: 0;
			}

			.woocommerce-active.archive .products.short-view .product .list-cart-wrap .cart-wrap {
				width: auto;
			}

			.product-layout-default .short-view section.product .cart-wrap .product-button svg,
			.product-layout-default .list-view section.product .cart-wrap .product-button svg {
				stroke: #fff;
				margin: 0;
			}

			.header_style.site-header.header-style-1 .header-spacing {
				border-bottom: none;
			}

			.header_style.header-style-1 .navbar-woocommerce #woocommerce-menu {
				top: 44px;
				width: 150px;
			}
		}


		@media (max-width:767px) {

			.header_style.header-style-1 .navbar-woocommerce #woocommerce-menu {
				top: 42px;
			}
		}

		@media (max-width:575px) {
			.header-logo a img {
				max-width: 115px;
				height: auto;
			}

			#mega-menu-wrap-header-menu .mega-menu-toggle .mega-toggle-block-0 .mega-toggle-animated {
				margin: 0;
			}

			.header_style.header-style-1 .navbar-woocommerce #woocommerce-menu {
				top: 34px;
			}
		}

		@media (max-width:480px) {

			.page .site-main .button-cms-block .btn {
				width: 94px;
				height: 30px;
				font-size: 13px;
			}

			.site-header .site-main-wrap {
				flex: none;
			}

			.single-product .woocommerce-tabs ul.tabs li {
				flex: 0 0 auto;
			}

			.header_style .site-branding a svg,
			.search-icon .search-wrap svg {
				width: 18px;
				height: 18px;
				margin: 0;
			}


			.search-icon .top-search .search-form button[type="submit"] {
				bottom: 5px;
			}

			.search-wrapper svg {
				top: 39px;
				right: 2px;
			}

			.right-header .mini-cart .dropdown-menu-mini-cart .widget_shopping_cart_content ul li .product-details {
				width: 65%;
				padding: 0 15px 0 10px;
			}

			.category-style2 .cat_desc .wpcat-content .cat_total_product {
				right: 10px;
				font-size: 11px;
			}

			.right-header .mini-cart .dropdown-menu-mini-cart .widget_shopping_cart_content ul li .remove {
				right: -13px;
				top: -8px;
			}

			.header_style.header-style-2 .site-branding a.dropdown-back {
				padding: 0;
			}

			.service-block .swiper-slide::after {
				display: none;
			}

			.swiper-navigation .swiper-button.swiper-button-prev {
				left: 0;
			}

			.swiper-navigation .swiper-button.swiper-button-next {
				right: 0;
			}
		}

		/* cart */

		@media(max-width:991px) {
			.cart-content-left {
				margin: 0 0 40px;
			}
		}

		@media(max-width:767px) {
			.woocommerce-cart .cart-content-left td {
				float: left;
				width: 100%;
			}

			.woocommerce-cart .cart-content-left td {
				display: table-cell;
				width: auto;
				float: none;
			}

			.woocommerce-cart .cart-content-left {
				margin: 0 0 30px;
			}

			.woocommerce-cart .woocommerce-cart-form .product-quantity .quantity {
				margin: 0 0 0 20px;
			}

			table.shop_table_responsive tr td::before {
				display: none;
			}

			.product-quantity .cart-qty-wrap {
				float: left;
				width: 100%;
				display: flex;
				justify-content: center;
			}

			.woocommerce-cart .cart-content-left td.actions .coupon {
				margin-bottom: 10px;
			}

			.woocommerce-cart .cart-content-left td.actions .button {
				padding: 8px 17px;

			}

			.woocommerce-cart .cart-content-left .woocommerce-cart-form__cart-item.cart_item {
				display: flex;
				align-items: center;
				flex-wrap: wrap;
				position: relative;
			}

			.woocommerce-cart .cart-content-left .woocommerce-cart-form__cart-item.cart_item .product-remove {
				position: absolute;
				top: 10px;
				right: 10px;
				padding: 0;
			}

			.woocommerce-cart .cart-content-left .woocommerce-cart-form__cart-item.cart_item .product-thumbnail,
			.woocommerce-cart .cart-content-left .woocommerce-cart-form__cart-item.cart_item .product-remove {
				border-bottom: 0;
			}

			.woocommerce-cart .cart-content-left .woocommerce-cart-form__cart-item.cart_item .product-price {
				width: 100%;
				border-top: 1px solid var(--border-color);
				text-align: end;
				float: left;
				position: relative;
			}

			.woocommerce-cart .cart-content-left .woocommerce-cart-form__cart-item.cart_item .product-quantity {
				width: 100%;
				position: relative;
			}

			.woocommerce-cart .woocommerce-cart-form .product-quantity .cart-qty-wrap {
				justify-content: center;
			}

			.woocommerce-cart .cart-content-left .woocommerce-cart-form__cart-item.cart_item .product-subtotal {
				width: 100%;
				justify-content: flex-end;
				display: flex;
				position: relative;
				border: 0;
			}

			.woocommerce-cart .cart-content-left .woocommerce-cart-form__cart-item.cart_item .product-subtotal::after,
			.woocommerce-cart .cart-content-left .woocommerce-cart-form__cart-item.cart_item .product-quantity::after,
			.woocommerce-cart .cart-content-left .woocommerce-cart-form__cart-item.cart_item .product-price::after {
				content: attr(data-title) ": ";
				position: absolute;
				top: 0;
				left: 10px;
				bottom: 0;
				margin: auto;
				width: auto;
				height: 20px;
				font-size: 14px;
				color: #222;
			}

			.woocommerce-cart .cart-content-left .woocommerce-cart-form__cart-item.cart_item .product-name {
				width: 60%;
				text-align: left;
				border: 0;
			}

			.woocommerce-cart .cart-content-left .woocommerce-cart-form__cart-item.cart_item .product-thumbnail {
				width: 40%;
			}

			.woocommerce-cart .cart-content-left table {
				border: 0;
			}

			.woocommerce-cart .cart-content-left tr {
				border: 1px solid var(--border-color);
				margin: 0 0 15px;
			}

		}


		@media(max-width:575px) {
			.single-product .woocommerce-tabs ul.tabs::before {
				content: '';
				width: 105%;
				position: absolute;
				height: 1px;
				background-color: var(--border-color);
				top: -1px;
			}

			.single-product .woocommerce-tabs ul.tabs::after {
				content: '';
				width: 105%;
				position: absolute;
				height: 1px;
				background-color: var(--border-color);
				bottom: -1px;
			}

			.single-product .woocommerce-tabs::before {
				content: '';
				width: 113%;
				position: absolute;
				height: 1px;
				background-color: var(--border-color);
				bottom: -1px;
				left: -26px;
			}
			.single-product.thumbnail-slider-style2 .woocommerce-tabs::before, 
			.single-product.thumbnail-slider-style3 .woocommerce-tabs::before {
				display: none;
			}


			.cart-content-left,
			.cart-content-right {
				padding: 0;
			}

			.woocommerce-cart .cart-content-left td.actions .button {
				padding: 8px 9px;

			}

			.woocommerce-cart .woocommerce-cart-form .product-quantity .cart-qty-wrap {
				justify-content: end;
			}

			.woocommerce-cart .cart-content-left td.actions .coupon {
				display: flex;
			}

			.woocommerce-cart .cart-content-left td.actions .coupon #coupon_code {
				font-size: 14px;
				width: 50%;
			}

			.woocommerce-cart .cart-content-left td.actions .coupon {
				margin: 0 0 10px;
			}

			.cart-content-left {
				margin: 0 0 30px;
			}

			.error-404.not-found .page-content {
				width: 100%;
			}

			.error-404.not-found .page-content p {
				font-size: 15px;
			}

			.error-404.not-found h3 {
				font-size: 25px;
			}

			.error-404.not-found h2 {
				font-size: 110px;
			}

			.error404 .search-form.search__form {
				width: 100%;
			}

			.woocommerce-checkout-payment ul li label,
			.woocommerce-checkout-payment ul li .payment_box p {
				font-size: 13px;
			}

			.woocommerce-checkout-payment ul .wc_payment_method.payment_method_cod label {
				font-size: 18px;
			}

			.woocommerce-checkout .col-lg-12.col-sm-12 {
				padding: 0;
			}

		}


		@media(max-width:480px) {

			.woocommerce-checkout .col-lg-12.col-sm-12,
			.woocommerce-cart .row.cart-row {
				padding: 0 12px;
			}


			.woocommerce-cart .cart-content-left td.actions .coupon,
			.woocommerce-cart .cart-content-left td.actions .button,
			.woocommerce-cart .cart-content-left td.actions .coupon #coupon_code {
				width: 100%;
			}

			.woocommerce-cart .cart-content-left td.actions .coupon #coupon_code {
				margin: 0 0 10px;
			}

			.single-product .woocommerce-tabs ul.tabs {
				overflow: hidden;
				overflow-x: hidden;
				overflow-x: scroll;
				flex-wrap: nowrap;
				padding: 0;
				justify-content: start;
			}

			.woocommerce-cart .cart-content-left td.actions .coupon {
				flex-wrap: wrap;
				margin: 0;
			}


			.cart-content-right .cart-collaterals .cart_totals tr th,
			.cart-content-right .cart-collaterals .cart_totals tr td,
			.cart-content-right .cart-collaterals .shop_table {
				display: block;
			}

			.cart-content-right .cart-collaterals {
				padding: 20px 15px;
			}

			.woocommerce-cart .cart-content-left td.actions .button {
				float: left;
				margin: 0 0 10px;
				padding: 15px;
			}
		}



		/* checkout */

		@media(max-width:1500px) {

			.woocommerce-checkout .woocommerce .checkout .woocommerce-billing-fields p.form-row.form-row-first,
			.woocommerce-checkout .woocommerce .checkout .woocommerce-billing-fields p.form-row.form-row-last {
				width: 47%;
			}
		}

		@media(max-width:1199px) {
			.woocommerce-checkout .woocommerce .checkout .order_review-wrap {
				padding: 0 0 0 10px;
			}

			.woocommerce-checkout .woocommerce .checkout #customer_details {
				padding: 0 10px 0 0;
			}
		}

		@media(max-width:991px) {

			.woocommerce-checkout .woocommerce .checkout {
				flex-direction: column;
			}

			.woocommerce-checkout .woocommerce .checkout .order_review-wrap,
			.woocommerce-checkout .woocommerce .checkout #customer_details {
				margin: 0;
				padding: 0;
			}

			.woocommerce-checkout .woocommerce .checkout #customer_details {
				margin: 0 0 40px;
			}
		}

		@media(max-width:575px) {
			.single-product .product-estimate {
				padding: 15px 0 0 0;
				margin: 15px 0 0 0;
			}

			.woocommerce-checkout .woocommerce .checkout .woocommerce-billing-fields p.form-row.form-row-last,
			.woocommerce-checkout .woocommerce .checkout .woocommerce-billing-fields p.form-row.form-row-first {
				padding: 0;
			}


			.woocommerce-checkout .woocommerce .checkout .woocommerce-billing-fields p.form-row.form-row-first,
			.woocommerce-checkout .woocommerce .checkout .woocommerce-billing-fields p.form-row.form-row-last {
				width: 100%;
			}



			.woocommerce-checkout .woocommerce .checkout .woocommerce-billing-fields p.form-row.form-row-last {
				margin: 0 0 30px;
			}

			.woocommerce-lost-password .woocommerce .lost_reset_password {
				padding: 25px;
			}
		}

		@media (max-width:480px) {
			.woocommerce-checkout .woocommerce .checkout .order_review-wrap .order_review-bg #payment .place-order .button::before {
				left: 34%;
			}
		}

		@media (max-width:320px) {
			.woocommerce-checkout .woocommerce .checkout .order_review-wrap .order_review-bg #payment .place-order .button::before {
				left: 26%;
			}
		}

		/* Wistlist */

		@media (max-width:1199px) {
			#primary .wishlist_table.mobile li .item-wrapper .item-details .product-name h3 a {
				font-size: 18px;
			}
		}

		@media (max-width:991px) {
			.wishlist_table.mobile li .item-wrapper .item-details {
				flex-direction: column;
				border-right: 1px solid var(--bordercolor);
			}

			.wishlist_table.mobile li .item-wrapper {
				width: 80%;
			}

			.wishlist_table.mobile li .additional-info-wrapper {
				width: 20%;
			}

			.wishlist_table.mobile li .item-wrapper .item-details .item-details-table,
			.wishlist_table.mobile li .item-wrapper .item-details .product-name {
				border: none;
			}

			.wishlist_table.mobile li .item-wrapper .item-details .product-name {
				width: 100%;
			}

			.wishlist_table.mobile li .additional-info-wrapper tr,
			.wishlist_table.mobile li .item-wrapper tr {
				width: 100%;
			}

			.wishlist_table.mobile li .item-wrapper .item-details .item-details-table {
				width: 100%;
			}

			.wishlist_table.mobile li .item-wrapper tr {
				display: flex;
				padding: 0;
			}

			.wishlist_table.images_grid li .item-details table.item-details-table td.label,
			.wishlist_table.mobile li .item-details table.item-details-table td.label,
			.wishlist_table.mobile li table.additional-info td.label,
			.wishlist_table.modern_grid li .item-details table.item-details-table td.label {
				width: auto;
			}

			.wishlist_table.mobile li .item-wrapper .item-details {
				padding: 10px;
			}

			.wishlist_table.mobile li .item-wrapper .item-details .product-name h3 {
				margin: 0;
			}

			.wishlist_table.mobile li table.additional-info td.label,
			.wishlist_table.mobile li .item-details table.item-details-table td.label {
				font-size: 16px;
			}

			.wishlist_table.mobile li .item-details table.item-details-table td.value {
				font-size: 14px;
			}

			.wishlist_table.mobile li .item-details table.item-details-table td.value del {
				font-size: 12px;
			}
		}

		@media(max-width:767px) {
			.wishlist_table.mobile li .item-wrapper .item-details {
				flex-direction: column;
			}

			.wishlist_table.mobile li .additional-info-wrapper tr {
				padding: 5px;
			}

			.wishlist_table.mobile li table.additional-info td.value {
				font-size: 10px;
			}
		}

		@media (max-width:575px) {
			.wishlist_table.mobile li .additional-info-wrapper {
				flex-direction: column;
			}

			.wishlist_table.mobile li table.additional-info {
				border: none;
			}
		}

		@media (max-width:480px) {

			#primary .wishlist_table.mobile li {
				flex-direction: column;
			}

			#primary .wishlist_table.mobile li .item-wrapper .item-details .product-name h3 a {
				font-size: 16px;
			}

			.wishlist_table.mobile li .item-wrapper {
				width: 100%;
				border-bottom: 1px solid var(--bordercolor);
			}

			.wishlist_table.mobile li .item-wrapper .item-details {
				border: none;
			}

			.wishlist_table.mobile li .additional-info-wrapper {
				width: 100%;
				display: flex;
			}

			.wishlist_table.mobile li .additional-info-wrapper tr,
			.wishlist_table.mobile li .item-wrapper tr {
				width: auto;
			}

			.wishlist_table.mobile li .additional-info-wrapper {
				flex-direction: row;
				justify-content: space-between;
			}

			.wishlist_table.mobile li table.additional-info {
				width: auto;
			}
		}