/* Minification failed. Returning unminified contents.
(19003,34): run-time error CSS1030: Expected identifier, found '-'
(19003,34): run-time error CSS1031: Expected selector, found '-'
(19003,34): run-time error CSS1025: Expected comma or open brace, found '-'
(19013,34): run-time error CSS1030: Expected identifier, found '-'
(19013,34): run-time error CSS1031: Expected selector, found '-'
(19013,34): run-time error CSS1025: Expected comma or open brace, found '-'
(19025,34): run-time error CSS1030: Expected identifier, found '-'
(19025,34): run-time error CSS1031: Expected selector, found '-'
(19025,34): run-time error CSS1025: Expected comma or open brace, found '-'
 */
/*! normalize.css v3.0.2 | MIT License | git.io/normalize */

/**
 * 1. Set default font family to sans-serif.
 * 2. Prevent iOS text size adjust after orientation change, without disabling
 *    user zoom.
 */

html {
  font-family: sans-serif; /* 1 */
  -ms-text-size-adjust: 100%; /* 2 */
  -webkit-text-size-adjust: 100%; /* 2 */
}

/**
 * Remove default margin.
 */

body {
  margin: 0;
}

/* HTML5 display definitions
   ========================================================================== */

/**
 * Correct `block` display not defined for any HTML5 element in IE 8/9.
 * Correct `block` display not defined for `details` or `summary` in IE 10/11
 * and Firefox.
 * Correct `block` display not defined for `main` in IE 11.
 */

article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
main,
menu,
nav,
section,
summary {
  display: block;
}

/**
 * 1. Correct `inline-block` display not defined in IE 8/9.
 * 2. Normalize vertical alignment of `progress` in Chrome, Firefox, and Opera.
 */

audio,
canvas,
progress,
video {
  display: inline-block; /* 1 */
  vertical-align: baseline; /* 2 */
}

/**
 * Prevent modern browsers from displaying `audio` without controls.
 * Remove excess height in iOS 5 devices.
 */

audio:not([controls]) {
  display: none;
  height: 0;
}

/**
 * Address `[hidden]` styling not present in IE 8/9/10.
 * Hide the `template` element in IE 8/9/11, Safari, and Firefox < 22.
 */

[hidden],
template {
  display: none;
}

/* Links
   ========================================================================== */

/**
 * Remove the gray background color from active links in IE 10.
 */

a {
  background-color: transparent;
}

/**
 * Improve readability when focused and also mouse hovered in all browsers.
 */

a:active,
a:hover {
  outline: 0;
}

/* Text-level semantics
   ========================================================================== */

/**
 * Address styling not present in IE 8/9/10/11, Safari, and Chrome.
 */

abbr[title] {
  border-bottom: 1px dotted;
}

/**
 * Address style set to `bolder` in Firefox 4+, Safari, and Chrome.
 */

b,
strong {
  font-weight: bold;
}

/**
 * Address styling not present in Safari and Chrome.
 */

dfn {
  font-style: italic;
}

/**
 * Address variable `h1` font-size and margin within `section` and `article`
 * contexts in Firefox 4+, Safari, and Chrome.
 */

h1 {
  font-size: 2em;
  margin: 0.67em 0;
}

/**
 * Address styling not present in IE 8/9.
 */

mark {
  background: #ff0;
  color: #000;
}

/**
 * Address inconsistent and variable font size in all browsers.
 */

small {
  font-size: 80%;
}

/**
 * Prevent `sub` and `sup` affecting `line-height` in all browsers.
 */

sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sup {
  top: -0.5em;
}

sub {
  bottom: -0.25em;
}

/* Embedded content
   ========================================================================== */

/**
 * Remove border when inside `a` element in IE 8/9/10.
 */

img {
  border: 0;
}

/**
 * Correct overflow not hidden in IE 9/10/11.
 */

svg:not(:root) {
  overflow: hidden;
}

/* Grouping content
   ========================================================================== */

/**
 * Address margin not present in IE 8/9 and Safari.
 */

figure {
  margin: 1em 40px;
}

/**
 * Address differences between Firefox and other browsers.
 */

hr {
  -moz-box-sizing: content-box;
  box-sizing: content-box;
  height: 0;
}

/**
 * Contain overflow in all browsers.
 */

pre {
  overflow: auto;
}

/**
 * Address odd `em`-unit font size rendering in all browsers.
 */

code,
kbd,
pre,
samp {
  font-family: monospace, monospace;
  font-size: 1em;
}

/* Forms
   ========================================================================== */

/**
 * Known limitation: by default, Chrome and Safari on OS X allow very limited
 * styling of `select`, unless a `border` property is set.
 */

/**
 * 1. Correct color not being inherited.
 *    Known issue: affects color of disabled elements.
 * 2. Correct font properties not being inherited.
 * 3. Address margins set differently in Firefox 4+, Safari, and Chrome.
 */

button,
input,
optgroup,
select,
textarea {
  color: inherit; /* 1 */
  font: inherit; /* 2 */
  margin: 0; /* 3 */
}

/**
 * Address `overflow` set to `hidden` in IE 8/9/10/11.
 */

button {
  overflow: visible;
}

/**
 * Address inconsistent `text-transform` inheritance for `button` and `select`.
 * All other form control elements do not inherit `text-transform` values.
 * Correct `button` style inheritance in Firefox, IE 8/9/10/11, and Opera.
 * Correct `select` style inheritance in Firefox.
 */

button,
select {
  text-transform: none;
}

/**
 * 1. Avoid the WebKit bug in Android 4.0.* where (2) destroys native `audio`
 *    and `video` controls.
 * 2. Correct inability to style clickable `input` types in iOS.
 * 3. Improve usability and consistency of cursor style between image-type
 *    `input` and others.
 */

button,
html input[type="button"], /* 1 */
input[type="reset"],
input[type="submit"] {
  -webkit-appearance: button; /* 2 */
  cursor: pointer; /* 3 */
}

/**
 * Re-set default cursor for disabled elements.
 */

button[disabled],
html input[disabled] {
  cursor: default;
}

/**
 * Remove inner padding and border in Firefox 4+.
 */

button::-moz-focus-inner,
input::-moz-focus-inner {
  border: 0;
  padding: 0;
}

/**
 * Address Firefox 4+ setting `line-height` on `input` using `!important` in
 * the UA stylesheet.
 */

input {
  line-height: normal;
}

/**
 * It's recommended that you don't attempt to style these elements.
 * Firefox's implementation doesn't respect box-sizing, padding, or width.
 *
 * 1. Address box sizing set to `content-box` in IE 8/9/10.
 * 2. Remove excess padding in IE 8/9/10.
 */

input[type="checkbox"],
input[type="radio"] {
  box-sizing: border-box; /* 1 */
  padding: 0; /* 2 */
}

/**
 * Fix the cursor style for Chrome's increment/decrement buttons. For certain
 * `font-size` values of the `input`, it causes the cursor style of the
 * decrement button to change from `default` to `text`.
 */

input[type="number"]::-webkit-inner-spin-button,
input[type="number"]::-webkit-outer-spin-button {
  height: auto;
}

/**
 * 1. Address `appearance` set to `searchfield` in Safari and Chrome.
 * 2. Address `box-sizing` set to `border-box` in Safari and Chrome
 *    (include `-moz` to future-proof).
 */

input[type="search"] {
  -webkit-appearance: textfield; /* 1 */
  -moz-box-sizing: content-box;
  -webkit-box-sizing: content-box; /* 2 */
  box-sizing: content-box;
}

/**
 * Remove inner padding and search cancel button in Safari and Chrome on OS X.
 * Safari (but not Chrome) clips the cancel button when the search input has
 * padding (and `textfield` appearance).
 */

input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none;
}

/**
 * Define consistent border, margin, and padding.
 */

fieldset {
  border: 1px solid #c0c0c0;
  margin: 0 2px;
  padding: 0.35em 0.625em 0.75em;
}

/**
 * 1. Correct `color` not being inherited in IE 8/9/10/11.
 * 2. Remove padding so people aren't caught out if they zero out fieldsets.
 */

legend {
  border: 0; /* 1 */
  padding: 0; /* 2 */
}

/**
 * Remove default vertical scrollbar in IE 8/9/10/11.
 */

textarea {
  overflow: auto;
}

/**
 * Don't inherit the `font-weight` (applied by a rule above).
 * NOTE: the default cannot safely be changed in Chrome and Safari on OS X.
 */

optgroup {
  font-weight: bold;
}

/* Tables
   ========================================================================== */

/**
 * Remove most spacing between table cells.
 */

table {
  border-collapse: collapse;
  border-spacing: 0;
}

td,
th {
  padding: 0;
}

/*
== malihu jquery custom scrollbar plugin ==
Plugin URI: http://manos.malihu.gr/jquery-custom-content-scroller
*/



/*
CONTENTS: 
	1. BASIC STYLE - Plugin's basic/essential CSS properties (normally, should not be edited). 
	2. VERTICAL SCROLLBAR - Positioning and dimensions of vertical scrollbar. 
	3. HORIZONTAL SCROLLBAR - Positioning and dimensions of horizontal scrollbar.
	4. VERTICAL AND HORIZONTAL SCROLLBARS - Positioning and dimensions of 2-axis scrollbars. 
	5. TRANSITIONS - CSS3 transitions for hover events, auto-expanded and auto-hidden scrollbars. 
	6. SCROLLBAR COLORS, OPACITY AND BACKGROUNDS 
		6.1 THEMES - Scrollbar colors, opacity, dimensions, backgrounds etc. via ready-to-use themes.
*/



/* 
------------------------------------------------------------------------------------------------------------------------
1. BASIC STYLE  
------------------------------------------------------------------------------------------------------------------------
*/

	.mCustomScrollbar{ -ms-touch-action: none; touch-action: none; /* MSPointer events - direct all pointer events to js */ }
	.mCustomScrollbar.mCS_no_scrollbar{ -ms-touch-action: auto; touch-action: auto; }
	
	.mCustomScrollBox{ /* contains plugin's markup */
		position: relative;
		overflow: hidden;
		height: 100%;
		max-width: 100%;
		outline: none;
		direction: ltr;
	}

	.mCSB_container{ /* contains the original content */
		overflow: hidden;
		width: auto;
		height: auto;
	}



/* 
------------------------------------------------------------------------------------------------------------------------
2. VERTICAL SCROLLBAR 
y-axis
------------------------------------------------------------------------------------------------------------------------
*/

	.mCSB_inside > .mCSB_container{ margin-right: 30px; }

	.mCSB_container.mCS_no_scrollbar_y.mCS_y_hidden{ margin-right: 0; } /* non-visible scrollbar */
	
	.mCS-dir-rtl > .mCSB_inside > .mCSB_container{ /* RTL direction/left-side scrollbar */
		margin-right: 0;
		margin-left: 30px;
	}
	
	.mCS-dir-rtl > .mCSB_inside > .mCSB_container.mCS_no_scrollbar_y.mCS_y_hidden{ margin-left: 0; } /* RTL direction/left-side scrollbar */

	.mCSB_scrollTools{ /* contains scrollbar markup (draggable element, dragger rail, buttons etc.) */
		position: absolute;
		width: 16px;
		height: auto;
		left: auto;
		top: 0;
		right: 0;
		bottom: 0;
	}

	.mCSB_outside + .mCSB_scrollTools{ right: -26px; } /* scrollbar position: outside */
	
	.mCS-dir-rtl > .mCSB_inside > .mCSB_scrollTools, 
	.mCS-dir-rtl > .mCSB_outside + .mCSB_scrollTools{ /* RTL direction/left-side scrollbar */
		right: auto;
		left: 0;
	}
	
	.mCS-dir-rtl > .mCSB_outside + .mCSB_scrollTools{ left: -26px; } /* RTL direction/left-side scrollbar (scrollbar position: outside) */

	.mCSB_scrollTools .mCSB_draggerContainer{ /* contains the draggable element and dragger rail markup */
		position: absolute;
		top: 0;
		left: 0;
		bottom: 0;
		right: 0; 
		height: auto;
	}

	.mCSB_scrollTools a + .mCSB_draggerContainer{ margin: 20px 0; }

	.mCSB_scrollTools .mCSB_draggerRail{
		width: 2px;
		height: 100%;
		margin: 0 auto;
		-webkit-border-radius: 16px; -moz-border-radius: 16px; border-radius: 16px;
	}

	.mCSB_scrollTools .mCSB_dragger{ /* the draggable element */
		cursor: pointer;
		width: 100%;
		height: 30px; /* minimum dragger height */
		z-index: 1;
	}

	.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar{ /* the dragger element */
		position: relative;
		width: 4px;
		height: 100%;
		margin: 0 auto;
		-webkit-border-radius: 16px; -moz-border-radius: 16px; border-radius: 16px;
		text-align: center;
	}
	
	.mCSB_scrollTools_vertical.mCSB_scrollTools_onDrag_expand .mCSB_dragger.mCSB_dragger_onDrag_expanded .mCSB_dragger_bar, 
	.mCSB_scrollTools_vertical.mCSB_scrollTools_onDrag_expand .mCSB_draggerContainer:hover .mCSB_dragger .mCSB_dragger_bar{ width: 12px; /* auto-expanded scrollbar */ }
	
	.mCSB_scrollTools_vertical.mCSB_scrollTools_onDrag_expand .mCSB_dragger.mCSB_dragger_onDrag_expanded + .mCSB_draggerRail, 
	.mCSB_scrollTools_vertical.mCSB_scrollTools_onDrag_expand .mCSB_draggerContainer:hover .mCSB_draggerRail{ width: 8px; /* auto-expanded scrollbar */ }

	.mCSB_scrollTools .mCSB_buttonUp,
	.mCSB_scrollTools .mCSB_buttonDown{
		display: block;
		position: absolute;
		height: 20px;
		width: 100%;
		overflow: hidden;
		margin: 0 auto;
		cursor: pointer;
	}

	.mCSB_scrollTools .mCSB_buttonDown{ bottom: 0; }



/* 
------------------------------------------------------------------------------------------------------------------------
3. HORIZONTAL SCROLLBAR 
x-axis
------------------------------------------------------------------------------------------------------------------------
*/

	.mCSB_horizontal.mCSB_inside > .mCSB_container{
		margin-right: 0;
		margin-bottom: 30px;
	}
	
	.mCSB_horizontal.mCSB_outside > .mCSB_container{ min-height: 100%; }

	.mCSB_horizontal > .mCSB_container.mCS_no_scrollbar_x.mCS_x_hidden{ margin-bottom: 0; } /* non-visible scrollbar */

	.mCSB_scrollTools.mCSB_scrollTools_horizontal{
		width: auto;
		height: 16px;
		top: auto;
		right: 0;
		bottom: 0;
		left: 0;
	}

	.mCustomScrollBox + .mCSB_scrollTools.mCSB_scrollTools_horizontal,
	.mCustomScrollBox + .mCSB_scrollTools + .mCSB_scrollTools.mCSB_scrollTools_horizontal{ bottom: -26px; } /* scrollbar position: outside */

	.mCSB_scrollTools.mCSB_scrollTools_horizontal a + .mCSB_draggerContainer{ margin: 0 20px; }

	.mCSB_scrollTools.mCSB_scrollTools_horizontal .mCSB_draggerRail{
		width: 100%;
		height: 2px;
		margin: 7px 0;
	}

	.mCSB_scrollTools.mCSB_scrollTools_horizontal .mCSB_dragger{
		width: 30px; /* minimum dragger width */
		height: 100%;
		left: 0;
	}

	.mCSB_scrollTools.mCSB_scrollTools_horizontal .mCSB_dragger .mCSB_dragger_bar{
		width: 100%;
		height: 4px;
		margin: 6px auto;
	}
	
	.mCSB_scrollTools_horizontal.mCSB_scrollTools_onDrag_expand .mCSB_dragger.mCSB_dragger_onDrag_expanded .mCSB_dragger_bar, 
	.mCSB_scrollTools_horizontal.mCSB_scrollTools_onDrag_expand .mCSB_draggerContainer:hover .mCSB_dragger .mCSB_dragger_bar{
		height: 12px; /* auto-expanded scrollbar */
		margin: 2px auto;
	}
	
	.mCSB_scrollTools_horizontal.mCSB_scrollTools_onDrag_expand .mCSB_dragger.mCSB_dragger_onDrag_expanded + .mCSB_draggerRail, 
	.mCSB_scrollTools_horizontal.mCSB_scrollTools_onDrag_expand .mCSB_draggerContainer:hover .mCSB_draggerRail{
		height: 8px; /* auto-expanded scrollbar */
		margin: 4px 0;
	}

	.mCSB_scrollTools.mCSB_scrollTools_horizontal .mCSB_buttonLeft,
	.mCSB_scrollTools.mCSB_scrollTools_horizontal .mCSB_buttonRight{
		display: block;
		position: absolute;
		width: 20px;
		height: 100%;
		overflow: hidden;
		margin: 0 auto;
		cursor: pointer;
	}
	
	.mCSB_scrollTools.mCSB_scrollTools_horizontal .mCSB_buttonLeft{ left: 0; }

	.mCSB_scrollTools.mCSB_scrollTools_horizontal .mCSB_buttonRight{ right: 0; }



/* 
------------------------------------------------------------------------------------------------------------------------
4. VERTICAL AND HORIZONTAL SCROLLBARS 
yx-axis 
------------------------------------------------------------------------------------------------------------------------
*/

	.mCSB_container_wrapper{
		position: absolute;
		height: auto;
		width: auto;
		overflow: hidden;
		top: 0;
		left: 0;
		right: 0;
		bottom: 0;
		margin-right: 30px;
		margin-bottom: 30px;
	}
	
	.mCSB_container_wrapper > .mCSB_container{
		padding-right: 30px;
		padding-bottom: 30px;
	}
	
	.mCSB_vertical_horizontal > .mCSB_scrollTools.mCSB_scrollTools_vertical{ bottom: 20px; }
	
	.mCSB_vertical_horizontal > .mCSB_scrollTools.mCSB_scrollTools_horizontal{ right: 20px; }
	
	/* non-visible horizontal scrollbar */
	.mCSB_container_wrapper.mCS_no_scrollbar_x.mCS_x_hidden + .mCSB_scrollTools.mCSB_scrollTools_vertical{ bottom: 0; }
	
	/* non-visible vertical scrollbar/RTL direction/left-side scrollbar */
	.mCSB_container_wrapper.mCS_no_scrollbar_y.mCS_y_hidden + .mCSB_scrollTools ~ .mCSB_scrollTools.mCSB_scrollTools_horizontal, 
	.mCS-dir-rtl > .mCustomScrollBox.mCSB_vertical_horizontal.mCSB_inside > .mCSB_scrollTools.mCSB_scrollTools_horizontal{ right: 0; }
	
	/* RTL direction/left-side scrollbar */
	.mCS-dir-rtl > .mCustomScrollBox.mCSB_vertical_horizontal.mCSB_inside > .mCSB_scrollTools.mCSB_scrollTools_horizontal{ left: 20px; }
	
	/* non-visible scrollbar/RTL direction/left-side scrollbar */
	.mCS-dir-rtl > .mCustomScrollBox.mCSB_vertical_horizontal.mCSB_inside > .mCSB_container_wrapper.mCS_no_scrollbar_y.mCS_y_hidden + .mCSB_scrollTools ~ .mCSB_scrollTools.mCSB_scrollTools_horizontal{ left: 0; }
	
	.mCS-dir-rtl > .mCSB_inside > .mCSB_container_wrapper{ /* RTL direction/left-side scrollbar */
		margin-right: 0;
		margin-left: 30px;
	}
	
	.mCSB_container_wrapper.mCS_no_scrollbar_y.mCS_y_hidden > .mCSB_container{ 
		padding-right: 0; 
		-webkit-box-sizing: border-box; -moz-box-sizing: border-box; box-sizing: border-box;
	}
	
	.mCSB_container_wrapper.mCS_no_scrollbar_x.mCS_x_hidden > .mCSB_container{ 
		padding-bottom: 0; 
		-webkit-box-sizing: border-box; -moz-box-sizing: border-box; box-sizing: border-box;
	}
	
	.mCustomScrollBox.mCSB_vertical_horizontal.mCSB_inside > .mCSB_container_wrapper.mCS_no_scrollbar_y.mCS_y_hidden{
		margin-right: 0; /* non-visible scrollbar */
		margin-left: 0;
	}
	
	/* non-visible horizontal scrollbar */
	.mCustomScrollBox.mCSB_vertical_horizontal.mCSB_inside > .mCSB_container_wrapper.mCS_no_scrollbar_x.mCS_x_hidden{ margin-bottom: 0; }



/* 
------------------------------------------------------------------------------------------------------------------------
5. TRANSITIONS  
------------------------------------------------------------------------------------------------------------------------
*/

	.mCSB_scrollTools, 
	.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar, 
	.mCSB_scrollTools .mCSB_buttonUp,
	.mCSB_scrollTools .mCSB_buttonDown,
	.mCSB_scrollTools .mCSB_buttonLeft,
	.mCSB_scrollTools .mCSB_buttonRight{
		-webkit-transition: opacity .2s ease-in-out, background-color .2s ease-in-out;
		-moz-transition: opacity .2s ease-in-out, background-color .2s ease-in-out;
		-o-transition: opacity .2s ease-in-out, background-color .2s ease-in-out;
		transition: opacity .2s ease-in-out, background-color .2s ease-in-out;
	}
	
	.mCSB_scrollTools_vertical.mCSB_scrollTools_onDrag_expand .mCSB_dragger_bar, /* auto-expanded scrollbar */
	.mCSB_scrollTools_vertical.mCSB_scrollTools_onDrag_expand .mCSB_draggerRail, 
	.mCSB_scrollTools_horizontal.mCSB_scrollTools_onDrag_expand .mCSB_dragger_bar, 
	.mCSB_scrollTools_horizontal.mCSB_scrollTools_onDrag_expand .mCSB_draggerRail{
		-webkit-transition: width .2s ease-out .2s, height .2s ease-out .2s, 
					margin-left .2s ease-out .2s, margin-right .2s ease-out .2s, 
					margin-top .2s ease-out .2s, margin-bottom .2s ease-out .2s,
					opacity .2s ease-in-out, background-color .2s ease-in-out; 
		-moz-transition: width .2s ease-out .2s, height .2s ease-out .2s, 
					margin-left .2s ease-out .2s, margin-right .2s ease-out .2s, 
					margin-top .2s ease-out .2s, margin-bottom .2s ease-out .2s,
					opacity .2s ease-in-out, background-color .2s ease-in-out; 
		-o-transition: width .2s ease-out .2s, height .2s ease-out .2s, 
					margin-left .2s ease-out .2s, margin-right .2s ease-out .2s, 
					margin-top .2s ease-out .2s, margin-bottom .2s ease-out .2s,
					opacity .2s ease-in-out, background-color .2s ease-in-out; 
		transition: width .2s ease-out .2s, height .2s ease-out .2s, 
					margin-left .2s ease-out .2s, margin-right .2s ease-out .2s, 
					margin-top .2s ease-out .2s, margin-bottom .2s ease-out .2s,
					opacity .2s ease-in-out, background-color .2s ease-in-out; 
	}



/* 
------------------------------------------------------------------------------------------------------------------------
6. SCROLLBAR COLORS, OPACITY AND BACKGROUNDS  
------------------------------------------------------------------------------------------------------------------------
*/

	/* 
	----------------------------------------
	6.1 THEMES 
	----------------------------------------
	*/
	
	/* default theme ("light") */

	.mCSB_scrollTools{ opacity: 0.75; filter: "alpha(opacity=75)"; -ms-filter: "alpha(opacity=75)"; }
	
	.mCS-autoHide > .mCustomScrollBox > .mCSB_scrollTools,
	.mCS-autoHide > .mCustomScrollBox ~ .mCSB_scrollTools{ opacity: 0; filter: "alpha(opacity=0)"; -ms-filter: "alpha(opacity=0)"; }
	
	.mCustomScrollbar > .mCustomScrollBox > .mCSB_scrollTools.mCSB_scrollTools_onDrag,
	.mCustomScrollbar > .mCustomScrollBox ~ .mCSB_scrollTools.mCSB_scrollTools_onDrag,
	.mCustomScrollBox:hover > .mCSB_scrollTools,
	.mCustomScrollBox:hover ~ .mCSB_scrollTools,
	.mCS-autoHide:hover > .mCustomScrollBox > .mCSB_scrollTools,
	.mCS-autoHide:hover > .mCustomScrollBox ~ .mCSB_scrollTools{ opacity: 1; filter: "alpha(opacity=100)"; -ms-filter: "alpha(opacity=100)"; }

	.mCSB_scrollTools .mCSB_draggerRail{
		background-color: #000; background-color: rgba(0,0,0,0.4);
		filter: "alpha(opacity=40)"; -ms-filter: "alpha(opacity=40)"; 
	}

	.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar{
		background-color: #fff; background-color: rgba(255,255,255,0.75);
		filter: "alpha(opacity=75)"; -ms-filter: "alpha(opacity=75)"; 
	}

	.mCSB_scrollTools .mCSB_dragger:hover .mCSB_dragger_bar{
		background-color: #fff; background-color: rgba(255,255,255,0.85);
		filter: "alpha(opacity=85)"; -ms-filter: "alpha(opacity=85)"; 
	}
	.mCSB_scrollTools .mCSB_dragger:active .mCSB_dragger_bar,
	.mCSB_scrollTools .mCSB_dragger.mCSB_dragger_onDrag .mCSB_dragger_bar{
		background-color: #fff; background-color: rgba(255,255,255,0.9);
		filter: "alpha(opacity=90)"; -ms-filter: "alpha(opacity=90)"; 
	}

	.mCSB_scrollTools .mCSB_buttonUp,
	.mCSB_scrollTools .mCSB_buttonDown,
	.mCSB_scrollTools .mCSB_buttonLeft,
	.mCSB_scrollTools .mCSB_buttonRight{
		background-image: url(mCSB_buttons.png); /* css sprites */
		background-repeat: no-repeat;
		opacity: 0.4; filter: "alpha(opacity=40)"; -ms-filter: "alpha(opacity=40)"; 
	}

	.mCSB_scrollTools .mCSB_buttonUp{
		background-position: 0 0;
		/* 
		sprites locations 
		light: 0 0, -16px 0, -32px 0, -48px 0, 0 -72px, -16px -72px, -32px -72px
		dark: -80px 0, -96px 0, -112px 0, -128px 0, -80px -72px, -96px -72px, -112px -72px
		*/
	}

	.mCSB_scrollTools .mCSB_buttonDown{
		background-position: 0 -20px;
		/* 
		sprites locations
		light: 0 -20px, -16px -20px, -32px -20px, -48px -20px, 0 -92px, -16px -92px, -32px -92px
		dark: -80px -20px, -96px -20px, -112px -20px, -128px -20px, -80px -92px, -96px -92px, -112 -92px
		*/
	}

	.mCSB_scrollTools .mCSB_buttonLeft{
		background-position: 0 -40px;
		/* 
		sprites locations 
		light: 0 -40px, -20px -40px, -40px -40px, -60px -40px, 0 -112px, -20px -112px, -40px -112px
		dark: -80px -40px, -100px -40px, -120px -40px, -140px -40px, -80px -112px, -100px -112px, -120px -112px
		*/
	}

	.mCSB_scrollTools .mCSB_buttonRight{
		background-position: 0 -56px;
		/* 
		sprites locations 
		light: 0 -56px, -20px -56px, -40px -56px, -60px -56px, 0 -128px, -20px -128px, -40px -128px
		dark: -80px -56px, -100px -56px, -120px -56px, -140px -56px, -80px -128px, -100px -128px, -120px -128px
		*/
	}

	.mCSB_scrollTools .mCSB_buttonUp:hover,
	.mCSB_scrollTools .mCSB_buttonDown:hover,
	.mCSB_scrollTools .mCSB_buttonLeft:hover,
	.mCSB_scrollTools .mCSB_buttonRight:hover{ opacity: 0.75; filter: "alpha(opacity=75)"; -ms-filter: "alpha(opacity=75)"; }

	.mCSB_scrollTools .mCSB_buttonUp:active,
	.mCSB_scrollTools .mCSB_buttonDown:active,
	.mCSB_scrollTools .mCSB_buttonLeft:active,
	.mCSB_scrollTools .mCSB_buttonRight:active{ opacity: 0.9; filter: "alpha(opacity=90)"; -ms-filter: "alpha(opacity=90)"; }
	

	/* theme: "dark" */

	.mCS-dark.mCSB_scrollTools .mCSB_draggerRail{ background-color: #000; background-color: rgba(0,0,0,0.15); }

	.mCS-dark.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar{ background-color: #000; background-color: rgba(0,0,0,0.75); }

	.mCS-dark.mCSB_scrollTools .mCSB_dragger:hover .mCSB_dragger_bar{ background-color: rgba(0,0,0,0.85); }

	.mCS-dark.mCSB_scrollTools .mCSB_dragger:active .mCSB_dragger_bar,
	.mCS-dark.mCSB_scrollTools .mCSB_dragger.mCSB_dragger_onDrag .mCSB_dragger_bar{ background-color: rgba(0,0,0,0.9); }

	.mCS-dark.mCSB_scrollTools .mCSB_buttonUp{ background-position: -80px 0; }

	.mCS-dark.mCSB_scrollTools .mCSB_buttonDown{ background-position: -80px -20px; }

	.mCS-dark.mCSB_scrollTools .mCSB_buttonLeft{ background-position: -80px -40px; }

	.mCS-dark.mCSB_scrollTools .mCSB_buttonRight{ background-position: -80px -56px; }
	
	/* ---------------------------------------- */
	


	/* theme: "light-2", "dark-2" */

	.mCS-light-2.mCSB_scrollTools .mCSB_draggerRail, 
	.mCS-dark-2.mCSB_scrollTools .mCSB_draggerRail{
		width: 4px;
		background-color: #fff; background-color: rgba(255,255,255,0.1);
		-webkit-border-radius: 1px; -moz-border-radius: 1px; border-radius: 1px;
	}

	.mCS-light-2.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar, 
	.mCS-dark-2.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar{
		width: 4px;
		background-color: #fff; background-color: rgba(255,255,255,0.75);
		-webkit-border-radius: 1px; -moz-border-radius: 1px; border-radius: 1px;
	}

	.mCS-light-2.mCSB_scrollTools_horizontal .mCSB_draggerRail, 
	.mCS-dark-2.mCSB_scrollTools_horizontal .mCSB_draggerRail, 
	.mCS-light-2.mCSB_scrollTools_horizontal .mCSB_dragger .mCSB_dragger_bar, 
	.mCS-dark-2.mCSB_scrollTools_horizontal .mCSB_dragger .mCSB_dragger_bar{
		width: 100%;
		height: 4px;
		margin: 6px auto;
	}

	.mCS-light-2.mCSB_scrollTools .mCSB_dragger:hover .mCSB_dragger_bar{ background-color: #fff; background-color: rgba(255,255,255,0.85); }

	.mCS-light-2.mCSB_scrollTools .mCSB_dragger:active .mCSB_dragger_bar,
	.mCS-light-2.mCSB_scrollTools .mCSB_dragger.mCSB_dragger_onDrag .mCSB_dragger_bar{ background-color: #fff; background-color: rgba(255,255,255,0.9); }

	.mCS-light-2.mCSB_scrollTools .mCSB_buttonUp{ background-position: -32px 0; }

	.mCS-light-2.mCSB_scrollTools .mCSB_buttonDown{	background-position: -32px -20px; }

	.mCS-light-2.mCSB_scrollTools .mCSB_buttonLeft{	background-position: -40px -40px; }

	.mCS-light-2.mCSB_scrollTools .mCSB_buttonRight{ background-position: -40px -56px; }
	
	
	/* theme: "dark-2" */

	.mCS-dark-2.mCSB_scrollTools .mCSB_draggerRail{
		background-color: #000; background-color: rgba(0,0,0,0.1);
		-webkit-border-radius: 1px; -moz-border-radius: 1px; border-radius: 1px;
	}

	.mCS-dark-2.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar{
		background-color: #000; background-color: rgba(0,0,0,0.75);
		-webkit-border-radius: 1px; -moz-border-radius: 1px; border-radius: 1px;
	}

	.mCS-dark-2.mCSB_scrollTools .mCSB_dragger:hover .mCSB_dragger_bar{ background-color: #000; background-color: rgba(0,0,0,0.85); }

	.mCS-dark-2.mCSB_scrollTools .mCSB_dragger:active .mCSB_dragger_bar,
	.mCS-dark-2.mCSB_scrollTools .mCSB_dragger.mCSB_dragger_onDrag .mCSB_dragger_bar{ background-color: #000; background-color: rgba(0,0,0,0.9); }

	.mCS-dark-2.mCSB_scrollTools .mCSB_buttonUp{ background-position: -112px 0; }

	.mCS-dark-2.mCSB_scrollTools .mCSB_buttonDown{ background-position: -112px -20px; }

	.mCS-dark-2.mCSB_scrollTools .mCSB_buttonLeft{ background-position: -120px -40px; }

	.mCS-dark-2.mCSB_scrollTools .mCSB_buttonRight{	background-position: -120px -56px; }
	
	/* ---------------------------------------- */
	


	/* theme: "light-thick", "dark-thick" */

	.mCS-light-thick.mCSB_scrollTools .mCSB_draggerRail, 
	.mCS-dark-thick.mCSB_scrollTools .mCSB_draggerRail{
		width: 4px;
		background-color: #fff; background-color: rgba(255,255,255,0.1);
		-webkit-border-radius: 2px; -moz-border-radius: 2px; border-radius: 2px;
	}

	.mCS-light-thick.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar, 
	.mCS-dark-thick.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar{
		width: 6px;
		background-color: #fff; background-color: rgba(255,255,255,0.75);
		-webkit-border-radius: 2px; -moz-border-radius: 2px; border-radius: 2px;
	}

	.mCS-light-thick.mCSB_scrollTools_horizontal .mCSB_draggerRail, 
	.mCS-dark-thick.mCSB_scrollTools_horizontal .mCSB_draggerRail{
		width: 100%;
		height: 4px;
		margin: 6px 0;
	}

	.mCS-light-thick.mCSB_scrollTools_horizontal .mCSB_dragger .mCSB_dragger_bar, 
	.mCS-dark-thick.mCSB_scrollTools_horizontal .mCSB_dragger .mCSB_dragger_bar{
		width: 100%;
		height: 6px;
		margin: 5px auto;
	}

	.mCS-light-thick.mCSB_scrollTools .mCSB_dragger:hover .mCSB_dragger_bar{ background-color: #fff; background-color: rgba(255,255,255,0.85); }

	.mCS-light-thick.mCSB_scrollTools .mCSB_dragger:active .mCSB_dragger_bar,
	.mCS-light-thick.mCSB_scrollTools .mCSB_dragger.mCSB_dragger_onDrag .mCSB_dragger_bar{ background-color: #fff; background-color: rgba(255,255,255,0.9); }

	.mCS-light-thick.mCSB_scrollTools .mCSB_buttonUp{ background-position: -16px 0; }

	.mCS-light-thick.mCSB_scrollTools .mCSB_buttonDown{	background-position: -16px -20px; }

	.mCS-light-thick.mCSB_scrollTools .mCSB_buttonLeft{	background-position: -20px -40px; }

	.mCS-light-thick.mCSB_scrollTools .mCSB_buttonRight{ background-position: -20px -56px; }


	/* theme: "dark-thick" */
	
	.mCS-dark-thick.mCSB_scrollTools .mCSB_draggerRail{
		background-color: #000; background-color: rgba(0,0,0,0.1);
		-webkit-border-radius: 2px; -moz-border-radius: 2px; border-radius: 2px;
	}

	.mCS-dark-thick.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar{
		background-color: #000; background-color: rgba(0,0,0,0.75);
		-webkit-border-radius: 2px; -moz-border-radius: 2px; border-radius: 2px;
	}

	.mCS-dark-thick.mCSB_scrollTools .mCSB_dragger:hover .mCSB_dragger_bar{ background-color: #000; background-color: rgba(0,0,0,0.85); }

	.mCS-dark-thick.mCSB_scrollTools .mCSB_dragger:active .mCSB_dragger_bar,
	.mCS-dark-thick.mCSB_scrollTools .mCSB_dragger.mCSB_dragger_onDrag .mCSB_dragger_bar{ background-color: #000; background-color: rgba(0,0,0,0.9); }

	.mCS-dark-thick.mCSB_scrollTools .mCSB_buttonUp{ background-position: -96px 0; }

	.mCS-dark-thick.mCSB_scrollTools .mCSB_buttonDown{ background-position: -96px -20px; }

	.mCS-dark-thick.mCSB_scrollTools .mCSB_buttonLeft{ background-position: -100px -40px; }

	.mCS-dark-thick.mCSB_scrollTools .mCSB_buttonRight{	background-position: -100px -56px; }
	
	/* ---------------------------------------- */
	


	/* theme: "light-thin", "dark-thin" */
	
	.mCS-light-thin.mCSB_scrollTools .mCSB_draggerRail{ background-color: #fff; background-color: rgba(255,255,255,0.1); }

	.mCS-light-thin.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar, 
	.mCS-dark-thin.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar{ width: 2px; }

	.mCS-light-thin.mCSB_scrollTools_horizontal .mCSB_draggerRail, 
	.mCS-dark-thin.mCSB_scrollTools_horizontal .mCSB_draggerRail{ width: 100%; }

	.mCS-light-thin.mCSB_scrollTools_horizontal .mCSB_dragger .mCSB_dragger_bar, 
	.mCS-dark-thin.mCSB_scrollTools_horizontal .mCSB_dragger .mCSB_dragger_bar{
		width: 100%;
		height: 2px;
		margin: 7px auto;
	}


	/* theme "dark-thin" */
	
	.mCS-dark-thin.mCSB_scrollTools .mCSB_draggerRail{ background-color: #000; background-color: rgba(0,0,0,0.15); }

	.mCS-dark-thin.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar{ background-color: #000; background-color: rgba(0,0,0,0.75); }
	
	.mCS-dark-thin.mCSB_scrollTools .mCSB_dragger:hover .mCSB_dragger_bar{ background-color: #000; background-color: rgba(0,0,0,0.85); }
	
	.mCS-dark-thin.mCSB_scrollTools .mCSB_dragger:active .mCSB_dragger_bar,
	.mCS-dark-thin.mCSB_scrollTools .mCSB_dragger.mCSB_dragger_onDrag .mCSB_dragger_bar{ background-color: #000; background-color: rgba(0,0,0,0.9); }
	
	.mCS-dark-thin.mCSB_scrollTools .mCSB_buttonUp{	background-position: -80px 0; }

	.mCS-dark-thin.mCSB_scrollTools .mCSB_buttonDown{ background-position: -80px -20px; }

	.mCS-dark-thin.mCSB_scrollTools .mCSB_buttonLeft{ background-position: -80px -40px; }

	.mCS-dark-thin.mCSB_scrollTools .mCSB_buttonRight{ background-position: -80px -56px; }
	
	/* ---------------------------------------- */
	
	
	
	/* theme "rounded", "rounded-dark", "rounded-dots", "rounded-dots-dark" */
	
	.mCS-rounded.mCSB_scrollTools .mCSB_draggerRail{ background-color: #fff; background-color: rgba(255,255,255,0.15); }
	
	.mCS-rounded.mCSB_scrollTools .mCSB_dragger, 
	.mCS-rounded-dark.mCSB_scrollTools .mCSB_dragger, 
	.mCS-rounded-dots.mCSB_scrollTools .mCSB_dragger, 
	.mCS-rounded-dots-dark.mCSB_scrollTools .mCSB_dragger{ height: 14px; }
	
	.mCS-rounded.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar, 
	.mCS-rounded-dark.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar, 
	.mCS-rounded-dots.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar, 
	.mCS-rounded-dots-dark.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar{
		width: 14px;
		margin: 0 1px;
	}
	
	.mCS-rounded.mCSB_scrollTools_horizontal .mCSB_dragger, 
	.mCS-rounded-dark.mCSB_scrollTools_horizontal .mCSB_dragger, 
	.mCS-rounded-dots.mCSB_scrollTools_horizontal .mCSB_dragger, 
	.mCS-rounded-dots-dark.mCSB_scrollTools_horizontal .mCSB_dragger{ width: 14px; }
	
	.mCS-rounded.mCSB_scrollTools_horizontal .mCSB_dragger .mCSB_dragger_bar, 
	.mCS-rounded-dark.mCSB_scrollTools_horizontal .mCSB_dragger .mCSB_dragger_bar, 
	.mCS-rounded-dots.mCSB_scrollTools_horizontal .mCSB_dragger .mCSB_dragger_bar, 
	.mCS-rounded-dots-dark.mCSB_scrollTools_horizontal .mCSB_dragger .mCSB_dragger_bar{
		height: 14px;
		margin: 1px 0;
	}
	
	.mCS-rounded.mCSB_scrollTools_vertical.mCSB_scrollTools_onDrag_expand .mCSB_dragger.mCSB_dragger_onDrag_expanded .mCSB_dragger_bar, 
	.mCS-rounded.mCSB_scrollTools_vertical.mCSB_scrollTools_onDrag_expand .mCSB_draggerContainer:hover .mCSB_dragger .mCSB_dragger_bar, 
	.mCS-rounded-dark.mCSB_scrollTools_vertical.mCSB_scrollTools_onDrag_expand .mCSB_dragger.mCSB_dragger_onDrag_expanded .mCSB_dragger_bar, 
	.mCS-rounded-dark.mCSB_scrollTools_vertical.mCSB_scrollTools_onDrag_expand .mCSB_draggerContainer:hover .mCSB_dragger .mCSB_dragger_bar{
		width: 16px; /* auto-expanded scrollbar */
		height: 16px;
		margin: -1px 0;
	}
	
	.mCS-rounded.mCSB_scrollTools_vertical.mCSB_scrollTools_onDrag_expand .mCSB_dragger.mCSB_dragger_onDrag_expanded + .mCSB_draggerRail, 
	.mCS-rounded.mCSB_scrollTools_vertical.mCSB_scrollTools_onDrag_expand .mCSB_draggerContainer:hover .mCSB_draggerRail, 
	.mCS-rounded-dark.mCSB_scrollTools_vertical.mCSB_scrollTools_onDrag_expand .mCSB_dragger.mCSB_dragger_onDrag_expanded + .mCSB_draggerRail, 
	.mCS-rounded-dark.mCSB_scrollTools_vertical.mCSB_scrollTools_onDrag_expand .mCSB_draggerContainer:hover .mCSB_draggerRail{ width: 4px; /* auto-expanded scrollbar */ }
	
	.mCS-rounded.mCSB_scrollTools_horizontal.mCSB_scrollTools_onDrag_expand .mCSB_dragger.mCSB_dragger_onDrag_expanded .mCSB_dragger_bar, 
	.mCS-rounded.mCSB_scrollTools_horizontal.mCSB_scrollTools_onDrag_expand .mCSB_draggerContainer:hover .mCSB_dragger .mCSB_dragger_bar, 
	.mCS-rounded-dark.mCSB_scrollTools_horizontal.mCSB_scrollTools_onDrag_expand .mCSB_dragger.mCSB_dragger_onDrag_expanded .mCSB_dragger_bar, 
	.mCS-rounded-dark.mCSB_scrollTools_horizontal.mCSB_scrollTools_onDrag_expand .mCSB_draggerContainer:hover .mCSB_dragger .mCSB_dragger_bar{
		height: 16px; /* auto-expanded scrollbar */
		width: 16px;
		margin: 0 -1px;
	}
	
	.mCS-rounded.mCSB_scrollTools_horizontal.mCSB_scrollTools_onDrag_expand .mCSB_dragger.mCSB_dragger_onDrag_expanded + .mCSB_draggerRail, 
	.mCS-rounded.mCSB_scrollTools_horizontal.mCSB_scrollTools_onDrag_expand .mCSB_draggerContainer:hover .mCSB_draggerRail, 
	.mCS-rounded-dark.mCSB_scrollTools_horizontal.mCSB_scrollTools_onDrag_expand .mCSB_dragger.mCSB_dragger_onDrag_expanded + .mCSB_draggerRail, 
	.mCS-rounded-dark.mCSB_scrollTools_horizontal.mCSB_scrollTools_onDrag_expand .mCSB_draggerContainer:hover .mCSB_draggerRail{
		height: 4px; /* auto-expanded scrollbar */
		margin: 6px 0;
	}
	
	.mCS-rounded.mCSB_scrollTools .mCSB_buttonUp{ background-position: 0 -72px; }
	
	.mCS-rounded.mCSB_scrollTools .mCSB_buttonDown{ background-position: 0 -92px; }
	
	.mCS-rounded.mCSB_scrollTools .mCSB_buttonLeft{ background-position: 0 -112px; }
	
	.mCS-rounded.mCSB_scrollTools .mCSB_buttonRight{ background-position: 0 -128px; }
	
	
	/* theme "rounded-dark", "rounded-dots-dark" */
	
	.mCS-rounded-dark.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar, 
	.mCS-rounded-dots-dark.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar{ background-color: #000; background-color: rgba(0,0,0,0.75); }
	
	.mCS-rounded-dark.mCSB_scrollTools .mCSB_draggerRail{ background-color: #000; background-color: rgba(0,0,0,0.15); }
	
	.mCS-rounded-dark.mCSB_scrollTools .mCSB_dragger:hover .mCSB_dragger_bar, 
	.mCS-rounded-dots-dark.mCSB_scrollTools .mCSB_dragger:hover .mCSB_dragger_bar{ background-color: #000; background-color: rgba(0,0,0,0.85); }
	
	.mCS-rounded-dark.mCSB_scrollTools .mCSB_dragger:active .mCSB_dragger_bar,
	.mCS-rounded-dark.mCSB_scrollTools .mCSB_dragger.mCSB_dragger_onDrag .mCSB_dragger_bar, 
	.mCS-rounded-dots-dark.mCSB_scrollTools .mCSB_dragger:active .mCSB_dragger_bar,
	.mCS-rounded-dots-dark.mCSB_scrollTools .mCSB_dragger.mCSB_dragger_onDrag .mCSB_dragger_bar{ background-color: #000; background-color: rgba(0,0,0,0.9); }
	
	.mCS-rounded-dark.mCSB_scrollTools .mCSB_buttonUp{ background-position: -80px -72px; }
	
	.mCS-rounded-dark.mCSB_scrollTools .mCSB_buttonDown{ background-position: -80px -92px; }
	
	.mCS-rounded-dark.mCSB_scrollTools .mCSB_buttonLeft{ background-position: -80px -112px; }
	
	.mCS-rounded-dark.mCSB_scrollTools .mCSB_buttonRight{ background-position: -80px -128px; }
	
	
	/* theme "rounded-dots", "rounded-dots-dark" */
	
	.mCS-rounded-dots.mCSB_scrollTools_vertical .mCSB_draggerRail, 
	.mCS-rounded-dots-dark.mCSB_scrollTools_vertical .mCSB_draggerRail{ width: 4px; }
	
	.mCS-rounded-dots.mCSB_scrollTools .mCSB_draggerRail, 
	.mCS-rounded-dots-dark.mCSB_scrollTools .mCSB_draggerRail, 
	.mCS-rounded-dots.mCSB_scrollTools_horizontal .mCSB_draggerRail, 
	.mCS-rounded-dots-dark.mCSB_scrollTools_horizontal .mCSB_draggerRail{
		background-color: transparent;
		background-position: center;
	}
	
	.mCS-rounded-dots.mCSB_scrollTools .mCSB_draggerRail, 
	.mCS-rounded-dots-dark.mCSB_scrollTools .mCSB_draggerRail{
		background-image: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAgAAAAICAYAAADED76LAAAANElEQVQYV2NkIAAYiVbw//9/Y6DiM1ANJoyMjGdBbLgJQAX/kU0DKgDLkaQAvxW4HEvQFwCRcxIJK1XznAAAAABJRU5ErkJggg==");
		background-repeat: repeat-y;
		opacity: 0.3;
		filter: "alpha(opacity=30)"; -ms-filter: "alpha(opacity=30)"; 
	}
	
	.mCS-rounded-dots.mCSB_scrollTools_horizontal .mCSB_draggerRail, 
	.mCS-rounded-dots-dark.mCSB_scrollTools_horizontal .mCSB_draggerRail{
		height: 4px;
		margin: 6px 0;
		background-repeat: repeat-x;
	}
	
	.mCS-rounded-dots.mCSB_scrollTools .mCSB_buttonUp{ background-position: -16px -72px; }
	
	.mCS-rounded-dots.mCSB_scrollTools .mCSB_buttonDown{ background-position: -16px -92px; }
	
	.mCS-rounded-dots.mCSB_scrollTools .mCSB_buttonLeft{ background-position: -20px -112px; }
	
	.mCS-rounded-dots.mCSB_scrollTools .mCSB_buttonRight{ background-position: -20px -128px; }
	
	
	/* theme "rounded-dots-dark" */
	
	.mCS-rounded-dots-dark.mCSB_scrollTools .mCSB_draggerRail{
		background-image: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAgAAAAICAYAAADED76LAAAALElEQVQYV2NkIAAYSVFgDFR8BqrBBEifBbGRTfiPZhpYjiQFBK3A6l6CvgAAE9kGCd1mvgEAAAAASUVORK5CYII=");
	}
	
	.mCS-rounded-dots-dark.mCSB_scrollTools .mCSB_buttonUp{ background-position: -96px -72px; }
	
	.mCS-rounded-dots-dark.mCSB_scrollTools .mCSB_buttonDown{ background-position: -96px -92px; }
	
	.mCS-rounded-dots-dark.mCSB_scrollTools .mCSB_buttonLeft{ background-position: -100px -112px; }
	
	.mCS-rounded-dots-dark.mCSB_scrollTools .mCSB_buttonRight{ background-position: -100px -128px; }
	
	/* ---------------------------------------- */
	
	
	
	/* theme "3d", "3d-dark", "3d-thick", "3d-thick-dark" */
	
	.mCS-3d.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar, 
	.mCS-3d-dark.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar, 
	.mCS-3d-thick.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar, 
	.mCS-3d-thick-dark.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar{
		background-repeat: repeat-y;
		background-image: -moz-linear-gradient(left, rgba(255,255,255,0.5) 0%, rgba(255,255,255,0) 100%);
		background-image: -webkit-gradient(linear, left top, right top, color-stop(0%,rgba(255,255,255,0.5)), color-stop(100%,rgba(255,255,255,0)));
		background-image: -webkit-linear-gradient(left, rgba(255,255,255,0.5) 0%,rgba(255,255,255,0) 100%);
		background-image: -o-linear-gradient(left, rgba(255,255,255,0.5) 0%,rgba(255,255,255,0) 100%);
		background-image: -ms-linear-gradient(left, rgba(255,255,255,0.5) 0%,rgba(255,255,255,0) 100%);
		background-image: linear-gradient(to right, rgba(255,255,255,0.5) 0%,rgba(255,255,255,0) 100%);
	}
	
	.mCS-3d.mCSB_scrollTools_horizontal .mCSB_dragger .mCSB_dragger_bar, 
	.mCS-3d-dark.mCSB_scrollTools_horizontal .mCSB_dragger .mCSB_dragger_bar, 
	.mCS-3d-thick.mCSB_scrollTools_horizontal .mCSB_dragger .mCSB_dragger_bar, 
	.mCS-3d-thick-dark.mCSB_scrollTools_horizontal .mCSB_dragger .mCSB_dragger_bar{
		background-repeat: repeat-x;
		background-image: -moz-linear-gradient(top, rgba(255,255,255,0.5) 0%, rgba(255,255,255,0) 100%);
		background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(255,255,255,0.5)), color-stop(100%,rgba(255,255,255,0)));
		background-image: -webkit-linear-gradient(top, rgba(255,255,255,0.5) 0%,rgba(255,255,255,0) 100%);
		background-image: -o-linear-gradient(top, rgba(255,255,255,0.5) 0%,rgba(255,255,255,0) 100%);
		background-image: -ms-linear-gradient(top, rgba(255,255,255,0.5) 0%,rgba(255,255,255,0) 100%);
		background-image: linear-gradient(to bottom, rgba(255,255,255,0.5) 0%,rgba(255,255,255,0) 100%);
	}
	
	
	/* theme "3d", "3d-dark" */
	
	.mCS-3d.mCSB_scrollTools_vertical .mCSB_dragger, 
	.mCS-3d-dark.mCSB_scrollTools_vertical .mCSB_dragger{ height: 70px; }
	
	.mCS-3d.mCSB_scrollTools_horizontal .mCSB_dragger, 
	.mCS-3d-dark.mCSB_scrollTools_horizontal .mCSB_dragger{ width: 70px; }
	
	.mCS-3d.mCSB_scrollTools, 
	.mCS-3d-dark.mCSB_scrollTools{
		opacity: 1;
		filter: "alpha(opacity=30)"; -ms-filter: "alpha(opacity=30)"; 
	}
	
	.mCS-3d.mCSB_scrollTools .mCSB_draggerRail, 
	.mCS-3d.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar, 
	.mCS-3d-dark.mCSB_scrollTools .mCSB_draggerRail, 
	.mCS-3d-dark.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar{ -webkit-border-radius: 16px; -moz-border-radius: 16px; border-radius: 16px; }
	
	.mCS-3d.mCSB_scrollTools .mCSB_draggerRail, 
	.mCS-3d-dark.mCSB_scrollTools .mCSB_draggerRail{
		width: 8px;
		background-color: #000; background-color: rgba(0,0,0,0.2);
		box-shadow: inset 1px 0 1px rgba(0,0,0,0.5), inset -1px 0 1px rgba(255,255,255,0.2);
	}
	
	.mCS-3d.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar, 	 
	.mCS-3d.mCSB_scrollTools .mCSB_dragger:hover .mCSB_dragger_bar, 
	.mCS-3d.mCSB_scrollTools .mCSB_dragger:active .mCSB_dragger_bar,
	.mCS-3d.mCSB_scrollTools .mCSB_dragger.mCSB_dragger_onDrag .mCSB_dragger_bar, 
	.mCS-3d-dark.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar, 
	.mCS-3d-dark.mCSB_scrollTools .mCSB_dragger:hover .mCSB_dragger_bar, 
	.mCS-3d-dark.mCSB_scrollTools .mCSB_dragger:active .mCSB_dragger_bar,
	.mCS-3d-dark.mCSB_scrollTools .mCSB_dragger.mCSB_dragger_onDrag .mCSB_dragger_bar{ background-color: #555; }

	.mCS-3d.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar, 
	.mCS-3d-dark.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar{ width: 8px; }

	.mCS-3d.mCSB_scrollTools_horizontal .mCSB_draggerRail, 
	.mCS-3d-dark.mCSB_scrollTools_horizontal .mCSB_draggerRail{
		width: 100%;
		height: 8px;
		margin: 4px 0;
		box-shadow: inset 0 1px 1px rgba(0,0,0,0.5), inset 0 -1px 1px rgba(255,255,255,0.2);
	}

	.mCS-3d.mCSB_scrollTools_horizontal .mCSB_dragger .mCSB_dragger_bar, 
	.mCS-3d-dark.mCSB_scrollTools_horizontal .mCSB_dragger .mCSB_dragger_bar{
		width: 100%;
		height: 8px;
		margin: 4px auto;
	}
	
	.mCS-3d.mCSB_scrollTools .mCSB_buttonUp{ background-position: -32px -72px; }
	
	.mCS-3d.mCSB_scrollTools .mCSB_buttonDown{ background-position: -32px -92px; }
	
	.mCS-3d.mCSB_scrollTools .mCSB_buttonLeft{ background-position: -40px -112px; }
	
	.mCS-3d.mCSB_scrollTools .mCSB_buttonRight{ background-position: -40px -128px; }
	
	
	/* theme "3d-dark" */
	
	.mCS-3d-dark.mCSB_scrollTools .mCSB_draggerRail{
		background-color: #000; background-color: rgba(0,0,0,0.1);
		box-shadow: inset 1px 0 1px rgba(0,0,0,0.1);
	}
	
	.mCS-3d-dark.mCSB_scrollTools_horizontal .mCSB_draggerRail{ box-shadow: inset 0 1px 1px rgba(0,0,0,0.1); }
	
	.mCS-3d-dark.mCSB_scrollTools .mCSB_buttonUp{ background-position: -112px -72px; }

	.mCS-3d-dark.mCSB_scrollTools .mCSB_buttonDown{ background-position: -112px -92px; }

	.mCS-3d-dark.mCSB_scrollTools .mCSB_buttonLeft{ background-position: -120px -112px; }

	.mCS-3d-dark.mCSB_scrollTools .mCSB_buttonRight{	background-position: -120px -128px; }
	
	/* ---------------------------------------- */
	
	
	
	/* theme: "3d-thick", "3d-thick-dark" */
	
	.mCS-3d-thick.mCSB_scrollTools, 
	.mCS-3d-thick-dark.mCSB_scrollTools{
		opacity: 1;
		filter: "alpha(opacity=30)"; -ms-filter: "alpha(opacity=30)"; 
	}
	
	.mCS-3d-thick.mCSB_scrollTools, 
	.mCS-3d-thick-dark.mCSB_scrollTools, 
	.mCS-3d-thick.mCSB_scrollTools .mCSB_draggerContainer, 
	.mCS-3d-thick-dark.mCSB_scrollTools .mCSB_draggerContainer{ -webkit-border-radius: 7px; -moz-border-radius: 7px; border-radius: 7px; }
	
	.mCS-3d-thick.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar, 
	.mCS-3d-thick-dark.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar{ -webkit-border-radius: 5px; -moz-border-radius: 5px; border-radius: 5px; }
	
	.mCSB_inside + .mCS-3d-thick.mCSB_scrollTools_vertical, 
	.mCSB_inside + .mCS-3d-thick-dark.mCSB_scrollTools_vertical{ right: 1px; }
	
	.mCS-3d-thick.mCSB_scrollTools_vertical, 
	.mCS-3d-thick-dark.mCSB_scrollTools_vertical{ box-shadow: inset 1px 0 1px rgba(0,0,0,0.1), inset 0 0 14px rgba(0,0,0,0.5); }
	
	.mCS-3d-thick.mCSB_scrollTools_horizontal, 
	.mCS-3d-thick-dark.mCSB_scrollTools_horizontal{
		bottom: 1px;
		box-shadow: inset 0 1px 1px rgba(0,0,0,0.1), inset 0 0 14px rgba(0,0,0,0.5);
	}
	
	.mCS-3d-thick.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar, 
	.mCS-3d-thick-dark.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar{
		box-shadow: inset 1px 0 0 rgba(255,255,255,0.4);
		width: 12px;
		margin: 2px;
		position: absolute;
		height: auto;
		top: 0;
		bottom: 0;
		left: 0;
		right: 0;
	}
	
	.mCS-3d-thick.mCSB_scrollTools_horizontal .mCSB_dragger .mCSB_dragger_bar, 
	.mCS-3d-thick-dark.mCSB_scrollTools_horizontal .mCSB_dragger .mCSB_dragger_bar{ box-shadow: inset 0 1px 0 rgba(255,255,255,0.4); }
	
	.mCS-3d-thick.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar,  
	.mCS-3d-thick.mCSB_scrollTools .mCSB_dragger:hover .mCSB_dragger_bar, 
	.mCS-3d-thick.mCSB_scrollTools .mCSB_dragger:active .mCSB_dragger_bar,
	.mCS-3d-thick.mCSB_scrollTools .mCSB_dragger.mCSB_dragger_onDrag .mCSB_dragger_bar{ background-color: #555; }
	
	.mCS-3d-thick.mCSB_scrollTools_horizontal .mCSB_dragger .mCSB_dragger_bar, 
	.mCS-3d-thick-dark.mCSB_scrollTools_horizontal .mCSB_dragger .mCSB_dragger_bar{
		height: 12px;
		width: auto;
	}
	
	.mCS-3d-thick.mCSB_scrollTools .mCSB_draggerContainer{
		background-color: #000; background-color: rgba(0,0,0,0.05);
		box-shadow: inset 1px 1px 16px rgba(0,0,0,0.1);
	}
	
	.mCS-3d-thick.mCSB_scrollTools .mCSB_draggerRail{ background-color: transparent; }
	
	.mCS-3d-thick.mCSB_scrollTools .mCSB_buttonUp{ background-position: -32px -72px; }
	
	.mCS-3d-thick.mCSB_scrollTools .mCSB_buttonDown{ background-position: -32px -92px; }

	.mCS-3d-thick.mCSB_scrollTools .mCSB_buttonLeft{ background-position: -40px -112px; }

	.mCS-3d-thick.mCSB_scrollTools .mCSB_buttonRight{	background-position: -40px -128px; }
	
	
	/* theme: "3d-thick-dark" */
	
	.mCS-3d-thick-dark.mCSB_scrollTools{ box-shadow: inset 0 0 14px rgba(0,0,0,0.2); }
	
	.mCS-3d-thick-dark.mCSB_scrollTools_horizontal{ box-shadow: inset 0 1px 1px rgba(0,0,0,0.1), inset 0 0 14px rgba(0,0,0,0.2); }
	
	.mCS-3d-thick-dark.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar{ box-shadow: inset 1px 0 0 rgba(255,255,255,0.4), inset -1px 0 0 rgba(0,0,0,0.2); }
	 
	.mCS-3d-thick-dark.mCSB_scrollTools_horizontal .mCSB_dragger .mCSB_dragger_bar{ box-shadow: inset 0 1px 0 rgba(255,255,255,0.4), inset 0 -1px 0 rgba(0,0,0,0.2); }
	
	.mCS-3d-thick-dark.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar,  
	.mCS-3d-thick-dark.mCSB_scrollTools .mCSB_dragger:hover .mCSB_dragger_bar, 
	.mCS-3d-thick-dark.mCSB_scrollTools .mCSB_dragger:active .mCSB_dragger_bar,
	.mCS-3d-thick-dark.mCSB_scrollTools .mCSB_dragger.mCSB_dragger_onDrag .mCSB_dragger_bar{ background-color: #777; }
	
	.mCS-3d-thick-dark.mCSB_scrollTools .mCSB_draggerContainer{
		background-color: #fff; background-color: rgba(0,0,0,0.05);
		box-shadow: inset 1px 1px 16px rgba(0,0,0,0.1);
	}
	
	.mCS-3d-thick-dark.mCSB_scrollTools .mCSB_draggerRail{ background-color: transparent; }
	
	.mCS-3d-thick-dark.mCSB_scrollTools .mCSB_buttonUp{ background-position: -112px -72px; }
	
	.mCS-3d-thick-dark.mCSB_scrollTools .mCSB_buttonDown{ background-position: -112px -92px; }

	.mCS-3d-thick-dark.mCSB_scrollTools .mCSB_buttonLeft{ background-position: -120px -112px; }

	.mCS-3d-thick-dark.mCSB_scrollTools .mCSB_buttonRight{	background-position: -120px -128px; }
	
	/* ---------------------------------------- */
	
	
	
	/* theme: "minimal", "minimal-dark" */
	
	.mCSB_outside + .mCS-minimal.mCSB_scrollTools_vertical, 
	.mCSB_outside + .mCS-minimal-dark.mCSB_scrollTools_vertical{
		right: 0; 
		margin: 12px 0; 
	}
	
	.mCustomScrollBox.mCS-minimal + .mCSB_scrollTools.mCSB_scrollTools_horizontal, 
	.mCustomScrollBox.mCS-minimal + .mCSB_scrollTools + .mCSB_scrollTools.mCSB_scrollTools_horizontal, 
	.mCustomScrollBox.mCS-minimal-dark + .mCSB_scrollTools.mCSB_scrollTools_horizontal, 
	.mCustomScrollBox.mCS-minimal-dark + .mCSB_scrollTools + .mCSB_scrollTools.mCSB_scrollTools_horizontal{
		bottom: 0; 
		margin: 0 12px; 
	}
	
	/* RTL direction/left-side scrollbar */
	.mCS-dir-rtl > .mCSB_outside + .mCS-minimal.mCSB_scrollTools_vertical, 
	.mCS-dir-rtl > .mCSB_outside + .mCS-minimal-dark.mCSB_scrollTools_vertical{
		left: 0; 
		right: auto;
	}
	
	.mCS-minimal.mCSB_scrollTools .mCSB_draggerRail, 
	.mCS-minimal-dark.mCSB_scrollTools .mCSB_draggerRail{ background-color: transparent; }
	
	.mCS-minimal.mCSB_scrollTools_vertical .mCSB_dragger, 
	.mCS-minimal-dark.mCSB_scrollTools_vertical .mCSB_dragger{ height: 50px; }
	
	.mCS-minimal.mCSB_scrollTools_horizontal .mCSB_dragger, 
	.mCS-minimal-dark.mCSB_scrollTools_horizontal .mCSB_dragger{ width: 50px; }
	
	.mCS-minimal.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar{
		background-color: #fff; background-color: rgba(255,255,255,0.2);
		filter: "alpha(opacity=20)"; -ms-filter: "alpha(opacity=20)"; 
	}
	
	.mCS-minimal.mCSB_scrollTools .mCSB_dragger:active .mCSB_dragger_bar,
	.mCS-minimal.mCSB_scrollTools .mCSB_dragger.mCSB_dragger_onDrag .mCSB_dragger_bar{
		background-color: #fff; background-color: rgba(255,255,255,0.5);
		filter: "alpha(opacity=50)"; -ms-filter: "alpha(opacity=50)"; 
	}
	
	
	/* theme: "minimal-dark" */
	
	.mCS-minimal-dark.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar{
		background-color: #000; background-color: rgba(0,0,0,0.2);
		filter: "alpha(opacity=20)"; -ms-filter: "alpha(opacity=20)"; 
	}
	
	.mCS-minimal-dark.mCSB_scrollTools .mCSB_dragger:active .mCSB_dragger_bar,
	.mCS-minimal-dark.mCSB_scrollTools .mCSB_dragger.mCSB_dragger_onDrag .mCSB_dragger_bar{
		background-color: #000; background-color: rgba(0,0,0,0.5);
		filter: "alpha(opacity=50)"; -ms-filter: "alpha(opacity=50)"; 
	}
	
	/* ---------------------------------------- */
	
	
	
	/* theme "light-3", "dark-3" */
	
	.mCS-light-3.mCSB_scrollTools .mCSB_draggerRail, 
	.mCS-dark-3.mCSB_scrollTools .mCSB_draggerRail{
		width: 6px;
		background-color: #000; background-color: rgba(0,0,0,0.2);
	}

	.mCS-light-3.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar, 
	.mCS-dark-3.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar{ width: 6px; }

	.mCS-light-3.mCSB_scrollTools_horizontal .mCSB_dragger .mCSB_dragger_bar, 
	.mCS-dark-3.mCSB_scrollTools_horizontal .mCSB_dragger .mCSB_dragger_bar, 
	.mCS-light-3.mCSB_scrollTools_horizontal .mCSB_draggerRail, 
	.mCS-dark-3.mCSB_scrollTools_horizontal .mCSB_draggerRail{
		width: 100%;
		height: 6px;
		margin: 5px 0;
	}
	
	.mCS-light-3.mCSB_scrollTools_vertical.mCSB_scrollTools_onDrag_expand .mCSB_dragger.mCSB_dragger_onDrag_expanded + .mCSB_draggerRail, 
	.mCS-light-3.mCSB_scrollTools_vertical.mCSB_scrollTools_onDrag_expand .mCSB_draggerContainer:hover .mCSB_draggerRail, 
	.mCS-dark-3.mCSB_scrollTools_vertical.mCSB_scrollTools_onDrag_expand .mCSB_dragger.mCSB_dragger_onDrag_expanded + .mCSB_draggerRail, 
	.mCS-dark-3.mCSB_scrollTools_vertical.mCSB_scrollTools_onDrag_expand .mCSB_draggerContainer:hover .mCSB_draggerRail{
		width: 12px;
	}
	
	.mCS-light-3.mCSB_scrollTools_horizontal.mCSB_scrollTools_onDrag_expand .mCSB_dragger.mCSB_dragger_onDrag_expanded + .mCSB_draggerRail, 
	.mCS-light-3.mCSB_scrollTools_horizontal.mCSB_scrollTools_onDrag_expand .mCSB_draggerContainer:hover .mCSB_draggerRail, 
	.mCS-dark-3.mCSB_scrollTools_horizontal.mCSB_scrollTools_onDrag_expand .mCSB_dragger.mCSB_dragger_onDrag_expanded + .mCSB_draggerRail, 
	.mCS-dark-3.mCSB_scrollTools_horizontal.mCSB_scrollTools_onDrag_expand .mCSB_draggerContainer:hover .mCSB_draggerRail{
		height: 12px;
		margin: 2px 0;
	}
	
	.mCS-light-3.mCSB_scrollTools .mCSB_buttonUp{ background-position: -32px -72px; }
	
	.mCS-light-3.mCSB_scrollTools .mCSB_buttonDown{ background-position: -32px -92px; }
	
	.mCS-light-3.mCSB_scrollTools .mCSB_buttonLeft{ background-position: -40px -112px; }
	
	.mCS-light-3.mCSB_scrollTools .mCSB_buttonRight{ background-position: -40px -128px; }
	
	
	/* theme "dark-3" */
	
	.mCS-dark-3.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar{ background-color: #000; background-color: rgba(0,0,0,0.75); }

	.mCS-dark-3.mCSB_scrollTools .mCSB_dragger:hover .mCSB_dragger_bar{ background-color: #000; background-color: rgba(0,0,0,0.85); }

	.mCS-dark-3.mCSB_scrollTools .mCSB_dragger:active .mCSB_dragger_bar,
	.mCS-dark-3.mCSB_scrollTools .mCSB_dragger.mCSB_dragger_onDrag .mCSB_dragger_bar{ background-color: #000; background-color: rgba(0,0,0,0.9); }
	
	.mCS-dark-3.mCSB_scrollTools .mCSB_draggerRail{ background-color: #000; background-color: rgba(0,0,0,0.1); }
	
	.mCS-dark-3.mCSB_scrollTools .mCSB_buttonUp{ background-position: -112px -72px; }

	.mCS-dark-3.mCSB_scrollTools .mCSB_buttonDown{ background-position: -112px -92px; }

	.mCS-dark-3.mCSB_scrollTools .mCSB_buttonLeft{ background-position: -120px -112px; }

	.mCS-dark-3.mCSB_scrollTools .mCSB_buttonRight{	background-position: -120px -128px; }
	
	/* ---------------------------------------- */
	
	
	
	/* theme "inset", "inset-dark", "inset-2", "inset-2-dark", "inset-3", "inset-3-dark" */
	
	.mCS-inset.mCSB_scrollTools .mCSB_draggerRail, 
	.mCS-inset-dark.mCSB_scrollTools .mCSB_draggerRail, 
	.mCS-inset-2.mCSB_scrollTools .mCSB_draggerRail, 
	.mCS-inset-2-dark.mCSB_scrollTools .mCSB_draggerRail, 
	.mCS-inset-3.mCSB_scrollTools .mCSB_draggerRail, 
	.mCS-inset-3-dark.mCSB_scrollTools .mCSB_draggerRail{
		width: 12px;
		background-color: #000; background-color: rgba(0,0,0,0.2);
	}

	.mCS-inset.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar, 
	.mCS-inset-dark.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar, 
	.mCS-inset-2.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar, 
	.mCS-inset-2-dark.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar, 
	.mCS-inset-3.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar, 
	.mCS-inset-3-dark.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar{ 
		width: 6px;
		margin: 3px 5px;
		position: absolute;
		height: auto;
		top: 0;
		bottom: 0;
		left: 0;
		right: 0;
	}

	.mCS-inset.mCSB_scrollTools_horizontal .mCSB_dragger .mCSB_dragger_bar, 
	.mCS-inset-dark.mCSB_scrollTools_horizontal .mCSB_dragger .mCSB_dragger_bar, 
	.mCS-inset-2.mCSB_scrollTools_horizontal .mCSB_dragger .mCSB_dragger_bar, 
	.mCS-inset-2-dark.mCSB_scrollTools_horizontal .mCSB_dragger .mCSB_dragger_bar, 
	.mCS-inset-3.mCSB_scrollTools_horizontal .mCSB_dragger .mCSB_dragger_bar, 
	.mCS-inset-3-dark.mCSB_scrollTools_horizontal .mCSB_dragger .mCSB_dragger_bar{
		height: 6px;
		margin: 5px 3px;
		position: absolute;
		width: auto;
		top: 0;
		bottom: 0;
		left: 0;
		right: 0;
	}
	
	.mCS-inset.mCSB_scrollTools_horizontal .mCSB_draggerRail, 
	.mCS-inset-dark.mCSB_scrollTools_horizontal .mCSB_draggerRail, 
	.mCS-inset-2.mCSB_scrollTools_horizontal .mCSB_draggerRail, 
	.mCS-inset-2-dark.mCSB_scrollTools_horizontal .mCSB_draggerRail, 
	.mCS-inset-3.mCSB_scrollTools_horizontal .mCSB_draggerRail, 
	.mCS-inset-3-dark.mCSB_scrollTools_horizontal .mCSB_draggerRail{
		width: 100%;
		height: 12px;
		margin: 2px 0;
	}
	
	.mCS-inset.mCSB_scrollTools .mCSB_buttonUp, 
	.mCS-inset-2.mCSB_scrollTools .mCSB_buttonUp, 
	.mCS-inset-3.mCSB_scrollTools .mCSB_buttonUp{ background-position: -32px -72px; }
	
	.mCS-inset.mCSB_scrollTools .mCSB_buttonDown, 
	.mCS-inset-2.mCSB_scrollTools .mCSB_buttonDown, 
	.mCS-inset-3.mCSB_scrollTools .mCSB_buttonDown{ background-position: -32px -92px; }
	
	.mCS-inset.mCSB_scrollTools .mCSB_buttonLeft, 
	.mCS-inset-2.mCSB_scrollTools .mCSB_buttonLeft, 
	.mCS-inset-3.mCSB_scrollTools .mCSB_buttonLeft{ background-position: -40px -112px; }
	
	.mCS-inset.mCSB_scrollTools .mCSB_buttonRight, 
	.mCS-inset-2.mCSB_scrollTools .mCSB_buttonRight, 
	.mCS-inset-3.mCSB_scrollTools .mCSB_buttonRight{ background-position: -40px -128px; }
	
	
	/* theme "inset-dark", "inset-2-dark", "inset-3-dark" */
	
	.mCS-inset-dark.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar, 
	.mCS-inset-2-dark.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar, 
	.mCS-inset-3-dark.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar{ background-color: #000; background-color: rgba(0,0,0,0.75); }

	.mCS-inset-dark.mCSB_scrollTools .mCSB_dragger:hover .mCSB_dragger_bar, 
	.mCS-inset-2-dark.mCSB_scrollTools .mCSB_dragger:hover .mCSB_dragger_bar, 
	.mCS-inset-3-dark.mCSB_scrollTools .mCSB_dragger:hover .mCSB_dragger_bar{ background-color: #000; background-color: rgba(0,0,0,0.85); }

	.mCS-inset-dark.mCSB_scrollTools .mCSB_dragger:active .mCSB_dragger_bar,
	.mCS-inset-dark.mCSB_scrollTools .mCSB_dragger.mCSB_dragger_onDrag .mCSB_dragger_bar, 
	.mCS-inset-2-dark.mCSB_scrollTools .mCSB_dragger:active .mCSB_dragger_bar,
	.mCS-inset-2-dark.mCSB_scrollTools .mCSB_dragger.mCSB_dragger_onDrag .mCSB_dragger_bar, 
	.mCS-inset-3-dark.mCSB_scrollTools .mCSB_dragger:active .mCSB_dragger_bar,
	.mCS-inset-3-dark.mCSB_scrollTools .mCSB_dragger.mCSB_dragger_onDrag .mCSB_dragger_bar{ background-color: #000; background-color: rgba(0,0,0,0.9); }
	
	.mCS-inset-dark.mCSB_scrollTools .mCSB_draggerRail, 
	.mCS-inset-2-dark.mCSB_scrollTools .mCSB_draggerRail, 
	.mCS-inset-3-dark.mCSB_scrollTools .mCSB_draggerRail{ background-color: #000; background-color: rgba(0,0,0,0.1); }
	
	.mCS-inset-dark.mCSB_scrollTools .mCSB_buttonUp, 
	.mCS-inset-2-dark.mCSB_scrollTools .mCSB_buttonUp, 
	.mCS-inset-3-dark.mCSB_scrollTools .mCSB_buttonUp{ background-position: -112px -72px; }

	.mCS-inset-dark.mCSB_scrollTools .mCSB_buttonDown, 
	.mCS-inset-2-dark.mCSB_scrollTools .mCSB_buttonDown, 
	.mCS-inset-3-dark.mCSB_scrollTools .mCSB_buttonDown{ background-position: -112px -92px; }

	.mCS-inset-dark.mCSB_scrollTools .mCSB_buttonLeft, 
	.mCS-inset-2-dark.mCSB_scrollTools .mCSB_buttonLeft, 
	.mCS-inset-3-dark.mCSB_scrollTools .mCSB_buttonLeft{ background-position: -120px -112px; }

	.mCS-inset-dark.mCSB_scrollTools .mCSB_buttonRight, 
	.mCS-inset-2-dark.mCSB_scrollTools .mCSB_buttonRight, 
	.mCS-inset-3-dark.mCSB_scrollTools .mCSB_buttonRight{	background-position: -120px -128px; }
	
	
	/* theme "inset-2", "inset-2-dark" */
	
	.mCS-inset-2.mCSB_scrollTools .mCSB_draggerRail, 
	.mCS-inset-2-dark.mCSB_scrollTools .mCSB_draggerRail{
		background-color: transparent;
		border-width: 1px;
		border-style: solid;
		border-color: #fff;
		border-color: rgba(255,255,255,0.2);
		-webkit-box-sizing: border-box; -moz-box-sizing: border-box; box-sizing: border-box;
	}
	
	.mCS-inset-2-dark.mCSB_scrollTools .mCSB_draggerRail{ border-color: #000; border-color: rgba(0,0,0,0.2); }
	
	
	/* theme "inset-3", "inset-3-dark" */
	
	.mCS-inset-3.mCSB_scrollTools .mCSB_draggerRail{ background-color: #fff; background-color: rgba(255,255,255,0.6); }
	
	.mCS-inset-3-dark.mCSB_scrollTools .mCSB_draggerRail{ background-color: #000; background-color: rgba(0,0,0,0.6); }
	
	.mCS-inset-3.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar{ background-color: #000; background-color: rgba(0,0,0,0.75); }
	
	.mCS-inset-3.mCSB_scrollTools .mCSB_dragger:hover .mCSB_dragger_bar{ background-color: #000; background-color: rgba(0,0,0,0.85); }
	
	.mCS-inset-3.mCSB_scrollTools .mCSB_dragger:active .mCSB_dragger_bar,
	.mCS-inset-3.mCSB_scrollTools .mCSB_dragger.mCSB_dragger_onDrag .mCSB_dragger_bar{ background-color: #000; background-color: rgba(0,0,0,0.9); }
	
	.mCS-inset-3-dark.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar{ background-color: #fff; background-color: rgba(255,255,255,0.75); }
	
	.mCS-inset-3-dark.mCSB_scrollTools .mCSB_dragger:hover .mCSB_dragger_bar{ background-color: #fff; background-color: rgba(255,255,255,0.85); }
	
	.mCS-inset-3-dark.mCSB_scrollTools .mCSB_dragger:active .mCSB_dragger_bar,
	.mCS-inset-3-dark.mCSB_scrollTools .mCSB_dragger.mCSB_dragger_onDrag .mCSB_dragger_bar{ background-color: #fff; background-color: rgba(255,255,255,0.9); }
	
	/* ---------------------------------------- */

/**
 * BxSlider v4.1.2 - Fully loaded, responsive content slider
 * http://bxslider.com
 *
 * Written by: Steven Wanderski, 2014
 * http://stevenwanderski.com
 * (while drinking Belgian ales and listening to jazz)
 *
 * CEO and founder of bxCreative, LTD
 * http://bxcreative.com
 */


/** RESET AND LAYOUT
===================================*/

.bx-wrapper {
    position: relative;
    margin: 0 auto 60px;
    padding: 0;
    *zoom: 1;
}

    .bx-wrapper img {
        max-width: 100%;
        display: block;
    }

    /** THEME
===================================*/

    .bx-wrapper .bx-viewport {
        -moz-box-shadow: 0 0 5px #ccc;
        -webkit-box-shadow: 0 0 5px #ccc;
        box-shadow: 0 0 5px #ccc;
        border: 5px solid #fff;
        left: -5px;
        background: #fff;
        /*fix other elements on the page moving (on Chrome)*/
        -webkit-transform: translatez(0);
        -moz-transform: translatez(0);
        -ms-transform: translatez(0);
        -o-transform: translatez(0);
        transform: translatez(0);
    }

    .bx-wrapper .bx-pager,
    .bx-wrapper .bx-controls-auto {
        position: absolute;
        bottom: -30px;
        width: 100%;
    }

    /* LOADER */

    .bx-wrapper .bx-loading {
        min-height: 50px;
        background: url(images/bx_loader.gif) center center no-repeat #fff;
        height: 100%;
        width: 100%;
        position: absolute;
        top: 0;
        left: 0;
        z-index: 2000;
    }

    /* PAGER */

    .bx-wrapper .bx-pager {
        text-align: center;
        font-size: .85em;
        font-family: Arial;
        font-weight: bold;
        color: #666;
        padding-top: 20px;
    }

        .bx-wrapper .bx-pager .bx-pager-item,
        .bx-wrapper .bx-controls-auto .bx-controls-auto-item {
            display: inline-block;
            *zoom: 1;
            *display: inline;
        }

        .bx-wrapper .bx-pager.bx-default-pager a {
            background: #666;
            text-indent: -9999px;
            display: block;
            width: 10px;
            height: 10px;
            margin: 0 5px;
            outline: 0;
            -moz-border-radius: 5px;
            -webkit-border-radius: 5px;
            border-radius: 5px;
        }

            .bx-wrapper .bx-pager.bx-default-pager a:hover,
            .bx-wrapper .bx-pager.bx-default-pager a.active {
                background: #000;
            }

    /* DIRECTION CONTROLS (NEXT / PREV) */

    .bx-wrapper .bx-prev {
        left: 10px;
        /*background: url(images/controls.png) no-repeat 0 -32px;*/
    }

    .bx-wrapper .bx-next {
        right: 10px;
        /*background: url(images/controls.png) no-repeat -43px -32px;*/
    }

    .bx-wrapper .bx-prev:hover {
        background-position: 0 0;
    }

    .bx-wrapper .bx-next:hover {
        background-position: -43px 0;
    }

    .bx-wrapper .bx-controls-direction a {
        position: absolute;
        top: 50%;
        margin-top: -16px;
        outline: 0;
        width: 32px;
        height: 32px;
        /*text-indent: -9999px;*/
        z-index: 9999;
        font-size: 2.5rem;
        color: #f1c73b;
    }

        .bx-wrapper .bx-controls-direction a.disabled {
            display: none;
        }

    /* AUTO CONTROLS (START / STOP) */

    .bx-wrapper .bx-controls-auto {
        text-align: center;
    }

        .bx-wrapper .bx-controls-auto .bx-start {
            display: block;
            text-indent: -9999px;
            width: 10px;
            height: 11px;
            outline: 0;
            background: url(images/controls.png) -86px -11px no-repeat;
            margin: 0 3px;
        }

            .bx-wrapper .bx-controls-auto .bx-start:hover,
            .bx-wrapper .bx-controls-auto .bx-start.active {
                background-position: -86px 0;
            }

        .bx-wrapper .bx-controls-auto .bx-stop {
            display: block;
            text-indent: -9999px;
            width: 9px;
            height: 11px;
            outline: 0;
            background: url(images/controls.png) -86px -44px no-repeat;
            margin: 0 3px;
        }

            .bx-wrapper .bx-controls-auto .bx-stop:hover,
            .bx-wrapper .bx-controls-auto .bx-stop.active {
                background-position: -86px -33px;
            }

    /* PAGER WITH AUTO-CONTROLS HYBRID LAYOUT */

    .bx-wrapper .bx-controls.bx-has-controls-auto.bx-has-pager .bx-pager {
        text-align: left;
        width: 80%;
    }

    .bx-wrapper .bx-controls.bx-has-controls-auto.bx-has-pager .bx-controls-auto {
        right: 0;
        width: 35px;
    }

    /* IMAGE CAPTIONS */

    .bx-wrapper .bx-caption {
        position: absolute;
        bottom: 0;
        left: 0;
        background: #666\9;
        background: rgba(80, 80, 80, 0.75);
        width: 100%;
    }

        .bx-wrapper .bx-caption span {
            color: #fff;
            font-family: Arial;
            display: block;
            font-size: .85em;
            padding: 10px;
        }

/*======================================
  Selectric v1.10.1
======================================*/

.selectric-wrapper {
  position: relative;
  cursor: pointer;
}

.selectric-responsive {
  width: 100%;
}

.selectric {
  border: 1px solid #DDD;
  background: #F8F8F8;
  position: relative;
}
.selectric .label {
  display: block;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  margin: 0 38px 0 10px;
  font-size: 12px;
  line-height: 38px;
  color: #444;
  height: 38px;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
}
.selectric .button {
  display: block;
  position: absolute;
  right: 0;
  top: 0;
  width: 38px;
  height: 38px;
  color: #BBB;
  text-align: center;
  font: 0/0 a;
  *font: 20px/38px Lucida Sans Unicode, Arial Unicode MS, Arial;
}

.selectric .button:hover {
    background-color: #fff;
}

.selectric .button:after {
  content: " ";
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  margin: auto;
  width: 0;
  height: 0;
  border: 4px solid transparent;
  border-top-color: #BBB;
  border-bottom: none;
}

.selectric-focus .selectric {
  border-color: #AAA;
}

.selectric-hover .selectric {
  border-color: #C4C4C4;
}
.selectric-hover .selectric .button {
  color: #A2A2A2;
}
.selectric-hover .selectric .button:after {
  border-top-color: #A2A2A2;
}

.selectric-open {
  z-index: 9999;
}
.selectric-open .selectric {
  border-color: #C4C4C4;
}
.selectric-open .selectric-items {
  display: block;
}

.selectric-disabled {
  filter: alpha(opacity=50);
  opacity: 0.5;
  cursor: default;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
}

.selectric-hide-select {
  position: relative;
  overflow: hidden;
  width: 0;
  height: 0;
}
.selectric-hide-select select {
  position: absolute;
  left: -100%;
  display: none;
}

.selectric-input {
  position: absolute !important;
  top: 0 !important;
  left: 0 !important;
  overflow: hidden !important;
  clip: rect(0, 0, 0, 0) !important;
  margin: 0 !important;
  padding: 0 !important;
  width: 1px !important;
  height: 1px !important;
  outline: none !important;
  border: none !important;
  *font: 0/0 a !important;
  background: none !important;
}

.selectric-temp-show {
  position: absolute !important;
  visibility: hidden !important;
  display: block !important;
}

/* Items box */
.selectric-items {
  display: none;
  position: absolute;
  top: 100%;
  left: 0;
  background: #F8F8F8;
  border: 1px solid #C4C4C4;
  z-index: -1;
  box-shadow: 0 0 10px -6px;
}
.selectric-items .selectric-scroll {
  height: 100%;
  overflow: auto;
}
.selectric-above .selectric-items {
  top: auto;
  bottom: 100%;
}
.selectric-items ul, .selectric-items li {
  list-style: none;
  padding: 0;
  margin: 0;
  font-size: 12px;
  line-height: 20px;
  min-height: 20px;
}
.selectric-items li {
  display: block;
  padding: 10px;
  color: #666;
  cursor: pointer;
}
.selectric-items li.selected {
  background: #E0E0E0;
  color: #444;
}
.selectric-items li:hover {
  background: #D5D5D5;
  color: #444;
}
.selectric-items .disabled {
  filter: alpha(opacity=50);
  opacity: 0.5;
  cursor: default !important;
  background: none !important;
  color: #666 !important;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
}
.selectric-items .selectric-group .selectric-group-label {
  font-weight: bold;
  padding-left: 10px;
  cursor: default;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
  background: none;
  color: #444;
}
.selectric-items .selectric-group.disabled li {
  filter: alpha(opacity=100);
  opacity: 1;
}
.selectric-items .selectric-group li {
  padding-left: 25px;
}
.toast-title{font-weight:bold}.toast-message{-ms-word-wrap:break-word;word-wrap:break-word}.toast-message a,.toast-message label{color:#fff}.toast-message a:hover{color:#ccc;text-decoration:none}.toast-close-button{position:relative;right:-.3em;top:-.3em;float:right;font-size:20px;font-weight:bold;color:#fff;-webkit-text-shadow:0 1px 0 #fff;text-shadow:0 1px 0 #fff;opacity:.8;-ms-filter:progid:DXImageTransform.Microsoft.Alpha(Opacity=80);filter:alpha(opacity=80)}.toast-close-button:hover,.toast-close-button:focus{color:#000;text-decoration:none;cursor:pointer;opacity:.4;-ms-filter:progid:DXImageTransform.Microsoft.Alpha(Opacity=40);filter:alpha(opacity=40)}button.toast-close-button{padding:0;cursor:pointer;background:transparent;border:0;-webkit-appearance:none}.toast-top-center{top:0;right:0;width:100%}.toast-bottom-center{bottom:0;right:0;width:100%}.toast-top-full-width{top:0;right:0;width:100%}.toast-bottom-full-width{bottom:0;right:0;width:100%}.toast-top-left{top:12px;left:12px}.toast-top-right{top:12px;right:12px}.toast-bottom-right{right:12px;bottom:12px}.toast-bottom-left{bottom:12px;left:12px}#toast-container{position:fixed;z-index:999999}#toast-container *{-moz-box-sizing:border-box;-webkit-box-sizing:border-box;box-sizing:border-box}#toast-container>div{position:relative;overflow:hidden;margin:0 0 6px;padding:15px 15px 15px 50px;width:300px;-moz-border-radius:3px 3px 3px 3px;-webkit-border-radius:3px 3px 3px 3px;border-radius:3px 3px 3px 3px;background-position:15px center;background-repeat:no-repeat;-moz-box-shadow:0 0 12px #999;-webkit-box-shadow:0 0 12px #999;box-shadow:0 0 12px #999;color:#fff;opacity:.8;-ms-filter:progid:DXImageTransform.Microsoft.Alpha(Opacity=80);filter:alpha(opacity=80)}#toast-container>:hover{-moz-box-shadow:0 0 12px #000;-webkit-box-shadow:0 0 12px #000;box-shadow:0 0 12px #000;opacity:1;-ms-filter:progid:DXImageTransform.Microsoft.Alpha(Opacity=100);filter:alpha(opacity=100);cursor:pointer}#toast-container>.toast-info{background-image:url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABgAAAAYCAYAAADgdz34AAAAAXNSR0IArs4c6QAAAARnQU1BAACxjwv8YQUAAAAJcEhZcwAADsMAAA7DAcdvqGQAAAGwSURBVEhLtZa9SgNBEMc9sUxxRcoUKSzSWIhXpFMhhYWFhaBg4yPYiWCXZxBLERsLRS3EQkEfwCKdjWJAwSKCgoKCcudv4O5YLrt7EzgXhiU3/4+b2ckmwVjJSpKkQ6wAi4gwhT+z3wRBcEz0yjSseUTrcRyfsHsXmD0AmbHOC9Ii8VImnuXBPglHpQ5wwSVM7sNnTG7Za4JwDdCjxyAiH3nyA2mtaTJufiDZ5dCaqlItILh1NHatfN5skvjx9Z38m69CgzuXmZgVrPIGE763Jx9qKsRozWYw6xOHdER+nn2KkO+Bb+UV5CBN6WC6QtBgbRVozrahAbmm6HtUsgtPC19tFdxXZYBOfkbmFJ1VaHA1VAHjd0pp70oTZzvR+EVrx2Ygfdsq6eu55BHYR8hlcki+n+kERUFG8BrA0BwjeAv2M8WLQBtcy+SD6fNsmnB3AlBLrgTtVW1c2QN4bVWLATaIS60J2Du5y1TiJgjSBvFVZgTmwCU+dAZFoPxGEEs8nyHC9Bwe2GvEJv2WXZb0vjdyFT4Cxk3e/kIqlOGoVLwwPevpYHT+00T+hWwXDf4AJAOUqWcDhbwAAAAASUVORK5CYII=") !important}#toast-container>.toast-error{background-image:url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABgAAAAYCAYAAADgdz34AAAAAXNSR0IArs4c6QAAAARnQU1BAACxjwv8YQUAAAAJcEhZcwAADsMAAA7DAcdvqGQAAAHOSURBVEhLrZa/SgNBEMZzh0WKCClSCKaIYOED+AAKeQQLG8HWztLCImBrYadgIdY+gIKNYkBFSwu7CAoqCgkkoGBI/E28PdbLZmeDLgzZzcx83/zZ2SSXC1j9fr+I1Hq93g2yxH4iwM1vkoBWAdxCmpzTxfkN2RcyZNaHFIkSo10+8kgxkXIURV5HGxTmFuc75B2RfQkpxHG8aAgaAFa0tAHqYFfQ7Iwe2yhODk8+J4C7yAoRTWI3w/4klGRgR4lO7Rpn9+gvMyWp+uxFh8+H+ARlgN1nJuJuQAYvNkEnwGFck18Er4q3egEc/oO+mhLdKgRyhdNFiacC0rlOCbhNVz4H9FnAYgDBvU3QIioZlJFLJtsoHYRDfiZoUyIxqCtRpVlANq0EU4dApjrtgezPFad5S19Wgjkc0hNVnuF4HjVA6C7QrSIbylB+oZe3aHgBsqlNqKYH48jXyJKMuAbiyVJ8KzaB3eRc0pg9VwQ4niFryI68qiOi3AbjwdsfnAtk0bCjTLJKr6mrD9g8iq/S/B81hguOMlQTnVyG40wAcjnmgsCNESDrjme7wfftP4P7SP4N3CJZdvzoNyGq2c/HWOXJGsvVg+RA/k2MC/wN6I2YA2Pt8GkAAAAASUVORK5CYII=") !important}#toast-container>.toast-success{background-image:url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABgAAAAYCAYAAADgdz34AAAAAXNSR0IArs4c6QAAAARnQU1BAACxjwv8YQUAAAAJcEhZcwAADsMAAA7DAcdvqGQAAADsSURBVEhLY2AYBfQMgf///3P8+/evAIgvA/FsIF+BavYDDWMBGroaSMMBiE8VC7AZDrIFaMFnii3AZTjUgsUUWUDA8OdAH6iQbQEhw4HyGsPEcKBXBIC4ARhex4G4BsjmweU1soIFaGg/WtoFZRIZdEvIMhxkCCjXIVsATV6gFGACs4Rsw0EGgIIH3QJYJgHSARQZDrWAB+jawzgs+Q2UO49D7jnRSRGoEFRILcdmEMWGI0cm0JJ2QpYA1RDvcmzJEWhABhD/pqrL0S0CWuABKgnRki9lLseS7g2AlqwHWQSKH4oKLrILpRGhEQCw2LiRUIa4lwAAAABJRU5ErkJggg==") !important}#toast-container>.toast-warning{background-image:url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABgAAAAYCAYAAADgdz34AAAAAXNSR0IArs4c6QAAAARnQU1BAACxjwv8YQUAAAAJcEhZcwAADsMAAA7DAcdvqGQAAAGYSURBVEhL5ZSvTsNQFMbXZGICMYGYmJhAQIJAICYQPAACiSDB8AiICQQJT4CqQEwgJvYASAQCiZiYmJhAIBATCARJy+9rTsldd8sKu1M0+dLb057v6/lbq/2rK0mS/TRNj9cWNAKPYIJII7gIxCcQ51cvqID+GIEX8ASG4B1bK5gIZFeQfoJdEXOfgX4QAQg7kH2A65yQ87lyxb27sggkAzAuFhbbg1K2kgCkB1bVwyIR9m2L7PRPIhDUIXgGtyKw575yz3lTNs6X4JXnjV+LKM/m3MydnTbtOKIjtz6VhCBq4vSm3ncdrD2lk0VgUXSVKjVDJXJzijW1RQdsU7F77He8u68koNZTz8Oz5yGa6J3H3lZ0xYgXBK2QymlWWA+RWnYhskLBv2vmE+hBMCtbA7KX5drWyRT/2JsqZ2IvfB9Y4bWDNMFbJRFmC9E74SoS0CqulwjkC0+5bpcV1CZ8NMej4pjy0U+doDQsGyo1hzVJttIjhQ7GnBtRFN1UarUlH8F3xict+HY07rEzoUGPlWcjRFRr4/gChZgc3ZL2d8oAAAAASUVORK5CYII=") !important}#toast-container.toast-top-center>div,#toast-container.toast-bottom-center>div{width:300px;margin:auto}#toast-container.toast-top-full-width>div,#toast-container.toast-bottom-full-width>div{width:96%;margin:auto}.toast{background-color:#030303}.toast-success{background-color:#51a351}.toast-error{background-color:#bd362f}.toast-info{background-color:#2f96b4}.toast-warning{background-color:#f89406}.toast-progress{position:absolute;left:0;bottom:0;height:4px;background-color:#000;opacity:.4;-ms-filter:progid:DXImageTransform.Microsoft.Alpha(Opacity=40);filter:alpha(opacity=40)}@media all and (max-width:240px){#toast-container>div{padding:8px 8px 8px 50px;width:11em}#toast-container .toast-close-button{right:-.2em;top:-.2em}}@media all and (min-width:241px) and (max-width:480px){#toast-container>div{padding:8px 8px 8px 50px;width:18em}#toast-container .toast-close-button{right:-.2em;top:-.2em}}@media all and (min-width:481px) and (max-width:768px){#toast-container>div{padding:15px 15px 15px 50px;width:25em}}
/**
 * Owl Carousel v2.2.1
 * Copyright 2013-2017 David Deutsch
 * Licensed under  ()
 */
.owl-carousel,.owl-carousel .owl-item{-webkit-tap-highlight-color:transparent;position:relative}.owl-carousel{display:none;width:100%;z-index:1}.owl-carousel .owl-stage{position:relative;-ms-touch-action:pan-Y;-moz-backface-visibility:hidden}.owl-carousel .owl-stage:after{content:".";display:block;clear:both;visibility:hidden;line-height:0;height:0}.owl-carousel .owl-stage-outer{position:relative;overflow:hidden;-webkit-transform:translate3d(0,0,0)}.owl-carousel .owl-item,.owl-carousel .owl-wrapper{-webkit-backface-visibility:hidden;-moz-backface-visibility:hidden;-ms-backface-visibility:hidden;-webkit-transform:translate3d(0,0,0);-moz-transform:translate3d(0,0,0);-ms-transform:translate3d(0,0,0)}.owl-carousel .owl-item{min-height:1px;float:left;-webkit-backface-visibility:hidden;-webkit-touch-callout:none}.owl-carousel .owl-item img{display:block;width:100%}.owl-carousel .owl-dots.disabled,.owl-carousel .owl-nav.disabled{display:none}.no-js .owl-carousel,.owl-carousel.owl-loaded{display:block}.owl-carousel .owl-dot,.owl-carousel .owl-nav .owl-next,.owl-carousel .owl-nav .owl-prev{cursor:pointer;cursor:hand;-webkit-user-select:none;-khtml-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none}.owl-carousel.owl-loading{opacity:0;display:block}.owl-carousel.owl-hidden{opacity:0}.owl-carousel.owl-refresh .owl-item{visibility:hidden}.owl-carousel.owl-drag .owl-item{-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none}.owl-carousel.owl-grab{cursor:move;cursor:grab}.owl-carousel.owl-rtl{direction:rtl}.owl-carousel.owl-rtl .owl-item{float:right}.owl-carousel .animated{animation-duration:1s;animation-fill-mode:both}.owl-carousel .owl-animated-in{z-index:0}.owl-carousel .owl-animated-out{z-index:1}.owl-carousel .fadeOut{animation-name:fadeOut}@keyframes fadeOut{0%{opacity:1}100%{opacity:0}}.owl-height{transition:height .5s ease-in-out}.owl-carousel .owl-item .owl-lazy{opacity:0;transition:opacity .4s ease}.owl-carousel .owl-item img.owl-lazy{transform-style:preserve-3d}.owl-carousel .owl-video-wrapper{position:relative;height:100%;background:#000}.owl-carousel .owl-video-play-icon{position:absolute;height:80px;width:80px;left:50%;top:50%;margin-left:-40px;margin-top:-40px;background:url(owl.video.play.png) no-repeat;cursor:pointer;z-index:1;-webkit-backface-visibility:hidden;transition:transform .1s ease}.owl-carousel .owl-video-play-icon:hover{-ms-transform:scale(1.3,1.3);transform:scale(1.3,1.3)}.owl-carousel .owl-video-playing .owl-video-play-icon,.owl-carousel .owl-video-playing .owl-video-tn{display:none}.owl-carousel .owl-video-tn{opacity:0;height:100%;background-position:center center;background-repeat:no-repeat;background-size:contain;transition:opacity .4s ease}.owl-carousel .owl-video-frame{position:relative;z-index:1;height:100%;width:100%}
/**
 * Owl Carousel v2.2.1
 * Copyright 2013-2017 David Deutsch
 * Licensed under  ()
 */
.owl-theme .owl-dots,.owl-theme .owl-nav{text-align:center;-webkit-tap-highlight-color:transparent}.owl-theme .owl-nav{margin-top:10px}.owl-theme .owl-nav [class*=owl-]{color:#FFF;font-size:14px;margin:5px;padding:4px 7px;background:#D6D6D6;display:inline-block;cursor:pointer;border-radius:3px}.owl-theme .owl-nav [class*=owl-]:hover{background:#869791;color:#FFF;text-decoration:none}.owl-theme .owl-nav .disabled{opacity:.5;cursor:default}.owl-theme .owl-nav.disabled+.owl-dots{margin-top:10px}.owl-theme .owl-dots .owl-dot{display:inline-block;zoom:1}.owl-theme .owl-dots .owl-dot span{width:10px;height:10px;margin:5px 7px;background:#D6D6D6;display:block;-webkit-backface-visibility:visible;transition:opacity .2s ease;border-radius:30px}.owl-theme .owl-dots .owl-dot.active span,.owl-theme .owl-dots .owl-dot:hover span{background:#869791}
/* -------------------------------------------------------------
  Sass CSS3 Mixins! The Cross-Browser CSS3 Sass Library
  By: Matthieu Aussaguel, http://www.mynameismatthieu.com, @matthieu_tweets

  List of CSS3 Sass Mixins File to be @imported and @included as you need

  The purpose of this library is to facilitate the use of CSS3 on different browsers avoiding HARD TO READ and NEVER
  ENDING css files

  note: All CSS3 Properties are being supported by Safari 5
  more info: http://www.findmebyip.com/litmus/#css3-properties

  Mixins available:
    -   css3-prefix             - arguments: Property, Value
    -   background-gradient     - arguments: Start Color: #3C3C3C, End Color: #999999
    -   background-horizontal   - arguments: Start Color: #3C3C3C, End Color: #999999
    -   background-radial       - arguments: Start Color: #FFFFFF, Start position: 0%, End Color: #000000, End position: 100%
    -   background-size         - arguments: Width: 100%, Height: 100%
    -   background-opacity      - arguments: Color: #000, Opacity: .85
    -   border-radius           - arguments: Radius: 5px
    -   border-radius-separate  - arguments: Top Left: 5px, Top Right: 5px, Bottom Left: 5px, Bottom Right: 5px
    -   box                     - arguments: Orientation: horizontal, Pack: center, Align: center
    -   box-rgba                - arguments: R: 60, G: 3, B: 12, Opacity: 0.23, Color: #3C3C3C
    -   box-shadow              - arguments: X: 2px, Y: 2px, Blur: 5px, Color: rgba(0,0,0,.4)
    -   box-sizing              - arguments: Type: border-box
    -   columns                 - arguments: Count: 3, Gap: 10
    -   double-borders          - arguments: Color One: #3C3C3C, Color Two: #999999, Radius: 0
    -   flex                    - arguments: Value: 1
    -   flip                    - arguments: ScaleX: -1
    -   font-face               - arguments: Font Family: myFont, Eot File Src: myFont.eot, Woff File Src: myFont.woff, Ttf File Src: myFont.ttf
    -   opacity                 - arguments: Opacity: 0.5
    -   outline radius          - arguments: Radius: 5px
    -   resize                  - arguments: Direction: both
    -   rotate                  - arguments: Degree: 0, M11: 0, M12: 0, M21: 0, M22: 0
    CSS Matrix Rotation Calculator http://www.boogdesign.com/examples/transforms/matrix-calculator.html
    -   text-shadow             - arguments: X: 2px, Y: 2px, Blur: 5px, Color: rgba(0,0,0,.4)
    -   transform               - arguments: Parameters: null
    -   transform-style         - arguments: Style: preserve-3d
    -   transition              - Default arguments: What: all, Length: 1s, Easing: ease-in-out
    -                            - Examples: @include transition (all 2s ease-in-out);
    -                                        @include transition (opacity 1s ease-in 2s, width 2s ease-out);
    -   triple-borders          - arguments: Color One: #3C3C3C, Color Two: #999999, Color Three: #000000, Radius: 0
    -   keyframes               - arguments: Animation name
                                - content:   Animation css
    -   animation               - arguments: name duration timing-function delay iteration-count direction fill-mode play-state
                                             (http://www.w3schools.com/cssref/css3_pr_animation.asp)

------------------------------------------------------------- */
/* ADDS A BROWSER PREFIX TO THE PROPERTY */
/* BACKGROUND GRADIENT */
/* BACKGROUND HORIZONTAL */
/* BACKGROUND RADIAL */
/* BACKGROUND SIZE */
/* BACKGROUND COLOR OPACITY */
/* BORDER RADIUS */
/* BOX */
/* BOX RGBA */
/* BOX SHADOW */
/* BOX SIZING */
/* COLUMNS */
/* DOUBLE BORDERS */
/* FLEX */
/* FLIP */
/* FONT FACE */
/* OPACITY */
/* OUTLINE RADIUS */
/* RESIZE */
/* ROTATE*/
/* TEXT SHADOW */
/* TRANSFORM  */
/* TRANSFORM STYLE */
/* TRANSITION */
/* TRIPLE BORDERS */
/* KEYFRAMES */
/* ANIMATION */
/* LANDING */
/*POPUP*/
/*BUTTON*/
/*GRAY*/
/* MENU */
/*ALERT*/
/*INFO*/
/*WARNING*/
/*DANGER*/
h1, h2, h3, h4 {
  color: #00548b; }

.text-color--primary {
  color: #0099d5; }

.text-color--secondary {
  color: #5fdfff; }

.text-color--black {
  color: #271c18; }

.truncate {
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis; }

.text-justify {
  text-align: justify !important; }

.text-nowrap {
  white-space: nowrap !important; }

.text-left {
  text-align: left !important; }

.text-right {
  text-align: right !important; }

.text-center {
  text-align: center !important; }

.text-lowercase {
  text-transform: lowercase !important; }

.text-uppercase {
  text-transform: uppercase !important; }

.text-capitalize {
  text-transform: capitalize !important; }

.font-italic {
  font-style: italic; }

.text-white {
  color: #fff !important; }

.loader {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 100;
  background: #fff;
  text-align: center;
  font-size: 2em; }
  .loader .fa {
    position: absolute;
    top: 50%;
    margin-top: -22px;
    margin-left: -17px; }

.fa {
  color: #737373; }

.shadow {
  position: relative;
  -webkit-box-shadow: 0px, 0px, 14px, rgba(62, 62, 62, 0.2);
  -khtml-box-shadow: 0px, 0px, 14px, rgba(62, 62, 62, 0.2);
  -moz-box-shadow: 0px, 0px, 14px, rgba(62, 62, 62, 0.2);
  -ms-box-shadow: 0px, 0px, 14px, rgba(62, 62, 62, 0.2);
  -o-box-shadow: 0px, 0px, 14px, rgba(62, 62, 62, 0.2);
  box-shadow: 0px, 0px, 14px, rgba(62, 62, 62, 0.2);
  -webkit-border-radius: 5px 2px 2px 5px;
  -khtml-border-radius: 5px 2px 2px 5px;
  -moz-border-radius: 5px 2px 2px 5px;
  -ms-border-radius: 5px 2px 2px 5px;
  -o-border-radius: 5px 2px 2px 5px;
  border-radius: 5px 2px 2px 5px; }
  .shadow .up {
    position: relative;
    z-index: 10; }
  .shadow:before, .shadow:after {
    content: '';
    border: 1px solid #737373;
    background: #fff;
    -webkit-border-radius: 2px;
    -khtml-border-radius: 2px;
    -moz-border-radius: 2px;
    -ms-border-radius: 2px;
    -o-border-radius: 2px;
    border-radius: 2px;
    position: absolute;
    bottom: -2px;
    top: 2px;
    right: -2px;
    z-index: 5;
    left: 2px;
    -webkit-transition: all, 0.2s, ease;
    -khtml-transition: all, 0.2s, ease;
    -moz-transition: all, 0.2s, ease;
    -ms-transition: all, 0.2s, ease;
    -o-transition: all, 0.2s, ease;
    transition: all, 0.2s, ease; }
  .shadow:after {
    bottom: -4px;
    top: 4px;
    right: -4px;
    z-index: 1;
    left: 4px; }
  .shadow:hover:before, .shadow:hover:after {
    right: 0;
    left: 0;
    bottom: 0;
    top: 0; }

.flyers {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  width: 17%;
  border-left: 1px solid #737373;
  background-color: #f8f8f8;
  padding: 2em;
  overflow: hidden;
  font-family: 'Biryani', sans-serif;
  z-index: 10;
  display: none; }
  .flyers h2 {
    margin: 0 0 .5em;
    padding: 0;
    font-size: 1em; }
  .flyers .flyer {
    display: block;
    width: 100%;
    padding-bottom: 120%;
    border: 1px solid #7F7F7F;
    background: #fff;
    font-size: .775em;
    text-decoration: none;
    color: #0d82e3;
    position: relative;
    font-weight: 400;
    margin-bottom: 2em;
    overflow: hidden;
    -webkit-border-radius: 5px 2px 2px 5px;
    -khtml-border-radius: 5px 2px 2px 5px;
    -moz-border-radius: 5px 2px 2px 5px;
    -ms-border-radius: 5px 2px 2px 5px;
    -o-border-radius: 5px 2px 2px 5px;
    border-radius: 5px 2px 2px 5px; }
    .flyers .flyer:before {
      content: '';
      display: block;
      width: 100%;
      position: absolute;
      left: 0;
      top: 0;
      bottom: 0;
      background: -moz-linear-gradient(left, rgba(0, 0, 0, 0.4) 0%, transparent 20%);
      background: -webkit-linear-gradient(left, rgba(0, 0, 0, 0.4) 0%, transparent 20%);
      background: linear-gradient(to right, rgba(0, 0, 0, 0.4) 0%, transparent 20%);
      -webkit-transition: all, 0.3s, ease;
      -khtml-transition: all, 0.3s, ease;
      -moz-transition: all, 0.3s, ease;
      -ms-transition: all, 0.3s, ease;
      -o-transition: all, 0.3s, ease;
      transition: all, 0.3s, ease;
      z-index: 10; }
    .flyers .flyer span {
      display: block;
      position: absolute;
      text-align: center; }
    .flyers .flyer .name {
      bottom: 0;
      left: 0;
      width: 100%;
      padding: 1em 1em .8em;
      color: #fff;
      background: rgba(0, 0, 0, 0.7);
      line-height: 1;
      z-index: 0; }
    .flyers .flyer .image {
      left: 0;
      right: 0;
      bottom: 0;
      top: 0;
      background-position: center center;
      background-repeat: no-repeat;
      -webkit-background-size: cover;
      -khtml-background-size: cover;
      -moz-background-size: cover;
      -ms-background-size: cover;
      -o-background-size: cover;
      background-size: cover;
      -ms-behavior: url(/content/backgroundsize.min.htc); }
    .flyers .flyer:hover:before {
      background: -moz-linear-gradient(left, rgba(0, 0, 0, 0.1) 0%, transparent 10%);
      background: -webkit-linear-gradient(left, rgba(0, 0, 0, 0.1) 0%, transparent 10%);
      background: linear-gradient(to right, rgba(0, 0, 0, 0.1) 0%, transparent 10%); }

.flip-bar {
  width: 100%;
  border-width: 1px 0;
  float: left;
  font-size: 1em;
  padding: .3em .5em;
  border-top: 1px solid #f1f1f1;
  background: rgba(0, 153, 213, 0.69);
  border-bottom-left-radius: 5px;
  border-bottom-right-radius: 5px;
  display: none; }
  .flip-bar .fa {
    font-size: .675em;
    position: relative;
    top: -2px;
    color: #fff; }
  .flip-bar .flip-logo {
    width: 20%;
    float: left;
    height: 2em;
    line-height: 1.5em;
    padding-left: 1em; }
    .flip-bar .flip-logo img {
      max-width: 8em; }
  .flip-bar .flip-controls {
    width: 80%;
    float: left;
    text-align: right; }
    .flip-bar .flip-controls .flip-nav-all {
      display: none !important; }
    .flip-bar .flip-controls h1 {
      font-size: .775em;
      margin: 0;
      padding: 0 1em;
      line-height: 1;
      display: inline-block;
      position: relative;
      top: -2px; }
    .flip-bar .flip-controls .but {
      display: inline-block;
      border: none;
      cursor: pointer;
      width: 2em;
      height: 2em;
      line-height: 2em;
      text-align: center;
      -webkit-transition: all, 0.3s, ease;
      -khtml-transition: all, 0.3s, ease;
      -moz-transition: all, 0.3s, ease;
      -ms-transition: all, 0.3s, ease;
      -o-transition: all, 0.3s, ease;
      transition: all, 0.3s, ease; }
      .flip-bar .flip-controls .but .fa {
        -webkit-transition: all, 0.3s, ease;
        -khtml-transition: all, 0.3s, ease;
        -moz-transition: all, 0.3s, ease;
        -ms-transition: all, 0.3s, ease;
        -o-transition: all, 0.3s, ease;
        transition: all, 0.3s, ease; }
      .flip-bar .flip-controls .but:hover {
        text-decoration: none; }
        .flip-bar .flip-controls .but:hover .fa {
          color: #000; }
    .flip-bar .flip-controls .flip-nav-pagination {
      display: inline-block;
      font-size: .775em;
      vertical-align: top;
      padding: 0 1em;
      width: auto;
      height: 2.575em;
      line-height: 2.575em;
      text-align: center; }

.flip-view {
  width: 100%;
  clear: both;
  position: absolute;
  top: 120px;
  margin-bottom: 20px;
  left: 0;
  bottom: 0;
  right: 0;
  padding: 1em;
  overflow: hidden; }
  .flip-view .flip-menu {
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    z-index: 200;
    background: rgba(255, 255, 255, 0.8);
    overflow-x: scroll;
    display: none; }
    .flip-view .flip-menu ul {
      display: block;
      white-space: nowrap;
      position: absolute;
      top: 50%;
      left: 0;
      margin-top: -15%; }
      .flip-view .flip-menu ul li {
        width: 10%;
        margin: 1%;
        display: inline-block; }
        .flip-view .flip-menu ul li div {
          display: none; }
        .flip-view .flip-menu ul li a {
          display: block;
          width: 100%;
          border: 1px solid #7F7F7F;
          background: #fff;
          font-size: .775em;
          text-decoration: none;
          color: #0d82e3;
          position: relative;
          font-weight: 400;
          overflow: hidden;
          -webkit-border-radius: 5px 2px 2px 5px;
          -khtml-border-radius: 5px 2px 2px 5px;
          -moz-border-radius: 5px 2px 2px 5px;
          -ms-border-radius: 5px 2px 2px 5px;
          -o-border-radius: 5px 2px 2px 5px;
          border-radius: 5px 2px 2px 5px;
          -webkit-transition: scale, 0.2s, ease;
          -khtml-transition: scale, 0.2s, ease;
          -moz-transition: scale, 0.2s, ease;
          -ms-transition: scale, 0.2s, ease;
          -o-transition: scale, 0.2s, ease;
          transition: scale, 0.2s, ease; }
          .flip-view .flip-menu ul li a img {
            max-width: 100%; }
          .flip-view .flip-menu ul li a span {
            display: inline-block;
            position: absolute;
            bottom: 1em;
            left: 0;
            right: 0;
            font-weight: 600;
            font-size: .875em;
            padding: 1em 0;
            text-align: center;
            background: #fff; }
        .flip-view .flip-menu ul li:hover a {
          -webkit-transform: scale(1.3);
          -khtml-transform: scale(1.3);
          -moz-transform: scale(1.3);
          -ms-transform: scale(1.3);
          -o-transform: scale(1.3);
          transform: scale(1.3); }
  .flip-view .flip-viewer {
    position: relative;
    width: 100%;
    height: 100%;
    margin: 0 auto; }
  .flip-view .img-wrap {
    position: relative;
    overflow: hidden; }
  .flip-view .flip-nav-prev, .flip-view .flip-nav-next {
    display: block;
    height: 100%;
    width: 2em;
    position: absolute;
    top: 0;
    left: -2em;
    text-align: center;
    cursor: pointer;
    -webkit-transition: all, 0.3s, ease;
    -khtml-transition: all, 0.3s, ease;
    -moz-transition: all, 0.3s, ease;
    -ms-transition: all, 0.3s, ease;
    -o-transition: all, 0.3s, ease;
    transition: all, 0.3s, ease; }
    .flip-view .flip-nav-prev .fa, .flip-view .flip-nav-next .fa {
      position: absolute;
      top: 50%;
      margin-top: -1em;
      text-align: center;
      left: 50%;
      margin-left: -.4em; }
    .flip-view .flip-nav-prev:hover, .flip-view .flip-nav-next:hover {
      background-color: rgba(115, 115, 115, 0.75); }
      .flip-view .flip-nav-prev:hover .fa, .flip-view .flip-nav-next:hover .fa {
        color: #fff; }
  .flip-view .flip-nav-prev {
    -webkit-border-radius: 10px 0 0 10px;
    -khtml-border-radius: 10px 0 0 10px;
    -moz-border-radius: 10px 0 0 10px;
    -ms-border-radius: 10px 0 0 10px;
    -o-border-radius: 10px 0 0 10px;
    border-radius: 10px 0 0 10px; }
  .flip-view .flip-nav-next {
    left: auto;
    right: -2em;
    -webkit-border-radius: 0 10px 10px 0;
    -khtml-border-radius: 0 10px 10px 0;
    -moz-border-radius: 0 10px 10px 0;
    -ms-border-radius: 0 10px 10px 0;
    -o-border-radius: 0 10px 10px 0;
    border-radius: 0 10px 10px 0; }
    .flip-view .flip-nav-next .fa {
      margin-left: -.3em; }

a.pin {
  position: absolute;
  z-index: 2000;
  display: block;
  width: 25px;
  height: 25px;
  margin-left: -15px;
  margin-top: -15px;
  background-position: center center;
  background-repeat: no-repeat;
  background-color: #fff;
  background-image: url("/content/img/marker.png");
  -webkit-box-shadow: 0px, 0px, 10px, #0d82e3;
  -khtml-box-shadow: 0px, 0px, 10px, #0d82e3;
  -moz-box-shadow: 0px, 0px, 10px, #0d82e3;
  -ms-box-shadow: 0px, 0px, 10px, #0d82e3;
  -o-box-shadow: 0px, 0px, 10px, #0d82e3;
  box-shadow: 0px, 0px, 10px, #0d82e3;
  -webkit-border-radius: 100%;
  -khtml-border-radius: 100%;
  -moz-border-radius: 100%;
  -ms-border-radius: 100%;
  -o-border-radius: 100%;
  border-radius: 100%;
  -webkit-transition: all, 0.3s, ease;
  -khtml-transition: all, 0.3s, ease;
  -moz-transition: all, 0.3s, ease;
  -ms-transition: all, 0.3s, ease;
  -o-transition: all, 0.3s, ease;
  transition: all, 0.3s, ease;
  -webkit-background-size: 100% auto;
  -khtml-background-size: 100% auto;
  -moz-background-size: 100% auto;
  -ms-background-size: 100% auto;
  -o-background-size: 100% auto;
  background-size: 100% auto;
  -ms-behavior: url(/content/backgroundsize.min.htc); }
  a.pin img {
    max-width: 100%;
    max-height: 100%; }
  a.pin:hover {
    -webkit-box-shadow: 0px, 0px, 10px, #0d82e3;
    -khtml-box-shadow: 0px, 0px, 10px, #0d82e3;
    -moz-box-shadow: 0px, 0px, 10px, #0d82e3;
    -ms-box-shadow: 0px, 0px, 10px, #0d82e3;
    -o-box-shadow: 0px, 0px, 10px, #0d82e3;
    box-shadow: 0px, 0px, 10px, #0d82e3;
    -webkit-transform: scale(1.4);
    -khtml-transform: scale(1.4);
    -moz-transform: scale(1.4);
    -ms-transform: scale(1.4);
    -o-transform: scale(1.4);
    transform: scale(1.4); }

#fliphere .product {
  position: absolute;
  width: auto;
  z-index: 2000;
  background: transparent;
  height: auto;
  float: none;
  display: inline-block;
  margin-left: -12px;
  margin-top: -1.5em;
  font-size: .675em; }
  #fliphere .product.inlist {
    width: 60px; }
  #fliphere .product .product-action-controls .product-quantity {
    font-size: 1em; }
  #fliphere .product .action-add-product {
    padding: 1px 6px 3px 9px;
    font-size: 1.5em; }
    #fliphere .product .action-add-product .icon img {
      max-width: 100%;
      max-height: 100%; }
  #fliphere .product .product-action-wrap-button {
    box-shadow: 0px 0px 0px 1px #f9e039, 0px 0px 10px 4px #333;
    width: 100%; }
    #fliphere .product .product-action-wrap-button:before {
      display: none; }

#fliphere .zoom-panel .product {
  font-size: 1em;
  width: 120px;
  margin-top: -3em;
  margin-left: -60px; }
  #fliphere .zoom-panel .product .action-add-product {
    padding: 3px 10px 3px 14px;
    font-size: 1.5em; }

.flip-adv-cover {
  text-align: center;
  display: table;
  vertical-align: middle;
  font-size: .875em; }
  .flip-adv-cover img {
    max-width: 30% !important;
    margin-right: -20%; }
  .flip-adv-cover .flip-cover-block {
    display: table-cell;
    vertical-align: middle;
    padding: 1em; }
  .flip-adv-cover h3 {
    color: #0099d5;
    display: block;
    line-height: 1.2;
    font-size: 2em; }
  .flip-adv-cover ol {
    font-size: 1.5em;
    list-style: none;
    margin: 0;
    padding: 0; }
    .flip-adv-cover ol li {
      -webkit-border-radius: 10px;
      -khtml-border-radius: 10px;
      -moz-border-radius: 10px;
      -ms-border-radius: 10px;
      -o-border-radius: 10px;
      border-radius: 10px;
      padding: .6em;
      font-weight: bold;
      margin: 0 auto;
      line-height: 1.2; }
      .flip-adv-cover ol li span {
        display: inline-block;
        position: relative; }
        .flip-adv-cover ol li span:before {
          content: '';
          position: absolute;
          left: 0;
          bottom: -6px;
          height: 6px;
          -webkit-border-radius: 10px;
          -khtml-border-radius: 10px;
          -moz-border-radius: 10px;
          -ms-border-radius: 10px;
          -o-border-radius: 10px;
          border-radius: 10px;
          background-color: #f9e039;
          width: 100%;
          display: block; }

.touchevents #fliphere .zoom-panel .product {
  font-size: .775em;
  width: 100px; }

.touchevents .flip-adv-cover {
  float: left;
  display: block;
  width: 80%; }
  .touchevents .flip-adv-cover .flip-cover-block {
    display: block;
    font-size: .5em; }

.no-touchevents #flip-pages {
  height: 100%;
  margin: 0;
  position: relative; }
  .no-touchevents #flip-pages .flip-adv-cover {
    height: 100%;
    position: absolute;
    overflow: hidden;
    width: 50%;
    left: 0;
    padding: 2em; }
    .no-touchevents #flip-pages .flip-adv-cover .boxbanner {
      text-align: center;
      position: absolute;
      top: 50%;
      left: 50%;
      transform: translate(-50%, -50%);
      -webkit-transform: translate(-50%, -50%); }
      .no-touchevents #flip-pages .flip-adv-cover .boxbanner img {
        width: auto; }
    .no-touchevents #flip-pages .flip-adv-cover .videoWrapper {
      top: 50%;
      margin-top: -34%; }
  .no-touchevents #flip-pages .form-style label {
    display: block;
    font-weight: 600; }
  .no-touchevents #flip-pages .form-style input {
    -webkit-border-radius: 1px;
    -khtml-border-radius: 1px;
    -moz-border-radius: 1px;
    -ms-border-radius: 1px;
    -o-border-radius: 1px;
    border-radius: 1px;
    border: 1px solid #737373;
    -webkit-box-shadow: 0px, 0px, 3px, #737373, inset;
    -khtml-box-shadow: 0px, 0px, 3px, #737373, inset;
    -moz-box-shadow: 0px, 0px, 3px, #737373, inset;
    -ms-box-shadow: 0px, 0px, 3px, #737373, inset;
    -o-box-shadow: 0px, 0px, 3px, #737373, inset;
    box-shadow: 0px, 0px, 3px, #737373, inset;
    background: #fff; }
  .no-touchevents #flip-pages .flip-page {
    height: 100%;
    position: absolute;
    overflow: hidden;
    width: 0;
    border: 1px solid #737373; }
    .no-touchevents #flip-pages .flip-page .boxbannerinpage {
      position: absolute;
      z-index: 10;
      width: 300px;
      height: 280px;
      background: rgba(0, 0, 0, 0.6);
      bottom: 0;
      padding: 0 5px;
      right: 0;
      text-align: center;
      cursor: default; }
      .no-touchevents #flip-pages .flip-page .boxbannerinpage .closeadv {
        display: inline-block;
        text-align: center;
        position: relative;
        font-size: 11px;
        cursor: pointer;
        font-weight: bold;
        color: #fff; }
    .no-touchevents #flip-pages .flip-page.landingpage {
      background-color: #fff; }
      .no-touchevents #flip-pages .flip-page.landingpage form {
        position: relative;
        z-index: 1000; }
    .no-touchevents #flip-pages .flip-page.current {
      width: 50%; }
    .no-touchevents #flip-pages .flip-page.left {
      right: 50%;
      border-right: none;
      /*&:before {
                    content: '';
                    display: block;
                    width: 100%;
                    position: absolute;
                    left: 0;
                    top: 0;
                    bottom: 0;
                    background: -moz-linear-gradient(right, rgba(0,0,0,0.30) 0%, rgba(0,0,0,0) 8%);
                    background: -webkit-linear-gradient(right, rgba(0,0,0,0.30) 0%,rgba(0,0,0,0) 8%);
                    background: linear-gradient(to left, rgba(0,0,0,0.30) 0%,rgba(0,0,0,0) 8%);
                    @include transition(all, .3s, ease);
                    z-index: 2000;
                }*/ }
      .no-touchevents #flip-pages .flip-page.left.current {
        -webkit-box-shadow: -3px, 0px, 5px, rgba(204, 204, 204, 0.15);
        -khtml-box-shadow: -3px, 0px, 5px, rgba(204, 204, 204, 0.15);
        -moz-box-shadow: -3px, 0px, 5px, rgba(204, 204, 204, 0.15);
        -ms-box-shadow: -3px, 0px, 5px, rgba(204, 204, 204, 0.15);
        -o-box-shadow: -3px, 0px, 5px, rgba(204, 204, 204, 0.15);
        box-shadow: -3px, 0px, 5px, rgba(204, 204, 204, 0.15); }
    .no-touchevents #flip-pages .flip-page.right {
      left: 50%;
      width: 50%;
      border-left: none;
      /*&:before {
                    content: '';
                    display: block;
                    width: 100%;
                    position: absolute;
                    left: 0;
                    top: 0;
                    bottom: 0;
                    background: -moz-linear-gradient(left, rgba(0,0,0,0.30) 0%, rgba(0,0,0,0) 8%);
                    background: -webkit-linear-gradient(left, rgba(0,0,0,0.30) 0%,rgba(0,0,0,0) 8%);
                    background: linear-gradient(to right, rgba(0,0,0,0.30) 0%,rgba(0,0,0,0) 8%);
                    @include transition(all, .3s, ease);
                    z-index: 10;
                }*/ }
      .no-touchevents #flip-pages .flip-page.right.current {
        -webkit-box-shadow: 3px, 0px, 5px, rgba(204, 204, 204, 0.15);
        -khtml-box-shadow: 3px, 0px, 5px, rgba(204, 204, 204, 0.15);
        -moz-box-shadow: 3px, 0px, 5px, rgba(204, 204, 204, 0.15);
        -ms-box-shadow: 3px, 0px, 5px, rgba(204, 204, 204, 0.15);
        -o-box-shadow: 3px, 0px, 5px, rgba(204, 204, 204, 0.15);
        box-shadow: 3px, 0px, 5px, rgba(204, 204, 204, 0.15); }
        .no-touchevents #flip-pages .flip-page.right.current.last {
          border: none; }
          .no-touchevents #flip-pages .flip-page.right.current.last:before {
            display: none; }
    .no-touchevents #flip-pages .flip-page.zoomable {
      cursor: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABQAAAAUCAYAAACNiR0NAAABY0lEQVQ4T63Uv0tWURgH8I/m6qQuIoIOKoqLkLM4SBAFNjgEmUWLmyGIhqJC0F6tRuafoGM4mUJNgT+QhEZRcNI55IEj3Pdy7/u+qXe63Hvu55znPN97Gtzz1VDideAp+vEAV9jHeq35i8BJjOE7DnGCQXRjGjPYLYPz4AQGsFxlJWv4iN9FY7LgKB5hLjMwyu1Kq8x+v4k3OMujWfAbotzs1YaveJx73oPXmC8D+/DuP8BwfuFhGTiOQD+kAc/QgmZM4VN6Hk36ke438B7HWfSm5CKwtQTcqQfsxSJe1LmHMewnhqs1JUL7sk4wmvIKC9XAETzBbC42nfib+3Ardfm8GhjvohlDqfyi3EYuv+A0peJfLTDeP0+528YR/qRfLwIeYd7D2/RfRxYr0LLDoT2VH4dDEy5xgIhKY1pl7HfsewVaBtY6VErR24IxYSF6FzCPrmD1ruANuoTPuLgPsGK/rwE33UYVGfpZpgAAAABJRU5ErkJggg==) 15 15, auto; }
  .no-touchevents #flip-pages .scan {
    max-height: 100%;
    max-width: 100%;
    width: 100%; }

@-webkit-keyframes spin {
  0% {
    transform: scale(1); }
  100% {
    transform: scale(1); } }

@-moz-keyframes spin {
  0% {
    transform: scale(1); }
  100% {
    transform: scale(1); } }

@-ms-keyframes spin {
  0% {
    transform: scale(1); }
  100% {
    transform: scale(1); } }

@-o-keyframes spin {
  0% {
    transform: scale(1); }
  100% {
    transform: scale(1); } }

@keyframes spin {
  0% {
    transform: scale(1); }
  100% {
    transform: scale(1); } }

.touchevents .boxbannerinpage {
  display: none; }

.touchevents #flip-pages {
  height: 100%;
  white-space: nowrap;
  overflow-x: scroll;
  overflow-y: hidden;
  box-sizing: border-box;
  -webkit-overflow-scrolling: touch;
  outline: none; }
  .touchevents #flip-pages .flip-page {
    display: inline-block;
    position: relative;
    height: 100%; }

.touchevents .flip-bar {
  padding: 0;
  height: 10%;
  float: none;
  border: none;
  background: #fff; }
  .touchevents .flip-bar .flip-logo {
    width: 100%;
    background-color: #fff;
    padding: .4em;
    float: none;
    text-align: center; }
    .touchevents .flip-bar .flip-logo img {
      top: auto;
      max-width: 100%;
      max-height: 60%; }
  .touchevents .flip-bar .flip-controls {
    display: none; }

.touchevents .flip-view {
  padding: 0;
  height: 80%;
  top: 60px;
  /* Extra Small Devices, Phones */
  /* Small Devices, Tablets */
  /* Medium Devices, Desktops */ }
  @media only screen and (max-width: 992px) {
    .touchevents .flip-view {
      top: 75px !important; } }
  .touchevents .flip-view .img-wrap {
    height: 100%;
    display: inline-block;
    float: left; }
    .touchevents .flip-view .img-wrap img.scan {
      height: 100%;
      display: block; }
  .touchevents .flip-view .flip-nav-prev, .touchevents .flip-view .flip-nav-next {
    display: none; }

.touchevents .slick-slide {
  filter: alpha(opacity=50);
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=50)";
  -webkit-opacity: 0.5;
  -khtml-opacity: 0.5;
  -moz-opacity: 0.5;
  -ms-opacity: 0.5;
  -o-opacity: 0.5;
  opacity: 0.5;
  overflow: hidden; }
  .touchevents .slick-slide img {
    display: inline-block; }
  .touchevents .slick-slide.slick-active {
    filter: alpha(opacity=100);
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
    -webkit-opacity: 1;
    -khtml-opacity: 1;
    -moz-opacity: 1;
    -ms-opacity: 1;
    -o-opacity: 1;
    opacity: 1; }

.videoWrapper {
  position: relative;
  padding-bottom: 56.25%;
  /* 16:9 */
  padding-top: 25px;
  height: 0; }

.videoWrapper iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%; }

.flyers.skinActive {
  display: none; }

.skinAdv {
  height: 100%;
  max-width: 1280px;
  margin: 0 auto;
  background-repeat: no-repeat;
  background-position: top center;
  padding-top: 100px; }
  .skinAdv .container {
    max-width: 975px;
    float: none;
    background: #fff;
    margin: 0 auto;
    width: 100%;
    overflow: hidden;
    -webkit-border-radius: 2px 2px 0 0;
    -khtml-border-radius: 2px 2px 0 0;
    -moz-border-radius: 2px 2px 0 0;
    -ms-border-radius: 2px 2px 0 0;
    -o-border-radius: 2px 2px 0 0;
    border-radius: 2px 2px 0 0;
    -webkit-box-shadow: 0px, 0px, 8px, rgba(204, 204, 204, 0.35);
    -khtml-box-shadow: 0px, 0px, 8px, rgba(204, 204, 204, 0.35);
    -moz-box-shadow: 0px, 0px, 8px, rgba(204, 204, 204, 0.35);
    -ms-box-shadow: 0px, 0px, 8px, rgba(204, 204, 204, 0.35);
    -o-box-shadow: 0px, 0px, 8px, rgba(204, 204, 204, 0.35);
    box-shadow: 0px, 0px, 8px, rgba(204, 204, 204, 0.35); }

.zoom-panel {
  position: fixed;
  background-color: rgba(13, 130, 227, 0.5);
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  overflow: hidden;
  z-index: 1000; }
  .zoom-panel .zoom-page {
    background-repeat: no-repeat;
    background-position: top center;
    -webkit-background-size: 100% auto;
    -khtml-background-size: 100% auto;
    -moz-background-size: 100% auto;
    -ms-background-size: 100% auto;
    -o-background-size: 100% auto;
    background-size: 100% auto;
    -ms-behavior: url(/content/backgroundsize.min.htc);
    position: absolute;
    left: 40px;
    top: 0;
    cursor: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABQAAAAUCAYAAACNiR0NAAAB6UlEQVQ4T6XUS6iPURQF8N9FBgwwIAaKlJiYEBMlj66BKZJQUpKMMCEDBjKQjKS8CqG8RlLyCBOJiYGSbnlMKEoKRV6t2/7+3T7+/5uc+gbf2fusvdba+5w+f67RWIPVmIuJ+IoB3MJxPPvLucGtvlZgMU5iercD+Ilj2IEv7byhgBtwCiMr6S1u4jXGFNuFGFHxx+jHh6GgDWCY5XDAUnVnSfveYjATR7Gk9m8XaFh3JMezeBKZAVuGBz0kp+j58jhpm6t4BzBSTxfA1mLQA28wFAueYhpeYAZ+NU25hhWIZ1PRltkNPMWPVHA+HjWAbzAZZxG2WXt7ULyPO0PYJbWjLE0Jo/iyH3sKaJB+l9Xk5eyPGr0Q2Ncw/FyeHMb2fwAci0+VvxsHGsAnmINIWVQJo3owzIjkS+7dyluJKw3goWKWpNl4PlyLK34G68uyKXjfAM6qEcgNiNmZ/njTa2Wwc6/j4wWsbZKbm5Lp31KbF7Hxb/e04gGLvPH1vwqX24AZ1HuYV4GXOIjreFVNS2wT1rUelY9YjoeN5AZ8Ai5haUtrRqj9KrXt6IC2E+NjWOzq8oRlZlP0Kk5g3BDkgPZ3q5z9SMw3Cd+q+7FlsJtYgBst0IHhpAw3QW3Qd/8LmIJ5GM4V022/AVWGZmYIB7xPAAAAAElFTkSuQmCC) 7 7, auto; }
    .zoom-panel .zoom-page > img {
      display: none; }
    .zoom-panel .zoom-page a.pin {
      width: 50px;
      height: 50px;
      margin-left: -10px;
      margin-top: -10px; }

.pinmode #flip-pages .flip-page {
  cursor: default; }

.pennymarketform, .pennymarketformbanner {
  text-align: center;
  background-color: #fff; }
  .pennymarketform .adv-header, .pennymarketformbanner .adv-header {
    background-color: #FCEB00;
    height: 13%;
    padding: 0 1em;
    margin-bottom: 8%;
    font-weight: bold;
    font-size: 1.8em;
    letter-spacing: -1px;
    color: #F50000;
    line-height: 1;
    white-space: nowrap;
    vertical-align: middle; }
    .pennymarketform .adv-header img, .pennymarketformbanner .adv-header img {
      max-height: 110% !important;
      vertical-align: middle;
      margin-right: 10px; }
    .pennymarketform .adv-header span, .pennymarketformbanner .adv-header span {
      display: inline-block;
      vertical-align: middle; }
  .pennymarketform .img-wrap, .pennymarketformbanner .img-wrap {
    background-repeat: repeat;
    background-size: 50% auto; }
  .pennymarketform form, .pennymarketformbanner form {
    max-width: 80%;
    margin: 0 auto;
    padding: 0 0 1.5em; }
  .pennymarketform p, .pennymarketformbanner p {
    display: block;
    overflow: hidden;
    padding: 0;
    margin: 0 0 1em; }
  .pennymarketform label, .pennymarketformbanner label {
    font-weight: bold;
    color: #000;
    font-size: 1em;
    line-height: 1.2em;
    margin-bottom: .5em;
    float: left;
    width: 20%;
    height: 60px;
    line-height: 60px; }
  .pennymarketform input, .pennymarketformbanner input {
    box-shadow: none !important;
    border: 1px solid #ccc !important;
    font-size: .875em;
    padding: 0 10px;
    height: 60px;
    line-height: 60px;
    float: left;
    width: 80% !important; }
    .pennymarketform input:focus, .pennymarketformbanner input:focus {
      outline: none;
      box-shadow: none;
      border: 1px solid #333; }
  .pennymarketform input[type=checkbox], .pennymarketformbanner input[type=checkbox] {
    display: inline-block;
    margin: 0;
    height: auto !important;
    width: auto !important;
    float: none; }
  .pennymarketform .check, .pennymarketformbanner .check {
    font-weight: bold;
    font-size: .775em;
    margin: 0 0 2em; }
  .pennymarketform .red, .pennymarketformbanner .red {
    color: #F50000;
    font-size: .675em;
    text-align: center;
    font-weight: bold; }
  .pennymarketform .btn, .pennymarketformbanner .btn {
    background-color: #F50000;
    color: #fff;
    padding: 1.5em 1em;
    margin: 2em 0 0;
    text-transform: uppercase;
    border: none;
    cursor: pointer;
    font-size: 1em;
    font-weight: bold;
    margin: 0 auto;
    width: 100%;
    text-align: center;
    white-space: initial; }
  .pennymarketform .lavazza, .pennymarketformbanner .lavazza {
    max-width: 80% !important;
    margin: 0 auto;
    max-height: 33% !important;
    vertical-align: bottom;
    position: absolute;
    bottom: 2em;
    left: 50%;
    margin-left: -40%; }
  .touch .pennymarketform, .touch .pennymarketformbanner {
    text-align: left; }
    .touch .pennymarketform .adv-header, .touch .pennymarketformbanner .adv-header {
      font-size: 1em; }
    .touch .pennymarketform p, .touch .pennymarketformbanner p {
      margin: 0 0 .5em; }
    .touch .pennymarketform input, .touch .pennymarketformbanner input {
      height: 25px;
      line-height: 25px;
      width: 100%;
      -webkit-border-radius: 5px;
      -khtml-border-radius: 5px;
      -moz-border-radius: 5px;
      -ms-border-radius: 5px;
      -o-border-radius: 5px;
      border-radius: 5px;
      font-size: 14px;
      padding: 2px 3px; }
    .touch .pennymarketform label, .touch .pennymarketformbanner label {
      display: block;
      width: auto;
      height: auto;
      line-height: 1;
      font-size: .7em;
      width: 100%; }
    .touch .pennymarketform .btn, .touch .pennymarketformbanner .btn {
      padding: .2em; }

.pennymarketformbanner {
  background-image: url("sass/images/caffe.jpg");
  background-repeat: no-repeat;
  background-position: left top;
  background-size: cover; }

.flip-view:not(.pinmode) .flip-page:hover a.pin, .flip-view:not(.pinmode) .flip-page:hover .product, .flip-view:not(.pinmode) .flip-page.here a.pin, .flip-view:not(.pinmode) .flip-page.here .product {
  -webkit-animation: spin 0.5s linear 1;
  -khtml-animation: spin 0.5s linear 1;
  -moz-animation: spin 0.5s linear 1;
  -ms-animation: spin 0.5s linear 1;
  -o-animation: spin 0.5s linear 1;
  animation: spin 0.5s linear 1; }

/* LANDING */
/*POPUP*/
/*BUTTON*/
/*GRAY*/
/* MENU */
/*ALERT*/
/*INFO*/
/*WARNING*/
/*DANGER*/
h1, h2, h3, h4 {
  color: #00548b; }

.text-color--primary {
  color: #0099d5; }

.text-color--secondary {
  color: #5fdfff; }

.text-color--black {
  color: #271c18; }

.truncate {
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis; }

.text-justify {
  text-align: justify !important; }

.text-nowrap {
  white-space: nowrap !important; }

.text-left {
  text-align: left !important; }

.text-right {
  text-align: right !important; }

.text-center {
  text-align: center !important; }

.text-lowercase {
  text-transform: lowercase !important; }

.text-uppercase {
  text-transform: uppercase !important; }

.text-capitalize {
  text-transform: capitalize !important; }

.font-italic {
  font-style: italic; }

.text-white {
  color: #fff !important; }

/* -------------------------------------------------------------
  Sass CSS3 Mixins! The Cross-Browser CSS3 Sass Library
  By: Matthieu Aussaguel, http://www.mynameismatthieu.com, @matthieu_tweets

  List of CSS3 Sass Mixins File to be @imported and @included as you need

  The purpose of this library is to facilitate the use of CSS3 on different browsers avoiding HARD TO READ and NEVER
  ENDING css files

  note: All CSS3 Properties are being supported by Safari 5
  more info: http://www.findmebyip.com/litmus/#css3-properties

  Mixins available:
    -   css3-prefix             - arguments: Property, Value
    -   background-gradient     - arguments: Start Color: #3C3C3C, End Color: #999999
    -   background-horizontal   - arguments: Start Color: #3C3C3C, End Color: #999999
    -   background-radial       - arguments: Start Color: #FFFFFF, Start position: 0%, End Color: #000000, End position: 100%
    -   background-size         - arguments: Width: 100%, Height: 100%
    -   background-opacity      - arguments: Color: #000, Opacity: .85
    -   border-radius           - arguments: Radius: 5px
    -   border-radius-separate  - arguments: Top Left: 5px, Top Right: 5px, Bottom Left: 5px, Bottom Right: 5px
    -   box                     - arguments: Orientation: horizontal, Pack: center, Align: center
    -   box-rgba                - arguments: R: 60, G: 3, B: 12, Opacity: 0.23, Color: #3C3C3C
    -   box-shadow              - arguments: X: 2px, Y: 2px, Blur: 5px, Color: rgba(0,0,0,.4)
    -   box-sizing              - arguments: Type: border-box
    -   columns                 - arguments: Count: 3, Gap: 10
    -   double-borders          - arguments: Color One: #3C3C3C, Color Two: #999999, Radius: 0
    -   flex                    - arguments: Value: 1
    -   flip                    - arguments: ScaleX: -1
    -   font-face               - arguments: Font Family: myFont, Eot File Src: myFont.eot, Woff File Src: myFont.woff, Ttf File Src: myFont.ttf
    -   opacity                 - arguments: Opacity: 0.5
    -   outline radius          - arguments: Radius: 5px
    -   resize                  - arguments: Direction: both
    -   rotate                  - arguments: Degree: 0, M11: 0, M12: 0, M21: 0, M22: 0
    CSS Matrix Rotation Calculator http://www.boogdesign.com/examples/transforms/matrix-calculator.html
    -   text-shadow             - arguments: X: 2px, Y: 2px, Blur: 5px, Color: rgba(0,0,0,.4)
    -   transform               - arguments: Parameters: null
    -   transform-style         - arguments: Style: preserve-3d
    -   transition              - Default arguments: What: all, Length: 1s, Easing: ease-in-out
    -                            - Examples: @include transition (all 2s ease-in-out);
    -                                        @include transition (opacity 1s ease-in 2s, width 2s ease-out);
    -   triple-borders          - arguments: Color One: #3C3C3C, Color Two: #999999, Color Three: #000000, Radius: 0
    -   keyframes               - arguments: Animation name
                                - content:   Animation css
    -   animation               - arguments: name duration timing-function delay iteration-count direction fill-mode play-state
                                             (http://www.w3schools.com/cssref/css3_pr_animation.asp)

------------------------------------------------------------- */
/* ADDS A BROWSER PREFIX TO THE PROPERTY */
/* BACKGROUND GRADIENT */
/* BACKGROUND HORIZONTAL */
/* BACKGROUND RADIAL */
/* BACKGROUND SIZE */
/* BACKGROUND COLOR OPACITY */
/* BORDER RADIUS */
/* BOX */
/* BOX RGBA */
/* BOX SHADOW */
/* BOX SIZING */
/* COLUMNS */
/* DOUBLE BORDERS */
/* FLEX */
/* FLIP */
/* FONT FACE */
/* OPACITY */
/* OUTLINE RADIUS */
/* RESIZE */
/* ROTATE*/
/* TEXT SHADOW */
/* TRANSFORM  */
/* TRANSFORM STYLE */
/* TRANSITION */
/* TRIPLE BORDERS */
/* KEYFRAMES */
/* ANIMATION */
/* ==========================================================================
   Remodal's necessary styles
   ========================================================================== */
/* Hide scroll bar */
html.remodal-is-locked {
  /*overflow: hidden;*/
  touch-action: none; }

/* Anti FOUC */
.remodal,
[data-remodal-id] {
  display: none; }

/* Necessary styles of the overlay */
.remodal-overlay {
  position: fixed;
  z-index: 9999;
  top: -5000px;
  right: -5000px;
  bottom: -5000px;
  left: -5000px;
  display: none; }

/* Necessary styles of the wrapper */
.remodal-wrapper {
  position: fixed;
  z-index: 10000;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  display: none;
  overflow: auto;
  text-align: center;
  -webkit-overflow-scrolling: touch; }

.remodal-wrapper:after {
  display: inline-block;
  height: 100%;
  margin-left: -0.05em;
  content: ""; }

/* Fix iPad, iPhone glitches */
.remodal-overlay,
.remodal-wrapper {
  backface-visibility: hidden; }

/* Necessary styles of the modal dialog */
.remodal {
  position: relative;
  outline: none;
  text-size-adjust: 100%; }

.remodal-is-initialized {
  /* Disable Anti-FOUC */
  display: inline-block; }

/* ==========================================================================
   Remodal's default mobile first theme
   ========================================================================== */
/* Default theme styles for the background */
.remodal-bg.remodal-is-opening,
.remodal-bg.remodal-is-opened {
  filter: blur(3px); }

/* Default theme styles of the overlay */
.remodal-overlay {
  background: rgba(43, 46, 56, 0.9); }

.remodal-overlay.remodal-is-opening,
.remodal-overlay.remodal-is-closing {
  animation-duration: 0.3s;
  animation-fill-mode: forwards; }

.remodal-overlay.remodal-is-opening {
  animation-name: remodal-overlay-opening-keyframes; }

.remodal-overlay.remodal-is-closing {
  animation-name: remodal-overlay-closing-keyframes; }

/* Default theme styles of the wrapper */
.remodal-wrapper {
  padding: 10px 10px 0; }

/* Default theme styles of the modal dialog */
.remodal {
  box-sizing: border-box;
  width: 100%;
  margin-bottom: 10px;
  /*padding: 35px;*/
  transform: translate3d(0, 0, 0);
  color: #2b2e38;
  background: #fff; }

.remodal.remodal-is-opening,
.remodal.remodal-is-closing {
  animation-duration: 0.3s;
  animation-fill-mode: forwards; }

.remodal.remodal-is-opening {
  animation-name: remodal-opening-keyframes; }

.remodal.remodal-is-closing {
  animation-name: remodal-closing-keyframes; }

/* Vertical align of the modal dialog */
.remodal,
.remodal-wrapper:after {
  vertical-align: middle; }

/* Close button */
.remodal-close {
  position: absolute;
  top: 0;
  right: 0;
  display: block;
  overflow: visible;
  width: 35px;
  height: 35px;
  margin: 0;
  padding: 0;
  cursor: pointer;
  transition: color 0.2s;
  text-decoration: none;
  color: #95979c;
  border: 0;
  outline: 0;
  background: transparent;
  z-index: 99; }

.remodal-close:hover,
.remodal-close:focus {
  color: #2b2e38; }

.remodal-close:before {
  font-family: "Ionicons";
  font-size: 30px;
  line-height: 35px;
  position: absolute;
  top: 0;
  left: 0;
  display: block;
  width: 35px;
  content: "\f404";
  text-align: center; }

/* Dialog buttons */
.remodal-confirm,
.remodal-cancel {
  font: inherit;
  display: inline-block;
  overflow: visible;
  min-width: 110px;
  margin: 0;
  padding: 12px 0;
  cursor: pointer;
  transition: background 0.2s;
  text-align: center;
  vertical-align: middle;
  text-decoration: none;
  border: 0;
  outline: 0; }

.remodal-confirm {
  color: #fff;
  background: #81c784; }

.remodal-confirm:hover,
.remodal-confirm:focus {
  background: #66bb6a; }

.remodal-cancel {
  color: #fff;
  background: #e57373; }

.remodal-cancel:hover,
.remodal-cancel:focus {
  background: #ef5350; }

/* Remove inner padding and border in Firefox 4+ for the button tag. */
.remodal-confirm::-moz-focus-inner,
.remodal-cancel::-moz-focus-inner,
.remodal-close::-moz-focus-inner {
  padding: 0;
  border: 0; }

/* Keyframes
   ========================================================================== */
@keyframes remodal-opening-keyframes {
  from {
    transform: scale(1.05);
    opacity: 0; }
  to {
    transform: none;
    opacity: 1;
    filter: blur(0); } }

@keyframes remodal-closing-keyframes {
  from {
    transform: scale(1);
    opacity: 1; }
  to {
    transform: scale(0.95);
    opacity: 0;
    filter: blur(0); } }

@keyframes remodal-overlay-opening-keyframes {
  from {
    opacity: 0; }
  to {
    opacity: 1; } }

@keyframes remodal-overlay-closing-keyframes {
  from {
    opacity: 1; }
  to {
    opacity: 0; } }

/* Media queries
   ========================================================================== */
@media only screen and (min-width: 641px) {
  .remodal {
    max-width: 400px; } }

/* IE8
   ========================================================================== */
.lt-ie9 .remodal-overlay {
  background: #2b2e38; }

.lt-ie9 .remodal {
  width: 700px; }

/*! normalize.css v6.0.0 | MIT License | github.com/necolas/normalize.css */
/* Document
   ========================================================================== */
/**
 * 1. Correct the line height in all browsers.
 * 2. Prevent adjustments of font size after orientation changes in
 *    IE on Windows Phone and in iOS.
 */
html {
  line-height: 1.15;
  /* 1 */
  -ms-text-size-adjust: 100%;
  /* 2 */
  -webkit-text-size-adjust: 100%;
  /* 2 */ }

/* Sections
   ========================================================================== */
/**
 * Add the correct display in IE 9-.
 */
article,
aside,
footer,
header,
nav,
section {
  display: block; }

/**
 * Correct the font size and margin on `h1` elements within `section` and
 * `article` contexts in Chrome, Firefox, and Safari.
 */
h1 {
  font-size: 2em;
  margin: 0.67em 0; }

/* Grouping content
   ========================================================================== */
/**
 * Add the correct display in IE 9-.
 * 1. Add the correct display in IE.
 */
figcaption,
figure,
main {
  /* 1 */
  display: block; }

/**
 * Add the correct margin in IE 8.
 */
figure {
  margin: 1em 40px; }

/**
 * 1. Add the correct box sizing in Firefox.
 * 2. Show the overflow in Edge and IE.
 */
hr {
  box-sizing: content-box;
  /* 1 */
  height: 0;
  /* 1 */
  overflow: visible;
  /* 2 */ }

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
pre {
  font-family: monospace, monospace;
  /* 1 */
  font-size: 1em;
  /* 2 */ }

/* Text-level semantics
   ========================================================================== */
/**
 * 1. Remove the gray background on active links in IE 10.
 * 2. Remove gaps in links underline in iOS 8+ and Safari 8+.
 */
a {
  background-color: transparent;
  /* 1 */
  -webkit-text-decoration-skip: objects;
  /* 2 */ }

/**
 * 1. Remove the bottom border in Chrome 57- and Firefox 39-.
 * 2. Add the correct text decoration in Chrome, Edge, IE, Opera, and Safari.
 */
abbr[title] {
  border-bottom: none;
  /* 1 */
  text-decoration: underline;
  /* 2 */
  text-decoration: underline dotted;
  /* 2 */ }

/**
 * Prevent the duplicate application of `bolder` by the next rule in Safari 6.
 */
b,
strong {
  font-weight: inherit; }

/**
 * Add the correct font weight in Chrome, Edge, and Safari.
 */
b,
strong {
  font-weight: bolder; }

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
code,
kbd,
samp {
  font-family: monospace, monospace;
  /* 1 */
  font-size: 1em;
  /* 2 */ }

/**
 * Add the correct font style in Android 4.3-.
 */
dfn {
  font-style: italic; }

/**
 * Add the correct background and color in IE 9-.
 */
mark {
  background-color: #ff0;
  color: #000; }

/**
 * Add the correct font size in all browsers.
 */
small {
  font-size: 80%; }

/**
 * Prevent `sub` and `sup` elements from affecting the line height in
 * all browsers.
 */
sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline; }

sub {
  bottom: -0.25em; }

sup {
  top: -0.5em; }

/* Embedded content
   ========================================================================== */
/**
 * Add the correct display in IE 9-.
 */
audio,
video {
  display: inline-block; }

/**
 * Add the correct display in iOS 4-7.
 */
audio:not([controls]) {
  display: none;
  height: 0; }

/**
 * Remove the border on images inside links in IE 10-.
 */
img {
  border-style: none; }

/**
 * Hide the overflow in IE.
 */
svg:not(:root) {
  overflow: hidden; }

/* Forms
   ========================================================================== */
/**
 * Remove the margin in Firefox and Safari.
 */
button,
input,
optgroup,
select,
textarea {
  margin: 0; }

/**
 * Show the overflow in IE.
 * 1. Show the overflow in Edge.
 */
button,
input {
  /* 1 */
  overflow: visible; }

/**
 * Remove the inheritance of text transform in Edge, Firefox, and IE.
 * 1. Remove the inheritance of text transform in Firefox.
 */
button,
select {
  /* 1 */
  text-transform: none; }

/**
 * 1. Prevent a WebKit bug where (2) destroys native `audio` and `video`
 *    controls in Android 4.
 * 2. Correct the inability to style clickable types in iOS and Safari.
 */
button,
html [type="button"],
[type="reset"],
[type="submit"] {
  -webkit-appearance: button;
  /* 2 */ }

/**
 * Remove the inner border and padding in Firefox.
 */
button::-moz-focus-inner,
[type="button"]::-moz-focus-inner,
[type="reset"]::-moz-focus-inner,
[type="submit"]::-moz-focus-inner {
  border-style: none;
  padding: 0; }

/**
 * Restore the focus styles unset by the previous rule.
 */
button:-moz-focusring,
[type="button"]:-moz-focusring,
[type="reset"]:-moz-focusring,
[type="submit"]:-moz-focusring {
  outline: 1px dotted ButtonText; }

/**
 * 1. Correct the text wrapping in Edge and IE.
 * 2. Correct the color inheritance from `fieldset` elements in IE.
 * 3. Remove the padding so developers are not caught out when they zero out
 *    `fieldset` elements in all browsers.
 */
legend {
  box-sizing: border-box;
  /* 1 */
  color: inherit;
  /* 2 */
  display: table;
  /* 1 */
  max-width: 100%;
  /* 1 */
  padding: 0;
  /* 3 */
  white-space: normal;
  /* 1 */ }

/**
 * 1. Add the correct display in IE 9-.
 * 2. Add the correct vertical alignment in Chrome, Firefox, and Opera.
 */
progress {
  display: inline-block;
  /* 1 */
  vertical-align: baseline;
  /* 2 */ }

/**
 * Remove the default vertical scrollbar in IE.
 */
textarea {
  overflow: auto; }

/**
 * 1. Add the correct box sizing in IE 10-.
 * 2. Remove the padding in IE 10-.
 */
[type="checkbox"],
[type="radio"] {
  box-sizing: border-box;
  /* 1 */
  padding: 0;
  /* 2 */ }

/**
 * Correct the cursor style of increment and decrement buttons in Chrome.
 */
[type="number"]::-webkit-inner-spin-button,
[type="number"]::-webkit-outer-spin-button {
  height: auto; }

/**
 * 1. Correct the odd appearance in Chrome and Safari.
 * 2. Correct the outline style in Safari.
 */
[type="search"] {
  -webkit-appearance: textfield;
  /* 1 */
  outline-offset: -2px;
  /* 2 */ }

/**
 * Remove the inner padding and cancel buttons in Chrome and Safari on macOS.
 */
[type="search"]::-webkit-search-cancel-button,
[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none; }

/**
 * 1. Correct the inability to style clickable types in iOS and Safari.
 * 2. Change font properties to `inherit` in Safari.
 */
::-webkit-file-upload-button {
  -webkit-appearance: button;
  /* 1 */
  font: inherit;
  /* 2 */ }

/* Interactive
   ========================================================================== */
/*
 * Add the correct display in IE 9-.
 * 1. Add the correct display in Edge, IE, and Firefox.
 */
details,
menu {
  display: block; }

/*
 * Add the correct display in all browsers.
 */
summary {
  display: list-item; }

/* Scripting
   ========================================================================== */
/**
 * Add the correct display in IE 9-.
 */
canvas {
  display: inline-block; }

/**
 * Add the correct display in IE.
 */
template {
  display: none; }

/* Hidden
   ========================================================================== */
/**
 * Add the correct display in IE 10-.
 */
[hidden] {
  display: none; }

/**
 * Tooltip Styles
 */
/* Base styles for the element that has a tooltip */
[data-tooltip],
.tooltip {
  position: relative;
  cursor: pointer; }

/* Base styles for the entire tooltip */
[data-tooltip]:before,
[data-tooltip]:after,
.tooltip:before,
.tooltip:after {
  position: absolute;
  visibility: hidden;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=0);
  opacity: 0;
  -webkit-transition: opacity 0.2s ease-in-out, visibility 0.2s ease-in-out, -webkit-transform 0.2s cubic-bezier(0.71, 1.7, 0.77, 1.24);
  -moz-transition: opacity 0.2s ease-in-out, visibility 0.2s ease-in-out, -moz-transform 0.2s cubic-bezier(0.71, 1.7, 0.77, 1.24);
  transition: opacity 0.2s ease-in-out, visibility 0.2s ease-in-out, transform 0.2s cubic-bezier(0.71, 1.7, 0.77, 1.24);
  -webkit-transform: translate3d(0, 0, 0);
  -moz-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
  pointer-events: none; }

/* Show the entire tooltip on hover and focus */
[data-tooltip]:hover:before,
[data-tooltip]:hover:after,
[data-tooltip]:focus:before,
[data-tooltip]:focus:after,
.tooltip:hover:before,
.tooltip:hover:after,
.tooltip:focus:before,
.tooltip:focus:after {
  visibility: visible;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=100);
  opacity: 1; }

/* Base styles for the tooltip's directional arrow */
.tooltip:before,
[data-tooltip]:before {
  z-index: 1001;
  border: 6px solid transparent;
  background: transparent;
  content: ""; }

/* Base styles for the tooltip's content area */
.tooltip:after,
[data-tooltip]:after {
  z-index: 1000;
  padding: 8px;
  width: 230px;
  background-color: #000;
  background-color: rgba(51, 51, 51, 0.9);
  color: #fff;
  content: attr(data-tooltip);
  font-size: 14px;
  line-height: 1.2;
  text-align: center; }

/* Directions */
/* Top (default) */
[data-tooltip]:before,
[data-tooltip]:after,
.tooltip:before,
.tooltip:after,
.tooltip-top:before,
.tooltip-top:after {
  bottom: 100%;
  left: 50%; }

[data-tooltip]:before,
.tooltip:before,
.tooltip-top:before {
  margin-left: -6px;
  margin-bottom: -12px;
  border-top-color: #000;
  border-top-color: rgba(51, 51, 51, 0.9); }

/* Horizontally align top/bottom tooltips */
[data-tooltip]:after,
.tooltip:after,
.tooltip-top:after {
  margin-left: -80px; }

[data-tooltip]:hover:before,
[data-tooltip]:hover:after,
[data-tooltip]:focus:before,
[data-tooltip]:focus:after,
.tooltip:hover:before,
.tooltip:hover:after,
.tooltip:focus:before,
.tooltip:focus:after,
.tooltip-top:hover:before,
.tooltip-top:hover:after,
.tooltip-top:focus:before,
.tooltip-top:focus:after {
  -webkit-transform: translateY(-12px);
  -moz-transform: translateY(-12px);
  transform: translateY(-12px); }

/* Left */
.tooltip-left:before,
.tooltip-left:after {
  right: 100%;
  bottom: 50%;
  left: auto; }

.tooltip-left:before {
  margin-left: 0;
  margin-right: -12px;
  margin-bottom: 0;
  border-top-color: transparent;
  border-left-color: #000;
  border-left-color: rgba(51, 51, 51, 0.9); }

.tooltip-left:hover:before,
.tooltip-left:hover:after,
.tooltip-left:focus:before,
.tooltip-left:focus:after {
  -webkit-transform: translateX(-12px);
  -moz-transform: translateX(-12px);
  transform: translateX(-12px); }

/* Bottom */
.tooltip-bottom:before,
.tooltip-bottom:after {
  top: 100%;
  bottom: auto;
  left: 50%; }

.tooltip-bottom:before {
  margin-top: -12px;
  margin-bottom: 0;
  border-top-color: transparent;
  border-bottom-color: #000;
  border-bottom-color: rgba(51, 51, 51, 0.9); }

.tooltip-bottom:hover:before,
.tooltip-bottom:hover:after,
.tooltip-bottom:focus:before,
.tooltip-bottom:focus:after {
  -webkit-transform: translateY(12px);
  -moz-transform: translateY(12px);
  transform: translateY(12px); }

/* Right */
.tooltip-right:before,
.tooltip-right:after {
  bottom: 50%;
  left: 100%; }

.tooltip-right:before {
  margin-bottom: 0;
  margin-left: -12px;
  border-top-color: transparent;
  border-right-color: #000;
  border-right-color: rgba(51, 51, 51, 0.9); }

.tooltip-right:hover:before,
.tooltip-right:hover:after,
.tooltip-right:focus:before,
.tooltip-right:focus:after {
  -webkit-transform: translateX(12px);
  -moz-transform: translateX(12px);
  transform: translateX(12px); }

/* Move directional arrows down a bit for left/right tooltips */
.tooltip-left:before,
.tooltip-right:before {
  top: 3px; }

/* Vertically center tooltip content for left/right tooltips */
.tooltip-left:after,
.tooltip-right:after {
  margin-left: 0;
  margin-bottom: -16px; }

/* ----------------------------------------------
 * Generated by Animista on 2017-4-20 8:47:19
 * http://animista.net
 * T: @cssanimista
 * ---------------------------------------------- */
@-webkit-keyframes slide-right {
  0% {
    -webkit-transform: translateX(-10px);
    -khtml-transform: translateX(-10px);
    -moz-transform: translateX(-10px);
    -ms-transform: translateX(-10px);
    -o-transform: translateX(-10px);
    transform: translateX(-10px); }
  100% {
    -webkit-transform: translateX(0px);
    -khtml-transform: translateX(0px);
    -moz-transform: translateX(0px);
    -ms-transform: translateX(0px);
    -o-transform: translateX(0px);
    transform: translateX(0px); } }

@-moz-keyframes slide-right {
  0% {
    -webkit-transform: translateX(-10px);
    -khtml-transform: translateX(-10px);
    -moz-transform: translateX(-10px);
    -ms-transform: translateX(-10px);
    -o-transform: translateX(-10px);
    transform: translateX(-10px); }
  100% {
    -webkit-transform: translateX(0px);
    -khtml-transform: translateX(0px);
    -moz-transform: translateX(0px);
    -ms-transform: translateX(0px);
    -o-transform: translateX(0px);
    transform: translateX(0px); } }

@-ms-keyframes slide-right {
  0% {
    -webkit-transform: translateX(-10px);
    -khtml-transform: translateX(-10px);
    -moz-transform: translateX(-10px);
    -ms-transform: translateX(-10px);
    -o-transform: translateX(-10px);
    transform: translateX(-10px); }
  100% {
    -webkit-transform: translateX(0px);
    -khtml-transform: translateX(0px);
    -moz-transform: translateX(0px);
    -ms-transform: translateX(0px);
    -o-transform: translateX(0px);
    transform: translateX(0px); } }

@-o-keyframes slide-right {
  0% {
    -webkit-transform: translateX(-10px);
    -khtml-transform: translateX(-10px);
    -moz-transform: translateX(-10px);
    -ms-transform: translateX(-10px);
    -o-transform: translateX(-10px);
    transform: translateX(-10px); }
  100% {
    -webkit-transform: translateX(0px);
    -khtml-transform: translateX(0px);
    -moz-transform: translateX(0px);
    -ms-transform: translateX(0px);
    -o-transform: translateX(0px);
    transform: translateX(0px); } }

@keyframes slide-right {
  0% {
    -webkit-transform: translateX(-10px);
    -khtml-transform: translateX(-10px);
    -moz-transform: translateX(-10px);
    -ms-transform: translateX(-10px);
    -o-transform: translateX(-10px);
    transform: translateX(-10px); }
  100% {
    -webkit-transform: translateX(0px);
    -khtml-transform: translateX(0px);
    -moz-transform: translateX(0px);
    -ms-transform: translateX(0px);
    -o-transform: translateX(0px);
    transform: translateX(0px); } }

/*FOR SPINNING*/
@-webkit-keyframes spin {
  from {
    -webkit-transform: rotate(0deg);
    -khtml-transform: rotate(0deg);
    -moz-transform: rotate(0deg);
    -ms-transform: rotate(0deg);
    -o-transform: rotate(0deg);
    transform: rotate(0deg); }
  to {
    -webkit-transform: rotate(360deg);
    -khtml-transform: rotate(360deg);
    -moz-transform: rotate(360deg);
    -ms-transform: rotate(360deg);
    -o-transform: rotate(360deg);
    transform: rotate(360deg); } }

@-moz-keyframes spin {
  from {
    -webkit-transform: rotate(0deg);
    -khtml-transform: rotate(0deg);
    -moz-transform: rotate(0deg);
    -ms-transform: rotate(0deg);
    -o-transform: rotate(0deg);
    transform: rotate(0deg); }
  to {
    -webkit-transform: rotate(360deg);
    -khtml-transform: rotate(360deg);
    -moz-transform: rotate(360deg);
    -ms-transform: rotate(360deg);
    -o-transform: rotate(360deg);
    transform: rotate(360deg); } }

@-ms-keyframes spin {
  from {
    -webkit-transform: rotate(0deg);
    -khtml-transform: rotate(0deg);
    -moz-transform: rotate(0deg);
    -ms-transform: rotate(0deg);
    -o-transform: rotate(0deg);
    transform: rotate(0deg); }
  to {
    -webkit-transform: rotate(360deg);
    -khtml-transform: rotate(360deg);
    -moz-transform: rotate(360deg);
    -ms-transform: rotate(360deg);
    -o-transform: rotate(360deg);
    transform: rotate(360deg); } }

@-o-keyframes spin {
  from {
    -webkit-transform: rotate(0deg);
    -khtml-transform: rotate(0deg);
    -moz-transform: rotate(0deg);
    -ms-transform: rotate(0deg);
    -o-transform: rotate(0deg);
    transform: rotate(0deg); }
  to {
    -webkit-transform: rotate(360deg);
    -khtml-transform: rotate(360deg);
    -moz-transform: rotate(360deg);
    -ms-transform: rotate(360deg);
    -o-transform: rotate(360deg);
    transform: rotate(360deg); } }

@keyframes spin {
  from {
    -webkit-transform: rotate(0deg);
    -khtml-transform: rotate(0deg);
    -moz-transform: rotate(0deg);
    -ms-transform: rotate(0deg);
    -o-transform: rotate(0deg);
    transform: rotate(0deg); }
  to {
    -webkit-transform: rotate(360deg);
    -khtml-transform: rotate(360deg);
    -moz-transform: rotate(360deg);
    -ms-transform: rotate(360deg);
    -o-transform: rotate(360deg);
    transform: rotate(360deg); } }

/*FOR CHECKBOX*/
@keyframes shrink-bounce {
  0% {
    transform: scale(1); }
  33% {
    transform: scale(0.85); }
  100% {
    transform: scale(1); } }

@keyframes checkbox-check {
  0% {
    width: 0;
    height: 0;
    border-color: #fff;
    transform: translate3d(0, 0, 0) rotate(45deg); }
  33% {
    width: .2em;
    height: 0;
    transform: translate3d(0, 0, 0) rotate(45deg); }
  100% {
    width: .2em;
    height: .5em;
    border-color: #fff;
    transform: translate3d(0, -0.5em, 0) rotate(45deg); } }

/*FOR PRODUCT*/
.hvr-overline-reveal {
  display: inline-block;
  vertical-align: middle;
  -webkit-transform: perspective(1px) translateZ(0);
  -khtml-transform: perspective(1px) translateZ(0);
  -moz-transform: perspective(1px) translateZ(0);
  -ms-transform: perspective(1px) translateZ(0);
  -o-transform: perspective(1px) translateZ(0);
  transform: perspective(1px) translateZ(0);
  -webkit-box-shadow: 0 0 1px transparent;
  -khtml-box-shadow: 0 0 1px transparent;
  -moz-box-shadow: 0 0 1px transparent;
  -ms-box-shadow: 0 0 1px transparent;
  -o-box-shadow: 0 0 1px transparent;
  box-shadow: 0 0 1px transparent;
  position: relative;
  overflow: hidden; }

[class^="hvr-"] {
  margin: .4em;
  padding: 1em;
  cursor: pointer;
  background: #e1e1e1;
  text-decoration: none;
  color: #666;
  -webkit-tap-highlight-color: transparent;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale; }

.hvr-overline-reveal:before {
  content: "";
  position: absolute;
  z-index: -1;
  left: 0;
  right: 0;
  top: 0;
  background: #5fdfff;
  height: 4px;
  -webkit-transform: translateY(-4px);
  transform: translateY(-4px);
  -webkit-transition-property: transform;
  transition-property: transform;
  -webkit-transition-duration: 0.3s;
  transition-duration: 0.3s;
  -webkit-transition-timing-function: ease-out;
  transition-timing-function: ease-out; }

.hvr-overline-reveal:hover:before, .hvr-overline-reveal:focus:before, .hvr-overline-reveal:active:before {
  -webkit-transform: translateY(0);
  transform: translateY(0); }

/*ABOUT US PAGE*/
.about_us h2 {
  margin: 2em 0;
  font-size: 2em;
  font-weight: bold;
  color: #00548b; }

.about_us .btn {
  border: 1px solid #00548b;
  background-color: #00548b; }

.about_us header {
  /* Extra Small Devices, Phones */
  /* Small Devices, Tablets */
  /* Medium Devices, Desktops */ }
  @media only screen and (max-width: 768px) {
    .about_us header {
      display: none; } }
  .about_us header .about_us__company {
    -webkit-background-size: cover;
    -khtml-background-size: cover;
    -moz-background-size: cover;
    -ms-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
    -ms-behavior: url(/content/backgroundsize.min.htc);
    background-repeat: no-repeat;
    background-position: center;
    width: 100%;
    height: 500px;
    background-image: url("/content/images/chi-siamo.jpg"); }
  .about_us header .title__wrap {
    width: 300px;
    height: 100px;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-align-items: center;
    -moz-align-items: center;
    -ms-align-items: center;
    align-items: center;
    -webkit-justify-content: center;
    -moz-justify-content: center;
    -ms-justify-content: center;
    justify-content: center;
    -ms-flex-pack: center;
    background-color: #00548b;
    position: relative;
    top: -50px;
    left: 62px; }
    .about_us header .title__wrap h1 {
      color: #fff;
      font-weight: 300;
      font-size: 48px; }

.about_us p {
  color: #00548b;
  line-height: 1.75rem;
  margin-top: 0;
  margin-bottom: 2rem;
  font-size: 1.375rem;
  /* Extra Small Devices, Phones */
  /* Small Devices, Tablets */
  /* Medium Devices, Desktops */ }
  @media only screen and (max-width: 768px) {
    .about_us p {
      font-size: 1em; } }

.about_us h3 {
  margin: 0;
  margin-top: 3rem;
  margin-bottom: 0;
  font-size: 1.75rem;
  font-weight: 400;
  color: #00548b; }

.about_us .about_us__section {
  padding: 0rem 1em;
  margin-bottom: 3rem; }
  .about_us .about_us__section div {
    padding: 0 3em;
    /* Extra Small Devices, Phones */
    /* Small Devices, Tablets */
    /* Medium Devices, Desktops */ }
    @media only screen and (max-width: 992px) {
      .about_us .about_us__section div {
        padding: 0 1em; } }

.about_us .about_us__aside div {
  background-color: #0099d5;
  -webkit-box-shadow: -13px 14px 0px 4px #00548b;
  -khtml-box-shadow: -13px 14px 0px 4px #00548b;
  -moz-box-shadow: -13px 14px 0px 4px #00548b;
  -ms-box-shadow: -13px 14px 0px 4px #00548b;
  -o-box-shadow: -13px 14px 0px 4px #00548b;
  box-shadow: -13px 14px 0px 4px #00548b;
  padding: 2rem;
  color: #fff; }
  .about_us .about_us__aside div h4 {
    margin-top: 1rem;
    font-size: 1.75rem;
    font-weight: 400;
    margin-bottom: 0; }
  .about_us .about_us__aside div a {
    color: #fff;
    font-size: 1.25rem; }
  .about_us .about_us__aside div p {
    font-size: 1rem;
    line-height: 1.2rem;
    margin: 2rem 0;
    color: #fff; }

.button {
  -webkit-transition: all 0.3s;
  -khtml-transition: all 0.3s;
  -moz-transition: all 0.3s;
  -ms-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
  color: #fff;
  text-transform: uppercase;
  border: 0;
  -webkit-border-radius: 5px;
  -khtml-border-radius: 5px;
  -moz-border-radius: 5px;
  -ms-border-radius: 5px;
  -o-border-radius: 5px;
  border-radius: 5px;
  font-size: 1.3em;
  padding: 7px; }
  .button.button--full-w {
    width: 100%; }

.alert {
  font-size: 1.1em;
  padding: 5px;
  text-align: left;
  margin-bottom: 5px;
  position: relative; }
  .alert.alert--info {
    background-color: #d9edf7;
    color: #31708f !important;
    text-transform: uppercase; }
  .alert.alert--warning {
    background-color: #fcf8e3;
    color: #8a6d3b !important; }
  .alert.alert--danger {
    background-color: #f2dede;
    color: #a94442 !important; }
  .alert.alert--default {
    background-color: #f8f8f8;
    color: #606060 !important; }
  .alert.alert__background-pattern, .alert .alert__background-pattern {
    -webkit-background-size: contain;
    -khtml-background-size: contain;
    -moz-background-size: contain;
    -ms-background-size: contain;
    -o-background-size: contain;
    background-size: contain;
    -ms-behavior: url(/content/backgroundsize.min.htc);
    background-position: center;
    background-repeat: no-repeat;
    width: 250px;
    height: 150px;
    margin: 5px 20px; }
  .alert.left-side-flex {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-justify-content: flex-start;
    -moz-justify-content: flex-start;
    -ms-justify-content: flex-start;
    justify-content: flex-start;
    -ms-flex-pack: flex-start;
    -webkit-align-items: center;
    -moz-align-items: center;
    -ms-align-items: center;
    align-items: center; }
    .alert.left-side-flex i {
      font-size: 2em;
      margin: 0 10px; }
  .alert .ion-close {
    position: absolute;
    top: 10px;
    right: 5px;
    font-weight: bold;
    cursor: pointer; }
  .alert .font-size-1 {
    font-size: 1em !important; }
  .alert.no-product {
    margin-top: 10px;
    text-align: center;
    background-color: transparent;
    margin: 0 auto; }
    .alert.no-product div > i {
      font-size: 3em;
      line-height: 1em; }
    .alert.no-product div {
      padding: 10px; }
    .alert.no-product a {
      text-decoration: none; }
    .alert.no-product .button {
      margin: 1rem; }

.button {
  -webkit-border-radius: 5px;
  -khtml-border-radius: 5px;
  -moz-border-radius: 5px;
  -ms-border-radius: 5px;
  -o-border-radius: 5px;
  border-radius: 5px;
  color: #271c18;
  -webkit-transition: all 0.3s;
  -khtml-transition: all 0.3s;
  -moz-transition: all 0.3s;
  -ms-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
  text-decoration: none; }
  .button.no-text-decoration {
    text-decoration: none; }
  .button.full-width {
    width: 100%; }
  .button:hover {
    background-color: #0099d5;
    color: #fff;
    -webkit-transition: all 0.3s;
    -khtml-transition: all 0.3s;
    -moz-transition: all 0.3s;
    -ms-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s; }
  .button--load-more {
    background-color: #5fdfff;
    text-decoration: none;
    color: #fff !important; }
  .button.button--primary {
    background-color: darkgreen;
    border-color: darkgreen;
    color: #fff;
    border-width: 2px;
    border-style: solid;
    padding: .8em 7px; }
    .button.button--primary:hover {
      background-color: #fff;
      border-color: darkgreen;
      color: darkgreen;
      -webkit-transition: all 0.3s;
      -khtml-transition: all 0.3s;
      -moz-transition: all 0.3s;
      -ms-transition: all 0.3s;
      -o-transition: all 0.3s;
      transition: all 0.3s; }
  .button.button--danger {
    border-color: #ebcccc;
    color: #fff;
    background-color: #a94442;
    text-decoration: none; }
    .button.button--danger:hover {
      background-color: #a94442;
      border-color: #a94442;
      color: #fff; }
  .button.button--secondary {
    background: transparent;
    border: 0px; }
    .button.button--secondary:hover {
      background: transparent;
      color: #000;
      border: 0px; }
  .button.button--disabled {
    background-color: #999 !important;
    color: #fff;
    border-color: #999;
    padding: 5px 20px;
    filter: alpha(opacity=60);
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=60)";
    -webkit-opacity: 0.6;
    -khtml-opacity: 0.6;
    -moz-opacity: 0.6;
    -ms-opacity: 0.6;
    -o-opacity: 0.6;
    opacity: 0.6;
    text-decoration: none;
    border-radius: 0; }
    .button.button--disabled:hover {
      cursor: not-allowed; }

/*$marginTopContent: 115px;*/
a, a:link, a:active {
  color: #0099d5;
  outline: none; }

header, section, footer {
  margin: 0;
  padding: 0; }

/* Extra Small Devices, Phones */
/* Small Devices, Tablets */
/* Medium Devices, Desktops */
@media only screen and (max-width: 1200px) {
  a:hover {
    outline: none; } }

#main-content {
  margin-top: 70px;
  padding: 0 .8em;
  padding-top: 0px;
  padding-bottom: 10rem;
  /* Extra Small Devices, Phones */
  /* Small Devices, Tablets */
  /* Medium Devices, Desktops */ }
  @media only screen and (max-width: 768px) {
    #main-content {
      margin-top: 0;
      padding: 0 .2em; } }

#mega-slider {
  -webkit-animation: 0.5s ease fade-in;
  -khtml-animation: 0.5s ease fade-in;
  -moz-animation: 0.5s ease fade-in;
  -ms-animation: 0.5s ease fade-in;
  -o-animation: 0.5s ease fade-in;
  animation: 0.5s ease fade-in;
  /* Extra Small Devices, Phones */
  /* Small Devices, Tablets */
  /* Medium Devices, Desktops */ }
  #mega-slider .owl-prev {
    background-color: rgba(68, 68, 68, 0.07); }
  #mega-slider .owl-next {
    background-color: rgba(68, 68, 68, 0.07); }
  #mega-slider i {
    color: #fff;
    font-size: 1.5em;
    font-weight: 100; }
    #mega-slider i:hover {
      font-weight: 600;
      color: #fff; }
  @media only screen and (max-width: 768px) {
    #mega-slider .owl-nav {
      display: none; } }
  #mega-slider .owl-theme .owl-nav [class*=owl-] {
    color: #002D72; }
  #mega-slider .owl-theme .owl-nav [class*=owl-]:hover {
    color: #002D72;
    background-color: rgba(255, 255, 255, 0.78); }
  #mega-slider .owl-next:hover {
    color: #002D72; }
  #mega-slider .owl-dots {
    display: none; }
  #mega-slider .owl-item {
    width: 100%; }
  #mega-slider .imgMobile {
    display: none !important; }
  @media screen and (max-width: 768px) {
    #mega-slider .imgMobile {
      display: inline !important; }
    #mega-slider .imgDesktop {
      display: none !important; } }

/*HOME PRODUCT CATEGORIES ROW*/
#MultiPartContainer {
  padding: 0 2rem;
  /* Extra Small Devices, Phones */
  /* Small Devices, Tablets */
  /* Medium Devices, Desktops */ }
  @media only screen and (max-width: 992px) {
    #MultiPartContainer {
      padding: 0; } }
  #MultiPartContainer .three {
    width: 23.8%; }
  #MultiPartContainer .three {
    padding: 50px 0; }
  #MultiPartContainer .col-load {
    display: block;
    float: left;
    margin: 1% 0 1% 1.6%; }
  #MultiPartContainer .col-load:first-of-type {
    margin-left: 0; }
  #MultiPartContainer .loader {
    width: 100px;
    height: 100px;
    border-radius: 100%;
    position: relative;
    margin: 0 auto; }
  #MultiPartContainer #loader-2 span {
    display: inline-block;
    width: 20px;
    height: 20px;
    border-radius: 100%;
    background-color: #3498db;
    margin: 35px 5px; }
  #MultiPartContainer #loader-2 span:nth-child(1) {
    animation: bounce 1s ease-in-out infinite; }
  #MultiPartContainer #loader-2 span:nth-child(2) {
    animation: bounce 1s ease-in-out 0.33s infinite; }
  #MultiPartContainer #loader-2 span:nth-child(3) {
    animation: bounce 1s ease-in-out 0.66s infinite; }

@keyframes bounce {
  0%, 75%, 100% {
    -webkit-transform: translateY(0);
    -ms-transform: translateY(0);
    -o-transform: translateY(0);
    transform: translateY(0); }
  25% {
    -webkit-transform: translateY(-20px);
    -ms-transform: translateY(-20px);
    -o-transform: translateY(-20px);
    transform: translateY(-20px); } }
  #MultiPartContainer .product-cat-row {
    border-bottom: 2px solid #eeeded; }
    #MultiPartContainer .product-cat-row.row {
      margin: 0;
      /* Extra Small Devices, Phones */
      /* Small Devices, Tablets */
      /* Medium Devices, Desktops */ }
      @media only screen and (max-width: 992px) {
        #MultiPartContainer .product-cat-row.row {
          margin-bottom: 1em; } }
      #MultiPartContainer .product-cat-row.row > .col-3 {
        padding-left: 0;
        /* Extra Small Devices, Phones */
        /* Small Devices, Tablets */
        /* Medium Devices, Desktops */ }
        @media only screen and (max-width: 992px) {
          #MultiPartContainer .product-cat-row.row > .col-3 {
            display: none; } }
      #MultiPartContainer .product-cat-row.row > .col-9 {
        padding-right: 0;
        /* Extra Small Devices, Phones */
        /* Small Devices, Tablets */
        /* Medium Devices, Desktops */ }
        @media only screen and (max-width: 992px) {
          #MultiPartContainer .product-cat-row.row > .col-9 {
            display: block;
            /*border-bottom: 0;*/
            /*background-color: rgba(#dddddd, .4);*/
            /*@include border-radius(5px);
                    border: 1px solid #dddddd;
                    @include box-shadow(2px 2px 7px rgba($black, .2));*/
            padding: 0;
            padding-right: 0; } }
        #MultiPartContainer .product-cat-row.row > .col-9 .cat-title {
          display: none;
          /* Extra Small Devices, Phones */
          /* Small Devices, Tablets */
          /* Medium Devices, Desktops */
          /* Extra Small Devices, Phones */
          /* Small Devices, Tablets */
          /* Medium Devices, Desktops */
          /* Extra Small Devices, Phones */
          /* Small Devices, Tablets */
          /* Medium Devices, Desktops */
          /* Extra Small Devices, Phones */
          /* Small Devices, Tablets */
          /* Medium Devices, Desktops */ }
          @media only screen and (min-width: 1201px) {
            #MultiPartContainer .product-cat-row.row > .col-9 .cat-title {
              display: none; } }
          @media only screen and (max-width: 1200px) {
            #MultiPartContainer .product-cat-row.row > .col-9 .cat-title {
              display: none; } }
          @media only screen and (max-width: 992px) {
            #MultiPartContainer .product-cat-row.row > .col-9 .cat-title {
              display: -webkit-box;
              display: -moz-box;
              display: -ms-flexbox;
              display: -webkit-flex;
              display: flex;
              margin: 0;
              font-weight: 500;
              color: #00548b;
              padding: .4rem 1.5rem;
              -webkit-border-radius: 30px;
              -khtml-border-radius: 30px;
              -moz-border-radius: 30px;
              -ms-border-radius: 30px;
              -o-border-radius: 30px;
              border-radius: 30px; }
              #MultiPartContainer .product-cat-row.row > .col-9 .cat-title img {
                width: auto;
                height: 36px;
                margin: 0 1rem; } }
          @media only screen and (max-width: 768px) {
            #MultiPartContainer .product-cat-row.row > .col-9 .cat-title {
              font-size: 1.3rem;
              background-color: transparent;
              padding-left: 0;
              font-weight: 900;
              text-transform: uppercase; }
              #MultiPartContainer .product-cat-row.row > .col-9 .cat-title img {
                height: 24px;
                width: auto; } }
        #MultiPartContainer .product-cat-row.row > .col-9 .cat-link {
          display: none; }
    #MultiPartContainer .product-cat-row__background-pattern {
      min-height: 450px;
      width: 100%;
      /*@include background-size(cover);
            background-repeat: no-repeat;
            background-position: center;*/ }
      #MultiPartContainer .product-cat-row__background-pattern h2 {
        margin: 0;
        padding: 1rem;
        background-color: #0099d5;
        color: #fff;
        font-size: 1.5em; }
      #MultiPartContainer .product-cat-row__background-pattern img {
        width: 20%;
        margin: 0 auto; }
      #MultiPartContainer .product-cat-row__background-pattern div {
        padding: .5em 1rem;
        /*background-color: rgba($white, .5);*/ }
        #MultiPartContainer .product-cat-row__background-pattern div a {
          color: #271c18;
          text-decoration: none;
          font-weight: 600;
          font-size: .9em;
          background-color: #fff;
          -webkit-border-radius: 20px;
          -khtml-border-radius: 20px;
          -moz-border-radius: 20px;
          -ms-border-radius: 20px;
          -o-border-radius: 20px;
          border-radius: 20px;
          padding: .2rem 0; }
    #MultiPartContainer .product-cat-row .product-list {
      margin: 0;
      padding: 0;
      /* Extra Small Devices, Phones */
      /* Small Devices, Tablets */
      /* Medium Devices, Desktops */
      /* Extra Small Devices, Phones */
      /* Small Devices, Tablets */
      /* Medium Devices, Desktops */ }
      @media only screen and (max-width: 768px) {
        #MultiPartContainer .product-cat-row .product-list {
          margin-left: 0px; }
          #MultiPartContainer .product-cat-row .product-list section.product {
            border: 1px solid #aaa; }
          #MultiPartContainer .product-cat-row .product-list .owl-stage-outer {
            padding-right: 0 !important;
            padding-left: 0 !important;
            overflow: hidden; }
          #MultiPartContainer .product-cat-row .product-list .owl-item {
            -webkit-transition: all 0.5s;
            -khtml-transition: all 0.5s;
            -moz-transition: all 0.5s;
            -ms-transition: all 0.5s;
            -o-transition: all 0.5s;
            transition: all 0.5s; }
            #MultiPartContainer .product-cat-row .product-list .owl-item.active {
              filter: alpha(opacity=100);
              -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
              -webkit-opacity: 1;
              -khtml-opacity: 1;
              -moz-opacity: 1;
              -ms-opacity: 1;
              -o-opacity: 1;
              opacity: 1;
              -webkit-transition: all 0.5s;
              -khtml-transition: all 0.5s;
              -moz-transition: all 0.5s;
              -ms-transition: all 0.5s;
              -o-transition: all 0.5s;
              transition: all 0.5s; } }
      @media only screen and (max-width: 992px) {
        #MultiPartContainer .product-cat-row .product-list {
          margin-left: 0px; }
          #MultiPartContainer .product-cat-row .product-list .owl-stage-outer {
            padding-right: 0 !important;
            padding-left: 0 !important;
            overflow: hidden; }
          #MultiPartContainer .product-cat-row .product-list .owl-item {
            -webkit-transition: all 0.5s;
            -khtml-transition: all 0.5s;
            -moz-transition: all 0.5s;
            -ms-transition: all 0.5s;
            -o-transition: all 0.5s;
            transition: all 0.5s; }
            #MultiPartContainer .product-cat-row .product-list .owl-item.active {
              filter: alpha(opacity=100);
              -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
              -webkit-opacity: 1;
              -khtml-opacity: 1;
              -moz-opacity: 1;
              -ms-opacity: 1;
              -o-opacity: 1;
              opacity: 1;
              -webkit-transition: all 0.5s;
              -khtml-transition: all 0.5s;
              -moz-transition: all 0.5s;
              -ms-transition: all 0.5s;
              -o-transition: all 0.5s;
              transition: all 0.5s; } }
      #MultiPartContainer .product-cat-row .product-list li {
        width: 100%;
        /* Extra Small Devices, Phones */
        /* Small Devices, Tablets */
        /* Medium Devices, Desktops */ }
        #MultiPartContainer .product-cat-row .product-list li .product {
          width: 98%;
          padding: 1em;
          padding-top: 0; }
        @media only screen and (max-width: 768px) {
          #MultiPartContainer .product-cat-row .product-list li {
            margin-bottom: 0; } }
      #MultiPartContainer .product-cat-row .product-list .owl-prev {
        margin-left: 0; }
      #MultiPartContainer .product-cat-row .product-list .owl-next {
        margin-right: 0; }

/*BANNER*/
.banner-wrap {
  width: 100%;
  padding: 2rem;
  /* Extra Small Devices, Phones */
  /* Small Devices, Tablets */
  /* Medium Devices, Desktops */ }
  .banner-wrap .banner {
    width: 100%;
    height: 150px;
    background-position: center;
    -webkit-background-size: contain;
    -khtml-background-size: contain;
    -moz-background-size: contain;
    -ms-background-size: contain;
    -o-background-size: contain;
    background-size: contain;
    -ms-behavior: url(/content/backgroundsize.min.htc);
    background-repeat: no-repeat; }
  @media only screen and (max-width: 768px) {
    .banner-wrap {
      padding: 0 1rem;
      margin-bottom: 2rem; }
      .banner-wrap .banner {
        height: 100px;
        -webkit-background-size: cover;
        -khtml-background-size: cover;
        -moz-background-size: cover;
        -ms-background-size: cover;
        -o-background-size: cover;
        background-size: cover;
        -ms-behavior: url(/content/backgroundsize.min.htc); } }

.inline-list {
  margin: 0;
  padding: 0;
  list-style: none; }
  .inline-list > li {
    display: inline-block; }

.notice {
  border: 1px solid #51B751;
  border-left: 5px solid #51B751;
  -webkit-box-shadow: inset 0px 0px 0px 5px rgba(81, 183, 81, 0.1), 0px 3px 5px 0px rgba(48, 48, 48, 0.1);
  -khtml-box-shadow: inset 0px 0px 0px 5px rgba(81, 183, 81, 0.1), 0px 3px 5px 0px rgba(48, 48, 48, 0.1);
  -moz-box-shadow: inset 0px 0px 0px 5px rgba(81, 183, 81, 0.1), 0px 3px 5px 0px rgba(48, 48, 48, 0.1);
  -ms-box-shadow: inset 0px 0px 0px 5px rgba(81, 183, 81, 0.1), 0px 3px 5px 0px rgba(48, 48, 48, 0.1);
  -o-box-shadow: inset 0px 0px 0px 5px rgba(81, 183, 81, 0.1), 0px 3px 5px 0px rgba(48, 48, 48, 0.1);
  box-shadow: inset 0px 0px 0px 5px rgba(81, 183, 81, 0.1), 0px 3px 5px 0px rgba(48, 48, 48, 0.1);
  -webkit-border-radius: 5px;
  -khtml-border-radius: 5px;
  -moz-border-radius: 5px;
  -ms-border-radius: 5px;
  -o-border-radius: 5px;
  border-radius: 5px;
  padding: 1.5em;
  font-size: .875em;
  color: #2f732f;
  margin-bottom: 1em;
  font-weight: 700; }

p.center {
  text-align: center; }

input::-webkit-input-placeholder {
  font-style: italic;
  color: #878787;
  font-family: Arial, Verdana, Sans-serif; }

input:-moz-placeholder {
  font-style: italic;
  color: #878787;
  font-family: Arial, Verdana, Sans-serif; }

input::-moz-placeholder {
  font-style: italic;
  color: #878787;
  font-family: Arial, Verdana, Sans-serif; }

input:-ms-input-placeholder {
  font-style: italic;
  color: #878787;
  font-family: Arial, Verdana, Sans-serif; }

.tornasu {
  position: fixed;
  bottom: 0;
  background: rgba(0, 153, 213, 0.9);
  color: #fff;
  font-weight: bold;
  font-size: .875em;
  padding: .2em 1em .2em;
  line-height: 2em;
  -webkit-border-radius: 3px 3px 0 0;
  -khtml-border-radius: 3px 3px 0 0;
  -moz-border-radius: 3px 3px 0 0;
  -ms-border-radius: 3px 3px 0 0;
  -o-border-radius: 3px 3px 0 0;
  border-radius: 3px 3px 0 0;
  cursor: pointer;
  display: none;
  z-index: 100;
  /* Extra Small Devices, Phones */
  /* Small Devices, Tablets */
  /* Medium Devices, Desktops */ }
  .tornasu i {
    margin-right: 1rem; }
  @media only screen and (max-width: 768px) {
    .tornasu {
      left: 0; }
      .tornasu span {
        /*display: none;*/ } }

.bottom-control {
  position: fixed;
  bottom: 0;
  z-index: 100;
  height: 50px;
  width: 100%;
  background-color: #f0f8ff;
  display: none;
  color: #00548b;
  -webkit-box-shadow: 0 -1px 10px rgba(39, 28, 24, 0.3);
  -khtml-box-shadow: 0 -1px 10px rgba(39, 28, 24, 0.3);
  -moz-box-shadow: 0 -1px 10px rgba(39, 28, 24, 0.3);
  -ms-box-shadow: 0 -1px 10px rgba(39, 28, 24, 0.3);
  -o-box-shadow: 0 -1px 10px rgba(39, 28, 24, 0.3);
  box-shadow: 0 -1px 10px rgba(39, 28, 24, 0.3);
  /* Extra Small Devices, Phones */
  /* Small Devices, Tablets */
  /* Medium Devices, Desktops */
  /* Extra Small Devices, Phones */
  /* Small Devices, Tablets */
  /* Medium Devices, Desktops */ }
  @media only screen and (max-width: 768px) {
    .bottom-control {
      display: -webkit-box;
      display: -moz-box;
      display: -ms-flexbox;
      display: -webkit-flex;
      display: flex; }
      .bottom-control .row {
        width: 100%; }
      .bottom-control .col-6 {
        -webkit-flex-basis: 50%;
        -moz-flex-basis: 50%;
        -ms-flex-basis: 50%;
        flex-basis: 50%;
        max-width: 50% !important; }
        .bottom-control .col-6.border-right {
          border-right: 1px solid #dddddd; } }
  @media only screen and (max-width: 480px) {
    .bottom-control {
      height: 60px; } }
  .bottom-control #serviceBottom span {
    display: none; }
  .bottom-control #serviceBottom .visible-on-mobile {
    display: inline; }
  .bottom-control #serviceBottom .change--service {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex; }
    .bottom-control #serviceBottom .change--service img {
      display: none; }
  .bottom-control #serviceBottom .place--service {
    display: block !important; }
    .bottom-control #serviceBottom .place--service img {
      display: none; }
    .bottom-control #serviceBottom .place--service .nowrap-address {
      display: inline;
      font-size: .8rem; }
    .bottom-control #serviceBottom .place--service small {
      cursor: pointer;
      font-weight: bold;
      color: #0099d5;
      font-size: .7rem; }
  .bottom-control #serviceBottom .change-btn {
    margin-left: .5rem;
    color: #0099d5;
    cursor: pointer;
    font-weight: bold; }
  .bottom-control #cartBottom {
    /* Extra Small Devices, Phones */
    /* Small Devices, Tablets */
    /* Medium Devices, Desktops */ }
    @media only screen and (max-width: 768px) {
      .bottom-control #cartBottom {
        -webkit-align-items: flex-start;
        -moz-align-items: flex-start;
        -ms-align-items: flex-start;
        align-items: flex-start;
        padding-top: .4rem; } }

label input {
  float: left !important;
  width: auto !important;
  margin: 0 .5em 0 0;
  position: relative;
  top: .3em; }

.inline-button, .inline-text {
  text-decoration: none;
  display: inline-block;
  font-size: 1em;
  font-family: "Open Sans", sans-serif; }
  .inline-button i, .inline-text i {
    display: inline-block;
    float: left;
    margin-right: 1em;
    -webkit-background-size: cover;
    -khtml-background-size: cover;
    -moz-background-size: cover;
    -ms-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
    -ms-behavior: url(/content/backgroundsize.min.htc);
    background-repeat: no-repeat;
    background-position: 0 0; }

.special-btn {
  -webkit-border-radius: 10px;
  -khtml-border-radius: 10px;
  -moz-border-radius: 10px;
  -ms-border-radius: 10px;
  -o-border-radius: 10px;
  border-radius: 10px;
  background-color: #5fdfff;
  width: 100%;
  display: block;
  padding: .5em 1em;
  padding-left: 45px;
  padding-right: 30px;
  text-decoration: none;
  font-weight: 600;
  text-transform: uppercase;
  margin-bottom: .775em;
  overflow: hidden;
  position: relative;
  vertical-align: middle;
  line-height: 1; }
  .special-btn .right {
    float: right;
    position: relative;
    top: 2px;
    top: 50%;
    margin-top: -8px;
    right: 10px;
    position: absolute; }
  .special-btn .icon {
    background-repeat: no-repeat;
    -webkit-background-size: auto 40px;
    -khtml-background-size: auto 40px;
    -moz-background-size: auto 40px;
    -ms-background-size: auto 40px;
    -o-background-size: auto 40px;
    background-size: auto 40px;
    -ms-behavior: url(/content/backgroundsize.min.htc);
    float: left;
    width: 20px;
    height: 20px;
    margin-right: .5em;
    margin-bottom: -5px;
    position: absolute;
    top: 50%;
    margin-top: -9px;
    left: 15px; }
  @media screen and (min-width: 1024px) {
    .special-btn:hover {
      background-color: #0099d5;
      color: #fff; }
      .special-btn:hover .icon {
        background-position: bottom center; } }

.menu-overlay {
  background-color: rgba(0, 0, 0, 0.65);
  position: fixed;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  z-index: 20; }
  .ie8 .menu-overlay {
    background-color: transparent;
    background-image: url("/content/images/pixel.png");
    background-repeat: repeat; }
  .menu-overlay.up {
    z-index: 21; }

#popup-help {
  border: 3px solid #ccc;
  line-height: 1;
  padding: 1em; }

.thankyou {
  margin: 5rem; }
  .thankyou h2 {
    font-size: 2em; }
  .thankyou p {
    max-width: 500px;
    font-size: 1.5em; }

.confirm-reg-page {
  margin: 5rem;
  border: 1px dotted #00548b;
  font-size: 1.5rem;
  padding: 2rem;
  text-align: center; }
  .confirm-reg-page .logo {
    margin: 1rem;
    background-color: #0099d5; }
  .confirm-reg-page .countdownMessage {
    margin: 1rem;
    font-weight: bold;
    color: #0099d5; }
  .confirm-reg-page .timer {
    font-style: italic; }
    .confirm-reg-page .timer span {
      font-weight: bold;
      color: #00548b; }

.close-icon {
  display: inline-block;
  float: right;
  background-image: url("/content/images/menuclose2x.png");
  -webkit-background-size: contain;
  -khtml-background-size: contain;
  -moz-background-size: contain;
  -ms-background-size: contain;
  -o-background-size: contain;
  background-size: contain;
  -ms-behavior: url(/content/backgroundsize.min.htc);
  background-repeat: no-repeat;
  background-position: 0 0;
  width: 33px;
  height: 32px;
  cursor: pointer;
  text-indent: -9999px;
  position: absolute;
  right: 1em;
  top: 1em;
  z-index: 100; }
  .ie8 .close-icon {
    background-image: url("/content/images/menuclose.png"); }
  @media screen and (max-width: 768px) {
    .close-icon {
      width: 23px;
      height: 22px; } }

label.error {
  color: #cc2529;
  font-size: .675em;
  padding: .5em 0;
  white-space: nowrap; }

input.error, select.error {
  border: 1px solid #cc2529;
  color: #cc2529; }
  input.error::-webkit-input-placeholder, select.error::-webkit-input-placeholder {
    color: #cc2529; }
  input.error:-moz-placeholder, select.error:-moz-placeholder {
    color: #cc2529; }
  input.error::-moz-placeholder, select.error::-moz-placeholder {
    color: #cc2529; }
  input.error:-ms-input-placeholder, select.error:-ms-input-placeholder {
    color: #cc2529; }

.form-group label {
  display: block;
  padding: .5em 0 .3em;
  font-size: .875em;
  margin-top: 1em; }
  .form-group label.error {
    font-size: .775em;
    color: #cc2529;
    font-weight: bold;
    padding-top: 0;
    margin-top: .3em; }

.form-group input, .form-group .selectric {
  margin-top: 0 !important;
  margin: 0; }

.spinner-load {
  position: relative; }

.spinner-load {
  z-index: 999999; }
  .spinner-load:before {
    content: '\f29c';
    font-family: 'Ionicons';
    color: #0099d5;
    -webkit-animation: spin 300ms infinite linear;
    -khtml-animation: spin 300ms infinite linear;
    -moz-animation: spin 300ms infinite linear;
    -ms-animation: spin 300ms infinite linear;
    -o-animation: spin 300ms infinite linear;
    animation: spin 300ms infinite linear;
    display: none;
    width: 43px;
    height: 21px;
    position: absolute;
    top: 50%;
    left: 50%;
    margin: -6px 0 0 -21px;
    /*background-position: center center;
        background-repeat: no-repeat;*/
    /*background-image: url("/content/images/ajax-loader.gif");*/
    z-index: 10; }
  .spinner-load:after {
    content: '';
    display: none;
    background-color: #fff;
    background-color: rgba(255, 255, 255, 0.75);
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    z-index: 5; }
  .spinner-load.loading:after, .spinner-load.loading:before {
    display: block; }

.btn {
  display: block;
  width: 100%;
  background-color: #0099d5;
  color: #fff;
  font-size: 1.5em;
  text-indent: center;
  -webkit-border-radius: 4px;
  -khtml-border-radius: 4px;
  -moz-border-radius: 4px;
  -ms-border-radius: 4px;
  -o-border-radius: 4px;
  border-radius: 4px;
  font-family: "Catamaran", sans-serif;
  /*text-transform: uppercase;*/
  border: none;
  padding: 1em 1.2em;
  margin-top: .5em;
  text-decoration: none;
  text-align: center;
  line-height: 1;
  /*font-weight: 600;*/
  letter-spacing: -.03em; }
  .btn.tiny {
    width: auto;
    display: inline-block;
    font-size: 10px;
    letter-spacing: .03em;
    padding: .5em .775em;
    -webkit-border-radius: 3px;
    -khtml-border-radius: 3px;
    -moz-border-radius: 3px;
    -ms-border-radius: 3px;
    -o-border-radius: 3px;
    border-radius: 3px; }
  .btn:active, .btn:focus {
    outline: none;
    box-shadow: none; }
  .btn.arrow {
    display: inline-block;
    width: auto;
    text-transform: inherit; }
  .btn.disabled {
    background-color: #eee;
    cursor: not-allowed;
    color: #fff !important; }
  .btn.inline {
    font-size: 1em;
    padding: 5px .5em;
    margin: 0; }
  .btn.back {
    display: inline-block;
    font-size: 1em;
    clear: both;
    width: 150px;
    margin: 1em 0; }
    .btn.back .fa {
      position: relative;
      top: -1px;
      margin-right: 1em;
      margin-left: 0; }
  .btn:hover {
    color: #fff !important; }

a.btn {
  color: #fff !important; }

.product-popup-detail .fun {
  color: #0099d5; }

.product-popup-detail .popup-controls {
  margin: 1em 0;
  clear: both;
  border-top: 1px solid #dddddd;
  overflow: hidden;
  padding: 1.5em 0 0; }
  .product-popup-detail .popup-controls .btn {
    display: inline-block;
    width: auto;
    margin: 0 !important;
    padding: 1em 1.5em;
    font-size: .875em !important;
    background: #fff;
    border: 1px solid #0099d5 !important;
    color: #0099d5 !important; }
    .product-popup-detail .popup-controls .btn.right {
      float: right; }

.btn-pay {
  padding: .5em 1.5em;
  font-size: 1.2em; }

@media screen and (max-width: 768px) {
  select {
    width: 100%;
    margin-bottom: .5em;
    padding: .5em; }
    select:disabled {
      background: #f8f8f8;
      border: 1px solid #ccc;
      color: #d1d1d1; }
  .btn {
    font-size: 1.225em; }
  h1, h2, h3, h4, h5 {
    line-height: 1.2; } }

.mainblu {
  color: #0099d5; }

.page-title {
  font-family: "Open Sans", sans-serif;
  font-weight: 300;
  position: relative;
  margin: 1em 0 0;
  padding: 0;
  padding-left: 1em;
  line-height: 1;
  /* Extra Small Devices, Phones */
  /* Small Devices, Tablets */
  /* Medium Devices, Desktops */ }
  .page-title.h1 {
    font-size: 2em;
    margin-bottom: 1em; }
  .page-title:before {
    content: '';
    position: absolute;
    left: 0;
    top: .15em;
    height: 20px;
    width: 20px;
    -webkit-border-radius: 100%;
    -khtml-border-radius: 100%;
    -moz-border-radius: 100%;
    -ms-border-radius: 100%;
    -o-border-radius: 100%;
    border-radius: 100%;
    background-color: #5fdfff;
    display: block; }
  @media only screen and (max-width: 768px) {
    .page-title {
      font-size: 1.5em;
      margin-left: 1rem !important; }
      .page-title.h1 {
        font-size: 1.5em; }
      .page-title:before {
        height: 15px;
        width: 15px;
        top: .15em;
        left: 0; } }

.nice, .form--basso input:not([type=checkbox]):not([type=radio]), .view-data {
  display: block;
  width: 100%;
  padding: .775rem .75rem;
  font-size: 1rem;
  line-height: 1.25;
  color: #464a4c;
  background-color: #fff;
  background-image: none;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
  border: 1px solid rgba(0, 0, 0, 0.15);
  border-radius: .25rem;
  -webkit-transition: border-color ease-in-out .15s,-webkit-box-shadow ease-in-out .15s;
  transition: border-color ease-in-out .15s,-webkit-box-shadow ease-in-out .15s;
  -o-transition: border-color ease-in-out .15s,box-shadow ease-in-out .15s;
  transition: border-color ease-in-out .15s,box-shadow ease-in-out .15s;
  transition: border-color ease-in-out .15s,box-shadow ease-in-out .15s,-webkit-box-shadow ease-in-out .15s; }
  .nice::-webkit-input-placeholder, .form--basso input:not([type=radio]):not([type=checkbox])::-webkit-input-placeholder, .view-data::-webkit-input-placeholder {
    font-size: .9em;
    font-style: normal;
    font-family: "Open Sans", sans-serif; }
  .nice:-moz-placeholder, .form--basso input:-moz-placeholder:not([type=checkbox]):not([type=radio]), .view-data:-moz-placeholder {
    font-size: .9em;
    font-style: normal;
    font-family: "Open Sans", sans-serif; }
  .nice::-moz-placeholder, .form--basso input:not([type=radio]):not([type=checkbox])::-moz-placeholder, .view-data::-moz-placeholder {
    font-size: .9em;
    font-style: normal;
    font-family: "Open Sans", sans-serif; }
  .nice:-ms-input-placeholder, .form--basso input:-ms-input-placeholder:not([type=checkbox]):not([type=radio]), .view-data:-ms-input-placeholder {
    font-size: .9em;
    font-style: normal;
    font-family: "Open Sans", sans-serif; }

.view-data {
  display: block;
  margin: 0;
  border: none;
  padding-left: 0;
  font-weight: bold; }

.mobile-only {
  display: none;
  /* Extra Small Devices, Phones */
  /* Small Devices, Tablets */
  /* Medium Devices, Desktops */ }
  @media only screen and (max-width: 768px) {
    .mobile-only {
      display: block; } }

.modal-info {
  position: fixed;
  top: 64px;
  left: 0;
  width: 100%;
  background-color: #fff;
  z-index: 30;
  padding: 0;
  -webkit-box-shadow: 0px 5px 21px -5px rgba(0, 0, 0, 0.5);
  -khtml-box-shadow: 0px 5px 21px -5px rgba(0, 0, 0, 0.5);
  -moz-box-shadow: 0px 5px 21px -5px rgba(0, 0, 0, 0.5);
  -ms-box-shadow: 0px 5px 21px -5px rgba(0, 0, 0, 0.5);
  -o-box-shadow: 0px 5px 21px -5px rgba(0, 0, 0, 0.5);
  box-shadow: 0px 5px 21px -5px rgba(0, 0, 0, 0.5);
  overflow: hidden;
  font-size: 1em;
  display: none;
  padding-bottom: 1em;
  padding-top: 1em; }
  .modal-info #hellotime {
    font-size: 1.3em; }
  .modal-info .column {
    padding-bottom: 2em; }
  .modal-info .men-picture {
    padding-bottom: 0;
    text-align: center; }
    .modal-info .men-picture img {
      max-height: 320px; }
  .modal-info h2 {
    color: #0099d5;
    font-family: "Open Sans", sans-serif;
    padding: 0;
    margin: 1em 0 0;
    font-size: 1em; }
  .modal-info ul {
    margin: 0 0 0 1.4em;
    padding: 0;
    width: 100%;
    font-size: 1em; }
    .modal-info ul li {
      display: block;
      width: 50%;
      float: left;
      padding-bottom: .5em; }
      .modal-info ul li a {
        text-decoration: none; }
  .modal-info p {
    line-height: 1.2;
    margin: 0 0 0;
    padding: 0 0 1em; }
    .modal-info p strong {
      font-family: "Open Sans", sans-serif;
      color: #271c18; }
    .modal-info p b {
      color: #0099d5;
      font-family: "Open Sans", sans-serif;
      display: block; }
    .modal-info p .help-link {
      text-decoration: none;
      color: #271c18; }
      .modal-info p .help-link i {
        color: #878787; }
  .modal-info .column {
    width: 50%;
    float: left;
    min-height: 1px; }
  @media screen and (max-width: 768px) {
    .modal-info {
      top: 55px; }
      .modal-info ul li {
        width: 100%; }
      .modal-info .column {
        width: 100%; }
        .modal-info .column.men-picture {
          max-height: 150px;
          overflow: hidden; } }

fieldset {
  border: none;
  padding: 0;
  margin: 0; }

.main-search-bar {
  width: 20% !important;
  margin: 5px auto 0;
  position: relative;
  float: left;
  /* Extra Small Devices, Phones */
  /* Small Devices, Tablets */
  /* Medium Devices, Desktops */ }
  .main-search-bar input {
    margin: 0;
    vertical-align: middle;
    background: #fff;
    text-align: left;
    width: 90%;
    height: 38px;
    padding: 0 10px;
    border: none;
    line-height: 38px;
    font-size: .775em;
    border: 1px solid #fff;
    font-family: "Open Sans", sans-serif;
    /*@include box-shadow(inset 0px 0px 10px -3px lighten($mainColor, 8%));*/ }
    .main-search-bar input:focus {
      outline: none; }
    .main-search-bar input::-webkit-input-placeholder {
      font-family: "Open Sans", sans-serif; }
    .main-search-bar input:-moz-placeholder {
      font-family: "Open Sans", sans-serif; }
    .main-search-bar input::-moz-placeholder {
      font-family: "Open Sans", sans-serif; }
    .main-search-bar input:-ms-input-placeholder {
      font-family: "Open Sans", sans-serif; }
  .main-search-bar button {
    margin: 0;
    background: transparent;
    border: none;
    position: absolute;
    right: 0;
    height: 38px;
    width: 40px;
    text-align: center;
    top: 0;
    line-height: 30px;
    color: #0099d5; }
    .main-search-bar button:focus {
      outline: none;
      box-shadow: none; }
    .main-search-bar button .fa {
      font-size: 1.2em;
      top: 1px;
      position: relative;
      left: -2px; }
  @media only screen and (max-width: 992px) {
    .main-search-bar {
      width: auto !important;
      margin-left: 50px;
      margin-right: 15px;
      margin-top: 0;
      float: none;
      -webkit-box-sizing: border-box;
      -khtml-box-sizing: border-box;
      -moz-box-sizing: border-box;
      -ms-box-sizing: border-box;
      -o-box-sizing: border-box;
      box-sizing: border-box; }
      .main-search-bar input {
        font-size: .875em;
        width: 100% !important;
        padding: 0 0 0 10px; } }

.boxed {
  background-color: white;
  border: 1px solid #dddddd;
  -webkit-border-radius: 3px;
  -khtml-border-radius: 3px;
  -moz-border-radius: 3px;
  -ms-border-radius: 3px;
  -o-border-radius: 3px;
  border-radius: 3px;
  padding: 2em 2.5em; }
  @media screen and (max-width: 768px) {
    .boxed {
      padding: 0;
      border: none;
      margin-top: 1em; } }

#adv-bar {
  height: 90px;
  margin: 10px 0;
  text-align: center;
  width: 100%;
  border-bottom: 1px solid #dddddd;
  display: none; }

.icon-service {
  margin-right: 1em;
  width: 71px;
  height: 40px;
  -webkit-background-size: auto 200%;
  -khtml-background-size: auto 200%;
  -moz-background-size: auto 200%;
  -ms-background-size: auto 200%;
  -o-background-size: auto 200%;
  background-size: auto 200%;
  -ms-behavior: url(/content/backgroundsize.min.htc);
  background-position: bottom center;
  background-repeat: no-repeat; }
  .icon-service.icon-service-consegna {
    background-image: url("/content/images/change-consegna.png"); }
  .icon-service.icon-service-ritiro {
    background-image: url("/content/images/change-ritiro.png");
    width: 36px; }
  .icon-service.user-icon {
    background-image: url("/content/images/user-icon.png");
    width: 26px;
    height: 27px;
    background-position: top center;
    display: inline-block;
    vertical-align: middle; }
  @media screen and (max-width: 768px) {
    .icon-service {
      width: 50px;
      height: 28px;
      margin: .5em auto;
      float: none;
      display: block;
      float: none !important; } }

.wysiwyg {
  color: #271c18; }
  .wysiwyg h1, .wysiwyg h2, .wysiwyg h3, .wysiwyg h4, .wysiwyg h5 {
    margin: 1.5em 0 0;
    padding: 0; }
  .wysiwyg h2 {
    font-size: 1.225em;
    color: #0099d5; }
  .wysiwyg h3 {
    font-size: .975em;
    margin-top: .5em; }
  .wysiwyg OL {
    counter-reset: item;
    margin-bottom: 2em;
    line-height: 1.5; }
    .wysiwyg OL strong {
      text-transform: uppercase; }
    .wysiwyg OL LI {
      display: block; }
    .wysiwyg OL LI:before {
      content: counters(item, ".") ".";
      counter-increment: item;
      padding-right: 10px;
      margin-left: -2em; }

.error-message {
  color: #cc2529;
  font-size: .775em;
  padding: .5em 0;
  white-space: nowrap;
  white-space: normal; }

#resultmessage {
  display: none;
  font-family: "Open Sans", sans-serif;
  color: #51B751; }

.time-pre {
  display: block;
  text-align: center;
  padding: 0; }
  .time-pre span {
    display: block; }
    .time-pre span.time {
      font-size: 2em;
      font-weight: bold;
      line-height: 1; }

.select-time-container {
  width: 300px;
  margin: 0 auto;
  overflow: hidden;
  position: relative;
  /* Extra Small Devices, Phones */
  /* Small Devices, Tablets */
  /* Medium Devices, Desktops */ }
  @media only screen and (max-width: 480px) {
    .select-time-container {
      width: 100%; } }
  .select-time-container .select-time-control {
    position: absolute;
    top: 50%;
    color: #bbb;
    margin-top: -18px;
    /* Extra Small Devices, Phones */
    /* Small Devices, Tablets */
    /* Medium Devices, Desktops */ }
    .select-time-container .select-time-control.prev {
      left: 1px; }
    .select-time-container .select-time-control.next {
      right: 1px; }
    @media only screen and (max-width: 768px) {
      .select-time-container .select-time-control.prev {
        left: .5em; }
      .select-time-container .select-time-control.next {
        right: .5em; } }

.select-time {
  overflow: hidden;
  margin: 0;
  padding: 0; }
  .select-time li {
    display: block;
    float: left;
    position: relative;
    width: 260px;
    /* Extra Small Devices, Phones */
    /* Small Devices, Tablets */
    /* Medium Devices, Desktops */
    padding: 0 20px;
    margin: 20px;
    text-align: center;
    font-family: "Open Sans", sans-serif; }
    @media only screen and (max-width: 480px) {
      .select-time li {
        width: 230px; } }
    .select-time li a {
      -webkit-border-radius: 3px;
      -khtml-border-radius: 3px;
      -moz-border-radius: 3px;
      -ms-border-radius: 3px;
      -o-border-radius: 3px;
      border-radius: 3px;
      background-color: #fff;
      border: 1px solid #51B751;
      color: #51B751;
      display: block;
      float: left;
      width: 31%;
      margin: .9%;
      padding: 7px 0;
      text-decoration: none;
      font-size: 14px;
      letter-spacing: -.03em;
      line-height: 1;
      font-weight: 600; }
      .select-time li a.selected {
        background-color: #51B751;
        color: #fff; }
      .select-time li a.past {
        background-color: #DDDDDD;
        border-color: #BABABA;
        color: #9E9E9E;
        cursor: default; }

@media screen and (max-width: 768px) {
  .productCampaignMarker {
    position: relative;
    top: 50px; }
  .thankyou {
    font-size: .7em; }
    .thankyou img {
      display: none; }
  #bx-pager {
    display: none !important; } }

#slider-home {
  margin: 0;
  position: relative;
  padding-bottom: 10px; }
  #slider-home ul {
    list-style: none;
    overflow: hidden; }
  #slider-home:hover .bx-navigation-custom {
    display: block; }

.howdoesitworks {
  padding: 15px;
  min-height: 60vh; }
  .howdoesitworks h1, .howdoesitworks h2 {
    color: #0099d5; }
  .howdoesitworks .icon-service {
    background-position: top center;
    display: block;
    float: left !important;
    margin-right: .5em; }
  .howdoesitworks i.fa {
    color: #0099d5; }
  .howdoesitworks .block {
    border: 1px solid #dddddd;
    padding: .5em 1em;
    margin-bottom: 1em; }
  .howdoesitworks ul li {
    margin-bottom: .5em; }
  .howdoesitworks p.big {
    color: #00548b;
    font-size: 1.225rem; }
  .howdoesitworks .landing__middle-section {
    background: none;
    height: inherit; }
  .howdoesitworks .middle__image {
    background-image: url(/content/images/how-works.png);
    background-position: center;
    -webkit-background-size: cover;
    -khtml-background-size: cover;
    -moz-background-size: cover;
    -ms-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
    -ms-behavior: url(/content/backgroundsize.min.htc);
    background-repeat: no-repeat;
    width: 100%;
    height: 600px; }

.bx-wrapper {
  margin: 0;
  z-index: 10; }
  .bx-wrapper .bx-viewport {
    border: none;
    box-shadow: none;
    left: 0; }
  .bx-wrapper img {
    width: 100%; }
  .bx-wrapper .bx-pager {
    display: table;
    width: 100%;
    position: relative;
    bottom: -1px;
    padding: 0; }
    .bx-wrapper .bx-pager .bx-pager-item {
      display: table-cell;
      padding: 0 1px; }
  .bx-wrapper .bx-pager.bx-default-pager a {
    background-color: #5fdfff;
    -webkit-border-radius: 0;
    -khtml-border-radius: 0;
    -moz-border-radius: 0;
    -ms-border-radius: 0;
    -o-border-radius: 0;
    border-radius: 0;
    width: 100%;
    height: 10px;
    margin: 0; }
    .bx-wrapper .bx-pager.bx-default-pager a.active {
      background-color: #0099d5; }

.bx-navigation-custom {
  width: 100%;
  display: none; }
  .bx-navigation-custom .bx-prev-custom, .bx-navigation-custom .bx-next-custom {
    position: absolute;
    top: 50%;
    z-index: 20;
    margin-top: -2em; }
    .bx-navigation-custom .bx-prev-custom a, .bx-navigation-custom .bx-next-custom a {
      display: block;
      width: 2em;
      height: 2em;
      overflow: hidden;
      position: relative;
      -webkit-border-radius: 100%;
      -khtml-border-radius: 100%;
      -moz-border-radius: 100%;
      -ms-border-radius: 100%;
      -o-border-radius: 100%;
      border-radius: 100%;
      text-indent: -999px;
      z-index: 10; }
    .bx-navigation-custom .bx-prev-custom .fa, .bx-navigation-custom .bx-next-custom .fa {
      -webkit-border-radius: 100%;
      -khtml-border-radius: 100%;
      -moz-border-radius: 100%;
      -ms-border-radius: 100%;
      -o-border-radius: 100%;
      border-radius: 100%;
      background: #fff;
      width: 2em;
      height: 2em;
      overflow: hidden;
      color: #5fdfff; }
    .bx-navigation-custom .bx-prev-custom .fa:before, .bx-navigation-custom .bx-next-custom .fa:before {
      position: absolute;
      z-index: 1;
      left: 50%;
      top: 10px;
      margin-left: -6px; }
  .bx-navigation-custom .bx-prev-custom {
    left: 10px; }
  .bx-navigation-custom .bx-next-custom {
    right: 10px; }

.bx-controls {
  position: absolute;
  left: -1px;
  right: -1px; }

.bxslider {
  margin: 0;
  padding: 0; }

#bx-pager {
  margin: 0;
  padding: 0;
  overflow: hidden;
  width: 100%;
  display: table; }
  #bx-pager a {
    background: #C7C7C7;
    display: table-cell;
    font-family: "Open Sans", sans-serif;
    font-size: 1.225em;
    text-transform: uppercase;
    color: #808080;
    text-align: center;
    text-decoration: none;
    padding: .5em 0;
    border-right: 2px solid #fff; }
    #bx-pager a.active {
      color: #fff;
      background: #808080; }

.selectric-items ul, .selectric-items li, .selectric .label {
  font-size: 1em; }

.selectric-items li {
  display: block;
  padding: 5px 8px;
  border-top: 0;
  border-bottom: 1px solid #EEE;
  color: #000;
  cursor: pointer;
  font-size: .775em !important;
  overflow: hidden;
  position: relative; }
  .selectric-items li .drive-label {
    position: absolute;
    right: 6px;
    top: 8px; }

.selectric-items, .selectric-scroll {
  max-height: 130px; }

.selectric .ellipsis, .selectric-items .ellipsis {
  display: inline-block;
  text-overflow: ellipsis;
  white-space: nowrap;
  position: relative;
  max-width: 90%;
  overflow: hidden; }

.drive-label {
  color: #0099d5;
  font-weight: 600;
  display: inline-block;
  vertical-align: middle;
  margin: 0 0 0 1em;
  font-size: 12px; }
  .drive-label.small {
    margin: 0;
    font-size: 1em;
    cursor: pointer;
    padding: 2px 0;
    position: relative; }
    .drive-label.small .icon-drive {
      width: 20px;
      height: 20px;
      margin: 0;
      top: -2px; }

.drive.alert {
  font-style: italic;
  font-size: .775em;
  line-height: 1;
  border: 1px dashed #0099d5;
  padding: 10px 0 5px;
  display: block;
  text-align: center;
  color: #0099d5; }

.icon-drive {
  display: inline-block;
  width: 25px;
  height: 25px;
  background-size: 100%;
  position: relative;
  top: -4px;
  margin-left: 10px;
  vertical-align: middle;
  background-position: center center;
  background-repeat: no-repeat;
  background-image: url(/content/images/parked-car.png); }

.selectric-wrapper {
  margin-top: .6em;
  text-align: left; }
  .selectric-wrapper.error .selectric {
    border: 1px solid #cc2529; }
    .selectric-wrapper.error .selectric .label {
      color: #cc2529; }

.selectric {
  border-color: #C7C7C7;
  background: #fff;
  -webkit-border-radius: 2px;
  -khtml-border-radius: 2px;
  -moz-border-radius: 2px;
  -ms-border-radius: 2px;
  -o-border-radius: 2px;
  border-radius: 2px; }
  .selectric .drive-label {
    position: absolute;
    right: 30px;
    top: 2px; }
  .selectric p {
    margin: 0 !important;
    padding: 0 .5em; }
  .selectric .label {
    height: 50px;
    line-height: 50px;
    height: 50px;
    line-height: 50px;
    font-size: .775em;
    font-weight: 600; }
  .selectric .button {
    height: 50px; }

.selectricWrapper.error .selectric {
  border-color: #cc2529; }
  .selectricWrapper.error .selectric .label {
    color: #cc2529; }

.mCSB_inside > .mCSB_container {
  margin-right: 15px; }

.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar {
  background-color: #0099d5; }

.mCSB_scrollTools .mCSB_dragger:hover .mCSB_dragger_bar, .mCSB_scrollTools .mCSB_dragger.mCSB_dragger_onDrag .mCSB_dragger_bar {
  background-color: #5fdfff; }

#toast-container > div {
  -webkit-box-shadow: none;
  -khtml-box-shadow: none;
  -moz-box-shadow: none;
  -ms-box-shadow: none;
  -o-box-shadow: none;
  box-shadow: none;
  -webkit-border-radius: 3px;
  -khtml-border-radius: 3px;
  -moz-border-radius: 3px;
  -ms-border-radius: 3px;
  -o-border-radius: 3px;
  border-radius: 3px;
  opacity: 1 !important;
  font-size: .875em; }

#toast-container .toast-message {
  font-size: .775em; }

@media screen and (max-width: 768px) {
  #toast-container {
    width: auto;
    -webkit-box-sizing: border-box;
    -khtml-box-sizing: border-box;
    -moz-box-sizing: border-box;
    -ms-box-sizing: border-box;
    -o-box-sizing: border-box;
    box-sizing: border-box;
    overflow: hidden; }
    #toast-container .toast-message {
      font-size: .675em; }
    #toast-container > * {
      -webkit-box-sizing: border-box;
      -khtml-box-sizing: border-box;
      -moz-box-sizing: border-box;
      -ms-box-sizing: border-box;
      -o-box-sizing: border-box;
      box-sizing: border-box; } }

.Splendidi-music-badge {
  display: block;
  width: 60px;
  height: 60px;
  z-index: 20;
  -webkit-border-radius: 100%;
  -khtml-border-radius: 100%;
  -moz-border-radius: 100%;
  -ms-border-radius: 100%;
  -o-border-radius: 100%;
  border-radius: 100%;
  overflow: hidden;
  position: absolute;
  left: 10px;
  top: 10px;
  background-color: #fff;
  background-image: url("/content/images/crf-music-final.png");
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover; }
  @media screen and (max-width: 768px) {
    .Splendidi-music-badge {
      top: auto;
      bottom: 60px; } }

.privacypopup {
  display: none;
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: rgba(0, 0, 0, 0.8);
  z-index: 100000; }
  .privacypopup .privacy-content {
    display: block;
    top: 0;
    max-width: 960px;
    background: #fff;
    padding: 4em;
    overflow-y: scroll;
    height: 100%;
    margin: 0 auto; }

.alert-overlay {
  display: block;
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: rgba(0, 0, 0, 0.8);
  z-index: 100000; }
  .alert-overlay .alert-content {
    display: block;
    top: 0;
    max-width: 450px;
    background: #fff;
    padding: 2em;
    height: auto;
    margin: 2em auto;
    text-align: center; }
    .alert-overlay .alert-content p {
      display: block; }
    .alert-overlay .alert-content a.btn {
      font-size: .875em;
      display: inline-block;
      width: auto; }

.special-links {
  font-size: .875em;
  margin-top: 2em; }
  @media screen and (max-width: 768px) {
    .special-links {
      display: none; } }
  .special-links .label {
    display: inline-block;
    line-height: 1;
    color: #0099d5;
    text-transform: uppercase;
    margin-right: 1em;
    font-family: "Open Sans", sans-serif;
    line-height: 1.5; }
  .special-links ul.links {
    display: inline-block;
    margin: 0;
    padding: 0; }
    .special-links ul.links li {
      display: inline-block; }
      .special-links ul.links li a {
        display: inline-block;
        border: 1px solid #0099d5;
        -webkit-border-radius: 2px;
        -khtml-border-radius: 2px;
        -moz-border-radius: 2px;
        -ms-border-radius: 2px;
        -o-border-radius: 2px;
        border-radius: 2px;
        padding: 6px 10px;
        line-height: 1;
        color: #0099d5;
        margin-right: .5em;
        text-decoration: none;
        font-family: "Open Sans", sans-serif;
        text-transform: uppercase;
        font-size: .875em; }
        .special-links ul.links li a:hover {
          background-color: #0099d5;
          color: #fff; }

.search-with-filters .col-10 {
  /* Extra Small Devices, Phones */
  /* Small Devices, Tablets */
  /* Medium Devices, Desktops */ }
  @media only screen and (max-width: 1200px) {
    .search-with-filters .col-10 {
      max-width: 100%;
      width: 100%;
      -webkit-flex-basis: 100%;
      -moz-flex-basis: 100%;
      -ms-flex-basis: 100%;
      flex-basis: 100%; } }

.search-with-filters .noprod {
  margin: 2em 0; }

.search-with-filters .wrong-search {
  /*border-top: 5px solid $grey;
        padding-bottom: 2em;*/
  overflow: hidden; }
  .search-with-filters .wrong-search h3 {
    margin: 30px 0 1em 30px; }
  .search-with-filters .wrong-search ul {
    margin: 0;
    padding: 0;
    list-style: none;
    margin-left: 30px; }
    .search-with-filters .wrong-search ul li {
      font-size: .875em; }
      .search-with-filters .wrong-search ul li a {
        text-decoration: none;
        font-weight: 600; }

.search-with-filters .search-head {
  text-align: left;
  font-size: 1em;
  overflow: hidden; }
  .search-with-filters .search-head .page-title {
    color: #000;
    /* Extra Small Devices, Phones */
    /* Small Devices, Tablets */
    /* Medium Devices, Desktops */ }
    @media only screen and (max-width: 768px) {
      .search-with-filters .search-head .page-title {
        padding: .5em 0; } }

.search-with-filters #product-grid li {
  width: 25%;
  /* Extra Small Devices, Phones */
  /* Small Devices, Tablets */
  /* Medium Devices, Desktops */ }
  .search-with-filters #product-grid li .price-wrap {
    white-space: nowrap; }
  .search-with-filters #product-grid li .product {
    padding: 1em 0; }
    .search-with-filters #product-grid li .product .badge-special {
      margin-left: 20px; }
  @media screen and (max-width: 1280px) {
    .search-with-filters #product-grid li {
      width: 25%; } }
  @media only screen and (max-width: 992px) {
    .search-with-filters #product-grid li {
      width: 50%; } }
  @media screen and (max-width: 767px) {
    .search-with-filters #product-grid li {
      width: 100%; } }

.search-with-filters .filter-main-title {
  color: #0099d5;
  text-transform: uppercase;
  font-size: 1em;
  margin: 0;
  border-bottom: 2px solid #dddddd;
  padding: 1.1em 0;
  font-family: "Open Sans", sans-serif;
  /* Extra Small Devices, Phones */
  /* Small Devices, Tablets */
  /* Medium Devices, Desktops */ }
  @media only screen and (max-width: 992px) {
    .search-with-filters .filter-main-title {
      border: 0; } }

.search-with-filters .filter-block {
  overflow: hidden; }
  .search-with-filters .filter-block.many {
    position: relative;
    padding-bottom: 2em; }
    .search-with-filters .filter-block.many .more {
      position: absolute;
      bottom: 0;
      font-size: .675em;
      display: block;
      color: #0099d5;
      cursor: pointer;
      background: #fff;
      width: 100%;
      padding: 5px 0 7px;
      -webkit-box-shadow: 0px 0px 5px 10px #FFFFFF;
      -khtml-box-shadow: 0px 0px 5px 10px #FFFFFF;
      -moz-box-shadow: 0px 0px 5px 10px #FFFFFF;
      -ms-box-shadow: 0px 0px 5px 10px #FFFFFF;
      -o-box-shadow: 0px 0px 5px 10px #FFFFFF;
      box-shadow: 0px 0px 5px 10px #FFFFFF; }
  .search-with-filters .filter-block.long {
    max-height: none; }
  .search-with-filters .filter-block .filter-title {
    font-weight: 600;
    color: #333;
    text-transform: uppercase;
    font-size: .875em;
    padding: 0;
    margin: 0 0 1em;
    font-family: "Open Sans", sans-serif; }
  .search-with-filters .filter-block ul {
    margin: 0;
    padding: 0;
    list-style: none; }
    .search-with-filters .filter-block ul li {
      display: block;
      margin: 0;
      font-size: .775em;
      margin: .6rem;
      margin-left: 0; }
      .search-with-filters .filter-block ul li input {
        padding: 0;
        margin: 0;
        vertical-align: bottom;
        position: relative;
        top: 0;
        float: left; }
      .search-with-filters .filter-block ul li label {
        color: #0099d5;
        line-height: 1rem;
        display: block;
        padding-left: 19px;
        text-indent: 0;
        font-size: .95em;
        /* Extra Small Devices, Phones */
        /* Small Devices, Tablets */
        /* Medium Devices, Desktops */ }
        @media only screen and (max-width: 992px) {
          .search-with-filters .filter-block ul li label {
            color: #271c18;
            font-size: 1rem;
            margin-bottom: 1em; } }
      .search-with-filters .filter-block ul li:hover label {
        color: #271c18;
        cursor: pointer; }
      .search-with-filters .filter-block ul li.disable input {
        filter: alpha(opacity=50);
        -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=50)";
        -webkit-opacity: 0.5;
        -khtml-opacity: 0.5;
        -moz-opacity: 0.5;
        -ms-opacity: 0.5;
        -o-opacity: 0.5;
        opacity: 0.5;
        cursor: default; }
      .search-with-filters .filter-block ul li.disable label {
        color: #ccc;
        cursor: default; }
      .search-with-filters .filter-block ul li.disable:hover label {
        color: #ccc; }
      .search-with-filters .filter-block ul li.selected label {
        font-family: "Open Sans", sans-serif; }

.slider-responsive {
  /* Extra Small Devices, Phones */
  /* Small Devices, Tablets */
  /* Medium Devices, Desktops */ }
  .slider-responsive .mobile {
    display: none; }
  @media only screen and (max-width: 768px) {
    .slider-responsive .desktop {
      display: none; }
    .slider-responsive .mobile {
      display: block; } }

#advTop {
  display: none; }

.close-layer {
  display: none; }

.slide-mobile {
  -webkit-transform: translateX(70%);
  -khtml-transform: translateX(70%);
  -moz-transform: translateX(70%);
  -ms-transform: translateX(70%);
  -o-transform: translateX(70%);
  transform: translateX(70%); }
  .slide-mobile .close-layer {
    display: block;
    width: 100%;
    height: 100%;
    position: fixed;
    z-index: 1000;
    background-color: rgba(0, 0, 0, 0.5); }
    .slide-mobile .close-layer .close__item {
      padding: 20px;
      color: #fff;
      font-size: 2em;
      /* Extra Small Devices, Phones */
      /* Small Devices, Tablets */
      /* Medium Devices, Desktops */ }
      @media only screen and (max-width: 480px) {
        .slide-mobile .close-layer .close__item {
          padding: 10px; } }

.close-layer.active {
  display: block;
  width: 100%;
  height: 100%;
  position: fixed;
  z-index: 9999;
  background-color: rgba(0, 0, 0, 0.5); }
  .close-layer.active .close__item {
    padding: 20px;
    color: #fff;
    font-size: 2em;
    /* Extra Small Devices, Phones */
    /* Small Devices, Tablets */
    /* Medium Devices, Desktops */ }
    @media only screen and (max-width: 480px) {
      .close-layer.active .close__item {
        padding: 10px; } }
  .close-layer.active .header {
    z-index: 10000000000000000000000000;
    position: relative;
    width: 100%; }
    .close-layer.active .header .header__submenu {
      border: 0; }

/*@include bp(mobile) {
    //padding-top: 0 !important; 
    @include transform(translateX(0px));
    @include transition(transform, .3s, ease);
}*/
#main-wrap-control {
  background: #fff;
  position: relative;
  z-index: 10;
  /*padding-bottom: 7.5em;*/
  min-height: 100%;
  /* Extra Small Devices, Phones */
  /* Small Devices, Tablets */
  /* Medium Devices, Desktops */
  /* Extra Small Devices, Phones */
  /* Small Devices, Tablets */
  /* Medium Devices, Desktops */ }
  @media only screen and (max-width: 992px) {
    #main-wrap-control {
      padding: 0; } }
  @media only screen and (max-width: 768px) {
    #main-wrap-control {
      padding: 0; } }

.full-header-bar {
  background: #0099d5;
  width: 100%;
  font-family: "Open Sans", sans-serif;
  /* Extra Small Devices, Phones */
  /* Small Devices, Tablets */
  /* Medium Devices, Desktops */ }
  .full-header-bar:after {
    content: "";
    display: table;
    clear: both; }
  .full-header-bar .tellme {
    color: #fff;
    font-size: 11px;
    float: left;
    padding: .7em 0;
    letter-spacing: .03em; }
  .full-header-bar ul.inline {
    float: right;
    text-align: right;
    list-style: none;
    margin: 0;
    padding: 0;
    color: #fff;
    white-space: nowrap; }
    .full-header-bar ul.inline > li {
      border-left: 1px solid #fff;
      display: inline-block;
      font-size: 11px;
      text-transform: uppercase; }
      .full-header-bar ul.inline > li .top-voice {
        color: #fff;
        text-decoration: none;
        font-weight: 600;
        display: inline-block;
        padding: .7em 1em; }
      .full-header-bar ul.inline > li .fa {
        margin-right: .5em; }
  @media only screen and (max-width: 768px) {
    .full-header-bar .tellme {
      display: none; }
    .full-header-bar .top-1, .full-header-bar .top-2 {
      display: none !important; } }

@media screen and (min-width: 1024px) {
  body.fixed #main-wrap-control.skinActive {
    padding-top: 0; }
  #main-wrap-control.skinActive {
    max-width: 960px;
    margin: 0 auto;
    background: #fff;
    position: relative;
    font-size: .875em;
    border: 1px solid #fff;
    z-index: 5; }
    #main-wrap-control.skinActive #cart .cart-recap .subtotal {
      font-size: 13px; }
    #main-wrap-control.skinActive .wrap {
      padding: 0 12px; }
    #main-wrap-control.skinActive .full-header-bar {
      width: auto;
      margin-left: -12px;
      margin-right: -12px;
      padding: 0 12px; }
    #main-wrap-control.skinActive #cart:not(.open) {
      box-shadow: none; }
    #main-wrap-control.skinActive #main-header .main-header-top .header--icon {
      font-size: 1.3em;
      position: relative;
      top: 3px;
      left: 7px; }
    #main-wrap-control.skinActive #main-header .main-header-top .header--tab {
      padding-left: 35px; }
      #main-wrap-control.skinActive #main-header .main-header-top .header--tab.cart-recap {
        padding-top: 11px;
        padding-bottom: 10px;
        padding-left: 10px; }
    #main-wrap-control.skinActive:after {
      content: '';
      display: block;
      clear: both; }
    #main-wrap-control.skinActive #main-header {
      position: relative;
      font-size: .975em;
      padding: 0 12px; }
      #main-wrap-control.skinActive #main-header #lg {
        width: 170px;
        padding: 7px 0; }
      #main-wrap-control.skinActive #main-header .user-head-menulist {
        min-width: 390px; }
    #main-wrap-control.skinActive .product-list li {
      width: 25%; }
    #main-wrap-control.skinActive .search-with-filters #product-grid li {
      width: 50%; }
  body.skinBody {
    padding-top: 100px !important;
    overflow-x: hidden; }
    body.skinBody #popup, body.skinBody .modal-info {
      padding: 2em;
      position: absolute; }
  .advSkinWrap {
    position: fixed;
    top: 0;
    height: 100%;
    width: 1280px;
    left: 50%;
    margin-left: -640px; }
    .advSkinWrap img {
      text-indent: -9999px; }
  #advLeft {
    display: block;
    width: 162px;
    height: 1000px;
    position: absolute;
    left: 0;
    top: -95px; }
  #advRight {
    display: block;
    width: 161px;
    height: 1000px;
    position: absolute;
    right: 0;
    top: -95px; }
  #advTop {
    display: block;
    height: 95px;
    width: 976px;
    margin: 0 auto; } }

.faq-page {
  padding: 15px;
  margin-top: 1rem; }
  .faq-page h2 {
    margin-top: 1.5em;
    margin-bottom: .5em; }
  .faq-page h1 {
    margin-top: 1rem;
    /* Extra Small Devices, Phones */
    /* Small Devices, Tablets */
    /* Medium Devices, Desktops */ }
    @media only screen and (max-width: 768px) {
      .faq-page h1 {
        margin-top: 0; } }
  .faq-page .question {
    border: 1px solid #dddddd;
    margin-top: -1px; }
  .faq-page .domanda {
    font-weight: 600;
    padding: 1em;
    cursor: pointer; }
    .faq-page .domanda:hover {
      background: #dddddd; }
  .faq-page .risposta {
    display: none;
    padding: 1em;
    line-height: 1.5; }

.mfp-wrap {
  z-index: 999999 !important; }

.mfp-bg {
  z-index: 99999; }

.sliding-tiles {
  margin-bottom: 1em; }
  .sliding-tiles .sliding-tiles--slider {
    width: 100%;
    position: relative;
    padding: 0;
    overflow: hidden;
    margin: 0; }
  .sliding-tiles .slider--item {
    display: block;
    width: 100%;
    height: 90px; }
  .sliding-tiles .slider--link {
    display: block;
    height: 90px;
    vertical-align: middle;
    text-decoration: none;
    text-align: center;
    -webkit-border-radius: 5px;
    -khtml-border-radius: 5px;
    -moz-border-radius: 5px;
    -ms-border-radius: 5px;
    -o-border-radius: 5px;
    border-radius: 5px;
    overflow: hidden;
    color: #fff;
    padding: 1.5em 1em;
    position: relative;
    background-size: cover; }
    .sliding-tiles .slider--link:before {
      content: '';
      display: block;
      left: 0;
      top: 0;
      width: 100%;
      height: 100%;
      background-color: rgba(22, 44, 80, 0.32);
      z-index: 0;
      position: absolute; }
    .sliding-tiles .slider--link span {
      display: block;
      font-weight: 800;
      font-size: .675em;
      position: relative;
      line-height: 1.2; }
  .sliding-tiles span.slider--link-top {
    vertical-align: middle;
    font-size: 1em; }
  .sliding-tiles span.slider--link-bottom {
    vertical-align: middle; }
  .sliding-tiles .bx-controls-direction {
    position: relative;
    top: -45px; }
    .sliding-tiles .bx-controls-direction a {
      background: transparent;
      text-indent: 0;
      text-align: center;
      color: #fff;
      padding: 3px 0; }

.affarissimi .affarissimi-red {
  background: #cc2529;
  text-align: center;
  color: #fff;
  padding: .6em 1em;
  -webkit-border-radius: 13px 3px 13px 3px;
  -khtml-border-radius: 13px 3px 13px 3px;
  -moz-border-radius: 13px 3px 13px 3px;
  -ms-border-radius: 13px 3px 13px 3px;
  -o-border-radius: 13px 3px 13px 3px;
  border-radius: 13px 3px 13px 3px;
  font-weight: 700;
  font-size: 1.5em;
  letter-spacing: .03em; }
  .affarissimi .affarissimi-red .fa {
    font-size: .8em;
    margin-right: .3em;
    color: #FFF315; }

.affarissimi .affarissimi-desc {
  padding: 2em 0;
  border-bottom: 1px solid #cc2529;
  margin-bottom: 1em; }
  .affarissimi .affarissimi-desc h2 {
    margin: 0 0 1em;
    font-weight: 700;
    padding: 0;
    font-size: 1.3em;
    color: #cc2529; }
  .affarissimi .affarissimi-desc p {
    font-size: 1em;
    line-height: 1.5;
    color: #271c18;
    margin: 0;
    letter-spacing: -.03em; }
    .affarissimi .affarissimi-desc p strong {
      color: #cc2529; }

.specialComposerLayer {
  position: fixed;
  top: 0;
  bottom: 0;
  background: #fff;
  width: 50%;
  z-index: 100;
  left: -100%;
  -webkit-box-shadow: 0px 0px 50px -10px #000;
  -khtml-box-shadow: 0px 0px 50px -10px #000;
  -moz-box-shadow: 0px 0px 50px -10px #000;
  -ms-box-shadow: 0px 0px 50px -10px #000;
  -o-box-shadow: 0px 0px 50px -10px #000;
  box-shadow: 0px 0px 50px -10px #000;
  -webkit-transition: left, 0.5s, ease;
  -khtml-transition: left, 0.5s, ease;
  -moz-transition: left, 0.5s, ease;
  -ms-transition: left, 0.5s, ease;
  -o-transition: left, 0.5s, ease;
  transition: left, 0.5s, ease; }
  .specialComposerLayer.open {
    left: 0; }

.composerItems {
  overflow: hidden; }
  .composerItems .composerItem {
    width: 25%;
    float: left;
    padding: 10px;
    height: 200px; }
    .composerItems .composerItem__image {
      display: block;
      width: 100%;
      text-align: center; }
      .composerItems .composerItem__image img {
        max-width: 100%;
        max-height: 50px; }
    .composerItems .composerItem__name {
      font-size: .875em;
      display: block;
      font-weight: 800;
      text-align: center; }

.dance {
  animation-name: dance;
  -webkit-animation-name: dance;
  animation-iteration-count: infinite;
  -webkit-animation-iteration-count: infinite;
  animation-duration: 1s;
  -webkit-animation-duration: 1s;
  -webkit-animation-delay: 2.5s;
  animation-delay: 2.5s;
  animation-timing-function: ease;
  -webkit-animation-timing-function: ease; }

@-webkit-keyframes dance {
  0% {
    -webkit-transform: rotate(0deg);
    -moz-transform: rotate(0deg);
    -o-transform: rotate(0deg);
    -ms-transform: rotate(0deg);
    transform: rotate(0deg); }
  40% {
    -webkit-transform: rotate(45deg);
    -moz-transform: rotate(45deg);
    -o-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg); }
  60% {
    -webkit-transform: rotate(-45deg);
    -moz-transform: rotate(-45deg);
    -o-transform: rotate(-45deg);
    -ms-transform: rotate(-45deg);
    transform: rotate(-45deg); }
  100% {
    -webkit-transform: rotate(0deg);
    -moz-transform: rotate(0deg);
    -o-transform: rotate(0deg);
    -ms-transform: rotate(0deg);
    transform: rotate(0deg); } }

@-moz-keyframes dance {
  0% {
    -webkit-transform: rotate(0deg);
    -moz-transform: rotate(0deg);
    -o-transform: rotate(0deg);
    -ms-transform: rotate(0deg);
    transform: rotate(0deg); }
  40% {
    -webkit-transform: rotate(45deg);
    -moz-transform: rotate(45deg);
    -o-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg); }
  60% {
    -webkit-transform: rotate(-45deg);
    -moz-transform: rotate(-45deg);
    -o-transform: rotate(-45deg);
    -ms-transform: rotate(-45deg);
    transform: rotate(-45deg); }
  100% {
    -webkit-transform: rotate(0deg);
    -moz-transform: rotate(0deg);
    -o-transform: rotate(0deg);
    -ms-transform: rotate(0deg);
    transform: rotate(0deg); } }

@-ms-keyframes dance {
  0% {
    -webkit-transform: rotate(0deg);
    -moz-transform: rotate(0deg);
    -o-transform: rotate(0deg);
    -ms-transform: rotate(0deg);
    transform: rotate(0deg); }
  40% {
    -webkit-transform: rotate(45deg);
    -moz-transform: rotate(45deg);
    -o-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg); }
  60% {
    -webkit-transform: rotate(-45deg);
    -moz-transform: rotate(-45deg);
    -o-transform: rotate(-45deg);
    -ms-transform: rotate(-45deg);
    transform: rotate(-45deg); }
  100% {
    -webkit-transform: rotate(0deg);
    -moz-transform: rotate(0deg);
    -o-transform: rotate(0deg);
    -ms-transform: rotate(0deg);
    transform: rotate(0deg); } }

@-o-keyframes dance {
  0% {
    -webkit-transform: rotate(0deg);
    -moz-transform: rotate(0deg);
    -o-transform: rotate(0deg);
    -ms-transform: rotate(0deg);
    transform: rotate(0deg); }
  40% {
    -webkit-transform: rotate(45deg);
    -moz-transform: rotate(45deg);
    -o-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg); }
  60% {
    -webkit-transform: rotate(-45deg);
    -moz-transform: rotate(-45deg);
    -o-transform: rotate(-45deg);
    -ms-transform: rotate(-45deg);
    transform: rotate(-45deg); }
  100% {
    -webkit-transform: rotate(0deg);
    -moz-transform: rotate(0deg);
    -o-transform: rotate(0deg);
    -ms-transform: rotate(0deg);
    transform: rotate(0deg); } }

@keyframes dance {
  0% {
    -webkit-transform: rotate(0deg);
    -moz-transform: rotate(0deg);
    -o-transform: rotate(0deg);
    -ms-transform: rotate(0deg);
    transform: rotate(0deg); }
  40% {
    -webkit-transform: rotate(45deg);
    -moz-transform: rotate(45deg);
    -o-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg); }
  60% {
    -webkit-transform: rotate(-45deg);
    -moz-transform: rotate(-45deg);
    -o-transform: rotate(-45deg);
    -ms-transform: rotate(-45deg);
    transform: rotate(-45deg); }
  100% {
    -webkit-transform: rotate(0deg);
    -moz-transform: rotate(0deg);
    -o-transform: rotate(0deg);
    -ms-transform: rotate(0deg);
    transform: rotate(0deg); } }

.animated {
  -webkit-animation-duration: 1s;
  animation-duration: 1s;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both; }

.animated.infinite {
  -webkit-animation-iteration-count: infinite;
  animation-iteration-count: infinite; }

.animated.hinge {
  -webkit-animation-duration: 2s;
  animation-duration: 2s; }

.animated.flipOutX,
.animated.flipOutY,
.animated.bounceIn,
.animated.bounceOut {
  -webkit-animation-duration: .75s;
  animation-duration: .75s; }

@-webkit-keyframes bounceIn {
  from, 20%, 40%, 60%, 80%, to {
    -webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1); }
  0% {
    opacity: 0;
    -webkit-transform: scale3d(0.3, 0.3, 0.3);
    transform: scale3d(0.3, 0.3, 0.3); }
  20% {
    -webkit-transform: scale3d(1.1, 1.1, 1.1);
    transform: scale3d(1.1, 1.1, 1.1); }
  40% {
    -webkit-transform: scale3d(0.9, 0.9, 0.9);
    transform: scale3d(0.9, 0.9, 0.9); }
  60% {
    opacity: 1;
    -webkit-transform: scale3d(1.03, 1.03, 1.03);
    transform: scale3d(1.03, 1.03, 1.03); }
  80% {
    -webkit-transform: scale3d(0.97, 0.97, 0.97);
    transform: scale3d(0.97, 0.97, 0.97); }
  to {
    opacity: 1;
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1); } }

@keyframes bounceIn {
  from, 20%, 40%, 60%, 80%, to {
    -webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1); }
  0% {
    opacity: 0;
    -webkit-transform: scale3d(0.3, 0.3, 0.3);
    transform: scale3d(0.3, 0.3, 0.3); }
  20% {
    -webkit-transform: scale3d(1.1, 1.1, 1.1);
    transform: scale3d(1.1, 1.1, 1.1); }
  40% {
    -webkit-transform: scale3d(0.9, 0.9, 0.9);
    transform: scale3d(0.9, 0.9, 0.9); }
  60% {
    opacity: 1;
    -webkit-transform: scale3d(1.03, 1.03, 1.03);
    transform: scale3d(1.03, 1.03, 1.03); }
  80% {
    -webkit-transform: scale3d(0.97, 0.97, 0.97);
    transform: scale3d(0.97, 0.97, 0.97); }
  to {
    opacity: 1;
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1); } }

.bounceIn {
  -webkit-animation-name: bounceIn;
  animation-name: bounceIn; }

.selectTimeTabs {
  max-width: 500px;
  margin: 0 auto; }
  .selectTimeTabs .selectTimeTabs__tab {
    margin-top: 3em;
    display: table;
    width: 100%; }
    .selectTimeTabs .selectTimeTabs__tab .small.link {
      display: inline-block;
      font-size: .6em;
      border-bottom: 1px solid #ccc;
      padding-bottom: 2px; }
    .selectTimeTabs .selectTimeTabs__tab .drive-label {
      vertical-align: top !important;
      font-size: 1em;
      margin-left: 4px !important; }
      .selectTimeTabs .selectTimeTabs__tab .drive-label .icon-drive {
        height: 1em;
        width: 1em; }
    .selectTimeTabs .selectTimeTabs__tab .selectTab {
      display: table-cell;
      width: 50%;
      vertical-align: middle;
      text-align: center;
      background-color: #fff; }
      .selectTimeTabs .selectTimeTabs__tab .selectTab.selected {
        border: 1px solid #ccc;
        border-bottom: none;
        z-index: 10;
        position: relative;
        -webkit-border-radius: 4px 4px 0 0;
        -khtml-border-radius: 4px 4px 0 0;
        -moz-border-radius: 4px 4px 0 0;
        -ms-border-radius: 4px 4px 0 0;
        -o-border-radius: 4px 4px 0 0;
        border-radius: 4px 4px 0 0; }
        .selectTimeTabs .selectTimeTabs__tab .selectTab.selected .selectTab__content:before {
          border: 1px solid #0099d5;
          background: #0099d5;
          box-shadow: inset 0px 0px 0px 2px #fff; }
    .selectTimeTabs .selectTimeTabs__tab .selectTab__content {
      padding: 1.225em .5em 1.225em;
      display: block;
      cursor: pointer;
      /* Extra Small Devices, Phones */
      /* Small Devices, Tablets */
      /* Medium Devices, Desktops */ }
      .selectTimeTabs .selectTimeTabs__tab .selectTab__content:before {
        content: '';
        display: inline-block;
        border: 1px solid #ccc;
        width: 1.225em;
        height: 1.225em;
        vertical-align: middle;
        margin: 0 1em 0 0;
        -webkit-border-radius: 4px;
        -khtml-border-radius: 4px;
        -moz-border-radius: 4px;
        -ms-border-radius: 4px;
        -o-border-radius: 4px;
        border-radius: 4px; }
      @media only screen and (max-width: 768px) {
        .selectTimeTabs .selectTimeTabs__tab .selectTab__content {
          font-size: .775em; }
          .selectTimeTabs .selectTimeTabs__tab .selectTab__content:before {
            display: none; } }
      .selectTimeTabs .selectTimeTabs__tab .selectTab__content span {
        display: inline-block;
        vertical-align: middle;
        line-height: 1;
        text-align: left; }
        .selectTimeTabs .selectTimeTabs__tab .selectTab__content span b {
          display: block;
          font-weight: 400;
          text-transform: uppercase;
          font-size: .5em;
          letter-spacing: 1px; }
        .selectTimeTabs .selectTimeTabs__tab .selectTab__content span em {
          display: block;
          font-weight: 700;
          font-style: normal; }
  .selectTimeTabs .selectTimeTabs_panels {
    padding: 2em 0;
    border: 1px solid #ccc;
    -webkit-border-radius: 0 0 6px 6px;
    -khtml-border-radius: 0 0 6px 6px;
    -moz-border-radius: 0 0 6px 6px;
    -ms-border-radius: 0 0 6px 6px;
    -o-border-radius: 0 0 6px 6px;
    border-radius: 0 0 6px 6px;
    position: relative;
    top: -1px;
    /* Extra Small Devices, Phones */
    /* Small Devices, Tablets */
    /* Medium Devices, Desktops */ }
    @media only screen and (max-width: 768px) {
      .selectTimeTabs .selectTimeTabs_panels {
        top: -2px; } }
  .selectTimeTabs .selectTimeTabs__panel {
    display: none;
    text-align: center; }
    .selectTimeTabs .selectTimeTabs__panel h3 {
      font-size: 1em;
      color: #0099d5; }

.middle-bar-fidelity {
  background-color: rgba(211, 211, 211, 0.3);
  height: 200px;
  margin: 0;
  /* Extra Small Devices, Phones */
  /* Small Devices, Tablets */
  /* Medium Devices, Desktops */
  /* Extra Small Devices, Phones */
  /* Small Devices, Tablets */
  /* Medium Devices, Desktops */ }
  @media only screen and (max-width: 992px) {
    .middle-bar-fidelity {
      height: 110px; } }
  @media only screen and (max-width: 768px) {
    .middle-bar-fidelity {
      margin-top: 20px;
      height: auto;
      padding: 1em; } }
  .middle-bar-fidelity .container {
    /* Extra Small Devices, Phones */
    /* Small Devices, Tablets */
    /* Medium Devices, Desktops */ }
    @media only screen and (max-width: 768px) {
      .middle-bar-fidelity .container {
        display: block; } }
    .middle-bar-fidelity .container .middle-bar-fidelity__card {
      width: 20%;
      height: 200px;
      /* Extra Small Devices, Phones */
      /* Small Devices, Tablets */
      /* Medium Devices, Desktops */
      /* Extra Small Devices, Phones */
      /* Small Devices, Tablets */
      /* Medium Devices, Desktops */ }
      .middle-bar-fidelity .container .middle-bar-fidelity__card img {
        width: 80%;
        height: auto; }
      @media only screen and (max-width: 992px) {
        .middle-bar-fidelity .container .middle-bar-fidelity__card {
          width: 40%;
          height: 110px; } }
      @media only screen and (max-width: 768px) {
        .middle-bar-fidelity .container .middle-bar-fidelity__card {
          display: none; } }
    .middle-bar-fidelity .container .middle-bar-fidelity__claim {
      width: 60%;
      color: #fff;
      /* Extra Small Devices, Phones */
      /* Small Devices, Tablets */
      /* Medium Devices, Desktops */ }
      @media only screen and (max-width: 992px) {
        .middle-bar-fidelity .container .middle-bar-fidelity__claim {
          width: 100%; } }
      .middle-bar-fidelity .container .middle-bar-fidelity__claim .h1 {
        margin: 0px;
        color: #5fdfff;
        /* Extra Small Devices, Phones */
        /* Small Devices, Tablets */
        /* Medium Devices, Desktops */
        /* Extra Small Devices, Phones */
        /* Small Devices, Tablets */
        /* Medium Devices, Desktops */ }
        @media only screen and (max-width: 992px) {
          .middle-bar-fidelity .container .middle-bar-fidelity__claim .h1 {
            font-size: 1.2rem;
            margin-bottom: 1em; } }
        .middle-bar-fidelity .container .middle-bar-fidelity__claim .h1.h1--bolder {
          font-weight: 900; }
        .middle-bar-fidelity .container .middle-bar-fidelity__claim .h1.h1--uppercase {
          text-transform: uppercase; }
        @media only screen and (max-width: 992px) {
          .middle-bar-fidelity .container .middle-bar-fidelity__claim .h1 {
            text-transform: uppercase; } }
      .middle-bar-fidelity .container .middle-bar-fidelity__claim h2 {
        margin: 0px;
        font-weight: 300;
        color: #606060;
        /* Extra Small Devices, Phones */
        /* Small Devices, Tablets */
        /* Medium Devices, Desktops */ }
        @media only screen and (max-width: 992px) {
          .middle-bar-fidelity .container .middle-bar-fidelity__claim h2 {
            display: none; } }
    .middle-bar-fidelity .container .button {
      color: #fff;
      text-decoration: none; }
      .middle-bar-fidelity .container .button.middle-bar-fidelity__button {
        border-radius: 5px;
        padding: 5px 50px;
        color: #fff;
        background-color: #5fdfff;
        -webkit-transition: all 0.5s;
        -khtml-transition: all 0.5s;
        -moz-transition: all 0.5s;
        -ms-transition: all 0.5s;
        -o-transition: all 0.5s;
        transition: all 0.5s;
        /* Extra Small Devices, Phones */
        /* Small Devices, Tablets */
        /* Medium Devices, Desktops */ }
        .middle-bar-fidelity .container .button.middle-bar-fidelity__button:hover {
          background-color: #0099d5;
          -webkit-transition: all 0.5s;
          -khtml-transition: all 0.5s;
          -moz-transition: all 0.5s;
          -ms-transition: all 0.5s;
          -o-transition: all 0.5s;
          transition: all 0.5s; }
        @media only screen and (max-width: 768px) {
          .middle-bar-fidelity .container .button.middle-bar-fidelity__button {
            display: block;
            text-align: center;
            text-transform: uppercase;
            font-size: 1.4em; } }

.title-middle-bar {
  padding: 15px; }
  .title-middle-bar h2 {
    color: #0099d5;
    border-bottom: 4px solid #eeeded;
    font-family: "Bree Serif", serif;
    padding-bottom: 10px; }

/*LOADER*/
.blockPage {
  top: 0;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%; }

.spinner {
  width: 40px;
  height: 40px;
  margin: 100px auto;
  background-color: #fff;
  border-radius: 100%;
  -webkit-animation: sk-scaleout 1.0s infinite ease-in-out;
  animation: sk-scaleout 1.0s infinite ease-in-out; }

@-webkit-keyframes sk-scaleout {
  0% {
    -webkit-transform: scale(0); }
  100% {
    -webkit-transform: scale(1);
    opacity: 0; } }

@keyframes sk-scaleout {
  0% {
    -webkit-transform: scale(0);
    transform: scale(0); }
  100% {
    -webkit-transform: scale(1);
    transform: scale(1);
    opacity: 0; } }

.ChangeServicePopup h2 {
  margin: 0;
  font-size: 1.2rem;
  padding: 10px; }

.ChangeServicePopup div {
  margin-top: 50px; }
  .ChangeServicePopup div p {
    padding: 0 10px; }

#product-grid1 {
  padding: 0 1em; }

.error-page-header {
  /* Extra Small Devices, Phones */
  /* Small Devices, Tablets */
  /* Medium Devices, Desktops */
  /* Extra Small Devices, Phones */
  /* Small Devices, Tablets */
  /* Medium Devices, Desktops */
  /* Extra Small Devices, Phones */
  /* Small Devices, Tablets */
  /* Medium Devices, Desktops */
  /* Extra Small Devices, Phones */
  /* Small Devices, Tablets */
  /* Medium Devices, Desktops */
  /* Extra Small Devices, Phones */
  /* Small Devices, Tablets */
  /* Medium Devices, Desktops */ }
  .error-page-header .top-claim {
    width: 40% !important; }
  .error-page-header .logo {
    padding-top: 1rem !important; }
  .error-page-header .middle-wrapper {
    padding-top: 1rem !important; }
  @media only screen and (min-width: 1201px) {
    .error-page-header {
      padding-top: 10px; } }
  @media only screen and (max-width: 1200px) {
    .error-page-header {
      padding-top: 10px; } }
  @media only screen and (max-width: 992px) {
    .error-page-header .top-nav {
      width: 100% !important; }
    .error-page-header .logo {
      width: 20% !important; }
    .error-page-header .middle-wrapper {
      width: 80% !important; } }
  @media only screen and (max-width: 768px) {
    .error-page-header {
      padding-top: 0; } }
  @media only screen and (max-width: 480px) {
    .error-page-header .logo {
      width: 100% !important;
      display: block;
      text-align: center;
      padding: 0 !important; }
    .error-page-header .middle-wrapper {
      padding-top: 0 !important;
      width: 100% !important;
      display: block; }
      .error-page-header .middle-wrapper .search-prod {
        width: 100% !important;
        padding: 0 !important; } }

.error-page {
  margin-top: 5rem;
  /* Extra Small Devices, Phones */
  /* Small Devices, Tablets */
  /* Medium Devices, Desktops */ }
  .error-page .container {
    min-height: 400px;
    text-align: center;
    /* Extra Small Devices, Phones */
    /* Small Devices, Tablets */
    /* Medium Devices, Desktops */
    /* Extra Small Devices, Phones */
    /* Small Devices, Tablets */
    /* Medium Devices, Desktops */ }
    .error-page .container img {
      width: 10%;
      height: auto;
      margin-top: 1rem; }
    .error-page .container h1 i {
      font-size: 2em;
      color: #0099d5; }
    .error-page .container a {
      text-decoration: none; }
      .error-page .container a.button--secondary {
        border: 2px solid #0099d5; }
        .error-page .container a.button--secondary:hover {
          background-color: #0099d5;
          color: #fff !important; }
      .error-page .container a i {
        margin-right: 1rem; }
    .error-page .container p {
      margin: 2rem;
      margin-top: 4rem; }
    @media only screen and (max-width: 992px) {
      .error-page .container img {
        width: 15%; }
      .error-page .container h1 {
        font-size: 1.5rem; } }
    @media only screen and (max-width: 768px) {
      .error-page .container img {
        width: 25%; } }
  @media only screen and (max-width: 992px) {
    .error-page {
      margin-top: 0; } }

.error-page-footer {
  position: absolute;
  bottom: 0;
  width: 100%; }
  .error-page-footer.container-fluid {
    padding: 0; }

.thankyou hgroup {
  text-align: center; }
  .thankyou hgroup h1 {
    font-size: 3em;
    margin: 0;
    color: #0099d5; }
  .thankyou hgroup h2 {
    font-size: 2.5em;
    color: #5fdfff;
    margin: 0; }

.thankyou p {
  font-size: 1.1em;
  margin: 5px; }

.thankyou .ion-heart {
  color: #ff5353; }

.thankyou .text-center {
  text-align: center; }
  .thankyou .text-center .arrow {
    background-color: green;
    margin-bottom: 10px; }

.thankyou .alert h3 {
  font-weight: 300; }

/*OWL CAROUSEL SETTINGS*/
.owl-carousel {
  position: relative; }
  .owl-carousel .item {
    position: relative; }
    .owl-carousel .item img {
      position: relative; }
    .owl-carousel .item p {
      position: absolute;
      font-size: 1.8rem;
      top: 50%;
      left: 50%;
      transform: translate(-50%, -50%); }
  .owl-carousel .owl-controls {
    position: relative;
    top: 0;
    left: 0;
    transform: translate(0%, -100%);
    width: 100%;
    height: 100vh; }
  .owl-carousel .owl-nav .owl-prev,
  .owl-carousel .owl-nav .owl-next {
    position: absolute;
    top: 50%;
    margin-top: -10px;
    font-size: 2rem;
    background-color: rgba(241, 199, 59, 0.5);
    -webkit-border-radius: 100%;
    -khtml-border-radius: 100%;
    -moz-border-radius: 100%;
    -ms-border-radius: 100%;
    -o-border-radius: 100%;
    border-radius: 100%;
    width: 40px;
    height: 40px;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-align-items: center;
    -moz-align-items: center;
    -ms-align-items: center;
    align-items: center;
    -webkit-justify-content: center;
    -moz-justify-content: center;
    -ms-justify-content: center;
    justify-content: center;
    -ms-flex-pack: center;
    -webkit-transition: all 0.3s;
    -khtml-transition: all 0.3s;
    -moz-transition: all 0.3s;
    -ms-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s;
    /* Extra Small Devices, Phones */
    /* Small Devices, Tablets */
    /* Medium Devices, Desktops */ }
    @media only screen and (max-width: 992px) {
      .owl-carousel .owl-nav .owl-prev,
      .owl-carousel .owl-nav .owl-next {
        width: 25px;
        -webkit-border-radius: 5%;
        -khtml-border-radius: 5%;
        -moz-border-radius: 5%;
        -ms-border-radius: 5%;
        -o-border-radius: 5%;
        border-radius: 5%; } }
    .owl-carousel .owl-nav .owl-prev:hover,
    .owl-carousel .owl-nav .owl-next:hover {
      -webkit-box-shadow: 1px 1px 2px rgba(39, 28, 24, 0.2);
      -khtml-box-shadow: 1px 1px 2px rgba(39, 28, 24, 0.2);
      -moz-box-shadow: 1px 1px 2px rgba(39, 28, 24, 0.2);
      -ms-box-shadow: 1px 1px 2px rgba(39, 28, 24, 0.2);
      -o-box-shadow: 1px 1px 2px rgba(39, 28, 24, 0.2);
      box-shadow: 1px 1px 2px rgba(39, 28, 24, 0.2);
      background-color: #f1c73b;
      -webkit-transition: all 0.3s;
      -khtml-transition: all 0.3s;
      -moz-transition: all 0.3s;
      -ms-transition: all 0.3s;
      -o-transition: all 0.3s;
      transition: all 0.3s; }
    .owl-carousel .owl-nav .owl-prev.disabled,
    .owl-carousel .owl-nav .owl-next.disabled {
      display: none; }
  .owl-carousel .owl-nav .owl-prev {
    left: 0; }
  .owl-carousel .owl-nav .owl-next {
    right: 0; }
  .owl-carousel .owl-dots {
    position: absolute;
    bottom: 0;
    left: 50%;
    transform: translateX(-50%); }

/*ELEMENT ORDER IN HOMEPAGE*/
/* Extra Small Devices, Phones */
/* Small Devices, Tablets */
/* Medium Devices, Desktops */
@media only screen and (max-width: 768px) {
  .slide {
    -webkit-box-ordinal-group: 1;
    -moz-box-ordinal-group: 1;
    -ms-flex-order: 1;
    -webkit-order: 1;
    order: 1; }
  .main-wrap {
    -webkit-box-ordinal-group: 3;
    -moz-box-ordinal-group: 3;
    -ms-flex-order: 3;
    -webkit-order: 3;
    order: 3; }
    .main-wrap h2.visible-on-mobile {
      color: #00548b;
      padding-left: 15px; }
  .banner-wrap {
    -webkit-box-ordinal-group: 2;
    -moz-box-ordinal-group: 2;
    -ms-flex-order: 2;
    -webkit-order: 2;
    order: 2; } }

body.fixed {
  background-color: #fff; }

/*#mega-slider {
    .owl-item {
        width: 100% !important;
    } 
}*/
.imgMobile {
  display: none !important; }

@media screen and (max-width: 768px) {
  .imgMobile {
    display: inline !important; }
  .imgDesktop {
    display: none !important; } }

.fidelityCard {
  padding: 1em 1em 2em; }
  .fidelityCard h2 {
    font-size: 1.6em;
    padding-top: 1em; }
  .fidelityCard h3 {
    font-size: 1.4em; }
  .fidelityCard .col-12 {
    /* Extra Small Devices, Phones */
    /* Small Devices, Tablets */
    /* Medium Devices, Desktops */ }
    @media only screen and (max-width: 768px) {
      .fidelityCard .col-12 {
        flex-direction: column; } }
    .fidelityCard .col-12 .col-6 {
      margin: 1em .5em !important;
      padding: 0 2em 1em !important;
      -webkit-border-radius: 5px;
      -khtml-border-radius: 5px;
      -moz-border-radius: 5px;
      -ms-border-radius: 5px;
      -o-border-radius: 5px;
      border-radius: 5px;
      border: 1px solid #ccc;
      /* Extra Small Devices, Phones */
      /* Small Devices, Tablets */
      /* Medium Devices, Desktops */ }
      @media only screen and (max-width: 768px) {
        .fidelityCard .col-12 .col-6 {
          margin: 1em 0 !important;
          max-width: 100%;
          flex-basis: 100%; } }

.video-button {
  text-decoration: none; }

.videoPopUpRsClose {
  position: absolute;
  top: -12px;
  right: -12px;
  color: #fff;
  font-family: Verdana;
  border: 1px solid #fff;
  line-height: 1;
  padding: 5px;
  border-radius: 100%;
  -moz-border-radius: 100%;
  -webkit-border-radius: 100%;
  height: 24px;
  width: 24px;
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  background-color: #000;
  cursor: pointer;
  font-size: 12px;
  z-index: 10; }

.videoPopUpRsOverlay {
  background-color: rgba(0, 0, 0, 0.8);
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 9998;
  text-align: center; }

#videoPopUpRs {
  margin: 50px auto 0;
  display: inline-block;
  position: relative; }

@media screen and (max-width: 768px) {
  #videoPopUpRs {
    position: relative;
    padding-bottom: 44.25%;
    /* 16:9 */
    padding-top: 25px;
    height: 0;
    width: 90%; }
  #videoPopUpRs iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%; } }

.cms-product-marker-container {
  z-index: 20;
  position: absolute;
  left: 1px;
  top: 5px; }

.cms-product-marker {
  display: block;
  width: 60px;
  height: 60px;
  overflow: hidden;
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
  margin-bottom: 4px; }

#product-grid .viewAllProduct {
  display: none; }

#MultiPartContainer .viewAllProduct {
  display: flex; }
  #MultiPartContainer .viewAllProduct a {
    background-color: #cf2086;
    padding: 1em;
    font-weight: 600;
    text-decoration: none;
    border-radius: 5px;
    width: 100%;
    margin: 0 1em; }
    #MultiPartContainer .viewAllProduct a:hover {
      background-color: #0099d5; }
    #MultiPartContainer .viewAllProduct a h2 {
      font-size: 1em;
      color: #fff; }

.debug-info {
  padding-left: 5px;
  text-align: left;
  position: absolute;
  font-size: small;
  z-index: 10;
  color: white;
  background: rgba(0, 0, 0, 0.4);
  -moz-box-shadow: 0 0 0 10px rgba(0, 0, 0, 0.4);
  -webkit-box-shadow: 0 0 0 10px rgba(0, 0, 0, 0.4);
  box-shadow: 0 0 0 10px rgba(0, 0, 0, 0.4); }

.scan-cookie .cat_row {
  background-color: #fff;
  margin: 8px 0;
  padding: 16px;
  border-radius: 2px;
  display: flex;
  font-size: 14px;
  width: 100%;
  box-shadow: 0 1px 2px 0 rgba(0, 0, 0, 0.3), 0 1px 3px 1px rgba(204, 204, 204, 0.5); }

.scan-cookie .cat_row.table-heads {
  background-color: transparent;
  box-shadow: none; }

.scan-cookie .cat_row.table-heads span {
  font-size: 18px;
  background: transparent;
  font-weight: 600; }

.scan-cookie .cat_row span {
  padding-right: 16px;
  word-break: break-word; }

.scan-cookie .cat_row span:last-child {
  padding-right: 0; }

.scan-cookie .cookie_name {
  width: 15%; }

.scan-cookie .cookie_domain {
  width: 15%; }

.scan-cookie .cookie_type {
  width: 15%; }

.scan-cookie .cookie_desc {
  width: 40%; }

.scan-cookie .cookie_expire {
  width: 15%; }

.scan-cookie .scanning-steps .steps {
  height: 40px;
  width: 40px;
  background: #fff;
  border-radius: 50px;
  box-shadow: 0 1px 2px 0 rgba(0, 0, 0, 0.3), 0 1px 3px 1px rgba(204, 204, 204, 0.5);
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 20px;
  font-weight: 700;
  line-height: 40px;
  margin: 0 auto 18px auto;
  min-width: 40px; }

.scan-cookie .scanning-steps h3 {
  font-size: 22px;
  margin-bottom: 15px; }

.scan-cookie .features {
  box-shadow: 0 2px 4px rgba(0, 0, 0, 0.5); }

.scan-cookie .free-trial .wrapper {
  background: #E7F5F5;
  border-radius: 10px; }

.scan-cookie .free-trial h3 {
  color: #045ae8; }

.scan-cookie .free-trial .button {
  padding: 15px 30px;
  border: none;
  border-radius: 4px;
  text-decoration: none;
  text-align: center;
  font-weight: 500;
  font-size: 18px;
  line-height: 20px;
  transition: all .3s ease-in-out;
  display: block; }

.scan-cookie .free-trial a.view-plan-btn {
  color: #045ae8;
  background-color: #fff; }

.scan-cookie .free-trial a.start-now-button {
  color: #ffffff;
  background-color: #045ae8; }

.scan-cookie .free-trial a.button:hover {
  text-decoration: none;
  box-shadow: 0 1px 2px 0 rgba(0, 0, 0, 0.3), 0 1px 3px 1px rgba(204, 204, 204, 0.5);
  transition: all .3s ease-in-out; }

.scan-cookie .result-overview {
  box-shadow: 0 2px 4px rgba(0, 0, 0, 0.5);
  background-color: #fff; }

.wrap {
  padding: 0 20px; }

.container-fluid {
  position: relative;
  margin-left: auto;
  margin-right: auto;
  padding-right: 15px;
  padding-left: 15px; }

.container-fluid,
.container {
  margin-right: auto;
  margin-left: auto;
  padding: 0 .5em; }

.container {
  /*1200px*/
  /*max-width: 76rem;*/
  /*1440px*/
  max-width: 90rem; }

.container-fluid {
  padding-right: 2rem;
  padding-left: 2rem; }

.row {
  box-sizing: border-box;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-flex: 0 1 auto;
  -moz-box-flex: 0 1 auto;
  -webkit-flex: 0 1 auto;
  -ms-flex: 0 1 auto;
  flex: 0 1 auto;
  -webkit-flex-direction: row;
  -moz-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-flex-wrap: wrap;
  -moz-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-right: -0.5rem;
  margin-left: -0.5rem; }

.row.reverse {
  -webkit-flex-direction: row-reverse;
  -moz-flex-direction: row-reverse;
  -ms-flex-direction: row-reverse;
  flex-direction: row-reverse; }

.col {
  -webkit-flex-direction: column;
  -moz-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column; }

.col.reverse {
  -webkit-flex-direction: column-reverse;
  -moz-flex-direction: column-reverse;
  -ms-flex-direction: column-reverse;
  flex-direction: column-reverse; }

.col-0,
.col-1,
.col-2,
.col-3,
.col-4,
.col-5,
.col-6,
.col-7,
.col-8,
.col-9,
.col-10,
.col-11,
.col-12,
.col-offset-0,
.col-offset-1,
.col-offset-2,
.col-offset-3,
.col-offset-4,
.col-offset-5,
.col-offset-6,
.col-offset-7,
.col-offset-8,
.col-offset-9,
.col-offset-10,
.col-offset-11,
.col-offset-12 {
  box-sizing: border-box;
  -webkit-box-flex: 0 0 auto;
  -moz-box-flex: 0 0 auto;
  -webkit-flex: 0 0 auto;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  padding-right: 0.5rem;
  padding-left: 0.5rem;
  /* Extra Small Devices, Phones */
  /* Small Devices, Tablets */
  /* Medium Devices, Desktops */ }
  @media only screen and (max-width: 992px) {
    .col-0,
    .col-1,
    .col-2,
    .col-3,
    .col-4,
    .col-5,
    .col-6,
    .col-7,
    .col-8,
    .col-9,
    .col-10,
    .col-11,
    .col-12,
    .col-offset-0,
    .col-offset-1,
    .col-offset-2,
    .col-offset-3,
    .col-offset-4,
    .col-offset-5,
    .col-offset-6,
    .col-offset-7,
    .col-offset-8,
    .col-offset-9,
    .col-offset-10,
    .col-offset-11,
    .col-offset-12 {
      padding: 0;
      margin: 0 !important; } }

.col-0 {
  -webkit-flex-grow: 1;
  -moz-flex-grow: 1;
  -ms-flex-grow: 1;
  flex-grow: 1;
  -webkit-flex-basis: 0;
  -moz-flex-basis: 0;
  -ms-flex-basis: 0;
  flex-basis: 0;
  max-width: 100%; }

.col-1 {
  -webkit-flex-basis: 8.33333%;
  -moz-flex-basis: 8.33333%;
  -ms-flex-basis: 8.33333%;
  flex-basis: 8.33333%;
  max-width: 8.33333333%; }

.col-2 {
  -webkit-flex-basis: 16.66667%;
  -moz-flex-basis: 16.66667%;
  -ms-flex-basis: 16.66667%;
  flex-basis: 16.66667%;
  max-width: 16.66666667%; }

.col-3 {
  -webkit-flex-basis: 25%;
  -moz-flex-basis: 25%;
  -ms-flex-basis: 25%;
  flex-basis: 25%;
  max-width: 25%; }

.col-4 {
  -webkit-flex-basis: 33.33333%;
  -moz-flex-basis: 33.33333%;
  -ms-flex-basis: 33.33333%;
  flex-basis: 33.33333%;
  max-width: 33.33333333%; }

.col-5 {
  -webkit-flex-basis: 41.66667%;
  -moz-flex-basis: 41.66667%;
  -ms-flex-basis: 41.66667%;
  flex-basis: 41.66667%;
  max-width: 41.66666667%; }

.col-6 {
  -webkit-flex-basis: 50%;
  -moz-flex-basis: 50%;
  -ms-flex-basis: 50%;
  flex-basis: 50%;
  max-width: 50%; }

.col-7 {
  -webkit-flex-basis: 58.33333%;
  -moz-flex-basis: 58.33333%;
  -ms-flex-basis: 58.33333%;
  flex-basis: 58.33333%;
  max-width: 58.33333333%; }

.col-8 {
  -webkit-flex-basis: 66.66667%;
  -moz-flex-basis: 66.66667%;
  -ms-flex-basis: 66.66667%;
  flex-basis: 66.66667%;
  max-width: 66.66666667%; }

.col-9 {
  -webkit-flex-basis: 75%;
  -moz-flex-basis: 75%;
  -ms-flex-basis: 75%;
  flex-basis: 75%;
  max-width: 75%; }

.col-10 {
  -webkit-flex-basis: 83.33333%;
  -moz-flex-basis: 83.33333%;
  -ms-flex-basis: 83.33333%;
  flex-basis: 83.33333%;
  max-width: 83.33333333%; }

.col-11 {
  -webkit-flex-basis: 91.66667%;
  -moz-flex-basis: 91.66667%;
  -ms-flex-basis: 91.66667%;
  flex-basis: 91.66667%;
  max-width: 91.66666667%; }

.col-12 {
  -webkit-flex-basis: 100%;
  -moz-flex-basis: 100%;
  -ms-flex-basis: 100%;
  flex-basis: 100%;
  max-width: 100%; }

.col-offset-0 {
  margin-left: 0; }

.col-offset-1 {
  margin-left: 8.33333333%; }

.col-offset-2 {
  margin-left: 16.66666667%; }

.col-offset-3 {
  margin-left: 25%; }

.col-offset-4 {
  margin-left: 33.33333333%; }

.col-offset-5 {
  margin-left: 41.66666667%; }

.col-offset-6 {
  margin-left: 50%; }

.col-offset-7 {
  margin-left: 58.33333333%; }

.col-offset-8 {
  margin-left: 66.66666667%; }

.col-offset-9 {
  margin-left: 75%; }

.col-offset-10 {
  margin-left: 83.33333333%; }

.col-offset-11 {
  margin-left: 91.66666667%; }

/* Extra Small Devices, Phones */
/* Small Devices, Tablets */
/* Medium Devices, Desktops */
@media only screen and (max-width: 992px) {
  .row {
    margin: 0;
    display: inherit; }
    .row .col-0,
    .row .col-1,
    .row .col-2,
    .row .col-3,
    .row .col-4,
    .row .col-5,
    .row .col-6,
    .row .col-7,
    .row .col-8,
    .row .col-9,
    .row .col-10,
    .row .col-11,
    .row .col-12,
    .row .col-offset-0,
    .row .col-offset-1,
    .row .col-offset-2,
    .row .col-offset-3,
    .row .col-offset-4,
    .row .col-offset-5,
    .row .col-offset-6,
    .row .col-offset-7,
    .row .col-offset-8,
    .row .col-offset-9,
    .row .col-offset-10,
    .row .col-offset-11,
    .row .col-offset-12 {
      width: 100%;
      max-width: 100%;
      padding: 0; } }

/*@media screen and (max-width: 1280px) {
    .container {
        padding: 0 10px;
    }
}*/
.flex {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex; }

.start {
  -webkit-justify-content: flex-start;
  -moz-justify-content: flex-start;
  -ms-justify-content: flex-start;
  justify-content: flex-start;
  -ms-flex-pack: flex-start; }

.center {
  -webkit-justify-content: center;
  -moz-justify-content: center;
  -ms-justify-content: center;
  justify-content: center;
  -ms-flex-pack: center; }

.end {
  -webkit-justify-content: flex-end;
  -moz-justify-content: flex-end;
  -ms-justify-content: flex-end;
  justify-content: flex-end;
  -ms-flex-pack: flex-end; }

.top {
  -webkit-align-items: flex-start;
  -moz-align-items: flex-start;
  -ms-align-items: flex-start;
  align-items: flex-start; }

.middle {
  -webkit-align-items: center;
  -moz-align-items: center;
  -ms-align-items: center;
  align-items: center; }

.bottom {
  -webkit-align-items: flex-end;
  -moz-align-items: flex-end;
  -ms-align-items: flex-end;
  align-items: flex-end; }

.base {
  -webkit-align-items: baseline;
  -moz-align-items: baseline;
  -ms-align-items: baseline;
  align-items: baseline; }

.around {
  -webkit-justify-content: space-around;
  -moz-justify-content: space-around;
  -ms-justify-content: space-around;
  justify-content: space-around;
  -ms-flex-pack: space-around; }

.between {
  -webkit-justify-content: space-between;
  -moz-justify-content: space-between;
  -ms-justify-content: space-between;
  justify-content: space-between;
  -ms-flex-pack: space-between; }

.first {
  -webkit-box-ordinal-group: -1;
  -moz-box-ordinal-group: -1;
  -ms-flex-order: -1;
  -webkit-order: -1;
  order: -1; }

.last {
  -webkit-box-ordinal-group: 1;
  -moz-box-ordinal-group: 1;
  -ms-flex-order: 1;
  -webkit-order: 1;
  order: 1; }

.wrap {
  -webkit-flex-wrap: wrap;
  -moz-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap; }

.full--width {
  width: 100%; }

* {
  -webkit-box-sizing: border-box;
  -khtml-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -ms-box-sizing: border-box;
  -o-box-sizing: border-box;
  box-sizing: border-box; }

html {
  font-size: 1em;
  height: 100%; }

body {
  font-family: 'Open Sans';
  font-smooth: antialiased !important;
  -webkit-font-smoothing: antialiased !important;
  -moz-osx-font-smoothing: grayscale;
  -moz-font-smoothing: antialiased;
  min-height: 100%;
  height: 100%;
  overflow-x: hidden; }
  body.slide-right {
    overflow: hidden; }
    body.slide-right #main-wrap-control, body.slide-right .landing {
      -webkit-transform: translateX(90%);
      -khtml-transform: translateX(90%);
      -moz-transform: translateX(90%);
      -ms-transform: translateX(90%);
      -o-transform: translateX(90%);
      transform: translateX(90%);
      /* Extra Small Devices, Phones */
      /* Small Devices, Tablets */
      /* Medium Devices, Desktops */
      /* Extra Small Devices, Phones */
      /* Small Devices, Tablets */
      /* Medium Devices, Desktops */
      /* Extra Small Devices, Phones */
      /* Small Devices, Tablets */
      /* Medium Devices, Desktops */ }
      @media only screen and (max-width: 992px) {
        body.slide-right #main-wrap-control, body.slide-right .landing {
          -webkit-transform: translateX(50%);
          -khtml-transform: translateX(50%);
          -moz-transform: translateX(50%);
          -ms-transform: translateX(50%);
          -o-transform: translateX(50%);
          transform: translateX(50%); } }
      @media only screen and (max-width: 768px) {
        body.slide-right #main-wrap-control, body.slide-right .landing {
          -webkit-transform: translateX(70%);
          -khtml-transform: translateX(70%);
          -moz-transform: translateX(70%);
          -ms-transform: translateX(70%);
          -o-transform: translateX(70%);
          transform: translateX(70%); } }
      @media only screen and (max-width: 480px) {
        body.slide-right #main-wrap-control, body.slide-right .landing {
          -webkit-transform: translateX(70%);
          -khtml-transform: translateX(70%);
          -moz-transform: translateX(70%);
          -ms-transform: translateX(70%);
          -o-transform: translateX(70%);
          transform: translateX(70%); } }
      body.slide-right #main-wrap-control .close-layer, body.slide-right .landing .close-layer {
        display: block;
        width: 100%;
        height: 100%;
        position: fixed;
        z-index: 100000000; }
    body.slide-right .landing {
      /* Extra Small Devices, Phones */
      /* Small Devices, Tablets */
      /* Medium Devices, Desktops */ }
      @media only screen and (max-width: 768px) {
        body.slide-right .landing {
          -webkit-transform: translateX(70%);
          -khtml-transform: translateX(70%);
          -moz-transform: translateX(70%);
          -ms-transform: translateX(70%);
          -o-transform: translateX(70%);
          transform: translateX(70%); } }
  body.slide-left {
    overflow: hidden; }
    body.slide-left #main-wrap-control {
      -webkit-transform: translateX(-90%);
      -khtml-transform: translateX(-90%);
      -moz-transform: translateX(-90%);
      -ms-transform: translateX(-90%);
      -o-transform: translateX(-90%);
      transform: translateX(-90%);
      /* Extra Small Devices, Phones */
      /* Small Devices, Tablets */
      /* Medium Devices, Desktops */ }
      @media only screen and (max-width: 992px) {
        body.slide-left #main-wrap-control {
          -webkit-transform: translateX(-90%);
          -khtml-transform: translateX(-90%);
          -moz-transform: translateX(-90%);
          -ms-transform: translateX(-90%);
          -o-transform: translateX(-90%);
          transform: translateX(-90%); } }
      body.slide-left #main-wrap-control .close-layer {
        display: block;
        width: 100%;
        height: 100%;
        position: fixed;
        z-index: 100000000; }

/* LIST INLINE AND UNSTYLE */
.list-unstyled {
  padding-left: 0;
  list-style: none; }

.list-inline > li {
  display: inline-block;
  padding-right: 5px;
  padding-left: 5px; }

.list-inline {
  padding-left: 0;
  margin-left: -5px;
  list-style: none; }

.list-inline > li {
  display: inline-block;
  padding-right: 5px;
  padding-left: 5px; }

.text-decoration--none {
  text-decoration: none; }

/*Responsive visibility helpers*/
.visible-on-large {
  display: none;
  /* Extra Small Devices, Phones */
  /* Small Devices, Tablets */
  /* Medium Devices, Desktops */ }
  @media only screen and (min-width: 1201px) {
    .visible-on-large {
      display: inline; } }

.visible-on-mobile {
  display: none;
  /* Extra Small Devices, Phones */
  /* Small Devices, Tablets */
  /* Medium Devices, Desktops */ }
  @media only screen and (max-width: 768px) {
    .visible-on-mobile {
      display: inline; } }

.visible-on-tablet {
  display: none;
  /* Extra Small Devices, Phones */
  /* Small Devices, Tablets */
  /* Medium Devices, Desktops */ }
  @media only screen and (max-width: 992px) {
    .visible-on-tablet {
      display: inline; } }

.visible-on-small {
  display: none;
  /* Extra Small Devices, Phones */
  /* Small Devices, Tablets */
  /* Medium Devices, Desktops */ }
  @media only screen and (max-width: 480px) {
    .visible-on-small {
      display: inline; } }

.visible-on-desktop {
  display: none;
  /* Extra Small Devices, Phones */
  /* Small Devices, Tablets */
  /* Medium Devices, Desktops */ }
  @media only screen and (max-width: 1200px) {
    .visible-on-desktop {
      display: inline; } }

.hide-on-mobile {
  display: initial;
  /* Extra Small Devices, Phones */
  /* Small Devices, Tablets */
  /* Medium Devices, Desktops */ }
  @media only screen and (max-width: 768px) {
    .hide-on-mobile {
      display: none; } }

.hide-on-tablet {
  display: initial;
  /* Extra Small Devices, Phones */
  /* Small Devices, Tablets */
  /* Medium Devices, Desktops */ }
  @media only screen and (max-width: 992px) {
    .hide-on-tablet {
      display: none; } }

.hide-on-small {
  display: initial;
  /* Extra Small Devices, Phones */
  /* Small Devices, Tablets */
  /* Medium Devices, Desktops */ }
  @media only screen and (max-width: 480px) {
    .hide-on-small {
      display: none; } }

.hide-on-large {
  display: initial;
  /* Extra Small Devices, Phones */
  /* Small Devices, Tablets */
  /* Medium Devices, Desktops */ }
  @media only screen and (min-width: 1201px) {
    .hide-on-large {
      display: none; } }

.hide-on-desktop {
  display: initial;
  /* Extra Small Devices, Phones */
  /* Small Devices, Tablets */
  /* Medium Devices, Desktops */ }
  @media only screen and (max-width: 1200px) {
    .hide-on-desktop {
      display: none; } }

#breadcrumb {
  line-height: 1;
  letter-spacing: 0;
  clear: both;
  font-size: .8em;
  text-transform: uppercase;
  padding-bottom: 10px;
  border-bottom: 1px dashed #eee;
  /* Extra Small Devices, Phones */
  /* Small Devices, Tablets */
  /* Medium Devices, Desktops */ }
  @media only screen and (max-width: 768px) {
    #breadcrumb {
      padding: 0 0 0 0;
      text-align: center;
      font-size: 1.5em;
      margin-top: 10px;
      display: none; } }
  #breadcrumb .wrap {
    overflow: hidden; }
  #breadcrumb .crumbs {
    float: left;
    white-space: nowrap;
    text-align: left;
    max-width: 70%;
    width: 100%; }
    #breadcrumb .crumbs .inline-list {
      display: inline-block; }
    #breadcrumb .crumbs .sep {
      color: #676767;
      display: inline-block;
      padding: 0 .2em; }
  #breadcrumb .crumbs li {
    padding-right: 1em;
    line-height: 1.3em;
    /* Extra Small Devices, Phones */
    /* Small Devices, Tablets */
    /* Medium Devices, Desktops */ }
    @media only screen and (max-width: 768px) {
      #breadcrumb .crumbs li {
        max-width: 100%;
        overflow: hidden;
        text-overflow: ellipsis;
        white-space: nowrap; } }
    #breadcrumb .crumbs li:after {
      content: "/";
      display: inline-block;
      position: relative;
      right: -.575em;
      color: #676767; }
    #breadcrumb .crumbs li:first-child {
      /* Extra Small Devices, Phones */
      /* Small Devices, Tablets */
      /* Medium Devices, Desktops */ }
      @media only screen and (max-width: 768px) {
        #breadcrumb .crumbs li:first-child {
          display: none; } }
    #breadcrumb .crumbs li:last-child a span {
      color: #0099d5;
      font-weight: bold; }
    #breadcrumb .crumbs li:last-child::after {
      display: none; }
  #breadcrumb a {
    color: #0099d5;
    text-decoration: none; }
  #breadcrumb span {
    color: #808080; }
  #breadcrumb .help-small-label {
    float: right;
    margin: 0 !important;
    color: #0099d5 !important;
    display: inline-block; }
    #breadcrumb .help-small-label .fa {
      margin-right: .5em; }

/*#delivery-service {
    display: inline-block;
    padding: 0 1em;
    border: 1px solid $grey;
    border-width: 0 1px;
    height: 37px;

    @include bp(mobile) {
        display: none;
    }

    .selected-service {
        cursor: pointer;

        @media screen and (max-width:768px) {

            .ios-arrow-dropdown-circle {
                display: none !important;
            }
        }

        .selected-label {
            display: block;
            line-height: 1;
            position: relative;
            font-size: .875em;
            min-width: 240px;

            b {
                font-weight: inherit;
            }



            .service-info {
                font-size: .875em;
                display: block;
                white-space: nowrap;
                text-overflow: ellipsis;
                overflow: hidden;
                max-height: 1em;
            }

            .service-name {
                font-size: 1.225em;
                font-weight: bold;
                display: block;
                white-space: nowrap;
            }

            @media screen and (max-width: 1024px) {
                font-size: .875em;

                b {
                    display: none;
                }

                .service-name {
                    font-size: .875em;
                }
            }

            @media screen and (max-width: 768px) {
                display: none;
            }
        }
    }

    .service-icon {
        display: inline-block;
        width: 36px;
        background: $secondColor;
        color: #fff;
        height: 36px;
        text-align: center;
        border-radius: 50px;
        line-height: 0px;
        padding-top: 7px;
        font-size: 15px;
        vertical-align: middle;

        .fa {
            height: 8px;
            display: block;
        }
    }

    .service-info {
        white-space: nowrap;
        padding-right: .5em;
        position: relative;
        padding-top: 3px;
        display: inline-block;
        vertical-align: middle;

        .service-label {
            display: block;
            color: $secondColor;
            text-transform: uppercase;
            font-size: 11px;
            font-weight: 600;
            line-height: 1;
        }

        .service-name {
            line-height: 1;

            .service-name-image {
                line-height: 1;
            }

            .service-name-label {
                font-weight: 600;
                font-size: .8em;
                line-height: 1;
                text-transform: uppercase;
            }
        }
    }
}*/
.select-service.zipcode-select-service {
  overflow: hidden;
  min-height: 370px; }

.select-service .zipCodeWrap {
  margin-top: 1em; }

.select-service .zipcode-wrap h3 {
  margin: 0 0 .5em; }

.select-service .zipcode-wrap #recent-zipcode {
  font-size: .675em;
  float: none;
  margin: 0 0 .5em;
  display: block; }
  .select-service .zipcode-wrap #recent-zipcode a {
    border: none; }

.zipcode-wrap {
  position: relative;
  padding: 0;
  margin-left: -27px;
  margin-right: -27px;
  width: auto; }
  .zipcode-wrap h3 {
    margin: 1em 0; }
  .zipcode-wrap:after {
    content: '';
    width: 100%;
    display: block;
    clear: both; }
  .zipcode-wrap .zipcode-slider {
    position: relative;
    width: 200%;
    float: left;
    clear: both;
    height: -moz-calc((180px + 1em));
    height: -webkit-calc((180px + 1em));
    height: calc((180px + 1em));
    left: 0;
    -webkit-transition: left 0.3s ease;
    -khtml-transition: left 0.3s ease;
    -moz-transition: left 0.3s ease;
    -ms-transition: left 0.3s ease;
    -o-transition: left 0.3s ease;
    transition: left 0.3s ease; }
  .zipcode-wrap .zipcode-main, .zipcode-wrap .zipcode-alternative {
    position: relative;
    float: left;
    width: 50%;
    height: 133px;
    padding: 0 27px;
    text-align: left; }
  .zipcode-wrap .zipcode-main {
    text-align: left; }
  .zipcode-wrap .zipcode-alternative {
    -webkit-transition: left 0.3s ease;
    -khtml-transition: left 0.3s ease;
    -moz-transition: left 0.3s ease;
    -ms-transition: left 0.3s ease;
    -o-transition: left 0.3s ease;
    transition: left 0.3s ease; }
    .zipcode-wrap .zipcode-alternative .zipcode-slide-change {
      font-size: .775em;
      display: inline-block;
      cursor: pointer;
      margin-top: 10px;
      text-align: left !important;
      -webkit-transition: all 0.3s;
      -khtml-transition: all 0.3s;
      -moz-transition: all 0.3s;
      -ms-transition: all 0.3s;
      -o-transition: all 0.3s;
      transition: all 0.3s; }
      .zipcode-wrap .zipcode-alternative .zipcode-slide-change i {
        padding-right: 20px;
        font-size: 1.3em;
        -webkit-transition: all 0.3s;
        -khtml-transition: all 0.3s;
        -moz-transition: all 0.3s;
        -ms-transition: all 0.3s;
        -o-transition: all 0.3s;
        transition: all 0.3s; }
      .zipcode-wrap .zipcode-alternative .zipcode-slide-change:hover i {
        padding-right: 5px;
        -webkit-transition: all 0.3s;
        -khtml-transition: all 0.3s;
        -moz-transition: all 0.3s;
        -ms-transition: all 0.3s;
        -o-transition: all 0.3s;
        transition: all 0.3s; }
    .zipcode-wrap .zipcode-alternative .good, .zipcode-wrap .zipcode-alternative .bad {
      display: block;
      font-size: 1em;
      padding: .5em 0;
      text-align: center; }
    .zipcode-wrap .zipcode-alternative .good {
      color: #000; }
    .zipcode-wrap .zipcode-alternative .bad {
      color: #cc2529; }
    .zipcode-wrap .zipcode-alternative #addressField.error {
      border-color: #cc2529; }
    .zipcode-wrap .zipcode-alternative #addressField.valid {
      border-color: #119b06;
      color: #119b06; }
  .zipcode-wrap .zipcode-address {
    font-size: .775em;
    margin-top: 1em;
    text-align: left; }
    .zipcode-wrap .zipcode-address .zipcode-slide-change {
      display: inline-block;
      cursor: pointer;
      margin-left: 5px;
      text-decoration: underline; }
      .zipcode-wrap .zipcode-address .zipcode-slide-change:hover {
        font-weight: bold;
        -webkit-transition: all 0.3s;
        -khtml-transition: all 0.3s;
        -moz-transition: all 0.3s;
        -ms-transition: all 0.3s;
        -o-transition: all 0.3s;
        transition: all 0.3s; }
  .zipcode-wrap #recent-zipcode {
    font-size: .775em; }
    .zipcode-wrap #recent-zipcode a {
      display: inline-block;
      margin-left: 5px;
      text-decoration: none; }
    @media screen and (max-width: 768px) {
      .zipcode-wrap #recent-zipcode {
        text-align: left;
        float: none;
        margin-top: 0;
        margin-bottom: 1em;
        clear: both;
        display: block; } }
  .zipcode-wrap input {
    margin: 0;
    /* Extra Small Devices, Phones */
    /* Small Devices, Tablets */
    /* Medium Devices, Desktops */ }
    @media only screen and (max-width: 768px) {
      .zipcode-wrap input {
        font-size: 14px !important; } }
    .zipcode-wrap input:focus {
      outline: none;
      -webkit-box-shadow: inset 0px 0px 4px 0px #ccc;
      -khtml-box-shadow: inset 0px 0px 4px 0px #ccc;
      -moz-box-shadow: inset 0px 0px 4px 0px #ccc;
      -ms-box-shadow: inset 0px 0px 4px 0px #ccc;
      -o-box-shadow: inset 0px 0px 4px 0px #ccc;
      box-shadow: inset 0px 0px 4px 0px #ccc; }
      .zipcode-wrap input:focus::-webkit-input-placeholder {
        font-size: 1em;
        font-style: italic;
        color: #e1e1e1; }
      .zipcode-wrap input:focus:-moz-placeholder {
        font-size: 1em;
        font-style: italic;
        color: #e1e1e1; }
      .zipcode-wrap input:focus::-moz-placeholder {
        font-size: 1em;
        font-style: italic;
        color: #e1e1e1; }
      .zipcode-wrap input:focus:-ms-input-placeholder {
        font-size: 1em;
        font-style: italic;
        color: #e1e1e1; }
    .zipcode-wrap input.error:focus {
      border: 1px solid #cc2529; }
    .zipcode-wrap input::-webkit-input-placeholder {
      font-size: 1em;
      font-style: italic; }
    .zipcode-wrap input:-moz-placeholder {
      font-size: 1em;
      font-style: italic; }
    .zipcode-wrap input::-moz-placeholder {
      font-size: 1em;
      font-style: italic; }
    .zipcode-wrap input:-ms-input-placeholder {
      font-size: 1em;
      font-style: italic; }
  .zipcode-wrap .zipCodeWrap, .zipcode-wrap .addressWrap {
    position: relative;
    margin: 1em 0; }
    .zipcode-wrap .zipCodeWrap input, .zipcode-wrap .addressWrap input {
      border: 1px solid #aaa; }
    .zipcode-wrap .zipCodeWrap .correct-zipcode, .zipcode-wrap .zipCodeWrap .correct-address, .zipcode-wrap .addressWrap .correct-zipcode, .zipcode-wrap .addressWrap .correct-address {
      position: absolute;
      left: 0;
      top: 0;
      display: block;
      width: 100%;
      background-color: #ffffff;
      color: #505050;
      font-size: 1.25em;
      text-indent: center;
      -webkit-border-radius: 2px;
      -khtml-border-radius: 2px;
      -moz-border-radius: 2px;
      -ms-border-radius: 2px;
      -o-border-radius: 2px;
      border-radius: 2px;
      border: 1px solid #119b06;
      color: #119b06;
      line-height: normal;
      padding: .5em 10px;
      line-height: 1.5; }
      .zipcode-wrap .zipCodeWrap .correct-zipcode .fa, .zipcode-wrap .zipCodeWrap .correct-address .fa, .zipcode-wrap .addressWrap .correct-zipcode .fa, .zipcode-wrap .addressWrap .correct-address .fa {
        float: right;
        font-size: 18px;
        margin: 7px 5px 0 0; }
  .zipcode-wrap .zipcode-list {
    position: absolute;
    top: 100%;
    left: 0;
    width: 100%;
    background: #fff;
    margin-top: -1px;
    -webkit-box-shadow: 0px 3px 11px 0px #CECECE;
    -khtml-box-shadow: 0px 3px 11px 0px #CECECE;
    -moz-box-shadow: 0px 3px 11px 0px #CECECE;
    -ms-box-shadow: 0px 3px 11px 0px #CECECE;
    -o-box-shadow: 0px 3px 11px 0px #CECECE;
    box-shadow: 0px 3px 11px 0px #CECECE;
    padding: .3em;
    z-index: 100;
    -webkit-border-radius: 0 0 3px 3px;
    -khtml-border-radius: 0 0 3px 3px;
    -moz-border-radius: 0 0 3px 3px;
    -ms-border-radius: 0 0 3px 3px;
    -o-border-radius: 0 0 3px 3px;
    border-radius: 0 0 3px 3px;
    border: 1px solid #999;
    display: none; }
    .zipcode-wrap .zipcode-list.error {
      background: #f8f8f8;
      border-color: #cc2529;
      color: #cc2529;
      font-size: .875em; }
    .zipcode-wrap .zipcode-list ul {
      margin: 0;
      padding: 0;
      list-style: none;
      overflow: hidden;
      max-height: 150px; }
      .zipcode-wrap .zipcode-list ul li {
        display: block;
        padding: 10px 8px;
        font-size: .875em;
        cursor: pointer; }
        .zipcode-wrap .zipcode-list ul li:hover, .zipcode-wrap .zipcode-list ul li.focus {
          font-weight: 600; }
  .zipcode-wrap.slide .zipcode-slider {
    left: -100%; }

#cart {
  width: 100%; }
  #cart .freeship {
    overflow: hidden;
    margin-left: -27px;
    margin-right: -27px;
    background: #F79F54;
    color: #fff;
    padding: 15px 27px;
    /* Extra Small Devices, Phones */
    /* Small Devices, Tablets */
    /* Medium Devices, Desktops */ }
    #cart .freeship .fa {
      font-size: 1.5em;
      margin-right: 5px; }
    #cart .freeship b, #cart .freeship a, #cart .freeship span {
      vertical-align: top; }
    #cart .freeship .fa, #cart .freeship span {
      text-align: left;
      display: inline-block; }
    @media only screen and (max-width: 768px) {
      #cart .freeship {
        font-size: .8em; }
        #cart .freeship .fa {
          display: none !important; } }
    #cart .freeship .freeship-text {
      font-size: .775em;
      font-weight: 800; }
      #cart .freeship .freeship-text span {
        display: block;
        text-transform: uppercase;
        font-size: 11px;
        font-weight: 400;
        margin-top: .2em; }
      #cart .freeship .freeship-text a {
        color: #fff;
        font-weight: 600; }
  #cart .shipping-notice {
    margin: 0;
    border: 1px dashed #0099d5;
    padding: 10px 20px;
    font-size: .675em;
    color: #0099d5;
    text-align: right;
    /* Extra Small Devices, Phones */
    /* Small Devices, Tablets */
    /* Medium Devices, Desktops */ }
    #cart .shipping-notice .fa {
      font-size: 2em;
      margin-left: 10px;
      position: relative;
      top: 5px; }
    #cart .shipping-notice .row-1 {
      font-weight: 600; }
    #cart .shipping-notice .row-2 {
      color: #000; }
    #cart .shipping-notice .row-3 {
      color: #666;
      font-style: italic; }
    #cart .shipping-notice span, #cart .shipping-notice b {
      vertical-align: top;
      line-height: 1; }
    #cart .shipping-notice .shipping {
      text-align: right !important;
      display: inline-block; }
      #cart .shipping-notice .shipping span {
        display: block; }
    @media only screen and (max-width: 768px) {
      #cart .shipping-notice {
        border: none;
        padding: 0;
        text-align: left !important;
        border: 1px solid #dddddd;
        border-width: 1px 0;
        margin: 5px 0;
        padding: 5px 0; }
        #cart .shipping-notice span {
          text-align: left; }
        #cart .shipping-notice .fa {
          display: none !important; } }
  #cart .toggle-content {
    background-color: #fff;
    overflow: hidden;
    display: none;
    text-align: left;
    -webkit-box-shadow: 0px 20px 30px rgba(68, 74, 84, 0.94);
    -khtml-box-shadow: 0px 20px 30px rgba(68, 74, 84, 0.94);
    -moz-box-shadow: 0px 20px 30px rgba(68, 74, 84, 0.94);
    -ms-box-shadow: 0px 20px 30px rgba(68, 74, 84, 0.94);
    -o-box-shadow: 0px 20px 30px rgba(68, 74, 84, 0.94);
    box-shadow: 0px 20px 30px rgba(68, 74, 84, 0.94);
    position: fixed;
    width: 100%;
    max-width: 600px;
    z-index: 1001;
    top: 0px;
    height: 100%;
    right: 0%;
    cursor: default; }
  #cart .cart-recap .header--label {
    color: #fff; }
  #cart .cart-notice {
    position: absolute;
    background-color: white;
    -webkit-box-shadow: 1px 2px 30px rgba(68, 74, 84, 0.4);
    -khtml-box-shadow: 1px 2px 30px rgba(68, 74, 84, 0.4);
    -moz-box-shadow: 1px 2px 30px rgba(68, 74, 84, 0.4);
    -ms-box-shadow: 1px 2px 30px rgba(68, 74, 84, 0.4);
    -o-box-shadow: 1px 2px 30px rgba(68, 74, 84, 0.4);
    box-shadow: 1px 2px 30px rgba(68, 74, 84, 0.4);
    bottom: -1.8em;
    padding: .3em 3em;
    color: #0099d5;
    font-size: .876em;
    font-weight: 400;
    letter-spacing: .03em;
    border-bottom-left-radius: 5px;
    border-bottom-right-radius: 5px;
    /* Extra Small Devices, Phones */
    /* Small Devices, Tablets */
    /* Medium Devices, Desktops */ }
    @media only screen and (max-width: 992px) {
      #cart .cart-notice {
        display: none; } }
  #cart .cart-controls {
    border-bottom: 1px solid #dddddd;
    padding: 7px 0 10px;
    text-align: center;
    line-height: 1;
    margin-left: -27px;
    margin-right: -27px;
    background: #f8f8f8; }
    #cart .cart-controls .close-content {
      color: #000;
      font-size: .775em;
      line-height: 1;
      cursor: pointer;
      display: inline-block; }
      #cart .cart-controls .close-content .fa {
        margin-right: 10px;
        top: -1px;
        position: relative; }
  #cart .cart-header {
    padding: 13px 0;
    font-family: "Open Sans", sans-serif; }
    #cart .cart-header .cart-header--title {
      font-weight: 600;
      color: #271c18;
      display: inline-block; }
    #cart .cart-header .cart-header--search {
      position: relative;
      width: 50%;
      border: 1px solid #dddddd;
      -webkit-border-radius: 2px;
      -khtml-border-radius: 2px;
      -moz-border-radius: 2px;
      -ms-border-radius: 2px;
      -o-border-radius: 2px;
      border-radius: 2px;
      float: right;
      overflow: hidden;
      margin-top: -3px;
      height: 28px;
      /* Extra Small Devices, Phones */
      /* Small Devices, Tablets */
      /* Medium Devices, Desktops */ }
      @media only screen and (max-width: 768px) {
        #cart .cart-header .cart-header--search {
          float: none;
          width: 100%;
          margin: .5em 0 0; } }
      #cart .cart-header .cart-header--search input {
        border: none;
        width: 100%;
        padding: 4px 50px 2px 10px;
        position: relative;
        font-size: 13px;
        -webkit-border-radius: 3px;
        -khtml-border-radius: 3px;
        -moz-border-radius: 3px;
        -ms-border-radius: 3px;
        -o-border-radius: 3px;
        border-radius: 3px; }
        #cart .cart-header .cart-header--search input:focus {
          outline: none;
          box-shadow: none; }
      #cart .cart-header .cart-header--search .fa-close {
        color: #999;
        position: absolute;
        font-size: 14px;
        right: 10px;
        top: 5px;
        z-index: 3;
        display: none;
        cursor: pointer; }
  #cart .cart-listing {
    font-family: "Open Sans", sans-serif;
    overflow: hidden;
    margin-left: -1.5em;
    margin-right: -1.5em;
    padding: 0 1em;
    position: relative;
    height: 100%;
    max-height: 70%;
    top: 0;
    /* Extra Small Devices, Phones */
    /* Small Devices, Tablets */
    /* Medium Devices, Desktops */ }
    @media screen and (max-height: 600px) {
      #cart .cart-listing {
        max-height: 250px; } }
    @media only screen and (max-width: 768px) {
      #cart .cart-listing {
        max-height: 180px; } }
    #cart .cart-listing:after, #cart .cart-listing:before {
      content: '';
      position: absolute;
      left: 0;
      right: 0;
      -webkit-box-shadow: 0px 0px 10px 0px #BBBBBB;
      -khtml-box-shadow: 0px 0px 10px 0px #BBBBBB;
      -moz-box-shadow: 0px 0px 10px 0px #BBBBBB;
      -ms-box-shadow: 0px 0px 10px 0px #BBBBBB;
      -o-box-shadow: 0px 0px 10px 0px #BBBBBB;
      box-shadow: 0px 0px 10px 0px #BBBBBB;
      height: 5px;
      background: #fff;
      z-index: 10; }
    #cart .cart-listing .mCustomScrollBox {
      overflow: visible; }
    #cart .cart-listing:after {
      top: -5px; }
    #cart .cart-listing:before {
      bottom: -5px; }
    #cart .cart-listing ul {
      list-style-type: none;
      padding: 0;
      margin: 0;
      width: 100%;
      overflow: hidden; }
      #cart .cart-listing ul li {
        display: block;
        width: 100%;
        float: left;
        font-size: 13px;
        line-height: 1;
        border-bottom: 1px solid #dddddd;
        border-width: 1px 0;
        padding: .5em 0; }
        #cart .cart-listing ul li.no-product {
          border: none;
          text-align: center;
          font-size: 1.2em;
          padding: 1em 0; }
        #cart .cart-listing ul li.hide {
          display: none; }
          #cart .cart-listing ul li.hide.show {
            display: block; }
    #cart .cart-listing .cart-prod-image {
      display: inline-block;
      width: 40px;
      height: 40px; }
      #cart .cart-listing .cart-prod-image .cart-prod-image-frame {
        overflow: hidden;
        max-width: 40px;
        height: 40px;
        line-height: 40px; }
        #cart .cart-listing .cart-prod-image .cart-prod-image-frame img {
          vertical-align: middle;
          max-width: 90%;
          max-height: 100%; }
    #cart .cart-listing .cart-prod-name {
      display: inline-block;
      padding: 0 .5em;
      text-align: left;
      width: 70%;
      color: #271c18;
      font-weight: 500;
      padding-right: 1em; }
    #cart .cart-listing .product-issue {
      color: #cc2529;
      font-size: 12px;
      display: block;
      line-height: 1;
      padding-top: .4em; }
      #cart .cart-listing .product-issue span {
        text-decoration: underline;
        color: #cc2529;
        font-weight: 600;
        display: inline;
        cursor: pointer;
        vertical-align: top; }
    #cart .cart-listing .cart-prod-size {
      display: inline-block;
      font-size: 9px;
      font-weight: 600;
      font-family: "Open Sans", sans-serif; }
    #cart .cart-listing .cart-prod-action.action-remove {
      padding: 0 1em;
      text-align: right; }
    #cart .cart-listing .cart-prod-quantity {
      width: 25px;
      padding: 0 1em;
      display: inline-block;
      position: relative; }
      #cart .cart-listing .cart-prod-quantity > div {
        text-align: center;
        border-left: none;
        padding: 0;
        width: 100%;
        vertical-align: top; }
        #cart .cart-listing .cart-prod-quantity > div .fa {
          color: #271c18;
          font-size: 22px;
          line-height: 5px; }
      #cart .cart-listing .cart-prod-quantity .cart-prod-action {
        width: 100%;
        height: 10px;
        position: relative;
        top: -3px; }
        #cart .cart-listing .cart-prod-quantity .cart-prod-action a {
          display: inline-block;
          line-height: 10px;
          height: 10px; }
        #cart .cart-listing .cart-prod-quantity .cart-prod-action.action-remove {
          border: none;
          background: transparent; }
      @media screen and (max-width: 768px) {
        #cart .cart-listing .cart-prod-quantity {
          width: 100px; } }
  #cart .cart-list .spinner-load {
    display: block;
    width: 100%;
    height: 100%;
    position: absolute;
    left: 0;
    top: 0;
    z-index: 100; }
    #cart .cart-list .spinner-load:after {
      background: #fff; }
  #cart .cart-list .cart-bottom {
    position: absolute;
    bottom: 0;
    width: 100%; }
    #cart .cart-list .cart-bottom .cart-total {
      margin-left: -27px;
      margin-right: -27px;
      padding: 0 27px; }
    #cart .cart-list .cart-bottom .total-cap {
      display: block;
      border-top: 1px solid #dddddd;
      border-bottom: 1px solid #dddddd;
      padding: 1em 0;
      font-weight: 300;
      text-align: center;
      /* Extra Small Devices, Phones */
      /* Small Devices, Tablets */
      /* Medium Devices, Desktops */ }
      #cart .cart-list .cart-bottom .total-cap strong {
        vertical-align: top;
        display: inline-block;
        margin-right: 5px;
        font-weight: bold; }
      @media only screen and (max-width: 768px) {
        #cart .cart-list .cart-bottom .total-cap {
          padding: 5px;
          font-size: 12px;
          text-align: left; } }
    #cart .cart-list .cart-bottom .cart-total-bar {
      padding: 18px 0 10px;
      text-align: right;
      font-family: "Open Sans", sans-serif;
      overflow: hidden;
      /* Extra Small Devices, Phones */
      /* Small Devices, Tablets */
      /* Medium Devices, Desktops */ }
      @media only screen and (max-width: 768px) {
        #cart .cart-list .cart-bottom .cart-total-bar {
          padding: 5px 0; } }
      #cart .cart-list .cart-bottom .cart-total-bar span {
        display: inline-block; }
      #cart .cart-list .cart-bottom .cart-total-bar .total-label {
        display: block;
        text-align: center;
        width: 100%;
        font-size: 11px;
        text-transform: uppercase;
        padding: .5em 0;
        clear: both;
        color: #565656;
        /* Extra Small Devices, Phones */
        /* Small Devices, Tablets */
        /* Medium Devices, Desktops */ }
        @media only screen and (max-width: 768px) {
          #cart .cart-list .cart-bottom .cart-total-bar .total-label {
            text-align: left; } }
      #cart .cart-list .cart-bottom .cart-total-bar .total-amount {
        font-size: 2.5em;
        color: #0099d5;
        letter-spacing: -2px;
        float: left;
        /* Extra Small Devices, Phones */
        /* Small Devices, Tablets */
        /* Medium Devices, Desktops */ }
        #cart .cart-list .cart-bottom .cart-total-bar .total-amount b {
          line-height: 1;
          font-weight: 600; }
        @media only screen and (max-width: 768px) {
          #cart .cart-list .cart-bottom .cart-total-bar .total-amount {
            float: none;
            font-size: 1.5em;
            text-align: left;
            display: block; } }
    #cart .cart-list .cart-bottom .subtotal, #cart .cart-list .cart-bottom .delivery {
      font-size: .775em;
      text-transform: uppercase;
      letter-spacing: 1px;
      padding: 0 0 .5em; }
  #cart .cart-list .cart-total-cta {
    display: inline-block;
    /* Extra Small Devices, Phones */
    /* Small Devices, Tablets */
    /* Medium Devices, Desktops */ }
    #cart .cart-list .cart-total-cta .btn {
      background-color: #51B751; }
    @media only screen and (max-width: 768px) {
      #cart .cart-list .cart-total-cta {
        width: 100%;
        text-align: left; }
        #cart .cart-list .cart-total-cta .btn {
          margin: 5px auto 0 !important;
          float: none !important; } }
  #cart .cart-list span {
    line-height: 1; }
  #cart .cart-list .total-cap {
    font-size: .775em;
    line-height: 1.5; }
  #cart .cart-list .more {
    display: block;
    font-size: .675em;
    font-weight: 500;
    padding: .8em 0;
    clear: both;
    text-align: right;
    /* Extra Small Devices, Phones */
    /* Small Devices, Tablets */
    /* Medium Devices, Desktops */ }
    @media only screen and (max-width: 768px) {
      #cart .cart-list .more {
        text-align: left; } }
    #cart .cart-list .more a {
      text-decoration: none;
      color: #51B751;
      font-weight: 800;
      font-family: "Open Sans", sans-serif; }
  #cart .product-table {
    display: table;
    width: 100%; }
    #cart .product-table .cell {
      display: table-cell; }

/*mini cart on header*/
.cart {
  width: 230px;
  height: 56px;
  background-color: #0099d5;
  padding: 10px;
  padding-bottom: 0px;
  cursor: pointer;
  /* Extra Small Devices, Phones */
  /* Small Devices, Tablets */
  /* Medium Devices, Desktops */
  /* Extra Small Devices, Phones */
  /* Small Devices, Tablets */
  /* Medium Devices, Desktops */
  /*aside CART*/ }
  @media only screen and (max-width: 768px) {
    .cart {
      background-color: transparent;
      padding: 0;
      padding-top: 1px;
      height: initial; }
      .cart .hide-on-mobile {
        display: none; } }
  .cart .cart-recap {
    color: #fff;
    padding: .2rem;
    margin-right: 1rem;
    background-color: #cf2086;
    -webkit-border-radius: 3px;
    -khtml-border-radius: 3px;
    -moz-border-radius: 3px;
    -ms-border-radius: 3px;
    -o-border-radius: 3px;
    border-radius: 3px;
    /* Extra Small Devices, Phones */
    /* Small Devices, Tablets */
    /* Medium Devices, Desktops */
    /* Extra Small Devices, Phones */
    /* Small Devices, Tablets */
    /* Medium Devices, Desktops */
    /* Extra Small Devices, Phones */
    /* Small Devices, Tablets */
    /* Medium Devices, Desktops */ }
    @media only screen and (max-width: 1200px) {
      .cart .cart-recap {
        padding-right: 0;
        margin-right: .5rem; } }
    @media only screen and (max-width: 992px) {
      .cart .cart-recap {
        margin-right: 0; } }
    @media only screen and (max-width: 768px) {
      .cart .cart-recap {
        -webkit-justify-content: center;
        -moz-justify-content: center;
        -ms-justify-content: center;
        justify-content: center;
        -ms-flex-pack: center;
        color: #00548b;
        margin-right: .2rem; }
        .cart .cart-recap .visible-on-mobile {
          font-weight: 600;
          /* Extra Small Devices, Phones */
          /* Small Devices, Tablets */
          /* Medium Devices, Desktops */ } }
    @media only screen and (max-width: 768px) and (max-width: 480px) {
      .cart .cart-recap .visible-on-mobile span {
        display: none; } }
    .cart .cart-recap h2 {
      margin: 0; }
    .cart .cart-recap i {
      font-size: 1.2rem;
      padding: 1rem;
      text-align: center;
      color: #fff;
      /* Extra Small Devices, Phones */
      /* Small Devices, Tablets */
      /* Medium Devices, Desktops */ }
      @media only screen and (max-width: 1200px) {
        .cart .cart-recap i {
          padding: .5rem; } }
    .cart .cart-recap .cart-recap-data {
      /*height: 66px;*/
      /*min-width: 70%;*/
      margin-left: auto;
      /* Extra Small Devices, Phones */
      /* Small Devices, Tablets */
      /* Medium Devices, Desktops */
      /* Extra Small Devices, Phones */
      /* Small Devices, Tablets */
      /* Medium Devices, Desktops */ }
      .cart .cart-recap .cart-recap-data small {
        /* Extra Small Devices, Phones */
        /* Small Devices, Tablets */
        /* Medium Devices, Desktops */
        /* Extra Small Devices, Phones */
        /* Small Devices, Tablets */
        /* Medium Devices, Desktops */
        /* Extra Small Devices, Phones */
        /* Small Devices, Tablets */
        /* Medium Devices, Desktops */ }
        @media only screen and (max-width: 1200px) {
          .cart .cart-recap .cart-recap-data small {
            font-size: .75rem; } }
        @media only screen and (max-width: 992px) {
          .cart .cart-recap .cart-recap-data small {
            text-transform: uppercase; }
            .cart .cart-recap .cart-recap-data small span {
              display: none; } }
        @media only screen and (max-width: 768px) {
          .cart .cart-recap .cart-recap-data small {
            text-transform: none; }
            .cart .cart-recap .cart-recap-data small span {
              display: inline; } }
      @media only screen and (max-width: 1200px) {
        .cart .cart-recap .cart-recap-data {
          /*min-width: 70%;*/ } }
      @media only screen and (max-width: 768px) {
        .cart .cart-recap .cart-recap-data {
          -webkit-box-ordinal-group: 1;
          -moz-box-ordinal-group: 1;
          -ms-flex-order: 1;
          -webkit-order: 1;
          order: 1;
          background-color: transparent;
          -webkit-justify-content: center;
          -moz-justify-content: center;
          -ms-justify-content: center;
          justify-content: center;
          -ms-flex-pack: center;
          height: auto; }
          .cart .cart-recap .cart-recap-data .ion-arrow-down-b {
            display: none; } }
    .cart .cart-recap .cart-icon-wrap {
      font-size: .8em;
      font-weight: bold;
      color: #fff;
      position: relative;
      width: 30%;
      margin-left: 1rem;
      /* Extra Small Devices, Phones */
      /* Small Devices, Tablets */
      /* Medium Devices, Desktops */ }
      .cart .cart-recap .cart-icon-wrap img {
        width: auto;
        margin-right: 10px;
        height: 32px;
        /* Extra Small Devices, Phones */
        /* Small Devices, Tablets */
        /* Medium Devices, Desktops */
        /* Extra Small Devices, Phones */
        /* Small Devices, Tablets */
        /* Medium Devices, Desktops */
        /* Extra Small Devices, Phones */
        /* Small Devices, Tablets */
        /* Medium Devices, Desktops */ }
        @media only screen and (max-width: 1200px) {
          .cart .cart-recap .cart-icon-wrap img {
            /*height: 20px;*/ } }
        @media only screen and (max-width: 992px) {
          .cart .cart-recap .cart-icon-wrap img {
            margin: 0;
            margin-top: .5rem;
            margin-right: 1rem; } }
        @media only screen and (max-width: 768px) {
          .cart .cart-recap .cart-icon-wrap img {
            margin: 0;
            height: 24px;
            width: auto; } }
      @media only screen and (max-width: 768px) {
        .cart .cart-recap .cart-icon-wrap {
          height: initial;
          -webkit-box-ordinal-group: 2;
          -moz-box-ordinal-group: 2;
          -ms-flex-order: 2;
          -webkit-order: 2;
          order: 2; } }
      .cart .cart-recap .cart-icon-wrap:after {
        content: attr(data-cart);
        -webkit-border-radius: 100%;
        -khtml-border-radius: 100%;
        -moz-border-radius: 100%;
        -ms-border-radius: 100%;
        -o-border-radius: 100%;
        border-radius: 100%;
        background-color: #fff;
        width: 20px;
        height: 20px;
        position: absolute;
        bottom: -8px;
        right: 0px;
        border: 4px solid #cf2086;
        display: -webkit-box;
        display: -moz-box;
        display: -ms-flexbox;
        display: -webkit-flex;
        display: flex;
        -webkit-justify-content: center;
        -moz-justify-content: center;
        -ms-justify-content: center;
        justify-content: center;
        -ms-flex-pack: center;
        -webkit-align-items: center;
        -moz-align-items: center;
        -ms-align-items: center;
        align-items: center;
        font-size: .6em;
        line-height: .6em;
        font-weight: bold;
        color: #271c18;
        font-size: 1em;
        /* Extra Small Devices, Phones */
        /* Small Devices, Tablets */
        /* Medium Devices, Desktops */ }
        @media only screen and (max-width: 992px) {
          .cart .cart-recap .cart-icon-wrap:after {
            width: 15px;
            height: 15px;
            border: 2px solid #cf2086;
            top: -10px;
            right: -20px; } }
    .cart .cart-recap .subtotal {
      color: #fff;
      text-align: center;
      /* Extra Small Devices, Phones */
      /* Small Devices, Tablets */
      /* Medium Devices, Desktops */
      /* Extra Small Devices, Phones */
      /* Small Devices, Tablets */
      /* Medium Devices, Desktops */ }
      @media only screen and (max-width: 992px) {
        .cart .cart-recap .subtotal {
          font-size: 1em; }
          .cart .cart-recap .subtotal .subtotal__subprice {
            font-size: 1em; } }
      @media only screen and (max-width: 768px) {
        .cart .cart-recap .subtotal {
          display: none; }
          .cart .cart-recap .subtotal .subtotal__price {
            font-size: .9em; } }
      .cart .cart-recap .subtotal small {
        font-size: 1em;
        /* Extra Small Devices, Phones */
        /* Small Devices, Tablets */
        /* Medium Devices, Desktops */
        /* Extra Small Devices, Phones */
        /* Small Devices, Tablets */
        /* Medium Devices, Desktops */ }
        @media only screen and (max-width: 1200px) {
          .cart .cart-recap .subtotal small {
            font-size: 1rem; } }
        @media only screen and (max-width: 992px) {
          .cart .cart-recap .subtotal small {
            font-size: .75rem; } }
  .cart .cart-total-price {
    margin-top: 10px;
    padding: 5px 15px;
    border: 1px solid #eee;
    border-width: 1px 0;
    background-color: #fff;
    /* Extra Small Devices, Phones */
    /* Small Devices, Tablets */
    /* Medium Devices, Desktops */ }
    @media only screen and (max-width: 480px) {
      .cart .cart-total-price {
        padding: 0 5px; }
        .cart .cart-total-price .hide-on-small {
          display: none; }
        .cart .cart-total-price .col-4 {
          -webkit-flex-basis: 41.66667%;
          -moz-flex-basis: 41.66667%;
          -ms-flex-basis: 41.66667%;
          flex-basis: 41.66667%;
          max-width: 41.66666667%; }
        .cart .cart-total-price .col-8 {
          -webkit-flex-basis: 58.33333%;
          -moz-flex-basis: 58.33333%;
          -ms-flex-basis: 58.33333%;
          flex-basis: 58.33333%;
          max-width: 58.33333333%; } }
    .cart .cart-total-price strong {
      font-size: 1em;
      padding-right: 20px;
      font-weight: 300; }
    .cart .cart-total-price .more a {
      margin: 0;
      color: #271c18 !important;
      text-decoration: none !important; }
      .cart .cart-total-price .more a:hover {
        text-decoration: underline !important; }
    .cart .cart-total-price .total-amount-wrap {
      text-align: right;
      /* Extra Small Devices, Phones */
      /* Small Devices, Tablets */
      /* Medium Devices, Desktops */ }
      @media only screen and (max-width: 480px) {
        .cart .cart-total-price .total-amount-wrap {
          padding: 1rem 0; } }
      .cart .cart-total-price .total-amount-wrap .total-amount {
        font-size: 2em;
        line-height: 1.1em !important;
        color: #0099d5;
        /* Extra Small Devices, Phones */
        /* Small Devices, Tablets */
        /* Medium Devices, Desktops */ }
        @media only screen and (max-width: 480px) {
          .cart .cart-total-price .total-amount-wrap .total-amount {
            font-size: 1.7rem; } }
    .cart .cart-total-price #tooltip-goal img {
      width: 80%;
      padding: 0 10px;
      filter: alpha(opacity=30);
      -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=30)";
      -webkit-opacity: 0.3;
      -khtml-opacity: 0.3;
      -moz-opacity: 0.3;
      -ms-opacity: 0.3;
      -o-opacity: 0.3;
      opacity: 0.3;
      -webkit-transition: all 0.3s;
      -khtml-transition: all 0.3s;
      -moz-transition: all 0.3s;
      -ms-transition: all 0.3s;
      -o-transition: all 0.3s;
      transition: all 0.3s; }
      .cart .cart-total-price #tooltip-goal img:hover {
        filter: alpha(opacity=100);
        -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
        -webkit-opacity: 1;
        -khtml-opacity: 1;
        -moz-opacity: 1;
        -ms-opacity: 1;
        -o-opacity: 1;
        opacity: 1;
        -webkit-transition: all 0.3s;
        -khtml-transition: all 0.3s;
        -moz-transition: all 0.3s;
        -ms-transition: all 0.3s;
        -o-transition: all 0.3s;
        transition: all 0.3s; }
    .cart .cart-total-price #tooltip-goal .goal-ok:after {
      content: '\f120';
      font-family: 'Ionicons';
      position: absolute;
      color: green;
      bottom: 0;
      right: 10px;
      font-size: 1.5em; }
  .cart header {
    padding: 0 10px; }
    .cart header .h3 {
      /* Extra Small Devices, Phones */
      /* Small Devices, Tablets */
      /* Medium Devices, Desktops */ }
      .cart header .h3.h3--title-cart {
        color: #271c18;
        margin: .8rem; }
      @media only screen and (max-width: 768px) {
        .cart header .h3 {
          text-align: right;
          font-size: 1rem; }
          .cart header .h3 small {
            display: block; } }
    .cart header .logo-agency {
      width: 50%;
      height: 40px;
      margin: 5px 0;
      -webkit-background-size: contain;
      -khtml-background-size: contain;
      -moz-background-size: contain;
      -ms-background-size: contain;
      -o-background-size: contain;
      background-size: contain;
      -ms-behavior: url(/content/backgroundsize.min.htc);
      background-position: left;
      background-repeat: no-repeat;
      background-image: url("/content/images/logo-Splendidi.png"); }
  .cart .cart-table .cart-table__header {
    border-bottom: 1px solid #eee;
    text-align: center;
    font-size: .9em;
    color: #fff;
    padding: 5px 0;
    background-color: #00548b;
    /* Extra Small Devices, Phones */
    /* Small Devices, Tablets */
    /* Medium Devices, Desktops */ }
    .cart .cart-table .cart-table__header .visible-on-small {
      display: none; }
    @media only screen and (max-width: 480px) {
      .cart .cart-table .cart-table__header .hide-on-small {
        display: none; }
      .cart .cart-table .cart-table__header .visible-on-small {
        display: inline; } }
    .cart .cart-table .cart-table__header.row {
      margin: 0 !important;
      /* Extra Small Devices, Phones */
      /* Small Devices, Tablets */
      /* Medium Devices, Desktops */ }
      @media only screen and (max-width: 992px) {
        .cart .cart-table .cart-table__header.row {
          margin-right: -10px;
          margin-left: -10px;
          display: -webkit-box;
          display: -moz-box;
          display: -ms-flexbox;
          display: -webkit-flex;
          display: flex; } }
    .cart .cart-table .cart-table__header .col-2 {
      /* Extra Small Devices, Phones */
      /* Small Devices, Tablets */
      /* Medium Devices, Desktops */ }
      @media only screen and (max-width: 992px) {
        .cart .cart-table .cart-table__header .col-2 {
          -webkit-flex-basis: 16.66667%;
          -moz-flex-basis: 16.66667%;
          -ms-flex-basis: 16.66667%;
          flex-basis: 16.66667%;
          max-width: 16.66666667%;
          padding: 0 10px; } }
      .cart .cart-table .cart-table__header .col-2:last-child {
        text-align: right;
        padding-right: 20px; }
    .cart .cart-table .cart-table__header .col-8 {
      /* Extra Small Devices, Phones */
      /* Small Devices, Tablets */
      /* Medium Devices, Desktops */
      width: 66%; }
      @media only screen and (max-width: 992px) {
        .cart .cart-table .cart-table__header .col-8 {
          -webkit-flex-basis: 66%;
          -moz-flex-basis: 66%;
          -ms-flex-basis: 66%;
          flex-basis: 66%;
          max-width: 66%;
          padding: 0 10px; } }
  .cart .cart-table .cart-table__body-wrapper {
    height: calc(94vh - 200px);
    position: relative;
    overflow: auto;
    /* Extra Small Devices, Phones */
    /* Small Devices, Tablets */
    /* Medium Devices, Desktops */ }
    @media only screen and (max-width: 480px) {
      .cart .cart-table .cart-table__body-wrapper {
        height: calc(94vh - 170px); } }
    .cart .cart-table .cart-table__body-wrapper .cart-table__body {
      border-bottom: 1px solid #eee;
      -webkit-transition: all 0.3s;
      -khtml-transition: all 0.3s;
      -moz-transition: all 0.3s;
      -ms-transition: all 0.3s;
      -o-transition: all 0.3s;
      transition: all 0.3s; }
      .cart .cart-table .cart-table__body-wrapper .cart-table__body i[class*=ion-] {
        color: darkgray;
        font-size: 1.4em; }
      .cart .cart-table .cart-table__body-wrapper .cart-table__body.row {
        margin: 0; }
      .cart .cart-table .cart-table__body-wrapper .cart-table__body .row {
        /* Extra Small Devices, Phones */
        /* Small Devices, Tablets */
        /* Medium Devices, Desktops */ }
        @media only screen and (max-width: 992px) {
          .cart .cart-table .cart-table__body-wrapper .cart-table__body .row {
            margin-right: -10px;
            margin-left: -10px;
            display: -webkit-box;
            display: -moz-box;
            display: -ms-flexbox;
            display: -webkit-flex;
            display: flex; } }
      .cart .cart-table .cart-table__body-wrapper .cart-table__body .col-8, .cart .cart-table .cart-table__body-wrapper .cart-table__body .col-2 {
        height: 60px; }
      .cart .cart-table .cart-table__body-wrapper .cart-table__body .col-2:first-child {
        -webkit-justify-content: center;
        -moz-justify-content: center;
        -ms-justify-content: center;
        justify-content: center;
        -ms-flex-pack: center; }
      .cart .cart-table .cart-table__body-wrapper .cart-table__body .col-2:last-child {
        -webkit-justify-content: flex-end;
        -moz-justify-content: flex-end;
        -ms-justify-content: flex-end;
        justify-content: flex-end;
        -ms-flex-pack: flex-end;
        /* Extra Small Devices, Phones */
        /* Small Devices, Tablets */
        /* Medium Devices, Desktops */ }
        @media only screen and (max-width: 480px) {
          .cart .cart-table .cart-table__body-wrapper .cart-table__body .col-2:last-child {
            padding: 0 !important; } }
      .cart .cart-table .cart-table__body-wrapper .cart-table__body .col-2 {
        /* Extra Small Devices, Phones */
        /* Small Devices, Tablets */
        /* Medium Devices, Desktops */ }
        @media only screen and (max-width: 992px) {
          .cart .cart-table .cart-table__body-wrapper .cart-table__body .col-2 {
            -webkit-flex-basis: 16.66667%;
            -moz-flex-basis: 16.66667%;
            -ms-flex-basis: 16.66667%;
            flex-basis: 16.66667%;
            max-width: 16.66666667%;
            padding: 0 10px; } }
      .cart .cart-table .cart-table__body-wrapper .cart-table__body .col-8 {
        -webkit-justify-content: flex-start;
        -moz-justify-content: flex-start;
        -ms-justify-content: flex-start;
        justify-content: flex-start;
        -ms-flex-pack: flex-start;
        padding-right: 0;
        width: 66%;
        /* Extra Small Devices, Phones */
        /* Small Devices, Tablets */
        /* Medium Devices, Desktops */ }
        @media only screen and (max-width: 992px) {
          .cart .cart-table .cart-table__body-wrapper .cart-table__body .col-8 {
            -webkit-flex-basis: 66.66667%;
            -moz-flex-basis: 66.66667%;
            -ms-flex-basis: 66.66667%;
            flex-basis: 66.66667%;
            max-width: 66.66666667%;
            padding: 0 10px; } }
      .cart .cart-table .cart-table__body-wrapper .cart-table__body .cart-prod-image {
        width: 40px;
        margin: 0 5px;
        overflow: hidden;
        /* Extra Small Devices, Phones */
        /* Small Devices, Tablets */
        /* Medium Devices, Desktops */ }
        @media only screen and (max-width: 768px) {
          .cart .cart-table .cart-table__body-wrapper .cart-table__body .cart-prod-image {
            display: none; } }
        .cart .cart-table .cart-table__body-wrapper .cart-table__body .cart-prod-image .cart-prod-image--background-pattern {
          -webkit-background-size: contain;
          -khtml-background-size: contain;
          -moz-background-size: contain;
          -ms-background-size: contain;
          -o-background-size: contain;
          background-size: contain;
          -ms-behavior: url(/content/backgroundsize.min.htc);
          background-repeat: no-repeat;
          background-position: center;
          width: 45px;
          height: 45px;
          object-fit: contain; }
          .cart .cart-table .cart-table__body-wrapper .cart-table__body .cart-prod-image .cart-prod-image--background-pattern i {
            color: #5fdfff;
            float: right; }
      .cart .cart-table .cart-table__body-wrapper .cart-table__body .cart-prod-quantity {
        color: #271c18;
        font-weight: 300; }
        .cart .cart-table .cart-table__body-wrapper .cart-table__body .cart-prod-quantity span {
          padding: 10px;
          font-weight: 400; }
        .cart .cart-table .cart-table__body-wrapper .cart-table__body .cart-prod-quantity i[class*=ion-] {
          font-size: .6em;
          color: darkgray; }
      .cart .cart-table .cart-table__body-wrapper .cart-table__body .cart-prod-name {
        font-size: .8em;
        color: #271c18;
        font-weight: 400;
        /* Extra Small Devices, Phones */
        /* Small Devices, Tablets */
        /* Medium Devices, Desktops */ }
        .cart .cart-table .cart-table__body-wrapper .cart-table__body .cart-prod-name span {
          text-transform: uppercase; }
        .cart .cart-table .cart-table__body-wrapper .cart-table__body .cart-prod-name small {
          font-size: .8em;
          color: #aaa; }
        @media only screen and (max-width: 768px) {
          .cart .cart-table .cart-table__body-wrapper .cart-table__body .cart-prod-name {
            margin-left: 10px; } }
        .cart .cart-table .cart-table__body-wrapper .cart-table__body .cart-prod-name .old-price {
          text-decoration: line-through; }
        .cart .cart-table .cart-table__body-wrapper .cart-table__body .cart-prod-name .special-price {
          color: #51B751;
          font-weight: bold;
          font-size: 1.1em; }
      .cart .cart-table .cart-table__body-wrapper .cart-table__body .cart-unit-price {
        color: #271c18; }
        .cart .cart-table .cart-table__body-wrapper .cart-table__body .cart-unit-price h3 {
          margin: 0;
          font-weight: 400;
          /* Extra Small Devices, Phones */
          /* Small Devices, Tablets */
          /* Medium Devices, Desktops */ }
          @media only screen and (max-width: 480px) {
            .cart .cart-table .cart-table__body-wrapper .cart-table__body .cart-unit-price h3 {
              font-size: .9em; } }
      .cart .cart-table .cart-table__body-wrapper .cart-table__body:nth-of-type(odd) {
        background-color: #f8f8f8; }
      .cart .cart-table .cart-table__body-wrapper .cart-table__body:hover {
        background-color: #eee;
        -webkit-transition: all 0.3s;
        -khtml-transition: all 0.3s;
        -moz-transition: all 0.3s;
        -ms-transition: all 0.3s;
        -o-transition: all 0.3s;
        transition: all 0.3s; }
  .cart .cart-bottom {
    background-color: transparent; }
    .cart .cart-bottom .cart-bottom__info {
      padding: 5px 15px; }
      .cart .cart-bottom .cart-bottom__info .total-cap {
        border: 0px !important;
        padding: 0px !important;
        text-align: left !important; }
    .cart .cart-bottom .cart-bottom__cta {
      text-align: right;
      /*padding: 5px 10px;
            border-top: 1px solid #eee;
            background: #f8f8f8;*/
      color: #fff;
      /* Extra Small Devices, Phones */
      /* Small Devices, Tablets */
      /* Medium Devices, Desktops */ }
      @media only screen and (max-width: 480px) {
        .cart .cart-bottom .cart-bottom__cta .hide-on-small {
          display: none; } }
      .cart .cart-bottom .cart-bottom__cta .button--primary {
        border: 0;
        background-color: green;
        -webkit-border-radius: 0;
        -khtml-border-radius: 0;
        -moz-border-radius: 0;
        -ms-border-radius: 0;
        -o-border-radius: 0;
        border-radius: 0;
        color: #fff;
        /* Extra Small Devices, Phones */
        /* Small Devices, Tablets */
        /* Medium Devices, Desktops */ }
        .cart .cart-bottom .cart-bottom__cta .button--primary.confirm {
          padding: 15px 60px;
          /* Extra Small Devices, Phones */
          /* Small Devices, Tablets */
          /* Medium Devices, Desktops */ }
          @media only screen and (max-width: 768px) {
            .cart .cart-bottom .cart-bottom__cta .button--primary.confirm {
              padding: .6em; } }
        @media only screen and (max-width: 768px) {
          .cart .cart-bottom .cart-bottom__cta .button--primary {
            font-size: 1rem; } }
      .cart .cart-bottom .cart-bottom__cta .button--secondary {
        font-size: .9em; }
        .cart .cart-bottom .cart-bottom__cta .button--secondary:hover {
          text-decoration: underline; }

/*OVERLAY FOR CART*/
.layer-for-cart {
  content: '';
  display: none;
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: rgba(0, 0, 0, 0.74);
  z-index: 1000;
  cursor: url("/content/images/cursor-close.png"), default; }

/*progress BAR*/
.progress {
  width: 100%;
  height: 10px; }

.progress-wrap {
  margin: 5px 0;
  overflow: hidden;
  position: relative;
  background-color: #5fdfff;
  -webkit-border-radius: 5px;
  -khtml-border-radius: 5px;
  -moz-border-radius: 5px;
  -ms-border-radius: 5px;
  -o-border-radius: 5px;
  border-radius: 5px; }
  .progress-wrap .progress-bar {
    background-color: #eee;
    -webkit-box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.1);
    -khtml-box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.1);
    -moz-box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.1);
    -ms-box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.1);
    -o-box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.1);
    box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.1);
    left: 0;
    position: absolute;
    top: 0; }

/*POPUP MINI CART*/
.cart-box .container-cart-dx {
  padding-right: 0.5rem;
  padding-left: 0.5rem;
  min-width: 70%;
  /* Extra Small Devices, Phones */
  /* Small Devices, Tablets */
  /* Medium Devices, Desktops */
  /* Extra Small Devices, Phones */
  /* Small Devices, Tablets */
  /* Medium Devices, Desktops */
  /* Extra Small Devices, Phones */
  /* Small Devices, Tablets */
  /* Medium Devices, Desktops */ }
  @media only screen and (max-width: 992px) {
    .cart-box .container-cart-dx {
      display: table;
      padding-right: 0;
      padding-left: 0; } }
  @media only screen and (max-width: 992px) {
    .cart-box .container-cart-dx {
      min-width: 99%; } }
  @media only screen and (max-width: 768px) {
    .cart-box .container-cart-dx .cart-mobile-container1 {
      flex-basis: 100% !important;
      max-width: 100% !important; }
    .cart-box .container-cart-dx .cart-mobile-container2 {
      flex-basis: 30% !important;
      max-width: 30% !important; } }
  .cart-box .container-cart-dx a {
    text-decoration: none; }
  .cart-box .container-cart-dx .scroll-cart {
    overflow-y: auto;
    height: 400px;
    width: 100%;
    /* Extra Small Devices, Phones */
    /* Small Devices, Tablets */
    /* Medium Devices, Desktops */ }
    @media only screen and (max-width: 992px) {
      .cart-box .container-cart-dx .scroll-cart {
        height: auto; } }

.cart-box .container-cart-sx {
  height: 100%;
  border-radius: 5px;
  margin: 0;
  padding: 0;
  position: relative;
  width: 30%;
  /* Extra Small Devices, Phones */
  /* Small Devices, Tablets */
  /* Medium Devices, Desktops */
  /* Extra Small Devices, Phones */
  /* Small Devices, Tablets */
  /* Medium Devices, Desktops */ }
  @media only screen and (max-width: 992px) {
    .cart-box .container-cart-sx {
      min-width: 100%;
      padding-top: 20px; } }
  @media only screen and (max-width: 768px) {
    .cart-box .container-cart-sx {
      border: none; } }
  .cart-box .container-cart-sx .cart-total-price {
    width: 100%; }
  .cart-box .container-cart-sx .modal-cart-box-dx .total-cap {
    color: red; }
  .cart-box .container-cart-sx .modal-cart-box-dx .modal-cart-titledx {
    background-color: #0079b7;
    color: white;
    font-size: 1rem;
    height: 35px; }
  .cart-box .container-cart-sx .modal-cart-box-dx .modalcart-container {
    padding: 15px; }
    .cart-box .container-cart-sx .modal-cart-box-dx .modalcart-container .modalcart-contentdx {
      border-bottom: solid 1px lightgrey; }
      .cart-box .container-cart-sx .modal-cart-box-dx .modalcart-container .modalcart-contentdx small {
        padding-top: .5em;
        float: right; }
      .cart-box .container-cart-sx .modal-cart-box-dx .modalcart-container .modalcart-contentdx span {
        float: right; }
  .cart-box .container-cart-sx .modal-cart-box-dx .modalcart-totaldx {
    padding: 15px;
    bottom: 0;
    text-align: right; }

.cart-box .carttext {
  color: black;
  text-align: center;
  text-align: center;
  font-size: 1rem;
  color: #271c18;
  margin-top: 20px; }

.cart-box .removeAllButton {
  line-height: 2;
  color: red;
  font-weight: bold;
  float: right; }

.cart-box .bonusFirstOrder {
  background-color: #51B751;
  color: #fff;
  padding: 1em;
  -webkit-border-radius: 5px;
  -khtml-border-radius: 5px;
  -moz-border-radius: 5px;
  -ms-border-radius: 5px;
  -o-border-radius: 5px;
  border-radius: 5px; }

.cart-box .h3--title-cart {
  color: white;
  margin: .8rem;
  font-size: 1.4rem;
  letter-spacing: 2px; }

.cart-box .cart-table__body-wrapper {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-direction: row;
  -moz-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  margin: 20px;
  position: relative;
  /* Extra Small Devices, Phones */
  /* Small Devices, Tablets */
  /* Medium Devices, Desktops */
  /* Extra Small Devices, Phones */
  /* Small Devices, Tablets */
  /* Medium Devices, Desktops */
  /* Extra Small Devices, Phones */
  /* Small Devices, Tablets */
  /* Medium Devices, Desktops */ }
  @media only screen and (max-width: 992px) {
    .cart-box .cart-table__body-wrapper {
      -webkit-flex-direction: column;
      -moz-flex-direction: column;
      -ms-flex-direction: column;
      flex-direction: column;
      min-height: 300px;
      align-items: center; } }
  @media only screen and (max-width: 768px) {
    .cart-box .cart-table__body-wrapper {
      margin: 5px;
      padding-bottom: 10px; } }
  @media only screen and (max-width: 480px) {
    .cart-box .cart-table__body-wrapper {
      margin: 5px; } }
  .cart-box .cart-table__body-wrapper .cart-table__body {
    border-bottom: 1px solid #eee;
    -webkit-transition: all 0.3s;
    -khtml-transition: all 0.3s;
    -moz-transition: all 0.3s;
    -ms-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s; }
    .cart-box .cart-table__body-wrapper .cart-table__body i[class*=ion-] {
      color: darkgray;
      font-size: 1.4em; }
    .cart-box .cart-table__body-wrapper .cart-table__body.row {
      margin: 0; }
    .cart-box .cart-table__body-wrapper .cart-table__body .row {
      /* Extra Small Devices, Phones */
      /* Small Devices, Tablets */
      /* Medium Devices, Desktops */ }
      @media only screen and (max-width: 992px) {
        .cart-box .cart-table__body-wrapper .cart-table__body .row {
          margin-right: -10px;
          margin-left: -10px;
          display: -webkit-box;
          display: -moz-box;
          display: -ms-flexbox;
          display: -webkit-flex;
          display: flex; } }
    .cart-box .cart-table__body-wrapper .cart-table__body .col-8, .cart-box .cart-table__body-wrapper .cart-table__body .col-2 {
      height: 50px; }
    .cart-box .cart-table__body-wrapper .cart-table__body .col-2:first-child {
      -webkit-justify-content: center;
      -moz-justify-content: center;
      -ms-justify-content: center;
      justify-content: center;
      -ms-flex-pack: center; }
    .cart-box .cart-table__body-wrapper .cart-table__body .col-2:last-child {
      -webkit-justify-content: flex-end;
      -moz-justify-content: flex-end;
      -ms-justify-content: flex-end;
      justify-content: flex-end;
      -ms-flex-pack: flex-end;
      /* Extra Small Devices, Phones */
      /* Small Devices, Tablets */
      /* Medium Devices, Desktops */ }
      @media only screen and (max-width: 480px) {
        .cart-box .cart-table__body-wrapper .cart-table__body .col-2:last-child {
          padding: 0 !important; } }
    .cart-box .cart-table__body-wrapper .cart-table__body .col-2 {
      /* Extra Small Devices, Phones */
      /* Small Devices, Tablets */
      /* Medium Devices, Desktops */ }
      @media only screen and (max-width: 992px) {
        .cart-box .cart-table__body-wrapper .cart-table__body .col-2 {
          -webkit-flex-basis: 16.66667%;
          -moz-flex-basis: 16.66667%;
          -ms-flex-basis: 16.66667%;
          flex-basis: 16.66667%;
          max-width: 16.66666667%;
          padding: 0 10px; } }
    .cart-box .cart-table__body-wrapper .cart-table__body .col-8 {
      -webkit-justify-content: flex-start;
      -moz-justify-content: flex-start;
      -ms-justify-content: flex-start;
      justify-content: flex-start;
      -ms-flex-pack: flex-start;
      padding-right: 0;
      width: 66%;
      /* Extra Small Devices, Phones */
      /* Small Devices, Tablets */
      /* Medium Devices, Desktops */ }
      @media only screen and (max-width: 992px) {
        .cart-box .cart-table__body-wrapper .cart-table__body .col-8 {
          -webkit-flex-basis: 66.66667%;
          -moz-flex-basis: 66.66667%;
          -ms-flex-basis: 66.66667%;
          flex-basis: 66.66667%;
          max-width: 66.66666667%;
          padding: 0 10px; } }
    .cart-box .cart-table__body-wrapper .cart-table__body .cart-prod-image {
      width: 40px;
      margin: 0 5px;
      overflow: hidden; }
      .cart-box .cart-table__body-wrapper .cart-table__body .cart-prod-image .cart-prod-image--background-pattern {
        -webkit-background-size: contain;
        -khtml-background-size: contain;
        -moz-background-size: contain;
        -ms-background-size: contain;
        -o-background-size: contain;
        background-size: contain;
        -ms-behavior: url(/content/backgroundsize.min.htc);
        background-repeat: no-repeat;
        background-position: center;
        width: 45px;
        height: 45px;
        object-fit: contain; }
        .cart-box .cart-table__body-wrapper .cart-table__body .cart-prod-image .cart-prod-image--background-pattern i {
          color: #5fdfff;
          float: right; }
    .cart-box .cart-table__body-wrapper .cart-table__body .cart-prod-quantity {
      color: #271c18;
      font-weight: 300;
      width: 140px; }
      .cart-box .cart-table__body-wrapper .cart-table__body .cart-prod-quantity span {
        padding: 5px;
        font-weight: 400; }
      .cart-box .cart-table__body-wrapper .cart-table__body .cart-prod-quantity i[class*=ion-] {
        font-size: .9em;
        color: darkgray;
        padding: 5px; }
    .cart-box .cart-table__body-wrapper .cart-table__body .cart-prod-action {
      border: solid 1px;
      border-color: lightgray;
      border-radius: 5px;
      padding: 0; }
      .cart-box .cart-table__body-wrapper .cart-table__body .cart-prod-action.action-remove {
        border: none; }
    .cart-box .cart-table__body-wrapper .cart-table__body .cart-prod-name {
      font-size: .8rem;
      padding-left: .5em;
      color: #1E2C40;
      font-weight: 400;
      /* Extra Small Devices, Phones */
      /* Small Devices, Tablets */
      /* Medium Devices, Desktops */
      /* Extra Small Devices, Phones */
      /* Small Devices, Tablets */
      /* Medium Devices, Desktops */ }
      .cart-box .cart-table__body-wrapper .cart-table__body .cart-prod-name span {
        text-transform: uppercase; }
      .cart-box .cart-table__body-wrapper .cart-table__body .cart-prod-name small {
        font-size: .8em;
        color: #aaa; }
      @media only screen and (max-width: 768px) {
        .cart-box .cart-table__body-wrapper .cart-table__body .cart-prod-name {
          margin-left: 0px;
          font-size: 0.7rem; } }
      @media only screen and (max-width: 480px) {
        .cart-box .cart-table__body-wrapper .cart-table__body .cart-prod-name {
          font-size: 0.7rem;
          line-height: 1; } }
      .cart-box .cart-table__body-wrapper .cart-table__body .cart-prod-name .old-price {
        text-decoration: line-through; }
      .cart-box .cart-table__body-wrapper .cart-table__body .cart-prod-name .special-price {
        color: #5fdfff;
        font-weight: bold;
        font-size: 1.1em; }
    .cart-box .cart-table__body-wrapper .cart-table__body .cart-unit-price {
      color: #271c18; }
      .cart-box .cart-table__body-wrapper .cart-table__body .cart-unit-price h3 {
        margin: 0;
        font-weight: 400;
        /* Extra Small Devices, Phones */
        /* Small Devices, Tablets */
        /* Medium Devices, Desktops */ }
        @media only screen and (max-width: 480px) {
          .cart-box .cart-table__body-wrapper .cart-table__body .cart-unit-price h3 {
            font-size: 1.2em;
            font-weight: bold; } }
    .cart-box .cart-table__body-wrapper .cart-table__body:nth-of-type(odd) {
      background-color: #f8f8f8; }
    .cart-box .cart-table__body-wrapper .cart-table__body:hover {
      background-color: #eee;
      -webkit-transition: all 0.3s;
      -khtml-transition: all 0.3s;
      -moz-transition: all 0.3s;
      -ms-transition: all 0.3s;
      -o-transition: all 0.3s;
      transition: all 0.3s; }

/*CUSTOM SCROLLBAR*/
::-webkit-scrollbar {
  width: 10px; }

/* Track */
::-webkit-scrollbar-track {
  -webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.3);
  -webkit-border-radius: 3px;
  border-radius: 3px; }

/* Handle */
::-webkit-scrollbar-thumb {
  -webkit-border-radius: 3px;
  border-radius: 3px;
  background: rgba(0, 45, 114, 0.7);
  -webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.5); }

::-webkit-scrollbar-thumb:window-inactive {
  background: rrgba(0, 45, 114, 0.4); }

@media only screen and (min-device-width: 320px) and (max-device-width: 568px) and (orientation: landscape) {
  .cart-box .cart-table__body-wrapper {
    margin: 5px;
    padding-bottom: 10px; } }

@media only screen and (min-device-width: 414px) and (max-device-width: 736px) and (orientation: landscape) {
  .cart-box .cart-table__body-wrapper {
    margin: 5px;
    padding-bottom: 10px; } }

.contact h2 {
  font-size: 2em;
  text-align: center;
  margin: 0;
  color: #00548b; }

.contact .box-color {
  padding: 1em 2em;
  margin: 1em; }
  .contact .box-color h2 {
    color: #00548b;
    margin: 0;
    text-transform: uppercase; }
  .contact .box-color a {
    color: #00548b;
    font-weight: bold; }
  .contact .box-color p {
    color: #00548b;
    text-align: center; }

.contact .box-middle h3 {
  font-size: 1.4em;
  text-align: center;
  margin: 0;
  color: #00548b; }

.contact .box-middle .box-info {
  background-color: #d9edf7;
  padding: 2em; }

.contact .box-action {
  padding: 1em 2em;
  margin: 2em 0;
  text-align: center; }
  .contact .box-action a {
    font-size: 1em; }
  .contact .box-action i {
    margin: 0 .5em;
    font-size: 1.5em; }
  .contact .box-action .btn {
    background-color: #cf2086;
    text-transform: uppercase; }

.main-navigation__site, .main-navigation__site--secondary {
  position: absolute;
  z-index: 9999;
  /*@include calc(width, "35% + 5px");*/
  width: 70%;
  visibility: hidden;
  margin-top: 50px;
  left: .5rem;
  /* Extra Small Devices, Phones */
  /* Small Devices, Tablets */
  /* Medium Devices, Desktops */
  /*XL Dev*/
  /* Extra Small Devices, Phones */
  /* Small Devices, Tablets */
  /* Medium Devices, Desktops */
  /* Extra Small Devices, Phones */
  /* Small Devices, Tablets */
  /* Medium Devices, Desktops */
  /* Extra Small Devices, Phones */
  /* Small Devices, Tablets */
  /* Medium Devices, Desktops */ }
  @media only screen and (max-width: 1200px) {
    .main-navigation__site, .main-navigation__site--secondary {
      width: 90%; } }
  @media all and (min-width: 90.1rem) {
    .main-navigation__site, .main-navigation__site--secondary {
      /* width 35% ( logo 20% + nav 15% )*/
      /*@include calc(width, "(90rem * 35)/100");*/
      /* |---  | 1440px or 90rem  |----| */
      /* |----------- 100% ------------| */
      /* |-----|   <--  start from here  */
      left: -moz-calc((100% - 90.1rem)/2);
      left: -webkit-calc((100% - 90.1rem)/2);
      left: calc((100% - 90.1rem)/2); } }
  .main-navigation__site.show, .main-navigation__site--secondary.show {
    visibility: visible;
    z-index: 1001; }
  @media only screen and (max-width: 992px) {
    .main-navigation__site, .main-navigation__site--secondary {
      top: 0 !important;
      left: -50%;
      width: 50%;
      overflow-y: auto;
      display: block;
      margin-top: 0;
      padding-left: 0;
      background-color: #00548b; } }
  @media only screen and (max-width: 768px) {
    .main-navigation__site, .main-navigation__site--secondary {
      width: 70%;
      position: fixed;
      left: -70%;
      padding: 0; } }
  @media only screen and (max-width: 480px) {
    .main-navigation__site, .main-navigation__site--secondary {
      width: 70%;
      position: fixed;
      left: -70%;
      padding: 0; } }
  .main-navigation__site .main-navigation__wrap, .main-navigation__site--secondary .main-navigation__wrap {
    width: 100%;
    position: relative;
    height: auto;
    margin-top: 10px;
    /* Extra Small Devices, Phones */
    /* Small Devices, Tablets */
    /* Medium Devices, Desktops */ }
    @media only screen and (max-width: 992px) {
      .main-navigation__site .main-navigation__wrap, .main-navigation__site--secondary .main-navigation__wrap {
        margin-top: 0px; } }
    @media all and (min-width: 90.1rem) {
      .main-navigation__site .main-navigation__wrap, .main-navigation__site--secondary .main-navigation__wrap {
        width: 90%;
        left: 0;
        margin-top: 10px; } }
    .main-navigation__site .main-navigation__wrap .main-navigation__item--container.open .main-navigation__item--side-content, .main-navigation__site--secondary .main-navigation__wrap .main-navigation__item--container.open .main-navigation__item--side-content {
      display: block; }
    .main-navigation__site .main-navigation__wrap div[class*='main-navigation__item--'], .main-navigation__site--secondary .main-navigation__wrap div[class*='main-navigation__item--'] {
      overflow: hidden;
      /* Extra Small Devices, Phones */
      /* Small Devices, Tablets */
      /* Medium Devices, Desktops */ }
      @media only screen and (max-width: 992px) {
        .main-navigation__site .main-navigation__wrap div[class*='main-navigation__item--'], .main-navigation__site--secondary .main-navigation__wrap div[class*='main-navigation__item--'] {
          border: 1px solid #c2c1c1;
          border-width: 1px 0 0 0; } }
      .main-navigation__site .main-navigation__wrap div[class*='main-navigation__item--'] .main-navigation__item--title, .main-navigation__site--secondary .main-navigation__wrap div[class*='main-navigation__item--'] .main-navigation__item--title {
        width: 22.5%;
        background-color: #fff;
        -webkit-box-shadow: 2px 2px 5px rgba(39, 28, 24, 0.3);
        -khtml-box-shadow: 2px 2px 5px rgba(39, 28, 24, 0.3);
        -moz-box-shadow: 2px 2px 5px rgba(39, 28, 24, 0.3);
        -ms-box-shadow: 2px 2px 5px rgba(39, 28, 24, 0.3);
        -o-box-shadow: 2px 2px 5px rgba(39, 28, 24, 0.3);
        box-shadow: 2px 2px 5px rgba(39, 28, 24, 0.3);
        border: 1px solid #c2c1c1;
        padding: 0px 20px;
        font-size: .9em;
        color: #606060;
        font-weight: bold;
        border: 1px solid #c2c1c1;
        border-width: 0 1px;
        cursor: pointer;
        position: relative;
        z-index: 9;
        -webkit-box-shadow: 0 0 5px rgba(39, 28, 24, 0.3);
        -khtml-box-shadow: 0 0 5px rgba(39, 28, 24, 0.3);
        -moz-box-shadow: 0 0 5px rgba(39, 28, 24, 0.3);
        -ms-box-shadow: 0 0 5px rgba(39, 28, 24, 0.3);
        -o-box-shadow: 0 0 5px rgba(39, 28, 24, 0.3);
        box-shadow: 0 0 5px rgba(39, 28, 24, 0.3);
        /* Extra Small Devices, Phones */
        /* Small Devices, Tablets */
        /* Medium Devices, Desktops */
        /* Extra Small Devices, Phones */
        /* Small Devices, Tablets */
        /* Medium Devices, Desktops */ }
        .main-navigation__site .main-navigation__wrap div[class*='main-navigation__item--'] .main-navigation__item--title:hover, .main-navigation__site--secondary .main-navigation__wrap div[class*='main-navigation__item--'] .main-navigation__item--title:hover {
          background-color: #0099d5;
          color: white;
          /* Extra Small Devices, Phones */
          /* Small Devices, Tablets */
          /* Medium Devices, Desktops */
          /* Extra Small Devices, Phones */
          /* Small Devices, Tablets */
          /* Medium Devices, Desktops */ }
          @media only screen and (max-width: 768px) {
            .main-navigation__site .main-navigation__wrap div[class*='main-navigation__item--'] .main-navigation__item--title:hover, .main-navigation__site--secondary .main-navigation__wrap div[class*='main-navigation__item--'] .main-navigation__item--title:hover {
              background-color: white;
              color: #0099d5; } }
          .main-navigation__site .main-navigation__wrap div[class*='main-navigation__item--'] .main-navigation__item--title:hover p, .main-navigation__site--secondary .main-navigation__wrap div[class*='main-navigation__item--'] .main-navigation__item--title:hover p {
            color: #fff; }
          @media only screen and (max-width: 992px) {
            .main-navigation__site .main-navigation__wrap div[class*='main-navigation__item--'] .main-navigation__item--title:hover, .main-navigation__site--secondary .main-navigation__wrap div[class*='main-navigation__item--'] .main-navigation__item--title:hover {
              background-color: none; } }
        .main-navigation__site .main-navigation__wrap div[class*='main-navigation__item--'] .main-navigation__item--title a, .main-navigation__site--secondary .main-navigation__wrap div[class*='main-navigation__item--'] .main-navigation__item--title a {
          color: #606060;
          font-size: 0.9rem;
          text-decoration: none;
          display: -webkit-box;
          display: -moz-box;
          display: -ms-flexbox;
          display: -webkit-flex;
          display: flex;
          /* Extra Small Devices, Phones */
          /* Small Devices, Tablets */
          /* Medium Devices, Desktops */ }
          @media only screen and (max-width: 768px) {
            .main-navigation__site .main-navigation__wrap div[class*='main-navigation__item--'] .main-navigation__item--title a, .main-navigation__site--secondary .main-navigation__wrap div[class*='main-navigation__item--'] .main-navigation__item--title a {
              font-size: 1rem; } }
        @media only screen and (max-width: 992px) {
          .main-navigation__site .main-navigation__wrap div[class*='main-navigation__item--'] .main-navigation__item--title, .main-navigation__site--secondary .main-navigation__wrap div[class*='main-navigation__item--'] .main-navigation__item--title {
            width: 100%;
            height: auto;
            padding: .2em 1em;
            border-bottom: 1px solid gray;
            text-align: left;
            background-color: #fff;
            color: #0099d5;
            border: 0; } }
        .main-navigation__site .main-navigation__wrap div[class*='main-navigation__item--'] .main-navigation__item--title div[class*='main-navigation__cat-ico--'], .main-navigation__site--secondary .main-navigation__wrap div[class*='main-navigation__item--'] .main-navigation__item--title div[class*='main-navigation__cat-ico--'] {
          -webkit-background-size: contain;
          -khtml-background-size: contain;
          -moz-background-size: contain;
          -ms-background-size: contain;
          -o-background-size: contain;
          background-size: contain;
          -ms-behavior: url(/content/backgroundsize.min.htc);
          background-position: center;
          background-repeat: no-repeat;
          padding: 0 20px;
          height: 25px;
          margin-top: 10px;
          /* Extra Small Devices, Phones */
          /* Small Devices, Tablets */
          /* Medium Devices, Desktops */ }
          @media only screen and (max-width: 992px) {
            .main-navigation__site .main-navigation__wrap div[class*='main-navigation__item--'] .main-navigation__item--title div[class*='main-navigation__cat-ico--'], .main-navigation__site--secondary .main-navigation__wrap div[class*='main-navigation__item--'] .main-navigation__item--title div[class*='main-navigation__cat-ico--'] {
              margin-right: 10px; } }
        @media only screen and (max-width: 992px) {
          .main-navigation__site .main-navigation__wrap div[class*='main-navigation__item--'] .main-navigation__item--title, .main-navigation__site--secondary .main-navigation__wrap div[class*='main-navigation__item--'] .main-navigation__item--title {
            -webkit-box-shadow: none;
            -khtml-box-shadow: none;
            -moz-box-shadow: none;
            -ms-box-shadow: none;
            -o-box-shadow: none;
            box-shadow: none;
            font-size: 1.1em;
            padding: 1em; } }
      .main-navigation__site .main-navigation__wrap div[class*='main-navigation__item--'] .main-navigation__item--side-content, .main-navigation__site--secondary .main-navigation__wrap div[class*='main-navigation__item--'] .main-navigation__item--side-content {
        position: absolute;
        width: 50%;
        top: 0;
        left: 22.5%;
        background-color: #fff;
        visibility: hidden;
        min-height: 100%;
        border: 1px solid #c2c1c1;
        border-width: 1px 1px 1px 0;
        padding: 0 20px;
        -webkit-box-shadow: 0 0 5px rgba(39, 28, 24, 0.3);
        -khtml-box-shadow: 0 0 5px rgba(39, 28, 24, 0.3);
        -moz-box-shadow: 0 0 5px rgba(39, 28, 24, 0.3);
        -ms-box-shadow: 0 0 5px rgba(39, 28, 24, 0.3);
        -o-box-shadow: 0 0 5px rgba(39, 28, 24, 0.3);
        box-shadow: 0 0 5px rgba(39, 28, 24, 0.3);
        /* Extra Small Devices, Phones */
        /* Small Devices, Tablets */
        /* Medium Devices, Desktops */
        /* clearfix */ }
        .main-navigation__site .main-navigation__wrap div[class*='main-navigation__item--'] .main-navigation__item--side-content a, .main-navigation__site--secondary .main-navigation__wrap div[class*='main-navigation__item--'] .main-navigation__item--side-content a {
          font-size: 0.9rem; }
        @media only screen and (max-width: 992px) {
          .main-navigation__site .main-navigation__wrap div[class*='main-navigation__item--'] .main-navigation__item--side-content, .main-navigation__site--secondary .main-navigation__wrap div[class*='main-navigation__item--'] .main-navigation__item--side-content {
            float: none;
            display: block;
            position: relative;
            width: 100%;
            margin: 0;
            padding: 0;
            left: 0;
            visibility: visible;
            display: none;
            background-color: #fff;
            color: #0099d5;
            border: 0; } }
        .main-navigation__site .main-navigation__wrap div[class*='main-navigation__item--'] .main-navigation__item--side-content a, .main-navigation__site--secondary .main-navigation__wrap div[class*='main-navigation__item--'] .main-navigation__item--side-content a {
          text-decoration: none;
          color: #606060;
          font-size: .8rem;
          /* Extra Small Devices, Phones */
          /* Small Devices, Tablets */
          /* Medium Devices, Desktops */ }
          @media only screen and (max-width: 992px) {
            .main-navigation__site .main-navigation__wrap div[class*='main-navigation__item--'] .main-navigation__item--side-content a, .main-navigation__site--secondary .main-navigation__wrap div[class*='main-navigation__item--'] .main-navigation__item--side-content a {
              color: #0099d5; } }
          .main-navigation__site .main-navigation__wrap div[class*='main-navigation__item--'] .main-navigation__item--side-content a:hover, .main-navigation__site--secondary .main-navigation__wrap div[class*='main-navigation__item--'] .main-navigation__item--side-content a:hover {
            text-decoration: underline; }
        .main-navigation__site .main-navigation__wrap div[class*='main-navigation__item--'] .main-navigation__item--side-content .grid, .main-navigation__site--secondary .main-navigation__wrap div[class*='main-navigation__item--'] .main-navigation__item--side-content .grid {
          width: 60%;
          /* Extra Small Devices, Phones */
          /* Small Devices, Tablets */
          /* Medium Devices, Desktops */ }
          @media only screen and (max-width: 992px) {
            .main-navigation__site .main-navigation__wrap div[class*='main-navigation__item--'] .main-navigation__item--side-content .grid, .main-navigation__site--secondary .main-navigation__wrap div[class*='main-navigation__item--'] .main-navigation__item--side-content .grid {
              width: 100%; } }
        .main-navigation__site .main-navigation__wrap div[class*='main-navigation__item--'] .main-navigation__item--side-content .gridImg, .main-navigation__site--secondary .main-navigation__wrap div[class*='main-navigation__item--'] .main-navigation__item--side-content .gridImg {
          width: 40%;
          top: 0;
          bottom: 0;
          background-size: auto 100%;
          background-position: bottom center;
          background-repeat: no-repeat;
          z-index: 10;
          right: 0;
          position: absolute;
          /* Extra Small Devices, Phones */
          /* Small Devices, Tablets */
          /* Medium Devices, Desktops */
          /*.main-navigation__cat-img--8 {
                        background-image: url("/content/images/categories/9.jpg") !important;
                        width: 100%;
                        height: 100%;
                        background-size: cover;
                        display: block;
                    }

                    .main-navigation__cat-img--9 {
                        background-image: url("/content/images/categories/10.jpg") !important;
                        width: 100%;
                        height: 100%;
                        background-size: cover;
                        display: block;
                    }

                    .main-navigation__cat-img--10 {
                        background-image: url("/content/images/categories/11.png") !important;
                        width: 100%;
                        height: 100%;
                        background-size: cover;
                        display: block;
                    }*/ }
          @media only screen and (max-width: 992px) {
            .main-navigation__site .main-navigation__wrap div[class*='main-navigation__item--'] .main-navigation__item--side-content .gridImg, .main-navigation__site--secondary .main-navigation__wrap div[class*='main-navigation__item--'] .main-navigation__item--side-content .gridImg {
              display: none; } }
          .main-navigation__site .main-navigation__wrap div[class*='main-navigation__item--'] .main-navigation__item--side-content .gridImg .main-navigation__cat-img--0, .main-navigation__site--secondary .main-navigation__wrap div[class*='main-navigation__item--'] .main-navigation__item--side-content .gridImg .main-navigation__cat-img--0 {
            background-image: url("https://restorecms.blob.core.windows.net/spl/menu/1.jpg") !important;
            width: 100%;
            height: 100%;
            background-size: cover;
            display: block; }
          .main-navigation__site .main-navigation__wrap div[class*='main-navigation__item--'] .main-navigation__item--side-content .gridImg .main-navigation__cat-img--1, .main-navigation__site--secondary .main-navigation__wrap div[class*='main-navigation__item--'] .main-navigation__item--side-content .gridImg .main-navigation__cat-img--1 {
            background-image: url("https://restorecms.blob.core.windows.net/spl/menu/2.jpg") !important;
            width: 100%;
            height: 100%;
            background-size: cover;
            display: block; }
          .main-navigation__site .main-navigation__wrap div[class*='main-navigation__item--'] .main-navigation__item--side-content .gridImg .main-navigation__cat-img--2, .main-navigation__site--secondary .main-navigation__wrap div[class*='main-navigation__item--'] .main-navigation__item--side-content .gridImg .main-navigation__cat-img--2 {
            background-image: url("https://restorecms.blob.core.windows.net/spl/menu/3.jpg") !important;
            width: 100%;
            height: 100%;
            background-size: cover;
            display: block; }
          .main-navigation__site .main-navigation__wrap div[class*='main-navigation__item--'] .main-navigation__item--side-content .gridImg .main-navigation__cat-img--3, .main-navigation__site--secondary .main-navigation__wrap div[class*='main-navigation__item--'] .main-navigation__item--side-content .gridImg .main-navigation__cat-img--3 {
            background-image: url("https://restorecms.blob.core.windows.net/spl/menu/4.jpg") !important;
            width: 100%;
            height: 100%;
            background-size: cover;
            display: block; }
          .main-navigation__site .main-navigation__wrap div[class*='main-navigation__item--'] .main-navigation__item--side-content .gridImg .main-navigation__cat-img--4, .main-navigation__site--secondary .main-navigation__wrap div[class*='main-navigation__item--'] .main-navigation__item--side-content .gridImg .main-navigation__cat-img--4 {
            background-image: url("https://restorecms.blob.core.windows.net/spl/menu/5.jpg") !important;
            width: 100%;
            height: 100%;
            background-size: cover;
            display: block; }
          .main-navigation__site .main-navigation__wrap div[class*='main-navigation__item--'] .main-navigation__item--side-content .gridImg .main-navigation__cat-img--5, .main-navigation__site--secondary .main-navigation__wrap div[class*='main-navigation__item--'] .main-navigation__item--side-content .gridImg .main-navigation__cat-img--5 {
            background-image: url("https://restorecms.blob.core.windows.net/spl/menu/6.jpg") !important;
            width: 100%;
            height: 100%;
            background-size: cover;
            display: block; }
          .main-navigation__site .main-navigation__wrap div[class*='main-navigation__item--'] .main-navigation__item--side-content .gridImg .main-navigation__cat-img--6, .main-navigation__site--secondary .main-navigation__wrap div[class*='main-navigation__item--'] .main-navigation__item--side-content .gridImg .main-navigation__cat-img--6 {
            background-image: url("https://restorecms.blob.core.windows.net/spl/menu/7.jpg") !important;
            width: 100%;
            height: 100%;
            background-size: cover;
            display: block; }
          .main-navigation__site .main-navigation__wrap div[class*='main-navigation__item--'] .main-navigation__item--side-content .gridImg .main-navigation__cat-img--7, .main-navigation__site--secondary .main-navigation__wrap div[class*='main-navigation__item--'] .main-navigation__item--side-content .gridImg .main-navigation__cat-img--7 {
            background-image: url("https://restorecms.blob.core.windows.net/spl/menu/8.jpg") !important;
            width: 100%;
            height: 100%;
            background-size: cover;
            display: block; }
        .main-navigation__site .main-navigation__wrap div[class*='main-navigation__item--'] .main-navigation__item--side-content .grid:after, .main-navigation__site--secondary .main-navigation__wrap div[class*='main-navigation__item--'] .main-navigation__item--side-content .grid:after {
          content: '';
          display: block;
          clear: both; }
        .main-navigation__site .main-navigation__wrap div[class*='main-navigation__item--'] .main-navigation__item--side-content .columns__item, .main-navigation__site--secondary .main-navigation__wrap div[class*='main-navigation__item--'] .main-navigation__item--side-content .columns__item {
          width: 230px;
          float: left;
          margin: 0;
          /* Extra Small Devices, Phones */
          /* Small Devices, Tablets */
          /* Medium Devices, Desktops */
          /*IE FIX*/ }
          @media only screen and (max-width: 992px) {
            .main-navigation__site .main-navigation__wrap div[class*='main-navigation__item--'] .main-navigation__item--side-content .columns__item, .main-navigation__site--secondary .main-navigation__wrap div[class*='main-navigation__item--'] .main-navigation__item--side-content .columns__item {
              float: none;
              width: 100%;
              padding-bottom: 0;
              padding: 0 10px; }
              .main-navigation__site .main-navigation__wrap div[class*='main-navigation__item--'] .main-navigation__item--side-content .columns__item .icon, .main-navigation__site--secondary .main-navigation__wrap div[class*='main-navigation__item--'] .main-navigation__item--side-content .columns__item .icon {
                margin: .5em 0;
                -webkit-transition: all, 0.2s, ease;
                -khtml-transition: all, 0.2s, ease;
                -moz-transition: all, 0.2s, ease;
                -ms-transition: all, 0.2s, ease;
                -o-transition: all, 0.2s, ease;
                transition: all, 0.2s, ease;
                -webkit-transform: rotate(0deg);
                -khtml-transform: rotate(0deg);
                -moz-transform: rotate(0deg);
                -ms-transform: rotate(0deg);
                -o-transform: rotate(0deg);
                transform: rotate(0deg);
                display: inline-block;
                position: relative;
                vertical-align: middle;
                line-height: 1;
                font-size: .9em;
                height: .9em;
                width: .9em;
                cursor: pointer;
                /* Extra Small Devices, Phones */
                /* Small Devices, Tablets */
                /* Medium Devices, Desktops */
                /* Extra Small Devices, Phones */
                /* Small Devices, Tablets */
                /* Medium Devices, Desktops */ } }
    @media only screen and (max-width: 992px) and (max-width: 1200px) {
      .main-navigation__site .main-navigation__wrap div[class*='main-navigation__item--'] .main-navigation__item--side-content .columns__item .icon, .main-navigation__site--secondary .main-navigation__wrap div[class*='main-navigation__item--'] .main-navigation__item--side-content .columns__item .icon {
        display: none; } }
    @media only screen and (max-width: 992px) and (max-width: 992px) {
      .main-navigation__site .main-navigation__wrap div[class*='main-navigation__item--'] .main-navigation__item--side-content .columns__item .icon, .main-navigation__site--secondary .main-navigation__wrap div[class*='main-navigation__item--'] .main-navigation__item--side-content .columns__item .icon {
        display: block; } }
          @media only screen and (max-width: 992px) {
                .main-navigation__site .main-navigation__wrap div[class*='main-navigation__item--'] .main-navigation__item--side-content .columns__item .icon.active, .main-navigation__site--secondary .main-navigation__wrap div[class*='main-navigation__item--'] .main-navigation__item--side-content .columns__item .icon.active {
                  -webkit-transform: rotate(45deg);
                  -khtml-transform: rotate(45deg);
                  -moz-transform: rotate(45deg);
                  -ms-transform: rotate(45deg);
                  -o-transform: rotate(45deg);
                  transform: rotate(45deg); }
                .main-navigation__site .main-navigation__wrap div[class*='main-navigation__item--'] .main-navigation__item--side-content .columns__item .icon img, .main-navigation__site--secondary .main-navigation__wrap div[class*='main-navigation__item--'] .main-navigation__item--side-content .columns__item .icon img {
                  max-width: 140%;
                  max-height: 140%;
                  margin-top: -30%;
                  margin-left: -30%; }
              .main-navigation__site .main-navigation__wrap div[class*='main-navigation__item--'] .main-navigation__item--side-content .columns__item .columns__item--sub, .main-navigation__site--secondary .main-navigation__wrap div[class*='main-navigation__item--'] .main-navigation__item--side-content .columns__item .columns__item--sub {
                list-style-type: none; }
                .main-navigation__site .main-navigation__wrap div[class*='main-navigation__item--'] .main-navigation__item--side-content .columns__item .columns__item--sub div, .main-navigation__site--secondary .main-navigation__wrap div[class*='main-navigation__item--'] .main-navigation__item--side-content .columns__item .columns__item--sub div {
                  /* Extra Small Devices, Phones */
                  /* Small Devices, Tablets */
                  /* Medium Devices, Desktops */ } }
      @media only screen and (max-width: 992px) and (max-width: 992px) {
        .main-navigation__site .main-navigation__wrap div[class*='main-navigation__item--'] .main-navigation__item--side-content .columns__item .columns__item--sub div, .main-navigation__site--secondary .main-navigation__wrap div[class*='main-navigation__item--'] .main-navigation__item--side-content .columns__item .columns__item--sub div {
          padding: .7em;
          border-bottom: 1px solid #c2c1c1; } }
          @media only screen and (max-width: 992px) {
                .main-navigation__site .main-navigation__wrap div[class*='main-navigation__item--'] .main-navigation__item--side-content .columns__item .columns__item--sub h4, .main-navigation__site--secondary .main-navigation__wrap div[class*='main-navigation__item--'] .main-navigation__item--side-content .columns__item .columns__item--sub h4 {
                  color: #0099d5;
                  font-weight: bold;
                  margin: 0;
                  margin-bottom: 5px;
                  /* Extra Small Devices, Phones */
                  /* Small Devices, Tablets */
                  /* Medium Devices, Desktops */ } }
      @media only screen and (max-width: 992px) and (max-width: 992px) {
        .main-navigation__site .main-navigation__wrap div[class*='main-navigation__item--'] .main-navigation__item--side-content .columns__item .columns__item--sub h4, .main-navigation__site--secondary .main-navigation__wrap div[class*='main-navigation__item--'] .main-navigation__item--side-content .columns__item .columns__item--sub h4 {
          color: #0099d5;
          font-size: 1.1em;
          margin: .5em 0;
          font-weight: 400; } }
          @media only screen and (max-width: 992px) {
                .main-navigation__site .main-navigation__wrap div[class*='main-navigation__item--'] .main-navigation__item--side-content .columns__item .columns__item--sub small, .main-navigation__site--secondary .main-navigation__wrap div[class*='main-navigation__item--'] .main-navigation__item--side-content .columns__item .columns__item--sub small {
                  margin: 5px 0;
                  /* Extra Small Devices, Phones */
                  /* Small Devices, Tablets */
                  /* Medium Devices, Desktops */ } }
      @media only screen and (max-width: 992px) and (max-width: 992px) {
        .main-navigation__site .main-navigation__wrap div[class*='main-navigation__item--'] .main-navigation__item--side-content .columns__item .columns__item--sub small, .main-navigation__site--secondary .main-navigation__wrap div[class*='main-navigation__item--'] .main-navigation__item--side-content .columns__item .columns__item--sub small {
          color: #0099d5;
          font-size: 1.2em;
          margin: .5em 0;
          font-weight: 400; } }
          @media only screen and (max-width: 992px) {
                .main-navigation__site .main-navigation__wrap div[class*='main-navigation__item--'] .main-navigation__item--side-content .columns__item .columns__item--sub.open, .main-navigation__site--secondary .main-navigation__wrap div[class*='main-navigation__item--'] .main-navigation__item--side-content .columns__item .columns__item--sub.open {
                  display: block;
                  margin-left: 25px;
                  padding-left: 5px;
                  border-left: 1px solid #fff;
                  list-style-type: none; }
                .main-navigation__site .main-navigation__wrap div[class*='main-navigation__item--'] .main-navigation__item--side-content .columns__item .columns__item--sub ul, .main-navigation__site--secondary .main-navigation__wrap div[class*='main-navigation__item--'] .main-navigation__item--side-content .columns__item .columns__item--sub ul {
                  list-style-type: none; } }
          .main-navigation__site .main-navigation__wrap div[class*='main-navigation__item--'] .main-navigation__item--side-content .columns__item .columns__item--mobile, .main-navigation__site--secondary .main-navigation__wrap div[class*='main-navigation__item--'] .main-navigation__item--side-content .columns__item .columns__item--mobile {
            font-weight: bold;
            /* Extra Small Devices, Phones */
            /* Small Devices, Tablets */
            /* Medium Devices, Desktops */ }
            @media only screen and (max-width: 992px) {
              .main-navigation__site .main-navigation__wrap div[class*='main-navigation__item--'] .main-navigation__item--side-content .columns__item .columns__item--mobile, .main-navigation__site--secondary .main-navigation__wrap div[class*='main-navigation__item--'] .main-navigation__item--side-content .columns__item .columns__item--mobile {
                display: -webkit-box;
                display: -moz-box;
                display: -ms-flexbox;
                display: -webkit-flex;
                display: flex;
                -webkit-justify-content: space-between;
                -moz-justify-content: space-between;
                -ms-justify-content: space-between;
                justify-content: space-between;
                -ms-flex-pack: space-between;
                -webkit-align-items: center;
                -moz-align-items: center;
                -ms-align-items: center;
                align-items: center;
                color: #606060;
                display: none; } }
      @media only screen and (min-width: 993px) {
        .main-navigation__site .main-navigation__wrap div[class*='main-navigation__item--']:hover .main-navigation__item--side-content, .main-navigation__site--secondary .main-navigation__wrap div[class*='main-navigation__item--']:hover .main-navigation__item--side-content {
          visibility: visible;
          z-index: 8;
          background-color: #F2F2F2;
          -webkit-animation: slide-right 0.5s cubic-bezier(0.25, 0.46, 0.45, 0.94) both;
          -khtml-animation: slide-right 0.5s cubic-bezier(0.25, 0.46, 0.45, 0.94) both;
          -moz-animation: slide-right 0.5s cubic-bezier(0.25, 0.46, 0.45, 0.94) both;
          -ms-animation: slide-right 0.5s cubic-bezier(0.25, 0.46, 0.45, 0.94) both;
          -o-animation: slide-right 0.5s cubic-bezier(0.25, 0.46, 0.45, 0.94) both;
          animation: slide-right 0.5s cubic-bezier(0.25, 0.46, 0.45, 0.94) both; }
        .main-navigation__site .main-navigation__wrap div[class*='main-navigation__item--']:first-child .main-navigation__item--title, .main-navigation__site--secondary .main-navigation__wrap div[class*='main-navigation__item--']:first-child .main-navigation__item--title {
          border-width: 1px 1px 0 1px; }
          .main-navigation__site .main-navigation__wrap div[class*='main-navigation__item--']:first-child .main-navigation__item--title:hover, .main-navigation__site--secondary .main-navigation__wrap div[class*='main-navigation__item--']:first-child .main-navigation__item--title:hover {
            padding-bottom: 3px;
            -webkit-box-shadow: inset 1px 0px 0px 1px #c2c1c1;
            -khtml-box-shadow: inset 1px 0px 0px 1px #c2c1c1;
            -moz-box-shadow: inset 1px 0px 0px 1px #c2c1c1;
            -ms-box-shadow: inset 1px 0px 0px 1px #c2c1c1;
            -o-box-shadow: inset 1px 0px 0px 1px #c2c1c1;
            box-shadow: inset 1px 0px 0px 1px #c2c1c1; }
        .main-navigation__site .main-navigation__wrap div[class*='main-navigation__item--']:last-child .main-navigation__item--title, .main-navigation__site--secondary .main-navigation__wrap div[class*='main-navigation__item--']:last-child .main-navigation__item--title {
          border-width: 0 1px 1px 1px; }
          .main-navigation__site .main-navigation__wrap div[class*='main-navigation__item--']:last-child .main-navigation__item--title div[class*='main-navigation__cat-ico--'], .main-navigation__site--secondary .main-navigation__wrap div[class*='main-navigation__item--']:last-child .main-navigation__item--title div[class*='main-navigation__cat-ico--'] {
            width: auto; }
          .main-navigation__site .main-navigation__wrap div[class*='main-navigation__item--']:last-child .main-navigation__item--title:hover, .main-navigation__site--secondary .main-navigation__wrap div[class*='main-navigation__item--']:last-child .main-navigation__item--title:hover {
            padding-top: 3px;
            -webkit-box-shadow: inset 1px 0px 0px 1px #c2c1c1;
            -khtml-box-shadow: inset 1px 0px 0px 1px #c2c1c1;
            -moz-box-shadow: inset 1px 0px 0px 1px #c2c1c1;
            -ms-box-shadow: inset 1px 0px 0px 1px #c2c1c1;
            -o-box-shadow: inset 1px 0px 0px 1px #c2c1c1;
            box-shadow: inset 1px 0px 0px 1px #c2c1c1; } }

.columns__item--sub {
  list-style-type: none !important;
  padding: 0;
  margin: 0; }
  .columns__item--sub li {
    margin: 0 0 .3em;
    display: block; }

.main-navigation__site--secondary .main-navigation__container a {
  color: #fff;
  display: block;
  text-decoration: none;
  padding: 1.5em;
  font-weight: bold;
  font-size: 1.1em;
  border-bottom: 1px solid #fff; }

.main-navigation__site--secondary .main-navigation__container h4 {
  margin-left: 1rem; }

.main-navigation__site--secondary .main-navigation__container .main-navigation__item--container {
  margin-left: 2.4rem;
  margin-top: 1rem;
  /* Extra Small Devices, Phones */
  /* Small Devices, Tablets */
  /* Medium Devices, Desktops */ }
  .main-navigation__site--secondary .main-navigation__container .main-navigation__item--container .main-navigation__item--title {
    margin: 0 !important;
    border-left: 1px solid #00548b; }
    .main-navigation__site--secondary .main-navigation__container .main-navigation__item--container .main-navigation__item--title p {
      padding: .3rem;
      color: #fff !important;
      font-weight: 600 !important;
      font-size: .815rem; }
  @media only screen and (max-width: 768px) {
    .main-navigation__site--secondary .main-navigation__container .main-navigation__item--container {
      margin-top: 0; } }

.no-touchevents .main-navigation .mn--first:hover {
  background-color: #5fdfff;
  color: #0099d5; }
  .no-touchevents .main-navigation .mn--first:hover .mn--first--block {
    visibility: visible !important; }

.fast-search .loader-search {
  position: absolute;
  width: 16px;
  height: 16px;
  top: 14px;
  right: 4em;
  z-index: 100;
  display: none; }

.fast-search .target-result {
  background: #fff;
  padding: 1em;
  border: 1px solid #ccc;
  display: none;
  position: absolute;
  top: 100%;
  left: 0;
  width: 260%; }
  .fast-search .target-result .viewmore {
    display: inline-block;
    text-decoration: underline;
    margin-top: 1em;
    font-size: .875em;
    cursor: pointer; }
  .fast-search .target-result ul {
    list-style: none;
    margin: 0;
    padding: 0;
    overflow: hidden;
    max-height: 300px;
    border-bottom: 1px solid #ccc; }
    .fast-search .target-result ul li {
      display: block;
      width: 100%;
      height: auto;
      font-size: 12px;
      overflow: hidden;
      padding: 1.5em 1em;
      border-bottom: 1px solid #ccc;
      position: relative; }
      .fast-search .target-result ul li .product {
        overflow: hidden; }
        .fast-search .target-result ul li .product .fa-shopping-cart {
          position: absolute;
          color: #0099d5;
          top: 50%;
          left: 0;
          margin-top: -1em;
          font-size: 1.5em;
          background-color: #fff;
          padding: .5em 9px;
          left: -6px;
          display: none; }
        .fast-search .target-result ul li .product .badge-special {
          position: absolute;
          background-color: #fff;
          padding: .5em 0;
          font-size: 1em;
          bottom: .5em;
          color: #ccc;
          left: 15%;
          padding-left: 2.7em; }
          .fast-search .target-result ul li .product .badge-special .deal {
            display: inline-block;
            padding: 0 .4em 0 0;
            font-weight: bold;
            color: #cc2529; }
        .fast-search .target-result ul li .product .Splendidi-music-badge, .fast-search .target-result ul li .product .in-cart {
          display: none; }
        .fast-search .target-result ul li .product .product-img {
          float: left;
          width: 15%;
          text-align: center;
          min-height: 80px; }
          .fast-search .target-result ul li .product .product-img img {
            max-width: 80px;
            max-height: 100px;
            margin-left: -10px; }
        .fast-search .target-result ul li .product .product-info {
          float: left;
          width: 85%;
          padding-left: 2em;
          position: relative; }
          .fast-search .target-result ul li .product .product-info h3 {
            margin: 0;
            padding: 0;
            white-space: nowrap;
            text-overflow: ellipsis;
            overflow-x: hidden;
            display: block;
            width: 100%;
            color: black;
            font-size: 1.225em; }
          .fast-search .target-result ul li .product .product-info .price {
            color: #cc2529;
            font-weight: bold;
            font-size: 1.5em; }
          .fast-search .target-result ul li .product .product-info .price-wrap {
            position: absolute;
            right: 0;
            bottom: -1em; }
            .fast-search .target-result ul li .product .product-info .price-wrap .old-price {
              display: inline-block;
              padding: 0 .5em 0 0;
              text-decoration: line-through; }
        .fast-search .target-result ul li .product .product-action-wrap {
          position: absolute;
          left: 0;
          top: 0;
          width: 100%;
          height: 100%;
          background: rgba(255, 255, 255, 0.68);
          padding: 2em;
          text-align: center;
          display: none; }
          .fast-search .target-result ul li .product .product-action-wrap .product-quantity {
            display: inline-block;
            width: 20px;
            text-align: center;
            line-height: 1; }
          .fast-search .target-result ul li .product .product-action-wrap a {
            text-decoration: none; }
          .fast-search .target-result ul li .product .product-action-wrap .fa {
            margin: 0; }
          .fast-search .target-result ul li .product .product-action-wrap .text {
            display: none; }
          .fast-search .target-result ul li .product .product-action-wrap .added {
            display: none;
            padding: 15px 15px !important;
            float: right;
            width: auto !important; }
          .fast-search .target-result ul li .product .product-action-wrap .action-add-product {
            padding: 15px 15px !important;
            float: right;
            width: 100px !important;
            display: block; }
        .fast-search .target-result ul li .product:hover .product-action-wrap {
          display: block; }
        .fast-search .target-result ul li .product.inlist {
          border-left: 2px solid #0099d5; }
          .fast-search .target-result ul li .product.inlist .fa-shopping-cart {
            display: inline-block; }
          .fast-search .target-result ul li .product.inlist .added {
            display: inline-block;
            padding: 15px 5px;
            background-color: #5fdfff; }
          .fast-search .target-result ul li .product.inlist .action-add-product {
            display: none; }
      .fast-search .target-result ul li:last-child {
        border-bottom: 0; }

#second-menu {
  display: block;
  padding: 0;
  margin-top: 1em;
  /* Extra Small Devices, Phones */
  /* Small Devices, Tablets */
  /* Medium Devices, Desktops */ }
  #second-menu ul {
    font-size: .875em;
    overflow: hidden;
    margin-right: -0.25em;
    margin-left: -0.25em; }
    #second-menu ul li {
      margin: .5em .25em;
      float: left;
      line-height: 1; }
      #second-menu ul li a {
        display: inline-block;
        padding: .5em 1em;
        -webkit-border-radius: 3px;
        -khtml-border-radius: 3px;
        -moz-border-radius: 3px;
        -ms-border-radius: 3px;
        -o-border-radius: 3px;
        border-radius: 3px;
        background-color: #F5F5F5;
        text-decoration: none;
        color: #000; }
        #second-menu ul li a:hover {
          background-color: #5fdfff;
          color: #fff; }
      #second-menu ul li.current a {
        background-color: #0099d5;
        color: #fff; }
  @media only screen and (max-width: 768px) {
    #second-menu {
      display: none; } }

body .pac-container {
  z-index: 10000000; }

body .white-popup-maps {
  position: relative;
  background: #FFF;
  padding: 0;
  width: 100%;
  min-height: 600px;
  -webkit-border-radius: 10px;
  -khtml-border-radius: 10px;
  -moz-border-radius: 10px;
  -ms-border-radius: 10px;
  -o-border-radius: 10px;
  border-radius: 10px;
  border: 2px solid #fff;
  /* Extra Small Devices, Phones */
  /* Small Devices, Tablets */
  /* Medium Devices, Desktops */ }
  @media only screen and (max-width: 768px) {
    body .white-popup-maps {
      min-height: 400px; } }
  body .white-popup-maps .map-input-wrap {
    max-width: 70%;
    position: absolute;
    z-index: 1000;
    left: 20px;
    top: 20px;
    width: 100%;
    border-radius: 3px;
    border: 1px solid white;
    box-shadow: 2px 2px 0 0 rgba(0, 0, 0, 0.2);
    background: #fff;
    /* Extra Small Devices, Phones */
    /* Small Devices, Tablets */
    /* Medium Devices, Desktops */ }
    body .white-popup-maps .map-input-wrap .or {
      width: 6%;
      height: 37px;
      padding: 6px 0;
      margin: 3px 0 0;
      line-height: 25px;
      float: right;
      font-size: 11px;
      display: none; }
      body .white-popup-maps .map-input-wrap .or.show {
        display: block; }
    body .white-popup-maps .map-input-wrap .localization {
      color: #fff;
      height: 37px;
      line-height: 1.3;
      padding: 6px 2em;
      font-size: 1em;
      font-weight: bold;
      text-align: center;
      cursor: pointer;
      float: right;
      background-color: #0099d5;
      display: none;
      vertical-align: middle;
      -webkit-border-radius: 4px;
      -khtml-border-radius: 4px;
      -moz-border-radius: 4px;
      -ms-border-radius: 4px;
      -o-border-radius: 4px;
      border-radius: 4px;
      margin: 4px 4px 0;
      white-space: nowrap; }
      body .white-popup-maps .map-input-wrap .localization em {
        font-weight: 600;
        font-size: 11px;
        text-transform: uppercase;
        font-style: normal;
        color: #fff;
        display: inline-block;
        vertical-align: middle; }
      body .white-popup-maps .map-input-wrap .localization .fa {
        vertical-align: middle;
        margin-right: 5px; }
      body .white-popup-maps .map-input-wrap .localization.show {
        display: block; }
    body .white-popup-maps .map-input-wrap #map-input {
      font-size: 1em !important;
      margin: 0;
      max-width: 100%;
      float: left;
      width: 70%;
      border: none; }
      body .white-popup-maps .map-input-wrap #map-input:focus {
        outline: none;
        box-shadow: none; }
    @media only screen and (max-width: 768px) {
      body .white-popup-maps .map-input-wrap {
        max-width: 96%;
        position: relative;
        width: auto;
        top: 0;
        right: 0;
        left: 0;
        background: rgba(255, 255, 255, 0.53);
        border: none;
        box-shadow: none;
        padding: 4px; }
        body .white-popup-maps .map-input-wrap #map-input, body .white-popup-maps .map-input-wrap .localization, body .white-popup-maps .map-input-wrap .or {
          width: 100%;
          float: none; }
        body .white-popup-maps .map-input-wrap .localization {
          text-align: left;
          padding-top: 4px; }
          body .white-popup-maps .map-input-wrap .localization em {
            text-transform: capitalize;
            font-size: .875em;
            letter-spacing: 1px;
            font-weight: 500; }
        body .white-popup-maps .map-input-wrap .or {
          height: auto;
          line-height: 1;
          font-weight: 900;
          text-align: center;
          margin: 0;
          color: #000;
          text-transform: uppercase;
          letter-spacing: 1px;
          text-align: left;
          padding: 5px 10px; } }
  body .white-popup-maps #map-canvas {
    margin: 0;
    padding: 0;
    width: 100%;
    height: 600px;
    /* Extra Small Devices, Phones */
    /* Small Devices, Tablets */
    /* Medium Devices, Desktops */ }
    @media only screen and (max-width: 768px) {
      body .white-popup-maps #map-canvas {
        height: 400px; } }
  body .white-popup-maps .mfp-close {
    top: -20px;
    right: -20px;
    -webkit-border-radius: 100%;
    -khtml-border-radius: 100%;
    -moz-border-radius: 100%;
    -ms-border-radius: 100%;
    -o-border-radius: 100%;
    border-radius: 100%;
    -webkit-box-shadow: 0px 3px 3px rgba(0, 0, 0, 0.3);
    -khtml-box-shadow: 0px 3px 3px rgba(0, 0, 0, 0.3);
    -moz-box-shadow: 0px 3px 3px rgba(0, 0, 0, 0.3);
    -ms-box-shadow: 0px 3px 3px rgba(0, 0, 0, 0.3);
    -o-box-shadow: 0px 3px 3px rgba(0, 0, 0, 0.3);
    box-shadow: 0px 3px 3px rgba(0, 0, 0, 0.3);
    width: 40px;
    height: 40px;
    line-height: 30px;
    filter: alpha(opacity=100);
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
    -webkit-opacity: 1;
    -khtml-opacity: 1;
    -moz-opacity: 1;
    -ms-opacity: 1;
    -o-opacity: 1;
    opacity: 1;
    background-color: #fff;
    color: #000 !important;
    /* Extra Small Devices, Phones */
    /* Small Devices, Tablets */
    /* Medium Devices, Desktops */ }
    @media only screen and (max-width: 768px) {
      body .white-popup-maps .mfp-close {
        top: -21px;
        right: -10px;
        background: #fff;
        border-radius: 0;
        opacity: 1;
        color: #000; } }
    body .white-popup-maps .mfp-close:after {
      display: none; }
  body .white-popup-maps .infomarker {
    width: 300px;
    display: block;
    padding: 1em 0 1em 1em;
    text-align: center;
    /* Extra Small Devices, Phones */
    /* Small Devices, Tablets */
    /* Medium Devices, Desktops */ }
    body .white-popup-maps .infomarker .logo-bg {
      background-color: #0099d5;
      margin-bottom: 1em;
      display: inline-block; }
    @media only screen and (max-width: 768px) {
      body .white-popup-maps .infomarker {
        width: 200px; } }
    body .white-popup-maps .infomarker img {
      max-width: 50%;
      margin: 2em 0; }
    body .white-popup-maps .infomarker > span {
      display: block; }
    body .white-popup-maps .infomarker .drive-label {
      display: block;
      position: relative;
      top: auto;
      left: auto; }
    body .white-popup-maps .infomarker .type {
      background-position: center center;
      background-repeat: no-repeat;
      -webkit-background-size: 70% auto;
      -khtml-background-size: 70% auto;
      -moz-background-size: 70% auto;
      -ms-background-size: 70% auto;
      -o-background-size: 70% auto;
      background-size: 70% auto;
      -ms-behavior: url(/content/backgroundsize.min.htc);
      display: block;
      width: 80px;
      height: 70px;
      margin: 0 auto 1em; }
      body .white-popup-maps .infomarker .type.express {
        background-image: url("/content/images/exlogo-w.png"); }
      body .white-popup-maps .infomarker .type.market {
        background-image: url("/content/images/mklogo-w.png"); }
      body .white-popup-maps .infomarker .type.Picard {
        background-image: url("/content/images/crlogo-w.png"); }
    body .white-popup-maps .infomarker .title {
      font-family: "Open Sans", sans-serif;
      color: #000;
      font-size: 1.3em;
      line-height: 1.1;
      margin-bottom: 1em; }

.top {
  width: 100%;
  background-color: #fff;
  height: 40px;
  font-size: 1em;
  /* Extra Small Devices, Phones */
  /* Small Devices, Tablets */
  /* Medium Devices, Desktops */ }
  .top .claim {
    color: #00548b;
    margin: .7em 0;
    margin-left: 10px; }
  @media only screen and (max-width: 768px) {
    .top {
      display: none; } }
  .top .login {
    margin-right: 10px;
    font-size: 1em;
    text-align: right;
    /* Extra Small Devices, Phones */
    /* Small Devices, Tablets */
    /* Medium Devices, Desktops */ }
    .top .login .usermenu {
      position: relative;
      padding: 0 2em;
      cursor: default; }
      .top .login .usermenu__dropdown {
        position: absolute;
        right: 0;
        top: 100%;
        background: #fff;
        list-style: none;
        text-align: right;
        margin: 0;
        padding: 0;
        /*width: 100%;*/
        display: none;
        -webkit-box-shadow: 0px 10px 30px -10px rgba(68, 74, 84, 0.94);
        -khtml-box-shadow: 0px 10px 30px -10px rgba(68, 74, 84, 0.94);
        -moz-box-shadow: 0px 10px 30px -10px rgba(68, 74, 84, 0.94);
        -ms-box-shadow: 0px 10px 30px -10px rgba(68, 74, 84, 0.94);
        -o-box-shadow: 0px 10px 30px -10px rgba(68, 74, 84, 0.94);
        box-shadow: 0px 10px 30px -10px rgba(68, 74, 84, 0.94);
        z-index: 100;
        padding: .5em 2em 1em; }
        .top .login .usermenu__dropdown li {
          margin: .5em 0; }
          .top .login .usermenu__dropdown li a {
            text-decoration: none;
            font-weight: 600;
            text-transform: uppercase; }
            .top .login .usermenu__dropdown li a:hover {
              text-decoration: underline; }
      .top .login .usermenu:hover .top-voice {
        color: #0099d5 !important; }
      .top .login .usermenu:hover .usermenu__dropdown {
        display: block; }
    @media only screen and (max-width: 992px) {
      .top .login {
        width: 25%;
        margin-right: 1rem; }
        .top .login .top-voice {
          text-align: center; }
        .top .login .ion-person {
          display: none; } }

.header {
  background-color: #0099d5;
  font-family: "Catamaran", sans-serif;
  position: sticky;
  width: 100%;
  top: 0;
  z-index: 9999;
  /*MENU MOBILE*/ }
  .header.nav-up {
    /*.top {
            height: 0;
            @include transition(top .5s ease-in-out);

            .claim {
                margin-left: -600px;
            }
        }*/ }
  .header__wrap {
    -webkit-flex-wrap: wrap;
    -moz-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    /*padding: 1rem 0;*/
    -webkit-user-select: none;
    -khtml-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    -o-user-select: none;
    user-select: none;
    /* Extra Small Devices, Phones */
    /* Small Devices, Tablets */
    /* Medium Devices, Desktops */
    /*LOGIN PANEL MOBILE*/
    /*.buy_online .visible-on-tablet {
            @include bp(tablet) {
                &:after {
                    content: '\f3d0';
                    font-family: 'Ionicons';
                    text-align: center; //test
                    margin-left: .5rem;
                    position: relative;
                    color: $white;
                    line-height: 0;
                }
            }
        }*/ }
    @media only screen and (max-width: 768px) {
      .header__wrap {
        padding: .4rem 0;
        height: 70px; } }
    .header__wrap #mobile-login-panel {
      z-index: 9999;
      width: 100%;
      height: 100%;
      position: fixed;
      right: 0;
      top: 0px;
      float: right;
      display: none;
      color: white;
      font-size: 2em;
      background-color: #00548b; }
      .header__wrap #mobile-login-panel .close-panel {
        position: absolute;
        right: 1em;
        top: 1em; }
      .header__wrap #mobile-login-panel .logo-panel {
        padding: 0.5em; }
        .header__wrap #mobile-login-panel .logo-panel img {
          height: 60px; }
      .header__wrap #mobile-login-panel ul {
        padding: 0;
        text-align: center;
        padding: 0 2em; }
        .header__wrap #mobile-login-panel ul li {
          list-style-type: none;
          line-height: 2;
          text-transform: uppercase;
          border-bottom: 1px solid #eee; }
        .header__wrap #mobile-login-panel ul a {
          color: #fff;
          text-decoration: none; }
    .header__wrap .logo, .header__wrap .buy_online, .header__wrap .us_spl, .header__wrap a.adv, .header__wrap a.flyer, .header__wrap a.fidelity, .header__wrap a.customer_care {
      -webkit-flex-basis: 14%;
      -moz-flex-basis: 14%;
      -ms-flex-basis: 14%;
      flex-basis: 14%;
      display: -webkit-box;
      display: -moz-box;
      display: -ms-flexbox;
      display: -webkit-flex;
      display: flex;
      -webkit-justify-content: center;
      -moz-justify-content: center;
      -ms-justify-content: center;
      justify-content: center;
      -ms-flex-pack: center;
      -webkit-align-items: center;
      -moz-align-items: center;
      -ms-align-items: center;
      align-items: center;
      font-weight: 600;
      cursor: pointer;
      color: #fff;
      height: 80px;
      position: relative;
      text-decoration: none;
      -webkit-transition: all 0.3s;
      -khtml-transition: all 0.3s;
      -moz-transition: all 0.3s;
      -ms-transition: all 0.3s;
      -o-transition: all 0.3s;
      transition: all 0.3s;
      /* Extra Small Devices, Phones */
      /* Small Devices, Tablets */
      /* Medium Devices, Desktops */
      /* Extra Small Devices, Phones */
      /* Small Devices, Tablets */
      /* Medium Devices, Desktops */ }
      @media only screen and (max-width: 992px) {
        .header__wrap .logo, .header__wrap .buy_online, .header__wrap .us_spl, .header__wrap a.adv, .header__wrap a.flyer, .header__wrap a.fidelity, .header__wrap a.customer_care {
          font-weight: bold; } }
      @media only screen and (max-width: 768px) {
        .header__wrap .logo, .header__wrap .buy_online, .header__wrap .us_spl, .header__wrap a.adv, .header__wrap a.flyer, .header__wrap a.fidelity, .header__wrap a.customer_care {
          display: none; } }
      .header__wrap .logo img, .header__wrap .buy_online img, .header__wrap .us_spl img, .header__wrap a.adv img, .header__wrap a.flyer img, .header__wrap a.fidelity img, .header__wrap a.customer_care img {
        height: 23px;
        width: auto; }
      .header__wrap .logo.active, .header__wrap .buy_online.active, .header__wrap .us_spl.active, .header__wrap a.adv.active, .header__wrap a.flyer.active, .header__wrap a.fidelity.active, .header__wrap a.customer_care.active {
        /*&:before {
                    position: absolute;
                    content: '\f365';
                    font-family: 'Ionicons';
                    bottom: 5px;
                    text-align: center;
                    font-size: 3rem;
                    color: $white;
                    line-height: 0;

                    @include bp(mobile) {
                        display: none;
                    }
                }*/ }
      .header__wrap .logo:hover, .header__wrap .buy_online:hover, .header__wrap .us_spl:hover, .header__wrap a.adv:hover, .header__wrap a.flyer:hover, .header__wrap a.fidelity:hover, .header__wrap a.customer_care:hover {
        background-color: rgba(39, 28, 24, 0.2);
        -webkit-transition: all 0.3s;
        -khtml-transition: all 0.3s;
        -moz-transition: all 0.3s;
        -ms-transition: all 0.3s;
        -o-transition: all 0.3s;
        transition: all 0.3s;
        /* Extra Small Devices, Phones */
        /* Small Devices, Tablets */
        /* Medium Devices, Desktops */ }
        @media only screen and (max-width: 992px) {
          .header__wrap .logo:hover, .header__wrap .buy_online:hover, .header__wrap .us_spl:hover, .header__wrap a.adv:hover, .header__wrap a.flyer:hover, .header__wrap a.fidelity:hover, .header__wrap a.customer_care:hover {
            background-color: rgba(39, 28, 24, 0); } }
      .header__wrap .logo > div, .header__wrap .buy_online > div, .header__wrap .us_spl > div, .header__wrap a.adv > div, .header__wrap a.flyer > div, .header__wrap a.fidelity > div, .header__wrap a.customer_care > div {
        height: 45px;
        display: -webkit-box;
        display: -moz-box;
        display: -ms-flexbox;
        display: -webkit-flex;
        display: flex;
        -webkit-justify-content: center;
        -moz-justify-content: center;
        -ms-justify-content: center;
        justify-content: center;
        -ms-flex-pack: center;
        -webkit-align-items: center;
        -moz-align-items: center;
        -ms-align-items: center;
        align-items: center; }
        .header__wrap .logo > div:after, .header__wrap .buy_online > div:after, .header__wrap .us_spl > div:after, .header__wrap a.adv > div:after, .header__wrap a.flyer > div:after, .header__wrap a.fidelity > div:after, .header__wrap a.customer_care > div:after {
          border-right: 2px solid #D8D8D8;
          position: absolute;
          content: '';
          right: 0;
          height: 45px;
          /* Extra Small Devices, Phones */
          /* Small Devices, Tablets */
          /* Medium Devices, Desktops */ }
          @media only screen and (max-width: 992px) {
            .header__wrap .logo > div:after, .header__wrap .buy_online > div:after, .header__wrap .us_spl > div:after, .header__wrap a.adv > div:after, .header__wrap a.flyer > div:after, .header__wrap a.fidelity > div:after, .header__wrap a.customer_care > div:after {
              display: none; } }
    .header__wrap .logo {
      -webkit-justify-content: center;
      -moz-justify-content: center;
      -ms-justify-content: center;
      justify-content: center;
      -ms-flex-pack: center;
      margin: 0 auto;
      /* Extra Small Devices, Phones */
      /* Small Devices, Tablets */
      /* Medium Devices, Desktops */ }
      @media only screen and (max-width: 768px) {
        .header__wrap .logo {
          display: -webkit-box;
          display: -moz-box;
          display: -ms-flexbox;
          display: -webkit-flex;
          display: flex;
          padding: 0 1em;
          height: initial;
          margin: 0; }
          .header__wrap .logo a {
            height: 60px; } }
      .header__wrap .logo img {
        padding-top: 5px;
        height: 75px;
        /* Extra Small Devices, Phones */
        /* Small Devices, Tablets */
        /* Medium Devices, Desktops */ }
        @media only screen and (max-width: 768px) {
          .header__wrap .logo img {
            height: 60px;
            padding-top: 0;
            width: auto; } }
      .header__wrap .logo:hover {
        background-color: #0099d5; }
    .header__wrap .us_spl > div > span {
      /* Extra Small Devices, Phones */
      /* Small Devices, Tablets */
      /* Medium Devices, Desktops */ }
      @media only screen and (max-width: 992px) {
        .header__wrap .us_spl > div > span:after {
          content: '\f3d0';
          font-family: 'Ionicons';
          text-align: center;
          margin-left: .5rem;
          position: relative;
          color: #fff;
          line-height: 0; } }
    .header__wrap .customer_care {
      /* Extra Small Devices, Phones */
      /* Small Devices, Tablets */
      /* Medium Devices, Desktops */ }
      @media only screen and (max-width: 992px) {
        .header__wrap .customer_care {
          padding-right: 2rem; } }
    .header__wrap .logo > div::after, .header__wrap .customer_care > div::after {
      display: none; }
  .header .menu-on-mobile, .header .menu-on-mobile__open {
    padding: 0 1em;
    -webkit-user-select: none;
    -khtml-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    -o-user-select: none;
    user-select: none; }
    .header .menu-on-mobile div, .header .menu-on-mobile__open div {
      cursor: pointer;
      color: #0099d5;
      -webkit-border-radius: 3px;
      -khtml-border-radius: 3px;
      -moz-border-radius: 3px;
      -ms-border-radius: 3px;
      -o-border-radius: 3px;
      border-radius: 3px;
      background-color: #fff;
      padding: .4rem .7rem; }
      .header .menu-on-mobile div strong, .header .menu-on-mobile__open div strong {
        margin-left: .5rem;
        font-size: 1.1rem; }
      .header .menu-on-mobile div i, .header .menu-on-mobile__open div i {
        font-size: 1.8rem;
        line-height: 0; }
  .header .menu-on-mobile__open {
    padding-right: 0; }
  .header__submenu {
    background-color: #fff;
    display: none;
    position: absolute;
    width: 100%;
    z-index: 9;
    padding: 0;
    -webkit-box-shadow: 1px 1px 5px rgba(39, 28, 24, 0.2);
    -khtml-box-shadow: 1px 1px 5px rgba(39, 28, 24, 0.2);
    -moz-box-shadow: 1px 1px 5px rgba(39, 28, 24, 0.2);
    -ms-box-shadow: 1px 1px 5px rgba(39, 28, 24, 0.2);
    -o-box-shadow: 1px 1px 5px rgba(39, 28, 24, 0.2);
    box-shadow: 1px 1px 5px rgba(39, 28, 24, 0.2);
    /* Extra Small Devices, Phones */
    /* Small Devices, Tablets */
    /* Medium Devices, Desktops */
    /*---- MAIN NAVIGATION TRIGGER-----*/
    /*---- SEARCH -----*/
    /* Extra Small Devices, Phones */
    /* Small Devices, Tablets */
    /* Medium Devices, Desktops */ }
    @media only screen and (max-width: 768px) {
      .header__submenu {
        display: -webkit-box;
        display: -moz-box;
        display: -ms-flexbox;
        display: -webkit-flex;
        display: flex;
        position: relative;
        padding: 0; }
        .header__submenu #buy_nav {
          margin: 0 !important;
          -webkit-flex-basis: 100%;
          -moz-flex-basis: 100%;
          -ms-flex-basis: 100%;
          flex-basis: 100%; }
        .header__submenu img {
          height: 24px;
          width: auto; } }
    .header__submenu .container {
      height: 60px;
      /* Extra Small Devices, Phones */
      /* Small Devices, Tablets */
      /* Medium Devices, Desktops */ }
      @media only screen and (max-width: 768px) {
        .header__submenu .container {
          height: initial; } }
    .header__submenu.open {
      display: block; }
    .header__submenu .change--service span, .header__submenu #service-slot-available span {
      color: #858585; }
    .header__submenu .change--service strong, .header__submenu #service-slot-available strong {
      font-weight: 600;
      line-height: 1.3rem;
      color: #212121; }
      .header__submenu .change--service strong span, .header__submenu #service-slot-available strong span {
        color: #212121; }
    .header__submenu .change--service small {
      color: #858585;
      padding: 0 .3rem; }
    .header__submenu .nowrap-address {
      color: #858585; }
    .header__submenu .main-nav-trigger, .header__submenu .search-prod, .header__submenu .services, .header__submenu #service-slot-available, .header__submenu .cart {
      -webkit-flex-basis: 20%;
      -moz-flex-basis: 20%;
      -ms-flex-basis: 20%;
      flex-basis: 20%;
      display: -webkit-box;
      display: -moz-box;
      display: -ms-flexbox;
      display: -webkit-flex;
      display: flex;
      -webkit-justify-content: center;
      -moz-justify-content: center;
      -ms-justify-content: center;
      justify-content: center;
      -ms-flex-pack: center;
      -webkit-align-items: center;
      -moz-align-items: center;
      -ms-align-items: center;
      align-items: center;
      cursor: pointer; }
    .header__submenu #service-slot-available {
      -webkit-flex-basis: 15%;
      -moz-flex-basis: 15%;
      -ms-flex-basis: 15%;
      flex-basis: 15%; }
    .header__submenu .main-nav-trigger {
      color: #00548b;
      cursor: pointer;
      -webkit-user-select: none;
      -khtml-user-select: none;
      -moz-user-select: none;
      -ms-user-select: none;
      -o-user-select: none;
      user-select: none;
      /* Extra Small Devices, Phones */
      /* Small Devices, Tablets */
      /* Medium Devices, Desktops */
      /* Extra Small Devices, Phones */
      /* Small Devices, Tablets */
      /* Medium Devices, Desktops */
      /* Extra Small Devices, Phones */
      /* Small Devices, Tablets */
      /* Medium Devices, Desktops */
      /* Extra Small Devices, Phones */
      /* Small Devices, Tablets */
      /* Medium Devices, Desktops */
      /* Extra Small Devices, Phones */
      /* Small Devices, Tablets */
      /* Medium Devices, Desktops */ }
      .header__submenu .main-nav-trigger h4 {
        padding: 10px;
        margin: 0;
        font-weight: 400;
        color: #00548b;
        /* Extra Small Devices, Phones */
        /* Small Devices, Tablets */
        /* Medium Devices, Desktops */
        /* Extra Small Devices, Phones */
        /* Small Devices, Tablets */
        /* Medium Devices, Desktops */ }
        @media only screen and (max-width: 992px) {
          .header__submenu .main-nav-trigger h4 {
            display: none; } }
        @media only screen and (max-width: 768px) {
          .header__submenu .main-nav-trigger h4 {
            display: block;
            text-transform: capitalize; } }
      .header__submenu .main-nav-trigger i {
        font-size: 1rem;
        margin-left: 1rem;
        color: #c2c1c1; }
      .header__submenu .main-nav-trigger.open {
        background-color: #cf2086;
        z-index: 9999999999;
        color: #00548b;
        border-bottom-left-radius: 0;
        border-bottom-right-radius: 0;
        /* Extra Small Devices, Phones */
        /* Small Devices, Tablets */
        /* Medium Devices, Desktops */ }
        .header__submenu .main-nav-trigger.open h4 {
          color: #fff; }
        .header__submenu .main-nav-trigger.open i {
          color: #fff;
          -webkit-transform: rotate(180deg);
          -khtml-transform: rotate(180deg);
          -moz-transform: rotate(180deg);
          -ms-transform: rotate(180deg);
          -o-transform: rotate(180deg);
          transform: rotate(180deg);
          filter: progid:DXImageTransform.Microsoft.Matrix( M11=0, M12=0, M21=0, M22=0, sizingMethod='auto expand');
          zoom: 1; }
        @media only screen and (max-width: 992px) {
          .header__submenu .main-nav-trigger.open {
            -webkit-border-radius: 5px;
            -khtml-border-radius: 5px;
            -moz-border-radius: 5px;
            -ms-border-radius: 5px;
            -o-border-radius: 5px;
            border-radius: 5px; } }
      @media only screen and (max-width: 992px) {
        .header__submenu .main-nav-trigger {
          -webkit-flex-basis: 10%;
          -moz-flex-basis: 10%;
          -ms-flex-basis: 10%;
          flex-basis: 10%; }
          .header__submenu .main-nav-trigger .ion-android-menu {
            margin: 0;
            font-size: 2rem;
            color: #00548b; }
          .header__submenu .main-nav-trigger h5 {
            margin: 0; } }
      @media only screen and (max-width: 768px) {
        .header__submenu .main-nav-trigger {
          -webkit-flex-basis: 30%;
          -moz-flex-basis: 30%;
          -ms-flex-basis: 30%;
          flex-basis: 30%; }
          .header__submenu .main-nav-trigger h5 {
            margin: 0;
            font-size: 1rem;
            margin-left: .5rem; } }
      @media only screen and (max-width: 480px) {
        .header__submenu .main-nav-trigger {
          /*width: 100%;*/ } }
    .header__submenu .search-prod {
      width: 80%;
      -webkit-flex-basis: 32%;
      -moz-flex-basis: 32%;
      -ms-flex-basis: 32%;
      flex-basis: 32%;
      /* Extra Small Devices, Phones */
      /* Small Devices, Tablets */
      /* Medium Devices, Desktops */
      /* Extra Small Devices, Phones */
      /* Small Devices, Tablets */
      /* Medium Devices, Desktops */
      /* Extra Small Devices, Phones */
      /* Small Devices, Tablets */
      /* Medium Devices, Desktops */
      /* Extra Small Devices, Phones */
      /* Small Devices, Tablets */
      /* Medium Devices, Desktops */
      /* Extra Small Devices, Phones */
      /* Small Devices, Tablets */
      /* Medium Devices, Desktops */ }
      .header__submenu .search-prod .main-search {
        width: 100%; }
        .header__submenu .search-prod .main-search form {
          width: 100%; }
      .header__submenu .search-prod .nice, .header__submenu .search-prod .form--basso input:not([type=checkbox]):not([type=radio]), .form--basso .header__submenu .search-prod input:not([type=checkbox]):not([type=radio]) {
        width: 100%;
        -webkit-border-radius: 2px;
        -khtml-border-radius: 2px;
        -moz-border-radius: 2px;
        -ms-border-radius: 2px;
        -o-border-radius: 2px;
        border-radius: 2px;
        border-top-right-radius: 0;
        border-bottom-right-radius: 0;
        border: 1px solid #cdcdcd;
        border-right: 0;
        padding: .3rem 1rem;
        /* Extra Small Devices, Phones */
        /* Small Devices, Tablets */
        /* Medium Devices, Desktops */ }
        @media only screen and (max-width: 768px) {
          .header__submenu .search-prod .nice, .header__submenu .search-prod .form--basso input:not([type=checkbox]):not([type=radio]), .form--basso .header__submenu .search-prod input:not([type=checkbox]):not([type=radio]) {
            padding: .3rem 1rem;
            line-height: 1; } }
      .header__submenu .search-prod input {
        margin: 0;
        font-size: 1em; }
        .header__submenu .search-prod input:focus {
          outline: none; }
      .header__submenu .search-prod button {
        background-color: #cf2086;
        -webkit-border-radius: 2px;
        -khtml-border-radius: 2px;
        -moz-border-radius: 2px;
        -ms-border-radius: 2px;
        -o-border-radius: 2px;
        border-radius: 2px;
        border-top-left-radius: 0;
        border-bottom-left-radius: 0;
        border-left: 0px;
        color: #fff;
        padding: .5em 1rem;
        font-size: 1em;
        line-height: 1.25;
        -webkit-box-shadow: inset 0 0 0px 3px #fff;
        -khtml-box-shadow: inset 0 0 0px 3px #fff;
        -moz-box-shadow: inset 0 0 0px 3px #fff;
        -ms-box-shadow: inset 0 0 0px 3px #fff;
        -o-box-shadow: inset 0 0 0px 3px #fff;
        box-shadow: inset 0 0 0px 3px #fff;
        text-transform: none; }
      .header__submenu .search-prod .button.close {
        display: none; }
      @media only screen and (max-width: 1200px) {
        .header__submenu .search-prod {
          width: 79%; } }
      @media only screen and (max-width: 992px) {
        .header__submenu .search-prod {
          width: 80%; } }
      @media only screen and (max-width: 768px) {
        .header__submenu .search-prod {
          height: 45px;
          padding-right: 0;
          -webkit-flex-basis: 10%;
          -moz-flex-basis: 10%;
          -ms-flex-basis: 10%;
          flex-basis: 10%; }
          .header__submenu .search-prod input {
            width: 100%; }
          .header__submenu .search-prod .main-search {
            width: 100%; }
            .header__submenu .search-prod .main-search button {
              display: -webkit-box;
              display: -moz-box;
              display: -ms-flexbox;
              display: -webkit-flex;
              display: flex; }
              .header__submenu .search-prod .main-search button span {
                margin: 0 .5rem; }
            .header__submenu .search-prod .main-search form {
              width: 100%; }
              .header__submenu .search-prod .main-search form .fast-search {
                width: 100%; } }
      @media only screen and (max-width: 480px) {
        .header__submenu .search-prod {
          width: 100%;
          padding: 0; } }
    .header__submenu .services, .header__submenu #service-slot-available {
      font-size: .8125rem;
      line-height: 1rem;
      /* Extra Small Devices, Phones */
      /* Small Devices, Tablets */
      /* Medium Devices, Desktops */ }
      .header__submenu .services i, .header__submenu #service-slot-available i {
        font-size: 1rem;
        color: #c2c1c1;
        margin-left: 1rem; }
      @media only screen and (max-width: 768px) {
        .header__submenu .services, .header__submenu #service-slot-available {
          -webkit-flex-basis: 20%;
          -moz-flex-basis: 20%;
          -ms-flex-basis: 20%;
          flex-basis: 20%; } }
    .header__submenu #service-slot-available .time-wrap {
      width: 100%;
      padding: 0 1rem;
      /* Extra Small Devices, Phones */
      /* Small Devices, Tablets */
      /* Medium Devices, Desktops */ }
      @media only screen and (max-width: 768px) {
        .header__submenu #service-slot-available .time-wrap {
          display: none; } }
    .header__submenu .services {
      border-right: 1px solid #cdcdcd;
      /* Extra Small Devices, Phones */
      /* Small Devices, Tablets */
      /* Medium Devices, Desktops */ }
      .header__submenu .services #delivery-service {
        width: 100%;
        /* Extra Small Devices, Phones */
        /* Small Devices, Tablets */
        /* Medium Devices, Desktops */ }
        @media only screen and (max-width: 768px) {
          .header__submenu .services #delivery-service {
            text-align: center; }
            .header__submenu .services #delivery-service .visible-on-mobile.text-center {
              width: 100%; } }
      .header__submenu .services .serv-wrap {
        width: 100%;
        padding: 0 1rem;
        /* Extra Small Devices, Phones */
        /* Small Devices, Tablets */
        /* Medium Devices, Desktops */ }
        @media only screen and (max-width: 768px) {
          .header__submenu .services .serv-wrap {
            display: none; } }
      @media only screen and (max-width: 992px) {
        .header__submenu .services {
          border-right: 0; } }
    .header__submenu .cart {
      padding: 0;
      background-color: #fff; }
      .header__submenu .cart small, .header__submenu .cart h2, .header__submenu .cart subtotal small {
        font-weight: 300; }
    .header__submenu #spl_nav a {
      text-decoration: none;
      padding: 0 2rem;
      color: #00548b;
      font-size: 1.125rem;
      font-weight: 600; }
      .header__submenu #spl_nav a:first-child {
        margin-left: 20px; }
    @media only screen and (max-width: 768px) {
      .header__submenu {
        /*FOR MOBILE*/
        border-bottom: 1px solid #c2c1c1;
        -webkit-box-shadow: none;
        -khtml-box-shadow: none;
        -moz-box-shadow: none;
        -ms-box-shadow: none;
        -o-box-shadow: none;
        box-shadow: none; }
        .header__submenu .main-nav-trigger {
          display: none; }
        .header__submenu .search-prod {
          height: 45px;
          border: 1px solid #c2c1c1;
          border-width: 0 1px 0 0;
          -webkit-flex-basis: 20%;
          -moz-flex-basis: 20%;
          -ms-flex-basis: 20%;
          flex-basis: 20%; }
          .header__submenu .search-prod.active {
            background-color: #0099d5;
            -webkit-flex-basis: 100%;
            -moz-flex-basis: 100%;
            -ms-flex-basis: 100%;
            flex-basis: 100%;
            padding: 0 1rem;
            border-right: 0px;
            height: 55px; }
            .header__submenu .search-prod.active .hide-on-mobile {
              display: -webkit-box;
              display: -moz-box;
              display: -ms-flexbox;
              display: -webkit-flex;
              display: flex; }
            .header__submenu .search-prod.active .visible-on-mobile {
              display: none; }
            .header__submenu .search-prod.active button {
              -webkit-box-shadow: none;
              -khtml-box-shadow: none;
              -moz-box-shadow: none;
              -ms-box-shadow: none;
              -o-box-shadow: none;
              box-shadow: none; }
            .header__submenu .search-prod.active i {
              font-size: 1rem;
              line-height: 1; }
            .header__submenu .search-prod.active .button.close {
              display: block;
              background-color: #fff;
              color: #212121; }
          .header__submenu .search-prod img {
            height: 20px;
            width: auto; }
          .header__submenu .search-prod #searchTriggerMobile {
            width: 100%;
            height: 45px;
            display: -webkit-box;
            display: -moz-box;
            display: -ms-flexbox;
            display: -webkit-flex;
            display: flex;
            -webkit-align-items: center;
            -moz-align-items: center;
            -ms-align-items: center;
            align-items: center;
            -webkit-justify-content: center;
            -moz-justify-content: center;
            -ms-justify-content: center;
            justify-content: center;
            -ms-flex-pack: center; }
        .header__submenu .services {
          height: 45px;
          border: 1px solid #c2c1c1;
          border-width: 0 1px 0 0;
          -webkit-flex-basis: 20%;
          -moz-flex-basis: 20%;
          -ms-flex-basis: 20%;
          flex-basis: 20%; }
          .header__submenu .services img {
            height: 20px;
            width: auto; }
          .header__submenu .services i {
            font-size: 1.8rem;
            line-height: 0;
            color: #00548b;
            margin: 0; }
        .header__submenu #service-slot-available {
          height: 45px;
          border: 1px solid #c2c1c1;
          border-width: 0 1px 0 0;
          -webkit-flex-basis: 20%;
          -moz-flex-basis: 20%;
          -ms-flex-basis: 20%;
          flex-basis: 20%; }
          .header__submenu #service-slot-available img {
            height: 20px;
            width: auto; }
        .header__submenu .login {
          border: 1px solid #c2c1c1;
          border-width: 0 1px 0 0;
          display: -webkit-box;
          display: -moz-box;
          display: -ms-flexbox;
          display: -webkit-flex;
          display: flex;
          -webkit-flex-basis: 20%;
          -moz-flex-basis: 20%;
          -ms-flex-basis: 20%;
          flex-basis: 20%;
          -webkit-justify-content: center;
          -moz-justify-content: center;
          -ms-justify-content: center;
          justify-content: center;
          -ms-flex-pack: center;
          -webkit-align-items: center;
          -moz-align-items: center;
          -ms-align-items: center;
          align-items: center;
          height: 45px;
          margin-right: 0; }
          .header__submenu .login i {
            color: #00548b;
            font-size: 1.5rem; }
          .header__submenu .login .usermenu {
            position: relative;
            padding: 0 2em;
            cursor: default; }
            .header__submenu .login .usermenu__dropdown {
              position: absolute;
              right: 0;
              top: 100%;
              background: #fff;
              list-style: none;
              text-align: right;
              margin: 0;
              padding: 0;
              width: 100%;
              display: none;
              -webkit-box-shadow: 0px 10px 30px -10px rgba(68, 74, 84, 0.94);
              -khtml-box-shadow: 0px 10px 30px -10px rgba(68, 74, 84, 0.94);
              -moz-box-shadow: 0px 10px 30px -10px rgba(68, 74, 84, 0.94);
              -ms-box-shadow: 0px 10px 30px -10px rgba(68, 74, 84, 0.94);
              -o-box-shadow: 0px 10px 30px -10px rgba(68, 74, 84, 0.94);
              box-shadow: 0px 10px 30px -10px rgba(68, 74, 84, 0.94);
              z-index: 100;
              padding: .5em 2em 1em; }
              .header__submenu .login .usermenu__dropdown li {
                margin: .5em 0; }
                .header__submenu .login .usermenu__dropdown li a {
                  text-decoration: none;
                  font-weight: 600;
                  text-transform: uppercase; }
                  .header__submenu .login .usermenu__dropdown li a:hover {
                    text-decoration: underline; }
            .header__submenu .login .usermenu:hover .top-voice {
              color: #0099d5 !important; }
            .header__submenu .login .usermenu:hover .usermenu__dropdown {
              display: block;
              /* Extra Small Devices, Phones */
              /* Small Devices, Tablets */
              /* Medium Devices, Desktops */ } }
        @media only screen and (max-width: 768px) and (max-width: 992px) {
          .header__submenu .login .usermenu:hover .usermenu__dropdown {
            display: none; } }
    @media only screen and (max-width: 768px) {
          .header__submenu .login .top-voice {
            text-align: right;
            /* Extra Small Devices, Phones */
            /* Small Devices, Tablets */
            /* Medium Devices, Desktops */ } }
      @media only screen and (max-width: 768px) and (max-width: 992px) {
        .header__submenu .login .top-voice {
          text-align: center; } }
    @media only screen and (max-width: 768px) {
            .header__submenu .login .top-voice i {
              font-size: .8rem;
              display: inline; }
            .header__submenu .login .top-voice .ion-android-arrow-dropdown-circle {
              font-size: .875rem;
              margin-left: .3rem; }
          .header__submenu .login .usermenu {
            padding: 0;
            width: 100%; }
            .header__submenu .login .usermenu:hover {
              background: transparent; }
          .header__submenu .login .usermenu__dropdown {
            width: 100px;
            font-size: 1rem;
            padding: 0 1em;
            -webkit-box-shadow: none;
            -khtml-box-shadow: none;
            -moz-box-shadow: none;
            -ms-box-shadow: none;
            -o-box-shadow: none;
            box-shadow: none;
            /* Extra Small Devices, Phones */
            /* Small Devices, Tablets */
            /* Medium Devices, Desktops */
            /* Extra Small Devices, Phones */
            /* Small Devices, Tablets */
            /* Medium Devices, Desktops */ } }
      @media only screen and (max-width: 768px) and (max-width: 992px) {
        .header__submenu .login .usermenu__dropdown {
          display: none; } }
      @media only screen and (max-width: 768px) and (max-width: 768px) {
        .header__submenu .login .usermenu__dropdown {
          display: none; } }
    @media only screen and (max-width: 768px) {
          .header__submenu .login a .ion-person, .header__submenu .login .ion-person {
            display: block;
            position: relative;
            /*top: 5px;*/
            font-size: 1.5rem !important; }
        .header__submenu .cart {
          height: 45px;
          border: 1px solid #c2c1c1;
          border-width: 0;
          -webkit-flex-basis: 20%;
          -moz-flex-basis: 20%;
          -ms-flex-basis: 20%;
          flex-basis: 20%; }
          .header__submenu .cart__wrap .cart-recap {
            height: 43px;
            margin-left: 1px;
            margin-right: 1px;
            -webkit-border-radius: 0px;
            -khtml-border-radius: 0px;
            -moz-border-radius: 0px;
            -ms-border-radius: 0px;
            -o-border-radius: 0px;
            border-radius: 0px;
            -webkit-justify-content: center;
            -moz-justify-content: center;
            -ms-justify-content: center;
            justify-content: center;
            -ms-flex-pack: center;
            -webkit-align-items: center;
            -moz-align-items: center;
            -ms-align-items: center;
            align-items: center; }
            .header__submenu .cart__wrap .cart-recap img {
              height: 16px;
              width: auto; }
            .header__submenu .cart__wrap .cart-recap .subtotal {
              color: #fff;
              font-weight: 600; }
              .header__submenu .cart__wrap .cart-recap .subtotal small {
                font-size: 1rem;
                font-weight: 600; }
            .header__submenu .cart__wrap .cart-recap .cart-recap-data {
              margin-left: initial; }
            .header__submenu .cart__wrap .cart-recap .cart-icon-wrap {
              margin-left: initial; } }

.slide {
  overflow: hidden;
  /*margin-top: -15px;*/
  /* Extra Small Devices, Phones */
  /* Small Devices, Tablets */
  /* Medium Devices, Desktops */
  /* Extra Small Devices, Phones */
  /* Small Devices, Tablets */
  /* Medium Devices, Desktops */ }
  @media only screen and (max-width: 992px) {
    .slide {
      margin-bottom: 1rem; } }
  .slide .bx-controls {
    position: absolute;
    left: -1px;
    right: -1px;
    /*1200px*/
    /*max-width: 76rem;*/
    /*1440px*/
    max-width: 90rem;
    top: 50%;
    margin: 0 auto;
    /* Extra Small Devices, Phones */
    /* Small Devices, Tablets */
    /* Medium Devices, Desktops */ }
    @media only screen and (max-width: 992px) {
      .slide .bx-controls {
        display: none; } }
  .slide .bxslider .bxslider__item {
    -webkit-background-size: cover;
    -khtml-background-size: cover;
    -moz-background-size: cover;
    -ms-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
    -ms-behavior: url(/content/backgroundsize.min.htc);
    background-repeat: no-repeat;
    background-position: center; }
    .slide .bxslider .bxslider__item.bxslider__item--background-pattern {
      background-image: url("https://www.placehold.it/1400"); }
      .slide .bxslider .bxslider__item.bxslider__item--background-pattern .container .bxslider__container {
        height: 600px;
        /* Extra Small Devices, Phones */
        /* Small Devices, Tablets */
        /* Medium Devices, Desktops */ }
        @media only screen and (max-width: 768px) {
          .slide .bxslider .bxslider__item.bxslider__item--background-pattern .container .bxslider__container {
            height: 250px; } }
        .slide .bxslider .bxslider__item.bxslider__item--background-pattern .container .bxslider__container.bx-slider__container--valign-top {
          padding: 50px; }
          .slide .bxslider .bxslider__item.bxslider__item--background-pattern .container .bxslider__container.bx-slider__container--valign-top .bxslider__container--30-width {
            width: 30%;
            /* Extra Small Devices, Phones */
            /* Small Devices, Tablets */
            /* Medium Devices, Desktops */ }
            @media only screen and (max-width: 768px) {
              .slide .bxslider .bxslider__item.bxslider__item--background-pattern .container .bxslider__container.bx-slider__container--valign-top .bxslider__container--30-width {
                display: none; } }
            .slide .bxslider .bxslider__item.bxslider__item--background-pattern .container .bxslider__container.bx-slider__container--valign-top .bxslider__container--30-width h1 {
              font-family: "Lobster", cursive;
              color: #0099d5;
              font-size: 3em; }
            .slide .bxslider .bxslider__item.bxslider__item--background-pattern .container .bxslider__container.bx-slider__container--valign-top .bxslider__container--30-width p {
              font-size: 1.5em; }
            .slide .bxslider .bxslider__item.bxslider__item--background-pattern .container .bxslider__container.bx-slider__container--valign-top .bxslider__container--30-width .button.button--cta {
              background-color: #0099d5;
              color: #fff;
              padding: 10px 50px;
              box-shadow: 1px 1px 3px rgba(0, 0, 0, 0.3);
              /* Extra Small Devices, Phones */
              /* Small Devices, Tablets */
              /* Medium Devices, Desktops */
              -webkit-transition: all 0.3s;
              -khtml-transition: all 0.3s;
              -moz-transition: all 0.3s;
              -ms-transition: all 0.3s;
              -o-transition: all 0.3s;
              transition: all 0.3s; }
              @media only screen and (max-width: 768px) {
                .slide .bxslider .bxslider__item.bxslider__item--background-pattern .container .bxslider__container.bx-slider__container--valign-top .bxslider__container--30-width .button.button--cta {
                  display: none; } }
              .slide .bxslider .bxslider__item.bxslider__item--background-pattern .container .bxslider__container.bx-slider__container--valign-top .bxslider__container--30-width .button.button--cta:hover {
                box-shadow: 2px 2px 3px rgba(0, 0, 0, 0.5);
                -webkit-transition: all 0.3s;
                -khtml-transition: all 0.3s;
                -moz-transition: all 0.3s;
                -ms-transition: all 0.3s;
                -o-transition: all 0.3s;
                transition: all 0.3s; }
          .slide .bxslider .bxslider__item.bxslider__item--background-pattern .container .bxslider__container.bx-slider__container--valign-top .circle-price {
            border-radius: 100%;
            background-color: #db0020;
            width: 150px;
            height: 150px;
            box-shadow: 5px 0px 2px rgba(0, 0, 0, 0.2);
            /* Extra Small Devices, Phones */
            /* Small Devices, Tablets */
            /* Medium Devices, Desktops */ }
            @media only screen and (max-width: 992px) {
              .slide .bxslider .bxslider__item.bxslider__item--background-pattern .container .bxslider__container.bx-slider__container--valign-top .circle-price {
                -webkit-align-self: flex-end;
                -moz-align-self: flex-end;
                -ms-align-self: flex-end;
                align-self: flex-end; } }
            .slide .bxslider .bxslider__item.bxslider__item--background-pattern .container .bxslider__container.bx-slider__container--valign-top .circle-price .circle-price__inside {
              border: 3px solid #fff;
              border-radius: 100%;
              width: 135px;
              height: 135px; }
              .slide .bxslider .bxslider__item.bxslider__item--background-pattern .container .bxslider__container.bx-slider__container--valign-top .circle-price .circle-price__inside h1 {
                font-size: 3.5em;
                margin: 0px;
                color: #fff;
                font-family: "Bree Serif", serif; }

.promo-container {
  position: relative;
  /* Extra Small Devices, Phones */
  /* Small Devices, Tablets */
  /* Medium Devices, Desktops */
  /*.flower:before {
    position: absolute;
    content: attr(data-discount)'%';
    width: 100%;
    height: 100%;
    margin: auto;
    z-index: 99;
    display: flex;
    align-items: center;
    justify-content: center;
    font-family: $fontPromo;
    color: $white;
    font-size: 3em;
}*/ }
  @media only screen and (max-width: 768px) {
    .promo-container {
      margin-left: auto; } }
  .promo-container .discount {
    position: absolute;
    width: 100%;
    height: 100%;
    z-index: 99;
    top: 0;
    right: 0;
    color: #fff; }
    .promo-container .discount h1 {
      margin: 0;
      font-size: 3em;
      /* Extra Small Devices, Phones */
      /* Small Devices, Tablets */
      /* Medium Devices, Desktops */ }
      @media only screen and (max-width: 768px) {
        .promo-container .discount h1 {
          font-size: 2em; } }
    .promo-container .discount small {
      font-size: .5em; }
  .promo-container .flower {
    position: relative;
    width: 120px;
    height: 120px;
    z-index: 2;
    /* Extra Small Devices, Phones */
    /* Small Devices, Tablets */
    /* Medium Devices, Desktops */ }
    @media only screen and (max-width: 768px) {
      .promo-container .flower {
        width: 80px;
        height: 80px; } }
  .promo-container .flower:after {
    position: absolute;
    content: "";
    left: 0px;
    right: 0px;
    top: 0px;
    bottom: 0px;
    background: #cc2529;
    border-radius: 50%;
    width: 30%;
    height: 30%;
    margin: auto; }
  .promo-container .flower .petal {
    width: 100%;
    height: 100%;
    position: absolute;
    transform: rotate(72deg); }
  .promo-container .flower .petal::before, .promo-container .flower .petal::after {
    content: "";
    position: absolute;
    width: 60%;
    height: 60%;
    background: #cc2529;
    border-radius: 0px 100px;
    top: 50%;
    left: 50%;
    margin-left: -20%;
    margin-top: -20%;
    transform-origin: 33% 33%; }
  .promo-container .flower .petal::after {
    transform: rotate(36deg); }
  .promo-container .flower.roundpetal .petal:before, .promo-container .flower.roundpetal .petal:after {
    width: 30%;
    border-radius: 0px;
    margin-left: -15%;
    margin-top: 0%;
    top: 0%;
    height: 50%;
    border-radius: 50% 50% 0px 0px;
    transform-origin: 50% 100%; }

#product-grid {
  clear: both;
  padding: 0;
  padding: 0 15px; }

#filters {
  text-align: right;
  font-size: 1em;
  overflow: hidden;
  /* Extra Small Devices, Phones */
  /* Small Devices, Tablets */
  /* Medium Devices, Desktops */
  /* Extra Small Devices, Phones */
  /* Small Devices, Tablets */
  /* Medium Devices, Desktops */ }
  @media only screen and (max-width: 992px) {
    #filters {
      border-top: 1px solid #aaa;
      padding-top: 10px;
      margin-top: 10px; } }
  #filters .ontheleftside {
    float: left; }
  #filters .filter {
    display: inline-block; }
    #filters .filter .label {
      font-size: .7em; }
    #filters .filter .filter-option {
      display: inline-block;
      padding: 3px 9px;
      margin: 0 0 0 .5em;
      -webkit-border-radius: 2px;
      -khtml-border-radius: 2px;
      -moz-border-radius: 2px;
      -ms-border-radius: 2px;
      -o-border-radius: 2px;
      border-radius: 2px;
      border: 1px solid #d4d4d4;
      text-decoration: none;
      color: #878787;
      font-size: .775em;
      -webkit-transition: all 0.3s;
      -khtml-transition: all 0.3s;
      -moz-transition: all 0.3s;
      -ms-transition: all 0.3s;
      -o-transition: all 0.3s;
      transition: all 0.3s; }
      #filters .filter .filter-option i.fa {
        display: none;
        font-size: 12px; }
      #filters .filter .filter-option:active {
        background-color: #0099d5;
        color: #fff;
        border-color: #0099d5; }
        #filters .filter .filter-option:active i.fa {
          display: inline-block; }
      #filters .filter .filter-option:hover {
        background-color: #0099d5;
        color: #fff;
        border-color: #0099d5;
        -webkit-transition: all 0.3s;
        -khtml-transition: all 0.3s;
        -moz-transition: all 0.3s;
        -ms-transition: all 0.3s;
        -o-transition: all 0.3s;
        transition: all 0.3s; }
  @media only screen and (max-width: 768px) {
    #filters {
      width: 100%;
      padding: 1em 0;
      font-size: .775em;
      text-align: center; }
      #filters .filter {
        display: block;
        width: 100%;
        margin-bottom: .5em;
        overflow: hidden;
        float: none !important; }
        #filters .filter .label {
          display: block;
          margin-bottom: .5em;
          font-size: 1em; }
        #filters .filter .filter-option {
          display: inline-block;
          width: auto;
          margin: 0 1% 0 0;
          padding: 3px;
          float: none;
          text-align: center;
          font-size: 1em; } }

.filter-main-title {
  color: #0099d5;
  text-transform: uppercase;
  font-size: 1em;
  margin: 0;
  border-bottom: 2px solid #dddddd;
  padding: 1.1em 0;
  font-family: "Open Sans", sans-serif;
  /* Extra Small Devices, Phones */
  /* Small Devices, Tablets */
  /* Medium Devices, Desktops */ }
  @media only screen and (max-width: 992px) {
    .filter-main-title {
      border: 0; } }

.filter-block ul li {
  /* Extra Small Devices, Phones */
  /* Small Devices, Tablets */
  /* Medium Devices, Desktops */ }
  @media only screen and (max-width: 992px) {
    .filter-block ul li {
      text-decoration: none; } }
  .filter-block ul li label {
    cursor: pointer; }

.filter-block ul::after {
  clear: both; }

.product-grid {
  clear: both;
  padding: 0; }

.product-list, #favorite-popup .wrapper {
  list-style: none;
  position: relative;
  padding: 1em 0;
  width: 100%;
  /* Extra Small Devices, Phones */
  /* Small Devices, Tablets */
  /* Medium Devices, Desktops */
  /* Extra Small Devices, Phones */
  /* Small Devices, Tablets */
  /* Medium Devices, Desktops */ }
  @media only screen and (max-width: 768px) {
    .product-list, #favorite-popup .wrapper {
      padding: 0; } }
  .product-list li, #favorite-popup .wrapper li {
    float: left;
    min-height: 500px;
    width: 20%;
    text-align: center;
    position: relative;
    margin-bottom: 1em;
    /*margin-right: 2%;

        &:nth-of-type(5n) {
            margin-right: 0;
        }*/
    /* Extra Small Devices, Phones */
    /* Small Devices, Tablets */
    /* Medium Devices, Desktops */ }
    @media only screen and (max-width: 992px) {
      .product-list li, #favorite-popup .wrapper li {
        min-height: 250px;
        float: none; } }
    @media screen and (max-width: 1280px) {
      .product-list li, #favorite-popup .wrapper li {
        width: 25%; } }
    @media screen and (max-width: 768px) {
      .product-list li, #favorite-popup .wrapper li {
        width: 50%; } }
    @media screen and (max-width: 767px) {
      .product-list li, #favorite-popup .wrapper li {
        width: 100%; } }
  .product-list .incartnumber, #favorite-popup .wrapper .incartnumber {
    background-color: rgba(39, 28, 24, 0.8);
    width: 35px;
    padding-top: 8px;
    height: 35px;
    font-size: 11px;
    position: absolute;
    z-index: 5;
    right: 1em;
    top: 1em;
    -webkit-border-radius: 10px;
    -khtml-border-radius: 10px;
    -moz-border-radius: 10px;
    -ms-border-radius: 10px;
    -o-border-radius: 10px;
    border-radius: 10px;
    color: #fff;
    display: none; }
    .product-list .incartnumber span, #favorite-popup .wrapper .incartnumber span {
      font-size: 1.2em;
      line-height: 1;
      position: relative;
      top: 1px; }
  .product-list .product, #favorite-popup .wrapper .product {
    display: block;
    width: 90%;
    height: 100%;
    padding-bottom: 1em;
    position: relative;
    font-family: "Open Sans", sans-serif;
    float: left;
    padding-top: 0;
    -webkit-transition: box-shadow, 0.1s, ease;
    -khtml-transition: box-shadow, 0.1s, ease;
    -moz-transition: box-shadow, 0.1s, ease;
    -ms-transition: box-shadow, 0.1s, ease;
    -o-transition: box-shadow, 0.1s, ease;
    transition: box-shadow, 0.1s, ease;
    background: #fff;
    -webkit-border-radius: 3px;
    -khtml-border-radius: 3px;
    -moz-border-radius: 3px;
    -ms-border-radius: 3px;
    -o-border-radius: 3px;
    border-radius: 3px;
    border: 1px solid #fff;
    border-top: 0; }
    .product-list .product .fa-shopping-cart, #favorite-popup .wrapper .product .fa-shopping-cart {
      display: none; }
    .product-list .product .in-cart, #favorite-popup .wrapper .product .in-cart {
      display: none;
      position: absolute;
      top: 1px;
      left: 1px;
      right: 1px;
      bottom: 1px;
      background-color: rgba(228, 235, 247, 0.66);
      z-index: 10;
      color: #271c18;
      vertical-align: middle;
      Line-height: 250px;
      font-size: 1.2em;
      text-transform: uppercase; }
    @media screen and (min-width: 1024px) {
      .product-list .product, #favorite-popup .wrapper .product {
        -webkit-transition: all 0.3s;
        -khtml-transition: all 0.3s;
        -moz-transition: all 0.3s;
        -ms-transition: all 0.3s;
        -o-transition: all 0.3s;
        transition: all 0.3s; }
        .product-list .product .product-img a, #favorite-popup .wrapper .product .product-img a {
          position: relative;
          display: block;
          color: #fff;
          -webkit-transition: all 0.3s;
          -khtml-transition: all 0.3s;
          -moz-transition: all 0.3s;
          -ms-transition: all 0.3s;
          -o-transition: all 0.3s;
          transition: all 0.3s; }
          .product-list .product .product-img a:hover:before, #favorite-popup .wrapper .product .product-img a:hover:before {
            content: '\f149';
            position: absolute;
            left: 0;
            right: 0;
            top: 0;
            bottom: 0;
            z-index: 1;
            background-color: rgba(0, 0, 0, 0.2);
            -webkit-border-radius: 3px;
            -khtml-border-radius: 3px;
            -moz-border-radius: 3px;
            -ms-border-radius: 3px;
            -o-border-radius: 3px;
            border-radius: 3px;
            color: #fff;
            font-family: 'Ionicons';
            font-size: 2em;
            -webkit-transition: all 0.3s;
            -khtml-transition: all 0.3s;
            -moz-transition: all 0.3s;
            -ms-transition: all 0.3s;
            -o-transition: all 0.3s;
            transition: all 0.3s; }
        .product-list .product:hover, #favorite-popup .wrapper .product:hover {
          border: 1px solid #ccc;
          border-top: 0;
          -webkit-border-radius: 0;
          -khtml-border-radius: 0;
          -moz-border-radius: 0;
          -ms-border-radius: 0;
          -o-border-radius: 0;
          border-radius: 0;
          -webkit-transition: all 0.3s;
          -khtml-transition: all 0.3s;
          -moz-transition: all 0.3s;
          -ms-transition: all 0.3s;
          -o-transition: all 0.3s;
          transition: all 0.3s; }
          .product-list .product:hover .product-info h3, #favorite-popup .wrapper .product:hover .product-info h3 {
            max-height: 10em; } }
    .product-list .product .promo-container .discount, #favorite-popup .wrapper .product .promo-container .discount {
      position: absolute;
      width: 100%;
      height: 100%;
      z-index: 99;
      color: #fff;
      /* Extra Small Devices, Phones */
      /* Small Devices, Tablets */
      /* Medium Devices, Desktops */ }
      @media only screen and (max-width: 992px) {
        .product-list .product .promo-container .discount, #favorite-popup .wrapper .product .promo-container .discount {
          position: initial;
          color: #fff;
          background-color: #cc2529;
          padding: .5em;
          border-radius: 5px; } }
      .product-list .product .promo-container .discount h3, #favorite-popup .wrapper .product .promo-container .discount h3 {
        margin: 0;
        font-size: 1em;
        color: #fff; }
      .product-list .product .promo-container .discount small, #favorite-popup .wrapper .product .promo-container .discount small {
        font-size: .5em; }
    .product-list .product .promo-container .flower, #favorite-popup .wrapper .product .promo-container .flower {
      position: relative;
      width: 60px;
      height: 60px;
      z-index: 2; }
    .product-list .product .badge-weight, #favorite-popup .wrapper .product .badge-weight {
      position: absolute;
      top: 10px;
      left: 1em;
      right: 1em;
      text-align: center;
      line-height: 1;
      z-index: 1;
      padding: 2px 5px;
      text-transform: uppercase;
      font-size: 10px;
      letter-spacing: 1px;
      z-index: 10;
      /* Extra Small Devices, Phones */
      /* Small Devices, Tablets */
      /* Medium Devices, Desktops */ }
      @media only screen and (max-width: 768px) {
        .product-list .product .badge-weight, #favorite-popup .wrapper .product .badge-weight {
          top: -1em; } }
    .product-list .product .action-add-product .icon, #favorite-popup .wrapper .product .action-add-product .icon {
      display: none; }
    .product-list .product .product-badge, #favorite-popup .wrapper .product .product-badge {
      position: absolute;
      top: 50px;
      right: 10px;
      z-index: 9;
      /* Extra Small Devices, Phones */
      /* Small Devices, Tablets */
      /* Medium Devices, Desktops */ }
      @media only screen and (max-width: 992px) {
        .product-list .product .product-badge, #favorite-popup .wrapper .product .product-badge {
          top: 0;
          left: 0;
          right: initial; } }
      .product-list .product .product-badge .promo-container, #favorite-popup .wrapper .product .product-badge .promo-container {
        margin-bottom: 10px; }
      .product-list .product .product-badge .upto, #favorite-popup .wrapper .product .product-badge .upto {
        background-color: #cc2529;
        padding: 5px;
        color: #fff;
        font-size: .8em;
        /* Extra Small Devices, Phones */
        /* Small Devices, Tablets */
        /* Medium Devices, Desktops */ }
        @media only screen and (max-width: 992px) {
          .product-list .product .product-badge .upto, #favorite-popup .wrapper .product .product-badge .upto {
            display: none; } }
      .product-list .product .product-badge .spesamica, #favorite-popup .wrapper .product .product-badge .spesamica {
        color: #fff;
        padding: 5px;
        background-color: #0099d5;
        font-size: .7em;
        text-transform: uppercase;
        margin-top: 2px; }
        .product-list .product .product-badge .spesamica i, #favorite-popup .wrapper .product .product-badge .spesamica i {
          color: #fff; }
    .product-list .product .product-special-info, #favorite-popup .wrapper .product .product-special-info {
      height: 3em;
      text-align: left;
      margin: 0 auto;
      margin-top: -1em;
      max-width: 200px;
      padding: 0; }
      .product-list .product .product-special-info .special-icon, #favorite-popup .wrapper .product .product-special-info .special-icon {
        display: inline-block;
        font-size: 2.5em;
        height: 1em;
        position: relative;
        margin: 0 -3px;
        z-index: 999999;
        width: 40px;
        margin-right: .2em; }
        .product-list .product .product-special-info .special-icon .icon, #favorite-popup .wrapper .product .product-special-info .special-icon .icon {
          vertical-align: top; }
        .product-list .product .product-special-info .special-icon img, #favorite-popup .wrapper .product .product-special-info .special-icon img {
          width: 100%;
          margin: 0; }
      @media screen and (max-width: 767px) {
        .product-list .product .product-special-info, #favorite-popup .wrapper .product .product-special-info {
          height: auto;
          margin: 0 0 1em; }
          .product-list .product .product-special-info .special-icon, #favorite-popup .wrapper .product .product-special-info .special-icon {
            display: block;
            margin: 0;
            margin-right: .2em;
            height: auto;
            line-height: 1;
            font-size: 1.8em; }
            .product-list .product .product-special-info .special-icon .icon, #favorite-popup .wrapper .product .product-special-info .special-icon .icon {
              vertical-align: middle; } }
    .product-list .product.inlist .incartnumber, #favorite-popup .wrapper .product.inlist .incartnumber {
      display: none; }
    @media screen and (min-width: 1024px) {
      .product-list .product.inlist:hover .in-cart, #favorite-popup .wrapper .product.inlist:hover .in-cart {
        display: none; } }
    .product-list .product.inlist .action-add-product, #favorite-popup .wrapper .product.inlist .action-add-product {
      display: none; }
      .product-list .product.inlist .action-add-product .icon, #favorite-popup .wrapper .product.inlist .action-add-product .icon {
        display: none; }
    .product-list .product.inlist .product-action-controls, #favorite-popup .wrapper .product.inlist .product-action-controls {
      display: block;
      width: auto;
      background: #00548b;
      color: #ffffff;
      font-size: 1em;
      max-width: 100%;
      padding: 0;
      margin: 0 .5em;
      overflow: hidden;
      font-family: "Open Sans", sans-serif; }
      .product-list .product.inlist .product-action-controls a, .product-list .product.inlist .product-action-controls .product-quantity, #favorite-popup .wrapper .product.inlist .product-action-controls a, #favorite-popup .wrapper .product.inlist .product-action-controls .product-quantity {
        color: #fff;
        position: relative;
        float: left;
        width: 33.331%;
        text-decoration: none;
        padding: 9px 0;
        border: 2px solid #00548b;
        -webkit-border-radius: 3px;
        -khtml-border-radius: 3px;
        -moz-border-radius: 3px;
        -ms-border-radius: 3px;
        -o-border-radius: 3px;
        border-radius: 3px; }
        .product-list .product.inlist .product-action-controls a i, .product-list .product.inlist .product-action-controls .product-quantity i, #favorite-popup .wrapper .product.inlist .product-action-controls a i, #favorite-popup .wrapper .product.inlist .product-action-controls .product-quantity i {
          margin: 0;
          position: relative; }
      .product-list .product.inlist .product-action-controls .product-quantity, #favorite-popup .wrapper .product.inlist .product-action-controls .product-quantity {
        background-color: #fff;
        color: #00548b;
        border: 2px solid #00548b;
        text-transform: lowercase; }
      @media screen and (min-width: 1024px) {
        .product-list .product.inlist .product-action-controls a:hover, #favorite-popup .wrapper .product.inlist .product-action-controls a:hover {
          background-color: #0074a2;
          -webkit-border-radius: 3px;
          -khtml-border-radius: 3px;
          -moz-border-radius: 3px;
          -ms-border-radius: 3px;
          -o-border-radius: 3px;
          border-radius: 3px; } }
    .product-list .product.inlist.composer, #favorite-popup .wrapper .product.inlist.composer {
      border: 1px solid red; }
      .product-list .product.inlist.composer .action-add-product, #favorite-popup .wrapper .product.inlist.composer .action-add-product {
        display: block; }
      .product-list .product.inlist.composer .product-action-controls, #favorite-popup .wrapper .product.inlist.composer .product-action-controls {
        display: none; }
    .product-list .product.not-available .add, #favorite-popup .wrapper .product.not-available .add {
      display: none; }
    .product-list .product.not-available .price, #favorite-popup .wrapper .product.not-available .price {
      display: none; }
    .product-list .product.not-available .not-available, #favorite-popup .wrapper .product.not-available .not-available {
      display: block;
      text-transform: uppercase;
      letter-spacing: 2px;
      font-size: 11px;
      padding: 1em 0;
      border: 1px solid #878787;
      border-width: 1px 0;
      margin: 4em auto 0;
      max-width: 170px; }
  .product-list .product-img, #favorite-popup .wrapper .product-img {
    max-width: 200px;
    height: 200px;
    line-height: 200px;
    margin: 1em auto;
    white-space: nowrap;
    /*@include bp(tablet) {
            max-width: 100%; //none
        }*/ }
    .product-list .product-img a, #favorite-popup .wrapper .product-img a {
      display: inline-block; }
    .product-list .product-img img, #favorite-popup .wrapper .product-img img {
      max-width: 100%;
      max-height: 180px;
      vertical-align: middle;
      position: relative;
      /* Extra Small Devices, Phones */
      /* Small Devices, Tablets */
      /* Medium Devices, Desktops */ }
      @media only screen and (max-width: 992px) {
        .product-list .product-img img, #favorite-popup .wrapper .product-img img {
          max-height: inherit; } }
  .product-list .product-action-wrap, #favorite-popup .wrapper .product-action-wrap {
    max-width: 170px;
    margin: 0 auto;
    position: relative;
    z-index: 13; }
  .product-list .product-info, #favorite-popup .wrapper .product-info {
    position: relative;
    z-index: 12;
    margin: 0 15px;
    text-align: left; }
    .product-list .product-info h3, #favorite-popup .wrapper .product-info h3 {
      text-align: left;
      font-size: .9em;
      font-weight: 300;
      padding: 0 0 0;
      margin: 0;
      min-height: 6.5em;
      line-height: 1.3;
      max-height: 6.5em;
      font-weight: 600;
      overflow: hidden;
      -webkit-transition: max-height 0.3s ease;
      -khtml-transition: max-height 0.3s ease;
      -moz-transition: max-height 0.3s ease;
      -ms-transition: max-height 0.3s ease;
      -o-transition: max-height 0.3s ease;
      transition: max-height 0.3s ease;
      text-transform: uppercase;
      /* Extra Small Devices, Phones */
      /* Small Devices, Tablets */
      /* Medium Devices, Desktops */ }
      @media only screen and (max-width: 768px) {
        .product-list .product-info h3, #favorite-popup .wrapper .product-info h3 {
          font-size: .9em;
          overflow: hidden;
          display: -webkit-box;
          -webkit-line-clamp: 4;
          -webkit-box-orient: vertical; } }
    .product-list .product-info .sponsored-product, #favorite-popup .wrapper .product-info .sponsored-product {
      display: block;
      min-height: 1em;
      text-transform: capitalize;
      color: #303030;
      font-size: .8em;
      font-weight: 600;
      margin-top: 5px;
      letter-spacing: 1px; }
    .product-list .product-info .brand-name, #favorite-popup .wrapper .product-info .brand-name {
      display: block;
      line-height: 1.5em;
      text-transform: capitalize;
      overflow: hidden;
      white-space: nowrap;
      text-overflow: ellipsis;
      color: #00c6f8;
      font-weight: 400;
      text-transform: uppercase;
      font-size: .8em;
      letter-spacing: .05em;
      min-height: 1.5em;
      /* Extra Small Devices, Phones */
      /* Small Devices, Tablets */
      /* Medium Devices, Desktops */ }
      @media only screen and (max-width: 768px) {
        .product-list .product-info .brand-name, #favorite-popup .wrapper .product-info .brand-name {
          font-size: 1em; } }
    .product-list .product-info .price-wrap, #favorite-popup .wrapper .product-info .price-wrap {
      margin-top: .5em; }
    .product-list .product-info .product-meta, #favorite-popup .wrapper .product-info .product-meta {
      display: block;
      font-size: .675rem;
      line-height: 1em;
      color: #606060;
      min-height: 1em;
      /* Extra Small Devices, Phones */
      /* Small Devices, Tablets */
      /* Medium Devices, Desktops */ }
      .product-list .product-info .product-meta.size, #favorite-popup .wrapper .product-info .product-meta.size {
        color: #271c18;
        font-size: .875rem;
        line-height: 1em;
        margin-top: 5px;
        font-weight: 500;
        /* Extra Small Devices, Phones */
        /* Small Devices, Tablets */
        /* Medium Devices, Desktops */ }
        @media only screen and (max-width: 768px) {
          .product-list .product-info .product-meta.size, #favorite-popup .wrapper .product-info .product-meta.size {
            font-size: .9em; } }
      @media only screen and (max-width: 768px) {
        .product-list .product-info .product-meta, #favorite-popup .wrapper .product-info .product-meta {
          font-size: .9em; } }
    .product-list .product-info .price, #favorite-popup .wrapper .product-info .price {
      color: #0099d5;
      font-weight: 600;
      font-size: 1.2rem;
      display: block;
      line-height: 30px;
      /* Extra Small Devices, Phones */
      /* Small Devices, Tablets */
      /* Medium Devices, Desktops */ }
      @media only screen and (max-width: 768px) {
        .product-list .product-info .price, #favorite-popup .wrapper .product-info .price {
          font-size: 1.5em;
          line-height: 1.3em; } }
    .product-list .product-info .old-price, #favorite-popup .wrapper .product-info .old-price {
      text-decoration: line-through;
      font-size: .7em;
      padding-left: 10px;
      color: #606060;
      /* Extra Small Devices, Phones */
      /* Small Devices, Tablets */
      /* Medium Devices, Desktops */ }
      @media only screen and (max-width: 768px) {
        .product-list .product-info .old-price, #favorite-popup .wrapper .product-info .old-price {
          font-size: 1em; } }
    .product-list .product-info .special-price, #favorite-popup .wrapper .product-info .special-price {
      margin-top: 5px;
      display: inline-block;
      font-size: 1.5rem;
      font-weight: 600;
      line-height: 30px;
      height: 30px;
      -webkit-border-radius: 10px 0 10px 0;
      -khtml-border-radius: 10px 0 10px 0;
      -moz-border-radius: 10px 0 10px 0;
      -ms-border-radius: 10px 0 10px 0;
      -o-border-radius: 10px 0 10px 0;
      border-radius: 10px 0 10px 0;
      color: #cc2529;
      /* Extra Small Devices, Phones */
      /* Small Devices, Tablets */
      /* Medium Devices, Desktops */ }
      @media only screen and (max-width: 768px) {
        .product-list .product-info .special-price, #favorite-popup .wrapper .product-info .special-price {
          font-size: 1.5em; } }
  .product-list .btn.add, #favorite-popup .wrapper .btn.add {
    width: 100%;
    background: #cf2086;
    font-size: 1em;
    padding: .6em 0;
    /*font-weight: 700;*/
    -webkit-transition: all 0.5s;
    -khtml-transition: all 0.5s;
    -moz-transition: all 0.5s;
    -ms-transition: all 0.5s;
    -o-transition: all 0.5s;
    transition: all 0.5s;
    color: #00548b; }
    @media screen and (min-width: 1024px) {
      .product-list .btn.add:hover, #favorite-popup .wrapper .btn.add:hover {
        background: #0099d5;
        -webkit-transition: all 0.5s;
        -khtml-transition: all 0.5s;
        -moz-transition: all 0.5s;
        -ms-transition: all 0.5s;
        -o-transition: all 0.5s;
        transition: all 0.5s; } }
  .product-list .product-action-controls, #favorite-popup .wrapper .product-action-controls {
    display: none; }
  @media only screen and (max-width: 768px) {
    .product-list .product-special-info, #favorite-popup .wrapper .product-special-info {
      padding: 0 1em; }
    .product-list .product-img, #favorite-popup .wrapper .product-img {
      max-width: 100%; }
    .product-list .product-info, #favorite-popup .wrapper .product-info {
      max-width: 100%; }
    .product-list .product-action-wrap, #favorite-popup .wrapper .product-action-wrap {
      max-width: 100%; } }

@media screen and (max-width: 767px) {
  .product-list .product-img {
    max-height: 100%;
    height: auto;
    line-height: 1; }
  .product-mobile-table {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    padding-top: 1em; }
    .product-mobile-table .product-img {
      max-width: 30%;
      height: auto;
      line-height: 1; }
      .product-mobile-table .product-img img {
        width: 100%; }
    .product-mobile-table .product-info {
      max-width: 70% !important; }
      .product-mobile-table .product-info h3 {
        height: auto;
        max-width: 100%;
        min-height: 40px;
        /* Extra Small Devices, Phones */
        /* Small Devices, Tablets */
        /* Medium Devices, Desktops */ } }
      @media only screen and (max-width: 767px) and (max-width: 768px) {
        .product-mobile-table .product-info h3 {
          font-size: .9em;
          /*white-space: nowrap;
                    overflow: hidden;
                    text-overflow: ellipsis;*/
          overflow: hidden;
          display: -webkit-box;
          -webkit-line-clamp: 2;
          -webkit-box-orient: vertical; } }

@media screen and (max-width: 767px) {
  .product-info h3 {
    height: auto;
    max-height: 100%;
    min-height: 0;
    margin-bottom: 2em; } }

.product-detail .fun {
  color: #0099d5; }

.product-detail .popup-controls {
  margin: 1em 0;
  clear: both;
  border-top: 1px solid #dddddd;
  overflow: hidden;
  padding: 1.5em 0 0; }
  .product-detail .popup-controls .btn {
    display: inline-block;
    width: auto;
    margin: 0 !important;
    padding: 1em 1.5em;
    font-size: .875em !important;
    background: #fff;
    border: 1px solid #0099d5 !important;
    color: #0099d5 !important; }
    .product-detail .popup-controls .btn.right {
      float: right; }

.product-detail .btn {
  background: #5fdfff;
  text-transform: lowercase; }
  .product-detail .btn:hover {
    background: #5fdfff;
    -webkit-transition: all 0.5s;
    -khtml-transition: all 0.5s;
    -moz-transition: all 0.5s;
    -ms-transition: all 0.5s;
    -o-transition: all 0.5s;
    transition: all 0.5s; }

.product-detail .image-wrap, .product-detail .popup-product-info {
  margin: 1em 13px;
  margin-left: 0; }

.product-detail .main-thumbs {
  width: 100%; }
  .product-detail .main-thumbs .main-thumb-ul {
    margin: 0;
    padding: 0; }
    .product-detail .main-thumbs .main-thumb-ul > li {
      border: 1px solid #ccc;
      -webkit-box-shadow: 3px 3px 0px 0px rgba(0, 0, 0, 0.05);
      -khtml-box-shadow: 3px 3px 0px 0px rgba(0, 0, 0, 0.05);
      -moz-box-shadow: 3px 3px 0px 0px rgba(0, 0, 0, 0.05);
      -ms-box-shadow: 3px 3px 0px 0px rgba(0, 0, 0, 0.05);
      -o-box-shadow: 3px 3px 0px 0px rgba(0, 0, 0, 0.05);
      box-shadow: 3px 3px 0px 0px rgba(0, 0, 0, 0.05);
      height: 40px;
      line-height: 40px;
      text-align: center;
      vertical-align: middle;
      overflow: hidden;
      white-space: nowrap; }
      .product-detail .main-thumbs .main-thumb-ul > li img {
        max-height: 100%;
        max-width: 100%;
        position: relative;
        cursor: pointer; }
  .product-detail .main-thumbs .lb {
    display: block;
    width: 100%;
    text-transform: uppercase;
    font-size: .675em;
    padding: 10px 0; }
  .product-detail .main-thumbs .bx-wrapper {
    width: auto;
    margin-left: -15px !important;
    margin-right: -15px !important;
    max-width: none !important;
    padding-left: 15px;
    padding-right: 15px; }
    .product-detail .main-thumbs .bx-wrapper .bx-controls-direction a {
      text-indent: 0;
      width: 12px;
      background: none;
      margin-top: -6px;
      font-size: 12px; }
    .product-detail .main-thumbs .bx-wrapper .bx-prev {
      left: 0; }
    .product-detail .main-thumbs .bx-wrapper .bx-next {
      right: 0; }

.product-detail .popup-product-info {
  position: relative; }
  .product-detail .popup-product-info .h1 {
    font-family: "Lobster", cursive;
    margin: 0; }
    .product-detail .popup-product-info .h1.h1__title {
      color: #0099d5; }
  .product-detail .popup-product-info .p {
    font-size: .9em; }
    .product-detail .popup-product-info .p.p__description {
      color: #606060; }
  .product-detail .popup-product-info .icon-container {
    margin-top: 20px; }
    .product-detail .popup-product-info .icon-container .icon-container__item {
      position: relative; }
      .product-detail .popup-product-info .icon-container .icon-container__item img {
        max-height: 25px; }
      .product-detail .popup-product-info .icon-container .icon-container__item .icon-tooltip {
        position: absolute;
        width: auto;
        top: 101%;
        z-index: 10;
        line-height: 1.1;
        padding: 1em;
        font-weight: 200;
        letter-spacing: .03em;
        font-size: 12px;
        display: block;
        background: #232222;
        -webkit-border-radius: 5px;
        -khtml-border-radius: 5px;
        -moz-border-radius: 5px;
        -ms-border-radius: 5px;
        -o-border-radius: 5px;
        border-radius: 5px;
        -webkit-box-shadow: 0 5px 35px -10px #000;
        -khtml-box-shadow: 0 5px 35px -10px #000;
        -moz-box-shadow: 0 5px 35px -10px #000;
        -ms-box-shadow: 0 5px 35px -10px #000;
        -o-box-shadow: 0 5px 35px -10px #000;
        box-shadow: 0 5px 35px -10px #000;
        color: #fff;
        filter: alpha(opacity=0);
        -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
        -webkit-opacity: 0;
        -khtml-opacity: 0;
        -moz-opacity: 0;
        -ms-opacity: 0;
        -o-opacity: 0;
        opacity: 0;
        -webkit-transition: opacity, 0.3s, ease;
        -khtml-transition: opacity, 0.3s, ease;
        -moz-transition: opacity, 0.3s, ease;
        -ms-transition: opacity, 0.3s, ease;
        -o-transition: opacity, 0.3s, ease;
        transition: opacity, 0.3s, ease; }
        .product-detail .popup-product-info .icon-container .icon-container__item .icon-tooltip:before {
          content: '';
          position: absolute;
          top: -5px;
          width: 0;
          height: 0;
          border-right: 5px solid transparent;
          border-left: 5px solid transparent;
          border-bottom: 5px solid black; }
      .product-detail .popup-product-info .icon-container .icon-container__item:hover .icon-tooltip {
        filter: alpha(opacity=100);
        -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
        -webkit-opacity: 1;
        -khtml-opacity: 1;
        -moz-opacity: 1;
        -ms-opacity: 1;
        -o-opacity: 1;
        opacity: 1; }
  .product-detail .popup-product-info h2 {
    color: #271c18;
    text-transform: capitalize;
    line-height: 1.35;
    font-weight: 600;
    font-size: 1.125em;
    margin-top: 0; }
  .product-detail .popup-product-info .sub-info {
    border-top: 1px solid #ccc;
    border-bottom: 1px solid #ccc;
    padding: 10px 0;
    overflow: hidden;
    letter-spacing: .03em;
    font-size: .675em; }
    .product-detail .popup-product-info .sub-info .sub-info-left {
      text-align: left;
      float: left;
      width: 50%;
      font-weight: 600; }
    .product-detail .popup-product-info .sub-info .sub-info-right {
      float: right;
      width: 50%;
      text-align: right; }
      .product-detail .popup-product-info .sub-info .sub-info-right span {
        color: #0099d5;
        font-weight: 600;
        text-transform: uppercase; }
  .product-detail .popup-product-info .price-info {
    display: table;
    width: 100%;
    padding: 0; }
    .product-detail .popup-product-info .price-info .lb {
      display: table-cell;
      width: 40%;
      font-size: .675em;
      vertical-align: middle;
      letter-spacing: .03em; }
    .product-detail .popup-product-info .price-info .price-info-val {
      display: table-cell;
      vertical-align: middle;
      width: 60%;
      text-align: right; }
      .product-detail .popup-product-info .price-info .price-info-val .price {
        font-size: 2em;
        color: #000;
        font-weight: 700;
        letter-spacing: -.05em;
        display: inline-block;
        margin-left: 5px; }
        .product-detail .popup-product-info .price-info .price-info-val .price.special-price {
          font-family: "Open Sans", sans-serif;
          color: #cc2529; }
      .product-detail .popup-product-info .price-info .price-info-val .old-price {
        font-size: 1.5em;
        text-decoration: line-through;
        font-weight: 400;
        color: #ccc;
        padding-left: 10px; }
  .product-detail .popup-product-info .warning-message {
    margin-top: 10px;
    font-size: .7em;
    color: lightgray; }
  .product-detail .popup-product-info .other-info {
    color: #606060; }
  .product-detail .popup-product-info .badge-weight {
    float: right; }
    .product-detail .popup-product-info .badge-weight i {
      font-size: 1.1em; }
    .product-detail .popup-product-info .badge-weight::after {
      clear: both; }

.product-detail .product-action-wrap {
  width: 20%;
  /* Extra Small Devices, Phones */
  /* Small Devices, Tablets */
  /* Medium Devices, Desktops */ }
  @media only screen and (max-width: 768px) {
    .product-detail .product-action-wrap {
      width: 50%; } }
  .product-detail .product-action-wrap .product-action-controls {
    display: none; }
    .product-detail .product-action-wrap .product-action-controls .product-quantity, .product-detail .product-action-wrap .product-action-controls a {
      height: 26px !important;
      line-height: 26px !important;
      font-weight: 300; }

.product-detail .popup-accordion {
  margin-top: 20px; }
  .product-detail .popup-accordion .acc-content {
    display: none;
    padding: 15px 15px 30px;
    border: 2px solid #eee;
    min-height: 50vh; }
    .product-detail .popup-accordion .acc-content.product-preparation .h3 {
      color: #151515;
      font-weight: 300; }
      .product-detail .popup-accordion .acc-content.product-preparation .h3.h3--title-sub-tab {
        color: #eeeded;
        text-transform: uppercase;
        font-size: 1.5em;
        margin-top: 0;
        border-bottom: 1px solid #eee; }
      .product-detail .popup-accordion .acc-content.product-preparation .h3.h3--no-margin {
        margin: 0; }
      .product-detail .popup-accordion .acc-content.product-preparation .h3 img {
        max-height: 28px;
        vertical-align: top;
        display: inline-block;
        margin-right: 5px; }
    .product-detail .popup-accordion .acc-content.product-preparation .description {
      color: #484747;
      text-align: justify;
      font-size: .9em; }
    .product-detail .popup-accordion .acc-content.product-preparation .acc-block {
      border: 0; }
    .product-detail .popup-accordion .acc-content.product-conservation .acc-block {
      border-color: #eee;
      padding: 0;
      /* Extra Small Devices, Phones */
      /* Small Devices, Tablets */
      /* Medium Devices, Desktops */ }
      @media only screen and (max-width: 992px) {
        .product-detail .popup-accordion .acc-content.product-conservation .acc-block .col62 {
          width: 62%; }
        .product-detail .popup-accordion .acc-content.product-conservation .acc-block .col37 {
          width: 37%; } }
      .product-detail .popup-accordion .acc-content.product-conservation .acc-block h3 {
        color: #151515;
        margin: 5px 0;
        font-weight: 300;
        font-size: 1em; }
        .product-detail .popup-accordion .acc-content.product-conservation .acc-block h3 .ion-ios-checkmark {
          color: green;
          font-size: 2em; }
        .product-detail .popup-accordion .acc-content.product-conservation .acc-block h3 .ion-close-round {
          color: red; }
    .product-detail .popup-accordion .acc-content .table {
      font-size: 1em; }
      .product-detail .popup-accordion .acc-content .table th {
        font-size: 1.1em;
        color: #eeeded; }
    .product-detail .popup-accordion .acc-content .acc-block {
      border-bottom: 1px solid #ccc;
      padding-bottom: 1em;
      margin-bottom: 1em; }
      .product-detail .popup-accordion .acc-content .acc-block:last-child {
        border: none; }
      .product-detail .popup-accordion .acc-content .acc-block .ingredients {
        font-size: .8em;
        line-height: 1.6em; }
    .product-detail .popup-accordion .acc-content hr {
      margin: 1em 0;
      background: #fff;
      border: none;
      border-bottom: 1px solid #ccc; }
    .product-detail .popup-accordion .acc-content table {
      font-size: 12px; }
  .product-detail .popup-accordion .title {
    background-color: #0099d5;
    padding: 20px 40px;
    color: #fff;
    margin-left: -25px;
    margin-right: -25px;
    font-weight: 600;
    cursor: pointer;
    border-bottom: 1px solid #fff; }
    .product-detail .popup-accordion .title .fa {
      float: right; }
  .product-detail .popup-accordion .accordion {
    list-style: none;
    width: 100%;
    margin: 0;
    padding: 0;
    display: table; }
    .product-detail .popup-accordion .accordion > li {
      display: table-cell;
      font-size: .8em;
      text-align: center;
      width: 25%;
      /* Extra Small Devices, Phones */
      /* Small Devices, Tablets */
      /* Medium Devices, Desktops */ }
      @media only screen and (max-width: 768px) {
        .product-detail .popup-accordion .accordion > li {
          width: 100%;
          display: block; } }
      .product-detail .popup-accordion .accordion > li:first-child {
        border: none; }
        .product-detail .popup-accordion .accordion > li:first-child h3 {
          margin-left: 0; }
      .product-detail .popup-accordion .accordion > li:last-child {
        border: none; }
        .product-detail .popup-accordion .accordion > li:last-child h3 {
          margin-right: 0; }
      .product-detail .popup-accordion .accordion > li.open h3 {
        background-color: #0099d5;
        color: #fff; }
      .product-detail .popup-accordion .accordion > li > h3 {
        padding: 15px;
        cursor: pointer;
        font-size: 1em;
        color: #868686;
        background-color: #eee;
        margin: 0 5px;
        border-top-left-radius: 5px;
        border-top-right-radius: 5px;
        /* Extra Small Devices, Phones */
        /* Small Devices, Tablets */
        /* Medium Devices, Desktops */
        /* Extra Small Devices, Phones */
        /* Small Devices, Tablets */
        /* Medium Devices, Desktops */ }
        @media only screen and (max-width: 992px) {
          .product-detail .popup-accordion .accordion > li > h3 {
            height: 60px; } }
        @media only screen and (max-width: 768px) {
          .product-detail .popup-accordion .accordion > li > h3 {
            margin: 0;
            height: initial; } }
        .product-detail .popup-accordion .accordion > li > h3.active {
          color: #0099d5; }
        .product-detail .popup-accordion .accordion > li > h3 i.fa {
          margin-right: 1em;
          font-size: .675em;
          top: -2px;
          position: relative;
          display: none; }

.product-detail.inlist .action-add-product {
  display: none; }
  .product-detail.inlist .action-add-product .icon {
    display: none; }

.product-detail.inlist .product-action-controls {
  display: block;
  width: auto;
  margin: 0 auto;
  background: #00548b;
  color: #ffffff;
  font-size: 1em;
  max-width: 100%;
  padding: 0;
  overflow: hidden;
  font-family: "Open Sans", sans-serif; }
  .product-detail.inlist .product-action-controls a, .product-detail.inlist .product-action-controls .product-quantity {
    color: #fff;
    position: relative;
    float: left;
    width: 33.331%;
    text-decoration: none; }
    .product-detail.inlist .product-action-controls a i, .product-detail.inlist .product-action-controls .product-quantity i {
      margin: 0;
      position: relative; }
  @media screen and (min-width: 1024px) {
    .product-detail.inlist .product-action-controls a:hover {
      background-color: #0074a2; } }

.product-detail.product-page .main-thumb-ul > li {
  line-height: 80px;
  height: 80px; }

.product-detail.product-page .main-thumbs .bx-wrapper .bx-controls-direction a {
  margin-top: -46px; }

.product-detail.product-page h1 {
  margin-top: 0; }

.product-detail.product-page .popup-accordion .title {
  display: none; }

.product-detail.product-page .product .productCampaignMarker {
  position: relative; }
  .product-detail.product-page .product .productCampaignMarker a {
    left: auto;
    right: auto;
    top: 0; }

.product-detail.product-page .product-action-wrap {
  margin-top: 1em; }

.product-detail.product-page .btn {
  margin: 0;
  font-size: 1em; }

.product-detail.product-page .in-cart {
  display: none; }

.product-detail.product-page .popup-product-info .price-info .lb {
  vertical-align: top;
  width: 100%;
  text-align: right;
  display: block;
  padding: 0 0 1em; }

.product-page-section:after {
  content: "";
  display: table;
  clear: both; }

.product-page-section h2 {
  color: #0099d5;
  padding: 1em 0;
  margin: 0;
  display: inline-block;
  clear: both;
  float: none;
  font-weight: 600;
  font-size: 1em;
  position: relative; }
  .product-page-section h2:before {
    content: '';
    display: block;
    top: -10px;
    height: 10px;
    width: 100%;
    position: absolute;
    left: 0;
    background-color: #0099d5; }

.price-container {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: space-between;
  -moz-justify-content: space-between;
  -ms-justify-content: space-between;
  justify-content: space-between;
  -ms-flex-pack: space-between;
  -webkit-align-items: center;
  -moz-align-items: center;
  -ms-align-items: center;
  align-items: center;
  /* Extra Small Devices, Phones */
  /* Small Devices, Tablets */
  /* Medium Devices, Desktops */ }
  @media only screen and (max-width: 768px) {
    .price-container {
      -webkit-flex-wrap: wrap;
      -moz-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
      flex-wrap: wrap; } }
  .price-container .price-wrap {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-justify-content: center;
    -moz-justify-content: center;
    -ms-justify-content: center;
    justify-content: center;
    -ms-flex-pack: center;
    -webkit-align-items: center;
    -moz-align-items: center;
    -ms-align-items: center;
    align-items: center; }

.related-products .product-list .product .badge-weight {
  position: relative;
  top: 5px;
  left: auto;
  border: none;
  right: auto; }

.related-products .product-list .product .productCampaignMarker {
  display: none !important; }

.related-products .product-list li {
  font-size: .7em;
  width: 12.5%;
  height: 320px;
  border: none;
  /* Extra Small Devices, Phones */
  /* Small Devices, Tablets */
  /* Medium Devices, Desktops */
  /* Extra Small Devices, Phones */
  /* Small Devices, Tablets */
  /* Medium Devices, Desktops */ }
  @media only screen and (max-width: 992px) {
    .related-products .product-list li {
      width: 50%; } }
  @media only screen and (max-width: 768px) {
    .related-products .product-list li {
      width: 100%; } }
  .related-products .product-list li .product-info {
    text-align: left;
    max-width: 80%; }
    .related-products .product-list li .product-info h3 {
      line-height: 1.3; }
  .related-products .product-list li .price-wrap {
    min-height: 4em; }
  .related-products .product-list li .product-action-wrap {
    max-width: 80%;
    float: none; }
  .related-products .product-list li .product-img {
    max-width: 100px;
    height: 100px;
    line-height: 100px; }
    .related-products .product-list li .product-img a {
      height: 100px; }
  .related-products .product-list li .product.not-available .not-available {
    max-width: 100%;
    padding: 0;
    border: none;
    font-size: .875em;
    letter-spacing: 0;
    margin: 1em; }

.load-more-wrap {
  clear: both;
  width: 100%;
  text-align: center; }
  .load-more-wrap .load-more-product {
    width: 30%;
    height: 38px;
    margin: 0 auto;
    background-color: #0099d5;
    -webkit-transition: all 0.3s;
    -khtml-transition: all 0.3s;
    -moz-transition: all 0.3s;
    -ms-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s;
    /* Extra Small Devices, Phones */
    /* Small Devices, Tablets */
    /* Medium Devices, Desktops */
    /* Extra Small Devices, Phones */
    /* Small Devices, Tablets */
    /* Medium Devices, Desktops */
    /* Extra Small Devices, Phones */
    /* Small Devices, Tablets */
    /* Medium Devices, Desktops */ }
    .load-more-wrap .load-more-product:hover {
      background-color: #00548b;
      -webkit-transition: all 0.3s;
      -khtml-transition: all 0.3s;
      -moz-transition: all 0.3s;
      -ms-transition: all 0.3s;
      -o-transition: all 0.3s;
      transition: all 0.3s; }
    .load-more-wrap .load-more-product img {
      margin-left: 15px;
      display: none;
      width: 24px;
      height: auto; }
    @media only screen and (max-width: 992px) {
      .load-more-wrap .load-more-product {
        width: 50%; } }
    @media only screen and (max-width: 768px) {
      .load-more-wrap .load-more-product {
        width: 70%; } }
    @media only screen and (max-width: 480px) {
      .load-more-wrap .load-more-product {
        width: 85%;
        font-size: .75rem; } }
  .load-more-wrap hr {
    width: 30%;
    /* Extra Small Devices, Phones */
    /* Small Devices, Tablets */
    /* Medium Devices, Desktops */
    /* Extra Small Devices, Phones */
    /* Small Devices, Tablets */
    /* Medium Devices, Desktops */
    /* Extra Small Devices, Phones */
    /* Small Devices, Tablets */
    /* Medium Devices, Desktops */ }
    @media only screen and (max-width: 992px) {
      .load-more-wrap hr {
        width: 20%; } }
    @media only screen and (max-width: 768px) {
      .load-more-wrap hr {
        width: 10%; } }
    @media only screen and (max-width: 480px) {
      .load-more-wrap hr {
        width: 5%; } }

.load-more-loading-icon {
  clear: both;
  text-align: center; }

.load-more-items {
  height: 50px;
  margin-top: 20px;
  width: 100%;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: center;
  -moz-justify-content: center;
  -ms-justify-content: center;
  justify-content: center;
  -ms-flex-pack: center;
  -webkit-align-items: center;
  -moz-align-items: center;
  -ms-align-items: center;
  align-items: center;
  background-color: rgba(238, 237, 237, 0.8);
  position: relative;
  cursor: pointer;
  -webkit-border-radius: 5px;
  -khtml-border-radius: 5px;
  -moz-border-radius: 5px;
  -ms-border-radius: 5px;
  -o-border-radius: 5px;
  border-radius: 5px;
  border: 1px solid #eeeded;
  color: #fff;
  -webkit-transition: all 0.3s;
  -khtml-transition: all 0.3s;
  -moz-transition: all 0.3s;
  -ms-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
  /* Extra Small Devices, Phones */
  /* Small Devices, Tablets */
  /* Medium Devices, Desktops */ }
  .load-more-items span {
    color: #fff; }
  .load-more-items::before {
    content: '';
    width: 100%;
    position: absolute;
    top: -10px;
    border: 1px solid #eee;
    margin-bottom: 20px; }
  @media only screen and (max-width: 768px) {
    .load-more-items {
      margin-top: 0; }
      .load-more-items::before {
        display: none; } }
  .load-more-items:hover {
    -webkit-box-shadow: 0px 2px 5px rgba(0, 0, 0, 0.3);
    -khtml-box-shadow: 0px 2px 5px rgba(0, 0, 0, 0.3);
    -moz-box-shadow: 0px 2px 5px rgba(0, 0, 0, 0.3);
    -ms-box-shadow: 0px 2px 5px rgba(0, 0, 0, 0.3);
    -o-box-shadow: 0px 2px 5px rgba(0, 0, 0, 0.3);
    box-shadow: 0px 2px 5px rgba(0, 0, 0, 0.3);
    -webkit-transition: all 0.3s;
    -khtml-transition: all 0.3s;
    -moz-transition: all 0.3s;
    -ms-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s; }

.load-more-wrap-suggested-product {
  display: none; }

.product-list .product.grom .product-action-controls {
  display: none !important; }

.product-list .product.grom .action-add-product {
  display: block !important; }

.home-product-carousel .product-list li {
  width: 100% !important; }

.top-ten-wrapper {
  width: 100%;
  overflow: hidden;
  padding: 2em;
  margin-top: 0;
  margin-bottom: 2em;
  border-radius: 3px;
  background-color: #badcf5;
  /* Extra Small Devices, Phones */
  /* Small Devices, Tablets */
  /* Medium Devices, Desktops */ }
  @media only screen and (max-width: 992px) {
    .top-ten-wrapper {
      padding: 0 .5em; } }
  .top-ten-wrapper h2 {
    text-align: left;
    margin: 0;
    padding: 1rem;
    color: #0079b7;
    font-family: "Open Sans", sans-serif;
    font-size: 2rem;
    /* Extra Small Devices, Phones */
    /* Small Devices, Tablets */
    /* Medium Devices, Desktops */ }
    @media only screen and (max-width: 768px) {
      .top-ten-wrapper h2 {
        padding: 1rem 0;
        font-size: 1.6rem; } }

.best-offers-wrapper {
  width: 100%;
  overflow: hidden;
  padding: 2em;
  margin-top: 0;
  margin-bottom: 2em;
  border-radius: 3px;
  background-color: #f3f3f3;
  /* Extra Small Devices, Phones */
  /* Small Devices, Tablets */
  /* Medium Devices, Desktops */ }
  @media only screen and (max-width: 992px) {
    .best-offers-wrapper {
      padding: 0 .5em; } }
  .best-offers-wrapper h2 {
    text-align: left;
    margin: 0;
    padding: 1rem;
    color: #0079b7;
    font-family: "Open Sans", sans-serif;
    font-size: 2rem;
    /* Extra Small Devices, Phones */
    /* Small Devices, Tablets */
    /* Medium Devices, Desktops */ }
    @media only screen and (max-width: 768px) {
      .best-offers-wrapper h2 {
        padding: 1rem 0;
        font-size: 1.6rem; } }

.zoomPanel {
  background-color: #fff;
  background-repeat: no-repeat;
  border: 1px solid #ccc;
  width: 44%;
  position: absolute;
  top: 2.5em;
  right: 2.5em;
  height: 350px;
  z-index: 10;
  -webkit-box-shadow: 0px 0px 40px -3px #ccc;
  -khtml-box-shadow: 0px 0px 40px -3px #ccc;
  -moz-box-shadow: 0px 0px 40px -3px #ccc;
  -ms-box-shadow: 0px 0px 40px -3px #ccc;
  -o-box-shadow: 0px 0px 40px -3px #ccc;
  box-shadow: 0px 0px 40px -3px #ccc;
  display: none;
  overflow: hidden;
  /* Extra Small Devices, Phones */
  /* Small Devices, Tablets */
  /* Medium Devices, Desktops */ }
  @media only screen and (max-width: 992px) {
    .zoomPanel {
      display: none; } }
  .zoomPanel .close-zoom {
    position: absolute;
    right: 5px;
    top: 5px;
    height: auto;
    line-height: 1;
    width: 2em;
    height: 2em;
    background: #fff;
    line-height: 2em;
    z-index: 100;
    color: #0099d5;
    -webkit-border-radius: 100%;
    -khtml-border-radius: 100%;
    -moz-border-radius: 100%;
    -ms-border-radius: 100%;
    -o-border-radius: 100%;
    border-radius: 100%; }
  .zoomPanel .load-more-loading-icon {
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    z-index: 10;
    background-color: #fff; }
    .zoomPanel .load-more-loading-icon span {
      position: absolute;
      top: 50%;
      left: 50%;
      -webkit-transform: translate(-50%, -50%);
      -khtml-transform: translate(-50%, -50%);
      -moz-transform: translate(-50%, -50%);
      -ms-transform: translate(-50%, -50%);
      -o-transform: translate(-50%, -50%);
      transform: translate(-50%, -50%);
      line-height: 1; }

#noInfo {
  border: 1px solid #ccc;
  padding: 1em 0;
  border-width: 1px 0;
  text-align: center; }

.product-favorites-action {
  position: relative;
  top: 1px;
  float: right;
  width: 20%;
  text-align: center; }
  .product-favorites-action .to-favorites {
    border-right: 1px solid transparent;
    border-top: 1px solid transparent;
    border-bottom: 1px solid transparent;
    line-height: 2.4em;
    width: 100%;
    border-radius: 0 10px 10px 0;
    display: block; }
  .product-favorites-action i {
    cursor: pointer;
    color: #0099d5; }
  .product-favorites-action .favorites-tooltip {
    position: absolute;
    width: auto;
    right: 0;
    margin-left: -150px;
    top: -250%;
    z-index: 10;
    line-height: 1.1;
    padding: 1em;
    font-weight: 200;
    letter-spacing: .03em;
    font-size: 12px;
    display: block;
    background: #232222;
    -webkit-border-radius: 5px;
    -khtml-border-radius: 5px;
    -moz-border-radius: 5px;
    -ms-border-radius: 5px;
    -o-border-radius: 5px;
    border-radius: 5px;
    -webkit-box-shadow: 0 5px 35px -10px #000;
    -khtml-box-shadow: 0 5px 35px -10px #000;
    -moz-box-shadow: 0 5px 35px -10px #000;
    -ms-box-shadow: 0 5px 35px -10px #000;
    -o-box-shadow: 0 5px 35px -10px #000;
    box-shadow: 0 5px 35px -10px #000;
    color: #fff;
    filter: alpha(opacity=0);
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
    -webkit-opacity: 0;
    -khtml-opacity: 0;
    -moz-opacity: 0;
    -ms-opacity: 0;
    -o-opacity: 0;
    opacity: 0;
    -webkit-transition: opacity, 0.3s, ease;
    -khtml-transition: opacity, 0.3s, ease;
    -moz-transition: opacity, 0.3s, ease;
    -ms-transition: opacity, 0.3s, ease;
    -o-transition: opacity, 0.3s, ease;
    transition: opacity, 0.3s, ease; }
    .product-favorites-action .favorites-tooltip:before {
      content: '';
      position: absolute;
      bottom: -5px;
      right: 12px;
      margin-left: -5px;
      width: 0;
      height: 0;
      border-right: 5px solid transparent;
      border-left: 5px solid transparent;
      border-top: 5px solid black; }

.product .remove-from-favorites-list {
  display: none !important; }

.product.in-favorites-list .add-to-favorites-list.to-favorites {
  display: none; }

.product.in-favorites-list .remove-from-favorites-list.to-favorites {
  display: block !important;
  border: none !important; }

.to-favorites:hover .favorites-tooltip {
  filter: alpha(opacity=100);
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
  -webkit-opacity: 1;
  -khtml-opacity: 1;
  -moz-opacity: 1;
  -ms-opacity: 1;
  -o-opacity: 1;
  opacity: 1; }

.favorites .addAllToCartAction {
  border-top: 1px solid #0099d5;
  margin: 1em 12px;
  padding: 2em 0; }
  .favorites .addAllToCartAction .ordinaTuttiBtn {
    width: auto;
    display: inline-block;
    margin: 0 auto;
    font-size: 1em; }

.product-popup-detail .product-action-controls {
  display: none; }

.product-popup-detail h2 {
  margin: 0; }

.product-popup-detail h4 {
  color: #333;
  font-weight: 300; }

.product-popup-detail #qtyCtaPopup, .product-popup-detail #totPricePopup {
  visibility: hidden; }

.product-popup-detail #toCheckout {
  display: none; }
  .product-popup-detail #toCheckout a {
    text-decoration: none; }

.product-popup-detail footer {
  border-top: 1px solid rgba(96, 96, 96, 0.3);
  padding-top: 10px;
  text-align: right; }
  .product-popup-detail footer #totPricePopup.priority-order {
    -webkit-box-ordinal-group: 1;
    -moz-box-ordinal-group: 1;
    -ms-flex-order: 1;
    -webkit-order: 1;
    order: 1; }
  .product-popup-detail footer small {
    font-size: .8em; }
  .product-popup-detail footer h2 {
    color: #5fdfff;
    font-weight: 300; }

.product-popup-detail .product-action-wrap {
  margin: 0; }
  .product-popup-detail .product-action-wrap .btn {
    background-color: #cf2086;
    color: #fff !important; }
    .product-popup-detail .product-action-wrap .btn:hover {
      background: #0099d5;
      -webkit-transition: all 0.5s;
      -khtml-transition: all 0.5s;
      -moz-transition: all 0.5s;
      -ms-transition: all 0.5s;
      -o-transition: all 0.5s;
      transition: all 0.5s;
      color: #fff !important;
      -webkit-box-shadow: none;
      -khtml-box-shadow: none;
      -moz-box-shadow: none;
      -ms-box-shadow: none;
      -o-box-shadow: none;
      box-shadow: none; }
    .product-popup-detail .product-action-wrap .btn a {
      background: #00548b; }

.product-popup-detail .btn {
  margin: -10px 0 20px !important; }

.product-popup-detail .right-border {
  border-right: 1px solid #eee;
  /* Extra Small Devices, Phones */
  /* Small Devices, Tablets */
  /* Medium Devices, Desktops */ }
  @media only screen and (max-width: 992px) {
    .product-popup-detail .right-border {
      border: 0; } }
  .product-popup-detail .right-border h2 {
    margin-top: 1em; }

.product-popup-detail .cta-wrap {
  -webkit-box-ordinal-group: 1;
  -moz-box-ordinal-group: 1;
  -ms-flex-order: 1;
  -webkit-order: 1;
  order: 1; }
  .product-popup-detail .cta-wrap .action-add-product {
    color: #fff;
    text-decoration: none;
    font-weight: 600;
    font-size: 1.3em;
    padding: 10px;
    -webkit-transition: all 0.3s;
    -khtml-transition: all 0.3s;
    -moz-transition: all 0.3s;
    -ms-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s;
    background-color: #0099d5;
    -webkit-border-radius: 3px;
    -khtml-border-radius: 3px;
    -moz-border-radius: 3px;
    -ms-border-radius: 3px;
    -o-border-radius: 3px;
    border-radius: 3px;
    border: 2px solid #0099d5;
    /* Extra Small Devices, Phones */
    /* Small Devices, Tablets */
    /* Medium Devices, Desktops */ }
    .product-popup-detail .cta-wrap .action-add-product:hover {
      background-color: #fff;
      border: 2px solid #0099d5;
      color: #0099d5; }
    @media only screen and (max-width: 480px) {
      .product-popup-detail .cta-wrap .action-add-product {
        font-size: .875rem; } }

.product-popup-detail .main-pic {
  max-width: 100%;
  height: 350px;
  line-height: 350px;
  margin: 0;
  white-space: nowrap;
  text-align: center; }
  .product-popup-detail .main-pic img {
    max-width: 100%;
    max-height: 100%;
    vertical-align: middle;
    position: relative; }

.product-popup-detail .main-thumbs {
  width: 100%; }
  .product-popup-detail .main-thumbs .main-thumb-ul {
    margin: 0;
    padding: 0; }
    .product-popup-detail .main-thumbs .main-thumb-ul > li {
      border: 1px solid #ccc;
      -webkit-box-shadow: 3px 3px 0px 0px rgba(0, 0, 0, 0.05);
      -khtml-box-shadow: 3px 3px 0px 0px rgba(0, 0, 0, 0.05);
      -moz-box-shadow: 3px 3px 0px 0px rgba(0, 0, 0, 0.05);
      -ms-box-shadow: 3px 3px 0px 0px rgba(0, 0, 0, 0.05);
      -o-box-shadow: 3px 3px 0px 0px rgba(0, 0, 0, 0.05);
      box-shadow: 3px 3px 0px 0px rgba(0, 0, 0, 0.05);
      height: 40px;
      line-height: 40px;
      text-align: center;
      vertical-align: middle;
      overflow: hidden;
      white-space: nowrap;
      display: inline-block; }
      .product-popup-detail .main-thumbs .main-thumb-ul > li img {
        max-height: 100%;
        max-width: 100%;
        position: relative;
        cursor: pointer; }
  .product-popup-detail .main-thumbs .lb {
    display: block;
    width: 100%;
    text-transform: uppercase;
    font-size: .675em;
    padding: 10px 0; }
  .product-popup-detail .main-thumbs .bx-wrapper {
    width: auto;
    margin-left: -15px !important;
    margin-right: -15px !important;
    max-width: none !important;
    padding-left: 15px;
    padding-right: 15px; }
    .product-popup-detail .main-thumbs .bx-wrapper .bx-controls-direction a {
      text-indent: 0;
      width: 12px;
      background: none;
      margin-top: 16px;
      font-size: 12px; }
    .product-popup-detail .main-thumbs .bx-wrapper .bx-prev {
      left: 0; }
    .product-popup-detail .main-thumbs .bx-wrapper .bx-next {
      right: 0; }

.product-popup-detail .popup-product-info {
  margin: 1em 0;
  text-align: left;
  height: 100%;
  margin-bottom: 0;
  padding: 0 1em;
  min-height: 450px;
  /* Extra Small Devices, Phones */
  /* Small Devices, Tablets */
  /* Medium Devices, Desktops */ }
  @media only screen and (max-width: 768px) {
    .product-popup-detail .popup-product-info {
      min-height: 300px; } }
  .product-popup-detail .popup-product-info .badgeSpecial {
    width: 100%;
    padding: 5px;
    border: 1px dashed #aaa;
    border-width: 1px 0;
    margin: 1em 0;
    font-size: .8em;
    /*.spesamica {
                color: #fff;
                padding: 5px;
                background-color: #ff6200;
                font-size: .7em;
                text-transform: uppercase;
                margin-top: 2px;
            }

            .discount {
                color: #fff;
                padding: 5px;
                font-size: 1.2rem;
                text-transform: uppercase;
                margin-top: 2px;
                span, small {
                    background-color: $secondColor;
                }
            }*/ }
    .product-popup-detail .popup-product-info .badgeSpecial .discount-price, .product-popup-detail .popup-product-info .badgeSpecial .upto {
      color: #0099d5;
      font-weight: bold; }
    .product-popup-detail .popup-product-info .badgeSpecial .spesamica {
      font-weight: bold; }
  .product-popup-detail .popup-product-info h3 {
    color: #333;
    font-weight: 300;
    margin: .5em 0;
    padding: .2em 0;
    border-bottom: 1px solid #eee; }
    .product-popup-detail .popup-product-info h3 small {
      font-size: .7em;
      text-transform: uppercase; }
  .product-popup-detail .popup-product-info h2 {
    color: #0099d5;
    line-height: 1.35;
    font-weight: 600;
    font-size: 1.4em;
    margin-top: 0;
    text-align: left;
    text-transform: uppercase; }
  .product-popup-detail .popup-product-info .brand-name {
    color: #00c6f8;
    font-weight: 400;
    text-transform: uppercase;
    font-size: .8em;
    letter-spacing: .05em;
    margin-bottom: 1em; }
  .product-popup-detail .popup-product-info .sub-info {
    border-top: 1px solid #ccc;
    border-bottom: 1px solid #ccc;
    padding: 10px 0;
    overflow: hidden;
    letter-spacing: .03em;
    font-size: .675em; }
    .product-popup-detail .popup-product-info .sub-info .sub-info-left {
      text-align: left;
      float: left;
      width: 50%;
      font-weight: 600; }
    .product-popup-detail .popup-product-info .sub-info .sub-info-right {
      float: right;
      width: 50%;
      text-align: right; }
      .product-popup-detail .popup-product-info .sub-info .sub-info-right span {
        color: #cc2529;
        font-weight: 600;
        text-transform: uppercase; }
  .product-popup-detail .popup-product-info .price-info-val .price {
    font-size: 2.5em;
    color: #0099d5;
    font-weight: 500;
    letter-spacing: -.05em;
    display: inline-block; }
  .product-popup-detail .popup-product-info .price-info-val .old-price {
    font-size: 1.2em;
    margin: 0 .5em;
    text-decoration: line-through;
    font-weight: 300;
    color: rgba(51, 51, 51, 0.4); }

.product-popup-detail .product-action-wrap-button {
  margin-top: 2em; }
  .product-popup-detail .product-action-wrap-button .btn {
    padding: .4em;
    margin-bottom: .6em !important; }

.product-popup-detail .popup-accordion {
  font-size: 14px; }
  .product-popup-detail .popup-accordion .acc-content {
    display: none; }
    .product-popup-detail .popup-accordion .acc-content .acc-block {
      border-bottom: 1px solid #ccc;
      padding-bottom: 1em;
      margin-bottom: 1em; }
      .product-popup-detail .popup-accordion .acc-content .acc-block:last-child {
        border: none; }
    .product-popup-detail .popup-accordion .acc-content hr {
      margin: 1em 0;
      background: #fff;
      border: none;
      border-bottom: 1px solid #ccc; }
    .product-popup-detail .popup-accordion .acc-content table {
      border: 1px solid #ccc;
      border-collapse: collapse; }
      .product-popup-detail .popup-accordion .acc-content table td {
        border: 1px solid #ccc;
        padding: 3px 10px; }
  .product-popup-detail .popup-accordion .title {
    background-color: #0099d5;
    padding: 20px 40px;
    color: #fff;
    margin-left: -25px;
    margin-right: -25px;
    font-weight: 600;
    cursor: pointer;
    border-bottom: 1px solid #fff; }
    .product-popup-detail .popup-accordion .title .fa {
      float: right; }
  .product-popup-detail .popup-accordion .accordion {
    list-style: none;
    width: 100%;
    margin: 0;
    padding: 0; }
    .product-popup-detail .popup-accordion .accordion > li {
      display: block;
      border-bottom: 1px solid #ccc; }
      .product-popup-detail .popup-accordion .accordion > li:last-child {
        border: none; }
      .product-popup-detail .popup-accordion .accordion > li.open h3 {
        color: #0099d5; }
      .product-popup-detail .popup-accordion .accordion > li > h3 {
        padding: 15px;
        cursor: pointer;
        font-size: 1em;
        color: #868686;
        margin: 0; }
        .product-popup-detail .popup-accordion .accordion > li > h3.active {
          color: #0099d5; }
        .product-popup-detail .popup-accordion .accordion > li > h3 i.fa {
          margin-right: 1em;
          font-size: .675em;
          top: -2px;
          position: relative; }
      .product-popup-detail .popup-accordion .accordion > li .acc-content {
        padding: 15px 15px 30px; }

.product-popup-detail.inlist .action-add-product {
  display: none; }
  .product-popup-detail.inlist .action-add-product .icon {
    display: none; }

.product-popup-detail.inlist .product-action-controls {
  display: block;
  width: auto;
  background: #00548b;
  border: 2px solid #00548b;
  color: #ffffff;
  font-size: 1em;
  max-width: 100%;
  padding: 0;
  overflow: hidden;
  font-family: "Open Sans", sans-serif;
  margin-bottom: .9em !important; }
  .product-popup-detail.inlist .product-action-controls .product-quantity {
    background-color: #fff;
    text-transform: lowercase;
    color: #00548b; }
  .product-popup-detail.inlist .product-action-controls a, .product-popup-detail.inlist .product-action-controls .product-quantity {
    color: #fff;
    position: relative;
    float: left;
    width: 20%;
    text-decoration: none;
    padding: 14px 0; }
    .product-popup-detail.inlist .product-action-controls a i, .product-popup-detail.inlist .product-action-controls .product-quantity i {
      margin: 0;
      position: relative; }
  .product-popup-detail.inlist .product-action-controls .action-qty-product {
    width: 60%;
    color: #00548b; }
  @media screen and (min-width: 1024px) {
    .product-popup-detail.inlist .product-action-controls a:hover {
      background-color: #0074a2; } }
  .product-popup-detail.inlist .product-action-controls:hover {
    -webkit-box-shadow: none;
    -khtml-box-shadow: none;
    -moz-box-shadow: none;
    -ms-box-shadow: none;
    -o-box-shadow: none;
    box-shadow: none; }

/*  SEARCH  */
.search-head {
  position: relative; }
  .search-head .page-title:before {
    display: none; }
  .search-head:after {
    content: '';
    display: block;
    width: 100%;
    height: 2px;
    background: #e1e1e1;
    -webkit-border-radius: 10px;
    -khtml-border-radius: 10px;
    -moz-border-radius: 10px;
    -ms-border-radius: 10px;
    -o-border-radius: 10px;
    border-radius: 10px;
    margin-top: 1.5em;
    /* Extra Small Devices, Phones */
    /* Small Devices, Tablets */
    /* Medium Devices, Desktops */ }
    @media only screen and (max-width: 992px) {
      .search-head:after {
        background-color: #ccc;
        height: 1px; } }

.search-with-filters .wrong-search {
  overflow: hidden; }
  .search-with-filters .wrong-search h3 {
    margin: 30px 0 1em 30px; }
  .search-with-filters .wrong-search ul {
    margin: 0;
    padding: 0;
    list-style: none;
    margin-left: 30px; }
    .search-with-filters .wrong-search ul li {
      font-size: .875em; }
      .search-with-filters .wrong-search ul li a {
        text-decoration: none;
        font-weight: 600; }

.orderby {
  text-align: right;
  font-size: 1em;
  padding-top: 1em;
  overflow: hidden;
  font-family: "Open Sans", sans-serif;
  padding-bottom: 1em;
  border-bottom: 2px solid #dddddd;
  /* Extra Small Devices, Phones */
  /* Small Devices, Tablets */
  /* Medium Devices, Desktops */ }
  .orderby .ontheleftside {
    float: left; }
  .orderby .filter {
    display: inline-block; }
    .orderby .filter .label {
      display: inline-block;
      font-weight: normal;
      color: #000;
      margin-right: .5em;
      text-transform: uppercase;
      vertical-align: middle;
      line-height: 1; }
    .orderby .filter .filter-option {
      display: inline-block;
      padding: 3px 9px;
      margin: 0;
      -webkit-border-radius: 3px;
      -khtml-border-radius: 3px;
      -moz-border-radius: 3px;
      -ms-border-radius: 3px;
      -o-border-radius: 3px;
      border-radius: 3px;
      text-decoration: none;
      background: #fff;
      vertical-align: middle;
      line-height: 1; }
      .orderby .filter .filter-option.active {
        background-color: #0099d5;
        color: #fff;
        font-weight: 300; }
  @media only screen and (max-width: 768px) {
    .orderby {
      width: 100%;
      padding: 1em 0;
      font-size: .775em;
      text-align: center;
      border-top: 1px solid #ccc; }
      .orderby .filter {
        display: block;
        width: 100%;
        margin-bottom: .5em;
        overflow: hidden;
        float: none !important;
        font-size: 1rem; }
        .orderby .filter .label {
          display: block;
          margin-bottom: .5em;
          font-size: 1em; }
        .orderby .filter .filter-option {
          display: inline-block;
          width: auto;
          margin: 0 1% 0 0;
          padding: 3px;
          float: none;
          text-align: center;
          font-size: 1em; } }

/*FILTER*/
.main-filters-mobile-trigger {
  display: none !important; }

/* Extra Small Devices, Phones */
/* Small Devices, Tablets */
/* Medium Devices, Desktops */
@media only screen and (max-width: 992px) {
  .filtered-products {
    width: 100% !important; }
  #filters-block {
    position: fixed;
    right: -100%;
    top: 0;
    width: 100%;
    display: block;
    margin: 0;
    z-index: 0;
    font-size: 1em;
    background: #f8f8f8;
    padding-right: 10%;
    overflow-y: scroll;
    padding-top: 1em;
    -webkit-box-shadow: inset 5px 0px 20px -9px #999999;
    -khtml-box-shadow: inset 5px 0px 20px -9px #999999;
    -moz-box-shadow: inset 5px 0px 20px -9px #999999;
    -ms-box-shadow: inset 5px 0px 20px -9px #999999;
    -o-box-shadow: inset 5px 0px 20px -9px #999999;
    box-shadow: inset 5px 0px 20px -9px #999999; }
    #filters-block .filter-main-title {
      font-size: 1.225em;
      font-weight: bold;
      color: #303030;
      padding: 0 1em 1em;
      margin: 0;
      border-bottom: 1px solid #ccc; }
    #filters-block .unfilter {
      margin: 0 .5em; }
    #filters-block .extended-filters {
      background: none; }
  .main-filters-mobile-trigger {
    display: inline-block !important;
    margin: 1em 0;
    cursor: pointer;
    font-size: 1rem !important; } }

#filters-block {
  max-width: 20%;
  -webkit-flex-basis: 20%;
  -moz-flex-basis: 20%;
  -ms-flex-basis: 20%;
  flex-basis: 20%;
  /* Extra Small Devices, Phones */
  /* Small Devices, Tablets */
  /* Medium Devices, Desktops */ }
  @media only screen and (max-width: 992px) {
    #filters-block {
      max-width: 100%;
      -webkit-flex-basis: 100%;
      -moz-flex-basis: 100%;
      -ms-flex-basis: 100%;
      flex-basis: 100%; } }

.filtered-products.col-10 {
  max-width: 80%;
  -webkit-flex-basis: 80%;
  -moz-flex-basis: 80%;
  -ms-flex-basis: 80%;
  flex-basis: 80%;
  /* Extra Small Devices, Phones */
  /* Small Devices, Tablets */
  /* Medium Devices, Desktops */ }
  @media only screen and (max-width: 992px) {
    .filtered-products.col-10 {
      flex-basis: 100%;
      max-width: 100%;
      -webkit-flex-basis: 100%;
      -moz-flex-basis: 100%;
      -ms-flex-basis: 100%;
      flex-basis: 100%; } }
  .filtered-products.col-10 li {
    /* Extra Small Devices, Phones */
    /* Small Devices, Tablets */
    /* Medium Devices, Desktops */
    /* Extra Small Devices, Phones */
    /* Small Devices, Tablets */
    /* Medium Devices, Desktops */
    /* Extra Small Devices, Phones */
    /* Small Devices, Tablets */
    /* Medium Devices, Desktops */
    /* Extra Small Devices, Phones */
    /* Small Devices, Tablets */
    /* Medium Devices, Desktops */ }
    @media only screen and (min-width: 1201px) {
      .filtered-products.col-10 li {
        width: 25%; } }
    @media only screen and (max-width: 1200px) {
      .filtered-products.col-10 li {
        width: 20%; } }
    @media only screen and (max-width: 992px) {
      .filtered-products.col-10 li {
        width: 50%; } }
    @media only screen and (max-width: 768px) {
      .filtered-products.col-10 li {
        width: 100%; } }

.extended-filters {
  background: #f8f8f8;
  padding: 1em 1.5em;
  z-index: 10; }

.unfilter {
  float: right;
  font-size: 12px;
  color: #0099d5;
  background: none;
  border: none;
  margin: 1.225em 0 0;
  cursor: pointer;
  display: none; }

.filter-block {
  padding-bottom: 2em; }
  .filter-block.many {
    position: relative;
    padding-bottom: 2em; }
    .filter-block.many .more {
      position: absolute;
      bottom: 0;
      font-size: .675em;
      display: block;
      color: #0099d5;
      cursor: pointer;
      background: #f8f8f8;
      width: 100%;
      padding: 5px 0 7px;
      -webkit-box-shadow: 0px 0px 5px 5px #f8f8f8;
      -khtml-box-shadow: 0px 0px 5px 5px #f8f8f8;
      -moz-box-shadow: 0px 0px 5px 5px #f8f8f8;
      -ms-box-shadow: 0px 0px 5px 5px #f8f8f8;
      -o-box-shadow: 0px 0px 5px 5px #f8f8f8;
      box-shadow: 0px 0px 5px 5px #f8f8f8; }
  .filter-block.long {
    max-height: none; }
  .filter-block .filter-title {
    font-weight: 600;
    color: #000;
    font-size: .875em;
    padding: 0;
    margin: 0 0 1em; }
  .filter-block ul {
    margin: 0;
    padding: 0;
    list-style: none; }
    .filter-block ul li {
      display: block;
      margin: 0;
      font-size: .875em;
      margin-bottom: .8em;
      position: relative; }
      .filter-block ul li input {
        padding: 0;
        margin: 0;
        vertical-align: bottom;
        position: relative;
        top: 0;
        float: left;
        visibility: hidden; }
      .filter-block ul li label {
        color: #000;
        vertical-align: middle;
        line-height: 1;
        display: block;
        padding-left: 19px;
        text-indent: 0;
        font-size: .95em; }
        .filter-block ul li label:before {
          content: '';
          display: inline-block;
          width: 1em;
          height: 1em;
          vertical-align: middle;
          background: #ccc;
          -webkit-border-radius: 100%;
          -khtml-border-radius: 100%;
          -moz-border-radius: 100%;
          -ms-border-radius: 100%;
          -o-border-radius: 100%;
          border-radius: 100%;
          position: absolute;
          top: 0;
          left: 0; }
      .filter-block ul li:hover label {
        color: #0099d5;
        cursor: pointer; }
        .filter-block ul li:hover label:before {
          background-color: #5fdfff; }
      .filter-block ul li.disable input {
        filter: alpha(opacity=50);
        -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=50)";
        -webkit-opacity: 0.5;
        -khtml-opacity: 0.5;
        -moz-opacity: 0.5;
        -ms-opacity: 0.5;
        -o-opacity: 0.5;
        opacity: 0.5;
        cursor: default; }
      .filter-block ul li.disable label {
        color: #ccc;
        cursor: default; }
      .filter-block ul li.disable:hover label {
        color: #ccc; }
      .filter-block ul li.selected label:before {
        background-color: #0099d5; }
      .filter-block ul li.selected label {
        font-weight: bold; }

.remodal {
  overflow: hidden;
  max-width: 500px;
  text-align: left;
  -webkit-border-radius: 5px;
  -khtml-border-radius: 5px;
  -moz-border-radius: 5px;
  -ms-border-radius: 5px;
  -o-border-radius: 5px;
  border-radius: 5px; }
  .remodal .message {
    background-color: rgba(0, 153, 213, 0.1);
    padding: 1rem;
    text-align: center;
    line-height: 1.3rem;
    margin-bottom: 0; }
    .remodal .message.success {
      background-color: rgba(0, 128, 0, 0.3); }
  .remodal .btn {
    color: #fff !important;
    -webkit-transition: all 0.3s;
    -khtml-transition: all 0.3s;
    -moz-transition: all 0.3s;
    -ms-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s; }
    .remodal .btn:hover {
      -webkit-box-shadow: 2px 2px 2px rgba(39, 28, 24, 0.6);
      -khtml-box-shadow: 2px 2px 2px rgba(39, 28, 24, 0.6);
      -moz-box-shadow: 2px 2px 2px rgba(39, 28, 24, 0.6);
      -ms-box-shadow: 2px 2px 2px rgba(39, 28, 24, 0.6);
      -o-box-shadow: 2px 2px 2px rgba(39, 28, 24, 0.6);
      box-shadow: 2px 2px 2px rgba(39, 28, 24, 0.6);
      -webkit-transition: all 0.3s;
      -khtml-transition: all 0.3s;
      -moz-transition: all 0.3s;
      -ms-transition: all 0.3s;
      -o-transition: all 0.3s;
      transition: all 0.3s; }
  .remodal.privacypopup1 {
    max-width: 768px;
    font-size: .9em; }
    .remodal.privacypopup1 h1 {
      color: #fff; }
    .remodal.privacypopup1 h3 {
      margin: 2em 0 0.3em; }
  .remodal.product-popup {
    padding: 1em 25px;
    max-width: 1024px; }
    .remodal.product-popup .remodal-close {
      background-color: #f1c73b; }
  .remodal.cartmodal {
    max-width: 95%;
    min-height: 30%;
    border-radius: 4px; }
    .remodal.cartmodal.h3--title-cart {
      color: white;
      margin: .8rem; }
    .remodal.cartmodal .cart-bottom {
      width: 100%; }
      .remodal.cartmodal .cart-bottom__cta {
        padding: 5px 15px;
        background-color: lightgrey;
        /* Extra Small Devices, Phones */
        /* Small Devices, Tablets */
        /* Medium Devices, Desktops */ }
        @media only screen and (max-width: 992px) {
          .remodal.cartmodal .cart-bottom__cta {
            padding: 10px; } }
      .remodal.cartmodal .cart-bottom .confirm {
        background: #51B751;
        color: #fff !important;
        letter-spacing: 2px;
        border-radius: 4px;
        padding: 10px 20px; }
      .remodal.cartmodal .cart-bottom .emptycart {
        font-size: 0.8rem;
        font-weight: bold;
        font-style: italic;
        text-decoration: underline;
        color: #4A4A4A; }
      .remodal.cartmodal .cart-bottom .cart-total {
        margin-left: -27px;
        margin-right: -27px;
        padding: 0 27px; }
      .remodal.cartmodal .cart-bottom .total-cap {
        display: block;
        /*border-top: 1px solid #dddddd;
                border-bottom: 1px solid #dddddd;*/
        padding: 1em;
        font-weight: 300;
        text-align: left;
        /* Extra Small Devices, Phones */
        /* Small Devices, Tablets */
        /* Medium Devices, Desktops */ }
        .remodal.cartmodal .cart-bottom .total-cap strong {
          vertical-align: top;
          display: inline-block;
          margin-right: 5px;
          font-weight: bold; }
        @media only screen and (max-width: 768px) {
          .remodal.cartmodal .cart-bottom .total-cap {
            padding: 5px;
            font-size: 12px;
            text-align: left; } }
      .remodal.cartmodal .cart-bottom .cart-total-bar {
        padding: 18px 0 10px;
        text-align: right;
        font-family: "Open Sans", sans-serif;
        overflow: hidden;
        /* Extra Small Devices, Phones */
        /* Small Devices, Tablets */
        /* Medium Devices, Desktops */ }
        @media only screen and (max-width: 768px) {
          .remodal.cartmodal .cart-bottom .cart-total-bar {
            padding: 5px 0; } }
        .remodal.cartmodal .cart-bottom .cart-total-bar span {
          display: inline-block; }
        .remodal.cartmodal .cart-bottom .cart-total-bar .total-label {
          display: block;
          text-align: center;
          width: 100%;
          font-size: 11px;
          text-transform: uppercase;
          padding: .5em 0;
          clear: both;
          color: #565656;
          /* Extra Small Devices, Phones */
          /* Small Devices, Tablets */
          /* Medium Devices, Desktops */ }
          @media only screen and (max-width: 768px) {
            .remodal.cartmodal .cart-bottom .cart-total-bar .total-label {
              text-align: left; } }
        .remodal.cartmodal .cart-bottom .cart-total-bar .total-amount {
          font-size: 2.5em;
          color: #0099d5;
          letter-spacing: -2px;
          float: left;
          /* Extra Small Devices, Phones */
          /* Small Devices, Tablets */
          /* Medium Devices, Desktops */ }
          .remodal.cartmodal .cart-bottom .cart-total-bar .total-amount b {
            line-height: 1;
            font-weight: 600; }
          @media only screen and (max-width: 768px) {
            .remodal.cartmodal .cart-bottom .cart-total-bar .total-amount {
              float: none;
              font-size: 1.5em;
              text-align: left;
              display: block; } }
      .remodal.cartmodal .cart-bottom .subtotal, .remodal.cartmodal .cart-bottom .delivery {
        font-size: .775em;
        text-transform: uppercase;
        letter-spacing: 1px;
        padding: 0 0 .5em; }
  .remodal.invoice-information {
    max-width: 768px; }
  .remodal.service-map {
    font-size: 1em;
    max-width: 80%;
    overflow: visible;
    /* Extra Small Devices, Phones */
    /* Small Devices, Tablets */
    /* Medium Devices, Desktops */ }
    @media only screen and (max-width: 768px) {
      .remodal.service-map {
        max-width: 85%;
        margin-top: 2rem; } }
    .remodal.service-map .remodal-close {
      right: -2em;
      top: -2em;
      color: #fff; }
    .remodal.service-map .select-service {
      overflow: hidden;
      padding: 1em; }
    .remodal.service-map .map-list {
      margin: 0; }
  .remodal.shippingInfo {
    max-width: 600px; }
    .remodal.shippingInfo h2 {
      margin: 0;
      padding-top: .5em; }
    .remodal.shippingInfo .cont {
      padding: 1em; }
    .remodal.shippingInfo p {
      margin: 1em 0; }
    .remodal.shippingInfo .row {
      font-size: 1.225em;
      border-bottom: 1px solid #ccc;
      padding: 1em 1em;
      margin: 0; }
    .remodal.shippingInfo .more {
      color: #cc2529;
      font-style: italic;
      margin: 2em 0 0; }
    .remodal.shippingInfo .table-style {
      border: 2px solid #0099d5;
      padding: 0;
      font-weight: 600;
      text-align: right; }
      .remodal.shippingInfo .table-style .label {
        text-transform: uppercase;
        font-weight: 500;
        text-align: left; }
  .remodal .or-lined {
    border-bottom: 1px solid #ccc;
    display: block;
    width: 100%;
    margin: 2em 0;
    height: 0;
    text-align: center; }
    .remodal .or-lined span {
      position: relative;
      top: -10px;
      display: inline-block;
      background: #fff;
      padding: 0 1em; }
  .remodal .remodal-close {
    color: rgba(255, 255, 255, 0.8);
    -webkit-transition: all 0.3s;
    -khtml-transition: all 0.3s;
    -moz-transition: all 0.3s;
    -ms-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s;
    filter: alpha(opacity=70);
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=70)";
    -webkit-opacity: 0.7;
    -khtml-opacity: 0.7;
    -moz-opacity: 0.7;
    -ms-opacity: 0.7;
    -o-opacity: 0.7;
    opacity: 0.7; }
    .remodal .remodal-close:hover {
      filter: alpha(opacity=100);
      -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
      -webkit-opacity: 1;
      -khtml-opacity: 1;
      -moz-opacity: 1;
      -ms-opacity: 1;
      -o-opacity: 1;
      opacity: 1;
      -webkit-transition: all 0.3s;
      -khtml-transition: all 0.3s;
      -moz-transition: all 0.3s;
      -ms-transition: all 0.3s;
      -o-transition: all 0.3s;
      transition: all 0.3s; }
  .remodal.remodal.timeslots {
    max-width: 668px; }
    .remodal.remodal.timeslots section {
      padding-bottom: 0rem; }
    .remodal.remodal.timeslots .btn {
      margin: 2rem 0; }
  .remodal p {
    /* Extra Small Devices, Phones */
    /* Small Devices, Tablets */
    /* Medium Devices, Desktops */ }
    @media only screen and (max-width: 768px) {
      .remodal p {
        padding: 0 .5em; } }
  .remodal.ConfirmationMergeCartPopup .container {
    margin: .5em; }
    .remodal.ConfirmationMergeCartPopup .container p {
      padding: 0 .5em; }
    .remodal.ConfirmationMergeCartPopup .container .row {
      margin: 0 auto;
      display: -webkit-box;
      display: -moz-box;
      display: -ms-flexbox;
      display: -webkit-flex;
      display: flex; }
    .remodal.ConfirmationMergeCartPopup .container .btn {
      width: 45%;
      margin: 0 2.5%; }
      .remodal.ConfirmationMergeCartPopup .container .btn a {
        color: white;
        text-decoration: none; }
      .remodal.ConfirmationMergeCartPopup .container .btn:hover {
        border-color: #0099d5;
        background-color: #0099d5; }
  .remodal.MergeCartPopup p {
    padding: 0 1em; }
  .remodal header {
    position: relative;
    height: 75px;
    color: #fff;
    background-color: #0079b7;
    /*border-bottom: 1px solid $mainColorDark;*/
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-align-items: center;
    -moz-align-items: center;
    -ms-align-items: center;
    align-items: center;
    -webkit-justify-content: center;
    -moz-justify-content: center;
    -ms-justify-content: center;
    justify-content: center;
    -ms-flex-pack: center; }
    .remodal header img {
      padding-right: 10px;
      width: 10%; }
    .remodal header h2 {
      text-align: center;
      font-weight: 500;
      color: #fff;
      /* Extra Small Devices, Phones */
      /* Small Devices, Tablets */
      /* Medium Devices, Desktops */ }
      @media only screen and (max-width: 768px) {
        .remodal header h2 {
          font-size: 1.125rem; } }
  .remodal .popup header, .remodal .delivery-service-detail header {
    padding: 10px; }
    .remodal .popup header h2, .remodal .popup header h3, .remodal .delivery-service-detail header h2, .remodal .delivery-service-detail header h3 {
      margin: 0; }
  .remodal .popup section, .remodal .popup .delivery-info, .remodal .delivery-service-detail section, .remodal .delivery-service-detail .delivery-info {
    padding: 1.5em;
    /* Extra Small Devices, Phones */
    /* Small Devices, Tablets */
    /* Medium Devices, Desktops */ }
    @media only screen and (max-width: 768px) {
      .remodal .popup section, .remodal .popup .delivery-info, .remodal .delivery-service-detail section, .remodal .delivery-service-detail .delivery-info {
        padding: 1em; } }
  .remodal .popup .delivery-info .zipcode-slide-change, .remodal .delivery-service-detail .delivery-info .zipcode-slide-change {
    font-size: 1em;
    text-decoration: underline; }
  .remodal .popup .alert, .remodal .delivery-service-detail .alert {
    font-size: .9em; }
  .remodal .popup .btn, .remodal .delivery-service-detail .btn {
    font-size: 1.2em; }
  .remodal .popup.registration section {
    padding-bottom: 0; }
  .remodal .map-trigger {
    margin-top: 1em;
    padding: 10px 15px;
    text-decoration: none;
    color: #fff;
    -webkit-border-radius: 5px;
    -khtml-border-radius: 5px;
    -moz-border-radius: 5px;
    -ms-border-radius: 5px;
    -o-border-radius: 5px;
    border-radius: 5px;
    -webkit-transition: all 0.3s;
    -khtml-transition: all 0.3s;
    -moz-transition: all 0.3s;
    -ms-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s;
    background-color: #0099d5; }
    .remodal .map-trigger:hover {
      box-shadow: 0 0 5px rgba(39, 28, 24, 0.5);
      -webkit-transition: all 0.3s;
      -khtml-transition: all 0.3s;
      -moz-transition: all 0.3s;
      -ms-transition: all 0.3s;
      -o-transition: all 0.3s;
      transition: all 0.3s; }
  .remodal .or {
    text-transform: uppercase;
    font-size: .8em;
    font-weight: bold;
    color: #00548b; }
  .remodal .content {
    padding: 20px; }
    .remodal .content h4 {
      text-transform: uppercase;
      margin-bottom: 10px; }
    .remodal .content .selectric {
      text-align: left; }
    .remodal .content .button[type=submit] {
      margin-top: 10px; }
  .remodal footer {
    -webkit-transition: all 0.3s;
    -khtml-transition: all 0.3s;
    -moz-transition: all 0.3s;
    -ms-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s; }
    .remodal footer p i {
      padding-right: 20px;
      -webkit-transition: all 0.3s;
      -khtml-transition: all 0.3s;
      -moz-transition: all 0.3s;
      -ms-transition: all 0.3s;
      -o-transition: all 0.3s;
      transition: all 0.3s; }
    .remodal footer p:hover i {
      padding-right: 5px;
      -webkit-transition: all 0.3s;
      -khtml-transition: all 0.3s;
      -moz-transition: all 0.3s;
      -ms-transition: all 0.3s;
      -o-transition: all 0.3s;
      transition: all 0.3s; }
    .remodal footer p a {
      text-decoration: none;
      color: #271c18; }
  .remodal .sliding-wrapper .sliding-panel {
    display: none;
    margin: 0 auto; }
    .remodal .sliding-wrapper .sliding-panel.current {
      display: block; }
    .remodal .sliding-wrapper .sliding-panel .sliding-panel-content {
      position: relative;
      -webkit-transition: .3s ease-in-out;
      -moz-transition: .3s ease-in-out;
      -o-transition: .3s ease-in-out;
      transition: .3s ease-in-out; }
  .remodal .sliding-wrapper #sliding-panel-1 {
    max-width: 960px; }
  .remodal .sliding-wrapper footer {
    padding: 1em; }

.login .status-message.error {
  color: red;
  font-weight: bold;
  padding: .5em;
  border: 1px solid red;
  text-align: center;
  border-width: 2px 0;
  margin-top: .5em; }

.login .forgot-password {
  width: 100%;
  font-size: .875em;
  padding: 1em 0 0;
  text-align: center; }

.login .confirm-wrap {
  float: right;
  width: 35%; }

.fb {
  text-transform: none;
  background: #47639e;
  display: block;
  width: 100%;
  color: #fff;
  border: none;
  font-size: 1em;
  position: relative;
  -webkit-border-radius: 4px;
  -khtml-border-radius: 4px;
  -moz-border-radius: 4px;
  -ms-border-radius: 4px;
  -o-border-radius: 4px;
  border-radius: 4px; }

hr {
  border: none;
  border-bottom: 1px solid #ccc;
  height: 0;
  margin: 2em 0; }

.helpPopup {
  text-align: left;
  max-width: 600px;
  font-family: "Open Sans", sans-serif; }
  .helpPopup__title {
    font-size: 3em;
    color: #0099d5; }
  .helpPopup p {
    font-size: .775em;
    line-height: 1.3;
    color: #878787; }
  .helpPopup strong, .helpPopup a {
    font-weight: 700;
    color: #0099d5;
    text-decoration: none; }
  .helpPopup__desc {
    font-weight: 500;
    font-size: 1em !important;
    color: #271c18 !important;
    line-height: 1.3; }
  .helpPopup__blocks {
    overflow: hidden;
    margin-left: -10px;
    margin-right: -10px; }
  .helpPopup__block {
    width: 50%;
    padding: 10px;
    float: left;
    /* Extra Small Devices, Phones */
    /* Small Devices, Tablets */
    /* Medium Devices, Desktops */ }
    .helpPopup__block--full {
      width: auto;
      text-align: center;
      border: 1px solid #dddddd;
      margin: 10px 10px;
      float: none;
      overflow: hidden;
      clear: both;
      position: relative;
      top: 10px; }
      .helpPopup__block--full .helpPopup__wrap {
        width: 50%;
        margin: 0 auto;
        border: none;
        text-align: left; }
        .helpPopup__block--full .helpPopup__wrap .helpPopup__icon {
          font-size: 2.5em;
          color: #0099d5;
          min-width: 1.5em; }
    @media only screen and (max-width: 768px) {
      .helpPopup__block {
        width: 100% !important;
        font-size: .8em !important;
        padding: 0 !important;
        margin: 0 !important;
        top: 0;
        border: none; }
        .helpPopup__block .helpPopup__wrap {
          margin: 10px 0;
          width: 100%;
          border: none; } }
  .helpPopup__wrap {
    border: 1px solid #dddddd;
    -webkit-border-radius: 2px;
    -khtml-border-radius: 2px;
    -moz-border-radius: 2px;
    -ms-border-radius: 2px;
    -o-border-radius: 2px;
    border-radius: 2px;
    height: 85px;
    padding: 1em 0; }
    .helpPopup__wrap span {
      display: block; }
  .helpPopup__icon {
    float: left;
    height: 50px;
    text-align: center;
    margin: 0 10px;
    margin-top: -5px; }
  .helpPopup__label {
    color: #0099d5; }
  .helpPopup__value {
    color: #271c18 !important;
    font-weight: 700;
    font-size: .9em; }
    .helpPopup__value--size-bigger {
      font-size: 1.3em; }
  .helpPopup__subtitle {
    border-bottom: 1px solid #dddddd;
    font-size: .9em;
    font-weight: 700;
    padding-bottom: .5em;
    margin-bottom: .5em;
    margin-top: 1.5em; }

.slide-form {
  overflow: hidden; }
  .slide-form__wrap {
    width: 200%;
    overflow: hidden;
    display: table;
    position: relative;
    left: 0;
    -webkit-transition: left, 0.5s, ease;
    -khtml-transition: left, 0.5s, ease;
    -moz-transition: left, 0.5s, ease;
    -ms-transition: left, 0.5s, ease;
    -o-transition: left, 0.5s, ease;
    transition: left, 0.5s, ease; }
    .slide-form__wrap--move {
      left: -100%; }
  .slide-form__slide {
    width: 50%;
    margin-left: 0;
    padding: 0 1em;
    display: table-cell;
    vertical-align: middle; }

.tooltip {
  display: inline-block;
  position: relative;
  vertical-align: middle; }
  .tooltip--right {
    float: right; }
  .tooltip__icon {
    color: #0099d5; }
  .tooltip__bubble {
    position: absolute;
    width: 300px;
    right: -100%;
    top: 100%;
    z-index: 10;
    line-height: 1.2;
    padding: 1em;
    margin: .5em 0 1em;
    font-weight: 400;
    letter-spacing: .03em;
    font-size: 12px;
    background: #232222;
    -webkit-border-radius: 5px;
    -khtml-border-radius: 5px;
    -moz-border-radius: 5px;
    -ms-border-radius: 5px;
    -o-border-radius: 5px;
    border-radius: 5px;
    -webkit-box-shadow: 0 5px 35px -10px #000;
    -khtml-box-shadow: 0 5px 35px -10px #000;
    -moz-box-shadow: 0 5px 35px -10px #000;
    -ms-box-shadow: 0 5px 35px -10px #000;
    -o-box-shadow: 0 5px 35px -10px #000;
    box-shadow: 0 5px 35px -10px #000;
    color: #fff;
    display: none; }
    .tooltip__bubble:before {
      content: '';
      position: absolute;
      top: -5px;
      right: 1.5em;
      width: 0;
      height: 0;
      border-left: 5px solid transparent;
      border-right: 5px solid transparent;
      border-bottom: 5px solid black; }
  .tooltip:hover .tooltip__bubble {
    display: block; }

.bubble-info-tip {
  position: absolute;
  width: 200px;
  max-width: 100%;
  right: 0;
  bottom: 100%;
  z-index: 10;
  line-height: 1.2;
  padding: 1em;
  margin: .5em 0 1em;
  font-weight: 400;
  letter-spacing: .03em;
  font-size: 12px;
  background: #0099d5;
  -webkit-border-radius: 5px;
  -khtml-border-radius: 5px;
  -moz-border-radius: 5px;
  -ms-border-radius: 5px;
  -o-border-radius: 5px;
  border-radius: 5px;
  -webkit-box-shadow: 0 5px 35px -10px #000;
  -khtml-box-shadow: 0 5px 35px -10px #000;
  -moz-box-shadow: 0 5px 35px -10px #000;
  -ms-box-shadow: 0 5px 35px -10px #000;
  -o-box-shadow: 0 5px 35px -10px #000;
  box-shadow: 0 5px 35px -10px #000;
  color: #fff;
  -webkit-transition: opacity, 0.3s, ease;
  -khtml-transition: opacity, 0.3s, ease;
  -moz-transition: opacity, 0.3s, ease;
  -ms-transition: opacity, 0.3s, ease;
  -o-transition: opacity, 0.3s, ease;
  transition: opacity, 0.3s, ease; }
  .bubble-info-tip:before {
    content: '';
    position: absolute;
    bottom: -5px;
    right: 1.5em;
    width: 0;
    height: 0;
    border-left: 5px solid transparent;
    border-right: 5px solid transparent;
    border-top: 5px solid #0099d5; }
  .bubble-info-tip.show {
    filter: alpha(opacity=100);
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
    -webkit-opacity: 1;
    -khtml-opacity: 1;
    -moz-opacity: 1;
    -ms-opacity: 1;
    -o-opacity: 1;
    opacity: 1; }

.form .inside-link {
  float: right;
  font-size: .775em;
  position: relative;
  right: 1em;
  margin-top: -3em; }
  .form .inside-link.inside-link--top {
    margin-bottom: -2em;
    margin-top: 0;
    top: 1.5em; }

.form--basso label {
  margin: 0 !important;
  padding: 0 1em !important;
  text-transform: uppercase;
  font-size: 10px !important;
  position: relative;
  z-index: 1;
  font-weight: 600; }
  .form--basso label.check {
    text-transform: inherit !important; }
  .form--basso label.label--inline {
    display: inline-block;
    padding: 0; }
  .form--basso label.error {
    position: relative;
    top: -5px;
    text-transform: capitalize;
    font-weight: 500;
    margin-bottom: 1.5em;
    color: #cc2529 !important; }
  .form--basso label#gender-error {
    top: -2.5em; }

.form--basso input:not([type=checkbox]):not([type=radio]) {
  font-size: 1em !important;
  margin: 0;
  padding-top: 15px;
  position: relative;
  top: -15px;
  margin-bottom: -1em; }
  .form--basso input:not([type=checkbox]):not([type=radio])::-webkit-input-placeholder {
    color: #dddddd;
    font-weight: 400; }
  .form--basso input:not([type=checkbox]):not([type=radio]):-moz-placeholder {
    color: #dddddd;
    font-weight: 400; }
  .form--basso input:not([type=checkbox]):not([type=radio])::-moz-placeholder {
    color: #dddddd;
    font-weight: 400; }
  .form--basso input:not([type=checkbox]):not([type=radio]):-ms-input-placeholder {
    color: #dddddd;
    font-weight: 400; }
  .form--basso input:not([type=checkbox]):not([type=radio]).error {
    border: 1px solid #cc2529; }

.form--basso input[type=checkbox] {
  float: left !important;
  margin: 0 5px 0 -10px; }

.form--standard input:not([type=checkbox]):not([type=radio]) {
  font-size: .875em;
  padding: 1em 1em;
  margin: .5em 0;
  color: #000; }
  .form--standard input:not([type=checkbox]):not([type=radio])::-webkit-input-placeholder {
    color: #878787;
    font-weight: 600;
    font-style: normal;
    font-family: "Open Sans", sans-serif; }
  .form--standard input:not([type=checkbox]):not([type=radio]):-moz-placeholder {
    color: #878787;
    font-weight: 600;
    font-style: normal;
    font-family: "Open Sans", sans-serif; }
  .form--standard input:not([type=checkbox]):not([type=radio])::-moz-placeholder {
    color: #878787;
    font-weight: 600;
    font-style: normal;
    font-family: "Open Sans", sans-serif; }
  .form--standard input:not([type=checkbox]):not([type=radio]):-ms-input-placeholder {
    color: #878787;
    font-weight: 600;
    font-style: normal;
    font-family: "Open Sans", sans-serif; }

.green-area {
  background-color: #d0ffeb;
  margin-left: -3em;
  margin-right: -3em;
  padding: .7em 3em;
  margin-top: 1em;
  margin-bottom: 2em;
  font-family: "Open Sans", sans-serif; }
  .green-area h3 {
    font-size: .775em;
    text-transform: uppercase;
    font-weight: 600;
    margin: .7em 0 1em; }
  .green-area ul {
    list-style: none;
    margin: 0;
    padding: 0;
    font-size: .775em; }
    .green-area ul li {
      margin: .5em 0; }
    .green-area ul .fa {
      color: green;
      margin-right: 5px; }
  .green-area img {
    float: right;
    margin-top: -1em; }

.merge-element {
  display: none; }
  .merge-element.current {
    display: block; }
  .merge-element .change-email {
    display: none; }

#registerForm, #loginForm, #passwordLostForm {
  padding: 1em; }
  #registerForm #slidePrivacy, #registerForm #slideFinal, #loginForm #slidePrivacy, #loginForm #slideFinal, #passwordLostForm #slidePrivacy, #passwordLostForm #slideFinal {
    display: none; }
  #registerForm input, #loginForm input, #passwordLostForm input {
    width: 100%;
    margin: .5em 0; }
  #registerForm input[type="checkbox"], #registerForm input[type="radio"], #loginForm input[type="checkbox"], #loginForm input[type="radio"], #passwordLostForm input[type="checkbox"], #passwordLostForm input[type="radio"] {
    padding: 0; }
  #registerForm label, #loginForm label, #passwordLostForm label {
    margin-bottom: .5em; }

#registerForm {
  padding-top: 0;
  width: 100%; }
  #registerForm label input {
    margin: 0;
    margin-right: .5em; }
  #registerForm .col-12 {
    padding-top: .3em;
    padding-bottom: .3em; }

#loginForm {
  padding-bottom: 0;
  padding-top: 0; }

#MultiPartContainer {
  width: 100%; }

.timeslots-readonly {
  margin: 3em 0;
  padding-top: 1em;
  border-top: 1px solid #ccc; }
  .timeslots-readonly .day {
    text-align: left;
    margin-bottom: 1em;
    border-bottom: 1px solid #ccc;
    padding-bottom: 1em; }
    .timeslots-readonly .day:after {
      content: "";
      display: table;
      clear: both; }
    .timeslots-readonly .day .select-time-day-title {
      float: left;
      width: 30%;
      text-align: left;
      font-weight: bold;
      text-transform: uppercase; }
    .timeslots-readonly .day .select-time-container {
      width: auto;
      float: left;
      width: 70%; }
      .timeslots-readonly .day .select-time-container ul li {
        width: 100%;
        display: inline-block;
        margin: 0;
        padding: 0;
        text-align: left; }
        .timeslots-readonly .day .select-time-container ul li a {
          border: none;
          float: none;
          display: inline-block;
          width: auto;
          padding: 0;
          background: transparent;
          cursor: default;
          letter-spacing: 0;
          font-size: 13px;
          margin: 10px; }
          .timeslots-readonly .day .select-time-container ul li a.past {
            text-decoration: line-through; }
          .timeslots-readonly .day .select-time-container ul li a br {
            display: none; }
          .timeslots-readonly .day .select-time-container ul li a span.to {
            margin-left: 3px; }
            .timeslots-readonly .day .select-time-container ul li a span.to::before {
              display: inline-block;
              margin-right: 2px;
              content: '-'; }

.other-service {
  font-size: .8rem;
  padding-top: 1rem; }
  .other-service a {
    text-decoration: none; }

.alert-change-service {
  color: red;
  font-size: .9em;
  margin: .5em 0; }

.orderList {
  width: 100%;
  margin: 1em auto; }
  .orderList .nice-table {
    margin: 0 .5em;
    width: 100%;
    /* Extra Small Devices, Phones */
    /* Small Devices, Tablets */
    /* Medium Devices, Desktops */ }
    .orderList .nice-table tr {
      height: 80px;
      /* Extra Small Devices, Phones */
      /* Small Devices, Tablets */
      /* Medium Devices, Desktops */ }
      @media only screen and (max-width: 992px) {
        .orderList .nice-table tr {
          height: inherit; } }
    .orderList .nice-table th, .orderList .nice-table td {
      padding: 1em;
      line-height: 20px;
      text-align: left;
      border-bottom: 1px solid #dddddd; }
    .orderList .nice-table th {
      padding: .5em 1em;
      color: #271c18; }
    .orderList .nice-table .open-detail {
      margin: 1em;
      width: 100%;
      text-align: center;
      color: #fff;
      background-color: #0099d5;
      -webkit-border-radius: 5px;
      -khtml-border-radius: 5px;
      -moz-border-radius: 5px;
      -ms-border-radius: 5px;
      -o-border-radius: 5px;
      border-radius: 5px;
      padding: .5em 1em;
      text-decoration: none; }
    @media only screen and (max-width: 992px) {
      .orderList .nice-table {
        display: block;
        /*
            Label the data
            */ }
        .orderList .nice-table thead, .orderList .nice-table tbody, .orderList .nice-table th, .orderList .nice-table td, .orderList .nice-table tr {
          display: block; }
        .orderList .nice-table thead tr {
          position: absolute;
          top: -9999px;
          left: -9999px; }
        .orderList .nice-table tr {
          border: 1px solid #ccc;
          margin-bottom: 1em; }
        .orderList .nice-table td {
          border: none;
          border-bottom: 1px solid #eee;
          position: relative;
          padding-left: 6px;
          padding-top: 1.5em; }
        .orderList .nice-table td:before {
          top: 6px;
          left: 6px;
          width: 45%;
          padding-right: 10px;
          white-space: nowrap;
          font-size: .7em; }
        .orderList .nice-table td:nth-of-type(1):before {
          content: "Ordine"; }
        .orderList .nice-table td:nth-of-type(2):before {
          content: "Tipo di servizio"; }
        .orderList .nice-table td:nth-of-type(3):before {
          content: "Supermercato"; }
        .orderList .nice-table td:nth-of-type(4):before {
          content: "Data"; }
        .orderList .nice-table td:nth-of-type(5):before {
          content: "Orario"; }
        .orderList .nice-table td:nth-of-type(6):before {
          content: "Stato dell'ordine"; } }

.orderDetail h1 {
  color: #00548b;
  padding-bottom: .5em;
  border-bottom: 2px solid #dddddd; }

.orderDetail h2 {
  color: #00548b; }

.orderDetail h3 {
  color: #00548b; }

.orderDetail .num-order {
  margin: 0 1em 0 0;
  -webkit-border-radius: 3px;
  -khtml-border-radius: 3px;
  -moz-border-radius: 3px;
  -ms-border-radius: 3px;
  -o-border-radius: 3px;
  border-radius: 3px; }
  .orderDetail .num-order p {
    color: #606060;
    font-weight: bold; }

.orderDetail .order-details {
  border: 1px solid #dddddd;
  padding: 1em; }
  .orderDetail .order-details .top-order .box-address {
    margin: 1em 0;
    padding: 1em;
    background-color: #d9edf7;
    -webkit-border-radius: 5px;
    -khtml-border-radius: 5px;
    -moz-border-radius: 5px;
    -ms-border-radius: 5px;
    -o-border-radius: 5px;
    border-radius: 5px; }
  .orderDetail .order-details .top-order .box-order {
    margin: 1em 0;
    padding: 1em;
    background-color: rgba(32, 255, 6, 0.21);
    -webkit-border-radius: 5px;
    -khtml-border-radius: 5px;
    -moz-border-radius: 5px;
    -ms-border-radius: 5px;
    -o-border-radius: 5px;
    border-radius: 5px; }
  .orderDetail .order-details .top-order .box-button {
    margin: 1em;
    padding: 1em; }
    .orderDetail .order-details .top-order .box-button .btn-action {
      border-bottom: 2px solid #dddddd;
      /* Extra Small Devices, Phones */
      /* Small Devices, Tablets */
      /* Medium Devices, Desktops */ }
      @media only screen and (max-width: 992px) {
        .orderDetail .order-details .top-order .box-button .btn-action {
          -webkit-flex-direction: column;
          -moz-flex-direction: column;
          -ms-flex-direction: column;
          flex-direction: column;
          padding: 1em 0; } }
  .orderDetail .order-details ol.prods {
    color: #271c18;
    list-style: none;
    margin: 1em 0;
    padding: 0;
    font-size: 1em;
    padding: 0 .5em;
    width: 100%;
    border-top: 2px solid #dddddd;
    -webkit-border-radius: 3px;
    -khtml-border-radius: 3px;
    -moz-border-radius: 3px;
    -ms-border-radius: 3px;
    -o-border-radius: 3px;
    border-radius: 3px; }
    .orderDetail .order-details ol.prods .lists-prods-other {
      border-bottom: 1px solid #dddddd; }
      .orderDetail .order-details ol.prods .lists-prods-other .color-qty {
        display: none; }
      .orderDetail .order-details ol.prods .lists-prods-other .img-prod {
        width: 80px;
        height: 80px;
        object-fit: contain; }
      .orderDetail .order-details ol.prods .lists-prods-other .desc-prod {
        margin: 0 1em;
        font-size: 1.1em; }
      .orderDetail .order-details ol.prods .lists-prods-other .color-price {
        font-weight: bold;
        color: #00548b; }
    .orderDetail .order-details ol.prods .list-prods {
      border-bottom: 1px solid #dddddd;
      padding: 1em;
      /* Extra Small Devices, Phones */
      /* Small Devices, Tablets */
      /* Medium Devices, Desktops */ }
      @media only screen and (max-width: 992px) {
        .orderDetail .order-details ol.prods .list-prods {
          padding: 1em 0; } }
      .orderDetail .order-details ol.prods .list-prods .color-qty {
        font-size: 1.6em;
        color: #00548b; }
      .orderDetail .order-details ol.prods .list-prods .color-price {
        font-weight: bold;
        color: #00548b;
        /* Extra Small Devices, Phones */
        /* Small Devices, Tablets */
        /* Medium Devices, Desktops */ }
        @media only screen and (max-width: 480px) {
          .orderDetail .order-details ol.prods .list-prods .color-price {
            font-size: .9em; } }
      .orderDetail .order-details ol.prods .list-prods .img-prod {
        width: 80px;
        height: 80px;
        object-fit: contain;
        /* Extra Small Devices, Phones */
        /* Small Devices, Tablets */
        /* Medium Devices, Desktops */ }
        @media only screen and (max-width: 992px) {
          .orderDetail .order-details ol.prods .list-prods .img-prod {
            display: none; } }
      .orderDetail .order-details ol.prods .list-prods .desc-prod {
        margin: 0 1em;
        text-transform: uppercase; }
    .orderDetail .order-details ol.prods li {
      display: block;
      border-bottom: 1px solid #5fdfff;
      padding: .5em; }
      .orderDetail .order-details ol.prods li:last-child {
        border-bottom: none; }
  .orderDetail .order-details .bottom-detail-order .totaltxt {
    width: 70%; }
  .orderDetail .order-details .bottom-detail-order .totalprice {
    width: 30%; }
  .orderDetail .order-details .bottom-detail-order h3 {
    border-bottom: 1px solid #dddddd;
    padding: 1em 0; }

#collect-shopping {
  font-family: "Open Sans", sans-serif; }
  #collect-shopping hr.full-width {
    width: 100%;
    margin-top: 1rem;
    border-color: lightgray; }
    #collect-shopping hr.full-width__triple {
      margin-top: 3rem; }
    #collect-shopping hr.full-width.double {
      border-width: 5px;
      border-style: double;
      border-top: 0;
      border-left: 0;
      border-right: 0;
      border-color: lightgray; }
  #collect-shopping .select-time-container {
    width: 430px;
    margin: 2rem auto;
    /* Extra Small Devices, Phones */
    /* Small Devices, Tablets */
    /* Medium Devices, Desktops */ }
    @media only screen and (max-width: 768px) {
      #collect-shopping .select-time-container {
        width: 100%; } }
    #collect-shopping .select-time-container .select-time {
      width: 2500px !important; }
      #collect-shopping .select-time-container .select-time li {
        width: 370px;
        /* Extra Small Devices, Phones */
        /* Small Devices, Tablets */
        /* Medium Devices, Desktops */ }
        @media only screen and (max-width: 480px) {
          #collect-shopping .select-time-container .select-time li {
            width: 250px; } }
        #collect-shopping .select-time-container .select-time li a {
          padding: 5px 10px; }
  #collect-shopping #collectDayForm {
    margin-top: 1rem;
    /* Extra Small Devices, Phones */
    /* Small Devices, Tablets */
    /* Medium Devices, Desktops */ }
    @media only screen and (max-width: 768px) {
      #collect-shopping #collectDayForm {
        margin-top: 1rem; } }
  #collect-shopping #collectTimeForm .alert {
    width: 50%;
    margin: 2rem auto;
    /* Extra Small Devices, Phones */
    /* Small Devices, Tablets */
    /* Medium Devices, Desktops */ }
    @media only screen and (max-width: 768px) {
      #collect-shopping #collectTimeForm .alert {
        width: 90%; } }
  #collect-shopping #requestFidelityCardCodeForm .end-info {
    margin: 5rem auto;
    width: 60%;
    border: 1px solid #0099d5;
    -webkit-border-radius: 5px;
    -khtml-border-radius: 5px;
    -moz-border-radius: 5px;
    -ms-border-radius: 5px;
    -o-border-radius: 5px;
    border-radius: 5px;
    /* Extra Small Devices, Phones */
    /* Small Devices, Tablets */
    /* Medium Devices, Desktops */ }
    #collect-shopping #requestFidelityCardCodeForm .end-info small {
      font-style: italic; }
    #collect-shopping #requestFidelityCardCodeForm .end-info input {
      margin: 0; }
    @media only screen and (max-width: 768px) {
      #collect-shopping #requestFidelityCardCodeForm .end-info {
        width: 100%;
        display: block;
        margin: 2rem auto; }
        #collect-shopping #requestFidelityCardCodeForm .end-info small {
          font-size: .8rem;
          padding: .4rem;
          color: #999;
          display: block; }
        #collect-shopping #requestFidelityCardCodeForm .end-info .sms-request {
          max-width: 80% !important; } }
  #collect-shopping #note {
    width: 100%;
    height: 60px; }
  #collect-shopping #OrderSummaryPlaceholder {
    /* Extra Small Devices, Phones */
    /* Small Devices, Tablets */
    /* Medium Devices, Desktops */ }
    #collect-shopping #OrderSummaryPlaceholder .alert__end {
      width: 60%; }
    @media only screen and (max-width: 768px) {
      #collect-shopping #OrderSummaryPlaceholder .checkout-end-info {
        padding: 1rem; }
        #collect-shopping #OrderSummaryPlaceholder .checkout-end-info .row .col-12 {
          -webkit-flex-basis: 100%;
          -moz-flex-basis: 100%;
          -ms-flex-basis: 100%;
          flex-basis: 100%; }
          #collect-shopping #OrderSummaryPlaceholder .checkout-end-info .row .col-12.checkout-end-info__label {
            max-width: 100%; }
            #collect-shopping #OrderSummaryPlaceholder .checkout-end-info .row .col-12.checkout-end-info__label h3 .value {
              font-size: 1rem; }
        #collect-shopping #OrderSummaryPlaceholder .checkout-end-info .row .col-6 {
          -webkit-flex-basis: 100%;
          -moz-flex-basis: 100%;
          -ms-flex-basis: 100%;
          flex-basis: 100%; }
          #collect-shopping #OrderSummaryPlaceholder .checkout-end-info .row .col-6 strong {
            font-size: 1rem; }
        #collect-shopping #OrderSummaryPlaceholder .checkout-end-info .row .price--total {
          font-size: 1.2rem; }
        #collect-shopping #OrderSummaryPlaceholder .checkout-end-info .row small {
          font-size: .7rem; }
        #collect-shopping #OrderSummaryPlaceholder .checkout-end-info hr {
          margin: 1rem 0; }
      #collect-shopping #OrderSummaryPlaceholder .wrapped {
        max-width: 100%; } }
  #collect-shopping .sms-request.wrapped p {
    margin-top: 4em; }
  #collect-shopping .sms-request.wrapped .alert--warning {
    margin: 2rem !important; }
  #collect-shopping .price--total {
    margin-bottom: 0; }
  #collect-shopping .fidelity--price {
    color: #0099d5;
    margin-top: 1rem; }
  #collect-shopping .order-summary-step2 .block__info-sms {
    width: 60%;
    margin: 3rem auto; }
  #collect-shopping #requestConfirmCodeForm {
    /* Extra Small Devices, Phones */
    /* Small Devices, Tablets */
    /* Medium Devices, Desktops */ }
    @media only screen and (max-width: 768px) {
      #collect-shopping #requestConfirmCodeForm .alert {
        margin: 0 !important;
        margin-top: 1rem !important; } }
  #collect-shopping .time-pre {
    width: 50%;
    margin: 2rem auto;
    border-top: 3px solid #ddd;
    padding: 1rem;
    border-bottom: 3px solid #ddd; }
  #collect-shopping .info-text {
    text-align: center;
    font-weight: 700;
    font-size: 1.225em;
    padding: 2em 0 0;
    color: #0099d5; }
    #collect-shopping .info-text b {
      font-weight: 800; }
  #collect-shopping a.back-shop {
    font-size: .775em;
    position: relative;
    top: -3px;
    text-decoration: none;
    color: #999; }
  #collect-shopping .steps-status {
    display: block;
    max-width: 1180px;
    margin: 0 auto 20px;
    font-size: 0px;
    text-align: center;
    padding: 0; }
    #collect-shopping .steps-status > li {
      display: inline-block;
      width: 20px;
      height: 20px;
      margin: 5px 3%;
      -webkit-border-radius: 100%;
      -khtml-border-radius: 100%;
      -moz-border-radius: 100%;
      -ms-border-radius: 100%;
      -o-border-radius: 100%;
      border-radius: 100%;
      background-color: #fff;
      position: relative;
      text-align: center; }
      #collect-shopping .steps-status > li span {
        display: block;
        font-size: 10px;
        position: absolute;
        bottom: 25%;
        text-align: center;
        width: 100%;
        color: #271c18;
        z-index: 11;
        background-color: #fff; }
      #collect-shopping .steps-status > li:before {
        content: '';
        display: block;
        width: 400%;
        height: 2px;
        background: #dddddd;
        position: absolute;
        top: 50%;
        left: 100%;
        z-index: 0;
        max-width: 76px; }
      #collect-shopping .steps-status > li:last-child:before {
        display: none; }
      #collect-shopping .steps-status > li.current {
        width: 30px;
        height: 30px;
        position: relative;
        top: 5px;
        z-index: 10; }
        #collect-shopping .steps-status > li.current span {
          font-size: 18px;
          font-weight: bold;
          color: #fff;
          background: transparent; }
      #collect-shopping .steps-status > li.done, #collect-shopping .steps-status > li.done:before, #collect-shopping .steps-status > li.current {
        background: #0099d5;
        color: #fff; }
      #collect-shopping .steps-status > li.done span {
        background: transparent;
        color: #fff; }
    @media screen and (max-width: 768px) {
      #collect-shopping .steps-status > li:before, #collect-shopping .steps-status > li:after {
        display: none; } }
  #collect-shopping .steps {
    max-width: 1180px;
    margin: 0 auto; }
    #collect-shopping .steps .step {
      display: none;
      padding: .5em 2em 2em;
      position: relative; }
      @media screen and (max-width: 768px) {
        #collect-shopping .steps .step {
          padding: 1em;
          font-size: .7em; } }
      #collect-shopping .steps .step > h3 {
        font-size: .875em;
        color: #dddddd;
        text-align: center;
        text-transform: uppercase;
        letter-spacing: .33em;
        border-bottom: 1px solid #dddddd;
        padding-bottom: 2em; }
      #collect-shopping .steps .step .block > h2 {
        text-align: center;
        font-size: 2em;
        margin: 0;
        font-weight: normal;
        color: #878787;
        margin-bottom: 0;
        /* Extra Small Devices, Phones */
        /* Small Devices, Tablets */
        /* Medium Devices, Desktops */ }
        #collect-shopping .steps .step .block > h2 strong {
          color: #0099d5; }
        @media screen and (max-width: 768px) {
          #collect-shopping .steps .step .block > h2 {
            font-size: 1.5em;
            line-height: 1; } }
        @media only screen and (max-width: 768px) {
          #collect-shopping .steps .step .block > h2 {
            font-size: 1.2rem; } }
      #collect-shopping .steps .step .block > p {
        text-align: center;
        /* Extra Small Devices, Phones */
        /* Small Devices, Tablets */
        /* Medium Devices, Desktops */ }
        @media only screen and (max-width: 768px) {
          #collect-shopping .steps .step .block > p {
            font-size: 1rem;
            color: #878787; } }
      #collect-shopping .steps .step.active {
        display: block; }
      #collect-shopping .steps .step .alert {
        width: -moz-calc((80% + 4em));
        width: -webkit-calc((80% + 4em));
        width: calc((80% + 4em));
        margin: 0 auto;
        font-size: .9em;
        text-transform: initial; }
      #collect-shopping .steps .step .footer .full--width {
        width: 100%; }
      #collect-shopping .steps .step .footer a {
        margin-left: 0; }
      #collect-shopping .steps .step .selectric-wrapper {
        margin: 0; }
      #collect-shopping .steps .step .button {
        padding: 20px; }
      #collect-shopping .steps .step .alert {
        /* Extra Small Devices, Phones */
        /* Small Devices, Tablets */
        /* Medium Devices, Desktops */ }
        @media only screen and (max-width: 768px) {
          #collect-shopping .steps .step .alert {
            font-size: .8rem;
            width: 100%; } }
  #collect-shopping .select-day {
    display: block;
    width: 100%;
    text-align: center;
    padding: 0 0 1em; }
    #collect-shopping .select-day label {
      display: inline-block;
      max-width: 40%;
      width: 100%;
      margin: 1em 1em 0.5em;
      text-align: center;
      font-size: 1.225em;
      font-weight: bold;
      -webkit-border-radius: 5px;
      -khtml-border-radius: 5px;
      -moz-border-radius: 5px;
      -ms-border-radius: 5px;
      -o-border-radius: 5px;
      border-radius: 5px;
      color: #51B751;
      border: 2px solid #51B751;
      cursor: pointer;
      padding: 1em 0;
      position: relative;
      /* Extra Small Devices, Phones */
      /* Small Devices, Tablets */
      /* Medium Devices, Desktops */ }
      @media screen and (max-width: 768px) {
        #collect-shopping .select-day label {
          display: block;
          width: 100%;
          margin: 0 0 1em;
          font-size: .875em;
          max-width: 100%; } }
      @media only screen and (max-width: 768px) {
        #collect-shopping .select-day label {
          font-size: 1rem; } }
      #collect-shopping .select-day label input {
        position: absolute;
        left: 0;
        width: auto;
        visibility: hidden;
        opacity: 0; }
      #collect-shopping .select-day label.selected {
        background: #51B751;
        color: #fff; }
        #collect-shopping .select-day label.selected .fa {
          display: inline-block; }
      #collect-shopping .select-day label .detail-disabled {
        display: none; }
      #collect-shopping .select-day label.disabled {
        background: #EAEAEA;
        color: #B6B6B6;
        border-color: #C7C7C7;
        cursor: default;
        /* Extra Small Devices, Phones */
        /* Small Devices, Tablets */
        /* Medium Devices, Desktops */ }
        @media only screen and (max-width: 768px) {
          #collect-shopping .select-day label.disabled {
            margin-bottom: 4em; } }
        #collect-shopping .select-day label.disabled .detail-disabled {
          display: block;
          font-family: "Open Sans", sans-serif;
          font-weight: normal;
          color: #271c18;
          text-align: center;
          width: 100%;
          line-height: 1;
          text-transform: uppercase;
          letter-spacing: 1px;
          font-size: 10px;
          position: absolute;
          bottom: -1.8em;
          /* Extra Small Devices, Phones */
          /* Small Devices, Tablets */
          /* Medium Devices, Desktops */ }
          @media only screen and (max-width: 768px) {
            #collect-shopping .select-day label.disabled .detail-disabled {
              bottom: -2.8em; } }
  #collect-shopping .footer {
    text-align: center;
    padding-top: 2em;
    /* Extra Small Devices, Phones */
    /* Small Devices, Tablets */
    /* Medium Devices, Desktops */ }
    #collect-shopping .footer .btn, #collect-shopping .footer a {
      display: inline-block;
      width: auto;
      margin: 0 1em;
      margin-left: -2em; }
      @media screen and (max-width: 768px) {
        #collect-shopping .footer .btn, #collect-shopping .footer a {
          margin-left: -4em; } }
    #collect-shopping .footer .btn {
      margin-right: -10em; }
      #collect-shopping .footer .btn.nomargin {
        margin-right: 0;
        margin-left: 0; }
    #collect-shopping .footer .btn .fa {
      position: relative;
      top: -2px; }
    @media only screen and (max-width: 768px) {
      #collect-shopping .footer .col-4 {
        display: none; }
      #collect-shopping .footer div {
        width: 100%; }
      #collect-shopping .footer .back-shop {
        font-size: 1rem; } }
  #collect-shopping .address {
    max-width: 960px;
    margin: 4em auto 2em; }
    #collect-shopping .address label b {
      color: #0099d5;
      font-weight: 600;
      font-size: 24px;
      display: inline-block;
      line-height: 1;
      height: 17px;
      vertical-align: middle; }
    #collect-shopping .address .city-name {
      font-weight: bold;
      display: inline-block;
      padding: .3em 0; }
    #collect-shopping .address label {
      display: block;
      margin-bottom: .2em;
      font-size: .8em;
      color: #271c18;
      font-weight: 600;
      line-height: 1.5;
      /* Extra Small Devices, Phones */
      /* Small Devices, Tablets */
      /* Medium Devices, Desktops */ }
      #collect-shopping .address label.error {
        color: #cc2529; }
      @media only screen and (max-width: 768px) {
        #collect-shopping .address label {
          font-size: .875rem; } }
    #collect-shopping .address input {
      width: 100%;
      font-size: .875em;
      padding: 9px 10px;
      border: 1px solid #ccc;
      -webkit-border-radius: 2px;
      -khtml-border-radius: 2px;
      -moz-border-radius: 2px;
      -ms-border-radius: 2px;
      -o-border-radius: 2px;
      border-radius: 2px;
      /* Extra Small Devices, Phones */
      /* Small Devices, Tablets */
      /* Medium Devices, Desktops */ }
      @media only screen and (max-width: 768px) {
        #collect-shopping .address input {
          margin-bottom: 1em;
          font-size: 1rem; } }
    #collect-shopping .address .selectric {
      margin-top: 0;
      /* Extra Small Devices, Phones */
      /* Small Devices, Tablets */
      /* Medium Devices, Desktops */ }
      #collect-shopping .address .selectric .label {
        height: 37px;
        line-height: 37px;
        text-align: left !important; }
      #collect-shopping .address .selectric .button {
        height: 37px; }
      @media only screen and (max-width: 768px) {
        #collect-shopping .address .selectric {
          font-size: 1rem; } }
    #collect-shopping .address textarea {
      width: 100%;
      min-height: 80px;
      border: 1px solid #ccc;
      -webkit-border-radius: 2px;
      -khtml-border-radius: 2px;
      -moz-border-radius: 2px;
      -ms-border-radius: 2px;
      -o-border-radius: 2px;
      border-radius: 2px; }
    #collect-shopping .address .line {
      margin-bottom: 1em; }
    #collect-shopping .address .radio-payments {
      padding: 1.2em 0 1em;
      margin: 1em 0 0;
      border: 1px solid #ccc;
      border-width: 1px 0;
      text-align: center;
      border-bottom: 0;
      color: #0099d5;
      /* Extra Small Devices, Phones */
      /* Small Devices, Tablets */
      /* Medium Devices, Desktops */ }
      @media only screen and (max-width: 768px) {
        #collect-shopping .address .radio-payments {
          text-align: left; }
          #collect-shopping .address .radio-payments img {
            display: none; } }
      #collect-shopping .address .radio-payments .label {
        display: block;
        margin-bottom: 1em;
        font-size: 1em;
        color: #271c18;
        font-weight: 600;
        line-height: 1.5;
        /* Extra Small Devices, Phones */
        /* Small Devices, Tablets */
        /* Medium Devices, Desktops */ }
        @media only screen and (max-width: 768px) {
          #collect-shopping .address .radio-payments .label {
            font-size: 1rem; } }
      #collect-shopping .address .radio-payments .radio-item {
        display: inline-block;
        vertical-align: middle;
        margin: .5em 1em;
        line-height: 1; }
      #collect-shopping .address .radio-payments input[type="radio"] {
        width: auto;
        float: none;
        display: inline; }
      #collect-shopping .address .radio-payments label {
        display: inline-block;
        margin: 0;
        line-height: 2;
        vertical-align: middle; }
      #collect-shopping .address .radio-payments img {
        vertical-align: middle;
        width: auto;
        height: 25px;
        margin-left: 1em; }
  #collect-shopping .info-payback {
    font-size: .775em;
    margin-top: 1.4em; }
    #collect-shopping .info-payback img {
      width: auto;
      height: auto;
      float: left;
      margin-right: 1em; }
  #collect-shopping .wrapped {
    /*max-width: 960px;*/
    max-width: 60%;
    margin: 1em auto; }
  #collect-shopping .sms-request {
    text-align: center; }
    #collect-shopping .sms-request input {
      margin: 0 auto;
      max-width: 300px;
      text-align: center;
      float: none; }
  #collect-shopping .required-label {
    color: #0099d5;
    font-weight: bold;
    font-size: .675em;
    text-align: left;
    padding: 0 0 1em;
    /* Extra Small Devices, Phones */
    /* Small Devices, Tablets */
    /* Medium Devices, Desktops */ }
    @media only screen and (max-width: 768px) {
      #collect-shopping .required-label {
        font-size: .875rem; } }
  #collect-shopping .end-info {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-justify-content: center;
    -moz-justify-content: center;
    -ms-justify-content: center;
    justify-content: center;
    -ms-flex-pack: center;
    -webkit-align-items: center;
    -moz-align-items: center;
    -ms-align-items: center;
    align-items: center;
    width: 70%;
    margin: 0 auto;
    /* Extra Small Devices, Phones */
    /* Small Devices, Tablets */
    /* Medium Devices, Desktops */ }
    @media only screen and (max-width: 480px) {
      #collect-shopping .end-info {
        width: 100%; } }
    #collect-shopping .end-info .end-info__background-pattern {
      -webkit-background-size: contain;
      -khtml-background-size: contain;
      -moz-background-size: contain;
      -ms-background-size: contain;
      -o-background-size: contain;
      background-size: contain;
      -ms-behavior: url(/content/backgroundsize.min.htc);
      background-position: center;
      background-repeat: no-repeat;
      width: 250px;
      height: 150px;
      margin: 5px 20px;
      /* Extra Small Devices, Phones */
      /* Small Devices, Tablets */
      /* Medium Devices, Desktops */ }
      @media only screen and (max-width: 768px) {
        #collect-shopping .end-info .end-info__background-pattern {
          height: 70px;
          width: 100%;
          margin: 1em; }
          #collect-shopping .end-info .end-info__background-pattern + span {
            font-size: .875rem; } }
  #collect-shopping .checkout-end .title {
    display: block;
    text-transform: uppercase;
    font-size: .7em;
    font-weight: 600;
    letter-spacing: 1px;
    font-family: "Open Sans", sans-serif;
    color: #0099d5;
    /* Extra Small Devices, Phones */
    /* Small Devices, Tablets */
    /* Medium Devices, Desktops */ }
    @media only screen and (max-width: 768px) {
      #collect-shopping .checkout-end .title {
        display: block; } }
  #collect-shopping .checkout-end .value {
    display: block;
    font-size: .8em;
    font-weight: 600;
    color: #271c18;
    font-family: "Open Sans", sans-serif;
    /* Extra Small Devices, Phones */
    /* Small Devices, Tablets */
    /* Medium Devices, Desktops */ }
    @media only screen and (max-width: 768px) {
      #collect-shopping .checkout-end .value {
        display: block; } }
  #collect-shopping .checkout-end-info {
    -webkit-box-shadow: 0px 5px 17px -2px #ccc;
    -khtml-box-shadow: 0px 5px 17px -2px #ccc;
    -moz-box-shadow: 0px 5px 17px -2px #ccc;
    -ms-box-shadow: 0px 5px 17px -2px #ccc;
    -o-box-shadow: 0px 5px 17px -2px #ccc;
    box-shadow: 0px 5px 17px -2px #ccc;
    border: 1px solid #e2e2e2;
    border-bottom: 5px solid #0099d5;
    -webkit-border-radius: 2px;
    -khtml-border-radius: 2px;
    -moz-border-radius: 2px;
    -ms-border-radius: 2px;
    -o-border-radius: 2px;
    border-radius: 2px;
    background: #fff;
    overflow: hidden;
    margin-bottom: 2em;
    margin-top: 2rem;
    padding: 2rem;
    padding-top: 1rem;
    /* Extra Small Devices, Phones */
    /* Small Devices, Tablets */
    /* Medium Devices, Desktops */
    /* Extra Small Devices, Phones */
    /* Small Devices, Tablets */
    /* Medium Devices, Desktops */ }
    @media only screen and (max-width: 768px) {
      #collect-shopping .checkout-end-info {
        padding-top: .5em; }
        #collect-shopping .checkout-end-info .hide--mobile {
          display: none; } }
    @media only screen and (max-width: 992px) {
      #collect-shopping .checkout-end-info .row {
        display: -webkit-box;
        display: -moz-box;
        display: -ms-flexbox;
        display: -webkit-flex;
        display: flex; } }
    #collect-shopping .checkout-end-info .checkout-end__note {
      border-top: 2px solid #eee; }
      #collect-shopping .checkout-end-info .checkout-end__note small {
        margin-top: .5em;
        color: #757575;
        font-weight: bold; }
      #collect-shopping .checkout-end-info .checkout-end__note .checkout-end-info__label div {
        height: 50px;
        /* Extra Small Devices, Phones */
        /* Small Devices, Tablets */
        /* Medium Devices, Desktops */
        /* Extra Small Devices, Phones */
        /* Small Devices, Tablets */
        /* Medium Devices, Desktops */ }
        @media only screen and (max-width: 768px) {
          #collect-shopping .checkout-end-info .checkout-end__note .checkout-end-info__label div {
            -webkit-justify-content: end;
            -moz-justify-content: end;
            -ms-justify-content: end;
            justify-content: end;
            -ms-flex-pack: end; }
            #collect-shopping .checkout-end-info .checkout-end__note .checkout-end-info__label div i {
              display: none; }
            #collect-shopping .checkout-end-info .checkout-end__note .checkout-end-info__label div h3 {
              text-align: right;
              margin-left: auto; }
            #collect-shopping .checkout-end-info .checkout-end__note .checkout-end-info__label div .hide--mobile {
              display: none; } }
        @media only screen and (max-width: 480px) {
          #collect-shopping .checkout-end-info .checkout-end__note .checkout-end-info__label div {
            display: none; } }
      #collect-shopping .checkout-end-info .checkout-end__note .checkout-end-info__info {
        background-color: lightgoldenrodyellow;
        overflow: hidden;
        /* Extra Small Devices, Phones */
        /* Small Devices, Tablets */
        /* Medium Devices, Desktops */
        /* Extra Small Devices, Phones */
        /* Small Devices, Tablets */
        /* Medium Devices, Desktops */
        /* Extra Small Devices, Phones */
        /* Small Devices, Tablets */
        /* Medium Devices, Desktops */ }
        @media only screen and (max-width: 992px) {
          #collect-shopping .checkout-end-info .checkout-end__note .checkout-end-info__info {
            -webkit-flex-basis: 68%;
            -moz-flex-basis: 68%;
            -ms-flex-basis: 68%;
            flex-basis: 68%;
            max-width: 68%; } }
        @media only screen and (max-width: 768px) {
          #collect-shopping .checkout-end-info .checkout-end__note .checkout-end-info__info {
            -webkit-flex-basis: 72%;
            -moz-flex-basis: 72%;
            -ms-flex-basis: 72%;
            flex-basis: 72%;
            max-width: 72%; } }
        @media only screen and (max-width: 480px) {
          #collect-shopping .checkout-end-info .checkout-end__note .checkout-end-info__info {
            -webkit-flex-basis: 100%;
            -moz-flex-basis: 100%;
            -ms-flex-basis: 100%;
            flex-basis: 100%;
            max-width: 100%;
            padding-left: 0;
            margin-left: 0;
            padding: 0 10px; } }
        #collect-shopping .checkout-end-info .checkout-end__note .checkout-end-info__info textarea {
          border-width: 0 0 1px 0;
          background-color: lightgoldenrodyellow;
          border-bottom-color: rosybrown;
          width: 90%;
          font-size: .9em;
          resize: none;
          margin-bottom: 1.5em;
          /* Extra Small Devices, Phones */
          /* Small Devices, Tablets */
          /* Medium Devices, Desktops */
          padding-top: 10px;
          font-style: italic; }
          @media only screen and (max-width: 768px) {
            #collect-shopping .checkout-end-info .checkout-end__note .checkout-end-info__info textarea {
              font-size: 1.2em; } }
          #collect-shopping .checkout-end-info .checkout-end__note .checkout-end-info__info textarea:focus {
            outline: none; }
    #collect-shopping .checkout-end-info .checkout-end-info__label {
      /* Extra Small Devices, Phones */
      /* Small Devices, Tablets */
      /* Medium Devices, Desktops */
      /* Extra Small Devices, Phones */
      /* Small Devices, Tablets */
      /* Medium Devices, Desktops */ }
      @media only screen and (max-width: 992px) {
        #collect-shopping .checkout-end-info .checkout-end-info__label {
          -webkit-flex-basis: 30%;
          -moz-flex-basis: 30%;
          -ms-flex-basis: 30%;
          flex-basis: 30%;
          max-width: 30%; } }
      @media only screen and (max-width: 768px) {
        #collect-shopping .checkout-end-info .checkout-end-info__label {
          -webkit-flex-basis: 25%;
          -moz-flex-basis: 25%;
          -ms-flex-basis: 25%;
          flex-basis: 25%;
          max-width: 25%; } }
      #collect-shopping .checkout-end-info .checkout-end-info__label div {
        height: 50px; }
        #collect-shopping .checkout-end-info .checkout-end-info__label div h2, #collect-shopping .checkout-end-info .checkout-end-info__label div h3 {
          margin: 0;
          color: #000;
          /* Extra Small Devices, Phones */
          /* Small Devices, Tablets */
          /* Medium Devices, Desktops */ }
          @media only screen and (max-width: 768px) {
            #collect-shopping .checkout-end-info .checkout-end-info__label div h2, #collect-shopping .checkout-end-info .checkout-end-info__label div h3 {
              font-size: 1em; } }
        #collect-shopping .checkout-end-info .checkout-end-info__label div h3 {
          font-size: .9em;
          /* Extra Small Devices, Phones */
          /* Small Devices, Tablets */
          /* Medium Devices, Desktops */
          /* Extra Small Devices, Phones */
          /* Small Devices, Tablets */
          /* Medium Devices, Desktops */ }
          @media only screen and (max-width: 768px) {
            #collect-shopping .checkout-end-info .checkout-end-info__label div h3 {
              font-size: 1.2em;
              text-align: right; } }
          @media only screen and (max-width: 480px) {
            #collect-shopping .checkout-end-info .checkout-end-info__label div h3 {
              font-size: 1em; } }
    #collect-shopping .checkout-end-info .checkout-end-info__info {
      /* Extra Small Devices, Phones */
      /* Small Devices, Tablets */
      /* Medium Devices, Desktops */
      /* Extra Small Devices, Phones */
      /* Small Devices, Tablets */
      /* Medium Devices, Desktops */
      border-left: 1px solid #eee; }
      @media only screen and (max-width: 992px) {
        #collect-shopping .checkout-end-info .checkout-end-info__info {
          -webkit-flex-basis: 65%;
          -moz-flex-basis: 65%;
          -ms-flex-basis: 65%;
          flex-basis: 65%;
          max-width: 65%;
          padding-left: 10px;
          margin-left: 10px; } }
      @media only screen and (max-width: 768px) {
        #collect-shopping .checkout-end-info .checkout-end-info__info {
          -webkit-flex-basis: 70%;
          -moz-flex-basis: 70%;
          -ms-flex-basis: 70%;
          flex-basis: 70%;
          max-width: 70%; } }
      #collect-shopping .checkout-end-info .checkout-end-info__info div {
        height: 50px; }
        #collect-shopping .checkout-end-info .checkout-end-info__info div h2, #collect-shopping .checkout-end-info .checkout-end-info__info div h3 {
          margin: 0;
          /* Extra Small Devices, Phones */
          /* Small Devices, Tablets */
          /* Medium Devices, Desktops */ }
          @media only screen and (max-width: 768px) {
            #collect-shopping .checkout-end-info .checkout-end-info__info div h2, #collect-shopping .checkout-end-info .checkout-end-info__info div h3 {
              font-size: 1.5em;
              letter-spacing: 0; } }
        #collect-shopping .checkout-end-info .checkout-end-info__info div h3 {
          font-weight: 400; }
      #collect-shopping .checkout-end-info .checkout-end-info__info.note_col div {
        height: auto; }
    #collect-shopping .checkout-end-info .checkout-end-info__alert {
      padding-top: 2rem;
      width: 100%; }
      #collect-shopping .checkout-end-info .checkout-end-info__alert hr {
        margin: 1em; }
      #collect-shopping .checkout-end-info .checkout-end-info__alert .check {
        padding: 1em;
        padding-top: 0; }
      #collect-shopping .checkout-end-info .checkout-end-info__alert .alert--info.alert__end {
        width: 100% !important;
        margin-bottom: 1rem; }
      #collect-shopping .checkout-end-info .checkout-end-info__alert .alert {
        width: 100%;
        text-align: left;
        line-height: 1.3rem;
        border: 1px dotted #aaa;
        /* Extra Small Devices, Phones */
        /* Small Devices, Tablets */
        /* Medium Devices, Desktops */
        /* Extra Small Devices, Phones */
        /* Small Devices, Tablets */
        /* Medium Devices, Desktops */
        /* Extra Small Devices, Phones */
        /* Small Devices, Tablets */
        /* Medium Devices, Desktops */ }
        @media only screen and (max-width: 992px) {
          #collect-shopping .checkout-end-info .checkout-end-info__alert .alert {
            display: block;
            text-align: center;
            font-size: 1em; } }
        @media only screen and (max-width: 768px) {
          #collect-shopping .checkout-end-info .checkout-end-info__alert .alert {
            font-size: 1.2em;
            width: 100%; } }
        @media only screen and (max-width: 480px) {
          #collect-shopping .checkout-end-info .checkout-end-info__alert .alert .flex {
            display: block; } }
        #collect-shopping .checkout-end-info .checkout-end-info__alert .alert img {
          width: 10%;
          margin-right: 20px;
          /* Extra Small Devices, Phones */
          /* Small Devices, Tablets */
          /* Medium Devices, Desktops */
          /* Extra Small Devices, Phones */
          /* Small Devices, Tablets */
          /* Medium Devices, Desktops */ }
          @media only screen and (max-width: 992px) {
            #collect-shopping .checkout-end-info .checkout-end-info__alert .alert img {
              width: 30%; } }
          @media only screen and (max-width: 768px) {
            #collect-shopping .checkout-end-info .checkout-end-info__alert .alert img {
              width: 50%; } }
    #collect-shopping .checkout-end-info .fidelity_amount {
      color: #0099d5;
      text-decoration: underline; }
    #collect-shopping .checkout-end-info .tot_amount {
      color: forestgreen; }
    #collect-shopping .checkout-end-info .bonusFirstOrder {
      background-color: #cc2529;
      color: #fff;
      padding: .5em;
      -webkit-border-radius: 5px;
      -khtml-border-radius: 5px;
      -moz-border-radius: 5px;
      -ms-border-radius: 5px;
      -o-border-radius: 5px;
      border-radius: 5px;
      margin: 0;
      margin-top: 1em;
      width: 100%; }
    #collect-shopping .checkout-end-info h4 {
      color: gray;
      font-weight: 400; }
  #collect-shopping sup#sup__info__add {
    cursor: pointer; }
  #collect-shopping .charRed {
    color: red; }
  #collect-shopping #alert__add {
    margin-bottom: 1em; }
    #collect-shopping #alert__add ul {
      list-style: none;
      margin: 0;
      padding-left: 1em;
      font-weight: bold; }
    #collect-shopping #alert__add i {
      padding-left: .3em;
      font-size: 2rem; }
  #collect-shopping .checkout-end-infos {
    padding: 1em 2em 0; }
    #collect-shopping .checkout-end-infos.with-delivery {
      padding: .5em 2em 0; }
      #collect-shopping .checkout-end-infos.with-delivery .info-box {
        margin-top: 1.775em;
        margin-bottom: 1.775em;
        padding-bottom: 1.775em; }
  #collect-shopping .checkout-end-totals {
    padding: 1.5em 1.5em .5em;
    background-color: #f8f8f8;
    text-align: right; }
    #collect-shopping .checkout-end-totals .big-total {
      display: block;
      border-top: 5px double #ccc;
      padding-top: 1.5em;
      margin-top: 1.5em; }
      #collect-shopping .checkout-end-totals .big-total .label {
        color: #0099d5;
        text-transform: uppercase; }
      #collect-shopping .checkout-end-totals .big-total .value {
        line-height: 1;
        letter-spacing: -2px;
        font-weight: 700 !important;
        /*text-shadow: 4px 5px 0 rgba(0, 0, 0, 0.06);*/
        font-size: 4em;
        color: #0099d5; }
    #collect-shopping .checkout-end-totals .no-payback {
      font-size: 13px;
      line-height: 1.2;
      display: block;
      margin: 1em 0 0;
      font-style: italic; }
      #collect-shopping .checkout-end-totals .no-payback b {
        font-family: "Open Sans", sans-serif; }
    #collect-shopping .checkout-end-totals .line {
      overflow: hidden;
      text-align: right;
      margin: 0 0 .5em;
      font-size: 0.875em; }
      #collect-shopping .checkout-end-totals .line.product-in-cart {
        font-size: .775em;
        border-bottom: 5px solid #fff;
        padding-bottom: 2em;
        margin-bottom: 2em; }
        #collect-shopping .checkout-end-totals .line.product-in-cart .label {
          font-weight: 500;
          text-transform: capitalize; }
      #collect-shopping .checkout-end-totals .line .small {
        display: block;
        text-align: left;
        font-size: .8em;
        font-style: italic;
        text-indent: 3px;
        line-height: 1.5;
        color: #6b8fcd; }
        #collect-shopping .checkout-end-totals .line .small b {
          font-family: "Open Sans", sans-serif;
          font-style: normal; }
      #collect-shopping .checkout-end-totals .line .label {
        display: inline-block !important;
        float: left;
        font-weight: 600; }
      #collect-shopping .checkout-end-totals .line .value {
        display: inline-block !important; }

#coupon-code {
  color: #0099d5;
  overflow: hidden;
  padding: 0; }
  #coupon-code .panel {
    display: table-cell;
    width: 33.33333%;
    vertical-align: middle; }
  #coupon-code ul {
    margin: 1em 0;
    padding: 0; }
    #coupon-code ul li {
      padding: .5em;
      list-style-type: none;
      color: white;
      background-color: green;
      border-radius: 5px;
      text-align: center; }
  #coupon-code .coupon-code-wrap {
    display: table;
    width: 300%;
    left: 0;
    -webkit-transition: left, 0.3s, ease;
    -khtml-transition: left, 0.3s, ease;
    -moz-transition: left, 0.3s, ease;
    -ms-transition: left, 0.3s, ease;
    -o-transition: left, 0.3s, ease;
    transition: left, 0.3s, ease;
    position: relative; }
  #coupon-code.slide .coupon-code-wrap {
    left: -100%; }
  #coupon-code.slide.confirmed .coupon-code-wrap {
    left: -200%; }
  #coupon-code .coupon-code-link {
    font-size: .775em;
    font-weight: 600; }
  #coupon-code .coupon-code-input {
    text-align: left;
    background: #fff;
    border: 1px solid #0099d5;
    -webkit-border-radius: 3px;
    -khtml-border-radius: 3px;
    -moz-border-radius: 3px;
    -ms-border-radius: 3px;
    -o-border-radius: 3px;
    border-radius: 3px;
    padding: 2px;
    margin: 0; }
    #coupon-code .coupon-code-input .label {
      display: inline-block;
      font-size: .875em;
      font-weight: 600;
      vertical-align: middle;
      margin: 0 0 .5em;
      display: none; }
    #coupon-code .coupon-code-input input {
      width: 78%;
      max-width: 100%;
      font-size: .775em;
      padding: 0 10px;
      height: 30px;
      line-height: 2em;
      vertical-align: middle;
      margin: 0;
      border: none;
      background: transparent; }
      #coupon-code .coupon-code-input input:focus {
        outline: none;
        box-shadow: none; }
    #coupon-code .coupon-code-input .btn {
      display: inline-block;
      width: 20%;
      font-size: .675em;
      padding: 0 10px;
      height: 30px;
      line-height: 30px;
      vertical-align: middle;
      margin: 0;
      -webkit-border-radius: 0 3px 3px 0;
      -khtml-border-radius: 0 3px 3px 0;
      -moz-border-radius: 0 3px 3px 0;
      -ms-border-radius: 0 3px 3px 0;
      -o-border-radius: 0 3px 3px 0;
      border-radius: 0 3px 3px 0;
      float: right; }
    #coupon-code .coupon-code-input .error-message {
      font-size: .775em;
      padding: 0;
      font-weight: 600;
      position: relative;
      top: .4em; }
  #coupon-code .coupon-code-added {
    padding-right: 2em;
    text-align: center;
    padding-left: 2em;
    font-weight: 600;
    font-size: .775em;
    color: #29AD00; }
    #coupon-code .coupon-code-added p {
      padding: 0;
      margin: .5em 0 0;
      font-weight: 500;
      font-size: .875em;
      color: #000; }
  #coupon-code .error-message {
    text-align: left;
    font-weight: 600;
    font-family: "Open Sans", sans-serif; }

#coupon-code-list {
  /*display: none;*/
  text-align: right; }
  #coupon-code-list .label {
    font-weight: 600;
    font-size: .7em;
    text-transform: uppercase;
    margin-top: 2em;
    display: block;
    color: #0099d5;
    margin-bottom: .5em; }
  #coupon-code-list .coupon-code-line {
    font-size: .775em;
    font-family: "Open Sans", sans-serif; }
  #coupon-code-list .fa {
    color: #51B751;
    font-size: 12px;
    margin-right: 5px; }

#requestFidelityCardCodeForm label.error {
  display: block; }

.fattura {
  cursor: pointer !important; }

.invoice-information h2 {
  margin: 0;
  padding: 10px; }

.invoice-information .address {
  padding: 20px;
  /* Extra Small Devices, Phones */
  /* Small Devices, Tablets */
  /* Medium Devices, Desktops */ }
  .invoice-information .address .row {
    margin-top: 10px; }
  @media only screen and (max-width: 768px) {
    .invoice-information .address {
      padding: .5em;
      padding-top: 0; } }

.invoice-information hr {
  margin: 20px 0; }

.invoice-information div {
  /* Extra Small Devices, Phones */
  /* Small Devices, Tablets */
  /* Medium Devices, Desktops */ }
  @media only screen and (max-width: 768px) {
    .invoice-information div {
      width: 100%; } }

.invoice-information .btn {
  margin-top: 0;
  margin-bottom: 10px;
  /* Extra Small Devices, Phones */
  /* Small Devices, Tablets */
  /* Medium Devices, Desktops */ }
  @media only screen and (max-width: 768px) {
    .invoice-information .btn {
      width: 80%;
      margin: 0 .5em; } }

.invoice-information p {
  padding-left: 1.2em; }

.pay-page .box2add {
  text-align: center;
  margin-bottom: 1em; }

.pay-page .recap {
  padding: 1em; }
  .pay-page .recap h3 {
    margin: .5em 0; }

.pay-page hr {
  margin: 0; }

.pay-page p {
  padding: 0 1em; }

.pay-page .credit-cards {
  background-color: #00548b;
  padding: 1em;
  text-align: center;
  margin: 1em 2em; }
  .pay-page .credit-cards .box2add {
    margin-bottom: 0; }
  .pay-page .credit-cards a {
    color: #fff;
    text-transform: uppercase;
    text-decoration: none; }

.radio-payments {
  color: #00548b; }

body {
  background-color: #eeeeee;
  /* Extra Small Devices, Phones */
  /* Small Devices, Tablets */
  /* Medium Devices, Desktops */ }
  @media only screen and (max-width: 992px) {
    body {
      background-color: transparent; } }

.landing {
  /* Extra Small Devices, Phones */
  /* Small Devices, Tablets */
  /* Medium Devices, Desktops */ }
  .landing .video-row {
    background: #fff;
    padding: .8em;
    border-radius: 5px;
    border: 1px solid #0099d5;
    text-align: center; }
  .landing .close-layer {
    display: none; }
  .landing.slide-mobile {
    -webkit-transform: translateX(70%);
    -khtml-transform: translateX(70%);
    -moz-transform: translateX(70%);
    -ms-transform: translateX(70%);
    -o-transform: translateX(70%);
    transform: translateX(70%); }
    .landing.slide-mobile .close-layer {
      display: block;
      width: 100%;
      height: 100%;
      position: fixed;
      z-index: 100000000;
      background-color: rgba(0, 0, 0, 0.5); }
      .landing.slide-mobile .close-layer .close__item {
        padding: 20px;
        color: #fff;
        font-size: 2em;
        /* Extra Small Devices, Phones */
        /* Small Devices, Tablets */
        /* Medium Devices, Desktops */ }
        @media only screen and (max-width: 480px) {
          .landing.slide-mobile .close-layer .close__item {
            padding: 10px; } }
  @media only screen and (max-width: 768px) {
    .landing {
      padding-top: 0 !important;
      -webkit-transform: translateX(0px);
      -khtml-transform: translateX(0px);
      -moz-transform: translateX(0px);
      -ms-transform: translateX(0px);
      -o-transform: translateX(0px);
      transform: translateX(0px);
      -webkit-transition: transform, 0.3s, ease;
      -khtml-transition: transform, 0.3s, ease;
      -moz-transition: transform, 0.3s, ease;
      -ms-transition: transform, 0.3s, ease;
      -o-transition: transform, 0.3s, ease;
      transition: transform, 0.3s, ease; } }
  .landing .container {
    position: relative;
    -webkit-box-shadow: 0 0 10px rgba(39, 28, 24, 0.4);
    -khtml-box-shadow: 0 0 10px rgba(39, 28, 24, 0.4);
    -moz-box-shadow: 0 0 10px rgba(39, 28, 24, 0.4);
    -ms-box-shadow: 0 0 10px rgba(39, 28, 24, 0.4);
    -o-box-shadow: 0 0 10px rgba(39, 28, 24, 0.4);
    box-shadow: 0 0 10px rgba(39, 28, 24, 0.4); }
    @media screen and (max-width: 1280px) {
      .landing .container {
        padding: 0; } }
    .landing .container .landing__top-section {
      position: relative;
      color: #2e2e2d; }
      .landing .container .landing__top-section header.row {
        position: relative;
        -webkit-background-size: contain;
        -khtml-background-size: contain;
        -moz-background-size: contain;
        -ms-background-size: contain;
        -o-background-size: contain;
        background-size: contain;
        -ms-behavior: url(/content/backgroundsize.min.htc);
        background-position: center;
        background-image: url("/content/images/landing/landing_back_top.jpg");
        /*background-position: 0 50px;*/
        background-repeat: no-repeat;
        margin: 0;
        height: 480px;
        /* Extra Small Devices, Phones */
        /* Small Devices, Tablets */
        /* Medium Devices, Desktops */ }
        @media only screen and (max-width: 768px) {
          .landing .container .landing__top-section header.row {
            width: 100%;
            -webkit-background-size: cover;
            -khtml-background-size: cover;
            -moz-background-size: cover;
            -ms-background-size: cover;
            -o-background-size: cover;
            background-size: cover;
            -ms-behavior: url(/content/backgroundsize.min.htc);
            background-position: right;
            height: 200px;
            display: -webkit-box;
            display: -moz-box;
            display: -ms-flexbox;
            display: -webkit-flex;
            display: flex; } }
        .landing .container .landing__top-section header.row .landing__top-claim {
          height: 400px;
          /* Extra Small Devices, Phones */
          /* Small Devices, Tablets */
          /* Medium Devices, Desktops */
          /* Extra Small Devices, Phones */
          /* Small Devices, Tablets */
          /* Medium Devices, Desktops */ }
          .landing .container .landing__top-section header.row .landing__top-claim h1 {
            font-weight: 800;
            font-style: italic;
            color: #00548b;
            font-size: 2.5rem;
            /* Extra Small Devices, Phones */
            /* Small Devices, Tablets */
            /* Medium Devices, Desktops */ }
            @media only screen and (max-width: 992px) {
              .landing .container .landing__top-section header.row .landing__top-claim h1 {
                color: #fff;
                font-weight: 600; } }
          @media only screen and (max-width: 992px) {
            .landing .container .landing__top-section header.row .landing__top-claim {
              height: 250px;
              display: -webkit-box;
              display: -moz-box;
              display: -ms-flexbox;
              display: -webkit-flex;
              display: flex;
              -webkit-flex-basis: 100%;
              -moz-flex-basis: 100%;
              -ms-flex-basis: 100%;
              flex-basis: 100%;
              max-width: 100%;
              background-color: rgba(0, 84, 139, 0.6);
              background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 84, 139, 0.6)), to(rgba(0, 84, 139, 0)));
              background-image: -webkit-linear-gradient(top, rgba(0, 84, 139, 0.6), rgba(0, 84, 139, 0));
              background-image: -moz-linear-gradient(top, rgba(0, 84, 139, 0.6), rgba(0, 84, 139, 0));
              background-image: -ms-linear-gradient(top, rgba(0, 84, 139, 0.6), rgba(0, 84, 139, 0));
              background-image: -o-linear-gradient(top, rgba(0, 84, 139, 0.6), rgba(0, 84, 139, 0));
              background-image: linear-gradient(top, rgba(0, 84, 139, 0.6), rgba(0, 84, 139, 0));
              filter: progid:DXImageTransform.Microsoft.gradient(startColorStr='rgba(0, 84, 139, 0.6)', endColorStr='rgba(0, 84, 139, 0)'); }
              .landing .container .landing__top-section header.row .landing__top-claim h1 {
                font-size: 2rem; } }
          @media only screen and (max-width: 768px) {
            .landing .container .landing__top-section header.row .landing__top-claim {
              padding: 1rem;
              text-align: center;
              height: 200px;
              display: -webkit-box;
              display: -moz-box;
              display: -ms-flexbox;
              display: -webkit-flex;
              display: flex; }
              .landing .container .landing__top-section header.row .landing__top-claim h1 {
                font-size: 1.5rem; } }
        .landing .container .landing__top-section header.row .landing__nav {
          background-color: #00548b;
          display: none;
          /* Extra Small Devices, Phones */
          /* Small Devices, Tablets */
          /* Medium Devices, Desktops */ }
          @media only screen and (max-width: 992px) {
            .landing .container .landing__top-section header.row .landing__nav {
              -webkit-flex-basis: 100%;
              -moz-flex-basis: 100%;
              -ms-flex-basis: 100%;
              flex-basis: 100%;
              max-width: 100%; } }
          .landing .container .landing__top-section header.row .landing__nav nav {
            height: 100%;
            /* Extra Small Devices, Phones */
            /* Small Devices, Tablets */
            /* Medium Devices, Desktops */ }
            @media only screen and (max-width: 768px) {
              .landing .container .landing__top-section header.row .landing__nav nav {
                display: none; } }
            .landing .container .landing__top-section header.row .landing__nav nav a {
              color: #fff;
              text-decoration: none;
              font-weight: 600;
              /* Extra Small Devices, Phones */
              /* Small Devices, Tablets */
              /* Medium Devices, Desktops */ }
              @media only screen and (max-width: 992px) {
                .landing .container .landing__top-section header.row .landing__nav nav a {
                  display: -webkit-box;
                  display: -moz-box;
                  display: -ms-flexbox;
                  display: -webkit-flex;
                  display: flex;
                  -webkit-justify-content: center;
                  -moz-justify-content: center;
                  -ms-justify-content: center;
                  justify-content: center;
                  -ms-flex-pack: center;
                  -webkit-align-items: center;
                  -moz-align-items: center;
                  -ms-align-items: center;
                  align-items: center;
                  -webkit-flex-direction: column;
                  -moz-flex-direction: column;
                  -ms-flex-direction: column;
                  flex-direction: column;
                  font-size: 1rem;
                  line-height: 2rem; } }
          .landing .container .landing__top-section header.row .landing__nav #main-nav-landing {
            /* Extra Small Devices, Phones */
            /* Small Devices, Tablets */
            /* Medium Devices, Desktops */
            /* Extra Small Devices, Phones */
            /* Small Devices, Tablets */
            /* Medium Devices, Desktops */ }
            @media only screen and (max-width: 768px) {
              .landing .container .landing__top-section header.row .landing__nav #main-nav-landing {
                width: 70%;
                position: fixed;
                left: -70%;
                padding: 0;
                background-color: #00548b;
                color: #fff; }
                .landing .container .landing__top-section header.row .landing__nav #main-nav-landing a {
                  display: block;
                  padding: 1rem;
                  border-bottom: 1px solid #fff; } }
            @media only screen and (max-width: 992px) {
              .landing .container .landing__top-section header.row .landing__nav #main-nav-landing {
                display: -webkit-box;
                display: -moz-box;
                display: -ms-flexbox;
                display: -webkit-flex;
                display: flex; } }
          .landing .container .landing__top-section header.row .landing__nav .visible-on-mobile {
            /* Extra Small Devices, Phones */
            /* Small Devices, Tablets */
            /* Medium Devices, Desktops */ }
            @media only screen and (max-width: 768px) {
              .landing .container .landing__top-section header.row .landing__nav .visible-on-mobile {
                padding: .5rem 1rem;
                display: block; }
                .landing .container .landing__top-section header.row .landing__nav .visible-on-mobile a {
                  display: -webkit-box;
                  display: -moz-box;
                  display: -ms-flexbox;
                  display: -webkit-flex;
                  display: flex;
                  -webkit-align-items: center;
                  -moz-align-items: center;
                  -ms-align-items: center;
                  align-items: center;
                  -webkit-justify-content: start;
                  -moz-justify-content: start;
                  -ms-justify-content: start;
                  justify-content: start;
                  -ms-flex-pack: start;
                  color: #fff;
                  text-decoration: none; }
                  .landing .container .landing__top-section header.row .landing__nav .visible-on-mobile a i {
                    font-size: 3rem; }
                  .landing .container .landing__top-section header.row .landing__nav .visible-on-mobile a span {
                    padding-left: 1rem;
                    font-weight: 600;
                    font-size: 1.2rem; } }
        .landing .container .landing__top-section header.row .landing__top-logo {
          padding: 1em;
          background-color: #0099d5;
          text-align: center;
          /* Extra Small Devices, Phones */
          /* Small Devices, Tablets */
          /* Medium Devices, Desktops */
          /* Extra Small Devices, Phones */
          /* Small Devices, Tablets */
          /* Medium Devices, Desktops */ }
          .landing .container .landing__top-section header.row .landing__top-logo img {
            width: 50%; }
          .landing .container .landing__top-section header.row .landing__top-logo.top {
            height: initial !important; }
          @media only screen and (max-width: 992px) {
            .landing .container .landing__top-section header.row .landing__top-logo {
              -webkit-justify-content: center;
              -moz-justify-content: center;
              -ms-justify-content: center;
              justify-content: center;
              -ms-flex-pack: center;
              -webkit-flex-basis: 100%;
              -moz-flex-basis: 100%;
              -ms-flex-basis: 100%;
              flex-basis: 100%;
              max-width: 100%; }
              .landing .container .landing__top-section header.row .landing__top-logo img {
                width: 50%; } }
          @media only screen and (max-width: 768px) {
            .landing .container .landing__top-section header.row .landing__top-logo {
              -webkit-justify-content: start;
              -moz-justify-content: start;
              -ms-justify-content: start;
              justify-content: start;
              -ms-flex-pack: start; }
              .landing .container .landing__top-section header.row .landing__top-logo img {
                height: 60px;
                width: auto; } }
      .landing .container .landing__top-section .header__wrap {
        background-color: #0099d5;
        /*MENU MOBILE*/
        /* Extra Small Devices, Phones */
        /* Small Devices, Tablets */
        /* Medium Devices, Desktops */
        /* Extra Small Devices, Phones */
        /* Small Devices, Tablets */
        /* Medium Devices, Desktops */ }
        .landing .container .landing__top-section .header__wrap .menu-on-mobile-landing, .landing .container .landing__top-section .header__wrap .menu-on-mobile__open {
          padding: 0 1em;
          -webkit-user-select: none;
          -khtml-user-select: none;
          -moz-user-select: none;
          -ms-user-select: none;
          -o-user-select: none;
          user-select: none; }
          .landing .container .landing__top-section .header__wrap .menu-on-mobile-landing div, .landing .container .landing__top-section .header__wrap .menu-on-mobile__open div {
            cursor: pointer;
            color: #0099d5;
            -webkit-border-radius: 3px;
            -khtml-border-radius: 3px;
            -moz-border-radius: 3px;
            -ms-border-radius: 3px;
            -o-border-radius: 3px;
            border-radius: 3px;
            background-color: #fff;
            padding: .4rem .7rem; }
            .landing .container .landing__top-section .header__wrap .menu-on-mobile-landing div strong, .landing .container .landing__top-section .header__wrap .menu-on-mobile__open div strong {
              margin-left: .5rem;
              font-size: 1.1rem; }
            .landing .container .landing__top-section .header__wrap .menu-on-mobile-landing div i, .landing .container .landing__top-section .header__wrap .menu-on-mobile__open div i {
              font-size: 1.8rem;
              line-height: 0; }
        @media only screen and (max-width: 768px) {
          .landing .container .landing__top-section .header__wrap .logo > div {
            height: 60px; }
          .landing .container .landing__top-section .header__wrap .logo a {
            height: 45px; }
          .landing .container .landing__top-section .header__wrap .logo img {
            height: 45px; } }
        @media only screen and (max-width: 992px) {
          .landing .container .landing__top-section .header__wrap .buy_online .visible-on-tablet:after, .landing .container .landing__top-section .header__wrap .us_spl > div > span:after {
            display: none; } }
      .landing .container .landing__top-section section.row {
        margin: 0;
        /* Extra Small Devices, Phones */
        /* Small Devices, Tablets */
        /* Medium Devices, Desktops */ }
        @media only screen and (max-width: 480px) {
          .landing .container .landing__top-section section.row {
            display: block; } }
        .landing .container .landing__top-section section.row .landing__top-claim-cta {
          position: relative;
          padding: 0;
          /* Extra Small Devices, Phones */
          /* Small Devices, Tablets */
          /* Medium Devices, Desktops */
          /* Extra Small Devices, Phones */
          /* Small Devices, Tablets */
          /* Medium Devices, Desktops */ }
          .landing .container .landing__top-section section.row .landing__top-claim-cta .top-claim-cta__wrap {
            width: 100%;
            background-color: #00548b;
            padding: 1.8em 0;
            margin: 0;
            /* Extra Small Devices, Phones */
            /* Small Devices, Tablets */
            /* Medium Devices, Desktops */
            /* Extra Small Devices, Phones */
            /* Small Devices, Tablets */
            /* Medium Devices, Desktops */ }
            @media only screen and (max-width: 992px) {
              .landing .container .landing__top-section section.row .landing__top-claim-cta .top-claim-cta__wrap {
                background-image: url("/content/images/svg/freccia-gialla.svg");
                background-position: 30% 65%;
                background-repeat: no-repeat;
                background-size: 12%;
                -webkit-align-items: start;
                -moz-align-items: start;
                -ms-align-items: start;
                align-items: start; } }
            @media only screen and (max-width: 768px) {
              .landing .container .landing__top-section section.row .landing__top-claim-cta .top-claim-cta__wrap {
                -webkit-flex-direction: column;
                -moz-flex-direction: column;
                -ms-flex-direction: column;
                flex-direction: column;
                padding: 1rem; } }
            .landing .container .landing__top-section section.row .landing__top-claim-cta .top-claim-cta__wrap .col-5 {
              background-image: url("/content/images/svg/freccia-gialla.svg");
              background-position: right;
              background-repeat: no-repeat;
              background-size: 30% 30%;
              /* Extra Small Devices, Phones */
              /* Small Devices, Tablets */
              /* Medium Devices, Desktops */
              /* Extra Small Devices, Phones */
              /* Small Devices, Tablets */
              /* Medium Devices, Desktops */ }
              @media only screen and (max-width: 992px) {
                .landing .container .landing__top-section section.row .landing__top-claim-cta .top-claim-cta__wrap .col-5 {
                  background-image: none;
                  padding-top: 2rem; } }
              @media only screen and (max-width: 768px) {
                .landing .container .landing__top-section section.row .landing__top-claim-cta .top-claim-cta__wrap .col-5 {
                  -webkit-flex-basis: 100%;
                  -moz-flex-basis: 100%;
                  -ms-flex-basis: 100%;
                  flex-basis: 100%;
                  max-width: 100%;
                  padding-top: 1rem; }
                  .landing .container .landing__top-section section.row .landing__top-claim-cta .top-claim-cta__wrap .col-5 > div {
                    width: 100%; }
                  .landing .container .landing__top-section section.row .landing__top-claim-cta .top-claim-cta__wrap .col-5 br {
                    display: none; } }
            .landing .container .landing__top-section section.row .landing__top-claim-cta .top-claim-cta__wrap .col-7 {
              /* Extra Small Devices, Phones */
              /* Small Devices, Tablets */
              /* Medium Devices, Desktops */ }
              @media only screen and (max-width: 768px) {
                .landing .container .landing__top-section section.row .landing__top-claim-cta .top-claim-cta__wrap .col-7 {
                  -webkit-flex-basis: 100%;
                  -moz-flex-basis: 100%;
                  -ms-flex-basis: 100%;
                  flex-basis: 100%;
                  max-width: 100%; } }
          @media only screen and (max-width: 992px) {
            .landing .container .landing__top-section section.row .landing__top-claim-cta {
              -webkit-justify-content: center;
              -moz-justify-content: center;
              -ms-justify-content: center;
              justify-content: center;
              -ms-flex-pack: center; } }
          @media only screen and (max-width: 480px) {
            .landing .container .landing__top-section section.row .landing__top-claim-cta {
              display: block; }
              .landing .container .landing__top-section section.row .landing__top-claim-cta .flex {
                display: block; }
              .landing .container .landing__top-section section.row .landing__top-claim-cta .hidden--small {
                display: none; } }
          .landing .container .landing__top-section section.row .landing__top-claim-cta h2 {
            color: #f1c73b;
            margin: .5em 0;
            font-weight: 800;
            line-height: 2rem;
            /* Extra Small Devices, Phones */
            /* Small Devices, Tablets */
            /* Medium Devices, Desktops */
            /* Extra Small Devices, Phones */
            /* Small Devices, Tablets */
            /* Medium Devices, Desktops */ }
            @media only screen and (max-width: 992px) {
              .landing .container .landing__top-section section.row .landing__top-claim-cta h2 {
                margin-top: 0;
                text-align: left; } }
            @media only screen and (max-width: 768px) {
              .landing .container .landing__top-section section.row .landing__top-claim-cta h2 {
                margin: 0;
                font-size: 1.2rem;
                font-weight: 700;
                margin-top: .5rem; } }
          .landing .container .landing__top-section section.row .landing__top-claim-cta h1 {
            /* Extra Small Devices, Phones */
            /* Small Devices, Tablets */
            /* Medium Devices, Desktops */ }
            @media only screen and (max-width: 768px) {
              .landing .container .landing__top-section section.row .landing__top-claim-cta h1 {
                margin: 0;
                color: #fff; } }
          .landing .container .landing__top-section section.row .landing__top-claim-cta ul {
            font-size: 1rem;
            line-height: 1.5rem;
            margin-top: 1em;
            color: #fff;
            padding: 0 1.3em;
            /* Extra Small Devices, Phones */
            /* Small Devices, Tablets */
            /* Medium Devices, Desktops */
            /* Extra Small Devices, Phones */
            /* Small Devices, Tablets */
            /* Medium Devices, Desktops */ }
            @media only screen and (max-width: 992px) {
              .landing .container .landing__top-section section.row .landing__top-claim-cta ul {
                text-align: left;
                font-size: 1.3rem;
                line-height: 2rem; } }
            @media only screen and (max-width: 768px) {
              .landing .container .landing__top-section section.row .landing__top-claim-cta ul {
                padding: 0;
                margin: 0;
                line-height: 1.3rem;
                margin-bottom: 3rem; }
                .landing .container .landing__top-section section.row .landing__top-claim-cta ul li {
                  font-size: 1rem;
                  list-style: none;
                  display: inline;
                  text-transform: lowercase;
                  font-style: italic; } }
          .landing .container .landing__top-section section.row .landing__top-claim-cta .popup {
            background-color: #f1c73b;
            position: absolute;
            right: 5%;
            top: -7px;
            width: 100%;
            border: 5px solid #f1c73b;
            padding: 2rem;
            /* Extra Small Devices, Phones */
            /* Small Devices, Tablets */
            /* Medium Devices, Desktops */
            /* Extra Small Devices, Phones */
            /* Small Devices, Tablets */
            /* Medium Devices, Desktops */
            /* Extra Small Devices, Phones */
            /* Small Devices, Tablets */
            /* Medium Devices, Desktops */ }
            @media only screen and (max-width: 992px) {
              .landing .container .landing__top-section section.row .landing__top-claim-cta .popup {
                position: relative;
                right: inherit;
                top: inherit; }
                .landing .container .landing__top-section section.row .landing__top-claim-cta .popup.col-6 {
                  -webkit-flex-basis: 56.33333%;
                  -moz-flex-basis: 56.33333%;
                  -ms-flex-basis: 56.33333%;
                  flex-basis: 56.33333%;
                  max-width: 56.33333333%; } }
            @media only screen and (max-width: 768px) {
              .landing .container .landing__top-section section.row .landing__top-claim-cta .popup {
                width: 100%;
                -webkit-border-radius: 0;
                -khtml-border-radius: 0;
                -moz-border-radius: 0;
                -ms-border-radius: 0;
                -o-border-radius: 0;
                border-radius: 0;
                padding: 1rem; }
                .landing .container .landing__top-section section.row .landing__top-claim-cta .popup.col-6 {
                  -webkit-flex-basis: 100%;
                  -moz-flex-basis: 100%;
                  -ms-flex-basis: 100%;
                  flex-basis: 100%;
                  max-width: 100%; } }
            @media only screen and (max-width: 480px) {
              .landing .container .landing__top-section section.row .landing__top-claim-cta .popup {
                display: block; } }
            .landing .container .landing__top-section section.row .landing__top-claim-cta .popup .popup__body {
              width: 100%;
              /* Extra Small Devices, Phones */
              /* Small Devices, Tablets */
              /* Medium Devices, Desktops */ }
              @media only screen and (max-width: 992px) {
                .landing .container .landing__top-section section.row .landing__top-claim-cta .popup .popup__body > .row {
                  display: -webkit-box;
                  display: -moz-box;
                  display: -ms-flexbox;
                  display: -webkit-flex;
                  display: flex;
                  /* Extra Small Devices, Phones */
                  /* Small Devices, Tablets */
                  /* Medium Devices, Desktops */ } }
  @media only screen and (max-width: 992px) and (max-width: 480px) {
    .landing .container .landing__top-section section.row .landing__top-claim-cta .popup .popup__body > .row {
      display: block; } }
              @media only screen and (max-width: 992px) {
                  .landing .container .landing__top-section section.row .landing__top-claim-cta .popup .popup__body > .row .col-6 {
                    -webkit-flex-basis: 50%;
                    -moz-flex-basis: 50%;
                    -ms-flex-basis: 50%;
                    flex-basis: 50%;
                    max-width: 50%;
                    padding-right: 0.5rem;
                    padding-left: 0.5rem;
                    /* Extra Small Devices, Phones */
                    /* Small Devices, Tablets */
                    /* Medium Devices, Desktops */ } }
    @media only screen and (max-width: 992px) and (max-width: 480px) {
      .landing .container .landing__top-section section.row .landing__top-claim-cta .popup .popup__body > .row .col-6 {
        width: 100%;
        display: block;
        max-width: 100%; } }
              .landing .container .landing__top-section section.row .landing__top-claim-cta .popup .popup__body header {
                color: #00548b;
                margin: 1em 0;
                margin-top: 0;
                /* Extra Small Devices, Phones */
                /* Small Devices, Tablets */
                /* Medium Devices, Desktops */ }
                .landing .container .landing__top-section section.row .landing__top-claim-cta .popup .popup__body header h3, .landing .container .landing__top-section section.row .landing__top-claim-cta .popup .popup__body header p {
                  margin: 0; }
                .landing .container .landing__top-section section.row .landing__top-claim-cta .popup .popup__body header h3 {
                  font-style: italic;
                  margin: .2em 0;
                  font-weight: 700;
                  font-size: 1.5rem;
                  /* Extra Small Devices, Phones */
                  /* Small Devices, Tablets */
                  /* Medium Devices, Desktops */
                  /* Extra Small Devices, Phones */
                  /* Small Devices, Tablets */
                  /* Medium Devices, Desktops */ }
                  @media only screen and (max-width: 992px) {
                    .landing .container .landing__top-section section.row .landing__top-claim-cta .popup .popup__body header h3 {
                      margin-top: 0; } }
                  @media only screen and (max-width: 768px) {
                    .landing .container .landing__top-section section.row .landing__top-claim-cta .popup .popup__body header h3 {
                      text-transform: uppercase;
                      font-weight: 500;
                      font-style: normal; } }
                .landing .container .landing__top-section section.row .landing__top-claim-cta .popup .popup__body header p {
                  font-size: 1.2rem;
                  margin: .5em 0;
                  margin-bottom: 1rem;
                  /* Extra Small Devices, Phones */
                  /* Small Devices, Tablets */
                  /* Medium Devices, Desktops */ }
                  @media only screen and (max-width: 992px) {
                    .landing .container .landing__top-section section.row .landing__top-claim-cta .popup .popup__body header p {
                      margin-bottom: 2rem; } }
                @media only screen and (max-width: 768px) {
                  .landing .container .landing__top-section section.row .landing__top-claim-cta .popup .popup__body header {
                    -webkit-justify-content: start;
                    -moz-justify-content: start;
                    -ms-justify-content: start;
                    justify-content: start;
                    -ms-flex-pack: start;
                    -webkit-align-items: baseline;
                    -moz-align-items: baseline;
                    -ms-align-items: baseline;
                    align-items: baseline;
                    border-width: 2px 0 0 0;
                    -webkit-border-radius: 0;
                    -khtml-border-radius: 0;
                    -moz-border-radius: 0;
                    -ms-border-radius: 0;
                    -o-border-radius: 0;
                    border-radius: 0; } }
              .landing .container .landing__top-section section.row .landing__top-claim-cta .popup .popup__body .popup__cta {
                margin-top: 10px;
                padding: 1.3rem;
                text-decoration: none;
                color: #0099d5;
                -webkit-border-radius: 5px;
                -khtml-border-radius: 5px;
                -moz-border-radius: 5px;
                -ms-border-radius: 5px;
                -o-border-radius: 5px;
                border-radius: 5px;
                background-color: #fff;
                -webkit-transition: all 0.3s;
                -khtml-transition: all 0.3s;
                -moz-transition: all 0.3s;
                -ms-transition: all 0.3s;
                -o-transition: all 0.3s;
                transition: all 0.3s;
                /* Extra Small Devices, Phones */
                /* Small Devices, Tablets */
                /* Medium Devices, Desktops */
                /* Extra Small Devices, Phones */
                /* Small Devices, Tablets */
                /* Medium Devices, Desktops */ }
                @media only screen and (max-width: 992px) {
                  .landing .container .landing__top-section section.row .landing__top-claim-cta .popup .popup__body .popup__cta {
                    -webkit-justify-content: center;
                    -moz-justify-content: center;
                    -ms-justify-content: center;
                    justify-content: center;
                    -ms-flex-pack: center; } }
                @media only screen and (max-width: 480px) {
                  .landing .container .landing__top-section section.row .landing__top-claim-cta .popup .popup__body .popup__cta {
                    width: 100%; } }
                .landing .container .landing__top-section section.row .landing__top-claim-cta .popup .popup__body .popup__cta img {
                  padding: 0 10px;
                  -webkit-transition: all 0.3s;
                  -khtml-transition: all 0.3s;
                  -moz-transition: all 0.3s;
                  -ms-transition: all 0.3s;
                  -o-transition: all 0.3s;
                  transition: all 0.3s;
                  height: 48px;
                  width: auto;
                  /* Extra Small Devices, Phones */
                  /* Small Devices, Tablets */
                  /* Medium Devices, Desktops */
                  /* Extra Small Devices, Phones */
                  /* Small Devices, Tablets */
                  /* Medium Devices, Desktops */ }
                  @media only screen and (max-width: 992px) {
                    .landing .container .landing__top-section section.row .landing__top-claim-cta .popup .popup__body .popup__cta img {
                      display: none; } }
                  @media only screen and (max-width: 768px) {
                    .landing .container .landing__top-section section.row .landing__top-claim-cta .popup .popup__body .popup__cta img {
                      width: auto;
                      height: 24px;
                      padding: 0 .3rem; } }
                .landing .container .landing__top-section section.row .landing__top-claim-cta .popup .popup__body .popup__cta h3 {
                  margin: 0;
                  font-style: italic;
                  color: #00548b;
                  /* Extra Small Devices, Phones */
                  /* Small Devices, Tablets */
                  /* Medium Devices, Desktops */ }
                  @media only screen and (max-width: 992px) {
                    .landing .container .landing__top-section section.row .landing__top-claim-cta .popup .popup__body .popup__cta h3 {
                      font-style: normal;
                      font-size: 1.5rem;
                      text-align: center; }
                      .landing .container .landing__top-section section.row .landing__top-claim-cta .popup .popup__body .popup__cta h3 span {
                        display: block;
                        font-size: 1rem;
                        font-weight: 500; } }
                .landing .container .landing__top-section section.row .landing__top-claim-cta .popup .popup__body .popup__cta:hover {
                  -webkit-box-shadow: 0 2px 0 rgba(39, 28, 24, 0.2);
                  -khtml-box-shadow: 0 2px 0 rgba(39, 28, 24, 0.2);
                  -moz-box-shadow: 0 2px 0 rgba(39, 28, 24, 0.2);
                  -ms-box-shadow: 0 2px 0 rgba(39, 28, 24, 0.2);
                  -o-box-shadow: 0 2px 0 rgba(39, 28, 24, 0.2);
                  box-shadow: 0 2px 0 rgba(39, 28, 24, 0.2);
                  -webkit-transition: all 0.3s;
                  -khtml-transition: all 0.3s;
                  -moz-transition: all 0.3s;
                  -ms-transition: all 0.3s;
                  -o-transition: all 0.3s;
                  transition: all 0.3s; }
                  .landing .container .landing__top-section section.row .landing__top-claim-cta .popup .popup__body .popup__cta:hover img {
                    padding: 0 0px;
                    padding-right: 20px;
                    -webkit-transition: all 0.3s;
                    -khtml-transition: all 0.3s;
                    -moz-transition: all 0.3s;
                    -ms-transition: all 0.3s;
                    -o-transition: all 0.3s;
                    transition: all 0.3s; }
              .landing .container .landing__top-section section.row .landing__top-claim-cta .popup .popup__body .text-center {
                padding: .5em; }
                .landing .container .landing__top-section section.row .landing__top-claim-cta .popup .popup__body .text-center small {
                  color: gray; }
    .landing .container footer {
      /* Extra Small Devices, Phones */
      /* Small Devices, Tablets */
      /* Medium Devices, Desktops */ }
      @media only screen and (max-width: 992px) {
        .landing .container footer > .row {
          display: -webkit-box;
          display: -moz-box;
          display: -ms-flexbox;
          display: -webkit-flex;
          display: flex;
          -webkit-justify-content: center;
          -moz-justify-content: center;
          -ms-justify-content: center;
          justify-content: center;
          -ms-flex-pack: center;
          -webkit-align-items: center;
          -moz-align-items: center;
          -ms-align-items: center;
          align-items: center;
          background-color: #00548b;
          /* Extra Small Devices, Phones */
          /* Small Devices, Tablets */
          /* Medium Devices, Desktops */ } }
  @media only screen and (max-width: 992px) and (max-width: 768px) {
    .landing .container footer > .row {
      display: block; } }
      .landing .container footer .row {
        margin: 0;
        color: #fff;
        font-size: .8rem; }
        .landing .container footer .row ul {
          margin: 0; }
          .landing .container footer .row ul li a {
            text-decoration: none;
            color: #fff;
            line-height: 1.3rem;
            /* Extra Small Devices, Phones */
            /* Small Devices, Tablets */
            /* Medium Devices, Desktops */ }
            @media only screen and (max-width: 992px) {
              .landing .container footer .row ul li a {
                font-size: 1.2rem;
                line-height: 1.6rem; } }
        .landing .container footer .row .logo-wrap {
          padding: 1em 0;
          text-align: center;
          background-color: #0099d5;
          /* Extra Small Devices, Phones */
          /* Small Devices, Tablets */
          /* Medium Devices, Desktops */
          /* Extra Small Devices, Phones */
          /* Small Devices, Tablets */
          /* Medium Devices, Desktops */ }
          .landing .container footer .row .logo-wrap img {
            width: 80%;
            height: auto; }
          @media only screen and (max-width: 992px) {
            .landing .container footer .row .logo-wrap {
              background-color: #00548b; } }
          @media only screen and (max-width: 768px) {
            .landing .container footer .row .logo-wrap {
              padding: 1rem;
              display: none; } }
        .landing .container footer .row .content-wrap {
          padding: 1em 3em;
          background-color: #0079b7;
          /* Extra Small Devices, Phones */
          /* Small Devices, Tablets */
          /* Medium Devices, Desktops */
          /* Extra Small Devices, Phones */
          /* Small Devices, Tablets */
          /* Medium Devices, Desktops */ }
          .landing .container footer .row .content-wrap .col-3 div + div {
            margin-top: .5em; }
          @media only screen and (max-width: 992px) {
            .landing .container footer .row .content-wrap > .row {
              display: -webkit-box;
              display: -moz-box;
              display: -ms-flexbox;
              display: -webkit-flex;
              display: flex;
              -webkit-justify-content: space-around;
              -moz-justify-content: space-around;
              -ms-justify-content: space-around;
              justify-content: space-around;
              -ms-flex-pack: space-around;
              /* Extra Small Devices, Phones */
              /* Small Devices, Tablets */
              /* Medium Devices, Desktops */ } }
  @media only screen and (max-width: 992px) and (max-width: 768px) {
    .landing .container footer .row .content-wrap > .row {
      display: block; } }
          @media only screen and (max-width: 768px) {
            .landing .container footer .row .content-wrap div {
              padding: .5rem 0; } }
        .landing .container footer .row strong {
          line-height: 1.5rem;
          /* Extra Small Devices, Phones */
          /* Small Devices, Tablets */
          /* Medium Devices, Desktops */ }
          @media only screen and (max-width: 992px) {
            .landing .container footer .row strong {
              display: none; } }
        .landing .container footer .row .social i {
          color: #0099d5;
          background-color: #fff;
          width: 40px;
          text-align: center;
          -webkit-border-radius: 50px;
          -khtml-border-radius: 50px;
          -moz-border-radius: 50px;
          -ms-border-radius: 50px;
          -o-border-radius: 50px;
          border-radius: 50px;
          font-size: 2em; }
        .landing .container footer .row .social a {
          margin-right: 1em; }
    .landing .container .copy {
      background-color: #003e67;
      color: #fff;
      padding: .7em;
      font-size: .7rem;
      /* Extra Small Devices, Phones */
      /* Small Devices, Tablets */
      /* Medium Devices, Desktops */ }
      .landing .container .copy a {
        text-decoration: none;
        color: #fff;
        font-weight: 500; }
      @media only screen and (max-width: 480px) {
        .landing .container .copy {
          font-size: .8rem; } }
    .landing .container #corporate {
      background: #0079b7;
      border-bottom: 2px solid white;
      width: 100%;
      margin: 0;
      height: 430px;
      position: relative;
      overflow: hidden; }
      .landing .container #corporate .row {
        display: block;
        height: 100%; }
      .landing .container #corporate .text {
        display: flex;
        flex-direction: column;
        align-items: center;
        justify-content: center;
        height: 100%;
        text-align: center;
        color: #ffffff; }
        .landing .container #corporate .text h2 {
          font-size: 3em;
          color: #fff; }
        .landing .container #corporate .text p {
          display: block;
          width: 80%;
          font-size: 1em; }
        .landing .container #corporate .text a {
          background: #FFF;
          padding: 20px 40px;
          border-radius: 10px;
          color: #00548b;
          text-decoration: none;
          font-weight: 600;
          /* Extra Small Devices, Phones */
          /* Small Devices, Tablets */
          /* Medium Devices, Desktops */ }
          @media only screen and (max-width: 768px) {
            .landing .container #corporate .text a {
              padding: 1em; } }
      @media (min-width: 992px) {
        .landing .container #corporate .text, .landing .container #corporate .image {
          width: 50%;
          float: left; } }
      @media (max-width: 767px) {
        .landing .container #corporate .image {
          display: none; } }
      .landing .container #corporate .image {
        height: 100%;
        overflow: hidden;
        padding: 0; }
      .landing .container #corporate .image figure.corporate-img {
        width: 100%;
        height: 100%;
        margin: 0;
        padding: 0;
        position: relative; }
      .landing .container #corporate .image figure.corporate-img img {
        display: block;
        width: 100%; }
      .landing .container #corporate .logo-circle {
        position: absolute;
        top: 50%;
        left: 50%;
        background: #0079b7;
        width: 200px;
        height: 200px;
        border-radius: 50%;
        border: 4px dotted #ffffff;
        transform: translate(-50%, -50%);
        text-align: center;
        color: #FFF; }
        .landing .container #corporate .logo-circle .circle-number {
          font-size: 4em;
          font-weight: 800;
          display: block; }
        .landing .container #corporate .logo-circle .circle-text {
          display: block;
          padding-top: 5px;
          font-size: 2em; }
      @media (max-width: 1200px) {
        .landing .container #corporate .logo-circle {
          transform: translate(-50%, -50%) scale(0.7); } }
      @media (max-width: 1023px) {
        .landing .container #corporate .logo-circle {
          display: none; } }

.landing__middle-section h1 {
  text-align: center;
  padding: 1em 0;
  padding-top: 1.5em;
  margin: 0;
  color: #00548b;
  width: 100%;
  font-size: 2.5rem;
  /* Extra Small Devices, Phones */
  /* Small Devices, Tablets */
  /* Medium Devices, Desktops */
  /* Extra Small Devices, Phones */
  /* Small Devices, Tablets */
  /* Medium Devices, Desktops */
  /* Extra Small Devices, Phones */
  /* Small Devices, Tablets */
  /* Medium Devices, Desktops */ }
  @media only screen and (max-width: 992px) {
    .landing__middle-section h1 {
      padding-top: 2rem;
      text-align: center; } }
  @media only screen and (max-width: 768px) {
    .landing__middle-section h1 {
      font-size: 2rem;
      padding: 1rem; } }
  @media only screen and (max-width: 480px) {
    .landing__middle-section h1 {
      font-size: 1.5rem;
      margin-bottom: 1rem; } }

.landing__middle-section h2 {
  color: #fff; }

.landing__middle-section .landing__middle-how-to {
  width: 100%;
  padding-top: 1em;
  /* Extra Small Devices, Phones */
  /* Small Devices, Tablets */
  /* Medium Devices, Desktops */
  /* Extra Small Devices, Phones */
  /* Small Devices, Tablets */
  /* Medium Devices, Desktops */ }
  @media only screen and (max-width: 992px) {
    .landing__middle-section .landing__middle-how-to {
      padding: 0;
      background-color: #f7f8f8;
      background-image: -webkit-gradient(linear, left top, left bottom, from(#f7f8f8), to(#0099d5));
      background-image: -webkit-linear-gradient(top, #f7f8f8, #0099d5);
      background-image: -moz-linear-gradient(top, #f7f8f8, #0099d5);
      background-image: -ms-linear-gradient(top, #f7f8f8, #0099d5);
      background-image: -o-linear-gradient(top, #f7f8f8, #0099d5);
      background-image: linear-gradient(top, #f7f8f8, #0099d5);
      filter: progid:DXImageTransform.Microsoft.gradient(startColorStr='#f7f8f8', endColorStr='#0099d5'); }
      .landing__middle-section .landing__middle-how-to .col-4 {
        -webkit-flex-basis: 100%;
        -moz-flex-basis: 100%;
        -ms-flex-basis: 100%;
        flex-basis: 100%;
        max-width: 100%; } }
  @media only screen and (max-width: 768px) {
    .landing__middle-section .landing__middle-how-to {
      background-color: #f7f8f8;
      background-image: -webkit-gradient(linear, left top, left bottom, from(#f7f8f8), to(#f7f8f8));
      background-image: -webkit-linear-gradient(top, #f7f8f8, #f7f8f8);
      background-image: -moz-linear-gradient(top, #f7f8f8, #f7f8f8);
      background-image: -ms-linear-gradient(top, #f7f8f8, #f7f8f8);
      background-image: -o-linear-gradient(top, #f7f8f8, #f7f8f8);
      background-image: linear-gradient(top, #f7f8f8, #f7f8f8);
      filter: progid:DXImageTransform.Microsoft.gradient(startColorStr='#f7f8f8', endColorStr='#f7f8f8'); } }
  .landing__middle-section .landing__middle-how-to img {
    width: 50%;
    /* Extra Small Devices, Phones */
    /* Small Devices, Tablets */
    /* Medium Devices, Desktops */ }
    @media only screen and (max-width: 992px) {
      .landing__middle-section .landing__middle-how-to img {
        width: 25%;
        height: auto; } }
  .landing__middle-section .landing__middle-how-to .landing-how__wrap {
    width: 80%;
    height: 200px;
    /* Extra Small Devices, Phones */
    /* Small Devices, Tablets */
    /* Medium Devices, Desktops */
    /* Extra Small Devices, Phones */
    /* Small Devices, Tablets */
    /* Medium Devices, Desktops */ }
    @media only screen and (max-width: 992px) {
      .landing__middle-section .landing__middle-how-to .landing-how__wrap {
        width: 60%;
        -webkit-justify-content: flex-start;
        -moz-justify-content: flex-start;
        -ms-justify-content: flex-start;
        justify-content: flex-start;
        -ms-flex-pack: flex-start; } }
    @media only screen and (max-width: 768px) {
      .landing__middle-section .landing__middle-how-to .landing-how__wrap {
        width: 100%;
        height: 60px; } }
    .landing__middle-section .landing__middle-how-to .landing-how__wrap h2 {
      margin: 0;
      display: table-cell;
      vertical-align: middle; }
  .landing__middle-section .landing__middle-how-to div {
    padding: 1em;
    /*width: 75%;*/
    /* Extra Small Devices, Phones */
    /* Small Devices, Tablets */
    /* Medium Devices, Desktops */ }
    .landing__middle-section .landing__middle-how-to div .circle {
      background-color: #00548b;
      color: #fff;
      font-size: 2rem;
      font-weight: 800;
      -webkit-border-radius: 100%;
      -khtml-border-radius: 100%;
      -moz-border-radius: 100%;
      -ms-border-radius: 100%;
      -o-border-radius: 100%;
      border-radius: 100%;
      height: 40px;
      width: 70px;
      display: table;
      padding: 0;
      /* Extra Small Devices, Phones */
      /* Small Devices, Tablets */
      /* Medium Devices, Desktops */
      /* Extra Small Devices, Phones */
      /* Small Devices, Tablets */
      /* Medium Devices, Desktops */
      /* Extra Small Devices, Phones */
      /* Small Devices, Tablets */
      /* Medium Devices, Desktops */ }
      @media only screen and (max-width: 992px) {
        .landing__middle-section .landing__middle-how-to div .circle {
          width: 50px;
          height: 50px; } }
      @media only screen and (max-width: 768px) {
        .landing__middle-section .landing__middle-how-to div .circle h2 {
          font-weight: 300; } }
      @media only screen and (max-width: 480px) {
        .landing__middle-section .landing__middle-how-to div .circle {
          width: 40px;
          height: 40px; } }
    .landing__middle-section .landing__middle-how-to div .how-to__text {
      text-align: left;
      font-weight: 500;
      color: #0099d5;
      font-size: 1.5rem;
      padding-left: 0;
      padding-right: 0;
      margin-left: .5rem;
      /* Extra Small Devices, Phones */
      /* Small Devices, Tablets */
      /* Medium Devices, Desktops */
      /* Extra Small Devices, Phones */
      /* Small Devices, Tablets */
      /* Medium Devices, Desktops */
      /* Extra Small Devices, Phones */
      /* Small Devices, Tablets */
      /* Medium Devices, Desktops */ }
      .landing__middle-section .landing__middle-how-to div .how-to__text span {
        color: #00548b; }
      @media only screen and (max-width: 992px) {
        .landing__middle-section .landing__middle-how-to div .how-to__text {
          font-size: 2rem;
          color: #fff;
          font-weight: 600; } }
      @media only screen and (max-width: 768px) {
        .landing__middle-section .landing__middle-how-to div .how-to__text {
          font-size: 1.2rem;
          color: #00548b; } }
      @media only screen and (max-width: 480px) {
        .landing__middle-section .landing__middle-how-to div .how-to__text {
          font-size: 1rem; } }
    @media only screen and (max-width: 992px) {
      .landing__middle-section .landing__middle-how-to div {
        padding: .5em; } }
  .landing__middle-section .landing__middle-how-to .text-center.flex.middle.center.col {
    /*background-color: rgba(#aaa, .4);
            @include border-radius(20px);*/ }

.change-service {
  background-color: #C7C7C7;
  -webkit-border-radius: 5px;
  -khtml-border-radius: 5px;
  -moz-border-radius: 5px;
  -ms-border-radius: 5px;
  -o-border-radius: 5px;
  border-radius: 5px;
  padding: 1em !important;
  margin: 0 1.5em 1em; }
  .change-service:hover {
    background-color: #fff;
    border: 2px solid #00548b; }
  .change-service a {
    color: #303030 !important; }
  .change-service i {
    color: #303030 !important; }

#my-list {
  overflow: hidden;
  width: 100%;
  clear: both; }
  #my-list .info-text {
    margin: 1rem; }
  #my-list .list-action-bar {
    padding: 1em 2em;
    margin: 1em 0;
    text-align: center;
    font-size: 1em;
    border: 1px solid #eee;
    border-width: 2px 0; }
  #my-list .total {
    font-size: 1.225em; }
  #my-list .cart-total-cta a {
    margin: 1rem;
    padding: 1rem 3rem;
    background-color: green;
    -webkit-transition: all 0.3s;
    -khtml-transition: all 0.3s;
    -moz-transition: all 0.3s;
    -ms-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s; }
    #my-list .cart-total-cta a:hover {
      background-color: #0099d5;
      -webkit-transition: all 0.3s;
      -khtml-transition: all 0.3s;
      -moz-transition: all 0.3s;
      -ms-transition: all 0.3s;
      -o-transition: all 0.3s;
      transition: all 0.3s; }

.profile-card-wrap {
  margin: 20px 0;
  margin-bottom: 40px;
  border: 1px solid #eee;
  -webkit-border-radius: 3px;
  -khtml-border-radius: 3px;
  -moz-border-radius: 3px;
  -ms-border-radius: 3px;
  -o-border-radius: 3px;
  border-radius: 3px;
  -webkit-box-shadow: 0px 3px 5px rgba(0, 0, 0, 0.3);
  -khtml-box-shadow: 0px 3px 5px rgba(0, 0, 0, 0.3);
  -moz-box-shadow: 0px 3px 5px rgba(0, 0, 0, 0.3);
  -ms-box-shadow: 0px 3px 5px rgba(0, 0, 0, 0.3);
  -o-box-shadow: 0px 3px 5px rgba(0, 0, 0, 0.3);
  box-shadow: 0px 3px 5px rgba(0, 0, 0, 0.3);
  border-top: 5px solid #0099d5;
  overflow: hidden;
  /* Extra Small Devices, Phones */
  /* Small Devices, Tablets */
  /* Medium Devices, Desktops */
  /* Extra Small Devices, Phones */
  /* Small Devices, Tablets */
  /* Medium Devices, Desktops */ }
  @media only screen and (max-width: 768px) {
    .profile-card-wrap {
      margin: 0;
      margin-top: .5em; } }
  .profile-card-wrap .show--tablet-mobile {
    display: none; }
  .profile-card-wrap .profile-card__header {
    padding: 20px;
    border-bottom: 1px solid #e0e0e0;
    /* Extra Small Devices, Phones */
    /* Small Devices, Tablets */
    /* Medium Devices, Desktops */ }
    .profile-card-wrap .profile-card__header .row {
      width: 100%; }
    .profile-card-wrap .profile-card__header .col-2 .avatar {
      -webkit-border-radius: 100%;
      -khtml-border-radius: 100%;
      -moz-border-radius: 100%;
      -ms-border-radius: 100%;
      -o-border-radius: 100%;
      border-radius: 100%;
      background-color: #eee;
      width: 100px;
      height: 100px;
      overflow: hidden;
      font-size: 5em; }
    .profile-card-wrap .profile-card__header .col-9 {
      /* Extra Small Devices, Phones */
      /* Small Devices, Tablets */
      /* Medium Devices, Desktops */ }
      @media only screen and (max-width: 992px) {
        .profile-card-wrap .profile-card__header .col-9 .col-6:last-child {
          margin-bottom: 30px; } }
    @media only screen and (max-width: 992px) {
      .profile-card-wrap .profile-card__header .col-6 {
        -webkit-flex-basis: 100%;
        -moz-flex-basis: 100%;
        -ms-flex-basis: 100%;
        flex-basis: 100%;
        max-width: 100%; } }
  .profile-card-wrap .profile-card__body {
    background-color: #f6f6f6;
    padding: 20px; }
    .profile-card-wrap .profile-card__body input {
      margin-bottom: 20px; }
    .profile-card-wrap .profile-card__body .alert {
      font-size: .875rem;
      text-align: center; }
      .profile-card-wrap .profile-card__body .alert i {
        font-size: 1.5rem; }
    .profile-card-wrap .profile-card__body button {
      color: #fff !important; }
  .profile-card-wrap label {
    font-size: .8em; }
  .profile-card-wrap input[readonly] {
    background: #e1e1e1; }
  .profile-card-wrap input[type=email] {
    font-size: .9em;
    cursor: not-allowed; }
  .profile-card-wrap .password-change-wrap {
    background-color: #fff;
    border: 1px solid #aaa;
    -webkit-border-radius: 5px;
    -khtml-border-radius: 5px;
    -moz-border-radius: 5px;
    -ms-border-radius: 5px;
    -o-border-radius: 5px;
    border-radius: 5px;
    padding: 1em; }
    .profile-card-wrap .password-change-wrap input {
      background-color: #fff;
      margin-bottom: 0; }
  .profile-card-wrap button[type=submit] {
    box-sizing: inherit; }
  @media only screen and (max-width: 992px) {
    .profile-card-wrap .hidden--tablet-mobile {
      display: none; }
    .profile-card-wrap .show--tablet-mobile {
      display: block; } }
  .profile-card-wrap .selectric-wrapper {
    margin: 0; }
  .profile-card-wrap .selectric .label {
    height: 45px;
    line-height: 45px; }
  .profile-card-wrap .selectric .button {
    height: 45px; }
    .profile-card-wrap .selectric .button:hover {
      background-color: transparent; }

.profile__custom-data {
  margin: 10px auto;
  margin-bottom: 40px;
  border: 1px solid #eee;
  -webkit-border-radius: 3px;
  -khtml-border-radius: 3px;
  -moz-border-radius: 3px;
  -ms-border-radius: 3px;
  -o-border-radius: 3px;
  border-radius: 3px;
  -webkit-box-shadow: 0px 3px 5px rgba(0, 0, 0, 0.3);
  -khtml-box-shadow: 0px 3px 5px rgba(0, 0, 0, 0.3);
  -moz-box-shadow: 0px 3px 5px rgba(0, 0, 0, 0.3);
  -ms-box-shadow: 0px 3px 5px rgba(0, 0, 0, 0.3);
  -o-box-shadow: 0px 3px 5px rgba(0, 0, 0, 0.3);
  box-shadow: 0px 3px 5px rgba(0, 0, 0, 0.3);
  border-top: 5px solid #5fdfff;
  overflow: hidden;
  padding: 1em;
  /* Extra Small Devices, Phones */
  /* Small Devices, Tablets */
  /* Medium Devices, Desktops */
  /*CHECKBOX*/ }
  @media only screen and (max-width: 768px) {
    .profile__custom-data {
      margin: 0;
      margin-top: .5em; } }
  .profile__custom-data h1 {
    margin-bottom: 0;
    /* Extra Small Devices, Phones */
    /* Small Devices, Tablets */
    /* Medium Devices, Desktops */ }
    @media only screen and (max-width: 768px) {
      .profile__custom-data h1 {
        font-size: 1.25rem; } }
  .profile__custom-data h4 {
    margin-top: .5em;
    font-weight: 300; }
  .profile__custom-data hr {
    margin: 1em 0; }
  .profile__custom-data ul {
    list-style: none;
    margin: 0;
    padding: 0;
    overflow: hidden; }
  .profile__custom-data ul li {
    display: block;
    position: relative;
    float: left;
    width: 100%;
    height: 50px;
    /* Extra Small Devices, Phones */
    /* Small Devices, Tablets */
    /* Medium Devices, Desktops */ }
    @media only screen and (max-width: 768px) {
      .profile__custom-data ul li {
        height: 25px; } }
  .profile__custom-data ul li input[type=radio] {
    position: absolute;
    visibility: hidden; }
  .profile__custom-data ul li label {
    display: block;
    position: relative;
    font-weight: 300;
    font-size: 1.35em;
    margin: 0px;
    z-index: 9;
    cursor: pointer;
    -webkit-transition: all 0.25s linear;
    float: left;
    margin-left: 40px;
    padding: 0;
    /* Extra Small Devices, Phones */
    /* Small Devices, Tablets */
    /* Medium Devices, Desktops */ }
    @media only screen and (max-width: 768px) {
      .profile__custom-data ul li label {
        font-size: .875rem;
        margin-left: 20px; } }
  .profile__custom-data ul li:hover label {
    color: #271c18; }
  .profile__custom-data ul li .check {
    display: block;
    position: absolute;
    border: 2px solid #AAAAAA;
    border-radius: 100%;
    height: 25px;
    width: 25px;
    z-index: 5;
    transition: border .25s linear;
    -webkit-transition: border .25s linear;
    /* Extra Small Devices, Phones */
    /* Small Devices, Tablets */
    /* Medium Devices, Desktops */ }
    @media only screen and (max-width: 768px) {
      .profile__custom-data ul li .check {
        height: 15px;
        width: 15px;
        border-width: 1px; } }
  .profile__custom-data ul li:hover .check {
    border: 5px solid #271c18;
    /* Extra Small Devices, Phones */
    /* Small Devices, Tablets */
    /* Medium Devices, Desktops */ }
    @media only screen and (max-width: 768px) {
      .profile__custom-data ul li:hover .check {
        border-width: 1px; } }
  .profile__custom-data ul li .check::before {
    display: block;
    position: absolute;
    content: '';
    border-radius: 100%;
    height: 13px;
    width: 13px;
    top: 2px;
    left: 2px;
    margin: auto;
    transition: background 0.25s linear;
    -webkit-transition: background 0.25s linear;
    /* Extra Small Devices, Phones */
    /* Small Devices, Tablets */
    /* Medium Devices, Desktops */ }
    @media only screen and (max-width: 768px) {
      .profile__custom-data ul li .check::before {
        height: 7px;
        width: 7px; } }
  .profile__custom-data input[type=radio]:checked ~ .check {
    border: 4px solid #0099d5;
    /* Extra Small Devices, Phones */
    /* Small Devices, Tablets */
    /* Medium Devices, Desktops */ }
    @media only screen and (max-width: 768px) {
      .profile__custom-data input[type=radio]:checked ~ .check {
        border-width: 2px; } }
  .profile__custom-data input[type=radio]:checked ~ .check::before {
    background: #0099d5; }
  .profile__custom-data input[type=radio]:checked ~ label {
    color: #0099d5; }
  .profile__custom-data input[type='checkbox'] {
    height: 0;
    width: 0;
    visibility: hidden; }
  .profile__custom-data input[type='checkbox'] + label {
    position: relative;
    display: flex;
    margin: .6em 0;
    align-items: center;
    color: #271c18;
    transition: color 250ms cubic-bezier(0.4, 0, 0.23, 1); }
  .profile__custom-data input[type='checkbox'] + label > ins {
    position: absolute;
    display: block;
    bottom: 0;
    left: 2em;
    height: 0;
    width: 100%;
    overflow: hidden;
    text-decoration: none;
    transition: height 300ms cubic-bezier(0.4, 0, 0.23, 1);
    /* Extra Small Devices, Phones */
    /* Small Devices, Tablets */
    /* Medium Devices, Desktops */ }
    @media only screen and (max-width: 768px) {
      .profile__custom-data input[type='checkbox'] + label > ins {
        display: none; } }
  .profile__custom-data input[type='checkbox'] + label > ins > i {
    position: absolute;
    bottom: 0;
    font-style: normal;
    color: #0099d5; }
  .profile__custom-data input[type='checkbox'] + label > span {
    display: flex;
    justify-content: center;
    align-items: center;
    margin-right: 1em;
    width: 1em;
    height: 1em;
    background: transparent;
    border: 2px solid #9E9E9E;
    border-radius: 2px;
    cursor: pointer;
    transition: all 250ms cubic-bezier(0.4, 0, 0.23, 1); }
  .profile__custom-data input[type='checkbox'] + label:hover, .profile__custom-data input[type='checkbox']:focus + label {
    color: #271c18; }
  .profile__custom-data input[type='checkbox'] + label:hover > span, .profile__custom-data input[type='checkbox']:focus + label > span {
    background: rgba(255, 255, 255, 0.1); }
  .profile__custom-data input[type='checkbox']:checked + label > ins {
    height: 100%; }
  .profile__custom-data input[type='checkbox']:checked + label > span {
    border: .5em solid #aaa;
    animation: shrink-bounce 200ms cubic-bezier(0.4, 0, 0.23, 1); }
  .profile__custom-data input[type='checkbox']:checked + label > span:before {
    content: "";
    position: absolute;
    top: .5em;
    left: .2em;
    border-right: 3px solid transparent;
    border-bottom: 3px solid transparent;
    transform: rotate(45deg);
    transform-origin: 0% 100%;
    color: #fff;
    animation: checkbox-check 125ms 250ms cubic-bezier(0.4, 0, 0.23, 1) forwards; }
  .profile__custom-data .selectric .button:hover {
    background-color: transparent; }

.bellhop .profile-card-wrap {
  margin: 0;
  border: 0;
  -webkit-border-radius: 0px;
  -khtml-border-radius: 0px;
  -moz-border-radius: 0px;
  -ms-border-radius: 0px;
  -o-border-radius: 0px;
  border-radius: 0px;
  margin-bottom: 1em;
  color: #fff; }
  .bellhop .profile-card-wrap .avatar {
    background-position: center;
    background-repeat: no-repeat;
    background-size: contain;
    -webkit-border-radius: 100%;
    -khtml-border-radius: 100%;
    -moz-border-radius: 100%;
    -ms-border-radius: 100%;
    -o-border-radius: 100%;
    border-radius: 100%;
    width: 100px;
    height: 100px;
    overflow: hidden;
    margin-bottom: .5em;
    border: 2px solid #fff; }
  .bellhop .profile-card-wrap .profile-card__header {
    background: #fe8c00;
    /* fallback for old browsers */
    background: -webkit-linear-gradient(to top, #f83600, #fe8c00);
    /* Chrome 10-25, Safari 5.1-6 */
    background: linear-gradient(to top, #f83600, #fe8c00);
    /* W3C, IE 10+/ Edge, Firefox 16+, Chrome 26+, Opera 12+, Safari 7+ */ }
    .bellhop .profile-card-wrap .profile-card__header strong {
      font-size: 1.5rem; }
    .bellhop .profile-card-wrap .profile-card__header img {
      width: 100%; }
    .bellhop .profile-card-wrap .profile-card__header h3 {
      margin: .5em; }
    .bellhop .profile-card-wrap .profile-card__header .bellhop__descr {
      padding: .5em;
      text-align: right;
      font-style: italic;
      min-height: 50px; }

@keyframes onemore {
  from {
    filter: alpha(opacity=0);
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
    -webkit-opacity: 0;
    -khtml-opacity: 0;
    -moz-opacity: 0;
    -ms-opacity: 0;
    -o-opacity: 0;
    opacity: 0;
    transform: scale(0, 0); }
  50% {
    filter: alpha(opacity=100);
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
    -webkit-opacity: 1;
    -khtml-opacity: 1;
    -moz-opacity: 1;
    -ms-opacity: 1;
    -o-opacity: 1;
    opacity: 1;
    transform: scale(2, 2); }
  to {
    filter: alpha(opacity=0);
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
    -webkit-opacity: 0;
    -khtml-opacity: 0;
    -moz-opacity: 0;
    -ms-opacity: 0;
    -o-opacity: 0;
    opacity: 0;
    transform: scale(3, 3); } }

.popmessage {
  position: absolute;
  z-index: 10;
  top: 110%;
  /* Extra Small Devices, Phones */
  /* Small Devices, Tablets */
  /* Medium Devices, Desktops */ }
  @media only screen and (max-width: 992px) {
    .popmessage {
      display: none; } }
  .popmessage .popmessage-item {
    display: block;
    font-size: 11px;
    padding: 1.5em;
    padding-left: 0;
    text-align: left;
    border-radius: 3px;
    margin: 0;
    box-shadow: 0px 0px 26px -2px rgba(119, 119, 119, 0.38);
    border: 1px solid #d0d0d0;
    background: #ffffff;
    color: #000;
    width: 250px;
    position: relative;
    max-height: 200px;
    filter: alpha(opacity=100);
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
    -webkit-opacity: 1;
    -khtml-opacity: 1;
    -moz-opacity: 1;
    -ms-opacity: 1;
    -o-opacity: 1;
    opacity: 1;
    -webkit-transition: all 0.5s ease;
    -khtml-transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    -ms-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
    transition: all 0.5s ease; }
    .popmessage .popmessage-item:before {
      content: '';
      position: absolute;
      top: -5px;
      right: 5em;
      box-shadow: -3px -3px 4px rgba(119, 119, 119, 0.38);
      width: 1em;
      background: #fff;
      height: 1em;
      position: absolute;
      top: 1em;
      right: 2.5em;
      -webkit-transform: translateY(-15px) rotate(45deg); }
    .popmessage .popmessage-item .popmessage-item-wrap {
      display: table;
      line-height: 1.2;
      width: 100%; }
    .popmessage .popmessage-item.--hide {
      filter: alpha(opacity=0);
      -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
      -webkit-opacity: 0;
      -khtml-opacity: 0;
      -moz-opacity: 0;
      -ms-opacity: 0;
      -o-opacity: 0;
      opacity: 0;
      display: none; }
    .popmessage .popmessage-item.--away {
      max-height: 0;
      padding: 0;
      filter: alpha(opacity=0);
      -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
      -webkit-opacity: 0;
      -khtml-opacity: 0;
      -moz-opacity: 0;
      -ms-opacity: 0;
      -o-opacity: 0;
      opacity: 0;
      display: none; }
    .popmessage .popmessage-item.--pop .one-more {
      animation-iteration-count: 1;
      animation: onemore 1s normal forwards ease; }
    .popmessage .popmessage-item .popmessage-item-image {
      display: table-cell;
      width: 6em;
      text-align: center;
      vertical-align: middle;
      padding: 0 1.5em;
      position: relative; }
      .popmessage .popmessage-item .popmessage-item-image .one-more {
        position: absolute;
        left: 1.5em;
        top: .5em;
        font-weight: 300;
        font-size: 2em; }
      .popmessage .popmessage-item .popmessage-item-image img {
        max-width: 5em;
        max-height: 5em; }
    .popmessage .popmessage-item .popmessage-item-desc {
      display: table-cell;
      vertical-align: middle; }
    .popmessage .popmessage-item strong {
      color: #0099d5; }

.featured-category {
  width: 100%;
  clear: both; }
  .featured-category.featured-special .row .col25 {
    margin-top: 10px;
    margin-bottom: 10px; }
  .featured-category .info-ricetta {
    position: absolute;
    bottom: 0;
    right: 0;
    background: #eb0203;
    padding: 0px 20px;
    line-height: 51px;
    color: #fff;
    font-size: 23px;
    /* Extra Small Devices, Phones */
    /* Small Devices, Tablets */
    /* Medium Devices, Desktops */ }
    @media only screen and (max-width: 768px) {
      .featured-category .info-ricetta {
        position: relative;
        text-align: center;
        margin-bottom: 5px; } }
    .featured-category .info-ricetta span {
      margin-right: 10px; }
  .featured-category .preparazione-symbol {
    width: 32px;
    height: 40px;
    margin-bottom: -12px;
    display: inline-block;
    background: url("/content/images/buitoni/sprite.png") no-repeat -60px -136px; }
  .featured-category .cottura-symbol {
    width: 50px;
    height: 40px;
    margin-bottom: -14px;
    display: inline-block;
    background: url("/content/images/buitoni/sprite.png") no-repeat -100px -136px; }
  .featured-category .dif_symbol {
    width: 32px;
    height: 40px;
    margin-bottom: -12px;
    display: inline-block;
    background: url("/content/images/buitoni/sprite.png") no-repeat -203px -136px; }
  .featured-category .dif_symbol.active {
    background-position: -162px -136px; }
  .featured-category h2 {
    color: #D35038; }
  .featured-category .page-title {
    background-color: #0099d5;
    display: block;
    padding: .1em .5em .2em;
    line-height: 1.4;
    color: #fff;
    text-transform: inherit;
    letter-spacing: .03em;
    font-size: 1.7em; }
  .featured-category .recipe-info {
    display: table;
    width: 100%; }
    .featured-category .recipe-info .column {
      display: table-cell;
      vertical-align: top; }
    .featured-category .recipe-info .recipe-info-pic {
      position: relative;
      background-color: #008631;
      width: 55%;
      background-image: url("/content/images/buitoni-logo.png");
      background-size: cover;
      background-position: center center;
      background-repeat: no-repeat; }
    .featured-category .recipe-info .recipe-info-ingredients h2 {
      text-align: center;
      padding: 0;
      background-color: #f1f1f1;
      margin: 0;
      text-transform: uppercase;
      font-size: 11px;
      color: #535353;
      font-family: Arial;
      line-height: 2.5;
      margin-left: 1.5%;
      font-weight: bold; }
    .featured-category .recipe-info .ingredients {
      margin: 0 auto;
      padding: 0;
      list-style: none; }
      .featured-category .recipe-info .ingredients > li {
        background-color: #f1f1f1;
        width: 48.5%;
        float: left;
        margin-left: 1.5%;
        margin-top: 1.5%;
        font-size: .675em;
        color: #535353; }
        .featured-category .recipe-info .ingredients > li span {
          display: block;
          padding: 1em .5em 1.1em;
          text-align: center;
          line-height: 1; }
          .featured-category .recipe-info .ingredients > li span.name {
            text-transform: uppercase; }
          .featured-category .recipe-info .ingredients > li span.quantity {
            border-top: 1px solid #fff; }
  .featured-category .featured-heading {
    color: #0099d5;
    padding-bottom: .5em;
    margin-bottom: 0;
    margin-top: 1.5em; }
  .featured-category p {
    color: #271c18;
    margin: 0 0 1em; }
    .featured-category p.center {
      font-size: 1.225em;
      text-align: center;
      margin: 0 auto;
      width: 80%;
      padding: .5em 0 1em;
      line-height: 1; }
  .featured-category .featured-navigation {
    display: table;
    width: 100%;
    margin-bottom: 1.5em; }
    .featured-category .featured-navigation h2 {
      text-transform: inherit;
      font-size: 1.5em;
      text-align: center;
      padding: .1em .5em .2em;
      line-height: 1.4;
      letter-spacing: .03em;
      margin: 0 0 10px; }
    .featured-category .featured-navigation .column {
      display: table-cell; }
    .featured-category .featured-navigation .main {
      width: 25%; }
      .featured-category .featured-navigation .main .featured-navigation-item {
        width: 100%;
        margin: 0; }
        .featured-category .featured-navigation .main .featured-navigation-item .name {
          right: 0;
          left: auto;
          width: 50%; }
    .featured-category .featured-navigation .secondary h2 {
      margin-left: 1%; }
    .featured-category .featured-navigation .featured-navigation-item {
      width: 15%;
      margin-left: 1%;
      padding-top: 130px;
      position: relative;
      background-size: cover;
      background-position: center center;
      background-repeat: no-repeat;
      display: block;
      float: left;
      text-decoration: none;
      -webkit-transition: box-shadow 0.15s ease;
      -khtml-transition: box-shadow 0.15s ease;
      -moz-transition: box-shadow 0.15s ease;
      -ms-transition: box-shadow 0.15s ease;
      -o-transition: box-shadow 0.15s ease;
      transition: box-shadow 0.15s ease; }
      .featured-category .featured-navigation .featured-navigation-item:hover {
        -webkit-box-shadow: inset 0 0 0px 3px #0099d5;
        -khtml-box-shadow: inset 0 0 0px 3px #0099d5;
        -moz-box-shadow: inset 0 0 0px 3px #0099d5;
        -ms-box-shadow: inset 0 0 0px 3px #0099d5;
        -o-box-shadow: inset 0 0 0px 3px #0099d5;
        box-shadow: inset 0 0 0px 3px #0099d5; }
      .featured-category .featured-navigation .featured-navigation-item .name {
        display: block;
        background-color: #0099d5;
        color: #fff;
        text-decoration: none;
        padding: 4px 10px;
        text-align: left;
        font-size: .875em;
        position: absolute;
        bottom: 0;
        width: 100%; }
      .featured-category .featured-navigation .featured-navigation-item .fa {
        font-size: .675em;
        float: right;
        position: relative;
        top: 5px;
        right: -4px; }
  .featured-category .featured-recipes-header {
    display: table;
    width: 100%;
    border-bottom: 2px solid #b3b3b3;
    padding-bottom: 8px; }
    .featured-category .featured-recipes-header .column {
      display: table-cell; }
    .featured-category .featured-recipes-header .text {
      width: 40%; }
      .featured-category .featured-recipes-header .text p {
        font-size: 1.225em;
        line-height: 1.3;
        padding: .5em 0;
        margin: 0; }
    .featured-category .featured-recipes-header .image {
      background-size: cover;
      background-position: center center;
      background-repeat: no-repeat;
      position: relative; }
      .featured-category .featured-recipes-header .image:before {
        content: '';
        display: block;
        width: 150px;
        height: 100%;
        position: absolute;
        left: 0;
        top: 0;
        background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIxMDAlIiB5Mj0iMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIzNiUiIHN0b3AtY29sb3I9IiNmZmZmZmYiIHN0b3Atb3BhY2l0eT0iMSIvPgogICAgPHN0b3Agb2Zmc2V0PSIxMDAlIiBzdG9wLWNvbG9yPSIjZmZmZmZmIiBzdG9wLW9wYWNpdHk9IjAiLz4KICA8L2xpbmVhckdyYWRpZW50PgogIDxyZWN0IHg9IjAiIHk9IjAiIHdpZHRoPSIxIiBoZWlnaHQ9IjEiIGZpbGw9InVybCgjZ3JhZC11Y2dnLWdlbmVyYXRlZCkiIC8+Cjwvc3ZnPg==);
        background: -moz-linear-gradient(left, white 36%, rgba(255, 255, 255, 0) 100%);
        /* FF3.6+ */
        background: -webkit-gradient(linear, left top, right top, color-stop(36%, white), color-stop(100%, rgba(255, 255, 255, 0)));
        /* Chrome,Safari4+ */
        background: -webkit-linear-gradient(left, white 36%, rgba(255, 255, 255, 0) 100%);
        /* Chrome10+,Safari5.1+ */
        background: -o-linear-gradient(left, white 36%, rgba(255, 255, 255, 0) 100%);
        /* Opera 11.10+ */
        background: -ms-linear-gradient(left, white 36%, rgba(255, 255, 255, 0) 100%);
        /* IE10+ */
        background: linear-gradient(to right, white 36%, rgba(255, 255, 255, 0) 100%);
        /* W3C */
        filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#00ffffff',GradientType=1 );
        /* IE6-8 */ }
  .featured-category .recipe-item {
    text-align: center;
    background-size: cover;
    background-position: center center;
    text-decoration: none;
    background-repeat: no-repeat;
    height: 200px;
    display: block; }
    .featured-category .recipe-item .recipe-item__cta {
      display: none; }
    .featured-category .recipe-item .recipe-item-name {
      background-color: #0099d5;
      color: white;
      display: block;
      padding: .6em 1em .5em;
      text-decoration: none;
      font-size: .875em;
      line-height: 1;
      min-height: 3.5em; }
  @media screen and (max-width: 1024px) {
    .featured-category .main .featured-navigation-item .name {
      left: 0 !important;
      width: 100% !important; }
    .featured-category .page-title {
      display: block;
      text-align: center;
      font-size: 1.4em;
      background-size: 150px auto;
      background-position: center 10px;
      clear: both; }
    .featured-category .recipe-info, .featured-category .featured-navigation, .featured-category .featured-recipes-header {
      display: block;
      width: 100%; }
      .featured-category .recipe-info h2, .featured-category .featured-navigation h2, .featured-category .featured-recipes-header h2 {
        margin: 0; }
      .featured-category .recipe-info .column, .featured-category .featured-navigation .column, .featured-category .featured-recipes-header .column {
        display: block;
        width: 100%; }
      .featured-category .recipe-info .recipe-info-pic, .featured-category .featured-navigation .recipe-info-pic, .featured-category .featured-recipes-header .recipe-info-pic {
        max-height: 250px; }
      .featured-category .recipe-info .recipe-info-ingredients h2, .featured-category .recipe-info .secondary h2, .featured-category .featured-navigation .recipe-info-ingredients h2, .featured-category .featured-navigation .secondary h2, .featured-category .featured-recipes-header .recipe-info-ingredients h2, .featured-category .featured-recipes-header .secondary h2 {
        margin-left: 0; }
      .featured-category .recipe-info .recipe-info-ingredients .ingredients, .featured-category .recipe-info .secondary .ingredients, .featured-category .featured-navigation .recipe-info-ingredients .ingredients, .featured-category .featured-navigation .secondary .ingredients, .featured-category .featured-recipes-header .recipe-info-ingredients .ingredients, .featured-category .featured-recipes-header .secondary .ingredients {
        overflow: hidden;
        margin-left: -1.5%; }
      .featured-category .recipe-info .featured-navigation-item, .featured-category .featured-navigation .featured-navigation-item, .featured-category .featured-recipes-header .featured-navigation-item {
        width: 100% !important;
        margin: 0;
        float: none;
        height: auto;
        overflow: hidden;
        margin-bottom: 10px !important; } }
  @media screen and (max-width: 480px) {
    .featured-category p {
      text-align: justify; }
    .featured-category .recipe-info .recipe-info-ingredients h2 {
      margin-left: 0;
      margin-bottom: .5em; }
    .featured-category .recipe-info .recipe-info-ingredients .ingredients {
      margin-left: 0; }
      .featured-category .recipe-info .recipe-info-ingredients .ingredients li {
        margin: 0;
        width: 100%;
        display: block;
        margin-bottom: .5em; }
        .featured-category .recipe-info .recipe-info-ingredients .ingredients li span.name {
          padding-bottom: .2em; }
        .featured-category .recipe-info .recipe-info-ingredients .ingredients li span.quantity {
          padding-top: .2em;
          border-top: none; } }

.footer {
  /* Extra Small Devices, Phones */
  /* Small Devices, Tablets */
  /* Medium Devices, Desktops */ }
  @media only screen and (max-width: 992px) {
    .footer .container {
      padding: 0; } }
  .footer.footer__site {
    /*position: absolute;*/
    bottom: 0;
    width: 100%;
    background-color: #0079b7;
    /* Extra Small Devices, Phones */
    /* Small Devices, Tablets */
    /* Medium Devices, Desktops */
    /* Extra Small Devices, Phones */
    /* Small Devices, Tablets */
    /* Medium Devices, Desktops */ }
    @media only screen and (max-width: 992px) {
      .footer.footer__site {
        position: relative; } }
    .footer.footer__site .row {
      margin: 0;
      color: #fff;
      font-size: .8rem; }
      .footer.footer__site .row ul {
        margin: 0; }
        .footer.footer__site .row ul li a {
          text-decoration: none;
          color: #fff;
          line-height: 1.3rem;
          /*@include bp(tablet) {
                        font-size: 1.2rem;
                        line-height: 1.6rem;
                    }*/ }
      .footer.footer__site .row .logo-wrap {
        text-align: center;
        background-color: #0079b7;
        /* Extra Small Devices, Phones */
        /* Small Devices, Tablets */
        /* Medium Devices, Desktops */ }
        .footer.footer__site .row .logo-wrap img {
          width: 80%;
          height: auto; }
        @media only screen and (max-width: 768px) {
          .footer.footer__site .row .logo-wrap {
            display: none; } }
      .footer.footer__site .row .content-wrap {
        padding: 1em 3em;
        background-color: #0079b7;
        /* Extra Small Devices, Phones */
        /* Small Devices, Tablets */
        /* Medium Devices, Desktops */
        /* Extra Small Devices, Phones */
        /* Small Devices, Tablets */
        /* Medium Devices, Desktops */ }
        .footer.footer__site .row .content-wrap .col-3 div + div {
          margin-top: .5em; }
        @media only screen and (max-width: 992px) {
          .footer.footer__site .row .content-wrap > .row {
            display: -webkit-box;
            display: -moz-box;
            display: -ms-flexbox;
            display: -webkit-flex;
            display: flex;
            -webkit-justify-content: space-around;
            -moz-justify-content: space-around;
            -ms-justify-content: space-around;
            justify-content: space-around;
            -ms-flex-pack: space-around;
            /* Extra Small Devices, Phones */
            /* Small Devices, Tablets */
            /* Medium Devices, Desktops */ } }
  @media only screen and (max-width: 992px) and (max-width: 768px) {
    .footer.footer__site .row .content-wrap > .row {
      display: block; } }
        @media only screen and (max-width: 768px) {
          .footer.footer__site .row .content-wrap {
            padding: 0 1em; }
            .footer.footer__site .row .content-wrap div {
              padding: .5rem 0; } }
      .footer.footer__site .row strong {
        line-height: 1.5rem;
        /* Extra Small Devices, Phones */
        /* Small Devices, Tablets */
        /* Medium Devices, Desktops */ }
        @media only screen and (max-width: 992px) {
          .footer.footer__site .row strong {
            display: none; } }
      .footer.footer__site .row .social a {
        width: 30px;
        height: 30px;
        background-color: #fff;
        -webkit-border-radius: 100%;
        -khtml-border-radius: 100%;
        -moz-border-radius: 100%;
        -ms-border-radius: 100%;
        -o-border-radius: 100%;
        border-radius: 100%;
        color: #0079b7;
        margin-right: 1em; }
      .footer.footer__site .row .order__info {
        /* Extra Small Devices, Phones */
        /* Small Devices, Tablets */
        /* Medium Devices, Desktops */
        /* Extra Small Devices, Phones */
        /* Small Devices, Tablets */
        /* Medium Devices, Desktops */
        /* Extra Small Devices, Phones */
        /* Small Devices, Tablets */
        /* Medium Devices, Desktops */ }
        @media only screen and (min-width: 1201px) {
          .footer.footer__site .row .order__info {
            display: none; } }
        @media only screen and (max-width: 1200px) {
          .footer.footer__site .row .order__info {
            display: none; } }
        .footer.footer__site .row .order__info img {
          display: none; }
        .footer.footer__site .row .order__info strong {
          display: block;
          margin-top: 1.2em;
          margin-bottom: .3em; }
        .footer.footer__site .row .order__info i {
          display: none; }
        .footer.footer__site .row .order__info .cursor-pointer {
          cursor: pointer; }
        .footer.footer__site .row .order__info .place--service {
          font-size: 80%;
          color: #271c18;
          /* Extra Small Devices, Phones */
          /* Small Devices, Tablets */
          /* Medium Devices, Desktops */ }
          .footer.footer__site .row .order__info .place--service + small {
            font-weight: bold;
            cursor: pointer; }
          @media only screen and (max-width: 768px) {
            .footer.footer__site .row .order__info .place--service {
              display: inline; } }
        .footer.footer__site .row .order__info .text--bold {
          font-weight: bold; }
        @media only screen and (max-width: 768px) {
          .footer.footer__site .row .order__info {
            /*@include bp(tablet) {
                        font-size: 1.2rem;
                        line-height: 1.6rem;
                    }*/
            display: block;
            padding: 1em;
            font-size: 1rem !important; }
            .footer.footer__site .row .order__info .flex {
              display: inline !important; }
            .footer.footer__site .row .order__info .change--service {
              margin-bottom: .3em; }
              .footer.footer__site .row .order__info .change--service strong {
                display: inline !important; }
              .footer.footer__site .row .order__info .change--service small {
                color: #f1c73b !important;
                font-weight: bold;
                cursor: pointer; }
            .footer.footer__site .row .order__info .place--service {
              font-size: .8rem !important;
              color: #fff;
              display: block !important;
              margin-top: .5rem; }
              .footer.footer__site .row .order__info .place--service small {
                font-weight: bold;
                color: #f1c73b;
                cursor: pointer; }
            .footer.footer__site .row .order__info .change-btn {
              cursor: pointer;
              color: #f1c73b;
              font-weight: bold; }
            .footer.footer__site .row .order__info strong small {
              color: #f1c73b !important;
              font-weight: bold;
              cursor: pointer; } }
        .footer.footer__site .row .order__info .change--service .visible-on-tablet {
          /* Extra Small Devices, Phones */
          /* Small Devices, Tablets */
          /* Medium Devices, Desktops */ }
          @media only screen and (max-width: 480px) {
            .footer.footer__site .row .order__info .change--service .visible-on-tablet {
              display: none; } }
        .footer.footer__site .row .order__info .show-on-large {
          /* Extra Small Devices, Phones */
          /* Small Devices, Tablets */
          /* Medium Devices, Desktops */ }
          @media only screen and (max-width: 480px) {
            .footer.footer__site .row .order__info .show-on-large {
              display: none; } }
    @media only screen and (max-width: 992px) {
      .footer.footer__site > .row {
        display: -webkit-box;
        display: -moz-box;
        display: -ms-flexbox;
        display: -webkit-flex;
        display: flex;
        -webkit-justify-content: center;
        -moz-justify-content: center;
        -ms-justify-content: center;
        justify-content: center;
        -ms-flex-pack: center;
        -webkit-align-items: center;
        -moz-align-items: center;
        -ms-align-items: center;
        align-items: center;
        background-color: #00548b;
        /* Extra Small Devices, Phones */
        /* Small Devices, Tablets */
        /* Medium Devices, Desktops */ } }
  @media only screen and (max-width: 992px) and (max-width: 768px) {
    .footer.footer__site > .row {
      display: block; } }

.copy {
  background-color: #003e67;
  color: #fff;
  padding: .7em;
  font-size: .6rem;
  /* Extra Small Devices, Phones */
  /* Small Devices, Tablets */
  /* Medium Devices, Desktops */
  /* Extra Small Devices, Phones */
  /* Small Devices, Tablets */
  /* Medium Devices, Desktops */ }
  .copy a {
    text-decoration: none;
    color: #fff;
    font-weight: 400; }
  @media only screen and (min-width: 1201px) {
    .copy {
      padding-left: 0; } }
  @media only screen and (max-width: 480px) {
    .copy {
      font-size: .8rem; } }

#serviceSurvey {
  border: 1px solid #c0c0c0;
  padding: 15px;
  border-radius: 10px 10px 0 0;
  max-width: 300px;
  position: fixed;
  bottom: 0;
  right: 100px;
  background: white;
  z-index: 9999;
  /* Extra Small Devices, Phones */
  /* Small Devices, Tablets */
  /* Medium Devices, Desktops */ }
  @media only screen and (max-width: 992px) {
    #serviceSurvey {
      position: sticky;
      max-width: 100%; } }
  #serviceSurvey .surveyStep {
    background: white;
    padding: 5px;
    margin-bottom: 5px; }
    #serviceSurvey .surveyStep .serviceScoreStars {
      display: -webkit-box;
      display: -moz-box;
      display: -ms-flexbox;
      display: -webkit-flex;
      display: flex;
      -webkit-align-items: center;
      -moz-align-items: center;
      -ms-align-items: center;
      align-items: center;
      -webkit-justify-content: space-between;
      -moz-justify-content: space-between;
      -ms-justify-content: space-between;
      justify-content: space-between;
      -ms-flex-pack: space-between;
      margin-bottom: 20px; }
    #serviceSurvey .surveyStep .serviceScoreLabel {
      display: -webkit-box;
      display: -moz-box;
      display: -ms-flexbox;
      display: -webkit-flex;
      display: flex;
      -webkit-align-items: center;
      -moz-align-items: center;
      -ms-align-items: center;
      align-items: center;
      -webkit-justify-content: space-between;
      -moz-justify-content: space-between;
      -ms-justify-content: space-between;
      justify-content: space-between;
      -ms-flex-pack: space-between;
      margin-bottom: 20px; }
    #serviceSurvey .surveyStep label {
      display: block;
      font-size: 1.2em;
      color: #909090;
      margin-bottom: 10px; }
    #serviceSurvey .surveyStep input[type=radio] {
      display: inline-block;
      width: 15%;
      margin: 0; }
    #serviceSurvey .surveyStep textarea {
      width: 100%; }
    #serviceSurvey .surveyStep a {
      margin-top: 10px;
      display: block;
      text-align: center;
      padding: 4px;
      cursor: pointer; }

