@import url('https://fonts.googleapis.com/css2?family=Inter:ital,opsz,wght@0,14..32,100..900;1,14..32,100..900&family=Montserrat:ital,wght@0,100..900;1,100..900&display=swap');

body {
	margin: 0;
	padding: 0;
	background-color: #e9e9e9;
	background-size: cover;
	background-repeat: repeat;
	background-position: center;
	font-family: 'Inter', sans-serif;
}

html {
	height: 100%;
}

* {
	text-decoration: none !important;
	outline: none !important;
}

/*----- OTALYA MOBILE MENU START -----*/
.mobil-nav ul {
	margin: 0;
}

.mobil-nav ul li {
	width: calc((100% / 2) - -2px);
	display: inline-block;
	text-align: center;
	height: 50px;
	vertical-align: middle;
	padding: 7px 0;
	margin-right: -6px;
}

.mobil-nav ul li.harita {
	background: #555;
}

.mobil-nav ul li.harita a {
	color: #fff;
}

.mobil-nav ul li.telefon {
	background: #f78e19;
}

.mobil-nav ul li.telefon a {
	color: #fff;
}

.mobil-nav ul li.whatsapp {
	background: #FFF !important;
}

.mobil-nav ul li.whatsapp a {
	color: #000;
}

.mobil-nav ul li.dil {
	background: #00a5ce;
}

.mobil-nav ul li.dil {
	color: #fff;
}

.mobil-nav ul li small {
	display: block;
	font-size: 12px;
	line-height: 20px;
}

.mobil-nav {
	position: fixed;
	bottom: 0;
	top: auto;
	left: 0;
	right: 0;
	box-shadow: 0px -1px 4px rgba(0, 0, 0, 0.4);
	background: #fff;
	z-index: 999;
}

.mobil-nav svg,
.mobil-nav i {
	font-size: 20px;
}

.mobil-nav ul li.instagram {
	background: #f09433;
	background: -moz-linear-gradient(45deg, #f09433 0%, #e6683c 25%, #dc2743 50%, #cc2366 75%, #bc1888 100%);
	background: -webkit-linear-gradient(45deg, #f09433 0%, #e6683c 25%, #dc2743 50%, #cc2366 75%, #bc1888 100%);
	background: linear-gradient(45deg, #f09433 0%, #e6683c 25%, #dc2743 50%, #cc2366 75%, #bc1888 100%);
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#f09433', endColorstr='#bc1888', GradientType=1);
}

.mobil-nav ul li.instagram a {
	color: #fff;
}

.mobil-nav li:first-child {
	background: #000 !important;
}

.mobil-nav li:last-child {
	background: #FFF !important;
}

.so-icon {
	background-color: #7d7d7d;
}

.so-facebook {
	background-color: #3B5998;
}

.so-twitter {
	background-color: #55acee;
}

.so-instagram {
	background: #f09433;
	background: -moz-linear-gradient(45deg, #f09433 0%, #e6683c 25%, #dc2743 50%, #cc2366 75%, #bc1888 100%);
	background: -webkit-linear-gradient(45deg, #f09433 0%, #e6683c 25%, #dc2743 50%, #cc2366 75%, #bc1888 100%);
	background: linear-gradient(45deg, #f09433 0%, #e6683c 25%, #dc2743 50%, #cc2366 75%, #bc1888 100%);
}

.so-instagram span {
	color: #fff;
	font-size: 15px;
}

.so-pinterest {
	background-color: #CB2027;
}

.so-linkedin {
	background-color: #0077b5;
}

.so-facebook-messenger {
	background-color: #448AFF;
}

.so-youtube {
	background-color: #cc181e;
}

.so-reddit {
	background-color: #ff4500;
}

.so-tumblr {
	background-color: #32506d;
}

.so-digg {
	background-color: #262626;
}

.so-google-plus {
	background-color: #DE5446;
}

.so-whatsapp {
	background-color: #25d366;
}

.so-whatsapp span {
	color: #fff;
	font-size: 15px;
}

.so-vk {
	background-color: #4c6c91;
}

.so-weibo {
	background-color: #ff9933;
}

.so-odnoklassniki {
	background-color: #d7772d;
}

.so-xing {
	background-color: #1a7576;
}

.so-blogger {
	background-color: #ff8000;
}

.so-flipboard {
	background-color: #ff8000;
}

.so-delicious {
	background-color: #205cc0;
}

.so-weixin {
	background-color: #4EC034;
}

/*----- OTALYA MOBILE MENU END -----*/

.nav-flex {
	display: flex;
	justify-content: flex-end;
	align-items: center;
}

#main-nav {
	background: #000;
	padding: 10px 0;
	z-index: 9999;
}

#main-nav.nav-fixed {
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
}

.navbar-brand {
	padding: 0;
}

.navbar-brand img {
	width: 240px;
}

#main-nav .nav-buttons {
	display: flex;
	justify-content: flex-end;
	align-items: center;
	margin-left: 20px;
}


.mobile-nav .nav-buttons {
	display: flex;
	justify-content: center;
	align-items: center;
}

.mobile-nav .nav-buttons .nb-first {
	font-size: 12px;
	line-height: 20px;
	background: #222;
	color: #fff !important;
	padding: 10px 15px;
	border-radius: 10px;
	text-transform: uppercase;
	font-weight: 600;
	transition: 0.2s ease 0s;
	white-space: nowrap;
}

#main-nav .nav-buttons .nb-first {
	font-size: 12px;
	line-height: 20px;
	background: #FFF;
	color: #222 !important;
	padding: 10px 15px;
	border-radius: 10px;
	text-transform: uppercase;
	font-weight: 600;
	transition: 0.2s ease 0s;
	white-space: nowrap;
}

#main-nav .nav-buttons .nb-first:hover {
	background: #444;
	border-color: #444;
	color: #f6f6f6 !important;
}

#main-nav .nav-buttons .nb-second {
	font-size: 12px;
	line-height: 20px;
	background: #8AB8FF;
	color: #fff !important;
	padding: 10px 15px;
	border-radius: 10px;
	text-transform: uppercase;
	font-weight: 600;
	transition: 0.2s ease 0s;
}

#main-nav .nav-buttons .nb-second:hover {
	background: #3D6BB3;
}

#main-nav .nav-buttons a {
	margin-right: 10px;
}

#main-nav .nav-buttons a:last-child {
	margin-right: 0;
}

#main-nav .navbar-nav .nav-item {
	margin-right: 10px;
}

#main-nav .navbar-nav .nav-item:last-child {
	margin-right: 0;
}

#main-nav .navbar-nav .nav-item .nav-link {
	padding: 0;
	color: #fff !important;
	font-size: 14px;
	line-height: 20px;
	/* text-transform: uppercase; */
	font-weight: 600;
	padding: 5px 0;
	position: relative;
}

#main-nav .navbar-nav .nav-item .nav-link:before {
	content: "";
	position: absolute;
	bottom: 0;
	left: 50%;
	transform: translate(-50%, 0);
	width: 0px;
	height: 2px;
	background: #fff;
	transition: 0.2s ease 0s;
	border-radius: 10px;
}

