<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">* {
	outline: 0;
	padding: 0;
	margin: 0;
	box-sizing: border-box;
}
ul, ol {
	list-style: none;
}
button {
	outline: none;
	border: none;
	background: transparent;
	cursor: pointer;
}
a {
	display: inline-block;
	text-decoration: none;
}
input, textarea, label {
	display: block;
	outline: none;
	border: none;
}
h1, h2, h3, h4, h5, h6, p, ol, ul, li {
	margin: 0;
	padding: 0;
}
body.custom-background {
	background-image: url("../images/body-bg.jpg");
	background-position: left top;
	background-size: auto;
	background-repeat: repeat;
	background-attachment: fixed;
}
:root {
 --brand: #9cc026;
 --brand2: #5faf21;
 --font1: "Merienda", cursive;
 --font2: "Montserrat", sans-serif;
}
/* Font common classes start */
.font1 {
	font-family: var(--font1);
}
.font2 {
	font-family: var(--font2);
}
/* Font common classes end */

/* Sweet alert css start */
.swal-overlay {
	overflow-y: auto;
}
.swal-button:focus {
	outline: none;
	box-shadow: none;
}
.swal-button {
	background-color: var(--brand2);
	font-size: 16px;
	color: white;
	text-transform: uppercase;
	font-weight: unset;
	border-radius: 4px;
	-webkit-transition: all 0.3s;
	-o-transition: all 0.3s;
	-moz-transition: all 0.3s;
	transition: all 0.3s;
}
.swal-button:hover {
	background-color: #333;
}
.swal-button:active {
	background-color: #333;
}
.swal-title {
	color: #333333;
	font-size: 18px;
	line-height: 1.5;
	padding: 0 15px;
}
.swal-text {
	color: #555555;
	font-size: 16px;
	line-height: 1.666667;
	text-align: center;
}
.swal-footer {
	margin-top: 0;
}

/* Sweet alert css end */

/* scrollbar style start */
html::-webkit-scrollbar {
 width: 1.30vw;
}
 html::-webkit-scrollbar-thumb {
 background-color: var(--brand);
}
 html::-webkit-scrollbar-thumb:hover {
 background-color: var(--brand);
}
 html::-webkit-scrollbar-track {
 background-color: #000;
}
 html::-webkit-scrollbar-track:hover {
 background-color: #000;
}
/* blink based browser */

/* geckeo based browser */
html {
	/* scrollbar-width: bold; */
	scrollbar-color: var(--brand) #000;
}
/* scrollbar style end */

/* breadcrumb css start */
.breadcrumb-item.active {
	color: var(--brand2) !important;
}
.about_header_title {
	font-size: 40px;
	font-weight: bold;
	line-height: 1.3;
	margin-bottom: 20px;
	font-family: var(--font2);
	color: #000;
	text-transform: capitalize;
}
.rs1-select2 .select2-container {
	display: block;
	max-width: 100% !important;
	width: auto !important;
}
.rs1-select2 .select2-container .select2-selection--single {
	height: 45px;
	display: -webkit-box;
	display: -webkit-flex;
	display: -moz-box;
	display: -ms-flexbox;
	display: flex;
	align-items: center;
	border: none;
	outline: none;
	background-color: #fff;
	border-radius: 0px;
	position: relative;
	border: 1px solid var(--brand);
}
/*------------------------------------------------------------------
[ in select ]*/
.rs1-select2 .select2-container .select2-selection--single .select2-selection__rendered {
	font-size: 13px;
	color: #555;
	line-height: 1.2;
	padding-left: 20px;
	background-color: transparent;
}
.rs1-select2 .select2-container--default .select2-selection--single .select2-selection__arrow {
	width: 38px;
	height: 20px;
	top: calc(50% - 10px);
	right: 5px;
	display: -webkit-box;
	display: -webkit-flex;
	display: -moz-box;
	display: -ms-flexbox;
	display: flex;
	align-items: center;
	justify-content: center;
	border-left: 1px solid var(--brand);
}
.rs1-select2 .select2-container--default .select2-selection--single .select2-selection__arrow b {
	display: none;
}
.rs1-select2 .select2-container--default .select2-selection--single .select2-selection__arrow::after {
	content: "\f0dc";
	font-family: FontAwesome;
	font-size: 13px;
	color: #808080;
}
.rs1-select2 .select2-container--default .select2-selection--single .select2-selection__arrow:hover:after {
	color: var(--brand);
}
/*------------------------------------------------------------------
[ Dropdown option ]*/
.rs1-select2 .select2-container--open .select2-dropdown {
	z-index: 1251;
	width: 100%;
	border: 1px solid #fff;
	border-radius: 0px;
	overflow: hidden;
	background-color: white;
	left: 0px;
	box-shadow: 0 3px 10px 0px rgba(0, 0, 0, 0.2);
	-moz-box-shadow: 0 3px 10px 0px rgba(0, 0, 0, 0.2);
	-webkit-box-shadow: 0 3px 10px 0px rgba(0, 0, 0, 0.2);
	-o-box-shadow: 0 3px 10px 0px rgba(0, 0, 0, 0.2);
	-ms-box-shadow: 0 3px 10px 0px rgba(0, 0, 0, 0.2);
}
.rs1-select2 .select2-dropdown--above {
	top: -2px;
}
.rs1-select2 .select2-dropdown--below {
	top: 2px;
}
.rs1-select2 .select2-container .select2-results__option[aria-selected] {
	padding-top: 10px;
	padding-bottom: 10px;
	padding-left: 20px;
}
.rs1-select2 .select2-container .select2-results__option[aria-selected="true"] {
	background: var(--brand);
	color: white;
}
.rs1-select2 .select2-container .select2-results__option--highlighted[aria-selected] {
	background: var(--brand);
	color: white;
}
.rs1-select2 .select2-results__options {
	font-size: 13px;
	color: #555;
	line-height: 1.2;
}
.rs1-select2 .select2-search--dropdown .select2-search__field {
	border: 1px solid #aaa;
	outline: none;
	font-size: 13px;
	color: #555;
	line-height: 1.2;
}
/*------------------------------------------------------------------
[ rs2 ]*/
.rs2-select2 .select2-container .select2-selection--single {
	height: 40px;
}
.rs2-select2 .select2-container .select2-selection--single .select2-selection__rendered {
	padding-left: 15px;
}
.rs2-select2 .select2-container--default .select2-selection--single .select2-selection__arrow {
	width: 35px;
	right: 0px;
	border-left: none;
}
.rs2-select2 .select2-container--default .select2-selection--single .select2-selection__arrow::after {
	content: "\f0d7";
}
/* //////////////////////////////////////////////////////////////
                [Restyle Select2 css end]
////////////////////////////////////////////////////////////// */

/* //////////////////////////////////////////////////////////////
                [circles box animation part css start]
////////////////////////////////////////////////////////////// */
.circles-box {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	overflow: hidden;
}
.circles-box li {
	position: absolute;
	display: block;
	list-style: none;
	width: 20px;
	height: 20px;
	background: rgba(255, 255, 255, 0.2);
	animation: animate 25s linear infinite;
	bottom: -150px;
}
.circles-box li:nth-child(1) {
	left: 25%;
	width: 80px;
	height: 80px;
	animation-delay: 0s;
}
.circles-box li:nth-child(2) {
	left: 10%;
	width: 20px;
	height: 20px;
	animation-delay: 2s;
	animation-duration: 12s;
}
.circles-box li:nth-child(3) {
	left: 70%;
	width: 20px;
	height: 20px;
	animation-delay: 4s;
}
.circles-box li:nth-child(4) {
	left: 40%;
	width: 60px;
	height: 60px;
	animation-delay: 0s;
	animation-duration: 18s;
}
.circles-box li:nth-child(5) {
	left: 65%;
	width: 20px;
	height: 20px;
	animation-delay: 0s;
}
.circles-box li:nth-child(6) {
	left: 75%;
	width: 110px;
	height: 110px;
	animation-delay: 3s;
}
.circles-box li:nth-child(7) {
	left: 35%;
	width: 150px;
	height: 150px;
	animation-delay: 7s;
}
.circles-box li:nth-child(8) {
	left: 50%;
	width: 25px;
	height: 25px;
	animation-delay: 15s;
	animation-duration: 45s;
}
.circles-box li:nth-child(9) {
	left: 20%;
	width: 15px;
	height: 15px;
	animation-delay: 2s;
	animation-duration: 35s;
}
.circles-box li:nth-child(10) {
	left: 85%;
	width: 150px;
	height: 150px;
	animation-delay: 0s;
	animation-duration: 11s;
}
 @keyframes animate {
 0% {
 transform: translateY(0) rotate(0deg);
 opacity: 1;
 border-radius: 0;
}
 100% {
 transform: translateY(-1000px) rotate(720deg);
 opacity: 0;
 border-radius: 50%;
}
}
/* //////////////////////////////////////////////////////////////
                [circles box animation part css end]
////////////////////////////////////////////////////////////// */

/* //////////////////////////////////////////////////////////////
                [Preloader part css start]
////////////////////////////////////////////////////////////// */
.ctn-preloader {
	align-items: center;
	cursor: none;
	display: flex;
	height: 100%;
	justify-content: center;
	position: fixed;
	left: 0;
	top: 0;
	width: 100%;
	z-index: 99999999;
}
.ctn-preloader .animation-preloader {
	position: absolute;
	z-index: 100;
}
.ctn-preloader .animation-preloader .spinner {
	animation: spinner 1s infinite linear;
	border-radius: 50%;
	border: 3px solid var(--brand);
	border-top-color: #ffffff;
	height: 144px;
	margin: 0 auto 56px auto;
	width: 144px;
}
.ctn-preloader .animation-preloader .txt-loading {
	font: bold 80px var(--font2);
	text-align: center;
	user-select: none;
}
.ctn-preloader .animation-preloader .txt-loading .letters-loading:before {
	animation: letters-loading 4s infinite;
	color: var(--brand2);
	content: attr(data-text-preloader);
	left: 0;
	opacity: 0;
	position: absolute;
	top: 0;
	transform: rotateY(-90deg);
}
.ctn-preloader .animation-preloader .txt-loading .letters-loading {
	color: rgba(255, 255, 255, 0.3);
	position: relative;
}
.ctn-preloader .animation-preloader .txt-loading .letters-loading:nth-child(2):before {
	animation-delay: 0.2s;
}
.ctn-preloader .animation-preloader .txt-loading .letters-loading:nth-child(3):before {
	animation-delay: 0.4s;
}
.ctn-preloader .animation-preloader .txt-loading .letters-loading:nth-child(4):before {
	animation-delay: 0.6s;
}
.ctn-preloader .animation-preloader .txt-loading .letters-loading:nth-child(5):before {
	animation-delay: 0.8s;
}
.ctn-preloader .animation-preloader .txt-loading .letters-loading:nth-child(6):before {
	animation-delay: 1s;
}
.ctn-preloader .animation-preloader .txt-loading .letters-loading:nth-child(7):before {
	animation-delay: 1.2s;
}
.ctn-preloader .loader-section {
	background-color: #fff;
	height: 100%;
	position: fixed;
	top: 0;
	width: calc(50% + 1px);
}
.ctn-preloader .loader-section.section-left {
	left: 0;
}
.ctn-preloader .loader-section.section-right {
	right: 0;
}
.loaded .animation-preloader {
	opacity: 0;
	transition: 0.3s ease-out;
}
.loaded .loader-section.section-left {
	transform: translateX(-101%);
	transition: 0.7s 0.3s all cubic-bezier(0.1, 0.1, 0.1, 1.000);
}
.loaded .loader-section.section-right {
	transform: translateX(101%);
	transition: 0.7s 0.3s all cubic-bezier(0.1, 0.1, 0.1, 1.000);
}
 @keyframes spinner {
 to {
 transform: rotateZ(360deg);
}
}
 @keyframes letters-loading {
 0%, 75%, 100% {
 opacity: 0;
 transform: rotateY(-90deg);
}
 25%, 50% {
 opacity: 1;
 transform: rotateY(0deg);
}
}
/* //////////////////////////////////////////////////////////////
                [Preloader part css end]
////////////////////////////////////////////////////////////// */

