/*----------------------------------------*/
/* Template default CSS
/*----------------------------------------*/

/*-------------------------------------------------------------------------------------------*/
/* Fonts */
/*-------------------------------------------------------------------------------------------*/
@font-face {
	font-family: 'ArianAMURegular';
	src: url('/assets/fonts/arnamu-webfont.eot');
	src: url('/assets/fonts/arnamu-webfont.eot?#iefix') format('embedded-opentype'),
		url('/assets/fonts/arnamu-webfont.woff') format('woff'),
		url('/assets/fonts/arnamu-webfont.ttf') format('truetype'),
		url('/assets/fonts/arnamu-webfont.svg#ArianAMURegular') format('svg');
	font-weight: normal;
	font-style: normal;
}

@font-face {
	font-family: 'ArianAMUBold';
	src: url('/assets/fonts/arnamu_bold-webfont.eot');
	src: url('/assets/fonts/arnamu_bold-webfont.eot?#iefix') format('embedded-opentype'),
		url('/assets/fonts/arnamu_bold-webfont.woff') format('woff'),
		url('/assets/fonts/arnamu_bold-webfont.ttf') format('truetype'),
		url('/assets/fonts/arnamu_bold-webfont.svg#ArianAMUBold') format('svg');
	font-weight: normal;
	font-style: normal;
}

@font-face {
	font-family: 'ArianAMUItalic';
	src: url('/assets/fonts/arnamu_italic-webfont.eot');
	src: url('/assets/fonts/arnamu_italic-webfont.eot?#iefix') format('embedded-opentype'),
		url('/assets/fonts/arnamu_italic-webfont.woff') format('woff'),
		url('/assets/fonts/arnamu_italic-webfont.ttf') format('truetype'),
		url('/assets/fonts/arnamu_italic-webfont.svg#ArianAMUItalic') format('svg');
	font-weight: normal;
	font-style: normal;
}

@font-face {
	font-family: 'ArianAMUBoldItalic';
	src: url('/assets/fonts/arnamu_italic_bold-webfont.eot');
	src: url('/assets/fonts/arnamu_italic_bold-webfont.eot?#iefix') format('embedded-opentype'),
		url('/assets/fonts/arnamu_italic_bold-webfont.woff') format('woff'),
		url('/assets/fonts/arnamu_italic_bold-webfont.ttf') format('truetype'),
		url('/assets/fonts/arnamu_italic_bold-webfont.svg#ArianAMUBoldItalic') format('svg');
	font-weight: normal;
	font-style: normal;
}

@font-face {
	font-family: 'amdram';
	src: url('/assets/fonts/am-dram-webfont.eot');
	src: url('/assets/fonts/am-dram-webfont.eot?#iefix') format('embedded-opentype'),
		url('/assets/fonts/am-dram-webfont.woff') format('woff'),
		url('/assets/fonts/am-dram-webfont.ttf') format('truetype');
	font-weight: normal;
	font-style: normal;
}

@font-face {
	font-family: 'weblysleek_uilight';
	src: url('/assets/fonts/weblysleekuil.eot');
	src: url('/assets/fonts/weblysleekuil.eot?#iefix') format('embedded-opentype'),
		url('/assets/fonts/weblysleekuil.woff') format('woff'),
		url('/assets/fonts/weblysleekuil.ttf') format('truetype'),
		url('/assets/fonts/weblysleekuil.svg#weblysleek_uilight') format('svg');
	font-weight: normal;
	font-style: normal;
}


@font-face {
	font-family: 'weblysleek_uisemilight';
	src: url('/assets/fonts/weblysleekuisl-webfont.eot');
	src: url('/assets/fonts/weblysleekuisl-webfont.eot?#iefix') format('embedded-opentype'),
		url('/assets/fonts/weblysleekuisl-webfont.woff') format('woff'),
		url('/assets/fonts/weblysleekuisl-webfont.ttf') format('truetype'),
		url('/assets/fonts/weblysleekuisl-webfont.svg#weblysleek_uisemilight') format('svg');
	font-weight: normal;
	font-style: normal;
}


@font-face {
	font-family: 'dejavu_sansbook';
	src: url('/assets/fonts/dejavusans-webfont.eot');
	src: url('/assets/fonts/dejavusans-webfont.eot?#iefix') format('embedded-opentype'),
		url('/assets/fonts/dejavusans-webfont.woff') format('woff'),
		url('/assets/fonts/dejavusans-webfont.ttf') format('truetype'),
		url('/assets/fonts/dejavusans-webfont.svg#dejavu_sansbook') format('svg');
	font-weight: normal;
	font-style: normal;
}

@font-face {
	font-family: 'DejaVuSans-Bold';
	src: url('/assets/fonts/DejaVuSans-Bold.eot?') format('eot'),
		url('/assets/fonts/DejaVuSans-Bold.woff') format('woff'),
		url('/assets/fonts/DejaVuSans-Bold.ttf') format('truetype'),
		url('/assets/fonts/DejaVuSans-Bold.svg#DejaVuSans-Bold') format('svg');
}


/*-------------------------------------------------------------------------------------------*/
/* 1. SETUP */
/*-------------------------------------------------------------------------------------------*/
/* 1.1 Defaults */
* {
	font-family: 'dejavu_sansbook', 'weblysleek_uilight' !important;
}

html,
body {
	height: 100%;
	font-family: 'dejavu_sansbook', 'weblysleek_uilight';
}

body {
	background-image: url('/assets/front/img/bg-last.jpg');
	background-repeat: repeat;
}


h1,
h2,
h3,
h4,
h5,
h6 {
	margin: 0;
	color: #111111;
	font-weight: 400;
}

h1 {
	/* font-size: 70px; */
}

h2 {
	/* font-size: 36px; */
}

h3 {
	font-size: 30px;
}

h4 {
	font-size: 24px;
}

h5 {
	font-size: 18px;
}

h6 {
	font-size: 16px;
}

p {
	font-size: 16px;
	color: #317ea1;
	font-weight: 400;
	line-height: 26px;
	margin: 0 0 15px 0;
}

img {
	max-width: 100%;
}

input:focus,
select:focus,
button:focus,
textarea:focus {
	outline: none;
}

a:hover,
a:focus {
	text-decoration: none;
	outline: none;
	color: #ffffff;
}

ul,
ol {
	padding: 0;
	margin: 0;
}

/*---------------------
  Helper CSS
-----------------------*/

.section-title {
	margin-bottom: 50px;
	text-align: center;
}

.section-title h2 {
	color: #317ea1;
	font-weight: 700;
	position: relative;
}

.section-title h2:after {
	position: absolute;
	left: 0;
	bottom: -15px;
	right: 0;
	height: 4px;
	width: 80px;
	background: #4d9bcf;
	content: "";
	margin: 0 auto;
}

.set-bg {
	background-repeat: no-repeat;
	background-size: cover;
	/* background-size: auto 100%; */
	background-position: top center;
	background-color: #dbdcdd;
}

.spad {
	/* padding-top: 100px; */
	/* padding-bottom: 100px; */
}

.text-white h1,
.text-white h2,
.text-white h3,
.text-white h4,
.text-white h5,
.text-white h6,
.text-white p,
.text-white span,
.text-white li,
.text-white a {
	color: #fff;
}

/* buttons */

.primary-btn {
	display: inline-block;
	font-size: 12px;
	padding: 10px 28px 10px;
	color: #ffffff;
	text-transform: uppercase;
	font-weight: 700;
	background: #42a2ce;
	letter-spacing: 2px;
}

.site-btn {
	font-size: 14px;
	color: #ffffff;
	font-weight: 800;
	text-transform: uppercase;
	display: inline-block;
	padding: 13px 30px 12px;
	background: #3fa0cc;
	border: none;
}

/* Preloder */

#preloder {
	position: fixed;
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
	z-index: 999999;
    background-image: url('/assets/front/img/bg-last.jpg');
    background-repeat: repeat;
    display: flex
;
    justify-content: center;
    align-items: center;
}
.loading {
    height: 60px;
}
.loader {
    width: 60px;
    height: 60px;
    margin: 0 auto;
    animation: walk-cycle 0.5s steps(18) infinite;
    -webkit-animation: walk-cycle 0.5s steps(18) infinite;
    background: url(/assets/front/img/eli-load.png) 0 0 no-repeat;
}
@keyframes walk-cycle {
    0% {background-position: 0 0; }
    100% {background-position: -1080px 0; } /* Must be full height of sprite or skipping will happen.*/
}
@-webkit-keyframes walk-cycle {
    0% {background-position: 0 0; }
    100% {background-position: -1080px 0; } /* Must be full height of sprite or skipping will happen.*/
}
/*.loader {*/
/*	width: 40px;*/
/*	height: 40px;*/
/*	position: absolute;*/
/*	top: 50%;*/
/*	left: 50%;*/
/*	margin-top: -13px;*/
/*	margin-left: -13px;*/
/*	border-radius: 60px;*/
/*	animation: loader 0.8s linear infinite;*/
/*	-webkit-animation: loader 0.8s linear infinite;*/
/*}*/

/*@keyframes loader {*/
/*	0% {*/
/*		-webkit-transform: rotate(0deg);*/
/*		transform: rotate(0deg);*/
/*		border: 4px solid #f44336;*/
/*		border-left-color: transparent;*/
/*	}*/

/*	50% {*/
/*		-webkit-transform: rotate(180deg);*/
/*		transform: rotate(180deg);*/
/*		border: 4px solid #673ab7;*/
/*		border-left-color: transparent;*/
/*	}*/

/*	100% {*/
/*		-webkit-transform: rotate(360deg);*/
/*		transform: rotate(360deg);*/
/*		border: 4px solid #f44336;*/
/*		border-left-color: transparent;*/
/*	}*/
/*}*/

/*@-webkit-keyframes loader {*/
/*	0% {*/
/*		-webkit-transform: rotate(0deg);*/
/*		border: 4px solid #f44336;*/
/*		border-left-color: transparent;*/
/*	}*/

/*	50% {*/
/*		-webkit-transform: rotate(180deg);*/
/*		border: 4px solid #673ab7;*/
/*		border-left-color: transparent;*/
/*	}*/

/*	100% {*/
/*		-webkit-transform: rotate(360deg);*/
/*		border: 4px solid #f44336;*/
/*		border-left-color: transparent;*/
/*	}*/
/*}*/

/*---------------------
  Header
-----------------------*/

.header__top {
	/* background: #f5f5f5; */
	background: #42a2ce;
	border-bottom: solid 1px #ffffff69;
	max-height: 40px;
	margin-bottom: 15px;
}

.header__top__left {
	padding: 2px 0 0;
}

.header__top__left ul li {
	font-size: 14px;
	color: #fff;
	display: inline-block;
	margin-right: 45px;
	position: relative;
}

.header__top__left ul li:after {
	position: absolute;
	right: -25px;
	top: 1px;
	height: 20px;
	width: 1px;
	background: #fff;
	opacity: 0.1;
	content: "";
}

.header__top__left ul li:last-child {
	margin-right: 0;
}

.header__top__left ul li:last-child:after {
	display: none;
}

.header__top__left ul li i {
	color: #fff;
	margin-right: 5px;
}

.header__top__right {
	text-align: right;
	padding: 10px 0 0;
}

.header__top__right__social {
	position: relative;
	display: inline-block;
	margin-right: 35px;
}

.header__top__right__social:after {
	position: absolute;
	right: -20px;
	top: 1px;
	height: 20px;
	width: 1px;
	background: #fff;
	opacity: 0.1;
	content: "";
}

.header__top__right__social a {
	font-size: 14px;
	display: inline-block;
	color: #fff;
	margin-right: 20px;
}

.header__top__right__social a:last-child {
	margin-right: 0;
}

.header__top__right__language {
	position: relative;
	display: inline-block;
	margin-right: 40px;
	cursor: pointer;
}

.header__top__right__language:hover ul {
	top: 23px;
	opacity: 1;
	visibility: visible;
	left: -10px;
}

.header__top__right__language:after {
	position: absolute;
	right: -21px;
	top: 1px;
	height: 20px;
	width: 1px;
	background: #fff;
	opacity: 0.1;
	content: "";
}

.header__top__right__language img {
	margin-right: 6px;
}

.header__top__right__language div {
	font-size: 14px;
	color: #fff;
	display: inline-block;
	margin-right: 4px;
}

.header__top__right__language span {
	font-size: 14px;
	color: #fff;
	position: relative;
	top: 2px;
}

.header__top__right__language ul {
	background: #3fa0cc;
	/* width: 100px; */
	text-align: left;
	padding: 5px 0;
	position: absolute;
	left: 0;
	top: 43px;
	z-index: 9;
	opacity: 0;
	visibility: hidden;
	-webkit-transition: all, 0.3s;
	-moz-transition: all, 0.3s;
	-ms-transition: all, 0.3s;
	-o-transition: all, 0.3s;
	transition: all, 0.3s;
}

.header__top__right__language ul li {
	list-style: none;
}

.header__top__right__language ul li a {
	font-size: 14px;
	color: #ffffff;
	padding: 5px 10px;
}

.header__top__right__auth {
	display: inline-block;
}

.header__top__right__auth a {
	display: block;
	font-size: 14px;
	color: #fff;
	float: left;
	margin-left: 16px;
}

.header__top__right__auth a i {
	/* margin-right: 6px; */
}

.header__logo {
	padding: 15px 0;
}

.header__logo a {
	display: inline-block;
}

.header__menu {
	padding: 24px 0;
}

.header__menu ul {
	/* text-align: center; */
}

.header__menu ul li {
	list-style: none;
	display: inline-block;
	/* margin-right: 50px; */
	position: relative;
}

.header__menu ul li .header__menu__dropdown {
	position: absolute;
	left: 0;
	top: 50px;
	background: #7e7272;
	width: 180px;
	z-index: 9;
	padding: 5px 0;
	-webkit-transition: all, 0.3s;
	-moz-transition: all, 0.3s;
	-ms-transition: all, 0.3s;
	-o-transition: all, 0.3s;
	transition: all, 0.3s;
	opacity: 0;
	visibility: hidden;
}

