@font-face{

	font-family:'Frutiger LT';
    src : url(fonts/Frutiger-LT.ttf);
    font-weight : 400;
    font-style : normal
}

@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 : 'Frutiger LT';
    font-size : 16px;
}

body {

    background-color: #fff;
    color : #333;
    text-rendering : optimizeLegibility;
    text-size-adjust : 100%;
    -webkit-font-smoothing : antialiased;
    margin : 0;
    overflow-wrap : break-word;
}

a {

    text-decoration : none;
    color : #333;
}

/******   Cookie Box  *****/

div.cookie-info
{
	padding : 10px 0px 10px 0px;
	border: none;
	background-color: #F3F5F6;
	color:#000;
	margin: 0px 0px 0px 0px;
	font-family: Frutiger LT;
}

div.cookie-info-container
{
	max-width : 1280px;
	margin : 0 auto;
	position : relative;
}

div.cookie-info div.text
{
	padding: 0 100px 0 30px;
}

div.cookie-info a.confirm-button
{
	position : absolute;
	top : 0;
	right : 30px;
	bottom : 0;
	margin : auto 0 auto;
	height : 20px;
	display : block;
	background-color : #a94951;
	padding : 2px 10px;
    color:#fff;
    text-transform: uppercase;

}

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 : 1280px;
	margin : 40px auto 40px;
	display : flex;
}

@media all and (min-width: 1200px) and (max-width: 1569px) {
    
	div.cookie-info div.cookie-info-content {
	    
	    width : 1140px;
	}
}

@media all and (min-width: 992px) and (max-width: 1199px) {
    
    div.cookie-info div.cookie-info-content {
    
        width : 960px;
    }
}

@media all and (min-width: 768px) and (max-width: 991px) {
    
    div.cookie-info div.cookie-info-content {
    
        width : 720px;
    }
}

@media all and (max-width: 767px) {
	
    div.cookie-info div.cookie-info-content {
    
	    flex-direction : column;
        align-items : flex-start;
	    width : auto;
        margin : 20px 15px 10px;
    }
}

div.cookie-info div.cookie-info-content div.text {
	
	padding : 0 160px 0 0;
}

@media all and (max-width: 767px) {
	
	div.cookie-info div.cookie-info-content div.text {
	
	   padding : 0 0 20px 0;
	}
}