/* //////////////////////////////////////////////////////////////
                [Breadcrumb part css start]
////////////////////////////////////////////////////////////// */
#breadcrumb {
	padding: 208px 0;
}
/*-- Banner --*/
.banner-area {
	position: relative;
	min-height: 0px;
	color: #fff;
	background-position: 50% 50%;
	background-size: cover;
}
.banner-title {
	color: #fff;
	text-transform: capitalize;
	font-size: 58px;
	font-weight: 900;
	margin-bottom: 15px;
	font-family: var(--font2);
}
.banner-text {
	position: absolute;
	top: 60%;
	left: 0;
	right: 0;
	max-width: 1170px;
	margin: 0 auto;
	width: 100%;
	z-index: 1;
	transform: translateY(-50%);
}
.banner-heading {
	text-align: center;
	padding-bottom: 68px;
}
.breadcrumb {
	padding: 0;
	background: none;
	font-weight: 700;
	text-transform: uppercase;
	font-size: 12px;
}
.breadcrumb li a, .breadcrumb .breadcrumb-item, .breadcrumb li a:focus, .breadcrumb li a:hover {
	color: #fff !important;
}
.breadcrumb .breadcrumb-item+.breadcrumb-item::before {
	color: #fff;
}
.breadcrumb {
	display: inline-block;
	overflow: hidden;
	border-radius: 5px;
	/*Lets add the numbers for each link using CSS counters. flag is the name of the counter. to be defined using counter-reset in the parent element of the links*/
	counter-reset: flag;
}
.breadcrumb a {
	text-decoration: none;
	outline: none;
	display: block;
	float: left;
	font-size: 12px;
	line-height: 36px;
	color: white;
	/*need more margin on the left of links to accomodate the numbers*/
	padding: 0 10px 0 60px;
	background: linear-gradient(59deg, var(--brand)0%, var(--brand2)95%);
	position: relative;
	font-weight: 800;
}
/*since the first link does not have a triangle before it we can reduce the left padding to make it look consistent with other links*/
.breadcrumb a:first-child {
	padding-left: 46px;
	border-radius: 5px 0 0 5px;/*to match with the parent's radius*/
}
.breadcrumb a:first-child:before {
	left: 14px;
}
.breadcrumb a:last-child {
	border-radius: 0 5px 5px 0;
	/*this was to prevent glitches on hover*/
	padding-right: 20px;
}
/*hover/active styles*/
.breadcrumb a.active {
	background: linear-gradient(59deg, var(--brand)0%, var(--brand2)95%);
}
.breadcrumb a:hover {
	background: linear-gradient(59deg, var(--brand2) 0%, var(--brand) 95%) !important;
}
.breadcrumb a.active:after {
	background: linear-gradient(59deg, var(--brand)0%, var(--brand2)95%);
}
.breadcrumb a:hover:after {
	background: linear-gradient(59deg, var(--brand2) 0%, var(--brand) 95%) !important;
}
.breadcrumb i {
	color: #fff;
}
/*adding the arrows for the breadcrumbs using rotated pseudo elements*/
.breadcrumb a::after {
	content: '';
	position: absolute;
	top: 0;
	right: -18px;
	width: 36px;
	height: 36px;
	transform: scale(0.707) rotate(45deg);
	z-index: 1;
	background: linear-gradient(59deg, var(--brand)0%, var(--brand2)95%);
	box-shadow: 2px -2px 0 2px rgba(0, 0, 0, 0.4), 3px -3px 0 2px rgba(255, 255, 255, 0.1);
	border-radius: 0 5px 0 50px;
}
/*we dont need an arrow after the last link*/
.breadcrumb a:last-child:after {
	content: none;
}
/*we will use the :before element to show numbers*/
.breadcrumb a:before {
	content: counter(flag);
	counter-increment: flag;
	/*some styles now*/
	border-radius: 100%;
	width: 20px;
	height: 20px;
	line-height: 20px;
	margin: 8px 0;
	position: absolute;
	top: 0;
	left: 30px;
	background: var(--brand2);
	font-weight: bold;
}
/* //////////////////////////////////////////////////////////////
                [Breadcrumb part css end]
////////////////////////////////////////////////////////////// */

/* //////////////////////////////////////////////////////////////
                [Back to top button part css start]
////////////////////////////////////////////////////////////// */
.back-to-top {
	color: #ffffff;
	position: fixed;
	z-index: 4;
	top: 0;
	right: 15px;
	width: 45px;
	height: 45px;
	opacity: 0;
	visibility: hidden;
	text-align: center;
	line-height: 45px;
	border-radius: 5px;
	background-color: rgb(167, 183, 58);
	-webkit-transition: .9s;
	transition: .9s;
	cursor: pointer;
}
.back-to-top.active {
	top: 98%;
	-webkit-transform: translateY(-98%);
	transform: translateY(-98%);
	opacity: 1;
	visibility: visible;
}
.back-to-top i {
	position: absolute;
	top: 50%;
	left: 0;
	right: 0;
	-webkit-transform: translateY(-50%);
	transform: translateY(-50%);
	-webkit-transition: 0.4s;
	transition: 0.4s;
	margin: 0 auto;
}
.back-to-top i:last-child {
	top: 60%;
	opacity: 0;
	visibility: hidden;
}
.back-to-top::before {
	content: '';
	position: absolute;
	z-index: -1;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	opacity: 0;
	visibility: hidden;
	border-radius: 5px;
	background-color: #000;
	-webkit-transition: 0.4s;
	transition: 0.4s;
}
.back-to-top:hover, .back-to-top:focus {
	color: #ffffff;
}
.back-to-top:hover::before, .back-to-top:focus::before {
	opacity: 1;
	visibility: visible;
}
.back-to-top:hover i:first-child, .back-to-top:focus i:first-child {
	top: 0;
	opacity: 0;
	visibility: hidden;
}
.back-to-top:hover i:last-child, .back-to-top:focus i:last-child {
	top: 50%;
	opacity: 1;
	visibility: visible;
}
/* //////////////////////////////////////////////////////////////
                      [Back to top button part css end]
////////////////////////////////////////////////////////////// */

/* //////////////////////////////////////////////////////////////
                      [Top bar part css start]
////////////////////////////////////////////////////////////// */
#top-bar {
	display: flex;
	justify-content: space-between;
	background: #000;
	border-bottom: 2px solid var(--brand);
	border-top: 2px solid var(--brand);
	border-left: 2px solid var(--brand);
}
#top-bar i {
	color: var(--brand);
}
.shop-details {
	margin-left: 14px;
	align-items: center;
	display: flex;
	font-family: var(--font2);
}
.shop-details span {
	color: #fff;
}
.shop-details h3 {
	color: #fff;
	font-size: 12px;
	line-height: 30px;
	text-transform: capitalize;
	margin-right: 25px;
}
.shop-details h3 a {
	color: #fff;
}
.shop-details .call a {
	color: #fff;
	padding-left: 25px;
	font-size: 12px;
	border-left: 1px solid #fff;
}
.shop-details .call a:last-child {
	margin-right: 25px;
	border: 0;
	padding-left: 0;
}
.shop-details .mail a {
	color: #fff;
	padding-left: 25px;
	font-size: 12px;
	border-left: 1px solid #fff;
}
.shop-details .mail a:last-child {
	margin-right: 0;
	border: 0;
	padding-left: 0;
}
.search {
	position: relative;
	padding: 5px 35px;
	background: var(--brand);
	max-width: 450px;
}
.search::before {
	position: absolute;
	content: "";
	width: 30px;
	height: 100%;
	top: 0;
	left: -15px;
	transform: skewX(-30deg);
	background: var(--brand);
}
.search form button i {
	color: #fff !important;
}
.search form button:hover {
	background: var(--brand2);
}
.search form .form-control {
	color: #fff;
	background-color: #000;
}
.search input::placeholder {
 color: #fff !important;
}
/* //////////////////////////////////////////////////////////////
                      [Top bar part css end]
////////////////////////////////////////////////////////////// */

