/*
Theme Name: Bascart
Theme URI: https://themeforest.net/user/tripples/portfolio
Author: Tripples
Author URI: https://themewinter.com/
Description:  Bascart is powerful and modern eCommerce responsive WordPress Theme.
Version: 1.1.0
License: GNU General Public License v2 or later
License URI: LICENSE
Text Domain: bascart
Tags: theme-options, post-formats, featured-images
*/
:root {
	--primary-color: #ee4d4d;
	--secondary-color: #a352ff;
}

/* Elementor devices */
*,
*::before,
*::after {
	box-sizing: border-box;
}

.container {
	width: 100%;
	padding-right: 15px;
	padding-left: 15px;
	margin-right: auto;
	margin-left: auto;
}

@media (min-width: 576px) {
	.container {
		max-width: 540px;
	}
}

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

@media (min-width: 992px) {
	.container {
		max-width: 960px;
	}
}

@media (min-width: 1200px) {
	.container {
		max-width: 1140px;
	}
}

.container-fluid {
	width: 100%;
	padding-right: 15px;
	padding-left: 15px;
	margin-right: auto;
	margin-left: auto;
}

.row {
	display: -ms-flexbox;
	display: -webkit-box;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	margin-right: -15px;
	margin-left: -15px;
}

.col-1,
.col-2,
.col-3,
.col-4,
.col-5,
.col-6,
.col-7,
.col-8,
.col-9,
.col-10,
.col-11,
.col-12,
.col,
.col-auto,
.col-sm-1,
.col-sm-2,
.col-sm-3,
.col-sm-4,
.col-sm-5,
.col-sm-6,
.col-sm-7,
.col-sm-8,
.col-sm-9,
.col-sm-10,
.col-sm-11,
.col-sm-12,
.col-sm,
.col-sm-auto,
.col-md-1,
.col-md-2,
.col-md-3,
.col-md-4,
.col-md-5,
.col-md-6,
.col-md-7,
.col-md-8,
.col-md-9,
.col-md-10,
.col-md-11,
.col-md-12,
.col-md,
.col-md-auto,
.col-lg-1,
.col-lg-2,
.col-lg-3,
.col-lg-4,
.col-lg-5,
.col-lg-6,
.col-lg-7,
.col-lg-8,
.col-lg-9,
.col-lg-10,
.col-lg-11,
.col-lg-12,
.col-lg,
.col-lg-auto,
.col-xl-1,
.col-xl-2,
.col-xl-3,
.col-xl-4,
.col-xl-5,
.col-xl-6,
.col-xl-7,
.col-xl-8,
.col-xl-9,
.col-xl-10,
.col-xl-11,
.col-xl-12,
.col-xl,
.col-xl-auto {
	position: relative;
	width: 100%;
	padding-right: 15px;
	padding-left: 15px;
}

.col {
	-ms-flex-preferred-size: 0;
	flex-basis: 0;
	-ms-flex-positive: 1;
	-webkit-box-flex: 1;
	        flex-grow: 1;
	max-width: 100%;
}

.row-cols-1 > * {
	-ms-flex: 0 0 100%;
	-webkit-box-flex: 0;
	        flex: 0 0 100%;
	max-width: 100%;
}

.row-cols-2 > * {
	-ms-flex: 0 0 50%;
	-webkit-box-flex: 0;
	        flex: 0 0 50%;
	max-width: 50%;
}

.row-cols-3 > * {
	-ms-flex: 0 0 33.333333%;
	-webkit-box-flex: 0;
	        flex: 0 0 33.333333%;
	max-width: 33.333333%;
}

.row-cols-4 > * {
	-ms-flex: 0 0 25%;
	-webkit-box-flex: 0;
	        flex: 0 0 25%;
	max-width: 25%;
}

.row-cols-5 > * {
	-ms-flex: 0 0 20%;
	-webkit-box-flex: 0;
	        flex: 0 0 20%;
	max-width: 20%;
}

.row-cols-6 > * {
	-ms-flex: 0 0 16.666667%;
	-webkit-box-flex: 0;
	        flex: 0 0 16.666667%;
	max-width: 16.666667%;
}

.col-auto {
	-ms-flex: 0 0 auto;
	-webkit-box-flex: 0;
	        flex: 0 0 auto;
	width: auto;
	max-width: 100%;
}

.col-1 {
	-ms-flex: 0 0 8.333333%;
	-webkit-box-flex: 0;
	        flex: 0 0 8.333333%;
	max-width: 8.333333%;
}

.col-2 {
	-ms-flex: 0 0 16.666667%;
	-webkit-box-flex: 0;
	        flex: 0 0 16.666667%;
	max-width: 16.666667%;
}

.col-3 {
	-ms-flex: 0 0 25%;
	-webkit-box-flex: 0;
	        flex: 0 0 25%;
	max-width: 25%;
}

.col-4 {
	-ms-flex: 0 0 33.333333%;
	-webkit-box-flex: 0;
	        flex: 0 0 33.333333%;
	max-width: 33.333333%;
}

.col-5 {
	-ms-flex: 0 0 41.666667%;
	-webkit-box-flex: 0;
	        flex: 0 0 41.666667%;
	max-width: 41.666667%;
}

.col-6 {
	-ms-flex: 0 0 50%;
	-webkit-box-flex: 0;
	        flex: 0 0 50%;
	max-width: 50%;
}

.col-7 {
	-ms-flex: 0 0 58.333333%;
	-webkit-box-flex: 0;
	        flex: 0 0 58.333333%;
	max-width: 58.333333%;
}

.col-8 {
	-ms-flex: 0 0 66.666667%;
	-webkit-box-flex: 0;
	        flex: 0 0 66.666667%;
	max-width: 66.666667%;
}

.col-9 {
	-ms-flex: 0 0 75%;
	-webkit-box-flex: 0;
	        flex: 0 0 75%;
	max-width: 75%;
}

.col-10 {
	-ms-flex: 0 0 83.333333%;
	-webkit-box-flex: 0;
	        flex: 0 0 83.333333%;
	max-width: 83.333333%;
}

.col-11 {
	-ms-flex: 0 0 91.666667%;
	-webkit-box-flex: 0;
	        flex: 0 0 91.666667%;
	max-width: 91.666667%;
}

.col-12 {
	-ms-flex: 0 0 100%;
	-webkit-box-flex: 0;
	        flex: 0 0 100%;
	max-width: 100%;
}

.order-first {
	-ms-flex-order: -1;
	-webkit-box-ordinal-group: 0;
	        order: -1;
}

.order-last {
	-ms-flex-order: 13;
	-webkit-box-ordinal-group: 14;
	        order: 13;
}

.order-0 {
	-ms-flex-order: 0;
	-webkit-box-ordinal-group: 1;
	        order: 0;
}

.order-1 {
	-ms-flex-order: 1;
	-webkit-box-ordinal-group: 2;
	        order: 1;
}

.order-2 {
	-ms-flex-order: 2;
	-webkit-box-ordinal-group: 3;
	        order: 2;
}

.order-3 {
	-ms-flex-order: 3;
	-webkit-box-ordinal-group: 4;
	        order: 3;
}

.order-4 {
	-ms-flex-order: 4;
	-webkit-box-ordinal-group: 5;
	        order: 4;
}

.order-5 {
	-ms-flex-order: 5;
	-webkit-box-ordinal-group: 6;
	        order: 5;
}

.order-6 {
	-ms-flex-order: 6;
	-webkit-box-ordinal-group: 7;
	        order: 6;
}

.order-7 {
	-ms-flex-order: 7;
	-webkit-box-ordinal-group: 8;
	        order: 7;
}

.order-8 {
	-ms-flex-order: 8;
	-webkit-box-ordinal-group: 9;
	        order: 8;
}

.order-9 {
	-ms-flex-order: 9;
	-webkit-box-ordinal-group: 10;
	        order: 9;
}

.order-10 {
	-ms-flex-order: 10;
	-webkit-box-ordinal-group: 11;
	        order: 10;
}

.order-11 {
	-ms-flex-order: 11;
	-webkit-box-ordinal-group: 12;
	        order: 11;
}

.order-12 {
	-ms-flex-order: 12;
	-webkit-box-ordinal-group: 13;
	        order: 12;
}

.offset-1 {
	margin-left: 8.333333%;
}

.offset-2 {
	margin-left: 16.666667%;
}

.offset-3 {
	margin-left: 25%;
}

.offset-4 {
	margin-left: 33.333333%;
}

.offset-5 {
	margin-left: 41.666667%;
}

.offset-6 {
	margin-left: 50%;
}

.offset-7 {
	margin-left: 58.333333%;
}

.offset-8 {
	margin-left: 66.666667%;
}

.offset-9 {
	margin-left: 75%;
}

.offset-10 {
	margin-left: 83.333333%;
}

.offset-11 {
	margin-left: 91.666667%;
}

@media (min-width: 576px) {
	.col-sm {
		-ms-flex-preferred-size: 0;
		flex-basis: 0;
		-ms-flex-positive: 1;
		-webkit-box-flex: 1;
		        flex-grow: 1;
		max-width: 100%;
	}
	.row-cols-sm-1 > * {
		-ms-flex: 0 0 100%;
		-webkit-box-flex: 0;
		        flex: 0 0 100%;
		max-width: 100%;
	}
	.row-cols-sm-2 > * {
		-ms-flex: 0 0 50%;
		-webkit-box-flex: 0;
		        flex: 0 0 50%;
		max-width: 50%;
	}
	.row-cols-sm-3 > * {
		-ms-flex: 0 0 33.333333%;
		-webkit-box-flex: 0;
		        flex: 0 0 33.333333%;
		max-width: 33.333333%;
	}
	.row-cols-sm-4 > * {
		-ms-flex: 0 0 25%;
		-webkit-box-flex: 0;
		        flex: 0 0 25%;
		max-width: 25%;
	}
	.row-cols-sm-5 > * {
		-ms-flex: 0 0 20%;
		-webkit-box-flex: 0;
		        flex: 0 0 20%;
		max-width: 20%;
	}
	.row-cols-sm-6 > * {
		-ms-flex: 0 0 16.666667%;
		-webkit-box-flex: 0;
		        flex: 0 0 16.666667%;
		max-width: 16.666667%;
	}
	.col-sm-auto {
		-ms-flex: 0 0 auto;
		-webkit-box-flex: 0;
		        flex: 0 0 auto;
		width: auto;
		max-width: 100%;
	}
	.col-sm-1 {
		-ms-flex: 0 0 8.333333%;
		-webkit-box-flex: 0;
		        flex: 0 0 8.333333%;
		max-width: 8.333333%;
	}
	.col-sm-2 {
		-ms-flex: 0 0 16.666667%;
		-webkit-box-flex: 0;
		        flex: 0 0 16.666667%;
		max-width: 16.666667%;
	}
	.col-sm-3 {
		-ms-flex: 0 0 25%;
		-webkit-box-flex: 0;
		        flex: 0 0 25%;
		max-width: 25%;
	}
	.col-sm-4 {
		-ms-flex: 0 0 33.333333%;
		-webkit-box-flex: 0;
		        flex: 0 0 33.333333%;
		max-width: 33.333333%;
	}
	.col-sm-5 {
		-ms-flex: 0 0 41.666667%;
		-webkit-box-flex: 0;
		        flex: 0 0 41.666667%;
		max-width: 41.666667%;
	}
	.col-sm-6 {
		-ms-flex: 0 0 50%;
		-webkit-box-flex: 0;
		        flex: 0 0 50%;
		max-width: 50%;
	}
	.col-sm-7 {
		-ms-flex: 0 0 58.333333%;
		-webkit-box-flex: 0;
		        flex: 0 0 58.333333%;
		max-width: 58.333333%;
	}
	.col-sm-8 {
		-ms-flex: 0 0 66.666667%;
		-webkit-box-flex: 0;
		        flex: 0 0 66.666667%;
		max-width: 66.666667%;
	}
	.col-sm-9 {
		-ms-flex: 0 0 75%;
		-webkit-box-flex: 0;
		        flex: 0 0 75%;
		max-width: 75%;
	}
	.col-sm-10 {
		-ms-flex: 0 0 83.333333%;
		-webkit-box-flex: 0;
		        flex: 0 0 83.333333%;
		max-width: 83.333333%;
	}
	.col-sm-11 {
		-ms-flex: 0 0 91.666667%;
		-webkit-box-flex: 0;
		        flex: 0 0 91.666667%;
		max-width: 91.666667%;
	}
	.col-sm-12 {
		-ms-flex: 0 0 100%;
		-webkit-box-flex: 0;
		        flex: 0 0 100%;
		max-width: 100%;
	}
	.order-sm-first {
		-ms-flex-order: -1;
		-webkit-box-ordinal-group: 0;
		        order: -1;
	}
	.order-sm-last {
		-ms-flex-order: 13;
		-webkit-box-ordinal-group: 14;
		        order: 13;
	}
	.order-sm-0 {
		-ms-flex-order: 0;
		-webkit-box-ordinal-group: 1;
		        order: 0;
	}
	.order-sm-1 {
		-ms-flex-order: 1;
		-webkit-box-ordinal-group: 2;
		        order: 1;
	}
	.order-sm-2 {
		-ms-flex-order: 2;
		-webkit-box-ordinal-group: 3;
		        order: 2;
	}
	.order-sm-3 {
		-ms-flex-order: 3;
		-webkit-box-ordinal-group: 4;
		        order: 3;
	}
	.order-sm-4 {
		-ms-flex-order: 4;
		-webkit-box-ordinal-group: 5;
		        order: 4;
	}
	.order-sm-5 {
		-ms-flex-order: 5;
		-webkit-box-ordinal-group: 6;
		        order: 5;
	}
	.order-sm-6 {
		-ms-flex-order: 6;
		-webkit-box-ordinal-group: 7;
		        order: 6;
	}
	.order-sm-7 {
		-ms-flex-order: 7;
		-webkit-box-ordinal-group: 8;
		        order: 7;
	}
	.order-sm-8 {
		-ms-flex-order: 8;
		-webkit-box-ordinal-group: 9;
		        order: 8;
	}
	.order-sm-9 {
		-ms-flex-order: 9;
		-webkit-box-ordinal-group: 10;
		        order: 9;
	}
	.order-sm-10 {
		-ms-flex-order: 10;
		-webkit-box-ordinal-group: 11;
		        order: 10;
	}
	.order-sm-11 {
		-ms-flex-order: 11;
		-webkit-box-ordinal-group: 12;
		        order: 11;
	}
	.order-sm-12 {
		-ms-flex-order: 12;
		-webkit-box-ordinal-group: 13;
		        order: 12;
	}
	.offset-sm-0 {
		margin-left: 0;
	}
	.offset-sm-1 {
		margin-left: 8.333333%;
	}
	.offset-sm-2 {
		margin-left: 16.666667%;
	}
	.offset-sm-3 {
		margin-left: 25%;
	}
	.offset-sm-4 {
		margin-left: 33.333333%;
	}
	.offset-sm-5 {
		margin-left: 41.666667%;
	}
	.offset-sm-6 {
		margin-left: 50%;
	}
	.offset-sm-7 {
		margin-left: 58.333333%;
	}
	.offset-sm-8 {
		margin-left: 66.666667%;
	}
	.offset-sm-9 {
		margin-left: 75%;
	}
	.offset-sm-10 {
		margin-left: 83.333333%;
	}
	.offset-sm-11 {
		margin-left: 91.666667%;
	}
}

@media (min-width: 768px) {
	.col-md {
		-ms-flex-preferred-size: 0;
		flex-basis: 0;
		-ms-flex-positive: 1;
		-webkit-box-flex: 1;
		        flex-grow: 1;
		max-width: 100%;
	}
	.row-cols-md-1 > * {
		-ms-flex: 0 0 100%;
		-webkit-box-flex: 0;
		        flex: 0 0 100%;
		max-width: 100%;
	}
	.row-cols-md-2 > * {
		-ms-flex: 0 0 50%;
		-webkit-box-flex: 0;
		        flex: 0 0 50%;
		max-width: 50%;
	}
	.row-cols-md-3 > * {
		-ms-flex: 0 0 33.333333%;
		-webkit-box-flex: 0;
		        flex: 0 0 33.333333%;
		max-width: 33.333333%;
	}
	.row-cols-md-4 > * {
		-ms-flex: 0 0 25%;
		-webkit-box-flex: 0;
		        flex: 0 0 25%;
		max-width: 25%;
	}
	.row-cols-md-5 > * {
		-ms-flex: 0 0 20%;
		-webkit-box-flex: 0;
		        flex: 0 0 20%;
		max-width: 20%;
	}
	.row-cols-md-6 > * {
		-ms-flex: 0 0 16.666667%;
		-webkit-box-flex: 0;
		        flex: 0 0 16.666667%;
		max-width: 16.666667%;
	}
	.col-md-auto {
		-ms-flex: 0 0 auto;
		-webkit-box-flex: 0;
		        flex: 0 0 auto;
		width: auto;
		max-width: 100%;
	}
	.col-md-1 {
		-ms-flex: 0 0 8.333333%;
		-webkit-box-flex: 0;
		        flex: 0 0 8.333333%;
		max-width: 8.333333%;
	}
	.col-md-2 {
		-ms-flex: 0 0 16.666667%;
		-webkit-box-flex: 0;
		        flex: 0 0 16.666667%;
		max-width: 16.666667%;
	}
	.col-md-3 {
		-ms-flex: 0 0 25%;
		-webkit-box-flex: 0;
		        flex: 0 0 25%;
		max-width: 25%;
	}
	.col-md-4 {
		-ms-flex: 0 0 33.333333%;
		-webkit-box-flex: 0;
		        flex: 0 0 33.333333%;
		max-width: 33.333333%;
	}
	.col-md-5 {
		-ms-flex: 0 0 41.666667%;
		-webkit-box-flex: 0;
		        flex: 0 0 41.666667%;
		max-width: 41.666667%;
	}
	.col-md-6 {
		-ms-flex: 0 0 50%;
		-webkit-box-flex: 0;
		        flex: 0 0 50%;
		max-width: 50%;
	}
	.col-md-7 {
		-ms-flex: 0 0 58.333333%;
		-webkit-box-flex: 0;
		        flex: 0 0 58.333333%;
		max-width: 58.333333%;
	}
	.col-md-8 {
		-ms-flex: 0 0 66.666667%;
		-webkit-box-flex: 0;
		        flex: 0 0 66.666667%;
		max-width: 66.666667%;
	}
	.col-md-9 {
		-ms-flex: 0 0 75%;
		-webkit-box-flex: 0;
		        flex: 0 0 75%;
		max-width: 75%;
	}
	.col-md-10 {
		-ms-flex: 0 0 83.333333%;
		-webkit-box-flex: 0;
		        flex: 0 0 83.333333%;
		max-width: 83.333333%;
	}
	.col-md-11 {
		-ms-flex: 0 0 91.666667%;
		-webkit-box-flex: 0;
		        flex: 0 0 91.666667%;
		max-width: 91.666667%;
	}
	.col-md-12 {
		-ms-flex: 0 0 100%;
		-webkit-box-flex: 0;
		        flex: 0 0 100%;
		max-width: 100%;
	}
	.order-md-first {
		-ms-flex-order: -1;
		-webkit-box-ordinal-group: 0;
		        order: -1;
	}
	.order-md-last {
		-ms-flex-order: 13;
		-webkit-box-ordinal-group: 14;
		        order: 13;
	}
	.order-md-0 {
		-ms-flex-order: 0;
		-webkit-box-ordinal-group: 1;
		        order: 0;
	}
	.order-md-1 {
		-ms-flex-order: 1;
		-webkit-box-ordinal-group: 2;
		        order: 1;
	}
	.order-md-2 {
		-ms-flex-order: 2;
		-webkit-box-ordinal-group: 3;
		        order: 2;
	}
	.order-md-3 {
		-ms-flex-order: 3;
		-webkit-box-ordinal-group: 4;
		        order: 3;
	}
	.order-md-4 {
		-ms-flex-order: 4;
		-webkit-box-ordinal-group: 5;
		        order: 4;
	}
	.order-md-5 {
		-ms-flex-order: 5;
		-webkit-box-ordinal-group: 6;
		        order: 5;
	}
	.order-md-6 {
		-ms-flex-order: 6;
		-webkit-box-ordinal-group: 7;
		        order: 6;
	}
	.order-md-7 {
		-ms-flex-order: 7;
		-webkit-box-ordinal-group: 8;
		        order: 7;
	}
	.order-md-8 {
		-ms-flex-order: 8;
		-webkit-box-ordinal-group: 9;
		        order: 8;
	}
	.order-md-9 {
		-ms-flex-order: 9;
		-webkit-box-ordinal-group: 10;
		        order: 9;
	}
	.order-md-10 {
		-ms-flex-order: 10;
		-webkit-box-ordinal-group: 11;
		        order: 10;
	}
	.order-md-11 {
		-ms-flex-order: 11;
		-webkit-box-ordinal-group: 12;
		        order: 11;
	}
	.order-md-12 {
		-ms-flex-order: 12;
		-webkit-box-ordinal-group: 13;
		        order: 12;
	}
	.offset-md-0 {
		margin-left: 0;
	}
	.offset-md-1 {
		margin-left: 8.333333%;
	}
	.offset-md-2 {
		margin-left: 16.666667%;
	}
	.offset-md-3 {
		margin-left: 25%;
	}
	.offset-md-4 {
		margin-left: 33.333333%;
	}
	.offset-md-5 {
		margin-left: 41.666667%;
	}
	.offset-md-6 {
		margin-left: 50%;
	}
	.offset-md-7 {
		margin-left: 58.333333%;
	}
	.offset-md-8 {
		margin-left: 66.666667%;
	}
	.offset-md-9 {
		margin-left: 75%;
	}
	.offset-md-10 {
		margin-left: 83.333333%;
	}
	.offset-md-11 {
		margin-left: 91.666667%;
	}
}

@media (min-width: 992px) {
	.col-lg {
		-ms-flex-preferred-size: 0;
		flex-basis: 0;
		-ms-flex-positive: 1;
		-webkit-box-flex: 1;
		        flex-grow: 1;
		max-width: 100%;
	}
	.row-cols-lg-1 > * {
		-ms-flex: 0 0 100%;
		-webkit-box-flex: 0;
		        flex: 0 0 100%;
		max-width: 100%;
	}
	.row-cols-lg-2 > * {
		-ms-flex: 0 0 50%;
		-webkit-box-flex: 0;
		        flex: 0 0 50%;
		max-width: 50%;
	}
	.row-cols-lg-3 > * {
		-ms-flex: 0 0 33.333333%;
		-webkit-box-flex: 0;
		        flex: 0 0 33.333333%;
		max-width: 33.333333%;
	}
	.row-cols-lg-4 > * {
		-ms-flex: 0 0 25%;
		-webkit-box-flex: 0;
		        flex: 0 0 25%;
		max-width: 25%;
	}
	.row-cols-lg-5 > * {
		-ms-flex: 0 0 20%;
		-webkit-box-flex: 0;
		        flex: 0 0 20%;
		max-width: 20%;
	}
	.row-cols-lg-6 > * {
		-ms-flex: 0 0 16.666667%;
		-webkit-box-flex: 0;
		        flex: 0 0 16.666667%;
		max-width: 16.666667%;
	}
	.col-lg-auto {
		-ms-flex: 0 0 auto;
		-webkit-box-flex: 0;
		        flex: 0 0 auto;
		width: auto;
		max-width: 100%;
	}
	.col-lg-1 {
		-ms-flex: 0 0 8.333333%;
		-webkit-box-flex: 0;
		        flex: 0 0 8.333333%;
		max-width: 8.333333%;
	}
	.col-lg-2 {
		-ms-flex: 0 0 16.666667%;
		-webkit-box-flex: 0;
		        flex: 0 0 16.666667%;
		max-width: 16.666667%;
	}
	.col-lg-3 {
		-ms-flex: 0 0 25%;
		-webkit-box-flex: 0;
		        flex: 0 0 25%;
		max-width: 25%;
	}
	.col-lg-4 {
		-ms-flex: 0 0 33.333333%;
		-webkit-box-flex: 0;
		        flex: 0 0 33.333333%;
		max-width: 33.333333%;
	}
	.col-lg-5 {
		-ms-flex: 0 0 41.666667%;
		-webkit-box-flex: 0;
		        flex: 0 0 41.666667%;
		max-width: 41.666667%;
	}
	.col-lg-6 {
		-ms-flex: 0 0 50%;
		-webkit-box-flex: 0;
		        flex: 0 0 50%;
		max-width: 50%;
	}
	.col-lg-7 {
		-ms-flex: 0 0 58.333333%;
		-webkit-box-flex: 0;
		        flex: 0 0 58.333333%;
		max-width: 58.333333%;
	}
	.col-lg-8 {
		-ms-flex: 0 0 66.666667%;
		-webkit-box-flex: 0;
		        flex: 0 0 66.666667%;
		max-width: 66.666667%;
	}
	.col-lg-9 {
		-ms-flex: 0 0 75%;
		-webkit-box-flex: 0;
		        flex: 0 0 75%;
		max-width: 75%;
	}
	.col-lg-10 {
		-ms-flex: 0 0 83.333333%;
		-webkit-box-flex: 0;
		        flex: 0 0 83.333333%;
		max-width: 83.333333%;
	}
	.col-lg-11 {
		-ms-flex: 0 0 91.666667%;
		-webkit-box-flex: 0;
		        flex: 0 0 91.666667%;
		max-width: 91.666667%;
	}
	.col-lg-12 {
		-ms-flex: 0 0 100%;
		-webkit-box-flex: 0;
		        flex: 0 0 100%;
		max-width: 100%;
	}
	.order-lg-first {
		-ms-flex-order: -1;
		-webkit-box-ordinal-group: 0;
		        order: -1;
	}
	.order-lg-last {
		-ms-flex-order: 13;
		-webkit-box-ordinal-group: 14;
		        order: 13;
	}
	.order-lg-0 {
		-ms-flex-order: 0;
		-webkit-box-ordinal-group: 1;
		        order: 0;
	}
	.order-lg-1 {
		-ms-flex-order: 1;
		-webkit-box-ordinal-group: 2;
		        order: 1;
	}
	.order-lg-2 {
		-ms-flex-order: 2;
		-webkit-box-ordinal-group: 3;
		        order: 2;
	}
	.order-lg-3 {
		-ms-flex-order: 3;
		-webkit-box-ordinal-group: 4;
		        order: 3;
	}
	.order-lg-4 {
		-ms-flex-order: 4;
		-webkit-box-ordinal-group: 5;
		        order: 4;
	}
	.order-lg-5 {
		-ms-flex-order: 5;
		-webkit-box-ordinal-group: 6;
		        order: 5;
	}
	.order-lg-6 {
		-ms-flex-order: 6;
		-webkit-box-ordinal-group: 7;
		        order: 6;
	}
	.order-lg-7 {
		-ms-flex-order: 7;
		-webkit-box-ordinal-group: 8;
		        order: 7;
	}
	.order-lg-8 {
		-ms-flex-order: 8;
		-webkit-box-ordinal-group: 9;
		        order: 8;
	}
	.order-lg-9 {
		-ms-flex-order: 9;
		-webkit-box-ordinal-group: 10;
		        order: 9;
	}
	.order-lg-10 {
		-ms-flex-order: 10;
		-webkit-box-ordinal-group: 11;
		        order: 10;
	}
	.order-lg-11 {
		-ms-flex-order: 11;
		-webkit-box-ordinal-group: 12;
		        order: 11;
	}
	.order-lg-12 {
		-ms-flex-order: 12;
		-webkit-box-ordinal-group: 13;
		        order: 12;
	}
	.offset-lg-0 {
		margin-left: 0;
	}
	.offset-lg-1 {
		margin-left: 8.333333%;
	}
	.offset-lg-2 {
		margin-left: 16.666667%;
	}
	.offset-lg-3 {
		margin-left: 25%;
	}
	.offset-lg-4 {
		margin-left: 33.333333%;
	}
	.offset-lg-5 {
		margin-left: 41.666667%;
	}
	.offset-lg-6 {
		margin-left: 50%;
	}
	.offset-lg-7 {
		margin-left: 58.333333%;
	}
	.offset-lg-8 {
		margin-left: 66.666667%;
	}
	.offset-lg-9 {
		margin-left: 75%;
	}
	.offset-lg-10 {
		margin-left: 83.333333%;
	}
	.offset-lg-11 {
		margin-left: 91.666667%;
	}
}

@media (min-width: 1200px) {
	.col-xl {
		-ms-flex-preferred-size: 0;
		flex-basis: 0;
		-ms-flex-positive: 1;
		-webkit-box-flex: 1;
		        flex-grow: 1;
		max-width: 100%;
	}
	.row-cols-xl-1 > * {
		-ms-flex: 0 0 100%;
		-webkit-box-flex: 0;
		        flex: 0 0 100%;
		max-width: 100%;
	}
	.row-cols-xl-2 > * {
		-ms-flex: 0 0 50%;
		-webkit-box-flex: 0;
		        flex: 0 0 50%;
		max-width: 50%;
	}
	.row-cols-xl-3 > * {
		-ms-flex: 0 0 33.333333%;
		-webkit-box-flex: 0;
		        flex: 0 0 33.333333%;
		max-width: 33.333333%;
	}
	.row-cols-xl-4 > * {
		-ms-flex: 0 0 25%;
		-webkit-box-flex: 0;
		        flex: 0 0 25%;
		max-width: 25%;
	}
	.row-cols-xl-5 > * {
		-ms-flex: 0 0 20%;
		-webkit-box-flex: 0;
		        flex: 0 0 20%;
		max-width: 20%;
	}
	.row-cols-xl-6 > * {
		-ms-flex: 0 0 16.666667%;
		-webkit-box-flex: 0;
		        flex: 0 0 16.666667%;
		max-width: 16.666667%;
	}
	.col-xl-auto {
		-ms-flex: 0 0 auto;
		-webkit-box-flex: 0;
		        flex: 0 0 auto;
		width: auto;
		max-width: 100%;
	}
	.col-xl-1 {
		-ms-flex: 0 0 8.333333%;
		-webkit-box-flex: 0;
		        flex: 0 0 8.333333%;
		max-width: 8.333333%;
	}
	.col-xl-2 {
		-ms-flex: 0 0 16.666667%;
		-webkit-box-flex: 0;
		        flex: 0 0 16.666667%;
		max-width: 16.666667%;
	}
	.col-xl-3 {
		-ms-flex: 0 0 25%;
		-webkit-box-flex: 0;
		        flex: 0 0 25%;
		max-width: 25%;
	}
	.col-xl-4 {
		-ms-flex: 0 0 33.333333%;
		-webkit-box-flex: 0;
		        flex: 0 0 33.333333%;
		max-width: 33.333333%;
	}
	.col-xl-5 {
		-ms-flex: 0 0 41.666667%;
		-webkit-box-flex: 0;
		        flex: 0 0 41.666667%;
		max-width: 41.666667%;
	}
	.col-xl-6 {
		-ms-flex: 0 0 50%;
		-webkit-box-flex: 0;
		        flex: 0 0 50%;
		max-width: 50%;
	}
	.col-xl-7 {
		-ms-flex: 0 0 58.333333%;
		-webkit-box-flex: 0;
		        flex: 0 0 58.333333%;
		max-width: 58.333333%;
	}
	.col-xl-8 {
		-ms-flex: 0 0 66.666667%;
		-webkit-box-flex: 0;
		        flex: 0 0 66.666667%;
		max-width: 66.666667%;
	}
	.col-xl-9 {
		-ms-flex: 0 0 75%;
		-webkit-box-flex: 0;
		        flex: 0 0 75%;
		max-width: 75%;
	}
	.col-xl-10 {
		-ms-flex: 0 0 83.333333%;
		-webkit-box-flex: 0;
		        flex: 0 0 83.333333%;
		max-width: 83.333333%;
	}
	.col-xl-11 {
		-ms-flex: 0 0 91.666667%;
		-webkit-box-flex: 0;
		        flex: 0 0 91.666667%;
		max-width: 91.666667%;
	}
	.col-xl-12 {
		-ms-flex: 0 0 100%;
		-webkit-box-flex: 0;
		        flex: 0 0 100%;
		max-width: 100%;
	}
	.order-xl-first {
		-ms-flex-order: -1;
		-webkit-box-ordinal-group: 0;
		        order: -1;
	}
	.order-xl-last {
		-ms-flex-order: 13;
		-webkit-box-ordinal-group: 14;
		        order: 13;
	}
	.order-xl-0 {
		-ms-flex-order: 0;
		-webkit-box-ordinal-group: 1;
		        order: 0;
	}
	.order-xl-1 {
		-ms-flex-order: 1;
		-webkit-box-ordinal-group: 2;
		        order: 1;
	}
	.order-xl-2 {
		-ms-flex-order: 2;
		-webkit-box-ordinal-group: 3;
		        order: 2;
	}
	.order-xl-3 {
		-ms-flex-order: 3;
		-webkit-box-ordinal-group: 4;
		        order: 3;
	}
	.order-xl-4 {
		-ms-flex-order: 4;
		-webkit-box-ordinal-group: 5;
		        order: 4;
	}
	.order-xl-5 {
		-ms-flex-order: 5;
		-webkit-box-ordinal-group: 6;
		        order: 5;
	}
	.order-xl-6 {
		-ms-flex-order: 6;
		-webkit-box-ordinal-group: 7;
		        order: 6;
	}
	.order-xl-7 {
		-ms-flex-order: 7;
		-webkit-box-ordinal-group: 8;
		        order: 7;
	}
	.order-xl-8 {
		-ms-flex-order: 8;
		-webkit-box-ordinal-group: 9;
		        order: 8;
	}
	.order-xl-9 {
		-ms-flex-order: 9;
		-webkit-box-ordinal-group: 10;
		        order: 9;
	}
	.order-xl-10 {
		-ms-flex-order: 10;
		-webkit-box-ordinal-group: 11;
		        order: 10;
	}
	.order-xl-11 {
		-ms-flex-order: 11;
		-webkit-box-ordinal-group: 12;
		        order: 11;
	}
	.order-xl-12 {
		-ms-flex-order: 12;
		-webkit-box-ordinal-group: 13;
		        order: 12;
	}
	.offset-xl-0 {
		margin-left: 0;
	}
	.offset-xl-1 {
		margin-left: 8.333333%;
	}
	.offset-xl-2 {
		margin-left: 16.666667%;
	}
	.offset-xl-3 {
		margin-left: 25%;
	}
	.offset-xl-4 {
		margin-left: 33.333333%;
	}
	.offset-xl-5 {
		margin-left: 41.666667%;
	}
	.offset-xl-6 {
		margin-left: 50%;
	}
	.offset-xl-7 {
		margin-left: 58.333333%;
	}
	.offset-xl-8 {
		margin-left: 66.666667%;
	}
	.offset-xl-9 {
		margin-left: 75%;
	}
	.offset-xl-10 {
		margin-left: 83.333333%;
	}
	.offset-xl-11 {
		margin-left: 91.666667%;
	}
}

