/*
Theme Name:     Artisie
Theme URI:      https://demos.coderplace.com/woo/WCM02/WCM02037/
Template:       avanam
Author:         Coderplace
Author URI:     #
Template:       avanam
Text Domain:    artisie
Description:    Artisie Theme is child theme of Avanam. Please install Avanam Theme before activate this theme.
Version:        1.1.0
License:        GNU General Public License v3.0 (or later)
License URI:    https://coderplace.com/license
*/
.home .content-area{
    margin-top: 0;
    margin-bottom: 0;
}
.header-navigation[class*="header-navigation-style-underline"] .header-menu-container > ul > li > a::after {
	color: var(--global-palette2);
}
body:not(.home).transparent-header #masthead {background: var(--global-palette9);}
body:not(.home).transparent-header .entry-hero .entry-hero-container-inner {
	padding-top: 120px;
}
.entry.loop-entry {
	border-radius: 0px;
}
.archive.woocommerce ul.products li.product a img {
	width: auto;
}
body .site-header-item{
    margin-right: 20px;
}
.cms-banner {
	position: relative;
	overflow: hidden;
	display: inline-block;
	vertical-align: top;
}
.cms-banner .elementor-widget-container {
	overflow: hidden;
	display: inline-block;
}
.cms-banner .elementor-widget-wrap, .elementor-image-box-img, .gallery-item .gallery-icon, .gallery-slider .swiper-slide-inner, .post-thumbnail-inner, .widget_media_image {
	position: relative;
	overflow: hidden;
}
.cms-banner:hover img, .img-banner:hover img, .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, .widget_media_image:hover img {
	transform: scale(1.05);
}
.cms-banner img, .elementor-image-box-img img, .gallery-item img, .gallery-slider img, .loop-entry .post-thumbnail-inner img, .widget_media_image img {
	transition: all .3s ease-in-out;
	-webkit-transition: all .3s ease-in-out;
}
.img-banner .elementor-widget-container {
	overflow: hidden;
	position: relative;
	display: inline-block;
}
.img-banner .elementor-widget-image img {
	transition: all .3s ease-in-out;
	-webkit-transition: all .3s ease-in-out;
}
body .elementor-button:visited {
	color: var(--global-palette1);
}
body .elementor-widget-image-box .elementor-image-box-img {
	display: inline-block;
	overflow: unset;
}
body .rs-layer:hover .tp-video-play-button {
	display: none;
}
/* owl-carousel */
.woo-carousel ul.products {
	float: left;
	width: 100%;
}
.owl-theme .owl-buttons div.owl-prev::after {
	mask-image: url(assets/images/left-arrow.svg);
	-webkit-mask-image: url(assets/images/left-arrow.svg);
}
.owl-theme .owl-buttons div.owl-next::after {
	mask-image: url(assets/images/right-arrow.svg);
-webkit-mask-image: url(assets/images/right-arrow.svg);
    background-position: 100%;
}
.owl-theme .owl-buttons div.owl-next::after, .owl-theme .owl-buttons div.owl-prev::after {
	content: "";
	mask-position: center;
	-webkit-mask-position: center;
	mask-repeat: no-repeat;
	-webkit-mask-repeat: no-repeat;
	display: inline-block;
	position: absolute;
	top: auto;
	mask-size: 15px;
	-webkit-mask-size: 15px;
	height: 30px;
	width: 30px;
	left: 0;
	right: 0;
	background-color: var(--global-palette1);
}
.main-title .elementor-heading-title::after {
	content: "";
	background: url("assets/images/title-icon.svg") no-repeat scroll;
	background-position-x: 0%;
	background-position-y: 0%;
	background-size: auto;
	height: 75px;
	width: 60px;
	position: absolute;
	right: 0;
	-webkit-transition: none;
	-moz-transition: none;
	-ms-transition: none;
	-o-transition: none;
	transition: none;
	border: unset;
	padding: 0;
	background-size: 60px;
	background-position: center;
	left: 0;
	margin: 0 auto;
	top: -100px;
	bottom: auto;
}
.cont-us .main-title .elementor-heading-title::after {
	content: "";
	background: url("assets/images/title-icon.svg") no-repeat scroll;
	background-position-x: 0%;
	background-position-y: 0%;
	background-size: auto;
	height: 75px;
	width: 60px;
	position: absolute;
	right: auto;
	-webkit-transition: none;
	-moz-transition: none;
	-ms-transition: none;
	-o-transition: none;
	transition: none;
	border: unset;
	padding: 0;
	background-size: 60px;
	background-position: center;
	left: 0;
	margin: 0 auto;
	top: -100px;
	bottom: auto;
}
.single-content h4.elementor-heading-title{
	margin-bottom: 0;
}
.owl-theme .owl-buttons div.owl-next {
    right: -20px;
    left: auto;
}
.owl-theme .owl-buttons div.owl-prev {
	right: auto;
	left: -20px;
}
.woocommerce .quantity.spinners-added .qty{
	height: 44px !important;
}
.quantity.spinners-added:hover {
	border-color: var(--global-gray-400) !important;
}
body.woocommerce ul.products.products-list-view li.product {
	display: grid;
	grid-template-columns: auto 2fr;
}
.woocommerce .single-product-payments{
	border-radius: 0;
}
.owl-theme:hover .owl-buttons div {
    opacity: 1;
    -khtml-opacity: 1;
    -webkit-opacity: 1;
    -moz-opacity: 1;
}
/* .tparrows::before {
	color: #000 !important;
} */
.owl-theme .owl-buttons div {
    display: block;
    font-size: 0;
    height: 32px;
    width: 32px;
    position: absolute;
    text-align: center;
    top: 0;
    bottom: 0;
    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-pagination .owl-page.active:hover span, .owl-pagination .owl-page.active span, .owl-pagination .owl-page:hover span {background-color: var(--global-palette9);}
.owl-theme .owl-page {display: inline-block; margin: 3px 3px; vertical-align: top;}
/*faq*/
.cms-faq .fas {
	font-size: 15px;
	font-weight: 400;
}
.elementor-section.elementor-top-section.elementor-element.cms-faq .faq-list .elementor-accordion-item .elementor-tab-title, .elementor-section.elementor-top-section.elementor-element.cms-faq .faq-list .elementor-accordion-item .elementor-tab-title.elementor-active {
	border-bottom: 1px solid #e5e5e5;
}
body .single-content h2 {
	margin: 0;
}
/* Product css */
body.woocommerce-page ul.products li.product, .woocommerce ul.products li.product {
	margin-bottom: 10px;
}
.cart_totals h2 {font-size: 22px;}
body .woocommerce-cart .cart-collaterals .shipping-calculator-button a:active, a:focus, a:hover {color: var(--global-palette1);}
body .woocommerce ul.products li.product .price del {
	color: var(--global-palette4);
	display: inline-block;
	opacity: 1;
}
body.woocommerce ul.products li.product .price del {
	color: var(--global-palette4);
	display: inline-block;
	opacity: 1;
}
body .woocommerce ul.products li.product .price ins {
	font-weight: 400;
	display: inline-block;
}
body.woocommerce ul.products li.product .price ins {
	font-weight: 400;
	display: inline-block;
}
.woocommerce ul.products li.product .archive-image-wrap {
	position: relative;
}
.woocommerce a.added_to_cart {
	display: inline-flex;
	background: var(--global-palette2);
	padding: 14px 32px 14px 32px;
	text-transform: uppercase;
	color: var(--global-palette1) !important;
	font-size: 14px;
	font-weight: 700;
	justify-content: center;
	width: 100%;;
}
.woocommerce ul.products li.product .archive-image-wrap .product-action-wrap {
	position: absolute;
	top: auto;
	bottom: 0;
	left: 0;
	right: 0;
	margin-top: 0;
	z-index: 1;
	opacity: 0;
	-khtml-opacity: 0;
	-webkit-opacity: 0;
	-moz-opacity: 0;
	transition: opacity .3s cubic-bezier(.17,.67,.35,.95);
}
.woocommerce ul.products li.product .archive-image-wrap:hover .product-action-wrap {
	opacity: 1;
}
.woocommerce ul.products li.product .star-rating ~ .price {
	padding: .5em 0;
}
.woocommerce ul.products.woo-archive-btn-button li.product .price{
    margin: 0;
    clear: both;
}
.woocommerce .products .star-rating{
    float: left;
}
.woocommerce .star-rating {
	float: right;
	overflow: hidden;
	position: relative;
	height: 1em;
	line-height: 1;
	font-size: 1em;
	width: 5em;
	font-family: star;
	color: var(--global-palette1);
	letter-spacing: normal;
	word-break: normal;
	white-space: normal;
}
.product-details.content-bg.entry-content-wrap {
	text-align: center;
}
body.woocommerce ul.products.products-list-view li.product .entry-content-wrap {
	text-align: left;
}
.woocommerce ul.products li.product .entry-content-wrap {
	padding: 0;
	margin: 0;
	padding-block-start: 15px;
}
.woocommerce ul.products li.product .star-rating {
	line-height: 1;
	font-size: 1em;
	font-family: star;
	color: var(--global-palette1);
	letter-spacing: normal;
	word-break: normal;
	white-space: normal;
	display: none;
}
.woocommerce ul.products.owl-carousel li.product {
	margin: 0 15px;
}
.product-details .product-action-wrap {
  	display: inline-block;
}
.woocommerce ul.products li.product .archive-image-wrap .archive-extra-button-wrap {
	position: absolute;
	top: 10px;
	left: auto;
	right: 18px;
	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 .archive-image-wrap:hover .archive-extra-button-wrap {
	opacity: 1;
	-khtml-opacity: 1;
	-webkit-opacity: 1;
	-moz-opacity: 1;
}
ul .yith-wcwl-add-to-wishlist {
	font-size: 0;
	line-height: 0;
	letter-spacing: 0;
}
body .woocommerce ul.products.woo-archive-btn-button .product-action-wrap .button.yith-wcqv-button {
	display: none;
}
body.woocommerce ul.products.woo-archive-btn-button .product-action-wrap .button.yith-wcqv-button {
	display: none;
}
.woocommerce ul.products.woo-archive-btn-button .product-action-wrap .button.yith-wcqv-button, body .compare-button, body .yith-wcwl-add-to-wishlist {
	display: inline-block;
	vertical-align: top;
	line-height: 18px;
	margin: 0;
}
.woocommerce.compare-button a, .woocommerce ul .button.yith-wcqv-button, .woocommerce ul .yith-wcwl-add-to-wishlist 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;
}
body .yith-wcwl-add-to-wishlist i {
	-webkit-margin-end: 0 !important;
	margin-inline-end: 0 !important;
	font-size: 0;
}
.woocommerce .compare-button a::before, .woocommerce ul .button.yith-wcqv-button::before, .woocommerce ul .yith-wcwl-add-to-wishlist .add_to_wishlist::before, .woocommerce ul .yith-wcwl-wishlistaddedbrowse a::before, .woocommerce ul .yith-wcwl-wishlistexistsbrowse a::before {
	mask-position: center;
	-webkit-mask-position: center;
	mask-repeat: no-repeat;
	-webkit-mask-repeat: no-repeat;
	content: "";
	position: relative;
	display: inline-block;
	height: 38px;
	width: 38px;
	vertical-align: top;
	background: var(--global-palette1);
	-webkit-margin-after: 10px;
	margin-block-end: 10px;
}
.woocommerce .products ul, .woocommerce ul.products {
	grid-column-gap: 2.5rem;
	-moz-column-gap: 2.5rem;
	column-gap: 20px;
	grid-row-gap: 1.2rem;
	row-gap: 1.2rem;
	margin: 0 0 1em;
	padding: 0;
	list-style: none outside;
	clear: both;
}
.woo-products {
	margin: 0 -15px;
}
.woocommerce ul .yith-wcwl-add-to-wishlist .add_to_wishlist::before, .woocommerce ul .yith-wcwl-wishlistaddedbrowse a::before, .woocommerce ul .yith-wcwl-wishlistexistsbrowse a::before {
	mask-image: url(./assets/images/wishlist.svg);
	-webkit-mask-image: url(./assets/images/wishlist.svg);
	mask-size: 18px;
	-webkit-mask-size: 18px;
}
.woocommerce .compare-button a::before {
	mask-image: url(./assets/images/compare.svg);
	-webkit-mask-image: url(./assets/images/compare.svg);
	mask-size: 15px;
	-webkit-mask-size: 15px;
}
.woocommerce ul .button.yith-wcqv-button::before, .woocommerce ul.products li.product .yith-wcqv-button::before {
	mask-image: url(./assets/images/quickview.svg);
	-webkit-mask-image: url(./assets/images/quickview.svg);
	mask-size: 16px;
	-webkit-mask-size: 16px;
}
.woocommerce .compare-button a::after, .woocommerce ul .button.yith-wcqv-button::after, .woocommerce ul .yith-wcwl-add-to-wishlist .add_to_wishlist::after, .woocommerce ul .yith-wcwl-wishlistaddedbrowse a::after, .woocommerce ul .yith-wcwl-wishlistexistsbrowse a::after {
	background: transparent;
	display: inline-block;
	content: "";
	position: absolute;
	width: 38px;
	height: 38px;
	z-index: -9;
	right: 0;
	left: auto;
	top: auto;
	bottom: auto;
	border-radius: 50px;
}
.woocommerce span.onsale{
	border-radius: 50px;
	background-color: var(--global-palette2);
	color: var(--global-palette1);
	padding: 1.3em 0.7em;
	font-weight: 500;
}
.woocommerce ul.products li.product .onsale{
	top: 15px;
	right: auto;
	left: 15px;
}
/* Category css */
.woo_categories_block .cat-outer-block .cat-inner-block {
	position: relative;
	margin-inline: 30px;
	overflow: hidden;
}
.cat-inner-block .cat-img-block {
	transition: all .3s ease-in-out;
}
.cat-inner-block .cat-img-block:hover {
	transition: all .3s ease-in-out;
	transform: scale(1.05);
}
.cat_description .cat-count {
	display: none;
}
.woo_categories_block .cat-outer-block .cat-inner-block .cat_description {
	position: absolute;
	top: auto;
	left: 0;
	right: auto;
	bottom: 60px;
	background-color: var(--global-palette1);
	padding-block: 10px;
	padding-inline: 15px;
	box-sizing: border-box;
}
.woo_categories_block .cat-outer-block .cat-inner-block .cat_description .cat_name {
	color: var(--global-palette9);
	font-size: 16px;
	font-weight: 500;
	text-transform: uppercase;
}
/* Blog css */
.entry-actions a.post-more-link {
	color: var(--global-palette1);
	text-decoration: underline;
	font-size: 14px;
}
.elementor a.post-more-link {
	font-weight: 700;
	letter-spacing: .05em;
	text-transform: uppercase;
	text-decoration: underline;
	color: var(--global-palette1);
	font-size: 14px;
	font-family: DM sans;
}
.blog .entry-content-wrap .entry-title {
	width: 350px;
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
}
.blog-posts-content .container-inner {
	padding: 0 20px;
}
.home .wp-site-blocks .post-thumbnail{
	padding-bottom: 17em;
}
.blog .wp-site-blocks .post-thumbnail{
	padding-bottom: 17em;
}
.entry-content-wrap .meta-inner .categories-links {
	font-size: 14px;
	font-weight: 500;
	text-transform: uppercase;
}
.entry-content-wrap .meta-inner .categories-links a {
	color: var(--global-palette4);
}
.loop-entry .entry-content-wrap {
	padding: 1.5em 0;
}
.post-thumbnail-inner .posted-on {
	text-align: left;
	margin: 0;
	box-sizing: border-box;
	color: var(--global-palette2);
	line-height: 20px;
	font-size: 15px;
	padding-top: 10px;
}
.entry-content-wrap .meta-inner {
	padding-bottom: 0.5rem;
}

/* Footer css */
.mc4wp-form-fields .newsletter-dec {
	line-height: 30px;
}
.home .site-middle-footer-wrap .site-footer-row-container-inner {
	border-top: 1px solid #fcf6f0;
}
.site-footer .wp-block-group p {
	display: flex;line-height: 30px;
}
.site-footer-section p > img {
	margin-block-start: 4px;
	margin-inline-end: 20px;
	width: 20px;
	height: 18px;
}
.widget_block ol, .widget_block ul, .widget ol {
	-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;
}
.footer-widget-area ul li, .site-footer .widget_block a {
	padding: 6px 0;
	display: block;
}
.footer-widget-area ul li a {
	padding: 0;
}
.footer-widget-area ul li:first-child, .site-footer .widget_block a:first-child {
	-webkit-padding-before: 0;
	padding-block-start: 0;
}
.footer-widget-area ul li:last-child, .site-footer .widget_block a:last-child {
	-webkit-padding-after: 0;
	padding-block-end: 0;
}
.widget-area .widget-title {
	margin-bottom: 1.9em;
}
/* Newsletter */
body .mc4wp-form-fields input[type="email"] {
	width: 100%;
	height: 50px;
	background: var(--global-palette5);
	border: none;
	padding: 0.4em 1.3em;
}
body .mc4wp-form .mailchimp-form .mail-email::placeholder {
	color: var(--global-palette9);
}
body .mc4wp-form .mailchimp-form .mail-email {
	max-width: 265px;
	padding: 10px;
	border: 1px solid #fff;
	background-color: transparent;
	-webkit-margin-after: 20px;
	margin-block-end: 20px;
	border-radius: 0;
	width: 100%;
}
body .mc4wp-form .mailchimp-form .mail-submit {
	background: var(--global-palette9);
	color: var(--global-palette1);
	border-radius: 0;
}
.mailchimp-form .mail-email:focus {
	color: var(--global-palette-btn-hover);
}
.payment-icon.wp-block-gallery.has-nested-images figure.wp-block-image:not(#individual-image) {
	width: auto;
	flex-grow: unset;
	-webkit-margin-after: 0;
	margin-block-end: 0;
}
.payment-icon.wp-block-gallery.has-nested-images {
	justify-content: flex-end;
}
.woocommerce ul.products.woo-archive-btn-button li.product .compare-button .button.added {
	display: inline-block;
	height: auto;
}
body .woocommerce ul.products li.product .button.added::after {
	display: inherit;
}
/* Sidebar */
.woocommerce.widget_product_categories > ul li a{
	border: none;
}
.widget li {
	list-style: none;
	padding: 5px 0 !important;
}
.woocommerce.widget_product_categories > ul li .base-cat-toggle-sub{
	color: var(--global-palette4);
}
.woocommerce.widget_product_categories > ul li .base-cat-toggle-sub:hover {
	border-bottom-color: unset;
	color: var(--global-palette3);
	border-bottom: 0;
}
.woocommerce.widget_product_categories > ul li.cat-parent.sub-toggle-active > .base-cat-toggle-sub {
	background: var(--global-palette9);
}
.woocommerce.widget_product_categories > ul li .base-cat-toggle-sub{
	border: 0;
}
.primary-sidebar.widget-area .widget-title {
	margin: 0;
	padding-block-end: 20px;
}
.woocommerce.widget_price_filter .price_slider_amount {
	margin-block-start: 2rem;
}
.price_label {
	display: inline-block;
	padding: 10px 0 0;
	width: 100%;
	text-align: left;
}
.woocommerce .woocommerce-widget-layered-nav-list a::before{
	border-radius: 0;
}
.widget .tagcloud a, .widget .widget_product_tag_cloud a, .widget .wp-block-tag-cloud a {
	font-size: inherit !important;
	padding-block: 5px;
	display: block;
}
.has-sidebar .primary-sidebar.widget-area .widget {
	display: inline-block;
	width: 100%;
	border-bottom: 1px solid #e9e9e9;
	padding-block-end: 1.875em;
}
.has-sidebar .primary-sidebar.widget-area .widget:last-child {
	border: none;
	padding-block-end: 0;
}
.woocommerce.widget_product_categories > ul{
	margin: 0;
}
.base-breadcrumbs{
	font-size: unset;
}
/* Single product page */
.single-product.woocommerce div.product form.cart .variations select {
	height: 50px;
	margin-bottom: 1em;
}
.woocommerce div.product form.cart .group_table tr {
	display: flex;
	width: 100%;
	align-items: center;
}
body.woocommerce div.product form.cart .group_table td:first-child {
	width: 128px;
	text-align: center;
}
body.woocommerce div.product form.cart .group_table td {
	flex: 1;
	padding: .5em .5em .5em 0;
}
.woocommerce div.product div.images, .woocommerce #content div.product div.images,
.woocommerce-page div.product div.images, .woocommerce-page #content div.product div.images {
	width: 42.9%;
}
.woocommerce div.product div.summary, .woocommerce #content div.product div.summary,
.woocommerce-page div.product div.summary, .woocommerce-page #content div.product div.summary {
	width: 53%;
}
.woocommerce div.product span.price, .woocommerce div.product p.price {
	font-size: 1.4em;
}
.woocommerce .single-product-payments legend{
	color: var(--global-palette1);
}
.woocommerce div.product .product_meta > span{
	padding: 5px 0 15px;
	font-size: inherit;
	font-weight: inherit;
	color: var(--global-palette1);
}
.woocommerce div.product form.cart div.quantity {
	float: left;
	margin: 0 25px 0 0;
	height: 50px;
	line-height: 50px;
}
.quantity.spinners-added {
	background: transparent;
	transition: all .2s ease;
	border-radius: 0;
}
.quantity.spinners-added input.minus, .quantity.spinners-added input.plus {
	color: var(--global-palette1);
	padding: 0 .5em;
	line-height: 40px;
	border: 0;
	font-size: 20px;
	font-weight: 600;
}
button, .button, .wp-block-button__link, input[type="button"], input[type="reset"], input[type="submit"] {
	border-radius: 0;height: 50px;line-height: 27px;
}
input[type="text"], input[type="email"], input[type="url"], input[type="password"],
input[type="search"], input[type="number"], input[type="tel"], input[type="range"],
 input[type="date"], input[type="month"], input[type="week"], input[type="time"],
 input[type="datetime"], input[type="datetime-local"], input[type="color"], textarea {
	color: var(--global-palette1);
	border-radius: 0;
	background: #fff;height: 50px;
}
.woocommerce div.product .button.single_add_to_cart_button{
	height: 50px;
	line-height: 1.2;
	padding: 14px 32px 14px 32px;
}
.entry-summary .yith-wcwl-add-to-wishlist,
.woocommerce ul.products.woo-archive-btn-button .product-action-wrap .button_inner_wrap .button,
.woocommerce ul.products:not(.woo-archive-btn-button) .product-action-wrap .button_inner_wrap .button {
	-webkit-margin-end: 15px;
	margin-inline-end: 15px;
	-webkit-padding-end: 15px;
	padding-inline-end: 15px;
	-webkit-border-end: 1px solid #808080;
	border-inline-end: 1px solid #808080;
}
.woocommerce.single-product .entry-summary .compare.button, .woocommerce.single-product .entry-summary .yith-wcwl-add-to-wishlist a {
	color: var(--global-palette1);
	background: transparent;
	border: 0;
	box-shadow: none;
	text-transform: uppercase;
	text-decoration: underline;
	font-weight: 500;
	font-size: 13px;
	line-height: 18px;
	display: inline-block;
	vertical-align: top;
	width: auto;
	padding: 0;
}
.single-product-extras strong {
	color: var(--global-palette1);
}
.woocommerce div.product div.summary p {
	color: var(--global-palette1);
}
.single-product-category, .woocommerce div.product .product_title {
	-webkit-margin-after: .5em;
	margin-block-end: .5em;
}
.woocommerce div.product div.summary p.price {
	margin: 0 0 1em;
}
.woocommerce div.product .product_meta {
	margin: 1.2em 0 0;
	padding: 1.2em 0 .3em;
	clear: both;
}
.woocommerce div.product form.cart {
	margin-bottom: 2em;
}
.woocommerce div.product form.cart .variations {
	margin-bottom: 1em;
	border: 0;
	width: 100%;
}
.woocommerce div.product form.cart .variations label {
	display: inline-block;
	font-weight: 500;
	width: 100%;
	clear: both;
	margin: 13px 0 0;
	text-align: left;
	vertical-align: middle;
	text-transform: capitalize;
}
.woocommerce div.product form.cart .woocommerce-variation-add-to-cart {
	margin-top: .5em;
}
body.woocommerce .single-product-payments {
	margin: 0;
}
body.woocommerce div.product div.images .flex-control-thumbs {
	padding: 0 30px;
	box-sizing: border-box;
	margin: 30px 0 0;
	transform: none;
	left: auto;
	max-width: 100%;
}
body.woocommerce div.product div.images .flex-control-thumbs li:first-child {
	padding: 4px;
	box-sizing: border-box;
	list-style: none;
	float: none;
	cursor: pointer;
	text-align: center;
	display: inline-block;
	vertical-align: top;
	height: 100%;
	width: 100%;
	margin: 0;
}
/* body.woocommerce div.product div.images .flex-control-thumbs li img.flex-active {
	border-color: #e9e9e9;
} */
body.woocommerce div.product div.images .flex-control-thumbs li img {
	max-width: 7em;
	display: inline-block;
	opacity: 1;
	-webkit-opacity: 1;
	width: 100%;
}
.woocommerce-product-gallery .owl-theme .owl-buttons div.owl-prev {
	left: 0;
	top: 0;
	bottom: 0;
}
.woocommerce-product-gallery .owl-theme .owl-buttons div.owl-next {
	right: 0;
	top: 0;
	bottom: 0;
}
/* single product tab css */
body.has-sidebar .content-container {
    grid-gap: 50px;
}
.woocommerce div.product .woocommerce-tabs ul.tabs li a {
	display: inline-block;
	padding: 13px 32px;
	color: var(--global-palette3);
	font-size: 16px;
	font-weight: 500;
	text-transform: uppercase;
	border-radius: 0;
}
.woocommerce div.product .woocommerce-tabs ul.tabs::before{
	border-color: #e9e9e9;
}
.base-woo-results-count, select.orderby {
	font-size: 16px;
	color: var(--global-palette1);
	font-weight: 400;
}
.base-product-toggle-container .base-toggle-shop-layout.toggle-active, .base-product-toggle-container .base-toggle-shop-layout:hover {
	color: var(--global-palette1);
	border-color: var(--global-palette1);
}
.woocommerce div.product .woocommerce-tabs ul.tabs li.active a {
	color: var(--global-palette9);
	background: var(--global-palette1);
	text-shadow: inherit;
}
.product-tab-style-normal.woocommerce div.product .woocommerce-tabs ul.tabs li {
	background: transparent;
	border-radius: 0;
	margin-left: 0;
}
.woocommerce div.product .woocommerce-tabs ul.tabs {
	padding: 0;
}
.woocommerce div.product .woocommerce-tabs ul.tabs li {
	border: 1px solid #e9e9e9;
	background-color: var(--global-palette8);
	display: inline-block;
	position: relative;
	z-index: 0;
	-webkit-margin-end: 10px;
	margin-inline-end: 10px;
	padding: 0;
}
.woocommerce section.products > h2 {
	text-align: center;
}
.woocommerce-tabs.wc-tabs-wrapper, .woocommerce .related.products, .woocommerce .up-sells.products {
	padding: 1.5em 0 3em;
}
.single.woocommerce table.shop_attributes {
	border: none;
	border-spacing: 10px;
	margin: 0 -10px;
}
.woocommerce table.shop_attributes{
	width: 100%;
	border-collapse: separate;
}
.single.woocommerce table.shop_attributes {
	border-spacing: 10px;
}
.woocommerce table.shop_attributes {
	border-collapse: separate;
}
.woocommerce table.shop_attributes td, .woocommerce table.shop_attributes th {
	padding: 12px;
	border-top: 0;
	margin: 0;
	line-height: 1.5;
	background: var(--global-palette9);
	color: var(--global-palette1);
	border: 1px solid #e5e5e5;
}
.woocommerce table.shop_attributes td p{
	padding: 0;
}
.woocommerce table.shop_attributes th {
	width: 160px;
	font-weight: 500;
	font-size: 14px;
}
.woocommerce table.shop_attributes tr:nth-child(2n) td, .woocommerce table.shop_attributes tr:nth-child(2n) th {
	background: var(--global-palette9);
}

