

.site-branding {
	margin-top: 5px;
	margin-left: 10px;
}

.site-branding a.brand img {
	display: block;
	width: 145px;
}

.header-search-bar form input.search-field {
	border: none;
	background-color: var(--global-palette8);
	padding-left: 0.8em;
	border: 1px solid var(--global-palette7);
	
}
.header-search-bar form.woocommerce-product-search input[type="search"] {
	padding-right: 40px;
	
}
.header-search-bar form.woocommerce-product-search button[type="submit"] {
	width: 42px;
	padding: 8px 8px 7px;
}

.site-top-header-wrap .site-header-row-container-inner,
.site-main-header-wrap .site-header-row-container-inner {
	border-bottom: 1px solid var(--global-palette7);
}

.home:not(.blog) .content-area,
.home:not(.blog) .single-content {  margin-top: 0!important; }
.home .entry-header.page-title {
	border: 0;
	clip: rect(1px,1px,1px,1px);
	-webkit-clip-path: inset(50%);
	clip-path: inset(50%);
	height: 1px;
	margin: -1px;
	overflow: hidden;
	padding: 0;
	position: absolute !important;
	width: 1px;
	word-wrap: normal !important;
	word-break: normal;
}
.home .max-title {
	line-height: 1.2;
}
.home .wp-block-group .wp-block-group__inner-container .spacing {
	padding-bottom: var(--global--spacing-vertical);
}
.home .brands .wp-block-columns {
	max-width: 960px!important;
	margin-left: auto!important;
	margin-right: auto!important;
	margin-bottom: 1.2rem!important;
}
.home .brands .wp-block-columns .shopify {
	padding-left: 15px;
	padding-right: 15px;
}
.home .brands .wp-block-columns .magento {
	padding-left: 10px;
	padding-right: 10px;
}
.home.content-width-normal .site .box-contents {
	padding: 0 var(--global-content-edge-padding);
}
.home.content-width-normal .site .box-contents,
.content-area .site-container .contents,
.content-area .site-main .entry-content .box-contents,
.content-area .site-main .entry-content .contents,
.home .entry-content .contents {
	max-width: 1024px;
	margin-left: auto;
	margin-right: auto;
}

@media screen and (max-width: 1024px) {
	.home.content-width-normal .site .box-contents {
		padding-left: 0;
	}

	.home.content-width-normal .site .box-contents,
	.content-area .site-container .contents,
	.content-area .site-main .entry-content .box-contents,
	.content-area .site-main .entry-content .contents,
	.home .entry-content .contents {
		max-width: auto;
	}
}


.content-area .site-container .narrow-contents {
	max-width: 842px!important;
}


.single-content .wp-block-columns.box-contents {
	max-width: 1024px;
	margin-left: auto;
	margin-right: auto;
}
.home.content-width-normal .site .alignwide .wp-block-cover__inner-container {
	padding: 0;
}

.home.content-width-normal .site .content-container .alignwide {
	margin-left: auto;
	margin-right: auto;
	max-width: 100vw;
	width: 100vw;
}

@media (max-width: 599px) {
	.wp-block-columns:not(.is-not-stacked-on-mobile) > .wp-block-column {
	flex-basis: 50% !important;
	}
}

.entry-hero.product-archive-hero-section .entry-header {
	min-height: auto!important;
	padding-bottom: 1.5rem;
	padding-top: 1.5rem;
}
.entry-hero-container-inner .entry-header > div.archive-description p {
	margin-top: 0;
}

#inner-wrap .entry-hero {
	border-bottom: 1px solid var(--global-palette7);
}
#inner-wrap .content-area {
	margin-top:var(--global-md-spacing);
	margin-bottom:var(--global-xl-spacing);
}
.home #inner-wrap .content-area {
	margin-bottom:0px;
}
.home a.link-button {
	background-color: var(--global-palette9);
	padding: 0.25em 1em 0.3em;
}
.home a.link-button:hover {
	background-color: var(--global-palette8);
	border-color:var(--global-gray-400);
}

.entry .single-content h1,
.entry .single-content h2,
.entry .single-content h3,
.entry .single-content h4,
.entry .single-content h5,
.entry .single-content h6 {
	margin: .5em 0 .5em;
}

/* Footer */
.site-footer-wrap, .site-footer-wrap a {
	background: #151E29;
	color: #D1DFE4;
}
.site-footer-wrap a:hover {
  color: #FFFFFF;
}

.footer-widget-area .footer-navigation {
	justify-content: flex-end;
}

  

/* WooCommerce */
.thebase-breadcrumbs {
	margin: .5rem!important;
}
.thebase-breadcrumbs .icon-home {
	color: transparent;
	position: relative;
	vertical-align: middle;
}

@media screen and (max-width: 1400px) {
	.has-sidebar ul.products.grid-cols:not(.products-list-view) {
		grid-template-columns: repeat(2, minmax(0, 1fr));
	}
	
	.content-width-fullwidth .custom-grid-view ul.products,
	body #wrapper .wc-block-grid .wc-block-grid__products,
	.woocommerce .up-sells.products ul,
	.woocommerce .related.products ul{
		grid-template-columns: repeat(4, minmax(0, 1fr));
	}
	
}

@media screen and (min-width: 1201px) {
	.woocommerce .up-sells.products ul,
	.woocommerce .related.products ul,
	.content-width-fullwidth .custom-grid-view ul.products,
	body #wrapper .alignwide.wc-block-grid .wc-block-grid__products,
	ul.products.grid-cols:not(.products-list-view) {
		grid-template-columns: repeat(4, minmax(0, 1fr));
	}
}

@media screen and (max-width: 1140px) {
	.woocommerce .up-sells.products ul,
	.woocommerce .related.products ul,
	.content-width-fullwidth .custom-grid-view ul.products,
	body #wrapper .wc-block-grid .wc-block-grid__products{
		grid-template-columns: repeat(3, minmax(0, 1fr));
	}
}

@media screen and (min-width: 1141px) {
	.has-sidebar ul.products.grid-cols:not(.products-list-view) {
		grid-template-columns: repeat(3, minmax(0, 1fr));
	}
}
@media screen and (min-width: 1025px) {
	body.has-left-sidebar .content-container {
		grid-template-columns: 240px minmax(0, 1fr);
		grid-gap: 2rem;
	}	
}