/* //////////////////////////////////////////////////////////////
                      [Header part css start]
////////////////////////////////////////////////////////////// */
.logo {
	display: -webkit-box;
	display: -webkit-flex;
	display: -moz-box;
	display: -ms-flexbox;
	display: flex;
	align-items: center;
	height: 65%;
	margin-right: 55px;
}
#header .container-menu-desktop {
	transition: all linear .3s;
	-webkit-transition: all linear .3s;
	-moz-transition: all linear .3s;
	-ms-transition: all linear .3s;
	-o-transition: all linear .3s;
}
.limiter-menu-desktop {
	height: 100%;
	display: flex;
	align-items: center;
	background-color: transparent;
	padding-left: 45px;
}
#header .wrap-menu-desktop {
	background: #000;
	backdrop-filter: blur(1px) saturate(120%);
	top: 0;
	border-bottom: 1px solid rgba(255, 255, 255, 0.1);
}
.main-menu&gt;li.active-menu&gt;a {
	color: var(--brand) !important;
}
.container-menu-desktop {
	height: auto;
	width: 100%;
	position: relative;
	-webkit-transition: all 0.3s;
	-o-transition: all 0.3s;
	-moz-transition: all 0.3s;
	transition: all 0.3s;
}
#header .container-menu-desktop {
	height: auto;
}
.menu-desktop {
	display: -webkit-box;
	display: -webkit-flex;
	display: -moz-box;
	display: -ms-flexbox;
	display: flex;
	align-items: center;
	height: 100%;
}
.sub-menu {
	list-style-type: none;
	position: absolute;
	top: 0;
	left: 100%;
	min-width: 178px;
	max-width: 225px;
	background-color: #fff;
	transition: all 0.4s;
	-webkit-transition: all 0.4s;
	-o-transition: all 0.4s;
	-moz-transition: all 0.4s;
	padding: 5px 0;
	box-shadow: 0 1px 5px 0px rgba(0, 0, 0, 0.2);
	-moz-box-shadow: 0 1px 5px 0px rgba(0, 0, 0, 0.2);
	-webkit-box-shadow: 0px 5px 9px 0px rgba(0, 0, 0, 0.5);
	-o-box-shadow: 0 1px 5px 0px rgba(0, 0, 0, 0.2);
	-ms-box-shadow: 0 1px 5px 0px rgba(0, 0, 0, 0.2);
	visibility: hidden;
	opacity: 0;
}
.sub-menu li {
	position: relative;
	background-color: transparent;
	transition: all 0.4s;
	-webkit-transition: all 0.4s;
	-o-transition: all 0.4s;
	-moz-transition: all 0.4s;
}
.main-menu&gt;li&gt;.sub-menu {
	top: 100%;
	left: 0;
}
.sub-menu a {
	font-size: 14px;
	line-height: 1.5;
	color: #000000;
	display: block;
	padding: 8px 20px;
	width: 100%;
	transition: all 0.4s;
	-webkit-transition: all 0.4s;
	-o-transition: all 0.4s;
	-moz-transition: all 0.4s;
	font-weight: 500;
}
.main-menu&gt;li:hover&gt;a {
	text-decoration: none;
	color: var(--brand2);
}
.main-menu&gt;li:hover&gt;.sub-menu {
	visibility: visible;
	opacity: 1;
}
.sub-menu li:hover&gt;.sub-menu {
	visibility: visible;
	opacity: 1;
}
.sub-menu li:hover {
	background-color: transparent;
}
.sub-menu&gt;li:hover&gt;a {
	color: var(--brand2);
	text-decoration: none;
}
.main-menu {
	list-style-type: none;
	margin: 0;
	display: -webkit-box;
	display: -webkit-flex;
	display: -moz-box;
	display: -ms-flexbox;
	display: flex;
	align-items: center;
}
.main-menu&gt;li {
	display: block;
	position: relative;
	padding: 20px 10px 20px 0px;
	margin: 0px 4px 0px 14px;
}
.main-menu&gt;li&gt;a {
	font-size: 18px;
	color: #ffffff;
	padding: 5px 0px;
	transition: all 0.4s;
	-webkit-transition: all 0.4s;
	-o-transition: all 0.4s;
	-moz-transition: all 0.4s;
	font-weight: 600;
	font-family: var(--font2);
	text-transform: uppercase;
}
#header .main-menu&gt;li&gt;a {
	color: #ffffff;
}
.wrap-menu-desktop {
	position: relative;
	z-index: 991;
	background-color: transparent;
	width: 100%;
	height: 84px;
	top: 40px;
	left: 0px;
	-webkit-transition: height 0.3s, background-color 0.3s;
	-o-transition: height 0.3s, background-color 0.3s;
	-moz-transition: height 0.3s, background-color 0.3s;
	transition: height 0.3s, background-color 0.3s;
	-ms-transition: height 0.3s, background-color 0.3s;
}
.wrap-icon-header {
	justify-content: flex-end;
	-ms-align-items: center;
	align-items: center;
}
/* .wrap-icon-header .wrap-icon-header-item:first-child {
  padding-left: 0 !important;
} */

.wrap-icon-header-item {
	border-right: 1px solid rgba(255, 255, 255, 0.1);
	justify-content: center;
	-ms-align-items: center;
	align-items: center;
	padding-left: 19px;
	padding-right: 25px;
}
.icon-header-item {
	padding: 0 11px;
}
.icon-header-item i {
	transition: all linear .3s;
	-webkit-transition: all linear .3s;
	-moz-transition: all linear .3s;
	-ms-transition: all linear .3s;
	-o-transition: all linear .3s;
}
.icon-header-noti::after {
	content: attr(data-notify);
	font-size: 12px;
	color: #fff;
	line-height: 20px;
	text-align: center;
	display: block;
	position: absolute;
	top: -10px;
	right: 0;
	width: 20px;
	height: 20px;
	background-color: #ff6000;
	border-radius: 50%;
}
.wrap-header-mobile .wrap-icon-header {
	flex-grow: unset;
}
.wrap-icon-header {
	flex-grow: 1;
}
.icon-header-item {
	position: relative;
	font-size: 26px;
	line-height: 1;
	cursor: pointer;
	color: #fff;
}
.user .btn {
	background: transparent;
	border: none;
	padding: 0;
}
.user .btn:active {
	background: transparent;
	border: none;
}
.user .btn i {
	font-size: 26px;
}
.user .dropdown ul li a i {
	color: #000 !important;
	transition: all linear .3s;
	-webkit-transition: all linear .3s;
	-moz-transition: all linear .3s;
	-ms-transition: all linear .3s;
	-o-transition: all linear .3s;
}
.user .dropdown ul li {
	margin: 5px 0;
}
.user .dropdown .dropdown-toggle::after {
	vertical-align: 6px;
}
.fix-menu-desktop .user .dropdown .dropdown-toggle::after {
	border-top: .3em solid #000;
}
.user .dropdown ul li a {
	color: #000;
	font-weight: 500;
	transition: all linear .3s;
	-webkit-transition: all linear .3s;
	-moz-transition: all linear .3s;
	-ms-transition: all linear .3s;
	-o-transition: all linear .3s;
}
.user .dropdown-item.active, .user .dropdown-item:active {
	color: var(--brand) !important;
	background: transparent;
}
.user .dropdown ul li:hover a, .user .dropdown ul li:hover i {
	color: var(--brand) !important;
}
.icon-header-item i {
	color: #fff;
}
.icon-header-item:hover i {
	color: #5faf21;
}
.label1 {
	position: relative;
}
.label1::after {
	content: attr(data-label1);
	font-size: 10px;
	line-height: 15px;
	color: #fff;
	text-transform: uppercase;
	text-align: center;
	display: block;
	position: absolute;
	top: 7px;
	right: -9px;
	height: 15px;
	min-width: 32px;
	border-radius: 7px;
	padding: 0 4px;
	background-color: #ff6000;
	font-style: var(--font2) !important;
	font-weight: 600;
}
.label1.rs1::after {
	top: calc(50% - 8px);
	right: auto;
	left: 90%;
}
/* Fixed menu desktop start */

/* Fixed menu desktop end*/
.fix-menu-desktop .wrap-menu-desktop {
	height: 70px;
	background-color: #000;
}
#header .fix-menu-desktop .wrap-menu-desktop {
	background-color: #fff;
	position: fixed;
	box-shadow: 0px 0px 10px 5px rgba(0, 0, 0, 0.4);
}
#header .fix-menu-desktop .wrap-menu-desktop .main-menu&gt;li&gt;a {
	color: #000;
}
#header .fix-menu-desktop .wrap-menu-desktop .main-menu&gt;li.active-menu&gt;a {
	color: var(--brand);
}
#header .fix-menu-desktop .wrap-menu-desktop .icon-header-item i {
	color: #000000;
}
#header .fix-menu-desktop .wrap-menu-desktop .icon-header-item:hover i {
	color: var(--brand);
}
#header .fix-menu-desktop .wrap-menu-desktop .main-menu&gt;li:hover&gt;a {
	text-decoration: none;
	color: var(--brand2);
}
/* Header Mobile part start */
.wrap-header-mobile {
	display: -webkit-box;
	display: -webkit-flex;
	display: -moz-box;
	display: -ms-flexbox;
	display: flex;
	align-items: center;
	height: 70px;
	background-color: #000000;
	padding: 15px;
	display: none;
	box-shadow: 0 0px 3px 0px rgba(0, 0, 0, 0.2);
	-moz-box-shadow: 0 0px 3px 0px rgba(0, 0, 0, 0.2);
	-webkit-box-shadow: 0 0px 3px 0px rgba(0, 0, 0, 0.2);
	-o-box-shadow: 0 0px 3px 0px rgba(0, 0, 0, 0.2);
	-ms-box-shadow: 0 0px 3px 0px rgba(0, 0, 0, 0.2);
}
.wrap-header-mobile .wrap-icon-header {
	justify-content: flex-end;
	-ms-align-items: center;
	align-items: center;
}
.logo-mobile {
	display: block;
	position: relative;
	height: 100%;
	padding-right: 25px;
	-webkit-flex-grow: 1;
	-moz-flex-grow: 1;
	flex-grow: 1;
}
.logo-mobile img {
	max-width: calc(100% - 20px);
	max-height: 100%;
	position: absolute;
	top: 0;
	left: 0;
	bottom: 0;
	margin: auto;
}
.wrap-header-mobile .wrap-icon-header {
	margin-right: 15px;
}
.wrap-icon-header .wrap-icon-content {
	justify-content: center;
	-ms-align-items: center;
	align-items: center;
	padding-right: 5px;
}
.wrap-icon-content .icon-header-item {
	color: #fff;
	transition: all linear .3s;
	-webkit-transition: all linear .3s;
	-moz-transition: all linear .3s;
	-ms-transition: all linear .3s;
	-o-transition: all linear .3s;
	padding: 0 11px;
}
.wrap-icon-content .icon-header-item:hover {
	color: var(--brand2);
}
.hamburger {
	display: -webkit-box;
	display: -webkit-flex;
	display: -moz-box;
	display: -ms-flexbox;
	display: flex;
	align-items: center;
	padding: 0;
	-webkit-transform: scale(0.7);
	-moz-transform: scale(0.7);
	-ms-transform: scale(0.7);
	-o-transform: scale(0.7);
	transform: scale(0.7);
}
.hamburger:hover {
	opacity: 1;
}
.menu-mobile {
	width: 100%;
	background-color: white;
	display: none;
}
.main-menu-m {
	padding-top: 10px;
	padding-bottom: 10px;
	background-color: #000;
}
.main-menu-m&gt;li&gt;a {
	font-size: 14px;
	color: white;
	/* line-height: 2.8; */
	padding: 8px 20px 8px 20px;
	font-weight: 600;
}
.main-menu-m&gt;li {
	color: white;
	position: relative;
	margin-bottom: 5px;
}
.arrow-main-menu-m {
	font-size: 14px;
	color: #fff;
	display: flex;
	align-items: center;
	position: absolute;
	right: 10px;
	top: 2px;
	padding: 10px;
	cursor: pointer;
	width: 100%;
	justify-content: end;
}
.arrow-main-menu-m i {
	transform-origin: center;
	-webkit-transition: all 0.3s;
	-o-transition: all 0.3s;
	-moz-transition: all 0.3s;
	transition: all 0.3s;
}
.turn-arrow-main-menu-m i {
	-webkit-transform: rotate(90deg);
	-moz-transform: rotate(90deg);
	-ms-transform: rotate(90deg);
	-o-transform: rotate(90deg);
	transform: rotate(90deg);
}
.sub-menu-m {
	background-color: #fff;
	display: none;
	margin: 0px 30px 0px 30px;
}
.sub-menu-m li {
	padding: 0 0 0 20px;
}
.sub-menu-m a {
	font-size: 14px;
	color: #666;
	line-height: 2.5;
	padding: 5px 0 5px 0;
	font-weight: 600;
}
.sub-menu-m a:hover {
	text-decoration: none;
	color: #555555;
}
/* Header Mobile part end */