.fade {
	opacity: 0;
	-webkit-transition: opacity 0.15s linear;
	transition: opacity 0.15s linear;
}

.fade.in {
	opacity: 1;
}

.collapse {
	display: none;
}

.collapse.in {
	display: block;
}

.collapsing {
	position: relative;
	height: 0;
	overflow: hidden;
	-webkit-transition-property: height, visibility;
	transition-property: height, visibility;
	-webkit-transition-duration: 0.35s;
	transition-duration: 0.35s;
	-webkit-transition-timing-function: ease;
	transition-timing-function: ease;
}

.nav-tabs {
	border-bottom: 1px solid #ddd;
}

.nav-tabs > li {
	float: left;
	margin-bottom: -1px;
}

.nav-tabs > li > a {
	margin-right: 2px;
	line-height: 1.42857143;
	border: 1px solid transparent;
	border-radius: 4px 4px 0 0;
}

.nav-tabs > li.active > a,
.nav-tabs > li.active > a:focus,
.nav-tabs > li.active > a:hover {
	color: #555;
	cursor: default;
	background-color: #fff;
	border: 1px solid #ddd;
	border-bottom-color: transparent;
}

.tab-content > .tab-pane {
	display: none;
}

.tab-content > .active {
	display: block;
}

.clearfix::after,
.clearfix::before,
.nav::after,
.nav::before,
.row::after,
.row::before {
	display: table;
	content: " ";
}

.clearfix::after,
.nav::after,
.row::after {
	clear: both;
}

.hide {
	display: none !important;
}

.show {
	display: block !important;
}

.mx-auto {
	margin: auto !important;
}

.text-center {
	text-align: center !important;
}

/* @import "./variable";
@import "./_mixin"; */
:root {
	font-size: 16px;
}

body {
	overflow-x: hidden;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
	font-weight: 400;
	line-height: 1.625;
	color: #5d6171;
	padding: 0;
	margin: 0;
}

html.fonts-loaded body {
	font-family: "Inter", sans-serif;
}

iframe {
	border: none;
}

a,
b,
div,
ul,
li {
	-webkit-tap-highlight-color: rgba(0, 0, 0, 0);
	-webkit-tap-highlight-color: transparent;
	-moz-outline-: none;
}

div.hello {
	text-align: center;
}

a {
	text-decoration: none;
	outline: 0;
	-webkit-transition: all 0.4s ease;
	        transition: all 0.4s ease;
	display: inline-block;
	color: var(--primary-color);
	-webkit-transition: all 0.4s ease;
	        transition: all 0.4s ease;
}

a:hover, a:focus, a:active {
	color: var(--primary-color);
}

a:focus,
a:active,
input,
input:hover,
input:focus,
input:active,
textarea,
textarea:hover,
textarea:focus,
textarea:active {
	-moz-outline: none;
	outline: none;
}

img:not([draggable]),
embed,
object,
video {
	max-width: 100%;
	height: auto;
}

a:active,
a:focus,
a:hover,
a:visited {
	text-decoration: none;
	outline: 0;
}

img {
	border: none;
	max-width: 100%;
	vertical-align: middle;
	-webkit-user-select: none;
	    -ms-user-select: none;
	        user-select: none;
	height: auto;
}

button:focus {
	outline: none;
}

h1,
h2,
h3,
h4,
h5,
h6 {
	color: #2c2f40;
	font-weight: 700;
	line-height: 1.625;
	margin-top: 0;
}

html.fonts-loaded h1,
html.fonts-loaded h2,
html.fonts-loaded h3,
html.fonts-loaded h4,
html.fonts-loaded h5,
html.fonts-loaded h6 {
	font-family: "Inter", sans-serif;
}

kbd {
	padding: .2rem .4rem;
	font-size: 87.5%;
	color: #fff;
	background-color: #212529;
	border-radius: .2rem;
}

pre {
	display: block;
	font-size: 87.5%;
	color: #212529;
	overflow: auto;
}

/* remove from control focus box shadow */
.form-control:focus {
	box-shadow: none;
}

input[type="number"]::-webkit-inner-spin-button,
input[type="number"]::-webkit-outer-spin-button {
	margin: 0;
}

/* input type number spinner turn of firefox */
h1 {
	font-size: 36px;
}

h2 {
	font-size: 30px;
}

h3 {
	font-size: 24px;
}

h4 {
	font-size: 18px;
}

h5 {
	font-size: 16px;
}

h6 {
	font-size: 14px;
}

.btn {
	background: var(--primary-color);
	-webkit-transition: all 500ms ease-in-out;
	        transition: all 500ms ease-in-out;
	position: relative;
	display: inline-block;
	font-weight: 400;
	line-height: 1.5;
	text-align: center;
	text-decoration: none;
	vertical-align: middle;
	cursor: pointer;
	-webkit-user-select: none;
	-ms-user-select: none;
	    user-select: none;
	padding: 0.375rem 0.75rem;
	font-size: 1rem;
}

.btn:hover {
	background-color: var(--secondary-color);
}

/* Global */
.admin-bar .navbar-sticky.sticky {
	margin-top: 30px;
}

/* Image */
.alignright.size-thumbnail.wp-image-827 {
	margin-bottom: 40px;
	display: inline-block;
}

img,
figure {
	-ms-interpolation-mode: bicubic;
	border: 0;
	height: auto;
	max-width: 100%;
	vertical-align: middle;
}

figure {
	margin: 0;
}

img[class*="wp-image-"] {
	margin-top: 10px;
	margin-bottom: 10px;
}

.wp-caption {
	margin-bottom: 8px;
	max-width: 100%;
	border-radius: 0;
	padding: 0;
	clear: both;
}

.aligncenter {
	clear: both;
	display: block;
	margin: 0 auto;
	text-align: center;
}

.alignright {
	float: right;
	margin: 5px 0 20px 20px;
	display: inline;
}

.wp-block-image {
	max-width: none;
	margin: 16px auto;
	padding: 0;
}

.wp-block-image .alignright {
	float: right;
	margin: .5em 0 .5em 1em;
}

.wp-block-image .alignleft {
	margin-right: 30px;
	margin-bottom: 70px;
}

.wp-block-table td, .wp-block-table th {
	border: none;
	border-top: 1px solid #ededed;
}

.sidebar-inactive figure.wp-block-image.alignright.is-resized, .wp-block-image .alignright {
	margin-left: 30px;
}

/*-- HTML Formate --*/
/* table */
table,
iframe {
	border: 1px solid #e7e7e7;
	border-collapse: separate;
	border-spacing: 0;
	width: 100%;
}

.table > thead > tr > th,
.table > tbody > tr > th,
.table > tfoot > tr > th,
.table > thead > tr > td,
.table > tbody > tr > td,
.table > tfoot > tr > td,
table > thead > tr > th,
table > tbody > tr > th,
table > tfoot > tr > th,
table > thead > tr > td,
table > tbody > tr > td,
table > tfoot > tr > td {
	border-top: 1px solid #e7e7e7;
	border-left: 1px solid #e7e7e7;
}

.table > thead > tr > th > a,
.table > tbody > tr > th > a,
.table > tfoot > tr > th > a,
.table > thead > tr > td > a,
.table > tbody > tr > td > a,
.table > tfoot > tr > td > a,
table > thead > tr > th > a,
table > tbody > tr > th > a,
table > tfoot > tr > th > a,
table > thead > tr > td > a,
table > tbody > tr > td > a,
table > tfoot > tr > td > a {
	text-decoration: underline;
}

.table > thead > tr > th:first-child,
.table > tbody > tr > th:first-child,
.table > tfoot > tr > th:first-child,
.table > thead > tr > td:first-child,
.table > tbody > tr > td:first-child,
.table > tfoot > tr > td:first-child,
table > thead > tr > th:first-child,
table > tbody > tr > th:first-child,
table > tfoot > tr > th:first-child,
table > thead > tr > td:first-child,
table > tbody > tr > td:first-child,
table > tfoot > tr > td:first-child {
	border-left: none;
}

table > thead > tr > th,
table > tbody > tr > th,
table > tfoot > tr > th,
table > thead > tr > td,
table > tbody > tr > td,
table > tfoot > tr > td {
	padding: 10px 10px;
	text-align: center;
}

div.calendar_wrap caption {
	caption-side: top;
	text-align: center;
	background-color: #ededed;
	font-weight: 600;
	padding: 0.5em;
	width: 100%;
	margin: 0 auto;
	margin-bottom: -1px;
	color: #101010;
}

div.calendar_wrap .wp-calendar-nav span {
	display: inline-block;
	font-size: 1em;
	font-weight: 500;
	line-height: 1;
	padding: 2.5% 2.5% 1.75% 2.5%;
	text-align: center;
}

div.calendar_wrap .wp-calendar-nav {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: justify;
	    -ms-flex-pack: justify;
	        justify-content: space-between;
	padding: 0 8px;
	height: 42px;
	-webkit-box-align: center;
	    -ms-flex-align: center;
	        align-items: center;
}

div.calendar_wrap .wp-calendar-nav-next > a::before {
	content: "\f061";
}

div.calendar_wrap .wp-calendar-nav-prev > a::before {
	content: "\f060";
}

div.calendar_wrap .wp-calendar-nav-prev > a,
div.calendar_wrap .wp-calendar-nav-next > a {
	font-size: 0;
}

div.calendar_wrap .wp-calendar-nav-prev > a::before,
div.calendar_wrap .wp-calendar-nav-next > a::before {
	font-size: 16px;
	font-family: "xtsicon";
	font-weight: 900;
}

div.calendar_wrap table > thead > tr > th,
div.calendar_wrap table > tbody > tr > th,
div.calendar_wrap table > tfoot > tr > th,
div.calendar_wrap table > thead > tr > td,
div.calendar_wrap table > tbody > tr > td,
div.calendar_wrap table > tfoot > tr > td {
	padding: 3px;
}

.widget_calendar table > thead > tr > th > a,
.widget_calendar table > tbody > tr > th > a,
.widget_calendar table > tfoot > tr > th > a,
.widget_calendar table > thead > tr > td > a,
.widget_calendar table > tbody > tr > td > a,
.widget_calendar table > tfoot > tr > td > a {
	text-decoration: none;
}

.widget_calendar .wp-calendar-table #today {
	background-color: var(--primary-color);
	color: #fff;
	border: none;
}

.widget_calendar .wp-calendar-table #today > a {
	color: inherit;
}

.widget_calendar .wp-calendar-table tbody tr td {
	border: none;
}

.widget_calendar .wp-calendar-table thead tr th {
	border-bottom: 1px solid #e7e7e7;
	font-size: 14px;
	border-top: none;
}

.wp-block-table.is-style-stripes td:first-child,
.wp-block-table.is-style-stripes th:first-child {
	border-color: transparent;
}

dt {
	font-weight: 700;
}

dt + dd {
	margin-top: 0.5rem;
	margin-left: 1rem;
}

/* Gallery item */
.gallery-item {
	display: inline-block;
	text-align: left;
	vertical-align: top;
	margin: 0 0 1.5em;
	padding: 0 1em 0 0;
	width: 50%;
}

.gallery-columns-1 .gallery-item {
	width: 100%;
}

.gallery-columns-2 .gallery-item {
	max-width: 50%;
}

.gallery-item a,
.gallery-item a:hover,
.gallery-item a:focus {
	box-shadow: none;
	background: none;
	max-width: 100%;
}

.gallery-item a img {
	display: block;
	-webkit-transition: filter 0.2s ease-in;
	        transition: filter 0.2s ease-in;
	-webkit-transition: filter 0.2s ease-in;
	        transition: filter 0.2s ease-in;
	-webkit-backface-visibility: hidden;
	backface-visibility: hidden;
}

.gallery-item a:hover img,
.gallery-item a:focus img {
	filter: opacity(60%);
}

.gallery-caption {
	display: block;
	text-align: left;
	padding: 0 10px 0 0;
	margin-bottom: 0;
}

.gallery-size-thumbnail .gallery-caption {
	display: inline-block;
	max-width: 200px;
	margin-top: 5px;
}

.gallery-size-thumbnail .gallery-item > div > a {
	display: inline-block;
}

.wp-caption,
.gallery-caption {
	color: #666;
	font-size: 13px;
	font-style: italic;
	margin-bottom: 1.5em;
	max-width: 100%;
}

.wp-caption img[class*="wp-image-"] {
	display: block;
	margin-left: auto;
	margin-right: auto;
}

.wp-caption .wp-caption-text {
	text-align: center;
	margin-top: 4px;
	margin-bottom: 30px;
	font-style: italic;
}

.alignnone {
	margin: 5px 20px 20px 0;
}

.aligncenter {
	display: block;
	margin: 5px auto 5px auto;
}

.alignleft,
.entry-content .alignleft {
	float: left;
	margin: 5px 20px 20px 0;
}

a img.alignright {
	float: right;
	margin: 5px 0 20px 20px;
}

a img.alignnone {
	margin: 5px 20px 20px 0;
}

a img.alignleft {
	float: left;
	margin: 5px 20px 20px 0;
}

a img.aligncenter {
	display: block;
	margin-left: auto;
	margin-right: auto;
}

.wp-caption.alignnone {
	margin: 5px 20px 20px 0;
}

.wp-caption.alignleft {
	margin: 5px 20px 20px 0;
}

.wp-caption.alignright {
	margin: 5px 0 20px 20px;
}

@media screen and (min-width: 30em) {
	/* Gallery Columns */
	.gallery-item {
		max-width: 25%;
	}
	.gallery-columns-1 .gallery-item {
		max-width: 100%;
	}
	.gallery-columns-2 .gallery-item {
		max-width: 50%;
	}
	.gallery-columns-3 .gallery-item {
		max-width: 33.33%;
	}
	.gallery-columns-4 .gallery-item {
		max-width: 25%;
	}
	.gallery-columns-5 .gallery-item {
		max-width: 20%;
	}
	.gallery-columns-6 .gallery-item {
		max-width: 16.66%;
	}
	.gallery-columns-7 .gallery-item {
		max-width: 14.28%;
	}
	.gallery-columns-8 .gallery-item {
		max-width: 12.5%;
	}
	.gallery-columns-9 .gallery-item {
		max-width: 11.11%;
	}
}

/* Theme check */
.screen-reader-text {
	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;
}

.screen-reader-text:focus {
	background-color: #f1f1f1;
	border-radius: 3px;
	box-shadow: 0 0 2px 2px rgba(44, 47, 64, 0.6);
	clip: auto !important;
	-webkit-clip-path: none;
	clip-path: none;
	color: #21759b;
	display: block;
	font-size: 14px;
	font-size: 0.875rem;
	font-weight: 700;
	height: auto;
	left: 5px;
	line-height: normal;
	padding: 15px 23px 14px;
	text-decoration: none;
	top: 5px;
	width: auto;
	z-index: 100000;
}

.gallery-caption,
.bypostauthor {
	display: block;
}

code {
	overflow: auto;
	max-width: 100%;
	padding: 0 1em;
	border: 1px solid #ddd;
	background-color: #f9f9f9;
	display: inline-block;
	vertical-align: middle;
	word-wrap: break-word;
	font-size: 87.5%;
	color: #e83e8c;
	word-break: break-word;
	margin-bottom: 10px;
}

a code {
	color: var(--primary-color);
}

p {
	margin: 0 0 25px;
}

p img.alignleft {
	clear: both;
	margin-bottom: 30px;
}

select {
	max-width: 100%;
}

dd {
	margin-bottom: .5rem;
}

dt + dd {
	margin-top: .5rem;
	margin-left: 1rem;
}

address {
	margin-bottom: 1rem;
	font-style: normal;
	line-height: inherit;
}

label {
	display: inline-block;
	margin-bottom: .5rem;
}

/*============================
   post
=============================== */
.search .page,
.product,
.post {
	margin: 0 0 30px;
	position: relative;
}

.search .page .post-media,
.product .post-media,
.post .post-media {
	width: 100%;
	position: relative;
	overflow: hidden;
	margin-bottom: -1px;
}

.media-content {
	-webkit-box-flex: 1;
	    -ms-flex: 1;
	        flex: 1;
}

.post .post-media .video-link-btn,
.search .page .post-media .video-link-btn {
	position: absolute;
	top: 50%;
	left: 50%;
	right: auto;
	bottom: auto;
	-webkit-transform: translate(-50%, -50%);
	        transform: translate(-50%, -50%);
}

.post .post-media .video-link-btn a,
.search .page .post-media .video-link-btn a {
	background-color: #fff;
	width: 80px;
	height: 80px;
	line-height: 80px;
	border-radius: 100%;
	text-align: center;
	padding: 0;
	box-shadow: 0 0 10px 0 rgba(255, 255, 255, 0.5);
	position: relative;
	color: var(--primary-color);
}

.post .post-media .video-link-btn a:hover,
.search .page .post-media .video-link-btn a:hover {
	color: #fff;
}

.post .post-media .video-link-btn::before,
.search .page .post-media .video-link-btn::before {
	content: " ";
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	color: #fff;
	border-radius: 50%;
	box-shadow: 0 0 0 0 currentColor;
	-webkit-animation: button-ripple 3s infinite;
	animation: button-ripple 3s infinite;
	opacity: 0.6;
	z-index: -1;
	-webkit-animation-delay: 0.9s;
	animation-delay: 0.9s;
}

.post .post-media .video-link-btn::after,
.search .page .post-media .video-link-btn::after {
	content: " ";
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	color: #fff;
	border-radius: 50%;
	box-shadow: 0 0 0 0 currentColor;
	-webkit-animation: button-ripple 3s infinite;
	animation: button-ripple 3s infinite;
	opacity: 0.6;
	z-index: -1;
	-webkit-animation-delay: 0.3s;
	animation-delay: 0.3s;
}

@-webkit-keyframes button-ripple {
	70% {
		box-shadow: 0 0 0 15px currentColor;
		opacity: 0;
	}
	to {
		box-shadow: 0 0 0 0 currentColor;
		opacity: 0;
	}
}

@keyframes button-ripple {
	70% {
		box-shadow: 0 0 0 15px currentColor;
		opacity: 0;
	}
	to {
		box-shadow: 0 0 0 0 currentColor;
		opacity: 0;
	}
}

.search .page .entry-header .entry-title,
.product .entry-header .entry-title,
.post .entry-header .entry-title {
	margin-bottom: 17px;
	word-wrap: break-word;
	color: #2c2f40;
	margin-top: 0;
}

.entry-header .entry-title a, .post .entry-header .entry-title a, .post-navigation h3, h1, h2, h3, h4, h5, h6 {
	word-break: break-word;
}

.search .page .entry-header .entry-title a,
.product .entry-header .entry-title a,
.post .entry-header .entry-title a {
	color: inherit;
}

.search .page .entry-header .entry-title a:hover,
.product .entry-header .entry-title a:hover,
.post .entry-header .entry-title a:hover {
	color: var(--primary-color);
}

.search .page .entry-header .post-meta,
.product .entry-header .post-meta,
.post .entry-header .post-meta {
	margin-bottom: 7px;
	text-transform: capitalize;
}

.search .page .entry-header .post-meta span,
.product .entry-header .post-meta span,
.post .entry-header .post-meta span {
	display: inline-block;
	color: #72757b;
}

.search .page .entry-header .post-meta span:not(:last-child),
.product .entry-header .post-meta span:not(:last-child),
.post .entry-header .post-meta span:not(:last-child) {
	margin-right: 2.5rem;
}

.blog-single .post .post-meta .post-comment a {
	margin-left: 4px;
}

.search .page .entry-header .post-meta span i,
.product .entry-header .post-meta span i,
.post .entry-header .post-meta span i {
	margin-right: 3px;
	color: var(--primary-color);
}

.search .page .post-footer,
.product .post-footer,
.post .post-footer {
	clear: both;
}

.product .post-footer .readmore i,
.post .post-footer .readmore i {
	vertical-align: middle;
	display: inline-block;
	padding-left: 2px;
}

.search .page .post-footer .readmore,
.product .post-footer .readmore,
.post .post-footer .readmore,
.btn-primary {
	display: inline-block;
	font-weight: 400;
	text-align: center;
	white-space: nowrap;
	vertical-align: middle;
	-webkit-user-select: none;
	    -ms-user-select: none;
	        user-select: none;
	padding: 12px 30px;
	border: none;
	-webkit-transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
	        transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
	color: #fff;
	position: relative;
	background: var(--primary-color);
	background: var(--primary-color);
	-webkit-transition: all 0.4s ease;
	        transition: all 0.4s ease;
}

.search .page .post-footer .readmore:hover, .search .page .post-footer .readmore:focus,
.product .post-footer .readmore:hover,
.product .post-footer .readmore:focus,
.post .post-footer .readmore:hover,
.post .post-footer .readmore:focus,
.btn-primary:hover,
.btn-primary:focus {
	background: var(--secondary-color);
}

.tag-sticky-2 .post-body,
.post.sticky .post-body {
	overflow: hidden;
	position: relative;
}

.post .meta-featured-post {
	position: absolute;
	right: 18px;
	top: -35px;
	width: auto;
	height: auto;
	padding: 50px 8px;
	color: #fff;
	display: inline-block;
	font-size: 14px;
	font-weight: 600;
	z-index: 1;
	text-transform: uppercase;
	line-height: normal;
	writing-mode: vertical-lr;
	-webkit-transform: rotate(-43deg);
	        transform: rotate(-43deg);
}

.post .meta-featured-post::after {
	content: "";
	position: absolute;
	background: var(--primary-color);
	height: 100%;
	width: 100%;
	top: 0;
	left: 0;
	z-index: -1;
}

.post .meta-featured-post::before {
	position: absolute;
	content: "";
	right: 0;
	width: 100%;
	height: 30px;
	bottom: -15px;
	border-top: 15px solid var(--primary-color);
	border-left: 15px solid var(--primary-color);
	border-bottom: 15px solid #fff0;
	border-right: 15px solid var(--primary-color);
}

.post .meta-featured-post > i {
	display: none;
}

.post.sticky .meta-featured-post::after,
.post .post-media .video-link-btn a:hover,
.search .page .post-media .video-link-btn a:hover,
.wp-calendar-table #today {
	background: var(--primary-color);
}

.xs-page-header {
	margin-bottom: 30px;
}

.xs-page-header h2,
.entry-title {
	font-size: 30px;
	line-height: 2.375rem;
}

/*=========================== ===========
         sidebar
========================================*/
.sidebar .widget,
.xs-footer .widget {
	margin-bottom: 30px;
	border: 1px solid #eee;
	padding: 40px;
	padding-bottom: 31px;
	padding-top: 34px;
}

.sidebar .widget ul,
.xs-footer .widget ul {
	margin-bottom: 0;
}

.sidebar .widget .widget-title,
.sidebar .widget .xs-custom-widget > h5,
.sidebar .widget h2,
.xs-footer .widget .widget-title,
.xs-footer .widget .xs-custom-widget > h5,
.xs-footer .widget h2 {
	font-size: 24px;
	font-weight: 700;
	position: relative;
	margin: 0 0 30px;
	padding: 0 0 15px;
}

.sidebar .widget .widget-title::before,
.sidebar .widget .xs-custom-widget > h5::before,
.sidebar .widget h2::before,
.xs-footer .widget .widget-title::before,
.xs-footer .widget .xs-custom-widget > h5::before,
.xs-footer .widget h2::before {
	content: "";
	position: absolute;
	display: inline-block;
	bottom: 0;
	width: 50px;
	height: 2px;
	left: 0;
	z-index: 1;
	background: var(--primary-color);
}

.sidebar .textwidget form br,
.xs-footer .textwidget form br {
	display: none;
}

@media (max-width: 400px) {
	.post .post-body,
	.sidebar .widget {
		padding: 25px;
	}
}

@media (max-width: 400px) {
	.sidebar .widget .widget-title,
	.xs-custom-widget > h5 {
		font-size: 19px;
	}
}

.footer-widget.widget.widget_search .search-button,
.sidebar .widget.widget_search .search-button,
.wp-block-search .wp-block-search__button,
.search-forms .search-button {
	background: #f7f7f7;
	color: #101010;
	padding: 1.125rem 1.875rem;
	cursor: pointer;
	border: none;
	-webkit-transition: all 0.4s;
	        transition: all 0.4s;
	border-radius: 0;
	font-size: 18px;
}

.footer-widget.widget.widget_search .form-control,
.sidebar .widget.widget_search .form-control,
.wp-block-search .wp-block-search__input,
.bascart-serach .form-control {
	border: none;
	background-color: #f7f7f7;
	border-radius: 0;
	padding: 22px 25px;
	width: 100%;
}

.widget.widget_search {
	border: none;
	padding: 0;
}

.widget.widget_search .input-group {
	position: relative;
	position: relative;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	-webkit-box-align: stretch;
	-ms-flex-align: stretch;
	align-items: stretch;
	width: 100%;
}

.widget.widget_search .input-group .form-control {
	position: relative;
	-webkit-box-flex: 1;
	-ms-flex: 1 1 auto;
	flex: 1 1 auto;
	width: 1%;
	margin-bottom: 0;
	padding-top: 6px;
	padding-bottom: 6px;
}

.sidebar .widget.widget-tags ul li {
	display: inline-block;
	margin-bottom: 8px;
	margin-right: 4px;
}

.sidebar .widget.widget-tags ul li a {
	display: block;
	padding: 5px 20px;
	border: 1px solid #eee;
	color: #666;
	-webkit-transition: all 0.3s;
	transition: all 0.3s;
}

.sidebar .widget.widget-tags ul li a:hover {
	background: var(--primary-color);
	color: #fff;
	-webkit-transition: all ease 500ms;
	transition: all ease 500ms;
}

.sidebar .widget.widget-tags ul li:last-child {
	margin-bottom: 0;
}

.sidebar .widget select {
	display: block;
	width: 100%;
}

.calendar_wrap {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: reverse;
	    -ms-flex-direction: column-reverse;
	        flex-direction: column-reverse;
	width: 100%;
	overflow-x: auto;
	-webkit-overflow-scrolling: touch;
	position: relative;
}

.sidebar ol.wp-block-latest-comments {
	padding-left: 0;
}

.sidebar .wp-block-latest-posts.wp-block-latest-posts__list li {
	list-style: none;
}

.sidebar ul {
	border: 0;
	padding: 0;
	list-style: none;
}

.sidebar ul li,
.sidebar ol.wp-block-latest-comments li {
	border-bottom: 1px dashed #eee;
	padding-bottom: 13px;
	margin-bottom: 13px;
}

.sidebar ul li:last-child,
.sidebar ol.wp-block-latest-comments li:last-child {
	border-bottom: 0;
	padding-bottom: 0;
	margin-bottom: 0;
}

.sidebar ul li a {
	color: #5d6171;
}

.sidebar ul li a:hover,
.sidebar ul li a.rsswidget:hover {
	color: var(--primary-color);
}

.sidebar ul li a.url,
.sidebar ul li a.rsswidget {
	color: #222;
}

.sidebar ul li a.rsswidget {
	font-weight: 600;
}

.sidebar ul li cite {
	font-style: normal;
}

.sidebar ul.sub-menu,
.sidebar ul.children {
	padding: 10px 0 0 20px;
}

.sidebar ul.children {
	padding-bottom: 0;
}

.widget_tag_cloud a,
.tag-lists a,
.tagcloud a {
	border-color: #d4d6e5;
	text-transform: capitalize;
	font-weight: 600;
	color: #2c2f40;
	padding: 0 15px;
	line-height: 36px;
	margin-left: 3px;
	margin-bottom: 10px;
	font-size: 14px !important;
	background: #f2f2f2;
}

.widget_tag_cloud a:hover,
.tag-lists a:hover,
.tagcloud a:hover {
	color: #fff;
	background: var(--primary-color);
	border-color: var(--primary-color);
}

.post-footer .widget_tag_cloud a:hover, .post-footer
.tag-lists a:hover, .post-footer
.tagcloud a:hover {
	color: #fff;
	background: var(--primary-color);
	border-color: var(--primary-color);
}

.post-footer .widget_tag_cloud a, .post-footer
.tag-lists a, .post-footer
.tagcloud a {
	background: transparent;
	border: 1px solid #d4d6e5;
}

.textwidget img {
	margin: 10px 0;
}

.page-links .page-link {
	display: inline-block;
}

/*=======================================
 Post  Comments section
 ========================================*/
.blog-post-comment .comment-title {
	font-size: 24px;
}

.blog-post-comment .comment-info [class*="col-md-"] {
	position: inherit;
}

.blog-post-comment .comment-respond {
	margin-top: 40px;
	margin-bottom: 40px;
}

.blog-post-comment .comment-respond .comment-reply-title {
	margin-bottom: 2px;
}

.comment-form .logged-in-as {
	margin-bottom: 40px;
}

.blog-post-comment .comment-respond .comment-form .form-control {
	border-radius: 0;
	margin-bottom: 20px;
	background-color: transparent;
	border: 1px solid #E9E8EF;
	height: 56px;
	padding-left: 29px;
}

.blog-post-comment .comment-respond .comment-form .form-control:focus {
	background-color: transparent;
	border-color: var(--primary-color);
	box-shadow: none;
}

.blog-post-comment .comment-respond .comment-form .form-control::-webkit-input-placeholder {
	color: rgba(102, 101, 101, 0.7);
}

.blog-post-comment .comment-respond .comment-form .form-control:-ms-input-placeholder {
	color: rgba(102, 101, 101, 0.7);
}

.blog-post-comment .comment-respond .comment-form .form-control::placeholder {
	color: rgba(102, 101, 101, 0.7);
}

.blog-post-comment .comment-respond .comment-form textarea.form-control {
	height: 150px;
	padding: 23px 30px;
	margin-bottom: 30px;
	width: 100%;
}

.blog-post-comment
.comment-respond
.comment-form
.comment-form-cookies-consent {
	display: none;
}

.blog-post-comment .comment-respond .comment-form .form-submit {
	margin-bottom: 0;
}

.blog-post-comment .comment-respond .comment-form .btn.btn-primary {
	padding: 12px 30px;
}

.comments-list {
	list-style: none;
	padding-left: 0;
	margin-bottom: 50px;
}

.comments-list .comment {
	list-style: none;
}

@media (max-width: 400px) {
	.comments-list ul {
		padding-left: 15px;
	}
}

.loginformuser .form-control {
	height: 100%;
	resize: none;
}

.loginformuser .form-control:focus {
	box-shadow: none;
	border-color: var(--primary-color);
}

.btn-primary {
	background-color: var(--primary-color);
	border-color: var(--primary-color);
}

.btn-primary:hover {
	color: #fff;
}

.wp-block-separator, hr {
	background-color: #767676;
	border: 0;
	height: 2px;
	margin: 2rem auto;
	max-width: 200px;
	text-align: center;
}

.comment-body .comment-content {
	margin-top: 20px;
}

.comment-body .comment-meta {
	font-size: 13px;
}

.comment-body .comment-author.vcard {
	margin-bottom: 7px;
	display: block;
}

/* Common */
.pingback p,
.pingback .says {
	display: none;
}

#cancel-comment-reply-link {
	float: right;
	color: #2c2f40;
}

#cancel-comment-reply-link:hover {
	color: var(--primary-color);
}

.not-found h1 {
	margin-bottom: 20px;
	line-height: 1.1;
}

.not-found .input-group {
	position: relative;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
}

.not-found .input-group .form-control {
	height: 58px;
	border: none;
	background: #f7f7f7;
}

.not-found .input-group .input-group-append {
	border: none;
	border: none;
	position: absolute;
	right: 0;
	top: 0;
}

.not-found .form-control:focus {
	box-shadow: none;
	border-color: var(--primary-color);
}

.not-found p {
	line-height: 1.1;
	margin-bottom: 25px;
}

.not-found p small {
	display: block;
}

.not-found .search-button {
	color: #101010;
}

article.page .post-meta {
	margin-bottom: 15px;
}

/*===========================
         author box
=============================*/
.author-box {
	padding: 30px 40px 47px;
	background-color: #f8f8f8;
	margin-bottom: 99px;
}

@media (max-width: 991px) {
	.author-box .author-img {
		float: none;
		margin-bottom: 10px;
	}
}

@media (min-width: 992px) {
	.author-box .author-img {
		-webkit-box-flex: 0;
		    -ms-flex: 0 0 96px;
		        flex: 0 0 96px;
	}
}

.author-box .author-img img {
	width: 70px;
	height: 70px;
	border-radius: 50%;
}

@media (max-width: 991px) {
	.author-box .author-info {
		margin-top: 10px;
	}
}

.author-box .author-info > h3 {
	margin-bottom: 0;
	font-size: 18px;
	text-transform: capitalize;
	line-height: 1;
}

@media (min-width: 992px) {
	.author-box {
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
	}
}

.author-box .post_author_role {
	color: #9a9a9a;
	font-weight: 400;
	text-transform: capitalize;
	margin-bottom: 0;
}

.author-box .post_author_role + .user_description {
	margin-top: 16px;
}

.author-box .user_description {
	margin-bottom: 0;
}

.author-box .author-url {
	margin-bottom: 0;
	display: inline-block;
	font-size: 0.75rem;
	padding-left: 5px;
}

.author-box .author-url a {
	color: #666;
	font-size: 14px;
}

/*=============================
   pagination nav
 =============================*/
.post-navigation {
	border-bottom: 2px dotted #cecece;
	border-top: 2px dotted #cecece;
	position: relative;
}

.post-navigation::before, .post-navigation::after {
	content: "";
	position: relative;
	border-bottom: 2px dotted #cecece;
	margin-top: 3px;
	width: 100%;
	display: block;
	margin-bottom: 3.8rem;
}

.post-navigation::after {
	margin-bottom: 3px;
	margin-top: auto;
	bottom: 0;
	padding-bottom: 3.8rem;
}

@media (max-width: 768px) {
	.post-navigation::before {
		margin-bottom: 2rem;
	}
	.post-navigation::after {
		padding-bottom: 2rem;
	}
}

.post-previous .post-navigation-item > i {
	margin-right: 16px;
}

.post-next .post-navigation-item > i {
	margin-left: 16px;
}

.post-next .post-navigation-item .media-content {
	text-align: right;
}

.post-navigation-item {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	    flex-wrap: wrap;
	padding: 17px 20px;
}

.post-navigation-item > i {
	-ms-flex-item-align: center;
	    align-self: center;
	color: #000;
	font-size: 22px;
	border: 1px solid #DFE1E5;
	padding: 11px;
	border-radius: 100%;
	font-weight: 600;
	-webkit-transition: all 0.4s ease;
	        transition: all 0.4s ease;
}

.post-navigation-item:hover h3 {
	color: var(--primary-color);
}

.post-navigation-item:hover > i {
	background-color: var(--primary-color);
	color: #fff;
	border-color: var(--primary-color);
}

.post-navigation-item .wp-post-image {
	max-width: 70px;
	margin-right: 20px;
	height: 70px;
	object-fit: cover;
}

