.preloader {
	width: 100%;
	height: 100vh;
	position: fixed;
	margin-left: auto;
	margin-right: auto;
	left: 0;
	right: 0;
	background: #fff;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	visibility: visible;
	z-index: 99999;
	text-align: center;
}
.loading {
	display: inline-block;
	margin: 40px auto 0;
	width: 75px;
	height: 75px;
	border-radius: 50%;
	border: solid 3px #000000;
	border-top-color: #FFF;
	-webkit-animation: spin 0.3s infinite linear;
	-moz-animation: spin 1s infinite linear;
	animation: spin 0.9s infinite linear;
}
@-webkit-keyframes spin {
	100% {
		-webkit-transform: rotate(360deg);
	}
}
@-moz-keyframes spin {
	100% {
		transform: rotate(360deg);
	}
}
@keyframes spin {
	100% {
		transform: rotate(360deg);
	}
}
.loading {
	position: absolute;
	top: 0px;
	bottom: 0px;
	margin-top: auto;
	margin-bottom: auto;
	margin-left: -30px;
}
@media (min-width: 1310px) {
	.container {
		max-width: 1310px;
	}
}
body {
	background: #fff;
	font-family: 'Lato', sans-serif;
}
a {
	color: #3c3838;
	transition: 0.3s;
}
a:hover {
	color: #000;
}
.dropdown-menu {
	margin: 0px;
}
#top {
	padding: 25px 0px;
	margin-bottom: 20px;
}
#top h5 {
	font-size: 12px;
	font-weight: 700;
	text-transform: uppercase;
	color: #1c1c1c;
	margin-bottom: 0px;
	display: inline-block;
}
#top .line {
	background: rgba(0, 0, 0, 0.1);
	display: block;
	height: 1px;
	width: 100%;
	margin-top: 14px;
}
#top-links {
	list-style: none;
	margin: 0px;
	padding: 0px;
}
#top-links .nav-item {
	display: inline-block;
}
#top-links .lang-switch {
	text-align: right;
}
#top-links .nav-link {
	color: #3c3838;
	padding: 0px;
	font-size: 13px;
	font-weight: 600;
	margin: 0px 10px;
}
#top-links .nav-link i {
	margin-right: 5px;
}
#top-links .dropdown-menu {
	border-radius: 0px;
	margin-top: 5px;
}
#top-links .dropdown-item {
	color: #3c3838;
	transition: 0.3s;
}
#top-links .dropdown-item:hover {
	background: #000000;
	color: #fff;
}
#top-links .dropdown-item:focus {
	background: #000000;
	color: #fff;
}
#top-links .dropdown-item:active {
	background: #000000;
	color: #fff;
}
#top-links .active {
	background: #000000;
	color: #fff;
}
.lang-line {
	background: rgba(0, 0, 0, 0.1);
	display: block;
	height: 1px;
	margin-top: 14px;
	width: 180%;
	margin-left: -40px;
}
.lang-switch {
	display: inline-block;
	float: right;
}
.lang-switch button {
	background: none;
	border: none;
	color: #000;
	font-size: 12px;
	font-weight: 900;
	padding: 2px 2px;
	cursor: pointer;
	outline: none;
}
.lang-switch .active {
	border-bottom: 2px solid #2098b8;
}
#search {
	border-radius: 30px;
	border: 1px solid rgba(0, 0, 0, 0.1);
}
#search input {
	border: none;
	background: none;
	padding-left: 20px;
	box-shadow: none;
	font-size: 13px;
}
#search button {
	background: none;
	border: none;
	outline: none;
	box-shadow: none;
}
#search .search-output a {
	color: #3c3838;
	text-decoration: none;
}
#search .search-output a:hover {
	background: #000000;
	color: #fff;
}
#search .search-output a:focus {
	background: #000000;
	color: #fff;
}
#search .search-output a:active {
	background: #000000;
	color: #fff;
}
#cart {
	text-align: right;
	margin-bottom: 0px;
}
#cart button {
	outline: none;
	cursor: pointer;
}
#cart .dropdown-menu {
	width: auto;
}
#cart .dropdown-menu td {
	min-width: 50px;
}
#cart .dropdown-toggle {
	border: none;
	background: none;
	position: relative;
	top: -5px;
	color: #222;
	font-size: 17px;
	font-weight: 600;
	padding-right: 30px;
}
#cart .dropdown-toggle:before {
	content: '\f078';
	font-family: 'Font Awesome 5 Pro';
	color: #222;
	position: absolute;
	right: 0px;
	font-size: 14px;
	font-weight: 400;
	top: 15px;
}
#cart .dropdown-toggle:after {
	display: none;
}
#cart .dropdown-toggle i {
	font-size: 40px;
	font-weight: 40;
	margin-left: 10px;
	position: relative;
	top: 8px;
}
#cart .dropdown-toggle #cart-total {
	position: Absolute;
	font-size: 11px;
	color: #fff;
	background: #000;
	top: 0px;
	right: 25px;
	width: 15px;
	height: 15px;
	line-height: 15px;
	text-align: center;
}
#cart table td img{
	min-width: 40px;
}
#cart table td {
	vertical-align: middle;
	padding: 7px;
}
#cart .dropdown-menu table {
	font-size: 13px;
}
.main-menu {
	margin-top: 40px;
	background: #000;
}
.main-menu #menu {
	padding: 0px;
}
.main-menu #menu .navbar-toggler i {
	color: #fff;
}
.main-menu #menu .navbar-brand {
	text-transform: uppercase;
	color: #fff;
	font-weight: 700;
	font-size: 16px;
}
.main-menu #menu ul li:first-child .nav-link {
	padding-left: 0px;
}
.main-menu #menu .nav-link {
	color: #fff;
	font-size: 13px;
	text-transform: uppercase;
	font-weight: 900;
	letter-spacing: 0.3px;
	padding: 20px 19px;
	transition: 0.3s;
}
.main-menu #menu .nav-link:hover {
	color: #2098b8;
}
.main-menu #menu .dropdown-toggle {
	position: relative;
}
.main-menu #menu .dropdown-toggle:before {
	content: '\f078';
	font-family: 'Font Awesome 5 Pro';
	position: absolute;
	right: 5px;
	font-size: 13px;
	color: #2098b8;
	font-weight: 400;
}
.main-menu #menu .dropdown-menu .dropdown-item {
	color: #3c3838;
	text-decoration: none;
}
.main-menu #menu .dropdown-menu .dropdown-item:hover {
	background: #000000;
	color: #fff;
}
.main-menu #menu .dropdown-menu .dropdown-item:focus {
	background: #000000;
	color: #fff;
}
.main-menu #menu .dropdown-menu .dropdown-item:active {
	background: #000000;
	color: #fff;
}
.fb-link a {
	font-size: 17px;
	padding: 15px;
	padding-right: 0px;
}
.swiper-viewport {
	position: relative;
}
.swiper-viewport .swiper-pagination {
	position: absolute;
	bottom: 20px;
	right: 0px;
	left: 0px;
	text-align: center;
}
.swiper-viewport .swiper-pagination .swiper-pagination-bullet {
	opacity: 1;
	border: 1px solid #fff;
	background: transparent;
	width: 10px;
	height: 10px;
	margin: 0px 3px;
}
.swiper-viewport .swiper-pagination .swiper-pagination-bullet-active {
	opacity: 1;
	background: #fff;
}
#specials {
	margin: 50px 0px;
}
.product-carousel {
	position: relative;
}
.product-carousel h3 {
	color: #1c1c1c;
	text-transform: uppercase;
	font-size: 22px;
	font-weight: 900;
	position: relative;
}
.product-carousel h3:after {
	content: '';
	display: block;
	width: 50px;
	height: 10px;
	background: #2098b8;
	position: Absolute;
	bottom: -15px;
	left: 0px;
}
.product-carousel .swiper-container {
	margin-top: 40px;
}
.product-carousel .swiper-navs {
	position: Absolute;
	right: 0px;
	top: 3px;
}
.product-carousel .swiper-button-next {
	background-image: none;
	position: initial;
	background-color: #2098b8;
	color: #fff;
	display: inline-block;
	float: right;
	top: auto;
	background-size: auto;
	width: 25px;
	height: 25px;
	margin: 0px 2px;
	line-height: 25px;
	text-align: center;
	font-size: 14px;
}
.product-carousel .swiper-button-prev {
	background: none;
	position: initial;
	background-color: #2098b8;
	color: #fff;
	display: inline-block;
	float: left;
	top: auto;
	background-size: auto;
	width: 25px;
	height: 25px;
	margin: 0px 2px;
	line-height: 25px;
	text-align: center;
	font-size: 14px;
}
.product-carousel .product-thumb {
	padding: 20px;
	border: 1px solid rgba(0, 0, 0, 0.1);
	transition: 0.3s;
	display: block;
	text-decoration: none;
	position: relative;
}
.product-carousel .product-thumb:hover {
	border: 1px solid rgba(0, 0, 0, 0.4);
}
.product-carousel .new {
	position: absolute;
	top: 20px;
	left: 20px;
	text-transform: uppercase;
	font-size: 13px;
	font-weight: 900;
	color: #000;
}
.product-carousel .price {
	position: absolute;
	right: 20px;
	top: 20px;
	text-align: right;
	font-size: 13px;
}
.product-carousel .price .price-new {
	font-weight: 900;
	color: #000;
}
.product-carousel .price .price-old {
	display: block;
	color: #a5a5a5;
	font-size: 12px;
}
.product-carousel .image {
	margin-top: 35px;
}
.product-carousel .caption {
	min-height: auto;
}
.product-carousel .caption h4 {
	font-size: 16px;
	font-weight: 300;
	text-transform: uppercase;
	text-align: center;
	height: 60px;
	margin-bottom: 20px;
}
.product-carousel .button-group {
	text-align: center;
}
.product-carousel .button-group button {
	background: #000;
	font-weight: 900;
	color: #fff;
	text-transform: uppercase;
	font-size: 13px;
	height: 40px;
	line-height: 40px;
	padding: 0px 15px;
	border: none;
	box-shadow: none;
	outline: none;
	cursor: pointer;
}
.steps h3 {
	color: #1c1c1c;
	text-transform: uppercase;
	font-size: 22px;
	font-weight: 900;
	position: relative;
	margin-bottom: 50px;
	margin-top:20px;
}
.steps h3:after {
	content: '';
	display: block;
	width: 50px;
	height: 10px;
	background: #2098b8;
	position: Absolute;
	bottom: -15px;
	left: 0px;
}
.steps .box {
	background: #000;
	padding: 30px;
	text-align: center;
	position: relative;
}
.steps .box .nr {
	position: absolute;
	color: #99c4cf;
	right: 10px;
	top: 10px;
	font-size: 11px;
}
.steps .box i {
	color: #99c4cf;
	font-size: 50px;
}
.steps .box h4 {
	color: #fff;
	text-transform: uppercase;
	font-size: 15px;
	font-weight: 900;
	margin-top: 10px;
	margin-bottom: 0px;
}
.contact-bottom {
	padding: 20px 0px;
	background: #000;
	margin-top: 50px;
}
.contact-bottom h3 {
	color: #fff;
	font-size: 18px;
	font-weight: 700;
}
.contact-bottom .contact-mail {
	display: inline-block;
	margin-right: 15px;
}
.contact-bottom .contact-mail a {
	font-size: 14px;
	color: #fff;
	text-decoration: none;
}
.contact-bottom .contact-mail a:hover {
	color: #fff;
}
.contact-bottom .contact-mail a span {
	color: #2098b8;
	font-size: 18px;
	margin-right: 5px;
	text-decoration: none;
}
.contact-bottom h5 {
	font-size: 12px;
	color: #fff;
	font-weight: 700;
}
.contact-bottom h5 a {
	color: #2098b8;
}
.contact-bottom h5 img {
	margin-left: 10px;
	max-width: 100%;
}
.f-links {
	background: #0c0c0d;
	padding: 40px 0px;
}
.f-links h5 {
	color: #fff;
	font-size: 20px;
	font-weight: 700;
	margin-bottom: 20px;
}
.f-links ul li a {
	color: #fff;
	font-size: 12px;
	text-transform: uppercase;
	font-weight: 400;
	margin-bottom: 5px;
	display: block;
	text-decoration: none;
}
.f-links ul li a:hover {
	color: #b0b0b0;
}
.f-links p {
	color: #fff;
	font-size: 12px;
	font-weight: 400;
	margin-bottom: 5px;
	display: block;
}
.f-white {
	padding: 25px 0px;
}
.f-white .logo-bot img {
	max-width: 100%;
}
.f-white .copy p {
	font-size: 12px;
	text-transform: uppercase;
	font-weight: 300;
	margin-top: 15px;
}
.f-black {
	background: #0c0c0d;
	padding: 25px 0px;
}
.f-black p {
	font-size: 12px;
	color: #ababab;
	margin-bottom: 0px;
}
.f-black p a {
	color: #99c4cf;
}
.breadcrumb {
	margin-top: 20px;
}
.list-group-item.active {
	background-color: transparent;
	border-color: rgba(0, 0, 0, 0.1);
	color: #2098b8;
}
.list-group {
	margin-bottom: 30px;
}
.list-group-item {
	border-radius: 0px !important;
	border-color: rgba(0, 0, 0, 0.1);
	font-weight: 700;
}
.list-group-item:hover {
	background-color: transparent;
	color: #2098b8;
}
.btn-primary {
	background: #2098b8;
	border: none;
	border-radius: 0px;
	box-shadow: none;
	outline: none;
	color: #fff;
}
.btn-primary:hover {
	background: #2098b8;
	border: none;
	filter: brightness(1.1);
}
#product-product h1 {
	font-size: 30px;
}