#main-nav .navbar-nav .nav-item .nav-link:hover:before,
#main-nav .navbar-nav .nav-item.active .nav-link:before {
	width: 40px;
}

#main-nav .navbar-nav .nav-item .dropdown-menu {
	padding: 0;
	margin: 0;
	border: solid 1px #e5e5e5;
	border-radius: 0;
	left: unset;
	right: 0;
}

#main-nav .navbar-nav .nav-item .dropdown-menu>a {
	display: block;
}

.dropdown-toggle::after {
	content: none;
}

#main-nav .navbar-nav .nav-item .dropdown-toggle {
	position: relative;
	padding-right: 20px;
}

#main-nav .navbar-nav .nav-item .dropdown-toggle:before {
	content: "\f107";
	font-family: "Font Awesome 5 Pro";
	font-weight: 900;
	position: absolute;
	right: 0;
	width: 20px;
	text-align: center;
	top: 50%;
	transform: translate(0, -50%);
}

#main-nav .navbar-nav .nav-item .dropdown-toggle[aria-expanded="true"]:before {
	content: "\f106";
}

.panel-text {
	font-size: 16px;
	line-height: 22px;
	color: #444;
	margin-bottom: -10px;
	font-weight: 300;
	letter-spacing: 2%;
}

.panel-text h1 {
	display: block;
	font-size: 1.60em;
	margin-bottom: 10px;
	font-weight: 600;
	text-align: left;
	color: #444;
}

.panel-text h2 {
	display: block;
	font-size: 1.40em;
	margin-bottom: 10px;
	font-weight: 600;
	text-align: left;
	color: #444;
}

.panel-text h3 {
	display: block;
	font-size: 1.30em;
	margin-bottom: 10px;
	font-weight: 600;
	text-align: left;
	color: #444;
}

.panel-text h4 {
	display: block;
	font-size: 1.20em;
	margin-bottom: 10px;
	font-weight: 600;
	text-align: left;
	color: #444;
}

.panel-text h5 {
	display: block;
	font-size: 1.10em;
	margin-bottom: 10px;
	font-weight: 600;
	text-align: left;
	color: #444;
}

.panel-text h6 {
	display: block;
	font-size: 1em;
	margin-bottom: 10px;
	font-weight: 600;
	text-align: left;
	color: #444;
}

.panel-text p {
	display: block;
	margin-bottom: 10px;
}

.panel-text b {
	font-weight: 600;
}

.panel-text ul {
	padding: 0;
	list-style: none;
	display: block;
	margin-bottom: 10px;
	margin-left: 10px;
}

.panel-text ul li {
	display: block;
	margin-bottom: 5px;
	position: relative;
	padding-left: 12px;
}

.panel-text ul li:before {
	content: "\f45c";
	font-family: "Font Awesome 5 Pro";
	font-weight: 900;
	position: absolute;
	top: 0;
	left: 0;
	font-size: 6px;
	transform: rotate(45deg);
	color: #ddd;
}

.slider-box {
	display: block;
	width: 100%;
	position: relative;
	overflow: hidden;
	background-size: cover;
	background-repeat: no-repeat;
	background-position: center;
	padding-right: 1rem;
	padding-left: 1rem;
	padding-bottom: 2.5rem;
}

.slider-txt h2 {
	font-size: 30px;
	line-height: 38px;
	font-weight: 800;
	color: #fff;
	margin-bottom: 10px;
	display: block;
}

.slider-txt p {
	font-size: 16px;
	line-height: 24px;
	font-weight: 600;
	color: #eee;
	display: block;
	margin-bottom: 15px;
}

.form-group {
	display: flex;
	justify-content: flex-start;
	align-items: flex-start;
	flex-direction: column;
	width: 100%;
	margin-bottom: 20px;
}

.form-group .select2-container--default {
	width: 100% !important;
}

.form-group .select2-container--default .select2-selection--single {
	height: unset;
	border: solid 1px rgba(255, 255, 255, 0.1);
	background: rgba(255, 255, 255, 0.1);
	border-radius: 10px;
}

.form-group.slider-item .select2-container--default .select2-selection--single {
	border: none;
	box-shadow: 0 0 30px 0 rgba(0, 0, 0, 0.2);
}

.form-group .select2-container .select2-selection--single .select2-selection__rendered {
	padding: 15px 20px;
	height: unset;
	font-size: 14px;
	line-height: 22px;
	padding-right: 40px;
	color: #000;
	border-radius: 10px;
	border: solid 1px rgba(0, 0, 0, 0.1);
}

.form-group .select2-container--default .select2-selection--single .select2-selection__arrow {
	height: calc(100% - 2px);
	width: 40px;
}

/*
.select2-container--default.select2-container--open.select2-container--below .select2-selection--single, .select2-container--default.select2-container--open.select2-container--below .select2-selection--multiple {
	border-radius: 25px 25px 0 0;
}

.select2-container--default.select2-container--open.select2-container--above .select2-selection--single, .select2-container--default.select2-container--open.select2-container--above .select2-selection--multiple {
	border-radius: 0 0 25px 25px;
}*/

.form-group .select2-container--default .select2-selection--single .select2-selection__placeholder {
	color: #eee;
}

.select2-results__option {
	font-size: 12px;
	line-height: 20px;
	color: #444;
}

.select2-search--dropdown .select2-search__field {
	border: solid 1px #ddd !important;
	padding: 5px 10px;
	font-size: 14px;
	line-height: 22px;
}

.select2-dropdown {
	border: none;
	box-shadow: 0 0 30px 0 rgba(0, 0, 0, 0.2);
}

.main-btn {
	display: inline-block;
	text-align: center;
	white-space: nowrap;
	border: none;
	background: #FFF;
	padding: 15px 20px;
	font-size: 14px;
	line-height: 22px;
	border-radius: 10px;
	border: solid 1px #FFF;
	color: #222 !important;
	transition: 0.2s ease 0s;
	text-transform: uppercase;
	font-weight: 600;
	box-shadow: 0 0 30px 0 rgba(0, 0, 0, 0.2);
}

.main-btn:hover {
	background: #444;
	border-color: #444;
	color: #f6f6f6 !important;
}

.main-btn.second {
	background: none;
	color: #FFF !important;
	border-color: #FFF;
}

.main-btn.second:hover {
	background: #FFF;
	color: #222 !important;
}

.call-us {
	background: #f9f9fb;
	padding: 20px 0;
}

.call-us.alternate {
	background: none;
}

.call-us.alternate .call-us-in>span {
	font-size: 18px;
	line-height: 26px;
	color: #444;
}

.call-us-in {
	display: flex;
	justify-content: space-between;
	align-items: center;
}

.call-us-in.center {
	justify-content: flex-start;
	align-items: center;
	flex-direction: column;
}

.call-us-in.center span {
	margin-right: 0;
	margin-bottom: 10px;
}

.call-us-in span {
	font-size: 16px;
	line-height: 24px;
	font-weight: 600;
	color: #444;
	letter-spacing: 1px;
	margin-right: 30px;
}

.smt {
	margin-top: 40px;
}

.smb {
	margin-bottom: 40px;
}

.badge-item {
	display: flex;
	flex-direction: column;
	justify-content: flex-start;
	align-items: center;
	width: 100%;
	margin-bottom: 30px;
	text-align: center;
}

