/* Minification failed. Returning unminified contents.
(17017,30): run-time error CSS1030: Expected identifier, found '-'
(17017,30): run-time error CSS1031: Expected selector, found '-'
(17017,30): run-time error CSS1025: Expected comma or open brace, found '-'
(17028,30): run-time error CSS1030: Expected identifier, found '-'
(17028,30): run-time error CSS1031: Expected selector, found '-'
(17028,30): run-time error CSS1025: Expected comma or open brace, found '-'
(17041,30): run-time error CSS1030: Expected identifier, found '-'
(17041,30): run-time error CSS1031: Expected selector, found '-'
(17041,30): 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;
}

.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: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;
}
/**
 * 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}
.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}}
@charset "UTF-8";
/*PICARD*/
/*LANDING*/
/*HOME*/
/*ALERT*/
/*INFO*/
/*WARNING*/
/*DANGER*/
.text-center {
  text-align: center;
}

.text-justify {
  text-align: justify;
}

.text-left {
  text-align: left;
}

.text-right {
  text-align: right;
}

.text-primary {
  color: #e84e0f !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 - v1.0.6
 *  Responsive, lightweight, fast, synchronized with CSS animations, fully customizable modal window plugin with declarative configuration and hash tracking.
 *  http://vodkabears.github.io/remodal/
 *
 *  Made by Ilya Makarov
 *  Under MIT License
 */
/* ==========================================================================
   Remodal's necessary styles
   ========================================================================== */
/* Hide scroll bar */
html.remodal-is-locked {
  overflow: hidden;
  -ms-touch-action: none;
  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 {
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
}

/* Necessary styles of the modal dialog */
.remodal {
  position: relative;
  outline: none;
  -webkit-text-size-adjust: 100%;
  -moz-text-size-adjust: 100%;
  -ms-text-size-adjust: 100%;
  text-size-adjust: 100%;
}

.remodal-is-initialized {
  /* Disable Anti-FOUC */
  display: inline-block;
}

/*
 *  Remodal - v1.0.6
 *  Responsive, lightweight, fast, synchronized with CSS animations, fully customizable modal window plugin with declarative configuration and hash tracking.
 *  http://vodkabears.github.io/remodal/
 *
 *  Made by Ilya Makarov
 *  Under MIT License
 */
/* ==========================================================================
   Remodal's default mobile first theme
   ========================================================================== */
/* Default theme styles for the background */
.remodal-bg.remodal-is-opening,
.remodal-bg.remodal-is-opened {
  -webkit-filter: blur(3px);
  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 {
  -webkit-animation-duration: 0.3s;
  animation-duration: 0.3s;
  -webkit-animation-fill-mode: forwards;
  animation-fill-mode: forwards;
}

.remodal-overlay.remodal-is-opening {
  -webkit-animation-name: remodal-overlay-opening-keyframes;
  animation-name: remodal-overlay-opening-keyframes;
}

.remodal-overlay.remodal-is-closing {
  -webkit-animation-name: remodal-overlay-closing-keyframes;
  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 {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  width: 100%;
  margin-bottom: 10px;
  padding: 35px;
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
  color: #2b2e38;
  background: #fff;
}

.remodal.remodal-is-opening,
.remodal.remodal-is-closing {
  -webkit-animation-duration: 0.3s;
  animation-duration: 0.3s;
  -webkit-animation-fill-mode: forwards;
  animation-fill-mode: forwards;
}

.remodal.remodal-is-opening {
  -webkit-animation-name: remodal-opening-keyframes;
  animation-name: remodal-opening-keyframes;
}

.remodal.remodal-is-closing {
  -webkit-animation-name: remodal-closing-keyframes;
  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;
  left: 0;
  display: block;
  overflow: visible;
  width: 35px;
  height: 35px;
  margin: 0;
  padding: 0;
  cursor: pointer;
  -webkit-transition: color 0.2s;
  transition: color 0.2s;
  text-decoration: none;
  color: #95979c;
  border: 0;
  outline: 0;
  background: transparent;
}

.remodal-close:hover,
.remodal-close:focus {
  color: #2b2e38;
}

.remodal-close:before {
  font-family: Arial, "Helvetica CY", "Nimbus Sans L", sans-serif !important;
  font-size: 25px;
  line-height: 35px;
  position: absolute;
  top: 0;
  left: 0;
  display: block;
  width: 35px;
  content: "×";
  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;
  -webkit-transition: background 0.2s;
  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
   ========================================================================== */
@-webkit-keyframes remodal-opening-keyframes {
  from {
    -webkit-transform: scale(1.05);
    transform: scale(1.05);
    opacity: 0;
  }
  to {
    -webkit-transform: none;
    transform: none;
    opacity: 1;
  }
}
@keyframes remodal-opening-keyframes {
  from {
    -webkit-transform: scale(1.05);
    transform: scale(1.05);
    opacity: 0;
  }
  to {
    -webkit-transform: none;
    transform: none;
    opacity: 1;
  }
}
@-webkit-keyframes remodal-closing-keyframes {
  from {
    -webkit-transform: scale(1);
    transform: scale(1);
    opacity: 1;
  }
  to {
    -webkit-transform: scale(0.95);
    transform: scale(0.95);
    opacity: 0;
  }
}
@keyframes remodal-closing-keyframes {
  from {
    -webkit-transform: scale(1);
    transform: scale(1);
    opacity: 1;
  }
  to {
    -webkit-transform: scale(0.95);
    transform: scale(0.95);
    opacity: 0;
  }
}
@-webkit-keyframes remodal-overlay-opening-keyframes {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
@keyframes remodal-overlay-opening-keyframes {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
@-webkit-keyframes remodal-overlay-closing-keyframes {
  from {
    opacity: 1;
  }
  to {
    opacity: 0;
  }
}
@keyframes remodal-overlay-closing-keyframes {
  from {
    opacity: 1;
  }
  to {
    opacity: 0;
  }
}
/* Media queries
   ========================================================================== */
@media only screen and (min-width: 641px) {
  .remodal {
    max-width: 700px;
  }
}
/* IE8
   ========================================================================== */
.lt-ie9 .remodal-overlay {
  background: #2b2e38;
}

.lt-ie9 .remodal {
  width: 700px;
}

input[type=submit],
input[type=reset],
input[type=button],
button {
  background: none;
  border: 0;
  color: inherit;
  /* cursor: default; */
  font: inherit;
  line-height: normal;
  overflow: visible;
  padding: 0;
  -webkit-appearance: button; /* for input */
  -webkit-user-select: none; /* for button */
  -moz-user-select: none;
  -ms-user-select: none;
}

input::-moz-focus-inner,
button::-moz-focus-inner {
  border: 0;
  padding: 0;
}

[role=button] {
  color: inherit;
  cursor: default;
  display: inline-block;
  text-align: center;
  text-decoration: none;
  white-space: pre;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
}

.header {
  position: relative;
  z-index: 100;
  position: fixed;
  top: 0px;
  left: 0px;
  width: 100%;
  z-index: 1001;
  background-color: #e84e0f;
  /* Extra Small Devices, Phones */
  /* Small Devices, Tablets */
  /* Medium Devices, Desktops */
  /* TOP BAR _ FIDELITY */
  /*.header__top-bar-fidelity {
          background-color: #fe9b00;
          display: none;

          &.container-fluid {
              padding: 0;
          }

          .container {
              height: 30px;
              position: relative;

              @include bp(mobile) {
                  height: 50px;

                  .hide-on-mobile {
                      display: none;
                  }
              }

              &.container--vertical-center {

                  @include bp(mobile) {
                      @include justify-content(flex-start);
                  }
              }

              .top-bar-fidelity__item {
                  @include bp(mobile) {
                      @include justify-content(flex-start);
                      @include align-items(center);
                      height: 50px;
                  }

                  img {
                      width: auto;
                      height: 20px;
                      margin-right: 10px;

                      @include bp(mobile) {
                          height: 50px;
                      }
                  }

                  .h4 {
                      padding-right: 10px;

                      &.h4--white {
                          color: #fff;
                      }

                      &.h4--weight-600 {
                          font-size: 600;
                      }

                      &.h4--no-margin {
                          margin: 0;
                      }

                      @include bp(mobile) {
                          padding-right: 10px;
                          font-size: 1em;
                      }
                  }

                  .h6 {
                      margin: 0 20px;
                      color: #fff;

                      strong {
                          color: $yellowText;
                      }

                      @include bp(tablet) {
                          .hide-on-tablet, .hide-on-mobile {
                              display: none;
                          }
                      }

                      @include bp(mobile) {
                          display: none;
                      }
                  }

                  .a {
                      color: #fff;

                      &.a--small {
                          font-size: .8rem;

                          @include bp(tablet) {
                              font-size: .6rem;
                              line-height: 1;
                          }

                          @include bp(mobile) {
                              font-size: 1em;
                          }
                      }
                  }
              }

              .top-bar-fidelity__close {
                  position: absolute;
                  right: 10px;
                  color: #fff;
                  cursor: pointer;
                  top: 0;

                  .span {
                      &.span--small {
                          font-size: .6rem;
                          padding: 0 10px;
                      }

                      @include bp(tablet) {
                          &.hide-on-tablet, &.hide-on-mobile {
                              display: none;
                          }
                      }
                  }

                  @include bp(mobile) {
                      font-size: 2em;
                  }
              }
          }

          &.phone--order {
              display: none;
              background-color: #004293;
              color: $white;
              font-size: .8em;
              padding: 3px 0;

              .container {
                  height: 20px;

                  i {
                      margin-right: 10px;
                  }
              }

              @include bp(tablet) {
                  display: block;
              }
          }
      }

      .header__top-bar-phone--order {
          display: none;
          background-color: #004293;
          color: $white;
          font-size: .8em;
          padding: 3px 0;

          &.container-fluid {
              padding: 0;
          }

          @include bp(tablet) {
              display: block;
          }

          .container {
              height: 25px;

              i {
                  margin-right: 10px;
              }

              @include bp(mobile) {
                  height: 60px;

                  .hide-on-mobile {
                      display: none;
                  }
              }
          }
      }
  */
  /* LOGO | MENU | CART  */
}
@media all and (max-width: 992px) {
  .header {
    position: relative;
  }
}
.header .header__top {
  background-color: #ffffff;
  padding: 10px 5px;
  /* Extra Small Devices, Phones */
  /* Small Devices, Tablets */
  /* Medium Devices, Desktops */
}
@media all and (max-width: 992px) {
  .header .header__top {
    background-color: #e84e0f;
  }
}
.header .header__top .hide-desktop {
  display: none;
  /* Extra Small Devices, Phones */
  /* Small Devices, Tablets */
  /* Medium Devices, Desktops */
}
@media all and (max-width: 992px) {
  .header .header__top .hide-desktop {
    display: block;
  }
}
.header .header__top .services {
  font-size: 0.8rem;
  width: 100%;
  /* Extra Small Devices, Phones */
  /* Small Devices, Tablets */
  /* Medium Devices, Desktops */
}
@media all and (max-width: 992px) {
  .header .header__top .services {
    max-width: 50%;
    flex-basis: 50%;
    padding-left: 10px;
    padding-right: 10px;
    margin: 0;
    height: 40px;
  }
  .header .header__top .services .logo-wrap {
    display: block;
    width: 40%;
  }
  .header .header__top .services .logo-wrap a {
    background-position: left;
    height: 60px;
  }
}
.header .header__top .services .selected-service {
  z-index: 1;
  /* Extra Small Devices, Phones */
  /* Small Devices, Tablets */
  /* Medium Devices, Desktops */
  /* Extra Small Devices, Phones */
  /* Small Devices, Tablets */
  /* Medium Devices, Desktops */
}
.header .header__top .services .selected-service .visible-on-tablet, .header .header__top .services .selected-service .visible-on-mobile {
  display: none;
}
@media all and (max-width: 992px) {
  .header .header__top .services .selected-service .hide-on-tablet {
    display: none;
  }
  .header .header__top .services .selected-service .visible-on-tablet {
    display: inline;
  }
}
@media all and (max-width: 768px) {
  .header .header__top .services .selected-service .hide-on-mobile {
    display: none;
  }
  .header .header__top .services .selected-service .visible-on-mobile {
    display: inline;
  }
}
.header .header__top .services .selected-service .selected-service__info-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;
  max-width: 65%;
  /* Extra Small Devices, Phones */
  /* Small Devices, Tablets */
  /* Medium Devices, Desktops */
}
@media all and (max-width: 768px) {
  .header .header__top .services .selected-service .selected-service__info-wrap {
    display: none;
  }
}
.header .header__top .services .selected-service .selected-service__info-wrap img {
  height: 25px;
  padding: 4px;
}
.header .header__top .services .selected-service .selected-service__info-wrap .service-name {
  color: #505050;
  font-weight: 700;
  font-family: "Montserrat", "Open Sans", sans-serif;
}
.header .header__top .services .selected-service .selected-service__info-wrap .service-name.truncate {
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
.header .header__top .services .selected-service .selected-service__info-wrap .service-name.service-name--small-caps {
  text-transform: uppercase;
  font-size: 0.8rem;
}
.header .header__top .services .selected-service .selected-service__info-wrap .service-info {
  color: #505050;
  font-weight: 500;
  padding-left: 5px;
  padding-right: 5px;
  font-size: 0.8rem;
  /* Extra Small Devices, Phones */
  /* Small Devices, Tablets */
  /* Medium Devices, Desktops */
}
.header .header__top .services .selected-service .selected-service__info-wrap .service-info i {
  color: #e84e0f;
}
.header .header__top .services .selected-service .selected-service__info-wrap .service-info.truncate {
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
@media all and (max-width: 992px) {
  .header .header__top .services .selected-service .selected-service__info-wrap .service-info.hide-on-tablet {
    display: none;
  }
}
.header .header__top .services .selected-service .selected-service__cta {
  color: #e84e0f;
  cursor: pointer;
  font-weight: bold;
  font-family: "Montserrat", "Open Sans", sans-serif;
  font-size: 0.8rem;
  /* Extra Small Devices, Phones */
  /* Small Devices, Tablets */
  /* Medium Devices, Desktops */
}
.header .header__top .services .selected-service .selected-service__cta.truncate {
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
@media all and (max-width: 992px) {
  .header .header__top .services .selected-service .selected-service__cta {
    -webkit-border-radius: 5px;
    -khtml-border-radius: 5px;
    -moz-border-radius: 5px;
    -ms-border-radius: 5px;
    -o-border-radius: 5px;
    border-radius: 5px;
    padding: 5px;
    min-width: 100px;
    -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;
    text-transform: uppercase;
    color: #fff;
    background-color: #e84e0f;
    font-size: 0.8em;
    text-align: center;
  }
  .header .header__top .services .selected-service .selected-service__cta i {
    font-size: 1.3rem;
  }
}
.header .header__top .services .fidelityHeader {
  /* Extra Small Devices, Phones */
  /* Small Devices, Tablets */
  /* Medium Devices, Desktops */
}
.header .header__top .services .fidelityHeader .fidelity_Label {
  color: #e84e0f;
  font-weight: bold;
  text-decoration: none;
  font-size: 0.9rem;
}
.header .header__top .services .fidelityHeader span {
  color: #e84e0f;
  font-size: 0.9rem;
  font-weight: bold;
  cursor: pointer;
}
@media all and (max-width: 992px) {
  .header .header__top .services .fidelityHeader {
    display: none;
  }
}
.header .header__top .services .services__order {
  text-align: right;
  margin: 0 auto;
  /* Extra Small Devices, Phones */
  /* Small Devices, Tablets */
  /* Medium Devices, Desktops */
}
@media all and (max-width: 768px) {
  .header .header__top .services .services__order {
    -webkit-border-radius: 5px;
    -khtml-border-radius: 5px;
    -moz-border-radius: 5px;
    -ms-border-radius: 5px;
    -o-border-radius: 5px;
    border-radius: 5px;
    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;
    margin-left: 10px;
    text-decoration: none;
    text-transform: uppercase;
    color: #fff;
    background-color: #e84e0f;
    font-size: 1em;
    text-align: center;
  }
}
.header .header__top .services .services__order a {
  text-decoration: none;
}
.header .header__top .services .services__order i {
  color: #e84e0f;
  /* Extra Small Devices, Phones */
  /* Small Devices, Tablets */
  /* Medium Devices, Desktops */
}
@media all and (max-width: 768px) {
  .header .header__top .services .services__order i {
    font-size: 1em;
    color: #ffffff;
    padding: 0;
  }
}
.header .header__top .services .services__order span {
  text-transform: capitalize !important;
  font-family: "Montserrat", "Open Sans", sans-serif;
  color: #37569a;
  font-size: 0.8rem;
  margin-left: 0.5em;
}
.header .header__top .services .services__register-login {
  text-align: right;
  /* Extra Small Devices, Phones */
  /* Small Devices, Tablets */
  /* Medium Devices, Desktops */
}
@media all and (max-width: 992px) {
  .header .header__top .services .services__register-login {
    text-align: center;
    margin-left: auto;
  }
}
.header .header__top .services .services__register-login .a {
  text-decoration: none;
  font-size: 0.8rem;
  font-weight: 600;
}
.header .header__top .services .services__register-login .a.a--cyan, .header .header__top .services .services__register-login .a.a--darkBlue {
  font-family: "Montserrat", "Open Sans", sans-serif;
}
.header .header__top .services .services__register-login .a.a--cyan {
  color: #e84e0f;
}
.header .header__top .services .services__register-login .a.a--darkBlue {
  color: #e84e0f;
}
.header .header__top .services .services__register-login .a .ion-person {
  color: #ffffff;
  /* Extra Small Devices, Phones */
  /* Small Devices, Tablets */
  /* Medium Devices, Desktops */
}
@media all and (max-width: 992px) {
  .header .header__top .services .services__register-login .a .ion-person {
    font-size: 1.5rem;
  }
}
.header .header__top .services .services__register-login.truncate {
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
.header .header__top .services .services__phone-order--popup {
  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 */
}
@media all and (max-width: 992px) {
  .header .header__top .services .services__phone-order--popup {
    display: block;
    margin-left: 20px;
    padding: 5px;
    background-color: #0074be;
    color: #ffffff;
    font-weight: 600;
    -webkit-border-radius: 5px;
    -khtml-border-radius: 5px;
    -moz-border-radius: 5px;
    -ms-border-radius: 5px;
    -o-border-radius: 5px;
    border-radius: 5px;
  }
  .header .header__top .services .services__phone-order--popup a {
    color: #ffffff;
    text-decoration: none;
    cursor: pointer;
  }
  .header .header__top .services .services__phone-order--popup i {
    margin-right: 5px;
  }
}
@media all and (max-width: 768px) {
  .header .header__top .services .services__phone-order--popup {
    display: block;
    -webkit-border-radius: 5px;
    -khtml-border-radius: 5px;
    -moz-border-radius: 5px;
    -ms-border-radius: 5px;
    -o-border-radius: 5px;
    border-radius: 5px;
    padding: 8px;
    min-width: 50px;
    margin-left: 10px;
    text-decoration: none;
    text-transform: uppercase;
    color: #fff;
    background-color: #0074be;
    font-size: 2em;
    text-align: center;
    /* Extra Small Devices, Phones */
    /* Small Devices, Tablets */
    /* Medium Devices, Desktops */
  }
  .header .header__top .services .services__phone-order--popup a {
    color: #ffffff;
    cursor: pointer;
  }
}
@media all and (max-width: 768px) and (max-width: 768px) {
  .header .header__top .services .services__phone-order--popup .hide-mobile {
    display: none;
  }
}
@media all and (max-width: 480px) {
  .header .header__top .services .services__phone-order--popup {
    padding: 5px;
    min-width: 30px;
    font-size: 1.4em;
  }
}
.header .header--background-pattern {
  height: 60px;
  /*background-repeat: repeat-x;
  background-position: center;
  background-image: url("/content/images/h_bg.jpg");*/
  -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 */
  /* Extra Small Devices, Phones */
  /* Small Devices, Tablets */
  /* Medium Devices, Desktops */
}
.header .header--background-pattern.container-fluid {
  padding: 5px 0;
}
@media all and (max-width: 992px) {
  .header .header--background-pattern {
    height: auto;
  }
  .header .header--background-pattern .row.first {
    min-height: 60px;
  }
}
@media all and (max-width: 768px) {
  .header .header--background-pattern .container {
    padding: 0;
  }
  .header .header--background-pattern .container .row.first {
    min-height: 60px;
  }
}
.header .header__main-nav--dropdown {
  position: relative;
  display: none;
}
.header .header__main-nav--dropdown .container {
  background-color: #fff;
  border-top: 4px solid #e84e0f;
  margin-top: -5px;
  -webkit-box-shadow: 0px 10px 15px rgba(0,0,0,.5);
  -khtml-box-shadow: 0px 10px 15px rgba(0,0,0,.5);
  -moz-box-shadow: 0px 10px 15px rgba(0,0,0,.5);
  -ms-box-shadow: 0px 10px 15px rgba(0,0,0,.5);
  -o-box-shadow: 0px 10px 15px rgba(0,0,0,.5);
  box-shadow: 0px 10px 15px rgba(0,0,0,.5);
}
.header .header__main-nav--dropdown .container .macrocat {
  padding: 10px;
  background: none;
  border: 0px;
}
.header .header__main-nav--dropdown .container .macrocat a {
  text-decoration: none;
}
.header .header__main-nav--dropdown .container .h2.h2--cyan {
  padding: 10px;
  margin: 0px;
  color: #e84e0f;
}
.header .header__main-nav--dropdown .container .categories-container {
  padding: 10px;
}
.header .header__main-nav--dropdown .container .categories-container .categories__item a {
  text-decoration: none;
}
.header .header__main-nav--dropdown .container .categories-container .categories__item .categories__item--background-pattern {
  width: 100%;
  height: 130px;
  -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;
}
.header .header__main-nav--dropdown .container .categories-container .categories__item .categories__item--background-pattern.categories__item--type-0 {
  background-image: url("https://restorecms.blob.core.windows.net/pic/menu/3-antipasti.jpg") !important;
}
.header .header__main-nav--dropdown .container .categories-container .categories__item .categories__item--background-pattern.categories__item--type-1 {
  background-image: url("https://restorecms.blob.core.windows.net/pic/menu/4-pizza-focaccia.jpg") !important;
}
.header .header__main-nav--dropdown .container .categories-container .categories__item .categories__item--background-pattern.categories__item--type-2 {
  background-image: url("https://restorecms.blob.core.windows.net/pic/menu/5-primi.jpg") !important;
}
.header .header__main-nav--dropdown .container .categories-container .categories__item .categories__item--background-pattern.categories__item--type-3 {
  background-image: url("https://restorecms.blob.core.windows.net/pic/menu/7-cucina-internazionale.jpg") !important;
}
.header .header__main-nav--dropdown .container .categories-container .categories__item .categories__item--background-pattern.categories__item--type-4 {
  background-image: url("https://restorecms.blob.core.windows.net/pic/menu/6-secondi.jpg") !important;
}
.header .header__main-nav--dropdown .container .categories-container .categories__item .categories__item--background-pattern.categories__item--type-5 {
  background-image: url("https://restorecms.blob.core.windows.net/pic/menu/8-pesce.jpg") !important;
}
.header .header__main-nav--dropdown .container .categories-container .categories__item .categories__item--background-pattern.categories__item--type-6 {
  background-image: url("https://restorecms.blob.core.windows.net/pic/menu/9-verdure.jpg") !important;
}
.header .header__main-nav--dropdown .container .categories-container .categories__item .categories__item--background-pattern.categories__item--type-7 {
  background-image: url("https://restorecms.blob.core.windows.net/pic/menu/1-panetteria.jpg") !important;
}
.header .header__main-nav--dropdown .container .categories-container .categories__item .categories__item--background-pattern.categories__item--type-8 {
  background-image: url("https://restorecms.blob.core.windows.net/pic/menu/2-prima-colazione.jpg") !important;
}
.header .header__main-nav--dropdown .container .categories-container .categories__item .categories__item--background-pattern.categories__item--type-9 {
  background-image: url("https://restorecms.blob.core.windows.net/pic/menu/10-dessert.jpg") !important;
}
.header .header__main-nav--dropdown .container .categories-container .categories__item .categories__item--background-pattern.categories__item--type-10 {
  background-image: url("https://restorecms.blob.core.windows.net/pic/menu/12-gelati.jpg") !important;
}
.header .header__main-nav--dropdown .container .categories-container .categories__item .categories__item--background-pattern.categories__item--type-11 {
  background-image: url("https://restorecms.blob.core.windows.net/pic/menu/11-caffe.jpg") !important;
}
.header .header__main-nav--dropdown .container .categories-container .categories__item .h4 {
  margin-top: 10px;
  color: #e84e0f;
  text-align: center;
}
.header .col-3--align-center-vertical {
  height: 60px;
  /* Extra Small Devices, Phones */
  /* Small Devices, Tablets */
  /* Medium Devices, Desktops */
  /* Extra Small Devices, Phones */
  /* Small Devices, Tablets */
  /* Medium Devices, Desktops */
}
@media all and (max-width: 992px) {
  .header .col-3--align-center-vertical {
    width: 20%;
    float: left;
    padding: 20px;
  }
}
@media all and (max-width: 768px) {
  .header .col-3--align-center-vertical {
    display: none;
  }
}
.header .menu-services-cart-wrapper {
  /* Extra Small Devices, Phones */
  /* Small Devices, Tablets */
  /* Medium Devices, Desktops */
}
@media all and (max-width: 992px) {
  .header .menu-services-cart-wrapper {
    width: 100%;
    max-width: 100%;
    flex-basis: 100%;
  }
}
.header .menu-services-cart-wrapper .menu-search-cart {
  position: relative;
  /* Extra Small Devices, Phones */
  /* Small Devices, Tablets */
  /* Medium Devices, Desktops */
}
@media all and (max-width: 992px) {
  .header .menu-services-cart-wrapper .menu-search-cart .main-nav {
    display: none;
  }
  .header .menu-services-cart-wrapper .menu-search-cart .menu-trigger-mobile {
    display: block;
    padding: 0px;
  }
  .header .menu-services-cart-wrapper .menu-search-cart .menu-trigger-mobile i {
    padding: 0px;
  }
}
.header .menu-services-cart-wrapper .menu-search-cart .main-nav, .header .menu-services-cart-wrapper .menu-search-cart .main-search, .header .menu-services-cart-wrapper .menu-search-cart .menu-trigger-mobile {
  width: 20%;
  background-color: #fff;
  border-radius: 50px;
  height: 40px;
  padding: 10px 0;
  margin-right: 30px;
  cursor: pointer;
  color: #606060;
  border: 1px solid #ccc;
  /* Extra Small Devices, Phones */
  /* Small Devices, Tablets */
  /* Medium Devices, Desktops */
}
@media all and (max-width: 992px) {
  .header .menu-services-cart-wrapper .menu-search-cart .main-nav .label, .header .menu-services-cart-wrapper .menu-search-cart .main-nav .ion-chevron-down, .header .menu-services-cart-wrapper .menu-search-cart .main-search .label, .header .menu-services-cart-wrapper .menu-search-cart .main-search .ion-chevron-down, .header .menu-services-cart-wrapper .menu-search-cart .menu-trigger-mobile .label, .header .menu-services-cart-wrapper .menu-search-cart .menu-trigger-mobile .ion-chevron-down {
    display: none;
  }
}
.header .menu-services-cart-wrapper .menu-search-cart .main-nav i, .header .menu-services-cart-wrapper .menu-search-cart .main-search i, .header .menu-services-cart-wrapper .menu-search-cart .menu-trigger-mobile i {
  padding: 0px 10px;
  color: #e84e0f;
}
.header .menu-services-cart-wrapper .menu-search-cart .main-nav i.on-the-left, .header .menu-services-cart-wrapper .menu-search-cart .main-search i.on-the-left, .header .menu-services-cart-wrapper .menu-search-cart .menu-trigger-mobile i.on-the-left {
  margin-left: auto;
}
.header .menu-services-cart-wrapper .menu-search-cart .main-nav.menu-on, .header .menu-services-cart-wrapper .menu-search-cart .main-search.menu-on, .header .menu-services-cart-wrapper .menu-search-cart .menu-trigger-mobile.menu-on {
  background-color: #e84e0f;
  color: #fff;
}
.header .menu-services-cart-wrapper .menu-search-cart .main-nav.menu-on i, .header .menu-services-cart-wrapper .menu-search-cart .main-search.menu-on i, .header .menu-services-cart-wrapper .menu-search-cart .menu-trigger-mobile.menu-on i {
  color: #fff;
}
.header .menu-services-cart-wrapper .menu-search-cart .main-nav {
  font-family: "Caveat", "Open Sans", sans-serif;
  font-size: 1.5em;
  color: #e84e0f;
  font-weight: 900;
  /* Extra Small Devices, Phones */
  /* Small Devices, Tablets */
  /* Medium Devices, Desktops */
}
@media all and (max-width: 992px) {
  .header .menu-services-cart-wrapper .menu-search-cart .main-nav {
    background-color: #e84e0f;
    border: none;
    padding: 0 5px;
  }
  .header .menu-services-cart-wrapper .menu-search-cart .main-nav i {
    color: #ffffff;
  }
}
.header .menu-services-cart-wrapper .menu-search-cart .main-search {
  width: 50%;
  cursor: default;
  /* Extra Small Devices, Phones */
  /* Small Devices, Tablets */
  /* Medium Devices, Desktops */
}
@media all and (max-width: 768px) {
  .header .menu-services-cart-wrapper .menu-search-cart .main-search {
    width: 70%;
    margin-right: 10px;
  }
}
.header .menu-services-cart-wrapper .menu-search-cart .main-search form {
  width: 100%;
  padding: 0 10px;
}
.header .menu-services-cart-wrapper .menu-search-cart .main-search i {
  padding: 0 10px;
  font-size: 1.2em;
}
.header .menu-services-cart-wrapper .menu-search-cart .main-search .button {
  margin-left: auto;
  font-family: "Montserrat", "Open Sans", sans-serif;
  padding: 0 10px;
}
.header .menu-services-cart-wrapper .menu-search-cart .main-search .button:hover {
  background-color: initial !important;
}
.header .menu-services-cart-wrapper .menu-search-cart .main-search .button.button--cyan {
  background-color: #e84e0f;
  color: #fff;
}
.header .menu-services-cart-wrapper .menu-search-cart .main-search .button.button--full-height {
  height: 40px;
  border: 0px;
  border-radius: 0;
  border-top-right-radius: 5px;
  border-bottom-right-radius: 5px;
}
.header .menu-services-cart-wrapper .menu-search-cart .main-search input {
  border: 0;
  width: 100%;
  /* Extra Small Devices, Phones */
  /* Small Devices, Tablets */
  /* Medium Devices, Desktops */
}
@media all and (max-width: 992px) {
  .header .menu-services-cart-wrapper .menu-search-cart .main-search input {
    padding-left: 10px;
  }
}
.header .menu-services-cart-wrapper .menu-search-cart .main-search input:focus {
  outline: none;
}
.header .menu-services-cart-wrapper .menu-search-cart .main-search input::-webkit-input-placeholder {
  font-style: normal;
  color: #606060;
  font-family: "Montserrat", "Open Sans", sans-serif;
}
.header .menu-services-cart-wrapper .menu-search-cart .main-search input:-moz-placeholder {
  font-style: normal;
  color: #606060;
  font-family: "Montserrat", "Open Sans", sans-serif;
}
.header .menu-services-cart-wrapper .menu-search-cart .main-search input::-moz-placeholder {
  font-style: normal;
  color: #606060;
  font-family: "Montserrat", "Open Sans", sans-serif;
}
.header .menu-services-cart-wrapper .menu-search-cart .main-search input:-ms-input-placeholder {
  font-style: normal;
  color: #606060;
  font-family: "Montserrat", "Open Sans", sans-serif;
}
.header .menu-services-cart-wrapper .menu-search-cart .menu-trigger-mobile {
  display: none;
  /* Extra Small Devices, Phones */
  /* Small Devices, Tablets */
  /* Medium Devices, Desktops */
}
@media all and (max-width: 992px) {
  .header .menu-services-cart-wrapper .menu-search-cart .menu-trigger-mobile {
    display: block;
    background-color: #e84e0f;
    border: none;
    margin: 0;
    padding: 0 5px;
  }
  .header .menu-services-cart-wrapper .menu-search-cart .menu-trigger-mobile i {
    color: #ffffff;
  }
}
.header .menu-services-cart-wrapper .menu-search-cart .main-navigation {
  background-color: #fff;
  display: none;
  /* Extra Small Devices, Phones */
  /* Small Devices, Tablets */
  /* Medium Devices, Desktops */
}
@media all and (max-width: 992px) {
  .header .menu-services-cart-wrapper .menu-search-cart .main-navigation {
    display: block;
  }
}
.header .menu-services-cart-wrapper .menu-search-cart .main-navigation a {
  text-decoration: none;
}
.header .menu-services-cart-wrapper .menu-search-cart .main-navigation.open {
  display: block;
  overflow-y: scroll;
}
.header .menu-services-cart-wrapper .menu-search-cart .main-navigation .h2 {
  background-color: #fff;
}
.header .menu-services-cart-wrapper .menu-search-cart .main-navigation .h2.h2--cyan {
  padding: 10px;
  margin: 0;
  font-weight: 300;
  color: #e84e0f;
}
.header .menu-services-cart-wrapper .menu-search-cart .main-navigation .categories-container {
  padding: 10px;
  background-color: #e84e0f;
}
.header .menu-services-cart-wrapper .menu-search-cart .main-navigation .categories-container .categories__item a {
  text-decoration: none;
}
.header .menu-services-cart-wrapper .menu-search-cart .main-navigation .categories-container .categories__item .categories__item--background-pattern {
  width: 100%;
  height: 50px;
  -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;
  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;
  padding-left: 10px;
  -webkit-align-items: center;
  -moz-align-items: center;
  -ms-align-items: center;
  align-items: center;
  margin-bottom: 10px;
}
.header .menu-services-cart-wrapper .menu-search-cart .main-navigation .categories-container .categories__item .categories__item--background-pattern.categories__item--type-0 {
  background-image: linear-gradient(to bottom, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0.5)), url("/content/images/menu/3-antipasti.jpg") !important;
}
.header .menu-services-cart-wrapper .menu-search-cart .main-navigation .categories-container .categories__item .categories__item--background-pattern.categories__item--type-1 {
  background-image: linear-gradient(to bottom, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0.5)), url("/content/images/menu/4-pizza-focaccia.jpg") !important;
}
.header .menu-services-cart-wrapper .menu-search-cart .main-navigation .categories-container .categories__item .categories__item--background-pattern.categories__item--type-2 {
  background-image: linear-gradient(to bottom, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0.5)), url("/content/images/menu/5-primi.jpg") !important;
}
.header .menu-services-cart-wrapper .menu-search-cart .main-navigation .categories-container .categories__item .categories__item--background-pattern.categories__item--type-3 {
  background-image: linear-gradient(to bottom, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0.5)), url("/content/images/menu/7-cucina-internazionale.jpg") !important;
}
.header .menu-services-cart-wrapper .menu-search-cart .main-navigation .categories-container .categories__item .categories__item--background-pattern.categories__item--type-4 {
  background-image: linear-gradient(to bottom, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0.5)), url("/content/images/menu/6-secondi.jpg") !important;
}
.header .menu-services-cart-wrapper .menu-search-cart .main-navigation .categories-container .categories__item .categories__item--background-pattern.categories__item--type-5 {
  background-image: linear-gradient(to bottom, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0.5)), url("/content/images/menu/8-pesce.jpg") !important;
}
.header .menu-services-cart-wrapper .menu-search-cart .main-navigation .categories-container .categories__item .categories__item--background-pattern.categories__item--type-6 {
  background-image: linear-gradient(to bottom, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0.5)), url("/content/images/menu/9-verdure.jpg") !important;
}
.header .menu-services-cart-wrapper .menu-search-cart .main-navigation .categories-container .categories__item .categories__item--background-pattern.categories__item--type-7 {
  background-image: linear-gradient(to bottom, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0.5)), url("/content/images/menu/1-panetteria.jpg") !important;
}
.header .menu-services-cart-wrapper .menu-search-cart .main-navigation .categories-container .categories__item .categories__item--background-pattern.categories__item--type-8 {
  background-image: linear-gradient(to bottom, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0.5)), url("/content/images/menu/2-prima-colazione.jpg") !important;
}
.header .menu-services-cart-wrapper .menu-search-cart .main-navigation .categories-container .categories__item .categories__item--background-pattern.categories__item--type-9 {
  background-image: linear-gradient(to bottom, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0.5)), url("/content/images/menu/10-dessert.jpg") !important;
}
.header .menu-services-cart-wrapper .menu-search-cart .main-navigation .categories-container .categories__item .categories__item--background-pattern.categories__item--type-10 {
  background-image: linear-gradient(to bottom, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0.5)), url("/content/images/menu/12-gelati.jpg") !important;
}
.header .menu-services-cart-wrapper .menu-search-cart .main-navigation .categories-container .categories__item .categories__item--background-pattern.categories__item--type-11 {
  background-image: linear-gradient(to bottom, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0.5)), url("/content/images/menu/11-caffe.jpg") !important;
}
.header .menu-services-cart-wrapper .menu-search-cart .main-navigation .categories-container .categories__item .h4 {
  color: #fff;
  font-size: 1.5em;
  font-weight: 300;
  /* Extra Small Devices, Phones */
  /* Small Devices, Tablets */
  /* Medium Devices, Desktops */
}
@media all and (max-width: 992px) {
  .header .menu-services-cart-wrapper .menu-search-cart .main-navigation .categories-container .categories__item .h4 {
    font-size: 1.3em;
  }
}
.header .main-search-bar {
  width: 20% !important;
  margin: 5px auto 0;
  position: relative;
  float: left;
  /* Extra Small Devices, Phones */
  /* Small Devices, Tablets */
  /* Medium Devices, Desktops */
}
.header .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: 0.775em;
  border: 1px solid #ffffff;
  font-family: "Montserrat", "Open Sans", sans-serif;
  /*@include box-shadow(inset 0px 0px 10px -3px lighten($mainColor, 8%));*/
}
.header .main-search-bar input:focus {
  outline: none;
}
.header .main-search-bar input::-webkit-input-placeholder {
  font-family: "Montserrat", "Open Sans", sans-serif;
}
.header .main-search-bar input:-moz-placeholder {
  font-family: "Montserrat", "Open Sans", sans-serif;
}
.header .main-search-bar input::-moz-placeholder {
  font-family: "Montserrat", "Open Sans", sans-serif;
}
.header .main-search-bar input:-ms-input-placeholder {
  font-family: "Montserrat", "Open Sans", sans-serif;
}
.header .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: #e84e0f;
}
.header .main-search-bar button:focus {
  outline: none;
  box-shadow: none;
}
.header .main-search-bar button .fa {
  font-size: 1.2em;
  top: 1px;
  position: relative;
  left: -2px;
}
@media all and (max-width: 992px) {
  .header .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;
  }
  .header .main-search-bar input {
    font-size: 0.875em;
    width: 100% !important;
    padding: 0 0 0 10px;
  }
}