@media screen and (max-width: 1024px) {
	.woocommerce .up-sells.products ul,
	.woocommerce .related.products ul,
	.content-width-fullwidth .custom-grid-view ul.products,
	body #wrapper .wc-block-grid .wc-block-grid__products{
		grid-template-columns: repeat(3, minmax(0, 1fr));
	}
	.home .max-title {
		font-weight: 800!important;
    	font-size: 32px!important;
	}
}

@media screen and (max-width: 979px) {
	body #wrapper .wc-block-grid .wc-block-grid__products,
	.woocommerce .up-sells.products ul,
	.woocommerce .related.products ul,
	.woocommerce .products.grid-sm-col-3,
	.content-width-fullwidth .custom-grid-view ul.products,
	body #wrapper .alignwide.wc-block-grid .wc-block-grid__products {
		grid-template-columns: repeat(2, minmax(0, 1fr));
	}
	body.archive.woocommerce ul.products.products-list-view li.product,
	.single.woocommerce .product-details-wrapper, .single.woocommerce-page .product-details-wrapper {
		grid-template-columns: auto;
	}
}

@media screen and (max-width: 879px) {
	body.theme-templatemela ul.products.products-list-view li.product {
		grid-template-columns: auto;
	}
	.grid-sm-col-2,
	.woocommerce .up-sells.products ul,
	.woocommerce .related.products ul,
	.woocommerce .products.grid-sm-col-3,
	.content-width-fullwidth .custom-grid-view ul.products,
	body #wrapper .alignwide.wc-block-grid .wc-block-grid__products {
		grid-template-columns: repeat(2, minmax(0, 1fr));
	}
	.home .max-title {
		font-weight: 700!important;
    	font-size: 28px!important;
	}
}

@media screen and (max-width: 601px) {
	body #wrapper .wc-block-grid .wc-block-grid__products,
	.woocommerce .up-sells.products ul,
	.woocommerce .related.products ul,
	.woocommerce .products.grid-sm-col-3,
	.content-width-fullwidth .custom-grid-view ul.products,
	.has-sidebar ul.products.grid-cols:not(.products-list-view),
	body #wrapper .alignwide.wc-block-grid .wc-block-grid__products {
		grid-template-columns: minmax(0, 1fr);
	}
} 


body.theme-templatemela ul.products.products-list-view li.product {
	grid-template-columns: 300px minmax(0, 1fr);
	grid-template-rows: auto;
	align-items: flex-start;
	justify-content: start;
}
body.theme-templatemela ul.products.products-list-view li.product .entry-content-wrap {
	padding: 0px;
}
body.theme-templatemela ul.products.woo-archive-btn-button li.product .price {
	margin-bottom: 0;
	float: right;
}
body.theme-templatemela ul.products.products-list-view .product-excerpt p{
	margin: 0;
	font-size: 15px;
	color: var(--global-palette5);
}

body.theme-templatemela ul.products li.product,
body.theme-templatemela-page ul.products li.product,
body.archive.content-style-unboxed .entry,
body.blog.content-style-unboxed .entry,
body.post-type-archive.content-style-unboxed .entry,
body.search-results.content-style-unboxed .entry,
body.theme-templatemela .content-bg .product.entry.loop-entry,
body.theme-templatemela-page .content-bg .product.entry.loop-entry {
	box-shadow: 0px 2px 5px 0px rgba(0,0,0,0.05);
	border: 1px solid var(--global-palette8);
}

.wp-block-cover__inner-container .wc-block-grid .wc-block-grid__products:not(.thisisforspecificity) .wc-block-grid__product {
	border: 1px solid var(--global-palette8)!important;
}

@media screen and (max-width: 601px) {
	.wc-block-grid.has-4-columns .wc-block-grid__product:nth-child(2n+1) {
		padding-right: 0;
	}
	.wc-block-grid.has-4-columns .wc-block-grid__product:nth-child(2n) {
		padding-left: 0;
	}
}
body #wrapper .wc-block-grid .wc-block-grid__products .product-loop-boxed .entry-content-wrap,
body #wrapper .wc-block-grid .wc-block-grid__products .woo-archive-action-on-hover .entry-content-wrap,
body.theme-templatemela ul.products li.product .entry-content-wrap,
body.archive.content-style-unboxed .products.woo-archive-action-visible li.product.content-bg.loop-entry .content-bg:not(.loop-entry),
body.post-type-archive.content-style-unboxed .products.woo-archive-action-visible li.product.content-bg.loop-entry .content-bg:not(.loop-entry),
body.single-product.content-style-unboxed .products.woo-archive-action-visible li.product.content-bg.loop-entry .content-bg:not(.loop-entry) {
	padding: 0px;
	position: relative;
	margin: 12px;
}

.wc-block-grid .wc-block-grid__product .wc-block-grid__product-title,
body.theme-templatemela ul.products:not(.products-list-view) li.product h3,
body.theme-templatemela ul.products:not(.products-list-view) li.product .woocommerce-loop-product__title,
body.theme-templatemela ul.products:not(.products-list-view) li.product .woocommerce-loop-category__title,
body.theme-templatemela ul.products.products-grid-view li.product .woocommerce-loop-product__title {
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
	font-size: 14px;
	padding: 0;
}
body.theme-templatemela ul.products.products-list-view li.product .woocommerce-loop-product__title {
	font-size: 17px;
	margin: 0px;
	padding: 0px;
	overflow: hidden;
	text-overflow: ellipsis;
	max-height: 27px;
	height: 27px;
	display: block;
}

body.theme-templatemela ul.products.products-list-view li.product .woocommerce-loop-product__title .woocommerce-loop-product__title_ink {
	max-height: 27px;
	height: 27px;
	display: block;
}

.wc-block-grid .wc-block-grid__product-price,
body.theme-templatemela ul.products li.product .price {
	font-size: 18px;
	font-weight: 600;
}

.wc-block-grid .wc-block-grid__products,
.content-area .grid-cols {
  -webkit-column-gap: 1.5rem!important;
  -moz-column-gap: 1.5rem!important;
  column-gap: 1.5rem!important;
  row-gap: 1.5rem!important;
}

ul.products.woo-archive-btn-button .product-action-wrap .button,
.wc-block-grid__product.woo-archive-btn-button .product-details .wc-block-grid__product-add-to-cart .wp-block-button__link {
	display: inline;
	font-size: 14px;
	
}