.badge-row {
	margin-bottom: -30px;
}

.badge-item i {
	min-width: 50px;
	width: 50px;
	height: 50px;
	background: #FFF;
	border-radius: 10px;
	box-shadow: 0 0 30px 0 rgba(0, 0, 0, 0.1);
	margin-bottom: 15px;
	position: relative;
	font-size: 24px;
}

.badge-row [class*="col-"]:nth-child(1) .badge-item i {
	color: #FFF;
}

.badge-row [class*="col-"]:nth-child(2) .badge-item i {
	color: #FFF;
}

.badge-row [class*="col-"]:nth-child(3) .badge-item i {
	color: #8AB8FF;
}

.badge-row [class*="col-"]:nth-child(4) .badge-item i {
	color: #8AB8FF;
}

.badge-item i {
	color: #222 !important;
}

.badge-item i:before {
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
}

.badge-item h2 {
	font-size: 16px;
	line-height: 24px;
	color: #444;
	display: block;
	margin-bottom: 10px;
	font-weight: 600;
}

.badge-item p {
	display: block;
	font-size: 14px;
	line-height: 20px;
	color: #444;
	margin: 0;
}

.main-title h1,
.main-title h2 {
	font-size: 24px;
	line-height: 32px;
	font-weight: 800;
	color: #444;
	display: block;
	margin: 0;
}

.main-title span {
	display: block;
	margin-bottom: 5px;
	font-size: 14px;
	line-height: 22px;
	color: #ddd;
	font-weight: 600;
}

.main-title {
	display: block;
	position: relative;
	margin-bottom: 15px;
	padding-bottom: 10px;
}

.main-title:before {
	content: "";
	position: absolute;
	bottom: 0;
	left: 0;
	width: 50px;
	height: 4px;
	border-radius: 10px;
	background: #444;
}

.twentytwenty-wrapper {
	height: 100%;
}

.compare-img {
	position: relative;
	display: block;
	width: 100%;
	height: 100%;
	overflow: hidden;
}

.compare-img img {
	width: 100%;
	height: 100%;
	object-fit: contain;
}

.stretch-row {
	align-items: stretch;
}

.bg-white {
	padding: 40px 0;
	background: #121212 !important;
	border-top: solid 1px rgba(255, 255, 255, 0.1);
	border-bottom: solid 1px rgba(255, 255, 255, 0.1);
}

.blog-item {
	display: block;
	width: 100%;
	padding-top: calc(800/800*100%);
	overflow: hidden;
	position: relative;
	border-radius: 10px;
	box-shadow: 0 0 30px 0 rgba(0, 0, 0, 0.2);
}

.big-blog-item {
	display: block;
	width: 100%;
	position: relative;
	padding-top: calc(720/1280*100%);
	overflow: hidden;
	border-radius: 10px;
	box-shadow: 0 0 30px 0 rgba(0, 0, 0, 0.2);
	margin-bottom: 30px;
}

.blog-item img {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	object-fit: cover;
}

.big-blog-item img {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	object-fit: cover;
	transition: 0.4s ease 0s;
	transform: scale(1.1);
}

.big-blog-item:hover img {
	transform: scale(1);
}

.blog-item .bi-desc {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	z-index: 4;
	padding: 20px;
	display: flex;
	flex-direction: column;
	justify-content: space-between;
	align-items: flex-start;
}

.big-blog-item .bbi-desc {
	position: absolute;
	bottom: 0;
	left: 0;
	width: 100%;
	z-index: 4;
	padding: 20px;
	display: flex;
	flex-direction: column;
	justify-content: flex-start;
	align-items: flex-start;
}

.blog-item:before,
.big-blog-item .bbi-desc:before {
	content: "";
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background: rgba(0, 0, 0, 0.4);
	z-index: 2;
	transition: 0.4s ease 0s;
}

.blog-item:after,
.big-blog-item .bbi-desc:after {
	content: "";
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background: rgba(0, 0, 0, 0.4);
	z-index: 2;
	transition: 0.4s ease 0s;
}

.blog-item .bi-desc span,
.big-blog-item .bbi-desc span {
	display: flex;
	justify-content: flex-start;
	align-items: center;
	font-size: 14px;
	line-height: 22px;
	font-weight: 600;
	color: #ddd !important;
	margin-bottom: 10px;
	transition: 0.4s ease 0s;
	position: relative;
	z-index: 4;
}

.blog-item .bi-desc h2,
.big-blog-item .bbi-desc h2 {
	display: block;
	font-size: 24px;
	line-height: 32px;
	font-weight: 800;
	color: #fff !important;
	transition: 0.4s ease 0s;
	position: relative;
	z-index: 4;
	margin-bottom: 15px;
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
	width: 100%;
}

.big-blog-item .bbi-desc h2 {
	font-weight: 600;
	font-size: 20px;
	line-height: 28px;
	color: #fff !important;
}

.blog-item .bi-desc small,
.big-blog-item .bbi-desc small {
	display: flex;
	justify-content: flex-start;
	align-items: center;
	font-size: 14px;
	line-height: 22px;
	color: #fff !important;
	font-weight: 400;
	transition: 0.4s ease 0s;
	position: relative;
	z-index: 4;
}

.blog-item:hover:after,
.big-blog-item:hover .bbi-desc:after {
	background: rgba(0, 0, 0, 0.6);
}

.video-area {
	display: block;
	width: 100%;
	position: relative;
	padding-top: calc(9.04/16*100%);
	overflow: hidden;
	border-radius: 10px;
	box-shadow: 0 0 30px 0 rgba(0, 0, 0, 0.2);
}

.video-area:before {
	content: "";
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background: rgba(80, 139, 235, 0.2);
	z-index: 2;
	transition: 0.4s ease 0s;
}

.video-area:after {
	content: "";
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background: rgba(255, 255, 255, 0.2);
	z-index: 2;
	transition: 0.4s ease 0s;
}

.video-area img {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	object-fit: cover;
	transition: 0.4s ease 0s;
	transform: scale(1.1);
}

.video-area i {
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	z-index: 6;
	font-size: 20px;
	color: #fff !important;
	width: 80px;
	height: 80px;
	background: rgba(0, 0, 0, 0.4);
	border-radius: 50%;
	box-shadow: 0 0 30px 0 rgba(0, 0, 0, 0.2);
	transition: 0.4s ease 0s;
}

.video-area:hover i {
	width: 120px;
	height: 120px;
	background: rgba(0, 0, 0, 0.2);
	opacity: 0.8;
}

.video-area i:before {
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
}

.video-area:hover img {
	transform: scale(1);
}

.ftr-top {
	padding: 40px 0;
	background: #000;
	padding-bottom: 20px;
}

.ftr-logo img {
	width: 180px;
	display: block;
	margin-bottom: 10px;
}

.ftr-logo p {
	font-size: 12px;
	line-height: 20px;
	color: #eee;
	display: block;
	margin: 0;
}

.ftr-logo {
	margin-bottom: 20px;
}

.ftr-txt {
	font-size: 12px;
	line-height: 20px;
	font-weight: 600;
	text-transform: uppercase;
	color: #fff;
	display: block;
	margin-bottom: 5px;
}

