@font-face {

    font-family : 'Font Awesome 5 Free';
    src :
        url(fonts/fa-regul1ar-400.eot);
    src : 
        url(fonts/fa-regular-400.eot#iefix) format("embedded-opentype"),
        url(fonts/fa-regular-400.woff2) format("woff2"),
        url(fonts/fa-regular-400.woff) format("woff"),
        url(fonts/fa-regular-400.ttf) format("truetype"),
        url(fonts/fa-regular-400.svg#fa-regular) format("svg")
}

@font-face {

    font-family: 'Titillium Web';
    src : url(fonts/titillium-web-regular.woff);
    font-weight : 400;
    font-style : normal;
}

@font-face {

    font-family: 'Titillium Web';
    src : url(fonts/titillium-web-regular.woff);
    font-weight : 700;
    font-style : bold;
}

@keyframes slide-in-left {
	
	from { transform : translateX(-100%); visibility : hidden; }
	to { transform : translateX(0%); visibility : visible; }
}

@keyframes slide-in-right {
	
	from { transform : translateX(100%); visibility : hidden; }
	to { transform : translateX(0%); visibility : visible; }
}

@keyframes slide-out-left {
	
	from { transform : translateX(0%); visibility : visible; }
	to { transform : translateX(100%); visibility : hidden; }
}

@keyframes slide-out-right {
	
	from { transform : translateX(0%); visibility : visible; }
	to { transform : translateX(-100%); visibility : hidden; }
}

html {

    font-family : 'Titillium Web';
    font-size : 16px;
    -webkit-text-size-adjust : 100%;
}

body {

    color : #5b6770;
    text-rendering : optimizeLegibility;
    text-size-adjust : 100%;
    -webkit-font-smoothing : antialiased;
    margin : 0;
    overflow-wrap : break-word;
    font-size : 16px;
}

a {

    text-decoration : none;
    color : #5b6770;
}

div.cookie-info {
	
	display : block;
	position : fixed;
	left : 0;
	right : 0;
	bottom : 0;
	background-color : #fff;
	z-index : 9999;
	box-shadow : 0 -7px 7px 0 rgba(0,0,0,0.2);
}

div.cookie-info div.cookie-info-content {
	
	width : 1124px;
	margin : 54px auto 25px;
	display : flex;
	flex-direction : column;
}

@media all and (min-width: 992px) and (max-width: 1199px) {
    
    div.cookie-info div.cookie-info-content {
    
        width : 944px;
    }
}

@media all and (min-width: 768px) and (max-width: 991px) {
    
    div.cookie-info div.cookie-info-content {
    
        width : 704px;
    }
}

@media all and (max-width: 767px) {
	
    div.cookie-info div.cookie-info-content {
    
	    width : auto;
        margin : 54px 8px 25px;
    }
}

div.cookie-info div.cookie-info-content div.text {
	
	padding : 0 0 0 0;
}

@media all and (max-width: 767px) {
	
	div.cookie-info div.cookie-info-content div.text {
	
	   padding : 0 0 0 0;
	}
}

div.cookie-info div.cookie-info-content div.text h2 {
	
	color : #233746;
	line-height : 1.625rem;
	font-size : 1.5rem;
    text-align : left;
    font-weight : normal;
    margin : 0;
}

@media all and (max-width: 767px) {
    
    div.cookie-info div.cookie-info-content div.text h2 {
    
        font-size : 1.25rem;
        line-height : 1.5rem;
    }
}

div.cookie-info div.cookie-info-content div.text p {
	
	margin : 20px 0 0;
	color : #5b6770;
    line-height : 1.25rem;
    font-size : 0.9375rem;
    text-align : left;
}


@media all and (max-width: 767px) {
    
    div.cookie-info div.cookie-info-content div.text p {
    
        font-size : 0.8125rem;
        line-height : 1.25rem;
    }
}

div.cookie-info div.cookie-info-content div.text  a {
    
    background-image: linear-gradient(#e3000f,#e3000f);
    background-size : 1px 2px;
    background-repeat : repeat-x;
    background-position : 0 99%;
    padding-bottom : 2px;
    color : inherit;
}

div.cookie-info div.cookie-info-content div.text  a:hover {
    
    color: #e3000f;
}

div.cookie-info div.cookie-info-content div.cookie-info-buttons {
    
    display : flex;
    flex-direction : row;
    justify-content : flex-end;
    margin : 14px 0 0;
}

@media all and (max-width: 575px) {
	
	div.cookie-info div.cookie-info-content div.cookie-info-buttons {
	
	   flex-direction : column-reverse;
	}
}

div.cookie-info div.cookie-info-content div.cookie-info-buttons a {
    
    margin : 0 0 0 12px;
}

@media all and (max-width: 575px) {
    
    div.cookie-info div.cookie-info-content div.cookie-info-buttons a {
    
        margin : 6px 0 0 0;
    }

    div.cookie-info div.cookie-info-content div.cookie-info-buttons a:last-child {
    
        margin : 0 0 0 0;
    }
}

div.cookie-info div.cookie-info-content div.cookie-info-options {

	border : 1px solid #ccc;
	border-radius : 5px 0 0 5px;
	padding : 3px 3px 3px;
	margin : 15px 0 0;
}

div.cookie-info div.cookie-info-content div.cookie-info-options span.cookie-info-option {

	margin : 0 10px 0 0;
}

div.cookie-info div.cookie-info-content div.cookie-info-options span.cookie-info-option input 
{
    -webkit-appearance: none;
    display: inline-block;
    vertical-align : middle;
    width: 15px;
    height: 15px;
    background-color : #fff;
    border: 1px solid #9b9b9b;
    cursor: pointer;
    border-radius : 3px;
    outline : none;
}

div.cookie-info div.cookie-info-content div.cookie-info-options span.cookie-info-option input:checked
{
    background-repeat : no-repeat;
    background-position : 50%;
    background-size : 60% auto;
    background-color : #e3000f;
    border-color : #e3000f;
    background-image:url(img/check.svg)
}

div.cookie-info div.cookie-info-content div.cookie-info-options span.cookie-info-option input:disabled:checked
{
	background-color : #ccc;
	border-color : #ccc;
}

div.cookie-info div.cookie-info-content div.cookie-info-options span.cookie-info-option label {

	font-family : Titillium Web;
	font-weight : 400;
	font-size : 0.75rem;
	line-height : 0.75rem;
}

header {

    position : fixed;
    top : 0;
    left : 0;
    width : 100%;
    box-sizing : border-box;
    background-color: #fff;
    z-index: 10;
    font-family : 'Titillium Web';
    transition : height 300ms;
    border-bottom : 1px solid #5b6770;
    background: linear-gradient(90deg, rgba(255, 255, 255, 0.75), rgba(235, 235, 235, 0.75), rgba(255, 255, 255, 0.75));
}

header div.header-content {
	
	margin: 0 env(safe-area-inset-right) 0 env(safe-area-inset-left);
	position : relative;
    display : flex;
    justify-content : center;
    align-items : center;
    height : 91px;
    transition : height 300ms;
}

@media all and (max-width: 991px) {
    
    header div.header-content {

        height : 71px;
    }
}

@media all and (min-width: 992px) {

    header.small div.header-content {
    
       height : 56px;
    }
}

header div.header-content div.logo {

    position : absolute;
    top : 50%;
    transform: translateY(-50%);
    left : 40px;
}

@media all and (max-width: 991px) {
    
    header div.header-content div.logo {
    
        left : 20px;
    }
}

header div.header-content div.logo a {

    display : flex;
    justify-content : flex-start;
    align-items : flex-start;
    column-gap : 10px;
}

header div.header-content div.logo a img.logo {

    height : 54px;
}

header div.header-content div.logo a img.name {
    
    height : 30px;
}

header div.header-content div.menu div.menu-items div.menu-item a.menu-item img{
	
		width: 18px;
	}

@media all and (min-width: 992px) and (max-width: 1199px) {
    
    header div.header-content div.logo a img.name {

        display : none;
    }
}

@media all and (max-width: 386px) {
    
    header div.header-content div.logo a img.name {

        display : none;
    }
}

@media all and (min-width: 992px) and (max-width: 1199px){

	header div.header-content div.menu div.menu-items {
	
	    margin-right: 140px;
	}
}

@media all and (min-width: 992px) {

	header div.header-content div.menu div.menu-items {
	
	    display : flex;
	    height : 100%;
	    justify-content : center;
	    width : 1200px;
	}
	
	header div.header-content div.menu div.menu-items div.menu-item {
	
	    padding : 0 15px 0;
	}
	
	header div.header-content div.menu div.menu-items div.menu-item a.menu-item {
	
		display : block;
	    position : relative;
	    padding : 0 0 0;
	    margin : 0 15px 0;
	    font-size : 1rem;
	    font-weight : 900;
	    line-height : 90px;
	    letter-spacing : 0.05625rem;
	    transition : line-height 300ms;
	    vertical-align : middle;
	}

    header div.header-content div.menu div.menu-items div.menu-item a.menu-item:hover {
	
		color: #970003;
	}
	
	header.small div.header-content div.menu div.menu-items div.menu-item a.menu-item {
	
	    line-height : 50px;
	}
	
	header div.header-content div.menu div.menu-items div.menu-item:hover a.menu-item::after {
	
	    content : '';
	    position : absolute;
	    bottom : 0;
	    left : 0;
	    right : 0;
	    background-color : rgba(235, 235, 235, 0.75);
	    height : 3px;
	}
	
	header div.header-content div.menu div.menu-items div.menu-item div.submenu {
	
	    visibility : hidden;
	    opacity : 0;
	    position : absolute;
	    top : 92px;
	    left : 0;
	    right : 0;
	    background-color: #fff;
	    box-shadow : 0 7px 7px 0 rgba(0,0,0,0.2);
	    transition : opacity 300ms, visibility 300ms, top 300ms;
        border: 1px solid #5b6770;
	}
	
	header.small div.header-content div.menu div.menu-items div.menu-item div.submenu {
	
	    top : 57px;
	}
	
	header div.header-content div.menu div.menu-items div.menu-item:hover div.submenu {
	
	    visibility : visible;
	    opacity : 1;
	}
	
	header div.header-content div.menu div.menu-items div.menu-item div.submenu ul {
	
	    margin : 40px auto 40px;
	    width : 825px;
	    display : flex;
	    flex-wrap : wrap;
	}
	
	header div.header-content div.menu div.menu-items div.menu-item div.submenu ul li {
	
	    display : block;
	    width   : 245px; 
	    padding : 5px 15px 5px;
	    position : relative;
	}
	
	header div.header-content div.menu div.menu-items div.menu-item div.submenu ul li a {
	
	    display : block;
	    font-size: 1rem;
        font-weight: 900;
	    line-height : 1.25rem;
	}

    header div.header-content div.menu div.menu-items div.menu-item div.submenu ul li a:hover {
	
	    color:#97000a;
	}
	
	header div.header-content div.menu div.menu-items div.menu-item div.submenu ul li a::before {
	
	    content: '';
	    position: absolute;
	    width: 0;
	    height: calc(80% - 10px);
	    background-color: #fff;
	    left: 0;
	    top: 50%;
	    transform: translateY(-50%);
	    transition: width .1s;
	}
	
	header div.header-content div.menu div.menu-items div.menu-item div.submenu ul li a:hover::before {
	
	    width: 3px;
	}
	
	header div.header-content div.menu div.menu-items div.menu-item div.submenu form {
		
	    margin : 40px auto 40px;
	    display : flex;
	    justify-content : center;
	}
	
	header div.header-content div.menu div.menu-items div.menu-item div.submenu form input {
		
	    display:block;
	    caret-color:#5b6770;
	    font-family:Titillium Web;
	    font-size:1.125rem;
	    font-style:normal;
	    font-weight:400;
	    letter-spacing:0;
	    line-height:1.625rem;
	    background:#fff;
	    height:58px;
	    margin: 0;
	    width : 400px;
	    box-sizing : border-box;
	    padding:0 .75em;
	    text-align : center;
	    border : 1px solid #5b6770;
	}
	
	header div.header-content div.menu div.menu-items div.menu-item div.submenu form input:hover {
	
	}
	
	header div.header-content div.menu div.menu-items div.menu-item div.submenu form input:focus {
	
		outline:none;
	}
	
	header div.header-content div.menu div.menu-items div.menu-item div.submenu form button {
		
	    position : relative;
	    display : inline-block;
	    font-family : Titillium Web;
	    font-weight : 900;
	    font-size: 0.750rem;
	    letter-spacing: 0.05rem;
	    line-height: 0.875rem;
	    text-transform: uppercase;
	    text-decoration: none;
	    text-align: center;
	    outline: 0;
	    background-color: #fff;
	    padding: 15px 30px;
	    margin : 0 0 0 30px;
	    border-width: 3px;
	    border-style: solid;
	    cursor: pointer;
	    border-color : #b2b4b2;
	    z-index: 1;
	    color:#fff;
	}
	
	header div.header-content div.menu div.menu-items div.menu-item div.submenu form button::before {
	    
	    content:'';
	    background-color : #b2b4b2;
	    position:absolute;
	    top:0;
	    left:0;
	    z-index:-1;
	    transform:scaleY(1);
	}
	
	header div.header-content div.menu div.menu-items div.menu-item div.submenu form button:hover {
	    
	    color : #b2b4b2;
	}
	
	header div.header-content div.menu div.menu-items div.menu-item div.submenu form button:hover::before {
	
	    transform : scaleY(0);
	}
	
	header div.header-content div.menu div.menu-meta {
	
        display : none;
	}
}
	
@media all and (max-width: 991px) {

    header div.header-content div.menu {
    
       display : block;
       background-color : #838f95;
       position : fixed;
       top : 71px;
       bottom : 0;
       left : 0;
       right : 0;
       transform : translateX(100%);
       transition : transform 300ms;
    }
    
    header div.header-content div.menu.active {
    
       transform : translateX(0);
    }
    
    header div.header-content div.menu div.menu-items {
    
        overflow : auto;
        position : absolute;
        top : 0;
        left : env(safe-area-inset-left);
        right : env(safe-area-inset-right);
        bottom : 104px;
    }
    
    header div.header-content div.menu.with-logout div.menu-items {
    
        bottom : 209px;
    }
    
    header div.header-content div.menu div.menu-items div.menu-item {
    
        position : relative;
    }
    
    header div.header-content div.menu div.menu-items div.menu-item::before {
    
    	content: '';
	    height: 1px;
	    background-color: #fff;
	    opacity: 0.29;
	    position: absolute;
	    bottom: 0;
	    left : 0;
	    right : 0;
	    transition: opacity 300ms;
    }
    
    header div.header-content div.menu div.menu-items div.menu-item::after {
    
        content : '';
	    position: absolute;
	    width: 70px;
	    height: 70px;
	    right: 0;
	    top: 0;
	    background: transparent;
	    border: 0;
	    outline: none;
	    text-indent: -9999px;
	    z-index: 1;
	    background-image: url(img/angle-down-white.svg);
	    background-repeat: no-repeat;
	    background-position: 50%;
	    transition: transform 200ms;
	    pointer-events : none;
    }
    
    header div.header-content div.menu div.menu-items div.menu-item.active::after {
    
        transform: rotate(180deg);
    }

    header div.header-content div.menu div.menu-items div.menu-item a {
    
        display : block;
        padding : 28px 20px;
        text-transform : uppercase;
        font-family : Titillium Web;
        font-weight : 900;
        font-size : 0.875rem;
        line-height: 0.875rem;
        letter-spacing: 0.05625rem;
        transition: padding 200ms;
    }
    
    header div.header-content div.menu div.menu-items div.menu-item div.submenu {
   
        height : 0;
	    background-color: #6a767c;
	    box-shadow: inset 0 3px 2px 0 rgba(0,0,0,.1), 0 2px 4px 0 rgba(0,0,0,.5);
	    transition : height 300ms;
	    overflow : hidden;
    }
    
    header div.header-content div.menu div.menu-items div.menu-item div.submenu ul {
    
        margin : 32px 0 32px; 
        list-style : none;
        padding : 0 0 0;
    }
   
    header div.header-content div.menu div.menu-items div.menu-item div.submenu ul li a {
    
        display : block;
        padding : 12px 0 12px;
        font-family : Titillium Web;
        font-weight : normal;
        font-size : 0.9375rem;
        line-height : 1.25rem;
        text-transform : none;
        text-align : center;
        letter-spacing : 0;
    }

    header div.header-content div.menu div.menu-items div.menu-item div.submenu form {
        
        margin : 40px auto 40px;
        display : flex;
        justify-content : center;
    }
    
    header div.header-content div.menu div.menu-items div.menu-item div.submenu form input {
	
        display:block;
        caret-color:#e3000f;
        font-family:Titillium Web;
        font-size:1.125rem;
        font-style:normal;
        font-weight:400;
        letter-spacing:0;
        line-height:1.625rem;
        background:#fff;
        height:58px;
        margin: 0 0 0 20px;
        width : 0;
        flex-grow : 1;
        box-sizing : border-box;
        padding:0 .75em;
        text-align : center;
        border : 0 none transparent;
    }
    
    header div.header-content div.menu div.menu-items div.menu-item div.submenu form input:hover {
    
    }
    
    header div.header-content div.menu div.menu-items div.menu-item div.submenu form input:focus {
    
        outline:none;
    }
    
    header div.header-content div.menu div.menu-items div.menu-item div.submenu form button {
        
        position : relative;
        display : inline-block;
        font-family : Titillium Web;
        font-weight : 900;
        font-size: 0.750rem;
        letter-spacing: 0.05rem;
        line-height: 0.875rem;
        text-transform: uppercase;
        text-decoration: none;
        text-align: center;
        outline: 0;
        transition: opacity .25s ease, color .25s ease, background-color .25s ease, border-color .25s ease;
        background-color: #fff;
        padding: 15px 30px;
        margin : 0 20px 0 20px;
        border-width: 3px;
        border-style: solid;
        cursor: pointer;
        border-color : #233746;
        z-index: 1;
        color:#fff;
    }
    
    header div.header-content div.menu div.menu-items div.menu-item div.submenu form button::before {
        
        content:'';
        background-color : #233746;
        position:absolute;
        top:0;
        left:0;
        width:calc(100% + 1px);
        height:100%;
        transform-origin:top;
        transition:transform 200ms ease-in;
        z-index:-1;
        transform:scaleY(1);
    }
    
    header div.header-content div.menu div.menu-items div.menu-item div.submenu form button:hover {
        
        color : #233746;
    }
    
    header div.header-content div.menu div.menu-items div.menu-item div.submenu form button:hover::before {
    
        transform : scaleY(0);
    }
   
    header div.header-content div.menu div.menu-meta {
    
        position : absolute;
        bottom : 0;
        left : 0;
        right : 0;
        height : 104px;
        background-color : #233746;
    }
    
    header div.header-content div.menu div.menu-meta.menu-meta-logout {
    
        bottom : 104px;
        border-bottom : 1px solid #9b9b9b;
    }
    
    header div.header-content div.menu div.menu-meta a {
    
        display : flex;
        align-items : center;
        position : absolute;
        top : 0;
        bottom : 0;
        left : env(safe-area-inset-left);
        right : env(safe-area-inset-right);
    }
    
    header div.header-content div.menu div.menu-meta a span.icon {

	    display : block;
        background-size : contain;
        width : 30px;
        height : 30px;
        margin : 0 15px 0 25px;
    }
    
    header div.header-content div.menu div.menu-meta.menu-meta-logout a span.icon {

        background-image : url(img/logout-icon.svg);
    }
    
    header div.header-content div.menu div.menu-meta.menu-meta-account a span.icon {

        background-image : url(img/account-icon.svg);
    }

    header div.header-content div.menu div.menu-meta a span.title {

        display : block;
	    font-family: Titillium Web;
	    font-size: 0.875rem;
	    font-weight: 900;
	    letter-spacing: 0.05813rem;
	    line-height: 0.875rem;
	    text-transform: uppercase;
    }
}

header div.header-content div.meta {
	
	position : absolute;
	display : flex;
	top : 0;
	bottom : 0;
	right : 0;
}

header div.header-content div.meta div.meta-item {
	
	width : 120px;
	height : 100%;
	transition : background-color 250ms ease;
}

header div.header-content div.meta div.meta-item:hover a span.title, header div.header-content div.meta div.meta-item:hover a span.icon{
	
	color:#970003;
}

header div.header-content div.meta div.meta-item.cart {
	
	width : 180px;
}

@media all and (max-width: 991px) {
    
    header div.header-content div.meta div.meta-item.cart {
    
       background-color : #fff;
       width : 70px;
       margin : 0 70px 0 0;
       color : #5b6770;
    }
}

@media all and (max-width: 991px) {
    
    header div.header-content div.meta div.meta-item.account {
    
       display : none;
    }
}

@media all and (max-width: 991px) {
    
    header div.header-content div.meta div.meta-item.logout {
    
       display : none;
    }
}

header div.header-content div.meta div.meta-item a {
	
	height : 100%;
	display : flex;
	flex-direction: column;
	justify-content : flex-start;
	align-items : center;
	overflow : hidden;
	position : relative;
}

header div.header-content div.meta div.meta-item a span.icon-row {
	
	margin : 13px 0 0;
	display : flex;
	flex-direction : row;
}

@media all and (max-width: 991px) {

	header div.header-content div.meta div.meta-item a span.icon-row {
		
		margin : 25px 0 0;
    }
}

header div.header-content div.menu-burger {
	
	display : none;
}

@media all and (max-width: 991px) {
	
	header div.header-content div.menu-burger {

        display : flex;
        flex-direction : column;
        justify-content : space-between;
		position : absolute;
		top : 0;
		bottom : 0;
		right : 0;
		width : 70px;
		padding : 28px 0 28px;
		background-color : #6a767c;
	}
	
	header div.header-content div.menu-burger div {
	   
	   width : 17px;
	   height : 2px;
	   background-color : #fff;
	   margin : 0 auto 0;
	   transition : transform 200ms, opacity 200ms;
	}
	
	header div.header-content div.menu-burger.active div:nth-child(1) {
	
        transform: rotate(45deg);
        transform-origin: left;
	}
	
	header div.header-content div.menu-burger.active div:nth-child(2) {
	
        opacity : 0;
	}
	
	header div.header-content div.menu-burger.active div:nth-child(3) {
	
        transform: rotate(-45deg);
        transform-origin: left;
	}
}

@media all and (min-width: 992px) {
	
	header.small div.header-content div.meta div.meta-item a span.icon-row {
		
		margin : 15px 0 0;
	}
}

header div.header-content div.meta div.meta-item a span.cart-quantity {

	margin : 0 6px 0 0; 
}

header div.header-content div.meta div.meta-item a span.cart-total {

	margin : 0 0 0 6px; 
}

@media all and (max-width: 991px) {
    
    header div.header-content div.meta div.meta-item a span.cart-total {
        
        display : none
    }
}

header div.header-content div.meta div.meta-item a span.icon {

    display : inline-block;
}

header div.header-content div.meta div.meta-item a span.icon i{

    font-size: 22px;
}
/*
header div.header-content div.meta div.meta-item.cart a span.icon {

    background-image : url(img/shoppingcart-button.svg);
}

header div.header-content div.meta div.meta-item.account a span.icon {

    background-image : url(img/account-button_32px.svg);
}
    

header div.header-content div.meta div.meta-item.logout a span.icon {

    background-image : url(img/logout-icon.svg);
}
*/
header div.header-content div.meta div.meta-item a span.title {

	font-family : Titillium Web;
	font-weight : 900;
	letter-spacing : 0.05rem;
	line-height : 0.875rem;
	font-size : 0.75rem;
	color : #5b6770;
	text-transform : uppercase;
	margin : 10px 0 0;
	transform: scale(1);
    opacity : 1;
    transition : opacity 300ms, transform 200ms;
}

@media all and (max-width : 991px) {
	
	header div.header-content div.meta div.meta-item a span.title {
	
	   display : none;
	}
}

@media all and (min-width : 992px) {
	
	header.small div.header-content div.meta div.meta-item a span.title {
	
		opacity : 1;
		transform: scale(0);
	}
}

footer {

    margin : 0 auto 0;
    font-family : 'Titillium Web';
    background-color: #e3000f;
}

@media all and (min-width: 1200px) and (max-width: 1569px) {
    
    footer {
    
       max-width : 1140px;
    }
}

@media all and (min-width: 992px) and (max-width: 1199px) {
    
    footer {
    
       max-width : 960px;
    }
}

@media all and (min-width: 768px) and (max-width: 991px) {
    
    footer {
    
       max-width : 720px;
    }
}

footer div.top {
	
	margin : 0 0 50px;
	padding : 50px 0 0;
    border-top : 1px solid rgba(255,255,255,0.2);
    display : -ms-grid;
	display : grid;
	-ms-grid-columns : 1fr 40px 1fr 40px 1fr;
	grid-template-columns : 1fr 1fr 1fr;
	-ms-grid-rows : auto;
	grid-template-rows : auto;
    grid-gap : 40px 0;
    text-align: center;
}

@media all and (min-width: 768px) and (max-width: 991px) {
	
	footer div.top {
	
	   -ms-grid-columns : 1fr 1fr;
	   grid-template-columns : 1fr 1fr;
	}
}

@media all and (max-width: 767px) {
	
	footer div.top {
	
	   -ms-grid-columns : 1fr;
	   grid-template-columns : 1fr;
	   text-align : center;
       padding : 40px 0 0;
	}
}

footer div.top div.navigation-box {
	
	padding : 0 15px;
	box-sizing : border-box;
}

footer div.top div.navigation-box div.title {
	
	color : #fff;
	font-weight : bold;
	text-transform : uppercase;
	font-size : 0.75rem;
	line-height : 0.875rem;
	letter-spacing : 0.05rem;
	padding : 0 0 20px;
}

footer div.top div.navigation-box ul {
	
	list-style-type : none;
	margin : 0;
	padding : 0;
}

footer div.top div.navigation-box ul li {
	
	padding : 0 0 10px;
}

footer div.top div.navigation-box ul li a {
	
    font-size : 0.9375rem;
    line-height : 1.1875rem;
    padding : 2px 0 2px;
    color:#fff;
}

footer div.top div.navigation-box ul li a:hover {
	
    color: #b2b4b2;
}

footer div.footerwrap{

    margin : 0 auto 0;
    width: 1260px;
}

footer div.bottom {
	
	position : relative;
	display : flex;
	border-top : 1px solid rgba(255,255,255,0.2);
    justify-content : space-between;
    align-items: center; 
    padding : 10px 0 10px;
}

@media all and (max-width: 767px) {
    
    footer div.bottom {
    
		padding : 41px 0 48px;
		flex-direction : column;
    }
}

footer div.bottom div.logo-bk {
	
    position : relative;	
}

@media all and (max-width: 767px) {
	
    footer div.bottom div.logo-bk {
    
        margin : 70px 0 0;
        text-align : center;
    }	
}
	
footer div.bottom div.logo-bk div.logo-bk-info {
	
	position : absolute;
    top : 26px;
    left : -130px;
    color : #fff;
    font-size : 0.875rem;
    line-height : 1.125rem;
}

@media all and (max-width: 767px) {
    
    footer div.bottom div.logo-bk div.logo-bk-info {
    
        position : static;
        margin : 0 0 10px;
        
    }   
}
    

footer div.bottom div.logo-bk img {
	
	height : 44px;
	margin : 0 -22px 0 0;
}

@media all and (max-width: 767px) {
    
    footer div.bottom div.logo-bk img {

        height : 44px;
        margin : 0 15px 0 0;
    }
}

div.main {

    padding : 160px 15px 100px;
    width : 1250px;
    margin : 0 auto 0;
}

@media all and (min-width: 1200px) and (max-width: 1569px) {
	
	div.main {
	
	   width : 1110px;
	}
}

@media all and (min-width: 992px) and (max-width: 1199px) {
	
	div.main {
	
	   width : 930px;
	}
}

@media all and (min-width: 768px) and (max-width: 991px) {
	
	div.main {
	
	   width : 690px;
	}
}

@media all and (min-width: 576px) and (max-width: 767px) {
	
	div.main {
	
	   width : auto;
	}
}

@media all and (max-width: 575px) {
	
	div.main {
	
	   width : auto;
       padding : 160px 0 100px;
	}
}

div.main.overview {
	
	padding : 40px 15px 160px;
}

@media all and (max-width: 575px) {
    
    div.main.overview {
    
       padding : 40px 0 160px;
    }
}

div.message {

	box-sizing : border-box;
	margin : 0 0 40px;
	padding : 15px 70px 15px;
	text-align : center;
	background-color : #fff;
	position : relative;
	font-size : 1.25rem;
	line-height : 1.5rem;
	font-family : 'Titillium Web';
	font-weight : bold;
}

div.message.error::before {
    
    content : '\f06a';
    font-family : 'Font Awesome 5 Free';
    position : absolute;
    left : 20px;
    top : 50%;
    transform : translateY(-50%);
    color : #e3000f;
    font-weight : 900;
}

div.message.info::before {
    
    content : '\f00c';
    font-family : 'Font Awesome 5 Free';
    position : absolute;
    left : 20px;
    top : 50%;
    transform : translateY(-50%);
    color : #fff;
    font-weight : 900;
}

div.message.hidden {
	
	display : none;
}

div.message.info {

    background-color : #838f95;
    color : #fff;
}

div.message.error {

    background-color : rgba(235, 235, 235, 0.75);
    color : #e3000f;
}

div.message button.delete {
    
    position : absolute;
    top : 0;
    bottom : 0;
    right : 8px;
    border : 0 solid transparent;
    cursor : pointer;
    outline : none;
    transition : transform 250ms, color 250ms;
    background-color : transparent;
}

div.message button.delete::before {
    
    font-family : 'Font Awesome 5 Free';
    content : '\f00d';
    font-size : 1rem;
    line-height : 1.25rem;
    font-weight: 900;
}

div.message button.delete:active {
    
    transform : scale(0.95);
}

div.message.info button.delete {
	
    color : #fff;
}

div.message.info button.delete:hover {
    
    color : #000;
}

div.message.error button.delete {
	
    color : #e3000f;
}

div.message.error button.delete:hover {
    
    color : #000;
}

h1 {

    margin : 20px 0 40px;
    font-size : 3.375rem;
    line-height : 3.75rem;
    color : #e3000f;
    text-align : center;
}

@media all and (max-width: 575px) {
    
    h1 {
    
        font-size: 2.1875rem;
        line-height: 2.5625rem;
        margin : 0 15px 40px;
    }
}

h2 {
	
    font-size: 2.125rem;
    line-height: 2.375rem;
    color : #e3000f;
    text-align : center;
}

@media all and (max-width: 575px) {
    
    h2 {
    
        font-size: 1.75rem;
        line-height: 2.0rem;
    	margin : 20px 15px 20px;
    }
}

p {
	
	color : #5b6770;
	text-align : center;
	font-family : Titillium Web;
	font-size : 1.3125rem;
	line-height : 1.625rem;
}

@media all and (max-width: 575px) {
    
    p {
    
        margin : 20px 0 20px;
    }
}

div.main ul.breadcrumb {
	
	list-style-type : none;
	display : block;
	padding : 0;
	margin : 0 0 7px;
}

@media all and (max-width: 575px) {
	
	div.main ul.breadcrumb {
	
        display : none;
	}
}

div.main ul.breadcrumb li {
	
	display : inline-block;
	font-family : Titillium Web;
    font-size: 0.8125rem;
    line-height: 1rem;
    color: #5b6770;
}

div.main ul.breadcrumb li a {
	
	background-image: none;
    margin-right: 10px;
    padding: 2px 0;
}

div.main ul.breadcrumb li a:hover {
	
    background-image: linear-gradient(#fff,#fff);
    background-size: 1px 1px;
    background-repeat: repeat-x;
    background-position: 0 99%;
    color: inherit;
}

div.main ul.breadcrumb li:not(:last-child)::after {
    
    content: '>';
    display: inline-block;
    vertical-align: middle;
    margin-right: 5px;
    color: #5b6770;
}

div.main div.content {
	
    background-color : #fff;
    box-shadow : 0 1px 4px rgba(0,0,0,.22);
    padding : 50px 253px 50px;
    color : #5b6770;
    font-size : 1rem;
    line-height : 1.25rem;
    font-family : 'Titillium Web';
}

@media all and (min-width : 1200px) and (max-width : 1569px) {
    
    div.main div.content {
    
       padding : 50px 230px 50px;
    }
}

@media all and (min-width: 992px) and (max-width : 1199px) {
    
    div.main div.content {
    
       padding : 50px 200px 50px;
    }
}

@media all and (min-width: 768px) and (max-width : 991px) {
    
    div.main div.content {
    
       padding : 50px 100px 50px;
    }
}

@media all and (min-width: 576px) and (max-width : 767px) {
    
    div.main div.content {
    
       padding : 50px 40px 50px;
    }
}

@media all and (max-width : 575px) {
    
    div.main div.content {
    
       padding : 50px 15px 50px;
       line-height : 1.5625rem;
    }
}

div.content h1 {

    padding : 30px 0 0;
    font-size : 2.125rem;
    line-height : 2.375rem;
    color : #e3000f;
    margin : 0 0 50px;
    text-align : left;
    font-family : Titillium Web;
}

@media all and (max-width: 575px) {
	
	div.content h1 {
	
        font-size: 1.75rem;
        line-height: 2.0625rem;
	}
}

div.content h1::after {
    
    background: #e3000f;
    content: "";
    display: block;
    height: 6px;
    margin-top: 20px;
    width: 80px;    
}

div.content h2 {

    color : #000;
    font-size : 1.625rem;
    line-height : 1.875rem;
    text-align : left;
    color : #5b6770;
}

div.content p {
	
	text-align : left;
	color : #5b6770;
	font-size : 0.9375rem;
	line-height : 1.25rem;
	font-family : 'Titillium Web';
}

@media all and (max-width: 575px) {
	
	div.content p {
	
        font-size : 1rem;
        line-height : 1.5625rem;
        margin : 20px 0 20px;
	}
}

div.content ol {
	
	margin : 10px 0 10px 28px;
	padding : 0 0 0;
}

div.content ol li {
	
    padding : 6px 0 6px 0;
	color : #5b6770;
    font-size : 0.9375rem;
    line-height : 1.25rem;
	font-family : 'Titillium Web';
}

@media all and (max-width: 575px) {
    
    div.content ol li {
    
        font-size : 1rem;
        line-height : 1.5625rem;    
    }
}

div.content ul {
    
    margin : 10px 0 10px 18px;
    padding : 0 0 0;
}

div.content ul li {
	
    padding : 6px 0 6px 0;
    color : #5b6770;
    font-size : 0.9375rem;
    line-height : 1.25rem;
    font-family : 'Titillium Web';
}

@media all and (max-width: 575px) {
    
    div.content ul li {
    
        font-size : 1rem;
        line-height : 1.5625rem;    
    }
}

div.content a {
	
    background-image: linear-gradient(#e3000f,#e3000f);
    background-size : 1px 2px;
    background-repeat : repeat-x;
    background-position : 0 99%;
    padding-bottom : 2px;
    color : inherit;
}

div.content a:hover {
	
    color: #e3000f;
}

div.main div.account {
	
    background-color : #fff;
    box-shadow : 0 1px 4px rgba(0,0,0,.22);
    padding : 50px 253px 50px;
}

@media all and (min-width : 1200px) and (max-width : 1569px) {
    
    div.main div.account {
    
       padding : 50px 230px 50px;
    }
}

@media all and (min-width: 992px) and (max-width : 1199px) {
    
    div.main div.account {
    
       padding : 50px 200px 50px;
    }
}

@media all and (min-width: 768px) and (max-width : 991px) {
    
    div.main div.account {
    
       padding : 50px 100px 50px;
    }
}

@media all and (min-width: 576px) and (max-width : 767px) {
    
    div.main div.account {
    
       padding : 50px 40px 50px;
    }
}

@media all and (max-width : 575px) {
    
    div.main div.account {
    
       padding : 50px 15px 50px;
    }
}

div.main div.account h1 {

    padding : 30px 0 0;
    font-size : 2.125rem;
    line-height : 2.375rem;
    color : #e3000f;
    margin : 0 0 50px;
    text-align : left;
}

@media all and (max-width: 575px) {
    
    div.main div.account h1 {
    
        font-size: 1.75rem;
        line-height: 2.0625rem;
    }
}

div.main div.account h1::after {
    
    background: #e3000f;
    content: "";
    display: block;
    height: 6px;
    margin-top: 20px;
    width: 80px;    
}


div.main div.account h2 {

    font-size : 1.625rem;
    line-height : 1.875rem;
    text-align : left;
    color : #5b6770;
}

@media all and (max-width: 575px) {
    
    div.main div.account h2 {
    
        margin : 20px 0 20px;
    }
}

div.main div.account h3 {

    font-size : 1.375rem;
    line-height : 1.625rem;
    text-align : left;
    color : #5b6770;
    margin : 50px 0 20px;
}

div.main div.account p {
    
    text-align : left;
    color : #5b6770;
    font-size : 1.3125rem;
    line-height : 1.625rem;
    font-family : 'Titillium Web';
}

div.main div.account ul a {
    
    background-image: linear-gradient(#e3000f,#e3000f);
    background-size : 1px 2px;
    background-repeat : repeat-x;
    background-position : 0 99%;
    padding-bottom : 2px;
    color : inherit;
}

div.main div.account div.reminder-entries div.reminder-entry {
    
    background-color: #f1f1f1;
    padding : 26px 20px 20px;
    margin : 0 0 0;
    position : relative;
    color : #5b6770;
    flex-grow : 1;
    font-family : Titillium Web;
    font-size : 1rem;
    line-height : 1.25rem;
    margin : 0 0 20px;
}

div.main div.account div.reminder-entries div.reminder-entry::before {
    
    content : '';
    position : absolute;
    left : 0;
    top : 0;
    width : 77px;
    height : 6px;
    background-color: #e3000f;
}

div.main div.account div.reminder-entries div.reminder-entry a {
    
    background-image: linear-gradient(#e3000f,#e3000f);
    background-size : 1px 2px;
    background-repeat : repeat-x;
    background-position : 0 99%;
    padding-bottom : 2px;
    color : inherit;
}

div.main div.account div.reminder-entries div.reminder-entry a:hover {
    
    color: #e3000f;
}

div.main div.account dl
{
    display : flex;	
    flex-wrap : wrap;
    background-color: #f1f1f1;
    padding : 26px 20px 20px;
    margin : 0 0 0;
    position : relative;
    color : #5b6770;
    flex-grow : 1;
    font-family : Titillium Web;
    font-size : 1rem;
    line-height : 1.25rem;
    margin : 0 0 20px;
}

div.main div.account dl::before {
    
    content : '';
    position : absolute;
    left : 0;
    top : 0;
    width : 77px;
    height : 6px;
    background-color: #e3000f;
}

div.main div.account dl dt
{
    width : 33%;
    margin : 6px 0 6px;
    font-family : Titillium Web;
    font-weight : bold;
}

@media all and (max-width: 575px) {
	
	div.main div.account dl dt {
	
	   width : 100%;
	   margin : 6px 0 0;
	}
}

div.main div.account dl dd
{
    width : 66%;
    margin : 6px 0 6px;
    font-family : Titillium Web;
}

@media all and (max-width: 575px) {
    
    div.main div.account dl dd {
    
       width : 100%;
       margin : 3px 0 6px;
    }
}

div.main div.account dl dd a {
    
    background-image: linear-gradient(#e3000f,#e3000f);
    background-size : 1px 2px;
    background-repeat : repeat-x;
    background-position : 0 99%;
    padding-bottom : 2px;
    color : inherit;
}

div.main div.account dl dd a:hover {
    
    color: #e3000f;
}

div.main div.account div.account-box {
	
	margin : 20px 0 50px;
}

div.main div.account div.account-box div.account-box-content {

    background-color: #f1f1f1;
    padding : 26px 20px 20px;
    margin : 0 0 0;
    position : relative;
    color : #5b6770;
    flex-grow : 1;
    font-family : Titillium Web;
    font-size : 1rem;
    line-height : 1.25rem;
    margin : 0 0 20px;
}

div.main div.account div.account-box div.account-box-content::before {
    
    content : '';
    position : absolute;
    left : 0;
    top : 0;
    width : 77px;
    height : 6px;
    background-color: #e3000f;
}

div.main div.account-overview {
	
    background-color : #fff;
    box-shadow : 0 1px 4px rgba(0,0,0,.22);
    padding : 50px 95px 50px;
}

@media all and (min-width: 992px) and (max-width: 1199px) {
    
    div.main div.account-overview {
    
        padding : 50px 80px 50px;
    }   
}

@media all and (min-width: 576px) and (max-width: 991px) {
    
    div.main div.account-overview {
    
        padding : 50px 60px 50px;
    }   
}

@media all and (max-width: 575px) {
    
    div.main div.account-overview {
    
        padding : 50px 40px 50px;
    }   
}

div.main div.account-overview h1 {

	font-size : 2.0rem;
	line-height : 2.5rem;
	color : #5b6770;
	text-align : left;
	margin : 0 0 55px;
}

div.main div.account-overview h2 {

	font-size : 1.5rem;
	line-height : 1.75rem;
	color : #5b6770;
	text-align : left;
	margin : 0 0 30px;
}

div.main div.account-overview div.account-data {
	
	display : flex;
	justify-content : space-between;
    border-bottom : 1px solid #d4d4d4;
    padding : 0 0 15px;
}

@media all and (max-width: 991px) {
	
	div.main div.account-overview div.account-data {
	
        flex-direction : column; 
	}
}

div.main div.account-overview div.account-data div.column {
	
	width : 488px;
}

@media all and (min-width: 1200px) and (max-width: 1569px) {
    
    div.main div.account-overview div.account-data div.column {
    
       width : 430px;
    }
}

@media all and (min-width: 992px) and (max-width: 1199px) {
	
    div.main div.account-overview div.account-data div.column {
    
       width : 355px;
    }
}

@media all and (max-width: 991px) {
	
    div.main div.account-overview div.account-data div.column {
    
       width : 570px;
       margin : 0 0 15px;
    }
}

div.main div.account-overview div.account-data div.column div.row {
	
	display : flex;
	justify-content : space-between;
	margin : 0 0 15px;
}

@media all and (max-width: 575px) {
	
    div.main div.account-overview div.account-data div.column div.row {
    
        flex-direction : column;
    }
}

div.main div.account-overview div.account-data div.column div.row div.label {
	
	width : 160px;
	margin : 0 25px 0 0;
	font-family : Titillium Web;
	font-size : 1.0rem;
	line-height : 1.25rem;
	font-weight : 700;
	flex-shrink : 0;
}

@media all and (max-width: 575px) {
    
    div.main div.account-overview div.account-data div.column div.row div.label {
    
        margin : 0 0 6px;
    }
}

div.main div.account-overview div.account-data div.column div.row div.value {
	
	font-family : Titillium Web;
	font-size : 1.0rem;
	line-height : 1.25rem;
	font-weight : 400;
	flex-grow : 1;
    word-break : break-all;
}

div.main div.account-overview div.button-row {
	
	margin : 30px 0 0;
}

div.main div.account-overview-box {
	
    background-color : #fff;
    box-shadow : 0 1px 4px rgba(0,0,0,.22);
    padding : 50px 95px 50px;
    margin : 50px 0 0;
}

@media all and (min-width: 992px) and (max-width: 1199px) {
    
    div.main div.account-overview-box {
    
        padding : 50px 80px 50px;
    }   
}

@media all and (min-width: 576px) and (max-width: 991px) {
    
    div.main div.account-overview-box {
    
        padding : 50px 60px 50px;
    }   
}

@media all and (max-width: 575px) {
    
    div.main div.account-overview-box {
    
        padding : 50px 40px 50px;
    }   
}

div.main div.account-overview-box h2 {
	
    font-size : 1.5rem;
    line-height : 1.75rem;
    color : #5b6770;
    text-align : left;
    margin : 0 0 30px;
}

div.main div.account-overview-box h3 {
	
    font-size : 1.3125rem;
    line-height : 1.5625rem;
    color : #5b6770;
    text-align : left;
    margin : 0 0 25px;
}

div.main div.account-overview-box p {
	
    font-size : 1.0rem;
    line-height : 1.25rem;
    color : #5b6770;
    text-align : left;
    margin : 0 0 25px;
}

div.main div.account ul.account-tab-header {
	
	display : flex;
	list-style : none;
	padding : 0;
	justify-content : flex-start; 
	flex-wrap : wrap;
	border-bottom : 1px solid #d4d4d4;
	margin : 0 0 40px;
}

@media all and (max-width: 767px) {
	
	div.main div.account ul.account-tab-header {
	
    	justify-content : center;
   	} 
}

div.main div.account ul.account-tab-header li {
    
    margin : 0 30px 0 0;
    padding : 14px 0 14px;
    font-family : Titillium Web;
    font-weight : 900;
    text-transform : uppercase;
    font-size : 0.75rem;
    line-height : 0.875rem;
    letter-spacing : 0.05rem;
    position : relative;
}

@media all and (max-width: 767px) {
    
    div.main div.account ul.account-tab-header li {
    
        margin : 0 15px 0 0;
    } 
}

@media all and (max-width: 767px) {
    
    div.main div.account ul.account-tab-header li:last-child {
    
        margin : 0 0 0 0;
    } 
}

div.main div.account ul.account-tab-header li:hover {

	cursor : pointer;
}

div.main div.account ul.account-tab-header li::after {
    
    content: '';
    position: absolute;
    width: 100%;
    height: 4px;
    bottom: 0;
    left: 0;
    background-color: #e3000f;
    transform: scale3d(1,0,1);
    transform-origin: bottom;
    transition: transform 250ms;
}

div.main div.account ul.account-tab-header li.active::after {

	transform: scale3d(1,1,1);
}

div.main div.account ul.account-tab-header li:hover::after {

	transform: scale3d(1,1,1);
}

div.main div.account div.account-tab {
	
	display : none;
}

div.main div.account div.account-tab.active {
	
	display : block;
}

div.main div.account div.account-tab div.form-description p {
    
    font-size : 1rem;
    line-height : 1.25rem;
    font-weight : 400;
}

div.main div.account div.account-tab div.account-tab-part {
	
	display : none;
}

div.main div.account div.account-tab div.account-tab-part.active {
	
	display : block;
}

div.main div.order {
	
    display : flex;	    
    box-shadow : 0 1px 4px rgba(0,0,0,.22);
}

@media all and (max-width: 991px) {
	
	div.main div.order {
	
	   flex-direction : column;
	}
}

div.main div.order div.progress {
	
	width : 210px;
	padding : 40px 40px 40px;
	background-color : #233746;
}


@media all and (min-width : 1200px) and (max-width: 1569px) {
    
    div.main div.order div.progress {
	
		width : 175px;
    }
}

@media all and (min-width: 992px) and (max-width: 1199px) {
    
    div.main div.order div.progress {
    
		width : 130px;
    }
}

@media all and (max-width: 991px) {
    
    div.main div.order div.progress {
    
        width : auto;
        padding : 0 0 0;
        background-color : #fff;
    }
}

div.main div.order div.progress h3 {
	
	margin : 0;
    font-size: 1.0625rem;
    line-height: 1.1875rem;
    color: #fff;
    margin-bottom: 45px;
}

@media all and (max-width: 991px) {
	
	div.main div.order div.progress h3 {
	
        display : none;
    }
}

div.main div.order div.progress ul {
	
	padding : 0;
}

@media all and (max-width: 991px) {
    
    div.main div.order div.progress ul {
    
        display : flex;
        justify-content : center;
        align-items : center;
        height : 100px;
        margin : 0 0 0;
    }
}
	
div.main div.order div.progress ul li {
	
	list-style : none;
	position : relative;
	height : 70px;
}

@media all and (max-width: 991px) {
    
    div.main div.order div.progress ul li {
    
        display : block;
        height : 12px;
        width : 12px;
        margin : 0 15px 0;
    }
}	

div.main div.order div.progress ul li:not(:last-child)::before {

	content : '';
	position : absolute;
	top : 21px;
	bottom : -1px;
	left : 5px;
	right : 0;
	border-left : 1px solid #fff;
}

@media all and (max-width: 991px) {
    
    div.main div.order div.progress ul li:not(:last-child)::before {
    
        top : 6px;
        left : 16px;
        bottom : 0;
        right : -26px;
        border-left : 0 none transparent;
        border-top : 1px solid #5b6770;
    }
}
	
div.main div.order div.progress ul li.current:not(:last-child)::before {

	border-left : 1px solid #5b6770;
}
	
@media all and (max-width: 991px) {
    
    div.main div.order div.progress ul li.current:not(:last-child)::before {
    
        border-left : 0 none transparent;
        border-top : 1px solid #b3b3b3;
    }
}

div.main div.order div.progress ul li.inactive:not(:last-child)::before {

	border-left : 1px solid #5b6770;
}
	
@media all and (max-width: 991px) {
    
    div.main div.order div.progress ul li.inactive:not(:last-child)::before {
    
        border-left : 0 none transparent;
	    border-top : 1px solid #b3b3b3;
    }
}

@media all and (max-width: 991px) {
	
	div.main div.order div.progress ul li span.label {
		
	    display : none;
	}
}

div.main div.order div.progress ul li a {
	
	font-size : 0.9375rem;
	line-height : 1.25rem;
	color : #fff;
	font-family : Titillium Web;
    padding : 0 0 0 20px;
    display : block;
}

div.main div.order div.progress ul li.current a {
	
    color : #e3000f;
}
	
div.main div.order div.progress ul li a:hover {
	
	color : #e3000f;
}

div.main div.order div.progress ul li a::before {
    
    content : '';
    position : absolute;
    top : 5px;
    left : 0;
    width : 8px;
    height : 8px;
    border : 2px solid #fff;
    border-radius : 50%;
}

@media all and (max-width: 991px) {
    
    div.main div.order div.progress ul li a::before {
        
        top : 0;
        border : 2px solid #5b6770;
    }
}

div.main div.order div.progress ul li.current a::before {
    
    border : 2px solid #e3000f;
}

div.main div.order div.progress ul li a:hover::before {
    
    border : 2px solid #e3000f;
}

div.main div.order div.progress ul li.inactive span.item {
	
    font-size : 0.9375rem;
    line-height : 1.25rem;
    color : #9b9b9b;
    font-family : Titillium Web;
    padding : 0 0 0 20px;
    display : block;
}

div.main div.order div.progress ul li.inactive span.item::before {
    
    content : '';
    position : absolute;
    top : 5px;
    left : 0;
    width : 8px;
    height : 8px;
    border : 2px solid #5b6770;
    border-radius : 50%;
}

@media all and (max-width: 991px) {
    
    div.main div.order div.progress ul li.inactive span.item::before {
        
        top : 0;
        border : 1px solid #5b6770;
        width : 10px;
        height : 10px;
    }
}

div.main div.order div.account {
	
    padding : 40px 107px 40px 30px;
    width : 860px;
    box-shadow : none;
}

@media all and (min-width : 1200px) and (max-width: 1569px) {
    
    div.main div.order div.account {
    
        padding : 40px 95px 40px 30px;
        width : 755px;
    }
}

@media all and (min-width: 992px) and (max-width: 1199px) {
    
    div.main div.order div.account {
    
        padding : 40px 80px 40px 30px;
        width : 620px;
    }
}

@media all and (min-width: 768px) and (max-width: 991px) {
    
    div.main div.order div.account {
    
        padding : 40px 60px 40px 60px;
        width : 570px;
    }
}

@media all and (min-width: 576px) and (max-width: 767px) {
    
    div.main div.order div.account {
    
       padding : 40px 64px 40px 64px;
       width : auto;
    }
}

@media all and (max-width: 575px) {
    
    div.main div.order div.account {
    
       padding : 40px 15px 40px;
	   width : auto;
    }
}

div.main div.order div.account h1 {

    padding : 0 0 0;
    color : #000;
    font-size : 1.625rem;
    line-height : 1.875rem;
    text-align : center;
    color : #5b6770;
    margin : 0 0 30px;
}

div.main div.order div.account h1::after {
    
    content : none;
}

div.main div.order div.account h2 {

    padding : 0 0 0;
    color : #000;
    font-size : 1.5rem;
    line-height : 1.75rem;
    text-align : left;
    color : #5b6770;
    margin : 30px 0 30px;
}

div.main div.order form:not(.inner-form) {
	
    background-color : #fff;
    padding : 40px 107px 40px 30px;
	width : 860px;
	box-shadow : none;
}

@media all and (min-width : 1200px) and (max-width: 1569px) {
    
    div.main div.order form:not(.inner-form) {
    
	    padding : 40px 95px 40px 30px;
	    width : 755px;
    }
}

@media all and (min-width: 992px) and (max-width: 1199px) {
    
    div.main div.order form:not(.inner-form) {
    
	    padding : 40px 80px 40px 30px;
        width : 620px;
    }
}

@media all and (min-width: 768px) and (max-width: 991px) {
    
    div.main div.order form:not(.inner-form) {
    
	    padding : 40px 60px 40px 60px;
        width : 570px;
    }
}

@media all and (min-width: 576px) and (max-width : 767px) {
    
    div.main div.order form:not(.inner-form) {
    
       padding : 40px 64px 40px 64px;
       width : auto;
    }
}

@media all and (max-width : 575px) {
    
    div.main div.order form:not(.inner-form) {
    
       padding : 40px 15px 40px;
       width : auto;
    }
}

@media all and (min-width: 768px) and (max-width : 991px) {
    
    div.main form:not(.inner-form) {
    
       padding : 50px 100px 50px;
    }
}

div.main div.order form:not(.inner-form) h1 {

	padding : 0 0 0;
    color : #000;
    font-size : 1.625rem;
    line-height : 1.875rem;
    text-align : center;
    color : #5b6770;
    margin : 0 0 30px;
}

div.main div.order form:not(.inner-form) h1::after {
	
	content : none;
}

div.main div.order form:not(.inner-form) h2 {

    padding : 0 0 0;
    color : #000;
    font-size : 1.5rem;
    line-height : 1.75rem;
    text-align : left;
    color : #5b6770;
    margin : 30px 0 20px;
}

div.main div.order form:not(.inner-form) p {

    color : #5b6770;
    text-align : center;
    font-family : Titillium Web;
    font-size : 1.0rem;
    line-height : 1.25rem;
    text-align : left;
}

div.main div.order form:not(.inner-form) div.form-row div.form-group {
    
    width : 397px;
}

@media all and (min-width: 1200px) and (max-width: 1569px) {
    
    div.main div.order form:not(.inner-form) div.form-row div.form-group {
    
       width : 350px;
    }
}

@media all and (min-width: 992px) and (max-width: 1199px) {
    
    div.main div.order form:not(.inner-form) div.form-row div.form-group {
    
       width : 290px;
    }
}

@media all and (max-width: 991px) {
    
    div.main div.order form:not(.inner-form) div.form-row div.form-group {
    
       width : 100%;
    }
}

div.main div.product-details {
	
    background-color : #fff;
    box-shadow : 0 1px 4px rgba(0,0,0,.22);
    display : -ms-grid;
    display : grid;
    -ms-grid-columns : 1fr 20px 1fr;
    grid-template-columns : 1fr 1fr;
    -ms-grid-rows : auto;
    grid-template-rows : auto;
    grid-gap : 0 40px;
    padding : 50px 50px 50px;
}

@media all and (min-width: 768px) and (max-width: 991px) {
	
	div.main div.product-details {

	   -ms-grid-columns: 1fr;
	   grid-template-columns: 1fr;
	   grid-gap : 20px 0;
    }
}

@media all and (min-width: 576px) and (max-width: 767px) {
	
	div.main div.product-details {

	    -ms-grid-columns: 1fr;
	    grid-template-columns: 1fr;
	    grid-gap : 20px 0;
        padding : 50px 40px 50px;
    }
}

@media all and (max-width: 575px) {
	
	div.main div.product-details {

	    -ms-grid-columns: 1fr;
	    grid-template-columns: 1fr;
	    grid-gap : 20px 0;
        padding : 50px 15px 50px;
    }
}



div.main div.product-details div.product-details-header {
	
	grid-area : 1 / 2 / span 1 / span 1;
    -ms-grid-row : 1;
    -ms-grid-column : 3;
    -ms-grid-row-span : 1;
    -ms-grid-column-span : 1;
}

@media all and (max-width: 991px) {
    
    div.main div.product-details div.product-details-header {

        grid-area : 1 / 1 / span 1 / span 1;
	    -ms-grid-row : 1;
	    -ms-grid-column : 1;
	    -ms-grid-row-span : 1;
	    -ms-grid-column-span : 1;
   }
}

div.main div.product-details div.product-details-header h1 {
    
    font-size : 2.125rem;
    line-height : 2.375rem;
    color : #e3000f;
    margin : 0 0 30px;
    text-align : left;
}

@media all and (max-width: 575px) {
    
    div.main div.product-details div.product-details-header h1 {
    
        font-size: 1.75rem;
        line-height: 2.0625rem;
    }
}

div.main div.product-details div.product-details-header h1::after {
    
    background: #e3000f;
    content: "";
    display: block;
    height: 6px;
    margin-top: 20px;
    width: 80px;    
}

div.main div.product-details div.product-details-header div.subtitle {
    
    font-size : 1.5rem;
    line-height : 1.75rem;
    text-align : left;
    color : #5b6770;
    margin : 0 0 10px;
}

div.main div.product-details div.product-details-images {
	
	grid-area : 1 / 1 / span 2 / span 1;
    -ms-grid-row : 1;
    -ms-grid-column : 1;
    -ms-grid-row-span : 2;
    -ms-grid-column-span : 1;
}

@media all and (max-width: 991px) {
    
    div.main div.product-details div.product-details-images {

        grid-area : 2 / 1 / span 1 / span 1;
	    -ms-grid-row : 2;
	    -ms-grid-column : 1;
	    -ms-grid-row-span : 1;
	    -ms-grid-column-span : 1;
    }
}

div.main div.product-details div.product-details-images div.images {

	display : flex;
	margin : 0 auto 0;
	justify-content : center;
}
	
div.main div.product-details div.product-details-images div.images div.sp-wrap {

    max-width : none;
    margin : 0 0 0;
    width : 535px;
}

@media all and (min-width: 1200px) and (max-width: 1569px) {
	
    div.main div.product-details div.product-details-images div.images div.sp-wrap {

        width : 475px;
    }
}

@media all and (min-width: 992px) and (max-width: 1199px) {
	
    div.main div.product-details div.product-details-images div.images div.sp-wrap {

        width : 385px;
    }
}

@media all and (min-width: 576px) and (max-width: 991px) {
	
    div.main div.product-details div.product-details-images div.images div.sp-wrap {

        width : 400px;
    }
}

@media all and (max-width: 575px) {
	
    div.main div.product-details div.product-details-images div.images div.sp-wrap {

        width : 100%;
    }
}

div.main div.product-details div.product-details-images div.images img.placeholder {
	
	width : 100%;
}

@media all and (max-width: 991px) {
	
	div.main div.product-details div.product-details-images div.images img.placeholder {

        display : none;
	}
}

div.main div.product-details div.product-details-body {
	
	position : relative;
	min-height : 410px;
    grid-area : 2 / 2 / span 1 / span 1;
    -ms-grid-row : 2;
    -ms-grid-column : 3;
    -ms-grid-row-span : 1;
    -ms-grid-column-span : 1;
}

@media all and (max-width: 991px) {
    
    div.main div.product-details div.product-details-body {

        grid-area : 3 / 1 / span 1 / span 1;
	    -ms-grid-row : 3;
	    -ms-grid-column : 1;
	    -ms-grid-row-span : 1;
	    -ms-grid-column-span : 1;
    }
}


div.main div.product-details div.product-details-body div.description-text {

    font-family : Titillium Web;
    font-weight : normal;
    font-size: 1rem;
    line-height: 1.25rem;
}

div.main div.product-details div.product-details-body div.description-text p {

    font-family : Titillium Web;
    font-weight : normal;
    font-size: 1rem;
    line-height: 1.25rem;
    color : #5b6770;
    text-align : left;
}

div.main div.product-details div.product-details-body div.description-text li {

    font-family : Titillium Web;
    font-weight : normal;
    font-size: 1rem;
    line-height: 1.25rem;
    color : #5b6770;
    text-align : left;
}

div.main div.product-details div.product-details-body div.description-text a {
	
    background-image: linear-gradient(#e3000f,#e3000f);
    background-size : 1px 2px;
    background-repeat : repeat-x;
    background-position : 0 99%;
    padding-bottom : 2px;
    color : inherit;
}

div.main div.product-details div.product-details-body div.description-text a:hover {
	
    color: #e3000f;
}

div.main div.product-details div.product-details-body div.description div.properties {
	
	margin : 40px 0 30px;
    display : -ms-grid;
	display : grid;
    -ms-grid-columns : 1fr 30px 1fr;
    grid-template-columns : 1fr 1fr;
    -ms-grid-rows : auto 30px auto 30px auto 30px auto 30px auto;
    grid-template-rows : auto;
    grid-gap : 30px 30px;
}

@media all and (max-width : 419px) {
	
    div.main div.product-details div.product-details-body div.description div.properties {
	
	   -ms-grid-columns : 1fr;
	   grid-template-columns : 1fr;
    }
}
	
div.main div.product-details div.product-details-body div.description div.properties div.property div.staffelpreise {
	
	display: flex;
    flex-direction: column;
}

div.main div.product-details div.product-details-body div.description div.properties div.property div.staffelpreis {
	
	display: flex;
    flex-direction: row;
}

div.main div.product-details div.product-details-body div.description div.properties div.property div.staffelpreis div.staffelpreisab {
	
	min-width: 20px;
}

div.main div.product-details div.product-details-body div.description div.properties div.property div.staffelpreis div.staffelpreisanzahl {
	
	min-width: 82px;
}

div.main div.product-details div.product-details-body div.description div.properties div.property div.staffelpreis span.price {
	
	color: #e3000f;
}

div.main div.product-details div.product-details-body div.description div.collective-order {
	
    margin : 0 0 70px;	
}
	
div.main div.product-details div.product-details-body div.description div.collective-order dl {
   
    display : flex;
    flex-wrap : wrap;
}

@media all and (max-width: 419px) {
	
    div.main div.product-details div.product-details-body div.description div.collective-order dl {
    
        flex-direction : column;
    }
}

div.main div.product-details div.product-details-body div.description div.collective-order dl dt {
   
    margin : 0;
    padding : 4px 5px 4px;
    box-sizing : border-box;
    text-align : left;
    width : 60%;
}

div.main div.product-details div.product-details-body div.description div.collective-order dl dd {
   
    margin : 0;
    box-sizing : border-box;
    text-align : left;
    padding : 4px 5px 4px;
    width : 40%;
}

@media all and (max-width: 419px) {
    
    div.main div.product-details div.product-details-body div.description div.collective-order dl dt {
    
        font-size : 0.75rem;
        line-height : 1.0rem;
        padding : 8px 5px 0;
    }
}

div.main div.product-details div.product-details-body div.description div.collective-order div.progress-wrap {
	
    height : 72px;
    display : block;
    margin : 30px auto 50px;
    width : 400px;
    position : relative;
}

@media all and (min-width: 420px) and (max-width: 575px) {
	
	div.main div.product-details div.product-details-body div.description div.collective-order div.progress-wrap {
	    
	    width : 320px;
	}
}

@media all and (max-width: 419px) {
	
	div.main div.product-details div.product-details-body div.description div.collective-order div.progress-wrap {
	    
	    width : 200px;
	}
}

div.main div.product-details div.product-details-body div.description div.collective-order div.progress-wrap div.progress-background {
    
    background-color: #909090;
    border-radius: 9px;
    height: 28px;
    left : -10px;
    right : -10px;
    top : 26px;
    position: absolute;
    z-index: 5;
}

div.main div.product-details div.product-details-body div.description div.collective-order div.progress-wrap div.progress-bar {

	background-color: #f06400;
    position : absolute;
    left : 0;
    top : 33px;
    bottom : 25px;
    z-index: 8;
}

div.main div.product-details div.product-details-body div.description div.collective-order div.progress-wrap div.progress-quantity {
    
    background-color: #005aaa;
    color: #fff;
    font-size: 0.75rem;
    font-weight: bold;
    position: absolute;
    transform : translateX(-50%);
    text-align: center;
    width: 35px;
}

div.main div.product-details div.product-details-body div.description div.collective-order div.progress-wrap div.progress-price {
    
    font-size: 0.625rem;
    font-weight: bold;
    position: absolute;
    top: 58px;
    text-align: center;
    transform : translateX(-50%);
    white-space : nowrap;
}

div.main div.product-details div.product-details-body div.description div.collective-order div.progress-wrap div.progress-delimiter {

	background-color : #000;
    height: 28px;
    width : 1px;
    top: 26px;
    position: absolute;
    transform : translateX(-50%);
    z-index: 9;
}

div.main div.product-details div.product-details-body div.description div.properties div.property.price {
	
	grid-column-end : -1;
}

div.main div.product-details div.product-details-body div.description div.properties div.property div.title {
	
	margin : 0;
	font-family : Titillium Web;
	font-weight : bold;
	text-transform : uppercase;
	font-size: 0.75rem;
    line-height: 0.875rem;
    letter-spacing: 0.05rem;    
    break-after  : avoid;
}

div.main div.product-details div.product-details-body div.description div.properties div.property div.value {
	
	margin : 6px 0 0;
    font-family : Titillium Web;
    font-weight : normal;
    font-size: 1rem;
    line-height: 1.25rem;
    break-before : avoid;
}

div.main div.product-details div.product-details-body div.description div.properties div.property div.value span.price {
    
    color : #e3000f;
    display : block;
    padding : 0 80px 0 0;
    box-sizing : border-box;
    position : relative;
    font-size: 1.5rem;
    line-height: 1.75rem;
}

div.main div.product-details div.product-details-body div.description div.properties div.property div.value span.price:not(.empty-price):after {
    
    content: '€';
    font-family: Titillium Web;
    position: absolute;
    font-size: 1rem;
    line-height: 1.25rem;
    display: inline-block;
    margin-left: 3px;
    top : 3px;
    vertical-align: top;
    bottom: auto;
}

div.main div.product-details div.product-details-body div.description div.properties div.property div.value span.refprice {
    
    display : block;
    padding : 0 80px 0 0;
    box-sizing : border-box;
    position : relative;
    font-size: 1.0rem;
    line-height: 1.35rem;
    text-decoration: line-through;
}

div.main div.product-details div.product-details-body div.description div.product-attachments {

    display : flex;
    align-items : center;
    justify-content : space-between;
    border-top : 1px solid #d4d4d4;  
    border-bottom : 1px solid #d4d4d4;  
    padding : 20px 0 20px;
    margin : 30px 0 30px;
    color : #233746;
    font-size : 1.25rem;
    line-height : 1.5rem;
}

div.main div.product-details div.product-details-body div.tax-info {
    
    font-family : Titillium Web;
    font-size : 0.875rem;
    font-weight : 300;
    margin : 0 0 30px;
}

div.main div.product-details div.product-details-body form.cart-add div.rental-date-range-info {

    font-family : Titillium Web;
    font-weight : normal;
    font-size: 1rem;
    line-height: 1.25rem;
    color : #000;
    margin : 0 0 8px;
}

div.main div.product-details div.product-details-body form.cart-add div.rental-date-range {

    margin : 0 0 30px;
}

div.main div.product-details div.product-details-body form.cart-add div.rental-date-range div.rental-date-range-info-title {

    font-family : Titillium Web;
    font-weight : bold;
    font-size: 1rem;
    line-height: 1.25rem;
    color : #000;
    margin : 0 0 8px;
}

div.main div.product-details div.product-details-body form.cart-add div.rental-date-range div.rental-date-range-info {

    font-family : Titillium Web;
    font-weight : normal;
    font-size: 1rem;
    line-height: 1.25rem;
    color : #000;
    margin : 0 0 8px;
}

div.main div.product-details div.product-details-body form.cart-add div.rental-date-range div.rental-date-availability {

    font-family : Titillium Web;
    font-weight : normal;
    font-size: 1rem;
    line-height: 1.25rem;
    color : 000;
    margin : 0 0 8px;
}

div.main div.product-details div.product-details-body form.cart-add div.rental-date-range div.button-row {

    margin : 20px 0 0;
}

div.main div.product-details div.product-details-body div.no-discount-message {
	
	margin : 0 0 40px;
	font-family : Titillium Web;
	font-weight : 400;
	font-size : 0.875rem;
	line-height : 1.125rem;
}

div.main div.product-details div.product-details-body div.not-available-message {
	
	margin : 0 0 40px;
	font-family : Titillium Web;
	font-weight : 900;
	font-size : 1.25rem;
	line-height : 1.5rem;
}

div.main div.product-details div.product-details-body form.cart-add {
	
	background-color: #f1f1f1;
   	padding : 26px 20px 20px;
	margin : 0 0 50px;
	position : relative;
}

div.main div.product-details div.product-details-body form.cart-add::before {
	
	content : '';
	position : absolute;
    left : 0;
    top : 0;
    width : 77px;
    height : 6px;
	background-color: #e3000f;
}

div.main div.product-details div.product-details-body form.cart-add select
{
    margin : 0 0 20px;
}

@media all and (min-width: 992px) and (max-width: 1199px) {
	
    div.main div.product-details div.product-details-body form.cart-add div.form-row {
        
        flex-direction: column;
    }
}

div.main div.product-details div.product-details-body form.cart-add div.form-row div.form-group {
    
    width : 230px;
}

@media all and (min-width: 1200px) and (max-width: 1569px) {
	
	div.main div.product-details div.product-details-body form.cart-add div.form-row div.form-group {
	    
	    width : 200px;
	}
}

@media all and (max-width: 1199px) {
	
	div.main div.product-details div.product-details-body form.cart-add div.form-row div.form-group {
	    
	    width : auto;
	}
}

div.main div.product-details div.product-details-body form.cart-add div.form-group button {
	
	width : 100%;
}

div.main form div.form-grid {

    display : grid;
    grid-template-columns: 1fr 1fr;
    column-gap : 20px;
    row-gap : 20px;
}

div.main form div.form-grid div.form-group {

    margin : 0;
}

div.main form div.form-grid div.form-group.select select {

    margin : 0;
}

div.main form div.form-grid div.form-group.button {

    padding : 24px 0 0;
    align-self : center;
    grid-column-start : 2;
}

div.main form div.form-grid div.form-group.button button {

    height : 58px;
}

div.main div.product-details div.product-details-body form.cart-add div.button-row {
	
	margin : 10px 0 0;
}

div.main div.product-details div.product-details-body form.reminder {
    
    background-color: #f1f1f1;
    padding : 26px 20px 20px;
    margin : 0 0 0;
    position : relative;
    color : #5b6770;
    flex-grow : 1;
    font-family : Titillium Web;
    font-size : 1rem;
    line-height : 1.25rem;
    margin : 0 0 20px;
}

div.main div.product-details div.product-details-body form.reminder::before {
    
    content : '';
    position : absolute;
    left : 0;
    top : 0;
    width : 77px;
    height : 6px;
    background-color: #e3000f;
}

div.main div.product-details div.product-details-body form.reminder div.button-row {
    
    margin : 0;
}

div.main div.product-details div.product-details-body form.reminder p {
    
    color : #5b6770;
    text-align : left;
    font-family : Titillium Web;
    font-size : 1rem;
    line-height : 1.25rem;
}

div.main div.product-details div.product-details-body form.reminder select
{
    margin : 0 0 20px;
}

div.main form.hidden {
    
    display : none;
}

div.main form:not(.inner-form) {

    background-color : #fff;
    box-shadow : 0 1px 4px rgba(0,0,0,.22);
    padding : 50px 253px 50px;
}

@media all and (min-width : 1200px) and (max-width : 1569px) {
	
	div.main form:not(.inner-form) {
	
	   padding : 50px 230px 50px;
	}
}

@media all and (min-width: 992px) and (max-width : 1199px) {
    
    div.main form:not(.inner-form) {
    
       padding : 50px 200px 50px;
    }
}

@media all and (min-width: 768px) and (max-width : 991px) {
    
    div.main form:not(.inner-form) {
    
       padding : 50px 100px 50px;
    }
}

@media all and (min-width: 576px) and (max-width : 767px) {
    
    div.main form:not(.inner-form) {
    
       padding : 50px 40px 50px;
    }
}

@media all and (max-width : 575px) {
    
    div.main form:not(.inner-form) {
    
       padding : 50px 15px 50px;
    }
}

div.main form.cart {

    padding : 50px 80px 50px;
}

@media all and (min-width: 768px) and (max-width : 991px) {
    
    div.main form.cart {
    
       padding : 50px 100px 50px;
    }
}

@media all and (min-width: 576px) and (max-width : 767px) {
    
    div.main form.cart {
    
       padding : 50px 40px 50px;
    }
}

@media all and (max-width : 575px) {
    
    div.main form.cart {
    
       padding : 50px 15px 50px;
    }
}

div.main form h1 {

	padding : 0 0 0;
	font-size : 2.125rem;
	line-height : 2.375rem;
	color : #e3000f;
	margin : 0 0 50px;
	text-align : left;
}

@media all and (max-width: 575px) {
    
    div.main form h1 {
    
        font-size: 1.75rem;
        line-height: 2.0625rem;
    }
}

div.main form h1::after {
	
    background: #e3000f;
    content: "";
    display: block;
    height: 6px;
    margin-top: 20px;
    width: 80px;	
}

div.main form h2 {

    color : #000;
    font-size : 1.625rem;
    line-height : 1.875rem;
    text-align : center;
    color : #5b6770;
}

div.main.cart form h2 {

    text-align : left;
}

div.main form p {

    color : #5b6770;
    text-align : center;
    font-family : Titillium Web;
    font-size : 1.0rem;
    line-height : 1.25rem;
}

@media all and (max-width: 575px) {
	
	div.main form p {
	
	   margin : 20px 0 20px;
	}
}

div.main.cart form p {

    text-align : left;
}

div.main form div.form-description {
	
	font-size : 1.3125rem;
	line-height : 1.625rem;
	font-family : Titillium Web;
	font-weight : bold;
	margin : 0 0 50px;
	color : #5b6770;
	text-align : left;
}

div.main form div.form-description p {
	
    font-size : 1.3125rem;
    line-height : 1.625rem;
	color : #5b6770;
	text-align : left;
}

div.main form div.form-description p.small {
	
    font-size : 0.9375rem;
    line-height : 1.25rem;
	font-weight : normal;
}

div.main form div.mandatory-info {
    
    font-size : 1.0rem;
    line-height : 1.25rem;
    font-family : Titillium Web;
    color : #5b6770;
    text-align : left;
}

div.main form div.mandatory-info p {
    
    font-size : 1.0rem;
    line-height : 1.25rem;
    color : #5b6770;
    text-align : left;
}

div.main form div.form-info {
    
    font-size : 1.0rem;
    line-height : 1.25rem;
    font-family : Titillium Web;
    color : #5b6770;
    text-align : left;
    margin : 40px 0 0;
    hyphens: auto;
}

div.main form div.form-info p {
    
    font-size : 1.0rem;
    line-height : 1.25rem;
    color : #5b6770;
    text-align : left;
}

div.main form input[type=text]
{
    display:block;
    caret-color:#e3000f;
	font-family:Titillium Web;
    font-size:1.125rem;
    font-style:normal;
    font-weight:400;
    letter-spacing:0;
    line-height:1.625rem;
    background:#fff;
    height:58px;
    margin: 0;
    width : 100%;
    box-sizing : border-box;
    padding:0 .75em;
    border:1px solid #9b9b9b;
}

div.main form input[type=text]:hover
{
    border-color:#e3000f;
}

div.main form input[type=text]:focus
{
    outline:none;
    border-color:#e3000f;
}

div.main div.form-group.error input[type=text] {
 
    border-color: #e21e36;
}

div.main form input[type=text].datepicker
{
	background-image: url(img/calendar.svg);
    background-repeat: no-repeat;
    background-position: right 15px center;
    background-size: auto 20px;
    padding-right: 50px;
    padding-top: 16px;
    padding-bottom: 16px;
}

div.main form input[type=password]
{
    display:block;
    caret-color:#e3000f;
	font-family:Titillium Web;
    font-size:1.125rem;
    font-style:normal;
    font-weight:400;
    letter-spacing:0;
    line-height:1.625rem;
    background:#fff;
    width:100%;
    height:58px;
    margin: 0;
    padding:0 .75em;
    border:1px solid #9b9b9b;
    box-sizing : border-box;
}

div.main form input[type=password]:hover
{
    border-color:#e3000f;
}

div.main form input[type=password]:focus
{
    outline:none;
    border-color:#e3000f;
}

div.main div.form-group.error input[type=password] {
 
    border-color: #e21e36;
}

div.main form input[type=password]::-ms-clear
{
    display : none; 
}

div.main form input[type=password]::-ms-reveal
{
    display : none;
}

div.main form input[type=checkbox]
{
    -webkit-appearance: none;
    display: inline-block;
    vertical-align : middle;
    width: 32px;
    height: 32px;
    background-color : #fff;
    border: 1px solid #9b9b9b;
    cursor: pointer;
    border-radius : 3px;
}

div.main form input[type=checkbox]:checked
{
    background-repeat : no-repeat;
    background-position : 50%;
    background-size : 40% auto;
    background-color : #e3000f;
    border-color : #e3000f;
    background-image:url(img/check.svg)
}

div.main form input[type=checkbox]:hover
{
    border-color:#e3000f;
}

div.main form input[type=checkbox]:focus
{
    outline:none;
    border-color:#e3000f;
}

div.main form input[type=radio]
{
    -webkit-appearance: none;
    display: inline-block;
    vertical-align : middle;
    width: 30px;
    height: 30px;
    border: 1px solid #9b9b9b;
    cursor: pointer;
    border-radius:10000px;
    margin: 0;
}

div.main form input[type=radio]:checked
{
    background:#fff;
    background-repeat:no-repeat;
    background-position:50%;
    background-size:40% auto;
    border-color:#e3000f;
    border-width : 10px;
}

div.main form input[type=radio]:hover
{
    border-color:#e3000f;
}

div.main form input[type=radio]:focus
{
    outline:none;
    border-color:#e3000f;
}

div.main form select
{
    display : block;
    font-family:Titillium Web;
    font-size:1.125rem;
    font-style:normal;
    font-weight:400;
    letter-spacing:0;
    line-height:1.625rem;
    background:#fff;
    display:block;
    width:100%;
    height:58px;
    margin: 0;
    padding:0 .75em;
    border:1px solid #9b9b9b;
    -webkit-appearance : none;
    border-radius:0;
    background-image:url(img/angle-down-black.svg);
    background-repeat:no-repeat;
    background-size:auto 10px;
    background-position:right 15px center;
    padding-right:50px
}

div.main form select::-ms-expand
{
    display : none;
}

div.main form select:focus
{
    outline:none;
    border-color:#e3000f;
}

div.main div.form-group.error select {
 
    border-color: #e21e36;
}

div.main form textarea
{
    display : block;
    caret-color : #e3000f;
    overflow : auto;
    margin: 0;
    font-family:Titillium Web;
    font-size:1.125rem;
    font-style:normal;
    font-weight:400;
    letter-spacing:0;
    line-height:1.625rem;
    background:#fff;
    display:block;
    box-sizing : border-box;
    width:100%;
    border:1px solid #9b9b9b;
    resize:none;
    padding : 0.75em;
    height : 230px
}

div.main form textarea:hover
{
    border-color:#e3000f;
}

div.main form textarea:focus
{
    outline:none;
    border-color:#e3000f;
}

div.main div.form-group.error textarea {
 
    border-color: #e21e36;
}

div.main form label:not(.checkbox-label):not(.radio-label)
{
    font-family : Titillium Web;
    font-size : 0.8125rem;
    line-height : 1rem;
    color : #5b6770;
    display : table;
    transition : color 250ms;
    margin : 0 0 8px;
    position : relative;
}

div.main form label.checkbox-label
{
    font-family : Titillium Web;
    font-size : 0.8125rem;
    line-height : 1rem;
    color : #5b6770;
    vertical-align : middle;
    font-family:Titillium Web;
    font-size:1.125rem;
    line-height:1.625rem;
    color:#233746;
    vertical-align:middle;
    padding : 0 0 0 15px;
}

div.main form label.radio-label
{
    font-family : Titillium Web;
    color : #5b6770;
    vertical-align : middle;
    font-family:Titillium Web;
    font-size:1.0rem;
    line-height:1.25rem;
    color:#233746;
    vertical-align:middle;
    padding : 0 0 0 10px;
}

div.main form label.mandatory::after
{
	content : '*';
}

div.main form label.voluntary::after
{
	content : '(freiwillige Angabe)';
	font-size : 0.8em;
	padding-left : 0.8em;
}

div.main form label span.tooltip {
	
	position : absolute;
	right : -15px;
	top : 3px;
	font-size : 0.6875rem;
	line-height : 1;
	color : #5b6770;
    font-family : Font Awesome 5 Free;
}

div.main form label span.tooltip::after {
	
	content: "\f10c";
}

div.main form label span.tooltip span.tooltip-icon {
	
	
}

div.main form label span.tooltip span.tooltip-box {
	
	visibility : hidden;
	opacity : 0;
	position : absolute;
	font-family : Titillium Web;
	font-size : 0.8125rem;
	line-height : 1rem;
	font-weight : normal;
	letter-spacing : 0;
	background-color : #d4d4d4;
	color : #233746;
	padding : 10px;
	border-radius : 3px;
	z-index : 1;
	transition : opacity 300ms;
	transform : translateY(50%);
	hyphens : auto;
	text-align : left;
	width : 260px;
	bottom : 50%;
	left : 30px;
}

@media all and (max-width : 575px) {
	
    div.main form label span.tooltip span.tooltip-box {
    
        width: calc(50vw - 20px);
	}
}


div.main form label span.tooltip:hover span.tooltip-box {
	
	visibility : visible;
	opacity : 1;
}

div.main form label span.tooltip span.tooltip-box::after {

	content: '';
    position: absolute;
    top: calc(50% - 10px);
    right: 100%;
    margin-left: -10px;
    border: 10px solid transparent;
    border-right-color: #d4d4d4;
}

div.main form div.form-group {
	
	margin : 0 0 30px;
}

div.main form div.form-group.checkbox {
	
	height : 58px;
}

@media all and (max-width: 767px) {
    
    div.main form div.form-group.checkbox {
        
        display : -ms-grid;
        display : grid;
        -ms-grid-columns : auto 20px 1fr;
        grid-template-columns : auto 1fr;
        grid-gap : 20px 0;
        height : auto;
        justify-items : start;
        align-items: center;
        margin : 0 0 40px;
    }
}

div.main form div.form-group.radio {
	
	text-align : center;
	height : 58px;
}

@media all and (max-width: 1569px) {
	
	div.main form div.form-group.radio {
	    
        display : -ms-grid;
        display : grid;
	    -ms-grid-columns : 1fr;
	    grid-template-columns : 1fr;
	    grid-gap : 20px 0;
	    height : auto;
	    justify-items : start;
	    margin : 0 0 40px;
	}
}

div.main form div.form-group.radio span.radio-item {
	
	margin : 0 15px 0;
	white-space : nowrap;
}

div.main div.form-group.error label {
	
	color : #e21e36;
}

div.main div.form-group.error span.message {
	
    color: #e21e36;
    font-family: Titillium Web;
    font-size: 0.8125rem;
    line-height: 1.0rem;
    font-style: normal;
    font-weight: 400;
    letter-spacing: 0;
    display: inline-block;
    margin-top: 5px;	
}

div.main form div.form-row {
    
    display : flex;
    justify-content : space-between;
}

@media all and (max-width: 991px) {
	
    div.main form div.form-row {
    
	   flex-direction : column;
    }
}

div.main form div.form-row.contact {
    
    display : none;
}

div.main form div.form-row div.form-group {
    
    width : 357px;
}

@media all and (min-width: 1200px) and (max-width: 1569px) {
    
    div.main form div.form-row div.form-group {
    
       width : 310px;
    }
}

@media all and (min-width: 992px) and (max-width: 1199px) {
    
    div.main form div.form-row div.form-group {
    
       width : 250px;
    }
}

@media all and (max-width: 991px) {
    
    div.main form div.form-row div.form-group {
    
       width : 100%;
    }
}

div.main form div.form-row div.form-group.large {
    
    width : 100%;
}

div.main form div.form-row div.form-group button {
    
    height : 58px;
    margin : 24px 0 0;
}

div.main form div.form-link {
	
	margin : 30px 0 0;
}

div.main form div.form-link a {
	
	font-family: Titillium Web;
	font-weight : 900;
    font-size: 0.875rem;
    letter-spacing: 0.0625rem;
    line-height: 1rem;
    text-transform: uppercase;
    color: #e3000f;
    padding : 2px 0 2px;
}

div.main form div.form-link a::after {

    font-family: 'Font Awesome 5 Free';
    font-style: normal;
    font-weight: 900;
    vertical-align: baseline;
    content: "\f105";
    margin-left: 3px;
    font-size: 0.7em;
    margin-right: 0;
}

div.main form div.form-link a:hover {
	
    background: linear-gradient(#e3000f,#e3000f);
    background-size: 1px 2px;
    background-repeat: repeat-x;
    background-position: 0 99%;
}

div.main form div.checkbox-group {
	
	display : flex;
	align-items : center;
	margin : 20px 0 0;
}

div.main form div.checkbox-group label {
	
	width : 10px;
	flex-grow : 1;
	font-size : 1rem;
	line-height : 1.25rem;
}

div.main form div.checkbox-group label a {

    background-image: linear-gradient(#e3000f,#e3000f);
    background-size : 1px 2px;
    background-repeat : repeat-x;
    background-position : 0 99%;
    padding-bottom : 2px;
    color : inherit;
}

div.main form div.checkbox-group label a:hover {

    color: #e3000f;
}

div.main.order div.voucherinfo {

    width : 400px;
    margin : -220px 0 0;
}

div.main.order div.voucherinfo button {

    margin : 30px 0 0;
}

div.main.order form div.boxes {
	
    display : -ms-grid;
	display : grid;
    -ms-grid-columns : 1fr 30px 1fr;
    grid-template-columns : 1fr 1fr;
    -ms-grid-rows : auto 30px auto 30px auto 30px auto 30px auto 30px;
    grid-template-rows : auto;
    grid-gap : 30px 30px; 
    margin : 50px 0 50px;
}

@media all and (max-width: 991px) {
	
	div.main.order form div.boxes {
	
	   -ms-grid-columns : 1fr;
	   grid-template-columns : 1fr;
	   grid-gap : 0 0;
	}
}

div.main.order form div.boxes div.box {
    
	display : flex;
	flex-direction : column;
}

div.main.order form div.boxes div.box.camping-card {

	grid-row-end : span 2;
}

@media all and (max-width: 991px) {
    
    div.main.order form div.boxes div.box.camping-card {
    
       grid-row-end : auto;
    }
}

div.main.order form div.boxes div.box.privacy {

    grid-column-end : span 2;
}

div.main.order form div.boxes.with-represented-customer div.box.privacy {

	grid-column-end : auto;
}

@media all and (max-width: 991px) {
    
    div.main.order form div.boxes div.box.privacy {
    
       grid-column-end : auto;
    }
}

div.main.order form div.boxes div.box.voucher div.button-row {
	
	margin : 0 0 0;
}

div.main.order form div.boxes div.box div.box-content {

    background-color: #f1f1f1;
    padding : 26px 20px 20px;
    margin : 0 0 0;
    position : relative;
    color : #5b6770;
    flex-grow : 1;
}

div.main.order form div.boxes div.box div.box-content::before {
    
    content : '';
    position : absolute;
    left : 0;
    top : 0;
    width : 77px;
    height : 6px;
    background-color: #e3000f;
}

div.main.order form div.boxes div.box div.box-content h4 {

    color : #5b6770;
    text-align : left;
    font-size : 1.0rem;
    line-height : 1.25rem;
    font-family : Titillium Web;
    font-weight : normal;
    margin : 30px 0 -10px;
}

div.main.order form div.boxes div.box div.box-content h4:first-child {

    margin : 0 0 -10px;
}

div.main.order form div.boxes div.box div.box-content p {

    color : #5b6770;
    text-align : left;
    font-size : 1.25rem;
    line-height : 1.5rem;
}

div.main.order form div.boxes div.box.voucher div.box-content dl {
    
    margin : 16px 0 0;
}

div.main.order form div.boxes div.box.voucher div.box-content div.form-row div.form-group {
    
    width : 100%;
}

div.main.order form div.boxes div.box.voucher div.box-content div.voucher-button {
    
    margin : 0 0 30px;
}

div.main.order form div.boxes div.box div.box-content dl dt {
	
	font-family : Titillium Web;
	font-weight : normal;
    margin : 0;
    font-size : 0.75rem;
    line-height : 1rem;
}

div.main.order form div.boxes div.box div.box-content dl dd {
	
	font-family : Titillium Web;
	font-weight : normal;
	margin : 0;
    font-size : 1rem;
    line-height : 1.25rem;
    height : 28px;
    word-break : break-all;
}

div.main.order form div.boxes div.box div.box-content textarea {
	
	box-sizing : border-box;
	width : 100%;
	height : 200px;
}

div.main.order form div.boxes div.box.privacy div.box-content p {
    
    font-size : 1rem;
    line-height : 1.25rem;
}

div.main.order form div.boxes div.box.privacy div.box-content p a {
    
    background-image: linear-gradient(#e3000f,#e3000f);
    background-size : 1px 2px;
    background-repeat : repeat-x;
    background-position : 0 99%;
    padding-bottom : 2px;
    color : inherit;
}

div.main.order form div.boxes div.box.rental-information div.box-content a {
    
    background-image: linear-gradient(#e3000f,#e3000f);
    background-size : 1px 2px;
    background-repeat : repeat-x;
    background-position : 0 99%;
    padding-bottom : 2px;
    color : inherit;
}

div.main.order form div.boxes div.box div.box-content div.voucher-info span.price {

    color : #e3000f;
    padding : 0 80px 0 0;
    box-sizing : border-box;
    position : relative;
    font-size: 1.25rem;
    line-height: 1.5rem;
}

div.main.order form div.boxes div.box div.box-content div.voucher-info span.price:after {
    
    content: '€';
    font-family: Titillium Web;
    position: absolute;
    font-size: 0.875rem;
    line-height: 1.0rem;
    display: inline-block;
    margin-left: 3px;
    top : 3px;
    vertical-align: top;
    bottom: auto;
}

div.main.order form div.boxes div.box div.box-footer {

	height : 80px;
	display : flex;
	flex-direction : column;
	justify-content : flex-end;
}

@media all and (max-width: 991px) {
	
    div.main.order form div.boxes div.box div.box-footer:empty {

        display : none;
    }
}
@media all and (max-width: 991px) {
	
    div.main.order form div.boxes div.box div.box-footer:empty {

        display : none;
    }
}

div.main.order form div.boxes div.box div.box-footer div.button-row {
    
    margin : 0 0 0;
}

div.cart-rental-date {

    background-color: #f1f1f1;
    padding : 10px 20px 10px;
    margin : 0 0 0;
    position : relative;
    color : #5b6770;
    flex-grow : 1;
}

div.cart-rental-date::before {
    
    content : '';
    position : absolute;
    left : 0;
    top : 0;
    width : 77px;
    height : 6px;
    background-color: #e3000f;
}

div.cart-rental-date div.button-row {

    margin : 0 0 10px;
}

table.cart {
	
	color : #5b6770;
	font-family : Titillium Web;
	width : 100%;
	border-collapse : collapse;
	margin : 30px 0 50px;
}

table.cart a {
	
	color : #5b6770;
}

table.cart a:hover {
	
	color : #e3000f;
}

table.cart span.refprice{
    text-decoration: line-through;
    color: #5b6770!important;
}

table.cart span.price {
    
    font-size : 1.25rem;
    line-height : 1.5rem;
    color : #e3000f;
    position : relative;
    display : block;
    text-align : right;
    padding : 0 10px 0 0;
    box-sizing : border-box;
    font-family : inherit;
}

table.cart span.price:not(:empty)::after {
    
    font-family: Titillium Web;
    position: absolute;
    font-size: 0.75rem;
    line-height: 0.75rem;
    display: inline-block;
    margin-left: 3px;
    vertical-align: top;
    top : 3px;
    bottom: auto;
}

table.cart tbody tr
{
    border-bottom: 1px solid #d4d4d4;
}

table.cart tbody tr td.name div.name
{
    font-weight : bold;
}

table.cart tbody tr td.name div.variant-fields
{
    margin : 10px 0 10px;
}

table.cart tbody tr td.name div.variant-fields div.variant-field
{
    font-size : 0.875rem;
}

table.cart tbody tr td.name div.code
{
	margin : 4px 0 0px;
    font-size : 0.875rem;
    line-height : 1.125rem;
}

table.cart tbody tr td.name div.rentaldate
{
    margin : 12px 0 0;
}

table.cart tbody tr td.name div.rentaldate div.rentaldate-title
{
	font-weight : bold;
    font-size : 0.875rem;
    line-height : 1.125rem;
    margin : 0 0 2px;
}

table.cart tbody tr td.name div.rentaldate div.rentaldate-part
{
    font-size : 0.875rem;
    line-height : 1.125rem;
}

table.cart tbody tr td.name div.validity
{
    margin : 12px 0 0;
    font-size : 0.875rem;
    line-height : 1.125rem;
}

@media all and (max-width: 575px) {
	
    table.cart tbody tr td.name div.validity strong {
    
        display : block;
    }
}

table.cart tbody tr td.quantity {
	
	text-align : center;
}

table.cart tbody tr td.quantity div.quantity-element
{
	display : flex;
	justify-content : center;
}

table.cart tbody tr td.quantity div.quantity-element input
{
    width : 60px;
    text-align : center;
}

table.cart button.delete {
    
    position : relative;
    top : 3px;
    color : #e3000f;
    border : 0 solid transparent;
    cursor : pointer;
    outline : none;
    transition : transform 250ms, color 250ms;
    background-color : transparent;
}

table.cart button.delete::before {
    
    font-family : 'Font Awesome 5 Free';
    content : '\f00d';
    font-weight: 900;
}

table.cart button.delete:active {
    
    transform : scale(0.95);
}

table.cart button.delete:hover {
    
    color : #000;
}

table.cart tbody tr td.tax {
	
	text-align : center;
}

table.cart tbody tr td.single-price {
	
	text-align : right;
}

table.cart tbody tr td.total-price {
	
	text-align : right;
}

table.cart tbody tr div.discount-original-price span.price {
	
	font-size : 1.0rem;
	line-height : 1.25rem;
}

table.cart tbody tr div.discount-percentage {
	
	margin : 12px 0 0;
	font-size : 0.75rem;
	line-height : 1.0rem;
}

table.cart tbody tr div.member-price {
	
	margin : 12px 0 0;
	font-size : 0.75rem;
	line-height : 1.0rem;
}

table.cart tbody tr div.member-price span.price {
	
	font-size : 1.0rem;
	line-height : 1.25rem;
}

table.cart tbody tr div.member-price span.price:not(:empty)::after {
	
	font-size : 0.75rem;
	line-height : 1.0rem;
	top : 0;
}

table.cart th,
table.cart td
{
	padding : 10px 15px 10px;
}

table.cart thead {
	
	background-color : #e3000f;
	color : #fff;
}

table.cart thead th.name {
	
	text-align : left;
}

table.cart thead th.quantity {
	
	text-align : center;
}

table.cart thead th.tax {
	
	text-align : center;
}

table.cart thead th.single-price {
	
	text-align : right;
}

table.cart thead th.total-price {
	
	text-align : right;
}

table.cart tfoot th {
	
	text-align : right;
    font-weight : normal;
}

table.cart tfoot tr.total th,
table.cart tfoot tr.total td
{
    font-weight : bold;
}

table.cart tfoot tr.tax th,
table.cart tfoot tr.tax td
{
    font-size : 0.75rem;
    line-height : 1.0rem;
}

table.cart tfoot tr.tax td span.price
{
    font-size : 1.0rem;
    line-height : 1.25rem;
}

table.cart tfoot tr.tax td span.price:not(:empty)::after {
    
    font-size : 0.75rem;
    line-height : 1.0rem;
    top : 0;
}

table.cart tfoot tr:last-child th,
table.cart tfoot tr:last-child td.total-price
{
    border-bottom: 1px solid #d4d4d4;
}

@media all and (max-width: 991px) {
	
	table.cart {
	
        display : block;
	}
    
   table.cart thead {
    
        display : none;
    }
    
    table.cart tbody {
    
        display : block;
    }
    
    table.cart tbody tr {
    
        display : block;
        margin : 0 0 20px;
        border-bottom : 0 solid transparent;
    }
    
    table.cart tbody tr::before {
    
        content : attr(data-label);
        display : block;
        background-color : #e3000f;
        color : #fff;
        font-weight : bold;
        text-align : center;
        height : 40px;
        line-height : 40px;
        padding : 20px 20px 20px;
    }
    
    table.cart tbody tr th {
    
        display : none;
    }
    
    table.cart tbody tr td.image {
    
        display : none;
    }
    
    table.cart tbody tr td {
    
        display : block;
        position : relative;
        border-bottom: 1px solid #d4d4d4;
        padding : 10px 10px 10px 50%;
        min-height : 60px;
    }
    
    table.cart tbody tr td.name {
    
        text-align : center;
    }
    
    table.cart tbody tr td.quantity {
    
        text-align : center;
        line-height : 60px;
    }
    
    table.cart tbody tr td.tax {
    
        text-align : center;
        line-height : 60px;
    }
    
    table.cart tbody tr td.single-price {
    
        text-align : center;
        line-height : 60px;
    }
    
    table.cart tbody tr td.total-price {
    
        text-align : center;
        line-height : 60px;
    }
    
    table.cart tbody tr td span.price {
    
        display : inline-block;
    }
    
    table.cart tbody td::before {
    
        content : attr(data-label);
        position : absolute;
        top : 0;
        bottom : 0;
        left : 0;
        width : 45%;
        background-color : #eee;
        color : #000;
        text-align : center;
        line-height : 80px;
    }
    
    table.cart tfoot {
    
        display : block;
        width : 100%;
        position : relative;
        margin : 20px 0 0;
    }
    
    table.cart tfoot::before {
    
        content : attr(data-label);
        display : block;
        height : 40px;
        top : 0;
        left : 0;
        right : 0; 
        background-color : #e3000f;
        color : #fff;
        font-weight : bold;
        padding : 20px 20px 20px;
        line-height : 40px;
        text-align : center;
    }
    
    table.cart tfoot tr {
    
        display : flex;
        height : 80px;
        width : 100%;
        border-bottom: 1px solid #d4d4d4;
    }
    
    table.cart tfoot tr td.empty {
    
        display : none;
    }
    
    table.cart tfoot tr th {
    
        background-color : #eee;
        color : #000;
        text-align : center;
        line-height : 60px;
        width : 45%;
    }
    
    table.cart tfoot tr.total th {
    
        width : 45%;
    }
    
    table.cart tfoot tr.tax th {
    
        width : 45%;
        font-size : auto;
        line-height : 60px;
    }
    
    table.cart tfoot tr td.total-price {
    
        width : 55%;
        text-align : center;
        line-height : 60px;
    }

    table.cart tfoot tr td.total-price span.price {
    
        display : inline-block;
    }
    
    table.cart tfoot tr:last-child th, 
    table.cart tfoot tr:last-child td.total-price {
    
        border : 0 solid transparent;
    }
}

table.order-history {
    
    color : #5b6770;
    font-family : Titillium Web;
    width : 100%;
    border-collapse : collapse;
}

table.order-history tbody tr
{
    border-bottom: 1px solid #d4d4d4;
}

table.order-history th,
table.order-history td
{
    padding : 10px 15px 10px;
    text-align : center;
    font-size : 1rem;
    line-height : 1.25rem;
}

table.order-history thead {
    
    background-color : #e3000f;
    color : #fff;
}

table.order-history a {
    
    color : inherit;
}

table.order-history a:hover {
    
    color: #e3000f;
}

table.order-history td.amount
{
	text-align : right;
}

table.order-history span.price {
    
    color : #e3000f;
    display : block;
    padding : 0 0 0 0;
    box-sizing : border-box;
    position : relative;
    font-size: 1rem;
    line-height: 1.25rem;
}

table.order-history span.price:not(:empty)::after {
    
    content: '€';
    font-family: Titillium Web;
    position: absolute;
    font-size: 0.75rem;
    line-height: 1.0rem;
    display: inline-block;
    margin-left: 3px;
    vertical-align: top;
    bottom: auto;
}

@media all and (max-width: 991px) {
	
	table.order-history {
	
	   display : block;
	}
	
	table.order-history thead {
	
	   display : none;
	}
	
	table.order-history tbody {
	
	   display : block;
	}
	
	table.order-history tbody tr {
	
	   display : block;
	   margin : 0 0 60px;
	   border-top : 10px solid #e3000f;
	   border-bottom : 9px solid #d4d4d4;
	}

	table.order-history tbody td {
	
	    display : block;
	    position : relative;
        border-bottom: 1px solid #d4d4d4;
        padding : 10px 10px 10px 50%;
        height : 60px;
        line-height : 60px;
	}

	table.order-history tbody td.amount {
	
        text-align : center;
	}

	table.order-history tbody td::before {
	
        content : attr(data-label);
        position : absolute;
        top : 0;
        bottom : 0;
        left : 0;
        width : 45%;
        background-color : #eee;
        color : #000;
        text-align : center;
        padding : 10px 10px 10px;
        box-sizing : border-box;
    }
    
    table.order-history tbody td span.price {
    
        display : inline-block;
    }
}

@media all and (max-width: 575px) {
    
    table.order-history tbody td {
    
        font-size : 0.8375rem;
    }
}
	
button:not(.delete),
a.button {
	
    position : relative;
    display : inline-block;
    font-family : Titillium Web;
    font-weight : 900;
    font-size: 0.750rem;
    letter-spacing: 0.05rem;
    line-height: 0.875rem;
    text-transform: uppercase;
    text-decoration: none;
    text-align: center;
    outline: 0;
    background: none;
    padding: 15px 30px;
    border-width: 3px;
    border-style: solid;
    cursor: pointer;
    z-index: 1;
}

button:not(.delete).warning,
a.button.warning {
	
	border-color : #e3000f;
}

button:not(.delete):active,
a.button:active {
	
    transform : scale(0.95);
}

button:not(.delete):disabled {
    
    opacity : 0.3;
    cursor : auto;
}

button:not(.delete).primary,
a.button.primary {
    
    color:#fff;
}

button:not(.delete).secondary,
a.button.secondary {
    
    color:#5b6770;
}

button:not(.delete).secondary.warning,
a.button.secondary.warning {
    
    color:#e3000f;
}

button:not(.delete)::before,
a.button::before {
    
    content:'';
    position:absolute;
    top:0;
    left:0;
    width:calc(100% + 1px);
    height:100%;
    z-index:-1;
    background-color : #b2b4b2;
}

button:not(.delete).warning::before,
a.button.warning::before {
    
    background-color : #e3000f;
}

button:not(.delete).primary::before,
a.button.primary::before {
	
    transform-origin:top;
	transform:scaleY(1);
}

button:not(.delete).secondary::before,
a.button.secondary::before {
    
    transform-origin:bottom;
	transform:scaleY(0);
}

button:not(.delete):not(:disabled).primary:hover,
a:not(:disabled).button.primary:hover {
	
    color:#fff;
    background-color: #e3000f;
}

button:not(.delete):not(:disabled).secondary:hover,
a:not(:disabled).button.secondary:hover {
	
    color:#fff;
}

button:not(.delete):not(:disabled).primary.warning:hover,
a:not(:disabled).button.primary.warning:hover {
	
    color:#e3000f;
    background-color: #fff;
}

button:not(.delete):not(:disabled).primary:hover::before,
a:not(:disabled).button.primary:hover::before {
    
    transform:scaleY(0);
}

button:not(.delete):not(:disabled).secondary:hover::before,
a:not(:disabled).button.secondary:hover::before {
    
    transform:scaleY(1);
}

button.hidden {
	
	display : none;
}

div.button-row.addresses-button-row {
	
	padding : 0 20px 0;
}

div.product-filters {
	
	background-color : #fff;
	margin : 0 0 30px;
	padding : 50px 50px 40px;
}

div.product-filters div.product-filters-description {
	
	font-family : Titillium Web;
	font-weight : 700;
	font-size : 0.9375rem;
	line-height : 1.1875rem;
	margin : 0 0 20px;
}

div.product-filters button.product-filters-button {
	
	display : none;
}

div.product-filters div.product-filter-bar {
    
    border-bottom : 1px solid #9b9b9b;
    margin : 24px 0 22px;
    padding : 0 0 20px;
}

div.product-filters div.product-filter-bar div.product-filter-bar-title {
	
	display : none;
}

div.product-filters div.product-filter-bar div.product-filter-bar-body {
    
    display : flex;
}

div.product-filters div.product-filter-bar div.product-filter-bar-body div.product-filter {

    margin : 0 30px 0 0;
    position : relative;
    display : flex;
}
	
div.product-filters div.product-filter-bar div.product-filter-bar-body div.product-filter div.product-filter-header {
	
	position : relative;
	padding : 0 15px 0 0;
	cursor : pointer;
	color : #233746;
	text-transform : uppercase;
    font-family : Titillium Web;
    font-weight : 900;
    font-size: 0.750rem;
    letter-spacing: 0.05rem;
    line-height: 0.875rem;
    text-transform: uppercase;
    opacity : 0.3;
}

div.product-filters div.product-filter-bar div.product-filter-bar-body div.product-filter.active div.product-filter-header {
	
	opacity : 1;
}

div.product-filters div.product-filter-bar div.product-filter-bar-body div.product-filter.open div.product-filter-header {

    color : #e3000f;
    opacity : 1;
}

div.product-filters div.product-filter-bar div.product-filter-bar-body div.product-filter div.product-filter-header:hover {

    color : #e3000f;
    opacity : 1;
}

div.product-filters div.product-filter-bar div.product-filter-bar-body div.product-filter div.product-filter-header::after {

    content : "\f105";
    font-family : 'Font Awesome 5 Free';
    font-size : 0.625rem;
    font-weight : 900;
    position: absolute;
    right : 0;
    top : 50%;
    transform : translateY(-50%) rotate(90deg);
}

div.product-filters div.product-filter-bar div.product-filter-bar-body div.product-filter.active div.product-filter-header::after {

}

div.product-filters div.product-filter-bar div.product-filter-bar-body div.product-filter.open div.product-filter-header::after {

}

div.product-filters div.product-filter-bar div.product-filter-bar-body div.product-filter div.product-filter-header:hover::after {
    
}   	

div.product-filters div.product-filter-bar div.product-filter-bar-body div.product-filter div.product-filter-header-title {
	
	display : inline;
}

div.product-filters div.product-filter-bar div.product-filter-bar-body div.product-filter div.product-filter-header-value {
	
	display : none;
}

div.product-filters div.product-filter-bar div.product-filter-bar-body div.product-filter div.product-filter-dropdown {

	visibility : hidden;
	opacity : 0;
	transform : translate3d(0, 10px, 0);
	position : absolute;
    z-index : 1000;
    top : 27px;
    left : 0;
    width : 250px;
    background-color : #fff;
    border-top : 3px solid #e3000f;
    box-shadow : 0 0 5px 1px rgba(0,0,0,0.2);
    min-width : 430px;
}

div.product-filters div.product-filter-bar div.product-filter-bar-body div.product-filter.open div.product-filter-dropdown {

    visibility : visible;
    opacity : 1;
    transform : none;
    transition : opacity 300ms, visibility 300ms, transform 300ms;
}

div.product-filters div.product-filter-bar div.product-filter-bar-body div.product-filter-dropdown ul {

    padding : 0 16px 16px;
    margin : 0 0 0;
    list-style : none;
    display : block;
}

div.product-filters div.product-filter-bar div.product-filter-bar-body div.product-filter.open div.product-filter-dropdown ul li {
	
	padding : 0 0 0;
	margin : 16px 0 0;
	position : relative;
	display : flex;
    align-items : center;
}

div.product-filters div.product-filter-bar div.product-filter-bar-body div.product-filter.open div.product-filter-dropdown ul li a.checkbox {
	
	content : '';
	width : 22px;
	height : 22px;
    border: 1px solid #9b9b9b;
	border-radius : 3px;
	cursor : pointer;
}

div.product-filters div.product-filter-bar div.product-filter-bar-body div.product-filter.open div.product-filter-dropdown ul li.active a.checkbox {
	
	background-color : #e3000f;
    border-color : #e3000f;
    background-image:url(img/check.svg);
    background-repeat : no-repeat;
    background-position : 50%;
    background-size : 40% auto;
}

div.product-filters div.product-filter-bar div.product-filter-bar-body div.product-filter.open div.product-filter-dropdown ul li a.title {
    
    color : #5b6770;
    margin : 0 0 0 10px;
    font-family : Titillium Web;
    font-size : 15px;
}

div.product-filters div.product-filter-bar div.product-filter-bar-body div.product-filter div.product-filter-dropdown div.product-filter-apply {
	
	border-top : 1px solid #d4d4d4;
    padding : 16px 16px 16px;
}

div.product-filters div.product-filter-bar div.product-filter-bar-body div.product-filter div.product-filter-dropdown div.product-filter-apply button {
	
	width : 100%;
}

div.product-filters div.product-filter-bar div.product-filters-apply {

	display : none;
}
    
div.product-filters div.current-filters {
	
    display : block;
    font-size : 0;
}

div.product-filters div.current-filters div.current-filter {

	display : inline-block;
	background-color : #d4d4d4;
	border-radius : 30px;
	padding : 4px 12px 4px 12px;
	margin : 0 5px 15px 0;
	font-size : 0.8125rem;
	font-family : Titillium Web;
	font-weight : 700;
	line-height : 1rem;
	position : relative;
	white-space : nowrap;
}

div.product-filters div.current-filters div.current-filter.with-close {

	padding : 4px 28px 4px 12px;
	cursor : pointer;
	transition : background-color 100ms;
}
	
div.product-filters div.current-filters div.current-filter.with-close:hover {

    background-color : hsla(0,0%,83.1%,.7);
}
	
div.product-filters div.current-filters div.current-filter.with-close::after {

    content : "\f107";
    position : absolute;
    font-family : Font Awesome 5 Free;
    color : #5b6770;
    right : 8px;
    font-size : 0.5rem;
    top : 50%;
    transform : translateY(-50%);
}

div.product-filters div.current-filters a.reset-all-filters {
	
	display : inline-block;
	color : #233746;
	font-family : Titillium Web;
	font-size : 0.8125rem;
	font-weight : 400;
	line-height : 1.25rem;
	background-image : linear-gradient(#e3000f, #e3000f);
	background-size : 1px 2px;
	background-repeat : repeat-x;
	background-position : 0 99%;
	text-decoration : none;
	margin : 0 0 15px 5px;
	padding : 0 0 1px;
}
	
div.product-filters div.current-filters a.reset-all-filters:hover {

	color: #e3000f;
}

@media all and (max-width: 575px) {
    
    div.product-filters {
    
        padding : 20px 20px 10px;
    }   

    div.product-filters div.product-filters-description {
    
    }
    
	div.product-filters button.product-filters-button {
    
        display : block;
        width : 100%;
        margin : 0 auto 20px;
        vertical-align : middle;
    }

	div.product-filters button.product-filters-button span.icon {
    
        display : inline-block;
        width : 15px;
        height : 15px;
        background-image : url(img/filter-icon-gray.svg);
        background-repeat : no-repeat;
        background-size : contain;
        background-position : center;
        margin : 0 6px 0 0;
        vertical-align : middle; 
    }

    div.product-filters button.product-filters-button:hover span.icon {
    
        background-image : url(img/filter-icon-white.svg);
    }

	div.product-filters button.product-filters-button span.text {
    
        vertical-align : middle; 
    }

    div.product-filters button.product-filters-button.open {
    
        display : none;
    }
    
    div.product-filters div.product-filter-bar {
    
        display : none;
    }
    
    div.product-filters div.product-filter-bar.open {
    
        display : block;
        background-color : #fff;
        position : fixed;
        top : 0;
        bottom : 0;
        left : 0;
        right : 0;
        z-index : 1000;
        margin : 0;
        overflow : auto;
        border : none;
    }
    
    div.product-filters div.product-filter-bar div.product-filter-bar-title {
    
        display : block;
        position : fixed;
        top : 0;
        left : 0;
        right : 0;
        text-align : center;
        color : #233746;
        border-bottom : 1px solid #d4d4d4;
        padding : 18px 0 18px;
        background-color : #fff;
        font-size : 1.375rem;
        line-height : 1.5625rem;
        font-family : Titillium Web;
        z-index : 2000;
        transition : padding 200ms;
    }
    
    div.product-filters div.product-filter-bar div.product-filter-bar-title.open {
    
        padding : 2px 0 2px;
    }
	
	div.product-filters div.product-filter-bar div.product-filter-bar-title a.reset-all-filters {
	    
	    position : absolute;
	    left : 16px;
	    display : inline-block;
	    color : #233746;
	    font-family : Titillium Web;
	    font-size : 0.9375rem;
	    font-weight : 400;
	    line-height : 1.25rem;
	    background-image : linear-gradient(#e3000f, #e3000f);
	    background-size : 1px 2px;
	    background-repeat : repeat-x;
	    background-position : 0 99%;
	    text-decoration : none;
	    margin : 0 0 15px 0;
	    padding : 0 0 1px;
	}
	    
	div.product-filters div.product-filter-bar div.product-filter-bar-title a.reset-all-filters:hover {
	
	    color: #e3000f;
	}
	
    div.product-filters div.product-filter-bar div.product-filter-bar-title a.product-filters-close {
    
        position : absolute;
        right : 24px;
        font-size : 1.5rem;
        color : #5b6770;
    }
    
    div.product-filters div.product-filter-bar div.product-filter-bar-title a.product-filters-close::before {
    
        content : "\f107";
        font-family : Font Awesome 5 Free;
        font-size : 0.75rem;
    }
    
    div.product-filters div.product-filter-bar div.product-filter-bar-body {
    
        display : block;
        position : absolute;
        top : 62px;
        bottom : 80px;
        left : 0;
        right : 0;
        overflow-y : scroll;
        transition : top 200ms;
    }
    
    div.product-filters div.product-filter-bar div.product-filter-bar-body.open {
    
        top : 30px;
    }
    
    div.product-filters div.product-filter-bar div.product-filter-bar-body div.product-filter {
    
        width : 100%;
        border-bottom : 1px solid #d4d4d4;
        display : block;
    }
    
    div.product-filters div.product-filter-bar div.product-filter-bar-body div.product-filter div.product-filter-dropdown {
    
        display : block;
	    position : static;
	    width : 100%;
	    background-color : #fff;
	    box-shadow : none;
	    border-top : 0 solid transparent;
	    height : 0;
	    transition : height 200ms;
	    overflow : hidden;
    }
    
    div.product-filters div.product-filter-bar div.product-filter-bar-body div.product-filter div.product-filter-dropdown ul {
    
	    list-style : none;
	    margin : 0 0 0;
	    padding : 0 0 0;
	}
	
    div.product-filters div.product-filter-bar div.product-filter-bar-body div.product-filter.open div.product-filter-dropdown ul li {
    
        margin : 0 0 16px;
	    padding : 0 16px 0;
	    position : relative;
	    font-size : 1.0rem;
	    display : flex;
	    align-items : center;
	}
	
	div.product-filters div.product-filter-bar div.product-filter-bar-body div.product-filter.open div.product-filter-dropdown ul li a.checkbox {
	    
	    content : '';
	    width : 22px;
	    height : 22px;
	    border: 1px solid #9b9b9b;
	    border-radius : 3px;
	    cursor : pointer;
	}
	
	div.product-filters div.product-filter-bar div.product-filter-bar-body div.product-filter.open div.product-filter-dropdown ul li.active a.checkbox {
	    
	    background-color : #e3000f;
	    border-color : #e3000f;
	    background-image:url(img/check.svg);
	    background-repeat : no-repeat;
	    background-position : 50%;
	    background-size : 40% auto;
	}
	
	div.product-filters div.product-filter-bar div.product-filter-bar-body div.product-filter.open div.product-filter-dropdown ul li a.title {
	    
	    color : #5b6770;
	    margin : 0 0 0 10px;
	    font-family : Titillium Web;
	}
	
	div.product-filters div.product-filter-bar div.product-filter-bar-body div.product-filter.open div.product-filter-dropdown div.product-filter-apply {
	    
	    display : none;
	}
	
    div.product-filters div.product-filter-bar div.product-filter-bar-body div.product-filter div.product-filter-header {
    
        color : #5b6770;
        padding : 20px 16px 20px;
        min-height : 73px;
        box-sizing: border-box;
        display : flex;
        flex-direction : column;
        justify-content: center;
        opacity : 0.3;
	}

	div.product-filters div.product-filter-bar div.product-filter-bar-body div.product-filter.open div.product-filter-header {
	
        color : #5b6770;
        opacity : 1;
	}
	
	div.product-filters div.product-filter-bar div.product-filter-bar-body div.product-filter.active div.product-filter-header {
	
        color : #5b6770;
        opacity : 1;
	}
	
	div.product-filters div.product-filter-bar div.product-filter-bar-body div.product-filter div.product-filter-header:hover {
	
        color : #5b6770;
        opacity : 0.3;
	}
	
	div.product-filters div.product-filter-bar div.product-filter-bar-body div.product-filter.open div.product-filter-header:hover {
	
        color : #5b6770;
        opacity : 1;
        border-top : 4px solid #e3000f;
	}
	
	div.product-filters div.product-filter-bar div.product-filter-bar-body div.product-filter.active div.product-filter-header:hover {
	
        color : #5b6770;
        opacity : 1;
	}
	
	div.product-filters div.product-filter-bar div.product-filter-bar-body div.product-filter div.product-filter-header::after {
	
	    content : "\f101";
	    font-family : Font Awesome 5 Free;
	    position : absolute;
	    top : 50%;
	    transform : translateY(-50%) rotate(90deg);
	    right : 26px;
	    font-size : 0.75rem;
	    opacity : 1; 
	}

	div.product-filters div.product-filter-bar div.product-filter-bar-body div.product-filter.open div.product-filter-header::after {
	
	    transform : translateY(-50%) rotate(270deg);
	}
	
	div.product-filters div.product-filter-bar div.product-filter-bar-body div.product-filter div.product-filter-header div.product-filter-header-title {
	
	   display : block;
	}
	
	div.product-filters div.product-filter-bar div.product-filter-bar-body div.product-filter div.product-filter-header div.product-filter-header-value {
	
	   display : block;
	   font-family : Titillium Web;
	   font-size : 0.75rem;
	   font-weight : 400;
	   line-height : 0.875rem;
	   text-transform : none;
	   margin : 3px 0 0;
	   letter-spacing : 0;
	   color : #9b9b9b;
	}
	
	div.product-filters div.product-filter-bar div.product-filters-apply {
	
        display : block;
        position : absolute;
        left : 0;
        right : 0;
        bottom : 0;
        padding : 15px 15px 15px;
        border-top : 1px solid #d4d4d4;
        text-align : center;
        z-index : 2000;
        background-color : #fff;
	}
	
	div.product-filters div.product-filter-bar div.product-filters-apply button.product-filters-apply-button {
	
        width : 100%;
        margin : 0 auto 0;
	}
}
    
div.product-list {
	
    display : -ms-grid;
	display : grid;
	-ms-grid-columns : 1fr 30px 1fr 30px 1fr;
	grid-template-columns : 1fr 1fr 1fr;
	-ms-grid-rows : auto 30px auto 30px auto 30px auto;
	grid-template-rows : auto;
	grid-gap : 30px 30px; 
	margin : 0 0 50px;
}

@media all and (min-width: 768px) and (max-width: 1199px) {
	
	div.product-list {
   
    	-ms-grid-columns : 1fr 15px 1fr;
    	grid-template-columns : 1fr 1fr;
	}
}

@media all and (min-width: 690px) and (max-width: 767px) {
	
	div.product-list {
    
        -ms-grid-columns : 1fr 15px 1fr;
    	grid-template-columns : 1fr 1fr;
    	grid-gap : 15px 15px;
	}
}

@media all and (min-width: 576px) and (max-width: 689px) {
	
	div.product-list {
    
        -ms-grid-columns : 1fr;
    	grid-template-columns : 1fr;
    	grid-gap : 15px 15px;
	}
}

@media all and (max-width: 575px) {
	
	div.product-list {
    
        -ms-grid-columns : 1fr;
    	grid-template-columns : 1fr;
    	grid-gap : 15px 15px;
    	margin : 0 15px 50px;
	}
}

div.product-list div.product {
	
	background-color : #fff;
    box-shadow : 0 1px 4px rgba(0,0,0,.22);
	text-align : center;
    position: relative;
}

div.product-list div.product div.product-name {

    height : 80px;
    margin : 0 0 10px;
    overflow : hidden;
}
    
div.product-list div.product div.product-name h2 {
	
	margin : 0;
	font-size : 1.25rem;
	line-height : 1.5rem;
	padding : 0 15px 0;
	color : #5b6770;
}

div.product-list div.product div.product-name div.subtitle {
	
	font-family : Titillium Web;
    font-size : 1rem;
    line-height : 1.25rem;
    color : #5b6770;
}

div.product-list div.product div.product-name div.items-per-unit {
	
	font-family : Titillium Web;
    font-size : 1rem;
    line-height : 1.25rem;
    color : #5b6770;
}

div.product-list div.product div.product-name a {
    
    color : #5b6770;
}

div.product-list div.product div.product-name a:hover {
    
    color: #e3000f;
}

div.product-list div.product a.product-image {

	display : block;
	width : 180px;
	height : 180px;
	margin : 30px auto 30px;
}

div.product-list div.product a.product-image img {
	
	max-height : 180px;
	max-width : 180px;
	display : block;
	margin : 0 auto 0;
	position: relative;
    top: 50%;
    transform: translateY(-50%);
}

div.product-list div.product div.product-price {
	
	height : 50px;
}

div.product-list div.product div.product-price div.member-price,
div.product-list div.product div.product-price div.non-member-price {
	
	display : flex;
}

div.product-list div.product div.product-price div.member-price span.description,
div.product-list div.product div.product-price div.non-member-price span.description {
	
	font-family : Titillium Web;
	font-size : 0.9375rem;
	line-height : 1.25rem;
	display : block;
	width : 55%;
	text-align : left;
	padding : 0 0 0 70px;
}

@media all and (max-width: 419px) {
	
	div.product-list div.product div.product-price div.member-price span.description,
	div.product-list div.product div.product-price div.non-member-price span.description {
    
        padding : 0 0 0 50px;
    }	
}

div.product-list div.product div.product-price div.member-price span.price,
div.product-list div.product div.product-price div.non-member-price span.price {
	
    font-size : 1.25rem;
    line-height : 1.5rem;
    color : #e3000f;
    position : relative;
	display : block;
	width : 45%;
	text-align : right;
	padding : 0 80px 0 0;
	box-sizing : border-box;
}

@media all and (max-width: 419px) {
    
    div.product-list div.product div.product-price div.member-price span.price,
    div.product-list div.product div.product-price div.non-member-price span.price {
    
        padding : 0 60px 0 0;
    }   
}

div.product-list div.product div.product-price div.member-price span.price:not(:empty)::after,
div.product-list div.product div.product-price div.non-member-price span.price:not(:empty)::after {
    
    content: '€';
    font-family: Titillium Web;
    position: absolute;
    font-size: 0.75rem;
    line-height: 0.75rem;
    display: inline-block;
    margin-left: 3px;
    vertical-align: top;
    bottom: auto;
}

div.product-list div.product div.product-price div.general-price {
	
	font-size : 2.5rem;
	line-height : 2.875rem;
	margin : 0 0 15px;
	color : #e3000f;
	position : relative;
}

div.product-list div.product div.product-price div.general-price:not(:empty)::after {
	
    content: '€';
    font-family: Titillium Web;
    position: absolute;
    font-size: 1.25rem;
    line-height: 1.5rem;
    display: inline-block;
    margin-left: 3px;
    vertical-align: top;
    bottom: auto;
}

div.product-list div.product div.product-price div.general-price p{
	
	font-size : 1.5rem;
	margin : 0;
	position : relative;
    text-decoration: line-through;
}

div.product-list div.product a.button {
	
	margin : 30px 40px 30px;
	display : block;
}

div.product-list-paging {
	
	display : flex;
	text-align : center;
	font-family : Titillium Web;
    font-size: 0.9375rem;
    line-height: 1.25rem;
    justify-content : center; 
    align-items : center;
}

div.product-list-paging a.previous {

    margin : 0 20px 0;	
}
	
@media all and (max-width: 575px) {
    
    div.product-list-paging a.previous {

        margin : 0 15px 0;  
    }
}

div.product-list-paging a.previous.inactive {

    visibility : hidden;
}
    
div.product-list-paging a.previous::before {
	
    content : "\f11b";
    font-family: Font Awesome 5 Free;
    position : relative;
    font-size : 20px;
    top : 1px;
    display : block;
    transition : transform 300ms;
} 

div.product-list-paging a.next {

    margin : 0 20px 0; 
}
    
@media all and (max-width: 575px) {
    
    div.product-list-paging a.next {

        margin : 0 15px 0;  
    }
}

div.product-list-paging a.next.inactive {

    visibility : hidden;
}
    
div.product-list-paging a.previous:hover::before {

    transform: scale(1.4);
}

div.product-list-paging a.next::before {
	
    content : "\f11c";
    font-family: Font Awesome 5 Free;
    position : relative;
    font-size : 20px;
    top : 1px;
    display : block;
    transition : transform 300ms;
} 

div.product-list-paging a.next:hover::before {

    transform: scale(1.4);
}

div.product-list-paging div.pages {
	
	line-height : 1.75rem;
}

div.product-list-paging div.pages a.page {
	
    margin : 0 15px 0;
    font-weight : bold;
}

@media all and (max-width: 575px) {
	
	div.product-list-paging div.pages a.page {
	
        margin : 0 10px 0;
	}
}

div.product-list-paging div.pages span.current-page
{
	margin : 0 15px 0;
	font-weight : bold;
	position : relative;
	color : #233746;
}

@media all and (max-width: 575px) {
    
    div.product-list-paging div.pages span.current-page {
    
        margin : 0 10px 0;
    }
}

div.product-list-paging div.pages span.current-page::after
{
    content: '';
    position: absolute;
    height: 2px;
    background-color: #233746;
    bottom: 0;
    left : 0;
    right : 0;
}

div.slider-background {
	
	margin : 91px 0 0;
    background-color : #fff;
}

@media all and (max-width: 991px) {

	div.slider-background {

	   margin : 71px 0 0;
	}
}

@media all and (max-width: 1279px) {

    div.slider-background {
    
        padding-top : 32%;
        position: relative;
    }
}

div.slider-background div.slider {
	
	position : relative;
	height : 400px;
	overflow : hidden;
	margin : 0 auto 0;
	width : 1250px;
	
}

@media all and (max-width: 1279px) {
    
    div.slider-background div.slider {
    
        position : absolute;
        top : 0;
        left : 0;
        bottom : 0;
        right : 0;
        width : auto;
        height : auto;
    }
}

div.slider div.slider-item {
	
	position : absolute;
	top : 0;
	left : 0;
	right : 0;
	bottom : 0;
	z-index : 1;
	display : none;
}

div.slider div.slider-item.active {

	display : block;
}

div.slider div.slider-item.slide-in-left {

	animation : slide-in-left 1000ms ease 0ms 1 normal forwards;
    display : block;
}

div.slider div.slider-item.slide-in-right {

    animation : slide-in-right 1000ms ease 0ms 1 normal forwards;
    display : block;
}

div.slider div.slider-item.slide-out-left {

    animation : slide-out-left 1000ms ease 0ms 1 normal forwards;
    display : block;
}

div.slider div.slider-item.slide-out-right {

    animation : slide-out-right 1000ms ease 0ms 1 normal forwards;
    display : block;
}

div.slider div.slider-item span.image {
	
	display : block;
	width : 100%;
	height : 100%;
	position : absolute;
	top : 0;
	left : 0;
	right : 0;
	bottom : 0;
	background-position : center;
	background-size : cover;
}

div.slider div.slider-navigation {
	
	position : absolute;
	left : 0;
	right : 0;
	bottom : 0;
	height : 50px;
    max-width : 992px;
    width : 100%;
	margin : 0 auto 0;
	overflow : hidden;
	z-index : 5;
}

div.slider div.slider-navigation a.slider-move-left {
	
	position : absolute;
	display : block;
	left : 50%;
	top : 50%;
	transition : transform 200ms;
	transform : translateY(-50%) translateX(-210px);
	font-size : 1.375rem;
	line-height : 1.375rem;
    color: #fff;
}
	
@media all and (max-width: 575px) {

    div.slider div.slider-navigation a.slider-move-left {
 
        top : 36%;
		transform : translateY(-50%) translateX(-110px);
    }
}   
    
div.slider div.slider-navigation a.slider-move-right {
	
	position : absolute;
	display : block;
	right : 50%;
	top : 50%;
	transform : translateY(-50%) translateX(210px);
	transition : transform 200ms;
    font-size : 1.375rem;
    line-height : 1.375rem;
    color: #fff;
}

@media all and (max-width: 575px) {

    div.slider div.slider-navigation a.slider-move-right {
 
        top : 36%;
		transform : translateY(-50%) translateX(110px);
    }
}	
	
div.slider div.slider-navigation a.slider-move-left::after {

    content : "\f11b";
    font-family: Font Awesome 5 Free;
    vertical-align : baseline;
}
    
div.slider div.slider-navigation a.slider-move-right::after {

    content : "\f11c";
    font-family: Font Awesome 5 Free;
    vertical-align : baseline;
}
    
div.slider div.slider-navigation a.slider-move-left:hover {
	
	transform: translateY(-50%) translateX(-210px) scale(1.4);
}
	
div.slider div.slider-navigation a.slider-move-right:hover {
	
    transform: translateY(-50%) translateX(210px) scale(1.4);
}
	
div.slider div.slider-navigation div.slider-number {
	
	position : absolute;
	left : 50%;
	top : 50%;
	transform : translate(-50%, -50%);
    font-family : Titillium Web;
    font-weight : 900;
    font-size: 0.75rem;
    letter-spacing: 0.05rem;
    line-height: 0.875rem;
    color: #fff;
}

@media all and (max-width: 575px) {

    div.slider div.slider-navigation div.slider-number {
    
        display : none;
	}
}
    
div.slider div.slider-navigation div.slider-number span {
	
	margin : 0 1px 0;
}

div.slider div.slider-navigation svg.slider-indicator {
	
    position : absolute;
    left : 0;
    right : 0;
    top : 0;
    width : 250px;
    height : 250px;
    margin : 0 auto 0;
    overflow : hidden;
    z-index : 6;
    transition : transform 1000ms;
}

@media all and (max-width: 575px) {

    div.slider div.slider-navigation svg.slider-indicator {
    
        display : none;
    }
}
    
div.slider div.slider-navigation svg.slider-indicator-background {
	
    position : absolute;
    left : 0;
    right : 0;
    top : 0;
    width : 250px;
    height : 250px;
    margin : 0 auto 0;
    overflow : hidden;
    z-index : 5;
}

@media all and (max-width: 575px) {

    div.slider div.slider-navigation svg.slider-indicator-background {
    
        display : none;
    }
}
    
div.slider div.slider-navigation-mobile {
	
	display : none;
}

@media all and (max-width: 575px) {
	
	div.slider div.slider-navigation-mobile {
	
        display : flex;
        position : absolute;
        left : 50%;
        bottom : 30px;
        transform : translateX(-50%);
        z-index : 4;
	}
	
	div.slider div.slider-navigation-mobile a.slider-goto {
	
        display : block;
        width: 10px;
        height: 10px;
        border-radius: 50%;
        border: 0;
        background-color: #fff;
        outline: none;
        margin: 0 5px;
        transition: background-color 300ms;
	}
	
	div.slider div.slider-navigation-mobile a.slider-goto.active {
	
        background-color: #e3000f;
	}
}

div.main.account a.button {
    
    width : 250px;
}

@media all and (max-width: 575px) {
	
	div.main.account a.button {
	    
	    width : 100%;
	    box-sizing : border-box;
	}
}

div.main.edit_customer div.button-row.single-button a.button {
    
    width : 250px;
}

@media all and (max-width: 991px) {
	
	div.main.edit_customer div.button-row.single-button a.button {
	    
	    width : auto;
	}
}

div.address {

    background-color: #f1f1f1;
    padding : 26px 20px 20px;
    margin : 0 0 0;
    position : relative;
    color : #5b6770;
    flex-grow : 1;
    font-family : Titillium Web;
    font-size : 1rem;
    line-height : 1.25rem;
    margin : 0 0 20px;
}

div.address::before {
    
    content : '';
    position : absolute;
    left : 0;
    top : 0;
    width : 77px;
    height : 6px;
    background-color: #e3000f;
}

div.button-row {

    margin : 50px 0 0;
    display : flex;
    justify-content : space-between;
}

@media all and (max-width: 991px) {
	
	div.button-row {
	
        flex-direction : column-reverse;
	}
}

@media all and (max-width: 991px) {
    
    div.button-row button:not(.delete):not(:first-child),
    div.button-row a.button:not(:first-child) {
    
        margin : 0 0 10px;
    }
}

@media all and (max-width: 991px) {
    
	div.button-row span {
    
        display : flex;
        flex-direction : column;
    }
}

@media all and (max-width: 991px) {
    
	div.button-row span button:not(.delete), 
	div.button-row span a.button {
    
        margin : 0 0 10px;
    }
}

div.button-row span button:not(.delete):not(:last-child),
div.button-row span a.button:not(:last-child) {

    margin : 0 10px 0 0;
}

@media all and (max-width: 991px) {
    
	div.button-row span button:not(.delete):not(:last-child),
	div.button-row span a.button:not(:last-child) {
    
        margin : 0 0 10px;
    }
}

div.login div.button-row {

    margin : 50px 0 0;
    display : flex;
    justify-content : space-between;
}

div.button-row {

    margin : 50px 0 0;
    display : flex;
    justify-content : space-between;
}

div.button-row.single-button {
    
    justify-content : flex-end;
}

div.product-list div.product div.badge-sale
{
    position : absolute;
    top : -20px;
    right : -20px;
    text-align : center;
    border-radius : 50%;
    background-color : rgba(235, 235, 235, 0.75);
    color : #e3000f;
    font-family : Titillium Web;
    font-size: 3.8rem;
    font-weight: bold;
    box-sizing : border-box;
    z-index : 1;
    display : flex;
    justify-content : center;
    align-items : center;
    width: 100px;
    height: 100px;
    padding-top: 6px;
}

@media all and (min-width : 691px) and (max-width : 991px)
{
    div.product-list div.product div.badge-sale
    { 
        width: 80px;
        height: 80px;
        font-size: 3.0rem;
    }    
}

@media all and (max-width : 691px)
{
    div.product-list div.product div.badge-sale
    {
        width: 60px;
        height: 60px;
        font-size: 2.4rem;
    }    
}

div.discounts div.discount{
    margin-bottom: 10px;
}

div.discounts div.discount-headline, div.discounts div.additional-discount  {
    color : #e3000f;
}

div.main div.product-details div.product-details-body div.missing-variant-info {
    
    text-align : center;
    font-size : 1rem;
    margin : 0 0 20px;
    color : #333;
    background-color : #fff;
    padding : 20px 20px 20px;
    border : 1px solid #333;
}

div.main div.product-details div.product-details-body div.missing-variant-info i.fas {

    margin : 0 6px 0 0;
}