/* //////////////////////////////////////////////////////////////
                      [Header part css end]
////////////////////////////////////////////////////////////// */

/* //////////////////////////////////////////////////////////////
                      [Sidebar part css start]
////////////////////////////////////////////////////////////// */
.wrap-sidebar {
	position: fixed;
	z-index: 999;
	width: 100%;
	height: 100vh;
	top: 0;
	right: 0;
	background-color: rgba(0, 0, 0, 0.0);
	visibility: hidden;
	-webkit-transition: all 0.4s;
	-o-transition: all 0.4s;
	-moz-transition: all 0.4s;
	transition: all 0.4s;
}
.sidebar {
	position: fixed;
	z-index: 1100;
	width: 390px;
	max-width: calc(100% - 30px);
	height: 100vh;
	top: 0;
	right: -400px;
	background-color: #ffffff;
	-webkit-transition: all 0.4s;
	-o-transition: all 0.4s;
	-moz-transition: all 0.34;
	transition: all 0.4s;
	box-shadow: 0 3px 6px 0px rgba(0, 0, 0, 0.18);
	-moz-box-shadow: 0 3px 6px 0px rgba(0, 0, 0, 0.18);
	-webkit-box-shadow: 0 3px 6px 0px rgba(0, 0, 0, 0.18);
	-o-box-shadow: 0 3px 6px 0px rgba(0, 0, 0, 0.18);
	-ms-box-shadow: 0 3px 6px 0px rgba(0, 0, 0, 0.18);
	-ms-align-items: flex-start;
	align-items: flex-start;
	padding-bottom: 25px;
	padding-top: 22px;
	overflow: auto;
}
.show-sidebar {
	visibility: visible;
	background-color: rgba(0, 0, 0, 0.6);
}
.show-sidebar .sidebar {
	right: 0;
}
.sidebar .sidebar-xmark {
	justify-content: flex-end;
	display: flex;
	padding-bottom: 30px;
	padding-right: 27px;
}
.sidebar .sidebar-xmark .pointer {
	cursor: pointer;
	color: #fff;
	line-height: 10px;
	font-size: 26px;
	transition: all linear .3s;
	-webkit-transition: all linear .3s;
	-moz-transition: all linear .3s;
	-ms-transition: all linear .3s;
	-o-transition: all linear .3s;
	background: #ff6000;
	text-align: center;
	align-items: center;
	display: flex;
	justify-content: center;
	border-radius: 50%;
	padding: 5px 9px;
}
.sidebar .sidebar-xmark .pointer:hover {
	color: #ff6000;
	background: #ddd;
}
.sidebar-title {
	position: relative;
	font-size: 20px;
	font-weight: 600;
	font-family: var(--font1);
	color: var(--brand);
}
.sidebar-title::after {
	position: absolute;
	content: "";
	top: 25px;
	left: 100px;
	width: 6px;
	height: 6px;
	background: var(--brand2);
	border-radius: 50%;
}
.sidebar-title::before {
	position: absolute;
	content: "";
	top: 32px;
	left: 0;
	width: 41%;
	height: 2px;
	background: var(--brand);
}
.sidebar-content {
	flex-grow: 1;
	overflow: auto;
	align-content: space-between;
	padding: 0 65px;
}
.sidebar-link li {
	padding-bottom: 13px;
}
.sidebar-link li a {
	font-size: 15px;
	color: #000000;
	transition: all linear .3s;
	-webkit-transition: all linear .3s;
	-moz-transition: all linear .3s;
	-ms-transition: all linear .3s;
	-o-transition: all linear .3s;
	font-weight: 600;
}
.sidebar-link li a:hover {
	color: var(--brand);
}
.wrap-item-gallery {
	width: calc((100% - 20px) / 3);
	margin-bottom: 9px;
}
.sidebar-gallery {
	padding: 30px 0;
}
.item-gallery {
	display: block;
	width: 100%;
	padding-top: 100%;
	position: relative;
	background-size: cover;
	background-repeat: no-repeat;
}
.gallery-lb {
	padding-top: 36px;
}
.item-gallery::after {
	font: var(--fa-font-solid);
	content: "\f424";
	position: absolute;
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
	background-color: rgba(0, 0, 0, 0.6);
	opacity: 0;
	-webkit-transition: all 0.4s;
	-o-transition: all 0.4s;
	-moz-transition: all 0.34;
	transition: all 0.4s;
	color: #fff;
	display: flex;
	justify-content: center;
	align-items: center;
	font-size: 24px;
}
.item-gallery:hover:after {
	opacity: 1;
}
.sidebar-text span {
	color: #000000;
	font-size: 18px;
	line-height: 1.333333;
	padding-top: 27px;
}
.sidebar-text p {
	font-size: 14px;
	line-height: 1.7143;
	padding-top: 27px;
	color: #000000;
}
/* //////////////////////////////////////////////////////////////
                      [Sidebar part css end]
////////////////////////////////////////////////////////////// */

/* //////////////////////////////////////////////////////////////
                      [Cart Sidebar part css start]
////////////////////////////////////////////////////////////// */
.cart {
	-ms-align-items: flex-start;
	align-items: flex-start;
	-webkit-flex-direction: column;
	-moz-flex-direction: column;
	-ms-flex-direction: column;
	-o-flex-direction: column;
	flex-direction: column;
	padding: 0 25px 0 65px;
	overflow: auto;
}
.wrap-header-cart {
	position: fixed;
	z-index: 999;
	width: 100%;
	height: 100vh;
	top: 0;
	right: 0;
	background-color: rgba(0, 0, 0, 0.0);
	visibility: hidden;
	-webkit-transition: all 0.4s;
	-o-transition: all 0.4s;
	-moz-transition: all 0.4s;
	transition: all 0.4s;
}
.cart-xmark {
	justify-content: flex-end;
	display: contents;
	padding-bottom: 30px;
	padding-right: 27px;
}
.cart-xmark .pointer {
	cursor: pointer;
	color: #fff;
	line-height: 10px;
	font-size: 26px;
	transition: all linear .3s;
	-webkit-transition: all linear .3s;
	-moz-transition: all linear .3s;
	-ms-transition: all linear .3s;
	-o-transition: all linear .3s;
	background: #ff6000;
	text-align: center;
	align-items: center;
	display: flex;
	justify-content: center;
	border-radius: 50%;
	padding: 5px 9px;
}
.cart-xmark .pointer:hover {
	color: #ff6000;
	background: #ddd;
}
.cart {
	position: fixed;
	z-index: 1100;
	width: 390px;
	max-width: calc(100% - 30px);
	height: 100vh;
	top: 0;
	right: -400px;
	background-color: #ffffff;
	-ms-align-items: flex-start;
	align-items: flex-start;
	-webkit-transition: all 0.4s;
	-o-transition: all 0.4s;
	-moz-transition: all 0.34;
	transition: all 0.4s;
	padding: 0 25px 0 65px;
	box-shadow: 0 3px 6px 0px rgba(0, 0, 0, 0.18);
	-moz-box-shadow: 0 3px 6px 0px rgba(0, 0, 0, 0.18);
	-webkit-box-shadow: 0 3px 6px 0px rgba(0, 0, 0, 0.18);
	-o-box-shadow: 0 3px 6px 0px rgba(0, 0, 0, 0.18);
	-ms-box-shadow: 0 3px 6px 0px rgba(0, 0, 0, 0.18);
	overflow: auto;
	justify-content: space-between;
}
.cart::after {
	content: "";
	display: block;
	width: 100%;
	height: 9%;
	min-height: 30px;
}
.show-header-cart {
	visibility: visible;
	background-color: rgba(0, 0, 0, 0.6);
}
.show-header-cart .cart {
	right: 0;
}
.header-cart-item {
	-ms-align-items: flex-start;
	align-items: flex-start;
	margin-bottom: 12px;
}
.header-cart-item-img {
	width: 60px;
	position: relative;
	margin-right: 20px;
	cursor: pointer;
}
.header-cart-item-img img {
	width: 100%;
}
.header-cart-item-img::after {
	font: var(--fa-font-solid);
	content: "\f290";
	font-size: 16px;
	display: -webkit-box;
	display: -webkit-flex;
	display: -moz-box;
	display: -ms-flexbox;
	display: flex;
	justify-content: center;
	align-items: center;
	position: absolute;
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
	background-color: rgba(0, 0, 0, 0.5);
	color: #fff;
	transition: all 0.3s;
	-webkit-transition: all 0.3s;
	-o-transition: all 0.3s;
	-moz-transition: all 0.3s;
	opacity: 0;
}
.header-cart-item-img:hover:after {
	opacity: 1;
}
.header-cart-item-txt {
	width: calc(100% - 80px);
	padding-top: 8px;
}
.header-cart-item-name {
	display: block;
	font-size: 14px;
	line-height: 1.3;
	margin-bottom: 18px;
	color: #000000;
	font-weight: 700;
}
.header-cart-item-info {
	display: block;
	font-size: 14px;
	color: #ff6000;
	line-height: 1.5;
	font-weight: 600;
}
.header-cart-total {
	font-size: 20px;
	color: #000000;
	line-height: 1.3;
	padding: 40px 0;
	font-weight: 700;
}
.header-cart-total span {
	color: #ff6000;
}
.header-cart-buttons a {
	padding: 0 15px;
	transition: all linear .3s;
	-webkit-transition: all linear .3s;
	-moz-transition: all linear .3s;
	-ms-transition: all linear .3s;
	-o-transition: all linear .3s;
	margin: 0 8px 10px 0;
	background: var(--brand);
	color: #fff;
	min-width: 132px;
	height: 40px;
	font-size: 15px;
	line-height: 1.466667;
	text-transform: uppercase;
	border-radius: 20px;
	-webkit-border-radius: 20px;
	-moz-border-radius: 20px;
	-ms-border-radius: 20px;
	-o-border-radius: 20px;
	justify-content: center;
	-ms-align-items: center;
	align-items: center;
}
.header-cart-buttons a:hover {
	background: var(--brand2);
}
/* Header cart title part start */
.header-cart-title {
	width: 100%;
	max-width: 100%;
	height: 16.5%;
	min-height: 85px;
	justify-content: space-between;
	-ms-align-items: center;
	align-items: center;
	padding-bottom: 8px;
}
.header-cart-title span {
	font-size: 20px;
	line-height: 1.333333;
	text-transform: capitalize;
	color: #000000;
	font-weight: 700;
}
.header-cart-content {
	flex-grow: 1;
	overflow: auto;
	align-content: space-between;
}
.header-cart-wrap-item {
	flex-grow: 1;
	margin: 0 70px 0 0;
}
/* //////////////////////////////////////////////////////////////
                      [Cart Sidebar part css end]
////////////////////////////////////////////////////////////// */

