html, body {
	overflow-x:hidden;
}
/* Links */

body {
		background: #f9f9f9;

}

a {
	color: #6c757d;
	transition: all .2s;
}

a:hover {
	color: #343a40;
}

/* Buttons */

.btn-primary,
.btn-primary:disabled,
.btn-primary.disabled {
	background: #000;
	border-color: #000;
	color: #fff;
	text-transform: uppercase;
	transition: all .5s;
}

.btn-primary:hover,
.btn-primary:not(:disabled):not(.disabled):active {
	background: #313131;
	border-color: #313131;
	color: #fff;
}

.btn-secondary,
.btn-secondary:disabled,
.btn-secondary.disabled {
	background: #f9f9f9;
	border-color: #f9f9f9;
	color: #000;
	text-transform: uppercase;
	transition: all .5s;
}

.btn-secondary:hover,
.btn-secondary:not(:disabled):not(.disabled):active {
	
	color: #000;
}

.btn-fav {
	background: transparent;
	border-radius: 0;
	color: #666;
	outline: none !important;
	transition: all .5s;
}

.btn-fav:hover {
	color: #000;
}

.btn-cart-main,
.btn-cart{
	position: relative;
}

.btn-cart-main::before,
.btn-cart::before {
	align-items: center;
	background: #313131;
	content: "\ec07";
	display: flex;
    font-family: feather!important;
	height: 100%;
	justify-content: center;
	left: 0;
	overflow: hidden;
	position: absolute;
	top: 0;
	transition: all .3s;
	width: 0;
	z-index: 9990;
}

.btn-cart-main:hover::before,
.btn-cart:hover::before {
	width: 100%;
}



.header-icon .icon-heart::after {
	background-color: #f00 !important;
}

.gray {
	color: #666;
}

.slick-next, .slick-prev {
	background-color: rgba(0,0,0,0.5);
	border: 0;
}

h1,
h2,
h3,
.info-page h1,
.info-page h2,
.title-primary,
.title-secondary,
.header-logo {
	font-weight: 600 !important;
}

/* Icons */

.icon-shopping-cart::before {
	content: "\ec07";
}

/* Header */

.header {
	background: #fff;
	box-shadow: 0px 1px 5px 0px rgba(0,0,0,0.125);
}


.header-bottom .header-menu {
    border: 0;
    }

.header-search-btn {
	color: #adb5bd;
}

.header-search-btn:hover {
	color: #6c757d;
}

.header-search-advanced {
	display: none;
}

.header-cart .icon-shopping-cart::after {
	background-color: #3c4145;
	box-shadow: 0 0 0 3px #fff;
}

.popper.popper-popover-mega-menu {
	background: #f8f9fa;
	margin-top: 0;
}

.mega-menu-col > .cat-parent {
	text-transform: uppercase;
}

.header-menu [class*="_deals"] a{
	color: #f00;
}

#menu_sidebar,
.header-bottom {
	background: #fff;
	box-shadow: 1px 0px 3px 0px rgba(0,0,0,0.25);
	border: 0 !important;
}

.sidebar-box,
.filter-block {
	background: transparent;
}

.site-buy .main{
    background: #fff;
    }

