@import url('https://fonts.googleapis.com/css?family=Roboto:300,400,500,700,900&subset=latin-ext');

body, select, input, button, textarea,
h1, h2, h3, .info-page h1, .info-page h2, .title-primary, .title-secondary {
	font-family: 'Roboto', sans-serif!important;
}

/* Sections */

body {
	color: #1b1b1b;
	padding-top: 0;
}

.main {
	padding: 1rem 0;
}

/* Titles */

h1,
.h1,
.info-page h1,
.title-primary {
	font-size: 1.5rem;
}

/* Links */

a {
	color: #1b1b1b;
}

a:hover {
	color: #666;
}

/* Buttons */

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

.btn-primary:hover,
.btn-primary:not(:disabled):not(.disabled):active {
	background: #e9282b;
	border-color: #e9282b;
	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;
}

/* Icons */

.icon-heart-fill {
	color: #f80000;
}

/* Header */

.popper[x-placement^=bottom] {
    z-index: 1000;
}

.header {
	border-bottom: 1px solid #f5f5f5;
	position: static;
}

.site-index .header,
.site-buy .header,
.site-catalog .header {
	border-bottom: none;
}

.header-top {
	background: #000000;
}

.header-top-right {
    margin-left: 0;
}

.header-top-left,
.header-top-right a.header-top-link,
.btn-open-search {
	color: #fff;	
	font-size: 13px;
	line-height: 45px; 	
	text-transform: uppercase;
	font-weight: 500;
	margin-right: 0;
}

.btn-open-search {
	padding: .5rem .625rem;
}

.btn-open-search:hover {
	color: #fff;
	text-decoration: none;
}

.btn-open-search::before {
	content: "";
	display: inline-block;
	width: 16px;
	height: 16px;
	background: url('//s.cdnmpro.com/186792032/content/icons/search-icon.svg') no-repeat 0 0;
	background-size: 16px 16px;
	vertical-align: middle;
    margin-right: 5px;	
}

.header-top-right .header-top-link[href$="login"]::before {
	content: "";
	display: inline-block;
	width: 16px;
	height: 20px;
	background: url('//s.cdnmpro.com/186792032/content/icons/account-icon.svg') no-repeat 0 0;
	background-size: 16px 20px;
	vertical-align: middle;
    margin-right: 5px;	
}

.form-control.header-search-input {
	background: none;
	border: none;
	border-bottom: 3px solid #9f9f9f;
	color: #fff;
	font-size: 16px;
	height: 2.75rem;
	max-width: 100%;
	min-width: 0;
	padding: .375rem 60px .375rem 0;
}

.form-control.header-search-input:focus {
	background: none;
	border-color: #9f9f9f;
}

.header-search-btn {
	background: none;
	color: #fff;
	font-size: 18px;
	height: 2.75rem;
	padding: 0 10px;
}

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

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

.header-cart .icon-shopping-cart {
	font-size: 1.25rem;
	color: #fff;
}
	
.header-cart .icon-shopping-cart::after {
	background-color: #ea2328;
	box-shadow: none;
}

.header-menu-item > .header-menu-link {
	text-transform: none;
}

.popper-popover-mega-menu {
	margin: 0;
}

.top-menu-right > a {
    color: #333;	
	font-size: 15px;
    font-weight: 500;
    position: relative;
    text-transform: uppercase;
}

.top-menu-right > a.link-promo {
    color: #dd0026;	
    font-weight: 700;
}

.top-menu-right > a:not(:first-child) {
    margin-left: 30px!important;;
}

.top-menu-right > a::after {
    content: "";
    position: absolute;
    left: 50%;
    right: 50%;
    bottom: -2px;
    border: 0;
    -webkit-transition: all 0.15s ease;
    -moz-transition: all 0.15s ease;
    -ms-transition: all 0.15s ease;
    -o-transition: all 0.15s ease;
    transition: all 0.15s ease;
}

.top-menu-right > a:hover {
	text-decoration: none;	
}

.top-menu-right > a:hover::after {
	left: 30%;
    right: 30%;
    border: 1px solid #1b1b1b;	
}

.box-search-wide {
    display: none;
    left: 50%;
    position: fixed;
    text-align: center;
    top: 30%;
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    transform: translateX(-50%);
    width: 50%;
    z-index: 10000;
}

