:root {
	--red: rgb(230, 57, 57);
	--white: #ffffff;
}
html,
body {
	height: 100%;
}
body {
	color: #424449;
	font-family: arial;
	padding-top: 0;
	background-color: #f6f6f6;
}
a {
	color: #181818;
}
a:hover {
	color: #181818;
}
#wrapper {
	min-height: 100%;
	position: relative;
}
#content {
	padding-bottom: 60px;
}
header {
	background-color: #fff;
	position: sticky;
	top: 0;
	box-shadow: 0 0 15px rgba(0, 0, 0, 0.2);
	z-index: 10;
}
.languages-bar {
	background: #181818;
	margin-bottom: 15px;
	padding: 8px 0;
}
.languages-bar .phone {
	color: #f1f1f1;
	font-weight: bold;
}
.languages-bar .phone span {
	margin-right: 5px;
}
.languages-bar ul {
	margin: 0;
	margin-left: -10px;
	padding: 0;
}
.languages-bar ul li {
	border-right: 1px solid #727272;
	display: inline;
	margin-left: 10px;
	padding-right: 10px;
	text-transform: capitalize;
}
.languages-bar ul li a {
	color: #727272;
	font-size: 13px;
}
.languages-bar ul li a:hover {
	color: #ef3633;
	text-decoration: none;
}
.languages-bar ul li img {
	height: 11px;
	margin-right: 2px;
	margin-top: -2px;
	width: 16px;
}
.languages-bar ul li.last-item {
	border-right: none;
}
.logo-and-search {
	padding: 10px 0;
	display: flex;
	align-items: center;
}
.header-items {
	display: flex;
	align-items: center;
}
.bag-info {
	display: flex;
	align-items: center;
	justify-content: end;
	img {
		height: 24px;
	}
}
.my-basket {
	color: #181818;
	font-size: 12px;
	margin-left: 10px;
	display: inline-block;
}
.my-basket:hover {
	text-decoration: none;
	color: #181818;
	cursor: pointer;
}
.my-basket span.sum-scope {
	color: #fff !important;
	width: 24px;
	height: 24px;
	display: inline-flex;
	align-items: center;
	justify-content: center;
	border-radius: 100%;
	background: rgb(230, 57, 57);
}
.navbar-toggle {
	border: 1px solid #727272;
}
.navbar-toggle span {
	background-color: #727272;
}
.search {
	border-radius: 20px;
}
.search .form-control {
	border-radius: 0;
	border: 1px solid #e5e5e5;
	transition: none;
	box-shadow: none;
}
.search .btn-red {
	border-radius: 0;
	color: #fff;
}
.navbar {
	border-top: 1px solid #e5e5e5;
	border-bottom: 3px solid #e5e5e5;
}
.navbar .navbar-brand {
	color: #171717;
}
.navbar .navbar-nav a {
	color: #171717;
	font-weight: bold;
	text-transform: uppercase;
	font-size: 13px;
	letter-spacing: 1px;
}
.navbar .navbar-nav li {
	border-left: 1px solid #e5e5e5;
}
#navbar {
	padding-left: 0;
}
.navbar .navbar-nav li:last-child {
	border-right: 1px solid #e5e5e5;
}
.body {
	background-color: #fff;
	border: 1px solid #e5e5e5;
	padding: 15px;
}
.advanced-search-btn {
	position: absolute;
	right: 50px;
	top: 5px;
	z-index: 10;
}
.advanced-search-menu {
	background: #ffffff;
	background: -moz-linear-gradient(top, #ffffff 0%, #f6f6f6 47%, #ededed 100%);
	background: -webkit-linear-gradient(
		top,
		#ffffff 0%,
		#f6f6f6 47%,
		#ededed 100%
	);
	background: linear-gradient(to bottom, #ffffff 0%, #f6f6f6 47%, #ededed 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#ededed',GradientType=0 );
	margin-top: -1px;
	padding: 14px 20px;
	width: 515px;
}
.btn-inner-search {
	color: #fff;
}
.advanced-search-menu .form-control {
	float: none;
}
#home-slider {
	margin-bottom: 70px;
	display: inline-block;
}
#home-slider .item .absolute-texts {
	position: absolute;
	top: 10px;
	left: 10px;
}
#home-slider .item h1 {
	font-size: 20px;
	font-weight: bold;
	text-transform: uppercase;
	max-width: 300px;
}
#home-slider .item .description {
	max-width: 400px;
}
#home-slider .carousel-indicators {
	width: auto;
	left: auto;
	right: 20px;
	bottom: 0;
}
#home-slider .carousel-indicators li,
#small_carousel .carousel-indicators li {
	background-color: #000100;
	height: 12px;
	width: 12px;
}
#small_carousel .product-list {
	text-align: center;
}
#small_carousel .product-list img {
	height: 300px;
}
#small_carousel .product-list h2 {
	font-size: 16px;
	font-weight: bold;
	height: 40px;
}
#small_carousel .product-list .price,
#small_carousel .product-list .price-discount {
	font-size: 12px;
	height: 20px;
}
#small_carousel .product-list div.add-to-cart,
#small_carousel .product-list .info-btn {
	color: #fff;
	display: block;
	padding: 2px 7px;
	font-size: 12px;
	margin-bottom: 5px;
}
#small_carousel .product-list .price-down {
	background-color: #181818;
	padding: 2px;
	color: #fff;
}
#small_carousel .product-list div.add-to-cart a {
	color: #fff;
}
#small_carousel .carousel-indicators {
	top: 0;
}
.h-line {
	width: 100%;
	height: 1px;
	background-color: #e5e5e5;
}
.row-of-slider {
	margin-bottom: 30px;
}
.site-logo {
	max-height: 40px;
}

