.embed-container {
	position: relative;
	padding-bottom: 56.25%;
	height: 0;
	overflow: hidden;
	max-width: 100%;
}
.embed-container iframe, .embed-container object, .embed-container embed {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}

.youtube-header-banner {
	margin: 0 0 0px !important;
	padding: 0px;
}

.youtube-thumbnail {
	cursor: pointer;
}

.keep-it-tight {
	padding: 0px;
	margin: 0px;
}

#youtubesuggest_iframe {
	width:100% !important;
    height: 100%!important;
}/*!
 * jQuery UI CSS Framework 1.10.3
 * http://jqueryui.com
 *
 * Copyright 2013 jQuery Foundation and other contributors
 * Released under the MIT license.
 * http://jquery.org/license
 *
 * http://docs.jquery.com/UI/Theming/API
 */

/* Layout helpers
----------------------------------*/
.ui-helper-hidden {
	display: none;
}
.ui-helper-hidden-accessible {
	border: 0;
	clip: rect(0 0 0 0);
	height: 1px;
	margin: -1px;
	overflow: hidden;
	padding: 0;
	position: absolute;
	width: 1px;
}
.ui-helper-reset {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	line-height: 1.3;
	text-decoration: none;
	font-size: 100%;
	list-style: none;
}
.ui-helper-clearfix:before,
.ui-helper-clearfix:after {
	content: "";
	display: table;
	border-collapse: collapse;
}
.ui-helper-clearfix:after {
	clear: both;
}
.ui-helper-clearfix {
	min-height: 0; /* support: IE7 */
}
.ui-helper-zfix {
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
	position: absolute;
	opacity: 0;
	filter:Alpha(Opacity=0);
}

.ui-front {
	z-index: 100;
}


/* Interaction Cues
----------------------------------*/
.ui-state-disabled {
	cursor: default !important;
}


/* Icons
----------------------------------*/

/* states and images */
.ui-icon {
	display: block;
	text-indent: -99999px;
	overflow: hidden;
	background-repeat: no-repeat;
}


/* Misc visuals
----------------------------------*/

/* Overlays */
.ui-widget-overlay {
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}
/*!
 * jQuery UI Slider 1.10.3
 * http://jqueryui.com
 *
 * Copyright 2013 jQuery Foundation and other contributors
 * Released under the MIT license.
 * http://jquery.org/license
 *
 * http://docs.jquery.com/UI/Slider#theming
 */
.ui-slider {
	position: relative;
	text-align: left;
}
.ui-slider .ui-slider-handle {
	position: absolute;
	z-index: 2;
	width: 1.2em;
	height: 1.2em;
	cursor: default;
}
.ui-slider .ui-slider-range {
	position: absolute;
	z-index: 1;
	font-size: .7em;
	display: block;
	border: 0;
	background-position: 0 0;
}

/* For IE8 - See #6727 */
.ui-slider.ui-state-disabled .ui-slider-handle,
.ui-slider.ui-state-disabled .ui-slider-range {
	filter: inherit;
}

.ui-slider-horizontal {
	height: .8em;
}
.ui-slider-horizontal .ui-slider-handle {
	top: -.3em;
	margin-left: -.6em;
}
.ui-slider-horizontal .ui-slider-range {
	top: 0;
	height: 100%;
}
.ui-slider-horizontal .ui-slider-range-min {
	left: 0;
}
.ui-slider-horizontal .ui-slider-range-max {
	right: 0;
}

.ui-slider-vertical {
	width: .8em;
	height: 100px;
}
.ui-slider-vertical .ui-slider-handle {
	left: -.3em;
	margin-left: 0;
	margin-bottom: -.6em;
}
.ui-slider-vertical .ui-slider-range {
	left: 0;
	width: 100%;
}
.ui-slider-vertical .ui-slider-range-min {
	bottom: 0;
}
.ui-slider-vertical .ui-slider-range-max {
	top: 0;
}
/*!
 * jQuery UI CSS Framework 1.10.3
 * http://jqueryui.com
 *
 * Copyright 2013 jQuery Foundation and other contributors
 * Released under the MIT license.
 * http://jquery.org/license
 *
 * http://docs.jquery.com/UI/Theming/API
 *
 * To view and modify this theme, visit http://jqueryui.com/themeroller/
 */


/* Component containers
----------------------------------*/
.ui-widget {
	font-family: Verdana,Arial,sans-serif/*{ffDefault}*/;
	font-size: 1.1em/*{fsDefault}*/;
}
.ui-widget .ui-widget {
	font-size: 1em;
}
.ui-widget input,
.ui-widget select,
.ui-widget textarea,
.ui-widget button {
	font-family: Verdana,Arial,sans-serif/*{ffDefault}*/;
	font-size: 1em;
}
.ui-widget-content {
	border: 1px solid #aaaaaa/*{borderColorContent}*/;
	background: #ffffff/*{bgColorContent}*/ url(js/jquery/ui/themes/base/images/ui-bg_flat_75_ffffff_40x100.png)/*{bgImgUrlContent}*/ 50%/*{bgContentXPos}*/ 50%/*{bgContentYPos}*/ repeat-x/*{bgContentRepeat}*/;
	color: #222222/*{fcContent}*/;
}
.ui-widget-content a {
	color: #222222/*{fcContent}*/;
}
.ui-widget-header {
	border: 1px solid #aaaaaa/*{borderColorHeader}*/;
	background: #cccccc/*{bgColorHeader}*/ url(js/jquery/ui/themes/base/images/ui-bg_highlight-soft_75_cccccc_1x100.png)/*{bgImgUrlHeader}*/ 50%/*{bgHeaderXPos}*/ 50%/*{bgHeaderYPos}*/ repeat-x/*{bgHeaderRepeat}*/;
	color: #222222/*{fcHeader}*/;
	font-weight: bold;
}
.ui-widget-header a {
	color: #222222/*{fcHeader}*/;
}

/* Interaction states
----------------------------------*/
.ui-state-default,
.ui-widget-content .ui-state-default,
.ui-widget-header .ui-state-default {
	border: 1px solid #d3d3d3/*{borderColorDefault}*/;
	background: #e6e6e6/*{bgColorDefault}*/ url(js/jquery/ui/themes/base/images/ui-bg_glass_75_e6e6e6_1x400.png)/*{bgImgUrlDefault}*/ 50%/*{bgDefaultXPos}*/ 50%/*{bgDefaultYPos}*/ repeat-x/*{bgDefaultRepeat}*/;
	font-weight: normal/*{fwDefault}*/;
	color: #555555/*{fcDefault}*/;
}
.ui-state-default a,
.ui-state-default a:link,
.ui-state-default a:visited {
	color: #555555/*{fcDefault}*/;
	text-decoration: none;
}
.ui-state-hover,
.ui-widget-content .ui-state-hover,
.ui-widget-header .ui-state-hover,
.ui-state-focus,
.ui-widget-content .ui-state-focus,
.ui-widget-header .ui-state-focus {
	border: 1px solid #999999/*{borderColorHover}*/;
	background: #dadada/*{bgColorHover}*/ url(js/jquery/ui/themes/base/images/ui-bg_glass_75_dadada_1x400.png)/*{bgImgUrlHover}*/ 50%/*{bgHoverXPos}*/ 50%/*{bgHoverYPos}*/ repeat-x/*{bgHoverRepeat}*/;
	font-weight: normal/*{fwDefault}*/;
	color: #212121/*{fcHover}*/;
	outline: none;
}
.ui-state-hover a,
.ui-state-hover a:hover,
.ui-state-hover a:link,
.ui-state-hover a:visited {
	color: #212121/*{fcHover}*/;
	text-decoration: none;
}
.ui-state-active,
.ui-widget-content .ui-state-active,
.ui-widget-header .ui-state-active {
	border: 1px solid #aaaaaa/*{borderColorActive}*/;
	background: #ffffff/*{bgColorActive}*/ url(js/jquery/ui/themes/base/images/ui-bg_glass_65_ffffff_1x400.png)/*{bgImgUrlActive}*/ 50%/*{bgActiveXPos}*/ 50%/*{bgActiveYPos}*/ repeat-x/*{bgActiveRepeat}*/;
	font-weight: normal/*{fwDefault}*/;
	color: #212121/*{fcActive}*/;
}
.ui-state-active a,
.ui-state-active a:link,
.ui-state-active a:visited {
	color: #212121/*{fcActive}*/;
	text-decoration: none;
}

/* Interaction Cues
----------------------------------*/
.ui-state-highlight,
.ui-widget-content .ui-state-highlight,
.ui-widget-header .ui-state-highlight {
	border: 1px solid #fcefa1/*{borderColorHighlight}*/;
	background: #fbf9ee/*{bgColorHighlight}*/ url(js/jquery/ui/themes/base/images/ui-bg_glass_55_fbf9ee_1x400.png)/*{bgImgUrlHighlight}*/ 50%/*{bgHighlightXPos}*/ 50%/*{bgHighlightYPos}*/ repeat-x/*{bgHighlightRepeat}*/;
	color: #363636/*{fcHighlight}*/;
}
.ui-state-highlight a,
.ui-widget-content .ui-state-highlight a,
.ui-widget-header .ui-state-highlight a {
	color: #363636/*{fcHighlight}*/;
}
.ui-state-error,
.ui-widget-content .ui-state-error,
.ui-widget-header .ui-state-error {
	border: 1px solid #cd0a0a/*{borderColorError}*/;
	background: #fef1ec/*{bgColorError}*/ url(js/jquery/ui/themes/base/images/ui-bg_glass_95_fef1ec_1x400.png)/*{bgImgUrlError}*/ 50%/*{bgErrorXPos}*/ 50%/*{bgErrorYPos}*/ repeat-x/*{bgErrorRepeat}*/;
	color: #cd0a0a/*{fcError}*/;
}
.ui-state-error a,
.ui-widget-content .ui-state-error a,
.ui-widget-header .ui-state-error a {
	color: #cd0a0a/*{fcError}*/;
}
.ui-state-error-text,
.ui-widget-content .ui-state-error-text,
.ui-widget-header .ui-state-error-text {
	color: #cd0a0a/*{fcError}*/;
}
.ui-priority-primary,
.ui-widget-content .ui-priority-primary,
.ui-widget-header .ui-priority-primary {
	font-weight: bold;
}
.ui-priority-secondary,
.ui-widget-content .ui-priority-secondary,
.ui-widget-header .ui-priority-secondary {
	opacity: .7;
	filter:Alpha(Opacity=70);
	font-weight: normal;
}
.ui-state-disabled,
.ui-widget-content .ui-state-disabled,
.ui-widget-header .ui-state-disabled {
	opacity: .35;
	filter:Alpha(Opacity=35);
	background-image: none;
}
.ui-state-disabled .ui-icon {
	filter:Alpha(Opacity=35); /* For IE8 - See #6059 */
}

