/*
 Theme Name:   flowersuss
 Theme URI:    https://demos.codezeel.com/wordpress/WCM05/WCM050116/
 Description:  A child theme of Codezeel theme.
 Author:       Codezeel
 Author URI:   #
 Template:     basetheme
 Version:      1.0.0
 Requires at least: 5.2
 Tested up to: 6.0
 Requires PHP: 7.0
 Version: 1.0
 Text Domain: flowersuss 
 License: GNU General Public License v3.0 (or later)
 License URI: https://codezeel.com/license
*/
/** Start comman css **/

body * {
	--global-gray-400: #e6e6e6;
	--global-gray-500: #aaaaaa;
	--global-xs-spacing: 1em;
	--global-sm-spacing: 1.875rem;
	--global-md-spacing: 2rem;
	--global-lg-spacing: 2.5em;
	--global-xl-spacing: 3.5em;
	--global-xxl-spacing: 4rem;
	--global-boxed-spacing: 2rem;
}

body .elementor-lightbox .swiper {
	height: 100%;
}

body p.woocommerce-store-notice.demo_store {
	height: 40px;
	padding: 7px 9.4rem;
	display: block;
}

.item-is-stuck {
	box-shadow: 0 4px 16px rgb(0 0 0 / 15%);
	-moz-box-shadow: 0 4px 16px rgba(0, 0, 0, 0.15);
	-webkit-box-shadow: 0 4px 16px rgb(0 0 0 / 15%);
	animation: 0.9s ease 0s normal both 1 running fixedAnim;
	-webkit-animation: 0.9s ease 0s normal both 1 running fixedAnim;
	-moz-animation: 0.9s ease 0s normal both 1 running fixedAnim;
	-o-animation: 0.9s ease 0s normal both 1 running fixedAnim;
}
.woocommerce ul.products li.product a {
	display: block;
	}
	
/* body:not(.home).transparent-header #masthead {background: var(--global-palette9);} */
body .header-contact-item .contact-label {
	margin-inline-start: 0em;
}

body .site-header-item .header-navigation .menu {
	justify-content: flex-start;
}

body .single-content h1.elementor-heading-title,
body .single-content h2.elementor-heading-title,
body .single-content h3.elementor-heading-title,
body .single-content h4.elementor-heading-title,
body .single-content h5.elementor-heading-title,
body .single-content h6.elementor-heading-title {
	margin-bottom: 0;
	margin-top: 0;
}

body .elementor-heading-title {
	line-height: initial;
}

body #primary .product.type-product .summary a {
	color: var(--global-palette-highlight-alt);
	text-decoration: none;
}

body .site-header-item {
	margin-inline-end: 27px !important;
}

body .site-header-section-right .site-header-item:last-child {
	margin: 0 !important;
}

body .site-header-section-right .account-navigation ul.sub-menu {
	top: 80px;
}

body .site-header-section-right .account-navigation li.menu-item.menu-account-item {
	padding: 39px 0 37px;
}

body .site-header-section-right .account-navigation li.menu-item.menu-account-item .dropdown-nav-toggle {
	display: none;
}

body .site-header-item .header-account-button .nav-drop-title-wrap,
body .site-header-item .header-account-wrap>.header-account-button {
	padding: 0;
	display: flex;
}

/*  search drawer  */

body #search-drawer .drawer-inner input.search-field:focus {
	box-shadow: none;
}

body #search-drawer .drawer-inner input.search-field {
	font-size: 17px;
}

body #search-drawer .drawer-inner .thebase-svg-iconset {
	font-size: 23px;
}

#search-drawer .drawer-inner .thebase-search-icon-wrap:hover svg g path {
	fill: var(--e-global-color-thebase1);
}
.search-toggle-icon .thebase-svg-iconset svg:hover {
	fill: var(--e-global-color-thebase1);
}


.hitarea {
	cursor: pointer;
	float: right;
	height: 20px;
	position: absolute;
	right: 0;
	top: 11px;
	width: 20px;
	z-index: 7;
	text-align: center;
	padding: 0 1px;
	line-height: 20px;
}

.wc-block-product-categories-list .collapsable-hitarea:after,
.wc-block-product-categories-list .expandable-hitarea:before {
	cursor: pointer;
	display: block;
	font-family: FontAwesome;
	font-weight: normal;
	position: absolute;
	right: 0;
	left: 0;
	top: 0;
	color: #555;
	font-size: 12px;
}

.wc-block-product-categories-list .collapsable-hitarea::after {
	content: "";
	mask-image: url("assets/img/minus.svg");
	-webkit-mask-image: url("assets/img/minus.svg");
	mask-position: center;
	-webkit-mask-position: center;
	mask-repeat: no-repeat;
	-webkit-mask-repeat: no-repeat;
	mask-size: 17px;
	-webkit-mask-size: 10px;
	width: 10px;
	height: 10px;
	position: absolute;
	top: 0;
	left: auto;
	bottom: auto;
	right: 0;
	background: var(--e-global-color-thebase2);
}

.wc-block-product-categories-list .expandable-hitarea::before {
	content: "";
	mask-image: url("assets/img/pluse.svg");
	-webkit-mask-image: url("assets/img/pluse.svg");
	mask-position: center;
	-webkit-mask-position: center;
	mask-repeat: no-repeat;
	-webkit-mask-repeat: no-repeat;
	mask-size: 17px;
	-webkit-mask-size: 10px;
	width: 10px;
	height: 10px;
	position: absolute;
	top: 0px;
	left: auto;
	bottom: auto;
	right: 0;
	background: var(--e-global-color-thebase2);
}

body .category-page .woocommerce ul.products li.product-category:first-child {
	display: none;
}

/* quickview */
body #yith-quick-view-content div.images {
	width: 45%;
	border: 1px solid var(--e-global-color-thebase6);
}

body #yith-quick-view-content div.summary {
	width: 55%;
	padding-left: 30px;
}

body #yith-quick-view-modal .yith-wcqv-main {
	background: var(--e-global-color-thebase9);
}

body #yith-quick-view-modal #yith-quick-view-content {
	padding: 15px;
}

body #yith-quick-view-content a.woocommerce-product-gallery__trigger {
	background: #f7f7f7;
}

/**  Header Right Icons  **/
.header-account-button .header-account-label:after {
	content: "";
	background: rgb(229 229 229 / 43%);
	height: 21px;
	width: 1px;
	position: absolute;
	right: -14px;
	top: 2px;
}

body .site-header-item .header-account-in-wrap .header-account-button,
body .site-header-item .header-account-wrap .header-account-button {
	padding-inline-end: 23px;
	position: relative;
	border-inline-end: 1px solid #c7c7c7;
}

.site-header-bottom-section-right .site-header-item,
body .site-header-bottom-section-right .site-header-item:last-child {
	margin-right: 15px;
}

body .search-toggle-open .search-toggle-icon svg.thebase-svg-icon {
	top: 0;
}

body .site-header-item .header-cart-wrap .header-cart-inner-wrap .header-cart-button,
body .header-mobile-cart-wrap .header-cart-inner-wrap .header-cart-button {
	position: relative;
}

.compare-counter .counter-label,
.whislist-counter .counter-label {
	position: relative;
	display: block;
	cursor: pointer;
}

.compare-counter .counter-label,
.whislist-counter .counter-label {
	height: 25px;
	width: 20px;
	display: inline-block;
	mask-image: url(assets/img/compare.svg);
	-webkit-mask-image: url(assets/img/compare.svg);
	-webkit-mask-size: 20px;
	mask-size: 20px;
	-webkit-mask-repeat: no-repeat;
	mask-repeat: no-repeat;
	mask-position: center;
	-webkit-mask-position: center;
	background-color: #000;
	vertical-align: super;
	font-size: 0;
}

.whislist-counter .counter-label {
	mask-image: url(assets/img/wishlist.svg);
	-webkit-mask-image: url(assets/img/wishlist.svg);
	-webkit-mask-size: 20px;
	mask-size: 20px;
	height: 25px;
	width: 20px;
}

.header-cart-wrap .header-cart-button .header-cart-total,
.header-mobile-cart-wrap .header-cart-inner-wrap .header-cart-button .header-cart-total {
	line-height: 14px;
	width: auto;
	height: 18px;
	position: absolute;
	left: 10px;
	top: -4px;
	padding: 0 5px;
	font-size: 11px;
	text-align: center;
	font-family: var(--global-body-font-family);
}

body .header-cart-wrap .header-cart-button .thebase-svg-iconset {
	order: 1;
}

body .header-cart-button .header-cart-label {
	padding: 0 !important;
	order: 2;
	padding-inline-start: 10px !important;
}

body.woocommerce .entry.product .woocommerce-product-gallery .flex-viewport {
	border: 1px solid var(--e-global-color-thebase6);
}

body .woocommerce div.product form.cart .group_table td:first-child {
	width: auto;
}

body .elementor-element.title-divider .elementor-icon svg {
	height: auto;
	width: 3em;
	margin-bottom: 30px;
}

/**   header cart drawer    **/

body #cart-drawer.popup-drawer .drawer-header {
	background-color: var(--e-global-color-thebase6);
}

body #cart-drawer h2.side-cart-header {
	font-size: 18px;
	line-height: 27px;
	font-weight: 600;
}

body #cart-drawer.popup-drawer .drawer-inner {
	color: var(--global-palette2);
}

body .woocommerce ul.cart_list li a,
body .woocommerce ul.product_list_widget li a {
	font-weight: 400;
	font-size: 14px;
	line-height: 20px;
}

.widget_shopping_cart .total span.woocommerce-Price-amount.amount {
	color: var(--global-palette1);
	font-weight: 600;
}

#cart-drawer.popup-drawer .woocommerce-mini-cart__total.total,
.popup-drawer .woocommerce.widget_shopping_cart .buttons {
	-webkit-box-orient: unset;
	-webkit-box-direction: unset;
	-ms-flex-direction: unset;
	flex-direction: unset;
	grid-gap: 0.5em;
	gap: 0.5em;
	position: absolute;
	bottom: 0;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	width: 100%;
	left: 0;
	right: 0;
	padding: 15px;
	margin: 0;
	background-color: var(--global-palette9);
}

#cart-drawer.popup-drawer .woocommerce-mini-cart__total.total {
	bottom: 85px;
	padding-bottom: 0;
}

.popup-drawer .woocommerce.widget_shopping_cart .buttons a,
.popup-drawer .woocommerce .widget_shopping_cart .buttons a {
	-webkit-box-flex: 1;
	-ms-flex: auto;
	flex: auto;
}

body #cart-drawer.popup-drawer .drawer-content {
	padding-top: 1em;
	position: relative;
	width: 100%;
	height: 100%;
	padding-inline: 1em;
}

body .woocommerce ul.cart_list li img,
body .woocommerce ul.product_list_widget li img {
	margin-right: 15px;
	width: 80px;
	border: 1px solid var(--e-global-color-thebase6);
}

body .woocommerce ul.cart_list,
body .woocommerce ul.product_list_widget {
	width: 100%;
	float: left;
	position: absolute;
	top: 15px;
	bottom: 120px;
	left: 0;
	right: 0;
	overflow-y: auto;
	padding: 0 15px;
}


html,
body,
div,
span,
applet,
object,
iframe,
h3,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
a,
abbr,
acronym,
address,
big,
cite,
code,
del,
dfn,
em,
font,
ins,
kbd,
q,
s,
samp,
small,
strike,
strong,
sub,
sup,
tt,
var,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td {
	border: 0;
	font-style: inherit;
	font-weight: inherit;
	margin: 0;
	outline: 0;
	padding: 0;
	vertical-align: baseline;
}


/* cmsbanner */
.cmsbanner .elementor-element.elementor-widget-button .elementor-button:hover {
	text-decoration: none;
}


/**  shop by category  **/
.category-carousel {
	margin: 0 -15px;
}

.sub_category a {
	display: block;
	padding: 5px 0;
}

.category-carousel.owl-carousel .owl-item:hover .cat_name,
.category-carousel.owl-carousel .owl-item:hover span.cat-count {
	color: var(--global-palette2);
}

.category-carousel {
	display: none;
}

ul.wc-block-product-categories-list.wc-block-product-categories-list--depth-1 {
	padding-left: 20px;
}


.widget ul,
.woocommerce.widget_product_categories>ul,
.woocommerce .wp-block-woocommerce-product-categories>ul,
.widget_block ol,
body .widget_block>ul,
.widget ol,
body .widget-area ul {
	-webkit-padding-start: 0;
	padding-inline-start: 0;
	-webkit-margin-start: 0;
	margin-inline-start: 0;
	-webkit-padding-after: 0;
	padding-block-end: 0;
	-webkit-margin-after: 0;
	margin-block-end: 0;
	list-style: none;
}

.woocommerce-privacy-policy-text {
	margin-bottom: 20px;
}

.site-top-footer-inner-wrap .widget-area .widget-title {
	text-transform: capitalize;
}


.thebase-show-sidebar-btn {
	position: fixed;
	-webkit-margin-end: .5em;
	margin-inline-end: .5em;
	border: 1px solid var(--global-gray-400);
	padding: 0 10px;
	height: 45px;
	line-height: 30px;
	display: none;
	cursor: pointer;
	top: 40%;
	left: -2px;
	z-index: 999;
	background: #fff;
	box-shadow: 0 0 5px 2px #CBD5E0;
	align-items: center;
	border-radius: 0 50px 50px 0;
	font-size: 22px;
}

.primary-sidebar .thebase-hide-sidebar-btn {
	display: none;
	flex: 0 0 auto;
	align-items: center;
	flex-direction: row;
	justify-content: flex-end;
	padding: 20px 0;
}

body .thebase-breadcrumbs {
	margin: 10px 0 0 0;
}

/* sidebar  rating*/
.wc-block-components-product-rating__stars {
	font-size: 1.2em;
}

.wc-block-components-product-rating__stars span::before {
	color: #ffc000;
	content: "\e901\e901\e901\e901\e901";
}

.wc-block-components-product-rating__stars::before {
	content: "\e901\e901\e901\e901\e901";
}

.wc-block-components-checkbox .wc-block-components-checkbox__input[type="checkbox"] {
	height: 16px;
	width: 16px;
	border: 1px solid #c1c1c1;
	min-height: 15px;
	min-width: 15px;
	margin-right: 4px;
}

.wc-block-components-product-rating-count {
	font-size: 14px;
	position: absolute;
	right: 0;
}

.editor-styles-wrapper .wc-block-components-checkbox,
.wc-block-components-checkbox {
	margin-top: 5px;
}

.wc-block-components-checkbox .wc-block-components-checkbox__mark {
	fill: #fff;
}

.wc-block-components-checkbox .wc-block-components-checkbox__input[type="checkbox"]:checked {
	background: #222222;
	border-color: #222222;
}

/* .widget .tagcloud a, */
#secondary .woocommerce.widget_product_categories>ul li,
.widget li,
#secondary .woocommerce .woocommerce-widget-layered-nav-list .woocommerce-widget-layered-nav-list__item {
	padding-block: 2px;
}

.sidebar-inner-wrap .widget .tagcloud {
	display: flex;
	gap: 10px;
	flex-wrap: wrap;
}

.sidebar-inner-wrap .widget .tagcloud a.tag-cloud-link {
	border: 1px solid var(--global-palette6);
	padding: 5px 10px;
}

.sidebar-inner-wrap .widget .tagcloud a.tag-cloud-link:hover {
	border-color: var(--global-palette1);
}

