﻿

@media (min-width: 1366px) {
	.container-fluid {
		/* max-width: 1280px; */
		padding: 0;
	}

	.product-image {
	}

	.product-item:hover .product-image img {
		position: relative;
		/* top: -20px; */
	}

	.product-list-module .product-image {
		min-height: 315px;
	}

	.container-fluid {
		/* max-width: 1300px; */
	}

	.search-style-default .search-product-input {
		min-width: 240px;
	}

	.mh-300 a {
		height: 255px;
	}

	#header .container {
		/* max-width: 1300px; */
	}
}

@media (min-width: 1400px) {
	.container-fluid {
		/* max-width: 1683px; */
		padding: 0;
	}

	.mh-300 a {
		height: 300px;
	}

	.card-style-1 {
		min-height: 330px;
	}

	.container-fluid {
		/* max-width: 1780px; */
	}

	.slider-style-1 .slide-description {
	}
}

@media (min-width: 1160px) {
	.topbar-right .navbar-nav .nav-link {
		padding: 0px 12px;
	}

	.topbar-right .navbar-nav li:last-child a {
		padding-right: 0;
	}

	#section-slayt {
		background: linear-gradient( -90deg, #F4E2BD 48%, #F6F6F6 0%) !important;
		/* padding: 7rem 0; */
		margin-top: -94px;
	}

	.product-slider-default .owl-nav {
		/* position: absolute; */
		bottom: -42px;
		left: 0;
		right: 0;
		margin: 0px auto;
	}

	#header .container-fluid {
	}

	.social-section {
		margin: 0;
		text-align: right;
	}

	.slider-style-1 .slide-description p {
		padding: 0.5rem 0;
	}

	.mn-1 .container {
		-webkit-box-shadow: 0 0 10px 0 rgb(0 0 0 / 10%);
		-moz-box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.1);
		-ms-box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.1);
		-o-box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.1);
		box-shadow: 0 0 10px 0 rgb(0 0 0 / 10%);
		background: #fff;
		margin-top: -146px;
		position: relative;
		z-index: 2;
		padding: 3rem;
	}
}

@media (max-width: 1366px) {
	.paragraph-style-2 {
		line-height: 30px;
	}
}

@media (max-width: 1200px) {
	.container-fluid {
		max-width: 1280px;
	}

	.sub-links {
		display: none !important;
	}

	.user-controllers {
		display: -ms-flexbox !important;
		display: flex !important;
		-ms-flex-align: center !important;
		align-items: center !important;
		-ms-flex-pack: center !important;
		justify-content: center !important;
	}
}

@media (min-width: 1200px) {


	.col-30 {
		-ms-flex: 0 0 30%;
		flex: 0 0 30%;
		max-width: 30%;
	}

	.col-40 {
		-ms-flex: 0 0 40%;
		flex: 0 0 40%;
		max-width: 40%;
	}

	.slider-style-2 .owl-nav .owl-next {
		right: -30px;
	}

	.slider-style-2 .owl-nav .owl-prev {
		left: -30px;
	}

	.tab-installment .col-md-3 {
		-ms-flex: 0 0 50%;
		flex: 0 0 50%;
		max-width: 50%;
	}

	.tab-installment .table thead th {
		min-width: 110px;
		font-weight: 500;
		font-size: 0.84rem;
		border: 0;
	}

	.user-controllers {
		display: -ms-flexbox !important;
		display: flex !important;
		-ms-flex-pack: end !important;
		justify-content: flex-end !important;
		-ms-flex-align: center !important;
		align-items: center !important;
		z-index: 3;
	}


	.slider-style-1 .slide-image {
		width: 52%;
		background: none !important;
		max-width: 608px;
	}

	.slider-style-1 .slide-description {
		/* flex: 10%; */
		z-index: 1;
		text-align: left;
		width: 40%;
	}

	.slider-style-1 .item {
		margin: 0px auto;
		/* min-height: 630px; */
	}

	section#section-slayt {
		min-height: 1012px;
		/* z-index: 1; */
	}
}