.macrocat {
  overflow: hidden;
  /* border-top: 10px solid #fff;
  border-bottom: 10px solid #fff;*/
}
.macrocat .show--tablet-mobile {
  display: none;
  /* Extra Small Devices, Phones */
  /* Small Devices, Tablets */
  /* Medium Devices, Desktops */
}
@media all and (max-width: 992px) {
  .macrocat .show--tablet-mobile {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
  }
}
.macrocat .row {
  /* Extra Small Devices, Phones */
  /* Small Devices, Tablets */
  /* Medium Devices, Desktops */
}
@media all and (max-width: 992px) {
  .macrocat .row {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
  }
  .macrocat .row .menu-trigger-mobile {
    width: initial;
  }
}
.macrocat .row .col-25 {
  -webkit-flex-basis: 25%;
  -moz-flex-basis: 25%;
  -ms-flex-basis: 25%;
  flex-basis: 25%;
  max-width: 25%;
  height: 40px;
  /* Extra Small Devices, Phones */
  /* Small Devices, Tablets */
  /* Medium Devices, Desktops */
}
@media all and (max-width: 992px) {
  .macrocat .row .col-25 {
    height: 30px;
    -webkit-flex-basis: 50%;
    -moz-flex-basis: 50%;
    -ms-flex-basis: 50%;
    flex-basis: 50%;
    max-width: 50%;
  }
}
.macrocat .row .col-25 h4 {
  margin: 0;
  color: #ffffff;
  font-family: "Caveat", "Open Sans", sans-serif;
  text-align: center;
  font-size: 1.3em;
  text-transform: uppercase;
  letter-spacing: 2px;
  /* Extra Small Devices, Phones */
  /* Small Devices, Tablets */
  /* Medium Devices, Desktops */
}
@media all and (max-width: 992px) {
  .macrocat .row .col-25 h4 {
    font-size: 0.8rem;
    font-weight: bold;
  }
}
.macrocat .row .col-25 .big-cat--background-pattern {
  -webkit-background-size: auto;
  -khtml-background-size: auto;
  -moz-background-size: auto;
  -ms-background-size: auto;
  -o-background-size: auto;
  background-size: auto;
  -ms-behavior: url(/content/backgroundsize.min.htc);
  background-repeat: no-repeat;
  background-position: center;
  width: 100%;
  height: 80px;
  color: #fff;
  font-size: 1.2em;
  border-radius: 2px;
  transition: all 0.3s;
  cursor: pointer;
}
.macrocat .row .col-25:nth-of-type(1) {
  /* @include bp(tablet) {
                      border-top: 10px solid #fff;
                  }
  */
}
.macrocat .row .col-25:nth-of-type(1) .big-cat--background-pattern {
  background: url("/content/images/baffo.png") no-repeat #e84e0f right bottom;
  background-size: 40%;
}
.macrocat .row .col-25:nth-of-type(2) {
  /*   @include bp(tablet) {
                      border-top: 10px solid #fff;
                  }
  */
}
.macrocat .row .col-25:nth-of-type(2) .big-cat--background-pattern {
  color: #ee1c25;
  background: url("/content/images/home/artica.jpeg") no-repeat #ffffff center;
}
.macrocat .row .col-25:nth-of-type(3) {
  /*
  @include bp(tablet) {
      border-top: 10px solid #fff;
  }*/
}
.macrocat .row .col-25:nth-of-type(3) .big-cat--background-pattern {
  background: url("/content/images/baffo.png") no-repeat #e84e0f right bottom;
  background-size: 40%;
  color: #fff;
  /*background-image: linear-gradient(to bottom, rgba(0, 0, 0, 0.3), rgba(0, 0, 0, 0.3)),url('/content/images/home/feste.png');*/
}
.macrocat .row .col-25:nth-of-type(4) {
  /*  @include bp(tablet) {
      border-top: 10px solid #fff;
  }*/
}
.macrocat .row .col-25:nth-of-type(4) .big-cat--background-pattern {
  background: url("/content/images/baffo.png") no-repeat #e84e0f right bottom;
  background-size: 40%;
}
.macrocat .row .col-25:nth-of-type(5) {
  /* @include bp(tablet) {
      border-top: 10px solid #fff;
  }*/
}
.macrocat .row .col-25:nth-of-type(5) .big-cat--background-pattern {
  background: url("/content/images/home/picard.jpg") no-repeat #585858 center;
}
.macrocat .row .col-25:nth-of-type(6) {
  /* @include bp(tablet) {
                      border-top: 10px solid #fff;
                  }
  */
}
.macrocat .row .col-25:nth-of-type(6) .big-cat--background-pattern {
  background: url("/content/images/home/picard.jpg") no-repeat #585858 center;
}
.macrocat.container-fluid {
  padding: 0;
}
.macrocat a {
  text-decoration: none;
}

#main-content {
  margin: 0 auto;
  max-width: 1280px;
  padding-top: 7.5em !important;
  /* Extra Small Devices, Phones */
  /* Small Devices, Tablets */
  /* Medium Devices, Desktops */
}
@media all and (max-width: 992px) {
  #main-content {
    padding-top: 0 !important;
  }
}

.wrap {
  padding: 0 20px;
}

/*NEW GRID*/
.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;
}

.container {
  margin: 0 auto;
  max-width: 1240px;
}

.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;
}

.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.33333333%;
  -moz-flex-basis: 8.33333333%;
  -ms-flex-basis: 8.33333333%;
  flex-basis: 8.33333333%;
  max-width: 8.33333333%;
}

.col-2 {
  -webkit-flex-basis: 16.66666667%;
  -moz-flex-basis: 16.66666667%;
  -ms-flex-basis: 16.66666667%;
  flex-basis: 16.66666667%;
  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.33333333%;
  -moz-flex-basis: 33.33333333%;
  -ms-flex-basis: 33.33333333%;
  flex-basis: 33.33333333%;
  max-width: 33.33333333%;
}

.col-5 {
  -webkit-flex-basis: 41.66666667%;
  -moz-flex-basis: 41.66666667%;
  -ms-flex-basis: 41.66666667%;
  flex-basis: 41.66666667%;
  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.33333333%;
  -moz-flex-basis: 58.33333333%;
  -ms-flex-basis: 58.33333333%;
  flex-basis: 58.33333333%;
  max-width: 58.33333333%;
}

.col-8 {
  -webkit-flex-basis: 66.66666667%;
  -moz-flex-basis: 66.66666667%;
  -ms-flex-basis: 66.66666667%;
  flex-basis: 66.66666667%;
  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.33333333%;
  -moz-flex-basis: 83.33333333%;
  -ms-flex-basis: 83.33333333%;
  flex-basis: 83.33333333%;
  max-width: 83.33333333%;
}

.col-11 {
  -webkit-flex-basis: 91.66666667%;
  -moz-flex-basis: 91.66666667%;
  -ms-flex-basis: 91.66666667%;
  flex-basis: 91.66666667%;
  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-20 {
  -webkit-flex-basis: 20%;
  -moz-flex-basis: 20%;
  -ms-flex-basis: 20%;
  flex-basis: 20%;
  max-width: 20%;
}

.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 all 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-20,
  .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 {
    -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;
  }
}
.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;
}

a, a:link, a:active {
  color: #e84e0f;
  outline: none;
}

a.no-text-decoration {
  text-decoration: none !important;
}

.hide {
  display: none !important;
}

header, section, footer {
  margin: 0;
  padding: 0;
}

/* Extra Small Devices, Phones */
/* Small Devices, Tablets */
/* Medium Devices, Desktops */
@media all and (min-width: 992px) {
  a:hover {
    outline: none;
  }
}
.show-in-detail {
  display: none !important;
}

.inline-list {
  margin: 0;
  padding: 0;
  list-style: none;
}
.inline-list > li {
  display: inline-block;
}

#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 .bx-controls {
  display: none;
}
#mega-slider i {
  color: #ffffff;
  font-size: 1.5em;
  font-weight: 100;
}
#mega-slider i:hover {
  font-weight: 600;
  color: #ffffff;
}
@media all 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;
  }
}

.notice {
  border: 1px solid #4caf50;
  border-left: 5px solid #4caf50;
  -webkit-box-shadow: inset 0px 0px 0px 5px rgba(76, 175, 80, 0.1), 0px 3px 5px 0px rgba(48, 48, 48, 0.1);
  -khtml-box-shadow: inset 0px 0px 0px 5px rgba(76, 175, 80, 0.1), 0px 3px 5px 0px rgba(48, 48, 48, 0.1);
  -moz-box-shadow: inset 0px 0px 0px 5px rgba(76, 175, 80, 0.1), 0px 3px 5px 0px rgba(48, 48, 48, 0.1);
  -ms-box-shadow: inset 0px 0px 0px 5px rgba(76, 175, 80, 0.1), 0px 3px 5px 0px rgba(48, 48, 48, 0.1);
  -o-box-shadow: inset 0px 0px 0px 5px rgba(76, 175, 80, 0.1), 0px 3px 5px 0px rgba(48, 48, 48, 0.1);
  box-shadow: inset 0px 0px 0px 5px rgba(76, 175, 80, 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: 0.875em;
  color: rgb(45.1155378486, 103.8844621514, 47.4900398406);
  margin-bottom: 1em;
  font-weight: 700;
}

p.center {
  text-align: center;
}

input::-webkit-input-placeholder {
  font-style: italic;
  color: #878787;
  font-family: "Montserrat", "Open Sans", sans-serif, Verdana, Sans-serif;
}
input:-moz-placeholder {
  font-style: italic;
  color: #878787;
  font-family: "Montserrat", "Open Sans", sans-serif, Verdana, Sans-serif;
}
input::-moz-placeholder {
  font-style: italic;
  color: #878787;
  font-family: "Montserrat", "Open Sans", sans-serif, Verdana, Sans-serif;
}
input:-ms-input-placeholder {
  font-style: italic;
  color: #878787;
  font-family: "Montserrat", "Open Sans", sans-serif, Verdana, Sans-serif;
}

.tornasu {
  position: fixed;
  bottom: 0;
  right: 1em;
  background: rgba(232, 78, 15, 0.9);
  color: #fff;
  font-weight: bold;
  font-size: 0.875em;
  padding: 0.2em 1em 0.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;
}

label input {
  float: left !important;
  width: auto !important;
  margin: 0 0.5em 0 0;
  position: relative;
  top: 0.3em;
}

.inline-button, .inline-text {
  text-decoration: none;
  display: inline-block;
  font-size: 1em;
  font-family: "Montserrat", "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: #a5ceeb;
  width: 100%;
  display: block;
  padding: 0.5em 1em;
  padding-left: 45px;
  padding-right: 30px;
  text-decoration: none;
  font-weight: 600;
  text-transform: uppercase;
  margin-bottom: 0.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: 0.5em;
  margin-bottom: -5px;
  position: absolute;
  top: 50%;
  margin-top: -9px;
  left: 15px;
}
@media screen and (min-width: 1024px) {
  .special-btn:hover {
    background-color: #e84e0f;
    color: #ffffff;
  }
  .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 {
  text-align: center;
}
.thankyou h1 {
  font-size: 3em;
  margin: 0;
  color: #e84e0f;
}
.thankyou h2 {
  font-size: 2.5em;
  color: #e84e0f;
  margin: 0;
}
.thankyou p {
  font-size: 1.1em;
  margin: 5px;
  color: #303030;
  text-align: center;
}
.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;
}
.thankyou .promoAmicoWelcome {
  padding: 2em 0;
}

.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: 0.675em;
  padding: 0.5em 0;
  white-space: nowrap;
}

label.errorPromo {
  color: #cc2529;
  font-size: 0.875em;
  padding: 0.5em 0;
  white-space: nowrap;
}

label.success {
  color: #4caf50;
  font-size: 0.875em;
  padding: 0.5em 0;
}

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: 0.5em 0 0.3em;
  font-size: 0.875em;
  margin-top: 1em;
}
.form-group label.error {
  font-size: 0.775em;
  color: #cc2529;
  font-weight: bold;
  padding-top: 0;
  margin-top: 0.3em;
}
.form-group input, .form-group .selectric {
  margin-top: 0 !important;
  margin: 0;
}

.spinner-load {
  position: relative;
}

.spinner-load, .blockOverlay {
  z-index: 999999;
}
.spinner-load:before, .blockOverlay:before {
  content: "";
  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, .blockOverlay:after {
  content: "";
  display: none;
  background-color: #ffffff;
  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, .blockOverlay.loading:after, .blockOverlay.loading:before {
  display: block;
}

.blockOverlay:before {
  display: block;
}

.btn {
  display: block;
  width: 100%;
  background-color: #e84e0f;
  color: #ffffff !important;
  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: "Montserrat", "Open Sans", sans-serif;
  text-transform: uppercase;
  border: none;
  padding: 0.5em 20px 0.6em;
  margin-top: 0.5em;
  text-decoration: none;
  text-align: center;
  line-height: 1;
  font-weight: 600;
  letter-spacing: -0.03em;
}
.btn.tiny {
  width: auto;
  display: inline-block;
  font-size: 10px;
  letter-spacing: 0.03em;
  padding: 0.5em 0.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 .fa {
  margin-left: 0.5em;
  font-size: 0.675em;
}
.btn.arrow {
  display: inline-block;
  width: auto;
  text-transform: inherit;
}
.btn.arrow .fa {
  position: relative;
  top: -3px;
}
.btn.inline {
  font-size: 1em;
  padding: 5px 0.5em;
  margin: 0;
}
.btn.back {
  display: inline-block;
  font-size: 0.875em;
  clear: both;
  width: auto;
  margin: 1em 0;
}
.btn.back .fa {
  position: relative;
  top: -1px;
  margin-right: 1em;
  margin-left: 0;
}

.cat-div {
  padding: 0 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: #e84e0f;
  /*    &.cat-div-1153 {
      background-color: #1559a9;
  }

  &.cat-div-1156 {
      background-color: #231f20;
  }

  &.cat-div-1158 {
      background-color: #951157;
  }*/
}
.cat-div .cat-title {
  color: #ffffff;
}
.cat-div .cat-link {
  background-color: #e84e0f;
  border-radius: 5px;
  border: 1px white solid;
  padding: 0.2em 0.5em;
  margin: 0 1em;
}
.cat-div .cat-link a {
  color: #ffffff;
  text-decoration: none;
}

.product-popup-detail .fun {
  color: #e84e0f;
}
.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: 0.875em !important;
  background: #fff;
  border: 1px solid #e84e0f !important;
  color: #e84e0f !important;
}
.product-popup-detail .popup-controls .btn.right {
  float: right;
}

@media screen and (max-width: 768px) {
  select {
    width: 100%;
    margin-bottom: 0.5em;
    padding: 0.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: #e84e0f;
}

.page-title {
  font-family: "Montserrat", "Open Sans", sans-serif;
  font-weight: 300;
  font-size: 2em;
  color: #e84e0f;
  display: inline-block;
  margin: 0.4em 0;
  /* Extra Small Devices, Phones */
  /* Small Devices, Tablets */
  /* Medium Devices, Desktops */
}
@media all and (max-width: 992px) {
  .page-title {
    width: 100%;
    font-size: 2em;
    margin: 0;
  }
}

.border-left-gray {
  border-left: 1px solid #aaa;
  /* Extra Small Devices, Phones */
  /* Small Devices, Tablets */
  /* Medium Devices, Desktops */
}
@media all and (max-width: 992px) {
  .border-left-gray {
    border: 0px;
  }
}

.nice, .form--basso input:not([type=checkbox]):not([type=radio]), .view-data {
  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 #C7C7C7;
  line-height: normal;
  padding: 0.5em 10px;
  margin-top: 0.5em;
  font-family: "Montserrat", "Open Sans", sans-serif;
}
.nice::-webkit-input-placeholder, .form--basso input:not([type=checkbox]):not([type=radio])::-webkit-input-placeholder, .view-data::-webkit-input-placeholder {
  font-style: normal;
  color: #878787;
  font-family: "Montserrat", "Open Sans", sans-serif;
}
.nice:-moz-placeholder, .form--basso input:-moz-placeholder:not([type=checkbox]):not([type=radio]), .view-data:-moz-placeholder {
  font-style: normal;
  color: #878787;
  font-family: "Montserrat", "Open Sans", sans-serif;
}
.nice::-moz-placeholder, .form--basso input:not([type=checkbox]):not([type=radio])::-moz-placeholder, .view-data::-moz-placeholder {
  font-style: normal;
  color: #878787;
  font-family: "Montserrat", "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-style: normal;
  color: #878787;
  font-family: "Montserrat", "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 all and (max-width: 768px) {
  .mobile-only {
    display: block;
  }
}

.modal-info {
  position: fixed;
  top: 64px;
  left: 0;
  width: 100%;
  background-color: #ffffff;
  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: #e84e0f;
  font-family: "Montserrat", "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: 0.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: "Montserrat", "Open Sans", sans-serif;
  color: #505050;
}
.modal-info p b {
  color: #e84e0f;
  font-family: "Montserrat", "Open Sans", sans-serif;
  display: block;
}
.modal-info p .help-link {
  text-decoration: none;
  color: #505050;
}
.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;
}

.boxed {
  background-color: white;
  /*border: 1px solid $grey;*/
  -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: 0.5em auto;
    float: none;
    display: block;
    float: none !important;
  }
}

.btn-pay {
  padding: 0.6em;
  font-size: 1em;
  margin: 0;
}

.nice-table {
  width: 100%;
}
.nice-table tr {
  border: 1px solid #dddddd;
}
.nice-table th, .nice-table td {
  padding: 0.8em;
  line-height: 35px;
  text-align: left;
  vertical-align: top;
}
.nice-table th {
  padding: 0 0.5em 1em;
  color: #505050;
}
@media only screen and (max-width: 760px), (min-device-width: 768px) and (max-device-width: 1024px) {
  .nice-table {
    display: block;
    /*
        Label the data
        */
  }
  .nice-table thead, .nice-table tbody, .nice-table th, .nice-table td, .nice-table tr {
    display: block;
  }
  .nice-table thead tr {
    position: absolute;
    top: -9999px;
    left: -9999px;
  }
  .nice-table tr {
    border: 1px solid #ccc;
    margin-bottom: 1em;
  }
  .nice-table td {
    border: none;
    border-bottom: 1px solid #eee;
    position: relative;
    padding-left: 6px;
    padding-top: 1.5em;
  }
  .nice-table td:before {
    position: absolute;
    top: 6px;
    left: 6px;
    width: 45%;
    padding-right: 10px;
    white-space: nowrap;
    font-size: 0.7em;
  }
  .nice-table td:nth-of-type(1):before {
    content: "Numero ordine";
  }
  .nice-table td:nth-of-type(2):before {
    content: "Tipo di servizio";
  }
  .nice-table td:nth-of-type(3):before {
    content: "Supermercato";
  }
  .nice-table td:nth-of-type(4):before {
    content: "Data";
  }
  .nice-table td:nth-of-type(5):before {
    content: "Orario";
  }
  .nice-table td:nth-of-type(6):before {
    content: "Stato dell'ordine";
  }
}

.orderDetail h1 {
  color: #303030;
  padding-bottom: 0.5em;
  border-bottom: 2px solid #dddddd;
  font-size: 1.5rem;
}
.orderDetail h2 {
  color: #303030;
  white-space: nowrap;
  font-size: 1rem;
}
.orderDetail h3 {
  color: #303030;
}
.orderDetail .num-order {
  margin: 0 1em 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;
}
.orderDetail .num-order p {
  color: #dddddd;
  font-weight: bold;
}
.orderDetail .order-details {
  border: 1px solid #dddddd;
  padding: 1em;
}
.orderDetail .order-details .top-order .box-address {
  margin: 1em 0;
  padding: 1em;
  -webkit-border-radius: 0;
  -khtml-border-radius: 0;
  -moz-border-radius: 0;
  -ms-border-radius: 0;
  -o-border-radius: 0;
  border-radius: 0;
  background-color: rgba(237, 28, 36, 0.1);
}
.orderDetail .order-details .top-order .lists-prods-other .color-qty {
  display: none;
}
.orderDetail .order-details .top-order .lists-prods-other img {
  width: 50px;
  height: 70px;
}
.orderDetail .order-details .top-order .lists-prods-other .desc-prod {
  margin: 0 1em;
  font-size: 1.1em;
}
.orderDetail .order-details .top-order .lists-prods-other .color-price {
  font-weight: bold;
  color: #840308;
  font-size: 1.4em;
  white-space: nowrap;
  /* Extra Small Devices, Phones */
  /* Small Devices, Tablets */
  /* Medium Devices, Desktops */
}
@media all and (max-width: 992px) {
  .orderDetail .order-details .top-order .lists-prods-other .color-price {
    font-size: 1.1em;
  }
}
.orderDetail .order-details .top-order .box-order {
  margin: 1em 0;
  padding: 1em;
  background-color: rgba(255, 237, 217, 0.5);
  -webkit-border-radius: 0;
  -khtml-border-radius: 0;
  -moz-border-radius: 0;
  -ms-border-radius: 0;
  -o-border-radius: 0;
  border-radius: 0;
}
.orderDetail .order-details .top-order .box-button {
  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 all 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: #505050;
  list-style: none;
  margin: 1em 0;
  padding: 0;
  font-size: 1em;
  padding: 0 0.5em;
  width: 100%;
  border-top: 2px solid #dddddd;
  -webkit-border-radius: 0;
  -khtml-border-radius: 0;
  -moz-border-radius: 0;
  -ms-border-radius: 0;
  -o-border-radius: 0;
  border-radius: 0;
}
.orderDetail .order-details ol.prods .list-prods {
  border-bottom: 1px solid #dddddd;
  padding: 15px;
  /* Extra Small Devices, Phones */
  /* Small Devices, Tablets */
  /* Medium Devices, Desktops */
}
@media all and (max-width: 992px) {
  .orderDetail .order-details ol.prods .list-prods {
    padding: 5px;
    -webkit-flex-direction: column;
    -moz-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }
}
.orderDetail .order-details ol.prods .list-prods .color-qty {
  font-size: 1.6em;
  color: #303030;
}
.orderDetail .order-details ol.prods .list-prods .color-price {
  font-weight: bold;
  color: #303030;
  white-space: nowrap;
}
.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 all 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;
}
.orderDetail .order-details ol.prods li {
  display: block;
  border-bottom: 1px solid #ccc;
  padding: 0.5em;
}
.orderDetail .order-details ol.prods li:last-child {
  border-bottom: none;
}
.orderDetail .order-details .bottom-detail-order {
  -webkit-flex-wrap: nowrap;
  -moz-flex-wrap: nowrap;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
}
.orderDetail .order-details .bottom-detail-order .total-bottom {
  width: 90%;
  /* Extra Small Devices, Phones */
  /* Small Devices, Tablets */
  /* Medium Devices, Desktops */
}
@media all and (max-width: 992px) {
  .orderDetail .order-details .bottom-detail-order .total-bottom {
    width: 70%;
  }
}
.orderDetail .order-details .bottom-detail-order .text-right .total-bottom {
  width: 10%;
  white-space: nowrap;
  /* Extra Small Devices, Phones */
  /* Small Devices, Tablets */
  /* Medium Devices, Desktops */
}
@media all and (max-width: 992px) {
  .orderDetail .order-details .bottom-detail-order .text-right .total-bottom {
    width: 30%;
  }
}
.orderDetail .order-details .bottom-detail-order h3 {
  border-bottom: 1px solid #dddddd;
  padding: 1em 0;
}

.wysiwyg {
  color: #505050;
}
.wysiwyg h1, .wysiwyg h2, .wysiwyg h3, .wysiwyg h4, .wysiwyg h5 {
  margin: 1.5em 0 0;
  padding: 0;
}
.wysiwyg h2 {
  font-size: 1.225em;
  color: #e84e0f;
}
.wysiwyg h3 {
  font-size: 0.975em;
  margin-top: 0.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: 0.775em;
  padding: 0.5em 0;
  white-space: nowrap;
  white-space: normal;
}

#resultmessage {
  display: none;
  font-family: "Montserrat", "Open Sans", sans-serif;
  color: #4caf50;
}

.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 all and (max-width: 480px) {
  .select-time-container {
    width: 100%;
  }
}
.select-time-container i {
  display: none;
}
.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 all and (max-width: 768px) {
  .select-time-container .select-time-control.prev {
    left: 0.5em;
  }
  .select-time-container .select-time-control.next {
    right: 0.5em;
  }
}

.select-time {
  overflow: hidden;
  margin: 0;
  padding: 0;
}
.select-time li {
  display: block;
  float: left;
  position: relative;
  width: 260px;
  padding: 0 20px;
  margin: 20px 0;
  text-align: center;
  font-family: "Montserrat", "Open Sans", sans-serif;
  /* Extra Small Devices, Phones */
  /* Small Devices, Tablets */
  /* Medium Devices, Desktops */
}
@media all 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: #ffffff;
  border: 1px solid #e84e0f;
  color: #e84e0f;
  display: block;
  float: left;
  width: 31%;
  margin: 0.9%;
  padding: 7px 0;
  text-decoration: none;
  font-size: 14px;
  letter-spacing: -0.03em;
  line-height: 1;
  font-weight: 600;
}
.select-time li a.selected {
  background-color: #e84e0f;
  color: #ffffff;
}
.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: 0.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 h2 {
  color: #e84e0f;
}
.howdoesitworks .icon-service {
  background-position: top center;
  display: block;
  float: left !important;
  margin-right: 0.5em;
}
.howdoesitworks i.fa {
  color: #e84e0f;
}
.howdoesitworks .block {
  border: 1px solid #dddddd;
  padding: 0.5em 1em;
  margin-bottom: 1em;
}
.howdoesitworks ul li {
  margin-bottom: 0.5em;
}
.howdoesitworks p.big {
  color: #e84e0f;
  font-size: 1.225em;
  font-weight: bold;
}

.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: #a5ceeb;
  -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: #e84e0f;
}

.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: #a5ceeb;
}
.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: "Montserrat", "Open Sans", sans-serif;
  font-size: 1.225em;
  text-transform: uppercase;
  color: #808080;
  text-align: center;
  text-decoration: none;
  padding: 0.5em 0;
  border-right: 2px solid #ffffff;
}
#bx-pager a.active {
  color: #ffffff;
  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: 0.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: #e84e0f;
  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: 0.775em;
  line-height: 1;
  border: 1px dashed #e84e0f;
  padding: 10px 0 5px;
  display: block;
  text-align: center;
  color: #e84e0f;
}

.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: 0.6em;
}

.selectric {
  border-color: #C7C7C7;
  background: #ffffff;
  -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 0.5em;
}
.selectric .label {
  height: 50px;
  line-height: 50px;
  height: 50px;
  line-height: 50px;
  font-size: 0.775em;
  font-weight: 600;
}
.selectric .button {
  height: 50px;
  border: 0px;
}
.selectric .button:hover {
  background-color: transparent;
  color: initial;
}

.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: #e84e0f;
}

.mCSB_scrollTools .mCSB_dragger:hover .mCSB_dragger_bar, .mCSB_scrollTools .mCSB_dragger.mCSB_dragger_onDrag .mCSB_dragger_bar {
  background-color: #a5ceeb;
}

#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: 0.875em;
}

#toast-container .toast-message {
  font-size: 0.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: 0.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;
  }
}
.Picard-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) {
  .Picard-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: 0.875em;
  display: inline-block;
  width: auto;
}

.special-links {
  font-size: 0.875em;
  margin-top: 2em;
}
@media screen and (max-width: 768px) {
  .special-links {
    display: none;
  }
}
.special-links .label {
  display: inline-block;
  line-height: 1;
  color: #e84e0f;
  text-transform: uppercase;
  margin-right: 1em;
  font-family: "Montserrat", "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 #e84e0f;
  -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: #e84e0f;
  margin-right: 0.5em;
  text-decoration: none;
  font-family: "Montserrat", "Open Sans", sans-serif;
  text-transform: uppercase;
  font-size: 0.875em;
}
.special-links ul.links li a:hover {
  background-color: #e84e0f;
  color: #fff;
}

