﻿/* RED COLOR #CC0D11 */
.sasch-logo {
    height: 48px;
    margin-right: 0.75rem;
}

.pullmann-logo {
    height: 48px;
}

.pullmann-logo-modal {
    height: 62px;
}

.brand-logo {
    padding-left: 0.75rem;
}

.brand-logo a {
    text-decoration: none;
}

/* MEDIA QUERY */
@media (min-width: 576px) {
	.container {
		width: 560px;
		max-width: 560px;
	}
}

@media (min-width: 768px) {
	.container {
		width: 750px;
		max-width: 750px;
	}

	.with-minimum-height {
		min-height: 20rem;
	}

    .sasch-logo,
    .pullmann-logo {
        height: 60px;
    }
}

@media (max-width: 767px) {
	.container-full {
		width: 100%;
		max-width: 100%;
		padding-right: 15px;
		padding-left: 15px;
		margin-right: auto;
		margin-left: auto;
	}
}

@media (max-width: 991px) {
	.dropdown-item.submenu-item {
		width: 100%;
		display: inherit;
	}
}

@media (min-width: 992px) {
    .container {
        width: 970px;
        max-width: 970px;
    }

    .with-minimum-height {
        min-height: 20rem;
    }

    .sasch-logo,
    .pullmann-logo {
        height: 73px;
    }

    .brand-logo {
        padding-left: 1.5rem;
    }
}

@media (min-width: 1200px) {
	.container {
		width: 1170px;
		max-width: 1170px;
	}

	.with-minimum-height {
		min-height: 20rem;
	}
}

@media (min-width: 1770px) {
	.container {
		width: 1640px;
		max-width: 1640px;
	}

	.with-minimum-height {
		min-height: 35rem;
	}
}

/* MDI WEB FONT */
.mdi::before {
	font-size: 24px;
	line-height: 14px;
}

.btn .mdi::before {
	position: relative;
	top: 4px;
}

.btn-xs .mdi::before {
	font-size: 18px;
	top: 3px;
}

.btn-sm .mdi::before {
	font-size: 18px;
	top: 3px;
}

.dropdown-menu .mdi {
	width: 18px;
}

	.dropdown-menu .mdi::before {
		position: relative;
		top: 4px;
		left: -8px;
	}

.nav .mdi::before {
	position: relative;
	top: 4px;
}

.navbar .navbar-toggle .mdi::before {
	position: relative;
	top: 4px;
	color: #FFF;
}

.breadcrumb .mdi::before {
	position: relative;
	top: 4px;
}

.breadcrumb a:hover {
	text-decoration: none;
}

	.breadcrumb a:hover span {
		text-decoration: underline;
	}

.alert .mdi::before {
	position: relative;
	top: 4px;
	margin-right: 2px;
}

.input-group-addon .mdi::before {
	position: relative;
	top: 3px;
}

.navbar-brand .mdi::before {
	position: relative;
	top: 2px;
	margin-right: 2px;
}

.list-group-item .mdi::before {
	position: relative;
	top: 3px;
	left: -3px
}

.mdi.mdi-icon-size-2:before {
	font-size: 2rem;
	line-height: 1.5rem;
	margin-bottom: 8px;
}

.mdi.mdi-icon-size-2-5:before {
	font-size: 2.5rem;
	line-height: 1.5rem;
	margin-bottom: 8px;
}

/* PAGE SETUP */
* {
	outline: 0;
}

body {
	font-family: "Montserrat", sans-serif;
	color: #666666;
}

/* HEADER */
.header-wrapper {
	padding-top: 15px;
	box-shadow: 0 0 6px rgba(0, 0, 0, 0.5);
}

@media (max-width: 767px) {
	.header-wrapper {
		padding-top: 0;
	}
}

/* CONTENT */
.content-wrapper {
}

/* FOOTER */
.footer-wrapper {
	background-color: #333333;
	color: #FFFFFF;
}

	.footer-wrapper .menu-title {
		color: #CC0D11;
	}

.footer-menu li {
	margin-bottom: 0.25rem;
}

.footer-menu a,
.footer-menu a:focus,
.footer-menu a:hover,
.footer-menu a:active {
	color: #FFFFFF;
	text-decoration: none;
}

.footer-menu a {
	position: relative;
}

	.footer-menu a:hover span:before {
		content: "";
		position: absolute;
		bottom: -3px;
		display: block;
		background-color: #FFFFFF;
		height: 0.15em;
		left: 0;
		right: 4px;
		opacity: 1;
		-moz-transition: all 0.12s linear;
		-o-transition: all 0.12s linear;
		-webkit-transition: all 0.12s linear;
	}