div.cookie-info div.cookie-info-content div.text h2 {
	
	color : #293b49;
	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 : #666;
    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.cookie-info-button {
    
    display : flex;
    flex-direction : column;
    justify-content : center;
}

header {

    position : fixed;
    display : flex;
    top : 0;
    left : 0;
    width : 100%;
    height : 224px;
    box-sizing : border-box;
    padding : 0 40px;
    justify-content : center;
    align-items : center;
    background-image: linear-gradient(90deg,#fff,#fff);
    z-index: 10;
    font-family : 'Frutiger LT';
    transition : height 300ms;
    border-bottom : 1px solid #ccc;
    background-image: url(../img/farbverlauf.png);
    background-size: cover;
}

@media all and (max-width: 991px) {
	
	header {

        height : 72px;
	}
}

header div.logo {

    position : absolute;
    left : 50%;
    right : -50%;
    height : 85px;
    transform : translateX(-627px);
    top : 34px;
    display : flex;
}

header div.mobilelogo a img{
    position : absolute;
    left : 2%;
    top : 4px;
}

@media all and (min-width: 992px){
    
    header div.mobilelogo a img{
    
        display : none;
    }
}

@media all and (min-width: 1200px) and (max-width: 1569px) {
    
    header div.logo {
    
       transform : translateX(-557px);
    }
}

@media all and (min-width: 992px) and (max-width: 1199px) {
    
    header div.logo {
    
       transform : translateX(-467px);
    }
}

@media all and (min-width: 768px) and (max-width: 991px) {
    
    header div.logo {
    
        height : 71px;
	    transform : translateX(-347px);
        top: 0px;
    }
}

@media all and (min-width: 576px) and (max-width: 767px) {
    
    header div.logo {
    
        height : 71px;
        left : 13px;
        transform : none;
    }
}

@media all and (max-width: 575px) {
    
    header div.logo {
    
        height : 71px;
        left : 13px;
        transform : none;
    }
}

header div.logo a {

    color : #000;
    display : flex;
    align-items : center;
}

header div.logo a img {

    vertical-align: middle;
    margin : 0 15px 0 0;
    height : 150px;
    transition : height 300ms;
}

@media all and (min-width: 420px) and (max-width: 991px) {
	
	header div.logo a img {
        
        display: none;
	}

    header div.mobilelogo a img{
        display: flex;
        height : 62px;
        margin-right : 8px;
    }
}

@media all and (max-width: 419px) {
	
	header div.logo a img {
        
        display: none;
	}

    header div.mobilelogo a img{
        display: flex;
        height : 50px;
        margin-right : 8px;
    }
}

header span.title {

    display : flex;
    flex-direction: column;
    vertical-align: middle;
    max-width : 200px;
    font-size : 1.675rem;
    font-weight : bold;
    line-height : 1.125rem;
    opacity : 1;
    height : 54px; 
    overflow : hidden;
    transition : opacity 300ms, height 300ms, visibility 300ms;
    color : #a94951;
    padding-top: 13px; 
}

@media all and (max-width: 610px) {
    
    header span.title {

       display : none;
    }
}

@media all and (min-width: 992px) {

	header div.menu {
	
	    position : absolute;
	    top : 158px;
	    left : 0;
	    right : 0;
	    bottom : 0;
	}
	
	header div.menu div.menu-items {
	
	    display : flex;
	    justify-content : center;
	    width : 1250px;
	    margin : 0 auto 0;
	}
	
	header div.menu div.menu-items div.menu-item {
	
	    padding : 0 28px 0 0;
	}
	
	header div.menu div.menu-items div.menu-item a.menu-item {
	
		display : block;
	    position : relative;
	    padding : 0 0 0;
	    margin : 0 0 0;
	    font-size : 1.4375rem;
	    font-weight : 300;
	    line-height : 64px;
	    transition : line-height 300ms;
	    vertical-align : middle;
        color: #fff;
	}
	
	header div.menu div.menu-items div.menu-item:hover a.menu-item::after {
	
	    content : '';
	    position : absolute;
	    bottom : 0;
	    left : 0;
	    right : 0;
	    background-color : #fff;
	    height : 3px;
	}
    
    header div.menu div.menu-items div.menu-item a.menu-item:hover {
    
        color : #a94951;
    }
    
    header div.menu div.menu-items div.menu-item a.menu-item i {
       
        display : none;
    }
    
	header div.menu div.menu-items div.menu-item div.submenu {
	
	    visibility : hidden;
	    opacity : 0;
	    position : absolute;
	    top : 54px;
	    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;
	}
	
	header div.menu div.menu-items div.menu-item:hover div.submenu {
	
	    visibility : visible;
	    opacity : 1;
	}
	
	header div.menu div.menu-items div.menu-item div.submenu ul {
	
	    margin : 0 auto 0;
	    padding : 0 0 0;
	    display : flex;
	    height : 54px;
	    align-items : center;
	    width : 1250px;
	}
	
	header div.menu div.menu-items div.menu-item div.submenu ul li {
	
	    display : block;
	    padding : 0 30px 0 0;
	    position : relative;
	}
	
	header div.menu div.menu-items div.menu-item div.submenu ul li a {
	
	    display : block;
	    font-size : 1.125rem;
	    line-height : 1.375rem;
	    font-weight : 300;
        color: #004760;
	}
	
    header div.menu div.menu-items div.menu-item div.submenu ul li a:hover {
    
        color : #a94951;
    }
    
	header div.menu div.menu-items div.menu-item div.submenu ul li a:hover::before {
	
	    width: 3px;
	}
	
	header div.menu div.menu-items div.menu-item div.submenu form {
		
	    margin : 10px auto 10px;
	    display : flex;
	    justify-content : center;
	}
	
	header div.menu div.menu-items div.menu-item div.submenu form input {
		
	    display:block;
	    caret-color:#243282;
	    font-family : 'Frutiger LT';
	    font-size:1.125rem;
	    font-style:normal;
	    font-weight:300;
	    line-height:1.625rem;
	    background-color:#f2f2f2;
	    height:58px;
	    margin: 0;
	    width : 400px;
	    box-sizing : border-box;
	    padding:0 0.75em;
	    margin : 0 10px 0 0;
	    text-align : center;
	    border : 0 none transparent;
	}
	
	header div.menu div.menu-items div.menu-item div.submenu form input:hover {
	
	}
	
	header div.menu div.menu-items div.menu-item div.submenu form input:focus {
		
		color: #243282;
		outline:none;
	}
	
	header div.menu div.menu-meta {
	
        display : none;
	}
}

@media all and (min-width: 1200px) and (max-width: 1569px) {
	
    header div.menu div.menu-items {
    
        width : 1110px;
    }

    header div.menu div.menu-items div.menu-item div.submenu ul {
    
        width : 1110px;
    }
}
	
@media all and (min-width: 992px) and (max-width: 1199px) {
	
    header div.menu div.menu-items {
    
        width : 930px;
    }

    header div.menu div.menu-items div.menu-item div.submenu ul {
    
        width : 930px;
    }
}
	
@media all and (max-width: 991px) {

    header div.menu {
    
       display : block;
       background-color : #f2f2f2;
       position : fixed;
       top : 71px;
       bottom : 0;
       left : 0;
       right : 0;
       transform : translateX(100%);
       transition : transform 300ms;
    }
    
    header div.menu.active {
    
       transform : translateX(0);
    }
    
    header div.menu div.menu-items {
    
        overflow : auto;
        position : absolute;
        top : 0;
        left : 0;
        right : 0;
        bottom : 104px;
    }
    
    header div.menu div.menu-items div.menu-item {
    
        position : relative;
    }
    
    header div.menu div.menu-items div.menu-item::before {
    
    	content: '';
	    height: 1px;
	    background-color: #888;
	    opacity: 0.29;
	    position: absolute;
	    bottom: 0;
	    left : 0;
	    right : 0;
	    transition: opacity 300ms;
    }
    
    header div.menu div.menu-items div.menu-item a.menu-item i {
       
        position : absolute;
        right : 30px;
        top : 23px;
        display : block;
        z-index: 1;
        transition: transform 200ms;
        pointer-events : none;
        font-size : 1.5rem;
        line-height : 1.5rem;
    }
    
    header div.menu div.menu-items div.menu-item.active i {
    
        transform: rotate(180deg);
    }

    header div.menu div.menu-items div.menu-item a {
    
        display : block;
        padding : 28px 20px;
        font-family : 'Frutiger LT';
        font-weight : 300;
        font-size : 1.25rem;
        line-height: 1.5rem;
        transition: padding 200ms;
    }
    
    header div.menu div.menu-items div.menu-item div.submenu {
   
        height : 0;
	    background-color: #ddd;
	    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.menu div.menu-items div.menu-item div.submenu ul {
    
        margin : 32px 0 32px; 
        list-style : none;
        padding : 0 0 0;
    }
   
    header div.menu div.menu-items div.menu-item div.submenu ul li a {
    
        display : block;
        padding : 12px 0 12px;
        font-family : 'Frutiger LT';
        font-weight : 300;
        font-size : 1.0rem;
        line-height : 1.25rem;
        text-transform : none;
        text-align : center;
    }

    header div.menu div.menu-items div.menu-item div.submenu form {
        
        margin : 40px auto 40px;
        display : flex;
        justify-content : center;
    }
    
    header div.menu div.menu-items div.menu-item div.submenu form input {
	
        display:block;
        caret-color:#f06400;
        font-family: 'Frutiger LT';
        font-size:1.125rem;
        font-style:normal;
        font-weight:400;
        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.menu div.menu-items div.menu-item div.submenu form input:hover {
    
    }
    
    header div.menu div.menu-items div.menu-item div.submenu form input:focus {
    
        outline:none;
    }
    
    header div.menu div.menu-items div.menu-item div.submenu form button {
        
        position : relative;
        display : inline-block;
        font-family : 'Frutiger LT';
        font-weight : 900;
        font-size: 0.750rem;
        line-height: 0.875rem;
        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: #ffed00;
        padding: 15px 30px;
        margin : 0 20px 0 20px;
        cursor: pointer;
        z-index: 1;
        color: #243282;
    }
    
    header div.menu div.menu-items div.menu-item div.submenu form button::before {
        
        content:'';
        background-color : #ffed00;
        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.menu div.menu-items div.menu-item div.submenu form button:hover {
        
        color : #243282;
    }
    
    header div.menu div.menu-items div.menu-item div.submenu form button:hover::before {
    
        transform : scaleY(0);
    }
   
    header div.menu div.menu-meta {
    
        position : absolute;
        bottom : 0;
        left : 0;
        right : 0;
        height : 104px;
        background-color : #f2f2f2;
    }
    
    header div.menu div.menu-meta a {
    
        display : flex;
        align-items : center;
        position : absolute;
        top : 0;
        bottom : 0;
        left : 0;
        right : 0;
        color: #000;
    }
    
    header div.menu div.menu-meta a span.icon {

	    display : block;
        margin : 0 15px 0 25px;
        font-size : 1.5rem;
        line-height : 1.5rem;
    }
    
    header div.menu div.menu-meta a span.title {

        display : block;
	    font-family: 'Frutiger LT';
	    font-size: 1.25rem;
	    font-weight: 300;
	    line-height: 1.5rem;
        padding-top: 28px;
    }
}

header div.metasub{
	flex-direction: row;
	display: flex;
	height: 100%;
}

header div.metasubtitle{
	flex-direction: row;
	display: flex;
	justify-content: center;
}

@media all and (max-width: 991px) {
	
	header div.metasubtitle{
		display: none;
	}
	
}	

header div.meta {
	
	position : absolute;
	display : flex;
	top : 0;
	height : 122px;
	right : 50%;
    transform : translateX(625px);
    flex-direction: column;
}

@media all and (min-width: 1200px) and (max-width: 1569px) {
    
    header div.meta {
    
       transform : translateX(557px);
    }
}

@media all and (min-width: 992px) and (max-width: 1199px) {
    
    header div.meta {
    
        transform : translateX(467px);
    }
}

@media all and (min-width: 768px) and (max-width: 991px) {
    
    header div.meta {
    
        height : 71px;
        transform : translateX(347px);
    }
}

@media all and (max-width: 767px) {
    
    header div.meta {
    
        height : 71px;
        right : 0;
        transform : none;
    }
}

header div.meta div.meta-item {
	
	width : 120px;
	height : 100%;
	background-color : #004760;
	transition : background-color 250ms ease;
}

header div.meta div.meta-item:hover {
	
	background-color: #a94951;
}

header div.meta div.meta-item.account {
	
	margin-right: 10px;
}

header div.meta div.meta-item.cart {
	
    background-color: #a94951;
	width : 120px;
}

header div.meta div.meta-item.cart:hover {
	
    background-color: #004760;
}

@media all and (max-width: 991px) {
    
    header div.meta div.meta-item.cart {
    
       background-color : #f2f2f2;
       width : 70px;
       margin : 0 70px 0 0;
       color : #000;
    }
}

@media all and (max-width: 991px) {
    
    header div.meta div.meta-item.cart span.icon {
    
       color : #000;
    }
}

@media all and (max-width: 991px) {
    
    header div.meta div.meta-item.cart span.cart-quantity {
    
       color : #fff;
    }
}

@media all and (max-width: 991px) {
    
    header div.meta div.meta-item.account {
    
       display : none;
    }
}

header 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.meta div.meta-item a span.icon-row {
	
	margin : 14px 0 0;
	display : flex;
	flex-direction : row;
}

@media all and (max-width: 991px) {

	header div.meta div.meta-item a span.icon-row {
		
		margin : 22px 0 0;
    }
}

header div.menu-burger {
	
	display : none;
}

@media all and (max-width: 991px) {
	
	header div.menu-burger {

        display : flex;
        flex-direction : column;
        justify-content : space-between;
		position : absolute;
		top : 0;
		bottom : 0;
		right : 50%;
		transform : translateX(345px);
		width : 70px;
		padding : 28px 0 28px;
		background-color : #f2f2f2;
	}
	
	header div.menu-burger div {
	   
	   width : 17px;
	   height : 2px;
	   background-color : #333;
	   margin : 0 auto 0;
	   transition : transform 200ms, opacity 200ms;
	}
	
	header div.menu-burger.active div:nth-child(1) {
	
        transform: rotate(45deg);
        transform-origin: left;
	}
	
	header div.menu-burger.active div:nth-child(2) {
	
        opacity : 0;
	}
	
	header div.menu-burger.active div:nth-child(3) {
	
        transform: rotate(-45deg);
        transform-origin: left;
	}
}

@media all and (max-width: 767px) {
    
    header div.menu-burger {
    
        transform : none;
        right : 0;
    }
}
	
header div.meta div.meta-item a span.cart-quantity {

	margin : 4px 6px 0 0; 
}

header div.meta div.meta-item:hover a span.cart-quantity {

	color : #fff; 
}

header div.meta div.meta-item a span.cart-total {

	margin : 4px 0 0 6px; 
	color : #fff; 
}

header div.meta div.meta-item:hover a span.cart-total {

	color : #fff; 
}

@media all and (max-width: 991px) {
    
    header div.meta div.meta-item a span.cart-total {
        
        display : none
    }
}

header div.meta div.meta-item a span.icon {

    display : inline-block;
    font-size : 1.5rem;
    color: #fff;
}

header div.meta div.meta-item a span.title {

	font-family : 'Frutiger LT';
	font-weight : 500;
	line-height : 0.875rem;
	font-size : 0.75rem;
	color : #fff;
	margin : 10px 0 0;
	transform: scale(1);
    opacity : 1;
    transition : opacity 300ms, transform 200ms;
}

@media all and (max-width : 991px) {
	
	header div.meta div.meta-item a span.title {
	
	   display : none;
	}
}

header div.meta div.meta-item:hover a span.icon {

	color : #fff;
}

header div.meta div.meta-item:hover a span.title {

	color : #fff;
}

footer {

	max-width : 100%;
    font-family : 'Frutiger LT';
    background-image: url(../img/farbverlauf.png);
    padding-top: 10px;
    background-size: cover;
}

footer div.footer-wrap{

    max-width : 1280px;
    margin : 20px auto 0;
}


footer div.top {
	
	margin : 0 0 50px;
    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;
}

@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;
	}
}

footer div.top div.navigation-box {
	
	padding : 0 15px;
	box-sizing : border-box;
}

@media all and (min-width: 992px) {
	
	footer div.top div.navigation-box:nth-child(1) {
		
		text-align : left;
	}
	
	footer div.top div.navigation-box:nth-child(2) {
		
		text-align : center;
	}
	
	footer div.top div.navigation-box:nth-child(3) {
		
		text-align : right;
	}
}

footer div.top div.navigation-box div.title {
	
	color : #fff;
	font-weight : 500;
	font-size : 1.3rem;
	line-height : 1.125rem;
	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;
    font-weight : 300;
    padding : 2px 0 2px;
    color: #fff;
}

footer div.top div.navigation-box ul li a:hover {
	
    color: #f06400;
}

footer div.bottom {
	
	position : relative;
	border-top : 1px solid #fff;
    padding : 20px 15px 20px;
    font-weight : 300;
    color: #fff;
}

@media all and (max-width: 767px) {
    
    footer div.bottom {
    
        padding : 41px 15px 48px;
    }
}

div.main {

    padding : 224px 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 {
	
	    padding : 160px 15px 100px;
		width : 690px;
	}
}

@media all and (min-width: 576px) and (max-width: 767px) {
	
	div.main {
	
        padding : 160px 15px 100px;
	    width : auto;
	}
}

@media all and (max-width: 575px) {
	
	div.main {
	
	   width : auto;
       padding : 71px 0 100px;
	}
}

div.main.overview {
	
	padding : 40px 15px 160px;
}

@media all and (max-width: 575px) {
    
    div.main.overview {
    
       padding : 72px 0 160px;
    }
}

div.message {

	box-sizing : border-box;
	margin : 0 0 40px;
	padding : 15px 70px 15px;
	text-align : center;
	position : relative;
	font-size : 1.25rem;
	line-height : 1.5rem;
	font-family : 'Frutiger LT';
	font-weight : 300;
}

div.message.error {

    background-color : #f2f2f2;
    color : #f06400;
}

div.message.error span.icon {
    
    position : absolute;
    left : 20px;
    top : 50%;
    transform : translateY(-50%);
    color : #f06400;
}

div.message.info {

    background-color : #888;
    color : #fff;
}

div.message.info span.icon {
    
    position : absolute;
    left : 20px;
    top : 50%;
    transform : translateY(-50%);
    color : #fff;
}

div.message.hidden {
	
	display : none;
}

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;
    font-size : 1.25rem;
    line-height : 1.5rem;
}

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 : #f06400;
}

div.message.error button.delete:hover {
    
    color : #000;
}

h1 {

    margin : 20px 0 40px;
    font-size : 3.375rem;
    line-height : 3.75rem;
    color : #a94951;
    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 : #a94951;
    text-align : center;
}

@media all and (max-width: 575px) {
    
    h2 {
    
        font-size: 1.75rem;
        line-height: 2.0rem;
    	margin : 20px 15px 20px;
    }
}

p {
	
	color : #333;
	text-align : center;
	font-family : 'Frutiger LT';
	font-size : 1.3125rem;
	line-height : 1.625rem;
	font-weight : 300;
}

@media all and (max-width: 575px) {
    
    p {
    
        margin : 20px 15px 20px;
    }
}

strong {
	
	font-weight : 500;
}

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 : 'Frutiger LT';
    font-size: 0.8125rem;
    font-weight : 500;
    line-height: 1rem;
    color: #333;
}