body.woocommerce .woocommerce-widget-layered-nav-list .woocommerce-widget-layered-nav-list__item .count {
	font-size: inherit;
}

body.woocommerce .woocommerce-widget-layered-nav-list a::before {
	font-size: 0.8em;
	border-radius: 0;
}

.woocommerce.widget_price_filter .price_label {
	width: 100%;
	display: inline-block;
	text-align: left;
	padding-block: 10px 0;
}

.woocommerce.widget_price_filter .widget-title {
	padding-block-end: 15px;
}

#secondary .woocommerce.widget_price_filter .price_slider_amount {
	line-height: inherit;
	font-size: inherit;
	font-weight: inherit;
	padding-block-start: 15px;
}

.primary-sidebar.widget-area .widget_block,
.primary-sidebar.widget-area .woocommerce {
	border-block-end: 1px solid #e5e5e5;
	padding-block-end: 20px;
}

.woocommerce .thebase-woo-results-count {
	font-size: 15px;
}

.woocommerce select.orderby {
	border-color: var(--global-palette6);
	padding-block: 0.2em;
	font-weight: 500;
	font-size: 15px;
}

.woocommerce ul.products li.product .product-details .price,
body.woocommerce .widget_layered_nav_filters ul li a {
	font-size: inherit;
}

/* .woocommerce ul.products li.product .button:hover, */
.blog-carousel {
	margin: 0 -15px;
}

.blog-carousel .more-link-wrap a.post-more-link:hover,
.more-link-wrap a.post-more-link:hover {
	text-decoration: none;
}

.woocommerce .products a.added_to_cart:hover {
	text-decoration: underline;
}

.products .product-details .thebase-svg-iconset {
	display: inline-flex;
	align-self: center;
	/* display: none; */
}

.woocommerce ul.products li.product span.onsale {
	top: 15px;
	left: 0px;
	right: auto;
	color: var(--e-global-color-thebase1);
	text-transform: uppercase;
	font-weight: 600;
	-webkit-transition: all 500ms ease 0s;
	-moz-transition: all 500ms ease 0s;
	-o-transition: all 500ms ease 0s;
	transition: all 500ms ease 0s;
	opacity: 0;
	background: transparent;
	padding: 0;
	border-bottom: 1px solid var(--e-global-color-thebase1);
}

.woocommerce ul.products li.product:hover span.onsale {
	left: 15px;
	opacity: 1;
}

body.woocommerce div.product .button.single_add_to_cart_button,
body .woocommerce div.product .button.single_add_to_cart_button {
	height: inherit;
	line-height: 25px;
	padding: 10px 40px 10px 40px;
}

.single-product.woocommerce div.product form.cart div.quantity {
	padding-block: 0;
	border-radius: 0;
	margin-inline-end: 15px;
	border-color: var(--e-global-color-thebase6);
}

body .quantity.spinners-added input.minus,
body .quantity.spinners-added input.plus {
	color: var(--global-palette2);
	font-weight: 500;
	font-size: 20px;
	padding: 0 0.5em;
}

body.woocommerce #reviews .comment-reply-title {
	font-family: var(--global-heading-font-family);
	color: var(--global-palette2);
	font-size: 20px;
	font-weight: 600;
	line-height: 2;
}

.single-product.woocommerce div.product .product_meta>span {
	display: block;
	font-size: inherit;
	font-weight: inherit;
	color: inherit;
	padding-block-end: 10px;
}

.single-product.woocommerce div.product .product_meta>span.sku_wrapper {
	margin-top: 10px;
}

.single-product.woocommerce .woocommerce-product-gallery .owl-buttons {
	position: static;
}

.single-product.woocommerce .owl-theme .owl-buttons div {
	opacity: 1;
	-khtml-opacity: 1;
	-webkit-opacity: 1;
	-moz-opacity: 1;
}

.single-product.woocommerce .woocommerce-product-gallery .owl-controls.clickable {
	right: 0;
	left: auto;
	width: 100%;
	top: 35%;
	opacity: 1;
}

.single-product.woocommerce .woocommerce-product-gallery .owl-theme .owl-buttons div.owl-prev::after {
	left: 0;
	position: absolute;
}

.single-product.woocommerce .woocommerce-product-gallery .owl-theme .owl-buttons div.owl-next::after {
	right: 0;
	position: absolute;
}

.single-product.woocommerce .woocommerce-product-gallery .owl-theme .owl-buttons div.owl-prev::after,
.single-product.woocommerce .woocommerce-product-gallery .owl-theme .owl-buttons div.owl-next::after {
	background-size: 10px;
	width: 15px;
}

body.woocommerce div.product div.images .flex-control-thumbs {
	padding: 0;
	box-sizing: border-box;
	margin: 20px 0 0;
	transform: none;
	left: auto;
	max-width: 100%;
	text-align: center;
}

body.woocommerce .star-rating::before,
body .woocommerce .star-rating::before {
	content: "\e901\e901\e901\e901\e901";
}

body.woocommerce ul.products li.product .star-rating,
body .woocommerce ul.products li.product .star-rating {
	font-size: 1.1em;
}

body.woocommerce .star-rating,
body .woocommerce .star-rating {
	color: #ffc000;
}

body .woocommerce .products .star-rating,
body.woocommerce .products .star-rating {
	margin: 0 auto;
	float: none;
}

body.woocommerce div.product div.images .flex-control-thumbs li,
body.woocommerce div.product div.images .flex-control-thumbs li:first-child {
	width: auto;
	height: auto;
	padding: 0;
}

.woocommerce section.related.products>h2 {
	margin-bottom: 40px;
	margin-top: 80px;
	font-family: playfair display;
}

body.woocommerce table.shop_attributes {
	border: 1px solid #e5e5e5;
	border-collapse: separate;
	margin-bottom: 0;
}

body.woocommerce div.product .woocommerce-tabs .panel {
	padding: 30px;
	background-color: var(--global-palette9);
	border: 1px solid var(--e-global-color-thebase6);
}

body.woocommerce table.shop_attributes td,
body.woocommerce table.shop_attributes th {
	background-color: var(--global-palette9);
	padding: 12px;
	font-style: normal;
}

body.woocommerce table.shop_attributes th {
	border-right: 1px dotted #e5e5e5;
}

body .woocommerce table.shop_table th,
body .woocommerce table.shop_table tfoot td,
body .woocommerce table.shop_table tfoot th,
body .woocommerce table.shop_table tbody th,
body.woocommerce table.shop_attributes th {
	font-weight: 500;
	color: var(--global-palette3);
}

.comment-content td,
.comment-content th,
.entry-content table td,
.entry-content table th {
	text-align: left;
}

body.woocommerce div.product form.cart .variations label {
	font-weight: 500;
	text-align: left;
	display: inline-block;
	text-transform: capitalize;
	color: var(--global-palette1);
}

body.woocommerce div.product form.cart table td {
	padding-block-end: 20px;
}

.single-product.woocommerce div.product form.cart .variations select {
	padding-block: 0.35em;
	border-color: var(--global-gray-400);
}

body.woocommerce div.images.woocommerce-product-gallery .flex-viewport img {
	display: block;
	width: 814px !important;
	height: auto;
}

body .woocommerce div.product .product_meta>span a {
	color: inherit;
	text-decoration: none;
}

body.woocommerce .entry.product form.cart .group_table td {
	width: auto !important;
}

.woocommerce div.product form.cart .group_table td.woocommerce-grouped-product-list-item__label a {
	color: var(--e-global-color-thebase2);
}

.woocommerce div.product form.cart .group_table td.woocommerce-grouped-product-list-item__label a:hover {
	text-decoration: none;
}

.woocommerce div.product form.cart .group_table tr {
	display: flex;
	width: 100%;
	align-items: center;
}

.cart-summary {
	display: none;
}

.entry-content.single-content table,
.woocommerce table.shop_table {
	border: 1px solid var(--global-palette6);
}

.woocommerce-page.woocommerce-cart table.cart .coupon .button:not(:hover),
.woocommerce-page.woocommerce-checkout table.cart .coupon .button:not(:hover),
.woocommerce-page #add_payment_method table.cart .coupon .button:not(:hover),
.woocommerce-page.woocommerce-cart table.cart td.actions .button:disabled,
.woocommerce-page.woocommerce-checkout table.cart td.actions .button:disabled,
.woocommerce-page #add_payment_method table.cart td.actions .button:disabled,
.woocommerce-page .woocommerce a.button.alt,
.woocommerce-page .woocommerce button.button.alt,
.woocommerce-page .woocommerce input.button.alt,
.woocommerce-page .woocommerce #respond input#submit.alt {
	background: var(--global-palette1);
	color: var(--global-palette9);
	border-color: var(--global-palette1);
}

body .woocommerce a.button.alt:hover,
body .woocommerce button.button.alt:hover,
body .woocommerce input.button.alt:hover,
body .woocommerce #respond input#submit.alt:hover,
body.woocommerce-cart table.cart td.actions .button:hover {
	background-color: var(--global-palette2);
	color: var(--global-palette-btn-hover);
}

.woocommerce-cart .woocommerce table.shop_table td,
.woocommerce-cart .woocommerce .cart-collaterals .cart_totals tr th,
.woocommerce-cart .woocommerce .cart-collaterals .cart_totals tr td {
	padding: 15px 12px;
}

.woocommerce-cart .woocommerce table.shop_table td .quantity.spinners-added {
	padding-block: 1px;
	border: 1px solid var(--global-palette6);
}

#add_payment_method .cart-collaterals,
.woocommerce-cart .cart-collaterals,
.woocommerce-checkout .cart-collaterals {
	background: var(--global-palette9);
	border: 1px solid var(--e-global-color-thebase6);
	padding: 30px;
}

.woocommerce-page .woocommerce #payment ul.wc_payment_methods li.wc_payment_method>label {
	background-color: var(--global-palette8);
	font-weight: 500;
	color: var(--global-palette2);
}

body #payment ul.wc_payment_methods li.wc_payment_method input[type=radio]:first-child:checked+label {
	color: var(--global-palette1);
}

body .select2-container--default .select2-selection--single {
	border-radius: 0;
}

body .select2-container--default .select2-selection--single .select2-selection__rendered {
	background: var(--global-palette9);
	border-radius: 0;
}

.woocommerce .cart-collaterals table.shop_table {
	border: 0;
}

.woocommerce-cart .woocommerce table.shop_table td,
.woocommerce-cart .woocommerce .cart-collaterals .cart_totals tr th,
.woocommerce-cart .woocommerce .cart-collaterals .cart_totals tr td {
	border-top: 1px solid var(--global-gray-400);
	padding: 15px 12px;
}

body.woocommerce-cart .wc-proceed-to-checkout {
	padding: 0;
}

body .woocommerce table.shop_table {
	font-size: inherit;
	background-color: var(--e-global-color-thebase9);
	/* border: none; */
}

.woocommerce-checkout .woocommerce form.checkout_coupon {
	border: 3px dashed var(--global-gray-400);
}

.woocommerce-checkout .woocommerce form.checkout_coupon,
.woocommerce-checkout .woocommerce form.login {
	width: 50%;
}

.woocommerce-checkout .woocommerce form .form-row {
	margin: 0 0 1.5em;
}

.woocommerce form.checkout_coupon .form-row-first,
.woocommerce form.checkout_coupon .form-row-last,
.woocommerce form.login .form-row-first,
.woocommerce form.login .form-row-last,
.woocommerce form.register .form-row-first,
.woocommerce form.register .form-row-last {
	float: none;
}

/* body .woocommerce table.shop_table td {
	padding: 15px 12px;
	line-height: 1.2em;
} */
body .woocommerce form .form-row label {
	color: var(--global-palette5);
	font-weight: 500;
}

body input[type=color],
body input[type=color]:focus,
body input[type=date]:focus,
body input[type=datetime-local],
body input[type=datetime-local]:focus,
body input[type=datetime],
body input[type=datetime]:focus,
body input[type=email],
body input[type=email]:focus,
body input[type=month],
body input[type=month]:focus,
body input[type=number],
body input[type=number]:focus,
body input[type=password],
body input[type=password]:focus,
body input[type=range],
body input[type=range]:focus,
body input[type=search],
body input[type=search]:focus,
body input[type=tel],
body input[type=tel]:focus,
body input[type=text],
body input[type=text]:focus,
body input[type=time],
body input[type=time]:focus,
body input[type=url],
body input[type=url]:focus,
body input[type=week],
body input[type=week]:focus,
body select:focus,
body textarea,
body textarea:focus,
input[type=date] {
	padding: 0.5em 0.5em;
	border-radius: 0;
}

::placeholder {
	color: var(--global-palette5) !important;
}

#ship-to-different-address .woocommerce-form__label span .woocommerce-billing-fields h3,
.woocommerce-checkout h3 {
	font-size: 22px;
}

.woocommerce form .form-row label {
	font-size: inherit !important;
}

body.woocommerce-page .woocommerce-MyAccount-content p>a,
body.woocommerce-page .woocommerce-MyAccount-content p>a:hover,
body .woocommerce .woocommerce-terms-and-conditions-wrapper p>a,
.woocommerce .woocommerce-terms-and-conditions-wrapper .form-row a {
	text-decoration: underline;
}

.about-accroding .elementor-accordion-icon {
	margin-block-start: 4px;
}

body .pagination .page-numbers,
body.woocommerce nav.woocommerce-pagination ul li .page-numbers,
body.woocommerce div.product .woocommerce-tabs ul.tabs li,
body.woocommerce.product-tab-style-center div.product .woocommerce-tabs ul.tabs li {
	border-radius: 0rem;
	border: 0;
	background-color: var(--e-global-color-thebase2);
	color: var(--e-global-color-thebase9);
	min-width: 40px;
	line-height: 40px;
}

body .woocommerce ul.products li.product h3 a,
body .woocommerce ul.products li.product .woocommerce-loop-product__title a,
body .woocommerce ul.products li.product .woocommerce-loop-category__title a,
body.woocommerce ul.products li.product .product-details a {
	overflow: hidden;
	text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-line-clamp: 1;
	-webkit-box-orient: vertical;
}

body a.post-more-link .thebase-svg-icon {
	display: none;
}

h2.entry-related-title {
	text-align: center;
}

.entry-related .entry-related-inner-content {
	padding-top: 6.5em;
	padding-bottom: 8.5em;
	padding-left: 0;
	padding-right: 0;
}

body .tns-outer .tns-nav {
	bottom: -40px;
}

.entry-related .tns-outer .tns-nav button {
	width: 18px;
	height: 18px;
}

#cancel-comment-reply-link,
.comment-form .logged-in-as a,
.logged-in-as a {
	color: var(--global-palette5) !important;
	text-decoration: underline;
}

.blog .has-post-thumbnail .sticky-inner,
.entry.loop-entry .has-post-thumbnail .sticky-inner {
	position: absolute;
	left: 10px;
	right: auto;
	top: 10px;
	bottom: auto;
}

body .site .post-thumbnail {
	padding-bottom: 69%;
}

.sticky-inner {
	padding-inline-start: 10px;
}

.sticky-post {
	background: var(--global-palette1);
	padding: 4px 9px;
	text-transform: uppercase;
	font-size: 12px;
	font-weight: 600;
	color: var(--global-palette9);
}

.woocommerce ul.products.woo-archive-action-on-hover li.product .product-action-wrap .button span,
.cart-summary,
.woocommerce ul.products li.product .button.added,
.loop-entry .entry-content-wrap .posted-on::after {
	display: none;
}

.single-post .single-content figure {
	margin: 0;
}