.box-search-wide .header-search-mobile-input {
    max-width: 100%;
    background: none;
    border-top: none;
    border-bottom: 3px solid #9f9f9f;
    color: #fff;	
}

@media (min-width: 992px) {
	.header-bottom {
		background: #323232;
		border-bottom: 1px solid #212121;
		border-top: 1px solid #212121;
		padding: 0;
	}
	.navbar-expand-sm .header-menu > .navbar-nav {
		margin-left: -.875rem;
	}
	.navbar-expand-sm .header-menu-item > .header-menu-link {
		color: #fff;
		font-size: .9375rem;
		padding: .875rem;
	}
	.navbar-expand-sm .header-menu-item > .header-menu-link:hover {
		background: #fff;
		color: #323232;
	}
}

@media (max-width: 1199.98px){
	.header-logo {
		margin-right: auto;
		margin-left: auto;
	} 
	.header-top-right {
		background: #fff;
		padding: 1rem 1.25rem;
	}
	.header-top-right .header-top-link[href$="login"]::before {
		background-image: url('//s.cdnmpro.com/186792032/content/icons/account-icon-black.svg');
	}
	.header-top-right a.header-top-link {
		color: #333;
	}
	.header-top-right > a.header-top-link,
	.btn-open-search {
		font-size: 0;
	}	
	.btn-open-search::before {
		background-image: url('//s.cdnmpro.com/186792032/content/icons/search-icon-black.svg');
	}
	.header-cart .icon-shopping-cart {
		color: #000;
	}	
	.box-search-wide {
		top: 20%;
		width: 80%;
	}
}

@media (max-width: 1440px){
	.top-menu-right > a:not(:first-child) {
		margin-left: 10px!important;
	}
	.top-menu-right > a {
		font-size: 14px;
	}	
}

/* Index */

.carousel-banner .owl-prev,
.carousel-banner .owl-next {
	background-color: #000;
}

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

.block-products-index .title-primary {
	color: #333;
	font-size: 36px;
	font-weight: 700;
	margin: 30px 0;
	padding-bottom: 0;
	text-align: center;
	text-transform: uppercase;
}

.banner-txt {
	position: absolute;
    top: 50%;
    -webkit-transform: translate(-50%,-50%);
    -ms-transform: translate(-50%,-50%);
    transform: translate(-50%,-50%);
    z-index: 10;
    width: 40%;
    left: 50%;
    text-align: center;
    text-transform: uppercase;
    padding: 3px;
    border: 2px solid #fff;	
}

.banner-txt > a {
    background-color: rgba(255,255,255,.9);
	display: block;
    padding: 55px 0;
    color: #1b1b1b;
    text-decoration: none;	
}

.banner-txt .txt1 {
    color: #1b1b1b;
    font-size: 24px;
    margin: 0;
}

.banner-txt .txt2 {
	display: block;
    font-size: 48px;
    font-weight: 700;
    line-height: 1.1;
}

.banner-txt .txt3 {
    font-size: 13px;
    color: #fff;
    background-color: #000;
    display: inline-block;
    font-weight: 500;
    line-height: 50px;
    padding: 0 52px;
    margin-top: 22px;
    position: relative;
}

@media (max-width: 991.98px){
	.banner-txt {
	    width: 80%;
	}
	.banner-txt .txt1 {
		font-size: 18px;
	}		
	.banner-txt .txt2 {
		font-size: 24px;
	}	
	.block-products-index .title-primary {
		font-size: 22px;
		margin: 20px 0;
	}
}

/* Catalog */

.prod-box .prod-body {
    text-align: left;
}

.prod-box .prod-title {
    color: #000;
    font-weight: 700;
    text-decoration: none;
    text-transform: uppercase;
}

.prod-box .prod-prices {
	justify-content: start;	
}	

.prod-box .prod-price,
.prod-box .prod-price-with-taxes {
	color: #1b1b1b;
}

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

.prod-box .prod-cat {
	font-size: .8125rem;
	color: #333;
}

.prod-box .prod-desc,
.prod-box .brand-desc {
	color: #333;
}

.prod-box .img-sec {
    opacity: 0;
    position: absolute;
    top: 0;    
    transition: opacity 0.3s;
}