.post-navigation-item .wp-post-image + .post-nav-content {
	max-width: calc(100% - 90px);
}

.post-navigation-item .post-nav-content {
	text-align: left;
	-ms-flex-item-align: center;
	    align-self: center;
}

.post-navigation-item span {
	font-size: 0.875rem;
	font-weight: 500;
	color: #7a7b7e;
	text-transform: uppercase;
}

.post-navigation-item h3 {
	margin-top: 0;
	margin-bottom: 0;
	font-weight: 700;
	line-height: 1.2;
	font-size: 1.25rem;
	-webkit-transition: all 0.4s ease;
	        transition: all 0.4s ease;
}

@media (max-width: 768px) {
	.post-navigation-item h3 {
		font-size: 1.125rem;
	}
}

@media (min-width: 992px) {
	.post-navigation .post-previous {
		width: calc(50% - 5px);
		float: left;
		margin-right: 5px;
	}
}

@media (max-width: 991px) {
	.post-navigation .post-previous {
		margin-bottom: 20px;
	}
}

.post-navigation .post-previous .post-nav-content span i {
	margin-left: 0;
	margin-right: 6px;
}

@media (min-width: 992px) {
	.post-navigation .post-next {
		width: calc(50% - 5px);
		float: right;
		margin-left: 5px;
	}
}

/*==============================
 pagination
 ============================*/
.pagination {
	margin: 0;
	-webkit-box-align: center;
	    -ms-flex-align: center;
	        align-items: center;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	padding-left: 0;
	list-style: none;
	border-radius: 4px;
	-webkit-box-pack: center;
	    -ms-flex-pack: center;
	        justify-content: center;
}

.pagination li:not(:last-child) {
	margin-right: 8px;
}

.pagination li.active a,
.pagination li.active span {
	background-color: var(--primary-color);
	color: #fff;
}

.pagination li.active a:hover,
.pagination li.active span:hover {
	background-color: var(--secondary-color);
}

.pagination li a,
.pagination li span,
.entry-content .post-page-numbers span.page-link {
	width: 40px;
	height: 40px;
	line-height: 24px;
	border: 1px solid #dadada;
	text-align: center;
	display: inline-block;
	color: #666;
	padding: 8px 12px;
}

.entry-content .post-page-numbers span.page-link {
	-webkit-transition: all 0.4s ease;
	        transition: all 0.4s ease;
}

.pagination li a i,
.pagination li span i {
	line-height: 25px;
}

@media (max-width: 400px) {
	.pagination li a,
	.pagination li span {
		margin-right: 6px;
		width: 30px;
		height: 30px;
		line-height: 30px;
		padding: 0;
	}
	.pagination li a i,
	.pagination li span i {
		line-height: 28px;
	}
}

@media (max-width: 991px) {
	.sidebar {
		margin-top: 30px;
	}
}

.pagination li.active a,
.pagination li:hover a,
.entry-content .post-page-numbers span.page-link:hover {
	color: #fff;
	background: var(--primary-color);
	border: 1px solid transparent;
}

.pagination li.active a:hover,
.pagination li:hover a:hover {
	background: var(--primary-color);
}

.pagination li.pagination-dots {
	margin: 0 15px 0 10px;
	line-height: 0;
}

.entry-content .wp-block-table {
	border: none;
}

.entry-content table {
	border-top: none;
}

.entry-content .page-links {
	color: #2c2f40;
	margin-left: 5px;
	overflow: hidden;
	width: 100%;
	margin-top: 50px;
}

.entry-content .page-links span {
	display: inline-block;
}

.entry-content .page-links span.page-link {
	color: #2c2f40;
	margin-right: 5px;
}

.entry-content .page-links .current span.page-link {
	color: #fff;
	background: var(--primary-color);
	border-color: var(--primary-color);
}

.entry-content .page-links .page-link-text {
	margin-right: 10px;
}

/*=======================
   blog details
 ========================*/
.blog-single .post .post-body {
	background: #fff;
	border: 0;
	padding: 0;
}

.wp-block-image figcaption {
	width: 100%;
}

.wp-block-audio figcaption, .wp-block-gallery .blocks-gallery-image figcaption, .wp-block-gallery .blocks-gallery-item figcaption, .wp-block-image figcaption, .wp-block-video figcaption {
	line-height: 1.6;
	margin: 0;
	padding: 1.5rem;
	text-align: center;
	bottom: 0;
}

.wp-block-latest-posts.is-grid li {
	border-top: 2px solid #ccc;
	padding-top: 1rem;
	margin-bottom: 2rem;
}

.comment-content blockquote,
.entry-content blockquote {
	border-left: 3px solid var(--primary-color);
	padding-left: 15px;
	background-color: #f8f8f8;
	padding-top: 30px;
	padding-bottom: 5px;
	margin: 0 0 30px;
}

/*-- Review --*/
@media (max-width: 991px) {
	.header {
		padding-top: 15px;
		padding-bottom: 15px;
	}
}

.header ul.navbar-nav li .dropdown-menu {
	margin: 0;
}

.header ul.navbar-nav {
	margin-right: 0;
}

.preloder {
	position: fixed;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	z-index: 9999999;
	background-color: #fff;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	text-align: center;
}

.preloder-logo img {
	height: 150px;
}

.preloder-logo #xs_animated_logo_loder {
	height: 120px;
}

@media (max-width: 767.98px) {
	.preloder-logo #xs_animated_logo_loder {
		height: 80px;
	}
}

.preloder-logo #xs_animated_logo_loder #path-1,
.preloder-logo #xs_animated_logo_loder #path-2,
.preloder-logo #xs_animated_logo_loder #path-3,
.preloder-logo #xs_animated_logo_loder #path-4,
.preloder-logo #xs_animated_logo_loder #path-5 {
	stroke: var(--primary-color);
}

.elementor-element.elementor-element-466ba69 .ekit_social_media > li {
	display: inline-block;
}

.wp-caption.aligncenter {
	margin: 0 auto;
}

.comment-author cite {
	font-style: normal;
	font-weight: 500;
}

.comment-author cite a,
.comment-edit-link,
.comment-reply-link,
.comments-list .comment-author {
	color: #101010;
	font-weight: 700;
}

.comment {
	margin-bottom: 30px;
}

/*/*/
/*@media (min-width: 992px){*/
/*.header ul.navbar-nav li .dropdown-menu{    right: -30px;    left: inherit;}*/
/*}*/
.pingback {
	margin-bottom: 30px;
}

.form-control {
	display: block;
	width: 100%;
	padding: .375rem .75rem;
	font-size: 1rem;
	line-height: 1.5;
	color: #495057;
	background-color: #fff;
	background-clip: padding-box;
	border: 1px solid #ced4da;
	border-radius: 0;
	-webkit-transition: border-color .15s ease-in-out,box-shadow .15s ease-in-out;
	        transition: border-color .15s ease-in-out,box-shadow .15s ease-in-out;
}

.banner-bg {
	background-repeat: no-repeat;
	background-position: center center;
	background-size: cover;
}

.banner-area {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	    -ms-flex-align: center;
	        align-items: center;
}

@media (min-width: 992px) {
	.banner-area {
		min-height: 180px;
	}
}

@media (max-width: 991px) {
	.banner-area {
		min-height: 250px;
	}
}

.post-single .post-author .avatar {
	width: 30px;
	height: 30px;
	display: inline-block;
}

.post-single .post-author a {
	display: inline-block;
	margin-left: 6px;
}

.post-single .tag-lists span {
	text-transform: uppercase;
	color: #000;
	font-weight: 700;
	position: relative;
}

.main-container {
	padding: 100px 0;
}

body.search-results .main-container {
	padding-bottom: 180px;
}

.content-single {
	padding-bottom: 80px;
}

.banner-solid {
	background: var(--primary-color);
}

.xs-footer-section {
	background-color: #2c2f40;
}

.copyright-area .copyright {
	margin-bottom: 0;
	padding: 30px 0;
	color: #fff;
}

.copyright-area .copyright > a {
	color: inherit;
}

.post-category > a:not(:last-child) {
	padding-right: 5px;
}

.post-category > a:not(:last-child)::after {
	content: ",";
	padding-left: 2px;
	display: inline-block;
}

@media (min-width: 992px) {
	.navbar {
		padding: 0;
	}
	.navbar-nav > .nav-item > .nav-link,
	.navbar,
	.nav-search-area {
		min-height: 80px;
	}
}

@media (min-width: 992px) {
	.navbar-nav > .nav-item:last-child > .nav-link {
		padding-right: 0;
	}
	.navbar-nav > .nav-item:last-child > .nav-link::after {
		margin-left: 13px;
		display: inline-block;
	}
}

.navbar-nav > .nav-item > .nav-link {
	-webkit-box-align: center;
	    -ms-flex-align: center;
	        align-items: center;
}

@media (min-width: 992px) {
	.navbar-nav > .nav-item > .nav-link {
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		position: relative;
	}
	.navbar-nav > .nav-item > .nav-link:hover::before, .navbar-nav > .nav-item > .nav-link.active::before {
		opacity: 1;
	}
	.navbar-nav > .nav-item > .nav-link::before {
		margin-right: 13px;
		display: inline-block;
		content: "";
		width: 5px;
		height: 5px;
		color: inherit;
		background-color: currentColor;
		border-radius: 50%;
		opacity: 0.1;
		-webkit-transition: opacity 0.4s ease;
		        transition: opacity 0.4s ease;
	}
}

.navbar-nav .dropdown-arrow {
	margin-left: 6px;
}

.navbar-nav .nav-link {
	color: var(--secondary-color);
	font-weight: 500;
	font-size: 1rem;
}

.navbar-nav .nav-link > .dropdown-arrow {
	font-size: inherit;
}

.navbar-nav .nav-link:hover, .navbar-nav .nav-link.active {
	color: var(--primary-color);
}

@media (min-width: 992px) {
	.navbar-nav .nav-item .nav-link {
		padding-right: 15px;
		padding-left: 0;
	}
}

.navbar-nav .nav-item:hover .nav-link {
	color: var(--primary-color);
}

@media (min-width: 992px) {
	.navbar-nav .nav-item:hover .nav-link::before {
		-webkit-transform: translateX(0);
		        transform: translateX(0);
		opacity: 1;
	}
}

.navbar-nav .dropdown-toggle::after {
	content: "\f107";
	font-family: "xtsicon";
	font-weight: 900;
	float: right;
	border: 0;
	height: auto;
	width: auto;
}

.navbar-nav .dropdown-menu {
	border: none;
	margin: 0;
	border-radius: 0;
}

.navbar-nav .dropdown-menu .menu-item-has-children > .dropdown-item::after {
	content: "\f105";
	font-family: "xtsicon";
	font-weight: 900;
	float: right;
}

@media (max-width: 991px) {
	.navbar-nav .dropdown-menu .menu-item-has-children > .dropdown-item::after {
		-webkit-transform: rotate(90deg);
		        transform: rotate(90deg);
	}
}

.navbar-nav .dropdown-menu li:not(:first-child) a {
	border-top: 1px solid #f5f5f5;
}

.navbar-nav .dropdown-menu li a {
	font-weight: 500;
	color: var(--secondary-color);
	font-size: 1rem;
	display: block;
}

@media (min-width: 992px) {
	.navbar-nav .dropdown-menu li a {
		padding: 10px 20px;
	}
}

@media (max-width: 991px) {
	.navbar-nav .dropdown-menu li a {
		padding: 10px 0;
	}
}

.navbar-nav .dropdown-menu li a:hover {
	color: var(--primary-color);
	background-color: transparent;
}

.navbar-nav .dropdown-menu li:hover > a {
	background-color: transparent;
	color: var(--primary-color);
}

@media (min-width: 992px) {
	.navbar-nav .dropdown-menu {
		display: block;
		opacity: 0;
		visibility: hidden;
		-webkit-transition: all 0.4s ease;
		        transition: all 0.4s ease;
		padding: 0 0;
		min-width: 230px;
		box-shadow: 0 3px 5px 0 rgba(44, 47, 64, 0.2);
		border-bottom-right-radius: 6px;
		border-bottom-left-radius: 6px;
		-webkit-transform: translateY(5px);
		        transform: translateY(5px);
	}
	.navbar-nav .dropdown-menu .menu-item-has-children .dropdown-menu {
		left: auto;
		right: 100%;
		top: 0;
	}
}

.navbar-nav .menu-item-has-children:hover > .dropdown-menu {
	-webkit-transform: translateY(0);
	        transform: translateY(0);
	opacity: 1;
	visibility: visible;
}

.navbar-toggler-icon {
	height: auto;
}

@media (max-width: 991px) {
	.footer-menu.header ul.navbar-nav {
		padding-top: 30px;
	}
	.header-main.header ul.navbar-nav {
		padding-top: 17px;
	}
	.header-main .navbar-nav .dropdown-arrow {
		display: none;
	}
}

.dropdown-item.active,
.dropdown-item:active {
	background-color: transparent;
}

@media (max-width: 991px) {
	.menu-item-has-children .dropdown-menu li {
		padding: 0 19px;
		padding-right: 0;
	}
}

.nav-search-area {
	color: #2c2f40;
	position: relative;
}

@media (min-width: 992px) {
	.nav-search-area {
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		-webkit-box-align: center;
		    -ms-flex-align: center;
		        align-items: center;
		margin-left: 15px;
	}
}

@media (max-width: 991px) {
	.nav-search-area {
		display: none;
	}
}

.nav-search-area .header-search-icon {
	cursor: pointer;
}

.nav-search-area .xs-search-group {
	background-color: #2c2f40;
	box-shadow: 0 2px 5px rgba(44, 47, 64, 0.1);
	display: none;
	padding: 15px 20px;
	position: absolute;
	right: 0;
	top: 100%;
	width: 350px;
	z-index: 10;
	margin-top: 0;
}

.nav-search-area .form-control {
	background: none;
	border: 0;
	border-bottom: 1px solid rgba(255, 255, 255, 0.03);
	color: #fff;
	width: 100%;
	height: 40px;
	padding: 0 12px;
	font-size: 15px;
	font-style: italic;
}

.nav-search-area .search-button {
	display: none;
}

@media (min-width: 992px) {
	.xs-header-button {
		margin-left: 30px;
	}
}

@media (max-width: 991px) {
	.xs-header-button {
		display: none;
	}
}

.banner-title,
.xs-jumbotron-title {
	font-size: 45px;
	margin-top: 0;
	margin-bottom: 0;
	line-height: 1.1;
	color: #fff;
}

@media (min-width: 992px) {
	.banner-title,
	.xs-jumbotron-title {
		font-size: 2.8125rem;
	}
}

@media (max-width: 991px) {
	.banner-title,
	.xs-jumbotron-title {
		line-height: 1.2;
		font-size: 25px;
	}
}

.banner-subtitle {
	font-size: 1.125rem;
	margin-bottom: 0;
}

.xs-banner {
	padding: 130px 0;
}

@media (max-width: 767px) {
	.xs-banner {
		padding: 65px 0;
	}
}

.text-right {
	text-align: right !important;
}

.align-self-center {
	-ms-flex-item-align: center !important;
	    align-self: center !important;
}

.center-padding {
	padding-top: 10px;
}

.breadcrumb {
	margin: 0;
	background-color: transparent;
	padding: 0;
	color: var(--primary-color);
	font-size: 0.875rem;
	font-weight: 500;
}

@media (max-width: 991px) {
	.breadcrumb {
		text-align: left;
		margin-top: 20px;
	}
	.center-padding .breadcrumb {
		text-align: center;
		margin-top: 0;
	}
	.breadcrumb li:first-child {
		padding-left: 0;
	}
}

.breadcrumb > li {
	display: inline-block;
	word-break: break-word;
	padding-left: 30px;
	position: relative;
	color: #EBDFD6;
}

.center-padding .breadcrumb > li {
	padding: 0 15px;
}

.breadcrumb > li i {
	display: none;
}

.breadcrumb > li:not(:first-child)::before {
	content: "";
	display: inline-block;
	position: absolute;
	left: 10px;
	top: 50%;
	opacity: 0.3;
	font-size: 20px;
	width: 4px;
	height: 4px;
	background: #ffffff;
	border-radius: 100%;
	-webkit-transform: translateY(-50%);
	        transform: translateY(-50%);
}

.center-padding .breadcrumb > li:not(:first-child)::before {
	left: -5px;
	background: rgba(0, 0, 0, 0.5);
}

.breadcrumb > li a {
	color: #fff;
}

.breadcrumb > li a:hover {
	color: #fff;
}

.copy-right {
	padding: 30px 0;
	background-color: #f8f9fe;
}

.copyright-text {
	color: #2c2f40;
	text-align: center;
	font-size: 14px;
}

.copyright-text > span,
.copyright-text > a {
	color: var(--primary-color);
}

.pull-left {
	float: left;
}

.pull-right {
	float: right;
}

.mfp-wrap.ekit-promo-popup::before {
	content: "";
	width: 100%;
	height: 100%;
	display: block;
	background-color: rgba(0, 0, 0, 0.87);
	padding-bottom: 100%;
	border-radius: 100%;
	overflow: hidden;
	-webkit-animation: menu-animation 0.8s ease-out forwards;
	animation: menu-animation 0.8s ease-out forwards;
}

.mfp-wrap.ekit-promo-popup {
	height: 100vh;
	overflow: hidden;
}

.mfp-bg.my-mfp-slide-bottom {
	display: none;
}

.navbar-sticky.fixed-top {
	position: fixed;
	background-color: #fff;
	box-shadow: 0 35px 35px 0 rgba(0, 0, 0, 0.1);
}

.admin-bar .navbar-sticky.fixed-top {
	margin-top: 2rem;
}

.related-post-title-wraper {
	margin-bottom: 2.5rem;
}

.related-post-title {
	margin-bottom: 0;
}

.recent-project-wrapper {
	margin-bottom: 1.875rem;
}

.back_to_top > a {
	position: fixed;
	right: 40px;
	bottom: 120px;
	z-index: 10;
	-webkit-backface-visibility: hidden;
	        backface-visibility: hidden;
	font-size: 18px;
	width: 44px;
	height: 44px;
	line-height: 44px;
	text-align: center;
	color: white;
	background-color: var(--primary-color);
	display: block;
	border-radius: 50%;
}

.post-single .entry-content select,
.wp-block-archives.wp-block-archives-dropdown select,
.wp-block-categories-dropdown select,
.sidebar .widget select {
	background-color: #fff;
	border: 1px solid #ced4da;
	border-radius: 0.25rem;
	padding: 0.375rem 1.75rem 0.375rem 0.75rem;
	font-size: 1rem;
	font-weight: 400;
	line-height: 1.5;
	color: #495057;
	vertical-align: middle;
	-webkit-appearance: none;
	-moz-appearance: none;
	background-image: url("data:image/svg+xml;utf8,<svg fill='black' height='24' viewBox='0 0 24 24' width='24' xmlns='http://www.w3.org/2000/svg'><path d='M7 10l5 5 5-5z'/><path d='M0 0h24v24H0z' fill='none'/></svg>");
	background-repeat: no-repeat;
	background-position: center right 7px;
}

.navbar {
	padding: 0;
}

.navbar .logo > img {
	max-width: 160px;
	max-height: 60px;
}

/*New blog design custom css*/
.blog-single .post .post-meta span {
	font-size: 16px;
	text-transform: capitalize;
}

.blog-single .post .post-meta span i {
	color: var(--primary-color);
}

.blog-single .post .post-meta span a {
	margin-left: 0;
	color: inherit;
	line-height: 1.625;
}

.blog-single .post .post-meta span a:hover {
	color: var(--primary-color);
}

.blog-single .post .post-media {
	margin-bottom: 2.1875rem;
}

.post-meta span a {
	color: inherit;
}

.blog-single .entry-content {
	padding-top: 14px;
}

.blog-single .entry-content iframe {
	margin: 24px 0 10px 0;
}

.blog-single .entry-content .wp-block-quote {
	margin-top: 3.125rem;
	padding: 2.75rem 3.125rem 2.75rem;
	background-color: #f9f9f9;
	margin-bottom: 2.9375rem;
}

.blog-single .entry-content .wp-block-quote p {
	color: #666565;
	font-size: 20px;
	line-height: 1.875;
	font-style: normal;
	font-weight: 500;
	margin-bottom: 0;
}

.blog-single .entry-content .wp-block-quote cite {
	color: #101010;
	margin-left: 9px;
	font-weight: 400;
	font-size: 18px;
	line-height: 1;
}

.blog-single .entry-content .wp-block-quote cite::before {
	width: 5px;
	height: 2px;
	background: currentColor;
	color: inherit;
	left: -9px;
	margin: 0;
	top: 50%;
	-webkit-transform: translateY(-50%);
	        transform: translateY(-50%);
}

.blog-single .entry-content iframe {
	margin: 24px 0 10px 0;
}

.blog-single .entry-content .wp-block-calendar {
	position: relative;
}

.blog-single .entry-content .wp-block-calendar caption {
	caption-side: top;
	text-align: center;
	background-color: #ededed;
	font-weight: 600;
	padding: 0.5em;
	width: 100%;
	margin: 0 auto;
	margin-bottom: -1px;
	color: #101010;
}

.blog-single .entry-content .wp-calendar-nav {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: justify;
	    -ms-flex-pack: justify;
	        justify-content: space-between;
	padding: 0 20px;
	height: 42px;
	-webkit-box-align: center;
	    -ms-flex-align: center;
	        align-items: center;
}

.blog-single .entry-content .wp-calendar-nav-next > a::before {
	content: "\f061";
}

.blog-single .entry-content .wp-calendar-nav-prev > a::before {
	content: "\f060";
}

.blog-single .entry-content .wp-calendar-nav-prev > a,
.blog-single .entry-content .wp-calendar-nav-next > a {
	text-decoration: none;
}

.blog-single .entry-content .wp-calendar-nav-prev > a::before,
.blog-single .entry-content .wp-calendar-nav-next > a::before {
	font-size: 16px;
	font-family: "xtsicon";
	font-weight: 900;
}

.blog-single .blog-post-comment {
	margin-top: 57px;
}

.blog-single figcaption {
	font-size: 14px;
	margin-top: 0;
}

.blog-single ul.blocks-gallery-grid {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	    flex-wrap: wrap;
	list-style-type: none;
	padding: 0;
	margin: 0;
}

.blog-single ul.blocks-gallery-grid li {
	margin-right: 1.875rem;
}

.blog-single ul.blocks-gallery-grid li .blocks-gallery-item__caption {
	font-size: 1rem;
}

@media (max-width: 1024px) {
	.blog-single .entry-content .wp-block-quote {
		padding: 30px;
	}
	.blog-single .entry-content .wp-block-quote p {
		padding-right: 0;
	}
	.blog-single .post .post-media {
		margin-bottom: 1.875rem;
	}
}

.wp-block-embed__wrapper iframe {
	border: 0;
}

.blockquote-footer:before, .wp-block-pullquote cite::before, .wp-block-quote cite::before, blockquote.wp-block-quote .wp-block-quote__citation::before, blockquote.wp-block-quote cite::before, blockquote.wp-block-quote footer::before {
	position: absolute;
	top: 0;
	width: 30px;
	height: 1px;
	background: #6c757d;
	content: "";
	bottom: 0;
	margin: 10px 0 13px -40px;
}

.wp-block-pullquote:not(.is-style-solid-color), .wp-block-quote, .wp-block-quote.is-large, .wp-block-quote.is-style-large, .wp-block-quote:not(.is-large):not(.is-style-large), blockquote.wp-block-pullquote, blockquote.wp-block-quote {
	padding: 30px;
	padding-left: 40px;
	margin-top: 30px;
	margin-bottom: 30px;
	background: #f8f8f8;
	position: relative;
	border-left: 0;
}

.wp-block-quote.is-style-large cite em {
	display: block;
}

.wp-block-pullquote cite, .wp-block-quote cite {
	font-weight: 400;
	font-size: 16px;
	margin-left: 40px;
	text-transform: unset;
	display: inline-block;
}

.wp-block-quote cite, .wp-block-quote footer, .wp-block-quote__citation {
	position: relative;
	font-style: normal;
	font-size: 13px;
}

.wp-block-quote.is-large .wp-block-quote__citation, .wp-block-quote.is-large cite, .wp-block-quote.is-large footer, .wp-block-quote.is-style-large cite, .wp-block-quote.is-style-large footer {
	font-size: 16px;
	text-align: left;
}

.blog-single .entry-content .wp-block-quote::before {
	content: "\e90b";
	left: 0;
	font-family: "xtsicon";
	font-size: 25px;
	color: #dedede;
}

.blog-single .wp-block-button .wp-block-button__link:hover {
	color: #fff;
}

.blog-single .wp-block-button .wp-block-button__link {
	text-decoration: none;
	font-size: 14px;
}

.blog-single a.wp-block-latest-comments__comment-author {
	font-weight: 600;
}

.blog-single .wp-block-quote.is-style-large {
	background: transparent;
	position: relative;
	border-bottom: 4px solid var(--primary-color);
	padding: 30px;
	padding-left: 40px;
}

@media (min-width: 768px) {
	.blog-single .entry-content .wp-block-quote.is-large p,
	.blog-single .entry-content .wp-block-quote.is-style-large p {
		font-size: 1.6875em;
	}
}

.blog-single .entry-content .wp-block-pullquote blockquote::before {
	content: "\e90b";
	font-family: "xtsicon";
	font-size: 30px;
	color: var(--primary-color);
}

.wp-block-latest-posts__post-author,
.wp-block-latest-posts__post-date {
	display: block;
	color: #555;
	font-size: 0.7125em;
	font-weight: 400;
}

.wp-block-button__link > br {
	display: none;
}

.wp-block-button__link:not(.has-background) {
	background-color: var(--primary-color);
	border-radius: 0;
	padding: 16px 35px 16px 35px;
}

.wp-block-button .wp-block-button__link:not(.has-text-color) {
	color: #fff;
}

.wp-block-button .wp-block-button__link:hover {
	color: #fff;
	background: var(--secondary-color);
	cursor: pointer;
}

.wp-block-button .wp-block-button__link:focus {
	color: #fff;
	background: var(--secondary-color);
	outline: thin dotted;
	outline-offset: -4px;
}

.wp-block-button:not(.is-style-squared) .wp-block-button__link {
	border-radius: 6px;
}

.wp-block-button.is-style-outline .wp-block-button__link, .wp-block-button.is-style-outline .wp-block-button__link:active, .wp-block-button.is-style-outline .wp-block-button__link:focus {
	-webkit-transition: all 150ms ease-in-out;
	        transition: all 150ms ease-in-out;
	border-width: 2px;
	border-style: solid;
}

.wp-block-button.is-style-outline .wp-block-button__link:active:not(.has-background), .wp-block-button.is-style-outline .wp-block-button__link:focus:not(.has-background), .wp-block-button.is-style-outline .wp-block-button__link:not(.has-background) {
	background: 0 0;
}

.wp-block-button.is-style-outline .wp-block-button__link:active:not(.has-text-color), .wp-block-button.is-style-outline .wp-block-button__link:focus:not(.has-text-color), .wp-block-button.is-style-outline .wp-block-button__link:not(.has-text-color) {
	color: var(--primary-color);
	border-color: currentColor;
}

.wp-block-button.is-style-outline .wp-block-button__link:hover {
	color: var(--secondary-color);
	border-color: currentColor;
}

.wp-block-cover .wp-block-cover-image-text,
.wp-block-cover h2,
.wp-block-cover p.wp-block-cover-text,
.wp-block-cover .wp-block-cover-image-text,
.wp-block-cover .wp-block-cover-text {
	font-size: 36px;
	max-width: 100%;
	font-weight: 400;
	color: #fff;
}

.wp-block-cover.has-background-dim-60.has-background-dim a {
	text-decoration: underline;
	color: #fff;
}

.wp-block-gallery.is-cropped .blocks-gallery-item img {
	margin: 0;
}

.has-large-font-size {
	font-size: 36px;
	line-height: 1.625;
}

.has-drop-cap:not(:focus):first-letter {
	font-size: 3.375em;
	line-height: 1;
	font-weight: 700;
	margin: 0 .25em 0 0;
}

.wp-block-audio {
	width: 100%;
	margin: 0;
}

.wp-block-file .wp-block-file__button {
	display: table;
	-webkit-transition: all .4s;
	        transition: all .4s;
	border: none;
	border-radius: 5px;
	background: var(--primary-color);
	font-size: 22px;
	line-height: 1.2;
	text-decoration: none;
	font-weight: 700;
	padding: 0.875rem 1.5rem;
	color: #fff;
	margin-left: 0;
	margin-top: calc(.75 * 1rem);
	text-decoration: none;
}

.wp-block-file .wp-block-file__button:hover {
	background: var(--secondary-color);
}

.wp-block-video video {
	width: 100%;
}

.sidebar-inactive .alignfull, .sidebar-inactive .blockquote.wp-block-pullquote.alignfull, .alignfull, .sidebar-inactive .wp-block-pullquote:not(.is-style-solid-color).alignfull {
	width: 100vw;
	margin-left: -50vw;
	margin-right: -50vw;
	position: relative;
	left: 50%;
	right: 50%;
	max-width: initial;
	border-left: 0;
}

@media (min-width: 768px) {
	.wp-block-columns.alignfull, .wp-block-columns.alignfull .wp-block-column {
		padding-left: calc(2 * 1rem);
		padding-right: calc(2 * 1rem);
	}
	.wp-block-columns[class*=has-] > * {
		margin-right: 1rem;
	}
	.comment-content > *,
	.entry .entry-summary > *,
	.entry-content > * {
		margin: 32px 0;
	}
	.entry-content > * {
		margin-top: 0;
	}
	.comment-content > p, .entry-content > p {
		margin-top: 0;
		margin-bottom: 26px;
	}
}

.footer-menu {
	margin-bottom: 30px;
}

@media (min-width: 992px) {
	.footer-menu.header ul.navbar-nav > li > .dropdown-menu {
		top: auto;
		bottom: 100%;
	}
}

.footer-menu .navbar-nav .dropdown-arrow {
	display: none;
}

.footer-menu .navbar-nav .dropdown-toggle::after {
	display: none;
}

.comments-list .comment-body .comment-reply-link {
	font-size: 14px;
	font-weight: 700;
}

.comments-list .comment-body .comment-reply-link i {
	line-height: 1;
	vertical-align: middle;
	-webkit-transition: none;
	        transition: none;
}

@media (min-width: 991px) {
	.comments-list .comment-body {
		padding-bottom: 30px;
		margin-bottom: 25px;
		margin-left: 94px;
	}
	.pingback .comment-body, .trackback .comment-body {
		margin-left: 0;
	}
}

.comments-list .comment-body {
	border-bottom: 1px solid #eee;
}

.comments-list img.comment-avatar {
	width: 80px;
	height: 80px;
	border-radius: 100%;
}

.search .page .post-body,
.product .post-body,
.blog .mp-event-item .post-body,
.post .post-body {
	border: 1px solid #eee;
	padding: 40px;
}

.readmore {
	color: #5d6171;
}

.readmore:hover {
	color: var(--primary-color);
}

.post-quote-content.post-body {
	position: relative;
	overflow: hidden;
	z-index: 1;
}

.post-quote-content.post-body::after, .post-quote-content.post-body::before {
	content: "";
	position: absolute;
	background-size: auto;
	background-position: left;
	background-repeat: no-repeat;
	width: 100px;
	height: 100px;
	z-index: -1;
}

.post-quote-content.post-body::before {
	top: 0;
	left: 30px;
	background-image: url("../../images/left-quote.png");
}

.post-quote-content.post-body::after {
	bottom: -40px;
	right: 30px;
	background-image: url("../../images/right-quote.png");
}

.widget_nav_menu .sub-menu-toggle {
	display: none;
}

.wp-block-search .wp-block-search__button {
	margin-left: 0;
	background-color: var(--primary-color);
	color: #fff;
}

.wp-block-search .wp-block-search__input {
	-webkit-box-flex: 1;
	    -ms-flex-positive: 1;
	        flex-grow: 1;
	max-width: 100%;
}

.post-password-form input[type="password"] {
	background-color: #fff;
	border-radius: 0;
	border: 0.1rem solid #ededed;
	box-shadow: none;
	font-size: 1.6rem;
	margin: 0;
	max-width: 100%;
	padding: 5px 30px;
	width: 100%;
	-webkit-transition: all 0.4s ease;
	        transition: all 0.4s ease;
}

.post-password-form input[type="submit"] {
	background-color: var(--primary-color);
	border: none;
	padding: 14px 55px;
	cursor: pointer;
	display: block;
	-webkit-transition: all 0.4s ease;
	        transition: all 0.4s ease;
	color: #fff;
}

.post-password-form input[type="submit"]:hover {
	background-color: var(--secondary-color);
}

.xs-recent-post-widget .widget-post:not(:last-child) {
	margin-bottom: 30px;
}

.xs-recent-post-widget .widget-post > a {
	display: inline-block;
}

.xs-recent-post-widget .widget-post > a > img {
	max-width: 75px;
	height: 70px;
	object-fit: cover;
}

.xs-recent-post-widget .widget-post .media-body {
	margin-left: 25px;
}

.xs-recent-post-widget .widget-post .entry-title {
	margin-bottom: 7px;
	font-weight: 600;
	letter-spacing: 0;
	font-size: 16px;
	line-height: 1.25;
}

.xs-recent-post-widget .widget-post .entry-title > a {
	color: inherit;
}

.xs-recent-post-widget .widget-post .entry-title > a:hover {
	color: var(--primary-color);
}

.xs-recent-post-widget .widget-post .post-meta {
	margin-bottom: 0;
}

.xs-recent-post-widget .widget-post .post-meta > span {
	color: #666565;
}

.mf-input::-webkit-input-placeholder {
	opacity: 1;
}

.mf-input:-ms-input-placeholder {
	opacity: 1;
}

.mf-input::placeholder {
	opacity: 1;
}

@media (max-width: 1024px) {
	.ekit-sticky .elementor-widget-ekit-nav-menu .elementskit-menu-overlay {
		display: none;
	}
	.ekit-sticky .elementor-widget-ekit-nav-menu .elementskit-menu-offcanvas-elements::after, .ekit-sticky .elementor-widget-ekit-nav-menu .elementskit-menu-offcanvas-elements::before {
		display: none;
	}
}

.post-single {
	margin-bottom: 2.5rem;
}

.post-single .single_post_hr_line {
	display: block;
	border-bottom: 2px dotted #cecece;
	margin-bottom: 46px;
	margin-top: 15px;
	position: relative;
}

.post-single .single_post_hr_line::before {
	content: "";
	position: absolute;
	border-bottom: 2px dotted #cecece;
	top: 5px;
	left: 0;
	width: 100%;
	display: block;
}

.wp-block-pullquote blockquote {
	border-left: none;
}