@media (min-width: 1025px) {
	.header .logo a {
		text-align: center;
		display: block;
	}

	.category-sidebar-header {
		display: none;
	}



	.hide-categories .dynamic-menu, .hide-categories .main-nav {
		display: none;
	}

	.main-nav .navbar-nav {
		margin: 0px auto;
	}

		.main-nav .navbar-nav > li {
			padding: 0px 1.4rem;
		}

			.main-nav .navbar-nav > li > a {
				line-height: 84px;
				font-size: 19px;
				padding: 0 !important;
				color: #2D2D2D;
				position: relative;
				font-weight: 400;
				letter-spacing: 0.25px;
				font-family: 'Yanone Kaffeesatz', sans-serif;
			}

				.main-nav .navbar-nav > li > a:hover {
					color: #8aae23;
				}

				.main-nav .navbar-nav > li > a:before {
					content: '';
					width: 0px;
					height: 3px;
					background-color: #6fc113;
					display: inline-block;
					position: absolute;
					bottom: -2px;
					left: 0;
					margin: auto;
					-webkit-transition: all 0.4s;
					-o-transition: all 0.4s;
					transition: all 0.4s;
					border-radius: 36px;
				}

			.main-nav .navbar-nav > li:hover > a:before, .main-nav .navbar-nav > li.active > a:before {
				width: 100%;
			}


			.main-nav .navbar-nav > li:first-child {
				/* padding-left: 0 !important; */
			}

	.navbar-nav > li ul {
		min-width: unset !important;
	}

	.main-nav .dropdown-toggle::after {
		border: none !important;
		font-family: "Font Awesome 5 Free";
		content: "\f078" !important;
		font-weight: 900;
		margin: 0;
		padding: 0;
		font-size: 11px;
		right: 0;
		vertical-align: 0;
	}

	.main-nav .navbar-nav > li > a:after {
		position: unset;
		right: unset !important;
		margin-left: 5px;
	}

	.dmenu-style-1 .navbar-nav li a {
		font-size: 13px;
		padding: 0px 16px !important;
		font-family: 'poppins';
		border-right: 1px solid #d0cece;
		/* color: #656363; */
	}

	.dmenu-style-1 .navbar-nav li:first-child a {
		padding-left: 0 !important;
	}

	.dmenu-style-1 .navbar-nav li a i {
		font-size: 18px;
		float: left;
	}

		.dmenu-style-1 .navbar-nav li a i:before {
			margin-right: 4px;
		}

	.down-menu {
		display: none;
	}

	.main-nav .navbar-nav > li > ul {
		display: block;
		opacity: 0;
		border-radius: 0;
		position: absolute;
		padding: 0;
		z-index: 99;
		top: 100%;
		background: #f4e2bd;
		width: 312px;
		text-align: left;
		left: 0;
		transform-origin: top;
		-webkit-transform: perspective(5em) rotateX(-90deg);
		-moz-transform: perspective(5em) rotateX(-90deg);
		-ms-transform: perspective(5em) rotateX(-90deg);
		-o-transform: perspective(5em) rotateX(-90deg);
		transform: perspective(5em) rotateX(-90deg);
		-webkit-transition: 0.5s;
		-ms-transition: 0.5s;
		-o-transition: 0.5s;
		-moz-transition: 0.5s;
		transition: 0.5s;
		/* -webkit-box-shadow: 0 0 30px rgba(33, 38, 49, 0.3); */
		-ms-box-shadow: 0 0 30px rgba(33, 38, 49, 0.3);
		-o-box-shadow: 0 0 30px rgba(33, 38, 49, 0.3);
		-moz-box-shadow: 0 0 30px rgba(33, 38, 49, 0.3);
		/* box-shadow: 0 0 30px rgb(235, 213, 215); */
		margin: 0;
		border: 0 !important;
	}

	.main-nav .navbar-nav > li .dropdown-menu li > a.dropdown-toggle:after {
		content: "\f105" !important;
		float: right;
	}

	.main-nav .navbar-nav > li > ul > li > a {
		line-height: 49px;
		padding: 0px 30px !important;
		font-size: 16px;
		font-weight: 400;
		color: #5a5555;
		border-bottom: 1px solid #e2d5ba;
		font-family: 'Yanone Kaffeesatz', sans-serif;
		letter-spacing: 0.25px;
		-webkit-transition: all 0.5s ease;
		-moz-transition: all 0.5s ease;
		-o-transition: all 0.5s ease;
		transition: all 0.5s ease;
	}

	.main-nav .navbar-nav > li ul li > a:hover {
		/* color: #f56e6e; */
	}

	.main-nav .navbar-nav > li:hover > ul {
		display: block;
		transition-timing-function: ease;
		transition-duration: .4s;
		transition-property: opacity, transform;
		visibility: visible;
		opacity: 1;
		-webkit-transform: perspective(0em) rotateX(0deg);
		-moz-transform: perspective(0em) rotateX(0deg);
		-ms-transform: perspective(0em) rotateX(0deg);
		-o-transform: perspective(0em) rotateX(0deg);
		transform: perspective(0em) rotateX(0deg);
	}

	.main-nav .navbar-nav > li > ul > li:hover {
		background: #f4e2bd;
	}

	.main-nav .navbar-nav > li > ul > li ul {
		display: none !important;
		top: -1px;
		border: 1px solid #efefef !important;
		/* min-width: 300px !important; */
	}

	.main-nav .navbar-nav > li > ul > li:hover ul {
		display: block !important;
		position: absolute;
		left: 100%;
		opacity: 1;
		width: unset;
	}

	.main-nav .navbar-nav > li > ul > li > ul > li a {
		line-height: 52px;
		padding: 0px 30px !important;
		font-size: 14px;
		font-weight: 400;
		color: #605b5b;
		border-bottom: 1px solid #efefef;
	}

	.mega-menu.main-nav {
	}

	.mega-menu .navbar-nav > li > ul {
		width: 100%;
		padding: 10px 20px !important;
		box-shadow: -1px 8px 16px #b3b3b32e;
		min-width: 800px !important;
		/* column-count: 2; */
	}

	.mega-menu .navbar-nav > li {
		/*position: unset !important;*/
	}

		.mega-menu .navbar-nav > li > ul > li {
			width: 30%;
			/* float: left; */
			padding: 0px 10px;
			background: transparent !important;
		}

			.mega-menu .navbar-nav > li > ul > li > ul {
				position: unset !important;
				border: 0 !important;
				display: block !important;
				width: unset !important;
			}

			.mega-menu .navbar-nav > li > ul > li > a {
				font-weight: 500 !important;
				padding: 0 !important;
				-webkit-transition: all 0.5s ease;
				-moz-transition: all 0.5s ease;
				-o-transition: all 0.5s ease;
				transition: all 0.5s ease;
			}

			.mega-menu .navbar-nav > li > ul > li > ul > li > a {
				border: 0;
				line-height: 40px;
				font-size: 14px;
				padding: 0 !important;
			}

			.mega-menu .navbar-nav > li > ul > li:nth-last-child(2) a {
				border-bottom: 1px solid transparent !important;
			}

		.mega-menu .navbar-nav > li .dropdown-menu li > a.dropdown-toggle:after {
			content: "";
			opacity: 0;
		}

	.mega-menu .image-menu {
		position: absolute;
		top: 0;
		float: left;
		width: 70%;
		right: 0;
		padding: 15px;
	}

		.mega-menu .image-menu ul li a img {
			max-width: 100%;
		}

		.mega-menu .image-menu ul li a {
			display: block;
		}

			.mega-menu .image-menu ul li a span {
				display: none;
			}

	.dmenu-style-2 .navbar-nav li a {
		font-weight: 600;
		font-size: 16px;
	}

		.dmenu-style-2 .navbar-nav li a i {
			width: 44px;
			height: 44px;
			background: #F1F1F1;
			border-radius: 50%;
			text-align: center;
			line-height: 44px;
			margin-right: 12px;
		}

	.dmenu-style-2 .navbar-nav li:first-child a i {
		background: #63DFA9;
		color: white;
	}
	/* PRODUCT CATEGORIES MODULE */
	.top-categories .navbar-nav > li > a {
		font-weight: 600 !important;
		padding: 0 24px !important;
		line-height: 62px;
		border-right: 1px solid #f0f0f0;
	}

	.top-categories .navbar-nav > li:first-child a {
		padding-left: 0 !important;
	}

	.top-categories .navbar-nav > li:last-child a {
		border-right: 0;
	}

	.top-categories .dropdown-toggle::after {
		border: none !important;
		font-family: "Font Awesome 5 Free";
		content: "\f078" !important;
		font-weight: 900;
		margin: 0;
		padding: 0;
		font-size: 11px;
		right: 0;
		vertical-align: 0;
	}

	.top-categories .navbar-nav > li > a:after {
		position: unset;
		right: unset !important;
		margin-left: 5px;
	}


	.top-categories .navbar-nav > li .dropdown-menu {
		display: block;
		opacity: 0;
		border-radius: 0;
		position: absolute;
		padding: 30px 34px;
		overflow: hidden;
		z-index: 99;
		top: 100%;
		background: #ffffff;
		width: 312px;
		text-align: left;
		left: 0;
		transform-origin: top;
		-webkit-transform: perspective(5em) rotateX(-90deg);
		-moz-transform: perspective(5em) rotateX(-90deg);
		-ms-transform: perspective(5em) rotateX(-90deg);
		-o-transform: perspective(5em) rotateX(-90deg);
		transform: perspective(5em) rotateX(-90deg);
		-webkit-transition: 0.5s;
		-ms-transition: 0.5s;
		-o-transition: 0.5s;
		-moz-transition: 0.5s;
		transition: 0.5s;
		/* -webkit-box-shadow: 0 0 30px rgba(33, 38, 49, 0.3); */
		-ms-box-shadow: 0 0 30px rgba(33, 38, 49, 0.3);
		-o-box-shadow: 0 0 30px rgba(33, 38, 49, 0.3);
		-moz-box-shadow: 0 0 30px rgba(33, 38, 49, 0.3);
		/* box-shadow: 0 0 30px rgb(235, 213, 215); */
		margin: 0;
		border: 0 !important;
		/* -webkit-box-shadow: 0px 3px 24px 0px rgba(0, 0, 0, 0.08); */
		box-shadow: 0px 3px 24px 0px rgba(0, 0, 0, 0.08);
	}

		.top-categories .navbar-nav > li .dropdown-menu li > a {
			line-height: 42px;
			padding: 0px;
			font-size: 14px;
			font-weight: 500;
			color: #1b1b1b;
			border-bottom: 1px solid #efefef;
		}

			.top-categories .navbar-nav > li .dropdown-menu li > a:hover {
				color: #34b5bf;
			}

	.main-nav .navbar-nav > li > .dropdown-menu > li > a:hover {
		/* color: #080807; */
		text-indent: 8px;
	}

	.main-nav .dropdown.show .dropdown-toggle::after {
		content: "\f077" !important;
	}



	.top-categories .navbar-nav > li:hover .dropdown-menu {
		display: block;
		transition-timing-function: ease;
		transition-duration: .4s;
		transition-property: opacity, transform;
		visibility: visible;
		opacity: 1;
		-webkit-transform: perspective(0em) rotateX(0deg);
		-moz-transform: perspective(0em) rotateX(0deg);
		-ms-transform: perspective(0em) rotateX(0deg);
		-o-transform: perspective(0em) rotateX(0deg);
		transform: perspective(0em) rotateX(0deg);
	}
	/* PRODUCT CATEGORIES MODULE */


	.footer-menu .navbar-nav > li > ul {
		display: block;
		border: 0;
		background: transparent;
		position: unset !important;
		margin: 0;
	}

	.footer-menu .navbar-nav {
		display: block;
		width: 100%;
		padding-left: 5rem;
	}

		.footer-menu .navbar-nav > li {
			display: inline-block;
			width: 48%;
			/* float: left; */
		}

			.footer-menu .navbar-nav > li > a {
				font-weight: 600;
				font-size: 28px;
				padding: 0;
				color: #343434;
				font-family: 'Yanone Kaffeesatz', sans-serif;
			}

			.footer-menu .navbar-nav > li > .dropdown-menu > li > a {
				font-size: 17px;
				line-height: 20px;
				color: #aaaaaa;
				font-family: 'Yanone Kaffeesatz', sans-serif;
				letter-spacing: .25px;
			}

			.footer-menu .navbar-nav > li > a:after {
				opacity: 0;
			}
}