/* //////////////////////////////////////////////////////////////
                      [wishlist Sidebar part css start]
////////////////////////////////////////////////////////////// */
/* Header cart part start */
.wrap-header-wishlist {
	position: fixed;
	z-index: 999;
	width: 100%;
	height: 100vh;
	top: 0;
	right: 0;
	background-color: rgba(0, 0, 0, 0.0);
	visibility: hidden;
	-webkit-transition: all 0.4s;
	-o-transition: all 0.4s;
	-moz-transition: all 0.4s;
	transition: all 0.4s;
}
.wishlist {
	position: fixed;
	z-index: 1100;
	width: 390px;
	max-width: calc(100% - 30px);
	height: 100vh;
	top: 0;
	right: -400px;
	background-color: #ffffff;
	-ms-align-items: flex-start;
	align-items: flex-start;
	-webkit-transition: all 0.4s;
	-o-transition: all 0.4s;
	-moz-transition: all 0.34;
	transition: all 0.4s;
	padding: 0 25px 0 65px;
	box-shadow: 0 3px 6px 0px rgba(0, 0, 0, 0.18);
	-moz-box-shadow: 0 3px 6px 0px rgba(0, 0, 0, 0.18);
	-webkit-box-shadow: 0 3px 6px 0px rgba(0, 0, 0, 0.18);
	-o-box-shadow: 0 3px 6px 0px rgba(0, 0, 0, 0.18);
	-ms-box-shadow: 0 3px 6px 0px rgba(0, 0, 0, 0.18);
	overflow: auto;
	justify-content: space-between;
}
.wishlist::after {
	content: "";
	display: block;
	width: 100%;
	height: 9%;
	min-height: 30px;
}
.show-header-wishlist {
	visibility: visible;
	background-color: rgba(255, 255, 255, 0.6);
}
.show-header-wishlist .wishlist {
	right: 0;
}
.header-wishlist-item {
	-ms-align-items: flex-start;
	align-items: flex-start;
	margin-bottom: 12px;
}
.header-wishlist-item-img {
	width: 60px;
	position: relative;
	margin-right: 20px;
	cursor: pointer;
}
.header-wishlist-item-img img {
	width: 100%;
}
.header-wishlist-item-img::after {
	font: var(--fa-font-solid);
	content: "\f290";
	font-size: 16px;
	display: -webkit-box;
	display: -webkit-flex;
	display: -moz-box;
	display: -ms-flexbox;
	display: flex;
	justify-content: center;
	align-items: center;
	position: absolute;
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
	background-color: rgba(0, 0, 0, 0.5);
	color: #fff;
	transition: all 0.3s;
	-webkit-transition: all 0.3s;
	-o-transition: all 0.3s;
	-moz-transition: all 0.3s;
	opacity: 0;
}
.header-wishlist-item-img:hover:after {
	opacity: 1;
}
.header-wishlist-item-txt {
	width: calc(100% - 80px);
	padding-top: 8px;
}
.header-wishlist-item-name {
	display: block;
	font-size: 14px;
	line-height: 1.3;
	margin-bottom: 18px;
	color: #000000;
	font-weight: 700;
}
.header-wishlist-item-info {
	display: block;
	font-size: 14px;
	color: #ff6000;
	line-height: 1.5;
	font-weight: 600;
}
.header-wishlist-total {
	font-size: 18px;
	color: #222;
	line-height: 1.3;
}
/* Header cart part end */

/* Header cart title part start */
.header-wishlist-title {
	width: 100%;
	max-width: 100%;
	height: 16.5%;
	min-height: 85px;
	justify-content: space-between;
	-ms-align-items: center;
	align-items: center;
	padding-bottom: 8px;
}
.header-wishlist-title span {
	font-size: 20px;
	line-height: 1.333333;
	text-transform: capitalize;
	color: #000000;
	font-weight: 700;
}
.header-wishlist-content {
	flex-grow: 1;
	overflow: auto;
	align-content: space-between;
}
/* wishlist part start */
.show-header-wishlist {
	visibility: visible;
	background-color: rgba(0, 0, 0, 0.6);
}
.show-header-wishlist .header-wishlist {
	right: 0;
}
.wishlist-xmark {
	justify-content: flex-end;
	display: contents;
	padding-bottom: 30px;
	padding-right: 27px;
}
.wishlist-xmark .pointer {
	cursor: pointer;
	color: #fff;
	line-height: 10px;
	font-size: 26px;
	transition: all linear .3s;
	-webkit-transition: all linear .3s;
	-moz-transition: all linear .3s;
	-ms-transition: all linear .3s;
	-o-transition: all linear .3s;
	background: #ff6000;
	text-align: center;
	align-items: center;
	display: flex;
	justify-content: center;
	border-radius: 50%;
	padding: 5px 9px;
}
.wishlist-xmark .pointer:hover {
	color: #ff6000;
	background: #ddd;
}
/* wishlist part end */

/* //////////////////////////////////////////////////////////////
                      [wishlist Sidebar part css end]
////////////////////////////////////////////////////////////// */

/* //////////////////////////////////////////////////////////////
                      [Slider part css start]
////////////////////////////////////////////////////////////// */

