/* Links */

a {
	color: #666;
	transition: color .5s;
}

a:hover {
	color: #888;
}

.gray,
.hint {
	color: #666;
}

.header-menu .popper {
	background: #f3f3f3;
}

.popper[x-placement^="bottom"] {
	margin-top: 0;
}

.mega-menu-col .cat-parent {
	margin-bottom: 0;
}

.mega-menu-col .cat-parent .cat-item {
	color: #222;
}

.mega-menu-col .cat-parent .cat-item,
.mega-menu-col .cat-item .cat-item {
	padding: .25rem 0;
}

.dropdown-menu .header-dropdown-link:hover {
	color: #000;
}

.btn-fav {
	color: #222;
}

/* Buttons */


.btn-primary,
.btn-primary:disabled,
.btn-primary.disabled {
	background: #f1861e;
	border-color: #f1861e;
	color: #fff;
	text-transform: uppercase;
	transition: all .5s;
}


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

.btn-secondary,
.btn-secondary:disabled,
.btn-secondary.disabled {
	background: #ebebeb;
	border-color: #ebebeb;
	color: #222;
	text-transform: uppercase;
}

.btn-secondary:hover,
.btn-secondary:not(:disabled):not(.disabled):active {
	background: #e0e0e0;
	border-color: #e0e0e0;
	color: #222;
}

.site-home .on-off {
	color: #313131;
	text-decoration: underline;
	}

.title-primary {
	margin: 0 0 1.5rem 0;
	padding: 0 0 .5rem 0;
	position: relative;
}

.title-primary::after {
	background: #f1861e;
	bottom: 0;
	content: "";
	height: 2px;
	left: 0;
	position: absolute;
	width: 100px;
}

/* Icons */

.icon-shopping-cart::before {
	content: "\ec05";
}

/* Header */

.header {
	background: #222;
}

.header-top .header-top-link {
	color: #888;
	transition: color .5s;
}

.header-top .header-top-link:hover {
	color: #f6f3eb;
}

.header-logo {
	color: #fff;
}

.header-logo:hover {
	color: #a2a2a1;
}
	
.header-search-btn {
	color: #adb5bd;
}

.header-search-btn:hover {
	color: #6c757d;
}

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

.header-search-input {
	min-width: 18rem;
}

.header-cart .icon-shopping-cart::after {
	background-color: #f1861e;
	box-shadow: 0 0 0 2px #222;
	color: #222;
	font-weight: bold;
}

.header-cart:hover {
	color: #a2a2a1;
}

.header-icon {
	color: #fff;
}

@media (min-width: 992px) {
	.header-menu {
		border-top: 1px solid #393939;
	}
	.header-menu > .navbar-nav {
		margin-left: -.625rem;
	}
	.header-menu-item .header-menu-link {
		padding: .875rem .625rem;
	}
	.header-bottom {
		padding: .5rem 0 0;
	}
	.header-middle-container {
		min-height: 6rem;
		padding-bottom: .25rem;
		padding-top: .25rem;
	}
	.header-menu .navbar-nav .header-menu-item > .header-menu-link {
		color: #fff;
		padding-left: .75rem;
		padding-right: .7rem;
	}
	.form-input .form-control {
		max-width: 25rem;
	}
}

@media (max-width: 991.98px) {
	.header-middle-container {
		background: #222;
		border: 0;
	}
	.breadcrumb-scroll,
	.header-bottom {
		background: #f3f3f3;
	}
}

/* Index */

.block-products-index {
	margin: .75rem 0 1rem;
}

.block-products-index .title-primary {
	margin: 2.5rem 0;
	padding-bottom: 1rem;
	text-align: center;
}
.carousel-prod-list-container .title-primary::after,
.nav-buy-container .title-primary::after,
.block-products-index .title-primary::after {
	display: none;
}

.block-products-index .title-primary {
	border: 0;
	display: block;
	}

.block-products-index .title-primary span {
	border-bottom: 2px solid #f1861e;
	font-size: 1.75rem;
	padding-bottom: .35rem;
}

.main {
	padding: 2rem 0;
}

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

@media (max-width: 991.98px) {
	.block-products-index {
		margin: 0 0 1rem;
	}
	.block-products-index .title-primary {
		margin: 1.5rem 0;
	}
}

/* Catalog */

[id="page_top_box_product_filters_content"] {
	padding: .75rem .25rem;
}