.prod-box:hover .img-sec,
.prod-box:hover .in-stoc {
    opacity: 1;
}

.prod-box .in-stoc {
	bottom: 10px;
	left: 0;
	opacity: 0;
	position: absolute;	
	width: 100%;
}

.prod-box .in-stoc a {
	background-color: rgba(0,0,0,.7);
    color: #fff;
    display: inline-block;
    line-height: 30px;
    margin: 0 3px 3px 0;
    padding: 0 8px;
    transition: background-color .3s;
}    

.prod-box .in-stoc a:hover {
    background-color: #000;
    text-decoration: none;
}

.v3-badge-promo {
	position: static;
	margin-right: 5px;
}

.v3-badge-text {
	font-family: 'Roboto', sans-serif!important;	
	font-size: 14px;
	font-weight: 700;
}

.exclusive-badge {
    background: #ff0000;
    color: #fff;
    /* font-size: 12px; */
    left: 0;
    padding: 5px 20px;
    position: absolute;
    top: 35px;
    font-weight: 700;
    font-style: italic;
}

button.filter-item, 
button.filter-tag {
    font-size: 13px;
    background: #000;
    color: #fff;
    height: 50px;
    text-transform: uppercase;
    font-size: 13px;
    padding: 0 20px 0 30px!important;
}

button.filter-item::after {
	background: transparent url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAoAAAANCAYAAACQN/8FAAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAA4RpVFh0WE1MOmNvbS5hZG9iZS54bXAAAAAAADw/eHBhY2tldCBiZWdpbj0i77u/IiBpZD0iVzVNME1wQ2VoaUh6cmVTek5UY3prYzlkIj8+IDx4OnhtcG1ldGEgeG1sbnM6eD0iYWRvYmU6bnM6bWV0YS8iIHg6eG1wdGs9IkFkb2JlIFhNUCBDb3JlIDUuNi1jMTM4IDc5LjE1OTgyNCwgMjAxNi8wOS8xNC0wMTowOTowMSAgICAgICAgIj4gPHJkZjpSREYgeG1sbnM6cmRmPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5LzAyLzIyLXJkZi1zeW50YXgtbnMjIj4gPHJkZjpEZXNjcmlwdGlvbiByZGY6YWJvdXQ9IiIgeG1sbnM6eG1wTU09Imh0dHA6Ly9ucy5hZG9iZS5jb20veGFwLzEuMC9tbS8iIHhtbG5zOnN0UmVmPSJodHRwOi8vbnMuYWRvYmUuY29tL3hhcC8xLjAvc1R5cGUvUmVzb3VyY2VSZWYjIiB4bWxuczp4bXA9Imh0dHA6Ly9ucy5hZG9iZS5jb20veGFwLzEuMC8iIHhtcE1NOk9yaWdpbmFsRG9jdW1lbnRJRD0ieG1wLmRpZDpjYTlkYmE2OS0yYTYyLWUyNGYtYmI2MS0xYjNhNTMyY2YwNmYiIHhtcE1NOkRvY3VtZW50SUQ9InhtcC5kaWQ6NDU4RTcwOTRFOTI4MTFFNjg4QkRENTVCREIwQTI1REQiIHhtcE1NOkluc3RhbmNlSUQ9InhtcC5paWQ6NDU4RTcwOTNFOTI4MTFFNjg4QkRENTVCREIwQTI1REQiIHhtcDpDcmVhdG9yVG9vbD0iQWRvYmUgUGhvdG9zaG9wIENDIDIwMTcgKFdpbmRvd3MpIj4gPHhtcE1NOkRlcml2ZWRGcm9tIHN0UmVmOmluc3RhbmNlSUQ9InhtcC5paWQ6OTZiZmM5MzMtODE5MS02OTRmLTgxNDYtOTMxNWYyZWEyNWE2IiBzdFJlZjpkb2N1bWVudElEPSJhZG9iZTpkb2NpZDpwaG90b3Nob3A6NWU2ZWU0NDMtZDcyOS0xMWU2LTk2OWUtZjUyMDc4YmYzZjViIi8+IDwvcmRmOkRlc2NyaXB0aW9uPiA8L3JkZjpSREY+IDwveDp4bXBtZXRhPiA8P3hwYWNrZXQgZW5kPSJyIj8+EnizFQAAAEBJREFUeNpi/P//PwMagAkwIgsyoilE18WITSGG0ciKYQpxKYIrBikkpAirG+mskCQ3EuVrksKRpJjBG9cAAQYADpEw5aP7bLQAAAAASUVORK5CYII=) no-repeat 50% 50%;
	height: 13px;
	width: 10px;
    margin-left: 50px;	
}