/* archive post */
.entry-taxonomies a{
	font-weight: 500;
	color: var(--global-palette4);
}
.archive.content-style-unboxed .entry, .blog.content-style-unboxed .entry,
.post-type-archive.content-style-unboxed .entry, .search-results.content-style-unboxed .entry{
	position: relative;
	display: inline-block;
	width: 100%;
	vertical-align: top;
	border-radius: 0;
}
.loop-entry.type-post .entry-meta .posted-on{
	text-align: left;
	margin: 0;
	box-sizing: border-box;
	color: var(--global-palette4);
	line-height: 20px;
	font-size: 16px;
	padding-top: 10px;margin-bottom: -3px;
}
.loop-entry .entry-header .entry-meta {
	margin: 0;
}
.entry-taxonomies{
	margin-bottom: 1em;
}
.grid-cols{
	row-gap: 1.5rem;
}
/* sidebar css */
body .wp-block-search .wp-block-search__label {
	display: none;
}
.wp-block-search .wp-block-search__input {
	border-color: #e9e9e9;
}
.primary-sidebar .wp-block-latest-posts__post-excerpt {
	display: none;
}
.widget.widget_block.widget_search {
	position: relative;
}
.wp-block-search .wp-block-search__button {
	position: absolute;
	overflow: hidden;
	left: auto;
	right: 0;
	top: 5px;
	bottom: auto;
	width: 40px;
	height: 40px;
	mask-image: url(assets/images/search.svg);
	-webkit-mask-image: url(assets/images/search.svg);
	mask-size: 18px;
	-webkit-mask-size: 18px;
	mask-position: center;
	-webkit-mask-position: center;
	mask-repeat: no-repeat;
	-webkit-mask-repeat: no-repeat;
	background: var(--global-palette1);
	font-size: 0;
	padding: 0;
}
.pagination .page-numbers , .woocommerce nav.woocommerce-pagination ul li .page-numbers{
	border-radius: 0;
}
.page-numbers , .pagination .nav-links {
	text-align: center;
}
/* single post */
.single-post .base-thumbnail-position-behind + .entry {
	border: 1px solid var(--global-palette7);border-radius: 0px;
}
body .entry-related .content-bg {
	background: transparent;
}
.wp-site-blocks .post-title h1 {
	font-weight: 500;
	font-size: 45px;
	line-height: 1.5;
	font-family: Cinzel;
	text-transform: uppercase;
	color: var(--global-palette1);
}
blockquote cite, blockquote .wp-block-pullquote__citation, .entry-tags a.tag-link, .comment-reply-link {
	color: var(--global-palette1);border-radius: 0px;
}
body .entry-tags a.tag-link:hover {
	background: var(--global-palette1);
	color: var(--global-palette9);
	border-color: var(--global-palette-highlight);
}
.comment-reply-link{
	border: 1px solid #e9e9e9;
}
.comment-reply-link:hover, .comment-reply-link:focus{
	color: var(--global-palette9);background: var(--global-palette1);border-color: var(--global-palette1);
}
.entry-related{
	background: #f5f5f5;
}
h2.entry-related-title{
	text-align: center;font-size: 45px;
}
h2.comments-title {
    font-size: 45px;
}
.entry-related-inner .post-thumbnail {
	padding-bottom: 31.6em;
}
.loop-entry.type-post .entry-taxonomies{
	display: block;
}
.entry-related-inner .entry-content-wrap .entry-title a {
	font-size: 22px;color: var(--global-palette1);
}
.entry-related-inner .entry-content-wrap .entry-title {
	width: 350px;
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
}
.entry-header .entry-related-inner{
	margin-bottom: 0;
}
.entry-related-inner .loop-entry .entry-content-wrap {
	padding: 1.4rem;
}
.splide .splide__pagination{
	display: none;
}
.comments-area {
	margin-bottom: 5em;
}
.comment textarea {
	background: var(--global-palette9);
}
#cancel-comment-reply-link {
	font-size: 14px;
	text-transform: capitalize;
}
.comment-respond {
	background: #f5f5f5;
	padding: 50px;
	-webkit-margin-after: 50px;
	margin-block-end: 61px;
}
.comment-body{
	border-color: #e9e9e9;
}
.bypostauthor .avatar{
	border-color: #e9e9e9;
	border-width: 3px;
}
/* Contact form */
.wpcf7-form .contact-col {
	float: none;
	width: 100%;
	display: inline-block;
	vertical-align: top;
	column-count: 2;
	column-gap: 30px;
}
.wpcf7 .wpcf7-form-control-wrap input {
	width: 100%;
	margin-block: 0 30px;
	height: 50px;
	padding: 10px 18px;
	border: none;
}
.wpcf7 .wpcf7-form-control-wrap input:focus {
	box-shadow: none;
}
.wpcf7-form-control-wrap .wpcf7-form-control.wpcf7-textarea {
	height: 155px;border: none;
}
.wpcf7-form-control.wpcf7-textarea:focus {
	box-shadow: none;
}
.wpcf7-form-control.has-spinner.wpcf7-submit {
	margin-block-start: 25px;
}
.appointment-form.elementor-widget-shortcode form .text-col-gap {
	position: relative;
	float: none;
	width: 100%;
	display: inline-block;
	vertical-align: top;
	-moz-column-count: 2;
	column-count: 2;
	grid-column-gap: 30px;
	-moz-column-gap: 30px;
	column-gap: 30px;
}
.appointment-form.elementor-widget-shortcode form input[type="text"],
.appointment-form.elementor-widget-shortcode form input[type="email"] {
	height: 44px;
	width: 100%;
	margin-block: 0;
	border-color: #e9e9e9;
}
.appointment-form.elementor-widget-shortcode .contact-button {
	text-align: center;
	margin-block-start: 15px;
	position: relative;
}
.appointment-form.elementor-widget-shortcode .wpcf7-form-control.wpcf7-textarea {
	height: 150px;
	-webkit-margin-before: 10px;
	margin-block-start: 10px;
	border-color: #e9e9e9;
}
.appointment-form .wpcf7-spinner{
	position: absolute;
	left: 0;
	right: 0;
	top: 10px;
	bottom: auto;
	margin: 0 auto;

}
/* WooCommarce pages css  */

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