#tab-description pre {
	display: block;
	padding: 8.5px;
	margin: 0 0 9px;
	font-size: 12px;
	line-height: 1.42857;
	word-break: break-all;
	word-wrap: break-word;
	color: #333;
	background-color: #f5f5f5;
	border: 1px solid #ccc;
	border-radius: 3px;
}

#tab-description * {
	font-family: 'Lato'!important;
}

.tab-pane img{
	max-width:100% !important
}
.subcat-li a{
	display:block;
	
}
.subcat-li a img{
	width: 100%;
	height: 300px;
	object-fit: cover;
	padding: 10px;
	border: 1px solid rgba(0,0,0,0.1);
}
.subcat-li a span{
	display: block;
	font-weight: 900;
	color: #000;
	margin-top: 10px;
}
.index-category .panel img{
	max-width:100%;
	max-height: 100%;
}
.index-category .panel a{
	background:black;
	transition: 0.3s;
	color: #FFFFFF;
	padding:10px;
	padding-bottom:30px;
	display:block;
	margin:15px 0px;
}
.index-category .panel{
	text-align: center;
}
.index-category .panel .image{
	min-height:170px;
	margin-bottom:20px;
	position:relative;
}
.index-category .panel h4{
	color: #FFFFFF;
	text-transform: uppercase;
	font-size: 15px;
	font-weight: 900;
	margin-top:-10px;
	margin-bottom: 0px;
}
.index-category .panel img {
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
}