.header__menu ul li .header__menu__dropdown li {
	margin-right: 0;
	display: block;
}

.header__menu ul li .header__menu__dropdown li:hover>a {
	color: #7fad39;
}

.header__menu ul li .header__menu__dropdown li a {
	text-transform: capitalize;
	color: #ffffff;
	font-weight: 400;
	padding: 5px 15px;
}

.header__menu ul li.active a {
	color: #3fa0cc;
}

.header__menu ul li:hover .header__menu__dropdown {
	top: 30px;
	opacity: 1;
	visibility: visible;
}

.header__menu ul li:hover>a {
	color: #3fa0cc;
}

.header__menu ul li:last-child {
	margin-right: 0;
}

.header__menu ul li a {
	font-size: 15px;
	color: #3c5b7e;
	text-transform: uppercase;
	font-weight: 700;
	letter-spacing: 1px;
	-webkit-transition: all, 0.3s;
	-moz-transition: all, 0.3s;
	-ms-transition: all, 0.3s;
	-o-transition: all, 0.3s;
	transition: all, 0.3s;
	padding: 5px 12px;
	display: block;
}

.header__menu ul li a:hover {
	color: #3fa0cc;
	background: #e3e3e3bd;
}

.header__cart {
	/* text-align: right; */
	/* padding: 24px 0; */
}

.header_cart_eli {
	position: absolute;
	right: 18px;
	top: 65px;
	background: #ffffff6b;
	width: 200px;
	/* height: 80px; */
	padding: 10px;
	border: dashed #3fa0cc 3px;
	text-align: center;
}

.header__cart ul {
	display: inline-block;
	/* margin-right: 25px; */
}

.header__cart ul li {
	list-style: none;
	display: inline-block;
	margin-right: 25px;
}

.header__cart ul li:last-child {
	margin-right: 0;
}

.header__cart ul li a {
	position: relative;
}

.header__cart ul li a i {
	font-size: 21px;
	color: #3fa0cc;
}

.header__cart ul li a span {
	height: 13px;
	width: 13px;
	background: #3fa0cc;
	font-size: 10px;
	color: #fff;
	line-height: 13px;
	text-align: center;
	font-weight: 700;
	display: inline-block;
	border-radius: 50%;
	position: absolute;
	top: -7px;
	right: -14px;
}

.header__cart .header__cart__price {
	font-size: 14px;
	color: #fff;
	display: inline-block;
}

.header__cart .header__cart__price span {
	color: #fff;
	font-weight: 700;
}

.humberger__menu__wrapper {
	display: none;
}

.humberger__open {
	display: none;
}

/*---------------------
  Hero
-----------------------*/

.hero {
	padding-bottom: 50px;
    /*min-height: calc(100% - 258px);*/
}

.hero.hero-normal {
	padding-bottom: 30px;
}

.hero.hero-normal .hero__categories {
	position: relative;
}

.hero__categories ul {
	background: #42a2ce;
	color: #fff;

}

.hero__categories ul li {
	color: #fff;

}

.hero.hero-normal .hero__categories ul {
	display: none;
	position: absolute;
	left: 0;
	top: 46px;
	width: 100%;
	z-index: 9;
	background: #42a2ce;
}

.hero.hero-normal .hero__search {
	margin-bottom: 0;
}

.hero__categories__all {
	background: #42a2ce;
	position: relative;
	padding: 10px 25px 10px 40px;
	/* cursor: pointer; */
}

.hero__categories__all i {
	font-size: 16px;
	color: #ffffff;
	margin-right: 10px;
}

.hero__categories__all span {
	font-size: 18px;
	font-weight: 700;
	color: #ffffff;
}

/* .hero__categories__all:after {
	position: absolute;
	right: 18px;
	top: 9px;
	content: "3";
	font-family: "ElegantIcons";
	font-size: 18px;
	color: #ffffff;
} */

.hero__categories ul {
	/* padding-left: 7px;
	padding-right: 7px; */
	padding-top: 3px;
	/* height: 527px;
    overflow: auto; */
	/* padding-bottom: 2px; */
}

.hero__categories ul li {
	list-style: none;
}

.hero__categories ul li a {
	font-size: 15px;
	color: #fff;
	line-height: 39px;
	display: block;
}

.hero__search {
	overflow: hidden;
	margin-bottom: 30px;
	display: flex;
	flex-direction: row;
	gap: .5em;
	flex-wrap: nowrap;
	align-items: center;
}

.hero__search__form {
	width: 73%;
	/* width: 610px; */
	height: 50px;
	border: 1px solid #b6e1f3;
	position: relative;
	/* float: left; */
	flex-shrink: 1;
}

.hero__search__form form .hero__search__categories {
	width: 80px;
	float: left;
	font-size: 16px;
	/* color: #1c1c1c; */
	font-weight: 700;
	padding-left: 18px;
	/* padding-top: 11px; */
	position: relative;
	background: #fff;
}

.hero__search__form form .hero__search__categories:after {
	/* position: absolute;
	right: 0;
	top: 14px;
	height: 20px;
	width: 1px;
	background: #000000;
	opacity: 0.1;
	content: ""; */
}

.hero__search__form form .hero__search__categories span {
	position: absolute;
	right: 14px;
	top: 14px;
}

.hero__search__form form input {
	width: 70%;
	border: none;
	height: 48px;
	font-size: 16px;
	color: #625f5f;
	font-weight: 600;
	padding-left: 20px;
}

.hero__search__form form input::placeholder {
	color: #b2b2b2;
}

.hero__search__form form button {
	position: absolute;
	right: 0;
	top: -1px;
	height: 50px;
}

.hero__search__phone {
	display: flex;
	flex-wrap: nowrap;
	flex-shrink: 0;
	align-items: center;
}

.hero__search__phone__icon {
	display: flex;
	align-items: center;
	justify-content: center;
	font-size: 18px;
	color: #3fa0cc;
	height: 30px;
	width: 30px;
	background: #3fa0cc3d;
	line-height: 30px;
	text-align: center;
	border-radius: 50%;
	float: left;
	margin-right: 2px;
}

.hero__search__phone__text {
	overflow: hidden;
}

.hero__search__phone__text h5 {
	color: #317ea1;
	font-weight: 700;
	margin-bottom: 5px;
}

.hero__search__phone__text span {
	font-size: 14px;
	color: #6f6f6f;
}

.hero__item {
	border: solid #42a1cd33 1px;
	height: 431px;
	display: flex;
	align-items: center;
	padding-left: 75px;
	background-color: #fff;
	background-repeat: no-repeat;
}

.hero__text span {
	font-size: 14px;
	text-transform: uppercase;
	font-weight: 700;
	letter-spacing: 4px;
	color: #7fad39;
}

.hero__text h2 {
	font-size: 46px;
	color: #252525;
	line-height: 52px;
	font-weight: 700;
	margin: 10px 0;
}

.hero__text p {
	margin-bottom: 35px;
}

/*---------------------
  Categories
-----------------------*/

.categories__item {
	height: 270px;
	position: relative;
}

.categories__item h5 {
	position: absolute;
	left: 0;
	width: 100%;
	padding: 0 20px;
	bottom: 20px;
	text-align: center;
}

.categories__item h5 a {
	font-size: 16px;
	color: #317ea1;
	font-weight: 700;
	text-transform: uppercase;
	letter-spacing: 2px;
	padding: 12px 0 10px;
	background: #ffffff;
	display: block;
}

.categories__slider .col-lg-3 {
	max-width: 100%;
}

.categories__slider.owl-carousel .owl-nav button {
	font-size: 18px;
	color: #1c1c1c;
	height: 70px;
	width: 30px;
	line-height: 70px;
	text-align: center;
	border: 1px solid #ebebeb;
	position: absolute;
	left: -35px;
	top: 50%;
	-webkit-transform: translateY(-35px);
	background: #ffffff;
}

.categories__slider.owl-carousel .owl-nav button.owl-next {
	left: auto;
	right: -35px;
}

/*---------------------
  Featured
-----------------------*/

.featured {
	padding-top: 80px;
	padding-bottom: 40px;
}

.featured__controls {
	text-align: center;
	margin-bottom: 50px;
}

.featured__controls ul li {
	list-style: none;
	font-size: 18px;
	color: #1c1c1c;
	display: inline-block;
	margin-right: 25px;
	position: relative;
	cursor: pointer;
}

.featured__controls ul li.active:after {
	opacity: 1;
}

.featured__controls ul li:after {
	position: absolute;
	left: 0;
	bottom: -2px;
	width: 100%;
	height: 2px;
	background: #399fad;
	content: "";
	opacity: 0;
}

.featured__controls ul li:last-child {
	margin-right: 0;
}

.featured__item {
	position: relative;
	margin-bottom: 65px;
	/*box-shadow: 0 0px 2px rgb(42 111 126);*/
    background-color: rgba(255, 255, 255, .4);
}

.featured__item:hover {
	/*box-shadow: 0 3px 18px rgba(42, 111, 126, 0.51);*/
}

.featured__item:hover .featured__item__pic .featured__item__pic__hover {
	/* bottom: 20px; */
}

.featured__item__pic {
	height: 270px;
	position: relative;
	overflow: hidden;
	background-position: center center;
}

.featured__item__pic__hover {
	position: absolute;
	left: 0;
	bottom: -50px;
	width: 100%;
	text-align: center;
	/* -webkit-transition: all, 0.5s;
	-moz-transition: all, 0.5s;
	-ms-transition: all, 0.5s;
	-o-transition: all, 0.5s;
	transition: all, 0.5s; */
}

.featured__item__pic__hover li {
	list-style: none;
	display: inline-block;
	margin-right: 6px;
}

.featured__item__pic__hover li:last-child {
	margin-right: 0;
}

.featured__item__pic__hover li:hover a {
	background: #7fad39;
	border-color: #7fad39;
}

.featured__item__pic__hover li:hover a i {
	color: #ffffff;
	/* transform: rotate(360deg); */
}

.featured__item__pic__hover li a {
	font-size: 16px;
	color: #1c1c1c;
	height: 40px;
	width: 40px;
	line-height: 40px;
	text-align: center;
	/*border: 1px solid #ebebeb;*/
	/*background: #ffffff;*/
	display: block;
	border-radius: 5px;
	/* -webkit-transition: all, 0.5s;
	-moz-transition: all, 0.5s;
	-ms-transition: all, 0.5s;
	-o-transition: all, 0.5s;
	transition: all, 0.5s; */
}

.featured__item__pic__hover li a i {
	position: relative;
	/* transform: rotate(0);
	-webkit-transition: all, 0.3s;
	-moz-transition: all, 0.3s;
	-ms-transition: all, 0.3s;
	-o-transition: all, 0.3s;
	transition: all, 0.3s; */
}

.featured__item__text {
	text-align: center;
	padding-top: 15px;
	padding-bottom: 10px;
	/*background-color: #fff;*/
	/* height: 140px; */
	/*height: 110px;*/
}

.featured__item__text h6 {
	margin-bottom: 10px;
}

.featured__item__text h6 a {
	color: #4fadd9;
	font-weight: 600;
	padding: 5px 5px;
}

.featured__item__text h5 {
	color: #4fadd9;
	font-weight: 700;
}

.featured__item__text a {
    max-height: 52px;
    overflow: hidden;
    display: block;
}
/*---------------------
  Latest Product
-----------------------*/

.latest-product {
	padding-top: 80px;
	padding-bottom: 0;
}

.latest-product__text h4 {
	font-weight: 700;
	margin-bottom: 45px;
}

.latest-product__slider.owl-carousel .owl-nav {
	position: absolute;
	right: 20px;
	top: -75px;
}

.latest-product__slider.owl-carousel .owl-nav button {
	height: 30px;
	width: 30px;
	background: #F3F6FA;
	border: 1px solid #e6e6e6;
	font-size: 14px;
	color: #636363;
	margin-right: 10px;
	line-height: 30px;
	text-align: center;
}

.latest-product__slider.owl-carousel .owl-nav button span {
	font-weight: 700;
}

.latest-product__slider.owl-carousel .owl-nav button:last-child {
	margin-right: 0;
}

.latest-product__item {
	margin-bottom: 20px;
	overflow: hidden;
	display: block;
}

.latest-product__item__pic {
	float: left;
	margin-right: 26px;
}

.latest-product__item__pic img {
	height: 60px !important;
	width: 60px !important;
}

.latest-product__item__text {
	overflow: hidden;
	padding-top: 10px;
}

.latest-product__item__text h6 {
	color: #349ac9 !important;
	margin-bottom: 8px;
}

.latest-product__item__text span {
	font-size: 13px;
	display: block;
	color: #317ea1 !important;
	font-weight: 700;
}

/*---------------------
  Form BLog
-----------------------*/

.from-blog {
	padding-top: 50px;
	padding-bottom: 50px;
}

.from-blog .blog__item {
	margin-bottom: 30px;
}

.from-blog__title {
	margin-bottom: 70px;
}

/*---------------------
  Breadcrumb
-----------------------*/

.breadcrumb-section {
	display: flex;
	align-items: center;
	padding: 45px 0 40px;
}

.breadcrumb__text h2 {
	font-size: 46px;
	color: #ffffff;
	font-weight: 700;
}

.breadcrumb__option a {
	display: inline-block;
	font-size: 16px;
	color: #ffffff;
	font-weight: 700;
	margin-right: 20px;
	position: relative;
}

.breadcrumb__option a:after {
	position: absolute;
	right: -12px;
	top: 13px;
	height: 1px;
	width: 10px;
	background: #ffffff;
	content: "";
}

.breadcrumb__option span {
	display: inline-block;
	font-size: 16px;
	color: #ffffff;
}

/*---------------------
  Sidebar
-----------------------*/

.sidebar__item {
	margin-bottom: 35px;
}

.sidebar__item.sidebar__item__color--option {
	overflow: hidden;
}

.sidebar__item h4 {
	font-weight: 700;
	margin-bottom: 15px;
}