.wc-block-grid .wc-block-grid__product .product-details .wp-block-button {
	margin: 0;
	display: flex;
}
.wc-block-grid__product.woo-archive-btn-button .product-details .button.demo-url,
ul.products.woo-archive-btn-button .product-action-wrap .button,
.wc-block-grid__product.woo-archive-btn-button .product-details .wc-block-grid__product-add-to-cart .wp-block-button__link {
	border: 2px none transparent;
	box-shadow: 0px 0px 0px 0px rgba(0,0,0,0.0);
    color: var(--global-palette-btn);
	background: var(--global-palette-btn-bg);
	text-align: center;
	width: 100%;
	display: block;
	padding: 0.4em 1em;
	font-weight: normal;
	font-size: 14px;

}

ul.products.woo-archive-btn-button .product-action-wrap .button.ajax_add_to_cart,
.wc-block-grid__product.woo-archive-btn-button .product-details .wc-block-grid__product-add-to-cart .wp-block-button__link {
	padding-left: 22px;
}

@media screen and (max-width: 541px) {

	.wc-block-grid__product.woo-archive-btn-button .product-details .button.demo-url,
	ul.products.woo-archive-btn-button .product-action-wrap .button,
	.wc-block-grid__product.woo-archive-btn-button .product-details .wc-block-grid__product-add-to-cart .wp-block-button__link {
		padding: 0.4em 0.5em;
	}
	ul.products.woo-archive-btn-button .product-action-wrap .button.ajax_add_to_cart,
	.wc-block-grid__product.woo-archive-btn-button .product-details .wc-block-grid__product-add-to-cart .wp-block-button__link {
		padding-left: 15px;
	}

}

ul.products:not(.products-list-view) .product-details .price-rating-wrap {
	min-height: 42px;
}

.product-rating-wrap {
	display: flex;
	align-items: center;
	clear: both;
}
.product-rating-wrap::after {
	content: "";
	clear: both;
}

.product-rating-count {
	font-size: 14px;
	color: var(--global-palette5);
	margin-top: 3px;
}

body.theme-templatemela ul.products .product-details .product-line {
	display: flex;
	align-items: center;
	
}

.theme-templatemela ul.products.products-list-view li.product .product-excerpt {
	clear: both;
}

body.theme-templatemela ul.products li.product .price:after {
	content: "";
	clear: both;
}

body.theme-templatemela ul.products li.product .star-rating {
	float: none;
	margin: 0;
	margin-top: 0.35em;
	margin-right: 1em; /* margin-left: 1em; for left align */
	display: block;
	color: #ffbe5b;
}


body.theme-templatemela .star-rating {
	color: #ffbe5b;
}
body.theme-templatemela .products .star-rating span {
	height: 100%;
}
.product-details .product-line .sales {
	font-size: 14px;
	margin-top:0.35em;
	color: var(--global-palette5);
	display: block;
}

.product-details .product-line .sales-icon {
	background: url(./images/sales.svg) 0px 3px/contain no-repeat;
	padding: 0px 6px;
	margin-right: 5px;
}

.product-nav-main-container .sales .sales-icon {
	background: url(./images/sales.svg) 0px 0px/contain no-repeat;
	padding: 0px 14px;
	margin-right: 5px;
}

body.theme-templatemela ul.products li.product .product-action-wrap {
	display: flex;
	clear: both;
	margin-top:0;
}

body.theme-templatemela ul.products li.product div.product-action-wrap::after {
	content: "";
	clear: both;
}


body.theme-templatemela ul.products.products-list-view li.product .price {
	float: left;
}

body.theme-templatemela ul.products.products-list-view .product-details .product-line {
	display: flex;
	align-items: center;
	padding-left: 1em;
}

body.theme-templatemela ul.products.products-list-view .product-details .product-line .sales{
	margin-top: 0.3em;
}




.wc-block-grid__product.woo-archive-btn-button .product-details .button.demo-url,
body.theme-templatemela ul.products.woo-archive-btn-button .button.demo-url{
	margin-left: 8px;
	background-color: var(--global-palette6);
}
.wc-block-grid__product.woo-archive-btn-button .product-details .button.demo-url:hover,
body.theme-templatemela ul.products.woo-archive-btn-button .button.demo-url:hover {
	background-color: var(--global-palette2);
}

body.theme-templatemela nav.woocommerce-pagination ul li a:hover,
body.theme-templatemela nav.woocommerce-pagination ul li a:focus {
	background-color: var(--global-palette2);
	color: #FFFFFF;
	border-color: var(--global-palette2);

}
body.theme-templatemela nav.woocommerce-pagination ul li .page-numbers {
	border: 1px solid var(--global-palette6);
}

.filter-back,.filter-child {
	vertical-align: top;
	line-height: 1.8;
	margin-right: 3px;
}


.filter-back:before, .filter-child:before {
	border: solid var(--global-palette6);
	border-width: 0 2px 2px 0;
	display: inline-block;
	padding: 3px;
	margin-right: 6px;
	content: "";
  }
  
.filter-child:before {
	transform: rotate(-45deg);
	-webkit-transform: rotate(-45deg);
}

.filter-back:before {
	transform: rotate(135deg);
	-webkit-transform: rotate(135deg);
	margin-right: 4px;
}

.checkout.woocommerce-checkout {
	margin-bottom: 0;
}

.woocommerce-shipping-fields,
.woocommerce-account-fields,
.woocommerce-additional-fields {
	display: none!important;
	visibility: hidden;
}
/* #billing_first_name_field,
#billing_last_name_field,
#billing_city_field,
#billing_address_1_field,
#billing_postcode_field {
	display: none!important;
	visibility: hidden;
} */


#billing_address_1_field {
	display: none!important;
	visibility: hidden;
}

/* Product Page - taxonomy-meta  */