.product-slider .icon {
	display: inline-block;
	width: 1em;
	height: 1em;
	stroke-width: 0;
	stroke: currentColor;
	fill: currentColor;
}
#wrapper {
	width: 100%;
	height: auto;
	background-size: cover;
	position: relative;
	overflow: hidden;
	display: flex;
}
#wrapper .content {
	height: 100%;
	margin: auto;
	width: 100%;
	max-width: 100%;
	display: flex;
	align-items: center;
	position: relative;
}
.bg-shape {
	height: 100%;
	box-shadow: 0px 30px 139px 0px rgba(10, 22, 31, 0.26);
	border-radius: 30px;
	padding: 45px 40px;
	width: 50%;
	position: absolute;
	top: 0;
	left: 0;
	display: flex;
	align-items: center;
}
.bg-shape img {
	object-fit: contain;
	width: 100%;
	display: block;
	object-position: left center;
	opacity: 1;
	transform: rotate(-90deg) translateY(-50%);
	max-width: inherit;
	left: 23%;
	position: absolute;
}
#wrapper .next, #wrapper .prev {
	z-index: 22;
	display: block;
	border: none;
	width: 61px;
	height: 61px;
	border-radius: 50%;
	font-size: 25px;
	position: absolute;
	top: 50%;
	outline: none;
	cursor: pointer;
	background: #ffffff63;
}
#wrapper .next:focus, #wrapper .prev:focus {
	outline: none;
}
#wrapper .prev {
	left: 5%;
}
#wrapper .next {
	right: 5%;
}
.product-slider {
	width: 100%;
	height: 100%;
	border-radius: 30px;
	box-shadow: 0 28px 79px 0 rgba(10, 22, 31, 0.35);
	position: relative;
}
.product-slider__wrp {
	height: 100%;
}
.product-slider__item {
	position: relative;
	height: 100%;
	width: 100%;
}
.product-slider__item.swiper-slide-active .product-slider__content&gt;* {
	opacity: 1;
	transform: none;
}
.product-slider__item.swiper-slide-active .product-slider__content&gt;*:nth-child(1) {
	transition-delay: 0s;
}
.product-slider__item.swiper-slide-active .product-slider__content&gt;*:nth-child(2) {
	transition-delay: 0.2s;
}
.product-slider__item.swiper-slide-active .product-slider__content&gt;*:nth-child(3) {
	transition-delay: 0.4s;
}
.product-slider__item.swiper-slide-active .product-slider__content&gt;*:nth-child(4) {
	transition-delay: 0.6s;
}
.product-slider__item.swiper-slide-active .product-slider__content&gt;*:nth-child(5) {
	transition-delay: 0.8s;
}
.product-slider__item.swiper-slide-active .product-slider__content&gt;*:nth-child(6) {
	transition-delay: 1s;
}
.product-slider__item.swiper-slide-active .product-slider__content&gt;*:nth-child(7) {
	transition-delay: 1.2s;
}
.product-slider__item.swiper-slide-active .product-slider__content&gt;*:nth-child(8) {
	transition-delay: 1.4s;
}
.product-slider__item.swiper-slide-active .product-slider__content&gt;*:nth-child(9) {
	transition-delay: 1.6s;
}
.product-slider__item.swiper-slide-active .product-slider__content&gt;*:nth-child(10) {
	transition-delay: 1.8s;
}
.product-slider__item.swiper-slide-active .product-slider__content&gt;*:nth-child(11) {
	transition-delay: 2s;
}
.product-slider__item.swiper-slide-active .product-slider__content&gt;*:nth-child(12) {
	transition-delay: 2.2s;
}
.product-slider__item.swiper-slide-active .product-slider__content&gt;*:nth-child(13) {
	transition-delay: 2.4s;
}
.product-slider__item.swiper-slide-active .product-slider__content&gt;*:nth-child(14) {
	transition-delay: 2.6s;
}
.product-slider__item.swiper-slide-active .product-slider__content&gt;*:nth-child(15) {
	transition-delay: 2.8s;
}
.product-slider__item.swiper-slide-active circle {
	animation: progress 1s ease-out forwards;
	animation-delay: 0.5s;
	opacity: 0.75;
}
.product-slider__card {
	height: 100%;
	display: flex;
	width: 100%;
	transition: all 0.5s;
	overflow: hidden;
	position: relative;
}
.product-slider__cover {
	float: left;
	width: 100%;
	height: 100%;
	display: block;
	object-fit: cover;
}
.product-slider__content {
	color: #000000;
	padding-top: 1px;
	position: absolute;
	z-index: 2;
	top: 30%;
	left: 15%;
	width: 100%;
}
.product-slider__title {
	margin: 0;
	margin-bottom: 10px;
	font-weight: 900;
	font-size: 41px;
	line-height: 1.2em;
	letter-spacing: 2px;
	opacity: 0;
	transform: translateY(55px);
	transition: all 0.5s;
	color: #fff;
}
.product-slider__price {
	display: block;
	font-size: 42px;
	opacity: 0;
	transform: translateY(55px);
	transition: all 0.5s;
	font-family: var(--font2);
	font-weight: 600;
	color: #ff6000;
}
.product-slider__price sup {
	top: -20px;
	font-size: 65%;
}
.product-slider__cart {
	box-shadow: 0 7px 99px 0 rgba(128, 204, 51, 0.6);
	background-image: linear-gradient(-45deg, #9cc026 0%, #5faf21 100%);
	border: none;
	color: #fff;
	padding: 10px 30px;
	border-radius: 50px;
	min-height: 50px;
	font-weight: 700;
	font-size: 14px;
	letter-spacing: 2px;
	margin-right: 40px;
	cursor: pointer;
}
.product-slider__fav {
	color: #888e94;
	background: none;
	border: none;
	position: relative;
	padding-left: 25px;
	outline: none;
	cursor: pointer;
}
.product-slider__fav:focus {
	outline: none;
}
.product-slider__fav .heart {
	display: block;
	position: absolute;
	left: 0;
	transform: translate(-50%, -50%) scale(0.7);
	top: 50%;
	pointer-events: none;
	width: 100px;
	height: 100px;
	background: url(../images/heart.png) no-repeat;
	background-position: 0 0;
	cursor: pointer;
	transition: background-position 1s steps(28);
	transition-duration: 0s;
}
.product-slider__fav .heart.is-active {
	transition-duration: 1s;
	background-position: -2800px 0;
}
.product-slider__bottom {
	margin-top: 20px;
	opacity: 0;
	transform: translateY(55px);
	transition: all 0.5s;
}
.product-ctr {
	display: flex;
	align-items: center;
	min-height: 150px;
	margin-top: 10px;
	opacity: 0;
	transform: translateY(55px);
	transition: all 0.5s;
}
.product-ctr .hr-vertical {
	width: 1px;
	background: #9fa3a7;
	align-self: stretch;
	margin: 0 35px;
	flex-shrink: 0;
	opacity: 0.5;
}
.product-labels__checkbox {
	display: none;
}
.product-labels__title {
	font-family: var(--font1);
	font-weight: 700;
	letter-spacing: 3px;
	font-size: 16px;
	margin-bottom: 10px;
}
.product-labels__group {
	margin-bottom: 15px;
}
.product-labels__group:last-child {
	margin-bottom: 0;
}
.product-labels__item {
	margin: 5px;
}
.product-labels__txt i {
	color: var(--brand);
	margin-right: 1px;
}
.product-labels__txt {
	display: block;
	border: 2px solid transparent;
	font-size: 12px;
	padding: 0px 19px;
	padding-left: 0;
	border-radius: 50px;
	transition: all 0.3s;
	letter-spacing: 1px;
	font-weight: 600;
}
 @keyframes progress {
 0% {
 stroke-dasharray: 0 100;
}
}
.product-inf {
	text-align: center;
}
.product-inf__percent {
	font-weight: 700;
	font-size: 22px;
	letter-spacing: 1px;
	margin-bottom: 12px;
	font-family: var(--font1);
	position: relative;
}
.product-inf__percent circle {
	transform: rotate(180deg) scaleY(-1);
	transform-origin: 50%;
}
.product-inf__percent-txt {
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	-webkit-transform: translate(-50%, -50%);
	-moz-transform: translate(-50%, -50%);
	-ms-transform: translate(-50%, -50%);
	-o-transform: translate(-50%, -50%);
}
.product-inf__title {
	font-family: var(--font1);
	font-weight: 700;
	letter-spacing: 2px;
	font-size: 18px;
}
.product-img {
	position: absolute;
	z-index: 2;
	width: 50%;
	right: 0%;
	max-height: 500px;
	height: 100%;
	pointer-events: none;
}
.product-img__item {
	display: flex;
	align-items: center;
	position: absolute;
	pointer-events: none;
	user-select: none;
	top: 50%;
	right: 0;
	transform: translateY(-50%) translateX(-130px);
	opacity: 0;
	transition: all 0.3s;
}
.product-img__item.active {
	opacity: 1;
	transform: translateY(-50%) translateX(0);
	transition-delay: 0.3s;
}
.product-img__item img {
	object-fit: contain;
	object-position: center right;
}
#banner-poster {
	padding: 133px 0 219px 0;
}
#banner-poster2 {
	padding: 3% 0;
	background-color: #fff;
}
.banner-item {
	margin: 0 auto;
	padding-bottom: 30px;
}
.banner-blog {
	display: block;
	position: relative;
}
.banner-blog.product-hot {
	position: relative;
}
.banner-blog.product-hot::after {
	font: normal normal normal 14px/1 FontAwesome;
	content: "\f0a3";
	position: absolute;
	top: 5px;
	right: 5px;
	font-size: 70px;
	color: #ff6000;
	width: 70px;
	height: 70px;
	z-index: 1;
	font-weight: 900;
}
.banner-blog.product-hot::before {
	position: absolute;
	content: "Hot";
	top: 5px;
	right: 5px;
	font-size: 21px;
	font-weight: 800;
	color: #fff;
	border-radius: 50%;
	-webkit-border-radius: 50%;
	-moz-border-radius: 50%;
	-ms-border-radius: 50%;
	-o-border-radius: 50%;
	transform: rotate(10deg);
	width: 70px;
	height: 70px;
	align-items: center;
	display: flex;
	justify-content: center;
	font-family: var(--font1);
	-webkit-transform: rotate(10deg);
	-moz-transform: rotate(10deg);
	-ms-transform: rotate(10deg);
	-o-transform: rotate(10deg);
	z-index: 2;
}
.banner-info {
	color: #fff;
	font-family: var(--font2);
	font-weight: 500;
	font-style: 14px;
	transition: all linear .3s;
	-webkit-transition: all linear .3s;
	-moz-transition: all linear .3s;
	-ms-transition: all linear .3s;
	-o-transition: all linear .3s;
	padding-bottom: 8px;
}
.banner-name {
	color: #fff;
	font-weight: 700;
	font-family: var(--font2);
	font-size: 28px;
	line-height: 1.1;
	transition: all linear .3s;
	-webkit-transition: all linear .3s;
	-moz-transition: all linear .3s;
	-ms-transition: all linear .3s;
	-o-transition: all linear .3s;
	padding-bottom: 8px;
}
.banner-txt {
	position: absolute;
	left: 0px;
	top: 0px;
	background-color: rgba(0, 0, 0, 0.11);
	width: 100%;
	height: 100%;
	justify-content: space-between;
	-ms-align-items: center;
	align-items: flex-start;
	padding: 34px 38px;
	transition: all linear .3s;
	-webkit-transition: all linear .3s;
	-moz-transition: all linear .3s;
	-ms-transition: all linear .3s;
	-o-transition: all linear .3s;
	display: flex;
	-webkit-flex-direction: column;
	-moz-flex-direction: column;
	-ms-flex-direction: column;
	-o-flex-direction: column;
	flex-direction: column;
}
.banner-txt-child1 {
	-webkit-flex-direction: column;
	-moz-flex-direction: column;
	-ms-flex-direction: column;
	-o-flex-direction: column;
	flex-direction: column;
	display: -webkit-box;
	display: -webkit-flex;
	display: -moz-box;
	display: -ms-flexbox;
	display: flex;
	-ms-align-items: flex-start;
	align-items: flex-start;
}
.banner-txt-child2 {
	border-bottom: 2px solid #fff;
	overflow: hidden;
	-webkit-transform: scaleX(0);
	-moz-transform: scaleX(0);
	-ms-transform: scaleX(0);
	-o-transform: scaleX(0);
	transform: scaleX(0);
	padding-bottom: 4px;
	transition: all linear .3s;
	-webkit-transition: all linear .3s;
	-moz-transition: all linear .3s;
	-ms-transition: all linear .3s;
	-o-transition: all linear .3s;
}
.banner-link {
	-webkit-transform: translateY(250%);
	-moz-transform: translateY(250%);
	-ms-transform: translateY(250%);
	-o-transform: translateY(250%);
	transform: translateY(250%);
	font-weight: 700;
	color: #fff;
	transition: all linear .6s;
	-webkit-transition: all linear .6s;
	-moz-transition: all linear .6s;
	-ms-transition: all linear .6s;
	-o-transition: all linear .6s;
	font-size: 15px;
	line-height: 1.466667;
	text-transform: uppercase;
}
.banner-link:hover {
	color: var(--brand2);
}
.banner-txt:hover {
	background-color: rgba(0, 0, 0, 0.4);
}
.banner-txt:hover .banner-txt-child2 {
	-webkit-transform: scaleX(1);
	-moz-transform: scaleX(1);
	-ms-transform: scaleX(1);
	-o-transform: scaleX(1);
	transform: scaleX(1);
}
.banner-txt:hover .banner-link {
	-webkit-transform: translateY(0%);
	-moz-transform: translateY(0%);
	-ms-transform: translateY(0%);
	-o-transform: translateY(0%);
	transform: translateY(0%);
}
#products {
	padding: 3% 0;
}
.product-menu {
	padding-bottom: 52px;
	justify-content: space-between;
	-ms-align-items: center;
	align-items: center;
}
.filter-tope-group {
	justify-content: flex-start;
	-ms-align-items: center;
	align-items: center;
	margin: 10px 0;
}
.nav-pills .nav-link {
	color: #000;
	border-radius: 23px;
	background: #ddd;
	margin: 0 8px;
	border: 1px solid var(--brand);
}
.nav-pills .nav-link:hover {
	color: #ffffff;
	background: var(--brand);
}
.nav-pills .nav-link.active, .nav-pills .show&gt;.nav-link {
	background-color: var(--brand);
	border-radius: 23px;
}
.filter {
	justify-content: center;
	-ms-align-items: center;
	align-items: center;
	margin: 10px 0;
}
.filter-item {
	color: #fff;
	background: var(--brand);
	font-size: 15px;
	line-height: 1.2;
	min-width: 94px;
	height: 40px;
	border-radius: 23px;
	cursor: pointer;
	transition: all linear .3s;
	-webkit-transition: all linear .3s;
	-moz-transition: all linear .3s;
	-ms-transition: all linear .3s;
	-o-transition: all linear .3s;
	margin: 4px 8px 4px 0;
	justify-content: center;
	-ms-align-items: center;
	align-items: center;
	display: flex;
}
.filter-item:hover {
	border-color: #fff;
	background-color: var(--brand2);
	color: #fff;
}
.filter-item .icon-filter, .filter-item .icon-search {
	margin-right: 6px;
	font-size: 15px;
	transition: all linear .3s;
	-webkit-transition: all linear .3s;
	-moz-transition: all linear .3s;
	-ms-transition: all linear .3s;
	-o-transition: all linear .3s;
	color: #fff;
}
.filter-item .icon-close-search, .filter-item .icon-close-filter {
	display: none;
	margin-right: 6px;
	font-size: 15px;
	transition: all linear .3s;
	-webkit-transition: all linear .3s;
	-moz-transition: all linear .3s;
	-ms-transition: all linear .3s;
	-o-transition: all linear .3s;
	color: #fff;
}
.filter-item:hover i {
	color: #fff;
}
.icon-close::before {
	font: var(--fa-font-solid);
	content: "\f00d";
}
.show-search .icon-search, .show-filter .icon-filter {
	display: none;
}
.show-search .icon-close-search, .show-filter .icon-close-filter {
	display: unset;
}
.show-search, .show-filter {
	background-color: var(--brand);
	border-color: var(--brand);
	position: relative;
}
.show-search::after, .show-filter::after {
	content: "";
	position: absolute;
	display: block;
	width: 14px;
	height: 14px;
	background-color: var(--brand);
	border-left: 1px solid var(--brand);
	border-bottom: 1px solid var(--brand);
	transform-origin: center center;
	-webkit-transform: rotate(-45deg);
	-moz-transform: rotate(-45deg);
	-ms-transform: rotate(-45deg);
	-o-transform: rotate(-45deg);
	transform: rotate(-45deg);
	left: calc(50% - 7px);
	bottom: -7px;
	-webkit-transition: all 0.4s;
	-o-transition: all 0.4s;
	-moz-transition: all 0.4s;
	transition: all 0.4s;
}
.show-search:hover::after, .show-filter:hover::after {
	background-color: var(--brand2);
}
.panel-filter, .panel-search {
	padding: 10px 0;
	display: none;
}
.panel-search .panel-search-body {
	border: 1px solid var(--brand);
	border-radius: 2px;
	padding: 0 15px;
	background: #fff;
}
.panel-search .panel-search-body button {
	width: 38px;
	height: 60px;
	background: #fff;
	font-size: 16px;
	color: var(--brand);
	justify-content: center;
	-ms-align-items: center;
	align-items: center;
	transition: all linear .3s;
	-webkit-transition: all linear .3s;
	-moz-transition: all linear .3s;
	-ms-transition: all linear .3s;
	-o-transition: all linear .3s;
}
.panel-search .panel-search-body button:hover {
	color: var(--brand2);
}
.panel-search .panel-search-body input {
	background: #fff;
	font-size: 16px;
	line-height: 1.625;
	color: #000;
	width: calc(100% - 38px);
	height: 60px;
	padding-right: 15px;
}
 .panel-search .panel-search-body input::-webkit-input-placeholder, .panel-search .panel-search-body input:-moz-placeholder, .panel-search .panel-search-body input::-moz-placeholder, .panel-search .panel-search-body input:-ms-input-placeholder {
 color: #333;
}
.panel-filter .wrap-filter {
	background-color: rgba(156, 192, 38, 0.2);
	padding: 27px 40px 0 40px;
}
.filter-col1 {
	width: 27%;
	padding-right: 15px;
	padding-bottom: 15px;
	color: var(--brand);
}
.filter-col2 {
	width: 27%;
	padding-right: 15px;
	padding-bottom: 15px;
	color: var(--brand);
}
.filter-col3 {
	width: 26%;
	padding-right: 15px;
	padding-bottom: 15px;
	color: var(--brand);
}
.filter-col3 ul li span {
	font-size: 15px;
	margin-right: 6px;
	line-height: 1.2;
}
.filter-col3 ul li span.black {
	color: #000;
}
.filter-col3 ul li span.blue {
	color: #4272d7;
}
.filter-col3 ul li span.grey {
	color: #b3b3b3;
}
.filter-col3 ul li span.green {
	color: #00ad5f;
}
.filter-col3 ul li span.red {
	color: #fa4251;
}
.filter-col3 ul li span.white {
	color: #ffffff;
}
.filter-col4 {
	width: 20%;
	padding-bottom: 15px;
	color: var(--brand);
}
.filter-col4 .filter-col4-item {
	padding-top: 4px;
	margin-right: -5px;
}
.filter-col4 .filter-col4-item a {
	justify-content: center;
	-ms-align-items: center;
	align-items: center;
	display: flex;
	font-size: 13px;
	line-height: 1.923;
	background: #fff;
	color: #888;
	min-height: 30px;
	border: 1px solid var(--brand);
	border-radius: 15px;
	padding: 0 15px;
	margin: 0 5px 5px 0;
	transition: all linear .3s;
	-webkit-transition: all linear .3s;
	-moz-transition: all linear .3s;
	-ms-transition: all linear .3s;
	-o-transition: all linear .3s;
}
.filter-col4 .filter-col4-item a:hover {
	background: var(--brand);
	color: #fff;
}
.filter-title {
	color: var(--brand);
	font-size: 16px;
	line-height: 1.6;
	padding-bottom: 15px;
	font-weight: 700;
}
.filter-col1 ul li, .filter-col2 ul li, .filter-col3 ul li {
	padding-bottom: 6px;
}
.filter-col1 ul li a, .filter-col2 ul li a, .filter-col3 ul li a {
	font-size: 15px;
	line-height: 1.2;
	transition: all linear .3s;
	-webkit-transition: all linear .3s;
	-moz-transition: all linear .3s;
	-ms-transition: all linear .3s;
	-o-transition: all linear .3s;
}
.filter-link {
	color: #000000;
	border-bottom: 1px solid transparent;
}
.filter-link:hover {
	color: var(--brand2);
	border-bottom: 1px solid var(--brand2);
}
.filter-link-active {
	color: var(--brand2);
	border-bottom: 1px solid var(--brand2);
}
.item {
	position: relative;
	font-size: 15px;
	display: inline-block;
	width: calc(100% / 4);
	padding: 10px;
	text-align: left;
}
.item-block {
	padding: 15px;
	background: #fff;
	transition: all linear .3s;
	-webkit-transition: all linear .3s;
	-moz-transition: all linear .3s;
	-ms-transition: all linear .3s;
	-o-transition: all linear .3s;
	border: 1px solid #ddd;
}
/* .item-block:hover {
  box-shadow: 0px 0px 4px 2px var(--brand2);
} */