/* Icons
----------------------------------*/

/* states and images */
.ui-icon {
	width: 16px;
	height: 16px;
}
.ui-icon,
.ui-widget-content .ui-icon {
	background-image: url(js/jquery/ui/themes/base/images/ui-icons_222222_256x240.png)/*{iconsContent}*/;
}
.ui-widget-header .ui-icon {
	background-image: url(js/jquery/ui/themes/base/images/ui-icons_222222_256x240.png)/*{iconsHeader}*/;
}
.ui-state-default .ui-icon {
	background-image: url(js/jquery/ui/themes/base/images/ui-icons_888888_256x240.png)/*{iconsDefault}*/;
}
.ui-state-hover .ui-icon,
.ui-state-focus .ui-icon {
	background-image: url(js/jquery/ui/themes/base/images/ui-icons_454545_256x240.png)/*{iconsHover}*/;
}
.ui-state-active .ui-icon {
	background-image: url(js/jquery/ui/themes/base/images/ui-icons_454545_256x240.png)/*{iconsActive}*/;
}
.ui-state-highlight .ui-icon {
	background-image: url(js/jquery/ui/themes/base/images/ui-icons_2e83ff_256x240.png)/*{iconsHighlight}*/;
}
.ui-state-error .ui-icon,
.ui-state-error-text .ui-icon {
	background-image: url(js/jquery/ui/themes/base/images/ui-icons_cd0a0a_256x240.png)/*{iconsError}*/;
}

/* positioning */
.ui-icon-blank { background-position: 16px 16px; }
.ui-icon-carat-1-n { background-position: 0 0; }
.ui-icon-carat-1-ne { background-position: -16px 0; }
.ui-icon-carat-1-e { background-position: -32px 0; }
.ui-icon-carat-1-se { background-position: -48px 0; }
.ui-icon-carat-1-s { background-position: -64px 0; }
.ui-icon-carat-1-sw { background-position: -80px 0; }
.ui-icon-carat-1-w { background-position: -96px 0; }
.ui-icon-carat-1-nw { background-position: -112px 0; }
.ui-icon-carat-2-n-s { background-position: -128px 0; }
.ui-icon-carat-2-e-w { background-position: -144px 0; }
.ui-icon-triangle-1-n { background-position: 0 -16px; }
.ui-icon-triangle-1-ne { background-position: -16px -16px; }
.ui-icon-triangle-1-e { background-position: -32px -16px; }
.ui-icon-triangle-1-se { background-position: -48px -16px; }
.ui-icon-triangle-1-s { background-position: -64px -16px; }
.ui-icon-triangle-1-sw { background-position: -80px -16px; }
.ui-icon-triangle-1-w { background-position: -96px -16px; }
.ui-icon-triangle-1-nw { background-position: -112px -16px; }
.ui-icon-triangle-2-n-s { background-position: -128px -16px; }
.ui-icon-triangle-2-e-w { background-position: -144px -16px; }
.ui-icon-arrow-1-n { background-position: 0 -32px; }
.ui-icon-arrow-1-ne { background-position: -16px -32px; }
.ui-icon-arrow-1-e { background-position: -32px -32px; }
.ui-icon-arrow-1-se { background-position: -48px -32px; }
.ui-icon-arrow-1-s { background-position: -64px -32px; }
.ui-icon-arrow-1-sw { background-position: -80px -32px; }
.ui-icon-arrow-1-w { background-position: -96px -32px; }
.ui-icon-arrow-1-nw { background-position: -112px -32px; }
.ui-icon-arrow-2-n-s { background-position: -128px -32px; }
.ui-icon-arrow-2-ne-sw { background-position: -144px -32px; }
.ui-icon-arrow-2-e-w { background-position: -160px -32px; }
.ui-icon-arrow-2-se-nw { background-position: -176px -32px; }
.ui-icon-arrowstop-1-n { background-position: -192px -32px; }
.ui-icon-arrowstop-1-e { background-position: -208px -32px; }
.ui-icon-arrowstop-1-s { background-position: -224px -32px; }
.ui-icon-arrowstop-1-w { background-position: -240px -32px; }
.ui-icon-arrowthick-1-n { background-position: 0 -48px; }
.ui-icon-arrowthick-1-ne { background-position: -16px -48px; }
.ui-icon-arrowthick-1-e { background-position: -32px -48px; }
.ui-icon-arrowthick-1-se { background-position: -48px -48px; }
.ui-icon-arrowthick-1-s { background-position: -64px -48px; }
.ui-icon-arrowthick-1-sw { background-position: -80px -48px; }
.ui-icon-arrowthick-1-w { background-position: -96px -48px; }
.ui-icon-arrowthick-1-nw { background-position: -112px -48px; }
.ui-icon-arrowthick-2-n-s { background-position: -128px -48px; }
.ui-icon-arrowthick-2-ne-sw { background-position: -144px -48px; }
.ui-icon-arrowthick-2-e-w { background-position: -160px -48px; }
.ui-icon-arrowthick-2-se-nw { background-position: -176px -48px; }
.ui-icon-arrowthickstop-1-n { background-position: -192px -48px; }
.ui-icon-arrowthickstop-1-e { background-position: -208px -48px; }
.ui-icon-arrowthickstop-1-s { background-position: -224px -48px; }
.ui-icon-arrowthickstop-1-w { background-position: -240px -48px; }
.ui-icon-arrowreturnthick-1-w { background-position: 0 -64px; }
.ui-icon-arrowreturnthick-1-n { background-position: -16px -64px; }
.ui-icon-arrowreturnthick-1-e { background-position: -32px -64px; }
.ui-icon-arrowreturnthick-1-s { background-position: -48px -64px; }
.ui-icon-arrowreturn-1-w { background-position: -64px -64px; }
.ui-icon-arrowreturn-1-n { background-position: -80px -64px; }
.ui-icon-arrowreturn-1-e { background-position: -96px -64px; }
.ui-icon-arrowreturn-1-s { background-position: -112px -64px; }
.ui-icon-arrowrefresh-1-w { background-position: -128px -64px; }
.ui-icon-arrowrefresh-1-n { background-position: -144px -64px; }
.ui-icon-arrowrefresh-1-e { background-position: -160px -64px; }
.ui-icon-arrowrefresh-1-s { background-position: -176px -64px; }
.ui-icon-arrow-4 { background-position: 0 -80px; }
.ui-icon-arrow-4-diag { background-position: -16px -80px; }
.ui-icon-extlink { background-position: -32px -80px; }
.ui-icon-newwin { background-position: -48px -80px; }
.ui-icon-refresh { background-position: -64px -80px; }
.ui-icon-shuffle { background-position: -80px -80px; }
.ui-icon-transfer-e-w { background-position: -96px -80px; }
.ui-icon-transferthick-e-w { background-position: -112px -80px; }
.ui-icon-folder-collapsed { background-position: 0 -96px; }
.ui-icon-folder-open { background-position: -16px -96px; }
.ui-icon-document { background-position: -32px -96px; }
.ui-icon-document-b { background-position: -48px -96px; }
.ui-icon-note { background-position: -64px -96px; }
.ui-icon-mail-closed { background-position: -80px -96px; }
.ui-icon-mail-open { background-position: -96px -96px; }
.ui-icon-suitcase { background-position: -112px -96px; }
.ui-icon-comment { background-position: -128px -96px; }
.ui-icon-person { background-position: -144px -96px; }
.ui-icon-print { background-position: -160px -96px; }
.ui-icon-trash { background-position: -176px -96px; }
.ui-icon-locked { background-position: -192px -96px; }
.ui-icon-unlocked { background-position: -208px -96px; }
.ui-icon-bookmark { background-position: -224px -96px; }
.ui-icon-tag { background-position: -240px -96px; }
.ui-icon-home { background-position: 0 -112px; }
.ui-icon-flag { background-position: -16px -112px; }
.ui-icon-calendar { background-position: -32px -112px; }
.ui-icon-cart { background-position: -48px -112px; }
.ui-icon-pencil { background-position: -64px -112px; }
.ui-icon-clock { background-position: -80px -112px; }
.ui-icon-disk { background-position: -96px -112px; }
.ui-icon-calculator { background-position: -112px -112px; }
.ui-icon-zoomin { background-position: -128px -112px; }
.ui-icon-zoomout { background-position: -144px -112px; }
.ui-icon-search { background-position: -160px -112px; }
.ui-icon-wrench { background-position: -176px -112px; }
.ui-icon-gear { background-position: -192px -112px; }
.ui-icon-heart { background-position: -208px -112px; }
.ui-icon-star { background-position: -224px -112px; }
.ui-icon-link { background-position: -240px -112px; }
.ui-icon-cancel { background-position: 0 -128px; }
.ui-icon-plus { background-position: -16px -128px; }
.ui-icon-plusthick { background-position: -32px -128px; }
.ui-icon-minus { background-position: -48px -128px; }
.ui-icon-minusthick { background-position: -64px -128px; }
.ui-icon-close { background-position: -80px -128px; }
.ui-icon-closethick { background-position: -96px -128px; }
.ui-icon-key { background-position: -112px -128px; }
.ui-icon-lightbulb { background-position: -128px -128px; }
.ui-icon-scissors { background-position: -144px -128px; }
.ui-icon-clipboard { background-position: -160px -128px; }
.ui-icon-copy { background-position: -176px -128px; }
.ui-icon-contact { background-position: -192px -128px; }
.ui-icon-image { background-position: -208px -128px; }
.ui-icon-video { background-position: -224px -128px; }
.ui-icon-script { background-position: -240px -128px; }
.ui-icon-alert { background-position: 0 -144px; }
.ui-icon-info { background-position: -16px -144px; }
.ui-icon-notice { background-position: -32px -144px; }
.ui-icon-help { background-position: -48px -144px; }
.ui-icon-check { background-position: -64px -144px; }
.ui-icon-bullet { background-position: -80px -144px; }
.ui-icon-radio-on { background-position: -96px -144px; }
.ui-icon-radio-off { background-position: -112px -144px; }
.ui-icon-pin-w { background-position: -128px -144px; }
.ui-icon-pin-s { background-position: -144px -144px; }
.ui-icon-play { background-position: 0 -160px; }
.ui-icon-pause { background-position: -16px -160px; }
.ui-icon-seek-next { background-position: -32px -160px; }
.ui-icon-seek-prev { background-position: -48px -160px; }
.ui-icon-seek-end { background-position: -64px -160px; }
.ui-icon-seek-start { background-position: -80px -160px; }
/* ui-icon-seek-first is deprecated, use ui-icon-seek-start instead */
.ui-icon-seek-first { background-position: -80px -160px; }
.ui-icon-stop { background-position: -96px -160px; }
.ui-icon-eject { background-position: -112px -160px; }
.ui-icon-volume-off { background-position: -128px -160px; }
.ui-icon-volume-on { background-position: -144px -160px; }
.ui-icon-power { background-position: 0 -176px; }
.ui-icon-signal-diag { background-position: -16px -176px; }
.ui-icon-signal { background-position: -32px -176px; }
.ui-icon-battery-0 { background-position: -48px -176px; }
.ui-icon-battery-1 { background-position: -64px -176px; }
.ui-icon-battery-2 { background-position: -80px -176px; }
.ui-icon-battery-3 { background-position: -96px -176px; }
.ui-icon-circle-plus { background-position: 0 -192px; }
.ui-icon-circle-minus { background-position: -16px -192px; }
.ui-icon-circle-close { background-position: -32px -192px; }
.ui-icon-circle-triangle-e { background-position: -48px -192px; }
.ui-icon-circle-triangle-s { background-position: -64px -192px; }
.ui-icon-circle-triangle-w { background-position: -80px -192px; }
.ui-icon-circle-triangle-n { background-position: -96px -192px; }
.ui-icon-circle-arrow-e { background-position: -112px -192px; }
.ui-icon-circle-arrow-s { background-position: -128px -192px; }
.ui-icon-circle-arrow-w { background-position: -144px -192px; }
.ui-icon-circle-arrow-n { background-position: -160px -192px; }
.ui-icon-circle-zoomin { background-position: -176px -192px; }
.ui-icon-circle-zoomout { background-position: -192px -192px; }
.ui-icon-circle-check { background-position: -208px -192px; }
.ui-icon-circlesmall-plus { background-position: 0 -208px; }
.ui-icon-circlesmall-minus { background-position: -16px -208px; }
.ui-icon-circlesmall-close { background-position: -32px -208px; }
.ui-icon-squaresmall-plus { background-position: -48px -208px; }
.ui-icon-squaresmall-minus { background-position: -64px -208px; }
.ui-icon-squaresmall-close { background-position: -80px -208px; }
.ui-icon-grip-dotted-vertical { background-position: 0 -224px; }
.ui-icon-grip-dotted-horizontal { background-position: -16px -224px; }
.ui-icon-grip-solid-vertical { background-position: -32px -224px; }
.ui-icon-grip-solid-horizontal { background-position: -48px -224px; }
.ui-icon-gripsmall-diagonal-se { background-position: -64px -224px; }
.ui-icon-grip-diagonal-se { background-position: -80px -224px; }