@media screen and (max-width: 768px) {
  .search-with-filters .extended-filters {
    display: none;
  }
}
.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: 0.875em;
}
.search-with-filters .wrong-search ul li a {
  text-decoration: none;
  font-weight: 600;
}
.search-with-filters .search-head {
  text-align: left;
  padding: 1em 0;
  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 all and (max-width: 768px) {
  .search-with-filters .search-head .page-title {
    padding: 0.5em 0;
  }
}
.search-with-filters .search-head #filters {
  border: none;
  float: right;
  padding: 0;
  /* Extra Small Devices, Phones */
  /* Small Devices, Tablets */
  /* Medium Devices, Desktops */
}
@media all and (max-width: 768px) {
  .search-with-filters .search-head #filters {
    padding: 0.5em 0 0;
  }
}
.search-with-filters .page-title {
  font-family: "Montserrat", "Open Sans", sans-serif;
  font-size: 1em;
  padding: 0;
  line-height: 1;
  margin: 0;
  text-transform: none;
  letter-spacing: 0.03em;
}
.search-with-filters #product-grid .product-list {
  border-left: 1px solid #aaa;
  padding-left: 15px;
  /* Extra Small Devices, Phones */
  /* Small Devices, Tablets */
  /* Medium Devices, Desktops */
}
@media all and (max-width: 480px) {
  .search-with-filters #product-grid .product-list {
    border: 0;
    padding-left: 0;
  }
}
.search-with-filters #product-grid li {
  width: 25%;
  /* Extra Small Devices, Phones */
  /* Small Devices, Tablets */
  /* Medium Devices, Desktops */
}
@media all and (max-width: 480px) {
  .search-with-filters #product-grid li {
    padding: 0 !important;
  }
}
.search-with-filters #product-grid li .price-wrap {
  white-space: nowrap;
}
.search-with-filters #product-grid li .product {
  padding: 1em 1.5em;
  /* Extra Small Devices, Phones */
  /* Small Devices, Tablets */
  /* Medium Devices, Desktops */
}
@media all and (max-width: 480px) {
  .search-with-filters #product-grid li .product {
    padding: 10px;
  }
}
.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 screen and (max-width: 768px) {
  .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: #e84e0f;
  text-transform: uppercase;
  font-size: 1em;
  margin: 0;
  border-bottom: 1px solid #dddddd;
  padding: 1em 0;
  font-family: "Montserrat", "Open Sans", sans-serif;
  border-top: 5px solid #e84e0f;
}
.search-with-filters .filter-main-title .fa {
  display: none;
  float: right;
  margin-right: 10px;
}

.slider-responsive {
  /* Extra Small Devices, Phones */
  /* Small Devices, Tablets */
  /* Medium Devices, Desktops */
}
.slider-responsive .mobile {
  display: none;
}
@media all and (max-width: 768px) {
  .slider-responsive .desktop {
    display: none;
  }
  .slider-responsive .mobile {
    display: block;
  }
}

#advTop {
  display: none;
}

#main-wrap-control {
  background: #fff;
  position: relative;
  z-index: 10;
  overflow: hidden;
  /* Extra Small Devices, Phones */
  /* Small Devices, Tablets */
  /* Medium Devices, Desktops */
}
#main-wrap-control .close-layer {
  display: none;
}
#main-wrap-control .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;
}
#main-wrap-control.slide-mobile {
  -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 all and (max-width: 480px) {
  #main-wrap-control.slide-mobile {
    -webkit-transform: translateX(85%);
    -khtml-transform: translateX(85%);
    -moz-transform: translateX(85%);
    -ms-transform: translateX(85%);
    -o-transform: translateX(85%);
    transform: translateX(85%);
  }
}
#main-wrap-control.slide-mobile .close-layer {
  display: block;
  width: 100%;
  height: 100%;
  position: fixed;
  z-index: 10000;
  background-color: rgba(0, 0, 0, 0.5);
}
#main-wrap-control.slide-mobile .close-layer .close__item {
  padding: 20px;
  color: #fff;
  font-size: 2em;
  /* Extra Small Devices, Phones */
  /* Small Devices, Tablets */
  /* Medium Devices, Desktops */
}
@media all and (max-width: 480px) {
  #main-wrap-control.slide-mobile .close-layer .close__item {
    padding: 10px;
  }
}
@media all and (max-width: 768px) {
  #main-wrap-control {
    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;
  }
}

@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: 0.875em;
    border: 1px solid #fff;
    z-index: 5;
  }
  #main-wrap-control.skinActive #page-footer .row {
    padding: 0 10px;
    margin: 0;
  }
  #main-wrap-control.skinActive #page-footer .row .col75, #main-wrap-control.skinActive #page-footer .row .col25 {
    width: 100%;
  }
  #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: 0.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 {
  margin: 0 !important;
}
.faq-page h1 {
  margin: 0;
  margin-top: 1em;
  font-size: 1.8em;
  font-weight: 300;
}
.faq-page h2 {
  margin-top: 1.5em;
  margin-bottom: 0.5em;
  color: #e84e0f;
  font-weight: 300;
}
.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: #ffffff;
  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: 0.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: #ffffff;
  padding: 3px 0;
}

.affarissimi .affarissimi-red {
  background: #cc2529;
  text-align: center;
  color: #fff;
  padding: 0.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: 0.03em;
}
.affarissimi .affarissimi-red .fa {
  font-size: 0.8em;
  margin-right: 0.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: #505050;
  margin: 0;
  letter-spacing: -0.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: 0.875em;
  display: block;
  font-weight: 800;
  text-align: center;
}

.dance, .product-list .product .badge-special .deal-affarissimi .fa, #favorite-popup .wrapper .product .badge-special .deal-affarissimi .fa {
  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: 0.75s;
  animation-duration: 0.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: 0.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 #e84e0f;
  background: #e84e0f;
  box-shadow: inset 0px 0px 0px 2px #fff;
}
.selectTimeTabs .selectTimeTabs__tab .selectTab__content {
  padding: 1.225em 0.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 all and (max-width: 768px) {
  .selectTimeTabs .selectTimeTabs__tab .selectTab__content {
    font-size: 0.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: 0.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 all 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: #e84e0f;
}

.logo-wrap {
  width: 100%;
}
.logo-wrap a {
  width: 100%;
  height: 50px;
  -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-image: url("/content/images/logo.svg");
  background-repeat: no-repeat;
  background-position: center;
  text-indent: -9999em;
  display: block;
}

.slide {
  overflow: hidden;
}
.slide .bx-controls {
  position: absolute;
  left: -1px;
  right: -1px;
  max-width: 1280px;
  top: 50%;
  margin: 0 auto;
  /* Extra Small Devices, Phones */
  /* Small Devices, Tablets */
  /* Medium Devices, Desktops */
}
@media all and (max-width: 992px) {
  .slide .bx-controls {
    display: none;
  }
}
.slide .bxslider .bxslider__item {
  /* Extra Small Devices, Phones */
  /* Small Devices, Tablets */
  /* Medium Devices, Desktops */
  /* Extra Small Devices, Phones */
  /* Small Devices, Tablets */
  /* Medium Devices, Desktops */
}
@media all and (max-width: 992px) {
  .slide .bxslider .bxslider__item img {
    width: 100%;
    height: auto;
  }
}
@media all and (min-width: 992px) {
  .slide .bxslider .bxslider__item img {
    width: 1240px;
    height: auto;
    margin: 0 auto;
  }
}
.slide .bxslider .bxslider__item.bxslider__item--background-pattern {
  /*background-image: url('https://www.placehold.it/1400');*/
  -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;
  /* Extra Small Devices, Phones */
  /* Small Devices, Tablets */
  /* Medium Devices, Desktops */
}
@media all and (max-width: 480px) {
  .slide .bxslider .bxslider__item.bxslider__item--background-pattern {
    height: 300px;
  }
}
.slide .bxslider .bxslider__item.bxslider__item--background-pattern .container .bxslider__container.bx-slider__container--valign-top {
  padding: 50px;
  /* Extra Small Devices, Phones */
  /* Small Devices, Tablets */
  /* Medium Devices, Desktops */
}
@media all and (max-width: 480px) {
  .slide .bxslider .bxslider__item.bxslider__item--background-pattern .container .bxslider__container.bx-slider__container--valign-top {
    padding: 10px;
  }
}
.slide .bxslider .bxslider__item.bxslider__item--background-pattern .container .bxslider__container.bx-slider__container--valign-top .bxslider__container--30-width {
  width: 30%;
}
.slide .bxslider .bxslider__item.bxslider__item--background-pattern .container .bxslider__container.bx-slider__container--valign-top .bxslider__container--30-width h1 {
  font-family: "Montserrat", "Open Sans", sans-serif;
  color: #e84e0f;
  /* Extra Small Devices, Phones */
  /* Small Devices, Tablets */
  /* Medium Devices, Desktops */
}
@media all and (max-width: 480px) {
  .slide .bxslider .bxslider__item.bxslider__item--background-pattern .container .bxslider__container.bx-slider__container--valign-top .bxslider__container--30-width h1 {
    font-size: 1.5em;
  }
}
.slide .bxslider .bxslider__item.bxslider__item--background-pattern .container .bxslider__container.bx-slider__container--valign-top .bxslider__container--30-width p {
  font-size: 0.8em;
  /* Extra Small Devices, Phones */
  /* Small Devices, Tablets */
  /* Medium Devices, Desktops */
}
@media all and (max-width: 480px) {
  .slide .bxslider .bxslider__item.bxslider__item--background-pattern .container .bxslider__container.bx-slider__container--valign-top .bxslider__container--30-width p {
    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 {
  background-color: #e84e0f;
  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 all 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 */
  /* Extra Small Devices, Phones */
  /* Small Devices, Tablets */
  /* Medium Devices, Desktops */
}
@media all 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;
  }
}
@media all and (max-width: 480px) {
  .slide .bxslider .bxslider__item.bxslider__item--background-pattern .container .bxslider__container.bx-slider__container--valign-top .circle-price {
    width: 80px;
    height: 80px;
    -webkit-align-self: flex-start;
    -moz-align-self: flex-start;
    -ms-align-self: flex-start;
    align-self: flex-start;
  }
}
.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;
  /* Extra Small Devices, Phones */
  /* Small Devices, Tablets */
  /* Medium Devices, Desktops */
}
@media all and (max-width: 480px) {
  .slide .bxslider .bxslider__item.bxslider__item--background-pattern .container .bxslider__container.bx-slider__container--valign-top .circle-price .circle-price__inside {
    width: 70px;
    height: 70px;
    border-width: 2px;
  }
}
.slide .bxslider .bxslider__item.bxslider__item--background-pattern .container .bxslider__container.bx-slider__container--valign-top .circle-price .circle-price__inside h1 {
  font-size: 4.5em;
  margin: 0px;
  color: #fff;
  font-weight: 700;
  font-family: "Amatic SC", cursive;
  /* Extra Small Devices, Phones */
  /* Small Devices, Tablets */
  /* Medium Devices, Desktops */
}
@media all and (max-width: 480px) {
  .slide .bxslider .bxslider__item.bxslider__item--background-pattern .container .bxslider__container.bx-slider__container--valign-top .circle-price .circle-price__inside h1 {
    font-size: 2em;
  }
}

.title-middle-bar {
  margin-top: 0;
  background-color: #e84e0f;
  height: 50px;
}
.title-middle-bar .h2 {
  font-family: "Montserrat", "Open Sans", sans-serif;
  margin: 0px;
}
.title-middle-bar .h2.h2--white {
  color: #fff;
  /* Extra Small Devices, Phones */
  /* Small Devices, Tablets */
  /* Medium Devices, Desktops */
}
@media all and (max-width: 768px) {
  .title-middle-bar .h2.h2--white {
    font-size: 1rem;
  }
}

.middle-bar-fidelity {
  background-image: url("/content/images/bg-home.jpg");
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
  height: 200px;
  margin: 1em 0;
  /* Extra Small Devices, Phones */
  /* Small Devices, Tablets */
  /* Medium Devices, Desktops */
  /* Extra Small Devices, Phones */
  /* Small Devices, Tablets */
  /* Medium Devices, Desktops */
}
@media all and (max-width: 992px) {
  .middle-bar-fidelity {
    height: 100px;
  }
}
@media all 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 all 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 */
}
@media all and (max-width: 992px) {
  .middle-bar-fidelity .container .middle-bar-fidelity__card {
    width: 40%;
    height: 100px;
  }
}
@media all 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 all 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: #e84e0f;
  /* Extra Small Devices, Phones */
  /* Small Devices, Tablets */
  /* Medium Devices, Desktops */
}
@media all 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;
}
.middle-bar-fidelity .container .middle-bar-fidelity__claim h3 {
  margin: 0px;
  font-weight: 300;
  /* Extra Small Devices, Phones */
  /* Small Devices, Tablets */
  /* Medium Devices, Desktops */
}
@media all and (max-width: 768px) {
  .middle-bar-fidelity .container .middle-bar-fidelity__claim h3 {
    display: none;
  }
}
.middle-bar-fidelity .container .middle-bar-fidelity__claim h3 .strong.strong--yellow {
  color: #fee300;
}
.middle-bar-fidelity .container .button {
  color: #fff;
  text-decoration: none;
}
.middle-bar-fidelity .container .button.middle-bar-fidelity__button {
  border-radius: 5px;
  border: 2px solid #e84e0f;
  padding: 10px;
  background-color: #e84e0f;
  color: #ffffff;
  -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;
  text-align: center;
  /* &:hover {
       background-color: #fff;
       color: $orange-picard;
       @include transition(all .5s);
   }*/
  /* Extra Small Devices, Phones */
  /* Small Devices, Tablets */
  /* Medium Devices, Desktops */
}
@media all 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;
  }
}

.flex-container {
  width: 100%;
  /* Extra Small Devices, Phones */
  /* Small Devices, Tablets */
  /* Medium Devices, Desktops */
}
@media all and (max-width: 768px) {
  .flex-container .container-fluid.middle-bar-fidelity {
    -webkit-box-ordinal-group: 2;
    -moz-box-ordinal-group: 2;
    -ms-flex-order: 2;
    -webkit-order: 2;
    order: 2;
  }
  .flex-container > .container {
    -webkit-box-ordinal-group: 1;
    -moz-box-ordinal-group: 1;
    -ms-flex-order: 1;
    -webkit-order: 1;
    order: 1;
  }
}

.padding-10 {
  padding: 10px;
}

.sidebar-category .filter-title {
  font-weight: 600;
  color: #e84e0f;
  margin-bottom: 5px;
}
.sidebar-category .list-unstyled {
  border-left: 2px solid #e84e0f;
  padding-left: 5px;
  margin: 0;
  margin-bottom: 20px;
}
.sidebar-category .list-unstyled li {
  color: rgba(0, 0, 0, 0.8);
  font-size: 0.85em;
  cursor: pointer;
  padding-left: 0.4em;
  line-height: 1.5;
  letter-spacing: -0.03em;
}
.sidebar-category .list-unstyled li:hover {
  text-decoration: underline;
}
.sidebar-category .list-unstyled li input[type=checkbox] {
  display: none;
}
.sidebar-category .list-unstyled li input[type=checkbox]:checked + label {
  font-weight: bold;
  position: relative;
}
.sidebar-category .list-unstyled li input[type=checkbox]:checked + label::after {
  content: "\f121";
  position: relative;
  color: green;
  font-family: "Ionicons";
  margin-left: 5px;
}

/*CUSTOM ALERT MESSAGE for FILTERS AND SEARCH*/
.noprodCat, .noprodSearch {
  display: none;
}

#filters + #product-grid .noprod {
  display: none;
}
#filters + #product-grid .noprodCat {
  display: block;
  clear: both;
}
#filters + #product-grid .noprodCat h2 {
  font-weight: 300;
}

.wrong-search + #product-grid .noprod {
  display: none;
}
.wrong-search + #product-grid .noprodCat {
  display: none;
}
.wrong-search + #product-grid .noprodSearch {
  display: block;
}
.wrong-search + #product-grid .noprodSearch h2 {
  font-weight: 300;
}

.padding--20 {
  padding: 20px;
}

.login-popup-adv {
  padding: 20px;
  /* Extra Small Devices, Phones */
  /* Small Devices, Tablets */
  /* Medium Devices, Desktops */
}
.login-popup-adv a {
  float: right;
  width: 100%;
  text-decoration: none;
}
.login-popup-adv a i {
  float: right;
  padding: 5px 0;
}
@media all and (max-width: 480px) {
  .login-popup-adv .col-offset-6 {
    margin-left: 30%;
  }
  .login-popup-adv .col-6 {
    -webkit-flex-basis: 70%;
    -moz-flex-basis: 70%;
    -ms-flex-basis: 70%;
    flex-basis: 70%;
  }
}

/* GOOGLE MAPS */
.infomarker {
  display: block;
  margin: 1.5em;
}
.infomarker .type {
  background-image: url("/content/images/logo.svg");
  background-repeat: no-repeat;
  background-position: center center;
  background-size: contain;
  display: block;
  width: 100px;
  height: 50px;
  margin-bottom: 0.5em;
}
.infomarker .title {
  font-size: 1.3em;
  display: block;
  margin-bottom: 1.5em;
}

.error-page-header .col-3--align-center-vertical {
  height: 60px;
  /* Extra Small Devices, Phones */
  /* Small Devices, Tablets */
  /* Medium Devices, Desktops */
  /* Extra Small Devices, Phones */
  /* Small Devices, Tablets */
  /* Medium Devices, Desktops */
}
@media all and (max-width: 992px) {
  .error-page-header .col-3--align-center-vertical {
    width: 100%;
    display: block;
  }
}
@media all and (max-width: 768px) {
  .error-page-header .col-3--align-center-vertical {
    width: 100%;
    display: block;
  }
}

.error-page .button {
  padding: 1em;
}
.error-page .container {
  min-height: 400px;
  text-align: center;
}
.error-page .container h1 i {
  font-size: 2em;
  color: #e84e0f;
}
.error-page .container a {
  text-decoration: none;
}
.error-page .container a.button--secondary {
  border: 2px solid #e84e0f;
}
.error-page .container a.button--secondary:hover {
  background-color: #e84e0f;
  color: #fff !important;
}

.error-page-footer {
  position: absolute;
  bottom: 0;
}

.remodal.phone-order section {
  padding: 10px;
}

/*Fix cms product marker (inj with tag man) position in product page */
.product-page.product-detail .cms-product-marker {
  position: relative;
  float: right;
  margin-left: 1em;
  top: 0;
  left: 0;
}

/*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: 35%;
  margin-top: 10px;
  font-size: 2rem;
  background-color: rgba(239, 147, 138, 0.8);
  width: 35px;
  height: 50px;
  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;
}
.owl-carousel .owl-nav .owl-prev:hover,
.owl-carousel .owl-nav .owl-next:hover {
  -webkit-box-shadow: 1px 1px 2px rgba(80, 80, 80, 0.2);
  -khtml-box-shadow: 1px 1px 2px rgba(80, 80, 80, 0.2);
  -moz-box-shadow: 1px 1px 2px rgba(80, 80, 80, 0.2);
  -ms-box-shadow: 1px 1px 2px rgba(80, 80, 80, 0.2);
  -o-box-shadow: 1px 1px 2px rgba(80, 80, 80, 0.2);
  box-shadow: 1px 1px 2px rgba(80, 80, 80, 0.2);
  background-color: rgb(239, 147, 138);
  -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%);
}

.imgMobile {
  display: none !important;
}

@media screen and (max-width: 768px) {
  .imgMobile {
    display: inline !important;
  }
  .imgDesktop {
    display: none !important;
  }
}
.service-cashback {
  max-width: 40% !important;
}
.service-cashback .cashback-service {
  margin: 2em;
}

.invitefriends {
  text-align: center;
}
.invitefriends a {
  text-decoration: none;
}
.invitefriends .btn {
  background-color: #FFF315;
  color: #e84e0f;
  font-weight: bold;
  padding: 0.5em 2em;
  max-width: 50%;
  margin: 0 auto;
  font-size: 1.8em;
  /* Extra Small Devices, Phones */
  /* Small Devices, Tablets */
  /* Medium Devices, Desktops */
}
@media all and (max-width: 768px) {
  .invitefriends .btn {
    max-width: 80%;
    font-size: 1.3em;
    width: 80%;
  }
}
.invitefriends span {
  font-size: 1.3em;
  line-height: 2;
  /* Extra Small Devices, Phones */
  /* Small Devices, Tablets */
  /* Medium Devices, Desktops */
}
@media all and (max-width: 768px) {
  .invitefriends span {
    font-size: 1.2em;
  }
}
.invitefriends strong {
  color: #004279;
}
.invitefriends .lightblue {
  color: #e84e0f;
}
.invitefriends .page-title {
  margin: 1em 0 0;
}
.invitefriends .form-group {
  margin: 0 auto;
  width: 60%;
  /* Extra Small Devices, Phones */
  /* Small Devices, Tablets */
  /* Medium Devices, Desktops */
}
@media all and (max-width: 768px) {
  .invitefriends .form-group {
    width: 80%;
  }
}
.invitefriends .form-group .row {
  padding: 0.5em 0;
}
.invitefriends #thankYouForInviting span {
  font-size: 1.5em;
  line-height: 2;
  /* Extra Small Devices, Phones */
  /* Small Devices, Tablets */
  /* Medium Devices, Desktops */
}
@media all and (max-width: 768px) {
  .invitefriends #thankYouForInviting span {
    font-size: 1.1em;
  }
}
.invitefriends #thankYouForInviting h1 {
  font-size: 3em;
  margin: 0;
  /* Extra Small Devices, Phones */
  /* Small Devices, Tablets */
  /* Medium Devices, Desktops */
}
@media all and (max-width: 768px) {
  .invitefriends #thankYouForInviting h1 {
    font-size: 2em;
  }
}
.invitefriends #thankYouForInviting .inviteButton {
  background-color: #FFF315;
  color: #e84e0f;
  font-weight: bold;
  padding: 1em 2em;
  max-width: 50%;
  margin: 1.5em auto;
  font-size: 1.8em;
  /* Extra Small Devices, Phones */
  /* Small Devices, Tablets */
  /* Medium Devices, Desktops */
}
@media all and (max-width: 768px) {
  .invitefriends #thankYouForInviting .inviteButton {
    max-width: 90%;
    padding: 0.5em 2em;
    font-size: 1.5em;
  }
}

.howdoesitworks a {
  text-decoration: none;
}
.howdoesitworks span {
  font-size: 1.5em;
  line-height: 2;
  /* Extra Small Devices, Phones */
  /* Small Devices, Tablets */
  /* Medium Devices, Desktops */
}
@media all and (max-width: 768px) {
  .howdoesitworks span {
    font-size: 1.1em;
  }
}
.howdoesitworks .hide-on-mobile {
  font-size: 1em;
  /* Extra Small Devices, Phones */
  /* Small Devices, Tablets */
  /* Medium Devices, Desktops */
}
@media all and (max-width: 768px) {
  .howdoesitworks .hide-on-mobile {
    display: none;
  }
}
.howdoesitworks strong {
  color: #004279;
}
.howdoesitworks h1 {
  font-size: 3em;
  color: #004279;
  margin: 0;
  /* Extra Small Devices, Phones */
  /* Small Devices, Tablets */
  /* Medium Devices, Desktops */
}
@media all and (max-width: 768px) {
  .howdoesitworks h1 {
    font-size: 2em;
  }
}
.howdoesitworks h2 {
  margin: 0;
  font-size: 2em;
  /* Extra Small Devices, Phones */
  /* Small Devices, Tablets */
  /* Medium Devices, Desktops */
}
@media all and (max-width: 768px) {
  .howdoesitworks h2 {
    font-size: 1.5em;
  }
}
.howdoesitworks .btn {
  background-color: #FFF315;
  color: #e84e0f;
  font-weight: bold;
  padding: 0.5em 2em;
  max-width: 50%;
  margin: 1.5em auto;
  font-size: 1.8em;
  /* Extra Small Devices, Phones */
  /* Small Devices, Tablets */
  /* Medium Devices, Desktops */
}
@media all and (max-width: 768px) {
  .howdoesitworks .btn {
    font-size: 1.3em;
  }
}

.promoAmicoWelcome h1 {
  color: #004279;
}
.promoAmicoWelcome h2 {
  color: #e84e0f;
}
.promoAmicoWelcome .big {
  font-weight: bold;
}
.promoAmicoWelcome .btn {
  width: 50%;
  margin: 0 auto;
}

.btn-home {
  width: 50%;
  margin: 0 auto;
}

.invitefriends {
  text-align: center;
}
.invitefriends a {
  text-decoration: none;
}
.invitefriends .btn {
  background-color: #e84e0f;
  color: #ffffff;
  font-weight: bold;
  padding: 0.5em 2em;
  margin: 1.5em auto;
  font-size: 1.8em;
  -webkit-border-radius: 50px;
  -khtml-border-radius: 50px;
  -moz-border-radius: 50px;
  -ms-border-radius: 50px;
  -o-border-radius: 50px;
  border-radius: 50px;
}
.invitefriends span {
  font-size: 1.3em;
  line-height: 2;
}
.invitefriends strong {
  color: #004279;
}
.invitefriends .lightblue {
  color: #e84e0f;
}
.invitefriends .page-title {
  margin: 1em 0 0;
}
.invitefriends .form-group {
  margin: 0 auto;
  width: 60%;
  /* Extra Small Devices, Phones */
  /* Small Devices, Tablets */
  /* Medium Devices, Desktops */
}
@media all and (max-width: 768px) {
  .invitefriends .form-group {
    width: 80%;
  }
}
.invitefriends .form-group .row {
  padding: 0.5em 0;
}
.invitefriends #thankYouForInviting span {
  font-size: 1.5em;
  line-height: 2;
}
.invitefriends #thankYouForInviting h1 {
  font-size: 3em;
  margin: 0;
}
.invitefriends #thankYouForInviting .inviteButton {
  background-color: #e84e0f;
  color: #ffffff;
  font-weight: bold;
  padding: 0.5em 2em;
  margin: 1.5em auto;
  font-size: 1.8em;
  -webkit-border-radius: 50px;
  -khtml-border-radius: 50px;
  -moz-border-radius: 50px;
  -ms-border-radius: 50px;
  -o-border-radius: 50px;
  border-radius: 50px;
}

.howdoesitworksInvitefriends a {
  text-decoration: none;
}
.howdoesitworksInvitefriends span {
  font-size: 1.5em;
  line-height: 2;
  color: #004279;
  /* Extra Small Devices, Phones */
  /* Small Devices, Tablets */
  /* Medium Devices, Desktops */
}
@media all and (max-width: 992px) {
  .howdoesitworksInvitefriends span {
    line-height: 1.5;
    text-align: center;
  }
}
.howdoesitworksInvitefriends strong {
  color: #004279;
}
.howdoesitworksInvitefriends h1 {
  font-size: 3em;
  color: #e84e0f;
  margin: 0;
  font-weight: bold;
  /* Extra Small Devices, Phones */
  /* Small Devices, Tablets */
  /* Medium Devices, Desktops */
}
@media all and (max-width: 992px) {
  .howdoesitworksInvitefriends h1 {
    font-size: 2em;
    text-align: center;
  }
}
.howdoesitworksInvitefriends .infoPromo {
  text-align: center;
  /* Extra Small Devices, Phones */
  /* Small Devices, Tablets */
  /* Medium Devices, Desktops */
}
@media all and (max-width: 992px) {
  .howdoesitworksInvitefriends .infoPromo {
    flex-direction: column;
  }
  .howdoesitworksInvitefriends .infoPromo .col-6 {
    max-width: 100%;
  }
}
.howdoesitworksInvitefriends .infoPromo h2 {
  margin: 0;
  color: #e84e0f;
  font-size: 2em;
}
.howdoesitworksInvitefriends .btn {
  background-color: #e84e0f;
  color: #ffffff;
  font-weight: bold;
  padding: 0.5em 2em;
  margin: 1.5em auto;
  font-size: 1.8em;
  -webkit-border-radius: 50px;
  -khtml-border-radius: 50px;
  -moz-border-radius: 50px;
  -ms-border-radius: 50px;
  -o-border-radius: 50px;
  border-radius: 50px;
}

.debug-info {
  margin-left: 11px;
  text-align: left;
  position: absolute;
  font-size: small;
  z-index: 11;
  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);
}

* {
  -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;
  font-smooth: always;
  -webkit-font-smoothing: antialiased;
}

html {
  font-size: 18px;
}

body {
  background-color: #ffffff;
  font-family: "Montserrat", "Open Sans", sans-serif;
  font-size: 1em;
  /* Extra Small Devices, Phones */
  /* Small Devices, Tablets */
  /* Medium Devices, Desktops */
}
@media all and (max-width: 992px) {
  body {
    overflow-x: hidden;
  }
}

.ie8 #info-icon {
  border: none;
  background-position: 0 0;
}
.ie8 .main-search-bar input {
  width: 120%;
}
.ie8 .popup, .ie8 .modal-info {
  border-bottom: 3px solid #dddddd;
}
.ie8 #collect-shopping .steps-status > li:before, .ie8 #collect-shopping .steps-status > li:after {
  display: none;
}
.ie8 #main-header .main-header-top .head-4 {
  border-right: 1px solid #ffffff;
  width: 15% !important;
}
.ie8 #main-header .main-header-top .head-4#cart .toggle-content {
  width: 100% !important;
  left: 0;
  right: auto;
  min-width: 0;
}

#main-content {
  min-height: 75vh;
  /* Extra Small Devices, Phones */
  /* Small Devices, Tablets */
  /* Medium Devices, Desktops */
}
#main-content:after {
  content: "";
  display: table;
  clear: both;
}
@media all and (max-width: 768px) {
  #main-content {
    margin-top: 0;
    min-height: initial;
  }
}

.time-available > a {
  display: inline-block;
}
.time-available .clock-icon {
  width: 33px;
  height: 32px;
  display: block;
  float: left;
  -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-image: url("/content/images/clock.png");
  margin-right: -50px;
}
.time-available .desc {
  color: #414F58;
  padding-left: 40px;
  display: inline-block;
  line-height: 1.1;
  font-family: "Montserrat", "Open Sans", sans-serif;
  font-size: 0.775em;
  max-width: 280px;
}
.time-available .desc em {
  font-size: 0.775em;
  color: #414F58;
  display: inline-block;
  border-bottom: 1px solid #414F58;
  font-style: normal;
  margin-left: 0.5em;
  text-transform: uppercase;
  padding-bottom: 1px;
  letter-spacing: 0.03em;
}
.time-available .desc b {
  font-family: "Montserrat", "Open Sans", sans-serif;
}

#info-icon {
  width: 31px;
  height: 31px;
  display: block;
  -webkit-background-size: 32px auto;
  -khtml-background-size: 32px auto;
  -moz-background-size: 32px auto;
  -ms-background-size: 32px auto;
  -o-background-size: 32px auto;
  background-size: 32px auto;
  -ms-behavior: url(/content/backgroundsize.min.htc);
  background-repeat: no-repeat;
  background-image: url("/content/images/information.png");
  background-position: -1px -1px;
  float: right;
  margin: 3px 0 0;
  cursor: pointer;
  -webkit-border-radius: 100%;
  -khtml-border-radius: 100%;
  -moz-border-radius: 100%;
  -ms-border-radius: 100%;
  -o-border-radius: 100%;
  border-radius: 100%;
  border: 1px solid #e84e0f;
  overflow: hidden;
  /* Extra Small Devices, Phones */
  /* Small Devices, Tablets */
  /* Medium Devices, Desktops */
}
@media all and (max-width: 768px) {
  #info-icon {
    margin: 13px 0 0;
  }
}

@media screen and (min-width: 1080px) and (min-height: 680px) {
  body.fixed #main-wrap-control {
    /*padding-top: 132px;*/
  }
  body.fixed #main-header {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    z-index: 30;
  }
  html.remodal-is-locked #main-header, body.remodal-is-locked #main-header {
    right: 17px !important;
  }
}
#landing-cnc {
  background-color: #fff;
}
#landing-cnc #main-header {
  position: relative;
}

#page-footer {
  background-color: #e84e0f;
  padding: 1em 0;
  font-family: "Montserrat", "Open Sans", sans-serif;
  margin-top: 2em;
}
#page-footer .logo-footer {
  float: left;
  margin-top: 1em;
}
#page-footer .footer-content {
  padding: 0;
}
#page-footer .footer-block {
  -webkit-border-radius: 4px;
  -khtml-border-radius: 4px;
  -moz-border-radius: 4px;
  -ms-border-radius: 4px;
  -o-border-radius: 4px;
  border-radius: 4px;
  background: #fff;
  padding: 0 1em;
  overflow: hidden;
  min-height: 145px;
  margin-bottom: 1em;
}
#page-footer .footer-block h3 {
  border-bottom: 1px solid #dddddd;
  color: #e84e0f;
  margin: 0;
  padding: 0.5em 0;
  text-transform: uppercase;
  font-size: 1em;
}
#page-footer .footer-block h3 .fa {
  margin-right: 1em;
}
#page-footer .footer-info {
  font-size: 0.575em;
  padding: 2em 0;
  line-height: 1;
  float: right;
  color: #505050;
  text-align: right;
  line-height: 1.2;
}
#page-footer .footer-info p {
  color: #fff;
  margin: 0.5em 0 0;
  font-weight: 500;
}
#page-footer .footer-info a {
  display: inline-block;
  color: #505050;
  text-decoration: none;
  font-weight: 600;
}
#page-footer .footer-info a:hover {
  text-decoration: underline;
}
#page-footer .helpPopup {
  text-align: left;
  max-width: 600px;
  font-family: "Montserrat", "Open Sans", sans-serif;
}
#page-footer .helpPopup__blocks {
  margin: 2em 0 0;
}
#page-footer .helpPopup__block {
  padding: 0;
  width: 20%;
}
@media screen and (max-width: 1200px) {
  #page-footer .helpPopup__block {
    width: 50%;
  }
}
#page-footer .helpPopup__wrap {
  border: none;
  height: auto;
  padding: 0;
  font-size: 0.7em;
}
#page-footer .helpPopup__icon {
  width: 40px;
  margin: 0px 10px 0 0;
  height: auto;
}
#page-footer .helpPopup__icon img {
  max-width: 75%;
  float: right;
}
#page-footer .helpPopup__icon .fa {
  font-size: 2.5em;
  color: #93CEEF;
  position: relative;
  left: 7px;
}
#page-footer .helpPopup__label {
  text-transform: uppercase;
  color: #000;
  font-size: 11px;
}
#page-footer .helpPopup__value {
  color: #e84e0f !important;
  font-weight: 800;
  text-decoration: none;
  font-family: "Montserrat", "Open Sans", sans-serif;
}
#page-footer .small-links {
  font-size: 0.575em;
  padding: 1em 0;
}
#page-footer .small-links a {
  color: #000;
  text-decoration: none;
  display: inline-block;
  margin: 0 0 0.4em;
}

