html, body {
	font-family: 'Open Sans', sans-serif;
	background-color: #f7f5f6;
}

main {
	display: flex;
	min-height: 100vh;
	flex-direction: column;
	padding-top: 158px;
}

hr {
	border-top: 1px solid #ddd;
}

main .content {
	flex: 1;
	padding-bottom: 45px;
}

.link {
	background-color: transparent;
	padding: 0;
	border: none;
}

.card-section {
	background-color: #fff;
	padding: 45px;
	text-align: center;
}

.main-header {
	text-align: center;
	margin-bottom: 45px;
}

.header-phone {
	color: #1d1d1d;
}

.navbar-dark {
	background-color: #1d1d1d;
}

header {
	background-color: #fff;
}

header a:hover {
	text-decoration: none;
	color: #777;
}

footer {
	background-color: #1d1d1d;
	color: #fff;
	padding: 25px 0;
	font-size: 13px;
}

.category-item img {
	width: 140px;
	margin: 0 auto;
	border: 1px solid #ddd;
}

.category-item h4 {
	color: #1d1d1d;
	font-size: 16px;
}

.logo-top {
	width: 220px;
}

.social a {
	margin-left: 10px;
}

.social img {
	width: 20px;
}

footer .social img {
	filter: invert();
	width: 30px;
}

footer .social {
	margin-left: 10px;
}

.social a:first-child {
	margin-left: 0;
}

.social:first-child {
	margin-left: 0;
}

.social a:hover {
	text-decoration: none;
}

.top {
	background-color: #fff;
}

.top-menu {
	font-size: 13px;
	background-color: #fff;
	padding: 10px 0;
	border-bottom: 1px solid #ddd;
}

.top-cart-menu {
	padding-top: 10px;
}

.top-menu .left-block a {
	margin-right: 7px;
}

.top-menu .right-block a {
	margin-left: 7px;
}

.top-menu a {
	color: #1d1d1d;
}

.navbar-dark {
	margin-top: 10px;
	padding: 0;
}

.dropdown {
	position: inherit;
}

.navbar-dark .navbar-nav .nav-link {
	color: #fff;
}

.navbar-nav .nav-link {
	padding: 15px 1rem;
	text-transform: uppercase;
	font-size: 15px;
}

.navbar-nav .dropdown-menu {
	width: 100%;
	top: 50px;
}


.navbar-nav .dropdown:hover .dropdown-menu {
	display: block;
}

.dropdown-item-header {
	font-weight: bold;
	font-size: 16px;
}

.dropdown-item {
	padding-left: 10px;
}

.dropdown-item:hover {
	background-color: transparent;
}

.nav-item .dropdown-item.active, .nav-item .dropdown-item:active {
	color: #333;
}

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

.nav-item .dropdown-item.active,
.nav-item .dropdown-item:active {
	background-color: transparent;
	color: #1d1d1d;
}

.shopping-cart {
	color: #1d1d1d;
	margin-right: 10px;
}

.shopping-cart img {
	width: 25px;
}

.login {
	color: #1d1d1d;
	font-size: 15px;
}

.section-group {
	margin-bottom: 120px;
}

.image-block {
	text-align: center;
}

.image-block img {
	max-width: 100px;
}

.news-item a {
	color: #1d1d1d;
	font-size: 18px;
}

.payment-item img {
	max-width: 200px;
}

footer h4 {
	display: inline-block;
	font-size: 18px;
	border-bottom: 1px solid #fff;
	margin-bottom: 20px;
}

footer a {
	color: #fff;
}

footer a:hover {
	color: #aaa;
}

.link-decoration {
	border-bottom: 1px solid #fff;
}

.btn-default {
	background-color: #fff;
	color: #1d1d1d;
	border-radius: 2px;
	font-size: 14px;
	padding: 7px 25px;
}

.border-header {
	text-transform: uppercase;
	font-size: 26px;
}

.border-header:after {
	display: inline-block;
	margin: 0 0 8px 20px;
	height: 1px;
	content: " ";
	text-shadow: none;
	background-color: #1d1d1d;
	width: 100px;
}
.border-header:before {
	display: inline-block;
	margin: 0 20px 8px 0;
	height: 1px;
	content: " ";
	text-shadow: none;
	background-color: #1d1d1d;
	width: 100px;
}