div.main ul.breadcrumb li a {
	
	background-image: none;
    margin-right: 5px;
    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: top;
    width: 8px;
}

div.main div.content {
	
    background-color : #f2f2f2;
    box-shadow : 0 1px 4px rgba(0,0,0,.22);
    padding : 50px 253px 50px;
    color : #666;
    font-size : 1rem;
    line-height : 1.25rem;
    font-family : 'Frutiger LT';
    font-weight : 300;
}

@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 : #a94951;
    margin : 0 0 50px;
    text-align : left;
}

@media all and (max-width: 575px) {
	
	div.content h1 {
	
        font-size: 1.75rem;
        line-height: 2.0625rem;
	}
}

div.content h2 {

    font-size : 1.625rem;
    line-height : 1.875rem;
    font-weight : 300;
    text-align : left;
    color : #a94951;
}

div.content h3 {
	
    color : #a94951;
	font-weight : 300;
}

div.content h4 {
	
    color : #a94951;
	font-weight : 300;
}

div.content p {
	
	text-align : left;
	color : #666;
	font-size : 0.9375rem;
	line-height : 1.25rem;
	font-family : 'Frutiger LT';
	font-weight : 300;
}

div.content.cart p {
	
	font-size : 1.25rem;
	line-height : 1.5rem;
}