.ftr-social {
	display: block;
	margin-bottom: 20px;
}

.ftr-social .row {
	margin-left: -10px;
	margin-right: -10px;
}

.ftr-social .row>[class*="col-"] {
	padding-left: 10px;
	padding-right: 10px;
}

.ftr-social a {
	display: flex;
	width: 100%;
	padding-top: .5rem;
	padding-bottom: .5rem;
	padding-right: 1.5rem;
	border-radius: 10px;
	font-size: 30px;
	line-height: 30px;
	color: #FFF !important;
	text-align: center;
	margin-bottom: 20px;
	background: #1E1E1E !important;
	transition: 0.3s ease 0s;
	position: relative;
	align-items: center;
	justify-content: flex-end;
}

.ftr-social a>i {
	position: absolute;
	top: 50%;
	left: 40px;
	transform: translate(-50%, -50%);
	z-index: 2;
}

.ftr-social a:hover {
	background: #FFF !important;
	color: #1E1E1E !important;
}

footer h2 {
	font-size: 12px;
	line-height: 20px;
	font-weight: 600;
	text-transform: uppercase;
	color: #444;
	display: block;
	margin-bottom: 10px;
}

.ftr-contact-item {
	display: flex;
	justify-content: flex-start;
	align-items: stretch;
	margin-bottom: 20px;
}

.ftr-contact-item i {
	min-width: 30px;
	width: 30px;
	height: 30px;
	display: flex;
	justify-content: center;
	align-items: center;
	text-align: center;
	font-size: 14px;
	line-height: 20px;
	margin-right: 10px;
	color: #222;
	background: #FFF;
	border-radius: 10px;
	border: solid 1px rgba(0, 0, 0, 0.1);
}

.ftr-contact-item span,
.ftr-contact-item a {
	font-size: 16px;
	line-height: 24px;
	color: #fff !important;
}

.ftr-contact-item small {
	display: block;
	font-size: 14px;
	line-height: 20px;
	font-weight: 600;
	color: #fff;
}

.ftr-contact-item a:hover {
	color: #fff !important;
	text-decoration: underline !important;
}

.links {
	display: flex;
	flex-direction: column;
	justify-content: flex-start;
	align-items: flex-start;
}

.links a {
	font-size: 14px;
	line-height: 22px;
	display: block;
	margin-bottom: 5px;
	color: #eee !important;
}

.links a:hover {
	color: #fff !important;
	text-decoration: underline !important;
}

.ftr-bottom {
	padding: 10px 0;
	background: #000;
	border-top: solid 1px rgba(255, 255, 255, 0.1);
}

.ftr-bottom-in {
	display: flex;
	justify-content: space-between;
	align-items: center;
}

.ftr-bottom-in span {
	font-size: 12px;
	line-height: 20px;
	color: #ddd;
}

.ftr-bottom-in a img {
	width: 70px;
	filter: grayscale(1);
}

.ftr-bottom-in a:hover img {
	filter: none;
}

.ftr-bottom-in a small {
	color: #888 !important;
	font-size: 12px;
	line-height: 20px;
	margin-right: 5px;
}

.slider-txt {
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: center;
	height: 100%;
}

.select-brand {
	width: 100%;
}

.phone-box-all {
	width: 100%;
	margin: 0 auto;
}

.phone-box {
	position: relative;
	padding-top: calc(300/554*100%);
	overflow: hidden;
	position: relative;
	display: block;
	width: 100%;
}

.phone-box>img {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	width: 100%;
	height: 100%;
	object-fit: cover;
}

.main-slider-area {
	display: block;
	width: 100%;
	position: relative;
	z-index: 50;
	background-color: #fff;
}

.main-slider-container {
	width: 100%;
	position: relative;
	border-bottom: solid 1px rgba(255, 255, 255, 0.2);
}

.main-slider-items {
	left: 0;
	width: 100%;
	z-index: 1200;
	background: #00000000;
	align-self: flex-end;
	position: absolute;
	top: 70%;
}

.main-banner {
	display: block;
	width: 100%;
	position: relative;
	overflow: hidden;
	padding-top: 40%;
	background: #fff;
}

.main-banner:before {
	content: "";
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background: linear-gradient(rgba(0, 0, 0, 0.5) 0%, rgba(0, 0, 0, 0.2) 10%, rgba(0, 0, 0, 0) 100%);
	z-index: 10;
}

.main-banner>img {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	object-fit: cover;
}

.slider-desc {
	position: absolute;
	bottom: 0;
	left: 0;
	width: 100%;
	padding: 10px 15px;
	text-align: center;
	z-index: 1;
}

.slider-desc:after {
	content: "";
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background: rgba(0, 0, 0, 0.6);
	z-index: 2;
	transition: 0.4s ease 0s;
}

.slider-desc h2 {
	color: #fff !important;
	display: block;
	margin: 0;
	font-size: 16px;
	line-height: 24px;
	font-weight: 600;
	position: relative;
	z-index: 6;
}

.navbar-toggler {
	font-size: 12px;
	line-height: 20px;
	background: #FFF;
	color: #222 !important;
	padding: 10px 15px;
	border-radius: 10px;
	text-transform: uppercase;
	font-weight: 600;
	transition: 0.2s ease 0s;
	border: none;
}

.req-item {
	margin-top: 40px;
	display: flex;
	justify-content: flex-start;
	align-items: center;
	flex-direction: column;
	text-align: center;
	padding: 0 30px;
	position: relative;
}

.req-item>i {
	min-width: 70px;
	height: 70px;
	background: #FFF;
	font-size: 34px;
	line-height: 40px;
	color: #222;
	margin-bottom: 10px;
	box-shadow: 0 0 30px 0 rgba(0, 0, 0, 0.2);
	border-radius: 50%;
	display: flex;
	justify-content: center;
	align-items: center;
}

.req-item img {
	width: 70px;
	height: 70px;
	margin-bottom: 10px;
	box-shadow: 0 0 30px 0 rgba(0, 0, 0, 0.2);
	border-radius: 50%;
}

.req-item h2 {
	font-size: 16px;
	line-height: 20px;
	color: #444;
	font-weight: 800;
	text-align: center;
	display: block;
	margin-bottom: 5px;
}

.req-item p {
	display: block;
	font-size: 14px;
	line-height: 18px;
	margin: 0;
	color: #444;
}

.req-item:after {
	content: "\f061";
	font-family: "Font Awesome 5 Pro";
	font-weight: 900;
	color: #444;
	position: absolute;
	top: 50px;
	right: -30px;
	width: 30px;
	font-size: 20px;
	text-align: center;
}

.req-row>[class*="col-"]:last-child .req-item:after {
	content: none;
}

.page-inner {
	background: #fbfbf9;
	padding: 20px;
	border-radius: 10px;
	border: solid 1px rgba(0, 0, 0, 0.05);
	box-shadow: 2px 2px 2px rgba(0, 0, 0, 0.1);
}

.page-title {
	font-size: 20px;
	line-height: 28px;
	font-weight: 800;
	color: #444;
	display: block;
	margin: 0;
	margin-bottom: 20px;
}