.prod-item,
.article-item {
	padding: 1rem .5rem 2rem;
}

.prod-cat {
	font-size: .8125rem;
}

.filter-title,
.filter-summary,
.filter-name {
	margin-bottom: .75rem;
}

.filter-block {
	margin-bottom: 1.5rem;
}

.filter-option {
	min-height: 1.65rem;
}

.prod-price-old,
.prod-price-old-with-taxes {
	color: #a1a1a1;
}

.prod-body,
.article-body {
	padding-top: 1rem;
}

@media (min-width: 992px) {
	.site-catalog .title-primary {
		border-bottom: 2px solid #f1861e;
		display: inline-block;
		font-size: 1.625rem;
		margin: 0 0 1rem 0;
		padding: 0 0 .35em 0;
	}
	
	.site-catalog .title-primary::after {
		display: none;
		}
		
	.mega-menu-col .list-item a,
	.mega-menu-col .list-parent a {
		padding: .25rem 0;
	}
}

/* Buy */
.carousel-prod-list-container .title-primary,
.site-buy .title-primary:not(.title-buy),
.site-blog-post .title-primary:not(.title-blog) {
	border-bottom: 1px solid #e9ecef;
	margin-bottom: 1rem;
	padding-bottom: .75rem;
}

.label-prod,
.buy-social-icon {
	color: #666;
}

.nav-buy-sticky {
	background: #222;
}

.nav-buy .nav-link {
	color: #fff;
}

.nav-buy .nav-link:hover {
	color: #ebebeb;
}

.nav-buy-container {
	margin: 2rem 0;
}

.btn-fav {
	background: #eee;
}

@media (min-width: 992px) {
	.title-primary,
	.title-buy,
	.title-blog {
		border-bottom: 2px solid #f1861e;
		display: inline-block;
		font-size: 1.625rem;
		margin: 0 0 1.5rem 0;
		padding: 0 0 .35em 0;
	}
	.buy-prod-description .title-primary {
		display: block;
	}
	.title-primary::after,
	.title-buy::after,
	.title-blog::after {
		display: none;
		}
}

/* Cart*/

.price-total {
	color: #ea5301;
}

/* Home*/

.site-home .container-inner .hint {
	margin-bottom: 1rem;
	}

/* Footer */

.footer-middle,
.footer-bottom {
	background: #222;
}

.footer-top-row:last-child {
	border-bottom: 0;
}

.return-to-top {
	background: rgba(255, 255, 255, .2);
	color: #222;
}

.footer-bottom-link:focus,
.footer-middle-link {
	color: #888;
}
.footer-middle-item:hover .footer-bottom-link {
	color: #fff;
}

.footer-middle-toggle {
	background: #222;
	color: #f6f3eb;
}

.footer-middle-list,
.footer-middle-toggle {
	border-bottom: 1px solid #393939;
	}

.footer-middle-toggle,
.footer-middle-toggle:hover {
	color: #f6f3eb;
	}

.title-collapsible::before {
	opacity: .5;
	}

@media (min-width: 992px) {
	.footer .title-secondary {
		text-transform: uppercase;
	}
	.footer .footer-top-newsletter .title-secondary {
		font-size: 1.5rem;
	}
	.footer .title-secondary .clear-recent-views {
		font-family: Arial, sans-serif;
		text-transform: none;
	}
	.footer-bottom-sides {
		border-top: 1px solid #393939;
		padding-top: 1.5rem;
	}
	.footer-bottom-link:focus,
	.footer-middle-link {
		color: #888;
	}
	.footer-middle-link:hover {
		color: #fff;
	}
	.footer-middle-title {
		color: #f6f3eb;
	}
	.cookie-policy-box {
		background: #222;
		color: #ebebeb;
	}
	.cookie-policy-box {
		border-color: #393939;
	}
	.cookie-policy-box .gray {
		color: #888;
	}
	.cookie-policy-box .gray:hover {
		color: #fff;
	}
	.footer-middle-list,
	.footer-middle-toggle {
		border: 0;
		}
	.footer-bottom-sides {
		border-color: #393939;
	}
	.footer-social-icons .footer-social-icon {
		background: none;
		border: 1px solid #888;
		color: #888;
	}
	.footer-social-icons .footer-social-icon:hover {
		border-color: transparent;
	}
}
/* Promo */

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