@media (min-width: 1024px) {
	/* Slider Nav */

	.slider-style-1 .owl-nav > button {
		position: absolute;
		top: 48%;
		color: #ffffff !important;
		border: 2px solid #8aae23 !important;
		width: 42px;
		height: 42px;
		border-radius: 50% !important;
		opacity: 0;
		-webkit-transition: all 0.4s;
		-o-transition: all 0.4s;
		transition: all 0.4s;
		text-align: center;
		padding: 0 !important;
		margin: 0 !important;
		background: #8aae23 !important;
	}

	.slider-style-1 .owl-nav > .owl-prev {
		left: 0;
	}

	.slider-style-1 .owl-nav > .owl-next {
		right: 0;
	}

	.slider-style-1 .owl-nav > button i {
		line-height: 40px;
	}

	.slider-style-1:hover .owl-nav > button {
		opacity: 1;
	}

	.slider-style-1 .owl-nav > button:hover {
		background: transparent !important;
		border-color: #8aae23 !important;
		color: #8aae23 !important;
	}

	.slider-style-1:hover .owl-nav > .owl-prev {
		left: 40px;
	}

	.slider-style-1:hover .owl-nav > .owl-next {
		right: 40px;
	}
	/* Slider Nav*/
}

@media (min-width: 1025px) {
	.slider-style-1 .slide-image img {
		/* display: none; */
	}

	.filter-open {
		display: none;
	}

	.product-filter {
		display: block !important;
	}

	.filter-close {
		display: none;
	}

	.sub-links {
		position: absolute;
		/* width: 30px; */
		bottom: 30px;
		left: 19%;
		z-index: 1;
	}
}