.table {
  width: 100%;
  max-width: 100%;
  margin-bottom: 20px;
}
.table th,
.table td {
  padding: 10px;
  vertical-align: top;
  border-top: 1px solid #aaa;
}
.table thead th {
  vertical-align: bottom;
  border-bottom: 2px solid #aaa;
}
.table tbody + tbody {
  border-top: 2px solid #aaa;
}
.table .table {
  background-color: #eee;
}

.table-bordered {
  border: 1px solid #aaa;
}
.table-bordered th,
.table-bordered td {
  border: 1px solid #aaa;
}
.table-bordered thead th,
.table-bordered thead td {
  border-bottom-width: 2px;
}

.table-striped tbody tr:nth-of-type(odd) {
  background-color: #f6f6f6;
}

.table-hover tbody tr:hover {
  background-color: #f6f6f6;
}

/*Responsive visibility helpers*/
.visible-on-large {
  display: none !important;
  /* Extra Small Devices, Phones */
  /* Small Devices, Tablets */
  /* Medium Devices, Desktops */
}

.visible-on-mobile {
  display: none !important;
  /* Extra Small Devices, Phones */
  /* Small Devices, Tablets */
  /* Medium Devices, Desktops */
}
@media all and (max-width: 768px) {
  .visible-on-mobile {
    display: inline !important;
  }
}

.visible-on-tablet {
  display: none !important;
  /* Extra Small Devices, Phones */
  /* Small Devices, Tablets */
  /* Medium Devices, Desktops */
}
@media all and (max-width: 992px) {
  .visible-on-tablet {
    display: inline !important;
  }
}

.visible-on-small {
  display: none !important;
  /* Extra Small Devices, Phones */
  /* Small Devices, Tablets */
  /* Medium Devices, Desktops */
}
@media all and (max-width: 480px) {
  .visible-on-small {
    display: inline !important;
  }
}

.visible-on-desktop {
  display: none !important;
  /* Extra Small Devices, Phones */
  /* Small Devices, Tablets */
  /* Medium Devices, Desktops */
}
@media all and (min-width: 992px) {
  .visible-on-desktop {
    display: inline !important;
  }
}

.hide-on-mobile {
  display: initial;
  /* Extra Small Devices, Phones */
  /* Small Devices, Tablets */
  /* Medium Devices, Desktops */
}
@media all 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 all 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 all and (max-width: 480px) {
  .hide-on-small {
    display: none;
  }
}

.hide-on-large {
  display: initial;
  /* Extra Small Devices, Phones */
  /* Small Devices, Tablets */
  /* Medium Devices, Desktops */
}

.hide-on-desktop {
  display: initial;
  /* Extra Small Devices, Phones */
  /* Small Devices, Tablets */
  /* Medium Devices, Desktops */
}
@media all and (min-width: 992px) {
  .hide-on-desktop {
    display: none;
  }
}

.p5 {
  padding: 5px;
}

.pt5 {
  padding-top: 5px;
}

.pb5 {
  padding-bottom: 5px;
}

.pr5 {
  padding-right: 5px;
}

.pl5 {
  padding-left: 5px;
}

.p15 {
  padding: 15px;
}

.pt15 {
  padding-top: 15px;
}

.pb15 {
  padding-bottom: 15px;
}

.pr15 {
  padding-right: 15px;
}

.p30 {
  padding: 30px;
}

.pt30 {
  padding-top: 30px;
}

.pb30 {
  padding-bottom: 30px;
}

.pr30 {
  padding-right: 30px;
}

#breadcrumb {
  font-size: 0.675em;
  padding: 1em 0;
  line-height: 1;
  font-family: "Montserrat", "Open Sans", sans-serif;
  font-weight: 600;
  letter-spacing: 0;
  clear: both;
  /* Extra Small Devices, Phones */
  /* Small Devices, Tablets */
  /* Medium Devices, Desktops */
}
@media all 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: rgb(195.5, 195.5, 195.5);
  display: inline-block;
  padding: 0 0.2em;
}
#breadcrumb .crumbs li {
  padding-right: 1em;
  line-height: 1.3em;
  /* Extra Small Devices, Phones */
  /* Small Devices, Tablets */
  /* Medium Devices, Desktops */
}
@media all 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: -0.575em;
  color: rgb(195.5, 195.5, 195.5);
}
#breadcrumb .crumbs li:first-child {
  /* Extra Small Devices, Phones */
  /* Small Devices, Tablets */
  /* Medium Devices, Desktops */
}
@media all and (max-width: 768px) {
  #breadcrumb .crumbs li:first-child {
    display: none;
  }
}
#breadcrumb .crumbs li:last-child a span {
  color: #e84e0f;
  font-weight: bold;
}
#breadcrumb .crumbs li:last-child::after {
  display: none;
}
#breadcrumb a {
  color: #e84e0f;
  text-decoration: none;
}
#breadcrumb span {
  color: #808080;
}
#breadcrumb .help-small-label {
  float: right;
  margin: 0 !important;
  color: #e84e0f !important;
  display: inline-block;
}
#breadcrumb .help-small-label .fa {
  margin-right: 0.5em;
}

#delivery-service {
  /* Extra Small Devices, Phones */
  /* Small Devices, Tablets */
  /* Medium Devices, Desktops */
}
@media all and (max-width: 768px) {
  #delivery-service {
    padding: 0 0.5em;
    /*border-top: 1px solid #ccc;
    margin-top: .5em;*/
  }
}

.selectricScroll ul {
  max-height: 128px;
}

#service-control {
  display: none;
}

.service-control {
  /* Extra Small Devices, Phones */
  /* Small Devices, Tablets */
  /* Medium Devices, Desktops */
}
.service-control h2 {
  font-weight: 700;
  color: #e84e0f;
  margin: 0 0 1em;
}
.service-control .zipcode-wrap h4 {
  font-size: 1.3em;
  margin: 2em 0 0.5em;
  font-weight: bold;
}
.service-control .zipcode-wrap h3 {
  margin: 0 0 0.5em;
}
.service-control .zipcode-wrap #recent-zipcode {
  font-size: 0.675em;
  float: none;
  margin: 0 0 0.5em;
  display: block;
}
.service-control .zipcode-wrap #recent-zipcode a {
  border: none;
}
.service-control .delivery-info--triggers {
  /* Extra Small Devices, Phones */
  /* Small Devices, Tablets */
  /* Medium Devices, Desktops */
}
@media all and (max-width: 768px) {
  .service-control .delivery-info--triggers {
    padding: 0;
  }
}
.service-control .delivery-info--triggers .row {
  margin-left: -1px;
  margin-right: -1px;
}
.service-control .delivery-info--triggers .row .col50 {
  padding: 0 1px;
}
.service-control .delivery-info--triggers .btn {
  font-size: 0.875em;
  -webkit-border-radius: 5px 5px 0 0;
  -khtml-border-radius: 5px 5px 0 0;
  -moz-border-radius: 5px 5px 0 0;
  -ms-border-radius: 5px 5px 0 0;
  -o-border-radius: 5px 5px 0 0;
  border-radius: 5px 5px 0 0;
  text-transform: inherit;
  padding: 20px 0;
  position: relative;
  z-index: 10;
  line-height: 1;
  vertical-align: middle;
  /* Extra Small Devices, Phones */
  /* Small Devices, Tablets */
  /* Medium Devices, Desktops */
}
@media all and (max-width: 768px) {
  .service-control .delivery-info--triggers .btn {
    border-bottom: 3px solid #e84e0f !important;
    -webkit-border-radius: 10px !important;
    -khtml-border-radius: 10px !important;
    -moz-border-radius: 10px !important;
    -ms-border-radius: 10px !important;
    -o-border-radius: 10px !important;
    border-radius: 10px !important;
  }
}
.service-control .delivery-info--triggers .btn:before {
  content: "";
  display: inline-block;
  width: 15px;
  height: 15px;
  background: #fff;
  -webkit-border-radius: 100%;
  -khtml-border-radius: 100%;
  -moz-border-radius: 100%;
  -ms-border-radius: 100%;
  -o-border-radius: 100%;
  border-radius: 100%;
  margin-right: 10px;
  position: relative;
  top: 2px;
}
.service-control .delivery-info--triggers .btn.normal {
  background: rgba(232, 78, 15, 0.5);
  padding: 20px 0 18px;
}
.service-control .delivery-info--triggers .btn.normal.active {
  background: #ffffff;
  border: 2px solid #e84e0f;
  border-bottom: none;
  padding: 20px 0;
  color: #e84e0f !important;
  /* Extra Small Devices, Phones */
  /* Small Devices, Tablets */
  /* Medium Devices, Desktops */
}
@media all and (max-width: 992px) {
  .service-control .delivery-info--triggers .btn.normal.active {
    border-bottom: 2px solid #6B8FCD;
    -webkit-border-radius: 3px;
    -khtml-border-radius: 3px;
    -moz-border-radius: 3px;
    -ms-border-radius: 3px;
    -o-border-radius: 3px;
    border-radius: 3px;
  }
}
.service-control .delivery-info--triggers .btn.normal.active:before {
  background-color: #e84e0f;
  box-shadow: inset 0px 0px 0px 3px #FFFFFF, 0px 0px 0px 3px #6B8FCD;
}
.service-control.open .selected-service .icon-service {
  background-position: top center;
}
.service-control .icon-service {
  float: left;
}
.service-control .service-spot {
  vertical-align: top;
  color: #000;
  text-transform: capitalize;
}
.service-control .selected-service {
  cursor: pointer;
}
@media screen and (max-width: 768px) {
  .service-control .selected-service .fa-chevron-down {
    display: none !important;
  }
}
.service-control .selected-service .selected-label {
  display: block;
  line-height: 1;
  position: relative;
  font-size: 0.875em;
  min-width: 240px;
}
.service-control .selected-service .selected-label b {
  font-weight: inherit;
}
.service-control .selected-service .selected-label .service-info {
  font-size: 0.875em;
  display: block;
  white-space: nowrap;
  text-overflow: ellipsis;
  overflow: hidden;
  max-height: 1em;
}
.service-control .selected-service .selected-label .service-name {
  font-size: 1.225em;
  font-weight: bold;
  display: block;
  white-space: nowrap;
}
@media screen and (max-width: 1024px) {
  .service-control .selected-service .selected-label {
    font-size: 0.875em;
  }
  .service-control .selected-service .selected-label b {
    display: none;
  }
  .service-control .selected-service .selected-label .service-name {
    font-size: 0.875em;
  }
}
@media screen and (max-width: 768px) {
  .service-control .selected-service .selected-label {
    display: none;
  }
}
.service-control .delivery-service-detail {
  text-align: left;
  -webkit-border-radius: 0;
  -khtml-border-radius: 0;
  -moz-border-radius: 0;
  -ms-border-radius: 0;
  -o-border-radius: 0;
  border-radius: 0;
  position: relative;
  /* Extra Small Devices, Phones */
  /* Small Devices, Tablets */
  /* Medium Devices, Desktops */
}
.service-control .delivery-service-detail .delivery-info {
  display: none;
  padding: 2em 0 4em;
}
@media all and (max-width: 768px) {
  .service-control .delivery-service-detail {
    -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: 1em;
  }
  .service-control .delivery-service-detail .delivery-info {
    padding: 1em 0;
  }
}
.service-control .delivery-service-detail .lb {
  font-size: 18px;
  display: block;
}
.service-control .delivery-service-detail .value {
  font-size: 30px;
  white-space: nowrap;
  max-width: 100%;
  overflow-x: hidden;
  text-overflow: ellipsis;
  display: block;
}
.service-control .delivery-service-detail .change, .service-control .delivery-service-detail .line {
  font-size: 14px;
  text-decoration: none;
  cursor: pointer;
}
.service-control .delivery-service-detail .change a, .service-control .delivery-service-detail .line a {
  text-decoration: none;
  font-size: 14px;
}
.service-control .delivery-service-detail .zipcode-wrap input {
  font-size: 1em;
}
.service-control .delivery-service-detail .btn {
  margin-top: 0.4em;
}
.service-control .delivery-service-detail .line {
  display: block;
  overflow: hidden;
  margin-bottom: 1em;
}
.service-control .delivery-service-detail .line .change {
  float: none;
}
.service-control .change-form .value {
  display: none;
}
@media all and (max-width: 992px) {
  .service-control {
    position: static;
    width: 160px;
    padding: 16px 10px;
    margin-left: 0;
  }
  .service-control .delivery-service-detail {
    margin-left: 10px;
    margin-right: 10px;
    min-width: 0;
    margin-top: 1em;
    width: auto;
  }
}

.zipcode-wrap {
  position: relative;
  padding: 0;
  width: auto;
}
.zipcode-wrap:after {
  content: "";
  width: 100%;
  display: block;
  clear: both;
}
.zipcode-wrap .zipcode-slider {
  position: relative;
}
.zipcode-wrap .zipcode-main, .zipcode-wrap .zipcode-alternative {
  position: relative;
}
.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: 0.775em;
  color: #e84e0f;
  cursor: pointer;
}
.zipcode-wrap .zipcode-alternative .zipcode-slide-change .fa {
  font-size: 10px;
  margin-right: 5px;
}
.zipcode-wrap .zipcode-alternative .good, .zipcode-wrap .zipcode-alternative .bad {
  display: block;
  font-size: 1em;
  padding: 0.5em 0;
  text-align: center;
}
.zipcode-wrap .zipcode-alternative .good {
  color: #000;
}
.zipcode-wrap .zipcode-alternative .good strong {
  color: #e84e0f;
}
.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: 0.775em;
  margin-top: 1em;
}
.zipcode-wrap .zipcode-address .zipcode-slide-change {
  display: inline-block;
  cursor: pointer;
  margin-left: 5px;
  text-decoration: none;
  color: #e84e0f;
  border-bottom: 1px solid #e84e0f;
}
.zipcode-wrap #recent-zipcode {
  float: right;
  margin-top: -2.5em;
  font-size: 0.775em;
  line-height: 1.4;
}
.zipcode-wrap #recent-zipcode a {
  display: inline-block;
  margin-left: 5px;
  text-decoration: none;
  border-bottom: 1px solid #e84e0f;
}
@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 h3 {
  margin: 0 0 0.6em;
  color: #e84e0f;
  font-size: 1em;
  clear: both;
  width: 100%;
}
.zipcode-wrap input {
  margin: 0;
  padding: 13px 20px;
  /* Extra Small Devices, Phones */
  /* Small Devices, Tablets */
  /* Medium Devices, Desktops */
}
@media all 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;
  border: 1px solid #e84e0f;
}
.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;
}
.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: 0.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: 0.5em;
  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: 0.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: 6px 10px;
  font-size: 0.875em;
  cursor: pointer;
}
.zipcode-wrap .zipcode-list ul li:hover, .zipcode-wrap .zipcode-list ul li.focus {
  background: #a5ceeb;
  color: #000;
}
.zipcode-wrap.slide .zipcode-slider {
  left: -100%;
}
#cart {
  /* Extra Small Devices, Phones */
  /* Small Devices, Tablets */
  /* Medium Devices, Desktops */
}
#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 all and (max-width: 768px) {
  #cart .freeship {
    font-size: 0.8em;
  }
  #cart .freeship .fa {
    display: none !important;
  }
}
#cart .freeship .freeship-text {
  font-size: 0.775em;
  font-weight: 800;
}
#cart .freeship .freeship-text span {
  display: block;
  text-transform: uppercase;
  font-size: 11px;
  font-weight: 400;
  margin-top: 0.2em;
}
#cart .freeship .freeship-text a {
  color: #fff;
  font-weight: 600;
}
#cart .product-issue {
  display: block;
  color: red;
  font-weight: bold;
  font-size: 0.8em;
}
#cart .shipping-notice {
  margin: 0;
  border: 1px dashed #e84e0f;
  padding: 10px 20px;
  font-size: 0.675em;
  color: #e84e0f;
  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 all 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: #ffffff;
  overflow: hidden;
  overflow-y: scroll;
  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);
  border: 1px solid #e84e0f;
  border-width: 0 1px;
  position: fixed;
  width: 100%;
  max-width: 600px;
  z-index: 1001;
  top: 0px;
  height: 100%;
  right: 0%;
  cursor: default;
}
@media all and (max-width: 768px) {
  #cart .cart-recap .cart-recap-data {
    display: none !important;
  }
}