/* AFFIX */
.affix {
	position: fixed;
	top: 0;
	right: 0;
	left: 0;
	z-index: 1099;
}

	.affix.stuck-nav {
		background-color: #333333;
		box-shadow: 0 2px 4px rgba(0, 0, 0, 0.5);
	}

		.affix.stuck-nav .nav-item > a,
		.affix.stuck-nav .navbar-brand {
			color: #FFFFFF;
		}

		.affix.stuck-nav .top-section {
			display: none !important;
		}

		.affix.stuck-nav .search-block-wrapper {
			background-color: #333333;
		}

			.affix.stuck-nav .search-block-wrapper .input-group .btn {
				background-color: #FFFFFF;
			}

				.affix.stuck-nav .search-block-wrapper .input-group .btn .mdi:before {
					color: #6C757D;
				}

				.affix.stuck-nav .search-block-wrapper .input-group .btn:hover .mdi:before {
					color: #CC0D11;
				}

		.affix.stuck-nav .search-button-wrapper span {
			color: #FFFFFF;
		}

		.affix.stuck-nav .navbar-controls .shopping-basket {
			display: block;
		}

	.affix .mdi:before {
		color: #FFFFFF;
	}

.navbar-brand {
	display: none;
}

.affix .navbar-brand {
	display: inherit;
}

.affix .nav-item.show .nav-link span::before {
	background-color: #FFFFFF;
}

.affix .navbar-light .navbar-nav .nav-link {
	color: #FFFFFF;
}

/* MENU */
nav {
	line-height: 2rem;
}

.navbar {
	padding: 0.5rem 1rem 0.5rem 0;
}

.nav-link {
	font-size: 1.1rem;
}

.navbar-expand-xl .navbar-nav .nav-link {
	padding-left: 0.75rem;
	padding-right: 0.75rem;
}

.nav-item.show .nav-link span:before {
	content: "";
	position: absolute;
	bottom: 8px;
	display: block;
	background-color: #CC0D11;
	height: 0.22em;
	left: 0.75rem;
	right: 0.75rem;
	opacity: 1;
	-moz-transition: all 0.12s linear;
	-o-transition: all 0.12s linear;
	-webkit-transition: all 0.12s linear;
}

.nav-link.dropdown-toggle:after,
.mini-control-box .dropdown-toggle:after {
	display: none;
}

.navbar-expand-lg .navbar-nav .nav-link {
	padding: 0.5rem 0.75rem;
}

.navbar-nav .dropdown-menu {
	margin-top: 0;
}

.mini-control-box .dropdown-menu {
	margin-top: 0;
}

	.mini-control-box .dropdown-menu.pull-right {
		left: auto;
		right: -0.5rem;
	}

.language-selector > a {
	padding: 0.5rem 0;
}

.product-menu .dropdown-divider {
	margin: 0.5rem 1rem;
}

.dropdown-submenu {
	position: relative;
	padding: 0;
	min-width: 15rem;
}

	.dropdown-submenu a:after {
		transform: rotate(-90deg);
		position: absolute;
		right: 6px;
		top: 1rem;
		font-size: 1.5rem;
	}

div > .image-menu {
	height: 60%;
	width: auto;
	margin: 0 0.5em 0.5em;
}

div:last-child > .image-menu {
	margin: 0 0.5em 0;
}

.menu-1-columns {
	width: 15rem;
}

.menu-2-columns {
	width: 35rem;
}

.menu-3-columns {
	width: 50rem;
}

.product-menu.dropdown .dropdown-menu.product-submenu {
	top: 0;
	left: 80%;
	margin-left: 0;
	margin-right: 0.1rem;
}

.dropdown-item-style {
	display: block;
	width: 100%;
	padding: .25rem 1.5rem;
	clear: both;
	font-weight: 400;
	color: #212529;
	text-align: inherit;
	white-space: nowrap;
	background-color: transparent;
	border: 0;
}

	.dropdown-item-style a {
		color: #212529;
	}

.navbar-controls .shopping-basket {
	display: none;
}

.dropdown-header {
	font-size: inherit;
	font-weight: bold;
}

.dropdown-item {
	line-height: 1.75rem;
}