.bcrumb {
	/* background: #121212; */
	border-radius: 10px 10px 0 0;
	padding: 10px 20px;
	/* border: solid 1px rgba(0, 0, 0, 0.2); */
	display: flex;
	justify-content: flex-start;
	align-items: center;
	flex-wrap: wrap;
	margin-bottom: 1rem
}

.bcrumb a {
	font-size: 12px;
	line-height: 20px;
	color: #888 !important;
	font-weight: 600;
	position: relative;
	margin-right: 24px;
}

.bcrumb a i {
	font-size: 11px;
	line-height: 19px;
}

.bcrumb a:after {
	content: "\f105";
	font-family: "Font Awesome 5 Pro";
	font-weight: 400;
	color: #bbb !important;
	position: absolute;
	top: 50%;
	right: -26px;
	width: 24px;
	text-align: center;
	transform: translate(0, -50%);
	font-size: 20px;
	pointer-events: none;
}

.bcrumb a:last-child:after {
	content: none;
}

.bcrumb a:hover {
	color: #00A854 !important
}

.about-img {
	display: block;
	width: 100%;
	height: 100%;
	border-radius: 10px;
	overflow: hidden;
	box-shadow: 0 0 30px 0 rgba(0, 0, 0, 0.1);
}

.about-img img {
	width: 100%;
	height: 100%;
	object-fit: cover;
}

.soru-item {
	margin-bottom: 10px;
	border-radius: 0;
}

.soru-item:last-child {
	border: none;
	margin: 0;
}

.soru-header {
	display: block;
	color: #222 !important;
	font-weight: 600;
	background: rgba(255, 255, 255, 0.1);
	padding: 14px 12px;
	position: relative;
	padding-right: 30px;
	border-radius: 10px;
}

.soru-header:hover {
	background: rgba(255, 255, 255, 0.2);
}

.soru-header h3 {
	font-size: 14px;
	line-height: 22px;
	margin: 0;
	font-weight: 600;
}

.soru-header:after {
	content: "\f105";
	font-family: "Font Awesome 5 Pro";
	font-weight: 400;
	position: absolute;
	top: 15px;
	right: 12px;
	font-size: 14px;
}

.soru-header[aria-expanded="true"]:after {
	content: "\f107";
}

.soru-header[aria-expanded="true"] {
	color: #444 !important;
}

.soru-body {
	display: block;
	color: #eee;
	font-size: 14px;
	line-height: 22px;
}

.soru-body p {
	margin: 0;
	padding: 10px 12px;
	display: block;
}

.cpage-item {
	/* background: #fff; */
	padding: 20px;
	border-radius: 10px;
	color: #000 !important;
	border: solid 1px rgba(0, 0, 0, 0.1);
}

.cpage-item>span {
	color: #000 !important;
}

.cpage-item>span>small {
	color: #000 !important;
}

.cpage-item>a {
	color: #000 !important;
}

#map {
	height: 300px;
	width: 100%;
	border-radius: 10px;
	overflow: hidden;
	border: solid 1px #f0f0f0;
}

.form-group input,
.form-group textarea {
	display: block;
	width: 100%;
	border: none;
	background: rgba(255, 255, 255, 0.1);
	border: solid 1px rgba(0, 0, 0, 0.1);
	padding: 15px 20px;
	font-size: 14px;
	line-height: 22px;
	color: #000;
	border-radius: 10px;
	resize: none;
}

.form-group textarea {
	border-radius: 10px;
}

.form-group input::placeholder,
.form-group textarea::placeholder {
	color: #222;
}

.cfb-bottom {
	display: flex;
	justify-content: space-between;
	align-items: flex-start;
}

.cfb-flex {
	display: flex;
	justify-content: flex-start;
	align-items: center;
	flex-direction: column;
}

.cfb-flex .g-recaptcha {
	margin-bottom: 20px;
}

.cfb-flex .main-btn {
	display: block;
	width: 100%;
}

.form-group span.error-label {
	font-size: 12px;
	line-height: 20px;
	display: block;
	color: #ddd;
	order: 3;
}

.form-group input.error-label,
.form-group textarea.error-label,
.form-group select.error-label~.select2-container--default .select2-selection--single {
	border-color: #ddd;
}

.form-group .counter-text {
	font-size: 12px;
	line-height: 20px;
	color: #888;
	font-weight: 600;
	display: block;
	margin-top: 5px;
}

.notifyjs-corner {
	z-index: 99999 !important;
}

.panel-text.small {
	font-size: 14px;
	line-height: 20px;
}

.main-title.small h2 {
	font-size: 16px;
	line-height: 24px;
	font-weight: 600;
	color: #444;
}

.quest-item {
	width: 100%;
	display: flex;
	justify-content: flex-start;
	align-items: flex-start;
	margin-bottom: 20px;
	background: rgba(0, 0, 0, 0.1);
	padding: 20px;
	border-radius: 10px;
}

.quest-item:last-child {
	/*margin: 0;*/
}

.quest-item span {
	font-size: 14px;
	line-height: 22px;
	color: #444;
	position: relative;
}

.quest-item span:first-child {
	color: #000;
	font-weight: 600;
	min-width: 30%;
	width: 30%;
}

.quest-item span:first-child:after {
	content: ":";
	position: absolute;
	right: 0;
	top: 0;
}

.quest-item span:last-child {
	min-width: 70%;
	width: 70%;
	padding-left: 10px;
}

.quest-item span b {
	color: #000;
	font-weight: 600;
}

.quest-price {
	display: block;
	margin-bottom: 20px;
	border-top: solid 1px #ddd;
	padding-top: 20px;
}

.quest-price small {
	display: block;
	font-size: 12px;
	line-height: 20px;
	color: #444;
}

.quest-price span {
	display: block;
	font-size: 30px;
	line-height: 38px;
	color: #8AB8FF;
	font-weight: 600;
}

.quest-buttons {
	display: flex;
	justify-content: center;
	align-items: center;
}

.quest-buttons .main-btn:first-child {
	margin-right: 20px;
}

.quest-result {
	display: block;
	text-align: center;
	font-size: 16px;
	line-height: 20px;
	color: #444;
	font-weight: 600;
	text-transform: uppercase;
}

.prd-item {
	box-shadow: 0 0 30px 0 rgba(0, 0, 0, 0.1);
	display: block;
	padding: 10px;
	border-radius: 10px;
	border: solid 1px rgba(0, 0, 0, 0.2);
	margin-bottom: 20px;
	background: rgba(255, 255, 255, 0.02);
}

.prd-img {
	display: block;
	width: 100%;
	position: relative;
	padding-top: calc(800/1000*100%);
	overflow: hidden;
	border-radius: 10px;
	margin-bottom: 10px;
}

.prd-img .add-basket {
	position: absolute;
	bottom: 10px;
	left: 10px;
	z-index: 10;
	display: inline-block;
	text-align: center;
	white-space: nowrap;
	border: none;
	background: #FFF;
	padding: 5px 10px;
	font-size: 14px;
	line-height: 22px;
	border-radius: 5px;
	border: solid 1px #FFF;
	color: #222 !important;
	transition: 0.2s ease 0s;
	text-transform: uppercase;
	font-weight: 600;
	box-shadow: 0 0 30px 0 rgba(0, 0, 0, 0.2);
}