.products {
	display: flex;
	gap: 10px;
	justify-content: center;
	flex-wrap: wrap;
}
.products.carousel-inner {
	display: block !important;
}
.products .product-list {
	margin-bottom: 30px;
	border: 1px solid #d9d8d8;
	padding: 10px;
}
.products .product-list .img-container a {
	height: 200px;
	display: inline-block;
	background-position: center;
	background-size: contain;
	background-repeat: no-repeat;
	width: 100%;
	transition: all 0.2s linear 0s;
}

.products .product-list h2 {
	font-size: 14px;
	font-weight: 600;
	display: -webkit-box;
	vertical-align: middle;
	text-overflow: ellipsis;
	width: 100%;
	text-align: left;
	height: 32px;
	overflow: hidden;
	-webkit-line-clamp: 2;
	-webkit-box-orient: vertical;
	margin-bottom: 10px;
}
.products .product-list h2 a {
	color: #323232;
}
.loader {
	display: none;
	height: 1px !important;
} /*hack*/
.price-container {
	margin-bottom: 15px;
}
.products .product-list .price {
	font-size: 18px;
}
.product-list .price-discount {
	font-size: 14px;
	height: 20px;
	text-decoration: line-through;
	color: gray;
}
.currency-label {
	font-size: 14px;
}
.products .product-list div.add-to-cart,
.products .product-list .info-btn,
#view-product .add-to-cart {
	color: #fff;
	display: block;
	font-size: 14px;
	margin-bottom: 5px;
	background-color: transparent !important;
}