@media (min-width: 992px) {
	.nav-item:nth-child(4) > .dropdown-menu {
		left: -5rem;
	}

	.nav-item:nth-child(5) > .dropdown-menu {
		left: -7rem;
	}

	.nav-item:nth-child(6) > .dropdown-menu {
		left: -12rem;
	}

	.nav-item:nth-child(7) > .dropdown-menu {
		left: -12rem;
	}
}

/* MOBILE MENU */
.mobile-menu-wrapper.modal.left .modal-dialog,
.mobile-menu-wrapper.modal.right .modal-dialog {
	position: fixed;
	margin: auto;
	width: 320px;
	height: 100%;
	-webkit-transform: translate3d(0%, 0, 0);
	-ms-transform: translate3d(0%, 0, 0);
	-o-transform: translate3d(0%, 0, 0);
	transform: translate3d(0%, 0, 0);
}

.mobile-menu-wrapper.modal.left .modal-content,
.mobile-menu-wrapper.modal.right .modal-content {
	height: 100%;
	overflow-y: auto;
}

.mobile-menu-wrapper.modal.left.fade .modal-dialog {
	left: -320px;
	-webkit-transition: opacity 0.3s linear, left 0.3s ease-out;
	-moz-transition: opacity 0.3s linear, left 0.3s ease-out;
	-o-transition: opacity 0.3s linear, left 0.3s ease-out;
	transition: opacity 0.3s linear, left 0.3s ease-out;
}

.mobile-menu-wrapper.modal.left.fade.show .modal-dialog {
	left: 0;
}

.mobile-menu-wrapper.modal.right.fade .modal-dialog {
	right: -320px;
	-webkit-transition: opacity 0.3s linear, right 0.3s ease-out;
	-moz-transition: opacity 0.3s linear, right 0.3s ease-out;
	-o-transition: opacity 0.3s linear, right 0.3s ease-out;
	transition: opacity 0.3s linear, right 0.3s ease-out;
}

.mobile-menu-wrapper.modal.right.fade.show .modal-dialog {
	right: 0;
}

.mobile-menu-wrapper .modal-content {
	border-radius: 0;
	border: none;
}

.mobile-nav .col-md-4,
.mobile-nav .col-md-6 {
	max-width: 100%;
}

.mobile-nav .product-submenu .col-md-4,
.mobile-nav .product-submenu .col-md-6 {
	flex: 0 0 100%;
}

.mobile-nav .dropdown-menu {
	border: none;
	border-radius: 0;
}

.mobile-nav .menu-2-columns,
.mobile-nav .menu-3-columns {
	width: inherit;
}

/* BUTTONS BLOCK */
@media (max-width: 767px) {
	.controls-block {
		background-color: #333333;
		color: #FFFFFF;
		line-height: 4rem;
	}
}

#languageSelectorDropdown {
	cursor: default;
}

.language-selector > div > a {
	padding: 0.5rem 1rem;
}

.language-selector > div {
	display: inline-block;
}

.language-choices {
	left: auto;
	right: 0;
	min-width: inherit;
}

	.language-choices > div {
		display: inline-block;
		padding: 0 1rem;
	}

		.language-selector > div > a,
		.language-choices > div > a {
			position: relative;
		}

			.language-choices > div > a:hover {
				background-color: inherit;
			}

				.language-selector > div > a:hover span:before,
				.language-choices > div > a:hover span:before {
					content: "";
					position: absolute;
					bottom: 0.4rem;
					display: block;
					background-color: #CC0D11;
					height: 0.15em;
					left: 1.5rem;
					right: 1.5rem;
					opacity: 1;
					-moz-transition: all 0.12s linear;
					-o-transition: all 0.12s linear;
					-webkit-transition: all 0.12s linear;
				}

.mini-control-box {
	position: relative;
	text-align: right;
}

	.mini-control-box > div {
		display: inline-block;
		margin-left: 0.25rem;
	}

	.mini-control-box a {
		text-decoration: none;
		outline: 0;
	}

.mini-login-control {
	margin: 0.25rem;
}

.login-error {
	color: #CC0D11;
	white-space: normal;
}

.mini-login-wrapper {
	background-color: rgba(0, 0, 0, 0.5);
}

	.mini-login-wrapper .modal-header {
		border-bottom: none;
		padding-bottom: 0;
	}

	.mini-login-wrapper .modal-footer {
		border-top: none;
		padding-top: 0;
	}

.btn-login {
	margin: 0.25rem;
}