@media (max-width: 1024px) {
	.tablet-12 {
		-ms-flex: 0 0 100%;
		flex: 0 0 100%;
		max-width: 100%;
	}

	.pattern-2 a:before {
		display: none;
	}

	.pattern-1:before, #footer:before {
		display: none;
	}

	.pattern-1:after, #footer:after {
		display: none;
	}

	#section-slayt {
		margin-top: -154px;
		background: linear-gradient( -90deg, #F4E2BD 50%, #F6F6F6 0%) !important;
	}

	.slider-style-1 {
		margin-bottom: 0 !important;
		padding-bottom: 0 !important;
	}

		.slider-style-1 .owl-nav > button {
			background: transparent !important;
			width: 30px;
			height: 30px;
			line-height: 30px !important;
			color: #313131 !important;
			/* margin: 0 !important; */
			border: 1px solid #e5e5e5 !important;
			border-radius: 50% !important;
			position: relative;
		}

		.slider-style-1 .owl-nav {
			/* margin: 0px auto; */
			padding-top: 10px;
			margin-bottom: 16px;
		}

			.slider-style-1 .owl-nav > button {
				background: transparent !important;
				width: 30px;
				height: 30px;
				line-height: 30px !important;
				color: #313131 !important;
				/* margin: 0 !important; */
				border: 1px solid #9d9d9d !important;
				border-radius: 50% !important;
				position: relative;
			}

			.slider-style-1 .owl-nav .owl-next:before {
				border-top: 1px solid #bfbbbb;
				content: "";
				height: 1px;
				right: -61px;
				position: absolute;
				top: 10px;
				width: 60px;
			}

			.slider-style-1 .owl-nav .owl-next:after {
				border-bottom: 1px solid #bfbbbb;
				content: "";
				height: 1px;
				right: -41px;
				position: absolute;
				top: 15px;
				width: 40px;
			}

			.slider-style-1 .owl-nav .owl-prev:before {
				border-top: 1px solid #bfbbbb;
				content: "";
				float: left;
				height: 1px;
				left: -61px;
				position: absolute;
				text-align: left;
				top: 10px;
				width: 60px;
			}

			.slider-style-1 .owl-nav .owl-prev:after {
				border-bottom: 1px solid #bfbbbb;
				content: "";
				height: 1px;
				left: -41px;
				position: absolute;
				top: 15px;
				width: 40px;
			}

	.ap-style-4 h3 {
		font-size: 20px;
	}

	.skeleton-screen .avatar {
		width: 86px;
		height: 70px;
		border-radius: 12px;
	}

	.skeleton-screen .line {
		width: 52%;
		height: 14px;
		margin: 4px;
	}

		.skeleton-screen .line:nth-child(2) {
			width: 63% !important;
			margin-top: 6px;
		}

		.skeleton-screen .line:nth-child(4) {
			width: 40%;
		}

	.bg-2 {
		background-position: center center !important;
		padding: 3rem 0;
	}

	.slider-style-1 .slide-description h2 {
		font-size: 4.5rem;
		margin: 0;
	}

	.slider-style-1 .slide-description p {
		margin: 0;
		max-width: unset;
	}

	.more-button-1 {
		zoom: 0.9;
		margin-top: 2rem !important;
	}

	.sidebar {
		position: fixed;
		right: -100%;
		top: 0;
		width: 80%;
		max-width: 310px;
		background: #fbfbfb;
		padding: 20px;
		z-index: 99;
		height: 100%;
		box-shadow: 20px 80px 100px 0 rgba(24, 37, 66, 0.63);
		-webkit-transition: all 600ms linear;
		-moz-transition: all 600ms linear;
		-ms-transition: all 600ms linear;
		-o-transition: all 600ms linear;
	}

		.sidebar.show {
			right: 0;
		}

		.sidebar .collapsing {
			-webkit-transition: all 600ms linear;
			-moz-transition: all 600ms linear;
			-ms-transition: all 600ms linear;
			-o-transition: all 600ms linear;
		}

	.open-sidebar {
		position: fixed;
		right: 0;
		top: 30%;
		background: #222223;
		color: white;
		width: 46px;
		line-height: 46px;
		text-align: center;
		border-top-left-radius: 6px;
		border-bottom-left-radius: 6px;
	}

		.open-sidebar:hover, .open-sidebar:focus {
			color: white;
		}

	.sidebar .hide-sidebar {
		padding: 0;
		background: 0 0;
		border: 0;
		color: #000;
		margin-right: 14px;
	}

	.card-style-1 .card-body, .card-style-2 .card-body {
		zoom: 0.8;
	}

	.product-item .product-price .old-price {
		display: none;
	}


	.footer-col {
		-ms-flex: 0 0 100%;
		flex: 0 0 100%;
		max-width: 100%;
	}

	.footer-menu {
		margin-bottom: 30px;
	}

	.footer-bottom .paragraph-module p, .footer-bottom .paragraph-module p a {
		text-align: center !important;
	}

	.col-product-list {
		-ms-flex: 0 0 100%;
		flex: 0 0 100%;
		max-width: 100%;
	}

	.main-nav .navbar-toggler {
		float: right;
		margin: 0;
		padding: 0;
		color: black;
		font-size: 22px;
	}

	.main-nav .dynamic-menu {
		display: block;
	}

	.social-section {
		margin-bottom: 30px;
	}

	.hide-categories .logo {
		float: left;
	}

	.hide-categories .main-nav {
		float: right;
	}

	.hide-categories {
		-ms-flex-align: center !important;
		align-items: center !important;
		-ms-flex-pack: justify !important;
		justify-content: space-between !important;
		display: -ms-flexbox !important;
		display: flex !important;
	}

	.last-child-none ul li:last-child {
		display: none;
	}

	.last-child-none ul li a {
		border-right: 0 !important;
	}

	.product-filter {
		display: none;
		transition: none;
		position: fixed;
		left: 0;
		top: 0;
		width: 100%;
		z-index: 5;
		background: white;
		height: 100%;
		max-width: 310px;
		border-radius: 0;
		border: 0;
		box-shadow: 9px 0px 35px 0 rgb(15 15 15 / 34%);
		overflow-y: scroll;
	}

	.filter-header {
		/* padding: 19px 20px !important; */
		/* position: fixed; */
		width: 100%;
	}

	.filter-content {
		padding-bottom: 20px;
		/* overflow: scroll; */
		/* padding-top: 82px; */
	}

	.filter-button {
		border-radius: 0;
		/* position: fixed; */
		bottom: 0;
		/* max-width: 370px; */
	}

	.filter-close {
		position: absolute;
		right: 20px;
		background: transparent;
		border: 0;
		font-size: 22px;
	}

	.product-filter.collapsing {
		-webkit-animation: slideInLeft .5s;
		animation: slideInLeft .5s;
		display: block;
	}

	.product-filter.show {
		-webkit-animation: slideInLeft .5s;
		animation: slideInLeft .5s;
		display: block;
	}

		.product-filter.show .filter-content {
			/* padding-left: 20px; */
		}

	.header {
		padding: 20px 0;
		background: #f6f6f6 !important;
	}

	.logo a {
		display: block;
		padding: 12px 0px;
		text-align: left;
	}

	.dmenu-style-1 .navbar-nav li a {
		/* font-size: 12px; */
		padding: 0px 12px !important;
		font-family: 'poppins';
		border-right: 1px solid #d0cece;
	}

	.order-mobile {
		order: 3;
	}

	.mn-1 {
		z-index: 1;
	}

	.slider-style-1 .item {
		margin: 0px auto;
		padding: 0;
		/* min-height: 400px; */
	}

	.slider-style-1 .slide-description h2 span {
		top: -5px;
		font-size: 12px;
	}

	.slider-style-1 .slide-description {
		z-index: 1;
		text-align: center;
		width: 100%;
	}

	.slider-style-1 .slide-image {
		background: none !important;
		max-width: 60%;
		margin: 0px auto;
	}

		.slider-style-1 .slide-image img {
			/* display: none; */
		}
	/* CATEGORY NAV */
	.top-categories .navbar-toggler {
		padding: 2px 0px !important;
		border: 0;
		width: 100%;
	}

		.top-categories .navbar-toggler span {
			line-height: 38px;
			height: unset;
			width: unset;
			/* font-size: 22px; */
		}

	.top-categories .navbar-collapse {
		position: fixed !important;
		left: -100%;
		left: 0;
		top: 0;
		width: 0;
		height: 100%;
		box-shadow: 20px 80px 100px 0 rgba(24, 37, 66, 0.63);
		background: #222232;
		z-index: 99;
	}

		.top-categories .navbar-collapse.show {
			-webkit-animation: slideInLeft 0.5s;
			animation: slideInLeft 0.5s;
			width: 80%;
			max-width: 320px;
			overflow-y: scroll;
		}

	.top-categories .navbar-nav > li > a {
		color: white;
		padding: 0px 20px;
		line-height: 56px;
		border-bottom: 1px solid #3e3d3d;
		color: #d8d8d8;
	}

	.top-categories .navbar-nav > li > .dropdown-toggle::after {
		position: absolute;
		right: 28px;
		padding: 0px 8px;
		top: 16px;
		height: 26px;
		line-height: 26px;
		color: #ffffff;
		border-radius: 3px;
		border: 1px solid #2db0bb !important;
		background: #2db0bb;
		font-family: "Font Awesome 5 Free";
		content: "\f078" !important;
		font-weight: 900;
	}

	.top-categories .navbar-nav > li > ul {
		background: transparent;
		border: 0;
	}

		.top-categories .navbar-nav > li > ul > li > a {
			font-size: 13px;
			padding: 0px 20px 0px 46px;
			line-height: 56px;
			border-bottom: 1px solid #3e3d3d;
			color: #d8d8d8;
		}
	/* CATEGORY NAV */
	/* MAIN NAV */
	.category-sidebar-header .sidebar-toggler {
		padding: 0;
		border: 0;
		width: 24px;
	}

		.category-sidebar-header .sidebar-toggler:before {
			content: "\e646";
			font-family: 'themify';
			color: white;
			font-size: 16px;
			text-align: center;
		}

	.collapse.show .sidebar-toggler:after {
		content: "";
		position: fixed;
		width: 100%;
		height: 100%;
		top: 0;
		left: 0;
		z-index: -1;
		right: 0;
	}

	.category-sidebar-header {
		padding: 20px 20px;
		text-align: right;
		-ms-flex-align: center !important;
		align-items: center !important;
		-ms-flex-pack: justify !important;
		justify-content: space-between !important;
		display: -ms-flexbox !important;
		display: flex !important;
	}

		.category-sidebar-header h4 {
			font-size: 16px;
			color: white;
			margin: 0;
			font-weight: 400;
		}

	.main-nav .badge, .main-nav .image-menu {
		display: none;
	}

	.main-nav ul > li > a {
		color: #ffffff !important;
		line-height: 50px !important;
		border-bottom: 1px solid #ffffff17;
		font-weight: 400 !important;
		font-size: 17px;
		padding-left: 24px !important;
		padding-top: 0;
		padding-bottom: 0;
		width: 100%;
		min-width: 240px;
		font-family: 'Yanone Kaffeesatz', sans-serif;
	}

		.main-nav ul > li > a i {
			width: 24px;
			font-size: 22px;
			float: left;
			line-height: 50px;
			margin-right: 12px;
		}

	.main-nav ul > li .nav-link.dropdown-toggle:after {
		/* opacity: 0; */
		border: none !important;
		font-family: "font awesome 5 free";
		content: "\f078" !important;
		font-weight: 900;
		margin: 0;
		padding: 0;
		font-size: 11px;
		right: 12px;
		vertical-align: 0;
		top: 10px;
	}

	.main-nav .dropdown .dropdown-toggle::after {
		position: absolute;
		right: 24px;
		padding: 0;
		top: 15px;
		height: 32px;
		line-height: 32px;
		color: #ffffff;
		border-radius: 50%;
		border: 1px solid #7e9f1f !important;
		background: #7e9f1f;
		width: 32px;
		text-align: center;
	}

	.main-nav .navbar-collapse.show {
		-webkit-animation: slideInLeft 0.5s;
		animation: slideInLeft 0.5s;
		width: 80%;
		max-width: 320px;
		overflow-y: scroll;
	}

	.main-nav .navbar-collapse {
		position: fixed !important;
		left: -100%;
		left: 0;
		top: 0;
		width: 0;
		height: 100%;
		box-shadow: 20px 80px 100px 0 rgb(4 1 1 / 46%);
		background: #1f1f1f;
		z-index: 9999;
	}

	.main-nav .collapsing {
		transition: unset;
		height: 100%;
	}

	.main-nav .dropdown-menu {
		background: transparent;
		border: 0;
		margin: 0;
		padding: 0px 0px 0px 14px;
	}


	.main-nav .dropdown .down-menu::after {
		font-family: "Font Awesome 5 Free";
		content: "\f078" !important;
		font-weight: 900;
		border: 0;
		margin: 0;
		font-size: 10px;
	}

	.main-nav .navbar-nav li.show > .down-menu {
		background: #e02828;
		color: white;
	}

		.main-nav .navbar-nav li.show > .down-menu:after {
			content: "\f077" !important;
		}

	.main-nav .down-menu {
		position: absolute;
		right: 18px;
		padding: 0 !important;
		top: 12px;
		line-height: 23px;
		color: #ffffff;
		background: #e02828;
		height: 24px;
		width: 24px;
		border: 1px solid #ff186e;
		border-radius: 50%;
	}
	/* MAIN NAV */
	/* FOOTER MENU MOBILE */
	.social-menu .navbar-nav li > a {
	}

	.footer-menu .navbar-toggler {
		border: 1px solid white;
		color: white;
	}

		.footer-menu .navbar-toggler span {
			padding: 0;
			width: unset;
			height: unset;
		}

	.footer-menu .navbar-nav li .dropdown-menu {
		display: none;
	}

		.footer-menu .navbar-nav li .dropdown-menu.show {
			display: block;
			left: 0;
			top: 100%;
			position: relative;
			border: 0;
			border-radius: 0;
			/* padding: 12px; */
			z-index: 1;
			margin-bottom: 12px;
			margin: 0;
			background: transparent;
		}

	.main-nav .dropdown.show .dropdown-toggle::after {
		content: "\f077" !important;
	}

	.footer-menu .navbar-nav li {
		display: block;
		position: relative;
	}

	.footer-menu .navbar-nav > li > a {
		line-height: 52px;
		padding: 0 !important;
		font-weight: 600;
		font-size: 19px;
		/* color: #f0e9e9; */
		font-family: 'Yanone Kaffeesatz', sans-serif;
		font-size: 28px;
	}

	.footer-menu .navbar-nav li .dropdown-menu a {
		font-size: 18px;
		color: #A59F9F;
		padding: 0;
		line-height: 42px;
		font-family: 'Yanone Kaffeesatz', sans-serif;
	}

	.footer-menu .navbar-nav {
		display: block !important;
		width: 100%;
	}

		.footer-menu .navbar-nav > li > a:after {
			display: block;
			content: "";
			width: 32px;
			height: 32px;
			line-height: 32px;
			background: #8aae23;
			position: absolute;
			top: 10px;
			color: #fff7f7;
			text-align: center;
			font-size: 14px;
			border-radius: 50%;
			position: absolute;
			right: 14px;
			font-family: "Font Awesome 5 Free";
			content: "\f078" !important;
			font-weight: 900;
			border: 0;
			margin: 0;
		}

		.footer-menu .navbar-nav > li.show > a:after {
			content: "\f077" !important;
		}

	.footer-menu .navbar-toggler {
		border: 1px solid white;
		color: white;
	}

		.footer-menu .navbar-toggler span {
			padding: 0;
			width: unset;
			height: unset;
		}

	/* FOOTER MENU MOBILE */
}