body.theme-templatemela div.product div.images {
	width: 100%;
	float: none;
	padding-bottom: 0;
}
body.theme-templatemela div.product {
	display: flex;
	flex-direction: row;
	align-content: space-between;
	justify-content: space-between;
}
body.theme-templatemela div.product div.product-details {
	overflow: hidden;
	width: 58%;
}
body.theme-templatemela div.product div.summary {
	margin-left: 25px;
	width: 40%;
	margin-top: 0;

}
@media screen and (max-width: 979px) {
	body.theme-templatemela div.product div.product-details,
	body.theme-templatemela div.product div.summary{
		width: 100%;
		margin-inline: 0;
	}
	body.theme-templatemela div.product {
		display: block;
	}
}
@media screen and (max-width: 719px) {
	.single.woocommerce div.product .woocommerce-tabs {
		border: 0;
	}
}

.woocommerce .product-details div.images,
.woocommerce-page .product-details div.images {
	width: auto !important;
}

.product-media-container {
	position: relative;
}

.product-media-container::after {
	border: 1px solid var(--global-palette7);
	bottom: 0;
	content: "";
	left: 0;
	position: absolute;
	right: 0;
	top: 0;
}
.product-media-container:before {
	background: #243238;
	bottom: 0;
	content: "";
	display: none;
	left: 0;
	opacity: .7;
	position: absolute;
	right: 0;
	top: 0;
	z-index: 1;
}

.product-media-container:hover .product-thumbnails-wrapper {
	display: flex;
}

.product-thumbnails-wrapper {
	bottom: 15px;
	display: none;
	left: 10px;
	overflow: auto;
	position: absolute;
	right: 10px;
	z-index: 1;
}

.product-thumbnails-wrapper .woocommerce-product-gallery__image,
.woocommerce div.product div.images .product-thumbnails-wrapper .woocommerce-product-gallery__image:nth-child(n+2) {
	cursor: zoom-in;
	flex-shrink: 0;
	height: 75px;
	margin-left: 5px;
	margin-right: 5px;
	overflow: hidden;
	position: relative;
	width: 120px;
	display: block;
}

.product-media-container:hover:before {
	display: block;
}

.woocommerce-tabs ul.tabs {
	list-style: none;
	padding-left: 5px;
	margin: 0;
	overflow: hidden;
	position: relative;
}
.woocommerce-tabs ul.tabs li {
	border: 1px solid var(--global-palette7);
	background-color: var(--global-palette7);
	display: inline-block;
	position: relative;
	z-index: 0;
	border-radius: 3px 3px 0 0;
	margin: 0 2px;
	padding: 0;
}

.woocommerce-tabs ul.tabs li a {
	display: inline-block;
	padding: 0.5em 1em;
	font-weight: bold;
	color: var(--global-palette3);
	text-decoration: none;
	font-size: 90%;
}
.woocommerce-tabs ul.tabs li a:hover {
	text-decoration: none;
	color: var(--global-palette4);
}

.woocommerce-tabs ul.tabs li.active {
	background: var(--global-palette9);
	z-index: 2;
	border-bottom-color: var(--global-palette9);
}

.woocommerce-tabs ul.tabs li.active a {
	color: var(--global-palette4);
	text-shadow: inherit;
}
.woocommerce-tabs ul.tabs::before {
	position: absolute;
	content: " ";
	width: 100%;
	bottom: 0;
	left: 0;
	border-bottom: 1px solid var(--global-palette7);
	z-index: 1;
}
.woocommerce-tabs .panel {
	margin: 0 0 2em;
	padding: 0;
}

.single.woocommerce div.product .product_title{
  margin-bottom: var(--global-md-spacing);;
}
.product-summary-data {
	border: 1px solid var(--global-palette7);
	border-radius: 4px;
	padding: 1.5em;
}
.woocommerce_single_product_data {
	background: var(--global-palette8);
	padding: 1.5em;
	border-radius: 4px;
	margin-block-end: var(--global-lg-spacing);
}
.woocommerce div.product .woocommerce_single_product_data .price {
	padding: 0;
	margin: 0;
	font-size: 28px;
	font-weight: 600;
} 


.woocommerce div.product div.product_meta > span{
	margin-block: 1.5em;
}
.woocommerce div.product div.product_meta > span:first-child{ margin-block-start: 0;}
.woocommerce div.product div.product_meta > span:last-child{ margin-block-end: 0;}

.woocommerce div.product .taxonomy-meta {
	grid-template-columns: auto auto;
	display: grid;
	row-gap: 0.5em;
	column-gap: 0.5em;
}

.woocommerce div.product .taxonomy-meta a::before {
	background: var(--global-palette1);
	border-radius: 50%;
	content: "";
	height: 5px;
	left: 0;
	position: absolute;
	top: 12px;
	width: 5px;
  }
.woocommerce div.product div.product_meta > span label {
	display: block;
	margin-block-end: 0.5em;
	font-size: 16px;
	font-weight: 600;
	color: var(--global-palette4);
}
.woocommerce div.product div.product_meta .date_wrapper label,
.woocommerce div.product div.product_meta .sku_wrapper label {
	display: initial;
	font-size: 16px;
}
.woocommerce div.product div.product_meta .date_wrapper,
.woocommerce div.product div.product_meta .sku_wrapper {
	display: block;
	margin-block-end: 0.5em;
	margin-top: 0;
	font-size: 16px;
	font-weight: 600;
	color: var(--global-palette1);
}
.woocommerce div.product div.product_meta .date_wrapper span,
.woocommerce div.product div.product_meta .sku_wrapper span {
	font-weight: 400;
}
.woocommerce div.product .product_meta span:not(.tagged_as) .taxonomy-meta a:not(.button) {
	text-decoration: none;
	color: var(--global-palette1);
	padding-inline-start: 14px;
	position: relative;
	font-size: 15px;
	font-weight: normal;
}
.widget .tagcloud a:not(.button), .tagged_as a {
	display: inline-flex;
	border: 1px solid var(--global-palette7);
	margin: 0.2em 0.15em;
	padding: 0.25em 0.6em 0.3em;
	border-radius: 3px;
	font-size: 15px !important;
	text-decoration: none;
}
body.theme-templatemela div.product .product_meta > span a {
	color: var(--global-palette5);
}
body.theme-templatemela div.product .product_meta > span a:hover {
	color: var(--global-palette3);
}
.description-always-open {
     display: block !important;
}
.product-nav-bar-info {
	float: right;
	display: flex;
	align-items: center;
	row-gap: 1em;
	column-gap: 1em;
}
.product-nav-main-container {
	display: flex;
	justify-content: space-between;
	align-content: space-between;
	align-items: flex-end;
	margin-top: 1.618em;
}
.product-nav-main-container .product-nav-bar-right {
	display: flex;
	align-items: center;
	margin-bottom: 10px;
}
.product-nav-main-container .product-nav-bar-right .woocommerce-product-rating {
	margin-left: 2em;
}