.single-post .wp-block-pullquote blockquote::before {
	font-size: 150px;
	color: var(--global-palette6);
	left: -15px;
	top: 75px;
}

.elementor-image-box-img img,
.gallery-item img,
.gallery-slider img,
.loop-entry .post-thumbnail-inner img {
	transition: all .3s ease-in-out;
	-webkit-transition: all .3s ease-in-out;
}

.elementor-image-box-img:hover img,
.gallery-item .gallery-icon:hover img,
.gallery-slider .swiper-slide-inner:hover img,
.loop-entry .post-thumbnail-inner:hover img {
	transform: scale(1.05);
}

.service_cms .elementor-widget-image:hover img {
	transform: scale(1.05);
}

.service_cms .elementor-widget-image img {
	transition: all .3s ease-in-out;
	-webkit-transition: all .3s ease-in-out;
}

.service_cms .elementor-widget-image {
	overflow: hidden;
	display: inline-block;
	vertical-align: middle;
}

.cms-banner .elementor-widget-wrap,
.elementor-image-box-img,
.gallery-item .gallery-icon,
.gallery-slider .swiper-slide-inner,
.post-thumbnail-inner,
.widget_media_image,
.poerfolio-banner .elementor-widget-container {
	overflow: hidden;
	display: inline-block;
	vertical-align: middle;
}

.single-post .wp-block-pullquote {
	padding: 0em 0 1.5em;
}

.comments-area .comment-respond {
	margin-block: 6em;
}

body .woocommerce form.login,
body .woocommerce form.register {
	border: 1px solid var(--e-global-color-thebase6);
	border-radius: 0 !important;
	background-color: var(--global-palette9);
	margin-top: 1rem;
	padding: 40px;
}

.elementor-widget-image-carousel .swiper-container .swiper-slide figure {
	display: inline-block;
	text-align: center;
	vertical-align: top;
	width: auto;
}

.woocommerce.widget_product_categories>ul li .count,
.woocommerce.widget_product_categories>ul li .wc-block-product-categories-list-item-count,
.woocommerce .wp-block-woocommerce-product-categories>ul li .count,
.woocommerce .wp-block-woocommerce-product-categories>ul li .wc-block-product-categories-list-item-count,
body.woocommerce .woocommerce-widget-layered-nav-list .woocommerce-widget-layered-nav-list__item .count {
	position: absolute;
	right: 0;
	display: block;
	top: 3px;
	min-width: 2rem;
	text-align: center;
}

.woocommerce .products span.onsale,
.woocommerce .product span.onsale {
	padding: 0.3em 0.8em;
	border-radius: 0;
	line-height: 1.3;
	font-weight: 500;
	z-index: 8;
}

.products_block .woocommerce ul.products li.product .woocommerce-loop-product__title,
body.woocommerce ul.products li.product .woocommerce-loop-product__title {
	line-height: 26px;
	padding: 7px 0px 5px;
	float: none;
}

body.woocommerce ul.products li.product .entry-content-wrap .price ins,
.comment-meta .comment-author {
	font-weight: 600;
}

body .woocommerce table.shop_table th,
body .woocommerce table.shop_table tbody tr td {
	border-left: 0;
	padding-block: 20px;
}

.site .woocommerce table.shop_table td,
.site .woocommerce table.shop_table th {
	padding: 20px !important;
}

body.woocommerce-cart table.cart .product-thumbnail {
	width: 90px;
}

body .wishlist_table td.product-add-to-cart a {
	display: inline-block !important;
	background-color: var(--global-palette1);
	border-color: var(--global-palette1);
	color: var(--global-palette9);
	text-decoration: none;
	font-weight: 500;
	font-size: 13px;
	padding: 14px 24px;
	margin-bottom: 0 !important;
	text-transform: uppercase;
}

body .wishlist_table td.product-add-to-cart a:hover {
	background-color: var(--global-palette2);
}

.yith_wcwl_wishlist_footer .yith-wcwl-share ul {
	padding-left: 0;
}

.yith-wcwl-share li a {
	min-width: 36px;
	min-height: 36px;
	line-height: 26px;
}

body.woocommerce .quantity.spinners-added .qty {
	height: 45px;
	width: 2em;
	border-radius: 0;
	color: var(--global-palette2);
}

.woocommerce .woocommerce-notices-wrapper .woocommerce-message {
	color: var(--global-palette5);
}

.woocommerce p.stars a::before {
	color: #ffb300;
}

/* cmsbanner effect */
.cmsbanner .elementor-widget-image .elementor-widget-container:hover img,
.category-carousel .cat-inner-block:hover img {
	transform: scale(1.05);
}

.aboutus2 .elementor-widget-image .elementor-widget-container:hover img,
.aboutus .elementor-widget-image .elementor-widget-container:hover img {
	transform: scale(1.07);
}

.cmsbanner .elementor-widget-image .elementor-widget-container,
.category-carousel .cat-inner-block .cat-img-block,
.aboutus .elementor-widget-image .elementor-widget-container,
.aboutus2 .elementor-widget-image .elementor-widget-container{
	position: relative;
	overflow: hidden;
	display: inline-block;
	vertical-align: top;
}

.cmsbanner .elementor-widget-image .elementor-widget-container img,
.category-carousel .cat-inner-block img,
.aboutus .elementor-widget-image .elementor-widget-container img,
.aboutus2 .elementor-widget-image .elementor-widget-container img{
	transition: all .5s ease-in-out;
	-webkit-transition: all .5s ease-in-out;
}

/* Brand logo */
.brand_logo img {
	filter: invert(13%) sepia(11%) saturate(4%) hue-rotate(29deg) brightness(86%) contrast(95%);
}

.brands .elementor-image-carousel-wrapper .elementor-image-carousel img {
	margin: 0 auto;
}

/** owl-carousel **/
.owl-carousel .owl-wrapper-outer {
	overflow-inline: -moz-hidden-unscrollable;
	overflow-x: clip;
	position: relative;
	width: 100%;
}

.owl-carousel .owl-item,
.rtl .elementor-tab-content .tab-left-part-2 {
	float: left;
}

.owl-carousel .owl-item,
.owl-carousel .owl-wrapper {
	backface-visibility: hidden;
	-webkit-backface-visibility: hidden;
	-moz-backface-visibility: hidden;
	-ms-backface-visibility: hidden;
	-webkit-transform: translateZ(0);
	-moz-transform: translateZ(0);
	-ms-transform: translateZ(0);
	transform: translateZ(0);
}

.category-carousel.owl-carousel .owl-item,
.products.owl-carousel .owl-item {
	padding: 0 16px;
}

.flexslider,
.owl-carousel .owl-wrapper-outer,
.home-product .owl-buttons,
#sb-wrapper,
.home-service,
.feature {
	direction: ltr;
}

/*owl-carousel*/

.owl-theme .owl-buttons div.owl-next::after,
.owl-theme .owl-buttons div.owl-prev::after {
	content: "";
	position: absolute;
	top: auto;
	background-size: 15px;
	background-repeat: no-repeat;
	height: 30px;
	width: 30px;
	margin: 0 auto;
	left: 0;
	right: 0;
}

.owl-theme .owl-buttons div {
	display: block;
	font-size: 0;
	height: 32px;
	width: 32px;
	position: absolute;
	text-align: center;
	top: 35%;
	bottom: auto;
	opacity: 0;
	-khtml-opacity: 0;
	-webkit-opacity: 0;
	-moz-opacity: 0;
	margin: auto !important;
	transition: all .3s ease 0s;
	-webkit-transition: all .3s ease 0s;
	-moz-transition: all .3s ease 0s;
	-ms-transition: all .3s ease 0s;
	margin: auto;
	z-index: 99;
	cursor: pointer;
}

.owl-theme:hover .owl-buttons div {
	opacity: 1;
	-khtml-opacity: 1;
	-webkit-opacity: 1;
	-moz-opacity: 1;
}

.owl-theme .owl-buttons div.owl-prev {
	left: -20px;
	right: auto;
}

.owl-theme .owl-buttons div.owl-next {
	right: -20px;
	left: auto;
}

.owl-theme .owl-buttons div.owl-next::after {
	background-image: url(assets/img/right-arrow.svg);
	background-position: center;
	right: 0;
	left: auto;
}

.owl-theme .owl-buttons div.owl-next:hover::after {
	background-image: url(assets/img/right-arrow-hover.svg);
}

.owl-theme .owl-buttons div.owl-prev::after {
	background-image: url(assets/img/left-arrow.svg);
	background-position: center;
	left: 0;
	right: auto;
}

.owl-theme .owl-buttons div.owl-prev:hover::after {
	background-image: url(assets/img/left-arrow-hover.svg);
}

.blog-carousel.owl-theme .owl-buttons div.owl-prev::after {
	left: -20px;
}

.blog-carousel.owl-theme .owl-buttons div.owl-next::after {
	right: -20px;
}

.container-inner {
	padding: 0 15px;
}

.Team-carousel .owl-controls {
	text-align: center;
	clear: both;
	line-height: 13px;
	padding-top: 30px;
}

.owl-theme:hover .owl-buttons div {
	opacity: 1;
	-khtml-opacity: 1;
	-webkit-opacity: 1;
	-moz-opacity: 1;
}

/* .featured-products .products .owl-buttons div {
    top: 170px;
} */
.woocommerce.widget_product_categories>ul li a,
.woocommerce .wp-block-woocommerce-product-categories>ul li a {
	display: inline-block;
	vertical-align: middle;
}

.widget .tagcloud,
.widget .widget_product_tag_cloud,
.widget .wp-block-tag-cloud,
.widget li {
	list-style: none;
	margin: 0;
	position: relative;
}

body .widget-area a:not(.button):hover,
body .woocommerce ul.cart_list li a:hover,
body .woocommerce ul.product_list_widget li a:hover,
.thebase-breadcrumbs a {
	text-decoration: none;
}

.woocommerce.widget_price_filter .price_slider_wrapper .price_slider_amount .button {
	font-size: 14px;
}

body.woocommerce div.product div.images .flex-control-thumbs li,
body.woocommerce div.product div.images .flex-control-thumbs li:first-child,
body.woocommerce div.product div.images .flex-control-thumbs li:nth-child(7),
body.woocommerce div.product div.images .flex-control-thumbs li:nth-child(6) {
	width: auto;
	height: auto;
	padding: 0;
}


body .woocommerce ul.products.owl-carousel li.product {
	padding: 0;
}


/** Product add to cart **/
.product-details .product-action-wrap {
	display: none;
}

.woocommerce ul.products.products-list-view li.product .product-action-wrap {
	display: flex;
}

.woocommerce ul.products.products-list-view li.product .archive-extra-button-wrap .button.wp-element-button {
	display: none;
}

.woocommerce ul.products li.product .archive-image-wrap {
	position: relative;
	border: 1px solid var(--e-global-color-thebase6);
}

body ul.products li.product .archive-image-wrap .product-action-wrap,
body .woo-products .woocommerce ul.products li.product .archive-image-wrap .product-action-wrap,
body ul.products.products-list-view li.product .archive-image-wrap .product-action-wrap {
	position: absolute;
	top: auto;
	bottom: 15px;
	left: 0;
	right: 0;
	margin-top: 0;
	z-index: 1;
	padding: 0 30px;
	opacity: 0;
	-khtml-opacity: 0;
	-webkit-opacity: 0;
	-moz-opacity: 0;
	transition: opacity .3s cubic-bezier(.17, .67, .35, .95);
}

body ul.products li.product:hover .archive-image-wrap .product-action-wrap,
body ul.products li.product:focus-within .archive-image-wrap .product-action-wrap,
body .woo-products .woocommerce ul.products li.product:hover .archive-image-wrap .product-action-wrap,
body ul.products.products-list-view li.product:hover .archive-image-wrap .product-action-wrap,
body ul.products.products-list-view li.product:focus-within .archive-image-wrap .product-action-wrap {
	opacity: 1;
	bottom: 15px;
}

/** Product add to cart **/

body .woocommerce.widget_shopping_cart .buttons a:not(.checkout),
body .woocommerce .widget_shopping_cart .buttons a:not(.checkout) {
	color: var(--e-global-color-thebase9);
	background-color: var(--e-global-color-thebase2);
}

body .woocommerce.widget_shopping_cart .buttons a:not(.checkout):hover,
body .woocommerce .widget_shopping_cart .buttons a:not(.checkout):hover {
	background: var(--e-global-color-thebase1);
	color: var(--global-palette-btn-hover);
}

.woocommerce ul.cart_list li .quantity,
.woocommerce ul.product_list_widget li .quantity {
	font-size: 15px !important;
	color: var(--global-palette2) !important;
}

.woocommerce ul.cart_list li .quantity,
.woocommerce ul.product_list_widget li .quantity .woocommerce-Price-amount.amount {
	font-weight: 600;
	color: var(--e-global-color-thebase1);
}

/* body .woocommerce ul.cart_list, body .woocommerce ul.product_list_widget {
	margin-bottom: 15px;
} */
body .woocommerce.widget_shopping_cart .total,
body .woocommerce .widget_shopping_cart .total {
	padding: 15px 0;
	border-color: var(--global-palette6);
}

body .woocommerce.widget_shopping_cart .cart_list li,
body .woocommerce .widget_shopping_cart .cart_list li {
	padding-bottom: 10px;
	margin-bottom: 10px;
	border: 0;
}

body .woocommerce ul.products li.product .product-details .woocommerce-loop-category__title {
	font-size: 14px;
	padding: 0;
	line-height: 20px;
}
body .woocommerce ul.products li.product:hover .woocommerce-loop-category__title {
	color: var(--e-global-color-thebase1);
}

/** Product other icons **/
.woocommerce ul.products li.product .archive-image-wrap .archive-extra-button-wrap {
	position: absolute;
	background-color: var(--e-global-color-thebase9);
	top: 10px;
	left: auto;
	right: 10px;
	z-index: 9;
	opacity: 0;
	-khtml-opacity: 0;
	-webkit-opacity: 0;
	-moz-opacity: 0;
	margin: auto;
	bottom: auto;
	display: flex;
	flex-direction: column;
	/*  transition: .3s;
    transform: translateX(10px) translateZ(0); */
}

.woocommerce ul.products li.product:hover .archive-image-wrap .archive-extra-button-wrap {
	opacity: 1;
	-khtml-opacity: 1;
	-webkit-opacity: 1;
	-moz-opacity: 1;
}

body .yith-wcwl-add-to-wishlist .yith-wcwl-add-button {
	display: inline-block;
	vertical-align: top;
	line-height: 18px;
	margin: 0;
	text-transform: capitalize;
}

.woocommerce ul.products li.product .yith-wcwl-add-button {
	width: 35px;
	height: 35px;
}

.yith-wcwl-wishlistexistsbrowse .feedback,
.yith-wcwl-wishlistaddedbrowse .feedback {
	display: none;
}

.woocommerce.compare-button a,
.woocommerce ul .button.yith-wcqv-button,
.woocommerce ul .yith-wcwl-add-to-wishlist a,
.woocommerce ul.products li.product .yith-wcwl-wishlistexistsbrowse a,
.woocommerce-page ul.products li.product .yith-wcwl-wishlistexistsbrowse a,
.woocommerce ul.products li.product .yith-wcwl-wishlistaddedbrowse a,
.woocommerce-page ul.products li.product .yith-wcwl-wishlistaddedbrowse a {
	border: 0 !important;
	background: none !important;
	color: var(--global-palette3);
	position: relative;
	font-size: 0;
	letter-spacing: 0;
	border-radius: 0;
	padding: 0;
	margin: 0;
	height: auto;
}