.wp-block-pullquote .has-very-dark-gray-color.has-very-dark-gray-color {
	background: 0 0;
	padding: 0;
	margin-bottom: 0;
}

.error-body {
	margin-bottom: 50px;
}

.error404 .error-page .error-code {
	display: block;
	font-size: 150px;
	line-height: 1;
	color: #333;
	margin-bottom: 20px;
	text-shadow: 5px 5px 1px rgba(0, 0, 0, 0.1);
}

.error404 .error-page .error-message h3 {
	font-size: 24px;
	color: #2e3d44;
}

.error404 .error-page .error-body a.btn {
	margin-top: 30px;
}

.blog-single ul.blocks-gallery-grid {
	padding: 0;
	padding-bottom: 0.5rem;
	margin-top: 0;
}

.primary-navigation .menu-wrapper {
	list-style: none;
	margin: 0;
	padding-left: 0;
}

@media (min-width: 1025px) {
	.primary-navigation .menu-wrapper {
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		-ms-flex-wrap: wrap;
		    flex-wrap: wrap;
	}
}

.primary-navigation .menu-wrapper > li .sub-menu-toggle .icon-plus,
.primary-navigation .menu-wrapper > li .sub-menu-toggle .icon-minus {
	-webkit-transform: rotate(90deg);
	        transform: rotate(90deg);
}

@media (min-width: 1025px) {
	.primary-navigation .menu-wrapper > li ul li .sub-menu-toggle .icon-plus,
	.primary-navigation .menu-wrapper > li ul li .sub-menu-toggle .icon-minus {
		-webkit-transform: rotate(0deg);
		        transform: rotate(0deg);
	}
}

.primary-navigation .menu-wrapper > li a {
	position: relative;
}

@media (min-width: 1025px) {
	.primary-navigation .menu-wrapper > li a::after {
		position: absolute;
		bottom: 2px;
		left: 0;
		right: 0;
		margin: 0 auto;
		content: "";
		height: 2px;
		width: 0%;
		opacity: 0;
		background-color: var(--primary-color);
		-webkit-transition: all 0.4s ease;
		        transition: all 0.4s ease;
	}
}

.primary-navigation .menu-wrapper > li.current-menu-item > a::after, .primary-navigation .menu-wrapper > li:hover > a::after {
	opacity: 1;
	width: 100%;
}

.primary-navigation .menu-wrapper li {
	position: relative;
	margin: 0 14px;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
}

@media (max-width: 1025px) {
	.primary-navigation .menu-wrapper li {
		-ms-flex-wrap: wrap;
		    flex-wrap: wrap;
	}
}

.primary-navigation .menu-wrapper li > a {
	display: block;
	padding: 9px 0;
	color: #2c2f40;
	font-weight: 700;
	font-size: 16px;
	line-height: 25px;
	position: relative;
}

@media (min-width: 1025px) {
	.primary-navigation .menu-wrapper li > a {
		width: 100%;
	}
}

@media (max-width: 1025px) {
	.primary-navigation .menu-wrapper li > a {
		-webkit-box-flex: 1;
		    -ms-flex: auto;
		        flex: auto;
		width: auto;
	}
}

.primary-navigation .menu-wrapper li > a:hover, .primary-navigation .menu-wrapper li > a:focus {
	color: var(--primary-color);
}

@media (min-width: 1025px) {
	.primary-navigation .menu-wrapper li.menu-item-has-children:hover > .sub-menu-toggle .icon-minus {
		display: block;
	}
	.primary-navigation .menu-wrapper li.menu-item-has-children:hover > .sub-menu-toggle .icon-plus {
		display: none;
	}
}

@media (min-width: 1025px) {
	.primary-navigation .menu-wrapper li.menu-item-has-children:hover > ul {
		opacity: 1;
		-webkit-transform: translateY(0);
		        transform: translateY(0);
		-webkit-transition: opacity 0.15s linear, -webkit-transform 0.15s linear;
		        transition: opacity 0.15s linear, transform 0.15s linear;
		pointer-events: auto;
		box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.06);
	}
}

.primary-navigation .menu-wrapper li .sub-menu-toggle {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	padding: 0;
	-webkit-box-pack: center;
	    -ms-flex-pack: center;
	        justify-content: center;
	-webkit-box-align: center;
	    -ms-flex-align: center;
	        align-items: center;
	background: transparent;
	color: currentColor;
	border: none;
	font-size: 18px;
	cursor: pointer;
	-webkit-transition: all 0.4s ease;
	        transition: all 0.4s ease;
}

.primary-navigation .menu-wrapper li .sub-menu-toggle .icon-minus {
	display: none;
}

@media (max-width: 1024px) {
	.primary-navigation .menu-wrapper li .sub-menu-toggle {
		margin-left: auto;
	}
}

.primary-navigation .menu-wrapper .sub-menu {
	margin: 0;
	min-width: 220px;
	z-index: 88888;
	background-color: #fff;
	padding: 0;
	list-style: none;
	left: 100%;
	top: 0;
}

@media (max-width: 1024px) {
	.primary-navigation .menu-wrapper .sub-menu {
		display: none;
		width: 100%;
		padding-left: 15px;
	}
}

@media (min-width: 1025px) {
	.primary-navigation .menu-wrapper .sub-menu {
		left: 0;
		position: absolute;
		opacity: 0;
		top: 100%;
		-webkit-transition: opacity 0.15s linear, -webkit-transform 0.15s linear, right 0s 0.15s;
		        transition: opacity 0.15s linear, transform 0.15s linear, right 0s 0.15s;
		-webkit-transform: translateY(0.6rem);
		        transform: translateY(0.6rem);
		pointer-events: none;
		padding: 15px 25px;
	}
	.primary-navigation .menu-wrapper .sub-menu li {
		margin: 0;
	}
	.primary-navigation .menu-wrapper .sub-menu li:not(:last-child) a {
		border-bottom: 1px solid #f0f0f0;
	}
}

.primary-navigation .menu-wrapper .sub-menu .menu-item-has-children {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
}

@media (min-width: 1025px) {
	.primary-navigation .menu-wrapper .sub-menu .menu-item-has-children > a {
		width: 100%;
	}
}

@media (max-width: 1025px) {
	.primary-navigation .menu-wrapper .sub-menu .menu-item-has-children > a {
		-webkit-box-flex: 1;
		    -ms-flex: auto;
		        flex: auto;
		width: auto;
	}
}

.primary-navigation .menu-wrapper .sub-menu .menu-item-has-children .sub-menu-toggle {
	margin-left: auto;
	height: auto;
}

.primary-navigation .menu-wrapper .sub-menu .sub-menu {
	left: 100%;
	top: 0;
}

.primary-navigation .menu-button-container {
	padding: 15px;
}

@media (min-width: 1025px) {
	.primary-navigation .menu-button-container {
		display: none;
	}
}

.site-branding > .custom-logo-link {
	display: inline-block;
}

.site-branding > .custom-logo-link > img {
	max-width: 160px;
}

@media (max-width: 1024px) {
	.site-branding {
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		-webkit-box-align: center;
		    -ms-flex-align: center;
		        align-items: center;
		-webkit-box-pack: justify;
		    -ms-flex-pack: justify;
		        justify-content: space-between;
		width: 100%;
	}
}

@media (min-width: 1025px) {
	.site-branding {
		-ms-flex-item-align: center;
		    align-self: center;
	}
}

@media (min-width: 1025px) {
	.header-row {
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		-webkit-box-pack: justify;
		    -ms-flex-pack: justify;
		        justify-content: space-between;
	}
	.header-row .primary-navigation-wraper {
		margin: auto;
	}
}

.primary-menu-wraper {
	padding: 15px 20px 15px 15px;
}

@media (min-width: 1025px) {
	.menu-button-container {
		display: none;
	}
}

@media (max-width: 1025px) {
	.primary-navigation {
		position: fixed;
		left: -100%;
		top: 0;
		height: 100vh;
		width: 290px;
		max-width: 100%;
		background-color: #fff;
		z-index: 90;
		-webkit-transition: left 0.5s ease-in-out 0s;
		        transition: left 0.5s ease-in-out 0s;
		overflow-y: auto;
	}
	.nav_menu_open .primary-navigation,
	.nav_menu_open .nav-menu-backdrop {
		left: 0;
	}
	.nav_menu_open .primary-navigation {
		-webkit-transition-delay: 0.2s;
		        transition-delay: 0.2s;
	}
	.nav_menu_open .nav-menu-backdrop {
		-webkit-transition-delay: 0s;
		        transition-delay: 0s;
	}
	.primary-menu-container {
		padding: 100px 0;
		position: relative;
		overflow-y: auto;
	}
	.nav-toggle-button {
		border: none;
		outline: none;
		line-height: 1;
		background-color: transparent;
		width: 45px;
		display: block;
		padding: 12px 12px 12px 12px;
		border-radius: 3px;
		border: 1px solid #2C2F40;
	}
	.nav-toggle-button.toggle .dropdown-icon:nth-child(1) {
		-webkit-transform: rotate(45deg) translateX(4px) translateY(4px);
		        transform: rotate(45deg) translateX(4px) translateY(4px);
	}
	.nav-toggle-button.toggle .dropdown-icon:nth-child(2) {
		-webkit-transform: scaleX(0);
		        transform: scaleX(0);
		-webkit-transform-origin: left;
		        transform-origin: left;
	}
	.nav-toggle-button.toggle .dropdown-icon:nth-child(3) {
		-webkit-transform: rotate(-45deg) translateX(4px) translateY(-5px);
		        transform: rotate(-45deg) translateX(4px) translateY(-5px);
	}
	.nav-toggle-button .dropdown-icon {
		height: 1px;
		width: 100%;
		display: block;
		background-color: #2c2f40;
		-webkit-transition: all 0.4s ease;
		        transition: all 0.4s ease;
	}
	.nav-toggle-button .dropdown-icon:not(:last-child) {
		margin-bottom: 5px;
	}
	.nav-menu-backdrop {
		position: fixed;
		top: 0;
		left: -100%;
		height: 100%;
		width: 100%;
		overflow: hidden;
		background-color: rgba(0, 0, 0, 0.4);
		-webkit-transition: left 0.5s ease-in-out 0.2s;
		        transition: left 0.5s ease-in-out 0.2s;
		z-index: 89;
	}
}

.header-search {
	-ms-flex-item-align: center;
	    align-self: center;
	display: none;
}

@media (min-width: 1200px) {
	.header-search {
		display: block;
	}
}

.header-search .bascart-serach .input-group {
	position: relative;
	padding-left: 30px;
}

.header-search .bascart-serach .input-group .form-control {
	background-color: transparent;
	padding: 0;
	max-width: 90px;
}

.header-search .bascart-serach .input-group .search-button {
	background: transparent;
	border: none;
	position: absolute;
	left: 0;
	top: 2px;
	cursor: pointer;
	font-size: 16px;
}

.header-cart {
	-ms-flex-item-align: center;
	    align-self: center;
	display: none;
}

.header-cart a {
	position: relative;
	font-size: 20px;
	line-height: 1;
	color: #000;
}

.header-cart a sup {
	position: absolute;
	right: -15px;
	top: -10px;
	background: #FFCF5E;
	padding: 0;
	border-radius: 50%;
	font-size: 12px;
	height: 20px;
	width: 20px;
	text-align: center;
	line-height: 22px;
	font-weight: 500;
}

@media (min-width: 1200px) {
	.header-cart {
		display: block;
	}
}

.header-right {
	display: none;
}

@media (min-width: 1199px) {
	.header-right {
		display: block;
	}
}

.elementskit-navbar-nav .ekit-menu-badge {
	position: absolute;
	top: 0;
	right: -20px;
	font-size: 9px;
	padding: 3px 4px 3px 6px;
	border-radius: 0;
	font-weight: bold;
	letter-spacing: .5px;
	text-transform: uppercase;
}

.elementskit-navbar-nav .ekit-menu-badge .ekit-menu-badge-arrow {
	left: 4px;
	border-width: 4px;
	bottom: -8px;
}

.ekit-menu-nav-link.ekit-menu-dropdown-toggle .icon.icon-down-arrow1::before {
	content: "\e96f";
	font-family: xtsicon, sans-serif !important;
}

.simple-slider-wrap .row {
	-webkit-box-align: center;
	    -ms-flex-align: center;
	        align-items: center;
}

.simple-slider-wrap .swiper-pagination {
	top: 38%;
	right: 15px;
	bottom: auto;
	left: auto;
	-webkit-transform: inherit;
	        transform: inherit;
	text-align: right;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	    -ms-flex-direction: column;
	        flex-direction: column;
	-webkit-box-align: end;
	    -ms-flex-align: end;
	        align-items: flex-end;
	-webkit-box-pack: center;
	    -ms-flex-pack: center;
	        justify-content: center;
	max-width: 35px;
}

.simple-slider-wrap .swiper-pagination-bullet {
	width: 6px;
	height: 6px;
	background: rgba(255, 255, 255, 0.2);
	opacity: 1;
}

.simple-slider-wrap .swiper-pagination-bullet-active {
	width: 14px;
	height: 14px;
	background-color: transparent;
	border: 2px solid #fff;
}

.simple-slider-wrap.swiper-container-horizontal > .swiper-pagination-bullets .swiper-pagination-bullet {
	margin: 6px auto;
}

.single-simple-slide {
	padding: 50px 0;
	background-repeat: no-repeat;
	background-position: center;
	background-size: cover;
	object-fit: cover;
	object-position: center;
	overflow: hidden;
	width: 100%;
	-webkit-transition: opacity 200ms ease-in-out, visibility 200ms ease-in-out;
	        transition: opacity 200ms ease-in-out, visibility 200ms ease-in-out;
}

.slide-subtitle {
	font-size: 16px;
	line-height: 1.1;
	color: #fff;
	text-transform: uppercase;
	font-weight: 500;
	margin-bottom: 15px;
}

.slide-title {
	font-size: 48px;
	line-height: 1;
	letter-spacing: 0.2px;
	color: #fff;
	font-weight: 900;
	text-transform: uppercase;
	margin-bottom: 23px;
}

.slide-price {
	font-size: 24px;
	text-transform: uppercase;
	color: #fff;
	letter-spacing: 0.2px;
	font-weight: 700;
	line-height: 1;
	margin-bottom: 30px;
}

.slide-btn .slide-add-to-cart {
	font-size: 14px;
	letter-spacing: 0.02px;
	color: #fff;
	font-weight: 500;
	text-transform: uppercase;
	background: transparent;
	border-color: rgba(255, 255, 255, 0.3);
	border-style: solid;
	border-width: 2px;
	display: inline-block;
	padding: 10px 20px;
}

@media (min-width: 768px) {
	.simple-slider-wrap .single-simple-slide {
		padding: 15px 0;
	}
	.simple-slider-wrap .row {
		-webkit-box-align: center;
		    -ms-flex-align: center;
		        align-items: center;
	}
	.simple-slider-wrap .slide-thumb {
		margin-bottom: 0;
		margin-right: 30px;
	}
	.simple-slider-wrap .slide-content {
		margin-left: 30px;
	}
}

@media (min-width: 1200px) {
	.simple-slider-wrap .swiper-pagination {
		right: 12%;
	}
}

/* hot cetagory list style */
.xs-vertical-cetagory .ekit-vertical-navbar-nav li:nth-child(1) {
	padding-left: 0 !important;
}

.xs-vertical-cetagory .ekit-vertical-navbar-nav li:nth-child(1)::after {
	display: none;
}

.xs-vertical-cetagory .ekit-vertical-navbar-nav li:nth-child(1) a i {
	font-size: 12px;
	background-color: #e9e9ea;
	height: 30px;
	line-height: 28px !important;
	width: 30px;
	display: inline-block;
	text-align: center;
	border-radius: 50%;
}

.xs-vertical-cetagory .ekit-vertical-navbar-nav li:nth-child(2) {
	padding-left: 0 !important;
}

.xs-vertical-cetagory .ekit-vertical-navbar-nav li:nth-child(2)::after {
	display: none;
}

.xs-vertical-cetagory .ekit-vertical-navbar-nav li:nth-child(2) a i {
	font-size: 12px;
	background-color: #dbf5ef;
	height: 30px;
	line-height: 28px !important;
	width: 30px;
	display: inline-block;
	text-align: center;
	border-radius: 50%;
}

.xs-vertical-cetagory .ekit-vertical-navbar-nav li:nth-child(3) {
	padding-left: 0 !important;
}

.xs-vertical-cetagory .ekit-vertical-navbar-nav li:nth-child(3)::after {
	display: none;
}

.xs-vertical-cetagory .ekit-vertical-navbar-nav li:nth-child(3) a i {
	font-size: 12px;
	background-color: #fff5e3;
	height: 30px;
	line-height: 28px !important;
	width: 30px;
	display: inline-block;
	text-align: center;
	border-radius: 50%;
}

.xs-vertical-cetagory .ekit-vertical-navbar-nav li:nth-child(4) {
	padding-left: 0 !important;
}

.xs-vertical-cetagory .ekit-vertical-navbar-nav li:nth-child(4)::after {
	display: none;
}

.xs-vertical-cetagory .ekit-vertical-navbar-nav li:nth-child(4) a i {
	font-size: 12px;
	background-color: #fce6e2;
	height: 30px;
	line-height: 28px !important;
	width: 30px;
	display: inline-block;
	text-align: center;
	border-radius: 50%;
}

.xs-vertical-cetagory .ekit-vertical-navbar-nav li {
	position: relative;
	padding-left: 15px !important;
}

.xs-vertical-cetagory .ekit-vertical-navbar-nav li::after {
	content: "";
	position: absolute;
	top: 50%;
	-webkit-transform: translateY(-50%);
	        transform: translateY(-50%);
	left: 25px;
	width: 6px;
	height: 6px;
	background: #ededed;
	border-radius: 50%;
}

@-webkit-keyframes xs-fadeInUp {
	from {
		opacity: 0;
		-webkit-transform: translate3d(0, -100%, 0);
		        transform: translate3d(0, -100%, 0);
	}
	to {
		opacity: 1;
		-webkit-transform: translate3d(0, 0, 0);
		        transform: translate3d(0, 0, 0);
	}
}

@keyframes xs-fadeInUp {
	from {
		opacity: 0;
		-webkit-transform: translate3d(0, -100%, 0);
		        transform: translate3d(0, -100%, 0);
	}
	to {
		opacity: 1;
		-webkit-transform: translate3d(0, 0, 0);
		        transform: translate3d(0, 0, 0);
	}
}

@-webkit-keyframes xs-fadeInDown {
	from {
		opacity: 0;
		-webkit-transform: translate3d(0, 100%, 0);
		        transform: translate3d(0, 100%, 0);
	}
	to {
		opacity: 1;
		-webkit-transform: translate3d(0, 0, 0);
		        transform: translate3d(0, 0, 0);
	}
}

@keyframes xs-fadeInDown {
	from {
		opacity: 0;
		-webkit-transform: translate3d(0, 100%, 0);
		        transform: translate3d(0, 100%, 0);
	}
	to {
		opacity: 1;
		-webkit-transform: translate3d(0, 0, 0);
		        transform: translate3d(0, 0, 0);
	}
}

@-webkit-keyframes xs-fadeInLeft {
	from {
		opacity: 0;
		-webkit-transform: translateX(100px);
		transform: translateX(100px);
	}
	to {
		opacity: 1;
		-webkit-transform: translateX(0);
		transform: translateX(0);
	}
}

@keyframes xs-fadeInLeft {
	from {
		opacity: 0;
		-webkit-transform: translateX(100px);
		transform: translateX(100px);
	}
	to {
		opacity: 1;
		-webkit-transform: translateX(0);
		transform: translateX(0);
	}
}

.bascart-slider-wrapper .tab-content.elementkit-tab-content,
.bascart-slider-wrapper .elementskit-btn.whitespace--normal,
.bascart-slider-wrapper .ekit-wid-con .elementskit-section-title-wraper.text_left,
.bascart-slider-wrapper .elementor-image {
	opacity: 0;
}

.bascart-slider-wrapper .swiper-slide-active {
	opacity: 1;
	visibility: visible;
}

.bascart-slider-wrapper .swiper-slide-active .tab-content.elementkit-tab-content,
.bascart-slider-wrapper .swiper-slide-active .elementor-image {
	-webkit-animation: xs-fadeInDown;
	        animation: xs-fadeInDown;
	-webkit-animation-duration: 1.5s;
	        animation-duration: 1.5s;
	-webkit-animation-fill-mode: both;
	        animation-fill-mode: both;
	-webkit-animation-duration: 1.5s;
	-webkit-animation-fill-mode: both;
	-webkit-transition: 0.4s;
	        transition: 0.4s;
	opacity: 1;
	background-repeat: no-repeat;
	background-size: cover;
	background-position: center;
	object-fit: cover;
	object-position: center;
}

.bascart-slider-wrapper .swiper-slide-active .ekit-wid-con .elementskit-section-title-wraper.text_left {
	-webkit-animation: xs-fadeInUp;
	        animation: xs-fadeInUp;
	-webkit-animation-duration: 1s;
	        animation-duration: 1s;
	-webkit-animation-fill-mode: both;
	        animation-fill-mode: both;
	-webkit-animation-duration: 1s;
	-webkit-animation-fill-mode: both;
	opacity: 1;
	-webkit-transition: 0.4s;
	        transition: 0.4s;
}

.bascart-slider-wrapper .swiper-slide-active .elementskit-btn.whitespace--normal {
	-webkit-animation: xs-fadeInLeft;
	        animation: xs-fadeInLeft;
	-webkit-animation-duration: 1s;
	        animation-duration: 1s;
	-webkit-animation-fill-mode: both;
	        animation-fill-mode: both;
	-webkit-animation-duration: 1s;
	-webkit-animation-fill-mode: both;
	opacity: 1;
	-webkit-transition: 0.4s;
	        transition: 0.4s;
}

/* product category common */
.bascart-product-category .single-cat-list-item {
	-webkit-transition: all 0.4s ease;
	        transition: all 0.4s ease;
}

.bascart-product-category-item {
	display: block;
}

.bascart-product-category-item h3 {
	border-radius: 6px;
}

.product-category-wrap {
	background-repeat: no-repeat;
	background-position: right center;
	background-size: cover;
	-webkit-transition: 0.6s cubic-bezier(0.16, 1, 0.3, 1);
	        transition: 0.6s cubic-bezier(0.16, 1, 0.3, 1);
}

.product-category-wrap:hover {
	background-position: 40%;
}

.product-category-wrap .cat-icon {
	display: -webkit-inline-box;
	display: -ms-inline-flexbox;
	display: inline-flex;
	text-align: center;
	cursor: pointer;
	-webkit-box-align: center;
	    -ms-flex-align: center;
	        align-items: center;
	-webkit-transition: 0.6s cubic-bezier(0.25, 1, 0.5, 1);
	        transition: 0.6s cubic-bezier(0.25, 1, 0.5, 1);
}

.product-category-wrap .cat-icon i {
	margin-left: 8px;
}

/* product category common - end */
/* product category masonry - start */
.category-parent-wrap {
	margin: -5px;
}

.category-parent-wrap::after {
	content: "";
	display: block;
	clear: both;
}

.category-parent-wrap .grid-sizer {
	width: 25%;
}

.cat-list-item {
	padding: 5px;
	float: left;
	display: inline-block;
	width: 25%;
}

.cat-list-item .product-category-wrap {
	height: 100%;
	background-color: #f5f7fa;
}

.cat-list-item:nth-child(2) {
	height: 460px;
}

.cat-list-item:nth-child(3) {
	width: 50%;
	height: 230px;
}

.cat-list-item:nth-child(4) {
	height: 460px;
}

.cat-list-item:nth-child(5) {
	height: 230px;
}

.cat-list-item:nth-child(6) {
	height: 230px;
}

.cat-list-item .single-product-category {
	width: 100%;
	height: 100%;
}

.cat-list-item .single-product-category > a {
	width: 100%;
	height: 100%;
	padding: 30px;
}

.cat-list-item .product-category-title {
	line-height: 1;
	-webkit-transition: 0.6s cubic-bezier(0.25, 1, 0.5, 1);
	        transition: 0.6s cubic-bezier(0.25, 1, 0.5, 1);
}

.cat-list-item:hover .product-category-title {
	color: #f03d3f;
	text-decoration: underline;
}

@media screen and (max-width: 768px) {
	.category-parent-wrap .cat-list-item {
		width: 50%;
	}
}

@media screen and (max-width: 575px) {
	.category-parent-wrap .cat-list-item {
		width: 100%;
	}
	.category-parent-wrap .cat-list-item:nth-child(2) {
		height: 230px;
	}
	.category-parent-wrap .cat-list-item:nth-child(4) {
		height: 230px;
	}
}

/* product category masonry - end */
.bascart-product-category-wrapper .category-grid-wrap {
	position: relative;
	display: grid;
	grid-template-areas: "featured featured right-top right-top" " featured featured bottom-left bottom-right";
	grid-template-columns: repeat(4, 1fr);
	grid-auto-rows: 1fr;
	grid-gap: 10px;
}

.bascart-product-category-wrapper .category-grid-wrap .single-cat-grid-item {
	overflow: hidden;
}

.bascart-product-category-wrapper .category-grid-wrap .single-cat-grid-item .product-category-wrap {
	height: 100%;
	width: 100%;
}

.bascart-product-category-wrapper .category-grid-wrap .single-cat-grid-item:nth-child(1) {
	grid-area: featured;
	height: 100%;
}

.bascart-product-category-wrapper .category-grid-wrap .single-cat-grid-item:nth-child(2) {
	grid-area: right-top;
}

.bascart-product-category-wrapper .category-grid-wrap .single-cat-grid-item:nth-child(3) {
	grid-area: bottom-left;
}

.bascart-product-category-wrapper .category-grid-wrap .single-cat-grid-item:nth-child(4) {
	grid-area: bottom-right;
}

@media (max-width: 1024px) {
	.bascart-product-category-wrapper .category-grid-wrap {
		grid-template-columns: repeat(2, 1fr);
		grid-template-areas: "featured right-top" "bottom-left bottom-right";
	}
}

@media (max-width: 767px) {
	.bascart-product-category-wrapper .category-grid-wrap {
		grid-template-columns: 1fr;
		grid-template-areas: "featured" "right-top" "bottom-left" "bottom-right";
	}
}

.bascart-product-category-wrapper .category-list-wrap-2 {
	display: grid;
	grid-gap: 10px;
	grid-template-columns: 1fr;
}

@media (min-width: 768px) {
	.bascart-product-category-wrapper .category-list-wrap-2 {
		grid-template-columns: 1fr 1fr;
	}
}

@media (min-width: 992px) {
	.bascart-product-category-wrapper .category-list-wrap-2 {
		grid-template-columns: repeat(4, 1fr);
	}
}

.bascart-product-category-wrapper .category-list-wrap-2 .single-cat-list-item .product-category-title {
	display: -webkit-inline-box;
	display: -ms-inline-flexbox;
	display: inline-flex;
	-webkit-box-align: center;
	    -ms-flex-align: center;
	        align-items: center;
}

.bascart-product-category-wrapper .category-list-wrap-2 .single-cat-list-item .product-category-title i {
	margin: 0 0 0 5px;
}

.bascart-product-category-wrapper .category-list-wrap-2 .single-cat-list-item .product-category-wrap {
	height: 100%;
	width: 100%;
}

@media (min-width: 992px) {
	.bascart-product-category-wrapper .category-list-wrap-2 .single-cat-list-item:nth-child(3), .bascart-product-category-wrapper .category-list-wrap-2 .single-cat-list-item:nth-child(4) {
		grid-column: span 2;
	}
}

/* Advanced Search Style */
.xs-navbar-search-wrapper {
	position: relative;
	min-height: 46px;
}

.xs-navbar-search-wrapper .product-search-result {
	position: absolute;
	right: 0;
	top: 100%;
	margin: 0;
	background-color: #fff;
	z-index: 9999;
	border-style: solid;
	border-color: #f2f2f2;
	border-width: 0 2px 0 2px;
	left: 50px;
}

.xs-navbar-search-wrapper .bascart-single-product-item {
	display: block;
	-webkit-box-flex: 100%;
	    -ms-flex: 100%;
	        flex: 100%;
	position: relative;
	padding: 16px 15px 16px 100px !important;
	border-style: solid;
	border-color: #f2f2f2;
	border-width: 0 0 2px 0;
}

.xs-navbar-search-wrapper .bascart-single-product-item.col-md-6:nth-child(odd) {
	border-right: 1px solid #f2f2f2 !important;
}

.xs-navbar-search-wrapper .bascart-single-product-item.col-md-4:nth-child(2) {
	border-left: 1px solid #f2f2f2;
	border-right: 1px solid #f2f2f2 !important;
}

.xs-navbar-search-wrapper .bascart-single-product-item.col-md-3:nth-child(2) {
	border-left: 1px solid #f2f2f2;
	border-right: 1px solid #f2f2f2 !important;
}

.xs-navbar-search-wrapper .bascart-single-product-item.col-md-3:nth-child(3) {
	border-right: 1px solid #f2f2f2 !important;
}

.xs-navbar-search-wrapper .bascart-single-product-item .product-thumb {
	position: absolute;
	left: 0;
	top: 8px;
	padding: 10px;
	margin-bottom: 0 !important;
}

.xs-navbar-search-wrapper .bascart-single-product-item .product-thumb .product-tag-sale-badge {
	top: 7px;
	right: 10px;
}

.xs-navbar-search-wrapper .bascart-single-product-item .product-thumb img {
	max-width: 75px;
	min-height: auto;
}

.xs-navbar-search-wrapper .bascart-single-product-item .product-thumb .badge {
	border: none;
	display: inline-block;
	font-size: 10px;
	font-weight: 700;
	line-height: 20px;
	color: #fff;
	background: #f03d3f;
	padding: 0 6px;
	border-radius: 2px 2px 2px 2px;
}

.xs-navbar-search-wrapper .bascart-single-product-item .product-thumb .badge a {
	color: #fff;
}

.xs-navbar-search-wrapper .bascart-single-product-item .product-price {
	padding: 5px 0 0 0 !important;
}

.xs-navbar-search-wrapper .bascart-single-product-item .product-price .price {
	-webkit-box-pack: start;
	    -ms-flex-pack: start;
	        justify-content: start;
	display: block;
}

.xs-navbar-search-wrapper .bascart-single-product-item .product-price .woocommerce-Price-amount {
	margin: 0 10px 0 0;
	font-size: 15px;
}

.xs-navbar-search-wrapper .bascart-single-product-item .rating-count {
	color: #858585;
}

.xs-navbar-search-wrapper .bascart-single-product-item .product-title {
	margin: 4px 0 2px !important;
	padding: 0 !important;
}

.xs-navbar-search-wrapper .bascart-single-product-item .product-title a {
	font-size: 14px;
	font-weight: 500;
}

.xs-navbar-search-wrapper .bascart-single-product-item .product-title a::before {
	content: "\f105";
	right: 15px;
	position: absolute;
	top: 50%;
	-webkit-transform: translateY(-50%);
	        transform: translateY(-50%);
	font-family: "Font Awesome 5 Free", sans-serif;
	color: #858585;
	font-size: 17px;
	font-weight: 900;
	background-color: #e6e6e6;
	height: 30px;
	width: 30px;
	text-align: center;
	line-height: 30px;
	border-radius: 50%;
	-webkit-transition: all 0.3s;
	        transition: all 0.3s;
}

.xs-navbar-search-wrapper .bascart-single-product-item:hover a::before {
	background-color: #f03d3f !important;
	color: #fff !important;
}

.xs-navbar-search-wrapper .input-group {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	    flex-wrap: wrap;
	-webkit-box-align: center;
	    -ms-flex-align: center;
	        align-items: center;
	border-style: solid;
	border-width: 2px;
	border-color: #e6e6e6;
}

.xs-navbar-search-wrapper .btn {
	background: #e6e6e6;
	position: absolute;
	left: 0;
	top: 1px;
	border-radius: 0;
	min-height: 48px;
	margin: 0;
	padding: 0 18px;
}

.xs-navbar-search-wrapper .btn i {
	color: #151515;
	font-size: 15px;
}

.xs-navbar-search-wrapper .product-rating .star-rating {
	color: #fec42d;
	float: none;
}

.xs-navbar-search-wrapper .product-rating .star-rating::before {
	color: #f78c00;
}

.xs-navbar-search-wrapper .xs-category-select-wraper {
	-ms-flex-negative: 1;
	-webkit-box-flex: 1;
	-ms-flex-positive: 1;
	padding: 0 25px;
	border: solid;
	border-color: #e6e6e6;
	border-width: 0 0 0 2px;
	min-width: 175px;
}

.xs-navbar-search-wrapper .xs-ele-nav-search-select {
	font-size: 16px;
	color: #3e3e3e;
	font-weight: 500;
	border-width: 0;
}

.xs-navbar-search-wrapper .form-control {
	padding: 0 20px 0 70px;
	min-height: 46px;
	border-width: 0;
	font-weight: 400;
	font-size: 14px;
	color: #101010;
	width: 62%;
	-ms-flex-negative: 1;
	    flex-shrink: 1;
	-webkit-box-flex: 1;
	    -ms-flex-positive: 1;
	        flex-grow: 1;
}

.xs-navbar-search-wrapper .form-control::-webkit-input-placeholder {
	opacity: 0.4;
}

.xs-navbar-search-wrapper .form-control:-ms-input-placeholder {
	opacity: 0.4;
}

.xs-navbar-search-wrapper .form-control::placeholder {
	opacity: 0.4;
}

/* Advanced Search Style */
.filtered-product-list {
	opacity: 0;
	display: none;
	visibility: hidden;
	-webkit-transition: 0.4s cubic-bezier(0.25, 1, 0.5, 1);
	        transition: 0.4s cubic-bezier(0.25, 1, 0.5, 1);
}

.filtered-product-list.active {
	opacity: 1;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	visibility: visible;
}

.ekit-wid-con .ekit-instagram-area {
	padding-left: 15px;
	padding-right: 15px;
}

.ekit-wid-con .layout-grid.ekit-insta-row {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	    flex-wrap: wrap;
	margin-left: -15px;
	margin-right: -15px;
}

.ekit-wid-con .layout-grid .ekit-insta-col-1 {
	max-width: 8.3333333333%;
	-webkit-box-flex: 0;
	    -ms-flex: 0 0 8.3333333333%;
	        flex: 0 0 8.3333333333%;
	padding-left: 15px;
	padding-right: 15px;
}

.ekit-wid-con .layout-grid .ekit-insta-col-2 {
	max-width: 16.6666666667%;
	-webkit-box-flex: 0;
	    -ms-flex: 0 0 16.6666666667%;
	        flex: 0 0 16.6666666667%;
	padding-left: 15px;
	padding-right: 15px;
}

.ekit-wid-con .layout-grid .ekit-insta-col-3 {
	max-width: 25%;
	-webkit-box-flex: 0;
	    -ms-flex: 0 0 25%;
	        flex: 0 0 25%;
	padding-left: 15px;
	padding-right: 15px;
}