.prd-img .add-basket:hover {
	background: #00A854;
	border-color: #00A854;
}

.prd-img img {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	object-fit: cover;
	transition: 0.4s ease 0s;
}

.prd-img span {
	position: absolute;
	top: 10px;
	right: 10px;
	padding: 5px 10px;
	border-radius: 5px;
	background: #FFF;
	color: #222 !important;
	box-shadow: 0 0 30px 0 rgba(0, 0, 0, 0.1);
	font-size: 16px;
	line-height: 24px;
	font-weight: 600;
}

.prd-img span small {
	font-size: 12px;
	line-height: 20px;
	font-weight: 600;
}

.prd-desc {
	padding: 0 5px;
}

.prd-desc h2 {
	display: block;
	font-size: 16px;
	line-height: 24px;
	color: #444;
	margin: 0;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
	border-bottom: solid 1px rgba(255, 255, 255, 0.1);
	padding-bottom: 5px;
	margin-bottom: 5px;
}

.prd-desc>span {
	display: block;
	font-size: 12px;
	line-height: 20px;
	color: #444;
}

.prd-desc>span>b {
	font-weight: 600;
}

.prd-item:hover>.prd-img img {
	transform: scale(1.1);
	filter: brightness(1.1);
}

.prd-filter {
	box-shadow: 0 0 30px 0 rgba(0, 0, 0, 0.1);
	display: block;
	padding: 15px;
	border-radius: 10px;
	margin-bottom: 20px;
	background: rgba(255, 255, 255, 0.02);
}

.prd-filter:last-child {
	margin-bottom: 0;
}

.prd-filter .cbox-group:last-child {
	margin-bottom: 0;
}

.cbox-group {
	display: flex;
	justify-content: flex-start;
	align-items: center;
	position: relative;
	margin-bottom: 20px;
}

.cbox-group>input {
	position: absolute;
	opacity: 0;
	visibility: hidden;
}

.cbox-group>input.error-label~label span:first-child {
	border-color: #000;
}

.cbox-group>label {
	display: flex;
	justify-content: flex-start;
	align-items: center;
	margin: 0;
	cursor: pointer;
	user-select: none;
}

.cbox-group>label span:first-child {
	display: block;
	min-width: 20px;
	height: 20px;
	border: solid 1px #000;
	position: relative;
	margin-right: 10px;
	border-radius: 5px;
}

.cbox-group.radio>label span:first-child {
	border-radius: 50%;
}

.cbox-group>label span:first-child:before {
	content: "";
	width: 10px;
	height: 10px;
	background: #444;
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	opacity: 0;
	border-radius: 2px;
}

.cbox-group.radio>label span:first-child:before {
	border-radius: 50%;
}

.cbox-group>label span:last-child {
	font-size: 14px;
	line-height: 22px;
	color: #444;
	display: block;
}

.cbox-group>input:checked~label>span:first-child:before {
	opacity: 1;
}

.pagination {
	display: block;
	margin: 0;
	width: 100%;
}

.pagination ul {
	display: flex;
	justify-content: center;
	align-items: center;
	margin: 0;
	padding: 0;
	list-style: none;
	width: 100%;
}

.pagination ul li {
	display: block;
	margin-right: 5px;
}

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

.pagination ul li a {
	width: 30px;
	height: 30px;
	display: flex;
	justify-content: center;
	align-items: center;
	font-size: 14px;
	line-height: 22px;
	font-weight: 600;
	color: #888 !important;
	box-shadow: 0px 0px 30px 0 rgba(0, 0, 0, 0.1);
	border-radius: 5px;
	background: #333;
	transition: 0.2s ease 0s;
}

.pagination ul li a:hover {
	color: #fff !important;
	background: #444;
}

.pagination ul li.active a {
	background: #FFF;
	color: #222 !important;
}

.prd-slider-container {
	position: relative;
	display: block;
	padding: 10px;
	box-shadow: 0px 0px 30px 0 rgba(0, 0, 0, 0.1);
	border-radius: 10px;
	margin-bottom: 10px;
}

.prd-slider-container>.tns-outer>button {
	display: none;
}

.prd-slider-container>.tns-outer>.tns-controls {
	position: absolute;
	top: 50%;
	left: 0;
	width: 100%;
	display: flex;
	justify-content: space-between;
	align-items: center;
	z-index: 10;
	pointer-events: none;
	transform: translate(0, -50%);
	padding: 0 20px;
}

.prd-slider-container>.tns-outer {
	overflow: hidden;
	border-radius: 10px;
}

.prd-slider-container>.tns-outer>.tns-controls>button {
	pointer-events: all;
	display: flex;
	justify-content: center;
	align-items: center;
	font-size: 14px;
	width: 40px;
	height: 40px;
	background: #fff;
	color: #FFF !important;
	border-radius: 10px;
	box-shadow: 0px 0px 30px 0 rgba(0, 0, 0, 0.1);
	border: none;
	border: solid 1px #eee;
}

.prd-slide-item {
	display: block;
	position: relative;
	padding-top: calc(700/1000*100%);
	overflow: hidden;
	width: 100%;
}

.prd-slide-item:before {
	content: "";
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background: rgba(0, 0, 0, 0.2);
	z-index: 4;
	opacity: 0;
	transition: 0.4s ease 0s;
}

.prd-slide-item:hover:before {
	opacity: 1;
}

.prd-slide-item img {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	object-fit: cover;
}

.prd-thumbs-container {
	position: relative;
	display: block;
	margin-bottom: 20px;
}

.prd-thumb-item {
	display: block;
	position: relative;
	overflow: hidden;
	width: 100%;
	padding-top: calc(600/1000*100%);
	border: solid 2px #fff;
	border-radius: 10px;
	box-shadow: 0px 0px 30px 0 rgba(0, 0, 0, 0.1);
}

.prd-thumb-item img {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	object-position: cover;
	padding: 2px;
	border-radius: 10px;
}

.tns-nav-active .prd-thumb-item {
	border-color: #8AB8FF;
}

.prd-price {
	display: flex;
	justify-content: center;
	align-items: center;
	width: 100%;
	background: #FFF;
	border-radius: 5px;
	color: #222;
	padding: 5px 10px;
	margin-bottom: 5px;
	border: solid 1px rgba(0, 0, 0, 0.1);
}

.prd-price span:first-child {
	font-size: 14px;
	line-height: 22px;
	margin-right: 5px;
}

.prd-price span:last-child {
	font-size: 18px;
	line-height: 26px;
	font-weight: 600;
}

.prd-price span:last-child small {
	font-size: 14px;
	line-height: 22px;
	font-weight: 600;
}

.prd-whatsapp {
	display: flex;
	justify-content: center;
	align-items: center;
	width: 100%;
	background: #38d365;
	color: #4e4e4e;
	border-radius: 5px;
	padding: 5px 10px;
	margin-bottom: 5px;
}

.prd-whatsapp:hover {
	color: #1a7576;
}

.prd-info>span {
	display: flex;
	justify-content: space-between;
	align-items: center;
	font-size: 12px;
	line-height: 20px;
	color: #444;
}

.prd-info>span>b {
	font-weight: 600;
	min-width: 100px;
}