ul li .yith-wcwl-add-to-wishlist .add_to_wishlist::before,
.product .archive-extra-button-wrap a.button.yith-wcqv-button::before,
.product .archive-extra-button-wrap a.compare.button::before,
.woocommerce ul.products li.product .yith-wcwl-wishlistexistsbrowse a::before,
.woocommerce ul.products li.product .yith-wcwl-wishlistaddedbrowse a::before,
.product .archive-extra-button-wrap a.button.wp-element-button::before,
body .woocommerce .products a.added_to_cart.wc-forward::before,
.woocommerce ul.products li.product a.added_to_cart.wc-forward::before {
	mask-position: center;
	-webkit-mask-position: center;
	mask-repeat: no-repeat;
	-webkit-mask-repeat: no-repeat;
	content: "";
	position: relative;
	display: inline-block;
	height: 35px;
	width: 35px;
	padding: 5px 7px;
	vertical-align: top;
	background: var(--global-palette2);
	-webkit-margin-after: 0;
	margin-block-end: 0;
}

ul li .yith-wcwl-add-to-wishlist .add_to_wishlist:hover::before,
.product .archive-extra-button-wrap a.button.yith-wcqv-button:hover::before,
.product .archive-extra-button-wrap a.compare.button:hover::before,
.woocommerce ul.products li.product .yith-wcwl-wishlistexistsbrowse a:hover::before,
.woocommerce ul.products li.product .yith-wcwl-wishlistaddedbrowse a:hover::before,
.product .archive-extra-button-wrap a.button.wp-element-button:hover::before,
body .woocommerce .products a.added_to_cart.wc-forward:hover::before,
.woocommerce ul.products li.product a.added_to_cart.wc-forward:hover::before {
	background: var(--global-palette1);
}

ul li .yith-wcwl-add-to-wishlist .add_to_wishlist::after,
.product .archive-extra-button-wrap a.button.yith-wcqv-button::after,
.product .archive-extra-button-wrap a.compare.button::after,
.product .archive-extra-button-wrap a.button.wp-element-button::after,
body .woocommerce .products a.added_to_cart.wc-forward::after,
.woocommerce ul.products li.product a.added_to_cart.wc-forward::after {
	display: inline-block;
	content: "";
	position: absolute;
	width: 35px;
	height: 35px;
	z-index: -9;
	right: 0;
	left: auto;
	top: auto;
	bottom: auto;
	border-radius: 50px;
}

ul li .yith-wcwl-add-to-wishlist .add_to_wishlist::before {
	mask-image: url("assets/img/pro-wishlist.svg");
	-webkit-mask-image: url("assets/img/pro-wishlist.svg");
	mask-size: 18px;
	-webkit-mask-size: 18px;
}

.product .archive-extra-button-wrap a.compare.button::before {
	mask-image: url("assets/img/pro-compare.svg");
	-webkit-mask-image: url("assets/img/pro-compare.svg");
	mask-size: 20px;
	-webkit-mask-size: 20px;
}

body .woocommerce .products a.added_to_cart.wc-forward::before,
.woocommerce ul.products li.product a.added_to_cart.wc-forward::before {
	mask-image: url("assets/img/check.svg");
	-webkit-mask-image: url("assets/img/check.svg");
	mask-size: 24px;
	-webkit-mask-size: 24px;
}

.product .archive-extra-button-wrap a.button.yith-wcqv-button::before {
	mask-image: url("assets/img/quickview.svg");
	-webkit-mask-image: url("assets/img/quickview.svg");
	mask-size: 17px;
	-webkit-mask-size: 17px;
}

body .product .archive-extra-button-wrap a.button.wp-element-button,
body .product .archive-extra-button-wrap a.button.wp-element-button:hover,
body.woocommerce ul.products.woo-archive-btn-button .product .button.product_type_variable.add_to_cart_button,
body.woocommerce ul.products.woo-archive-btn-button .product .button.product_type_variable.add_to_cart_button,
body .woocommerce .products a.added_to_cart.wc-forward,
body.woocommerce a.added_to_cart,
.product .archive-extra-button-wrap a.button.wp-element-button {
	background: transparent;
	padding: 0;
	font-size: 0;
	width: auto;
	height: auto;
}

body.woocommerce ul.products.woo-archive-btn-button.products-list-view a.added_to_cart.wc-forward::before {
	display: none;
}

body.woocommerce ul.products.woo-archive-btn-button.products-list-view .button.product_type_variable.add_to_cart_button,
body.woocommerce ul.products.woo-archive-btn-button.products-list-view .added_to_cart.wc-forward {
	width: auto;
	color: var(--global-palette9);
	background: var(--global-palette1);
	font-weight: 500;
	font-size: 13px;
	line-height: 18px;
	letter-spacing: 1px;
	text-transform: uppercase;
	border-radius: 0px;
	padding: 16px 38px 16px 38px;
}

body.woocommerce ul.products.woo-archive-btn-button.products-list-view .button.product_type_variable.add_to_cart_button:hover,
body.woocommerce ul.products.woo-archive-btn-button.products-list-view .added_to_cart.wc-forward:hover {
	background: var(--global-palette2);
	text-decoration: none;
}

.product .archive-extra-button-wrap a.button.wp-element-button::before {
	mask-image: url("assets/img/addtocart.svg");
	-webkit-mask-image: url("assets/img/addtocart.svg");
	mask-size: 23px;
	-webkit-mask-size: 23px;
	display: flex;
}

.product .archive-extra-button-wrap a.button.wp-element-button.product_type_variable::before,
.product .archive-extra-button-wrap a.button.wp-element-button.product_type_grouped::before,
.product.outofstock .archive-extra-button-wrap a.button.wp-element-button:before {
	mask-image: url("assets/img/select-opt.svg");
	-webkit-mask-image: url("assets/img/select-opt.svg");
	mask-size: 18px;
	-webkit-mask-size: 18px;
}

.woocommerce .yith-wcwl-wishlistexistsbrowse a::before,
.woocommerce ul.products li.product .yith-wcwl-wishlistaddedbrowse a::before,
.woocommerce ul.products li.product .yith-wcwl-wishlistexistsbrowse a::before {
	mask-image: url("assets/img/browse-wishlist.svg");
	-webkit-mask-image: url("assets/img/browse-wishlist.svg");
	mask-size: 20px;
	-webkit-mask-size: 20px;
}

body .yith-wcwl-add-to-wishlist {
	margin-top: 0;
	display: inline-block;
}

body ul.products li.product .woocommerce.product .button.added {
	display: block;
	height: auto;
}

.wishlist_table tr td a.button.yith-wcqv-button {
	display: none;
	margin: 0;
	opacity: 0;
	-khtml-opacity: 0;
	-webkit-opacity: 0;
	-moz-opacity: 0;
}


body .elementor-element.category-page .woocommerce ul.products {
	/* grid-templa	te-columns: 1fr 1fr 1fr; */
}

/** Product **/
body .woocommerce ul.products li.product,
body.woocommerce ul.products li.product {
	padding: 0 15px;
	margin-bottom: 30px;
}

body .woocommerce ul.products,
body.woocommerce ul.products {
	gap: 0;
	margin: 0 -15px;
}

body.home .woo-carousel ul.products {
	display: flex !important;
}

/* body.home .woocommerce ul.products, body.home.woocommerce ul.products{
	display: flex !important;
} */
body.archive.content-style-unboxed.woocommerce ul.products.products-list-view li.product.content-bg.loop-entry .entry-content-wrap:not(.loop-entry) {
	padding: 45px 30px;
}

body.woocommerce ul.products.products-list-view li.product .product-excerpt p {
	overflow: hidden;
	text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-line-clamp: 2;
	-webkit-box-orient: vertical;
}
body.woocommerce div.product div.images.woocommerce-product-gallery {
	width: 42%;
}
body.woocommerce div.product div.summary {
	width: 55%;
}

body.woocommerce ul.products.products-list-view li.product .product-details .woocommerce-loop-product__title {
	font-size: 14px;
	padding: 13px 0 5px;
}

body .woocommerce ul.products li.product .entry-content-wrap,
body.woocommerce ul.products li.product .entry-content-wrap {
	padding: 20px 0 0;
	margin: 0;
	border-radius: 0;
	transition: none;
	text-align: center;
}

body .woocommerce ul.products li.product-category.product .entry-content-wrap {
	padding: 15px 0 10px;
}

body.woocommerce ul.products.products-list-view li.product .entry-content-wrap {
	text-align: left;
	background: none;
}

body .woocommerce ul.products li.product .product-details .price,
body.woocommerce ul.products li.product .product-details .price {
	padding: 0;
	clear: both;
	margin: 0;
}

body.woocommerce ul.products.products-list-view li.product .star-rating~.price {
	margin-top: 0;
	font-size: 17px;
}

/** Single Product page **/
.entry .summary .yith-wcwl-add-to-wishlist {
	width: auto;
	display: inline-block;
	vertical-align: top;
	line-height: 18px;
	padding-right: 20px;
	margin-right: 15px;
	border-inline-end: 1px solid var(--e-global-color-thebase3);
}

.entry .summary a.compare.button {
	display: inline-block;
	vertical-align: top;
	font-size: 14px;
	font-weight: 400;
	color: var(--global-palette1);
	background: transparent;
	text-decoration: underline;
	text-transform: capitalize;
	padding: 0;
	border: none;
	height: unset;
	cursor: pointer;
	letter-spacing: 0.5px;
}

.entry .summary a.compare.button:hover {
	color: var(--global-palette2);
}

.entry.product .summary .product_meta>span a:hover {
	color: var(--global-palette2);
}

.woocommerce-product-gallery .owl-theme .owl-buttons div.owl-prev {
	left: 0;
}

.woocommerce-product-gallery .owl-theme .owl-buttons div.owl-next {
	right: 0;
}

body .woocommerce .entry.product .summary p.price,
body.woocommerce .entry.product .summary p.price {
	margin: 8px 0 0;
	color: var(--global-palette1);
	font-weight: 600;
	font-size: 23px;
}
body .woocommerce div.product span.price ins, body .woocommerce div.product p.price ins {
	font-weight: 600;
}

body.woocommerce .entry.product .woocommerce-product-gallery {
	margin-bottom: 3em;
}

body.woocommerce div.product form.cart .variations td,
body.woocommerce div.product form.cart .variations th {
	padding: 0;
	text-align: left;
}

body.woocommerce .woocommerce-product-details__short-description {
	margin-bottom: 1.5em;
	border-bottom: 1px solid #e5e5e5;
}

.variations_form tr {
	margin: 20px 0 0;
	display: block;
}

.variations_form tr:first-child {
	margin-top: 0;
}

body.woo-variation-swatches.wvs-show-label .variations td .woo-selected-variation-item-name,
body.woo-variation-swatches.wvs-show-label .variations td label,
body.woo-variation-swatches.wvs-show-label .variations th .woo-selected-variation-item-name,
body.woo-variation-swatches.wvs-show-label .variations th label {
	color: var(--global-palette1);
	font-weight: 500;
}

.woocommerce div.product form.cart .variations .reset_variations {
	font-size: 15px;
	font-weight: normal;
	padding: 3px 0;
	text-decoration: none;
	position: relative;
	margin: 5px;
}

.woocommerce div.product form.cart .variations .reset_variations::before {
	display: inline-block;
	font-family: fontawesome;
	font-weight: normal;
	font-style: normal;
	letter-spacing: normal;
	text-rendering: auto;
	content: '\f05c';
	margin-inline-end: 5px;
	vertical-align: top;
}

body.woocommerce #content div.product .stock,
body.woocommerce div.product .stock,
body .woocommerce div.product .stock,
body.woocommerce-page #content div.product .stock,
body.woocommerce-page div.product .stock {
	color: #008000;
	font-weight: 500;
	font-size: 16px !important;
	padding: 0 0 5px;
	display: block;
	clear: both;
}

span.soldout {
	position: absolute;
	right: auto;
	display: table;
	font-size: 12px;
	font-weight: 600;
	text-transform: uppercase;
	color: #f00;
	z-index: 2;
	letter-spacing: 1px;
	line-height: 19px;
	left: 15px;
	top: 15px;
	-webkit-transition: all 500ms ease 0s;
	-moz-transition: all 500ms ease 0s;
	-o-transition: all 500ms ease 0s;
	transition: all 500ms ease 0s;
	padding: 0;
	border-bottom: 1px solid #f00;
	opacity: 1;
}

.woocommerce ul.products li.product:hover span.soldout {
	opacity: 0;
	left: 0px;
}

body.woocommerce div.product .woocommerce-product-rating {
	margin-bottom: 0;
}

.entry.product .summary .yith-wcwl-wishlistexistsbrowse a::before {
	display: none;
}

body.woocommerce div.product div.images .flex-control-thumbs li img {
	opacity: 1;
	border: 1px solid var(--e-global-color-thebase6);
	margin: 0 5px;
}

body.woocommerce ul.products.products-list-view li.product .product-excerpt {
	margin-top: 10px;
}

body .entry .yith-wcwl-add-to-wishlist .yith-wcwl-add-button i.yith-wcwl-icon.fa.fa-heart-o {
	display: none;
}

body.woocommerce div.product .woocommerce-tabs ul.tabs::before {
	display: none;
}


/** Product Tab **/
.entry-content-wrap .woocommerce form .form-row label,
.woocommerce div.product .summary .product_meta>span {
	color: var(--global-palette2);
}

.woocommerce div.product .summary .product_meta>span a:hover {
	color: var(--global-palette1);
}

.woocommerce div.entry.product .woocommerce-tabs ul.tabs li.active a,
body .site-footer-wrap .rss-date,
body .site-footer-wrap cite,
.site-footer-wrap .widget_calendar th {
	color: var(--global-palette9);
}

.woocommerce div.entry.product .woocommerce-tabs ul.tabs li a {
	padding: 4px 27px;
	text-align: center;
}

body .woocommerce.widget_price_filter .ui-slider .ui-slider-handle,
body .woocommerce span.onsale,
.woocommerce div.entry.product .woocommerce-tabs ul.tabs li.active,
.woocommerce div.entry.product .woocommerce-tabs ul.tabs li.active:hover {
	background-color: var(--global-palette1);
}

body .woocommerce.widget_price_filter .ui-slider .ui-slider-range {
	background-color: var(--e-global-color-thebase5);
}

body .pagination .current,
body.woocommerce nav.woocommerce-pagination ul li span.current,
body.woocommerce div.product .woocommerce-tabs ul.tabs li.active,
body.woocommerce nav.woocommerce-pagination ul li:hover .page-numbers {
	background: var(--global-palette1);
	color: var(--global-palette9);
}

body.woocommerce div.product .woocommerce-tabs ul.tabs li:first-child {
	margin-inline-start: 0;
}

.woocommerce div.entry.product .woocommerce-tabs ul.tabs li,
.woocommerce div.entry.product .woocommerce-tabs ul.tabs li:hover {
	border: none;
	border-radius: 0;
	background-color: var(--global-palette9);
}

body.woocommerce ul.products li.product .price del,
body .woocommerce ul.products li.product .price del {
	opacity: 0.7;
	font-weight: 400;
	font-size: 15px;
}

body .woocommerce ul.products li.product .price ins,
body.woocommerce ul.products li.product .price ins {
	font-weight: 600;
}