.sidebar__item ul li {
	list-style: none;
	border-bottom: solid 3px #42a2ceab;
	color: #317ea1;
}

.sidebar__item ul li a {
	font-size: 16px;
	color: #317ea1;
	;
	line-height: 35px;
	display: block;
	font-weight: 600;
}

.sidebar__item .latest-product__text {
	position: relative;
}

.sidebar__item .latest-product__text h4 {
	margin-bottom: 45px;
}

.sidebar__item .latest-product__text .owl-carousel .owl-nav {
	right: 0;
}

.price-range-wrap .range-slider {
	margin-top: 20px;
}

.price-range-wrap .range-slider .price-input {
	position: relative;
}

.price-range-wrap .range-slider .price-input:after {
	position: absolute;
	left: 38px;
	top: 13px;
	height: 1px;
	width: 5px;
	background: #dd2222;
	content: "";
}

.price-range-wrap .range-slider .price-input input {
	font-size: 16px;
	color: #dd2222;
	font-weight: 700;
	max-width: 20%;
	border: none;
	display: inline-block;
}

.price-range-wrap .price-range {
	border-radius: 0;
}

.price-range-wrap .price-range.ui-widget-content {
	border: none;
	background: #ebebeb;
	height: 5px;
}

.price-range-wrap .price-range.ui-widget-content .ui-slider-handle {
	height: 13px;
	width: 13px;
	border-radius: 50%;
	background: #ffffff;
	border: none;
	-webkit-box-shadow: 0px 1px 10px rgba(0, 0, 0, 0.2);
	box-shadow: 0px 1px 10px rgba(0, 0, 0, 0.2);
	outline: none;
	cursor: pointer;
}

.price-range-wrap .price-range .ui-slider-range {
	background: #dd2222;
	border-radius: 0;
}

.price-range-wrap .price-range .ui-slider-range.ui-corner-all.ui-widget-header:last-child {
	background: #dd2222;
}

.sidebar__item__color {
	float: left;
	width: 40%;
}

.sidebar__item__color.sidebar__item__color--white label:after {
	border: 2px solid #333333;
	background: transparent;
}

.sidebar__item__color.sidebar__item__color--gray label:after {
	background: #E9A625;
}

.sidebar__item__color.sidebar__item__color--red label:after {
	background: #D62D2D;
}

.sidebar__item__color.sidebar__item__color--black label:after {
	background: #252525;
}

.sidebar__item__color.sidebar__item__color--blue label:after {
	background: #249BC8;
}

.sidebar__item__color.sidebar__item__color--green label:after {
	background: #3CC032;
}

.sidebar__item__color label {
	font-size: 16px;
	color: #333333;
	position: relative;
	padding-left: 32px;
	cursor: pointer;
}

.sidebar__item__color label input {
	position: absolute;
	visibility: hidden;
}

.sidebar__item__color label:after {
	position: absolute;
	left: 0;
	top: 5px;
	height: 14px;
	width: 14px;
	background: #222;
	content: "";
	border-radius: 50%;
}

.sidebar__item__size {
	display: inline-block;
	margin-right: 16px;
	margin-bottom: 10px;
}

.sidebar__item__size label {
	font-size: 13px;
	color: #fff;
	display: inline-block;
	padding: 7px 22px 6px;
	background: #4fadd9;
	cursor: pointer;
	margin-bottom: 0;
	font-weight: 600;
	border: solid 1px #317ea1;
}

.sidebar__item__size label input {
	position: absolute;
	visibility: hidden;
}

/*---------------------
  Shop Grid
-----------------------*/

.product {
	/* padding-top: 80px; */
	padding-bottom: 80px;
}

.product__discount {
	padding-bottom: 50px;
}

.product__discount__title {
	text-align: left;
	margin-bottom: 65px;
}

.product__discount__title h2 {
	display: inline-block;
}

.product__discount__title h2:after {
	margin: 0;
	width: 100%;
}

.product__discount__item:hover .product__discount__item__pic .product__item__pic__hover {
	bottom: 20px;
}

.product__discount__item__pic {
	height: 270px;
	position: relative;
	overflow: hidden;
}

.product__discount__item__pic .product__discount__percent {
	height: 35px;
	/* width: 45px; */
	background: #42a2ce;
	padding: 0 10px;
	border-radius: 5px;
	font-size: 14px;
	color: #ffffff;
	line-height: 35px;
	text-align: center;
	position: absolute;
	left: 15px;
	top: 15px;
}


.product__item__pic__hover {
	position: absolute;
	left: 0;
	padding-top: 10px;
	bottom: 10px;
	width: 100%;
	text-align: center;
	-webkit-transition: all, 0.5s;
	-moz-transition: all, 0.5s;
	-ms-transition: all, 0.5s;
	-o-transition: all, 0.5s;
	transition: all, 0.5s;
}

.product__item__pic__hover li {
	list-style: none;
	display: inline-block;
	margin-right: 6px;
}

.product__item__pic__hover li:last-child {
	margin-right: 0;
}

.product__item__pic__hover li:hover a {
	background: #4fadda;
	border-color: #4fadda;
}


.product__item__pic__hover li:hover a i {
	color: #ffffff;
	/* transform: rotate(360deg); */
}

.product__item__pic__hover li a {
	/* font-size: 15px; */
	color: #4fadda;
	height: 35px;
	width: 35px;
	line-height: 35px;
	text-align: center;
	border: 1px solid #a9a9a9;
	background: #ffffff;
	display: block;
	border-radius: 5px;
	-webkit-transition: all, 0.5s;
	-moz-transition: all, 0.5s;
	-ms-transition: all, 0.5s;
	-o-transition: all, 0.5s;
	transition: all, 0.5s;
}

.product__item__pic__hover li form button {
	font-size: 15px;
	color: #4fadda;
	height: 35px;
	width: 35px;
	line-height: 35px;
	text-align: center;
	border: 1px solid #a9a9a9;
	background: #ffffff;
	display: block;
	border-radius: 5px;
	-webkit-transition: all, 0.5s;
	-moz-transition: all, 0.5s;
	-ms-transition: all, 0.5s;
	-o-transition: all, 0.5s;
	transition: all, 0.5s;
}

.product__item__pic__hover li form button:hover {
	background: #4fadda;
	border-color: #4fadda;
}

.product__item__pic__hover li form button:hover i {
	color: #ffffff;
}

.product__item__pic__hover li a i {
	position: relative;
	transform: rotate(0);
	-webkit-transition: all, 0.3s;
	-moz-transition: all, 0.3s;
	-ms-transition: all, 0.3s;
	-o-transition: all, 0.3s;
	transition: all, 0.3s;
}

.product__discount__item__text {
	text-align: center;
	padding-top: 20px;
	box-shadow: 0px 2px 5px 1px #317ea1;
	margin-bottom: 5px;
}

.product__discount__item__text span {
	font-size: 14px;
	color: #b2b2b2;
	display: block;
	margin-bottom: 4px;
}

.product__discount__item__text h5 {
	margin-bottom: 6px;
}

.product__discount__item__text h5 a {
	color: #42a2ce;
}

.product__discount__item__text .product__item__price {
	font-size: 18px;
	color: #317ea1;
	font-weight: 700;
}

.product__discount__item__text .product__item__price span {
	display: inline-block;
	font-weight: 400;
	text-decoration: line-through;
	margin-left: 10px;
}

.product__discount__slider .col-lg-4 {
	max-width: 100%;
}

.product__discount__slider.owl-carousel .owl-dots {
	text-align: center;
	margin-top: 30px;
}

.product__discount__slider.owl-carousel .owl-dots button {
	height: 12px;
	width: 12px;
	border: 1px solid #b2b2b2;
	border-radius: 50%;
	margin-right: 12px;
}

.product__discount__slider.owl-carousel .owl-dots button.active {
	background: #42a2ce;
	border-color: #42a2ce;
}

.product__discount__slider.owl-carousel .owl-dots button:last-child {
	margin-right: 0;
}

.filter__item {
	/* border-top: 1px solid #ebebeb; */
	padding-bottom: 20px;
}

.filter__sort {
	margin-bottom: 15px;
}

.filter__sort span {
	font-size: 16px;
	color: #6f6f6f;
	display: inline-block;
}

.filter__sort .nice-select {
	background-color: #fff;
	border-radius: 0;
	border: none;
	display: inline-block;
	float: none;
	height: 0;
	line-height: 0;
	padding-left: 18px;
	padding-right: 30px;
	font-size: 16px;
	color: #1c1c1c;
	font-weight: 700;
	cursor: pointer;
}

.filter__sort .nice-select span {
	color: #1c1c1c;
}

.filter__sort .nice-select:after {
	border-bottom: 1.5px solid #1c1c1c;
	border-right: 1.5px solid #1c1c1c;
	height: 8px;
	margin-top: 0;
	right: 16px;
	width: 8px;
	top: -5px;
}

.filter__sort .nice-select.open .list {
	opacity: 1;
	pointer-events: auto;
	-webkit-transform: scale(1) translateY(0);
	-ms-transform: scale(1) translateY(0);
	transform: scale(1) translateY(0);
}

.filter__sort .nice-select .list {
	border-radius: 0;
	margin-top: 0;
	top: 15px;
}

.filter__sort .nice-select .option {
	line-height: 30px;
	min-height: 30px;
}

.filter__found {
	text-align: center;
	margin-bottom: 15px;
}

.filter__found h6 {
	font-size: 16px;
	color: #b2b2b2;
}

.filter__found h6 span {
	color: #1c1c1c;
	font-weight: 700;
	margin-right: 5px;
}

.filter__option {
	text-align: right;
	margin-bottom: 15px;
}

.filter__option span {
	font-size: 24px;
	color: #b2b2b2;
	margin-right: 10px;
	cursor: pointer;
	-webkit-transition: all, 0.3s;
	-moz-transition: all, 0.3s;
	-ms-transition: all, 0.3s;
	-o-transition: all, 0.3s;
	transition: all, 0.3s;
}

.filter__option span:last-child {
	margin: 0;
}

.filter__option span:hover {
	color: #7fad39;
}

.top__baner-container {
	margin-bottom: 1em;
	display: flex;
	height: 350px;
	flex-direction: row;
	flex-wrap: nowrap;
	justify-content: space-between;
	align-items: baseline;
	height: 350px;
	gap: .5em;
}

.top__baner {
	flex-grow: 3;
	height: 100%;
	background: white url('/assets/front/img/home-banner.png');
	background-repeat: no-repeat;
	background-position-x: center;
	background-position-y: center;
	background-size: contain;
	border: dashed #349ac9 3px;
	border-radius: 30px;
	/* cursor:pointer; */
}

.top__baner-small {
	flex-grow: 1;
	height: 100%;
	/* background: white url('/assets/front/img/poster_araqum_for_site.svg'); */
	background-repeat: no-repeat;
	background-position: center;
	background-size: contain;
	/* border: dashed #349ac9 3px; */
	border-radius: 7px;
}

.product__item {
	margin-bottom: 50px;
}

.product__item:hover .product__item__pic .product__item__pic__hover {
	bottom: 20px;
}

.product__item__pic {
	height: 270px;
	position: relative;
	overflow: hidden;
}

.product__item__pic__hover li {
	list-style: none;
	display: inline-block;
	margin-right: 6px;
}

.product__item__pic__hover li:last-child {
	margin-right: 0;
}

/* .product__item__pic__hover li:hover a {
	background: #7fad39;
	border-color: #7fad39;
}

.product__item__pic__hover li:hover a i {
	color: #ffffff;
	transform: rotate(360deg);
} */

/* .product__item__pic__hover li a {
	font-size: 16px;
	color: #1c1c1c;
	height: 40px;
	width: 40px;
	line-height: 40px;
	text-align: center;
	border: 1px solid #ebebeb;
	background: #ffffff;
	display: block;
	border-radius: 50%;
	-webkit-transition: all, 0.5s;
	-moz-transition: all, 0.5s;
	-ms-transition: all, 0.5s;
	-o-transition: all, 0.5s;
	transition: all, 0.5s;
} */

/* .product__item__pic__hover li a i {
	position: relative;
	transform: rotate(0);
	-webkit-transition: all, 0.3s;
	-moz-transition: all, 0.3s;
	-ms-transition: all, 0.3s;
	-o-transition: all, 0.3s;
	transition: all, 0.3s;
} */

.product__item__text {
	text-align: center;
	padding-top: 15px;
}

.product__item__text h6 {
	margin-bottom: 10px;
}

.product__item__text h6 a {
	color: #42a2ce;
	font-weight: 700;
}

.product__item__text h5 {
	color: #42a2ce;
	font-weight: 600;
}

.product__pagination,
.blog__pagination {
	padding-top: 10px;
}

.product__pagination a,
.blog__pagination a {
	display: inline-block;
	width: 40px;
	/* height: 50px; */
	border: 1px solid #b2b2b2;
	font-size: 14px;
	color: #b2b2b2;
	font-weight: 700;
	line-height: 28px;
	text-align: center;
	margin-right: 16px;
	-webkit-transition: all, 0.3s;
	-moz-transition: all, 0.3s;
	-ms-transition: all, 0.3s;
	-o-transition: all, 0.3s;
	transition: all, 0.3s;
}

.product__pagination a:hover,
.blog__pagination a:hover {
	background: #4eacd8;
	border-color: #317ea1;
	color: #ffffff;
}

.pagination .page-item.active .page-link {
	/* height: 40px; */
	width: 40px;
	text-align: center;
	color: #fff !important;
	background-color: #4fadd9 !important;
	font-weight: bold !important;
	border: solid 1px #317ea1;
	padding: 0.75rem 0.75rem;
}

.page-item.disabled .page-link {
	/* padding: 0.75rem 0.75rem; */
	width: 40px;
	text-align: center;
	border: 1px solid #b2b2b2;
	font-size: 14px;
	color: #b2b2b2;
	font-weight: 700;
	line-height: 28px;
}


.product__pagination a:last-child,
.blog__pagination a:last-child {
	margin-right: 0;
}

/*---------------------
  Shop Details
-----------------------*/