/* Misc visuals
----------------------------------*/

/* Corner radius */
.ui-corner-all,
.ui-corner-top,
.ui-corner-left,
.ui-corner-tl {
	border-top-left-radius: 4px/*{cornerRadius}*/;
}
.ui-corner-all,
.ui-corner-top,
.ui-corner-right,
.ui-corner-tr {
	border-top-right-radius: 4px/*{cornerRadius}*/;
}
.ui-corner-all,
.ui-corner-bottom,
.ui-corner-left,
.ui-corner-bl {
	border-bottom-left-radius: 4px/*{cornerRadius}*/;
}
.ui-corner-all,
.ui-corner-bottom,
.ui-corner-right,
.ui-corner-br {
	border-bottom-right-radius: 4px/*{cornerRadius}*/;
}

/* Overlays */
.ui-widget-overlay {
	background: #aaaaaa/*{bgColorOverlay}*/ url(js/jquery/ui/themes/base/images/ui-bg_flat_0_aaaaaa_40x100.png)/*{bgImgUrlOverlay}*/ 50%/*{bgOverlayXPos}*/ 50%/*{bgOverlayYPos}*/ repeat-x/*{bgOverlayRepeat}*/;
	opacity: .3/*{opacityOverlay}*/;
	filter: Alpha(Opacity=30)/*{opacityFilterOverlay}*/;
}
.ui-widget-shadow {
	margin: -8px/*{offsetTopShadow}*/ 0 0 -8px/*{offsetLeftShadow}*/;
	padding: 8px/*{thicknessShadow}*/;
	background: #aaaaaa/*{bgColorShadow}*/ url(js/jquery/ui/themes/base/images/ui-bg_flat_0_aaaaaa_40x100.png)/*{bgImgUrlShadow}*/ 50%/*{bgShadowXPos}*/ 50%/*{bgShadowYPos}*/ repeat-x/*{bgShadowRepeat}*/;
	opacity: .3/*{opacityShadow}*/;
	filter: Alpha(Opacity=30)/*{opacityFilterShadow}*/;
	border-radius: 8px/*{cornerRadiusShadow}*/;
}
.af_filter {
	margin-bottom: 10px;
	border-bottom: 1px dotted #DADADA;
	padding-bottom: 10px;
}

.af_filter:last-child {
	margin-bottom: 0;
	border-bottom: none;
	padding-bottom: 0;
}

.af_filter li {
  cursor: pointer;
  padding: 2px 0;
  margin: 0;
}

.af_filter ul {
	max-height: 300px;
	overflow-y: auto;
	margin: 0;
}

.af_filter.color-group ul {
	overflow: visible;
	max-height: none;
}

.af_filter label {
	font-weight: normal;
	cursor: pointer;
	display: block;
}
.af_filter .name{
	padding-left: 5px;
}
.af_filter .count {
	color: #CCC;
	float:right;
}

.af_filter .checker {
	display: inline-block;
}

.af.checkbox {
	float: left;
	margin: 0;
}

.af_filter select {
	width: 100%;
	padding: 5px;
	border: 1px solid #DADADA;
}

.color_attribute .checkbox, .color_attribute .styled-checkbox{
	display:none;
}

.af_filter .color_attribute {
	display: inline-block;
	padding: 1px;
	margin: 2px 1px;
	position: relative;
	border: 1px solid #DADADA;
}

.af_filter .color_attribute.hidden {
	display: none;
}

.af_filter li.color_attribute label {
	float:left;
	cursor: pointer;
	width: 25px;
	height: 25px;
	margin: 0;
}
.af_filter li.color_attribute label * {
	display: none;
}
.af_filter li.color_attribute label i {
	display: inline-block;
	position: absolute;
	top: -3px;
	left: -3px;
	padding: 1px 3px;
	border: 1px solid #DDD;
	background: #FFF;
}

.af_filter li.color_attribute.active {
	 border-color: #999;
}

.color_attribute input{
	visibility:hidden;
	position:absolute;
}

.af_filter .slider {
	margin-bottom: 10px;
}
.slider .slider_value{
	display:inline-block;
	margin-bottom:5px;
}
.slider .slider_value.to_display {
	float: right;
}

.selectedFilters {
	margin: -12px 0 5% 0;
	min-height: 1px;
}
.selectedFilters > div{
	background: #EEE;
	padding: 5px 15px 5px 5px;
	position:relative;
}
.selectedFilters .clearAll{
	background:#e1e1e1;
}
.selectedFilters i {
	cursor:pointer;
	position: absolute;
	top: 6px;
	right: 7px;
	color: #666;
}

.loadMore {
	position: relative;
}
.loadMore:focus {
	outline: none;
}

.btn.loadMore i {
	position: absolute;
	left: 0;
	right: 0;
	display:none;
}

.btn.loadMore.spinning i {
	display: inline-block;
	padding: 10px 0;
}

.btn.loadMore.spinning span {
	visibility: hidden;
}

#amazzing_filter .inactive,  #amazzing_filter .inactive i{
	color: #999;
}

.dynamic-loading {
	text-align: center;
	margin-bottom: 2em;
}
.af-parent-category ul {
	margin: 0 0 0 15px;
	max-height: 100%;
}
.manage-permanent-filters {
	width: 100%;
	margin-top: 10px;
}
.hidden-name .name {
	display:none;
}
.customer-filter-label.for-select {
	float: left;
	line-height: 30px;
}
.selector-with-customer-filter {
	padding-left: 15px;
}
.btn.full-width {
	width: 100%;
}
.force-hidden {
	display: none;
}
.af-basic-layout {
	margin-top: 15px;
}
.af-basic-layout .showall {
	display: none;
}
.hide-counters .count {
	display: none;
}
/* retro-compatibility */
.icon-times:before {
  content: "\f00d";
}
/*
@media (min-width: 1200px) {
	#amazzing_filter.displayHome {
		display: inline-block;
		width: 100%;
	}
	#amazzing_filter.displayHome .af_filter {
		float: left;
		width: 25%;
		padding-right: 15px;
	}
	#amazzing_filter.displayHome .btn-holder {
		float: left;
		width: 25%;
	}
	#amazzing_filter.displayHome .btn-holder .btn {
		margin-top: 31px;
		height: 31px;
	}
}
*/