.woocommerce .single-product-extras ul .thebase-svg-iconset svg {
	fill: var(--e-global-color-thebase1);
}

body #primary .product.type-product .summary .yith-wcwl-add-button a,
body #primary .product.type-product .summary .yith-wcwl-wishlistaddedbrowse a,
body #primary .product.type-product .summary .yith-wcwl-wishlistexistsbrowse a,
body #primary .product.type-product .summary a.compare {
	text-decoration: underline;
	text-transform: capitalize;
	font-family: var(--global-body-font-family);
	color: var(--global-palette2);
}

body #primary .product.type-product .summary .yith-wcwl-add-button a:hover,
body #primary .product.type-product .summary .yith-wcwl-wishlistaddedbrowse a:hover,
body #primary .product.type-product .summary .yith-wcwl-wishlistexistsbrowse a:hover,
body #primary .product.type-product .summary a.compare:hover {
	text-decoration: none;
}


.woocommerce div.entry.product .woocommerce-tabs ul.tabs li.active a,
.woocommerce div.entry.product .woocommerce-tabs ul.tabs li a:hover {
	color: var(--global-palette9);
	background-color: var(--global-palette1);
	border-color: var(--global-palette2);
}

.single-product div.product .woocommerce-tabs ul.tabs {
	text-align: center;
}

body .site-footer-wrap .rss-date,
body .site-footer-wrap cite,
.site-footer-wrap .widget_calendar th {
	color: var(--global-palette9);
}

.widget .product_list_widget li>span,
.widget .product_list_widget li a,
body.woocommerce div.product .woocommerce-tabs ul.tabs,
.widget.widget_recent_comments ul li>span,
.widget.widget_recent_comments ul li a,
.widget.widget_rss ul li>span,
.widget.widget_rss ul li a,
.widget .widgets-blog-posts li>span,
.widget .widgets-blog-posts li a,
.widget .wp-block-latest-comments li>span,
.widget .wp-block-latest-comments li a,
.widget .wp-block-latest-posts li>span,
.widget .wp-block-latest-posts li a,
body.woocommerce table.shop_attributes td p,
body.woocommerce-cart .wc-proceed-to-checkout {
	padding: 0;
}

body.woocommerce #reviews #comments h2 {
	font-weight: 600;
}

.woocommerce div.entry.product .woocommerce-tabs ul.tabs li a {
	padding: 5px 27px;
	text-align: center;
	text-transform: uppercase;
	font-weight: 500;
	color: var(--global-palette9);
	border: 0;
	border-bottom: 0;
	border-radius: 0;
	background-color: var(--global-palette2);
}

.wp-block-quote,
blockquote {
	-webkit-padding-start: 1em;
	padding-inline-start: 1em;
	border-left: 4px solid var(--global-palette3);
	background-color: var(--global-palette8);
	padding: 2em;
	margin: 1.5em 0;
}

.entry-related .loop-entry .entry-content-wrap {
	padding: 1em 0;
}

.entry-author-style-center .entry-author-profile {
	text-align: center;
	border: 1px solid var(--global-gray-400);
	padding: var(--global-sm-spacing);
}

.entry-author-style-center .entry-author-avatar {
	position: relative;
	margin-bottom: 1em;
	margin-top: -80px;
	background: var(--e-global-color-thebase9);
	display: inline-block;
	padding-inline: 15px;
}

.widget .tagcloud a,
.widget .widget_product_tag_cloud a,
.widget .wp-block-tag-cloud a,
.entry-author-style-center .entry-author-name {
	font-size: inherit !important;
	display: block;
}

.entry-author-style-center {
	padding-top: 50px;
}

.wpcf7 .screen-reader-response {
	position: absolute;
	overflow: hidden;
	clip: rect(1px, 1px, 1px, 1px);
	clip-path: inset(50%);
	height: 1px;
	width: 1px;
	margin: -1px;
	padding: 0;
	border: 0;
	word-wrap: normal !important;
}

.wpcf7-form>div {
	margin-block: 10px;
}

.contact-cols {
	display: flex;
	grid-column-gap: 24px;
	-moz-column-gap: 24px;
	column-gap: 24px;
}

.wpcf7 label {
	padding-block: 0px;
	display: block;
	color: var(--global-palette2);
	font-weight: 500;
}

.wpcf7 .wpcf7-submit,
.wpcf7 input {
	display: block;
	width: 100%;
}

textarea.wpcf7-form-control.wpcf7-textarea {
	height: 150px;
}

.woocommerce-cart .woocommerce-cart-form table.cart td.actions .coupon .input-text {
	height: 45px;
	margin-inline-end: 15px;
}

body .woocommerce .cart-empty.woocommerce-info {
	font-size: 30px;
	font-weight: 500;
	text-transform: capitalize;
	color: var(--global-palette1);
}

/** End comman css **/

/** header contact **/
.element-contact-inner-wrap {
	font-size: 15px;
	letter-spacing: 0.3px;
}

.element-contact-inner-wrap .thebase-svg-iconset {
	display: none;
}

.element-contact-inner-wrap .header-contact-item {
	border-right: 1px solid #e6e6e6;
	padding-inline-end: 15px;
	padding-block-start: 7px;
	padding-block-end: 7px;
}

.element-contact-inner-wrap .header-contact-item:last-child {
	border-right: none;
	padding-inline-end: 0;
}

body .header-account-button>.thebase-svg-iconset {
	display: flex;
}

/** header navigation **/
body .header-navigation[class*="header-navigation-style-underline"] .header-menu-container>ul>li>a::after {
	bottom: auto;
	top: 0;
}

/* .site-main-header-wrap .header-navigation .header-menu-container ul ul li.menu-item, .single-product #main-header, .single-product #mobile-header,  */
body .comment-body {
	border-bottom: 1px solid var(--global-palette6);
}

.header-navigation .header-menu-container ul ul li.menu-item>a {
	padding-inline-start: 20px;
}

/** footer **/
.site-footer-middle-section-1 .wp-block-image img {
	max-width: 243px;
	width: 100%;
}

.footer-widget-area .tnp.tnp-subscription-minimal .tnp-email {
	border: none;
	height: 50px;
	width: 315px;
	padding-inline-start: 20px;
}

.site-footer .widget-area .widget-title {
	margin-bottom: 0;
}

.site-middle-footer-inner-wrap .widget-area .widget-title {
	margin-bottom: 30px;
}

.site-footer-wrap .site-top-footer-inner-wrap .footer-widget-area-inner .widget.widget_block+.widget.widget_block {
	float: right;
	width: 48%;
	margin-bottom: 0;
}

.site-footer-wrap .site-top-footer-inner-wrap .footer-widget-area-inner .widget.widget_block .wp-block-columns {
	margin-bottom: 0;
}

.site-footer-wrap .site-top-footer-inner-wrap .footer-widget-area-inner .widget.widget_block {
	float: left;
	text-align: left;
	margin-bottom: 0;
}

.site-footer-top-section-1 .wp-block-group__inner-container p {
	margin: 0 0 5px;
}

.site-footer .widget_block .wp-block-tnp-minimal p {
	margin-bottom: 25px;
	line-height: 28px;
}

.payment-icon.wp-block-gallery.has-nested-images figure.wp-block-image:not(#individual-image) {
	width: auto;
	flex-grow: unset;
	margin-block: 0;
}

.wp-block-gallery.has-nested-images.payment-icon {
	justify-content: flex-end;
}

.site-bottom-footer-inner-wrap .footer-widget-area {
	align-items: center;
}

.site-bottom-footer-wrap {
	border-top: 1px solid #292929;
}

.site-top-footer-inner-wrap .widget-area .widget-title.information:after {
	margin: 10px 0 20px;
}

.tnp.tnp-subscription-minimal {
	display: block;
	width: 100%;
	position: relative;
}

.tnp.tnp-subscription-minimal form {
	display: block;
}

.tnp.tnp-subscription-minimal form .tnp-submit {
	position: relative;
	display: block;
	cursor: pointer;
	margin: 15px 0 0;
	padding: 16px 34px 16px 34px;
}

.tnp.tnp-subscription-minimal form .tnp-submit:hover {
	background-color: var(--global-palette9);
	color: var(--global-palette2);
}

.social-button .thebase-svg-iconset svg {
	height: 16px;
	width: 16px;
}

body .site-footer .site-footer-wrap .site-footer-section .footer-social-wrap .social-button {
	margin: 0 10px 0 0;
	height: 38px;
	width: 38px;
}

body .site-footer .site-footer-wrap .site-footer-section .footer-social-wrap .social-button:last-child {
	margin: 0;
}

.site-footer .widget_block p {
	margin: 0 0 15px;
}

.site-footer .widget_block p.address {
	line-height: 26px;
	margin: 0 0 10px;
	background: url("assets/img/location.png") no-repeat 0 2px;
	padding-inline-start: 35px;
}

.site-footer .widget_block p.call {
	background: url("assets/img/call.png") no-repeat 0 2px;
	padding-inline-start: 35px;
}

.site-footer .widget_block p.fax {
	background: url("assets/img/fax.png") no-repeat 0 2px;
	padding-inline-start: 35px;
}

.site-footer .widget_block p.email {
	background: url("assets/img/mail.png") no-repeat 0 2px;
	padding-inline-start: 25px;
	margin-bottom: 30px;
}

.site-footer p.footer-info {
	margin: 15px 0 25px;
	width: 70%;
}

.site-footer-middle-section-2 .widget li,
.site-footer-middle-section-3 .widget li {
	line-height: 38px;
	padding: 0;
}

/** Tab **/
.elementor-tab-content .elementor-button-wrapper {
	margin-top: 45px;
}

.elementor-tab-content .tab-left-part,
.tab-left-part {
	width: auto;
	float: left;
	margin-inline-end: 75px;
}

.elementor-tab-content .tab-left-part-2 {
	width: auto;
	float: right;
	margin-inline-start: 75px;
}

.elementor-widget-tabs.cat-tab .elementor-tab-desktop-title {
	padding: 16px 29px;
}

.elementor-tab-content .tab-right-part,
.elementor-tab-content .tab-right-part-2,
.tab-right-part {
	overflow: hidden;
	display: inline-block;
	vertical-align: top;
	width: 36%;
	margin-top: 62px;
}

.site-footer .widget-area .wp-block-column p,
body .single-content h2 {
	margin-top: 0;
}

.site-footer-row .site-footer-section .app-img {
	padding: 23px 23px;
	border-radius: 5px;
	margin-bottom: 0;
	text-align: left;
}

.elementor-widget-tabs.cat-tab h2 {
	margin-bottom: 30px;
}

/** .tm_piechart**/
.tmchat_wrapper canvas {
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: auto;
}

.percent {
	display: flex;
	justify-content: center;
	min-height: 130px;
	font-size: 30px;
	align-items: center;
	max-width: 130px;
	font-weight: 500;
}

.percent::after {
	content: "%";
	margin-left: 0.1em;
	font-size: 0.8em;
}

.tm_piechart .chart_bottom {
	margin-top: 25px;
}

.chart_top .percent {
	color: var(--global-palette3) !important;
}

.tm_piechart .chart_title {
	letter-spacing: 0.4px;
}

/** blog **/
.loop-entry .entry-header h4.entry-title {
	margin-bottom: 8px;
}

.loop-entry .entry-content-wrap .entry-header .entry-meta {
	margin: 0 0 5px;
}

body .site .post-thumbnail.article-post-thumbnail {
	padding-bottom: 47%;
}

body .loop-entry .entry-header .entry-title {
	margin: 0 0 5px 0;
	letter-spacing: 0.3px;
	font-size: 17px;
}

body .loop-entry .entry-header .entry-title a {
	overflow: hidden;
	text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-line-clamp: 1;
	-webkit-box-orient: vertical;
}

.blog .loop-entry .entry-content-wrap {
	padding-top: 20px;
}

.blog .entry-header {
	margin-bottom: 0;
}

.blog .entry-content-wrap .post-description {
	overflow: hidden;
	text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-line-clamp: 2;
	-webkit-box-orient: vertical;
}

.author .loop-entry .entry-content-wrap,
.search-archive .loop-entry .entry-content-wrap {
	padding-top: 15px;
}

.search article.entry {
	background: var(--global-palette9);
	/* box-shadow: 0px 15px 25px -10px rgba(0, 0, 0, 0.05); */
	padding: 15px;
	border: 1px solid #e5e5e5;
}

.search .pagination .page-numbers.dots {
	background-color: transparent;
	color: var(--e-global-color-thebase2);
}


.woocommerce ul.products.woo-archive-action-on-hover li.product .product-action-wrap a,
body a.post-more-link {
	font-weight: 500;
	font-size: 12px;
}

body .comment-navigation a:hover,
body .post-navigation a:hover,
.woocommerce ul.products.woo-archive-action-on-hover li.product .product-action-wrap a:hover,
.comment-reply-title #cancel-comment-reply-link,
body a.post-more-link:hover {
	color: var(--global-palette2);
}

body .woocommerce .quantity .qty {
	height: 46px;
}

.wp-block-search .wp-block-search__input {
	border-color: var(--e-global-color-thebase6);
	border-radius: 0;
}

body .wp-block-search .wp-block-search__button {
	padding: 10px;
	margin: 0;
	border-left: 0;
}

body .wp-block-search .wp-block-search__button:hover {
	color: var(--global-palette-btn-hover);
	background: var(--global-palette1);
	border-color: var(--global-palette1);
}

body .comment-form .comment-input-wrap p label,
body .comment-form p.comment-form-float-label label {
	color: var(--global-palette5);
}

body.woocommerce table.shop_attributes tr:nth-child(2n) td,
body.woocommerce table.shop_attributes tr:nth-child(2n) th {
	background: var(--global-palette9);
}

.widget .product_list_widget li,
.widget.widget_recent_comments ul li,
.widget.widget_rss ul li,
.widget .widgets-blog-posts li,
.widget .wp-block-latest-comments li,
.widget .wp-block-latest-posts li {
	padding-block: 4px;
	margin-block: 6px;
	clear: both;
	overflow: hidden;
}

.primary-sidebar.widget-area .widget .wp-block-latest-posts li a.wp-block-latest-posts__post-title {
	color: var(--global-palette2);
	overflow: hidden;
	font-weight: 500;
	text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-line-clamp: 1;
	-webkit-box-orient: vertical;
}

.primary-sidebar.widget-area .widget .wp-block-latest-posts li a.wp-block-latest-posts__post-title:hover {
	color: var(--global-palette2);
}

body .primary-sidebar.widget-area .widget {
	background-color: #fff;
	padding: 25px;
	border: 1px solid var(--e-global-color-thebase6);
}

.widget_block .wp-block-search__label {
	font-weight: 600;
	font-size: 19px;
	line-height: 38px;
	text-transform: capitalize;
	color: var(--global-palette3);
}

.primary-sidebar .wp-block-search__button-outside .wp-block-search__inside-wrapper {
	margin: 15px 0 0 0;
}

.woocommerce.widget_product_categories>ul.product-categories li .thebase-cat-toggle-sub,
.woocommerce .cart-collaterals table.shop_table,
body .entry-author-style-center {
	border: none;
}

/* .post-thumbnail-inner {
	margin-bottom: 10px;
} */
body .thebase-product-toggle-container .thebase-toggle-shop-layout {
	color: #66666678;
	border-color: #66666678;
}

body .thebase-product-toggle-container .thebase-toggle-shop-layout.toggle-active,
body .thebase-product-toggle-container .thebase-toggle-shop-layout:hover {
	color: var(--global-palette1);
	border-color: var(--global-palette1);
}