.ekit-wid-con .layout-grid .ekit-insta-col-4 {
	max-width: 33.3333333333%;
	-webkit-box-flex: 0;
	    -ms-flex: 0 0 33.3333333333%;
	        flex: 0 0 33.3333333333%;
	padding-left: 15px;
	padding-right: 15px;
}

.ekit-wid-con .layout-grid .ekit-insta-col-5 {
	max-width: 41.6666666667%;
	-webkit-box-flex: 0;
	    -ms-flex: 0 0 41.6666666667%;
	        flex: 0 0 41.6666666667%;
	padding-left: 15px;
	padding-right: 15px;
}

.ekit-wid-con .layout-grid .ekit-insta-col-6 {
	max-width: 50%;
	-webkit-box-flex: 0;
	    -ms-flex: 0 0 50%;
	        flex: 0 0 50%;
	padding-left: 15px;
	padding-right: 15px;
}

.ekit-wid-con .layout-grid .ekit-insta-col-7 {
	max-width: 58.3333333333%;
	-webkit-box-flex: 0;
	    -ms-flex: 0 0 58.3333333333%;
	        flex: 0 0 58.3333333333%;
	padding-left: 15px;
	padding-right: 15px;
}

.ekit-wid-con .layout-grid .ekit-insta-col-8 {
	max-width: 66.6666666667%;
	-webkit-box-flex: 0;
	    -ms-flex: 0 0 66.6666666667%;
	        flex: 0 0 66.6666666667%;
	padding-left: 15px;
	padding-right: 15px;
}

.ekit-wid-con .layout-grid .ekit-insta-col-9 {
	max-width: 75%;
	-webkit-box-flex: 0;
	    -ms-flex: 0 0 75%;
	        flex: 0 0 75%;
	padding-left: 15px;
	padding-right: 15px;
}

.ekit-wid-con .layout-grid .ekit-insta-col-10 {
	max-width: 83.3333333333%;
	-webkit-box-flex: 0;
	    -ms-flex: 0 0 83.3333333333%;
	        flex: 0 0 83.3333333333%;
	padding-left: 15px;
	padding-right: 15px;
}

.ekit-wid-con .layout-grid .ekit-insta-col-11 {
	max-width: 91.6666666667%;
	-webkit-box-flex: 0;
	    -ms-flex: 0 0 91.6666666667%;
	        flex: 0 0 91.6666666667%;
	padding-left: 15px;
	padding-right: 15px;
}

.ekit-wid-con .layout-grid .ekit-insta-col-12 {
	max-width: 100%;
	-webkit-box-flex: 0;
	    -ms-flex: 0 0 100%;
	        flex: 0 0 100%;
	padding-left: 15px;
	padding-right: 15px;
}

@media (max-width: 1024px) {
	.ekit-wid-con .layout-grid .ekit-insta-col-1 {
		max-width: 50%;
		-webkit-box-flex: 0;
		    -ms-flex: 0 0 50%;
		        flex: 0 0 50%;
	}
	.ekit-wid-con .layout-grid .ekit-insta-col-2 {
		max-width: 50%;
		-webkit-box-flex: 0;
		    -ms-flex: 0 0 50%;
		        flex: 0 0 50%;
	}
	.ekit-wid-con .layout-grid .ekit-insta-col-3 {
		max-width: 50%;
		-webkit-box-flex: 0;
		    -ms-flex: 0 0 50%;
		        flex: 0 0 50%;
	}
	.ekit-wid-con .layout-grid .ekit-insta-col-4 {
		max-width: 50%;
		-webkit-box-flex: 0;
		    -ms-flex: 0 0 50%;
		        flex: 0 0 50%;
	}
	.ekit-wid-con .layout-grid .ekit-insta-col-5 {
		max-width: 50%;
		-webkit-box-flex: 0;
		    -ms-flex: 0 0 50%;
		        flex: 0 0 50%;
	}
	.ekit-wid-con .layout-grid .ekit-insta-col-6 {
		max-width: 50%;
		-webkit-box-flex: 0;
		    -ms-flex: 0 0 50%;
		        flex: 0 0 50%;
	}
	.ekit-wid-con .layout-grid .ekit-insta-col-7 {
		max-width: 50%;
		-webkit-box-flex: 0;
		    -ms-flex: 0 0 50%;
		        flex: 0 0 50%;
	}
	.ekit-wid-con .layout-grid .ekit-insta-col-8 {
		max-width: 50%;
		-webkit-box-flex: 0;
		    -ms-flex: 0 0 50%;
		        flex: 0 0 50%;
	}
	.ekit-wid-con .layout-grid .ekit-insta-col-9 {
		max-width: 50%;
		-webkit-box-flex: 0;
		    -ms-flex: 0 0 50%;
		        flex: 0 0 50%;
	}
	.ekit-wid-con .layout-grid .ekit-insta-col-10 {
		max-width: 50%;
		-webkit-box-flex: 0;
		    -ms-flex: 0 0 50%;
		        flex: 0 0 50%;
	}
	.ekit-wid-con .layout-grid .ekit-insta-col-11 {
		max-width: 50%;
		-webkit-box-flex: 0;
		    -ms-flex: 0 0 50%;
		        flex: 0 0 50%;
	}
	.ekit-wid-con .layout-grid .ekit-insta-col-12 {
		max-width: 50%;
		-webkit-box-flex: 0;
		    -ms-flex: 0 0 50%;
		        flex: 0 0 50%;
	}
}

@media (max-width: 767px) {
	.ekit-wid-con .layout-grid .ekit-insta-col-1 {
		max-width: 100%;
		-webkit-box-flex: 0;
		    -ms-flex: 0 0 100%;
		        flex: 0 0 100%;
	}
	.ekit-wid-con .layout-grid .ekit-insta-col-2 {
		max-width: 100%;
		-webkit-box-flex: 0;
		    -ms-flex: 0 0 100%;
		        flex: 0 0 100%;
	}
	.ekit-wid-con .layout-grid .ekit-insta-col-3 {
		max-width: 100%;
		-webkit-box-flex: 0;
		    -ms-flex: 0 0 100%;
		        flex: 0 0 100%;
	}
	.ekit-wid-con .layout-grid .ekit-insta-col-4 {
		max-width: 100%;
		-webkit-box-flex: 0;
		    -ms-flex: 0 0 100%;
		        flex: 0 0 100%;
	}
	.ekit-wid-con .layout-grid .ekit-insta-col-5 {
		max-width: 100%;
		-webkit-box-flex: 0;
		    -ms-flex: 0 0 100%;
		        flex: 0 0 100%;
	}
	.ekit-wid-con .layout-grid .ekit-insta-col-6 {
		max-width: 100%;
		-webkit-box-flex: 0;
		    -ms-flex: 0 0 100%;
		        flex: 0 0 100%;
	}
	.ekit-wid-con .layout-grid .ekit-insta-col-7 {
		max-width: 100%;
		-webkit-box-flex: 0;
		    -ms-flex: 0 0 100%;
		        flex: 0 0 100%;
	}
	.ekit-wid-con .layout-grid .ekit-insta-col-8 {
		max-width: 100%;
		-webkit-box-flex: 0;
		    -ms-flex: 0 0 100%;
		        flex: 0 0 100%;
	}
	.ekit-wid-con .layout-grid .ekit-insta-col-9 {
		max-width: 100%;
		-webkit-box-flex: 0;
		    -ms-flex: 0 0 100%;
		        flex: 0 0 100%;
	}
	.ekit-wid-con .layout-grid .ekit-insta-col-10 {
		max-width: 100%;
		-webkit-box-flex: 0;
		    -ms-flex: 0 0 100%;
		        flex: 0 0 100%;
	}
	.ekit-wid-con .layout-grid .ekit-insta-col-11 {
		max-width: 100%;
		-webkit-box-flex: 0;
		    -ms-flex: 0 0 100%;
		        flex: 0 0 100%;
	}
	.ekit-wid-con .layout-grid .ekit-insta-col-12 {
		max-width: 100%;
		-webkit-box-flex: 0;
		    -ms-flex: 0 0 100%;
		        flex: 0 0 100%;
	}
}

@media (min-width: 992px) {
	.ekit-wid-con .layout-grid.ekit-no-wrap {
		-ms-flex-wrap: nowrap;
		    flex-wrap: nowrap;
	}
	.ekit-wid-con .layout-grid.ekit-justify-content-between {
		-webkit-box-pack: justify;
		    -ms-flex-pack: justify;
		        justify-content: space-between;
	}
}

.ekit-wid-con .layout-grid .ekit-insta-col-auto {
	padding-left: 15px;
	padding-right: 15px;
	-webkit-box-flex: 1;
	    -ms-flex: 1 1 auto;
	        flex: 1 1 auto;
}

.ekit-wid-con .layout-masonary {
	-webkit-column-gap: 30px;
	        column-gap: 30px;
}

.ekit-wid-con .layout-masonary.ekit-insta-col-1 {
	-webkit-column-count: 12;
	        column-count: 12;
}

.ekit-wid-con .layout-masonary.ekit-insta-col-2 {
	-webkit-column-count: 6;
	        column-count: 6;
}

.ekit-wid-con .layout-masonary.ekit-insta-col-3 {
	-webkit-column-count: 4;
	        column-count: 4;
}

.ekit-wid-con .layout-masonary.ekit-insta-col-4 {
	-webkit-column-count: 3;
	        column-count: 3;
}

.ekit-wid-con .layout-masonary.ekit-insta-col-5 {
	-webkit-column-count: 2.4;
	        column-count: 2.4;
}

.ekit-wid-con .layout-masonary.ekit-insta-col-6 {
	-webkit-column-count: 2;
	        column-count: 2;
}

.ekit-wid-con .layout-masonary.ekit-insta-col-7 {
	-webkit-column-count: 1.7142857143;
	        column-count: 1.7142857143;
}

.ekit-wid-con .layout-masonary.ekit-insta-col-8 {
	-webkit-column-count: 1.5;
	        column-count: 1.5;
}

.ekit-wid-con .layout-masonary.ekit-insta-col-9 {
	-webkit-column-count: 1.3333333333;
	        column-count: 1.3333333333;
}

.ekit-wid-con .layout-masonary.ekit-insta-col-10 {
	-webkit-column-count: 1.2;
	        column-count: 1.2;
}

.ekit-wid-con .layout-masonary.ekit-insta-col-11 {
	-webkit-column-count: 1.0909090909;
	        column-count: 1.0909090909;
}

.ekit-wid-con .layout-masonary.ekit-insta-col-12 {
	-webkit-column-count: 1;
	        column-count: 1;
}

@media (max-width: 1024px) {
	.ekit-wid-con .layout-masonary.ekit-insta-col-1 {
		-webkit-column-count: 2;
		        column-count: 2;
	}
	.ekit-wid-con .layout-masonary.ekit-insta-col-2 {
		-webkit-column-count: 2;
		        column-count: 2;
	}
	.ekit-wid-con .layout-masonary.ekit-insta-col-3 {
		-webkit-column-count: 2;
		        column-count: 2;
	}
	.ekit-wid-con .layout-masonary.ekit-insta-col-4 {
		-webkit-column-count: 2;
		        column-count: 2;
	}
	.ekit-wid-con .layout-masonary.ekit-insta-col-5 {
		-webkit-column-count: 2;
		        column-count: 2;
	}
	.ekit-wid-con .layout-masonary.ekit-insta-col-6 {
		-webkit-column-count: 2;
		        column-count: 2;
	}
	.ekit-wid-con .layout-masonary.ekit-insta-col-7 {
		-webkit-column-count: 2;
		        column-count: 2;
	}
	.ekit-wid-con .layout-masonary.ekit-insta-col-8 {
		-webkit-column-count: 2;
		        column-count: 2;
	}
	.ekit-wid-con .layout-masonary.ekit-insta-col-9 {
		-webkit-column-count: 2;
		        column-count: 2;
	}
	.ekit-wid-con .layout-masonary.ekit-insta-col-10 {
		-webkit-column-count: 2;
		        column-count: 2;
	}
	.ekit-wid-con .layout-masonary.ekit-insta-col-11 {
		-webkit-column-count: 2;
		        column-count: 2;
	}
	.ekit-wid-con .layout-masonary.ekit-insta-col-12 {
		-webkit-column-count: 2;
		        column-count: 2;
	}
}

@media (max-width: 767px) {
	.ekit-wid-con .layout-masonary.ekit-insta-col-1 {
		-webkit-column-count: 1;
		        column-count: 1;
	}
	.ekit-wid-con .layout-masonary.ekit-insta-col-2 {
		-webkit-column-count: 1;
		        column-count: 1;
	}
	.ekit-wid-con .layout-masonary.ekit-insta-col-3 {
		-webkit-column-count: 1;
		        column-count: 1;
	}
	.ekit-wid-con .layout-masonary.ekit-insta-col-4 {
		-webkit-column-count: 1;
		        column-count: 1;
	}
	.ekit-wid-con .layout-masonary.ekit-insta-col-5 {
		-webkit-column-count: 1;
		        column-count: 1;
	}
	.ekit-wid-con .layout-masonary.ekit-insta-col-6 {
		-webkit-column-count: 1;
		        column-count: 1;
	}
	.ekit-wid-con .layout-masonary.ekit-insta-col-7 {
		-webkit-column-count: 1;
		        column-count: 1;
	}
	.ekit-wid-con .layout-masonary.ekit-insta-col-8 {
		-webkit-column-count: 1;
		        column-count: 1;
	}
	.ekit-wid-con .layout-masonary.ekit-insta-col-9 {
		-webkit-column-count: 1;
		        column-count: 1;
	}
	.ekit-wid-con .layout-masonary.ekit-insta-col-10 {
		-webkit-column-count: 1;
		        column-count: 1;
	}
	.ekit-wid-con .layout-masonary.ekit-insta-col-11 {
		-webkit-column-count: 1;
		        column-count: 1;
	}
	.ekit-wid-con .layout-masonary.ekit-insta-col-12 {
		-webkit-column-count: 1;
		        column-count: 1;
	}
}

.ekit-wid-con .layout-masonary .ekit-ins-feed {
	-webkit-column-break-inside: avoid;
	        break-inside: avoid;
}

.ekit-wid-con .ekit-insta-content-holder {
	overflow: hidden;
	position: relative;
	margin-bottom: 30px;
}

.ekit-wid-con .ekit-insta-content-holder.ekit-insta-style-tiles .ekit-instagram-feed-posts-item-content {
	position: absolute;
	top: 50%;
	left: 0;
	-webkit-transform: translateY(-20%);
	        transform: translateY(-20%);
	width: 100%;
	z-index: 5;
	opacity: 0;
	-webkit-transition: all 0.4s ease;
	        transition: all 0.4s ease;
	text-align: center;
}

.ekit-wid-con .ekit-insta-content-holder.ekit-insta-style-tiles:hover .ekit-instagram-feed-posts-item-content {
	opacity: 1;
	-webkit-transform: translateY(-50%);
	        transform: translateY(-50%);
	-webkit-backface-visibility: hidden;
	        backface-visibility: hidden;
}

.ekit-wid-con .ekit-insta-content-holder.ekit-insta-style-tiles:hover .insta-media .photo-thumb {
	-webkit-transform: scale(1.1);
	        transform: scale(1.1);
	filter: grayscale(1);
}

.ekit-wid-con .ekit-insta-content-holder.ekit-insta-style-tiles .ekit-insta-statics-count svg path {
	fill: #fff;
}

.ekit-wid-con .ekit-insta-content-holder.ekit-insta-style-tiles .ekit-insta-captions {
	color: #fff;
}

.ekit-wid-con .ekit-insta-content-holder.ekit-insta-style-tiles .insta-media > a {
	display: block;
	position: relative;
	overflow: hidden;
}

.ekit-wid-con .ekit-insta-content-holder.ekit-insta-style-tiles .insta-media .photo-thumb {
	-webkit-transition: -webkit-transform 0.3s ease, filter 0.3s;
	        transition: transform 0.3s ease, filter 0.3s;
	-webkit-transform: scale(1);
	        transform: scale(1);
	-webkit-backface-visibility: hidden;
	        backface-visibility: hidden;
}

.ekit-wid-con .ekit-insta-content-holder .ekit-insta-hover-overlay {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	opacity: 0;
	-webkit-transition: all 0.4s ease;
	        transition: all 0.4s ease;
	pointer-events: none;
}

.ekit-wid-con .ekit-insta-content-holder:hover .ekit-insta-hover-overlay {
	background-color: rgba(44, 47, 64, 0.8);
	opacity: 1;
}

.ekit-wid-con .ekit-insta-content-holder.ekit-insta-style-classic {
	border-radius: 3px;
	border: 1px solid #e6e6e6;
	background-color: #fff;
}

.ekit-wid-con .ekit-insta-content-holder .insta-media .photo-thumb {
	width: 100%;
}

.ekit-wid-con .ekit-nsta-user-info {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	    flex-wrap: wrap;
	-webkit-box-pack: justify;
	    -ms-flex-pack: justify;
	        justify-content: space-between;
	-webkit-box-align: center;
	    -ms-flex-align: center;
	        align-items: center;
	padding: 16px;
}

.ekit-wid-con .ekit-insta-user-details {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	    -ms-flex-align: center;
	        align-items: center;
	color: #2c2f40;
}

.ekit-wid-con .ekit-insta-user-details:hover .ekit-insta-user-name {
	text-decoration: underline;
	color: #e1306c;
}

.ekit-wid-con .ekit-insta-user-details:hover .ekit-insta-dataandtime {
	text-decoration: underline;
	color: #833ab4;
}