.product-details {
	/* padding-top: 80px; */
}

.product__details__pic__item {
	margin-bottom: 20px;
	height: 500px;
	overflow: hidden;
}

.product__details__pic__item img {
	/* min-width: 100%; */
}

.product__details__pic__slider img {
	cursor: pointer;
}

.product__details__pic__slider.owl-carousel .owl-item img {
	width: auto;
}

.product__details__text h1 {
	color: #317ea1;
	font-weight: 700;
	font-size: 28px;
	margin-bottom: 16px;
}

.product__details__text .product__details__rating {
	font-size: 14px;
	margin-bottom: 12px;
}

.product__details__text .product__details__rating i {
	margin-right: -2px;
	color: #EDBB0E;
}

.product__details__text .product__details__rating span {
	color: #dd2222;
	margin-left: 4px;
}

.product__details__text .product__details__price {
	font-size: 20px;
	color: #317ea1;
	font-weight: 600;
	margin-bottom: 15px;
}

.product__details__text p {
	margin-bottom: 45px;
	background-color: #ffffff;
	padding: 0 14px;
}

.product__details__text .primary-btn {
	padding: 17px 28px 13px;
	margin-right: 6px;
	margin-bottom: 5px;
}

.product__details__text .heart-icon {
	display: inline-block;
	font-size: 17px;
	color: #fff;
	padding: 5px 10px 2px;
	background: #42a2ce;
	border: solid #42a2ce 1px;
	border-radius: 3px;
}

.product__details__text ul {
	border-top: 1px solid #ebebeb;
	padding-top: 5px;
	margin-top: 5px;
}

.product__details__text ul li {
	font-size: 16px;
	color: #317ea1;
	list-style: none;
	line-height: 36px;
}

.product__details__text ul li b {
	font-weight: 700;
	width: 170px;
	display: inline-block;
}

.product__details__text ul li span samp {
	color: #dd2222;
}

.product__details__text ul li .share {
	display: inline-block;
}

.product__details__text ul li .share a {
	display: inline-block;
	font-size: 15px;
	color: #1c1c1c;
	margin-right: 25px;
}

.product__details__text ul li .share a:last-child {
	margin-right: 0;
}

.product__details__quantity {
	display: inline-block;
	margin-right: 6px;
}

.pro-qty {
	/* width: 140px;
	height: 48px; */
	display: inline-block;
	position: relative;
	text-align: center;
	background: #f5f5f5;
	margin-bottom: 5px;
	/* border: solid 1px #42a2ce; */
}

.pro-qty input {
	height: 100%;
	width: 100%;
	font-size: 14px;
	/* color: #42a2ce; */
	width: 50px;
	border: none;
	background: #f5f5f5;
	text-align: center;
}

.pro-qty .qtybtn {
	width: 35px;
	font-size: 16px;
	/* color: #42a2ce; */
	cursor: pointer;
	display: inline-block;
}

.product__details__tab {
	/* padding-top: 85px; */
	margin-top: 40px;
}

.product__details__tab .nav-tabs {
	border-bottom: none;
	justify-content: center;
	position: relative;
}

.product__details__tab .nav-tabs:before {
	position: absolute;
	left: 0;
	top: 12px;
	height: 1px;
	width: 370px;
	background: #ebebeb;
	content: "";
}

.product__details__tab .nav-tabs:after {
	position: absolute;
	right: 0;
	top: 12px;
	height: 1px;
	width: 370px;
	background: #ebebeb;
	content: "";
}

.product__details__tab .nav-tabs li {
	margin-bottom: 0;
	margin-right: 65px;
}

.product__details__tab .nav-tabs li:last-child {
	margin-right: 0;
}

.product__details__tab .nav-tabs li a {
	font-size: 16px;
	color: #999999;
	font-weight: 700;
	border: none;
	border-top-left-radius: 0;
	border-top-right-radius: 0;
	padding: 0;
}

.product__details__tab .product__details__tab__desc {
	padding-top: 44px;
}

.product__details__tab .product__details__tab__desc h6 {
	font-weight: 700;
	color: #333333;
	margin-bottom: 26px;
}

.product__details__tab .product__details__tab__desc p {
	color: #666666;
}

/*---------------------
  Shop Details
-----------------------*/

.related-product {
	padding-bottom: 30px;
	padding-top: 40px;
}

.related__product__title {
	margin-bottom: 50px;
}

/*---------------------
  Shop Cart
-----------------------*/

.shoping-cart {
	/* padding-top: 80px; */
	padding-bottom: 80px;
}

.shoping__cart__table {
	padding: 14px;
	margin-bottom: 30px;
	background-color: #fff;
	/* border: solid rgb(245 238 238) 1px */
	border: dashed #42a2ce 3px;
}

.shoping__cart__table table {
	width: 100%;
	text-align: center;
}

.shoping__cart__table table thead tr {
	border-bottom: 1px solid #ebebeb;
}

.shoping__cart__table table thead th {
	font-size: 15px;
	font-weight: 700;
	color: #1c1c1c;
	padding-bottom: 20px;
}

.shoping__cart__table table thead th.shoping__product {
	text-align: left;
}

.shoping__cart__table table tbody tr td {
	padding-top: 30px;
	padding-bottom: 30px;
	border-bottom: 1px solid #ebebeb;
	font-size: 15px;
}

.shoping__cart__table table tbody tr td.shoping__cart__item {
	width: 630px;
	text-align: left;
}

.shoping__cart__table table tbody tr td.shoping__cart__item img {
	display: inline-block;
	margin-right: 25px;
}

.shoping__cart__table table tbody tr td.shoping__cart__item h5 {
	color: #1c1c1c;
	display: inline-block;
	font-size: 14px;
	inline-size: 200px;
	overflow-wrap: break-word;
}

.shoping__cart__table table tbody tr td.shoping__cart__price {
	font-size: 14px;
	color: #1c1c1c;
	font-weight: 700;
	width: 100px;
}

.shoping__cart__table table tbody tr td.shoping__cart__total {
	font-size: 14px;
	color: #1c1c1c;
	font-weight: 700;
	width: 110px;
}

.shoping__cart__table table tbody tr td.shoping__cart__item__close {
	text-align: right;
	padding-left: 10px;
	padding-right: 10px;
}

.shoping__cart__table table tbody tr td.shoping__cart__item__close span {
	font-size: 24px;
	color: #ed0808;
	cursor: pointer;
	margin-left: 5px;
}

.shoping__cart__table table tbody tr td.shoping__cart__item__close span:hover {
	/* font-size: 28px; */
	color: #ff0000;
	text-shadow: 1px 2px 3px #000;
}

.shoping__cart__table table tbody tr td.shoping__cart__quantity {
	width: 225px;
}

.shoping__cart__table table tbody tr td.shoping__cart__quantity .pro-qty {
	width: 110px;
	height: 36px;
}

.shoping__cart__table table tbody tr td.shoping__cart__quantity .pro-qty input {
	color: #1c1c1c;
}

.shoping__cart__table table tbody tr td.shoping__cart__quantity .pro-qty input::placeholder {
	color: #1c1c1c;
}

.shoping__cart__table table tbody tr td.shoping__cart__quantity .pro-qty .qtybtn {
	width: 15px;
}

.primary-btn.cart-btn {
	color: #6f6f6f;
	padding: 14px 30px 12px;
	background: #f5f5f5;
}

.primary-btn.cart-btn span {
	font-size: 14px;
}

.primary-btn.cart-btn.cart-btn-right {
	float: right;
}

.shoping__discount {
	margin-top: 45px;
}

.shoping__discount h5 {
	font-size: 20px;
	color: #1c1c1c;
	font-weight: 700;
	margin-bottom: 25px;
}

.shoping__discount form input {
	width: 255px;
	height: 46px;
	border: 1px solid #cccccc;
	font-size: 16px;
	color: #b2b2b2;
	text-align: center;
	display: inline-block;
	margin-right: 15px;
}

.shoping__discount form input::placeholder {
	color: #b2b2b2;
}

.shoping__discount form button {
	padding: 15px 30px 11px;
	font-size: 12px;
	letter-spacing: 4px;
	background: #6f6f6f;
}

.shoping__checkout {
	background: #f5f5f5;
	padding: 30px;
	padding-top: 20px;
	margin-top: 10px;
	border: dashed #42a2ce 3px;
}

.shoping__checkout h5 {
	color: #1c1c1c;
	font-weight: 700;
	font-size: 20px;
	margin-bottom: 28px;
}

.shoping__checkout ul {
	margin-bottom: 28px;
}

.shoping__checkout ul li {
	font-size: 16px;
	color: #1c1c1c;
	font-weight: 700;
	list-style: none;
	overflow: hidden;
	border-bottom: 1px solid #ebebeb;
	padding-bottom: 13px;
	margin-bottom: 18px;
}

.shoping__checkout ul li:last-child {
	padding-bottom: 0;
	border-bottom: none;
	margin-bottom: 0;
}

.shoping__checkout ul li span {
	font-size: 18px;
	color: #236d8f;
	float: right;
}

.shoping__checkout .primary-btn {
	display: block;
	text-align: center;
}

/*---------------------
  Checkout
-----------------------*/

.checkout {
	padding-top: 80px;
	padding-bottom: 60px;
}

.checkout h6 {
	color: #999999;
	text-align: center;
	background: #f5f5f5;
	border-top: 1px solid #6AB963;
	padding: 12px 0 12px;
	margin-bottom: 75px;
}

.checkout h6 span {
	font-size: 16px;
	color: #6AB963;
	margin-right: 5px;
}

.checkout h6 a {
	text-decoration: underline;
	color: #999999;
}

.checkout__form h4 {
	color: #1c1c1c;
	font-weight: 700;
	border-bottom: 1px solid #e1e1e1;
	padding-bottom: 20px;
	margin-bottom: 25px;
}

.checkout__form p {
	column-rule: #b2b2b2;
}

.checkout__input {
	margin-bottom: 24px;
}

.checkout__input p {
	color: #1c1c1c;
	margin-bottom: 20px;
}

.checkout__input p span {
	color: #dd2222;
}

.checkout__input input {
	width: 100%;
	height: 46px;
	border: 1px solid #ebebeb;
	padding-left: 20px;
	font-size: 16px;
	color: #b2b2b2;
	border-radius: 4px;
}

.checkout__input input.checkout__input__add {
	margin-bottom: 20px;
}

.checkout__input input::placeholder {
	color: #b2b2b2;
}

.checkout__input__checkbox {
	margin-bottom: 10px;
}

.checkout__input__checkbox label {
	position: relative;
	font-size: 16px;
	color: #1c1c1c;
	padding-left: 40px;
	cursor: pointer;
}

.checkout__input__checkbox label input {
	position: absolute;
	visibility: hidden;
}

.checkout__input__checkbox label input:checked~.checkmark {
	background: #7fad39;
	border-color: #7fad39;
}

.checkout__input__checkbox label input:checked~.checkmark:after {
	opacity: 1;
}

.checkout__input__checkbox label .checkmark {
	position: absolute;
	left: 0;
	top: 4px;
	height: 16px;
	width: 14px;
	border: 1px solid #a6a6a6;
	content: "";
	border-radius: 4px;
}

.checkout__input__checkbox label .checkmark:after {
	position: absolute;
	left: 1px;
	top: 1px;
	width: 10px;
	height: 8px;
	border: solid white;
	border-width: 3px 3px 0px 0px;
	-webkit-transform: rotate(127deg);
	-ms-transform: rotate(127deg);
	transform: rotate(127deg);
	content: "";
	opacity: 0;
}

.checkout__order {
	background: #f5f5f5;
	padding: 40px;
	padding-top: 30px;
}

.checkout__order h4 {
	color: #1c1c1c;
	font-weight: 700;
	border-bottom: 1px solid #e1e1e1;
	padding-bottom: 20px;
	margin-bottom: 20px;
}

.checkout__order .checkout__order__products {
	font-size: 18px;
	color: #1c1c1c;
	font-weight: 700;
	margin-bottom: 10px;
}

.checkout__order .checkout__order__products span {
	float: right;
}

.checkout__order ul {
	margin-bottom: 12px;
}

.checkout__order ul li {
	font-size: 16px;
	color: #6f6f6f;
	line-height: 40px;
	list-style: none;
}

.checkout__order ul li span {
	font-weight: 700;
	float: right;
}

.checkout__order .checkout__order__subtotal {
	font-size: 18px;
	color: #1c1c1c;
	font-weight: 700;
	border-bottom: 1px solid #e1e1e1;
	border-top: 1px solid #e1e1e1;
	padding-bottom: 15px;
	margin-bottom: 15px;
	padding-top: 15px;
}

.checkout__order .checkout__order__subtotal span {
	float: right;
}

.checkout__order .checkout__input__checkbox label {
	padding-left: 20px;
}

.checkout__order .checkout__order__total {
	font-size: 18px;
	color: #1c1c1c;
	font-weight: 700;
	border-bottom: 1px solid #e1e1e1;
	padding-bottom: 15px;
	margin-bottom: 25px;
}

.checkout__order .checkout__order__total span {
	float: right;
	color: #dd2222;
}

.checkout__order button {
	font-size: 18px;
	letter-spacing: 2px;
	width: 100%;
	margin-top: 10px;
}

/*---------------------
  Blog
-----------------------*/

.blog__item {
	margin-bottom: 60px;
}

.blog__item__pic img {
	min-width: 100%;
}

.blog__item__text {
	padding-top: 25px;
}

.blog__item__text ul {
	margin-bottom: 15px;
}

.blog__item__text ul li {
	font-size: 16px;
	color: #b2b2b2;
	list-style: none;
	display: inline-block;
	margin-right: 15px;
}

.blog__item__text ul li:last-child {
	margin-right: 0;
}

.blog__item__text h5 {
	margin-bottom: 12px;
}

.blog__item__text h5 a {
	font-size: 20px;
	color: #1c1c1c;
	font-weight: 700;
}

.blog__item__text p {
	margin-bottom: 25px;
}