/*DEJAN*/

/*.cf {
	display: none;
}

.af_filter {
	border-bottom: none;
	padding-bottom: 0px;
}

.af_filter .af_subtitle_heading {
	display: none;
}

.af_filter ul {
	max-height: 300px;
	overflow-y: auto;
	margin: 0;
	position: absolute;
	z-index: 4;
	background-color: white;
	min-width: 210px;

	box-shadow: 0 6px 12px rgba(0, 0, 0, 0.175);
	background-clip: padding-box;
}

.af_filter label {
	margin: 0 0 0 0;
}

.af_filter li {
	padding-left: 10px;
}
.af_filter li .name:hover {
	color: black;
}

.af_filter li.checked,
.af_filter li:hover {
	background-color: #E61C24;
}

.selectedFilters {
	margin: 0px 0px 0px 0px;
}

button.clearAll {
	color: black;
}

.clearAll i {
	position: unset;
}
*/
/*.af_filter .checker {
	display: block;
}*/

/*END DEJAN*/

/* Srdjan filter */
/*FIX: 1 long word barely fit with 3 digit count*/
#accordion a.accordion-toggle{
  display: block;
  width: 100%;
  padding:10px 20px;
  margin-bottom: 5px;
  border-top:1px solid #c3c2c3;
}

#accordion a{
  background: #F4F4F4;
  color: #121212;
  font: 400 18px/22px "geogrotesque_medium", sans-serif;
}
#accordion a:focus {
  text-decoration: none;
  outline: none;
}
#accordion a i.fa.fa-caret-down{
  float:right;
  color: #ffcb05;
  font-size:26px;
}
#accordion a i.fa.fa-caret-up{
  float:right;
  color:gray;
  font-size:26px;
}
.filte{
  padding-bottom: 10px;
  border-bottom: 1px solid #ebebeb;
}
.filte .panel{
  border:none;
}
.filte .panel-group .panel-heading + .panel-collapse .panel-body{
  border:none;
}
.filter-heading{
  padding:0px;
}
.filte .accordion-column{
  max-height: 400px;
  min-height: 75px;
  overflow-y: hidden;
  overflow-x: hidden;
  padding-left: 10px;
  padding-right: 10px;  
}
.filte .af_filter ul {
  max-height: 240px;
}
.filte .accordion-column li.checked>label{
  color: #e61c24;
  background-color: #eeeeee;
}
.filte h5.af_subtitle{
  font: 400 16px/22px "geogrotesque_medium", sans-serif;
  color: #121212;
  background: #fff;
  text-transform: uppercase;
  padding: 5px 0px;
  border-bottom: 1px solid #ebebeb;
  /*margin-bottom: 20px;*/
}
/*display filters inline*/
.filte .selectedFilters > div {
    background: #EEE;
    padding: 5px 5px 5px 5px;
    position: relative;
    display: inline-block;   
    margin: 2px 2px;
    vertical-align: bottom;
}
.filte .selectedFilters i {
    cursor: pointer;   
    color: #ed1c24;
    font-size: 15px;
    padding-left: 5px;
    position: relative;
    top: 0px;
    right: 0px;
}/*end display filters inline*/

.filte .selectedFilters{
  padding:5px 20px;
  margin:-12px 0 0 0;
}
.filte .selectedFilters div.cf{
  /*display: none;*/
}
.filte .col-md-3.accordion-column .af_filter span.name{
	min-width:50px;
}
.filte .selectedFilters > div.clearAll{
  position: relative;
  color: #ed1c24;
  /*border-bottom: 1px solid red;  */
}
.filte .selectedFilters > div.clearAll:hover, .filte .selectedFilters > div.clearAll:hover i{
  background-color:#666666;
  color:white;
  cursor:pointer;
}
.filte .panel{
  -webkit-box-shadow:none;
  box-shadow: none;
}
.filte+.content_sortPagiBar .sortPagiBar{
  border-bottom:1px solid #c3c2c3;
}
.category-banner, .category-banner p{
  margin-top: 20px;
}
#filter-content .panel-body{
  padding:15px 0px;
}
.filte {
  margin-top:10px;
}
.filte #amazzing_filter{
  margin-bottom: 0px;
}

.filte #amazzing_filter .accordion-column ul {
	padding-left: 1px;
}

.filte .af_filter .name {
  padding-left: 5px;
  display: inline-block;
  vertical-align: top;
  max-width:70%;
}
.filte .col-md-3.accordion-column .af_filter span.name {
  width: 62%;
}

.filte .col-md-4.accordion-column .af_filter .count, .filte .col-md-6.accordion-column .af_filter .count, .filte .col-md-12.accordion-column .af_filter .count {
  padding-right: 5px;
}

@media (max-width: 991px){
  .filte .col-md-3.accordion-column .af_filter span.name {
    width: 70%;
}
 .filte .af_filter .count {
    padding-right: 5px;
  }
}

@media (max-width: 767px){
  .filte .accordion-column .af_filter ul{
    border-bottom:1px solid #ebebeb;
    max-height: 165px;
    min-height: 75px;
    /*overflow-y: scroll;*/
  }
}
/* end Srdjan filter */
@media (min-width: 992px){
	.col-md-2-4 {
		width: 19.9999%;
		float: left;
	}
}
/*!
 * Bootstrap v3.3.5 (http://getbootstrap.com)
 * Copyright 2011-2016 Twitter, Inc.
 * Licensed under MIT (https://github.com/twbs/bootstrap/blob/master/LICENSE)
 */

/*!
 * Generated using the Bootstrap Customizer (http://getbootstrap.com/customize/?id=3586b44b785d53c6f0f4fc74c7cc53cb)
 * Config saved to config.json and https://gist.github.com/3586b44b785d53c6f0f4fc74c7cc53cb
 *//*!
 * Bootstrap v3.3.6 (http://getbootstrap.com)
 * Copyright 2011-2015 Twitter, Inc.
 * Licensed under MIT (https://github.com/twbs/bootstrap/blob/master/LICENSE)
 *//*! normalize.css v3.0.3 | MIT License | github.com/necolas/normalize.css */
 /*html{font-family:sans-serif;-ms-text-size-adjust:100%;-webkit-text-size-adjust:100%}
 body{margin:0}
 article,aside,details,figcaption,figure,footer,header,hgroup,main,menu,nav,section,summary{display:block}
 audio,canvas,progress,video{display:inline-block;vertical-align:baseline}
 audio:not([controls]){display:none;height:0}
 [hidden],template{display:none}
 a{background-color:transparent}
 a:active,a:hover{outline:0}
 abbr[title]{border-bottom:1px dotted}
 b,strong{font-weight:bold}
 dfn{font-style:italic}
 h1{font-size:2em;margin:0.67em 0}
 mark{background:#ff0;color:#000}
 small{font-size:80%}
 sub,sup{font-size:75%;line-height:0;position:relative;vertical-align:baseline}
 sup{top:-0.5em}
 sub{bottom:-0.25em}
 img{border:0}
 svg:not(:root){overflow:hidden}
 figure{margin:1em 40px}
 hr{-webkit-box-sizing:content-box;-moz-box-sizing:content-box;box-sizing:content-box;height:0}
 pre{overflow:auto}
 code,kbd,pre,samp{font-family:monospace, monospace;font-size:1em}
 button,input,optgroup,select,textarea{color:inherit;font:inherit;margin:0}
 button{overflow:visible}
 button,select{text-transform:none}
 button,html input[type="button"],input[type="reset"],input[type="submit"]{-webkit-appearance:button;cursor:pointer}
 button[disabled],html input[disabled]{cursor:default}
 button::-moz-focus-inner,input::-moz-focus-inner{border:0;padding:0}
 input{line-height:normal}
 input[type="checkbox"],input[type="radio"]{-webkit-box-sizing:border-box;-moz-box-sizing:border-box;box-sizing:border-box;padding:0}
 input[type="number"]::-webkit-inner-spin-button,input[type="number"]::-webkit-outer-spin-button{height:auto}
 input[type="search"]{-webkit-appearance:textfield;-webkit-box-sizing:content-box;-moz-box-sizing:content-box;box-sizing:content-box}
 input[type="search"]::-webkit-search-cancel-button,input[type="search"]::-webkit-search-decoration{-webkit-appearance:none}
 fieldset{border:1px solid #c0c0c0;margin:0 2px;padding:0.35em 0.625em 0.75em}
 legend{border:0;padding:0}
 textarea{overflow:auto}
 optgroup{font-weight:bold}
 table{border-collapse:collapse;border-spacing:0}
 td,th{padding:0}
 *{-webkit-box-sizing:border-box;-moz-box-sizing:border-box;box-sizing:border-box}
 *:before,*:after{-webkit-box-sizing:border-box;-moz-box-sizing:border-box;box-sizing:border-box}
 html{font-size:10px;-webkit-tap-highlight-color:rgba(0,0,0,0)}
 body{font-family:"Helvetica Neue",Helvetica,Arial,sans-serif;font-size:14px;line-height:1.42857143;color:#333;background-color:#fff}
 input,button,select,textarea{font-family:inherit;font-size:inherit;line-height:inherit}
 a{color:#337ab7;text-decoration:none}
 a:hover,a:focus{color:#23527c;text-decoration:underline}
 a:focus{outline:thin dotted;outline:5px auto -webkit-focus-ring-color;outline-offset:-2px}
 figure{margin:0}
 img{vertical-align:middle}*/