.woocommerce ul.products.woo-archive-action-on-hover li.product .product-action-wrap a {
	color: var(--global-palette3);
}

body a.post-more-link,
body a.button.post-more-link:visited {
	color: var(--global-palette1);
	text-decoration: underline;
	background: transparent;
	padding: 0;
	margin-top: 10px;
}

body a.post-more-link:hover,
body a.button.post-more-link:hover:visited {
	text-decoration: none;
	background: transparent;
}

.elementor-tab-content .left-img,
.single-post .single-content figure,
.elementor-tab-content .right-img,
body.woocommerce-cart .wc-proceed-to-checkout a.checkout-button,
.single-post .elementor-element .elementor-widget-container .tab-left-part img {
	margin: 0;
}

.cross-sells>h2,
.single.woocommerce section.products>h2,
.site .entry-related h2,
.elementor-tabs .elementor-tab-title,
.cms_banner .elementor-column,
.cms_banner .elementor-section {
	text-align: center;
}

.search-form .search-submit[type="submit"]:hover,
.search-form .search-submit[type="submit"]:focus {
	color: transparent;
	background: transparent;
	box-shadow: none;
}

body .wp-block-latest-posts__post-author {
	color: var(--global-palette5);
}

body .wp-block-latest-posts__post-date {
	color: var(--global-palette1);
	font-weight: 500;
}

body .post-archive .entry.loop-entry .entry-summary,
body .post-archive .entry.loop-entry .entry-header,
.entry.loop-entry .entry-summary p {
	margin: 0;
}

.entry-related-inner .entry.content-bg.loop-entry.post {
	background: transparent;
}

/** video-cms **/
body .elementor .elementor-element.elementor-widget-video .elementor-wrapper {
	aspect-ratio: unset;
}

body .elementor .elementor-element.elementor-widget-video .elementor-custom-embed-play svg {
	opacity: 1;
}

body .elementor .elementor-element.elementor-widget-video .elementor-custom-embed-play {
	top: 66%;
}

/** testimonial **/
body .elementor-testimonial-wrapper .elementor-testimonial-meta.elementor-testimonial-image-position-top .elementor-testimonial-image {
	display: flex;
	justify-content: center;
}

.testimonial-carousel .owl-controls {
	text-align: center;
	clear: both;
	line-height: 13px;
	padding-top: 30px;
}

.elementor-testimonial-wrapper .elementor-testimonial-content:before {
	content: "";
	background-image: url(assets/img/quote.svg);
	-webkit-background-image: url(assets/img/quote.svg);
	background-size: 40px;
	-webkit-background-size: 40px;
	background-position: center;
	-webkit-background-position: center;
	background-repeat: no-repeat;
	-webkit-background-repeat: no-repeat;
	position: absolute;
	display: inline-block;
	height: 40px;
	width: 40px;
	vertical-align: top;
	-webkit-margin-end: 5px;
	margin-inline-end: 5px;
	left: 58px;
	right: auto;
	top: 40px;
	bottom: auto;
}


.owl-controls .owl-pagination .owl-page {
	margin: 0px 2px;
	display: inline-block;
	zoom: 1;
	cursor: pointer;
}

.owl-controls .owl-pagination .owl-page:hover span,
.owl-controls .owl-pagination .owl-page.active span {
	border-color: var(--global-palette1);
	background: var(--global-palette1);
	-webkit-transition: all 500ms ease 0s;
	-moz-transition: all 500ms ease 0s;
	-o-transition: all 500ms ease 0s;
	transition: all 500ms ease 0s;
}

.owl-controls .owl-pagination .owl-page span {
	width: 11px;
	height: 11px;
	display: block;
	background: var(--global-palette2);
	cursor: pointer;
	margin: 2px;
	text-indent: -9999px;
	-webkit-transition: transform 0.3s cubic-bezier(0.7, -0.2, 0.3, 2.5), color 0.15s ease-out;
	-moz-transition: transform 0.3s cubic-bezier(0.7, -0.2, 0.3, 2.5), color 0.15s ease-out;
	-o-transition: transform 0.3s cubic-bezier(0.7, -0.2, 0.3, 2.5), color 0.15s ease-out;
	transition: transform 0.3s cubic-bezier(0.7, -0.2, 0.3, 2.5), color 0.15s ease-out;
	-webkit-transform: scale(1);
	-ms-transform: scale(1);
	transform: scale(1);
	-webkit-border-radius: 50%;
	-moz-border-radius: 50%;
	-ms-border-radius: 50%;
	-o-border-radius: 50%;
	border-radius: 50%;
}

.grid-cols.search-archive {
	column-gap: 2rem;
}

.search-archive .entry-header {
	margin-top: 1em;
	margin-bottom: 0;
}

body.woocommerce .woocommerce-message,
body.woocommerce .woocommerce-error,
body.woocommerce .woocommerce-info {
	color: var(--global-palette1);
}

body .entry-tags a.tag-link {
	border-radius: 0;
}

body .entry-tags a.tag-link:hover {
	background: var(--global-palette-btn-bg-hover);
	color: var(--global-palette-btn-hover);
	border-color: var(--global-palette-btn-bg-hover);
}

body .trending-btn .elementor-button-wrapper .elementor-button {
	padding: 13px 35px;
	font-size: 16px;
	line-height: 16px;
}

.site .content-container .alignwide {
	padding-left: var(--global-sm-spacing);
	padding-right: var(--global-sm-spacing);
	margin: 0;
	width: auto;
}

body.woocommerce #reviews #comments ol.commentlist li .comment-text p.meta,
body.woocommerce #reviews #comments ol.commentlist li .meta {
	color: var(--global-palette3);
	font-size: 1em;
}

#yith-quick-view-modal #yith-quick-view-content h1.product_title.entry-title {
	text-align: left;
}

body .elementor .elementor-element.port-icon-list .elementor-icon-list-items li {
	justify-content: flex-start;
}

body .woocommerce form .form-row .button,
body .woocommerce #payment #place_order,
body.woocommerce-cart .wc-proceed-to-checkout a.checkout-button {
	padding: 16px 28px 16px 28px;
}

body.woocommerce-cart .wc-proceed-to-checkout a.checkout-button {
	font-size: 14px;
}

body .woocommerce .woocommerce-message,
body .woocommerce .woocommerce-error,
body .woocommerce .woocommerce-info {
	background-color: var(--global-palette8);
	color: var(--global-palette2);
}

.comment-form label {
	color: var(--e-global-color-thebase2);
	font-weight: 500;
}

body.woocommerce-cart table.cart td.actions .button {
	padding: 3px 28px;
	height: auto;
}

form.checkout #customer_details {
	padding: 30px;
	border: 1px solid var(--e-global-color-thebase6);
}

/** Responcive **/

@media screen and (min-width: 1025px) {
	body.has-sidebar.has-left-sidebar .content-container {
		grid-gap: var(--global-lg-spacing);
	}
}

@media screen and (max-width: 1600px) {
	.owl-theme .owl-buttons div.owl-prev::after {
		left: 20px;
	}

	.owl-theme .owl-buttons div.owl-next::after {
		right: 20px;
	}

	.category-carousel.owl-theme .owl-buttons div.owl-prev::after {
		left: 0px;
	}

	.category-carousel.owl-theme .owl-buttons div.owl-next::after {
		right: 0px;
	}
}

@media screen and (max-width: 1500px) {
	body p.woocommerce-store-notice.demo_store {
		padding: 7px 3.4rem;
	}
}


@media (max-width: 1366px) and (min-width: 1025px) {
	body .site-main-header-wrap .site-header-row-container-inner>.site-container {
		padding: 0px 21px 0px 21px;
	}
}

@media (max-width: 1025px) and (min-width: 768px) {

	body .woocommerce ul.products.grid-lg-col-5,
	body.woocommerce ul.products.grid-lg-col-5 {
		grid-template-columns: 1fr 1fr 1fr 1fr;
	}
}

@media (min-width: 1367px) {
	body.woocommerce ul.products.products-list-view li.product {
		grid-template-columns: 0.65fr 2fr;
		align-items: flex-start;
	}

}

@media screen and (max-width: 1366px) {

	.elementor-tab-content .tab-left-part,
	.tab-left-part {
		width: 50%;
		float: left;
		margin-inline-end: 40px;
	}

	.elementor-tab-content .tab-right-part,
	.elementor-tab-content .tab-right-part-2,
	.tab-right-part {
		width: 45%;
		margin-top: 0px;
	}

	.elementor-tab-content .tab-left-part-2 {
		width: 50%;
		float: right;
		margin-inline-start: 40px;
	}

	body .site-top-footer-inner-wrap {
		grid-column-gap: 0;
	}

	body .elementor .elementor-element.elementor-widget-video .elementor-custom-embed-play {
		top: 77%;
	}

	.elementor-testimonial-wrapper .elementor-testimonial-content:before {
		background-size: 25px;
		-webkit-background-size: 25px;
		height: 30px;
		width: 30px;
		left: 35px;
		top: 23px;
	}

	body.woocommerce ul.products.products-list-view li.product {
		grid-template-columns: 1fr 2fr;
		align-items: flex-start;
	}

	body .elementor-element.title-divider .elementor-icon svg {
		margin-bottom: 20px;
	}
}

@media screen and (max-width: 1200px) {
	body p.woocommerce-store-notice.demo_store {
		padding: 7px 1.5rem;
	}

	.footer-widget-area .tnp.tnp-subscription-minimal .tnp-email {
		width: 285px;
	}

	.site-footer p.footer-info {
		width: 90%;
	}

	.site-footer-middle-section-1 .wp-block-image img {
		max-width: 220px;
	}

	body.archive.content-style-unboxed.woocommerce ul.products.products-list-view li.product.content-bg.loop-entry .entry-content-wrap:not(.loop-entry) {
		padding-top: 15px;
		padding-bottom: 15px;
		padding-inline-start: 20px;
		padding-inline-end: 10px;
	}
}


@media screen and (max-width: 1024px) {
	body p.woocommerce-store-notice.demo_store {
		padding: 7px 1.2rem;
	}

	#mobile-drawer.popup-drawer .drawer-inner {
		max-width: 320px;
	}

	.site-footer .widget_block .wp-block-tnp-minimal p {
		margin: 5px 0 15px;
	}

	.site-footer-middle-section-2 .wp-block-group,
	.site-footer-middle-section-3 .wp-block-group {
		padding: 0;
	}

	body .category-carousel h4 {
		margin: 1em 0 0em 0;
	}

	footer .wp-block-group .widget-title.block-tnp-minimal::before {
		display: none;
	}

	.site-footer .widget-area .widget-title {
		margin-bottom: 0px;
	}

	footer .wp-block-group .toggled-on .wp-block-group,
	footer .wp-block-group .toggled-on>ul,
	footer .wp-block-group .toggled-off .wp-block-columns {
		display: block;
	}

	footer .wp-block-group .toggled-off .wp-block-group,
	footer .wp-block-group .toggled-off>ul,
	footer .wp-block-group .toggled-off .wp-block-columns,
	footer .wp-block-group .toggled-off>p,
	footer .wp-block-group .toggled-off>h3,
	footer .wp-block-group .toggled-off>.footer_cms {
		display: none;
	}

	footer .wp-block-group .widget-title {
		padding: 0 0 0px;
		margin: 0;
	}

	footer .wp-block-group .widget-title,
	footer .widget_newsletterwidget .widget-title {
		cursor: pointer;
		position: relative;
	}

	footer .wp-block-group .toggled-on .wp-block-group,
	footer .wp-block-group .toggled-on>ul,
	footer .widget_newsletterwidget.toggled-on .newsletter-dec {
		padding-block: 5px;
	}

	.wp-block-group.Widget-desc {
		max-width: inherit;
	}

	footer .wp-block-group .toggled-on .wp-block-columns,
	footer .wp-block-group .toggled-on .wp-block-group,
	footer .footer-widget-area-inner .toggled-on .widget_block {
		display: block;
		margin-bottom: 0;
	}

	footer .widget_newsletterwidget.toggled-on .newsletter-dec {
		padding-top: 10px;
	}

	.footer-social-wrap {
		text-align: left;
		margin: 10px 0 20px;
	}

	.site-footer p.footer-info {
		width: 100%;
	}

	.site-footer-wrap .site-top-footer-inner-wrap .footer-widget-area-inner .widget.widget_block {
		float: none;
	}

	.site-footer-wrap .site-top-footer-inner-wrap .footer-widget-area-inner .widget.widget_block+.widget.widget_block {
		float: left;
		width: 80%;
	}

	footer .wp-block-group .widget-title::before {
		content: "\f107";
		position: absolute;
		right: 0;
		font-family: FontAwesome;
		font-size: 20px;
		top: 1px;
		bottom: 0;
		height: 20px;
		width: 20px;
		text-align: center;
		z-index: 9;
		margin: 0 auto;
		line-height: 20px;
	}

	.site-middle-footer-wrap .widget.widget_block .footer_cms {
		margin-top: 20px;
	}

	.site-footer-wrap .site-top-footer-inner-wrap .footer-widget-area-inner .widget.widget_block+.widget.widget_block .wp-block-column {
		flex-basis: min-content !important;
	}

	.site-footer-middle-section-1 {
		border-right: 0;
		padding-right: 0%;
		margin-right: 0%;
	}

	.site-top-footer-inner-wrap .widget-area .widget-title:after {
		display: none;
	}

	body .site-top-footer-inner-wrap {
		grid-row-gap: 10px;
	}

	.footer-html .footer-html-inner {
		text-align: center;
	}

	.wp-block-gallery.has-nested-images.payment-icon {
		justify-content: center;
	}

	.woocommerce-checkout .woocommerce form.checkout_coupon,
	.woocommerce-checkout .woocommerce form.login {
		width: 100%;
	}

	.primary-sidebar .thebase-hide-sidebar-btn,
	.thebase-show-sidebar-btn {
		display: flex;
	}

	.primary-sidebar.active {
		transform: translateX(0);
	}

	.primary-sidebar {
		transform: translateX(-100%);
		width: 320px;
		right: auto;
		left: 0;
		top: 0;
		overflow: auto;
		bottom: 0;
		position: fixed;
		box-shadow: 0 0 2rem 0 rgba(0, 0, 0, .1);
		display: flex;
		flex-direction: column;
		transition: all .3s ease-in-out;
		z-index: 99999;
		padding-inline: 20px;
		padding-block: 0;
		background-color: #fff;
	}

	.primary-sidebar.widget-area .sidebar-inner-wrap {
		padding: 0 20px 20px 20px;
		background-color: var(--e-global-color-thebase8);
	}

	.primary-sidebar .thebase-hide-sidebar-btn,
	.thebase-show-sidebar-btn {
		display: flex;
	}

	.primary-sidebar .thebase-hide-sidebar-btn .thebase-svg-iconset svg {
		width: 1.6em;
		height: auto;
		cursor: pointer;
	}

	.single-product.woocommerce div.product form.cart div.quantity {
		margin-bottom: 10px;
	}

	.elementor-tab-content .tab-left-part,
	.tab-left-part {
		width: 100%;
		float: left;
		margin-inline-end: 0;
	}

	.elementor-tab-content .tab-right-part,
	.elementor-tab-content .tab-right-part-2,
	.tab-right-part {
		width: 100%;
		margin-top: 30px;
	}

	.elementor-tab-content .tab-left-part-2 {
		width: 100%;
		float: right;
		margin-inline-start: 0;
	}

	.elementor-tab-content .elementor-button-wrapper {
		margin-top: 25px;
	}

	.elementor-widget-tabs.cat-tab h2 {
		margin-bottom: 15px;
	}

	.elementor-tab-content .tab-left-part,
	.tab-left-part,
	.elementor-tab-content .tab-left-part-2 {
		margin: 0;
		float: left;
	}

	.site .content-container .alignwide {
		padding-left: 0;
		padding-right: 0;
		padding-top: 4.5em;
		padding-bottom: 2.5em;
	}

	#cart-drawer.popup-drawer .woocommerce-mini-cart__total.total {
		bottom: 78px;
	}

	.blog-posts-content .blog .loop-entry .entry-header .entry-title {
		font-size: 20px;
		line-height: 24px;
	}


	body.woocommerce ul.products.woo-archive-btn-button.products-list-view .button.product_type_variable.add_to_cart_button,
	body.woocommerce ul.products.woo-archive-btn-button.products-list-view .added_to_cart.wc-forward {
		padding: 13px 20px 13px 20px;
	}
}