.breadcrumb {
	margin-top: 10px;
	background-color: transparent;
	padding-left: 0;
	padding-right: 0;
	font-size: 14px;
}

.breadcrumb a {
	color: #1d1d1d;
	text-decoration: underline;
}

.product-item {
	margin-bottom: 45px;
}

.product-item-slider a,
.product-item a {
	display: block;
	background-color: #fff;
	padding: 15px;
}

.product-item-slider .price,
.product-item .price {
	color: #1d1d1d;
	font-size: 18px;
}

.product-item-slider .name,
.product-item .name {
	margin-top: 10px;
	color: #1d1d1d;
	font-size: 14px;
}

.product-card .price {
	font-size: 22px;
}

.product-card .col-md-6 {
	padding: 15px;
}

.product-card .images {
	display: inline-block;
}

.product-card .description {
	max-height: 165px;
	overflow: hidden;
}

.product-card .description.full {
	max-height: inherit;
}

.product-item-slider .image,
.product-item .image {
	position: relative;
}

.product-item-slider .sale,
.product-item .sale {
	position: absolute;
	left: 0;
	bottom: 0;
	background-color: red;
	color: #fff;
	padding: 5px;
	font-size: 14px;
	text-transform: uppercase;
}

.product-item-slider .price-sale,
.product-item .price-sale {
	color: red;
	margin-right: 15px;
}

.product-item-slider .price-old,
.product-item .price-old {
	text-decoration: line-through;
	font-size: 14px;
}

.product-item-slider a:hover,
.product-item a:hover {
	text-decoration: none;
}

.size-item {
	padding: 7px 15px;
	border: 2px solid #ddd;
	border-radius: 20px;
	font-size: 14px;
	margin-right: 5px;
	margin-bottom: 5px;
}

.size-item.active,
.size-item:hover {
	border-color: #1d1d1d;
	background-color: #eee;
	cursor: pointer;
}

.link-dark {
	color: #1d1d1d;
	text-decoration: underline;
}

.btn-cart {
	background-color: #1d1d1d;
	color: #fff;
	padding: 7px 50px;
	border-radius: 20px;
}

.btn-cart:hover {
	color: #fff;
	background-color: #666;
}

.btn-login {
	padding: 10px 50px;
}

.text-reset {
	font-size: 14px;
}

.text-reset a {
	color: #1d1d1d;
}

.product-count {
	width: 60px;
}

.btn-circle {
	display: inline-block;
	background-color: #fff;
	color: #1d1d1d;
	border: 1px solid #ddd;
	border-radius: 100%;
	width: 40px;
	margin: 0 10px;
}

.cart-price {
	font-size: 19px;
}

.cart-remove {
	color: #1d1d1d;
	font-size: 14px;
	margin-left: 60px;
}

.cart-remove:hover,
.link-dashed:hover {
	color: #777;
	text-decoration: none;
}

.link-dashed {
	color: #1d1d1d;
	border-bottom: 1px dashed #1d1d1d;
}

.order-form {

}

.table .no-border td {
	border-top: none;
}

.filter-select {
	color: #999;
	background-color: transparent;
	margin-bottom: 0;
	border: none;
	border-bottom: 1px solid #999;
	border-radius: 0;
	-webkit-appearance: none;
	-webkit-border-radius: 0;
	font-size: 14px;
}

.filter-categories li {
	margin-bottom: 15px;
}

.filter-categories .filter-subcategories {
	margin-top: 15px;
	padding-left: 0;
	list-style: none;
}

.filter-categories .filter-subcategories li a {
	font-size: 16px;
}

.filter-categories li a {
	color: #1d1d1d;
	font-size: 22px;
}

.form-control {
	border-radius: 0;
}

.pagination a {
	color: #999;
	padding: 0 5px;
}

.pagination .active a {
	color: #1d1d1d;
}

.error {
	color: #dc3545;
}

.table-cart td:first-child,
.table-cart th:first-child{
	padding-left: 0;
}

.cabinet-menu .nav-link {
	color: #ddd;
	background-color: #1d1d1d;
}

.cabinet-menu .active.nav-link {
	color: #fff;
}