.products .product-list .price-down {
	background-color: #181818;
	padding: 2px;
	color: #fff;
}
.products .product-list div.add-to-cart a {
	color: #fff;
	display: block;
	padding: 5px 0;
	text-align: center;
	background-color: rgb(231 183 41);
}
.products .product-list div.add-to-cart.buy-now a {
	background-color: var(--red);
}
.part-label {
	color: var(--red);
	display: inline-block;
	background-color: transparent !important;
}
footer {
	bottom: 0;
	left: 0;
	position: absolute;
	width: 100%;
	padding-bottom: 20px;
}
.footer-text {
	font-size: 13px;
	padding-left: 2px;
}
.body-footer {
	padding-top: 30px;
	text-align: center;
}
.body-footer h3 {
	font-size: 16px;
}
.body-footer ul {
	list-style: none;
	margin: 0;
	padding: 0;
}
.body-footer .footer-icon li {
	display: block;
	height: 40px;
	width: 100%;
}
.body-footer .footer-icon span i {
	border: 1px solid #a3a3a3;
	border-radius: 100%;
	height: 30px;
	line-height: 25px;
	margin-bottom: 5px;
	margin-right: 5px;
	text-align: center;
	width: 30px;
}
.body-footer.f-cont-info {
	width: 70%;
	word-break: break-all;
}
.body-footer ul li a {
	display: block;
	padding: 0 0 5px;
	color: #333;
}
.body-footer .full {
	border-radius: 0;
	border: 1px solid #e5e5e5;
	margin-bottom: 5px;
}
.body-footer .bg-red {
	color: #fff;
	border-radius: 0;
}
.bag-info ul.dropdown-cart {
	height: auto;
	max-height: 250px;
	overflow-x: hidden;
	width: 265px;
}
.bag-info ul.shop-dropdown a.dropdown-toggle {
	color: #333;
	font-size: 13px;
}
.bag-info ul.shop-dropdown a.dropdown-toggle:hover {
	text-decoration: none;
}
.bag-info ul.dropdown-cart li .item {
	display: block;
	margin: 3px 0;
	padding: 3px 10px;
}
.bag-info ul.dropdown-cart li .item:hover {
	background-color: #f3f3f3;
}
.bag-info ul.dropdown-cart li .item:after {
	clear: both;
	content: " ";
	display: block;
	font-size: 0;
	height: 0;
	visibility: hidden;
}
.bag-info ul.dropdown-cart li .item-in {
	float: left;
}
.bag-info ul.dropdown-cart li .item-in img {
	height: 50px;
	width: 50px;
}
.bag-info ul.dropdown-cart li .item-in a.item-info span {
	display: block;
	font-size: 12px;
}
.bag-info ul.dropdown-cart .go-checkout {
	display: inline-block;
	margin-bottom: 7px;
	background: #ffffff;
	background: -moz-linear-gradient(
		top,
		#ffffff 0%,
		#f3f3f3 50%,
		#ededed 51%,
		#ffffff 100%
	);
	background: -webkit-linear-gradient(
		top,
		#ffffff 0%,
		#f3f3f3 50%,
		#ededed 51%,
		#ffffff 100%
	);
	background: linear-gradient(
		to bottom,
		#ffffff 0%,
		#f3f3f3 50%,
		#ededed 51%,
		#ffffff 100%
	);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#ffffff',GradientType=0 );
}
.bag-info ul.dropdown-cart .item-x-absolute {
	position: absolute;
	right: 10px;
}
.bag-info ul.dropdown-cart li .item-in .left-side {
	float: left;
	width: 50px;
}
.bag-info ul.dropdown-cart li .item-in .right-side {
	border-bottom: 1px solid #f1f1f1;
	float: left;
	margin-left: 2px;
	width: 170px;
}
.bag-info ul.dropdown-cart .item-info .prices span {
	color: #fe3a3a;
	display: inline !important;
}
.bag-info ul.dropdown-cart .item-info .prices,
.bag-info ul.dropdown-cart .item-info .currency {
	color: #fe3a3a;
	display: inline !important;
}
.dropdown-cart .shop-item {
	background: #ffffff;
	background: -moz-linear-gradient(top, #ffffff 0%, #f6f6f6 47%, #ededed 100%);
	background: -webkit-linear-gradient(
		top,
		#ffffff 0%,
		#f6f6f6 47%,
		#ededed 100%
	);
	background: linear-gradient(to bottom, #ffffff 0%, #f6f6f6 47%, #ededed 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#ededed',GradientType=0 );
}
.social li {
	background: #b5b5b5 none repeat scroll 0 0;
	border: 2px solid #b5b5b5;
	border-radius: 50%;
	float: left;
	height: 36px;
	line-height: 36px;
	margin: 0 8px 0 0;
	margin-bottom: 5px;
	padding: 0;
	text-align: center;
	transition: all 0.5s ease 0s;
	width: 36px;
}
.social li a i {
	color: #fff;
}
.categories {
	padding: 10px 0;
}
.list {
	display: inline;
	list-style: none;
	padding: 0;
	margin: 0;
}
.list li {
	display: inline-block;
	margin-bottom: 10px;
	margin-left: 0;
	&:first-of-type {
		margin-left: 0;
	}
}
.list li a {
	font-size: 13px;
	color: #fff;
	padding: 5px 10px;
	border-radius: 16px;
	background-color: var(--red) !important;
}
.pagination li {
	display: inline-block;
	margin-right: 5px;
}
.pagination li,
.pagination li:first-child,
.pagination li a,
.pagination li:first-child a,
.pagination li:last-child a {
	border-radius: 0;
}
.pagination li a:hover {
	color: #b54e4f;
}
.pagination li.active a {
	color: #fff;
}
#notificator {
	display: none;
	left: 50%;
	margin-left: -100px;
	padding: 15px 25px;
	position: fixed;
	text-align: center;
	top: 20px;
	width: 200px;
	z-index: 5000;
}
.btn-blue-round {
	margin-right: 10px;
	display: inline-block !important;
	color: #fff !important;
	border-radius: 28px;
	color: #ffffff;
	display: inline-block;
	font-family: Arial;
	font-size: 14px;
	padding: 4px 20px;
	text-decoration: none;
}
.btn-blue-round a:hover {
	background: #3cb0fd;
	background-image: -webkit-linear-gradient(top, #3cb0fd, #3498db);
	background-image: -moz-linear-gradient(top, #3cb0fd, #3498db);
	background-image: -ms-linear-gradient(top, #3cb0fd, #3498db);
	background-image: -o-linear-gradient(top, #3cb0fd, #3498db);
	background-image: linear-gradient(to bottom, #3cb0fd, #3498db);
	text-decoration: none;
}
.clear-filter {
	float: right;
	background-color: #181818;
	padding: 5px 10px;
	color: #fff;
	margin-top: 15px;
}
.clear-filter:hover {
	color: #fff;
}
.blog-artchive {
	list-style: none;
	margin-bottom: 20px;
	padding-left: 0;
}
.blog-artchive .item {
	background: transparent none repeat scroll 0 0;
	border-color: -moz-use-text-color -moz-use-text-color #ccc;
	border-image: none;
	border-style: none none dotted;
	border-width: 0 0 1px;
	moz-border-bottom-colors: none;
	moz-border-left-colors: none;
	moz-border-right-colors: none;
	moz-border-top-colors: none;
	padding: 10px 0px;
	padding-left: 10px;
}
.blog-artchive .item a {
	color: #666;
}
.blog-home-left-categ {
	margin-bottom: 20px;
}
.filter-sidebar .title,
#blog .alone,
.blog-inner .alone,
.orders-from-category .title,
#goOrder .title {
	padding: 10px 15px;
	color: #fff;
	margin-bottom: 20px;
}
#search-input-blog {
	margin-bottom: 20px;
}
.btn-blog {
	color: #fff;
}
.btn-blog:hover {
	color: #fff;
}
.blog-list .description {
	height: 125px;
	overflow: hidden;
	font-size: 12px;
}
.blog-list h5 {
	height: 40px;
	overflow: hidden;
}
#search-input-blog {
	margin: 0;
	margin-top: 10px;
	margin-bottom: 20px;
	padding: 0;
}
#search-input-blog .search-query {
	padding-right: 30px;
	padding-left: 3px;
	margin-bottom: 0;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 0;
}
#search-input-blog button {
	border: 0;
	background: none;
	padding: 2px 5px;
	margin-top: 2px;
	position: absolute;
	top: 5px;
	left: -28px;
	margin-bottom: 0;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
	color: #d9230f;
}
#search-input-blog .search-query:focus + button {
	z-index: 3;
}
.blog-inner h1 {
	margin: 0;
	font-size: 22px;
	margin-bottom: 15px;
}
.blog-inner .blog-preview-time {
	display: inline-block;
	margin-bottom: 15px;
}
.dropdown-menu .active a,
.dropdown-menu .active a:hover,
.dropdown-menu .active a:focus {
	background-color: transparent;
}
#view-product h1 {
	margin: 0;
	border-bottom: 1px solid #e5e5e5;
	padding-bottom: 10px;
	margin-bottom: 10px;
	font-size: 26px;
}
#view-product .row-info {
	border-bottom: 1px solid #e5e5e5;
	padding: 10px 0;
}
#view-product #description {
	padding-top: 20px;
}
.steps {
	margin-bottom: 30px;
	padding-left: 15px;
	padding-right: 15px;
}
.steps .step {
	text-align: center;
	padding-top: 7px;
	padding-bottom: 7px;
	border-left: 2px solid #fff;
}
.step-bg-ok {
	background: #7db9e8;
	background: -moz-linear-gradient(top, #7db9e8 0%, #337ab7 100%);
	background: -webkit-linear-gradient(top, #7db9e8 0%, #337ab7 100%);
	background: linear-gradient(to bottom, #7db9e8 0%, #337ab7 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#7db9e8', endColorstr='#337ab7',GradientType=0 );
	color: #fff;
}
.step-bg-not-ok {
	background: #d9edf7;
	background: -moz-linear-gradient(top, #d9edf7 0%, #a6dbf4 100%);
	background: -webkit-linear-gradient(top, #d9edf7 0%, #a6dbf4 100%);
	background: linear-gradient(to bottom, #d9edf7 0%, #a6dbf4 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#d9edf7', endColorstr='#a6dbf4',GradientType=0 );
	color: #424449;
}
#goOrder .form-control {
	border-radius: 0;
	box-shadow: none;
}
.payment-type-box {
	margin-bottom: 20px;
}
.payment-type-box .top-header {
	display: block;
	font-size: 12px;
	padding-left: 5px;
}
.table-products img.product-image {
	width: 80px;
}
.relative {
	position: relative;
}
.remove-product {
	left: 0;
	position: absolute;
	top: 0;
}
.quantity-num {
	padding: 2px;
	border: 1px solid #f1f1f1;
	margin-right: 5px;
}
.go-shop,
.go-order,
.go-checkout {
	color: #fff;
	border-radius: 0;
}
.go-shop:hover,
.go-order:hover,
.go-checkout:hover {
	color: #fff;
}
.go-order,
#shopping-cart .go-checkout {
	float: right;
}
#contacts .jumbotron h1 {
	font-size: 30px;
}
#contacts .jumbotron h1 small {
	font-size: 15px;
}
#btnContactUs {
	border-radius: 0;
	color: #fff;
}
.bottom-30 {
	margin-bottom: 30px;
}
.other-img-preview {
	cursor: pointer;
	height: 100px;
	margin-bottom: 10px;
	width: 100px;
}
/*image preveiw*/
#modalImagePreview {
	background-color: rgb(0, 0, 0);
	background-color: rgba(0, 0, 0, 0.9);
	display: none;
	height: 100%;
	left: 0;
	overflow: auto;
	padding-top: 100px;
	position: fixed;
	top: 0;
	width: 100%;
	z-index: 100;
}
#modalImagePreview .modal-content {
	text-align: center;
	display: block;
	margin: auto;
	max-width: 700px;
	width: 80%;
}
#modalImagePreview #caption {
	color: #ccc;
	display: block;
	height: 150px;
	margin: auto;
	max-width: 700px;
	padding: 10px 0;
	text-align: center;
	width: 80%;
}
#modalImagePreview .modal-content,
#modalImagePreview #caption {
	animation-duration: 0.6s;
	animation-name: zoom;
	webkit-animation-duration: 0.6s;
	webkit-animation-name: zoom;
}
#modalImagePreview .close {
	opacity: 1;
	color: #f1f1f1;
	font-size: 40px;
	font-weight: bold;
	position: absolute;
	right: -10px;
	top: -40px;
	transition: 0.3s;
}
#modalImagePreview .close:hover,
#modalImagePreview .close:focus {
	color: #bbb;
	cursor: pointer;
	text-decoration: none;
}
#modalImagePreview img {
	max-width: 100%;
}
.inner-next,
.inner-prev {
	position: absolute;
	top: 50%;
	margin-top: -120px;
	background-image: url("imgs/arrows-2x.png");
	height: 120px;
	width: 80px;
}
.inner-prev {
	left: 10px;
}
.inner-next {
	right: 10px;
	background-position: -110px center;
}
.other-images-container .active img {
	border: 3px solid #b1b1b1;
}
.img-series {
	bottom: -17px;
	color: #fff;
	font-size: 14px;
	position: absolute;
	right: 0;
}
.img-sl {
	cursor: pointer;
}
/*image preveiw finish*/
#myImg {
	border-radius: 5px;
	cursor: pointer;
	transition: 0.3s;
}
#myImg:hover {
	opacity: 0.7;
}
#bigger-search .dropdown {
	position: static;
}
#show-xs-nav {
	margin-top: 15px;
	border: 1px solid #666;
	color: #666;
	font-size: 15px;
	padding: 3px;
	text-align: center;
	text-decoration: none;
}
#show-xs-nav span i {
	margin-left: 5px;
}
#show-xs-nav .hidde-sp {
	display: none;
}
a.left.carousel-control,
a.right.carousel-control {
	background-image: none;
	top: 30%;
	font-size: 12px;
}
#home-slider a.left.carousel-control,
#home-slider a.right.carousel-control {
	bottom: auto;
	left: auto;
	right: auto;
	position: static;
}
#home-slider a.left.carousel-control {
	margin-right: 10px;
}
#home-slider .controls {
	position: absolute;
	right: 20px;
	top: 20px;
}
.brands {
	margin-left: -10px;
	margin-bottom: 20px;
	padding-top: 30px;
}
#top-user-panel {
	font-size: 12px;
	padding: 5px 0;
	background: #ffffff;
	background: -moz-linear-gradient(
		top,
		#ffffff 0%,
		#f1f1f1 50%,
		#e1e1e1 51%,
		#f6f6f6 100%
	);
	background: -webkit-linear-gradient(
		top,
		#ffffff 0%,
		#f1f1f1 50%,
		#e1e1e1 51%,
		#f6f6f6 100%
	);
	background: linear-gradient(
		to bottom,
		#ffffff 0%,
		#f1f1f1 50%,
		#e1e1e1 51%,
		#f6f6f6 100%
	);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#f6f6f6',GradientType=0 );
}
#top-user-panel form {
	float: right;
}
#top-user-panel form .form-control {
	border: 1px solid #e1e1e1;
	border-radius: 3px;
	height: 32px;
	max-width: 150px;
}
.mb-4 {
	margin-bottom: 4rem;
}