.item-block-pic {
	position: relative;
	display: block;
	overflow: hidden;
}
.item-block-pic img {
	width: 100%;
	-webkit-transition: transform 0.9s ease;
	-o-transition: transform 0.9s ease;
	-moz-transition: transform 0.9s ease;
	transition: transform 0.9s ease;
}
.item-block-pic:hover img {
	transform: scale(1.1);
	-webkit-transform: scale(1.1);
	-moz-transform: scale(1.1);
	-ms-transform: scale(1.1);
	-o-transform: scale(1.1);
}
.item-block-txt {
	-ms-align-items: flex-start;
	align-items: flex-start;
	padding-top: 14px;
}
.item-block-btn {
	position: absolute;
	bottom: -50px;
	left: 50%;
	-webkit-transform: translateX(-50%);
	-moz-transform: translateX(-50%);
	-ms-transform: translateX(-50%);
	-o-transform: translateX(-50%);
	transform: translateX(-50%);
	justify-content: center;
	-ms-align-items: center;
	align-items: center;
	font-size: 15px;
	line-height: 1.466667;
	color: #fff;
	border: 2px dotted var(--brand);
	min-width: 139px;
	height: 40px;
	border-radius: 20px;
	background: var(--brand);
	padding: 0 15px;
	transition: all linear .3s;
	-webkit-transition: all linear .3s;
	-moz-transition: all linear .3s;
	-ms-transition: all linear .3s;
	-o-transition: all linear .3s;
	display: flex;
	font-weight: 500;
	font-size: 16px;
	font-family: var(--font2);
}
.item-block-btn:hover {
	border-color: #5faf21;
	background-color: #5faf21;
	color: #fff;
}
.item-block-btn:hover i {
	color: #fff;
}
.item-block:hover .item-block-btn {
	bottom: 20px;
}
.discount {
	position: relative;
}
.discount::after {
	position: absolute;
	content: attr(data-discount);
	top: 5px;
	right: 5px;
	font-size: 14px;
	font-weight: 800;
	color: #fff;
	border-radius: 50%;
	-webkit-border-radius: 50%;
	-moz-border-radius: 50%;
	-ms-border-radius: 50%;
	-o-border-radius: 50%;
	transform: rotate(10deg);
	width: 50px;
	height: 50px;
	align-items: center;
	display: flex;
	justify-content: center;
	font-family: var(--font1);
	-webkit-transform: rotate(10deg);
	-moz-transform: rotate(10deg);
	-ms-transform: rotate(10deg);
	-o-transform: rotate(10deg);
	z-index: 2;
}
.fa-certificate {
	position: relative;
}
.fa-certificate::before {
	position: absolute;
	content: "";
	top: 5px;
	right: 5px;
	font-size: 50px;
	color: #ff6000;
	width: 50px;
	height: 50px;
	z-index: 1;
	font-weight: 900;
}
.New {
	position: relative;
}
.New:after {
	position: absolute;
	content: "New";
	top: 5px;
	left: 5px;
	font-size: 15px;
	font-weight: 800;
	background: var(--brand);
	color: #fff;
	border-radius: 50%;
	-webkit-border-radius: 50%;
	-moz-border-radius: 50%;
	-ms-border-radius: 50%;
	-o-border-radius: 50%;
	transform: rotate(10deg);
	width: 50px;
	height: 50px;
	align-items: center;
	display: flex;
	justify-content: center;
	font-family: var(--font1);
	border: 2px solid #fff;
	-webkit-transform: rotate(10deg);
	-moz-transform: rotate(10deg);
	-ms-transform: rotate(10deg);
	-o-transform: rotate(10deg);
}
.item-block .item-block-pic .img-2 {
	display: none;
}
.item-block .item-block-pic .img-1 {
	display: block;
}
.item-block:hover .item-block-pic .img-1 {
	display: none;
}
.item-block:hover .item-block-pic .img-2 {
	display: block;
}
.item-block-txt-child1 {
	width: calc(100% - 30px);
	-ms-align-items: flex-start;
	align-items: flex-start;
}
.item-block-txt-child1 span {
	color: #f85606;
	font-weight: 600;
	font-size: 17px;
	line-height: 1.466667;
	letter-spacing: 1px;
	display: block;
}
.item-block-txt-child1 .discount-price del {
	color: #9e9e9e;
	font-size: 14px;
}
.item-block-txt-child1 .discount-price p {
	color: #9e9e9e;
	font-size: 14px;
}
.item-block-txt-child1 a {
	font-size: 14px;
	line-height: 1.466667;
	color: #000;
	font-weight: 600;
	transition: all linear .3s;
	-webkit-transition: all linear .3s;
	-moz-transition: all linear .3s;
	-ms-transition: all linear .3s;
	-o-transition: all linear .3s;
	padding-bottom: 6px;
}
.item-block-txt-child1:hover a {
	color: var(--brand2);
}
.item-block-txt .item-block-txt:hover {
	color: var(--brand2);
}
.product_fav {
	background: transparent;
	border: none;
	outline: none;
	cursor: pointer;
	padding: 15px;
	position: absolute;
	right: 10px;
}
.product_fav i {
	color: var(--brand);
	font-size: 20px;
}
.product_fav:focus {
	outline: none;
}
.product_fav .heart {
	display: block;
	position: absolute;
	left: 15px;
	transform: translate(-50%, -50%) scale(0.7);
	top: 50%;
	pointer-events: none;
	width: 100px;
	height: 100px;
	background: url(../images/heart.png) no-repeat;
	background-position: 0 0;
	cursor: pointer;
	transition: background-position 1s steps(28);
	transition-duration: 0s;
}
.product_fav .heart.is-active {
	transition-duration: 1s;
	background-position: -2800px 0;
}
.product-banner {
	padding-bottom: 34px;
}
.load_more {
	width: 100%;
	padding-top: 45px;
	justify-content: center;
	-ms-align-items: center;
	align-items: center;
}
.load_more a {
	justify-content: center;
	-ms-align-items: center;
	align-items: center;
	color: #fff;
	display: flex;
	background: var(--brand);
	border-radius: 23px;
	-webkit-border-radius: 23px;
	-moz-border-radius: 23px;
	-ms-border-radius: 23px;
	-o-border-radius: 23px;
	padding: 0 15px;
	transition: all linear .3s;
	-webkit-transition: all linear .3s;
	-moz-transition: all linear .3s;
	-ms-transition: all linear .3s;
	-o-transition: all linear .3s;
	min-width: 179px;
	height: 46px;
}
.load_more a:hover {
	background: var(--brand2);
}
.star {
	color: #faca51;
	font-size: 17px;
	margin: 12px 0 0 0;
}
.star span {
	font-size: 14px;
	font-weight: 600;
	line-height: 17px;
	letter-spacing: 0px;
}
#services {
	padding: 3% 0;
	background: #fff;
}
#services .content-block {
	background: var(--brand);
	border-radius: 20px;
	transition: all linear .3s;
	-webkit-transition: all linear .3s;
	-moz-transition: all linear .3s;
	-ms-transition: all linear .3s;
	-o-transition: all linear .3s;
	color: #fff;
	position: relative;
	margin-bottom: 25px;
}
#services .content-block:hover {
	border-color: #5faf21;
	background-color: #5faf21;
	color: #fff;
}
#services .content-block i {
	font-size: 60px;
}
#services .content-block h2 {
	font-size: 20px;
	line-height: 1.3846;
	padding-bottom: 4px;
	padding-top: 15px;
	font-weight: 800;
}
#services .content-block:hover i {
	color: #fff;
}
#blog {
	padding:3% 0 3% 0;
}
.blog-item-info {
	padding-bottom: 40px;
}
.blog-item {
	background: #f2f2f2;
	box-shadow: 0 0px 3px 0px rgba(0, 0, 0, 0.2);
	-moz-box-shadow: 0 0px 3px 0px rgba(0, 0, 0, 0.2);
	-webkit-box-shadow: 0 0px 3px 0px rgba(0, 0, 0, 0.2);
	-o-box-shadow: 0 0px 3px 0px rgba(0, 0, 0, 0.2);
	-ms-box-shadow: 0 0px 3px 0px rgba(0, 0, 0, 0.2);
}
.blog-img {
	display: block;
	overflow: hidden;
}
.blog-img img {
	width: 100%;
	-webkit-transition: transform 0.9s ease;
	-o-transition: transform 0.9s ease;
	-moz-transition: transform 0.9s ease;
	transition: transform 0.9s ease;
}
.blog-img:hover img {
	-webkit-transform: scale(1.2);
	-moz-transform: scale(1.2);
	-ms-transform: scale(1.2);
	-o-transform: scale(1.2);
	transform: scale(1.2);
}
.blog-text {
	font-size: 13px;
	line-height: 1.923;
	padding-top: 15px;
	padding-bottom: 14px;
}
.blog-text span {
	color: #000;
}
.blog-text h4 {
	padding-bottom: 12px;
}
.blog-text p {
	color: #000;
	font-size: 14px;
	line-height: 1.7143;
}
.blog-text h4 a {
	transition: all linear .3s;
	-webkit-transition: all linear .3s;
	-moz-transition: all linear .3s;
	-ms-transition: all linear .3s;
	-o-transition: all linear .3s;
	font-weight: 700;
	font-size: 18px;
	line-height: 1.333333;
	color: #000;
}
.blog-text h4 a:hover {
	color: var(--brand);
}
.footer-row {
	padding: 48px 48px 0 48px;
	background: var(--brand2);
}
.footer-logo {
	padding-bottom: 50px;
}
.footer-logo a {
	padding-bottom: 30px;
}
.footer-logo p {
	color: #fff;
	font-size: 13px;
	line-height: 1.923;
}
.footer-content h4 {
	position: relative;
	color: #fff;
	font-weight: 700;
	padding-bottom: 10px;
	font-size: 20px;
	line-height: 1.6;
	text-transform: uppercase;
	margin-bottom: 10px;
}
.footer-content h4::after {
	position: absolute;
	content: "";
	bottom: 0;
	left: 0;
	background: #fff;
	width: 140px;
	height: 2px;
}
.footer-content.app h4::after {
	display: none;
}
.footer-content.app h4 {
	border: none;
}
.footer-content.app {
	padding: 40px 0;
}
.footer-content a {
	display: block;
	color: #fff;
	font-weight: 700;
	font-size: 16px;
	line-height: 1.923;
}
.footer-bottom-menu {
	border-top: 1px solid #fff;
	border-bottom: 1px solid #fff;
	padding-top: 13px;
	padding-bottom: 10px;
	margin-top: 5%;
}
.footer-down-content {
	margin: 4px 0;
}
.footer-down-content ul li {
	/* border-right: 1px solid #fff; */
	padding-right: 14px;
}
.footer-down-content ul li:last-child {
	border: none;
	padding-right: 14px;
}
.footer-down-content ul li a {
	font-weight: 700;
	color: #fff;
	margin-left: 10px;
	padding: 2px 0;
	font-size: 15px;
	line-height: 1.6;
	text-transform: uppercase;
}
.footer-down-content-mid {
	text-align: center;
}
.footer-down-content-mid li {
	margin-right: 10px;
}
.footer-down-content ul li {
	position: relative;
}
.footer-down-content ul li::after {
	position: absolute;
	content: "";
	top: 6px;
	right: 0;
	height: 17px;
	width: 2px;
	background: #fff;
}
.footer-down-content ul li:last-child:after {
	display: none;
}
.footer-down-content-mid ul li a {
	color: #fff;
	padding: 6px 10px;
	transition: all linear .3s;
	-webkit-transition: all linear .3s;
	-moz-transition: all linear .3s;
	-ms-transition: all linear .3s;
	-o-transition: all linear .3s;
	border-radius: 50%;
	-webkit-border-radius: 50%;
	-moz-border-radius: 50%;
	-ms-border-radius: 50%;
	-o-border-radius: 50%;
	font-size: 15px;
	border: 1px solid #fff;
}
.footer-down-content-mid ul li a:hover {
	color: var(--brand2);
	background: #fff;
}
.footer-down-content-right ul {
	justify-content: end;
	display: flex;
}
.pay-icons {
	justify-content: end;
}
.footer-bottom {
	padding: 10px 0;
}
.footer-bottom p {
	text-align: start;
	color: #fff;
	font-weight: 500;
	font-size: 14px;
	line-height: 1.923;
	float: left;
}
.footer-bottom span {
	float: right;
	font-size: 14px;
	color: #fff;
}
.footer-bottom span a {
	color: #fff;
	font-size: 14px;
	padding-left: 5px;
	padding-right: 5px;
}
.footer-bottom p a {
	color: #fff;
}
.footer-wave {
	position: relative;
	text-align: center;
	background-image: url("../images/body-bg.jpg");
	background-position: left top;
	background-size: auto;
	background-repeat: repeat;
	background-attachment: fixed;
}
.waves {
	position: relative;
	width: 100%;
	height: 15vh;
	margin-bottom: -7px;
	/*Fix for safari gap*/
	min-height: 100px;
	max-height: 150px;
}
/* Animation */