@media (max-width: 767px) {
	body .thebase-breadcrumbs {
		margin: 0;
	}

	.percent {
		max-width: 100%;
	}

	.tmchat_wrapper canvas {
		margin: 0 auto;
	}

	.tm_piechart .chart_bottom {
		text-align: center;
		margin-top: 15px;
	}

	.tnp.tnp-subscription-minimal {
		width: 100%;
	}

	.site-footer-wrap .site-top-footer-inner-wrap .footer-widget-area-inner .widget.widget_block+.widget.widget_block {
		width: 100%;
	}

	body .woocommerce ul.products li.product .entry-content-wrap,
	body.woocommerce ul.products li.product .entry-content-wrap {
		padding: 15px 0 0;
	}

	.products_block .woocommerce ul.products li.product .woocommerce-loop-product__title,
	body.woocommerce ul.products li.product .woocommerce-loop-product__title {
		line-height: 25px;
		padding: 4px 0px 6px;
	}

	.site-footer-middle-section-1 .wp-block-image img {
		max-width: 180px;
	}

	body .elementor .elementor-element.elementor-widget-video .elementor-custom-embed-play {
		top: 80%;
	}

	.elementor-testimonial-wrapper .elementor-testimonial-content:before {
		height: 20px;
		width: 20px;
		left: 30px;
		top: 20px;
	}

	.blog-posts-content .blog .loop-entry .entry-header .entry-title {
		font-size: 18px;
		line-height: 22px;
	}

}

@media (max-width: 767px) and (min-width: 650px) {
	body .elementor .elementor-element.video1 .elementor-heading-title {
		font-size: 19px;
		line-height: 22px;
	}

	body .elementor-element.elementor-absolute.video1 {
		top: 11%;
	}

	body .elementor .elementor-element.video2 .elementor-heading-title {
		font-size: 35px;
		line-height: 43px;
	}

	body .elementor .elementor-element.elementor-widget-video .elementor-custom-embed-play svg {
		width: 60px;
		height: 60px;
	}
}


@media screen and (max-width: 649px) {
	body.woocommerce ul.products.products-list-view li.product {
		grid-template-columns: 1fr 1.2fr;
	}
}

@media screen and (max-width: 575px) {
	body.woocommerce ul.products.products-list-view li.product {
		grid-template-columns: 1fr;
		display: grid;
	}

	body.woocommerce ul.products.products-list-view li.product .archive-image-wrap {
		max-width: 254px;
	}

	.woocommerce ul.products.products-list-view li.product .entry-content-wrap {
		padding-top: 1.5rem;
	}

	body.woocommerce ul.products.products-list-view {
		grid-template-columns: repeat(1, minmax(0, 1fr));
	}

	.woocommerce ul.products.products-list-view li.product .star-rating {
		float: none;
		margin-left: 0;
		display: inline-block;
		vertical-align: bottom;
	}

	.woocommerce ul.products.products-list-view li.product .product-action-wrap {
		display: block ruby;
	}

	body.woocommerce ul.products.products-list-view li.product .product-excerpt {
		display: block;
	}

	body.archive.content-style-unboxed.woocommerce ul.products.products-list-view li.product.content-bg.loop-entry .entry-content-wrap:not(.loop-entry) {
		padding: 20px 0;
		text-align: center;
	}
}

@media (min-width: 651px) {
	body .grid-lg-col-3 {
		grid-template-columns: repeat(3, minmax(0, 1fr));
	}
}

@media (max-width: 719px) {
	.woocommerce div.entry.product .woocommerce-tabs ul.tabs li a {
		border-width: 0;
		border-style: solid;
		border-color: var(--global-palette6);
		opacity: 1;
		border-radius: 0;
	}

	body.woocommerce div.product .woocommerce-tabs .panel {
		padding-bottom: 1em;
	}

	.woocommerce div.entry.product .woocommerce-tabs ul.tabs li,
	.woocommerce div.entry.product .woocommerce-tabs ul.tabs li:hover {
		border-radius: 0;
	}

	body.woocommerce div.product .woocommerce-tabs {
		border: 0;
	}

	body.woocommerce div.entry.product .woocommerce-tabs ul.tabs li {
		margin: 0 0 10px;
	}
}

@media (max-width: 650px) {
	.owl-theme .owl-buttons div.owl-prev {
		left: -7px;
		right: auto;
	}

	.owl-theme .owl-buttons div.owl-next {
		right: -7px;
		left: auto;
	}
}

@media (max-width: 600px) {
	.element-contact-inner-wrap .header-contact-item {
		padding-block-end: 0;
	}

	body .secondary-navigation .secondary-menu-container>ul>li.menu-item>a {
		padding-top: 0.3em;
		padding-bottom: 0.3em;
	}

	body .header-contact-item .contact-label {
		margin-inline-start: 0;
	}
}


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

@media (max-width: 575px) and (min-width: 321px) {

	.grid-cols.grid-ss-col-2,
	body .grid-sm-col-2 {
		grid-template-columns: repeat(2, minmax(0, 1fr));
	}
}

@media (max-width: 575px) {

	body .woocommerce ul.products,
	body.woocommerce ul.products {
		margin: 0 -10px;
	}

	body .woocommerce ul.products li.product,
	body.woocommerce ul.products li.product {
		padding: 0 10px;
		margin-bottom: 20px;
	}

	.category-carousel.owl-carousel .owl-item,
	.products.owl-carousel .owl-item {
		padding: 0 10px;
	}

	body #archive-container.grid-sm-col-2 {
		grid-template-columns: minmax(0, 1fr);
	}

	body .elementor-element.elementor-element.cmsbanner .elementor-element.elementor-absolute.title {
		left: 20px;
		top: 30px;
	}

	body .elementor-element.elementor-element.cmsbanner .elementor-element.elementor-absolute.sub-title {
		left: 20px;
		top: 60px;
	}

	body .elementor-element.elementor-element.cmsbanner .elementor-element.elementor-widget-button {
		left: 20px;
		top: 120px;
	}
}

@media (max-width: 479px) {
	body .site-header-section-right .site-header-item:last-child {
		margin-right: 5px;
	}

	body .site-header-item.site-header-focus-item.site-header-item-navgation-popup-toggle {
		margin-inline-end: 5px !important;
	}

	body .site-header-item {
		margin-inline-end: 20px !important;
	}

	.primary-sidebar {
		width: 300px;
	}

	body #cart-drawer.popup-drawer .drawer-inner {
		max-width: 300px;
	}

	#mobile-drawer.popup-drawer .drawer-inner {
		max-width: 300px;
	}

	body ul.products li.product .archive-image-wrap .product-action-wrap,
	body .woo-products .woocommerce ul.products li.product .archive-image-wrap .product-action-wrap,
	body ul.products.products-list-view li.product .archive-image-wrap .product-action-wrap {
		padding: 0 20px;
	}

	body .product .archive-extra-button-wrap a.button.yith-wcqv-button {
		display: none;
	}

	body .elementor-testimonial-wrapper .elementor-testimonial-meta.elementor-testimonial-image-position-aside .elementor-testimonial-image {
		padding-right: 10px;
	}

	body .elementor .elementor-element.video2 .elementor-heading-title {
		font-size: 20px;
		line-height: 25px;
	}

	body .elementor .elementor-element.video1 .elementor-heading-title {
		font-size: 17px;
		line-height: 20px;
	}

	body .elementor-element.elementor-absolute.video2 {
		top: 25%;
	}

	body .elementor .elementor-element.elementor-widget-video .elementor-custom-embed-play svg {
		width: 30px;
		height: 30px;
	}


}

@media (max-width: 440px) {
	.site-footer-wrap .site-top-footer-inner-wrap .footer-widget-area-inner .widget.widget_block+.widget.widget_block .wp-block-column {
		flex-basis: 100% !important;
	}
}

@media (max-width: 422px) {
	.testimonial-carousel .owl-controls {
		padding-top: 10px;
	}
}

@media (max-width: 399px) {

	body.woocommerce-demo-store .woocommerce-store-notice a,
	body.woocommerce-demo-store .woocommerce-store-notice {
		font-size: 12px;
	}

	body p.woocommerce-store-notice.demo_store {
		padding: 5px 1.2rem;
		height: 34px;
	}
}

@media (max-width: 380px) {
	span.soldout, .woocommerce ul.products li.product span.onsale {
		font-size: 11px;
	}

	.header-mobile-cart-wrap .header-cart-inner-wrap .header-cart-button .header-cart-total {
		height: 16px;
		right: -2px;
		top: 2px;
		font-size: 10px;
	}

	body .woocommerce ul.products li.product .product-details .price,
	body .wc-block-grid__products .wc-block-grid__product .wc-block-grid__product-price {
		font-size: 15px;
		line-height: 20px;
	}

	body.woocommerce ul.products li.product .price del,
	body .woocommerce ul.products li.product .price del {
		font-size: 14px;
	}

	body .elementor-element.elementor-element.cmsbanner .elementor-element.elementor-absolute.title {
		left: 10px;
		top: 10px;
	}

	body .elementor-element.elementor-element.cmsbanner .elementor-element.elementor-absolute.title .elementor-heading-title {
		font-size: 9px;
	}

	body .elementor-element.elementor-element.cmsbanner .elementor-element.elementor-absolute.sub-title .elementor-heading-title {
		font-size: 19px;
		line-height: 21px;
	}

	body .elementor-element.elementor-element.cmsbanner .elementor-element.elementor-absolute.sub-title {
		left: 10px;
		top: 35px;
	}

	body .elementor-element.elementor-element.cmsbanner .elementor-element.elementor-widget-button {
		left: 10px;
		top: 85px;
	}
}

@media (max-width: 359px) {
	body .elementor .elementor-element.para-head2 .elementor-heading-title {
		font-size: 22px;
		line-height: 30px;
	}

	body .elementor .elementor-element.para-head2>.elementor-widget-container {
		padding: 20px 0px 25px 0px;
	}

	body .elementor .elementor-element.para-head1 .elementor-heading-title {
		font-size: 17px;
		line-height: 20px;
	}

	body .elementor .elementor-element.parallex-cms>.elementor-container {
		min-height: 300px;
	}

	body .elementor .elementor-element.elementor-widget-video .elementor-custom-embed-play {
		top: 83%;
	}

	body .elementor .elementor-element.video1 .elementor-heading-title {
		font-size: 13px;
		line-height: 18px;
	}

	body .elementor .elementor-element.video2 .elementor-heading-title {
		font-size: 18px;
		line-height: 22px;
	}

	body .elementor-element.elementor-absolute.video1 {
		top: 5%;
	}
}


/** RTL **/
/* home page */
.rtl .header-navigation-dropdown-direction-left ul ul.submenu,
.rtl .header-navigation-dropdown-direction-left ul ul.sub-menu {
	left: 0px;
	right: auto;
}

.rtl .header-account-button .header-account-label:after {
	left: -14px;
	right: auto;
}


body.rtl .site-header-section-right .site-header-item:last-child {
	margin: 0 0 0 10px;
}

.rtl .category-carousel .cat-inner-block {
	direction: rtl;
}

.rtl .site-footer-wrap .site-top-footer-inner-wrap .footer-widget-area-inner .widget.widget_block {
	float: right;
	text-align: right;
}

.rtl .site-footer-wrap .site-top-footer-inner-wrap .footer-widget-area-inner .widget.widget_block+.widget.widget_block {
	float: left;
}

.rtl .wc-block-product-categories-list .expandable-hitarea::before,
#menu-secondary .expandable-hitarea::before,
.rtl .wc-block-product-categories-list .collapsable-hitarea::after,
#menu-secondary .collapsable-hitarea::after {
	right: auto;
	left: 0;
}

.rtl .hitarea {
	float: left;
	left: 0;
	right: auto;
}

body.rtl.woocommerce ul.products.products-list-view li.product .entry-content-wrap {
	text-align: right;
}

.rtl.woocommerce ul.products.products-list-view li.product .star-rating {
	margin-right: 0;
}

.rtl .site-middle-footer-wrap .widget.widget_block .footer_cms h4 {
	margin-left: 0;
	margin-right: 15px;
}

body.rtl .wp-block-search .wp-block-search__button {
	border-left: 1px solid var(--e-global-color-thebase6);
	border-right: 0;
}

.rtl .elementor-2450 .elementor-element.elementor-widget-icon-box .elementor-icon-box-wrapper {
	text-align: right;
	direction: rtl;
}

.rtl .elementor .elementor-element.cms-about>.elementor-element-populated {
	padding: 0px 96px 0px 0px;
}

.rtl .soldout_wrapper {
	right: 10px;
	left: auto;
}

.rtl .header-cart-wrap .header-cart-button .header-cart-total {
	right: 10px;
	left: auto;
}

.rtl .site-header-bottom-section-right .site-header-item,
body.rtl .site-header-bottom-section-right .site-header-item:last-child {
	margin-left: 15px;
	margin-right: 0;
}

.rtl .woocommerce ul.cart_list li img,
.rtl .woocommerce ul.product_list_widget li img {
	float: right;
	margin-left: 8px;
	margin-right: 0;
}

.rtl .woocommerce.widget_shopping_cart .cart_list li a.remove,
.rtl .woocommerce .widget_shopping_cart .cart_list li a.remove {
	left: 0;
	right: auto;
}

body.rtl .woocommerce.widget_shopping_cart .cart_list li,
body.rtl .woocommerce .widget_shopping_cart .cart_list li {
	padding-left: 24px;
	padding-right: 0;
}

.rtl #search-drawer .drawer-inner input.search-field {
	padding: 0.8em 0.8em 0.8em 80px;
}

.rtl .woocommerce .star-rating span,
.rtl .woocommerce .star-rating span::before,
body.rtl .star-rating::before,
.rtl.woocommerce .star-rating span,
.rtl.woocommerce .star-rating span::before {
	left: auto;
	right: 0;
}

body.rtl .elementor-element.elementor-element.cmsbanner.banner1 .elementor-element-populated {
	margin-right: 0;
	margin-left: 15px;
}
body.rtl .elementor-element.elementor-element.cmsbanner.banner2 .elementor-element-populated {
	margin-right: 15px;
	margin-left: 0px;
}
body.rtl .elementor-element.elementor-element.cmsbanner .elementor-element.elementor-absolute.title,
body.rtl .elementor-element.elementor-element.cmsbanner .elementor-element.elementor-absolute.sub-title,
body.rtl .elementor-element.elementor-element.cmsbanner .elementor-element.elementor-widget-button {
	left: 55px;
	right: auto;
}