@media (max-width: 812px) {
	.py-6 {
		padding-bottom: 4.2rem !important;
		padding-top: 4.2rem !important;
	}

	.product-header h1 {
		font-size: 18px;
		line-height: 1.4;
		margin-bottom: 12px;
	}

	.slider-style-1 .slide-description h2:before {
		opacity: 0;
	}

	.slider-style-1 .slide-image {
		text-align: center;
		max-width: 60%;
		margin: 0px auto;
	}

	.slider-style-1 .item {
		/* min-height: 300px; */
	}

	.slider-style-1 .slide-description {
	}

		.slider-style-1 .slide-description p {
			/* font-size: 13px; */
			/* margin: 21px 0; */
			/* line-height: 2; */
		}

		.slider-style-1 .slide-description h2 {
			/* font-size: 1.6rem; */
		}

	.slide-progress {
		left: 26%;
		bottom: 15%;
	}

	.product-slider-module .nav-tabs > li {
		/* display: block; */
		/* margin-bottom: 10px !important; */
	}

		.product-slider-module .nav-tabs > li a {
			width: 100%;
			/* margin: 0; */
		}

	.product-item .action-hover {
		display: none;
	}
}

@media (max-width: 768px) {
	.product-slider-default .nav-tabs {
		position: unset;
		text-align: center;
	}

	.slider-style-1 {
		background: none;
	}
}

@media (max-width: 680px) {
	#header {
		margin-bottom: 1rem;
	}

	.image-style-1 {
		margin: 15px 0;
	}

	.slider-style-1 .owl-dots {
		left: 0;
		bottom: -30px;
		position: absolute;
		margin: 0px auto !important;
		right: 0;
		width: auto;
		display: inherit;
		/* padding-top: 12px; */
	}

	.blog-slider-style-1 .blog-item {
		-ms-flex-wrap: wrap;
		flex-wrap: wrap;
	}

		.blog-slider-style-1 .blog-item .avatar {
			max-width: 100%;
			flex: 100%;
			margin-bottom: 20px;
		}

		.blog-slider-style-1 .blog-item .blog-item-descriptions {
			flex: 100%;
			max-width: 100%;
			padding: 0;
		}

	.card-style-1 {
		min-height: 193px;
	}
}