.blog__item__text .blog__btn {
	display: inline-block;
	font-size: 14px;
	color: #1c1c1c;
	text-transform: uppercase;
	letter-spacing: 1px;
	border: 1px solid #b2b2b2;
	padding: 14px 20px 12px;
	border-radius: 25px;
}

.blog__item__text .blog__btn span {
	position: relative;
	top: 1px;
	margin-left: 5px;
}

.blog__pagination {
	padding-top: 5px;
	position: relative;
}

.blog__pagination:before {
	position: absolute;
	left: 0;
	top: -29px;
	height: 1px;
	width: 100%;
	background: #000000;
	opacity: 0.1;
	content: "";
}

/*---------------------
  Blog Sidebar
-----------------------*/

.blog__sidebar {
	padding-top: 50px;
}

.blog__sidebar__item {
	margin-bottom: 50px;
}

.blog__sidebar__item h4 {
	color: #1c1c1c;
	font-weight: 700;
	margin-bottom: 25px;
}

.blog__sidebar__item ul li {
	list-style: none;
}

.blog__sidebar__item ul li a {
	font-size: 16px;
	color: #666666;
	line-height: 48px;
	-webkit-transition: all, 0.3s;
	-moz-transition: all, 0.3s;
	-ms-transition: all, 0.3s;
	-o-transition: all, 0.3s;
	transition: all, 0.3s;
}

.blog__sidebar__item ul li a:hover {
	color: #7fad39;
}

.blog__sidebar__search {
	margin-bottom: 50px;
}

.blog__sidebar__search form {
	position: relative;
}

.blog__sidebar__search form input {
	width: 100%;
	height: 46px;
	font-size: 16px;
	color: #6f6f6f;
	padding-left: 15px;
	border: 1px solid #e1e1e1;
	border-radius: 20px;
}

.blog__sidebar__search form input::placeholder {
	color: #6f6f6f;
}

.blog__sidebar__search form button {
	font-size: 16px;
	color: #6f6f6f;
	background: transparent;
	border: none;
	position: absolute;
	right: 0;
	top: 0;
	height: 100%;
	padding: 0px 18px;
}

.blog__sidebar__recent .blog__sidebar__recent__item {
	display: block;
}

.blog__sidebar__recent .blog__sidebar__recent__item:last-child {
	margin-bottom: 0;
}

.blog__sidebar__recent__item {
	overflow: hidden;
	margin-bottom: 20px;
}

.blog__sidebar__recent__item__pic {
	float: left;
	margin-right: 20px;
}

.blog__sidebar__recent__item__text {
	overflow: hidden;
}

.blog__sidebar__recent__item__text h6 {
	font-weight: 700;
	color: #333333;
	line-height: 20px;
	margin-bottom: 5px;
}

.blog__sidebar__recent__item__text span {
	font-size: 12px;
	color: #999999;
	text-transform: uppercase;
}

.blog__sidebar__item__tags a {
	font-size: 16px;
	color: #6f6f6f;
	background: #f5f5f5;
	display: inline-block;
	padding: 7px 26px 5px;
	margin-right: 6px;
	margin-bottom: 10px;
}

/*---------------------
  Blog Details Hero
-----------------------*/

.blog-details-hero {
	height: 350px;
	display: flex;
	align-items: center;
}

.blog__details__hero__text {
	text-align: center;
}

.blog__details__hero__text h2 {
	font-size: 46px;
	color: #ffffff;
	font-weight: 700;
	margin-bottom: 10px;
}

.blog__details__hero__text ul li {
	font-size: 16px;
	color: #ffffff;
	list-style: none;
	display: inline-block;
	margin-right: 45px;
	position: relative;
}

.blog__details__hero__text ul li:after {
	position: absolute;
	right: -26px;
	top: 0;
	content: "|";
}

.blog__details__hero__text ul li:last-child {
	margin-right: 0;
}

.blog__details__hero__text ul li:last-child:after {
	display: none;
}

/*---------------------
  Blog Details
-----------------------*/

.related-blog {
	padding-top: 70px;
	padding-bottom: 10px;
}

.related-blog-title {
	margin-bottom: 70px;
}

.blog-details {
	padding-bottom: 75px;
	border-bottom: 1px solid #e1e1e1;
}

.blog__details__text {
	margin-bottom: 45px;
}

.blog__details__text img {
	margin-bottom: 30px;
}

.blog__details__text p {
	font-size: 18px;
	line-height: 30px;
}

.blog__details__text h3 {
	color: #333333;
	font-weight: 700;
	line-height: 30px;
	margin-bottom: 30px;
}

.blog__details__author__pic {
	float: left;
	margin-right: 15px;
}

.blog__details__author__pic img {
	height: 92px;
	width: 92px;
	border-radius: 50%;
}

.blog__details__author__text {
	overflow: hidden;
	padding-top: 30px;
}

.blog__details__author__text h6 {
	color: #1c1c1c;
	font-weight: 700;
}

.blog__details__author__text span {
	font-size: 16px;
	color: #6f6f6f;
}

.blog__details__widget ul {
	margin-bottom: 5px;
}

.blog__details__widget ul li {
	font-size: 16px;
	color: #6f6f6f;
	list-style: none;
	line-height: 30px;
}

.blog__details__widget ul li span {
	color: #1c1c1c;
	font-weight: 700;
}

.blog__details__widget .blog__details__social a {
	display: inline-block;
	font-size: 20px;
	color: #6f6f6f;
	margin-right: 24px;
	-webkit-transition: all, 0.3s;
	-moz-transition: all, 0.3s;
	-ms-transition: all, 0.3s;
	-o-transition: all, 0.3s;
	transition: all, 0.3s;
}

.blog__details__widget .blog__details__social a:hover {
	color: #7fad39;
}

.blog__details__widget .blog__details__social a:last-child {
	margin-right: 0;
}

/*---------------------
  Footer
-----------------------*/

.footer {
	/* background: #F3F6FA;
	padding-top: 70px;
	padding-bottom: 0; */
	padding: 0 3.5em;
	/* margin: 0 -1em; */
	/* background: #42a2ce url(../img/bg_footer.png) repeat-x 0% 50%; */
	background: #42a2ce;
	border-top: 1px solid #03769f;
	border-bottom: 1px solid #03769f;
	color: #fff;
}
.footer img {
    height: 25px;
}
.footer__about {
	margin-bottom: 30px;
}

.footer__about ul li {
	font-size: 16px;
	color: #fff;
	line-height: 36px;
	list-style: none;
}

.footer__about__logo {
	margin-bottom: 15px;
}

.footer__about__logo a {
	display: inline-block;
}

.footer__widget {
	margin-bottom: 30px;
	overflow: hidden;
}

.footer__widget h6 {
	color: #fff;
	font-weight: 700;
	margin-bottom: 10px;
}

.footer__widget ul {
	width: 50%;
	float: left;
}

.footer__widget ul li {
	list-style: none;
}

.footer__widget ul li a {
	color: #fff;
	font-size: 14px;
	line-height: 32px;
}

.footer__widget p {
	font-size: 14px;
	color: #fff;
	margin-bottom: 30px;
}

.footer__widget form {
	position: relative;
	margin-bottom: 30px;
}

.footer__widget form input {
	width: 100%;
	font-size: 16px;
	padding-left: 20px;
	color: #1c1c1c;
	height: 46px;
	border: 1px solid #ededed;
}

.footer__widget form input::placeholder {
	color: #1c1c1c;
}

.footer__widget form button {
	position: absolute;
	right: 0;
	top: 0;
	padding: 0 26px;
	height: 100%;
}

.footer__widget .footer__widget__social a {
	display: inline-block;
	height: 41px;
	width: 41px;
	font-size: 16px;
	color: #404040;
	border: 1px solid #ededed;
	border-radius: 50%;
	line-height: 38px;
	text-align: center;
	background: #ffffff;
	-webkit-transition: all, 0.3s;
	-moz-transition: all, 0.3s;
	-ms-transition: all, 0.3s;
	-o-transition: all, 0.3s;
	transition: all, 0.3s;
	margin-right: 10px;
}

.footer__widget .footer__widget__social a:last-child {
	margin-right: 0;
}

.footer__widget .footer__widget__social a:hover {
	background: #7fad39;
	color: #ffffff;
	border-color: #ffffff;
}

.footer__copyright {
	border-top: 1px solid #ebebeb;
	padding: 15px 0;
	overflow: hidden;
	margin-top: 20px;
}

.footer__copyright__text {
	font-size: 14px;
	color: #1c1c1c;
	float: left;
	line-height: 25px;
}

.footer__copyright__payment {
	float: right;
}

.col-full__container {
	/* border-top: 4px dashed white; */
	/* border-bottom: 4px dashed white; */
	padding: 1em 0;
}

.footer .col-full {
	display: flex;
	flex-direction: row;
	/* flex-wrap: wrap; */
	justify-content: space-between;
	gap: 2em;
}

/*---------------------
  Contact
-----------------------*/

.contact {
	padding-top: 80px;
	padding-bottom: 50px;
}

.contact__widget {
	margin-bottom: 30px;
}

.contact__widget span {
	font-size: 36px;
	color: #7fad39;
}

.contact__widget h4 {
	color: #1c1c1c;
	font-weight: 700;
	margin-bottom: 6px;
	margin-top: 18px;
}

.contact__widget p {
	color: #666666;
	margin-bottom: 0;
}

/*---------------------
  Map
-----------------------*/

.map {
	height: 500px;
	position: relative;
}

.map iframe {
	width: 100%;
}

.map .map-inside {
	position: absolute;
	left: 50%;
	top: 160px;
	-webkit-transform: translateX(-175px);
	-ms-transform: translateX(-175px);
	transform: translateX(-175px);
}

.map .map-inside i {
	font-size: 48px;
	color: #7fad39;
	position: absolute;
	bottom: -75px;
	left: 50%;
	-webkit-transform: translateX(-18px);
	-ms-transform: translateX(-18px);
	transform: translateX(-18px);
}

.map .map-inside .inside-widget {
	width: 350px;
	background: #ffffff;
	text-align: center;
	padding: 23px 0;
	position: relative;
	z-index: 1;
	-webkit-box-shadow: 0 0 20px 5px rgba(12, 7, 26, 0.15);
	box-shadow: 0 0 20px 5px rgba(12, 7, 26, 0.15);
}

.map .map-inside .inside-widget:after {
	position: absolute;
	left: 50%;
	bottom: -30px;
	-webkit-transform: translateX(-6px);
	-ms-transform: translateX(-6px);
	transform: translateX(-6px);
	border: 12px solid transparent;
	border-top: 30px solid #ffffff;
	content: "";
	z-index: -1;
}

.map .map-inside .inside-widget h4 {
	font-size: 22px;
	font-weight: 700;
	color: #1c1c1c;
	margin-bottom: 4px;
}

.map .map-inside .inside-widget ul li {
	list-style: none;
	font-size: 16px;
	color: #666666;
	line-height: 26px;
}

/*---------------------
  Contact Form
-----------------------*/

.contact__form__title {
	margin-bottom: 50px;
	text-align: center;
}

.contact__form__title h2 {
	color: #1c1c1c;
	font-weight: 700;
}

.contact-form {
	padding-top: 80px;
	padding-bottom: 80px;
}

.contact-form form input {
	width: 100%;
	height: 50px;
	font-size: 16px;
	color: #6f6f6f;
	padding-left: 20px;
	margin-bottom: 30px;
	border: 1px solid #ebebeb;
	border-radius: 4px;
}

.contact-form form input::placeholder {
	color: #6f6f6f;
}

.contact-form form textarea {
	width: 100%;
	height: 150px;
	font-size: 16px;
	color: #6f6f6f;
	padding-left: 20px;
	margin-bottom: 24px;
	border: 1px solid #ebebeb;
	border-radius: 4px;
	padding-top: 12px;
	resize: none;
}

.contact-form form textarea::placeholder {
	color: #6f6f6f;
}

.contact-form form button {
	font-size: 18px;
	letter-spacing: 2px;
}

/*--------------------------------- Responsive Media Quaries -----------------------------*/

@media only screen and (min-width: 1200px) {
	.container {
		/* max-width: 1170px; */
		max-width: 80%;
	}
}

/* Medium Device = 1200px */

@media only screen and (min-width: 992px) and (max-width: 1199px) {
	.header__menu ul li {
		margin-right: 45px;
	}

	.hero__search__form {
		width: 490px;
	}

	.hero__categories__all {
		padding: 10px 25px 10px 20px;
	}

	.hero__categories ul {
		padding-left: 20px;
	}

	.latest-product__slider.owl-carousel .owl-nav {
		right: 0;
	}

	.product__details__tab .nav-tabs:before {
		width: 265px;
	}

	.product__details__tab .nav-tabs:after {
		width: 265px;
	}

	.shoping__discount form input {
		width: 240px;
	}

	.filter__item h1 span {}
}

/* Tablet Device = 768px */