/* gallery */


.rtl .elementor .elementor-element.gallery.port1 > .elementor-element-populated .elementor-widget-image .elementor-widget-container {
	padding: 0px 0px 0px 20px;
}

.rtl .elementor .elementor-element.gallery.port3 > .elementor-element-populated .elementor-widget-image .elementor-widget-container {
	padding-left: 0;
	padding-right: 20px;
}

body.rtl .elementor .elementor-element .elementor-testimonial-wrapper {
	text-align: right;
}

.rtl .elementor .elementor-element.elementor-widget-testimonial>.elementor-widget-container {
	padding: 50px 90px 50px 50px;
}

.rtl .elementor-testimonial-wrapper .elementor-testimonial-content:before {
	right: 58px;
	left: auto;
	transform: rotateY(180deg);
}

.rtl .footer-widget-area.content-align-left {
	text-align: right;
}

body.rtl .site-footer .site-footer-wrap .site-footer-section .footer-social-wrap .social-button {
	margin: 0 0 0 10px;
}

.rtl .tnp.tnp-subscription-minimal .tnp-submit {
	left: 0;
	right: auto;
}

.rtl ul.products li.product .archive-image-wrap .archive-extra-button-wrap {
	right: auto;
	left: 10px;
}

body.rtl.woocommerce div.product form.cart .variations td,
body.rtl.woocommerce div.product form.cart .variations th {
	text-align: right;
}

.rtl.single-product.woocommerce div.product form.cart div.quantity {
	margin-inline-end: 15px;
}

.rtl .entry .summary .yith-wcwl-add-to-wishlist {
	padding: 0 0 0 20px;
	margin: 0 0 0 15px;
}

.rtl .woocommerce ul.products li.product span.onsale,
.rtl.woocommerce ul.products li.product span.onsale {
	right: 0px;
	left: auto;
}
.rtl .woocommerce ul.products li.product:hover span.onsale, 
.rtl.woocommerce ul.products li.product:hover span.onsale {
	right: 15px;
	left: auto;
}


.rtl .woocommerce ul.products li.product span.soldout,
.rtl.woocommerce ul.products li.product span.soldout{
	right: 15px;
	left: auto;
}

.rtl .woocommerce ul.products li.product:hover span.soldout,
.rtl.woocommerce ul.products li.product:hover span.soldout{
	right: 0px;
	left: auto;
}

body.rtl .woocommerce ul.products li.product .entry-content-wrap,
body.rtl.woocommerce ul.products li.product .entry-content-wrap {
	direction: rtl;
	display: flex;
	flex-direction: column;
}

.rtl select.orderby {
	background-position: left 6px top 50%;
	padding-right: 5px;
	padding-left: 25px;
}

.rtl .thebase-product-toggle-container .thebase-toggle-shop-layout {
	margin-right: 0.5em;
	margin-left: 0;
}

.rtl .woocommerce.widget_price_filter .price_slider_amount .button {
	float: right;
}

.rtl .woocommerce.widget_price_filter .price_label {
	text-align: right;
}

.rtl.woocommerce .wp-block-woocommerce-product-categories>ul li .wc-block-product-categories-list-item-count,
.rtl.woocommerce .woocommerce-widget-layered-nav-list .woocommerce-widget-layered-nav-list__item .count {
	right: auto;
	left: 0;
}

.rtl .widget-area ul {
	padding-left: 0;
	margin-left: 0;
}

.rtl select {
	padding: 0.2em 0.5em 0.2em 35px;
	background: var(--global-palette9) url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIyNSIgaGVpZ2h0PSIyNSIgZmlsbD0ibm9uZSIgc3Ryb2tlLXdpZHRoPSIyIiBzdHJva2U9IiNiYmIiPjxwYXRoIGQ9Ik02IDlsNiA2IDYtNiIvPjwvc3ZnPg==) no-repeat 2% 50%;
}

.rtl ul.wc-block-product-categories-list.wc-block-product-categories-list--depth-1 {
	padding-right: 20px;
}

.rtl.woocommerce div.product form.cart .variations select {
	margin-right: 0;
	margin-left: 1em;
}

.rtl .woocommerce form.checkout_coupon.woocommerce-form-coupon .form-row-first,
.rtl .woocommerce form.checkout_coupon.woocommerce-form-coupon .form-row-last {
	float: none;
}

.rtl .elementor-align-left {
	text-align: right;
}

body.rtl .entry-title,
body.rtl .loop-entry .entry-footer {
	text-align: right;
}

.rtl .post-title .entry-taxonomies {
	text-align: right;
}

body.rtl .title-align-left {
	text-align: right;
}

.rtl .elementor-5 .elementor-element.elementor-element-8676afa>.elementor-element-populated {
	margin: 0% 0% 0% 32%;
	--e-column-margin-right: 0%;
	--e-column-margin-left: 32%;
}

.rtl .elementor-widget-icon-box.elementor-position-left .elementor-icon-box-wrapper {
	text-align: right;
}

.rtl .elementor-widget-icon-box.elementor-position-left .elementor-icon-box-icon {
	margin-left: var(--icon-box-icon-margin, 15px);
	margin-right: 0;
}

.rtl .elementor-5 .elementor-element.elementor-element-48a476d,
.rtl .elementor-5 .elementor-element.elementor-element-3061886,
.rtl .elementor-5 .elementor-element.elementor-element-8e72f73,
.rtl .elementor-5 .elementor-element.elementor-element-5e13ba1 {
	text-align: right;
}

.rtl .elementor .elementor-element.portfolio>.elementor-element-populated {
	padding: 0em 0em 0em 5em;
}

.rtl .elementor .elementor-element.portfolio-service>.elementor-element-populated {
	margin: 0% 0% 0% 25%;
}

.rtl .elementor .elementor-element.port-serv>.elementor-element-populated {
	margin: 0% 0% 0% 5%;
}

.rtl .elementor-tab-content .tab-left-part,
.rtl .tab-left-part {
	float: right;
}

.rtl .site-footer .widget_block p.address {
	background-position: right 2px;
}

.rtl .site-footer .widget_block p.call,
.rtl .site-footer .widget_block p.phone,
.rtl .site-footer .widget_block p.email,
.rtl .site-footer .widget_block p.fax {
	background-position: right 8px;
}

/**  tabs page **/
.rtl .elementor .elementor-element.vertical-tab2>.elementor-element-populated {
	padding: 0px 15px 0px 0px;
}

.rtl .elementor .elementor-element.vertical-tab1>.elementor-element-populated {
	padding: 0px 0px 0px 15px;
}

.rtl .elementor-widget-tabs.elementor-tabs-view-vertical .elementor-tabs-content-wrapper {
	border-style: solid none solid solid;
}

.rtl .elementor .elementor-element.horizontal-tab2>.elementor-element-populated {
	padding: 0px 15px 0px 0px;
}

.rtl .elementor .elementor-element.horizontal-tab1>.elementor-element-populated {
	padding: 0px 0px 0px 15px;
}

.rtl .elementor-widget-tabs .elementor-tabs {
	text-align: right;
}

.rtl .elementor-widget-tabs.elementor-tabs-view-vertical .elementor-tab-desktop-title.elementor-active {
	border-right-style: solid;
	border-left-style: none;
}

/**  tabs page **/

/**  toggle & accordian page **/
.rtl .elementor .elementor-element.accordian1>.elementor-element-populated {
	padding: 0em 0em 0em 2em;
}

.rtl .elementor .elementor-element.accordian2>.elementor-element-populated {
	padding: 0em 2em 0em 0em;
}

.rtl .elementor .elementor-element.toggle1>.elementor-element-populated {
	padding: 0em 0em 0em 2em;
}

.rtl .elementor .elementor-element.toggle2>.elementor-element-populated {
	padding: 0em 2em 0em 0em;
}

/**  toggle & accordian page **/

.rtl .elementor-5 .elementor-element.elementor-element-427558a>.elementor-element-populated {
	margin: 0% 0% 0% 25%;
	--e-column-margin-left: 25%;
	--e-column-margin-right: 0%;
}

.rtl .elementor-5 .elementor-element.elementor-element-1d80c7a>.elementor-element-populated,
.rtl .elementor-5 .elementor-element.elementor-element-07ed95e>.elementor-element-populated {
	margin: 0% 0% 0% 20%;
	--e-column-margin-left: 20%;
	--e-column-margin-right: 0%;
}

.rtl .elementor-5 .elementor-element.elementor-element-d3ecce5 .elementor-testimonial-wrapper,
.rtl .elementor-5 .elementor-element.elementor-element-a71c6bb .elementor-testimonial-wrapper,
.rtl .elementor-5 .elementor-element.elementor-element-c338dfc .elementor-testimonial-wrapper,
.rtl .elementor-5 .elementor-element.elementor-element-8a6af63 .elementor-testimonial-wrapper {
	text-align: right;
}

.rtl .elementor-testimonial-wrapper .elementor-testimonial-meta.elementor-testimonial-image-position-aside .elementor-testimonial-details {
	text-align: right;
}

.rtl .elementor-testimonial-wrapper .elementor-testimonial-meta.elementor-testimonial-image-position-aside .elementor-testimonial-image {
	float: right;
	padding-right: 0;
	padding-left: 15px;
}

.rtl .loop-entry .entry-header .post-description {
	text-align: right;
}

.rtl .loop-entry .entry-content-wrap .entry-header .entry-meta {
	direction: rtl;
}

.rtl.woocommerce .woocommerce-widget-layered-nav-list a::before {
	margin-right: 0;
	margin-left: 0.6em;
}

.rtl.woocommerce section.related .product-details h2 {
	text-align: center;
}

.rtl .comment-content td,
.rtl .comment-content th,
.rtl .entry-content table td,
.rtl .entry-content table th {
	text-align: right;
}

.rtl.home .elementor .elementor-element.about-us .elementor-element.elementor-element.title-divider {
	display: inherit;
}

.rtl.home .elementor .elementor-element.about-us>.elementor-element-populated {
	padding-left: 0;
	padding-right: 70px;
}

.rtl.home .elementor .elementor-element.about-us .elementor-widget-icon-list .elementor-icon-list-text {
	padding-right: 5px;
	padding-right: 0;
}

.rtl .elementor .elementor-element.aboutus-cms>.elementor-element-populated {
	padding: 0em 5em 0em 0em;
}

.rtl .elementor .elementor-element.contact-page>.elementor-element-populated {
	padding: 0% 8% 0% 0%;
}

.rtl .wpcf7 label {
	text-align: right;
}

.rtl .elementor-widget-image-box.elementor-position-left .elementor-image-box-wrapper {
	text-align: right;
}

.rtl .elementor-counter .elementor-counter-number-suffix {
	text-align: right;
}

.rtl .mobile-navigation:not(.drawer-navigation-parent-toggle-true) ul li.menu-item-has-children .drawer-nav-drop-wrap button {
	border-right: 1px solid rgba(255, 255, 255, 0.1);
	border-left: 0;
}

.rtl .mobile-navigation ul ul {
	padding-right: 1em;
	padding-left: 0;
}

.rtl .alignleft {
	float: right;
}

.rtl.woocommerce-account .account-navigation-wrap .thebase-account-avatar {
	padding-left: 0;
	padding-right: calc(1em + 4px);
}

.rtl.woocommerce-account .account-navigation-wrap .thebase-customer-image img {
	right: 0;
	left: auto;
}

.rtl .thebase-show-sidebar-btn {
	right: -2px;
	left: auto;
	border-radius: 50px 0 0 50px;
}

body.rtl .wp-block-latest-posts__featured-image.alignleft {
	margin: 0 0 0 1em;
}

.woovr-variations[class*="woovr-variations-grid"] .woovr-variation:first-child {
    display: block !important;
}


/** RTL Responcive **/
@media (max-width: 1366px) {
body.rtl .elementor-element.elementor-element.cmsbanner .elementor-element.elementor-absolute.title, body.rtl .elementor-element.elementor-element.cmsbanner .elementor-element.elementor-absolute.sub-title, body.rtl .elementor-element.elementor-element.cmsbanner .elementor-element.elementor-widget-button {
	left: 30px;
	right: auto;
}
}
@media (max-width: 1024px) {

	.rtl footer .wp-block-group .widget-title::before,
	footer .widget_newsletterwidget .widget-title::before {
		left: 0;
		right: auto;
	}

	.rtl .primary-sidebar.active {
		transform: translateX(0);
	}

	.rtl .primary-sidebar {
		right: 0;
		left: auto;
		transform: translateX(100%);
	}
	body.rtl .elementor-element.elementor-element.cmsbanner .elementor-element.elementor-absolute.title, body.rtl .elementor-element.elementor-element.cmsbanner .elementor-element.elementor-absolute.sub-title, body.rtl .elementor-element.elementor-element.cmsbanner .elementor-element.elementor-widget-button {
		left: 20px;
		right: auto;
	}
.rtl .elementor .elementor-element.gallery.port3 > .elementor-element-populated .elementor-widget-image .elementor-widget-container {
	padding-left: 0;
	padding-right: 10px;
}

	.rtl .footer-social-wrap {
		text-align: right;
	}
	.rtl .elementor .elementor-element.gallery.port1 > .elementor-element-populated .elementor-widget-image .elementor-widget-container {
	padding: 0px 0px 0px 10px;
}
}
@media (max-width: 767px) {
	body.rtl .elementor-element.elementor-element.cmsbanner .elementor-element.elementor-absolute.title, body.rtl .elementor-element.elementor-element.cmsbanner .elementor-element.elementor-absolute.sub-title, body.rtl .elementor-element.elementor-element.cmsbanner .elementor-element.elementor-widget-button {
		left: 60px;
		right: auto;
	}
	body.rtl .elementor-element.elementor-element.cmsbanner.banner2 .elementor-element-populated {
		margin-right: 0;
		margin-left: 0px;
	}
	body.rtl .elementor-element.elementor-element.cmsbanner.banner1 .elementor-element-populated {
		margin-right: 0;
		margin-left: 0;
	}
.rtl .elementor .elementor-element.gallery.port1 > .elementor-element-populated .elementor-widget-image .elementor-widget-container {
	padding: 0px 0px 0px 0px;
}
	.rtl .elementor .elementor-element.gallery.port3 > .elementor-element-populated .elementor-widget-image .elementor-widget-container {
	padding-left: 0;
	padding-right: 0;
}
}
@media (max-width: 575px) {
	body.rtl .elementor-element.elementor-element.cmsbanner .elementor-element.elementor-absolute.title, body.rtl .elementor-element.elementor-element.cmsbanner .elementor-element.elementor-absolute.sub-title, body.rtl .elementor-element.elementor-element.cmsbanner .elementor-element.elementor-widget-button {
		left: 20px;
		right: auto;
	}
}
@media (max-width: 719px) {

	body.rtl.woocommerce table.cart td.actions .coupon,
	body.rtl.woocommerce #content table.cart td.actions .coupon,
	body.rtl.woocommerce-page table.cart td.actions .coupon,
	body.rtl.woocommerce-page #content table.cart td.actions .coupon {
		float: none;
	}
}
@media (max-width: 380px) {
	body.rtl .elementor-element.elementor-element.cmsbanner .elementor-element.elementor-absolute.title, body.rtl .elementor-element.elementor-element.cmsbanner .elementor-element.elementor-absolute.sub-title, body.rtl .elementor-element.elementor-element.cmsbanner .elementor-element.elementor-widget-button {
		left: 10px;
		right: auto;
	}
}