@media (min-width: 992px) {

	.header-sidebar .header-menu-toggle {
		top: 3.125rem !Important;
	}

	.header-top .container {
		max-width: 100%;
	}
	
	.header-expanded .header-menu-icon::after,
	.header-expanded .header-menu-icon::before {
		background: #000;
	}
	.header-bottom {
		background: #111315;
		border-top: 2.25rem solid #111315;
		bottom: 0;
		max-width: 22rem;
		-webkit-overflow-scrolling: touch;
		overflow-y: auto;
		position: fixed;
		top: 0;
		transform: translateX(-100%);
		transition: transform .5s cubic-bezier(0.645, 0.045, 0.355, 1);
		width: 100%;
	}
	#menu_sidebar{
		padding-top: 8rem;
		
	}
	#menu_sidebar ul ul  {
		background: rgba(0,0,0,0.025);
	}
	#menu_sidebar ul ul li a {
		color: #313131;
		padding-left: 1.25rem;
	}
	#menu_sidebar ul ul ul li a {
		color: #666;
		padding-left: 1.75rem;
	}
	
	.header-top {
		background: rgba(0,0,0,0.015);
	}
	.header-middle-container {
		min-height: 5rem;
		padding-bottom: .5rem;
		padding-top: .5rem;
		max-width: 100% !Important;
	}
	.header-logo {
		margin-left: calc(50% - 120px);
	}
	.header-menu-toggle {
		    display: inline-flex !important;
			height: 4rem;
			left: 0;
			padding: 0 1rem;
			position: absolute;
			top: 2.5rem;
			transition: color .5s;
			z-index: 102;
}

	.header-search-form .form-control {
		border: 0;
		background-color: #f9f9f9;
		color: transparent;
		padding: .5rem .75rem;
	}
	.header-search-form .form-control::placeholder {
		color: transparent;
	}
	.header-search-form .form-control:hover,
	.header-search-form .form-control:focus {
		background: #f5f5f5;
		color: #666;
	}

	.modal-open .header-menu-toggle {
		position: fixed;
		top: 3.125rem;
	}
	.header-menu {
		border-color: #dee2e6 transparent;
		border-style: solid;
		border-width: 1px;
	}
	.popper.popper-popover-mega-menu,
	.popper-popover {
		background: #fff;
		border: 0;
		box-shadow: 0px 0px 10px 0px rgba(0,0,0,0.125);
	}
	#menu_sidebar ul {
		padding: 0;
	}
	#menu_sidebar ul li {
		border-bottom: 1px solid #fff;
	}
	#menu_sidebar ul li a {
		transition: all .5s;
	}
	#menu_sidebar ul li:hover > a{
		background: #f5f3f3;
	}
	
	#menu_sidebar ul > li > a {
		color: #313131;
		font-size: 1.125rem;
		font-weight: 700;
		padding: .5rem 1.5rem .5rem .875rem;
		text-transform: none;
	}
	#menu_sidebar ul > li li a {
		font-size: 1.1125rem;
	}
	#menu_sidebar ul li a:hover {
		color: #000;
	}
	
	/*.menu_expandable {
		position: relative;
	}
	.menu_expandable .popper::before {
		background: #fff;
		content: '';
		display: block;
		height: .75rem;
		left: 1rem;
		opacity: 1;
		position: absolute;
		top: -5px;
		transform: rotate(45deg);
		transition: all .5s;
		width: .75rem;
	}*/
	.menu_expandable:hover::after {
		opacity: 1;
	}
	
	.header-menu > .navbar-nav {
		justify-content: center;
		margin-left: -.625rem;
	}
	.header-menu-item .header-menu-link {
		color: #000;
		font-size: .75rem;
	}
	.header-search-btn,
	.header-icon {
		color: #000;
	}
	.header-search-btn {
		top: 46.5%;
	}
	.header-search {
		margin: 0 0 0 .5rem;
	}
	.header-search-form .form-control {
		border: 0;
		color: transparent;
		padding: .5rem .75rem;
	}
	.header-search-form .form-control::placeholder {
		color: transparent;
	}
	.header-search-form .form-control:hover,
	.header-search-form .form-control:focus {
		background: #f9f9f9;
		color: #666;
	}
	
	.header-icon .icon-lg {
		font-size: 1.3125rem;
	}
	.navbar-expand-lg .navbar-nav .nav-link {
		padding-left: .75rem;
		padding-right: .75rem;
	}
}


@media(max-width: 991.98px) {
    	#menu_sidebar ul {
		padding: 0;
	}
	#menu_sidebar ul li {
		border-bottom: 1px solid #fff;
	}
	#menu_sidebar ul li a {
		transition: all .5s;
	}
	#menu_sidebar ul li:hover > a{
		background: #f5f3f3;
	}
	
	#menu_sidebar ul > li > a {
		color: #313131;
		font-size: 1.125rem;
		font-weight: 700;
		padding: .5rem 1.5rem .5rem .875rem;
		text-transform: none;
	}
	#menu_sidebar ul > li li a {
		font-size: 1.1125rem;
	}
	#menu_sidebar ul li a:hover {
		color: #000;
	}
    }

@media (max-width: 768px) { 
	.header-expanded .header-bottom {
		background: transparent;
		top: 0;
	}
	#menu_sidebar {
		background: #fff;
		max-width: 100%;
		
	}
	
	.header-menu-toggle {
		z-index: 9998;
	}

}

/* Index */

.block-products-index {
	margin: .75rem 0 1rem;
}

.block-products-index .title-primary {
	font-size: 2rem;
	font-weight: 600;
	margin: 2rem 0 1rem 0;
	padding-bottom: 1rem;
	text-align: center;

}

.font-weight-bold {
	font-weight: 600 !Important;
}

.block-products-index {
	padding-bottom: 1rem;
}

/* Catalog */

.breadcrumb-item a {
	color: #313131;
}

.subcat-list {
	justify-content: center;
}

.subcat-item {
	background: #f7f7f7;
	border: 0;
	padding: 0;
}

.subcat-item a + a {
	color: #000;
	display: block;
	font-weight: 700;
	padding: .25rem 0 .5rem 0;
}

.prod-box .prod-item {
	background: #f7f7f7;
	border: 1px solid #ebebeb;
	padding: 0;
	transition: all .3s;
}

.prod-box:hover .prod-item {
	border-color: #ebebeb;
	box-shadow: 0px 0px 15px 0px rgba(0,0,0,0.125);
}

