.modal-content {
	border-radius: 0px;
}

.modal-footer {
	background-color: #54575b;
}

.modal-footer .btn {
	border-radius: 0px;
}

.modal-footer .btn-primary {
	background-color: #E60005;
	border-color: #E60005;
}

modal-header

.modal-footer .btn-secondary {
	background: #fff;
	color: #E60005;
}

/* Loader */
.loader {
	border: 8px solid #f3f3f3; /* Light grey */
	border-top: 8px solid #E60005; /* Red */
	border-radius: 50%;
	width: 60px;
	height: 60px;
	animation: spin 2s linear infinite;
}

.loader-xl {
	border: 16px solid #f3f3f3; /* Light grey */
	border-top: 16px solid #E60005; /* Red */
	width: 120px;
	height: 120px;
}

@keyframes spin {
	0% {
		transform: rotate(0deg);
	}

	100% {
		transform: rotate(360deg);
	}
}


/*Main-Menu */
#sub-menu .navbar-nav .activ,
#sub-menu-mobile .navbar-nav .activ,
#sub-sub-menu-mobile .navbar-nav .activ,
#main-menu .navbar-nav .activ {
	background-color: #E60005;
	color: white;
	font-weight: bold;
}

#sub-menu .navbar-nav > li > a.activ:hover,
#sub-menu .navbar-nav > li > a.activ:focus,
#sub-menu .navbar-nav > li.open > a.activ,
#main-menu .navbar-nav > li > a.activ:hover,
#main-menu .navbar-nav > li > a.activ:focus,
#main-menu .navbar-nav > li.open > a.activ {
	background: #E60005;
	color: white;
	font-weight: bold;
}


.navbar {
	min-height: 30px;
}


.product-col .btn-wishlist.active,
.btn.btn-wishlist.active {
	color: #fff;
	background: #E60005;
	margin-right: 3px;
	border: 1px solid #fff;
}
	.product-col .btn-wishlist.active:hover,
	.btn.btn-wishlist.active:hover {
		color: #E60005;
		background: #fff;
		border-color: #E60005;
	}



.registration-area .btn-cart {
	font-size: 14px;
	color: #fff;
	background: #E60005;
	text-transform: uppercase;
	border: 1px solid #E60005;
}

	.registration-area .btn-cart:hover {
		background: #983227;
	}



#productOptions .btn.active,
#productOptionsModal .btn.active {
	border-color: #E60005;
	border-width: 2px;
}

li.menu-banner {
    background: #E60005;
    padding-left: 15px;
    color: #fff;
}

.menu-banner:hover {
    background: #983227;
    color: #fff !important;
}

.menu-banner:hover > a {
    background: #983227;
    color: #fff !important;
}


/*/////////////////////////////////account/////////////////////////////////////*/
.account-mine {
}

.accountMenu {
}
	.accountMenu .card {
	}
		.accountMenu .card .card-header {
			font-size: 18px;
			font-family: 'Roboto Condensed', Helvetica, Times New Roman, sans-serif;
			padding-left: 10px;
			padding-right: 5px;
			padding-bottom: 15px;
			padding-top: 15px;
			text-transform: uppercase;
			color: #fff;
			background: #E60005;
		}
			.accountMenu .card .card-header .card-header-caption {
				
				
				+color: #E60005;
			}

.account-mine .btn-cart {
	font-size: 14px;
	color: #fff;
	background: #E60005;
	text-transform: uppercase;
	border: 1px solid #E60005;
}

.expandable .fluid-bt-expand {
	display: block;
}
.expandable .fluid-bt-collapse {
	display: none;
}
.dvExpand {
	position: absolute;
	right: 30px;
	top: 11px;
}
.dvCollapsed {
	display: none;
}
.expandable.expanded .fluid-bt-expand {
	display: none;
}
.expandable.expanded .fluid-bt-collapse {
	display: block;
}

.expandable.expanded .dvCollapsed {
	display: block;
}

@media (min-width: 992px) {
	.dvExpand {
		display: none;
	}
	.dvCollapsed {
		display: block;
	}
}


#sub-menu-mobile {
	+display:none;
}
#sub-sub-menu-mobile {
	+display:none;
}


.navbar-header-mobile {
	display: none;
	font-weight: bold;
	margin-top: 15px;
	font-size: 25px;
}
.navbar-nav {
	float: left;
	margin: 0;
}


@media (max-width: 991px) {
	.btn-group.open .dropdown-menu > li > a {
		display: block;
		padding: 3px 20px;
		clear: both;
		font-weight: 400;
		line-height: 1.42857143;
		color: #333;
		white-space: nowrap;
	}
	#logo > a > img {
		max-width: 100px;
	}

}

@media (max-width: 767px) {
	.btn-group.open .dropdown-menu {
		position: absolute;
		top: 100%;
		+left: 0;
		z-index: 1000;
		+display: none;
		+float: left;
		min-width: 160px;
		padding: 5px 0;
		margin: 2px 0 0;
		font-size: 14px;
		text-align: left;
		list-style: none;
		background-color: #fff;
		+-webkit-background-clip: padding-box;
		background-clip: padding-box;
		+border: 1px solid #ccc;
		border: 1px solid rgba(0,0,0,.15);
		border-radius: 4px;
		+-webkit-box-shadow: 0 6px 12px rgba(0,0,0,.175);
		box-shadow: 0 6px 12px rgba(0,0,0,.175);
	}
	.navbar-header-mobile {
		display: inline-block;
	}
	#sub-sub-menu-mobile,
	#sub-menu-mobile {
		display: block;
	}
	#sub-menu {
		display: none;
	}
	#main-menu.mobile{
		+display: none;
	}
}

@media (max-width: 420px) {
	#logo > a > img {
		max-width: 70px;
	}
}

.ua-flag {
	width: 40px;
	position: absolute;
	right: 30px;
}