/* siddebar toggal  */
.primary-sidebar .thebase-hide-sidebar-btn {display: none; flex: 0 0 auto; align-items: center; flex-direction: row; justify-content: flex-end; padding: 15px 0;}
.primary-sidebar .thebase-hide-sidebar-btn .thebase-svg-iconset {cursor: pointer;}
.thebase-hide-sidebar-btn .thebase-svg-iconset svg {height: auto; width: 1.6em;}
.thebase-show-sidebar-btn {
	position: fixed;
	-webkit-margin-end: .5em;
	margin-inline-end: .5em;
	border: 1px solid #f5f5f5;
	padding: 0 10px;
	height: 44px;
	font-size: 20px;
	line-height: 30px;
	display: none;
	cursor: pointer;
	top: 30%;
	left: -2px;
	z-index: 9;
	background: var(--global-palette9);
	box-shadow: 5px 3px 10px -3px var(--global-palette1);
	align-items: center;
	border-radius: 0;
}
.thebase-show-sidebar-btn .base-svg-iconset {
	color: var(--global-palette1);
}
.primary-sidebar .thebase-hide-sidebar-btn .base-svg-iconset {
	cursor: pointer;
	color: var(--global-palette1);
}
.thebase-hide-sidebar-btn .base-svg-iconset svg {
	height: auto;
	width: 1.6em;
}
.thebase-show-sidebar-btn.active .drawer-overlay {
	position: fixed;
	left: 0;
	right: 0;
	top: 0;
	bottom: 0;
	background-color: rgba(0,0,0,.5);
	z-index: 99;
}
.thebase-show-sidebar-btn .thebase-svg-iconset {padding-inline-end: 6px;}
.thebase-show-sidebar-btn .thebase-svg-iconset svg {width: 1.4em; height: auto;}