/*POPUP MINI CART*/
.cart-box {
  padding: 0;
  -webkit-border-radius: 8px;
  -khtml-border-radius: 8px;
  -moz-border-radius: 8px;
  -ms-border-radius: 8px;
  -o-border-radius: 8px;
  border-radius: 8px;
  height: auto;
  /* Extra Small Devices, Phones */
  /* Small Devices, Tablets */
  /* Medium Devices, Desktops */
}
@media all and (max-width: 768px) {
  .cart-box {
    overflow-y: auto;
    height: 90vh;
  }
}
.cart-box a {
  text-decoration: none;
}
.cart-box header {
  background-color: #e84e0f !important;
  color: #ffffff !important;
  text-align: center;
  padding: 1em;
  /* Extra Small Devices, Phones */
  /* Small Devices, Tablets */
  /* Medium Devices, Desktops */
  /* Extra Small Devices, Phones */
  /* Small Devices, Tablets */
  /* Medium Devices, Desktops */
}
.cart-box header h3 {
  font-size: 1.5em;
  color: white;
  margin: 0;
  font-weight: 600;
}
@media all and (max-width: 992px) {
  .cart-box header {
    top: 0;
    width: 100%;
    padding: 0;
    position: sticky !important;
    z-index: 10;
  }
}
@media all and (max-width: 768px) {
  .cart-box header h3 {
    padding: 1em;
    margin: 0;
  }
}
.cart-box .product-issue {
  display: block;
  color: red;
  font-weight: bold;
  font-size: 0.8rem;
}
.cart-box .container-cart-dx {
  flex-flow: column;
  padding: 0;
  /* Extra Small Devices, Phones */
  /* Small Devices, Tablets */
  /* Medium Devices, Desktops */
  /* Extra Small Devices, Phones */
  /* Small Devices, Tablets */
  /* Medium Devices, Desktops */
}
.cart-box .container-cart-dx .infoCart {
  padding: 1rem;
  border-bottom: solid 1px #eee;
  /* Extra Small Devices, Phones */
  /* Small Devices, Tablets */
  /* Medium Devices, Desktops */
}
@media all and (max-width: 992px) {
  .cart-box .container-cart-dx .infoCart {
    padding: 5px;
    text-align: center;
  }
}
.cart-box .container-cart-dx .infoCart .emptycart {
  text-decoration: underline;
  cursor: pointer;
}
.cart-box .container-cart-dx .infoCart span {
  padding: 0;
  color: #e84e0f;
  text-transform: uppercase;
}
@media all and (max-width: 992px) {
  .cart-box .container-cart-dx {
    display: table;
    flex-basis: 100% !important;
    max-width: 100% !important;
    width: 100%;
  }
}
@media all and (max-width: 768px) {
  .cart-box .container-cart-dx {
    flex-basis: 100% !important;
    max-width: 100% !important;
    width: 100%;
  }
  .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: 33% !important;
    max-width: 33% !important;
  }
}
.cart-box .container-cart-dx .scroll-cart {
  overflow-y: auto;
  padding: 0;
  height: 400px;
  margin-top: 10px;
  /* Extra Small Devices, Phones */
  /* Small Devices, Tablets */
  /* Medium Devices, Desktops */
}
@media all and (max-width: 992px) {
  .cart-box .container-cart-dx .scroll-cart {
    overflow-y: initial;
    height: auto;
  }
}
.cart-box .container-cart-dx .scroll-cart .smallText {
  font-size: 0.8rem;
}
.cart-box .container-cart-dx .alignRight {
  width: 100%;
  display: flex;
  justify-content: flex-end;
  padding: 10px;
}
.cart-box .container-cart-sx {
  margin: 0;
  padding: 0;
  /* Extra Small Devices, Phones */
  /* Small Devices, Tablets */
  /* Medium Devices, Desktops */
}
@media all and (max-width: 992px) {
  .cart-box .container-cart-sx {
    min-width: 100%;
  }
}
.cart-box .container-cart-sx .cart-total-price {
  width: 100%;
  color: white;
  padding: 0 1em;
  /* Extra Small Devices, Phones */
  /* Small Devices, Tablets */
  /* Medium Devices, Desktops */
}
@media all and (max-width: 768px) {
  .cart-box .container-cart-sx .cart-total-price {
    padding: 1rem 0;
  }
}
.cart-box .container-cart-sx .modal-cart-box-dx {
  background-color: #ffffff;
}
.cart-box .container-cart-sx .modal-cart-box-dx .modalcart-totaldx {
  background-color: #f8f8f8;
  -webkit-border-radius: 5px;
  -khtml-border-radius: 5px;
  -moz-border-radius: 5px;
  -ms-border-radius: 5px;
  -o-border-radius: 5px;
  border-radius: 5px;
  margin-top: 10px;
  padding: 10px;
}
.cart-box .container-cart-sx .modal-cart-box-dx .infoOrder {
  padding: 1rem 0;
  border-bottom: solid 1px #eee;
  /* Extra Small Devices, Phones */
  /* Small Devices, Tablets */
  /* Medium Devices, Desktops */
}
@media all and (max-width: 992px) {
  .cart-box .container-cart-sx .modal-cart-box-dx .infoOrder {
    display: none;
  }
}
.cart-box .container-cart-sx .modal-cart-box-dx .infoOrder span {
  padding: 5px;
  color: #e84e0f;
  text-transform: uppercase;
}
.cart-box .container-cart-sx .modal-cart-box-dx .button-order {
  padding: 0 15px;
  bottom: 0;
  text-align: left;
  /* Extra Small Devices, Phones */
  /* Small Devices, Tablets */
  /* Medium Devices, Desktops */
}
@media all and (max-width: 768px) {
  .cart-box .container-cart-sx .modal-cart-box-dx .button-order {
    padding-top: 1rem;
  }
}
.cart-box .container-cart-sx .modal-cart-box-dx .button-order .cart-button {
  padding: 20px;
  justify-content: center;
  align-items: center;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
}
.cart-box .container-cart-sx .modal-cart-box-dx a {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  justify-content: space-between;
  color: #ffffff;
  background-color: #e84e0f;
  width: 100%;
  font-weight: bold;
  text-align: left;
  padding: 0px;
  border: none;
  border-radius: 5px;
  box-shadow: 0px 0px 26px -2px rgba(119, 119, 119, 0.38);
}
.cart-box .container-cart-sx .modal-cart-box-dx h2 {
  color: #e84e0f;
  font-size: 1.5em;
  font-weight: 600;
  text-align: right;
  padding: 15px 0;
  background-color: #f8f8f8;
}
.cart-box .container-cart-sx .modal-cart-box-dx h3 {
  color: #e84e0f;
  text-align: right;
}
.cart-box .infoStock {
  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;
  text-align: center;
  padding: 0.5em;
  margin: 1em 0;
}
.cart-box .infoStock span {
  color: #505050;
  width: 100%;
}
.cart-box .bonusFirstOrder {
  text-align: center;
  background-color: #cc2529;
  -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 .carttext {
  color: #606060;
  text-align: left;
  font-size: 1rem;
  margin-top: 10px;
  padding: 0;
  border-bottom: 1px solid #eee;
  padding: 5px 0;
  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;
}
.cart-box .bonusFirstOrder {
  background-color: #cc2529;
  color: #ffffff;
  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 .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: 0px;
  position: relative;
  overflow: auto;
  /* Extra Small Devices, Phones */
  /* Small Devices, Tablets */
  /* Medium Devices, Desktops */
}
@media all 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;
    align-items: center;
  }
}
.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;
  padding: 10px 0;
  /* Extra Small Devices, Phones */
  /* Small Devices, Tablets */
  /* Medium Devices, Desktops */
}
@media all and (max-width: 992px) {
  .cart-box .cart-table__body-wrapper .cart-table__body .mobile-title {
    flex-basis: 100% !important;
    max-width: 100% !important;
  }
  .cart-box .cart-table__body-wrapper .cart-table__body .mobile-action {
    flex-basis: 50% !important;
    max-width: 50% !important;
  }
}
.cart-box .cart-table__body-wrapper .cart-table__body .mob-Cart {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  flex-direction: row;
  width: 33%;
  /* Extra Small Devices, Phones */
  /* Small Devices, Tablets */
  /* Medium Devices, Desktops */
}
@media all and (max-width: 992px) {
  .cart-box .cart-table__body-wrapper .cart-table__body .mob-Cart {
    width: 100%;
    flex-direction: row;
  }
}
.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;
  width: 99%;
}
.cart-box .cart-table__body-wrapper .cart-table__body .row {
  /* Extra Small Devices, Phones */
  /* Small Devices, Tablets */
  /* Medium Devices, Desktops */
}
@media all 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: 60px;
  /* Extra Small Devices, Phones */
  /* Small Devices, Tablets */
  /* Medium Devices, Desktops */
}
@media all and (max-width: 768px) {
  .cart-box .cart-table__body-wrapper .cart-table__body .col-8, .cart-box .cart-table__body-wrapper .cart-table__body .col-2 {
    height: 40px;
  }
}
.cart-box .cart-table__body-wrapper .cart-table__body .col-2:last-child {
  /* Extra Small Devices, Phones */
  /* Small Devices, Tablets */
  /* Medium Devices, Desktops */
}
@media all 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 all and (max-width: 992px) {
  .cart-box .cart-table__body-wrapper .cart-table__body .col-2 {
    -webkit-flex-basis: 16.66666667%;
    -moz-flex-basis: 16.66666667%;
    -ms-flex-basis: 16.66666667%;
    flex-basis: 16.66666667%;
    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 all and (max-width: 992px) {
  .cart-box .cart-table__body-wrapper .cart-table__body .col-8 {
    -webkit-flex-basis: 66.66666667%;
    -moz-flex-basis: 66.66666667%;
    -ms-flex-basis: 66.66666667%;
    flex-basis: 66.66666667%;
    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: #a5ceeb;
  float: right;
}
.cart-box .cart-table__body-wrapper .cart-table__body .cart-prod-quantity {
  color: #505050;
  font-weight: 300;
  -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 #ddd;
  overflow: hidden;
}
.cart-box .cart-table__body-wrapper .cart-table__body .cart-prod-quantity span {
  padding: 10px;
  font-weight: 400;
}
.cart-box .cart-table__body-wrapper .cart-table__body .cart-prod-quantity i[class*=ion-] {
  font-size: 1em;
  color: darkgray;
}
.cart-box .cart-table__body-wrapper .cart-table__body .action-qty-product {
  background-color: #eee;
}
.cart-box .cart-table__body-wrapper .cart-table__body .cart-prod-action {
  padding: 0.5em;
}
.cart-box .cart-table__body-wrapper .cart-table__body .cart-prod-action.action-remove {
  border: none;
  /* Extra Small Devices, Phones */
  /* Small Devices, Tablets */
  /* Medium Devices, Desktops */
}
@media all and (max-width: 992px) {
  .cart-box .cart-table__body-wrapper .cart-table__body .cart-prod-action.action-remove {
    flex-basis: 10%;
    max-width: 10%;
  }
}
.cart-box .cart-table__body-wrapper .cart-table__body .cart-prod-action .ion-ios-close-empty {
  font-size: 2rem;
  padding: 0.5em;
  color: #a5ceeb;
}
.cart-box .cart-table__body-wrapper .cart-table__body .cart-prod-name {
  font-size: 1.2em;
  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 small {
  font-size: 0.8em;
  color: #aaa;
}
@media all and (max-width: 992px) {
  .cart-box .cart-table__body-wrapper .cart-table__body .cart-prod-name {
    margin-left: 10px;
    font-size: 0.8rem;
    flex-basis: 90%;
    max-width: 90%;
  }
}
@media all and (max-width: 480px) {
  .cart-box .cart-table__body-wrapper .cart-table__body .cart-prod-name {
    font-size: 0.8rem;
    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: red;
  font-weight: bold;
  font-size: 1.1em;
}
.cart-box .cart-table__body-wrapper .cart-table__body .cart-unit-price h3 {
  margin: 0;
  font-weight: 500;
  color: #e84e0f;
  /* Extra Small Devices, Phones */
  /* Small Devices, Tablets */
  /* Medium Devices, Desktops */
}
@media all and (max-width: 992px) {
  .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;
}
.cart-box .cart-bottom {
  bottom: 0;
  width: 100%;
  padding: 0;
  position: sticky;
}
.cart-box .cart-bottom__cta {
  padding: 20px;
  /* Extra Small Devices, Phones */
  /* Small Devices, Tablets */
  /* Medium Devices, Desktops */
}
.cart-box .cart-bottom__cta .more {
  display: block;
  font-size: 0.775em;
  clear: both;
  text-align: right;
  width: 100%;
  font-weight: 800;
  padding: 6px 10px;
  color: #a5ceeb;
  position: relative;
  /*&:before {
      content: '';
      display: block;
      width: 0;
      height: 0;
      border-left: 10px solid transparent;
      border-right: 10px solid transparent;
      border-bottom: 10px solid #fff;
      position: absolute;
      top: -10px;
      right: 50px;
  }*/
  /* Extra Small Devices, Phones */
  /* Small Devices, Tablets */
  /* Medium Devices, Desktops */
}
@media all and (max-width: 768px) {
  .cart-box .cart-bottom__cta .more {
    font-size: 0.6em;
    padding: 6px 1em;
  }
}
.cart-box .cart-bottom__cta .more a {
  text-decoration: none;
  color: #000;
  font-weight: 400;
}
@media all and (max-width: 992px) {
  .cart-box .cart-bottom__cta {
    padding: 10px;
  }
}
.cart-box .cart-bottom .confirm {
  background: #4caf50 !important;
  color: #ffffff !important;
  letter-spacing: 2px;
  -webkit-border-radius: 5px;
  -khtml-border-radius: 5px;
  -moz-border-radius: 5px;
  -ms-border-radius: 5px;
  -o-border-radius: 5px;
  border-radius: 5px;
  padding: 15px 50px;
  font-size: 1.5em;
  font-weight: bold;
  /* Extra Small Devices, Phones */
  /* Small Devices, Tablets */
  /* Medium Devices, Desktops */
}
@media all and (max-width: 768px) {
  .cart-box .cart-bottom .confirm {
    padding: 0.5em;
  }
}
.cart-box .cart-bottom .cart-total {
  margin-left: -27px;
  margin-right: -27px;
  padding: 0 27px;
}
.cart-box .cart-bottom .total-cap {
  display: block;
  padding: 1em 0;
  font-weight: 300;
  text-align: left;
  /* Extra Small Devices, Phones */
  /* Small Devices, Tablets */
  /* Medium Devices, Desktops */
}
.cart-box .cart-bottom .total-cap strong {
  vertical-align: top;
  display: inline-block;
  margin-right: 5px;
  font-weight: bold;
}
@media all and (max-width: 768px) {
  .cart-box .cart-bottom .total-cap {
    padding: 5px;
    font-size: 12px;
    text-align: left;
  }
}
.cart-box .cart-bottom .cart-total-bar {
  padding: 18px 0 10px;
  text-align: right;
  font-family: "Montserrat", "Open Sans", sans-serif;
  overflow: hidden;
  /* Extra Small Devices, Phones */
  /* Small Devices, Tablets */
  /* Medium Devices, Desktops */
}
@media all and (max-width: 768px) {
  .cart-box .cart-bottom .cart-total-bar {
    padding: 5px 0;
  }
}
.cart-box .cart-bottom .cart-total-bar span {
  display: inline-block;
}
.cart-box .cart-bottom .cart-total-bar .total-label {
  display: block;
  text-align: center;
  width: 100%;
  font-size: 11px;
  text-transform: uppercase;
  padding: 0.5em 0;
  clear: both;
  color: #565656;
  /* Extra Small Devices, Phones */
  /* Small Devices, Tablets */
  /* Medium Devices, Desktops */
}
@media all and (max-width: 768px) {
  .cart-box .cart-bottom .cart-total-bar .total-label {
    text-align: left;
  }
}
.cart-box .cart-bottom .cart-total-bar .total-amount {
  font-size: 2.5em;
  color: #e84e0f;
  letter-spacing: -2px;
  float: left;
  /* Extra Small Devices, Phones */
  /* Small Devices, Tablets */
  /* Medium Devices, Desktops */
}
.cart-box .cart-bottom .cart-total-bar .total-amount b {
  line-height: 1;
  font-weight: 600;
}
@media all and (max-width: 768px) {
  .cart-box .cart-bottom .cart-total-bar .total-amount {
    float: none;
    font-size: 1.5em;
    text-align: left;
    display: block;
  }
}
.cart-box .cart-bottom .subtotal, .cart-box .cart-bottom .delivery {
  font-size: 0.775em;
  text-transform: uppercase;
  letter-spacing: 1px;
  padding: 0 0 0.5em;
}

/*mini cart on header*/
.cart {
  width: 230px;
  margin-left: auto;
  padding: 0 10px;
  cursor: pointer;
  /* Extra Small Devices, Phones */
  /* Small Devices, Tablets */
  /* Medium Devices, Desktops */
  /* Extra Small Devices, Phones */
  /* Small Devices, Tablets */
  /* Medium Devices, Desktops */
  /*aside CART*/
}
.cart .adv-promo {
  margin: 1em;
  padding: 1em;
  border: 1px dashed darkGray;
  background-color: #ffb74d;
  color: rgba(0, 0, 0, 0.8);
}
.cart .adv-promo h4 {
  margin: 0.2em;
}
.cart .adv-promo h4 i {
  font-size: 1.5rem;
}
@media all and (max-width: 992px) {
  .cart {
    padding-right: 5px;
    background-color: transparent;
    padding: 0;
    padding-right: 5px;
  }
  .cart .hide-on-mobile {
    display: none;
  }
}
@media all and (max-width: 768px) {
  .cart {
    width: 60px;
  }
  .cart .hide-on-mobile {
    display: none;
  }
}
.cart .cart-recap {
  background-color: #fff;
  height: 40px;
  border-radius: 50px;
  padding: 10px;
  position: relative;
  /* Extra Small Devices, Phones */
  /* Small Devices, Tablets */
  /* Medium Devices, Desktops */
}
.cart .cart-recap:after {
  content: attr(data-cart);
  width: 20px;
  height: 20px;
  position: absolute;
  bottom: 8px;
  left: 25px;
  color: #ffffff;
  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: 0.6em;
  line-height: 0.6em;
  font-weight: bold;
  display: none;
  /* Extra Small Devices, Phones */
  /* Small Devices, Tablets */
  /* Medium Devices, Desktops */
}
@media all and (max-width: 768px) {
  .cart .cart-recap:after {
    left: 20px;
  }
}
@media all 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;
  }
}
.cart .cart-recap .cart-icon-wrap {
  font-size: 0.6em;
  font-weight: bold;
  color: #000;
  /* Extra Small Devices, Phones */
  /* Small Devices, Tablets */
  /* Medium Devices, Desktops */
}
.cart .cart-recap .cart-icon-wrap .cart-product {
  display: none;
}
.cart .cart-recap .cart-icon-wrap img {
  width: auto;
  height: 50px;
}
@media all and (max-width: 768px) {
  .cart .cart-recap .cart-icon-wrap {
    padding: 0 10px;
  }
}
.cart .cart-recap .cart-recap-data {
  color: #e84e0f;
  font-size: 1.1rem;
  font-weight: 600;
}
.cart .cart-recap .cart-recap-data .b.b--big-size {
  font-weight: 600;
}
.cart .cart-recap .cart-recap-data small {
  font-size: 1.1rem;
  font-weight: 600;
}
.cart .cart-total-price {
  margin-top: 10px;
  padding: 0 20px;
  /* Extra Small Devices, Phones */
  /* Small Devices, Tablets */
  /* Medium Devices, Desktops */
}
@media all and (max-width: 480px) {
  .cart .cart-total-price {
    padding: 0 5px;
  }
  .cart .cart-total-price .hide-on-small {
    display: none;
  }
}
.cart .cart-total-price strong {
  font-size: 0.9em;
  padding-right: 20px;
  font-weight: 300;
}
.cart .cart-total-price .more a {
  margin: 0;
  color: rgb(239, 125, 60) !important;
  text-decoration: underline !important;
}
.cart .cart-total-price .total-amount {
  font-size: 1.3em;
  line-height: 1.1em !important;
  color: #e84e0f;
}
.cart header {
  padding: 0 10px;
}
.cart header .h3.h3--title-cart {
  color: #e84e0f;
  margin: 0;
}
.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: right;
  background-repeat: no-repeat;
  background-image: url("/content/images/logo.svg");
}
.cart .cart-table .cart-table__header {
  border-bottom: 1px solid #eee;
  text-align: center;
  font-size: 0.8em;
  color: #fff;
  padding: 5px 0;
  background-color: #e84e0f;
  /* Extra Small Devices, Phones */
  /* Small Devices, Tablets */
  /* Medium Devices, Desktops */
}
.cart .cart-table .cart-table__header .visible-on-small {
  display: none;
}
@media all 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;
  /* Extra Small Devices, Phones */
  /* Small Devices, Tablets */
  /* Medium Devices, Desktops */
}
@media all 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 all and (max-width: 992px) {
  .cart .cart-table .cart-table__header .col-2 {
    -webkit-flex-basis: 16.66666667%;
    -moz-flex-basis: 16.66666667%;
    -ms-flex-basis: 16.66666667%;
    flex-basis: 16.66666667%;
    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 all 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);*/
  /*with promo alert in recap cart*/
  height: calc(94vh - 250px);
  position: relative;
  overflow: auto;
}
.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.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 all 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 all 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 all and (max-width: 992px) {
  .cart .cart-table .cart-table__body-wrapper .cart-table__body .col-2 {
    -webkit-flex-basis: 16.66666667%;
    -moz-flex-basis: 16.66666667%;
    -ms-flex-basis: 16.66666667%;
    flex-basis: 16.66666667%;
    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 all and (max-width: 992px) {
  .cart .cart-table .cart-table__body-wrapper .cart-table__body .col-8 {
    -webkit-flex-basis: 66.66666667%;
    -moz-flex-basis: 66.66666667%;
    -ms-flex-basis: 66.66666667%;
    flex-basis: 66.66666667%;
    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 all 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-quantity {
  color: #606060;
  font-weight: 300;
}
.cart .cart-table .cart-table__body-wrapper .cart-table__body .cart-prod-quantity span {
  padding: 10px;
}
.cart .cart-table .cart-table__body-wrapper .cart-table__body .cart-prod-quantity .fa {
  font-size: 0.6em;
  color: darkgray;
}
.cart .cart-table .cart-table__body-wrapper .cart-table__body .cart-prod-name {
  font-size: 0.8em;
  color: #606060;
  font-weight: bold;
  /* Extra Small Devices, Phones */
  /* Small Devices, Tablets */
  /* Medium Devices, Desktops */
}
.cart .cart-table .cart-table__body-wrapper .cart-table__body .cart-prod-name small {
  font-size: 0.8em;
  color: #aaa;
}
@media all 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-unit-price {
  color: #606060;
}
.cart .cart-table .cart-table__body-wrapper .cart-table__body .cart-unit-price h3 {
  margin: 0;
  font-weight: 300;
  /* Extra Small Devices, Phones */
  /* Small Devices, Tablets */
  /* Medium Devices, Desktops */
}
@media all and (max-width: 480px) {
  .cart .cart-table .cart-table__body-wrapper .cart-table__body .cart-unit-price h3 {
    font-size: 0.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: #fff;
}
.cart .cart-bottom .cart-bottom__info {
  padding: 5px;
}
.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;
  /* Extra Small Devices, Phones */
  /* Small Devices, Tablets */
  /* Medium Devices, Desktops */
}
@media all and (max-width: 480px) {
  .cart .cart-bottom .cart-bottom__cta .hide-on-small {
    display: none;
  }
}

.button {
  -webkit-border-radius: 5px;
  -khtml-border-radius: 5px;
  -moz-border-radius: 5px;
  -ms-border-radius: 5px;
  -o-border-radius: 5px;
  border-radius: 5px;
  padding: 5px 0px;
  border: none;
  color: #e84e0f;
  -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.no-text-decoration {
  text-decoration: none;
}
.button.full-width {
  width: 100%;
}
.button:hover {
  background-color: #e84e0f;
  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.button--primary {
  border-color: darkgreen;
  color: darkgreen;
}
.button.button--primary:hover {
  background-color: darkgreen;
  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.button--danger {
  border-color: #ebcccc;
  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;
  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;
}
.button.button--disabled:hover {
  cursor: not-allowed;
}

.alert {
  -webkit-border-radius: 3px;
  -khtml-border-radius: 3px;
  -moz-border-radius: 3px;
  -ms-border-radius: 3px;
  -o-border-radius: 3px;
  border-radius: 3px;
  font-size: 1em;
  padding: 10px;
  text-align: left;
  margin-bottom: 5px;
  position: relative;
  /* Extra Small Devices, Phones */
  /* Small Devices, Tablets */
  /* Medium Devices, Desktops */
  /* &.alert--info {
          color: $alert-info-color !important;
      }
  */
}
@media all and (max-width: 768px) {
  .alert {
    font-size: 1.1em;
  }
}
.alert.alert--warning {
  background-color: #f4fafd;
  color: #505050 !important;
  border: 1px solid #f4fafd !important;
}
.alert.alert--danger {
  font-weight: bold;
  background-color: #ffe6e6;
  color: #a94442 !important;
  border: 1px solid #ebcccc !important;
}
.alert.alert--danger-message {
  display: none;
}
.alert.alert--default {
  background-color: #fef6f3;
  color: #606060 !important;
  border: 1px solid #eee !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--promo {
  background-color: #FFB74D;
  color: #000 !important;
  border: 1px dashed #aaa !important;
  padding: 0.5em;
}
.alert--promo i {
  font-size: 1.5rem !important;
}
.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;
}
.alert.no-product div > i {
  font-size: 3em;
  line-height: 1em;
}
.alert.no-product div {
  padding: 10px;
}
.alert.no-product a {
  text-decoration: none;
}

.main-navigation {
  float: left;
  width: 79%;
  margin-left: 1%;
  display: table;
  position: relative;
  cursor: pointer;
  /* Extra Small Devices, Phones */
  /* Small Devices, Tablets */
  /* Medium Devices, Desktops */
  /* Extra Small Devices, Phones */
  /* Small Devices, Tablets */
  /* Medium Devices, Desktops */
}
.main-navigation .mn--first {
  display: table-cell;
  text-align: center;
  vertical-align: middle;
  height: 50px;
}
.main-navigation .mn--first .mn--first--title {
  color: #ffffff;
  font-weight: 400;
  display: block;
  text-align: center;
  padding: 0 0.5em;
  font-size: 11px;
  text-transform: uppercase;
}
.main-navigation .mn--first .mn--first--title .fa {
  display: none;
}
.main-navigation .mn--first .mn--first--block {
  position: absolute;
  top: 100%;
  left: 0;
  right: 0;
  min-height: 300px;
  background: #ffffff;
  -webkit-box-shadow: 0px 3px 15px -5px #333;
  -khtml-box-shadow: 0px 3px 15px -5px #333;
  -moz-box-shadow: 0px 3px 15px -5px #333;
  -ms-box-shadow: 0px 3px 15px -5px #333;
  -o-box-shadow: 0px 3px 15px -5px #333;
  box-shadow: 0px 3px 15px -5px #333;
  -webkit-border-radius: 0 0 2px 2px;
  -khtml-border-radius: 0 0 2px 2px;
  -moz-border-radius: 0 0 2px 2px;
  -ms-border-radius: 0 0 2px 2px;
  -o-border-radius: 0 0 2px 2px;
  border-radius: 0 0 2px 2px;
  text-align: left;
  visibility: hidden;
}
.main-navigation .mn--first .mn--first--block .mn--image {
  position: absolute;
  left: 0;
  top: 0;
  width: 20%;
  bottom: 0;
  background-size: auto 100%;
  background-position: bottom center;
  background-repeat: no-repeat;
  z-index: 10;
}
.main-navigation .mn--first .mn--first--block .mn--category {
  float: left;
  width: 80%;
  margin-left: 20%;
  padding: 1.5em;
}
.main-navigation .mn--first.mn--first--pos-0 .mn--image {
  background-image: url("/content/images/menu/1-frutta.jpg") !important;
}
.main-navigation .mn--first.mn--first--pos-1 .mn--image {
  background-image: url("/content/images/menu/2-latte.jpg") !important;
}
.main-navigation .mn--first.mn--first--pos-2 .mn--image {
  background-image: url("/content/images/menu/3-altri-freschi.jpg") !important;
}
.main-navigation .mn--first.mn--first--pos-3 .mn--first--block {
  left: -100px;
  /* Extra Small Devices, Phones */
  /* Small Devices, Tablets */
  /* Medium Devices, Desktops */
}
@media all and (max-width: 992px) {
  .main-navigation .mn--first.mn--first--pos-3 .mn--first--block {
    left: auto;
  }
}
.main-navigation .mn--first.mn--first--pos-3 .mn--image {
  background-image: url("/content/images/menu/4-scatolame.jpg") !important;
}
.main-navigation .mn--first.mn--first--pos-4 .mn--image {
  background-image: url("/content/images/menu/5-cura-persona.jpg") !important;
}
.main-navigation .mn--first.mn--first--pos-5 .mn--image {
  background-image: url("/content/images/menu/6-amici-animali.jpg") !important;
}
.main-navigation .mn--first.mn--first--pos-6 .mn--image {
  background-image: url("/content/images/menu/7-acqua.jpg") !important;
}
.main-navigation .mn--first.mn--first--pos-7 .mn--image {
  background-image: url("/content/images/menu/8-surgelati.jpg") !important;
}
.main-navigation .mn--first.mn--first--pos-8 .mn--image {
  background-image: url("/content/images/menu/9-baby.jpg") !important;
}
.main-navigation .mn--first.mn--first--pos-9 .mn--image {
  background-image: url("/content/images/menu/10-detersivi.jpg") !important;
}
.main-navigation .mn--first.mn--first--pos-10 .mn--image {
  background-image: url("/content/images/menu/11-carta.jpg") !important;
}
.main-navigation .grid:after {
  content: "";
  display: block;
  clear: both;
}
.main-navigation .mn--second {
  width: 200px;
  float: left;
  padding-bottom: 0.5em;
}
.main-navigation .mn--second p {
  padding: 0;
  margin: 0;
}
.main-navigation .mn--second .mn--second-title a {
  font-weight: "Montserrat", "Open Sans", sans-serif;
  font-weight: 700;
  font-size: 0.775em;
  text-decoration: none;
  text-transform: uppercase;
  display: inline-block;
  margin-bottom: 0.5em;
  border-bottom: 1px solid #a5ceeb;
}
.main-navigation .mn--second .mn--second-link {
  list-style: none;
  font-size: 0.875em;
  display: block;
  margin: 0;
  padding: 0 0 20px;
}
.main-navigation .mn--second .mn--second-link li {
  padding: 0;
  font-size: 0.9em;
}
.main-navigation .mn--second .mn--second-link li a {
  color: #e84e0f;
  text-decoration: none;
}
.main-navigation .mn--second .mn--second-link li a:hover {
  text-decoration: underline;
}
@media all and (max-width: 992px) {
  .main-navigation {
    position: fixed;
    left: -100%;
    top: 0;
    bottom: 0;
    width: 100%;
    display: block;
    margin: 0;
    z-index: 0;
    font-size: 1em;
    background: #e84e0f;
    padding-left: 10%;
    overflow-y: scroll;
    -webkit-box-shadow: inset -5px 0px 10px -3px #4C70AD;
    -khtml-box-shadow: inset -5px 0px 10px -3px #4C70AD;
    -moz-box-shadow: inset -5px 0px 10px -3px #4C70AD;
    -ms-box-shadow: inset -5px 0px 10px -3px #4C70AD;
    -o-box-shadow: inset -5px 0px 10px -3px #4C70AD;
    box-shadow: inset -5px 0px 10px -3px #4C70AD;
  }
  .main-navigation .mn--first {
    display: block;
    width: 100%;
    height: auto;
    padding: 0.6em 1em;
    border-bottom: 1px solid #fff;
    text-align: left;
  }
  .main-navigation .mn--first .mn--first--title {
    font-size: 0.975em;
    padding: 0;
    text-align: left;
  }
  .main-navigation .mn--first .mn--first--title a {
    border-bottom: none;
  }
  .main-navigation .mn--first .mn--first--title .fa {
    float: right;
    font-size: 0.6em;
    margin: 5px;
    display: inline-block;
    position: absolute;
    right: 0.5em;
  }
  .main-navigation .mn--first .mn--first--block {
    position: relative;
    background: transparent;
    top: auto;
    left: auto;
    right: auto;
    height: auto;
    min-height: 0;
    box-shadow: none;
    border: 1px solid #a5ceeb;
    border-width: 3px 0 0;
    margin-top: 0.5em;
    visibility: visible;
    display: none;
  }
  .main-navigation .mn--first .mn--first--block .mn--image {
    display: none;
  }
  .main-navigation .mn--first .mn--first--block .mn--category {
    float: none;
    display: block;
    width: 100%;
    margin: 0;
    padding: 0;
  }
  .main-navigation .mn--first.open .mn--first--block {
    display: block;
  }
  .main-navigation .mn--second {
    float: none;
    width: 100%;
    padding-bottom: 0;
    padding: 0 10px;
  }
  .main-navigation .mn--second p {
    color: #ffffff;
  }
  .main-navigation .mn--second .mn--second-title {
    overflow: hidden;
  }
  .main-navigation .mn--second .mn--second-title .fa {
    float: right;
    font-size: 12px;
    color: #a5ceeb;
    margin: 1em 0;
  }
  .main-navigation .mn--second .mn--second-title a {
    color: #ffffff;
    margin-top: 0.5em;
    display: inline-block;
    text-transform: capitalize;
  }
  .main-navigation .mn--second .mn--second-link {
    display: none;
    padding: 0 10px 20px;
  }
  .main-navigation .mn--second .mn--second-link li {
    padding: 3px 0;
    line-height: 1.1;
    font-size: 0.875em;
  }
  .main-navigation .mn--second .mn--second-link li a {
    color: #ffffff;
  }
  .main-navigation .mn--second .mn--second-link li a:hover {
    text-decoration: none;
  }
}
@media all and (max-width: 480px) {
  .main-navigation {
    width: 95%;
    left: -95%;
  }
}

.no-touchevents .main-navigation .mn--first:hover {
  background-color: #a5ceeb;
  color: #e84e0f;
}
.no-touchevents .main-navigation .mn--first:hover .mn--first--block {
  visibility: visible !important;
}

.menu-trigger-mobile {
  display: none;
  /* Extra Small Devices, Phones */
  /* Small Devices, Tablets */
  /* Medium Devices, Desktops */
}
@media all and (max-width: 992px) {
  .menu-trigger-mobile {
    display: block;
    width: 50px;
    text-align: center;
    font-size: 1.5em;
    z-index: 5;
  }
  .menu-trigger-mobile .fa {
    color: #ffffff;
  }
  .menu-trigger-mobile i {
    padding: 0;
  }
}

.fast-search .loader-search {
  position: absolute;
  width: 16px;
  height: 16px;
  background-image: url("/content/images/ajax-search.gif");
  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: 0.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: #e84e0f;
  top: 50%;
  left: 0;
  margin-top: -1em;
  font-size: 1.5em;
  background-color: #fff;
  padding: 0.5em 9px;
  left: -6px;
  display: none;
}
.fast-search .target-result ul li .product .badge-special {
  position: absolute;
  background-color: #fff;
  padding: 0.5em 0;
  font-size: 1em;
  bottom: 0.5em;
  color: #ccc;
  left: 15%;
  padding-left: 2.7em;
}
.fast-search .target-result ul li .product .badge-special .deal {
  display: inline-block;
  padding: 0 0.4em 0 0;
  font-weight: bold;
  color: #cc2529;
}
.fast-search .target-result ul li .product .Picard-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 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 #e84e0f;
}
.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: #a5ceeb;
}
.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;
  -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;
  padding: 0 0 1.5em;
  /* Extra Small Devices, Phones */
  /* Small Devices, Tablets */
  /* Medium Devices, Desktops */
}
#second-menu ul {
  font-size: 0.675em;
  font-weight: 600;
  overflow: hidden;
  margin-right: -0.25em;
  margin-left: -0.25em;
}
#second-menu ul li {
  margin: 0.5em 0.25em;
  float: left;
  line-height: 1;
}
#second-menu ul li a {
  display: inline-block;
  padding: 0.5em 1em;
  -webkit-border-radius: 15px;
  -khtml-border-radius: 15px;
  -moz-border-radius: 15px;
  -ms-border-radius: 15px;
  -o-border-radius: 15px;
  border-radius: 15px;
  background-color: #F5F5F5;
  text-decoration: none;
  color: #505050;
  letter-spacing: -0.03em;
}
#second-menu ul li.current a {
  background-color: #e84e0f;
  color: #fff;
}
@media all 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%;
  max-width: 1024px;
  margin: 20px auto;
  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;
}
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 rgb(255, 255, 255);
  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;
  width: 20%;
  height: 37px;
  padding: 6px 10px;
  text-align: center;
  cursor: pointer;
  float: right;
  background-color: #e84e0f;
  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: 2px 2px 0 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 all and (max-width: 768px) {
  body .white-popup-maps .map-input-wrap {
    max-width: 80%;
    width: auto;
    right: 20px;
    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: 0.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;
}
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 all 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 .infomarker {
  width: 300px;
  display: block;
  padding: 1em 0 1em 1em;
  text-align: center;
  /* Extra Small Devices, Phones */
  /* Small Devices, Tablets */
  /* Medium Devices, Desktops */
}
@media all and (max-width: 768px) {
  body .white-popup-maps .infomarker {
    width: 200px;
  }
}
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: "Montserrat", "Open Sans", sans-serif;
  color: #000;
  font-size: 1.3em;
  line-height: 1.1;
  margin-bottom: 1em;
}

.usermenu {
  position: relative;
  /*padding: 5px 2em;*/
  /* 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 */
}
.usermenu .visible-on-small {
  display: none;
}
@media all and (max-width: 768px) {
  .usermenu {
    font-size: 0.8em;
    padding-right: 0;
  }
}
@media all and (max-width: 480px) {
  .usermenu {
    padding: 0;
  }
}
.usermenu .top-voice {
  padding-right: 0 !important;
  padding-left: 0 !important;
  /* Extra Small Devices, Phones */
  /* Small Devices, Tablets */
  /* Medium Devices, Desktops */
}
.usermenu .top-voice a {
  text-decoration: none;
  /* Extra Small Devices, Phones */
  /* Small Devices, Tablets */
  /* Medium Devices, Desktops */
}
@media all and (max-width: 768px) {
  .usermenu .top-voice a {
    margin-left: 10px;
    text-decoration: none;
    text-transform: uppercase;
    color: #fff;
    font-size: 1em;
    text-align: center;
    padding: 7px 10px;
  }
}
.usermenu .top-voice i {
  color: #e84e0f;
  padding: 0 0.3em;
  /* Extra Small Devices, Phones */
  /* Small Devices, Tablets */
  /* Medium Devices, Desktops */
}
@media all and (max-width: 768px) {
  .usermenu .top-voice i {
    font-size: 1.5rem;
    color: #ffffff;
    padding: 0;
  }
}
@media all and (max-width: 768px) {
  .usermenu .top-voice .hide-on-small {
    display: none;
  }
  .usermenu .top-voice .visible-on-small {
    display: inline;
  }
}
.usermenu .user-name {
  text-transform: capitalize !important;
  color: #e84e0f;
  font-size: 0.9rem;
  font-weight: 600;
  /* Extra Small Devices, Phones */
  /* Small Devices, Tablets */
  /* Medium Devices, Desktops */
}
@media all and (max-width: 768px) {
  .usermenu .user-name {
    margin-right: 0;
  }
}
@media all and (max-width: 768px) {
  .usermenu .user-name .email {
    display: none;
  }
}
.usermenu .fa {
  margin: 0 0.5em;
  /* Extra Small Devices, Phones */
  /* Small Devices, Tablets */
  /* Medium Devices, Desktops */
}
@media all and (max-width: 480px) {
  .usermenu .fa {
    margin: 0;
  }
}
.usermenu__dropdown {
  position: absolute;
  right: 0;
  top: 100%;
  background: #ffffff;
  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: 0.5em 1em;
}
.usermenu__dropdown li {
  margin: 0.5em 0;
  font-size: 1em;
}
.usermenu__dropdown li a {
  text-decoration: none;
  font-weight: 600;
  text-transform: capitalize;
}
.usermenu__dropdown li a:hover {
  text-decoration: underline;
}
.usermenu:hover, .usermenu.hover {
  /* Extra Small Devices, Phones */
  /* Small Devices, Tablets */
  /* Medium Devices, Desktops */
}
@media all and (max-width: 480px) {
  .usermenu:hover, .usermenu.hover {
    background-color: transparent;
    -webkit-box-shadow: none;
    -khtml-box-shadow: none;
    -moz-box-shadow: none;
    -ms-box-shadow: none;
    -o-box-shadow: none;
    box-shadow: none;
  }
}
.usermenu:hover .top-voice, .usermenu.hover .top-voice {
  color: #e84e0f !important;
}
.usermenu:hover .usermenu__dropdown, .usermenu.hover .usermenu__dropdown {
  background: #ffffff;
  -webkit-box-shadow: 0px 5px 5px rgba(0, 0, 0, 0.3);
  -khtml-box-shadow: 0px 5px 5px rgba(0, 0, 0, 0.3);
  -moz-box-shadow: 0px 5px 5px rgba(0, 0, 0, 0.3);
  -ms-box-shadow: 0px 5px 5px rgba(0, 0, 0, 0.3);
  -o-box-shadow: 0px 5px 5px rgba(0, 0, 0, 0.3);
  box-shadow: 0px 5px 5px rgba(0, 0, 0, 0.3);
  display: block;
  border-bottom: 5px solid #e84e0f;
  -webkit-box-shadow: 0px 5px 5px rgba(0, 0, 0, 0.3);
  -khtml-box-shadow: 0px 5px 5px rgba(0, 0, 0, 0.3);
  -moz-box-shadow: 0px 5px 5px rgba(0, 0, 0, 0.3);
  -ms-box-shadow: 0px 5px 5px rgba(0, 0, 0, 0.3);
  -o-box-shadow: 0px 5px 5px rgba(0, 0, 0, 0.3);
  box-shadow: 0px 5px 5px rgba(0, 0, 0, 0.3);
  width: 150px;
  /* Extra Small Devices, Phones */
  /* Small Devices, Tablets */
  /* Medium Devices, Desktops */
}
@media all and (max-width: 768px) {
  .usermenu:hover .usermenu__dropdown, .usermenu.hover .usermenu__dropdown {
    width: 150px;
    padding: 10px;
  }
}
.usermenu:hover .usermenu__dropdown li, .usermenu.hover .usermenu__dropdown li {
  margin: 2px 0;
}
.usermenu:hover .usermenu__dropdown li a, .usermenu.hover .usermenu__dropdown li a {
  color: #000;
  font-size: 300;
}

#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 all 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: 0.7em;
}
#filters .filter .filter-option {
  display: inline-block;
  padding: 3px 9px;
  margin: 0 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 rgb(211.5, 211.5, 211.5);
  text-decoration: none;
  color: #878787;
  font-size: 0.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: #e84e0f;
  color: #ffffff;
  border-color: #e84e0f;
}
#filters .filter .filter-option.active i.fa {
  display: inline-block;
}
#filters .filter .filter-option:hover {
  background-color: #e84e0f;
  color: #ffffff;
  border-color: #e84e0f;
  -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 all and (max-width: 768px) {
  #filters {
    width: 100%;
    padding: 1em 0;
    font-size: 0.775em;
    text-align: center;
  }
  #filters .filter {
    display: block;
    width: 100%;
    margin-bottom: 0.5em;
    overflow: hidden;
    float: none !important;
  }
  #filters .filter .label {
    display: block;
    margin-bottom: 0.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-block {
  padding-top: 15px;
}
.filter-block ul li {
  /* Extra Small Devices, Phones */
  /* Small Devices, Tablets */
  /* Medium Devices, Desktops */
}
@media all and (max-width: 992px) {
  .filter-block ul li {
    float: left;
    width: 50%;
    text-decoration: underline;
  }
}
.filter-block ul li label {
  cursor: pointer;
}
.filter-block ul::after {
  clear: both;
}

.product-grid {
  clear: both;
  padding: 0;
}

.product-list, #favorite-popup .wrapper {
  margin: 0;
  list-style: none;
  position: relative;
  font-size: 15px;
  padding: 1em 0;
  float: left;
  clear: both;
  width: 100%;
  /* Extra Small Devices, Phones */
  /* Small Devices, Tablets */
  /* Medium Devices, Desktops */
}
@media all and (max-width: 768px) {
  .product-list, #favorite-popup .wrapper {
    padding: 0;
  }
}
.product-list li, #favorite-popup .wrapper li {
  float: left;
  height: 430px;
  width: 25%;
  text-align: center;
  position: relative;
  padding: 5px;
  /* 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 all and (min-width: 992px) {
  .product-list li, #favorite-popup .wrapper li {
    /*width: 33%;*/
  }
}
@media all and (max-width: 992px) {
  .product-list li, #favorite-popup .wrapper li {
    width: 50%;
  }
}
@media all and (max-width: 768px) {
  .product-list li, #favorite-popup .wrapper li {
    width: 100%;
  }
}
.product-list .incartnumber, #favorite-popup .wrapper .incartnumber {
  background-color: rgba(80, 80, 80, 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: #ffffff;
  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: 100%;
  height: 100%;
  position: relative;
  font-family: "Montserrat", "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 #f5f5f5;
  padding: 5px;
}
.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: #505050;
  vertical-align: middle;
  Line-height: 250px;
  font-size: 1.2em;
  text-transform: uppercase;
}
@media screen and (min-width: 1024px) {
  .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 .badge-special, #favorite-popup .wrapper .product .badge-special {
  background-color: #ffffff;
  border-radius: 5px;
  padding: 2px 5px;
  position: absolute;
  color: #cc2529;
  right: 15px;
  top: 5px;
  font-size: 2em;
  z-index: 3;
  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-family: "Caveat", "Open Sans", sans-serif;
}
.product-list .product .badge-special .deal-affarissimi, #favorite-popup .wrapper .product .badge-special .deal-affarissimi {
  display: block;
  font-size: 11px;
  padding: 0.6em 0.2em 0.7em;
  font-weight: 800;
  text-align: center;
  position: relative;
  text-decoration: none !important;
  color: #fff !important;
}
.product-list .product .badge-special .deal-affarissimi span, #favorite-popup .wrapper .product .badge-special .deal-affarissimi span {
  display: block;
  padding-top: 0.4em;
  line-height: 1;
}
.product-list .product .badge-special .deal-affarissimi .fa, #favorite-popup .wrapper .product .badge-special .deal-affarissimi .fa {
  color: #FFF315;
}
.product-list .product .badge-special .deal-affarissimi .affarissimi-tooltip, #favorite-popup .wrapper .product .badge-special .deal-affarissimi .affarissimi-tooltip {
  position: absolute;
  width: auto;
  left: 50%;
  margin-left: -150px;
  top: 101%;
  z-index: 10;
  line-height: 1.1;
  padding: 1em;
  font-weight: 200;
  letter-spacing: 0.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-list .product .badge-special .deal-affarissimi .affarissimi-tooltip:before, #favorite-popup .wrapper .product .badge-special .deal-affarissimi .affarissimi-tooltip:before {
  content: "";
  position: absolute;
  top: -5px;
  right: 35px;
  margin-left: -5px;
  width: 0;
  height: 0;
  border-right: 5px solid transparent;
  border-left: 5px solid transparent;
  border-bottom: 5px solid black;
}
.product-list .product .badge-special .deal-affarissimi:hover .affarissimi-tooltip, #favorite-popup .wrapper .product .badge-special .deal-affarissimi:hover .affarissimi-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-list .product .badge-special span, #favorite-popup .wrapper .product .badge-special span {
  position: relative;
}
.product-list .product .badge-special .deal, #favorite-popup .wrapper .product .badge-special .deal {
  top: 0px;
  font-weight: 700;
  font-size: 1.1em;
  display: inline-block;
  text-transform: uppercase;
  letter-spacing: 0;
}
.product-list .product .badge-special .deal-txt, #favorite-popup .wrapper .product .badge-special .deal-txt {
  font-size: 0.7em;
  text-transform: capitalize;
  font-weight: 500;
}
.product-list .product .badge-special .text, #favorite-popup .wrapper .product .badge-special .text {
  line-height: 1;
  font-size: 11px;
  display: inline-block;
}
.product-list .product .badge-special .text.upto, #favorite-popup .wrapper .product .badge-special .text.upto {
  display: block;
  font-size: 10px;
  padding: 0 0 5px;
  line-height: 1;
  color: #fff;
}
.product-list .product .badge-special .text.spesamica, #favorite-popup .wrapper .product .badge-special .text.spesamica {
  background: #cc2529;
  display: block;
  padding: 5px 0;
  color: #FFFFFF;
  border-top: 1px solid #fff;
}
.product-list .product .action-add-product .icon, #favorite-popup .wrapper .product .action-add-product .icon {
  display: none;
}
.product-list .product .badge-weight, #favorite-popup .wrapper .product .badge-weight {
  position: absolute;
  top: 180px;
  right: 1em;
  width: 50%;
  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 */
}
.product-list .product .badge-weight .alert, #favorite-popup .wrapper .product .badge-weight .alert {
  padding: 5px;
  text-align: center;
}
@media all and (max-width: 992px) {
  .product-list .product .badge-weight, #favorite-popup .wrapper .product .badge-weight {
    top: 0;
  }
}
.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: #e84e0f;
  color: #ffffff;
  font-size: 1em;
  max-width: 100%;
  padding: 0;
  overflow: hidden;
  font-family: "Montserrat", "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;
}
.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;
  top: -3px;
}
.product-list .product.inlist .product-action-controls a, #favorite-popup .wrapper .product.inlist .product-action-controls a {
  background-color: #e84e0f;
}
@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: rgb(184.0971659919, 61.8947368421, 11.9028340081);
  }
}
.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 .stock-badge, #favorite-popup .wrapper .stock-badge {
  position: absolute;
  top: 160px;
  z-index: 10;
  /* Extra Small Devices, Phones */
  /* Small Devices, Tablets */
  /* Medium Devices, Desktops */
}
@media all and (max-width: 992px) {
  .product-list .stock-badge, #favorite-popup .wrapper .stock-badge {
    left: 90px;
    top: 0;
  }
}
.product-list .stock-badge img, #favorite-popup .wrapper .stock-badge img {
  height: 60px;
  width: 60px;
}
.product-list .product-img, #favorite-popup .wrapper .product-img {
  max-width: 180px;
  height: 180px;
  line-height: 180px;
  margin: 1em auto;
  white-space: nowrap;
  /* Extra Small Devices, Phones */
  /* Small Devices, Tablets */
  /* Medium Devices, Desktops */
}
@media all and (max-width: 992px) {
  .product-list .product-img, #favorite-popup .wrapper .product-img {
    max-width: 130px;
    height: 130px;
    line-height: 130px;
  }
}
.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 all and (max-width: 992px) {
  .product-list .product-img img, #favorite-popup .wrapper .product-img img {
    max-width: 130px;
    height: 130px;
    line-height: 130px;
  }
}
.product-list .bollinoCustom, #favorite-popup .wrapper .bollinoCustom {
  position: absolute;
  top: 165px;
  right: 5px;
  /* Extra Small Devices, Phones */
  /* Small Devices, Tablets */
  /* Medium Devices, Desktops */
}
@media all and (max-width: 992px) {
  .product-list .bollinoCustom, #favorite-popup .wrapper .bollinoCustom {
    right: initial;
    left: 5px;
    top: 125px;
  }
}
.product-list .product-action-wrap, #favorite-popup .wrapper .product-action-wrap {
  max-width: 90%;
  margin: 0 auto;
  position: relative;
  z-index: 13;
}
.product-list .product-info, #favorite-popup .wrapper .product-info {
  position: relative;
  z-index: 12;
  max-width: 90%;
  margin: 0 auto;
  text-align: left;
}
.product-list .product-info h3, #favorite-popup .wrapper .product-info h3 {
  font-size: 1em;
  color: #585858;
  font-weight: 300;
  padding: 0 0 0;
  margin: 0;
  min-height: 3.5em;
  line-height: 1.2;
  max-height: 3.5em;
  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;
  /* Extra Small Devices, Phones */
  /* Small Devices, Tablets */
  /* Medium Devices, Desktops */
}
@media all and (max-width: 992px) {
  .product-list .product-info h3, #favorite-popup .wrapper .product-info h3 {
    min-height: 1.5em;
    font-size: 0.8em;
    max-height: 3.5em;
  }
}
.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: 0.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: #e84e0f;
  font-weight: bold;
  /* Extra Small Devices, Phones */
  /* Small Devices, Tablets */
  /* Medium Devices, Desktops */
}
@media all and (max-width: 992px) {
  .product-list .product-info .brand-name, #favorite-popup .wrapper .product-info .brand-name {
    line-height: 1em;
    font-size: 1em;
  }
}
.product-list .product-info .product-meta, #favorite-popup .wrapper .product-info .product-meta {
  display: block;
  font-size: 0.7em;
  color: #aaa;
  /* 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: #585858;
  font-size: 0.8em;
  font-weight: 600;
  /* Extra Small Devices, Phones */
  /* Small Devices, Tablets */
  /* Medium Devices, Desktops */
}
@media all and (max-width: 768px) {
  .product-list .product-info .product-meta.size, #favorite-popup .wrapper .product-info .product-meta.size {
    font-size: 1em;
  }
}
@media all and (max-width: 768px) {
  .product-list .product-info .product-meta, #favorite-popup .wrapper .product-info .product-meta {
    font-size: 1em;
  }
}
.product-list .product-info .price, #favorite-popup .wrapper .product-info .price {
  color: #585858;
  font-weight: 800;
  font-size: 1.2em;
  display: block;
  line-height: 30px;
  /* Extra Small Devices, Phones */
  /* Small Devices, Tablets */
  /* Medium Devices, Desktops */
}
@media all 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: 0.7em;
  padding-left: 10px;
  color: #585858;
  white-space: nowrap;
  /* Extra Small Devices, Phones */
  /* Small Devices, Tablets */
  /* Medium Devices, Desktops */
}
@media all and (max-width: 992px) {
  .product-list .product-info .old-price, #favorite-popup .wrapper .product-info .old-price {
    font-size: 0.8em;
    padding-left: 0;
  }
}
.product-list .product-info .special-price, #favorite-popup .wrapper .product-info .special-price {
  display: inline-block;
  font-size: 1.2em;
  font-weight: 800;
  line-height: 30px;
  height: 30px;
  white-space: nowrap;
  /* Extra Small Devices, Phones */
  /* Small Devices, Tablets */
  /* Medium Devices, Desktops */
}
.product-list .product-info .special-price.price, #favorite-popup .wrapper .product-info .special-price.price {
  color: #e84e0f;
}
.product-list .btn.add, #favorite-popup .wrapper .btn.add {
  width: 100%;
  background: #e84e0f;
  font-size: 1em;
  text-transform: lowercase;
  padding: 0.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;
}
@media screen and (min-width: 1024px) {
  .product-list .btn.add:hover, #favorite-popup .wrapper .btn.add:hover {
    background: #e84e0f;
    -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 screen and (max-width: 993px) {
  .product-list li, #favorite-popup .wrapper li {
    height: auto;
    padding: 1em 5px;
  }
  .product-list li .product .badge-special, #favorite-popup .wrapper li .product .badge-special {
    left: 0;
    top: 0;
    right: inherit;
    font-size: 2em;
  }
  .product-list li .product .product-action-wrap, #favorite-popup .wrapper li .product .product-action-wrap {
    max-width: 100%;
  }
  .product-list li .product-mobile-table, #favorite-popup .wrapper li .product-mobile-table {
    display: table;
    width: 100%;
    padding-bottom: 20px;
  }
  .product-list li .product-img, .product-list li .product-info, #favorite-popup .wrapper li .product-img, #favorite-popup .wrapper li .product-info {
    max-width: 100%;
    display: table-cell;
    vertical-align: middle;
    width: 50%;
  }
  .product-list li .product-img, #favorite-popup .wrapper li .product-img {
    height: 150px;
    line-height: 1;
  }
  .product-list li .product-info, #favorite-popup .wrapper li .product-info {
    text-align: left;
  }
}