/* .img-responsive{display:block;max-width:100%;height:auto}
 .img-rounded{border-radius:6px}
 .img-thumbnail{padding:4px;line-height:1.42857143;background-color:#fff;border:1px solid #ddd;border-radius:4px;-webkit-transition:all .2s ease-in-out;-o-transition:all .2s ease-in-out;transition:all .2s ease-in-out;display:inline-block;max-width:100%;height:auto}
 .img-circle{border-radius:50%}*/
 hr{margin-top:20px;margin-bottom:20px;border:0;border-top:1px solid #eee}
 .sr-only{position:absolute;width:1px;height:1px;margin:-1px;padding:0;overflow:hidden;clip:rect(0, 0, 0, 0);border:0}
 .sr-only-focusable:active,.sr-only-focusable:focus{position:static;width:auto;height:auto;margin:0;overflow:visible;clip:auto}
 [role="button"]{cursor:pointer}
 .close{float:right;font-size:21px;font-weight:bold;line-height:1;color:#000;text-shadow:0 1px 0 #fff;opacity:.2;filter:alpha(opacity=20)}
 .close:hover,.close:focus{color:#000;text-decoration:none;cursor:pointer;opacity:.5;filter:alpha(opacity=50)}
 button.close{padding:0;cursor:pointer;background:transparent;border:0;-webkit-appearance:none}
 .modal-open{overflow:hidden}
 .modal{display:none;overflow:hidden;position:fixed;top:0;right:0;bottom:0;left:0;z-index:10011;-webkit-overflow-scrolling:touch;outline:0}
 .modal.fade .modal-dialog{-webkit-transform:translate(0, -25%);-ms-transform:translate(0, -25%);-o-transform:translate(0, -25%);transform:translate(0, -25%);-webkit-transition:-webkit-transform 0.3s ease-out;-o-transition:-o-transform 0.3s ease-out;transition:transform 0.3s ease-out}
 .modal.in .modal-dialog{-webkit-transform:translate(0, 0);-ms-transform:translate(0, 0);-o-transform:translate(0, 0);transform:translate(0, 0)}
 .modal-open .modal{overflow-x:hidden;overflow-y:auto}
 .modal-dialog{position:relative;width:auto;margin:10px}
 .modal-content{position:relative;background-color:#fff;border:1px solid #999;border:1px solid rgba(0,0,0,0.2);border-radius:6px;-webkit-box-shadow:0 3px 9px rgba(0,0,0,0.5);box-shadow:0 3px 9px rgba(0,0,0,0.5);-webkit-background-clip:padding-box;background-clip:padding-box;outline:0}
 .modal-backdrop{position:fixed;top:0;right:0;bottom:0;left:0;z-index:10001;background-color:#000}
 .modal-backdrop.fade{opacity:0;filter:alpha(opacity=0)}
 .modal-backdrop.in{opacity:.5;filter:alpha(opacity=50)}
 .modal-header{padding:15px;border-bottom:1px solid #e5e5e5}
 .modal-header .close{margin-top:-2px}
 .modal-title{margin:0;line-height:1.42857143}
 .modal-body{position:relative;padding:15px}
 .modal-footer{padding:15px;text-align:right;border-top:1px solid #e5e5e5}
 .modal-footer .btn+.btn{margin-left:5px;margin-bottom:0}
 .modal-footer .btn-group .btn+.btn{margin-left:-1px}
 .modal-footer .btn-block+.btn-block{margin-left:0}
 .modal-scrollbar-measure{position:absolute;top:-9999px;width:50px;height:50px;overflow:scroll}
 @media (min-width:768px) {
 	.modal-dialog{width:600px;margin:30px auto}
	.modal-content{-webkit-box-shadow:0 5px 15px rgba(0,0,0,0.5);box-shadow:0 5px 15px rgba(0,0,0,0.5)}
	.modal-sm{width:300px}
 }
 @media (min-width:992px) {
 	.modal-lg{width:900px}
 }
 
 .clearfix:before,.clearfix:after,.modal-header:before,.modal-header:after,.modal-footer:before,.modal-footer:after{content:" ";display:table}
 .clearfix:after,.modal-header:after,.modal-footer:after{clear:both}
 .center-block{display:block;margin-left:auto;margin-right:auto}
 .pull-right{float:right !important}
 .pull-left{float:left !important}
 .hide{display:none !important}
 .show{display:block !important}
 .invisible{visibility:hidden}
 .text-hide{font:0/0 a;color:transparent;text-shadow:none;background-color:transparent;border:0}
 .hidden{display:none !important}
 .affix{position:fixed}
/**
* 2007-2015 PrestaShop
*
* NOTICE OF LICENSE
*
* This source file is subject to the Academic Free License (AFL 3.0)
* that is bundled with this package in the file LICENSE.txt.
* It is also available through the world-wide-web at this URL:
* http://opensource.org/licenses/afl-3.0.php
* If you did not receive a copy of the license and are unable to
* obtain it through the world-wide-web, please send an email
* to license@prestashop.com so we can send you a copy immediately.
*
* DISCLAIMER
*
* Do not edit or add to this file if you wish to upgrade PrestaShop to newer
* versions in the future. If you wish to customize PrestaShop for your
* needs please refer to http://www.prestashop.com for more information.
*
*  @author    PrestaShop SA <contact@prestashop.com>
*  @copyright 2007-2015 PrestaShop SA
*  @license   http://opensource.org/licenses/afl-3.0.php  Academic Free License (AFL 3.0)
*  International Registered Trademark & Property of PrestaShop SA
*
* Don't forget to prefix your containers with your own identifier
* to avoid any conflicts with others containers.
*/
.mikroedropcart-modal .modal-dialog {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%) !important;
}
@CHARSET "utf-8";

div#fb-con-wrapper {
	width: 500px;
	padding: 20px 25px;
	position: absolute;
    top:50px;
	left: 50%;
	margin-left: -250px;
	z-index: 10000;
	background-color: white;
	color: #444;
	border-radius: 5px;
	font-size: 14px;
	font-weight: bold;
	display: none;
	box-shadow: 0 0 27px 0 #111;
	text-align: center;
	line-height: 1em;
}

@media (max-width: 992px){
    div#fb-con-wrapper {
        width: 90%;
        margin-left: -45%; }}

div#fb-con-wrapper-admin {
    width: 500px;
    padding: 20px 25px;
    position: absolute;
    /*bottom: 50%;*/
    top:20%;
    left: 50%;
    margin-left: -250px;
    z-index: 9999;
    background-color: white;
    color: #444;
    border-radius: 5px;
    font-size: 14px;
    font-weight: bold;
    display: none;
    box-shadow: 0 0 27px 0 #111;
    text-align: center;
    line-height: 1em;
    }

div#fb-con {
	filter: alpha(opacity=70);
	-ms-filter:"progid:DXImageTransform.Microsoft.Alpha(Opacity=70)";
	opacity: 0.7;
	background-color: #444;
	width: 100%;
	height: 100%;
	cursor: pointer;
	z-index: 9999;
	position: fixed;
	bottom: 0;
	top: 0;
	left:0;
	display: none;
}
.button-bottom-add-review{text-align:center;display:none;margin-bottom:10px}
.no-registered{background-color: #f4f4f4; border: 1px solid #ebebeb; padding: 10px; border-radius: 5px;}
#add-review-form{padding: 20px; border: 1px solid #ebebeb; border-radius: 5px; background-color: #f4f4f4;}
.popup-form{border:none!important;margin-top:0px!important;padding: 0px!important;}
.font-family-custom{font-family: sans-serif!important;}
#body-add-review-form{padding:10px}
#body-add-review-form label , #body-add-review-form  .label-span{font-size: 14px;font-weight: bold;margin: 12px 0 4px;color: #121212; display: inline-block;text-align:left}
#body-add-review-form input{height: 30px; width: 100% !important; min-width: 100% !important; background: #ffffff; padding: 0 6px; border: 1px solid #ebebeb; border-radius: 5px; line-height: 27px; outline: none; -webkit-appearance: none; appearance: none;}
#body-add-review-form .form-control{cursor: not-allowed; border-radius: 0;color: #9c9b9b;display: block;font-size: 13px;line-height: 1.42857;vertical-align: middle;width: 100%;font-weight: 500}
#body-add-review-form .cursor-active{cursor: auto!important;color:#666!important;}
#body-add-review-form textarea{height: 100px; width: 100% !important; min-width: 100% !important; background: #ffffff; padding: 0 6px; border: 1px solid #ebebeb; border-radius: 5px; line-height: 27px; outline: none; -webkit-appearance: none; appearance: none;}
#body-add-review-form input#inpCaptchaReview, #body-add-review-form input#inpCaptchaAbuse{min-width: 20% !important;width: 20% !important;}
#body-add-review-form .required{color:red}
#footer-add-review-form .btn-success, .spr-review-footer .btn-success {background-color: #e61c24; border-radius: 5px; color: #fff;}
#footer-add-review-form .btn-success:hover, #footer-add-review-form .btn-success:focus, #footer-add-review-form .btn-success:active,#footer-add-review-form .btn-success.active,
.spr-review-footer .btn-success:hover, .spr-review-footer .btn-success:focus, .spr-review-footer .btn-success:active,.spr-review-footer .btn-success.active {background-color: #b21823; border-radius: 5px; color: #fff;}
#footer-add-review-form .btn-danger, .spr-review-footer .btn-danger {background-color: #ebebeb; border-radius: 5px; color: #121212;}
#footer-add-review-form .btn-danger:hover, #footer-add-review-form .btn-danger:focus,#footer-add-review-form .btn-danger:active,#footer-add-review-form .btn-danger.active,
.spr-review-footer .btn-danger:hover, .spr-review-footer .btn-danger:focus,.spr-review-footer .btn-danger:active,.spr-review-footer .btn-danger.active{color: #fff; background-color: #e61c24; border-radius: 5px;}

.btn-default-gsnipreview {
    background-color: #ebebeb;
    border: none;
    color: #121212;
}
.btn-default-gsnipreview i {
    margin-right: 5px;
}

.btn-default-gsnipreview:hover,
.btn-default-gsnipreview:focus,
.btn-default-gsnipreview:active {
    color: #fff;
    background-color: #e61c24;
}

.btn-primary-gsnipreview {
    background-color: #e61c24;
    color: #fff;
}

.btn-primary-gsnipreview:hover,
.btn-primary-gsnipreview:focus,
.btn-primary-gsnipreview:active,
.btn-primary-gsnipreview.active {
    color: #fff;
    background-color: #b21823; }

.btn-gsnipreview {
    -moz-user-select: none;
    border-radius: 5px;
    cursor: pointer;
    display: inline-block;
    font-size: 13px;
    font-weight: normal;
    line-height: 1.42857;
    margin-bottom: 0;
    margin-top: 10px;
    margin-right: 10px;
    padding: 6px 12px;
    text-align: center;
    vertical-align: middle;
    white-space: nowrap;
    text-decoration: none!important;
    border:none;
    -webkit-appearance:none;
    appearance:none;
}


#footer-add-review-form .btn {
    border-radius: 3px;
    cursor: pointer;
    display: inline-block;
    font-size: 13px;
    font-weight: normal;
    line-height: 1.42857;
    margin-bottom: 0;
    padding: 6px 12px;
    text-align: center;
    vertical-align: middle;
    white-space: nowrap;
    background-image: none;
    border: 0px solid transparent;
}

#body-add-review-form .badge {
    display: inline-block;
    min-width: 10px;
    padding: 3px 7px;
    font-size: 12px;
    font-weight: bold;
    color: #fff;
    line-height: 1;
    vertical-align: baseline;
    white-space: nowrap;
    text-align: center;
    background-color: #00aff0;
    border-radius: 10px; }
#body-add-review-form .badge:empty {
    display: none; }

#body-add-review-form .stars-section{vertical-align: baseline!important;}
#body-add-review-form .stars-section img{margin:  0px 0 0px}

/* display suggestion on the product page */
#body-add-review-form  .gsnipreview-checkbox{min-width: 20px!important;width: 20px!important;height:16px!important;}
/* display suggestion on the product page */

.tip-times{margin-top:10px;font-weight: 500;font-size: 10px;border:1px solid #c4c4c4;padding:5px;color:#00aff0}

.checkbox-my-acc {
    display: block;
    margin-bottom: 10px;
    margin-top: 10px;
    min-height: 18px;
    vertical-align: middle;
    line-height: 16px;
    padding-left:0px
}


#body-add-review-form a {
    color: #fff;
    text-decoration: underline;
}


#footer-add-review-form{text-align:center;padding: 10px 0}

#add-review-form .title-rev{padding: 5px;}
#add-review-form .title-form-text-left{float: left;font-size: 20px;}
#add-review-form .title-form-text-left .title-form-custom{font-size:16px}
#add-review-form .title-form-text-right{float:right;margin:0;}


.clear-gsnipreview{clear:both;}

.aggregateRating{display: inline!important;}

.text-no-reg{text-align:center;font-weight:bold}
.no-reg-button{text-align:center}

.advertise-text-review{
    background-color: #f4f4f4;
    border: 1px solid #ebebeb;
    padding: 10px;
    border-radius: 5px;
}

.advertise-text-review-text-align{text-align:center}

.advertise-text-review img{vertical-align: sub;}


.gsniprev-table-reviews{width:100%; background-color: #FAFAFA; border: 1px solid #C4C4C4;margin-bottom:10px}
.gsniprev-table-reviews td{padding:5px}
.gsniprev-left-title{width:50%}
.gsniprev-right-title{width:50%;text-align:right}

.gsniprev-left{width:10%}
.gsniprev-right{width:90%;text-align:left}


.pages { height:15px; font-size:100%; margin-top:20px; line-height:1.2em;  }
.pages span, .pages b, .pages a { font-weight:bold; }
.pages a{color:#fff}
.pages span { padding:1px 8px 2px 0; }
.pages span.nums { padding:0 10px 0 5px; }
.pages span.nums b, .pages span.nums a { padding:0px 4px 1px; background:#ccc; text-decoration:none; margin-right:4px; }



.gsnipreviews-float-left{float:left;margin-top:2px}
.gsnipreviews-float-right{float:right}
.gsnipreviews-clear{clear:both}

.catalog-stars{margin:10px 0 10px 10px;float:right}
.catalog-rating{float:right;margin:10px 10px 10px 5px;color:#666666!important}

.inpCaptchaReview {
    font-size: 13px;
    margin-left: 10px;
    margin-top: 2px;
    min-height: 18px;

}

.float-left{float:left}
.float-right{float:right}
.clr {
    clear: both;
    display: block;
    font-size: 0;
    line-height: 0;
    overflow: hidden;
}


.googlesnippetsblock{
border-radius: 5px 5px 5px 5px;
border:1px solid #c1c1c1;
margin-top:10px;
margin-bottom:10px;
text-align:left;
color:#666666;
overflow: hidden;
}
.googlesnippetsblock-title{
padding:5px;text-align:center
}
.googlesnippetsblock-img{
width:auto;height:50px
}

table.snippets-table-block{margin:5px}
table.snippets-table-block td{padding:5px}
.snippets-clear {clear:both}
.snippets-img-star {
    float: left;
    height: 22px;
    width: 15px;
}

.gsniprev-block-16{
background: #fff;
-webkit-border-radius: 4px;
-moz-border-radius: 4px;
-ms-border-radius: 4px;
border-radius: 4px;
border: 1px solid #e4e3e3;
margin: 0;
clear: both;
padding: 10px;
text-align: left; }

.gsniprev-block-16 table.gsniprev-rating-block-table td{padding:0px!important}

.margin-left-5{margin-left:5px}


#button-close{
    background: url("themes/me-simplicity/css/modules/gsnipreview/views/img/fancybox.png") repeat scroll -40px 0 transparent;
    cursor: pointer;
    height: 30px;
    position: absolute;
    right: -15px;
    top: -15px;
    width: 30px;
    z-index: 1103;
}



/* reviews */
.title-review-all{
    text-decoration: underline;
}

#add-review-block{
    margin-bottom: 20px;
}

.spr-content{
    padding-left:30px
}

.spr-content15{
    float:left;
    width:75%;
}

.spr-summary {
    border: medium none;
    text-align:center;
}

@media screen and (max-width:991px){
    .spr-header.spr-summary{
        margin-bottom: 40px;
    }
    .spr-content{
        padding-left:0px;
    }
}

.spr-summary15{
    float: left;
    width: 25%;
}

.spr-summary b.total-rating-review{
    font-size: 14px;text-transform: uppercase
}

#shopify-product-reviews .spr-header::after {
    clear: none;
}
.spr-header::after {
    clear: both;
}


#shopify-product-reviews .spr-summary .spr-summary-starrating {
    display: block;
    margin: 0;
}

#shopify-product-reviews .spr-summary-caption {
    display: block;
    margin-bottom: 10px;
    padding-bottom: 10px;
    font-size: 14px;
    margin-top:10px;
}

.spr-review-reportreview {
    float: right;
    font-size: 12px;
    line-height: 16px;
    text-decoration: none;
}

.spr-review-content {
    margin: 0px 0 20px 0px;
}

#shopify-product-reviews .spr-review{
    padding: 0px 0 0px 0;
    margin: 0px 0 10px 0;
    border-bottom: 1px solid #c4c4c4;
}

.spr-review-content-body {
    line-height: 20px;
    margin: 0;
    padding: 0;
}

.spr-review-content-body a{text-decoration: underline;color:#069}

#shopify-product-reviews .spr-review-header::after{
    display: table;
}

#shopify-product-reviews .spr-review-header-starratings{
    margin:0 5px 10px 0;
    position:relative;
    top:0;
    float:left;
}