button.filter-item:hover,
button.filter-item:focus {
	background: #e9282b;
	border-color: #e9282b;
	color: #fff;
}

#catalog_sort_options {
	background-image:url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAoAAAANCAYAAACQN/8FAAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAA4RpVFh0WE1MOmNvbS5hZG9iZS54bXAAAAAAADw/eHBhY2tldCBiZWdpbj0i77u/IiBpZD0iVzVNME1wQ2VoaUh6cmVTek5UY3prYzlkIj8+IDx4OnhtcG1ldGEgeG1sbnM6eD0iYWRvYmU6bnM6bWV0YS8iIHg6eG1wdGs9IkFkb2JlIFhNUCBDb3JlIDUuNi1jMTM4IDc5LjE1OTgyNCwgMjAxNi8wOS8xNC0wMTowOTowMSAgICAgICAgIj4gPHJkZjpSREYgeG1sbnM6cmRmPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5LzAyLzIyLXJkZi1zeW50YXgtbnMjIj4gPHJkZjpEZXNjcmlwdGlvbiByZGY6YWJvdXQ9IiIgeG1sbnM6eG1wTU09Imh0dHA6Ly9ucy5hZG9iZS5jb20veGFwLzEuMC9tbS8iIHhtbG5zOnN0UmVmPSJodHRwOi8vbnMuYWRvYmUuY29tL3hhcC8xLjAvc1R5cGUvUmVzb3VyY2VSZWYjIiB4bWxuczp4bXA9Imh0dHA6Ly9ucy5hZG9iZS5jb20veGFwLzEuMC8iIHhtcE1NOk9yaWdpbmFsRG9jdW1lbnRJRD0ieG1wLmRpZDpjYTlkYmE2OS0yYTYyLWUyNGYtYmI2MS0xYjNhNTMyY2YwNmYiIHhtcE1NOkRvY3VtZW50SUQ9InhtcC5kaWQ6NjE4N0M2RENFOTVGMTFFNjhFNzM5ODJEMjM3MEM1NDMiIHhtcE1NOkluc3RhbmNlSUQ9InhtcC5paWQ6NjE4N0M2REJFOTVGMTFFNjhFNzM5ODJEMjM3MEM1NDMiIHhtcDpDcmVhdG9yVG9vbD0iQWRvYmUgUGhvdG9zaG9wIENDIDIwMTcgKFdpbmRvd3MpIj4gPHhtcE1NOkRlcml2ZWRGcm9tIHN0UmVmOmluc3RhbmNlSUQ9InhtcC5paWQ6OTZiZmM5MzMtODE5MS02OTRmLTgxNDYtOTMxNWYyZWEyNWE2IiBzdFJlZjpkb2N1bWVudElEPSJhZG9iZTpkb2NpZDpwaG90b3Nob3A6NWU2ZWU0NDMtZDcyOS0xMWU2LTk2OWUtZjUyMDc4YmYzZjViIi8+IDwvcmRmOkRlc2NyaXB0aW9uPiA8L3JkZjpSREY+IDwveDp4bXBtZXRhPiA8P3hwYWNrZXQgZW5kPSJyIj8+cqjJywAAAEJJREFUeNpiYMAE/6EYBTBiUYRVnhGPIhQ1jAQUwRUzEqEIovL/f6LUMTAxEAmIVki8G0nxNUnhSDBmGIiNa4AAAwCksw8F0paGyAAAAABJRU5ErkJggg==);
	background-repeat:no-repeat;
    background-size: 10px 13px;	
	background-position:92% center;	
    border: 1px solid #ebebeb;	
	height: 50px;
}

.pagination .page-item-mobile .page-link,
.pagination .page-item.active .page-link {
	background-color: #424242;
	border-color: #424242;
	color: #fff;
}