@media (max-width: 480px) {


	#header {
		padding: 0;
		z-index: 2;
		margin: 0;
	}

	.topbar-left .navbar-nav .nav-link {
		padding: 4px 0px;
		font-size: 14px;
		margin-right: 10px;
	}

	.slider-style-1 .slide-description {
		max-width: 100%;
		padding-top: 2rem;
		text-align: center;
	}

		.slider-style-1 .slide-description h2 {
			font-size: 3.6rem !important;
		}

	.more-button-1 {
		margin-top: 1.8rem !important;
		zoom: 0.8;
	}

	.slider-style-1 .more-button-1:hover {
		background: none;
		color: #e74d5b;
	}

	.product-slider-default .nav-tabs > li > a, .product-slider-1 .nav-tabs > li > a {
		font-size: 17px;
		margin: 0;
		padding: 0px 10px;
	}

	.card-style-1 {
		min-height: 200px;
	}

	.user-controllers {
		margin-top: 22px;
		-ms-flex-pack: distribute !important;
		justify-content: space-around !important;
		padding-top: 14px;
		/* padding-bottom: 20px; */
	}

	.header {
		/* padding-top: 14px; */
	}

	.ap-style-4 h3 {
		/* font-size: 18px; */
	}

	.product-image {
		min-height: unset;
		/* min-height: 202px; */
	}

	.product-info {
		padding: 10px;
	}

		.product-info .product-title {
			white-space: nowrap;
			overflow: hidden;
			text-overflow: ellipsis;
			overflow: hidden;
			height: unset;
			font-size: 18px;
		}

	.product-tabs > li {
		width: 100%;
	}

		.product-tabs > li > a {
			padding: 16px 20px;
		}
}

@media (max-width: 440px) {
	.dmenu-style-1 .navbar-nav li:last-child a {
		border-right: 0;
	}

	.dmenu-style-1 .navbar-nav li a i {
		display: none;
	}

	.slider-style-1 .slide-description h2 {
		font-size: 3rem;
	}

	.slider-style-1 .slide-description p {
		font-size: 19px !important;
		margin: 0;
		line-height: 1.8;
		max-width: unset !important;
	}
}

@media (max-width: 410px) {
	#section-slayt .col-md-12 {
		padding: 0 !important;
	}
}

@media (min-width: 375px) and (max-width: 812px) and (orientation: landscape) {
	.col-product-list {
		-ms-flex: 0 0 100%;
		flex: 0 0 100%;
		max-width: 100%;
	}

		.col-product-list .col-12 {
			-ms-flex: 0 0 50%;
			flex: 0 0 50%;
			max-width: 50%;
		}

	.card-style-1 .card-body, .card-style-2 .card-body {
		zoom: 0.6;
	}
}

@media (min-width: 414px) and (max-width: 736px) and (orientation: landscape) {
	.card-style-1 .card-body, .card-style-2 .card-body {
		zoom: 1;
	}
}

@media (max-width: 300px) {
	.card-style-1 .card-body, .card-style-2 .card-body {
		zoom: 0.65;
	}

	.slider-style-1 .slide-description {
		zoom: 0.6;
	}

	.card-style-1 {
		min-height: 130px;
	}
}

@media (min-width: 1024px) and (max-width: 1366px) and (orientation: landscape) {
	.main-nav .navbar-nav > li {
		padding: 0px 16px;
	}

		.main-nav .navbar-nav > li > a {
			padding: 0px 0px !important;
			font-size: 18px !important;
		}
}

@media (min-width: 1100px) and (max-width: 1200px) {
	.slider-style-1 .slide-description {
		z-index: 1;
		text-align: center;
		width: 100%;
	}

		.slider-style-1 .slide-description p {
			margin: 0;
			max-width: unset;
		}

	.slider-style-1 .slide-image {
		background: none !important;
		max-width: 60%;
		margin: 0px auto;
	}

	.slider-style-1 .owl-dots {
		bottom: 12%;
	}

	.slide-progress {
		bottom: 13.5%;
	}


	.slider-style-1 .slide-description h2 {
		/* font-size: 45px; */
	}

	.main-nav .navbar-nav > li > a {
	}
}

@media (min-width: 1024px) and (max-width: 1366px) and (orientation: portrait) {
	.medium-auto {
		-ms-flex: 0 0 auto;
		flex: 0 0 auto;
		width: auto;
		max-width: 100%;
	}

	.slider-style-1 .item {
		/* min-height: 400px; */
		padding: 0;
	}

	.slide-progress {
		left: 28%;
		bottom: 22%;
	}

	.more-button-1 {
		margin-top: 24px;
	}

	.slide-description {
		/* top: 30% !important; */
		/* position: absolute; */
		/* left: 20% !important; */
	}

	.tablet-none {
		display: none;
	}

	.tablet-12 {
		-ms-flex: 0 0 100%;
		flex: 0 0 100%;
		max-width: 100%;
	}



	.col-product-list {
		-ms-flex: 0 0 100%;
		flex: 0 0 100%;
		max-width: 100%;
	}
}

@media (min-width: 768px) and (max-width: 1024px) and (orientation: landscape) {
	.main-nav nav {
		float: left;
	}
}

@media (min-width: 768px) and (max-width: 1024px) and (orientation: portrait) {
	.card-style-1 .card-body, .card-style-2 .card-body {
		zoom: 0.60;
	}


	.ap-style-4 h3 {
		font-size: 18px;
	}

	.ap-style-1 {
		display: block;
	}

		.ap-style-1 .advanced-paragraph-content {
			padding-left: 0;
			margin-top: 10px;
		}

		.ap-style-1 .advanced-paragraph-icon a {
		}

	.ap-style-2 {
		zoom: 0.8;
	}

	.blog-slider-style-1 .blog-item {
		-ms-flex-wrap: wrap;
		flex-wrap: wrap;
	}

		.blog-slider-style-1 .blog-item .avatar {
			max-width: 100%;
			flex: 100%;
			margin-bottom: 20px;
		}

		.blog-slider-style-1 .blog-item .blog-item-descriptions {
			flex: 100%;
			max-width: 100%;
			padding: 0;
		}

	#section-mobil-uygulamalar .col-md-6 {
		max-width: 100% !important;
		flex: 0 0 100%;
	}
}

@media (min-width: 1400px) {
	.container {
	}

	.product-image {
		/* min-height: 351px !important; */
	}

	#section-slayt {
		min-height: 1012px;
	}

	.slider-style-1 .item {
		margin: 0px auto;
		min-height: 624px;
	}
}


/* EDIT MODULES */

.tox-tinymce-aux {
	z-index: 9999999999;
}

.image-module.module {
	min-height: 100px;
}

.image-style-1 a img {
	width: 100%;
	-webkit-transition: all 0.5s ease;
	-moz-transition: all 0.5s ease;
	-o-transition: all 0.5s ease;
	transition: all 0.5s ease;
}