/* cart & checkout page css */
.woocommerce-checkout .woocommerce button.button.alt {
	background: var(--global-palette1);
	color: var(--global-palette9);
}
.woocommerce-checkout .woocommerce button.button.alt:hover {
	background: var(--global-palette1);
	color: var(--global-palette9);
}
.woocommerce-checkout .single-content h3 {
	font-size: 22px;
}
body .woocommerce form .form-row textarea {
	height: 3.13em;
}
.cart-summary {
	display: none;
}
.comment-content table, .entry-content.single-content table, body .woocommerce table.shop_table td {
	border: 1px solid #e9e9e9;
}
.site .woocommerce table.shop_table td, .site .woocommerce table.shop_table th {
	padding: 20px !important;
	color: var(--global-palette1);
	font-size: 16px;
	font-weight: 400;
}
body .woocommerce table.shop_table input {
	font-size: 16px;
}
.woocommerce-cart .cart-collaterals .cart_totals table, .woocommerce-checkout .cart-collaterals .cart_totals table, #add_payment_method .cart-collaterals .cart_totals table {
	border: 0;
}
.woocommerce-cart .cart-collaterals .cart_totals tr td {
	border-top: 0;
}
.woocommerce-cart .cart-collaterals .cart_totals tr th {
	border-color: #e9e9e9;
}
#add_payment_method .cart-collaterals, .woocommerce-cart .cart-collaterals, .woocommerce-checkout .cart-collaterals {
	background-color: var(--global-palette5);
	padding: 30px;
}
.woocommerce-cart table.cart .product-name a, .woocommerce-checkout table.cart .product-name a, #add_payment_method table.cart .product-name a {
	color: var(--global-palette1);
}
.woocommerce-cart table.cart .coupon .button:not(:hover), .woocommerce-checkout table.cart .coupon .button:not(:hover), #add_payment_method table.cart .coupon .button:not(:hover) {
	background: var(--global-palette1);
	color: var(--global-palette9);
}
.woocommerce-cart table.cart td.actions .button, .woocommerce-checkout table.cart td.actions .button, #add_payment_method table.cart td.actions .button {
	height: 50px;
	padding: 14px 32px 14px 32px;
	border: 0;
	line-height: 1.2;
}
.woocommerce-cart .wc-proceed-to-checkout a.checkout-button,
.woocommerce-checkout .wc-proceed-to-checkout a.checkout-button,
#add_payment_method .wc-proceed-to-checkout a.checkout-button{
	padding: 11px 32px 11px 32px;background: var(--global-palette1);color: var(--global-palette9);
}
.woocommerce-cart table.cart td.actions .coupon .input-text,
.woocommerce-checkout table.cart td.actions .coupon .input-text,
#add_payment_method table.cart td.actions .coupon .input-text{
	height: 50px;padding: .4em .9em;
}
.woocommerce-cart table.cart td.actions .button:disabled,
.woocommerce-checkout table.cart td.actions .button:disabled,
#add_payment_method table.cart td.actions .button:disabled {
	background-color: var(--global-palette1);
	color: var(--global-palette9);
}
#calc_shipping_city::placeholder {color: var(--global-palette1);}
#calc_shipping_postcode::placeholder{color: var(--global-palette1);}
::placeholder {
	color: #999
}
input[type="text"], input[type="email"], input[type="url"],
input[type="password"], input[type="search"], input[type="number"],
input[type="tel"], input[type="range"], input[type="date"],
input[type="month"], input[type="week"], input[type="time"],
input[type="datetime"], input[type="datetime-local"],
input[type="color"], textarea {
	border-radius: 0;
	padding: 1em 1em;
	border-color: #e9e9e9;
}
.woocommerce form .form-row .button,#payment #place_order {
	padding: 1.02em 1.8em;
	height: 50px;
	line-height: 25px;
}
.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;
}
.woocommerce form .form-row label{
	font-weight: 500;
	color: var(--global-palette1);
}
form.checkout .col2-set {
	background: var(--global-palette5);
	padding: var(--global-md-spacing);
}
.select2-container--default .select2-selection--single .select2-selection__rendered {
	color: var(--global-palette1);
	line-height: 50px;
	background: var(--global-palette9);
}
.select2-container--default .select2-selection--single{
	border-color: #e9e9e9;height: 52px;
}
#payment ul.wc_payment_methods li.wc_payment_method input[type="radio"]:first-child:checked + label {
	background: #f5f5f5;
	color: #000;
}
.woocommerce.widget_shopping_cart .buttons a:not(.checkout), .woocommerce .widget_shopping_cart .buttons a:not(.checkout) {
	background: var(--global-palette1);
	color: var(--global-palette9);
}
.woocommerce.widget_shopping_cart .buttons a:not(.checkout):hover, .woocommerce .widget_shopping_cart .buttons a:not(.checkout):hover {
	background: var(--global-palette1);
	color: var(--global-palette9);
}
.woocommerce ul.cart_list li a, .woocommerce ul.product_list_widget li a {
	font-weight: 500;
	color: var(--global-palette1);
	font-size: 14px;
}
.woocommerce ul.cart_list li .quantity, .woocommerce ul.product_list_widget li .quantity {
	font-size: 14px;
	color: var(--global-palette1);
}
.woocommerce.widget_shopping_cart .total, .woocommerce .widget_shopping_cart .total{
	border-color: #e5e5e5;
}
#cart-drawer.popup-drawer .drawer-inner {
	color: var(--global-palette1);
}
.img-slide .swiper-slide-image {
	max-width: 100%;
	position: relative;
	margin: 0 auto;
	cursor: pointer;
}
.brand .swiper-slide-image:hover {
	filter: unset;
	-webkit-filter:unset;
	-moz-filter:unset;
	-ms-filter:unset;
	-o-filter:unset;
}
.brand .swiper-slide-image {
	filter: invert(99%) sepia(94%) saturate(1%) hue-rotate(72deg) brightness(88%) contrast(30%);
	-webkit-filter: invert(99%) sepia(94%) saturate(1%) hue-rotate(72deg) brightness(88%) contrast(30%);
	-moz-filter: invert(99%) sepia(94%) saturate(1%) hue-rotate(72deg) brightness(88%) contrast(30%);
	-ms-filter: invert(99%) sepia(94%) saturate(1%) hue-rotate(72deg) brightness(88%) contrast(30%);
	-o-filter: invert(99%) sepia(94%) saturate(1%) hue-rotate(72deg) brightness(88%) contrast(30%);
}
.wishlist_table tr td a.button.yith-wcqv-button {
	display: none;
}
.yith-wcwl-share ul {
	padding: 0;
}
/* My account page css  */
.woocommerce-account .single-content h2:first-child {
    font-size: 22px;
    padding-bottom: 20px;
}
.woocommerce form.login, .woocommerce form.checkout_coupon, .woocommerce form.register {
	border: 1px solid #e9e9e9;
	border-radius: 0;
}
.woocommerce .register .form-row .button {
	margin-top: 1.2em;
}
@media screen and (min-width: 576px){
	.woocommerce ul.products.products-list-view li.product {
		display: grid;
		grid-template-columns: 1fr 2.4fr;
	}
	}