@media only screen and (min-width: 768px) and (max-width: 991px) {
	.hero__categories {
		margin-bottom: 30px;
		padding: 50px;
		/* display: none; */
	}

	.hero__search__form {
		width: 485px;
	}

	.categories__slider.owl-carousel .owl-nav button {
		left: -20px;
	}

	.categories__slider.owl-carousel .owl-nav button.owl-next {
		right: -20px;
	}

	.filter__sort .nice-select {
		padding-left: 5px;
		padding-right: 28px;
	}

	.product__details__quantity {
		margin-bottom: 10px;
	}

	.product__details__text .primary-btn {
		margin-bottom: 10px;
	}

	.product__details__tab .nav-tabs:before {
		width: 150px;
	}

	.product__details__tab .nav-tabs:after {
		width: 150px;
	}

	.blog__details__author {
		overflow: hidden;
		margin-bottom: 25px;
	}

	.humberger__open {
		display: block;
		font-size: 22px;
		color: #ffffff;
		height: 35px;
		width: 35px;
		line-height: 33px;
		text-align: center;
		/* border: 1px solid #1c1c1c; */
		cursor: pointer;
		position: absolute;
		right: 15px;
		top: 2px;
		z-index: 1000000;
	}

	.header .container {
		position: relative;
	}

	.humberger__menu__wrapper {
		width: 300px;
		background: #ffffff;
		position: fixed;
		left: -300px;
		top: 0;
		height: 100%;
		overflow-y: auto;
		z-index: 99;
		padding: 30px;
		padding-top: 50px;
		opacity: 0;
		display: block;
		-webkit-transition: all, 0.6s;
		-moz-transition: all, 0.6s;
		-ms-transition: all, 0.6s;
		-o-transition: all, 0.6s;
		transition: all, 0.6s;
	}

	.humberger__menu__wrapper.show__humberger__menu__wrapper {
		opacity: 1;
		left: 0;
	}

	.humberger__menu__logo {
		margin-bottom: 30px;
	}

	.humberger__menu__logo a {
		display: inline-block;
	}

	.humberger__menu__contact {
		padding: 10px 0 13px;
	}

	.humberger__menu__contact ul li {
		font-size: 14px;
		color: #1c1c1c;
		position: relative;
		line-height: 30px;
		list-style: none;
	}

	.humberger__menu__contact ul li i {
		color: #252525;
		margin-right: 5px;
	}

	.humberger__menu__cart ul {
		display: inline-block;
		margin-right: 25px;
	}

	.humberger__menu__cart ul li {
		list-style: none;
		display: inline-block;
		margin-right: 15px;
	}

	.humberger__menu__cart ul li:last-child {
		margin-right: 0;
	}

	.humberger__menu__cart ul li a {
		position: relative;
	}

	.humberger__menu__cart ul li a i {
		font-size: 18px;
		color: #1c1c1c;
	}

	.humberger__menu__cart ul li a span {
		height: 13px;
		width: 13px;
		background: #7fad39;
		font-size: 10px;
		color: #ffffff;
		line-height: 13px;
		text-align: center;
		font-weight: 700;
		display: inline-block;
		border-radius: 50%;
		position: absolute;
		top: 0;
		right: -12px;
	}

	.humberger__menu__cart .header__cart__price {
		font-size: 14px;
		color: #6f6f6f;
		display: inline-block;
	}

	.humberger__menu__cart .header__cart__price span {
		color: #252525;
		font-weight: 700;
	}

	.humberger__menu__cart {
		margin-bottom: 25px;
	}

	.humberger__menu__widget {
		margin-bottom: 20px;
	}

	.humberger__menu__widget .header__top__right__language {
		margin-right: 20px;
	}

	.humberger__menu__nav {
		display: none;
	}

	.humberger__menu__wrapper .header__top__right__social {
		display: block;
		margin-right: 0;
		margin-bottom: 20px;
	}

	.humberger__menu__wrapper .slicknav_btn {
		display: none;
	}

	.humberger__menu__wrapper .slicknav_nav .slicknav_item a {
		border-bottom: none !important;
	}

	.humberger__menu__wrapper .slicknav_nav {
		display: block !important;
	}

	.humberger__menu__wrapper .slicknav_menu {
		background: transparent;
		padding: 0;
		margin-bottom: 30px;
	}

	.humberger__menu__wrapper .slicknav_nav ul {
		margin: 0;
	}

	.humberger__menu__wrapper .slicknav_nav a {
		color: #1c1c1c;
		font-size: 16px;
		font-weight: 600;
		margin: 0;
		border-bottom: 1px solid #e1e1e1;
	}

	.humberger__menu__wrapper .slicknav_nav a:hover {
		-webkit-border-radius: 0;
		border-radius: 0;
		background: transparent;
		color: #7fad39;
	}

	.humberger__menu__wrapper .slicknav_nav .slicknav_row,
	.humberger__menu__wrapper .slicknav_nav a {
		padding: 8px 0;
	}

	.humberger__menu__overlay {
		position: fixed;
		left: 0;
		top: 0;
		height: 100%;
		width: 100%;
		background: rgba(0, 0, 0, 0.5);
		content: "";
		z-index: 98;
		visibility: hidden;
		-webkit-transition: all, 0.6s;
		-moz-transition: all, 0.6s;
		-ms-transition: all, 0.6s;
		-o-transition: all, 0.6s;
		transition: all, 0.6s;
	}

	.humberger__menu__overlay.active {
		visibility: visible;
	}

	.header__top {
		/* display: none; */
	}

	.header__menu {
		display: none;
	}

	.header__cart {
		text-align: center;
		padding: 10px 0 24px;
	}

	.over_hid {
		overflow: hidden;
	}

}

/* Wide Mobile = 480px */

@media only screen and (max-width: 767px) {
	.top__baner {
		background-position-y: center;
		height: 250px;
		cursor: pointer;
	}

    #messenger-button {
        bottom: 20px!important;
        right: 20px!important;
        background:rgba(255,255,255, 0.5)!important;
    }

	.hero__categories {
		margin-bottom: 30px;
	}

	.hero__search {
		margin-bottom: 30px;
	}

	.hero__search__form {
		width: 100%;
	}

	.hero__search__form form input {
		width: 100%;
	}

	.hero__search__form form .hero__search__categories {
		display: none;
	}

	/* .hero__search__phone {
		float: left;
		margin-top: 30px;
	} */
	.product__details__text {
		/* margin-top: 70px; */
	}

	.top__baner-container .top__baner-small {
		display: none;
	}

	.categories__slider.owl-carousel .owl-nav {
		text-align: center;
		margin-top: 40px;
	}

	.categories__slider.owl-carousel .owl-nav button {
		position: relative;
		left: 0;
		top: 0;
		-webkit-transform: translateY(0);
	}

	.categories__slider.owl-carousel .owl-nav button.owl-next {
		right: -10px;
	}

	.footer__copyright {
		text-align: center;
	}

	.footer__copyright__text {
		float: none;
		margin-bottom: 25px;
	}

	.footer__copyright__payment {
		float: none;
	}

	.filter__item {
		text-align: center;
	}

	.filter__option {
		text-align: center;
	}

	.product__details__pic {
		margin-bottom: 40px;
	}

	.product__details__tab .nav-tabs:before {
		display: none;
	}

	.product__details__tab .nav-tabs:after {
		display: none;
	}

	.shoping__cart__table {
		overflow-y: auto;
	}

	.shoping__discount form input {
		margin-bottom: 15px;
	}

	.blog__details__author {
		overflow: hidden;
		margin-bottom: 25px;
	}

	.humberger__open {
		display: block;
		font-size: 22px;
		color: #ffffff;
		height: 35px;
		width: 35px;
		line-height: 33px;
		text-align: center;
		/* border: 1px solid #1c1c1c; */
		cursor: pointer;
		position: absolute;
		right: 15px;
		top: 2px;
		z-index: 9999999;
	}

	.header .container {
		position: relative;
	}

	.humberger__menu__wrapper {
		width: 300px;
		background: #ffffff;
		position: fixed;
		left: -300px;
		top: 40px;
		height: 100%;
		overflow-y: auto;
		z-index: 99;
		padding: 30px;
		padding-top: 50px;
		opacity: 0;
		display: block;
		-webkit-transition: all, 0.6s;
		-moz-transition: all, 0.6s;
		-ms-transition: all, 0.6s;
		-o-transition: all, 0.6s;
		transition: all, 0.6s;
	}

	.humberger__menu__wrapper.show__humberger__menu__wrapper {
		opacity: 1;
		left: 0;
	}

	.humberger__menu__logo {
		margin-bottom: 30px;
	}

	.humberger__menu__logo a {
		display: inline-block;
	}

	.humberger__menu__contact {
		padding: 10px 0 13px;
	}

	.humberger__menu__contact ul li {
		font-size: 14px;
		color: #1c1c1c;
		position: relative;
		line-height: 30px;
		list-style: none;
	}

	.humberger__menu__contact ul li i {
		color: #252525;
		margin-right: 5px;
	}

	.humberger__menu__cart ul {
		display: inline-block;
		margin-right: 25px;
	}

	.humberger__menu__cart ul li {
		list-style: none;
		display: inline-block;
		margin-right: 15px;
	}

	.humberger__menu__cart ul li:last-child {
		margin-right: 0;
	}

	.humberger__menu__cart ul li a {
		position: relative;
	}

	.humberger__menu__cart ul li a i {
		font-size: 18px;
		color: #1c1c1c;
	}

	.humberger__menu__cart ul li a span {
		height: 13px;
		width: 13px;
		background: #7fad39;
		font-size: 10px;
		color: #ffffff;
		line-height: 13px;
		text-align: center;
		font-weight: 700;
		display: inline-block;
		border-radius: 50%;
		position: absolute;
		top: 0;
		right: -12px;
	}

	.humberger__menu__cart .header__cart__price {
		font-size: 14px;
		color: #6f6f6f;
		display: inline-block;
	}

	.humberger__menu__cart .header__cart__price span {
		color: #252525;
		font-weight: 700;
	}

	.humberger__menu__cart {
		margin-bottom: 25px;
	}

	.humberger__menu__widget {
		margin-bottom: 20px;
	}

	.humberger__menu__widget .header__top__right__language {
		margin-right: 20px;
	}

	.humberger__menu__nav {
		display: none;
	}

	.humberger__menu__wrapper .header__top__right__social {
		display: block;
		margin-right: 0;
		margin-bottom: 20px;
	}

	.humberger__menu__wrapper .slicknav_btn {
		display: none;
	}

	.humberger__menu__wrapper .slicknav_nav .slicknav_item a {
		border-bottom: none !important;
	}

	.humberger__menu__wrapper .slicknav_nav {
		display: block !important;
	}

	.humberger__menu__wrapper .slicknav_menu {
		background: transparent;
		padding: 0;
		margin-bottom: 30px;
	}

	.humberger__menu__wrapper .slicknav_nav ul {
		margin: 0;
	}

	.humberger__menu__wrapper .slicknav_nav a {
		color: #349ac9;
		font-size: 16px;
		font-weight: 600;
		margin: 0;
		border-bottom: 1px solid #e1e1e1;
	}

	.humberger__menu__wrapper .slicknav_nav a:hover {
		-webkit-border-radius: 0;
		border-radius: 0;
		background: transparent;
		color: #174053;
	}

	.humberger__menu__wrapper .slicknav_nav .slicknav_row,
	.humberger__menu__wrapper .slicknav_nav a {
		padding: 8px 0;
	}

	.humberger__menu__overlay {
		position: fixed;
		left: 0;
		top: 0;
		height: 100%;
		width: 100%;
		background: rgba(0, 0, 0, 0.5);
		content: "";
		z-index: 98;
		visibility: hidden;
		-webkit-transition: all, 0.6s;
		-moz-transition: all, 0.6s;
		-ms-transition: all, 0.6s;
		-o-transition: all, 0.6s;
		transition: all, 0.6s;
	}

	.humberger__menu__overlay.active {
		visibility: visible;
	}

	/* .header__top {
		display: none;
	} */
	.header__menu {
		display: none;
	}

	.header__cart {
		text-align: center;
		padding: 10px 0 24px;
	}

	.over_hid {
		overflow: hidden;
	}

	.footer .col-full {
		gap: 1em;
		flex-wrap: wrap;
		justify-content: center;
		text-align: center;
	}
}

@media only screen and (max-width: 531px) {
	.product__item__pic {
		height: 200px;
	}
	.featured__item__text h6 a {
		font-size: 13px;
	}
}

@media only screen and (max-width: 575px) {
    .hero {
        padding-bottom: 0!important;
    }
	.top__baner {
		background-position-y: center;
		height: 250px;
		cursor: pointer;
	}
    .footer {
        padding: 0 25px;
    }
    .footer img {
        height: 20px;
    }
	.product__details__pic__item {
		margin-bottom: 20px;
		height: 380px;
		overflow: hidden;
	}

	.youtube-video>iframe {
		width: 100% !important;
	}

    .product__details__text .product__details__price {
        font-size: 16px!important;
    }
    .product__details__text>h1 {
        font-size: 19px!important;
    }

	.in_stock-responsive {
		margin-left: 30px;
	}

	/* .top__baner-container {
		display: none;
	} */
}

/* Small Device = 320px */

@media only screen and (max-width: 479px) {
	.hero__search__form form .hero__search__categories {
		display: none;
	}

	.featured__controls ul li {
		margin-bottom: 10px;
	}

	.product__details__text {
		/* margin-top: 70px; */
	}

	.product__details__text>h1 {
		font-size: 23px;
	}

	.product__details__text ul li b {
		width: 100px;
	}

	.product__details__tab .nav-tabs li {
		margin-right: 20px;
	}

	.shoping__cart__btns {
		text-align: center;
	}

	.primary-btn.cart-btn.cart-btn-right {
		float: none;
		margin-top: 10px;
	}

	.shoping__checkout .primary-btn {
		display: block;
		text-align: center;
		padding: 10px 15px 10px;
	}

	.map .map-inside {
		-webkit-transform: translateX(-125px);
		-ms-transform: translateX(-125px);
		transform: translateX(-125px);
	}

	.map .map-inside .inside-widget {
		width: 250px;
	}

	.product__details__tab .nav-tabs li {
		margin-right: 15px;
	}

	.shoping__discount form input {
		width: 100%;
	}

	.checkout__order {
		padding: 20px;
	}

	.blog__details__hero__text h2 {
		font-size: 24px;
	}

	.product__details__pic__item {
		margin-bottom: 20px;
		height: 380px;
		overflow: hidden;
	}

	.youtube-video>iframe {
		width: 100% !important;
	}

	.in_stock-responsive {
		margin-left: 30px;
	}
}



/* ////// */
.cats {
	box-shadow: 0 1px #317ea1, 0 2px #3a8fb6;
}

.subcategories-list {
	display: none;
	position: absolute;
	left: 100%;
	z-index: 999999999;
	width: 100%;
	background-color: #42a2ce;
	color: white;
	top: 0;
}

.has-subcategories {
	position: relative;
}

.has-subcategories:hover {
	background-color: #317ea1;
}

.has-subcategories>a>.arrow-icon {
	position: absolute;
	right: 10px;
	top: 50%;
	transform: translateY(-50%);
}