.image-style-1 a:hover img {
	/*filter: brightness(0.8);*/
}

.image-style-1 a {
	display: block;
	position: relative;
}

.light:hover a:before, .light:hover a:after, .avatar:hover a:before, .avatar:hover a:after {
	width: 100%;
	height: 100%;
}

.light img {
	width: 100%;
}

.light a:before, .avatar a:before {
	background-color: rgb(255 255 255 / 13%);
	content: "";
	height: 0;
	left: 0;
	margin: auto;
	position: absolute;
	top: 0;
	-webkit-transition: all 0.3s ease-out 0s;
	-moz-transition: all 0.3s ease-out 0s;
	-ms-transition: all 0.3s ease-out 0s;
	-o-transition: all 0.3s ease-out 0s;
	transition: all 0.3s ease-out 0s;
	width: 0;
	z-index: 1;
}

.light a:after, .avatar a:after {
	background-color: rgb(255 255 255 / 13%);
	bottom: 0;
	content: "";
	height: 0;
	position: absolute;
	right: 0;
	-webkit-transition: all 0.3s ease-out 0s;
	-moz-transition: all 0.3s ease-out 0s;
	-ms-transition: all 0.3s ease-out 0s;
	-o-transition: all 0.3s ease-out 0s;
	transition: all 0.3s ease-out 0s;
	width: 0;
}

.logo {
	min-height: unset !important;
	z-index: 1;
}

#header .image-module.module {
	min-height: 32px;
	/* z-index: 3; */
}

header .module {
	min-height: 14px;
}

.topbar .module {
	/* z-index: 3 !important; */
	position: relative;
}


.edit-button {
	position: absolute;
	right: 15px;
	top: 0;
	z-index: 1;
	background: #f3f3f3;
	border-radius: 4px;
	font-size: 11px;
	padding: 0px 5px;
	border: 1px solid #f3f3f3;
	color: #424141;
	line-height: 20px;
}

.header .edit-button {
	top: 20px;
}

.top20 .edit-button {
	top: 20%;
}


.edit-module {
}

	.edit-module .modal-header {
		background: #1d1d1d;
		border-radius: 0;
		color: white;
		font-family: 'Quicksand', sans-serif;
	}

		.edit-module .modal-header .modal-title {
			font-size: 18px;
			font-family: 'Rajdhani', sans-serif;
		}

		.edit-module .modal-header .close {
			opacity: 1;
			text-shadow: none;
			color: white;
		}

	.edit-module .form-control {
		font-size: 13px;
	}

	.edit-module .btn-secondary {
		background: #403f3f;
		border-color: #403f3f;
	}

.edit-list-module .edit-module-image, .edit-list-module .edit-module-upload {
	display: none;
}

.edit-module .card a {
	background-size: contain !important;
}

.master-image-link {
	min-height: 168px;
}

a.add-btn {
	background: #2b74bc;
	color: white;
	display: inline-block;
	width: 100%;
	line-height: 3;
	text-align: center;
	border-radius: 3px;
}

a.remove-btn {
	background: #dc3545;
	color: white;
	display: inline-block;
	width: 100%;
	line-height: 3;
	text-align: center;
	border-radius: 3px;
}

.form-preview {
	padding: 16px;
	border: 3px dashed #e7e5e5;
	margin-top: 30px;
}

a.help {
	position: absolute;
	left: 15px;
	/*top: 15px;
    */
	color: rgb(44, 41, 41);
	line-height: 22px;
	padding: 8px 0px;
}

.edit-module .modal-footer {
	position: relative;
}

a.remove-image {
	position: absolute;
	background: #232323;
	bottom: 15px;
	right: 15px;
	padding: 4px 16px;
	border-radius: 3px;
	color: white;
}

#moduleTabsContent {
	padding: 15px;
	border: 1px solid #e9e9e9;
}

#moduleTabs {
	border: 0;
}

	#moduleTabs > li > a {
		background: #efefef;
		border: 0;
		border-radius: 0;
		padding: 10px 34px !important;
		margin-right: 2px;
		font-size: 15px;
		font-family: 'Rajdhani', sans-serif;
		font-weight: 500;
	}

		#moduleTabs > li > a.active {
			background: black;
			color: white;
		}

.edit-module h3 {
	font-size: 14px;
}

.edit-module .btn {
	border-radius: 3px !important;
	font-size: 16px;
	font-family: 'Rajdhani', sans-serif;
	font-weight: 500;
}

.edit-module .form-control::placeholder {
	font-size: 13px;
}

.edit-module .sub-title {
	background: #fbfbfb;
	padding: 14px 15px;
	margin: 12px 0px;
	font-size: 16px;
	color: #3c3b3b;
	font-family: 'Rajdhani', sans-serif;
	font-weight: 600;
}

.edit-module label {
	color: #3c3b3b;
	font-family: 'Rajdhani', sans-serif;
	font-weight: 500;
	font-size: 15px;
}

.edit-module .sub-header {
	background: #f1f1f1;
	margin-bottom: 20px;
	height: 52px;
	padding: 6px 15px;
}

	.edit-module .sub-header h2 {
		float: left;
		font-size: 16px;
		margin: 0;
		font-weight: 400;
		line-height: 36px;
	}

	.edit-module .sub-header .ordering-box {
		width: 50px;
		text-align: center;
	}

.add-slide {
	color: white !important;
	width: 100%;
}

.remove-slide, .remove-accordion-tab, .remove-tab, .remove-gallery-item, .remove-pricing-item {
	float: right;
	color: white !important;
	margin-top: 25px;
	padding: 8px 16px;
	border-radius: 3px;
}

.remove-gallery-item {
	position: absolute;
	right: 15px;
	bottom: 0;
}

.gallery-section {
	position: relative;
}

.help-link {
	position: absolute;
	left: 20px;
	font-size: 14px;
}

.green-button a.btn {
	background: #30CE89;
	border-color: #30CE89;
}

	.green-button a.btn:hover {
		background: #1d1d1d;
		border-color: #1d1d1d;
	}
/* EDIT MODULES */

/* HTML EDITOR */
.module.html-editor-module {
	min-height: 40px;
}

.html-editor-module h2, .html-editor-module h2, .html-editor-module h3 {
	font-weight: 400;
	font-size: 24px;
	margin-bottom: 30px;
}

.html-editor-module p {
	font-size: 14px;
	line-height: 34px;
	margin-bottom: 20px;
	color: #8d8383;
}

.html-editor-module iframe {
}

.html-editor-module .progress {
	margin-bottom: 55px;
	position: relative;
	overflow: visible;
	height: 6px;
	border-radius: 36px;
}

.map p {
	margin-bottom: 0 !important;
}

.progress-bar p {
	position: absolute;
	right: 10px;
	top: -28px;
	color: #444343;
	font-size: 12px;
}

.html-editor-module .progress label {
	display: block;
	position: absolute;
	top: -30px;
	color: black;
	font-size: 15px;
	font-weight: 500;
}
/* HTML EDITOR */

.hideEditButtons {
	display: block;
	position: fixed;
	bottom: 20%;
	z-index: 999;
	background: #252525;
	border: 0;
	color: white;
	padding: 0;
	width: 38px;
	line-height: 38px;
}