.product-nav-main-container .sales {
	font-weight: 600;
	color: var(--global-palette4);
}

.single-product .entry-hero.product-hero-section {
	border:none ;
}
.single-product #inner-wrap .entry-hero.product-hero-section {
	border-bottom: none;
}

.single-product .entry-hero.product-hero-section .entry-hero-container-inner {
	background-color: var(--global-palette8);
}

body.single-product .site .product-hero-section .extra-title {
	margin-left: 9px;
	font-size: 28px;
}

.single-product .entry-hero.product-hero-section .entry-header {
	min-height: auto;
	min-height: auto !important;
	padding-top: 15px;
}

.woocommerce div.product .product-nav-bar-info .woocommerce-product-rating {
	margin-bottom: 0;
} 

/****** Sidebar ********/

.filters-wrap p
{
	margin-top: 1em;
	display:inline-block;
}
.filters-wrap ul
{
	display:inline-block;
	
}
.filters-wrap > ul
{
	display:inline-block;
	padding: 0!important;
	margin: 0;
	width: 100%;
	font-size: 16px;
}
.filters-wrap li
{
	list-style: none;
	display:inline-block;
	
}
.widget-area .filters-wrap ul > .current-cat label, 
.widget-area .filters-wrap .children > li.current-cat label {
	color: var(--global-palette3);
	font-weight: 500;

}

.widget-area .filters-wrap ul > .current-cat .children {
	color: initial;
}

/* If in a widget area make a single column by adding display block  */
.widget-area .filters-wrap li, .widget-area .filters-wrap p
{
	display:block;
}

/* .widget-area .filters-wrap ul li:nth-child(3n) .tmproduct_cat {
	max-width: 207px;
} */

.widget-area .filters-wrap li.cat-item {
	line-height: 2;
	align-items: baseline;
	display: flex;
	justify-content: space-between;
}
.widget-area .filters-wrap li.cat-item label {
	display: block;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
	padding-left: 5px;
}

.widget-area .filters-wrap .tmsearch {
	width: 100%;
	border: 1px solid #E1EDF7;
	font-size: 14px;
}

.widget-area .filters-wrap li label [type="checkbox"] {
	margin-right: 10px;
	display: inline-block;
}

.filters-wrap .cat-item {
	display:block;
	cursor: pointer;
	color: var(--global-palette-highlight);
}

.widget-area .filters-wrap a.filter-link {
	color: var(--global-palette-highlight);
}

.widget-area .filters-wrap a.filter-link:hover {
	text-decoration: none;
	color: var(--global-palette3);
}

.primary-sidebar.widget-area .filters-wrap .widget-title,
.filters-wrap .title,
.filters-wrap h4 {
	margin:15px 0;
	padding:5px 0;
	padding-right: 5px;
	font-size:15px;
	font-weight:700;
	text-transform: uppercase;
	color: var(--global-palette3);
	border-bottom: 1px solid #E1EDF7;
	display: block;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
}
.widget-area .filters-wrap .widget-title .wpc-wrap-icons {
	text-transform: uppercase;
	padding: 5px 0;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
	margin-right: 5px;
	display: block;
}
.wpc-filter-collapsible.wpc-closed .wpc-filter-selected-values {
	visibility: visible;
	opacity: 1;
	display: inherit;
}
.wpc-filter-collapsible.wpc-opened .wpc-filter-selected-values {
	visibility: hidden;
	opacity: 0;
	display: none;
}

.wpc-filter-collapsible.wpc-filter-header .wpc-filter-title button {
	align-items: flex-start;
}
.wpc-filter-collapsible .wpc-filter-title button .wpc-open-icon,
.wpc-filter-collapsible.wpc-closed .wpc-filter-title button .wpc-open-icon {
	margin-top: 9px;
	border-color: var(--global-palette5);
}
.wpc-filter-collapsible.wpc-opened .wpc-filter-title button .wpc-open-icon {
	margin-top: 12px;
	border-color: var(--global-palette5);
}
.widget-area li.wpc-term-item label,
.wpc-filters-widget-main-wrapper li.wpc-term-item label {
	justify-content: space-between;
	width: 100%;
}
.widget-area ul.wpc-filters-ul-list input,
.wpc-filters-widget-main-wrapper ul.wpc-filters-ul-list input {
	margin-top: 5px;
}

.widget-area .wpc-term-count,
.widget-area .filters-wrap li.cat-item .count {
	float: right;
	margin-right: 8px;
	color: var(--global-gray-500);
	font-size: 12px;
	opacity:1;
}
.widget-area .widget li.wpc-term-item a {
	font-size: 16px;
}
.wpc-filters-widget-main-wrapper input.wpc-filter-search-field {
	padding: 0em 0.5em;
}
.star-rating span, .star-rating span:before,
body .woocommerce-product-rating .star-rating span,
body .woocommerce-product-rating .star-rating span:before,
.products .star-rating span,
.products .star-rating span:before {
	color: #ffbe5b!important;
}

#top .widget ul.wpc-filters-ul-list,
.widget-area ul.wpc-filters-ul-list,
.wpc-filters-widget-main-wrapper ul.wpc-filters-ul-list {
	width: 100%;
	margin-bottom: 0;
}


.wpc-filters-widget-wrapper .wpc-posts-found,
.wpc-filters-widget-containers-wrapper .wpc-filters-widget-top-container {
	display: none;
	visibility: hidden;
}

body .widget-area .widget .wpc-filter-chips-list .wpc-chip-reset-all a,
body .wpc-custom-selected-terms .wpc-filter-chips-list li.wpc-chip-reset-all a {
	border-color:var(--global-palette-highlight)!important;
	color:var(--global-palette-highlight)!important;
}
body .widget-area .widget .wpc-filter-chips-list a,
body .wpc-custom-selected-terms .wpc-filter-chips-list a,
body .wpc-custom-selected-terms .wpc-filter-chips-list li.wpc-filter-chip a {
	padding: 0px 14px;
	padding-bottom: 3px;
	background-color: var(--global-palette7);
}