.parallax&gt;use {
	animation: move-forever 25s cubic-bezier(.55, .5, .45, .5) infinite;
}
.parallax&gt;use:nth-child(1) {
	animation-delay: -2s;
	animation-duration: 7s;
}
.parallax&gt;use:nth-child(2) {
	animation-delay: -3s;
	animation-duration: 10s;
}
.parallax&gt;use:nth-child(3) {
	animation-delay: -4s;
	animation-duration: 13s;
}
.parallax&gt;use:nth-child(4) {
	animation-delay: -5s;
	animation-duration: 20s;
}
 @keyframes move-forever {
 0% {
 transform: translate3d(-90px, 0, 0);
}
 100% {
 transform: translate3d(85px, 0, 0);
}
}
footer {
	background: var(--brand2);
}
#onlineService {
	z-index: 100998;
	display: none;
}
#onlineService {
	position: fixed;
	right: 0;
	bottom: 32%;
	z-index: 100998;
}
.footer-content h4 {
	position: relative;
}
.footer-content h4 i {
	display: none;
	position: absolute;
	right: 0;
	top: 0;
	cursor: pointer;
	width: 50px;
	height: 30px;
	line-height: 30px;
	text-align: center;
}
 @media(max-width:786px) {
footer {
	padding-bottom: 60px;
}
.footer-bottom p {
	width: 100%;
	text-align: center;
}
.footer-bottom span {
	width: 100%;
	text-align: center;
}
.footer-content h4::after {
	width: 100%;
}
#footer .col-6 {
	width: 100%;
}
.footer-content h4 {
	font-size: 20px;
}
.footer-content h4 i {
	display: block;
}
.list-area {
	display: none !important;
}
.active .list-area li {
	line-height: 30px;
}
.active .social-icons a {
	float: left;
	margin-right: 5px;
}
.active h4 i {
	transform: rotate(180deg);
	-webkit-transform: rotate(180deg);
	-moz-transform: rotate(180deg);
	-o-transform: rotate(180deg);
	-ms-transform: rotate(180deg);
}
.active .list-area {
	display: block !important;
}
#onlineService {
	display: block;
}
#onlineService {
	overflow: visible;
}
#onlineService {
	position: fixed;
	bottom: 0;
	left: 50%;
	width: 100%;
	-webkit-transform: translateX(-50%);
	-moz-transform: translateX(-50%);
	-ms-transform: translateX(-50%);
	-o-transform: translateX(-50%);
	transform: translateX(-50%)
}
.offside {
	display: flex;
	width: 100%
}
.offside li {
	flex-grow: 1;
	flex: 1;
	text-align: center;
	width: auto;
	height: 60px;
	background:var(--brand) !important;
	border-bottom: none !important;
	border-right: 1px solid rgba(255,255,255,0.15)
}
.offside li i {
	color: #fff !important;
	font-size: 20px !important;
	line-height: 60px !important;
	padding: 0;
	font-size: 22px !important
}
.offside li.tel {
	width: 47px;
	transform: translateX(0);
	-webkit-transform: translateX(0)
}
.offside li:last-child {
	display: none
}
.offside li p {
	display: none !important
}
.offside li a {
	position: static;
	display: inline-block
}
}
}
</pre></body></html>