.ekit-wid-con .ekit-insta-user-details .ekit-insta-user-image {
	width: 44px;
	height: 44px;
	overflow: hidden;
	position: relative;
	background: linear-gradient(40deg, #833ab4 15%, #e1306c 50%, #f56040 85%);
	margin-right: 12px;
	padding: 2px;
}

.ekit-wid-con .ekit-insta-user-details .ekit-insta-user-image > img {
	border: 1px solid #fafafa;
}

.ekit-wid-con .ekit-insta-user-details .ekit-insta-user-image.circle {
	border-radius: 50%;
}

.ekit-wid-con .ekit-insta-user-details .ekit-insta-user-image.circle > img {
	border-radius: inherit;
}

.ekit-wid-con .ekit-insta-username-and-time {
	line-height: 1;
}

.ekit-wid-con .ekit-insta-username-and-time .ekit-insta-user-name {
	display: block;
	font-size: 0.875rem;
	font-weight: 600;
	line-height: 1;
}

.ekit-wid-con .ekit-insta-username-and-time .ekit-insta-dataandtime {
	font-size: 0.625rem;
	color: rgba(44, 47, 64, 0.6);
}

.ekit-wid-con .ekit-instagram-feed-posts-item-content {
	padding: 16px;
}

.ekit-wid-con .ekit-insta-captions-box {
	margin-top: 12px;
}

.ekit-wid-con .ekit-insta-statics-count {
	display: inline-block;
	color: #2c2f40;
	-webkit-transition: all 0.4s ease;
	        transition: all 0.4s ease;
}

.ekit-wid-con .ekit-insta-statics-count:not(:last-child) {
	margin-right: 15px;
}

.ekit-wid-con .ekit-insta-statics-count.ekit-insta-statics-comment:hover {
	color: #f56040;
}

.ekit-wid-con .ekit-insta-statics-count.ekit-insta-statics-comment:hover > svg path {
	fill: #f56040;
}

.ekit-wid-con .ekit-insta-statics-count.ekit-insta-statics-favourite:hover {
	color: #833ab4;
}

.ekit-wid-con .ekit-insta-statics-count.ekit-insta-statics-favourite:hover > svg path {
	fill: #833ab4;
}

.ekit-wid-con .ekit-insta-statics-count > svg {
	width: 24px;
	height: 24px;
	vertical-align: middle;
}

.ekit-wid-con .ekit-insta-statics-count > svg path {
	-webkit-transition: all 0.4s ease;
	        transition: all 0.4s ease;
}

.ekit-wid-con .ekit-insta-statics-count .ekit-insta-statics-value {
	margin-left: 6px;
	font-size: 0.875rem;
}

.ekit-wid-con .ekit-insta-captions {
	color: #2c2f40;
	font-size: 0.875rem;
}

.ekit-wid-con .ekit-instagram-feed-item-source-icon {
	vertical-align: middle;
	display: inline-block;
}

.ekit-wid-con .ekit-instagram-feed-item-source-icon svg path {
	-webkit-transition: all 0.4s ease;
	        transition: all 0.4s ease;
}

.ekit-wid-con .insta-follow-btn-area > .btn {
	background-color: #f56040;
	border-radius: 21px;
	box-shadow: 0 7px 15px 0 rgba(245, 96, 64, 0.3);
	padding: 10px 35px;
	font-size: 0.875rem;
	font-weight: 500;
	color: #fff;
	border: 0 solid #000;
}

.ekit-wid-con .ekit-insta-statics-favourite svg {
	-webkit-transform: scale(1.1);
	        transform: scale(1.1);
}

.ekit-wid-con .instafeed-container {
	position: relative;
	overflow: hidden;
}

.ekit-wid-con .instafeed-container::before {
	position: absolute;
	content: "";
	top: 0;
	left: 0;
	height: 100%;
	width: 100%;
	background-color: #2c2f40;
	opacity: 0;
	-webkit-transition: all 0.4s ease;
	        transition: all 0.4s ease;
	z-index: 1;
}

.ekit-wid-con .instafeed-container > img {
	-webkit-transform: scale(1.02);
	        transform: scale(1.02);
	-webkit-transition: all 0.4s ease;
	        transition: all 0.4s ease;
}

.ekit-wid-con .instafeed-container .description-container {
	position: absolute;
	-webkit-transition: all 0.4s ease;
	        transition: all 0.4s ease;
	bottom: 0%;
	left: 0;
	z-index: 2;
	padding: 30px;
	width: 100%;
	opacity: 0;
	visibility: hidden;
}

.ekit-wid-con .instafeed-container .description-container > span {
	display: block;
	color: #fff;
	line-height: 1;
}

.ekit-wid-con .instafeed-container .description-container > span > i {
	padding-right: 6px;
	display: inline-block;
}

.ekit-wid-con .instafeed-container .description-container > span:not(:last-child) {
	margin-bottom: 15px;
}

.ekit-wid-con .instafeed-container:hover::before {
	opacity: 0.7;
}

.ekit-wid-con .instafeed-container:hover .description-container {
	opacity: 1;
	visibility: visible;
}

.ekit-wid-con .instafeed-container:hover > img {
	-webkit-transform: scale(1);
	        transform: scale(1);
}

.ekit-wid-con .instagram-gallery .owl-item > a {
	margin-right: 6px;
	display: block;
}

.ekit-wid-con .indtafeed-gallery > a {
	float: left;
	width: calc(100% / 6);
	display: block;
	border: 0.5px solid #fff;
}

.bascart-loader {
	background: #fff;
	min-height: 500px;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	    -ms-flex-align: center;
	        align-items: center;
	-webkit-box-pack: center;
	    -ms-flex-pack: center;
	        justify-content: center;
	font-size: 16px;
	font-weight: 500;
	line-height: 18px;
	color: rgba(0, 0, 0, 0.5);
}

.bascart-loader-circle {
	position: absolute;
	top: 50%;
	left: 50%;
	width: 150px;
	height: 150px;
	background: transparent;
	border: 5px solid rgba(0, 0, 0, 0.5);
	border-radius: 50%;
	border-top: 5px solid #e6e6e6;
	-webkit-animation: animate_loader 2s infinite linear;
	        animation: animate_loader 2s infinite linear;
}

@-webkit-keyframes animate_loader {
	0% {
		-webkit-transform: translate(-50%, -50%) rotate(0deg);
		        transform: translate(-50%, -50%) rotate(0deg);
	}
	100% {
		-webkit-transform: translate(-50%, -50%) rotate(360deg);
		        transform: translate(-50%, -50%) rotate(360deg);
	}
}

@keyframes animate_loader {
	0% {
		-webkit-transform: translate(-50%, -50%) rotate(0deg);
		        transform: translate(-50%, -50%) rotate(0deg);
	}
	100% {
		-webkit-transform: translate(-50%, -50%) rotate(360deg);
		        transform: translate(-50%, -50%) rotate(360deg);
	}
}

.bascart-grid {
	display: grid;
}

/*============================
//	Product Brands
============================== */
.bascart-brands a {
	display: block;
}

.bascart-brands .cat-count {
	margin: 0;
}

@media (min-width: 1025px) {
	.bascart-brands .no-space-between .single-brand-item:not(:last-child) .product-brand-wrap {
		border-right: none;
	}
}

@media (min-width: 768px) and (max-width: 1024px) {
	.bascart-brands .no-space-between .single-brand-item .product-brand-wrap {
		border-top: none;
		border-left: none;
	}
	.bascart-brands .no-space-between .single-brand-item:nth-child(2n) .product-brand-wrap {
		border-right: none;
	}
}

@media (max-width: 767px) {
	.bascart-brands .no-space-between .single-brand-item:not(:last-child) .product-brand-wrap {
		border-bottom: none;
	}
}

/*============================
//  Shortcode: Backtotop
============================== */
.bascart-back-top {
	display: inline-block;
	cursor: pointer;
}

/*============================
	Advance Slider
============================== */
.bascart-advanced-slider {
	overflow: hidden;
}

.bascart-advanced-slider .swiper-button-next,
.bascart-advanced-slider .swiper-button-prev {
	text-align: center;
	line-height: 35px;
	background-image: none;
	background-color: transparent;
	width: 35px;
	height: 35px;
	color: #2c2f40;
	z-index: 1;
	-webkit-transition: all 0.3s ease 0s;
	        transition: all 0.3s ease 0s;
}

.bascart-advanced-slider .swiper-button-next,
.bascart-advanced-slider .swiper-container-rtl .swiper-button-prev {
	right: auto;
	left: calc(50% - 40px);
	top: auto;
	bottom: 105px;
	-webkit-transform: translateX(-50%);
	        transform: translateX(-50%);
}

.bascart-advanced-slider .swiper-button-prev,
.bascart-advanced-slider .swiper-container-rtl .swiper-button-next {
	left: 50%;
	right: auto;
	top: auto;
	bottom: 103px;
	-webkit-transform: translateX(-261px);
	        transform: translateX(-261px);
}

.bascart-advanced-slider .swiper-pagination {
	display: -webkit-inline-box;
	display: -ms-inline-flexbox;
	display: inline-flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	    -ms-flex-direction: column;
	        flex-direction: column;
	position: absolute;
	bottom: 103px;
	left: 50%;
	-webkit-transform: rotate(90deg) translateY(210px);
	        transform: rotate(90deg) translateY(210px);
	-webkit-transform-origin: 20px 100px;
	        transform-origin: 20px 100px;
	height: auto;
	width: auto;
	top: auto;
	z-index: 1;
}

.bascart-advanced-slider .swiper-pagination .custom-pagination-container {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	text-align: center;
	width: 100%;
	height: 100px;
	-webkit-box-orient: vertical;
	-webkit-box-direction: reverse;
	    -ms-flex-direction: column-reverse;
	        flex-direction: column-reverse;
}

.bascart-advanced-slider .swiper-pagination .custom-pagination-container .bullet {
	display: inline-block;
	width: 2px;
	color: #2c2f40;
	background: #d4d5d9;
	position: relative;
}

.bascart-advanced-slider .swiper-pagination .custom-pagination-container .bullet span {
	font-size: 14px;
	font-weight: 700;
	position: absolute;
	left: -8px;
	-webkit-transform: rotate(-90deg);
	        transform: rotate(-90deg);
}

.bascart-advanced-slider .swiper-pagination .custom-pagination-container .bullet:first-child span {
	bottom: -25px;
}

.bascart-advanced-slider .swiper-pagination .custom-pagination-container .bullet:last-child span {
	top: -25px;
}

.bascart-advanced-slider .swiper-pagination .custom-pagination-container .active {
	background: #2c2f40;
	-webkit-transition: all 0.3s;
	        transition: all 0.3s;
}

.bascart-advanced-slider .swiper-pagination-bullet {
	margin: 15px 5px;
	height: 28px;
}

@media (max-width: 767px) {
	.bascart-advanced-slider .bascart-slider-wrapper .elementor-background-overlay {
		display: none !important;
	}
	.bascart-advanced-slider .bascart-slider-wrapper .elementor-section {
		background-size: 100% 100% !important;
	}
}

.bascart-advanced-slider .widgetarea_warper_edit {
	display: none;
}

/*============================
//	Deal Products
============================== */
.bascart-deal-products-wrap .swiper-button-next,
.bascart-deal-products-wrap .swiper-button-prev {
	background-image: none;
	opacity: 1;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: center;
	    -ms-flex-pack: center;
	        justify-content: center;
	-webkit-box-align: center;
	    -ms-flex-align: center;
	        align-items: center;
	font-size: 16px;
	font-weight: 900;
	width: 50px;
	height: 50px;
	border-radius: 50%;
	background-color: var(--primary-color);
	border: none;
	color: #fff;
	-webkit-transition: all 0.3s ease-in 0s;
	        transition: all 0.3s ease-in 0s;
	top: 50%;
	z-index: 1;
}

.bascart-deal-products-wrap .swiper-button-prev,
.bascart-deal-products-wrap .swiper-container-rtl .swiper-button-next {
	right: auto;
	left: 30px;
	-webkit-transform: translateY(-50%);
	        transform: translateY(-50%);
}

@media (min-width: 1366px) {
	.bascart-deal-products-wrap .swiper-button-prev,
	.bascart-deal-products-wrap .swiper-container-rtl .swiper-button-next {
		left: -30px;
		-webkit-transform: translateX(-100%) translateY(-50%);
		        transform: translateX(-100%) translateY(-50%);
	}
}

.bascart-deal-products-wrap .swiper-button-next,
.bascart-deal-products-wrap .swiper-container-rtl .swiper-button-prev {
	right: 30px;
	-webkit-transform: translateY(-50%);
	        transform: translateY(-50%);
}

@media (min-width: 1366px) {
	.bascart-deal-products-wrap .swiper-button-next,
	.bascart-deal-products-wrap .swiper-container-rtl .swiper-button-prev {
		right: -30px;
		-webkit-transform: translateX(100%) translateY(-50%);
		        transform: translateX(100%) translateY(-50%);
	}
}

.bascart-deal-products-wrap .swiper-button-disabled {
	background: #e4e8f8;
	border: none;
	color: #2c2f40;
}

/*============================
//	Filterable Product
============================== */
.bascart-filterable-product-wrap .filter-nav {
	position: relative;
}

.bascart-filterable-product-wrap .filter-nav::before {
	content: "";
	position: absolute;
	left: 0;
	bottom: 0;
	width: 100%;
}

.bascart-filterable-product-wrap .filter-nav ul {
	list-style: none;
	margin: 0;
	padding: 0;
}

.bascart-filterable-product-wrap .filter-nav ul li {
	display: inline-block;
	position: relative;
}

.bascart-filterable-product-wrap .filter-nav ul li a {
	display: block;
	position: relative;
}

.bascart-filterable-product-wrap .filter-nav ul li a::before {
	content: "";
	position: absolute;
	left: 0;
	bottom: 0;
	width: 100%;
}

.bascart-product-category-wrapper .single-cat-grid-item a,
.bascart-product-category-wrapper .single-cat-list-item a {
	height: 100%;
	width: 100%;
}

.bascart-product-category-wrapper.list-style-3 {
	display: block;
}

.bascart-product-category-wrapper.list-style-3 .product-category-wrap {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	    -ms-flex-align: center;
	        align-items: center;
}

.bascart-product-category-wrapper.list-style-3 .single-cat-list-item {
	-webkit-transition: all 0.3s ease 0s;
	        transition: all 0.3s ease 0s;
}

.bascart-product-category-wrapper.list-style-3 .single-cat-list-item:hover {
	-webkit-transform: translateY(-5px);
	        transform: translateY(-5px);
}

.woocommerce .shop-loop-item,
.woocommerce .products .product,
.shopengine-widget .shop-loop-item,
.shopengine-widget .products .product {
	margin-bottom: 30px;
}

.medic-product .woocommerce .shop-loop-item, .medic-product
.woocommerce .products .product, .medic-product
.shopengine-widget .shop-loop-item, .medic-product
.shopengine-widget .products .product {
	margin-bottom: 0;
}

.medic-product .woocommerce .shop-loop-item::before, .medic-product
.woocommerce .products .product::before, .medic-product
.shopengine-widget .shop-loop-item::before, .medic-product
.shopengine-widget .products .product::before {
	content: " ";
	height: 100%;
	width: 100%;
	background-color: #fff;
	position: absolute;
	left: 0;
	top: 0;
	-webkit-transition: all 0.5s;
	        transition: all 0.5s;
	z-index: 0;
}

@media (max-width: 767px) {
	.medic-product .woocommerce .shop-loop-item::before, .medic-product
	.woocommerce .products .product::before, .medic-product
	.shopengine-widget .shop-loop-item::before, .medic-product
	.shopengine-widget .products .product::before {
		display: none;
	}
}

.medic-product .woocommerce .shop-loop-item:hover::before, .medic-product
.woocommerce .products .product:hover::before, .medic-product
.shopengine-widget .shop-loop-item:hover::before, .medic-product
.shopengine-widget .products .product:hover::before {
	-webkit-transform: scale(1.1);
	        transform: scale(1.1);
	z-index: 1;
	box-shadow: 0 0 20px rgba(0, 0, 0, 0.06);
}

.medic-product .woocommerce .shop-loop-item .wishlist-icon-thumb .shopengine-wishlist.badge, .medic-product
.woocommerce .products .product .wishlist-icon-thumb .shopengine-wishlist.badge, .medic-product
.shopengine-widget .shop-loop-item .wishlist-icon-thumb .shopengine-wishlist.badge, .medic-product
.shopengine-widget .products .product .wishlist-icon-thumb .shopengine-wishlist.badge {
	display: block;
	margin-bottom: 10px;
}

.woocommerce .shop-loop-item .shop-loop-thumb,
.woocommerce .products .product .shop-loop-thumb,
.shopengine-widget .shop-loop-item .shop-loop-thumb,
.shopengine-widget .products .product .shop-loop-thumb {
	background: #eaeaea;
	position: relative;
	overflow: hidden;
	line-height: 0.5;
}

.medic-product .woocommerce .shop-loop-item .shop-loop-thumb, .medic-product
.woocommerce .products .product .shop-loop-thumb, .medic-product
.shopengine-widget .shop-loop-item .shop-loop-thumb, .medic-product
.shopengine-widget .products .product .shop-loop-thumb {
	z-index: 1;
}

.woocommerce .shop-loop-item .shop-loop-thumb .thumb-hover,
.woocommerce .products .product .shop-loop-thumb .thumb-hover,
.shopengine-widget .shop-loop-item .shop-loop-thumb .thumb-hover,
.shopengine-widget .products .product .shop-loop-thumb .thumb-hover {
	position: absolute;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	    -ms-flex-align: center;
	        align-items: center;
	-webkit-box-pack: center;
	    -ms-flex-pack: center;
	        justify-content: center;
	background-color: #fff;
	opacity: 0;
	-webkit-transition: opacity 0.5s ease, -webkit-transform 2s cubic-bezier(0, 0, 0.44, 1.18);
	        transition: opacity 0.5s ease, transform 2s cubic-bezier(0, 0, 0.44, 1.18);
	z-index: 1;
	overflow: hidden;
}

.woocommerce .shop-loop-item .shop-loop-thumb .thumb-hover > a,
.woocommerce .products .product .shop-loop-thumb .thumb-hover > a,
.shopengine-widget .shop-loop-item .shop-loop-thumb .thumb-hover > a,
.shopengine-widget .products .product .shop-loop-thumb .thumb-hover > a {
	display: block;
	-webkit-box-flex: 1;
	    -ms-flex: 1 1 100%;
	        flex: 1 1 100%;
	max-width: 100%;
	width: 100%;
}

.woocommerce .shop-loop-item .shop-loop-thumb .onsale-percentage,
.woocommerce .products .product .shop-loop-thumb .onsale-percentage,
.shopengine-widget .shop-loop-item .shop-loop-thumb .onsale-percentage,
.shopengine-widget .products .product .shop-loop-thumb .onsale-percentage {
	position: absolute;
	left: 15px;
	top: 15px;
	padding: 6px 10px;
	background: var(--secondary-color);
	color: #fff;
	line-height: 1;
	font-size: 10px;
	font-weight: 600;
	z-index: 1;
}

.medic-product .woocommerce .shop-loop-item .shop-loop-thumb .onsale-percentage, .medic-product
.woocommerce .products .product .shop-loop-thumb .onsale-percentage, .medic-product
.shopengine-widget .shop-loop-item .shop-loop-thumb .onsale-percentage, .medic-product
.shopengine-widget .products .product .shop-loop-thumb .onsale-percentage {
	background: #f0475a;
	font-size: 12px;
}

.woocommerce .shop-loop-item .shop-loop-thumb a,
.woocommerce .shop-loop-item .shop-loop-thumb img,
.woocommerce .products .product .shop-loop-thumb a,
.woocommerce .products .product .shop-loop-thumb img,
.shopengine-widget .shop-loop-item .shop-loop-thumb a,
.shopengine-widget .shop-loop-item .shop-loop-thumb img,
.shopengine-widget .products .product .shop-loop-thumb a,
.shopengine-widget .products .product .shop-loop-thumb img {
	width: 100%;
}

.woocommerce .shop-loop-item .shop-loop-thumb .wishlist-icon-thumb,
.woocommerce .products .product .shop-loop-thumb .wishlist-icon-thumb,
.shopengine-widget .shop-loop-item .shop-loop-thumb .wishlist-icon-thumb,
.shopengine-widget .products .product .shop-loop-thumb .wishlist-icon-thumb {
	position: absolute;
	right: 10px;
	top: 10px;
	z-index: 1;
}

.medic-product .woocommerce .shop-loop-item .shop-loop-thumb .wishlist-icon-thumb, .medic-product
.woocommerce .products .product .shop-loop-thumb .wishlist-icon-thumb, .medic-product
.shopengine-widget .shop-loop-item .shop-loop-thumb .wishlist-icon-thumb, .medic-product
.shopengine-widget .products .product .shop-loop-thumb .wishlist-icon-thumb {
	opacity: 0;
	-webkit-transition: all 0.5s;
	        transition: all 0.5s;
	right: 0;
}

.woocommerce .shop-loop-item .shop-loop-thumb .wishlist-icon-thumb .add_to_cart_button,
.woocommerce .products .product .shop-loop-thumb .wishlist-icon-thumb .add_to_cart_button,
.shopengine-widget .shop-loop-item .shop-loop-thumb .wishlist-icon-thumb .add_to_cart_button,
.shopengine-widget .products .product .shop-loop-thumb .wishlist-icon-thumb .add_to_cart_button {
	display: none;
}

.woocommerce .shop-loop-item .shop-loop-thumb .wishlist-icon-thumb .shopengine-quickview-trigger,
.woocommerce .shop-loop-item .shop-loop-thumb .wishlist-icon-thumb .button,
.woocommerce .shop-loop-item .shop-loop-thumb .wishlist-icon-thumb .shopengine-comparison,
.woocommerce .products .product .shop-loop-thumb .wishlist-icon-thumb .shopengine-quickview-trigger,
.woocommerce .products .product .shop-loop-thumb .wishlist-icon-thumb .button,
.woocommerce .products .product .shop-loop-thumb .wishlist-icon-thumb .shopengine-comparison,
.shopengine-widget .shop-loop-item .shop-loop-thumb .wishlist-icon-thumb .shopengine-quickview-trigger,
.shopengine-widget .shop-loop-item .shop-loop-thumb .wishlist-icon-thumb .button,
.shopengine-widget .shop-loop-item .shop-loop-thumb .wishlist-icon-thumb .shopengine-comparison,
.shopengine-widget .products .product .shop-loop-thumb .wishlist-icon-thumb .shopengine-quickview-trigger,
.shopengine-widget .products .product .shop-loop-thumb .wishlist-icon-thumb .button,
.shopengine-widget .products .product .shop-loop-thumb .wishlist-icon-thumb .shopengine-comparison {
	display: none;
}

.medic-product .woocommerce .shop-loop-item .shop-loop-thumb .wishlist-icon-thumb .shopengine-quickview-trigger, .medic-product
.woocommerce .shop-loop-item .shop-loop-thumb .wishlist-icon-thumb .button, .medic-product
.woocommerce .shop-loop-item .shop-loop-thumb .wishlist-icon-thumb .shopengine-comparison, .medic-product
.woocommerce .products .product .shop-loop-thumb .wishlist-icon-thumb .shopengine-quickview-trigger, .medic-product
.woocommerce .products .product .shop-loop-thumb .wishlist-icon-thumb .button, .medic-product
.woocommerce .products .product .shop-loop-thumb .wishlist-icon-thumb .shopengine-comparison, .medic-product
.shopengine-widget .shop-loop-item .shop-loop-thumb .wishlist-icon-thumb .shopengine-quickview-trigger, .medic-product
.shopengine-widget .shop-loop-item .shop-loop-thumb .wishlist-icon-thumb .button, .medic-product
.shopengine-widget .shop-loop-item .shop-loop-thumb .wishlist-icon-thumb .shopengine-comparison, .medic-product
.shopengine-widget .products .product .shop-loop-thumb .wishlist-icon-thumb .shopengine-quickview-trigger, .medic-product
.shopengine-widget .products .product .shop-loop-thumb .wishlist-icon-thumb .button, .medic-product
.shopengine-widget .products .product .shop-loop-thumb .wishlist-icon-thumb .shopengine-comparison {
	display: block;
	background-color: #fff;
	color: #484848;
	height: 32px;
	width: 32px;
	border-radius: 100px;
	font-size: 14px;
	line-height: 36px;
	text-align: center;
	border: 1px solid #dedede;
	margin-bottom: 10px;
}

.medic-product .woocommerce .shop-loop-item .shop-loop-thumb .wishlist-icon-thumb .shopengine-quickview-trigger:hover, .medic-product
.woocommerce .shop-loop-item .shop-loop-thumb .wishlist-icon-thumb .button:hover, .medic-product
.woocommerce .shop-loop-item .shop-loop-thumb .wishlist-icon-thumb .shopengine-comparison:hover, .medic-product
.woocommerce .products .product .shop-loop-thumb .wishlist-icon-thumb .shopengine-quickview-trigger:hover, .medic-product
.woocommerce .products .product .shop-loop-thumb .wishlist-icon-thumb .button:hover, .medic-product
.woocommerce .products .product .shop-loop-thumb .wishlist-icon-thumb .shopengine-comparison:hover, .medic-product
.shopengine-widget .shop-loop-item .shop-loop-thumb .wishlist-icon-thumb .shopengine-quickview-trigger:hover, .medic-product
.shopengine-widget .shop-loop-item .shop-loop-thumb .wishlist-icon-thumb .button:hover, .medic-product
.shopengine-widget .shop-loop-item .shop-loop-thumb .wishlist-icon-thumb .shopengine-comparison:hover, .medic-product
.shopengine-widget .products .product .shop-loop-thumb .wishlist-icon-thumb .shopengine-quickview-trigger:hover, .medic-product
.shopengine-widget .products .product .shop-loop-thumb .wishlist-icon-thumb .button:hover, .medic-product
.shopengine-widget .products .product .shop-loop-thumb .wishlist-icon-thumb .shopengine-comparison:hover {
	background-color: #4592fe;
	color: #fff;
	border-color: #4592fe;
}

.woocommerce .shop-loop-item .shop-loop-thumb .wishlist-icon-thumb .shopengine-quickview-trigger,
.woocommerce .products .product .shop-loop-thumb .wishlist-icon-thumb .shopengine-quickview-trigger,
.shopengine-widget .shop-loop-item .shop-loop-thumb .wishlist-icon-thumb .shopengine-quickview-trigger,
.shopengine-widget .products .product .shop-loop-thumb .wishlist-icon-thumb .shopengine-quickview-trigger {
	-webkit-box-ordinal-group: 0;
	    -ms-flex-order: -1;
	        order: -1;
}

.woocommerce .shop-loop-item .shop-loop-thumb .wishlist-icon-thumb .shopengine-wishlist.badge,
.woocommerce .products .product .shop-loop-thumb .wishlist-icon-thumb .shopengine-wishlist.badge,
.shopengine-widget .shop-loop-item .shop-loop-thumb .wishlist-icon-thumb .shopengine-wishlist.badge,
.shopengine-widget .products .product .shop-loop-thumb .wishlist-icon-thumb .shopengine-wishlist.badge {
	padding: 0;
	border-radius: 50%;
	width: 36px;
	height: 36px;
	background: #fff;
	text-align: center;
	line-height: 40px;
	color: #2c2f40;
	box-shadow: 0 8px 20px rgba(0, 0, 0, 0.1);
}

.medic-product .woocommerce .shop-loop-item .shop-loop-thumb .wishlist-icon-thumb .shopengine-wishlist.badge, .medic-product
.woocommerce .products .product .shop-loop-thumb .wishlist-icon-thumb .shopengine-wishlist.badge, .medic-product
.shopengine-widget .shop-loop-item .shop-loop-thumb .wishlist-icon-thumb .shopengine-wishlist.badge, .medic-product
.shopengine-widget .products .product .shop-loop-thumb .wishlist-icon-thumb .shopengine-wishlist.badge {
	height: 32px;
	width: 32px;
	font-size: 14px;
}

.medic-product .woocommerce .shop-loop-item .shop-loop-thumb .wishlist-icon-thumb .shopengine-wishlist.badge:hover, .medic-product
.woocommerce .products .product .shop-loop-thumb .wishlist-icon-thumb .shopengine-wishlist.badge:hover, .medic-product
.shopengine-widget .shop-loop-item .shop-loop-thumb .wishlist-icon-thumb .shopengine-wishlist.badge:hover, .medic-product
.shopengine-widget .products .product .shop-loop-thumb .wishlist-icon-thumb .shopengine-wishlist.badge:hover {
	background-color: #4592fe;
	color: #fff;
	border-color: #4592fe;
}

.woocommerce .shop-loop-item .shop-loop-thumb .wishlist-icon-thumb .shopengine-wishlist.badge i,
.woocommerce .products .product .shop-loop-thumb .wishlist-icon-thumb .shopengine-wishlist.badge i,
.shopengine-widget .shop-loop-item .shop-loop-thumb .wishlist-icon-thumb .shopengine-wishlist.badge i,
.shopengine-widget .products .product .shop-loop-thumb .wishlist-icon-thumb .shopengine-wishlist.badge i {
	font-weight: 700;
}

.woocommerce .shop-loop-item .shop-loop-thumb .wishlist-icon-thumb .shopengine-wishlist.active i,
.woocommerce .products .product .shop-loop-thumb .wishlist-icon-thumb .shopengine-wishlist.active i,
.shopengine-widget .shop-loop-item .shop-loop-thumb .wishlist-icon-thumb .shopengine-wishlist.active i,
.shopengine-widget .products .product .shop-loop-thumb .wishlist-icon-thumb .shopengine-wishlist.active i {
	color: var(--primary-color);
}

.woocommerce .shop-loop-item .add-to-cart-hover-box,
.woocommerce .products .product .add-to-cart-hover-box,
.shopengine-widget .shop-loop-item .add-to-cart-hover-box,
.shopengine-widget .products .product .add-to-cart-hover-box {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	    -ms-flex-align: center;
	        align-items: center;
	-webkit-box-pack: justify;
	    -ms-flex-pack: justify;
	        justify-content: space-between;
	-webkit-transition: all 0.2s ease-in 0s;
	        transition: all 0.2s ease-in 0s;
	-webkit-transform: translateY(50%);
	        transform: translateY(50%);
	opacity: 0;
	position: absolute;
	width: calc(100% - 10px);
	left: 5px;
	bottom: 5px;
	gap: 5px;
	z-index: 1;
}

.medic-product .woocommerce .shop-loop-item .add-to-cart-hover-box, .medic-product
.woocommerce .products .product .add-to-cart-hover-box, .medic-product
.shopengine-widget .shop-loop-item .add-to-cart-hover-box, .medic-product
.shopengine-widget .products .product .add-to-cart-hover-box {
	width: 100%;
	left: 0;
	bottom: 0;
}

.woocommerce .shop-loop-item .add-to-cart-hover-box a,
.woocommerce .products .product .add-to-cart-hover-box a,
.shopengine-widget .shop-loop-item .add-to-cart-hover-box a,
.shopengine-widget .products .product .add-to-cart-hover-box a {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-preferred-size: 100%;
	    flex-basis: 100%;
	-webkit-box-align: center;
	    -ms-flex-align: center;
	        align-items: center;
	-webkit-box-pack: center;
	    -ms-flex-pack: center;
	        justify-content: center;
	background: #fff;
	color: #2c2f40;
	padding: 0;
	height: 46px;
	border-radius: 0;
	text-align: center;
	box-shadow: 0 10px 20px rgba(0, 0, 0, 0.1);
}

.woocommerce .shop-loop-item .add-to-cart-hover-box a:hover,
.woocommerce .products .product .add-to-cart-hover-box a:hover,
.shopengine-widget .shop-loop-item .add-to-cart-hover-box a:hover,
.shopengine-widget .products .product .add-to-cart-hover-box a:hover {
	background: var(--secondary-color);
	color: #fff;
	border-color: transparent;
}

.woocommerce .shop-loop-item .add-to-cart-hover-box a:last-child,
.woocommerce .products .product .add-to-cart-hover-box a:last-child,
.shopengine-widget .shop-loop-item .add-to-cart-hover-box a:last-child,
.shopengine-widget .products .product .add-to-cart-hover-box a:last-child {
	border-right: none;
}

.woocommerce .shop-loop-item .add-to-cart-hover-box .add_to_cart_button,
.woocommerce .shop-loop-item .add-to-cart-hover-box .added_to_cart,
.woocommerce .products .product .add-to-cart-hover-box .add_to_cart_button,
.woocommerce .products .product .add-to-cart-hover-box .added_to_cart,
.shopengine-widget .shop-loop-item .add-to-cart-hover-box .add_to_cart_button,
.shopengine-widget .shop-loop-item .add-to-cart-hover-box .added_to_cart,
.shopengine-widget .products .product .add-to-cart-hover-box .add_to_cart_button,
.shopengine-widget .products .product .add-to-cart-hover-box .added_to_cart {
	font-size: 13px;
	font-weight: 700;
}

.woocommerce .shop-loop-item .add-to-cart-hover-box .add_to_cart_button.added,
.woocommerce .shop-loop-item .add-to-cart-hover-box .added_to_cart.added,
.woocommerce .products .product .add-to-cart-hover-box .add_to_cart_button.added,
.woocommerce .products .product .add-to-cart-hover-box .added_to_cart.added,
.shopengine-widget .shop-loop-item .add-to-cart-hover-box .add_to_cart_button.added,
.shopengine-widget .shop-loop-item .add-to-cart-hover-box .added_to_cart.added,
.shopengine-widget .products .product .add-to-cart-hover-box .add_to_cart_button.added,
.shopengine-widget .products .product .add-to-cart-hover-box .added_to_cart.added {
	display: none;
}

.woocommerce .shop-loop-item .add-to-cart-hover-box .added_to_cart,
.woocommerce .products .product .add-to-cart-hover-box .added_to_cart,
.shopengine-widget .shop-loop-item .add-to-cart-hover-box .added_to_cart,
.shopengine-widget .products .product .add-to-cart-hover-box .added_to_cart {
	text-transform: uppercase;
}

.woocommerce .shop-loop-item .add-to-cart-hover-box .shopengine-quickview-trigger,
.woocommerce .shop-loop-item .add-to-cart-hover-box .shopengine-comparison,
.woocommerce .products .product .add-to-cart-hover-box .shopengine-quickview-trigger,
.woocommerce .products .product .add-to-cart-hover-box .shopengine-comparison,
.shopengine-widget .shop-loop-item .add-to-cart-hover-box .shopengine-quickview-trigger,
.shopengine-widget .shop-loop-item .add-to-cart-hover-box .shopengine-comparison,
.shopengine-widget .products .product .add-to-cart-hover-box .shopengine-quickview-trigger,
.shopengine-widget .products .product .add-to-cart-hover-box .shopengine-comparison {
	-webkit-box-flex: 0;
	    -ms-flex: 0 0 46px;
	        flex: 0 0 46px;
}

.medic-product .woocommerce .shop-loop-item .add-to-cart-hover-box .shopengine-quickview-trigger, .medic-product
.woocommerce .shop-loop-item .add-to-cart-hover-box .shopengine-comparison, .medic-product
.woocommerce .products .product .add-to-cart-hover-box .shopengine-quickview-trigger, .medic-product
.woocommerce .products .product .add-to-cart-hover-box .shopengine-comparison, .medic-product
.shopengine-widget .shop-loop-item .add-to-cart-hover-box .shopengine-quickview-trigger, .medic-product
.shopengine-widget .shop-loop-item .add-to-cart-hover-box .shopengine-comparison, .medic-product
.shopengine-widget .products .product .add-to-cart-hover-box .shopengine-quickview-trigger, .medic-product
.shopengine-widget .products .product .add-to-cart-hover-box .shopengine-comparison {
	display: none;
}

.woocommerce .shop-loop-item .add-to-cart-hover-box .shopengine-wishlist,
.woocommerce .products .product .add-to-cart-hover-box .shopengine-wishlist,
.shopengine-widget .shop-loop-item .add-to-cart-hover-box .shopengine-wishlist,
.shopengine-widget .products .product .add-to-cart-hover-box .shopengine-wishlist {
	display: none;
}

.woocommerce .shop-loop-item .add-to-cart-hover-box .added .icon-cart::before,
.woocommerce .products .product .add-to-cart-hover-box .added .icon-cart::before,
.shopengine-widget .shop-loop-item .add-to-cart-hover-box .added .icon-cart::before,
.shopengine-widget .products .product .add-to-cart-hover-box .added .icon-cart::before {
	display: none;
}

.woocommerce .shop-loop-item .loop-product--btns,
.woocommerce .products .product .loop-product--btns,
.shopengine-widget .shop-loop-item .loop-product--btns,
.shopengine-widget .products .product .loop-product--btns {
	position: relative;
	top: -2px;
}

.woocommerce .shop-loop-item:hover .thumb-hover,
.woocommerce .products .product:hover .thumb-hover,
.shopengine-widget .shop-loop-item:hover .thumb-hover,
.shopengine-widget .products .product:hover .thumb-hover {
	opacity: 1;
	-webkit-transform: scale(1.09);
	        transform: scale(1.09);
}

.woocommerce .shop-loop-item:hover .add-to-cart-hover-box,
.woocommerce .products .product:hover .add-to-cart-hover-box,
.shopengine-widget .shop-loop-item:hover .add-to-cart-hover-box,
.shopengine-widget .products .product:hover .add-to-cart-hover-box {
	opacity: 1;
	-webkit-transform: translateY(0);
	        transform: translateY(0);
}

.woocommerce .shop-loop-item .product-loop-desc,
.woocommerce .products .product .product-loop-desc,
.shopengine-widget .shop-loop-item .product-loop-desc,
.shopengine-widget .products .product .product-loop-desc {
	padding: 30px;
	border: 1px solid #eaeaea;
	border-top-width: 0;
	position: relative;
}

.medic-product .woocommerce .shop-loop-item .product-loop-desc, .medic-product
.woocommerce .products .product .product-loop-desc, .medic-product
.shopengine-widget .shop-loop-item .product-loop-desc, .medic-product
.shopengine-widget .products .product .product-loop-desc {
	z-index: 1;
	background-color: #fff;
	padding: 21px 0 0;
	border: 1px solid transparent;
}

.woocommerce .shop-loop-item .product-loop-desc h3,
.woocommerce .products .product .product-loop-desc h3,
.shopengine-widget .shop-loop-item .product-loop-desc h3,
.shopengine-widget .products .product .product-loop-desc h3 {
	font-size: 16px;
	line-height: 22px;
}

.woocommerce .shop-loop-item .product-loop-desc h3 a,
.woocommerce .products .product .product-loop-desc h3 a,
.shopengine-widget .shop-loop-item .product-loop-desc h3 a,
.shopengine-widget .products .product .product-loop-desc h3 a {
	color: #2c2f40;
}

.woocommerce .shop-loop-item .product-loop-desc h3 a:hover,
.woocommerce .products .product .product-loop-desc h3 a:hover,
.shopengine-widget .shop-loop-item .product-loop-desc h3 a:hover,
.shopengine-widget .products .product .product-loop-desc h3 a:hover {
	color: var(--primary-color);
}

.woocommerce .shop-loop-item .product-loop-desc .onsale-off,
.woocommerce .products .product .product-loop-desc .onsale-off,
.shopengine-widget .shop-loop-item .product-loop-desc .onsale-off,
.shopengine-widget .products .product .product-loop-desc .onsale-off {
	display: none;
}

.woocommerce .shop-loop-item .product-categories,
.woocommerce .products .product .product-categories,
.shopengine-widget .shop-loop-item .product-categories,
.shopengine-widget .products .product .product-categories {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	padding: 0;
	list-style: none;
	-webkit-box-align: center;
	    -ms-flex-align: center;
	        align-items: center;
	margin: 0 0 5px;
	line-height: 1;
}

.woocommerce .shop-loop-item .product-categories li:hover,
.woocommerce .products .product .product-categories li:hover,
.shopengine-widget .shop-loop-item .product-categories li:hover,
.shopengine-widget .products .product .product-categories li:hover {
	box-shadow: none;
}

.woocommerce .shop-loop-item .product-categories a,
.woocommerce .products .product .product-categories a,
.shopengine-widget .shop-loop-item .product-categories a,
.shopengine-widget .products .product .product-categories a {
	font-size: 11px;
	letter-spacing: 1px;
	text-transform: uppercase;
	font-weight: 500;
	color: #777;
}

.woocommerce .shop-loop-item .product-categories a:hover,
.woocommerce .products .product .product-categories a:hover,
.shopengine-widget .shop-loop-item .product-categories a:hover,
.shopengine-widget .products .product .product-categories a:hover {
	color: var(--primary-color);
}

.woocommerce .shop-loop-item .woocommerce-Price-amount,
.woocommerce .products .product .woocommerce-Price-amount,
.shopengine-widget .shop-loop-item .woocommerce-Price-amount,
.shopengine-widget .products .product .woocommerce-Price-amount {
	font-weight: 700;
	color: var(--primary-color);
	line-height: 1;
}

.woocommerce .shop-loop-item .product-footer,
.woocommerce .products .product .product-footer,
.shopengine-widget .shop-loop-item .product-footer,
.shopengine-widget .products .product .product-footer {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: justify;
	    -ms-flex-pack: justify;
	        justify-content: space-between;
	-webkit-box-align: center;
	    -ms-flex-align: center;
	        align-items: center;
}

.woocommerce .shop-loop-item .price-multiline,
.woocommerce .products .product .price-multiline,
.shopengine-widget .shop-loop-item .price-multiline,
.shopengine-widget .products .product .price-multiline {
	-ms-flex-wrap: wrap;
	    flex-wrap: wrap;
	position: relative;
}

.woocommerce .shop-loop-item .price-multiline del,
.woocommerce .products .product .price-multiline del,
.shopengine-widget .shop-loop-item .price-multiline del,
.shopengine-widget .products .product .price-multiline del {
	-ms-flex-preferred-size: 100%;
	    flex-basis: 100%;
	-webkit-box-ordinal-group: 0;
	    -ms-flex-order: -1;
	        order: -1;
	position: absolute;
	margin: 0;
	left: 0;
	top: -23px;
}

.woocommerce .shop-loop-item del,
.woocommerce .products .product del,
.shopengine-widget .shop-loop-item del,
.shopengine-widget .products .product del {
	-webkit-box-ordinal-group: 3;
	    -ms-flex-order: 2;
	        order: 2;
	line-height: 1;
	margin-left: 8px;
}

.woocommerce .shop-loop-item del .woocommerce-Price-amount.amount,
.woocommerce .products .product del .woocommerce-Price-amount.amount,
.shopengine-widget .shop-loop-item del .woocommerce-Price-amount.amount,
.shopengine-widget .products .product del .woocommerce-Price-amount.amount {
	font-size: 12px;
	font-weight: 500;
	color: #5d6171;
}

.woocommerce .shop-loop-item .product-price,
.woocommerce .products .product .product-price,
.shopengine-widget .shop-loop-item .product-price,
.shopengine-widget .products .product .product-price {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	    -ms-flex-align: center;
	        align-items: center;
}

.woocommerce .shop-loop-item .inactive .shopengine-icon-add_to_favourite_1::before,
.woocommerce .products .product .inactive .shopengine-icon-add_to_favourite_1::before,
.shopengine-widget .shop-loop-item .inactive .shopengine-icon-add_to_favourite_1::before,
.shopengine-widget .products .product .inactive .shopengine-icon-add_to_favourite_1::before {
	content: "\e91e";
	font-family: xtsicon, sans-serif !important;
}

.woocommerce .shop-loop-item .active .shopengine-icon-add_to_favourite_1::before,
.woocommerce .products .product .active .shopengine-icon-add_to_favourite_1::before,
.shopengine-widget .shop-loop-item .active .shopengine-icon-add_to_favourite_1::before,
.shopengine-widget .products .product .active .shopengine-icon-add_to_favourite_1::before {
	content: "\e93a";
	font-family: xtsicon, sans-serif !important;
}

.woocommerce .shop-loop-item .woocommerce-loop-product__title,
.woocommerce .shop-loop-item .shopengine-product-description-footer,
.woocommerce .shop-loop-item .shopengine-product-rating-review-count + .price,
.woocommerce .products .product .woocommerce-loop-product__title,
.woocommerce .products .product .shopengine-product-description-footer,
.woocommerce .products .product .shopengine-product-rating-review-count + .price,
.shopengine-widget .shop-loop-item .woocommerce-loop-product__title,
.shopengine-widget .shop-loop-item .shopengine-product-description-footer,
.shopengine-widget .shop-loop-item .shopengine-product-rating-review-count + .price,
.shopengine-widget .products .product .woocommerce-loop-product__title,
.shopengine-widget .products .product .shopengine-product-description-footer,
.shopengine-widget .products .product .shopengine-product-rating-review-count + .price {
	display: none;
}

.woocommerce .style2 .shop-loop-item,
.shopengine-widget .style2 .shop-loop-item {
	background: #fff;
	border: 1px solid #d8e1e6;
	border-radius: 6px;
	padding: 10px;
	-webkit-transition: all 0.3s ease-in;
	        transition: all 0.3s ease-in;
}

.woocommerce .style2 .shop-loop-item .product-loop-desc,
.shopengine-widget .style2 .shop-loop-item .product-loop-desc {
	position: relative;
	border: none;
}

.woocommerce .style2 .shop-loop-item .shop-loop-thumb,
.shopengine-widget .style2 .shop-loop-item .shop-loop-thumb {
	background: transparent;
	border-radius: 6px;
	-webkit-transition: all 0.3s ease-in;
	        transition: all 0.3s ease-in;
}

.woocommerce .style2 .shop-loop-item .shop-loop-thumb .wishlist-icon-thumb,
.shopengine-widget .style2 .shop-loop-item .shop-loop-thumb .wishlist-icon-thumb {
	right: auto;
	left: 10px;
}

.woocommerce .style2 .shop-loop-item .shop-loop-thumb .shopengine-wishlist.badge,
.shopengine-widget .style2 .shop-loop-item .shop-loop-thumb .shopengine-wishlist.badge {
	box-shadow: none;
}

.woocommerce .style2 .shop-loop-item .shop-loop-thumb .onsale-percentage,
.shopengine-widget .style2 .shop-loop-item .shop-loop-thumb .onsale-percentage {
	left: auto;
	right: 10px;
	top: 10px;
}

.woocommerce .style2 .shop-loop-item .product-footer,
.shopengine-widget .style2 .shop-loop-item .product-footer {
	-webkit-transition: all 0.3s ease-in-out;
	        transition: all 0.3s ease-in-out;
}

.woocommerce .style2 .shop-loop-item .product-footer-action-buttons,
.shopengine-widget .style2 .shop-loop-item .product-footer-action-buttons {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: center;
	    -ms-flex-pack: center;
	        justify-content: center;
	-webkit-box-align: center;
	    -ms-flex-align: center;
	        align-items: center;
	grid-gap: 15px;
	position: absolute;
	width: 100%;
	left: 0;
	bottom: 20px;
	background: #fff;
	-webkit-transition: all 0.3s ease-in;
	        transition: all 0.3s ease-in;
	opacity: 0;
	visibility: hidden;
	-webkit-transform: translateY(10px);
	        transform: translateY(10px);
}

.woocommerce .style2 .shop-loop-item .product-footer-action-buttons a,
.shopengine-widget .style2 .shop-loop-item .product-footer-action-buttons a {
	width: 42px;
	height: 42px;
	text-align: center;
	border-radius: 50%;
	line-height: 45px;
	padding: 0;
}

.woocommerce .style2 .shop-loop-item .product-footer-action-buttons .shopengine-wishlist,
.shopengine-widget .style2 .shop-loop-item .product-footer-action-buttons .shopengine-wishlist {
	display: none;
}

.woocommerce .style2 .shop-loop-item:hover,
.shopengine-widget .style2 .shop-loop-item:hover {
	box-shadow: 0 15px 40px rgba(12, 62, 91, 0.05);
	border-color: transparent;
}

.woocommerce .style2 .shop-loop-item:hover .shop-loop-thumb,
.shopengine-widget .style2 .shop-loop-item:hover .shop-loop-thumb {
	background: #eff5f8;
}

.woocommerce .style2 .shop-loop-item:hover .product-footer-action-buttons,
.shopengine-widget .style2 .shop-loop-item:hover .product-footer-action-buttons {
	opacity: 1;
	visibility: visible;
	-webkit-transform: translateY(0);
	        transform: translateY(0);
}

.woocommerce .style2 .shop-loop-item:hover .product-footer,
.shopengine-widget .style2 .shop-loop-item:hover .product-footer {
	opacity: 0;
	visibility: hidden;
}

.woocommerce .style2 .shop-loop-item .button.added::after,
.shopengine-widget .style2 .shop-loop-item .button.added::after {
	margin-left: 0;
}

.woocommerce .style2 .shop-loop-item .added_to_cart,
.shopengine-widget .style2 .shop-loop-item .added_to_cart {
	display: none;
}

.style3 .woocommerce .shop-loop-item, .style3
.shopengine-widget .shop-loop-item {
	-webkit-transition: all 0.3s ease 0s;
	        transition: all 0.3s ease 0s;
}

.style3 .woocommerce .shop-loop-item .shop-loop-thumb, .style3
.shopengine-widget .shop-loop-item .shop-loop-thumb {
	-webkit-transition: all 0.3s ease 0s;
	        transition: all 0.3s ease 0s;
}

.style3 .woocommerce .shop-loop-item .shop-loop-thumb .shopengine-quickview-trigger,
.style3 .woocommerce .shop-loop-item .shop-loop-thumb .wishlist-icon-thumb .button,
.style3 .woocommerce .shop-loop-item .shop-loop-thumb .wishlist-icon-thumb .shopengine-comparison, .style3
.shopengine-widget .shop-loop-item .shop-loop-thumb .shopengine-quickview-trigger,
.style3
.shopengine-widget .shop-loop-item .shop-loop-thumb .wishlist-icon-thumb .button,
.style3
.shopengine-widget .shop-loop-item .shop-loop-thumb .wishlist-icon-thumb .shopengine-comparison {
	display: block;
}

.style3 .woocommerce .shop-loop-item .shop-loop-thumb .add-to-cart-hover-box, .style3
.shopengine-widget .shop-loop-item .shop-loop-thumb .add-to-cart-hover-box {
	display: none;
}

.style3 .woocommerce .shop-loop-item .shop-loop-thumb .wishlist-icon-thumb, .style3
.shopengine-widget .shop-loop-item .shop-loop-thumb .wishlist-icon-thumb {
	position: absolute;
	right: 0;
	top: auto;
	bottom: 0;
	z-index: 1;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	    -ms-flex-align: center;
	        align-items: center;
	-webkit-box-pack: center;
	    -ms-flex-pack: center;
	        justify-content: center;
	width: 100%;
	text-align: center;
	-webkit-transition: 0.3s;
	        transition: 0.3s;
	-webkit-transform: translateY(15px);
	        transform: translateY(15px);
	visibility: hidden;
	opacity: 0;
}

.style3 .woocommerce .shop-loop-item .shop-loop-thumb .wishlist-icon-thumb .shopengine-wishlist.badge, .style3
.shopengine-widget .shop-loop-item .shop-loop-thumb .wishlist-icon-thumb .shopengine-wishlist.badge {
	width: inherit;
	height: inherit;
	border-radius: 0;
	line-height: 1;
	box-shadow: none;
	border-width: 1px 0 1px 0;
	border-color: #e5e5e5;
	border-style: solid;
	font-size: 13px;
	padding: 19px 0 18px;
	color: #666;
}

.style3 .woocommerce .shop-loop-item .shop-loop-thumb .wishlist-icon-thumb .shopengine-wishlist.badge:hover, .style3
.shopengine-widget .shop-loop-item .shop-loop-thumb .wishlist-icon-thumb .shopengine-wishlist.badge:hover {
	color: var(--primary-color);
}

.style3 .woocommerce .shop-loop-item .shop-loop-thumb img, .style3
.shopengine-widget .shop-loop-item .shop-loop-thumb img {
	padding: 60px;
}

.style3 .woocommerce .shop-loop-item .product-price, .style3
.shopengine-widget .shop-loop-item .product-price {
	-webkit-box-pack: start;
	    -ms-flex-pack: start;
	        justify-content: flex-start;
	-webkit-box-align: baseline;
	    -ms-flex-align: baseline;
	        align-items: baseline;
}

.style3 .woocommerce .shop-loop-item .product-footer del, .style3
.shopengine-widget .shop-loop-item .product-footer del {
	-webkit-box-ordinal-group: 1;
	    -ms-flex-order: 0;
	        order: 0;
	margin-left: 0;
	margin-right: 10px;
}

.style3 .woocommerce .shop-loop-item .shopengine-comparison, .style3
.shopengine-widget .shop-loop-item .shopengine-comparison {
	line-height: 1;
}

.style3 .woocommerce .shop-loop-item .button.ajax_add_to_cart.added::after, .style3
.shopengine-widget .shop-loop-item .button.ajax_add_to_cart.added::after {
	margin-left: 0;
	margin-top: 0;
}

.style3 .woocommerce .shop-loop-item .added_to_cart.wc-forward, .style3
.shopengine-widget .shop-loop-item .added_to_cart.wc-forward {
	display: none;
}

.style3 .woocommerce .shop-loop-item:hover, .style3
.shopengine-widget .shop-loop-item:hover {
	box-shadow: 0 20px 30px rgba(0, 0, 0, 0.05);
}

.style3 .woocommerce .shop-loop-item:hover .shop-loop-thumb, .style3
.shopengine-widget .shop-loop-item:hover .shop-loop-thumb {
	background: #fff;
}

.style3 .woocommerce .shop-loop-item:hover .shop-loop-thumb .wishlist-icon-thumb, .style3
.shopengine-widget .shop-loop-item:hover .shop-loop-thumb .wishlist-icon-thumb {
	opacity: 1;
	visibility: visible;
	-webkit-transform: translateY(0);
	        transform: translateY(0);
}

.style3 .woocommerce .shop-loop-item:hover .product-loop-desc, .style3
.shopengine-widget .shop-loop-item:hover .product-loop-desc {
	border: 1px solid transparent;
	border-top-width: 0;
}

.style4 .woocommerce .shop-loop-item, .style4
.shopengine-widget .shop-loop-item {
	-webkit-transition: all 0.5s;
	        transition: all 0.5s;
}

.style4 .woocommerce .shop-loop-item:hover, .style4
.shopengine-widget .shop-loop-item:hover {
	box-shadow: 0 10px 20px 0 rgba(0, 0, 0, 0.06);
	border-radius: 6px;
}

.style4 .woocommerce .shop-loop-item:hover .product-loop-desc, .style4
.shopengine-widget .shop-loop-item:hover .product-loop-desc {
	border-color: transparent;
	-webkit-transition: all 0.5s;
	        transition: all 0.5s;
}

.style4 .woocommerce .shop-loop-item .product-loop-desc, .style4
.shopengine-widget .shop-loop-item .product-loop-desc {
	-webkit-transition: all 0.5s;
	        transition: all 0.5s;
	border-bottom-left-radius: 6px;
	border-bottom-right-radius: 6px;
}

.style4 .woocommerce .shop-loop-item .add-to-cart-hover-box, .style4
.shopengine-widget .shop-loop-item .add-to-cart-hover-box {
	width: calc(100% - 40px);
	left: 20px;
	bottom: 15px;
}

.style4 .woocommerce .shop-loop-item .add-to-cart-hover-box .shopengine-comparison, .style4
.shopengine-widget .shop-loop-item .add-to-cart-hover-box .shopengine-comparison {
	display: none;
}

.style4 .woocommerce .shop-loop-item .add-to-cart-hover-box .shopengine-quickview-trigger, .style4
.shopengine-widget .shop-loop-item .add-to-cart-hover-box .shopengine-quickview-trigger {
	display: none;
}

.style4 .woocommerce .shop-loop-item .add-to-cart-hover-box a, .style4
.shopengine-widget .shop-loop-item .add-to-cart-hover-box a {
	border-radius: 6px;
	background: #f73c27;
	color: #fff;
	height: 42px;
}

.style4 .woocommerce .shop-loop-item .add-to-cart-hover-box a:hover, .style4
.shopengine-widget .shop-loop-item .add-to-cart-hover-box a:hover {
	background: #58ab1d;
}

.style4 .woocommerce .shop-loop-item .shop-loop-thumb, .style4
.shopengine-widget .shop-loop-item .shop-loop-thumb {
	border-top-left-radius: 6px;
	border-top-right-radius: 6px;
}

.style4 .woocommerce .shop-loop-item .shop-loop-thumb img, .style4
.shopengine-widget .shop-loop-item .shop-loop-thumb img {
	padding: 40px;
}

.style4 .woocommerce .shop-loop-item .product-categories a, .style4
.shopengine-widget .shop-loop-item .product-categories a {
	display: none;
}

.style5 .woocommerce .shop-loop-item .shop-loop-thumb .onsale-percentage, .style5
.shopengine-widget .shop-loop-item .shop-loop-thumb .onsale-percentage {
	left: 0;
	top: 20px;
}

.style5 .woocommerce .shop-loop-item .shop-loop-thumb img, .style5
.shopengine-widget .shop-loop-item .shop-loop-thumb img {
	border-radius: 6px;
}

.style5 .woocommerce .shop-loop-item .shop-loop-thumb .wishlist-icon-thumb, .style5
.shopengine-widget .shop-loop-item .shop-loop-thumb .wishlist-icon-thumb {
	-webkit-transition: all 0.2s ease-in 0s;
	        transition: all 0.2s ease-in 0s;
	-webkit-transform: translateX(10px);
	        transform: translateX(10px);
	opacity: 0;
	visibility: hidden;
	top: 20px;
}

.style5 .woocommerce .shop-loop-item .shop-loop-thumb .wishlist-icon-thumb .shopengine-quickview-trigger,
.style5 .woocommerce .shop-loop-item .shop-loop-thumb .wishlist-icon-thumb .shopengine-comparison, .style5
.shopengine-widget .shop-loop-item .shop-loop-thumb .wishlist-icon-thumb .shopengine-quickview-trigger,
.style5
.shopengine-widget .shop-loop-item .shop-loop-thumb .wishlist-icon-thumb .shopengine-comparison {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	    -ms-flex-align: center;
	        align-items: center;
	-webkit-box-pack: center;
	    -ms-flex-pack: center;
	        justify-content: center;
	height: 40px;
}

.style5 .woocommerce .shop-loop-item .shop-loop-thumb .wishlist-icon-thumb .shopengine-wishlist.badge, .style5
.shopengine-widget .shop-loop-item .shop-loop-thumb .wishlist-icon-thumb .shopengine-wishlist.badge {
	border-radius: 6px 6px 0 0;
	box-shadow: none;
	width: 40px;
	height: 40px;
	line-height: 45px;
}

.style5 .woocommerce .shop-loop-item:hover .shop-loop-thumb .wishlist-icon-thumb, .style5
.shopengine-widget .shop-loop-item:hover .shop-loop-thumb .wishlist-icon-thumb {
	opacity: 1;
	visibility: visible;
	-webkit-transform: translateX(-10px);
	        transform: translateX(-10px);
}

.style5 .woocommerce .shop-loop-item .add-to-cart-hover-box, .style5
.shopengine-widget .shop-loop-item .add-to-cart-hover-box {
	width: 100%;
	left: 0;
	bottom: 0;
}

.style5 .woocommerce .shop-loop-item .add-to-cart-hover-box .shopengine-quickview-trigger,
.style5 .woocommerce .shop-loop-item .add-to-cart-hover-box .shopengine_comparison_add_to_list_action, .style5
.shopengine-widget .shop-loop-item .add-to-cart-hover-box .shopengine-quickview-trigger,
.style5
.shopengine-widget .shop-loop-item .add-to-cart-hover-box .shopengine_comparison_add_to_list_action {
	display: none;
}

.style5 .woocommerce .shop-loop-item .product-loop-desc, .style5
.shopengine-widget .shop-loop-item .product-loop-desc {
	border: none;
}

.style5 .woocommerce .shopengine-archive-products .products .product .se-btn, .style5
.shopengine-widget .shopengine-archive-products .products .product .se-btn {
	display: none;
}

.style5 .woocommerce .shopengine-archive-products .products .product .wishlist-icon-thumb, .style5
.shopengine-widget .shopengine-archive-products .products .product .wishlist-icon-thumb {
	background: #ff1f25;
	border-radius: 6px;
	opacity: 0;
	-webkit-transition: all 0.5s ease-in-out;
	        transition: all 0.5s ease-in-out;
	right: 0;
}

.style5 .woocommerce .shopengine-archive-products .products .product .wishlist-icon-thumb .se-btn, .style5
.shopengine-widget .shopengine-archive-products .products .product .wishlist-icon-thumb .se-btn {
	display: block;
	background: #ff1f25;
	height: 40px;
	width: 40px;
	color: #fff;
	border-bottom: 1px solid #fff;
	border-radius: 0;
	font-size: 18px;
	line-height: 44px;
}

.style5 .woocommerce .shopengine-archive-products .products .product .wishlist-icon-thumb .shopengine-comparison, .style5
.shopengine-widget .shopengine-archive-products .products .product .wishlist-icon-thumb .shopengine-comparison {
	border-bottom: 0;
	border-radius: 0 0 6px 6px;
}

.style5 .woocommerce .shopengine-archive-products .products .product .wishlist-icon-thumb .shopengine-wishlist, .style5
.shopengine-widget .shopengine-archive-products .products .product .wishlist-icon-thumb .shopengine-wishlist {
	font-size: 15px;
	border-radius: 6px 6px 0 0;
}

.style5 .woocommerce .shopengine-archive-products .products .product .button[data-quantity], .style5
.shopengine-widget .shopengine-archive-products .products .product .button[data-quantity] {
	display: none;
}

.style5 .woocommerce .shopengine-archive-products .products .product .add-to-cart-hover-box, .style5
.shopengine-widget .shopengine-archive-products .products .product .add-to-cart-hover-box {
	-webkit-box-pack: center;
	    -ms-flex-pack: center;
	        justify-content: center;
}

.style5 .woocommerce .shopengine-archive-products .products .product .add-to-cart-hover-box .button[data-quantity], .style5
.shopengine-widget .shopengine-archive-products .products .product .add-to-cart-hover-box .button[data-quantity] {
	display: block;
	bottom: 10px;
	text-align: center;
}

.style5 .woocommerce .shopengine-archive-products .products .product .product-loop-desc, .style5
.shopengine-widget .shopengine-archive-products .products .product .product-loop-desc {
	padding: 20px 0 0;
	width: 100%;
	border-color: transparent;
}

.style5 .woocommerce .shopengine-archive-products .products .product .product-loop-desc h3, .style5
.shopengine-widget .shopengine-archive-products .products .product .product-loop-desc h3 {
	font-weight: 400;
}

.style5 .woocommerce .shopengine-archive-products .products .product .product-loop-desc h3 a:hover, .style5
.shopengine-widget .shopengine-archive-products .products .product .product-loop-desc h3 a:hover {
	color: #ff1f25;
}

.style5 .woocommerce .shopengine-archive-products .products .product .product-categories, .style5
.shopengine-widget .shopengine-archive-products .products .product .product-categories {
	-webkit-box-pack: center;
	    -ms-flex-pack: center;
	        justify-content: center;
}

.style5 .woocommerce .shopengine-archive-products .products .product .product-categories a:hover, .style5
.shopengine-widget .shopengine-archive-products .products .product .product-categories a:hover {
	color: #ff1f25;
}

.style5 .woocommerce .shopengine-archive-products .products .product .product-price, .style5
.shopengine-widget .shopengine-archive-products .products .product .product-price {
	-webkit-box-pack: center;
	    -ms-flex-pack: center;
	        justify-content: center;
}

.style5 .woocommerce .shopengine-archive-products .products .product .woocommerce-Price-amount, .style5
.shopengine-widget .shopengine-archive-products .products .product .woocommerce-Price-amount {
	font-size: 16px;
	font-weight: 400;
	color: #2c2f40;
}

.style5 .woocommerce .shopengine-archive-products .products .product .shop-loop-thumb .onsale-percentage, .style5
.shopengine-widget .shopengine-archive-products .products .product .shop-loop-thumb .onsale-percentage {
	left: 0;
	font-size: 12px;
	font-weight: 500;
	line-height: 15px;
	background: #5019a8;
	border-radius: 0 6px 6px 0;
}

.style5 .woocommerce .shopengine-archive-products .products .product .shop-loop-thumb .wishlist-icon-thumb .shopengine-wishlist .badge, .style5
.shopengine-widget .shopengine-archive-products .products .product .shop-loop-thumb .wishlist-icon-thumb .shopengine-wishlist .badge {
	border-radius: 6px 6px 0 0;
}

.style5 .woocommerce .shopengine-archive-products .products .product .shop-loop-thumb .wishlist-icon-thumb .shopengine-wishlist.active i, .style5
.shopengine-widget .shopengine-archive-products .products .product .shop-loop-thumb .wishlist-icon-thumb .shopengine-wishlist.active i {
	color: #fff;
}

.style5 .woocommerce .shopengine-archive-products .products .product .shop-loop-thumb:hover .wishlist-icon-thumb .shopengine-wishlist .badge, .style5
.shopengine-widget .shopengine-archive-products .products .product .shop-loop-thumb:hover .wishlist-icon-thumb .shopengine-wishlist .badge {
	display: block;
}

.style5 .woocommerce .shopengine-archive-products .products .product:hover .wishlist-icon-thumb, .style5
.shopengine-widget .shopengine-archive-products .products .product:hover .wishlist-icon-thumb {
	opacity: 1;
	right: 20px;
}

.style5-extended .woocommerce .shop-loop-item .product-footer,
.style5-extended .woocommerce .product-categories, .style5-extended
.shopengine-widget .shop-loop-item .product-footer,
.style5-extended
.shopengine-widget .product-categories {
	-webkit-box-pack: center;
	    -ms-flex-pack: center;
	        justify-content: center;
}

.style6 .woocommerce .shop-loop-item .shop-loop-thumb .wishlist-icon-thumb, .style6
.shopengine-widget .shop-loop-item .shop-loop-thumb .wishlist-icon-thumb {
	position: absolute;
	right: 0;
	top: auto;
	bottom: 20px;
	z-index: 1;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	    -ms-flex-align: center;
	        align-items: center;
	-webkit-box-pack: center;
	    -ms-flex-pack: center;
	        justify-content: center;
	width: 100%;
	text-align: center;
	-webkit-transition: 0.3s;
	        transition: 0.3s;
	-webkit-transform: translateY(15px);
	        transform: translateY(15px);
	visibility: hidden;
	opacity: 0;
	gap: 5px;
}

.style6 .woocommerce .shop-loop-item .shop-loop-thumb .wishlist-icon-thumb .shopengine-wishlist.badge, .style6
.shopengine-widget .shop-loop-item .shop-loop-thumb .wishlist-icon-thumb .shopengine-wishlist.badge {
	border-radius: 0;
	height: 42px;
	width: 42px;
}

.style6 .woocommerce .shop-loop-item .shop-loop-thumb .wishlist-icon-thumb .shopengine-wishlist.badge i, .style6
.shopengine-widget .shop-loop-item .shop-loop-thumb .wishlist-icon-thumb .shopengine-wishlist.badge i {
	font-weight: 400;
}

.style6 .woocommerce .shop-loop-item .shop-loop-thumb .shopengine-quickview-trigger,
.style6 .woocommerce .shop-loop-item .shop-loop-thumb .wishlist-icon-thumb .button,
.style6 .woocommerce .shop-loop-item .shop-loop-thumb .wishlist-icon-thumb .shopengine-comparison, .style6
.shopengine-widget .shop-loop-item .shop-loop-thumb .shopengine-quickview-trigger,
.style6
.shopengine-widget .shop-loop-item .shop-loop-thumb .wishlist-icon-thumb .button,
.style6
.shopengine-widget .shop-loop-item .shop-loop-thumb .wishlist-icon-thumb .shopengine-comparison {
	display: block;
}

.style6 .woocommerce .shop-loop-item .shop-loop-thumb .add-to-cart-hover-box, .style6
.shopengine-widget .shop-loop-item .shop-loop-thumb .add-to-cart-hover-box {
	display: none;
}

.style6 .woocommerce .shop-loop-item:hover .shop-loop-thumb .wishlist-icon-thumb, .style6
.shopengine-widget .shop-loop-item:hover .shop-loop-thumb .wishlist-icon-thumb {
	opacity: 1;
	visibility: visible;
	-webkit-transform: translateY(0);
	        transform: translateY(0);
}

.style6 .woocommerce .wishlist-icon-thumb a, .style6
.shopengine-widget .wishlist-icon-thumb a {
	-webkit-box-flex: 0;
	    -ms-flex: 0 0 42px;
	        flex: 0 0 42px;
	height: 42px;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: center;
	    -ms-flex-pack: center;
	        justify-content: center;
	-webkit-box-align: center;
	    -ms-flex-align: center;
	        align-items: center;
}

.style6 .woocommerce .added_to_cart.wc-forward, .style6
.shopengine-widget .added_to_cart.wc-forward {
	display: none;
}

.style6 .woocommerce a.button.added::after, .style6
.shopengine-widget a.button.added::after {
	margin-left: 0;
}

.woocommerce .shop-before-start,
.shopengine-widget .shop-before-start {
	-webkit-box-align: center;
	    -ms-flex-align: center;
	        align-items: center;
	margin-bottom: 50px;
}

.woocommerce .shop-before-start .grid-list-loop,
.shopengine-widget .shop-before-start .grid-list-loop {
	padding: 0;
	margin: 0;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	    -ms-flex-align: center;
	        align-items: center;
	-webkit-box-pack: center;
	    -ms-flex-pack: center;
	        justify-content: center;
}

@media (max-width: 767px) {
	.woocommerce .shop-before-start .grid-list-loop,
	.shopengine-widget .shop-before-start .grid-list-loop {
		margin-bottom: 20px;
	}
}

.woocommerce .shop-before-start .grid-list-loop li,
.shopengine-widget .shop-before-start .grid-list-loop li {
	list-style: none;
	margin: 0 8px;
	line-height: 1;
}

.woocommerce .shop-before-start .grid-list-loop li.active i,
.shopengine-widget .shop-before-start .grid-list-loop li.active i {
	color: var(--primary-color);
}

.woocommerce .shop-before-start .grid-list-loop i,
.shopengine-widget .shop-before-start .grid-list-loop i {
	font-size: 20px;
	color: #b9bcce;
}

.woocommerce .shop-before-start .woocommerce-result-count,
.shopengine-widget .shop-before-start .woocommerce-result-count {
	margin-bottom: 0;
	width: 100%;
}

@media (max-width: 767px) {
	.woocommerce .shop-before-start .woocommerce-result-count,
	.shopengine-widget .shop-before-start .woocommerce-result-count {
		text-align: center;
		margin-bottom: 20px;
	}
}

.woocommerce .shop-before-start .woocommerce-result-count p,
.shopengine-widget .shop-before-start .woocommerce-result-count p {
	margin: 0;
	line-height: 18px;
	font-weight: 500;
	color: #2c2f40;
}

.woocommerce .shop-before-start .woocommerce-ordering,
.shopengine-widget .shop-before-start .woocommerce-ordering {
	margin: 0;
}

@media (max-width: 767px) {
	.woocommerce .shop-before-start .woocommerce-ordering,
	.shopengine-widget .shop-before-start .woocommerce-ordering {
		width: 100%;
	}
}

.woocommerce .shop-before-start .woocommerce-ordering select,
.shopengine-widget .shop-before-start .woocommerce-ordering select {
	border-radius: 0;
	margin: 0;
	border-color: #d4d6e5;
	color: #5d6171;
	letter-spacing: -0.3px;
	font-size: 15px;
	border-width: 0 0 1px 0;
	padding: 12px 0;
}

@media (max-width: 767px) {
	.woocommerce .shop-before-start .woocommerce-ordering select,
	.shopengine-widget .shop-before-start .woocommerce-ordering select {
		width: 100%;
	}
}

.woocommerce .shopengine_add_to_list_action.active .shopengine-icon-add_to_favourite_1::before,
.shopengine-widget .shopengine_add_to_list_action.active .shopengine-icon-add_to_favourite_1::before {
	content: "\e93a" !important;
	font-family: xtsicon, sans-serif !important;
}

.woocommerce .shop-loop-item.product,
.shopengine-widget .shop-loop-item.product {
	margin-bottom: 30px;
}

.style2 .shopengine-widget .products .product .wishlist-icon-thumb {
	right: 20px;
	top: 20px;
}

.style2 .shopengine-widget .products .product .wishlist-icon-thumb .shopengine-wishlist.badge {
	box-shadow: none;
}

.style2 .shopengine-widget .products .product .onsale-percentage {
	left: 20px;
	top: 20px;
	border-radius: 3px;
}

.style2 .shopengine-widget .products .product .shop-loop-thumb img {
	border-radius: 4px !important;
}

.style2 .shopengine-widget .products .product .shop-loop-thumb .thumb-hover {
	-webkit-box-align: start;
	    -ms-flex-align: start;
	        align-items: flex-start;
	-webkit-transform: scale(1);
	        transform: scale(1);
	padding: 10px;
}

.style2 .shopengine-widget .products .product .shop-loop-thumb .woocommerce-loop-product__link {
	position: relative;
	z-index: 1;
}

.style2 .shopengine-widget .products .product .product-loop-desc {
	padding: 0 20px;
	position: relative;
	z-index: 1;
}

.style2 .shopengine-widget .products .product .product-loop-desc .product-categories,
.style2 .shopengine-widget .products .product .product-loop-desc .product-price {
	display: none;
}

.style2 .shopengine-widget .products .product .product-loop-desc h3 {
	font-size: 14px;
	font-weight: 400;
}

.style2 .shopengine-widget .products .product .product-loop-desc h3 a {
	color: #697780;
}

.style2 .shopengine-widget .products .product .product-loop-desc h3 a:hover {
	color: var(--primary-color);
}

.style2 .shopengine-widget .products .product .star-rating {
	position: absolute;
	right: 15px;
	bottom: 35px;
	margin: 0;
}

.style2 .shopengine-widget .products .product .shopengine-product-rating-review-count {
	display: none !important;
}

.style2 .shopengine-widget .products .product .price {
	display: block;
	position: relative;
	line-height: 1;
}

.style2 .shopengine-widget .products .product .price .onsale-off {
	display: none;
}

.style2 .shopengine-widget .products .product .price del {
	margin: 0;
	position: absolute;
	bottom: 22px;
	opacity: 1;
}

.style2 .shopengine-widget .products .product .price del .woocommerce-Price-amount {
	font-size: 14px !important;
	color: #8c9aa2;
	font-weight: 300 !important;
}

.style2 .shopengine-widget .products .product .loop-product--btns {
	position: absolute;
	top: auto;
	bottom: 30px;
	left: 0;
	z-index: 1;
	height: 42px;
	margin: 0;
	background: #fff;
	opacity: 0;
	-webkit-transition: 0.3s;
	        transition: 0.3s;
	-webkit-transform: translateY(10px);
	        transform: translateY(10px);
}

.style2 .shopengine-widget .products .product .loop-product--btns .loop-product--btns-inner {
	-webkit-transform: none;
	        transform: none;
	left: 0;
	opacity: 1;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	    -ms-flex-align: center;
	        align-items: center;
	-webkit-box-pack: center;
	    -ms-flex-pack: center;
	        justify-content: center;
	grid-gap: 15px;
	height: auto;
}

.style2 .shopengine-widget .products .product .loop-product--btns .loop-product--btns-inner a {
	width: 42px;
	height: 42px;
	background: #eff5f8;
	border-radius: 50%;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: center;
	    -ms-flex-pack: center;
	        justify-content: center;
	-webkit-box-align: center;
	    -ms-flex-align: center;
	        align-items: center;
}

.style2 .shopengine-widget .products .product .loop-product--btns .loop-product--btns-inner a:hover {
	background: var(--primary-color);
}

.style2 .shopengine-widget .products .product .loop-product--btns .loop-product--btns-inner .shopengine_add_to_list_action {
	display: none;
}

.style2 .shopengine-widget .products .product:hover .loop-product--btns {
	opacity: 1;
	-webkit-transform: translateY(0);
	        transform: translateY(0);
}

.style2 .shopengine-widget .products .product:hover .loop-product--btns-inner {
	-webkit-transform: none;
	        transform: none;
}

.medic-product .col-md-6.col-lg-3 {
	margin-bottom: 30px;
	padding: 0 6px;
}

.medic-product .products li:hover {
	box-shadow: none;
}

.medic-product .woocommerce .shop-loop-item {
	padding: 0 9px;
}

.medic-product .woocommerce .shop-loop-item .shop-loop-thumb .wishlist-icon-thumb .button {
	display: none;
}

.medic-product .woocommerce .shop-loop-item .price-multiline del {
	-ms-flex-preferred-size: 0;
	    flex-basis: 0;
	position: relative;
	top: 0;
}

.medic-product .woocommerce .shop-loop-item:hover .wishlist-icon-thumb {
	opacity: 1;
	right: 10px;
}

.medic-product .shopengine-widget .products .product {
	margin-bottom: 20px !important;
	padding: 0 5px !important;
}

.medic-product .shopengine-widget .products .product .shop-loop-thumb .wishlist-icon-thumb .button {
	display: none;
}

.medic-product .shopengine-widget .products .product:hover .shop-loop-thumb .wishlist-icon-thumb {
	opacity: 1;
	right: 10px;
}

.medic-product .shopengine-widget .products .product .add-to-cart-hover-box .button {
	max-width: 100%;
}

.medic-product .shopengine-archive-products .shopengine-product-rating-review-count {
	display: none !important;
}

.medic-product .shopengine-archive-products .price {
	display: none;
}

.medic-product .shopengine-archive-products .shopengine-wishlist {
	display: none;
}

.medic-product .shopengine-archive-products .shopengine-quickview-trigger {
	display: none;
}

.medic-product .shopengine-archive-products .button {
	display: none;
}

.medic-product .shopengine-archive-products .shopengine-comparison {
	display: none;
}

.medic-product .shopengine-archive-products .product .star-rating {
	position: absolute;
	z-index: 1;
	bottom: 0;
	right: 0;
}

.bascart-product-grid-wrap {
	-webkit-column-count: 3;
	        column-count: 3;
	-webkit-column-gap: 20px;
	        column-gap: 20px;
}

@media (max-width: 767px) {
	.bascart-product-grid-wrap {
		-webkit-column-count: unset;
		        column-count: unset;
		display: grid;
		grid-template-columns: 1fr 1fr;
	}
}

@media (max-width: 575px) {
	.bascart-product-grid-wrap {
		grid-template-columns: 1fr;
	}
}

.bascart-product-grid-wrap .shop-loop-item {
	margin-bottom: 20px;
	background: #fff;
	box-shadow: 0 10px 40px rgba(0, 0, 0, 0.05);
}

.bascart-product-grid-wrap .shop-loop-item .product-loop-desc {
	border: none;
}

.bascart-product-grid-wrap .product-grid-item {
	-webkit-column-break-inside: avoid;
	        break-inside: avoid;
}

@media (min-width: 768px) {
	.bascart-product-grid-wrap .product-grid-item:nth-child(3) {
		padding-top: 50px;
	}
}

.product-category-slider-wrapper {
	display: grid;
	grid-template-columns: repeat(2, 1fr);
	grid-gap: 20px;
	text-align: center;
}

.product-category-slider-wrapper .bascart-category-title {
	font-size: 17px;
	margin: 20px 0 0;
}

.product-category-slider-wrapper .bascart-category-title a {
	color: #2c2f40;
}

.product-category-slider-wrapper .bascart-category-title a:hover {
	color: var(--primary-color);
}

.bascart-list-product-item {
	max-width: 320px;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	    -ms-flex-align: center;
	        align-items: center;
	padding: 30px;
	box-shadow: 0 10px 30px rgba(0, 0, 0, 0.06);
	border-radius: 0;
	background: #fff;
}

.bascart-list-product-item .product-image {
	-webkit-box-flex: 0;
	    -ms-flex: 0 0 80px;
	        flex: 0 0 80px;
}

.bascart-list-product-item .product-image a {
	height: 140px;
}

.bascart-list-product-item .product-image img {
	object-fit: cover;
	height: 100%;
}

.bascart-list-product-item .product-description {
	-webkit-box-flex: 0;
	    -ms-flex: 0 0 calc(100% - 80px);
	        flex: 0 0 calc(100% - 80px);
	padding-left: 24px;
}

.bascart-list-product-item .product-price {
	display: block;
}

.bascart-list-product-item .product-title {
	font-size: 20px;
	font-weight: 800;
	line-height: 22px;
	letter-spacing: -0.2px;
	color: #2c2f40;
}

.bascart-list-product-item .onsale-off {
	display: inline-block;
}

.bascart-list-product-item .added_to_cart {
	text-transform: uppercase;
	font-size: 12px;
	letter-spacing: 0.5px;
	font-weight: 700;
	line-height: 1.4;
}

.medical-category .slider-item {
	border-bottom: 5px solid var(--cat-color);
	padding: 6px 0 0;
}

.medical-category .slider-item::after {
	content: "";
	height: 100%;
	width: 100%;
	position: absolute;
	top: 0;
	left: 0;
	background-color: var(--cat-color);
	opacity: 0.1;
	z-index: -1;
}

.medical-category .slider-item .bascart-category-title {
	background-color: transparent;
	position: relative;
	padding: 0 10px 14px;
	z-index: 1;
}

.medical-category .slider-item .bascart-category-title:hover {
	background-color: transparent !important;
}

.medical-category .slider-item .bascart-category-title i {
	display: none;
}

.bascart-category-slider .slider-item {
	display: block;
}

.bascart-category-slider .slider-item:hover .category-slider-icon.enable-hover-animation {
	-webkit-transform: translateY(5px);
	        transform: translateY(5px);
}

.bascart-category-slider .slider-item:hover .enable-hover-animation img {
	-webkit-transform: translateX(5px) scale(1.04);
	        transform: translateX(5px) scale(1.04);
}

.bascart-category-slider .categorory-slider-image {
	overflow: hidden;
}

.bascart-category-slider .categorory-slider-image img {
	-webkit-transition: all 0.4s ease 0s;
	        transition: all 0.4s ease 0s;
}

.bascart-category-slider .bascart-category-title {
	font-size: 17px;
	line-height: 1;
	margin: 20px 0 0;
	padding: 17px 10px;
	color: #2c2f40;
	-webkit-transition: all 0.4s ease 0s;
	        transition: all 0.4s ease 0s;
}

.bascart-category-slider .bascart-category-title .xts-icon {
	width: 35px;
	height: 35px;
	background: var(--primary-color);
	line-height: 35px;
	border-radius: 50%;
	-webkit-transition: all 0.4s ease 0s;
	        transition: all 0.4s ease 0s;
	text-align: center;
	display: inline-block;
}

.bascart-category-slider .bascart-category-title.title_on_top {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: justify;
	    -ms-flex-pack: justify;
	        justify-content: space-between;
	-webkit-box-align: center;
	    -ms-flex-align: center;
	        align-items: center;
	position: absolute;
	left: 0;
	bottom: 0;
	width: calc(100% - 20px);
}

.bascart-category-slider img {
	width: 100%;
}

.bascart-category-slider .slider-icon-style {
	-webkit-transition: all 0.4s ease 0s;
	        transition: all 0.4s ease 0s;
}

.bascart-category-slider .slider-icon-style .category-slider-icon,
.bascart-category-slider .slider-icon-style .item-counter {
	-webkit-transition: all 0.4s ease 0s;
	        transition: all 0.4s ease 0s;
}

.bascart-category-slider .slider-icon-style .bascart-category-title {
	position: static;
	padding: 0;
	background: transparent;
}

.bascart-category-slider .slider-icon-style .bascart-category-title i {
	display: none;
}

.bascart-category-slider .slider-icon-style .bascart-category-title a::before {
	display: none;
}

.bascart-category-slider .slider-icon-style .item-counter {
	margin: 0;
}

.bascart-category-slider .item-bottom-indecator-show::before {
	position: absolute;
	content: "";
	width: 100%;
	height: 4px;
	background: var(--primary-color);
	left: 0;
	bottom: -1px;
	opacity: 0;
	visibility: hidden;
	-webkit-transition: all 0.4s ease 0s;
	        transition: all 0.4s ease 0s;
	-webkit-transform: scale(0.8);
	        transform: scale(0.8);
}

.bascart-category-slider .item-bottom-indecator-show:hover::before {
	opacity: 1;
	visibility: visible;
	-webkit-transform: scale(1);
	        transform: scale(1);
}

.bascart-category-slider .slider-title-top {
	background: var(--cat-color);
}

.bascart-category-slider .slider-title-top .category-button {
	display: -webkit-inline-box;
	display: -ms-inline-flexbox;
	display: inline-flex;
	-webkit-box-align: center;
	    -ms-flex-align: center;
	        align-items: center;
	line-height: 1;
}

.bascart-category-slider .slider-title-top .enable-hover-animation {
	position: relative;
}

.bascart-category-slider .slider-title-top .enable-hover-animation::before {
	position: absolute;
	top: 0;
	left: -75%;
	z-index: 2;
	display: block;
	content: "";
	width: 50%;
	height: 100%;
	background: -webkit-gradient(linear, left top, right top, from(rgba(255, 255, 255, 0)), to(rgba(255, 255, 255, 0.3)));
	background: linear-gradient(to right, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0.3) 100%);
	-webkit-transform: skewX(-25deg);
	transform: skewX(-25deg);
}