#secondary .wpc-filter-chips-list li.wpc-filter-chip:not(.wpc-chip-reset-all) a,
.widget-area .widget .wpc-filter-chips-list li.wpc-filter-chip:not(.wpc-chip-reset-all) a,
body .wpc-filter-chips-list li.wpc-filter-chip:not(.wpc-chip-reset-all) a,
body#colibri .wpc-filter-chips-list li.wpc-filter-chip:not(.wpc-chip-reset-all) a,
.wpc-filter-chips-list li.wpc-filter-chip:not(.wpc-chip-reset-all) a {
	border-color:var(--global-palette6)!important;
}

/*  Form , cart , account  */
body .select2-container--default .select2-selection--single, 
body .select2-container .select2-selection--single {
	border: 1px solid var(--global-palette7);
	border-radius: 3px;
	overflow: hidden;
	height: 40px;
}
body .select2-container--default .select2-selection--single .select2-selection__placeholder, 
body .select2-container--default .select2-selection--single .select2-selection__rendered {
	background-color: var(--global-palette9);
	overflow: hidden;
	color: var(--global-palette4);
}
body .site .woocommerce table.shop_table td, 
body .site .woocommerce table.shop_table th {
	padding-block: 1.5em;
	border-left: 0;
	border-right: 0;
	border-bottom: 0;
  	vertical-align: middle;
	padding-inline-start: 0;
}
body .site .woocommerce .woocommerce-checkout-review-order table.shop_table td, 
body .site .woocommerce .woocommerce-checkout-review-order table.shop_table th {
	padding-block: 0.5em;
	padding-top:0.5em;
	padding-bottom:0.5em;

}
body .site .woocommerce .coupon-form {
	background: var(--global-palette8);
	padding: var(--global-sm-spacing);
	border-radius: 3px;
}
body .site .woocommerce .coupon-form .form-fields {
	display: flex;
}
.woocommerce form .coupon-form  .form-row-first,
.woocommerce-page form .coupon-form .form-row-first,
.woocommerce form .coupon-form .form-row-last,
.woocommerce-page form .coupon-form .form-row-last {
	float: none;
	width: auto;
	margin-right:0.5em;
}

body .site .woocommerce .coupon-form #coupon_code {
	border-color: var(--global-gray-400);
}
body .site .woocommerce .coupon-form .form-label {
	margin-bottom: 0.5em;
}

#add_payment_method .cart-collaterals .cart_totals table td, #add_payment_method .cart-collaterals .cart_totals table th, .woocommerce-cart .cart-collaterals .cart_totals table td, .woocommerce-cart .cart-collaterals .cart_totals table th, .woocommerce-checkout .cart-collaterals .cart_totals table td, .woocommerce-checkout .cart-collaterals .cart_totals table th {
	padding-inline-start: 0;
}
body form.checkout .col2-set ,
#add_payment_method .cart-collaterals, .woocommerce-cart .cart-collaterals, .woocommerce-checkout .cart-collaterals {
	background: var(--global-palette8);
	padding:var(--global-md-spacing);
	border-radius: 3px;
}

body .site .woocommerce .woocommerce-checkout-review-order tbody td.product-name,
body .site .woocommerce .woocommerce-checkout-review-order tbody td.product-total {
	color: var(--global-palette-highlight);
}

.site .woocommerce table.shop_table th {
	font-size: 18px;
	font-weight: 600;
}
.woocommerce form .form-row label {
	line-height: 2.4;
	color: var(--global-palette4);
}

.single.woocommerce div.product .cart .button {
	height: 40px;
	line-height: 40px;
	padding: 0 1em;
}
.single.woocommerce div.product .cart .button.demo-url{
	margin-left: 8px;
	background-color: var(--global-palette6);
}
.single .product_meta {
	border: 1px solid var(--global-palette7);
	border-radius: 4px;
	padding: 1.5em;
}
.single.woocommerce .product_title.entry-title {
	margin-bottom: var(--global-sm-spacing);
}
.single.woocommerce div.product form.cart {
	margin-block: 1em;
}
.single.woocommerce div.product form.cart .button-wrap {
	display: flex;
	text-align: center;
	justify-content: space-between;
}

.single.woocommerce div.product form.cart .button-wrap button {
	width: 49%;
	text-align: center;
}

.single.woocommerce div.product form.cart .button-wrap a {
	width:49%;
	text-align: center;
}
.single.woocommerce div.product form.cart .button-wrap a:hover {
	background-color: var(--global-palette2);
}

.woocommerce div.product .woocommerce_single_product_data .price {
	border-bottom: 1px solid var(--global-palette7) ;
	display: flex;
	justify-content: space-between;
	align-items: center;
}

.woocommerce div.product .woocommerce_single_product_data .license-text {
	font-size: 20px;
}
body.theme-templatemela .single-product-extras {
	margin-bottom: 1em;
}
body.theme-templatemela div.product .single-product-extras p {
	margin-bottom: 0!important;
}

body.theme-templatemela #reviews #comments ol.commentlist li .comment-text {
	margin: 0;
}

body.theme-templatemela #reviews #review_form_wrapper,
body.theme-templatemela #reviews #comments {
	width: 100%;
	float: none;
	padding-right: 0;

}

.grecaptcha-badge {
    opacity: 0;
    visibility: hidden;
}

.woocommerce-terms-and-conditions-wrapper .checkbox {
	opacity: 0;
    visibility: hidden;
	display: none;
}

.category-items-header {
	width: 100%;
	display: flex;
	justify-content: space-between;
	align-items: flex-start;
	align-items: center;
	line-height: 1.3;
	padding-bottom: 1rem;
}
.category-items-header h2.category-items-heading {
	margin-bottom: 0;
}

.category-items-header .title-outer {
	flex: 1;
	max-width: 70%;
}

.category-items-header .category-items-button {
	display: inline;
}

.category-items-header .category-items-sub-heading {
	
	color: var(--global-palette5);
}

@media screen and (max-width: 601px) {
	.category-items-header {
		display: block;
	}
	.category-items-header .title-outer {
		max-width: 100%;
	}
	.category-items-header .category-items-button {
		display: block;
		text-align: center;
		margin-top: 10px;
	}
}