#shopify-product-reviews .rating-stars-total{float:left; margin:2px 15px 10px 0;font-size:10px;opacity:0.8}
#shopify-product-reviews .font-size-10{font-size:10px}

#shopify-product-reviews .spr-review-header-title{
    margin-right:15px;
    font-family:"Raleway","HelveticaNeue","Helvetica Neue",sans-serif;
    font-weight:400;
    text-transform:uppercase;
    font-size:17px;
    line-height:20px;
    position:relative;
    top:0px;
    float:left;
    margin-top:0px!important;
}

.spr-review-header-byline{
    font-style:italic;
    font-size:13px;
    opacity:0.5;
    display:inline-block;
    margin:0 0 1em 0;

}

.people-folowing-reviews{
    margin:0 0 1em 0;
    font-size: 12px;
    color: #808080;
}

.gsniprev-img-star-list{
    height: 13px;
    width:13px;
    margin-bottom: 3px;
}

.rating-stars-dynamic{
    cursor: pointer;
    float: left;
    margin-left: 15px;
    margin-top: 10px;
    padding-left: 3px;
}

.rating-stars-dynamic-admin{
    cursor: pointer;
    float: left;
    margin-left: 5px;
}
.rating-stars-dynamic-title-admin{
    font-weight: bold;
}
.rating-stars-dynamic-title-admin sup.required{color:red}
.rating-stars-dynamic-item-admin{
    margin-left: 10px;
    margin-bottom: 5px;
    margin-top: 9px;
}

.rating-stars-dynamic .tip-criterion-description{
    font-size: 12px !important;
    line-height: 1.3em;
    margin-top: 10px;
}

.rating-stars-dynamic img{
    margin-left: -3px!important;
}

.margin-item-form-top-left{margin-top:8px;}
.margin-item-form-top-left .badge{font-weight: bold}
.margin-item-form-top-left .badge a{color:white;text-decoration: underline}

/** for ps < 1.6 */
.row-list-reviews{
    width:100%;
}

.col-sm-3-list-reviews{
    width:25%;
    float:left;padding-right:10px;margin-bottom:20px;margin-top:10px;
}
.col-sm-9-list-reviews{
    width:73%;
    float:left;margin-top:10px
}

.col-sm-12-list-reviews{
    width:100%;
    float:left;margin-top:10px
}
/** for ps < 1.6 */