@-webkit-keyframes shine {
	100% {
		left: 125%;
	}
}

@keyframes shine {
	100% {
		left: 125%;
	}
}

.bascart-category-slider .slider-title-top:hover .enable-hover-animation::before {
	-webkit-animation: shine 0.75s;
	animation: shine 0.75s;
}

.category-slider-nav-item {
	background-image: none;
	background-color: var(--primary-color);
	opacity: 1;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: center;
	    -ms-flex-pack: center;
	        justify-content: center;
	-webkit-box-align: center;
	    -ms-flex-align: center;
	        align-items: center;
	font-size: 12px;
	font-weight: 600;
	width: 30px;
	height: 30px;
	margin: 0;
	border-radius: 50%;
	border: none;
	color: #2c2f40;
	-webkit-transform: translateY(-50%);
	        transform: translateY(-50%);
	-webkit-transition: all 0.3s ease-in-out 0s;
	        transition: all 0.3s ease-in-out 0s;
	z-index: 1;
}

.category-slider-nav-item:hover {
	color: #fff;
}

.category-slider-nav-item.swiper-button-prev,
.category-slider-nav-item.swiper-container-rtl .swiper-button-next {
	right: auto;
	left: 15px;
	-webkit-transform: translateY(-50%);
	        transform: translateY(-50%);
}