.news img {
	max-width: 100%;
}

.filter-label {
	font-size: 14px;
}

.invalid-feedback {
	display: inherit;
}

.page img {
	max-width: 100%;
}

.inst-items {
	padding-left: 0;
	padding-right: 15px;
}

.inst-items .row {
	margin-left: 0;
	margin-right: 0;
}

.inst-items .col-4 {
	padding: 3px;
}

.container .categories-list-mobile {
	display: none;
}

.slider {
	margin-top: 45px;
}

.slick-next:before,
.slick-prev:before {
	color: #1d1d1d;
}

.slick-prev,
.slick-next {
	width: 18px;
	height: 32px;
	top: 45%;
}

main .slick-next:before {
	content: '';
}

main .slick-prev:before {
	content: '';
}

.slick-prev {
	background-image: url("../img/prod-arr-left.png");
}

.slick-next {
	background-image: url("../img/prod-arr-right.png");
}

.btn-promo {
	position: relative;
	height: calc(1.5em + 0.75rem + 4px);
	margin-top: 32px;
}

.reset-form {
	max-width: 400px;
}

.swiper-slide.swiper-slide-prev,
.swiper-slide.swiper-slide-next {
	opacity: 0.4;
}

.carousel-swiper {
	left: 50%;
	position: absolute;
	width: 1000px;
	margin-left: -500px;
	overflow: hidden;
	height: 500px;
	top: 50px;
}

.carousel-swiper .item {
	width: 350px;
	height: 250px;
	background: url('http://placehold.it/350x250') top left no-repeat;
	background-size: 100%;
	vertical-align: middle;
	line-height: 150px;
	box-shadow: 0 0 5px rgba(0,0,0,0.5);
}

.controls {
	position: absolute;
	top: 500px;
	left: 50%;
	width: 150px;
	margin-left: -75px;
}

.controls a {
	display: block;
}

.controls .previous {
	float: left;
}

.controls .next {
	float: right;
}

.carousel-inner img {
	object-fit: cover;
}

.card-block {
	background-color: #fff;
	padding: 15px;
}

.url-dark {
	color: #333;
	text-decoration: none;
}

.url-dark:hover {
	color: #333;
	text-decoration: underline;
}

.features p {
	font-size: 14px;
}

.features img {
	width: 50%;
}

.mobile-search {
	display: none;
	width: calc(100% - 75px);
	margin-right: 10px;
}

.mobile-search input {
	width: 100%;
	padding-left: 15px;
	padding-right: 15px;
	border: none;
	border-radius: 2px 0 0 2px;
}

.mobile-search .btn {
	border: none;
	padding: 7px 20px;
	border-radius: 0 2px 2px 0;
	margin-left: 1px;
}

.descktop-search {
	display: inline-block;
	border: none;
	margin-right: 10px;
}

.descktop-search input {
	padding-left: 15px;
}

.icon-text {
	color: #333;
	font-weight: bold;
	position: relative;
	top: 1px;
}

.img-cover {
	width: 100px;
}

.btn-contact {
	text-align: center;
	background-color: #333;
	color: #fff;
	padding: 10px 15px;
}

.btn-contact:hover {
	color: #aaa;
}

@media (max-width: 768px) {
	.border-header:before, .border-header:after {
		display: none;
	}

	.social img {
		width: 15px;
	}

	.logo-top {
		position: relative;
		left: -10px;
		width: 130px;
	}

	.navbar-dark {
		margin-top: 15px;
	}

	main {
		padding-top: 185px;
	}

	h1 {
		font-size: 1.5rem;
	}

	.category-item img {
		width: 100%;
		max-width: 100%;
	}

	.categories-list {
		display: none;
	}

	.categories-list-mobile {
		display: flex !important;
	}

	.categories-list-mobile .category-item h4 {
		margin-bottom: 25px;
	}

	.header-phone {
		display: block;
		font-size: 13px;
	}

	.social a.header-phone {
		margin-left: 0;
	}

	.navbar-dark .navbar-toggler {
		margin: 5px 0;
	}

	.mobile-search {
		display: flex;
	}

	.descktop-search {
		display: none;
	}
}

@media (max-width: 400px) {
	.navbar-dark {
		margin-top: 15px;
	}
}