@media (max-width: 991.98px){
	.form-sort {
		width: 100%;
	}
	.prod-item {
		padding: .5rem 5px;
	}
    .prod-img-link {
    	height: auto!important;
    }	
	.prod-box .img-sec,
	.prod-box .in-stoc {
		display: none;
	}
	.prod-box .prod-title,
	.prod-box .prod-price, 
	.prod-box .prod-price-with-taxes,
	.prod-box .prod-price-old, 
	.prod-box .prod-price-old-with-taxes {
		font-size: .8125rem;
	}
	.prod-box .prod-body {
		text-align: center;
	}
	.prod-box .prod-prices {
		justify-content: center;	
	}		
	.v3-badge-text {
		font-size: 12px;
		font-weight: 500;
	}	
}

/* Buy */

.col-gallery-buy .gallery-buy {
    width: auto!important;
}

.carousel-buy-thumbs {
    overflow-x: visible;
}

.carousel-buy-thumbs .carousel-buy-thumb {
	max-width: 100%;
}

.site-buy .title-primary:not(.title-buy) {
	border-bottom: 1px solid #e9ecef;
	margin-bottom: 1rem;
	padding-bottom: .75rem;
	text-transform: uppercase;
	font-size: 18px;
	color: #333;
	font-weight: 400;
	margin-top: 1rem;
}

.row-prod-specifications .prod-price,
.row-prod-specifications .prod-price-with-taxes {
	color: #f80000;
}

.row-prod-specifications.row-choice {
	margin-bottom: 1.5rem;
}

.buy-social-icons .buy-social-icon {
	color: #bababa;
    padding: .5rem;
    border: 4px solid #bababa;
    border-radius: 50%;	
}

@media (min-width: 992px) {
	.title-buy {
		font-weight: 700;
		text-transform: uppercase;
		font-size: 30px;
		margin-bottom: .5rem;
	} 
	.gallery-buy {
		margin-right: 0;
		padding: 0 35px;
	}	
	.row-prod-specifications.row-prod-price, 
	.row-prod-specifications.row-prod-price-old {
		display: inline-block;
	}    
	.row-prod-specifications.row-prod-price-old .hint {
		display: none;
	}  
	.row-prod-specifications.row-prod-price-old .prod-price-old,
	.row-prod-specifications.row-prod-price .prod-price {
		font-size: 30px!important;
		color: #1b1b1b;
		font-weight: 900;
		text-transform: uppercase;
		margin-right: 0;
	} 
	.row-prod-specifications.row-prod-price .prod-price {
		color: #e9282a;
	}
}

/* Footer */

.footer-middle {
    background: #1b1b1b;
    padding: 2rem 0;	
} 

.footer-middle-nav > div {
	border-left: 2px solid #fff;
	padding-left: 30px;
}

.footer-middle-contact {
	color: #fff; 
	font-size: 13px; 
	text-transform: uppercase; 
	font-weight: 500; 
	line-height: 1.5rem;
}

.footer-middle-contact a {
	color: #fff; 
}
	
.footer-middle-title {
    color: #fff;
    font-size: 14px;
    font-weight: 700;
    line-height: 1;
    margin-bottom: 30px;
	padding: 0;
    text-transform: uppercase;
}

.footer-middle-item .footer-middle-link {
    color: #fff;
    font-size: 13px;
    font-weight: 500;
    line-height: 30px;
    list-style-type: none;
    margin: 0;
    padding: 0;
    text-transform: uppercase;
}

.footer-middle-item .footer-middle-link:hover {
    text-decoration: underline;
}

.footer-top-newsletter .gray,
.footer-middle .gray {
	color: #fff;
}

.footer .btn-newsletter {
	background: #000000;
	border: 2px solid #fff;
}

.footer-top>:last-child {
    border-bottom: none;
}

#footer_top_newsletter_container {
    background: #1b1b1b;
    color: #fff;	
}

#footer_top_newsletter_container .page-success-form {
	color: #000000;
}

.footer-top > :nth-child(2n+1),
.footer-top > :nth-child(2n+1) .gray-overlay::before {
	background: none;
}

.footer-top-row {
	border-top: 1px solid #d9d9d9;
}