.content-style-unboxed .content-bg.loop-entry .content-bg:not(.loop-entry) {
	background: var(--global-palette9);
	margin: 12px;
	padding: 0;
}

body.theme-templatemela div.product .product_meta > span {
	font-weight: normal;
}

.woocommerce table.my_account_orders a.button {
	display: inline-block;
	margin-right: 10px;

}
.site-footer-wrap .site-container.cookie-screen{

}
.site-container .cookie-consent {
	padding: var(--global-content-edge-padding) 0;
	border-top: 1px solid var(--global-palette4);
	text-align: center;
}
.cookie-consent-text a {
	
}
.cookie-consent-text a:hover {
	text-decoration: none;
}
.newsletter-footer {
	background-color: var(--global-palette7);
	padding: 1rem 0;
}
.newsletter-footer .site-container {
	display: flex;
	flex-flow: column;
}
.subscribe-container {
	display: inline-flex;
	flex-wrap: wrap;
	justify-content: center;
	align-items: baseline;
}
.subscribe-form {
	margin-left: 20px;
}


.newsletter-footer .subscribe {
	display: flex;
	flex-flow: row;
}
.newsletter-footer .subscribe .submit {
	margin-left: 10px;
}
.newsletter-footer .description {
	text-align: center;

}
.newsletter-footer .subscribe-title {
	text-align: center;
	
	font-size: 31px;
	/* 
	margin: 1rem 0;font-weight: normal;
	text-transform: uppercase; */
}

@media screen and (max-width: 601px) {
	.newsletter-footer .subscribe-title {
		font-size: 22px;
	}
	.footer-widget-area .footer-html {
		text-align: center;
	}
	.footer-widget-area .footer-navigation-inner .footer-navigation {
		justify-content: center;
	}
}

@media screen and (max-width: 541px) {
	.subscribe-form {
		margin-left: 0;
	}
	.newsletter-footer .subscribe {
		display: flex;
		flex-flow: column;
		
	}
	.newsletter-footer .subscribe .submit {
		margin-left: 0;
		margin-top: 10px;
	}
}


.free-install {
	color: var(--global-palette1);
	
}
.free-install .free-tag {

}


.currency-container,
.currency-container > div {
	display: flex;
  	justify-content: center;
 	align-items: center;
	border-radius: 3px!important;
}
.currency-container {
	margin-left: 15px;
}

.woocs-lds-ellipsis {
	height: 50px!important;
	top: -12px!important;
	border-radius: 3px!important;
}

.currency-container > div {
	height: 36px;
    width: 100%;
	min-height: 35px;
    border-radius: 0px;
    border-color: var(--global-palette8);
    background: var(--global-palette8);
}

.selectron23-container {
	border-radius: 3px!important;
}

.woocommerce-ordering .orderby {
	display: flex;
	border: 2px solid #E1EDF7;
	border-radius: 4px;
}
.woocommerce-ordering .orderby-link {
	display: inline-block;
	background: #FFFFFF;
	border: none;
	border-right: 2px solid #E1EDF7;
	color: var(--global-palette3);
	cursor: pointer;
	font-size: 14px;
	font-weight: 400;
	line-height: 1.15;
	padding: 8px 16px;
	text-decoration: none;
	transition: background .2s,color .2s;
	
}
.woocommerce-ordering .orderby-link:hover {
	background: var(--global-palette8);
}
.woocommerce-ordering .orderby-link:last-of-type {
	border-right: none;
}
.woocommerce-ordering .orderby-link.current {
	background: var(--global-palette7);
}

.woocommerce .thebase-product-toggle-container {
	margin-top: 4px;
	margin-right: 5px;
}

.woocommerce .thebase-product-toggle-container .thebase-toggle-shop-layout {
	border: none;
	color: var(--global-palette6);
	margin-left : 0;
}

.woocommerce .thebase-product-toggle-container .thebase-toggle-shop-layout.toggle-active,
.woocommerce .thebase-product-toggle-container .thebase-toggle-shop-layout:hover {
	color: var(--global-palette4);
}


.woocommerce-ordering .orderby-link.current {

}

.woocommerce-ordering .orderby-link .arrow {
	background: url(./images/sort-arrows.svg) 0px 4px/contain no-repeat;
	padding: 0px 6px;
	margin-left: 5px;
}


.woocommerce-ordering .orderby-link .arrow.desc {
	background: url(./images/sort-arrows-down.svg) 0px 4px/contain no-repeat;
}

.woocommerce-ordering .orderby-link .arrow.asc {
	background: url(./images/sort-arrows-up.svg) 0px 4px/contain no-repeat;
}


#payment.woocommerce-checkout-payment,
.woocommerce .woocommerce-cart #payment .woocommerce-terms-and-conditions-wrapper,
.woocommerce .woocommerce-checkout #payment .woocommerce-terms-and-conditions-wrapper,
.woocommerce #add_payment_method #payment .woocommerce-terms-and-conditions-wrapper {
	padding-top: var(--global-sm-spacing);
	border-top: 2px solid #E1EDF7;
}

.woocommerce .woocommerce-cart #payment div.payment_box,
.woocommerce .woocommerce-checkout #payment div.payment_box,
.woocommerce #add_payment_method #payment div.payment_box {
	margin-top: 0!important;
	background:var(--global-palette7);
    padding: var(--global-sm-spacing);
	border-bottom: 2px solid #E1EDF7;
	border-top: 1px solid #E1EDF7;
}

.woocommerce-terms-and-conditions-wrapper .validate-required.form-row {
	display: none;
}

.woocommerce-checkout .single-content {
	margin-top: 0;
}

.tabs {
    list-style: none;
   display: flex;
   flex-flow: row wrap;
   justify-content: flex-start;
}
.tabs:after {
    content: '';
    display: table;
    clear: both;
}
.tabs input[type=radio] {
    display:none;
}
.tabs > label {
    display: inline-block;
    min-width: 25%;
    flex: 1 1 25%;
    color: var(--global-palette6);
    text-align: center;
    cursor: pointer;
    -webkit-transition: all 0.5s; /* Safari 3.1 to 6.0 */
    transition: all 0.5s;
	padding: 10px var(--global-sm-spacing);
	background: var(--global-palette8);
}

.tabs > label span.title {
   display: none;
   font-size: 1rem;
}

.tabs > label:hover {
    color: var(--global-palette-highlight);
}