.criterion-item-block{
    margin:5px 0
}

.shop-owner-reply-on-review{
    margin-left:5%;
    margin-top:20px;
    margin-bottom:20px
}
.shop-owner-reply-on-review .owner-date-reply{
    font-weight: bold;
    margin-bottom:3px;
}

.spr-review-footer{
    margin-top:20px
}

.spr-review-footer a{
    text-decoration: none!important;
}

.margin-bottom-10{
    margin-bottom: 10px;
}

.button_padding_gsnipreview{padding:5px 15px;}


.error-label{color:red}
.errorTxtAdd{color:red;font-size:12px;padding:3px 0;}
.error-current-input{background-color:#ffeeee!important;}
/* reviews */


/* abuse form */
.disabled-values{background-color:#f4f4f4!important;}
.text-align-left{text-align:left!important;}
/* abuse form */


/* helpfull */
.helpfull-error{color:red}
.helpfull-success{color:green}
/* helpfull */

/*coupon*/
.text-coupon-lines{font-weight:normal!important;;font-size:14px!important;}
/*coupon*/


/* one page */
.border-image-review{border:1px solid #dbdbdb}

/* one page */


/* block last reviews */

.block-last-gsnipreviews{margin: 10px auto 0}

.gsniprev-block{background-color: #FAFAFA;
    border: 1px solid #C4C4C4;
    margin:10px 0;
    clear:both;
    padding:10px;
    max-width:230px;
    text-align:left;
}

.gsniprev-block-reviews-text {margin-left:5px;margin-top:2px;font-weight:bold;display:inline;}
@media (min-width: 768px) and (max-width: 991px){
    .gsniprev-block-reviews-text {display: block;}}
.gsniprev-block-ratings-text{margin-left:5px;margin-top:2px;font-weight:bold;color:#333}
.gsniprev-block .rating, .gsniprev-block-16 .rating{cursor:auto!important;padding:0px!important;display:inline!important;margin:0px!important;}
.gsniprev-block .rating, .gsniprev-block-16 .rating i{width: 15px; height: 13px;}
.title-rating-block{color:#333}
.title-rating-one-star{margin-top:-3px}
.gsniprev-rating-block-table{width:100%; border:none!important;}
.gsniprev-rating-block-table tr, .gsniprev-rating-block-table td{border:none!important;}
.gsniprev-rating-block{border: 1px solid #ebebeb;background-color: #fafafa;padding: 10px;display: none;margin: 10px 0px 0px 0px;border-radius: 5px;}
.gsniprev-rating-block-left{width:70%;text-align:left}
.gsniprev-rating-block-left i, .gsniprev-rating-block-right i{width: 13px; height: 13px;}
.gsniprev-rating-block-right{width:30%;text-align:left}
.view-ratings{text-decoration: underline;font-size: 12px;font-weight: bold}

.block-items-data{margin-left: 0px!important;margin-right:0px!important;}
.items-last-gsnipreviews{margin-bottom: 10px}
.img-block-gsnipreview{/*float:left;width:15%;*/padding: 0 10px;text-align: center;margin-bottom:5px}

.body-block-gsnipreview{margin-bottom:5px;/*float:left;width:85%*/}
.body-block-gsnipreview-100{width: 100% !important}

.rating-stars-total-block{float:right; margin:2px 0px 0px 5px;font-size:10px;opacity:0.8}

.title-block-last-gsnipreview{padding: 0 0px 10px}
.r-product{float:left}
.r-rating{float: right}

.title-block-r a{text-decoration: underline;}
.title-block-r{margin-bottom: 10px}

.gsniprev-view-all{margin:10px auto 0px auto;text-align:center}

.gsniprev-img-star-block{width:13px;height:13px}
.gsnipreview-block-date{font-size:11px!important;margin-top:5px;}
.gsnipreview-block-stars{margin-bottom: 5px}

/* block last reviews */


/* category stars */
.reviews_list_stars{
    margin: 5px 0 0 0;
    overflow: hidden;
    padding-bottom: 0px;
    text-align: left;
}
.reviews_list_stars .star_content {
    display: inline-block;
}
.reviews_list_stars span{
    font-size: 12px;
    display: inline-block;
}
.gsniprev-img-star-category{width:11px;height:11px}
.gsniprev-block-noreviews{padding:10px;text-align:center}
.gsniprev-block-noreviews-list{background-color: #fff;border: 1px solid #c4c4c4;margin-top: 10px;padding: 10px;text-align: center;}
/* category stars */

/* badges */
.badges{position:relative;text-align:center;left: 0;margin: 5px 15px;padding: 5px 0;color:#333}
.badges a{color:#333;font-weight: bold;text-decoration: underline}
.badges-footer{color:inherit!important;}
.block-badges{text-align: left!important;}
.badges-block-a{text-decoration: none!important;}
/* badges */


/** fix for compatible with responsive theme */
.spr-container{margin-left:0px!important;}

.margin-left-10{margin-left:10px}

.row-custom{margin-left:0px;margin-right: 0px}

.row-custom:before, .row-custom:after {
    content: " ";
    /* 1 */
    display: table;
    /* 2 */ }
.row-custom:after {
    clear: both; }

.col-xs-1-custom,
.col-xs-2-custom,
.col-xs-3-custom,
.col-xs-4-custom,
.col-xs-5-custom,
.col-xs-6-custom,
.col-xs-7-custom,
.col-xs-8-custom,
.col-xs-9-custom,
.col-xs-10-custom,
.col-xs-11-custom {
    float: left; }

.col-xs-1-custom {
    width: 8.33333%; }

.col-xs-2-custom {
    width: 16.66667%; }

.col-xs-3-custom {
    width: 25%; }

.col-xs-4-custom {
    width: 33.33333%; }

.col-xs-5-custom {
    width: 41.66667%; }

.col-xs-6-custom {
    width: 50%; }

.col-xs-7-custom {
    width: 58.33333%; }

.col-xs-8-custom {
    width: 66.66667%; }

.col-xs-9-custom {
    width: 75%; }

.col-xs-10-custom {
    width: 83.33333%; }

.col-xs-11-custom {
    width: 91.66667%; }

.col-xs-12-custom {
    width: 100%; }

@media (min-width: 768px) {
    .container-custom {
        max-width: 750px; }

    .col-sm-1-custom,
    .col-sm-2-custom,
    .col-sm-3-custom,
    .col-sm-4-custom,
    .col-sm-5-custom,
    .col-sm-6-custom,
    .col-sm-7-custom,
    .col-sm-8-custom,
    .col-sm-9-custom,
    .col-sm-10-custom,
    .col-sm-11-custom{
        float: left; }

    .col-sm-1-custom {
        width: 8.33333%; }

    .col-sm-2-custom {
        width: 16.66667%; }

    .col-sm-3-custom {
        width: 25%; }

    .col-sm-4-custom {
        width: 33.33333%; }

    .col-sm-5-custom {
        width: 41.66667%; }

    .col-sm-6-custom {
        width: 50%; }

    .col-sm-7-custom {
        width: 58.33333%; }

    .col-sm-8-custom {
        width: 66.66667%; }

    .col-sm-9-custom {
        width: 75%; }

    .col-sm-10-custom {
        width: 83.33333%; }

    .col-sm-11-custom {
        width: 91.66667%; }

    .col-sm-12-custom {
        width: 100%; }

     }
@media (min-width: 992px) {
    .container-custom {
        max-width: 970px; }

    .col-md-1-custom,
    .col-md-2-custom,
    .col-md-3-custom,
    .col-md-4-custom,
    .col-md-5-custom,
    .col-md-6-custom,
    .col-md-7-custom,
    .col-md-8-custom,
    .col-md-9-custom,
    .col-md-10-custom,
    .col-md-11-custom {
        float: left; }

    .col-md-1-custom {
        width: 8.33333%; }

    .col-md-2-custom {
        width: 16.66667%; }

    .col-md-3-custom {
        width: 25%; }

    .col-md-4-custom {
        width: 33.33333%; }

    .col-md-5-custom {
        width: 41.66667%; }

    .col-md-6-custom {
        width: 50%; }

    .col-md-7-custom {
        width: 58.33333%; }

    .col-md-8-custom {
        width: 66.66667%; }

    .col-md-9-custom {
        width: 75%; }

    .col-md-10-custom {
        width: 83.33333%; }

    .col-md-11-custom {
        width: 91.66667%; }

    .col-md-12-custom {
        width: 100%; }

     }
@media (min-width: 1200px) {
    .container-custom {
        max-width: 1170px;
    }

    .col-lg-1-custom,
    .col-lg-2-custom,
    .col-lg-3-custom,
    .col-lg-4-custom,
    .col-lg-5-custom,
    .col-lg-6-custom,
    .col-lg-7-custom,
    .col-lg-8-custom,
    .col-lg-9-custom,
    .col-lg-10-custom,
    .col-lg-11-custom {
        float: left;
    }

    .col-lg-1-custom {
        width: 8.33333%;
    }

    .col-lg-2-custom {
        width: 16.66667%;
    }

    .col-lg-3-custom {
        width: 25%;
    }

    .col-lg-4-custom {
        width: 33.33333%;
    }

    .col-lg-5-custom {
        width: 41.66667%;
    }

    .col-lg-6-custom {
        width: 50%;
    }

    .col-lg-7-custom {
        width: 58.33333%;
    }

    .col-lg-8-custom {
        width: 66.66667%;
    }

    .col-lg-9-custom {
        width: 75%;
    }

    .col-lg-10-custom {
        width: 83.33333%;
    }

    .col-lg-11-custom {
        width: 91.66667%;
    }

    .col-lg-12-custom {
        width: 100%;
    }
}
/** fix for compatible with responsive theme */

.star-noactive {
    color: #CCCCCC;
}
.star-active {
    color: #E1AB3A;
}

#block-history i.fa-check {
    color:#00acc4;
}
#block-history i.fa-close {
    color: #e61c24;
}

#fb-con-wrapper div#add-review-form.popup-form {
    background-color: #ffffff!important; }
/**
* 2007-2015 PrestaShop
*
* NOTICE OF LICENSE
*
* This source file is subject to the Academic Free License (AFL 3.0)
* that is bundled with this package in the file LICENSE.txt.
* It is also available through the world-wide-web at this URL:
* http://opensource.org/licenses/afl-3.0.php
* If you did not receive a copy of the license and are unable to
* obtain it through the world-wide-web, please send an email
* to license@prestashop.com so we can send you a copy immediately.
*
* DISCLAIMER
*
* Do not edit or add to this file if you wish to upgrade PrestaShop to newer
* versions in the future. If you wish to customize PrestaShop for your
* needs please refer to http://www.prestashop.com for more information.
*
*  @author    PrestaShop SA <contact@prestashop.com>
*  @copyright 2007-2015 PrestaShop SA
*  @license   http://opensource.org/licenses/afl-3.0.php  Academic Free License (AFL 3.0)
*  International Registered Trademark & Property of PrestaShop SA
*
* Don't forget to prefix your containers with your own identifier
* to avoid any conflicts with others containers.
*/

#shop-picker {
  float: left;
  display: inline-block; }
#shop-picker .shop-pick {
  position: absolute;
  border: 1px solid #ebebeb;
  font-family: 'geogrotesque_regular', Arial, Helvetica, sans-serif;
  color: #121212;
  font-size: 16px;
  background-color: #ffffff;
  z-index: 999;
  top:45px;
  display: none; }
#shop-picker .shop-pick.rs {
  left: 0px;
  width: 150px; }
#shop-picker .shop-pick.intl {
  left: 0px;
  width: 126px; }
#shop-picker .shop-pick a {
  display: block;
  width: 100%;
  color: #121212;
  padding: 10px;}
#shop-picker .shop-pick i {
  margin-right: 10px; }
#shop-picker .shop-pick:hover {
  background-color: #f4f4f4;}
#shop-picker .shop-pick:hover > a {
  color: #ffcb05; }
#shop-picker .drop-down {
  display: inline-block;
  padding: 0px 5px;
  font-size: 20px;
  position: relative;}
  #shop-picker .drop-down i {
    font-family: 'Font Awesome 6 Pro';
  }