.order-products {
	display: flex;
	gap: 15px;
}

@media screen and (max-width: 767px) {
	.advanced-search-menu {
		width: 410px;
	}
	.logo-col {
		margin-bottom: 20px;
	}
	.logo-col img {
		max-width: 100%;
	}
	.bag-info ul.dropdown-cart {
		width: auto;
	}
	.social li {
		float: none;
		text-align: center;
		display: inline-block;
	}
	.other-img-preview {
		height: 75px;
		margin-bottom: 50px;
		width: 75px;
	}
	.categories li {
		display: block;
	}
	.categories li a {
		width: 150px;
		display: inline-block;
	}
	.categories li a i {
		float: right;
	}
	.logo-and-search {
		padding-top: 0;
	}
	.languages-bar {
		margin-bottom: 10px;
	}
	#navbar {
		padding-left: 15px;
	}
	.bag-info .dropdown-menu-right {
		left: 10px;
		right: auto;
	}
	.categories {
		display: none;
	}
	.social-media-product-share {
		margin-bottom: 20px;
	}
}

@media (max-width: 480px) {
	.advanced-search-menu {
		width: 210px;
	}
	.go-shop,
	.go-order,
	#shopping-cart .go-checkout {
		margin-top: 10px;
	}
	.go-order,
	#shopping-cart .go-checkout {
		float: none;
	}
}