@media screen and (max-width: 1400px){
	.owl-theme .owl-buttons div.owl-next {
		right: 0;
		left: auto;
	}
	.owl-theme .owl-buttons div.owl-prev {
		right: auto;
		left: 0;
	}
}
@media screen and (max-width: 1366px){
	.main-navigation .primary-menu-container > ul > li.menu-item > a {
		padding-left: calc(2.7em / 2);
		padding-right: calc(2.7em / 2);
	}
}
@media screen and (max-width: 1200px){
	.site-main-header-wrap .site-header-row-container-inner > .site-container {
		padding: 0px 33px 0px 33px;
	}
	.main-navigation .primary-menu-container > ul > li.menu-item > a {
		padding-left: calc(2em / 2);
		padding-right: calc(2em / 2);
	}
}
@media screen and (max-width: 1100px){
	.site-main-header-wrap .site-header-row-container-inner > .site-container {
		padding: 0px 12px 0px 12px;
	}
	.main-navigation .primary-menu-container > ul > li.menu-item > a {
		padding-left: calc(1.8em / 2);
		padding-right: calc(1.8em / 2);
	}
	.site-branding a.brand img.svg-logo-image {
		width: 165px;
	}
}
@media screen and (max-width: 1024px){
	body .header-mobile-account-wrap .header-account-button {color: var(--global-palette1);}
	.site-main-header-wrap .site-header-row-container-inner > .site-container {
		padding: 0px 50px 0px 50px;
	}
	body .site-branding a.brand img.svg-logo-image {
		max-width: 180px;
	}
	body .site-header-item{
		margin-right: 10px;
	}
	.primary-sidebar .thebase-hide-sidebar-btn, .thebase-show-sidebar-btn {display: flex;}
	.primary-sidebar {
		transform: translateX(-100%);
		width: 360px;
		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: var(--global-palette9);
	}
	body:not(.home).transparent-header .entry-hero .entry-hero-container-inner {
		padding-top: 0;
	}
	.primary-sidebar.active {transform: translateX(0);}
	footer .wp-block-group .widget-title::before, .widget_mc4wp_form_widget .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;
	}
	footer .wp-block-group .toggled-on .widget-title::before,
	.widget_mc4wp_form_widget .toggled-on .widget-title::before,
	footer .wp-block-group .toggled-on .widget-title::before,
	.widget_mc4wp_form_widget.toggled-on .widget-title::before {
		content: "\f106";
	}
	footer .wp-block-group .toggled-off .wp-block-group,
	footer .wp-block-group .toggled-off > ul,
	.footer-widget-area .widget.toggled-off .mc4wp-form {
		display: none;
	}
	footer .wp-block-group .toggled-on .wp-block-group,
	footer .wp-block-group .toggled-on > ul,
	.footer-widget-area .widget.toggled-on .mc4wp-form {
		display: block;
		padding-block: 0 20px;
	}
	.site-footer .footer-widget-area .widget-title, .widget-title {
		margin-block-end: 1.0em;
		cursor: pointer;
		padding-block-end: 0;
	}
	}