.share-buttons {
	position: relative;
	display: flex;
	justify-content: flex-start;
	align-content: center;
	width: 100%;
}

.share-buttons small {
	text-align: right;
}

.share-buttons small {
	text-align: center;
	display: block;
	margin-bottom: 5px;
	font-size: 12px;
	line-height: 14px;
	text-transform: uppercase;
}

.share-buttons a {
	display: block;
	width: 100%;
	height: 40px;
	color: #fff !important;
	position: relative;
	border-radius: 5px;
	margin-right: 10px;
}

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

.share-buttons a.mail {
	background: #002663;
}

.share-buttons a i {
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	font-size: 14px;
	transition: 0.2s ease 0s;
}

.share-buttons a:hover i {
	font-size: 18px;
}

.share-buttons a:before {
	content: "";
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background: rgba(255, 255, 255, 0.2);
	opacity: 0;
	transition: 0.2s ease 0s;
}

.share-buttons a:hover:before {
	opacity: 1;
}

.side-contact {
	display: flex;
	justify-content: flex-start;
	align-items: center;
	margin-bottom: 10px;
}

.side-contact:last-child {
	margin-bottom: 0;
}

.side-contact i {
	min-width: 30px;
	width: 30px;
	height: 30px;
	font-size: 14px;
	color: #222;
	display: flex;
	justify-content: center;
	align-items: center;
	margin-right: 10px;
	padding: 10px;
	background: #FFF;
	border-radius: 5px;
	border: solid 1px rgba(0, 0, 0, 0.1);
}

.side-contact a {
	display: block;
	font-size: 14px;
	line-height: 22px;
	color: #444;
}

.side-contact a:hover {
	color: #888;
	text-decoration: underline !important;
}

.main-banner-img {
	display: block;
	width: 100%;
	position: relative;
	overflow: hidden;
	margin-bottom: 20px;
	padding-top: calc(720/1280*100%);
}

.main-banner-img>img {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	object-fit: cover;
}

.full-img {
	display: block;
	width: 100%;
}

.full-img>img {
	width: 100%;
	max-width: 100%;
}

.limited-text {
	display: -webkit-box;
	-webkit-line-clamp: 8;
	-webkit-box-orient: vertical;
	overflow: hidden;
}

.page-banner {
	display: block;
	width: 100%;
	position: relative;
	overflow: hidden;
	padding-top: calc(720/1280*100%);
}

.page-banner>img {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	object-fit: cover;
	border-radius: 10px;
	box-shadow: 0 0 30px 0 rgba(0, 0, 0, 0.1);
}

.article-bottom {
	margin: 10px 0;
	padding: 10px 0;
	border-top: solid 1px rgba(255, 255, 255, 0.2);
	border-bottom: solid 1px rgba(255, 255, 255, 0.2);
	display: flex;
	justify-content: flex-start;
	align-items: center;
}

.article-bottom>span {
	display: flex;
	justify-content: flex-start;
	align-items: center;
	font-size: 14px;
	line-height: 20px;
	color: #fff;
}

.side-blogs {
	display: block;
}

.side-blogs>a {
	display: block;
	width: 100%;
	position: relative;
	padding: 10px 15px;
	background: #333;
	border-radius: 5px;
	font-size: 14px;
	line-height: 20px;
	color: #fff !important;
	transition: 0.2s ease 0s;
	margin-bottom: 10px;
}

.side-blogs>a:last-child {
	margin-bottom: 0;
}

.side-blogs>a:after {
	content: "\f105";
	font-family: "Font Awesome 5 Pro";
	font-weight: 900;
	position: absolute;
	top: 50%;
	transform: translate(0, -50%);
	right: 15px;
	font-size: 14px;
	line-height: 20px;
	color: #fff;
}

.side-blogs>a:hover {
	background: #444;
}

/* Modal START ------------------------------ */

.modal {
	z-index: 99999 !important;
}

.modal-content {
	padding: 0;
	border-radius: 10px;
	background: #222;
	overflow: hidden;
	border: none;
	z-index: 99999;
}

.modal-top {
	display: flex;
	justify-content: space-between;
	align-items: center;
	padding: 10px 15px;
	border-bottom: solid 1px rgba(255, 255, 255, 0.03);
}

.modal-top h2 {
	font-size: 16px;
	line-height: 22px;
	font-weight: 600;
	color: #fff;
	margin: 0;
}

.modal-top a {
	font-size: 16px;
	line-height: 22px;
	color: #ddd !important;
}

.modal-top a:hover {
	color: #fff !important;
}

.modal-inner {
	padding: 15px;
}

/* Modal END ------------------------------ */

.modal-msg {
	padding: 10px;
	border-radius: 5px;
	display: flex;
	justify-content: flex-start;
	align-items: center;
	background: #333;
}

.modal-msg>i {
	display: flex;
	justify-content: center;
	align-items: center;
	min-width: 40px;
	height: 40px;
	font-size: 20px;
	line-height: 26px;
	border-radius: 5px;
	background: #444;
	color: #fff;
	margin-right: 10px;
}

.modal-msg>span {
	display: block;
	font-size: 14px;
	line-height: 20px;
	color: #fff;
}

.basket-table {
	display: block;
	width: 100%;
	overflow: hidden;
	overflow-x: auto;
	font-size: 14px;
	line-height: 20px;
	color: #fff;
	background: #222;
	width: 100%;
}

.basket-table table {
	width: 100%;
}

.basket-table td {
	border: solid 1px rgba(255, 255, 255, 0.2);
	padding: 10px;
}

.basket-table thead td {
	white-space: nowrap;
	background: #333;
}

.basket-table-img {
	display: block;
	min-width: 80px;
	width: 80px;
	position: relative;
	overflow: hidden;
	border-radius: 5px;
}

.basket-table-img>div {
	display: block;
	width: 100%;
	position: relative;
	overflow: hidden;
	padding-top: calc(3/4*100%);
}

.basket-table-img>div>img {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	object-fit: cover;
}

.basket-delete {
	display: flex;
	justify-content: center;
	align-items: center;
	font-size: 14px;
	line-height: 20px;
	color: #fff !important;
	width: 40px;
	min-width: 40px;
	height: 40px;
	border-radius: 5px;
	background: red;
	transition: 0.2s ease 0s;
}

.basket-delete:hover {
	background: firebrick;
}

.basket-table-price {
	font-weight: 600;
	color: #FFF;
}

.last-price {
	text-align: right;
	margin-top: 20px;
	padding: 10px 15px;
	background: #333;
	border-radius: 10px;
	margin-bottom: 20px;
}

.last-price>small {
	display: block;
	font-size: 14px;
	line-height: 20px;
	color: #ddd;
	margin-bottom: 2px;
}

.last-price>span {
	display: block;
	font-size: 20px;
	line-height: 26px;
	font-weight: 600;
	color: #FFF;
}

.site-nav {
	display: block;
	position: relative;
	z-index: 999;
	background: #fff;
	box-shadow: var(--box-shadow);
}

.site-nav.fixed {
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	z-index: 999;
}

.site-nav-flex {
	display: flex;
	justify-content: space-between;
	align-items: stretch;
}