.has-subcategories.active>.subcategories-list,
.subcategories-list:hover {
	display: block;
	padding-left: 20px;
	padding-bottom: 3px;
	background-color: #317ea1;
	border: solid #fbfbfb 1px;
	line-height: 28px !important;
}

.product_card_item1 {
	height: 100%;
	display: flex;
	justify-content: space-between;
	flex-direction: column;
	transform: translateZ(1px);
	backface-visibility: hidden;
	transition: .5s all;
	box-shadow: 0 5px 12px rgba(42, 111, 126, 0.51);
	position: relative;
	z-index: 1 !important;
}

.category-icons {
	width: 20px;
	margin-left: 20px;
}

.cats-list {
	/* border: 4px dashed #3fa0cc; */
}

.cats-arrows {
	position: absolute;
	right: 3px;
	top: 10px;
	/* border: dashed #e3e3e3 1px; */
	/* border-radius: 50%; */
}

#special-offer a {
	display: block;
	background: url(/assets/front/img/iconssvg/flag.svg) no-repeat;
	background-size: 165px;
	width: 165px;
	height: 56px;
	text-align: center;
	color: white;
	font-family: 'dejavu_sansbook' !important;
	line-height: 40px;
	position: relative;
	z-index: 100;
	font-size: 12px;
	text-transform: uppercase;
}

#special-offer {
	margin-left: -82px;
	float: left;
	position: absolute;
	left: 50% !important;
}

.product__details__pic__item img {
	max-height: 100%;
	max-width: 100%;
	margin: 0 auto;
	display: block;
	/* height: auto; */
	/* width: 100%; */
}

.product_small_images {
	height: 100px;
	/* width:100%!important; */
}

.old_price {
	color: #959393;
	font-size: 15px;
	text-decoration: line-through;
}

.brands-title {
	color: #349ac9 !important;
	font-size: 24px;
	font-weight: 600;
}

.latest_title {
	font-size: 14px !important;
	color: #317ea1 !important;
	line-height: 20px;
	display: block;
	font-weight: 600 !important;
}

/* .old_price{
	display: inline-block;
	font-weight: 400;
	text-decoration: line-through;
	margin-left: 10px;
} */

.latest_img {
	background: #349ac9;
}

.latest_title_brand {
	font-size: 18px !important;
	font-weight: 700 !important;
}

.index_num {
	font-weight: normal;
	display: inline-block;
	font-size: 15px;
	color: #fff;
	padding: 5px 10px 5px;
	background: #42a2ce;
	border: solid #42a2ce 1px;
}


/* Badge */

.badge-overlay {
	position: absolute;
	left: 0%;
	top: 0px;
	width: 100%;
	height: 100%;
	overflow: hidden;
	pointer-events: none;
	z-index: 100;
	-webkit-transition: width 1s ease, height 1s ease;
	-moz-transition: width 1s ease, height 1s ease;
	-o-transition: width 1s ease, height 1s ease;
	transition: width 0.4s ease, height 0.4s ease
}

/* ================== Badge CSS ========================*/
.badge {
	margin: 0;
	padding: 0;
	color: white;
	padding: 10px 10px;
	font-size: 15px;
	font-family: Arial, Helvetica, sans-serif;
	text-align: center;
	line-height: normal;
	text-transform: uppercase;
	background: #ed1b24;
}

.badge::before,
.badge::after {
	content: '';
	position: absolute;
	top: 0;
	margin: 0 -1px;
	width: 100%;
	height: 100%;
	background: inherit;
	min-width: 55px
}

.badge::before {
	right: 100%
}

.badge::after {
	left: 100%
}

/* ================== Badge Position CSS ========================*/
.top-left {
	position: absolute;
	top: 0;
	left: 0;
	-ms-transform: translateX(-30%) translateY(0%) rotate(-45deg);
	-webkit-transform: translateX(-30%) translateY(0%) rotate(-45deg);
	transform: translateX(-30%) translateY(0%) rotate(-45deg);
	-ms-transform-origin: top right;
	-webkit-transform-origin: top right;
	transform-origin: top right;
}

.top-right {
	position: absolute;
	top: 0;
	right: 0;
	-ms-transform: translateX(30%) translateY(0%) rotate(45deg);
	-webkit-transform: translateX(30%) translateY(0%) rotate(45deg);
	transform: translateX(30%) translateY(0%) rotate(45deg);
	-ms-transform-origin: top left;
	-webkit-transform-origin: top left;
	transform-origin: top left;
}

.bottom-left {
	position: absolute;
	bottom: 0;
	left: 0;
	-ms-transform: translateX(-30%) translateY(0%) rotate(45deg);
	-webkit-transform: translateX(-30%) translateY(0%) rotate(45deg);
	transform: translateX(-30%) translateY(0%) rotate(45deg);
	-ms-transform-origin: bottom right;
	-webkit-transform-origin: bottom right;
	transform-origin: bottom right;
}

.bottom-right {
	position: absolute;
	bottom: 0;
	right: 0;
	-ms-transform: translateX(30%) translateY(0%) rotate(-45deg);
	-webkit-transform: translateX(30%) translateY(0%) rotate(-45deg);
	transform: translateX(30%) translateY(0%) rotate(-45deg);
	-ms-transform-origin: bottom left;
	-webkit-transform-origin: bottom left;
	transform-origin: bottom left;
}

.top-full {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	text-align: center;
}

.middle-full {
	position: absolute;
	top: 50%;
	left: 0;
	width: 100%;
	text-align: center;
	-ms-transform: translateX(0%) translateY(-50%) rotate(0deg);
	-webkit-transform: translateX(0%) translateY(-50%) rotate(0deg);
	transform: translateX(0%) translateY(-50%) rotate(0deg);
}

.bottom-full {
	position: absolute;
	bottom: 0;
	left: 0;
	width: 100%;
	text-align: center;
}

/* ================== Badge color CSS ========================*/
.badge.red {
	background: #ed1b24;
}

.badge.orange {
	background: #fa7901;
}

.badge.pink {
	background: #ee2b8b;
}

.badge.blue {
	background: #00adee;
}

.badge.green {
	background: #b4bd00;
}

.badge.grey {
	box-shadow: 0px 0px 11px 6px #5e5e5e;
	background: #535353;
}

.grey {
	background: #787878;
}

.corp-global {
	padding: 10px;
	color: #317ea1;
	font-weight: 600;
	background-color: #FFFFFF;
}

.corp-a {
	color: #42a2ce;
}

.corp-a:hover {
	color: #317ea1;
}

.fa {
	font-family: 'FontAwesome' !important;
}

.hr-custom {
	color: #3580a3 !important;
	height: 2px !important;
	width: 80%;
}

.brand-img-c {
	background-position: center;
	background-size: 50% auto;
	background-repeat: no-repeat;
	background-color: #4fadd9;
}


.product__discount__perc {
	/*height: 35px;*/
	/* width: 45px; */
	background: #FF0000;
	padding: 0 10px;
	border-radius: 3px;
	font-size: 12px;
	color: #ffffff;
	line-height: 20px;
	text-align: center;
	position: absolute;
	right: 15px;
	top: 15px;
	box-shadow: 0 0px 5px #000000;
}


.eli_uzum_title {
	/* border: dashed 3px #349ac9; */
	padding: 12px 40px;
	border-radius: 5px;
	background: #fff;
}

@media only screen and (max-width: 991px) {
	.medium__hide {
		display: none;
	}

	.eli_uzum_title {
		font-size: .35em;
	}

	.hero__search {
		margin-top: 1em;
		/* align-items: end; */
		flex-direction: column;
		margin-bottom: 1em;
	}
}


.mobile-sub-cats {
	left: -4px !important;
	top: 40px;
	width: 103%;
}

.mobile-cats-custom {
	width: 95% !important;
	left: 8px !important;
	position: absolute;
}

/* test */
/* .has-subcategories:hover > .subcategories-list,
.subcategories-list.show {
    display: block;
    padding-left: 20px;
    padding-bottom: 3px;
    background-color: #317ea1;
    border: solid #fbfbfb 1px;
    line-height: 28px!important;
}

.subcategories-list {
    display: none;
} */
/* test end */

/* Scroll Top Start*/
body .showText {
	position: fixed;
	bottom: 20px;
	right: 80px;
	display: inline;
	padding: 0 10px;
	font-size: 25px;
	line-height: 50px;
	color: #ffffff;
	background-color: #87cefa;
	border-radius: 6px;
	opacity: 1;
	transition: 1s;
}

body .hideText {
	position: fixed;
	bottom: 20px;
	right: 70px;
	display: inline;
	padding: 0 10px;
	font-size: 25px;
	line-height: 50px;
	color: #ffffff;
	background-color: #87cefa;
	border-radius: 6px;
	opacity: 0;
	transition: 1s;
}

body #toTop {
	position: fixed;
	bottom: 102px;
	right: -50px;
	width: 68px;
	height: 50px;
	color: #87cefa;
	font-size: 50px;
	text-align: center;
	line-height: 50px;
	cursor: pointer;
	z-index: 9;
}

body .toTopRotate {
	animation: rotate .5s linear forwards;
}

@keyframes rotate {
	0% {
		right: -50px;
		transform: rotate(360deg);
	}

	100% {
		right: 20px;
		transform: rotate(0deg);
	}
}

body .toTopLeave {
	animation: rotateLeave .5s linear forwards;
}

@keyframes rotateLeave {
	0% {
		right: 20px;
		transform: rotate(0deg);
	}

	100% {
		right: -50px;
		transform: rotate(360deg);
		color: #fbfbfb;
	}
}

/* Scroll Top End */

/* Define the keyframes for the pulsing animation */
@keyframes pulse {
	0% {
		transform: scale(1);
	}

	50% {
		transform: scale(1.03);
		border: dashed 3px #F56A2A;
	}

	100% {
		transform: scale(1);
	}
}

/* Apply the animation to the element */
.pulsing-element {
	animation: pulse 3s infinite;
	/* 2s duration, infinite loop */
}



/* Styles for images while they're loading */
img.lazyload {
	opacity: 0.5;
	transition: opacity 0.3s;
}

/* Styles for fully loaded images */
img.lazyloaded {
	opacity: 1;
}


.product__pagination {
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
	align-items: center;
}

.product__pagination>* {
	margin: 5px;
}

.pagination {
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
	align-items: center;
}


.black-and-white {
	/* Apply the grayscale filter to make the content black and white */
	filter: grayscale(100%);
	/* Optionally, you can add transition for a smoother effect */
	transition: filter 0.3s ease;
}

/* On hover, remove the grayscale effect to show the original colors */
/* .black-and-white:hover {
	filter: grayscale(0%);
  }

   */




/* stories start */

.story-slide {
	position: absolute;
	width: 200px;
	/* margin: 20px auto; */
	display: grid;
	height: 350px;
	padding: 0px 0;
	border-radius: 30px;
	overflow: hidden;
	border: 3px solid #f3ece4;
	outline: 1px solid #ccc;
	background-color: #000;
	/* box-shadow: 10px 10px 5px 0px rgb(66 162 206 / 48%); */
}

.story-slide:after {
	content: "";
	position: absolute;
	bottom: 10px;
	left: 30%;
	background-color: #f7f7f7;
	width: 40%;
	height: 2px;
	border-radius: 10px;
}

.story-slide-items {
	position: relative;
	grid-area: 1/1;
	overflow: hidden;
	border: 6px solid #000;
	border-radius: 30px;
}

.story-slide-items img {
	object-fit: cover;
	height: 100%;
	width: 100%;
}

.story-slide-nav {
	height: 80%;
	grid-area: 1/1;
	z-index: 2;
	display: grid;
	grid-template-columns: 1fr 1fr;
	grid-template-rows: auto 1fr;
}

.story-slide-items>* {
	position: absolute;
	top: 0;
	opacity: 0;
}

.story-slide-items>.active {
	position: relative;
	opacity: 1;
	poiter-events: initial;
}

.story-slide-nav button {
	-webkit-appearance: none;
	-webkit-tap-highlight-color: rgba(0, 0, 0, 0);
	opacity: 0;
	height: 100%;
}

.story-slide-thumb {
	display: flex;
	grid-column: 1/3;
	padding: 0 15px;
}

.story-slide-thumb>span {
	flex: 1;
	display: block;
	height: 4px;
	background: #afafaf;
	margin: 3px;
	margin-top: 20px;
	border-radius: 3px;
	overflow: hidden;
	box-shadow: 0 0 3px #000;
}

.story-slide-thumb>span.done:after {
	content: "";
	display: block;
	height: inherit;
	background: rgba(255, 255, 255, 0.9);
	border-radius: 3px;
}

.story-slide-thumb>span.active:after {
	content: "";
	display: block;
	height: inherit;
	background: rgba(255, 255, 255, 0.9);
	border-radius: 3px;
	transform: translateX(-100%);
	animation: thumb 5s forwards linear;
}

@keyframes thumb {
	to {
		transform: initial;
	}
}


.story-link {
	/* height: 30px; */
	/* width: 100%; */
	/* background-color: #d1e8f3e6; */
	/* position: absolute;
	bottom: 15px; */
	/* box-shadow: 0 0 13px 1px #000; */
	display: flex;
	justify-content: center;
	width: 80%;
	background-color: #3fa0cc;
	position: absolute;
	bottom: 15px;
	left: 50%;
	transform: translateX(-50%);
	z-index: 8;
	box-shadow: 0 0 1px 1px #fff;
	border-radius: 3px;
	color: #fff;
	line-height: 32px;
}

.story-big-div {
	object-fit: cover;
	height: 100%;
	width: 100%;
}

.story-btn {}

.story-link a {
	color: #fff;
	line-height: 30px;
	font-weight: 600;
}

/* stories end */

/* events start */
.circle {
	position: relative;
	width: 100px;
	height: 100px;
}

.circle svg {
	fill: none;
	stroke: #42A2CE;
	stroke-linecap: round;
	stroke-width: 3;
	stroke-dasharray: 1;
	stroke-dashoffset: 0;
	animation: stroke-draw 6s ease-out infinite alternate;
	transition: background-color 2s;
}

