	.slw_cart_item_stock_location_label {
		font-size: 13px;
		margin-top: 5px;
		margin-bottom: 0;
		font-weight: bold;
		display: block;
	}
	.slw_cart_item_stock_location_label span{
		font-weight:normal;
	}
	.slw_item_stock_location {
		font-size: 14px;
		line-height: 2;
		color: #32373c;
		border-color: #7e8993;
		box-shadow: none;
		border-radius: 3px;
		padding: 0 24px 0 8px;
		min-height: 30px;
		max-width: 25rem;
		-webkit-appearance: none;
		background: #fff url('data:image/svg+xml;charset=US-ASCII,%3Csvg%20width%3D%2220%22%20height%3D%2220%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%3E%3Cpath%20d%3D%22M5%206l5%205%205-5%202%201-7%207-7-7%202-1z%22%20fill%3D%22%23555%22%2F%3E%3C%2Fsvg%3E') no-repeat right 5px top 55%;
		background-size: 16px 16px;
		cursor: pointer;
		vertical-align: middle;
		border: 1px solid #7e8993;
		margin: 3px 0 5px 0;
		text-align: left;
	}
	.slw_item_stock_location.display_yes_without{
		display:none !important;
	}
	.slw_checkout_disable {
		opacity: 0.5 !important;
		pointer-events: none !important;
		cursor: default !important;
	}
	a.slw-variable-btn{
		visibility:hidden;
	}
	.woocommerce-variation-availability p.stock{
		display:none;
	}
	.slw-variations-listed ul{
		margin:0 0 4px 0;
	}
	.slw-variations-listed ul li{
		list-style:circle inside;
	}
	.slw-variations-listed label{
		cursor:pointer;
		font-weight:bold;
	}
	.slw_stock_location_selection {
		display: block;
		width: 100%;
		margin: 0 0 10px 0;
		min-height: 40px;
	}
	.slw_stock_location_selection.yes_without {
		min-height:unset;
	}
	.slw_stock_location_selection.can-be-hidden{

	}
	.slw_stock_location_selection label {
		display: block;
		margin: 0 10px 10px 0;
		cursor: pointer;
		text-align: left;
		font-size: 11px;
		font-weight: normal;
		line-height: 18px;
	}
	.slw_stock_location_selection label input{
		margin:0 4px 0 0;
	}
	
	body.archive div.slw-item-qty-wrapper,
	body.archive div.slw-variations-wrapper{
		float:left;
		width:100%;
		margin:0 0 10px;
	}
	body.archive div.slw-variations {
		margin: 0 auto;
		width: auto;
		display: table;
	}
	body.archive div.slw-variations *{
		cursor:pointer;
	}
	body.archive div.slw-variations label span{
		font-size:12px;
	}
	body.archive div.slw-item-qty {
		float: none;
		margin: 0 auto;
		clear: both;
		display: table;
	}
	body.archive div.slw-item-qty a{
		float:left;
		cursor:pointer;		
		
	}
	body.archive div.slw-item-qty a i,
	body.archive div.slw-item-qty a svg{
		color:#000;
		font-size:26px;
	}
	body.archive div.slw-item-qty a.decrease{
		margin:0 10px 0 0;
	}
	body.archive div.slw-item-qty a.increase{
		margin:0 0 0 10px;
	}
	body.archive div.slw-item-qty input[type="text"] {
		border-radius: 10px;
		font-size: 14px;
		font-weight: bold;
		width: 26px;
		height: 30px;
		float: left;
		text-align: center;
		color:#000;
		padding:0;
	}
	div.stock_location_selected_warning {
		border: 2px solid rgba(0,0,0,0.2);
		border-radius: 6px;
		padding: 20px;
		line-height: 24px;
		margin: 10px 0 40px;
		background-color: #ff00001c;
		color: #000;
	}
	.slw-notice-msg{
		
	}
	.slw-notice-msg a{
		cursor:pointer;		
		float:right;
	}
	.slw-location-selection-popup {
		background-color: rgba(224, 49, 49,1);
		float: left;
		margin: 0 auto;
		width: 100%;
	}
	.slw-location-selection-popup ul{
		margin:0;
		padding:0;
	}	
	.slw-location-selection-popup ul li{
		list-style:none;
		float:left;
		width:100%;				
	}		
	.slw-location-selection-popup ul li a{
		display:block;
		text-align:center;
		padding:10px 0;
		font-size:18px;
		color:#fff;
	}
	.slw-location-selection-popup ul li a:hover{
		color:#FF0;
	}
	div.blockUI:before {
	  display: none;
	}
	select.slw_item_stock_location option[data-quantity="0"][data-backorder="no"] {
		color: #ccc;
	}


.slw-notice {
	text-align: center;
	background-color: #e1e1e1;
	padding: 10px;
	margin: 16px 0 16px;
	border-radius: 6px;
	font-size: 14px;
	border: 1px solid #bbb7b7;
}

body {
	margin: 0;
	color: var(--bzo-body_typo-color);
	font-size: var(--bzo-body_typo-font-size);
	font-family: var(--bzo-body_typo-font-family);
	line-height: var(--bzo-body_typo-line-height);
	background: var(--bzo-body-background);
	letter-spacing: var(--bzo-letter-spacing-body);
}

p {
	margin-bottom: 25px;
	line-height: var(--bzo-body_typo-line-height);
	font-family: var(--bzo-body_typo-font-family);
}

a {
	color: var(--bzo-title_typo-color);
	text-decoration: unset;
	transition: all 0.3s ease-out 0s;
	-webkit-transition: all 0.3s ease-out 0s;
}

:focus {
	outline: none;
}

a.active,
a:focus,
a:hover {
	color: var(--bzo-main-color);
	text-decoration: none;
	transition: all 0.3s ease-out 0s;
}

a:hover {
	cursor: pointer;
}

iframe, video, audio {
	width: 100%;
}

a:focus {
	outline: none;
	outline: none;
	outline-offset: unset;
}

input:focus {
	outline: 0;
	outline-style: none;
	outline-width: 0;
}

select {
	height: 48px;
	line-height: 48px;
	border: 1px solid var(--bzo-border-color);
	padding: 0 20px;
	font-size: 16px;
	border-radius: 0;
	font-family: inherit;
}

input {
	height: 48px;
	line-height: 48px;
	border: 1px solid var(--bzo-border-color);
	padding: 0 20px;
	font-size: var(--bzo-body_typo-font-size);
	border-radius: 0;
	color: var(--bzo-body_typo-color);
	font-family: var(--bzo-body_typo-font-family);
}

	input[type="checkbox"] {
		width: 14px;
		height: 15px;
		line-height: 15px;
		vertical-align: middle;
		margin: 0px;
		border-radius: 0px;
		position: relative;
		margin-top: -3px;
	}

.info-mailchimp input[type="checkbox"] {
	margin-top: -3px;
}

input[type="checkbox"]:before {
	content: "";
	width: 16px;
	height: 16px;
	background: #f5f5f5;
	border: 1px solid #727272;
	display: inline-block;
	vertical-align: top;
	margin: 0;
	z-index: 2;
	cursor: pointer;
	font-family: 'Line Awesome Free';
	font-weight: 900;
	text-align: center;
	font-size: 14px;
	color: #fff;
	border-radius: 0px;
	position: absolute;
	top: -1px;
	left: -1px;
}

input[type="checkbox"]:checked {
	background: var(--bzo-main-color);
}

	input[type="checkbox"]:checked:before {
		content: "\f00c";
		background: var(--bzo-main-color);
		border-color: var(--bzo-main-color);
	}

input[type="text"] {
	max-width: 100%;
	font-family: var(--bzo-body_typo-font-family);
}

textarea {
	min-width: 50%;
	max-width: 100%;
	padding: 10px 20px;
	border: 1px solid var(--bzo-border-color);
	border-radius: 0;
	font-size: 14px;
	color: var(--bzo-body_typo-color);
	font-family: var(--bzo-body_typo-font-family);
}

img {
	max-width: 100%;
	height: auto;
}

h1 {
	font-size: 36px;
}

h2 {
	font-size: 30px;
}

h3 {
	font-size: 24px;
}

h4 {
	font-size: 18px;
}

h5 {
	font-size: 16px;
}

h6 {
	font-size: 14px;
}

h1,
h2,
h3 {
	font-weight: 500;
	line-height: 1.15;
	margin-top: 20px;
	margin-bottom: 20px;
	color: var(--bzo-title_typo-color);
}

h4, h5, h6 {
	font-weight: 500;
	line-height: 1.1;
	margin-top: 10px;
	margin-bottom: 12px;
	color: var(--bzo-title_typo-color);
}

@media(max-width: 1200px) {
	h1 {
		font-size: 30px;
	}

	h2 {
		font-size: 24px;
	}

	h3 {
		font-size: 18px;
	}

	h4 {
		font-size: 16px;
	}

	h5 {
		font-size: 14px;
	}
}


.wrap {
	position: relative;
	overflow: hidden;
}

.bzotech-container {
	max-width: var(--bzo-container-width) !important;
	margin-left: auto;
	margin-right: auto;
	padding-right: 0px;
	padding-left: 0px;
}

.elementor-top-section.elementor-section-boxed > .elementor-container,
.e-con-boxed > .e-con-inner {
}

	.content-page-default .e-con-boxed > .e-con-inner,
	.content-page-default .elementor-top-section.elementor-section-boxed > .elementor-container,
	.widget-mega_page .e-con-boxed > .e-con-inner,
	.widget-mega_page .elementor-top-section.elementor-section-boxed > .elementor-container,
	.mega-menu .elementor-top-section.elementor-section-boxed > .elementor-container,
	.elementor-section .e-con-boxed > .e-con-inner,
	.e-con-boxed > .e-con-inner .e-con-inner {
		max-width: var(--content-width);
	}

@media(max-width:1200px) {
	.bzotech-container {
		padding-right: var(--bzo-gutter);
		padding-left: var(--bzo-gutter);
	}

	.elementor-section.elementor-section-boxed > .elementor-container,
	.e-con-boxed > .e-con-inner {
		padding-left: 0px !important;
		padding-right: 0px !important;
	}
}

.bzotech-row {
	margin-right: var(--bzo-gutter-minus);
	margin-left: var(--bzo-gutter-minus);
	display: flex;
	flex-wrap: wrap;
}

.bzotech-col-lg-1, .bzotech-col-lg-10, .bzotech-col-lg-11, .bzotech-col-lg-12, .bzotech-col-lg-2, .bzotech-col-lg-3, .bzotech-col-lg-4, .bzotech-col-lg-5, .bzotech-col-lg-6, .bzotech-col-lg-7, .bzotech-col-lg-8, .bzotech-col-lg-9, .bzotech-col-md-1, .bzotech-col-md-10, .bzotech-col-md-11, .bzotech-col-md-12, .bzotech-col-md-2, .bzotech-col-md-3, .bzotech-col-md-4, .bzotech-col-md-5, .bzotech-col-md-6, .bzotech-col-md-7, .bzotech-col-md-8, .bzotech-col-md-9, .bzotech-col-sm-1, .bzotech-col-sm-10, .bzotech-col-sm-11, .bzotech-col-sm-12, .bzotech-col-sm-2, .bzotech-col-sm-3, .bzotech-col-sm-4, .bzotech-col-sm-5, .bzotech-col-sm-6, .bzotech-col-sm-7, .bzotech-col-sm-8, .bzotech-col-sm-9, .bzotech-col-xs-1, .bzotech-col-xs-10, .bzotech-col-xs-11, .bzotech-col-xs-12, .bzotech-col-xs-2, .bzotech-col-xs-3, .bzotech-col-xs-4, .bzotech-col-xs-5, .bzotech-col-xs-6, .bzotech-col-xs-7, .bzotech-col-xs-8, .bzotech-col-xs-9 {
	position: relative;
	min-height: 1px;
	padding-right: var(--bzo-gutter);
	padding-left: var(--bzo-gutter);
	width: 100%;
}

.bzotech-col-sx-1 {
	width: 8.33333333%;
}

.bzotech-col-sx-2 {
	width: 16.66666667%
}

.bzotech-col-sx-3 {
	width: 25%;
}

.bzotech-col-sx-4 {
	width: 33.33333333%;
}

.bzotech-col-sx-5 {
	width: 41.66666667%;
}

.bzotech-col-sx-6 {
	width: 50%;
}

.bzotech-col-sx-7 {
	width: 58.33333333%;
}

.bzotech-col-sx-8 {
	width: 66.66666667%;
}

.bzotech-col-sx-9 {
	width: 75%;
}

.bzotech-col-sx-10 {
	width: 83.33333333%;
}

.bzotech-col-sx-11 {
	width: 91.66666667%;
}

.bzotech-col-sx-12 {
	width: 100%;
}

@media (min-width: 768px) {
	.bzotech-col-sm-1 {
		width: 8.33333333%;
	}

	.bzotech-col-sm-2 {
		width: 16.66666667%
	}

	.bzotech-col-sm-3 {
		width: 25%;
	}

	.bzotech-col-sm-4 {
		width: 33.33333333%;
	}

	.bzotech-col-sm-5 {
		width: 41.66666667%;
	}

	.bzotech-col-sm-6 {
		width: 50%;
	}

	.bzotech-col-sm-7 {
		width: 58.33333333%;
	}

	.bzotech-col-sm-8 {
		width: 66.66666667%;
	}

	.bzotech-col-sm-9 {
		width: 75%;
	}

	.bzotech-col-sm-10 {
		width: 83.33333333%;
	}

	.bzotech-col-sm-11 {
		width: 91.66666667%;
	}

	.bzotech-col-sm-12 {
		width: 100%;
	}
}

@media (min-width: 992px) {
	.bzotech-col-md-1 {
		width: 8.33333333%;
	}

	.bzotech-col-md-2 {
		width: 16.66666667%
	}

	.bzotech-col-md-3 {
		width: 25%;
	}

	.bzotech-col-md-4 {
		width: 33.33333333%;
	}

	.bzotech-col-md-5 {
		width: 41.66666667%;
	}

	.bzotech-col-md-6 {
		width: 50%;
	}

	.bzotech-col-md-7 {
		width: 58.33333333%;
	}

	.bzotech-col-md-8 {
		width: 66.66666667%;
	}

	.bzotech-col-md-9 {
		width: 75%;
	}

	.bzotech-col-md-10 {
		width: 83.33333333%;
	}

	.bzotech-col-md-11 {
		width: 91.66666667%;
	}

	.bzotech-col-md-12 {
		width: 100%;
	}
}

@media (min-width: 1200px) {
	.bzotech-col-lg-1 {
		width: 8.33333333%;
	}

	.bzotech-col-lg-2 {
		width: 16.66666667%
	}

	.bzotech-col-lg-3 {
		width: 25%;
	}

	.bzotech-col-lg-4 {
		width: 33.33333333%;
	}

	.bzotech-col-lg-5 {
		width: 41.66666667%;
	}

	.bzotech-col-lg-6 {
		width: 50%;
	}

	.bzotech-col-lg-7 {
		width: 58.33333333%;
	}

	.bzotech-col-lg-8 {
		width: 66.66666667%;
	}

	.bzotech-col-lg-9 {
		width: 75%;
	}

	.bzotech-col-lg-10 {
		width: 83.33333333%;
	}

	.bzotech-col-lg-11 {
		width: 91.66666667%;
	}

	.bzotech-col-lg-12 {
		width: 100%;
	}
}

.bg-white {
	background-color: #fff;
}
/*Begin Class basic*/
.text-left {
	text-align: left;
}

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

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

.flex-wrapper {
	display: flex;
	display: -ms-flex;
	display: -webkit-flex;
}

.flex_direction-row {
	flex-direction: row;
	-ms-flex-direction: row;
	-webkit-flex-direction: row;
}

.flex_direction-column {
	flex-direction: column;
	-ms-flex-direction: column;
	-webkit-flex-direction: column;
}

.flex_wrap-wrap,
.wrap-elementor-container .elementor-container {
	flex-wrap: wrap;
	-ms-flex-wrap: wrap;
	-webkit-flex-wrap: wrap;
}

.flex_wrap-nowrap {
	flex-wrap: nowrap;
	-ms-flex-wrap: nowrap;
	-webkit-flex-wrap: nowrap;
}

.flex-align-left,
.justify_content-flex-start {
	justify-content: flex-start;
	-ms-justify-content: flex-start;
	-webkit-justify-content: flex-start;
}

.flex-align-right,
.justify_content-flex-end {
	justify-content: flex-end;
	-ms-justify-content: flex-end;
	-webkit-justify-content: flex-end;
}

.flex-align-center,
.justify_content-center {
	justify-content: center;
	-ms-justify-content: center;
	-webkit-justify-content: center;
}

.justify_content-space-between {
	justify-content: space-between;
	-ms-justify-content: space-between;
	-webkit-justify-content: space-between;
}

.justify_content-space-around {
	justify-content: space-around;
	-ms-justify-content: space-around;
	-webkit-justify-content: space-around;
}

.align_items-flex-start {
	align-items: flex-start;
	-ms-align-items: flex-start;
	-webkit-align-items: flex-start;
}

.align_items-flex-end {
	align-items: flex-end;
	-ms-align-items: flex-end;
	-webkit-align-items: flex-end;
}

.align_items-center {
	align-items: center;
	-ms-align-items: center;
	-webkit-align-items: center;
}

.align_items-baseline {
	align-items: baseline;
	-ms-align-items: baseline;
	-webkit-align-items: baseline;
}

.align_items-stretch {
	align-items: stretch;
	-ms-align-items: stretch;
	-webkit-align-items: stretch;
}

.align-content-center {
	align-content: center;
	align-items: center;
}

.align-content-flex-start {
	align-content: flex-start;
	align-items: flex-start;
}

.align-content-flex-end {
	align-content: flex-end;
	align-items: flex-end;
}

.title14,
.title15,
.title8,
.title12,
.title16,
.title18,
.title20,
.title22,
.title24,
.title26,
.title27,
.title28,
.title30,
.title32,
.title34,
.title36,
.title38,
.title40,
.title44,
.title46,
.title48,
.title50,
.title60,
.title70,
.title80,
.title90,
.title120,
.title160,
.title100,
.title150 {
	margin: 0;
}

.title8 {
	font-size: 8px;
}

.title12 {
	font-size: 12px;
}

.title14 {
	font-size: 14px;
}

.title15 {
	font-size: 15px;
}

.title16 {
	font-size: 16px;
}

.title18 {
	font-size: 18px;
}

.title20 {
	font-size: 20px;
	line-height: 28px;
}

.title22 {
	font-size: 22px;
	line-height: 30px;
}

.title24 {
	font-size: 24px;
}

.title26 {
	font-size: 26px;
}

.title27 {
	font-size: 27px;
}

.title28 {
	font-size: 28px;
}

.title30 {
	font-size: 30px;
}

.title32 {
	font-size: 32px;
}

.title34 {
	font-size: 34px;
	line-height: 40px;
}

.title36 {
	font-size: 36px;
}

.title38 {
	font-size: 38px;
}

.title40 {
	font-size: 40px;
}

.title44 {
	font-size: 44px;
}

.title46 {
	font-size: 46px;
}

.title48 {
	font-size: 48px;
	line-height: 52px;
}

.title50 {
	font-size: 50px;
}

.title60 {
	font-size: 60px;
}

.title70 {
	font-size: 70px;
}

.title80 {
	font-size: 80px;
}

.title90 {
	font-size: 90px;
}

.title120 {
	font-size: 120px;
}

.title160 {
	font-size: 160px;
}

.title100 {
	font-size: 100px;
}

.title150 {
	font-size: 150px;
}


.font-light {
	font-weight: 300;
}

.font-regular {
	font-weight: 400;
}

.font-medium {
	font-weight: 500;
}

.font-semibold {
	font-weight: 600;
}

.font-bold {
	font-weight: 700;
}

.clearfix {
	clear: both;
}

.hide,
.hidden {
	display: none !important;
}

.overflow-hidden {
	overflow: hidden !important;
}

.line-height24 {
	line-height: 24px;
}

.line-height36 {
	line-height: 36px;
}

.inline-block {
	display: inline-block !important;
	vertical-align: top;
}

.list-none {
	list-style: none;
	margin: 0;
	padding: 0;
}

.list-inline-block {
	padding: 0;
	margin: 0;
	list-style: none;
}

	.list-inline-block > li {
		display: inline-block;
	}

.list-block > li {
	display: block;
}

.logo-text {
	margin: 0;
}

.logo-inline-block .logo-text-wrapper a > * {
	display: inline-block;
	vertical-align: middle;
}

.btn-loadmore {
	text-align: center;
	display: flex;
	justify-content: center;
	margin-top: 40px;
}

.main-page-mega {
	margin: 80px 0;
}

#main-content {
	padding: 0px 0;
}

@media(max-width: 1200px) {
	#main-content {
		padding: 0px 0 0px 0;
	}
}

.bzotech-scrollbar {
	overflow-y: scroll;
	scrollbar-width: none;
}

	.bzotech-scrollbar::-webkit-scrollbar {
		width: 5px;
		left: 5px;
	}

.text-uppercase {
	text-transform: uppercase;
}

.text-capitalize {
	text-transform: capitalize;
}
/* Track */
.bzotech-scrollbar::-webkit-scrollbar-track {
	background: transparent;
	border-radius: 30px;
}

/* Handle */
.bzotech-scrollbar::-webkit-scrollbar-thumb {
	background: var(--bzo-main-color2);
	border-radius: 30px;
}

	/* Handle on hover */
	.bzotech-scrollbar::-webkit-scrollbar-thumb:hover {
		background: var(--bzo-main-color);
	}

.box-content-custom > *:last-child {
	margin-bottom: 0px;
}

.zoomContainer {
	z-index: 999;
}

.elbzotech-hidden {
	overflow: hidden;
}

.elbzotech-border-radius {
	border-radius: 30px;
}

/*End Class basic*/
.error-message {
	color: #EA4335;
}
/*--- class color ---*/
.main-color {
	color: var(--bzo-main-color);
}

.main-color2 {
	color: var(--bzo-main-color2);
}

.bg-color {
	background-color: var(--bzo-main-color);
}

.bg-color-darken {
	background: var(--bzo-main-color-mix-black);
}

.bg-main-color-mix-white {
	background: var(--bzo-main-color-mix-white);
}

.bg-main-color-mix-white2 {
	background: var(--bzo-main-color-mix-white2);
}

.bg-color2 {
	background-color: var(--bzo-main-color2);
}

.bg-color-lighten {
	background-color: var(--bzo-main-color-bg);
}

.bg-color2-lighten {
	background-color: var(--bzo-main-color2);
}

.bg-color-title {
	background-color: var(--bzo-title_typo-color2);
}

.color-white {
	color: #fff;
}

.color-body {
	color: var(--bzo-body_typo-color);
}

.color-title {
	color: var(--bzo-title_typo-color);
}

.color-title2 {
	color: var(--bzo-title_typo-color2);
}

.color-gray {
	color: var(--bzo-gray-color);
}

.ui-widget {
	font-family: inherit !important;
	font-size: inherit !important;
}

.font-body {
	font-family: var(--bzo-body_typo-font-family);
}

.font-title {
	font-family: var(--bzo-title_typo-font-family);
}

.border-color-main {
	border-color: var(--bzo-main-color) !important;
}
/*---------class color elementor ----------*/
.e-main-color {
	color: var(--bzo-main-color);
}

.e-main-color2 {
	color: var(--bzo-main-color2);
}

.e-main-color-darken {
	color: var(--bzo-main-color-mix-black);
}

.e-bg-color {
	background-color: var(--bzo-main-color);
}

.e-bg-color2 {
	background-color: var(--bzo-main-color2);
}

.e-bg-color-lighten {
	background-color: var(--bzo-main-color-bg);
}

.e-bg-color-title {
	background-color: var(--bzo-title_typo-color);
}

.e-bg-color-title2 {
	background-color: var(--bzo-title_typo-color2);
}

.e-color-body {
	color: var(--bzo-body_typo-color);
}

.e-color-title {
	color: var(--bzo-title_typo-color);
}

.e-color-white {
	color: #fff;
}

.e-color-gray {
	color: var(--bzo-gray-color);
}

.e-font-body {
	font-family: var(--bzo-body_typo-font-family);
}

.e-font-title {
	font-family: var(--bzo-title_typo-font-family);
}

.e-border-color-main {
	border-color: var(--bzo-main-color);
}

/*---------class hover color elementor ----------*/
.hover-e-main-color:hover {
	color: var(--bzo-main-color);
}

.hover-e-main-color-darken:hover {
	color: var(--bzo-main-color-mix-black);
}

.hover-e-main-color2:hover {
	color: var(--bzo-main-color2);
}

.hover-e-color-body:hover {
	color: var(--bzo-body_typo-color);
}

.hover-e-color-title:hover {
	color: var(--bzo-title_typo-color);
}

.hover-e-color-gray:hover {
	color: var(--bzo-gray-color);
}

.fa, .fab, .fad, .fal, .far, .fas {
	-moz-osx-font-smoothing: grayscale;
	-webkit-font-smoothing: antialiased;
	display: inline-block;
	font-style: normal;
	font-variant: normal;
	text-rendering: auto;
	line-height: 1
}

.fa-lg {
	font-size: 1.33333em;
	line-height: .75em;
	vertical-align: -.0667em
}

.fa-xs {
	font-size: .75em
}

.fa-sm {
	font-size: .875em
}

.fa-1x {
	font-size: 1em
}

.fa-2x {
	font-size: 2em
}

.fa-3x {
	font-size: 3em
}

.fa-4x {
	font-size: 4em
}

.fa-5x {
	font-size: 5em
}

.fa-6x {
	font-size: 6em
}

.fa-7x {
	font-size: 7em
}

.fa-8x {
	font-size: 8em
}

.fa-9x {
	font-size: 9em
}

.fa-10x {
	font-size: 10em
}

.fa-fw {
	text-align: center;
	width: 1.25em
}

.fa-ul {
	list-style-type: none;
	margin-left: 2.5em;
	padding-left: 0
}

	.fa-ul > li {
		position: relative
	}

.fa-li {
	left: -2em;
	position: absolute;
	text-align: center;
	width: 2em;
	line-height: inherit
}

.fa-border {
	border: solid .08em #eee;
	border-radius: .1em;
	padding: .2em .25em .15em
}

.fa-pull-left {
	float: left
}

.fa-pull-right {
	float: right
}

.fa.fa-pull-left, .fab.fa-pull-left, .fal.fa-pull-left, .far.fa-pull-left, .fas.fa-pull-left {
	margin-right: .3em
}

.fa.fa-pull-right, .fab.fa-pull-right, .fal.fa-pull-right, .far.fa-pull-right, .fas.fa-pull-right {
	margin-left: .3em
}

.fa-spin {
	-webkit-animation: fa-spin 2s infinite linear;
	animation: fa-spin 2s infinite linear
}

.fa-pulse {
	-webkit-animation: fa-spin 1s infinite steps(8);
	animation: fa-spin 1s infinite steps(8)
}

@-webkit-keyframes fa-spin {
	0% {
		-webkit-transform: rotate(0);
		transform: rotate(0)
	}

	100% {
		-webkit-transform: rotate(360deg);
		transform: rotate(360deg)
	}
}

@keyframes fa-spin {
	0% {
		-webkit-transform: rotate(0);
		transform: rotate(0)
	}

	100% {
		-webkit-transform: rotate(360deg);
		transform: rotate(360deg)
	}
}

.fa-rotate-90 {
	-webkit-transform: rotate(90deg);
	transform: rotate(90deg)
}

.fa-rotate-180 {
	-webkit-transform: rotate(180deg);
	transform: rotate(180deg)
}

.fa-rotate-270 {
	-webkit-transform: rotate(270deg);
	transform: rotate(270deg)
}

.fa-flip-horizontal {
	-webkit-transform: scale(-1,1);
	transform: scale(-1,1)
}

.fa-flip-vertical {
	-webkit-transform: scale(1,-1);
	transform: scale(1,-1)
}

.fa-flip-both, .fa-flip-horizontal.fa-flip-vertical {
	-webkit-transform: scale(-1,-1);
	transform: scale(-1,-1)
}

:root .fa-flip-both, :root .fa-flip-horizontal, :root .fa-flip-vertical, :root .fa-rotate-180, :root .fa-rotate-270, :root .fa-rotate-90 {
	-webkit-filter: none;
	filter: none
}

.fa-stack {
	display: inline-block;
	height: 2em;
	line-height: 2em;
	position: relative;
	vertical-align: middle;
	width: 2.5em
}

.fa-stack-1x, .fa-stack-2x {
	left: 0;
	position: absolute;
	text-align: center;
	width: 100%
}

.fa-stack-1x {
	line-height: inherit
}

.fa-stack-2x {
	font-size: 2em
}

.fa-inverse {
	color: #fff
}

.fa-500px:before {
	content: "\f26e"
}

.fa-accessible-icon:before {
	content: "\f368"
}

.fa-accusoft:before {
	content: "\f369"
}

.fa-acquisitions-incorporated:before {
	content: "\f6af"
}

.fa-ad:before {
	content: "\f641"
}

.fa-address-book:before {
	content: "\f2b9"
}

.fa-address-card:before {
	content: "\f2bb"
}

.fa-adjust:before {
	content: "\f042"
}

.fa-adn:before {
	content: "\f170"
}

.fa-adobe:before {
	content: "\f778"
}

.fa-adversal:before {
	content: "\f36a"
}

.fa-affiliatetheme:before {
	content: "\f36b"
}

.fa-air-freshener:before {
	content: "\f5d0"
}

.fa-airbnb:before {
	content: "\f834"
}

.fa-algolia:before {
	content: "\f36c"
}

.fa-align-center:before {
	content: "\f037"
}

.fa-align-justify:before {
	content: "\f039"
}

.fa-align-left:before {
	content: "\f036"
}

.fa-align-right:before {
	content: "\f038"
}

.fa-alipay:before {
	content: "\f642"
}

.fa-allergies:before {
	content: "\f461"
}

.fa-amazon:before {
	content: "\f270"
}

.fa-amazon-pay:before {
	content: "\f42c"
}

.fa-ambulance:before {
	content: "\f0f9"
}

.fa-american-sign-language-interpreting:before {
	content: "\f2a3"
}

.fa-amilia:before {
	content: "\f36d"
}

.fa-anchor:before {
	content: "\f13d"
}

.fa-android:before {
	content: "\f17b"
}

.fa-angellist:before {
	content: "\f209"
}

.fa-angle-double-down:before {
	content: "\f103"
}

.fa-angle-double-left:before {
	content: "\f100"
}

.fa-angle-double-right:before {
	content: "\f101"
}

.fa-angle-double-up:before {
	content: "\f102"
}

.fa-angle-down:before {
	content: "\f107"
}

.fa-angle-left:before {
	content: "\f104"
}

.fa-angle-right:before {
	content: "\f105"
}

.fa-angle-up:before {
	content: "\f106"
}

.fa-angry:before {
	content: "\f556"
}

.fa-angrycreative:before {
	content: "\f36e"
}

.fa-angular:before {
	content: "\f420"
}

.fa-ankh:before {
	content: "\f644"
}

.fa-app-store:before {
	content: "\f36f"
}

.fa-app-store-ios:before {
	content: "\f370"
}

.fa-apper:before {
	content: "\f371"
}

.fa-apple:before {
	content: "\f179"
}

.fa-apple-alt:before {
	content: "\f5d1"
}

.fa-apple-pay:before {
	content: "\f415"
}

.fa-archive:before {
	content: "\f187"
}

.fa-archway:before {
	content: "\f557"
}

.fa-arrow-alt-circle-down:before {
	content: "\f358"
}

.fa-arrow-alt-circle-left:before {
	content: "\f359"
}

.fa-arrow-alt-circle-right:before {
	content: "\f35a"
}

.fa-arrow-alt-circle-up:before {
	content: "\f35b"
}

.fa-arrow-circle-down:before {
	content: "\f0ab"
}

.fa-arrow-circle-left:before {
	content: "\f0a8"
}

.fa-arrow-circle-right:before {
	content: "\f0a9"
}

.fa-arrow-circle-up:before {
	content: "\f0aa"
}

.fa-arrow-down:before {
	content: "\f063"
}

.fa-arrow-left:before {
	content: "\f060"
}

.fa-arrow-right:before {
	content: "\f061"
}

.fa-arrow-up:before {
	content: "\f062"
}

.fa-arrows-alt:before {
	content: "\f0b2"
}

.fa-arrows-alt-h:before {
	content: "\f337"
}

.fa-arrows-alt-v:before {
	content: "\f338"
}

.fa-artstation:before {
	content: "\f77a"
}

.fa-assistive-listening-systems:before {
	content: "\f2a2"
}

.fa-asterisk:before {
	content: "\f069"
}

.fa-asymmetrik:before {
	content: "\f372"
}

.fa-at:before {
	content: "\f1fa"
}

.fa-atlas:before {
	content: "\f558"
}

.fa-atlassian:before {
	content: "\f77b"
}

.fa-atom:before {
	content: "\f5d2"
}

.fa-audible:before {
	content: "\f373"
}

.fa-audio-description:before {
	content: "\f29e"
}

.fa-autoprefixer:before {
	content: "\f41c"
}

.fa-avianex:before {
	content: "\f374"
}

.fa-aviato:before {
	content: "\f421"
}

.fa-award:before {
	content: "\f559"
}

.fa-aws:before {
	content: "\f375"
}

.fa-baby:before {
	content: "\f77c"
}

.fa-baby-carriage:before {
	content: "\f77d"
}

.fa-backspace:before {
	content: "\f55a"
}

.fa-backward:before {
	content: "\f04a"
}

.fa-bacon:before {
	content: "\f7e5"
}

.fa-balance-scale:before {
	content: "\f24e"
}

.fa-balance-scale-left:before {
	content: "\f515"
}

.fa-balance-scale-right:before {
	content: "\f516"
}

.fa-ban:before {
	content: "\f05e"
}

.fa-band-aid:before {
	content: "\f462"
}

.fa-bandcamp:before {
	content: "\f2d5"
}

.fa-barcode:before {
	content: "\f02a"
}

.fa-bars:before {
	content: "\f0c9"
}

.fa-baseball-ball:before {
	content: "\f433"
}

.fa-basketball-ball:before {
	content: "\f434"
}

.fa-bath:before {
	content: "\f2cd"
}

.fa-battery-empty:before {
	content: "\f244"
}

.fa-battery-full:before {
	content: "\f240"
}

.fa-battery-half:before {
	content: "\f242"
}

.fa-battery-quarter:before {
	content: "\f243"
}

.fa-battery-three-quarters:before {
	content: "\f241"
}

.fa-battle-net:before {
	content: "\f835"
}

.fa-bed:before {
	content: "\f236"
}

.fa-beer:before {
	content: "\f0fc"
}

.fa-behance:before {
	content: "\f1b4"
}

.fa-behance-square:before {
	content: "\f1b5"
}

.fa-bell:before {
	content: "\f0f3"
}

.fa-bell-slash:before {
	content: "\f1f6"
}

.fa-bezier-curve:before {
	content: "\f55b"
}

.fa-bible:before {
	content: "\f647"
}

.fa-bicycle:before {
	content: "\f206"
}

.fa-biking:before {
	content: "\f84a"
}

.fa-bimobject:before {
	content: "\f378"
}

.fa-binoculars:before {
	content: "\f1e5"
}

.fa-biohazard:before {
	content: "\f780"
}

.fa-birthday-cake:before {
	content: "\f1fd"
}

.fa-bitbucket:before {
	content: "\f171"
}

.fa-bitcoin:before {
	content: "\f379"
}

.fa-bity:before {
	content: "\f37a"
}

.fa-black-tie:before {
	content: "\f27e"
}

.fa-blackberry:before {
	content: "\f37b"
}

.fa-blender:before {
	content: "\f517"
}

.fa-blender-phone:before {
	content: "\f6b6"
}

.fa-blind:before {
	content: "\f29d"
}

.fa-blog:before {
	content: "\f781"
}

.fa-blogger:before {
	content: "\f37c"
}

.fa-blogger-b:before {
	content: "\f37d"
}

.fa-bluetooth:before {
	content: "\f293"
}

.fa-bluetooth-b:before {
	content: "\f294"
}

.fa-bold:before {
	content: "\f032"
}

.fa-bolt:before {
	content: "\f0e7"
}

.fa-bomb:before {
	content: "\f1e2"
}

.fa-bone:before {
	content: "\f5d7"
}

.fa-bong:before {
	content: "\f55c"
}

.fa-book:before {
	content: "\f02d"
}

.fa-book-dead:before {
	content: "\f6b7"
}

.fa-book-medical:before {
	content: "\f7e6"
}

.fa-book-open:before {
	content: "\f518"
}

.fa-book-reader:before {
	content: "\f5da"
}

.fa-bookmark:before {
	content: "\f02e"
}

.fa-bootstrap:before {
	content: "\f836"
}

.fa-border-all:before {
	content: "\f84c"
}

.fa-border-none:before {
	content: "\f850"
}

.fa-border-style:before {
	content: "\f853"
}

.fa-bowling-ball:before {
	content: "\f436"
}

.fa-box:before {
	content: "\f466"
}

.fa-box-open:before {
	content: "\f49e"
}

.fa-boxes:before {
	content: "\f468"
}

.fa-braille:before {
	content: "\f2a1"
}

.fa-brain:before {
	content: "\f5dc"
}

.fa-bread-slice:before {
	content: "\f7ec"
}

.fa-briefcase:before {
	content: "\f0b1"
}

.fa-briefcase-medical:before {
	content: "\f469"
}

.fa-broadcast-tower:before {
	content: "\f519"
}

.fa-broom:before {
	content: "\f51a"
}

.fa-brush:before {
	content: "\f55d"
}

.fa-btc:before {
	content: "\f15a"
}

.fa-buffer:before {
	content: "\f837"
}

.fa-bug:before {
	content: "\f188"
}

.fa-building:before {
	content: "\f1ad"
}

.fa-bullhorn:before {
	content: "\f0a1"
}

.fa-bullseye:before {
	content: "\f140"
}

.fa-burn:before {
	content: "\f46a"
}

.fa-buromobelexperte:before {
	content: "\f37f"
}

.fa-bus:before {
	content: "\f207"
}

.fa-bus-alt:before {
	content: "\f55e"
}

.fa-business-time:before {
	content: "\f64a"
}

.fa-buy-n-large:before {
	content: "\f8a6"
}

.fa-buysellads:before {
	content: "\f20d"
}

.fa-calculator:before {
	content: "\f1ec"
}

.fa-calendar:before {
	content: "\f133"
}

.fa-calendar-alt:before {
	content: "\f073"
}

.fa-calendar-check:before {
	content: "\f274"
}

.fa-calendar-day:before {
	content: "\f783"
}

.fa-calendar-minus:before {
	content: "\f272"
}

.fa-calendar-plus:before {
	content: "\f271"
}

.fa-calendar-times:before {
	content: "\f273"
}

.fa-calendar-week:before {
	content: "\f784"
}

.fa-camera:before {
	content: "\f030"
}

.fa-camera-retro:before {
	content: "\f083"
}

.fa-campground:before {
	content: "\f6bb"
}

.fa-canadian-maple-leaf:before {
	content: "\f785"
}

.fa-candy-cane:before {
	content: "\f786"
}

.fa-cannabis:before {
	content: "\f55f"
}

.fa-capsules:before {
	content: "\f46b"
}

.fa-car:before {
	content: "\f1b9"
}

.fa-car-alt:before {
	content: "\f5de"
}

.fa-car-battery:before {
	content: "\f5df"
}

.fa-car-crash:before {
	content: "\f5e1"
}

.fa-car-side:before {
	content: "\f5e4"
}

.fa-caret-down:before {
	content: "\f0d7"
}

.fa-caret-left:before {
	content: "\f0d9"
}

.fa-caret-right:before {
	content: "\f0da"
}

.fa-caret-square-down:before {
	content: "\f150"
}

.fa-caret-square-left:before {
	content: "\f191"
}

.fa-caret-square-right:before {
	content: "\f152"
}

.fa-caret-square-up:before {
	content: "\f151"
}

.fa-caret-up:before {
	content: "\f0d8"
}

.fa-carrot:before {
	content: "\f787"
}

.fa-cart-arrow-down:before {
	content: "\f218"
}

.fa-cart-plus:before {
	content: "\f217"
}

.fa-cash-register:before {
	content: "\f788"
}

.fa-cat:before {
	content: "\f6be"
}

.fa-cc-amazon-pay:before {
	content: "\f42d"
}

.fa-cc-amex:before {
	content: "\f1f3"
}

.fa-cc-apple-pay:before {
	content: "\f416"
}

.fa-cc-diners-club:before {
	content: "\f24c"
}

.fa-cc-discover:before {
	content: "\f1f2"
}

.fa-cc-jcb:before {
	content: "\f24b"
}

.fa-cc-mastercard:before {
	content: "\f1f1"
}

.fa-cc-paypal:before {
	content: "\f1f4"
}

.fa-cc-stripe:before {
	content: "\f1f5"
}

.fa-cc-visa:before {
	content: "\f1f0"
}

.fa-centercode:before {
	content: "\f380"
}

.fa-centos:before {
	content: "\f789"
}

.fa-certificate:before {
	content: "\f0a3"
}

.fa-chair:before {
	content: "\f6c0"
}

.fa-chalkboard:before {
	content: "\f51b"
}

.fa-chalkboard-teacher:before {
	content: "\f51c"
}

.fa-charging-station:before {
	content: "\f5e7"
}

.fa-chart-area:before {
	content: "\f1fe"
}

.fa-chart-bar:before {
	content: "\f080"
}

.fa-chart-line:before {
	content: "\f201"
}

.fa-chart-pie:before {
	content: "\f200"
}

.fa-check:before {
	content: "\f00c"
}

.fa-check-circle:before {
	content: "\f058"
}

.fa-check-double:before {
	content: "\f560"
}

.fa-check-square:before {
	content: "\f14a"
}

.fa-cheese:before {
	content: "\f7ef"
}

.fa-chess:before {
	content: "\f439"
}

.fa-chess-bishop:before {
	content: "\f43a"
}

.fa-chess-board:before {
	content: "\f43c"
}

.fa-chess-king:before {
	content: "\f43f"
}

.fa-chess-knight:before {
	content: "\f441"
}

.fa-chess-pawn:before {
	content: "\f443"
}

.fa-chess-queen:before {
	content: "\f445"
}

.fa-chess-rook:before {
	content: "\f447"
}

.fa-chevron-circle-down:before {
	content: "\f13a"
}

.fa-chevron-circle-left:before {
	content: "\f137"
}

.fa-chevron-circle-right:before {
	content: "\f138"
}

.fa-chevron-circle-up:before {
	content: "\f139"
}

.fa-chevron-down:before {
	content: "\f078"
}

.fa-chevron-left:before {
	content: "\f053"
}

.fa-chevron-right:before {
	content: "\f054"
}

.fa-chevron-up:before {
	content: "\f077"
}

.fa-child:before {
	content: "\f1ae"
}

.fa-chrome:before {
	content: "\f268"
}

.fa-chromecast:before {
	content: "\f838"
}

.fa-church:before {
	content: "\f51d"
}

.fa-circle:before {
	content: "\f111"
}

.fa-circle-notch:before {
	content: "\f1ce"
}

.fa-city:before {
	content: "\f64f"
}

.fa-clinic-medical:before {
	content: "\f7f2"
}

.fa-clipboard:before {
	content: "\f328"
}

.fa-clipboard-check:before {
	content: "\f46c"
}

.fa-clipboard-list:before {
	content: "\f46d"
}

.fa-clock:before {
	content: "\f017"
}

.fa-clone:before {
	content: "\f24d"
}

.fa-closed-captioning:before {
	content: "\f20a"
}

.fa-cloud:before {
	content: "\f0c2"
}

.fa-cloud-download-alt:before {
	content: "\f381"
}

.fa-cloud-meatball:before {
	content: "\f73b"
}

.fa-cloud-moon:before {
	content: "\f6c3"
}

.fa-cloud-moon-rain:before {
	content: "\f73c"
}

.fa-cloud-rain:before {
	content: "\f73d"
}

.fa-cloud-showers-heavy:before {
	content: "\f740"
}

.fa-cloud-sun:before {
	content: "\f6c4"
}

.fa-cloud-sun-rain:before {
	content: "\f743"
}

.fa-cloud-upload-alt:before {
	content: "\f382"
}

.fa-cloudscale:before {
	content: "\f383"
}

.fa-cloudsmith:before {
	content: "\f384"
}

.fa-cloudversify:before {
	content: "\f385"
}

.fa-cocktail:before {
	content: "\f561"
}

.fa-code:before {
	content: "\f121"
}

.fa-code-branch:before {
	content: "\f126"
}

.fa-codepen:before {
	content: "\f1cb"
}

.fa-codiepie:before {
	content: "\f284"
}

.fa-coffee:before {
	content: "\f0f4"
}

.fa-cog:before {
	content: "\f013"
}

.fa-cogs:before {
	content: "\f085"
}

.fa-coins:before {
	content: "\f51e"
}

.fa-columns:before {
	content: "\f0db"
}

.fa-comment:before {
	content: "\f075"
}

.fa-comment-alt:before {
	content: "\f27a"
}

.fa-comment-dollar:before {
	content: "\f651"
}

.fa-comment-dots:before {
	content: "\f4ad"
}

.fa-comment-medical:before {
	content: "\f7f5"
}

.fa-comment-slash:before {
	content: "\f4b3"
}

.fa-comments:before {
	content: "\f086"
}

.fa-comments-dollar:before {
	content: "\f653"
}

.fa-compact-disc:before {
	content: "\f51f"
}

.fa-compass:before {
	content: "\f14e"
}

.fa-compress:before {
	content: "\f066"
}

.fa-compress-arrows-alt:before {
	content: "\f78c"
}

.fa-concierge-bell:before {
	content: "\f562"
}

.fa-confluence:before {
	content: "\f78d"
}

.fa-connectdevelop:before {
	content: "\f20e"
}

.fa-contao:before {
	content: "\f26d"
}

.fa-cookie:before {
	content: "\f563"
}

.fa-cookie-bite:before {
	content: "\f564"
}

.fa-copy:before {
	content: "\f0c5"
}

.fa-copyright:before {
	content: "\f1f9"
}

.fa-cotton-bureau:before {
	content: "\f89e"
}

.fa-couch:before {
	content: "\f4b8"
}

.fa-cpanel:before {
	content: "\f388"
}

.fa-creative-commons:before {
	content: "\f25e"
}

.fa-creative-commons-by:before {
	content: "\f4e7"
}

.fa-creative-commons-nc:before {
	content: "\f4e8"
}

.fa-creative-commons-nc-eu:before {
	content: "\f4e9"
}

.fa-creative-commons-nc-jp:before {
	content: "\f4ea"
}

.fa-creative-commons-nd:before {
	content: "\f4eb"
}

.fa-creative-commons-pd:before {
	content: "\f4ec"
}

.fa-creative-commons-pd-alt:before {
	content: "\f4ed"
}

.fa-creative-commons-remix:before {
	content: "\f4ee"
}

.fa-creative-commons-sa:before {
	content: "\f4ef"
}

.fa-creative-commons-sampling:before {
	content: "\f4f0"
}

.fa-creative-commons-sampling-plus:before {
	content: "\f4f1"
}

.fa-creative-commons-share:before {
	content: "\f4f2"
}

.fa-creative-commons-zero:before {
	content: "\f4f3"
}

.fa-credit-card:before {
	content: "\f09d"
}

.fa-critical-role:before {
	content: "\f6c9"
}

.fa-crop:before {
	content: "\f125"
}

.fa-crop-alt:before {
	content: "\f565"
}

.fa-cross:before {
	content: "\f654"
}

.fa-crosshairs:before {
	content: "\f05b"
}

.fa-crow:before {
	content: "\f520"
}

.fa-crown:before {
	content: "\f521"
}

.fa-crutch:before {
	content: "\f7f7"
}

.fa-css3:before {
	content: "\f13c"
}

.fa-css3-alt:before {
	content: "\f38b"
}

.fa-cube:before {
	content: "\f1b2"
}

.fa-cubes:before {
	content: "\f1b3"
}

.fa-cut:before {
	content: "\f0c4"
}

.fa-cuttlefish:before {
	content: "\f38c"
}

.fa-d-and-d:before {
	content: "\f38d"
}

.fa-d-and-d-beyond:before {
	content: "\f6ca"
}

.fa-dashcube:before {
	content: "\f210"
}

.fa-database:before {
	content: "\f1c0"
}

.fa-deaf:before {
	content: "\f2a4"
}

.fa-delicious:before {
	content: "\f1a5"
}

.fa-democrat:before {
	content: "\f747"
}

.fa-deploydog:before {
	content: "\f38e"
}

.fa-deskpro:before {
	content: "\f38f"
}

.fa-desktop:before {
	content: "\f108"
}

.fa-dev:before {
	content: "\f6cc"
}

.fa-deviantart:before {
	content: "\f1bd"
}

.fa-dharmachakra:before {
	content: "\f655"
}

.fa-dhl:before {
	content: "\f790"
}

.fa-diagnoses:before {
	content: "\f470"
}

.fa-diaspora:before {
	content: "\f791"
}

.fa-dice:before {
	content: "\f522"
}

.fa-dice-d20:before {
	content: "\f6cf"
}

.fa-dice-d6:before {
	content: "\f6d1"
}

.fa-dice-five:before {
	content: "\f523"
}

.fa-dice-four:before {
	content: "\f524"
}

.fa-dice-one:before {
	content: "\f525"
}

.fa-dice-six:before {
	content: "\f526"
}

.fa-dice-three:before {
	content: "\f527"
}

.fa-dice-two:before {
	content: "\f528"
}

.fa-digg:before {
	content: "\f1a6"
}

.fa-digital-ocean:before {
	content: "\f391"
}

.fa-digital-tachograph:before {
	content: "\f566"
}

.fa-directions:before {
	content: "\f5eb"
}

.fa-discord:before {
	content: "\f392"
}

.fa-discourse:before {
	content: "\f393"
}

.fa-divide:before {
	content: "\f529"
}

.fa-dizzy:before {
	content: "\f567"
}

.fa-dna:before {
	content: "\f471"
}

.fa-dochub:before {
	content: "\f394"
}

.fa-docker:before {
	content: "\f395"
}

.fa-dog:before {
	content: "\f6d3"
}

.fa-dollar-sign:before {
	content: "\f155"
}

.fa-dolly:before {
	content: "\f472"
}

.fa-dolly-flatbed:before {
	content: "\f474"
}

.fa-donate:before {
	content: "\f4b9"
}

.fa-door-closed:before {
	content: "\f52a"
}

.fa-door-open:before {
	content: "\f52b"
}

.fa-dot-circle:before {
	content: "\f192"
}

.fa-dove:before {
	content: "\f4ba"
}

.fa-download:before {
	content: "\f019"
}

.fa-draft2digital:before {
	content: "\f396"
}

.fa-drafting-compass:before {
	content: "\f568"
}

.fa-dragon:before {
	content: "\f6d5"
}

.fa-draw-polygon:before {
	content: "\f5ee"
}

.fa-dribbble:before {
	content: "\f17d"
}

.fa-dribbble-square:before {
	content: "\f397"
}

.fa-dropbox:before {
	content: "\f16b"
}

.fa-drum:before {
	content: "\f569"
}

.fa-drum-steelpan:before {
	content: "\f56a"
}

.fa-drumstick-bite:before {
	content: "\f6d7"
}

.fa-drupal:before {
	content: "\f1a9"
}

.fa-dumbbell:before {
	content: "\f44b"
}

.fa-dumpster:before {
	content: "\f793"
}

.fa-dumpster-fire:before {
	content: "\f794"
}

.fa-dungeon:before {
	content: "\f6d9"
}

.fa-dyalog:before {
	content: "\f399"
}

.fa-earlybirds:before {
	content: "\f39a"
}

.fa-ebay:before {
	content: "\f4f4"
}

.fa-edge:before {
	content: "\f282"
}

.fa-edit:before {
	content: "\f044"
}

.fa-egg:before {
	content: "\f7fb"
}

.fa-eject:before {
	content: "\f052"
}

.fa-elementor:before {
	content: "\f430"
}

.fa-ellipsis-h:before {
	content: "\f141"
}

.fa-ellipsis-v:before {
	content: "\f142"
}

.fa-ello:before {
	content: "\f5f1"
}

.fa-ember:before {
	content: "\f423"
}

.fa-empire:before {
	content: "\f1d1"
}

.fa-envelope:before {
	content: "\f0e0"
}

.fa-envelope-open:before {
	content: "\f2b6"
}

.fa-envelope-open-text:before {
	content: "\f658"
}

.fa-envelope-square:before {
	content: "\f199"
}

.fa-envira:before {
	content: "\f299"
}

.fa-equals:before {
	content: "\f52c"
}

.fa-eraser:before {
	content: "\f12d"
}

.fa-erlang:before {
	content: "\f39d"
}

.fa-ethereum:before {
	content: "\f42e"
}

.fa-ethernet:before {
	content: "\f796"
}

.fa-etsy:before {
	content: "\f2d7"
}

.fa-euro-sign:before {
	content: "\f153"
}

.fa-evernote:before {
	content: "\f839"
}

.fa-exchange-alt:before {
	content: "\f362"
}

.fa-exclamation:before {
	content: "\f12a"
}

.fa-exclamation-circle:before {
	content: "\f06a"
}

.fa-exclamation-triangle:before {
	content: "\f071"
}

.fa-expand:before {
	content: "\f065"
}

.fa-expand-arrows-alt:before {
	content: "\f31e"
}

.fa-expeditedssl:before {
	content: "\f23e"
}

.fa-external-link-alt:before {
	content: "\f35d"
}

.fa-external-link-square-alt:before {
	content: "\f360"
}

.fa-eye:before {
	content: "\f06e"
}

.fa-eye-dropper:before {
	content: "\f1fb"
}

.fa-eye-slash:before {
	content: "\f070"
}

.fa-facebook:before {
	content: "\f09a"
}

.fa-facebook-f:before {
	content: "\f39e"
}

.fa-facebook-messenger:before {
	content: "\f39f"
}

.fa-facebook-square:before {
	content: "\f082"
}

.fa-fan:before {
	content: "\f863"
}

.fa-fantasy-flight-games:before {
	content: "\f6dc"
}

.fa-fast-backward:before {
	content: "\f049"
}

.fa-fast-forward:before {
	content: "\f050"
}

.fa-fax:before {
	content: "\f1ac"
}

.fa-feather:before {
	content: "\f52d"
}

.fa-feather-alt:before {
	content: "\f56b"
}

.fa-fedex:before {
	content: "\f797"
}

.fa-fedora:before {
	content: "\f798"
}

.fa-female:before {
	content: "\f182"
}

.fa-fighter-jet:before {
	content: "\f0fb"
}

.fa-figma:before {
	content: "\f799"
}

.fa-file:before {
	content: "\f15b"
}

.fa-file-alt:before {
	content: "\f15c"
}

.fa-file-archive:before {
	content: "\f1c6"
}

.fa-file-audio:before {
	content: "\f1c7"
}

.fa-file-code:before {
	content: "\f1c9"
}

.fa-file-contract:before {
	content: "\f56c"
}

.fa-file-csv:before {
	content: "\f6dd"
}

.fa-file-download:before {
	content: "\f56d"
}

.fa-file-excel:before {
	content: "\f1c3"
}

.fa-file-export:before {
	content: "\f56e"
}

.fa-file-image:before {
	content: "\f1c5"
}

.fa-file-import:before {
	content: "\f56f"
}

.fa-file-invoice:before {
	content: "\f570"
}

.fa-file-invoice-dollar:before {
	content: "\f571"
}

.fa-file-medical:before {
	content: "\f477"
}

.fa-file-medical-alt:before {
	content: "\f478"
}

.fa-file-pdf:before {
	content: "\f1c1"
}

.fa-file-powerpoint:before {
	content: "\f1c4"
}

.fa-file-prescription:before {
	content: "\f572"
}

.fa-file-signature:before {
	content: "\f573"
}

.fa-file-upload:before {
	content: "\f574"
}

.fa-file-video:before {
	content: "\f1c8"
}

.fa-file-word:before {
	content: "\f1c2"
}

.fa-fill:before {
	content: "\f575"
}

.fa-fill-drip:before {
	content: "\f576"
}

.fa-film:before {
	content: "\f008"
}

.fa-filter:before {
	content: "\f0b0"
}

.fa-fingerprint:before {
	content: "\f577"
}

.fa-fire:before {
	content: "\f06d"
}

.fa-fire-alt:before {
	content: "\f7e4"
}

.fa-fire-extinguisher:before {
	content: "\f134"
}

.fa-firefox:before {
	content: "\f269"
}

.fa-first-aid:before {
	content: "\f479"
}

.fa-first-order:before {
	content: "\f2b0"
}

.fa-first-order-alt:before {
	content: "\f50a"
}

.fa-firstdraft:before {
	content: "\f3a1"
}

.fa-fish:before {
	content: "\f578"
}

.fa-fist-raised:before {
	content: "\f6de"
}

.fa-flag:before {
	content: "\f024"
}

.fa-flag-checkered:before {
	content: "\f11e"
}

.fa-flag-usa:before {
	content: "\f74d"
}

.fa-flask:before {
	content: "\f0c3"
}

.fa-flickr:before {
	content: "\f16e"
}

.fa-flipboard:before {
	content: "\f44d"
}

.fa-flushed:before {
	content: "\f579"
}

.fa-fly:before {
	content: "\f417"
}

.fa-folder:before {
	content: "\f07b"
}

.fa-folder-minus:before {
	content: "\f65d"
}

.fa-folder-open:before {
	content: "\f07c"
}

.fa-folder-plus:before {
	content: "\f65e"
}

.fa-font:before {
	content: "\f031"
}

.fa-font-awesome:before {
	content: "\f2b4"
}

.fa-font-awesome-alt:before {
	content: "\f35c"
}

.fa-font-awesome-flag:before {
	content: "\f425"
}

.fa-font-awesome-logo-full:before {
	content: "\f4e6"
}

.fa-fonticons:before {
	content: "\f280"
}

.fa-fonticons-fi:before {
	content: "\f3a2"
}

.fa-football-ball:before {
	content: "\f44e"
}

.fa-fort-awesome:before {
	content: "\f286"
}

.fa-fort-awesome-alt:before {
	content: "\f3a3"
}

.fa-forumbee:before {
	content: "\f211"
}

.fa-forward:before {
	content: "\f04e"
}

.fa-foursquare:before {
	content: "\f180"
}

.fa-free-code-camp:before {
	content: "\f2c5"
}

.fa-freebsd:before {
	content: "\f3a4"
}

.fa-frog:before {
	content: "\f52e"
}

.fa-frown:before {
	content: "\f119"
}

.fa-frown-open:before {
	content: "\f57a"
}

.fa-fulcrum:before {
	content: "\f50b"
}

.fa-funnel-dollar:before {
	content: "\f662"
}

.fa-futbol:before {
	content: "\f1e3"
}

.fa-galactic-republic:before {
	content: "\f50c"
}

.fa-galactic-senate:before {
	content: "\f50d"
}

.fa-gamepad:before {
	content: "\f11b"
}

.fa-gas-pump:before {
	content: "\f52f"
}

.fa-gavel:before {
	content: "\f0e3"
}

.fa-gem:before {
	content: "\f3a5"
}

.fa-genderless:before {
	content: "\f22d"
}

.fa-get-pocket:before {
	content: "\f265"
}

.fa-gg:before {
	content: "\f260"
}

.fa-gg-circle:before {
	content: "\f261"
}

.fa-ghost:before {
	content: "\f6e2"
}

.fa-gift:before {
	content: "\f06b"
}

.fa-gifts:before {
	content: "\f79c"
}

.fa-git:before {
	content: "\f1d3"
}

.fa-git-alt:before {
	content: "\f841"
}

.fa-git-square:before {
	content: "\f1d2"
}

.fa-github:before {
	content: "\f09b"
}

.fa-github-alt:before {
	content: "\f113"
}

.fa-github-square:before {
	content: "\f092"
}

.fa-gitkraken:before {
	content: "\f3a6"
}

.fa-gitlab:before {
	content: "\f296"
}

.fa-gitter:before {
	content: "\f426"
}

.fa-glass-cheers:before {
	content: "\f79f"
}

.fa-glass-martini:before {
	content: "\f000"
}

.fa-glass-martini-alt:before {
	content: "\f57b"
}

.fa-glass-whiskey:before {
	content: "\f7a0"
}

.fa-glasses:before {
	content: "\f530"
}

.fa-glide:before {
	content: "\f2a5"
}

.fa-glide-g:before {
	content: "\f2a6"
}

.fa-globe:before {
	content: "\f0ac"
}

.fa-globe-africa:before {
	content: "\f57c"
}

.fa-globe-americas:before {
	content: "\f57d"
}

.fa-globe-asia:before {
	content: "\f57e"
}

.fa-globe-europe:before {
	content: "\f7a2"
}

.fa-gofore:before {
	content: "\f3a7"
}

.fa-golf-ball:before {
	content: "\f450"
}

.fa-goodreads:before {
	content: "\f3a8"
}

.fa-goodreads-g:before {
	content: "\f3a9"
}

.fa-google:before {
	content: "\f1a0"
}

.fa-google-drive:before {
	content: "\f3aa"
}

.fa-google-play:before {
	content: "\f3ab"
}

.fa-google-plus:before {
	content: "\f2b3"
}

.fa-google-plus-g:before {
	content: "\f0d5"
}

.fa-google-plus-square:before {
	content: "\f0d4"
}

.fa-google-wallet:before {
	content: "\f1ee"
}

.fa-gopuram:before {
	content: "\f664"
}

.fa-graduation-cap:before {
	content: "\f19d"
}

.fa-gratipay:before {
	content: "\f184"
}

.fa-grav:before {
	content: "\f2d6"
}

.fa-greater-than:before {
	content: "\f531"
}

.fa-greater-than-equal:before {
	content: "\f532"
}

.fa-grimace:before {
	content: "\f57f"
}

.fa-grin:before {
	content: "\f580"
}

.fa-grin-alt:before {
	content: "\f581"
}

.fa-grin-beam:before {
	content: "\f582"
}

.fa-grin-beam-sweat:before {
	content: "\f583"
}

.fa-grin-hearts:before {
	content: "\f584"
}

.fa-grin-squint:before {
	content: "\f585"
}

.fa-grin-squint-tears:before {
	content: "\f586"
}

.fa-grin-stars:before {
	content: "\f587"
}

.fa-grin-tears:before {
	content: "\f588"
}

.fa-grin-tongue:before {
	content: "\f589"
}

.fa-grin-tongue-squint:before {
	content: "\f58a"
}

.fa-grin-tongue-wink:before {
	content: "\f58b"
}

.fa-grin-wink:before {
	content: "\f58c"
}

.fa-grip-horizontal:before {
	content: "\f58d"
}

.fa-grip-lines:before {
	content: "\f7a4"
}

.fa-grip-lines-vertical:before {
	content: "\f7a5"
}

.fa-grip-vertical:before {
	content: "\f58e"
}

.fa-gripfire:before {
	content: "\f3ac"
}

.fa-grunt:before {
	content: "\f3ad"
}

.fa-guitar:before {
	content: "\f7a6"
}

.fa-gulp:before {
	content: "\f3ae"
}

.fa-h-square:before {
	content: "\f0fd"
}

.fa-hacker-news:before {
	content: "\f1d4"
}

.fa-hacker-news-square:before {
	content: "\f3af"
}

.fa-hackerrank:before {
	content: "\f5f7"
}

.fa-hamburger:before {
	content: "\f805"
}

.fa-hammer:before {
	content: "\f6e3"
}

.fa-hamsa:before {
	content: "\f665"
}

.fa-hand-holding:before {
	content: "\f4bd"
}

.fa-hand-holding-heart:before {
	content: "\f4be"
}

.fa-hand-holding-usd:before {
	content: "\f4c0"
}

.fa-hand-lizard:before {
	content: "\f258"
}

.fa-hand-middle-finger:before {
	content: "\f806"
}

.fa-hand-paper:before {
	content: "\f256"
}

.fa-hand-peace:before {
	content: "\f25b"
}

.fa-hand-point-down:before {
	content: "\f0a7"
}

.fa-hand-point-left:before {
	content: "\f0a5"
}

.fa-hand-point-right:before {
	content: "\f0a4"
}

.fa-hand-point-up:before {
	content: "\f0a6"
}

.fa-hand-pointer:before {
	content: "\f25a"
}

.fa-hand-rock:before {
	content: "\f255"
}

.fa-hand-scissors:before {
	content: "\f257"
}

.fa-hand-spock:before {
	content: "\f259"
}

.fa-hands:before {
	content: "\f4c2"
}

.fa-hands-helping:before {
	content: "\f4c4"
}

.fa-handshake:before {
	content: "\f2b5"
}

.fa-hanukiah:before {
	content: "\f6e6"
}

.fa-hard-hat:before {
	content: "\f807"
}

.fa-hashtag:before {
	content: "\f292"
}

.fa-hat-cowboy:before {
	content: "\f8c0"
}

.fa-hat-cowboy-side:before {
	content: "\f8c1"
}

.fa-hat-wizard:before {
	content: "\f6e8"
}

.fa-haykal:before {
	content: "\f666"
}

.fa-hdd:before {
	content: "\f0a0"
}

.fa-heading:before {
	content: "\f1dc"
}

.fa-headphones:before {
	content: "\f025"
}

.fa-headphones-alt:before {
	content: "\f58f"
}

.fa-headset:before {
	content: "\f590"
}

.fa-heart:before {
	content: "\f004"
}

.fa-heart-broken:before {
	content: "\f7a9"
}

.fa-heartbeat:before {
	content: "\f21e"
}

.fa-helicopter:before {
	content: "\f533"
}

.fa-highlighter:before {
	content: "\f591"
}

.fa-hiking:before {
	content: "\f6ec"
}

.fa-hippo:before {
	content: "\f6ed"
}

.fa-hips:before {
	content: "\f452"
}

.fa-hire-a-helper:before {
	content: "\f3b0"
}

.fa-history:before {
	content: "\f1da"
}

.fa-hockey-puck:before {
	content: "\f453"
}

.fa-holly-berry:before {
	content: "\f7aa"
}

.fa-home:before {
	content: "\f015"
}

.fa-hooli:before {
	content: "\f427"
}

.fa-hornbill:before {
	content: "\f592"
}

.fa-horse:before {
	content: "\f6f0"
}

.fa-horse-head:before {
	content: "\f7ab"
}

.fa-hospital:before {
	content: "\f0f8"
}

.fa-hospital-alt:before {
	content: "\f47d"
}

.fa-hospital-symbol:before {
	content: "\f47e"
}

.fa-hot-tub:before {
	content: "\f593"
}

.fa-hotdog:before {
	content: "\f80f"
}

.fa-hotel:before {
	content: "\f594"
}

.fa-hotjar:before {
	content: "\f3b1"
}

.fa-hourglass:before {
	content: "\f254"
}

.fa-hourglass-end:before {
	content: "\f253"
}

.fa-hourglass-half:before {
	content: "\f252"
}

.fa-hourglass-start:before {
	content: "\f251"
}

.fa-house-damage:before {
	content: "\f6f1"
}

.fa-houzz:before {
	content: "\f27c"
}

.fa-hryvnia:before {
	content: "\f6f2"
}

.fa-html5:before {
	content: "\f13b"
}

.fa-hubspot:before {
	content: "\f3b2"
}

.fa-i-cursor:before {
	content: "\f246"
}

.fa-ice-cream:before {
	content: "\f810"
}

.fa-icicles:before {
	content: "\f7ad"
}

.fa-icons:before {
	content: "\f86d"
}

.fa-id-badge:before {
	content: "\f2c1"
}

.fa-id-card:before {
	content: "\f2c2"
}

.fa-id-card-alt:before {
	content: "\f47f"
}

.fa-igloo:before {
	content: "\f7ae"
}

.fa-image:before {
	content: "\f03e"
}

.fa-images:before {
	content: "\f302"
}

.fa-imdb:before {
	content: "\f2d8"
}

.fa-inbox:before {
	content: "\f01c"
}

.fa-indent:before {
	content: "\f03c"
}

.fa-industry:before {
	content: "\f275"
}

.fa-infinity:before {
	content: "\f534"
}

.fa-info:before {
	content: "\f129"
}

.fa-info-circle:before {
	content: "\f05a"
}

.fa-instagram:before {
	content: "\f16d"
}

.fa-intercom:before {
	content: "\f7af"
}

.fa-internet-explorer:before {
	content: "\f26b"
}

.fa-invision:before {
	content: "\f7b0"
}

.fa-ioxhost:before {
	content: "\f208"
}

.fa-italic:before {
	content: "\f033"
}

.fa-itch-io:before {
	content: "\f83a"
}

.fa-itunes:before {
	content: "\f3b4"
}

.fa-itunes-note:before {
	content: "\f3b5"
}

.fa-java:before {
	content: "\f4e4"
}

.fa-jedi:before {
	content: "\f669"
}

.fa-jedi-order:before {
	content: "\f50e"
}

.fa-jenkins:before {
	content: "\f3b6"
}

.fa-jira:before {
	content: "\f7b1"
}

.fa-joget:before {
	content: "\f3b7"
}

.fa-joint:before {
	content: "\f595"
}

.fa-joomla:before {
	content: "\f1aa"
}

.fa-journal-whills:before {
	content: "\f66a"
}

.fa-js:before {
	content: "\f3b8"
}

.fa-js-square:before {
	content: "\f3b9"
}

.fa-jsfiddle:before {
	content: "\f1cc"
}

.fa-kaaba:before {
	content: "\f66b"
}

.fa-kaggle:before {
	content: "\f5fa"
}

.fa-key:before {
	content: "\f084"
}

.fa-keybase:before {
	content: "\f4f5"
}

.fa-keyboard:before {
	content: "\f11c"
}

.fa-keycdn:before {
	content: "\f3ba"
}

.fa-khanda:before {
	content: "\f66d"
}

.fa-kickstarter:before {
	content: "\f3bb"
}

.fa-kickstarter-k:before {
	content: "\f3bc"
}

.fa-kiss:before {
	content: "\f596"
}

.fa-kiss-beam:before {
	content: "\f597"
}

.fa-kiss-wink-heart:before {
	content: "\f598"
}

.fa-kiwi-bird:before {
	content: "\f535"
}

.fa-korvue:before {
	content: "\f42f"
}

.fa-landmark:before {
	content: "\f66f"
}

.fa-language:before {
	content: "\f1ab"
}

.fa-laptop:before {
	content: "\f109"
}

.fa-laptop-code:before {
	content: "\f5fc"
}

.fa-laptop-medical:before {
	content: "\f812"
}

.fa-laravel:before {
	content: "\f3bd"
}

.fa-lastfm:before {
	content: "\f202"
}

.fa-lastfm-square:before {
	content: "\f203"
}

.fa-laugh:before {
	content: "\f599"
}

.fa-laugh-beam:before {
	content: "\f59a"
}

.fa-laugh-squint:before {
	content: "\f59b"
}

.fa-laugh-wink:before {
	content: "\f59c"
}

.fa-layer-group:before {
	content: "\f5fd"
}

.fa-leaf:before {
	content: "\f06c"
}

.fa-leanpub:before {
	content: "\f212"
}

.fa-lemon:before {
	content: "\f094"
}

.fa-less:before {
	content: "\f41d"
}

.fa-less-than:before {
	content: "\f536"
}

.fa-less-than-equal:before {
	content: "\f537"
}

.fa-level-down-alt:before {
	content: "\f3be"
}

.fa-level-up-alt:before {
	content: "\f3bf"
}

.fa-life-ring:before {
	content: "\f1cd"
}

.fa-lightbulb:before {
	content: "\f0eb"
}

.fa-line:before {
	content: "\f3c0"
}

.fa-link:before {
	content: "\f0c1"
}

.fa-linkedin:before {
	content: "\f08c"
}

.fa-linkedin-in:before {
	content: "\f0e1"
}

.fa-linode:before {
	content: "\f2b8"
}

.fa-linux:before {
	content: "\f17c"
}

.fa-lira-sign:before {
	content: "\f195"
}

.fa-list:before {
	content: "\f03a"
}

.fa-list-alt:before {
	content: "\f022"
}

.fa-list-ol:before {
	content: "\f0cb"
}

.fa-list-ul:before {
	content: "\f0ca"
}

.fa-location-arrow:before {
	content: "\f124"
}

.fa-lock:before {
	content: "\f023"
}

.fa-lock-open:before {
	content: "\f3c1"
}

.fa-long-arrow-alt-down:before {
	content: "\f309"
}

.fa-long-arrow-alt-left:before {
	content: "\f30a"
}

.fa-long-arrow-alt-right:before {
	content: "\f30b"
}

.fa-long-arrow-alt-up:before {
	content: "\f30c"
}

.fa-low-vision:before {
	content: "\f2a8"
}

.fa-luggage-cart:before {
	content: "\f59d"
}

.fa-lyft:before {
	content: "\f3c3"
}

.fa-magento:before {
	content: "\f3c4"
}

.fa-magic:before {
	content: "\f0d0"
}

.fa-magnet:before {
	content: "\f076"
}

.fa-mail-bulk:before {
	content: "\f674"
}

.fa-mailchimp:before {
	content: "\f59e"
}

.fa-male:before {
	content: "\f183"
}

.fa-mandalorian:before {
	content: "\f50f"
}

.fa-map:before {
	content: "\f279"
}

.fa-map-marked:before {
	content: "\f59f"
}

.fa-map-marked-alt:before {
	content: "\f5a0"
}

.fa-map-marker:before {
	content: "\f041"
}

.fa-map-marker-alt:before {
	content: "\f3c5"
}

.fa-map-pin:before {
	content: "\f276"
}

.fa-map-signs:before {
	content: "\f277"
}

.fa-markdown:before {
	content: "\f60f"
}

.fa-marker:before {
	content: "\f5a1"
}

.fa-mars:before {
	content: "\f222"
}

.fa-mars-double:before {
	content: "\f227"
}

.fa-mars-stroke:before {
	content: "\f229"
}

.fa-mars-stroke-h:before {
	content: "\f22b"
}

.fa-mars-stroke-v:before {
	content: "\f22a"
}

.fa-mask:before {
	content: "\f6fa"
}

.fa-mastodon:before {
	content: "\f4f6"
}

.fa-maxcdn:before {
	content: "\f136"
}

.fa-mdb:before {
	content: "\f8ca"
}

.fa-medal:before {
	content: "\f5a2"
}

.fa-medapps:before {
	content: "\f3c6"
}

.fa-medium:before {
	content: "\f23a"
}

.fa-medium-m:before {
	content: "\f3c7"
}

.fa-medkit:before {
	content: "\f0fa"
}

.fa-medrt:before {
	content: "\f3c8"
}

.fa-meetup:before {
	content: "\f2e0"
}

.fa-megaport:before {
	content: "\f5a3"
}

.fa-meh:before {
	content: "\f11a"
}

.fa-meh-blank:before {
	content: "\f5a4"
}

.fa-meh-rolling-eyes:before {
	content: "\f5a5"
}

.fa-memory:before {
	content: "\f538"
}

.fa-mendeley:before {
	content: "\f7b3"
}

.fa-menorah:before {
	content: "\f676"
}

.fa-mercury:before {
	content: "\f223"
}

.fa-meteor:before {
	content: "\f753"
}

.fa-microchip:before {
	content: "\f2db"
}

.fa-microphone:before {
	content: "\f130"
}

.fa-microphone-alt:before {
	content: "\f3c9"
}

.fa-microphone-alt-slash:before {
	content: "\f539"
}

.fa-microphone-slash:before {
	content: "\f131"
}

.fa-microscope:before {
	content: "\f610"
}

.fa-microsoft:before {
	content: "\f3ca"
}

.fa-minus:before {
	content: "\f068"
}

.fa-minus-circle:before {
	content: "\f056"
}

.fa-minus-square:before {
	content: "\f146"
}

.fa-mitten:before {
	content: "\f7b5"
}

.fa-mix:before {
	content: "\f3cb"
}

.fa-mixcloud:before {
	content: "\f289"
}

.fa-mizuni:before {
	content: "\f3cc"
}

.fa-mobile:before {
	content: "\f10b"
}

.fa-mobile-alt:before {
	content: "\f3cd"
}

.fa-modx:before {
	content: "\f285"
}

.fa-monero:before {
	content: "\f3d0"
}

.fa-money-bill:before {
	content: "\f0d6"
}

.fa-money-bill-alt:before {
	content: "\f3d1"
}

.fa-money-bill-wave:before {
	content: "\f53a"
}

.fa-money-bill-wave-alt:before {
	content: "\f53b"
}

.fa-money-check:before {
	content: "\f53c"
}

.fa-money-check-alt:before {
	content: "\f53d"
}

.fa-monument:before {
	content: "\f5a6"
}

.fa-moon:before {
	content: "\f186"
}

.fa-mortar-pestle:before {
	content: "\f5a7"
}

.fa-mosque:before {
	content: "\f678"
}

.fa-motorcycle:before {
	content: "\f21c"
}

.fa-mountain:before {
	content: "\f6fc"
}

.fa-mouse:before {
	content: "\f8cc"
}

.fa-mouse-pointer:before {
	content: "\f245"
}

.fa-mug-hot:before {
	content: "\f7b6"
}

.fa-music:before {
	content: "\f001"
}

.fa-napster:before {
	content: "\f3d2"
}

.fa-neos:before {
	content: "\f612"
}

.fa-network-wired:before {
	content: "\f6ff"
}

.fa-neuter:before {
	content: "\f22c"
}

.fa-newspaper:before {
	content: "\f1ea"
}

.fa-nimblr:before {
	content: "\f5a8"
}

.fa-node:before {
	content: "\f419"
}

.fa-node-js:before {
	content: "\f3d3"
}

.fa-not-equal:before {
	content: "\f53e"
}

.fa-notes-medical:before {
	content: "\f481"
}

.fa-npm:before {
	content: "\f3d4"
}

.fa-ns8:before {
	content: "\f3d5"
}

.fa-nutritionix:before {
	content: "\f3d6"
}

.fa-object-group:before {
	content: "\f247"
}

.fa-object-ungroup:before {
	content: "\f248"
}

.fa-odnoklassniki:before {
	content: "\f263"
}

.fa-odnoklassniki-square:before {
	content: "\f264"
}

.fa-oil-can:before {
	content: "\f613"
}

.fa-old-republic:before {
	content: "\f510"
}

.fa-om:before {
	content: "\f679"
}

.fa-opencart:before {
	content: "\f23d"
}

.fa-openid:before {
	content: "\f19b"
}

.fa-opera:before {
	content: "\f26a"
}

.fa-optin-monster:before {
	content: "\f23c"
}

.fa-orcid:before {
	content: "\f8d2"
}

.fa-osi:before {
	content: "\f41a"
}

.fa-otter:before {
	content: "\f700"
}

.fa-outdent:before {
	content: "\f03b"
}

.fa-page4:before {
	content: "\f3d7"
}

.fa-pagelines:before {
	content: "\f18c"
}

.fa-pager:before {
	content: "\f815"
}

.fa-paint-brush:before {
	content: "\f1fc"
}

.fa-paint-roller:before {
	content: "\f5aa"
}

.fa-palette:before {
	content: "\f53f"
}

.fa-palfed:before {
	content: "\f3d8"
}

.fa-pallet:before {
	content: "\f482"
}

.fa-paper-plane:before {
	content: "\f1d8"
}

.fa-paperclip:before {
	content: "\f0c6"
}

.fa-parachute-box:before {
	content: "\f4cd"
}

.fa-paragraph:before {
	content: "\f1dd"
}

.fa-parking:before {
	content: "\f540"
}

.fa-passport:before {
	content: "\f5ab"
}

.fa-pastafarianism:before {
	content: "\f67b"
}

.fa-paste:before {
	content: "\f0ea"
}

.fa-patreon:before {
	content: "\f3d9"
}

.fa-pause:before {
	content: "\f04c"
}

.fa-pause-circle:before {
	content: "\f28b"
}

.fa-paw:before {
	content: "\f1b0"
}

.fa-paypal:before {
	content: "\f1ed"
}

.fa-peace:before {
	content: "\f67c"
}

.fa-pen:before {
	content: "\f304"
}

.fa-pen-alt:before {
	content: "\f305"
}

.fa-pen-fancy:before {
	content: "\f5ac"
}

.fa-pen-nib:before {
	content: "\f5ad"
}

.fa-pen-square:before {
	content: "\f14b"
}

.fa-pencil-alt:before {
	content: "\f303"
}

.fa-pencil-ruler:before {
	content: "\f5ae"
}

.fa-penny-arcade:before {
	content: "\f704"
}

.fa-people-carry:before {
	content: "\f4ce"
}

.fa-pepper-hot:before {
	content: "\f816"
}

.fa-percent:before {
	content: "\f295"
}

.fa-percentage:before {
	content: "\f541"
}

.fa-periscope:before {
	content: "\f3da"
}

.fa-person-booth:before {
	content: "\f756"
}

.fa-phabricator:before {
	content: "\f3db"
}

.fa-phoenix-framework:before {
	content: "\f3dc"
}

.fa-phoenix-squadron:before {
	content: "\f511"
}

.fa-phone:before {
	content: "\f095"
}

.fa-phone-alt:before {
	content: "\f879"
}

.fa-phone-slash:before {
	content: "\f3dd"
}

.fa-phone-square:before {
	content: "\f098"
}

.fa-phone-square-alt:before {
	content: "\f87b"
}

.fa-phone-volume:before {
	content: "\f2a0"
}

.fa-photo-video:before {
	content: "\f87c"
}

.fa-php:before {
	content: "\f457"
}

.fa-pied-piper:before {
	content: "\f2ae"
}

.fa-pied-piper-alt:before {
	content: "\f1a8"
}

.fa-pied-piper-hat:before {
	content: "\f4e5"
}

.fa-pied-piper-pp:before {
	content: "\f1a7"
}

.fa-piggy-bank:before {
	content: "\f4d3"
}

.fa-pills:before {
	content: "\f484"
}

.fa-pinterest:before {
	content: "\f0d2"
}

.fa-pinterest-p:before {
	content: "\f231"
}

.fa-pinterest-square:before {
	content: "\f0d3"
}

.fa-pizza-slice:before {
	content: "\f818"
}

.fa-place-of-worship:before {
	content: "\f67f"
}

.fa-plane:before {
	content: "\f072"
}

.fa-plane-arrival:before {
	content: "\f5af"
}

.fa-plane-departure:before {
	content: "\f5b0"
}

.fa-play:before {
	content: "\f04b"
}

.fa-play-circle:before {
	content: "\f144"
}

.fa-playstation:before {
	content: "\f3df"
}

.fa-plug:before {
	content: "\f1e6"
}

.fa-plus:before {
	content: "\f067"
}

.fa-plus-circle:before {
	content: "\f055"
}

.fa-plus-square:before {
	content: "\f0fe"
}

.fa-podcast:before {
	content: "\f2ce"
}

.fa-poll:before {
	content: "\f681"
}

.fa-poll-h:before {
	content: "\f682"
}

.fa-poo:before {
	content: "\f2fe"
}

.fa-poo-storm:before {
	content: "\f75a"
}

.fa-poop:before {
	content: "\f619"
}

.fa-portrait:before {
	content: "\f3e0"
}

.fa-pound-sign:before {
	content: "\f154"
}

.fa-power-off:before {
	content: "\f011"
}

.fa-pray:before {
	content: "\f683"
}

.fa-praying-hands:before {
	content: "\f684"
}

.fa-prescription:before {
	content: "\f5b1"
}

.fa-prescription-bottle:before {
	content: "\f485"
}

.fa-prescription-bottle-alt:before {
	content: "\f486"
}

.fa-print:before {
	content: "\f02f"
}

.fa-procedures:before {
	content: "\f487"
}

.fa-product-hunt:before {
	content: "\f288"
}

.fa-project-diagram:before {
	content: "\f542"
}

.fa-pushed:before {
	content: "\f3e1"
}

.fa-puzzle-piece:before {
	content: "\f12e"
}

.fa-python:before {
	content: "\f3e2"
}

.fa-qq:before {
	content: "\f1d6"
}

.fa-qrcode:before {
	content: "\f029"
}

.fa-question:before {
	content: "\f128"
}

.fa-question-circle:before {
	content: "\f059"
}

.fa-quidditch:before {
	content: "\f458"
}

.fa-quinscape:before {
	content: "\f459"
}

.fa-quora:before {
	content: "\f2c4"
}

.fa-quote-left:before {
	content: "\f10d"
}

.fa-quote-right:before {
	content: "\f10e"
}

.fa-quran:before {
	content: "\f687"
}

.fa-r-project:before {
	content: "\f4f7"
}

.fa-radiation:before {
	content: "\f7b9"
}

.fa-radiation-alt:before {
	content: "\f7ba"
}

.fa-rainbow:before {
	content: "\f75b"
}

.fa-random:before {
	content: "\f074"
}

.fa-raspberry-pi:before {
	content: "\f7bb"
}

.fa-ravelry:before {
	content: "\f2d9"
}

.fa-react:before {
	content: "\f41b"
}

.fa-reacteurope:before {
	content: "\f75d"
}

.fa-readme:before {
	content: "\f4d5"
}

.fa-rebel:before {
	content: "\f1d0"
}

.fa-receipt:before {
	content: "\f543"
}

.fa-record-vinyl:before {
	content: "\f8d9"
}

.fa-recycle:before {
	content: "\f1b8"
}

.fa-red-river:before {
	content: "\f3e3"
}

.fa-reddit:before {
	content: "\f1a1"
}

.fa-reddit-alien:before {
	content: "\f281"
}

.fa-reddit-square:before {
	content: "\f1a2"
}

.fa-redhat:before {
	content: "\f7bc"
}

.fa-redo:before {
	content: "\f01e"
}

.fa-redo-alt:before {
	content: "\f2f9"
}

.fa-registered:before {
	content: "\f25d"
}

.fa-remove-format:before {
	content: "\f87d"
}

.fa-renren:before {
	content: "\f18b"
}

.fa-reply:before {
	content: "\f3e5"
}

.fa-reply-all:before {
	content: "\f122"
}

.fa-replyd:before {
	content: "\f3e6"
}

.fa-republican:before {
	content: "\f75e"
}

.fa-researchgate:before {
	content: "\f4f8"
}

.fa-resolving:before {
	content: "\f3e7"
}

.fa-restroom:before {
	content: "\f7bd"
}

.fa-retweet:before {
	content: "\f079"
}

.fa-rev:before {
	content: "\f5b2"
}

.fa-ribbon:before {
	content: "\f4d6"
}

.fa-ring:before {
	content: "\f70b"
}

.fa-road:before {
	content: "\f018"
}

.fa-robot:before {
	content: "\f544"
}

.fa-rocket:before {
	content: "\f135"
}

.fa-rocketchat:before {
	content: "\f3e8"
}

.fa-rockrms:before {
	content: "\f3e9"
}

.fa-route:before {
	content: "\f4d7"
}

.fa-rss:before {
	content: "\f09e"
}

.fa-rss-square:before {
	content: "\f143"
}

.fa-ruble-sign:before {
	content: "\f158"
}

.fa-ruler:before {
	content: "\f545"
}

.fa-ruler-combined:before {
	content: "\f546"
}

.fa-ruler-horizontal:before {
	content: "\f547"
}

.fa-ruler-vertical:before {
	content: "\f548"
}

.fa-running:before {
	content: "\f70c"
}

.fa-rupee-sign:before {
	content: "\f156"
}

.fa-sad-cry:before {
	content: "\f5b3"
}

.fa-sad-tear:before {
	content: "\f5b4"
}

.fa-safari:before {
	content: "\f267"
}

.fa-salesforce:before {
	content: "\f83b"
}

.fa-sass:before {
	content: "\f41e"
}

.fa-satellite:before {
	content: "\f7bf"
}

.fa-satellite-dish:before {
	content: "\f7c0"
}

.fa-save:before {
	content: "\f0c7"
}

.fa-schlix:before {
	content: "\f3ea"
}

.fa-school:before {
	content: "\f549"
}

.fa-screwdriver:before {
	content: "\f54a"
}

.fa-scribd:before {
	content: "\f28a"
}

.fa-scroll:before {
	content: "\f70e"
}

.fa-sd-card:before {
	content: "\f7c2"
}

.fa-search:before {
	content: "\f002"
}

.fa-search-dollar:before {
	content: "\f688"
}

.fa-search-location:before {
	content: "\f689"
}

.fa-search-minus:before {
	content: "\f010"
}

.fa-search-plus:before {
	content: "\f00e"
}

.fa-searchengin:before {
	content: "\f3eb"
}

.fa-seedling:before {
	content: "\f4d8"
}

.fa-sellcast:before {
	content: "\f2da"
}

.fa-sellsy:before {
	content: "\f213"
}

.fa-server:before {
	content: "\f233"
}

.fa-servicestack:before {
	content: "\f3ec"
}

.fa-shapes:before {
	content: "\f61f"
}

.fa-share:before {
	content: "\f064"
}

.fa-share-alt:before {
	content: "\f1e0"
}

.fa-share-alt-square:before {
	content: "\f1e1"
}

.fa-share-square:before {
	content: "\f14d"
}

.fa-shekel-sign:before {
	content: "\f20b"
}

.fa-shield-alt:before {
	content: "\f3ed"
}

.fa-ship:before {
	content: "\f21a"
}

.fa-shipping-fast:before {
	content: "\f48b"
}

.fa-shirtsinbulk:before {
	content: "\f214"
}

.fa-shoe-prints:before {
	content: "\f54b"
}

.fa-shopping-bag:before {
	content: "\f290"
}

.fa-shopping-basket:before {
	content: "\f291"
}

.fa-shopping-cart:before {
	content: "\f07a"
}

.fa-shopware:before {
	content: "\f5b5"
}

.fa-shower:before {
	content: "\f2cc"
}

.fa-shuttle-van:before {
	content: "\f5b6"
}

.fa-sign:before {
	content: "\f4d9"
}

.fa-sign-in-alt:before {
	content: "\f2f6"
}

.fa-sign-language:before {
	content: "\f2a7"
}

.fa-sign-out-alt:before {
	content: "\f2f5"
}

.fa-signal:before {
	content: "\f012"
}

.fa-signature:before {
	content: "\f5b7"
}

.fa-sim-card:before {
	content: "\f7c4"
}

.fa-simplybuilt:before {
	content: "\f215"
}

.fa-sistrix:before {
	content: "\f3ee"
}

.fa-sitemap:before {
	content: "\f0e8"
}

.fa-sith:before {
	content: "\f512"
}

.fa-skating:before {
	content: "\f7c5"
}

.fa-sketch:before {
	content: "\f7c6"
}

.fa-skiing:before {
	content: "\f7c9"
}

.fa-skiing-nordic:before {
	content: "\f7ca"
}

.fa-skull:before {
	content: "\f54c"
}

.fa-skull-crossbones:before {
	content: "\f714"
}

.fa-skyatlas:before {
	content: "\f216"
}

.fa-skype:before {
	content: "\f17e"
}

.fa-slack:before {
	content: "\f198"
}

.fa-slack-hash:before {
	content: "\f3ef"
}

.fa-slash:before {
	content: "\f715"
}

.fa-sleigh:before {
	content: "\f7cc"
}

.fa-sliders-h:before {
	content: "\f1de"
}

.fa-slideshare:before {
	content: "\f1e7"
}

.fa-smile:before {
	content: "\f118"
}

.fa-smile-beam:before {
	content: "\f5b8"
}

.fa-smile-wink:before {
	content: "\f4da"
}

.fa-smog:before {
	content: "\f75f"
}

.fa-smoking:before {
	content: "\f48d"
}

.fa-smoking-ban:before {
	content: "\f54d"
}

.fa-sms:before {
	content: "\f7cd"
}

.fa-snapchat:before {
	content: "\f2ab"
}

.fa-snapchat-ghost:before {
	content: "\f2ac"
}

.fa-snapchat-square:before {
	content: "\f2ad"
}

.fa-snowboarding:before {
	content: "\f7ce"
}

.fa-snowflake:before {
	content: "\f2dc"
}

.fa-snowman:before {
	content: "\f7d0"
}

.fa-snowplow:before {
	content: "\f7d2"
}

.fa-socks:before {
	content: "\f696"
}

.fa-solar-panel:before {
	content: "\f5ba"
}

.fa-sort:before {
	content: "\f0dc"
}

.fa-sort-alpha-down:before {
	content: "\f15d"
}

.fa-sort-alpha-down-alt:before {
	content: "\f881"
}

.fa-sort-alpha-up:before {
	content: "\f15e"
}

.fa-sort-alpha-up-alt:before {
	content: "\f882"
}

.fa-sort-amount-down:before {
	content: "\f160"
}

.fa-sort-amount-down-alt:before {
	content: "\f884"
}

.fa-sort-amount-up:before {
	content: "\f161"
}

.fa-sort-amount-up-alt:before {
	content: "\f885"
}

.fa-sort-down:before {
	content: "\f0dd"
}

.fa-sort-numeric-down:before {
	content: "\f162"
}

.fa-sort-numeric-down-alt:before {
	content: "\f886"
}

.fa-sort-numeric-up:before {
	content: "\f163"
}

.fa-sort-numeric-up-alt:before {
	content: "\f887"
}

.fa-sort-up:before {
	content: "\f0de"
}

.fa-soundcloud:before {
	content: "\f1be"
}

.fa-sourcetree:before {
	content: "\f7d3"
}

.fa-spa:before {
	content: "\f5bb"
}

.fa-space-shuttle:before {
	content: "\f197"
}

.fa-speakap:before {
	content: "\f3f3"
}

.fa-speaker-deck:before {
	content: "\f83c"
}

.fa-spell-check:before {
	content: "\f891"
}

.fa-spider:before {
	content: "\f717"
}

.fa-spinner:before {
	content: "\f110"
}

.fa-splotch:before {
	content: "\f5bc"
}

.fa-spotify:before {
	content: "\f1bc"
}

.fa-spray-can:before {
	content: "\f5bd"
}

.fa-square:before {
	content: "\f0c8"
}

.fa-square-full:before {
	content: "\f45c"
}

.fa-square-root-alt:before {
	content: "\f698"
}

.fa-squarespace:before {
	content: "\f5be"
}

.fa-stack-exchange:before {
	content: "\f18d"
}

.fa-stack-overflow:before {
	content: "\f16c"
}

.fa-stackpath:before {
	content: "\f842"
}

.fa-stamp:before {
	content: "\f5bf"
}

.fa-star:before {
	content: "\f005"
}

.fa-star-and-crescent:before {
	content: "\f699"
}

.fa-star-half:before {
	content: "\f089"
}

.fa-star-half-alt:before {
	content: "\f5c0"
}

.fa-star-of-david:before {
	content: "\f69a"
}

.fa-star-of-life:before {
	content: "\f621"
}

.fa-staylinked:before {
	content: "\f3f5"
}

.fa-steam:before {
	content: "\f1b6"
}

.fa-steam-square:before {
	content: "\f1b7"
}

.fa-steam-symbol:before {
	content: "\f3f6"
}

.fa-step-backward:before {
	content: "\f048"
}

.fa-step-forward:before {
	content: "\f051"
}

.fa-stethoscope:before {
	content: "\f0f1"
}

.fa-sticker-mule:before {
	content: "\f3f7"
}

.fa-sticky-note:before {
	content: "\f249"
}

.fa-stop:before {
	content: "\f04d"
}

.fa-stop-circle:before {
	content: "\f28d"
}

.fa-stopwatch:before {
	content: "\f2f2"
}

.fa-store:before {
	content: "\f54e"
}

.fa-store-alt:before {
	content: "\f54f"
}

.fa-strava:before {
	content: "\f428"
}

.fa-stream:before {
	content: "\f550"
}

.fa-street-view:before {
	content: "\f21d"
}

.fa-strikethrough:before {
	content: "\f0cc"
}

.fa-stripe:before {
	content: "\f429"
}

.fa-stripe-s:before {
	content: "\f42a"
}

.fa-stroopwafel:before {
	content: "\f551"
}

.fa-studiovinari:before {
	content: "\f3f8"
}

.fa-stumbleupon:before {
	content: "\f1a4"
}

.fa-stumbleupon-circle:before {
	content: "\f1a3"
}

.fa-subscript:before {
	content: "\f12c"
}

.fa-subway:before {
	content: "\f239"
}

.fa-suitcase:before {
	content: "\f0f2"
}

.fa-suitcase-rolling:before {
	content: "\f5c1"
}

.fa-sun:before {
	content: "\f185"
}

.fa-superpowers:before {
	content: "\f2dd"
}

.fa-superscript:before {
	content: "\f12b"
}

.fa-supple:before {
	content: "\f3f9"
}

.fa-surprise:before {
	content: "\f5c2"
}

.fa-suse:before {
	content: "\f7d6"
}

.fa-swatchbook:before {
	content: "\f5c3"
}

.fa-swift:before {
	content: "\f8e1"
}

.fa-swimmer:before {
	content: "\f5c4"
}

.fa-swimming-pool:before {
	content: "\f5c5"
}

.fa-symfony:before {
	content: "\f83d"
}

.fa-synagogue:before {
	content: "\f69b"
}

.fa-sync:before {
	content: "\f021"
}

.fa-sync-alt:before {
	content: "\f2f1"
}

.fa-syringe:before {
	content: "\f48e"
}

.fa-table:before {
	content: "\f0ce"
}

.fa-table-tennis:before {
	content: "\f45d"
}

.fa-tablet:before {
	content: "\f10a"
}

.fa-tablet-alt:before {
	content: "\f3fa"
}

.fa-tablets:before {
	content: "\f490"
}

.fa-tachometer-alt:before {
	content: "\f3fd"
}

.fa-tag:before {
	content: "\f02b"
}

.fa-tags:before {
	content: "\f02c"
}

.fa-tape:before {
	content: "\f4db"
}

.fa-tasks:before {
	content: "\f0ae"
}

.fa-taxi:before {
	content: "\f1ba"
}

.fa-teamspeak:before {
	content: "\f4f9"
}

.fa-teeth:before {
	content: "\f62e"
}

.fa-teeth-open:before {
	content: "\f62f"
}

.fa-telegram:before {
	content: "\f2c6"
}

.fa-telegram-plane:before {
	content: "\f3fe"
}

.fa-temperature-high:before {
	content: "\f769"
}

.fa-temperature-low:before {
	content: "\f76b"
}

.fa-tencent-weibo:before {
	content: "\f1d5"
}

.fa-tenge:before {
	content: "\f7d7"
}

.fa-terminal:before {
	content: "\f120"
}

.fa-text-height:before {
	content: "\f034"
}

.fa-text-width:before {
	content: "\f035"
}

.fa-th:before {
	content: "\f00a"
}

.fa-th-large:before {
	content: "\f009"
}

.fa-th-list:before {
	content: "\f00b"
}

.fa-the-red-yeti:before {
	content: "\f69d"
}

.fa-theater-masks:before {
	content: "\f630"
}

.fa-themeco:before {
	content: "\f5c6"
}

.fa-themeisle:before {
	content: "\f2b2"
}

.fa-thermometer:before {
	content: "\f491"
}

.fa-thermometer-empty:before {
	content: "\f2cb"
}

.fa-thermometer-full:before {
	content: "\f2c7"
}

.fa-thermometer-half:before {
	content: "\f2c9"
}

.fa-thermometer-quarter:before {
	content: "\f2ca"
}

.fa-thermometer-three-quarters:before {
	content: "\f2c8"
}

.fa-think-peaks:before {
	content: "\f731"
}

.fa-thumbs-down:before {
	content: "\f165"
}

.fa-thumbs-up:before {
	content: "\f164"
}

.fa-thumbtack:before {
	content: "\f08d"
}

.fa-ticket-alt:before {
	content: "\f3ff"
}

.fa-times:before {
	content: "\f00d"
}

.fa-times-circle:before {
	content: "\f057"
}

.fa-tint:before {
	content: "\f043"
}

.fa-tint-slash:before {
	content: "\f5c7"
}

.fa-tired:before {
	content: "\f5c8"
}

.fa-toggle-off:before {
	content: "\f204"
}

.fa-toggle-on:before {
	content: "\f205"
}

.fa-toilet:before {
	content: "\f7d8"
}

.fa-toilet-paper:before {
	content: "\f71e"
}

.fa-toolbox:before {
	content: "\f552"
}

.fa-tools:before {
	content: "\f7d9"
}

.fa-tooth:before {
	content: "\f5c9"
}

.fa-torah:before {
	content: "\f6a0"
}

.fa-torii-gate:before {
	content: "\f6a1"
}

.fa-tractor:before {
	content: "\f722"
}

.fa-trade-federation:before {
	content: "\f513"
}

.fa-trademark:before {
	content: "\f25c"
}

.fa-traffic-light:before {
	content: "\f637"
}

.fa-train:before {
	content: "\f238"
}

.fa-tram:before {
	content: "\f7da"
}

.fa-transgender:before {
	content: "\f224"
}

.fa-transgender-alt:before {
	content: "\f225"
}

.fa-trash:before {
	content: "\f1f8"
}

.fa-trash-alt:before {
	content: "\f2ed"
}

.fa-trash-restore:before {
	content: "\f829"
}

.fa-trash-restore-alt:before {
	content: "\f82a"
}

.fa-tree:before {
	content: "\f1bb"
}

.fa-trello:before {
	content: "\f181"
}

.fa-tripadvisor:before {
	content: "\f262"
}

.fa-trophy:before {
	content: "\f091"
}

.fa-truck:before {
	content: "\f0d1"
}

.fa-truck-loading:before {
	content: "\f4de"
}

.fa-truck-monster:before {
	content: "\f63b"
}

.fa-truck-moving:before {
	content: "\f4df"
}

.fa-truck-pickup:before {
	content: "\f63c"
}

.fa-tshirt:before {
	content: "\f553"
}

.fa-tty:before {
	content: "\f1e4"
}

.fa-tumblr:before {
	content: "\f173"
}

.fa-tumblr-square:before {
	content: "\f174"
}

.fa-tv:before {
	content: "\f26c"
}

.fa-twitch:before {
	content: "\f1e8"
}

.fa-twitter:before {
	content: "\f099"
}

.fa-twitter-square:before {
	content: "\f081"
}

.fa-typo3:before {
	content: "\f42b"
}

.fa-uber:before {
	content: "\f402"
}

.fa-ubuntu:before {
	content: "\f7df"
}

.fa-uikit:before {
	content: "\f403"
}

.fa-umbraco:before {
	content: "\f8e8"
}

.fa-umbrella:before {
	content: "\f0e9"
}

.fa-umbrella-beach:before {
	content: "\f5ca"
}

.fa-underline:before {
	content: "\f0cd"
}

.fa-undo:before {
	content: "\f0e2"
}

.fa-undo-alt:before {
	content: "\f2ea"
}

.fa-uniregistry:before {
	content: "\f404"
}

.fa-universal-access:before {
	content: "\f29a"
}

.fa-university:before {
	content: "\f19c"
}

.fa-unlink:before {
	content: "\f127"
}

.fa-unlock:before {
	content: "\f09c"
}

.fa-unlock-alt:before {
	content: "\f13e"
}

.fa-untappd:before {
	content: "\f405"
}

.fa-upload:before {
	content: "\f093"
}

.fa-ups:before {
	content: "\f7e0"
}

.fa-usb:before {
	content: "\f287"
}

.fa-user:before {
	content: "\f007"
}

.fa-user-alt:before {
	content: "\f406"
}

.fa-user-alt-slash:before {
	content: "\f4fa"
}

.fa-user-astronaut:before {
	content: "\f4fb"
}

.fa-user-check:before {
	content: "\f4fc"
}

.fa-user-circle:before {
	content: "\f2bd"
}

.fa-user-clock:before {
	content: "\f4fd"
}

.fa-user-cog:before {
	content: "\f4fe"
}

.fa-user-edit:before {
	content: "\f4ff"
}

.fa-user-friends:before {
	content: "\f500"
}

.fa-user-graduate:before {
	content: "\f501"
}

.fa-user-injured:before {
	content: "\f728"
}

.fa-user-lock:before {
	content: "\f502"
}

.fa-user-md:before {
	content: "\f0f0"
}

.fa-user-minus:before {
	content: "\f503"
}

.fa-user-ninja:before {
	content: "\f504"
}

.fa-user-nurse:before {
	content: "\f82f"
}

.fa-user-plus:before {
	content: "\f234"
}

.fa-user-secret:before {
	content: "\f21b"
}

.fa-user-shield:before {
	content: "\f505"
}

.fa-user-slash:before {
	content: "\f506"
}

.fa-user-tag:before {
	content: "\f507"
}

.fa-user-tie:before {
	content: "\f508"
}

.fa-user-times:before {
	content: "\f235"
}

.fa-users:before {
	content: "\f0c0"
}

.fa-users-cog:before {
	content: "\f509"
}

.fa-usps:before {
	content: "\f7e1"
}

.fa-ussunnah:before {
	content: "\f407"
}

.fa-utensil-spoon:before {
	content: "\f2e5"
}

.fa-utensils:before {
	content: "\f2e7"
}

.fa-vaadin:before {
	content: "\f408"
}

.fa-vector-square:before {
	content: "\f5cb"
}

.fa-venus:before {
	content: "\f221"
}

.fa-venus-double:before {
	content: "\f226"
}

.fa-venus-mars:before {
	content: "\f228"
}

.fa-viacoin:before {
	content: "\f237"
}

.fa-viadeo:before {
	content: "\f2a9"
}

.fa-viadeo-square:before {
	content: "\f2aa"
}

.fa-vial:before {
	content: "\f492"
}

.fa-vials:before {
	content: "\f493"
}

.fa-viber:before {
	content: "\f409"
}

.fa-video:before {
	content: "\f03d"
}

.fa-video-slash:before {
	content: "\f4e2"
}

.fa-vihara:before {
	content: "\f6a7"
}

.fa-vimeo:before {
	content: "\f40a"
}

.fa-vimeo-square:before {
	content: "\f194"
}

.fa-vimeo-v:before {
	content: "\f27d"
}

.fa-vine:before {
	content: "\f1ca"
}

.fa-vk:before {
	content: "\f189"
}

.fa-vnv:before {
	content: "\f40b"
}

.fa-voicemail:before {
	content: "\f897"
}

.fa-volleyball-ball:before {
	content: "\f45f"
}

.fa-volume-down:before {
	content: "\f027"
}

.fa-volume-mute:before {
	content: "\f6a9"
}

.fa-volume-off:before {
	content: "\f026"
}

.fa-volume-up:before {
	content: "\f028"
}

.fa-vote-yea:before {
	content: "\f772"
}

.fa-vr-cardboard:before {
	content: "\f729"
}

.fa-vuejs:before {
	content: "\f41f"
}

.fa-walking:before {
	content: "\f554"
}

.fa-wallet:before {
	content: "\f555"
}

.fa-warehouse:before {
	content: "\f494"
}

.fa-water:before {
	content: "\f773"
}

.fa-wave-square:before {
	content: "\f83e"
}

.fa-waze:before {
	content: "\f83f"
}

.fa-weebly:before {
	content: "\f5cc"
}

.fa-weibo:before {
	content: "\f18a"
}

.fa-weight:before {
	content: "\f496"
}

.fa-weight-hanging:before {
	content: "\f5cd"
}

.fa-weixin:before {
	content: "\f1d7"
}

.fa-whatsapp:before {
	content: "\f232"
}

.fa-whatsapp-square:before {
	content: "\f40c"
}

.fa-wheelchair:before {
	content: "\f193"
}

.fa-whmcs:before {
	content: "\f40d"
}

.fa-wifi:before {
	content: "\f1eb"
}

.fa-wikipedia-w:before {
	content: "\f266"
}

.fa-wind:before {
	content: "\f72e"
}

.fa-window-close:before {
	content: "\f410"
}

.fa-window-maximize:before {
	content: "\f2d0"
}

.fa-window-minimize:before {
	content: "\f2d1"
}

.fa-window-restore:before {
	content: "\f2d2"
}

.fa-windows:before {
	content: "\f17a"
}

.fa-wine-bottle:before {
	content: "\f72f"
}

.fa-wine-glass:before {
	content: "\f4e3"
}

.fa-wine-glass-alt:before {
	content: "\f5ce"
}

.fa-wix:before {
	content: "\f5cf"
}

.fa-wizards-of-the-coast:before {
	content: "\f730"
}

.fa-wolf-pack-battalion:before {
	content: "\f514"
}

.fa-won-sign:before {
	content: "\f159"
}

.fa-wordpress:before {
	content: "\f19a"
}

.fa-wordpress-simple:before {
	content: "\f411"
}

.fa-wpbeginner:before {
	content: "\f297"
}

.fa-wpexplorer:before {
	content: "\f2de"
}

.fa-wpforms:before {
	content: "\f298"
}

.fa-wpressr:before {
	content: "\f3e4"
}

.fa-wrench:before {
	content: "\f0ad"
}

.fa-x-ray:before {
	content: "\f497"
}

.fa-xbox:before {
	content: "\f412"
}

.fa-xing:before {
	content: "\f168"
}

.fa-xing-square:before {
	content: "\f169"
}

.fa-y-combinator:before {
	content: "\f23b"
}

.fa-yahoo:before {
	content: "\f19e"
}

.fa-yammer:before {
	content: "\f840"
}

.fa-yandex:before {
	content: "\f413"
}

.fa-yandex-international:before {
	content: "\f414"
}

.fa-yarn:before {
	content: "\f7e3"
}

.fa-yelp:before {
	content: "\f1e9"
}

.fa-yen-sign:before {
	content: "\f157"
}

.fa-yin-yang:before {
	content: "\f6ad"
}

.fa-yoast:before {
	content: "\f2b1"
}

.fa-youtube:before {
	content: "\f167"
}

.fa-youtube-square:before {
	content: "\f431"
}

.fa-zhihu:before {
	content: "\f63f"
}

.sr-only {
	border: 0;
	clip: rect(0,0,0,0);
	height: 1px;
	margin: -1px;
	overflow: hidden;
	padding: 0;
	position: absolute;
	width: 1px
}

.sr-only-focusable:active, .sr-only-focusable:focus {
	clip: auto;
	height: auto;
	margin: 0;
	overflow: visible;
	position: static;
	width: auto
}

@font-face {
	font-family: 'Font Awesome 5 Brands';
	font-style: normal;
	font-weight: 400;
	font-display: auto;
	src: url(../webfonts/fa-brands-400.eot);
	src: url(../webfonts/fa-brands-400d41d.eot?#iefix) format("embedded-opentype"),url(../webfonts/fa-brands-400.woff2) format("woff2"),url(../webfonts/fa-brands-400.woff) format("woff"),url(../webfonts/fa-brands-400.ttf) format("truetype"),url(../webfonts/fa-brands-400.svg#fontawesome) format("svg")
}

.fab {
	font-family: 'Font Awesome 5 Brands'
}

@font-face {
	font-family: 'Font Awesome 5 Free';
	font-style: normal;
	font-weight: 400;
	font-display: auto;
	src: url(../webfonts/fa-regular-400.eot);
	src: url(../webfonts/fa-regular-400d41d.eot?#iefix) format("embedded-opentype"),url(../webfonts/fa-regular-400.woff2) format("woff2"),url(../webfonts/fa-regular-400.woff) format("woff"),url(../webfonts/fa-regular-400.ttf) format("truetype"),url(../webfonts/fa-regular-400.svg#fontawesome) format("svg")
}

.far {
	font-family: 'Font Awesome 5 Free';
	font-weight: 400
}

@font-face {
	font-family: 'Font Awesome 5 Free';
	font-style: normal;
	font-weight: 900;
	font-display: auto;
	src: url(../webfonts/fa-solid-900.eot);
	src: url(../webfonts/fa-solid-900d41d.eot?#iefix) format("embedded-opentype"),url(../webfonts/fa-solid-900.woff2) format("woff2"),url(../webfonts/fa-solid-900.woff) format("woff"),url(../webfonts/fa-solid-900.ttf) format("truetype"),url(../webfonts/fa-solid-900.svg#fontawesome) format("svg")
}

.fa, .fas {
	font-family: 'Font Awesome 5 Free';
	font-weight: 900
}


/* Slider */
.slick-slider {
	position: relative;
	display: block;
	box-sizing: border-box;
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
	-webkit-touch-callout: none;
	-khtml-user-select: none;
	-ms-touch-action: pan-y;
	touch-action: pan-y;
	-webkit-tap-highlight-color: transparent;
}

.slick-list {
	position: relative;
	display: block;
	overflow: hidden;
	margin: 0;
	padding: 0;
}

	.slick-list:focus {
		outline: none;
	}

	.slick-list.dragging {
		cursor: pointer;
		cursor: hand;
	}

.slick-slider .slick-track,
.slick-slider .slick-list {
	-webkit-transform: translate3d(0, 0, 0);
	-moz-transform: translate3d(0, 0, 0);
	-ms-transform: translate3d(0, 0, 0);
	-o-transform: translate3d(0, 0, 0);
	transform: translate3d(0, 0, 0);
}

.slick-track {
	position: relative;
	top: 0;
	left: 0;
	display: block;
}

	.slick-track:before,
	.slick-track:after {
		display: table;
		content: '';
	}

	.slick-track:after {
		clear: both;
	}

.slick-loading .slick-track {
	visibility: hidden;
}

.slick-slide {
	display: none;
	float: left;
	height: 100%;
	min-height: 1px;
}

[dir='rtl'] .slick-slide {
	float: right;
}

.slick-slide img {
	display: block;
}

.slick-slide.slick-loading img {
	display: none;
}

.slick-slide.dragging img {
	pointer-events: none;
}

.slick-initialized .slick-slide {
	display: block;
}

.slick-loading .slick-slide {
	visibility: hidden;
}

.slick-vertical .slick-slide {
	display: block;
	height: auto;
	border: 1px solid transparent;
}

.slick-arrow.slick-hidden {
	display: none;
}


/**
 * Swiper 5.3.6
 * Most modern mobile touch slider and framework with hardware accelerated transitions
 * http://swiperjs.com
 *
 * Copyright 2014-2020 Vladimir Kharlampidi
 *
 * Released under the MIT License
 *
 * Released on: February 29, 2020
 */

:root {
	--swiper-theme-color: #007aff;
}

.swiper-container {
	margin-left: auto;
	margin-right: auto;
	position: relative;
	overflow: hidden;
	list-style: none;
	padding: 0;
	/* Fix of Webkit flickering */
	z-index: 1;
}

.swiper-container-vertical > .swiper-wrapper {
	flex-direction: column;
}

.swiper-wrapper {
	position: relative;
	width: 100%;
	height: 100%;
	z-index: 1;
	display: flex;
	transition-property: transform;
	box-sizing: content-box;
}

.swiper-container-android .swiper-slide,
.swiper-wrapper {
	transform: translate3d(0px, 0, 0);
}

.swiper-container-multirow > .swiper-wrapper {
	flex-wrap: wrap;
}

.swiper-container-multirow-column > .swiper-wrapper {
	flex-wrap: wrap;
	flex-direction: column;
}

.swiper-container-free-mode > .swiper-wrapper {
	transition-timing-function: ease-out;
	margin: 0 auto;
}

.swiper-slide {
	flex-shrink: 0;
	width: 100%;
	height: 100%;
	position: relative;
	transition-property: transform;
}

.swiper-slide-invisible-blank {
	visibility: hidden;
}
/* Auto Height */
.swiper-container-autoheight,
.swiper-container-autoheight .swiper-slide {
	height: auto;
}

	.swiper-container-autoheight .swiper-wrapper {
		align-items: flex-start;
		transition-property: transform, height;
	}
/* 3D Effects */
.swiper-container-3d {
	perspective: 1200px;
}

	.swiper-container-3d .swiper-wrapper,
	.swiper-container-3d .swiper-slide,
	.swiper-container-3d .swiper-slide-shadow-left,
	.swiper-container-3d .swiper-slide-shadow-right,
	.swiper-container-3d .swiper-slide-shadow-top,
	.swiper-container-3d .swiper-slide-shadow-bottom,
	.swiper-container-3d .swiper-cube-shadow {
		transform-style: preserve-3d;
	}

	.swiper-container-3d .swiper-slide-shadow-left,
	.swiper-container-3d .swiper-slide-shadow-right,
	.swiper-container-3d .swiper-slide-shadow-top,
	.swiper-container-3d .swiper-slide-shadow-bottom {
		position: absolute;
		left: 0;
		top: 0;
		width: 100%;
		height: 100%;
		pointer-events: none;
		z-index: 10;
	}

	.swiper-container-3d .swiper-slide-shadow-left {
		background-image: linear-gradient(to left, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
	}

	.swiper-container-3d .swiper-slide-shadow-right {
		background-image: linear-gradient(to right, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
	}

	.swiper-container-3d .swiper-slide-shadow-top {
		background-image: linear-gradient(to top, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
	}

	.swiper-container-3d .swiper-slide-shadow-bottom {
		background-image: linear-gradient(to bottom, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
	}
/* CSS Mode */
.swiper-container-css-mode > .swiper-wrapper {
	overflow: auto;
	scrollbar-width: none;
	/* For Firefox */
	-ms-overflow-style: none;
	/* For Internet Explorer and Edge */
}

	.swiper-container-css-mode > .swiper-wrapper::-webkit-scrollbar {
		display: none;
	}

	.swiper-container-css-mode > .swiper-wrapper > .swiper-slide {
		scroll-snap-align: start start;
	}

.swiper-container-horizontal.swiper-container-css-mode > .swiper-wrapper {
	scroll-snap-type: x mandatory;
}

.swiper-container-vertical.swiper-container-css-mode > .swiper-wrapper {
	scroll-snap-type: y mandatory;
}

:root {
	--swiper-navigation-size: 44px;
}

.swiper-button-prev,
.swiper-button-next {
	position: absolute;
	top: 50%;
	width: calc(var(--swiper-navigation-size) / 44 * 27);
	height: var(--swiper-navigation-size);
	margin-top: calc(-1 * var(--swiper-navigation-size) / 2);
	z-index: 10;
	cursor: pointer;
	display: flex;
	align-items: center;
	justify-content: center;
	color: var(--swiper-navigation-color, var(--swiper-theme-color));
}

	.swiper-button-prev.swiper-button-disabled,
	.swiper-button-next.swiper-button-disabled {
		opacity: 0.35;
		cursor: auto;
		pointer-events: none;
	}

	.swiper-button-prev:after,
	.swiper-button-next:after {
		font-size: var(--swiper-navigation-size);
		text-transform: none !important;
		letter-spacing: 0;
		text-transform: none;
		font-variant: initial;
	}

.swiper-button-prev,
.swiper-container-rtl .swiper-button-next {
	left: 10px;
	right: auto;
}

	.swiper-button-prev:after,
	.swiper-container-rtl .swiper-button-next:after {
		content: 'prev';
	}

.swiper-button-next,
.swiper-container-rtl .swiper-button-prev {
	right: 10px;
	left: auto;
}

	.swiper-button-next:after,
	.swiper-container-rtl .swiper-button-prev:after {
		content: 'next';
	}

	.swiper-button-prev.swiper-button-white,
	.swiper-button-next.swiper-button-white {
		--swiper-navigation-color: #ffffff;
	}

	.swiper-button-prev.swiper-button-black,
	.swiper-button-next.swiper-button-black {
		--swiper-navigation-color: #000000;
	}

.swiper-button-lock {
	display: none;
}

:root {
}

.swiper-pagination {
	position: absolute;
	text-align: center;
	transition: 300ms opacity;
	transform: translate3d(0, 0, 0);
	z-index: 10;
}

	.swiper-pagination.swiper-pagination-hidden {
		opacity: 0;
	}
/* Common Styles */
.swiper-pagination-fraction,
.swiper-pagination-custom,
.swiper-container-horizontal > .swiper-pagination-bullets {
	bottom: 10px;
	left: 0;
	width: 100%;
}
/* Bullets */
.swiper-pagination-bullets-dynamic {
	overflow: hidden;
	font-size: 0;
}

	.swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
		transform: scale(0.33);
		position: relative;
	}

	.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active {
		transform: scale(1);
	}

	.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-main {
		transform: scale(1);
	}

	.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-prev {
		transform: scale(0.66);
	}

	.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-prev-prev {
		transform: scale(0.33);
	}

	.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-next {
		transform: scale(0.66);
	}

	.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-next-next {
		transform: scale(0.33);
	}

.swiper-pagination-bullet {
	width: 8px;
	height: 8px;
	display: inline-block;
	border-radius: 100%;
	background: #000;
	opacity: 0.2;
}

button.swiper-pagination-bullet {
	border: none;
	margin: 0;
	padding: 0;
	box-shadow: none;
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
}

.swiper-pagination-clickable .swiper-pagination-bullet {
	cursor: pointer;
}

.swiper-pagination-bullet-active {
	opacity: 1;
	background: var(--swiper-pagination-color, var(--swiper-theme-color));
}

.swiper-container-vertical > .swiper-pagination-bullets {
	right: 10px;
	top: 50%;
	transform: translate3d(0px, -50%, 0);
}

	.swiper-container-vertical > .swiper-pagination-bullets .swiper-pagination-bullet {
		margin: 6px 0;
		display: block;
	}

	.swiper-container-vertical > .swiper-pagination-bullets.swiper-pagination-bullets-dynamic {
		top: 50%;
		transform: translateY(-50%);
		width: 8px;
	}

		.swiper-container-vertical > .swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
			display: inline-block;
			transition: 200ms transform, 200ms top;
		}

.swiper-container-horizontal > .swiper-pagination-bullets .swiper-pagination-bullet {
	margin: 0 4px;
}

.swiper-container-horizontal > .swiper-pagination-bullets.swiper-pagination-bullets-dynamic {
	left: 50%;
	transform: translateX(-50%);
	white-space: nowrap;
}

	.swiper-container-horizontal > .swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
		transition: 200ms transform, 200ms left;
	}

.swiper-container-horizontal.swiper-container-rtl > .swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
	transition: 200ms transform, 200ms right;
}
/* Progress */
.swiper-pagination-progressbar {
	background: rgba(0, 0, 0, 0.25);
	position: absolute;
}

	.swiper-pagination-progressbar .swiper-pagination-progressbar-fill {
		background: var(--swiper-pagination-color, var(--swiper-theme-color));
		position: absolute;
		left: 0;
		top: 0;
		width: 100%;
		height: 100%;
		transform: scale(0);
		transform-origin: left top;
	}

.swiper-container-rtl .swiper-pagination-progressbar .swiper-pagination-progressbar-fill {
	transform-origin: right top;
}

.swiper-container-horizontal > .swiper-pagination-progressbar,
.swiper-container-vertical > .swiper-pagination-progressbar.swiper-pagination-progressbar-opposite {
	width: 100%;
	height: 4px;
	left: 0;
	top: 0;
}

	.swiper-container-vertical > .swiper-pagination-progressbar,
	.swiper-container-horizontal > .swiper-pagination-progressbar.swiper-pagination-progressbar-opposite {
		width: 4px;
		height: 100%;
		left: 0;
		top: 0;
	}

.swiper-pagination-white {
	--swiper-pagination-color: #ffffff;
}

.swiper-pagination-black {
	--swiper-pagination-color: #000000;
}

.swiper-pagination-lock {
	display: none;
}
/* Scrollbar */
.swiper-scrollbar {
	border-radius: 10px;
	position: relative;
	-ms-touch-action: none;
	background: rgba(0, 0, 0, 0.1);
}

.swiper-container-horizontal > .swiper-scrollbar {
	position: absolute;
	left: 1%;
	bottom: 3px;
	z-index: 50;
	height: 5px;
	width: 98%;
}

.swiper-container-vertical > .swiper-scrollbar {
	position: absolute;
	right: 3px;
	top: 1%;
	z-index: 50;
	width: 5px;
	height: 98%;
}

.swiper-scrollbar-drag {
	height: 100%;
	width: 100%;
	position: relative;
	background: rgba(0, 0, 0, 0.5);
	border-radius: 10px;
	left: 0;
	top: 0;
}

.swiper-scrollbar-cursor-drag {
	cursor: move;
}

.swiper-scrollbar-lock {
	display: none;
}

.swiper-zoom-container {
	width: 100%;
	height: 100%;
	display: flex;
	justify-content: center;
	align-items: center;
	text-align: center;
}

	.swiper-zoom-container > img,
	.swiper-zoom-container > svg,
	.swiper-zoom-container > canvas {
		max-width: 100%;
		max-height: 100%;
		object-fit: contain;
	}

.swiper-slide-zoomed {
	cursor: move;
}
/* Preloader */
:root {
}

.swiper-lazy-preloader {
	width: 42px;
	height: 42px;
	position: absolute;
	left: 50%;
	top: 50%;
	margin-left: -21px;
	margin-top: -21px;
	z-index: 10;
	transform-origin: 50%;
	animation: swiper-preloader-spin 1s infinite linear;
	box-sizing: border-box;
	border: 4px solid var(--swiper-preloader-color, var(--swiper-theme-color));
	border-radius: 50%;
	border-top-color: transparent;
}

.swiper-lazy-preloader-white {
	--swiper-preloader-color: #fff;
}

.swiper-lazy-preloader-black {
	--swiper-preloader-color: #000;
}

@keyframes swiper-preloader-spin {
	100% {
		transform: rotate(360deg);
	}
}
/* a11y */
.swiper-container .swiper-notification {
	position: absolute;
	left: 0;
	top: 0;
	pointer-events: none;
	opacity: 0;
	z-index: -1000;
}

.swiper-container-fade.swiper-container-free-mode .swiper-slide {
	transition-timing-function: ease-out;
}

.swiper-container-fade .swiper-slide {
	pointer-events: none;
	transition-property: opacity;
}

	.swiper-container-fade .swiper-slide .swiper-slide {
		pointer-events: none;
	}

.swiper-container-fade .swiper-slide-active,
.swiper-container-fade .swiper-slide-active .swiper-slide-active {
	pointer-events: auto;
}

.swiper-container-cube {
	overflow: visible;
}

	.swiper-container-cube .swiper-slide {
		pointer-events: none;
		-webkit-backface-visibility: hidden;
		backface-visibility: hidden;
		z-index: 1;
		visibility: hidden;
		transform-origin: 0 0;
		width: 100%;
		height: 100%;
	}

		.swiper-container-cube .swiper-slide .swiper-slide {
			pointer-events: none;
		}

	.swiper-container-cube.swiper-container-rtl .swiper-slide {
		transform-origin: 100% 0;
	}

	.swiper-container-cube .swiper-slide-active,
	.swiper-container-cube .swiper-slide-active .swiper-slide-active {
		pointer-events: auto;
	}

	.swiper-container-cube .swiper-slide-active,
	.swiper-container-cube .swiper-slide-next,
	.swiper-container-cube .swiper-slide-prev,
	.swiper-container-cube .swiper-slide-next + .swiper-slide {
		pointer-events: auto;
		visibility: visible;
	}

	.swiper-container-cube .swiper-slide-shadow-top,
	.swiper-container-cube .swiper-slide-shadow-bottom,
	.swiper-container-cube .swiper-slide-shadow-left,
	.swiper-container-cube .swiper-slide-shadow-right {
		z-index: 0;
		-webkit-backface-visibility: hidden;
		backface-visibility: hidden;
	}

	.swiper-container-cube .swiper-cube-shadow {
		position: absolute;
		left: 0;
		bottom: 0px;
		width: 100%;
		height: 100%;
		background: #000;
		opacity: 0.6;
		-webkit-filter: blur(50px);
		filter: blur(50px);
		z-index: 0;
	}

.swiper-container-flip {
	overflow: visible;
}

	.swiper-container-flip .swiper-slide {
		pointer-events: none;
		-webkit-backface-visibility: hidden;
		backface-visibility: hidden;
		z-index: 1;
	}

		.swiper-container-flip .swiper-slide .swiper-slide {
			pointer-events: none;
		}

	.swiper-container-flip .swiper-slide-active,
	.swiper-container-flip .swiper-slide-active .swiper-slide-active {
		pointer-events: auto;
	}

	.swiper-container-flip .swiper-slide-shadow-top,
	.swiper-container-flip .swiper-slide-shadow-bottom,
	.swiper-container-flip .swiper-slide-shadow-left,
	.swiper-container-flip .swiper-slide-shadow-right {
		z-index: 0;
		-webkit-backface-visibility: hidden;
		backface-visibility: hidden;
	}

/*Begin Hover CSS*/
@-webkit-keyframes wobble-vertical {
	16.65% {
		-webkit-transform: translateY(8px);
		transform: translateY(8px);
	}

	33.3% {
		-webkit-transform: translateY(-6px);
		transform: translateY(-6px);
	}

	49.95% {
		-webkit-transform: translateY(4px);
		transform: translateY(4px);
	}

	66.6% {
		-webkit-transform: translateY(-2px);
		transform: translateY(-2px);
	}

	83.25% {
		-webkit-transform: translateY(1px);
		transform: translateY(1px);
	}

	100% {
		-webkit-transform: translateY(0);
		transform: translateY(0);
	}
}

@keyframes wobble-vertical {
	16.65% {
		-webkit-transform: translateY(8px);
		-ms-transform: translateY(8px);
		transform: translateY(8px);
	}

	33.3% {
		-webkit-transform: translateY(-6px);
		-ms-transform: translateY(-6px);
		transform: translateY(-6px);
	}

	49.95% {
		-webkit-transform: translateY(4px);
		-ms-transform: translateY(4px);
		transform: translateY(4px);
	}

	66.6% {
		-webkit-transform: translateY(-2px);
		-ms-transform: translateY(-2px);
		transform: translateY(-2px);
	}

	83.25% {
		-webkit-transform: translateY(1px);
		-ms-transform: translateY(1px);
		transform: translateY(1px);
	}

	100% {
		-webkit-transform: translateY(0);
		-ms-transform: translateY(0);
		transform: translateY(0);
	}
}

.wobble-vertical {
	display: inline-block;
	-webkit-transform: translateZ(0);
	-ms-transform: translateZ(0);
	transform: translateZ(0);
	box-shadow: 0 0 1px rgba(0, 0, 0, 0);
}

	.wobble-vertical:hover {
		-webkit-animation-name: wobble-vertical;
		animation-name: wobble-vertical;
		-webkit-animation-duration: 1s;
		animation-duration: 1s;
		-webkit-animation-timing-function: ease-in-out;
		animation-timing-function: ease-in-out;
		-webkit-animation-iteration-count: 1;
		animation-iteration-count: 1;
	}

@-webkit-keyframes wobble-horizontal {
	16.65% {
		-webkit-transform: translateX(8px);
		transform: translateX(8px);
	}

	33.3% {
		-webkit-transform: translateX(-6px);
		transform: translateX(-6px);
	}

	49.95% {
		-webkit-transform: translateX(4px);
		transform: translateX(4px);
	}

	66.6% {
		-webkit-transform: translateX(-2px);
		transform: translateX(-2px);
	}

	83.25% {
		-webkit-transform: translateX(1px);
		transform: translateX(1px);
	}

	100% {
		-webkit-transform: translateX(0);
		transform: translateX(0);
	}
}

@keyframes wobble-horizontal {
	16.65% {
		-webkit-transform: translateX(8px);
		-ms-transform: translateX(8px);
		transform: translateX(8px);
	}

	33.3% {
		-webkit-transform: translateX(-6px);
		-ms-transform: translateX(-6px);
		transform: translateX(-6px);
	}

	49.95% {
		-webkit-transform: translateX(4px);
		-ms-transform: translateX(4px);
		transform: translateX(4px);
	}

	66.6% {
		-webkit-transform: translateX(-2px);
		-ms-transform: translateX(-2px);
		transform: translateX(-2px);
	}

	83.25% {
		-webkit-transform: translateX(1px);
		-ms-transform: translateX(1px);
		transform: translateX(1px);
	}

	100% {
		-webkit-transform: translateX(0);
		-ms-transform: translateX(0);
		transform: translateX(0);
	}
}

.wobble-horizontal {
	display: inline-block;
	-webkit-transform: translateZ(0);
	-ms-transform: translateZ(0);
	transform: translateZ(0);
	box-shadow: 0 0 1px rgba(0, 0, 0, 0);
}

	.wobble-horizontal:hover, a:hover .wobble-horizontal {
		-webkit-animation-name: wobble-horizontal;
		animation-name: wobble-horizontal;
		-webkit-animation-duration: 1s;
		animation-duration: 1s;
		-webkit-animation-timing-function: ease-in-out;
		animation-timing-function: ease-in-out;
		-webkit-animation-iteration-count: 1;
		animation-iteration-count: 1;
	}

@-webkit-keyframes wobble-to-bottom-right {
	16.65% {
		-webkit-transform: translate(8px, 8px);
		transform: translate(8px, 8px);
	}

	33.3% {
		-webkit-transform: translate(-6px, -6px);
		transform: translate(-6px, -6px);
	}

	49.95% {
		-webkit-transform: translate(4px, 4px);
		transform: translate(4px, 4px);
	}

	66.6% {
		-webkit-transform: translate(-2px, -2px);
		transform: translate(-2px, -2px);
	}

	83.25% {
		-webkit-transform: translate(1px, 1px);
		transform: translate(1px, 1px);
	}

	100% {
		-webkit-transform: translate(0, 0);
		transform: translate(0, 0);
	}
}

@keyframes wobble-to-bottom-right {
	16.65% {
		-webkit-transform: translate(8px, 8px);
		-ms-transform: translate(8px, 8px);
		transform: translate(8px, 8px);
	}

	33.3% {
		-webkit-transform: translate(-6px, -6px);
		-ms-transform: translate(-6px, -6px);
		transform: translate(-6px, -6px);
	}

	49.95% {
		-webkit-transform: translate(4px, 4px);
		-ms-transform: translate(4px, 4px);
		transform: translate(4px, 4px);
	}

	66.6% {
		-webkit-transform: translate(-2px, -2px);
		-ms-transform: translate(-2px, -2px);
		transform: translate(-2px, -2px);
	}

	83.25% {
		-webkit-transform: translate(1px, 1px);
		-ms-transform: translate(1px, 1px);
		transform: translate(1px, 1px);
	}

	100% {
		-webkit-transform: translate(0, 0);
		-ms-transform: translate(0, 0);
		transform: translate(0, 0);
	}
}

.wobble-to-bottom-right {
	display: inline-block;
	-webkit-transform: translateZ(0);
	-ms-transform: translateZ(0);
	transform: translateZ(0);
	box-shadow: 0 0 1px rgba(0, 0, 0, 0);
}

	.wobble-to-bottom-right:hover {
		-webkit-animation-name: wobble-to-bottom-right;
		animation-name: wobble-to-bottom-right;
		-webkit-animation-duration: 1s;
		animation-duration: 1s;
		-webkit-animation-timing-function: ease-in-out;
		animation-timing-function: ease-in-out;
		-webkit-animation-iteration-count: 1;
		animation-iteration-count: 1;
	}

@-webkit-keyframes wobble-to-top-right {
	16.65% {
		-webkit-transform: translate(8px, -8px);
		transform: translate(8px, -8px);
	}

	33.3% {
		-webkit-transform: translate(-6px, 6px);
		transform: translate(-6px, 6px);
	}

	49.95% {
		-webkit-transform: translate(4px, -4px);
		transform: translate(4px, -4px);
	}

	66.6% {
		-webkit-transform: translate(-2px, 2px);
		transform: translate(-2px, 2px);
	}

	83.25% {
		-webkit-transform: translate(1px, -1px);
		transform: translate(1px, -1px);
	}

	100% {
		-webkit-transform: translate(0, 0);
		transform: translate(0, 0);
	}
}

@keyframes wobble-to-top-right {
	16.65% {
		-webkit-transform: translate(8px, -8px);
		-ms-transform: translate(8px, -8px);
		transform: translate(8px, -8px);
	}

	33.3% {
		-webkit-transform: translate(-6px, 6px);
		-ms-transform: translate(-6px, 6px);
		transform: translate(-6px, 6px);
	}

	49.95% {
		-webkit-transform: translate(4px, -4px);
		-ms-transform: translate(4px, -4px);
		transform: translate(4px, -4px);
	}

	66.6% {
		-webkit-transform: translate(-2px, 2px);
		-ms-transform: translate(-2px, 2px);
		transform: translate(-2px, 2px);
	}

	83.25% {
		-webkit-transform: translate(1px, -1px);
		-ms-transform: translate(1px, -1px);
		transform: translate(1px, -1px);
	}

	100% {
		-webkit-transform: translate(0, 0);
		-ms-transform: translate(0, 0);
		transform: translate(0, 0);
	}
}

.wobble-to-top-right {
	display: inline-block;
	-webkit-transform: translateZ(0);
	-ms-transform: translateZ(0);
	transform: translateZ(0);
	box-shadow: 0 0 1px rgba(0, 0, 0, 0);
}

	.wobble-to-top-right:hover {
		-webkit-animation-name: wobble-to-top-right;
		animation-name: wobble-to-top-right;
		-webkit-animation-duration: 1s;
		animation-duration: 1s;
		-webkit-animation-timing-function: ease-in-out;
		animation-timing-function: ease-in-out;
		-webkit-animation-iteration-count: 1;
		animation-iteration-count: 1;
	}

@-webkit-keyframes wobble-top {
	16.65% {
		-webkit-transform: skew(-12deg);
		transform: skew(-12deg);
	}

	33.3% {
		-webkit-transform: skew(10deg);
		transform: skew(10deg);
	}

	49.95% {
		-webkit-transform: skew(-6deg);
		transform: skew(-6deg);
	}

	66.6% {
		-webkit-transform: skew(4deg);
		transform: skew(4deg);
	}

	83.25% {
		-webkit-transform: skew(-2deg);
		transform: skew(-2deg);
	}

	100% {
		-webkit-transform: skew(0);
		transform: skew(0);
	}
}

@keyframes wobble-top {
	16.65% {
		-webkit-transform: skew(-12deg);
		-ms-transform: skew(-12deg);
		transform: skew(-12deg);
	}

	33.3% {
		-webkit-transform: skew(10deg);
		-ms-transform: skew(10deg);
		transform: skew(10deg);
	}

	49.95% {
		-webkit-transform: skew(-6deg);
		-ms-transform: skew(-6deg);
		transform: skew(-6deg);
	}

	66.6% {
		-webkit-transform: skew(4deg);
		-ms-transform: skew(4deg);
		transform: skew(4deg);
	}

	83.25% {
		-webkit-transform: skew(-2deg);
		-ms-transform: skew(-2deg);
		transform: skew(-2deg);
	}

	100% {
		-webkit-transform: skew(0);
		-ms-transform: skew(0);
		transform: skew(0);
	}
}

.wobble-top {
	display: inline-block;
	-webkit-transform-origin: 0 100%;
	-ms-transform-origin: 0 100%;
	transform-origin: 0 100%;
	-webkit-transform: translateZ(0);
	-ms-transform: translateZ(0);
	transform: translateZ(0);
	box-shadow: 0 0 1px rgba(0, 0, 0, 0);
}

	.wobble-top:hover {
		-webkit-animation-name: wobble-top;
		animation-name: wobble-top;
		-webkit-animation-duration: 1s;
		animation-duration: 1s;
		-webkit-animation-timing-function: ease-in-out;
		animation-timing-function: ease-in-out;
		-webkit-animation-iteration-count: 1;
		animation-iteration-count: 1;
	}

@-webkit-keyframes wobble-bottom {
	16.65% {
		-webkit-transform: skew(-12deg);
		transform: skew(-12deg);
	}

	33.3% {
		-webkit-transform: skew(10deg);
		transform: skew(10deg);
	}

	49.95% {
		-webkit-transform: skew(-6deg);
		transform: skew(-6deg);
	}

	66.6% {
		-webkit-transform: skew(4deg);
		transform: skew(4deg);
	}

	83.25% {
		-webkit-transform: skew(-2deg);
		transform: skew(-2deg);
	}

	100% {
		-webkit-transform: skew(0);
		transform: skew(0);
	}
}

@keyframes wobble-bottom {
	16.65% {
		-webkit-transform: skew(-12deg);
		-ms-transform: skew(-12deg);
		transform: skew(-12deg);
	}

	33.3% {
		-webkit-transform: skew(10deg);
		-ms-transform: skew(10deg);
		transform: skew(10deg);
	}

	49.95% {
		-webkit-transform: skew(-6deg);
		-ms-transform: skew(-6deg);
		transform: skew(-6deg);
	}

	66.6% {
		-webkit-transform: skew(4deg);
		-ms-transform: skew(4deg);
		transform: skew(4deg);
	}

	83.25% {
		-webkit-transform: skew(-2deg);
		-ms-transform: skew(-2deg);
		transform: skew(-2deg);
	}

	100% {
		-webkit-transform: skew(0);
		-ms-transform: skew(0);
		transform: skew(0);
	}
}

.wobble-bottom {
	display: inline-block;
	-webkit-transform-origin: 100% 0;
	-ms-transform-origin: 100% 0;
	transform-origin: 100% 0;
	-webkit-transform: translateZ(0);
	-ms-transform: translateZ(0);
	transform: translateZ(0);
	box-shadow: 0 0 1px rgba(0, 0, 0, 0);
}

	.wobble-bottom:hover {
		-webkit-animation-name: wobble-bottom;
		animation-name: wobble-bottom;
		-webkit-animation-duration: 1s;
		animation-duration: 1s;
		-webkit-animation-timing-function: ease-in-out;
		animation-timing-function: ease-in-out;
		-webkit-animation-iteration-count: 1;
		animation-iteration-count: 1;
	}

.slider-content-text > p:last-child {
	margin-bottom: 0px;
}

@-webkit-keyframes xoayvong {
	from {
		-webkit-transform: rotate(0deg);
		-moz-transform: rotate(0deg);
		-o-transform: rotate(0deg);
	}

	to {
		-webkit-transform: rotate(360deg);
		-moz-transform: rotate(360deg);
		-o-transform: rotate(360deg);
	}
}
/* Standard syntax */
@keyframes xoayvong {
	from {
		-webkit-transform: rotate(0deg);
		-moz-transform: rotate(0deg);
		-o-transform: rotate(0deg);
	}

	to {
		-webkit-transform: rotate(360deg);
		-moz-transform: rotate(360deg);
		-o-transform: rotate(360deg);
	}
}

.xoayvong {
	animation: xoayvong 2s linear 0s infinite;
	-webkit-animation: xoayvong 2s linear 0s infinite;
	-moz-animation: xoayvong 2s linear 0s infinite;
	-o-animation: xoayvong 2s linear 0s infinite;
}
/*End Hover CSS*/

/*Effect image adv*/
.banner-advs {
	position: relative;
	line-height: 0;
}

.adv-thumb-link {
	display: block;
	position: relative;
	line-height: 0;
}

	.adv-thumb-link > img {
		transition: all 0.3s ease-out 0s;
		-webkit-transition: all 0.3s ease-out 0s;
		width: 100%;
	}
/*Zoom Rotate*/
.zoom-rotate .adv-thumb-link > img {
	transform: scale(1) rotate(0);
	-webkit-transform: scale(1) rotate(0);
}

.zoom-rotate:hover .adv-thumb-link > img {
	transform: scale(1.1) rotate(4deg);
	-webkit-transform: scale(1.1) rotate(4deg);
}
/*Zoom Image*/
.zoom-image:hover .adv-thumb-link > img {
	transform: scale(1.1);
	-webkit-transform: scale(1.1);
}

.zoom-image .adv-thumb-link > img {
	transition: all 1s cubic-bezier(0, 0, 0.1, 1);
	transition-delay: .1s;
}
/*Fade Out In*/
.fade-out-in .adv-thumb-link::before,
.fade-out-in .adv-thumb-link::after,
.fade-in-out .adv-thumb-link::before,
.fade-in-out .adv-thumb-link::after,
.overlay-image .adv-thumb-link::after {
	position: absolute;
	top: 0;
	left: 0;
	bottom: 0;
	right: 0;
	content: "";
	background: rgba(0, 0, 0, 0.1);
	opacity: 0;
	z-index: 1;
	transition: all 0.3s ease-out 0s;
	-webkit-transition: all 0.3s ease-out 0s;
}

.fade-out-in:hover .adv-thumb-link::before {
	opacity: 1;
	top: 50%;
	bottom: 50%;
}

.fade-out-in:hover .adv-thumb-link::after {
	opacity: 1;
	left: 50%;
	right: 50%;
}
/*Fade In Out*/
.fade-in-out .adv-thumb-link::before {
	opacity: 1;
	top: 50%;
	bottom: 50%;
}

.fade-in-out .adv-thumb-link::after {
	opacity: 1;
	left: 50%;
	right: 50%;
}

.fade-in-out:hover .adv-thumb-link::before {
	opacity: 0;
	top: 0;
	bottom: 0;
}

.fade-in-out:hover .adv-thumb-link::after {
	opacity: 0;
	left: 0;
	right: 0;
}
/*Pull Curtain*/
.pull-curtain .adv-thumb-link::before {
	top: 0;
	left: 0;
	width: 0;
	height: 0;
	opacity: 0;
	background: rgba(0, 0, 0, 0.1);
	content: "";
	position: absolute;
	z-index: 1;
	transition: all 0.3s ease-out 0s;
	-webkit-transition: all 0.3s ease-out 0s;
}

.pull-curtain .adv-thumb-link::after {
	bottom: 0;
	right: 0;
	width: 0;
	height: 0;
	opacity: 0;
	background: rgba(0, 0, 0, 0.1);
	content: "";
	position: absolute;
	z-index: 1;
	transition: all 0.3s ease-out 0s;
	-webkit-transition: all 0.3s ease-out 0s;
}

.pull-curtain:hover .adv-thumb-link::before,
.pull-curtain:hover .adv-thumb-link::after {
	width: 100%;
	height: 100%;
	opacity: 1;
}
/*Overlay Image*/
.overlay-image .adv-thumb-link::after {
	background: rgba(0, 0, 0, 0.1);
}

.overlay-image:hover .adv-thumb-link::after {
	opacity: 1;
}

/*Overlay Image Style 2*/
.overlay-image-style2 .adv-thumb-link::after {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background: linear-gradient(to bottom,rgba(0,0,0,0) 0%,rgba(0,0,0,.15) 70%);
	content: '';
	opacity: 0;
	transition: opacity 0.4s,transform 0.4s;
}

.overlay-image-style2:hover .adv-thumb-link::after {
	opacity: 1;
	-webkit-transform: translate3d(0,0,0);
	transform: translate3d(0,0,0);
}
/*Overlay Image Style 2*/
/*Blue Image*/
.blur-image:hover .adv-thumb-link img {
	filter: blur(5px);
	-webkit-filter: blur(5px);
}
/*Gray Image*/
.gray-image:hover .adv-thumb-link img {
	-webkit-filter: grayscale(100%);
	filter: grayscale(100%);
}
/*Zoom Out*/
.zoom-out .adv-thumb-link img:last-child {
	position: absolute;
	top: 0;
	left: 0;
	opacity: 0;
	visibility: hidden;
	transform: scale(3);
	-webkit-transform: scale(3);
}

.zoom-out:hover .adv-thumb-link img {
	opacity: 1;
	visibility: visible;
	transform: scale(1);
	-webkit-transform: scale(1);
}
/*Line Scale*/
.line-scale .adv-thumb-link::before {
	position: absolute;
	top: 20px;
	bottom: 20px;
	left: 20px;
	right: 20px;
	content: "";
	border-top: 1px solid rgba(255, 255, 255, 0.7);
	border-bottom: 1px solid rgba(255, 255, 255, 0.7);
	z-index: 1;
	transform: scaleX(0);
	-webkit-transform: scaleX(0);
	transition: all 0.3s ease-out 0s;
	-webkit-transition: all 0.3s ease-out 0s;
}

.line-scale .adv-thumb-link::after {
	position: absolute;
	top: 20px;
	bottom: 20px;
	left: 20px;
	right: 20px;
	content: "";
	border-left: 1px solid rgba(255, 255, 255, 0.7);
	border-right: 1px solid rgba(255, 255, 255, 0.7);
	z-index: 1;
	transform: scaleY(0);
	-webkit-transform: scaleY(0);
	transition: all 0.3s ease-out 0s;
	-webkit-transition: all 0.3s ease-out 0s;
}

.line-scale:hover .adv-thumb-link::before,
.line-scale:hover .adv-thumb-link::after {
	transform: scale(1);
	-webkit-transform: scale(1);
}

.folding-the-edge {
}

	.folding-the-edge:hover .adv-thumb-link:before {
		/* content: '';
    right: 0; 
    top: 0;
    position: absolute;*/
		transition: 0.4s;
		border-bottom: 60px solid var(--bzo-main-color);
		border-right: 60px solid #fff;
	}

	.folding-the-edge .adv-thumb-link:before {
		border-bottom: 0px solid var(--bzo-main-color);
		border-right: 0px solid #fff;
		content: '';
		right: 0;
		top: 0;
		position: absolute;
		transition: 0.4s;
	}

@keyframes zoom-in-zoom-out {
	0% {
		transform: scale(0.8, 0.8);
	}

	50% {
		transform: scale(1, 1);
	}

	100% {
		transform: scale(0.8, 0.8);
	}
}

.hover-icon .effect-hover-icon {
	position: absolute;
	right: 15px;
	top: 15px;
	bottom: 15px;
	left: 15px;
	display: flex;
	justify-content: center;
	align-items: center;
	background: rgba(0, 0, 0, 0.6);
	transform: scaleY(0);
	-webkit-transform: scaleY(0);
	transition: all 0.3s ease-out 0s;
	-webkit-transition: all 0.3s ease-out 0s;
}

.hover-icon:hover .effect-hover-icon {
	transform: scale(1);
}
/*End Effect image adv*/
/* effect shine */
@-webkit-keyframes shine {
	100% {
		left: 125%;
	}
}

@keyframes shine {
	100% {
		left: 125%;
	}
}

.shine-effect-hover .adv-thumb-link {
	border-radius: 15px;
	position: relative;
}

	.shine-effect-hover .adv-thumb-link::before {
		position: absolute;
		top: 0;
		left: -75%;
		z-index: 2;
		display: block;
		content: '';
		width: 50%;
		height: 100%;
		background: -webkit-linear-gradient(left, rgba(255,255,255,0) 0%, rgba(255,255,255,.3) 100%);
		background: linear-gradient(to right, rgba(255,255,255,0) 0%, rgba(255,255,255,.3) 100%);
		-webkit-transform: skewX(-25deg);
		transform: skewX(-25deg);
	}

	.shine-effect-hover .adv-thumb-link:hover::before {
		-webkit-animation: shine .85s;
		animation: shine .85s;
	}

.shake {
	animation: shake 2s ease infinite;
}

@keyframes shake-horizontal {
	0%, 100% {
		transform: translateX(0);
	}

	10%, 30%, 50%, 70%, 90% {
		transform: translateX(-3px);
	}

	20%, 40%, 60%, 80% {
		transform: translateX(3px);
	}
}

@keyframes shake-vertical {
	0%, 100% {
		transform: translateY(0);
	}

	10%, 30%, 50%, 70%, 90% {
		transform: translateY(-3px);
	}

	20%, 40%, 60%, 80% {
		transform: translateY(3px);
	}
}

@-webkit-keyframes dogTrans {
	from {
		-webkit-transform: translateY(40px);
		transform: translateY(40px);
	}

	to {
		-webkit-transform: translateY(0px);
		transform: translateY(0px);
	}
}

@keyframes imgTrans {
	from {
		-webkit-transform: translateY(30px);
		transform: translateY(30px);
	}

	to {
		-webkit-transform: translateY(0px);
		transform: translateY(0px);
	}
}
/*--scroll effect --*/
@keyframes bzo-scroll {
	from {
		transform: translateX(0)
	}

	to {
		transform: translateX(calc(-100%));
	}
}

@keyframes bzo-scroll2 {
	from {
		transform: translateX(-50%)
	}

	to {
		transform: translateX(50%);
	}
}

@keyframes bzo-scroll-ver {
	from {
		transform: translateY(0)
	}

	to {
		transform: translateY(calc(-50%));
	}
}



/*******************************************************************************************************
 02. Blog General 
********************************************************************************************************/
/*********** Begin meta post *************/
.meta-post-style1 {
	display: flex;
	flex-wrap: wrap;
	align-items: center;
	gap: 5px 0;
}

	.meta-post-style1 .post-meta-data__item {
		display: flex;
		align-items: center;
		font-size: 16px;
	}

		.meta-post-style1 .post-meta-data__item a {
			color: var(--bzo-body_typo-color);
		}

			.meta-post-style1 .post-meta-data__item a:hover {
				color: var(--bzo-main-color2);
			}

	.meta-post-style1 .post-meta-data__content {
		display: flex;
		align-items: center;
		gap: 5px;
	}

		.meta-post-style1 .post-meta-data__content > i {
			font-size: 18px;
		}

	.meta-post-style1 .comments-item .post-meta-data__content > i {
		display: block;
	}

	.meta-post-style1 .split {
		display: inline-block;
		width: 1px;
		height: 14px;
		margin: 0 15px;
		vertical-align: middle;
	}
/*-----------------------------------*/
.style-item-meta__cats .post-meta-data__content {
	display: flex;
	flex-wrap: wrap;
	gap: 10px;
}

.style-item-meta__cats .meta-cats a {
	background: linear-gradient(0deg,rgba(0,0,0,.06),rgba(0,0,0,.06)),#FFFFFF;
	padding: 8px 12px;
	border-radius: 0px;
	display: inline-block;
}

	.style-item-meta__cats .meta-cats a:hover {
		color: #fff;
		background: var(--bzo-main-color);
	}

.style-item-meta__cats .post-meta-data__content > i,
.style-item-meta__cats .post-meta-data__content > span {
	display: none;
}

/*-----------------------------------*/
.style2-item-meta__cats .post-meta-data__content {
	display: flex;
	flex-wrap: wrap;
	gap: 5px 15px;
}

.style2-item-meta__cats .meta-cats a {
	color: var(--bzo-body_typo-color);
}

	.style2-item-meta__cats .meta-cats a:hover {
		color: var(--bzo-main-color);
	}

.style2-item-meta__cats .post-meta-data__content > i,
.style2-item-meta__cats .post-meta-data__content > span {
	display: none;
}

/*-------------------------*/
.meta-post-style2 {
	display: flex;
	flex-wrap: wrap;
	gap: 5px 20px;
	align-items: center;
}

	.meta-post-style2 .post-meta-data__content i {
		display: none;
	}

	.meta-post-style2 .post-meta-data__content {
		display: flex;
		align-items: center;
		gap: 10px;
	}

	.meta-post-style2 .avata img {
		border-radius: 50%;
	}
/*----------------------------*/
.meta-post-style3 {
	display: flex;
	flex-wrap: wrap;
	gap: 5px 15px;
	align-items: center;
}

	.meta-post-style3 .post-meta-data__content {
		display: flex;
		gap: 5px 10px;
		align-items: center;
		font-size: 14px;
		text-transform: capitalize;
		line-height: 16px;
	}

		.meta-post-style3 .post-meta-data__content a {
			color: var(--bzo-body_typo-color);
		}

			.meta-post-style3 .post-meta-data__content a: hover {
				color: var(--bzo-main-color);
			}

		.meta-post-style3 .post-meta-data__content i {
			font-size: 16px;
		}
/*--------------------------------------------*/


/*Begin Column item posts*/

.blog-grid-view .list-post-wrap {
	display: flex;
	display: -ms-flex;
	display: -webkit-flex;
	flex-wrap: wrap;
	-ms-flex-wrap: wrap;
	-webkit-flex-wrap: wrap;
}

.list-col-item {
	padding: 0 var(--bzo-gutter);
}
/*meida widescreen*/
@media (min-width: 2400px) {
	.list-1-item-widescreen {
		width: 100%;
	}

	.list-2-item-widescreen {
		width: 50%;
	}

	.list-3-item-widescreen {
		width: 33.3333%;
	}

	.list-4-item-widescreen {
		width: 25%;
	}

	.list-5-item-widescreen {
		width: 20%;
	}

	.list-6-item-widescreen {
		width: 16.66666667%;
	}

	.list-7-item-widescreen {
		width: 14.2857%;
	}

	.list-8-item-widescreen {
		width: 12.5%;
	}

	.list-9-item-widescreen {
		width: 11.111%;
	}

	.list-10-item-widescreen {
		width: 10%;
	}
}
/*meida desktop 2399px - 1367px*/
.list-1-item {
	width: 100%;
}

.list-2-item {
	width: 50%;
}

.list-3-item {
	width: 33.3333%;
}

.list-4-item {
	width: 25%;
}

.list-5-item {
	width: 20%;
}

.list-6-item {
	width: 16.66666667%;
}

.list-7-item {
	width: 14.2857%;
}

.list-8-item {
	width: 12.5%;
}

.list-9-item {
	width: 11.111%;
}

.list-10-item {
	width: 10%;
}
/*meida laptop*/
@media (max-width: 1366px) {
	.list-1-item-laptop {
		width: 100%;
	}

	.list-2-item-laptop {
		width: 50%;
	}

	.list-3-item-laptop {
		width: 33.3333%;
	}

	.list-4-item-laptop {
		width: 25%;
	}

	.list-5-item-laptop {
		width: 20%;
	}

	.list-6-item-laptop {
		width: 16.66666667%;
	}

	.list-7-item-laptop {
		width: 14.2857%;
	}

	.list-8-item-laptop {
		width: 12.5%;
	}

	.list-9-item-laptop {
		width: 11.111%;
	}

	.list-10-item-laptop {
		width: 10%;
	}
}
/*meida table extra*/
@media (max-width: 1200px) {
	.list-1-item-tablet-extra {
		width: 100%;
	}

	.list-2-item-tablet-extra {
		width: 50%;
	}

	.list-3-item-tablet-extra {
		width: 33.3333%;
	}

	.list-4-item-tablet-extra {
		width: 25%;
	}

	.list-5-item-tablet-extra {
		width: 20%;
	}

	.list-6-item-tablet-extra {
		width: 16.66666667%;
	}

	.list-7-item-tablet-extra {
		width: 14.2857%;
	}

	.list-8-item-tablet-extra {
		width: 12.5%;
	}

	.list-9-item-tablet-extra {
		width: 11.111%;
	}

	.list-10-item-tablet-extra {
		width: 10%;
	}
}
/*meida table*/
@media (max-width: 1024px) {
	.list-1-item-tablet {
		width: 100%;
	}

	.list-2-item-tablet {
		width: 50%;
	}

	.list-3-item-tablet {
		width: 33.3333%;
	}

	.list-4-item-tablet {
		width: 25%;
	}

	.list-5-item-tablet {
		width: 20%;
	}

	.list-6-item-tablet {
		width: 16.66666667%;
	}

	.list-7-item-tablet {
		width: 14.2857%;
	}

	.list-8-item-tablet {
		width: 12.5%;
	}

	.list-9-item-tablet {
		width: 11.111%;
	}

	.list-10-item-tablet {
		width: 10%;
	}
}
/*meida Mobile Extra*/
@media (max-width: 880px) {
	.list-1-item-mobile-extra {
		width: 100%;
	}

	.list-2-item-mobile-extra {
		width: 50%;
	}

	.list-3-item-mobile-extra {
		width: 33.3333%;
	}

	.list-4-item-mobile-extra {
		width: 25%;
	}

	.list-5-item-mobile-extra {
		width: 20%;
	}

	.list-6-item-mobile-extra {
		width: 16.66666667%;
	}

	.list-7-item-mobile-extra {
		width: 14.2857%;
	}

	.list-8-item-mobile-extra {
		width: 12.5%;
	}

	.list-9-item-mobile-extra {
		width: 11.111%;
	}

	.list-10-item-mobile-extra {
		width: 10%;
	}
}
/*meida Mobile*/
@media (max-width: 767px) {
	.list-1-item-mobile {
		width: 100%;
	}

	.list-2-item-mobile {
		width: 50%;
	}

	.list-3-item-mobile {
		width: 33.3333%;
	}

	.list-4-item-mobile {
		width: 25%;
	}

	.list-5-item-mobile {
		width: 20%;
	}

	.list-6-item-mobile {
		width: 16.66666667%;
	}

	.list-7-item-mobile {
		width: 14.2857%;
	}

	.list-8-item-mobile {
		width: 12.5%;
	}

	.list-9-item-mobile {
		width: 11.111%;
	}

	.list-10-item-mobile {
		width: 10%;
	}
}

.swiper-wrapper.bzotech-row {
	margin-left: 0;
	margin-right: 0;
}

@media (max-width: 1200px) {
	.list-post-wrap,
	.list-product-wrap {
		margin-right: -10px;
		margin-left: -10px;
	}

	.list-col-item {
		padding: 0 10px;
	}
}

@media (max-width: 375px) {
	.list-2-item-mobile, .list-2-item-mobile-extra, .list-2-item-tablet, .list-2-item-tablet-extra, .list-2-item-laptop, .list-2-item, .list-2-item-widescreen,
	.list-3-item-mobile, .list-3-item-mobile-extra, .list-3-item-tablet, .list-2-item-tablet-extra, .list-3-item-laptop, .list-2-item, .list-3-item-widescreen {
		width: 100%;
	}
}
/*End column item Posts*/

/*Begin Style Post item*/

/*1. defaut style*/
.item-post-wg .zoom-image:hover .adv-thumb-link img {
	transform: scale(1.1);
	-webkit-transform: scale(1.1);
	transition: all 0.3s linear 0s;
}

.item-post-wg .zoom-image:hover .adv-thumb-link img {
	transition: all 0.3s linear 0s;
}
/*--------------*/

.popup-share-content {
	display: none;
}

.popup-share span {
	display: none;
}

.share-popup-content-open {
	background: rgb(0 0 0 / 80%);
	position: fixed;
	width: 100%;
	height: 100%;
	left: 0;
	top: 0;
	bottom: 0;
	display: flex;
	z-index: 9999;
	right: 0;
	display: none;
	justify-content: center;
	align-items: center;
}

	.share-popup-content-open > i {
		position: absolute;
		right: 50px;
		color: #fff;
		top: 50px;
		width: 50px;
		height: 50px;
		display: inline-block;
		text-align: center;
		line-height: 50px;
		cursor: pointer;
	}

	.share-popup-content-open ul {
		background: #fff;
		padding: 35px 35px 30px;
		border-radius: 0px;
	}

		.share-popup-content-open ul a {
			display: inline-block;
			line-height: 0;
			font-size: 30px;
		}

		.share-popup-content-open ul li {
			margin-right: 20px;
		}

			.share-popup-content-open ul li:last-child {
				margin-right: 0px;
			}

	.share-popup-content-open.active {
		display: flex;
	}

.post-thumb {
	position: relative;
}
/*---------------Begin grid post style 1 -------------------*/

.blog-grid-post-item- .item-grid-post- {
	margin-bottom: 30px;
}

.blog-grid-post-item- .list-post-wrap {
	margin-bottom: -30px;
}

.item-grid-post- .item-post {
	border-radius: 15px;
	box-shadow: 0px 1px 18px rgba(0, 0, 0, 0.12);
	position: relative;
}

	.item-grid-post- .item-post .post-info {
		background-color: #fff;
	}

	.item-grid-post- .item-post:hover .post-info {
		box-shadow: inset 0px -5px 0px var(--bzo-main-color);
		transition: all 0.3s linear 0s;
	}

.item-grid-post- .meta-post-style3 {
	margin-bottom: 10px;
}

	.item-grid-post- .meta-post-style3 .meta-cats .flex-wrapper *,
	.item-grid-post- .meta-post-style3 .meta-tags .flex-wrapper * {
		display: none;
	}

	.item-grid-post- .meta-post-style3 .meta-cats .flex-wrapper a:first-child,
	.item-grid-post- .meta-post-style3 .meta-tags .flex-wrapper a:first-child {
		display: block;
	}

.item-grid-post- .post-info {
	padding: 20px;
	border-radius: 0 0 15px 15px;
	transition: all 0.3s linear 0s;
}

	.item-grid-post- .post-info ul li i {
		color: var(--bzo-main-color2);
	}

	.item-grid-post- .post-info .author {
		line-height: 37px;
		color: #727272;
		font-weight: 500;
		text-transform: capitalize;
	}

		.item-grid-post- .post-info .author:hover {
			color: var(--bzo-main-color);
		}

		.item-grid-post- .post-info .author img {
			width: 37px;
			border-radius: 100%;
			margin-right: 6px;
			float: left;
		}

.item-grid-post- .post-title {
	margin-bottom: 12px;
	line-height: 28px;
}

.item-grid-post- .readmore-wrap {
	margin-top: 30px;
}

.item-grid-post- .post-thumb {
	position: relative;
	border-radius: 15px 15px 0 0;
}

.item-grid-post- .meta-post-style1__date {
	padding-bottom: 10px;
	position: absolute;
	top: 17px;
	right: -10px;
}

	.item-grid-post- .meta-post-style1__date .meta-item {
		position: relative;
	}

		.item-grid-post- .meta-post-style1__date .meta-item span {
			background: var(--bzo-main-color);
			border-radius: 30px 0px 0px 30px;
			line-height: 26px;
			padding: 0 20px;
			display: block;
			z-index: 1;
			position: relative;
			font-size: 14px;
			color: #fff;
			text-transform: uppercase;
			font-weight: 500;
		}

		.item-grid-post- .meta-post-style1__date .meta-item::after {
			width: 0px;
			height: 0px;
			border-top: 10px solid transparent;
			border-bottom: 10px solid transparent;
			border-left: 10px solid var(--bzo-main-color-mix-black);
			position: absolute;
			right: 0;
			bottom: -10px;
			content: "";
		}
/*---------------End grid post style 1 -------------------*/
/*---------------Begin grid post style 2 -------------------*/

.blog-grid-post-item-style2 .item-post {
	margin-bottom: 30px;
	position: relative;
}

.blog-grid-post-item-style2 .list-post-wrap {
	margin-bottom: -30px;
}

.item-grid-post-style2 .item-post .item-post-inner {
	overflow: hidden;
	position: relative;
	border-radius: 15px;
}

.item-grid-post-style2 .item-post .post-thumb {
	border-radius: 15px;
	position: relative;
	transition: all 0.2s ease-out 0s;
	-webkit-transition: all 0.2s ease-out 0s;
}

	.item-grid-post-style2 .item-post .post-thumb::before {
		position: absolute;
		content: "";
		width: 100%;
		height: 100%;
		top: 0;
		left: 0;
		background: rgba(0, 0, 0, 0.4);
		z-index: 1;
		opacity: 0;
		transition: all 0.2s ease-out 0s;
		-webkit-transition: all 0.2s ease-out 0s;
	}

.item-grid-post-style2 .item-post:hover .post-thumb::before {
	opacity: 1;
}

.item-grid-post-style2 .item-post:hover .meta-post-style2 {
	opacity: 1;
	transition: all 0.2s ease-out 0s;
}

.item-grid-post-style2 .date-thumb {
	position: absolute;
	top: 20px;
	left: -10px;
	display: inline-block;
	z-index: 2;
}

	.item-grid-post-style2 .date-thumb span {
		background: var(--bzo-main-color);
		border-radius: 0px 30px 30px 0px;
		line-height: 36px;
		padding: 0 30px;
		display: block;
		z-index: 1;
		position: relative;
		font-size: 16px;
		color: #fff;
		text-transform: uppercase;
		font-weight: 500;
	}

	.item-grid-post-style2 .date-thumb::after {
		width: 0px;
		height: 0px;
		border-top: 10px solid transparent;
		border-bottom: 10px solid transparent;
		border-right: 10px solid var(--bzo-main-color-mix-black);
		position: absolute;
		left: 0;
		bottom: -10px;
		content: "";
	}

.item-grid-post-style2 .item-post .post-title {
	position: absolute;
	top: 50px;
	z-index: 2;
	left: 45px;
	right: 45px;
	padding: 20px 0px;
	margin: 0;
}

	.item-grid-post-style2 .item-post .post-title a {
		position: relative;
		display: inline-block;
		padding-bottom: 5px;
	}

		.item-grid-post-style2 .item-post .post-title a::before {
			position: absolute;
			content: "";
			width: 100%;
			height: 1px;
			left: 0;
			bottom: 0;
			background-color: transparent;
		}

.item-grid-post-style2 .item-post:hover .post-title a::before {
	background-color: #fff;
}

.item-grid-post-style2 .item-post .post-info {
	position: absolute;
	bottom: 10px;
	left: 45px;
	right: 45px;
	z-index: 2;
}

.item-grid-post-style2 .meta-post-style2 .post-meta-data__item,
.item-grid-post-style2 .meta-post-style2 .post-meta-data__item a {
	color: #fff;
	font-size: 14px;
	font-weight: 400;
	text-transform: capitalize;
}

	.item-grid-post-style2 .meta-post-style2 .post-meta-data__item a:hover {
		color: var(--bzo-main-color);
	}

.item-grid-post-style2 .post-info .author {
	line-height: 37px;
	color: #727272;
	font-weight: 500;
}

	.item-grid-post-style2 .post-info .author:hover {
		color: var(--bzo-main-color);
	}

	.item-grid-post-style2 .post-info .author img {
		width: 32px;
		border-radius: 100%;
		margin-right: 6px;
		float: left;
	}

.item-grid-post-style2 .meta-post-style2 {
	opacity: 0;
	transition: all 0.3s ease-out 0s;
}

.item-grid-post-style2:hover .meta-post-style2 {
	opacity: 1;
}

.item-grid-post-style2 .meta-post-style2 .meta-cats .flex-wrapper *,
.item-grid-post-style2 .meta-post-style2 .meta-tags .flex-wrapper * {
	display: none;
}

.item-grid-post-style2 .meta-post-style2 .meta-cats .flex-wrapper a:first-child,
.item-grid-post-style2 .meta-post-style2 .meta-tags .flex-wrapper a:first-child {
	display: block;
}
/*---------------End grid post style 2 -------------------*/
/*---------------Begin grid post style 3 -------------------*/
.blog-grid-post-item-style3 .item-grid-post-style3 {
	margin-bottom: 40px;
}

.blog-grid-post-item-style3 .list-post-wrap {
	margin-bottom: -40px;
}

.item-grid-post-style3 .style-item-meta__cats .meta-cats a {
	border-radius: 10px;
}

.item-grid-post-style3 .meta-post-style1 {
	margin-bottom: 10px;
}

.item-grid-post-style3 .post-info {
	text-align: center;
	padding: 0px 20px;
}

.item-grid-post-style3 .post-title {
	margin-bottom: 12px;
	line-height: 28px;
}

.item-grid-post-style3 .readmore-wrap {
	margin-top: 30px;
}

.item-grid-post-style3 .post-thumb {
	margin-bottom: 13px;
	position: relative;
	border-radius: 20px;
}

.item-grid-post-style3:hover .post-thumb img {
	filter: brightness( 50% ) contrast( 100% ) saturate( 100% ) blur( 2px ) hue-rotate(0deg);
}

.item-grid-post-style3 .post-thumb {
	overflow: hidden;
}

.item-grid-post-style3 .style-item-meta__cats {
	position: absolute;
	left: 16px;
	top: 16px;
}

.item-grid-post-style3 .meta-post-style1 {
	justify-content: center;
}
/*---------------End grid post style 3 -------------------*/
/*---------------Begin grid post style 4 -------------------*/
.blog-grid-post-item-style4 .item-post {
	margin-bottom: 30px;
	position: relative;
}

.blog-grid-post-item-style4 .list-post-wrap {
	margin-bottom: -30px;
}

.item-grid-post-style4 .post-title {
	line-height: 24px;
	margin: 5px 0;
}

.item-grid-post-style4 .adv-thumb-link {
	display: block;
	position: relative;
	border-radius: 15px;
	overflow: hidden;
	margin-bottom: 10px;
}

	.item-grid-post-style4 .adv-thumb-link::before {
		position: absolute;
		content: "";
		width: 100%;
		height: 100%;
		top: 0;
		left: 0;
		opacity: 0;
		transition: opacity 0.4s;
		background-color: rgba(0, 0, 0, 0.1);
		z-index: 1;
	}

	.item-grid-post-style4 .adv-thumb-link:hover::before {
		opacity: 1;
		transition: opacity .4s;
	}

	.item-grid-post-style4 .adv-thumb-link img {
		transition: all 1s cubic-bezier(0, 0, 0.1, 1);
		transition-delay: .1s;
		position: relative;
		max-width: 100%;
	}

	.item-grid-post-style4 .adv-thumb-link:hover img {
		transform: scale(1.1);
	}

.item-grid-post-style4 .meta-post-style1 .post-meta-data__content > i {
	display: none;
}

.item-grid-post-style4 .meta-post-style1 .post-meta-data__content a {
	text-transform: capitalize;
}

.item-grid-post-style4 .meta-post-style1 .split {
	background: #898989;
}
/*---------------End grid post style 4 -------------------*/
/*---------------Begin grid post style 5 -------------------*/
.blog-grid-post-item-style5 .item-grid-post-style5 {
	margin-bottom: 40px;
}

.blog-grid-post-item-style5 .list-post-wrap {
	margin-bottom: -40px;
}

.item-grid-post-style5 .label-cat ul li a {
	font-weight: 500;
	font-size: 14px;
	padding: 6px 13px;
	border-radius: 2px;
	background: var(--bzo-main-color);
	color: #FFFFFF;
	text-transform: uppercase;
}

	.item-grid-post-style5 .label-cat ul li a:hover {
		color: #fff;
		background: var(--bzo-main-color-mix-black);
	}

.item-grid-post-style5 .label-cat ul {
	position: absolute;
	right: 20px;
	top: 20px;
	z-index: 10;
}

	.item-grid-post-style5 .label-cat ul li {
		display: inline-block;
		margin-left: 5px;
	}

.item-grid-post-style5 .post-info2 {
	padding: 20px;
	box-shadow: 0px 1px 18px rgba(31, 32, 28, 0.12);
	margin-top: -50px;
	border-radius: 5px;
	position: relative;
}

.item-grid-post-style5 .post-info {
	padding: 0 20px;
}

.item-grid-post-style5 .post-thumb {
	z-index: 0;
	position: relative;
}

	.item-grid-post-style5 .post-thumb a {
		border-radius: 5px 5px 5px 5px;
		overflow: hidden;
	}

.item-grid-post-style5 .post-info2 .meta-post-style4 {
	margin-bottom: 5px;
}

.item-grid-post-style5 .post-info2 .comments-item {
	padding-left: 12px;
}

.item-grid-post-style5 .label-cat .post-categories li:not(:first-child) {
	display: none;
}

.item-grid-post-style5 .meta-post-style4 .post-meta-data__content i {
	color: var(--bzo-main-color);
}

.item-grid-post-style5 .meta-post-style4 .post-meta-data__content span {
	font-size: 14px;
	font-weight: 400;
	color: var(--bzo-body_typo-color);
}
/*---------------End grid post style 5 -------------------*/
/*---------------Begin grid post style 6 -------------------*/

.blog-grid-post-item-style6 .item-grid-post-style6 {
	margin-bottom: 30px;
}

.blog-grid-post-item--style6 .list-post-wrap {
	margin-bottom: -30px;
}

.item-grid-post-style6 .item-post {
	border: 1px solid #0000000F;
	transition: .3s;
}

	.item-grid-post-style6 .item-post:hover {
		box-shadow: 0px 3px 4px 0px rgba(0, 0, 0, 0.14);
	}

.item-grid-post-style6 span.date {
	position: absolute;
	top: 15px;
	right: 15px;
	display: flex;
	flex-direction: column;
	padding: 5px;
	justify-content: center;
	background: #fff;
	text-align: center;
}

	.item-grid-post-style6 span.date .day {
		color: var(--bzo-gray-color);
		font-size: 16px;
		font-weight: 600;
	}

.item-grid-post-style6 .post-info .post-title {
	padding-bottom: 4px;
	margin-bottom: 8px;
	position: relative;
	text-transform: capitalize;
}

	.item-grid-post-style6 .post-info .post-title:after {
		content: "";
		width: 50px;
		height: 1px;
		display: block;
		background: var(--bzo-gray-color);
		position: absolute;
		bottom: 0;
		left: calc(50% - 25px);
	}

.item-grid-post-style6 .post-info {
	padding: 15px 15px 20px;
}
/*---------------End grid post style 6 -------------------*/
/*---------------Begin grid post style 10 -------------------*/

.blog-grid-post-item-style10 .item-grid-post-style10 {
	margin-bottom: 30px;
}

.blog-grid-post-item--style10 .list-post-wrap {
	margin-bottom: -30px;
}

.blog-grid-post-item- .item-post {
	position: relative;
}

.item-grid-post-style10 .post-title {
	line-height: 36px;
	margin: 10px 0 10px;
}

.item-grid-post-style10 .meta-post-style1 .meta-cats .flex-wrapper * {
	display: none;
}

.item-grid-post-style10 .meta-post-style1 .meta-cats a:first-child {
	display: inline-block;
}

.item-grid-post-style10 .meta-post-style1 .post-meta-data__content > i {
	display: none;
}

.item-grid-post-style10 .meta-post-style1 .post-meta-data__item a {
	color: var(--bzo-main-color);
}

	.item-grid-post-style10 .meta-post-style1 .post-meta-data__item a:hover {
		color: var(--bzo-title_typo-color);
	}

@media(max-width: 1200px) {
	.item-grid-post-style10 .post-title {
		font-size: 20px;
		line-height: 24px;
	}
}

@media(max-width: 767px) {
	.item-grid-post-style10 .post-title {
		font-size: 18px;
	}
}

.item-grid-post-style10 .post-info {
	padding-top: 20px;
}

.item-grid-post-style10 .item-post .post-meta-data__content i {
	display: none;
}

.item-grid-post-style10 .meta-cats .post-meta-data__content span,
.item-grid-post-style10 .meta-cats .post-meta-data__content a {
	display: none;
}

	.item-grid-post-style10 .meta-cats .post-meta-data__content a:first-child {
		display: block;
	}

.item-grid-post-style10 .post-thumb {
	position: relative;
}

	.item-grid-post-style10 .post-thumb .readmore-wrap {
		position: absolute;
		display: flex;
		left: 0;
		right: 0;
		top: 0;
		bottom: 0;
		justify-content: center;
		align-items: center;
		opacity: 0;
		background: #2e2e2ee0;
		transform: scale(0);
		z-index: 11;
		transition: all 0.3s ease-out 0s;
	}

.item-grid-post-style10:hover .post-thumb .readmore-wrap {
	opacity: 1;
	transform: scale(1);
}

.item-grid-post-style10 .adv-thumb-link {
	display: block;
	position: relative;
	border-radius: 5px;
	overflow: hidden;
	margin-bottom: 0px;
}

.item-grid-post-style10:hover .adv-thumb-link {
	border-color: var(--bzo-main-color);
}

.item-grid-post-style10 .adv-thumb-link::before {
	position: absolute;
	content: "";
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
	opacity: 0;
	transition: opacity 0.4s;
	background-color: rgba(0, 0, 0, 0.1);
	z-index: 1;
}

.item-grid-post-style10 .adv-thumb-link:hover::before {
	opacity: 1;
	transition: opacity .4s;
}

.post-thumb {
	overflow: hidden;
}
/*---------------End grid post style 10 -------------------*/

/*---------------Begin grid post style 11 -------------------*/
.blog-grid-post-item-style11 .item-grid-post-style11 {
	margin-bottom: 30px;
}

.blog-grid-post-item--style11 .list-post-wrap {
	margin-bottom: -30px;
}

.item-grid-post-style11 .item-post .post-info {
	padding: 14px 18px;
}

.item-grid-post-style11 .meta-post-style1 .post-meta-data__item,
.item-grid-post-style11 .meta-post-style1 .post-meta-data__content > i {
	font-size: inherit;
}

.item-grid-post-style11 .item-post:hover {
	box-shadow: 0px -3px 18px 0px rgba(0, 0, 0, 0.08), 0px 3px 4px 0px rgba(0, 0, 0, 0.15);
}

.item-grid-post-style11 .item-post .post-title {
	margin: 10px 0;
}

.item-grid-post-style11 .item-post .readmore-wrap a {
	display: flex;
	align-items: center;
	gap: 5px;
}

.item-grid-post-style11 .meta-post-style1 .split {
	background-color: var(--bzo-body_typo-color);
	margin: 0 12px;
}

@media(max-width: 1024px) {
	.item-grid-post-style11 .item-post .post-title {
		font-size: 16px;
		line-height: 24px;
	}
}

@media(max-width: 767px) {
	.item-grid-post-style11 .item-post {
		box-shadow: 0px -3px 18px 0px rgba(0, 0, 0, 0.08), 0px 3px 4px 0px rgba(0, 0, 0, 0.15);
	}
}
/*---------------End grid post style 11 -------------------*/
/*2 List post item*/
.item-list-post-default {
	margin-bottom: 50px;
	padding-bottom: 50px;
	border-bottom: 1px solid var(--bzo-border-color);
}

@media(max-width: 767px) {
	.item-list-post-default {
		margin-bottom: 30px;
		padding-bottom: 30px;
	}
}

.list-post-wrap > .bzotech-col-md-12:last-child .item-list-post-default {
	margin-bottom: 0px;
	padding-bottom: 0px;
	border-bottom: none;
}

.item-list-post-default .style-item-meta__cats {
	margin-bottom: 20px;
}

.item-list-post-default .readmore {
	display: inline-block;
	font-size: 15px;
	text-transform: uppercase;
	margin-top: 25px;
	font-weight: 700;
}

	.item-list-post-default .readmore:after {
		content: '';
		background: #000;
		height: 2px;
		width: 0px;
		display: inline-block;
		transition: all 0.3s ease-out 0s;
		-webkit-transition: all 0.3s ease-out 0s;
		vertical-align: middle;
		margin-left: 10px;
		margin-top: -3px;
	}

	.item-list-post-default .readmore:hover:after {
		width: 20px;
	}

	.item-list-post-default .readmore:hover {
		color: #000;
	}

.item-list-post-default .post-title {
	margin-bottom: 20px;
	word-break: break-word;
	overflow: inherit;
	white-space: inherit;
}

.item-list-post-default .desc {
	margin-bottom: 30px;
}

.item-list-post-default .post-info {
	background: #fff;
	position: relative;
}

.item-list-post-default .post-thumb {
	margin-bottom: 30px;
}

	.item-list-post-default .post-thumb img {
		display: block;
		transition: all 0.3s ease-out 0s;
		-webkit-transition: all 0.3s ease-out 0s;
	}

	.item-list-post-default .post-thumb a {
		display: block;
	}

.item-list-post-default .meta-post-style1 {
	margin-bottom: 15px;
}

	.item-list-post-default .meta-post-style1.not-content {
		margin-bottom: 0px;
	}

.item-list-post-default .readmore-wrap {
	line-height: 0;
}
/*--------------*/
.item-list-post-style2 .post-thumb {
	width: 45%;
	position: relative;
}

	.item-list-post-style2 .post-thumb > a {
		line-height: 0;
		display: block;
	}

	.item-list-post-style2 .post-thumb img {
		width: 100%;
	}

.item-list-post-style2 .post-info {
	width: 55%;
	padding-left: 30px;
}

.item-list-post-style2 .post-title {
	margin-top: 16px;
	margin-bottom: 16px;
}

.item-list-post-style2 .readmore-wrap a {
	color: #111;
	text-transform: uppercase;
	font-size: 16px;
	font-weight: 600;
	color: var(--bzo-main-color);
	transition: .25s;
	position: relative;
}

	.item-list-post-style2 .readmore-wrap a:after {
		position: absolute;
		content: "";
		width: 0;
		height: 1px;
		background-color: var(--bzo-main-color);
		transition: .25s;
		bottom: 0;
		left: 0;
	}

	.item-list-post-style2 .readmore-wrap a:hover::after {
		width: 100%;
		transition: .25s;
	}

	.item-list-post-style2 .readmore-wrap a:hover {
		letter-spacing: 2px;
		transition: .25s;
		color: var(--bzo-main-color);
	}

.item-list-post-style2 {
	margin-bottom: 40px;
}

.blog-list-post-item-style2 .bzotech-col-md-12:last-child .item-list-post-style2 {
	margin-bottom: 0px;
}

.item-list-post-style2 .post-thumb .meta-post-style1 {
	position: absolute;
	top: 17px;
	left: 20px;
	right: 20px;
}

	.item-list-post-style2 .post-thumb .meta-post-style1 .meta-cats a {
		background: linear-gradient(0deg,rgba(0,0,0,.06),rgba(0,0,0,.06)),#FFFFFF;
		padding: 5px 12px;
		border-radius: 10px;
		display: inline-block;
		transition: all .2s ease-out 0s;
	}

		.item-list-post-style2 .post-thumb .meta-post-style1 .meta-cats a:hover {
			background: var(--bzo-main-color);
			color: #fff;
			transition: all .2s ease-out 0s;
		}

.item-list-post-style2:hover .post-thumb img {
}

.item-list-post-style2 .post-thumb .adv-thumb-link {
	display: block;
	position: relative;
	overflow: hidden;
}

	.item-list-post-style2 .post-thumb .adv-thumb-link::before {
		position: absolute;
		top: 0;
		left: 0;
		width: 100%;
		height: 100%;
		background: linear-gradient(to bottom,rgba(0,0,0,0) 0%,rgba(0,0,0,.15) 70%);
		content: '';
		opacity: 0;
		transition: opacity 0.4s,transform 0.4s;
	}

	.item-list-post-style2 .post-thumb .adv-thumb-link:hover::before {
		opacity: 1;
		-webkit-transform: translate3d(0,0,0);
		transform: translate3d(0,0,0);
	}
/*--------- style3 - sub mega menu---------------*/
.item-list-post-style3 {
	gap: 15px;
}

	.item-list-post-style3 .post-thumb {
		width: 100px;
		position: relative;
		border-radius: 0px;
	}

		.item-list-post-style3 .post-thumb > a {
			line-height: 0;
			display: block;
		}

		.item-list-post-style3 .post-thumb img {
			width: 100%;
		}

	.item-list-post-style3 .post-info {
		width: calc(100% - 105px);
	}

	.item-list-post-style3 .post-title {
		font-weight: 500;
		line-height: 24px;
	}

	.item-list-post-style3 .readmore-wrap a {
		color: #111;
		text-transform: uppercase;
		font-size: 14px;
		font-weight: 500;
		color: var(--bzo-main-color);
		transition: .25s;
		position: relative;
	}

		.item-list-post-style3 .readmore-wrap a:after {
			position: absolute;
			content: "";
			width: 0;
			height: 1px;
			background-color: var(--bzo-main-color);
			transition: .25s;
			bottom: 0;
			left: 0;
		}

		.item-list-post-style3 .readmore-wrap a:hover::after {
			width: 100%;
			transition: .25s;
		}

		.item-list-post-style3 .readmore-wrap a:hover {
			letter-spacing: 2px;
			transition: .25s;
			color: var(--bzo-main-color);
		}

.item-list-post-style3 {
	margin-bottom: 15px;
}

.blog-list-post-item-style2 .bzotech-col-md-12:last-child .item-list-post-style3 {
	margin-bottom: 0px;
}

.item-list-post-style3 .post-thumb .adv-thumb-link {
	display: block;
	border-radius: 0px;
	position: relative;
	overflow: hidden;
}

/*End Style Post item*/


@media (max-width: 991px) {
	.meta-post-tags-share-style2 > .flex-wrapper,
	.meta-post-tags-share > .flex-wrapper {
		flex-direction: column;
		align-items: self-start;
		gap: 20px;
	}
}


/*============================================================*/
/*======================RESPONSIVE ===========================*/
/*============================================================*/
@media(max-width: 1200px) {
	.item-list-post-style2 .post-title {
		margin-top: 6px;
		margin-bottom: 6px;
	}
}

@media(max-width: 880px) {

	.item-list-post-style2 .post-thumb {
		width: 100%;
	}

	.item-list-post-style2 .post-info {
		width: 100%;
		padding: 0;
		padding-top: 20px;
	}

	.item-list-post-style2 {
		flex-direction: column;
	}
}

@media(max-width: 767px) {
	.sidebar-position-left {
		order: 2;
		margin-top: 40px;
	}

	.sidebar-position-right {
		margin-top: 50px;
	}

	.item-list-post-default .post-title {
		font-size: 24px;
		line-height: 30px;
	}
}

/*---------------Begin grid post style 12 -------------------*/
.blog-grid-post-item-style12 .item-grid-post-style12 {
	margin-bottom: 40px;
}

.blog-grid-post-item-style12 .list-post-wrap {
	margin-bottom: -40px;
}

.item-grid-post-style12 .label-cat ul li a {
	font-weight: 600;
	font-size: 14px;
	padding: 4px 12px 4px 25px;
	border-radius: 4px;
	background: var(--bzo-main-color2);
	color: #FFFFFF;
	display: block;
	clip-path: polygon(18px 0%, 100% 0%, 100% 100%, 100% 100%, 0 100%);
}

	.item-grid-post-style12 .label-cat ul li a:hover {
		color: #fff;
	}

.item-grid-post-style12 .label-cat ul {
	position: absolute;
	right: 0px;
	bottom: 0px;
	z-index: 10;
}

	.item-grid-post-style12 .label-cat ul li {
		display: none;
	}

		.item-grid-post-style12 .label-cat ul li:first-child {
			display: inline-block;
		}

.item-grid-post-style12 .post-thumb {
	border-radius: 5px;
	margin-bottom: 12px;
}

.item-grid-post-style12 .post-meta-data li {
	margin-right: 10px;
	text-transform: uppercase;
}

.item-grid-post-style12 .post-title {
	line-height: 1.5;
	margin-top: 4px;
}

/*---------------Begin grid post style 13 -------------------*/
.blog-grid-post-item-style13 .item-grid-post-style13 {
	margin-bottom: 30px;
}

.blog-grid-post-item-style13 .list-post-wrap {
	margin-bottom: -30px;
}

.item-grid-post-style13 .item-post {
	border-radius: 4px;
	overflow: hidden;
}

	.item-grid-post-style13 .item-post:hover {
		background-color: #fff;
		border-bottom: 1px solid #999;
	}

.item-grid-post-style13 .post-info {
	margin-top: 7px;
}

.item-grid-post-style13 .post-info-inner {
	display: flex;
	gap: 15px;
	align-items: center;
	padding: 8px 10px;
}

	.item-grid-post-style13 .post-info-inner .readmore-wrap a i {
		transform: rotate(-45deg);
	}

	.item-grid-post-style13 .post-info-inner .readmore-wrap a {
		clip-path: polygon(23% 0, 100% 0, 100% 0, 100% 78%, 78% 100%, 0 100%, 0 100%, 0 23%);
		border-radius: 4px;
		background-color: transparent;
		color: #333;
		display: block;
		padding: 7px 8px;
		transition: .2s;
	}

.item-grid-post-style13 .item-post:hover .post-info-inner .readmore-wrap a {
	background-color: var(--bzo-main-color);
	color: #fff;
}

.item-grid-post-style13 .post-title {
	line-height: 1.4;
}

@media(max-width: 767px) {
	.item-grid-post-style13 .post-title {
		font-size: 16px;
		line-height: 22px;
	}
}

/*---- post style 14 - home 22 ---*/
.item-grid-post-style14 {
	padding: 18px 0;
	border-left: 2px solid #000;
}

	.item-grid-post-style14 .item-post {
		display: flex;
		gap: 15px;
	}

	.item-grid-post-style14 .post-thumb {
		width: 50%;
	}

	.item-grid-post-style14 .post-info {
		width: 50%;
		display: flex;
		justify-content: space-between;
		flex-direction: column;
	}

		.item-grid-post-style14 .post-info .post-title {
			line-height: 1.4;
		}

			.item-grid-post-style14 .post-info .post-title a:hover {
				color: var(--bzo-main-color2);
			}

		.item-grid-post-style14 .post-info .meta-post-style2 {
			flex-direction: column;
			align-items: start;
			gap: 0;
		}

			.item-grid-post-style14 .post-info .meta-post-style2 .meta-cats {
				order: 1;
			}

			.item-grid-post-style14 .post-info .meta-post-style2 .meta-date {
				order: 2;
			}

			.item-grid-post-style14 .post-info .meta-post-style2 .meta-cats span,
			.item-grid-post-style14 .post-info .meta-post-style2 .meta-cats a {
				display: none;
			}

				.item-grid-post-style14 .post-info .meta-post-style2 .meta-cats a:first-child {
					display: block;
				}

	.item-grid-post-style14 .meta-post-style2 .post-meta-data__content {
		color: var(--bzo-title_typo-color);
	}




/* style countdown */
.item-product .product-thumb {
	position: relative;
}

.countdown-style-item- {
	position: absolute;
	bottom: 12px;
	left: 0;
	right: 0;
	transition: .5s;
	display: flex;
	gap: 8px;
	color: #727272;
	justify-content: center;
}

.item-product:hover .countdown-style-item- {
	opacity: 0;
	visibility: hidden;
	bottom: 25%;
	transform: scale(0, 0);
}

.countdown-style-item- .clock {
	background-color: #fff;
	box-shadow: 0 0 3px rgba(0,0,0,.2);
	border-radius: 3px;
	width: 52px;
	text-align: center;
	display: flex;
	flex-direction: column;
	position: relative;
	padding: 5px;
	line-height: 24px;
	font-size: 12px;
}

	.countdown-style-item- .clock .number {
		font-size: 18px;
		color: var(--bzo-title_typo-color);
		font-weight: 600;
		height: auto;
		margin: 0;
	}

@media(max-width: 880px) {
	.countdown-style-item- .clock {
		width: 50px;
		padding: 5px 2px;
	}

	.countdown-style-item- {
		gap: 5px;
	}
}

@media(max-width: 767px) {
	.countdown-style-item- .clock {
		width: 50px;
		padding: 5px;
	}

	.countdown-style-item- {
		gap: 8px;
		display: none;
	}
}

.countdown-style-item-2 {
	display: flex;
	gap: 10px;
	color: var(--bzo-body_typo-color);
}

	.countdown-style-item-2 .clock {
		display: flex;
		flex-direction: column;
		position: relative;
		padding: 0px;
		line-height: 24px;
		font-size: 14px;
		text-align: center;
		gap: 3px;
	}

		.countdown-style-item-2 .clock .number {
			background-color: var(--bzo-main-color);
			border-radius: 3px;
			min-width: 42px;
			height: auto;
			text-align: center;
			font-size: 20px;
			color: var(--bzo-title_typo-color);
			font-weight: 600;
			padding: 7px 10px;
		}

.flashsale .flashsale-procressbar {
	width: 100%;
	height: 5px;
	border-radius: 10px;
	background-color: #e0e0e0;
	margin: 10px 0 6px 0;
}

	.flashsale .flashsale-procressbar .flashsale-procressbar__inner {
		background-color: #FF3B3B;
		border-radius: 10px;
		height: 5px;
	}

.flashsale .sold-info {
	color: var(--bzo-title_typo-color);
}
/*Begin Product elementor*/
.product-price .woocommerce-Price-amount {
	color: var(--bzo-main-color);
	font-size: 20px;
	font-weight: 700;
}

.product-price del {
	text-decoration: none;
}

	.product-price del .woocommerce-Price-amount {
		color: #727272;
		font-size: 16px;
		font-weight: 400;
		text-decoration: line-through;
	}

@media(max-width: 767px) {
	.product-price .woocommerce-Price-amount {
		font-size: 16px;
	}

	.product-price del .woocommerce-Price-amount {
		font-size: 14px;
	}
}

.product-price .slipt {
	color: var(--bzo-main-color);
}

.product-grid-view .list-product-wrap {
	display: flex;
	display: -ms-flex;
	display: -webkit-flex;
	flex-wrap: wrap;
	-ms-flex-wrap: wrap;
	-webkit-flex-wrap: wrap;
}

.product-grid-view .list-col-item {
	float: none;
}
/*filter product element*/
.btn-filter {
	background: #fff;
	border: 1px solid var(--bzo-border-color);
	display: inline-block;
	font-weight: 700;
	height: 40px;
	line-height: 38px;
	padding: 0 55px 0 20px;
	position: relative;
	text-transform: uppercase;
}

.box-attr-filter {
	background: #fff;
	border: 1px solid var(--bzo-border-color);
	box-shadow: 0 5px 5px 0 rgba(0,0,0,.1);
	left: 0;
	margin-top: 35px;
	opacity: 0;
	padding: 20px 0;
	position: absolute;
	top: 65px;
	visibility: hidden;
	width: 100%;
	z-index: 10000;
	transition: all .5s ease-out 0s;
	-webkit-transition: all .5s ease-out 0s;
}

.filter-product.active .box-attr-filter {
	margin-top: 5px;
	opacity: 1;
	visibility: visible;
	top: 40px;
}

.btn-filter::after {
	border-left: 1px solid var(--bzo-border-color);
	bottom: 0;
	content: "\f107";
	font-family: 'Font Awesome 5 Free';
	position: absolute;
	right: 0;
	text-align: center;
	top: 0;
	width: 30px;
}

.js-content-wrap {
	position: relative;
}

.filter-product {
	margin-bottom: 30px;
}

.btn-filter span {
	display: inline-block;
	font-size: 18px;
	margin-right: 10px;
	vertical-align: top;
}

.box-attr-filter::before {
	background: #fbfbfb;
	border-right: 1px solid var(--bzo-border-color);
	content: "";
	height: 100%;
	left: 0;
	position: absolute;
	top: 0;
	width: 170px;
}

.item-box-attr {
	display: table;
	overflow: hidden;
	position: relative;
	width: 100%;
	padding: 5px 0;
	line-height: 24px;
}

.item-attr-title {
	display: table-cell;
	padding: 0 25px;
	position: relative;
	width: 170px;
	vertical-align: top;
	text-align: left;
}

.item-attr-content {
	color: #666;
	display: table;
	padding: 0 30px;
	vertical-align: top;
}

.range-filter .ui-slider-range {
	background: #333;
}

.range-filter .ui-slider-handle.ui-state-default.ui-corner-all {
	background: #333;
	border-radius: 0;
	cursor: pointer;
	height: 10px;
	margin-left: -5px;
	top: -4px;
	width: 10px;
	border: none;
}

.range-filter .slider-range {
	border: none;
	border-radius: 0;
	height: 1px;
	display: inline-block;
	margin: 0 20px 0 5px;
	vertical-align: middle;
	width: 250px;
	background: #e5e5e5;
}

.attr-price-filter {
	display: inline-block;
}

	.attr-price-filter label {
		font-weight: 400;
	}

.list-filter.list-inline li {
	padding: 0 10px;
}

.wrap-item.loadding .ajax-loading {
	display: block !important;
}

.filter-yes .js-content-main {
	clear: both;
}

.filter-col .box-attr-filter::before {
	display: none;
}

.filter-col .item-box-attr {
	display: block;
	float: left;
}

.filter-col.filter-2-col .item-box-attr {
	width: 50%;
}

.filter-col.filter-3-col .item-box-attr {
	width: 33.3333%;
}

.filter-col.filter-4-col .item-box-attr {
	width: 25%;
}

	.filter-col.filter-2-col .item-box-attr:nth-child(2n+1),
	.filter-col.filter-3-col .item-box-attr:nth-child(3n+1),
	.filter-col.filter-4-col .item-box-attr:nth-child(4n+1) {
		clear: both;
	}

.filter-col .box-attr-filter {
	clear: both;
}

.filter-col .list-filter {
	margin: 0 -15px;
}

.filter-col .item-box-attr {
	text-align: left;
}

.filter-col .item-attr-title label {
	font-weight: bold;
	margin-bottom: 12px;
	display: block;
}

.filter-col.filter-col-list .list-filter li,
.filter-col.filter-col-list .list-filter {
	list-style: none;
	display: list-item;
}

.element-filter {
	position: relative;
}

	.element-filter.active:before {
		-webkit-transform: rotate(45deg);
		-moz-transform: rotate(45deg);
		transform: rotate(45deg);
		content: "";
		width: 6px;
		height: 10px;
		display: block;
		border: solid #a21414;
		border-width: 0 2px 2px 0;
		position: absolute;
		top: 2px;
		right: -11px;
	}

.filter-noresult {
	padding: 100px 0;
	border: 1px solid var(--bzo-border-color);
}

.bzotech-row > .filter-noresult-wrap {
	padding: 0 15px;
	display: block !important;
	position: static !important;
}

.products-wrap {
	position: relative;
	clear: both;
}

.filter-none .owl-wrapper,
.filter-none .owl-wrapper .owl-item {
	width: 100% !important;
}

.range-filter .slider-range {
	max-width: 100%;
}

.filter-col .item-attr-title,
.filter-col .item-attr-content {
	display: block;
}

.list-inline {
	list-style: none;
	padding: 0;
	margin: 0;
}

	.list-inline > li {
		display: inline-block;
	}

.attr-price-filter p {
	margin: 0;
}

.filter-product:not(.filter-col) .item-attr-content.range-filter {
	padding: 0 40px;
}
/*End filter element*/

/*Begin Loading ajax*/
.shop-loading {
	position: absolute;
	content: '';
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background-color: rgba(0,0,0,0.2);
	z-index: 98;
}

	.shop-loading i {
		font-size: 40px;
		position: absolute;
		top: 100px;
		left: 50%;
		color: #fff;
	}

.ajax-loading:not(.list-product-search) {
	position: absolute;
	content: '';
	top: 0;
	left: 0;
	width: 100%;
	max-width: 100% !important;
	height: 100%;
	z-index: 9999;
}

	.ajax-loading:not(.list-product-search) i {
		font-size: 18px;
		position: absolute;
		right: 0;
		top: 0;
		width: 18px;
		height: 18px;
	}

.loadding {
	position: relative;
}
/*End Loading ajax*/
.product-thumb {
	position: relative;
}

.wrap-rating .number-rate {
	color: #999;
	margin-left: 10px;
}

.product-info .product-title {
	margin: 0 0 5px 0;
	line-height: 24px;
	text-transform: capitalize;
}

	.product-info .product-title a:hover {
	}

.product-thumb {
	overflow: hidden;
}

.item-style-product-extra {
	padding: 0;
	line-height: 56px;
	height: 56px;
	display: inline-block;
	width: 56px;
	text-align: center;
	background: var(--bzo-main-color);
	color: #fff;
	margin-left: 2px;
}

	.item-style-product-extra span {
		display: none;
	}
/*Begin attribute by default woo ( Of: bzotech_product_attribute_data() )*/
.attr-type-color .item {
	display: inline-block;
	border: 1px solid #000;
	margin-right: 15px;
	overflow: hidden;
	transition: all 0.3s ease-out 0s;
	-webkit-transition: all 0.3s ease-out 0s;
}

	.attr-type-color .item:last-child {
		margin-right: 0px;
	}

.attr-type-color span {
	display: block;
	width: 20px;
	height: 20px;
}

.attr-type-label .item:last-child {
	margin-right: 0px;
}

.attr-type-label .item:hover {
	border-color: #000;
	color: #000;
}

/*Begin attribute color by option custom ( Of: bzotech_product_attribute_image_by_color() )*/
.attribute-by-color-style1 .attribute-custom {
	height: 18px;
	width: 18px;
	display: inline-block;
	border-radius: 50%;
	margin-right: 10px;
	transition: all 0.3s ease-out 0s;
	-webkit-transition: all 0.3s ease-out 0s;
	position: relative;
}

	.attribute-by-color-style1 .attribute-custom:before {
		height: 24px;
		width: 24px;
		content: '';
		position: absolute;
		left: -3px;
		top: -3px;
		background: transparent;
		border-radius: 50%;
		z-index: -1;
	}

	.attribute-by-color-style1 .attribute-custom:last-child {
		margin-right: 0px;
	}

	.attribute-by-color-style1 .attribute-custom.color-white {
		border: 1px solid #d4d4d4;
	}

		.attribute-by-color-style1 .attribute-custom.color-white.active-att {
			border: none;
		}

	.attribute-by-color-style1 .attribute-custom.active-att:before {
		background: #fff;
	}

	.attribute-by-color-style1 .attribute-custom.color-white.active-att:before {
		background: #ccc;
	}
/*End attribute color by option custom*/
.main-filter__number .woocommerce-result-count {
	margin: 0;
}

/*Begin item list default*/
.item-list-default .detail-qty {
	display: none;
}

.item-list-default .list-thumb-wrap {
	width: 380px;
	border-right: 1px solid var(--bzo-border-color);
	display: flex;
	align-items: center;
	position: relative;
}

	.item-list-default .list-thumb-wrap .product-thumb {
		position: unset;
	}

.item-list-default .list-info-wrap {
	width: calc(100% - 380px);
	padding: 30px;
	display: flex;
	flex-direction: column;
	justify-content: center;
}

@media(min-width: 1200px) and (max-width: 1366px) {
	.item-list-default .list-thumb-wrap {
		width: 315px;
	}

	.item-list-default .list-info-wrap {
		width: calc(100% - 315px);
		padding-left: 30px;
	}
}

.item-list-default .product-thumb-link {
	border-radius: 0px;
}

.item-list-default .product-title {
	margin-bottom: 12px;
}

.item-list-default .product-extra-link-defaut2 > * {
	margin-top: 10px;
}

.item-list-default .product-extra-link-defaut2 .case-cart-default {
	margin-right: 15px;
}

.item-list-default .product-extra-link-defaut2 .list-compare-wishlist {
	display: flex;
}

	.item-list-default .product-extra-link-defaut2 .list-compare-wishlist a {
		width: 48px;
		height: 48px;
		text-align: center;
		line-height: 48px;
		border: 1px solid var(--bzo-border-color);
		font-size: 22px;
		color: #727272;
		margin: 0 5px;
		transition: all .3s ease-in-out;
	}

		.item-list-default .product-extra-link-defaut2 .list-compare-wishlist a.added {
			background-color: var(--bzo-main-color);
			border-color: var(--bzo-main-color);
			color: #fff;
		}

		.item-list-default .product-extra-link-defaut2 .list-compare-wishlist a.product-compare.added {
			font-size: 0;
			position: relative;
			color: #fff;
			top: -1px;
		}

			.item-list-default .product-extra-link-defaut2 .list-compare-wishlist a.product-compare.added::before {
				font-family: 'Line Awesome Free';
				font-weight: 900;
				content: "\f362";
				font-size: 20px;
			}

		.item-list-default .product-extra-link-defaut2 .list-compare-wishlist a > i {
		}

		.item-list-default .product-extra-link-defaut2 .list-compare-wishlist a:hover {
			border-color: var(--bzo-main-color);
			color: #fff;
			background: var(--bzo-main-color);
			transition: all .3s ease-in-out;
		}

.item-list-default .product-extra-link-defaut2 {
	margin-top: 20px;
}

.item-list-default .wrap-rating {
	margin-bottom: 10px !important;
}

.item-list-default .product-price {
	margin-bottom: 12px;
}

.product-extra-link-defaut2 .list-compare-wishlist a:last-child,
.product-extra-link-defaut2 > *:last-child {
	margin-right: 0px;
}

.item-list-default a.add_to_wishlist,
.item-list-default a.product-compare {
	line-height: 60px;
}

.item-list-default {
	margin-bottom: 30px;
	padding-bottom: 30px;
	border-bottom: 1px solid #D6D6D6;
}

/*Begin item list default 2*/
.detail-qty {
	margin-top: 0px;
	margin-bottom: 0px;
	height: auto;
	border-radius: 0px;
	border: 1px solid var(--bzo-border-color);
	padding: 0 20px;
	display: flex;
	justify-content: center;
	align-items: center;
	max-width: 140px;
}

.product-detail-info .detail-qty {
}

.detail-qty a {
	color: #454545;
	width: 18px;
	height: 18px;
	line-height: 18px;
	text-align: center;
	font-size: 18px;
	display: inline-block;
}

	.detail-qty a:hover {
		background: linear-gradient(0deg, rgba(0, 0, 0, 0.06), rgba(0, 0, 0, 0.06)), #FFFFFF;
		color: #727272;
	}

.detail-qty input {
	border: none;
	color: #181C25;
	font-size: 20px;
	font-weight: 600;
	padding: 0 5px;
	text-align: center;
}

.cart_item .detail-qty input {
	font-size: 16px;
}

.item-list-default2 .product-title {
	margin-bottom: 12px;
}

.item-list-default2 .wrap-rating {
	margin-bottom: 10px;
}

.item-list-default2 .product-price {
	margin-bottom: 10px;
}

	.item-list-default2 .product-price ins {
		text-decoration: none;
	}

.item-list-default2 .list-thumb-wrap {
	width: 380px;
}

.item-list-default2 .list-info-wrap {
	width: calc(74% - 380px);
	padding-left: 35px;
}

.item-list-default2 .product-extra-link {
	width: 26%;
	padding-left: 35px;
	margin-left: 35px;
	border-left: 1px solid #CFCFCF;
	text-align: center;
}

	.item-list-default2 .product-extra-link .detail-qty {
		margin: auto;
		margin-bottom: 25px;
	}

.list-product-wrap .item-list-default {
	margin-bottom: 32px;
	padding-bottom: 0px;
	border: 1px solid var(--bzo-border-color);
}

.list-product-wrap .bzotech-col-md-12:last-child .item-list-default {
	margin-bottom: 0px;
}

.list-product-wrap .product-extra-link .elbzotech-bt-default {
	width: 100%;
}

.list-product-wrap .product-extra-link .popup-share span {
	display: inline-block;
}

.list-product-wrap .product-extra-link__group-extra a {
	padding: 0 6px;
	margin-bottom: 10px;
	display: inline-block;
}

.list-product-wrap .product-extra-link__group-extra {
	margin: 0 -6px;
	margin-top: 25px;
}

	.list-product-wrap .product-extra-link__group-extra a > i {
		margin-right: 6px;
		vertical-align: middle;
	}

.item-list-default2 .product-thumb {
	border-radius: 30px;
}
/*End item list default 2*/


/*Begin more-details-btn*/
.more-details-btn {
	display: none;
	position: absolute;
	right: 0;
	bottom: 0;
	left: 0;
	z-index: 2;
	height: 20px;
	background: -webkit-gradient(linear,left top,left bottom,color-stop(0,rgba(255,255,255,1)),to(#FFF));
	background: linear-gradient(to bottom,rgba(255,255,255,1) 0,#FFF 100%);
	color: #000;
	text-align: left;
	text-decoration: none;
	font-size: 30px;
	line-height: 20px;
	-webkit-transition: -webkit-transform .25s ease;
	transition: -webkit-transform .25s ease;
	transition: transform .25s ease;
	transition: transform .25s ease,-webkit-transform .25s ease;
	-webkit-transform: translateY(20px);
	transform: translateY(20px);
}

.hover-desr-click .more-details-btn {
	display: block;
}

.hover-desr-click_on .more-details-btn {
	display: none;
}

.hover-desr-list {
	position: relative;
	overflow: hidden;
	max-height: 135px;
}

	.hover-desr-list .more-details-btn {
		height: 30px;
		line-height: 45px;
	}

.product-info:hover .hover-desr-list-active .more-details-btn,
.detail-info:hover .hover-desr-list-active .more-details-btn {
	-webkit-transform: translateY(0) translateZ(0);
	transform: translateY(0) translateZ(0);
}

.product-info:hover .hover-desr-list-active .more-details-btn,
.detail-info:hover .hover-desr-list-active .more-details-btn {
	display: block;
}

.product-info .hover-desr-list_on.hover-desr-list-active .more-details-btn,
.detail-info .hover-desr-list_on.hover-desr-list-active .more-details-btn {
	display: none;
}
/*end more-details-btn*/
.elementor-widget-bzotech-products {
	width: 100%;
}

	.elementor-widget-bzotech-products .width_masory {
		width: 25%;
	}
/*End Product elementor*/

/*============================================================*/
/*======================RESPONSIVE ===========================*/
/*============================================================*/
@media(max-width: 1200px) {
	.item-list-default .product-title {
		margin-bottom: 5px;
	}

	.item-list-default .wrap-rating {
		margin-bottom: 3px !important;
	}
	/*=== Shop List ===*/
	.item-list-default .list-thumb-wrap {
		width: 45%;
	}

	.item-list-default .list-info-wrap {
		width: 55%;
	}

	.item-list-default .product-extra-link-defaut2 {
		margin-top: 10px;
	}
}

@media(max-width: 880px) {
	/*=== Shop List ===*/
	.item-list-default .list-thumb-wrap {
		width: 100%;
		border-right: none;
		border-bottom: 1px solid var(--bzo-border-color);
	}

	.item-list-default .list-info-wrap {
		width: 100%;
		padding: 20px;
	}

	.item-list-default {
		flex-direction: column;
	}
	/*=== end Shop List ===*/
}

/*Begin item grid style1*/
.shop-grid-product-item- .list-product-wrap {
	margin-bottom: -30px;
}

.shop-grid-product-item- .item-grid-product- {
	margin-bottom: 30px;
}

.item-grid-product- .item-product .product-thumb {
	border-radius: 15px 15px 0 0;
}

.item-grid-product- .item-product .product-label {
	text-align: right;
	position: absolute;
	top: 15px;
	right: 15px;
	left: auto;
	z-index: 1;
	display: flex;
	flex-direction: column;
	align-items: flex-end;
}

	.item-grid-product- .item-product .product-label span {
		font-size: 12px;
		font-weight: 600;
		color: #fff;
		text-transform: uppercase;
		line-height: 32px;
		padding: 0 8px;
		border-radius: 5px;
		background-color: var(--bzo-main-color);
		display: inline-block;
		margin-bottom: 10px;
	}

		.item-grid-product- .item-product .product-label span.new {
			background-color: var(--bzo-title_typo-color);
		}

.item-grid-product- .product-price .woocs_price_code {
	justify-content: center;
	gap: 5px;
}

.item-grid-product- .item-product .product-info {
	padding: 16px;
}

	.item-grid-product- .item-product .product-info .wrap-rating {
		margin-bottom: 2px;
	}

.item-grid-product- .product-thumb-link img {
	background: #f5f5f5;
}
/*End item grid style1*/
/*Begin item grid style2*/
.shop-grid-product-item-style2 .list-product-wrap {
	margin-bottom: -20px;
}

.shop-grid-product-item-style2 .item-grid-product-style2 {
	margin-bottom: 20px;
}

.item-grid-product-style2 .product-thumb-link img {
	background: #f5f5f5;
}

.item-grid-product-style2 .item-product .product-label {
	left: auto;
	right: 20px;
	display: flex;
	align-items: flex-end;
	flex-direction: column;
	position: absolute;
	top: 20px;
	z-index: 1;
}

	.item-grid-product-style2 .item-product .product-label span {
		font-size: 12px;
		font-weight: 600;
		color: #fff;
		text-transform: uppercase;
		line-height: 32px;
		padding: 0 8px;
		border-radius: 5px;
		background-color: var(--bzo-main-color);
		display: inline-block;
		margin-bottom: 10px;
	}

		.item-grid-product-style2 .item-product .product-label span.new {
			background-color: #2E2E2E;
		}

.item-grid-product-style2 .product-price .woocs_price_code {
	gap: 5px;
}

.item-grid-product-style2 .item-product .product-extra-link {
	width: 40px;
	position: absolute;
	top: 10px;
	left: 15px;
}

	.item-grid-product-style2 .item-product .product-extra-link a {
		width: 40px;
		height: 40px;
		line-height: 42px;
		text-align: center;
		border-radius: 100%;
		background-color: #fff;
		color: #727272;
		font-size: 20px;
		display: inline-block;
		margin: 5px 0;
		transition: all 0.25s ease-in-out 0s;
		opacity: 0 !important;
		transform: translate(-30px, 0px);
	}

		.item-grid-product-style2 .item-product .product-extra-link a.wishlist-link {
			transition-delay: 0.1s;
		}

		.item-grid-product-style2 .item-product .product-extra-link a.quickview-link {
			transition-delay: 0.2s;
		}

		.item-grid-product-style2 .item-product .product-extra-link a.compare-link {
			transition-delay: 0.3s;
		}

.item-grid-product-style2 .item-product:hover .product-extra-link a {
	opacity: 1 !important;
	visibility: visible;
	transform: translate(0px, 0px);
}

.item-grid-product-style2 .item-product .product-extra-link a.added {
	background-color: var(--bzo-main-color);
	color: #fff;
}

.item-grid-product-style2 .item-product .product-extra-link a.product-compare.added {
	font-size: 0;
	position: relative;
}

	.item-grid-product-style2 .item-product .product-extra-link a.product-compare.added::before {
		font-family: 'Line Awesome Free';
		font-weight: 900;
		content: "\f362";
		font-size: 20px;
	}

.item-grid-product-style2 .item-product .product-extra-link a:hover {
	background-color: var(--bzo-main-color);
	transition: all 0.25s ease-in-out 0s;
	color: #fff;
}

.item-grid-product-style2 .product-info .product-title a {
	color: var(--bzo-title-color);
}

	.item-grid-product-style2 .product-info .product-title a:hover {
		color: var(--bzo-main-color);
	}

.item-grid-product-style2 .item-product .addcart-link {
	line-height: 42px;
	font-weight: 600;
	text-transform: uppercase;
	position: relative;
	padding-left: 35px;
	padding-right: 15px;
}

	.item-grid-product-style2 .item-product .addcart-link span {
		position: relative;
		z-index: 1;
	}

	.item-grid-product-style2 .item-product .addcart-link::before {
		position: absolute;
		content: "";
		width: 42px;
		height: 42px;
		border-radius: 22px;
		top: 0;
		left: 0;
		background-color: var(--bzo-main-color);
		transition: all 0.3s ease-out 0s;
		-webkit-transition: all 0.3s ease-out 0s;
	}

	.item-grid-product-style2 .item-product .addcart-link:hover::before {
		width: 100%;
		transition: all 0.3s ease-out 0s;
		-webkit-transition: all 0.3s ease-out 0s;
	}

	.item-grid-product-style2 .item-product .addcart-link:hover {
		color: #fff;
	}

	.item-grid-product-style2 .item-product .addcart-link i {
		width: 42px;
		height: 42px;
		background-color: transparent;
		line-height: 40px;
		border-radius: 100%;
		font-size: 22px;
		text-align: right;
		padding-right: 8px;
		position: absolute;
		top: 0;
		left: 0;
	}

	.item-grid-product-style2 .item-product .addcart-link:hover i {
		animation: shake22 2.5s ease infinite;
	}

.item-grid-product-style2 .item-product .product-info {
	padding: 10px 5px;
}

.item-grid-product-style2 .product-info .product-title {
	margin: 6px 0px 12px 0;
}
/*End item grid style2*/
/*Begin item grid style3*/
.shop-grid-product-item-style3 .list-product-wrap {
	margin-bottom: -30px;
}

.shop-grid-product-item-style3 .item-grid-product-style3 {
	margin-bottom: 30px;
}

.item-grid-product-style3 .product-thumb-link img {
	background: #f5f5f5;
}

.item-grid-product-style3 .item-product .product-label {
	text-align: left;
	position: absolute;
	top: 15px;
	right: auto;
	z-index: 1;
	left: 15px;
}

	.item-grid-product-style3 .item-product .product-label span {
		font-size: 12px;
		font-weight: 600;
		color: #fff;
		text-transform: uppercase;
		line-height: 32px;
		padding: 0 8px;
		border-radius: 5px;
		background-color: var(--bzo-main-color);
		display: inline-block;
		margin-bottom: 10px;
	}

		.item-grid-product-style3 .item-product .product-label span.new {
			background-color: #2E2E2E;
		}

.item-grid-product-style3 .product-price .woocs_price_code {
	justify-content: center;
	gap: 5px;
}

.item-grid-product-style3 .product-title {
	padding-right: 20px;
}

.item-grid-product-style3 .product-thumb {
	background: #ebebeb;
	border-radius: 30px 30px 0px 0px;
}

.item-grid-product-style3 .addcart-link-style3 {
	position: absolute;
	height: 46px;
	line-height: 46px;
	background: #454545;
	color: #fff;
	text-align: center;
	font-weight: 600;
	left: 0;
	right: 0;
	bottom: -100px;
	z-index: 1;
	text-transform: capitalize;
	display: flex;
	justify-content: space-between;
	align-items: center;
	padding: 0px 15px;
}

	.item-grid-product-style3 .addcart-link-style3:hover {
		background: var(--bzo-main-color);
	}

	.item-grid-product-style3 .addcart-link-style3 i {
		margin-right: 3px;
	}

		.item-grid-product-style3 .addcart-link-style3 i.la-check,
		.item-grid-product-style3 .addcart-link-style3 i.la-spinner {
			margin-left: 8px;
		}

.item-grid-product-style3:hover .addcart-link-style3 {
	bottom: 0px;
}

.item-grid-product-style3 .item-product {
	border-radius: 30px;
	transition: all 0.3s ease-out 0s;
	-webkit-transition: all 0.3s ease-out 0s;
	background: #fff;
}

.item-grid-product-style3:hover .item-product {
	box-shadow: 0px 6px 10px rgba(0, 0, 0, 0.14);
}

.item-grid-product-style3 .product-info {
	padding: 15px 15px;
}

	.item-grid-product-style3 .product-info .product-price {
		margin-top: 10px;
	}

	.item-grid-product-style3 .product-info .wrap-rating {
		margin-bottom: 5px;
	}
/*End item grid style3*/
/*Begin item grid style4*/
.shop-grid-product-item-style4 .list-product-wrap {
	margin-bottom: -30px;
}

.shop-grid-product-item-style4 .item-grid-product-style4 {
	margin-bottom: 30px;
}

.item-grid-product-style4 .product-thumb-link img {
	background: #f5f5f5;
}

.item-grid-product-style4 .item-product .product-label span {
	font-size: 12px;
	font-weight: 600;
	color: #fff;
	text-transform: uppercase;
	line-height: 32px;
	padding: 0 8px;
	border-radius: 5px;
	background-color: var(--bzo-main-color);
	display: inline-block;
	margin-bottom: 10px;
}

	.item-grid-product-style4 .item-product .product-label span.new {
		background-color: #2E2E2E;
	}

.item-grid-product-style4 .product-price .woocs_price_code {
	justify-content: center;
	gap: 5px;
}

.item-grid-product-style4 .item-product .product-label {
	top: 20px;
	right: 20px;
	left: auto;
	display: flex;
	flex-direction: column;
	align-items: flex-end;
	position: absolute;
	z-index: 1;
}

.item-grid-product-style4 .product-thumb:before {
	content: '';
	position: absolute;
	top: 0;
	bottom: 0;
	left: 0;
	right: 0;
	background: rgba(23, 23, 23, 0.3);
	z-index: 1;
	opacity: 0;
	transition: all 0.3s ease-out 0s;
	-webkit-transition: all 0.3s ease-out 0s;
}

.item-grid-product-style4:hover .product-thumb:before {
	opacity: 1;
}

.item-grid-product-style4 .product-extra-link {
	position: absolute;
	left: 0;
	right: 0;
	bottom: 0;
	top: 0;
	display: flex;
	justify-content: center;
	align-items: center;
	z-index: 1;
}

.addcart-link-style4 {
	background: #fff;
	border: 0;
	text-transform: uppercase;
	font-size: 16px;
	font-weight: 600;
	height: 55px;
	line-height: 55px;
	text-align: center;
	border-radius: 30px;
	padding: 0 35px !important;
	min-width: 120px;
	display: inline-block;
	cursor: pointer;
	transition: all 0.3s ease-out 0s;
	-webkit-transition: all 0.3s ease-out 0s;
	z-index: 1;
}

	.addcart-link-style4:hover {
		color: #fff;
		background: var(--bzo-main-color);
	}

.item-grid-product-style4 .addcart-link-style4 {
	transform: scale(0);
}

.item-grid-product-style4:hover .addcart-link-style4 {
	transform: scale(1);
}

.item-grid-product-style4 .product-info .wrap-rating {
	margin-top: 12px;
	margin-bottom: 8px;
}

.item-grid-product-style4 .product-info .product-price {
	margin-top: 8px;
}

.item-grid-product-style4 {
	margin-bottom: 30px;
}

.shop-grid-product-item-style4 {
	margin-bottom: -30px;
}

.item-grid-product-style4 .product-info {
	text-align: center;
}
/*End item grid style4*/
/*Begin item grid style5*/
.shop-grid-product-item-style5 .list-product-wrap {
	margin-bottom: -30px;
}

.shop-grid-product-item-style5 .item-grid-product-style5 {
	margin-bottom: 30px;
}

.item-grid-product-style5 .product-thumb-link img {
	background: #f5f5f5;
}

.item-grid-product-style5 .item-product .product-label span {
	font-size: 12px;
	font-weight: 600;
	color: #fff;
	text-transform: uppercase;
	line-height: 32px;
	padding: 0 8px;
	border-radius: 5px;
	background-color: var(--bzo-main-color);
	display: inline-block;
	margin-bottom: 10px;
}

	.item-grid-product-style5 .item-product .product-label span.new {
		background-color: #2E2E2E;
	}

.item-grid-product-style5 .product-price .woocs_price_code {
	justify-content: center;
	gap: 5px;
}

.item-grid-product-style5 .item-product {
	margin-bottom: 20px;
	border: 1px solid var(--bzo-main-color);
	border-radius: 15px;
	transition: .3s;
}

	.item-grid-product-style5 .item-product:hover {
		box-shadow: 0px 1px 18px rgba(135, 176, 179, 0.4);
		border-color: var(--bzo-main-color);
		transition: .3s;
	}

	.item-grid-product-style5 .item-product .product-thumb {
		position: relative;
		border-radius: 15px 15px 0 0;
	}

.item-grid-product-style5 .product-thumb-link,
.item-grid-product-style5 .product-thumb-link img {
	background-color: #fff;
	border-radius: 15px 15px 0 0;
}

.item-grid-product-style5 .item-product .product-extra-link {
	width: 100%;
	position: absolute;
	bottom: 0px;
	left: 0;
	text-align: center;
}

	.item-grid-product-style5 .item-product .product-extra-link a {
		width: 40px;
		height: 40px;
		line-height: 42px;
		text-align: center;
		border-radius: 5px;
		background-color: #f5f5f5;
		color: #727272;
		font-size: 20px;
		display: inline-block;
		margin: 0 5px;
		transition: all 0.25s ease-in-out 0s;
		opacity: 1 !important;
	}

.item-grid-product-style5 .item-product:hover .product-extra-link a {
	opacity: 1 !important;
	visibility: visible;
	transform: translate(0px, 0px);
}

.item-grid-product-style5 .item-product .product-extra-link a.added {
	background-color: var(--bzo-main-color);
	color: #fff;
}

.item-grid-product-style5 .item-product .product-extra-link a.product-compare.added {
	font-size: 0;
	position: relative;
}

	.item-grid-product-style5 .item-product .product-extra-link a.product-compare.added::before {
		font-family: 'Line Awesome Free';
		font-weight: 900;
		content: "\f362";
		font-size: 20px;
	}

.item-grid-product-style5 .item-product .product-extra-link a:hover {
	background-color: var(--bzo-main-color);
	transition: all 0.25s ease-in-out 0s;
	color: #fff;
}

.item-grid-product-style5 .product-info .product-title a {
	color: var(--bzo-title-color);
}

	.item-grid-product-style5 .product-info .product-title a:hover {
		color: var(--bzo-main-color);
	}

.item-grid-product-style5 .item-product .product-info {
	padding: 15px 5px;
}

.item-grid-product-style5 .product-info .product-title {
	margin: 4px 0px 8px 0;
}

.item-grid-product-style5 .item-product {
	margin-bottom: 20px;
	border: 1px solid transparent;
	border-radius: 15px;
	transition: .3s;
}

	.item-grid-product-style5 .item-product:hover {
		border-color: var(--bzo-main-color);
		box-shadow: 0px 1px 18px rgba(201, 201, 201, 0.4);
		transition: .3s;
	}

	.item-grid-product-style5 .item-product .product-thumb {
		position: relative;
		border-radius: 15px 15px 0 0;
	}

.item-grid-product-style5 .product-thumb-link,
.item-grid-product-style5 .product-thumb-link img {
	background-color: #fff;
	border-radius: 15px 15px 0 0;
}

.item-grid-product-style5 .item-product .product-extra-link {
	width: 100%;
	position: absolute;
	bottom: 0px;
	left: 0;
	text-align: center;
}

	.item-grid-product-style5 .item-product .product-extra-link a {
		width: 40px;
		height: 40px;
		line-height: 42px;
		text-align: center;
		border-radius: 100%;
		background-color: #f5f5f5;
		color: #727272;
		font-size: 20px;
		display: inline-block;
		margin: 0 7px;
		transition: all 0.3s ease-in-out 0s;
		opacity: 0 !important;
		transform: translate(0px, 30px);
	}

.item-grid-product-style5 .item-product:hover .product-extra-link a {
	opacity: 1 !important;
	visibility: visible;
	transform: translate(0px, 0px);
}

.item-grid-product-style5 .item-product .product-extra-link a.added {
	background-color: var(--bzo-main-color);
	color: #fff;
}

.item-grid-product-style5 .item-product .product-extra-link a.product-compare.added {
	font-size: 0;
	position: relative;
}

	.item-grid-product-style5 .item-product .product-extra-link a.product-compare.added::before {
		font-family: 'Line Awesome Free';
		font-weight: 900;
		content: "\f362";
		font-size: 20px;
	}

.item-grid-product-style5 .item-product .product-extra-link a:hover {
	background-color: var(--bzo-main-color);
	transition: all 0.3s ease-in-out 0s;
	color: #fff;
}

.item-grid-product-style5 .product-info .product-title a {
	color: var(--bzo-gray-color);
}

	.item-grid-product-style5 .product-info .product-title a:hover {
		color: var(--bzo-main-color);
	}

.item-grid-product-style5 .item-product .product-info {
	padding: 15px 5px;
}

.item-grid-product-style5 .product-info .product-title {
	margin: 2px 0px 4px 0;
}

.item-grid-product-style5 .item-product .product-thumb .product-label {
	text-align: left;
	left: 15px;
	top: 15px;
	right: auto;
	position: absolute;
	z-index: 1;
}
/*End item grid style5*/
/*Begin item grid style6*/
.shop-grid-product-item-style6 .item-grid-product-style6 {
	margin-bottom: 30px;
}

.shop-grid-product-item-style6 .list-product-wrap {
	margin-bottom: -30px;
}

.shop-grid-product-item-style6 .item-product {
	background: #fff;
	border: 1px solid #D6D6D6;
}

.item-grid-product-style6 .item-product .product-thumb {
	position: relative;
}

	.item-grid-product-style6 .item-product .product-thumb img {
		background: #fff;
	}

.item-grid-product-style6 .item-product .product-info {
	padding: 13px 15px 15px 15px;
}

	.item-grid-product-style6 .item-product .product-info .wrap-rating {
		margin: 0;
	}

.item-grid-product-style6 .product-info .product-title {
	margin: 0px 0px 4px 0;
	line-height: 24px;
	text-transform: capitalize;
}

	.item-grid-product-style6 .product-info .product-title a {
		color: var(--bzo-main-color-mix-black);
	}

.item-grid-product-style6 .product-price .woocs_price_code {
	justify-content: center;
	gap: 5px;
}

.item-grid-product-style6 .product-thumb .product-label {
	text-align: left;
	left: 15px;
	top: 15px;
	right: auto;
	position: absolute;
	z-index: 1;
	max-width: 100px;
	display: flex;
	flex-direction: column;
	gap: 5px;
}

.item-grid-product-style6 .product-label span {
	font-size: 12px;
	font-weight: 600;
	color: #fff;
	text-transform: uppercase;
	line-height: 16px;
	border-radius: 0;
	padding: 5px 8px;
	background-color: var(--bzo-main-color);
	display: inline-block;
	min-width: 50px;
	text-align: center;
	display: flex;
	justify-content: center;
}

	.item-grid-product-style6 .product-label span.trending {
		background-color: rgba(255, 163, 78, 1.0);
	}

	.item-grid-product-style6 .product-label span.sale {
		background-color: #FE8B5F;
	}

.item-grid-product-style6 .item-product .product-extra-link {
	position: absolute;
	right: 0;
	bottom: 10px;
	left: 0;
	align-items: center;
	text-align: center;
	display: flex;
	justify-content: center;
	gap: 15px;
}

	.item-grid-product-style6 .item-product .product-extra-link a {
		width: 38px;
		height: 38px;
		line-height: 38px;
		text-align: center;
		border-radius: 100%;
		background-color: #F5F5F5;
		color: var(--bzo-title_typo-color);
		border: none;
		font-size: 18px;
		transition: 0.3s;
		opacity: 0 !important;
		transform: scale(0) translate(0px, 100px);
		position: relative;
		overflow: hidden;
	}

.item-grid-product-style6 .item-product:hover .product-extra-link a {
	opacity: 1 !important;
	visibility: visible;
	transform: scale(1) translate(0px, 0px);
}

.item-grid-product-style6 .item-product .product-extra-link a:hover {
	background-color: var(--bzo-main-color);
	color: #fff;
	transition-delay: unset;
}

.item-grid-product-style6 .item-product {
	transition: 0.3s;
	background: #fff;
	border: 1px solid #D6D6D6;
}

	.item-grid-product-style6 .item-product:hover {
		box-shadow: 0px 1px 18px 0px rgba(0, 0, 0, 0.12);
		border-color: var(--bzo-main-color);
	}

@media(max-width: 1200px) {
	.item-grid-product-style6 .item-product:hover {
		box-shadow: 0px 5px 8px -3px #0000002e;
	}
}

.item-grid-product-style6 .gallery-hover {
	position: absolute;
	z-index: 111;
	bottom: -50px;
	left: 0;
	right: 0;
	gap: 8px;
	opacity: 0 transition: all 0.3s ease-out 0s;
	-webkit-transition: all 0.3s ease-out 0s;
}

.item-grid-product-style6:hover .gallery-hover {
	bottom: 10px;
	opacity: 1;
}

.item-grid-product-style6 .gallery-hover img {
	border-radius: 50%;
	border: 1px solid var(--bzo-border-color);
	cursor: pointer;
	transition: all 0.3s ease-out 0s;
}

@media(max-width: 1200px) {
	.item-grid-product-style6 .gallery-hover img {
		width: 40px;
		height: 40px;
	}

	.item-grid-product-style6 .gallery-hover {
		display: none;
	}

	.item-grid-product-style6 .item-product .product-extra-link a {
		width: 30px;
		height: 30px;
		line-height: 30px;
		font-size: 16px;
	}
}

.item-grid-product-style6 .gallery-hover img:hover {
	border: 1px solid var(--bzo-main-color);
}

.item-grid-product-style6 .item-product .product-extra-link a.added {
	background-color: var(--bzo-main-color);
	border-color: var(--bzo-main-color);
	color: #fff;
}

.item-grid-product-style6 .item-product .product-extra-link a.product-compare.added {
	font-size: 0;
	position: relative;
}

	.item-grid-product-style6 .item-product .product-extra-link a.product-compare.added::before {
		font-family: 'Line Awesome Free';
		font-weight: 900;
		content: "\f362";
		font-size: 20px;
	}
/*End item grid style6*/
/*Begin item grid style7*/

.shop-grid-product-item-style7 .list-product-wrap {
	margin-bottom: -40px;
}

.shop-grid-product-item-style7 .item-grid-product-style7 {
	margin-bottom: 40px;
}

.item-grid-product-style7 .product-thumb-link img {
	background: #f5f5f5;
}

.item-grid-product-style7 .item-product .product-label span {
	font-size: 12px;
	font-weight: 600;
	color: #fff;
	text-transform: uppercase;
	line-height: 32px;
	padding: 0 8px;
	border-radius: 5px 0 0 5px;
	background-color: var(--bzo-main-color);
	display: inline-block;
	margin-bottom: 10px;
}

	.item-grid-product-style7 .item-product .product-label span.new {
		background-color: #2E2E2E;
	}

.item-grid-product-style7 .product-price .woocs_price_code {
	gap: 5px;
}

.item-grid-product-style7 .product-info {
	position: relative;
	margin-top: 20px;
}

	.item-grid-product-style7 .product-info .product-title {
		color: var(--bzo-gray-color);
		font-size: 20px;
		font-weight: 600;
	}

.item-grid-product-style7 .product-extra-link {
	background-color: var(--bzo-main-color);
	border-radius: 8px;
	padding: 0px 0px;
	visibility: hidden;
	transition: all .2s linear;
	position: absolute;
	left: 0;
	right: 0;
	opacity: 0;
	bottom: -30px;
	overflow: hidden;
}

.item-grid-product-style7:hover .product-extra-link {
	opacity: 1;
	visibility: visible;
	bottom: -50px;
}

.item-grid-product-style7 .product-extra-link a {
	color: white;
	line-height: 40px;
}

	.item-grid-product-style7 .product-extra-link a:hover,
	.item-grid-product-style7 .product-extra-link a.added {
		background: #454545;
		color: #fff;
	}

		.item-grid-product-style7 .product-extra-link a.added.compare-link {
			display: flex;
			justify-content: center;
			align-items: center;
			font-size: 0px;
		}

			.item-grid-product-style7 .product-extra-link a.added.compare-link:before {
				content: "\f362";
				font-family: 'Line Awesome Free';
				font-weight: 900;
				font-size: 16px;
			}

.item-grid-product-style7 .product-extra-link .product-compare {
	width: 40px;
	text-align: center;
	border-left: 1px solid var(--bzo-border-color);
}

.item-grid-product-style7 .product-extra-link .add_to_wishlist {
	width: 40px;
	text-align: center;
	border-right: 1px solid var(--bzo-border-color);
}

.item-grid-product-style7 .wrap-rating {
	margin-bottom: 3px;
}

.item-grid-product-style7 .product-price {
	margin-bottom: 0px;
}

.item-grid-product-style7 .product-extra-link .addcart-link {
	font-weight: 600;
	font-size: 16px;
	line-height: 40px;
	text-transform: uppercase;
	width: calc(100% - 80px);
	text-align: center;
}

	.item-grid-product-style7 .product-extra-link .addcart-link .fa-shopping-cart {
		display: none;
	}

.item-grid-product-style7 .product-label {
	text-align: right;
	right: 0;
	top: 20px;
	position: absolute;
	z-index: 1;
}

.item-grid-product-style7 .item-product {
	position: relative;
	z-index: 2;
	transition: all .3s linear;
}

	.item-grid-product-style7 .item-product::before {
		content: '';
		position: absolute;
		left: 0;
		right: 0;
		bottom: 0px;
		top: 0;
		background: #fff;
		border-radius: 15px;
		transition: all 0.2s ease-out 0s;
		-webkit-transition: all 0.2s ease-out 0s;
	}

.item-grid-product-style7:hover .item-product::before {
	bottom: -50px;
}

.item-grid-product-style7:hover {
	z-index: 11
}

.item-grid-product-style7 .product-thumb-link {
	border-radius: 10px;
}
/*End item grid style7*/
/*Begin item grid style8*/

.shop-grid-product-item-style8 .list-product-wrap {
	margin-bottom: -30px;
}

.shop-grid-product-item-style8 .item-grid-product-style8 {
	margin-bottom: 30px;
}

.item-grid-product-style8 .product-thumb-link img {
	background: #f5f5f5;
}

.item-grid-product-style8 .item-product .product-label span {
	font-size: 12px;
	font-weight: 600;
	color: #fff;
	text-transform: capitalize;
	padding: 5px 15px;
	border-radius: 0;
	background-color: var(--bzo-main-color);
	display: inline-block;
	margin-bottom: 8px;
}

	.item-grid-product-style8 .item-product .product-label span.new {
		background-color: #2E2E2E;
	}

.item-grid-product-style8 .product-price .woocs_price_code {
	gap: 5px;
}

.item-grid-product-style8 .product-thumb .product-label {
	position: absolute;
	top: 15px;
	left: 15px;
	z-index: 1;
}

.item-grid-product-style8 .product-label span {
	border-radius: 0;
	padding: 5px 15px;
	font-size: 12px;
	font-weight: 600;
	line-height: 16px;
	color: var(--bzo-gray-color);
	margin-bottom: 8px;
	text-transform: capitalize;
}

.item-grid-product-style8 .product-thumb .product-extra-link {
	position: absolute;
	right: -50px;
	top: 15px;
	display: flex;
	flex-direction: column;
	gap: 8px;
	transition: .3s;
}

.item-grid-product-style8 .item-product:hover .product-thumb .product-extra-link {
	right: 15px;
}

.item-grid-product-style8 .product-thumb .product-extra-link a:hover,
.item-grid-product-style8 .product-thumb .product-extra-link .add_to_wishlist.added {
	background: var(--bzo-main-color);
}

.item-grid-product-style8 .product-thumb .product-extra-link a {
	transition: .3s;
}

	.item-grid-product-style8 .product-thumb .product-extra-link a:hover,
	.item-grid-product-style8 .product-thumb .product-extra-link .add_to_wishlist.added i {
		color: #fff;
	}

.item-grid-product-style8 .product-thumb .product-extra-link a {
	width: 40px;
	height: 40px;
	background: #fff;
	display: flex;
	justify-content: center;
	align-items: center;
	font-size: 20px;
}

.item-grid-product-style8 .product-thumb .action-buttons {
	position: absolute;
	bottom: -50px;
	background: var(--bzo-main-color);
	padding: 10px 0;
	display: flex;
	justify-content: center;
	width: 100%;
	transition: .3s;
}

	.item-grid-product-style8 .product-thumb .action-buttons .add_to_cart_button span,
	.item-grid-product-style8 .product-thumb .action-buttons .addcart-link span {
		font-size: 16px;
		font-weight: 600;
		text-transform: uppercase;
		transition: .3s;
	}

	.item-grid-product-style8 .product-thumb .action-buttons .add_to_cart_button:hover span,
	.item-grid-product-style8 .product-thumb .action-buttons .addcart-link:hover span {
		color: #fff;
	}

.item-grid-product-style8 .item-product:hover .product-thumb .action-buttons {
	bottom: 0;
}

.item-grid-product-style8 .product-info {
	padding: 15px;
}

	.item-grid-product-style8 .product-info .product-title,
	.item-grid-product-style8 .product-info .title-rating .wrap-rating {
		margin-bottom: 6px;
	}

		.item-grid-product-style8 .product-info .product-title a {
			color: var(--bzo-gray-color);
			font-size: 16px;
			font-weight: 600;
			line-height: 24px;
		}

		.item-grid-product-style8 .product-info .product-title:hover a {
			color: var(--bzo-main-color);
		}

	.item-grid-product-style8 .product-info .product-price .woocommerce-Price-amount {
		font-size: 16px;
		font-weight: 700;
	}

	.item-grid-product-style8 .product-info .product-price del .woocommerce-Price-amount {
		font-size: 14px;
		font-weight: 400;
		color: var(--bzo-body_typo-color);
	}
/*End item grid style8*/
/*Begin item grid style9*/
.shop-grid-product-item-style9 .list-product-wrap {
	margin-bottom: -30px;
}

.shop-grid-product-item-style9 .item-grid-product-style9 {
	margin-bottom: 30px;
}

.item-grid-product-style9 .product-thumb-link img {
	background: #f5f5f5;
}

.item-grid-product-style9 .item-product .product-label span {
	font-size: 12px;
	font-weight: 600;
	color: #fff;
	text-transform: capitalize;
	padding: 5px 15px;
	border-radius: 0;
	background-color: var(--bzo-main-color);
	display: inline-block;
	margin-bottom: 8px;
}

	.item-grid-product-style9 .item-product .product-label span.new {
		background-color: #2E2E2E;
	}

.item-grid-product-style9 .product-price .woocs_price_code {
	gap: 5px;
}

.item-grid-product-style9 .product-thumb .product-label {
	position: absolute;
	top: 15px;
	left: 15px;
	z-index: 1;
}

.item-grid-product-style9 .product-label span {
	border-radius: 0;
	padding: 4px 10px;
	font-size: 14px;
	font-weight: 500;
	line-height: 20px;
	color: #fff;
	margin-bottom: 8px;
	text-transform: uppercase;
}

.item-grid-product-style9 .product-thumb .product-extra-link {
	position: absolute;
	right: -50px;
	top: 15px;
	display: flex;
	flex-direction: column;
	gap: 8px;
	transition: .3s;
}

.item-grid-product-style9 .item-product:hover .product-thumb .product-extra-link {
	right: 15px;
}

.item-grid-product-style9 .product-thumb .product-extra-link a:hover,
.item-grid-product-style9 .product-thumb .product-extra-link .add_to_wishlist.added {
	background: var(--bzo-main-color);
}

.item-grid-product-style9 .product-thumb .product-extra-link a {
	transition: .3s;
}

	.item-grid-product-style9 .product-thumb .product-extra-link a:hover,
	.item-grid-product-style9 .product-thumb .product-extra-link .add_to_wishlist.added i {
		color: #fff;
	}

.item-grid-product-style9 .product-thumb .product-extra-link a {
	width: 40px;
	height: 40px;
	background: #fff;
	display: flex;
	justify-content: center;
	align-items: center;
	font-size: 20px;
}

.item-grid-product-style9 .product-thumb .action-buttons {
	position: absolute;
	bottom: -60px;
	background: #454545;
	display: flex;
	justify-content: space-between;
	width: 100%;
	transition: .3s;
}

	.item-grid-product-style9 .product-thumb .action-buttons a.product-quick-view,
	.item-grid-product-style9 .product-thumb .action-buttons a.add_to_wishlist {
		display: flex;
		width: 56px;
		height: 56px;
		justify-content: center;
		align-items: center;
		color: #fff;
		font-size: 24px;
	}

	.item-grid-product-style9 .product-thumb .action-buttons a.product-quick-view {
		border-left: 1px solid #D6D6D6;
	}

	.item-grid-product-style9 .product-thumb .action-buttons a.add_to_wishlist {
		border-right: 1px solid #D6D6D6;
	}

		.item-grid-product-style9 .product-thumb .action-buttons a.add_to_wishlist.added i {
			color: var(--bzo-main-color);
		}

	.item-grid-product-style9 .product-thumb .action-buttons .addcart-link {
		display: flex;
		align-items: center;
		color: #fff;
		justify-content: center;
	}

		.item-grid-product-style9 .product-thumb .action-buttons .addcart-link i {
			display: none;
		}

		.item-grid-product-style9 .product-thumb .action-buttons .add_to_cart_button span,
		.item-grid-product-style9 .product-thumb .action-buttons .addcart-link span {
			font-size: 16px;
			font-weight: 600;
			text-transform: uppercase;
			transition: .3s;
		}

		.item-grid-product-style9 .product-thumb .action-buttons a:hover,
		.item-grid-product-style9 .product-thumb .action-buttons .addcart-link:hover span {
			color: var(--bzo-main-color);
		}

.item-grid-product-style9 .item-product:hover .product-thumb .action-buttons {
	bottom: 0;
}

.item-grid-product-style9 .product-info {
	padding: 13px 0 0;
}

	.item-grid-product-style9 .product-info .product-title {
		margin-bottom: 12px;
		text-align: center;
	}

		.item-grid-product-style9 .product-info .product-title a {
			color: var(--bzo-title_typo-color);
			font-size: 16px;
			font-weight: 400;
			line-height: 24px;
			text-transform: uppercase;
		}

		.item-grid-product-style9 .product-info .product-title:hover a {
			color: var(--bzo-main-color);
		}

	.item-grid-product-style9 .product-info .product-price .woocommerce-Price-amount {
		font-size: 20px;
		font-weight: 600;
		color: var(--bzo-title_typo-color);
	}

	.item-grid-product-style9 .product-info .product-price del .woocommerce-Price-amount {
		font-size: 16px;
		font-weight: 400;
		color: var(--bzo-body_typo-color);
	}

	.item-grid-product-style9 .product-info .product-tag-list {
		text-align: center;
		margin-bottom: 8px;
	}

		.item-grid-product-style9 .product-info .product-tag-list a {
			font-size: 14px;
			font-weight: 500;
			text-transform: uppercase;
			color: var(--bzo-main-color);
		}

			.item-grid-product-style9 .product-info .product-tag-list a:hover,
			.item-grid-product-style9 .product-info .product-price .slipt {
				color: var(--bzo-main-color2);
			}

	.item-grid-product-style9 .product-info .woocs_price_code {
		display: flex;
		gap: 4px;
		justify-content: center;
		align-items: center;
	}

		.item-grid-product-style9 .product-info .woocs_price_code del {
			order: 1;
		}

.item-grid-product-style9 .item-brand-product {
	flex-wrap: wrap;
	justify-content: center;
	align-items: center;
	gap: 5px;
}

	.item-grid-product-style9 .item-brand-product img {
		width: 50px;
	}
/*End item grid style9*/
/*Begin item grid style10*/
.shop-grid-product-item-style10 .list-product-wrap {
	margin-bottom: -30px;
}

.shop-grid-product-item-style10 .item-grid-product-style10 {
	margin-bottom: 30px;
}

.item-grid-product-style10 .product-thumb-link img {
	background: #f5f5f5;
}

.item-grid-product-style10 .item-product .product-label span {
	font-size: 12px;
	font-weight: 600;
	color: #fff;
	text-transform: capitalize;
	padding: 4px 15px;
	border-radius: 0;
	background-color: var(--bzo-main-color);
	display: inline-block;
	margin-bottom: 8px;
}

	.item-grid-product-style10 .item-product .product-label span.sale {
		order: 1;
		color: var(--bzo-title_typo-color);
		border: 1px solid #B7B7B7;
		background-color: #fff;
	}

	.item-grid-product-style10 .item-product .product-label span.new {
		background-color: #2E2E2E;
	}

.item-grid-product-style10 .product-price .woocs_price_code {
	gap: 5px;
	justify-content: center;
}

.item-grid-product-style10 .item-product .product-thumb {
	border: 1px solid #D9D9D9;
}

.item-grid-product-style10 .item-product:hover .product-thumb {
	border: 1px solid var(--bzo-main-color);
}

.item-grid-product-style10 .variations_form .swatch-color {
	width: 16px;
	height: 16px;
	cursor: pointer;
	display: flex;
	justify-content: center;
	align-items: center;
}

	.item-grid-product-style10 .variations_form .swatch-color:before {
		content: "\f00c";
		font-family: 'Line Awesome Free';
		font-weight: 900;
		opacity: 0;
		color: #fff;
		font-size: 12px;
	}

	.item-grid-product-style10 .variations_form .swatch-color.selected:before {
		opacity: 1;
	}

.item-grid-product-style10 .product-label {
	position: absolute;
	top: 12px;
	left: 12px;
	z-index: 1;
	display: flex;
}

	.item-grid-product-style10 .product-label span {
		border-radius: 0;
		line-height: 20px;
		font-size: 14px;
		font-weight: 500;
	}

	.item-grid-product-style10 .product-label .new {
		color: #fff;
		background: var(--bzo-main-color);
		padding: 4px 16px;
		text-transform: capitalize;
	}

.item-grid-product-style10 .variations_form {
	position: absolute;
	top: 12px;
	right: 12px;
}

	.item-grid-product-style10 .variations_form .tawcvs-swatches {
		display: flex;
		flex-direction: column;
		gap: 4px;
	}

.item-grid-product-style10 .action-buttons {
	position: absolute;
	bottom: -50px;
	left: 0;
	right: 0;
	display: flex;
	justify-content: center;
	gap: 8px;
	transition: .4s;
}

.item-grid-product-style10 .item-product:hover .action-buttons {
	bottom: 12px;
}

.item-grid-product-style10 .action-buttons a {
	font-size: 20px;
	width: 32px;
	height: 32px;
	border-radius: 30px;
	border: 1px solid var(--bzo-main-color);
	display: flex;
	justify-content: center;
	align-items: center;
	color: var(--bzo-main-color);
}

	.item-grid-product-style10 .action-buttons a:hover {
		background: var(--bzo-main-color);
		color: #fff;
	}

.item-grid-product-style10 .action-buttons .addcart-link .text {
	display: none;
}

.item-grid-product-style10 .product-rate,
.item-grid-product-style10 .product-rating {
	background-image: url(../images/icon/rate-star3.png);
}

.item-grid-product-style10 .product-rate {
	background-position: 0 -16px;
	height: 16px;
	width: 100px;
}

.item-grid-product-style10 .product-rating {
	height: 16px;
}

.item-grid-product-style10 .wrap-rating .number-rate {
	font-size: 14px;
	font-weight: 400;
	line-height: 20px;
	color: var(--bzo-body_typo-color);
}

.item-grid-product-style10 .product-info .wrap-rating {
	display: flex;
	justify-content: center;
	align-items: center;
	margin: 16px 0 12px;
}

.item-grid-product-style10 .product-price del .woocommerce-Price-amount {
	font-size: 14px;
}

.item-grid-product-style10 .product-price .woocs_price_code {
	display: flex;
	justify-content: center;
	gap: 6px;
}

	.item-grid-product-style10 .product-price .woocs_price_code del {
		order: 1;
	}
/*End item grid style10*/
/*Begin item grid style11*/
.shop-grid-product-item-style11 .list-product-wrap {
	margin-bottom: -30px;
}

.shop-grid-product-item-style11 .item-grid-product-style11 {
	margin-bottom: 30px;
}

.item-grid-product-style11 .product-thumb-link img {
	background: #f5f5f5;
}

.item-grid-product-style11 .item-product .product-label span {
	font-size: 12px;
	font-weight: 600;
	color: #fff;
	text-transform: capitalize;
	padding: 4px 15px;
	border-radius: 0;
	background-color: var(--bzo-main-color);
	display: inline-block;
	margin-bottom: 8px;
}

	.item-grid-product-style11 .item-product .product-label span.new {
		background-color: #2E2E2E;
	}

.item-grid-product-style11 .product-price .woocs_price_code {
	gap: 5px;
	justify-content: center;
}

.item-grid-product-style11 .item-product .product-thumb {
	border-radius: 0;
}

.item-grid-product-style11 .wrap-rating {
	margin-bottom: 5px !important;
}

.item-grid-product-style11 .item-product .product-label {
	position: absolute;
	top: 15px;
	left: 15px;
	z-index: 1;
}

	.item-grid-product-style11 .item-product .product-label span {
		border-radius: 0;
		font-size: 14px;
		font-weight: 500;
		line-height: 20px;
		padding: 4px 10px;
	}

.item-grid-product-style11 .item-product {
	background: #fff;
	border: 1px solid #D6D6D6;
}

	.item-grid-product-style11 .item-product .product-info {
		padding: 20px;
	}

	.item-grid-product-style11 .item-product .product-thumb-link img {
		background: #f5f5f5;
	}

	.item-grid-product-style11 .item-product .product-thumb-link:before {
		content: '';
		position: absolute;
		top: 20px;
		bottom: 20px;
		left: 20px;
		right: 20px;
		display: flex;
		background: var(--bzo-main-color);
		opacity: 0;
		z-index: 1;
		border-radius: 50% 50% 0 0;
		transition: 0.4s;
		transform: scale(0);
	}

	.item-grid-product-style11 .item-product:hover .product-thumb-link:before {
		opacity: 0.2;
		transform: scale(1);
	}

	.item-grid-product-style11 .item-product .product-title {
		font-size: 16px;
		font-weight: 500;
		line-height: 24px;
		color: var(--bzo-main-color2);
		margin-bottom: 5px;
	}

	.item-grid-product-style11 .item-product .woocs_price_code {
		display: flex;
		justify-content: center;
		gap: 5px;
		align-items: center;
		line-height: 28px;
	}

		.item-grid-product-style11 .item-product .woocs_price_code ins {
			order: 0;
			font-size: 20px;
			font-weight: 600;
			line-height: 28px;
			color: var(--bzo-main-color);
		}

		.item-grid-product-style11 .item-product .woocs_price_code del {
			order: 1;
			font-size: 16px;
			font-weight: 400;
			line-height: 24px;
			color: var(--bzo-body_typo-color);
		}

@media(max-width: 1366px) {
	.item-grid-product-style11 .item-product .product-info {
		padding: 20px 0;
	}
}

/*End item grid style11*/
/*Begin item grid style12*/
.shop-grid-product-item-style12 .list-product-wrap {
	margin-bottom: -30px;
}

.shop-grid-product-item-style12 .item-grid-product-style12 {
	margin-bottom: 30px;
}

.item-grid-product-style12 .item-product .product-thumb {
	position: relative;
}

	.item-grid-product-style12 .item-product .product-thumb img {
		background: #fff;
	}

.item-grid-product-style12 .item-product {
	background: #fff;
	border: 1px solid #D6D6D6;
	border-radius: 5px;
	overflow: hidden;
}

	.item-grid-product-style12 .item-product .product-info {
		padding: 15px;
		display: flex;
		flex-direction: column;
		justify-content: space-between;
	}

		.item-grid-product-style12 .item-product .product-info .wrap-rating {
			margin: 0;
		}

.item-grid-product-style12 .product-info .product-title {
	margin: 0px 0px 6px 0;
	line-height: 24px;
	text-transform: capitalize;
}

@media(max-width: 767px) {
	.item-grid-product-style12 .product-info .product-title {
		font-size: 16px;
		line-height: 20px;
	}
}

.item-grid-product-style12 .product-price .woocs_price_code {
	justify-content: center;
	gap: 5px;
}

.item-grid-product-style12 .product-thumb .product-label {
	text-align: left;
	left: 10px;
	top: 10px;
	right: auto;
	position: absolute;
	z-index: 1;
	max-width: 100px;
	display: flex;
	flex-direction: column;
	gap: 10px;
}

.item-grid-product-style12 .product-label span {
	font-size: 16px;
	font-weight: 600;
	color: #fff;
	text-transform: uppercase;
	line-height: 26px;
	border-radius: 5px;
	padding: 4px 9px;
	background-color: #2e2e2e;
	display: inline-block;
	min-width: 50px;
	text-align: center;
	display: flex;
	justify-content: center;
}

	.item-grid-product-style12 .product-label span.sale {
		background-color: var(--bzo-main-color);
	}

	.item-grid-product-style12 .product-label span.trending {
		background-color: rgba(255, 163, 78, 1.0);
	}

.item-grid-product-style12 .item-product .product-extra-link {
	position: absolute;
	right: 15px;
	top: 15px;
	align-items: center;
	text-align: center;
	display: flex;
	flex-direction: column;
	gap: 10px;
}

	.item-grid-product-style12 .item-product .product-extra-link a {
		width: 38px;
		height: 38px;
		line-height: 38px;
		text-align: center;
		border-radius: 5px;
		background-color: #EBEBEB;
		color: var(--bzo-title_typo-color);
		border: none;
		font-size: 18px;
		transition: 0.5s;
		opacity: 0 !important;
		transform: translate(80px,0);
		position: relative;
		overflow: hidden;
	}

		.item-grid-product-style12 .item-product .product-extra-link a.addcart-link-style1 .la-cart-plus {
			display: none;
		}

		.item-grid-product-style12 .item-product .product-extra-link a:hover {
			background-color: var(--bzo-main-color);
			color: #fff;
		}

.item-grid-product-style12 .item-product:hover .product-extra-link a {
	opacity: 1 !important;
	visibility: visible;
	transform: translate(0px, 0px);
}

.item-grid-product-style12 .item-product {
	transition: 0.3s;
	background: #fff;
}

.item-grid-product-style12 .rating-shipping {
	margin-bottom: 5px;
}

.item-grid-product-style12 .product-price .woocommerce-Price-amount {
	color: #2E2E2E;
	font-size: 20px;
	font-weight: 700;
}

.item-grid-product-style12 .product-price .slipt {
	color: #2E2E2E;
}

.item-grid-product-style12 .price-on_sale .woocs_price_code {
	flex-direction: column-reverse;
	justify-content: start;
	align-items: start;
	gap: 0;
}

.item-grid-product-style12 .addcart-link-style1 {
	background: #fff;
	color: #727272;
	border-radius: 5px;
	text-align: center;
	justify-content: center;
	display: flex;
	align-items: center;
	text-transform: uppercase;
	font-weight: 600;
	padding: 10px 25px;
	gap: 5px;
	border: 1px solid var(--bzo-main-color);
}

	.item-grid-product-style12:hover .addcart-link-style1,
	.item-grid-product-style12 .addcart-link-style1:hover {
		background: var(--bzo-main-color);
		color: #fff;
	}

	.item-grid-product-style12 .addcart-link-style1 span {
		order: 1;
	}

.item-grid-product-style12 .product-price del .woocommerce-Price-amount {
	color: #727272;
	font-size: 16px;
	font-weight: 400;
}

.item-grid-product-style12 .price-brand {
	margin-bottom: 15px;
}

	.item-grid-product-style12 .price-brand > .flex-wrapper {
		max-width: 60px;
	}

.item-grid-product-style12 .shipping-class {
	color: #06C270;
	font-weight: 600;
	display: flex;
	align-items: center;
	gap: 4px;
}

.item-grid-product-style12 .wrap-rating .number-rate {
	color: var(--bzo-body_typo-color);
	margin-left: 10px;
	font-size: 16px;
}

	.item-grid-product-style12 .wrap-rating .number-rate span {
		display: none;
	}

.item-grid-product-style12 .gallery-hover {
	position: absolute;
	z-index: 111;
	bottom: -50px;
	left: 0;
	right: 0;
	gap: 8px;
	opacity: 0 transition: all 0.3s ease-out 0s;
	-webkit-transition: all 0.3s ease-out 0s;
}

.item-grid-product-style12:hover .gallery-hover {
	bottom: 10px;
	opacity: 1;
}

.item-grid-product-style12 .gallery-hover img {
	border-radius: 50%;
	border: 1px solid var(--bzo-border-color);
	cursor: pointer;
	transition: all 0.3s ease-out 0s;
}

@media(max-width: 1200px) {
	.item-grid-product-style12 .gallery-hover img {
		width: 40px;
		height: 40px;
	}

	.item-grid-product-style12 .gallery-hover {
		display: none;
	}

	.item-grid-product-style12 .item-product .product-extra-link a.addcart-link-style1 span {
		display: none;
	}

	.item-grid-product-style12 .item-product .product-extra-link a.addcart-link-style1 .la-cart-plus {
		display: inline-block;
	}
}

.item-grid-product-style12 .gallery-hover img:hover {
	border: 1px solid var(--bzo-main-color);
}

.item-grid-product-style12 .item-product .product-extra-link a.added {
	background-color: var(--bzo-main-color);
	border-color: var(--bzo-main-color);
	color: #fff;
}

.item-grid-product-style12 .item-product .product-extra-link a.product-compare.added {
	font-size: 0;
	position: relative;
}

	.item-grid-product-style12 .item-product .product-extra-link a.product-compare.added::before {
		font-family: 'Line Awesome Free';
		font-weight: 900;
		content: "\f362";
		font-size: 20px;
	}

.item-grid-product-style12 .product-category-list a {
	display: none;
	font-size: 14px;
	margin-bottom: 3px;
}

	.item-grid-product-style12 .product-category-list a:hover {
		color: var(--bzo-main-color);
	}

	.item-grid-product-style12 .product-category-list a:first-child {
		display: inline-block;
	}
/*End item grid style12*/

/*Begin item grid style13 */
.shop-grid-product-item-style13 .list-product-wrap {
	margin-bottom: -30px;
}

.shop-grid-product-item-style13 .item-grid-product-style13 {
	margin-bottom: 30px;
}

.item-grid-product-style13 .item-product {
	border: 1px solid var(--bzo-border-color);
	transition: .2s;
	padding: 12px;
}

	.item-grid-product-style13 .item-product .product-thumb-inner {
		position: relative;
		overflow: hidden;
	}

	.item-grid-product-style13 .item-product:hover {
		box-shadow: 0px 1px 18px 0px rgba(0, 0, 0, 0.12), 0px 4px 4px 0px rgba(0, 0, 0, 0.25);
	}

.item-grid-product-style13 .product-price .woocs_price_code {
	gap: 5px;
}

.item-grid-product-style13 .product-thumb .product-label {
	position: absolute;
	top: 0px;
	right: 0px;
	z-index: 1;
	display: flex;
	flex-direction: column;
	gap: 2px;
}

.item-grid-product-style13 .item-product .product-label span {
	color: #fff;
	text-transform: capitalize;
	padding: 2px 10px;
	border-radius: 0;
	background-color: var(--bzo-main-color);
}

	.item-grid-product-style13 .item-product .product-label span.new {
		background-color: #2E2E2E;
	}

.item-grid-product-style13 .product-thumb .product-extra-link {
	position: absolute;
	left: -50px;
	top: 0px;
	display: flex;
	flex-direction: column;
	gap: 2px;
	transition: .3s;
}

.item-grid-product-style13 .item-product:hover .product-thumb .product-extra-link {
	left: 0px;
}

.item-grid-product-style13 .product-thumb .product-extra-link a:hover,
.item-grid-product-style13 .product-thumb .product-extra-link .add_to_wishlist.added {
	background: var(--bzo-main-color);
}

.item-grid-product-style13 .product-thumb .product-extra-link a {
	transition: .3s;
}

	.item-grid-product-style13 .product-thumb .product-extra-link a:hover,
	.item-grid-product-style13 .product-thumb .product-extra-link .add_to_wishlist.added i {
		color: #fff;
	}

.item-grid-product-style13 .product-thumb .product-extra-link a {
	width: 36px;
	height: 36px;
	background: var(--bzo-main-color);
	color: #fff;
	display: flex;
	justify-content: center;
	align-items: center;
	font-size: 18px;
}

.item-grid-product-style13 .product-thumb .action-buttons .addcart-link {
	position: absolute;
	bottom: -50px;
	background: var(--bzo-main-color);
	border: 1px solid var(--bzo-main-color);
	color: #fff;
	padding: 10px 0;
	display: flex;
	justify-content: center;
	width: 100%;
	transition: .3s;
	gap: 6px;
	font-weight: 500;
}

	.item-grid-product-style13 .product-thumb .action-buttons .addcart-link i {
		font-size: 20px;
	}

	.item-grid-product-style13 .product-thumb .action-buttons .addcart-link:hover {
		background-color: #fff;
		color: var(--bzo-main-color);
	}

.item-grid-product-style13 .item-product:hover .product-thumb .action-buttons .add_to_cart_button {
	bottom: 0;
}

.item-grid-product-style13 .gallery-hover {
	gap: 5px;
	margin-top: 5px;
}

	.item-grid-product-style13 .gallery-hover img:hover {
		cursor: pointer;
	}

.item-grid-product-style13 .product-info {
	padding: 15px 0 0 0;
}

	.item-grid-product-style13 .product-info .product-title,
	.item-grid-product-style13 .product-info .title-rating .wrap-rating {
		margin-bottom: 6px;
	}

		.item-grid-product-style13 .product-info .product-title a {
			color: var(--bzo-gray-color);
			font-size: 16px;
			font-weight: 600;
			line-height: 24px;
		}

		.item-grid-product-style13 .product-info .product-title:hover a {
			color: var(--bzo-main-color);
		}

	.item-grid-product-style13 .product-info .product-price .woocommerce-Price-amount {
		font-size: 20px;
		font-weight: 600;
	}

	.item-grid-product-style13 .product-info .product-price del .woocommerce-Price-amount {
		font-size: 16px;
		font-weight: 400;
		color: var(--bzo-body_typo-color);
	}

@media(max-width: 767px) {
	.item-product a.quickview-link {
		display: none !important;
	}

	.item-grid-product-style13 .product-thumb .action-buttons .addcart-link {
		padding: 5px;
	}

	.item-grid-product-style13 .product-info .product-title,
	.item-grid-product-style13 .product-info .product-title a {
		font-size: 14px;
		line-height: 22px;
	}

	.item-grid-product-style13 .product-info .product-title {
		min-height: 48px;
	}

	.item-grid-product-style13 .product-info .product-price .woocommerce-Price-amount {
		font-size: 18px;
	}

	.item-grid-product-style13 .product-info .product-price del .woocommerce-Price-amount {
		font-size: 14px;
	}
}

@media(max-width: 480px) {
	.item-grid-product-style13 .product-thumb .product-label {
		display: none;
	}
}
/*end item grid product style13*/
/*--item grid product style14 --*/
.item-grid-product-style14 .tawcvs-swatches {
	display: flex;
	gap: 8px;
}

	.item-grid-product-style14 .tawcvs-swatches .swatch:hover {
		cursor: pointer;
		border: 1px solid var(--bzo-main-color);
	}

	.item-grid-product-style14 .tawcvs-swatches .swatch.selected {
		border: 1px solid var(--bzo-main-color);
	}

	.item-grid-product-style14 .tawcvs-swatches .swatch-color {
		height: 14px;
		width: 14px;
		border-radius: 50%;
		margin: 0;
		padding: 0px;
		position: relative;
	}

		.item-grid-product-style14 .tawcvs-swatches .swatch-color:before {
			content: "\f00c";
			font-family: 'Line Awesome Free';
			font-weight: 900;
			opacity: 0;
			color: #fff;
			font-size: 10px;
			height: 12px;
			width: 12px;
			text-align: center;
			line-height: 12px;
			position: absolute;
			top: 0;
			left: 0;
		}

		.item-grid-product-style14 .tawcvs-swatches .swatch-color.selected:before {
			opacity: 1;
		}

	.item-grid-product-style14 .tawcvs-swatches .swatch-label {
		height: 20px;
		border-radius: 5px;
		border: 1px solid var(--bzo-border-color);
		text-align: center;
		line-height: 20px;
		padding: 0 5px;
	}

		.item-grid-product-style14 .tawcvs-swatches .swatch-label.selected {
			background: var(--bzo-main-color);
			color: #fff;
			border-color: var(--bzo-main-color);
		}

.item-grid-product-style14 .variations {
	align-items: center;
	margin-bottom: 0px;
}

.item-grid-product-style14 .product-category-list a {
	display: none;
}

	.item-grid-product-style14 .product-category-list a:first-child {
		display: inline-block;
	}

.item-grid-product-style14 .product-price .woocs_price_code {
	gap: 10px;
	flex-direction: row;
}

.item-grid-product-style14 .product-price .slipt {
	color: var(--bzo-main-color2);
}

.item-grid-product-style14 .product-price .woocommerce-Price-amount {
	font-size: 18px;
	color: var(--bzo-main-color2);
}

.item-grid-product-style14 .product-price del .woocommerce-Price-amount {
	font-size: 14px;
	color: #bfbfbf;
}

.item-grid-product-style14 .product-thumb .product-label {
	position: absolute;
	top: 12px;
	right: 12px;
	z-index: 1;
	display: flex;
	flex-direction: column;
	gap: 3px;
}

.item-grid-product-style14 .item-product .product-label span {
	color: #fff;
	text-transform: capitalize;
	padding: 2px 10px;
	border-radius: 0;
	background-color: var(--bzo-main-color);
}

	.item-grid-product-style14 .item-product .product-label span.new {
		background-color: var(--bzo-main-color2);
	}

.item-grid-product-style14 .item-product .product-thumb {
	padding: 12px 12px 24px 12px;
}

.item-grid-product-style14 .item-product .variations_form {
	position: absolute;
	bottom: 0;
	left: 0;
	width: 100%;
	padding: 0 14px;
}

.item-grid-product-style14 .product-info .product-title {
	margin: 3px 0;
	font-size: 18px;
}

.item-grid-product-style14 .item-product .product-extra-link {
	align-items: center;
	padding: 14px;
	border-top: 1px solid var(--bzo-border-color);
	opacity: 0;
	visibility: hidden;
}

.item-grid-product-style14 .item-product:hover .product-extra-link {
	opacity: 1;
	visibility: visible;
}

.item-grid-product-style14 .item-product .product-extra-link .extra-links-btn {
	display: flex;
	gap: 18px;
}

	.item-grid-product-style14 .item-product .product-extra-link .extra-links-btn a {
		font-size: 20px;
	}

.item-grid-product-style14 .item-product .product-extra-link a.added {
	color: var(--bzo-main-color2);
}

.item-grid-product-style14 .item-product .product-extra-link .addcart-link {
	font-size: 16px;
	font-weight: 600;
	text-transform: uppercase;
	display: flex;
	align-items: center;
	gap: 3px;
}

	.item-grid-product-style14 .item-product .product-extra-link .addcart-link i {
		font-size: 20px;
	}

.item-grid-product-style14 .item-product .product-info {
	padding: 10px 14px 14px 14px;
}

.item-grid-product-style14 .item-product {
	border: 1px solid transparent;
	transition: .2s;
}

	.item-grid-product-style14 .item-product:hover {
		border-color: var(--bzo-border-color);
	}

@media(max-width: 767px) {
	.item-grid-product-style14 .item-product {
		border-color: var(--bzo-border-color);
	}

		.item-grid-product-style14 .item-product .product-extra-link,
		.item-grid-product-style14 .item-product:hover .product-extra-link {
			opacity: 1;
			visibility: visible;
		}

	.shop-grid-product-item-style14 .list-product-wrap {
		margin-bottom: -30px;
	}

	.shop-grid-product-item-style14 .item-grid-product-style14 {
		margin-bottom: 30px;
	}
}
/*end item grid product style14*/

/*Begin item grid style15*/
.shop-grid-product-item-style15 .list-product-wrap {
	margin-bottom: -30px;
}

.shop-grid-product-item-style15 .item-grid-product-style15 {
	margin-bottom: 30px;
}

.addcart-link-style15 {
	background-color: var(--bzo-main-color);
	color: #fff;
	border-radius: 4px;
	font-size: 20px;
	padding: 4px 12px;
	transition: .2s;
}

	.addcart-link-style15:hover {
		color: #fff;
		background-color: var(--bzo-main-color-mix-black);
	}

.item-grid-product-style15 .item-product .product-thumb {
	position: relative;
}

	.item-grid-product-style15 .item-product .product-thumb img {
		background: #fff;
	}

.item-grid-product-style15 .item-product {
	background: #fff;
	border: 1px solid transparent;
	border-radius: 4px;
	overflow: hidden;
	padding: 12px;
}

	.item-grid-product-style15 .item-product:hover {
		box-shadow: 0px 3px 4px 0px rgba(0, 0, 0, 0.14);
		border-color: #bfbfbf;
	}

	.item-grid-product-style15 .item-product .product-info {
		padding: 10px 0 0 0;
	}

		.item-grid-product-style15 .item-product .product-info .wrap-rating {
			margin: 0;
			display: flex;
			align-items: center;
		}

.item-grid-product-style15 .product-info .product-title {
	margin: 0;
	line-height: 24px;
	text-transform: capitalize;
	overflow: hidden;
	text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-line-clamp: 2;
	-webkit-box-orient: vertical;
}

.item-grid-product-style15 .product-price .woocs_price_code {
	justify-content: center;
	gap: 5px;
}

.item-grid-product-style15 .product-thumb .product-label {
	text-align: left;
	left: 0px;
	top: 0px;
	right: auto;
	position: absolute;
	z-index: 1;
	max-width: 100px;
	display: flex;
	flex-direction: column;
	gap: 10px;
}

.item-grid-product-style15 .product-label span {
	font-size: 14px;
	font-weight: 500;
	color: #fff;
	text-transform: uppercase;
	line-height: 24px;
	border-radius: 5px;
	padding: 2px 8px;
	background-color: var(--bzo-main-color);
	display: inline-block;
	text-align: center;
	display: flex;
	justify-content: center;
}

	.item-grid-product-style15 .product-label span.sale {
		background-color: #be1f24;
	}

	.item-grid-product-style15 .product-label span.trending {
		background-color: rgba(255, 163, 78, 1.0);
	}

.item-grid-product-style15 .item-product .product-extra-link {
	position: absolute;
	right: 0px;
	top: 0px;
	align-items: center;
	text-align: center;
	display: flex;
	flex-direction: column;
	gap: 8px;
}

	.item-grid-product-style15 .item-product .product-extra-link a {
		width: 38px;
		height: 38px;
		line-height: 38px;
		text-align: center;
		border-radius: 100%;
		background-color: #ebebeb;
		color: var(--bzo-title_typo-color);
		border: none;
		font-size: 18px;
		transition: 0.3s;
		transform: translate(70px, 0px);
		opacity: 0;
	}

		.item-grid-product-style15 .item-product .product-extra-link a.quickview-link {
			transition-delay: 0.1s;
		}

		.item-grid-product-style15 .item-product .product-extra-link a.wishlist-link {
			transition-delay: 0.15s;
		}

		.item-grid-product-style15 .item-product .product-extra-link a.compare-link {
			transition-delay: 0.2s;
		}

		.item-grid-product-style15 .item-product .product-extra-link a:hover {
			background-color: var(--bzo-main-color);
			color: #fff;
		}

.item-grid-product-style15 .item-product:hover .product-extra-link a {
	transform: translate(0px, 0px);
	opacity: 1;
}

.item-grid-product-style15 .product-price .woocommerce-Price-amount {
	color: #2E2E2E;
	font-size: 18px;
	font-weight: 700;
}

.item-grid-product-style15 .product-price .slipt {
	color: #2E2E2E;
}

.item-grid-product-style15 .price-on_sale .woocs_price_code {
	flex-direction: column-reverse;
	justify-content: start;
	align-items: start;
	gap: 0;
}

.item-grid-product-style15 .product-price del .woocommerce-Price-amount {
	color: #727272;
	font-size: 14px;
	font-weight: 400;
}

.item-grid-product-style15 .wrap-rating .number-rate {
	color: var(--bzo-body_typo-color);
	margin-left: 6px;
	font-size: 16px;
}

	.item-grid-product-style15 .wrap-rating .number-rate span {
		display: none;
	}

.item-grid-product-style15 .gallery-hover {
	position: absolute;
	z-index: 111;
	bottom: -50px;
	left: 0;
	right: 0;
	gap: 8px;
	opacity: 0 transition: all 0.3s ease-out 0s;
	-webkit-transition: all 0.3s ease-out 0s;
}

.item-grid-product-style15:hover .gallery-hover {
	bottom: 10px;
	opacity: 1;
}

.item-grid-product-style15 .gallery-hover img {
	border-radius: 50%;
	border: 1px solid var(--bzo-border-color);
	cursor: pointer;
	transition: all 0.3s ease-out 0s;
}

.item-grid-product-style15 .flashsale .flashsale-procressbar {
	margin-bottom: 0;
}

@media(max-width: 1200px) {
	.item-grid-product-style15 .gallery-hover img {
		width: 40px;
		height: 40px;
	}

	.item-grid-product-style15 .gallery-hover {
		display: none;
	}

	.item-grid-product-style15 .item-product .product-extra-link a.addcart-link-style1 span {
		display: none;
	}

	.item-grid-product-style15 .item-product .product-extra-link a.addcart-link-style1 .la-cart-plus {
		display: inline-block;
	}
}

.item-grid-product-style15 .gallery-hover img:hover {
	border: 1px solid var(--bzo-main-color);
}

.item-grid-product-style15 .item-product .product-extra-link a.added {
	background-color: var(--bzo-main-color);
	border-color: var(--bzo-main-color);
	color: #fff;
}

.item-grid-product-style15 .item-product .product-extra-link a.product-compare.added {
	font-size: 0;
	position: relative;
}

	.item-grid-product-style15 .item-product .product-extra-link a.product-compare.added::before {
		font-family: 'Line Awesome Free';
		font-weight: 900;
		content: "\f362";
		font-size: 20px;
	}

.item-grid-product-style15 .countdown-style-item- .clock .number {
	color: var(--bzo-main-color);
}

.item-grid-product-style15 .flashsale {
	margin-bottom: 15px;
}

@media(max-width: 880px) {
	.item-grid-product-style15 .item-product .product-extra-link a.quickview-link {
		display: none;
	}
}

@media(max-width: 767px) {
	.item-grid-product-style15 .item-product {
		border: 1px solid #bfbfbf;
	}

	.item-grid-product-style15 .product-info .product-title {
	}
}
/*End item grid style15*/

/*Begin item grid style16*/
.shop-grid-product-item-style16 .item-grid-product-style16 {
	margin-bottom: 30px;
}

.shop-grid-product-item-style16 .list-product-wrap {
	margin-bottom: -30px;
}

.item-grid-product-style16 .item-product {
	background: #fff;
	border: 1px solid var(--bzo-border-color);
	border-radius: 5px;
	padding: 10px;
}

	.item-grid-product-style16 .item-product:hover {
		border: 1px solid var(--bzo-border-color) !important;
	}

@media(max-width: 1200px) {
	.item-grid-product-style16 .item-product:hover {
		box-shadow: 0px 5px 8px -3px #0000002e;
	}
}

.item-grid-product-style16 .item-product .product-thumb {
	position: relative;
	border-radius: 4px 4px 0 0;
}

	.item-grid-product-style16 .item-product .product-thumb img {
		background: #fff;
	}

.item-grid-product-style16 .item-product .product-info {
	padding: 15px 0 0 0;
}

	.item-grid-product-style16 .item-product .product-info .wrap-rating {
		margin: 0;
	}

.item-grid-product-style16 .product-info .product-title {
	margin: 0px;
	line-height: 22px;
	max-height: 45px;
	overflow: hidden;
}

	.item-grid-product-style16 .product-info .product-title a:hover {
		color: var(--bzo-title_typo-color);
	}

.item-grid-product-style16 .product-thumb .product-label {
	text-align: left;
	left: 0px;
	top: 0px;
	right: auto;
	position: absolute;
	z-index: 1;
	max-width: 100px;
	display: flex;
	flex-direction: column;
	gap: 5px;
}

.item-grid-product-style16 .product-label span {
	font-size: 12px;
	font-weight: 600;
	color: #fff;
	text-transform: capitalize;
	line-height: 16px;
	border-radius: 0;
	padding: 4px 18px 4px 8px;
	background-color: #3E9237;
	display: inline-block;
	min-width: 50px;
	text-align: center;
	display: flex;
	justify-content: center;
	border-radius: 4px;
	position: relative;
	clip-path: polygon(0 0, 100% 0, 80% 100%, 100% 100%, 0 100%);
}

	.item-grid-product-style16 .product-label span.trending {
		background-color: #FF5B22;
	}

	.item-grid-product-style16 .product-label span.sale {
		background-color: #FFC436;
		color: #333;
	}

.item-grid-product-style16 .item-product .product-extra-link {
	position: absolute;
	right: 0;
	bottom: -40px;
	left: 0;
	align-items: center;
	text-align: center;
	display: flex;
	justify-content: center;
	gap: 5px;
	background-color: #f5f5f5;
	border-bottom: 1px solid #999;
	transition: .3s;
	opacity: 0;
	visibility: hidden;
}

.item-grid-product-style16 .item-product:hover .product-extra-link {
	bottom: 40px;
	opacity: 1;
	visibility: visible;
	bottom: 0;
}

.item-grid-product-style16 .item-product .product-extra-link a {
	width: 42px;
	height: 42px;
	line-height: 42px;
	text-align: center;
	background-color: #F5F5F5;
	color: var(--bzo-title_typo-color);
	border: none;
	font-size: 20px;
	transition: 0.3s;
	position: relative;
	overflow: hidden;
}

	.item-grid-product-style16 .item-product .product-extra-link a:hover {
		color: var(--bzo-main-color);
	}

.item-grid-product-style16 .gallery-hover {
	position: absolute;
	z-index: 111;
	bottom: -50px;
	left: 0;
	right: 0;
	gap: 8px;
	opacity: 0 transition: all 0.3s ease-out 0s;
	-webkit-transition: all 0.3s ease-out 0s;
}

.item-grid-product-style16:hover .gallery-hover {
	bottom: 10px;
	opacity: 1;
}

.item-grid-product-style16 .gallery-hover img {
	border-radius: 50%;
	border: 1px solid var(--bzo-border-color);
	cursor: pointer;
	transition: all 0.3s ease-out 0s;
}

	.item-grid-product-style16 .gallery-hover img:hover {
		border: 1px solid var(--bzo-main-color);
	}

.item-grid-product-style16 .item-product .product-extra-link a.added {
	background-color: var(--bzo-main-color);
	border-color: var(--bzo-main-color);
	color: #fff;
}

.item-grid-product-style16 .item-product .product-extra-link a.product-compare.added {
	font-size: 0;
	position: relative;
}

	.item-grid-product-style16 .item-product .product-extra-link a.product-compare.added::before {
		font-family: 'Line Awesome Free';
		font-weight: 900;
		content: "\f362";
		font-size: 20px;
	}

.item-grid-product-style16 .product-category-list a {
	display: none;
	font-weight: 500;
	color: #1450A3;
}

	.item-grid-product-style16 .product-category-list a:first-child {
		display: inline-block;
	}

.item-grid-product-style16 .product-price .woocs_price_code {
	justify-content: center;
	gap: 5px;
	flex-direction: row;
}

.item-grid-product-style16 .product-info .product-price .woocommerce-Price-amount {
	font-size: 16px;
	font-weight: 600;
	color: #ff5b22;
	line-height: 25px;
}

.item-grid-product-style16 .product-info .product-price del .woocommerce-Price-amount {
	font-size: 14px;
	font-weight: 400;
	color: var(--bzo-body_typo-color);
}

@media(max-width: 1200px) {
	.item-grid-product-style16 .gallery-hover img {
		width: 40px;
		height: 40px;
	}

	.item-grid-product-style16 .gallery-hover {
		display: none;
	}
}

@media(max-width: 767px) {
	.item-grid-product-style16 .product-info .product-title {
		font-size: 14px;
		line-height: 20px;
	}

	.item-grid-product-style16 .item-product .product-extra-link a {
		width: 32px;
		height: 35px;
		line-height: 35px;
	}

	.item-grid-product-style16 .product-price .woocs_price_code {
		display: inherit;
	}

	.item-grid-product-style16 .item-product {
		padding: 5px;
	}

		.item-grid-product-style16 .item-product .product-info {
			padding: 10px 0 5px 0;
		}
}


.item-grid-product-style16 .countdown-style-item- {
	bottom: 0;
}

	.item-grid-product-style16 .countdown-style-item- .clock {
		background-color: var(--bzo-main-color);
		box-shadow: none;
		border-radius: 0px;
		color: #fff;
	}

		.item-grid-product-style16 .countdown-style-item- .clock .number {
			color: #fff;
		}
/*End item grid style16*/

/*Begin item grid style17*/
.shop-grid-product-item-style17 .list-product-wrap {
	margin-bottom: -30px;
}

.shop-grid-product-item-style17 .item-grid-product-style17 {
	margin-bottom: 30px;
}

.item-grid-product-style17 .item-product {
	background: rgba(255, 255, 255, 0.40);
	box-shadow: 0px 1px 6px 0px rgba(0, 0, 0, 0.15);
}

	.item-grid-product-style17 .item-product .product-thumb {
		position: relative;
	}

.item-grid-product-style17 .countdown-style-item- {
	bottom: 50%;
	margin-bottom: -30px;
}

.item-grid-product-style17 .item-product:hover .countdown-style-item- {
	bottom: 50%;
}

.item-grid-product-style17 .item-product .product-info {
	padding: 15px;
}

	.item-grid-product-style17 .item-product .product-info .wrap-rating {
		margin: 0;
	}

.item-grid-product-style17 .product-info .product-title {
	margin: 0px 0px 3px 0;
	line-height: 1.4;
	text-transform: capitalize;
	overflow: hidden;
	text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-line-clamp: 1;
	-webkit-box-orient: vertical;
}

	.item-grid-product-style17 .product-info .product-title a:hover {
		color: var(--bzo-main-color2);
	}

.item-grid-product-style17 .product-price .woocs_price_code {
	justify-content: center;
	gap: 5px;
}

.item-grid-product-style17 .product-thumb .product-label {
	text-align: left;
	right: auto;
	left: 20px;
	top: 20px;
	position: absolute;
	z-index: 1;
	display: flex;
	gap: 10px;
}

.item-grid-product-style17 .product-label span {
	font-size: 14px;
	font-weight: 500;
	color: #0f0f0f;
	text-transform: uppercase;
	line-height: 24px;
	border-radius: 0px;
	padding: 3px 12px;
	background-color: #FFF9C1;
	display: inline-block;
	text-align: center;
	display: flex;
	justify-content: center;
	transition: .1s;
}

	.item-grid-product-style17 .product-label span.sale {
		background-color: #FFC1C1;
	}

	.item-grid-product-style17 .product-label span.trending {
		background-color: #C1E9FF;
	}

.item-grid-product-style17 .item-product:hover .product-thumb .product-label span {
	visibility: hidden;
}

.item-grid-product-style17 .item-product .product-extra-link {
	display: flex;
	position: absolute;
	bottom: -50px;
	left: 15px;
	gap: 12px;
	width: calc(100% - 30px);
	transition: .3s;
	justify-content: center;
}

.item-grid-product-style17 .item-product:hover .product-extra-link {
	bottom: 15px;
}

.item-grid-product-style17 .item-product .product-extra-link a {
	background-color: var(--bzo-title_typo-color);
	border: 1px solid var(--bzo-title_typo-color);
	padding: 10px 5px;
	color: #fff;
	font-weight: 500;
	transition: .2s;
	width: 50%;
	text-align: center;
	text-transform: capitalize;
}

	.item-grid-product-style17 .item-product .product-extra-link a:hover {
		background-color: var(--bzo-main-color);
		border-color: var(--bzo-main-color);
		color: #fff;
	}

	.item-grid-product-style17 .item-product .product-extra-link a.quickview-link i {
		display: none;
	}

.item-grid-product-style17 .item-product a.wishlist-link {
	width: 36px;
	height: 36px;
	line-height: 36px;
	text-align: center;
	border-radius: 100%;
	background-color: transparent;
	color: var(--bzo-title_typo-color);
	border: none;
	font-size: 20px;
	transition: 0.3s;
	position: absolute;
	right: 15px;
	top: 15px;
}

	.item-grid-product-style17 .item-product a.wishlist-link.added {
		color: var(--bzo-main-color);
	}

.item-grid-product-style17 .item-product .desc {
	font-size: 14px;
	font-style: italic;
}

.item-grid-product-style17 .product-thumb-link {
	background: transparent;
}

.item-grid-product-style17 .item-product a:hover {
	color: var(--bzo-main-color);
}

.item-grid-product-style17 .item-product:hover .product-extra-link a {
	opacity: 1;
}

@media(max-width:880px) {
	.item-grid-product-style17 .item-product .product-extra-link a.quickview-link {
		display: none;
	}

	.item-grid-product-style17 .item-product .product-extra-link a {
		width: auto;
		padding: 8px 15px;
	}

	.item-grid-product-style17 .product-info .product-title {
		/*-webkit-line-clamp: 2;
        min-height: 45px;*/
	}
}

.item-grid-product-style17 .product-price .woocommerce-Price-amount {
	color: #000;
	font-size: 16px;
	font-weight: 600;
}

.item-grid-product-style17 .product-price .slipt {
	color: #000;
}

.item-grid-product-style17 .price-on_sale .woocs_price_code {
	flex-direction: column-reverse;
	justify-content: start;
	align-items: start;
	gap: 0;
}

.item-grid-product-style17 .product-price del .woocommerce-Price-amount {
	color: #727272;
	font-size: 14px;
	font-weight: 400;
}

.item-grid-product-style17 .product-category-list a {
	display: none;
	text-transform: uppercase;
}

	.item-grid-product-style17 .product-category-list a:first-child {
		display: inline-block;
	}

.item-grid-product-style17 .product-info-bottom {
	justify-content: space-between;
	border-top: 1px solid #999;
	padding-top: 12px;
	margin-top: 12px;
}

.item-grid-product-style17 .wrap-rating .number-rate {
	color: var(--bzo-body_typo-color);
	margin-left: 6px;
	font-size: 16px;
}

	.item-grid-product-style17 .wrap-rating .number-rate span {
		display: none;
	}

.item-grid-product-style17 .gallery-hover {
	position: absolute;
	z-index: 111;
	bottom: -50px;
	left: 0;
	right: 0;
	gap: 8px;
	opacity: 0 transition: all 0.3s ease-out 0s;
	-webkit-transition: all 0.3s ease-out 0s;
}

.item-grid-product-style17:hover .gallery-hover {
	bottom: 10px;
	opacity: 1;
}

.item-grid-product-style17 .gallery-hover img {
	border-radius: 0;
	border: 1px solid var(--bzo-border-color);
	cursor: pointer;
	transition: all 0.3s ease-out 0s;
}

.item-grid-product-style17 .item-brand-product {
	position: absolute;
	bottom: 24px;
	left: 12px;
}

	.item-grid-product-style17 .item-brand-product a.item-brand-product-name {
		transform: rotate(180deg);
		writing-mode: vertical-lr;
		white-space: nowrap;
	}

@media(max-width: 1200px) {
	.item-grid-product-style17 .gallery-hover img {
		width: 40px;
		height: 40px;
	}

	.item-grid-product-style17 .gallery-hover {
		display: none;
	}
}

.item-grid-product-style17 .gallery-hover img:hover {
	border: 1px solid var(--bzo-main-color);
}

.item-grid-product-style17 .item-product .product-extra-link a.added {
	background-color: var(--bzo-main-color);
	border-color: var(--bzo-main-color);
	color: #fff;
}

.item-grid-product-style17 .item-product .product-extra-link a.product-compare.added {
	font-size: 0;
	position: relative;
}

	.item-grid-product-style17 .item-product .product-extra-link a.product-compare.added::before {
		font-family: 'Line Awesome Free';
		font-weight: 900;
		content: "\f362";
		font-size: 20px;
	}

.item-grid-product-style17 .countdown-style-item- .clock .number {
	color: var(--bzo-main-color);
}

@media(max-width: 1200px) {
	.item-grid-product-style17 .product-info .product-title {
		font-size: 18px;
	}
}

@media(max-width: 767px) {
	.item-grid-product-style17 .item-product {
	}

	.item-grid-product-style17 .product-info .product-title {
		font-size: 16px;
	}

	.item-grid-product-style17 .item-brand-product {
		bottom: 10px;
		left: 5px;
	}

		.item-grid-product-style17 .item-brand-product a {
			font-size: 12px;
		}
}
/*End item grid style17*/
/*Begin item grid style15-horizon*/

.addcart-link-style15-horizon {
	background-color: var(--bzo-main-color);
	color: #fff;
	border-radius: 4px;
	font-size: 20px;
	padding: 4px 12px;
	transition: .2s;
}

	.addcart-link-style15-horizon:hover {
		color: #fff;
		background-color: var(--bzo-main-color-mix-black);
	}

.item-grid-product-style15-horizon .item-product .product-thumb {
	position: relative;
	width: 45%;
}

	.item-grid-product-style15-horizon .item-product .product-thumb img {
		background: #fff;
	}

.item-grid-product-style15-horizon .item-product {
	background: #fff;
	border: 1px solid transparent;
	border-radius: 4px;
	overflow: hidden;
	padding: 15px;
	display: flex;
	gap: 20px;
	align-items: center;
}

	.item-grid-product-style15-horizon .item-product:hover {
		box-shadow: 0px 3px 4px 0px rgba(0, 0, 0, 0.14);
		border-color: #bfbfbf;
	}

	.item-grid-product-style15-horizon .item-product .product-info {
		padding: 0;
		width: 55%;
	}

		.item-grid-product-style15-horizon .item-product .product-info .wrap-rating {
			margin: 0;
		}

.item-grid-product-style15-horizon .product-info .product-title {
	margin: 0px 0px 6px 0;
	line-height: 24px;
	text-transform: capitalize;
}

.item-grid-product-style15-horizon .product-price .woocs_price_code {
	gap: 5px;
}

.item-grid-product-style15-horizon .product-thumb .product-label {
	text-align: left;
	left: 0px;
	top: 0px;
	right: auto;
	position: absolute;
	z-index: 1;
	max-width: 100px;
	display: flex;
	flex-direction: column;
	gap: 10px;
}

.item-grid-product-style15-horizon .product-label span {
	font-size: 14px;
	font-weight: 500;
	color: #fff;
	text-transform: uppercase;
	line-height: 24px;
	border-radius: 5px;
	padding: 2px 8px;
	background-color: var(--bzo-main-color);
	display: inline-block;
	text-align: center;
	display: flex;
	justify-content: center;
}

	.item-grid-product-style15-horizon .product-label span.sale {
		background-color: #be1f24;
	}

	.item-grid-product-style15-horizon .product-label span.trending {
		background-color: rgba(255, 163, 78, 1.0);
	}

.item-grid-product-style15-horizon .item-product .product-extra-link {
	position: absolute;
	right: 0px;
	top: 0px;
	align-items: center;
	text-align: center;
	display: flex;
	flex-direction: column;
	gap: 8px;
}

	.item-grid-product-style15-horizon .item-product .product-extra-link a {
		width: 38px;
		height: 38px;
		line-height: 38px;
		text-align: center;
		border-radius: 100%;
		background-color: #ebebeb;
		color: var(--bzo-title_typo-color);
		border: none;
		font-size: 18px;
		transition: 0.3s;
		transform: translate(70px, 0px);
		opacity: 0;
	}

		.item-grid-product-style15-horizon .item-product .product-extra-link a.quickview-link {
			transition-delay: 0.1s;
		}

		.item-grid-product-style15-horizon .item-product .product-extra-link a.wishlist-link {
			transition-delay: 0.15s;
		}

		.item-grid-product-style15-horizon .item-product .product-extra-link a.compare-link {
			transition-delay: 0.2s;
		}

		.item-grid-product-style15-horizon .item-product .product-extra-link a:hover {
			background-color: var(--bzo-main-color);
			color: #fff;
		}

.item-grid-product-style15-horizon .item-product:hover .product-extra-link a {
	transform: translate(0px, 0px);
	opacity: 1;
}

.item-grid-product-style15-horizon .product-price .woocommerce-Price-amount {
	color: #2E2E2E;
	font-size: 18px;
	font-weight: 700;
}

.item-grid-product-style15-horizon .product-price .slipt {
	color: #2E2E2E;
}

.item-grid-product-style15-horizon .price-on_sale .woocs_price_code {
	flex-direction: column-reverse;
	justify-content: start;
	align-items: start;
	gap: 0;
}

.item-grid-product-style15-horizon .product-price del .woocommerce-Price-amount {
	color: #727272;
	font-size: 16px;
	font-weight: 400;
}

.item-grid-product-style15-horizon .wrap-rating .number-rate {
	color: var(--bzo-body_typo-color);
	margin-left: 6px;
	font-size: 16px;
}

	.item-grid-product-style15-horizon .wrap-rating .number-rate span {
		display: none;
	}

.item-grid-product-style15-horizon .gallery-hover {
	position: absolute;
	z-index: 111;
	bottom: -50px;
	left: 0;
	right: 0;
	gap: 8px;
	opacity: 0 transition: all 0.3s ease-out 0s;
	-webkit-transition: all 0.3s ease-out 0s;
}

.item-grid-product-style15-horizon:hover .gallery-hover {
	bottom: 10px;
	opacity: 1;
}

.item-grid-product-style15-horizon .gallery-hover img {
	border-radius: 50%;
	border: 1px solid var(--bzo-border-color);
	cursor: pointer;
	transition: all 0.3s ease-out 0s;
}

.item-grid-product-style15-horizon .flashsale .flashsale-procressbar {
	margin-bottom: 0;
}

@media(max-width: 1200px) {
	.item-grid-product-style15-horizon .gallery-hover img {
		width: 40px;
		height: 40px;
	}

	.item-grid-product-style15-horizon .gallery-hover {
		display: none;
	}
}

.item-grid-product-style15-horizon .gallery-hover img:hover {
	border: 1px solid var(--bzo-main-color);
}

.item-grid-product-style15-horizon .item-product .product-extra-link a.added {
	background-color: var(--bzo-main-color);
	border-color: var(--bzo-main-color);
	color: #fff;
}

.item-grid-product-style15-horizon .item-product .product-extra-link a.product-compare.added {
	font-size: 0;
	position: relative;
}

	.item-grid-product-style15-horizon .item-product .product-extra-link a.product-compare.added::before {
		font-family: 'Line Awesome Free';
		font-weight: 900;
		content: "\f362";
		font-size: 20px;
	}

.item-grid-product-style15-horizon .flashsale {
	margin: 10px 0 15px 0;
}

@media(max-width: 880px) {
	.item-grid-product-style15-horizon .item-product .product-extra-link a.quickview-link {
		display: none;
	}
}

@media(max-width: 767px) {
	.item-grid-product-style15-horizon .item-product {
		border: 1px solid #bfbfbf;
	}

	.item-grid-product-style15-horizon .product-info .product-title {
	}
}

@media(max-width: 480px) {
	.item-grid-product-style15-horizon .item-product {
		flex-direction: column;
	}

		.item-grid-product-style15-horizon .item-product .product-thumb,
		.item-grid-product-style15-horizon .item-product .product-info {
			width: 100%;
		}
}
/*End item grid style15-horizon*/



/*Begin Widget Unitest*/
.widget ul li,
.widget ol li {
	padding: 8px 0px;
	font-weight: 400;
	font-size: 16px;
}

.widget > ul > li:first-child,
.widget > ol > li:first-child,
.widget .wp-block-latest-posts > li:first-child,
.widget .menu > li:first-child,
.widget .wp-block-latest-comments > li:first-child {
	padding-top: 0;
	border-top: none;
}

.widget ol li a:hover,
.widget ul li a:hover,
.widget ul li a.active,
.widget ul li.current-cat > a,
.widget ul li a[aria-current=page] {
	color: var(--bzo-main-color);
}

.widget ul.sub-menu, .widget ul.children {
	padding-left: 15px;
	margin-top: 8px;
}

.widget_nav_menu ul.sub-menu, .widget_nav_menu ul.children {
	padding-left: 15px;
	margin-top: 15px;
}

.detail-content-wrap > .wp-block-calendar {
	margin-bottom: 10px;
}

.detail-content-wrap .wp-block-calendar table,
.widget_calendar table {
	width: 100%;
}

	.detail-content-wrap .wp-block-calendar table caption,
	.widget_calendar table caption {
		background-color: var(--bzo-main-color);
		color: #fff;
		text-align: center;
		padding: 8px 10px;
		font-weight: 700;
	}

	.detail-content-wrap .wp-block-calendar table th,
	.widget_calendar table th {
		background-color: #eee;
		border: 1px solid #ddd;
		text-align: center;
		line-height: 2em;
		padding: 5px 5px;
	}

	.widget_calendar table td,
	.detail-content-wrap .wp-block-calendar table td {
		border: 1px solid #eee;
		text-align: center;
		font-size: 14px;
		line-height: 2em;
		padding: 5px 5px;
	}

	.widget_calendar table tbody td a,
	.detail-content-wrap .wp-block-calendar table tbody td a {
		color: #53ac82;
	}

	.detail-content-wrap .wp-block-calendar table tfoot td,
	.widget_calendar table tfoot td {
		border: 0;
		padding: 0;
	}

		.detail-content-wrap .wp-block-calendar table tfoot td#prev,
		.widget_calendar table tfoot td#prev {
			text-align: left;
		}

		.widget_calendar table tfoot td#next,
		.detail-content-wrap .wp-block-calendar table tfoot td#next {
			text-align: right;
		}

	.detail-content-wrap .wp-block-calendar table tfoot,
	.widget_calendar table tfoot,
	.widget_calendar .wp-calendar-nav,
	.detail-content-wrap .wp-block-calendar .wp-calendar-nav {
		background: var(--bzo-main-color);
		color: #fff;
	}

		.widget_calendar table tfoot a,
		.detail-content-wrap .wp-block-calendar table tfoot a,
		.detail-content-wrap .wp-block-calendar .wp-calendar-nav a,
		.widget_calendar .wp-calendar-nav a {
			display: inline-block;
			color: #fff;
			padding: 2px 15px;
		}

			.widget_calendar table tfoot a:hover,
			.detail-content-wrap .wp-block-calendar table tfoot a:hover {
				color: #53ac82;
			}

.textwidget p > img {
	margin: 6px 0;
}

.entry-content > p,
.rssSummary,
.widget p {
	margin: 0 0 25px;
	line-height: 24px;
}

.rssSummary {
	margin-top: 15px;
}

a.rsswidget {
	font-weight: bold;
}

.rss-date {
	color: #999;
}

.widget.widget_rss ul li {
	border-bottom: 1px dashed var(--bzo-border-color);
	padding-bottom: 25px;
	margin-bottom: 20px;
	border-top: none;
	padding-top: 0;
}

.widget.widget_rss .widget-title {
	display: flex;
	align-items: center;
}

	.widget.widget_rss .widget-title .rsswidget {
		margin-right: 5px;
	}

	.widget.widget_rss .widget-title .rss-widget-icon {
		width: 16px;
	}

.widget.widget_rss ul li:last-child {
	border-bottom: 0;
	padding-bottom: 0;
	margin-bottom: 0;
}

.widget select::-ms-expand {
	display: none;
}

.widget-select-type,
.widget_categories form,
.widget_text form {
	position: relative;
}

	.widget-select-type:after {
		content: "\f107";
		font-family: 'Line Awesome Free';
		font-weight: 900;
		font-size: 16px;
		position: absolute;
		right: 15px;
		bottom: 12px;
		pointer-events: none;
	}

	.widget_categories form:after,
	.widget_text form:after {
		content: "\f107";
		font-family: 'Line Awesome Free';
		font-weight: 900;
		font-size: 16px;
		position: absolute;
		right: 12px;
		top: 12px;
		pointer-events: none;
	}

.widget select {
	max-width: 100%;
	border: 1px solid var(--bzo-border-color);
	height: 48px;
	padding: 0 15px;
	display: block;
	width: 100%;
	border-radius: 0px;
	-webkit-appearance: none;
	-moz-appearance: none;
	text-indent: 1px;
	text-overflow: '';
	background: #fff;
	border-radius: 0px;
	color: var(--bzo-title_typo-color);
}

.widget_tag_cloud .tagcloud {
}

.widget_tag_cloud a,
.widget_product_tag_cloud a {
	font-size: 14px !important;
	font-weight: 700;
	background: #fff;
	display: inline-block;
	position: relative;
	line-height: 40px;
	color: var(--bzo-main-color);
	border: 1px solid var(--bzo-main-color);
	padding: 0px 15px;
	text-transform: capitalize;
}


	.widget_tag_cloud a:hover,
	.widget_product_tag_cloud a:hover {
		color: #fff;
		background: var(--bzo-main-color);
		border-color: var(--bzo-main-color);
	}

.widget_product_tag_cloud,
.widget_tag_cloud .tagcloud {
	display: flex;
	flex-wrap: wrap;
	gap: 12px;
}
/*Widget theme css*/
.widget_bzotech_bloglistpostswidget .wg-post-list {
}

	.widget_bzotech_bloglistpostswidget .wg-post-list .item-post-wg {
		gap: 18px;
	}

		.widget_bzotech_bloglistpostswidget .wg-post-list .item-post-wg .post-thumb {
			width: 110px;
		}

			.widget_bzotech_bloglistpostswidget .wg-post-list .item-post-wg .post-thumb .adv-thumb-link {
				overflow: hidden;
				border: 1px solid transparent;
			}

			.widget_bzotech_bloglistpostswidget .wg-post-list .item-post-wg .post-thumb img {
				border-radius: 0px;
				transition: all 0.3s linear 0s;
			}

		.widget_bzotech_bloglistpostswidget .wg-post-list .item-post-wg .post-info {
			width: calc(100% - 110px);
			margin-top: -5px;
		}

			.widget_bzotech_bloglistpostswidget .wg-post-list .item-post-wg .post-info h3 {
				overflow: hidden;
				text-overflow: ellipsis;
				font-size: 16px;
				margin-top: 8px;
			}

				.widget_bzotech_bloglistpostswidget .wg-post-list .item-post-wg .post-info h3 a {
					line-height: 20px;
				}

.sidebar-widget {
	border-radius: 0px;
	position: relative;
	margin-bottom: 60px;
}

	.sidebar-widget.widget_categories ul li:not(:last-child) {
	}

	.sidebar-widget.widget_search {
		border: none;
	}

	.sidebar-widget .widget-title {
		padding: 0;
		margin: 0;
		margin-bottom: 40px;
		text-transform: uppercase;
		font-weight: 600;
	}

.wp-block-group__inner-container > h2,
.widget-title {
	margin: 0;
	margin-bottom: 40px;
	font-size: 26px;
	color: var(--bzo-title_typo-color);
	font-family: var(--bzo-title_typo-font-family);
	font-weight: 500;
	text-transform: uppercase;
	line-height: 28px;
}

@media(max-width: 1200px) {

	.wp-block-group__inner-container > h2,
	.sidebar-widget .widget-title {
		font-size: 20px;
		margin-bottom: 25px;
	}

	.sidebar-widget {
		margin-bottom: 50px;
	}
}

.widget_bzotech_wg_get_mega_page {
	background-color: transparent;
	padding: 0;
	overflow: hidden;
}

.widget_product_search,
.sidebar-widget.widget_search {
	background-color: transparent;
	padding: 0;
}

	.widget_product_search .widget-title,
	.sidebar-widget.widget_search .widget-title {
		display: none;
	}

.wp-block-search__label {
	display: none;
}

.widget:last-child {
	margin-bottom: 0px;
}

.widget ul {
	margin: 0;
	padding: 0;
	list-style: none;
}

	.widget ul > li,
	.widget ol > li {
		line-height: 26px;
	}

	.widget ul.wrap-rating > li {
		padding: 0;
	}

.wp-block-search__inside-wrapper,
.widget_search .wg-search-form {
	display: flex;
	background: #fff;
	border: 1px solid var(--bzo-title_typo-color);
	border-radius: 0px;
	position: relative;
}

	.widget_search .wg-search-form input {
		color: #727272;
	}

		.widget_search .wg-search-form input::-webkit-input-placeholder {
			color: #727272;
		}

		.widget_search .wg-search-form input:-moz-placeholder {
			color: #727272;
			opacity: 1;
		}

		.widget_search .wg-search-form input::-moz-placeholder {
			color: #727272;
			opacity: 1;
		}

		.widget_search .wg-search-form input:-ms-input-placeholder {
			color: #727272;
		}

		.widget_search .wg-search-form input::-ms-input-placeholder {
			color: #727272;
		}

		.widget_search .wg-search-form input::placeholder {
			color: #727272;
		}

	.wp-block-search__inside-wrapper .wp-block-search__input {
		padding: 0px 20px;
	}

	.wp-block-search__inside-wrapper .wp-block-search__input,
	.widget_search .wg-search-form input[type="text"] {
		border: none;
		height: 48px;
		width: 100%;
		background: transparent;
	}

		.widget_search .wg-search-form input[type="text"]:-webkit-autofill {
			-webkit-background-clip: text;
			color: #fff;
		}

.select2-container--default .selection .select2-selection--single .select2-selection__placeholder {
	color: #727272;
}

.widget_product_search input[type=search]::-webkit-input-placeholder,
.widget_product_search input[type=search]:-ms-input-placeholder,
.widget_product_search input[type=search]::placeholder,
.widget_search .wg-search-form input[type="text"]::-webkit-input-placeholder,
.widget_search .wg-search-form input[type="text"]:-ms-input-placeholder,
.widget_search .wg-search-form input[type="text"]::placeholder {
	color: var(--bzo-body_typo-color);
	font-size: 18px;
}

.wp-block-search__inside-wrapper .wp-block-search__button {
	border-radius: 0px;
	border: none;
	font-size: 0;
	background: transparent;
	;
	background-repeat: no-repeat;
	background-position: center;
	height: 48px;
	width: 48px;
	padding: 0;
	cursor: pointer;
	display: flex;
	justify-content: center;
	align-items: center;
}

	.wp-block-search__inside-wrapper .wp-block-search__button:before {
		content: "\e91e";
		font-family: 'bzoicon' !important;
		speak: never;
		font-style: normal;
		font-weight: normal;
		font-variant: normal;
		text-transform: none;
		line-height: 1;
		-webkit-font-smoothing: antialiased;
		-moz-osx-font-smoothing: grayscale;
		font-size: 20px;
	}

.widget_search .wg-search-form button[type="submit"] {
	color: var(--bzo-title_typo-color);
	position: absolute;
	top: 0;
	right: 0px;
	height: 48px;
	width: 48px;
	text-align: center;
	font-size: 18px;
	border: none;
	display: flex;
	justify-content: center;
	align-items: center;
	background: #fff;
	border-radius: 0px;
}

	.widget_search .wg-search-form button[type="submit"]:hover {
		color: var(--bzo-main-color);
	}

.widget_search .wg-search-form input[type="submit"] {
	border-radius: 0px;
	border: none;
	font-size: 0;
	background: transparent;
	height: 48px;
	width: 48px;
	padding: 0;
	cursor: pointer;
}

.widget_product_search .woocommerce-product-search {
	display: flex;
	border: 1px solid var(--bzo-title_typo-color);
	border-radius: 0px;
	position: relative;
}

	.widget_product_search .woocommerce-product-search input[type=search] {
		border: none;
		height: 48px;
		line-height: 48px;
		border-right: none;
		border-radius: 0px;
		width: 100%;
		background: transparent;
		color: #727272;
	}

		.widget_product_search .woocommerce-product-search input[type=search]::-webkit-input-placeholde {
			color: #727272;
		}

		.widget_product_search .woocommerce-product-search input[type=search]:-ms-input-placeholder {
			color: #727272;
		}

		.widget_product_search .woocommerce-product-search input[type=search]::placeholder {
			color: #727272;
		}

	.widget_product_search .woocommerce-product-search button {
		color: var(--bzo-title_typo-color);
		text-transform: uppercase;
		border-radius: 0px;
		height: 48px;
		line-height: 48px;
		text-align: center;
		background: transparent;
		padding: 0 10px !important;
		min-width: 48px;
		display: inline-block;
		cursor: pointer;
		transition: all 0.3s ease-out 0s;
		-webkit-transition: all 0.3s ease-out 0s;
		z-index: 1;
		position: relative;
		font-size: 0px;
		border: none;
		border-left: none;
		background-repeat: no-repeat;
		background-position: center;
		display: flex;
		justify-content: center;
		align-items: center;
	}

		.widget_product_search .woocommerce-product-search button:before {
			content: "\e91e";
			font-family: 'bzoicon' !important;
			speak: never;
			font-style: normal;
			font-weight: normal;
			font-variant: normal;
			text-transform: none;
			line-height: 1;
			-webkit-font-smoothing: antialiased;
			-moz-osx-font-smoothing: grayscale;
			font-size: 20px;
		}

.widget_product_categories .select2-container--default .select2-selection--single {
	height: 48px;
	line-height: 48px;
	border: none;
	border-radius: 10px;
	border-radius: 0;
	border: 1px solid var(--bzo-border-color);
}

.select2-container--default .select2-search--dropdown input.select2-search__field,
.select2-container--open .select2-dropdown {
	border-color: var(--bzo-border-color);
}

.select2-container--default .select2-results > .select2-results__options {
	scrollbar-width: none;
}

	.select2-container--default .select2-results > .select2-results__options::-webkit-scrollbar-track {
		background: transparent;
		border-radius: 0px;
	}

	/* Handle */
	.select2-container--default .select2-results > .select2-results__options::-webkit-scrollbar-thumb {
		background: var(--bzo-main-color);
		border-radius: 0px;
	}

		/* Handle on hover */
		.select2-container--default .select2-results > .select2-results__options::-webkit-scrollbar-thumb:hover {
			background: var(--bzo-main-color);
		}

	.select2-container--default .select2-results > .select2-results__options::-webkit-scrollbar {
		width: 5px;
		left: 5px;
	}

.widget_product_categories .select2-container--default .select2-selection--single .select2-selection__rendered {
	line-height: 48px;
	padding: 0px 20px;
	color: #727272;
	font-size: 14px;
}

.widget_product_categories .select2-container--default .select2-selection--single .select2-selection__arrow {
	height: 48px;
	right: 10px;
}

.widget_shopping_cart .mini-cart-button {
	display: block;
	margin: 0px;
	margin-top: 15px;
}

	.widget_shopping_cart .mini-cart-button .button {
		width: 100%;
		margin: 0px !important;
		margin-bottom: 5px !important
	}

		.widget_shopping_cart .mini-cart-button .button:last-child {
			margin-bottom: 0px !important
		}

.woocommerce ul.cart_list li img, .woocommerce ul.product_list_widget li img {
	width: 80px;
	border-radius: 0px;
}

.woocommerce ul.cart_list li, .woocommerce ul.product_list_widget li {
	padding: 7px 0;
}

.woocommerce .woocommerce-widget-layered-nav-list .woocommerce-widget-layered-nav-list__item:first-child, .widget ul li:first-child, .widget ol > li:first-child {
}

.woocommerce .woocommerce-widget-layered-nav-list .woocommerce-widget-layered-nav-list__item:last-child, .widget ul li:last-child, .widget ol li:last-child {
	padding-bottom: 0;
	border-bottom: none;
}

ul.product_list_widget li .product-title {
	margin-bottom: 0px;
	display: inline-block;
	width: calc(100% - 85px);
	line-height: 20px;
	font-size: 14px;
	font-weight: 500;
	color: var(--bzo-title_typo-color);
	transition: all 0.3s ease-out 0s;
	-webkit-transition: all 0.3s ease-out 0s;
}

	ul.product_list_widget li .product-title:hover {
		color: var(--bzo-main-color);
	}

ul.product_list_widget li .wrap-rating li {
	padding-bottom: 0x;
}

ul.product_list_widget li .product-price .woocommerce-Price-amount {
	font-size: 16px;
}

ul.product_list_widget li .product-price del .woocommerce-Price-amount {
	font-size: 14px;
}

.select2-container--default .select2-selection--single .select2-selection__clear {
	float: none !important;
	margin-right: 10px;
}

.select2-container--default .select2-selection--multiple .select2-selection__rendered {
	padding: 0px !important;
}

.select2-container--default .select2-selection--multiple {
	border: 1px solid var(--bzo-border-color) !important;
	border-radius: 0px !important;
	height: 48px;
}

	.select2-container--default .select2-selection--multiple .select2-selection__rendered li {
		margin: 0px !important;
	}

.select2-container--default .select2-search--inline .select2-search__field {
	height: 48px;
	padding: 0px 20px !important;
}

.widget_price_filter .price_slider_amount .button {
	font-size: 18px;
}

.woocommerce-widget-layered-nav-dropdown__submit {
	border: 0;
	color: #fff;
	text-transform: uppercase;
	font-size: 18px;
	border-radius: 0px;
	height: 48px;
	line-height: 48px;
	text-align: center;
	background: #000;
	font-family: var(--bzo-title_typo-font-family);
	border-radius: 0px;
	padding: 0 35px !important;
	min-width: 120px;
	display: inline-block;
	cursor: pointer;
	transition: all 0.3s ease-out 0s;
	-webkit-transition: all 0.3s ease-out 0s;
	z-index: 1;
	position: relative;
	font-weight: 700;
}

	.woocommerce-widget-layered-nav-dropdown__submit:hover {
		background: var(--bzo-main-color);
		color: #000;
		box-shadow: none;
	}

.woocommerce .widget_price_filter .price_slider_wrapper div.ui-widget-content {
	background-color: #dddddd;
	margin-bottom: 16px;
	margin-left: 0;
	margin-right: 0;
	height: 4px;
}

.widget_price_filter .price_slider_wrapper {
	padding-top: 10px;
}

.woocommerce .widget_price_filter .ui-slider .ui-slider-handle, .widget_price_filter .ui-slider .ui-slider-handle,
.widget_price_filter .ui-slider .ui-slider-handle {
	height: 18px !important;
	width: 4px !important;
	border-radius: 0 !important;
	top: -7px !important;
	border: none !important;
}

	.widget_price_filter .ui-slider .ui-slider-handle:last-child {
		margin-left: -4px;
	}

	.widget_price_filter .ui-slider .ui-slider-handle:nth-child(2) {
		margin-left: 0;
	}

.widget_price_filter .price_slider_amount .price_label {
	font-size: 18px;
}

.widget_price_filter .price_slider_amount {
	line-height: inherit;
	text-align: left !important;
}

	.widget_price_filter .price_slider_amount .elbzotech-bt-default {
		margin-top: 20px;
		padding: 10px 25px;
	}

	.widget_price_filter .price_slider_amount .price_label span {
		border: none;
		line-height: 24px;
		border-radius: 10px;
		font-size: 16px;
		color: #727272;
		font-weight: 600;
	}

.widget .select2-container--default .select2-selection--single .select2-selection__arrow {
	height: 48px;
	right: 10px;
}

	.widget .select2-container--default .select2-selection--single .select2-selection__arrow:after {
		content: "\f107";
		font-family: 'Line Awesome Free';
		font-weight: 900;
		font-size: 14px;
	}

	.widget .select2-container--default .select2-selection--single .select2-selection__arrow b {
		display: none;
	}

.woocommerce .widget_price_filter .ui-slider .ui-slider-handle,
.widget_price_filter .ui-slider .ui-slider-handle {
	background-color: var(--bzo-main-color);
}

.woocommerce .widget_price_filter .ui-slider .ui-slider-range,
.widget_price_filter .ui-slider .ui-slider-range {
	background-color: var(--bzo-main-color) !important;
}

.woocommerce .woocommerce-widget-layered-nav-list .woocommerce-widget-layered-nav-list__item,
.woocommerce-widget-layered-nav-list .woocommerce-widget-layered-nav-list__item {
	padding: 0px 0 8px;
}
/*css style list type count number*/

.widget_archive .count,
.widget_product_categories .count,
.widget_categories .count {
	float: right;
	color: #999;
}

.detail-content-wrap > table th, .desc-comment-text > table th, .entry-content > table th {
	color: var(--bzo-main-color);
}

.detail-content-wrap .wp-block-archives-list li {
	padding: 4px 0px;
}

.detail-content-wrap .wp-block-search .wp-block-search__input {
	border-right: none;
	height: 48px;
	width: 100%;
}

.detail-content-wrap .wp-block-tag-cloud a {
	font-size: 16px !important;
	font-weight: 500;
	margin-right: 12px;
	color: #5C5C5C;
	background: #F0F0F0;
	display: inline-block;
	margin-bottom: 16px;
	position: relative;
	height: 40px;
	line-height: 40px;
	border-radius: 0px;
	border: none;
	padding: 0px 12px;
	text-transform: capitalize;
}

	.detail-content-wrap .wp-block-tag-cloud a:hover {
		background: var(--bzo-main-color);
		color: #fff;
	}

.detail-content-wrap > .wp-block-search,
.detail-content-wrap > .wp-block-tag-cloud {
	margin-bottom: 60px;
}

.detail-content-wrap .wp-block-search .wp-block-search__button {
	margin: 0px;
	border: navajowhite;
	color: #fff;
	padding: 0px 30px;
	line-height: 48px;
	text-align: center;
	font-family: var(--bzo-title_typo-font-family);
	text-transform: uppercase;
	font-weight: 700;
}

.detail-content-wrap .wp-block-categories-dropdown select,
.detail-content-wrap .wp-block-archives-dropdown select {
	width: 100%;
	height: 48px;
	-moz-appearance: none;
	-webkit-appearance: none;
	appearance: none;
	background: #F5F5F5;
	border-radius: 10px;
	color: #A1A1A1;
	border: none;
}

.detail-content-wrap .wp-block-categories-dropdown label,
.detail-content-wrap .wp-block-archives-dropdown label {
	margin-bottom: 30px;
	font-size: 20px;
	color: var(--bzo-main-color);
	font-weight: 600;
	text-transform: capitalize;
}

.detail-content-wrap .wp-block-categories-dropdown,
.detail-content-wrap .wp-block-archives-dropdown {
	margin-bottom: 60px;
}

.wp-block-latest-comments__comment {
	margin-bottom: 0;
}
/*End Widget Unitest*/
.wp-block-latest-posts.wp-block-latest-posts__list,
.widget_archive > ul,
.widget_pages > ul,
.widget_recent_comments > ul,
.widget_meta > ul,
.widget_recent_entries > ul,
.widget_rss > ul,
.widget_categories > ul,
.widget_nav_menu > div,
.widget_product_categories > ul.product-categories,
.woocommerce-widget-layered-nav > ul.woocommerce-widget-layered-nav-list,
ol.wp-block-latest-comments {
	margin-top: -6px;
}

.widget_meta > ul,
.widget_archive > ul,
.widget_categories > ul,
.widget_nav_menu > div,
.widget_product_categories > ul.product-categories,
.woocommerce-widget-layered-nav > ul.woocommerce-widget-layered-nav-list,
.widget_pages > ul {
	text-transform: uppercase;
}
/* sidebar category */
.widget_bzotech_rating_filter ul.bzotech-rating-filter > li,
.widget_bzotech_category_fillter ul li {
	position: relative;
	padding: 0 15px 15px 28px;
	display: inline-block;
	width: 100%;
}

.widget_bzotech_attribute_filter .tawcvs-swatches {
	display: flex;
	flex-wrap: wrap;
	gap: 10px;
}

.widget_bzotech_attribute_filter a.swatch-label {
	margin-bottom: 15px;
	position: relative;
	display: block;
}

.widget_bzotech_rating_filter ul.bzotech-rating-filter > li:last-child {
	padding-bottom: 0;
}

.widget_bzotech_attribute_filter a.swatch-label .count {
	position: absolute;
	top: -30px;
	left: 0;
	color: #fff;
	font-weight: 400;
	opacity: 0;
	transition: all 0.3s ease-out 0s;
	background: var(--bzo-main-color2);
	font-size: 12px;
	padding: 0;
	border-radius: 50%;
	height: 30px;
	width: 30px;
	text-align: center;
	display: flex;
	justify-content: center;
	align-items: center;
}

.widget_bzotech_attribute_filter a.swatch-label:hover .count {
	opacity: 1;
	top: -34px;
}

.widget_bzotech_category_fillter ul li .smoke {
	position: absolute;
	top: 0;
	right: 0;
	color: #727272;
	font-weight: 400;
}

.widget_bzotech_attribute_filter a.swatch-label .label-attr {
	color: #454545;
	text-transform: capitalize;
	font-size: var(--bzo-body_typo-font-size);
	width: 30px;
	height: 30px;
	border: 1px solid var(--bzo-border-color);
	display: flex;
	justify-content: center;
	align-items: center;
	text-align: center;
}

.widget_bzotech_attribute_filter a.swatch-label.selected .label-attr,
.widget_bzotech_attribute_filter a.swatch-label.active .label-attr,
.widget_bzotech_attribute_filter a.swatch-label:hover .label-attr {
	background: #fff;
	color: var(--bzo-main-color);
	border-color: var(--bzo-main-color);
}

.widget_bzotech_category_fillter ul li a:hover {
	color: var(--bzo-main-color);
}

.widget_bzotech_rating_filter ul.bzotech-rating-filter > li .product-rate::before,
.widget_bzotech_category_fillter ul li a::before {
	position: absolute;
	content: "";
	top: 4px;
	left: 0;
	width: 18px;
	height: 18px;
	border: 1px solid var(--bzo-border-color);
	border-radius: 2px;
	background-color: #fff;
}

.widget_bzotech_rating_filter ul.bzotech-rating-filter > li.active .product-rate::before,
.widget_bzotech_rating_filter ul.bzotech-rating-filter > li .product-rate:hover::before,
.widget_bzotech_category_fillter ul li a.active::before,
.widget_bzotech_category_fillter ul li a:hover::before {
	background-color: transparent;
}

.widget_bzotech_rating_filter ul.bzotech-rating-filter > li .product-rate::after,
.widget_bzotech_category_fillter ul li a::after {
	position: absolute;
	content: "";
	top: 8px;
	left: 4px;
	width: 10px;
	height: 10px;
	border-radius: 0px;
	background: transparent;
}

.widget_bzotech_rating_filter ul.bzotech-rating-filter > li.active .product-rate::after,
.widget_bzotech_rating_filter ul.bzotech-rating-filter > li .product-rate:hover::after,
.widget_bzotech_category_fillter ul li a.active::after,
.widget_bzotech_category_fillter ul li a:hover::after {
	background: var(--bzo-main-color);
}

.widget_bzotech_attribute_filter .attribute-type-image {
	margin: 0 -10px;
}

	.widget_bzotech_attribute_filter .attribute-type-image .swatch-image {
		width: 33.333%;
		border-radius: 15px;
		overflow: hidden;
		padding: 0 10px;
		display: inline-flex;
		margin-bottom: 20px;
	}

		.widget_bzotech_attribute_filter .attribute-type-image .swatch-image img {
			max-width: 80px;
			border-radius: 15px;
			border: 1px solid #F5F5F5;
			width: 100%;
		}

		.widget_bzotech_attribute_filter .attribute-type-image .swatch-image.selected img,
		.widget_bzotech_attribute_filter .attribute-type-image .swatch-image:hover img {
			border: 1px dashed var(--bzo-main-color);
		}

.widget_bzotech_attribute_filter a.swatch-color {
	padding: 1px;
	border: 1px solid var(--bzo-border-color);
	border-radius: 50%;
	display: flex;
	justify-content: center;
	align-items: center;
}

	.widget_bzotech_attribute_filter a.swatch-color.selected,
	.widget_bzotech_attribute_filter a.swatch-color.active {
		border-color: var(--bzo-main-color);
	}

	.widget_bzotech_attribute_filter a.swatch-color .span-trong {
		background-color: #eeee22;
		height: 20px;
		width: 20px;
		display: inline-block;
		border-radius: 50%;
	}

.widget_bzotech_attribute_filter .attribute-type-color {
	display: flex;
	gap: 10px;
	align-items: center;
}

.sidebar .wg-product-slider .item-product {
	align-items: center;
	border: 1px solid var(--bzo-border-color);
	align-items: stretch;
}

	.sidebar .wg-product-slider .item-product .product-thumb > a {
		border-radius: 0px;
		background-color: #fff;
		border-right: 1px solid var(--bzo-border-color);
		height: 100%;
	}

	.sidebar .wg-product-slider .item-product .product-thumb {
		width: 100px;
	}

		.sidebar .wg-product-slider .item-product .product-thumb img {
			object-fit: cover;
			height: 99px;
		}

	.sidebar .wg-product-slider .item-product .product-info {
		width: calc(100% - 100px);
		display: flex;
		flex-direction: column;
		padding: 16px;
	}

.sidebar .wg-product-slider .product-price {
	margin-bottom: 5px;
}

	.sidebar .wg-product-slider .product-price .woocs_price_code {
		gap: 8px;
	}

	.sidebar .wg-product-slider .product-price .woocommerce-Price-amount {
		font-size: 16px;
	}

	.sidebar .wg-product-slider .product-price del .woocommerce-Price-amount {
		font-size: 14px;
	}

.sidebar .wg-product-slider .item-product .product-info .product-title {
	line-height: 20px;
	margin-bottom: 5px;
	font-size: 16px;
	font-weight: 400;
}

.wg-product-slider .swiper-slide {
	padding: 0px 1px;
}

.item-product-wg-style2 {
	display: flex;
	gap: 15px;
	align-items: center;
}

	.item-product-wg-style2 .product-price .woocommerce-Price-amount {
		font-weight: 600;
	}

	.item-product-wg-style2 .product-thumb {
		flex-basis: 45%;
	}

	.item-product-wg-style2 .product-info {
		flex-basis: 55%;
	}

		.item-product-wg-style2 .product-info .product-title {
			font-size: var(--bzo-body_typo-font-size);
		}

@media(max-width: 991px) {
	.sidebar .wg-product-slider .item-product .product-thumb {
		width: 100%;
	}

		.sidebar .wg-product-slider .item-product .product-thumb a {
			border: none;
			border-bottom: 1px solid var(--bzo-border-color);
		}

	.sidebar .wg-product-slider .item-product .product-info {
		width: 100%;
		align-items: center;
	}

	.sidebar .wg-product-slider .item-product {
		flex-direction: column;
	}
}

@media(max-width: 1200px) {
	.widget_bzotech_bloglistpostswidget .wg-post-list .item-post-wg {
		flex-direction: column;
		-ms-flex-direction: column;
		-webkit-flex-direction: column;
		gap: 13px;
		margin-bottom: 20px;
	}

		.widget_bzotech_bloglistpostswidget .wg-post-list .item-post-wg .post-thumb,
		.widget_bzotech_bloglistpostswidget .wg-post-list .item-post-wg .post-info {
			width: 100%;
		}

	.widget_nav_menu ul.sub-menu, .widget_nav_menu ul.children {
		padding-left: 12px;
	}
}

@media(max-width: 767px) {
	.widget_bzotech_bloglistpostswidget .wg-post-list .item-post-wg {
		margin: 0;
	}

	.sidebar-right {
		margin-top: 50px;
	}

	.onpen-sidebar .sidebar-type-style2 .group-filters-shop {
		right: 0;
	}

	.sidebar-type-style2 .group-filters-shop {
		position: fixed;
		top: 0;
		right: 100%;
		width: 100%;
		background: #fff;
		z-index: 9999;
		padding: 50px 20px 0;
		border: none;
		overflow-y: auto;
		scrollbar-width: none;
		height: 100%;
		transition: all 0.3s ease-out 0s;
		-webkit-transition: all 0.3s ease-out 0s;
	}

		.sidebar-type-style2 .group-filters-shop .close-filters {
			position: absolute;
			top: 20px;
			right: 20px;
			display: inline-block;
		}
}




/*Begin Button elementor*/
.button-wrap-global {
	display: inline-block;
}

	.button-wrap-global .button-inner .icon-button-el,
	.button-wrap-global .button-inner .text-button {
		vertical-align: middle;
	}

	.button-wrap-global .icon-image-btn {
		position: relative;
		display: inline-block;
	}

		.button-wrap-global .icon-image-btn .icon_image_hover {
			position: absolute;
			left: 0;
			top: 0;
			opacity: 0;
		}

	.button-wrap-global .button-inner:hover .icon-image-btn .icon_image_hover {
		opacity: 1;
	}

	.button-wrap-global .button-inner:hover .icon-image-btn > img {
		opacity: 0;
	}

/*End Button elementor*/
.elbzotech-bt-global-default {
	border: 1px solid var(--bzo-main-color);
	color: #fff;
	border-radius: 5px;
	text-align: center;
	text-transform: capitalize;
	font-weight: 600;
	padding: 11px 25px;
	font-size: 16px;
	line-height: 24px !important;
	display: flex;
	cursor: pointer;
	z-index: 1;
	position: relative;
	font-family: var(--bzo-body_typo-font-family);
	overflow: hidden;
	transition: .3s;
	background: var(--bzo-main-color);
	position: relative;
	overflow: hidden;
	align-items: center;
	gap: 5px;
}

	.elbzotech-bt-global-default:hover,
	.elbzotech-bt-global-default:focus {
		color: var(--bzo-main-color);
		background: #fff;
	}

@media(max-width: 767px) {
	.elbzotech-bt-global-default {
		font-size: 14px;
		padding: 10px 20px;
	}
}
/*==== btn style 2====*/
.elbzotech-bt-global-style2 {
	border: none;
	color: var(--bzo-main-color);
	font-weight: 700;
	padding: 14px 25px;
	font-size: 16px;
	line-height: 20px;
	border-radius: 0px;
	display: inline-block;
	cursor: pointer;
	z-index: 1;
	position: relative;
	font-family: var(--bzo-body_typo-font-family);
	overflow: hidden;
	transition: .3s;
	background: #fff;
	position: relative;
	overflow: hidden;
	letter-spacing: 1px;
}

	.elbzotech-bt-global-style2:focus,
	.elbzotech-bt-global-style2:hover {
		color: #fff;
		background-color: var(--bzo-main-color);
	}

@media(max-width: 767px) {
	.elbzotech-bt-global-style2 {
		padding: 10px 20px;
	}
}


/*==== btn style 3====*/
.elbzotech-bt-global-style3 {
	color: var(--bzo-title_typo-color);
	font-weight: 700;
	font-size: 16px;
	line-height: 20px;
	border-radius: 0px;
	cursor: pointer;
	position: relative;
	transition: .3s;
	display: flex;
	align-items: center;
	gap: 4px;
	text-transform: capitalize;
}

	.elbzotech-bt-global-style3 .text-button {
		border-bottom: 1px solid var(--bzo-title_typo-color);
		transition: all 0.3s ease-out 0s;
	}

	.elbzotech-bt-global-style3 .icon-button-el {
		font-size: 20px;
	}

	.elbzotech-bt-global-style3:hover .text-button {
		border-color: var(--bzo-main-color);
	}

	.elbzotech-bt-global-style3:focus,
	.elbzotech-bt-global-style3:hover {
		color: var(--bzo-main-color);
	}

/*==== btn style 4====*/
.elbzotech-bt-global-style4 {
	color: #fff;
	font-weight: 500;
	padding: 10px 30px;
	border-radius: 0px;
	position: relative;
	transition: .3s;
	display: flex;
	align-items: center;
	gap: 6px;
	text-transform: capitalize;
	font-family: var(--bzo-title_typo-font-family);
	background-color: var(--bzo-main-color);
	flex-direction: row-reverse;
	transition: .3s;
}

	.elbzotech-bt-global-style4:hover {
		background-color: var(--bzo-main-color2);
		color: #fff;
	}

@media(max-width: 767px) {
	.elbzotech-bt-global-style4 {
		padding: 8px 15px;
	}
}

/*==== btn style 5 ====*/
.elbzotech-bt-global-style5 {
	color: #fff;
	font-weight: 500;
	padding: 10px 24px;
	border-radius: 0px;
	border: 1px solid var(--bzo-main-color);
	position: relative;
	transition: .2s;
	display: flex;
	align-items: center;
	gap: 10px;
	text-transform: uppercase;
	background-color: transparent;
	box-shadow: 2px 2px 0px 0px var(--bzo-main-color2) !important;
	color: var(--bzo-main-color);
	font-size: 16px;
}

	.elbzotech-bt-global-style5:hover {
		background-color: var(--bzo-main-color);
		color: #fff;
	}

@media(max-width: 767px) {
	.elbzotech-bt-global-style5 {
		padding: 7px 15px;
		gap: 7px;
	}
}

/*==== btn style 6 ====*/
.elbzotech-bt-global-style6 {
	font-weight: 500;
	padding: 10px 24px;
	border-radius: 0px;
	border: 1px solid var(--bzo-main-color);
	position: relative;
	transition: .2s;
	display: flex;
	align-items: center;
	gap: 10px;
	text-transform: uppercase;
	background-color: transparent;
	color: var(--bzo-main-color);
	font-size: 16px;
	font-family: var(--bzo-body_typo-font-family);
}

	.elbzotech-bt-global-style6:hover {
		background-color: var(--bzo-main-color2);
		color: #fff;
	}

@media(max-width: 767px) {
	.elbzotech-bt-global-style6 {
		padding: 7px 15px;
		gap: 7px;
	}
}

/*==== btn style 6 ====*/
.elbzotech-bt-global-style7 {
	color: #fff;
	font-weight: 500;
	padding: 10px 30px;
	border-radius: 0px;
	border: none;
	position: relative;
	transition: .2s;
	display: flex;
	align-items: center;
	text-transform: uppercase;
	background-color: var(--bzo-title_typo-color);
	font-size: 16px;
	font-family: var(--bzo-body_typo-font-family);
}

	.elbzotech-bt-global-style7:hover {
		background-color: var(--bzo-main-color2);
		color: #fff;
	}

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



@keyframes zoomIn {
	from {
		opacity: 0;
		transform: scale3d(.3,.3,.3)
	}

	50% {
		opacity: 1
	}
}

.zoomIn {
	animation-name: zoomIn
}

/*==== Tab style 1 ====*/
.product-tab-style1 .nav-tabs {
	display: flex;
	justify-content: center;
}

.product-tab-style1 ul.nav-tabs li a {
	padding: 0px 24px;
	position: relative;
	font-weight: 500;
	text-transform: uppercase;
}

@media(min-width: 768px) {
	.product-tab-style1 ul.nav-tabs li a {
		font-family: var(--bzo-title_typo-font-family);
	}
}

.product-tab-style1 ul.nav-tabs li:not(:last-child) a {
	border-right: 1px solid var(--bzo-border-color);
}

.product-tab-style1 ul.nav-tabs li:hover a {
}

.product-tab-style1 ul.nav-tabs li.active a {
	color: var(--bzo-main-color);
}

@media(max-width: 767px) {
	.product-tab-style1 .product-tab-title {
	}

	.product-tab-style1 .product-tab-content {
		margin-top: 20px;
	}

	.product-tab-style1.product-tab-wrap .title-tab-mobile {
		/*		color: #fff;*/
	}

	.product-tab-style1 ul.nav-tabs li:not(:last-child) a {
		border: none;
	}

	.product-tab-style1 ul.nav-tabs li a {
		padding: 10px;
		display: block;
	}
}

/*Product tab style2*/
@media(min-width: 768px) {
	.product-tab-style2 .nav-tabs {
		display: flex;
		justify-content: center;
		margin-bottom: 20px;
		gap: 3px;
	}

	.product-tab-style2 ul.nav-tabs li a {
		padding: 3px 22px;
		position: relative;
		font-weight: 600;
		font-size: 16px;
		border: 1px solid transparent;
		border-radius: 20px;
		color: var(--bzo-body_typo-color);
		display: inline-flex;
	}

		.product-tab-style2 ul.nav-tabs li a:hover {
			color: var(--bzo-title_typo-color);
		}

	.product-tab-style2 ul.nav-tabs li.active a {
		border: 1px solid var(--bzo-main-color);
		color: var(--bzo-title_typo-color);
	}
}

@media(max-width: 767px) {
	.product-tab-style2 .product-tab-title {
		margin-bottom: 20px;
	}

	.product-tab-style2 ul.nav-tabs li a {
		display: block;
		padding: 5px 15px;
		text-align: left;
	}

	.product-tab-style2.product-tab-wrap .title-tab-mobile .text-title-tab {
		text-transform: capitalize;
	}
}
/*Product tab style3*/
@media(min-width: 768px) {
	.product-tab-style3 .nav-tabs {
		display: flex;
		justify-content: center;
		margin-bottom: 20px;
		gap: 3px;
	}

	.product-tab-style3 ul.nav-tabs li a {
		padding: 8px 18px;
		position: relative;
		font-weight: 600;
		font-size: 20px;
		border-bottom: 2px solid transparent;
		border-radius: 0;
		color: #333;
		display: inline-flex;
	}

		.product-tab-style3 ul.nav-tabs li a:hover {
			color: var(--bzo-title_typo-color);
			border-bottom: 2px solid var(--bzo-main-color);
		}

	.product-tab-style3 ul.nav-tabs li.active a {
		border-bottom: 2px solid var(--bzo-main-color);
		color: var(--bzo-title_typo-color);
	}
}

@media(min-width: 768px) and (max-width: 1200px) {
	.product-tab-style3 ul.nav-tabs li a {
		font-size: 18px;
	}
}

@media(max-width: 767px) {
	.product-tab-style3 .product-tab-title {
		margin-bottom: 20px;
	}

	.product-tab-style3 ul.nav-tabs li a {
		display: block;
		padding: 5px 15px;
		text-align: left;
	}

	.product-tab-style3.product-tab-wrap .title-tab-mobile .text-title-tab {
		text-transform: capitalize;
	}

		.product-tab-wrap .tab-mobile-dropdown ul.nav-tabs li a img,
		.product-tab-style3.product-tab-wrap .title-tab-mobile .text-title-tab img {
			display: none;
		}
}

/*Product tab style4*/

.product-tab-style4 ul.nav-tabs li {
	border-bottom: 1px solid var(--bzo-border-color);
}

	.product-tab-style4 ul.nav-tabs li a {
		font-size: 18px;
		font-weight: 500;
		padding: 16px 18px;
		display: block;
		transition: .2s;
	}

		.product-tab-style4 ul.nav-tabs li.active a,
		.product-tab-style4 ul.nav-tabs li a:hover {
			background-color: var(--bzo-main-color);
			color: #fff;
		}


/*Product tab style5*/
@media(min-width: 768px) {
	.product-tab-style5 .nav-tabs {
		display: flex;
		align-items: center;
		justify-content: center;
		gap: 30px;
		margin-bottom: 30px;
	}

	.product-tab-style5 ul.nav-tabs li a {
		font-size: 16px;
		padding: 10px 18px;
		border: 1px solid var(--bzo-title_typo-color);
		transition: .2s;
		display: block;
	}

		.product-tab-style5 ul.nav-tabs li.active a,
		.product-tab-style5 ul.nav-tabs li a:hover {
			background-color: var(--bzo-title_typo-color);
			color: #fff;
			border: 1px solid var(--bzo-title_typo-color);
		}
}

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

@media(max-width: 767px) {
	.product-tab-style5 .product-tab-title {
		margin-bottom: 20px;
	}

	.product-tab-style5 ul.nav-tabs li a {
		display: block;
		padding: 5px 15px;
		text-align: left;
	}
}
/*Product tab style6*/
@media(min-width: 768px) {
	.product-tab-style6 .nav-tabs {
		display: flex;
		justify-content: center;
		margin-bottom: 30px;
		gap: 30px;
	}

	.product-tab-style6 ul.nav-tabs li a {
		padding: 6px 20px;
		position: relative;
		font-weight: 600;
		font-size: var(--bzo-body_typo-font-size);
		border: 1px solid #ccc;
		border-radius: 3px;
		color: var(--bzo-body_typo-color);
		display: inline-flex;
		gap: 5px;
		align-items: center;
	}

		.product-tab-style6 ul.nav-tabs li a > span {
			display: flex;
			white-space: nowrap;
		}

		.product-tab-style6 ul.nav-tabs li a:hover {
			border: 1px solid var(--bzo-main-color2);
			color: var(--bzo-title_typo-color);
			background-color: var(--bzo-main-color2);
		}

	.product-tab-style6 ul.nav-tabs li.active a {
		border: 1px solid var(--bzo-main-color2);
		color: var(--bzo-title_typo-color);
		background-color: var(--bzo-main-color2);
	}
}

@media(max-width: 1366px) and (min-width: 768px) {
	.product-tab-style6 ul.nav-tabs li a {
		padding: 6px 10px;
	}

	.product-tab-style6 .nav-tabs {
		gap: 20px;
		flex-wrap: wrap;
	}
}

@media(max-width: 1200px) and (min-width: 768px) {
	.product-tab-style6 .nav-tabs {
		gap: 15px;
	}
}

@media(max-width: 767px) {
	.product-tab-style6 .product-tab-title {
		margin-bottom: 20px;
	}

	.product-tab-style6 ul.nav-tabs li a {
		display: block;
		padding: 5px 15px;
		text-align: left;
	}

	.product-tab-style6.product-tab-wrap .title-tab-mobile .text-title-tab {
		text-transform: capitalize;
		display: flex;
		align-items: center;
		gap: 10px;
	}
}

/*Begin style tab mobile*/
@media(max-width: 767px) {

	.product-tab-wrap .nav-tabs {
		flex-direction: column;
		align-items: center;
		gap: 5px;
	}

		.product-tab-wrap .nav-tabs li {
			width: 100%;
		}

	.product-tab-wrap .display-swiper-navi-group .bzotech-swiper-navi {
		left: 0;
	}

	.product-tab-wrap .title-tab-mobile {
		display: flex !important;
		margin: 0;
		justify-content: space-between;
		padding: 12px 15px;
		background: #e5e5e5;
		color: #333;
		margin-bottom: 0px;
		align-items: center;
	}

		.product-tab-wrap .title-tab-mobile .text-title-tab {
			text-transform: uppercase;
		}

	.tab-mobile-dropdown {
		position: relative;
		width: 100%;
	}

	.product-tab-wrap .tab-mobile-dropdown .nav-tabs {
		position: absolute !important;
		display: none;
		right: auto;
		left: 0;
		top: 100%;
		background: #fff;
		padding: 0px;
		min-width: 260px;
		width: 100%;
		margin-top: 0px;
		border: none;
		box-shadow: 0px 1px 10px rgba(0, 0, 0, 0.10);
		transition: none;
		line-height: 28px;
		list-style: none;
		z-index: 9992;
		border-radius: 0px;
	}

		.product-tab-wrap .tab-mobile-dropdown .nav-tabs li {
			border-bottom: 1px solid var(--bzo-border-color);
		}

			.product-tab-wrap .tab-mobile-dropdown .nav-tabs li:last-child {
				border-bottom: none;
			}

	.product-tab-wrap .tab-mobile-dropdown ul.nav-tabs li.active a {
		color: var(--bzo-main-color);
		background: transparent;
	}

	.tab-mobile-dropdown.active-dropdown .title-tab-mobile i:before {
		content: "\f00d";
	}
}
/*------------------------------*/

.product-loadmore.loadmore {
	background-color: transparent;
	border: 1px solid var(--bzo-main-color);
	color: var(--bzo-main-color);
	font-weight: 500;
}

	.product-loadmore.loadmore:hover {
		background: var(--bzo-main-color);
		color: #fff;
	}

.elbzotech-logo-global-style-image a {
	display: flex;
}

.logo-text svg {
	width: 100%;
}


/*Begin Search elementor*/

.select-cat-search:hover {
	color: #000;
	text-decoration: underline;
}

.elbzotech-dropdown-box {
	position: relative;
	cursor: pointer;
}

.elbzotech-search-global-form .elbzotech-dropdown-list li {
	margin-bottom: 5px;
}

	.elbzotech-search-global-form .elbzotech-dropdown-list li:last-child {
		margin-bottom: 0px;
	}

.elbzotech-search-global-form .elbzotech-dropdown-list {
	padding: 15px;
	font-size: 14px;
}

.elbzotech-search-global-form > .elbzotech-dropdown-box {
	border-right: 1px solid var(--bzo-border-color);
}

@media(max-width: 480px) {
	.elbzotech-search-global-form > .elbzotech-dropdown-box {
		display: none !important;
	}
}

.elbzotech-search-global-form > .elbzotech-dropdown-box .dropdown-link {
	padding: 0px 25px;
	height: 40px;
	display: block;
	line-height: 40px;
}

.content-list-product-search .display-list .product-price .woocs_price_code {
	justify-content: end;
}

.elbzotech-search-global-form input[name="s"] {
	border: 0;
	width: 100%;
	padding: 0 15px;
	background: transparent;
	min-width: auto;
}

.elbzotech-search-global-form input[type="submit"] {
	border: 0;
	background: #000;
	color: #fff;
	width: 50px;
	height: 50px;
	display: block;
	transition: all 0.3s ease-out 0s;
	-webkit-transition: all 0.3s ease-out 0s;
	cursor: pointer;
}

	.elbzotech-search-global-form input[type="submit"]:hover {
		background: #c82811;
		color: #000;
		box-shadow: none;
	}

.elbzotech-submit-form:hover .elbzotech-text-bt-search {
	color: #000;
}

.elbzotech-submit-form {
	position: relative;
}

.elbzotech-text-bt-search > * {
	vertical-align: middle;
}

.elbzotech-search-global-default .elbzotech-list-product-search {
	background: #fff none repeat scroll 0 0;
	box-shadow: 0 5px 5px 0 rgba(0, 0, 0, 0.1);
	left: 0;
	margin-top: 32px;
	padding: 20px;
	border-radius: 0;
	position: absolute;
	top: 100%;
	width: 100%;
	min-width: 250px;
	z-index: 10000;
	opacity: 0;
	visibility: hidden;
	transition: all 0.3s ease-out 0s;
	-webkit-transition: all 0.3s ease-out 0s;
	max-height: 470px;
	overflow-y: auto;
	scrollbar-width: none;
}

.elbzotech-list-product-search::-webkit-scrollbar {
	width: 3px;
}

.elbzotech-list-product-search::-webkit-scrollbar-track {
	box-shadow: inset 0 0 6px var(--bzo-main-color);
}

.elbzotech-list-product-search::-webkit-scrollbar-thumb {
	background-color: var(--bzo-main-color);
	outline: 1px solid var(--bzo-main-color);
}

.live-search-yes.active .elbzotech-list-product-search {
	opacity: 1;
	visibility: visible;
	margin-top: 0px;
	border-top: 1px solid #cccccc;
}
/*----------------*/
.live-search-yes.active-search .list-search-default {
	/*display: none;*/
}

.live-search-yes .js-list-live-search > .elbzotech-products-wrap {
	display: none;
}

.live-search-yes.active-search .js-list-live-search > .elbzotech-products-wrap {
	display: block;
}

.key-trending .key-trending-list {
	display: flex;
	flex-wrap: wrap;
	align-items: center;
	gap: 6px;
}

.elbzotech-search-global-default .key-trending .key-trending-list a {
	padding: 4px 10px;
	background: #f7f7f7;
	display: flex;
	justify-content: center;
	align-items: center;
	gap: 5px;
}

	.elbzotech-search-global-default .key-trending .key-trending-list a:hover {
		background: var(--bzo-main-color);
		color: #fff;
	}

.elbzotech-search-global-default .search-popular-title,
.elbzotech-search-global-default .search-results-title,
.elbzotech-search-global-default .key-trending .key-trending-title {
	margin-bottom: 15px;
	border-bottom: 1px solid #e5e5e5;
	padding-bottom: 10px;
}

.elbzotech-search-global-default .key-trending {
	margin-bottom: 20px;
}
/*----------------*/
.current-search-cat {
	white-space: nowrap;
	color: #333;
}

	.current-search-cat i {
		margin-left: 30px;
	}

.item-search-pro {
	border-bottom: 1px solid #f5f5f5;
	display: table;
	padding: 10px 0;
	width: 100%;
}

	.item-search-pro > div {
		display: table-cell;
		vertical-align: middle;
	}

	.item-search-pro:last-child {
		border: none;
	}

	.item-search-pro .title14 {
		text-transform: capitalize;
		font-weight: 500;
		font-size: 16px;
	}

	.item-search-pro > div.search-ajax-thumb {
		width: 70px;
		border-radius: 6px;
	}

		.item-search-pro > div.search-ajax-thumb img {
			border-radius: 5px;
		}

	.item-search-pro > div.search-ajax-price {
		text-align: right;
	}

	.item-search-pro > div.search-ajax-title {
		padding: 0 10px;
	}

.search-ajax-thumb img {
	display: block;
}

.elbzotech-list-product-search > i {
	text-align: center;
	display: block;
	min-height: 62px;
	margin: 0 auto;
	line-height: 62px;
}

.elbzotech-list-product-search .content-list-product-search > p {
	display: block;
	padding: 0 15px;
}
/*---------------------------------*/

.elbzotech-search-global-icon-popup .search-results-title,
.elbzotech-search-global-icon-popup .search-popular-title {
	margin-bottom: 20px;
}

.elbzotech-search-global-icon-popup .title-form-icon-popup {
	margin-bottom: 20px;
}

.elbzotech-search-global-icon-popup .wap-content-search-icon-popup {
	background: #fff;
	padding: 80px 50px 50px;
	display: flex;
	flex-direction: column;
	align-items: center;
}

@media(max-width: 1200px) {
	.elbzotech-search-global-icon-popup .wap-content-search-icon-popup {
		padding: 70px 15px 30px;
	}

	.elbzotech-search-global-icon-popup .title-form-icon-popup {
		font-size: 20px;
	}
}

.elbzotech-search-global-icon-popup .elbzotech-list-product-search {
	opacity: 0;
	visibility: hidden;
}

.elbzotech-search-global-icon-popup .key-trending {
	display: flex;
	justify-content: center;
	align-items: center;
	gap: 10px;
	margin-top: 30px;
}

.elbzotech-search-global-icon-popup .key-trending-list a {
	text-decoration: underline;
}

.elbzotech-search-global-icon-popup .elbzotech-search-form-wrap-global {
	position: fixed;
	left: 0;
	right: 0;
	top: 0;
	bottom: 0;
	background: rgba(0,0,0,0.45);
	opacity: 0;
	visibility: hidden;
	z-index: 9992;
	transition: all 0.3s ease-out 0s;
	-webkit-transition: all 0.3s ease-out 0s;
	display: none;
	overflow-y: auto;
	scrollbar-width: none;
}

	.elbzotech-search-global-icon-popup .elbzotech-search-form-wrap-global::-webkit-scrollbar {
		width: 3px;
	}

	.elbzotech-search-global-icon-popup .elbzotech-search-form-wrap-global::-webkit-scrollbar-track {
		box-shadow: inset 0 0 3px var(--bzo-main-color);
	}

	.elbzotech-search-global-icon-popup .elbzotech-search-form-wrap-global::-webkit-scrollbar-thumb {
		background-color: var(--bzo-main-color);
		outline: 1px solid var(--bzo-main-color);
	}

	.elbzotech-search-global-icon-popup .elbzotech-search-form-wrap-global.active {
		opacity: 1;
		display: block;
		visibility: inherit;
	}

.elbzotech-search-global-icon-popup {
}

	.elbzotech-search-global-icon-popup .search-icon-popup {
		cursor: pointer;
		transition: all 0.3s ease-out 0s;
		-webkit-transition: all 0.3s ease-out 0s;
		font-size: 24px;
		text-align: center;
		color: var(--bzo-gray-color);
		display: flex;
	}

		.elbzotech-search-global-icon-popup .search-icon-popup:hover {
			color: var(--bzo-main-color);
		}

.elbzotech-search-form-wrap-global:after {
	content: "";
	display: table;
	clear: both;
}

.elbzotech-search-global-icon-popup .elbzotech-search-global-form {
	width: 100%;
	margin: auto;
	max-width: 1030px;
	padding: 0px 15px;
	border: none;
}

	.elbzotech-search-global-icon-popup .elbzotech-search-global-form .input-submit-form {
		background: #F5F5F5;
		border-radius: 40px;
		height: 55px;
	}

	.elbzotech-search-global-icon-popup .elbzotech-search-global-form input[name="s"] {
		line-height: 55px;
		height: 55px;
		padding: 3px 25px;
		font-size: 16px;
		color: #727272;
	}

.elbzotech-search-global-icon-popup.open-search-popup .elbzotech-search-form-wrap-global {
	opacity: 1;
	visibility: visible;
}

.elbzotech-search-global-icon-popup .elbzotech-text-bt-search {
	background: transparent;
	border: none;
	font-size: 22px;
	padding: 0px 22px;
	color: var(--bzo-title_typo-color);
	cursor: pointer;
	line-height: 55px;
}

.elbzotech-search-global-icon-popup .elbzotech-search-global-form > .elbzotech-dropdown-box {
	border-right: none;
}

.elbzotech-search-global-icon-popup .elbzotech-submit-form:hover .elbzotech-text-bt-search {
	color: var(--bzo-main-color);
}

.elbzotech-search-global-icon-popup .elbzotech-list-product-search {
	background: #fff;
	padding: 50px;
	display: none;
}

.elbzotech-search-global-icon-popup.active .elbzotech-list-product-search {
	display: block;
}

.elbzotech-close-search-form {
	cursor: pointer;
}

	.elbzotech-close-search-form:hover {
		color: var(--bzo-main-color);
	}

.elbzotech-search-global-icon-popup i.elbzotech-close-search-form {
	display: block;
	position: absolute;
	right: 30px;
	top: 30px;
	font-size: 16px;
	cursor: pointer;
	text-align: right;
	visibility: hidden;
	padding: 16px;
	z-index: 1;
	background: #F5F5F5;
	color: #111;
}

	.elbzotech-search-global-icon-popup i.elbzotech-close-search-form:hover {
		background: var(--bzo-main-color);
		color: #fff;
	}

.elbzotech-search-form-wrap-global.active i.elbzotech-close-search-form {
	opacity: 1;
	visibility: visible;
}

.form-left {
	float: left;
}

.form-right {
	float: right;
}

.form-center {
	text-align: center;
	margin-left: auto;
	margin-right: auto;
}

.elbzotech-search-global-icon-popup .content-form-popup {
	position: absolute;
	left: 0;
	right: 0;
	top: 0;
}

.elbzotech-search-global-icon-popup .input-submit-form {
	align-items: center;
	justify-content: center;
	width: 60%;
}

.elbzotech-search-global-icon-popup .cate_hide .input-submit-form {
	width: 100%;
}

.elbzotech-search-global-icon-popup .dropdown-box-cate {
	width: 40%;
	padding: 0 20px;
	display: flex;
	align-items: center;
	border-right: 1px solid var(--bzo-border-color);
}

.elbzotech-search-global-icon-popup .wap-content-search-icon-popup-form {
	align-items: stretch;
	justify-content: center;
	border: 1px solid var(--bzo-border-color);
	width: 100%;
	max-width: 800px;
}

.elbzotech-search-global-icon-popup .elbzotech-search-form-global > h3 {
	margin-bottom: 40px;
}

.elbzotech-search-global-icon-popup .elbzotech-search-form-global {
	width: 100%;
	margin: auto;
	border: none;
}

	.elbzotech-search-global-icon-popup .elbzotech-search-form-global input[name="s"] {
		line-height: 55px;
		height: 55px;
		padding: 0px 20px;
		color: #727272;
		border: 0;
		width: 100%;
		background: transparent;
		min-width: auto;
		font-size: 16px;
	}

.elbzotech-search-global-icon-popup .elbzotech-list-product-search.display-list > .elbzotech-products-wrap,
.elbzotech-search-global-icon-popup .elbzotech-list-product-search.display-list > .list-search-default {
	max-width: 800px;
	margin: auto;
}

@media(max-width: 1200px) {
	i.elbzotech-close-search-form {
		font-size: 16px;
	}
}

@media(max-width: 767px) {
	.elbzotech-search-global-icon-popup i.elbzotech-close-search-form {
		top: 10px;
		right: 20px;
	}

	.elbzotech-search-global-icon-popup .elbzotech-search-form-global input[name="s"] {
		height: 48px;
		line-height: 48px;
		font-size: 14px;
	}

	.elbzotech-search-global-icon-popup .elbzotech-text-bt-search {
		line-height: 50px;
		font-size: 20px;
	}
}
/*---------------------------------*/
/*Style search style icon fixed sidebar (left-right) */
.admin-bar .elbzotech-search-fixed-sidebar .elbzotech-search-form-wrap-global {
	top: 32px;
}

.elbzotech-search-fixed-sidebar .elbzotech-search-form-wrap-global {
	padding: 0px 15px;
}

.elbzotech-search-fixed-sidebar .list-product-wrap {
	overflow-y: auto;
	height: 100vh;
	padding-top: 20px;
	scrollbar-width: none;
}

	.elbzotech-search-fixed-sidebar .list-product-wrap::-webkit-scrollbar {
		width: 3px;
	}

	.elbzotech-search-fixed-sidebar .list-product-wrap::-webkit-scrollbar-track {
		box-shadow: inset 0 0 3px var(--bzo-main-color);
	}

	.elbzotech-search-fixed-sidebar .list-product-wrap::-webkit-scrollbar-thumb {
		background-color: var(--bzo-main-color);
		outline: 1px solid var(--bzo-main-color);
	}

.elbzotech-search-fixed-sidebar .title-form-fixed-sidebar {
	padding: 20px 15px;
	border-bottom: 1px solid #e5e5e5;
	margin: 0px -15px;
	text-transform: uppercase;
	margin-bottom: 20px;
}

.elbzotech-search-fixed-sidebar .dropdown-box-cate {
	border: 1px solid #e5e5e5;
	padding: 11px 15px;
	margin-bottom: 20px;
}

.elbzotech-search-fixed-sidebar .input-submit-form {
	border: 1px solid #e5e5e5;
	margin-bottom: 20px;
	justify-content: space-between;
}

	.elbzotech-search-fixed-sidebar .input-submit-form .elbzotech-text-bt-search {
		display: block;
		height: 100%;
		border: none;
		width: 48px;
		font-size: 20px;
		background: transparent;
	}

	.elbzotech-search-fixed-sidebar .input-submit-form input {
		border: none;
		width: calc(100% - 48px)
	}

.elbzotech-search-fixed-sidebar .key-trending {
	display: flex;
	align-items: center;
	gap: 10px;
	margin-bottom: 30px;
}

.elbzotech-search-fixed-sidebar .key-trending-list a {
	font-size: 14px;
}

	.elbzotech-search-fixed-sidebar .key-trending-list a:hover {
		text-decoration: underline;
	}

.elbzotech-search-fixed-sidebar .search-popular-title,
.elbzotech-search-fixed-sidebar .search-results-title {
	padding: 15px;
	border-bottom: 1px solid #e5e5e5;
	border-top: 1px solid #e5e5e5;
	margin: 0px -15px;
	box-shadow: 0 6px 10px -4px #81818133;
}

.elbzotech-search-fixed-sidebar .ajax-loading:not(.list-product-search) i {
	top: 14px;
}

.elbzotech-search-fixed-sidebar .text-no-results {
	padding: 0px 15px;
}

/*Style search style icon fixed left */
.elbzotech-search-global-icon-fixed-left .elbzotech-search-form-wrap-global {
	position: fixed;
	left: -500px;
	right: auto;
	top: 0;
	bottom: 0;
	background: #fff;
	visibility: hidden;
	z-index: 9992;
	transition: all 0.3s ease-out 0s;
	-webkit-transition: all 0.3s ease-out 0s;
	width: 350px;
}

	.elbzotech-search-global-icon-fixed-left .elbzotech-search-form-wrap-global.active {
		left: 0px;
		visibility: inherit;
		box-shadow: 3px 0px 10px -5px #00000063;
	}
/*Style search style icon fixed right */
.elbzotech-search-global-icon-fixed-right .elbzotech-search-form-wrap-global {
	position: fixed;
	right: -500px;
	left: auto;
	top: 0;
	bottom: 0;
	background: #fff;
	visibility: hidden;
	z-index: 9992;
	transition: all 0.3s ease-out 0s;
	-webkit-transition: all 0.3s ease-out 0s;
	width: 350px;
}

	.elbzotech-search-global-icon-fixed-right .elbzotech-search-form-wrap-global.active {
		right: 0px;
		visibility: inherit;
		box-shadow: -3px 0px 10px -5px #00000063;
	}

/*Style search style 1 */

.elbzotech-search-global-style1 .elbzotech-search-global-form > * {
	display: inline-block;
}

.elbzotech-search-global-style1 .elbzotech-dropdown-list {
	z-index: 10001;
}

.elbzotech-search-global-style1 .elbzotech-dropdown-list {
	left: 0;
	right: auto;
	border-radius: 0px 0px 20px 20px;
}

.elbzotech-search-global-style1 .elbzotech-search-global-form {
	padding: 0px;
	border-radius: 0px;
	background: #fff;
	border: 1px solid var(--bzo-main-color2);
}

	.elbzotech-search-global-style1 .elbzotech-search-global-form input[name="s"] {
		height: 44px;
		line-height: 44px;
		border-radius: 0px;
		background: #ffffff;
		z-index: 1;
		border: none;
	}

	.elbzotech-search-global-style1 .elbzotech-submit-form .elbzotech-text-bt-search,
	.elbzotech-search-global-style1 .elbzotech-search-global-form input[type="submit"] {
		line-height: 44px;
		background: var(--bzo-main-color2);
		padding: 0 15px;
		font-weight: 500;
		font-size: 24px;
		color: #fff;
		border: none;
		font-family: inherit;
		border-radius: 0;
	}

		.elbzotech-search-global-style1 .elbzotech-search-global-form input[type="submit"]:hover,
		.elbzotech-search-global-style1 .elbzotech-submit-form .elbzotech-text-bt-search:hover {
			opacity: 0.8;
		}

@media(max-width: 1200px) {
	.elbzotech-search-global-style1 .elbzotech-search-global-form {
		width: 100%;
	}
}

@media(max-width: 767px) {
	.elbzotech-search-global-style1 .elbzotech-search-global-form {
		width: 100%;
	}
}
/*End Style search style 1 */

/*Begin Style search style 2 */
.elbzotech-search-global-style2 .elbzotech-search-global-form {
	border-radius: 5px 7px 7px 5px;
	background: #fff;
}

	.elbzotech-search-global-style2 .elbzotech-search-global-form > .elbzotech-dropdown-box .dropdown-link {
		line-height: 48px;
		height: 48px;
	}

.elbzotech-search-global-style2 .elbzotech-text-bt-search {
	border: none;
	background: var(--bzo-main-color);
	line-height: 48px;
	border-radius: 5px;
	font-size: 16px;
	padding: 0px 35px;
	font-weight: 600;
	color: #fff;
	font-family: var(--bzo-title_typo-font-family);
	transition: all 0.3s ease-out 0s;
	-webkit-transition: all 0.3s ease-out 0s;
}
/*End Style search style 2 */

/*Begin Style search style 3 */
.elbzotech-search-global-style3 .elbzotech-search-global-form {
	border-radius: 30px;
	background: #fff;
}

	.elbzotech-search-global-style3 .elbzotech-search-global-form > .elbzotech-dropdown-box .dropdown-link {
		line-height: 44px;
		height: 44px;
	}

.elbzotech-search-global-style3 .elbzotech-text-bt-search {
	border: none;
	background: #262626;
	line-height: 44px;
	font-size: 20px;
	padding: 0px 20px;
	font-weight: 600;
	border-radius: 0 30px 30px 0;
	color: #fff;
	font-family: var(--bzo-title_typo-font-family);
	transition: all 0.3s ease-out 0s;
	-webkit-transition: all 0.3s ease-out 0s;
}

	.elbzotech-search-global-style3 .elbzotech-text-bt-search:hover {
		color: var(--bzo-main-color);
	}

.elbzotech-search-global-style3 .elbzotech-search-global-form input[name="s"] {
	height: 44px;
	line-height: 44px;
	padding-left: 25px;
}
/*End Style search style 3 */
/*Begin Style search style 4 */
.elbzotech-search-global-style4 .elbzotech-search-global-form {
	border-radius: 0px;
	background: rgba(255, 255, 255, 0.90);
}

	.elbzotech-search-global-style4 .elbzotech-search-global-form > .elbzotech-dropdown-box .dropdown-link {
		line-height: 44px;
		height: 44px;
	}

.elbzotech-search-global-style4 .elbzotech-text-bt-search {
	border: none;
	background: transparent;
	line-height: 40px;
	font-size: 20px;
	padding: 0px 15px;
	font-weight: 600;
	border-radius: 0;
	color: #666;
	transition: all 0.3s ease-out 0s;
	-webkit-transition: all 0.3s ease-out 0s;
}

	.elbzotech-search-global-style4 .elbzotech-text-bt-search:hover {
		color: var(--bzo-main-color);
	}

.elbzotech-search-global-style4 .elbzotech-search-global-form input[name="s"] {
	height: 42px;
	line-height: 42px;
	padding: 0 10px;
}
/*End Style search style 3 */

@font-face {
	font-family: "Font Awesome 5 Brands";
	font-style: normal;
	font-weight: 400;
	font-display: block;
	src: url(../webfonts/fa-brands-400.eot);
	src: url(../webfonts/fa-brands-400d41d.eot?#iefix) format("embedded-opentype"),url(../webfonts/fa-brands-400.woff2) format("woff2"),url(../webfonts/fa-brands-400.woff) format("woff"),url(../webfonts/fa-brands-400.ttf) format("truetype"),url(../webfonts/fa-brands-400.svg#fontawesome) format("svg")
}

.fab {
	font-family: "Font Awesome 5 Brands";
	font-weight: 400
}

.elementor-22149 .elementor-element.elementor-element-6930b2 {
	--display: flex;
	--flex-direction: column;
	--container-widget-width: 100%;
	--container-widget-height: initial;
	--container-widget-flex-grow: 0;
	--container-widget-align-self: initial;
	--flex-wrap-mobile: wrap;
	--padding-top: 0px;
	--padding-bottom: 0px;
	--padding-left: 0px;
	--padding-right: 0px;
}

	.elementor-22149 .elementor-element.elementor-element-6930b2:not(.elementor-motion-effects-element-type-background), .elementor-22149 .elementor-element.elementor-element-6930b2 > .elementor-motion-effects-container > .elementor-motion-effects-layer {
		background-image: url("../../2024/12/h28-bg-brand.png");
		background-position: center center;
		background-repeat: no-repeat;
		background-size: cover;
	}

.elementor-22149 .elementor-element.elementor-element-d1abc69 > .elementor-widget-container {
	margin: 50px 0px 50px 0px;
}

.elementor-22149 .elementor-element.elementor-element-6c5752a4 {
	--display: flex;
	--flex-direction: column;
	--container-widget-width: 100%;
	--container-widget-height: initial;
	--container-widget-flex-grow: 0;
	--container-widget-align-self: initial;
	--flex-wrap-mobile: wrap;
	--gap: 0px 0px;
	--row-gap: 0px;
	--column-gap: 0px;
	--overlay-opacity: 0.5;
	--margin-top: 0px;
	--margin-bottom: 0px;
	--margin-left: 0px;
	--margin-right: 0px;
	--padding-top: 0px;
	--padding-bottom: 0px;
	--padding-left: 0px;
	--padding-right: 0px;
}

	.elementor-22149 .elementor-element.elementor-element-6c5752a4:not(.elementor-motion-effects-element-type-background), .elementor-22149 .elementor-element.elementor-element-6c5752a4 > .elementor-motion-effects-container > .elementor-motion-effects-layer {
		background-image: url("/images/about-us.jpg");
		background-position: center center;
		background-repeat: no-repeat;
		background-size: cover;
	}

		.elementor-22149 .elementor-element.elementor-element-6c5752a4::before, .elementor-22149 .elementor-element.elementor-element-6c5752a4 > .elementor-background-video-container::before, .elementor-22149 .elementor-element.elementor-element-6c5752a4 > .e-con-inner > .elementor-background-video-container::before, .elementor-22149 .elementor-element.elementor-element-6c5752a4 > .elementor-background-slideshow::before, .elementor-22149 .elementor-element.elementor-element-6c5752a4 > .e-con-inner > .elementor-background-slideshow::before, .elementor-22149 .elementor-element.elementor-element-6c5752a4 > .elementor-motion-effects-container > .elementor-motion-effects-layer::before {
			background-color: #000000;
			--background-overlay: '';
		}

.elementor-22149 .elementor-element.elementor-element-10052a7c {
	--display: flex;
	--flex-direction: row;
	--container-widget-width: initial;
	--container-widget-height: 100%;
	--container-widget-flex-grow: 1;
	--container-widget-align-self: stretch;
	--flex-wrap-mobile: wrap;
	--gap: 0px 0px;
	--row-gap: 0px;
	--column-gap: 0px;
	--margin-top: 50px;
	--margin-bottom: 50px;
	--margin-left: 0px;
	--margin-right: 0px;
	--padding-top: 0px;
	--padding-bottom: 0px;
	--padding-left: 0px;
	--padding-right: 0px;
}

.elementor-22149 .elementor-element.elementor-element-6f06fc1e {
	--display: flex;
	--align-items: center;
	--container-widget-width: calc( ( 1 - var( --container-widget-flex-grow ) ) * 100% );
	--gap: 10px 10px;
	--row-gap: 10px;
	--column-gap: 10px;
	--padding-top: 0px;
	--padding-bottom: 0px;
	--padding-left: 15px;
	--padding-right: 15px;
}

.elementor-22149 .elementor-element.elementor-element-2f91d33 {
	text-align: center;
}

.elementor-22149 .elementor-element.elementor-element-553e592 {
	color: #FFFFFF;
}

.elementor-22149 .elementor-element.elementor-element-6929ee91 {
	--display: flex;
	--flex-direction: row;
	--container-widget-width: calc( ( 1 - var( --container-widget-flex-grow ) ) * 100% );
	--container-widget-height: 100%;
	--container-widget-flex-grow: 1;
	--container-widget-align-self: stretch;
	--flex-wrap-mobile: wrap;
	/*--align-items: flex-end;*/
	--gap: 0px 0px;
	--row-gap: 0px;
	--column-gap: 0px;
	--padding-top: 0px;
	--padding-bottom: 0px;
	--padding-left: 15px;
	--padding-right: 15px;
}

.elementor-22149 .elementor-element.elementor-element-134ddbc0 {
	--display: flex;
	--gap: 0px 0px;
	--row-gap: 0px;
	--column-gap: 0px;
	--padding-top: 0px;
	--padding-bottom: 0px;
	--padding-left: 5px;
	--padding-right: 5px;
}

.elementor-22149 .elementor-element.elementor-element-349363b4 > .elementor-widget-container {
	margin: 0px 0px 12px 0px;
}

.elementor-22149 .elementor-element.elementor-element-349363b4 .text-css-e {
	font-size: 18px;
	font-weight: 600;
	text-transform: uppercase;
	line-height: 26px;
}

.elementor-22149 .elementor-element.elementor-element-7a879a18 .elbzotech-list-link-global {
	gap: 10px;
}

.elementor-22149 .elementor-element.elementor-element-7a879a18 .item-link:hover .title {
	color: #FFFFFF;
}

.elementor-22149 .elementor-element.elementor-element-7a879a18 .item-link:hover, .elementor-22149 .elementor-element.elementor-element-7a879a18 .item-link:focus {
	color: #FFFFFF;
}

.elementor-22149 .elementor-element.elementor-element-7a879a18 .item-link:hover {
	text-decoration: underline;
}

.elementor-22149 .elementor-element.elementor-element-7a879a18 .item-link.icon-position-left i {
	margin-right: 0px;
}

.elementor-22149 .elementor-element.elementor-element-7a879a18 .icon-position-left .icon-image-link {
	margin-right: 0px;
}

.elementor-22149 .elementor-element.elementor-element-7a879a18 .item-link.icon-position-right i {
	margin-left: 0px;
}

.elementor-22149 .elementor-element.elementor-element-7a879a18 .icon-position-right .icon-image-link {
	margin-left: 0px;
}

.elementor-22149 .elementor-element.elementor-element-6ef0d6d9 {
	--display: flex;
	--gap: 0px 0px;
	--row-gap: 0px;
	--column-gap: 0px;
	--padding-top: 0px;
	--padding-bottom: 0px;
	--padding-left: 5px;
	--padding-right: 5px;
}

.elementor-22149 .elementor-element.elementor-element-702440af > .elementor-widget-container {
	margin: 0px 0px 12px 0px;
}

.elementor-22149 .elementor-element.elementor-element-702440af .text-css-e {
	font-size: 18px;
	font-weight: 600;
	text-transform: uppercase;
	line-height: 26px;
}

.elementor-22149 .elementor-element.elementor-element-7a34c5bb .elbzotech-list-link-global {
	gap: 10px;
}

.elementor-22149 .elementor-element.elementor-element-7a34c5bb .item-link:hover .title {
	color: #FFFFFF;
}

.elementor-22149 .elementor-element.elementor-element-7a34c5bb .item-link:hover, .elementor-22149 .elementor-element.elementor-element-7a34c5bb .item-link:focus {
	color: #FFFFFF;
}

.elementor-22149 .elementor-element.elementor-element-7a34c5bb .item-link:hover {
	text-decoration: underline;
}

.elementor-22149 .elementor-element.elementor-element-7a34c5bb .item-link.icon-position-left i {
	margin-right: 0px;
}

.elementor-22149 .elementor-element.elementor-element-7a34c5bb .icon-position-left .icon-image-link {
	margin-right: 0px;
}

.elementor-22149 .elementor-element.elementor-element-7a34c5bb .item-link.icon-position-right i {
	margin-left: 0px;
}

.elementor-22149 .elementor-element.elementor-element-7a34c5bb .icon-position-right .icon-image-link {
	margin-left: 0px;
}

.elementor-22149 .elementor-element.elementor-element-599ee708 {
	--display: flex;
	--gap: 0px 0px;
	--row-gap: 0px;
	--column-gap: 0px;
	--padding-top: 0px;
	--padding-bottom: 0px;
	--padding-left: 5px;
	--padding-right: 5px;
}

.elementor-22149 .elementor-element.elementor-element-7e10c8ec > .elementor-widget-container {
	margin: 0px 0px 12px 0px;
}

.elementor-22149 .elementor-element.elementor-element-7e10c8ec .text-css-e {
	font-size: 18px;
	font-weight: 600;
	text-transform: uppercase;
	line-height: 26px;
}

.elementor-22149 .elementor-element.elementor-element-1e58a979 .elbzotech-list-link-global {
	gap: 10px;
}

.elementor-22149 .elementor-element.elementor-element-1e58a979 .item-link:hover .title {
	color: #FFFFFF;
}

.elementor-22149 .elementor-element.elementor-element-1e58a979 .item-link:hover, .elementor-22149 .elementor-element.elementor-element-1e58a979 .item-link:focus {
	color: #FFFFFF;
}

.elementor-22149 .elementor-element.elementor-element-1e58a979 .item-link:hover {
	text-decoration: underline;
}

.elementor-22149 .elementor-element.elementor-element-1e58a979 .item-link.icon-position-left i {
	margin-right: 0px;
}

.elementor-22149 .elementor-element.elementor-element-1e58a979 .icon-position-left .icon-image-link {
	margin-right: 0px;
}

.elementor-22149 .elementor-element.elementor-element-1e58a979 .item-link.icon-position-right i {
	margin-left: 0px;
}

.elementor-22149 .elementor-element.elementor-element-1e58a979 .icon-position-right .icon-image-link {
	margin-left: 0px;
}

.elementor-22149 .elementor-element.elementor-element-1755030d {
	--display: flex;
	--justify-content: center;
	--align-items: flex-start;
	--container-widget-width: calc( ( 1 - var( --container-widget-flex-grow ) ) * 100% );
	--gap: 0px 0px;
	--row-gap: 0px;
	--column-gap: 0px;
	--padding-top: 0px;
	--padding-bottom: 0px;
	--padding-left: 0px;
	--padding-right: 15px;
}

.elementor-22149 .elementor-element.elementor-element-56beeb41 > .elementor-widget-container {
	margin: 0px 0px 12px 0px;
}

.elementor-22149 .elementor-element.elementor-element-56beeb41 .text-css-e {
	color: #FFFFFF;
	font-size: 18px;
	font-weight: 600;
	text-transform: uppercase;
	line-height: 26px;
}

.elementor-22149 .elementor-element.elementor-element-7673260f {
	width: var( --container-widget-width, 100% );
	max-width: 100%;
	--container-widget-width: 100%;
	--container-widget-flex-grow: 0;
	text-align: left;
}

	.elementor-22149 .elementor-element.elementor-element-7673260f > .elementor-widget-container {
		margin: 0px 0px 12px 0px;
	}

.elementor-22149 .elementor-element.elementor-element-080225a {
	width: var( --container-widget-width, 100% );
	max-width: 100%;
	--container-widget-width: 100%;
	--container-widget-flex-grow: 0;
}

.elementor-22149 .elementor-element.elementor-element-1ab5fd0b {
	--display: flex;
	--flex-direction: row;
	--container-widget-width: calc( ( 1 - var( --container-widget-flex-grow ) ) * 100% );
	--container-widget-height: 100%;
	--container-widget-flex-grow: 1;
	--container-widget-align-self: stretch;
	--flex-wrap-mobile: wrap;
	--justify-content: flex-start;
	--align-items: center;
	--gap: 30px 30px;
	--row-gap: 30px;
	--column-gap: 30px;
	--margin-top: 20px;
	--margin-bottom: 0px;
	--margin-left: 0px;
	--margin-right: 0px;
	--padding-top: 0px;
	--padding-bottom: 0px;
	--padding-left: 0px;
	--padding-right: 0px;
}

.elementor-22149 .elementor-element.elementor-element-77451404 .text-css-e {
	font-size: 16px;
	font-weight: 600;
}

.elementor-22149 .elementor-element.elementor-element-7b9bb3d7 > .elementor-widget-container {
	margin: 0px 0px 0px 0px;
}

.elementor-22149 .elementor-element.elementor-element-7b9bb3d7 .elbzotech-list-link-global {
	gap: 18px;
}

.elementor-22149 .elementor-element.elementor-element-7b9bb3d7 .item-link i {
	font-size: 24px;
}

.elementor-22149 .elementor-element.elementor-element-7b9bb3d7 .item-link.icon-position-left i {
	margin-right: 0px;
}

.elementor-22149 .elementor-element.elementor-element-7b9bb3d7 .icon-position-left .icon-image-link {
	margin-right: 0px;
}

.elementor-22149 .elementor-element.elementor-element-7b9bb3d7 .item-link.icon-position-right i {
	margin-left: 0px;
}

.elementor-22149 .elementor-element.elementor-element-7b9bb3d7 .icon-position-right .icon-image-link {
	margin-left: 0px;
}

.elementor-22149 .elementor-element.elementor-element-4ae30e15 {
	--display: flex;
	--flex-direction: row;
	--container-widget-width: initial;
	--container-widget-height: 100%;
	--container-widget-flex-grow: 1;
	--container-widget-align-self: stretch;
	--flex-wrap-mobile: wrap;
	--gap: 0px 0px;
	--row-gap: 0px;
	--column-gap: 0px;
	--margin-top: 0px;
	--margin-bottom: 0px;
	--margin-left: 0px;
	--margin-right: 0px;
	--padding-top: 0px;
	--padding-bottom: 0px;
	--padding-left: 40px;
	--padding-right: 40px;
}

	.elementor-22149 .elementor-element.elementor-element-4ae30e15:not(.elementor-motion-effects-element-type-background), .elementor-22149 .elementor-element.elementor-element-4ae30e15 > .elementor-motion-effects-container > .elementor-motion-effects-layer {
		background-color: #0F0F0F;
	}

.elementor-22149 .elementor-element.elementor-element-62ab8dbc {
	--display: flex;
	--flex-direction: row;
	--container-widget-width: initial;
	--container-widget-height: 100%;
	--container-widget-flex-grow: 1;
	--container-widget-align-self: stretch;
	--flex-wrap-mobile: wrap;
	--padding-top: 10px;
	--padding-bottom: 10px;
	--padding-left: 0px;
	--padding-right: 0px;
}

.elementor-22149 .elementor-element.elementor-element-4d3085f3 {
	--display: flex;
	--flex-direction: row;
	--container-widget-width: calc( ( 1 - var( --container-widget-flex-grow ) ) * 100% );
	--container-widget-height: 100%;
	--container-widget-flex-grow: 1;
	--container-widget-align-self: stretch;
	--flex-wrap-mobile: wrap;
	--justify-content: center;
	--align-items: center;
	--gap: 0px 0px;
	--row-gap: 0px;
	--column-gap: 0px;
	--margin-top: 0px;
	--margin-bottom: 0px;
	--margin-left: 0px;
	--margin-right: 0px;
	--padding-top: 0px;
	--padding-bottom: 0px;
	--padding-left: 0px;
	--padding-right: 0px;
}

.elementor-22149 .elementor-element.elementor-element-4f4b3050 {
	text-align: center;
}

@media(min-width:768px) {
	.elementor-22149 .elementor-element.elementor-element-6c5752a4 {
		--content-width: 1290px;
	}

	.elementor-22149 .elementor-element.elementor-element-6f06fc1e {
		--width: 14%;
	}

	.elementor-22149 .elementor-element.elementor-element-6929ee91 {
		--width: 45%;
	}

	.elementor-22149 .elementor-element.elementor-element-134ddbc0 {
		--width: 23%;
	}

	.elementor-22149 .elementor-element.elementor-element-6ef0d6d9 {
		--width: 37%;
	}

	.elementor-22149 .elementor-element.elementor-element-599ee708 {
		--width: 40%;
	}

	.elementor-22149 .elementor-element.elementor-element-1755030d {
		--width: 35%;
	}
}

@media(max-width:1024px) and (min-width:768px) {
	.elementor-22149 .elementor-element.elementor-element-6f06fc1e {
		--width: 50%;
	}

	.elementor-22149 .elementor-element.elementor-element-6929ee91 {
		--width: 100%;
	}

	.elementor-22149 .elementor-element.elementor-element-1755030d {
		--width: 50%;
	}

	.elementor-22149 .elementor-element.elementor-element-4d3085f3 {
		--width: 100%;
	}
}

@media(max-width:1366px) {
	.elementor-22149 .elementor-element.elementor-element-6c5752a4 {
		--padding-top: 0px;
		--padding-bottom: 0px;
		--padding-left: 15px;
		--padding-right: 15px;
	}

	.elementor-22149 .elementor-element.elementor-element-6929ee91 {
		--align-items: flex-start;
		--container-widget-width: calc( ( 1 - var( --container-widget-flex-grow ) ) * 100% );
	}

	.elementor-22149 .elementor-element.elementor-element-1ab5fd0b {
		--gap: 20px 20px;
		--row-gap: 20px;
		--column-gap: 20px;
	}

	.elementor-22149 .elementor-element.elementor-element-7b9bb3d7 .elbzotech-list-link-global {
		gap: 10px;
	}

	.elementor-22149 .elementor-element.elementor-element-4ae30e15 {
		--padding-top: 0px;
		--padding-bottom: 0px;
		--padding-left: 30px;
		--padding-right: 30px;
	}
}

@media(max-width:1024px) {
	.elementor-22149 .elementor-element.elementor-element-6c5752a4 {
		--padding-top: 0px;
		--padding-bottom: 0px;
		--padding-left: 0px;
		--padding-right: 0px;
	}

	.elementor-22149 .elementor-element.elementor-element-10052a7c {
		--flex-direction: row;
		--container-widget-width: initial;
		--container-widget-height: 100%;
		--container-widget-flex-grow: 1;
		--container-widget-align-self: stretch;
		--flex-wrap-mobile: wrap;
		--gap: 0px 0px;
		--row-gap: 0px;
		--column-gap: 0px;
		--flex-wrap: wrap;
		--padding-top: 0px;
		--padding-bottom: 0px;
		--padding-left: 0px;
		--padding-right: 0px;
	}

	.elementor-22149 .elementor-element.elementor-element-6f06fc1e {
		--margin-top: 0px;
		--margin-bottom: 0px;
		--margin-left: 0px;
		--margin-right: 0px;
	}

		.elementor-22149 .elementor-element.elementor-element-6f06fc1e.e-con {
			--order: 1;
		}

	.elementor-22149 .elementor-element.elementor-element-6929ee91 {
		--margin-top: 30px;
		--margin-bottom: 0px;
		--margin-left: 0px;
		--margin-right: 0px;
	}

		.elementor-22149 .elementor-element.elementor-element-6929ee91.e-con {
			--order: 3;
		}

	.elementor-22149 .elementor-element.elementor-element-1755030d {
		--margin-top: 0px;
		--margin-bottom: 0px;
		--margin-left: 0px;
		--margin-right: 0px;
		--padding-top: 0px;
		--padding-bottom: 0px;
		--padding-left: 15px;
		--padding-right: 5px;
	}

		.elementor-22149 .elementor-element.elementor-element-1755030d.e-con {
			--order: 2;
		}

	.elementor-22149 .elementor-element.elementor-element-1ab5fd0b {
		--margin-top: 15px;
		--margin-bottom: 0px;
		--margin-left: 0px;
		--margin-right: 0px;
	}

	.elementor-22149 .elementor-element.elementor-element-7b9bb3d7 .elbzotech-list-link-global {
		gap: 15px;
	}

	.elementor-22149 .elementor-element.elementor-element-7b9bb3d7 .item-link i {
		font-size: 24px;
	}

	.elementor-22149 .elementor-element.elementor-element-7b9bb3d7 .item-link {
		padding: 0px 0px 0px 0px;
	}

	.elementor-22149 .elementor-element.elementor-element-4ae30e15 {
		--padding-top: 0px;
		--padding-bottom: 0px;
		--padding-left: 0px;
		--padding-right: 0px;
	}

	.elementor-22149 .elementor-element.elementor-element-62ab8dbc {
		--flex-direction: column;
		--container-widget-width: 100%;
		--container-widget-height: initial;
		--container-widget-flex-grow: 0;
		--container-widget-align-self: initial;
		--flex-wrap-mobile: wrap;
		--gap: 0px 0px;
		--row-gap: 0px;
		--column-gap: 0px;
	}

	.elementor-22149 .elementor-element.elementor-element-4d3085f3 {
		--justify-content: center;
	}

		.elementor-22149 .elementor-element.elementor-element-4d3085f3.e-con {
			--order: 99999 /* order end hack */;
		}
}

@media(max-width:767px) {
	.elementor-22149 .elementor-element.elementor-element-6c5752a4 {
		--padding-top: 0px;
		--padding-bottom: 0px;
		--padding-left: 0px;
		--padding-right: 0px;
	}

	.elementor-22149 .elementor-element.elementor-element-10052a7c {
		--gap: 0px 0px;
		--row-gap: 0px;
		--column-gap: 0px;
		--margin-top: 30px;
		--margin-bottom: 0px;
		--margin-left: 0px;
		--margin-right: 0px;
	}

	.elementor-22149 .elementor-element.elementor-element-6f06fc1e {
		--margin-top: 0px;
		--margin-bottom: 10px;
		--margin-left: 0px;
		--margin-right: 0px;
	}

	.elementor-22149 .elementor-element.elementor-element-2f91d33 {
		text-align: center;
	}

		.elementor-22149 .elementor-element.elementor-element-2f91d33 img {
			width: 70%;
		}

	.elementor-22149 .elementor-element.elementor-element-553e592 {
		text-align: center;
	}

	.elementor-22149 .elementor-element.elementor-element-6929ee91 {
		--margin-top: 0px;
		--margin-bottom: 10px;
		--margin-left: 0px;
		--margin-right: 0px;
	}

		.elementor-22149 .elementor-element.elementor-element-6929ee91.e-con {
			--order: 2;
		}

	.elementor-22149 .elementor-element.elementor-element-134ddbc0 {
		--width: 50%;
		--margin-top: 0px;
		--margin-bottom: 30px;
		--margin-left: 0px;
		--margin-right: 0px;
	}

	.elementor-22149 .elementor-element.elementor-element-7a879a18 .elbzotech-list-link-global {
		gap: 10px;
	}

	.elementor-22149 .elementor-element.elementor-element-6ef0d6d9 {
		--width: 50%;
		--margin-top: 0px;
		--margin-bottom: 10px;
		--margin-left: 0px;
		--margin-right: 0px;
	}

	.elementor-22149 .elementor-element.elementor-element-7a34c5bb .elbzotech-list-link-global {
		gap: 10px;
	}

	.elementor-22149 .elementor-element.elementor-element-599ee708 {
		--margin-top: 0px;
		--margin-bottom: 20px;
		--margin-left: 0px;
		--margin-right: 0px;
	}

	.elementor-22149 .elementor-element.elementor-element-1e58a979 .elbzotech-list-link-global {
		gap: 10px;
	}

	.elementor-22149 .elementor-element.elementor-element-1755030d {
		--align-items: center;
		--container-widget-width: calc( ( 1 - var( --container-widget-flex-grow ) ) * 100% );
		--margin-top: 0px;
		--margin-bottom: 10px;
		--margin-left: 0px;
		--margin-right: 0px;
		--padding-top: 0px;
		--padding-bottom: 0px;
		--padding-left: 15px;
		--padding-right: 15px;
	}

		.elementor-22149 .elementor-element.elementor-element-1755030d.e-con {
			--order: 3;
		}

	.elementor-22149 .elementor-element.elementor-element-56beeb41 {
		text-align: center;
	}

	.elementor-22149 .elementor-element.elementor-element-7673260f {
		text-align: center;
	}

	.elementor-22149 .elementor-element.elementor-element-080225a {
		width: 100%;
		max-width: 100%;
	}

	.elementor-22149 .elementor-element.elementor-element-1ab5fd0b {
		--justify-content: center;
	}

	.elementor-22149 .elementor-element.elementor-element-4ae30e15 {
		--gap: 0px 0px;
		--row-gap: 0px;
		--column-gap: 0px;
		--padding-top: 0px;
		--padding-bottom: 0px;
		--padding-left: 0px;
		--padding-right: 0px;
	}

	.elementor-22149 .elementor-element.elementor-element-62ab8dbc {
		--gap: 0px 0px;
		--row-gap: 0px;
		--column-gap: 0px;
	}

	.elementor-22149 .elementor-element.elementor-element-4f4b3050 {
		text-align: center;
	}
}


.elementor-11393 .elementor-element.elementor-element-265efbd8 {
	--display: flex;
	--flex-direction: row;
	--container-widget-width: initial;
	--container-widget-height: 100%;
	--container-widget-flex-grow: 1;
	--container-widget-align-self: stretch;
	--flex-wrap-mobile: wrap;
	--justify-content: space-between;
	--gap: 0px 0px;
	--row-gap: 0px;
	--column-gap: 0px;
	box-shadow: 0px -6px 13px -8px rgba(0, 0, 0, 0.15);
	--padding-top: 10px;
	--padding-bottom: 10px;
	--padding-left: 0px;
	--padding-right: 0px;
}

	.elementor-11393 .elementor-element.elementor-element-265efbd8:not(.elementor-motion-effects-element-type-background), .elementor-11393 .elementor-element.elementor-element-265efbd8 > .elementor-motion-effects-container > .elementor-motion-effects-layer {
		background-color: #FFFFFF;
	}

.elementor-11393 .elementor-element.elementor-element-6b24a80b {
	--display: flex;
	--flex-direction: row;
	--container-widget-width: calc( ( 1 - var( --container-widget-flex-grow ) ) * 100% );
	--container-widget-height: 100%;
	--container-widget-flex-grow: 1;
	--container-widget-align-self: stretch;
	--flex-wrap-mobile: wrap;
	--justify-content: space-between;
	--align-items: center;
	--gap: 0px 0px;
	--row-gap: 0px;
	--column-gap: 0px;
	--padding-top: 0px;
	--padding-bottom: 0px;
	--padding-left: 15px;
	--padding-right: 15px;
}

.elementor-11393 .elementor-element.elementor-element-682731d7 a {
	display: flex;
}

.elementor-11393 .elementor-element.elementor-element-682731d7 .btn-flex-e {
	flex-direction: column-reverse;
	align-items: center;
}

.elementor-11393 .elementor-element.elementor-element-682731d7 .button-inner {
	color: #000000;
}

.elementor-11393 .elementor-element.elementor-element-682731d7 .icon-button-el {
	font-size: 24px;
}

.elementor-11393 .elementor-element.elementor-element-55ba94cd .search-icon-popup {
	flex-direction: column;
}

	.elementor-11393 .elementor-element.elementor-element-55ba94cd .search-icon-popup i {
		color: #000000;
	}

	.elementor-11393 .elementor-element.elementor-element-55ba94cd .search-icon-popup .bttext_popup {
		color: #000000;
		font-size: 16px;
	}

.elementor-11393 .elementor-element.elementor-element-7c864469 a {
	display: flex;
}

.elementor-11393 .elementor-element.elementor-element-7c864469 .btn-flex-e {
	flex-direction: column-reverse;
	align-items: center;
}

.elementor-11393 .elementor-element.elementor-element-7c864469 .button-inner {
	color: #000000;
}

.elementor-11393 .elementor-element.elementor-element-7c864469 .icon-button-el {
	font-size: 24px;
}

.elementor-11393 .elementor-element.elementor-element-67fc0e6f a {
	display: flex;
}

.elementor-11393 .elementor-element.elementor-element-67fc0e6f .btn-flex-e {
	flex-direction: column-reverse;
	align-items: center;
}

.elementor-11393 .elementor-element.elementor-element-67fc0e6f .button-inner {
	color: #000000;
}

.elementor-11393 .elementor-element.elementor-element-67fc0e6f .icon-button-el {
	font-size: 24px;
}

.elementor-11393 .elementor-element.elementor-element-6ad0995c .e-toggle-style-flex {
	flex-direction: column;
	align-items: center;
	gap: 0px;
}

.elementor-11393 .elementor-element.elementor-element-6ad0995c .e-toggle-style-icon {
	color: #FFFFFF;
}

	.elementor-11393 .elementor-element.elementor-element-6ad0995c .e-toggle-style-icon .sub-color-e {
		color: #FFFFFF;
	}

.elementor-11393 .elementor-element.elementor-element-6ad0995c .e-toggle-style-icon-title {
	color: #FFFFFF;
	font-size: 16px;
}

	.elementor-11393 .elementor-element.elementor-element-6ad0995c .e-toggle-style-icon-title .sub-color-e {
		color: #FFFFFF;
	}

@media(max-width:767px) {
	.elementor-11393 .elementor-element.elementor-element-265efbd8 {
		--gap: 0px 0px;
		--row-gap: 0px;
		--column-gap: 0px;
	}

	.elementor-11393 .elementor-element.elementor-element-6b24a80b {
		--gap: 0px 0px;
		--row-gap: 0px;
		--column-gap: 0px;
		--flex-wrap: nowrap;
	}

	.elementor-11393 .elementor-element.elementor-element-682731d7 .icon-off .text-button, .elementor-11393 .elementor-element.elementor-element-682731d7 .icon-on.button-inner {
		font-size: 14px;
	}

	.elementor-11393 .elementor-element.elementor-element-55ba94cd .search-icon-popup .bttext_popup {
		font-size: 14px;
	}

	.elementor-11393 .elementor-element.elementor-element-7c864469 .icon-off .text-button, .elementor-11393 .elementor-element.elementor-element-7c864469 .icon-on.button-inner {
		font-size: 14px;
	}

	.elementor-11393 .elementor-element.elementor-element-67fc0e6f .icon-off .text-button, .elementor-11393 .elementor-element.elementor-element-67fc0e6f .icon-on.button-inner {
		font-size: 14px;
	}
}

.elementor-22035 .elementor-element.elementor-element-52ae04c8 {
	--display: flex;
	--flex-direction: row;
	--container-widget-width: calc( ( 1 - var( --container-widget-flex-grow ) ) * 100% );
	--container-widget-height: 100%;
	--container-widget-flex-grow: 1;
	--container-widget-align-self: stretch;
	--flex-wrap-mobile: wrap;
	--align-items: center;
	--gap: 0px 0px;
	--row-gap: 0px;
	--column-gap: 0px;
	--flex-wrap: wrap;
	--padding-top: 0px;
	--padding-bottom: 0px;
	--padding-left: 85px;
	--padding-right: 85px;
	--z-index: 999;
}

	.elementor-22035 .elementor-element.elementor-element-52ae04c8:not(.elementor-motion-effects-element-type-background), .elementor-22035 .elementor-element.elementor-element-52ae04c8 > .elementor-motion-effects-container > .elementor-motion-effects-layer {
		background-color: #0F0F0F;
	}

.elementor-22035 .elementor-element.elementor-element-2a72f15d {
	--display: flex;
	--flex-direction: row;
	--container-widget-width: calc( ( 1 - var( --container-widget-flex-grow ) ) * 100% );
	--container-widget-height: 100%;
	--container-widget-flex-grow: 1;
	--container-widget-align-self: stretch;
	--flex-wrap-mobile: wrap;
	--justify-content: center;
	--align-items: center;
	--gap: 5px 5px;
	--row-gap: 5px;
	--column-gap: 5px;
	--padding-top: 10px;
	--padding-bottom: 10px;
	--padding-left: 15px;
	--padding-right: 15px;
}

.elementor-22035 .elementor-element.elementor-element-66434c93 .text-css-e {
	font-size: 14px;
	font-weight: 500;
}

.elementor-22035 .elementor-element.elementor-element-42a3bfae .icon-off .text-button, .elementor-22035 .elementor-element.elementor-element-42a3bfae .icon-on.button-inner {
	font-size: 14px;
	font-weight: 500;
	text-decoration: underline;
}

.elementor-22035 .elementor-element.elementor-element-75fed9ea {
	--display: flex;
	--flex-direction: row;
	--container-widget-width: initial;
	--container-widget-height: 100%;
	--container-widget-flex-grow: 1;
	--container-widget-align-self: stretch;
	--flex-wrap-mobile: wrap;
	--gap: 0px 0px;
	--row-gap: 0px;
	--column-gap: 0px;
	--padding-top: 016px;
	--padding-bottom: 16px;
	--padding-left: 45px;
	--padding-right: 45px;
	--z-index: 999;
}

.elementor-22035 .elementor-element.elementor-element-5975e8c8 {
	--display: flex;
	--padding-top: 0px;
	--padding-bottom: 0px;
	--padding-left: 0px;
	--padding-right: 15px;
}

.elementor-22035 .elementor-element.elementor-element-2be55adf .bzotech-navbar-nav > li > a {
	font-size: 16px;
	font-weight: 500;
	text-transform: uppercase;
	line-height: 20px;
	padding: 0px 0px 0px 0px;
	margin: 16px 30px 16px 0px;
	color: #FFFFFF;
}

	.elementor-22035 .elementor-element.elementor-element-2be55adf .bzotech-navbar-nav > li > a .indicator-icon {
		color: #FFFFFF;
	}

.elementor-22035 .elementor-element.elementor-element-652ef6c1 {
	--display: flex;
	--justify-content: center;
	--align-items: center;
	--container-widget-width: calc( ( 1 - var( --container-widget-flex-grow ) ) * 100% );
	--padding-top: 0px;
	--padding-bottom: 0px;
	--padding-left: 15px;
	--padding-right: 15px;
}

.elementor-22035 .elementor-element.elementor-element-53925422 {
	--display: flex;
	--flex-direction: row;
	--container-widget-width: calc( ( 1 - var( --container-widget-flex-grow ) ) * 100% );
	--container-widget-height: 100%;
	--container-widget-flex-grow: 1;
	--container-widget-align-self: stretch;
	--flex-wrap-mobile: wrap;
	--justify-content: flex-end;
	--align-items: center;
	--gap: 20px 20px;
	--row-gap: 20px;
	--column-gap: 20px;
	--padding-top: 0px;
	--padding-bottom: 0px;
	--padding-left: 15px;
	--padding-right: 0px;
}

.elementor-22035 .elementor-element.elementor-element-1aca1029 {
	text-align: center;
}

	.elementor-22035 .elementor-element.elementor-element-1aca1029 .icon-off .text-button, .elementor-22035 .elementor-element.elementor-element-1aca1029 .icon-on.button-inner {
		font-size: 20px;
	}

	.elementor-22035 .elementor-element.elementor-element-1aca1029 .button-inner {
		color: #FFFFFF;
	}

.elementor-22035 .elementor-element.elementor-element-6ca0771 .elementor-icon-wrapper {
	text-align: center;
}

.elementor-22035 .elementor-element.elementor-element-6ca0771.elementor-view-stacked .elementor-icon {
	background-color: #FFFFFF;
}

.elementor-22035 .elementor-element.elementor-element-6ca0771.elementor-view-framed .elementor-icon, .elementor-22035 .elementor-element.elementor-element-6ca0771.elementor-view-default .elementor-icon {
	color: #FFFFFF;
	border-color: #FFFFFF;
}

	.elementor-22035 .elementor-element.elementor-element-6ca0771.elementor-view-framed .elementor-icon, .elementor-22035 .elementor-element.elementor-element-6ca0771.elementor-view-default .elementor-icon svg {
		fill: #FFFFFF;
	}

.elementor-22035 .elementor-element.elementor-element-6ca0771 .elementor-icon {
	font-size: 20px;
}

	.elementor-22035 .elementor-element.elementor-element-6ca0771 .elementor-icon svg {
		height: 20px;
	}

.elementor-22035 .elementor-element.elementor-element-2941c536 .elbzotech-mini-cart-global .mini-cart-number {
	background-color: #FF5C00;
	width: 16px;
	height: 16px;
	font-size: 10px;
	right: -8px;
	top: -6px;
}

.elementor-22035 .elementor-element.elementor-element-2941c536 .mini-cart-link {
	justify-content: center;
	align-items: center;
	padding: 3px 0px 0px 0px;
	border-radius: 50% 50% 50% 50%;
}

	.elementor-22035 .elementor-element.elementor-element-2941c536 .mini-cart-link i {
		font-size: 20px;
		color: #FFFFFF;
	}

.elementor-22035 .elementor-element.elementor-element-2941c536 .mini-cart-number {
	justify-content: center;
	align-items: center;
}

.elementor-22035 .elementor-element.elementor-element-23deb5d9 > .elementor-widget-container {
	margin: 0px 0px 0px 0px;
}

.elementor-22035 .elementor-element.elementor-element-23deb5d9 .language-box-global > .label-e {
	align-items: center;
}

.elementor-22035 .elementor-element.elementor-element-23deb5d9 .label-e {
	color: #FFFFFF;
	padding: 10px 0px 10px 0px;
}

	.elementor-22035 .elementor-element.elementor-element-23deb5d9 .label-e .sub-color-e {
		color: #FFFFFF;
	}

@media(max-width:1366px) {
	.elementor-22035 .elementor-element.elementor-element-75fed9ea {
		--padding-top: 16px;
		--padding-bottom: 16px;
		--padding-left: 30px;
		--padding-right: 30px;
	}

	.elementor-22035 .elementor-element.elementor-element-5975e8c8 {
		--z-index: 99999;
	}

	.elementor-22035 .elementor-element.elementor-element-53925422 {
		--gap: 20px 20px;
		--row-gap: 20px;
		--column-gap: 20px;
	}
}

@media(max-width:1024px) {
	.elementor-22035 .elementor-element.elementor-element-52ae04c8 {
		--padding-top: 0px;
		--padding-bottom: 0px;
		--padding-left: 0px;
		--padding-right: 0px;
	}

	.elementor-22035 .elementor-element.elementor-element-75fed9ea {
		--padding-top: 5px;
		--padding-bottom: 5px;
		--padding-left: 15px;
		--padding-right: 15px;
	}

	.elementor-22035 .elementor-element.elementor-element-5975e8c8 {
		--padding-top: 0px;
		--padding-bottom: 0px;
		--padding-left: 0px;
		--padding-right: 15px;
	}
}

@media(max-width:767px) {
	.elementor-22035 .elementor-element.elementor-element-52ae04c8 {
		--padding-top: 0px;
		--padding-bottom: 0px;
		--padding-left: 0px;
		--padding-right: 0px;
	}

	.elementor-22035 .elementor-element.elementor-element-2a72f15d {
		--flex-wrap: wrap;
	}

	.elementor-22035 .elementor-element.elementor-element-66434c93 {
		text-align: center;
	}

	.elementor-22035 .elementor-element.elementor-element-75fed9ea {
		--padding-top: 0px;
		--padding-bottom: 0px;
		--padding-left: 15px;
		--padding-right: 15px;
	}

	.elementor-22035 .elementor-element.elementor-element-5975e8c8 {
		--width: 30%;
	}

	.elementor-22035 .elementor-element.elementor-element-652ef6c1 {
		--width: 40%;
		--padding-top: 0px;
		--padding-bottom: 0px;
		--padding-left: 0px;
		--padding-right: 0px;
	}

	.elementor-22035 .elementor-element.elementor-element-53925422 {
		--width: 30%;
		--gap: 10px 10px;
		--row-gap: 10px;
		--column-gap: 10px;
	}

	.elementor-22035 .elementor-element.elementor-element-23deb5d9 > .elementor-widget-container {
		margin: 0px 10px 0px 0px;
	}

	.elementor-22035 .elementor-element.elementor-element-23deb5d9.elementor-element {
		--order: -99999 /* order start hack */;
	}

	.elementor-22035 .elementor-element.elementor-element-23deb5d9 .label-e {
		font-size: 14px;
		padding: 5px 0px 5px 0px;
	}
}

@media(min-width:768px) {
	.elementor-22035 .elementor-element.elementor-element-75fed9ea {
		--content-width: 1290px;
	}

	.elementor-22035 .elementor-element.elementor-element-5975e8c8 {
		--width: 60%;
	}

	.elementor-22035 .elementor-element.elementor-element-652ef6c1 {
		--width: 20%;
	}

	.elementor-22035 .elementor-element.elementor-element-53925422 {
		--width: 20%;
	}
}

.elementor-22192 .elementor-element.elementor-element-6d1607cb {
	--display: flex;
	--min-height: 100vh;
	--flex-direction: column;
	--container-widget-width: 100%;
	--container-widget-height: initial;
	--container-widget-flex-grow: 0;
	--container-widget-align-self: initial;
	--flex-wrap-mobile: wrap;
	--overlay-opacity: 0.35;
	--margin-top: -87px;
	--margin-bottom: 0px;
	--margin-left: 0px;
	--margin-right: 0px;
	--padding-top: 0px;
	--padding-bottom: 0px;
	--padding-left: 0px;
	--padding-right: 0px;
}

	.elementor-22192 .elementor-element.elementor-element-6d1607cb::before, .elementor-22192 .elementor-element.elementor-element-6d1607cb > .elementor-background-video-container::before, .elementor-22192 .elementor-element.elementor-element-6d1607cb > .e-con-inner > .elementor-background-video-container::before, .elementor-22192 .elementor-element.elementor-element-6d1607cb > .elementor-background-slideshow::before, .elementor-22192 .elementor-element.elementor-element-6d1607cb > .e-con-inner > .elementor-background-slideshow::before, .elementor-22192 .elementor-element.elementor-element-6d1607cb > .elementor-motion-effects-container > .elementor-motion-effects-layer::before {
		background-color: #000000;
		--background-overlay: '';
	}

	.elementor-22192 .elementor-element.elementor-element-6d1607cb:not(.elementor-motion-effects-element-type-background), .elementor-22192 .elementor-element.elementor-element-6d1607cb > .elementor-motion-effects-container > .elementor-motion-effects-layer {
		background: url("/images/about-us.jpg") 50% 50%;
		background-size: cover;
	}

.elementor-22192 .elementor-element.elementor-element-1296e4b {
	--display: flex;
	--flex-direction: row;
	--container-widget-width: initial;
	--container-widget-height: 100%;
	--container-widget-flex-grow: 1;
	--container-widget-align-self: stretch;
	--flex-wrap-mobile: wrap;
	--gap: 30px 30px;
	--row-gap: 30px;
	--column-gap: 30px;
	--border-radius: 10px 10px 10px 10px;
	--margin-top: 0px;
	--margin-bottom: 0px;
	--margin-left: 0px;
	--margin-right: 0px;
	--padding-top: 60px;
	--padding-bottom: 60px;
	--padding-left: 0px;
	--padding-right: 0px;
}

	.elementor-22192 .elementor-element.elementor-element-1296e4b:not(.elementor-motion-effects-element-type-background), .elementor-22192 .elementor-element.elementor-element-1296e4b > .elementor-motion-effects-container > .elementor-motion-effects-layer {
		background-color: #FFFFFF66;
	}

.elementor-22192 .elementor-element.elementor-element-a86cff5 {
	--display: flex;
	--padding-top: 0px;
	--padding-bottom: 0px;
	--padding-left: 0px;
	--padding-right: 0px;
}

.elementor-22192 .elementor-element.elementor-element-0f3cab6 {
	--display: flex;
	--gap: 10px 10px;
	--row-gap: 10px;
	--column-gap: 10px;
	--padding-top: 0px;
	--padding-bottom: 0px;
	--padding-left: 0px;
	--padding-right: 20px;
}

.elementor-22192 .elementor-element.elementor-element-ebfee92 > .elementor-widget-container {
	margin: 0px 0px 0px 0px;
}

.elementor-22192 .elementor-element.elementor-element-ebfee92 {
	text-align: left;
}

	.elementor-22192 .elementor-element.elementor-element-ebfee92 .text-css-e {
		font-size: var( --e-global-typography-e4728e9-font-size );
		font-weight: var( --e-global-typography-e4728e9-font-weight );
		text-transform: var( --e-global-typography-e4728e9-text-transform );
		line-height: var( --e-global-typography-e4728e9-line-height );
	}

.elementor-22192 .elementor-element.elementor-element-bd432d2 > .elementor-widget-container {
	margin: 0px 0px 24px 0px;
}

.elementor-22192 .elementor-element.elementor-element-2cd46d6 {
	--display: flex;
	--align-items: flex-end;
	--container-widget-width: calc( ( 1 - var( --container-widget-flex-grow ) ) * 100% );
	--padding-top: 0px;
	--padding-bottom: 0px;
	--padding-left: 0px;
	--padding-right: 40px;
}

.elementor-22192 .elementor-element.elementor-element-663f7be .icon-off .text-button, .elementor-22192 .elementor-element.elementor-element-663f7be .icon-on.button-inner {
	font-weight: 600;
}

.elementor-22192 .elementor-element.elementor-element-663f7be .icon-button-el {
	font-size: 18px;
}

.elementor-22192 .elementor-element.elementor-element-5ee0482 {
	--display: flex;
	--align-items: flex-start;
	--container-widget-width: calc( ( 1 - var( --container-widget-flex-grow ) ) * 100% );
	--padding-top: 0px;
	--padding-bottom: 0px;
	--padding-left: 0px;
	--padding-right: 0px;
}

.elementor-22192 .elementor-element.elementor-element-dede41c {
	width: var( --container-widget-width, 83% );
	max-width: 83%;
	--container-widget-width: 83%;
	--container-widget-flex-grow: 0;
}

	.elementor-22192 .elementor-element.elementor-element-dede41c .adv-thumb-link img {
		width: 100%;
	}

.elementor-22192 .elementor-element.elementor-element-31f4e76 {
	--display: flex;
	--gap: 0px 0px;
	--row-gap: 0px;
	--column-gap: 0px;
	--padding-top: 0px;
	--padding-bottom: 0px;
	--padding-left: 0px;
	--padding-right: 0px;
}

.elementor-22192 .elementor-element.elementor-element-bc2a40a {
	--display: flex;
	--flex-direction: row;
	--container-widget-width: initial;
	--container-widget-height: 100%;
	--container-widget-flex-grow: 1;
	--container-widget-align-self: stretch;
	--flex-wrap-mobile: wrap;
	--gap: 20px 20px;
	--row-gap: 20px;
	--column-gap: 20px;
	--padding-top: 0px;
	--padding-bottom: 20px;
	--padding-left: 0px;
	--padding-right: 0px;
}

.elementor-22192 .elementor-element.elementor-element-274cd75 {
	--display: flex;
	--padding-top: 0px;
	--padding-bottom: 0px;
	--padding-left: 0px;
	--padding-right: 0px;
}

.elementor-22192 .elementor-element.elementor-element-19b6750 > .elementor-widget-container {
	margin: 0px 0px 0px 0px;
}

.elementor-22192 .elementor-element.elementor-element-19b6750 .text-css-e {
	font-size: var( --e-global-typography-e4728e9-font-size );
	font-weight: var( --e-global-typography-e4728e9-font-weight );
	text-transform: var( --e-global-typography-e4728e9-text-transform );
	line-height: var( --e-global-typography-e4728e9-line-height );
}

.elementor-22192 .elementor-element.elementor-element-03c4e07 {
	--display: flex;
	--justify-content: center;
	--padding-top: 0px;
	--padding-bottom: 0px;
	--padding-left: 0px;
	--padding-right: 0px;
}

.elementor-22192 .elementor-element.elementor-element-8be614e {
	--display: flex;
	--padding-top: 0px;
	--padding-bottom: 0px;
	--padding-left: 0px;
	--padding-right: 0px;
}

.elementor-22192 .elementor-element.elementor-element-44f5246 .swiper-button-next {
	right: -60px;
}

.elementor-22192 .elementor-element.elementor-element-44f5246 .swiper-button-prev {
	left: -60px;
}

.elementor-22192 .elementor-element.elementor-element-ba0027e {
	width: var( --container-widget-width, 8% );
	max-width: 8%;
	--container-widget-width: 8%;
	--container-widget-flex-grow: 0;
	bottom: 10px;
	z-index: -1;
}

body:not(.rtl) .elementor-22192 .elementor-element.elementor-element-ba0027e {
	right: 30px;
}

body.rtl .elementor-22192 .elementor-element.elementor-element-ba0027e {
	left: 30px;
}

.elementor-22192 .elementor-element.elementor-element-ba0027e img {
	opacity: 0.5;
}

.elementor-22192 .elementor-element.elementor-element-1e885f1 {
	--display: flex;
	--overflow: hidden;
	--margin-top: 0px;
	--margin-bottom: 60px;
	--margin-left: 0px;
	--margin-right: 0px;
	--padding-top: 120px;
	--padding-bottom: 120px;
	--padding-left: 0px;
	--padding-right: 0px;
}

	.elementor-22192 .elementor-element.elementor-element-1e885f1:not(.elementor-motion-effects-element-type-background), .elementor-22192 .elementor-element.elementor-element-1e885f1 > .elementor-motion-effects-container > .elementor-motion-effects-layer {
		background-color: #F8F8F8;
	}

	.elementor-22192 .elementor-element.elementor-element-1e885f1 > .elementor-shape-top svg, .elementor-22192 .elementor-element.elementor-element-1e885f1 > .e-con-inner > .elementor-shape-top svg {
		height: 60px;
	}

	.elementor-22192 .elementor-element.elementor-element-1e885f1 > .elementor-shape-bottom svg, .elementor-22192 .elementor-element.elementor-element-1e885f1 > .e-con-inner > .elementor-shape-bottom svg {
		height: 60px;
	}

.elementor-22192 .elementor-element.elementor-element-f920206 {
	--display: flex;
	--align-items: center;
	--container-widget-width: calc( ( 1 - var( --container-widget-flex-grow ) ) * 100% );
	--gap: 10px 10px;
	--row-gap: 10px;
	--column-gap: 10px;
	--margin-top: 0px;
	--margin-bottom: 30px;
	--margin-left: 0px;
	--margin-right: 0px;
	--padding-top: 0px;
	--padding-bottom: 0px;
	--padding-left: 0px;
	--padding-right: 0px;
}

.elementor-22192 .elementor-element.elementor-element-13dcc5e > .elementor-widget-container {
	margin: 0px 0px 0px 0px;
}

.elementor-22192 .elementor-element.elementor-element-13dcc5e {
	text-align: center;
}

	.elementor-22192 .elementor-element.elementor-element-13dcc5e .text-css-e {
		font-size: var( --e-global-typography-e4728e9-font-size );
		font-weight: var( --e-global-typography-e4728e9-font-weight );
		text-transform: var( --e-global-typography-e4728e9-text-transform );
		line-height: var( --e-global-typography-e4728e9-line-height );
	}

.elementor-22192 .elementor-element.elementor-element-b46be27 {
	text-align: center;
}

.elementor-22192 .elementor-element.elementor-element-bf4bd3a > .elementor-widget-container {
	margin: 0px 0px 0px 0px;
}

.elementor-22192 .elementor-element.elementor-element-bf4bd3a .swiper-button-next {
	right: -60px;
}

.elementor-22192 .elementor-element.elementor-element-bf4bd3a .swiper-button-prev {
	left: -60px;
}

.elementor-22192 .elementor-element.elementor-element-3f48638 {
	width: var( --container-widget-width, 10% );
	max-width: 10%;
	--container-widget-width: 10%;
	--container-widget-flex-grow: 0;
	bottom: 40px;
	z-index: 0;
}

body:not(.rtl) .elementor-22192 .elementor-element.elementor-element-3f48638 {
	left: -20px;
}

body.rtl .elementor-22192 .elementor-element.elementor-element-3f48638 {
	right: -20px;
}

.elementor-22192 .elementor-element.elementor-element-3f48638 img {
	opacity: 0.3;
}

.elementor-22192 .elementor-element.elementor-element-0d39fcf {
	--display: flex;
	--flex-direction: column;
	--container-widget-width: 100%;
	--container-widget-height: initial;
	--container-widget-flex-grow: 0;
	--container-widget-align-self: initial;
	--flex-wrap-mobile: wrap;
}

.elementor-22192 .elementor-element.elementor-element-85cbf13 {
	--display: flex;
	--flex-direction: row;
	--container-widget-width: initial;
	--container-widget-height: 100%;
	--container-widget-flex-grow: 1;
	--container-widget-align-self: stretch;
	--flex-wrap-mobile: wrap;
	--overflow: hidden;
	border-style: solid;
	--border-style: solid;
	border-width: 1px 1px 1px 1px;
	--border-top-width: 1px;
	--border-right-width: 1px;
	--border-bottom-width: 1px;
	--border-left-width: 1px;
	border-color: #999999;
	--border-color: #999999;
	--border-radius: 10px 10px 10px 10px;
	--margin-top: 0px;
	--margin-bottom: 60px;
	--margin-left: 0px;
	--margin-right: 0px;
	--padding-top: 0px;
	--padding-bottom: 0px;
	--padding-left: 0px;
	--padding-right: 0px;
}

.elementor-22192 .elementor-element.elementor-element-c7296ea {
	--display: flex;
	--align-items: center;
	--container-widget-width: calc( ( 1 - var( --container-widget-flex-grow ) ) * 100% );
	border-style: solid;
	--border-style: solid;
	border-width: 0px 1px 0px 0px;
	--border-top-width: 0px;
	--border-right-width: 1px;
	--border-bottom-width: 0px;
	--border-left-width: 0px;
	border-color: #999999;
	--border-color: #999999;
	--margin-top: 0px;
	--margin-bottom: 0px;
	--margin-left: 0px;
	--margin-right: 0px;
	--padding-top: 60px;
	--padding-bottom: 0px;
	--padding-left: 0px;
	--padding-right: 0px;
}

.elementor-22192 .elementor-element.elementor-element-513e702 {
	--display: flex;
	--align-items: center;
	--container-widget-width: calc( ( 1 - var( --container-widget-flex-grow ) ) * 100% );
	--gap: 10px 10px;
	--row-gap: 10px;
	--column-gap: 10px;
	--margin-top: 0px;
	--margin-bottom: 30px;
	--margin-left: 0px;
	--margin-right: 0px;
	--padding-top: 0px;
	--padding-bottom: 0px;
	--padding-left: 0px;
	--padding-right: 0px;
}

.elementor-22192 .elementor-element.elementor-element-70316bc > .elementor-widget-container {
	margin: 0px 0px 0px 0px;
}

.elementor-22192 .elementor-element.elementor-element-70316bc {
	text-align: center;
}

	.elementor-22192 .elementor-element.elementor-element-70316bc .text-css-e {
		font-size: var( --e-global-typography-e4728e9-font-size );
		font-weight: var( --e-global-typography-e4728e9-font-weight );
		text-transform: var( --e-global-typography-e4728e9-text-transform );
		line-height: var( --e-global-typography-e4728e9-line-height );
	}

.elementor-22192 .elementor-element.elementor-element-7cb3cab {
	width: var( --container-widget-width, 90% );
	max-width: 90%;
	--container-widget-width: 90%;
	--container-widget-flex-grow: 0;
	text-align: center;
}

.elementor-22192 .elementor-element.elementor-element-d0016bb {
	--display: flex;
	--padding-top: 0px;
	--padding-bottom: 0px;
	--padding-left: 0px;
	--padding-right: 0px;
}

.elementor-22192 .elementor-element.elementor-element-edbacc8 .elementor-repeater-item-89fd0b6 {
	font-size: 20px;
	line-height: 28px;
	margin: 20px 0px 20px 0px;
}

.elementor-22192 .elementor-element.elementor-element-edbacc8 .elementor-repeater-item-3bb7464 {
	font-size: 20px;
	line-height: 28px;
	margin: 20px 0px 20px 0px;
}

.elementor-22192 .elementor-element.elementor-element-edbacc8 .container-flex-e {
	border-style: solid;
	border-width: 0px 0px 1px 0px;
}

.elementor-22192 .elementor-element.elementor-element-edbacc8 .info-container-flex-e {
	gap: 20px;
}

.elementor-22192 .elementor-element.elementor-element-1152605 .elementor-repeater-item-89fd0b6 {
	font-size: 20px;
	line-height: 28px;
	margin: 20px 0px 20px 0px;
}

.elementor-22192 .elementor-element.elementor-element-1152605 .elementor-repeater-item-3bb7464 {
	font-size: 20px;
	line-height: 28px;
	margin: 20px 0px 20px 0px;
}

.elementor-22192 .elementor-element.elementor-element-1152605 .container-flex-e {
	border-style: solid;
	border-width: 0px 0px 1px 0px;
}

.elementor-22192 .elementor-element.elementor-element-1152605 .info-container-flex-e {
	gap: 20px;
}

.elementor-22192 .elementor-element.elementor-element-e7fa163 .elementor-repeater-item-89fd0b6 {
	font-size: 20px;
	line-height: 28px;
	margin: 20px 0px 20px 0px;
}

.elementor-22192 .elementor-element.elementor-element-e7fa163 .elementor-repeater-item-3bb7464 {
	font-size: 20px;
	line-height: 28px;
	margin: 20px 0px 20px 0px;
}

.elementor-22192 .elementor-element.elementor-element-e7fa163 .container-flex-e {
	border-style: solid;
	border-width: 0px 0px 1px 0px;
}

.elementor-22192 .elementor-element.elementor-element-e7fa163 .info-container-flex-e {
	gap: 20px;
}

.elementor-22192 .elementor-element.elementor-element-d9dc525 > .elementor-widget-container {
	margin: 50px 0px 0px 0px;
}

.elementor-22192 .elementor-element.elementor-element-d9dc525.elementor-element {
	--align-self: center;
}

.elementor-22192 .elementor-element.elementor-element-d9dc525 .button-inner {
	border-radius: 5px 5px 5px 5px;
}

.elementor-22192 .elementor-element.elementor-element-ef6d19a {
	--display: flex;
	border-style: solid;
	--border-style: solid;
	border-width: 1px 0px 0px 0px;
	--border-top-width: 1px;
	--border-right-width: 0px;
	--border-bottom-width: 0px;
	--border-left-width: 0px;
	border-color: #999999;
	--border-color: #999999;
	--margin-top: 70px;
	--margin-bottom: 0px;
	--margin-left: 0px;
	--margin-right: 0px;
	--padding-top: 0px;
	--padding-bottom: 0px;
	--padding-left: 15px;
	--padding-right: 15px;
}

.elementor-22192 .elementor-element.elementor-element-db4b09d > .elementor-widget-container {
	margin: 28px 0px 28px 0px;
	padding: 0px 0px 0px 0px;
}

.elementor-22192 .elementor-element.elementor-element-db4b09d .elbzotech-list-link-global {
	gap: 50px;
}

.elementor-22192 .elementor-element.elementor-element-db4b09d .item-link {
	font-weight: 600;
}

	.elementor-22192 .elementor-element.elementor-element-db4b09d .item-link.icon-position-left i {
		margin-right: 7px;
	}

.elementor-22192 .elementor-element.elementor-element-db4b09d .icon-position-left .icon-image-link {
	margin-right: 7px;
}

.elementor-22192 .elementor-element.elementor-element-db4b09d .item-link.icon-position-right i {
	margin-left: 7px;
}

.elementor-22192 .elementor-element.elementor-element-db4b09d .icon-position-right .icon-image-link {
	margin-left: 7px;
}

.elementor-22192 .elementor-element.elementor-element-c484a7e {
	--display: flex;
	--justify-content: center;
	--align-items: center;
	--container-widget-width: calc( ( 1 - var( --container-widget-flex-grow ) ) * 100% );
	--padding-top: 30px;
	--padding-bottom: 30px;
	--padding-left: 0px;
	--padding-right: 0px;
}

	.elementor-22192 .elementor-element.elementor-element-c484a7e:not(.elementor-motion-effects-element-type-background), .elementor-22192 .elementor-element.elementor-element-c484a7e > .elementor-motion-effects-container > .elementor-motion-effects-layer {
		/*background-image: url("../../2025/01/blog4.jpg");*/
		background-image: url('../../../../../images/bg01.jpeg');
		background-position: center center;
		background-repeat: no-repeat;
		background-size: cover;
	}

.elementor-22192 .elementor-element.elementor-element-3ff83d4 {
	--display: flex;
	--gap: 0px 0px;
	--row-gap: 0px;
	--column-gap: 0px;
	--overflow: hidden;
	--border-radius: 10px 10px 10px 10px;
	--margin-top: 0px;
	--margin-bottom: 60px;
	--margin-left: 0px;
	--margin-right: 0px;
	--padding-top: 150px;
	--padding-bottom: 150px;
	--padding-left: 30px;
	--padding-right: 30px;
}

	.elementor-22192 .elementor-element.elementor-element-3ff83d4:not(.elementor-motion-effects-element-type-background), .elementor-22192 .elementor-element.elementor-element-3ff83d4 > .elementor-motion-effects-container > .elementor-motion-effects-layer {
		background-color: #F8F8F8;
	}

	.elementor-22192 .elementor-element.elementor-element-3ff83d4 > .elementor-shape-top svg, .elementor-22192 .elementor-element.elementor-element-3ff83d4 > .e-con-inner > .elementor-shape-top svg {
		height: 60px;
	}

	.elementor-22192 .elementor-element.elementor-element-3ff83d4 > .elementor-shape-bottom svg, .elementor-22192 .elementor-element.elementor-element-3ff83d4 > .e-con-inner > .elementor-shape-bottom svg {
		height: 60px;
	}

.elementor-22192 .elementor-element.elementor-element-cb795ab {
	width: var( --container-widget-width, 8% );
	max-width: 8%;
	--container-widget-width: 8%;
	--container-widget-flex-grow: 0;
	top: 15px;
	z-index: 0;
}

body:not(.rtl) .elementor-22192 .elementor-element.elementor-element-cb795ab {
	left: 30px;
}

body.rtl .elementor-22192 .elementor-element.elementor-element-cb795ab {
	right: 30px;
}

.elementor-22192 .elementor-element.elementor-element-cb795ab img {
	opacity: 0.5;
}

.elementor-22192 .elementor-element.elementor-element-0eabfab {
	--display: flex;
	--align-items: center;
	--container-widget-width: calc( ( 1 - var( --container-widget-flex-grow ) ) * 100% );
	--gap: 10px 10px;
	--row-gap: 10px;
	--column-gap: 10px;
	--margin-top: 0px;
	--margin-bottom: 30px;
	--margin-left: 0px;
	--margin-right: 0px;
	--padding-top: 0px;
	--padding-bottom: 0px;
	--padding-left: 0px;
	--padding-right: 0px;
}

.elementor-22192 .elementor-element.elementor-element-fdf01f9 > .elementor-widget-container {
	margin: 0px 0px 0px 0px;
}

.elementor-22192 .elementor-element.elementor-element-fdf01f9 {
	text-align: center;
}

	.elementor-22192 .elementor-element.elementor-element-fdf01f9 .text-css-e {
		font-size: var( --e-global-typography-e4728e9-font-size );
		font-weight: var( --e-global-typography-e4728e9-font-weight );
		text-transform: var( --e-global-typography-e4728e9-text-transform );
		line-height: var( --e-global-typography-e4728e9-line-height );
	}

.elementor-22192 .elementor-element.elementor-element-ffc1e81 {
	text-align: center;
}

.elementor-22192 .elementor-element.elementor-element-0fb9561 {
	--display: flex;
	--gap: 0px 0px;
	--row-gap: 0px;
	--column-gap: 0px;
	--padding-top: 0px;
	--padding-bottom: 0px;
	--padding-left: 0px;
	--padding-right: 0px;
}

.elementor-22192 .elementor-element.elementor-element-3604378 .item-title a {
	font-weight: 700;
}

.elementor-22192 .elementor-element.elementor-element-c7ef7a1 {
	width: var( --container-widget-width, 8% );
	max-width: 8%;
	--container-widget-width: 8%;
	--container-widget-flex-grow: 0;
	bottom: 30px;
	z-index: 0;
}

body:not(.rtl) .elementor-22192 .elementor-element.elementor-element-c7ef7a1 {
	right: 30px;
}

body.rtl .elementor-22192 .elementor-element.elementor-element-c7ef7a1 {
	left: 30px;
}

.elementor-22192 .elementor-element.elementor-element-c7ef7a1 img {
	opacity: 0.5;
}

.elementor-22192 .elementor-element.elementor-element-5230233 {
	--display: flex;
	--margin-top: 0px;
	--margin-bottom: 60px;
	--margin-left: 0px;
	--margin-right: 0px;
	--padding-top: 0px;
	--padding-bottom: 0px;
	--padding-left: 0px;
	--padding-right: 0px;
}

.elementor-22192 .elementor-element.elementor-element-9f71466 {
	--display: flex;
	--align-items: center;
	--container-widget-width: calc( ( 1 - var( --container-widget-flex-grow ) ) * 100% );
	--gap: 10px 10px;
	--row-gap: 10px;
	--column-gap: 10px;
	--margin-top: 0px;
	--margin-bottom: 30px;
	--margin-left: 0px;
	--margin-right: 0px;
	--padding-top: 0px;
	--padding-bottom: 0px;
	--padding-left: 0px;
	--padding-right: 0px;
}

.elementor-22192 .elementor-element.elementor-element-1bc39da > .elementor-widget-container {
	margin: 0px 0px 0px 0px;
}

.elementor-22192 .elementor-element.elementor-element-1bc39da {
	text-align: center;
}

	.elementor-22192 .elementor-element.elementor-element-1bc39da .text-css-e {
		font-size: var( --e-global-typography-e4728e9-font-size );
		font-weight: var( --e-global-typography-e4728e9-font-weight );
		text-transform: var( --e-global-typography-e4728e9-text-transform );
		line-height: var( --e-global-typography-e4728e9-line-height );
	}

.elementor-22192 .elementor-element.elementor-element-47dbd98 {
	text-align: center;
}

.elementor-22192 .elementor-element.elementor-element-29bc42e .swiper-button-next {
	right: -60px;
}

.elementor-22192 .elementor-element.elementor-element-29bc42e .swiper-button-prev {
	left: -60px;
}

.elementor-22192 .elementor-element.elementor-element-3eb58637 {
	--display: flex;
	--flex-direction: row;
	--container-widget-width: initial;
	--container-widget-height: 100%;
	--container-widget-flex-grow: 1;
	--container-widget-align-self: stretch;
	--flex-wrap-mobile: wrap;
	--gap: 0px 0px;
	--row-gap: 0px;
	--column-gap: 0px;
	--padding-top: 0px;
	--padding-bottom: 0px;
	--padding-left: 0px;
	--padding-right: 0px;
}

.elementor-22192 .elementor-element.elementor-element-2b416174 .content-popup-mailchimp {
	max-width: 860px;
}

.elementor-22192 .elementor-element.elementor-element-1a3e537 {
	--display: flex;
	--margin-top: 0px;
	--margin-bottom: 60px;
	--margin-left: 0px;
	--margin-right: 0px;
	--padding-top: 0px;
	--padding-bottom: 0px;
	--padding-left: 0px;
	--padding-right: 0px;
}

.elementor-22192 .elementor-element.elementor-element-beea0c5 {
	--display: flex;
	--align-items: center;
	--container-widget-width: calc( ( 1 - var( --container-widget-flex-grow ) ) * 100% );
	--gap: 10px 10px;
	--row-gap: 10px;
	--column-gap: 10px;
	--margin-top: 0px;
	--margin-bottom: 30px;
	--margin-left: 0px;
	--margin-right: 0px;
	--padding-top: 0px;
	--padding-bottom: 0px;
	--padding-left: 0px;
	--padding-right: 0px;
}

.elementor-22192 .elementor-element.elementor-element-1d61817 > .elementor-widget-container {
	margin: 0px 0px 0px 0px;
}

.elementor-22192 .elementor-element.elementor-element-1d61817 {
	text-align: center;
}

	.elementor-22192 .elementor-element.elementor-element-1d61817 .text-css-e {
		font-size: var( --e-global-typography-e4728e9-font-size );
		font-weight: var( --e-global-typography-e4728e9-font-weight );
		text-transform: var( --e-global-typography-e4728e9-text-transform );
		line-height: var( --e-global-typography-e4728e9-line-height );
	}

.elementor-22192 .elementor-element.elementor-element-6f99929 .wslider-item {
	padding: 30px 50px 30px 50px;
	border-style: solid;
	border-width: 1px 1px 1px 1px;
	border-color: #999999;
	border-radius: 10px 10px 10px 10px;
}

.elementor-22192 .elementor-element.elementor-element-6f99929 .swiper-button-next {
	right: -60px;
}

.elementor-22192 .elementor-element.elementor-element-6f99929 .swiper-button-prev {
	left: -60px;
}

.elementor-22192 .elementor-element.elementor-element-0c0db1b {
	--display: flex;
	--margin-top: 0px;
	--margin-bottom: 0px;
	--margin-left: 0px;
	--margin-right: 0px;
	--padding-top: 0px;
	--padding-bottom: 60px;
	--padding-left: 0px;
	--padding-right: 0px;
}

.elementor-22192 .elementor-element.elementor-element-275fb3a {
	--display: flex;
	--flex-direction: column;
	--container-widget-width: calc( ( 1 - var( --container-widget-flex-grow ) ) * 100% );
	--container-widget-height: initial;
	--container-widget-flex-grow: 0;
	--container-widget-align-self: initial;
	--flex-wrap-mobile: wrap;
	--align-items: center;
	--gap: 10px 10px;
	--row-gap: 10px;
	--column-gap: 10px;
	--margin-top: 0px;
	--margin-bottom: 30px;
	--margin-left: 0px;
	--margin-right: 0px;
	--padding-top: 0px;
	--padding-bottom: 0px;
	--padding-left: 0px;
	--padding-right: 0px;
}

.elementor-22192 .elementor-element.elementor-element-fded15a > .elementor-widget-container {
	margin: 0px 0px 0px 0px;
}

.elementor-22192 .elementor-element.elementor-element-fded15a {
	text-align: center;
}

	.elementor-22192 .elementor-element.elementor-element-fded15a .text-css-e {
		font-size: var( --e-global-typography-e4728e9-font-size );
		font-weight: var( --e-global-typography-e4728e9-font-weight );
		text-transform: var( --e-global-typography-e4728e9-text-transform );
		line-height: var( --e-global-typography-e4728e9-line-height );
	}

.elementor-22192 .elementor-element.elementor-element-af77bee {
	width: var( --container-widget-width, 60% );
	max-width: 60%;
	--container-widget-width: 60%;
	--container-widget-flex-grow: 0;
	text-align: center;
}

@media(min-width:768px) {
	.elementor-22192 .elementor-element.elementor-element-1296e4b {
		--content-width: 1290px;
	}

	.elementor-22192 .elementor-element.elementor-element-a86cff5 {
		--width: 38%;
	}

	.elementor-22192 .elementor-element.elementor-element-31f4e76 {
		--width: 62%;
	}

	.elementor-22192 .elementor-element.elementor-element-274cd75 {
		--width: 35%;
	}

	.elementor-22192 .elementor-element.elementor-element-03c4e07 {
		--width: 65%;
	}

	.elementor-22192 .elementor-element.elementor-element-1e885f1 {
		--content-width: 1290px;
	}

	.elementor-22192 .elementor-element.elementor-element-0d39fcf {
		--content-width: 1290px;
	}

	.elementor-22192 .elementor-element.elementor-element-c7296ea {
		--width: 50%;
	}

	.elementor-22192 .elementor-element.elementor-element-d0016bb {
		--width: 65%;
	}

	.elementor-22192 .elementor-element.elementor-element-c484a7e {
		--width: 50%;
	}

	.elementor-22192 .elementor-element.elementor-element-3ff83d4 {
		--content-width: 1290px;
	}

	.elementor-22192 .elementor-element.elementor-element-5230233 {
		--content-width: 1290px;
	}

	.elementor-22192 .elementor-element.elementor-element-3eb58637 {
		--content-width: 1290px;
	}

	.elementor-22192 .elementor-element.elementor-element-1a3e537 {
		--content-width: 1290px;
	}

	.elementor-22192 .elementor-element.elementor-element-0c0db1b {
		--content-width: 1290px;
	}
}

@media(max-width:1366px) and (min-width:768px) {
	.elementor-22192 .elementor-element.elementor-element-a86cff5 {
		--width: 30%;
	}

	.elementor-22192 .elementor-element.elementor-element-31f4e76 {
		--width: 70%;
	}

	.elementor-22192 .elementor-element.elementor-element-274cd75 {
		--width: 50%;
	}

	.elementor-22192 .elementor-element.elementor-element-03c4e07 {
		--width: 50%;
	}

	.elementor-22192 .elementor-element.elementor-element-d0016bb {
		--width: 80%;
	}
}

@media(max-width:1024px) and (min-width:768px) {
	.elementor-22192 .elementor-element.elementor-element-a86cff5 {
		--width: 100%;
	}

	.elementor-22192 .elementor-element.elementor-element-31f4e76 {
		--width: 100%;
	}

	.elementor-22192 .elementor-element.elementor-element-d0016bb {
		--width: 90%;
	}
}

@media(max-width:1366px) {
	.elementor-22192 .elementor-element.elementor-element-6d1607cb {
		--min-height: 720px;
	}

	.elementor-22192 .elementor-element.elementor-element-ebfee92 .text-css-e {
		font-size: var( --e-global-typography-e4728e9-font-size );
		line-height: var( --e-global-typography-e4728e9-line-height );
	}

	.elementor-22192 .elementor-element.elementor-element-19b6750 .text-css-e {
		font-size: var( --e-global-typography-e4728e9-font-size );
		line-height: var( --e-global-typography-e4728e9-line-height );
	}

	.elementor-22192 .elementor-element.elementor-element-ba0027e {
		width: var( --container-widget-width, 13% );
		max-width: 13%;
		--container-widget-width: 13%;
		--container-widget-flex-grow: 0;
	}

	.elementor-22192 .elementor-element.elementor-element-13dcc5e .text-css-e {
		font-size: var( --e-global-typography-e4728e9-font-size );
		line-height: var( --e-global-typography-e4728e9-line-height );
	}

	.elementor-22192 .elementor-element.elementor-element-bf4bd3a > .elementor-widget-container {
		margin: 0px 0px 0px 0px;
	}

	.elementor-22192 .elementor-element.elementor-element-70316bc .text-css-e {
		font-size: var( --e-global-typography-e4728e9-font-size );
		line-height: var( --e-global-typography-e4728e9-line-height );
	}

	.elementor-22192 .elementor-element.elementor-element-cb795ab {
		width: var( --container-widget-width, 13% );
		max-width: 13%;
		--container-widget-width: 13%;
		--container-widget-flex-grow: 0;
	}

	.elementor-22192 .elementor-element.elementor-element-fdf01f9 .text-css-e {
		font-size: var( --e-global-typography-e4728e9-font-size );
		line-height: var( --e-global-typography-e4728e9-line-height );
	}

	.elementor-22192 .elementor-element.elementor-element-c7ef7a1 {
		width: var( --container-widget-width, 13% );
		max-width: 13%;
		--container-widget-width: 13%;
		--container-widget-flex-grow: 0;
	}

	.elementor-22192 .elementor-element.elementor-element-1bc39da .text-css-e {
		font-size: var( --e-global-typography-e4728e9-font-size );
		line-height: var( --e-global-typography-e4728e9-line-height );
	}

	.elementor-22192 .elementor-element.elementor-element-1d61817 .text-css-e {
		font-size: var( --e-global-typography-e4728e9-font-size );
		line-height: var( --e-global-typography-e4728e9-line-height );
	}

	.elementor-22192 .elementor-element.elementor-element-6f99929 .wslider-item {
		padding: 30px 30px 30px 30px;
	}

	.elementor-22192 .elementor-element.elementor-element-fded15a .text-css-e {
		font-size: var( --e-global-typography-e4728e9-font-size );
		line-height: var( --e-global-typography-e4728e9-line-height );
	}
}

@media(max-width:1024px) {
	.elementor-22192 .elementor-element.elementor-element-6d1607cb {
		--min-height: 600px;
	}

	.elementor-22192 .elementor-element.elementor-element-1296e4b {
		--flex-direction: column;
		--container-widget-width: 100%;
		--container-widget-height: initial;
		--container-widget-flex-grow: 0;
		--container-widget-align-self: initial;
		--flex-wrap-mobile: wrap;
		--padding-top: 50px;
		--padding-bottom: 50px;
		--padding-left: 15px;
		--padding-right: 15px;
	}

	.elementor-22192 .elementor-element.elementor-element-ebfee92 .text-css-e {
		font-size: var( --e-global-typography-e4728e9-font-size );
		line-height: var( --e-global-typography-e4728e9-line-height );
	}

	.elementor-22192 .elementor-element.elementor-element-2cd46d6 {
		--align-items: flex-start;
		--container-widget-width: calc( ( 1 - var( --container-widget-flex-grow ) ) * 100% );
	}

	.elementor-22192 .elementor-element.elementor-element-dede41c {
		width: var( --container-widget-width, 60% );
		max-width: 60%;
		--container-widget-width: 60%;
		--container-widget-flex-grow: 0;
	}

		.elementor-22192 .elementor-element.elementor-element-dede41c > .elementor-widget-container {
			margin: 10px 0px 0px 0px;
		}

	.elementor-22192 .elementor-element.elementor-element-19b6750 .text-css-e {
		font-size: var( --e-global-typography-e4728e9-font-size );
		line-height: var( --e-global-typography-e4728e9-line-height );
	}

	.elementor-22192 .elementor-element.elementor-element-8be614e {
		--margin-top: 0px;
		--margin-bottom: 0px;
		--margin-left: 10px;
		--margin-right: 0px;
	}

	.elementor-22192 .elementor-element.elementor-element-1e885f1 > .elementor-shape-top svg, .elementor-22192 .elementor-element.elementor-element-1e885f1 > .e-con-inner > .elementor-shape-top svg {
		height: 40px;
	}

	.elementor-22192 .elementor-element.elementor-element-1e885f1 > .elementor-shape-bottom svg, .elementor-22192 .elementor-element.elementor-element-1e885f1 > .e-con-inner > .elementor-shape-bottom svg {
		height: 40px;
	}

	.elementor-22192 .elementor-element.elementor-element-1e885f1 {
		--padding-top: 100px;
		--padding-bottom: 100px;
		--padding-left: 15px;
		--padding-right: 15px;
	}

	.elementor-22192 .elementor-element.elementor-element-13dcc5e .text-css-e {
		font-size: var( --e-global-typography-e4728e9-font-size );
		line-height: var( --e-global-typography-e4728e9-line-height );
	}

	.elementor-22192 .elementor-element.elementor-element-0d39fcf {
		--padding-top: 30px;
		--padding-bottom: 30px;
		--padding-left: 15px;
		--padding-right: 15px;
	}

	.elementor-22192 .elementor-element.elementor-element-70316bc .text-css-e {
		font-size: var( --e-global-typography-e4728e9-font-size );
		line-height: var( --e-global-typography-e4728e9-line-height );
	}

	.elementor-22192 .elementor-element.elementor-element-3ff83d4 > .elementor-shape-top svg, .elementor-22192 .elementor-element.elementor-element-3ff83d4 > .e-con-inner > .elementor-shape-top svg {
		height: 40px;
	}

	.elementor-22192 .elementor-element.elementor-element-3ff83d4 > .elementor-shape-bottom svg, .elementor-22192 .elementor-element.elementor-element-3ff83d4 > .e-con-inner > .elementor-shape-bottom svg {
		height: 40px;
	}

	.elementor-22192 .elementor-element.elementor-element-3ff83d4 {
		--padding-top: 100px;
		--padding-bottom: 100px;
		--padding-left: 30px;
		--padding-right: 30px;
	}

	.elementor-22192 .elementor-element.elementor-element-fdf01f9 .text-css-e {
		font-size: var( --e-global-typography-e4728e9-font-size );
		line-height: var( --e-global-typography-e4728e9-line-height );
	}

	.elementor-22192 .elementor-element.elementor-element-5230233 {
		--padding-top: 0px;
		--padding-bottom: 0px;
		--padding-left: 15px;
		--padding-right: 15px;
	}

	.elementor-22192 .elementor-element.elementor-element-1bc39da .text-css-e {
		font-size: var( --e-global-typography-e4728e9-font-size );
		line-height: var( --e-global-typography-e4728e9-line-height );
	}

	.elementor-22192 .elementor-element.elementor-element-1a3e537 {
		--padding-top: 0px;
		--padding-bottom: 0px;
		--padding-left: 15px;
		--padding-right: 15px;
	}

	.elementor-22192 .elementor-element.elementor-element-1d61817 .text-css-e {
		font-size: var( --e-global-typography-e4728e9-font-size );
		line-height: var( --e-global-typography-e4728e9-line-height );
	}

	.elementor-22192 .elementor-element.elementor-element-0c0db1b {
		--padding-top: 0px;
		--padding-bottom: 50px;
		--padding-left: 15px;
		--padding-right: 15px;
	}

	.elementor-22192 .elementor-element.elementor-element-fded15a .text-css-e {
		font-size: var( --e-global-typography-e4728e9-font-size );
		line-height: var( --e-global-typography-e4728e9-line-height );
	}
}

@media(max-width:767px) {
	.elementor-22192 .elementor-element.elementor-element-6d1607cb {
		--min-height: 360px;
	}

	.elementor-22192 .elementor-element.elementor-element-a86cff5 {
		--margin-top: 0px;
		--margin-bottom: 0px;
		--margin-left: 0px;
		--margin-right: 0px;
	}

		.elementor-22192 .elementor-element.elementor-element-a86cff5.e-con {
			--order: -99999 /* order start hack */;
		}

	.elementor-22192 .elementor-element.elementor-element-0f3cab6 {
		--align-items: center;
		--container-widget-width: calc( ( 1 - var( --container-widget-flex-grow ) ) * 100% );
		--padding-top: 0px;
		--padding-bottom: 0px;
		--padding-left: 0px;
		--padding-right: 0px;
	}

	.elementor-22192 .elementor-element.elementor-element-ebfee92 .text-css-e {
		font-size: var( --e-global-typography-e4728e9-font-size );
		line-height: var( --e-global-typography-e4728e9-line-height );
	}

	.elementor-22192 .elementor-element.elementor-element-bd432d2 {
		text-align: center;
	}

	.elementor-22192 .elementor-element.elementor-element-2cd46d6 {
		--align-items: center;
		--container-widget-width: calc( ( 1 - var( --container-widget-flex-grow ) ) * 100% );
		--margin-top: 0px;
		--margin-bottom: 0px;
		--margin-left: 0px;
		--margin-right: 0px;
		--padding-top: 0px;
		--padding-bottom: 0px;
		--padding-left: 0px;
		--padding-right: 0px;
	}

	.elementor-22192 .elementor-element.elementor-element-5ee0482 {
		--align-items: center;
		--container-widget-width: calc( ( 1 - var( --container-widget-flex-grow ) ) * 100% );
	}

	.elementor-22192 .elementor-element.elementor-element-dede41c {
		--container-widget-width: 80%;
		--container-widget-flex-grow: 0;
		width: var( --container-widget-width, 80% );
		max-width: 80%;
	}

	.elementor-22192 .elementor-element.elementor-element-bc2a40a {
		--gap: 10px 10px;
		--row-gap: 10px;
		--column-gap: 10px;
	}

	.elementor-22192 .elementor-element.elementor-element-274cd75 {
		--margin-top: 0px;
		--margin-bottom: 0px;
		--margin-left: 0px;
		--margin-right: 0px;
	}

	.elementor-22192 .elementor-element.elementor-element-19b6750 {
		text-align: center;
	}

		.elementor-22192 .elementor-element.elementor-element-19b6750 .text-css-e {
			font-size: var( --e-global-typography-e4728e9-font-size );
			line-height: var( --e-global-typography-e4728e9-line-height );
		}

	.elementor-22192 .elementor-element.elementor-element-fc02a7c {
		text-align: center;
	}

	.elementor-22192 .elementor-element.elementor-element-8be614e {
		--margin-top: 0px;
		--margin-bottom: 0px;
		--margin-left: 10px;
		--margin-right: 0px;
	}

	.elementor-22192 .elementor-element.elementor-element-44f5246 > .elementor-widget-container {
		margin: 0px 0px 0px 0px;
		padding: 0px 0px 0px 0px;
	}

	.elementor-22192 .elementor-element.elementor-element-1e885f1 {
		--padding-top: 80px;
		--padding-bottom: 80px;
		--padding-left: 15px;
		--padding-right: 15px;
	}

	.elementor-22192 .elementor-element.elementor-element-13dcc5e .text-css-e {
		font-size: var( --e-global-typography-e4728e9-font-size );
		line-height: var( --e-global-typography-e4728e9-line-height );
	}

	.elementor-22192 .elementor-element.elementor-element-c7296ea {
		border-width: 0px 0px 0px 0px;
		--border-top-width: 0px;
		--border-right-width: 0px;
		--border-bottom-width: 0px;
		--border-left-width: 0px;
	}

	.elementor-22192 .elementor-element.elementor-element-70316bc .text-css-e {
		font-size: var( --e-global-typography-e4728e9-font-size );
		line-height: var( --e-global-typography-e4728e9-line-height );
	}

	.elementor-22192 .elementor-element.elementor-element-d0016bb {
		--width: 100%;
		--padding-top: 0px;
		--padding-bottom: 0px;
		--padding-left: 30px;
		--padding-right: 30px;
	}

	.elementor-22192 .elementor-element.elementor-element-edbacc8 .elementor-repeater-item-89fd0b6 {
		font-size: 16px;
	}

	.elementor-22192 .elementor-element.elementor-element-edbacc8 .elementor-repeater-item-3bb7464 {
		font-size: 16px;
	}

	.elementor-22192 .elementor-element.elementor-element-edbacc8 .info-container-flex-e {
		gap: 10px;
	}

	.elementor-22192 .elementor-element.elementor-element-1152605 .elementor-repeater-item-89fd0b6 {
		font-size: 16px;
	}

	.elementor-22192 .elementor-element.elementor-element-1152605 .elementor-repeater-item-3bb7464 {
		font-size: 16px;
	}

	.elementor-22192 .elementor-element.elementor-element-1152605 .info-container-flex-e {
		gap: 10px;
	}

	.elementor-22192 .elementor-element.elementor-element-e7fa163 .elementor-repeater-item-89fd0b6 {
		font-size: 16px;
	}

	.elementor-22192 .elementor-element.elementor-element-e7fa163 .elementor-repeater-item-3bb7464 {
		font-size: 16px;
	}

	.elementor-22192 .elementor-element.elementor-element-e7fa163 .info-container-flex-e {
		gap: 10px;
	}

	.elementor-22192 .elementor-element.elementor-element-c484a7e {
		--min-height: 300px;
	}

	.elementor-22192 .elementor-element.elementor-element-3ff83d4 {
		--padding-top: 80px;
		--padding-bottom: 80px;
		--padding-left: 10px;
		--padding-right: 10px;
	}

	.elementor-22192 .elementor-element.elementor-element-fdf01f9 .text-css-e {
		font-size: var( --e-global-typography-e4728e9-font-size );
		line-height: var( --e-global-typography-e4728e9-line-height );
	}

	.elementor-22192 .elementor-element.elementor-element-1bc39da .text-css-e {
		font-size: var( --e-global-typography-e4728e9-font-size );
		line-height: var( --e-global-typography-e4728e9-line-height );
	}

	.elementor-22192 .elementor-element.elementor-element-29bc42e > .elementor-widget-container {
		padding: 0px 0px 0px 0px;
	}

	.elementor-22192 .elementor-element.elementor-element-1d61817 .text-css-e {
		font-size: var( --e-global-typography-e4728e9-font-size );
		line-height: var( --e-global-typography-e4728e9-line-height );
	}

	.elementor-22192 .elementor-element.elementor-element-3fee953 {
		text-align: center;
	}

	.elementor-22192 .elementor-element.elementor-element-fded15a .text-css-e {
		font-size: var( --e-global-typography-e4728e9-font-size );
		line-height: var( --e-global-typography-e4728e9-line-height );
	}

	.elementor-22192 .elementor-element.elementor-element-af77bee {
		--container-widget-width: 100%;
		--container-widget-flex-grow: 0;
		width: var( --container-widget-width, 100% );
		max-width: 100%;
	}
}

.elementor-kit-22242 {
	--e-global-color-primary: #FF8C22;
	--e-global-color-secondary: #454545;
	--e-global-color-text: #727272;
	--e-global-color-accent: #61CE70;
	--e-global-color-43e154f: #FF90BD;
	--e-global-color-a1a05ae: #70BBFF;
	--e-global-typography-primary-font-family: "Manrope";
	--e-global-typography-primary-font-weight: 600;
	--e-global-typography-secondary-font-family: "Manrope";
	--e-global-typography-secondary-font-weight: 400;
	--e-global-typography-text-font-family: "Manrope";
	--e-global-typography-text-font-weight: 400;
	--e-global-typography-accent-font-family: "Manrope";
	--e-global-typography-accent-font-weight: 500;
	--e-global-typography-e4728e9-font-size: 34px;
	--e-global-typography-e4728e9-font-weight: 700;
	--e-global-typography-e4728e9-text-transform: uppercase;
	--e-global-typography-e4728e9-line-height: 1.4em;
}

.elementor-section.elementor-section-boxed > .elementor-container {
	max-width: 1470px;
}

.e-con {
	--container-max-width: 1470px;
}

.elementor-widget:not(:last-child) {
	margin-block-end: 0px;
}

.elementor-element {
	--widgets-spacing: 0px 0px;
	--widgets-spacing-row: 0px;
	--widgets-spacing-column: 0px;
}



h1.entry-title {
	display: var(--page-title-display);
}

@media(max-width:1366px) {
	.elementor-kit-22242 {
		--e-global-typography-e4728e9-font-size: 30px;
	}
}

@media(max-width:1024px) {
	.elementor-kit-22242 {
		--e-global-typography-e4728e9-font-size: 28px;
	}

	.elementor-section.elementor-section-boxed > .elementor-container {
		max-width: 1024px;
	}

	.e-con {
		--container-max-width: 1024px;
	}
}

@media(max-width:767px) {
	.elementor-kit-22242 {
		--e-global-typography-e4728e9-font-size: 24px;
		--e-global-typography-e4728e9-line-height: 1.2em;
	}

	.elementor-section.elementor-section-boxed > .elementor-container {
		max-width: 767px;
	}

	.e-con {
		--container-max-width: 767px;
	}
}


/**
* Template Name: Sailor
* Template URL: https://bootstrapmade.com/sailor-free-bootstrap-theme/
* Updated: Aug 07 2024 with Bootstrap v5.3.3
* Author: BootstrapMade.com
* License: https://bootstrapmade.com/license/
*/

/*--------------------------------------------------------------
# Font & Color Variables
# Help: https://bootstrapmade.com/color-system/
--------------------------------------------------------------*/
/* Fonts */
:root {
	--default-font: "Roboto", system-ui, -apple-system, "Segoe UI", Roboto, "Helvetica Neue", Arial, "Noto Sans", "Liberation Sans", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
	--heading-font: "Raleway", sans-serif;
	--nav-font: "Poppins", sans-serif;
}

/* Global Colors - The following color variables are used throughout the website. Updating them here will change the color scheme of the entire website */
:root {
	--background-color: #ffffff; /* Background color for the entire website, including individual sections */
	--default-color: #444444; /* Default color used for the majority of the text content across the entire website */
	--heading-color: #556270; /* Color for headings, subheadings and title throughout the website */
	--accent-color: #118cb1; /* Accent color that represents your brand on the website. It's used for buttons, links, and other elements that need to stand out */
	--surface-color: #ffffff; /* The surface color is used as a background of boxed elements within sections, such as cards, icon boxes, or other elements that require a visual separation from the global background. */
	--contrast-color: #ffffff; /* Contrast color for text, ensuring readability against backgrounds of accent, heading, or default colors. */
}

/* Nav Menu Colors - The following color variables are used specifically for the navigation menu. They are separate from the global colors to allow for more customization options */
:root {
	--nav-color: #556270; /* The default color of the main navmenu links */
	--nav-hover-color: #118cb1; /* Applied to main navmenu links when they are hovered over or active */
	--nav-mobile-background-color: #ffffff; /* Used as the background color for mobile navigation menu */
	--nav-dropdown-background-color: #ffffff; /* Used as the background color for dropdown items that appear when hovering over primary navigation items */
	--nav-dropdown-color: #556270; /* Used for navigation links of the dropdown items in the navigation menu. */
	--nav-dropdown-hover-color: #d9232d; /* Similar to --nav-hover-color, this color is applied to dropdown navigation links when they are hovered over. */
}

/* Color Presets - These classes override global colors when applied to any section or element, providing reuse of the sam color scheme. */

.light-background {
	--background-color: #f2f4f6;
	--surface-color: #ffffff;
}

.dark-background {
	--background-color: #3b4654;
	--default-color: #ffffff;
	--heading-color: #ffffff;
	--surface-color: #444e5b;
	--contrast-color: #ffffff;
}

/* Smooth scroll */
:root {
	scroll-behavior: smooth;
}

/*--------------------------------------------------------------
# General Styling & Shared Classes
--------------------------------------------------------------*/
body {
	/* color: var(--default-color);
  background-color: var(--background-color);
  font-family: var(--default-font);*/
}

a {
	/*  color: var(--accent-color);
  text-decoration: none;
  transition: 0.3s;*/
}

	a:hover {
		/* color: color-mix(in srgb, var(--accent-color), transparent 25%);
  text-decoration: none;*/
	}

h1,
h2,
h3,
h4,
h5,
h6 {
	/*  color: var(--heading-color);
  font-family: var(--heading-font);*/
}

/* PHP Email Form Messages
------------------------------*/
.php-email-form .error-message {
	display: none;
	background: #df1529;
	color: #ffffff;
	text-align: left;
	padding: 15px;
	margin-bottom: 24px;
	font-weight: 600;
}

.php-email-form .sent-message {
	display: none;
	color: #ffffff;
	background: #059652;
	text-align: center;
	padding: 15px;
	margin-bottom: 24px;
	font-weight: 600;
}

.php-email-form .loading {
	display: none;
	background: var(--surface-color);
	text-align: center;
	padding: 15px;
	margin-bottom: 24px;
}

	.php-email-form .loading:before {
		content: "";
		display: inline-block;
		border-radius: 50%;
		width: 24px;
		height: 24px;
		margin: 0 10px -6px 0;
		border: 3px solid var(--accent-color);
		border-top-color: var(--surface-color);
		animation: php-email-form-loading 1s linear infinite;
	}

@keyframes php-email-form-loading {
	0% {
		transform: rotate(0deg);
	}

	100% {
		transform: rotate(360deg);
	}
}

/*--------------------------------------------------------------
# Global Header
--------------------------------------------------------------*/
.header {
	color: var(--default-color);
	background-color: var(--background-color);
	padding: 15px 0;
	transition: all 0.5s;
	z-index: 997;
}

	.header .logo {
		line-height: 1;
	}

		.header .logo img {
			max-height: 36px;
			margin-right: 8px;
		}

		.header .logo h1 {
			font-size: 28px;
			margin: 0;
			font-weight: 700;
			color: var(--heading-color);
			text-transform: uppercase;
		}

	.header .btn-getstarted,
	.header .btn-getstarted:focus {
		color: var(--contrast-color);
		background: var(--accent-color);
		font-size: 14px;
		padding: 8px 25px;
		margin: 0 0 0 30px;
		border-radius: 4px;
		transition: 0.3s;
	}

		.header .btn-getstarted:hover,
		.header .btn-getstarted:focus:hover {
			color: var(--contrast-color);
			background: color-mix(in srgb, var(--accent-color), transparent 15%);
		}

@media (max-width: 1200px) {
	.header .logo {
		order: 1;
	}

	.header .btn-getstarted {
		order: 2;
		margin: 0 15px 0 0;
		padding: 6px 15px;
	}

	.header .navmenu {
		order: 3;
	}
}

.scrolled .header {
	box-shadow: 0px 0 18px rgba(0, 0, 0, 0.1);
}

/*--------------------------------------------------------------
# Navigation Menu
--------------------------------------------------------------*/
/* Navmenu - Desktop */
@media (min-width: 1200px) {
	.navmenu {
		padding: 0;
	}

		.navmenu ul {
			margin: 0;
			padding: 0;
			display: flex;
			list-style: none;
			align-items: center;
		}

		.navmenu li {
			position: relative;
		}

		.navmenu a,
		.navmenu a:focus {
			color: var(--nav-color);
			padding: 18px 15px;
			font-size: 15px;
			font-family: var(--nav-font);
			font-weight: 400;
			display: flex;
			align-items: center;
			justify-content: space-between;
			white-space: nowrap;
			transition: 0.3s;
		}

			.navmenu a i,
			.navmenu a:focus i {
				font-size: 12px;
				line-height: 0;
				margin-left: 5px;
				transition: 0.3s;
			}

		.navmenu li:last-child a {
			padding-right: 0;
		}

		.navmenu li:hover > a,
		.navmenu .active,
		.navmenu .active:focus {
			color: var(--nav-hover-color);
		}

		.navmenu .dropdown ul {
			margin: 0;
			padding: 10px 0;
			background: var(--nav-dropdown-background-color);
			display: block;
			position: absolute;
			visibility: hidden;
			left: 14px;
			top: 130%;
			opacity: 0;
			transition: 0.3s;
			border-radius: 4px;
			z-index: 99;
			box-shadow: 0px 0px 30px rgba(0, 0, 0, 0.1);
		}

			.navmenu .dropdown ul li {
				min-width: 200px;
			}

			.navmenu .dropdown ul a {
				padding: 10px 20px;
				font-size: 15px;
				text-transform: none;
				color: var(--nav-dropdown-color);
			}

				.navmenu .dropdown ul a i {
					font-size: 12px;
				}

				.navmenu .dropdown ul a:hover,
				.navmenu .dropdown ul .active:hover,
				.navmenu .dropdown ul li:hover > a {
					color: var(--nav-dropdown-hover-color);
				}

		.navmenu .dropdown:hover > ul {
			opacity: 1;
			top: 100%;
			visibility: visible;
		}

		.navmenu .dropdown .dropdown ul {
			top: 0;
			left: -90%;
			visibility: hidden;
		}

		.navmenu .dropdown .dropdown:hover > ul {
			opacity: 1;
			top: 0;
			left: -100%;
			visibility: visible;
		}
}

/* Navmenu - Mobile */
@media (max-width: 1199px) {
	.mobile-nav-toggle {
		color: var(--nav-color);
		font-size: 28px;
		line-height: 0;
		margin-right: 10px;
		cursor: pointer;
		transition: color 0.3s;
	}

	.navmenu {
		padding: 0;
		z-index: 9997;
	}

		.navmenu ul {
			display: none;
			list-style: none;
			position: absolute;
			inset: 60px 20px 20px 20px;
			padding: 10px 0;
			margin: 0;
			border-radius: 6px;
			background-color: var(--nav-mobile-background-color);
			overflow-y: auto;
			transition: 0.3s;
			z-index: 9998;
			box-shadow: 0px 0px 30px rgba(0, 0, 0, 0.1);
		}

		.navmenu a,
		.navmenu a:focus {
			color: var(--nav-dropdown-color);
			padding: 10px 20px;
			font-family: var(--nav-font);
			font-size: 17px;
			font-weight: 500;
			display: flex;
			align-items: center;
			justify-content: space-between;
			white-space: nowrap;
			transition: 0.3s;
		}

			.navmenu a i,
			.navmenu a:focus i {
				font-size: 12px;
				line-height: 0;
				margin-left: 5px;
				width: 30px;
				height: 30px;
				display: flex;
				align-items: center;
				justify-content: center;
				border-radius: 50%;
				transition: 0.3s;
				background-color: color-mix(in srgb, var(--accent-color), transparent 90%);
			}

				.navmenu a i:hover,
				.navmenu a:focus i:hover {
					background-color: var(--accent-color);
					color: var(--contrast-color);
				}

			.navmenu a:hover,
			.navmenu .active,
			.navmenu .active:focus {
				color: var(--nav-dropdown-hover-color);
			}

				.navmenu .active i,
				.navmenu .active:focus i {
					background-color: var(--accent-color);
					color: var(--contrast-color);
					transform: rotate(180deg);
				}

		.navmenu .dropdown ul {
			position: static;
			display: none;
			z-index: 99;
			padding: 10px 0;
			margin: 10px 20px;
			background-color: var(--nav-dropdown-background-color);
			border: 1px solid color-mix(in srgb, var(--default-color), transparent 90%);
			box-shadow: none;
			transition: all 0.5s ease-in-out;
		}

			.navmenu .dropdown ul ul {
				background-color: rgba(33, 37, 41, 0.1);
			}

		.navmenu .dropdown > .dropdown-active {
			display: block;
			background-color: rgba(33, 37, 41, 0.03);
		}

	.mobile-nav-active {
		overflow: hidden;
	}

		.mobile-nav-active .mobile-nav-toggle {
			color: #fff;
			position: absolute;
			font-size: 32px;
			top: 15px;
			right: 15px;
			margin-right: 0;
			z-index: 9999;
		}

		.mobile-nav-active .navmenu {
			position: fixed;
			overflow: hidden;
			inset: 0;
			background: rgba(33, 37, 41, 0.8);
			transition: 0.3s;
		}

			.mobile-nav-active .navmenu > ul {
				display: block;
			}
}

/*--------------------------------------------------------------
# Global Footer
--------------------------------------------------------------*/
.footer {
	color: var(--default-color);
	background-color: var(--background-color);
	font-size: 14px;
	position: relative;
}

	.footer .footer-top {
		padding-top: 50px;
		border-top: 1px solid color-mix(in srgb, var(--default-color), transparent 90%);
	}

	.footer .footer-about .logo {
		line-height: 1;
		margin-bottom: 25px;
	}

		.footer .footer-about .logo img {
			max-height: 40px;
			margin-right: 6px;
		}

		.footer .footer-about .logo span {
			font-size: 26px;
			font-weight: 700;
			letter-spacing: 1px;
			font-family: var(--heading-font);
			color: var(--heading-color);
		}

	.footer .footer-about p {
		font-size: 14px;
		font-family: var(--heading-font);
	}

	.footer .social-links a {
		display: flex;
		align-items: center;
		justify-content: center;
		width: 40px;
		height: 40px;
		border-radius: 50%;
		border: 1px solid color-mix(in srgb, var(--default-color), transparent 50%);
		font-size: 16px;
		color: color-mix(in srgb, var(--default-color), transparent 30%);
		margin-right: 10px;
		transition: 0.3s;
	}

		.footer .social-links a:hover {
			color: var(--accent-color);
			border-color: var(--accent-color);
		}

	.footer h4 {
		font-size: 16px;
		font-weight: bold;
		position: relative;
		padding-bottom: 12px;
	}

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

		.footer .footer-links ul {
			list-style: none;
			padding: 0;
			margin: 0;
		}

			.footer .footer-links ul i {
				padding-right: 2px;
				font-size: 12px;
				line-height: 0;
			}

			.footer .footer-links ul li {
				padding: 10px 0;
				display: flex;
				align-items: center;
			}

				.footer .footer-links ul li:first-child {
					padding-top: 0;
				}

			.footer .footer-links ul a {
				color: color-mix(in srgb, var(--default-color), transparent 30%);
				display: inline-block;
				line-height: 1;
			}

				.footer .footer-links ul a:hover {
					color: var(--accent-color);
				}

	.footer .footer-contact p {
		margin-bottom: 5px;
	}

	.footer .footer-newsletter .newsletter-form {
		margin-top: 30px;
		margin-bottom: 15px;
		padding: 6px 8px;
		position: relative;
		border-radius: 4px;
		border: 1px solid color-mix(in srgb, var(--default-color), transparent 80%);
		display: flex;
		background-color: var(--surface-color);
		transition: 0.3s;
	}

		.footer .footer-newsletter .newsletter-form:focus-within {
			border-color: var(--accent-color);
		}

		.footer .footer-newsletter .newsletter-form input[type=email] {
			border: 0;
			padding: 4px;
			width: 100%;
			background-color: var(--surface-color);
			color: var(--default-color);
		}

			.footer .footer-newsletter .newsletter-form input[type=email]:focus-visible {
				outline: none;
			}

		.footer .footer-newsletter .newsletter-form input[type=submit] {
			border: 0;
			font-size: 16px;
			padding: 0 20px;
			margin: -7px -9px -7px 0;
			background: var(--accent-color);
			color: var(--contrast-color);
			transition: 0.3s;
			border-radius: 0 4px 4px 0;
		}

			.footer .footer-newsletter .newsletter-form input[type=submit]:hover {
				background: color-mix(in srgb, var(--accent-color), transparent 20%);
			}

	.footer .copyright {
		padding: 25px 0;
		border-top: 1px solid color-mix(in srgb, var(--default-color), transparent 90%);
	}

		.footer .copyright p {
			margin-bottom: 0;
		}

	.footer .credits {
		margin-top: 6px;
		font-size: 13px;
	}

/*--------------------------------------------------------------
# Preloader
--------------------------------------------------------------*/
#preloader {
	position: fixed;
	inset: 0;
	z-index: 999999;
	overflow: hidden;
	background: var(--background-color);
	transition: all 0.6s ease-out;
}

	#preloader:before {
		content: "";
		position: fixed;
		top: calc(50% - 30px);
		left: calc(50% - 30px);
		border: 6px solid #ffffff;
		border-color: var(--accent-color) transparent var(--accent-color) transparent;
		border-radius: 50%;
		width: 60px;
		height: 60px;
		animation: animate-preloader 1.5s linear infinite;
	}

@keyframes animate-preloader {
	0% {
		transform: rotate(0deg);
	}

	100% {
		transform: rotate(360deg);
	}
}

/*--------------------------------------------------------------
# Scroll Top Button
--------------------------------------------------------------*/
.scroll-top {
	position: fixed;
	visibility: hidden;
	opacity: 0;
	right: 15px;
	bottom: 15px;
	z-index: 99999;
	background-color: var(--accent-color);
	width: 40px;
	height: 40px;
	border-radius: 4px;
	transition: all 0.4s;
}

	.scroll-top i {
		font-size: 24px;
		color: var(--contrast-color);
		line-height: 0;
	}

	.scroll-top:hover {
		background-color: color-mix(in srgb, var(--accent-color), transparent 20%);
		color: var(--contrast-color);
	}

	.scroll-top.active {
		visibility: visible;
		opacity: 1;
	}

/*--------------------------------------------------------------
# Disable aos animation delay on mobile devices
--------------------------------------------------------------*/
@media screen and (max-width: 768px) {
	[data-aos-delay] {
		transition-delay: 0 !important;
	}
}

/*--------------------------------------------------------------
# Global Page Titles & Breadcrumbs
--------------------------------------------------------------*/
.page-title {
	color: var(--default-color);
	background-color: var(--background-color);
	padding: 25px 0;
	position: relative;
}

	.page-title h1 {
		font-size: 28px;
		font-weight: 300;
	}

	.page-title .breadcrumbs ol {
		display: flex;
		flex-wrap: wrap;
		list-style: none;
		padding: 0;
		margin: 0;
		font-size: 14px;
		font-weight: 400;
	}

		.page-title .breadcrumbs ol li + li {
			padding-left: 10px;
		}

			.page-title .breadcrumbs ol li + li::before {
				content: "/";
				display: inline-block;
				padding-right: 10px;
				color: color-mix(in srgb, var(--default-color), transparent 70%);
			}

/*--------------------------------------------------------------
# Global Sections
--------------------------------------------------------------*/
section,
.section {
	color: var(--default-color);
	background-color: var(--background-color);
	padding: 60px 0;
	scroll-margin-top: 90px;
	overflow: clip;
}

@media (max-width: 1199px) {

	section,
	.section {
		scroll-margin-top: 66px;
	}
}

/*--------------------------------------------------------------
# Global Section Titles
--------------------------------------------------------------*/
.section-title {
	padding-bottom: 60px;
	position: relative;
}

	.section-title h2 {
		font-size: 14px;
		font-weight: 500;
		padding: 0;
		line-height: 1px;
		margin: 0;
		letter-spacing: 1.5px;
		text-transform: uppercase;
		color: color-mix(in srgb, var(--default-color), transparent 50%);
		position: relative;
	}

		.section-title h2::after {
			content: "";
			width: 120px;
			height: 1px;
			display: inline-block;
			background: var(--accent-color);
			margin: 4px 10px;
		}

	.section-title p {
		color: var(--heading-color);
		margin: 0;
		font-size: 28px;
		font-weight: 700;
		text-transform: uppercase;
		font-family: var(--heading-font);
	}

/*--------------------------------------------------------------
# Hero Section
--------------------------------------------------------------*/
.hero {
	padding: 0;
}

	.hero .carousel {
		width: 100%;
		min-height: calc(100vh - 0px);
		padding: 0;
		margin: 0;
		background-color: #fff;
		position: relative;
	}

@media (max-width: 1200px) {
	.hero .carousel {
		min-height: calc(100vh - 66px);
	}
}

.hero img {
	position: absolute;
	inset: 0;
	display: block;
	width: 100%;
	height: 100%;
	object-fit: cover;
	z-index: 1;
}

.hero .carousel-item {
	position: absolute;
	inset: 0;
	background-size: cover;
	background-position: center;
	background-repeat: no-repeat;
	overflow: hidden;
}

	.hero .carousel-item:before {
		content: "";
		/*background: #fff;*/
		position: absolute;
		inset: 0;
		z-index: 2;
	}

.hero .carousel-container {
	position: absolute;
	inset: 90px 64px 64px 64px;
	display: flex;
	justify-content: center;
	align-items: center;
	flex-direction: column;
	z-index: 3;
}

.hero h2 {
	margin-bottom: 30px;
	font-size: 48px;
	font-weight: 700;
	animation: fadeInDown 1s both;
}

@media (max-width: 768px) {
	.hero h2 {
		font-size: 30px;
	}
}

.hero p {
	animation: fadeInDown 1s both 0.2s;
}

@media (min-width: 1024px) {

	.hero h2,
	.hero p {
		max-width: 75%;
	}
}

.hero .btn-get-started {
	color: var(--contrast-color);
	background: var(--accent-color);
	font-family: var(--heading-font);
	font-weight: 500;
	font-size: 15px;
	letter-spacing: 1px;
	display: inline-block;
	padding: 8px 60px;
	border-radius: 4px;
	transition: 0.5s;
	margin: 10px;
	animation: fadeInUp 1s both 0.4s;
}

	.hero .btn-get-started:hover {
		background: color-mix(in srgb, var(--accent-color), transparent 20%);
	}

.hero .carousel-control-prev,
.hero .carousel-control-next {
	width: 10%;
	transition: 0.3s;
	opacity: 0.5;
}

	.hero .carousel-control-prev:focus,
	.hero .carousel-control-next:focus {
		opacity: 0.5;
	}

	.hero .carousel-control-prev:hover,
	.hero .carousel-control-next:hover {
		opacity: 0.9;
	}

@media (min-width: 1024px) {

	.hero .carousel-control-prev,
	.hero .carousel-control-next {
		width: 5%;
	}
}

.hero .carousel-control-next-icon,
.hero .carousel-control-prev-icon {
	font-size: 32px;
	line-height: 1;
}

.hero .carousel-indicators {
	list-style: none;
}

	.hero .carousel-indicators li {
		cursor: pointer;
	}

@keyframes fadeInUp {
	from {
		opacity: 0;
		transform: translate3d(0, 100%, 0);
	}

	to {
		opacity: 1;
		transform: translate3d(0, 0, 0);
	}
}

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

	to {
		opacity: 1;
		transform: translate3d(0, 0, 0);
	}
}

/*--------------------------------------------------------------
# About Section
--------------------------------------------------------------*/
.about ul {
	list-style: none;
	padding: 0;
}

	.about ul li {
		padding-bottom: 5px;
		display: flex;
		align-items: center;
	}

	.about ul i {
		font-size: 20px;
		padding-right: 4px;
		color: var(--accent-color);
	}

.about .read-more {
	background: var(--accent-color);
	color: var(--contrast-color);
	font-family: var(--heading-font);
	font-weight: 500;
	font-size: 16px;
	letter-spacing: 1px;
	padding: 10px 28px;
	border-radius: 5px;
	transition: 0.3s;
	display: inline-flex;
	align-items: center;
	justify-content: center;
}

	.about .read-more i {
		font-size: 18px;
		margin-left: 5px;
		line-height: 0;
		transition: 0.3s;
	}

	.about .read-more:hover {
		background: color-mix(in srgb, var(--accent-color), transparent 20%);
	}

		.about .read-more:hover i {
			transform: translate(5px, 0);
		}

/*--------------------------------------------------------------
# Clients Section
--------------------------------------------------------------*/
.clients {
	padding: 20px 0;
}

	.clients .client-logo {
		display: flex;
		justify-content: center;
		align-items: center;
		overflow: hidden;
	}

		.clients .client-logo img {
			padding: 20px 40px;
			max-width: 90%;
			transition: 0.3s;
			opacity: 0.5;
			filter: grayscale(100);
		}

			.clients .client-logo img:hover {
				filter: none;
				opacity: 1;
			}

@media (max-width: 640px) {
	.clients .client-logo img {
		padding: 20px;
	}
}

/*--------------------------------------------------------------
# Services Section
--------------------------------------------------------------*/
.services .service-item {
	background-color: var(--surface-color);
	padding: 30px;
	border: 1px solid color-mix(in srgb, var(--default-color), transparent 85%);
	transition: 0.3s;
}

	.services .service-item .icon {
		font-size: 36px;
		line-height: 0;
		margin-right: 30px;
		color: var(--accent-color);
	}

	.services .service-item .title {
		font-weight: 700;
		margin-bottom: 15px;
		font-size: 20px;
	}

		.services .service-item .title a {
			color: var(--heading-color);
		}

	.services .service-item .description {
		line-height: 24px;
		font-size: 14px;
		margin: 0;
	}

	.services .service-item:hover {
		border-color: var(--accent-color);
	}

		.services .service-item:hover .title a {
			color: var(--accent-color);
		}

/*--------------------------------------------------------------
# Portfolio Section
--------------------------------------------------------------*/
.portfolio .portfolio-filters {
	padding: 0;
	margin: 0 auto 20px auto;
	list-style: none;
	text-align: center;
}

	.portfolio .portfolio-filters li {
		cursor: pointer;
		display: inline-block;
		padding: 8px 20px;
		margin: 0;
		font-size: 15px;
		font-weight: 500;
		line-height: 1;
		margin-bottom: 5px;
		border-radius: 4px;
		transition: all 0.3s ease-in-out;
		font-family: var(--heading-font);
	}

		.portfolio .portfolio-filters li:hover,
		.portfolio .portfolio-filters li.filter-active {
			color: var(--contrast-color);
			background-color: var(--accent-color);
		}

		.portfolio .portfolio-filters li:first-child {
			margin-left: 0;
		}

		.portfolio .portfolio-filters li:last-child {
			margin-right: 0;
		}

@media (max-width: 575px) {
	.portfolio .portfolio-filters li {
		font-size: 14px;
		margin: 0 0 10px 0;
	}
}

.portfolio .portfolio-item {
	position: relative;
	overflow: hidden;
}

	.portfolio .portfolio-item .portfolio-info {
		opacity: 0;
		position: absolute;
		left: 12px;
		right: 12px;
		bottom: -100%;
		z-index: 3;
		transition: all ease-in-out 0.5s;
		background: color-mix(in srgb, var(--surface-color), transparent 10%);
		padding: 15px;
	}

		.portfolio .portfolio-item .portfolio-info h4 {
			font-size: 18px;
			font-weight: 600;
			padding-right: 50px;
		}

		.portfolio .portfolio-item .portfolio-info p {
			color: color-mix(in srgb, var(--default-color), transparent 30%);
			font-size: 14px;
			margin-bottom: 0;
			padding-right: 50px;
		}

		.portfolio .portfolio-item .portfolio-info .preview-link,
		.portfolio .portfolio-item .portfolio-info .details-link {
			position: absolute;
			right: 50px;
			font-size: 24px;
			top: calc(50% - 14px);
			color: color-mix(in srgb, var(--default-color), transparent 30%);
			transition: 0.3s;
			line-height: 0;
		}

			.portfolio .portfolio-item .portfolio-info .preview-link:hover,
			.portfolio .portfolio-item .portfolio-info .details-link:hover {
				color: var(--accent-color);
			}

		.portfolio .portfolio-item .portfolio-info .details-link {
			right: 14px;
			font-size: 28px;
		}

	.portfolio .portfolio-item:hover .portfolio-info {
		opacity: 1;
		bottom: 0;
	}

/*--------------------------------------------------------------
# About 2 Section
--------------------------------------------------------------*/
.about-2 .about-img {
	position: relative;
	margin: 60px 0 0 60px;
}

	.about-2 .about-img:before {
		position: absolute;
		inset: -60px 0 0 -60px;
		content: "";
		background: url("../img/about-bg.png") top left;
		background-repeat: no-repeat;
		z-index: 1;
	}

	.about-2 .about-img img {
		position: relative;
		z-index: 2;
	}

@media (max-width: 575px) {
	.about-2 .about-img {
		margin: 30px 0 0 30px;
	}

		.about-2 .about-img:before {
			inset: -30px 0 0 -30px;
		}
}

.about-2 h3 {
	font-weight: 300;
	font-size: 32px;
	margin-bottom: 20px;
}

@media (max-width: 768px) {
	.about-2 h3 {
		font-size: 28px;
	}
}

.about-2 .nav-pills {
	border-bottom: 1px solid color-mix(in srgb, var(--default-color), transparent 85%);
}

	.about-2 .nav-pills li + li {
		margin-left: 40px;
	}

.about-2 .nav-link {
	background: none;
	font-size: 18px;
	font-weight: 400;
	color: var(--default-color);
	padding: 12px 0;
	margin-bottom: -2px;
	border-radius: 0;
}

	.about-2 .nav-link.active {
		color: var(--accent-color);
		background: none;
		border-bottom: 3px solid var(--accent-color);
	}

@media (max-width: 575px) {
	.about-2 .nav-link {
		font-size: 16px;
	}
}

.about-2 .tab-content h4 {
	font-size: 18px;
	margin: 0;
	font-weight: 700;
	color: var(--default-color);
}

.about-2 .tab-content i {
	font-size: 22px;
	line-height: 0;
	margin-right: 8px;
	color: var(--accent-color);
}

/*--------------------------------------------------------------
# Stats Section
--------------------------------------------------------------*/
.stats {
	padding: 10px 0;
}

	.stats .stats-item {
		padding: 30px;
		width: 100%;
	}

		.stats .stats-item span {
			color: var(--heading-color);
			font-size: 48px;
			display: block;
			font-weight: 700;
			margin-bottom: 20px;
			padding-bottom: 20px;
			position: relative;
		}

			.stats .stats-item span:after {
				content: "";
				position: absolute;
				display: block;
				width: 25px;
				height: 3px;
				background: var(--accent-color);
				left: 0;
				right: 0;
				bottom: 0;
				margin: auto;
			}

		.stats .stats-item p {
			color: color-mix(in srgb, var(--default-color), transparent 40%);
			padding: 0;
			margin: 0;
			font-family: var(--heading-font);
			font-weight: 500;
		}

/*--------------------------------------------------------------
# Skills Section
--------------------------------------------------------------*/
.skills .progress {
	height: 60px;
	display: block;
	background: none;
	border-radius: 0;
}

	.skills .progress .skill {
		color: var(--heading-color);
		padding: 0;
		margin: 0 0 6px 0;
		text-transform: uppercase;
		display: block;
		font-weight: 600;
		font-family: var(--heading-font);
	}

		.skills .progress .skill .val {
			float: right;
			font-style: normal;
		}

.skills .progress-bar-wrap {
	background: color-mix(in srgb, var(--default-color), transparent 90%);
	height: 10px;
}

.skills .progress-bar {
	width: 1px;
	height: 10px;
	transition: 0.9s;
	background-color: var(--accent-color);
}

/*--------------------------------------------------------------
# Team Section
--------------------------------------------------------------*/
.team .team-member {
	background-color: var(--surface-color);
	box-shadow: 0px 2px 15px rgba(0, 0, 0, 0.1);
	position: relative;
	border-radius: 5px;
	transition: 0.5s;
	padding: 30px;
	height: 100%;
}

@media (max-width: 468px) {
	.team .team-member {
		flex-direction: column;
		justify-content: center !important;
		align-items: center !important;
	}
}

.team .team-member .pic {
	overflow: hidden;
	width: 150px;
	border-radius: 5px;
	flex-shrink: 0;
}

	.team .team-member .pic img {
		transition: ease-in-out 0.3s;
	}

.team .team-member:hover {
	transform: translateY(-10px);
}

.team .team-member .member-info {
	padding-left: 30px;
}

@media (max-width: 468px) {
	.team .team-member .member-info {
		padding: 30px 0 0 0;
		text-align: center;
	}
}

.team .team-member h4 {
	font-weight: 700;
	margin-bottom: 5px;
	font-size: 20px;
}

.team .team-member span {
	display: block;
	font-size: 15px;
	padding-bottom: 10px;
	position: relative;
	font-weight: 500;
}

	.team .team-member span::after {
		content: "";
		position: absolute;
		display: block;
		width: 50px;
		height: 1px;
		background: color-mix(in srgb, var(--default-color), transparent 85%);
		bottom: 0;
		left: 0;
	}

@media (max-width: 468px) {
	.team .team-member span::after {
		left: calc(50% - 25px);
	}
}

.team .team-member p {
	margin: 10px 0 0 0;
	font-size: 14px;
}

.team .team-member .social {
	margin-top: 12px;
	display: flex;
	align-items: center;
	justify-content: start;
	width: 100%;
}

@media (max-width: 468px) {
	.team .team-member .social {
		justify-content: center;
	}
}

.team .team-member .social a {
	background: color-mix(in srgb, var(--default-color), transparent 94%);
	transition: ease-in-out 0.3s;
	display: flex;
	align-items: center;
	justify-content: center;
	border-radius: 5px;
	width: 36px;
	height: 36px;
}

	.team .team-member .social a i {
		color: color-mix(in srgb, var(--default-color), transparent 20%);
		font-size: 16px;
		margin: 0 2px;
	}

	.team .team-member .social a:hover {
		background: var(--accent-color);
	}

		.team .team-member .social a:hover i {
			color: var(--contrast-color);
		}

	.team .team-member .social a + a {
		margin-left: 8px;
	}

/*--------------------------------------------------------------
# Testimonials Section
--------------------------------------------------------------*/
.testimonials .testimonial-item {
	background-color: var(--surface-color);
	box-shadow: 0px 2px 12px rgba(0, 0, 0, 0.1);
	padding: 30px;
	position: relative;
	height: 100%;
}

	.testimonials .testimonial-item .testimonial-img {
		width: 90px;
		border-radius: 50px;
		border: 6px solid var(--background-color);
		float: left;
		margin: 0 10px 0 0;
	}

	.testimonials .testimonial-item h3 {
		font-size: 18px;
		font-weight: bold;
		margin: 10px 0 5px 0;
	}

	.testimonials .testimonial-item h4 {
		font-size: 14px;
		color: color-mix(in srgb, var(--default-color), transparent 20%);
		margin: 0;
	}

	.testimonials .testimonial-item .stars {
		margin: 10px 0;
	}

		.testimonials .testimonial-item .stars i {
			color: #ffc107;
			margin: 0 1px;
		}

	.testimonials .testimonial-item .quote-icon-left,
	.testimonials .testimonial-item .quote-icon-right {
		color: color-mix(in srgb, var(--accent-color), transparent 50%);
		font-size: 26px;
		line-height: 0;
	}

	.testimonials .testimonial-item .quote-icon-left {
		display: inline-block;
		left: -5px;
		position: relative;
	}

	.testimonials .testimonial-item .quote-icon-right {
		display: inline-block;
		right: -5px;
		position: relative;
		top: 10px;
		transform: scale(-1, -1);
	}

	.testimonials .testimonial-item p {
		font-style: italic;
		margin: 15px 0 0 0;
		padding: 0;
	}

/*--------------------------------------------------------------
# Features Section
--------------------------------------------------------------*/
.features {
	overflow: hidden;
}

	.features .nav-tabs {
		border: 0;
	}

	.features .nav-link {
		border: 0;
		padding: 12px 15px 12px 0;
		transition: 0.3s;
		color: var(--default-color);
		border-radius: 0;
		border-right: 2px solid color-mix(in srgb, var(--default-color), transparent 90%);
		font-weight: 600;
		font-size: 15px;
	}

		.features .nav-link:hover {
			color: var(--accent-color);
		}

		.features .nav-link.active {
			color: var(--accent-color);
			border-color: var(--accent-color);
			background-color: var(--background-color);
		}

	.features .tab-pane.active {
		animation: fadeIn 0.5s ease-out;
	}

	.features .details h3 {
		font-size: 26px;
		font-weight: 600;
		margin-bottom: 20px;
	}

	.features .details p {
		color: color-mix(in srgb, var(--default-color), transparent 20%);
	}

		.features .details p:last-child {
			margin-bottom: 0;
		}

@media (max-width: 992px) {
	.features .nav-link {
		border: 0;
		padding: 15px;
	}

		.features .nav-link.active {
			color: var(--accent-color);
			background: var(--accent-color);
		}
}

/*--------------------------------------------------------------
# Service Details Section
--------------------------------------------------------------*/
.service-details .services-list {
	background-color: var(--surface-color);
	padding: 10px 30px;
	border: 1px solid color-mix(in srgb, var(--default-color), transparent 90%);
	margin-bottom: 20px;
}

	.service-details .services-list a {
		display: block;
		line-height: 1;
		padding: 8px 0 8px 15px;
		border-left: 3px solid color-mix(in srgb, var(--default-color), transparent 70%);
		margin: 20px 0;
		color: color-mix(in srgb, var(--default-color), transparent 20%);
		transition: 0.3s;
	}

		.service-details .services-list a.active {
			color: var(--heading-color);
			font-weight: 700;
			border-color: var(--accent-color);
		}

		.service-details .services-list a:hover {
			border-color: var(--accent-color);
		}

.service-details .services-img {
	margin-bottom: 20px;
}

.service-details h3 {
	font-size: 26px;
	font-weight: 700;
}

.service-details h4 {
	font-size: 20px;
	font-weight: 700;
}

.service-details p {
	font-size: 15px;
}

.service-details ul {
	list-style: none;
	padding: 0;
	font-size: 15px;
}

	.service-details ul li {
		padding: 5px 0;
		display: flex;
		align-items: center;
	}

	.service-details ul i {
		font-size: 20px;
		margin-right: 8px;
		color: var(--accent-color);
	}

/*--------------------------------------------------------------
# Portfolio Details Section
--------------------------------------------------------------*/
.portfolio-details .portfolio-details-slider img {
	width: 100%;
}

.portfolio-details .portfolio-details-slider .swiper-pagination {
	margin-top: 20px;
	position: relative;
}

	.portfolio-details .portfolio-details-slider .swiper-pagination .swiper-pagination-bullet {
		width: 12px;
		height: 12px;
		background-color: color-mix(in srgb, var(--default-color), transparent 85%);
		opacity: 1;
	}

	.portfolio-details .portfolio-details-slider .swiper-pagination .swiper-pagination-bullet-active {
		background-color: var(--accent-color);
	}

.portfolio-details .portfolio-info {
	background-color: var(--surface-color);
	padding: 30px;
	box-shadow: 0px 0 30px rgba(0, 0, 0, 0.1);
}

	.portfolio-details .portfolio-info h3 {
		font-size: 22px;
		font-weight: 700;
		margin-bottom: 20px;
		padding-bottom: 20px;
		border-bottom: 1px solid color-mix(in srgb, var(--default-color), transparent 85%);
	}

	.portfolio-details .portfolio-info ul {
		list-style: none;
		padding: 0;
		font-size: 15px;
	}

		.portfolio-details .portfolio-info ul li + li {
			margin-top: 10px;
		}

.portfolio-details .portfolio-description {
	padding-top: 30px;
}

	.portfolio-details .portfolio-description h2 {
		font-size: 26px;
		font-weight: 700;
		margin-bottom: 20px;
	}

	.portfolio-details .portfolio-description p {
		padding: 0;
		color: color-mix(in srgb, var(--default-color), transparent 30%);
	}

/*--------------------------------------------------------------
# Pricing Section
--------------------------------------------------------------*/
.pricing .pricing-item {
	background-color: var(--surface-color);
	box-shadow: 0px 0px 4px rgba(0, 0, 0, 0.1);
	padding: 20px;
	text-align: center;
	border-radius: 5px;
	position: relative;
	overflow: hidden;
}

	.pricing .pricing-item h3 {
		font-weight: 400;
		margin: -20px -20px 20px -20px;
		padding: 20px 15px;
		font-size: 16px;
		font-weight: 600;
		color: color-mix(in srgb, var(--default-color), transparent 20%);
		background: color-mix(in srgb, var(--default-color), transparent 95%);
	}

	.pricing .pricing-item h4 {
		font-size: 36px;
		font-weight: 600;
		font-family: var(--heading-font);
	}

		.pricing .pricing-item h4 sup {
			font-size: 20px;
			top: -15px;
			left: -3px;
		}

		.pricing .pricing-item h4 span {
			color: color-mix(in srgb, var(--default-color), transparent 40%);
			font-size: 16px;
			font-weight: 300;
		}

	.pricing .pricing-item ul {
		padding: 15px 0;
		list-style: none;
		text-align: center;
		line-height: 20px;
		font-size: 14px;
	}

		.pricing .pricing-item ul li {
			padding-bottom: 16px;
		}

		.pricing .pricing-item ul i {
			color: var(--accent-color);
			font-size: 18px;
			padding-right: 4px;
		}

		.pricing .pricing-item ul .na {
			color: color-mix(in srgb, var(--default-color), transparent 40%);
			text-decoration: line-through;
		}

.pricing .btn-wrap {
	background: color-mix(in srgb, var(--default-color), transparent 95%);
	margin: 0 -20px -20px -20px;
	padding: 20px 15px;
	text-align: center;
}

.pricing .btn-buy {
	background: var(--accent-color);
	color: var(--contrast-color);
	display: inline-block;
	padding: 8px 35px 10px 35px;
	border-radius: 4px;
	transition: none;
	font-size: 14px;
	font-weight: 400;
	font-family: var(--heading-font);
	font-weight: 600;
	transition: 0.3s;
}

	.pricing .btn-buy:hover {
		background: color-mix(in srgb, var(--accent-color), transparent 20%);
	}

.pricing .featured h3 {
	background: var(--accent-color);
	color: var(--contrast-color);
}

.pricing .advanced {
	background: var(--accent-color);
	color: var(--contrast-color);
	width: 200px;
	position: absolute;
	top: 18px;
	right: -68px;
	transform: rotate(45deg);
	z-index: 1;
	font-size: 14px;
	padding: 1px 0 3px 0;
}

/*--------------------------------------------------------------
# Blog Posts Section
--------------------------------------------------------------*/
.blog-posts article {
	background-color: var(--surface-color);
	box-shadow: 0 4px 16px rgba(0, 0, 0, 0.1);
	padding: 30px;
	height: 100%;
}

.blog-posts .post-img {
	max-height: 440px;
	margin: -30px -30px 0 -30px;
	overflow: hidden;
}

.blog-posts .title {
	font-size: 24px;
	font-weight: 700;
	padding: 0;
	margin: 30px 0;
}

	.blog-posts .title a {
		color: var(--heading-color);
		transition: 0.3s;
	}

		.blog-posts .title a:hover {
			color: var(--accent-color);
		}

.blog-posts .meta-top {
	margin-top: 20px;
	color: color-mix(in srgb, var(--default-color), transparent 40%);
}

	.blog-posts .meta-top ul {
		display: flex;
		flex-wrap: wrap;
		list-style: none;
		align-items: center;
		padding: 0;
		margin: 0;
	}

		.blog-posts .meta-top ul li + li {
			padding-left: 20px;
		}

	.blog-posts .meta-top i {
		font-size: 16px;
		margin-right: 8px;
		line-height: 0;
		color: color-mix(in srgb, var(--default-color), transparent 20%);
	}

	.blog-posts .meta-top a {
		color: color-mix(in srgb, var(--default-color), transparent 40%);
		font-size: 14px;
		display: inline-block;
		line-height: 1;
	}

.blog-posts .content {
	margin-top: 20px;
}

	.blog-posts .content .read-more {
		text-align: right;
	}

		.blog-posts .content .read-more a {
			background: var(--accent-color);
			color: var(--contrast-color);
			display: inline-block;
			padding: 8px 30px;
			transition: 0.3s;
			font-size: 14px;
			border-radius: 4px;
		}

			.blog-posts .content .read-more a:hover {
				background: color-mix(in srgb, var(--accent-color), transparent 20%);
			}

/*--------------------------------------------------------------
# Blog Pagination Section
--------------------------------------------------------------*/
.blog-pagination {
	padding-top: 0;
	color: color-mix(in srgb, var(--default-color), transparent 40%);
}

	.blog-pagination ul {
		display: flex;
		padding: 0;
		margin: 0;
		list-style: none;
	}

	.blog-pagination li {
		margin: 0 5px;
		transition: 0.3s;
	}

		.blog-pagination li a {
			color: color-mix(in srgb, var(--default-color), transparent 40%);
			padding: 7px 16px;
			display: flex;
			align-items: center;
			justify-content: center;
		}

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

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

/*--------------------------------------------------------------
# Blog Details Section
--------------------------------------------------------------*/
.blog-details {
	padding-bottom: 30px;
}

	.blog-details .article {
		background-color: var(--surface-color);
		padding: 30px;
		box-shadow: 0 4px 16px rgba(0, 0, 0, 0.1);
	}

	.blog-details .post-img {
		margin: -30px -30px 20px -30px;
		overflow: hidden;
	}

	.blog-details .title {
		color: var(--heading-color);
		font-size: 28px;
		font-weight: 700;
		padding: 0;
		margin: 30px 0;
	}

	.blog-details .content {
		margin-top: 20px;
	}

		.blog-details .content h3 {
			font-size: 22px;
			margin-top: 30px;
			font-weight: bold;
		}

		.blog-details .content blockquote {
			overflow: hidden;
			background-color: color-mix(in srgb, var(--default-color), transparent 95%);
			padding: 60px;
			position: relative;
			text-align: center;
			margin: 20px 0;
		}

			.blog-details .content blockquote p {
				color: var(--default-color);
				line-height: 1.6;
				margin-bottom: 0;
				font-style: italic;
				font-weight: 500;
				font-size: 22px;
			}

			.blog-details .content blockquote:after {
				content: "";
				position: absolute;
				left: 0;
				top: 0;
				bottom: 0;
				width: 3px;
				background-color: var(--accent-color);
				margin-top: 20px;
				margin-bottom: 20px;
			}

	.blog-details .meta-top {
		margin-top: 20px;
		color: color-mix(in srgb, var(--default-color), transparent 40%);
	}

		.blog-details .meta-top ul {
			display: flex;
			flex-wrap: wrap;
			list-style: none;
			align-items: center;
			padding: 0;
			margin: 0;
		}

			.blog-details .meta-top ul li + li {
				padding-left: 20px;
			}

		.blog-details .meta-top i {
			font-size: 16px;
			margin-right: 8px;
			line-height: 0;
			color: color-mix(in srgb, var(--default-color), transparent 40%);
		}

		.blog-details .meta-top a {
			color: color-mix(in srgb, var(--default-color), transparent 40%);
			font-size: 14px;
			display: inline-block;
			line-height: 1;
		}

	.blog-details .meta-bottom {
		padding-top: 10px;
		border-top: 1px solid color-mix(in srgb, var(--default-color), transparent 90%);
	}

		.blog-details .meta-bottom i {
			color: color-mix(in srgb, var(--default-color), transparent 40%);
			display: inline;
		}

		.blog-details .meta-bottom a {
			color: color-mix(in srgb, var(--default-color), transparent 40%);
			transition: 0.3s;
		}

			.blog-details .meta-bottom a:hover {
				color: var(--accent-color);
			}

		.blog-details .meta-bottom .cats {
			list-style: none;
			display: inline;
			padding: 0 20px 0 0;
			font-size: 14px;
		}

			.blog-details .meta-bottom .cats li {
				display: inline-block;
			}

		.blog-details .meta-bottom .tags {
			list-style: none;
			display: inline;
			padding: 0;
			font-size: 14px;
		}

			.blog-details .meta-bottom .tags li {
				display: inline-block;
			}

				.blog-details .meta-bottom .tags li + li::before {
					padding-right: 6px;
					color: var(--default-color);
					content: ",";
				}

		.blog-details .meta-bottom .share {
			font-size: 16px;
		}

			.blog-details .meta-bottom .share i {
				padding-left: 5px;
			}

/*--------------------------------------------------------------
# Blog Comments Section
--------------------------------------------------------------*/
.blog-comments {
	padding: 10px 0;
}

	.blog-comments .comments-count {
		font-weight: bold;
	}

	.blog-comments .comment {
		margin-top: 30px;
		position: relative;
	}

		.blog-comments .comment .comment-img {
			margin-right: 14px;
		}

			.blog-comments .comment .comment-img img {
				width: 60px;
			}

		.blog-comments .comment h5 {
			font-size: 16px;
			margin-bottom: 2px;
		}

			.blog-comments .comment h5 a {
				font-weight: bold;
				color: var(--default-color);
				transition: 0.3s;
			}

				.blog-comments .comment h5 a:hover {
					color: var(--accent-color);
				}

			.blog-comments .comment h5 .reply {
				padding-left: 10px;
				color: color-mix(in srgb, var(--default-color), transparent 20%);
			}

				.blog-comments .comment h5 .reply i {
					font-size: 20px;
				}

		.blog-comments .comment time {
			display: block;
			font-size: 14px;
			color: color-mix(in srgb, var(--default-color), transparent 40%);
			margin-bottom: 5px;
		}

		.blog-comments .comment.comment-reply {
			padding-left: 40px;
		}

/*--------------------------------------------------------------
# Comment Form Section
--------------------------------------------------------------*/
.comment-form {
	padding-top: 10px;
}

	.comment-form form {
		background-color: var(--surface-color);
		margin-top: 30px;
		padding: 30px;
		box-shadow: 0 4px 16px rgba(0, 0, 0, 0.1);
	}

		.comment-form form h4 {
			font-weight: bold;
			font-size: 22px;
		}

		.comment-form form p {
			font-size: 14px;
		}

		.comment-form form input {
			background-color: var(--surface-color);
			color: var(--default-color);
			border: 1px solid color-mix(in srgb, var(--default-color), transparent 70%);
			font-size: 14px;
			border-radius: 4px;
			padding: 10px 10px;
		}

			.comment-form form input:focus {
				color: var(--default-color);
				background-color: var(--surface-color);
				box-shadow: none;
				border-color: var(--accent-color);
			}

			.comment-form form input::placeholder {
				color: color-mix(in srgb, var(--default-color), transparent 50%);
			}

		.comment-form form textarea {
			background-color: var(--surface-color);
			color: var(--default-color);
			border: 1px solid color-mix(in srgb, var(--default-color), transparent 70%);
			border-radius: 4px;
			padding: 10px 10px;
			font-size: 14px;
			height: 120px;
		}

			.comment-form form textarea:focus {
				color: var(--default-color);
				box-shadow: none;
				border-color: var(--accent-color);
				background-color: var(--surface-color);
			}

			.comment-form form textarea::placeholder {
				color: color-mix(in srgb, var(--default-color), transparent 50%);
			}

		.comment-form form .form-group {
			margin-bottom: 25px;
		}

		.comment-form form .btn-primary {
			border-radius: 4px;
			padding: 10px 20px;
			border: 0;
			background-color: var(--accent-color);
			color: var(--contrast-color);
		}

			.comment-form form .btn-primary:hover {
				color: var(--contrast-color);
				background-color: color-mix(in srgb, var(--accent-color), transparent 20%);
			}

/*--------------------------------------------------------------
# Contact Section
--------------------------------------------------------------*/
.contact .info-item + .info-item {
	margin-top: 40px;
}

.contact .info-item i {
	color: var(--contrast-color);
	background: var(--accent-color);
	font-size: 20px;
	width: 44px;
	height: 44px;
	display: flex;
	justify-content: center;
	align-items: center;
	border-radius: 4px;
	transition: all 0.3s ease-in-out;
	margin-right: 15px;
}

.contact .info-item h3 {
	padding: 0;
	font-size: 18px;
	font-weight: 700;
	margin-bottom: 5px;
}

.contact .info-item p {
	padding: 0;
	margin-bottom: 0;
	font-size: 14px;
}

.contact .php-email-form {
	height: 100%;
}

	.contact .php-email-form input[type=text],
	.contact .php-email-form input[type=email],
	.contact .php-email-form textarea {
		font-size: 14px;
		padding: 10px 15px;
		box-shadow: none;
		border-radius: 0;
		color: var(--default-color);
		background-color: color-mix(in srgb, var(--background-color), transparent 50%);
		border-color: color-mix(in srgb, var(--default-color), transparent 80%);
	}

		.contact .php-email-form input[type=text]:focus,
		.contact .php-email-form input[type=email]:focus,
		.contact .php-email-form textarea:focus {
			border-color: var(--accent-color);
		}

		.contact .php-email-form input[type=text]::placeholder,
		.contact .php-email-form input[type=email]::placeholder,
		.contact .php-email-form textarea::placeholder {
			color: color-mix(in srgb, var(--default-color), transparent 70%);
		}

	.contact .php-email-form button[type=submit] {
		color: var(--contrast-color);
		background: var(--accent-color);
		border: 0;
		padding: 10px 30px;
		transition: 0.4s;
		border-radius: 4px;
	}

		.contact .php-email-form button[type=submit]:hover {
			background: color-mix(in srgb, var(--accent-color), transparent 20%);
		}

/*--------------------------------------------------------------
# Starter Section Section
--------------------------------------------------------------*/
.starter-section {
	/* Add your styles here */
}

/*--------------------------------------------------------------
# Widgets
--------------------------------------------------------------*/
.widgets-container {
	background-color: var(--surface-color);
	padding: 30px;
	margin: 60px 0 30px 0;
	box-shadow: 0 4px 16px rgba(0, 0, 0, 0.1);
}

.widget-title {
	color: var(--heading-color);
	font-size: 20px;
	font-weight: 700;
	padding: 0;
	margin: 0 0 20px 0;
}

.widget-item {
	margin-bottom: 40px;
}

	.widget-item:last-child {
		margin-bottom: 0;
	}

.search-widget form {
	background: var(--background-color);
	border: 1px solid color-mix(in srgb, var(--default-color), transparent 70%);
	padding: 3px 10px;
	position: relative;
	transition: 0.3s;
}

	.search-widget form input[type=text] {
		border: 0;
		padding: 4px;
		border-radius: 4px;
		width: calc(100% - 40px);
		background-color: var(--background-color);
		color: var(--default-color);
	}

		.search-widget form input[type=text]:focus {
			outline: none;
		}

	.search-widget form button {
		background: var(--accent-color);
		color: var(--contrast-color);
		position: absolute;
		top: 0;
		right: 0;
		bottom: 0;
		border: 0;
		font-size: 16px;
		padding: 0 15px;
		margin: -1px;
		transition: 0.3s;
		border-radius: 0 4px 4px 0;
		line-height: 0;
	}

		.search-widget form button i {
			line-height: 0;
		}

		.search-widget form button:hover {
			background: color-mix(in srgb, var(--accent-color), transparent 20%);
		}

	.search-widget form:is(:focus-within) {
		border-color: var(--accent-color);
	}

.categories-widget ul {
	list-style: none;
	padding: 0;
	margin: 0;
}

	.categories-widget ul li {
		padding-bottom: 10px;
	}

		.categories-widget ul li:last-child {
			padding-bottom: 0;
		}

	.categories-widget ul a {
		color: color-mix(in srgb, var(--default-color), transparent 20%);
		transition: 0.3s;
	}

		.categories-widget ul a:hover {
			color: var(--accent-color);
		}

		.categories-widget ul a span {
			padding-left: 5px;
			color: color-mix(in srgb, var(--default-color), transparent 50%);
			font-size: 14px;
		}

.recent-posts-widget .post-item {
	display: flex;
	margin-bottom: 15px;
}

	.recent-posts-widget .post-item:last-child {
		margin-bottom: 0;
	}

	.recent-posts-widget .post-item img {
		width: 80px;
		margin-right: 15px;
	}

	.recent-posts-widget .post-item h4 {
		font-size: 15px;
		font-weight: bold;
		margin-bottom: 5px;
	}

		.recent-posts-widget .post-item h4 a {
			color: var(--default-color);
			transition: 0.3s;
		}

			.recent-posts-widget .post-item h4 a:hover {
				color: var(--accent-color);
			}

	.recent-posts-widget .post-item time {
		display: block;
		font-style: italic;
		font-size: 14px;
		color: color-mix(in srgb, var(--default-color), transparent 50%);
	}

.tags-widget ul {
	list-style: none;
	padding: 0;
	margin: 0;
}

	.tags-widget ul li {
		display: inline-block;
	}

	.tags-widget ul a {
		color: color-mix(in srgb, var(--default-color), transparent 30%);
		font-size: 14px;
		padding: 6px 14px;
		margin: 0 6px 8px 0;
		border: 1px solid color-mix(in srgb, var(--default-color), transparent 60%);
		display: inline-block;
		transition: 0.3s;
	}

		.tags-widget ul a:hover {
			background: var(--accent-color);
			color: var(--contrast-color);
			border: 1px solid var(--accent-color);
		}

		.tags-widget ul a span {
			padding-left: 5px;
			color: color-mix(in srgb, var(--default-color), transparent 60%);
			font-size: 14px;
		}


