.home-product-carousel li, #product-grid-toten li {
  width: 100%;
}

.white-popup {
  position: relative;
  background: #FFF;
  padding: 1em 25px;
  width: auto;
  max-width: 768px;
  margin: 20px auto;
  border: 3px solid #e84e0f;
  -webkit-box-shadow: 0px 0px 4px 4px rgba(0, 0, 0, 0.2);
  -khtml-box-shadow: 0px 0px 4px 4px rgba(0, 0, 0, 0.2);
  -moz-box-shadow: 0px 0px 4px 4px rgba(0, 0, 0, 0.2);
  -ms-box-shadow: 0px 0px 4px 4px rgba(0, 0, 0, 0.2);
  -o-box-shadow: 0px 0px 4px 4px rgba(0, 0, 0, 0.2);
  box-shadow: 0px 0px 4px 4px rgba(0, 0, 0, 0.2);
}

.product-detail .fun {
  color: #e84e0f;
}
.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: 0.875em !important;
  background: #fff;
  border: 1px solid #e84e0f !important;
  color: #e84e0f !important;
}
.product-detail .popup-controls .btn.right {
  float: right;
}
.product-detail .btn {
  background: #e84e0f;
  text-transform: lowercase;
}
.product-detail .btn:hover {
  background: #e84e0f;
  -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-pic {
  max-width: 100%;
  height: 220px;
  line-height: 220px;
  margin: 0;
  white-space: nowrap;
  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);
  text-align: center;
}
.product-detail .main-pic img {
  max-width: 100%;
  max-height: 100%;
  vertical-align: middle;
  position: relative;
}
.product-detail .main-thumbs {
  width: 100%;
  margin-bottom: 2em;
}
.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: 0.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 .debug-info {
  margin-left: 200px !important;
  margin-top: -77px !important;
}
.product-detail .popup-product-info .h1 {
  font-family: "Montserrat", "Open Sans", sans-serif;
  margin: 0;
  /* Extra Small Devices, Phones */
  /* Small Devices, Tablets */
  /* Medium Devices, Desktops */
}
.product-detail .popup-product-info .h1.h1__title {
  color: #e84e0f;
}
@media all and (max-width: 480px) {
  .product-detail .popup-product-info .h1 {
    font-size: 1.5em;
  }
}
.product-detail .popup-product-info .p {
  font-size: 0.9em;
}
.product-detail .popup-product-info .p.p__description {
  color: #585858;
}
.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: 0.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: #505050;
  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: 0.03em;
  font-size: 0.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: #e84e0f;
  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: 0.675em;
  vertical-align: middle;
  letter-spacing: 0.03em;
}
.product-detail .popup-product-info .price-info .price-info-val {
  display: table-cell;
  vertical-align: middle;
  width: 60%;
  text-align: right;
  position: relative;
}
.product-detail .popup-product-info .price-info .price-info-val .price {
  font-size: 2em;
  color: #000;
  font-weight: 700;
  letter-spacing: -0.05em;
  display: inline-block;
  margin-left: 5px;
}
.product-detail .popup-product-info .price-info .price-info-val .price.special-price {
  font-family: "Montserrat", "Open Sans", sans-serif;
  color: #e84e0f;
}
.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: 0.7em;
  color: gray;
}
.product-detail .popup-product-info .other-info {
  color: #585858;
}
.product-detail .popup-product-info .badge-weight {
  float: left;
}
.product-detail .popup-product-info .badge-weight i {
  font-size: 1.1em;
}
.product-detail .popup-product-info .badge-weight::after {
  clear: both;
}
.product-detail .popup-product-info .show-only-card-products {
  display: none !important;
}
.product-detail .popup-product-info .badge-special {
  background-color: #cc2529;
  width: 80px;
  height: 80px;
  color: #ffffff;
  right: 10%;
  font-size: 1.7em;
  z-index: 3;
  position: absolute;
  border: 2px solid #FFF;
  -webkit-border-radius: 25%;
  -khtml-border-radius: 25%;
  -moz-border-radius: 25%;
  -ms-border-radius: 25%;
  -o-border-radius: 25%;
  border-radius: 25%;
  -webkit-box-shadow: 3px 0 0 rgba(80, 80, 80, 0.3);
  -khtml-box-shadow: 3px 0 0 rgba(80, 80, 80, 0.3);
  -moz-box-shadow: 3px 0 0 rgba(80, 80, 80, 0.3);
  -ms-box-shadow: 3px 0 0 rgba(80, 80, 80, 0.3);
  -o-box-shadow: 3px 0 0 rgba(80, 80, 80, 0.3);
  box-shadow: 3px 0 0 rgba(80, 80, 80, 0.3);
  /* Extra Small Devices, Phones */
  /* Small Devices, Tablets */
  /* Medium Devices, Desktops */
}
@media all and (max-width: 480px) {
  .product-detail .popup-product-info .badge-special {
    bottom: 0;
    right: 0;
    width: 60px;
    height: 60px;
    font-size: 1.3em;
  }
}
.product-detail .popup-product-info .badge-special .deal {
  top: 0px;
  font-weight: 700;
  padding: 0 0.5em;
  font-size: 0.9em;
  display: inline-block;
  text-transform: uppercase;
  letter-spacing: 0;
}
.product-detail .popup-product-info .badge-special .deal-txt {
  font-size: 0.7em;
  text-transform: capitalize;
  font-weight: 500;
}
.product-detail .popup-product-info .show-in-detail {
  display: block !important;
}
.product-detail .product-action-wrap {
  width: 20%;
  /* Extra Small Devices, Phones */
  /* Small Devices, Tablets */
  /* Medium Devices, Desktops */
}
@media all and (max-width: 768px) {
  .product-detail .product-action-wrap {
    width: 100%;
  }
}
.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: #e84e0f;
  text-transform: uppercase;
  font-size: 1.5em;
  margin-top: 0;
  border-bottom: 1px solid #eee;
  /* Extra Small Devices, Phones */
  /* Small Devices, Tablets */
  /* Medium Devices, Desktops */
}
@media all and (max-width: 768px) {
  .product-detail .popup-accordion .acc-content.product-preparation .h3.h3--title-sub-tab {
    font-size: 1.3em;
  }
}
.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: 0.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 all 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: 0;
  font-weight: 300;
  font-size: 1em;
  line-height: 1;
}
.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-ios-close {
  font-size: 2em;
  color: red;
}
.product-detail .popup-accordion .acc-content .table {
  font-size: 1em;
}
.product-detail .popup-accordion .acc-content .table th {
  font-size: 0.9em;
  color: #e84e0f;
}
.product-detail .popup-accordion .acc-content .table td {
  font-size: 0.8em;
}
.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: 0.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: #e84e0f;
  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: 0.8em;
  text-align: center;
  width: 25%;
  /* Extra Small Devices, Phones */
  /* Small Devices, Tablets */
  /* Medium Devices, Desktops */
}
@media all 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: #e84e0f;
  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 all and (max-width: 992px) {
  .product-detail .popup-accordion .accordion > li > h3 {
    height: 60px;
  }
}
@media all and (max-width: 768px) {
  .product-detail .popup-accordion .accordion > li > h3 {
    margin: 0;
    height: initial;
  }
}
.product-detail .popup-accordion .accordion > li > h3.active {
  color: #e84e0f;
}
.product-detail .popup-accordion .accordion > li > h3 i.fa {
  margin-right: 1em;
  font-size: 0.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: #e84e0f;
  color: #ffffff;
  font-size: 1em;
  max-width: 100%;
  padding: 0;
  overflow: hidden;
  font-family: "Montserrat", "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;
  top: -3px;
}
.product-detail.inlist .product-action-controls a {
  background-color: #e84e0f;
}
@media screen and (min-width: 1024px) {
  .product-detail.inlist .product-action-controls a:hover {
    background-color: rgb(184.0971659919, 61.8947368421, 11.9028340081);
  }
}
.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 .main-pic {
  height: 350px;
  min-height: 350px;
  line-height: 350px;
  width: 100%;
  position: relative;
}
.product-detail.product-page .stock-badge-detail {
  position: absolute;
  top: 20px;
  left: 20px;
  z-index: 10;
  /* Extra Small Devices, Phones */
  /* Small Devices, Tablets */
  /* Medium Devices, Desktops */
}
@media all and (max-width: 992px) {
  .product-detail.product-page .stock-badge-detail {
    left: 70px;
  }
}
.product-detail.product-page .stock-badge-detail img {
  height: 70px;
}
.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: #e84e0f;
  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: #e84e0f;
}

.price-container {
  clear: both;
  min-height: 45px;
  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 all 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;
  -webkit-flex-direction: column-reverse;
  -moz-flex-direction: column-reverse;
  -ms-flex-direction: column-reverse;
  flex-direction: column-reverse;
}

.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: 0.7em;
  width: 12.5%;
  height: 330px;
  border: none;
  /* Extra Small Devices, Phones */
  /* Small Devices, Tablets */
  /* Medium Devices, Desktops */
  /* Extra Small Devices, Phones */
  /* Small Devices, Tablets */
  /* Medium Devices, Desktops */
}
@media all and (max-width: 992px) {
  .related-products .product-list li {
    width: 50%;
  }
}
@media all 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: 0.875em;
  letter-spacing: 0;
  margin: 1em;
}

.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: #e84e0f;
  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 #e84e0f;
  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 all 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;
}

.top-ten-wrapper {
  border: 10px solid #e84e0f;
  overflow: hidden;
  padding: 0 1em;
  margin-top: 1em;
  border-radius: 3px;
}
.top-ten-wrapper .product-list li {
  width: 25%;
  height: 530px;
  padding: 3px;
  margin-bottom: 0;
  /* Extra Small Devices, Phones */
  /* Small Devices, Tablets */
  /* Medium Devices, Desktops */
}
@media all and (max-width: 768px) {
  .top-ten-wrapper .product-list li {
    width: 100%;
    height: auto;
    border: none;
  }
  .top-ten-wrapper .product-list li .product {
    padding-top: 1em;
    padding-bottom: 2em;
  }
}
.top-ten-wrapper .product-list li .btn.add {
  font-size: 1.225em;
}
.top-ten-wrapper .product-list li .product:hover {
  position: relative;
  top: auto;
  left: auto;
  height: 100%;
  padding: 0;
}
.top-ten-wrapper .product-list li .product h3 {
  font-size: 1.125em;
  color: #303030;
  line-height: 1.4;
  max-height: 2.5em;
  margin-bottom: 0.5em;
  height: 3em;
}
.top-ten-wrapper .product-list li .product-action-wrap, .top-ten-wrapper .product-list li .product-info {
  max-width: 80%;
}
.top-ten-wrapper .product-list li .product-favorites-action .to-favorites {
  line-height: 3em;
}
.top-ten-wrapper .product-list li .product-info {
  text-align: left;
  padding-bottom: 1em;
}
.top-ten-wrapper .product-list li .product-action-wrap .product-action-controls a, .top-ten-wrapper .product-list li .product-action-wrap .product-action-controls .product-quantity {
  height: 49px;
  line-height: 48px;
}

.zoom-image-wrap {
  height: 350px;
}

#zoomPanel {
  background-color: #fff;
  background-repeat: no-repeat;
  border: 1px solid #ccc;
  width: 100%;
  position: absolute;
  top: 0;
  left: 0;
  height: 400px;
  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;
}
#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: #e84e0f;
  -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: #e84e0f;
}
.product-favorites-action .favorites-tooltip {
  position: absolute;
  width: auto;
  right: 0;
  margin-left: -150px;
  top: -120%;
  z-index: 10;
  line-height: 1.1;
  padding: 1em;
  font-weight: 200;
  letter-spacing: 0.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 #e84e0f;
  margin: 1em 12px;
  padding: 2em 0;
}
.favorites .addAllToCartAction .ordinaTuttiBtn {
  width: auto;
  display: inline-block;
  margin: 0 auto;
  font-size: 1em;
}

.show-only-card-products {
  position: absolute;
  right: 15px;
  top: 50px;
  z-index: 2;
  color: #cc2529;
  padding: 2px;
  text-transform: uppercase;
  background-color: #ffffff;
  border-radius: 5px;
  padding: 2px 5px;
  border-top-left-radius: 0px;
  border-top-right-radius: 0px;
  /* Extra Small Devices, Phones */
  /* Small Devices, Tablets */
  /* Medium Devices, Desktops */
}
@media all and (max-width: 992px) {
  .show-only-card-products {
    left: 0;
    width: 20%;
  }
}
.show-only-card-products.picard_plus {
  top: 5px;
  left: 0;
  right: initial;
  padding: 3px 0.5em;
  font-size: 0.9em;
  background-color: #e84e0f;
  color: #ffffff;
  font-weight: bold;
  display: block;
  margin: 0;
  border-radius: 5px;
  /* Extra Small Devices, Phones */
  /* Small Devices, Tablets */
  /* Medium Devices, Desktops */
}
@media all and (max-width: 992px) {
  .show-only-card-products.picard_plus {
    padding: 0;
    font-size: 0.8em;
    width: 96px;
    top: initial;
    bottom: 50px;
  }
}
.show-only-card-products.special_discount {
  top: 166px;
  background-color: #003d90;
  padding: 0 5px;
  border: 1px solid #fff;
  box-shadow: 0 0 0px 2px #003d90;
}

.remodal {
  text-align: left;
  font-size: 0.875em;
  width: 100% !important;
  -webkit-border-radius: 10px;
  -khtml-border-radius: 10px;
  -moz-border-radius: 10px;
  -ms-border-radius: 10px;
  -o-border-radius: 10px;
  border-radius: 10px;
  max-width: 500px;
  padding: 0;
  overflow: hidden;
  /*BOD*/
  /*h3 {
      font-size: .775em;
      margin-top: 2em;
  }*/
}
.remodal .content {
  padding: 0 3em 2em;
}
.remodal .row {
  box-sizing: border-box !important;
  display: -webkit-box !important;
  display: -ms-flexbox !important;
  display: flex !important;
}
.remodal .btn.confirm {
  background-color: #4caf50;
  padding: 0.775em 0;
}
.remodal h2 {
  font-size: 1.5em;
  line-height: 1;
  font-weight: 300;
  background-color: #e84e0f;
  color: #fff;
  padding: 15px;
  text-align: center;
  text-transform: uppercase;
  margin: 0 !important;
  width: 100%;
}
.remodal h3 {
  color: #e84e0f;
  margin: 0 0 1em;
  padding: 0;
  font-size: 1em;
  line-height: 1;
  font-weight: 300;
}
.remodal .info-payback {
  font-size: 11px;
}
.remodal .info-payback img {
  float: left;
  max-width: 90px;
  margin: 0 5px 0 0;
}
.remodal.cartmodal {
  max-width: 95%;
  max-height: 100%;
  min-height: 30%;
}
.remodal.cartmodal.h3--title-cart {
  color: white;
  margin: 0.8rem;
}
.remodal.renewprivacy {
  max-width: 60vw;
  /* Extra Small Devices, Phones */
  /* Small Devices, Tablets */
  /* Medium Devices, Desktops */
}
@media all and (max-width: 992px) {
  .remodal.renewprivacy {
    max-width: 95vw;
  }
}
.remodal.renewprivacy header {
  background-color: #e84e0f;
  border-bottom: 2px solid #e84e0f;
}
.remodal.renewprivacy label {
  display: flex !important;
  padding: 15px 0 !important;
  font-size: 0.9em !important;
  font-weight: initial !important;
  /* Extra Small Devices, Phones */
  /* Small Devices, Tablets */
  /* Medium Devices, Desktops */
}
@media all and (max-width: 992px) {
  .remodal.renewprivacy label {
    flex-direction: column !important;
  }
}
.remodal.renewprivacy input {
  /* Extra Small Devices, Phones */
  /* Small Devices, Tablets */
  /* Medium Devices, Desktops */
}
@media all and (max-width: 992px) {
  .remodal.renewprivacy input {
    margin: 10px 0;
  }
}
.remodal.renewprivacy img {
  height: 50px;
  padding: 10px;
  width: 100%;
}
.remodal.renewprivacy .renewprivacy-middle {
  padding: 15px;
}
.remodal.alertInfoPromo .popup-alert-info {
  text-align: center;
  padding: 1em;
}
.remodal.alertInfoPromo .popup-alert-info .remodal-confirm {
  margin: 1em auto 0;
  width: 50%;
}
.remodal.storeAutocomplete p {
  padding: 10px 1em;
  font-size: 1.1em;
}
.remodal.storeAutocomplete #storeAutocompleteItem .storeListItem span {
  display: flex;
  flex-direction: column;
  font-size: 1.1em;
}
.remodal.storeAutocomplete #storeAutocompleteItem .storeListItem span a {
  width: 100%;
  padding: 0.5em 1em;
  border-bottom: 1px solid #ccc;
  cursor: pointer;
  color: #303030;
}
.remodal.storeAutocomplete #storeAutocompleteItem .storeListItem span a:hover {
  background-color: rgba(232, 78, 15, 0.4);
}
.remodal.ChangeServicePopup {
  max-width: 600px;
}
.remodal.ChangeServicePopup p {
  margin-bottom: 1.5em;
  padding: 1em;
}
.remodal.MergeCartPopup {
  max-width: 600px;
}
.remodal.MergeCartPopup .btn {
  margin-top: 1em;
}
.remodal.login p.special {
  color: #e84e0f;
  font-weight: 600;
}
.remodal.login footer a {
  color: #4caf50;
  text-decoration: none;
  font-weight: 700;
  font-size: 1.225em;
}
.remodal.registrati {
  max-width: 600px;
}
.remodal.registrati .special {
  color: #e84e0f;
  font-weight: 600;
}
.remodal.registrati footer a {
  color: #4caf50;
  text-decoration: none;
  font-weight: 700;
  font-size: 1.225em;
}
.remodal.contactForm {
  text-align: left;
  font-size: 0.875em;
}
.remodal.contactForm .container {
  padding: 20px;
}
.remodal.contactForm .message-feedback .success {
  display: block;
  color: #4caf50;
  font-size: 1.5em;
  font-weight: 700;
  padding: 1em;
  text-align: center;
}
.remodal.contactForm label {
  font-size: 12px;
  font-weight: 600;
  margin: 0;
  padding: 0 0 0.2em;
}
.remodal.contactForm label.error {
  margin-bottom: 1em;
}
.remodal.contactForm label b {
  color: #cc2529;
}
.remodal.contactForm input, .remodal.contactForm textarea {
  font-size: 1em;
  margin: 0 0 1em;
}
.remodal.contactForm input.error, .remodal.contactForm textarea.error {
  margin-bottom: 0 !important;
  border: 1px solid #cc2529;
}
.remodal.service-map {
  font-size: 1em;
  max-width: 80%;
  /* Extra Small Devices, Phones */
  /* Small Devices, Tablets */
  /* Medium Devices, Desktops */
}
@media all and (max-width: 768px) {
  .remodal.service-map {
    max-width: 100%;
  }
}
.remodal.service-map .select-service {
  overflow: hidden;
  padding: 1em;
}
.remodal.service-map .map-list {
  margin: 0;
}
.remodal a {
  color: #303030;
  font-weight: 600;
}
.remodal .wrap {
  padding: 0 1em;
}
.remodal .remodal-close {
  left: auto;
  right: 0;
}
.remodal .remodal-close:before {
  color: #fff;
  z-index: 99999;
}
.remodal .arrow-privacy {
  display: inline-block;
  font-size: 1.5em;
}
.remodal .time-pre {
  display: block;
  text-align: center;
  padding: 1em 0 0;
  border: 1px solid #ccc;
  border-width: 1px 0 0;
  margin: 2em 0;
  font-size: 0.875em;
}
.remodal .time-pre span {
  display: inline-block;
}
.remodal .time-pre span.time {
  font-size: 1em;
  color: #e84e0f;
}
.remodal .close-icon {
  position: relative;
  top: 1em;
  right: 1em;
}
.remodal p {
  margin: 0 0 0.5em;
}
.remodal.ConfirmationMergeCartPopup .container {
  margin: 0.5em;
}
.remodal.ConfirmationMergeCartPopup .container p {
  padding: 0 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: #e84e0f;
  background-color: #e84e0f;
}
.remodal.MergeCartPopup p {
  padding: 0 1em;
}
.remodal header {
  font-size: 1em;
}
.remodal .login-problem {
  padding: 2em;
  text-align: center;
  font-size: 0.875em;
  font-family: "Montserrat", "Open Sans", sans-serif;
}
.remodal footer {
  text-align: center;
  padding: 2em 0;
  font-size: 0.775em;
  font-family: "Montserrat", "Open Sans", sans-serif;
  border-top: 1px solid #dddddd;
  margin-bottom: -1em;
}
.remodal footer a {
  /* Extra Small Devices, Phones */
  /* Small Devices, Tablets */
  /* Medium Devices, Desktops */
}
.remodal footer a.red {
  color: #cc2529;
  font-weight: bold;
}
@media all and (max-width: 768px) {
  .remodal footer a {
    font-weight: 700;
    letter-spacing: 1px;
    font-size: 1.3em;
  }
}
.remodal p.special {
  color: #000;
  line-height: 1.5;
}
.remodal.registration {
  max-width: 100%;
}
.remodal.timeslots {
  max-width: 768px;
}
.remodal.timeslots .selectTimeTabs {
  max-width: 100%;
  font-size: 1.225em;
}
.remodal.timeslots .selectTimeTabs .selectTab__content b {
  display: none;
}
.remodal.timeslots .selectTimeTabs .selectTimeTabs__tab {
  margin-top: 1em;
}
.remodal.timeslots h3 {
  text-align: center;
  margin: 0;
}
.remodal.timeslots .select-time li a {
  cursor: default;
  font-family: "Montserrat", "Open Sans", sans-serif;
}
.remodal.timeslots .special .btn {
  display: inline-block;
  color: #fff !important;
  text-indent: 0;
  height: auto;
  width: auto;
  margin: 0 auto;
  background-image: none;
  float: none;
  text-transform: inherit;
  font-size: 1em;
}
.remodal.timeslots div.special {
  padding-top: 1em;
  text-align: center;
}
.remodal .slots {
  /* Extra Small Devices, Phones */
  /* Small Devices, Tablets */
  /* Medium Devices, Desktops */
}
@media all and (max-width: 768px) {
  .remodal .slots {
    margin-left: -2em;
    margin-right: -2em;
  }
}
.remodal.merge-cart {
  text-align: center;
  min-height: 250px;
}
.remodal .header--centerText, .remodal .header--leftText {
  vertical-align: middle;
}
.remodal .header--centerText h2, .remodal .header--leftText h2 {
  font-size: 1.225em;
  text-align: center;
  margin-bottom: 1em;
}
.remodal .header--centerText p.red, .remodal .header--leftText p.red {
  color: #cc2529;
  text-align: center;
  font-weight: 600;
  font-size: 0.875em;
}
.remodal .header--centerText p.red strong, .remodal .header--leftText p.red strong {
  font-size: 1.5em;
  font-weight: 800;
}
.remodal .header--leftText h2 {
  text-align: left;
}
.remodal .btn.inline {
  background-color: #cc2529;
  display: inline-block;
  float: right;
  width: auto;
}
.remodal .or-lined {
  border-bottom: 1px solid #ccc;
  display: block;
  width: 100%;
  margin: 2em 0 1.5em;
  height: 0;
  text-align: center;
}
.remodal .or-lined span {
  position: relative;
  top: -10px;
  display: inline-block;
  background: #ffffff;
  padding: 0 1em;
}
.remodal .required-label {
  color: #e84e0f;
  font-weight: 300;
  font-size: 0.775em;
  text-align: right;
  line-height: 2;
}
.remodal .row label {
  display: block;
  font-size: 0.675em;
  padding: 0;
  font-weight: 300;
  line-height: 1.5;
  letter-spacing: -0.03em;
  margin: 0;
}
.remodal .row label.error {
  color: #cc2529;
  padding-top: 0;
  white-space: normal !important;
  margin: -10px 0 1em;
  clear: both;
}
.remodal .row label#fidelityCardNumber-error.error {
  margin: 1px 0 1em;
}
.remodal .error-message {
  font-size: 1.225em;
}
.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: 0.3s ease-in-out;
  -moz-transition: 0.3s ease-in-out;
  -o-transition: 0.3s ease-in-out;
  transition: 0.3s ease-in-out;
}
.remodal .sliding-wrapper .sliding-panel .sliding-panel-content .content {
  padding: 20px;
  /* Extra Small Devices, Phones */
  /* Small Devices, Tablets */
  /* Medium Devices, Desktops */
}
@media all and (max-width: 480px) {
  .remodal .sliding-wrapper .sliding-panel .sliding-panel-content .content {
    padding: 0;
  }
}
.remodal .sliding-wrapper .sliding-panel .sliding-panel-content .content label {
  font-size: 1em;
}
.remodal .sliding-wrapper .sliding-panel .sliding-panel-content footer {
  margin: 0;
}
.remodal .sliding-wrapper #sliding-panel-1 {
  max-width: 960px;
  padding: 20px;
}
.remodal .sliding-wrapper footer {
  padding: 10px;
  margin: 0;
  border: 0;
}

#password-recovery .sliding-panel-content {
  border-top-left-radius: 5px;
  border-bottom-right-radius: 5px;
}
#password-recovery .sliding-panel-content header .sliding-move {
  position: absolute;
  color: white;
  padding: 10px;
}
#password-recovery .sliding-panel-content header p {
  padding: 20px;
  padding-bottom: 0;
  padding-top: 10px;
}

.login .status-message.error {
  color: red;
  font-weight: bold;
  padding: 0.5em;
  border: 1px solid red;
  text-align: center;
  border-width: 2px 0;
  margin-top: 0.5em;
}
.login .forgot-password {
  width: 100%;
  font-size: 0.875em;
  padding: 1em 0 0;
  text-align: center;
}
.login .confirm-wrap {
  float: right;
  width: 35%;
}

.fb {
  background: #47639e;
  display: block;
  width: 100%;
  color: #fff;
  border: none;
  text-transform: uppercase;
  font-size: 1em;
  padding: 1.225em;
  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;
  -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;
}
.fb .fa {
  float: left;
  font-size: 1.5em;
  margin: 0;
  position: absolute;
  left: 1em;
  top: 0.6em;
}
@media screen and (max-width: 768px) {
  .fb {
    padding: 1em;
    font-size: 1em;
  }
  .fb .fa {
    display: none;
  }
}

hr {
  border: none;
  border-bottom: 1px solid #ccc;
  height: 0;
  margin: 2em 0;
}

.helpPopup {
  text-align: left;
  max-width: 600px;
  font-family: "Montserrat", "Open Sans", sans-serif;
}
.helpPopup__title {
  font-size: 3em;
  color: #e84e0f;
}
.helpPopup p {
  font-size: 0.775em;
  line-height: 1.3;
  color: #878787;
}
.helpPopup strong, .helpPopup a {
  font-weight: 700;
  color: #e84e0f;
  text-decoration: none;
}
.helpPopup__desc {
  font-weight: 500;
  font-size: 1em !important;
  color: #505050 !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: #e84e0f;
  min-width: 1.5em;
}
@media all and (max-width: 768px) {
  .helpPopup__block {
    width: 100% !important;
    font-size: 0.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: #e84e0f;
}
.helpPopup__value {
  color: #505050 !important;
  font-weight: 700;
  font-size: 0.9em;
}
.helpPopup__value--size-bigger {
  font-size: 1.3em;
}
.helpPopup__subtitle {
  border-bottom: 1px solid #dddddd;
  font-size: 0.9em;
  font-weight: 700;
  padding-bottom: 0.5em;
  margin-bottom: 0.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: #e84e0f;
}
.tooltip__bubble {
  position: absolute;
  width: 300px;
  right: -100%;
  top: 100%;
  z-index: 10;
  line-height: 1.2;
  padding: 1em;
  margin: 0.5em 0 1em;
  font-weight: 400;
  letter-spacing: 0.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: 0.5em 0 1em;
  font-weight: 400;
  letter-spacing: 0.03em;
  font-size: 12px;
  background: #e84e0f;
  -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 #e84e0f;
}
.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: 0.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: 10px;
  margin-top: 5px;
  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: 0.875em;
  padding: 1em 1em;
  margin: 0.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: "Montserrat", "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: "Montserrat", "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: "Montserrat", "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: "Montserrat", "Open Sans", sans-serif;
}