@media all and (max-width: 575px) {
	
	div.content p {
	
        font-size : 1rem;
        line-height : 1.5625rem;
        margin : 20px 0 20px;
	}
}

div.content strong {

	font-weight : 500;
}

div.content ol {
	
	margin : 10px 0 10px 28px;
	padding : 0 0 0;
}

div.content ol li {
	
    padding : 6px 0 6px 0;
	color : #666;
    font-size : 0.9375rem;
    line-height : 1.25rem;
	font-family : 'Frutiger LT';
	font-weight : 300;
}

@media all and (max-width: 575px) {
    
    div.content ol li {
    
        font-size : 1rem;
        line-height : 1.5625rem;    
    }
}

div.content ol li p {
	
	margin : 0 0 0;
}

div.content ul {
    
    margin : 10px 0 10px 18px;
    padding : 0 0 0;
}

div.content ul li {
	
    padding : 6px 0 6px 0;
    color : #666;
    font-size : 0.9375rem;
    line-height : 1.25rem;
    font-family : 'Frutiger LT';
}

@media all and (max-width: 575px) {
    
    div.content ul li {
    
        font-size : 1rem;
        line-height : 1.5625rem;    
    }
}

div.content ul li p {
    
    margin : 0 0 0;
}

div.content a {
	
    background-image: linear-gradient(#a94951,#a94951);
    background-size : 1px 2px;
    background-repeat : repeat-x;
    background-position : 0 99%;
    padding-bottom : 2px;
    color : inherit;
}

div.content a:hover {
	
    color: #a94951;
}

div.content div.contact {
	
	display : flex;
	align-items : center;
	margin : 0 0 40px;
}

@media all and (max-width: 575px) {
    
	div.content div.contact {
	    
	    flex-direction : column;
        margin : 0 0 80px;
	}
}

div.content div.contact img {
	
	width : 200px;
	margin : 0 50px 0 0;
}

@media all and (max-width: 575px) {
    
    div.content div.contact img {
        
        width : 250px;
	    margin : 0 0 30px 0;
    }
}

div.content div.contact div.contact-content,
div.content div.contact div.contact-content p {
	
	font-size : 1.25rem;
	line-height : 1.5rem;
    margin : 0 0 0;
}

@media all and (min-width: 576px) and (max-width: 767px) {
	
	div.content div.contact div.contact-content,
	div.content div.contact div.contact-content p {
	    
	    font-size : 1.125rem;
	    line-height : 1.375rem;
	}
}

div.content div.compliance-section {
	
	background-color : #fff;
	padding : 20px 50px 20px;
}

@media all and (max-width: 991px) {
	
	div.content div.compliance-section {
		
		padding : 20px 15px 20px;
	}
}

div.content div.compliance-section h2 {
	
	margin : 20px 0 20px;
}

div.content div.compliance-section:not(:last-child) {
	
    margin : 0 0 50px;
}

div.content div.compliance-paragraph {
	
	background-color : #fff;
	margin : 20px 0 20px;
	display : flex;
	align-items : flex-start;
}


@media all and (max-width: 575px) {
	
	div.content div.compliance-paragraph {
		
		flex-direction : column;
		align-items : center;
	}
}

div.content div.compliance-paragraph img {
	
	width : 100px;
	margin : 0 30px 0 0;
}

@media all and (max-width: 575px) {
    
	div.content div.compliance-paragraph img {
	    
	    width : 150px;
	    margin : 20px 0 20px 0;
	}
}

div.content div.compliance-paragraph div.compliance-paragraph-content {
    
    flex-shrink : 1;
}


div.main div.account {
	
    background-color : #f2f2f2;
    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 strong {
	
	font-weight : 500;
}

div.main div.account h1 {

    padding : 30px 0 0;
    font-size : 2.125rem;
    line-height : 2.375rem;
    color : #a94951;
    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 h2 {

    font-size : 1.625rem;
    line-height : 1.875rem;
    font-weight : 300;
    text-align : left;
    color : #a94951;
}

@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;
    font-weight : 300;
    text-align : left;
    color : #a94951;
    margin : 50px 0 20px;
}

div.main div.account p {
    
    text-align : left;
    color : #666;
    font-size : 1.3125rem;
    line-height : 1.625rem;
    font-weight : 300;
    font-family : 'Frutiger LT';
}

div.main div.account ul a {
    
    background-image: linear-gradient(#f06400,#f06400);
    background-size : 1px 2px;
    background-repeat : repeat-x;
    background-position : 0 99%;
    padding-bottom : 2px;
    color : inherit;
}

div.main div.account div.address {

    background-color: #ddd;
    padding : 26px 20px 20px;
    margin : 0 0 0;
    position : relative;
    color : #666;
    flex-grow : 1;
    font-family : 'Frutiger LT';
    font-size : 1rem;
    line-height : 1.25rem;
    font-weight : 300;
    margin : 0 0 20px;
}

div.main div.account div.address h2 {
    
    font-weight : 300;
    color : #a94951;
}

div.main div.order div.account div.address h2 {
    
    font-weight : 300;
    color : #a94951;
}

div.main div.account div.reminder-entries div.reminder-entry {
    
    background-color: #ddd;
    padding : 26px 20px 20px;
    margin : 0 0 0;
    position : relative;
    color : #666;
    flex-grow : 1;
    font-family : 'Frutiger LT';
    font-size : 1rem;
    line-height : 1.25rem;
    margin : 0 0 20px;
}

div.main div.account div.reminder-entries div.reminder-entry a {
    
    background-image: linear-gradient(#f06400,#f06400);
    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: #f06400;
}

div.main div.account dl
{
    display : flex;	
    flex-wrap : wrap;
    background-color: #ddd;
    padding : 26px 20px 20px;
    margin : 0 0 0;
    position : relative;
    color : #666;
    flex-grow : 1;
    font-family : 'Frutiger LT';
    font-size : 1rem;
    line-height : 1.25rem;
    margin : 0 0 20px;
}

div.main div.account dl dt
{
    width : 33%;
    margin : 6px 0 6px;
    font-family : 'Frutiger LT';
    font-weight : 500;
}

@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 : 'Frutiger LT';
    font-weight : 300;
}

@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(#f06400,#f06400);
    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: #f06400;
}

div.main div.account div.account-box {
	
	margin : 20px 0 50px;
}

div.main div.account div.account-box div.account-box-content {

    background-color: #ddd;
    padding : 26px 20px 20px;
    margin : 0 0 0;
    position : relative;
    color : #666;
    flex-grow : 1;
    font-family : 'Frutiger LT';
    font-size : 1rem;
    line-height : 1.25rem;
    margin : 0 0 20px;
}

div.main div.account.account-page div.button-row {
	
	margin : 0 0 20px;
}

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 : #444;
}


@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;
    font-weight : 300; 
    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 {
    
       display : none;
    }
}
	
div.main div.order div.progress ul li.current:not(:last-child)::before {

	border-left : 1px solid #666;
}
	
div.main div.order div.progress ul li.inactive:not(:last-child)::before {

	border-left : 1px solid #666;
}
	
@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;
	font-weight : 300;
	color : #fff;
	font-family : 'Frutiger LT';
    padding : 0 0 0 20px;
    display : block;
}