@media (max-width: 1309px) {
	#top h5 {
		font-size: 11px;
		margin-right: -6px;
	}
	#top-links .nav-link {
		font-size: 12px;
		margin-left: 0px;
	}
	.steps .box {
		padding: 27px;
	}
	.steps .box h4 {
		font-size: 13px;
	}
}
@media (max-width: 1199px) {
	#top-links {
		text-align: center;
	}
	#top h5 {
		margin-right: 0px;
	}
	#search button {
		font-size: 17px;
	}
	.steps .box {
		min-height: 150px;
		margin: 15px 0px;
	}
	.contact-bottom .contact-mail a {
		font-size: 12px;
	}
	.contact-bottom .contact-mail a span {
		font-size: 16px;
	}
	.contact-bottom .contact-mail {
		margin-right: 8px;
	}
	.contact-bottom h5 {
		font-size: 11px;
	}
	.contact-bottom h3 {
		font-size: 16px;
	}
}
@media (max-width: 991px) {
	#cart .dropdown-toggle {
		font-size: 15px;
	}
	#cart .dropdown-toggle i {
		font-size: 33px;
	}
	.main-menu #menu .nav-link {
		font-size: 11px;
		padding: 20px 15px;
	}
	.main-menu #menu .dropdown-toggle::before {
		right: 2px;
		font-size: 11px;
	}
	.contact-bottom .contact-mail {
		margin-bottom: 10px;
	}
	#product-product h1 {
		font-size: 23px;
	}
}
@media (max-width: 767px) {
	#search {
		margin-top: 20px;
	}
	.main-menu #menu {
		padding: 10px 0px;
	}
	.main-menu #menu .nav-link {
		padding: 5px 0px;
	}
	.index-category .panel h4 {
		font-size: 18px;
	}
}
@media (max-width: 575px) {
	#top-links {
		text-align: left;
	}
	#top {
		padding: 10px 0px;
	}
	#top h5 {
		margin-bottom: 10px;
	}
	.product-carousel .product-thumb {
		max-width: 330px;
		margin: 15px auto;
	}
	.product-carousel h3 {
		font-size: 19px;
	}
	.steps h3 {
		font-size: 19px;
	}
	.steps .box {
		max-width: 220px;
		margin: 15px auto;
	}
	.product-carousel .swiper-navs {
		top: 25px;
		left: 0px;
		width: 60px;
		margin: 0 auto;
	}
	.product-carousel h3 {
		text-align: center;
	}
	.product-carousel h3::after {
		display: none;
	}
	#specials {
		margin: 30px 0px;
	}
	.steps h3::after {
		right: 0px;
		margin: 0 auto;
	}
	.steps h3 {
		text-align: center;
		margin-bottom: 25px;
	}
	.steps .box i {
		font-size: 35px;
	}
	.steps .box h4 {
		font-size: 10px;
	}
	.contact-bottom {
		margin-top: 30px;
	}
	.steps .box {
		min-height: 120px;
		padding: 24px;
	}
	.f-links {
		text-align: center;
		padding: 25px 0px;
	}
	.contact-bottom .contact-mail {
		margin-bottom: 5px;
		display: block;
	}
	.contact-bottom h3 {
		margin: 10px 0px;
	}
	.contact-bottom h5 img {
		display: block;
		margin: 10px auto 0px auto;
	}
	.f-white .copy p {
		margin-bottom: 0px;
	}
	.main-menu {
		margin-top: 20px;
	}
	.index-category .panel {
		max-width: 320px;
		margin: 0 auto;
	}
}
.pagination li a {
	width: 20px;
	height: 20px;
	display: inline-block;
	text-align: center;
	line-height: 20px;
	font-size: 13px;
	border: 1px solid #000;
	color:#000;
	text-decoration: none;
	transition: 0.3s;
}
.pagination li a:hover{
	background:#000;
	color:#fff;
}
.pagination li {
	margin:0px 2px;
	font-weight:600;
}
.pagination li span {
	width: 20px;
	height: 20px;
	display: inline-block;
	text-align: center;
	line-height: 20px;
	font-size: 13px;
	color:#fff;
	background:#000;
	border: 1px solid #000;
	text-decoration: none;
}