.circle img {
	position: absolute;
	left: 50%;
	top: 50%;
	transform: translate(-50%, -50%);
	width: 80px;
	border-radius: 50%;
	z-index: 1;
}

.circle svg:hover {
	animation: stroke-draw-hover 6s ease-out infinite alternate;
}

@keyframes stroke-draw {
	from {
		stroke: #42A2CE;
		stroke-dasharray: 1;
	}

	to {
		stroke: #42A2CE;
		/* stroke: #cd486b; */
		transform: rotate(180deg);
		stroke-dasharray: 8;
	}
}

@keyframes stroke-draw-hover {
	from {
		stroke: #cd486b;
		stroke-dasharray: 1;
	}

	to {
		stroke: #cd486b;
		/* stroke: #cd486b; */
		transform: rotate(180deg);
		stroke-dasharray: 8;
	}
}


.event-row {
	margin: 30px 0;
	background-color: #fff;
	display: flex;
	flex-direction: row;
	flex-wrap: nowrap;
}

@media only screen and (max-width: 768px) {
	.event-row {
		width: 100%;
		overflow-x: scroll;
		overflow-y: hidden;
		padding: 20px 0;
	}

	.top__baner-container {
		height: auto;
	}

	.circle {
		position: relative;
		width: 70px;
		height: 70px;
	}

	.circle img {
		width: 50px;
	}

	.circle-padding {
		padding: 0 10px;
		flex: 0 0 10%;
		scroll-snap-align: start;
		min-width: 24%;
	}

	.event-touch {
		display: flex;
		overflow-x: scroll;
		scroll-snap-type: x mandatory;
		-webkit-overflow-scrolling: touch;
		width: 100%;
		white-space: nowrap;
	}

	.modal-content {
		height: auto !important;
	}
}

@media only screen and (max-width: 576) {
	.event-row {
		width: 100%;
		overflow-x: scroll;
		overflow-y: hidden;
		padding: 20px 0;
	}

	.top__baner-container {
		height: auto;
	}

	.circle {
		position: relative;
		width: 70px;
		height: 70px;
	}

	.circle img {
		width: 50px;
	}

	.circle-padding {
		padding: 0 10px;
		flex: 0 0 10%;
		scroll-snap-align: start;
		min-width: 24%;
	}

	.event-touch {
		display: flex;
		overflow-x: scroll;
		scroll-snap-type: x mandatory;
		-webkit-overflow-scrolling: touch;
		width: 100%;
		white-space: nowrap;
	}

	.modal-content {
		height: auto !important;
	}
}

/* @media only screen and (max-width: 576px) {
	.event-row {
		width: 100%;
		overflow-x: scroll;
		overflow-y: hidden;
		padding: 20px 0;
	}
	.top__baner-container{
		height: auto;
	}
	.circle{
		position: relative;
		width: 70px;
		height: 70px;
	}
	.circle img{
		width: 60px;
	}
	.circle-padding{
		padding: 0 10px;
		flex: 0 0 10%;
		scroll-snap-align: start;
	}
	.ggg{
		display: flex;
  overflow-x: scroll;
  scroll-snap-type: x mandatory;
  -webkit-overflow-scrolling: touch;
	}
} */

.centered-content {
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: center;
	height: 100%;
	/* Ensure the container takes up the full height of the column */
}

/* modal */
/* Styles for the modal */
.modal {
	display: none;
	position: fixed;
	z-index: 9;
	padding-top: 100px;
	left: 0;
	top: 0;
	width: 100vw;
	height: 100vh;
	/* width: 100%;
    height: 100%; */
	overflow: auto;
	background-color: rgba(0, 0, 0, 0.9);
}

.modal-content {
	margin: auto;
	display: block;
	/* max-width: 80%;
    max-height: 80%; */
	/* width: 450px;
    height: auto; */
	width: auto;
	height: 55vh;
}

/* Close button for the modal */
.close-event {
	position: absolute;
	top: 70px;
	right: 35px;
	font-size: 30px;
	color: white;
	cursor: pointer;
}

.close-event։hover {
	color: rgb(255, 205, 205) !important;
}

.open-modal {
	cursor: pointer;
}

.event-slide-thumb>span {
	/* flex: 1; */
	/* display: block; */
	height: 4px;
	background: #afafaf;
	margin: 3px;
	/* margin-top: 20px; */
	border-radius: 3px;
	overflow: hidden;
	box-shadow: 0 0 3px #000;
	width: 40%;
}

.event-center-timeline {
	display: flex;
	justify-content: center;
	/* Horizontal centering */
	align-items: center;
	/* Vertical centering */
	height: 40px;
	/* Adjust as needed */
}


/* #fillSpan {
    display: block;
    width: 0;
    height: 100%;
    background-color: red;
    transition: width 5s linear;
} */

.event-hide {
	display: none;
}



/* Pulsating animation */
@keyframes pulse {
	0% {
		transform: scale(1);
	}

	100% {
		transform: scale(1.1);
	}

	/* 100% { transform: scale(1); } */
}

.pulsate {
	animation: pulse 0s infinite;
}

/* Center the modal content */
/* .modal {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    height: 100%;
} */

/* Center the button horizontally */
#modalButton {
	display: inline-block;
	color: #fff;
}

/* Pulsing button start */
.button-pulse {
	position: relative;
}

.button__wrapper {
	position: relative;
	width: 320px;
	height: 55px;
}

.img-hand {
	position: absolute;
	right: 60px;
	top: 20px;
	transform: rotate(-45deg);
}

.button-pulse {
	margin: 50px auto 0;
	max-width: 360px;
	width: 100%;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
}

.button-pulse #continue-btn {
	cursor: pointer;
	position: absolute;
	top: 50%;
	left: 50%;
	-webkit-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
	width: 100%;
	height: 100%;
	z-index: 2;
	padding: 8px;
	font-size: 20px;
	border: 2px solid rgb(66 162 206);
	background-color: rgb(66 162 206);
	background-image: -webkit-gradient(linear, left top, right top, from(#256685), to(rgb(66 162 206)));
	background-image: linear-gradient(to right, #256685, rgb(66 162 206));
	color: #fff;
	font-weight: 700;
	-webkit-transition: -webkit-box-shadow 0.5s;
	transition: -webkit-box-shadow 0.5s;
	transition: box-shadow 0.5s;
	transition: box-shadow 0.5s, -webkit-box-shadow 0.5s;
	font-family: IranSans;
	border-radius: 5px;
}

.pulsing {
	width: 99%;
	height: 99%;
	border-radius: 5px;
	/* border-radius: 50px; */
	z-index: 1;
	position: relative;
}

.pulsing:before,
.pulsing:after {
	content: "";
	position: absolute;
	width: 100%;
	height: 100%;
	border: inherit;
	top: 0;
	left: 0;
	z-index: 0;
	background: rgb(66 162 206);
	border-radius: inherit;
	-webkit-animation: pulsing 1s linear infinite;
	animation: pulsing 1s linear infinite;
}

.pulsing:after {
	-webkit-animation: pulsing1 1s linear infinite;
	animation: pulsing1 1s linear infinite;
}

@-webkit-keyframes pulsing {
	0% {
		opacity: 1;
		-webkit-transform: scaleY(1) scaleX(1);
		transform: scaleY(1) scaleX(1);
	}

	20% {
		opacity: 0.7;
	}

	70% {
		opacity: 0.5;
		-webkit-transform: scaleY(1.8) scaleX(1.3);
		transform: scaleY(1.8) scaleX(1.3);
	}

	80% {
		opacity: 0;
		-webkit-transform: scaleY(1.8) scaleX(1.3);
		transform: scaleY(1.8) scaleX(1.3);
	}

	90% {
		opacity: 0;
		-webkit-transform: scaleY(1) scaleX(1);
		transform: scaleY(1) scaleX(1);
	}
}

@keyframes pulsing {
	0% {
		opacity: 1;
		-webkit-transform: scaleY(1) scaleX(1);
		transform: scaleY(1) scaleX(1);
	}

	20% {
		opacity: 0.7;
	}

	70% {
		opacity: 0.5;
		-webkit-transform: scaleY(1.8) scaleX(1.3);
		transform: scaleY(1.8) scaleX(1.3);
	}

	80% {
		opacity: 0;
		-webkit-transform: scaleY(1.8) scaleX(1.3);
		transform: scaleY(1.8) scaleX(1.3);
	}

	90% {
		opacity: 0;
		-webkit-transform: scaleY(1) scaleX(1);
		transform: scaleY(1) scaleX(1);
	}
}

@-webkit-keyframes pulsing1 {
	0% {
		opacity: 1;
		-webkit-transform: scaleY(1) scaleX(1);
		transform: scaleY(1) scaleX(1);
	}

	20% {
		opacity: 0.7;
	}

	70% {
		opacity: 0.5;
		-webkit-transform: scaleY(1.3) scaleX(1.15);
		transform: scaleY(1.3) scaleX(1.15);
	}

	80% {
		opacity: 0;
		-webkit-transform: scaleY(1.3) scaleX(1.15);
		transform: scaleY(1.3) scaleX(1.15);
	}

	90% {
		opacity: 0;
		-webkit-transform: scaleY(1) scaleX(1);
		transform: scaleY(1) scaleX(1);
	}
}

@keyframes pulsing1 {
	0% {
		opacity: 1;
		-webkit-transform: scaleY(1) scaleX(1);
		transform: scaleY(1) scaleX(1);
	}

	20% {
		opacity: 0.7;
	}

	70% {
		opacity: 0.5;
		-webkit-transform: scaleY(1.3) scaleX(1.15);
		transform: scaleY(1.3) scaleX(1.15);
	}

	80% {
		opacity: 0;
		-webkit-transform: scaleY(1.3) scaleX(1.15);
		transform: scaleY(1.3) scaleX(1.15);
	}

	90% {
		opacity: 0;
		-webkit-transform: scaleY(1) scaleX(1);
		transform: scaleY(1) scaleX(1);
	}
}


.button-pulse #continue-btn:hover,
.button-pulse #continue-btn:focus {
	outline: none;
	border: none;
}

.button-pulse {
	display: flex;
	justify-content: center;
	align-items: center;
	/* height: 100vh; */
}

.button__wrapper {
	/* top: -50px; */
	top: 0px;
}

.child-mymodal {
	height: 100%;
}

/* Pulsing button end */
/* events end */


.banner-button {
	height: 125px;
	position: relative;
	overflow: hidden;
	border-radius: 12px;
}

.banner-button_item {
	border-radius: 12px;
	position: relative;
	margin-bottom: 65px;
	box-shadow: 0 0px 2px rgb(42 111 126);
}

.banner-button_item:hover {
	box-shadow: 0 3px 18px rgba(42, 111, 126, 0.51);
}




/* Boxing Start */

/* label {
	cursor: pointer;
}

img {
box-shadow: 0 0 0 10px #FFF0;
transition: box-shadow 0.1s;
}

input {
display: none;
}

input:checked + img {
box-shadow: 0 0 0 10px #349ac9;
transition: box-shadow 0.11s;
} */
/* ------------ */


/* .boxing_wrapper {
	display: flex;
  }

  .boxing_container {
	display: flex;
	flex-direction: column;
	flex-wrap: wrap;
	justify-content: space-around;
  }

  .boxing_category {
	display: flex;
	flex-direction: row;
	margin: 10px;
	padding: 10px;
	border-top: 1px solid #ccc;
  }

  .card {
	text-align: center;
	width: 140px;
	margin: 10px;
	padding: 10px;
	border: 1px solid #ddd;
	box-shadow: 0 2px 4px rgba(0, 0, 0, 0.1);
	cursor: pointer;
	justify-content: center;
  }

  .boxing_category img {
	width: 80px;
	height: 80px;
	-o-object-fit: cover;
	   object-fit: cover;
	   justify-content: center;
  }

  h2 {
	overflow: hidden;
	font-size: 18px;
	margin: 0;
	word-break: keep-all;
  }

  p {
	font-size: 1rem;
	margin: 0;
  }

  .selected {
	border: 2px solid blue;
  }

  .disabled {
	border: 2px solid red;
	opacity: 0.2;
	cursor: not-allowed;
  } */
/*# sourceMappingURL=style.css.map */
/* Boxing End */
.sub-prods {
    display: flex;
    gap: 8px;
    margin-bottom: 20px;
    margin-top: 20px;
}
.sub-prods img {
    width: 50px;
    height: 50px;
    border: 2px solid #3fa0cc;
    border-radius: 10px;
}
.sub-prods img.selected {
    border: 4px solid #3fa0cc;
}
.sub-prods .out-of-stock {
    position: relative;
}
.sub-prods .out-of-stock:after {
    content: "";
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    opacity: .5;
    background-color: white;
    position: absolute;
}
.content a:hover{
    color: inherit!important;
}
.delivery-page .card-header {
    background-color: transparent!important;
}
#messenger-button {
    position: fixed;
    bottom: 95px;
    right: 83px;
    z-index: 1000;
    padding: 10px;
    border-radius: 50%;
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.2);
}
#messenger-button img {
    width: 50px;
    height: 50px;
}
.product-card {
    position: relative;
    overflow: hidden;
    transition: all 0.4s ease;
}

.product__item__pic {
    width: 100%;
    aspect-ratio: 1 / 1;
    background-size: cover;
    background-position: center;
    transition: transform 0.4s ease, filter 0.4s ease, background-image 0.3s ease;
    position: relative;
}

.product-info {
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    transform: translateY(100%);
    background: rgba(0, 0, 0, 0.4);
    padding: 10px;
    text-align: center;
    transition: transform 0.4s ease;
    z-index: 2;
}

.product-card:hover .product-info {
    transform: translateY(0);
}

.product-card:hover .product__item__pic {
    transform: scale(1.05);
    filter: brightness(0.8);
}

.old_price {
    color: #888;
    text-decoration: line-through;
    font-size: 14px;
    margin-left: 6px;
}
