<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">/***  Articles  ***/

.article-search-box {
	background: #f6f6f6;
	padding: 10px 0 10px 30px;
	margin-bottom: 2em;
}

.article-search-box__col {
	width: 50%;
	float: left;
	padding-right: 30px;
}

.article-search-box__col select {
	min-width: 100%;
	max-width: 100%;
}

.article-search-box p {
	text-align: right;
	padding-right: 30px;
}

/* -- Tall --  */

/* Article list */
.widget-ArticlesList.orientation-tall .sidebar-article {
	border-bottom: 1px #A9A7A7 solid;
}
.widget-ArticlesList.orientation-tall .sidebar-article:first-child {
	border-top: 1px #A9A7A7 solid;
}
.widget-ArticlesList.orientation-tall .sidebar-article h4 {
	margin-top: 1.5rem;
	margin-top: 15px;
}
.widget-ArticlesList.orientation-tall .sidebar-article .date {
    font-size: 15px;
    font-size: 1.3rem;
    color: #8B8787;
    margin: 16px 0 -4px;
    margin: -1.6rem 0 -0.4rem;
}

/* Date list */
.widget-ArticleDateList h3 {
	margin-bottom: -5px;
}
.widget-ArticleDateList h4 {
	margin-top: 15px;
}


/* -- Wide -- */
.widget-ArticlesList.orientation-wide .article {
	border-bottom: 1px #A9A7A7 solid;
	margin: 15px 0;
	margin: 1.5rem 0;
	padding: 0 0 10px;
}
.widget-ArticlesList.orientation-wide .date {
    font-size: 15px;
    font-size: 1.3rem;
    color: #8B8787;
    margin: 16px 0 -4px;
    margin: -1.6rem 0 -0.4rem;
}
.widget-ArticlesList.orientation-wide .article-img {
	float: right;
	width: 100px;
	margin: 15px 0;
	margin: 1.5rem 0;
}
.widget-ArticlesList.orientation-wide .article-text {
	margin-right: 140px;
}
/* Left aligned */
.widget-ArticlesList.orientation-wide.left-aligned .article-img {
	float: left;
}
.widget-ArticlesList.orientation-wide.left-aligned .article-text {
	margin-left: 140px;
	margin-right: 0;
}



/***  shopping_cart  ***/
/* ---- Cart page ---- */
.form-element.shopping-cart-product-table-product-qty-wrapper {
	max-width: 80px;
	float: left;
	margin-right: 10px;
	margin-bottom: 0;
}
.table--content-standard.shopping-cart-total-table {
	width: auto;
	float: right;
}
.shopping-cart-buttons {
	margin-top: 18px;
}

.payment-methods-list .form-element-radio label {
	font-weight: bold;
	padding-bottom: 0;
}
.payment-method {
	border-bottom: 2px solid #f3f1f1;
	padding-bottom: 13px;
	margin-bottom: 10px;
}
.payment-method:last-child {
	border-bottom: none;
}
.payment-method p {
	font-size: 1.4rem;
	margin: 5px 0;
	padding-left: 39px;
}
.payment-method p.payment-method-main {
	font-size: 1.8rem;
}

.popup-message {
	background-color: #E7FDD8;
	border: #AFCA9A solid 1px;
	margin-bottom: 2rem;
	padding: 0.8rem;
}

@media screen and (max-width: 945px) {
	.form-element.shopping-cart-product-table-product-qty-wrapper {
		max-width: none;
		float: none;
		margin-right: 0;
		margin-bottom: 6px;
	}
	.shopping-cart-product-table .button {
		display: block;
	}
}


/* ---- Product Page ---- */


/* -- Image column -- */
.product-column-image {
	width: 230px;
	position: absolute;
	left: 0;
	top: 0;
}

/* -- Text column -- */
.product-column-text {
	padding-top: 20px;
	padding-left: 250px;
	position: relative;
	min-height: 670px;
}

/* Title */
.product-title {
	text-align: left;
	margin-bottom: 35px;
}
.product-title-year {
	color: #000;
}

/* Price */
.product-price {
	display: inline-block;
}
.product-price-number,
.product-price-per {
	display: inline-block;
	vertical-align: top;
	line-height: 1.2;
}
.product-price-number {
	font-size: 3.7rem;
	position: relative;
	margin-top: -5px;
	white-space: nowrap;
}

.product-price-sale {
	font-size: 1.8rem;
	vertical-align: top;
	margin: 9px 10px 0 0;
	display: inline-block;
}
.product-price-sale-price {
}
.product-price-per {
	position: relative;
	font-size: 1.6rem;
	text-transform: uppercase;
	margin: 15px 0 0 23px;
}
.product-price-number:before {
	content: " ";
	display: block;
	position: absolute;
	background-color: #df9d5c;
	height: 2px;
	width: 42px;
	top: 22px;
	left: 100%;
	margin-left: -7px;
	-webkit-transform: rotate(-62deg);
	transform: rotate(-62deg);
}