@media screen and (max-width: 767px){
	.cms-block .elementor-column {
		display: inline-block;
		width: auto !important;
		margin: 0 auto !important;
		padding: 5px 0 !important;
	}
	/* .blog-posts-content .container-inner {
		padding: 0;
	} */
	.header-mobile-account-in-wrap .header-account-button > .base-svg-iconset {
		font-size: 1.2em;
	}
	.header-mobile-cart-wrap .header-cart-button .base-svg-iconset {
		font-size: 1.2em;
	}
	.site-main-header-wrap .site-header-row-container-inner > .site-container {
		padding: 0px 30px 0px 30px;
	}
	body #rev_slider_1_1_wrapper .persephone.tparrows{
		display: none;
	}
	.cont-us .main-title .elementor-heading-title::after{
		content: "";
		right: 0;
	}
	.wpcf7-form p {
		text-align: center;
	}
	}
@media screen and (max-width: 767px){
	.payment-icon.wp-block-gallery.has-nested-images {
		justify-content: center;
	}
}
@media screen and (max-width: 500px){
	.site-main-header-wrap .site-header-row-container-inner > .site-container {
		padding: 0px 15px 0px 15px;
	}
}
@media screen and (max-width: 400px){
	.site-main-header-wrap .site-header-row-container-inner > .site-container {
		padding: 0px 10px 0px 10px;
	}
	body .site-branding a.brand img.svg-logo-image {
		max-width: 155px;
	}
	.blog .entry-content-wrap .entry-title {
		white-space: nowrap;
		overflow: hidden;
		text-overflow: ellipsis;
		width: 270px;
	}
	button, .button, .wp-block-button__link, input[type="button"], input[type="reset"], input[type="submit"]{height:auto;}
}
@media screen and (max-width: 479px){
.primary-sidebar {
	width: 100%;
}
}

.pageloader {
	position: fixed;
	left: 0px;
	top: 0px;
	width: 100%;
	height: 100%;
	z-index: 9999;
	background: url(assets/images/loader.gif) center no-repeat #ffffff;
}