.tabs > label:hover .icon {
	border-color: var(--global-palette-highlight);
  background-position: 50px 0;
  background-size: 100px 50px;
}

.tab__content {
    display: none;
  /*  text-align: center; */
    width: 100%;
   /* margin: 0 auto; */
    box-sizing: border-box;
    background-color:#ffffff;
    margin-top: 0;

}

.tab__content * {
    -webkit-animation: scale 0.2s ease-in-out;
    -moz-animation: scale 0.2s ease-in-out;
    animation: scale 0.2s ease-in-out;
}


.tabs [id^="payment_method_"]:checked + label {
    background: #FFF;
    color: var(--global-palette-highlight);
	background:var(--global-palette7);
    padding: 10px var(--global-sm-spacing);
}

.tabs [id^="payment_method_"]:checked + label i {
    border-color: var(--global-palette-highlight);
   background-position: 50px 0;
   background-size: 100px 50px;
   background: var(--global-palette-highlight);
   border-color: var(--global-palette-highlight);
}

.tabs [id^="payment_method_"]:checked ~ [id^="tab__content--"] {
     display: block;
}
 
@media (min-width: 768px) {
    .tabs > label span.title {
        display: block;
    }
}

.icon {
  margin-top: 1rem;
  display: inline-block;
  width: 12px;
  height: 12px;
  border-radius: 100%;
  border: 1px solid var(--global-palette6);
  background-size: 100px 50px;
  box-sizing: border-box;
  text-align: center;
}

.icon-image {
	margin-top: 1rem;
	display: block;
    height: 40px;
}

.img-stripe {
  background: url('images/powered-by-stripe.svg');
  background-position: center;
  background-repeat: no-repeat;
}

.img-ppcp-gateway {
	background: url('images/secured-by-paypal.svg');
	background-position: center;
	background-repeat: no-repeat;
}
.img-razorpay {
	background: url('images/secured-by-razorpay.svg');
	background-position: center;
	background-repeat: no-repeat;
}
  
  
.site #hkb .hkb-searchbox .hkb-searchbox__title {
	color: var(--global-palette3);
}
body .site #hkb .hkb-site-search .hkb-site-search__field {
	padding: 0.8em 1em 0.8em 44px;
    border-radius: 5px;
}

.site #hkb .hkb-subheader>.hkb-container {
	justify-content: center;
	flex-direction: column;
}
.site #hkb .hkb-archivetitle,
.site #hkb .hkb-searchbox .hkb-searchbox__title {
	margin-bottom: 0.5em;
}
.site #hkb .hkb-subheader,
.site #hkb .hkb-searchbox-wrapper {
	padding: 3em 0;
}
.site #hkb .hkb-subheader .hkb-site-search {
	margin-top: 0.8em;
	width: 100%;
    max-width: 620px;
}
.site #hkb .hkb-archivetitle {
	border-color: #e1edf7;
}

.site #hkb .hkb-breadcrumbs {
	font-size: 15px;
}
.site #hkb .widget {
	background: var(--global-palette8);
}
.site #hkb .hkb-breadcrumbs li:not(:first-child)::before {
	content: "";
	width: 0;
	height: 0;
	margin: 0;
	padding: 0;
	display: none;
	visibility: hidden;
	opacity: 0;
}

.site #hkb .hkb-breadcrumbs li:last-child {
	display: initial;
}

.wp-block-ht-block-toc.is-style-outline,
.wp-block-ht-block-toc.is-style-gray,
.wp-block-ht-block-toc.is-style-rounded,
.wp-block-ht-block-toc.is-style-contrasted {
    background: var(--global-palette8);
    border: 1px solid #e1edf7;
    border-radius: 5px;
    padding: 1.5em;
}

.site #hkb .hkb-article__content ul.ht_toc_list li {
	list-style: none;
}

.site #hkb .hkb-feedback .ht-voting .ht-voting-links .ht-voting-upvote,
.site #hkb .hkb-feedback .ht-voting .ht-voting-links .ht-voting-downvote {
    background: none;
}
.site #hkb .hkb-feedback {
	border-top: 1px solid #e1edf7;
    border-bottom: 1px solid #e1edf7;
}


.site #hkb .hkb_widget_toc ol li a,
.site #hkb .hkb_widget_toc ol li a:hover,
.site #hkb .hkb_widget_toc ol li.active > a,
.site #hkb .hkb_widget_toc ol li.active > a:hover {
	background: none;
	padding:0;
}

.site #hkb .hkb_widget_toc ol li.active > a {
	color: var(--global-palette1);
}

.site #hkb .hkb-subheader,
.site #hkb .hkb-subheader a,
.site #hkb .hkb-breadcrumbs a {
	color: var(--global-palette5);
	
}

.site #hkb .hkb-breadcrumbs a {
	display: inline-block;
	text-decoration: underline;
}

.site #hkb .hkb-subheader a:hover,
.site #hkb .hkb-breadcrumbs a:hover,
.site #hkb .hkb_widget_toc ol li a:hover,
.site #hkb .hkb_widget_toc ol li.active > a:hover {
	color: var(--global-palette1);
}
.site #hkb .hkb-article .hkb-article__title {
	font-weight: 700;
    font-size: 32px;
    line-height: 1.5;
    color: var(--global-palette3);
	word-wrap: break-word;
	margin: 0;
	margin-bottom: 1em;
}

.site #hkb .hkb-site-search .hkb-site-search__icon path {
    fill:  var(--global-palette6);
}

::placeholder { /* Chrome, Firefox, Opera, Safari 10.1+ */
	color: var(--global-palette5)!important;
	opacity: 0.7!important; /* Firefox */
}

:-ms-input-placeholder { /* Internet Explorer 10-11 */
	color: var(--global-palette5)!important;
	transition: inherit;
	opacity: 0.7!important;
}

::-ms-input-placeholder { /* Microsoft Edge */
	color: var(--global-palette5)!important;
	transition: inherit;
}

::-webkit-input-placeholder {
	transition: inherit;
	opacity: 0.7!important;
}
::-moz-placeholder { /* Firefox 19+ */
	transition: inherit;
	opacity: 0.7!important;
}


.site .post-thumbnail img {
	width: 100%;
	height: auto!important;
}

.site .post-thumbnail {
	padding-bottom: 50%!important;
}