.shopping-basket a,
.shopping-basket a:hover,
.shopping-basket a:active,
.shopping-basket a:focus {
	color: #666666;
}

/* SEARCH BOX */
.search-block-wrapper {
	position: absolute;
	z-index: 100;
	padding-right: 15px;
	background-color: #FFFFFF;
}

	.search-block-wrapper .input-group .btn {
		line-height: 1;
		padding: 0.25rem;
	}

.search-button-wrapper a,
.search-button-wrapper a:hover,
.search-button-wrapper a:focus,
.search-button-wrapper a:active {
	color: inherit;
}

/* MISC */
.ajax-loading-block {
	display: none;
	position: fixed;
	z-index: 70000;
	top: 0;
	left: 0;
	height: 100%;
	width: 100%;
	background: rgba(255, 255, 255, 0.9) url('/Contents/THemes/One/Images/ajax-loader.gif') 50% 50% no-repeat;
}

body.loading .ajax-loading-block {
	overflow: hidden;
	display: block;
}

.loading-block {
	position: relative;
	text-align: center;
}

	.loading-block > span {
		position: absolute;
		top: 0.01rem;
	}

.mdi.icon-refresh-animate:before {
	animation: spin .7s infinite linear;
	-webkit-animation: spin2 .7s infinite linear;
}

@-webkit-keyframes spin2 {
	from {
		-webkit-transform: rotate(360deg);
	}

	to {
		-webkit-transform: rotate(0);
	}
}

@keyframes spin {
	from {
		transform: scale(1) rotate(360deg);
	}

	to {
		transform: scale(1) rotate(0);
	}
}

@media(min-width: 1200px) {
	img.grayscale {
		filter: grayscale(1);
		opacity: .5;
		transition: all .2s ease-in-out;
		-webkit-filter: grayscale(1);
		_-webkit-transition: all .2s ease-in-out;
	}

		img.grayscale:hover {
			filter: none;
			opacity: 1;
			-webkit-filter: grayscale(0);
		}
}

.row-eq-height > [class^=col] {
	display: flex;
	flex-direction: column;
}

	.row-eq-height > [class^=col]:last-of-type div {
		margin: 10px;
	}

		.row-eq-height > [class^=col]:last-of-type div:first-of-type {
			margin-top: 0;
		}

		.row-eq-height > [class^=col]:last-of-type div:last-of-type {
			margin-bottom: 0;
		}

	.row-eq-height > [class^=col]:first-of-type .black {
		flex-grow: 1;
	}

.list-style-circle {
	list-style-type: circle;
}

a.text-underline:hover {
	text-decoration: underline !important;
}

/* BOOTSTRAP FIXED */
.was-validated .form-control:valid {
	border-color: #CED4DA;
}

.was-validated .custom-control-input:valid ~ .custom-control-label {
	color: inherit;
}

	.was-validated .custom-control-input:valid ~ .custom-control-label::before {
		background-color: #DEE2E6;
	}

.btn:focus, .btn:active {
	outline: none !important;
	box-shadow: none !important;
}

#navbarMainContent .dropdown-item span {
	position: relative;
}

#navbarMainContent .dropdown-item:hover span:before {
	content: "";
	position: absolute;
	bottom: -0.1rem;
	display: block;
	background-color: #CC0D11;
	height: 0.15em;
	left: 0;
	right: 0;
	opacity: 1;
	-moz-transition: all 0.12s linear;
	-o-transition: all 0.12s linear;
	-webkit-transition: all 0.12s linear;
}

#navbarMainContent .dropdown-item:hover,
#navbarMainContent .dropdown-item:focus,
#navbarMainContent .dropdown-item:active {
	outline: none !important;
	box-shadow: none !important;
	background: inherit;
	color: inherit;
}

/* LAYOUT */
.vertical-align-middle {
	vertical-align: middle !important;
}

.border-color-danger {
	border-color: #CC0D11;
}

.table-cell-color-white {
	background-color: #FFFFFF;
}

.box-border-top {
	box-shadow: 2px 2px 8px rgba(0, 0, 0, 0.5);
}

.box-border-bottom {
	box-shadow: 0 2px 4px rgba(0, 0, 0, 0.25);
}

.text-wrap {
	white-space: normal;
}

/* FONT SIZE */
.line-height-2rem {
	line-height: 2rem;
}

.font-2rem {
	font-size: 2rem;
}

	.font-2rem.mdi:before {
		font-size: 2rem;
	}