.footer-top-social-icons {
	background: #000;
}

.footer-social-icons {
	height: 200px;
	margin: 0;
}

.footer-bottom {
	padding: 1rem 0 .5rem 0;
}

.left-menu-fixed .footer-social-icons {
	height: auto;
}

.footer-social-icons .footer-social-icon {
	background: none;
	border: 3px solid #fff;
	color: #fff;
	font-size: 2rem;	
	margin-right: 1rem;	
	padding: 1rem;
}

.left-menu-fixed .footer-social-icons .footer-social-icon {
	font-size: 1.5rem;	
	padding: .5rem;
}

.footer-social-icons .footer-social-icon:hover,
.footer-social-icons .footer-social-icon:focus {
	background: none;
	opacity: .75;
}

.footer-bottom {
	background: #f2f2f2;
}
	
@media (max-width:575.98px) {	
	.footer-middle-list {
		border-bottom: none; 
	}
	.footer-social-icons {
		height: 200px;
	}	
	.footer-social-icons .footer-social-icon {
		font-size: 1.5rem;	
		padding: .5rem;
	}	
	.cookie-policy-links {
		text-align: center;
	}	
}

a {
    color: #000000;
}

.header .container,
.site-index .main .container,
.site-catalog .main .container {
    max-width: 1883px;
}

body.fixed {
	overflow: hidden;
}

#header,
#main,
#footer {
	transition: transform 0.3s;
}

body.fixed #header,
body.fixed #main,
body.fixed #footer {
	-webkit-transform: translateX(350px);
	-ms-transform: translateX(350px);
	transform: translateX(350px);
	transition: transform 0.3s;
}

.left-menu-fixed {	
	width: 350px;
	position: fixed;
	top: 0;
	left: 0;
	background: #1b1b1b;
	color: #fff;
	height: 100%;
	z-index: 10000;
	transition: transform 0.3s;
	-ms-transform: translateX(-350px);
	-webkit-transform: translateX(-350px);
	transform: translateX(-350px);
	border: 1px solid transparent;
}

body.fixed .left-menu-fixed {	
	-ms-transform: translateX(0);
	-webkit-transform: translateX(0);
	transform: translateX(0);
}

.left-menu-fixed-container {	
	overflow-y: auto;
	padding: 30px 0 0 0;
	height: 100vh;
}

.body-mask {
	background-color: #000;
	height: 0;
	left: 0;
	top: 0;
	transition: opacity 0.3s,width 0s 0.3s,height 0s 0.3s;
	opacity: 0;
	overflow: hidden;
	position: fixed;
	width: 0;
	z-index: 9999;
}

body.fixed .body-mask,
body.search .body-mask {
    height: 100%;
    opacity: .7;
    transition: opacity 0.3s;
    width: 100%;
}

.box-categories {
    display: block;
    position: absolute;
    left: 100%;
    z-index: 10000;
    top: 0;
    height: 100%;
    width: 350px;
    background-color: transparent;
    border: none;
    visibility: hidden;
    overflow: hidden;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;    
}  

.box-categories.open {
    opacity: 1;
    visibility: visible;
}

.box-categories > ul {
    padding: 30px;
    background-color: #fff;
    height: 100%;
    overflow: auto;
    margin-right: 0;
    transition: all 0.3s ease;
    -webkit-transform: translateX(-350px);    
    -ms-transform: translateX(-350px);    
    transform: translateX(-350px);    
}    

.box-categories a {
    color: #1B1B1B;
    font-size: 12px;
    display: block;
    padding: 5px;
    text-transform: uppercase;
}

.box-categories a.link-lvl1 {
    font-size: 16px;
    font-weight: 700;
}

.box-categories.open > ul {
    -webkit-transform: translateX(0);  
    -ms-transform: translateX(0);  
    transform: translateX(0);  
} 

.autocomplete-suggestions {
	z-index: 10000;
}

.header-menu-item {
    border-bottom: 1px solid #272727;    
}

.header-menu-item:hover {
    background: rgba(255,255,255,.025);   
}

.header-menu-item .header-menu-link {
    font-size: 15px;
    font-weight: 500;
    text-transform: uppercase;
    color: #fff;
    height: 45px;
    line-height: 45px;
    display: block;
    background-color: transparent;
    padding: 0 0 0 40px;
    position: relative;    
}