.green-area {
  background-color: #d0ffeb;
  margin-left: -3em;
  margin-right: -3em;
  padding: 0.7em 3em;
  margin-top: 1em;
  margin-bottom: 2em;
  font-family: "Montserrat", "Open Sans", sans-serif;
}
.green-area h3 {
  font-size: 0.775em;
  text-transform: uppercase;
  font-weight: 600;
  margin: 0.7em 0 1em;
}
.green-area ul {
  list-style: none;
  margin: 0;
  padding: 0;
  font-size: 0.775em;
}
.green-area ul li {
  margin: 0.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 fieldset, #loginForm fieldset, #passwordLostForm fieldset {
  padding: 20px;
}
#registerForm fieldset label, #loginForm fieldset label, #passwordLostForm fieldset label {
  font-size: 0.8em;
}
#registerForm .confirm-wrap, #loginForm .confirm-wrap, #passwordLostForm .confirm-wrap {
  padding: 0 20px;
}
#registerForm .confirm-wrap button, #loginForm .confirm-wrap button, #passwordLostForm .confirm-wrap button {
  margin-top: 0;
}
#registerForm #slidePrivacy, #registerForm #slideFinal, #loginForm #slidePrivacy, #loginForm #slideFinal, #passwordLostForm #slidePrivacy, #passwordLostForm #slideFinal {
  display: none;
}
#registerForm input, #loginForm input, #passwordLostForm input {
  font-size: 12px;
  width: 100%;
  padding: 10px;
  border-radius: 3px;
  border: 1px solid #ccc;
  margin-bottom: 1em;
}
#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;
}

.align-vertical-center {
  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;
}
.align-vertical-center hr {
  margin: 0;
}

.popup.registration {
  /* Extra Small Devices, Phones */
  /* Small Devices, Tablets */
  /* Medium Devices, Desktops */
}
@media all and (max-width: 992px) {
  .popup.registration div[class*=col-] {
    flex-direction: column;
  }
}

#collect-shopping .message-panel {
  margin-top: 20px;
  padding: 15px;
  background-color: #a5ceeb;
  border-top: solid 4px #e84e0f;
  border-radius: 5px;
  max-width: 960px;
  margin: 1em auto;
}
#collect-shopping .message-panel h3 {
  text-align: -webkit-center;
}
#collect-shopping .message-panel p {
  font-size: 0.8em;
}
#collect-shopping .select-time-container {
  width: 430px;
  /* Extra Small Devices, Phones */
  /* Small Devices, Tablets */
  /* Medium Devices, Desktops */
}
@media all and (max-width: 768px) {
  #collect-shopping .select-time-container {
    width: 100%;
  }
}
#collect-shopping .select-time-container .select-time {
  width: 100% !important;
}
#collect-shopping .select-time-container .select-time li {
  width: 370px;
  /* Extra Small Devices, Phones */
  /* Small Devices, Tablets */
  /* Medium Devices, Desktops */
  /* a {
      padding: 5px 10px; 
  }*/
}
@media all and (max-width: 480px) {
  #collect-shopping .select-time-container .select-time li {
    width: 250px;
  }
}
#collect-shopping .time-pre {
  position: relative;
}
#collect-shopping .time-pre .time::before {
  content: "\f3b3";
  font-family: "Ionicons";
  position: absolute;
  bottom: 0px;
  display: none;
}
#collect-shopping .info-text {
  text-align: center;
  font-weight: 700;
  font-size: 1.225em;
  padding: 2em 0 0;
  color: #e84e0f;
}
#collect-shopping .info-text b {
  font-weight: 800;
}
#collect-shopping a.back-shop {
  font-size: 0.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: #ffffff;
  position: relative;
  text-align: center;
}
#collect-shopping .steps-status > li span {
  display: block;
  font-size: 15px;
  position: absolute;
  text-align: center;
  width: 100%;
  color: #505050;
  z-index: 11;
  bottom: 0;
  background-color: #ffffff;
}
#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;
  bottom: initial;
  z-index: 10;
}
#collect-shopping .steps-status > li.current span {
  font-size: 18px;
  color: #ffffff;
  background: transparent;
  bottom: inherit;
  top: 2px;
}
#collect-shopping .steps-status > li.done, #collect-shopping .steps-status > li.done:before, #collect-shopping .steps-status > li.current {
  background: #e84e0f;
  color: #ffffff;
}
#collect-shopping .steps-status > li.done span {
  background: transparent;
  color: #ffffff;
}
@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: 0.5em 2em 2em;
  position: relative;
}
#collect-shopping .steps .step .alert {
  text-align: center;
}
#collect-shopping .steps .step .left-side-flex {
  -webkit-justify-content: center;
  -moz-justify-content: center;
  -ms-justify-content: center;
  justify-content: center;
  -ms-flex-pack: center;
}
@media screen and (max-width: 768px) {
  #collect-shopping .steps .step {
    padding: 0;
    font-size: 0.7em;
  }
}
#collect-shopping .steps .step > h3 {
  font-size: 0.875em;
  color: #dddddd;
  text-align: center;
  text-transform: uppercase;
  letter-spacing: 0.33em;
  border-bottom: 1px solid #dddddd;
  padding-bottom: 2em;
}
#collect-shopping .steps .step .block > h2 {
  text-align: center;
  font-size: 1.5em;
  margin: 0;
  font-weight: normal;
  color: #585858;
  margin-bottom: 0;
}
#collect-shopping .steps .step .block > h2 strong {
  color: #e84e0f;
}
@media screen and (max-width: 768px) {
  #collect-shopping .steps .step .block > h2 {
    font-size: 1.5em;
    line-height: 1;
  }
}
#collect-shopping .steps .step .block > p {
  text-align: center;
  margin: 0;
}
#collect-shopping .steps .step.active {
  display: block;
}
#collect-shopping .select-day {
  display: block;
  width: 100%;
  text-align: center;
  padding: 0 0 1em;
  /* Extra Small Devices, Phones */
  /* Small Devices, Tablets */
  /* Medium Devices, Desktops */
}
@media all and (max-width: 768px) {
  #collect-shopping .select-day {
    margin-top: 10px;
  }
  #collect-shopping .select-day .radio-nice {
    font-size: 1.7em !important;
  }
}
#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;
  -webkit-border-radius: 5px;
  -khtml-border-radius: 5px;
  -moz-border-radius: 5px;
  -ms-border-radius: 5px;
  -o-border-radius: 5px;
  border-radius: 5px;
  color: #4caf50;
  border: 2px solid #4caf50;
  cursor: pointer;
  padding: 1em 0;
  position: relative;
}
@media screen and (max-width: 768px) {
  #collect-shopping .select-day label {
    display: block;
    width: 100%;
    margin: 0 0 1em;
    font-size: 0.875em;
    max-width: 100%;
  }
}
#collect-shopping .select-day label input {
  position: absolute;
  left: 0;
  width: auto;
  visibility: hidden;
  opacity: 0;
}
#collect-shopping .select-day label .fa {
  display: none;
}
#collect-shopping .select-day label.selected {
  background: #4caf50;
  color: #ffffff;
}
#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 all and (max-width: 768px) {
  #collect-shopping .select-day label.disabled {
    margin-bottom: 2em;
  }
}
#collect-shopping .select-day label.disabled .detail-disabled {
  display: block;
  font-family: "Montserrat", "Open Sans", sans-serif;
  font-weight: normal;
  color: #505050;
  text-align: center;
  width: 100%;
  line-height: 1;
  text-transform: uppercase;
  letter-spacing: 1px;
  font-size: 9px;
  position: absolute;
  bottom: -1.8em;
  /* Extra Small Devices, Phones */
  /* Small Devices, Tablets */
  /* Medium Devices, Desktops */
}
@media all and (max-width: 768px) {
  #collect-shopping .select-day label.disabled .detail-disabled {
    font-size: 7px;
    bottom: -2.8em;
  }
}
#collect-shopping .footer {
  text-align: center;
  padding: 1em 0;
  background: none;
  border-top: 1px solid #eee;
  /* 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: -3em;
  font-weight: 300;
}
@media screen and (max-width: 768px) {
  #collect-shopping .footer .btn, #collect-shopping .footer a {
    margin-left: -4em;
  }
}
#collect-shopping .footer .btn {
  margin-right: -10em;
  background-color: #4caf50;
  -webkit-transition: all 0.2s;
  -khtml-transition: all 0.2s;
  -moz-transition: all 0.2s;
  -ms-transition: all 0.2s;
  -o-transition: all 0.2s;
  transition: all 0.2s;
}
#collect-shopping .footer .btn.nomargin {
  margin-right: 0;
  margin-left: 0;
}
#collect-shopping .footer .btn:hover {
  -webkit-box-shadow: 2px 4px 3px rgba(0, 0, 0, 0.3);
  -khtml-box-shadow: 2px 4px 3px rgba(0, 0, 0, 0.3);
  -moz-box-shadow: 2px 4px 3px rgba(0, 0, 0, 0.3);
  -ms-box-shadow: 2px 4px 3px rgba(0, 0, 0, 0.3);
  -o-box-shadow: 2px 4px 3px rgba(0, 0, 0, 0.3);
  box-shadow: 2px 4px 3px rgba(0, 0, 0, 0.3);
}
#collect-shopping .footer .btn .fa {
  position: relative;
  top: -4px;
}
#collect-shopping .footer .back-shop {
  -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;
  font-size: 1.2em;
}
#collect-shopping .footer .back-shop:hover {
  color: red;
  -webkit-transition: all 0.2s;
  -khtml-transition: all 0.2s;
  -moz-transition: all 0.2s;
  -ms-transition: all 0.2s;
  -o-transition: all 0.2s;
  transition: all 0.2s;
}
@media all and (max-width: 768px) {
  #collect-shopping .footer {
    font-size: 1.3em;
  }
}
#collect-shopping .address {
  max-width: 960px;
  margin: 4em auto 2em;
}
#collect-shopping .address .selectric-wrapper {
  margin: 0;
}
#collect-shopping .address label b {
  color: #e84e0f;
  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: 0.3em 0;
}
#collect-shopping .address label {
  display: block;
  margin-bottom: 0.2em;
  font-size: 0.8em;
  color: #505050;
  font-weight: 600;
  line-height: 1.5;
}
#collect-shopping .address label.error {
  color: #cc2529;
}
#collect-shopping .address input {
  width: 100%;
  font-size: 0.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;
}
#collect-shopping .address .selectric {
  margin-top: 0;
}
#collect-shopping .address .selectric .label {
  height: 37px;
  line-height: 37px;
  text-align: left !important;
}
#collect-shopping .address .selectric .button {
  height: 37px;
}
#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-bottom: 1px solid #ccc;
  border-width: 1px 0;
  text-align: center;
}
#collect-shopping .address .radio-payments .label {
  display: block;
  margin-bottom: 1em;
  font-size: 1em;
  color: #505050;
  font-weight: 600;
  line-height: 1.5;
}
#collect-shopping .address .radio-payments .item-list {
  width: 100%;
  justify-content: center;
}
#collect-shopping .address .radio-payments .radio-item {
  display: inline-block;
  vertical-align: middle;
  margin: 0.5em 10px;
  width: 29%;
  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: 0.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;
  margin: 1em auto;
}
#collect-shopping h2 {
  text-align: center;
  font-size: 1.5em;
  margin: 0;
  color: #e84e0f;
  margin-bottom: 0;
}
#collect-shopping .sms-request {
  text-align: center;
  padding: 1.2em 1em;
  border-bottom: 1px solid #ccc;
}
#collect-shopping .sms-request input {
  margin: 0 auto;
  max-width: 300px;
  text-align: center;
  float: none;
}
#collect-shopping .required-label {
  color: #e84e0f;
  font-weight: bold;
  font-size: 0.675em;
  text-align: left;
  padding: 0 0 1em;
}
#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 all 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: 100px;
  height: 50px;
  margin: 5px 20px;
}
#collect-shopping .checkout-end .title {
  display: block;
  text-transform: uppercase;
  font-size: 0.7em;
  font-weight: 600;
  letter-spacing: 1px;
  color: #e84e0f;
  /* Extra Small Devices, Phones */
  /* Small Devices, Tablets */
  /* Medium Devices, Desktops */
}
@media all and (max-width: 768px) {
  #collect-shopping .checkout-end .title {
    display: block;
  }
}
#collect-shopping .checkout-end .value {
  display: block;
  font-size: 0.8em;
  color: #505050;
  /* Extra Small Devices, Phones */
  /* Small Devices, Tablets */
  /* Medium Devices, Desktops */
}
@media all and (max-width: 768px) {
  #collect-shopping .checkout-end .value {
    display: block;
  }
}
#collect-shopping .checkout-end-info {
  padding-top: 20px;
  -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 #e84e0f;
  -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: 0.5em;
  /* Extra Small Devices, Phones */
  /* Small Devices, Tablets */
  /* Medium Devices, Desktops */
  /* Extra Small Devices, Phones */
  /* Small Devices, Tablets */
  /* Medium Devices, Desktops */
}
@media all and (max-width: 768px) {
  #collect-shopping .checkout-end-info .hide--mobile {
    display: none;
  }
}
@media all 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 .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 all 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 all 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 {
  height: 60px;
  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 all 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 all 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 all 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: lightgoldenrodyellow;
  width: 90%;
  font-size: 0.9em;
  resize: none;
  /* Extra Small Devices, Phones */
  /* Small Devices, Tablets */
  /* Medium Devices, Desktops */
  padding-top: 10px;
  font-family: "Montserrat", "Open Sans", sans-serif;
  font-style: italic;
}
@media all 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 all 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 all 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: #e84e0f;
  /* Extra Small Devices, Phones */
  /* Small Devices, Tablets */
  /* Medium Devices, Desktops */
}
@media all 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: 0.9em;
  }
}
#collect-shopping .checkout-end-info .checkout-end-info__label div h3 {
  font-size: 1em;
  color: #303030;
  /* Extra Small Devices, Phones */
  /* Small Devices, Tablets */
  /* Medium Devices, Desktops */
  /* Extra Small Devices, Phones */
  /* Small Devices, Tablets */
  /* Medium Devices, Desktops */
}
@media all and (max-width: 768px) {
  #collect-shopping .checkout-end-info .checkout-end-info__label div h3 {
    font-size: 0.9em;
  }
}
@media all and (max-width: 480px) {
  #collect-shopping .checkout-end-info .checkout-end-info__label div h3 {
    font-size: 0.8em;
  }
}
#collect-shopping .checkout-end-info .checkout-end-info__label div span {
  text-align: right;
}
#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 all 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 all 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 all 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__alert {
  padding: 20px;
}
#collect-shopping .checkout-end-info .checkout-end-info__alert .alert {
  width: 100%;
  text-align: left;
  /* Extra Small Devices, Phones */
  /* Small Devices, Tablets */
  /* Medium Devices, Desktops */
  /* Extra Small Devices, Phones */
  /* Small Devices, Tablets */
  /* Medium Devices, Desktops */
}
@media all and (max-width: 992px) {
  #collect-shopping .checkout-end-info .checkout-end-info__alert .alert {
    display: block;
    text-align: center;
    font-size: 1em;
  }
}
@media all and (max-width: 768px) {
  #collect-shopping .checkout-end-info .checkout-end-info__alert .alert {
    font-size: 1.2em;
  }
}
#collect-shopping .checkout-end-info .checkout-end-info__alert .alert img {
  width: 10%;
  /* Extra Small Devices, Phones */
  /* Small Devices, Tablets */
  /* Medium Devices, Desktops */
  /* Extra Small Devices, Phones */
  /* Small Devices, Tablets */
  /* Medium Devices, Desktops */
}
@media all and (max-width: 992px) {
  #collect-shopping .checkout-end-info .checkout-end-info__alert .alert img {
    width: 30%;
  }
}
@media all and (max-width: 768px) {
  #collect-shopping .checkout-end-info .checkout-end-info__alert .alert img {
    width: 50%;
  }
}
#collect-shopping .payment-box {
  box-shadow: 0px 5px 17px -2px #ccc;
  border: 1px solid #e2e2e2;
  border-radius: 2px;
  margin: 1em 0;
  padding: 0.5em;
}
#collect-shopping .payment-box .btn {
  background-color: #4caf50 !important;
}
#collect-shopping .payment-box .payment-title {
  text-align: center;
}
#collect-shopping .payment-box .checkoutPaymentCard {
  max-width: 30%;
}
#collect-shopping .paymentBuoniChiaro {
  width: 100%;
}
#collect-shopping .button--primary {
  width: 100%;
  padding: 1em;
  text-align: center;
  margin: 0 auto;
  background-color: #e84e0f;
  text-decoration: none;
}
#collect-shopping .button--primary h2 {
  font-weight: 600;
  color: #ffffff;
}
#collect-shopping .button--primary:hover h2 {
  font-weight: 700;
}
#collect-shopping .checkout-end-infos {
  padding: 1em 2em 0;
}
#collect-shopping .checkout-end-infos.with-delivery {
  padding: 0.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 0.5em;
  background-color: #f8f8f8;
  text-align: right;
  min-height: 340px;
}
#collect-shopping .checkout-end-totals .big-total {
  display: block;
  border-top: 2px dotted #ccc;
  padding-top: 1.5em;
  margin-top: 1.5em;
}
#collect-shopping .checkout-end-totals .big-total .label {
  color: #e84e0f;
  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: #e84e0f !important;
}
#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: "Montserrat", "Open Sans", sans-serif;
}
#collect-shopping .checkout-end-totals .line {
  overflow: hidden;
  text-align: right;
  margin: 0 0 0.5em;
  font-size: 0.875em;
}
#collect-shopping .checkout-end-totals .line.product-in-cart {
  font-size: 0.775em;
  border-bottom: 3px 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.product-in-cart .value {
  font-size: 1.3em;
}
#collect-shopping .checkout-end-totals .line .small {
  text-align: left;
  font-size: 0.8em;
  font-style: italic;
  text-indent: 3px;
  color: #585858;
}
#collect-shopping .checkout-end-totals .line .small a {
  color: #585858;
}
#collect-shopping .checkout-end-totals .line .small.small--plus {
  color: #e84e0f;
  font-size: 0.9em;
}
#collect-shopping .checkout-end-totals .line .label {
  display: inline-block !important;
  float: left;
  font-weight: 600;
}
#collect-shopping .checkout-end-totals .line .label.label--ghost {
  color: transparent;
}
#collect-shopping .checkout-end-totals .line .value {
  display: inline-block;
  /*for big price*/
}
#collect-shopping .checkout-end-totals .line .value.value--line-through {
  text-decoration: line-through;
  color: red;
}
#collect-shopping .checkout-end-totals .line .value .card-image {
  width: 10%;
  cursor: pointer;
}
#collect-shopping .checkout-end-totals .line .value.blurPrice {
  display: none;
}
#collect-shopping .checkout-end-totals .line .value .value--blur {
  color: transparent;
  font-weight: 700;
  text-shadow: 0 0 15px rgba(0, 0, 0, 0.5);
  position: relative;
}
#collect-shopping .checkout-end-totals .line .value .value--blur::after {
  content: "RICHIEDI Fidelity Card";
  background-color: #e84e0f;
  width: 80%;
  letter-spacing: 0;
  padding: 4px;
  margin-top: 15px;
  height: 35px;
  position: absolute;
  left: 10px;
  -webkit-border-radius: 5px;
  -khtml-border-radius: 5px;
  -moz-border-radius: 5px;
  -ms-border-radius: 5px;
  -o-border-radius: 5px;
  border-radius: 5px;
  color: #fff;
  font-size: 0.3em;
  font-weight: 300;
  text-align: center;
}
#collect-shopping .checkout-end-totals .line .value.value--blur {
  color: transparent;
  font-size: 1.2em;
  font-weight: 500;
  text-shadow: 0 0 5px rgba(0, 0, 0, 0.5);
}
#collect-shopping .checkout-end-totals .line .value.value--blur::after {
  display: none;
}
#collect-shopping .checkout-end-totals .line .value .card-image-tooltip {
  position: absolute;
  width: auto;
  top: 88%;
  right: 15%;
  z-index: 10;
  line-height: 1.1;
  padding: 1em;
  font-weight: 200;
  letter-spacing: 0.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;
}
#collect-shopping .checkout-end-totals .line .value .card-image-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;
}
#collect-shopping .checkout-end-totals .line .value:hover .card-image-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;
}

#requestFidelityCardCodeForm label.error {
  display: block;
}

.pay-page {
  padding: 20px;
}
.pay-page h2 {
  background-color: white;
  color: #e84e0f;
  border-bottom: solid 1px #ccc;
  padding-top: 0;
}
.pay-page hr {
  margin: 1em 0;
}
.pay-page .credit-cards {
  background-color: #e84e0f;
  padding: 10px;
  border-radius: 5px;
  color: white;
  text-align: center;
}
.pay-page .credit-cards .credit-card-item {
  text-decoration: none;
}
.pay-page .credit-cards .add-card-label {
  color: white;
  text-transform: uppercase;
  font-size: 1.2rem;
}
.pay-page .recap {
  margin: 0;
  justify-content: space-around;
  margin-top: 10px;
}
.pay-page .recap label {
  font-size: 1rem;
  font-weight: bold;
}

/* Chrome, Safari, Edge, Opera */
input::-webkit-outer-spin-button,
input::-webkit-inner-spin-button {
  -webkit-appearance: none;
  margin: 0;
}

/* Firefox */
input[type=number] {
  -moz-appearance: textfield;
}

.radio-payments {
  padding: 1.2em 0 1em;
  margin: 1em 0 0;
  border-bottom: 1px solid #ccc;
  border-width: 1px 0;
  text-align: center;
}
.radio-payments .label {
  display: block;
  margin-bottom: 1em;
  font-size: 1em;
  color: #505050;
  font-weight: 600;
  line-height: 1.5;
}
.radio-payments .hot {
  color: #e84e0f;
}
.radio-payments h3 {
  margin: 0;
}
.radio-payments .radio-item {
  display: inline-block;
  vertical-align: middle;
  margin: 0.5em 1em;
  line-height: 1;
}
.radio-payments input[type=radio] {
  width: auto;
  float: none;
  display: inline;
}
.radio-payments label {
  display: inline-block;
  margin: 0;
  line-height: 2;
  vertical-align: middle;
}
.radio-payments img {
  vertical-align: middle;
  width: auto;
  height: 25px;
  margin-left: 1em;
}

.invoice-information {
  max-width: 768px;
}
.invoice-information .fattura {
  font-size: 0.8em !important;
  margin: 0;
  cursor: pointer;
}
.invoice-information header {
  position: relative;
  height: 75px;
  color: #fff;
  background-color: #37569a;
}
.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 all and (max-width: 768px) {
  .invoice-information .address {
    padding: 0.5em;
    padding-top: 0;
  }
}
.invoice-information hr {
  margin: 20px 0;
}
.invoice-information div {
  /* Extra Small Devices, Phones */
  /* Small Devices, Tablets */
  /* Medium Devices, Desktops */
}
@media all 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 all and (max-width: 768px) {
  .invoice-information .btn {
    width: 80%;
    margin: 0 0.5em;
  }
}
.invoice-information p {
  padding-left: 1.2em;
  text-align: center;
}

#coupon-code-list {
  margin: 0.5em 0;
  /* Extra Small Devices, Phones */
  /* Small Devices, Tablets */
  /* Medium Devices, Desktops */
  /* Extra Small Devices, Phones */
  /* Small Devices, Tablets */
  /* Medium Devices, Desktops */
}
@media all and (max-width: 992px) {
  #coupon-code-list {
    margin: 0 0 1em 0;
  }
}
#coupon-code-list h3 {
  text-align: center;
  color: #303030;
  margin: 0.5em 0;
  /* Extra Small Devices, Phones */
  /* Small Devices, Tablets */
  /* Medium Devices, Desktops */
}
@media all and (max-width: 992px) {
  #coupon-code-list h3 {
    flex-basis: 100%;
    max-width: 100%;
  }
}
#coupon-code-list li {
  font-size: 0.85em;
  list-style-type: none;
  background-color: green;
  padding: 0.5em;
  border-radius: 5px;
  color: white;
  font-weight: bold;
}
#coupon-code-list .col-6 {
  flex-basis: 50%;
  max-width: 50%;
  /* Extra Small Devices, Phones */
  /* Small Devices, Tablets */
  /* Medium Devices, Desktops */
}
@media all and (max-width: 992px) {
  #coupon-code-list .col-6 {
    flex-basis: 60%;
    max-width: 60%;
  }
}
#coupon-code-list .btn {
  cursor: pointer;
}
#coupon-code-list .coupon-code-input {
  height: 50px;
}
@media all and (max-width: 992px) {
  #coupon-code-list .btn {
    flex-basis: 40%;
    max-width: 40%;
    font-size: 0.9em;
    padding: 0.5em 20px 0.6em !important;
  }
  #coupon-code-list ul {
    padding: 0;
  }
}

/* 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: 0 0.5rem;
}

/* LANDING */
.landing-cnc .header {
  min-height: 260px;
  width: 100%;
  position: relative;
}
.landing-cnc .header .section.section--background-pattern {
  height: 150px;
  -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: repeat-x;
  background-position: center;
  background-image: url("/content/images/handy_bg_03.jpg");
  /* MOBILE */
  /* Extra Small Devices, Phones */
  /* Small Devices, Tablets */
  /* Medium Devices, Desktops */
}
@media all and (max-width: 768px) {
  .landing-cnc .header .section.section--background-pattern {
    height: 150px;
  }
}
.landing-cnc .header .section.section--claim {
  /*  @include background-size(cover);
  background-repeat: repeat-x;
  background-position: center;
  background-image: linear-gradient(to bottom, rgba(0, 70, 142, 0.78), rgba(0, 172, 233, 0.89)), url(/content/images/interno.jpg);
  padding: 8.5em 0;*/
  /* Extra Small Devices, Phones */
  /* Small Devices, Tablets */
  /* Medium Devices, Desktops */
  /* MOBILE */
  /* Extra Small Devices, Phones */
  /* Small Devices, Tablets */
  /* Medium Devices, Desktops */
}
@media all and (max-width: 992px) {
  .landing-cnc .header .section.section--claim {
    padding: 2rem;
    text-align: center;
  }
}
@media all and (max-width: 768px) {
  .landing-cnc .header .section.section--claim {
    background-image: none;
    background-color: #334E9D;
    padding: 0.8rem;
    text-align: center;
  }
}
.landing-cnc .header .section.section--claim .h1 {
  font-size: 2.6rem;
  color: #fff;
  /* Extra Small Devices, Phones */
  /* Small Devices, Tablets */
  /* Medium Devices, Desktops */
  /* Extra Small Devices, Phones */
  /* Small Devices, Tablets */
  /* Medium Devices, Desktops */
}
@media all and (max-width: 992px) {
  .landing-cnc .header .section.section--claim .h1 {
    font-size: 1.4rem;
  }
}
@media all and (max-width: 768px) {
  .landing-cnc .header .section.section--claim .h1 {
    font-size: 1.4rem;
  }
}
.landing-cnc .header .section.section--claim .h1.h1--font-bold {
  font-family: "Montserrat", "Open Sans", sans-serif;
}
.landing-cnc .header .section .section__logo {
  width: 300px;
  height: 120px;
  -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-image: url("/content/images/logo.svg");
  background-repeat: no-repeat;
  background-position: center;
  text-indent: -9999em;
  /* Extra Small Devices, Phones */
  /* Small Devices, Tablets */
  /* Medium Devices, Desktops */
}
@media all and (max-width: 768px) {
  .landing-cnc .header .section .section__logo {
    width: 250px;
    height: 75px;
  }
}
.landing-cnc .header.container-fluid {
  padding: 0;
}
.landing-cnc .center-claim {
  padding: 4em 0 1em;
}
.landing-cnc .no-gutter {
  padding: 0px;
}
.landing-cnc .hr {
  margin-bottom: 1em;
  /* Extra Small Devices, Phones */
  /* Small Devices, Tablets */
  /* Medium Devices, Desktops */
}
.landing-cnc .hr.hr--no-margin-bottom {
  margin-bottom: 0;
}
@media all and (max-width: 992px) {
  .landing-cnc .hr.hr--hide-mobile-tablet {
    display: none;
  }
}
.landing-cnc .h2 {
  font-family: "Montserrat", "Open Sans", sans-serif;
  font-size: 2.3rem;
  margin: 0;
  /* Extra Small Devices, Phones */
  /* Small Devices, Tablets */
  /* Medium Devices, Desktops */
}
.landing-cnc .h2.h2--cyan {
  color: #e84e0f;
}
.landing-cnc .h2.h2--strong {
  font-family: "Montserrat", "Open Sans", sans-serif;
}
.landing-cnc .h2.h2--no-margin-bottom {
  margin-bottom: 0;
}
@media all and (max-width: 768px) {
  .landing-cnc .h2 {
    font-size: 1.4rem;
    padding-bottom: 0.5em;
  }
}
.landing-cnc .h3 {
  font-family: "Montserrat", "Open Sans", sans-serif;
}
.landing-cnc .h5 {
  font-size: 0.9rem;
  font-weight: 400;
}
.landing-cnc .h5.h5--gray {
  color: #585858;
}
.landing-cnc .h5.h5--no-margin-top {
  margin-top: 0;
}
.landing-cnc .h5.h5--no-margin-bottom {
  margin-bottom: 0;
}
.landing-cnc .cta {
  text-align: center;
  padding: 3rem;
  padding-bottom: 4rem;
  /* Extra Small Devices, Phones */
  /* Small Devices, Tablets */
  /* Medium Devices, Desktops */
}
@media all and (max-width: 768px) {
  .landing-cnc .cta {
    display: none;
  }
}
.landing-cnc .cta .button {
  -webkit-border-radius: 0.25em;
  -khtml-border-radius: 0.25em;
  -moz-border-radius: 0.25em;
  -ms-border-radius: 0.25em;
  -o-border-radius: 0.25em;
  border-radius: 0.25em;
  -webkit-transition: all .3s;
  -khtml-transition: all .3s;
  -moz-transition: all .3s;
  -ms-transition: all .3s;
  -o-transition: all .3s;
  transition: all .3s;
}
.landing-cnc .cta .button.button--large {
  font-size: 1.5rem;
  padding: 10px 50px;
  font-weight: 600;
}
.landing-cnc .cta .button.button--orange {
  background-color: #e84e0f;
  color: #fff;
  border: #e84e0f !important;
}
.landing-cnc .cta .button:hover {
  box-shadow: 0px 3px 5px rgba(0, 0, 0, 0.5);
}

.map-list {
  margin-bottom: 1em;
  /* Extra Small Devices, Phones */
  /* Small Devices, Tablets */
  /* Medium Devices, Desktops */
}
.map-list .col-12 {
  display: none;
}
@media all and (max-width: 992px) {
  .map-list {
    -webkit-flex-direction: column;
    -moz-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }
}
.map-list hr {
  display: none;
}
.map-list .input {
  /* Extra Small Devices, Phones */
  /* Small Devices, Tablets */
  /* Medium Devices, Desktops */
  /* Extra Small Devices, Phones */
  /* Small Devices, Tablets */
  /* Medium Devices, Desktops */
}
@media all and (max-width: 768px) {
  .map-list .input {
    height: 80px;
    padding: 10px;
    font-size: 1.4em;
    margin-bottom: 1em;
  }
}
@media all and (max-width: 992px) {
  .map-list .input {
    height: 60px;
    padding: 10px;
    font-size: 1.2em;
    margin-bottom: 1em;
  }
}
.map-list .input.input--full-width {
  width: 100%;
}
.map-list .input::-webkit-input-placeholder { /* Chrome/Opera/Safari */
  padding: 5px;
  font-style: normal;
  color: #585858;
}
.map-list .input::-moz-placeholder { /* Firefox 19+ */
  padding: 5px;
  font-style: normal;
  color: #585858;
}
.map-list .input:-ms-input-placeholder { /* IE 10+ */
  padding: 5px;
  font-style: normal;
  color: #585858;
}
.map-list .input:-moz-placeholder { /* Firefox 18- */
  padding: 5px;
  font-style: normal;
  color: #585858;
}
.map-list .map-container {
  width: 100%;
  height: 450px;
  border: 1px solid #eee;
  background-color: cornflowerblue;
}
.map-list .pin-map {
  overflow: hidden;
  margin-left: -1.5em;
  margin-right: -1.5em;
  padding: 0 1em;
  position: relative;
  height: 400px;
  max-height: 100%;
  /* Extra Small Devices, Phones */
  /* Small Devices, Tablets */
  /* Medium Devices, Desktops */
}
.map-list .pin-map .pin-map__list {
  /* Extra Small Devices, Phones */
  /* Small Devices, Tablets */
  /* Medium Devices, Desktops */
}
@media all and (max-width: 768px) {
  .map-list .pin-map .pin-map__list {
    display: none;
  }
}
@media all and (max-width: 768px) {
  .map-list .pin-map {
    margin-right: -1em;
    margin-left: -1em;
    height: auto;
    font-size: 0.775rem;
  }
}
.map-list .pin-map .pin-map__noresults {
  font-size: 0.875rem;
  text-align: center;
  padding: 1em;
}
.map-list .pin-map .pin-map__item {
  border-bottom: 1px solid #ccc;
  padding: 0.5em 0;
  /* Extra Small Devices, Phones */
  /* Small Devices, Tablets */
  /* Medium Devices, Desktops */
}
.map-list .pin-map .pin-map__item.row {
  margin: 0;
}
.map-list .pin-map .pin-map__item .col-4 {
  height: 50px;
  /* Extra Small Devices, Phones */
  /* Small Devices, Tablets */
  /* Medium Devices, Desktops */
}
@media all and (max-width: 992px) {
  .map-list .pin-map .pin-map__item .col-4 {
    width: 37%;
    float: left;
    -webkit-justify-content: flex-end;
    -moz-justify-content: flex-end;
    -ms-justify-content: flex-end;
    justify-content: flex-end;
    -ms-flex-pack: flex-end;
  }
}
@media all and (max-width: 992px) {
  .map-list .pin-map .pin-map__item .col-8 {
    width: 62%;
    float: left;
  }
}
.map-list .pin-map .pin-map__item strong {
  color: #e84e0f;
  font: "Montserrat", "Open Sans", sans-serif;
  font-weight: 700;
  display: block;
}
.map-list .pin-map .pin-map__item span {
  color: #585858;
  font: "Montserrat", "Open Sans", sans-serif;
  font-weight: 400;
}
.map-list .pin-map .pin-map__item .button {
  font-size: 0.6rem;
  padding: 5px 15px;
  background-color: #fff;
  -webkit-border-radius: 0.25em;
  -khtml-border-radius: 0.25em;
  -moz-border-radius: 0.25em;
  -ms-border-radius: 0.25em;
  -o-border-radius: 0.25em;
  border-radius: 0.25em;
  -webkit-transition: all .3s;
  -khtml-transition: all .3s;
  -moz-transition: all .3s;
  -ms-transition: all .3s;
  -o-transition: all .3s;
  transition: all .3s;
  text-decoration: none;
  /* Extra Small Devices, Phones */
  /* Small Devices, Tablets */
  /* Medium Devices, Desktops */
}
@media all and (max-width: 992px) {
  .map-list .pin-map .pin-map__item .button:nth-child(1) {
    margin-right: 1em;
  }
}
.map-list .pin-map .pin-map__item .button.button--cyan {
  border: 1px solid #e84e0f;
  color: #e84e0f;
  /* Extra Small Devices, Phones */
  /* Small Devices, Tablets */
  /* Medium Devices, Desktops */
}
.map-list .pin-map .pin-map__item .button.button--cyan:hover {
  background-color: #e84e0f;
  color: #fff;
  -webkit-transition: all .3s;
  -khtml-transition: all .3s;
  -moz-transition: all .3s;
  -ms-transition: all .3s;
  -o-transition: all .3s;
  transition: all .3s;
}
@media all and (max-width: 992px) {
  .map-list .pin-map .pin-map__item .button.button--cyan {
    background-color: #e84e0f;
    color: #fff;
  }
}
.map-list .pin-map .pin-map__item .button.button--gray {
  border: 1px solid #585858;
  color: #585858;
  /* Extra Small Devices, Phones */
  /* Small Devices, Tablets */
  /* Medium Devices, Desktops */
}
.map-list .pin-map .pin-map__item .button.button--gray:hover {
  background-color: #585858;
  color: #fff;
  -webkit-transition: all .3s;
  -khtml-transition: all .3s;
  -moz-transition: all .3s;
  -ms-transition: all .3s;
  -o-transition: all .3s;
  transition: all .3s;
}
@media all and (max-width: 992px) {
  .map-list .pin-map .pin-map__item .button.button--gray {
    background-color: #585858;
    color: #fff;
  }
}