div.main div.order div.progress ul li.current a {
	
    color : #f06400;
}
	
div.main div.order div.progress ul li a:hover {
	
	color : #f06400;
}

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 #666;
    }
}

div.main div.order div.progress ul li.current a::before {
    
    border : 2px solid #f06400;
}

div.main div.order div.progress ul li a:hover::before {
    
    border : 2px solid #f06400;
}

div.main div.order div.progress ul li.inactive span.item {
	
    font-size : 0.9375rem;
    line-height : 1.25rem;
    font-weight : 300;
    color : #9b9b9b;
    font-family : 'Frutiger LT';
    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 #666;
    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 #666;
        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;
    font-size : 1.625rem;
    line-height : 1.875rem;
    text-align : center;
    color : #a94951;
    margin : 0 0 30px;
}

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 : #666;
    margin : 30px 0 30px;
}

div.main div.order form:not(.inner-form) {
	
    background-color : #f2f2f2;
    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 : #a94951;
    margin : 0 0 30px;
}

div.main div.order form:not(.inner-form) h2 {

    padding : 0 0 0;
    font-size : 1.5rem;
    line-height : 1.75rem;
    text-align : left;
    color : #a94951;
    margin : 30px 0 20px;
}

div.main div.order form:not(.inner-form) h2.cart-section {

    color : #a94951;
}

div.main div.order form:not(.inner-form) p {

    color : #666;
    text-align : center;
    font-family : 'Frutiger LT';
    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 : #f2f2f2;
    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 : #a94951;
    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 div.subtitle {
    
    font-size : 1.5rem;
    line-height : 1.75rem;
    text-align : left;
    color : #666;
    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;
    background-color : #ccc;
    border-color : #ccc;
}

@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 : 'Frutiger LT';
    font-weight : 300;
    font-size: 1rem;
    line-height: 1.25rem;
}

div.main div.product-details div.product-details-body div.description-text p {

    font-family : 'Frutiger LT';
    font-weight : 300;
    font-size: 1rem;
    line-height: 1.25rem;
    color : #666;
    text-align : left;
}

div.main div.product-details div.product-details-body div.description div.properties {
	
	margin : 40px 0 40px;
    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.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 : 'Frutiger LT';
	font-weight : 500;
	font-size: 0.75rem;
    line-height: 0.875rem;
    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 : 'Frutiger LT';
    font-weight : 300;
    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 : #a94951;
    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.tax-info {
    
    font-size: 0.75rem;
    line-height: 1.0rem;
}

div.main div.product-details div.product-details-body div.description h2 {
    
    text-align : left;
    font-size : 1.5rem;
    line-height : 1.75rem;
}

div.main div.product-details div.product-details-body div.description div.scale-prices dl {
   
    display : flex;
    flex-wrap : wrap;
    width : 250px;
}

div.main div.product-details div.product-details-body div.description div.scale-prices dl dt {
   
    margin : 0;
    padding : 4px 5px 4px;
    box-sizing : border-box;
    background-color : #c6c6c6;
    text-align : right;
    border-bottom : 1px solid #888;
    width : 60%;
}

div.main div.product-details div.product-details-body div.description div.scale-prices dl dt:first-of-type {

	border-top : 1px solid #888;
}

div.main div.product-details div.product-details-body div.description div.scale-prices dl dd {
   
    margin : 0;
    box-sizing : border-box;
    text-align : right;
    background-color : #e4e4e4;
    padding : 4px 5px 4px;
    border-bottom : 1px solid #888;
    width : 40%;
}

div.main div.product-details div.product-details-body div.description div.scale-prices dl dd:first-of-type {

    border-top : 1px solid #888;
}

div.main div.product-details div.product-details-body div.description div.scale-prices dl dd span.price {
    
    color : #f06400;
}

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: #a94951;
    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.not-orderable-text {

    font-family : 'Frutiger LT';
    font-weight : 300;
    font-size: 1rem;
    line-height: 1.25rem;
}

div.main div.product-details div.product-details-body div.not-orderable-text p {

    font-family : 'Frutiger LT';
    font-weight : 300;
    font-size: 1rem;
    line-height: 1.25rem;
    color : #666;
    text-align : left;
}

div.main div.product-details div.product-details-body div.not-available-message {
	
	margin : 0 0 40px;
	font-family : 'Frutiger LT';
	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: #ddd;
   	padding : 26px 20px 20px;
	margin : 0 0 50px;
	position : relative;
}

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-row div.form-group.option-form-group {
    
    width : 100px;
}

@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.option-form-group {
	    
	    width : 100px;
	}
}

@media all and (max-width: 1199px) {
	
	div.main div.product-details div.product-details-body form.cart-add div.form-row div.form-group.option-form-group {
	    
	    width : auto;
	}
}

div.main div.product-details div.product-details-body form.cart-add div.form-row div.form-group.option-form-group input {
    
    width : 58px;
    height : 58px;
    margin : 0;
    border-radius : 0;
}

div.main div.product-details div.product-details-body form.cart-add div.form-row div.form-group.optiontext-form-group {
    
    width : 360px;
}

@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.optiontext-form-group {
	    
	    width : 300px;
	}
}

@media all and (max-width: 1199px) {
	
	div.main div.product-details div.product-details-body form.cart-add div.form-row div.form-group.optiontext-form-group {
	    
	    width : auto;
	}
}

div.main div.product-details div.product-details-body form.cart-add div.form-group button {
	
	width : 100%;
}

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: #ddd;
    padding : 26px 20px 20px;
    margin : 0 0 0;
    position : relative;
    color : #666;
    flex-grow : 1;
    font-family : 'Frutiger LT';
    font-size : 1rem;
    line-height : 1.25rem;
    margin : 0 0 20px;
}

div.main div.product-details div.product-details-body form.reminder 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.reminder div.form-row div.form-group {
        
        width : 200px;
    }
}

@media all and (max-width: 1199px) {
    
    div.main div.product-details div.product-details-body form.reminder div.form-row div.form-group {
        
        width : auto;
    }
}