.header-menu-item .icon-chevron-right {
    position: absolute;
    right: 35px;
    top: 15px;    
}

.left-menu-fixed-container .header-top-link {
    color: #FFFFFF;
    font-size: 12px;
    line-height: 40px;
    padding: 0 0 0 40px;
    text-transform: uppercase;
}

.left-menu-fixed-container .header-top-link:hover {
    text-decoration: underline;
}

.left-social-icons a {
    color: #FFFFFF;
}

.header-top .header-dropdown-currency {
	align-self: initial;
}

@media (max-width: 991.98px) {
	.left-menu-fixed,
	.box-categories {
		width: 300px;
	}
	.box-categories {
		left: 0;
	}	
	.box-categories > ul {
	    padding: 30px;
		-webkit-transform: translateX(100%);
		-ms-transform: translateX(100%);
		transform: translateX(100%);
	}	
}

@media (max-width:575.98px) {
	.header-top .header-dropdown {
		display: none!important;
	}
}

@media (min-width: 992px) {
	.breadcrumb-scroll {
		background: #f5f5f5;
		padding: 20px 0;   
		position: relative;
		margin-bottom: 14px;
	}
	.breadcrumb-scroll::before {
		content: "";
		position: absolute;
		top: 0;
		bottom: 0;
		left: -100vw;
		right: -100vw;
		z-index: -1;
		background: rgb(245, 245, 245);
	}
	.breadcrumb {
		justify-content: center;	
		margin-bottom: 0;
		color: #a6a6a6;
		text-transform: uppercase;
		font-size: 13px;	
	}

	.breadcrumb a {
		color: #a6a6a6;
		text-transform: uppercase;
		font-size: 13px;
	}
}

/* Brands */

.brand-letter-box .brand-letter-header {
	flex-basis: 10%;
}

.brand-letter-box .brand-letter-links {
	flex-basis: 90%;
}

/* Mokka CSS below */
:root {
    --mokka-accent: #FF5A1E;
    --mokka-accent-hover: #ff7f51;
    --small-margin: .6875rem;
}

.icon-question-circle {
     background-image: url('https://shm-cdn.v1.ro/908168885/content/help.svg');   
     background-size: contain;
     background-repeat: no-repeat;
     background-position: center;
     display: block;
     width: 1.5rem;
     height: 1.5rem;
    
}

.mokka-product-installment {
	 display: flex;
	 flex-direction: column;
	 justify-content: center;
	 align-items: center;
	 font-weight: 600;
	 padding: 0.75rem 0.9375rem;
	 margin-bottom: 1rem;
	 text-decoration: none;
	 border: 1px solid var(--mokka-accent);
}
 .mokka-product-installment > * + * {
	 margin-top: var(--small-margin) * 0.5;
}
 .mokka-product-installment-amount {
	 font-weight: bolder;
}
 
.mokka-product-installment-info {
	 display: flex;
	 align-items: center;
}

.mokka-product-installment-logo {
	 text-decoration: none;
	 display: flex;
	 flex-shrink: 0;
	 align-items: center;

}
 .mokka-product-installment-logo img {
	 margin-top: -5px;
}
 .mokka-product-installment-logo::after {
	 content: '|';
	 margin-left: var(--small-margin) * 0.5;
	 color: gray;
	 font-weight: normal;
     margin-left: calc(var(--small-margin) * 0.5);
     margin-right: calc(var(--small-margin) * 0.5);
}

.mokka-product-installment-hint {
    color: var(--mokka-accent);
}

.mokka-product-installment-value,
.mokka-product-installment-hint {
    color: var(--mokka-accent);   
}
.mokka-product-installment-value:hover,
.mokka-product-installment-hint:hover {
    color: var(--mokka-accent-hover)
}

.mokka-product-installment-icon {
 	 margin-left: calc(var(--small-margin) * 0.5);   
}
 @media (min-width: 576px) {
	 .mokka-product-installment {
		 flex-direction: row;
		 justify-content: space-between;
	}
	 .mokka-product-installment-value {
		 margin-right: var(--small-margin);
	}
	 .mokka-product-installment > * + * {
		 margin-top: 0;
	}
}