.section-key {
	position: absolute;
	right: 20px;
	top: 20px;
	z-index: 97;
	opacity: 0.5;
	color: #979797;
	cursor: pointer;
	filter: invert(1);
}

#section-slayt .section-key {
	top: 24%;
}

.swal-button, .swal-button:active {
	background-color: #252525 !important;
	font-weight: 400;
	font-size: 16px;
	border-color: #252525;
}

	.swal-button:hover, .swal-button:not([disabled]):hover {
		background: black !important;
	}

.swal-footer {
	text-align: center;
}

.swal-button:not([disabled]):hover {
	background-color: #269ef6 !important;
}

.footer-signature {
}

.footer-bottom {
	padding: 14px 0px;
	background: #ffffff !important;
}

	.footer-bottom .paragraph-module p {
		margin: 0;
		line-height: 30px;
		color: #989898;
		font-weight: 400 !important;
		font-size: 14px;
	}

		.footer-bottom .paragraph-module p a {
			color: #989898;
			font-weight: 600;
		}

.footer-signature .paragraph-module p {
	text-align: right;
}

#up {
	position: fixed;
	right: 18px;
	bottom: 40px;
	background: #8aae23;
	color: #ffffff;
	width: 40px;
	line-height: 40px;
	text-align: center;
	border-radius: 50%;
	z-index: 98;
	cursor: pointer;
}

	#up:hover {
		background: #161616;
	}
/* ZOOM */
/* Compatibility styles for frameworks like bootstrap, foundation e.t.c */
.xzoom-source img, .xzoom-preview img, .xzoom-lens img {
	display: block;
	max-width: none;
	max-height: none;
	-webkit-transition: none;
	-moz-transition: none;
	-o-transition: none;
	transition: none;
}
/* --------------- */

/* xZoom Styles below */
.xzoom-container {
	display: block;
}

.xzoom-thumbs {
	text-align: center;
	margin-left: -5px !important;
	margin-right: -5px !important;
}

	.xzoom-thumbs .image-zoom-container {
		border: 1px solid #e3e3e3;
	}

	.xzoom-thumbs > div {
		padding: 5px !important;
	}

.xzoom {
	-webkit-box-shadow: 0px 0px 1px 0px rgba(0,0,0,0.5);
	-moz-box-shadow: 0px 0px 1px 0px rgba(0,0,0,0.5);
	box-shadow: 0px 0px 1px 0px rgba(0,0,0,0.5);
	width: 100% !important;
}

.xzoom2, .xzoom3, .xzoom4, .xzoom5 {
	-webkit-box-shadow: 0px 0px 5px 0px rgba(0,0,0,0.5);
	-moz-box-shadow: 0px 0px 5px 0px rgba(0,0,0,0.5);
	box-shadow: 0px 0px 5px 0px rgba(0,0,0,0.5);
}

/* Thumbs */
.xzoom-gallery, .xzoom-gallery2, .xzoom-gallery3, .xzoom-gallery4, .xzoom-gallery5 {
	width: 100%;
}

.xzoom-source, .xzoom-hidden {
	display: block;
	position: static;
	float: none;
	clear: both;
}

/* Everything out of border is hidden */
.xzoom-hidden {
	overflow: hidden;
}

/* Preview */
.xzoom-preview {
	border: 1px solid #ededed;
	background: #fdffff;
	/* box-shadow: 0px 0px 16px rgb(211 211 211 / 29%); */
}

/* Lens */
.xzoom-lens {
	border: 1px solid #555;
	box-shadow: -0px -0px 10px rgba(0,0,0,0.50);
	cursor: crosshair;
}

/* Loading */
.xzoom-loading {
	background-position: center center;
	background-repeat: no-repeat;
	border-radius: 100%;
	opacity: .7;
	background: url(../images/xloading.gif);
	width: 48px;
	height: 48px;
}

/* Additional class that applied to thumb when it is active */
.xactive {
	/* -webkit-box-shadow: 0px 0px 3px 0px rgba(74,169,210,1); */
	-moz-box-shadow: 0px 0px 3px 0px rgba(74,169,210,1);
	/* box-shadow: 0px 0px 3px 0px rgba(74,169,210,1); */
	border: 1px solid #4aaad2;
}

/* Caption */
.xzoom-caption {
	position: absolute;
	bottom: -43px;
	left: 0;
	background: #000;
	width: 100%;
	text-align: left;
}

	.xzoom-caption span {
		color: #fff;
		font-family: Arial, sans-serif;
		display: block;
		font-size: 0.75em;
		font-weight: bold;
		padding: 10px;
	}
/* ZOOM */
/*#region typeahead css */
.twitter-typeahead,
.tt-hint,
.tt-input,
.tt-menu,
.tt-dropdown-menu {
	width: 100% !important;
}


.typeahead,
.tt-query,
.tt-hint {
	width: 396px;
	height: 30px;
	padding: 8px 12px;
	font-size: 24px;
	line-height: 30px;
	border: 2px solid #ccc;
	-webkit-border-radius: 8px;
	-moz-border-radius: 8px;
	border-radius: 8px;
	outline: none;
}

.typeahead {
	background-color: #fff;
}

	.typeahead:focus {
		border: 2px solid #0097cf;
	}

.tt-query {
	-webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
	-moz-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
	box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
}

.tt-hint {
	color: #999
}

.tt-menu {
	/* margin: 12px 0; */
	padding: 18px;
	background-color: #fff;
	border: 0;
	-webkit-border-radius: 8px;
	-moz-border-radius: 8px;
	border-radius: 0;
	/* -webkit-box-shadow: 0 5px 10px #e3e3e34d; */
	-moz-box-shadow: 0 5px 10px #e3e3e34d;
	/* box-shadow: 0 5px 10px rgb(227 227 227 / 30%); */
	border-top: 0;
	margin-top: 0;
	z-index: 0 !important;
	padding-top: 23px;
}

.tt-suggestion {
	padding: 3px 20px;
	font-size: 18px;
	line-height: 24px;
}

	.tt-suggestion:hover {
		cursor: pointer;
		color: #fff;
		background-color: #0097cf;
	}

	.tt-suggestion.tt-cursor {
		color: #fff;
		background-color: #0097cf;
	}

	.tt-suggestion p {
		margin: 0;
	}

.tt-menu a {
	font-size: 14px;
	font-weight: 300 !important;
	color: #495057;
	line-height: 2;
}

	.tt-menu a:hover {
		color: #3ebccb;
	}

.gist {
	font-size: 14px;
}
/*#endregion */
.alert-success {
	color: #5ac16f;
	background-color: transparent;
	border-color: #5ac16f;
	border-radius: 36px;
}

.register-success {
	margin-top: 14px;
	margin-bottom: 0;
}

.popover {
	border: 0 !important;
	font-size: 12px;
}

	.popover .arrow:before {
		border: 0 !important;
	}

.custom-control-input:checked ~ .custom-control-label::before {
	background-color: #8aae23;
	border-color: #8aae23;
	box-shadow: unset !important;
}

.custom-control-input:focus ~ .custom-control-label::before {
	box-shadow: unset !important;
	border-color: #c7c1c1 !important;
}