div.main div.product-details div.product-details-body form.reminder div.form-group button {
    
    width : 100%;
}

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 : #333;
    text-align : left;
    font-family : 'Frutiger LT';
    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 : #f2f2f2;
    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 : #a94951;
	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 h2 {

    color : #000;
    font-size : 1.625rem;
    line-height : 1.875rem;
    font-weight : 300;
    text-align : center;
    color : #a94951;
}

div.main.cart form h2 {

    text-align : left;
}

div.main.delivery_type form h2 {

    text-align : left;
}

div.main.delivery_type p {

    text-align : left;
}

div.main form p {

    color : #666;
    text-align : center;
    font-family : 'Frutiger LT';
    font-size : 1.0rem;
    line-height : 1.25rem;
}

@media all and (max-width: 575px) {
	
	div.main form p {
	
	   margin : 20px 0 20px;
	}
}

div.main form div.form-description {
	
	font-size : 1.3125rem;
	line-height : 1.625rem;
	font-weight : 300;
	font-family : 'Frutiger LT';
	margin : 0 0 50px;
	color : #333;
	text-align : left;
}

div.main form div.form-description p {
	
    font-size : 1.3125rem;
    line-height : 1.625rem;
	font-weight : 300;
	color : #333;
	text-align : left;
}

div.main form div.form-description p.small {
	
    font-size : 0.9375rem;
    line-height : 1.25rem;
	font-weight : 300;
}

div.main form input[type=text]
{
    display:block;
    caret-color:#243282;
	font-family:Frutiger LT;
    font-size:1.125rem;
    font-style:normal;
    font-weight:300;
    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:#243282;
}

div.main form input[type=text]:focus
{
    outline:none;
    border-color:#243282;
}

div.main form input[type=text][disabled]
{
    background-color : #aaa;
    color : #aaa;
}

div.main form input[type=password]
{
    display:block;
    caret-color:#243282;
	font-family:Frutiger LT;
    font-size:1.125rem;
    font-style:normal;
    font-weight:300;
    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:#243282;
}

div.main form input[type=password]:focus
{
    outline:none;
    border-color:#243282;
}

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=radio]
{
    -webkit-appearance: none;
    display: inline-block;
    vertical-align : middle;
    width: 32px;
    height: 32px;
    border: 1px solid #9b9b9b;
    cursor: pointer;
    border-radius:10000px;
    margin: 0;
}

div.main form input[type=radio]:checked
{
    background:#004760;
    background-repeat:no-repeat;
    background-position:50%;
    background-size:40% auto;
    border-color:#004760;
}

div.main form input[type=radio]:hover
{
    border-color:#004760;
}

div.main form input[type=radio]:focus
{
    outline:none;
    border-color:#004760;
}

div.main form select
{
    display : block;
    font-family:Frutiger LT;
    font-size:1.125rem;
    font-style:normal;
    font-weight:300;
    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;
    padding-right:50px;
    position : relative;
}

div.main form select::after {
	
    content : "\f107";
    font-family : 'Font Awesome 5 Free';
    font-weight : 900;
	color : #333;
    position : absolute;
    top : 50%;
    transform : translateY(-50%);
    right : 15px;
    font-size : 1.0rem;
    line-height : 1.0rem;
    z-index : 100;
}

div.main form select::-ms-expand
{
    display : none;
}

div.main form select:focus
{
    outline:none;
    border-color:#243282;
}

div.main form textarea
{
    display : block;
    caret-color : #243282;
    overflow : auto;
    margin: 0;
    font-family:Frutiger LT;
    font-size:1.125rem;
    font-style:normal;
    font-weight:300;
    line-height:1.625rem;
    background:#fff;
    display:block;
    width:100%;
    border:1px solid #9b9b9b;
    resize:none;
    padding : 0.75em;
    height : 230px
}

div.main form textarea:hover
{
    border-color:#243282;
}

div.main form textarea:focus
{
    outline:none;
    border-color:#243282;
}

div.main form label:not(.checkbox-label):not(.radio-label)
{
    font-family : 'Frutiger LT';
    font-size : 0.8125rem;
    line-height : 1rem;
    color : #666;
    display : table;
    transition : color 250ms;
    margin : 0 0 8px;
}

div.main form label.checkbox-label
{
    font-family : 'Frutiger LT';
    font-size : 0.8125rem;
    line-height : 1rem;
    color : #666;
    vertical-align : middle;
    font-family:Frutiger LT;
    font-size:1.125rem;
    line-height:1.625rem;
    color:#293b49;
    vertical-align:middle;
    padding : 0 0 0 15px;
}

div.main form label.radio-label
{
    font-family : 'Frutiger LT';
    color : #666;
    vertical-align : middle;
    font-family:Frutiger LT;
    font-size:1.0rem;
    line-height:1.5rem;
    color:#293b49;
    vertical-align:middle;
    padding : 0 0 0 15px;
}

div.main form label.mandatory::after
{
	content : '*';
}

div.main form div.form-group {
	
	margin : 0 0 30px;
	position : relative;
}

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: 767px) {
	
	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 20px 0;
	white-space : nowrap;
}

div.main form div.form-group.select i {
	
	position : absolute;
	right : 20px;
	top : 42px;
	font-size : 1.5rem;
}

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.form-row-productimage
{
    justify-content : center;
    padding : 0 0 20px;
}

div.main form div.form-row.form-row-optioninfo
{
    flex-direction : column;
    padding : 0 0 20px;
}

div.main form div.form-row.form-row-optioninfo p
{
    margin : 7px 0 0;
}

div.main form div.form-row.form-row-optioninfo div.optioninfo-description
{
    font-size : 13px;
    margin : 7px 0 7px;
    color : #666;
    text-align : center;
}

div.main form div.form-row.form-row-optioninfo p span.price
{
    color : #a94951; 
    font-size : 1.5rem;
    margin : 0 6px 0 6px;
    vertical-align : baseline;
}

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 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: 'Frutiger LT';
	font-weight : 500;
    font-size: 0.875rem;
    line-height: 1rem;
    color: #243282;
    padding : 2px 0 2px;
}

div.main form div.form-link a:hover {
	
    background: linear-gradient(#243282,#243282);
    background-size: 1px 2px;
    background-repeat: repeat-x;
    background-position: 0 99%;
}

div.main form div.mandatory-info {
	
	font-size : 0.875rem;
	line-height : 1.125rem;
	font-weight : 300;
}

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.comment {

	grid-column-end : span 2;
}

@media all and (max-width: 991px) {
    
    div.main.order form div.boxes div.box.comment {
    
       grid-column-end : auto;
    }
}

div.main.order form div.boxes div.box div.box-content {

    background-color: #ddd;
    padding : 26px 20px 20px;
    margin : 0 0 0;
    position : relative;
    color : #666;
    flex-grow : 1;
}

div.main.order form div.boxes div.box div.box-content h3 {

    color : #666;
    text-align : left;
    font-size : 1.25rem;
    line-height : 1.5rem;
    font-weight : 500;
    margin : 40px 0 20px;
}

div.main.order form div.boxes div.box div.box-content h3:first-child {

    margin : 0 0 20px;
}

div.main.order form div.boxes div.box div.box-content p {

    color : #666;
    text-align : left;
    font-size : 1.25rem;
    line-height : 1.5rem;
    font-weight : 300;
}

div.main.order form div.boxes div.box div.box-content p.small {

    font-size : 0.875rem;
    line-height : 1.125rem;
}

div.main.order form div.boxes div.box div.box-content dl dt {
	
	font-family : 'Frutiger LT';
	font-weight : 500;
    margin : 0;
    font-size : 0.75rem;
    line-height : 1rem;
}

div.main.order form div.boxes div.box div.box-content dl dd {
	
	font-family : 'Frutiger LT';
	font-weight : 300;
	margin : 0;
    font-size : 1rem;
    line-height : 1.25rem;
    height : 28px;
}

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 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;
    }
}