.prod-item  .v3-badge-promo .v3-badge-text,
.prod-item  .v3-badge-new .v3-badge-text,
.prod-item  .v3-badge .v3-badge-text {
	color: #fff !important;
}

.prod-img-link {
	background: #f7f7f7;
	overflow: hidden;
	padding: .5rem;
	transition: all .5s;
}

.prod-img-link img{
	transition: all .5s  ease;;
}

.prod-box:hover .prod-img-link img,
.prod-img-link:hover img {
    transform: scale(1.15);
}

.prod-img-link img {
	mix-blend-mode: multiply;
}

.prod-title {
	color: #111111;
	font-family: 'Open Sans','segoe ui', helvetica, arial, sans-serif;
    font-size: .8125rem !important;
    text-transform: none;
    font-weight: 400;
}

@media (max-width: 991.98px) {
    .prod-title {
        padding: 0 1rem;
        }
    }

.prod-cat {
	font-size: .75rem;
	text-transform: uppercase;
}

.prod-body {
	background: #fff;
	padding: .75rem .5rem 1rem .5rem;
}

.title-secondary + .block-products-catalog {
	border-top: 1px solid #dee2e6;
	padding-top: .75rem;
}

.row-prod-price-old {
	color: #666;
}

.row-prod-price-old + .row-prod-price {
	color: #f00;
	font-weight: 600;
}

.banner-cell-content p span{
	font-size: 14px !important;
	
}

.filter-title,
.mobile-filter-title {
	font-weight: 700;
}


.block-products-catalog + div.row > div,
.block-products-catalog + div.row > nav {
	width: 100%;
}

.block-products-catalog + div.row > div {
		padding: 2rem 0 1rem;
	text-align: center;
}

.block-products-catalog + div.row > nav .pagination {
	justify-content: center;
	padding: 1rem 0 2rem;
}

.block-products-catalog + div.row > nav .pagination .page-link {
	border: 0;
}


.pagination .page-item-mobile .page-link,
.pagination .page-item.active .page-link {
	background: #f7f7f7;
}

.pagination-sm .page-link {
	border-radius: 50%;
	padding: .25rem .75rem;
}




#user_account_fields > a{
	margin-top: .5rem;
}

/* 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 #dee2e6;
	margin-bottom: 1rem;
	padding-bottom: .75rem;
}

.nav-buy-wrap {
	background: #f7f7f7;
	color: #313131;
}

.nav-buy .nav-link {
	color:#000;
	font-size: .75rem;
	font-weight: 400;
	text-transform: uppercase;
}

.nav-buy .nav-link:hover {
	color: #313131;
}

@media (min-width: 992px) {
    html:not(.site-index) .main{
	padding: 3rem 0 ;
}
.site-catalog .main {
	padding: 2rem 0 1rem;
}
	.title-buy,
	.title-blog {
		font-size: 1.625rem;
	}
	.col-prod-info {
		padding-left: 3rem;
	}
}

@media (max-width: 991.98px) {
       .js-sidebar-toggle-container .btn {
           background: rgba(0,0,0,0.125)
           } 
    }
/* Footer */

.footer {
	background: #000;
	
}

.footer-middle-title {
	color: #fff;
    font-weight: 600;
}

.footer-top>:last-child,
.footer-top-row {
	background: #f7f7f7;
	border: 0;
}

.cookie-policy-box {
	background: #f7f7f7;
	border: 0;

}



.footer-top-newsletter {
	background: #000;
	color: #fff;
}

.footer-top-newsletter .form-control {
	border: 0;
}

.footer-top-newsletter .btn {
	background: #313131;
	border: 2px solid #313131;
	margin-top: -2px;
}

.footer-box .prod-box {
	background: #fff;
	border: 2px solid #f7f7f7;
	padding: 1rem;
}

.footer-middle-link {
    color: #d4d2d2;
    }

.footer-middle-link:hover {
    color: #fff;
    }

@media (min-width: 992px) {
	.footer-bottom-sides {
		border-top: 1px solid #313131;
		padding-top: 1.5rem;
	}
}

@media (max-width: 991.98px) { 
    .footer-middle-toggle {
        background: #000;
        border-color: #313131;
        color: #fff;
        font-weight: 500;
        }
    }

.site-contact .title-primary {
    margin-bottom: 1.25rem !Important;
    }

/* Promo */

[class^="promo-"] {
    border-radius: 0;
    }

.prod-list.prod-list-recent .prod-box .prod-item {
    background: #fff;
    
    border: 0;
    padding: 1rem !important;
    }

.footer-box .prod-box {
    padding: 0;
    }
	
@media (min-width: 992px) {
.form-label,
.form-input .form-control,
input.form-control,
select.form-control,
.btn-group-clear{
	
    max-width: 27rem!important;
}

}

@media (max-width: 1199.98px) {
.prod-list-img-responsive:not([data-cols="1"]) .prod-body {
    flex-grow: 1;
}