/* Links */

a {
	color: #343a40;
}

a:hover {
	color: #6c757d;
}

/* Buttons */

.btn-primary,
.btn-primary:disabled,
.btn-primary.disabled {
	background: #343a40;
	border-color: #343a40;
	color: #fff;
	text-transform: uppercase;
}

.btn-primary:hover,
.btn-primary:not(:disabled):not(.disabled):active {
	background: #495057;
	border-color: #495057;
	color: #fff;
}

.btn-secondary,
.btn-secondary:disabled,
.btn-secondary.disabled {
	background: #fff;
	border-color: #868e96;
	color: #495057;
	text-transform: uppercase;
}

.btn-secondary:hover,
.btn-secondary:not(:disabled):not(.disabled):active {
	background: #f1f3f5;
	color: #495057;
}

/* Header */

.header-top-link {
	font-size: .6875rem;
	line-height: 1.125rem;
	text-transform: uppercase;
}

.header-search-form,
.header-search-form .header-search-input {
	max-width: 100%;
}

.header-search {
	margin-right: auto;
	min-width: 0;
}

.header-search-form {
	padding: 0 .625rem;
}

.header-search-input {
	background: #f1f3f5;
	border-color: #e9ecef;
	color: #343a40;
	font-size: 1rem;
	padding: .75rem 4rem .75rem 1.25rem;
	transition: background .2s;
	width: 32rem;
}

.header-search-input:focus {
	background: #f8f9fa;
}

.header-search-input::placeholder {
	color: #6c757d;
}

.header-search-input:-ms-input-placeholder {
	color: #6c757d;
}

.header-search-input::-ms-input-placeholder {
	color: #6c757d;
}

.header-search-btn {
	right: 1rem;
}

.header-search-clear-btn {
	right: 3rem;
}

.header-search-advanced {
	display: none;
}

.header-cart .icon-shopping-cart::after {
	background-color: #343a40;
	box-shadow: 0 0 0 2px #fff;
}

.header-menu-item > .header-menu-link {
	font-weight: 600;
}

.popper.popper-popover-mega-menu {
	box-shadow: 0 .25rem .5rem rgba(0, 0, 0, .2);
	border-color: #fff;
}

@media (min-width: 992px) {
	.header-cart .icon-shopping-cart::after {
		transform: translate(-40%, -20%);
	}
	.header-icon .icon-search,
	.header-icon .icon-user,
	.header-icon .icon-heart,
	.header-cart .icon-shopping-cart {
		font-size: 2.25rem;
	}
	.header-menu .navbar-nav {
		border-color: #343a40;
		border-style: solid;
		border-width: 2px 0;
		justify-content: center;
	}
}

/* Index */

.block-products-index .title-primary {
	font-weight: 600;
	text-transform: uppercase;
	margin-bottom: 2rem;
	text-align: center;
	overflow: hidden;
}

.block-products-index .title-primary span {
	padding: 0 1rem;
	position: relative;
}

.block-products-index .title-primary span::before,
.block-products-index .title-primary span::after {
	background: #343a40;
	content: "";
	height: 2px;
	position: absolute;
	top: 50%;
	transform: translateY(-50%);
}

.block-products-index .title-primary span::before {
	left: -50vw;
	right: 100%;
}

.block-products-index .title-primary span::after {
	left: 100%;
	right: -50vw;
}

@media (min-width: 992px) {
	.site-index .carousel-banner {
		margin: 1rem 0 3rem;
	}
	.block-products-index {
		margin-top: 1.5rem;
	}
}

/* Catalog */

.prod-img-link {
	transition: opacity .2s;
}

.prod-img-link:hover,
.prod-img-link:focus {
	opacity: .9;
}

.prod-cat {
	font-size: .6875rem;
	font-weight: 600;
	text-transform: uppercase;
}

/* Buy */

.buy-social-icon {
	color: #495057;
}

.nav-buy-wrap::before {
	content: none;
}

.nav-buy-wrap {
	background-color: #fff;
	border-color: #343a40;
	border-style: solid;
	border-width: 2px 0;
	color: #343a40;
}

.nav-buy .nav-link {
	color: #343a40;
	font-weight: 600;
	padding: .875rem .625rem;
	text-transform: uppercase;
}

.nav-buy .nav-link:hover,
.nav-buy .nav-link.active {
	background-color: #fff;
	color: #6c757d;
}

@media (min-width: 992px) {
	.carousel-buy-thumb.active {
		border-color: transparent;
		opacity: .66;
	}
}

/* Footer */

.footer-box-title {
	display: flex;
	flex-direction: column;
	text-align: center;
}

.footer-box-title,
.footer-box .tags,
.footer-box .prod-list-recent,
.footer-box .nav-footer-top-brands {
	justify-content: center;
}

@media (min-width: 992px) {
	.footer-middle-title {
		font-weight: 600;
	}
	.footer-bottom-sides {
		border-top: 2px solid #343a40;
		padding-top: 1.5rem;
	}
}

/* Promo */

[class^="promo-"] {
    border-radius: 0;
    }