div.main.order form div.boxes div.box div.box-footer div.button-row {

	margin : 0 0 0;
}

table.cart {
	
	color : #333;
	font-family : 'Frutiger LT';
	width : 100%;
	border-collapse : collapse;
	margin : 30px 0 50px;
}

table.cart a {
	
	color : #333;
}

table.cart a:hover {
	
	color : #f06400;
}

table.cart span.price {
    
    font-size : 1.25rem;
    line-height : 1.5rem;
    color : #a94951;
    position : relative;
    display : block;
    text-align : right;
    box-sizing : border-box;
    font-family : inherit;
}

table.cart span.gross-price {
    
    font-size : 0.875rem;
    line-height : 1.0rem;
    display : block;
    margin : 4px 0 0;
    font-weight : 300; 
}

table.cart span.gross-price span.price {
    
    font-size : 0.875rem;
    line-height : 1.5rem;
    font-weight : 500;
    display : inline;
}

table.cart tbody tr
{
    border-bottom: 1px solid #d4d4d4;
}

table.cart tbody tr.not-last-in-row-group
{
    border-bottom: none;
}

table.cart tbody tr td.name div.name
{
    font-weight : 500;
}

table.cart tbody tr td.name div.optiontext
{
	margin : 4px 0 0px;
    font-size : 0.875rem;
    line-height : 1.125rem;
    font-weight : 300;
}

table.cart tbody tr td.name div.code
{
	margin : 4px 0 0px;
    font-size : 0.875rem;
    line-height : 1.125rem;
    font-weight : 300;
}

table.cart tbody tr td.quantity div.fixed-quantity
{
    text-align : center;
    font-size : 1.125rem;
    padding : 0 24px 0 0;
}

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 tbody tr td.tax
{
    font-weight : 300;
}

table.cart button.delete {
    
    position : relative;
    top : 3px;
    color : #243282;
    border : 0 solid transparent;
    cursor : pointer;
    outline : none;
    transition : transform 250ms, color 250ms;
    background-color : transparent;
    font-size : 1rem;
}

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 th,
table.cart td
{
	padding : 10px 15px 10px;
}

table.cart thead {
	
	background-color : #a94951;
	color : #fff;
}

table.cart thead th {
	
	font-weight : 300;
}

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 : 300;
}

table.cart tfoot tr.total th,
table.cart tfoot tr.total td
{
    font-weight : 500;
}

table.cart tfoot tr.tax th,
table.cart tfoot tr.tax td
{
    font-weight : 300;
	font-size : 0.875rem;
}

table.cart tfoot tr.tax td span.price
{
	font-weight : 500;
	font-size : 1.0rem;
}

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 : #f06400;
        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 : #f06400;
        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 : #333;
    font-family : 'Frutiger LT';
    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 : #f06400;
    color : #fff;
}

table.order-history thead th {
	
    font-weight : 300;
}

table.order-history a {
    
    color : inherit;
}

table.order-history a:hover {
    
    color: #f06400;
}

table.order-history td
{
	font-weight : 300;
}

table.order-history td.amount
{
	text-align : right;
}

table.order-history span.price {
    
    color : #f06400;
    display : block;
    padding : 0 0 0 0;
    box-sizing : border-box;
    position : relative;
    font-size: 1rem;
    line-height: 1.25rem;
    font-weight : 500;
}

@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 #f06400;
	   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 : 'Frutiger LT';
    font-weight : 300;
    font-size: 1.25rem;
    line-height: 1.5rem;
    text-decoration: none;
    text-align: center;
    outline: 0;
    transition: opacity .25s ease,color .25s ease,background-color .25s ease,border-color .25s ease, transform .25s ease;
    padding: 9px 9px 9px;
    cursor: pointer;
    z-index: 1;
    border-style : solid;
    border-width : 1px;
    border-color : #004760;
    border-radius : 2px;
}

button:not(.delete).warning,
a.button.warning {
	
	border-color : #cc0000;
}

button:not(.delete):hover,
a.button:hover {

    transform : scale(0.95);
}

button:not(.delete):active,
a.button:active {
	
    transform : scale(0.90);
}

button:not(.delete).primary,
a.button.primary {
    
    background-color: #a94951;
    color:#fff;
    font-weight: bold;
    border-color : #a94951;
}

button:not(.delete).primary[disabled]
{
    background-color : #aaa;
    border-color : #aaa;
}

button:not(.delete).primary[disabled]:hover
{
    transform : none;
}

button:not(.delete).primary.warning,
a.button.primary.warning {
    
    background-color: #cc0000;
}

button:not(.delete).secondary,
a.button.secondary {
    
    background-color: #fff;
    color:#004760;
}

button:not(.delete).secondary,
a.button.secondary:hover {
    
    background-color: #004760;
    color:#fff;
}


button:not(.delete).secondary.warning,
a.button.secondary.warning {
    
    color:#cc0000;
}

button:not(.delete).secondary.warning,
a.button.secondary.warning:hover {
    
    background-color: #fff;
}

button.hidden {
	
	display : none;
}

div.category-boxes {
	
	display : flex;
	margin : 0 0 50px;
	justify-content : center;
}

@media all and (min-width: 768px) and (max-width: 1199px) {
    
    div.category-boxes {
   
        display : grid;
        -ms-grid-columns : 1fr 15px 1fr 15px 1fr;
        grid-template-columns : 1fr 1fr 1fr;
        grid-gap : 30px 30px;
    }
}

@media all and (min-width: 690px) and (max-width: 767px) {
    
    div.category-boxes {
    
        display : grid;
	    -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.category-boxes {
    
        display : grid;
	    -ms-grid-columns : 1fr;
        grid-template-columns : 1fr;
        grid-gap : 15px 15px;
    }
}

@media all and (max-width: 575px) {
    
    div.category-boxes {
    
        display : grid;
	    -ms-grid-columns : 1fr;
        grid-template-columns : 1fr;
        grid-gap : 15px 15px;
        margin : 0 15px 50px;
    }
}

div.category-boxes div.category-box {
    
    background-color : #f2f2f2;
    box-shadow : 0 1px 4px rgba(0,0,0,.22);
    text-align : center;
    display : flex;
    flex-direction : column;
}

@media all and (min-width: 1200px) {
	
	div.category-boxes div.category-box:not(:last-child) {
	    
	    margin : 0 30px 0 0;
	}
}

div.category-boxes div.category-box a.category-image {
    
    display : block;
    padding: 50px;
}

div.category-boxes div.category-box a.category-image img {
    
    display : block;
    max-width : 250px;
}

div.category-boxes div.category-box div.category-name h3 {

    font-weight : 500;
}

div.category-boxes div.category-box div.category-name h3 a {
    
    color : #a94951;
}

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 : #f2f2f2;
    box-shadow : 0 1px 4px rgba(0,0,0,.22);
    text-align : center;
}