.site-nav-flex>.left,
.site-nav-flex>.right {
	display: flex;
	justify-content: flex-start;
	align-items: stretch;
	padding-right: .25rem;
	padding-left: .25rem;
}

.site-logo {
	padding: 10px 0;
}


.sn-links {
	display: flex;
	justify-content: flex-start;
	align-items: stretch;
}

.sn-links>.item {
	position: relative;
}

.sn-links>.item>.inner-menu {
	position: absolute;
	top: 100%;
	left: 0;
	padding: 20px;
	background: #fff;
	box-shadow: var(--box-shadow);
	opacity: 0;
	pointer-events: none;
	visibility: hidden;
	transition: var(--main-transition) ease 0s;
}

.sn-links>.item:hover>.inner-menu {
	opacity: 1;
	visibility: visible;
	pointer-events: all;
}

.sn-links>.item>.inner-menu>a {
	display: block;
	font-size: 0.9rem;
	font-weight: var(--font-medium);
	color: var(--main-text-color) !important;
	white-space: nowrap;
}

.sn-links>.item>.inner-menu>a:not(:last-child) {
	margin-bottom: 10px;
}

.sn-links>.item>.inner-menu>a:hover {
	text-decoration: underline !important;
}

.sn-links>.item:not(:last-child) {
	margin-right: 20px;
}

.sn-links>.item>a {
	display: flex;
	justify-content: center;
	align-items: center;
	height: 100%;
	font-size: 1.1rem;
	font-weight: 500;
	color: #fff !important;
	position: relative;
}

.sn-links>.item>a:after {
	content: "";
	position: absolute;
	bottom: 0;
	left: 0;
	width: 100%;
	height: 2px;
	background: #EEE;
	opacity: 0;
	transition: 0.2s ease 0s;
}

.sn-links>.item:hover>a:after,
.sn-links>.item.active>a:after {
	opacity: 1;
}

.site-logo img {
	width: 320px;
}

.main-slider-buttons {
	position: absolute;
	top: 50%;
	left: 0;
	transform: translate(0, -50%);
	z-index: 10;
	width: 100%;
	display: flex;
	justify-content: space-between;
	align-items: center;
	padding: 0;
	pointer-events: none;
}

.main-slider-buttons>div {
	width: 80px;
	height: 80px;
	background: rgba(0, 0, 0, 0.5);
	cursor: pointer;
	position: relative;
	background: none;
	pointer-events: all;
}

.main-slider-buttons>div:before {
	content: "";
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	font-family: 'Font Awesome 5 Pro';
	font-weight: 400;
	font-size: 24px;
	line-height: 1.6 30px;
	color: #fff;
}

.main-slider-buttons>div.prev:before {
	content: "\f054";
}

.main-slider-buttons>div.next:before {
	content: "\f053";
}

.side-box {
	padding: 20px;
	box-shadow: 0px 2px 12px rgba(0, 0, 0, 0.08);
	border-radius: 10px;
}


.mobile-nav {
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background: none;
	z-index: 9999;
	pointer-events: none;
	overflow: hidden;
}

.mobile-nav>.mobile-nav-content {
	position: absolute;
	top: 0;
	right: 0;
	max-width: 100%;
	width: 400px;
	height: 100%;
	background: none;
	z-index: 99;
}

.mobile-nav>.mobile-nav-content>.mobile-nav-inner {
	position: absolute;
	top: 0;
	right: -100%;
	width: 100%;
	height: 100%;
	background: #fff;
	box-shadow: 0px 4px 8px rgba(0, 0, 0, 0.2);
	padding: 20px;
	pointer-events: all;
	overflow-y: auto;
}

.mobile-nav.active {
	pointer-events: all;
}

.mobile-nav.active>.mobile-nav-content>.mobile-nav-inner {
	right: 0;
}

.mobile-nav-overlay {
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background: rgba(0, 0, 0, 0.2);
	backdrop-filter: blur(10px);
	z-index: 9998;
	pointer-events: none;
	opacity: 0;
}

.mobile-nav-overlay.active {
	opacity: 1;
}

.mobile-menu-links>.item>a {
	position: relative;
	display: block;
	font-size: 1rem;
	color: #000 !important;
	font-weight: 500;
	margin-bottom: 10px;
	padding-bottom: 5px;
	border-bottom: solid 1px rgb(0, 0, 0, 0.1);
}

.mobile-menu-links>.item>.inner-menu {
	display: none;
	justify-content: flex-start;
	align-items: flex-start;
	flex-direction: column;
	padding: 10px;
	margin-top: -10px;
	margin-bottom: 10px;
}

.mobile-menu-links>.item.active>.inner-menu {
	display: flex;
}

.mobile-menu-links>.item>.inner-menu>a {
	display: block;
	font-size: 0.9rem;
	color: var(--soft-text-color) !important;
}

.mobile-menu-links>.item>.inner-menu>a:not(:last-child) {
	margin-bottom: 5px;
}

.mobile-menu-links>.item>a>i {
	position: absolute;
	top: 0;
	right: 0;
}

.mobile-menu-links>.item.active>a>i:before {
	content: "\F0140";
}


.sn-menu-toggle {
	display: inline-flex;
	justify-content: center;
	align-items: center;
	min-width: 45px;
	height: 45px;
	border: solid 1px rgba(255, 255, 255, 0.1);
	background: #fbfbd9;
	font-size: 1.5rem;
	border-radius: 10px;
	font-size: 14px;
	color: #444;
}

.mobile-nav-inner .sn-menu-toggle {
	position: absolute;
	top: 10px;
	right: 10px;

}

.gallery-item {
	display: block;
	width: 100%;
	position: relative;
	overflow: hidden;
	border-radius: 5px;
	margin-bottom: 20px;
	border: solid 1px #ddd;
}

.gallery-item>.img {
	display: block;
	width: 100%;
	position: relative;
	overflow: hidden;
	padding-top: calc(3/4*100%);
}

.gallery-item>.img>img {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	object-fit: cover;
	transition: 0.4s ease 0s;
}

.gallery-item:hover>.img>img {
	transform: scale(1.1);
}

.gallery-item:hover>.img:before {
	left: 0;
}

.gallery-item>.img:after {
	content: "\f067";
	display: flex;
	justify-content: center;
	align-items: center;
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	font-family: 'Font Awesome 5 Pro';
	font-weight: 400;
	font-size: 14px;
	line-height: 20px;
	color: #fff;
	width: 40px;
	height: 40px;
	background: rgba(0, 0, 0, 0.5);
	z-index: 10;
	transition: 0.2s ease 0s;
	border-radius: 50%;
}

.gallery-item:hover>.img:after {
	background: rgba(0, 0, 0, 0.7);
}

.gallery-item>.desc {
	padding: 5px 10px;
	background: #181818;
	transition: 0.2s ease 0s;
}

.gallery-item:hover>.desc {
	background: #282828;
}

.gallery-item>.desc>span {
	display: block;
	font-size: 14px;
	line-height: 20px;
	color: #fff;
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
}


.header-message {
	font-family: "Montserrat", sans-serif;
	font-weight: 500;
	display: flex;
	align-items: center;
	justify-content: center;
	width: 100%;
	margin-left: 2rem;
}

.header-message span {
	font-size:20px;
	color: #fff;
}