.affix .font-2rem.mdi:before {
	font-size: 2rem;
	color: inherit;
}

.font-125rem {
	font-size: 1.25rem;
}

/* COLOR */
.color-pullmann {
	color: #CC0D11;
}

.background-color-pullmannd {
	background-color: #CC0D11;
}

/* ERROR PAGE */
.error-page-panel {
	text-align: center;
	margin-top: 2rem;
	border-radius: 0.25rem;
	border: 1px solid #CC0D11;
	padding: 1rem;
}

	.error-page-panel a,
	.error-page-panel a:focus,
	.error-page-panel a:hover,
	.error-page-panel a:active {
		color: inherit;
	}

/* FAVORITE SECTION */
.favorite-rating-wrapper .modal-content {
	background-color: #2E3846;
	color: #FFFFFF;
}

.favorite-comment {
	line-height: 2rem;
}

.btn.star {
	padding: 0.25rem;
}

/* BASKET BADGE */
.shopping-basket {
	position: relative;
}

.backorder-progress-balloon {
	position: absolute;
	right: 0;
	bottom: -2rem;
}

.shopping-basket-balloon {
	position: absolute;
	right: 0;
	bottom: -0.7rem;
}

a.backorder-progress-balloon,
a.shopping-basket-balloon {
	color: #FFFFFF;
	background-color: #666666;
}

.affix .backorder-progress-balloon,
.affix .shopping-basket-balloon {
	position: relative;
	bottom: inherit;
}

.affix a.backorder-progress-balloon,
.affix a.shopping-basket-balloon {
	color: #FFFFFF;
}

@media (max-width: 1770px) {
	.affix .backorder-progress-balloon {
		display: none !important;
	}
}

.form-control.small {
	font-size: 0.8rem;
}

/* LAYOUT */
.min-width-5rem {
	min-width: 5rem;
}

.min-width-6rem {
	min-width: 6rem;
}

.min-width-8rem {
	min-width: 8rem;
}

.min-width-10rem {
	min-width: 10rem;
}

.min-width-15rem {
	min-width: 15rem;
}

.w-10rem {
	width: 10rem;
}

.w-65 {
	width: 65%;
}

.zindex-5000 {
	z-index: 5000 !important;
}

/* CSS Loader */
.css-loading-block {
	display: none;
	position: fixed;
	z-index: 70000;
	top: 0;
	left: 0;
	height: 100%;
	width: 100%;
	background-color: rgba(255,255,255,0.75);
}

body.loading .css-loading-block {
	overflow: hidden;
	display: table;
}

.spinner {
	margin: 100px auto;
	width: 80px;
	height: 80px;
	text-align: center;
	font-size: 10px;
	display: table-cell;
	vertical-align: middle;
}

	.spinner > div {
		background-color: #CC0D11;
		height: 100px;
		width: 8px;
		margin-right: 2px;
		display: inline-block;
		-webkit-animation: sk-stretchdelay 1.2s infinite ease-in-out;
		animation: sk-stretchdelay 1.2s infinite ease-in-out;
	}

	.spinner .rect2 {
		-webkit-animation-delay: -1.1s;
		animation-delay: -1.1s;
	}

	.spinner .rect3 {
		-webkit-animation-delay: -1.0s;
		animation-delay: -1.0s;
	}

	.spinner .rect4 {
		-webkit-animation-delay: -0.9s;
		animation-delay: -0.9s;
	}

	.spinner .rect5 {
		-webkit-animation-delay: -0.8s;
		animation-delay: -0.8s;
	}

@-webkit-keyframes sk-stretchdelay {
	0%, 40%, 100% {
		-webkit-transform: scaleY(0.4)
	}

	20% {
		-webkit-transform: scaleY(1.0)
	}
}

@keyframes sk-stretchdelay {
	0%, 40%, 100% {
		transform: scaleY(0.4);
		-webkit-transform: scaleY(0.4);
	}

	20% {
		transform: scaleY(1.0);
		-webkit-transform: scaleY(1.0);
	}
}

/* Cookie Warning */
.cookie-warning-block {
	position: fixed;
	left: 0;
	bottom: 0;
	width: 100%;
	z-index: 69999;
}

/* Welcome Banner */
#oncePopupModal {
	padding-top: 100px;
}

	#oncePopupModal .modal-dialog {
		margin: auto;
		display: block;
		width: 80%;
		max-width: 80%;
	}

	#oncePopupModal .modal-content {
		background-color: transparent;
		border: none;
	}