#shop-picker .drop-down:hover > .shop-pick {
  display: block; }
#shop-picker .shop-nav-logo {
  font: 300 21px 'geogrotesque_regular', Arial, Helvetica, sans-serif;
  line-height: 45px; }
#shop-picker .shop-nav-logo a {
  color: rgb(51, 51, 51); }
#shop-picker .shop-nav-logo a i {
  margin-right: 10px; }

.mikroeShopPicker .modal-header{
  text-align: center; }
.mikroeShopPicker .modal-header .title {
  color: red;
  text-transform: uppercase;
  text-align: center;
  display: inline; }
.mikroeShopPicker .modal-header .title i {
  margin-right: 10px; }
.mikroeShopPicker .modal-body{
  position: relative;
  padding: 20px 50px 10px 50px;
  text-align: center;
  color: #121212;
  font-size: 16px;
line-height: 22px;}
.mikroeShopPicker .modal-footer{
  padding: 0px 15px 0px 15px;
  text-align: center;
  border-top: none;
  margin: 0 auto; }
.mikroeShopPicker .modal-footer .button.button-medium {
  padding: 7px 20px;
  font-size: 16px;
  margin: 10px 10px;
  font-family: 'geogrotesque_regular', Arial, Helvetica, sans-serif;
  text-transform: uppercase;}
.mikroeShopPicker .modal-footer .checkbox {
  border-top: 1px solid #ebebeb;
  margin-top: 20px;
  padding-top: 10px; }
.mikroeShopPicker .modal-footer .checkbox label {
  font-size: 15px;
  width: auto; }
#mikroeShopPicker-modal-rs label, #mikroeShopPicker-modal-en label{
  color:#000; }
/**
* 2007-2015 PrestaShop
*
* NOTICE OF LICENSE
*
* This source file is subject to the Academic Free License (AFL 3.0)
* that is bundled with this package in the file LICENSE.txt.
* It is also available through the world-wide-web at this URL:
* http://opensource.org/licenses/afl-3.0.php
* If you did not receive a copy of the license and are unable to
* obtain it through the world-wide-web, please send an email
* to license@prestashop.com so we can send you a copy immediately.
*
* DISCLAIMER
*
* Do not edit or add to this file if you wish to upgrade PrestaShop to newer
* versions in the future. If you wish to customize PrestaShop for your
* needs please refer to http://www.prestashop.com for more information.
*
*  @author    PrestaShop SA <contact@prestashop.com>
*  @copyright 2007-2015 PrestaShop SA
*  @license   http://opensource.org/licenses/afl-3.0.php  Academic Free License (AFL 3.0)
*  International Registered Trademark & Property of PrestaShop SA
*
* Don't forget to prefix your containers with your own identifier
* to avoid any conflicts with others containers.
*/

#me-accountnav .me-ln-menu-item a:hover {
	color: #ffcb05; }

#me-accountnav .me-ln-menu-item li {
	font-family: 'Verdana', sans-serif;
	font-weight: 300;
	font-size: 1em;
}

#me-accountnav .me-ln-menu-item a {
	display: block;
	color: #484D53;
	/*font-variant: small-caps;*/
	}

#me-accountnav .me-ln-menu-item ul a {
	font-family: 'Verdana', sans-serif;
	font-weight: 300;
	font-size: 0.9em;
	color: #484D53; }

/*#me-accountnav .me-ln-submenu-item:last-child {
    background-color: #ffeded;
}*/

#me-accountnav #localnav-account-logged i.fa-user-o {
	color: #ED1C24;
}

#me-accountnav .me-ln-menu-item ul.me-ln-submenu-items {
	background-color: #f5f5f5;
	border: 1px solid #D6D6D6;
	/*max-width: 300px;*/
	/*width: 100%;*/
	width: auto;
	border:none;

}


/**
* 2007-2015 PrestaShop
*
* NOTICE OF LICENSE
*
* This source file is subject to the Academic Free License (AFL 3.0)
* that is bundled with this package in the file LICENSE.txt.
* It is also available through the world-wide-web at this URL:
* http://opensource.org/licenses/afl-3.0.php
* If you did not receive a copy of the license and are unable to
* obtain it through the world-wide-web, please send an email
* to license@prestashop.com so we can send you a copy immediately.
*
* DISCLAIMER
*
* Do not edit or add to this file if you wish to upgrade PrestaShop to newer
* versions in the future. If you wish to customize PrestaShop for your
* needs please refer to http://www.prestashop.com for more information.
*
*  @author    PrestaShop SA <contact@prestashop.com>
*  @copyright 2007-2015 PrestaShop SA
*  @license   http://opensource.org/licenses/afl-3.0.php  Academic Free License (AFL 3.0)
*  International Registered Trademark & Property of PrestaShop SA
*
* Don't forget to prefix your containers with your own identifier
* to avoid any conflicts with others containers.
*/
/**
* 2007-2015 PrestaShop
*
* NOTICE OF LICENSE
*
* This source file is subject to the Academic Free License (AFL 3.0)
* that is bundled with this package in the file LICENSE.txt.
* It is also available through the world-wide-web at this URL:
* http://opensource.org/licenses/afl-3.0.php
* If you did not receive a copy of the license and are unable to
* obtain it through the world-wide-web, please send an email
* to license@prestashop.com so we can send you a copy immediately.
*
* DISCLAIMER
*
* Do not edit or add to this file if you wish to upgrade PrestaShop to newer
* versions in the future. If you wish to customize PrestaShop for your
* needs please refer to http://www.prestashop.com for more information.
*
*  @author    PrestaShop SA <contact@prestashop.com>
*  @copyright 2007-2015 PrestaShop SA
*  @license   http://opensource.org/licenses/afl-3.0.php  Academic Free License (AFL 3.0)
*  International Registered Trademark & Property of PrestaShop SA
*
* Don't forget to prefix your containers with your own identifier
* to avoid any conflicts with others containers.
*/

.me-product-status {
	display: block!important;
	font-size: 0.9em;
	color: #808080;
}

.me-product-status i {
	margin-right: 3px;
}

#mikroestatus {
	margin-bottom: 10px;
}

#mikroestatus .status-type {
	font-weight: bold;
	margin-right: 5px;
}

#mikroestatus i {
	margin-right: 3px;
}

#mikroestatus .substitutes {
    background-color: #f4f4f4;
    padding: 10px;
}

#mikroestatus .substitute-title {
    font-weight: bold;
}

#mikroestatus .status-available-date {
	display: block;
	color: #00acc4;
	margin-top: 5px;
	font-weight: bold;
}

.checkout-mps {
	margin-top: 10px;
}

.checkout-mps .status-available-date {
	display: block;
	color: #00acc4;
	font-weight: bold;
}
/**
* 2007-2017 PrestaShop
*
* NOTICE OF LICENSE
*
* This source file is subject to the Academic Free License (AFL 3.0)
* that is bundled with this package in the file LICENSE.txt.
* It is also available through the world-wide-web at this URL:
* http://opensource.org/licenses/afl-3.0.php
* If you did not receive a copy of the license and are unable to
* obtain it through the world-wide-web, please send an email
* to license@prestashop.com so we can send you a copy immediately.
*
* DISCLAIMER
*
* Do not edit or add to this file if you wish to upgrade PrestaShop to newer
* versions in the future. If you wish to customize PrestaShop for your
* needs please refer to http://www.prestashop.com for more information.
*
*  @author    PrestaShop SA <contact@prestashop.com>
*  @copyright 2007-2017 PrestaShop SA
*  @license   http://opensource.org/licenses/afl-3.0.php  Academic Free License (AFL 3.0)
*  International Registered Trademark & Property of PrestaShop SA
*
* Don't forget to prefix your containers with your own identifier
* to avoid any conflicts with others containers.
*/