@media (min-width: 1366px) {
	.category-slider-nav-item.swiper-button-prev,
	.category-slider-nav-item.swiper-container-rtl .swiper-button-next {
		left: -30px;
		-webkit-transform: translateX(-100%) translateY(-50%);
		        transform: translateX(-100%) translateY(-50%);
	}
}

.category-slider-nav-item.swiper-button-next,
.category-slider-nav-item.swiper-container-rtl .swiper-button-prev {
	right: 15px;
	-webkit-transform: translateY(-50%);
	        transform: translateY(-50%);
}

@media (min-width: 1366px) {
	.category-slider-nav-item.swiper-button-next,
	.category-slider-nav-item.swiper-container-rtl .swiper-button-prev {
		right: -30px;
		-webkit-transform: translateX(100%) translateY(-50%);
		        transform: translateX(100%) translateY(-50%);
	}
}

.product-category-title i {
	margin-right: 10px;
}

.bascart-product-category-wrapper.style-1 .row {
	margin: 0 -5px;
}

.bascart-product-category-wrapper.style-1 .col-lg-3 {
	padding: 0 5px;
}

.bascart-product-category-wrapper.style-1 .product-category-title {
	padding: 35px 12px;
	min-height: 170px;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	    -ms-flex-align: center;
	        align-items: center;
	-webkit-box-pack: center;
	    -ms-flex-pack: center;
	        justify-content: center;
	-ms-flex-wrap: wrap;
	    flex-wrap: wrap;
}

@media (max-width: 767px) {
	.bascart-product-category-wrapper.style-1 .product-category-title {
		min-height: auto;
		padding: 20px 15px;
	}
}

.bascart-product-category-wrapper.style-1 .product-category-title i {
	display: block;
	-webkit-box-flex: 0;
	    -ms-flex: 0 0 100%;
	        flex: 0 0 100%;
	margin: 0;
	font-size: 32px;
	margin-bottom: 24px;
	-webkit-transition: all 0.4s ease 0s;
	        transition: all 0.4s ease 0s;
}

.bascart-product-category-wrapper.style-1 .single-product-category:hover .product-category-title i {
	-webkit-transform: translateY(5px);
	        transform: translateY(5px);
}

/* css for social share in single page sidebar */
.bascart-recent-post .bascart-grid-single {
	padding-bottom: 25px;
	margin-bottom: 25px;
	border-bottom: 1px solid #ededed;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	position: relative;
	-webkit-box-orient: horizontal;
	-webkit-box-direction: normal;
	    -ms-flex-direction: row;
	        flex-direction: row;
}

.bascart-recent-post div[class^="col-"]:last-child .bascart-grid-single {
	margin-bottom: 0;
	border-bottom-color: transparent;
}

.bascart-recent-post .post-thumb {
	width: 100px;
	height: 100px;
	position: relative;
	-ms-flex-negative: 0;
	    flex-shrink: 0;
}

.bascart-recent-post .post-thumb .bascart-sm-bg-img {
	width: 100%;
	height: 100%;
	position: absolute;
	background-size: cover;
	display: block;
	-webkit-transition: all ease 0.5s;
	        transition: all ease 0.5s;
	border-radius: 0;
	left: 0;
	top: 0;
}

.bascart-recent-post .post-content {
	padding-left: 15px;
}

.bascart-recent-post .post-content .post-heading {
	font-size: 18px;
	font-weight: 600;
	line-height: 24px;
	margin-bottom: 7px;
	z-index: 1;
}

.bascart-recent-post .post-content .post-heading a {
	color: #2c2f40;
}

.bascart-recent-post .post-content .post-heading:hover a {
	color: var(--primary-color);
}

.bascart-recent-post .post-content .post-meta {
	font-size: 14px;
	margin-bottom: 0;
}

.bascart-recent-post .post-content .category-wrapper {
	line-height: 0.8;
}

.bascart-recent-post .post-content .category-wrapper .post-cat {
	display: inline-block;
	margin-bottom: 10px;
	font-size: 12px;
	text-transform: uppercase;
	font-weight: 500;
	color: #72757b;
}

.bascart-recent-post .post-content .category-wrapper .post-cat:hover {
	color: var(--primary-color);
}

/* Css for offer slider */
.offer-wrapper a {
	display: block;
}

.offer-wrapper .offer-thumb img {
	width: 100%;
}

.offer-wrapper .offer-content {
	position: absolute;
	bottom: 50px;
	left: 50px;
}

.offer-wrapper .offer-content .offer {
	font-size: 36px;
	font-weight: 700;
	line-height: 31px;
	background: #fff;
	padding: 10px 10px;
}

.offer-wrapper .offer-content .offer-amount {
	font-size: 50px;
	padding: 22px 0 0;
	display: block;
}

.offer-slider .swiper-button-next,
.offer-slider .swiper-button-prev {
	background: #f40e3f;
	background-image: none;
	height: 40px;
	width: 40px;
	color: #fff;
	border-radius: 100px;
	font-size: 18px;
	line-height: 20px;
	text-align: center;
	padding-top: 10px;
}

/*=================================
   tranding bar
=====================================*/
.tranding-bar .swiper-container {
	overflow: hidden;
}

.tranding-bar .swiper-container .swiper-wrapper {
	-webkit-box-align: center;
	    -ms-flex-align: center;
	        align-items: center;
}

.tranding-bar .swiper-button-prev,
.tranding-bar .swiper-button-next {
	background-image: none;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	    -ms-flex-align: center;
	        align-items: center;
	-webkit-box-pack: center;
	    -ms-flex-pack: center;
	        justify-content: center;
	-webkit-transition: all 0.5s;
	        transition: all 0.5s;
	margin-top: -18px;
}

.tranding-bar .swiper-button-prev i,
.tranding-bar .swiper-button-next i {
	border-radius: 50%;
	padding: 0;
	display: inline-block;
	text-align: center;
	font-size: 14px;
	cursor: pointer;
}

.tranding-bar .swiper-button-prev:hover i,
.tranding-bar .swiper-button-next:hover i {
	border-color: transparent;
}

.tranding-bar .swiper-button-prev.after,
.tranding-bar .swiper-button-next.after {
	background-image: none;
}

@media (max-width: 768px) {
	.tranding-bar .swiper-button-prev,
	.tranding-bar .swiper-button-next {
		display: none;
	}
}

.tranding-bar .swiper-button-prev {
	left: auto;
	right: 50px;
}

.tranding-bar .trending-slide {
	display: grid;
	padding: 8px 0;
	grid-template-columns: auto 1fr;
	overflow: hidden;
	-webkit-box-align: center;
	    -ms-flex-align: center;
	        align-items: center;
}

.tranding-bar .trending-slide .trending-title {
	display: -webkit-inline-box;
	display: -ms-inline-flexbox;
	display: inline-flex;
	-webkit-box-align: center;
	    -ms-flex-align: center;
	        align-items: center;
	background: #e4573d;
	color: #fff;
	font-size: 13px;
	line-height: 18px;
	text-transform: capitalize;
	position: relative;
	margin: 0 15px 0 0;
	font-weight: 500;
	padding: 5px 10px;
}

.tranding-bar .trending-slide .trending-title i {
	color: #e91e63;
	font-size: 20px;
	margin-right: 5px;
}

.tranding-bar .trending-slide .post-title {
	margin: 0;
	font-size: 13px;
	line-height: 24px;
	font-weight: 400;
}

.tranding-bar .trending-slide .post-title a {
	transition: 400ms;
	-webkit-transition: 400ms;
	color: #202020;
}

.login-user {
	position: relative;
}

.login-user i {
	width: 35px;
	height: 35px;
	border-radius: 50px;
	border: 1px solid #eaeaea;
	text-align: center;
	line-height: 30px;
	position: relative;
	display: inline-block;
	font-size: 12px;
}

.login-user > a {
	color: #2c2f40;
}

.login-user > a:hover {
	color: #a352ff;
}

.login-user > a:hover i {
	border-color: #a352ff;
}

.login-user .menu-list {
	width: 250px;
	opacity: 0;
	-webkit-transform: translateY(5px);
	        transform: translateY(5px);
	pointer-events: none;
	max-height: none;
	box-shadow: 0 10px 30px 0 rgba(45, 45, 45, 0.2);
	position: absolute;
	top: 100%;
	right: 0;
	z-index: 2;
	background: #fff;
	border-radius: 8px;
	-webkit-transition: all 150ms ease-in-out;
	        transition: all 150ms ease-in-out;
	padding: 30px 0;
}

.login-user .menu-list a {
	padding: 8px 30px;
	display: block;
	color: #333;
	height: auto;
	-webkit-transition: all ease 0.4s;
	        transition: all ease 0.4s;
}

.login-user .menu-list a:hover {
	padding-left: 30px;
}

.login-user .menu-list > a:hover {
	background: rgba(51, 51, 51, 0.04);
}

.login-user .menu-list ul {
	margin: 0;
	padding: 0;
	list-style: none;
}

.login-user .menu-list ul li:hover a {
	box-shadow: 0 0 0 #a352ff;
	padding-left: 35px;
	background: rgba(51, 51, 51, 0.04);
}

.login-user:hover .menu-list {
	opacity: 1;
	visibility: visible;
	-webkit-transform: translateY(0);
	        transform: translateY(0);
	pointer-events: auto;
	-webkit-transition-delay: 100ms;
	        transition-delay: 100ms;
}

.popup-filter .shopengine-widget .shopengine-product-filters .shopengine-product-filter-title {
	padding-bottom: 0 !important;
	padding-left: 0 !important;
}

.popup-filter .shopengine-widget .shopengine-product-filters .shopengine-product-filter-title::after {
	width: 100%;
	height: 1px;
	background: rgba(222, 222, 222, 0.5);
}

.popup-filter .shopengine-filter.shopengine-filter-category {
	border: 1px solid #dedede;
	padding: 30px 30px;
}

.wishlist-content {
	position: relative;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	    -ms-flex-align: center;
	        align-items: center;
	-webkit-box-pack: center;
	    -ms-flex-pack: center;
	        justify-content: center;
}

.wishlist-content .wishlist-count {
	display: inline-block;
	text-align: center;
	position: absolute;
}

.wishlist-content .wishlist-widget-title {
	-webkit-transition: all 0.4s ease 0s;
	        transition: all 0.4s ease 0s;
}

.swiper-button-next,
.swiper-button-prev {
	text-align: center;
	-webkit-transition: all 0.4s ease 0s;
	        transition: all 0.4s ease 0s;
	background-image: none;
}

.swiper-button-next,
.swiper-container-rtl .swiper-button-prev {
	right: 0;
}

.swiper-button-prev,
.swiper-container-rtl .swiper-button-next {
	left: 0;
}

html:not(.is-active-page) section .elementor-section:not(:nth-child(-n + 2)),
html:not(.is-active-page)
section
.elementor-section:not(:nth-child(-n + 2))
.elementor-background-overlay,
html:not(.is-active-page) section .product-category-wrap,
html:not(.is-active-page) section .item,
html:not(.is-active-page) .elementor-cta__bg,
html:not(.is-active-page) .e-gallery-image,
html:not(.is-active-page) .elementor-location-footer .elementor-section,
html:not(.is-active-page) .elementor-column-wrap {
	background-image: none !important;
}

#preloader {
	position: fixed;
	top: 0;
	left: 0;
	height: 100%;
	width: 100%;
	z-index: 99999999999999;
	overflow: hidden;
	background-image: linear-gradient(20deg, var(--primary-color) 0%, var(--secondary-color) 100%);
	-webkit-transition: all 1.5s ease-out;
	        transition: all 1.5s ease-out;
}

#preloader.loaded {
	top: -200%;
}

#preloader.loaded .preloader-cancel-btn-wraper {
	bottom: 200%;
}

.preloader-cancel-btn-wraper {
	position: fixed;
	bottom: 0;
	right: 0;
	padding: 30px;
	-webkit-transition: all 1.5s ease-out;
	        transition: all 1.5s ease-out;
}

.preloader-cancel-btn-wraper .preloader-cancel-btn {
	border-radius: 36px;
	font-size: 15px;
	padding: 10px 23px;
	background: #000;
	color: #fff !important;
	display: inline-block;
	position: relative;
	z-index: 99;
}

.spinner {
	width: 40px;
	height: 40px;
	position: absolute;
	top: 50%;
	left: 50%;
	-webkit-transform: translate(-50%, -50%);
	        transform: translate(-50%, -50%);
}

.double-bounce1 {
	width: 100%;
	height: 100%;
	border-radius: 50%;
	background-color: #fff;
	opacity: 0.6;
	position: absolute;
	top: 0;
	left: 0;
	-webkit-animation: sk-bounce 2s infinite ease-in-out;
	        animation: sk-bounce 2s infinite ease-in-out;
}

.double-bounce2 {
	width: 100%;
	height: 100%;
	border-radius: 50%;
	background-color: #fff;
	opacity: 0.6;
	position: absolute;
	top: 0;
	left: 0;
	-webkit-animation: sk-bounce 2s infinite ease-in-out;
	        animation: sk-bounce 2s infinite ease-in-out;
	-webkit-animation-delay: -1s;
	        animation-delay: -1s;
}

@-webkit-keyframes sk-bounce {
	0%,
	100% {
		transform: scale(0);
		-webkit-transform: scale(0);
	}
	50% {
		transform: scale(1);
		-webkit-transform: scale(1);
	}
}

@keyframes sk-bounce {
	0%,
	100% {
		transform: scale(0);
		-webkit-transform: scale(0);
	}
	50% {
		transform: scale(1);
		-webkit-transform: scale(1);
	}
}

.preloader-logo {
	max-width: 200px;
	width: 180px;
	height: auto;
	position: absolute;
	top: 50%;
	left: 50%;
	-webkit-transform: translate(-50%, -50%);
	        transform: translate(-50%, -50%);
}

.ekit-wid-con .icon.icon-down-arrow1::before {
	content: "\e96f";
	font-family: xtsicon, sans-serif !important;
}

.grid-style-3.bascart-product-category-wrapper .product-category-wrap {
	background-repeat: no-repeat;
	background-size: auto;
}

.grid-style-3 .cat-icon {
	box-shadow: 0 8px 35px 0 rgba(0, 0, 0, 0.16);
}

.shopengine-checkbox-icon i.fa-check,
.shopengine-filter-rating i.fa-check {
	font-family: xtsicon, sans-serif;
}

.shopengine-checkbox-icon i.fa-check::before,
.shopengine-filter-rating i.fa-check::before {
	content: "\e973";
}

.swiper-container {
	overflow: hidden;
}

.swiper-button-prev::after,
.swiper-rtl .swiper-button-next::after {
	display: none;
}

.swiper-button-next::after,
.swiper-rtl .swiper-button-prev::after {
	display: none;
}

.dokan-store .dokan-store-wrap {
	max-width: 1140px;
	margin: 0 auto;
	padding: 100px 0;
}

#dokan-seller-listing-wrap.dokan-seller-listing-store-grid .store-content {
	position: relative;
}

#dokan-seller-listing-wrap .seller-listing-content .dokan-seller-wrap .dokan-single-seller .store-wrapper .store-data h2 {
	margin: 10px 0;
}

#dokan-seller-listing-wrap .dokan-single-seller .store-wrapper .store-header .store-banner {
	min-height: 140px;
}

#dokan-seller-listing-wrap.grid-view .store-content .store-data-container {
	padding: 20px;
}

#dokan-seller-listing-wrap.grid-view .store-content .store-data-container .store-address i {
	margin-right: 10px;
}

#dokan-seller-listing-wrap.grid-view .store-content .store-data-container .store-phone i {
	margin-right: 10px;
}

#dokan-seller-listing-wrap.grid-view .seller-avatar {
	top: 46%;
}

.dokan-dashboard .dokan-template-content {
	padding: 80px 0;
}

.dokan-dashboard .dokan-add-new-product-popup .product-form-container {
	padding-top: 115px;
}

.dokan-dashboard .dokan-dashboard-content a {
	width: auto;
}

.dokan-product-listing .dokan-product-listing-area table.product-listing-table td[data-title="Name"] {
	text-align: left;
}

/* Grid - view 1 */
.theme-bascart .dokan-seller-listing-store-grid.grid-view.view-1 .dokan-seller-wrap .dokan-single-seller .store-wrapper {
	border-radius: 6px;
	box-shadow: none !important;
}

.theme-bascart .dokan-seller-listing-store-grid.grid-view.view-1 .dokan-seller-wrap .dokan-single-seller .store-wrapper .seller-avatar {
	position: absolute;
	top: 50%;
	left: 30px;
	z-index: 91;
	max-width: 64px;
	max-height: 64px;
	-webkit-transform: translateY(-50%);
	        transform: translateY(-50%);
	height: 64px;
	width: 64px;
	box-shadow: 0 10px 20px rgba(0, 0, 0, 0.06);
	background: #fff;
	border-radius: 50%;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: center;
	    -ms-flex-pack: center;
	        justify-content: center;
	-webkit-box-align: center;
	    -ms-flex-align: center;
	        align-items: center;
}

.theme-bascart .dokan-seller-listing-store-grid.grid-view.view-1 .dokan-seller-wrap .dokan-single-seller .store-wrapper .seller-avatar img {
	border-radius: 50%;
}

.theme-bascart .dokan-seller-listing-store-grid.grid-view.view-1 .dokan-seller-wrap .dokan-single-seller .store-wrapper .store-content {
	background: #f8f8f8 !important;
	border-radius: 0 0 6px 6px;
}

.theme-bascart .dokan-seller-listing-store-grid.grid-view.view-1 .dokan-seller-wrap .dokan-single-seller .store-wrapper .store-content .store-data h2 {
	margin-bottom: 0 !important;
}

.theme-bascart .dokan-seller-listing-store-grid.grid-view.view-1 .dokan-seller-wrap .dokan-single-seller .store-wrapper .store-content .store-data h2 a {
	font-size: 20px !important;
	font-weight: 700;
	line-height: 22px;
	color: #092636 !important;
	text-shadow: none !important;
}

.theme-bascart .dokan-seller-listing-store-grid.grid-view.view-1 .dokan-seller-wrap .dokan-single-seller .store-wrapper .store-content .store-data p {
	font-weight: 500;
	font-size: 14px;
	line-height: 20px;
	color: #666;
	-webkit-transition: all 0.4s ease;
	        transition: all 0.4s ease;
}

.theme-bascart .dokan-seller-listing-store-grid.grid-view.view-1 .dokan-seller-wrap .dokan-single-seller .store-wrapper .store-content .store-data p.store-address {
	display: -webkit-inline-box;
	display: -ms-inline-flexbox;
	display: inline-flex;
}

.theme-bascart .dokan-seller-listing-store-grid.grid-view.view-1 .dokan-seller-wrap .dokan-single-seller .store-wrapper .store-content .store-data-container {
	padding-left: 30px !important;
	background: #f8f8f8;
	padding-bottom: 30px !important;
	border-radius: 0 0 6px 6px;
	-webkit-transition: all 0.3s ease-in-out;
	        transition: all 0.3s ease-in-out;
}

.theme-bascart .dokan-seller-listing-store-grid.grid-view.view-1 .dokan-seller-wrap .dokan-single-seller .store-wrapper .store-content .store-footer {
	background: transparent !important;
	position: absolute !important;
	padding: 0 20px !important;
	border-top: 0 !important;
	bottom: 30px;
	right: 0;
}

.theme-bascart .dokan-seller-listing-store-grid.grid-view.view-1 .dokan-seller-wrap .dokan-single-seller .store-wrapper .store-content .store-footer .dokan-btn-theme.dokan-btn-round {
	border: 2px solid #f84d17;
	-webkit-transition: all 0.4s ease;
	        transition: all 0.4s ease;
	font-size: 18px;
	line-height: 26px;
	height: 30px;
	width: 30px;
}

.theme-bascart .dokan-seller-listing-store-grid.grid-view.view-1 .dokan-seller-wrap .dokan-single-seller .store-wrapper .dokan-seller-rating {
	display: none;
}

.theme-bascart .dokan-seller-listing-store-grid.grid-view.view-1 .dokan-seller-wrap .dokan-single-seller .store-wrapper .store-header .store-banner img {
	border-radius: 6px 6px 0 0;
}

.theme-bascart .dokan-seller-listing-store-grid.grid-view.view-1 .dokan-seller-wrap .dokan-single-seller .store-wrapper:hover .store-data-container {
	background: #f84d17;
}

.theme-bascart .dokan-seller-listing-store-grid.grid-view.view-1 .dokan-seller-wrap .dokan-single-seller .store-wrapper:hover .store-data-container .store-data h2 a {
	color: #fff !important;
}

.theme-bascart .dokan-seller-listing-store-grid.grid-view.view-1 .dokan-seller-wrap .dokan-single-seller .store-wrapper:hover .store-data-container .store-data p {
	color: #fff;
}

.theme-bascart .dokan-seller-listing-store-grid.grid-view.view-1 .dokan-seller-wrap .dokan-single-seller .store-wrapper:hover .store-footer .dokan-btn-theme.dokan-btn-round {
	color: #fff;
	background-color: transparent;
	border: 2px solid #fff;
}

.theme-bascart .dokan-seller-listing-store-grid.list-view .dokan-seller-wrap .dokan-single-seller .store-wrapper {
	box-shadow: none !important;
	background: #f8f8f8 !important;
	border-radius: 6px !important;
	-webkit-box-pack: justify;
	    -ms-flex-pack: justify;
	        justify-content: space-between;
}

.theme-bascart .dokan-seller-listing-store-grid.list-view .dokan-seller-wrap .dokan-single-seller .store-wrapper .store-header {
	-ms-flex-preferred-size: 50% !important;
	    flex-basis: 50% !important;
}

.theme-bascart .dokan-seller-listing-store-grid.list-view .dokan-seller-wrap .dokan-single-seller .store-wrapper .seller-avatar {
	position: absolute;
	left: 47%;
	box-shadow: 0 20px 10px 0 rgba(0, 0, 0, 0.06);
	background: #fff;
	border-radius: 100px;
	height: 64px;
	width: 64px;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	    -ms-flex-align: center;
	        align-items: center;
	-webkit-box-pack: center;
	    -ms-flex-pack: center;
	        justify-content: center;
}

.theme-bascart .dokan-seller-listing-store-grid.list-view .dokan-seller-wrap .dokan-single-seller .store-wrapper .seller-avatar img {
	border-radius: 50%;
}

.theme-bascart .dokan-seller-listing-store-grid.list-view .dokan-seller-wrap .dokan-single-seller .store-wrapper .store-content {
	padding-left: 0% !important;
	display: -webkit-inline-box;
	display: -ms-inline-flexbox;
	display: inline-flex;
	-webkit-box-pack: justify;
	    -ms-flex-pack: justify;
	        justify-content: space-between;
	-webkit-box-orient: horizontal;
	-webkit-box-direction: normal;
	    -ms-flex-direction: row;
	        flex-direction: row;
	-webkit-box-align: end;
	    -ms-flex-align: end;
	        align-items: flex-end;
}

.theme-bascart .dokan-seller-listing-store-grid.list-view .dokan-seller-wrap .dokan-single-seller .store-wrapper .store-content .store-data-container .store-data .dokan-seller-rating[class] {
	display: none;
}

.theme-bascart .dokan-seller-listing-store-grid.list-view .dokan-seller-wrap .dokan-single-seller .store-wrapper .store-content .store-data-container .store-data .store-address {
	margin-bottom: 15px;
	display: block !important;
	-webkit-transition: all 0.4s ease;
	        transition: all 0.4s ease;
}

.theme-bascart .dokan-seller-listing-store-grid.list-view .dokan-seller-wrap .dokan-single-seller .store-wrapper .store-content .store-data-container .store-data h2 {
	margin-bottom: -8px !important;
}

.theme-bascart .dokan-seller-listing-store-grid.list-view .dokan-seller-wrap .dokan-single-seller .store-wrapper .store-content .store-data-container .store-data h2 a {
	font-weight: 700;
	font-size: 20px;
	line-height: 22px;
}

.theme-bascart .dokan-seller-listing-store-grid.list-view .dokan-seller-wrap .dokan-single-seller .store-wrapper .store-content .store-data-container .store-data p {
	font-weight: 500;
	font-size: 14px;
	line-height: 10px;
}

.theme-bascart .dokan-seller-listing-store-grid.list-view .dokan-seller-wrap .dokan-single-seller .store-wrapper .store-content .store-data-container .store-data p.store-phone {
	display: block !important;
	-webkit-transition: all 0.4s ease;
	        transition: all 0.4s ease;
}

.theme-bascart .dokan-seller-listing-store-grid.list-view .dokan-seller-wrap .dokan-single-seller .store-wrapper .store-content .store-footer {
	padding-right: 30px !important;
}

.theme-bascart .dokan-seller-listing-store-grid.list-view .dokan-seller-wrap .dokan-single-seller .store-wrapper .store-content .store-footer .dokan-btn-theme.dokan-btn-round {
	border: 2px solid #f84d17;
	-webkit-transition: all 0.4s ease;
	        transition: all 0.4s ease;
	font-size: 18px;
	line-height: 26px;
	height: 30px;
	width: 30px;
}

.theme-bascart .dokan-seller-listing-store-grid.list-view .dokan-seller-wrap .dokan-single-seller .store-wrapper:hover {
	background: #f84d17 !important;
}

.theme-bascart .dokan-seller-listing-store-grid.list-view .dokan-seller-wrap .dokan-single-seller .store-wrapper:hover .store-data-container .store-data h2 a {
	color: #fff !important;
}

.theme-bascart .dokan-seller-listing-store-grid.list-view .dokan-seller-wrap .dokan-single-seller .store-wrapper:hover .store-data-container .store-data p {
	color: #fff;
}

.theme-bascart .dokan-seller-listing-store-grid.list-view .dokan-seller-wrap .dokan-single-seller .store-wrapper:hover .store-footer .dokan-btn-theme.dokan-btn-round {
	color: #fff;
	background-color: transparent;
	border: 2px solid #fff;
}

.dokan-template-content {
	padding: 100px 0;
}

#dokan-store-listing-filter-wrap {
	box-shadow: none;
	padding: 0;
}

#dokan-store-listing-filter-wrap .right .item.sort-by {
	margin: 0 0 0 30px;
	border: 1px solid #e5e5e5;
	padding: 0 20px;
	border-radius: 6px;
}

#dokan-store-listing-filter-wrap .right .item select {
	border: none;
	padding: 10px 0;
}

#dokan-store-listing-filter-wrap .right .item select option {
	padding: 0 10px;
}

.woocommerce .bascart-multivendor-item {
	border: 1px solid #ececec;
	border-radius: 6px;
	overflow: hidden;
}

.woocommerce .bascart-multivendor-item .shop-loop-thumb {
	background: #fff;
	padding: 10px 10px 0;
	border-radius: 6px;
}

.woocommerce .bascart-multivendor-item .shop-loop-thumb .wishlist-icon-thumb {
	top: 20px;
	right: 20px;
}

.woocommerce .bascart-multivendor-item .shop-loop-thumb .thumb-hover a {
	padding: 10px 10px 0;
}

.woocommerce .bascart-multivendor-item .shop-loop-thumb .onsale-percentage {
	left: 20px;
	top: 20px;
}

.woocommerce .bascart-multivendor-item .store-name {
	line-height: 1;
	margin-bottom: 15px;
}

.woocommerce .bascart-multivendor-item .store-name a {
	display: inline-block;
	color: #666;
	text-transform: uppercase;
	font-size: 13px;
	font-weight: 500;
	line-height: 1;
}

.woocommerce .bascart-multivendor-item .store-name a:hover {
	color: var(--primary-color);
}

.woocommerce .bascart-multivendor-item .product-loop-desc {
	border: none;
}

.woocommerce .bascart-multivendor-item .product-title {
	margin-bottom: 40px;
	font-weight: 700;
}

.woocommerce .bascart-multivendor-item .product-title a {
	color: #092636;
}

.woocommerce .bascart-multivendor-item .product-footer {
	-webkit-transition: all 0.2s ease-in 0s;
	        transition: all 0.2s ease-in 0s;
}

.woocommerce .bascart-multivendor-item:hover .thumb-hover {
	-webkit-transform: scale(1);
	        transform: scale(1);
}

.woocommerce .bascart-multivendor-item:hover .product-footer {
	opacity: 0;
	visibility: hidden;
}

.woocommerce .bascart-multivendor-item .star-rating {
	color: #ffc601;
	font-size: 14px;
}

.woocommerce .bascart-multivendor-item .product-price {
	font-size: 20px;
}

.woocommerce .bascart-multivendor-item .add-to-cart-hover-box {
	bottom: 30px;
	width: calc(100% - 40px);
	left: 20px;
}

.woocommerce .bascart-multivendor-item .add-to-cart-hover-box a {
	box-shadow: none;
	border: 1px solid #c4c4c4;
	border-radius: 6px;
	height: 36px;
}

.woocommerce .bascart-multivendor-item .add-to-cart-hover-box a:last-child {
	border: 1px solid #c4c4c4;
}

.woocommerce .bascart-multivendor-item .add-to-cart-hover-box a:last-child:hover {
	border-color: transparent;
}

.woocommerce .bascart-multivendor-item .add-to-cart-hover-box .shopengine-comparison {
	-webkit-box-flex: 0;
	    -ms-flex: 0 0 36px;
	        flex: 0 0 36px;
}

.woocommerce .bascart-multivendor-item .add-to-cart-hover-box .shopengine-quickview-trigger {
	-webkit-box-flex: 0;
	    -ms-flex: 0 0 36px;
	        flex: 0 0 36px;
}

.woocommerce .bascart-multivendor-item .add-to-cart-hover-box .add_to_cart_button {
	font-size: 13px;
	font-weight: 600;
}

.ts-vendor-grid-wrapper {
	display: grid;
	grid-template-columns: 1fr;
	grid-gap: 30px;
}

@media screen and (min-width: 768px) {
	.ts-vendor-grid-wrapper {
		grid-template-columns: repeat(2, 1fr);
	}
}

@media screen and (min-width: 992px) {
	.ts-vendor-grid-wrapper {
		grid-template-columns: repeat(3, 1fr);
	}
}

.ts-vendor-grid-wrapper .store-header {
	position: relative;
}

.ts-vendor-grid-wrapper .store-banner img {
	border-radius: 6px 6px 0 0;
}

.ts-vendor-grid-wrapper .seller-avatar {
	position: absolute;
	bottom: 0;
	left: 20px;
	width: 60px;
	-webkit-transform: translateY(50%);
	        transform: translateY(50%);
	z-index: 1;
}

.ts-vendor-grid-wrapper .seller-avatar img {
	border-radius: 50%;
}

.ts-vendor-grid-wrapper .store-content {
	background: #f8f8f8;
	border-radius: 0 0 6px 6px;
	padding: 50px 30px 30px;
	position: relative;
	-webkit-transition: all 0.3s ease-in-out;
	        transition: all 0.3s ease-in-out;
}

.ts-vendor-grid-wrapper .vendor-title {
	font-size: 20px;
	line-height: 1.2;
}

.ts-vendor-grid-wrapper .vendor-title a {
	color: #092636;
}

.ts-vendor-grid-wrapper .store-address {
	margin: 0;
	line-height: 1;
	font-size: 14px;
	color: #666;
	-webkit-transition: all 0.3s ease-in-out;
	        transition: all 0.3s ease-in-out;
}

.ts-vendor-grid-wrapper .store-address i {
	margin-right: 5px;
}

.ts-vendor-grid-wrapper .store-footer {
	position: absolute;
	right: 30px;
	bottom: 30px;
}

.ts-vendor-grid-wrapper .dokan-btn-round[class] {
	font-size: 16px;
	line-height: 30px;
}

.ts-vendor-grid-wrapper .dokan-btn-theme {
	border: 2px solid transparent;
}

.ts-vendor-grid-wrapper .ts-vendor-button {
	background: var(--primary-color);
	color: #fff;
	width: 30px;
	height: 30px;
	line-height: 32px;
	border-radius: 100%;
	text-align: center;
}

.ts-vendor-grid-wrapper .ts-single-vendor:hover .store-content {
	background: var(--primary-color);
}

.ts-vendor-grid-wrapper .ts-single-vendor:hover .vendor-title a,
.ts-vendor-grid-wrapper .ts-single-vendor:hover .store-address {
	color: #fff;
}

.ts-vendor-grid-wrapper .ts-single-vendor:hover .dokan-btn-theme {
	border-color: #fff;
}

.ts-vendor-grid-wrapper .ts-single-vendor:hover .ts-vendor-button {
	background: #fff;
	color: var(--primary-color);
}

.dokan-single-store .dokan-profile-frame-wrapper {
	padding-bottom: 20px;
}

.dokan-single-store .profile-frame .profile-info-box::before {
	content: "";
	height: 400px;
	width: 100%;
	background: rgba(0, 0, 0, 0.47);
	position: absolute;
	left: 0;
	top: 0;
	z-index: 2;
	border-radius: 6px;
}

.dokan-single-store .profile-frame .profile-info-box .profile-info-img {
	height: 400px;
	border-radius: 6px;
}

.dokan-single-store .profile-frame .profile-info-box.profile-layout-layout1 .profile-info-summery-wrapper {
	z-index: 9;
	padding-left: 40px;
	border: 0 solid;
}

.dokan-single-store .profile-frame .profile-info-box.profile-layout-layout1 .profile-info-summery-wrapper .profile-info-summery .profile-info {
	padding-top: 10px;
}

.dokan-single-store .profile-frame .profile-info-box.profile-layout-layout1 .profile-info-summery-wrapper .profile-info-summery .profile-info .store-name {
	text-shadow: none;
	font-size: 24px;
	line-height: 18px;
}

.dokan-single-store .profile-frame .profile-info-box.profile-layout-layout1 .profile-info-summery-wrapper .profile-info-summery .profile-info .dokan-store-info {
	font-size: 16px;
	padding-top: 8px;
}

.dokan-single-store .profile-frame .profile-info-box.profile-layout-layout1 .profile-info-summery-wrapper .profile-info-summery .profile-info i {
	color: #f84d17;
	font-size: 16px;
}

.dokan-single-store .profile-frame .profile-info-box.profile-layout-layout1 .profile-info-summery-wrapper .profile-info-summery .profile-info-head .profile-img img {
	padding: 0;
	border: 0 solid transparent;
	border-radius: 6px;
}

.dokan-single-store .dokan-store-tabs {
	display: none;
}

.dokan-store-products-filter-area .product-name-search {
	padding-left: 20px;
	border-radius: 6px 0 0 6px;
	height: 50px;
}

.dokan-store-products-filter-area .search-store-products {
	border-radius: 0 6px 6px 0;
	height: 50px;
	cursor: pointer;
}

.dokan-store-products-filter-area .orderby-search {
	border-radius: 6px;
	height: 50px;
	padding: 0 15px;
}