/* Add to cart form */
.product-price-add-cart-row {
	margin-bottom: 35px;
}
.product-add-cart-form {
	float: left;
}
.no-js .product-add-cart-form {
	float: none;
}
.product-price-add-cart-row noscript {
	display: block;
	margin: 20px 0;
}
.product-price-add-cart-row .form-element {
	width: 130px;
}
.product-price-add-cart-row .form-element,
.product-price-add-cart-row button {
	float: left;
	margin: 0 4px 0 0;
}

/* Tabs */
.product-tab-content {
	display: none;
}
.no-js .product-tab-content {
	display: block;
	border-bottom: 2px solid #eee;
	padding-bottom: 10px;
	margin-bottom: 25px;
}
.product-tab-content.on {
	display: block;
	-webkit-animation: fadeDown linear 0.3s;
	-webkit-animation-iteration-count: 1;
	-webkit-transform-origin: 50% 0%;
	animation: fadeDown linear 0.3s;
	animation-iteration-count: 1;
	transform-origin: 50% 0%;
}




.product-tabs-list {
	list-style: none;
	padding: 0;
	margin: 21px 0 25px;
}
.no-js .product-tabs-list {
	display: none;
}


.product-tab {
	-webkit-appearance: none;
	padding: 0;
	margin: 0;
	outline: none;
	border: none;
	background: transparent;
	text-transform: uppercase;
	color: #bababa;
	font-size: 1.6rem;
	line-height: 1;
	margin: 0 13px;
	display: block;
	-webkit-transition: all 150ms ease-in-out;
	transition: all 150ms ease-in-out;
}
.product-tab-list-item:after {
	content: " ";
	width: 2px;
	background-color: #df9d5c;
	position: absolute;
	top: 0;
	bottom: 0;
	left: 100%;
}
.product-tab-list-item:first-child .product-tab {
	margin-left: 0;
}
.product-tab-list-item:last-child .product-tab {
	margin-right: 0;
}
.product-tab-list-item:last-child:after {
	content: none;
}
.product-tab-list-item.on .product-tab {
	color: #675252;
}
.product-tab:hover,
.product-tab:hover {
	color: #675252;
}
.product-tab-list-item {
	float: left;
	position: relative;
}

/* Confirmation */
.product-success {
	display: none;
}
.product-success-buttons {
	margin: 0 0 30px;
}


/* ==== [ FIRST BREAKPOINT ] ==== */
@media screen and (max-width: 1200px) {
	.product-column-image {
		width: 140px;
	}
	.product-column-text {
		padding-top: 0;
		padding-left: 180px;
	}
	.product-add-cart-form {
		float: none;
	}
	.product-price-add-cart-row {
		margin-bottom: 25px;
	}
	.product-column-text {
		min-height: 450px;
	}
}


/* ==== [ THIRD BREAKPOINT ] ==== */
@media screen and (max-width: 760px) {
	.product-column-text {
		padding-left: 0;
	}
	.product-column-image {
		position: static;
		top: auto;
		left: auto;
		float: left;
		width: 72px;
		margin-right: 34px;
	}
	.product-title-wrapper {
		padding-top: 37px;
	}
	.product-title {
		margin-bottom: 15px;
	}
	.product-price {
		margin: 0 0 20px;
	}
	.product-column-text {
		min-height: none;
	}
}


/* ==== [ FOURTH BREAKPOINT - fluid ] ==== */
@media screen and (max-width: 550px) {
	.product-title-wrapper {
		padding-top: 18px;
	}
	.product-price-add-cart-row .form-element,
	.product-price-add-cart-row button {
		float: none;
		margin: 0;
	}
	.product-price-add-cart-row .form-element {
		margin-bottom: 8px;
	}
	.product-add-cart-form {
		float: left;
	}
	.product-price-number {
		font-size: 2.5rem;
		margin-top: 1px;
	}
	.product-price-per {
		font-size: 1.2rem;
		margin: 14px 0 0 17px;
	}
	.product-price-number:before {
		width: 36px;
		top: 16px;
	}

	.product-price-sale {
		margin: 0 8px 10px 0;
	}
}

/* ==== [ FOURTH BREAKPOINT - fluid ] ==== */
@media screen and (max-width: 400px) {
	.product-title-wrapper {
		padding-top: 10px;
	}

	.product-price {
		margin: 0 0 20px;
	}
}

/* ==== [ THIRD BREAKPOINT ] ==== */
@media screen and (max-width: 300px) {
	.product-title-wrapper {
		padding-top: 0;
	}
	.product-column-image {
		width: 50px;
		margin-right: 21px;
	}
}</pre></body></html>