<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">@import 'https://fonts.googleapis.com/css?family=Roboto:300,400,700|Material+Icons|Open+Sans:300,400,700|Lato:300,400,700|Cabin:300,400,700|Raleway:300,400,700|Ubuntu:300,400,700|Lobster:300,400,700|Lora:300,400,700|Montserrat:300,400,700|Oswald:300,400,700|Playfair+Display:300,400,700|Bad+Script:300,400,700|Catamaran:300,400,700|Libre+Baskerville:300,400,700|Roboto+Slab:300,400,700|Alfa+Slab+One:300,400,700|Pacifico:300,400,700|Dancing+Script:300,400,700|Dosis:300,400,700';

@font-face{
font-family:'OxatisIconFont';
src:url('/frontend/fonts/OxatisIconFont-fontawesome/OxatisIconFont.eot#iefix') format('embedded-opentype'), url('/frontend/fonts/OxatisIconFont-fontawesome/OxatisIconFont.ttf') format('truetype'), url('/frontend/fonts/OxatisIconFont-fontawesome/OxatisIconFont.woff') format('woff'), url('/frontend/fonts/OxatisIconFont-fontawesome/OxatisIconFont.svg#OxatisIconFont') format('svg');
font-weight:normal;
font-style:normal;
}

body, button, select, html, textarea, input {
font-family:"Open Sans",Arial,Raleway, sans-serif;
font-weight:400;
}

.c-oxm-page-toolbar__title {
font-family:inherit;
font-weight:400;
}



.ox-iconfont-shopping-cart::before {
content:"\f120";
}

.c-oxm-search-toolbar__inner{
background-color:#1E878A;
}
.c-site-header{
background-color:rgba(30,135,138,1);
border-bottom-color:#C4106A;
border-bottom-style:none;
border-bottom-width:1px;
}
.c-oxm-search-toolbar__inner .c-cs-icon, .c-site-header .c-cs-icon, .c-oxm-search-toolbar__inner .c-oxm-cart-infos__total, .c-site-header .c-oxm-cart-infos__total {
color:#FFFFFF;
}

.c-cs-discount__discount-value, .c-cs-product-discount__discount-value{
color:#FFFFFF;
background-color:#F26300;
}

.c-cs-product-option-list__item.is-selected {
box-shadow:inset 0 0 0 5px #F26300;
}
.c-oxm-slider-chips-element.is-selected {
background-color:#F26300;
}
.l-facet__value.is-selected {
color:#F26300;
}
.l-facet__values-container--color-grid .l-facet__value.is-selected {
color:#F26300;
}
.l-facet__values-container--value-grid .l-facet__value.is-selected {
background-color:#F26300;
border-color:#F26300;
color:#FFFFFF;
}

md-checkbox.md-checked .md-icon {
background-color:#F26300;
color:#fff;
}
md-radio-button.md-checked .md-on {
background-color:#F26300;
}
md-input-container.md-input-focused label:not(.md-no-float) {
color:#F26300;
}

.md-calendar-selected-date .md-calendar-date-selection-indicator {
background-color:#F26300;
color:#FFFFFF;
}
.md-calendar-date-today .md-calendar-date-selection-indicator {
border:1px solid #1b395e;
border-color:#F26300;
}

.c-button {
border-radius:5px;
}
.c-button--primary {
background-color:#656565;
color:#FFFFFF;
}
.c-oxm-cart-infos__qty {
background-color:#F26300;
color:#FFFFFF;
}
.c-cs-double-slider .sliderContainer .cursor:nth-of-type(2) .ruler {
background-color:#F26300;
}
.c-cs-double-slider .sliderContainer .pointer {
background-color:#F26300;
}
.c-tabs__title.is-active {
color:#F26300;
}

.c-product-list__price .PBSalesPrice .origin, .c-product-detail__price .PBSalesPrice .origin, .c-oxm-cart-summary__line--total .PBSalesPrice .origin{
color:#656565;
}

.c-site-footer {
background-color:#1E878A;
}
.c-site-footer__info-img {
    height: auto;
    padding-top: 0px;
    padding-bottom: 0px;
    padding-left: 0px;
    padding-right: 0px;
    background-image: none;
    background-position: center center;
    background-size: auto;
    background-repeat: no-repeat;
}

.c-site-footer__copyright{
background-color:#1E878A;
color:#000000;
}
.c-site-footer__copyright-link{
color:#FFFFFF;
}

.c-countries-item.is-selected{
box-shadow:inset 0 0 0 2px #F26300;
}

.speech-bubble-left {
	position: relative;
	background: #E6E6E6;
	border-radius: .8em;
	box-shadow: rgb(193, 193, 193) 4px 4px 12px 0px; 
}

.speech-bubble-left:after {
	content: '';
	position: absolute;
	bottom: 0;
	left: 50%;
	width: 0;
	height: 0;
	border: 20px solid transparent;
	border-top-color: #E6E6E6;
	border-bottom: 0;
	border-left: 0;
	margin-left: -10px;
	margin-bottom: -20px;
}



.speech-bubble-right {
	position: relative;
	background: linear-gradient(rgb(10, 116, 245), rgb(7, 89, 191));
	border-radius: .8em;
	box-shadow: rgb(193, 193, 193) 4px 4px 12px 0px; 
}

.speech-bubble-right:after {
	content: '';
	position: absolute;
	bottom: 0;
	left: 50%;
	width: 0;
	height: 0;
	border: 20px solid transparent;
	border-top-color: rgb(7, 89, 191);
	border-bottom: 0;
	border-right: 0;
	margin-left: -10px;
	margin-bottom: -20px;
}

.footerbar {
   position: fixed;
   left: 0;
   bottom: 0;
   color: white;
	text-align: center;
}

/*Shadow Border All Round*/
.shadow_all_around {background-color:white;padding: 10px; margin: auto; box-shadow: rgba(0, 0, 0, 0.2) 0px 2px 4px 2px; transition: all 0.3s ease 0s; border-radius: 3px; }

/* Tool Tip for links */
.tooltip {
  position: relative;
  display: inline-block;
}

.tooltip .tooltiptext {
  visibility: hidden;
  width: 250px;
  background-color: black;
  color: #fff;
  text-align: center;
  border-radius: 4px;
  padding: 5px 0;
  
  /* Position the tooltip */
  position: absolute;
  z-index: 1;
  top: 100%;
  left: 50%;
  margin-left: -60px;

/* Fade in tooltip - takes 1 second to go from 0% to 100% opac: */
  opacity: 0;
  transition: opacity 2s;
}

.tooltip:hover .tooltiptext {
  visibility: visible;
	opacity: 1;}</pre></body></html>