.max-width {
  max-width: 650px;
  margin: 1em auto;
}

.box-promo {
  width: 100%;
  padding: 2em;
  /* Extra Small Devices, Phones */
  /* Small Devices, Tablets */
  /* Medium Devices, Desktops */
}
@media all and (max-width: 768px) {
  .box-promo {
    padding: 0;
  }
}
.box-promo .col-4 .box-promo__single-element {
  text-align: center;
  padding: 1em;
  -webkit-border-radius: 0.5rem;
  -khtml-border-radius: 0.5rem;
  -moz-border-radius: 0.5rem;
  -ms-border-radius: 0.5rem;
  -o-border-radius: 0.5rem;
  border-radius: 0.5rem;
  /* Extra Small Devices, Phones */
  /* Small Devices, Tablets */
  /* Medium Devices, Desktops */
  /* Extra Small Devices, Phones */
  /* Small Devices, Tablets */
  /* Medium Devices, Desktops */
}
@media all and (max-width: 992px) {
  .box-promo .col-4 .box-promo__single-element {
    margin-bottom: 15px;
  }
}
@media all and (max-width: 768px) {
  .box-promo .col-4 .box-promo__single-element {
    min-height: auto;
  }
}
.box-promo .col-4 .box-promo__single-element::before {
  content: attr(data-content);
  position: absolute;
  width: 40px;
  height: 40px;
  -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: #e84e0f;
  color: #fff;
  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;
  font-size: 1.5rem;
  font-weight: 600;
  /* Extra Small Devices, Phones */
  /* Small Devices, Tablets */
  /* Medium Devices, Desktops */
}
@media all and (max-width: 768px) {
  .box-promo .col-4 .box-promo__single-element::before {
    width: 60px;
    height: 60px;
    -webkit-align-items: center;
    -moz-align-items: center;
    -ms-align-items: center;
    align-items: center;
    font-size: 2rem;
  }
}
.box-promo .box-promo__background {
  width: 100%;
  height: 100px;
  background-repeat: no-repeat;
  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);
}
.box-promo .box-promo__background.box-promo__background--first {
  background-image: url("/content/images/landing/map.svg");
}
.box-promo .box-promo__background.box-promo__background--second {
  background-image: url("/content/images/landing/cart.svg");
}
.box-promo .box-promo__background.box-promo__background--third {
  background-image: url("/content/images/landing/bag.svg");
}
.box-promo .h3 {
  font-size: 1.5rem;
  line-height: 1.5rem;
  /* Extra Small Devices, Phones */
  /* Small Devices, Tablets */
  /* Medium Devices, Desktops */
}
@media all and (max-width: 768px) {
  .box-promo .h3 {
    font-size: 1.2rem;
  }
}
.box-promo .h3.h3--bluedark-picard {
  color: #e84e0f;
}
.box-promo .p.p--gray {
  color: #585858;
}
.box-promo .p.p--weight-600 {
  font-weight: 600;
}
.box-promo .p.p--no-margin-bottom {
  margin-bottom: 0;
}

.service-split {
  color: #fff;
}
.service-split .h2 {
  margin: 0;
}
.service-split h3 {
  text-align: center;
  font-size: 1.2em;
  margin: 0 0 0.5em;
  text-transform: uppercase;
}
.service-split p {
  margin: 1em 0 3em;
  line-height: 1.5;
}
.service-split .bordered {
  margin: 2em 0 0.5em;
  border: 1px solid rgba(255, 255, 255, 0.14);
  padding: 0.3em;
  background: rgba(255, 255, 255, 0.23);
  box-shadow: 0px 0px 30px -11px #00468e;
  display: inline-block;
  /* Extra Small Devices, Phones */
  /* Small Devices, Tablets */
  /* Medium Devices, Desktops */
}
@media all and (max-width: 768px) {
  .service-split .bordered {
    width: 100%;
  }
}
.service-split .btn {
  display: inline-block;
  font-size: 1.225em;
  width: 92%;
  padding: 1.3em 2.5em;
  margin: 0.5em;
  background-color: #fff;
  color: #e84e0f !important;
  font-weight: bold;
}

#my-list {
  overflow: hidden;
  width: 100%;
  clear: both;
}
#my-list .list-action-bar {
  padding: 0.5em 0em;
  text-align: center;
  font-size: 1em;
  border: 1px solid #eee;
  border-width: 1px 0;
  margin-bottom: 10px;
}
#my-list .list-action-bar .list-title {
  text-align: left;
}
#my-list .list-action-bar .list-title .alert {
  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;
}
#my-list .list-action-bar .list-title .alert i {
  margin-right: 10px;
  font-size: 2em;
  line-height: 1;
}
#my-list .list-action-bar .btn {
  background-color: transparent;
  border: 2px solid green;
  -webkit-border-radius: 5px;
  -khtml-border-radius: 5px;
  -moz-border-radius: 5px;
  -ms-border-radius: 5px;
  -o-border-radius: 5px;
  border-radius: 5px;
  color: green !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;
  margin: 1em 0;
}
#my-list .list-action-bar .btn:hover {
  background-color: green;
  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;
}
#my-list .total {
  font-size: 1.225em;
}
#my-list #product-list {
  padding: 20px;
}

.profile-card-wrap {
  margin: 10px 10%;
  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-bottom: 5px solid #e84e0f;
  overflow: hidden;
  /* Extra Small Devices, Phones */
  /* Small Devices, Tablets */
  /* Medium Devices, Desktops */
  /* Extra Small Devices, Phones */
  /* Small Devices, Tablets */
  /* Medium Devices, Desktops */
}
@media all and (max-width: 768px) {
  .profile-card-wrap {
    margin: 10px 10px;
  }
}
.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 .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 all and (max-width: 992px) {
  .profile-card-wrap .profile-card__header .col-9 .col-6:last-child() {
    margin-bottom: 30px;
  }
}
@media all 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-name {
  /* Extra Small Devices, Phones */
  /* Small Devices, Tablets */
  /* Medium Devices, Desktops */
}
@media all and (max-width: 992px) {
  .profile-card-wrap .profile-card-name {
    flex-direction: column;
  }
}
.profile-card-wrap .profile-card__body {
  background-color: #f6f6f6;
  padding: 20px;
}
.profile-card-wrap .profile-card__body input {
  background-color: #f6f6f6;
  margin-bottom: 20px;
}
.profile-card-wrap label {
  font-size: 0.8em;
}
.profile-card-wrap input {
  margin-top: 5px;
  margin-bottom: 0px;
  font-size: 1em;
  border-width: 0 0 1px 0;
}
.profile-card-wrap input[type=email] {
  font-size: 0.9em;
  cursor: not-allowed;
}
.profile-card-wrap .passwords-change-h4 {
  /* Extra Small Devices, Phones */
  /* Small Devices, Tablets */
  /* Medium Devices, Desktops */
}
@media all and (max-width: 768px) {
  .profile-card-wrap .passwords-change-h4 {
    display: flex;
  }
}
.profile-card-wrap .password-change-wrap {
  padding: 10px;
  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;
}
.profile-card-wrap .password-change-wrap input {
  background-color: #fff;
}
.profile-card-wrap button[type=submit] {
  box-sizing: inherit;
}
@media all and (max-width: 992px) {
  .profile-card-wrap .hidden--tablet-mobile {
    display: none;
  }
  .profile-card-wrap .show--tablet-mobile {
    display: block;
  }
}

@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;
  right: 0;
  top: 110%;
}
.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;
  min-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: 0.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: #e84e0f;
}

.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 all 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: #e84e0f;
  display: block;
  padding: 0.1em 0.5em 0.2em;
  line-height: 1.4;
  color: #fff;
  text-transform: inherit;
  font-family: "Montserrat", "Open Sans", sans-serif;
  letter-spacing: 0.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: "Montserrat", "Open Sans", sans-serif;
  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: 0.675em;
  color: #535353;
}
.featured-category .recipe-info .ingredients > li span {
  display: block;
  padding: 1em 0.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;
  font-family: "Montserrat", "Open Sans", sans-serif;
}
.featured-category .featured-heading {
  color: #e84e0f;
  padding-bottom: 0.5em;
  margin-bottom: 0;
  margin-top: 1.5em;
}
.featured-category p {
  color: #505050;
  font-family: "Montserrat", "Open Sans", sans-serif;
  margin: 0 0 1em;
}
.featured-category p.center {
  font-size: 1.225em;
  text-align: center;
  margin: 0 auto;
  width: 80%;
  padding: 0.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;
  font-family: "Montserrat", "Open Sans", sans-serif;
  text-align: center;
  padding: 0.1em 0.5em 0.2em;
  line-height: 1.4;
  letter-spacing: 0.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 #e84e0f;
  -khtml-box-shadow: inset 0 0 0px 3px #e84e0f;
  -moz-box-shadow: inset 0 0 0px 3px #e84e0f;
  -ms-box-shadow: inset 0 0 0px 3px #e84e0f;
  -o-box-shadow: inset 0 0 0px 3px #e84e0f;
  box-shadow: inset 0 0 0px 3px #e84e0f;
}
.featured-category .featured-navigation .featured-navigation-item .name {
  display: block;
  background-color: #e84e0f;
  color: #fff;
  text-decoration: none;
  padding: 4px 10px;
  text-align: left;
  font-size: 0.875em;
  font-family: "Montserrat", "Open Sans", sans-serif;
  position: absolute;
  bottom: 0;
  width: 100%;
}
.featured-category .featured-navigation .featured-navigation-item .fa {
  font-size: 0.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: 0.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, rgb(255, 255, 255) 36%, rgba(255, 255, 255, 0) 100%); /* FF3.6+ */
  background: -webkit-gradient(linear, left top, right top, color-stop(36%, rgb(255, 255, 255)), color-stop(100%, rgba(255, 255, 255, 0))); /* Chrome,Safari4+ */
  background: -webkit-linear-gradient(left, rgb(255, 255, 255) 36%, rgba(255, 255, 255, 0) 100%); /* Chrome10+,Safari5.1+ */
  background: -o-linear-gradient(left, rgb(255, 255, 255) 36%, rgba(255, 255, 255, 0) 100%); /* Opera 11.10+ */
  background: -ms-linear-gradient(left, rgb(255, 255, 255) 36%, rgba(255, 255, 255, 0) 100%); /* IE10+ */
  background: linear-gradient(to right, rgb(255, 255, 255) 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: #e84e0f;
  color: white;
  display: block;
  padding: 0.6em 1em 0.5em;
  text-decoration: none;
  font-size: 0.875em;
  font-family: "Montserrat", "Open Sans", sans-serif;
  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: 0.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: 0.5em;
  }
  .featured-category .recipe-info .recipe-info-ingredients .ingredients li span.name {
    padding-bottom: 0.2em;
  }
  .featured-category .recipe-info .recipe-info-ingredients .ingredients li span.quantity {
    padding-top: 0.2em;
    border-top: none;
  }
}
.featured-category.featured-buitoni .featured-heading {
  color: #D35038;
}
.featured-category.featured-buitoni .page-title {
  background-color: #008631;
  background-image: url("/content/images/buitoni-logo.png");
  background-size: auto 70%;
  background-position: 99% center;
  background-repeat: no-repeat;
  margin-bottom: 0.7%;
  /* Extra Small Devices, Phones */
  /* Small Devices, Tablets */
  /* Medium Devices, Desktops */
}
@media all and (max-width: 768px) {
  .featured-category.featured-buitoni .page-title {
    padding: 50px 0.5em 0.5em;
    background-size: 100px auto;
    background-position: center 10px;
    line-height: 1;
  }
}
.featured-category.featured-buitoni .recipe-info .ordinaTuttiBtn {
  width: auto;
  display: inline-block;
  margin: 0 auto;
  font-size: 1em;
  padding: 0.6em 1em;
}
.featured-category.featured-buitoni .recipe-item .recipe-item-name {
  background-color: #008631;
}
.featured-category.featured-buitoni h2 {
  color: #d35038;
}
.featured-category.featured-buitoni .featured-navigation h2 {
  background-color: #d35038;
  color: #fff;
}
.featured-category.featured-buitoni .featured-navigation .featured-navigation-item.big {
  width: 19%;
}
.featured-category.featured-buitoni .featured-navigation .featured-navigation-item:hover {
  -webkit-box-shadow: inset 0 0 0px 3px #008631;
  -khtml-box-shadow: inset 0 0 0px 3px #008631;
  -moz-box-shadow: inset 0 0 0px 3px #008631;
  -ms-box-shadow: inset 0 0 0px 3px #008631;
  -o-box-shadow: inset 0 0 0px 3px #008631;
  box-shadow: inset 0 0 0px 3px #008631;
}
.featured-category.featured-buitoni .featured-navigation .featured-navigation-item .name {
  background-color: #008631;
  color: #fff;
}
.featured-category.featured-carrelloexpress .featured-recipes-header .image {
  overflow: hidden;
  /* Extra Small Devices, Phones */
  /* Small Devices, Tablets */
  /* Medium Devices, Desktops */
  /* Extra Small Devices, Phones */
  /* Small Devices, Tablets */
  /* Medium Devices, Desktops */
}
@media all and (max-width: 992px) {
  .featured-category.featured-carrelloexpress .featured-recipes-header .image {
    display: table-cell;
    width: 50%;
  }
}
@media all and (max-width: 768px) {
  .featured-category.featured-carrelloexpress .featured-recipes-header .image {
    display: none;
  }
}
.featured-category.featured-carrelloexpress .featured-recipes-header .image:before {
  display: none;
}
.featured-category.featured-carrelloexpress .featured-recipes-header .image:after {
  content: "";
  display: inline-block;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 150px 0 150px 100px;
  border-color: transparent transparent transparent #e9f5fe;
  position: absolute;
  top: -50%;
  margin-top: 100px;
  left: 0;
  z-index: 10;
}
.featured-category.featured-carrelloexpress .featured-recipes-header .text {
  background-color: #e9f5fe;
  width: 50%;
  padding: 3em;
  position: relative;
  /* Extra Small Devices, Phones */
  /* Small Devices, Tablets */
  /* Medium Devices, Desktops */
  /* Extra Small Devices, Phones */
  /* Small Devices, Tablets */
  /* Medium Devices, Desktops */
}
@media all and (max-width: 992px) {
  .featured-category.featured-carrelloexpress .featured-recipes-header .text {
    display: table-cell;
    width: 50%;
  }
}
@media all and (max-width: 768px) {
  .featured-category.featured-carrelloexpress .featured-recipes-header .text {
    width: 100%;
  }
}
.featured-category.featured-carrelloexpress .featured-recipes-header .text:before {
  content: "";
  display: inline-block;
  max-width: 357px;
  width: 100%;
  padding-top: 8.92%;
  background-image: url("/content/images/carrello_express_logo.png");
  background-repeat: no-repeat;
  background-position: center center;
  background-size: 100% auto;
  margin: 0 auto;
  position: relative;
  left: -10px;
}
.featured-category.featured-carrelloexpress .featured-recipes-header .text p {
  color: #000;
  font-size: 0.8em;
}
.featured-category.featured-carrelloexpress.featured-wall-page .page-title {
  display: none;
}
.featured-category.featured-carrelloexpress .row .recipe-col {
  width: 20%;
  /* Extra Small Devices, Phones */
  /* Small Devices, Tablets */
  /* Medium Devices, Desktops */
  /* Extra Small Devices, Phones */
  /* Small Devices, Tablets */
  /* Medium Devices, Desktops */
}
@media all and (max-width: 992px) {
  .featured-category.featured-carrelloexpress .row .recipe-col {
    padding: 4px;
    margin: 0;
    width: 20%;
  }
}
@media all and (max-width: 768px) {
  .featured-category.featured-carrelloexpress .row .recipe-col {
    width: 50%;
    margin: 0;
  }
}
.featured-category.featured-carrelloexpress .row .recipe-col .recipe-item {
  overflow: hidden;
  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;
  height: 160px;
  -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;
}
.featured-category.featured-carrelloexpress .row .recipe-col .recipe-item:before {
  content: "";
  display: block;
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  background-color: rgba(40.3886639676, 13.5789473684, 2.6113360324, 0.5);
  -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;
}
.featured-category.featured-carrelloexpress .row .recipe-col .recipe-item .recipe-item-name {
  background-color: transparent;
  position: relative;
  z-index: 10;
  color: #fff;
  line-height: 1;
  text-transform: uppercase;
  font-weight: 600;
  padding: 0.5em 4px;
  min-height: 0;
  top: 50%;
  transform: translate(0, -50%);
  display: inline-block;
  -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;
}
.featured-category.featured-carrelloexpress .row .recipe-col .recipe-item:hover:before {
  background-color: rgba(255, 255, 255, 0.7);
}
.featured-category.featured-carrelloexpress .row .recipe-col .recipe-item:hover .recipe-item-name {
  color: #e84e0f;
  -webkit-transform: scale(1.2);
  -khtml-transform: scale(1.2);
  -moz-transform: scale(1.2);
  -ms-transform: scale(1.2);
  -o-transform: scale(1.2);
  transform: scale(1.2);
  transform: translate(0, -60%);
}
.featured-category.featured-carrelloexpress.featured-category-internal .featured-carrelloexpress-logo {
  background-color: #e9f5fe;
  text-align: center;
  line-height: 1;
  margin-bottom: 10px;
}
.featured-category.featured-carrelloexpress.featured-category-internal .featured-carrelloexpress-logo:before {
  content: "";
  display: inline-block;
  max-width: 357px;
  width: 100%;
  padding-top: 50px;
  background-image: url("/content/images/carrello_express_logo.png");
  background-repeat: no-repeat;
  background-position: center center;
  background-size: 100% auto;
  margin: 0 auto;
  position: relative;
  margin-top: -8px;
  margin-bottom: -8px;
}
.featured-category.featured-carrelloexpress.featured-category-internal .page-title {
  background-color: transparent;
  color: #e84e0f;
  border-top: 2px solid #ccc;
  margin-bottom: 0;
  text-transform: uppercase;
}
.featured-category.featured-carrelloexpress.featured-category-internal .row {
  margin-right: -4px;
  margin-left: -4px;
}
.featured-category.featured-carrelloexpress.featured-category-internal .row .recipe-col {
  width: 10%;
  padding: 4px;
  /* Extra Small Devices, Phones */
  /* Small Devices, Tablets */
  /* Medium Devices, Desktops */
  /* Extra Small Devices, Phones */
  /* Small Devices, Tablets */
  /* Medium Devices, Desktops */
}
.featured-category.featured-carrelloexpress.featured-category-internal .row .recipe-col .recipe-item {
  height: 100px;
}
@media all and (max-width: 992px) {
  .featured-category.featured-carrelloexpress.featured-category-internal .row .recipe-col {
    padding: 4px;
    margin: 0;
  }
}
@media all and (max-width: 768px) {
  .featured-category.featured-carrelloexpress.featured-category-internal .row .recipe-col {
    width: 50%;
    margin: 0;
  }
}
.featured-category.featured-ricettePicard p {
  margin: 1em 0 2em;
}
.featured-category.featured-ricettePicard #product-grid {
  border: none;
}
.featured-category.featured-ricettePicard .info-ricetta {
  display: none;
}
.featured-category.featured-ricettePicard .featured-heading {
  background-color: #FEA34A;
  color: #fff;
  font-size: 0.875em;
  text-transform: uppercase;
  padding: 0.8em 1em;
  line-height: 1;
  margin-top: 1em;
  -webkit-border-radius: 4px;
  -khtml-border-radius: 4px;
  -moz-border-radius: 4px;
  -ms-border-radius: 4px;
  -o-border-radius: 4px;
  border-radius: 4px;
}
.featured-category.featured-ricettePicard .recipe-info .column {
  /* Extra Small Devices, Phones */
  /* Small Devices, Tablets */
  /* Medium Devices, Desktops */
  /* Extra Small Devices, Phones */
  /* Small Devices, Tablets */
  /* Medium Devices, Desktops */
}
@media all and (max-width: 992px) {
  .featured-category.featured-ricettePicard .recipe-info .column {
    display: table-cell;
  }
}
@media all and (max-width: 768px) {
  .featured-category.featured-ricettePicard .recipe-info .column {
    display: block;
    padding: 0 !important;
    max-height: 100% !important;
  }
}
.featured-category.featured-ricettePicard .recipe-info .recipe-info-ingredients {
  width: 20%;
  padding: 0 1em;
  padding-left: 0;
  /* Extra Small Devices, Phones */
  /* Small Devices, Tablets */
  /* Medium Devices, Desktops */
}
.featured-category.featured-ricettePicard .recipe-info .recipe-info-ingredients h2 {
  margin-left: 0;
}
@media all and (max-width: 768px) {
  .featured-category.featured-ricettePicard .recipe-info .recipe-info-ingredients {
    width: 100%;
  }
}
.featured-category.featured-ricettePicard .recipe-info .recipe-info-ingredients .list {
  font-size: 12px;
}
.featured-category.featured-ricettePicard .recipe-info .recipe-info-ingredients .ordinaTuttiBtn {
  width: auto;
  display: inline-block;
  margin: 0 auto;
  font-size: 1em;
  padding: 0.6em 1em;
}
.featured-category.featured-ricettePicard .recipe-info .recipe-info-video {
  display: none;
}
.featured-category.featured-ricettePicard .recipe-info.withVideo .column {
  width: 50%;
  display: block;
  float: left;
  /* Extra Small Devices, Phones */
  /* Small Devices, Tablets */
  /* Medium Devices, Desktops */
}
@media all and (max-width: 768px) {
  .featured-category.featured-ricettePicard .recipe-info.withVideo .column {
    width: 100%;
    margin-bottom: 1em;
  }
}
.featured-category.featured-ricettePicard .recipe-info.withVideo .list {
  font-size: 0.775em;
  margin-left: -1%;
  margin-right: -1%;
  display: block;
  padding: 0;
  font-weight: 600;
}
.featured-category.featured-ricettePicard .recipe-info.withVideo .list li {
  display: inline-block;
  width: 48%;
  margin: 1%;
  float: left;
  background: #f8f8f8;
  padding: 4px 1em;
}
.featured-category.featured-ricettePicard .recipe-info.withVideo .videoWrapper {
  position: relative;
  padding-bottom: 57.5%;
  padding-top: 25px;
  height: 0;
}
.featured-category.featured-ricettePicard .recipe-info.withVideo .videoWrapper iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.featured-category.featured-ricettePicard .recipe-info.withVideo .recipe-info-video {
  width: 50%;
  display: block;
  float: left;
  /* Extra Small Devices, Phones */
  /* Small Devices, Tablets */
  /* Medium Devices, Desktops */
}
@media all and (max-width: 768px) {
  .featured-category.featured-ricettePicard .recipe-info.withVideo .recipe-info-video {
    width: 100%;
    margin-top: 1em;
    clear: both;
    float: none;
  }
}
.featured-category.featured-ricettePicard .recipe-info.withVideo .recipe-info-pic {
  display: none;
}
.featured-category.featured-ricettePicard .recipe-item {
  height: 250px;
}
.featured-category.featured-ricettePicard .recipe-item .recipe-item-name {
  background-color: rgba(255, 255, 255, 0.75);
  color: #000;
  font-weight: 600;
  min-height: 0;
  line-height: 1.3;
  text-align: left;
  padding: 1em;
}
.featured-category.featured-ricettePicard .recipe-item .recipe-item__cta {
  background: #fff;
  width: 100%;
  display: block;
  position: absolute;
  bottom: 0;
  left: 0;
}
.featured-category.featured-ricettePicard .recipe-item .recipe-item__cta .btn {
  padding: 8px 1em;
  font-size: 1em;
  width: auto;
  display: inline-block;
  margin: 1em;
}
.featured-category.featured-ricettePicard .page-title {
  background-color: #FEA34A;
  position: relative;
  font-size: 1.225em;
  padding: 0.5em 1em 0.775em;
  -webkit-border-radius: 4px;
  -khtml-border-radius: 4px;
  -moz-border-radius: 4px;
  -ms-border-radius: 4px;
  -o-border-radius: 4px;
  border-radius: 4px;
  margin-bottom: 1em;
  /* Extra Small Devices, Phones */
  /* Small Devices, Tablets */
  /* Medium Devices, Desktops */
  /* Extra Small Devices, Phones */
  /* Small Devices, Tablets */
  /* Medium Devices, Desktops */
}
.featured-category.featured-ricettePicard .page-title span span {
  display: block;
  font-size: 14px;
  font-family: "Montserrat", "Open Sans", sans-serif;
  font-weight: 400;
  line-height: 1;
}
@media all and (max-width: 992px) {
  .featured-category.featured-ricettePicard .page-title {
    width: 100%;
    text-align: left;
  }
}
.featured-category.featured-ricettePicard .page-title b {
  display: block;
  float: right;
  color: #fff;
  vertical-align: middle;
  font-size: 14px;
  position: relative;
  top: 4px;
  /* Extra Small Devices, Phones */
  /* Small Devices, Tablets */
  /* Medium Devices, Desktops */
}
.featured-category.featured-ricettePicard .page-title b span {
  display: inline-block;
  vertical-align: middle;
  margin-right: 10px;
  font-size: 1em;
  font-weight: 600;
}
.featured-category.featured-ricettePicard .page-title b:after {
  background-image: url("/content/images/logo_c4.png");
  content: "";
  display: inline-block;
  vertical-align: middle;
  width: 130px;
  height: 2em;
  background-repeat: no-repeat;
  background-position: center center;
  background-size: auto 95%;
  background-color: #fff;
  -webkit-border-radius: 10px;
  -khtml-border-radius: 10px;
  -moz-border-radius: 10px;
  -ms-border-radius: 10px;
  -o-border-radius: 10px;
  border-radius: 10px;
}
@media all and (max-width: 768px) {
  .featured-category.featured-ricettePicard .page-title b {
    width: 100%;
    position: relative;
    margin-bottom: 10px;
  }
}
.featured-category.featured-ricettePicard .page-title:before {
  content: "";
  display: inline-block;
  width: 35px;
  height: 35px;
  background-image: url("/content/images/ico_section_editoriale.png");
  background-repeat: no-repeat;
  background-position: 0px 0px;
  background-size: 100% auto;
  vertical-align: middle;
  margin-right: 10px;
  top: -2px;
  position: relative;
  display: none;
}
@media all and (max-width: 992px) {
  .featured-category.featured-ricettePicard .page-title b {
    position: relative;
  }
}
.featured-category.featured-ricettePicard .row .recipe-col {
  width: 20%;
  /* Extra Small Devices, Phones */
  /* Small Devices, Tablets */
  /* Medium Devices, Desktops */
}
@media all and (max-width: 768px) {
  .featured-category.featured-ricettePicard .row .recipe-col {
    width: 100%;
  }
}

.featured-ricettePicard #OrdinaTuttiDiv .ordinaTuttiBtn {
  background-color: #e84e0f;
  width: auto;
  display: inline-block;
  margin: 0 auto;
}

.featured-buitoni #OrdinaTuttiDiv .ordinaTuttiBtn {
  background-color: #e84e0f;
  width: auto;
  display: inline-block;
  margin: 0 auto;
}

#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: 999;
  /* Extra Small Devices, Phones */
  /* Small Devices, Tablets */
  /* Medium Devices, Desktops */
}
@media all 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;
}

.footer {
  margin-top: 10px;
  width: 100%;
  background-color: #e84e0f;
  overflow: hidden;
  /* Extra Small Devices, Phones */
  /* Small Devices, Tablets */
  /* Medium Devices, Desktops */
}
.footer.container-fluid {
  padding: 0;
}
@media all and (max-width: 768px) {
  .footer {
    margin-top: 2em;
  }
  .footer .container {
    padding: 0;
  }
}
.footer .footer__wrapper {
  height: 150px;
  font-size: 0.7rem;
  /* Extra Small Devices, Phones */
  /* Small Devices, Tablets */
  /* Medium Devices, Desktops */
  /* Extra Small Devices, Phones */
  /* Small Devices, Tablets */
  /* Medium Devices, Desktops */
}
.footer .footer__wrapper .services__phone-order {
  background-color: #e84e0f;
  color: #ffffff;
  padding: 5px;
  font-weight: 600;
  font-size: 1.1em;
  -webkit-border-radius: 5px;
  -khtml-border-radius: 5px;
  -moz-border-radius: 5px;
  -ms-border-radius: 5px;
  -o-border-radius: 5px;
  border-radius: 5px;
  position: relative;
  cursor: pointer;
  /* Extra Small Devices, Phones */
  /* Small Devices, Tablets */
  /* Medium Devices, Desktops */
}
@media all and (max-width: 1130px) {
  .footer .footer__wrapper .services__phone-order .hide-on-desk {
    display: none;
  }
}
@media all and (max-width: 992px) {
  .footer .footer__wrapper .services__phone-order {
    display: none;
  }
}
.footer .footer__wrapper .services__phone-order .tooltip__phone-text {
  position: absolute;
  width: 250px;
  z-index: 10;
  line-height: 1.1;
  padding: 1em;
  font-weight: 200;
  /*letter-spacing: .03em;*/
  top: 35px;
  font-size: 12px;
  display: none;
  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;
  cursor: default;
}
.footer .footer__wrapper .services__phone-order .tooltip__phone-text: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;
}
.footer .footer__wrapper .services__phone-order:hover .tooltip__phone-text {
  display: block;
  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;
}
@media all and (max-width: 768px) {
  .footer .footer__wrapper {
    font-size: 0.8rem;
    -webkit-flex-wrap: wrap;
    -moz-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    height: auto;
  }
  .footer .footer__wrapper ul {
    width: 100%;
    margin: 0;
    -webkit-align-self: flex-end;
    -moz-align-self: flex-end;
    -ms-align-self: flex-end;
    align-self: flex-end;
    text-align: left;
  }
  .footer .footer__wrapper ul li {
    display: block;
  }
  .footer .footer__wrapper ul li a {
    font-weight: 400;
  }
}
@media all and (max-width: 992px) {
  .footer .footer__wrapper {
    font-size: 1rem;
  }
}
.footer .footer__wrapper .strong {
  font-weight: 600;
}
.footer .footer__wrapper .strong.strong--cyan {
  color: #ffffff;
}
.footer .footer__wrapper a {
  text-decoration: none;
}
.footer .footer__wrapper .logo {
  height: 100px;
  width: 200px;
  -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-image: url("/content/images/logo.svg");
  background-repeat: no-repeat;
  background-position: center;
  margin-right: 2em;
  /* Extra Small Devices, Phones */
  /* Small Devices, Tablets */
  /* Medium Devices, Desktops */
}
@media all and (max-width: 768px) {
  .footer .footer__wrapper .logo {
    margin: 0 10px;
  }
}
.footer .footer__wrapper .left--wrapper {
  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;
  color: #585858;
  font-weight: 600;
  text-align: center;
  /* Extra Small Devices, Phones */
  /* Small Devices, Tablets */
  /* Medium Devices, Desktops */
}
@media all and (max-width: 992px) {
  .footer .footer__wrapper .left--wrapper {
    width: 100%;
    display: block;
  }
}
.footer .copyright {
  width: 100%;
  background: #ffffff;
  padding: 10px;
  text-align: center;
  color: #303030;
  font-size: 0.9em;
}
.footer .copyright a {
  color: #e84e0f;
}