/*
div.product-list div.product:nth-child(1) {
	
	-ms-grid-row : 1;
	-ms-grid-column : 1;
}

div.product-list div.product:nth-child(2) {
	
	-ms-grid-row : 1;
	-ms-grid-column : 3;
}

div.product-list div.product:nth-child(3) {
	
	-ms-grid-row : 1;
	-ms-grid-column : 5;
}

div.product-list div.product:nth-child(4) {
	
	-ms-grid-row : 3;
	-ms-grid-column : 1;
}

div.product-list div.product:nth-child(5) {
	
	-ms-grid-row : 3;
	-ms-grid-column : 3;
}

div.product-list div.product:nth-child(6) {
	
	-ms-grid-row : 3;
	-ms-grid-column : 5;
}

div.product-list div.product:nth-child(7) {
	
	-ms-grid-row : 5;
	-ms-grid-column : 1;
}

div.product-list div.product:nth-child(8) {
	
	-ms-grid-row : 5;
	-ms-grid-column : 3;
}

div.product-list div.product:nth-child(9) {
	
	-ms-grid-row : 5;
	-ms-grid-column : 5;
}

div.product-list div.product:nth-child(10) {
	
	-ms-grid-row : 7;
	-ms-grid-column : 1;
}

div.product-list div.product:nth-child(11) {
	
	-ms-grid-row : 7;
	-ms-grid-column : 3;
}

div.product-list div.product:nth-child(12) {
	
	-ms-grid-row : 7;
	-ms-grid-column : 5;
}
*/

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 : #666;
	font-weight : 500;
}

div.product-list div.product div.product-name div.subtitle {
	
	font-family : 'Frutiger LT';
    font-size : 1rem;
    line-height : 1.25rem;
    color : #004760;
}

div.product-list div.product div.product-name div.items-per-unit {
	
	font-family : 'Frutiger LT';
    font-size : 1rem;
    line-height : 1.25rem;
    color : #666;
}

div.product-list div.product div.product-name a {
    
    color : #004760;
}

div.product-list div.product div.product-name a:hover {
    
    color: #f06400;
}

div.product-list div.product a.product-image {

	display : block;
	width : 250px;
	margin : 30px auto 30px;
}

div.product-list div.product a.product-image img {
	
	max-height : 250px;
	display : block;
	margin : 0 auto 0;
}

div.product-list div.product div.product-price {
	
	height : 50px;
}

div.product-list div.product div.product-price div.price {
	
	font-size : 2.5rem;
	line-height : 2.875rem;
	margin : 0 0 15px;
	color : #a94951;
	position : relative;
}

div.product-list div.product a.button {
	
	margin : 30px 40px 30px;
	display : block;
}

div.product-list-paging {
	
	display : flex;
	text-align : center;
	font-family : 'Frutiger LT';
    font-size: 0.9375rem;
    line-height: 1.25rem;
    justify-content : center; 
    align-items : center;
}

div.product-list-paging a.previous {

    margin : 0 20px 0;
    transition : transform 300ms;
    font-size : 1.25rem;
}
	
@media all and (max-width: 575px) {
    
    div.product-list-paging a.previous {

        margin : 0 15px 0;  
    }
}

div.product-list-paging a.previous:hover {

    transform: scale(1.4);
}
	
div.product-list-paging a.previous.inactive {

    visibility : hidden;
}

div.product-list-paging a.next {

    margin : 0 20px 0; 
    transition : transform 300ms;
    font-size : 1.25rem;
}
    
@media all and (max-width: 575px) {
    
    div.product-list-paging a.next {

        margin : 0 15px 0;  
    }
}

div.product-list-paging a.next:hover {

    transform: scale(1.4);
}
    
div.product-list-paging a.next.inactive {

    visibility : hidden;
}
    
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 : #f06400;
}

@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: #f06400;
    bottom: 0;
    left : 0;
    right : 0;
}

div.slider {
	
	position : relative;
	height : 400px;
	overflow : hidden;
	margin : 144px 0 0;
}

@media all and (min-width: 992px) and (max-width: 1199px) {
	
	div.slider {
	
	   height : 350px;
	}
}

@media all and (min-width: 768px) and (max-width: 991px) {
	
	div.slider {
	
	   margin : 25px 0 0;
	   height : 400px;
	}

}

@media all and (min-width: 576px) and (max-width: 767px) {
	
	div.slider {
	
	   margin : 23px 0 0;
	   height : 350px;
	}

}

@media all and (max-width: 575px) {
	
	div.slider {
        
        margin : -20px 0 0;
        height : 320px;
	}
}

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 : 80px;
	left : 0;
	right : 0;
	bottom : 0;
	background-position : center;
	background-size : contain;
	background-repeat: no-repeat;
}

@media all and (min-width: 768px) and (max-width: 991px) {
	
    div.slider div.slider-item span.image{
        
        top: 0px;
    }
}

@media all and (min-width: 576px) and (max-width: 767px) {
	
    div.slider div.slider-item span.image{
        
        top: 0px;
    }
}

@media all and (max-width: 575px) {
	
    div.slider div.slider-item span.image{

        top: 0px;
    }
}

div.slider div.slider-navigation {
	
	position : absolute;
	left : 0;
	right : 0;
	bottom : 0;
	height : 50px;
    width : 600px;
	margin : 0 auto 0;
	overflow : hidden;
	z-index : 5;
	background-color : rgba(0,0,0,0.3);
	border-radius : 10px 10px 0 0;
}

@media all and (max-width: 575px) {
	
	div.slider div.slider-navigation {
	
	   display : none;
	}
}
    
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;
	z-index : 100;
}
	
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;
	z-index : 100;
}
    
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 : 13px;
	transform : translateX(-50%);
    font-family : 'Frutiger LT';
    font-weight : 900;
    font-size: 0.75rem;
    line-height: 0.875rem;
    color: #fff;
}

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 : 50px;
    margin : 0 auto 0;
    overflow : hidden;
    z-index : 6;
    transition : transform 1000ms;
}

div.slider div.slider-navigation svg.slider-indicator-background {
	
    position : absolute;
    left : 0;
    right : 0;
    top : 0;
    width : 250px;
    height : 50px;
    margin : 0 auto 0;
    overflow : hidden;
    z-index : 5;
}

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: #f06400;
	}
}

div.main.account a.button {
    
    width : 250px;
}

@media all and (max-width: 991px) {
	
    div.main.account a.button {
    
        box-sizing : border-box;
        width : 100%;
    }
}

div.main.edit_customer div.button-row.single-button a.button {
    
    width : 310px;
}

@media all and (max-width: 991px) {
	
	div.main.edit_customer div.button-row.single-button a.button {
	    
	    width : auto;
	}
}

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.button-row {

    margin : 50px 0 0;
    display : flex;
    justify-content : space-between;
}

div.button-row.single-button {
    
    justify-content : flex-end;
}

div.paypalconfirm div#showpaypalinfo
{
    padding: 0 0 0;
    font-size: 1.5rem;
    line-height: 1.75rem;
    text-align: center;
    color: #a94951;
    margin: 30px 0 10px;
}

div.paypalconfirm div.paypalorderinform
{
    font-size : 1rem;
    line-height : 1.25rem;
    margin : 10px 0 35px;
    text-align: center;
}

.voucherinfo{
	max-width: 400px;
}

.voucherinfo button{
	margin-top: 20px;
}